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