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