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