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