asm-generic: list Arnd as asm-generic maintainer
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE 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 F:      mm/*cgroup*
1548
1549 CORETEMP HARDWARE MONITORING DRIVER
1550 P:      Rudolf Marek
1551 M:      r.marek@assembler.cz
1552 L:      lm-sensors@lm-sensors.org
1553 S:      Maintained
1554 F:      Documentation/hwmon/coretemp
1555 F:      drivers/hwmon/coretemp.c
1556
1557 COSA/SRP SYNC SERIAL DRIVER
1558 P:      Jan "Yenya" Kasprzak
1559 M:      kas@fi.muni.cz
1560 W:      http://www.fi.muni.cz/~kas/cosa/
1561 S:      Maintained
1562 F:      drivers/net/wan/cosa*
1563
1564 CPMAC ETHERNET DRIVER
1565 P:      Florian Fainelli
1566 M:      florian@openwrt.org
1567 L:      netdev@vger.kernel.org
1568 S:      Maintained
1569 F:      drivers/net/cpmac.c
1570
1571 CPU FREQUENCY DRIVERS
1572 P:      Dave Jones
1573 M:      davej@redhat.com
1574 L:      cpufreq@vger.kernel.org
1575 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1577 S:      Maintained
1578 F:      arch/x86/kernel/cpu/cpufreq/
1579 F:      drivers/cpufreq/
1580 F:      include/linux/cpufreq.h
1581
1582 CPUID/MSR DRIVER
1583 P:      H. Peter Anvin
1584 M:      hpa@zytor.com
1585 S:      Maintained
1586 F:      arch/x86/kernel/cpuid.c
1587 F:      arch/x86/kernel/msr.c
1588
1589 CPUSETS
1590 P:      Paul Menage
1591 M:      menage@google.com
1592 W:      http://www.bullopensource.org/cpuset/
1593 W:      http://oss.sgi.com/projects/cpusets/
1594 S:      Supported
1595 F:      Documentation/cgroups/cpusets.txt
1596 F:      include/linux/cpuset.h
1597 F:      kernel/cpuset.c
1598
1599 CRAMFS FILESYSTEM
1600 W:      http://sourceforge.net/projects/cramfs/
1601 S:      Orphan
1602 F:      Documentation/filesystems/cramfs.txt
1603 F:      fs/cramfs/
1604
1605 CRIS PORT
1606 P:      Mikael Starvik
1607 M:      starvik@axis.com
1608 P:      Jesper Nilsson
1609 M:      jesper.nilsson@axis.com
1610 L:      dev-etrax@axis.com
1611 W:      http://developer.axis.com
1612 S:      Maintained
1613 F:      arch/cris/
1614
1615 CRYPTO API
1616 P:      Herbert Xu
1617 M:      herbert@gondor.apana.org.au
1618 P:      David S. Miller
1619 M:      davem@davemloft.net
1620 L:      linux-crypto@vger.kernel.org
1621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1622 S:      Maintained
1623 F:      Documentation/crypto/
1624 F:      arch/*/crypto/
1625 F:      crypto/
1626 F:      drivers/crypto/
1627 F:      include/crypto/
1628
1629 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1630 P:      Neil Horman
1631 M:      nhorman@tuxdriver.com
1632 L:      linux-crypto@vger.kernel.org
1633 S:      Maintained
1634
1635 CS5535 Audio ALSA driver
1636 P:      Jaya Kumar
1637 M:      jayakumar.alsa@gmail.com
1638 S:      Maintained
1639 F:      sound/pci/cs5535audio/
1640
1641 CX18 VIDEO4LINUX DRIVER
1642 P:      Hans Verkuil
1643 M:      hverkuil@xs4all.nl
1644 P:      Andy Walls
1645 M:      awalls@radix.net
1646 L:      ivtv-devel@ivtvdriver.org
1647 L:      ivtv-users@ivtvdriver.org
1648 L:      linux-media@vger.kernel.org
1649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1650 W:      http://linuxtv.org
1651 S:      Maintained
1652 F:      Documentation/video4linux/cx18.txt
1653 F:      drivers/media/video/cx18/
1654
1655 CXGB3 ETHERNET DRIVER (CXGB3)
1656 P:      Divy Le Ray
1657 M:      divy@chelsio.com
1658 L:      netdev@vger.kernel.org
1659 W:      http://www.chelsio.com
1660 S:      Supported
1661 F:      drivers/net/cxgb3/
1662
1663 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1664 P:      Steve Wise
1665 M:      swise@chelsio.com
1666 L:      general@lists.openfabrics.org
1667 W:      http://www.openfabrics.org
1668 S:      Supported
1669 F:      drivers/infiniband/hw/cxgb3/
1670
1671 CYBERPRO FB DRIVER
1672 P:      Russell King
1673 M:      linux@arm.linux.org.uk
1674 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1675 W:      http://www.arm.linux.org.uk/
1676 S:      Maintained
1677 F:      drivers/video/cyber2000fb.*
1678
1679 CYCLADES 2X SYNC CARD DRIVER
1680 P:      Arnaldo Carvalho de Melo
1681 M:      acme@ghostprotocols.net
1682 W:      http://oops.ghostprotocols.net:81/blog
1683 S:      Maintained
1684 F:      drivers/net/wan/cycx*
1685
1686 CYCLADES ASYNC MUX DRIVER
1687 W:      http://www.cyclades.com/
1688 S:      Orphan
1689 F:      drivers/char/cyclades.c
1690 F:      include/linux/cyclades.h
1691
1692 CYCLADES PC300 DRIVER
1693 W:      http://www.cyclades.com/
1694 S:      Orphan
1695 F:      drivers/net/wan/pc300*
1696
1697 DAMA SLAVE for AX.25
1698 P:      Joerg Reuter
1699 M:      jreuter@yaina.de
1700 W:      http://yaina.de/jreuter/
1701 W:      http://www.qsl.net/dl1bke/
1702 L:      linux-hams@vger.kernel.org
1703 S:      Maintained
1704 F:      net/ax25/af_ax25.c
1705 F:      net/ax25/ax25_dev.c
1706 F:      net/ax25/ax25_ds_*
1707 F:      net/ax25/ax25_in.c
1708 F:      net/ax25/ax25_out.c
1709 F:      net/ax25/ax25_timer.c
1710 F:      net/ax25/sysctl_net_ax25.c
1711
1712 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1713 P:      Tobias Ringstrom
1714 M:      tori@unhappy.mine.nu
1715 L:      netdev@vger.kernel.org
1716 S:      Maintained
1717 F:      Documentation/networking/dmfe.txt
1718 F:      drivers/net/tulip/dmfe.c
1719
1720 DC390/AM53C974 SCSI driver
1721 P:      Kurt Garloff
1722 M:      garloff@suse.de
1723 W:      http://www.garloff.de/kurt/linux/dc390/
1724 P:      Guennadi Liakhovetski
1725 M:      g.liakhovetski@gmx.de
1726 S:      Maintained
1727 F:      drivers/scsi/tmscsim.*
1728
1729 DC395x SCSI driver
1730 P:      Oliver Neukum
1731 M:      oliver@neukum.name
1732 P:      Ali Akcaagac
1733 M:      aliakc@web.de
1734 P:      Jamie Lenehan
1735 M:      lenehan@twibble.org
1736 W:      http://twibble.org/dist/dc395x/
1737 L:      dc395x@twibble.org
1738 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1739 S:      Maintained
1740 F:      Documentation/scsi/dc395x.txt
1741 F:      drivers/scsi/dc395x.*
1742
1743 DCCP PROTOCOL
1744 P:      Arnaldo Carvalho de Melo
1745 M:      acme@ghostprotocols.net
1746 L:      dccp@vger.kernel.org
1747 W:      http://linux-net.osdl.org/index.php/DCCP
1748 S:      Maintained
1749 F:      include/linux/dccp.h
1750 F:      include/linux/tfrc.h
1751 F:      net/dccp/
1752
1753 DECnet NETWORK LAYER
1754 P:      Christine Caulfield
1755 M:      christine.caulfield@googlemail.com
1756 W:      http://linux-decnet.sourceforge.net
1757 L:      linux-decnet-user@lists.sourceforge.net
1758 S:      Maintained
1759 F:      Documentation/networking/decnet.txt
1760 F:      net/decnet/
1761
1762 DEFXX FDDI NETWORK DRIVER
1763 P:      Maciej W. Rozycki
1764 M:      macro@linux-mips.org
1765 S:      Maintained
1766 F:      drivers/net/defxx.*
1767
1768 DELL LAPTOP DRIVER
1769 P:      Matthew Garrett
1770 M:      mjg59@srcf.ucam.org
1771 S:      Maintained
1772 F:      drivers/platform/x86/dell-laptop.c
1773
1774 DELL LAPTOP SMM DRIVER
1775 P:      Massimo Dal Zotto
1776 M:      dz@debian.org
1777 W:      http://www.debian.org/~dz/i8k/
1778 S:      Maintained
1779 F:      drivers/char/i8k.c
1780 F:      include/linux/i8k.h
1781
1782 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1783 P:      Doug Warzecha
1784 M:      Douglas_Warzecha@dell.com
1785 S:      Maintained
1786 F:      Documentation/dcdbas.txt
1787 F:      drivers/firmware/dcdbas.*
1788
1789 DELL WMI EXTRAS DRIVER
1790 P:      Matthew Garrett
1791 M:      mjg59@srcf.ucam.org
1792 S:      Maintained
1793
1794 DEVICE NUMBER REGISTRY
1795 P:      Torben Mathiasen
1796 M:      device@lanana.org
1797 W:      http://lanana.org/docs/device-list/index.html
1798 S:      Maintained
1799
1800 DEVICE-MAPPER  (LVM)
1801 P:      Alasdair Kergon
1802 L:      dm-devel@redhat.com
1803 W:      http://sources.redhat.com/dm
1804 S:      Maintained
1805 F:      Documentation/device-mapper/
1806 F:      drivers/md/dm*
1807 F:      include/linux/device-mapper.h
1808 F:      include/linux/dm-*.h
1809
1810 DIGI INTL. EPCA DRIVER
1811 P:      Digi International, Inc
1812 M:      Eng.Linux@digi.com
1813 L:      Eng.Linux@digi.com
1814 W:      http://www.digi.com
1815 S:      Orphan
1816 F:      Documentation/serial/digiepca.txt
1817 F:      drivers/char/epca*
1818 F:      drivers/char/digi*
1819
1820 DIRECTORY NOTIFICATION (DNOTIFY)
1821 P:      Eric Paris
1822 M:      eparis@parisplace.org
1823 S:      Maintained
1824 F:      Documentation/filesystems/dnotify.txt
1825 F:      fs/notify/dnotify/
1826 F:      include/linux/dnotify.h
1827
1828 DISK GEOMETRY AND PARTITION HANDLING
1829 P:      Andries Brouwer
1830 M:      aeb@cwi.nl
1831 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1832 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1833 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1834 S:      Maintained
1835
1836 DISKQUOTA
1837 P:      Jan Kara
1838 M:      jack@suse.cz
1839 S:      Maintained
1840 F:      Documentation/filesystems/quota.txt
1841 F:      fs/quota/
1842 F:      include/linux/quota*.h
1843
1844 DISTRIBUTED LOCK MANAGER (DLM)
1845 P:      Christine Caulfield
1846 M:      ccaulfie@redhat.com
1847 P:      David Teigland
1848 M:      teigland@redhat.com
1849 L:      cluster-devel@redhat.com
1850 W:      http://sources.redhat.com/cluster/
1851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1852 S:      Supported
1853 F:      fs/dlm/
1854
1855 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1856 P:      Maciej Sosnowski
1857 M:      maciej.sosnowski@intel.com
1858 P:      Dan Williams
1859 M:      dan.j.williams@intel.com
1860 S:      Supported
1861 F:      drivers/dma/
1862 F:      include/linux/dma*
1863
1864 DME1737 HARDWARE MONITOR DRIVER
1865 P:      Juerg Haefliger
1866 M:      juergh@gmail.com
1867 L:      lm-sensors@lm-sensors.org
1868 S:      Maintained
1869 F:      Documentation/hwmon/dme1737
1870 F:      drivers/hwmon/dme1737.c
1871
1872 DOCBOOK FOR DOCUMENTATION
1873 P:      Randy Dunlap
1874 M:      rdunlap@xenotime.net
1875 S:      Maintained
1876
1877 DOCKING STATION DRIVER
1878 P:      Shaohua Li
1879 M:      shaohua.li@intel.com
1880 L:      linux-acpi@vger.kernel.org
1881 S:      Supported
1882 F:      drivers/acpi/dock.c
1883
1884 DOCUMENTATION
1885 P:      Randy Dunlap
1886 M:      rdunlap@xenotime.net
1887 L:      linux-doc@vger.kernel.org
1888 S:      Maintained
1889 F:      Documentation/
1890
1891 DOUBLETALK DRIVER
1892 P:      James R. Van Zandt
1893 M:      jrv@vanzandt.mv.com
1894 L:      blinux-list@redhat.com
1895 S:      Maintained
1896 F:      drivers/char/dtlk.c
1897 F:      include/linux/dtlk.h
1898
1899 DPT_I2O SCSI RAID DRIVER
1900 P:      Adaptec OEM Raid Solutions
1901 M:      aacraid@adaptec.com
1902 L:      linux-scsi@vger.kernel.org
1903 W:      http://www.adaptec.com/
1904 S:      Maintained
1905 F:      drivers/scsi/dpt*
1906 F:      drivers/scsi/dpt/
1907
1908 DRIVER CORE, KOBJECTS, AND SYSFS
1909 P:      Greg Kroah-Hartman
1910 M:      gregkh@suse.de
1911 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1912 S:      Supported
1913 F:      Documentation/kobject.txt
1914 F:      drivers/base/
1915 F:      fs/sysfs/
1916 F:      include/linux/kobj*
1917 F:      lib/kobj*
1918
1919 DRM DRIVERS
1920 P:      David Airlie
1921 M:      airlied@linux.ie
1922 L:      dri-devel@lists.sourceforge.net
1923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1924 S:      Maintained
1925 F:      drivers/gpu/drm/
1926
1927 DSCC4 DRIVER
1928 P:      Francois Romieu
1929 M:      romieu@fr.zoreil.com
1930 L:      netdev@vger.kernel.org
1931 S:      Maintained
1932 F:      drivers/net/wan/dscc4.c
1933
1934 DZ DECSTATION DZ11 SERIAL DRIVER
1935 P:      Maciej W. Rozycki
1936 M:      macro@linux-mips.org
1937 S:      Maintained
1938 F:      drivers/serial/dz.*
1939
1940 EATA-DMA SCSI DRIVER
1941 P:      Michael Neuffer
1942 M:      mike@i-Connect.Net
1943 L:      linux-eata@i-connect.net
1944 L:      linux-scsi@vger.kernel.org
1945 S:      Maintained
1946 F:      drivers/scsi/eata*
1947
1948 EATA ISA/EISA/PCI SCSI DRIVER
1949 P:      Dario Ballabio
1950 M:      ballabio_dario@emc.com
1951 L:      linux-scsi@vger.kernel.org
1952 S:      Maintained
1953 F:      drivers/scsi/eata.c
1954
1955 EATA-PIO SCSI DRIVER
1956 P:      Michael Neuffer
1957 M:      mike@i-Connect.Net
1958 L:      linux-eata@i-connect.net
1959 L:      linux-scsi@vger.kernel.org
1960 S:      Maintained
1961 F:      drivers/scsi/eata_pio.*
1962
1963 EBTABLES
1964 P:      Bart De Schuymer
1965 M:      bart.de.schuymer@pandora.be
1966 L:      ebtables-user@lists.sourceforge.net
1967 L:      ebtables-devel@lists.sourceforge.net
1968 W:      http://ebtables.sourceforge.net/
1969 S:      Maintained
1970 F:      include/linux/netfilter_bridge/ebt_*.h
1971 F:      net/bridge/netfilter/ebt*.c
1972
1973 ECRYPT FILE SYSTEM
1974 P:      Tyler Hicks
1975 M:      tyhicks@linux.vnet.ibm.com
1976 P:      Dustin Kirkland
1977 M:      kirkland@canonical.com
1978 L:      ecryptfs-devel@lists.launchpad.net
1979 W:      https://launchpad.net/ecryptfs
1980 S:      Supported
1981 F:      Documentation/filesystems/ecryptfs.txt
1982 F:      fs/ecryptfs/
1983
1984 EDAC-CORE
1985 P:      Doug Thompson
1986 M:      dougthompson@xmission.com
1987 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1988 W:      bluesmoke.sourceforge.net
1989 S:      Supported
1990 F:      Documentation/edac.txt
1991 F:      drivers/edac/edac_*
1992 F:      include/linux/edac.h
1993
1994 EDAC-AMD64
1995 P:      Doug Thompson
1996 M:      dougthompson@xmission.com
1997 P:      Borislav Petkov
1998 M:      borislav.petkov@amd.com
1999 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W:      bluesmoke.sourceforge.net
2001 S:      Supported
2002 F:      drivers/edac/amd64_edac*
2003
2004 EDAC-E752X
2005 P:      Mark Gross
2006 M:      mark.gross@intel.com
2007 P:      Doug Thompson
2008 M:      dougthompson@xmission.com
2009 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W:      bluesmoke.sourceforge.net
2011 S:      Maintained
2012 F:      drivers/edac/e752x_edac.c
2013
2014 EDAC-E7XXX
2015 P:      Doug Thompson
2016 M:      dougthompson@xmission.com
2017 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2018 W:      bluesmoke.sourceforge.net
2019 S:      Maintained
2020 F:      drivers/edac/e7xxx_edac.c
2021
2022 EDAC-I82443BXGX
2023 P:      Tim Small
2024 M:      tim@buttersideup.com
2025 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2026 W:      bluesmoke.sourceforge.net
2027 S:      Maintained
2028 F:      drivers/edac/i82443bxgx_edac.c
2029
2030 EDAC-I3000
2031 P:      Jason Uhlenkott
2032 M:      juhlenko@akamai.com
2033 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2034 W:      bluesmoke.sourceforge.net
2035 S:      Maintained
2036 F:      drivers/edac/i3000_edac.c
2037
2038 EDAC-I5000
2039 P:      Doug Thompson
2040 M:      dougthompson@xmission.com
2041 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2042 W:      bluesmoke.sourceforge.net
2043 S:      Maintained
2044 F:      drivers/edac/i5000_edac.c
2045
2046 EDAC-I5400
2047 P:      Mauro Carvalho Chehab
2048 M:      mchehab@redhat.com
2049 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2050 W:      bluesmoke.sourceforge.net
2051 S:      Maintained
2052 F:      drivers/edac/i5400_edac.c
2053
2054 EDAC-I82975X
2055 P:      Ranganathan Desikan
2056 P:      Arvind R.
2057 M:      rdesikan@jetzbroadband.com
2058 M:      arvind@acarlab.com
2059 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2060 W:      bluesmoke.sourceforge.net
2061 S:      Maintained
2062 F:      drivers/edac/i82975x_edac.c
2063
2064 EDAC-PASEMI
2065 P:      Egor Martovetsky
2066 M:      egor@pasemi.com
2067 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2068 W:      bluesmoke.sourceforge.net
2069 S:      Maintained
2070 F:      drivers/edac/pasemi_edac.c
2071
2072 EDAC-R82600
2073 P:      Tim Small
2074 M:      tim@buttersideup.com
2075 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2076 W:      bluesmoke.sourceforge.net
2077 S:      Maintained
2078 F:      drivers/edac/r82600_edac.c
2079
2080 EEEPC LAPTOP EXTRAS DRIVER
2081 P:      Corentin Chary
2082 M:      corentincj@iksaif.net
2083 L:      acpi4asus-user@lists.sourceforge.net
2084 W:      http://sourceforge.net/projects/acpi4asus
2085 S:      Maintained
2086 F:      drivers/platform/x86/eeepc-laptop.c
2087
2088 EFS FILESYSTEM
2089 W:      http://aeschi.ch.eu.org/efs/
2090 S:      Orphan
2091 F:      fs/efs/
2092
2093 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2094 P:      Hoang-Nam Nguyen
2095 M:      hnguyen@de.ibm.com
2096 P:      Christoph Raisch
2097 M:      raisch@de.ibm.com
2098 L:      general@lists.openfabrics.org
2099 S:      Supported
2100 F:      drivers/infiniband/hw/ehca/
2101
2102 EMBEDDED LINUX
2103 P:      Paul Gortmaker
2104 M:      paul.gortmaker@windriver.com
2105 P:      Matt Mackall
2106 M:      mpm@selenic.com
2107 P:      David Woodhouse
2108 M:      dwmw2@infradead.org
2109 L:      linux-embedded@vger.kernel.org
2110 S:      Maintained
2111
2112 EMULEX LPFC FC SCSI DRIVER
2113 P:      James Smart
2114 M:      james.smart@emulex.com
2115 L:      linux-scsi@vger.kernel.org
2116 W:      http://sourceforge.net/projects/lpfcxxxx
2117 S:      Supported
2118 F:      drivers/scsi/lpfc/
2119
2120 ENE CB710 FLASH CARD READER DRIVER
2121 P:      MichaÅ‚ MirosÅ‚aw
2122 M:      mirq-linux@rere.qmqm.pl
2123 L:      linux-kernel@vger.kernel.org
2124 S:      Maintained
2125 F:      drivers/misc/cb710/
2126 F:      drivers/mmc/host/cb710-mmc.*
2127 F:      include/linux/cb710.h
2128
2129 EPSON 1355 FRAMEBUFFER DRIVER
2130 P:      Christopher Hoover
2131 M:      ch@murgatroid.com
2132 P:      Christopher Hoover
2133 M:      ch@hpl.hp.com
2134 S:      Maintained
2135 F:      drivers/video/epson1355fb.c
2136
2137 EPSON S1D13XXX FRAMEBUFFER DRIVER
2138 P:      Kristoffer Ericson
2139 M:      kristoffer.ericson@gmail.com
2140 S:      Maintained
2141 F:      drivers/video/s1d13xxxfb.c
2142 F:      include/video/s1d13xxxfb.h
2143
2144 ETHEREXPRESS-16 NETWORK DRIVER
2145 P:      Philip Blundell
2146 M:      philb@gnu.org
2147 L:      netdev@vger.kernel.org
2148 S:      Maintained
2149 F:      drivers/net/eexpress.*
2150
2151 ETHERNET BRIDGE
2152 P:      Stephen Hemminger
2153 M:      shemminger@linux-foundation.org
2154 L:      bridge@lists.linux-foundation.org
2155 W:      http://www.linux-foundation.org/en/Net:Bridge
2156 S:      Maintained
2157 F:      include/linux/netfilter_bridge/
2158 F:      net/bridge/
2159
2160 ETHERTEAM 16I DRIVER
2161 P:      Mika Kuoppala
2162 M:      miku@iki.fi
2163 S:      Maintained
2164 F:      drivers/net/eth16i.c
2165
2166 EXT2 FILE SYSTEM
2167 L:      linux-ext4@vger.kernel.org
2168 S:      Maintained
2169 F:      Documentation/filesystems/ext2.txt
2170 F:      fs/ext2/
2171 F:      include/linux/ext2*
2172
2173 EXT3 FILE SYSTEM
2174 P:      Stephen Tweedie
2175 M:      sct@redhat.com
2176 P:      Andrew Morton
2177 M:      akpm@linux-foundation.org
2178 P:      Andreas Dilger
2179 M:      adilger@sun.com
2180 L:      linux-ext4@vger.kernel.org
2181 S:      Maintained
2182 F:      Documentation/filesystems/ext3.txt
2183 F:      fs/ext3/
2184 F:      include/linux/ext3*
2185
2186 EXT4 FILE SYSTEM
2187 P:      Theodore Ts'o
2188 M:      tytso@mit.edu
2189 P:      Andreas Dilger
2190 M:      adilger@sun.com
2191 L:      linux-ext4@vger.kernel.org
2192 W:      http://ext4.wiki.kernel.org
2193 S:      Maintained
2194 F:      Documentation/filesystems/ext4.txt
2195 F:      fs/ext4/
2196
2197 F71805F HARDWARE MONITORING DRIVER
2198 P:      Jean Delvare
2199 M:      khali@linux-fr.org
2200 L:      lm-sensors@lm-sensors.org
2201 S:      Maintained
2202 F:      Documentation/hwmon/f71805f
2203 F:      drivers/hwmon/f71805f.c
2204
2205 FARSYNC SYNCHRONOUS DRIVER
2206 P:      Kevin Curtis
2207 M:      kevin.curtis@farsite.co.uk
2208 W:      http://www.farsite.co.uk/
2209 S:      Supported
2210 F:      drivers/net/wan/farsync.*
2211
2212 FAULT INJECTION SUPPORT
2213 P:      Akinobu Mita
2214 M:      akinobu.mita@gmail.com
2215 S:      Supported
2216 F:      Documentation/fault-injection/
2217 F:      lib/fault-inject.c
2218
2219 FILE LOCKING (flock() and fcntl()/lockf())
2220 P:      Matthew Wilcox
2221 M:      matthew@wil.cx
2222 L:      linux-fsdevel@vger.kernel.org
2223 S:      Maintained
2224 F:      include/linux/fcntl.h
2225 F:      include/linux/fs.h
2226 F:      fs/fcntl.c
2227 F:      fs/locks.c
2228
2229 FILESYSTEMS (VFS and infrastructure)
2230 P:      Alexander Viro
2231 M:      viro@zeniv.linux.org.uk
2232 L:      linux-fsdevel@vger.kernel.org
2233 S:      Maintained
2234 F:      fs/*
2235
2236 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2237 P:      Riku Voipio
2238 M:      riku.vipio@iki.fi
2239 L:      lm-sensors@lm-sensors.org
2240 S:      Maintained
2241 F:      drivers/hwmon/f75375s.c
2242 F:      include/linux/f75375s.h
2243
2244 FIREWIRE SUBSYSTEM
2245 P:      Kristian Hoegsberg
2246 M:      krh@redhat.com
2247 P:      Stefan Richter
2248 M:      stefanr@s5r6.in-berlin.de
2249 L:      linux1394-devel@lists.sourceforge.net
2250 W:      http://www.linux1394.org/
2251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2252 S:      Maintained
2253 F:      drivers/firewire/
2254 F:      include/linux/firewire*.h
2255
2256 FIRMWARE LOADER (request_firmware)
2257 S:      Orphan
2258 F:      Documentation/firmware_class/
2259 F:      drivers/base/firmware*.c
2260 F:      include/linux/firmware.h
2261
2262 FPU EMULATOR
2263 P:      Bill Metzenthen
2264 M:      billm@melbpc.org.au
2265 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2266 S:      Maintained
2267 F:      arch/x86/math-emu/
2268
2269 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2270 P:      Mike McLagan
2271 M:      mike.mclagan@linux.org
2272 L:      netdev@vger.kernel.org
2273 S:      Maintained
2274 F:      drivers/net/wan/dlci.c
2275 F:      drivers/net/wan/sdla.c
2276
2277 FRAMEBUFFER LAYER
2278 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2279 W:      http://linux-fbdev.sourceforge.net/
2280 S:      Orphan
2281 F:      Documentation/fb/
2282 F:      drivers/video/fb*
2283 F:      include/linux/fb.h
2284
2285 FREESCALE DMA DRIVER
2286 P:      Li Yang
2287 M:      leoli@freescale.com
2288 P:      Zhang Wei
2289 M:      zw@zh-kernel.org
2290 L:      linuxppc-dev@ozlabs.org
2291 S:      Maintained
2292 F:      drivers/dma/fsldma.*
2293
2294 FREESCALE I2C CPM DRIVER
2295 P:      Jochen Friedrich
2296 M:      jochen@scram.de
2297 L:      linuxppc-dev@ozlabs.org
2298 L:      linux-i2c@vger.kernel.org
2299 S:      Maintained
2300 F:      drivers/i2c/busses/i2c-cpm.c
2301
2302 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2303 P:      Sascha Hauer
2304 M:      kernel@pengutronix.de
2305 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2306 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2307 S:      Maintained
2308 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2309 F:      drivers/video/imxfb.c
2310
2311 FREESCALE SOC FS_ENET DRIVER
2312 P:      Pantelis Antoniou
2313 M:      pantelis.antoniou@gmail.com
2314 P:      Vitaly Bordug
2315 M:      vbordug@ru.mvista.com
2316 L:      linuxppc-dev@ozlabs.org
2317 L:      netdev@vger.kernel.org
2318 S:      Maintained
2319 F:      drivers/net/fs_enet/
2320 F:      include/linux/fs_enet_pd.h
2321
2322 FREESCALE QUICC ENGINE LIBRARY
2323 P:      Timur Tabi
2324 M:      timur@freescale.com
2325 L:      linuxppc-dev@ozlabs.org
2326 S:      Supported
2327 F:      arch/powerpc/sysdev/qe_lib/
2328 F:      arch/powerpc/include/asm/*qe.h
2329
2330 FREESCALE HIGHSPEED USB DEVICE DRIVER
2331 P:      Li Yang
2332 M:      leoli@freescale.com
2333 L:      linux-usb@vger.kernel.org
2334 L:      linuxppc-dev@ozlabs.org
2335 S:      Maintained
2336 F:      drivers/usb/gadget/fsl_usb2_udc.c
2337
2338 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2339 P:      Li Yang
2340 M:      leoli@freescale.com
2341 L:      netdev@vger.kernel.org
2342 L:      linuxppc-dev@ozlabs.org
2343 S:      Maintained
2344 F:      drivers/net/ucc_geth*
2345
2346 FREESCALE QUICC ENGINE UCC UART DRIVER
2347 P:      Timur Tabi
2348 M:      timur@freescale.com
2349 L:      linuxppc-dev@ozlabs.org
2350 S:      Supported
2351 F:      drivers/serial/ucc_uart.c
2352
2353 FREESCALE SOC SOUND DRIVERS
2354 P:      Timur Tabi
2355 M:      timur@freescale.com
2356 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2357 L:      linuxppc-dev@ozlabs.org
2358 S:      Supported
2359 F:      sound/soc/fsl/fsl*
2360 F:      sound/soc/fsl/mpc8610_hpcd.c
2361
2362 FREEVXFS FILESYSTEM
2363 P:      Christoph Hellwig
2364 M:      hch@infradead.org
2365 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2366 S:      Maintained
2367 F:      fs/freevxfs/
2368
2369 FREEZER
2370 P:      Pavel Machek
2371 M:      pavel@ucw.cz
2372 P:      Rafael J. Wysocki
2373 M:      rjw@sisk.pl
2374 L:      linux-pm@lists.linux-foundation.org
2375 S:      Supported
2376 F:      Documentation/power/freezing-of-tasks.txt
2377 F:      include/linux/freezer.h
2378 F:      kernel/freezer.c
2379
2380 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2381 P:      David Howells
2382 M:      dhowells@redhat.com
2383 L:      linux-cachefs@redhat.com
2384 S:      Supported
2385 F:      Documentation/filesystems/caching/
2386 F:      fs/fscache/
2387 F:      include/linux/fscache*.h
2388
2389 FTRACE
2390 P:      Steven Rostedt
2391 M:      rostedt@goodmis.org
2392 S:      Maintained
2393 F:      Documentation/ftrace.txt
2394 F:      arch/*/*/*/ftrace.h
2395 F:      arch/*/kernel/ftrace.c
2396 F:      include/*/ftrace.h
2397 F:      kernel/trace/
2398
2399 FUJITSU FR-V (FRV) PORT
2400 P:      David Howells
2401 M:      dhowells@redhat.com
2402 S:      Maintained
2403 F:      arch/frv/
2404
2405 FUJITSU LAPTOP EXTRAS
2406 P:      Jonathan Woithe
2407 M:      jwoithe@physics.adelaide.edu.au
2408 L:      linux-acpi@vger.kernel.org
2409 S:      Maintained
2410 F:      drivers/platform/x86/fujitsu-laptop.c
2411
2412 FUSE: FILESYSTEM IN USERSPACE
2413 P:      Miklos Szeredi
2414 M:      miklos@szeredi.hu
2415 L:      fuse-devel@lists.sourceforge.net
2416 W:      http://fuse.sourceforge.net/
2417 S:      Maintained
2418 F:      fs/fuse/
2419 F:      include/linux/fuse.h
2420
2421 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2422 P:      Rik Faith
2423 M:      faith@cs.unc.edu
2424 L:      linux-scsi@vger.kernel.org
2425 S:      Odd Fixes (e.g., new signatures)
2426 F:      drivers/scsi/fdomain.*
2427
2428 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2429 P:      Achim Leubner
2430 M:      achim_leubner@adaptec.com
2431 L:      linux-scsi@vger.kernel.org
2432 W:      http://www.icp-vortex.com/
2433 S:      Supported
2434 F:      drivers/scsi/gdt*
2435
2436 GENERIC GPIO I2C DRIVER
2437 P:      Haavard Skinnemoen
2438 M:      hskinnemoen@atmel.com
2439 S:      Supported
2440 F:      drivers/i2c/busses/i2c-gpio.c
2441 F:      include/linux/i2c-gpio.h
2442
2443 GENERIC HDLC (WAN) DRIVERS
2444 P:      Krzysztof Halasa
2445 M:      khc@pm.waw.pl
2446 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2447 S:      Maintained
2448 F:      drivers/net/wan/c101.c
2449 F:      drivers/net/wan/hd6457*
2450 F:      drivers/net/wan/hdlc*
2451 F:      drivers/net/wan/n2.c
2452 F:      drivers/net/wan/pc300too.c
2453 F:      drivers/net/wan/pci200syn.c
2454 F:      drivers/net/wan/wanxl*
2455
2456 GENERIC INCLUDE/ASM HEADER FILES
2457 P:      Arnd Bergmann
2458 M:      arnd@arndb.de
2459 L:      linux-arch@vger.kernel.org
2460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2461 S:      Maintained
2462 F:      include/asm-generic
2463
2464 GFS2 FILE SYSTEM
2465 P:      Steven Whitehouse
2466 M:      swhiteho@redhat.com
2467 L:      cluster-devel@redhat.com
2468 W:      http://sources.redhat.com/cluster/
2469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2471 S:      Supported
2472 F:      Documentation/filesystems/gfs2*.txt
2473 F:      fs/gfs2/
2474 F:      include/linux/gfs2_ondisk.h
2475
2476 GIGASET ISDN DRIVERS
2477 P:      Hansjoerg Lipp
2478 M:      hjlipp@web.de
2479 P:      Tilman Schmidt
2480 M:      tilman@imap.cc
2481 L:      gigaset307x-common@lists.sourceforge.net
2482 W:      http://gigaset307x.sourceforge.net/
2483 S:      Maintained
2484 F:      Documentation/isdn/README.gigaset
2485 F:      drivers/isdn/gigaset/
2486 F:      include/linux/gigaset_dev.h
2487
2488 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2489 P:      Frank Seidel
2490 M:      frank@f-seidel.de
2491 L:      lm-sensors@lm-sensors.org
2492 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2493 S:      Maintained
2494 F:      drivers/hwmon/hdaps.c
2495
2496 HYPERVISOR VIRTUAL CONSOLE DRIVER
2497 L:      linuxppc-dev@ozlabs.org
2498 S:      Odd Fixes
2499 F:      drivers/char/hvc_*
2500
2501 GSPCA FINEPIX SUBDRIVER
2502 P:      Frank Zago
2503 M:      frank@zago.net
2504 L:      linux-media@vger.kernel.org
2505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2506 S:      Maintained
2507 F:      drivers/media/video/gspca/finepix.c
2508
2509 GSPCA M5602 SUBDRIVER
2510 P:      Erik Andren
2511 M:      erik.andren@gmail.com
2512 L:      linux-media@vger.kernel.org
2513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2514 S:      Maintained
2515 F:      drivers/media/video/gspca/m5602/
2516
2517 GSPCA PAC207 SONIXB SUBDRIVER
2518 P:      Hans de Goede
2519 M:      hdegoede@redhat.com
2520 L:      linux-media@vger.kernel.org
2521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2522 S:      Maintained
2523 F:      drivers/media/video/gspca/pac207.c
2524
2525 GSPCA T613 SUBDRIVER
2526 P:      Leandro Costantino
2527 M:      lcostantino@gmail.com
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/t613.c
2532
2533 GSPCA USB WEBCAM DRIVER
2534 P:      Jean-Francois Moine
2535 M:      moinejf@free.fr
2536 W:      http://moinejf.free.fr
2537 L:      linux-media@vger.kernel.org
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2539 S:      Maintained
2540 F:      drivers/media/video/gspca/
2541
2542 HARDWARE MONITORING
2543 L:      lm-sensors@lm-sensors.org
2544 W:      http://www.lm-sensors.org/
2545 S:      Orphan
2546 F:      drivers/hwmon/
2547
2548 HARDWARE RANDOM NUMBER GENERATOR CORE
2549 S:      Orphan
2550 F:      Documentation/hw_random.txt
2551 F:      drivers/char/hw_random/
2552 F:      include/linux/hw_random.h
2553
2554 HARMONY SOUND DRIVER
2555 P:      Kyle McMartin
2556 M:      kyle@mcmartin.ca
2557 L:      linux-parisc@vger.kernel.org
2558 S:      Maintained
2559 F:      sound/parisc/harmony.*
2560
2561 HAYES ESP SERIAL DRIVER
2562 P:      Andrew J. Robinson
2563 M:      arobinso@nyx.net
2564 W:      http://www.nyx.net/~arobinso
2565 S:      Maintained
2566 F:      Documentation/serial/hayes-esp.txt
2567 F:      drivers/char/esp.c
2568
2569 HEWLETT-PACKARD SMART2 RAID DRIVER
2570 P:      Chirag Kantharia
2571 M:      chirag.kantharia@hp.com
2572 L:      iss_storagedev@hp.com
2573 S:      Maintained
2574 F:      Documentation/blockdev/cpqarray.txt
2575 F:      drivers/block/cpqarray.*
2576
2577 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2578 P:      Mike Miller
2579 M:      mike.miller@hp.com
2580 L:      iss_storagedev@hp.com
2581 S:      Supported
2582 F:      Documentation/blockdev/cciss.txt
2583 F:      drivers/block/cciss*
2584 F:      include/linux/cciss_ioctl.h
2585
2586 HFS FILESYSTEM
2587 P:      Roman Zippel
2588 M:      zippel@linux-m68k.org
2589 S:      Maintained
2590 F:      Documentation/filesystems/hfs.txt
2591 F:      fs/hfs/
2592
2593 HGA FRAMEBUFFER DRIVER
2594 P:      Ferenc Bakonyi
2595 M:      fero@drama.obuda.kando.hu
2596 L:      linux-nvidia@lists.surfsouth.com
2597 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2598 S:      Maintained
2599 F:      drivers/video/hgafb.c
2600
2601 HIBERNATION (aka Software Suspend, aka swsusp)
2602 P:      Pavel Machek
2603 M:      pavel@ucw.cz
2604 P:      Rafael J. Wysocki
2605 M:      rjw@sisk.pl
2606 L:      linux-pm@lists.linux-foundation.org
2607 S:      Supported
2608 F:      arch/x86/power/
2609 F:      drivers/base/power/
2610 F:      kernel/power/
2611 F:      include/linux/suspend.h
2612 F:      include/linux/freezer.h
2613 F:      include/linux/pm.h
2614 F:      arch/*/include/asm/suspend*.h
2615
2616 HID CORE LAYER
2617 P:      Jiri Kosina
2618 M:      jkosina@suse.cz
2619 L:      linux-input@vger.kernel.org
2620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2621 S:      Maintained
2622 F:      drivers/hid/
2623 F:      include/linux/hid*
2624
2625 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2626 P:      Thomas Gleixner
2627 M:      tglx@linutronix.de
2628 S:      Maintained
2629 F:      Documentation/timers/
2630 F:      kernel/hrtimer.c
2631 F:      include/linux/hrtimer.h
2632
2633 HIGH-SPEED SCC DRIVER FOR AX.25
2634 P:      Klaus Kudielka
2635 M:      klaus.kudielka@ieee.org
2636 L:      linux-hams@vger.kernel.org
2637 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2638 S:      Maintained
2639 F:      drivers/net/hamradio/dmascc.c
2640 F:      drivers/net/hamradio/scc.c
2641
2642 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2643 P:      HighPoint Linux Team
2644 M:      linux@highpoint-tech.com
2645 W:      http://www.highpoint-tech.com
2646 S:      Supported
2647 F:      Documentation/scsi/hptiop.txt
2648 F:      drivers/scsi/hptiop.c
2649
2650 HIPPI
2651 P:      Jes Sorensen
2652 M:      jes@trained-monkey.org
2653 L:      linux-hippi@sunsite.dk
2654 S:      Maintained
2655 F:      include/linux/hippidevice.h
2656 F:      include/linux/if_hippi.h
2657 F:      net/802/hippi.c
2658
2659 HOST AP DRIVER
2660 P:      Jouni Malinen
2661 M:      j@w1.fi
2662 L:      hostap@shmoo.com (subscribers-only)
2663 L:      linux-wireless@vger.kernel.org
2664 W:      http://hostap.epitest.fi/
2665 S:      Maintained
2666 F:      drivers/net/wireless/hostap/
2667
2668 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2669 P:      Carlos Corbacho
2670 M:      carlos@strangeworlds.co.uk
2671 S:      Odd Fixes
2672 F:      drivers/platform/x86/tc1100-wmi.c
2673
2674 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2675 P:      Jaroslav Kysela
2676 M:      perex@perex.cz
2677 S:      Maintained
2678 F:      drivers/net/hp100.*
2679
2680 HPET:   High Precision Event Timers driver
2681 P:      Clemens Ladisch
2682 M:      clemens@ladisch.de
2683 S:      Maintained
2684 F:      Documentation/timers/hpet.txt
2685 F:      drivers/char/hpet.c
2686 F:      include/linux/hpet.h
2687
2688 HPET:   i386
2689 P:      Venkatesh Pallipadi (Venki)
2690 M:      venkatesh.pallipadi@intel.com
2691 S:      Maintained
2692 F:      arch/x86/kernel/hpet.c
2693 F:      arch/x86/include/asm/hpet.h
2694
2695 HPET:   x86_64
2696 P:      Vojtech Pavlik
2697 M:      vojtech@suse.cz
2698 S:      Maintained
2699
2700 HPET:   ACPI
2701 P:      Bob Picco
2702 M:      bob.picco@hp.com
2703 S:      Maintained
2704 F:      drivers/char/hpet.c
2705
2706 HPFS FILESYSTEM
2707 P:      Mikulas Patocka
2708 M:      mikulas@artax.karlin.mff.cuni.cz
2709 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2710 S:      Maintained
2711 F:      fs/hpfs/
2712
2713 HSO 3G MODEM DRIVER
2714 P:      Jan Dumon
2715 M:      j.dumon@option.com
2716 W:      http://www.pharscape.org
2717 S:      Maintained
2718 F:      drivers/net/usb/hso.c
2719
2720 HTCPEN TOUCHSCREEN DRIVER
2721 P:      Pau Oliva Fora
2722 M:      pof@eslack.org
2723 L:      linux-input@vger.kernel.org
2724 S:      Maintained
2725 F:      drivers/input/touchscreen/htcpen.c
2726
2727 HUGETLB FILESYSTEM
2728 P:      William Irwin
2729 M:      wli@holomorphy.com
2730 S:      Maintained
2731 F:      fs/hugetlbfs/
2732
2733 I2C/SMBUS STUB DRIVER
2734 P:      Mark M. Hoffman
2735 M:      mhoffman@lightlink.com
2736 L:      linux-i2c@vger.kernel.org
2737 S:      Maintained
2738 F:      drivers/i2c/busses/i2c-stub.c
2739
2740 I2C SUBSYSTEM
2741 P:      Jean Delvare (PC drivers, core)
2742 M:      khali@linux-fr.org
2743 P:      Ben Dooks (embedded platforms)
2744 M:      ben-linux@fluff.org
2745 L:      linux-i2c@vger.kernel.org
2746 W:      http://i2c.wiki.kernel.org/
2747 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2748 S:      Maintained
2749 F:      Documentation/i2c/
2750 F:      drivers/i2c/
2751 F:      include/linux/i2c.h
2752 F:      include/linux/i2c-dev.h
2753 F:      include/linux/i2c-id.h
2754
2755 I2C-TINY-USB DRIVER
2756 P:      Till Harbaum
2757 M:      till@harbaum.org
2758 L:      linux-i2c@vger.kernel.org
2759 W:      http://www.harbaum.org/till/i2c_tiny_usb
2760 S:      Maintained
2761 F:      drivers/i2c/busses/i2c-tiny-usb.c
2762
2763 i386 BOOT CODE
2764 P:      H. Peter Anvin
2765 M:      hpa@zytor.com
2766 S:      Maintained
2767 F:      arch/x86/boot/
2768
2769 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2770 P:      H. Peter Anvin
2771 M:      hpa@zytor.com
2772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2773 S:      Maintained
2774
2775 IA64 (Itanium) PLATFORM
2776 P:      Tony Luck
2777 M:      tony.luck@intel.com
2778 L:      linux-ia64@vger.kernel.org
2779 W:      http://www.ia64-linux.org/
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2781 S:      Maintained
2782 F:      arch/ia64/
2783
2784 IBM MCA SCSI SUBSYSTEM DRIVER
2785 P:      Michael Lang
2786 M:      langa2@kph.uni-mainz.de
2787 W:      http://www.uni-mainz.de/~langm000/linux.html
2788 S:      Maintained
2789 F:      drivers/scsi/ibmmca.c
2790
2791 IBM Power Linux RAID adapter
2792 P:      Brian King
2793 M:      brking@us.ibm.com
2794 S:      Supported
2795 F:      drivers/scsi/ipr.*
2796
2797 IBM ServeRAID RAID DRIVER
2798 P:      Jack Hammer
2799 P:      Dave Jeffery
2800 M:      ipslinux@adaptec.com
2801 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2802 S:      Supported
2803 F:      drivers/scsi/ips.*
2804
2805 IDE SUBSYSTEM
2806 P:      Bartlomiej Zolnierkiewicz
2807 M:      bzolnier@gmail.com
2808 L:      linux-ide@vger.kernel.org
2809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2810 S:      Maintained
2811 F:      Documentation/ide/
2812 F:      drivers/ide/
2813 F:      include/linux/ide.h
2814
2815 IDE/ATAPI DRIVERS
2816 P:      Borislav Petkov
2817 M:      petkovbb@gmail.com
2818 L:      linux-ide@vger.kernel.org
2819 S:      Maintained
2820 F:      Documentation/cdrom/ide-cd
2821 F:      drivers/ide/ide-cd*
2822
2823 IDLE-I7300
2824 P:      Andy Henroid
2825 M:      andrew.d.henroid@intel.com
2826 L:      linux-pm@lists.linux-foundation.org
2827 S:      Supported
2828 F:      drivers/idle/i7300_idle.c
2829
2830 IEEE 1394 SUBSYSTEM
2831 P:      Ben Collins
2832 M:      ben.collins@ubuntu.com
2833 P:      Stefan Richter
2834 M:      stefanr@s5r6.in-berlin.de
2835 L:      linux1394-devel@lists.sourceforge.net
2836 W:      http://www.linux1394.org/
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2838 S:      Maintained
2839 F:      drivers/ieee1394/
2840
2841 IEEE 1394 RAW I/O DRIVER
2842 P:      Dan Dennedy
2843 M:      dan@dennedy.org
2844 P:      Stefan Richter
2845 M:      stefanr@s5r6.in-berlin.de
2846 L:      linux1394-devel@lists.sourceforge.net
2847 S:      Maintained
2848 F:      drivers/ieee1394/raw1394*
2849
2850 IEEE 802.15.4 SUBSYSTEM
2851 P:      Dmitry Eremin-Solenikov
2852 M:      dbaryshkov@gmail.com
2853 P:      Sergey Lapin
2854 M:      slapin@ossfans.org
2855 L:      linux-zigbee-devel@lists.sourceforge.net
2856 W:      http://apps.sourceforge.net/trac/linux-zigbee
2857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git
2858 S:      Maintained
2859 F:      net/ieee802154/
2860 F:      drivers/ieee801254/
2861
2862 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2863 P:      Mimi Zohar
2864 M:      zohar@us.ibm.com
2865 S:      Supported
2866 F:      security/integrity/ima/
2867
2868 IMS TWINTURBO FRAMEBUFFER DRIVER
2869 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2870 S:      Orphan
2871 F:      drivers/video/imsttfb.c
2872
2873 INFINIBAND SUBSYSTEM
2874 P:      Roland Dreier
2875 M:      rolandd@cisco.com
2876 P:      Sean Hefty
2877 M:      sean.hefty@intel.com
2878 P:      Hal Rosenstock
2879 M:      hal.rosenstock@gmail.com
2880 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2881 W:      http://www.openib.org/
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2883 S:      Supported
2884 F:      Documentation/infiniband/
2885 F:      drivers/infiniband/
2886 F:      include/linux/if_infiniband.h
2887
2888 INOTIFY
2889 P:      John McCutchan
2890 M:      john@johnmccutchan.com
2891 P:      Robert Love
2892 M:      rlove@rlove.org
2893 P:      Eric Paris
2894 M:      eparis@parisplace.org
2895 S:      Maintained
2896 F:      Documentation/filesystems/inotify.txt
2897 F:      fs/notify/inotify/
2898 F:      include/linux/inotify.h
2899
2900 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2901 P:      Dmitry Torokhov
2902 M:      dmitry.torokhov@gmail.com
2903 M:      dtor@mail.ru
2904 L:      linux-input@vger.kernel.org
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2906 S:      Maintained
2907 F:      drivers/input/
2908
2909 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2910 P:      Sylvain Meyer
2911 M:      sylvain.meyer@worldonline.fr
2912 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2913 S:      Maintained
2914 F:      Documentation/fb/intelfb.txt
2915 F:      drivers/video/intelfb/
2916
2917 INTEL 810/815 FRAMEBUFFER DRIVER
2918 P:      Antonino Daplas
2919 M:      adaplas@gmail.com
2920 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2921 S:      Maintained
2922 F:      drivers/video/i810/
2923
2924 INTEL MENLOW THERMAL DRIVER
2925 P:      Sujith Thomas
2926 M:      sujith.thomas@intel.com
2927 L:      linux-acpi@vger.kernel.org
2928 W:      http://www.lesswatts.org/projects/acpi/
2929 S:      Supported
2930 F:      drivers/platform/x86/intel_menlow.c
2931
2932 INTEL IA32 MICROCODE UPDATE SUPPORT
2933 P:      Tigran Aivazian
2934 M:      tigran@aivazian.fsnet.co.uk
2935 S:      Maintained
2936 F:      arch/x86/kernel/microcode_core.c
2937 F:      arch/x86/kernel/microcode_intel.c
2938
2939 INTEL I/OAT DMA DRIVER
2940 P:      Maciej Sosnowski
2941 M:      maciej.sosnowski@intel.com
2942 S:      Supported
2943 F:      drivers/dma/ioat*
2944
2945 INTEL IOMMU (VT-d)
2946 P:      David Woodhouse
2947 M:      dwmw2@infradead.org
2948 L:      iommu@lists.linux-foundation.org
2949 T:      git git://git.infradead.org/iommu-2.6.git
2950 S:      Supported
2951 F:      drivers/pci/intel-iommu.c
2952 F:      include/linux/intel-iommu.h
2953
2954 INTEL IOP-ADMA DMA DRIVER
2955 P:      Dan Williams
2956 M:      dan.j.williams@intel.com
2957 S:      Supported
2958 F:      drivers/dma/iop-adma.c
2959
2960 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2961 P:      Krzysztof Halasa
2962 M:      khc@pm.waw.pl
2963 S:      Maintained
2964 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2965 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2966 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2967 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2968 F:      drivers/net/arm/ixp4xx_eth.c
2969 F:      drivers/net/wan/ixp4xx_hss.c
2970
2971 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2972 P:      Deepak Saxena
2973 M:      dsaxena@plexity.net
2974 S:      Maintained
2975 F:      drivers/char/hw_random/ixp4xx-rng.c
2976
2977 INTEL IXP2000 ETHERNET DRIVER
2978 P:      Lennert Buytenhek
2979 M:      kernel@wantstofly.org
2980 L:      netdev@vger.kernel.org
2981 S:      Maintained
2982 F:      drivers/net/ixp2000/
2983
2984 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2985 P:      Jeff Kirsher
2986 M:      jeffrey.t.kirsher@intel.com
2987 P:      Jesse Brandeburg
2988 M:      jesse.brandeburg@intel.com
2989 P:      Bruce Allan
2990 M:      bruce.w.allan@intel.com
2991 P:      PJ Waskiewicz
2992 M:      peter.p.waskiewicz.jr@intel.com
2993 P:      John Ronciak
2994 M:      john.ronciak@intel.com
2995 L:      e1000-devel@lists.sourceforge.net
2996 W:      http://e1000.sourceforge.net/
2997 S:      Supported
2998 F:      drivers/net/e100.c
2999 F:      drivers/net/e1000/
3000 F:      drivers/net/e1000e/
3001 F:      drivers/net/igb/
3002 F:      drivers/net/ixgb/
3003 F:      drivers/net/ixgbe/
3004
3005 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3006 P:      Zhu Yi
3007 M:      yi.zhu@intel.com
3008 P:      James Ketrenos
3009 M:      jketreno@linux.intel.com
3010 P:      Reinette Chatre
3011 M:      reinette.chatre@intel.com
3012 L:      linux-wireless@vger.kernel.org
3013 L:      ipw2100-devel@lists.sourceforge.net
3014 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3015 W:      http://ipw2100.sourceforge.net
3016 S:      Supported
3017 F:      Documentation/networking/README.ipw2100
3018 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3019
3020 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3021 P:      Zhu Yi
3022 M:      yi.zhu@intel.com
3023 P:      James Ketrenos
3024 M:      jketreno@linux.intel.com
3025 P:      Reinette Chatre
3026 M:      reinette.chatre@intel.com
3027 L:      linux-wireless@vger.kernel.org
3028 L:      ipw2100-devel@lists.sourceforge.net
3029 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3030 W:      http://ipw2200.sourceforge.net
3031 S:      Supported
3032 F:      Documentation/networking/README.ipw2200
3033 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3034
3035 INTEL WIRELESS WIMAX CONNECTION 2400
3036 P:      Inaky Perez-Gonzalez
3037 M:      inaky.perez-gonzalez@intel.com
3038 M:      linux-wimax@intel.com
3039 L:      wimax@linuxwimax.org
3040 S:      Supported
3041 W:      http://linuxwimax.org
3042 F:      Documentation/wimax/README.i2400m
3043 F:      drivers/net/wimax/i2400m/
3044 F:      include/linux/wimax/i2400m.h
3045
3046 INTEL WIRELESS WIFI LINK (iwlwifi)
3047 P:      Zhu Yi
3048 M:      yi.zhu@intel.com
3049 P:      Reinette Chatre
3050 M:      reinette.chatre@intel.com
3051 L:      linux-wireless@vger.kernel.org
3052 L:      ipw3945-devel@lists.sourceforge.net
3053 W:      http://intellinuxwireless.org
3054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3055 S:      Supported
3056 F:      drivers/net/wireless/iwlwifi/
3057
3058 IOC3 ETHERNET DRIVER
3059 P:      Ralf Baechle
3060 M:      ralf@linux-mips.org
3061 L:      linux-mips@linux-mips.org
3062 S:      Maintained
3063 F:      drivers/net/ioc3-eth.c
3064
3065 IOC3 SERIAL DRIVER
3066 P:      Pat Gefre
3067 M:      pfg@sgi.com
3068 L:      linux-mips@linux-mips.org
3069 S:      Maintained
3070 F:      drivers/serial/ioc3_serial.c
3071
3072 IP MASQUERADING
3073 P:      Juanjo Ciarlante
3074 M:      jjciarla@raiz.uncu.edu.ar
3075 S:      Maintained
3076 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3077
3078 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3079 P:      Francois Romieu
3080 M:      romieu@fr.zoreil.com
3081 P:      Sorbica Shieh
3082 M:      sorbica@icplus.com.tw
3083 P:      Jesse Huang
3084 M:      jesse@icplus.com.tw
3085 L:      netdev@vger.kernel.org
3086 S:      Maintained
3087 F:      drivers/net/ipg.c
3088
3089 IPATH DRIVER
3090 P:      Ralph Campbell
3091 M:      infinipath@qlogic.com
3092 L:      general@lists.openfabrics.org
3093 T:      git git://git.qlogic.com/ipath-linux-2.6
3094 S:      Supported
3095 F:      drivers/infiniband/hw/ipath/
3096
3097 IPMI SUBSYSTEM
3098 P:      Corey Minyard
3099 M:      minyard@acm.org
3100 L:      openipmi-developer@lists.sourceforge.net
3101 W:      http://openipmi.sourceforge.net/
3102 S:      Supported
3103 F:      Documentation/IPMI.txt
3104 F:      drivers/char/ipmi/
3105 F:      include/linux/ipmi*
3106
3107 IPS SCSI RAID DRIVER
3108 P:      Adaptec OEM Raid Solutions
3109 M:      aacraid@adaptec.com
3110 L:      linux-scsi@vger.kernel.org
3111 W:      http://www.adaptec.com/
3112 S:      Maintained
3113 F:      drivers/scsi/ips*
3114
3115 IPVS
3116 P:      Wensong Zhang
3117 M:      wensong@linux-vs.org
3118 P:      Simon Horman
3119 M:      horms@verge.net.au
3120 P:      Julian Anastasov
3121 M:      ja@ssi.bg
3122 L:      netdev@vger.kernel.org
3123 L:      lvs-devel@vger.kernel.org
3124 S:      Maintained
3125 F:      Documentation/networking/ipvs-sysctl.txt
3126 F:      net/netfilter/ipvs/
3127
3128 IPWIRELESS DRIVER
3129 P:      Jiri Kosina
3130 M:      jkosina@suse.cz
3131 P:      David Sterba
3132 M:      dsterba@suse.cz
3133 S:      Maintained
3134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3135 F:      drivers/char/pcmcia/ipwireless/
3136
3137 IPX NETWORK LAYER
3138 P:      Arnaldo Carvalho de Melo
3139 M:      acme@ghostprotocols.net
3140 L:      netdev@vger.kernel.org
3141 S:      Maintained
3142 F:      include/linux/ipx.h
3143 F:      include/net/ipx.h
3144 F:      net/ipx/
3145
3146 IRDA SUBSYSTEM
3147 P:      Samuel Ortiz
3148 M:      samuel@sortiz.org
3149 L:      irda-users@lists.sourceforge.net (subscribers-only)
3150 W:      http://irda.sourceforge.net/
3151 S:      Maintained
3152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3153 F:      Documentation/networking/irda.txt
3154 F:      drivers/net/irda/
3155 F:      include/net/irda/
3156 F:      net/irda/
3157
3158 ISAPNP
3159 P:      Jaroslav Kysela
3160 M:      perex@perex.cz
3161 S:      Maintained
3162 F:      Documentation/isapnp.txt
3163 F:      drivers/pnp/isapnp/
3164 F:      include/linux/isapnp.h
3165
3166 ISCSI
3167 P:      Mike Christie
3168 M:      michaelc@cs.wisc.edu
3169 L:      open-iscsi@googlegroups.com
3170 W:      www.open-iscsi.org
3171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3172 S:      Maintained
3173 F:      drivers/scsi/*iscsi*
3174 F:      include/scsi/*iscsi*
3175
3176 ISDN SUBSYSTEM
3177 P:      Karsten Keil
3178 M:      isdn@linux-pingi.de
3179 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3180 W:      http://www.isdn4linux.de
3181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3182 S:      Maintained
3183 F:      Documentation/isdn/
3184 F:      drivers/isdn/
3185 F:      include/linux/isdn.h
3186 F:      include/linux/isdn/
3187
3188 ISDN SUBSYSTEM (Eicon active card driver)
3189 P:      Armin Schindler
3190 M:      mac@melware.de
3191 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3192 W:      http://www.melware.de
3193 S:      Maintained
3194 F:      drivers/isdn/hardware/eicon/
3195
3196 IVTV VIDEO4LINUX DRIVER
3197 P:      Hans Verkuil
3198 M:      hverkuil@xs4all.nl
3199 L:      ivtv-devel@ivtvdriver.org
3200 L:      ivtv-users@ivtvdriver.org
3201 L:      linux-media@vger.kernel.org
3202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3203 W:      http://www.ivtvdriver.org
3204 S:      Maintained
3205 F:      Documentation/video4linux/*.ivtv
3206 F:      drivers/media/video/ivtv/
3207 F:      include/linux/ivtv*
3208
3209 JFS FILESYSTEM
3210 P:      Dave Kleikamp
3211 M:      shaggy@austin.ibm.com
3212 L:      jfs-discussion@lists.sourceforge.net
3213 W:      http://jfs.sourceforge.net/
3214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3215 S:      Supported
3216 F:      Documentation/filesystems/jfs.txt
3217 F:      fs/jfs/
3218
3219 JME NETWORK DRIVER
3220 P:      Guo-Fu Tseng
3221 M:      cooldavid@cooldavid.org
3222 L:      netdev@vger.kernel.org
3223 S:      Maintained
3224 F:      drivers/net/jme.*
3225
3226 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3227 P:      David Woodhouse
3228 M:      dwmw2@infradead.org
3229 L:      linux-mtd@lists.infradead.org
3230 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3231 S:      Maintained
3232 F:      fs/jffs2/
3233 F:      include/linux/jffs2.h
3234 F:      include/mtd/jffs2-user.h
3235
3236 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3237 P:      Stephen Tweedie
3238 M:      sct@redhat.com
3239 P:      Andrew Morton
3240 M:      akpm@linux-foundation.org
3241 L:      linux-ext4@vger.kernel.org
3242 S:      Maintained
3243 F:      fs/jbd*/
3244 F:      include/linux/ext*jbd*.h
3245 F:      include/linux/jbd*.h
3246
3247 K8TEMP HARDWARE MONITORING DRIVER
3248 P:      Rudolf Marek
3249 M:      r.marek@assembler.cz
3250 L:      lm-sensors@lm-sensors.org
3251 S:      Maintained
3252 F:      Documentation/hwmon/k8temp
3253 F:      drivers/hwmon/k8temp.c
3254
3255 KCONFIG
3256 P:      Roman Zippel
3257 M:      zippel@linux-m68k.org
3258 L:      linux-kbuild@vger.kernel.org
3259 S:      Maintained
3260 F:      Documentation/kbuild/kconfig-language.txt
3261 F:      scripts/kconfig/
3262
3263 KDUMP
3264 P:      Vivek Goyal
3265 M:      vgoyal@redhat.com
3266 P:      Haren Myneni
3267 M:      hbabu@us.ibm.com
3268 L:      kexec@lists.infradead.org
3269 W:      http://lse.sourceforge.net/kdump/
3270 S:      Maintained
3271 F:      Documentation/kdump/
3272
3273 KERNEL AUTOMOUNTER (AUTOFS)
3274 P:      H. Peter Anvin
3275 M:      hpa@zytor.com
3276 L:      autofs@linux.kernel.org
3277 S:      Odd Fixes
3278 F:      fs/autofs/
3279
3280 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3281 P:      Ian Kent
3282 M:      raven@themaw.net
3283 L:      autofs@linux.kernel.org
3284 S:      Maintained
3285 F:      fs/autofs4/
3286
3287 KERNEL BUILD
3288 P:      Sam Ravnborg
3289 M:      sam@ravnborg.org
3290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3292 L:      linux-kbuild@vger.kernel.org
3293 S:      Maintained
3294 F:      Documentation/kbuild/
3295 F:      Makefile
3296 F:      scripts/Makefile.*
3297
3298 KERNEL JANITORS
3299 P:      Several
3300 L:      kernel-janitors@vger.kernel.org
3301 W:      http://www.kerneljanitors.org/
3302 S:      Maintained
3303
3304 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3305 P:      J. Bruce Fields
3306 M:      bfields@fieldses.org
3307 P:      Neil Brown
3308 M:      neilb@suse.de
3309 L:      linux-nfs@vger.kernel.org
3310 W:      http://nfs.sourceforge.net/
3311 S:      Supported
3312 F:      fs/nfsd/
3313 F:      include/linux/nfsd/
3314 F:      fs/lockd/
3315 F:      fs/nfs_common/
3316 F:      net/sunrpc/
3317 F:      include/linux/lockd/
3318 F:      include/linux/sunrpc/
3319
3320 KERNEL VIRTUAL MACHINE (KVM)
3321 P:      Avi Kivity
3322 M:      avi@redhat.com
3323 L:      kvm@vger.kernel.org
3324 W:      http://kvm.qumranet.com
3325 S:      Supported
3326 F:      Documentation/*/kvm.txt
3327 F:      arch/*/kvm/
3328 F:      arch/*/include/asm/kvm*
3329 F:      include/linux/kvm*
3330 F:      virt/kvm/
3331
3332 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3333 P:      Joerg Roedel
3334 M:      joerg.roedel@amd.com
3335 L:      kvm@vger.kernel.org
3336 W:      http://kvm.qumranet.com
3337 S:      Supported
3338 F:      arch/x86/include/asm/svm.h
3339 F:      arch/x86/kvm/kvm_svm.h
3340 F:      arch/x86/kvm/svm.c
3341
3342 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3343 P:      Hollis Blanchard
3344 M:      hollisb@us.ibm.com
3345 L:      kvm-ppc@vger.kernel.org
3346 W:      http://kvm.qumranet.com
3347 S:      Supported
3348 F:      arch/powerpc/include/asm/kvm*
3349 F:      arch/powerpc/kvm/
3350
3351 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3352 P:      Xiantao Zhang
3353 M:      xiantao.zhang@intel.com
3354 L:      kvm-ia64@vger.kernel.org
3355 W:      http://kvm.qumranet.com
3356 S:      Supported
3357 F:      Documentation/ia64/kvm.txt
3358 F:      arch/ia64/include/asm/kvm*
3359 F:      arch/ia64/kvm/
3360
3361 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3362 P:      Carsten Otte
3363 M:      cotte@de.ibm.com
3364 P:      Christian Borntraeger
3365 M:      borntraeger@de.ibm.com
3366 M:      linux390@de.ibm.com
3367 L:      linux-s390@vger.kernel.org
3368 W:      http://www.ibm.com/developerworks/linux/linux390/
3369 S:      Supported
3370 F:      Documentation/s390/kvm.txt
3371 F:      arch/s390/include/asm/kvm*
3372 F:      arch/s390/kvm/
3373
3374 KEXEC
3375 P:      Eric Biederman
3376 M:      ebiederm@xmission.com
3377 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3378 L:      kexec@lists.infradead.org
3379 S:      Maintained
3380 F:      include/linux/kexec.h
3381 F:      kernel/kexec.c
3382
3383 KGDB
3384 P:      Jason Wessel
3385 M:      jason.wessel@windriver.com
3386 L:      kgdb-bugreport@lists.sourceforge.net
3387 S:      Maintained
3388 F:      Documentation/DocBook/kgdb.tmpl
3389 F:      drivers/misc/kgdbts.c
3390 F:      drivers/serial/kgdboc.c
3391 F:      include/linux/kgdb.h
3392 F:      kernel/kgdb.c
3393
3394 KMEMCHECK
3395 P:      Vegard Nossum
3396 M:      vegardno@ifi.uio.no
3397 P       Pekka Enberg
3398 M:      penberg@cs.helsinki.fi
3399 L:      linux-kernel@vger.kernel.org
3400 S:      Maintained
3401
3402 KMEMLEAK
3403 P:      Catalin Marinas
3404 M:      catalin.marinas@arm.com
3405 L:      linux-kernel@vger.kernel.org
3406 S:      Maintained
3407 F:      Documentation/kmemleak.txt
3408 F:      include/linux/kmemleak.h
3409 F:      mm/kmemleak.c
3410 F:      mm/kmemleak-test.c
3411
3412 KMEMTRACE
3413 P:      Eduard - Gabriel Munteanu
3414 M:      eduard.munteanu@linux360.ro
3415 S:      Maintained
3416 F:      Documentation/trace/kmemtrace.txt
3417 F:      include/trace/kmemtrace.h
3418 F:      kernel/trace/kmemtrace.c
3419
3420 KPROBES
3421 P:      Ananth N Mavinakayanahalli
3422 M:      ananth@in.ibm.com
3423 P:      Anil S Keshavamurthy
3424 M:      anil.s.keshavamurthy@intel.com
3425 P:      David S. Miller
3426 M:      davem@davemloft.net
3427 P:      Masami Hiramatsu
3428 M:      mhiramat@redhat.com
3429 S:      Maintained
3430 F:      Documentation/kprobes.txt
3431 F:      include/linux/kprobes.h
3432 F:      kernel/kprobes.c
3433
3434 KS0108 LCD CONTROLLER DRIVER
3435 P:      Miguel Ojeda Sandonis
3436 M:      miguel.ojeda.sandonis@gmail.com
3437 W:      http://miguelojeda.es/auxdisplay.htm
3438 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3439 S:      Maintained
3440 F:      Documentation/auxdisplay/ks0108
3441 F:      drivers/auxdisplay/ks0108.c
3442 F:      include/linux/ks0108.h
3443
3444 LAPB module
3445 L:      linux-x25@vger.kernel.org
3446 S:      Orphan
3447 F:      Documentation/networking/lapb-module.txt
3448 F:      include/*/lapb.h
3449 F:      net/lapb/
3450
3451 LASI 53c700 driver for PARISC
3452 P:      James E.J. Bottomley
3453 M:      James.Bottomley@HansenPartnership.com
3454 L:      linux-scsi@vger.kernel.org
3455 S:      Maintained
3456 F:      Documentation/scsi/53c700.txt
3457 F:      drivers/scsi/53c700*
3458
3459 LED SUBSYSTEM
3460 P:      Richard Purdie
3461 M:      rpurdie@rpsys.net
3462 S:      Maintained
3463 F:      drivers/leds/
3464 F:      include/linux/leds.h
3465
3466 LEGO USB Tower driver
3467 P:      Juergen Stuber
3468 M:      starblue@users.sourceforge.net
3469 L:      legousb-devel@lists.sourceforge.net
3470 W:      http://legousb.sourceforge.net/
3471 S:      Maintained
3472 F:      drivers/usb/misc/legousbtower.c
3473
3474 LGUEST
3475 P:      Rusty Russell
3476 M:      rusty@rustcorp.com.au
3477 L:      lguest@ozlabs.org
3478 W:      http://lguest.ozlabs.org/
3479 S:      Maintained
3480 F:      Documentation/lguest/
3481 F:      arch/x86/lguest/
3482 F:      drivers/lguest/
3483 F:      include/linux/lguest*.h
3484 F:      arch/x86/include/asm/lguest*.h
3485
3486 LINUX FOR IBM pSERIES (RS/6000)
3487 P:      Paul Mackerras
3488 M:      paulus@au.ibm.com
3489 W:      http://www.ibm.com/linux/ltc/projects/ppc
3490 S:      Supported
3491
3492 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3493 P:      Benjamin Herrenschmidt
3494 M:      benh@kernel.crashing.org
3495 P:      Paul Mackerras
3496 M:      paulus@samba.org
3497 W:      http://www.penguinppc.org/
3498 L:      linuxppc-dev@ozlabs.org
3499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3500 S:      Supported
3501
3502 LINUX FOR POWER MACINTOSH
3503 P:      Benjamin Herrenschmidt
3504 M:      benh@kernel.crashing.org
3505 W:      http://www.penguinppc.org/
3506 L:      linuxppc-dev@ozlabs.org
3507 S:      Maintained
3508
3509 LINUX FOR POWERPC EMBEDDED MPC5XXX
3510 P:      Grant Likely
3511 M:      grant.likely@secretlab.ca
3512 L:      linuxppc-dev@ozlabs.org
3513 T:      git git://git.secretlab.ca/git/linux-2.6.git
3514 S:      Maintained
3515
3516 LINUX FOR POWERPC EMBEDDED PPC4XX
3517 P:      Josh Boyer
3518 M:      jwboyer@linux.vnet.ibm.com
3519 P:      Matt Porter
3520 M:      mporter@kernel.crashing.org
3521 W:      http://www.penguinppc.org/
3522 L:      linuxppc-dev@ozlabs.org
3523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3524 S:      Maintained
3525
3526 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3527 P:      Grant Likely
3528 M:      grant.likely@secretlab.ca
3529 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3530 L:      linuxppc-dev@ozlabs.org
3531 T:      git git://git.secretlab.ca/git/linux-2.6.git
3532 S:      Maintained
3533
3534 LINUX FOR POWERPC EMBEDDED PPC8XX
3535 P:      Vitaly Bordug
3536 M:      vitb@kernel.crashing.org
3537 P:      Marcelo Tosatti
3538 M:      marcelo@kvack.org
3539 W:      http://www.penguinppc.org/
3540 L:      linuxppc-dev@ozlabs.org
3541 S:      Maintained
3542
3543 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3544 P:      Kumar Gala
3545 M:      galak@kernel.crashing.org
3546 W:      http://www.penguinppc.org/
3547 L:      linuxppc-dev@ozlabs.org
3548 S:      Maintained
3549
3550 LINUX FOR POWERPC PA SEMI PWRFICIENT
3551 P:      Olof Johansson
3552 M:      olof@lixom.net
3553 W:      http://www.pasemi.com/
3554 L:      linuxppc-dev@ozlabs.org
3555 S:      Supported
3556
3557 LINUX SECURITY MODULE (LSM) FRAMEWORK
3558 P:      Chris Wright
3559 M:      chrisw@sous-sol.org
3560 L:      linux-security-module@vger.kernel.org
3561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3562 S:      Supported
3563
3564 LLC (802.2)
3565 P:      Arnaldo Carvalho de Melo
3566 M:      acme@ghostprotocols.net
3567 S:      Maintained
3568 F:      include/linux/llc.h
3569 F:      include/net/llc*
3570 F:      net/llc/
3571
3572 LIS3LV02D ACCELEROMETER DRIVER
3573 P:      Eric Piel
3574 M:      eric.piel@tremplin-utc.net
3575 S:      Maintained
3576 F:      Documentation/hwmon/lis3lv02d
3577 F:      drivers/hwmon/lis3lv02d.*
3578
3579 LM83 HARDWARE MONITOR DRIVER
3580 P:      Jean Delvare
3581 M:      khali@linux-fr.org
3582 L:      lm-sensors@lm-sensors.org
3583 S:      Maintained
3584 F:      Documentation/hwmon/lm83
3585 F:      drivers/hwmon/lm83.c
3586
3587 LM90 HARDWARE MONITOR DRIVER
3588 P:      Jean Delvare
3589 M:      khali@linux-fr.org
3590 L:      lm-sensors@lm-sensors.org
3591 S:      Maintained
3592 F:      Documentation/hwmon/lm90
3593 F:      drivers/hwmon/lm90.c
3594
3595 LOCKDEP AND LOCKSTAT
3596 P:      Peter Zijlstra
3597 M:      peterz@infradead.org
3598 P:      Ingo Molnar
3599 M:      mingo@redhat.com
3600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3601 S:      Maintained
3602 F:      Documentation/lockdep*.txt
3603 F:      Documentation/lockstat.txt
3604 F:      include/linux/lockdep.h
3605 F:      kernel/lockdep*
3606
3607 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3608 P:      Richard Russon (FlatCap)
3609 M:      ldm@flatcap.org
3610 L:      linux-ntfs-dev@lists.sourceforge.net
3611 W:      http://www.linux-ntfs.org/content/view/19/37/
3612 S:      Maintained
3613 F:      Documentation/ldm.txt
3614 F:      fs/partitions/ldm.*
3615
3616 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3617 P:      Eric Moore
3618 M:      Eric.Moore@lsi.com
3619 M:      support@lsi.com
3620 L:      DL-MPTFusionLinux@lsi.com
3621 L:      linux-scsi@vger.kernel.org
3622 W:      http://www.lsilogic.com/support
3623 S:      Supported
3624 F:      drivers/message/fusion/
3625
3626 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3627 P:      Matthew Wilcox
3628 M:      matthew@wil.cx
3629 L:      linux-scsi@vger.kernel.org
3630 S:      Maintained
3631 F:      drivers/scsi/sym53c8xx_2/
3632
3633 LTP (Linux Test Project)
3634 P:      Subrata Modak
3635 M:      subrata@linux.vnet.ibm.com
3636 P:      Mike Frysinger
3637 M:      vapier@gentoo.org
3638 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3639 W:      http://ltp.sourceforge.net/
3640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3641 S:      Maintained
3642
3643 M32R ARCHITECTURE
3644 P:      Hirokazu Takata
3645 M:      takata@linux-m32r.org
3646 L:      linux-m32r@ml.linux-m32r.org
3647 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3648 W:      http://www.linux-m32r.org/
3649 S:      Maintained
3650 F:      arch/m32r/
3651
3652 M68K ARCHITECTURE
3653 P:      Geert Uytterhoeven
3654 M:      geert@linux-m68k.org
3655 P:      Roman Zippel
3656 M:      zippel@linux-m68k.org
3657 L:      linux-m68k@lists.linux-m68k.org
3658 W:      http://www.linux-m68k.org/
3659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3660 S:      Maintained
3661 F:      arch/m68k/
3662 F:      drivers/zorro/
3663
3664 M68K ON APPLE MACINTOSH
3665 P:      Joshua Thompson
3666 M:      funaho@jurai.org
3667 W:      http://www.mac.linux-m68k.org/
3668 L:      linux-m68k@lists.linux-m68k.org
3669 S:      Maintained
3670 F:      arch/m68k/mac/
3671
3672 M68K ON HP9000/300
3673 P:      Philip Blundell
3674 M:      philb@gnu.org
3675 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3676 S:      Maintained
3677 F:      arch/m68k/hp300/
3678
3679 MAC80211
3680 P:      Johannes Berg
3681 M:      johannes@sipsolutions.net
3682 L:      linux-wireless@vger.kernel.org
3683 W:      http://linuxwireless.org/
3684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3685 S:      Maintained
3686 F:      Documentation/networking/mac80211-injection.txt
3687 F:      include/net/mac80211.h
3688 F:      net/mac80211/
3689
3690 MAC80211 PID RATE CONTROL
3691 P:      Stefano Brivio
3692 M:      stefano.brivio@polimi.it
3693 P:      Mattias Nissler
3694 M:      mattias.nissler@gmx.de
3695 L:      linux-wireless@vger.kernel.org
3696 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3698 S:      Maintained
3699 F:      net/mac80211/rc80211_pid*
3700
3701 MACVLAN DRIVER
3702 P:      Patrick McHardy
3703 M:      kaber@trash.net
3704 L:      netdev@vger.kernel.org
3705 S:      Maintained
3706 F:      drivers/net/macvlan.c
3707 F:      include/linux/if_macvlan.h
3708
3709 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3710 P:      Michael Kerrisk
3711 M:      mtk.manpages@gmail.com
3712 W:      http://www.kernel.org/doc/man-pages
3713 L:      linux-man@vger.kernel.org
3714 S:      Maintained
3715
3716 MARVELL LIBERTAS WIRELESS DRIVER
3717 P:      Dan Williams
3718 M:      dcbw@redhat.com
3719 L:      libertas-dev@lists.infradead.org
3720 S:      Maintained
3721 F:      drivers/net/wireless/libertas/
3722
3723 MARVELL MV643XX ETHERNET DRIVER
3724 P:      Lennert Buytenhek
3725 M:      buytenh@marvell.com
3726 L:      netdev@vger.kernel.org
3727 S:      Supported
3728 F:      drivers/net/mv643xx_eth.*
3729 F:      include/linux/mv643xx.h
3730
3731 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3732 P:      Nicolas Pitre
3733 M:      nico@cam.org
3734 S:      Maintained
3735
3736 MARVELL YUKON / SYSKONNECT DRIVER
3737 P:      Mirko Lindner
3738 M:      mlindner@syskonnect.de
3739 P:      Ralph Roesler
3740 M:      rroesler@syskonnect.de
3741 W:      http://www.syskonnect.com
3742 S:      Supported
3743
3744 MATROX FRAMEBUFFER DRIVER
3745 P:      Petr Vandrovec
3746 M:      vandrove@vc.cvut.cz
3747 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3748 S:      Maintained
3749 F:      drivers/video/matrox/matroxfb_*
3750 F:      include/linux/matroxfb.h
3751
3752 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3753 P:      Hans J. Koch
3754 M:      hjk@linutronix.de
3755 L:      lm-sensors@lm-sensors.org
3756 S:      Maintained
3757 F:      Documentation/hwmon/max6650
3758 F:      drivers/hwmon/max6650.c
3759
3760 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3761 P:      Mauro Carvalho Chehab
3762 M:      mchehab@infradead.org
3763 P:      LinuxTV.org Project
3764 L:      linux-media@vger.kernel.org
3765 W:      http://linuxtv.org
3766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3767 S:      Maintained
3768 F:      Documentation/dvb/
3769 F:      Documentation/video4linux/
3770 F:      drivers/media/
3771 F:      include/media/
3772 F:      include/linux/dvb/
3773 F:      include/linux/videodev*.h
3774
3775 MEGARAID SCSI DRIVERS
3776 P:      Neela Syam Kolli
3777 M:      megaraidlinux@lsi.com
3778 L:      linux-scsi@vger.kernel.org
3779 W:      http://megaraid.lsilogic.com
3780 S:      Maintained
3781 F:      Documentation/scsi/megaraid.txt
3782 F:      drivers/scsi/megaraid.*
3783 F:      drivers/scsi/megaraid/
3784
3785 MEMORY MANAGEMENT
3786 L:      linux-mm@kvack.org
3787 W:      http://www.linux-mm.org
3788 S:      Maintained
3789 F:      include/linux/mm.h
3790 F:      mm/
3791
3792 MEMORY RESOURCE CONTROLLER
3793 P:      Balbir Singh
3794 M:      balbir@linux.vnet.ibm.com
3795 P:      Pavel Emelyanov
3796 M:      xemul@openvz.org
3797 P:      KAMEZAWA Hiroyuki
3798 M:      kamezawa.hiroyu@jp.fujitsu.com
3799 L:      linux-mm@kvack.org
3800 S:      Maintained
3801 F:      mm/memcontrol.c
3802
3803 MEMORY TECHNOLOGY DEVICES (MTD)
3804 P:      David Woodhouse
3805 M:      dwmw2@infradead.org
3806 W:      http://www.linux-mtd.infradead.org/
3807 L:      linux-mtd@lists.infradead.org
3808 T:      git git://git.infradead.org/mtd-2.6.git
3809 S:      Maintained
3810 F:      drivers/mtd/
3811 F:      include/linux/mtd/
3812 F:      include/mtd/
3813
3814 MICROBLAZE ARCHITECTURE
3815 P:      Michal Simek
3816 M:      monstr@monstr.eu
3817 L:      microblaze-uclinux@itee.uq.edu.au
3818 W:      http://www.monstr.eu/fdt/
3819 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3820 S:      Supported
3821 F:      arch/microblaze/
3822
3823 MICROTEK X6 SCANNER
3824 P:      Oliver Neukum
3825 M:      oliver@neukum.name
3826 S:      Maintained
3827 F:      drivers/usb/image/microtek.*
3828
3829 MIPS
3830 P:      Ralf Baechle
3831 M:      ralf@linux-mips.org
3832 W:      http://www.linux-mips.org/
3833 L:      linux-mips@linux-mips.org
3834 T:      git git://git.linux-mips.org/pub/scm/linux.git
3835 S:      Supported
3836 F:      Documentation/mips/
3837 F:      arch/mips/
3838
3839 MISCELLANEOUS MCA-SUPPORT
3840 P:      James Bottomley
3841 M:      James.Bottomley@HansenPartnership.com
3842 S:      Maintained
3843 F:      Documentation/ia64/mca.txt
3844 F:      Documentation/mca.txt
3845 F:      drivers/mca/
3846 F:      include/linux/mca*
3847
3848 MODULE SUPPORT
3849 P:      Rusty Russell
3850 M:      rusty@rustcorp.com.au
3851 S:      Maintained
3852 F:      include/linux/module.h
3853 F:      kernel/module.c
3854
3855 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3856 P:      Stelian Pop
3857 M:      stelian@popies.net
3858 W:      http://popies.net/meye/
3859 S:      Maintained
3860 F:      Documentation/video4linux/meye.txt
3861 F:      drivers/media/video/meye.*
3862 F:      include/linux/meye.h
3863
3864 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3865 P:      Pavel Pisa
3866 M:      ppisa@pikron.com
3867 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3868 S:      Maintained
3869 F:      drivers/mmc/host/imxmmc.*
3870
3871 MOUSE AND MISC DEVICES [GENERAL]
3872 P:      Alessandro Rubini
3873 M:      rubini@ipvvis.unipv.it
3874 S:      Maintained
3875 F:      drivers/input/mouse/
3876 F:      include/linux/gpio_mouse.h
3877
3878 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3879 P:      Jiri Slaby
3880 M:      jirislaby@gmail.com
3881 S:      Maintained
3882 F:      Documentation/serial/moxa-smartio
3883 F:      drivers/char/mxser.*
3884
3885 MSI LAPTOP SUPPORT
3886 P:      Lennart Poettering
3887 M:      mzxreary@0pointer.de
3888 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3889 W:      http://0pointer.de/lennart/tchibo.html
3890 S:      Maintained
3891 F:      drivers/platform/x86/msi-laptop.c
3892
3893 MULTIFUNCTION DEVICES (MFD)
3894 P:      Samuel Ortiz
3895 M:      sameo@linux.intel.com
3896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3897 S:      Supported
3898 F:      drivers/mfd/
3899
3900 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3901 P:      Pierre Ossman
3902 M:      pierre@ossman.eu
3903 S:      Maintained
3904 F:      drivers/mmc/
3905 F:      include/linux/mmc/
3906
3907 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3908 P:      David Brownell
3909 M:      dbrownell@users.sourceforge.net
3910 S:      Odd Fixes
3911 F:      drivers/mmc/host/mmc_spi.c
3912 F:      include/linux/spi/mmc_spi.h
3913
3914 MULTISOUND SOUND DRIVER
3915 P:      Andrew Veliath
3916 M:      andrewtv@usa.net
3917 S:      Maintained
3918 F:      Documentation/sound/oss/MultiSound
3919 F:      sound/oss/msnd*
3920
3921 MULTITECH MULTIPORT CARD (ISICOM)
3922 P:      Jiri Slaby
3923 M:      jirislaby@gmail.com
3924 S:      Maintained
3925 F:      drivers/char/isicom.c
3926 F:      include/linux/isicom.h
3927
3928 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3929 P:      Felipe Balbi
3930 M:      felipe.balbi@nokia.com
3931 L:      linux-usb@vger.kernel.org
3932 T:      git git://gitorious.org/musb/mainline.git
3933 S:      Maintained
3934 F:      drivers/usb/musb/
3935
3936 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3937 P:      Andrew Gallatin
3938 M:      gallatin@myri.com
3939 P:      Brice Goglin
3940 M:      brice@myri.com
3941 L:      netdev@vger.kernel.org
3942 W:      http://www.myri.com/scs/download-Myri10GE.html
3943 S:      Supported
3944 F:      drivers/net/myri10ge/
3945
3946 NATSEMI ETHERNET DRIVER (DP8381x)
3947 P:      Tim Hockin
3948 M:      thockin@hockin.org
3949 S:      Maintained
3950 F:      drivers/net/natsemi.c
3951
3952 NCP FILESYSTEM
3953 P:      Petr Vandrovec
3954 M:      vandrove@vc.cvut.cz
3955 L:      linware@sh.cvut.cz
3956 S:      Maintained
3957 F:      fs/ncpfs/
3958
3959 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3960 P:      James E.J. Bottomley
3961 M:      James.Bottomley@HansenPartnership.com
3962 L:      linux-scsi@vger.kernel.org
3963 S:      Maintained
3964 F:      drivers/scsi/NCR_D700.*
3965
3966 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3967 P:      Faisal Latif
3968 M:      faisal.latif@intel.com
3969 P:      Chien Tung
3970 M:      chien.tin.tung@intel.com
3971 L:      general@lists.openfabrics.org
3972 W:      http://www.neteffect.com
3973 S:      Supported
3974 F:      drivers/infiniband/hw/nes/
3975
3976 NETEM NETWORK EMULATOR
3977 P:      Stephen Hemminger
3978 M:      shemminger@linux-foundation.org
3979 L:      netem@lists.linux-foundation.org
3980 S:      Maintained
3981 F:      net/sched/sch_netem.c
3982
3983 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3984 P:      Ramkrishna Vepa
3985 M:      ram.vepa@neterion.com
3986 P:      Rastapur Santosh
3987 M:      santosh.rastapur@neterion.com
3988 P:      Sivakumar Subramani
3989 M:      sivakumar.subramani@neterion.com
3990 P:      Sreenivasa Honnur
3991 M:      sreenivasa.honnur@neterion.com
3992 P:      Anil Murthy
3993 M:      anil.murthy@neterion.com
3994 L:      netdev@vger.kernel.org
3995 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3996 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3997 S:      Supported
3998 F:      Documentation/networking/s2io.txt
3999 F:      drivers/net/s2io*
4000
4001 NETFILTER/IPTABLES/IPCHAINS
4002 P:      Rusty Russell
4003 P:      Marc Boucher
4004 P:      James Morris
4005 P:      Harald Welte
4006 P:      Jozsef Kadlecsik
4007 P:      Patrick McHardy
4008 M:      kaber@trash.net
4009 L:      netfilter-devel@vger.kernel.org
4010 L:      netfilter@vger.kernel.org
4011 L:      coreteam@netfilter.org
4012 W:      http://www.netfilter.org/
4013 W:      http://www.iptables.org/
4014 S:      Supported
4015 F:      include/linux/netfilter*
4016 F:      include/linux/netfilter/
4017 F:      include/net/netfilter/
4018 F:      net/*/netfilter.c
4019 F:      net/*/netfilter/
4020 F:      net/netfilter/
4021
4022 NETLABEL
4023 P:      Paul Moore
4024 M:      paul.moore@hp.com
4025 W:      http://netlabel.sf.net
4026 L:      netdev@vger.kernel.org
4027 S:      Supported
4028 F:      Documentation/netlabel/
4029 F:      include/net/netlabel.h
4030 F:      net/netlabel/
4031
4032 NETROM NETWORK LAYER
4033 P:      Ralf Baechle
4034 M:      ralf@linux-mips.org
4035 L:      linux-hams@vger.kernel.org
4036 W:      http://www.linux-ax25.org/
4037 S:      Maintained
4038 F:      include/linux/netrom.h
4039 F:      include/net/netrom.h
4040 F:      net/netrom/
4041
4042 NETWORK BLOCK DEVICE (NBD)
4043 P:      Paul Clements
4044 M:      Paul.Clements@steeleye.com
4045 S:      Maintained
4046 F:      Documentation/blockdev/nbd.txt
4047 F:      drivers/block/nbd.c
4048 F:      include/linux/nbd.h
4049
4050 NETWORKING [GENERAL]
4051 P:      David S. Miller
4052 M:      davem@davemloft.net
4053 L:      netdev@vger.kernel.org
4054 W:      http://www.linuxfoundation.org/en/Net
4055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4056 S:      Maintained
4057 F:      net/
4058 F:      include/net/
4059
4060 NETWORKING [IPv4/IPv6]
4061 P:      David S. Miller
4062 M:      davem@davemloft.net
4063 P:      Alexey Kuznetsov
4064 M:      kuznet@ms2.inr.ac.ru
4065 P:      Pekka Savola (ipv6)
4066 M:      pekkas@netcore.fi
4067 P:      James Morris
4068 M:      jmorris@namei.org
4069 P:      Hideaki YOSHIFUJI
4070 M:      yoshfuji@linux-ipv6.org
4071 P:      Patrick McHardy
4072 M:      kaber@trash.net
4073 L:      netdev@vger.kernel.org
4074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4075 S:      Maintained
4076 F:      net/ipv4/
4077 F:      net/ipv6/
4078 F:      include/net/ip*
4079
4080 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4081 P:      Paul Moore
4082 M:      paul.moore@hp.com
4083 L:      netdev@vger.kernel.org
4084 S:      Maintained
4085
4086 NETWORKING [WIRELESS]
4087 P:      John W. Linville
4088 M:      linville@tuxdriver.com
4089 L:      linux-wireless@vger.kernel.org
4090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4091 S:      Maintained
4092 F:      net/wireless/
4093 F:      include/net/ieee80211*
4094 F:      include/net/wireless.h
4095
4096 NETWORKING DRIVERS
4097 L:      netdev@vger.kernel.org
4098 W:      http://www.linuxfoundation.org/en/Net
4099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4100 S:      Odd Fixes
4101 F:      drivers/net/
4102
4103 NETXEN (1/10) GbE SUPPORT
4104 P:      Dhananjay Phadke
4105 M:      dhananjay@netxen.com
4106 L:      netdev@vger.kernel.org
4107 W:      http://www.netxen.com
4108 S:      Supported
4109 F:      drivers/net/netxen/
4110
4111 NFS, SUNRPC, AND LOCKD CLIENTS
4112 P:      Trond Myklebust
4113 M:      Trond.Myklebust@netapp.com
4114 L:      linux-nfs@vger.kernel.org
4115 W:      http://client.linux-nfs.org
4116 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4117 S:      Maintained
4118 F:      fs/lockd/
4119 F:      fs/nfs/
4120 F:      fs/nfs_common/
4121 F:      net/sunrpc/
4122 F:      include/linux/lockd/
4123 F:      include/linux/nfs*
4124 F:      include/linux/sunrpc/
4125
4126 NI5010 NETWORK DRIVER
4127 P:      Jan-Pascal van Best
4128 M:      janpascal@vanbest.org
4129 P:      Andreas Mohr
4130 M:      andi@lisas.de
4131 L:      netdev@vger.kernel.org
4132 S:      Maintained
4133 F:      drivers/net/ni5010.*
4134
4135 NILFS2 FILESYSTEM
4136 P:      KONISHI Ryusuke
4137 M:      konishi.ryusuke@lab.ntt.co.jp
4138 L:      users@nilfs.org
4139 W:      http://www.nilfs.org/en/
4140 S:      Supported
4141 F:      Documentation/filesystems/nilfs2.txt
4142 F:      fs/nilfs2/
4143 F:      include/linux/nilfs2_fs.h
4144
4145 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4146 P:      YOKOTA Hiroshi
4147 M:      yokota@netlab.is.tsukuba.ac.jp
4148 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4149 S:      Maintained
4150 F:      Documentation/scsi/NinjaSCSI.txt
4151 F:      drivers/scsi/pcmcia/nsp_*
4152
4153 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4154 P:      GOTO Masanori
4155 M:      gotom@debian.or.jp
4156 P:      YOKOTA Hiroshi
4157 M:      yokota@netlab.is.tsukuba.ac.jp
4158 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4159 S:      Maintained
4160 F:      Documentation/scsi/NinjaSCSI.txt
4161 F:      drivers/scsi/nsp32*
4162
4163 NTFS FILESYSTEM
4164 P:      Anton Altaparmakov
4165 M:      aia21@cantab.net
4166 L:      linux-ntfs-dev@lists.sourceforge.net
4167 W:      http://www.linux-ntfs.org/
4168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4169 S:      Maintained
4170 F:      Documentation/filesystems/ntfs.txt
4171 F:      fs/ntfs/
4172
4173 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4174 P:      Antonino Daplas
4175 M:      adaplas@gmail.com
4176 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4177 S:      Maintained
4178 F:      drivers/video/riva/
4179 F:      drivers/video/nvidia/
4180
4181 OMAP SUPPORT
4182 P:      Tony Lindgren <tony@atomide.com>
4183 M:      tony@atomide.com
4184 L:      linux-omap@vger.kernel.org
4185 W:      http://www.muru.com/linux/omap/
4186 W:      http://linux.omap.com/
4187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4188 S:      Maintained
4189 F:      arch/arm/*omap*
4190
4191 OMAP CLOCK FRAMEWORK SUPPORT
4192 P:      Paul Walmsley
4193 M:      paul@pwsan.com
4194 L:      linux-omap@vger.kernel.org
4195 S:      Maintained
4196 F:      arch/arm/*omap*/*clock*
4197
4198 OMAP POWER MANAGEMENT SUPPORT
4199 P:      Kevin Hilman
4200 M:      khilman@deeprootsystems.com
4201 L:      linux-omap@vger.kernel.org
4202 S:      Maintained
4203 F:      arch/arm/*omap*/*pm*
4204
4205 OMAP AUDIO SUPPORT
4206 P:      Jarkko Nikula
4207 M:      jhnikula@gmail.com
4208 L:      alsa-devel@alsa-project.org (subscribers-only)
4209 L:      linux-omap@vger.kernel.org
4210 S:      Maintained
4211 F:      sound/soc/omap/
4212
4213 OMAP FRAMEBUFFER SUPPORT
4214 P:      Imre Deak
4215 M:      imre.deak@nokia.com
4216 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4217 L:      linux-omap@vger.kernel.org
4218 S:      Maintained
4219 F:      drivers/video/omap/
4220
4221 OMAP MMC SUPPORT
4222 P:      Jarkko Lavinen
4223 M:      jarkko.lavinen@nokia.com
4224 L:      linux-kernel@vger.kernel.org
4225 L:      linux-omap@vger.kernel.org
4226 S:      Maintained
4227 F:      drivers/mmc/host/*omap*
4228
4229 OMAP RANDOM NUMBER GENERATOR SUPPORT
4230 P:      Deepak Saxena
4231 M:      dsaxena@plexity.net
4232 S:      Maintained
4233 F:      drivers/char/hw_random/omap-rng.c
4234
4235 OMAP USB SUPPORT
4236 P:      Felipe Balbi
4237 M:      felipe.balbi@nokia.com
4238 P:      David Brownell
4239 M:      dbrownell@users.sourceforge.net
4240 L:      linux-usb@vger.kernel.org
4241 L:      linux-omap@vger.kernel.org
4242 S:      Maintained
4243
4244 OMFS FILESYSTEM
4245 P:      Bob Copeland
4246 M:      me@bobcopeland.com
4247 L:      linux-karma-devel@lists.sourceforge.net
4248 S:      Maintained
4249 F:      Documentation/filesystems/omfs.txt
4250 F:      fs/omfs/
4251
4252 OMNIKEY CARDMAN 4000 DRIVER
4253 P:      Harald Welte
4254 M:      laforge@gnumonks.org
4255 S:      Maintained
4256 F:      drivers/char/pcmcia/cm4000_cs.c
4257 F:      include/linux/cm4000_cs.h
4258
4259 OMNIKEY CARDMAN 4040 DRIVER
4260 P:      Harald Welte
4261 M:      laforge@gnumonks.org
4262 S:      Maintained
4263 F:      drivers/char/pcmcia/cm4040_cs.*
4264
4265 OMNIVISION OV7670 SENSOR DRIVER
4266 P:      Jonathan Corbet
4267 M:      corbet@lwn.net
4268 L:      linux-media@vger.kernel.org
4269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4270 S:      Maintained
4271 F:      drivers/media/video/ov7670.c
4272
4273 ONENAND FLASH DRIVER
4274 P:      Kyungmin Park
4275 M:      kyungmin.park@samsung.com
4276 L:      linux-mtd@lists.infradead.org
4277 S:      Maintained
4278 F:      drivers/mtd/onenand/
4279 F:      include/linux/mtd/onenand*.h
4280
4281 ONSTREAM SCSI TAPE DRIVER
4282 P:      Willem Riede
4283 M:      osst@riede.org
4284 L:      osst-users@lists.sourceforge.net
4285 L:      linux-scsi@vger.kernel.org
4286 S:      Maintained
4287 F:      drivers/scsi/osst*
4288 F:      drivers/scsi/st*
4289
4290 OPENCORES I2C BUS DRIVER
4291 P:      Peter Korsgaard
4292 M:      jacmet@sunsite.dk
4293 L:      linux-i2c@vger.kernel.org
4294 S:      Maintained
4295 F:      Documentation/i2c/busses/i2c-ocores
4296 F:      drivers/i2c/busses/i2c-ocores.c
4297
4298 OPROFILE
4299 P:      Robert Richter
4300 M:      robert.richter@amd.com
4301 L:      oprofile-list@lists.sf.net
4302 S:      Maintained
4303 F:      arch/*/oprofile/
4304 F:      drivers/oprofile/
4305 F:      include/linux/oprofile.h
4306
4307 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4308 P:      Mark Fasheh
4309 M:      mfasheh@suse.com
4310 P:      Joel Becker
4311 M:      joel.becker@oracle.com
4312 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4313 W:      http://oss.oracle.com/projects/ocfs2/
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4315 S:      Supported
4316 F:      Documentation/filesystems/ocfs2.txt
4317 F:      Documentation/filesystems/dlmfs.txt
4318 F:      fs/ocfs2/
4319
4320 ORINOCO DRIVER
4321 P:      Pavel Roskin
4322 M:      proski@gnu.org
4323 P:      David Gibson
4324 M:      hermes@gibson.dropbear.id.au
4325 L:      linux-wireless@vger.kernel.org
4326 L:      orinoco-users@lists.sourceforge.net
4327 L:      orinoco-devel@lists.sourceforge.net
4328 W:      http://www.nongnu.org/orinoco/
4329 S:      Maintained
4330 F:      drivers/net/wireless/orinoco/
4331
4332 OSD LIBRARY
4333 P:      Boaz Harrosh
4334 M:      bharrosh@panasas.com
4335 P:      Benny Halevy
4336 M:      bhalevy@panasas.com
4337 L:      osd-dev@open-osd.org
4338 W:      http://open-osd.org
4339 T:      git git://git.open-osd.org/open-osd.git
4340 S:      Maintained
4341
4342 P54 WIRELESS DRIVER
4343 P:      Michael Wu
4344 M:      flamingice@sourmilk.net
4345 L:      linux-wireless@vger.kernel.org
4346 W:      http://prism54.org
4347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4348 S:      Maintained
4349 F:      drivers/net/wireless/p54/
4350
4351 PA SEMI ETHERNET DRIVER
4352 P:      Olof Johansson
4353 M:      olof@lixom.net
4354 L:      netdev@vger.kernel.org
4355 S:      Maintained
4356 F:      drivers/net/pasemi_mac.*
4357
4358 PA SEMI SMBUS DRIVER
4359 P:      Olof Johansson
4360 M:      olof@lixom.net
4361 L:      linux-i2c@vger.kernel.org
4362 S:      Maintained
4363 F:      drivers/i2c/busses/i2c-pasemi.c
4364
4365 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4366 P:      Harald Welte
4367 M:      laforge@gnumonks.org
4368 S:      Maintained
4369 F:      drivers/platform/x86/panasonic-laptop.c
4370
4371 PANASONIC MN10300/AM33 PORT
4372 P:      David Howells
4373 M:      dhowells@redhat.com
4374 P:      Koichi Yasutake
4375 M:      yasutake.koichi@jp.panasonic.com
4376 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4377 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4378 S:      Maintained
4379 F:      Documentation/mn10300/
4380 F:      arch/mn10300/
4381
4382 PARALLEL PORT SUPPORT
4383 L:      linux-parport@lists.infradead.org (subscribers-only)
4384 S:      Orphan
4385 F:      drivers/parport/
4386 F:      include/linux/parport*.h
4387 F:      drivers/char/ppdev.c
4388 F:      include/linux/ppdev.h
4389
4390 PARAVIRT_OPS INTERFACE
4391 P:      Jeremy Fitzhardinge
4392 M:      jeremy@xensource.com
4393 P:      Chris Wright
4394 M:      chrisw@sous-sol.org
4395 P:      Alok Kataria
4396 M:      akataria@vmware.com
4397 P:      Rusty Russell
4398 M:      rusty@rustcorp.com.au
4399 L:      virtualization@lists.osdl.org
4400 S:      Supported
4401 F:      Documentation/ia64/paravirt_ops.txt
4402 F:      arch/*/kernel/paravirt*
4403 F:      arch/*/include/asm/paravirt.h
4404
4405 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4406 P:      Tim Waugh
4407 M:      tim@cyberelk.net
4408 L:      linux-parport@lists.infradead.org (subscribers-only)
4409 W:      http://www.torque.net/linux-pp.html
4410 S:      Maintained
4411 F:      Documentation/blockdev/paride.txt
4412 F:      drivers/block/paride/
4413
4414 PARISC ARCHITECTURE
4415 P:      Kyle McMartin
4416 M:      kyle@mcmartin.ca
4417 P:      Helge Deller
4418 M:      deller@gmx.de
4419 L:      linux-parisc@vger.kernel.org
4420 W:      http://www.parisc-linux.org/
4421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4422 S:      Maintained
4423 F:      arch/parisc/
4424 F:      drivers/parisc/
4425
4426 PC87360 HARDWARE MONITORING DRIVER
4427 P:      Jim Cromie
4428 M:      jim.cromie@gmail.com
4429 L:      lm-sensors@lm-sensors.org
4430 S:      Maintained
4431 F:      Documentation/hwmon/pc87360
4432 F:      drivers/hwmon/pc87360.c
4433
4434 PC8736x GPIO DRIVER
4435 P:      Jim Cromie
4436 M:      jim.cromie@gmail.com
4437 S:      Maintained
4438 F:      drivers/char/pc8736x_gpio.c
4439
4440 PCA9532 LED DRIVER
4441 P:      Riku Voipio
4442 M:      riku.voipio@iki.fi
4443 S:      Maintained
4444 F:      drivers/leds/leds-pca9532.c
4445 F:      include/linux/leds-pca9532.h
4446
4447 PCI ERROR RECOVERY
4448 P:      Linas Vepstas
4449 M:      linas@austin.ibm.com
4450 L:      linux-pci@vger.kernel.org
4451 S:      Supported
4452 F:      Documentation/PCI/pci-error-recovery.txt
4453 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4454
4455 PCI SUBSYSTEM
4456 P:      Jesse Barnes
4457 M:      jbarnes@virtuousgeek.org
4458 L:      linux-pci@vger.kernel.org
4459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4460 S:      Supported
4461 F:      Documentation/PCI/
4462 F:      drivers/pci/
4463 F:      include/linux/pci*
4464
4465 PCIE HOTPLUG DRIVER
4466 P:      Kristen Carlson Accardi
4467 M:      kristen.c.accardi@intel.com
4468 L:      linux-pci@vger.kernel.org
4469 S:      Supported
4470 F:      drivers/pci/pcie/
4471
4472 PCMCIA SUBSYSTEM
4473 P:      Linux PCMCIA Team
4474 L:      linux-pcmcia@lists.infradead.org
4475 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4477 S:      Maintained
4478 F:      Documentation/pcmcia/
4479 F:      drivers/pcmcia/
4480 F:      include/pcmcia/
4481
4482 PCNET32 NETWORK DRIVER
4483 P:      Don Fry
4484 M:      pcnet32@verizon.net
4485 L:      netdev@vger.kernel.org
4486 S:      Maintained
4487 F:      drivers/net/pcnet32.c
4488
4489 PER-TASK DELAY ACCOUNTING
4490 P:      Balbir Singh
4491 M:      balbir@linux.vnet.ibm.com
4492 S:      Maintained
4493 F:      include/linux/delayacct.h
4494 F:      kernel/delayacct.c
4495
4496 PERFORMANCE COUNTER SUBSYSTEM
4497 P:      Peter Zijlstra
4498 M:      a.p.zijlstra@chello.nl
4499 P:      Paul Mackerras
4500 M:      paulus@samba.org
4501 P:      Ingo Molnar
4502 M:      mingo@elte.hu
4503 L:      linux-kernel@vger.kernel.org
4504 S:      Supported
4505
4506 PERSONALITY HANDLING
4507 P:      Christoph Hellwig
4508 M:      hch@infradead.org
4509 L:      linux-abi-devel@lists.sourceforge.net
4510 S:      Maintained
4511 F:      include/linux/personality.h
4512
4513 PHRAM MTD DRIVER
4514 P:      Joern Engel
4515 M:      joern@lazybastard.org
4516 L:      linux-mtd@lists.infradead.org
4517 S:      Maintained
4518 F:      drivers/mtd/devices/phram.c
4519
4520 PKTCDVD DRIVER
4521 P:      Peter Osterlund
4522 M:      petero2@telia.com
4523 S:      Maintained
4524 F:      drivers/block/pktcdvd.c
4525 F:      include/linux/pktcdvd.h
4526
4527 POSIX CLOCKS and TIMERS
4528 P:      Thomas Gleixner
4529 M:      tglx@linutronix.de
4530 S:      Supported
4531 F:      fs/timerfd.c
4532 F:      include/linux/timer*
4533 F:      kernel/*timer*
4534
4535 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4536 P:      Anton Vorontsov
4537 M:      cbou@mail.ru
4538 P:      David Woodhouse
4539 M:      dwmw2@infradead.org
4540 T:      git git://git.infradead.org/battery-2.6.git
4541 S:      Maintained
4542 F:      include/linux/power_supply.h
4543 F:      drivers/power/power_supply*
4544
4545 PNP SUPPORT
4546 P:      Adam Belay
4547 M:      abelay@mit.edu
4548 P:      Bjorn Helgaas
4549 M:      bjorn.helgaas@hp.com
4550 S:      Maintained
4551 F:      drivers/pnp/
4552
4553 PNXxxxx I2C DRIVER
4554 P:      Vitaly Wool
4555 M:      vitalywool@gmail.com
4556 L:      linux-i2c@vger.kernel.org
4557 S:      Maintained
4558 F:      drivers/i2c/busses/i2c-pnx.c
4559
4560 PPP PROTOCOL DRIVERS AND COMPRESSORS
4561 P:      Paul Mackerras
4562 M:      paulus@samba.org
4563 L:      linux-ppp@vger.kernel.org
4564 S:      Maintained
4565 F:      drivers/net/ppp_*
4566
4567 PPP OVER ATM (RFC 2364)
4568 P:      Mitchell Blank Jr
4569 M:      mitch@sfgoth.com
4570 S:      Maintained
4571 F:      net/atm/pppoatm.c
4572 F:      include/linux/atmppp.h
4573
4574 PPP OVER ETHERNET
4575 P:      Michal Ostrowski
4576 M:      mostrows@earthlink.net
4577 S:      Maintained
4578 F:      drivers/net/pppoe.c
4579 F:      drivers/net/pppox.c
4580
4581 PPP OVER L2TP
4582 P:      James Chapman
4583 M:      jchapman@katalix.com
4584 S:      Maintained
4585 F:      drivers/net/pppol2tp.c
4586 F:      include/linux/if_pppol2tp.h
4587
4588 PPS SUPPORT
4589 P:      Rodolfo Giometti
4590 M:      giometti@enneenne.com
4591 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4592 L:      linuxpps@ml.enneenne.com (subscribers-only)
4593 S:      Maintained
4594
4595 PREEMPTIBLE KERNEL
4596 P:      Robert Love
4597 M:      rml@tech9.net
4598 L:      kpreempt-tech@lists.sourceforge.net
4599 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4600 S:      Supported
4601 F:      Documentation/preempt-locking.txt
4602 F:      include/linux/preempt.h
4603
4604 PRISM54 WIRELESS DRIVER
4605 P:      Luis R. Rodriguez
4606 M:      mcgrof@gmail.com
4607 L:      linux-wireless@vger.kernel.org
4608 W:      http://prism54.org
4609 S:      Maintained
4610 F:      drivers/net/wireless/prism54/
4611
4612 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4613 P:      Peter Denison
4614 M:      promise@pnd-pc.demon.co.uk
4615 W:      http://www.pnd-pc.demon.co.uk/promise/
4616 S:      Maintained
4617
4618 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4619 P:      Mikael Pettersson
4620 M:      mikpe@it.uu.se
4621 L:      linux-ide@vger.kernel.org
4622 S:      Maintained
4623 F:      drivers/ata/sata_promise.*
4624
4625 PS3 NETWORK SUPPORT
4626 P:      Geoff Levand
4627 M:      geoffrey.levand@am.sony.com
4628 L:      netdev@vger.kernel.org
4629 L:      cbe-oss-dev@ozlabs.org
4630 S:      Supported
4631 F:      drivers/net/ps3_gelic_net.*
4632
4633 PS3 PLATFORM SUPPORT
4634 P:      Geoff Levand
4635 M:      geoffrey.levand@am.sony.com
4636 L:      linuxppc-dev@ozlabs.org
4637 L:      cbe-oss-dev@ozlabs.org
4638 S:      Supported
4639 F:      arch/powerpc/boot/ps3*
4640 F:      arch/powerpc/include/asm/lv1call.h
4641 F:      arch/powerpc/include/asm/ps3*.h
4642 F:      arch/powerpc/platforms/ps3/
4643 F:      drivers/*/ps3*
4644 F:      drivers/ps3/
4645 F:      drivers/rtc/rtc-ps3.c
4646 F:      drivers/usb/host/*ps3.c
4647 F:      sound/ppc/snd_ps3*
4648
4649 PS3VRAM DRIVER
4650 P:      Jim Paris
4651 M:      jim@jtan.com
4652 L:      cbe-oss-dev@ozlabs.org
4653 S:      Maintained
4654
4655 PTRACE SUPPORT
4656 P:      Roland McGrath
4657 M:      roland@redhat.com
4658 P:      Oleg Nesterov
4659 M:      oleg@redhat.com
4660 S:      Maintained
4661 F:      include/asm-generic/syscall.h
4662 F:      include/linux/ptrace.h
4663 F:      include/linux/regset.h
4664 F:      include/linux/tracehook.h
4665 F:      kernel/ptrace.c
4666
4667 PVRUSB2 VIDEO4LINUX DRIVER
4668 P:      Mike Isely
4669 M:      isely@pobox.com
4670 L:      pvrusb2@isely.net       (subscribers-only)
4671 L:      linux-media@vger.kernel.org
4672 W:      http://www.isely.net/pvrusb2/
4673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4674 S:      Maintained
4675 F:      Documentation/video4linux/README.pvrusb2
4676 F:      drivers/media/video/pvrusb2/
4677
4678 PXA2xx/PXA3xx SUPPORT
4679 P:      Eric Miao
4680 M:      eric.y.miao@gmail.com
4681 P:      Russell King
4682 M:      linux@arm.linux.org.uk
4683 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4684 S:      Maintained
4685 F:      arch/arm/mach-pxa/
4686 F:      drivers/pcmcia/pxa2xx*
4687 F:      drivers/spi/pxa2xx*
4688 F:      drivers/usb/gadget/pxa2*
4689 F:      include/sound/pxa2xx-lib.h
4690 F:      sound/arm/pxa*
4691 F:      sound/soc/pxa
4692
4693 PXA168 SUPPORT
4694 P:      Eric Miao
4695 M:      eric.y.miao@gmail.com
4696 P:      Jason Chagas
4697 M:      jason.chagas@marvell.com
4698 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4700 S:      Maintained
4701
4702 PXA910 SUPPORT
4703 P:      Eric Miao
4704 M:      eric.y.miao@gmail.com
4705 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4707 S:      Maintained
4708
4709 PXA MMCI DRIVER
4710 S:      Orphan
4711
4712 PXA RTC DRIVER
4713 P:      Robert Jarzmik
4714 M:      robert.jarzmik@free.fr
4715 L:      rtc-linux@googlegroups.com
4716 S:      Maintained
4717
4718 QLOGIC QLA2XXX FC-SCSI DRIVER
4719 P:      Andrew Vasquez
4720 M:      linux-driver@qlogic.com
4721 L:      linux-scsi@vger.kernel.org
4722 S:      Supported
4723 F:      Documentation/scsi/LICENSE.qla2xxx
4724 F:      drivers/scsi/qla2xxx/
4725
4726 QLOGIC QLA3XXX NETWORK DRIVER
4727 P:      Ron Mercer
4728 M:      linux-driver@qlogic.com
4729 L:      netdev@vger.kernel.org
4730 S:      Supported
4731 F:      Documentation/networking/LICENSE.qla3xxx
4732 F:      drivers/net/qla3xxx.*
4733
4734 QLOGIC QLGE 10Gb ETHERNET DRIVER
4735 P:      Ron Mercer
4736 M:      linux-driver@qlogic.com
4737 M:      ron.mercer@qlogic.com
4738 L:      netdev@vger.kernel.org
4739 S:      Supported
4740 F:      drivers/net/qlge/
4741
4742 QNX4 FILESYSTEM
4743 P:      Anders Larsen
4744 M:      al@alarsen.net
4745 W:      http://www.alarsen.net/linux/qnx4fs/
4746 S:      Maintained
4747 F:      fs/qnx4/
4748 F:      include/linux/qnx4_fs.h
4749 F:      include/linux/qnxtypes.h
4750
4751 RADEON FRAMEBUFFER DISPLAY DRIVER
4752 P:      Benjamin Herrenschmidt
4753 M:      benh@kernel.crashing.org
4754 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4755 S:      Maintained
4756 F:      drivers/video/aty/radeon*
4757 F:      include/linux/radeonfb.h
4758
4759 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4760 P:      Paul Mackerras
4761 M:      paulus@samba.org
4762 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4763 S:      Maintained
4764 F:      drivers/video/aty/aty128fb.c
4765
4766 RALINK RT2X00 WIRELESS LAN DRIVER
4767 P:      rt2x00 project
4768 L:      linux-wireless@vger.kernel.org
4769 L:      users@rt2x00.serialmonkey.com
4770 W:      http://rt2x00.serialmonkey.com/
4771 S:      Maintained
4772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4773 F:      drivers/net/wireless/rt2x00/
4774
4775 RAMDISK RAM BLOCK DEVICE DRIVER
4776 P:      Nick Piggin
4777 M:      npiggin@suse.de
4778 S:      Maintained
4779 F:      Documentation/blockdev/ramdisk.txt
4780 F:      drivers/block/brd.c
4781
4782 RANDOM NUMBER DRIVER
4783 P:      Matt Mackall
4784 M:      mpm@selenic.com
4785 S:      Maintained
4786 F:      drivers/char/random.c
4787
4788 RAPIDIO SUBSYSTEM
4789 P:      Matt Porter
4790 M:      mporter@kernel.crashing.org
4791 S:      Maintained
4792 F:      drivers/rapidio/
4793
4794 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4795 P:      Corey Thomas
4796 M:      coreythomas@charter.net
4797 L:      linux-wireless@vger.kernel.org
4798 S:      Maintained
4799 F:      drivers/net/wireless/ray*
4800
4801 RCUTORTURE MODULE
4802 P:      Josh Triplett
4803 M:      josh@freedesktop.org
4804 P:      Paul E. McKenney
4805 M:      paulmck@linux.vnet.ibm.com
4806 S:      Maintained
4807 F:      Documentation/RCU/torture.txt
4808 F:      kernel/rcutorture.c
4809
4810 RDC R-321X SoC
4811 P:      Florian Fainelli
4812 M:      florian@openwrt.org
4813 S:      Maintained
4814
4815 RDC R6040 FAST ETHERNET DRIVER
4816 P:      Florian Fainelli
4817 M:      florian@openwrt.org
4818 L:      netdev@vger.kernel.org
4819 S:      Maintained
4820 F:      drivers/net/r6040.c
4821
4822 RDS - RELIABLE DATAGRAM SOCKETS
4823 P:      Andy Grover
4824 M:      andy.grover@oracle.com
4825 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4826 S:      Supported
4827 F:      net/rds/
4828
4829 READ-COPY UPDATE (RCU)
4830 P:      Dipankar Sarma
4831 M:      dipankar@in.ibm.com
4832 P:      Paul E. McKenney
4833 M:      paulmck@linux.vnet.ibm.com
4834 W:      http://www.rdrop.com/users/paulmck/rclock/
4835 S:      Supported
4836 F:      Documentation/RCU/rcu.txt
4837 F:      Documentation/RCU/rcuref.txt
4838 F:      include/linux/rcupdate.h
4839 F:      include/linux/srcu.h
4840 F:      kernel/rcupdate.c
4841
4842 REAL TIME CLOCK DRIVER
4843 P:      Paul Gortmaker
4844 M:      p_gortmaker@yahoo.com
4845 S:      Maintained
4846 F:      Documentation/rtc.txt
4847 F:      drivers/rtc/
4848 F:      include/linux/rtc.h
4849
4850 REAL TIME CLOCK (RTC) SUBSYSTEM
4851 P:      Alessandro Zummo
4852 M:      a.zummo@towertech.it
4853 L:      rtc-linux@googlegroups.com
4854 S:      Maintained
4855 F:      Documentation/rtc.txt
4856 F:      drivers/rtc/
4857 F:      include/linux/rtc.h
4858
4859 REISERFS FILE SYSTEM
4860 L:      reiserfs-devel@vger.kernel.org
4861 S:      Supported
4862 F:      fs/reiserfs/
4863
4864 RFKILL
4865 P:      Johannes Berg
4866 M:      johannes@sipsolutions.net
4867 L:      linux-wireless@vger.kernel.org
4868 S:      Maintained
4869 F       Documentation/rfkill.txt
4870 F:      net/rfkill/
4871
4872 RISCOM8 DRIVER
4873 S:      Orphan
4874 F:      Documentation/serial/riscom8.txt
4875 F:      drivers/char/riscom8*
4876
4877 ROCKETPORT DRIVER
4878 P:      Comtrol Corp.
4879 W:      http://www.comtrol.com
4880 S:      Maintained
4881 F:      Documentation/serial/rocket.txt
4882 F:      drivers/char/rocket*
4883
4884 ROSE NETWORK LAYER
4885 P:      Ralf Baechle
4886 M:      ralf@linux-mips.org
4887 L:      linux-hams@vger.kernel.org
4888 W:      http://www.linux-ax25.org/
4889 S:      Maintained
4890 F:      include/linux/rose.h
4891 F:      include/net/rose.h
4892 F:      net/rose/
4893
4894 RTL8180 WIRELESS DRIVER
4895 P:      John W. Linville
4896 M:      linville@tuxdriver.com
4897 L:      linux-wireless@vger.kernel.org
4898 W:      http://linuxwireless.org/
4899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4900 S:      Maintained
4901 F:      drivers/net/wireless/rtl818*
4902
4903 RTL8187 WIRELESS DRIVER
4904 P:      Herton Ronaldo Krzesinski
4905 M:      herton@mandriva.com.br
4906 P:      Hin-Tak Leung
4907 M:      htl10@users.sourceforge.net
4908 P:      Larry Finger
4909 M:      Larry.Finger@lwfinger.net
4910 L:      linux-wireless@vger.kernel.org
4911 W:      http://linuxwireless.org/
4912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4913 S:      Maintained
4914 F:      drivers/net/wireless/rtl818x/rtl8187*
4915
4916 S3 SAVAGE FRAMEBUFFER DRIVER
4917 P:      Antonino Daplas
4918 M:      adaplas@gmail.com
4919 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4920 S:      Maintained
4921 F:      drivers/video/savage/
4922
4923 S390
4924 P:      Martin Schwidefsky
4925 M:      schwidefsky@de.ibm.com
4926 P:      Heiko Carstens
4927 M:      heiko.carstens@de.ibm.com
4928 M:      linux390@de.ibm.com
4929 L:      linux-s390@vger.kernel.org
4930 W:      http://www.ibm.com/developerworks/linux/linux390/
4931 S:      Supported
4932 F:      arch/s390/
4933
4934 S390 NETWORK DRIVERS
4935 P:      Ursula Braun
4936 M:      ursula.braun@de.ibm.com
4937 P:      Frank Blaschka
4938 M:      blaschka@linux.vnet.ibm.com
4939 M:      linux390@de.ibm.com
4940 L:      linux-s390@vger.kernel.org
4941 W:      http://www.ibm.com/developerworks/linux/linux390/
4942 S:      Supported
4943 F:      drivers/s390/net/
4944
4945 S390 ZCRYPT DRIVER
4946 P:      Felix Beck
4947 M:      felix.beck@de.ibm.com
4948 P:      Ralph Wuerthner
4949 M:      ralph.wuerthner@de.ibm.com
4950 M:      linux390@de.ibm.com
4951 L:      linux-s390@vger.kernel.org
4952 S:      Supported
4953 F:      drivers/s390/crypto/
4954
4955 S390 ZFCP DRIVER
4956 P:      Christof Schmitt
4957 M:      christof.schmitt@de.ibm.com
4958 P:      Martin Peschke
4959 M:      mp3@de.ibm.com
4960 M:      linux390@de.ibm.com
4961 L:      linux-s390@vger.kernel.org
4962 W:      http://www.ibm.com/developerworks/linux/linux390/
4963 S:      Supported
4964 F:      Documentation/s390/zfcpdump.txt
4965 F:      drivers/s390/scsi/zfcp_*
4966
4967 S390 IUCV NETWORK LAYER
4968 P:      Ursula Braun
4969 M:      ursula.braun@de.ibm.com
4970 M:      linux390@de.ibm.com
4971 L:      linux-s390@vger.kernel.org
4972 W:      http://www.ibm.com/developerworks/linux/linux390/
4973 S:      Supported
4974 F:      drivers/s390/net/*iucv*
4975 F:      include/net/iucv/
4976 F:      net/iucv/
4977
4978 S3C24XX SD/MMC Driver
4979 P:      Ben Dooks
4980 M:      ben-linux@fluff.org
4981 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4982 S:      Supported
4983 F:      drivers/mmc/host/s3cmci.*
4984
4985 SAA7146 VIDEO4LINUX-2 DRIVER
4986 P:      Michael Hunold
4987 M:      michael@mihu.de
4988 L:      linux-media@vger.kernel.org
4989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4990 W:      http://www.mihu.de/linux/saa7146
4991 S:      Maintained
4992 F:      drivers/media/common/saa7146*
4993 F:      drivers/media/video/*7146*
4994 F:      include/media/*7146*
4995
4996 SC1200 WDT DRIVER
4997 P:      Zwane Mwaikambo
4998 M:      zwane@arm.linux.org.uk
4999 S:      Maintained
5000 F:      drivers/watchdog/sc1200wdt.c
5001
5002 SCHEDULER
5003 P:      Ingo Molnar
5004 M:      mingo@elte.hu
5005 P:      Peter Zijlstra
5006 M:      peterz@infradead.org
5007 S:      Maintained
5008 F:      kernel/sched*
5009 F:      include/linux/sched.h
5010
5011 SCSI CDROM DRIVER
5012 P:      Jens Axboe
5013 M:      axboe@kernel.dk
5014 L:      linux-scsi@vger.kernel.org
5015 W:      http://www.kernel.dk
5016 S:      Maintained
5017 F:      drivers/scsi/sr*
5018
5019 SCSI SG DRIVER
5020 P:      Doug Gilbert
5021 M:      dgilbert@interlog.com
5022 L:      linux-scsi@vger.kernel.org
5023 W:      http://www.torque.net/sg
5024 S:      Maintained
5025 F:      drivers/scsi/sg.c
5026 F:      include/scsi/sg.h
5027
5028 SCSI SUBSYSTEM
5029 P:      James E.J. Bottomley
5030 M:      James.Bottomley@HansenPartnership.com
5031 L:      linux-scsi@vger.kernel.org
5032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5035 S:      Maintained
5036 F:      drivers/scsi/
5037 F:      include/scsi/
5038
5039 SCSI TAPE DRIVER
5040 P:      Kai Mäkisara
5041 M:      Kai.Makisara@kolumbus.fi
5042 L:      linux-scsi@vger.kernel.org
5043 S:      Maintained
5044 F:      Documentation/scsi/st.txt
5045 F:      drivers/scsi/st*
5046
5047 SCTP PROTOCOL
5048 P:      Vlad Yasevich
5049 M:      vladislav.yasevich@hp.com
5050 P:      Sridhar Samudrala
5051 M:      sri@us.ibm.com
5052 L:      linux-sctp@vger.kernel.org
5053 W:      http://lksctp.sourceforge.net
5054 S:      Supported
5055 F:      Documentation/networking/sctp.txt
5056 F:      include/linux/sctp.h
5057 F:      include/net/sctp/
5058 F:      net/sctp/
5059
5060 SCx200 CPU SUPPORT
5061 P:      Jim Cromie
5062 M:      jim.cromie@gmail.com
5063 S:      Odd Fixes
5064 F:      Documentation/i2c/busses/scx200_acb
5065 F:      arch/x86/kernel/scx200_32.c
5066 F:      drivers/watchdog/scx200_wdt.c
5067 F:      drivers/i2c/busses/scx200*
5068 F:      drivers/mtd/maps/scx200_docflash.c
5069 F:      include/linux/scx200.h
5070
5071 SCx200 GPIO DRIVER
5072 P:      Jim Cromie
5073 M:      jim.cromie@gmail.com
5074 S:      Maintained
5075 F:      drivers/char/scx200_gpio.c
5076 F:      include/linux/scx200_gpio.h
5077
5078 SCx200 HRT CLOCKSOURCE DRIVER
5079 P:      Jim Cromie
5080 M:      jim.cromie@gmail.com
5081 S:      Maintained
5082 F:      drivers/clocksource/scx200_hrt.c
5083
5084 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5085 P:      Sascha Sommer
5086 M:      saschasommer@freenet.de
5087 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5088 S:      Maintained
5089 F:      drivers/mmc/host/sdricoh_cs.c
5090
5091 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5092 P:      Pierre Ossman
5093 M:      pierre@ossman.eu
5094 L:      sdhci-devel@lists.ossman.eu
5095 S:      Maintained
5096
5097 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5098 P:      Anton Vorontsov
5099 M:      avorontsov@ru.mvista.com
5100 L:      linuxppc-dev@ozlabs.org
5101 L:      sdhci-devel@lists.ossman.eu
5102 S:      Maintained
5103 F:      drivers/mmc/host/sdhci.*
5104
5105 SECURITY SUBSYSTEM
5106 P:      James Morris
5107 M:      jmorris@namei.org
5108 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5109 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5110 W:      http://security.wiki.kernel.org/
5111 S:      Supported
5112 F:      security/
5113
5114 SECURITY CONTACT
5115 P:      Security Officers
5116 M:      security@kernel.org
5117 S:      Supported
5118
5119 SELINUX SECURITY MODULE
5120 P:      Stephen Smalley
5121 M:      sds@tycho.nsa.gov
5122 P:      James Morris
5123 M:      jmorris@namei.org
5124 P:      Eric Paris
5125 M:      eparis@parisplace.org
5126 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5127 W:      http://selinuxproject.org
5128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5129 S:      Supported
5130 F:      include/linux/selinux*
5131 F:      security/selinux/
5132
5133 SENSABLE PHANTOM
5134 P:      Jiri Slaby
5135 M:      jirislaby@gmail.com
5136 S:      Maintained
5137 F:      drivers/misc/phantom.c
5138 F:      include/linux/phantom.h
5139
5140 SERIAL ATA (SATA) SUBSYSTEM
5141 P:      Jeff Garzik
5142 M:      jgarzik@pobox.com
5143 L:      linux-ide@vger.kernel.org
5144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5145 S:      Supported
5146 F:      drivers/ata/
5147 F:      include/linux/ata.h
5148 F:      include/linux/libata.h
5149
5150 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5151 P:      Sathya Perla
5152 M:      sathyap@serverengines.com
5153 P:      Subbu Seetharaman
5154 M:      subbus@serverengines.com
5155 L:      netdev@vger.kernel.org
5156 W:      http://www.serverengines.com
5157 S:      Supported
5158 F:      drivers/net/benet/
5159
5160 SFC NETWORK DRIVER
5161 P:      Steve Hodgson
5162 P:      Ben Hutchings
5163 P:      Robert Stonehouse
5164 M:      linux-net-drivers@solarflare.com
5165 S:      Supported
5166 F:      drivers/net/sfc/
5167
5168 SGI GRU DRIVER
5169 P:      Jack Steiner
5170 M:      steiner@sgi.com
5171 S:      Maintained
5172 F:      drivers/misc/sgi-gru/
5173
5174 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5175 P:      Pat Gefre
5176 M:      pfg@sgi.com
5177 L:      linux-ia64@vger.kernel.org
5178 S:      Supported
5179 F:      Documentation/ia64/serial.txt
5180 F:      drivers/serial/ioc?_serial.c
5181 F:      include/linux/ioc?.h
5182
5183 SGI VISUAL WORKSTATION 320 AND 540
5184 P:      Andrey Panin
5185 M:      pazke@donpac.ru
5186 L:      linux-visws-devel@lists.sf.net
5187 W:      http://linux-visws.sf.net
5188 S:      Maintained for 2.6.
5189 F:      Documentation/sgi-visws.txt
5190
5191 SGI XP/XPC/XPNET DRIVER
5192 P:      Robin Holt
5193 M:      holt@sgi.com
5194 S:      Maintained
5195 F:      drivers/misc/sgi-xp/
5196
5197 SHARP LH SUPPORT (LH7952X & LH7A40X)
5198 P:      Marc Singer
5199 M:      elf@buici.com
5200 W:      http://projects.buici.com/arm
5201 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5202 S:      Maintained
5203 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5204 F:      arch/arm/mach-lh7a40x/
5205 F:      drivers/serial/serial_lh7a40x.c
5206 F:      drivers/usb/gadget/lh7a40*
5207 F:      drivers/usb/host/ohci-lh7a40*
5208
5209 SHPC HOTPLUG DRIVER
5210 P:      Kristen Carlson Accardi
5211 M:      kristen.c.accardi@intel.com
5212 L:      linux-pci@vger.kernel.org
5213 S:      Supported
5214 F:      drivers/pci/hotplug/shpchp*
5215
5216 SIMTEC EB110ATX (Chalice CATS)
5217 P:      Ben Dooks
5218 P:      Vincent Sanders
5219 M:      support@simtec.co.uk
5220 W:      http://www.simtec.co.uk/products/EB110ATX/
5221 S:      Supported
5222
5223 SIMTEC EB2410ITX (BAST)
5224 P:      Ben Dooks
5225 P:      Vincent Sanders
5226 M:      support@simtec.co.uk
5227 W:      http://www.simtec.co.uk/products/EB2410ITX/
5228 S:      Supported
5229 F:      arch/arm/mach-s3c2410/
5230 F:      drivers/*/*s3c2410*
5231 F:      drivers/*/*/*s3c2410*
5232
5233 SIS 190 ETHERNET DRIVER
5234 P:      Francois Romieu
5235 M:      romieu@fr.zoreil.com
5236 L:      netdev@vger.kernel.org
5237 S:      Maintained
5238 F:      drivers/net/sis190.c
5239
5240 SIS 900/7016 FAST ETHERNET DRIVER
5241 P:      Daniele Venzano
5242 M:      venza@brownhat.org
5243 W:      http://www.brownhat.org/sis900.html
5244 L:      netdev@vger.kernel.org
5245 S:      Maintained
5246 F:      drivers/net/sis900.*
5247
5248 SIS 96X I2C/SMBUS DRIVER
5249 P:      Mark M. Hoffman
5250 M:      mhoffman@lightlink.com
5251 L:      linux-i2c@vger.kernel.org
5252 S:      Maintained
5253 F:      Documentation/i2c/busses/i2c-sis96x
5254 F:      drivers/i2c/busses/i2c-sis96x.c
5255
5256 SIS FRAMEBUFFER DRIVER
5257 P:      Thomas Winischhofer
5258 M:      thomas@winischhofer.net
5259 W:      http://www.winischhofer.net/linuxsisvga.shtml
5260 S:      Maintained
5261 F:      Documentation/fb/sisfb.txt
5262 F:      drivers/video/sis/
5263 F:      include/video/sisfb.h
5264
5265 SIS USB2VGA DRIVER
5266 P:      Thomas Winischhofer
5267 M:      thomas@winischhofer.net
5268 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5269 S:      Maintained
5270 F:      drivers/usb/misc/sisusbvga/
5271
5272 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5273 P:      Stephen Hemminger
5274 M:      shemminger@linux-foundation.org
5275 L:      netdev@vger.kernel.org
5276 S:      Maintained
5277 F:      drivers/net/skge.*
5278 F:      drivers/net/sky2.*
5279
5280 SLAB ALLOCATOR
5281 P:      Christoph Lameter
5282 M:      cl@linux-foundation.org
5283 P:      Pekka Enberg
5284 M:      penberg@cs.helsinki.fi
5285 P:      Matt Mackall
5286 M:      mpm@selenic.com
5287 L:      linux-mm@kvack.org
5288 S:      Maintained
5289 F:      include/linux/sl?b*.h
5290 F:      mm/sl?b.c
5291
5292 SMC91x ETHERNET DRIVER
5293 P:      Nicolas Pitre
5294 M:      nico@cam.org
5295 S:      Maintained
5296 F:      drivers/net/smc91x.*
5297
5298 SMSC47B397 HARDWARE MONITOR DRIVER
5299 P:      Mark M. Hoffman
5300 M:      mhoffman@lightlink.com
5301 L:      lm-sensors@lm-sensors.org
5302 S:      Maintained
5303 F:      Documentation/hwmon/smsc47b397
5304 F:      drivers/hwmon/smsc47b397.c
5305
5306 SMSC911x ETHERNET DRIVER
5307 P:      Steve Glendinning
5308 M:      steve.glendinning@smsc.com
5309 L:      netdev@vger.kernel.org
5310 S:      Supported
5311 F:      include/linux/smsc911x.h
5312 F:      drivers/net/smsc911x.*
5313
5314 SMSC9420 PCI ETHERNET DRIVER
5315 P:      Steve Glendinning
5316 M:      steve.glendinning@smsc.com
5317 L:      netdev@vger.kernel.org
5318 S:      Supported
5319 F:      drivers/net/smsc9420.*
5320
5321 SMX UIO Interface
5322 P:      Ben Nizette
5323 M:      bn@niasdigital.com
5324 S:      Maintained
5325 F:      drivers/uio/uio_smx.c
5326
5327 SN-IA64 (Itanium) SUB-PLATFORM
5328 P:      Jes Sorensen
5329 M:      jes@sgi.com
5330 L:      linux-altix@sgi.com
5331 L:      linux-ia64@vger.kernel.org
5332 W:      http://www.sgi.com/altix
5333 S:      Maintained
5334 F:      arch/ia64/sn/
5335
5336 SOC-CAMERA V4L2 SUBSYSTEM
5337 P:      Guennadi Liakhovetski
5338 M:      g.liakhovetski@gmx.de
5339 L:      linux-media@vger.kernel.org
5340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5341 S:      Maintained
5342 F:      include/media/v4l2*
5343 F:      drivers/media/video/v4l2*
5344
5345 SOEKRIS NET48XX LED SUPPORT
5346 P:      Chris Boot
5347 M:      bootc@bootc.net
5348 S:      Maintained
5349 F:      drivers/leds/leds-net48xx.c
5350
5351 SOFTWARE RAID (Multiple Disks) SUPPORT
5352 P:      Neil Brown
5353 M:      neilb@suse.de
5354 L:      linux-raid@vger.kernel.org
5355 S:      Supported
5356 F:      drivers/md/
5357 F:      include/linux/raid/
5358
5359 SONIC NETWORK DRIVER
5360 P:      Thomas Bogendoerfer
5361 M:      tsbogend@alpha.franken.de
5362 L:      netdev@vger.kernel.org
5363 S:      Maintained
5364 F:      drivers/net/sonic.*
5365
5366 SONICS SILICON BACKPLANE DRIVER (SSB)
5367 P:      Michael Buesch
5368 M:      mb@bu3sch.de
5369 L:      netdev@vger.kernel.org
5370 S:      Maintained
5371 F:      drivers/ssb/
5372 F:      include/linux/ssb/
5373
5374 SONY VAIO CONTROL DEVICE DRIVER
5375 P:      Mattia Dongili
5376 M:      malattia@linux.it
5377 L:      linux-acpi@vger.kernel.org
5378 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5379 S:      Maintained
5380 F:      Documentation/laptops/sony-laptop.txt
5381 F:      drivers/char/sonypi.c
5382 F:      drivers/platform/x86/sony-laptop.c
5383 F:      include/linux/sony-laptop.h
5384
5385 SONY MEMORYSTICK CARD SUPPORT
5386 P:      Alex Dubov
5387 M:      oakad@yahoo.com
5388 W:      http://tifmxx.berlios.de/
5389 S:      Maintained
5390 F:      drivers/memstick/host/tifm_ms.c
5391
5392 SOUND
5393 P:      Jaroslav Kysela
5394 M:      perex@perex.cz
5395 P:      Takashi Iwai
5396 M:      tiwai@suse.de
5397 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5398 W:      http://www.alsa-project.org/
5399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5400 T:      git git://git.alsa-project.org/alsa-kernel.git
5401 S:      Maintained
5402 F:      Documentation/sound/
5403 F:      include/sound/
5404 F:      sound/
5405
5406 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5407 P:      Liam Girdwood
5408 M:      lrg@slimlogic.co.uk
5409 P:      Mark Brown
5410 M:      broonie@opensource.wolfsonmicro.com
5411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5412 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5413 W:      http://alsa-project.org/main/index.php/ASoC
5414 S:      Supported
5415 F:      sound/soc/
5416 F:      include/sound/soc*
5417
5418 SPARC + UltraSPARC (sparc/sparc64)
5419 P:      David S. Miller
5420 M:      davem@davemloft.net
5421 L:      sparclinux@vger.kernel.org
5422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5424 S:      Maintained
5425 F:      arch/sparc/
5426
5427 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5428 P:      Roger Wolff
5429 M:      R.E.Wolff@BitWizard.nl
5430 S:      Supported
5431 F:      Documentation/serial/specialix.txt
5432 F:      drivers/char/specialix*
5433
5434 SPI SUBSYSTEM
5435 P:      David Brownell
5436 M:      dbrownell@users.sourceforge.net
5437 L:      spi-devel-general@lists.sourceforge.net
5438 S:      Maintained
5439 F:      Documentation/spi/
5440 F:      drivers/spi/
5441 F:      include/linux/spi/
5442
5443 SPIDERNET NETWORK DRIVER for CELL
5444 P:      Ishizaki Kou
5445 M:      kou.ishizaki@toshiba.co.jp
5446 P:      Jens Osterkamp
5447 M:      jens@de.ibm.com
5448 L:      netdev@vger.kernel.org
5449 S:      Supported
5450 F:      Documentation/networking/spider_net.txt
5451 F:      drivers/net/spider_net*
5452
5453 SPU FILE SYSTEM
5454 P:      Jeremy Kerr
5455 M:      jk@ozlabs.org
5456 L:      linuxppc-dev@ozlabs.org
5457 L:      cbe-oss-dev@ozlabs.org
5458 W:      http://www.ibm.com/developerworks/power/cell/
5459 S:      Supported
5460 F:      Documentation/filesystems/spufs.txt
5461 F:      arch/powerpc/platforms/cell/spufs/
5462
5463 SQUASHFS FILE SYSTEM
5464 P:      Phillip Lougher
5465 M:      phillip@lougher.demon.co.uk
5466 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5467 W:      http://squashfs.org.uk
5468 S:      Maintained
5469 F:      Documentation/filesystems/squashfs.txt
5470 F:      fs/squashfs/
5471
5472 SRM (Alpha) environment access
5473 P:      Jan-Benedict Glaw
5474 M:      jbglaw@lug-owl.de
5475 S:      Maintained
5476 F:      arch/alpha/kernel/srm_env.c
5477
5478 STABLE BRANCH
5479 P:      Greg Kroah-Hartman
5480 M:      greg@kroah.com
5481 P:      Chris Wright
5482 M:      chrisw@sous-sol.org
5483 L:      stable@kernel.org
5484 S:      Maintained
5485
5486 STAGING SUBSYSTEM
5487 P:      Greg Kroah-Hartman
5488 M:      gregkh@suse.de
5489 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5490 S:      Maintained
5491 F:      drivers/staging/
5492
5493 STARFIRE/DURALAN NETWORK DRIVER
5494 P:      Ion Badulescu
5495 M:      ionut@cs.columbia.edu
5496 S:      Maintained
5497 F:      drivers/net/starfire*
5498
5499 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5500 W:      http://mosquitonet.Stanford.EDU/strip.html
5501 S:      Orphan
5502 F:      drivers/net/wireless/strip.c
5503 F:      include/linux/if_strip.h
5504
5505 STRADIS MPEG-2 DECODER DRIVER
5506 P:      Nathan Laredo
5507 M:      laredo@gnu.org
5508 W:      http://www.stradis.com/
5509 S:      Maintained
5510 F:      drivers/media/video/stradis.c
5511
5512 SUN3/3X
5513 P:      Sam Creasey
5514 M:      sammy@sammy.net
5515 W:      http://sammy.net/sun3/
5516 S:      Maintained
5517 F:      arch/m68k/kernel/*sun3*
5518 F:      arch/m68k/sun3*/
5519 F:      arch/m68k/include/asm/sun3*
5520
5521 SUPERH
5522 P:      Paul Mundt
5523 M:      lethal@linux-sh.org
5524 L:      linux-sh@vger.kernel.org
5525 W:      http://www.linux-sh.org
5526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5527 S:      Supported
5528 F:      Documentation/sh/
5529 F:      arch/sh/
5530 F:      drivers/sh/
5531
5532 SUSPEND TO RAM
5533 P:      Len Brown
5534 M:      len.brown@intel.com
5535 P:      Pavel Machek
5536 M:      pavel@ucw.cz
5537 P:      Rafael J. Wysocki
5538 M:      rjw@sisk.pl
5539 L:      linux-pm@lists.linux-foundation.org
5540 S:      Supported
5541 F:      Documentation/power/
5542 F:      arch/x86/kernel/acpi/
5543 F:      drivers/base/power/
5544 F:      kernel/power/
5545 F:      include/linux/suspend.h
5546 F:      include/linux/freezer.h
5547 F:      include/linux/pm.h
5548
5549 SVGA HANDLING
5550 P:      Martin Mares
5551 M:      mj@ucw.cz
5552 L:      linux-video@atrey.karlin.mff.cuni.cz
5553 S:      Maintained
5554 F:      Documentation/svga.txt
5555 F:      arch/x86/boot/video*
5556
5557 SYSV FILESYSTEM
5558 P:      Christoph Hellwig
5559 M:      hch@infradead.org
5560 S:      Maintained
5561 F:      Documentation/filesystems/sysv-fs.txt
5562 F:      fs/sysv/
5563 F:      include/linux/sysv_fs.h
5564
5565 TASKSTATS STATISTICS INTERFACE
5566 P:      Balbir Singh
5567 M:      balbir@linux.vnet.ibm.com
5568 S:      Maintained
5569 F:      Documentation/accounting/taskstats*
5570 F:      include/linux/taskstats*
5571 F:      kernel/taskstats.c
5572
5573 TC CLASSIFIER
5574 P:      Jamal Hadi Salim
5575 M:      hadi@cyberus.ca
5576 L:      netdev@vger.kernel.org
5577 S:      Maintained
5578 F:      include/linux/pkt_cls.h
5579 F:      include/net/pkt_cls.h
5580 F:      net/sched/
5581
5582 TCP LOW PRIORITY MODULE
5583 P:      Wong Hoi Sing, Edison
5584 M:      hswong3i@gmail.com
5585 P:      Hung Hing Lun, Mike
5586 M:      hlhung3i@gmail.com
5587 W:      http://tcp-lp-mod.sourceforge.net/
5588 S:      Maintained
5589 F:      net/ipv4/tcp_lp.c
5590
5591 TEHUTI ETHERNET DRIVER
5592 P:      Alexander Indenbaum
5593 M:      baum@tehutinetworks.net
5594 P:      Andy Gospodarek
5595 M:      andy@greyhouse.net
5596 L:      netdev@vger.kernel.org
5597 S:      Supported
5598 F:      drivers/net/tehuti*
5599
5600 Telecom Clock Driver for MCPL0010
5601 P:      Mark Gross
5602 M:      mark.gross@intel.com
5603 S:      Supported
5604 F:      drivers/char/tlclk.c
5605
5606 TENSILICA XTENSA PORT (xtensa)
5607 P:      Chris Zankel
5608 M:      chris@zankel.net
5609 S:      Maintained
5610 F:      arch/xtensa/
5611
5612 THINKPAD ACPI EXTRAS DRIVER
5613 P:      Henrique de Moraes Holschuh
5614 M:      ibm-acpi@hmh.eng.br
5615 L:      ibm-acpi-devel@lists.sourceforge.net
5616 W:      http://ibm-acpi.sourceforge.net
5617 W:      http://thinkwiki.org/wiki/Ibm-acpi
5618 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5619 S:      Maintained
5620 F:      drivers/platform/x86/thinkpad_acpi.c
5621
5622 TI FLASH MEDIA INTERFACE DRIVER
5623 P:      Alex Dubov
5624 M:      oakad@yahoo.com
5625 S:      Maintained
5626 F:      drivers/misc/tifm*
5627 F:      drivers/mmc/host/tifm_sd.c
5628 F:      include/linux/tifm.h
5629
5630 TIPC NETWORK LAYER
5631 P:      Per Liden
5632 M:      per.liden@ericsson.com
5633 P:      Jon Maloy
5634 M:      jon.maloy@ericsson.com
5635 P:      Allan Stephens
5636 M:      allan.stephens@windriver.com
5637 L:      tipc-discussion@lists.sourceforge.net
5638 W:      http://tipc.sourceforge.net/
5639 W:      http://tipc.cslab.ericsson.net/
5640 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5641 S:      Maintained
5642 F:      include/linux/tipc*.h
5643 F:      include/net/tipc/
5644 F:      net/tipc/
5645
5646 TLAN NETWORK DRIVER
5647 P:      Samuel Chessman
5648 M:      chessman@tux.org
5649 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5650 W:      http://sourceforge.net/projects/tlan/
5651 S:      Maintained
5652 F:      Documentation/networking/tlan.txt
5653 F:      drivers/net/tlan.*
5654
5655 TOMOYO SECURITY MODULE
5656 P:      Kentaro Takeda
5657 M:      takedakn@nttdata.co.jp
5658 P:      Tetsuo Handa
5659 M:      penguin-kernel@I-love.SAKURA.ne.jp
5660 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5661 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5662 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5663 W:      http://tomoyo.sourceforge.jp/
5664 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5665 S:      Maintained
5666 F:      security/tomoyo/
5667
5668 TOSHIBA ACPI EXTRAS DRIVER
5669 S:      Orphan
5670 F:      drivers/platform/x86/toshiba_acpi.c
5671
5672 TOSHIBA SMM DRIVER
5673 P:      Jonathan Buzzard
5674 M:      jonathan@buzzard.org.uk
5675 L:      tlinux-users@tce.toshiba-dme.co.jp
5676 W:      http://www.buzzard.org.uk/toshiba/
5677 S:      Maintained
5678 F:      drivers/char/toshiba.c
5679 F:      include/linux/toshiba.h
5680
5681 TMIO MMC DRIVER
5682 P:      Ian Molton
5683 M:      ian@mnementh.co.uk
5684 S:      Maintained
5685 F:      drivers/mmc/host/tmio_mmc.*
5686
5687 TMPFS (SHMEM FILESYSTEM)
5688 P:      Hugh Dickins
5689 M:      hugh.dickins@tiscali.co.uk
5690 L:      linux-mm@kvack.org
5691 S:      Maintained
5692 F:      include/linux/shmem_fs.h
5693 F:      mm/shmem.c
5694
5695 TPM DEVICE DRIVER
5696 P:      Debora Velarde
5697 M:      debora@linux.vnet.ibm.com
5698 P:      Rajiv Andrade
5699 M:      srajiv@linux.vnet.ibm.com
5700 W:      http://tpmdd.sourceforge.net
5701 P:      Marcel Selhorst
5702 M:      m.selhorst@sirrix.com
5703 W:      http://www.sirrix.com
5704 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5705 S:      Maintained
5706 F:      drivers/char/tpm/
5707
5708 TRIVIAL PATCHES
5709 P:      Jiri Kosina
5710 M:      trivial@kernel.org
5711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5712 S:      Maintained
5713 F:      drivers/char/tty_*
5714 F:      drivers/serial/serial_core.c
5715 F:      include/linux/serial_core.h
5716 F:      include/linux/serial.h
5717 F:      include/linux/tty.h
5718
5719 TTY LAYER
5720 P:      Alan Cox
5721 M:      alan@lxorguk.ukuu.org.uk
5722 S:      Maintained
5723 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5724
5725 TULIP NETWORK DRIVERS
5726 P:      Grant Grundler
5727 M:      grundler@parisc-linux.org
5728 P:      Kyle McMartin
5729 M:      kyle@mcmartin.ca
5730 L:      netdev@vger.kernel.org
5731 S:      Maintained
5732 F:      drivers/net/tulip/
5733
5734 TUN/TAP driver
5735 P:      Maxim Krasnyansky
5736 M:      maxk@qualcomm.com
5737 L:      vtun@office.satix.net
5738 W:      http://vtun.sourceforge.net/tun
5739 S:      Maintained
5740 F:      Documentation/networking/tuntap.txt
5741 F:      arch/um/os-Linux/drivers/
5742
5743 TURBOCHANNEL SUBSYSTEM
5744 P:      Maciej W. Rozycki
5745 M:      macro@linux-mips.org
5746 S:      Maintained
5747 F:      drivers/tc/
5748 F:      include/linux/tc.h
5749
5750 U14-34F SCSI DRIVER
5751 P:      Dario Ballabio
5752 M:      ballabio_dario@emc.com
5753 L:      linux-scsi@vger.kernel.org
5754 S:      Maintained
5755 F:      drivers/scsi/u14-34f.c
5756
5757 UBI FILE SYSTEM (UBIFS)
5758 P:      Artem Bityutskiy
5759 M:      dedekind@infradead.org
5760 P:      Adrian Hunter
5761 M:      ext-adrian.hunter@nokia.com
5762 L:      linux-mtd@lists.infradead.org
5763 T:      git git://git.infradead.org/ubifs-2.6.git
5764 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5765 S:      Maintained
5766 F:      Documentation/filesystems/ubifs.txt
5767 F:      fs/ubifs/
5768
5769 UCLINUX (AND M68KNOMMU)
5770 P:      Greg Ungerer
5771 M:      gerg@uclinux.org
5772 W:      http://www.uclinux.org/
5773 L:      uclinux-dev@uclinux.org  (subscribers-only)
5774 S:      Maintained
5775 F:      arch/m68knommu/
5776
5777 UCLINUX FOR RENESAS H8/300 (H8300)
5778 P:      Yoshinori Sato
5779 M:      ysato@users.sourceforge.jp
5780 W:      http://uclinux-h8.sourceforge.jp/
5781 S:      Supported
5782
5783 UDF FILESYSTEM
5784 P:      Jan Kara
5785 M:      jack@suse.cz
5786 W:      http://linux-udf.sourceforge.net
5787 S:      Maintained
5788 F:      Documentation/filesystems/udf.txt
5789 F:      fs/udf/
5790
5791 UFS FILESYSTEM
5792 P:      Evgeniy Dushistov
5793 M:      dushistov@mail.ru
5794 S:      Maintained
5795 F:      Documentation/filesystems/ufs.txt
5796 F:      fs/ufs/
5797
5798 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5799 P:      David Vrabel
5800 M:      david.vrabel@csr.com
5801 L:      linux-usb@vger.kernel.org
5802 S:      Supported
5803 F:      drivers/uwb/*
5804 F:      include/linux/uwb.h
5805 F:      include/linux/uwb/
5806
5807 UNIFORM CDROM DRIVER
5808 P:      Jens Axboe
5809 M:      axboe@kernel.dk
5810 W:      http://www.kernel.dk
5811 S:      Maintained
5812 F:      Documentation/cdrom/
5813 F:      drivers/cdrom/cdrom.c
5814 F:      include/linux/cdrom.h
5815
5816 UNSORTED BLOCK IMAGES (UBI)
5817 P:      Artem Bityutskiy
5818 M:      dedekind@infradead.org
5819 W:      http://www.linux-mtd.infradead.org/
5820 L:      linux-mtd@lists.infradead.org
5821 T:      git git://git.infradead.org/ubi-2.6.git
5822 S:      Maintained
5823 F:      drivers/mtd/ubi/
5824 F:      include/linux/mtd/ubi.h
5825 F:      include/mtd/ubi-user.h
5826
5827 USB ACM DRIVER
5828 P:      Oliver Neukum
5829 M:      oliver@neukum.name
5830 L:      linux-usb@vger.kernel.org
5831 S:      Maintained
5832 F:      Documentation/usb/acm.txt
5833 F:      drivers/usb/class/cdc-acm.*
5834
5835 USB BLOCK DRIVER (UB ub)
5836 P:      Pete Zaitcev
5837 M:      zaitcev@redhat.com
5838 L:      linux-usb@vger.kernel.org
5839 S:      Supported
5840 F:      drivers/block/ub.c
5841
5842 USB CDC ETHERNET DRIVER
5843 P:      Greg Kroah-Hartman
5844 M:      greg@kroah.com
5845 L:      linux-usb@vger.kernel.org
5846 S:      Maintained
5847 W:      http://www.kroah.com/linux-usb/
5848 F:      drivers/net/usb/cdc_*.c
5849 F:      include/linux/usb/cdc.h
5850
5851 USB CYPRESS C67X00 DRIVER
5852 P:      Peter Korsgaard
5853 M:      jacmet@sunsite.dk
5854 L:      linux-usb@vger.kernel.org
5855 S:      Maintained
5856 F:      drivers/usb/c67x00/
5857
5858 USB DAVICOM DM9601 DRIVER
5859 P:      Peter Korsgaard
5860 M:      jacmet@sunsite.dk
5861 L:      netdev@vger.kernel.org
5862 W:      http://www.linux-usb.org/usbnet
5863 S:      Maintained
5864 F:      drivers/net/usb/dm9601.c
5865
5866 USB DIAMOND RIO500 DRIVER
5867 P:      Cesar Miquel
5868 M:      miquel@df.uba.ar
5869 L:      rio500-users@lists.sourceforge.net
5870 W:      http://rio500.sourceforge.net
5871 S:      Maintained
5872 F:      drivers/usb/misc/rio500*
5873
5874 USB EHCI DRIVER
5875 P:      David Brownell
5876 M:      dbrownell@users.sourceforge.net
5877 L:      linux-usb@vger.kernel.org
5878 S:      Odd Fixes
5879 F:      Documentation/usb/ehci.txt
5880 F:      drivers/usb/host/ehci*
5881
5882 USB ET61X[12]51 DRIVER
5883 P:      Luca Risolia
5884 M:      luca.risolia@studio.unibo.it
5885 L:      linux-usb@vger.kernel.org
5886 L:      linux-media@vger.kernel.org
5887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5888 W:      http://www.linux-projects.org
5889 S:      Maintained
5890 F:      drivers/media/video/et61x251/
5891
5892 USB GADGET/PERIPHERAL SUBSYSTEM
5893 P:      David Brownell
5894 M:      dbrownell@users.sourceforge.net
5895 L:      linux-usb@vger.kernel.org
5896 W:      http://www.linux-usb.org/gadget
5897 S:      Maintained
5898 F:      drivers/usb/gadget/
5899 F:      include/linux/usb/gadget*
5900
5901 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5902 P:      Jiri Kosina
5903 M:      jkosina@suse.cz
5904 L:      linux-usb@vger.kernel.org
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5906 S:      Maintained
5907 F:      Documentation/usb/hiddev.txt
5908 F:      drivers/hid/usbhid/
5909
5910 USB ISP116X DRIVER
5911 P:      Olav Kongas
5912 M:      ok@artecdesign.ee
5913 L:      linux-usb@vger.kernel.org
5914 S:      Maintained
5915 F:      drivers/usb/host/isp116x*
5916 F:      include/linux/usb/isp116x.h
5917
5918 USB KAWASAKI LSI DRIVER
5919 P:      Oliver Neukum
5920 M:      oliver@neukum.name
5921 L:      linux-usb@vger.kernel.org
5922 S:      Maintained
5923 F:      drivers/usb/serial/kl5kusb105.*
5924
5925 USB MASS STORAGE DRIVER
5926 P:      Matthew Dharm
5927 M:      mdharm-usb@one-eyed-alien.net
5928 L:      linux-usb@vger.kernel.org
5929 L:      usb-storage@lists.one-eyed-alien.net
5930 S:      Maintained
5931 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5932 F:      drivers/usb/storage/
5933
5934 USB OHCI DRIVER
5935 P:      David Brownell
5936 M:      dbrownell@users.sourceforge.net
5937 L:      linux-usb@vger.kernel.org
5938 S:      Odd Fixes
5939 F:      Documentation/usb/ohci.txt
5940 F:      drivers/usb/host/ohci*
5941
5942 USB OPTION-CARD DRIVER
5943 P:      Matthias Urlichs
5944 M:      smurf@smurf.noris.de
5945 L:      linux-usb@vger.kernel.org
5946 S:      Maintained
5947 F:      drivers/usb/serial/option.c
5948
5949 USB OV511 DRIVER
5950 P:      Mark McClelland
5951 M:      mmcclell@bigfoot.com
5952 L:      linux-usb@vger.kernel.org
5953 W:      http://alpha.dyndns.org/ov511/
5954 S:      Maintained
5955 F:      drivers/media/video/ov511.*
5956
5957 USB PEGASUS 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/pegasus.*
5965
5966 USB PRINTER DRIVER (usblp)
5967 P:      Pete Zaitcev
5968 M:      zaitcev@redhat.com
5969 L:      linux-usb@vger.kernel.org
5970 S:      Supported
5971 F:      drivers/usb/class/usblp.c
5972
5973 USB RTL8150 DRIVER
5974 P:      Petko Manolov
5975 M:      petkan@users.sourceforge.net
5976 L:      linux-usb@vger.kernel.org
5977 L:      netdev@vger.kernel.org
5978 W:      http://pegasus2.sourceforge.net/
5979 S:      Maintained
5980 F:      drivers/net/usb/rtl8150.c
5981
5982 USB SE401 DRIVER
5983 P:      Jeroen Vreeken
5984 M:      pe1rxq@amsat.org
5985 L:      linux-usb@vger.kernel.org
5986 W:      http://www.chello.nl/~j.vreeken/se401/
5987 S:      Maintained
5988 F:      Documentation/video4linux/se401.txt
5989 F:      drivers/media/video/se401.*
5990
5991 USB SERIAL BELKIN F5U103 DRIVER
5992 P:      William Greathouse
5993 M:      wgreathouse@smva.com
5994 L:      linux-usb@vger.kernel.org
5995 S:      Maintained
5996 F:      drivers/usb/serial/belkin_sa.*
5997
5998 USB SERIAL CYPRESS M8 DRIVER
5999 P:      Lonnie Mendez
6000 M:      dignome@gmail.com
6001 L:      linux-usb@vger.kernel.org
6002 S:      Maintained
6003 W:      http://geocities.com/i0xox0i
6004 W:      http://firstlight.net/cvs
6005 F:      drivers/usb/serial/cypress_m8.*
6006
6007 USB SERIAL CYBERJACK DRIVER
6008 P:      Matthias Bruestle and Harald Welte
6009 M:      support@reiner-sct.com
6010 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6011 S:      Maintained
6012 F:      drivers/usb/serial/cyberjack.c
6013
6014 USB SERIAL DIGI ACCELEPORT DRIVER
6015 P:      Peter Berger and Al Borchers
6016 M:      pberger@brimson.com
6017 M:      alborchers@steinerpoint.com
6018 L:      linux-usb@vger.kernel.org
6019 S:      Maintained
6020 F:      drivers/usb/serial/digi_acceleport.c
6021
6022 USB SERIAL DRIVER
6023 P:      Greg Kroah-Hartman
6024 M:      gregkh@suse.de
6025 L:      linux-usb@vger.kernel.org
6026 S:      Supported
6027 F:      Documentation/usb/usb-serial.txt
6028 F:      drivers/usb/serial/generic.c
6029 F:      drivers/usb/serial/usb-serial.c
6030 F:      include/linux/usb/serial.h
6031
6032 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6033 P:      Gary Brubaker
6034 M:      xavyer@ix.netcom.com
6035 L:      linux-usb@vger.kernel.org
6036 S:      Maintained
6037 F:      drivers/usb/serial/empeg.c
6038
6039 USB SERIAL KEYSPAN DRIVER
6040 P:      Greg Kroah-Hartman
6041 M:      greg@kroah.com
6042 L:      linux-usb@vger.kernel.org
6043 W:      http://www.kroah.com/linux/
6044 S:      Maintained
6045 F:      drivers/usb/serial/*keyspan*
6046
6047 USB SERIAL WHITEHEAT DRIVER
6048 P:      Support Department
6049 M:      support@connecttech.com
6050 L:      linux-usb@vger.kernel.org
6051 W:      http://www.connecttech.com
6052 S:      Supported
6053 F:      drivers/usb/serial/whiteheat*
6054
6055 USB SMSC95XX ETHERNET DRIVER
6056 P:      Steve Glendinning
6057 M:      steve.glendinning@smsc.com
6058 L:      netdev@vger.kernel.org
6059 S:      Supported
6060 F:      drivers/net/usb/smsc95xx.*
6061
6062 USB SN9C1xx DRIVER
6063 P:      Luca Risolia
6064 M:      luca.risolia@studio.unibo.it
6065 L:      linux-usb@vger.kernel.org
6066 L:      linux-media@vger.kernel.org
6067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6068 W:      http://www.linux-projects.org
6069 S:      Maintained
6070 F:      Documentation/video4linux/sn9c102.txt
6071 F:      drivers/media/video/sn9c102/
6072
6073 USB SUBSYSTEM
6074 P:      Greg Kroah-Hartman
6075 M:      gregkh@suse.de
6076 L:      linux-usb@vger.kernel.org
6077 W:      http://www.linux-usb.org
6078 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6079 S:      Supported
6080 F:      Documentation/usb/
6081 F:      drivers/net/usb/
6082 F:      drivers/usb/
6083 F:      include/linux/usb.h
6084 F:      include/linux/usb/
6085
6086 USB UHCI DRIVER
6087 P:      Alan Stern
6088 M:      stern@rowland.harvard.edu
6089 L:      linux-usb@vger.kernel.org
6090 S:      Maintained
6091 F:      drivers/usb/host/uhci*
6092
6093 USB "USBNET" DRIVER FRAMEWORK
6094 P:      David Brownell
6095 M:      dbrownell@users.sourceforge.net
6096 L:      netdev@vger.kernel.org
6097 W:      http://www.linux-usb.org/usbnet
6098 S:      Maintained
6099 F:      drivers/net/usb/usbnet.c
6100 F:      include/linux/usb/usbnet.h
6101
6102 USB VIDEO CLASS
6103 P:      Laurent Pinchart
6104 M:      laurent.pinchart@skynet.be
6105 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6106 L:      linux-media@vger.kernel.org
6107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6108 W:      http://linux-uvc.berlios.de
6109 S:      Maintained
6110 F:      drivers/media/video/uvc/
6111
6112 USB W996[87]CF DRIVER
6113 P:      Luca Risolia
6114 M:      luca.risolia@studio.unibo.it
6115 L:      linux-usb@vger.kernel.org
6116 L:      linux-media@vger.kernel.org
6117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6118 W:      http://www.linux-projects.org
6119 S:      Maintained
6120 F:      Documentation/video4linux/w9968cf.txt
6121 F:      drivers/media/video/w996*
6122
6123 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6124 P:      Jussi Kivilinna
6125 M:      jussi.kivilinna@mbnet.fi
6126 L:      linux-wireless@vger.kernel.org
6127 S:      Maintained
6128 F:      drivers/net/wireless/rndis_wlan.c
6129
6130 USB XHCI DRIVER
6131 P:      Sarah Sharp
6132 M:      sarah.a.sharp@intel.com
6133 L:      linux-usb@vger.kernel.org
6134 S:      Supported
6135
6136 USB ZC0301 DRIVER
6137 P:      Luca Risolia
6138 M:      luca.risolia@studio.unibo.it
6139 L:      linux-usb@vger.kernel.org
6140 L:      linux-media@vger.kernel.org
6141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6142 W:      http://www.linux-projects.org
6143 S:      Maintained
6144 F:      Documentation/video4linux/zc0301.txt
6145 F:      drivers/media/video/zc0301/
6146
6147 USB ZD1201 DRIVER
6148 P:      Jeroen Vreeken
6149 M:      pe1rxq@amsat.org
6150 L:      linux-usb@vger.kernel.org
6151 W:      http://linux-lc100020.sourceforge.net
6152 S:      Maintained
6153 F:      drivers/net/wireless/zd1201.*
6154
6155 USB ZR364XX DRIVER
6156 P:      Antoine Jacquet
6157 M:      royale@zerezo.com
6158 L:      linux-usb@vger.kernel.org
6159 L:      linux-media@vger.kernel.org
6160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6161 W:      http://royale.zerezo.com/zr364xx/
6162 S:      Maintained
6163 F:      Documentation/video4linux/zr364xx.txt
6164 F:      drivers/media/video/zr364xx.c
6165
6166 USER-MODE LINUX (UML)
6167 P:      Jeff Dike
6168 M:      jdike@addtoit.com
6169 L:      user-mode-linux-devel@lists.sourceforge.net
6170 L:      user-mode-linux-user@lists.sourceforge.net
6171 W:      http://user-mode-linux.sourceforge.net
6172 S:      Maintained
6173 F:      Documentation/uml/
6174 F:      arch/um/
6175 F:      fs/hostfs/
6176 F:      fs/hppfs/
6177
6178 USERSPACE I/O (UIO)
6179 P:      Hans J. Koch
6180 M:      hjk@linutronix.de
6181 P:      Greg Kroah-Hartman
6182 M:      gregkh@suse.de
6183 S:      Maintained
6184 F:      Documentation/DocBook/uio-howto.tmpl
6185 F:      drivers/uio/
6186 F:      include/linux/uio*.h
6187
6188 UTIL-LINUX-NG PACKAGE
6189 P:      Karel Zak
6190 M:      kzak@redhat.com
6191 L:      util-linux-ng@vger.kernel.org
6192 W:      http://kernel.org/~kzak/util-linux-ng/
6193 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6194 S:      Maintained
6195
6196 UVESAFB DRIVER
6197 P:      Michal Januszewski
6198 M:      spock@gentoo.org
6199 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6200 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6201 S:      Maintained
6202 F:      Documentation/fb/uvesafb.txt
6203 F:      drivers/video/uvesafb.*
6204
6205 VFAT/FAT/MSDOS FILESYSTEM
6206 P:      OGAWA Hirofumi
6207 M:      hirofumi@mail.parknet.co.jp
6208 S:      Maintained
6209 F:      Documentation/filesystems/vfat.txt
6210 F:      fs/fat/
6211
6212 VIA RHINE NETWORK DRIVER
6213 P:      Roger Luethi
6214 M:      rl@hellgate.ch
6215 S:      Maintained
6216 F:      drivers/net/via-rhine.c
6217
6218 VIAPRO SMBUS DRIVER
6219 P:      Jean Delvare
6220 M:      khali@linux-fr.org
6221 L:      linux-i2c@vger.kernel.org
6222 S:      Maintained
6223 F:      Documentation/i2c/busses/i2c-viapro
6224 F:      drivers/i2c/busses/i2c-viapro.c
6225
6226 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6227 P:      Joseph Chan
6228 M:      JosephChan@via.com.tw
6229 P:      Scott Fang
6230 M:      ScottFang@viatech.com.cn
6231 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6232 S:      Maintained
6233 F:      drivers/video/via/
6234
6235 VIA VELOCITY NETWORK DRIVER
6236 P:      Francois Romieu
6237 M:      romieu@fr.zoreil.com
6238 L:      netdev@vger.kernel.org
6239 S:      Maintained
6240 F:      drivers/net/via-velocity.*
6241
6242 VLAN (802.1Q)
6243 P:      Patrick McHardy
6244 M:      kaber@trash.net
6245 L:      netdev@vger.kernel.org
6246 S:      Maintained
6247 F:      drivers/net/macvlan.c
6248 F:      include/linux/if_*vlan.h
6249 F:      net/8021q/
6250
6251 VLYNQ BUS
6252 P:      Florian Fainelli
6253 M:      florian@openwrt.org
6254 L:      openwrt-devel@lists.openwrt.org
6255 S:      Maintained
6256 F:      drivers/vlynq/vlynq.c
6257 F:      include/linux/vlynq.h
6258
6259 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6260 P:      Liam Girdwood
6261 M:      lrg@slimlogic.co.uk
6262 P:      Mark Brown
6263 M:      broonie@opensource.wolfsonmicro.com
6264 W:      http://opensource.wolfsonmicro.com/node/15
6265 W:      http://www.slimlogic.co.uk/?p=48
6266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6267 S:      Supported
6268 F:      drivers/regulator/
6269 F:      include/linux/regulator/
6270
6271 VT1211 HARDWARE MONITOR DRIVER
6272 P:      Juerg Haefliger
6273 M:      juergh@gmail.com
6274 L:      lm-sensors@lm-sensors.org
6275 S:      Maintained
6276 F:      Documentation/hwmon/vt1211
6277 F:      drivers/hwmon/vt1211.c
6278
6279 VT8231 HARDWARE MONITOR DRIVER
6280 P:      Roger Lucas
6281 M:      vt8231@hiddenengine.co.uk
6282 L:      lm-sensors@lm-sensors.org
6283 S:      Maintained
6284 F:      drivers/hwmon/vt8231.c
6285
6286 W1 DALLAS'S 1-WIRE BUS
6287 P:      Evgeniy Polyakov
6288 M:      johnpol@2ka.mipt.ru
6289 S:      Maintained
6290 F:      Documentation/w1/
6291 F:      drivers/w1/
6292
6293 W83791D HARDWARE MONITORING DRIVER
6294 P:      Marc Hulsman
6295 M:      m.hulsman@tudelft.nl
6296 L:      lm-sensors@lm-sensors.org
6297 S:      Maintained
6298 F:      Documentation/hwmon/w83791d
6299 F:      drivers/hwmon/w83791d.c
6300
6301 W83793 HARDWARE MONITORING DRIVER
6302 P:      Rudolf Marek
6303 M:      r.marek@assembler.cz
6304 L:      lm-sensors@lm-sensors.org
6305 S:      Maintained
6306 F:      Documentation/hwmon/w83793
6307 F:      drivers/hwmon/w83793.c
6308
6309 W83L51xD SD/MMC CARD INTERFACE DRIVER
6310 P:      Pierre Ossman
6311 M:      pierre@ossman.eu
6312 S:      Maintained
6313 F:      drivers/mmc/host/wbsd.*
6314
6315 WATCHDOG DEVICE DRIVERS
6316 P:      Wim Van Sebroeck
6317 M:      wim@iguana.be
6318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6319 S:      Maintained
6320 F:      Documentation/watchdog/
6321 F:      drivers/watchdog/
6322 F:      include/linux/watchdog.h
6323
6324 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6325 P:      Jean Tourrilhes
6326 M:      jt@hpl.hp.com
6327 L:      linux-wireless@vger.kernel.org
6328 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6329 S:      Maintained
6330 F:      Documentation/networking/wavelan.txt
6331 F:      drivers/net/wireless/wavelan*
6332
6333 WD7000 SCSI DRIVER
6334 P:      Miroslav Zagorac
6335 M:      zaga@fly.cc.fer.hr
6336 L:      linux-scsi@vger.kernel.org
6337 S:      Maintained
6338 F:      drivers/scsi/wd7000.c
6339
6340 WIMAX STACK
6341 P:      Inaky Perez-Gonzalez
6342 M:      inaky.perez-gonzalez@intel.com
6343 M:      linux-wimax@intel.com
6344 L:      wimax@linuxwimax.org
6345 S:      Supported
6346 W:      http://linuxwimax.org
6347
6348 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6349 P:      David Vrabel
6350 M:      david.vrabel@csr.com
6351 S:      Maintained
6352 F:      include/linux/wlp.h
6353 F:      drivers/uwb/wlp/
6354
6355 WISTRON LAPTOP BUTTON DRIVER
6356 P:      Miloslav Trmac
6357 M:      mitr@volny.cz
6358 S:      Maintained
6359 F:      drivers/input/misc/wistron_btns.c
6360
6361 WL3501 WIRELESS PCMCIA CARD DRIVER
6362 P:      Arnaldo Carvalho de Melo
6363 M:      acme@ghostprotocols.net
6364 L:      linux-wireless@vger.kernel.org
6365 W:      http://oops.ghostprotocols.net:81/blog
6366 S:      Maintained
6367 F:      drivers/net/wireless/wl3501*
6368
6369 WM97XX TOUCHSCREEN DRIVERS
6370 P:      Mark Brown
6371 M:      broonie@opensource.wolfsonmicro.com
6372 P:      Liam Girdwood
6373 M:      lrg@slimlogic.co.uk
6374 L:      linux-input@vger.kernel.org
6375 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6376 W:      http://opensource.wolfsonmicro.com/node/7
6377 S:      Supported
6378 F:      drivers/input/touchscreen/*wm97*
6379 F:      include/linux/wm97xx.h
6380
6381 X.25 NETWORK LAYER
6382 P:      Henner Eisen
6383 M:      eis@baty.hanse.de
6384 L:      linux-x25@vger.kernel.org
6385 S:      Maintained
6386 F:      Documentation/networking/x25*
6387 F:      include/net/x25*
6388 F:      net/x25/
6389
6390 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6391 P:      Thomas Gleixner
6392 M:      tglx@linutronix.de
6393 P:      Ingo Molnar
6394 M:      mingo@redhat.com
6395 P:      H. Peter Anvin
6396 M:      hpa@zytor.com
6397 M:      x86@kernel.org
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6399 S:      Maintained
6400 F:      Documentation/x86/
6401 F:      arch/x86/
6402
6403 XEN HYPERVISOR INTERFACE
6404 P:      Jeremy Fitzhardinge
6405 M:      jeremy@xensource.com
6406 P:      Chris Wright
6407 M:      chrisw@sous-sol.org
6408 L:      virtualization@lists.osdl.org
6409 L:      xen-devel@lists.xensource.com
6410 S:      Supported
6411 F:      arch/x86/xen/
6412 F:      drivers/*/xen-*front.c
6413 F:      drivers/xen/
6414 F:      arch/x86/include/asm/xen/
6415 F:      include/xen/
6416
6417 XFS FILESYSTEM
6418 P:      Silicon Graphics Inc
6419 P:      Felix Blyakher
6420 M:      felixb@sgi.com
6421 M:      xfs-masters@oss.sgi.com
6422 L:      xfs@oss.sgi.com
6423 W:      http://oss.sgi.com/projects/xfs
6424 T:      git git://oss.sgi.com/xfs/xfs.git
6425 S:      Supported
6426 F:      Documentation/filesystems/xfs.txt
6427 F:      fs/xfs/
6428
6429 XILINX SYSTEMACE DRIVER
6430 P:      Grant Likely
6431 M:      grant.likely@secretlab.ca
6432 W:      http://www.secretlab.ca/
6433 S:      Maintained
6434 F:      drivers/block/xsysace.c
6435
6436 XILINX UARTLITE SERIAL DRIVER
6437 P:      Peter Korsgaard
6438 M:      jacmet@sunsite.dk
6439 L:      linux-serial@vger.kernel.org
6440 S:      Maintained
6441 F:      drivers/serial/uartlite.c
6442
6443 YAM DRIVER FOR AX.25
6444 P:      Jean-Paul Roubelat
6445 M:      jpr@f6fbb.org
6446 L:      linux-hams@vger.kernel.org
6447 S:      Maintained
6448 F:      drivers/net/hamradio/yam*
6449 F:      include/linux/yam.h
6450
6451 YEALINK PHONE DRIVER
6452 P:      Henk Vergonet
6453 M:      Henk.Vergonet@gmail.com
6454 L:      usbb2k-api-dev@nongnu.org
6455 S:      Maintained
6456 F:      Documentation/input/yealink.txt
6457 F:      drivers/input/misc/yealink.*
6458
6459 Z8530 DRIVER FOR AX.25
6460 P:      Joerg Reuter
6461 M:      jreuter@yaina.de
6462 W:      http://yaina.de/jreuter/
6463 W:      http://www.qsl.net/dl1bke/
6464 L:      linux-hams@vger.kernel.org
6465 S:      Maintained
6466 F:      Documentation/networking/z8530drv.txt
6467 F:      drivers/net/hamradio/*scc.c
6468 F:      drivers/net/hamradio/z8530.h
6469
6470 ZD1211RW WIRELESS DRIVER
6471 P:      Daniel Drake
6472 M:      dsd@gentoo.org
6473 P:      Ulrich Kunitz
6474 M:      kune@deine-taler.de
6475 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6476 L:      linux-wireless@vger.kernel.org
6477 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6478 S:      Maintained
6479 F:      drivers/net/wireless/zd1211rw/
6480
6481 ZR36067 VIDEO FOR LINUX DRIVER
6482 L:      mjpeg-users@lists.sourceforge.net
6483 L:      linux-media@vger.kernel.org
6484 W:      http://mjpeg.sourceforge.net/driver-zoran/
6485 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6486 S:      Odd Fixes
6487 F:      drivers/media/video/zoran/
6488
6489 ZS DECSTATION Z85C30 SERIAL DRIVER
6490 P:      Maciej W. Rozycki
6491 M:      macro@linux-mips.org
6492 S:      Maintained
6493 F:      drivers/serial/zs.*
6494
6495 THE REST
6496 P:      Linus Torvalds
6497 M:      torvalds@linux-foundation.org
6498 L:      linux-kernel@vger.kernel.org
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6500 S:      Buried alive in reporters
6501 F:      *
6502 F:      */