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