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