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