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