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