MAINTAINERS: fix mailing list entries for ARM/Palm devices
[safe/jmp/linux-2.6] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
57
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
61
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
65
66 8.      Happy hacking.
67
68                 -----------------------------------
69
70 Maintainers List (try to look for most precise areas first)
71
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
74 so much easier [Ed]
75
76 P: Person (obsolete)
77 M: Mail patches to: FullName <address@domain>
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
82
83         Supported:      Someone is actually paid to look after this.
84         Maintained:     Someone actually looks after it.
85         Odd Fixes:      It has a maintainer but they don't have time to do
86                         much other than throw the odd patch in. See below..
87         Orphan:         No current maintainer [but maybe you could take the
88                         role as you write your new code].
89         Obsolete:       Old code. Something tagged obsolete generally means
90                         it has been replaced by a better system and you
91                         should be using that.
92
93 F: Files and directories with wildcard patterns.
94    A trailing slash includes all files and subdirectory files.
95         F:      drivers/net/    all files in and below drivers/net
96         F:      drivers/net/*   all files in drivers/net, but not below
97         F:      */net/*         all files in "any top level directory"/net
98    One pattern per line.  Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100    Files exclusions are tested before file matches.
101    Can be useful for excluding a specific subdirectory, for instance:
102         F:      net/
103         X:      net/ipv6/
104    matches all files in and below net excluding net/ipv6/
105
106 3C505 NETWORK DRIVER
107 M:      Philip Blundell <philb@gnu.org>
108 L:      netdev@vger.kernel.org
109 S:      Maintained
110 F:      drivers/net/3c505*
111
112 3C59X NETWORK DRIVER
113 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
114 L:      netdev@vger.kernel.org
115 S:      Maintained
116 F:      Documentation/networking/vortex.txt
117 F:      drivers/net/3c59x.c
118
119 3CR990 NETWORK DRIVER
120 M:      David Dillow <dave@thedillows.org>
121 L:      netdev@vger.kernel.org
122 S:      Maintained
123 F:      drivers/net/typhoon*
124
125 3W-9XXX SATA-RAID CONTROLLER DRIVER
126 M:      Adam Radford <linuxraid@amcc.com>
127 L:      linux-scsi@vger.kernel.org
128 W:      http://www.amcc.com
129 S:      Supported
130 F:      drivers/scsi/3w-9xxx*
131
132 3W-XXXX ATA-RAID CONTROLLER DRIVER
133 M:      Adam Radford <linuxraid@amcc.com>
134 L:      linux-scsi@vger.kernel.org
135 W:      http://www.amcc.com
136 S:      Supported
137 F:      drivers/scsi/3w-xxxx*
138
139 53C700 AND 53C700-66 SCSI DRIVER
140 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
147 L:      linux-hams@vger.kernel.org
148 S:      Maintained
149 F:      drivers/net/hamradio/6pack.c
150
151 8169 10/100/1000 GIGABIT ETHERNET DRIVER
152 M:      Francois Romieu <romieu@fr.zoreil.com>
153 L:      netdev@vger.kernel.org
154 S:      Maintained
155 F:      drivers/net/r8169.c
156
157 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
158 L:      linux-serial@vger.kernel.org
159 W:      http://serial.sourceforge.net
160 S:      Orphan
161 F:      drivers/serial/8250*
162 F:      include/linux/serial_8250.h
163
164 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
165 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
166 L:      netdev@vger.kernel.org
167 S:      Maintained
168 F:      drivers/net/*8390*
169 F:      drivers/net/ax88796.c
170
171 9P FILE SYSTEM
172 M:      Eric Van Hensbergen <ericvh@gmail.com>
173 M:      Ron Minnich <rminnich@sandia.gov>
174 M:      Latchesar Ionkov <lucho@ionkov.net>
175 L:      v9fs-developer@lists.sourceforge.net
176 W:      http://swik.net/v9fs
177 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
178 S:      Maintained
179 F:      Documentation/filesystems/9p.txt
180 F:      fs/9p/
181
182 A2232 SERIAL BOARD DRIVER
183 M:      Enver Haase <A2232@gmx.net>
184 L:      linux-m68k@lists.linux-m68k.org
185 S:      Maintained
186 F:      drivers/char/ser_a2232*
187
188 AACRAID SCSI RAID DRIVER
189 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
190 L:      linux-scsi@vger.kernel.org
191 W:      http://www.adaptec.com/
192 S:      Supported
193 F:      Documentation/scsi/aacraid.txt
194 F:      drivers/scsi/aacraid/
195
196 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
197 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
198 L:      lm-sensors@lm-sensors.org
199 S:      Maintained
200 F:      drivers/hwmon/abituguru.c
201
202 ABIT UGURU 3 HARDWARE MONITOR DRIVER
203 M:      Alistair John Strachan <alistair@devzero.co.uk>
204 L:      lm-sensors@lm-sensors.org
205 S:      Maintained
206 F:      drivers/hwmon/abituguru3.c
207
208 ACENIC DRIVER
209 M:      Jes Sorensen <jes@trained-monkey.org>
210 L:      linux-acenic@sunsite.dk
211 S:      Maintained
212 F:      drivers/net/acenic*
213
214 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
215 M:      Peter Feuerer <peter@piie.net>
216 W:      http://piie.net/?section=acerhdf
217 S:      Maintained
218 F:      drivers/platform/x86/acerhdf.c
219
220 ACER WMI LAPTOP EXTRAS
221 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
222 L:      aceracpi@googlegroups.com (subscribers-only)
223 W:      http://code.google.com/p/aceracpi
224 S:      Maintained
225 F:      drivers/platform/x86/acer-wmi.c
226
227 ACPI
228 M:      Len Brown <lenb@kernel.org>
229 L:      linux-acpi@vger.kernel.org
230 W:      http://www.lesswatts.org/projects/acpi/
231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
232 S:      Supported
233 F:      drivers/acpi/
234 F:      drivers/pnp/pnpacpi/
235 F:      include/linux/acpi.h
236
237 ACPI BATTERY DRIVERS
238 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
239 L:      linux-acpi@vger.kernel.org
240 W:      http://www.lesswatts.org/projects/acpi/
241 S:      Supported
242 F:      drivers/acpi/battery.c
243 F:      drivers/acpi/*sbs*
244
245 ACPI EC DRIVER
246 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
247 L:      linux-acpi@vger.kernel.org
248 W:      http://www.lesswatts.org/projects/acpi/
249 S:      Supported
250 F:      drivers/acpi/ec.c
251
252 ACPI FAN DRIVER
253 M:      Zhang Rui <rui.zhang@intel.com>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/fan.c
258
259 ACPI PCI HOTPLUG DRIVER
260 M:      Kristen Carlson Accardi <kristen.c.accardi@intel.com>
261 L:      linux-pci@vger.kernel.org
262 S:      Supported
263 F:      drivers/pci/hotplug/acpi*
264
265 ACPI THERMAL DRIVER
266 M:      Zhang Rui <rui.zhang@intel.com>
267 L:      linux-acpi@vger.kernel.org
268 W:      http://www.lesswatts.org/projects/acpi/
269 S:      Supported
270 F:      drivers/acpi/*thermal*
271
272 ACPI VIDEO DRIVER
273 M:      Zhang Rui <rui.zhang@intel.com>
274 L:      linux-acpi@vger.kernel.org
275 W:      http://www.lesswatts.org/projects/acpi/
276 S:      Supported
277 F:      drivers/acpi/video.c
278
279 ACPI WMI DRIVER
280 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
281 L:      linux-acpi@vger.kernel.org
282 W:      http://www.lesswatts.org/projects/acpi/
283 S:      Maintained
284 F:      drivers/platform/x86/wmi.c
285
286 AD1889 ALSA SOUND DRIVER
287 M:      Kyle McMartin <kyle@mcmartin.ca>
288 M:      Thibaut Varene <T-Bone@parisc-linux.org>
289 W:      http://wiki.parisc-linux.org/AD1889
290 L:      linux-parisc@vger.kernel.org
291 S:      Maintained
292 F:      sound/pci/ad1889.*
293
294 ADM1025 HARDWARE MONITOR DRIVER
295 M:      Jean Delvare <khali@linux-fr.org>
296 L:      lm-sensors@lm-sensors.org
297 S:      Maintained
298 F:      Documentation/hwmon/adm1025
299 F:      drivers/hwmon/adm1025.c
300
301 ADM1029 HARDWARE MONITOR DRIVER
302 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
303 L:      lm-sensors@lm-sensors.org
304 S:      Maintained
305 F:      drivers/hwmon/adm1029.c
306
307 ADM8211 WIRELESS DRIVER
308 M:      Michael Wu <flamingice@sourmilk.net>
309 L:      linux-wireless@vger.kernel.org
310 W:      http://linuxwireless.org/
311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
312 S:      Maintained
313 F:      drivers/net/wireless/adm8211.*
314
315 ADT746X FAN DRIVER
316 M:      Colin Leroy <colin@colino.net>
317 S:      Maintained
318 F:      drivers/macintosh/therm_adt746x.c
319
320 ADVANSYS SCSI DRIVER
321 M:      Matthew Wilcox <matthew@wil.cx>
322 L:      linux-scsi@vger.kernel.org
323 S:      Maintained
324 F:      Documentation/scsi/advansys.txt
325 F:      drivers/scsi/advansys.c
326
327 AEDSP16 DRIVER
328 M:      Riccardo Facchetti <fizban@tin.it>
329 S:      Maintained
330 F:      sound/oss/aedsp16.c
331
332 AFFS FILE SYSTEM
333 M:      Roman Zippel <zippel@linux-m68k.org>
334 S:      Maintained
335 F:      Documentation/filesystems/affs.txt
336 F:      fs/affs/
337
338 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
339 M:      David Howells <dhowells@redhat.com>
340 L:      linux-afs@lists.infradead.org
341 S:      Supported
342 F:      fs/afs/
343 F:      include/net/af_rxrpc.h
344 F:      net/rxrpc/af_rxrpc.c
345
346 AGPGART DRIVER
347 M:      David Airlie <airlied@linux.ie>
348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
349 S:      Maintained
350 F:      drivers/char/agp/
351 F:      include/linux/agp*
352
353 AHA152X SCSI DRIVER
354 M:      "Juergen E. Fischer" <fischer@norbit.de>
355 L:      linux-scsi@vger.kernel.org
356 S:      Maintained
357 F:      drivers/scsi/aha152x*
358 F:      drivers/scsi/pcmcia/aha152x*
359
360 AIC7XXX / AIC79XX SCSI DRIVER
361 M:      Hannes Reinecke <hare@suse.de>
362 L:      linux-scsi@vger.kernel.org
363 S:      Maintained
364 F:      drivers/scsi/aic7xxx/
365 F:      drivers/scsi/aic7xxx_old/
366
367 AIO
368 M:      Benjamin LaHaise <bcrl@kvack.org>
369 L:      linux-aio@kvack.org
370 S:      Supported
371 F:      fs/aio.c
372 F:      include/linux/*aio*.h
373
374 ALCATEL SPEEDTOUCH USB DRIVER
375 M:      Duncan Sands <duncan.sands@free.fr>
376 L:      linux-usb@vger.kernel.org
377 W:      http://www.linux-usb.org/SpeedTouch/
378 S:      Maintained
379 F:      drivers/usb/atm/speedtch.c
380 F:      drivers/usb/atm/usbatm.c
381
382 ALCHEMY AU1XX0 MMC DRIVER
383 M:      Manuel Lauss <manuel.lauss@gmail.com>
384 S:      Maintained
385 F:      drivers/mmc/host/au1xmmc.c
386
387 ALI1563 I2C DRIVER
388 M:      Rudolf Marek <r.marek@assembler.cz>
389 L:      linux-i2c@vger.kernel.org
390 S:      Maintained
391 F:      Documentation/i2c/busses/i2c-ali1563
392 F:      drivers/i2c/busses/i2c-ali1563.c
393
394 ALPHA PORT
395 M:      Richard Henderson <rth@twiddle.net>
396 S:      Odd Fixes for 2.4; Maintained for 2.6.
397 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
398 S:      Maintained for 2.4; PCI support for 2.6.
399 L:      linux-alpha@vger.kernel.org
400 F:      arch/alpha/
401
402 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
403 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
404 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
405 S:      Supported
406 F:      drivers/usb/gadget/amd5536udc.*
407
408 AMD GEODE PROCESSOR/CHIPSET SUPPORT
409 P:      Jordan Crouse
410 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
411 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
412 S:      Supported
413 F:      arch/x86/kernel/geode_32.c
414 F:      drivers/char/hw_random/geode-rng.c
415 F:      drivers/crypto/geode*
416 F:      drivers/video/geode/
417 F:      arch/x86/include/asm/geode.h
418
419 AMD IOMMU (AMD-VI)
420 M:      Joerg Roedel <joerg.roedel@amd.com>
421 L:      iommu@lists.linux-foundation.org
422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
423 S:      Supported
424 F:      arch/x86/kernel/amd_iommu*.c
425 F:      arch/x86/include/asm/amd_iommu*.h
426
427 AMD MICROCODE UPDATE SUPPORT
428 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
429 L:      amd64-microcode@amd64.org
430 S:      Supported
431 F:      arch/x86/kernel/microcode_amd.c
432
433 AMS (Apple Motion Sensor) DRIVER
434 M:      Stelian Pop <stelian@popies.net>
435 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
436 S:      Supported
437 F:      drivers/hwmon/ams/
438
439 AMSO1100 RNIC DRIVER
440 M:      Tom Tucker <tom@opengridcomputing.com>
441 M:      Steve Wise <swise@opengridcomputing.com>
442 L:      general@lists.openfabrics.org
443 S:      Maintained
444 F:      drivers/infiniband/hw/amso1100/
445
446 AOA (Apple Onboard Audio) ALSA DRIVER
447 M:      Johannes Berg <johannes@sipsolutions.net>
448 L:      linuxppc-dev@ozlabs.org
449 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
450 S:      Maintained
451 F:      sound/aoa/
452
453 APM DRIVER
454 M:      Stephen Rothwell <sfr@canb.auug.org.au>
455 L:      linux-laptop@vger.kernel.org
456 W:      http://www.canb.auug.org.au/~sfr/
457 S:      Supported
458 F:      arch/x86/kernel/apm_32.c
459 F:      include/linux/apm_bios.h
460
461 APPLE BCM5974 MULTITOUCH DRIVER
462 M:      Henrik Rydberg <rydberg@euromail.se>
463 L:      linux-input@vger.kernel.org
464 S:      Maintained
465 F:      drivers/input/mouse/bcm5974.c
466
467 APPLE SMC DRIVER
468 M:      Nicolas Boichat <nicolas@boichat.ch>
469 L:      mactel-linux-devel@lists.sourceforge.net
470 S:      Maintained
471 F:      drivers/hwmon/applesmc.c
472
473 APPLETALK NETWORK LAYER
474 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
475 S:      Maintained
476 F:      drivers/net/appletalk/
477 F:      net/appletalk/
478
479 APPLETOUCH TOUCHPAD DRIVER
480 M:      Johannes Berg <johannes@sipsolutions.net>
481 L:      linux-input@vger.kernel.org
482 S:      Maintained
483 F:      Documentation/input/appletouch.txt
484 F:      drivers/input/mouse/appletouch.c
485
486 ARC FRAMEBUFFER DRIVER
487 M:      Jaya Kumar <jayalk@intworks.biz>
488 S:      Maintained
489 F:      drivers/video/arcfb.c
490 F:      drivers/video/fb_defio.c
491
492 ARM MFM AND FLOPPY DRIVERS
493 M:      Ian Molton <spyro@f2s.com>
494 S:      Maintained
495 F:      arch/arm/lib/floppydma.S
496 F:      arch/arm/include/asm/floppy.h
497
498 ARM PORT
499 M:      Russell King <linux@arm.linux.org.uk>
500 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
501 W:      http://www.arm.linux.org.uk/
502 S:      Maintained
503 F:      arch/arm/
504
505 ARM PRIMECELL MMCI PL180/1 DRIVER
506 S:      Orphan
507 F:      drivers/mmc/host/mmci.*
508
509 ARM/ADI ROADRUNNER MACHINE SUPPORT
510 M:      Lennert Buytenhek <kernel@wantstofly.org>
511 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
512 S:      Maintained
513 F:      arch/arm/mach-ixp23xx/
514 F:      arch/arm/mach-ixp23xx/include/mach/
515
516 ARM/ADS SPHERE MACHINE SUPPORT
517 M:      Lennert Buytenhek <kernel@wantstofly.org>
518 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
519 S:      Maintained
520
521 ARM/AFEB9260 MACHINE SUPPORT
522 M:      Sergey Lapin <slapin@ossfans.org>
523 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
524 S:      Maintained
525
526 ARM/AJECO 1ARM MACHINE SUPPORT
527 M:      Lennert Buytenhek <kernel@wantstofly.org>
528 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
529 S:      Maintained
530
531 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
532 M:      Andrew Victor <linux@maxim.org.za>
533 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
534 W:      http://maxim.org.za/at91_26.html
535 S:      Maintained
536
537 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
538 M:      Lennert Buytenhek <kernel@wantstofly.org>
539 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
540 S:      Maintained
541
542 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
543 M:      Lennert Buytenhek <kernel@wantstofly.org>
544 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
545 S:      Maintained
546
547 ARM/CLKDEV SUPPORT
548 M:      Russell King <linux@arm.linux.org.uk>
549 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
550 F:      arch/arm/common/clkdev.c
551 F:      arch/arm/include/asm/clkdev.h
552
553 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
554 M:      Mike Rapoport <mike@compulab.co.il>
555 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
556 S:      Maintained
557
558 ARM/CORGI MACHINE SUPPORT
559 M:      Richard Purdie <rpurdie@rpsys.net>
560 S:      Maintained
561
562 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
563 M:      Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
564 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
565 T:      git git://gitorious.org/linux-gemini/mainline.git
566 S:      Maintained
567 F:      arch/arm/mach-gemini/
568
569 ARM/EBSA110 MACHINE SUPPORT
570 M:      Russell King <linux@arm.linux.org.uk>
571 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
572 W:      http://www.arm.linux.org.uk/
573 S:      Maintained
574 F:      arch/arm/mach-ebsa110/
575 F:      drivers/net/arm/am79c961a.*
576
577 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
578 M:      Daniel Ribeiro <drwyrm@gmail.com>
579 M:      Stefan Schmidt <stefan@openezx.org>
580 M:      Harald Welte <laforge@openezx.org>
581 L:      openezx-devel@lists.openezx.org (subscribers-only)
582 W:      http://www.openezx.org/
583 S:      Maintained
584 T:      topgit git://git.openezx.org/openezx.git
585 F:      arch/arm/mach-pxa/ezx.c
586
587 ARM/FARADAY FA526 PORT
588 M:      Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
589 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
590 S:      Maintained
591 F:      arch/arm/mm/*-fa*
592
593 ARM/FOOTBRIDGE ARCHITECTURE
594 M:      Russell King <linux@arm.linux.org.uk>
595 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596 W:      http://www.arm.linux.org.uk/
597 S:      Maintained
598 F:      arch/arm/include/asm/hardware/dec21285.h
599 F:      arch/arm/mach-footbridge/
600
601 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
602 M:      Sascha Hauer <kernel@pengutronix.de>
603 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
604 S:      Maintained
605
606 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
607 M:      Lennert Buytenhek <kernel@wantstofly.org>
608 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
609 S:      Maintained
610
611 ARM/GUMSTIX MACHINE SUPPORT
612 M:      Steve Sakoman <sakoman@gmail.com>
613 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
614 S:      Maintained
615
616 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
617 M:      Philipp Zabel <philipp.zabel@gmail.com>
618 S:      Maintained
619 F:      arch/arm/mach-pxa/hx4700.c
620 F:      arch/arm/mach-pxa/include/mach/hx4700.h
621
622 ARM/HP JORNADA 7XX MACHINE SUPPORT
623 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
624 W:      www.jlime.com
625 S:      Maintained
626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
627 F:      arch/arm/mach-sa1100/jornada720.c
628 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
629
630 ARM/INTEL IOP32X ARM ARCHITECTURE
631 M:      Lennert Buytenhek <kernel@wantstofly.org>
632 M:      Dan Williams <dan.j.williams@intel.com>
633 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
634 S:      Supported
635
636 ARM/INTEL IOP33X ARM ARCHITECTURE
637 M:      Dan Williams <dan.j.williams@intel.com>
638 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
639 S:      Supported
640
641 ARM/INTEL IOP13XX ARM ARCHITECTURE
642 M:      Lennert Buytenhek <kernel@wantstofly.org>
643 M:      Dan Williams <dan.j.williams@intel.com>
644 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
645 S:      Supported
646
647 ARM/INTEL IQ81342EX MACHINE SUPPORT
648 M:      Lennert Buytenhek <kernel@wantstofly.org>
649 M:      Dan Williams <dan.j.williams@intel.com>
650 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
651 S:      Supported
652
653 ARM/INTEL IXP2000 ARM ARCHITECTURE
654 M:      Lennert Buytenhek <kernel@wantstofly.org>
655 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
656 S:      Maintained
657
658 ARM/INTEL IXDP2850 MACHINE SUPPORT
659 M:      Lennert Buytenhek <kernel@wantstofly.org>
660 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
661 S:      Maintained
662
663 ARM/INTEL IXP23XX ARM ARCHITECTURE
664 M:      Lennert Buytenhek <kernel@wantstofly.org>
665 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
666 S:      Maintained
667
668 ARM/INTEL XSC3 (MANZANO) ARM CORE
669 M:      Lennert Buytenhek <kernel@wantstofly.org>
670 M:      Dan Williams <dan.j.williams@intel.com>
671 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
672 S:      Supported
673
674 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
675 M:      Lennert Buytenhek <kernel@wantstofly.org>
676 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
677 S:      Maintained
678
679 ARM/LOGICPD PXA270 MACHINE SUPPORT
680 M:      Lennert Buytenhek <kernel@wantstofly.org>
681 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682 S:      Maintained
683
684 ARM/MAGICIAN MACHINE SUPPORT
685 M:      Philipp Zabel <philipp.zabel@gmail.com>
686 S:      Maintained
687
688 ARM/MIOA701 MACHINE SUPPORT
689 M:      Robert Jarzmik <robert.jarzmik@free.fr>
690 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
691 F:      arch/arm/mach-pxa/mioa701.c
692 S:      Maintained
693
694 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
695 M:      Michael Petchkovsky <mkpetch@internode.on.net>
696 S:      Maintained
697
698 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
699 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
700 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
701 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
702 S:      Supported
703
704 ARM/TOSA MACHINE SUPPORT
705 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
706 M:      Dirk Opfer <dirk@opfer-online.de>
707 S:      Maintained
708
709 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
710 P:      Marek Vasut
711 M:      marek.vasut@gmail.com
712 L:      linux-arm-kernel@lists.infradead.org
713 W:      http://hackndev.com
714 S:      Maintained
715
716 ARM/PALM TREO 680 SUPPORT
717 M:      Tomas Cech <sleep_walker@suse.cz>
718 L:      linux-arm-kernel@lists.infradead.org
719 W:      http://hackndev.com
720 S:      Maintained
721
722 ARM/PALMZ72 SUPPORT
723 M:      Sergey Lapin <slapin@ossfans.org>
724 L:      linux-arm-kernel@lists.infradead.org
725 W:      http://hackndev.com
726 S:      Maintained
727
728 ARM/PLEB SUPPORT
729 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
730 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
731 S:      Maintained
732
733 ARM/PT DIGITAL BOARD PORT
734 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
735 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
736 W:      http://www.arm.linux.org.uk/
737 S:      Maintained
738
739 ARM/RADISYS ENP2611 MACHINE SUPPORT
740 M:      Lennert Buytenhek <kernel@wantstofly.org>
741 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
742 S:      Maintained
743
744 ARM/RISCPC ARCHITECTURE
745 M:      Russell King <linux@arm.linux.org.uk>
746 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
747 W:      http://www.arm.linux.org.uk/
748 S:      Maintained
749 F:      arch/arm/common/time-acorn.c
750 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
751 F:      arch/arm/include/asm/hardware/ioc.h
752 F:      arch/arm/include/asm/hardware/iomd.h
753 F:      arch/arm/include/asm/hardware/memc.h
754 F:      arch/arm/mach-rpc/
755 F:      drivers/net/arm/ether*
756 F:      drivers/scsi/arm/
757
758 ARM/SHARK MACHINE SUPPORT
759 M:      Alexander Schulz <alex@shark-linux.de>
760 W:      http://www.shark-linux.de/shark.html
761 S:      Maintained
762
763 ARM/SAMSUNG ARM ARCHITECTURES
764 M:      Ben Dooks <ben-linux@fluff.org>
765 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
766 W:      http://www.fluff.org/ben/linux/
767 S:      Maintained
768 F:      arch/arm/plat-s3c/
769 F:      arch/arm/plat-s3c24xx/
770
771 ARM/S3C2410 ARM ARCHITECTURE
772 M:      Ben Dooks <ben-linux@fluff.org>
773 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
774 W:      http://www.fluff.org/ben/linux/
775 S:      Maintained
776 F:      arch/arm/mach-s3c2410/
777
778 ARM/S3C2440 ARM ARCHITECTURE
779 M:      Ben Dooks <ben-linux@fluff.org>
780 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
781 W:      http://www.fluff.org/ben/linux/
782 S:      Maintained
783 F:      arch/arm/mach-s3c2440/
784
785 ARM/S3C2442 ARM ARCHITECTURE
786 M:      Ben Dooks <ben-linux@fluff.org>
787 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
788 W:      http://www.fluff.org/ben/linux/
789 S:      Maintained
790 F:      arch/arm/mach-s3c2442/
791
792 ARM/S3C2443 ARM ARCHITECTURE
793 M:      Ben Dooks <ben-linux@fluff.org>
794 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
795 W:      http://www.fluff.org/ben/linux/
796 S:      Maintained
797 F:      arch/arm/mach-s3c2443/
798
799 ARM/S3C6400 ARM ARCHITECTURE
800 M:      Ben Dooks <ben-linux@fluff.org>
801 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
802 W:      http://www.fluff.org/ben/linux/
803 S:      Maintained
804 F:      arch/arm/mach-s3c6400/
805
806 ARM/S3C6410 ARM ARCHITECTURE
807 M:      Ben Dooks <ben-linux@fluff.org>
808 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
809 W:      http://www.fluff.org/ben/linux/
810 S:      Maintained
811 F:      arch/arm/mach-s3c6410/
812
813 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
814 M:      Lennert Buytenhek <kernel@wantstofly.org>
815 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
816 S:      Maintained
817
818 ARM/THECUS N2100 MACHINE SUPPORT
819 M:      Lennert Buytenhek <kernel@wantstofly.org>
820 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
821 S:      Maintained
822
823 ARM/NUVOTON W90X900 ARM ARCHITECTURE
824 M:      Wan ZongShun <mcuos.com@gmail.com>
825 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
826 W:      http://www.mcuos.com
827 S:      Maintained
828
829 ARM/VFP SUPPORT
830 M:      Russell King <linux@arm.linux.org.uk>
831 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
832 W:      http://www.arm.linux.org.uk/
833 S:      Maintained
834 F:      arch/arm/vfp/
835
836 ASUS ACPI EXTRAS DRIVER
837 M:      Corentin Chary <corentincj@iksaif.net>
838 M:      Karol Kozimor <sziwan@users.sourceforge.net>
839 L:      acpi4asus-user@lists.sourceforge.net
840 W:      http://acpi4asus.sf.net
841 S:      Maintained
842 F:      arch/x86/kernel/acpi/boot.c
843 F:      drivers/platform/x86/asus_acpi.c
844
845 ASUS ASB100 HARDWARE MONITOR DRIVER
846 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
847 L:      lm-sensors@lm-sensors.org
848 S:      Maintained
849 F:      drivers/hwmon/asb100.c
850
851 ASUS LAPTOP EXTRAS DRIVER
852 M:      Corentin Chary <corentincj@iksaif.net>
853 L:      acpi4asus-user@lists.sourceforge.net
854 W:      http://acpi4asus.sf.net
855 S:      Maintained
856 F:      drivers/platform/x86/asus-laptop.c
857
858 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
859 M:      Dan Williams <dan.j.williams@intel.com>
860 M:      Maciej Sosnowski <maciej.sosnowski@intel.com>
861 W:      http://sourceforge.net/projects/xscaleiop
862 S:      Supported
863 F:      Documentation/crypto/async-tx-api.txt
864 F:      crypto/async_tx/
865 F:      drivers/dma/
866 F:      include/linux/dmaengine.h
867 F:      include/linux/async_tx.h
868
869 ATA OVER ETHERNET (AOE) DRIVER
870 M:      "Ed L. Cashin" <ecashin@coraid.com>
871 W:      http://www.coraid.com/support/linux
872 S:      Supported
873 F:      Documentation/aoe/
874 F:      drivers/block/aoe/
875
876 ATHEROS ATH5K WIRELESS DRIVER
877 M:      Jiri Slaby <jirislaby@gmail.com>
878 M:      Nick Kossifidis <mickflemm@gmail.com>
879 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
880 M:      Bob Copeland <me@bobcopeland.com>
881 L:      linux-wireless@vger.kernel.org
882 L:      ath5k-devel@lists.ath5k.org
883 S:      Maintained
884 F:      drivers/net/wireless/ath/ath5k/
885
886 ATHEROS ATH9K WIRELESS DRIVER
887 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
888 M:      Jouni Malinen <jmalinen@atheros.com>
889 M:      Sujith Manoharan <Sujith.Manoharan@atheros.com>
890 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
891 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
892 L:      linux-wireless@vger.kernel.org
893 L:      ath9k-devel@lists.ath9k.org
894 S:      Supported
895 F:      drivers/net/wireless/ath/ath9k/
896
897 ATHEROS AR9170 WIRELESS DRIVER
898 M:      Christian Lamparter <chunkeey@web.de>
899 L:      linux-wireless@vger.kernel.org
900 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
901 S:      Maintained
902 F:      drivers/net/wireless/ath/ar9170/
903
904 ATI_REMOTE2 DRIVER
905 M:      Ville Syrjala <syrjala@sci.fi>
906 S:      Maintained
907 F:      drivers/input/misc/ati_remote2.c
908
909 ATLX ETHERNET DRIVERS
910 M:      Jay Cliburn <jcliburn@gmail.com>
911 M:      Chris Snook <chris.snook@gmail.com>
912 M:      Jie Yang <jie.yang@atheros.com>
913 L:      atl1-devel@lists.sourceforge.net
914 W:      http://sourceforge.net/projects/atl1
915 W:      http://atl1.sourceforge.net
916 S:      Maintained
917 F:      drivers/net/atlx/
918
919 ATM
920 M:      Chas Williams <chas@cmf.nrl.navy.mil>
921 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
922 L:      netdev@vger.kernel.org
923 W:      http://linux-atm.sourceforge.net
924 S:      Maintained
925 F:      drivers/atm/
926 F:      include/linux/atm*
927
928 ATMEL AT91 MCI DRIVER
929 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
930 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
931 W:      http://www.atmel.com/products/AT91/
932 W:      http://www.at91.com/
933 S:      Maintained
934 F:      drivers/mmc/host/at91_mci.c
935
936 ATMEL AT91 / AT32 MCI DRIVER
937 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
938 S:      Maintained
939 F:      drivers/mmc/host/atmel-mci.c
940 F:      drivers/mmc/host/atmel-mci-regs.h
941
942 ATMEL AT91 / AT32 SERIAL DRIVER
943 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
944 S:      Supported
945 F:      drivers/serial/atmel_serial.c
946
947 ATMEL LCDFB DRIVER
948 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
949 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
950 S:      Maintained
951 F:      drivers/video/atmel_lcdfb.c
952 F:      include/video/atmel_lcdc.h
953
954 ATMEL MACB ETHERNET DRIVER
955 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
956 S:      Supported
957 F:      drivers/net/macb.*
958
959 ATMEL SPI DRIVER
960 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
961 S:      Supported
962 F:      drivers/spi/atmel_spi.*
963
964 ATMEL USBA UDC DRIVER
965 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
966 L:      kernel@avr32linux.org
967 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
968 S:      Supported
969 F:      drivers/usb/gadget/atmel_usba_udc.*
970
971 ATMEL WIRELESS DRIVER
972 M:      Simon Kelley <simon@thekelleys.org.uk>
973 L:      linux-wireless@vger.kernel.org
974 W:      http://www.thekelleys.org.uk/atmel
975 W:      http://atmelwlandriver.sourceforge.net/
976 S:      Maintained
977 F:      drivers/net/wireless/atmel*
978
979 AUDIT SUBSYSTEM
980 M:      Al Viro <viro@zeniv.linux.org.uk>
981 M:      Eric Paris <eparis@redhat.com>
982 L:      linux-audit@redhat.com (subscribers-only)
983 W:      http://people.redhat.com/sgrubb/audit/
984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
985 S:      Maintained
986 F:      include/linux/audit.h
987 F:      kernel/audit*
988
989 AUXILIARY DISPLAY DRIVERS
990 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
991 W:      http://miguelojeda.es/auxdisplay.htm
992 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
993 S:      Maintained
994 F:      drivers/auxdisplay/
995 F:      include/linux/cfag12864b.h
996
997 AVR32 ARCHITECTURE
998 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
999 W:      http://www.atmel.com/products/AVR32/
1000 W:      http://avr32linux.org/
1001 W:      http://avrfreaks.net/
1002 S:      Supported
1003 F:      arch/avr32/
1004
1005 AVR32/AT32AP MACHINE SUPPORT
1006 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1007 S:      Supported
1008 F:      arch/avr32/mach-at32ap/
1009
1010 AX.25 NETWORK LAYER
1011 M:      Ralf Baechle <ralf@linux-mips.org>
1012 L:      linux-hams@vger.kernel.org
1013 W:      http://www.linux-ax25.org/
1014 S:      Maintained
1015 F:      include/linux/ax25.h
1016 F:      include/net/ax25.h
1017 F:      net/ax25/
1018
1019 B43 WIRELESS DRIVER
1020 M:      Michael Buesch <mb@bu3sch.de>
1021 M:      Stefano Brivio <stefano.brivio@polimi.it>
1022 L:      linux-wireless@vger.kernel.org
1023 W:      http://linuxwireless.org/en/users/Drivers/b43
1024 S:      Maintained
1025 F:      drivers/net/wireless/b43/
1026
1027 B43LEGACY WIRELESS DRIVER
1028 M:      Larry Finger <Larry.Finger@lwfinger.net>
1029 M:      Stefano Brivio <stefano.brivio@polimi.it>
1030 L:      linux-wireless@vger.kernel.org
1031 W:      http://linuxwireless.org/en/users/Drivers/b43
1032 S:      Maintained
1033 F:      drivers/net/wireless/b43legacy/
1034
1035 BACKLIGHT CLASS/SUBSYSTEM
1036 M:      Richard Purdie <rpurdie@rpsys.net>
1037 S:      Maintained
1038 F:      drivers/video/backlight/
1039 F:      include/linux/backlight.h
1040
1041 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1042 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1043 L:      linux-hams@vger.kernel.org
1044 W:      http://www.baycom.org/~tom/ham/ham.html
1045 S:      Maintained
1046 F:      drivers/net/hamradio/baycom*
1047
1048 BEFS FILE SYSTEM
1049 M:      "Sergey S. Kostyliov" <rathamahata@php4.ru>
1050 S:      Maintained
1051 F:      Documentation/filesystems/befs.txt
1052 F:      fs/befs/
1053
1054 BFS FILE SYSTEM
1055 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1056 S:      Maintained
1057 F:      Documentation/filesystems/bfs.txt
1058 F:      fs/bfs/
1059 F:      include/linux/bfs_fs.h
1060
1061 BLACKFIN ARCHITECTURE
1062 M:      Mike Frysinger <vapier@gentoo.org>
1063 L:      uclinux-dist-devel@blackfin.uclinux.org
1064 W:      http://blackfin.uclinux.org
1065 S:      Supported
1066 F:      arch/blackfin/
1067
1068 BLACKFIN EMAC DRIVER
1069 M:      Michael Hennerich <michael.hennerich@analog.com>
1070 L:      uclinux-dist-devel@blackfin.uclinux.org
1071 W:      http://blackfin.uclinux.org
1072 S:      Supported
1073 F:      drivers/net/bfin_mac.*
1074
1075 BLACKFIN RTC DRIVER
1076 M:      Mike Frysinger <vapier.adi@gmail.com>
1077 L:      uclinux-dist-devel@blackfin.uclinux.org
1078 W:      http://blackfin.uclinux.org
1079 S:      Supported
1080 F:      drivers/rtc/rtc-bfin.c
1081
1082 BLACKFIN SERIAL DRIVER
1083 M:      Sonic Zhang <sonic.zhang@analog.com>
1084 L:      uclinux-dist-devel@blackfin.uclinux.org
1085 W:      http://blackfin.uclinux.org
1086 S:      Supported
1087 F:      drivers/serial/bfin_5xx.c
1088
1089 BLACKFIN WATCHDOG DRIVER
1090 M:      Mike Frysinger <vapier.adi@gmail.com>
1091 L:      uclinux-dist-devel@blackfin.uclinux.org
1092 W:      http://blackfin.uclinux.org
1093 S:      Supported
1094 F:      drivers/watchdog/bfin_wdt.c
1095
1096 BLACKFIN I2C TWI DRIVER
1097 M:      Sonic Zhang <sonic.zhang@analog.com>
1098 L:      uclinux-dist-devel@blackfin.uclinux.org
1099 W:      http://blackfin.uclinux.org/
1100 S:      Supported
1101 F:      drivers/i2c/busses/i2c-bfin-twi.c
1102
1103 BLOCK LAYER
1104 M:      Jens Axboe <axboe@kernel.dk>
1105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1106 S:      Maintained
1107 F:      block/
1108
1109 BLOCK2MTD DRIVER
1110 M:      Joern Engel <joern@lazybastard.org>
1111 L:      linux-mtd@lists.infradead.org
1112 S:      Maintained
1113 F:      drivers/mtd/devices/block2mtd.c
1114
1115 BLUETOOTH DRIVERS
1116 M:      Marcel Holtmann <marcel@holtmann.org>
1117 L:      linux-bluetooth@vger.kernel.org
1118 W:      http://www.bluez.org/
1119 S:      Maintained
1120 F:      drivers/bluetooth/
1121
1122 BLUETOOTH SUBSYSTEM
1123 M:      Marcel Holtmann <marcel@holtmann.org>
1124 L:      linux-bluetooth@vger.kernel.org
1125 W:      http://www.bluez.org/
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1127 S:      Maintained
1128 F:      net/bluetooth/
1129 F:      include/net/bluetooth/
1130
1131 BONDING DRIVER
1132 M:      Jay Vosburgh <fubar@us.ibm.com>
1133 L:      bonding-devel@lists.sourceforge.net
1134 W:      http://sourceforge.net/projects/bonding/
1135 S:      Supported
1136 F:      drivers/net/bonding/
1137 F:      include/linux/if_bonding.h
1138
1139 BROADCOM B44 10/100 ETHERNET DRIVER
1140 M:      Gary Zambrano <zambrano@broadcom.com>
1141 L:      netdev@vger.kernel.org
1142 S:      Supported
1143 F:      drivers/net/b44.*
1144
1145 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1146 M:      Michael Chan <mchan@broadcom.com>
1147 L:      netdev@vger.kernel.org
1148 S:      Supported
1149 F:      drivers/net/bnx2.*
1150 F:      drivers/net/bnx2_*
1151
1152 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1153 M:      Eilon Greenstein <eilong@broadcom.com>
1154 L:      netdev@vger.kernel.org
1155 S:      Supported
1156 F:      drivers/net/bnx2x*
1157
1158 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1159 M:      Matt Carlson <mcarlson@broadcom.com>
1160 M:      Michael Chan <mchan@broadcom.com>
1161 L:      netdev@vger.kernel.org
1162 S:      Supported
1163 F:      drivers/net/tg3.*
1164
1165 BSG (block layer generic sg v4 driver)
1166 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1167 L:      linux-scsi@vger.kernel.org
1168 S:      Supported
1169 F:      block/bsg.c
1170 F:      include/linux/bsg.h
1171
1172 BT8XXGPIO DRIVER
1173 M:      Michael Buesch <mb@bu3sch.de>
1174 W:      http://bu3sch.de/btgpio.php
1175 S:      Maintained
1176 F:      drivers/gpio/bt8xxgpio.c
1177
1178 BTRFS FILE SYSTEM
1179 M:      Chris Mason <chris.mason@oracle.com>
1180 L:      linux-btrfs@vger.kernel.org
1181 W:      http://btrfs.wiki.kernel.org/
1182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1183 S:      Maintained
1184 F:      Documentation/filesystems/btrfs.txt
1185 F:      fs/btrfs/
1186
1187 BTTV VIDEO4LINUX DRIVER
1188 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1189 L:      linux-media@vger.kernel.org
1190 W:      http://linuxtv.org
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1192 S:      Maintained
1193 F:      Documentation/video4linux/bttv/
1194 F:      drivers/media/video/bt8xx/bttv*
1195
1196 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1197 M:      David Howells <dhowells@redhat.com>
1198 L:      linux-cachefs@redhat.com
1199 S:      Supported
1200 F:      Documentation/filesystems/caching/cachefiles.txt
1201 F:      fs/cachefiles/
1202
1203 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1204 M:      Jonathan Corbet <corbet@lwn.net>
1205 L:      linux-media@vger.kernel.org
1206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1207 S:      Maintained
1208 F:      Documentation/video4linux/cafe_ccic
1209 F:      drivers/media/video/cafe_ccic*
1210
1211 CALGARY x86-64 IOMMU
1212 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1213 M:      "Jon D. Mason" <jdmason@kudzu.us>
1214 L:      discuss@x86-64.org
1215 S:      Maintained
1216 F:      arch/x86/kernel/pci-calgary_64.c
1217 F:      arch/x86/kernel/tce_64.c
1218 F:      arch/x86/include/asm/calgary.h
1219 F:      arch/x86/include/asm/tce.h
1220
1221 CAN NETWORK LAYER
1222 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1223 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1224 L:      socketcan-core@lists.berlios.de (subscribers-only)
1225 W:      http://developer.berlios.de/projects/socketcan/
1226 S:      Maintained
1227 F:      drivers/net/can/
1228 F:      include/linux/can/
1229 F:      include/linux/can.h
1230
1231 CAN NETWORK DRIVERS
1232 M:      Wolfgang Grandegger <wg@grandegger.com>
1233 L:      socketcan-core@lists.berlios.de (subscribers-only)
1234 W:      http://developer.berlios.de/projects/socketcan/
1235 S:      Maintained
1236
1237 CELL BROADBAND ENGINE ARCHITECTURE
1238 M:      Arnd Bergmann <arnd@arndb.de>
1239 L:      linuxppc-dev@ozlabs.org
1240 L:      cbe-oss-dev@ozlabs.org
1241 W:      http://www.ibm.com/developerworks/power/cell/
1242 S:      Supported
1243 F:      arch/powerpc/include/asm/cell*.h
1244 F:      arch/powerpc/include/asm/spu*.h
1245 F:      arch/powerpc/oprofile/*cell*
1246 F:      arch/powerpc/platforms/cell/
1247
1248 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1249 M:      David Vrabel <david.vrabel@csr.com>
1250 L:      linux-usb@vger.kernel.org
1251 S:      Supported
1252 F:      Documentation/usb/WUSB-Design-overview.txt
1253 F:      Documentation/usb/wusb-cbaf
1254 F:      drivers/usb/wusbcore/
1255 F:      include/linux/usb/wusb*
1256
1257 CFAG12864B LCD DRIVER
1258 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1259 W:      http://miguelojeda.es/auxdisplay.htm
1260 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1261 S:      Maintained
1262 F:      drivers/auxdisplay/cfag12864b.c
1263 F:      include/linux/cfag12864b.h
1264
1265 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1266 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1267 W:      http://miguelojeda.es/auxdisplay.htm
1268 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1269 S:      Maintained
1270 F:      drivers/auxdisplay/cfag12864bfb.c
1271 F:      include/linux/cfag12864b.h
1272
1273 CFG80211 and NL80211
1274 M:      Johannes Berg <johannes@sipsolutions.net>
1275 L:      linux-wireless@vger.kernel.org
1276 S:      Maintained
1277 F:      include/linux/nl80211.h
1278 F:      include/net/cfg80211.h
1279 F:      net/wireless/*
1280 X:      net/wireless/wext*
1281
1282 CHECKPATCH
1283 M:      Andy Whitcroft <apw@canonical.com>
1284 S:      Supported
1285 F:      scripts/checkpatch.pl
1286
1287 CISCO 10G ETHERNET DRIVER
1288 M:      Scott Feldman <scofeldm@cisco.com>
1289 M:      Joe Eykholt <jeykholt@cisco.com>
1290 S:      Supported
1291 F:      drivers/net/enic/
1292
1293 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1294 M:      Lennert Buytenhek <kernel@wantstofly.org>
1295 L:      netdev@vger.kernel.org
1296 S:      Maintained
1297 F:      drivers/net/arm/ep93xx_eth.c
1298
1299 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1300 M:      Lennert Buytenhek <kernel@wantstofly.org>
1301 L:      linux-usb@vger.kernel.org
1302 S:      Maintained
1303 F:      drivers/usb/host/ohci-ep93xx.c
1304
1305 CIRRUS LOGIC CS4270 SOUND DRIVER
1306 M:      Timur Tabi <timur@freescale.com>
1307 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1308 S:      Supported
1309 F:      sound/soc/codecs/cs4270*
1310
1311 CLK API
1312 M:      Russell King <linux@arm.linux.org.uk>
1313 F:      include/linux/clk.h
1314
1315 CISCO FCOE HBA DRIVER
1316 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1317 M:      Joe Eykholt <jeykholt@cisco.com>
1318 L:      linux-scsi@vger.kernel.org
1319 S:      Supported
1320 F:      drivers/scsi/fnic/
1321
1322 CODA FILE SYSTEM
1323 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1324 M:      coda@cs.cmu.edu
1325 L:      codalist@coda.cs.cmu.edu
1326 W:      http://www.coda.cs.cmu.edu/
1327 S:      Maintained
1328 F:      Documentation/filesystems/coda.txt
1329 F:      fs/coda/
1330 F:      include/linux/coda*.h
1331
1332 COMMON INTERNET FILE SYSTEM (CIFS)
1333 M:      Steve French <sfrench@samba.org>
1334 L:      linux-cifs-client@lists.samba.org
1335 L:      samba-technical@lists.samba.org
1336 W:      http://linux-cifs.samba.org/
1337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1338 S:      Supported
1339 F:      Documentation/filesystems/cifs.txt
1340 F:      fs/cifs/
1341
1342 COMPACTPCI HOTPLUG CORE
1343 M:      Scott Murray <scott@spiteful.org>
1344 L:      linux-pci@vger.kernel.org
1345 S:      Maintained
1346 F:      drivers/pci/hotplug/cpci_hotplug*
1347
1348 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1349 M:      Scott Murray <scott@spiteful.org>
1350 L:      linux-pci@vger.kernel.org
1351 S:      Maintained
1352 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1353
1354 COMPACTPCI HOTPLUG GENERIC DRIVER
1355 M:      Scott Murray <scott@spiteful.org>
1356 L:      linux-pci@vger.kernel.org
1357 S:      Maintained
1358 F:      drivers/pci/hotplug/cpcihp_generic.c
1359
1360 COMPAL LAPTOP SUPPORT
1361 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1362 S:      Maintained
1363 F:      drivers/platform/x86/compal-laptop.c
1364
1365 COMPUTONE INTELLIPORT MULTIPORT CARD
1366 M:      "Michael H. Warfield" <mhw@wittsend.com>
1367 W:      http://www.wittsend.com/computone.html
1368 S:      Maintained
1369 F:      Documentation/serial/computone.txt
1370 F:      drivers/char/ip2/
1371
1372 CONEXANT ACCESSRUNNER USB DRIVER
1373 M:      Simon Arlott <cxacru@fire.lp0.eu>
1374 L:      accessrunner-general@lists.sourceforge.net
1375 W:      http://accessrunner.sourceforge.net/
1376 S:      Maintained
1377 F:      drivers/usb/atm/cxacru.c
1378
1379 CONFIGFS
1380 M:      Joel Becker <joel.becker@oracle.com>
1381 S:      Supported
1382 F:      fs/configfs/
1383 F:      include/linux/configfs.h
1384
1385 CONNECTOR
1386 M:      Evgeniy Polyakov <zbr@ioremap.net>
1387 L:      netdev@vger.kernel.org
1388 S:      Maintained
1389 F:      drivers/connector/
1390
1391 CONTROL GROUPS (CGROUPS)
1392 M:      Paul Menage <menage@google.com>
1393 M:      Li Zefan <lizf@cn.fujitsu.com>
1394 L:      containers@lists.linux-foundation.org
1395 S:      Maintained
1396 F:      include/linux/cgroup*
1397 F:      kernel/cgroup*
1398 F:      mm/*cgroup*
1399
1400 CORETEMP HARDWARE MONITORING DRIVER
1401 M:      Rudolf Marek <r.marek@assembler.cz>
1402 L:      lm-sensors@lm-sensors.org
1403 S:      Maintained
1404 F:      Documentation/hwmon/coretemp
1405 F:      drivers/hwmon/coretemp.c
1406
1407 COSA/SRP SYNC SERIAL DRIVER
1408 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1409 W:      http://www.fi.muni.cz/~kas/cosa/
1410 S:      Maintained
1411 F:      drivers/net/wan/cosa*
1412
1413 CPMAC ETHERNET DRIVER
1414 M:      Florian Fainelli <florian@openwrt.org>
1415 L:      netdev@vger.kernel.org
1416 S:      Maintained
1417 F:      drivers/net/cpmac.c
1418
1419 CPU FREQUENCY DRIVERS
1420 M:      Dave Jones <davej@redhat.com>
1421 L:      cpufreq@vger.kernel.org
1422 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1424 S:      Maintained
1425 F:      arch/x86/kernel/cpu/cpufreq/
1426 F:      drivers/cpufreq/
1427 F:      include/linux/cpufreq.h
1428
1429 CPUID/MSR DRIVER
1430 M:      "H. Peter Anvin" <hpa@zytor.com>
1431 S:      Maintained
1432 F:      arch/x86/kernel/cpuid.c
1433 F:      arch/x86/kernel/msr.c
1434
1435 CPUSETS
1436 M:      Paul Menage <menage@google.com>
1437 W:      http://www.bullopensource.org/cpuset/
1438 W:      http://oss.sgi.com/projects/cpusets/
1439 S:      Supported
1440 F:      Documentation/cgroups/cpusets.txt
1441 F:      include/linux/cpuset.h
1442 F:      kernel/cpuset.c
1443
1444 CRAMFS FILESYSTEM
1445 W:      http://sourceforge.net/projects/cramfs/
1446 S:      Orphan
1447 F:      Documentation/filesystems/cramfs.txt
1448 F:      fs/cramfs/
1449
1450 CRIS PORT
1451 M:      Mikael Starvik <starvik@axis.com>
1452 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1453 L:      linux-cris-kernel@axis.com
1454 W:      http://developer.axis.com
1455 S:      Maintained
1456 F:      arch/cris/
1457
1458 CRYPTO API
1459 M:      Herbert Xu <herbert@gondor.apana.org.au>
1460 M:      "David S. Miller" <davem@davemloft.net>
1461 L:      linux-crypto@vger.kernel.org
1462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1463 S:      Maintained
1464 F:      Documentation/crypto/
1465 F:      arch/*/crypto/
1466 F:      crypto/
1467 F:      drivers/crypto/
1468 F:      include/crypto/
1469
1470 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1471 M:      Neil Horman <nhorman@tuxdriver.com>
1472 L:      linux-crypto@vger.kernel.org
1473 S:      Maintained
1474
1475 CS5535 Audio ALSA driver
1476 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1477 S:      Maintained
1478 F:      sound/pci/cs5535audio/
1479
1480 CX18 VIDEO4LINUX DRIVER
1481 M:      Hans Verkuil <hverkuil@xs4all.nl>
1482 M:      Andy Walls <awalls@radix.net>
1483 L:      ivtv-devel@ivtvdriver.org
1484 L:      linux-media@vger.kernel.org
1485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1486 W:      http://linuxtv.org
1487 W:      http://www.ivtvdriver.org/index.php/Cx18
1488 S:      Maintained
1489 F:      Documentation/video4linux/cx18.txt
1490 F:      drivers/media/video/cx18/
1491
1492 CXGB3 ETHERNET DRIVER (CXGB3)
1493 M:      Divy Le Ray <divy@chelsio.com>
1494 L:      netdev@vger.kernel.org
1495 W:      http://www.chelsio.com
1496 S:      Supported
1497 F:      drivers/net/cxgb3/
1498
1499 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1500 M:      Steve Wise <swise@chelsio.com>
1501 L:      general@lists.openfabrics.org
1502 W:      http://www.openfabrics.org
1503 S:      Supported
1504 F:      drivers/infiniband/hw/cxgb3/
1505
1506 CYBERPRO FB DRIVER
1507 M:      Russell King <linux@arm.linux.org.uk>
1508 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1509 W:      http://www.arm.linux.org.uk/
1510 S:      Maintained
1511 F:      drivers/video/cyber2000fb.*
1512
1513 CYCLADES 2X SYNC CARD DRIVER
1514 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1515 W:      http://oops.ghostprotocols.net:81/blog
1516 S:      Maintained
1517 F:      drivers/net/wan/cycx*
1518
1519 CYCLADES ASYNC MUX DRIVER
1520 W:      http://www.cyclades.com/
1521 S:      Orphan
1522 F:      drivers/char/cyclades.c
1523 F:      include/linux/cyclades.h
1524
1525 CYCLADES PC300 DRIVER
1526 W:      http://www.cyclades.com/
1527 S:      Orphan
1528 F:      drivers/net/wan/pc300*
1529
1530 DAMA SLAVE for AX.25
1531 M:      Joerg Reuter <jreuter@yaina.de>
1532 W:      http://yaina.de/jreuter/
1533 W:      http://www.qsl.net/dl1bke/
1534 L:      linux-hams@vger.kernel.org
1535 S:      Maintained
1536 F:      net/ax25/af_ax25.c
1537 F:      net/ax25/ax25_dev.c
1538 F:      net/ax25/ax25_ds_*
1539 F:      net/ax25/ax25_in.c
1540 F:      net/ax25/ax25_out.c
1541 F:      net/ax25/ax25_timer.c
1542 F:      net/ax25/sysctl_net_ax25.c
1543
1544 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1545 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
1546 L:      netdev@vger.kernel.org
1547 S:      Maintained
1548 F:      Documentation/networking/dmfe.txt
1549 F:      drivers/net/tulip/dmfe.c
1550
1551 DC390/AM53C974 SCSI driver
1552 M:      Kurt Garloff <garloff@suse.de>
1553 W:      http://www.garloff.de/kurt/linux/dc390/
1554 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1555 S:      Maintained
1556 F:      drivers/scsi/tmscsim.*
1557
1558 DC395x SCSI driver
1559 M:      Oliver Neukum <oliver@neukum.name>
1560 M:      Ali Akcaagac <aliakc@web.de>
1561 M:      Jamie Lenehan <lenehan@twibble.org>
1562 W:      http://twibble.org/dist/dc395x/
1563 L:      dc395x@twibble.org
1564 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1565 S:      Maintained
1566 F:      Documentation/scsi/dc395x.txt
1567 F:      drivers/scsi/dc395x.*
1568
1569 DCCP PROTOCOL
1570 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1571 L:      dccp@vger.kernel.org
1572 W:      http://linux-net.osdl.org/index.php/DCCP
1573 S:      Maintained
1574 F:      include/linux/dccp.h
1575 F:      include/linux/tfrc.h
1576 F:      net/dccp/
1577
1578 DECnet NETWORK LAYER
1579 M:      Christine Caulfield <christine.caulfield@googlemail.com>
1580 W:      http://linux-decnet.sourceforge.net
1581 L:      linux-decnet-user@lists.sourceforge.net
1582 S:      Maintained
1583 F:      Documentation/networking/decnet.txt
1584 F:      net/decnet/
1585
1586 DEFXX FDDI NETWORK DRIVER
1587 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1588 S:      Maintained
1589 F:      drivers/net/defxx.*
1590
1591 DELL LAPTOP DRIVER
1592 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1593 S:      Maintained
1594 F:      drivers/platform/x86/dell-laptop.c
1595
1596 DELL LAPTOP SMM DRIVER
1597 M:      Massimo Dal Zotto <dz@debian.org>
1598 W:      http://www.debian.org/~dz/i8k/
1599 S:      Maintained
1600 F:      drivers/char/i8k.c
1601 F:      include/linux/i8k.h
1602
1603 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1604 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
1605 S:      Maintained
1606 F:      Documentation/dcdbas.txt
1607 F:      drivers/firmware/dcdbas.*
1608
1609 DELL WMI EXTRAS DRIVER
1610 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1611 S:      Maintained
1612
1613 DEVICE NUMBER REGISTRY
1614 M:      Torben Mathiasen <device@lanana.org>
1615 W:      http://lanana.org/docs/device-list/index.html
1616 S:      Maintained
1617
1618 DEVICE-MAPPER  (LVM)
1619 P:      Alasdair Kergon
1620 L:      dm-devel@redhat.com
1621 W:      http://sources.redhat.com/dm
1622 S:      Maintained
1623 F:      Documentation/device-mapper/
1624 F:      drivers/md/dm*
1625 F:      include/linux/device-mapper.h
1626 F:      include/linux/dm-*.h
1627
1628 DIGI INTL. EPCA DRIVER
1629 M:      "Digi International, Inc" <Eng.Linux@digi.com>
1630 L:      Eng.Linux@digi.com
1631 W:      http://www.digi.com
1632 S:      Orphan
1633 F:      Documentation/serial/digiepca.txt
1634 F:      drivers/char/epca*
1635 F:      drivers/char/digi*
1636
1637 DIRECTORY NOTIFICATION (DNOTIFY)
1638 M:      Eric Paris <eparis@parisplace.org>
1639 S:      Maintained
1640 F:      Documentation/filesystems/dnotify.txt
1641 F:      fs/notify/dnotify/
1642 F:      include/linux/dnotify.h
1643
1644 DISK GEOMETRY AND PARTITION HANDLING
1645 M:      Andries Brouwer <aeb@cwi.nl>
1646 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1647 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1648 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1649 S:      Maintained
1650
1651 DISKQUOTA
1652 M:      Jan Kara <jack@suse.cz>
1653 S:      Maintained
1654 F:      Documentation/filesystems/quota.txt
1655 F:      fs/quota/
1656 F:      include/linux/quota*.h
1657
1658 DISTRIBUTED LOCK MANAGER (DLM)
1659 M:      Christine Caulfield <ccaulfie@redhat.com>
1660 M:      David Teigland <teigland@redhat.com>
1661 L:      cluster-devel@redhat.com
1662 W:      http://sources.redhat.com/cluster/
1663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1664 S:      Supported
1665 F:      fs/dlm/
1666
1667 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1668 M:      Maciej Sosnowski <maciej.sosnowski@intel.com>
1669 M:      Dan Williams <dan.j.williams@intel.com>
1670 S:      Supported
1671 F:      drivers/dma/
1672 F:      include/linux/dma*
1673
1674 DME1737 HARDWARE MONITOR DRIVER
1675 M:      Juerg Haefliger <juergh@gmail.com>
1676 L:      lm-sensors@lm-sensors.org
1677 S:      Maintained
1678 F:      Documentation/hwmon/dme1737
1679 F:      drivers/hwmon/dme1737.c
1680
1681 DOCBOOK FOR DOCUMENTATION
1682 M:      Randy Dunlap <rdunlap@xenotime.net>
1683 S:      Maintained
1684
1685 DOCKING STATION DRIVER
1686 M:      Shaohua Li <shaohua.li@intel.com>
1687 L:      linux-acpi@vger.kernel.org
1688 S:      Supported
1689 F:      drivers/acpi/dock.c
1690
1691 DOCUMENTATION
1692 M:      Randy Dunlap <rdunlap@xenotime.net>
1693 L:      linux-doc@vger.kernel.org
1694 S:      Maintained
1695 F:      Documentation/
1696
1697 DOUBLETALK DRIVER
1698 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
1699 L:      blinux-list@redhat.com
1700 S:      Maintained
1701 F:      drivers/char/dtlk.c
1702 F:      include/linux/dtlk.h
1703
1704 DPT_I2O SCSI RAID DRIVER
1705 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1706 L:      linux-scsi@vger.kernel.org
1707 W:      http://www.adaptec.com/
1708 S:      Maintained
1709 F:      drivers/scsi/dpt*
1710 F:      drivers/scsi/dpt/
1711
1712 DRIVER CORE, KOBJECTS, AND SYSFS
1713 M:      Greg Kroah-Hartman <gregkh@suse.de>
1714 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1715 S:      Supported
1716 F:      Documentation/kobject.txt
1717 F:      drivers/base/
1718 F:      fs/sysfs/
1719 F:      include/linux/kobj*
1720 F:      lib/kobj*
1721
1722 DRM DRIVERS
1723 M:      David Airlie <airlied@linux.ie>
1724 L:      dri-devel@lists.sourceforge.net
1725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1726 S:      Maintained
1727 F:      drivers/gpu/drm/
1728
1729 DSCC4 DRIVER
1730 M:      Francois Romieu <romieu@fr.zoreil.com>
1731 L:      netdev@vger.kernel.org
1732 S:      Maintained
1733 F:      drivers/net/wan/dscc4.c
1734
1735 DZ DECSTATION DZ11 SERIAL DRIVER
1736 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1737 S:      Maintained
1738 F:      drivers/serial/dz.*
1739
1740 EATA-DMA SCSI DRIVER
1741 M:      Michael Neuffer <mike@i-Connect.Net>
1742 L:      linux-eata@i-connect.net
1743 L:      linux-scsi@vger.kernel.org
1744 S:      Maintained
1745 F:      drivers/scsi/eata*
1746
1747 EATA ISA/EISA/PCI SCSI DRIVER
1748 M:      Dario Ballabio <ballabio_dario@emc.com>
1749 L:      linux-scsi@vger.kernel.org
1750 S:      Maintained
1751 F:      drivers/scsi/eata.c
1752
1753 EATA-PIO SCSI DRIVER
1754 M:      Michael Neuffer <mike@i-Connect.Net>
1755 L:      linux-eata@i-connect.net
1756 L:      linux-scsi@vger.kernel.org
1757 S:      Maintained
1758 F:      drivers/scsi/eata_pio.*
1759
1760 EBTABLES
1761 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
1762 L:      ebtables-user@lists.sourceforge.net
1763 L:      ebtables-devel@lists.sourceforge.net
1764 W:      http://ebtables.sourceforge.net/
1765 S:      Maintained
1766 F:      include/linux/netfilter_bridge/ebt_*.h
1767 F:      net/bridge/netfilter/ebt*.c
1768
1769 ECRYPT FILE SYSTEM
1770 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1771 M:      Dustin Kirkland <kirkland@canonical.com>
1772 L:      ecryptfs-devel@lists.launchpad.net
1773 W:      https://launchpad.net/ecryptfs
1774 S:      Supported
1775 F:      Documentation/filesystems/ecryptfs.txt
1776 F:      fs/ecryptfs/
1777
1778 EDAC-CORE
1779 M:      Doug Thompson <dougthompson@xmission.com>
1780 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1781 W:      bluesmoke.sourceforge.net
1782 S:      Supported
1783 F:      Documentation/edac.txt
1784 F:      drivers/edac/edac_*
1785 F:      include/linux/edac.h
1786
1787 EDAC-AMD64
1788 M:      Doug Thompson <dougthompson@xmission.com>
1789 M:      Borislav Petkov <borislav.petkov@amd.com>
1790 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1791 W:      bluesmoke.sourceforge.net
1792 S:      Supported
1793 F:      drivers/edac/amd64_edac*
1794
1795 EDAC-E752X
1796 M:      Mark Gross <mark.gross@intel.com>
1797 M:      Doug Thompson <dougthompson@xmission.com>
1798 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1799 W:      bluesmoke.sourceforge.net
1800 S:      Maintained
1801 F:      drivers/edac/e752x_edac.c
1802
1803 EDAC-E7XXX
1804 M:      Doug Thompson <dougthompson@xmission.com>
1805 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1806 W:      bluesmoke.sourceforge.net
1807 S:      Maintained
1808 F:      drivers/edac/e7xxx_edac.c
1809
1810 EDAC-I82443BXGX
1811 M:      Tim Small <tim@buttersideup.com>
1812 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1813 W:      bluesmoke.sourceforge.net
1814 S:      Maintained
1815 F:      drivers/edac/i82443bxgx_edac.c
1816
1817 EDAC-I3000
1818 M:      Jason Uhlenkott <juhlenko@akamai.com>
1819 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1820 W:      bluesmoke.sourceforge.net
1821 S:      Maintained
1822 F:      drivers/edac/i3000_edac.c
1823
1824 EDAC-I5000
1825 M:      Doug Thompson <dougthompson@xmission.com>
1826 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1827 W:      bluesmoke.sourceforge.net
1828 S:      Maintained
1829 F:      drivers/edac/i5000_edac.c
1830
1831 EDAC-I5400
1832 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
1833 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1834 W:      bluesmoke.sourceforge.net
1835 S:      Maintained
1836 F:      drivers/edac/i5400_edac.c
1837
1838 EDAC-I82975X
1839 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
1840 M:      "Arvind R." <arvind@jetztechnologies.com>
1841 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1842 W:      bluesmoke.sourceforge.net
1843 S:      Maintained
1844 F:      drivers/edac/i82975x_edac.c
1845
1846 EDAC-PASEMI
1847 M:      Egor Martovetsky <egor@pasemi.com>
1848 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1849 W:      bluesmoke.sourceforge.net
1850 S:      Maintained
1851 F:      drivers/edac/pasemi_edac.c
1852
1853 EDAC-R82600
1854 M:      Tim Small <tim@buttersideup.com>
1855 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1856 W:      bluesmoke.sourceforge.net
1857 S:      Maintained
1858 F:      drivers/edac/r82600_edac.c
1859
1860 EEEPC LAPTOP EXTRAS DRIVER
1861 M:      Corentin Chary <corentincj@iksaif.net>
1862 L:      acpi4asus-user@lists.sourceforge.net
1863 W:      http://acpi4asus.sf.net
1864 S:      Maintained
1865 F:      drivers/platform/x86/eeepc-laptop.c
1866
1867 EFS FILESYSTEM
1868 W:      http://aeschi.ch.eu.org/efs/
1869 S:      Orphan
1870 F:      fs/efs/
1871
1872 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1873 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
1874 M:      Christoph Raisch <raisch@de.ibm.com>
1875 L:      general@lists.openfabrics.org
1876 S:      Supported
1877 F:      drivers/infiniband/hw/ehca/
1878
1879 EMBEDDED LINUX
1880 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
1881 M:      Matt Mackall <mpm@selenic.com>
1882 M:      David Woodhouse <dwmw2@infradead.org>
1883 L:      linux-embedded@vger.kernel.org
1884 S:      Maintained
1885
1886 EMULEX LPFC FC SCSI DRIVER
1887 M:      James Smart <james.smart@emulex.com>
1888 L:      linux-scsi@vger.kernel.org
1889 W:      http://sourceforge.net/projects/lpfcxxxx
1890 S:      Supported
1891 F:      drivers/scsi/lpfc/
1892
1893 ENE CB710 FLASH CARD READER DRIVER
1894 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
1895 S:      Maintained
1896 F:      drivers/misc/cb710/
1897 F:      drivers/mmc/host/cb710-mmc.*
1898 F:      include/linux/cb710.h
1899
1900 EPSON 1355 FRAMEBUFFER DRIVER
1901 M:      Christopher Hoover <ch@murgatroid.com>
1902 M:      Christopher Hoover <ch@hpl.hp.com>
1903 S:      Maintained
1904 F:      drivers/video/epson1355fb.c
1905
1906 EPSON S1D13XXX FRAMEBUFFER DRIVER
1907 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1908 S:      Maintained
1909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1910 F:      drivers/video/s1d13xxxfb.c
1911 F:      include/video/s1d13xxxfb.h
1912
1913 ETHEREXPRESS-16 NETWORK DRIVER
1914 M:      Philip Blundell <philb@gnu.org>
1915 L:      netdev@vger.kernel.org
1916 S:      Maintained
1917 F:      drivers/net/eexpress.*
1918
1919 ETHERNET BRIDGE
1920 M:      Stephen Hemminger <shemminger@linux-foundation.org>
1921 L:      bridge@lists.linux-foundation.org
1922 W:      http://www.linux-foundation.org/en/Net:Bridge
1923 S:      Maintained
1924 F:      include/linux/netfilter_bridge/
1925 F:      net/bridge/
1926
1927 ETHERTEAM 16I DRIVER
1928 M:      Mika Kuoppala <miku@iki.fi>
1929 S:      Maintained
1930 F:      drivers/net/eth16i.c
1931
1932 EXT2 FILE SYSTEM
1933 L:      linux-ext4@vger.kernel.org
1934 S:      Maintained
1935 F:      Documentation/filesystems/ext2.txt
1936 F:      fs/ext2/
1937 F:      include/linux/ext2*
1938
1939 EXT3 FILE SYSTEM
1940 M:      Stephen Tweedie <sct@redhat.com>
1941 M:      Andrew Morton <akpm@linux-foundation.org>
1942 M:      Andreas Dilger <adilger@sun.com>
1943 L:      linux-ext4@vger.kernel.org
1944 S:      Maintained
1945 F:      Documentation/filesystems/ext3.txt
1946 F:      fs/ext3/
1947 F:      include/linux/ext3*
1948
1949 EXT4 FILE SYSTEM
1950 M:      "Theodore Ts'o" <tytso@mit.edu>
1951 M:      Andreas Dilger <adilger@sun.com>
1952 L:      linux-ext4@vger.kernel.org
1953 W:      http://ext4.wiki.kernel.org
1954 S:      Maintained
1955 F:      Documentation/filesystems/ext4.txt
1956 F:      fs/ext4/
1957
1958 F71805F HARDWARE MONITORING DRIVER
1959 M:      Jean Delvare <khali@linux-fr.org>
1960 L:      lm-sensors@lm-sensors.org
1961 S:      Maintained
1962 F:      Documentation/hwmon/f71805f
1963 F:      drivers/hwmon/f71805f.c
1964
1965 FARSYNC SYNCHRONOUS DRIVER
1966 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
1967 W:      http://www.farsite.co.uk/
1968 S:      Supported
1969 F:      drivers/net/wan/farsync.*
1970
1971 FAULT INJECTION SUPPORT
1972 M:      Akinobu Mita <akinobu.mita@gmail.com>
1973 S:      Supported
1974 F:      Documentation/fault-injection/
1975 F:      lib/fault-inject.c
1976
1977 FILE LOCKING (flock() and fcntl()/lockf())
1978 M:      Matthew Wilcox <matthew@wil.cx>
1979 L:      linux-fsdevel@vger.kernel.org
1980 S:      Maintained
1981 F:      include/linux/fcntl.h
1982 F:      include/linux/fs.h
1983 F:      fs/fcntl.c
1984 F:      fs/locks.c
1985
1986 FILESYSTEMS (VFS and infrastructure)
1987 M:      Alexander Viro <viro@zeniv.linux.org.uk>
1988 L:      linux-fsdevel@vger.kernel.org
1989 S:      Maintained
1990 F:      fs/*
1991
1992 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
1993 M:      Riku Voipio <riku.vipio@iki.fi>
1994 L:      lm-sensors@lm-sensors.org
1995 S:      Maintained
1996 F:      drivers/hwmon/f75375s.c
1997 F:      include/linux/f75375s.h
1998
1999 FIREWIRE SUBSYSTEM
2000 M:      Kristian Hoegsberg <krh@redhat.com>
2001 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2002 L:      linux1394-devel@lists.sourceforge.net
2003 W:      http://www.linux1394.org/
2004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2005 S:      Maintained
2006 F:      drivers/firewire/
2007 F:      include/linux/firewire*.h
2008
2009 FIRMWARE LOADER (request_firmware)
2010 S:      Orphan
2011 F:      Documentation/firmware_class/
2012 F:      drivers/base/firmware*.c
2013 F:      include/linux/firmware.h
2014
2015 FPU EMULATOR
2016 M:      Bill Metzenthen <billm@melbpc.org.au>
2017 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2018 S:      Maintained
2019 F:      arch/x86/math-emu/
2020
2021 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2022 M:      Mike McLagan <mike.mclagan@linux.org>
2023 L:      netdev@vger.kernel.org
2024 S:      Maintained
2025 F:      drivers/net/wan/dlci.c
2026 F:      drivers/net/wan/sdla.c
2027
2028 FRAMEBUFFER LAYER
2029 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 W:      http://linux-fbdev.sourceforge.net/
2031 S:      Orphan
2032 F:      Documentation/fb/
2033 F:      drivers/video/fb*
2034 F:      include/linux/fb.h
2035
2036 FREESCALE DMA DRIVER
2037 M:      Li Yang <leoli@freescale.com>
2038 M:      Zhang Wei <zw@zh-kernel.org>
2039 L:      linuxppc-dev@ozlabs.org
2040 S:      Maintained
2041 F:      drivers/dma/fsldma.*
2042
2043 FREESCALE I2C CPM DRIVER
2044 M:      Jochen Friedrich <jochen@scram.de>
2045 L:      linuxppc-dev@ozlabs.org
2046 L:      linux-i2c@vger.kernel.org
2047 S:      Maintained
2048 F:      drivers/i2c/busses/i2c-cpm.c
2049
2050 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2051 M:      Sascha Hauer <kernel@pengutronix.de>
2052 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2053 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2054 S:      Maintained
2055 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2056 F:      drivers/video/imxfb.c
2057
2058 FREESCALE SOC FS_ENET DRIVER
2059 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2060 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2061 L:      linuxppc-dev@ozlabs.org
2062 L:      netdev@vger.kernel.org
2063 S:      Maintained
2064 F:      drivers/net/fs_enet/
2065 F:      include/linux/fs_enet_pd.h
2066
2067 FREESCALE QUICC ENGINE LIBRARY
2068 M:      Timur Tabi <timur@freescale.com>
2069 L:      linuxppc-dev@ozlabs.org
2070 S:      Supported
2071 F:      arch/powerpc/sysdev/qe_lib/
2072 F:      arch/powerpc/include/asm/*qe.h
2073
2074 FREESCALE HIGHSPEED USB DEVICE DRIVER
2075 M:      Li Yang <leoli@freescale.com>
2076 L:      linux-usb@vger.kernel.org
2077 L:      linuxppc-dev@ozlabs.org
2078 S:      Maintained
2079 F:      drivers/usb/gadget/fsl_usb2_udc.c
2080
2081 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2082 M:      Li Yang <leoli@freescale.com>
2083 L:      netdev@vger.kernel.org
2084 L:      linuxppc-dev@ozlabs.org
2085 S:      Maintained
2086 F:      drivers/net/ucc_geth*
2087
2088 FREESCALE QUICC ENGINE UCC UART DRIVER
2089 M:      Timur Tabi <timur@freescale.com>
2090 L:      linuxppc-dev@ozlabs.org
2091 S:      Supported
2092 F:      drivers/serial/ucc_uart.c
2093
2094 FREESCALE SOC SOUND DRIVERS
2095 M:      Timur Tabi <timur@freescale.com>
2096 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2097 L:      linuxppc-dev@ozlabs.org
2098 S:      Supported
2099 F:      sound/soc/fsl/fsl*
2100 F:      sound/soc/fsl/mpc8610_hpcd.c
2101
2102 FREEVXFS FILESYSTEM
2103 M:      Christoph Hellwig <hch@infradead.org>
2104 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2105 S:      Maintained
2106 F:      fs/freevxfs/
2107
2108 FREEZER
2109 M:      Pavel Machek <pavel@ucw.cz>
2110 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2111 L:      linux-pm@lists.linux-foundation.org
2112 S:      Supported
2113 F:      Documentation/power/freezing-of-tasks.txt
2114 F:      include/linux/freezer.h
2115 F:      kernel/freezer.c
2116
2117 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2118 M:      David Howells <dhowells@redhat.com>
2119 L:      linux-cachefs@redhat.com
2120 S:      Supported
2121 F:      Documentation/filesystems/caching/
2122 F:      fs/fscache/
2123 F:      include/linux/fscache*.h
2124
2125 FTRACE
2126 M:      Steven Rostedt <rostedt@goodmis.org>
2127 S:      Maintained
2128 F:      Documentation/trace/ftrace.txt
2129 F:      arch/*/*/*/ftrace.h
2130 F:      arch/*/kernel/ftrace.c
2131 F:      include/*/ftrace.h
2132 F:      kernel/trace/
2133
2134 FUJITSU FR-V (FRV) PORT
2135 M:      David Howells <dhowells@redhat.com>
2136 S:      Maintained
2137 F:      arch/frv/
2138
2139 FUJITSU LAPTOP EXTRAS
2140 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2141 L:      linux-acpi@vger.kernel.org
2142 S:      Maintained
2143 F:      drivers/platform/x86/fujitsu-laptop.c
2144
2145 FUSE: FILESYSTEM IN USERSPACE
2146 M:      Miklos Szeredi <miklos@szeredi.hu>
2147 L:      fuse-devel@lists.sourceforge.net
2148 W:      http://fuse.sourceforge.net/
2149 S:      Maintained
2150 F:      fs/fuse/
2151 F:      include/linux/fuse.h
2152
2153 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2154 M:      Rik Faith <faith@cs.unc.edu>
2155 L:      linux-scsi@vger.kernel.org
2156 S:      Odd Fixes (e.g., new signatures)
2157 F:      drivers/scsi/fdomain.*
2158
2159 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2160 M:      Achim Leubner <achim_leubner@adaptec.com>
2161 L:      linux-scsi@vger.kernel.org
2162 W:      http://www.icp-vortex.com/
2163 S:      Supported
2164 F:      drivers/scsi/gdt*
2165
2166 GENERIC GPIO I2C DRIVER
2167 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
2168 S:      Supported
2169 F:      drivers/i2c/busses/i2c-gpio.c
2170 F:      include/linux/i2c-gpio.h
2171
2172 GENERIC HDLC (WAN) DRIVERS
2173 M:      Krzysztof Halasa <khc@pm.waw.pl>
2174 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2175 S:      Maintained
2176 F:      drivers/net/wan/c101.c
2177 F:      drivers/net/wan/hd6457*
2178 F:      drivers/net/wan/hdlc*
2179 F:      drivers/net/wan/n2.c
2180 F:      drivers/net/wan/pc300too.c
2181 F:      drivers/net/wan/pci200syn.c
2182 F:      drivers/net/wan/wanxl*
2183
2184 GENERIC INCLUDE/ASM HEADER FILES
2185 M:      Arnd Bergmann <arnd@arndb.de>
2186 L:      linux-arch@vger.kernel.org
2187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2188 S:      Maintained
2189 F:      include/asm-generic
2190
2191 GFS2 FILE SYSTEM
2192 M:      Steven Whitehouse <swhiteho@redhat.com>
2193 L:      cluster-devel@redhat.com
2194 W:      http://sources.redhat.com/cluster/
2195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2197 S:      Supported
2198 F:      Documentation/filesystems/gfs2*.txt
2199 F:      fs/gfs2/
2200 F:      include/linux/gfs2_ondisk.h
2201
2202 GIGASET ISDN DRIVERS
2203 M:      Hansjoerg Lipp <hjlipp@web.de>
2204 M:      Tilman Schmidt <tilman@imap.cc>
2205 L:      gigaset307x-common@lists.sourceforge.net
2206 W:      http://gigaset307x.sourceforge.net/
2207 S:      Maintained
2208 F:      Documentation/isdn/README.gigaset
2209 F:      drivers/isdn/gigaset/
2210 F:      include/linux/gigaset_dev.h
2211
2212 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2213 M:      Frank Seidel <frank@f-seidel.de>
2214 L:      lm-sensors@lm-sensors.org
2215 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2216 S:      Maintained
2217 F:      drivers/hwmon/hdaps.c
2218
2219 HYPERVISOR VIRTUAL CONSOLE DRIVER
2220 L:      linuxppc-dev@ozlabs.org
2221 S:      Odd Fixes
2222 F:      drivers/char/hvc_*
2223
2224 GSPCA FINEPIX SUBDRIVER
2225 M:      Frank Zago <frank@zago.net>
2226 L:      linux-media@vger.kernel.org
2227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2228 S:      Maintained
2229 F:      drivers/media/video/gspca/finepix.c
2230
2231 GSPCA M5602 SUBDRIVER
2232 M:      Erik Andren <erik.andren@gmail.com>
2233 L:      linux-media@vger.kernel.org
2234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2235 S:      Maintained
2236 F:      drivers/media/video/gspca/m5602/
2237
2238 GSPCA PAC207 SONIXB SUBDRIVER
2239 M:      Hans de Goede <hdegoede@redhat.com>
2240 L:      linux-media@vger.kernel.org
2241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2242 S:      Maintained
2243 F:      drivers/media/video/gspca/pac207.c
2244
2245 GSPCA SN9C20X SUBDRIVER
2246 M:      Brian Johnson <brijohn@gmail.com>
2247 L:      linux-media@vger.kernel.org
2248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2249 S:      Maintained
2250 F:      drivers/media/video/gspca/sn9c20x.c
2251
2252 GSPCA T613 SUBDRIVER
2253 M:      Leandro Costantino <lcostantino@gmail.com>
2254 L:      linux-media@vger.kernel.org
2255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2256 S:      Maintained
2257 F:      drivers/media/video/gspca/t613.c
2258
2259 GSPCA USB WEBCAM DRIVER
2260 M:      Jean-Francois Moine <moinejf@free.fr>
2261 W:      http://moinejf.free.fr
2262 L:      linux-media@vger.kernel.org
2263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2264 S:      Maintained
2265 F:      drivers/media/video/gspca/
2266
2267 HARDWARE MONITORING
2268 L:      lm-sensors@lm-sensors.org
2269 W:      http://www.lm-sensors.org/
2270 S:      Orphan
2271 F:      drivers/hwmon/
2272
2273 HARDWARE RANDOM NUMBER GENERATOR CORE
2274 S:      Orphan
2275 F:      Documentation/hw_random.txt
2276 F:      drivers/char/hw_random/
2277 F:      include/linux/hw_random.h
2278
2279 HARMONY SOUND DRIVER
2280 M:      Kyle McMartin <kyle@mcmartin.ca>
2281 L:      linux-parisc@vger.kernel.org
2282 S:      Maintained
2283 F:      sound/parisc/harmony.*
2284
2285 HAYES ESP SERIAL DRIVER
2286 M:      "Andrew J. Robinson" <arobinso@nyx.net>
2287 W:      http://www.nyx.net/~arobinso
2288 S:      Maintained
2289 F:      Documentation/serial/hayes-esp.txt
2290 F:      drivers/char/esp.c
2291
2292 HEWLETT-PACKARD SMART2 RAID DRIVER
2293 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2294 L:      iss_storagedev@hp.com
2295 S:      Maintained
2296 F:      Documentation/blockdev/cpqarray.txt
2297 F:      drivers/block/cpqarray.*
2298
2299 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2300 M:      Mike Miller <mike.miller@hp.com>
2301 L:      iss_storagedev@hp.com
2302 S:      Supported
2303 F:      Documentation/blockdev/cciss.txt
2304 F:      drivers/block/cciss*
2305 F:      include/linux/cciss_ioctl.h
2306
2307 HFS FILESYSTEM
2308 M:      Roman Zippel <zippel@linux-m68k.org>
2309 S:      Maintained
2310 F:      Documentation/filesystems/hfs.txt
2311 F:      fs/hfs/
2312
2313 HGA FRAMEBUFFER DRIVER
2314 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2315 L:      linux-nvidia@lists.surfsouth.com
2316 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2317 S:      Maintained
2318 F:      drivers/video/hgafb.c
2319
2320 HIBERNATION (aka Software Suspend, aka swsusp)
2321 M:      Pavel Machek <pavel@ucw.cz>
2322 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2323 L:      linux-pm@lists.linux-foundation.org
2324 S:      Supported
2325 F:      arch/x86/power/
2326 F:      drivers/base/power/
2327 F:      kernel/power/
2328 F:      include/linux/suspend.h
2329 F:      include/linux/freezer.h
2330 F:      include/linux/pm.h
2331 F:      arch/*/include/asm/suspend*.h
2332
2333 HID CORE LAYER
2334 M:      Jiri Kosina <jkosina@suse.cz>
2335 L:      linux-input@vger.kernel.org
2336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2337 S:      Maintained
2338 F:      drivers/hid/
2339 F:      include/linux/hid*
2340
2341 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2342 M:      Thomas Gleixner <tglx@linutronix.de>
2343 S:      Maintained
2344 F:      Documentation/timers/
2345 F:      kernel/hrtimer.c
2346 F:      include/linux/hrtimer.h
2347
2348 HIGH-SPEED SCC DRIVER FOR AX.25
2349 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2350 L:      linux-hams@vger.kernel.org
2351 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2352 S:      Maintained
2353 F:      drivers/net/hamradio/dmascc.c
2354 F:      drivers/net/hamradio/scc.c
2355
2356 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2357 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2358 W:      http://www.highpoint-tech.com
2359 S:      Supported
2360 F:      Documentation/scsi/hptiop.txt
2361 F:      drivers/scsi/hptiop.c
2362
2363 HIPPI
2364 M:      Jes Sorensen <jes@trained-monkey.org>
2365 L:      linux-hippi@sunsite.dk
2366 S:      Maintained
2367 F:      include/linux/hippidevice.h
2368 F:      include/linux/if_hippi.h
2369 F:      net/802/hippi.c
2370
2371 HOST AP DRIVER
2372 M:      Jouni Malinen <j@w1.fi>
2373 L:      hostap@shmoo.com (subscribers-only)
2374 L:      linux-wireless@vger.kernel.org
2375 W:      http://hostap.epitest.fi/
2376 S:      Maintained
2377 F:      drivers/net/wireless/hostap/
2378
2379 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2380 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
2381 S:      Odd Fixes
2382 F:      drivers/platform/x86/tc1100-wmi.c
2383
2384 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2385 M:      Jaroslav Kysela <perex@perex.cz>
2386 S:      Maintained
2387 F:      drivers/net/hp100.*
2388
2389 HPET:   High Precision Event Timers driver
2390 M:      Clemens Ladisch <clemens@ladisch.de>
2391 S:      Maintained
2392 F:      Documentation/timers/hpet.txt
2393 F:      drivers/char/hpet.c
2394 F:      include/linux/hpet.h
2395
2396 HPET:   i386
2397 M:      "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2398 S:      Maintained
2399 F:      arch/x86/kernel/hpet.c
2400 F:      arch/x86/include/asm/hpet.h
2401
2402 HPET:   x86_64
2403 M:      Vojtech Pavlik <vojtech@suse.cz>
2404 S:      Maintained
2405
2406 HPET:   ACPI
2407 M:      Bob Picco <bob.picco@hp.com>
2408 S:      Maintained
2409 F:      drivers/char/hpet.c
2410
2411 HPFS FILESYSTEM
2412 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2413 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2414 S:      Maintained
2415 F:      fs/hpfs/
2416
2417 HSO 3G MODEM DRIVER
2418 M:      Jan Dumon <j.dumon@option.com>
2419 W:      http://www.pharscape.org
2420 S:      Maintained
2421 F:      drivers/net/usb/hso.c
2422
2423 HTCPEN TOUCHSCREEN DRIVER
2424 M:      Pau Oliva Fora <pof@eslack.org>
2425 L:      linux-input@vger.kernel.org
2426 S:      Maintained
2427 F:      drivers/input/touchscreen/htcpen.c
2428
2429 HUGETLB FILESYSTEM
2430 M:      William Irwin <wli@holomorphy.com>
2431 S:      Maintained
2432 F:      fs/hugetlbfs/
2433
2434 I2C/SMBUS STUB DRIVER
2435 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
2436 L:      linux-i2c@vger.kernel.org
2437 S:      Maintained
2438 F:      drivers/i2c/busses/i2c-stub.c
2439
2440 I2C SUBSYSTEM
2441 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2442 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2443 L:      linux-i2c@vger.kernel.org
2444 W:      http://i2c.wiki.kernel.org/
2445 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2446 S:      Maintained
2447 F:      Documentation/i2c/
2448 F:      drivers/i2c/
2449 F:      include/linux/i2c.h
2450 F:      include/linux/i2c-dev.h
2451 F:      include/linux/i2c-id.h
2452
2453 I2C-TINY-USB DRIVER
2454 M:      Till Harbaum <till@harbaum.org>
2455 L:      linux-i2c@vger.kernel.org
2456 W:      http://www.harbaum.org/till/i2c_tiny_usb
2457 S:      Maintained
2458 F:      drivers/i2c/busses/i2c-tiny-usb.c
2459
2460 i386 BOOT CODE
2461 M:      "H. Peter Anvin" <hpa@zytor.com>
2462 S:      Maintained
2463 F:      arch/x86/boot/
2464
2465 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2466 M:      "H. Peter Anvin" <hpa@zytor.com>
2467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2468 S:      Maintained
2469
2470 IA64 (Itanium) PLATFORM
2471 M:      Tony Luck <tony.luck@intel.com>
2472 M:      Fenghua Yu <fenghua.yu@intel.com>
2473 L:      linux-ia64@vger.kernel.org
2474 W:      http://www.ia64-linux.org/
2475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2476 S:      Maintained
2477 F:      arch/ia64/
2478
2479 IBM MCA SCSI SUBSYSTEM DRIVER
2480 M:      Michael Lang <langa2@kph.uni-mainz.de>
2481 W:      http://www.uni-mainz.de/~langm000/linux.html
2482 S:      Maintained
2483 F:      drivers/scsi/ibmmca.c
2484
2485 IBM Power Linux RAID adapter
2486 M:      Brian King <brking@us.ibm.com>
2487 S:      Supported
2488 F:      drivers/scsi/ipr.*
2489
2490 IBM ServeRAID RAID DRIVER
2491 P:      Jack Hammer
2492 M:      Dave Jeffery <ipslinux@adaptec.com>
2493 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2494 S:      Supported
2495 F:      drivers/scsi/ips.*
2496
2497 IDE SUBSYSTEM
2498 M:      "David S. Miller" <davem@davemloft.net>
2499 L:      linux-ide@vger.kernel.org
2500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2501 S:      Maintained
2502 F:      Documentation/ide/
2503 F:      drivers/ide/
2504 F:      include/linux/ide.h
2505
2506 IDE/ATAPI DRIVERS
2507 M:      Borislav Petkov <petkovbb@gmail.com>
2508 L:      linux-ide@vger.kernel.org
2509 S:      Maintained
2510 F:      Documentation/cdrom/ide-cd
2511 F:      drivers/ide/ide-cd*
2512
2513 IDLE-I7300
2514 M:      Andy Henroid <andrew.d.henroid@intel.com>
2515 L:      linux-pm@lists.linux-foundation.org
2516 S:      Supported
2517 F:      drivers/idle/i7300_idle.c
2518
2519 IEEE 1394 SUBSYSTEM
2520 M:      Ben Collins <ben.collins@ubuntu.com>
2521 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2522 L:      linux1394-devel@lists.sourceforge.net
2523 W:      http://www.linux1394.org/
2524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2525 S:      Maintained
2526 F:      drivers/ieee1394/
2527
2528 IEEE 1394 RAW I/O DRIVER
2529 M:      Dan Dennedy <dan@dennedy.org>
2530 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2531 L:      linux1394-devel@lists.sourceforge.net
2532 S:      Maintained
2533 F:      drivers/ieee1394/raw1394*
2534
2535 IEEE 802.15.4 SUBSYSTEM
2536 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2537 M:      Sergey Lapin <slapin@ossfans.org>
2538 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2539 W:      http://apps.sourceforge.net/trac/linux-zigbee
2540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2541 S:      Maintained
2542 F:      net/ieee802154/
2543 F:      drivers/ieee802154/
2544
2545 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2546 M:      Mimi Zohar <zohar@us.ibm.com>
2547 S:      Supported
2548 F:      security/integrity/ima/
2549
2550 IMS TWINTURBO FRAMEBUFFER DRIVER
2551 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2552 S:      Orphan
2553 F:      drivers/video/imsttfb.c
2554
2555 INFINIBAND SUBSYSTEM
2556 M:      Roland Dreier <rolandd@cisco.com>
2557 M:      Sean Hefty <sean.hefty@intel.com>
2558 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
2559 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2560 W:      http://www.openib.org/
2561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2562 S:      Supported
2563 F:      Documentation/infiniband/
2564 F:      drivers/infiniband/
2565 F:      include/linux/if_infiniband.h
2566
2567 INOTIFY
2568 M:      John McCutchan <john@johnmccutchan.com>
2569 M:      Robert Love <rlove@rlove.org>
2570 M:      Eric Paris <eparis@parisplace.org>
2571 S:      Maintained
2572 F:      Documentation/filesystems/inotify.txt
2573 F:      fs/notify/inotify/
2574 F:      include/linux/inotify.h
2575
2576 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2577 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
2578 M:      Dmitry Torokhov <dtor@mail.ru>
2579 L:      linux-input@vger.kernel.org
2580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2581 S:      Maintained
2582 F:      drivers/input/
2583
2584 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2585 M:      Sylvain Meyer <sylvain.meyer@worldonline.fr>
2586 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2587 S:      Maintained
2588 F:      Documentation/fb/intelfb.txt
2589 F:      drivers/video/intelfb/
2590
2591 INTEL 810/815 FRAMEBUFFER DRIVER
2592 M:      Antonino Daplas <adaplas@gmail.com>
2593 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2594 S:      Maintained
2595 F:      drivers/video/i810/
2596
2597 INTEL MENLOW THERMAL DRIVER
2598 M:      Sujith Thomas <sujith.thomas@intel.com>
2599 L:      linux-acpi@vger.kernel.org
2600 W:      http://www.lesswatts.org/projects/acpi/
2601 S:      Supported
2602 F:      drivers/platform/x86/intel_menlow.c
2603
2604 INTEL IA32 MICROCODE UPDATE SUPPORT
2605 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2606 S:      Maintained
2607 F:      arch/x86/kernel/microcode_core.c
2608 F:      arch/x86/kernel/microcode_intel.c
2609
2610 INTEL I/OAT DMA DRIVER
2611 M:      Maciej Sosnowski <maciej.sosnowski@intel.com>
2612 S:      Supported
2613 F:      drivers/dma/ioat*
2614
2615 INTEL IOMMU (VT-d)
2616 M:      David Woodhouse <dwmw2@infradead.org>
2617 L:      iommu@lists.linux-foundation.org
2618 T:      git git://git.infradead.org/iommu-2.6.git
2619 S:      Supported
2620 F:      drivers/pci/intel-iommu.c
2621 F:      include/linux/intel-iommu.h
2622
2623 INTEL IOP-ADMA DMA DRIVER
2624 M:      Dan Williams <dan.j.williams@intel.com>
2625 S:      Supported
2626 F:      drivers/dma/iop-adma.c
2627
2628 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2629 M:      Krzysztof Halasa <khc@pm.waw.pl>
2630 S:      Maintained
2631 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2632 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2633 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2634 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2635 F:      drivers/net/arm/ixp4xx_eth.c
2636 F:      drivers/net/wan/ixp4xx_hss.c
2637
2638 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2639 M:      Deepak Saxena <dsaxena@plexity.net>
2640 S:      Maintained
2641 F:      drivers/char/hw_random/ixp4xx-rng.c
2642
2643 INTEL IXP2000 ETHERNET DRIVER
2644 M:      Lennert Buytenhek <kernel@wantstofly.org>
2645 L:      netdev@vger.kernel.org
2646 S:      Maintained
2647 F:      drivers/net/ixp2000/
2648
2649 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2650 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2651 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
2652 M:      Bruce Allan <bruce.w.allan@intel.com>
2653 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2654 M:      John Ronciak <john.ronciak@intel.com>
2655 L:      e1000-devel@lists.sourceforge.net
2656 W:      http://e1000.sourceforge.net/
2657 S:      Supported
2658 F:      drivers/net/e100.c
2659 F:      drivers/net/e1000/
2660 F:      drivers/net/e1000e/
2661 F:      drivers/net/igb/
2662 F:      drivers/net/ixgb/
2663 F:      drivers/net/ixgbe/
2664
2665 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2666 M:      Zhu Yi <yi.zhu@intel.com>
2667 M:      James Ketrenos <jketreno@linux.intel.com>
2668 M:      Reinette Chatre <reinette.chatre@intel.com>
2669 L:      linux-wireless@vger.kernel.org
2670 L:      ipw2100-devel@lists.sourceforge.net
2671 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2672 W:      http://ipw2100.sourceforge.net
2673 S:      Supported
2674 F:      Documentation/networking/README.ipw2100
2675 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2676
2677 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2678 M:      Zhu Yi <yi.zhu@intel.com>
2679 M:      James Ketrenos <jketreno@linux.intel.com>
2680 M:      Reinette Chatre <reinette.chatre@intel.com>
2681 L:      linux-wireless@vger.kernel.org
2682 L:      ipw2100-devel@lists.sourceforge.net
2683 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2684 W:      http://ipw2200.sourceforge.net
2685 S:      Supported
2686 F:      Documentation/networking/README.ipw2200
2687 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2688
2689 INTEL WIRELESS WIMAX CONNECTION 2400
2690 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2691 M:      linux-wimax@intel.com
2692 L:      wimax@linuxwimax.org
2693 S:      Supported
2694 W:      http://linuxwimax.org
2695 F:      Documentation/wimax/README.i2400m
2696 F:      drivers/net/wimax/i2400m/
2697 F:      include/linux/wimax/i2400m.h
2698
2699 INTEL WIRELESS WIFI LINK (iwlwifi)
2700 M:      Zhu Yi <yi.zhu@intel.com>
2701 M:      Reinette Chatre <reinette.chatre@intel.com>
2702 L:      linux-wireless@vger.kernel.org
2703 L:      ipw3945-devel@lists.sourceforge.net
2704 W:      http://intellinuxwireless.org
2705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2706 S:      Supported
2707 F:      drivers/net/wireless/iwlwifi/
2708
2709 IOC3 ETHERNET DRIVER
2710 M:      Ralf Baechle <ralf@linux-mips.org>
2711 L:      linux-mips@linux-mips.org
2712 S:      Maintained
2713 F:      drivers/net/ioc3-eth.c
2714
2715 IOC3 SERIAL DRIVER
2716 M:      Pat Gefre <pfg@sgi.com>
2717 L:      linux-mips@linux-mips.org
2718 S:      Maintained
2719 F:      drivers/serial/ioc3_serial.c
2720
2721 IP MASQUERADING
2722 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
2723 S:      Maintained
2724 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
2725
2726 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2727 M:      Francois Romieu <romieu@fr.zoreil.com>
2728 M:      Sorbica Shieh <sorbica@icplus.com.tw>
2729 M:      Jesse Huang <jesse@icplus.com.tw>
2730 L:      netdev@vger.kernel.org
2731 S:      Maintained
2732 F:      drivers/net/ipg.c
2733
2734 IPATH DRIVER
2735 M:      Ralph Campbell <infinipath@qlogic.com>
2736 L:      general@lists.openfabrics.org
2737 T:      git git://git.qlogic.com/ipath-linux-2.6
2738 S:      Supported
2739 F:      drivers/infiniband/hw/ipath/
2740
2741 IPMI SUBSYSTEM
2742 M:      Corey Minyard <minyard@acm.org>
2743 L:      openipmi-developer@lists.sourceforge.net
2744 W:      http://openipmi.sourceforge.net/
2745 S:      Supported
2746 F:      Documentation/IPMI.txt
2747 F:      drivers/char/ipmi/
2748 F:      include/linux/ipmi*
2749
2750 IPS SCSI RAID DRIVER
2751 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2752 L:      linux-scsi@vger.kernel.org
2753 W:      http://www.adaptec.com/
2754 S:      Maintained
2755 F:      drivers/scsi/ips*
2756
2757 IPVS
2758 M:      Wensong Zhang <wensong@linux-vs.org>
2759 M:      Simon Horman <horms@verge.net.au>
2760 M:      Julian Anastasov <ja@ssi.bg>
2761 L:      netdev@vger.kernel.org
2762 L:      lvs-devel@vger.kernel.org
2763 S:      Maintained
2764 F:      Documentation/networking/ipvs-sysctl.txt
2765 F:      net/netfilter/ipvs/
2766
2767 IPWIRELESS DRIVER
2768 M:      Jiri Kosina <jkosina@suse.cz>
2769 M:      David Sterba <dsterba@suse.cz>
2770 S:      Maintained
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2772 F:      drivers/char/pcmcia/ipwireless/
2773
2774 IPX NETWORK LAYER
2775 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2776 L:      netdev@vger.kernel.org
2777 S:      Maintained
2778 F:      include/linux/ipx.h
2779 F:      include/net/ipx.h
2780 F:      net/ipx/
2781
2782 IRDA SUBSYSTEM
2783 M:      Samuel Ortiz <samuel@sortiz.org>
2784 L:      irda-users@lists.sourceforge.net (subscribers-only)
2785 W:      http://irda.sourceforge.net/
2786 S:      Maintained
2787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2788 F:      Documentation/networking/irda.txt
2789 F:      drivers/net/irda/
2790 F:      include/net/irda/
2791 F:      net/irda/
2792
2793 ISAPNP
2794 M:      Jaroslav Kysela <perex@perex.cz>
2795 S:      Maintained
2796 F:      Documentation/isapnp.txt
2797 F:      drivers/pnp/isapnp/
2798 F:      include/linux/isapnp.h
2799
2800 ISCSI
2801 M:      Mike Christie <michaelc@cs.wisc.edu>
2802 L:      open-iscsi@googlegroups.com
2803 W:      www.open-iscsi.org
2804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2805 S:      Maintained
2806 F:      drivers/scsi/*iscsi*
2807 F:      include/scsi/*iscsi*
2808
2809 ISDN SUBSYSTEM
2810 M:      Karsten Keil <isdn@linux-pingi.de>
2811 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2812 W:      http://www.isdn4linux.de
2813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
2814 S:      Maintained
2815 F:      Documentation/isdn/
2816 F:      drivers/isdn/
2817 F:      include/linux/isdn.h
2818 F:      include/linux/isdn/
2819
2820 ISDN SUBSYSTEM (Eicon active card driver)
2821 M:      Armin Schindler <mac@melware.de>
2822 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2823 W:      http://www.melware.de
2824 S:      Maintained
2825 F:      drivers/isdn/hardware/eicon/
2826
2827 IVTV VIDEO4LINUX DRIVER
2828 M:      Hans Verkuil <hverkuil@xs4all.nl>
2829 L:      ivtv-devel@ivtvdriver.org
2830 L:      linux-media@vger.kernel.org
2831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2832 W:      http://www.ivtvdriver.org
2833 S:      Maintained
2834 F:      Documentation/video4linux/*.ivtv
2835 F:      drivers/media/video/ivtv/
2836 F:      include/linux/ivtv*
2837
2838 JFS FILESYSTEM
2839 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
2840 L:      jfs-discussion@lists.sourceforge.net
2841 W:      http://jfs.sourceforge.net/
2842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2843 S:      Maintained
2844 F:      Documentation/filesystems/jfs.txt
2845 F:      fs/jfs/
2846
2847 JME NETWORK DRIVER
2848 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
2849 L:      netdev@vger.kernel.org
2850 S:      Maintained
2851 F:      drivers/net/jme.*
2852
2853 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2854 M:      David Woodhouse <dwmw2@infradead.org>
2855 L:      linux-mtd@lists.infradead.org
2856 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2857 S:      Maintained
2858 F:      fs/jffs2/
2859 F:      include/linux/jffs2.h
2860
2861 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2862 M:      Stephen Tweedie <sct@redhat.com>
2863 M:      Andrew Morton <akpm@linux-foundation.org>
2864 L:      linux-ext4@vger.kernel.org
2865 S:      Maintained
2866 F:      fs/jbd*/
2867 F:      include/linux/ext*jbd*.h
2868 F:      include/linux/jbd*.h
2869
2870 K8TEMP HARDWARE MONITORING DRIVER
2871 M:      Rudolf Marek <r.marek@assembler.cz>
2872 L:      lm-sensors@lm-sensors.org
2873 S:      Maintained
2874 F:      Documentation/hwmon/k8temp
2875 F:      drivers/hwmon/k8temp.c
2876
2877 KCONFIG
2878 M:      Roman Zippel <zippel@linux-m68k.org>
2879 L:      linux-kbuild@vger.kernel.org
2880 S:      Maintained
2881 F:      Documentation/kbuild/kconfig-language.txt
2882 F:      scripts/kconfig/
2883
2884 KDUMP
2885 M:      Vivek Goyal <vgoyal@redhat.com>
2886 M:      Haren Myneni <hbabu@us.ibm.com>
2887 L:      kexec@lists.infradead.org
2888 W:      http://lse.sourceforge.net/kdump/
2889 S:      Maintained
2890 F:      Documentation/kdump/
2891
2892 KERNEL AUTOMOUNTER (AUTOFS)
2893 M:      "H. Peter Anvin" <hpa@zytor.com>
2894 L:      autofs@linux.kernel.org
2895 S:      Odd Fixes
2896 F:      fs/autofs/
2897
2898 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2899 M:      Ian Kent <raven@themaw.net>
2900 L:      autofs@linux.kernel.org
2901 S:      Maintained
2902 F:      fs/autofs4/
2903
2904 KERNEL BUILD
2905 M:      Sam Ravnborg <sam@ravnborg.org>
2906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
2907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2908 L:      linux-kbuild@vger.kernel.org
2909 S:      Maintained
2910 F:      Documentation/kbuild/
2911 F:      Makefile
2912 F:      scripts/Makefile.*
2913
2914 KERNEL JANITORS
2915 L:      kernel-janitors@vger.kernel.org
2916 W:      http://www.kerneljanitors.org/
2917 S:      Odd fixes
2918
2919 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2920 M:      "J. Bruce Fields" <bfields@fieldses.org>
2921 M:      Neil Brown <neilb@suse.de>
2922 L:      linux-nfs@vger.kernel.org
2923 W:      http://nfs.sourceforge.net/
2924 S:      Supported
2925 F:      fs/nfsd/
2926 F:      include/linux/nfsd/
2927 F:      fs/lockd/
2928 F:      fs/nfs_common/
2929 F:      net/sunrpc/
2930 F:      include/linux/lockd/
2931 F:      include/linux/sunrpc/
2932
2933 KERNEL VIRTUAL MACHINE (KVM)
2934 M:      Avi Kivity <avi@redhat.com>
2935 L:      kvm@vger.kernel.org
2936 W:      http://kvm.qumranet.com
2937 S:      Supported
2938 F:      Documentation/*/kvm.txt
2939 F:      arch/*/kvm/
2940 F:      arch/*/include/asm/kvm*
2941 F:      include/linux/kvm*
2942 F:      virt/kvm/
2943
2944 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2945 M:      Joerg Roedel <joerg.roedel@amd.com>
2946 L:      kvm@vger.kernel.org
2947 W:      http://kvm.qumranet.com
2948 S:      Supported
2949 F:      arch/x86/include/asm/svm.h
2950 F:      arch/x86/kvm/kvm_svm.h
2951 F:      arch/x86/kvm/svm.c
2952
2953 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2954 M:      Hollis Blanchard <hollisb@us.ibm.com>
2955 L:      kvm-ppc@vger.kernel.org
2956 W:      http://kvm.qumranet.com
2957 S:      Supported
2958 F:      arch/powerpc/include/asm/kvm*
2959 F:      arch/powerpc/kvm/
2960
2961 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2962 M:      Xiantao Zhang <xiantao.zhang@intel.com>
2963 L:      kvm-ia64@vger.kernel.org
2964 W:      http://kvm.qumranet.com
2965 S:      Supported
2966 F:      Documentation/ia64/kvm.txt
2967 F:      arch/ia64/include/asm/kvm*
2968 F:      arch/ia64/kvm/
2969
2970 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2971 M:      Carsten Otte <cotte@de.ibm.com>
2972 M:      Christian Borntraeger <borntraeger@de.ibm.com>
2973 M:      linux390@de.ibm.com
2974 L:      linux-s390@vger.kernel.org
2975 W:      http://www.ibm.com/developerworks/linux/linux390/
2976 S:      Supported
2977 F:      Documentation/s390/kvm.txt
2978 F:      arch/s390/include/asm/kvm*
2979 F:      arch/s390/kvm/
2980
2981 KEXEC
2982 M:      Eric Biederman <ebiederm@xmission.com>
2983 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2984 L:      kexec@lists.infradead.org
2985 S:      Maintained
2986 F:      include/linux/kexec.h
2987 F:      kernel/kexec.c
2988
2989 KGDB
2990 M:      Jason Wessel <jason.wessel@windriver.com>
2991 L:      kgdb-bugreport@lists.sourceforge.net
2992 S:      Maintained
2993 F:      Documentation/DocBook/kgdb.tmpl
2994 F:      drivers/misc/kgdbts.c
2995 F:      drivers/serial/kgdboc.c
2996 F:      include/linux/kgdb.h
2997 F:      kernel/kgdb.c
2998
2999 KMEMCHECK
3000 M:      Vegard Nossum <vegardno@ifi.uio.no>
3001 P       Pekka Enberg
3002 M:      penberg@cs.helsinki.fi
3003 S:      Maintained
3004
3005 KMEMLEAK
3006 M:      Catalin Marinas <catalin.marinas@arm.com>
3007 S:      Maintained
3008 F:      Documentation/kmemleak.txt
3009 F:      include/linux/kmemleak.h
3010 F:      mm/kmemleak.c
3011 F:      mm/kmemleak-test.c
3012
3013 KMEMTRACE
3014 M:      Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3015 S:      Maintained
3016 F:      Documentation/trace/kmemtrace.txt
3017 F:      include/linux/kmemtrace.h
3018 F:      kernel/trace/kmemtrace.c
3019
3020 KPROBES
3021 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3022 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3023 M:      "David S. Miller" <davem@davemloft.net>
3024 M:      Masami Hiramatsu <mhiramat@redhat.com>
3025 S:      Maintained
3026 F:      Documentation/kprobes.txt
3027 F:      include/linux/kprobes.h
3028 F:      kernel/kprobes.c
3029
3030 KS0108 LCD CONTROLLER DRIVER
3031 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3032 W:      http://miguelojeda.es/auxdisplay.htm
3033 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3034 S:      Maintained
3035 F:      Documentation/auxdisplay/ks0108
3036 F:      drivers/auxdisplay/ks0108.c
3037 F:      include/linux/ks0108.h
3038
3039 LAPB module
3040 L:      linux-x25@vger.kernel.org
3041 S:      Orphan
3042 F:      Documentation/networking/lapb-module.txt
3043 F:      include/*/lapb.h
3044 F:      net/lapb/
3045
3046 LASI 53c700 driver for PARISC
3047 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3048 L:      linux-scsi@vger.kernel.org
3049 S:      Maintained
3050 F:      Documentation/scsi/53c700.txt
3051 F:      drivers/scsi/53c700*
3052
3053 LED SUBSYSTEM
3054 M:      Richard Purdie <rpurdie@rpsys.net>
3055 S:      Maintained
3056 F:      drivers/leds/
3057 F:      include/linux/leds.h
3058
3059 LEGO USB Tower driver
3060 M:      Juergen Stuber <starblue@users.sourceforge.net>
3061 L:      legousb-devel@lists.sourceforge.net
3062 W:      http://legousb.sourceforge.net/
3063 S:      Maintained
3064 F:      drivers/usb/misc/legousbtower.c
3065
3066 LGUEST
3067 M:      Rusty Russell <rusty@rustcorp.com.au>
3068 L:      lguest@ozlabs.org
3069 W:      http://lguest.ozlabs.org/
3070 S:      Maintained
3071 F:      Documentation/lguest/
3072 F:      arch/x86/lguest/
3073 F:      drivers/lguest/
3074 F:      include/linux/lguest*.h
3075 F:      arch/x86/include/asm/lguest*.h
3076
3077 LINUX FOR IBM pSERIES (RS/6000)
3078 M:      Paul Mackerras <paulus@au.ibm.com>
3079 W:      http://www.ibm.com/linux/ltc/projects/ppc
3080 S:      Supported
3081
3082 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3083 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3084 M:      Paul Mackerras <paulus@samba.org>
3085 W:      http://www.penguinppc.org/
3086 L:      linuxppc-dev@ozlabs.org
3087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3088 S:      Supported
3089
3090 LINUX FOR POWER MACINTOSH
3091 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3092 W:      http://www.penguinppc.org/
3093 L:      linuxppc-dev@ozlabs.org
3094 S:      Maintained
3095
3096 LINUX FOR POWERPC EMBEDDED MPC5XXX
3097 M:      Grant Likely <grant.likely@secretlab.ca>
3098 L:      linuxppc-dev@ozlabs.org
3099 T:      git git://git.secretlab.ca/git/linux-2.6.git
3100 S:      Maintained
3101
3102 LINUX FOR POWERPC EMBEDDED PPC4XX
3103 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3104 M:      Matt Porter <mporter@kernel.crashing.org>
3105 W:      http://www.penguinppc.org/
3106 L:      linuxppc-dev@ozlabs.org
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3108 S:      Maintained
3109
3110 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3111 M:      Grant Likely <grant.likely@secretlab.ca>
3112 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3113 L:      linuxppc-dev@ozlabs.org
3114 T:      git git://git.secretlab.ca/git/linux-2.6.git
3115 S:      Maintained
3116
3117 LINUX FOR POWERPC EMBEDDED PPC8XX
3118 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3119 M:      Marcelo Tosatti <marcelo@kvack.org>
3120 W:      http://www.penguinppc.org/
3121 L:      linuxppc-dev@ozlabs.org
3122 S:      Maintained
3123
3124 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3125 M:      Kumar Gala <galak@kernel.crashing.org>
3126 W:      http://www.penguinppc.org/
3127 L:      linuxppc-dev@ozlabs.org
3128 S:      Maintained
3129
3130 LINUX FOR POWERPC PA SEMI PWRFICIENT
3131 M:      Olof Johansson <olof@lixom.net>
3132 W:      http://www.pasemi.com/
3133 L:      linuxppc-dev@ozlabs.org
3134 S:      Supported
3135
3136 LINUX SECURITY MODULE (LSM) FRAMEWORK
3137 M:      Chris Wright <chrisw@sous-sol.org>
3138 L:      linux-security-module@vger.kernel.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3140 S:      Supported
3141
3142 LLC (802.2)
3143 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3144 S:      Maintained
3145 F:      include/linux/llc.h
3146 F:      include/net/llc*
3147 F:      net/llc/
3148
3149 LIS3LV02D ACCELEROMETER DRIVER
3150 M:      Eric Piel <eric.piel@tremplin-utc.net>
3151 S:      Maintained
3152 F:      Documentation/hwmon/lis3lv02d
3153 F:      drivers/hwmon/lis3lv02d.*
3154
3155 LM83 HARDWARE MONITOR DRIVER
3156 M:      Jean Delvare <khali@linux-fr.org>
3157 L:      lm-sensors@lm-sensors.org
3158 S:      Maintained
3159 F:      Documentation/hwmon/lm83
3160 F:      drivers/hwmon/lm83.c
3161
3162 LM90 HARDWARE MONITOR DRIVER
3163 M:      Jean Delvare <khali@linux-fr.org>
3164 L:      lm-sensors@lm-sensors.org
3165 S:      Maintained
3166 F:      Documentation/hwmon/lm90
3167 F:      drivers/hwmon/lm90.c
3168
3169 LOCKDEP AND LOCKSTAT
3170 M:      Peter Zijlstra <peterz@infradead.org>
3171 M:      Ingo Molnar <mingo@redhat.com>
3172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3173 S:      Maintained
3174 F:      Documentation/lockdep*.txt
3175 F:      Documentation/lockstat.txt
3176 F:      include/linux/lockdep.h
3177 F:      kernel/lockdep*
3178
3179 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3180 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3181 L:      linux-ntfs-dev@lists.sourceforge.net
3182 W:      http://www.linux-ntfs.org/content/view/19/37/
3183 S:      Maintained
3184 F:      Documentation/ldm.txt
3185 F:      fs/partitions/ldm.*
3186
3187 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3188 M:      Eric Moore <Eric.Moore@lsi.com>
3189 M:      support@lsi.com
3190 L:      DL-MPTFusionLinux@lsi.com
3191 L:      linux-scsi@vger.kernel.org
3192 W:      http://www.lsilogic.com/support
3193 S:      Supported
3194 F:      drivers/message/fusion/
3195
3196 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3197 M:      Matthew Wilcox <matthew@wil.cx>
3198 L:      linux-scsi@vger.kernel.org
3199 S:      Maintained
3200 F:      drivers/scsi/sym53c8xx_2/
3201
3202 LTP (Linux Test Project)
3203 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3204 M:      Mike Frysinger <vapier@gentoo.org>
3205 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3206 W:      http://ltp.sourceforge.net/
3207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3208 S:      Maintained
3209
3210 M32R ARCHITECTURE
3211 M:      Hirokazu Takata <takata@linux-m32r.org>
3212 L:      linux-m32r@ml.linux-m32r.org
3213 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3214 W:      http://www.linux-m32r.org/
3215 S:      Maintained
3216 F:      arch/m32r/
3217
3218 M68K ARCHITECTURE
3219 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3220 M:      Roman Zippel <zippel@linux-m68k.org>
3221 L:      linux-m68k@lists.linux-m68k.org
3222 W:      http://www.linux-m68k.org/
3223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3224 S:      Maintained
3225 F:      arch/m68k/
3226 F:      drivers/zorro/
3227
3228 M68K ON APPLE MACINTOSH
3229 M:      Joshua Thompson <funaho@jurai.org>
3230 W:      http://www.mac.linux-m68k.org/
3231 L:      linux-m68k@lists.linux-m68k.org
3232 S:      Maintained
3233 F:      arch/m68k/mac/
3234
3235 M68K ON HP9000/300
3236 M:      Philip Blundell <philb@gnu.org>
3237 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3238 S:      Maintained
3239 F:      arch/m68k/hp300/
3240
3241 MAC80211
3242 M:      Johannes Berg <johannes@sipsolutions.net>
3243 L:      linux-wireless@vger.kernel.org
3244 W:      http://linuxwireless.org/
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3246 S:      Maintained
3247 F:      Documentation/networking/mac80211-injection.txt
3248 F:      include/net/mac80211.h
3249 F:      net/mac80211/
3250
3251 MAC80211 PID RATE CONTROL
3252 M:      Stefano Brivio <stefano.brivio@polimi.it>
3253 M:      Mattias Nissler <mattias.nissler@gmx.de>
3254 L:      linux-wireless@vger.kernel.org
3255 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3257 S:      Maintained
3258 F:      net/mac80211/rc80211_pid*
3259
3260 MACVLAN DRIVER
3261 M:      Patrick McHardy <kaber@trash.net>
3262 L:      netdev@vger.kernel.org
3263 S:      Maintained
3264 F:      drivers/net/macvlan.c
3265 F:      include/linux/if_macvlan.h
3266
3267 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3268 M:      Michael Kerrisk <mtk.manpages@gmail.com>
3269 W:      http://www.kernel.org/doc/man-pages
3270 L:      linux-man@vger.kernel.org
3271 S:      Maintained
3272
3273 MARVELL LIBERTAS WIRELESS DRIVER
3274 M:      Dan Williams <dcbw@redhat.com>
3275 L:      libertas-dev@lists.infradead.org
3276 S:      Maintained
3277 F:      drivers/net/wireless/libertas/
3278
3279 MARVELL MV643XX ETHERNET DRIVER
3280 M:      Lennert Buytenhek <buytenh@marvell.com>
3281 L:      netdev@vger.kernel.org
3282 S:      Supported
3283 F:      drivers/net/mv643xx_eth.*
3284 F:      include/linux/mv643xx.h
3285
3286 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3287 M:      Nicolas Pitre <nico@cam.org>
3288 S:      Maintained
3289
3290 MARVELL YUKON / SYSKONNECT DRIVER
3291 M:      Mirko Lindner <mlindner@syskonnect.de>
3292 M:      Ralph Roesler <rroesler@syskonnect.de>
3293 W:      http://www.syskonnect.com
3294 S:      Supported
3295
3296 MATROX FRAMEBUFFER DRIVER
3297 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3298 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3299 S:      Maintained
3300 F:      drivers/video/matrox/matroxfb_*
3301 F:      include/linux/matroxfb.h
3302
3303 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3304 M:      "Hans J. Koch" <hjk@linutronix.de>
3305 L:      lm-sensors@lm-sensors.org
3306 S:      Maintained
3307 F:      Documentation/hwmon/max6650
3308 F:      drivers/hwmon/max6650.c
3309
3310 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3311 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
3312 P:      LinuxTV.org Project
3313 L:      linux-media@vger.kernel.org
3314 W:      http://linuxtv.org
3315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3316 S:      Maintained
3317 F:      Documentation/dvb/
3318 F:      Documentation/video4linux/
3319 F:      drivers/media/
3320 F:      include/media/
3321 F:      include/linux/dvb/
3322 F:      include/linux/videodev*.h
3323
3324 MEGARAID SCSI DRIVERS
3325 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
3326 L:      linux-scsi@vger.kernel.org
3327 W:      http://megaraid.lsilogic.com
3328 S:      Maintained
3329 F:      Documentation/scsi/megaraid.txt
3330 F:      drivers/scsi/megaraid.*
3331 F:      drivers/scsi/megaraid/
3332
3333 MEMORY MANAGEMENT
3334 L:      linux-mm@kvack.org
3335 W:      http://www.linux-mm.org
3336 S:      Maintained
3337 F:      include/linux/mm.h
3338 F:      mm/
3339
3340 MEMORY RESOURCE CONTROLLER
3341 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
3342 M:      Pavel Emelyanov <xemul@openvz.org>
3343 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3344 L:      linux-mm@kvack.org
3345 S:      Maintained
3346 F:      mm/memcontrol.c
3347
3348 MEMORY TECHNOLOGY DEVICES (MTD)
3349 M:      David Woodhouse <dwmw2@infradead.org>
3350 W:      http://www.linux-mtd.infradead.org/
3351 L:      linux-mtd@lists.infradead.org
3352 T:      git git://git.infradead.org/mtd-2.6.git
3353 S:      Maintained
3354 F:      drivers/mtd/
3355 F:      include/linux/mtd/
3356 F:      include/mtd/
3357
3358 MICROBLAZE ARCHITECTURE
3359 M:      Michal Simek <monstr@monstr.eu>
3360 L:      microblaze-uclinux@itee.uq.edu.au
3361 W:      http://www.monstr.eu/fdt/
3362 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3363 S:      Supported
3364 F:      arch/microblaze/
3365
3366 MICROTEK X6 SCANNER
3367 M:      Oliver Neukum <oliver@neukum.name>
3368 S:      Maintained
3369 F:      drivers/usb/image/microtek.*
3370
3371 MIPS
3372 M:      Ralf Baechle <ralf@linux-mips.org>
3373 W:      http://www.linux-mips.org/
3374 L:      linux-mips@linux-mips.org
3375 T:      git git://git.linux-mips.org/pub/scm/linux.git
3376 S:      Supported
3377 F:      Documentation/mips/
3378 F:      arch/mips/
3379
3380 MISCELLANEOUS MCA-SUPPORT
3381 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
3382 S:      Maintained
3383 F:      Documentation/ia64/mca.txt
3384 F:      Documentation/mca.txt
3385 F:      drivers/mca/
3386 F:      include/linux/mca*
3387
3388 MODULE SUPPORT
3389 M:      Rusty Russell <rusty@rustcorp.com.au>
3390 S:      Maintained
3391 F:      include/linux/module.h
3392 F:      kernel/module.c
3393
3394 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3395 M:      Stelian Pop <stelian@popies.net>
3396 W:      http://popies.net/meye/
3397 S:      Maintained
3398 F:      Documentation/video4linux/meye.txt
3399 F:      drivers/media/video/meye.*
3400 F:      include/linux/meye.h
3401
3402 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3403 M:      Pavel Pisa <ppisa@pikron.com>
3404 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3405 S:      Maintained
3406 F:      drivers/mmc/host/imxmmc.*
3407
3408 MOUSE AND MISC DEVICES [GENERAL]
3409 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
3410 S:      Maintained
3411 F:      drivers/input/mouse/
3412 F:      include/linux/gpio_mouse.h
3413
3414 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3415 M:      Jiri Slaby <jirislaby@gmail.com>
3416 S:      Maintained
3417 F:      Documentation/serial/moxa-smartio
3418 F:      drivers/char/mxser.*
3419
3420 MSI LAPTOP SUPPORT
3421 M:      Lennart Poettering <mzxreary@0pointer.de>
3422 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3423 W:      http://0pointer.de/lennart/tchibo.html
3424 S:      Maintained
3425 F:      drivers/platform/x86/msi-laptop.c
3426
3427 MULTIFUNCTION DEVICES (MFD)
3428 M:      Samuel Ortiz <sameo@linux.intel.com>
3429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3430 S:      Supported
3431 F:      drivers/mfd/
3432
3433 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3434 S:      Orphan
3435 L:      linux-mmc@vger.kernel.org
3436 F:      drivers/mmc/
3437 F:      include/linux/mmc/
3438
3439 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3440 M:      David Brownell <dbrownell@users.sourceforge.net>
3441 S:      Odd Fixes
3442 F:      drivers/mmc/host/mmc_spi.c
3443 F:      include/linux/spi/mmc_spi.h
3444
3445 MULTISOUND SOUND DRIVER
3446 M:      Andrew Veliath <andrewtv@usa.net>
3447 S:      Maintained
3448 F:      Documentation/sound/oss/MultiSound
3449 F:      sound/oss/msnd*
3450
3451 MULTITECH MULTIPORT CARD (ISICOM)
3452 M:      Jiri Slaby <jirislaby@gmail.com>
3453 S:      Maintained
3454 F:      drivers/char/isicom.c
3455 F:      include/linux/isicom.h
3456
3457 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3458 M:      Felipe Balbi <felipe.balbi@nokia.com>
3459 L:      linux-usb@vger.kernel.org
3460 T:      git git://gitorious.org/musb/mainline.git
3461 S:      Maintained
3462 F:      drivers/usb/musb/
3463
3464 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3465 M:      Andrew Gallatin <gallatin@myri.com>
3466 M:      Brice Goglin <brice@myri.com>
3467 L:      netdev@vger.kernel.org
3468 W:      http://www.myri.com/scs/download-Myri10GE.html
3469 S:      Supported
3470 F:      drivers/net/myri10ge/
3471
3472 NATSEMI ETHERNET DRIVER (DP8381x)
3473 M:      Tim Hockin <thockin@hockin.org>
3474 S:      Maintained
3475 F:      drivers/net/natsemi.c
3476
3477 NCP FILESYSTEM
3478 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3479 L:      linware@sh.cvut.cz
3480 S:      Maintained
3481 F:      fs/ncpfs/
3482
3483 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3484 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3485 L:      linux-scsi@vger.kernel.org
3486 S:      Maintained
3487 F:      drivers/scsi/NCR_D700.*
3488
3489 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3490 M:      Faisal Latif <faisal.latif@intel.com>
3491 M:      Chien Tung <chien.tin.tung@intel.com>
3492 L:      general@lists.openfabrics.org
3493 W:      http://www.neteffect.com
3494 S:      Supported
3495 F:      drivers/infiniband/hw/nes/
3496
3497 NETEM NETWORK EMULATOR
3498 M:      Stephen Hemminger <shemminger@linux-foundation.org>
3499 L:      netem@lists.linux-foundation.org
3500 S:      Maintained
3501 F:      net/sched/sch_netem.c
3502
3503 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3504 M:      Ramkrishna Vepa <ram.vepa@neterion.com>
3505 M:      Rastapur Santosh <santosh.rastapur@neterion.com>
3506 M:      Sivakumar Subramani <sivakumar.subramani@neterion.com>
3507 M:      Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3508 M:      Anil Murthy <anil.murthy@neterion.com>
3509 L:      netdev@vger.kernel.org
3510 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3511 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3512 S:      Supported
3513 F:      Documentation/networking/s2io.txt
3514 F:      drivers/net/s2io*
3515
3516 NETFILTER/IPTABLES/IPCHAINS
3517 P:      Rusty Russell
3518 P:      Marc Boucher
3519 P:      James Morris
3520 P:      Harald Welte
3521 P:      Jozsef Kadlecsik
3522 M:      Patrick McHardy <kaber@trash.net>
3523 L:      netfilter-devel@vger.kernel.org
3524 L:      netfilter@vger.kernel.org
3525 L:      coreteam@netfilter.org
3526 W:      http://www.netfilter.org/
3527 W:      http://www.iptables.org/
3528 T:      git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3529 S:      Supported
3530 F:      include/linux/netfilter*
3531 F:      include/linux/netfilter/
3532 F:      include/net/netfilter/
3533 F:      net/*/netfilter.c
3534 F:      net/*/netfilter/
3535 F:      net/netfilter/
3536
3537 NETLABEL
3538 M:      Paul Moore <paul.moore@hp.com>
3539 W:      http://netlabel.sf.net
3540 L:      netdev@vger.kernel.org
3541 S:      Supported
3542 F:      Documentation/netlabel/
3543 F:      include/net/netlabel.h
3544 F:      net/netlabel/
3545
3546 NETROM NETWORK LAYER
3547 M:      Ralf Baechle <ralf@linux-mips.org>
3548 L:      linux-hams@vger.kernel.org
3549 W:      http://www.linux-ax25.org/
3550 S:      Maintained
3551 F:      include/linux/netrom.h
3552 F:      include/net/netrom.h
3553 F:      net/netrom/
3554
3555 NETWORK BLOCK DEVICE (NBD)
3556 M:      Paul Clements <Paul.Clements@steeleye.com>
3557 S:      Maintained
3558 F:      Documentation/blockdev/nbd.txt
3559 F:      drivers/block/nbd.c
3560 F:      include/linux/nbd.h
3561
3562 NETWORKING [GENERAL]
3563 M:      "David S. Miller" <davem@davemloft.net>
3564 L:      netdev@vger.kernel.org
3565 W:      http://www.linuxfoundation.org/en/Net
3566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3567 S:      Maintained
3568 F:      net/
3569 F:      include/net/
3570 F:      include/linux/in.h
3571 F:      include/linux/net.h
3572 F:      include/linux/netdevice.h
3573
3574 NETWORKING [IPv4/IPv6]
3575 M:      "David S. Miller" <davem@davemloft.net>
3576 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3577 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3578 M:      James Morris <jmorris@namei.org>
3579 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3580 M:      Patrick McHardy <kaber@trash.net>
3581 L:      netdev@vger.kernel.org
3582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3583 S:      Maintained
3584 F:      net/ipv4/
3585 F:      net/ipv6/
3586 F:      include/net/ip*
3587
3588 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3589 M:      Paul Moore <paul.moore@hp.com>
3590 L:      netdev@vger.kernel.org
3591 S:      Maintained
3592
3593 NETWORKING [WIRELESS]
3594 M:      "John W. Linville" <linville@tuxdriver.com>
3595 L:      linux-wireless@vger.kernel.org
3596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3597 S:      Maintained
3598 F:      net/wireless/
3599 F:      include/net/ieee80211*
3600 F:      include/linux/wireless.h
3601
3602 NETWORKING DRIVERS
3603 L:      netdev@vger.kernel.org
3604 W:      http://www.linuxfoundation.org/en/Net
3605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3606 S:      Odd Fixes
3607 F:      drivers/net/
3608 F:      include/linux/if_*
3609 F:      include/linux/*device.h
3610
3611 NETXEN (1/10) GbE SUPPORT
3612 M:      Dhananjay Phadke <dhananjay@netxen.com>
3613 L:      netdev@vger.kernel.org
3614 W:      http://www.netxen.com
3615 S:      Supported
3616 F:      drivers/net/netxen/
3617
3618 NFS, SUNRPC, AND LOCKD CLIENTS
3619 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
3620 L:      linux-nfs@vger.kernel.org
3621 W:      http://client.linux-nfs.org
3622 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3623 S:      Maintained
3624 F:      fs/lockd/
3625 F:      fs/nfs/
3626 F:      fs/nfs_common/
3627 F:      net/sunrpc/
3628 F:      include/linux/lockd/
3629 F:      include/linux/nfs*
3630 F:      include/linux/sunrpc/
3631
3632 NI5010 NETWORK DRIVER
3633 M:      Jan-Pascal van Best <janpascal@vanbest.org>
3634 M:      Andreas Mohr <andi@lisas.de>
3635 L:      netdev@vger.kernel.org
3636 S:      Maintained
3637 F:      drivers/net/ni5010.*
3638
3639 NILFS2 FILESYSTEM
3640 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3641 L:      users@nilfs.org
3642 W:      http://www.nilfs.org/en/
3643 S:      Supported
3644 F:      Documentation/filesystems/nilfs2.txt
3645 F:      fs/nilfs2/
3646 F:      include/linux/nilfs2_fs.h
3647
3648 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3649 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3650 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3651 S:      Maintained
3652 F:      Documentation/scsi/NinjaSCSI.txt
3653 F:      drivers/scsi/pcmcia/nsp_*
3654
3655 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3656 M:      GOTO Masanori <gotom@debian.or.jp>
3657 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3658 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3659 S:      Maintained
3660 F:      Documentation/scsi/NinjaSCSI.txt
3661 F:      drivers/scsi/nsp32*
3662
3663 NTFS FILESYSTEM
3664 M:      Anton Altaparmakov <aia21@cantab.net>
3665 L:      linux-ntfs-dev@lists.sourceforge.net
3666 W:      http://www.linux-ntfs.org/
3667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3668 S:      Maintained
3669 F:      Documentation/filesystems/ntfs.txt
3670 F:      fs/ntfs/
3671
3672 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3673 M:      Antonino Daplas <adaplas@gmail.com>
3674 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3675 S:      Maintained
3676 F:      drivers/video/riva/
3677 F:      drivers/video/nvidia/
3678
3679 OMAP SUPPORT
3680 M:      "Tony Lindgren <tony@atomide.com>" <tony@atomide.com>
3681 L:      linux-omap@vger.kernel.org
3682 W:      http://www.muru.com/linux/omap/
3683 W:      http://linux.omap.com/
3684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3685 S:      Maintained
3686 F:      arch/arm/*omap*
3687
3688 OMAP CLOCK FRAMEWORK SUPPORT
3689 M:      Paul Walmsley <paul@pwsan.com>
3690 L:      linux-omap@vger.kernel.org
3691 S:      Maintained
3692 F:      arch/arm/*omap*/*clock*
3693
3694 OMAP POWER MANAGEMENT SUPPORT
3695 M:      Kevin Hilman <khilman@deeprootsystems.com>
3696 L:      linux-omap@vger.kernel.org
3697 S:      Maintained
3698 F:      arch/arm/*omap*/*pm*
3699
3700 OMAP AUDIO SUPPORT
3701 M:      Jarkko Nikula <jhnikula@gmail.com>
3702 L:      alsa-devel@alsa-project.org (subscribers-only)
3703 L:      linux-omap@vger.kernel.org
3704 S:      Maintained
3705 F:      sound/soc/omap/
3706
3707 OMAP FRAMEBUFFER SUPPORT
3708 M:      Imre Deak <imre.deak@nokia.com>
3709 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3710 L:      linux-omap@vger.kernel.org
3711 S:      Maintained
3712 F:      drivers/video/omap/
3713
3714 OMAP MMC SUPPORT
3715 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
3716 L:      linux-omap@vger.kernel.org
3717 S:      Maintained
3718 F:      drivers/mmc/host/*omap*
3719
3720 OMAP RANDOM NUMBER GENERATOR SUPPORT
3721 M:      Deepak Saxena <dsaxena@plexity.net>
3722 S:      Maintained
3723 F:      drivers/char/hw_random/omap-rng.c
3724
3725 OMAP USB SUPPORT
3726 M:      Felipe Balbi <felipe.balbi@nokia.com>
3727 M:      David Brownell <dbrownell@users.sourceforge.net>
3728 L:      linux-usb@vger.kernel.org
3729 L:      linux-omap@vger.kernel.org
3730 S:      Maintained
3731
3732 OMFS FILESYSTEM
3733 M:      Bob Copeland <me@bobcopeland.com>
3734 L:      linux-karma-devel@lists.sourceforge.net
3735 S:      Maintained
3736 F:      Documentation/filesystems/omfs.txt
3737 F:      fs/omfs/
3738
3739 OMNIKEY CARDMAN 4000 DRIVER
3740 M:      Harald Welte <laforge@gnumonks.org>
3741 S:      Maintained
3742 F:      drivers/char/pcmcia/cm4000_cs.c
3743 F:      include/linux/cm4000_cs.h
3744
3745 OMNIKEY CARDMAN 4040 DRIVER
3746 M:      Harald Welte <laforge@gnumonks.org>
3747 S:      Maintained
3748 F:      drivers/char/pcmcia/cm4040_cs.*
3749
3750 OMNIVISION OV7670 SENSOR DRIVER
3751 M:      Jonathan Corbet <corbet@lwn.net>
3752 L:      linux-media@vger.kernel.org
3753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3754 S:      Maintained
3755 F:      drivers/media/video/ov7670.c
3756
3757 ONENAND FLASH DRIVER
3758 M:      Kyungmin Park <kyungmin.park@samsung.com>
3759 L:      linux-mtd@lists.infradead.org
3760 S:      Maintained
3761 F:      drivers/mtd/onenand/
3762 F:      include/linux/mtd/onenand*.h
3763
3764 ONSTREAM SCSI TAPE DRIVER
3765 M:      Willem Riede <osst@riede.org>
3766 L:      osst-users@lists.sourceforge.net
3767 L:      linux-scsi@vger.kernel.org
3768 S:      Maintained
3769 F:      drivers/scsi/osst*
3770 F:      drivers/scsi/st*
3771
3772 OPENCORES I2C BUS DRIVER
3773 M:      Peter Korsgaard <jacmet@sunsite.dk>
3774 L:      linux-i2c@vger.kernel.org
3775 S:      Maintained
3776 F:      Documentation/i2c/busses/i2c-ocores
3777 F:      drivers/i2c/busses/i2c-ocores.c
3778
3779 OPROFILE
3780 M:      Robert Richter <robert.richter@amd.com>
3781 L:      oprofile-list@lists.sf.net
3782 S:      Maintained
3783 F:      arch/*/oprofile/
3784 F:      drivers/oprofile/
3785 F:      include/linux/oprofile.h
3786
3787 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3788 M:      Mark Fasheh <mfasheh@suse.com>
3789 M:      Joel Becker <joel.becker@oracle.com>
3790 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3791 W:      http://oss.oracle.com/projects/ocfs2/
3792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
3793 S:      Supported
3794 F:      Documentation/filesystems/ocfs2.txt
3795 F:      Documentation/filesystems/dlmfs.txt
3796 F:      fs/ocfs2/
3797
3798 ORINOCO DRIVER
3799 M:      Pavel Roskin <proski@gnu.org>
3800 M:      David Gibson <hermes@gibson.dropbear.id.au>
3801 L:      linux-wireless@vger.kernel.org
3802 L:      orinoco-users@lists.sourceforge.net
3803 L:      orinoco-devel@lists.sourceforge.net
3804 W:      http://www.nongnu.org/orinoco/
3805 S:      Maintained
3806 F:      drivers/net/wireless/orinoco/
3807
3808 OSD LIBRARY and FILESYSTEM
3809 M:      Boaz Harrosh <bharrosh@panasas.com>
3810 M:      Benny Halevy <bhalevy@panasas.com>
3811 L:      osd-dev@open-osd.org
3812 W:      http://open-osd.org
3813 T:      git git://git.open-osd.org/open-osd.git
3814 S:      Maintained
3815 F:      drivers/scsi/osd/
3816 F:      include/scsi/osd_*
3817 F:      fs/exofs/
3818
3819 P54 WIRELESS DRIVER
3820 M:      Michael Wu <flamingice@sourmilk.net>
3821 L:      linux-wireless@vger.kernel.org
3822 W:      http://prism54.org
3823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3824 S:      Maintained
3825 F:      drivers/net/wireless/p54/
3826
3827 PA SEMI ETHERNET DRIVER
3828 M:      Olof Johansson <olof@lixom.net>
3829 L:      netdev@vger.kernel.org
3830 S:      Maintained
3831 F:      drivers/net/pasemi_mac.*
3832
3833 PA SEMI SMBUS DRIVER
3834 M:      Olof Johansson <olof@lixom.net>
3835 L:      linux-i2c@vger.kernel.org
3836 S:      Maintained
3837 F:      drivers/i2c/busses/i2c-pasemi.c
3838
3839 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3840 M:      Harald Welte <laforge@gnumonks.org>
3841 S:      Maintained
3842 F:      drivers/platform/x86/panasonic-laptop.c
3843
3844 PANASONIC MN10300/AM33 PORT
3845 M:      David Howells <dhowells@redhat.com>
3846 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
3847 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
3848 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3849 S:      Maintained
3850 F:      Documentation/mn10300/
3851 F:      arch/mn10300/
3852
3853 PARALLEL PORT SUPPORT
3854 L:      linux-parport@lists.infradead.org (subscribers-only)
3855 S:      Orphan
3856 F:      drivers/parport/
3857 F:      include/linux/parport*.h
3858 F:      drivers/char/ppdev.c
3859 F:      include/linux/ppdev.h
3860
3861 PARAVIRT_OPS INTERFACE
3862 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
3863 M:      Chris Wright <chrisw@sous-sol.org>
3864 M:      Alok Kataria <akataria@vmware.com>
3865 M:      Rusty Russell <rusty@rustcorp.com.au>
3866 L:      virtualization@lists.osdl.org
3867 S:      Supported
3868 F:      Documentation/ia64/paravirt_ops.txt
3869 F:      arch/*/kernel/paravirt*
3870 F:      arch/*/include/asm/paravirt.h
3871
3872 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3873 M:      Tim Waugh <tim@cyberelk.net>
3874 L:      linux-parport@lists.infradead.org (subscribers-only)
3875 W:      http://www.torque.net/linux-pp.html
3876 S:      Maintained
3877 F:      Documentation/blockdev/paride.txt
3878 F:      drivers/block/paride/
3879
3880 PARISC ARCHITECTURE
3881 M:      Kyle McMartin <kyle@mcmartin.ca>
3882 M:      Helge Deller <deller@gmx.de>
3883 L:      linux-parisc@vger.kernel.org
3884 W:      http://www.parisc-linux.org/
3885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3886 S:      Maintained
3887 F:      arch/parisc/
3888 F:      drivers/parisc/
3889
3890 PC87360 HARDWARE MONITORING DRIVER
3891 M:      Jim Cromie <jim.cromie@gmail.com>
3892 L:      lm-sensors@lm-sensors.org
3893 S:      Maintained
3894 F:      Documentation/hwmon/pc87360
3895 F:      drivers/hwmon/pc87360.c
3896
3897 PC8736x GPIO DRIVER
3898 M:      Jim Cromie <jim.cromie@gmail.com>
3899 S:      Maintained
3900 F:      drivers/char/pc8736x_gpio.c
3901
3902 PCA9532 LED DRIVER
3903 M:      Riku Voipio <riku.voipio@iki.fi>
3904 S:      Maintained
3905 F:      drivers/leds/leds-pca9532.c
3906 F:      include/linux/leds-pca9532.h
3907
3908 PCI ERROR RECOVERY
3909 M:      Linas Vepstas <linas@austin.ibm.com>
3910 L:      linux-pci@vger.kernel.org
3911 S:      Supported
3912 F:      Documentation/PCI/pci-error-recovery.txt
3913 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3914
3915 PCI SUBSYSTEM
3916 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
3917 L:      linux-pci@vger.kernel.org
3918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3919 S:      Supported
3920 F:      Documentation/PCI/
3921 F:      drivers/pci/
3922 F:      include/linux/pci*
3923
3924 PCIE HOTPLUG DRIVER
3925 M:      Kristen Carlson Accardi <kristen.c.accardi@intel.com>
3926 L:      linux-pci@vger.kernel.org
3927 S:      Supported
3928 F:      drivers/pci/pcie/
3929
3930 PCMCIA SUBSYSTEM
3931 P:      Linux PCMCIA Team
3932 L:      linux-pcmcia@lists.infradead.org
3933 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3935 S:      Maintained
3936 F:      Documentation/pcmcia/
3937 F:      drivers/pcmcia/
3938 F:      include/pcmcia/
3939
3940 PCNET32 NETWORK DRIVER
3941 M:      Don Fry <pcnet32@verizon.net>
3942 L:      netdev@vger.kernel.org
3943 S:      Maintained
3944 F:      drivers/net/pcnet32.c
3945
3946 PER-TASK DELAY ACCOUNTING
3947 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
3948 S:      Maintained
3949 F:      include/linux/delayacct.h
3950 F:      kernel/delayacct.c
3951
3952 PERFORMANCE COUNTER SUBSYSTEM
3953 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
3954 M:      Paul Mackerras <paulus@samba.org>
3955 M:      Ingo Molnar <mingo@elte.hu>
3956 S:      Supported
3957
3958 PERSONALITY HANDLING
3959 M:      Christoph Hellwig <hch@infradead.org>
3960 L:      linux-abi-devel@lists.sourceforge.net
3961 S:      Maintained
3962 F:      include/linux/personality.h
3963
3964 PHRAM MTD DRIVER
3965 M:      Joern Engel <joern@lazybastard.org>
3966 L:      linux-mtd@lists.infradead.org
3967 S:      Maintained
3968 F:      drivers/mtd/devices/phram.c
3969
3970 PKTCDVD DRIVER
3971 M:      Peter Osterlund <petero2@telia.com>
3972 S:      Maintained
3973 F:      drivers/block/pktcdvd.c
3974 F:      include/linux/pktcdvd.h
3975
3976 POSIX CLOCKS and TIMERS
3977 M:      Thomas Gleixner <tglx@linutronix.de>
3978 S:      Supported
3979 F:      fs/timerfd.c
3980 F:      include/linux/timer*
3981 F:      kernel/*timer*
3982
3983 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3984 M:      Anton Vorontsov <cbou@mail.ru>
3985 M:      David Woodhouse <dwmw2@infradead.org>
3986 T:      git git://git.infradead.org/battery-2.6.git
3987 S:      Maintained
3988 F:      include/linux/power_supply.h
3989 F:      drivers/power/power_supply*
3990
3991 PNP SUPPORT
3992 M:      Adam Belay <abelay@mit.edu>
3993 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
3994 S:      Maintained
3995 F:      drivers/pnp/
3996
3997 PNXxxxx I2C DRIVER
3998 M:      Vitaly Wool <vitalywool@gmail.com>
3999 L:      linux-i2c@vger.kernel.org
4000 S:      Maintained
4001 F:      drivers/i2c/busses/i2c-pnx.c
4002
4003 PPP PROTOCOL DRIVERS AND COMPRESSORS
4004 M:      Paul Mackerras <paulus@samba.org>
4005 L:      linux-ppp@vger.kernel.org
4006 S:      Maintained
4007 F:      drivers/net/ppp_*
4008
4009 PPP OVER ATM (RFC 2364)
4010 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4011 S:      Maintained
4012 F:      net/atm/pppoatm.c
4013 F:      include/linux/atmppp.h
4014
4015 PPP OVER ETHERNET
4016 M:      Michal Ostrowski <mostrows@earthlink.net>
4017 S:      Maintained
4018 F:      drivers/net/pppoe.c
4019 F:      drivers/net/pppox.c
4020
4021 PPP OVER L2TP
4022 M:      James Chapman <jchapman@katalix.com>
4023 S:      Maintained
4024 F:      drivers/net/pppol2tp.c
4025 F:      include/linux/if_pppol2tp.h
4026
4027 PPS SUPPORT
4028 M:      Rodolfo Giometti <giometti@enneenne.com>
4029 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4030 L:      linuxpps@ml.enneenne.com (subscribers-only)
4031 S:      Maintained
4032 F:      Documentation/pps/
4033 F:      drivers/pps/
4034 F:      include/linux/pps*.h
4035
4036 PREEMPTIBLE KERNEL
4037 M:      Robert Love <rml@tech9.net>
4038 L:      kpreempt-tech@lists.sourceforge.net
4039 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4040 S:      Supported
4041 F:      Documentation/preempt-locking.txt
4042 F:      include/linux/preempt.h
4043
4044 PRISM54 WIRELESS DRIVER
4045 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4046 L:      linux-wireless@vger.kernel.org
4047 W:      http://prism54.org
4048 S:      Maintained
4049 F:      drivers/net/wireless/prism54/
4050
4051 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4052 M:      Peter Denison <promise@pnd-pc.demon.co.uk>
4053 W:      http://www.pnd-pc.demon.co.uk/promise/
4054 S:      Maintained
4055
4056 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4057 M:      Mikael Pettersson <mikpe@it.uu.se>
4058 L:      linux-ide@vger.kernel.org
4059 S:      Maintained
4060 F:      drivers/ata/sata_promise.*
4061
4062 PS3 NETWORK SUPPORT
4063 M:      Geoff Levand <geoffrey.levand@am.sony.com>
4064 L:      netdev@vger.kernel.org
4065 L:      cbe-oss-dev@ozlabs.org
4066 S:      Supported
4067 F:      drivers/net/ps3_gelic_net.*
4068
4069 PS3 PLATFORM SUPPORT
4070 M:      Geoff Levand <geoffrey.levand@am.sony.com>
4071 L:      linuxppc-dev@ozlabs.org
4072 L:      cbe-oss-dev@ozlabs.org
4073 S:      Supported
4074 F:      arch/powerpc/boot/ps3*
4075 F:      arch/powerpc/include/asm/lv1call.h
4076 F:      arch/powerpc/include/asm/ps3*.h
4077 F:      arch/powerpc/platforms/ps3/
4078 F:      drivers/*/ps3*
4079 F:      drivers/ps3/
4080 F:      drivers/rtc/rtc-ps3.c
4081 F:      drivers/usb/host/*ps3.c
4082 F:      sound/ppc/snd_ps3*
4083
4084 PS3VRAM DRIVER
4085 M:      Jim Paris <jim@jtan.com>
4086 L:      cbe-oss-dev@ozlabs.org
4087 S:      Maintained
4088
4089 PTRACE SUPPORT
4090 M:      Roland McGrath <roland@redhat.com>
4091 M:      Oleg Nesterov <oleg@redhat.com>
4092 S:      Maintained
4093 F:      include/asm-generic/syscall.h
4094 F:      include/linux/ptrace.h
4095 F:      include/linux/regset.h
4096 F:      include/linux/tracehook.h
4097 F:      kernel/ptrace.c
4098
4099 PVRUSB2 VIDEO4LINUX DRIVER
4100 M:      Mike Isely <isely@pobox.com>
4101 L:      pvrusb2@isely.net       (subscribers-only)
4102 L:      linux-media@vger.kernel.org
4103 W:      http://www.isely.net/pvrusb2/
4104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4105 S:      Maintained
4106 F:      Documentation/video4linux/README.pvrusb2
4107 F:      drivers/media/video/pvrusb2/
4108
4109 PXA2xx/PXA3xx SUPPORT
4110 M:      Eric Miao <eric.y.miao@gmail.com>
4111 M:      Russell King <linux@arm.linux.org.uk>
4112 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4113 S:      Maintained
4114 F:      arch/arm/mach-pxa/
4115 F:      drivers/pcmcia/pxa2xx*
4116 F:      drivers/spi/pxa2xx*
4117 F:      drivers/usb/gadget/pxa2*
4118 F:      include/sound/pxa2xx-lib.h
4119 F:      sound/arm/pxa*
4120 F:      sound/soc/pxa
4121
4122 PXA168 SUPPORT
4123 M:      Eric Miao <eric.y.miao@gmail.com>
4124 M:      Jason Chagas <jason.chagas@marvell.com>
4125 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4127 S:      Maintained
4128
4129 PXA910 SUPPORT
4130 M:      Eric Miao <eric.y.miao@gmail.com>
4131 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4133 S:      Maintained
4134
4135 PXA MMCI DRIVER
4136 S:      Orphan
4137
4138 PXA RTC DRIVER
4139 M:      Robert Jarzmik <robert.jarzmik@free.fr>
4140 L:      rtc-linux@googlegroups.com
4141 S:      Maintained
4142
4143 QLOGIC QLA2XXX FC-SCSI DRIVER
4144 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
4145 M:      linux-driver@qlogic.com
4146 L:      linux-scsi@vger.kernel.org
4147 S:      Supported
4148 F:      Documentation/scsi/LICENSE.qla2xxx
4149 F:      drivers/scsi/qla2xxx/
4150
4151 QLOGIC QLA3XXX NETWORK DRIVER
4152 M:      Ron Mercer <ron.mercer@qlogic.com>
4153 M:      linux-driver@qlogic.com
4154 L:      netdev@vger.kernel.org
4155 S:      Supported
4156 F:      Documentation/networking/LICENSE.qla3xxx
4157 F:      drivers/net/qla3xxx.*
4158
4159 QLOGIC QLGE 10Gb ETHERNET DRIVER
4160 M:      Ron Mercer <ron.mercer@qlogic.com>
4161 M:      linux-driver@qlogic.com
4162 L:      netdev@vger.kernel.org
4163 S:      Supported
4164 F:      drivers/net/qlge/
4165
4166 QNX4 FILESYSTEM
4167 M:      Anders Larsen <al@alarsen.net>
4168 W:      http://www.alarsen.net/linux/qnx4fs/
4169 S:      Maintained
4170 F:      fs/qnx4/
4171 F:      include/linux/qnx4_fs.h
4172 F:      include/linux/qnxtypes.h
4173
4174 RADEON FRAMEBUFFER DISPLAY DRIVER
4175 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4176 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4177 S:      Maintained
4178 F:      drivers/video/aty/radeon*
4179 F:      include/linux/radeonfb.h
4180
4181 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4182 M:      Paul Mackerras <paulus@samba.org>
4183 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4184 S:      Maintained
4185 F:      drivers/video/aty/aty128fb.c
4186
4187 RALINK RT2X00 WIRELESS LAN DRIVER
4188 P:      rt2x00 project
4189 L:      linux-wireless@vger.kernel.org
4190 L:      users@rt2x00.serialmonkey.com
4191 W:      http://rt2x00.serialmonkey.com/
4192 S:      Maintained
4193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4194 F:      drivers/net/wireless/rt2x00/
4195
4196 RAMDISK RAM BLOCK DEVICE DRIVER
4197 M:      Nick Piggin <npiggin@suse.de>
4198 S:      Maintained
4199 F:      Documentation/blockdev/ramdisk.txt
4200 F:      drivers/block/brd.c
4201
4202 RANDOM NUMBER DRIVER
4203 M:      Matt Mackall <mpm@selenic.com>
4204 S:      Maintained
4205 F:      drivers/char/random.c
4206
4207 RAPIDIO SUBSYSTEM
4208 M:      Matt Porter <mporter@kernel.crashing.org>
4209 S:      Maintained
4210 F:      drivers/rapidio/
4211
4212 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4213 M:      Corey Thomas <coreythomas@charter.net>
4214 L:      linux-wireless@vger.kernel.org
4215 S:      Maintained
4216 F:      drivers/net/wireless/ray*
4217
4218 RCUTORTURE MODULE
4219 M:      Josh Triplett <josh@freedesktop.org>
4220 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4221 S:      Maintained
4222 F:      Documentation/RCU/torture.txt
4223 F:      kernel/rcutorture.c
4224
4225 RDC R-321X SoC
4226 M:      Florian Fainelli <florian@openwrt.org>
4227 S:      Maintained
4228
4229 RDC R6040 FAST ETHERNET DRIVER
4230 M:      Florian Fainelli <florian@openwrt.org>
4231 L:      netdev@vger.kernel.org
4232 S:      Maintained
4233 F:      drivers/net/r6040.c
4234
4235 RDS - RELIABLE DATAGRAM SOCKETS
4236 M:      Andy Grover <andy.grover@oracle.com>
4237 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4238 S:      Supported
4239 F:      net/rds/
4240
4241 READ-COPY UPDATE (RCU)
4242 M:      Dipankar Sarma <dipankar@in.ibm.com>
4243 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4244 W:      http://www.rdrop.com/users/paulmck/rclock/
4245 S:      Supported
4246 F:      Documentation/RCU/rcu.txt
4247 F:      Documentation/RCU/rcuref.txt
4248 F:      include/linux/rcupdate.h
4249 F:      include/linux/srcu.h
4250 F:      kernel/rcupdate.c
4251
4252 REAL TIME CLOCK DRIVER
4253 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
4254 S:      Maintained
4255 F:      Documentation/rtc.txt
4256 F:      drivers/rtc/
4257 F:      include/linux/rtc.h
4258
4259 REAL TIME CLOCK (RTC) SUBSYSTEM
4260 M:      Alessandro Zummo <a.zummo@towertech.it>
4261 L:      rtc-linux@googlegroups.com
4262 S:      Maintained
4263 F:      Documentation/rtc.txt
4264 F:      drivers/rtc/
4265 F:      include/linux/rtc.h
4266
4267 REISERFS FILE SYSTEM
4268 L:      reiserfs-devel@vger.kernel.org
4269 S:      Supported
4270 F:      fs/reiserfs/
4271
4272 RFKILL
4273 M:      Johannes Berg <johannes@sipsolutions.net>
4274 L:      linux-wireless@vger.kernel.org
4275 S:      Maintained
4276 F       Documentation/rfkill.txt
4277 F:      net/rfkill/
4278
4279 RISCOM8 DRIVER
4280 S:      Orphan
4281 F:      Documentation/serial/riscom8.txt
4282 F:      drivers/char/riscom8*
4283
4284 ROCKETPORT DRIVER
4285 P:      Comtrol Corp.
4286 W:      http://www.comtrol.com
4287 S:      Maintained
4288 F:      Documentation/serial/rocket.txt
4289 F:      drivers/char/rocket*
4290
4291 ROSE NETWORK LAYER
4292 M:      Ralf Baechle <ralf@linux-mips.org>
4293 L:      linux-hams@vger.kernel.org
4294 W:      http://www.linux-ax25.org/
4295 S:      Maintained
4296 F:      include/linux/rose.h
4297 F:      include/net/rose.h
4298 F:      net/rose/
4299
4300 RTL8180 WIRELESS DRIVER
4301 M:      "John W. Linville" <linville@tuxdriver.com>
4302 L:      linux-wireless@vger.kernel.org
4303 W:      http://linuxwireless.org/
4304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4305 S:      Maintained
4306 F:      drivers/net/wireless/rtl818*
4307
4308 RTL8187 WIRELESS DRIVER
4309 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4310 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
4311 M:      Larry Finger <Larry.Finger@lwfinger.net>
4312 L:      linux-wireless@vger.kernel.org
4313 W:      http://linuxwireless.org/
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4315 S:      Maintained
4316 F:      drivers/net/wireless/rtl818x/rtl8187*
4317
4318 S3 SAVAGE FRAMEBUFFER DRIVER
4319 M:      Antonino Daplas <adaplas@gmail.com>
4320 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4321 S:      Maintained
4322 F:      drivers/video/savage/
4323
4324 S390
4325 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
4326 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
4327 M:      linux390@de.ibm.com
4328 L:      linux-s390@vger.kernel.org
4329 W:      http://www.ibm.com/developerworks/linux/linux390/
4330 S:      Supported
4331 F:      arch/s390/
4332
4333 S390 NETWORK DRIVERS
4334 M:      Ursula Braun <ursula.braun@de.ibm.com>
4335 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
4336 M:      linux390@de.ibm.com
4337 L:      linux-s390@vger.kernel.org
4338 W:      http://www.ibm.com/developerworks/linux/linux390/
4339 S:      Supported
4340 F:      drivers/s390/net/
4341
4342 S390 ZCRYPT DRIVER
4343 M:      Felix Beck <felix.beck@de.ibm.com>
4344 M:      Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4345 M:      linux390@de.ibm.com
4346 L:      linux-s390@vger.kernel.org
4347 S:      Supported
4348 F:      drivers/s390/crypto/
4349
4350 S390 ZFCP DRIVER
4351 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
4352 M:      Martin Peschke <mp3@de.ibm.com>
4353 M:      linux390@de.ibm.com
4354 L:      linux-s390@vger.kernel.org
4355 W:      http://www.ibm.com/developerworks/linux/linux390/
4356 S:      Supported
4357 F:      Documentation/s390/zfcpdump.txt
4358 F:      drivers/s390/scsi/zfcp_*
4359
4360 S390 IUCV NETWORK LAYER
4361 M:      Ursula Braun <ursula.braun@de.ibm.com>
4362 M:      linux390@de.ibm.com
4363 L:      linux-s390@vger.kernel.org
4364 W:      http://www.ibm.com/developerworks/linux/linux390/
4365 S:      Supported
4366 F:      drivers/s390/net/*iucv*
4367 F:      include/net/iucv/
4368 F:      net/iucv/
4369
4370 S3C24XX SD/MMC Driver
4371 M:      Ben Dooks <ben-linux@fluff.org>
4372 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4373 S:      Supported
4374 F:      drivers/mmc/host/s3cmci.*
4375
4376 SAA7146 VIDEO4LINUX-2 DRIVER
4377 M:      Michael Hunold <michael@mihu.de>
4378 L:      linux-media@vger.kernel.org
4379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4380 W:      http://www.mihu.de/linux/saa7146
4381 S:      Maintained
4382 F:      drivers/media/common/saa7146*
4383 F:      drivers/media/video/*7146*
4384 F:      include/media/*7146*
4385
4386 SC1200 WDT DRIVER
4387 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
4388 S:      Maintained
4389 F:      drivers/watchdog/sc1200wdt.c
4390
4391 SCHEDULER
4392 M:      Ingo Molnar <mingo@elte.hu>
4393 M:      Peter Zijlstra <peterz@infradead.org>
4394 S:      Maintained
4395 F:      kernel/sched*
4396 F:      include/linux/sched.h
4397
4398 SCSI CDROM DRIVER
4399 M:      Jens Axboe <axboe@kernel.dk>
4400 L:      linux-scsi@vger.kernel.org
4401 W:      http://www.kernel.dk
4402 S:      Maintained
4403 F:      drivers/scsi/sr*
4404
4405 SCSI SG DRIVER
4406 M:      Doug Gilbert <dgilbert@interlog.com>
4407 L:      linux-scsi@vger.kernel.org
4408 W:      http://www.torque.net/sg
4409 S:      Maintained
4410 F:      drivers/scsi/sg.c
4411 F:      include/scsi/sg.h
4412
4413 SCSI SUBSYSTEM
4414 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4415 L:      linux-scsi@vger.kernel.org
4416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4419 S:      Maintained
4420 F:      drivers/scsi/
4421 F:      include/scsi/
4422
4423 SCSI TAPE DRIVER
4424 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4425 L:      linux-scsi@vger.kernel.org
4426 S:      Maintained
4427 F:      Documentation/scsi/st.txt
4428 F:      drivers/scsi/st*
4429
4430 SCTP PROTOCOL
4431 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
4432 M:      Sridhar Samudrala <sri@us.ibm.com>
4433 L:      linux-sctp@vger.kernel.org
4434 W:      http://lksctp.sourceforge.net
4435 S:      Supported
4436 F:      Documentation/networking/sctp.txt
4437 F:      include/linux/sctp.h
4438 F:      include/net/sctp/
4439 F:      net/sctp/
4440
4441 SCx200 CPU SUPPORT
4442 M:      Jim Cromie <jim.cromie@gmail.com>
4443 S:      Odd Fixes
4444 F:      Documentation/i2c/busses/scx200_acb
4445 F:      arch/x86/kernel/scx200_32.c
4446 F:      drivers/watchdog/scx200_wdt.c
4447 F:      drivers/i2c/busses/scx200*
4448 F:      drivers/mtd/maps/scx200_docflash.c
4449 F:      include/linux/scx200.h
4450
4451 SCx200 GPIO DRIVER
4452 M:      Jim Cromie <jim.cromie@gmail.com>
4453 S:      Maintained
4454 F:      drivers/char/scx200_gpio.c
4455 F:      include/linux/scx200_gpio.h
4456
4457 SCx200 HRT CLOCKSOURCE DRIVER
4458 M:      Jim Cromie <jim.cromie@gmail.com>
4459 S:      Maintained
4460 F:      drivers/clocksource/scx200_hrt.c
4461
4462 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4463 M:      Sascha Sommer <saschasommer@freenet.de>
4464 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4465 S:      Maintained
4466 F:      drivers/mmc/host/sdricoh_cs.c
4467
4468 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4469 M:      Pierre Ossman <pierre@ossman.eu>
4470 L:      sdhci-devel@lists.ossman.eu
4471 S:      Maintained
4472
4473 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4474 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
4475 L:      linuxppc-dev@ozlabs.org
4476 L:      sdhci-devel@lists.ossman.eu
4477 S:      Maintained
4478 F:      drivers/mmc/host/sdhci.*
4479
4480 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4481 M:      Ben Dooks <ben-linux@fluff.org>
4482 L:      sdhci-devel@lists.ossman.eu
4483 S:      Maintained
4484 F:      drivers/mmc/host/sdhci-s3c.c
4485
4486 SECURITY SUBSYSTEM
4487 M:      James Morris <jmorris@namei.org>
4488 L:      linux-security-module@vger.kernel.org (suggested Cc:)
4489 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4490 W:      http://security.wiki.kernel.org/
4491 S:      Supported
4492 F:      security/
4493
4494 SECURITY CONTACT
4495 M:      Security Officers <security@kernel.org>
4496 S:      Supported
4497
4498 SELINUX SECURITY MODULE
4499 M:      Stephen Smalley <sds@tycho.nsa.gov>
4500 M:      James Morris <jmorris@namei.org>
4501 M:      Eric Paris <eparis@parisplace.org>
4502 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
4503 W:      http://selinuxproject.org
4504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4505 S:      Supported
4506 F:      include/linux/selinux*
4507 F:      security/selinux/
4508
4509 SENSABLE PHANTOM
4510 M:      Jiri Slaby <jirislaby@gmail.com>
4511 S:      Maintained
4512 F:      drivers/misc/phantom.c
4513 F:      include/linux/phantom.h
4514
4515 SERIAL ATA (SATA) SUBSYSTEM
4516 M:      Jeff Garzik <jgarzik@pobox.com>
4517 L:      linux-ide@vger.kernel.org
4518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4519 S:      Supported
4520 F:      drivers/ata/
4521 F:      include/linux/ata.h
4522 F:      include/linux/libata.h
4523
4524 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4525 M:      Sathya Perla <sathyap@serverengines.com>
4526 M:      Subbu Seetharaman <subbus@serverengines.com>
4527 L:      netdev@vger.kernel.org
4528 W:      http://www.serverengines.com
4529 S:      Supported
4530 F:      drivers/net/benet/
4531
4532 SFC NETWORK DRIVER
4533 P:      Steve Hodgson
4534 P:      Ben Hutchings
4535 M:      Robert Stonehouse <linux-net-drivers@solarflare.com>
4536 S:      Supported
4537 F:      drivers/net/sfc/
4538
4539 SGI GRU DRIVER
4540 M:      Jack Steiner <steiner@sgi.com>
4541 S:      Maintained
4542 F:      drivers/misc/sgi-gru/
4543
4544 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4545 M:      Pat Gefre <pfg@sgi.com>
4546 L:      linux-ia64@vger.kernel.org
4547 S:      Supported
4548 F:      Documentation/ia64/serial.txt
4549 F:      drivers/serial/ioc?_serial.c
4550 F:      include/linux/ioc?.h
4551
4552 SGI VISUAL WORKSTATION 320 AND 540
4553 M:      Andrey Panin <pazke@donpac.ru>
4554 L:      linux-visws-devel@lists.sf.net
4555 W:      http://linux-visws.sf.net
4556 S:      Maintained for 2.6.
4557 F:      Documentation/sgi-visws.txt
4558
4559 SGI XP/XPC/XPNET DRIVER
4560 M:      Robin Holt <holt@sgi.com>
4561 S:      Maintained
4562 F:      drivers/misc/sgi-xp/
4563
4564 SHARP LH SUPPORT (LH7952X & LH7A40X)
4565 M:      Marc Singer <elf@buici.com>
4566 W:      http://projects.buici.com/arm
4567 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4568 S:      Maintained
4569 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4570 F:      arch/arm/mach-lh7a40x/
4571 F:      drivers/serial/serial_lh7a40x.c
4572 F:      drivers/usb/gadget/lh7a40*
4573 F:      drivers/usb/host/ohci-lh7a40*
4574
4575 SHPC HOTPLUG DRIVER
4576 M:      Kristen Carlson Accardi <kristen.c.accardi@intel.com>
4577 L:      linux-pci@vger.kernel.org
4578 S:      Supported
4579 F:      drivers/pci/hotplug/shpchp*
4580
4581 SIMTEC EB110ATX (Chalice CATS)
4582 P:      Ben Dooks
4583 M:      Vincent Sanders <support@simtec.co.uk>
4584 W:      http://www.simtec.co.uk/products/EB110ATX/
4585 S:      Supported
4586
4587 SIMTEC EB2410ITX (BAST)
4588 P:      Ben Dooks
4589 M:      Vincent Sanders <support@simtec.co.uk>
4590 W:      http://www.simtec.co.uk/products/EB2410ITX/
4591 S:      Supported
4592 F:      arch/arm/mach-s3c2410/
4593 F:      drivers/*/*s3c2410*
4594 F:      drivers/*/*/*s3c2410*
4595
4596 SIS 190 ETHERNET DRIVER
4597 M:      Francois Romieu <romieu@fr.zoreil.com>
4598 L:      netdev@vger.kernel.org
4599 S:      Maintained
4600 F:      drivers/net/sis190.c
4601
4602 SIS 900/7016 FAST ETHERNET DRIVER
4603 M:      Daniele Venzano <venza@brownhat.org>
4604 W:      http://www.brownhat.org/sis900.html
4605 L:      netdev@vger.kernel.org
4606 S:      Maintained
4607 F:      drivers/net/sis900.*
4608
4609 SIS 96X I2C/SMBUS DRIVER
4610 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
4611 L:      linux-i2c@vger.kernel.org
4612 S:      Maintained
4613 F:      Documentation/i2c/busses/i2c-sis96x
4614 F:      drivers/i2c/busses/i2c-sis96x.c
4615
4616 SIS FRAMEBUFFER DRIVER
4617 M:      Thomas Winischhofer <thomas@winischhofer.net>
4618 W:      http://www.winischhofer.net/linuxsisvga.shtml
4619 S:      Maintained
4620 F:      Documentation/fb/sisfb.txt
4621 F:      drivers/video/sis/
4622 F:      include/video/sisfb.h
4623
4624 SIS USB2VGA DRIVER
4625 M:      Thomas Winischhofer <thomas@winischhofer.net>
4626 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
4627 S:      Maintained
4628 F:      drivers/usb/misc/sisusbvga/
4629
4630 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4631 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4632 L:      netdev@vger.kernel.org
4633 S:      Maintained
4634 F:      drivers/net/skge.*
4635 F:      drivers/net/sky2.*
4636
4637 SLAB ALLOCATOR
4638 M:      Christoph Lameter <cl@linux-foundation.org>
4639 M:      Pekka Enberg <penberg@cs.helsinki.fi>
4640 M:      Matt Mackall <mpm@selenic.com>
4641 L:      linux-mm@kvack.org
4642 S:      Maintained
4643 F:      include/linux/sl?b*.h
4644 F:      mm/sl?b.c
4645
4646 SMC91x ETHERNET DRIVER
4647 M:      Nicolas Pitre <nico@cam.org>
4648 S:      Maintained
4649 F:      drivers/net/smc91x.*
4650
4651 SMSC47B397 HARDWARE MONITOR DRIVER
4652 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
4653 L:      lm-sensors@lm-sensors.org
4654 S:      Maintained
4655 F:      Documentation/hwmon/smsc47b397
4656 F:      drivers/hwmon/smsc47b397.c
4657
4658 SMSC911x ETHERNET DRIVER
4659 M:      Steve Glendinning <steve.glendinning@smsc.com>
4660 L:      netdev@vger.kernel.org
4661 S:      Supported
4662 F:      include/linux/smsc911x.h
4663 F:      drivers/net/smsc911x.*
4664
4665 SMSC9420 PCI ETHERNET DRIVER
4666 M:      Steve Glendinning <steve.glendinning@smsc.com>
4667 L:      netdev@vger.kernel.org
4668 S:      Supported
4669 F:      drivers/net/smsc9420.*
4670
4671 SMX UIO Interface
4672 M:      Ben Nizette <bn@niasdigital.com>
4673 S:      Maintained
4674 F:      drivers/uio/uio_smx.c
4675
4676 SN-IA64 (Itanium) SUB-PLATFORM
4677 M:      Jes Sorensen <jes@sgi.com>
4678 L:      linux-altix@sgi.com
4679 L:      linux-ia64@vger.kernel.org
4680 W:      http://www.sgi.com/altix
4681 S:      Maintained
4682 F:      arch/ia64/sn/
4683
4684 SOC-CAMERA V4L2 SUBSYSTEM
4685 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4686 L:      linux-media@vger.kernel.org
4687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4688 S:      Maintained
4689 F:      include/media/v4l2*
4690 F:      drivers/media/video/v4l2*
4691
4692 SOEKRIS NET48XX LED SUPPORT
4693 M:      Chris Boot <bootc@bootc.net>
4694 S:      Maintained
4695 F:      drivers/leds/leds-net48xx.c
4696
4697 SOFTWARE RAID (Multiple Disks) SUPPORT
4698 M:      Neil Brown <neilb@suse.de>
4699 L:      linux-raid@vger.kernel.org
4700 S:      Supported
4701 F:      drivers/md/
4702 F:      include/linux/raid/
4703
4704 SONIC NETWORK DRIVER
4705 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
4706 L:      netdev@vger.kernel.org
4707 S:      Maintained
4708 F:      drivers/net/sonic.*
4709
4710 SONICS SILICON BACKPLANE DRIVER (SSB)
4711 M:      Michael Buesch <mb@bu3sch.de>
4712 L:      netdev@vger.kernel.org
4713 S:      Maintained
4714 F:      drivers/ssb/
4715 F:      include/linux/ssb/
4716
4717 SONY VAIO CONTROL DEVICE DRIVER
4718 M:      Mattia Dongili <malattia@linux.it>
4719 L:      linux-acpi@vger.kernel.org
4720 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4721 S:      Maintained
4722 F:      Documentation/laptops/sony-laptop.txt
4723 F:      drivers/char/sonypi.c
4724 F:      drivers/platform/x86/sony-laptop.c
4725 F:      include/linux/sony-laptop.h
4726
4727 SONY MEMORYSTICK CARD SUPPORT
4728 M:      Alex Dubov <oakad@yahoo.com>
4729 W:      http://tifmxx.berlios.de/
4730 S:      Maintained
4731 F:      drivers/memstick/host/tifm_ms.c
4732
4733 SOUND
4734 M:      Jaroslav Kysela <perex@perex.cz>
4735 M:      Takashi Iwai <tiwai@suse.de>
4736 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4737 W:      http://www.alsa-project.org/
4738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
4739 T:      git git://git.alsa-project.org/alsa-kernel.git
4740 S:      Maintained
4741 F:      Documentation/sound/
4742 F:      include/sound/
4743 F:      sound/
4744
4745 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4746 M:      Liam Girdwood <lrg@slimlogic.co.uk>
4747 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
4748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
4749 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4750 W:      http://alsa-project.org/main/index.php/ASoC
4751 S:      Supported
4752 F:      sound/soc/
4753 F:      include/sound/soc*
4754
4755 SPARC + UltraSPARC (sparc/sparc64)
4756 M:      "David S. Miller" <davem@davemloft.net>
4757 L:      sparclinux@vger.kernel.org
4758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4760 S:      Maintained
4761 F:      arch/sparc/
4762
4763 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4764 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
4765 S:      Supported
4766 F:      Documentation/serial/specialix.txt
4767 F:      drivers/char/specialix*
4768
4769 SPI SUBSYSTEM
4770 M:      David Brownell <dbrownell@users.sourceforge.net>
4771 L:      spi-devel-general@lists.sourceforge.net
4772 S:      Maintained
4773 F:      Documentation/spi/
4774 F:      drivers/spi/
4775 F:      include/linux/spi/
4776
4777 SPIDERNET NETWORK DRIVER for CELL
4778 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
4779 M:      Jens Osterkamp <jens@de.ibm.com>
4780 L:      netdev@vger.kernel.org
4781 S:      Supported
4782 F:      Documentation/networking/spider_net.txt
4783 F:      drivers/net/spider_net*
4784
4785 SPU FILE SYSTEM
4786 M:      Jeremy Kerr <jk@ozlabs.org>
4787 L:      linuxppc-dev@ozlabs.org
4788 L:      cbe-oss-dev@ozlabs.org
4789 W:      http://www.ibm.com/developerworks/power/cell/
4790 S:      Supported
4791 F:      Documentation/filesystems/spufs.txt
4792 F:      arch/powerpc/platforms/cell/spufs/
4793
4794 SQUASHFS FILE SYSTEM
4795 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
4796 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
4797 W:      http://squashfs.org.uk
4798 S:      Maintained
4799 F:      Documentation/filesystems/squashfs.txt
4800 F:      fs/squashfs/
4801
4802 SRM (Alpha) environment access
4803 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
4804 S:      Maintained
4805 F:      arch/alpha/kernel/srm_env.c
4806
4807 STABLE BRANCH
4808 M:      Greg Kroah-Hartman <greg@kroah.com>
4809 M:      Chris Wright <chrisw@sous-sol.org>
4810 L:      stable@kernel.org
4811 S:      Maintained
4812
4813 STAGING SUBSYSTEM
4814 M:      Greg Kroah-Hartman <gregkh@suse.de>
4815 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4816 L:      devel@driverdev.osuosl.org
4817 S:      Maintained
4818 F:      drivers/staging/
4819
4820 STARFIRE/DURALAN NETWORK DRIVER
4821 M:      Ion Badulescu <ionut@badula.org>
4822 S:      Odd Fixes
4823 F:      drivers/net/starfire*
4824
4825 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4826 S:      Orphan
4827 F:      drivers/net/wireless/strip.c
4828 F:      include/linux/if_strip.h
4829
4830 STRADIS MPEG-2 DECODER DRIVER
4831 M:      Nathan Laredo <laredo@gnu.org>
4832 W:      http://www.stradis.com/
4833 S:      Maintained
4834 F:      drivers/media/video/stradis.c
4835
4836 SUN3/3X
4837 M:      Sam Creasey <sammy@sammy.net>
4838 W:      http://sammy.net/sun3/
4839 S:      Maintained
4840 F:      arch/m68k/kernel/*sun3*
4841 F:      arch/m68k/sun3*/
4842 F:      arch/m68k/include/asm/sun3*
4843
4844 SUPERH
4845 M:      Paul Mundt <lethal@linux-sh.org>
4846 L:      linux-sh@vger.kernel.org
4847 W:      http://www.linux-sh.org
4848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4849 S:      Supported
4850 F:      Documentation/sh/
4851 F:      arch/sh/
4852 F:      drivers/sh/
4853
4854 SUSPEND TO RAM
4855 M:      Len Brown <len.brown@intel.com>
4856 M:      Pavel Machek <pavel@ucw.cz>
4857 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
4858 L:      linux-pm@lists.linux-foundation.org
4859 S:      Supported
4860 F:      Documentation/power/
4861 F:      arch/x86/kernel/acpi/
4862 F:      drivers/base/power/
4863 F:      kernel/power/
4864 F:      include/linux/suspend.h
4865 F:      include/linux/freezer.h
4866 F:      include/linux/pm.h
4867
4868 SVGA HANDLING
4869 M:      Martin Mares <mj@ucw.cz>
4870 L:      linux-video@atrey.karlin.mff.cuni.cz
4871 S:      Maintained
4872 F:      Documentation/svga.txt
4873 F:      arch/x86/boot/video*
4874
4875 SYSV FILESYSTEM
4876 M:      Christoph Hellwig <hch@infradead.org>
4877 S:      Maintained
4878 F:      Documentation/filesystems/sysv-fs.txt
4879 F:      fs/sysv/
4880 F:      include/linux/sysv_fs.h
4881
4882 TASKSTATS STATISTICS INTERFACE
4883 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4884 S:      Maintained
4885 F:      Documentation/accounting/taskstats*
4886 F:      include/linux/taskstats*
4887 F:      kernel/taskstats.c
4888
4889 TC CLASSIFIER
4890 M:      Jamal Hadi Salim <hadi@cyberus.ca>
4891 L:      netdev@vger.kernel.org
4892 S:      Maintained
4893 F:      include/linux/pkt_cls.h
4894 F:      include/net/pkt_cls.h
4895 F:      net/sched/
4896
4897 TCP LOW PRIORITY MODULE
4898 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
4899 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
4900 W:      http://tcp-lp-mod.sourceforge.net/
4901 S:      Maintained
4902 F:      net/ipv4/tcp_lp.c
4903
4904 TEHUTI ETHERNET DRIVER
4905 M:      Alexander Indenbaum <baum@tehutinetworks.net>
4906 M:      Andy Gospodarek <andy@greyhouse.net>
4907 L:      netdev@vger.kernel.org
4908 S:      Supported
4909 F:      drivers/net/tehuti*
4910
4911 Telecom Clock Driver for MCPL0010
4912 M:      Mark Gross <mark.gross@intel.com>
4913 S:      Supported
4914 F:      drivers/char/tlclk.c
4915
4916 TENSILICA XTENSA PORT (xtensa)
4917 M:      Chris Zankel <chris@zankel.net>
4918 S:      Maintained
4919 F:      arch/xtensa/
4920
4921 THINKPAD ACPI EXTRAS DRIVER
4922 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
4923 L:      ibm-acpi-devel@lists.sourceforge.net
4924 W:      http://ibm-acpi.sourceforge.net
4925 W:      http://thinkwiki.org/wiki/Ibm-acpi
4926 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4927 S:      Maintained
4928 F:      drivers/platform/x86/thinkpad_acpi.c
4929
4930 TI FLASH MEDIA INTERFACE DRIVER
4931 M:      Alex Dubov <oakad@yahoo.com>
4932 S:      Maintained
4933 F:      drivers/misc/tifm*
4934 F:      drivers/mmc/host/tifm_sd.c
4935 F:      include/linux/tifm.h
4936
4937 TI TWL4030 SERIES SOC CODEC DRIVER
4938 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
4939 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4940 S:      Maintained
4941 F:      sound/soc/codecs/twl4030*
4942
4943 TIPC NETWORK LAYER
4944 M:      Per Liden <per.liden@ericsson.com>
4945 M:      Jon Maloy <jon.maloy@ericsson.com>
4946 M:      Allan Stephens <allan.stephens@windriver.com>
4947 L:      tipc-discussion@lists.sourceforge.net
4948 W:      http://tipc.sourceforge.net/
4949 W:      http://tipc.cslab.ericsson.net/
4950 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
4951 S:      Maintained
4952 F:      include/linux/tipc*.h
4953 F:      include/net/tipc/
4954 F:      net/tipc/
4955
4956 TLAN NETWORK DRIVER
4957 M:      Samuel Chessman <chessman@tux.org>
4958 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
4959 W:      http://sourceforge.net/projects/tlan/
4960 S:      Maintained
4961 F:      Documentation/networking/tlan.txt
4962 F:      drivers/net/tlan.*
4963
4964 TOMOYO SECURITY MODULE
4965 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
4966 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
4967 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
4968 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
4969 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
4970 W:      http://tomoyo.sourceforge.jp/
4971 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
4972 S:      Maintained
4973 F:      security/tomoyo/
4974
4975 TOSHIBA ACPI EXTRAS DRIVER
4976 S:      Orphan
4977 F:      drivers/platform/x86/toshiba_acpi.c
4978
4979 TOSHIBA SMM DRIVER
4980 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
4981 L:      tlinux-users@tce.toshiba-dme.co.jp
4982 W:      http://www.buzzard.org.uk/toshiba/
4983 S:      Maintained
4984 F:      drivers/char/toshiba.c
4985 F:      include/linux/toshiba.h
4986
4987 TMIO MMC DRIVER
4988 M:      Ian Molton <ian@mnementh.co.uk>
4989 S:      Maintained
4990 F:      drivers/mmc/host/tmio_mmc.*
4991
4992 TMPFS (SHMEM FILESYSTEM)
4993 M:      Hugh Dickins <hugh.dickins@tiscali.co.uk>
4994 L:      linux-mm@kvack.org
4995 S:      Maintained
4996 F:      include/linux/shmem_fs.h
4997 F:      mm/shmem.c
4998
4999 TPM DEVICE DRIVER
5000 M:      Debora Velarde <debora@linux.vnet.ibm.com>
5001 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5002 W:      http://tpmdd.sourceforge.net
5003 M:      Marcel Selhorst <m.selhorst@sirrix.com>
5004 W:      http://www.sirrix.com
5005 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5006 S:      Maintained
5007 F:      drivers/char/tpm/
5008
5009 TRIVIAL PATCHES
5010 M:      Jiri Kosina <trivial@kernel.org>
5011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5012 S:      Maintained
5013
5014 TTY LAYER
5015 M:      Greg Kroah-Hartman <gregkh@suse.de>
5016 S:      Maintained
5017 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5018 F:      drivers/char/tty_*
5019 F:      drivers/serial/serial_core.c
5020 F:      include/linux/serial_core.h
5021 F:      include/linux/serial.h
5022 F:      include/linux/tty.h
5023
5024 TULIP NETWORK DRIVERS
5025 M:      Grant Grundler <grundler@parisc-linux.org>
5026 M:      Kyle McMartin <kyle@mcmartin.ca>
5027 L:      netdev@vger.kernel.org
5028 S:      Maintained
5029 F:      drivers/net/tulip/
5030
5031 TUN/TAP driver
5032 M:      Maxim Krasnyansky <maxk@qualcomm.com>
5033 L:      vtun@office.satix.net
5034 W:      http://vtun.sourceforge.net/tun
5035 S:      Maintained
5036 F:      Documentation/networking/tuntap.txt
5037 F:      arch/um/os-Linux/drivers/
5038
5039 TURBOCHANNEL SUBSYSTEM
5040 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5041 S:      Maintained
5042 F:      drivers/tc/
5043 F:      include/linux/tc.h
5044
5045 U14-34F SCSI DRIVER
5046 M:      Dario Ballabio <ballabio_dario@emc.com>
5047 L:      linux-scsi@vger.kernel.org
5048 S:      Maintained
5049 F:      drivers/scsi/u14-34f.c
5050
5051 UBI FILE SYSTEM (UBIFS)
5052 M:      Artem Bityutskiy <dedekind@infradead.org>
5053 M:      Adrian Hunter <adrian.hunter@nokia.com>
5054 L:      linux-mtd@lists.infradead.org
5055 T:      git git://git.infradead.org/ubifs-2.6.git
5056 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5057 S:      Maintained
5058 F:      Documentation/filesystems/ubifs.txt
5059 F:      fs/ubifs/
5060
5061 UCLINUX (AND M68KNOMMU)
5062 M:      Greg Ungerer <gerg@uclinux.org>
5063 W:      http://www.uclinux.org/
5064 L:      uclinux-dev@uclinux.org  (subscribers-only)
5065 S:      Maintained
5066 F:      arch/m68knommu/
5067
5068 UCLINUX FOR RENESAS H8/300 (H8300)
5069 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5070 W:      http://uclinux-h8.sourceforge.jp/
5071 S:      Supported
5072
5073 UDF FILESYSTEM
5074 M:      Jan Kara <jack@suse.cz>
5075 W:      http://linux-udf.sourceforge.net
5076 S:      Maintained
5077 F:      Documentation/filesystems/udf.txt
5078 F:      fs/udf/
5079
5080 UFS FILESYSTEM
5081 M:      Evgeniy Dushistov <dushistov@mail.ru>
5082 S:      Maintained
5083 F:      Documentation/filesystems/ufs.txt
5084 F:      fs/ufs/
5085
5086 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5087 M:      David Vrabel <david.vrabel@csr.com>
5088 L:      linux-usb@vger.kernel.org
5089 S:      Supported
5090 F:      drivers/uwb/*
5091 F:      include/linux/uwb.h
5092 F:      include/linux/uwb/
5093
5094 UNIFORM CDROM DRIVER
5095 M:      Jens Axboe <axboe@kernel.dk>
5096 W:      http://www.kernel.dk
5097 S:      Maintained
5098 F:      Documentation/cdrom/
5099 F:      drivers/cdrom/cdrom.c
5100 F:      include/linux/cdrom.h
5101
5102 UNSORTED BLOCK IMAGES (UBI)
5103 M:      Artem Bityutskiy <dedekind@infradead.org>
5104 W:      http://www.linux-mtd.infradead.org/
5105 L:      linux-mtd@lists.infradead.org
5106 T:      git git://git.infradead.org/ubi-2.6.git
5107 S:      Maintained
5108 F:      drivers/mtd/ubi/
5109 F:      include/linux/mtd/ubi.h
5110 F:      include/mtd/ubi-user.h
5111
5112 USB ACM DRIVER
5113 M:      Oliver Neukum <oliver@neukum.name>
5114 L:      linux-usb@vger.kernel.org
5115 S:      Maintained
5116 F:      Documentation/usb/acm.txt
5117 F:      drivers/usb/class/cdc-acm.*
5118
5119 USB BLOCK DRIVER (UB ub)
5120 M:      Pete Zaitcev <zaitcev@redhat.com>
5121 L:      linux-usb@vger.kernel.org
5122 S:      Supported
5123 F:      drivers/block/ub.c
5124
5125 USB CDC ETHERNET DRIVER
5126 M:      Greg Kroah-Hartman <greg@kroah.com>
5127 L:      linux-usb@vger.kernel.org
5128 S:      Maintained
5129 W:      http://www.kroah.com/linux-usb/
5130 F:      drivers/net/usb/cdc_*.c
5131 F:      include/linux/usb/cdc.h
5132
5133 USB CYPRESS C67X00 DRIVER
5134 M:      Peter Korsgaard <jacmet@sunsite.dk>
5135 L:      linux-usb@vger.kernel.org
5136 S:      Maintained
5137 F:      drivers/usb/c67x00/
5138
5139 USB DAVICOM DM9601 DRIVER
5140 M:      Peter Korsgaard <jacmet@sunsite.dk>
5141 L:      netdev@vger.kernel.org
5142 W:      http://www.linux-usb.org/usbnet
5143 S:      Maintained
5144 F:      drivers/net/usb/dm9601.c
5145
5146 USB DIAMOND RIO500 DRIVER
5147 M:      Cesar Miquel <miquel@df.uba.ar>
5148 L:      rio500-users@lists.sourceforge.net
5149 W:      http://rio500.sourceforge.net
5150 S:      Maintained
5151 F:      drivers/usb/misc/rio500*
5152
5153 USB EHCI DRIVER
5154 M:      David Brownell <dbrownell@users.sourceforge.net>
5155 L:      linux-usb@vger.kernel.org
5156 S:      Odd Fixes
5157 F:      Documentation/usb/ehci.txt
5158 F:      drivers/usb/host/ehci*
5159
5160 USB ET61X[12]51 DRIVER
5161 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5162 L:      linux-usb@vger.kernel.org
5163 L:      linux-media@vger.kernel.org
5164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5165 W:      http://www.linux-projects.org
5166 S:      Maintained
5167 F:      drivers/media/video/et61x251/
5168
5169 USB GADGET/PERIPHERAL SUBSYSTEM
5170 M:      David Brownell <dbrownell@users.sourceforge.net>
5171 L:      linux-usb@vger.kernel.org
5172 W:      http://www.linux-usb.org/gadget
5173 S:      Maintained
5174 F:      drivers/usb/gadget/
5175 F:      include/linux/usb/gadget*
5176
5177 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5178 M:      Jiri Kosina <jkosina@suse.cz>
5179 L:      linux-usb@vger.kernel.org
5180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5181 S:      Maintained
5182 F:      Documentation/usb/hiddev.txt
5183 F:      drivers/hid/usbhid/
5184
5185 USB ISP116X DRIVER
5186 M:      Olav Kongas <ok@artecdesign.ee>
5187 L:      linux-usb@vger.kernel.org
5188 S:      Maintained
5189 F:      drivers/usb/host/isp116x*
5190 F:      include/linux/usb/isp116x.h
5191
5192 USB KAWASAKI LSI DRIVER
5193 M:      Oliver Neukum <oliver@neukum.name>
5194 L:      linux-usb@vger.kernel.org
5195 S:      Maintained
5196 F:      drivers/usb/serial/kl5kusb105.*
5197
5198 USB MASS STORAGE DRIVER
5199 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5200 L:      linux-usb@vger.kernel.org
5201 L:      usb-storage@lists.one-eyed-alien.net
5202 S:      Maintained
5203 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5204 F:      drivers/usb/storage/
5205
5206 USB OHCI DRIVER
5207 M:      David Brownell <dbrownell@users.sourceforge.net>
5208 L:      linux-usb@vger.kernel.org
5209 S:      Odd Fixes
5210 F:      Documentation/usb/ohci.txt
5211 F:      drivers/usb/host/ohci*
5212
5213 USB OPTION-CARD DRIVER
5214 M:      Matthias Urlichs <smurf@smurf.noris.de>
5215 L:      linux-usb@vger.kernel.org
5216 S:      Maintained
5217 F:      drivers/usb/serial/option.c
5218
5219 USB OV511 DRIVER
5220 M:      Mark McClelland <mmcclell@bigfoot.com>
5221 L:      linux-usb@vger.kernel.org
5222 W:      http://alpha.dyndns.org/ov511/
5223 S:      Maintained
5224 F:      drivers/media/video/ov511.*
5225
5226 USB PEGASUS DRIVER
5227 M:      Petko Manolov <petkan@users.sourceforge.net>
5228 L:      linux-usb@vger.kernel.org
5229 L:      netdev@vger.kernel.org
5230 W:      http://pegasus2.sourceforge.net/
5231 S:      Maintained
5232 F:      drivers/net/usb/pegasus.*
5233
5234 USB PRINTER DRIVER (usblp)
5235 M:      Pete Zaitcev <zaitcev@redhat.com>
5236 L:      linux-usb@vger.kernel.org
5237 S:      Supported
5238 F:      drivers/usb/class/usblp.c
5239
5240 USB RTL8150 DRIVER
5241 M:      Petko Manolov <petkan@users.sourceforge.net>
5242 L:      linux-usb@vger.kernel.org
5243 L:      netdev@vger.kernel.org
5244 W:      http://pegasus2.sourceforge.net/
5245 S:      Maintained
5246 F:      drivers/net/usb/rtl8150.c
5247
5248 USB SE401 DRIVER
5249 M:      Jeroen Vreeken <pe1rxq@amsat.org>
5250 L:      linux-usb@vger.kernel.org
5251 W:      http://www.chello.nl/~j.vreeken/se401/
5252 S:      Maintained
5253 F:      Documentation/video4linux/se401.txt
5254 F:      drivers/media/video/se401.*
5255
5256 USB SERIAL BELKIN F5U103 DRIVER
5257 M:      William Greathouse <wgreathouse@smva.com>
5258 L:      linux-usb@vger.kernel.org
5259 S:      Maintained
5260 F:      drivers/usb/serial/belkin_sa.*
5261
5262 USB SERIAL CYPRESS M8 DRIVER
5263 M:      Lonnie Mendez <dignome@gmail.com>
5264 L:      linux-usb@vger.kernel.org
5265 S:      Maintained
5266 W:      http://geocities.com/i0xox0i
5267 W:      http://firstlight.net/cvs
5268 F:      drivers/usb/serial/cypress_m8.*
5269
5270 USB SERIAL CYBERJACK DRIVER
5271 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5272 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5273 S:      Maintained
5274 F:      drivers/usb/serial/cyberjack.c
5275
5276 USB SERIAL DIGI ACCELEPORT DRIVER
5277 M:      Peter Berger <pberger@brimson.com>
5278 M:      Al Borchers <alborchers@steinerpoint.com>
5279 L:      linux-usb@vger.kernel.org
5280 S:      Maintained
5281 F:      drivers/usb/serial/digi_acceleport.c
5282
5283 USB SERIAL DRIVER
5284 M:      Greg Kroah-Hartman <gregkh@suse.de>
5285 L:      linux-usb@vger.kernel.org
5286 S:      Supported
5287 F:      Documentation/usb/usb-serial.txt
5288 F:      drivers/usb/serial/generic.c
5289 F:      drivers/usb/serial/usb-serial.c
5290 F:      include/linux/usb/serial.h
5291
5292 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5293 M:      Gary Brubaker <xavyer@ix.netcom.com>
5294 L:      linux-usb@vger.kernel.org
5295 S:      Maintained
5296 F:      drivers/usb/serial/empeg.c
5297
5298 USB SERIAL KEYSPAN DRIVER
5299 M:      Greg Kroah-Hartman <greg@kroah.com>
5300 L:      linux-usb@vger.kernel.org
5301 W:      http://www.kroah.com/linux/
5302 S:      Maintained
5303 F:      drivers/usb/serial/*keyspan*
5304
5305 USB SERIAL WHITEHEAT DRIVER
5306 M:      Support Department <support@connecttech.com>
5307 L:      linux-usb@vger.kernel.org
5308 W:      http://www.connecttech.com
5309 S:      Supported
5310 F:      drivers/usb/serial/whiteheat*
5311
5312 USB SMSC95XX ETHERNET DRIVER
5313 M:      Steve Glendinning <steve.glendinning@smsc.com>
5314 L:      netdev@vger.kernel.org
5315 S:      Supported
5316 F:      drivers/net/usb/smsc95xx.*
5317
5318 USB SN9C1xx DRIVER
5319 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5320 L:      linux-usb@vger.kernel.org
5321 L:      linux-media@vger.kernel.org
5322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5323 W:      http://www.linux-projects.org
5324 S:      Maintained
5325 F:      Documentation/video4linux/sn9c102.txt
5326 F:      drivers/media/video/sn9c102/
5327
5328 USB SUBSYSTEM
5329 M:      Greg Kroah-Hartman <gregkh@suse.de>
5330 L:      linux-usb@vger.kernel.org
5331 W:      http://www.linux-usb.org
5332 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5333 S:      Supported
5334 F:      Documentation/usb/
5335 F:      drivers/net/usb/
5336 F:      drivers/usb/
5337 F:      include/linux/usb.h
5338 F:      include/linux/usb/
5339
5340 USB UHCI DRIVER
5341 M:      Alan Stern <stern@rowland.harvard.edu>
5342 L:      linux-usb@vger.kernel.org
5343 S:      Maintained
5344 F:      drivers/usb/host/uhci*
5345
5346 USB "USBNET" DRIVER FRAMEWORK
5347 M:      David Brownell <dbrownell@users.sourceforge.net>
5348 L:      netdev@vger.kernel.org
5349 W:      http://www.linux-usb.org/usbnet
5350 S:      Maintained
5351 F:      drivers/net/usb/usbnet.c
5352 F:      include/linux/usb/usbnet.h
5353
5354 USB VIDEO CLASS
5355 M:      Laurent Pinchart <laurent.pinchart@skynet.be>
5356 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
5357 L:      linux-media@vger.kernel.org
5358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5359 W:      http://linux-uvc.berlios.de
5360 S:      Maintained
5361 F:      drivers/media/video/uvc/
5362
5363 USB W996[87]CF DRIVER
5364 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5365 L:      linux-usb@vger.kernel.org
5366 L:      linux-media@vger.kernel.org
5367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5368 W:      http://www.linux-projects.org
5369 S:      Maintained
5370 F:      Documentation/video4linux/w9968cf.txt
5371 F:      drivers/media/video/w996*
5372
5373 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5374 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5375 L:      linux-wireless@vger.kernel.org
5376 S:      Maintained
5377 F:      drivers/net/wireless/rndis_wlan.c
5378
5379 USB XHCI DRIVER
5380 M:      Sarah Sharp <sarah.a.sharp@intel.com>
5381 L:      linux-usb@vger.kernel.org
5382 S:      Supported
5383
5384 USB ZC0301 DRIVER
5385 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5386 L:      linux-usb@vger.kernel.org
5387 L:      linux-media@vger.kernel.org
5388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5389 W:      http://www.linux-projects.org
5390 S:      Maintained
5391 F:      Documentation/video4linux/zc0301.txt
5392 F:      drivers/media/video/zc0301/
5393
5394 USB ZD1201 DRIVER
5395 M:      Jeroen Vreeken <pe1rxq@amsat.org>
5396 L:      linux-usb@vger.kernel.org
5397 W:      http://linux-lc100020.sourceforge.net
5398 S:      Maintained
5399 F:      drivers/net/wireless/zd1201.*
5400
5401 USB ZR364XX DRIVER
5402 M:      Antoine Jacquet <royale@zerezo.com>
5403 L:      linux-usb@vger.kernel.org
5404 L:      linux-media@vger.kernel.org
5405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5406 W:      http://royale.zerezo.com/zr364xx/
5407 S:      Maintained
5408 F:      Documentation/video4linux/zr364xx.txt
5409 F:      drivers/media/video/zr364xx.c
5410
5411 USER-MODE LINUX (UML)
5412 M:      Jeff Dike <jdike@addtoit.com>
5413 L:      user-mode-linux-devel@lists.sourceforge.net
5414 L:      user-mode-linux-user@lists.sourceforge.net
5415 W:      http://user-mode-linux.sourceforge.net
5416 S:      Maintained
5417 F:      Documentation/uml/
5418 F:      arch/um/
5419 F:      fs/hostfs/
5420 F:      fs/hppfs/
5421
5422 USERSPACE I/O (UIO)
5423 M:      "Hans J. Koch" <hjk@linutronix.de>
5424 M:      Greg Kroah-Hartman <gregkh@suse.de>
5425 S:      Maintained
5426 F:      Documentation/DocBook/uio-howto.tmpl
5427 F:      drivers/uio/
5428 F:      include/linux/uio*.h
5429
5430 UTIL-LINUX-NG PACKAGE
5431 M:      Karel Zak <kzak@redhat.com>
5432 L:      util-linux-ng@vger.kernel.org
5433 W:      http://kernel.org/~kzak/util-linux-ng/
5434 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5435 S:      Maintained
5436
5437 UVESAFB DRIVER
5438 M:      Michal Januszewski <spock@gentoo.org>
5439 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5440 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
5441 S:      Maintained
5442 F:      Documentation/fb/uvesafb.txt
5443 F:      drivers/video/uvesafb.*
5444
5445 VFAT/FAT/MSDOS FILESYSTEM
5446 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5447 S:      Maintained
5448 F:      Documentation/filesystems/vfat.txt
5449 F:      fs/fat/
5450
5451 VIA RHINE NETWORK DRIVER
5452 M:      Roger Luethi <rl@hellgate.ch>
5453 S:      Maintained
5454 F:      drivers/net/via-rhine.c
5455
5456 VIAPRO SMBUS DRIVER
5457 M:      Jean Delvare <khali@linux-fr.org>
5458 L:      linux-i2c@vger.kernel.org
5459 S:      Maintained
5460 F:      Documentation/i2c/busses/i2c-viapro
5461 F:      drivers/i2c/busses/i2c-viapro.c
5462
5463 VIA SD/MMC CARD CONTROLLER DRIVER
5464 M:      Joseph Chan <JosephChan@via.com.tw>
5465 M:      Harald Welte <HaraldWelte@viatech.com>
5466 S:      Maintained
5467 F:      drivers/mmc/host/via-sdmmc.c
5468
5469 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5470 M:      Joseph Chan <JosephChan@via.com.tw>
5471 M:      Scott Fang <ScottFang@viatech.com.cn>
5472 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5473 S:      Maintained
5474 F:      drivers/video/via/
5475
5476 VIA VELOCITY NETWORK DRIVER
5477 M:      Francois Romieu <romieu@fr.zoreil.com>
5478 L:      netdev@vger.kernel.org
5479 S:      Maintained
5480 F:      drivers/net/via-velocity.*
5481
5482 VLAN (802.1Q)
5483 M:      Patrick McHardy <kaber@trash.net>
5484 L:      netdev@vger.kernel.org
5485 S:      Maintained
5486 F:      drivers/net/macvlan.c
5487 F:      include/linux/if_*vlan.h
5488 F:      net/8021q/
5489
5490 VLYNQ BUS
5491 M:      Florian Fainelli <florian@openwrt.org>
5492 L:      openwrt-devel@lists.openwrt.org
5493 S:      Maintained
5494 F:      drivers/vlynq/vlynq.c
5495 F:      include/linux/vlynq.h
5496
5497 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5498 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5499 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5500 W:      http://opensource.wolfsonmicro.com/node/15
5501 W:      http://www.slimlogic.co.uk/?p=48
5502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5503 S:      Supported
5504 F:      drivers/regulator/
5505 F:      include/linux/regulator/
5506
5507 VT1211 HARDWARE MONITOR DRIVER
5508 M:      Juerg Haefliger <juergh@gmail.com>
5509 L:      lm-sensors@lm-sensors.org
5510 S:      Maintained
5511 F:      Documentation/hwmon/vt1211
5512 F:      drivers/hwmon/vt1211.c
5513
5514 VT8231 HARDWARE MONITOR DRIVER
5515 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
5516 L:      lm-sensors@lm-sensors.org
5517 S:      Maintained
5518 F:      drivers/hwmon/vt8231.c
5519
5520 W1 DALLAS'S 1-WIRE BUS
5521 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5522 S:      Maintained
5523 F:      Documentation/w1/
5524 F:      drivers/w1/
5525
5526 W83791D HARDWARE MONITORING DRIVER
5527 M:      Marc Hulsman <m.hulsman@tudelft.nl>
5528 L:      lm-sensors@lm-sensors.org
5529 S:      Maintained
5530 F:      Documentation/hwmon/w83791d
5531 F:      drivers/hwmon/w83791d.c
5532
5533 W83793 HARDWARE MONITORING DRIVER
5534 M:      Rudolf Marek <r.marek@assembler.cz>
5535 L:      lm-sensors@lm-sensors.org
5536 S:      Maintained
5537 F:      Documentation/hwmon/w83793
5538 F:      drivers/hwmon/w83793.c
5539
5540 W83L51xD SD/MMC CARD INTERFACE DRIVER
5541 M:      Pierre Ossman <pierre@ossman.eu>
5542 S:      Maintained
5543 F:      drivers/mmc/host/wbsd.*
5544
5545 WATCHDOG DEVICE DRIVERS
5546 M:      Wim Van Sebroeck <wim@iguana.be>
5547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5548 S:      Maintained
5549 F:      Documentation/watchdog/
5550 F:      drivers/watchdog/
5551 F:      include/linux/watchdog.h
5552
5553 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5554 M:      Jean Tourrilhes <jt@hpl.hp.com>
5555 L:      linux-wireless@vger.kernel.org
5556 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5557 S:      Maintained
5558 F:      Documentation/networking/wavelan.txt
5559 F:      drivers/net/wireless/wavelan*
5560
5561 WD7000 SCSI DRIVER
5562 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
5563 L:      linux-scsi@vger.kernel.org
5564 S:      Maintained
5565 F:      drivers/scsi/wd7000.c
5566
5567 WIMAX STACK
5568 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5569 M:      linux-wimax@intel.com
5570 L:      wimax@linuxwimax.org
5571 S:      Supported
5572 W:      http://linuxwimax.org
5573
5574 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
5575 M:      David Vrabel <david.vrabel@csr.com>
5576 S:      Maintained
5577 F:      include/linux/wlp.h
5578 F:      drivers/uwb/wlp/
5579
5580 WISTRON LAPTOP BUTTON DRIVER
5581 M:      Miloslav Trmac <mitr@volny.cz>
5582 S:      Maintained
5583 F:      drivers/input/misc/wistron_btns.c
5584
5585 WL3501 WIRELESS PCMCIA CARD DRIVER
5586 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5587 L:      linux-wireless@vger.kernel.org
5588 W:      http://oops.ghostprotocols.net:81/blog
5589 S:      Maintained
5590 F:      drivers/net/wireless/wl3501*
5591
5592 WM97XX TOUCHSCREEN DRIVERS
5593 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5594 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5595 L:      linux-input@vger.kernel.org
5596 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
5597 W:      http://opensource.wolfsonmicro.com/node/7
5598 S:      Supported
5599 F:      drivers/input/touchscreen/*wm97*
5600 F:      include/linux/wm97xx.h
5601
5602 X.25 NETWORK LAYER
5603 M:      Henner Eisen <eis@baty.hanse.de>
5604 L:      linux-x25@vger.kernel.org
5605 S:      Maintained
5606 F:      Documentation/networking/x25*
5607 F:      include/net/x25*
5608 F:      net/x25/
5609
5610 X86 ARCHITECTURE (32-BIT AND 64-BIT)
5611 M:      Thomas Gleixner <tglx@linutronix.de>
5612 M:      Ingo Molnar <mingo@redhat.com>
5613 M:      "H. Peter Anvin" <hpa@zytor.com>
5614 M:      x86@kernel.org
5615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
5616 S:      Maintained
5617 F:      Documentation/x86/
5618 F:      arch/x86/
5619
5620 XEN HYPERVISOR INTERFACE
5621 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
5622 M:      Chris Wright <chrisw@sous-sol.org>
5623 L:      virtualization@lists.osdl.org
5624 L:      xen-devel@lists.xensource.com
5625 S:      Supported
5626 F:      arch/x86/xen/
5627 F:      drivers/*/xen-*front.c
5628 F:      drivers/xen/
5629 F:      arch/x86/include/asm/xen/
5630 F:      include/xen/
5631
5632 XFS FILESYSTEM
5633 P:      Silicon Graphics Inc
5634 M:      Felix Blyakher <felixb@sgi.com>
5635 M:      xfs-masters@oss.sgi.com
5636 L:      xfs@oss.sgi.com
5637 W:      http://oss.sgi.com/projects/xfs
5638 T:      git git://oss.sgi.com/xfs/xfs.git
5639 S:      Supported
5640 F:      Documentation/filesystems/xfs.txt
5641 F:      fs/xfs/
5642
5643 XILINX SYSTEMACE DRIVER
5644 M:      Grant Likely <grant.likely@secretlab.ca>
5645 W:      http://www.secretlab.ca/
5646 S:      Maintained
5647 F:      drivers/block/xsysace.c
5648
5649 XILINX UARTLITE SERIAL DRIVER
5650 M:      Peter Korsgaard <jacmet@sunsite.dk>
5651 L:      linux-serial@vger.kernel.org
5652 S:      Maintained
5653 F:      drivers/serial/uartlite.c
5654
5655 YAM DRIVER FOR AX.25
5656 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
5657 L:      linux-hams@vger.kernel.org
5658 S:      Maintained
5659 F:      drivers/net/hamradio/yam*
5660 F:      include/linux/yam.h
5661
5662 YEALINK PHONE DRIVER
5663 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
5664 L:      usbb2k-api-dev@nongnu.org
5665 S:      Maintained
5666 F:      Documentation/input/yealink.txt
5667 F:      drivers/input/misc/yealink.*
5668
5669 Z8530 DRIVER FOR AX.25
5670 M:      Joerg Reuter <jreuter@yaina.de>
5671 W:      http://yaina.de/jreuter/
5672 W:      http://www.qsl.net/dl1bke/
5673 L:      linux-hams@vger.kernel.org
5674 S:      Maintained
5675 F:      Documentation/networking/z8530drv.txt
5676 F:      drivers/net/hamradio/*scc.c
5677 F:      drivers/net/hamradio/z8530.h
5678
5679 ZD1211RW WIRELESS DRIVER
5680 M:      Daniel Drake <dsd@gentoo.org>
5681 M:      Ulrich Kunitz <kune@deine-taler.de>
5682 W:      http://zd1211.ath.cx/wiki/DriverRewrite
5683 L:      linux-wireless@vger.kernel.org
5684 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
5685 S:      Maintained
5686 F:      drivers/net/wireless/zd1211rw/
5687
5688 ZR36067 VIDEO FOR LINUX DRIVER
5689 L:      mjpeg-users@lists.sourceforge.net
5690 L:      linux-media@vger.kernel.org
5691 W:      http://mjpeg.sourceforge.net/driver-zoran/
5692 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
5693 S:      Odd Fixes
5694 F:      drivers/media/video/zoran/
5695
5696 ZS DECSTATION Z85C30 SERIAL DRIVER
5697 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5698 S:      Maintained
5699 F:      drivers/serial/zs.*
5700
5701 THE REST
5702 M:      Linus Torvalds <torvalds@linux-foundation.org>
5703 L:      linux-kernel@vger.kernel.org
5704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
5705 S:      Buried alive in reporters
5706 F:      *
5707 F:      */