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