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