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