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