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