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