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