Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[deliverable/linux.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@vger.kernel.org
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)
3086L: netdev@vger.kernel.org
3087W: http://www.isdn4linux.de
3088T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3089S: Maintained
3090F: Documentation/isdn/
3091F: drivers/isdn/
3092F: include/linux/isdn.h
3093F: include/linux/isdn/
3094
3095ISDN SUBSYSTEM (Eicon active card driver)
3096M: Armin Schindler <mac@melware.de>
3097L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3098W: http://www.melware.de
3099S: Maintained
3100F: drivers/isdn/hardware/eicon/
3101
3102IT87 HARDWARE MONITORING DRIVER
3103M: Jean Delvare <khali@linux-fr.org>
3104L: lm-sensors@lm-sensors.org
3105S: Maintained
3106F: Documentation/hwmon/it87
3107F: drivers/hwmon/it87.c
3108
3109IVTV VIDEO4LINUX DRIVER
3110M: Andy Walls <awalls@radix.net>
3111L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3112L: linux-media@vger.kernel.org
3113T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3114W: http://www.ivtvdriver.org
3115S: Maintained
3116F: Documentation/video4linux/*.ivtv
3117F: drivers/media/video/ivtv/
3118F: include/linux/ivtv*
3119
3120JFS FILESYSTEM
3121M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3122L: jfs-discussion@lists.sourceforge.net
3123W: http://jfs.sourceforge.net/
3124T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3125S: Maintained
3126F: Documentation/filesystems/jfs.txt
3127F: fs/jfs/
3128
3129JME NETWORK DRIVER
3130M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3131L: netdev@vger.kernel.org
3132S: Maintained
3133F: drivers/net/jme.*
3134
3135JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3136M: David Woodhouse <dwmw2@infradead.org>
3137L: linux-mtd@lists.infradead.org
3138W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3139S: Maintained
3140F: fs/jffs2/
3141F: include/linux/jffs2.h
3142
3143JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3144M: Andrew Morton <akpm@linux-foundation.org>
3145M: Jan Kara <jack@suse.cz>
3146L: linux-ext4@vger.kernel.org
3147S: Maintained
3148F: fs/jbd*/
3149F: include/linux/ext*jbd*.h
3150F: include/linux/jbd*.h
3151
3152K8TEMP HARDWARE MONITORING DRIVER
3153M: Rudolf Marek <r.marek@assembler.cz>
3154L: lm-sensors@lm-sensors.org
3155S: Maintained
3156F: Documentation/hwmon/k8temp
3157F: drivers/hwmon/k8temp.c
3158
3159KCONFIG
3160M: Roman Zippel <zippel@linux-m68k.org>
3161L: linux-kbuild@vger.kernel.org
3162Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3163S: Maintained
3164F: Documentation/kbuild/kconfig-language.txt
3165F: scripts/kconfig/
3166
3167KDUMP
3168M: Vivek Goyal <vgoyal@redhat.com>
3169M: Haren Myneni <hbabu@us.ibm.com>
3170L: kexec@lists.infradead.org
3171W: http://lse.sourceforge.net/kdump/
3172S: Maintained
3173F: Documentation/kdump/
3174
3175KERNEL AUTOMOUNTER (AUTOFS)
3176M: "H. Peter Anvin" <hpa@zytor.com>
3177L: autofs@linux.kernel.org
3178S: Odd Fixes
3179F: fs/autofs/
3180
3181KERNEL AUTOMOUNTER v4 (AUTOFS4)
3182M: Ian Kent <raven@themaw.net>
3183L: autofs@linux.kernel.org
3184S: Maintained
3185F: fs/autofs4/
3186
3187KERNEL BUILD
3188M: Michal Marek <mmarek@suse.cz>
3189T: git git://repo.or.cz/linux-kbuild.git for-next
3190T: git git://repo.or.cz/linux-kbuild.git for-linus
3191L: linux-kbuild@vger.kernel.org
3192S: Maintained
3193F: Documentation/kbuild/
3194F: Makefile
3195F: scripts/Makefile.*
3196
3197KERNEL JANITORS
3198L: kernel-janitors@vger.kernel.org
3199W: http://janitor.kernelnewbies.org/
3200S: Odd Fixes
3201
3202KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3203M: "J. Bruce Fields" <bfields@fieldses.org>
3204M: Neil Brown <neilb@suse.de>
3205L: linux-nfs@vger.kernel.org
3206W: http://nfs.sourceforge.net/
3207S: Supported
3208F: fs/nfsd/
3209F: include/linux/nfsd/
3210F: fs/lockd/
3211F: fs/nfs_common/
3212F: net/sunrpc/
3213F: include/linux/lockd/
3214F: include/linux/sunrpc/
3215
3216KERNEL VIRTUAL MACHINE (KVM)
3217M: Avi Kivity <avi@redhat.com>
3218M: Marcelo Tosatti <mtosatti@redhat.com>
3219L: kvm@vger.kernel.org
3220W: http://kvm.qumranet.com
3221S: Supported
3222F: Documentation/*/kvm.txt
3223F: arch/*/kvm/
3224F: arch/*/include/asm/kvm*
3225F: include/linux/kvm*
3226F: virt/kvm/
3227
3228KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3229M: Joerg Roedel <joerg.roedel@amd.com>
3230L: kvm@vger.kernel.org
3231W: http://kvm.qumranet.com
3232S: Supported
3233F: arch/x86/include/asm/svm.h
3234F: arch/x86/kvm/svm.c
3235
3236KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3237M: Alexander Graf <agraf@suse.de>
3238L: kvm-ppc@vger.kernel.org
3239W: http://kvm.qumranet.com
3240S: Supported
3241F: arch/powerpc/include/asm/kvm*
3242F: arch/powerpc/kvm/
3243
3244KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3245M: Xiantao Zhang <xiantao.zhang@intel.com>
3246L: kvm-ia64@vger.kernel.org
3247W: http://kvm.qumranet.com
3248S: Supported
3249F: Documentation/ia64/kvm.txt
3250F: arch/ia64/include/asm/kvm*
3251F: arch/ia64/kvm/
3252
3253KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3254M: Carsten Otte <cotte@de.ibm.com>
3255M: Christian Borntraeger <borntraeger@de.ibm.com>
3256M: linux390@de.ibm.com
3257L: linux-s390@vger.kernel.org
3258W: http://www.ibm.com/developerworks/linux/linux390/
3259S: Supported
3260F: Documentation/s390/kvm.txt
3261F: arch/s390/include/asm/kvm*
3262F: arch/s390/kvm/
3263F: drivers/s390/kvm/
3264
3265KEXEC
3266M: Eric Biederman <ebiederm@xmission.com>
3267W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3268L: kexec@lists.infradead.org
3269S: Maintained
3270F: include/linux/kexec.h
3271F: kernel/kexec.c
3272
3273KGDB
3274M: Jason Wessel <jason.wessel@windriver.com>
3275L: kgdb-bugreport@lists.sourceforge.net
3276S: Maintained
3277F: Documentation/DocBook/kgdb.tmpl
3278F: drivers/misc/kgdbts.c
3279F: drivers/serial/kgdboc.c
3280F: include/linux/kgdb.h
3281F: kernel/kgdb.c
3282
3283KMEMCHECK
3284M: Vegard Nossum <vegardno@ifi.uio.no>
3285M: Pekka Enberg <penberg@cs.helsinki.fi>
3286S: Maintained
3287F: Documentation/kmemcheck.txt
3288F: arch/x86/include/asm/kmemcheck.h
3289F: arch/x86/mm/kmemcheck/
3290F: include/linux/kmemcheck.h
3291F: mm/kmemcheck.c
3292
3293KMEMLEAK
3294M: Catalin Marinas <catalin.marinas@arm.com>
3295S: Maintained
3296F: Documentation/kmemleak.txt
3297F: include/linux/kmemleak.h
3298F: mm/kmemleak.c
3299F: mm/kmemleak-test.c
3300
3301KMEMTRACE
3302M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3303S: Maintained
3304F: Documentation/trace/kmemtrace.txt
3305F: include/linux/kmemtrace.h
3306F: kernel/trace/kmemtrace.c
3307
3308KPROBES
3309M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3310M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3311M: "David S. Miller" <davem@davemloft.net>
3312M: Masami Hiramatsu <mhiramat@redhat.com>
3313S: Maintained
3314F: Documentation/kprobes.txt
3315F: include/linux/kprobes.h
3316F: kernel/kprobes.c
3317
3318KS0108 LCD CONTROLLER DRIVER
3319M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3320W: http://miguelojeda.es/auxdisplay.htm
3321W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3322S: Maintained
3323F: Documentation/auxdisplay/ks0108
3324F: drivers/auxdisplay/ks0108.c
3325F: include/linux/ks0108.h
3326
3327LAPB module
3328L: linux-x25@vger.kernel.org
3329S: Orphan
3330F: Documentation/networking/lapb-module.txt
3331F: include/*/lapb.h
3332F: net/lapb/
3333
3334LASI 53c700 driver for PARISC
3335M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3336L: linux-scsi@vger.kernel.org
3337S: Maintained
3338F: Documentation/scsi/53c700.txt
3339F: drivers/scsi/53c700*
3340
3341LED SUBSYSTEM
3342M: Richard Purdie <rpurdie@rpsys.net>
3343S: Maintained
3344F: drivers/leds/
3345F: include/linux/leds.h
3346
3347LEGO USB Tower driver
3348M: Juergen Stuber <starblue@users.sourceforge.net>
3349L: legousb-devel@lists.sourceforge.net
3350W: http://legousb.sourceforge.net/
3351S: Maintained
3352F: drivers/usb/misc/legousbtower.c
3353
3354LGUEST
3355M: Rusty Russell <rusty@rustcorp.com.au>
3356L: lguest@ozlabs.org
3357W: http://lguest.ozlabs.org/
3358S: Maintained
3359F: Documentation/lguest/
3360F: arch/x86/lguest/
3361F: drivers/lguest/
3362F: include/linux/lguest*.h
3363F: arch/x86/include/asm/lguest*.h
3364
3365LINUX FOR IBM pSERIES (RS/6000)
3366M: Paul Mackerras <paulus@au.ibm.com>
3367W: http://www.ibm.com/linux/ltc/projects/ppc
3368S: Supported
3369F: arch/powerpc/boot/rs6000.h
3370
3371LINUX FOR POWERPC (32-BIT AND 64-BIT)
3372M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3373M: Paul Mackerras <paulus@samba.org>
3374W: http://www.penguinppc.org/
3375L: linuxppc-dev@ozlabs.org
3376Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3377T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3378S: Supported
3379F: Documentation/powerpc/
3380F: arch/powerpc/
3381
3382LINUX FOR POWER MACINTOSH
3383M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3384W: http://www.penguinppc.org/
3385L: linuxppc-dev@ozlabs.org
3386S: Maintained
3387F: arch/powerpc/platforms/powermac/
3388F: drivers/macintosh/
3389
3390LINUX FOR POWERPC EMBEDDED MPC5XXX
3391M: Grant Likely <grant.likely@secretlab.ca>
3392L: linuxppc-dev@ozlabs.org
3393T: git git://git.secretlab.ca/git/linux-2.6.git
3394S: Maintained
3395F: arch/powerpc/platforms/512x/
3396F: arch/powerpc/platforms/52xx/
3397
3398LINUX FOR POWERPC EMBEDDED PPC4XX
3399M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3400M: Matt Porter <mporter@kernel.crashing.org>
3401W: http://www.penguinppc.org/
3402L: linuxppc-dev@ozlabs.org
3403T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3404S: Maintained
3405F: arch/powerpc/platforms/40x/
3406F: arch/powerpc/platforms/44x/
3407
3408LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3409M: Grant Likely <grant.likely@secretlab.ca>
3410W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3411L: linuxppc-dev@ozlabs.org
3412T: git git://git.secretlab.ca/git/linux-2.6.git
3413S: Maintained
3414F: arch/powerpc/*/*virtex*
3415F: arch/powerpc/*/*/*virtex*
3416
3417LINUX FOR POWERPC EMBEDDED PPC8XX
3418M: Vitaly Bordug <vitb@kernel.crashing.org>
3419M: Marcelo Tosatti <marcelo@kvack.org>
3420W: http://www.penguinppc.org/
3421L: linuxppc-dev@ozlabs.org
3422S: Maintained
3423
3424LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3425M: Kumar Gala <galak@kernel.crashing.org>
3426W: http://www.penguinppc.org/
3427L: linuxppc-dev@ozlabs.org
3428S: Maintained
3429F: arch/powerpc/platforms/83xx/
3430
3431LINUX FOR POWERPC PA SEMI PWRFICIENT
3432M: Olof Johansson <olof@lixom.net>
3433W: http://www.pasemi.com/
3434L: linuxppc-dev@ozlabs.org
3435S: Supported
3436F: arch/powerpc/platforms/pasemi/
3437F: drivers/*/*pasemi*
3438F: drivers/*/*/*pasemi*
3439
3440LINUX SECURITY MODULE (LSM) FRAMEWORK
3441M: Chris Wright <chrisw@sous-sol.org>
3442L: linux-security-module@vger.kernel.org
3443T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3444S: Supported
3445
3446LLC (802.2)
3447M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3448S: Maintained
3449F: include/linux/llc.h
3450F: include/net/llc*
3451F: net/llc/
3452
3453LIS3LV02D ACCELEROMETER DRIVER
3454M: Eric Piel <eric.piel@tremplin-utc.net>
3455S: Maintained
3456F: Documentation/hwmon/lis3lv02d
3457F: drivers/hwmon/lis3lv02d.*
3458
3459LM73 HARDWARE MONITOR DRIVER
3460M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3461L: lm-sensors@lm-sensors.org
3462S: Maintained
3463F: drivers/hwmon/lm73.c
3464
3465LM83 HARDWARE MONITOR DRIVER
3466M: Jean Delvare <khali@linux-fr.org>
3467L: lm-sensors@lm-sensors.org
3468S: Maintained
3469F: Documentation/hwmon/lm83
3470F: drivers/hwmon/lm83.c
3471
3472LM90 HARDWARE MONITOR DRIVER
3473M: Jean Delvare <khali@linux-fr.org>
3474L: lm-sensors@lm-sensors.org
3475S: Maintained
3476F: Documentation/hwmon/lm90
3477F: drivers/hwmon/lm90.c
3478
3479LOCKDEP AND LOCKSTAT
3480M: Peter Zijlstra <peterz@infradead.org>
3481M: Ingo Molnar <mingo@redhat.com>
3482T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3483S: Maintained
3484F: Documentation/lockdep*.txt
3485F: Documentation/lockstat.txt
3486F: include/linux/lockdep.h
3487F: kernel/lockdep*
3488
3489LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3490M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3491L: linux-ntfs-dev@lists.sourceforge.net
3492W: http://www.linux-ntfs.org/content/view/19/37/
3493S: Maintained
3494F: Documentation/ldm.txt
3495F: fs/partitions/ldm.*
3496
3497LogFS
3498M: Joern Engel <joern@logfs.org>
3499L: logfs@logfs.org
3500W: logfs.org
3501S: Maintained
3502F: fs/logfs/
3503
3504LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3505M: Eric Moore <Eric.Moore@lsi.com>
3506M: support@lsi.com
3507L: DL-MPTFusionLinux@lsi.com
3508L: linux-scsi@vger.kernel.org
3509W: http://www.lsilogic.com/support
3510S: Supported
3511F: drivers/message/fusion/
3512
3513LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3514M: Matthew Wilcox <matthew@wil.cx>
3515L: linux-scsi@vger.kernel.org
3516S: Maintained
3517F: drivers/scsi/sym53c8xx_2/
3518
3519LTP (Linux Test Project)
3520M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3521M: Garrett Cooper <yanegomi@gmail.com>
3522M: Mike Frysinger <vapier@gentoo.org>
3523M: Subrata Modak <subrata@linux.vnet.ibm.com>
3524L: ltp-list@lists.sourceforge.net (subscribers-only)
3525W: http://ltp.sourceforge.net/
3526T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3527S: Maintained
3528
3529M32R ARCHITECTURE
3530M: Hirokazu Takata <takata@linux-m32r.org>
3531L: linux-m32r@ml.linux-m32r.org
3532L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3533W: http://www.linux-m32r.org/
3534S: Maintained
3535F: arch/m32r/
3536
3537M68K ARCHITECTURE
3538M: Geert Uytterhoeven <geert@linux-m68k.org>
3539M: Roman Zippel <zippel@linux-m68k.org>
3540L: linux-m68k@lists.linux-m68k.org
3541W: http://www.linux-m68k.org/
3542T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3543S: Maintained
3544F: arch/m68k/
3545F: drivers/zorro/
3546
3547M68K ON APPLE MACINTOSH
3548M: Joshua Thompson <funaho@jurai.org>
3549W: http://www.mac.linux-m68k.org/
3550L: linux-m68k@lists.linux-m68k.org
3551S: Maintained
3552F: arch/m68k/mac/
3553
3554M68K ON HP9000/300
3555M: Philip Blundell <philb@gnu.org>
3556W: http://www.tazenda.demon.co.uk/phil/linux-hp
3557S: Maintained
3558F: arch/m68k/hp300/
3559
3560MAC80211
3561M: Johannes Berg <johannes@sipsolutions.net>
3562L: linux-wireless@vger.kernel.org
3563W: http://linuxwireless.org/
3564T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3565S: Maintained
3566F: Documentation/networking/mac80211-injection.txt
3567F: include/net/mac80211.h
3568F: net/mac80211/
3569
3570MAC80211 PID RATE CONTROL
3571M: Stefano Brivio <stefano.brivio@polimi.it>
3572M: Mattias Nissler <mattias.nissler@gmx.de>
3573L: linux-wireless@vger.kernel.org
3574W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3575T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3576S: Maintained
3577F: net/mac80211/rc80211_pid*
3578
3579MACVLAN DRIVER
3580M: Patrick McHardy <kaber@trash.net>
3581L: netdev@vger.kernel.org
3582S: Maintained
3583F: drivers/net/macvlan.c
3584F: include/linux/if_macvlan.h
3585
3586MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3587M: Michael Kerrisk <mtk.manpages@gmail.com>
3588W: http://www.kernel.org/doc/man-pages
3589L: linux-man@vger.kernel.org
3590S: Maintained
3591
3592MARVELL LIBERTAS WIRELESS DRIVER
3593M: Dan Williams <dcbw@redhat.com>
3594L: libertas-dev@lists.infradead.org
3595S: Maintained
3596F: drivers/net/wireless/libertas/
3597
3598MARVELL MV643XX ETHERNET DRIVER
3599M: Lennert Buytenhek <buytenh@wantstofly.org>
3600L: netdev@vger.kernel.org
3601S: Maintained
3602F: drivers/net/mv643xx_eth.*
3603F: include/linux/mv643xx.h
3604
3605MARVELL MWL8K WIRELESS DRIVER
3606M: Lennert Buytenhek <buytenh@wantstofly.org>
3607L: linux-wireless@vger.kernel.org
3608S: Maintained
3609F: drivers/net/wireless/mwl8k.c
3610
3611MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3612M: Nicolas Pitre <nico@fluxnic.net>
3613S: Maintained
3614
3615MARVELL YUKON / SYSKONNECT DRIVER
3616M: Mirko Lindner <mlindner@syskonnect.de>
3617M: Ralph Roesler <rroesler@syskonnect.de>
3618W: http://www.syskonnect.com
3619S: Supported
3620
3621MATROX FRAMEBUFFER DRIVER
3622M: Petr Vandrovec <vandrove@vc.cvut.cz>
3623L: linux-fbdev@vger.kernel.org
3624S: Maintained
3625F: drivers/video/matrox/matroxfb_*
3626F: include/linux/matroxfb.h
3627
3628MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3629M: "Hans J. Koch" <hjk@linutronix.de>
3630L: lm-sensors@lm-sensors.org
3631S: Maintained
3632F: Documentation/hwmon/max6650
3633F: drivers/hwmon/max6650.c
3634
3635MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3636M: Mauro Carvalho Chehab <mchehab@infradead.org>
3637P: LinuxTV.org Project
3638L: linux-media@vger.kernel.org
3639W: http://linuxtv.org
3640Q: http://patchwork.kernel.org/project/linux-media/list/
3641T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3642S: Maintained
3643F: Documentation/dvb/
3644F: Documentation/video4linux/
3645F: drivers/media/
3646F: include/media/
3647F: include/linux/dvb/
3648F: include/linux/videodev*.h
3649
3650MEGARAID SCSI DRIVERS
3651M: Neela Syam Kolli <megaraidlinux@lsi.com>
3652L: linux-scsi@vger.kernel.org
3653W: http://megaraid.lsilogic.com
3654S: Maintained
3655F: Documentation/scsi/megaraid.txt
3656F: drivers/scsi/megaraid.*
3657F: drivers/scsi/megaraid/
3658
3659MEMORY MANAGEMENT
3660L: linux-mm@kvack.org
3661W: http://www.linux-mm.org
3662S: Maintained
3663F: include/linux/mm.h
3664F: mm/
3665
3666MEMORY RESOURCE CONTROLLER
3667M: Balbir Singh <balbir@linux.vnet.ibm.com>
3668M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3669M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3670L: linux-mm@kvack.org
3671S: Maintained
3672F: mm/memcontrol.c
3673
3674MEMORY TECHNOLOGY DEVICES (MTD)
3675M: David Woodhouse <dwmw2@infradead.org>
3676L: linux-mtd@lists.infradead.org
3677W: http://www.linux-mtd.infradead.org/
3678Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3679T: git git://git.infradead.org/mtd-2.6.git
3680S: Maintained
3681F: drivers/mtd/
3682F: include/linux/mtd/
3683F: include/mtd/
3684
3685MICROBLAZE ARCHITECTURE
3686M: Michal Simek <monstr@monstr.eu>
3687L: microblaze-uclinux@itee.uq.edu.au
3688W: http://www.monstr.eu/fdt/
3689T: git git://git.monstr.eu/linux-2.6-microblaze.git
3690S: Supported
3691F: arch/microblaze/
3692
3693MICROTEK X6 SCANNER
3694M: Oliver Neukum <oliver@neukum.name>
3695S: Maintained
3696F: drivers/usb/image/microtek.*
3697
3698MIPS
3699M: Ralf Baechle <ralf@linux-mips.org>
3700W: http://www.linux-mips.org/
3701L: linux-mips@linux-mips.org
3702T: git git://git.linux-mips.org/pub/scm/linux.git
3703S: Supported
3704F: Documentation/mips/
3705F: arch/mips/
3706
3707MISCELLANEOUS MCA-SUPPORT
3708M: James Bottomley <James.Bottomley@HansenPartnership.com>
3709S: Maintained
3710F: Documentation/ia64/mca.txt
3711F: Documentation/mca.txt
3712F: drivers/mca/
3713F: include/linux/mca*
3714
3715MODULE SUPPORT
3716M: Rusty Russell <rusty@rustcorp.com.au>
3717S: Maintained
3718F: include/linux/module.h
3719F: kernel/module.c
3720
3721MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3722M: Stelian Pop <stelian@popies.net>
3723W: http://popies.net/meye/
3724S: Maintained
3725F: Documentation/video4linux/meye.txt
3726F: drivers/media/video/meye.*
3727F: include/linux/meye.h
3728
3729MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3730M: Pavel Pisa <ppisa@pikron.com>
3731L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3732S: Maintained
3733F: drivers/mmc/host/imxmmc.*
3734
3735MOUSE AND MISC DEVICES [GENERAL]
3736M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3737S: Maintained
3738F: drivers/input/mouse/
3739F: include/linux/gpio_mouse.h
3740
3741MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3742M: Jiri Slaby <jirislaby@gmail.com>
3743S: Maintained
3744F: Documentation/serial/moxa-smartio
3745F: drivers/char/mxser.*
3746
3747MSI LAPTOP SUPPORT
3748M: Lennart Poettering <mzxreary@0pointer.de>
3749L: platform-driver-x86@vger.kernel.org
3750W: https://tango.0pointer.de/mailman/listinfo/s270-linux
3751W: http://0pointer.de/lennart/tchibo.html
3752S: Maintained
3753F: drivers/platform/x86/msi-laptop.c
3754
3755MSI WMI SUPPORT
3756M: Anisse Astier <anisse@astier.eu>
3757L: platform-driver-x86@vger.kernel.org
3758S: Supported
3759F: drivers/platform/x86/msi-wmi.c
3760
3761MULTIFUNCTION DEVICES (MFD)
3762M: Samuel Ortiz <sameo@linux.intel.com>
3763T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3764S: Supported
3765F: drivers/mfd/
3766
3767MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3768S: Orphan
3769L: linux-mmc@vger.kernel.org
3770F: drivers/mmc/
3771F: include/linux/mmc/
3772
3773MULTIMEDIA CARD (MMC) ETC. OVER SPI
3774M: David Brownell <dbrownell@users.sourceforge.net>
3775S: Odd Fixes
3776F: drivers/mmc/host/mmc_spi.c
3777F: include/linux/spi/mmc_spi.h
3778
3779MULTISOUND SOUND DRIVER
3780M: Andrew Veliath <andrewtv@usa.net>
3781S: Maintained
3782F: Documentation/sound/oss/MultiSound
3783F: sound/oss/msnd*
3784
3785MULTITECH MULTIPORT CARD (ISICOM)
3786M: Jiri Slaby <jirislaby@gmail.com>
3787S: Maintained
3788F: drivers/char/isicom.c
3789F: include/linux/isicom.h
3790
3791MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3792M: Felipe Balbi <felipe.balbi@nokia.com>
3793L: linux-usb@vger.kernel.org
3794T: git git://gitorious.org/usb/usb.git
3795S: Maintained
3796F: drivers/usb/musb/
3797
3798MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3799M: Andrew Gallatin <gallatin@myri.com>
3800M: Brice Goglin <brice@myri.com>
3801L: netdev@vger.kernel.org
3802W: http://www.myri.com/scs/download-Myri10GE.html
3803S: Supported
3804F: drivers/net/myri10ge/
3805
3806NATSEMI ETHERNET DRIVER (DP8381x)
3807M: Tim Hockin <thockin@hockin.org>
3808S: Maintained
3809F: drivers/net/natsemi.c
3810
3811NCP FILESYSTEM
3812M: Petr Vandrovec <vandrove@vc.cvut.cz>
3813S: Maintained
3814F: fs/ncpfs/
3815
3816NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3817M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3818L: linux-scsi@vger.kernel.org
3819S: Maintained
3820F: drivers/scsi/NCR_D700.*
3821
3822NETEFFECT IWARP RNIC DRIVER (IW_NES)
3823M: Faisal Latif <faisal.latif@intel.com>
3824M: Chien Tung <chien.tin.tung@intel.com>
3825L: linux-rdma@vger.kernel.org
3826W: http://www.neteffect.com
3827S: Supported
3828F: drivers/infiniband/hw/nes/
3829
3830NETEM NETWORK EMULATOR
3831M: Stephen Hemminger <shemminger@linux-foundation.org>
3832L: netem@lists.linux-foundation.org
3833S: Maintained
3834F: net/sched/sch_netem.c
3835
3836NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3837M: Ramkrishna Vepa <ram.vepa@neterion.com>
3838M: Rastapur Santosh <santosh.rastapur@neterion.com>
3839M: Sivakumar Subramani <sivakumar.subramani@neterion.com>
3840M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3841M: Anil Murthy <anil.murthy@neterion.com>
3842L: netdev@vger.kernel.org
3843W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3844W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3845S: Supported
3846F: Documentation/networking/s2io.txt
3847F: drivers/net/s2io*
3848
3849NETFILTER/IPTABLES/IPCHAINS
3850P: Rusty Russell
3851P: Marc Boucher
3852P: James Morris
3853P: Harald Welte
3854P: Jozsef Kadlecsik
3855M: Patrick McHardy <kaber@trash.net>
3856L: netfilter-devel@vger.kernel.org
3857L: netfilter@vger.kernel.org
3858L: coreteam@netfilter.org
3859W: http://www.netfilter.org/
3860W: http://www.iptables.org/
3861T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3862S: Supported
3863F: include/linux/netfilter*
3864F: include/linux/netfilter/
3865F: include/net/netfilter/
3866F: net/*/netfilter.c
3867F: net/*/netfilter/
3868F: net/netfilter/
3869
3870NETLABEL
3871M: Paul Moore <paul.moore@hp.com>
3872W: http://netlabel.sf.net
3873L: netdev@vger.kernel.org
3874S: Supported
3875F: Documentation/netlabel/
3876F: include/net/netlabel.h
3877F: net/netlabel/
3878
3879NETROM NETWORK LAYER
3880M: Ralf Baechle <ralf@linux-mips.org>
3881L: linux-hams@vger.kernel.org
3882W: http://www.linux-ax25.org/
3883S: Maintained
3884F: include/linux/netrom.h
3885F: include/net/netrom.h
3886F: net/netrom/
3887
3888NETWORK BLOCK DEVICE (NBD)
3889M: Paul Clements <Paul.Clements@steeleye.com>
3890S: Maintained
3891F: Documentation/blockdev/nbd.txt
3892F: drivers/block/nbd.c
3893F: include/linux/nbd.h
3894
3895NETWORK DROP MONITOR
3896M: Neil Horman <nhorman@tuxdriver.com>
3897L: netdev@vger.kernel.org
3898S: Maintained
3899W: https://fedorahosted.org/dropwatch/
3900F: net/core/drop_monitor.c
3901
3902NETWORKING [GENERAL]
3903M: "David S. Miller" <davem@davemloft.net>
3904L: netdev@vger.kernel.org
3905W: http://www.linuxfoundation.org/en/Net
3906W: http://patchwork.ozlabs.org/project/netdev/list/
3907T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3908T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3909S: Maintained
3910F: net/
3911F: include/net/
3912F: include/linux/in.h
3913F: include/linux/net.h
3914F: include/linux/netdevice.h
3915
3916NETWORKING [IPv4/IPv6]
3917M: "David S. Miller" <davem@davemloft.net>
3918M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3919M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3920M: James Morris <jmorris@namei.org>
3921M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3922M: Patrick McHardy <kaber@trash.net>
3923L: netdev@vger.kernel.org
3924T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3925S: Maintained
3926F: net/ipv4/
3927F: net/ipv6/
3928F: include/net/ip*
3929
3930NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3931M: Paul Moore <paul.moore@hp.com>
3932L: netdev@vger.kernel.org
3933S: Maintained
3934
3935NETWORKING [WIRELESS]
3936M: "John W. Linville" <linville@tuxdriver.com>
3937L: linux-wireless@vger.kernel.org
3938Q: http://patchwork.kernel.org/project/linux-wireless/list/
3939T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3940S: Maintained
3941F: net/mac80211/
3942F: net/rfkill/
3943F: net/wireless/
3944F: include/net/ieee80211*
3945F: include/linux/wireless.h
3946F: drivers/net/wireless/
3947
3948NETWORKING DRIVERS
3949L: netdev@vger.kernel.org
3950W: http://www.linuxfoundation.org/en/Net
3951T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3952T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3953S: Odd Fixes
3954F: drivers/net/
3955F: include/linux/if_*
3956F: include/linux/*device.h
3957
3958NETXEN (1/10) GbE SUPPORT
3959M: Amit Kumar Salecha <amit.salecha@qlogic.com>
3960L: netdev@vger.kernel.org
3961W: http://www.qlogic.com
3962S: Supported
3963F: drivers/net/netxen/
3964
3965NFS, SUNRPC, AND LOCKD CLIENTS
3966M: Trond Myklebust <Trond.Myklebust@netapp.com>
3967L: linux-nfs@vger.kernel.org
3968W: http://client.linux-nfs.org
3969T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3970S: Maintained
3971F: fs/lockd/
3972F: fs/nfs/
3973F: fs/nfs_common/
3974F: net/sunrpc/
3975F: include/linux/lockd/
3976F: include/linux/nfs*
3977F: include/linux/sunrpc/
3978
3979NI5010 NETWORK DRIVER
3980M: Jan-Pascal van Best <janpascal@vanbest.org>
3981M: Andreas Mohr <andi@lisas.de>
3982L: netdev@vger.kernel.org
3983S: Maintained
3984F: drivers/net/ni5010.*
3985
3986NILFS2 FILESYSTEM
3987M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3988L: linux-nilfs@vger.kernel.org
3989W: http://www.nilfs.org/en/
3990S: Supported
3991F: Documentation/filesystems/nilfs2.txt
3992F: fs/nilfs2/
3993F: include/linux/nilfs2_fs.h
3994
3995NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3996M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3997W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3998S: Maintained
3999F: Documentation/scsi/NinjaSCSI.txt
4000F: drivers/scsi/pcmcia/nsp_*
4001
4002NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4003M: GOTO Masanori <gotom@debian.or.jp>
4004M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4005W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4006S: Maintained
4007F: Documentation/scsi/NinjaSCSI.txt
4008F: drivers/scsi/nsp32*
4009
4010NTFS FILESYSTEM
4011M: Anton Altaparmakov <aia21@cantab.net>
4012L: linux-ntfs-dev@lists.sourceforge.net
4013W: http://www.linux-ntfs.org/
4014T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4015S: Maintained
4016F: Documentation/filesystems/ntfs.txt
4017F: fs/ntfs/
4018
4019NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4020M: Antonino Daplas <adaplas@gmail.com>
4021L: linux-fbdev@vger.kernel.org
4022S: Maintained
4023F: drivers/video/riva/
4024F: drivers/video/nvidia/
4025
4026OMAP SUPPORT
4027M: Tony Lindgren <tony@atomide.com>
4028L: linux-omap@vger.kernel.org
4029W: http://www.muru.com/linux/omap/
4030W: http://linux.omap.com/
4031Q: http://patchwork.kernel.org/project/linux-omap/list/
4032T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4033S: Maintained
4034F: arch/arm/*omap*/
4035
4036OMAP CLOCK FRAMEWORK SUPPORT
4037M: Paul Walmsley <paul@pwsan.com>
4038L: linux-omap@vger.kernel.org
4039S: Maintained
4040F: arch/arm/*omap*/*clock*
4041
4042OMAP POWER MANAGEMENT SUPPORT
4043M: Kevin Hilman <khilman@deeprootsystems.com>
4044L: linux-omap@vger.kernel.org
4045S: Maintained
4046F: arch/arm/*omap*/*pm*
4047
4048OMAP AUDIO SUPPORT
4049M: Jarkko Nikula <jhnikula@gmail.com>
4050L: alsa-devel@alsa-project.org (subscribers-only)
4051L: linux-omap@vger.kernel.org
4052S: Maintained
4053F: sound/soc/omap/
4054
4055OMAP FRAMEBUFFER SUPPORT
4056M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4057L: linux-fbdev@vger.kernel.org
4058L: linux-omap@vger.kernel.org
4059S: Maintained
4060F: drivers/video/omap/
4061
4062OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4063M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4064L: linux-omap@vger.kernel.org
4065L: linux-fbdev@vger.kernel.org
4066S: Maintained
4067F: drivers/video/omap2/
4068F: Documentation/arm/OMAP/DSS
4069
4070OMAP MMC SUPPORT
4071M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4072L: linux-omap@vger.kernel.org
4073S: Maintained
4074F: drivers/mmc/host/omap.c
4075
4076OMAP HS MMC SUPPORT
4077M: Madhusudhan Chikkature <madhu.cr@ti.com>
4078L: linux-omap@vger.kernel.org
4079S: Maintained
4080F: drivers/mmc/host/omap_hsmmc.c
4081
4082OMAP RANDOM NUMBER GENERATOR SUPPORT
4083M: Deepak Saxena <dsaxena@plexity.net>
4084S: Maintained
4085F: drivers/char/hw_random/omap-rng.c
4086
4087OMAP USB SUPPORT
4088M: Felipe Balbi <felipe.balbi@nokia.com>
4089M: David Brownell <dbrownell@users.sourceforge.net>
4090L: linux-usb@vger.kernel.org
4091L: linux-omap@vger.kernel.org
4092S: Maintained
4093
4094OMFS FILESYSTEM
4095M: Bob Copeland <me@bobcopeland.com>
4096L: linux-karma-devel@lists.sourceforge.net
4097S: Maintained
4098F: Documentation/filesystems/omfs.txt
4099F: fs/omfs/
4100
4101OMNIKEY CARDMAN 4000 DRIVER
4102M: Harald Welte <laforge@gnumonks.org>
4103S: Maintained
4104F: drivers/char/pcmcia/cm4000_cs.c
4105F: include/linux/cm4000_cs.h
4106
4107OMNIKEY CARDMAN 4040 DRIVER
4108M: Harald Welte <laforge@gnumonks.org>
4109S: Maintained
4110F: drivers/char/pcmcia/cm4040_cs.*
4111
4112OMNIVISION OV7670 SENSOR DRIVER
4113M: Jonathan Corbet <corbet@lwn.net>
4114L: linux-media@vger.kernel.org
4115T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4116S: Maintained
4117F: drivers/media/video/ov7670.c
4118
4119ONENAND FLASH DRIVER
4120M: Kyungmin Park <kyungmin.park@samsung.com>
4121L: linux-mtd@lists.infradead.org
4122S: Maintained
4123F: drivers/mtd/onenand/
4124F: include/linux/mtd/onenand*.h
4125
4126ONSTREAM SCSI TAPE DRIVER
4127M: Willem Riede <osst@riede.org>
4128L: osst-users@lists.sourceforge.net
4129L: linux-scsi@vger.kernel.org
4130S: Maintained
4131F: drivers/scsi/osst*
4132F: drivers/scsi/st*
4133
4134OPENCORES I2C BUS DRIVER
4135M: Peter Korsgaard <jacmet@sunsite.dk>
4136L: linux-i2c@vger.kernel.org
4137S: Maintained
4138F: Documentation/i2c/busses/i2c-ocores
4139F: drivers/i2c/busses/i2c-ocores.c
4140
4141OPEN FIRMWARE AND FLATTENED DEVICE TREE
4142M: Grant Likely <grant.likely@secretlab.ca>
4143L: devicetree-discuss@lists.ozlabs.org
4144W: http://fdt.secretlab.ca
4145S: Maintained
4146F: drivers/of
4147F: include/linux/of*.h
4148K: of_get_property
4149
4150OPROFILE
4151M: Robert Richter <robert.richter@amd.com>
4152L: oprofile-list@lists.sf.net
4153S: Maintained
4154F: arch/*/oprofile/
4155F: drivers/oprofile/
4156F: include/linux/oprofile.h
4157
4158ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4159M: Mark Fasheh <mfasheh@suse.com>
4160M: Joel Becker <joel.becker@oracle.com>
4161L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4162W: http://oss.oracle.com/projects/ocfs2/
4163T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4164S: Supported
4165F: Documentation/filesystems/ocfs2.txt
4166F: Documentation/filesystems/dlmfs.txt
4167F: fs/ocfs2/
4168
4169ORINOCO DRIVER
4170M: Pavel Roskin <proski@gnu.org>
4171M: David Gibson <hermes@gibson.dropbear.id.au>
4172L: linux-wireless@vger.kernel.org
4173L: orinoco-users@lists.sourceforge.net
4174L: orinoco-devel@lists.sourceforge.net
4175W: http://www.nongnu.org/orinoco/
4176S: Maintained
4177F: drivers/net/wireless/orinoco/
4178
4179OSD LIBRARY and FILESYSTEM
4180M: Boaz Harrosh <bharrosh@panasas.com>
4181M: Benny Halevy <bhalevy@panasas.com>
4182L: osd-dev@open-osd.org
4183W: http://open-osd.org
4184T: git git://git.open-osd.org/open-osd.git
4185S: Maintained
4186F: drivers/scsi/osd/
4187F: include/scsi/osd_*
4188F: fs/exofs/
4189
4190P54 WIRELESS DRIVER
4191M: Michael Wu <flamingice@sourmilk.net>
4192L: linux-wireless@vger.kernel.org
4193W: http://prism54.org
4194T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4195S: Maintained
4196F: drivers/net/wireless/p54/
4197
4198PA SEMI ETHERNET DRIVER
4199M: Olof Johansson <olof@lixom.net>
4200L: netdev@vger.kernel.org
4201S: Maintained
4202F: drivers/net/pasemi_mac.*
4203
4204PA SEMI SMBUS DRIVER
4205M: Olof Johansson <olof@lixom.net>
4206L: linux-i2c@vger.kernel.org
4207S: Maintained
4208F: drivers/i2c/busses/i2c-pasemi.c
4209
4210PANASONIC LAPTOP ACPI EXTRAS DRIVER
4211M: Harald Welte <laforge@gnumonks.org>
4212L: platform-driver-x86@vger.kernel.org
4213S: Maintained
4214F: drivers/platform/x86/panasonic-laptop.c
4215
4216PANASONIC MN10300/AM33 PORT
4217M: David Howells <dhowells@redhat.com>
4218M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4219L: linux-am33-list@redhat.com (moderated for non-subscribers)
4220W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4221S: Maintained
4222F: Documentation/mn10300/
4223F: arch/mn10300/
4224
4225PARALLEL PORT SUPPORT
4226L: linux-parport@lists.infradead.org (subscribers-only)
4227S: Orphan
4228F: drivers/parport/
4229F: include/linux/parport*.h
4230F: drivers/char/ppdev.c
4231F: include/linux/ppdev.h
4232
4233PARAVIRT_OPS INTERFACE
4234M: Jeremy Fitzhardinge <jeremy@xensource.com>
4235M: Chris Wright <chrisw@sous-sol.org>
4236M: Alok Kataria <akataria@vmware.com>
4237M: Rusty Russell <rusty@rustcorp.com.au>
4238L: virtualization@lists.osdl.org
4239S: Supported
4240F: Documentation/ia64/paravirt_ops.txt
4241F: arch/*/kernel/paravirt*
4242F: arch/*/include/asm/paravirt.h
4243
4244PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4245M: Tim Waugh <tim@cyberelk.net>
4246L: linux-parport@lists.infradead.org (subscribers-only)
4247W: http://www.torque.net/linux-pp.html
4248S: Maintained
4249F: Documentation/blockdev/paride.txt
4250F: drivers/block/paride/
4251
4252PARISC ARCHITECTURE
4253M: Kyle McMartin <kyle@mcmartin.ca>
4254M: Helge Deller <deller@gmx.de>
4255M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4256L: linux-parisc@vger.kernel.org
4257W: http://www.parisc-linux.org/
4258Q: http://patchwork.kernel.org/project/linux-parisc/list/
4259T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4260S: Maintained
4261F: arch/parisc/
4262F: drivers/parisc/
4263
4264PC87360 HARDWARE MONITORING DRIVER
4265M: Jim Cromie <jim.cromie@gmail.com>
4266L: lm-sensors@lm-sensors.org
4267S: Maintained
4268F: Documentation/hwmon/pc87360
4269F: drivers/hwmon/pc87360.c
4270
4271PC8736x GPIO DRIVER
4272M: Jim Cromie <jim.cromie@gmail.com>
4273S: Maintained
4274F: drivers/char/pc8736x_gpio.c
4275
4276PCA9532 LED DRIVER
4277M: Riku Voipio <riku.voipio@iki.fi>
4278S: Maintained
4279F: drivers/leds/leds-pca9532.c
4280F: include/linux/leds-pca9532.h
4281
4282PCA9564/PCA9665 I2C BUS DRIVER
4283M: Wolfram Sang <w.sang@pengutronix.de>
4284L: linux-i2c@vger.kernel.org
4285S: Maintained
4286F: drivers/i2c/algos/i2c-algo-pca.c
4287F: drivers/i2c/busses/i2c-pca-*
4288F: include/linux/i2c-algo-pca.h
4289F: include/linux/i2c-pca-platform.h
4290
4291PCI ERROR RECOVERY
4292M: Linas Vepstas <linas@austin.ibm.com>
4293L: linux-pci@vger.kernel.org
4294S: Supported
4295F: Documentation/PCI/pci-error-recovery.txt
4296F: Documentation/powerpc/eeh-pci-error-recovery.txt
4297
4298PCI SUBSYSTEM
4299M: Jesse Barnes <jbarnes@virtuousgeek.org>
4300L: linux-pci@vger.kernel.org
4301Q: http://patchwork.kernel.org/project/linux-pci/list/
4302T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4303S: Supported
4304F: Documentation/PCI/
4305F: drivers/pci/
4306F: include/linux/pci*
4307
4308PCI HOTPLUG
4309M: Jesse Barnes <jbarnes@virtuousgeek.org>
4310L: linux-pci@vger.kernel.org
4311S: Supported
4312F: drivers/pci/hotplug
4313
4314PCMCIA SUBSYSTEM
4315P: Linux PCMCIA Team
4316L: linux-pcmcia@lists.infradead.org
4317W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4318T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4319S: Maintained
4320F: Documentation/pcmcia/
4321F: drivers/pcmcia/
4322F: include/pcmcia/
4323
4324PCNET32 NETWORK DRIVER
4325M: Don Fry <pcnet32@verizon.net>
4326L: netdev@vger.kernel.org
4327S: Maintained
4328F: drivers/net/pcnet32.c
4329
4330PER-TASK DELAY ACCOUNTING
4331M: Balbir Singh <balbir@linux.vnet.ibm.com>
4332S: Maintained
4333F: include/linux/delayacct.h
4334F: kernel/delayacct.c
4335
4336PERFORMANCE EVENTS SUBSYSTEM
4337M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4338M: Paul Mackerras <paulus@samba.org>
4339M: Ingo Molnar <mingo@elte.hu>
4340M: Arnaldo Carvalho de Melo <acme@redhat.com>
4341S: Supported
4342F: kernel/perf_event.c
4343F: include/linux/perf_event.h
4344F: arch/*/kernel/perf_event.c
4345F: arch/*/kernel/*/perf_event.c
4346F: arch/*/kernel/*/*/perf_event.c
4347F: arch/*/include/asm/perf_event.h
4348F: arch/*/lib/perf_event.c
4349F: arch/*/kernel/perf_callchain.c
4350F: tools/perf/
4351
4352PERSONALITY HANDLING
4353M: Christoph Hellwig <hch@infradead.org>
4354L: linux-abi-devel@lists.sourceforge.net
4355S: Maintained
4356F: include/linux/personality.h
4357
4358PHRAM MTD DRIVER
4359M: Joern Engel <joern@lazybastard.org>
4360L: linux-mtd@lists.infradead.org
4361S: Maintained
4362F: drivers/mtd/devices/phram.c
4363
4364PKTCDVD DRIVER
4365M: Peter Osterlund <petero2@telia.com>
4366S: Maintained
4367F: drivers/block/pktcdvd.c
4368F: include/linux/pktcdvd.h
4369
4370PMC SIERRA MaxRAID DRIVER
4371M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4372L: linux-scsi@vger.kernel.org
4373W: http://www.pmc-sierra.com/
4374S: Supported
4375F: drivers/scsi/pmcraid.*
4376
4377PMC SIERRA PM8001 DRIVER
4378M: jack_wang@usish.com
4379M: lindar_liu@usish.com
4380L: linux-scsi@vger.kernel.org
4381S: Supported
4382F: drivers/scsi/pm8001/
4383
4384POSIX CLOCKS and TIMERS
4385M: Thomas Gleixner <tglx@linutronix.de>
4386S: Supported
4387F: fs/timerfd.c
4388F: include/linux/timer*
4389F: kernel/*timer*
4390
4391POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4392M: Anton Vorontsov <cbou@mail.ru>
4393M: David Woodhouse <dwmw2@infradead.org>
4394T: git git://git.infradead.org/battery-2.6.git
4395S: Maintained
4396F: include/linux/power_supply.h
4397F: drivers/power/power_supply*
4398
4399PNP SUPPORT
4400M: Adam Belay <abelay@mit.edu>
4401M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4402S: Maintained
4403F: drivers/pnp/
4404
4405PNXxxxx I2C DRIVER
4406M: Vitaly Wool <vitalywool@gmail.com>
4407L: linux-i2c@vger.kernel.org
4408S: Maintained
4409F: drivers/i2c/busses/i2c-pnx.c
4410
4411PPP PROTOCOL DRIVERS AND COMPRESSORS
4412M: Paul Mackerras <paulus@samba.org>
4413L: linux-ppp@vger.kernel.org
4414S: Maintained
4415F: drivers/net/ppp_*
4416
4417PPP OVER ATM (RFC 2364)
4418M: Mitchell Blank Jr <mitch@sfgoth.com>
4419S: Maintained
4420F: net/atm/pppoatm.c
4421F: include/linux/atmppp.h
4422
4423PPP OVER ETHERNET
4424M: Michal Ostrowski <mostrows@earthlink.net>
4425S: Maintained
4426F: drivers/net/pppoe.c
4427F: drivers/net/pppox.c
4428
4429PPP OVER L2TP
4430M: James Chapman <jchapman@katalix.com>
4431S: Maintained
4432F: drivers/net/pppol2tp.c
4433F: include/linux/if_pppol2tp.h
4434
4435PPS SUPPORT
4436M: Rodolfo Giometti <giometti@enneenne.com>
4437W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4438L: linuxpps@ml.enneenne.com (subscribers-only)
4439S: Maintained
4440F: Documentation/pps/
4441F: drivers/pps/
4442F: include/linux/pps*.h
4443
4444PREEMPTIBLE KERNEL
4445M: Robert Love <rml@tech9.net>
4446L: kpreempt-tech@lists.sourceforge.net
4447W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4448S: Supported
4449F: Documentation/preempt-locking.txt
4450F: include/linux/preempt.h
4451
4452PRISM54 WIRELESS DRIVER
4453M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4454L: linux-wireless@vger.kernel.org
4455W: http://prism54.org
4456S: Maintained
4457F: drivers/net/wireless/prism54/
4458
4459PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4460M: Peter Denison <promise@pnd-pc.demon.co.uk>
4461W: http://www.pnd-pc.demon.co.uk/promise/
4462S: Maintained
4463
4464PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4465M: Mikael Pettersson <mikpe@it.uu.se>
4466L: linux-ide@vger.kernel.org
4467S: Maintained
4468F: drivers/ata/sata_promise.*
4469
4470PS3 NETWORK SUPPORT
4471M: Geoff Levand <geoffrey.levand@am.sony.com>
4472L: netdev@vger.kernel.org
4473L: cbe-oss-dev@ozlabs.org
4474S: Supported
4475F: drivers/net/ps3_gelic_net.*
4476
4477PS3 PLATFORM SUPPORT
4478M: Geoff Levand <geoffrey.levand@am.sony.com>
4479L: linuxppc-dev@ozlabs.org
4480L: cbe-oss-dev@ozlabs.org
4481S: Supported
4482F: arch/powerpc/boot/ps3*
4483F: arch/powerpc/include/asm/lv1call.h
4484F: arch/powerpc/include/asm/ps3*.h
4485F: arch/powerpc/platforms/ps3/
4486F: drivers/*/ps3*
4487F: drivers/ps3/
4488F: drivers/rtc/rtc-ps3.c
4489F: drivers/usb/host/*ps3.c
4490F: sound/ppc/snd_ps3*
4491
4492PS3VRAM DRIVER
4493M: Jim Paris <jim@jtan.com>
4494L: cbe-oss-dev@ozlabs.org
4495S: Maintained
4496
4497PTRACE SUPPORT
4498M: Roland McGrath <roland@redhat.com>
4499M: Oleg Nesterov <oleg@redhat.com>
4500S: Maintained
4501F: include/asm-generic/syscall.h
4502F: include/linux/ptrace.h
4503F: include/linux/regset.h
4504F: include/linux/tracehook.h
4505F: kernel/ptrace.c
4506
4507PVRUSB2 VIDEO4LINUX DRIVER
4508M: Mike Isely <isely@pobox.com>
4509L: pvrusb2@isely.net (subscribers-only)
4510L: linux-media@vger.kernel.org
4511W: http://www.isely.net/pvrusb2/
4512T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4513S: Maintained
4514F: Documentation/video4linux/README.pvrusb2
4515F: drivers/media/video/pvrusb2/
4516
4517PXA2xx/PXA3xx SUPPORT
4518M: Eric Miao <eric.y.miao@gmail.com>
4519M: Russell King <linux@arm.linux.org.uk>
4520L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4521S: Maintained
4522F: arch/arm/mach-pxa/
4523F: drivers/pcmcia/pxa2xx*
4524F: drivers/spi/pxa2xx*
4525F: drivers/usb/gadget/pxa2*
4526F: include/sound/pxa2xx-lib.h
4527F: sound/arm/pxa*
4528F: sound/soc/pxa
4529
4530PXA168 SUPPORT
4531M: Eric Miao <eric.y.miao@gmail.com>
4532M: Jason Chagas <jason.chagas@marvell.com>
4533L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4534T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4535S: Maintained
4536
4537PXA910 SUPPORT
4538M: Eric Miao <eric.y.miao@gmail.com>
4539L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4540T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4541S: Maintained
4542
4543MMP2 SUPPORT (aka ARMADA610)
4544M: Haojian Zhuang <haojian.zhuang@marvell.com>
4545M: Eric Miao <eric.y.miao@gmail.com>
4546L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4547T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4548S: Maintained
4549
4550PXA MMCI DRIVER
4551S: Orphan
4552
4553PXA RTC DRIVER
4554M: Robert Jarzmik <robert.jarzmik@free.fr>
4555L: rtc-linux@googlegroups.com
4556S: Maintained
4557
4558QLOGIC QLA2XXX FC-SCSI DRIVER
4559M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4560M: linux-driver@qlogic.com
4561L: linux-scsi@vger.kernel.org
4562S: Supported
4563F: Documentation/scsi/LICENSE.qla2xxx
4564F: drivers/scsi/qla2xxx/
4565
4566QLOGIC QLA3XXX NETWORK DRIVER
4567M: Ron Mercer <ron.mercer@qlogic.com>
4568M: linux-driver@qlogic.com
4569L: netdev@vger.kernel.org
4570S: Supported
4571F: Documentation/networking/LICENSE.qla3xxx
4572F: drivers/net/qla3xxx.*
4573
4574QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4575M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4576M: linux-driver@qlogic.com
4577L: netdev@vger.kernel.org
4578S: Supported
4579F: drivers/net/qlcnic/
4580
4581QLOGIC QLGE 10Gb ETHERNET DRIVER
4582M: Ron Mercer <ron.mercer@qlogic.com>
4583M: linux-driver@qlogic.com
4584L: netdev@vger.kernel.org
4585S: Supported
4586F: drivers/net/qlge/
4587
4588QNX4 FILESYSTEM
4589M: Anders Larsen <al@alarsen.net>
4590W: http://www.alarsen.net/linux/qnx4fs/
4591S: Maintained
4592F: fs/qnx4/
4593F: include/linux/qnx4_fs.h
4594F: include/linux/qnxtypes.h
4595
4596RADEON FRAMEBUFFER DISPLAY DRIVER
4597M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4598L: linux-fbdev@vger.kernel.org
4599S: Maintained
4600F: drivers/video/aty/radeon*
4601F: include/linux/radeonfb.h
4602
4603RAGE128 FRAMEBUFFER DISPLAY DRIVER
4604M: Paul Mackerras <paulus@samba.org>
4605L: linux-fbdev@vger.kernel.org
4606S: Maintained
4607F: drivers/video/aty/aty128fb.c
4608
4609RALINK RT2X00 WIRELESS LAN DRIVER
4610P: rt2x00 project
4611M: Ivo van Doorn <IvDoorn@gmail.com>
4612M: Gertjan van Wingerde <gwingerde@gmail.com>
4613L: linux-wireless@vger.kernel.org
4614L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4615W: http://rt2x00.serialmonkey.com/
4616S: Maintained
4617T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4618F: drivers/net/wireless/rt2x00/
4619
4620RAMDISK RAM BLOCK DEVICE DRIVER
4621M: Nick Piggin <npiggin@suse.de>
4622S: Maintained
4623F: Documentation/blockdev/ramdisk.txt
4624F: drivers/block/brd.c
4625
4626RANDOM NUMBER DRIVER
4627M: Matt Mackall <mpm@selenic.com>
4628S: Maintained
4629F: drivers/char/random.c
4630
4631RAPIDIO SUBSYSTEM
4632M: Matt Porter <mporter@kernel.crashing.org>
4633S: Maintained
4634F: drivers/rapidio/
4635
4636RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4637M: Corey Thomas <coreythomas@charter.net>
4638L: linux-wireless@vger.kernel.org
4639S: Maintained
4640F: drivers/net/wireless/ray*
4641
4642RCUTORTURE MODULE
4643M: Josh Triplett <josh@freedesktop.org>
4644M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4645S: Supported
4646F: Documentation/RCU/torture.txt
4647F: kernel/rcutorture.c
4648
4649RDC R-321X SoC
4650M: Florian Fainelli <florian@openwrt.org>
4651S: Maintained
4652
4653RDC R6040 FAST ETHERNET DRIVER
4654M: Florian Fainelli <florian@openwrt.org>
4655L: netdev@vger.kernel.org
4656S: Maintained
4657F: drivers/net/r6040.c
4658
4659RDS - RELIABLE DATAGRAM SOCKETS
4660M: Andy Grover <andy.grover@oracle.com>
4661L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4662S: Supported
4663F: net/rds/
4664
4665READ-COPY UPDATE (RCU)
4666M: Dipankar Sarma <dipankar@in.ibm.com>
4667M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4668W: http://www.rdrop.com/users/paulmck/rclock/
4669S: Supported
4670F: Documentation/RCU/
4671F: include/linux/rcu*
4672F: include/linux/srcu*
4673F: kernel/rcu*
4674F: kernel/srcu*
4675X: kernel/rcutorture.c
4676
4677REAL TIME CLOCK DRIVER
4678M: Paul Gortmaker <p_gortmaker@yahoo.com>
4679S: Maintained
4680F: Documentation/rtc.txt
4681F: drivers/rtc/
4682F: include/linux/rtc.h
4683
4684REAL TIME CLOCK (RTC) SUBSYSTEM
4685M: Alessandro Zummo <a.zummo@towertech.it>
4686L: rtc-linux@googlegroups.com
4687Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4688S: Maintained
4689F: Documentation/rtc.txt
4690F: drivers/rtc/
4691F: include/linux/rtc.h
4692
4693REISERFS FILE SYSTEM
4694L: reiserfs-devel@vger.kernel.org
4695S: Supported
4696F: fs/reiserfs/
4697
4698RFKILL
4699M: Johannes Berg <johannes@sipsolutions.net>
4700L: linux-wireless@vger.kernel.org
4701S: Maintained
4702F: Documentation/rfkill.txt
4703F: net/rfkill/
4704
4705RISCOM8 DRIVER
4706S: Orphan
4707F: Documentation/serial/riscom8.txt
4708F: drivers/char/riscom8*
4709
4710ROCKETPORT DRIVER
4711P: Comtrol Corp.
4712W: http://www.comtrol.com
4713S: Maintained
4714F: Documentation/serial/rocket.txt
4715F: drivers/char/rocket*
4716
4717ROSE NETWORK LAYER
4718M: Ralf Baechle <ralf@linux-mips.org>
4719L: linux-hams@vger.kernel.org
4720W: http://www.linux-ax25.org/
4721S: Maintained
4722F: include/linux/rose.h
4723F: include/net/rose.h
4724F: net/rose/
4725
4726RTL8180 WIRELESS DRIVER
4727M: "John W. Linville" <linville@tuxdriver.com>
4728L: linux-wireless@vger.kernel.org
4729W: http://linuxwireless.org/
4730T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4731S: Maintained
4732F: drivers/net/wireless/rtl818x/rtl8180*
4733
4734RTL8187 WIRELESS DRIVER
4735M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4736M: Hin-Tak Leung <htl10@users.sourceforge.net>
4737M: Larry Finger <Larry.Finger@lwfinger.net>
4738L: linux-wireless@vger.kernel.org
4739W: http://linuxwireless.org/
4740T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4741S: Maintained
4742F: drivers/net/wireless/rtl818x/rtl8187*
4743
4744S3 SAVAGE FRAMEBUFFER DRIVER
4745M: Antonino Daplas <adaplas@gmail.com>
4746L: linux-fbdev@vger.kernel.org
4747S: Maintained
4748F: drivers/video/savage/
4749
4750S390
4751M: Martin Schwidefsky <schwidefsky@de.ibm.com>
4752M: Heiko Carstens <heiko.carstens@de.ibm.com>
4753M: linux390@de.ibm.com
4754L: linux-s390@vger.kernel.org
4755W: http://www.ibm.com/developerworks/linux/linux390/
4756S: Supported
4757F: arch/s390/
4758F: drivers/s390/
4759
4760S390 NETWORK DRIVERS
4761M: Ursula Braun <ursula.braun@de.ibm.com>
4762M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
4763M: linux390@de.ibm.com
4764L: linux-s390@vger.kernel.org
4765W: http://www.ibm.com/developerworks/linux/linux390/
4766S: Supported
4767F: drivers/s390/net/
4768
4769S390 ZCRYPT DRIVER
4770M: Felix Beck <felix.beck@de.ibm.com>
4771M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4772M: linux390@de.ibm.com
4773L: linux-s390@vger.kernel.org
4774W: http://www.ibm.com/developerworks/linux/linux390/
4775S: Supported
4776F: drivers/s390/crypto/
4777
4778S390 ZFCP DRIVER
4779M: Christof Schmitt <christof.schmitt@de.ibm.com>
4780M: Martin Peschke <mp3@de.ibm.com>
4781M: linux390@de.ibm.com
4782L: linux-s390@vger.kernel.org
4783W: http://www.ibm.com/developerworks/linux/linux390/
4784S: Supported
4785F: Documentation/s390/zfcpdump.txt
4786F: drivers/s390/scsi/zfcp_*
4787
4788S390 IUCV NETWORK LAYER
4789M: Ursula Braun <ursula.braun@de.ibm.com>
4790M: linux390@de.ibm.com
4791L: linux-s390@vger.kernel.org
4792W: http://www.ibm.com/developerworks/linux/linux390/
4793S: Supported
4794F: drivers/s390/net/*iucv*
4795F: include/net/iucv/
4796F: net/iucv/
4797
4798S3C24XX SD/MMC Driver
4799M: Ben Dooks <ben-linux@fluff.org>
4800L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4801S: Supported
4802F: drivers/mmc/host/s3cmci.*
4803
4804SAA7146 VIDEO4LINUX-2 DRIVER
4805M: Michael Hunold <michael@mihu.de>
4806L: linux-media@vger.kernel.org
4807T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4808W: http://www.mihu.de/linux/saa7146
4809S: Maintained
4810F: drivers/media/common/saa7146*
4811F: drivers/media/video/*7146*
4812F: include/media/*7146*
4813
4814TLG2300 VIDEO4LINUX-2 DRIVER
4815M: Huang Shijie <shijie8@gmail.com>
4816M: Kang Yong <kangyong@telegent.com>
4817M: Zhang Xiaobing <xbzhang@telegent.com>
4818S: Supported
4819F: drivers/media/video/tlg2300
4820
4821SC1200 WDT DRIVER
4822M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
4823S: Maintained
4824F: drivers/watchdog/sc1200wdt.c
4825
4826SCHEDULER
4827M: Ingo Molnar <mingo@elte.hu>
4828M: Peter Zijlstra <peterz@infradead.org>
4829S: Maintained
4830F: kernel/sched*
4831F: include/linux/sched.h
4832
4833SCORE ARCHITECTURE
4834M: Chen Liqin <liqin.chen@sunplusct.com>
4835M: Lennox Wu <lennox.wu@gmail.com>
4836W: http://www.sunplusct.com
4837S: Supported
4838F: arch/score/
4839
4840SCSI CDROM DRIVER
4841M: Jens Axboe <axboe@kernel.dk>
4842L: linux-scsi@vger.kernel.org
4843W: http://www.kernel.dk
4844S: Maintained
4845F: drivers/scsi/sr*
4846
4847SCSI SG DRIVER
4848M: Doug Gilbert <dgilbert@interlog.com>
4849L: linux-scsi@vger.kernel.org
4850W: http://www.torque.net/sg
4851S: Maintained
4852F: drivers/scsi/sg.c
4853F: include/scsi/sg.h
4854
4855SCSI SUBSYSTEM
4856M: "James E.J. Bottomley" <James.Bottomley@suse.de>
4857L: linux-scsi@vger.kernel.org
4858T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4859T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4860T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4861S: Maintained
4862F: drivers/scsi/
4863F: include/scsi/
4864
4865SCSI TAPE DRIVER
4866M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4867L: linux-scsi@vger.kernel.org
4868S: Maintained
4869F: Documentation/scsi/st.txt
4870F: drivers/scsi/st*
4871
4872SCTP PROTOCOL
4873M: Vlad Yasevich <vladislav.yasevich@hp.com>
4874M: Sridhar Samudrala <sri@us.ibm.com>
4875L: linux-sctp@vger.kernel.org
4876W: http://lksctp.sourceforge.net
4877S: Supported
4878F: Documentation/networking/sctp.txt
4879F: include/linux/sctp.h
4880F: include/net/sctp/
4881F: net/sctp/
4882
4883SCx200 CPU SUPPORT
4884M: Jim Cromie <jim.cromie@gmail.com>
4885S: Odd Fixes
4886F: Documentation/i2c/busses/scx200_acb
4887F: arch/x86/kernel/scx200_32.c
4888F: drivers/watchdog/scx200_wdt.c
4889F: drivers/i2c/busses/scx200*
4890F: drivers/mtd/maps/scx200_docflash.c
4891F: include/linux/scx200.h
4892
4893SCx200 GPIO DRIVER
4894M: Jim Cromie <jim.cromie@gmail.com>
4895S: Maintained
4896F: drivers/char/scx200_gpio.c
4897F: include/linux/scx200_gpio.h
4898
4899SCx200 HRT CLOCKSOURCE DRIVER
4900M: Jim Cromie <jim.cromie@gmail.com>
4901S: Maintained
4902F: drivers/clocksource/scx200_hrt.c
4903
4904SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4905M: Sascha Sommer <saschasommer@freenet.de>
4906L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4907S: Maintained
4908F: drivers/mmc/host/sdricoh_cs.c
4909
4910SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4911S: Orphan
4912L: linux-mmc@vger.kernel.org
4913F: drivers/mmc/host/sdhci.*
4914
4915SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4916M: Anton Vorontsov <avorontsov@ru.mvista.com>
4917L: linuxppc-dev@ozlabs.org
4918L: linux-mmc@vger.kernel.org
4919S: Maintained
4920F: drivers/mmc/host/sdhci-of.*
4921
4922SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4923M: Ben Dooks <ben-linux@fluff.org>
4924L: linux-mmc@vger.kernel.org
4925S: Maintained
4926F: drivers/mmc/host/sdhci-s3c.c
4927
4928SECURITY SUBSYSTEM
4929M: James Morris <jmorris@namei.org>
4930L: linux-security-module@vger.kernel.org (suggested Cc:)
4931T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4932W: http://security.wiki.kernel.org/
4933S: Supported
4934F: security/
4935
4936SECURITY CONTACT
4937M: Security Officers <security@kernel.org>
4938S: Supported
4939
4940SELINUX SECURITY MODULE
4941M: Stephen Smalley <sds@tycho.nsa.gov>
4942M: James Morris <jmorris@namei.org>
4943M: Eric Paris <eparis@parisplace.org>
4944L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
4945W: http://selinuxproject.org
4946T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4947S: Supported
4948F: include/linux/selinux*
4949F: security/selinux/
4950
4951SENSABLE PHANTOM
4952M: Jiri Slaby <jirislaby@gmail.com>
4953S: Maintained
4954F: drivers/misc/phantom.c
4955F: include/linux/phantom.h
4956
4957SERIAL ATA (SATA) SUBSYSTEM
4958M: Jeff Garzik <jgarzik@pobox.com>
4959L: linux-ide@vger.kernel.org
4960T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4961S: Supported
4962F: drivers/ata/
4963F: include/linux/ata.h
4964F: include/linux/libata.h
4965
4966SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4967M: Jayamohan Kallickal <jayamohank@serverengines.com>
4968L: linux-scsi@vger.kernel.org
4969W: http://www.serverengines.com
4970S: Supported
4971F: drivers/scsi/be2iscsi/
4972
4973SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4974M: Sathya Perla <sathyap@serverengines.com>
4975M: Subbu Seetharaman <subbus@serverengines.com>
4976M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
4977M: Ajit Khaparde <ajitk@serverengines.com>
4978L: netdev@vger.kernel.org
4979W: http://www.serverengines.com
4980S: Supported
4981F: drivers/net/benet/
4982
4983SFC NETWORK DRIVER
4984M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
4985M: Steve Hodgson <shodgson@solarflare.com>
4986M: Ben Hutchings <bhutchings@solarflare.com>
4987L: netdev@vger.kernel.org
4988S: Supported
4989F: drivers/net/sfc/
4990
4991SGI GRU DRIVER
4992M: Jack Steiner <steiner@sgi.com>
4993S: Maintained
4994F: drivers/misc/sgi-gru/
4995
4996SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4997M: Pat Gefre <pfg@sgi.com>
4998L: linux-ia64@vger.kernel.org
4999S: Supported
5000F: Documentation/ia64/serial.txt
5001F: drivers/serial/ioc?_serial.c
5002F: include/linux/ioc?.h
5003
5004SGI VISUAL WORKSTATION 320 AND 540
5005M: Andrey Panin <pazke@donpac.ru>
5006L: linux-visws-devel@lists.sf.net
5007W: http://linux-visws.sf.net
5008S: Maintained for 2.6.
5009F: Documentation/sgi-visws.txt
5010
5011SGI XP/XPC/XPNET DRIVER
5012M: Robin Holt <holt@sgi.com>
5013S: Maintained
5014F: drivers/misc/sgi-xp/
5015
5016SHARP LH SUPPORT (LH7952X & LH7A40X)
5017M: Marc Singer <elf@buici.com>
5018W: http://projects.buici.com/arm
5019L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5020S: Maintained
5021F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5022F: arch/arm/mach-lh7a40x/
5023F: drivers/serial/serial_lh7a40x.c
5024F: drivers/usb/gadget/lh7a40*
5025F: drivers/usb/host/ohci-lh7a40*
5026
5027SIMPLE FIRMWARE INTERFACE (SFI)
5028M: Len Brown <lenb@kernel.org>
5029L: sfi-devel@simplefirmware.org
5030W: http://simplefirmware.org/
5031T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5032S: Supported
5033F: arch/x86/kernel/*sfi*
5034F: drivers/sfi/
5035F: include/linux/sfi*.h
5036
5037SIMTEC EB110ATX (Chalice CATS)
5038P: Ben Dooks
5039M: Vincent Sanders <support@simtec.co.uk>
5040W: http://www.simtec.co.uk/products/EB110ATX/
5041S: Supported
5042
5043SIMTEC EB2410ITX (BAST)
5044P: Ben Dooks
5045M: Vincent Sanders <support@simtec.co.uk>
5046W: http://www.simtec.co.uk/products/EB2410ITX/
5047S: Supported
5048F: arch/arm/mach-s3c2410/
5049F: drivers/*/*s3c2410*
5050F: drivers/*/*/*s3c2410*
5051
5052TI DAVINCI MACHINE SUPPORT
5053P: Kevin Hilman
5054M: davinci-linux-open-source@linux.davincidsp.com
5055Q: http://patchwork.kernel.org/project/linux-davinci/list/
5056S: Supported
5057F: arch/arm/mach-davinci
5058
5059SIS 190 ETHERNET DRIVER
5060M: Francois Romieu <romieu@fr.zoreil.com>
5061L: netdev@vger.kernel.org
5062S: Maintained
5063F: drivers/net/sis190.c
5064
5065SIS 900/7016 FAST ETHERNET DRIVER
5066M: Daniele Venzano <venza@brownhat.org>
5067W: http://www.brownhat.org/sis900.html
5068L: netdev@vger.kernel.org
5069S: Maintained
5070F: drivers/net/sis900.*
5071
5072SIS 96X I2C/SMBUS DRIVER
5073M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5074L: linux-i2c@vger.kernel.org
5075S: Maintained
5076F: Documentation/i2c/busses/i2c-sis96x
5077F: drivers/i2c/busses/i2c-sis96x.c
5078
5079SIS FRAMEBUFFER DRIVER
5080M: Thomas Winischhofer <thomas@winischhofer.net>
5081W: http://www.winischhofer.net/linuxsisvga.shtml
5082S: Maintained
5083F: Documentation/fb/sisfb.txt
5084F: drivers/video/sis/
5085F: include/video/sisfb.h
5086
5087SIS USB2VGA DRIVER
5088M: Thomas Winischhofer <thomas@winischhofer.net>
5089W: http://www.winischhofer.at/linuxsisusbvga.shtml
5090S: Maintained
5091F: drivers/usb/misc/sisusbvga/
5092
5093SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5094M: Stephen Hemminger <shemminger@linux-foundation.org>
5095L: netdev@vger.kernel.org
5096S: Maintained
5097F: drivers/net/skge.*
5098F: drivers/net/sky2.*
5099
5100SLAB ALLOCATOR
5101M: Christoph Lameter <cl@linux-foundation.org>
5102M: Pekka Enberg <penberg@cs.helsinki.fi>
5103M: Matt Mackall <mpm@selenic.com>
5104L: linux-mm@kvack.org
5105S: Maintained
5106F: include/linux/sl?b*.h
5107F: mm/sl?b.c
5108
5109SMC91x ETHERNET DRIVER
5110M: Nicolas Pitre <nico@fluxnic.net>
5111S: Maintained
5112F: drivers/net/smc91x.*
5113
5114SMSC47B397 HARDWARE MONITOR DRIVER
5115M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5116L: lm-sensors@lm-sensors.org
5117S: Maintained
5118F: Documentation/hwmon/smsc47b397
5119F: drivers/hwmon/smsc47b397.c
5120
5121SMSC911x ETHERNET DRIVER
5122M: Steve Glendinning <steve.glendinning@smsc.com>
5123L: netdev@vger.kernel.org
5124S: Supported
5125F: include/linux/smsc911x.h
5126F: drivers/net/smsc911x.*
5127
5128SMSC9420 PCI ETHERNET DRIVER
5129M: Steve Glendinning <steve.glendinning@smsc.com>
5130L: netdev@vger.kernel.org
5131S: Supported
5132F: drivers/net/smsc9420.*
5133
5134SMX UIO Interface
5135M: Ben Nizette <bn@niasdigital.com>
5136S: Maintained
5137F: drivers/uio/uio_smx.c
5138
5139SN-IA64 (Itanium) SUB-PLATFORM
5140M: Jes Sorensen <jes@sgi.com>
5141L: linux-altix@sgi.com
5142L: linux-ia64@vger.kernel.org
5143W: http://www.sgi.com/altix
5144S: Maintained
5145F: arch/ia64/sn/
5146
5147SOC-CAMERA V4L2 SUBSYSTEM
5148M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5149L: linux-media@vger.kernel.org
5150T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5151S: Maintained
5152F: include/media/v4l2*
5153F: drivers/media/video/v4l2*
5154
5155SOEKRIS NET48XX LED SUPPORT
5156M: Chris Boot <bootc@bootc.net>
5157S: Maintained
5158F: drivers/leds/leds-net48xx.c
5159
5160SOFTWARE RAID (Multiple Disks) SUPPORT
5161M: Neil Brown <neilb@suse.de>
5162L: linux-raid@vger.kernel.org
5163S: Supported
5164F: drivers/md/
5165F: include/linux/raid/
5166
5167SONIC NETWORK DRIVER
5168M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5169L: netdev@vger.kernel.org
5170S: Maintained
5171F: drivers/net/sonic.*
5172
5173SONICS SILICON BACKPLANE DRIVER (SSB)
5174M: Michael Buesch <mb@bu3sch.de>
5175L: netdev@vger.kernel.org
5176S: Maintained
5177F: drivers/ssb/
5178F: include/linux/ssb/
5179
5180SONY VAIO CONTROL DEVICE DRIVER
5181M: Mattia Dongili <malattia@linux.it>
5182L: platform-driver-x86@vger.kernel.org
5183W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5184S: Maintained
5185F: Documentation/laptops/sony-laptop.txt
5186F: drivers/char/sonypi.c
5187F: drivers/platform/x86/sony-laptop.c
5188F: include/linux/sony-laptop.h
5189
5190SONY MEMORYSTICK CARD SUPPORT
5191M: Alex Dubov <oakad@yahoo.com>
5192W: http://tifmxx.berlios.de/
5193S: Maintained
5194F: drivers/memstick/host/tifm_ms.c
5195
5196SOUND
5197M: Jaroslav Kysela <perex@perex.cz>
5198M: Takashi Iwai <tiwai@suse.de>
5199L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5200W: http://www.alsa-project.org/
5201T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5202T: git git://git.alsa-project.org/alsa-kernel.git
5203S: Maintained
5204F: Documentation/sound/
5205F: include/sound/
5206F: sound/
5207
5208SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5209M: Liam Girdwood <lrg@slimlogic.co.uk>
5210M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5211T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5212L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5213W: http://alsa-project.org/main/index.php/ASoC
5214S: Supported
5215F: sound/soc/
5216F: include/sound/soc*
5217
5218SPARC + UltraSPARC (sparc/sparc64)
5219M: "David S. Miller" <davem@davemloft.net>
5220L: sparclinux@vger.kernel.org
5221Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5222T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5223T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5224S: Maintained
5225F: arch/sparc/
5226
5227SPARC SERIAL DRIVERS
5228M: "David S. Miller" <davem@davemloft.net>
5229L: sparclinux@vger.kernel.org
5230T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5231T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5232S: Maintained
5233F: drivers/serial/suncore.c
5234F: drivers/serial/suncore.h
5235F: drivers/serial/sunhv.c
5236F: drivers/serial/sunsab.c
5237F: drivers/serial/sunsab.h
5238F: drivers/serial/sunsu.c
5239F: drivers/serial/sunzilog.c
5240F: drivers/serial/sunzilog.h
5241
5242SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5243M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5244S: Supported
5245F: Documentation/serial/specialix.txt
5246F: drivers/char/specialix*
5247
5248SPI SUBSYSTEM
5249M: David Brownell <dbrownell@users.sourceforge.net>
5250M: Grant Likely <grant.likely@secretlab.ca>
5251L: spi-devel-general@lists.sourceforge.net
5252Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5253S: Maintained
5254F: Documentation/spi/
5255F: drivers/spi/
5256F: include/linux/spi/
5257
5258SPIDERNET NETWORK DRIVER for CELL
5259M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5260M: Jens Osterkamp <jens@de.ibm.com>
5261L: netdev@vger.kernel.org
5262S: Supported
5263F: Documentation/networking/spider_net.txt
5264F: drivers/net/spider_net*
5265
5266SPU FILE SYSTEM
5267M: Jeremy Kerr <jk@ozlabs.org>
5268L: linuxppc-dev@ozlabs.org
5269L: cbe-oss-dev@ozlabs.org
5270W: http://www.ibm.com/developerworks/power/cell/
5271S: Supported
5272F: Documentation/filesystems/spufs.txt
5273F: arch/powerpc/platforms/cell/spufs/
5274
5275SQUASHFS FILE SYSTEM
5276M: Phillip Lougher <phillip@lougher.demon.co.uk>
5277L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5278W: http://squashfs.org.uk
5279S: Maintained
5280F: Documentation/filesystems/squashfs.txt
5281F: fs/squashfs/
5282
5283SRM (Alpha) environment access
5284M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5285S: Maintained
5286F: arch/alpha/kernel/srm_env.c
5287
5288STABLE BRANCH
5289M: Greg Kroah-Hartman <greg@kroah.com>
5290M: Chris Wright <chrisw@sous-sol.org>
5291L: stable@kernel.org
5292S: Maintained
5293
5294STAGING SUBSYSTEM
5295M: Greg Kroah-Hartman <gregkh@suse.de>
5296T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5297L: devel@driverdev.osuosl.org
5298S: Maintained
5299F: drivers/staging/
5300
5301STARFIRE/DURALAN NETWORK DRIVER
5302M: Ion Badulescu <ionut@badula.org>
5303S: Odd Fixes
5304F: drivers/net/starfire*
5305
5306STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5307S: Orphan
5308F: drivers/staging/strip/strip.c
5309F: include/linux/if_strip.h
5310
5311STRADIS MPEG-2 DECODER DRIVER
5312M: Nathan Laredo <laredo@gnu.org>
5313W: http://www.stradis.com/
5314S: Maintained
5315F: drivers/media/video/stradis.c
5316
5317SUN3/3X
5318M: Sam Creasey <sammy@sammy.net>
5319W: http://sammy.net/sun3/
5320S: Maintained
5321F: arch/m68k/kernel/*sun3*
5322F: arch/m68k/sun3*/
5323F: arch/m68k/include/asm/sun3*
5324
5325SUPERH
5326M: Paul Mundt <lethal@linux-sh.org>
5327L: linux-sh@vger.kernel.org
5328W: http://www.linux-sh.org
5329Q: http://patchwork.kernel.org/project/linux-sh/list/
5330T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5331S: Supported
5332F: Documentation/sh/
5333F: arch/sh/
5334F: drivers/sh/
5335
5336SUSPEND TO RAM
5337M: Len Brown <len.brown@intel.com>
5338M: Pavel Machek <pavel@ucw.cz>
5339M: "Rafael J. Wysocki" <rjw@sisk.pl>
5340L: linux-pm@lists.linux-foundation.org
5341S: Supported
5342F: Documentation/power/
5343F: arch/x86/kernel/acpi/
5344F: drivers/base/power/
5345F: kernel/power/
5346F: include/linux/suspend.h
5347F: include/linux/freezer.h
5348F: include/linux/pm.h
5349
5350SVGA HANDLING
5351M: Martin Mares <mj@ucw.cz>
5352L: linux-video@atrey.karlin.mff.cuni.cz
5353S: Maintained
5354F: Documentation/svga.txt
5355F: arch/x86/boot/video*
5356
5357SYSV FILESYSTEM
5358M: Christoph Hellwig <hch@infradead.org>
5359S: Maintained
5360F: Documentation/filesystems/sysv-fs.txt
5361F: fs/sysv/
5362F: include/linux/sysv_fs.h
5363
5364TASKSTATS STATISTICS INTERFACE
5365M: Balbir Singh <balbir@linux.vnet.ibm.com>
5366S: Maintained
5367F: Documentation/accounting/taskstats*
5368F: include/linux/taskstats*
5369F: kernel/taskstats.c
5370
5371TC CLASSIFIER
5372M: Jamal Hadi Salim <hadi@cyberus.ca>
5373L: netdev@vger.kernel.org
5374S: Maintained
5375F: include/linux/pkt_cls.h
5376F: include/net/pkt_cls.h
5377F: net/sched/
5378
5379TCP LOW PRIORITY MODULE
5380M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5381M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5382W: http://tcp-lp-mod.sourceforge.net/
5383S: Maintained
5384F: net/ipv4/tcp_lp.c
5385
5386TEHUTI ETHERNET DRIVER
5387M: Alexander Indenbaum <baum@tehutinetworks.net>
5388M: Andy Gospodarek <andy@greyhouse.net>
5389L: netdev@vger.kernel.org
5390S: Supported
5391F: drivers/net/tehuti*
5392
5393Telecom Clock Driver for MCPL0010
5394M: Mark Gross <mark.gross@intel.com>
5395S: Supported
5396F: drivers/char/tlclk.c
5397
5398TENSILICA XTENSA PORT (xtensa)
5399M: Chris Zankel <chris@zankel.net>
5400S: Maintained
5401F: arch/xtensa/
5402
5403THINKPAD ACPI EXTRAS DRIVER
5404M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5405L: ibm-acpi-devel@lists.sourceforge.net
5406L: platform-driver-x86@vger.kernel.org
5407W: http://ibm-acpi.sourceforge.net
5408W: http://thinkwiki.org/wiki/Ibm-acpi
5409T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5410S: Maintained
5411F: drivers/platform/x86/thinkpad_acpi.c
5412
5413TI FLASH MEDIA INTERFACE DRIVER
5414M: Alex Dubov <oakad@yahoo.com>
5415S: Maintained
5416F: drivers/misc/tifm*
5417F: drivers/mmc/host/tifm_sd.c
5418F: include/linux/tifm.h
5419
5420TI TWL4030 SERIES SOC CODEC DRIVER
5421M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5422L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5423S: Maintained
5424F: sound/soc/codecs/twl4030*
5425
5426TIPC NETWORK LAYER
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: */
This page took 0.061448 seconds and 5 git commands to generate.