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