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