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