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