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