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