MAINTAINERS: INTEL DRM DRIVERS list (intel-gfx) is subscribers-only
[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: bonding-devel@lists.sourceforge.net
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: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
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/
2447T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2448S: Orphan
2449F: Documentation/fb/
2450F: drivers/video/fb*
2451F: include/linux/fb.h
2452
2453FREESCALE DMA DRIVER
2454M: Li Yang <leoli@freescale.com>
2455M: Zhang Wei <zw@zh-kernel.org>
2456L: linuxppc-dev@lists.ozlabs.org
2457S: Maintained
2458F: drivers/dma/fsldma.*
2459
2460FREESCALE I2C CPM DRIVER
2461M: Jochen Friedrich <jochen@scram.de>
2462L: linuxppc-dev@lists.ozlabs.org
2463L: linux-i2c@vger.kernel.org
2464S: Maintained
2465F: drivers/i2c/busses/i2c-cpm.c
2466
2467FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2468M: Sascha Hauer <kernel@pengutronix.de>
2469L: linux-fbdev@vger.kernel.org
2470L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2471S: Maintained
2472F: arch/arm/plat-mxc/include/mach/imxfb.h
2473F: drivers/video/imxfb.c
2474
2475FREESCALE SOC FS_ENET DRIVER
2476M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
2477M: Vitaly Bordug <vbordug@ru.mvista.com>
2478L: linuxppc-dev@lists.ozlabs.org
2479L: netdev@vger.kernel.org
2480S: Maintained
2481F: drivers/net/fs_enet/
2482F: include/linux/fs_enet_pd.h
2483
2484FREESCALE QUICC ENGINE LIBRARY
2485M: Timur Tabi <timur@freescale.com>
2486L: linuxppc-dev@lists.ozlabs.org
2487S: Supported
2488F: arch/powerpc/sysdev/qe_lib/
2489F: arch/powerpc/include/asm/*qe.h
2490
2491FREESCALE USB PERIPHERAL DRIVERS
2492M: Li Yang <leoli@freescale.com>
2493L: linux-usb@vger.kernel.org
2494L: linuxppc-dev@lists.ozlabs.org
2495S: Maintained
2496F: drivers/usb/gadget/fsl*
2497
2498FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2499M: Li Yang <leoli@freescale.com>
2500L: netdev@vger.kernel.org
2501L: linuxppc-dev@lists.ozlabs.org
2502S: Maintained
2503F: drivers/net/ucc_geth*
2504
2505FREESCALE QUICC ENGINE UCC UART DRIVER
2506M: Timur Tabi <timur@freescale.com>
2507L: linuxppc-dev@lists.ozlabs.org
2508S: Supported
2509F: drivers/serial/ucc_uart.c
2510
2511FREESCALE SOC SOUND DRIVERS
2512M: Timur Tabi <timur@freescale.com>
2513L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2514L: linuxppc-dev@lists.ozlabs.org
2515S: Supported
2516F: sound/soc/fsl/fsl*
2517F: sound/soc/fsl/mpc8610_hpcd.c
2518
2519FREEVXFS FILESYSTEM
2520M: Christoph Hellwig <hch@infradead.org>
2521W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2522S: Maintained
2523F: fs/freevxfs/
2524
2525FREEZER
2526M: Pavel Machek <pavel@ucw.cz>
2527M: "Rafael J. Wysocki" <rjw@sisk.pl>
2528L: linux-pm@lists.linux-foundation.org
2529S: Supported
2530F: Documentation/power/freezing-of-tasks.txt
2531F: include/linux/freezer.h
2532F: kernel/freezer.c
2533
2534FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2535M: David Howells <dhowells@redhat.com>
2536L: linux-cachefs@redhat.com
2537S: Supported
2538F: Documentation/filesystems/caching/
2539F: fs/fscache/
2540F: include/linux/fscache*.h
2541
2542FUJITSU FR-V (FRV) PORT
2543M: David Howells <dhowells@redhat.com>
2544S: Maintained
2545F: arch/frv/
2546
2547FUJITSU LAPTOP EXTRAS
2548M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2549L: platform-driver-x86@vger.kernel.org
2550S: Maintained
2551F: drivers/platform/x86/fujitsu-laptop.c
2552
2553FUSE: FILESYSTEM IN USERSPACE
2554M: Miklos Szeredi <miklos@szeredi.hu>
2555L: fuse-devel@lists.sourceforge.net
2556W: http://fuse.sourceforge.net/
2557S: Maintained
2558F: fs/fuse/
2559F: include/linux/fuse.h
2560
2561FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2562M: Rik Faith <faith@cs.unc.edu>
2563L: linux-scsi@vger.kernel.org
2564S: Odd Fixes (e.g., new signatures)
2565F: drivers/scsi/fdomain.*
2566
2567GDT SCSI DISK ARRAY CONTROLLER DRIVER
2568M: Achim Leubner <achim_leubner@adaptec.com>
2569L: linux-scsi@vger.kernel.org
2570W: http://www.icp-vortex.com/
2571S: Supported
2572F: drivers/scsi/gdt*
2573
2574GENERIC GPIO I2C DRIVER
2575M: Haavard Skinnemoen <hskinnemoen@gmail.com>
2576S: Supported
2577F: drivers/i2c/busses/i2c-gpio.c
2578F: include/linux/i2c-gpio.h
2579
2580GENERIC HDLC (WAN) DRIVERS
2581M: Krzysztof Halasa <khc@pm.waw.pl>
2582W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2583S: Maintained
2584F: drivers/net/wan/c101.c
2585F: drivers/net/wan/hd6457*
2586F: drivers/net/wan/hdlc*
2587F: drivers/net/wan/n2.c
2588F: drivers/net/wan/pc300too.c
2589F: drivers/net/wan/pci200syn.c
2590F: drivers/net/wan/wanxl*
2591
2592GENERIC INCLUDE/ASM HEADER FILES
2593M: Arnd Bergmann <arnd@arndb.de>
2594L: linux-arch@vger.kernel.org
2595T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2596S: Maintained
2597F: include/asm-generic
2598
2599GENERIC UIO DRIVER FOR PCI DEVICES
2600M: "Michael S. Tsirkin" <mst@redhat.com>
2601L: kvm@vger.kernel.org
2602S: Supported
2603F: drivers/uio/uio_pci_generic.c
2604
2605GFS2 FILE SYSTEM
2606M: Steven Whitehouse <swhiteho@redhat.com>
2607L: cluster-devel@redhat.com
2608W: http://sources.redhat.com/cluster/
2609T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2610T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2611S: Supported
2612F: Documentation/filesystems/gfs2*.txt
2613F: fs/gfs2/
2614F: include/linux/gfs2_ondisk.h
2615
2616GIGASET ISDN DRIVERS
2617M: Hansjoerg Lipp <hjlipp@web.de>
2618M: Tilman Schmidt <tilman@imap.cc>
2619L: gigaset307x-common@lists.sourceforge.net
2620W: http://gigaset307x.sourceforge.net/
2621S: Maintained
2622F: Documentation/isdn/README.gigaset
2623F: drivers/isdn/gigaset/
2624F: include/linux/gigaset_dev.h
2625
2626GRETH 10/100/1G Ethernet MAC device driver
2627M: Kristoffer Glembo <kristoffer@gaisler.com>
2628L: netdev@vger.kernel.org
2629S: Maintained
2630F: drivers/net/greth*
2631
2632HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2633M: Frank Seidel <frank@f-seidel.de>
2634L: platform-driver-x86@vger.kernel.org
2635W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2636S: Maintained
2637F: drivers/platform/x86/hdaps.c
2638
2639HWPOISON MEMORY FAILURE HANDLING
2640M: Andi Kleen <andi@firstfloor.org>
2641L: linux-mm@kvack.org
2642L: linux-kernel@vger.kernel.org
2643T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2644S: Maintained
2645F: mm/memory-failure.c
2646F: mm/hwpoison-inject.c
2647
2648HYPERVISOR VIRTUAL CONSOLE DRIVER
2649L: linuxppc-dev@lists.ozlabs.org
2650S: Odd Fixes
2651F: drivers/char/hvc_*
2652
2653iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2654M: Peter Jones <pjones@redhat.com>
2655M: Konrad Rzeszutek Wilk <konrad@kernel.org>
2656S: Maintained
2657F: drivers/firmware/iscsi_ibft*
2658
2659GSPCA FINEPIX SUBDRIVER
2660M: Frank Zago <frank@zago.net>
2661L: linux-media@vger.kernel.org
2662T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2663S: Maintained
2664F: drivers/media/video/gspca/finepix.c
2665
2666GSPCA GL860 SUBDRIVER
2667M: Olivier Lorin <o.lorin@laposte.net>
2668L: linux-media@vger.kernel.org
2669T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2670S: Maintained
2671F: drivers/media/video/gspca/gl860/
2672
2673GSPCA M5602 SUBDRIVER
2674M: Erik Andren <erik.andren@gmail.com>
2675L: linux-media@vger.kernel.org
2676T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2677S: Maintained
2678F: drivers/media/video/gspca/m5602/
2679
2680GSPCA PAC207 SONIXB SUBDRIVER
2681M: Hans de Goede <hdegoede@redhat.com>
2682L: linux-media@vger.kernel.org
2683T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2684S: Maintained
2685F: drivers/media/video/gspca/pac207.c
2686
2687GSPCA SN9C20X SUBDRIVER
2688M: Brian Johnson <brijohn@gmail.com>
2689L: linux-media@vger.kernel.org
2690T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2691S: Maintained
2692F: drivers/media/video/gspca/sn9c20x.c
2693
2694GSPCA T613 SUBDRIVER
2695M: Leandro Costantino <lcostantino@gmail.com>
2696L: linux-media@vger.kernel.org
2697T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2698S: Maintained
2699F: drivers/media/video/gspca/t613.c
2700
2701GSPCA USB WEBCAM DRIVER
2702M: Jean-Francois Moine <moinejf@free.fr>
2703W: http://moinejf.free.fr
2704L: linux-media@vger.kernel.org
2705T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2706S: Maintained
2707F: drivers/media/video/gspca/
2708
2709HARDWARE MONITORING
2710M: Jean Delvare <khali@linux-fr.org>
2711M: Guenter Roeck <guenter.roeck@ericsson.com>
2712L: lm-sensors@lm-sensors.org
2713W: http://www.lm-sensors.org/
2714T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2715T: quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/
2716T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2717S: Maintained
2718F: Documentation/hwmon/
2719F: drivers/hwmon/
2720F: include/linux/hwmon*.h
2721
2722HARDWARE RANDOM NUMBER GENERATOR CORE
2723M: Matt Mackall <mpm@selenic.com>
2724M: Herbert Xu <herbert@gondor.apana.org.au>
2725S: Odd fixes
2726F: Documentation/hw_random.txt
2727F: drivers/char/hw_random/
2728F: include/linux/hw_random.h
2729
2730HARMONY SOUND DRIVER
2731M: Kyle McMartin <kyle@mcmartin.ca>
2732L: linux-parisc@vger.kernel.org
2733S: Maintained
2734F: sound/parisc/harmony.*
2735
2736HEWLETT-PACKARD SMART2 RAID DRIVER
2737M: Chirag Kantharia <chirag.kantharia@hp.com>
2738L: iss_storagedev@hp.com
2739S: Maintained
2740F: Documentation/blockdev/cpqarray.txt
2741F: drivers/block/cpqarray.*
2742
2743HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2744M: Stephen M. Cameron <scameron@beardog.cce.hp.com>
2745L: iss_storagedev@hp.com
2746S: Supported
2747F: Documentation/scsi/hpsa.txt
2748F: drivers/scsi/hpsa*.[ch]
2749F: include/linux/cciss*.h
2750
2751HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2752M: Mike Miller <mike.miller@hp.com>
2753L: iss_storagedev@hp.com
2754S: Supported
2755F: Documentation/blockdev/cciss.txt
2756F: drivers/block/cciss*
2757F: include/linux/cciss_ioctl.h
2758
2759HFS FILESYSTEM
2760M: Roman Zippel <zippel@linux-m68k.org>
2761S: Maintained
2762F: Documentation/filesystems/hfs.txt
2763F: fs/hfs/
2764
2765HGA FRAMEBUFFER DRIVER
2766M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2767L: linux-nvidia@lists.surfsouth.com
2768W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2769S: Maintained
2770F: drivers/video/hgafb.c
2771
2772HIBERNATION (aka Software Suspend, aka swsusp)
2773M: Pavel Machek <pavel@ucw.cz>
2774M: "Rafael J. Wysocki" <rjw@sisk.pl>
2775L: linux-pm@lists.linux-foundation.org
2776S: Supported
2777F: arch/x86/power/
2778F: drivers/base/power/
2779F: kernel/power/
2780F: include/linux/suspend.h
2781F: include/linux/freezer.h
2782F: include/linux/pm.h
2783F: arch/*/include/asm/suspend*.h
2784
2785HID CORE LAYER
2786M: Jiri Kosina <jkosina@suse.cz>
2787L: linux-input@vger.kernel.org
2788T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2789S: Maintained
2790F: drivers/hid/
2791F: include/linux/hid*
2792
2793HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2794M: Thomas Gleixner <tglx@linutronix.de>
2795S: Maintained
2796F: Documentation/timers/
2797F: kernel/hrtimer.c
2798F: include/linux/hrtimer.h
2799
2800HIGH-SPEED SCC DRIVER FOR AX.25
2801M: Klaus Kudielka <klaus.kudielka@ieee.org>
2802L: linux-hams@vger.kernel.org
2803W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2804S: Maintained
2805F: drivers/net/hamradio/dmascc.c
2806F: drivers/net/hamradio/scc.c
2807
2808HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2809M: HighPoint Linux Team <linux@highpoint-tech.com>
2810W: http://www.highpoint-tech.com
2811S: Supported
2812F: Documentation/scsi/hptiop.txt
2813F: drivers/scsi/hptiop.c
2814
2815HIPPI
2816M: Jes Sorensen <jes@trained-monkey.org>
2817L: linux-hippi@sunsite.dk
2818S: Maintained
2819F: include/linux/hippidevice.h
2820F: include/linux/if_hippi.h
2821F: net/802/hippi.c
2822
2823HOST AP DRIVER
2824M: Jouni Malinen <j@w1.fi>
2825L: hostap@shmoo.com (subscribers-only)
2826L: linux-wireless@vger.kernel.org
2827W: http://hostap.epitest.fi/
2828S: Maintained
2829F: drivers/net/wireless/hostap/
2830
2831HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2832M: Carlos Corbacho <carlos@strangeworlds.co.uk>
2833L: platform-driver-x86@vger.kernel.org
2834S: Odd Fixes
2835F: drivers/platform/x86/tc1100-wmi.c
2836
2837HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2838M: Jaroslav Kysela <perex@perex.cz>
2839S: Maintained
2840F: drivers/net/hp100.*
2841
2842HPET: High Precision Event Timers driver
2843M: Clemens Ladisch <clemens@ladisch.de>
2844S: Maintained
2845F: Documentation/timers/hpet.txt
2846F: drivers/char/hpet.c
2847F: include/linux/hpet.h
2848
2849HPET: x86
2850M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
2851S: Maintained
2852F: arch/x86/kernel/hpet.c
2853F: arch/x86/include/asm/hpet.h
2854
2855HPFS FILESYSTEM
2856M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2857W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2858S: Maintained
2859F: fs/hpfs/
2860
2861HSO 3G MODEM DRIVER
2862M: Jan Dumon <j.dumon@option.com>
2863W: http://www.pharscape.org
2864S: Maintained
2865F: drivers/net/usb/hso.c
2866
2867HTCPEN TOUCHSCREEN DRIVER
2868M: Pau Oliva Fora <pof@eslack.org>
2869L: linux-input@vger.kernel.org
2870S: Maintained
2871F: drivers/input/touchscreen/htcpen.c
2872
2873HUGETLB FILESYSTEM
2874M: William Irwin <wli@holomorphy.com>
2875S: Maintained
2876F: fs/hugetlbfs/
2877
2878I2C/SMBUS STUB DRIVER
2879M: "Mark M. Hoffman" <mhoffman@lightlink.com>
2880L: linux-i2c@vger.kernel.org
2881S: Maintained
2882F: drivers/i2c/busses/i2c-stub.c
2883
2884I2C SUBSYSTEM
2885M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2886M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2887L: linux-i2c@vger.kernel.org
2888W: http://i2c.wiki.kernel.org/
2889T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2890T: git git://git.fluff.org/bjdooks/linux.git
2891S: Maintained
2892F: Documentation/i2c/
2893F: drivers/i2c/
2894F: include/linux/i2c.h
2895F: include/linux/i2c-*.h
2896
2897I2C-TINY-USB DRIVER
2898M: Till Harbaum <till@harbaum.org>
2899L: linux-i2c@vger.kernel.org
2900W: http://www.harbaum.org/till/i2c_tiny_usb
2901S: Maintained
2902F: drivers/i2c/busses/i2c-tiny-usb.c
2903
2904i386 BOOT CODE
2905M: "H. Peter Anvin" <hpa@zytor.com>
2906S: Maintained
2907F: arch/x86/boot/
2908
2909i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2910M: "H. Peter Anvin" <hpa@zytor.com>
2911T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2912S: Maintained
2913
2914IA64 (Itanium) PLATFORM
2915M: Tony Luck <tony.luck@intel.com>
2916M: Fenghua Yu <fenghua.yu@intel.com>
2917L: linux-ia64@vger.kernel.org
2918W: http://www.ia64-linux.org/
2919T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2920S: Maintained
2921F: arch/ia64/
2922
2923IBM MCA SCSI SUBSYSTEM DRIVER
2924M: Michael Lang <langa2@kph.uni-mainz.de>
2925W: http://www.uni-mainz.de/~langm000/linux.html
2926S: Maintained
2927F: drivers/scsi/ibmmca.c
2928
2929IBM Power Linux RAID adapter
2930M: Brian King <brking@us.ibm.com>
2931S: Supported
2932F: drivers/scsi/ipr.*
2933
2934IBM Power Virtual Ethernet Device Driver
2935M: Santiago Leon <santil@linux.vnet.ibm.com>
2936L: netdev@vger.kernel.org
2937S: Supported
2938F: drivers/net/ibmveth.*
2939
2940IBM ServeRAID RAID DRIVER
2941P: Jack Hammer
2942M: Dave Jeffery <ipslinux@adaptec.com>
2943W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2944S: Supported
2945F: drivers/scsi/ips.*
2946
2947IDE SUBSYSTEM
2948M: "David S. Miller" <davem@davemloft.net>
2949L: linux-ide@vger.kernel.org
2950Q: http://patchwork.ozlabs.org/project/linux-ide/list/
2951T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2952S: Maintained
2953F: Documentation/ide/
2954F: drivers/ide/
2955F: include/linux/ide.h
2956
2957IDE/ATAPI DRIVERS
2958M: Borislav Petkov <petkovbb@gmail.com>
2959L: linux-ide@vger.kernel.org
2960S: Maintained
2961F: Documentation/cdrom/ide-cd
2962F: drivers/ide/ide-cd*
2963
2964IDLE-I7300
2965M: Andy Henroid <andrew.d.henroid@intel.com>
2966L: linux-pm@lists.linux-foundation.org
2967S: Supported
2968F: drivers/idle/i7300_idle.c
2969
2970IEEE 1394 SUBSYSTEM
2971M: Stefan Richter <stefanr@s5r6.in-berlin.de>
2972L: linux1394-devel@lists.sourceforge.net
2973W: http://ieee1394.wiki.kernel.org/
2974T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2975S: Obsolete
2976F: Documentation/debugging-via-ohci1394.txt
2977F: drivers/ieee1394/
2978
2979IEEE 802.15.4 SUBSYSTEM
2980M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2981M: Sergey Lapin <slapin@ossfans.org>
2982L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2983W: http://apps.sourceforge.net/trac/linux-zigbee
2984T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2985S: Maintained
2986F: net/ieee802154/
2987F: drivers/ieee802154/
2988
2989INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2990M: Mimi Zohar <zohar@us.ibm.com>
2991S: Supported
2992F: security/integrity/ima/
2993
2994IMS TWINTURBO FRAMEBUFFER DRIVER
2995L: linux-fbdev@vger.kernel.org
2996S: Orphan
2997F: drivers/video/imsttfb.c
2998
2999INFINIBAND SUBSYSTEM
3000M: Roland Dreier <rolandd@cisco.com>
3001M: Sean Hefty <sean.hefty@intel.com>
3002M: Hal Rosenstock <hal.rosenstock@gmail.com>
3003L: linux-rdma@vger.kernel.org
3004W: http://www.openfabrics.org/
3005Q: http://patchwork.kernel.org/project/linux-rdma/list/
3006T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3007S: Supported
3008F: Documentation/infiniband/
3009F: drivers/infiniband/
3010F: include/linux/if_infiniband.h
3011
3012INOTIFY
3013M: John McCutchan <john@johnmccutchan.com>
3014M: Robert Love <rlove@rlove.org>
3015M: Eric Paris <eparis@parisplace.org>
3016S: Maintained
3017F: Documentation/filesystems/inotify.txt
3018F: fs/notify/inotify/
3019F: include/linux/inotify.h
3020
3021INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3022M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3023M: Dmitry Torokhov <dtor@mail.ru>
3024L: linux-input@vger.kernel.org
3025Q: http://patchwork.kernel.org/project/linux-input/list/
3026T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3027S: Maintained
3028F: drivers/input/
3029
3030INPUT MULTITOUCH (MT) PROTOCOL
3031M: Henrik Rydberg <rydberg@euromail.se>
3032L: linux-input@vger.kernel.org
3033S: Maintained
3034F: Documentation/input/multi-touch-protocol.txt
3035K: \b(ABS|SYN)_MT_
3036
3037INTEL IDLE DRIVER
3038M: Len Brown <lenb@kernel.org>
3039L: linux-pm@lists.linux-foundation.org
3040T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3041S: Supported
3042F: drivers/idle/intel_idle.c
3043
3044INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3045M: Maik Broemme <mbroemme@plusserver.de>
3046L: linux-fbdev@vger.kernel.org
3047S: Maintained
3048F: Documentation/fb/intelfb.txt
3049F: drivers/video/intelfb/
3050
3051INTEL 810/815 FRAMEBUFFER DRIVER
3052M: Antonino Daplas <adaplas@gmail.com>
3053L: linux-fbdev@vger.kernel.org
3054S: Maintained
3055F: drivers/video/i810/
3056
3057INTEL MENLOW THERMAL DRIVER
3058M: Sujith Thomas <sujith.thomas@intel.com>
3059L: platform-driver-x86@vger.kernel.org
3060W: http://www.lesswatts.org/projects/acpi/
3061S: Supported
3062F: drivers/platform/x86/intel_menlow.c
3063
3064INTEL IA32 MICROCODE UPDATE SUPPORT
3065M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3066S: Maintained
3067F: arch/x86/kernel/microcode_core.c
3068F: arch/x86/kernel/microcode_intel.c
3069
3070INTEL I/OAT DMA DRIVER
3071M: Dan Williams <dan.j.williams@intel.com>
3072S: Supported
3073F: drivers/dma/ioat*
3074
3075INTEL IOMMU (VT-d)
3076M: David Woodhouse <dwmw2@infradead.org>
3077L: iommu@lists.linux-foundation.org
3078T: git git://git.infradead.org/iommu-2.6.git
3079S: Supported
3080F: drivers/pci/intel-iommu.c
3081F: include/linux/intel-iommu.h
3082
3083INTEL IOP-ADMA DMA DRIVER
3084M: Dan Williams <dan.j.williams@intel.com>
3085S: Maintained
3086F: drivers/dma/iop-adma.c
3087
3088INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3089M: Krzysztof Halasa <khc@pm.waw.pl>
3090S: Maintained
3091F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3092F: arch/arm/mach-ixp4xx/include/mach/npe.h
3093F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3094F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3095F: drivers/net/arm/ixp4xx_eth.c
3096F: drivers/net/wan/ixp4xx_hss.c
3097
3098INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3099M: Deepak Saxena <dsaxena@plexity.net>
3100S: Maintained
3101F: drivers/char/hw_random/ixp4xx-rng.c
3102
3103INTEL IXP2000 ETHERNET DRIVER
3104M: Lennert Buytenhek <kernel@wantstofly.org>
3105L: netdev@vger.kernel.org
3106S: Maintained
3107F: drivers/net/ixp2000/
3108
3109INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3110M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3111M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3112M: Bruce Allan <bruce.w.allan@intel.com>
3113M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3114M: Don Skidmore <donald.c.skidmore@intel.com>
3115M: Greg Rose <gregory.v.rose@intel.com>
3116M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3117M: Alex Duyck <alexander.h.duyck@intel.com>
3118M: John Ronciak <john.ronciak@intel.com>
3119L: e1000-devel@lists.sourceforge.net
3120W: http://e1000.sourceforge.net/
3121S: Supported
3122F: Documentation/networking/e100.txt
3123F: Documentation/networking/e1000.txt
3124F: Documentation/networking/e1000e.txt
3125F: Documentation/networking/igb.txt
3126F: Documentation/networking/igbvf.txt
3127F: Documentation/networking/ixgb.txt
3128F: Documentation/networking/ixgbe.txt
3129F: Documentation/networking/ixgbevf.txt
3130F: drivers/net/e100.c
3131F: drivers/net/e1000/
3132F: drivers/net/e1000e/
3133F: drivers/net/igb/
3134F: drivers/net/igbvf/
3135F: drivers/net/ixgb/
3136F: drivers/net/ixgbe/
3137F: drivers/net/ixgbevf/
3138
3139INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3140L: linux-wireless@vger.kernel.org
3141S: Orphan
3142F: Documentation/networking/README.ipw2100
3143F: drivers/net/wireless/ipw2x00/ipw2100.*
3144
3145INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3146L: linux-wireless@vger.kernel.org
3147S: Orphan
3148F: Documentation/networking/README.ipw2200
3149F: drivers/net/wireless/ipw2x00/ipw2200.*
3150
3151INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3152M: Joseph Cihula <joseph.cihula@intel.com>
3153M: Shane Wang <shane.wang@intel.com>
3154L: tboot-devel@lists.sourceforge.net
3155W: http://tboot.sourceforge.net
3156T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3157S: Supported
3158F: Documentation/intel_txt.txt
3159F: include/linux/tboot.h
3160F: arch/x86/kernel/tboot.c
3161
3162INTEL WIRELESS WIMAX CONNECTION 2400
3163M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3164M: linux-wimax@intel.com
3165L: wimax@linuxwimax.org
3166S: Supported
3167W: http://linuxwimax.org
3168F: Documentation/wimax/README.i2400m
3169F: drivers/net/wimax/i2400m/
3170F: include/linux/wimax/i2400m.h
3171
3172INTEL WIRELESS WIFI LINK (iwlwifi)
3173M: Reinette Chatre <reinette.chatre@intel.com>
3174M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
3175M: Intel Linux Wireless <ilw@linux.intel.com>
3176L: linux-wireless@vger.kernel.org
3177W: http://intellinuxwireless.org
3178T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3179S: Supported
3180F: drivers/net/wireless/iwlwifi/
3181
3182INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3183M: Samuel Ortiz <samuel.ortiz@intel.com>
3184M: Intel Linux Wireless <ilw@linux.intel.com>
3185L: linux-wireless@vger.kernel.org
3186S: Supported
3187W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3188F: drivers/net/wireless/iwmc3200wifi/
3189
3190IOC3 ETHERNET DRIVER
3191M: Ralf Baechle <ralf@linux-mips.org>
3192L: linux-mips@linux-mips.org
3193S: Maintained
3194F: drivers/net/ioc3-eth.c
3195
3196IOC3 SERIAL DRIVER
3197M: Pat Gefre <pfg@sgi.com>
3198L: linux-serial@vger.kernel.org
3199S: Maintained
3200F: drivers/serial/ioc3_serial.c
3201
3202IP MASQUERADING
3203M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3204S: Maintained
3205F: net/ipv4/netfilter/ipt_MASQUERADE.c
3206
3207IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3208M: Francois Romieu <romieu@fr.zoreil.com>
3209M: Sorbica Shieh <sorbica@icplus.com.tw>
3210L: netdev@vger.kernel.org
3211S: Maintained
3212F: drivers/net/ipg.*
3213
3214IPATH DRIVER
3215M: Ralph Campbell <infinipath@qlogic.com>
3216L: linux-rdma@vger.kernel.org
3217T: git git://git.qlogic.com/ipath-linux-2.6
3218S: Supported
3219F: drivers/infiniband/hw/ipath/
3220
3221IPMI SUBSYSTEM
3222M: Corey Minyard <minyard@acm.org>
3223L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3224W: http://openipmi.sourceforge.net/
3225S: Supported
3226F: Documentation/IPMI.txt
3227F: drivers/char/ipmi/
3228F: include/linux/ipmi*
3229
3230IPS SCSI RAID DRIVER
3231M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3232L: linux-scsi@vger.kernel.org
3233W: http://www.adaptec.com/
3234S: Maintained
3235F: drivers/scsi/ips*
3236
3237IPVS
3238M: Wensong Zhang <wensong@linux-vs.org>
3239M: Simon Horman <horms@verge.net.au>
3240M: Julian Anastasov <ja@ssi.bg>
3241L: netdev@vger.kernel.org
3242L: lvs-devel@vger.kernel.org
3243S: Maintained
3244F: Documentation/networking/ipvs-sysctl.txt
3245F: include/net/ip_vs.h
3246F: include/linux/ip_vs.h
3247F: net/netfilter/ipvs/
3248
3249IPWIRELESS DRIVER
3250M: Jiri Kosina <jkosina@suse.cz>
3251M: David Sterba <dsterba@suse.cz>
3252S: Maintained
3253T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3254F: drivers/char/pcmcia/ipwireless/
3255
3256IPX NETWORK LAYER
3257M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3258L: netdev@vger.kernel.org
3259S: Maintained
3260F: include/linux/ipx.h
3261F: include/net/ipx.h
3262F: net/ipx/
3263
3264IRDA SUBSYSTEM
3265M: Samuel Ortiz <samuel@sortiz.org>
3266L: irda-users@lists.sourceforge.net (subscribers-only)
3267W: http://irda.sourceforge.net/
3268S: Maintained
3269T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3270F: Documentation/networking/irda.txt
3271F: drivers/net/irda/
3272F: include/net/irda/
3273F: net/irda/
3274
3275IRQ SUBSYSTEM
3276M: Thomas Gleixner <tglx@linutronix.de>
3277S: Maintained
3278T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3279F: kernel/irq/
3280
3281ISAPNP
3282M: Jaroslav Kysela <perex@perex.cz>
3283S: Maintained
3284F: Documentation/isapnp.txt
3285F: drivers/pnp/isapnp/
3286F: include/linux/isapnp.h
3287
3288ISCSI
3289M: Mike Christie <michaelc@cs.wisc.edu>
3290L: open-iscsi@googlegroups.com
3291W: www.open-iscsi.org
3292T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3293S: Maintained
3294F: drivers/scsi/*iscsi*
3295F: include/scsi/*iscsi*
3296
3297ISDN SUBSYSTEM
3298M: Karsten Keil <isdn@linux-pingi.de>
3299L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3300L: netdev@vger.kernel.org
3301W: http://www.isdn4linux.de
3302T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3303S: Maintained
3304F: Documentation/isdn/
3305F: drivers/isdn/
3306F: include/linux/isdn.h
3307F: include/linux/isdn/
3308
3309ISDN SUBSYSTEM (Eicon active card driver)
3310M: Armin Schindler <mac@melware.de>
3311L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
3312W: http://www.melware.de
3313S: Maintained
3314F: drivers/isdn/hardware/eicon/
3315
3316IT87 HARDWARE MONITORING DRIVER
3317M: Jean Delvare <khali@linux-fr.org>
3318L: lm-sensors@lm-sensors.org
3319S: Maintained
3320F: Documentation/hwmon/it87
3321F: drivers/hwmon/it87.c
3322
3323IVTV VIDEO4LINUX DRIVER
3324M: Andy Walls <awalls@md.metrocast.net>
3325L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3326L: linux-media@vger.kernel.org
3327T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3328W: http://www.ivtvdriver.org
3329S: Maintained
3330F: Documentation/video4linux/*.ivtv
3331F: drivers/media/video/ivtv/
3332F: include/linux/ivtv*
3333
3334JC42.4 TEMPERATURE SENSOR DRIVER
3335M: Guenter Roeck <linux@roeck-us.net>
3336L: lm-sensors@lm-sensors.org
3337S: Maintained
3338F: drivers/hwmon/jc42.c
3339F: Documentation/hwmon/jc42
3340
3341JFS FILESYSTEM
3342M: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3343L: jfs-discussion@lists.sourceforge.net
3344W: http://jfs.sourceforge.net/
3345T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3346S: Maintained
3347F: Documentation/filesystems/jfs.txt
3348F: fs/jfs/
3349
3350JME NETWORK DRIVER
3351M: Guo-Fu Tseng <cooldavid@cooldavid.org>
3352L: netdev@vger.kernel.org
3353S: Maintained
3354F: drivers/net/jme.*
3355
3356JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3357M: David Woodhouse <dwmw2@infradead.org>
3358L: linux-mtd@lists.infradead.org
3359W: http://www.linux-mtd.infradead.org/doc/jffs2.html
3360S: Maintained
3361F: fs/jffs2/
3362F: include/linux/jffs2.h
3363
3364JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3365M: Andrew Morton <akpm@linux-foundation.org>
3366M: Jan Kara <jack@suse.cz>
3367L: linux-ext4@vger.kernel.org
3368S: Maintained
3369F: fs/jbd*/
3370F: include/linux/ext*jbd*.h
3371F: include/linux/jbd*.h
3372
3373JSM Neo PCI based serial card
3374M: Breno Leitao <leitao@linux.vnet.ibm.com>
3375L: linux-serial@vger.kernel.org
3376S: Maintained
3377F: drivers/serial/jsm/
3378
3379K8TEMP HARDWARE MONITORING DRIVER
3380M: Rudolf Marek <r.marek@assembler.cz>
3381L: lm-sensors@lm-sensors.org
3382S: Maintained
3383F: Documentation/hwmon/k8temp
3384F: drivers/hwmon/k8temp.c
3385
3386KCONFIG
3387M: Roman Zippel <zippel@linux-m68k.org>
3388L: linux-kbuild@vger.kernel.org
3389Q: http://patchwork.kernel.org/project/linux-kbuild/list/
3390S: Maintained
3391F: Documentation/kbuild/kconfig-language.txt
3392F: scripts/kconfig/
3393
3394KDUMP
3395M: Vivek Goyal <vgoyal@redhat.com>
3396M: Haren Myneni <hbabu@us.ibm.com>
3397L: kexec@lists.infradead.org
3398W: http://lse.sourceforge.net/kdump/
3399S: Maintained
3400F: Documentation/kdump/
3401
3402KERNEL AUTOMOUNTER (AUTOFS)
3403M: "H. Peter Anvin" <hpa@zytor.com>
3404L: autofs@linux.kernel.org
3405S: Obsolete
3406F: drivers/staging/autofs/
3407
3408KERNEL AUTOMOUNTER v4 (AUTOFS4)
3409M: Ian Kent <raven@themaw.net>
3410L: autofs@linux.kernel.org
3411S: Maintained
3412F: fs/autofs4/
3413
3414KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3415M: Michal Marek <mmarek@suse.cz>
3416T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3417T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3418L: linux-kbuild@vger.kernel.org
3419S: Maintained
3420F: Documentation/kbuild/
3421F: Makefile
3422F: scripts/Makefile.*
3423F: scripts/basic/
3424F: scripts/mk*
3425F: scripts/package/
3426
3427KERNEL JANITORS
3428L: kernel-janitors@vger.kernel.org
3429W: http://kernelnewbies.org/KernelJanitors
3430S: Odd Fixes
3431
3432KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3433M: "J. Bruce Fields" <bfields@fieldses.org>
3434M: Neil Brown <neilb@suse.de>
3435L: linux-nfs@vger.kernel.org
3436W: http://nfs.sourceforge.net/
3437S: Supported
3438F: fs/nfsd/
3439F: include/linux/nfsd/
3440F: fs/lockd/
3441F: fs/nfs_common/
3442F: net/sunrpc/
3443F: include/linux/lockd/
3444F: include/linux/sunrpc/
3445
3446KERNEL VIRTUAL MACHINE (KVM)
3447M: Avi Kivity <avi@redhat.com>
3448M: Marcelo Tosatti <mtosatti@redhat.com>
3449L: kvm@vger.kernel.org
3450W: http://kvm.qumranet.com
3451S: Supported
3452F: Documentation/*/kvm.txt
3453F: arch/*/kvm/
3454F: arch/*/include/asm/kvm*
3455F: include/linux/kvm*
3456F: virt/kvm/
3457
3458KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3459M: Joerg Roedel <joerg.roedel@amd.com>
3460L: kvm@vger.kernel.org
3461W: http://kvm.qumranet.com
3462S: Supported
3463F: arch/x86/include/asm/svm.h
3464F: arch/x86/kvm/svm.c
3465
3466KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3467M: Alexander Graf <agraf@suse.de>
3468L: kvm-ppc@vger.kernel.org
3469W: http://kvm.qumranet.com
3470S: Supported
3471F: arch/powerpc/include/asm/kvm*
3472F: arch/powerpc/kvm/
3473
3474KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3475M: Xiantao Zhang <xiantao.zhang@intel.com>
3476L: kvm-ia64@vger.kernel.org
3477W: http://kvm.qumranet.com
3478S: Supported
3479F: Documentation/ia64/kvm.txt
3480F: arch/ia64/include/asm/kvm*
3481F: arch/ia64/kvm/
3482
3483KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3484M: Carsten Otte <cotte@de.ibm.com>
3485M: Christian Borntraeger <borntraeger@de.ibm.com>
3486M: linux390@de.ibm.com
3487L: linux-s390@vger.kernel.org
3488W: http://www.ibm.com/developerworks/linux/linux390/
3489S: Supported
3490F: Documentation/s390/kvm.txt
3491F: arch/s390/include/asm/kvm*
3492F: arch/s390/kvm/
3493F: drivers/s390/kvm/
3494
3495KEXEC
3496M: Eric Biederman <ebiederm@xmission.com>
3497W: http://kernel.org/pub/linux/utils/kernel/kexec/
3498L: kexec@lists.infradead.org
3499S: Maintained
3500F: include/linux/kexec.h
3501F: kernel/kexec.c
3502
3503KEYS/KEYRINGS:
3504M: David Howells <dhowells@redhat.com>
3505L: keyrings@linux-nfs.org
3506S: Maintained
3507F: Documentation/keys.txt
3508F: include/linux/key.h
3509F: include/linux/key-type.h
3510F: include/keys/
3511F: security/keys/
3512
3513KGDB / KDB /debug_core
3514M: Jason Wessel <jason.wessel@windriver.com>
3515W: http://kgdb.wiki.kernel.org/
3516L: kgdb-bugreport@lists.sourceforge.net
3517S: Maintained
3518F: Documentation/DocBook/kgdb.tmpl
3519F: drivers/misc/kgdbts.c
3520F: drivers/serial/kgdboc.c
3521F: include/linux/kdb.h
3522F: include/linux/kgdb.h
3523F: kernel/debug/
3524
3525KMEMCHECK
3526M: Vegard Nossum <vegardno@ifi.uio.no>
3527M: Pekka Enberg <penberg@cs.helsinki.fi>
3528S: Maintained
3529F: Documentation/kmemcheck.txt
3530F: arch/x86/include/asm/kmemcheck.h
3531F: arch/x86/mm/kmemcheck/
3532F: include/linux/kmemcheck.h
3533F: mm/kmemcheck.c
3534
3535KMEMLEAK
3536M: Catalin Marinas <catalin.marinas@arm.com>
3537S: Maintained
3538F: Documentation/kmemleak.txt
3539F: include/linux/kmemleak.h
3540F: mm/kmemleak.c
3541F: mm/kmemleak-test.c
3542
3543KPROBES
3544M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3545M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3546M: "David S. Miller" <davem@davemloft.net>
3547M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3548S: Maintained
3549F: Documentation/kprobes.txt
3550F: include/linux/kprobes.h
3551F: kernel/kprobes.c
3552
3553KS0108 LCD CONTROLLER DRIVER
3554M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3555W: http://miguelojeda.es/auxdisplay.htm
3556W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3557S: Maintained
3558F: Documentation/auxdisplay/ks0108
3559F: drivers/auxdisplay/ks0108.c
3560F: include/linux/ks0108.h
3561
3562LAPB module
3563L: linux-x25@vger.kernel.org
3564S: Orphan
3565F: Documentation/networking/lapb-module.txt
3566F: include/*/lapb.h
3567F: net/lapb/
3568
3569LASI 53c700 driver for PARISC
3570M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3571L: linux-scsi@vger.kernel.org
3572S: Maintained
3573F: Documentation/scsi/53c700.txt
3574F: drivers/scsi/53c700*
3575
3576LED SUBSYSTEM
3577M: Richard Purdie <rpurdie@rpsys.net>
3578S: Maintained
3579F: drivers/leds/
3580F: include/linux/leds.h
3581
3582LEGO USB Tower driver
3583M: Juergen Stuber <starblue@users.sourceforge.net>
3584L: legousb-devel@lists.sourceforge.net
3585W: http://legousb.sourceforge.net/
3586S: Maintained
3587F: drivers/usb/misc/legousbtower.c
3588
3589LGUEST
3590M: Rusty Russell <rusty@rustcorp.com.au>
3591L: lguest@lists.ozlabs.org
3592W: http://lguest.ozlabs.org/
3593S: Odd Fixes
3594F: Documentation/lguest/
3595F: arch/x86/lguest/
3596F: drivers/lguest/
3597F: include/linux/lguest*.h
3598F: arch/x86/include/asm/lguest*.h
3599
3600LINUX FOR IBM pSERIES (RS/6000)
3601M: Paul Mackerras <paulus@au.ibm.com>
3602W: http://www.ibm.com/linux/ltc/projects/ppc
3603S: Supported
3604F: arch/powerpc/boot/rs6000.h
3605
3606LINUX FOR POWERPC (32-BIT AND 64-BIT)
3607M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3608M: Paul Mackerras <paulus@samba.org>
3609W: http://www.penguinppc.org/
3610L: linuxppc-dev@lists.ozlabs.org
3611Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3612T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3613S: Supported
3614F: Documentation/powerpc/
3615F: arch/powerpc/
3616
3617LINUX FOR POWER MACINTOSH
3618M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
3619W: http://www.penguinppc.org/
3620L: linuxppc-dev@lists.ozlabs.org
3621S: Maintained
3622F: arch/powerpc/platforms/powermac/
3623F: drivers/macintosh/
3624
3625LINUX FOR POWERPC EMBEDDED MPC5XXX
3626M: Grant Likely <grant.likely@secretlab.ca>
3627L: linuxppc-dev@lists.ozlabs.org
3628T: git git://git.secretlab.ca/git/linux-2.6.git
3629S: Maintained
3630F: arch/powerpc/platforms/512x/
3631F: arch/powerpc/platforms/52xx/
3632
3633LINUX FOR POWERPC EMBEDDED PPC4XX
3634M: Josh Boyer <jwboyer@linux.vnet.ibm.com>
3635M: Matt Porter <mporter@kernel.crashing.org>
3636W: http://www.penguinppc.org/
3637L: linuxppc-dev@lists.ozlabs.org
3638T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3639S: Maintained
3640F: arch/powerpc/platforms/40x/
3641F: arch/powerpc/platforms/44x/
3642
3643LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3644M: Grant Likely <grant.likely@secretlab.ca>
3645W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3646L: linuxppc-dev@lists.ozlabs.org
3647T: git git://git.secretlab.ca/git/linux-2.6.git
3648S: Maintained
3649F: arch/powerpc/*/*virtex*
3650F: arch/powerpc/*/*/*virtex*
3651
3652LINUX FOR POWERPC EMBEDDED PPC8XX
3653M: Vitaly Bordug <vitb@kernel.crashing.org>
3654M: Marcelo Tosatti <marcelo@kvack.org>
3655W: http://www.penguinppc.org/
3656L: linuxppc-dev@lists.ozlabs.org
3657S: Maintained
3658F: arch/powerpc/platforms/8xx/
3659
3660LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3661M: Kumar Gala <galak@kernel.crashing.org>
3662W: http://www.penguinppc.org/
3663L: linuxppc-dev@lists.ozlabs.org
3664S: Maintained
3665F: arch/powerpc/platforms/83xx/
3666
3667LINUX FOR POWERPC PA SEMI PWRFICIENT
3668M: Olof Johansson <olof@lixom.net>
3669L: linuxppc-dev@lists.ozlabs.org
3670S: Maintained
3671F: arch/powerpc/platforms/pasemi/
3672F: drivers/*/*pasemi*
3673F: drivers/*/*/*pasemi*
3674
3675LINUX SECURITY MODULE (LSM) FRAMEWORK
3676M: Chris Wright <chrisw@sous-sol.org>
3677L: linux-security-module@vger.kernel.org
3678T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3679S: Supported
3680
3681LLC (802.2)
3682M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3683S: Maintained
3684F: include/linux/llc.h
3685F: include/net/llc*
3686F: net/llc/
3687
3688LIS3LV02D ACCELEROMETER DRIVER
3689M: Eric Piel <eric.piel@tremplin-utc.net>
3690S: Maintained
3691F: Documentation/hwmon/lis3lv02d
3692F: drivers/hwmon/lis3lv02d.*
3693
3694LM73 HARDWARE MONITOR DRIVER
3695M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
3696L: lm-sensors@lm-sensors.org
3697S: Maintained
3698F: drivers/hwmon/lm73.c
3699
3700LM83 HARDWARE MONITOR DRIVER
3701M: Jean Delvare <khali@linux-fr.org>
3702L: lm-sensors@lm-sensors.org
3703S: Maintained
3704F: Documentation/hwmon/lm83
3705F: drivers/hwmon/lm83.c
3706
3707LM90 HARDWARE MONITOR DRIVER
3708M: Jean Delvare <khali@linux-fr.org>
3709L: lm-sensors@lm-sensors.org
3710S: Maintained
3711F: Documentation/hwmon/lm90
3712F: drivers/hwmon/lm90.c
3713
3714LOCKDEP AND LOCKSTAT
3715M: Peter Zijlstra <peterz@infradead.org>
3716M: Ingo Molnar <mingo@redhat.com>
3717T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3718S: Maintained
3719F: Documentation/lockdep*.txt
3720F: Documentation/lockstat.txt
3721F: include/linux/lockdep.h
3722F: kernel/lockdep*
3723
3724LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3725M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
3726L: linux-ntfs-dev@lists.sourceforge.net
3727W: http://www.linux-ntfs.org/content/view/19/37/
3728S: Maintained
3729F: Documentation/ldm.txt
3730F: fs/partitions/ldm.*
3731
3732LogFS
3733M: Joern Engel <joern@logfs.org>
3734L: logfs@logfs.org
3735W: logfs.org
3736S: Maintained
3737F: fs/logfs/
3738
3739LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3740M: Eric Moore <Eric.Moore@lsi.com>
3741M: support@lsi.com
3742L: DL-MPTFusionLinux@lsi.com
3743L: linux-scsi@vger.kernel.org
3744W: http://www.lsilogic.com/support
3745S: Supported
3746F: drivers/message/fusion/
3747
3748LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3749M: Matthew Wilcox <matthew@wil.cx>
3750L: linux-scsi@vger.kernel.org
3751S: Maintained
3752F: drivers/scsi/sym53c8xx_2/
3753
3754LTC4261 HARDWARE MONITOR DRIVER
3755M: Guenter Roeck <linux@roeck-us.net>
3756L: lm-sensors@lm-sensors.org
3757S: Maintained
3758F: Documentation/hwmon/ltc4261
3759F: drivers/hwmon/ltc4261.c
3760
3761LTP (Linux Test Project)
3762M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3763M: Garrett Cooper <yanegomi@gmail.com>
3764M: Mike Frysinger <vapier@gentoo.org>
3765M: Subrata Modak <subrata@linux.vnet.ibm.com>
3766L: ltp-list@lists.sourceforge.net (subscribers-only)
3767W: http://ltp.sourceforge.net/
3768T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3769S: Maintained
3770
3771M32R ARCHITECTURE
3772M: Hirokazu Takata <takata@linux-m32r.org>
3773L: linux-m32r@ml.linux-m32r.org
3774L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3775W: http://www.linux-m32r.org/
3776S: Maintained
3777F: arch/m32r/
3778
3779M68K ARCHITECTURE
3780M: Geert Uytterhoeven <geert@linux-m68k.org>
3781M: Roman Zippel <zippel@linux-m68k.org>
3782L: linux-m68k@lists.linux-m68k.org
3783W: http://www.linux-m68k.org/
3784T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3785S: Maintained
3786F: arch/m68k/
3787F: drivers/zorro/
3788
3789M68K ON APPLE MACINTOSH
3790M: Joshua Thompson <funaho@jurai.org>
3791W: http://www.mac.linux-m68k.org/
3792L: linux-m68k@lists.linux-m68k.org
3793S: Maintained
3794F: arch/m68k/mac/
3795
3796M68K ON HP9000/300
3797M: Philip Blundell <philb@gnu.org>
3798W: http://www.tazenda.demon.co.uk/phil/linux-hp
3799S: Maintained
3800F: arch/m68k/hp300/
3801
3802MAC80211
3803M: Johannes Berg <johannes@sipsolutions.net>
3804L: linux-wireless@vger.kernel.org
3805W: http://linuxwireless.org/
3806T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3807S: Maintained
3808F: Documentation/networking/mac80211-injection.txt
3809F: include/net/mac80211.h
3810F: net/mac80211/
3811
3812MAC80211 PID RATE CONTROL
3813M: Stefano Brivio <stefano.brivio@polimi.it>
3814M: Mattias Nissler <mattias.nissler@gmx.de>
3815L: linux-wireless@vger.kernel.org
3816W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3817T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3818S: Maintained
3819F: net/mac80211/rc80211_pid*
3820
3821MACVLAN DRIVER
3822M: Patrick McHardy <kaber@trash.net>
3823L: netdev@vger.kernel.org
3824S: Maintained
3825F: drivers/net/macvlan.c
3826F: include/linux/if_macvlan.h
3827
3828MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3829M: Michael Kerrisk <mtk.manpages@gmail.com>
3830W: http://www.kernel.org/doc/man-pages
3831L: linux-man@vger.kernel.org
3832S: Maintained
3833
3834MARVELL LIBERTAS WIRELESS DRIVER
3835M: Dan Williams <dcbw@redhat.com>
3836L: libertas-dev@lists.infradead.org
3837S: Maintained
3838F: drivers/net/wireless/libertas/
3839
3840MARVELL MV643XX ETHERNET DRIVER
3841M: Lennert Buytenhek <buytenh@wantstofly.org>
3842L: netdev@vger.kernel.org
3843S: Maintained
3844F: drivers/net/mv643xx_eth.*
3845F: include/linux/mv643xx.h
3846
3847MARVELL MWL8K WIRELESS DRIVER
3848M: Lennert Buytenhek <buytenh@wantstofly.org>
3849L: linux-wireless@vger.kernel.org
3850S: Odd Fixes
3851F: drivers/net/wireless/mwl8k.c
3852
3853MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3854M: Nicolas Pitre <nico@fluxnic.net>
3855S: Odd Fixes
3856F: drivers/mmc/host/mvsdio.*
3857
3858MARVELL YUKON / SYSKONNECT DRIVER
3859M: Mirko Lindner <mlindner@syskonnect.de>
3860M: Ralph Roesler <rroesler@syskonnect.de>
3861W: http://www.syskonnect.com
3862S: Supported
3863
3864MATROX FRAMEBUFFER DRIVER
3865L: linux-fbdev@vger.kernel.org
3866S: Orphan
3867F: drivers/video/matrox/matroxfb_*
3868F: include/linux/matroxfb.h
3869
3870MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3871M: "Hans J. Koch" <hjk@linutronix.de>
3872L: lm-sensors@lm-sensors.org
3873S: Maintained
3874F: Documentation/hwmon/max6650
3875F: drivers/hwmon/max6650.c
3876
3877MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3878M: Mauro Carvalho Chehab <mchehab@infradead.org>
3879P: LinuxTV.org Project
3880L: linux-media@vger.kernel.org
3881W: http://linuxtv.org
3882Q: http://patchwork.kernel.org/project/linux-media/list/
3883T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3884S: Maintained
3885F: Documentation/dvb/
3886F: Documentation/video4linux/
3887F: drivers/media/
3888F: include/media/
3889F: include/linux/dvb/
3890F: include/linux/videodev*.h
3891
3892MEGARAID SCSI DRIVERS
3893M: Neela Syam Kolli <megaraidlinux@lsi.com>
3894L: linux-scsi@vger.kernel.org
3895W: http://megaraid.lsilogic.com
3896S: Maintained
3897F: Documentation/scsi/megaraid.txt
3898F: drivers/scsi/megaraid.*
3899F: drivers/scsi/megaraid/
3900
3901MEMORY MANAGEMENT
3902L: linux-mm@kvack.org
3903W: http://www.linux-mm.org
3904S: Maintained
3905F: include/linux/mm.h
3906F: mm/
3907
3908MEMORY RESOURCE CONTROLLER
3909M: Balbir Singh <balbir@linux.vnet.ibm.com>
3910M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3911M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3912L: linux-mm@kvack.org
3913S: Maintained
3914F: mm/memcontrol.c
3915
3916MEMORY TECHNOLOGY DEVICES (MTD)
3917M: David Woodhouse <dwmw2@infradead.org>
3918L: linux-mtd@lists.infradead.org
3919W: http://www.linux-mtd.infradead.org/
3920Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3921T: git git://git.infradead.org/mtd-2.6.git
3922S: Maintained
3923F: drivers/mtd/
3924F: include/linux/mtd/
3925F: include/mtd/
3926
3927MICROBLAZE ARCHITECTURE
3928M: Michal Simek <monstr@monstr.eu>
3929L: microblaze-uclinux@itee.uq.edu.au
3930W: http://www.monstr.eu/fdt/
3931T: git git://git.monstr.eu/linux-2.6-microblaze.git
3932S: Supported
3933F: arch/microblaze/
3934
3935MICROTEK X6 SCANNER
3936M: Oliver Neukum <oliver@neukum.name>
3937S: Maintained
3938F: drivers/usb/image/microtek.*
3939
3940MIPS
3941M: Ralf Baechle <ralf@linux-mips.org>
3942W: http://www.linux-mips.org/
3943L: linux-mips@linux-mips.org
3944T: git git://git.linux-mips.org/pub/scm/linux.git
3945S: Supported
3946F: Documentation/mips/
3947F: arch/mips/
3948
3949MISCELLANEOUS MCA-SUPPORT
3950M: James Bottomley <James.Bottomley@HansenPartnership.com>
3951S: Maintained
3952F: Documentation/ia64/mca.txt
3953F: Documentation/mca.txt
3954F: drivers/mca/
3955F: include/linux/mca*
3956
3957MODULE SUPPORT
3958M: Rusty Russell <rusty@rustcorp.com.au>
3959S: Maintained
3960F: include/linux/module.h
3961F: kernel/module.c
3962
3963MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3964M: Stelian Pop <stelian@popies.net>
3965W: http://popies.net/meye/
3966S: Maintained
3967F: Documentation/video4linux/meye.txt
3968F: drivers/media/video/meye.*
3969F: include/linux/meye.h
3970
3971MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3972M: Pavel Pisa <ppisa@pikron.com>
3973L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3974S: Maintained
3975F: drivers/mmc/host/imxmmc.*
3976
3977MOUSE AND MISC DEVICES [GENERAL]
3978M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3979S: Maintained
3980F: drivers/input/mouse/
3981F: include/linux/gpio_mouse.h
3982
3983MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3984M: Jiri Slaby <jirislaby@gmail.com>
3985S: Maintained
3986F: Documentation/serial/moxa-smartio
3987F: drivers/char/mxser.*
3988
3989MSI LAPTOP SUPPORT
3990M: Lee, Chun-Yi <jlee@novell.com>
3991L: platform-driver-x86@vger.kernel.org
3992S: Maintained
3993F: drivers/platform/x86/msi-laptop.c
3994
3995MSI WMI SUPPORT
3996M: Anisse Astier <anisse@astier.eu>
3997L: platform-driver-x86@vger.kernel.org
3998S: Supported
3999F: drivers/platform/x86/msi-wmi.c
4000
4001MULTIFUNCTION DEVICES (MFD)
4002M: Samuel Ortiz <sameo@linux.intel.com>
4003T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4004S: Supported
4005F: drivers/mfd/
4006
4007MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4008M: Chris Ball <cjb@laptop.org>
4009L: linux-mmc@vger.kernel.org
4010T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4011S: Maintained
4012F: drivers/mmc/
4013F: include/linux/mmc/
4014
4015MULTIMEDIA CARD (MMC) ETC. OVER SPI
4016M: David Brownell <dbrownell@users.sourceforge.net>
4017S: Odd Fixes
4018F: drivers/mmc/host/mmc_spi.c
4019F: include/linux/spi/mmc_spi.h
4020
4021MULTISOUND SOUND DRIVER
4022M: Andrew Veliath <andrewtv@usa.net>
4023S: Maintained
4024F: Documentation/sound/oss/MultiSound
4025F: sound/oss/msnd*
4026
4027MULTITECH MULTIPORT CARD (ISICOM)
4028S: Orphan
4029F: drivers/char/isicom.c
4030F: include/linux/isicom.h
4031
4032MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4033M: Felipe Balbi <balbi@ti.com>
4034L: linux-usb@vger.kernel.org
4035T: git git://gitorious.org/usb/usb.git
4036S: Maintained
4037F: drivers/usb/musb/
4038
4039MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4040M: Andrew Gallatin <gallatin@myri.com>
4041M: Brice Goglin <brice@myri.com>
4042L: netdev@vger.kernel.org
4043W: http://www.myri.com/scs/download-Myri10GE.html
4044S: Supported
4045F: drivers/net/myri10ge/
4046
4047NATSEMI ETHERNET DRIVER (DP8381x)
4048M: Tim Hockin <thockin@hockin.org>
4049S: Maintained
4050F: drivers/net/natsemi.c
4051
4052NCP FILESYSTEM
4053M: Petr Vandrovec <petr@vandrovec.name>
4054S: Odd Fixes
4055F: fs/ncpfs/
4056
4057NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4058M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4059L: linux-scsi@vger.kernel.org
4060S: Maintained
4061F: drivers/scsi/NCR_D700.*
4062
4063NETEFFECT IWARP RNIC DRIVER (IW_NES)
4064M: Faisal Latif <faisal.latif@intel.com>
4065M: Chien Tung <chien.tin.tung@intel.com>
4066L: linux-rdma@vger.kernel.org
4067W: http://www.neteffect.com
4068S: Supported
4069F: drivers/infiniband/hw/nes/
4070
4071NETEM NETWORK EMULATOR
4072M: Stephen Hemminger <shemminger@linux-foundation.org>
4073L: netem@lists.linux-foundation.org
4074S: Maintained
4075F: net/sched/sch_netem.c
4076
4077NETERION 10GbE DRIVERS (s2io/vxge)
4078M: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4079M: Sivakumar Subramani <sivakumar.subramani@exar.com>
4080M: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4081M: Jon Mason <jon.mason@exar.com>
4082L: netdev@vger.kernel.org
4083W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4084W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4085S: Supported
4086F: Documentation/networking/s2io.txt
4087F: drivers/net/s2io*
4088F: Documentation/networking/vxge.txt
4089F: drivers/net/vxge/
4090
4091NETFILTER/IPTABLES/IPCHAINS
4092P: Rusty Russell
4093P: Marc Boucher
4094P: James Morris
4095P: Harald Welte
4096P: Jozsef Kadlecsik
4097M: Patrick McHardy <kaber@trash.net>
4098L: netfilter-devel@vger.kernel.org
4099L: netfilter@vger.kernel.org
4100L: coreteam@netfilter.org
4101W: http://www.netfilter.org/
4102W: http://www.iptables.org/
4103T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4104S: Supported
4105F: include/linux/netfilter*
4106F: include/linux/netfilter/
4107F: include/net/netfilter/
4108F: net/*/netfilter.c
4109F: net/*/netfilter/
4110F: net/netfilter/
4111
4112NETLABEL
4113M: Paul Moore <paul.moore@hp.com>
4114W: http://netlabel.sf.net
4115L: netdev@vger.kernel.org
4116S: Supported
4117F: Documentation/netlabel/
4118F: include/net/netlabel.h
4119F: net/netlabel/
4120
4121NETROM NETWORK LAYER
4122M: Ralf Baechle <ralf@linux-mips.org>
4123L: linux-hams@vger.kernel.org
4124W: http://www.linux-ax25.org/
4125S: Maintained
4126F: include/linux/netrom.h
4127F: include/net/netrom.h
4128F: net/netrom/
4129
4130NETWORK BLOCK DEVICE (NBD)
4131M: Paul Clements <Paul.Clements@steeleye.com>
4132S: Maintained
4133F: Documentation/blockdev/nbd.txt
4134F: drivers/block/nbd.c
4135F: include/linux/nbd.h
4136
4137NETWORK DROP MONITOR
4138M: Neil Horman <nhorman@tuxdriver.com>
4139L: netdev@vger.kernel.org
4140S: Maintained
4141W: https://fedorahosted.org/dropwatch/
4142F: net/core/drop_monitor.c
4143
4144NETWORKING [GENERAL]
4145M: "David S. Miller" <davem@davemloft.net>
4146L: netdev@vger.kernel.org
4147W: http://www.linuxfoundation.org/en/Net
4148W: http://patchwork.ozlabs.org/project/netdev/list/
4149T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4150T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4151S: Maintained
4152F: net/
4153F: include/net/
4154F: include/linux/in.h
4155F: include/linux/net.h
4156F: include/linux/netdevice.h
4157
4158NETWORKING [IPv4/IPv6]
4159M: "David S. Miller" <davem@davemloft.net>
4160M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4161M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4162M: James Morris <jmorris@namei.org>
4163M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4164M: Patrick McHardy <kaber@trash.net>
4165L: netdev@vger.kernel.org
4166T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4167S: Maintained
4168F: net/ipv4/
4169F: net/ipv6/
4170F: include/net/ip*
4171
4172NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4173M: Paul Moore <paul.moore@hp.com>
4174L: netdev@vger.kernel.org
4175S: Maintained
4176
4177NETWORKING [WIRELESS]
4178M: "John W. Linville" <linville@tuxdriver.com>
4179L: linux-wireless@vger.kernel.org
4180Q: http://patchwork.kernel.org/project/linux-wireless/list/
4181T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4182S: Maintained
4183F: net/mac80211/
4184F: net/rfkill/
4185F: net/wireless/
4186F: include/net/ieee80211*
4187F: include/linux/wireless.h
4188F: include/net/iw_handler.h
4189F: drivers/net/wireless/
4190
4191NETWORKING DRIVERS
4192L: netdev@vger.kernel.org
4193W: http://www.linuxfoundation.org/en/Net
4194T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4195T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4196S: Odd Fixes
4197F: drivers/net/
4198F: include/linux/if_*
4199F: include/linux/*device.h
4200
4201NETXEN (1/10) GbE SUPPORT
4202M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4203L: netdev@vger.kernel.org
4204W: http://www.qlogic.com
4205S: Supported
4206F: drivers/net/netxen/
4207
4208NFS, SUNRPC, AND LOCKD CLIENTS
4209M: Trond Myklebust <Trond.Myklebust@netapp.com>
4210L: linux-nfs@vger.kernel.org
4211W: http://client.linux-nfs.org
4212T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4213S: Maintained
4214F: fs/lockd/
4215F: fs/nfs/
4216F: fs/nfs_common/
4217F: net/sunrpc/
4218F: include/linux/lockd/
4219F: include/linux/nfs*
4220F: include/linux/sunrpc/
4221
4222NI5010 NETWORK DRIVER
4223M: Jan-Pascal van Best <janpascal@vanbest.org>
4224M: Andreas Mohr <andi@lisas.de>
4225L: netdev@vger.kernel.org
4226S: Maintained
4227F: drivers/net/ni5010.*
4228
4229NILFS2 FILESYSTEM
4230M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4231L: linux-nilfs@vger.kernel.org
4232W: http://www.nilfs.org/en/
4233S: Supported
4234F: Documentation/filesystems/nilfs2.txt
4235F: fs/nilfs2/
4236F: include/linux/nilfs2_fs.h
4237
4238NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4239M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4240W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4241S: Maintained
4242F: Documentation/scsi/NinjaSCSI.txt
4243F: drivers/scsi/pcmcia/nsp_*
4244
4245NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4246M: GOTO Masanori <gotom@debian.or.jp>
4247M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4248W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4249S: Maintained
4250F: Documentation/scsi/NinjaSCSI.txt
4251F: drivers/scsi/nsp32*
4252
4253NTFS FILESYSTEM
4254M: Anton Altaparmakov <aia21@cantab.net>
4255L: linux-ntfs-dev@lists.sourceforge.net
4256W: http://www.linux-ntfs.org/
4257T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4258S: Maintained
4259F: Documentation/filesystems/ntfs.txt
4260F: fs/ntfs/
4261
4262NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4263M: Antonino Daplas <adaplas@gmail.com>
4264L: linux-fbdev@vger.kernel.org
4265S: Maintained
4266F: drivers/video/riva/
4267F: drivers/video/nvidia/
4268
4269OMAP SUPPORT
4270M: Tony Lindgren <tony@atomide.com>
4271L: linux-omap@vger.kernel.org
4272W: http://www.muru.com/linux/omap/
4273W: http://linux.omap.com/
4274Q: http://patchwork.kernel.org/project/linux-omap/list/
4275T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4276S: Maintained
4277F: arch/arm/*omap*/
4278
4279OMAP CLOCK FRAMEWORK SUPPORT
4280M: Paul Walmsley <paul@pwsan.com>
4281L: linux-omap@vger.kernel.org
4282S: Maintained
4283F: arch/arm/*omap*/*clock*
4284
4285OMAP POWER MANAGEMENT SUPPORT
4286M: Kevin Hilman <khilman@deeprootsystems.com>
4287L: linux-omap@vger.kernel.org
4288S: Maintained
4289F: arch/arm/*omap*/*pm*
4290
4291OMAP AUDIO SUPPORT
4292M: Jarkko Nikula <jhnikula@gmail.com>
4293L: alsa-devel@alsa-project.org (subscribers-only)
4294L: linux-omap@vger.kernel.org
4295S: Maintained
4296F: sound/soc/omap/
4297
4298OMAP FRAMEBUFFER SUPPORT
4299M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4300L: linux-fbdev@vger.kernel.org
4301L: linux-omap@vger.kernel.org
4302S: Maintained
4303F: drivers/video/omap/
4304
4305OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4306M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4307L: linux-omap@vger.kernel.org
4308L: linux-fbdev@vger.kernel.org
4309S: Maintained
4310F: drivers/video/omap2/
4311F: Documentation/arm/OMAP/DSS
4312
4313OMAP MMC SUPPORT
4314M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4315L: linux-omap@vger.kernel.org
4316S: Maintained
4317F: drivers/mmc/host/omap.c
4318
4319OMAP HS MMC SUPPORT
4320M: Madhusudhan Chikkature <madhu.cr@ti.com>
4321L: linux-omap@vger.kernel.org
4322S: Maintained
4323F: drivers/mmc/host/omap_hsmmc.c
4324
4325OMAP RANDOM NUMBER GENERATOR SUPPORT
4326M: Deepak Saxena <dsaxena@plexity.net>
4327S: Maintained
4328F: drivers/char/hw_random/omap-rng.c
4329
4330OMAP USB SUPPORT
4331M: Felipe Balbi <balbi@ti.com>
4332M: David Brownell <dbrownell@users.sourceforge.net>
4333L: linux-usb@vger.kernel.org
4334L: linux-omap@vger.kernel.org
4335S: Maintained
4336F: drivers/usb/*/*omap*
4337F: arch/arm/*omap*/usb*
4338
4339OMFS FILESYSTEM
4340M: Bob Copeland <me@bobcopeland.com>
4341L: linux-karma-devel@lists.sourceforge.net
4342S: Maintained
4343F: Documentation/filesystems/omfs.txt
4344F: fs/omfs/
4345
4346OMNIKEY CARDMAN 4000 DRIVER
4347M: Harald Welte <laforge@gnumonks.org>
4348S: Maintained
4349F: drivers/char/pcmcia/cm4000_cs.c
4350F: include/linux/cm4000_cs.h
4351
4352OMNIKEY CARDMAN 4040 DRIVER
4353M: Harald Welte <laforge@gnumonks.org>
4354S: Maintained
4355F: drivers/char/pcmcia/cm4040_cs.*
4356
4357OMNIVISION OV7670 SENSOR DRIVER
4358M: Jonathan Corbet <corbet@lwn.net>
4359L: linux-media@vger.kernel.org
4360T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4361S: Maintained
4362F: drivers/media/video/ov7670.c
4363
4364ONENAND FLASH DRIVER
4365M: Kyungmin Park <kyungmin.park@samsung.com>
4366L: linux-mtd@lists.infradead.org
4367S: Maintained
4368F: drivers/mtd/onenand/
4369F: include/linux/mtd/onenand*.h
4370
4371ONSTREAM SCSI TAPE DRIVER
4372M: Willem Riede <osst@riede.org>
4373L: osst-users@lists.sourceforge.net
4374L: linux-scsi@vger.kernel.org
4375S: Maintained
4376F: drivers/scsi/osst*
4377F: drivers/scsi/st*
4378
4379OPENCORES I2C BUS DRIVER
4380M: Peter Korsgaard <jacmet@sunsite.dk>
4381L: linux-i2c@vger.kernel.org
4382S: Maintained
4383F: Documentation/i2c/busses/i2c-ocores
4384F: drivers/i2c/busses/i2c-ocores.c
4385
4386OPEN FIRMWARE AND FLATTENED DEVICE TREE
4387M: Grant Likely <grant.likely@secretlab.ca>
4388L: devicetree-discuss@lists.ozlabs.org
4389W: http://fdt.secretlab.ca
4390T: git git://git.secretlab.ca/git/linux-2.6.git
4391S: Maintained
4392F: drivers/of
4393F: include/linux/of*.h
4394K: of_get_property
4395
4396OPROFILE
4397M: Robert Richter <robert.richter@amd.com>
4398L: oprofile-list@lists.sf.net
4399S: Maintained
4400F: arch/*/include/asm/oprofile*.h
4401F: arch/*/oprofile/
4402F: drivers/oprofile/
4403F: include/linux/oprofile.h
4404
4405ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4406M: Mark Fasheh <mfasheh@suse.com>
4407M: Joel Becker <joel.becker@oracle.com>
4408L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4409W: http://oss.oracle.com/projects/ocfs2/
4410T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4411S: Supported
4412F: Documentation/filesystems/ocfs2.txt
4413F: Documentation/filesystems/dlmfs.txt
4414F: fs/ocfs2/
4415
4416ORINOCO DRIVER
4417L: linux-wireless@vger.kernel.org
4418L: orinoco-users@lists.sourceforge.net
4419L: orinoco-devel@lists.sourceforge.net
4420W: http://linuxwireless.org/en/users/Drivers/orinoco
4421W: http://www.nongnu.org/orinoco/
4422S: Orphan
4423F: drivers/net/wireless/orinoco/
4424
4425OSD LIBRARY and FILESYSTEM
4426M: Boaz Harrosh <bharrosh@panasas.com>
4427M: Benny Halevy <bhalevy@panasas.com>
4428L: osd-dev@open-osd.org
4429W: http://open-osd.org
4430T: git git://git.open-osd.org/open-osd.git
4431S: Maintained
4432F: drivers/scsi/osd/
4433F: include/scsi/osd_*
4434F: fs/exofs/
4435
4436P54 WIRELESS DRIVER
4437M: Christian Lamparter <chunkeey@googlemail.com>
4438L: linux-wireless@vger.kernel.org
4439W: http://wireless.kernel.org/en/users/Drivers/p54
4440S: Maintained
4441F: drivers/net/wireless/p54/
4442
4443PA SEMI ETHERNET DRIVER
4444M: Olof Johansson <olof@lixom.net>
4445L: netdev@vger.kernel.org
4446S: Maintained
4447F: drivers/net/pasemi_mac.*
4448
4449PA SEMI SMBUS DRIVER
4450M: Olof Johansson <olof@lixom.net>
4451L: linux-i2c@vger.kernel.org
4452S: Maintained
4453F: drivers/i2c/busses/i2c-pasemi.c
4454
4455PADATA PARALLEL EXECUTION MECHANISM
4456M: Steffen Klassert <steffen.klassert@secunet.com>
4457L: linux-kernel@vger.kernel.org
4458L: linux-crypto@vger.kernel.org
4459S: Maintained
4460F: kernel/padata.c
4461F: include/linux/padata.h
4462F: Documentation/padata.txt
4463
4464PANASONIC LAPTOP ACPI EXTRAS DRIVER
4465M: Harald Welte <laforge@gnumonks.org>
4466L: platform-driver-x86@vger.kernel.org
4467S: Maintained
4468F: drivers/platform/x86/panasonic-laptop.c
4469
4470PANASONIC MN10300/AM33/AM34 PORT
4471M: David Howells <dhowells@redhat.com>
4472M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4473L: linux-am33-list@redhat.com (moderated for non-subscribers)
4474W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4475S: Maintained
4476F: Documentation/mn10300/
4477F: arch/mn10300/
4478
4479PARALLEL PORT SUPPORT
4480L: linux-parport@lists.infradead.org (subscribers-only)
4481S: Orphan
4482F: drivers/parport/
4483F: include/linux/parport*.h
4484F: drivers/char/ppdev.c
4485F: include/linux/ppdev.h
4486
4487PARAVIRT_OPS INTERFACE
4488M: Jeremy Fitzhardinge <jeremy@xensource.com>
4489M: Chris Wright <chrisw@sous-sol.org>
4490M: Alok Kataria <akataria@vmware.com>
4491M: Rusty Russell <rusty@rustcorp.com.au>
4492L: virtualization@lists.osdl.org
4493S: Supported
4494F: Documentation/ia64/paravirt_ops.txt
4495F: arch/*/kernel/paravirt*
4496F: arch/*/include/asm/paravirt.h
4497
4498PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4499M: Tim Waugh <tim@cyberelk.net>
4500L: linux-parport@lists.infradead.org (subscribers-only)
4501W: http://www.torque.net/linux-pp.html
4502S: Maintained
4503F: Documentation/blockdev/paride.txt
4504F: drivers/block/paride/
4505
4506PARISC ARCHITECTURE
4507M: Kyle McMartin <kyle@mcmartin.ca>
4508M: Helge Deller <deller@gmx.de>
4509M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4510L: linux-parisc@vger.kernel.org
4511W: http://www.parisc-linux.org/
4512Q: http://patchwork.kernel.org/project/linux-parisc/list/
4513T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4514S: Maintained
4515F: arch/parisc/
4516F: drivers/parisc/
4517
4518PC87360 HARDWARE MONITORING DRIVER
4519M: Jim Cromie <jim.cromie@gmail.com>
4520L: lm-sensors@lm-sensors.org
4521S: Maintained
4522F: Documentation/hwmon/pc87360
4523F: drivers/hwmon/pc87360.c
4524
4525PC8736x GPIO DRIVER
4526M: Jim Cromie <jim.cromie@gmail.com>
4527S: Maintained
4528F: drivers/char/pc8736x_gpio.c
4529
4530PC87427 HARDWARE MONITORING DRIVER
4531M: Jean Delvare <khali@linux-fr.org>
4532L: lm-sensors@lm-sensors.org
4533S: Maintained
4534F: Documentation/hwmon/pc87427
4535F: drivers/hwmon/pc87427.c
4536
4537PCA9532 LED DRIVER
4538M: Riku Voipio <riku.voipio@iki.fi>
4539S: Maintained
4540F: drivers/leds/leds-pca9532.c
4541F: include/linux/leds-pca9532.h
4542
4543PCA9541 I2C BUS MASTER SELECTOR DRIVER
4544M: Guenter Roeck <guenter.roeck@ericsson.com>
4545L: linux-i2c@vger.kernel.org
4546S: Maintained
4547F: drivers/i2c/muxes/pca9541.c
4548
4549PCA9564/PCA9665 I2C BUS DRIVER
4550M: Wolfram Sang <w.sang@pengutronix.de>
4551L: linux-i2c@vger.kernel.org
4552S: Maintained
4553F: drivers/i2c/algos/i2c-algo-pca.c
4554F: drivers/i2c/busses/i2c-pca-*
4555F: include/linux/i2c-algo-pca.h
4556F: include/linux/i2c-pca-platform.h
4557
4558PCI ERROR RECOVERY
4559M: Linas Vepstas <linas@austin.ibm.com>
4560L: linux-pci@vger.kernel.org
4561S: Supported
4562F: Documentation/PCI/pci-error-recovery.txt
4563F: Documentation/powerpc/eeh-pci-error-recovery.txt
4564
4565PCI SUBSYSTEM
4566M: Jesse Barnes <jbarnes@virtuousgeek.org>
4567L: linux-pci@vger.kernel.org
4568Q: http://patchwork.kernel.org/project/linux-pci/list/
4569T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4570S: Supported
4571F: Documentation/PCI/
4572F: drivers/pci/
4573F: include/linux/pci*
4574
4575PCI HOTPLUG
4576M: Jesse Barnes <jbarnes@virtuousgeek.org>
4577L: linux-pci@vger.kernel.org
4578S: Supported
4579F: drivers/pci/hotplug
4580
4581PCMCIA SUBSYSTEM
4582P: Linux PCMCIA Team
4583L: linux-pcmcia@lists.infradead.org
4584W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4585T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4586S: Maintained
4587F: Documentation/pcmcia/
4588F: drivers/pcmcia/
4589F: include/pcmcia/
4590
4591PCNET32 NETWORK DRIVER
4592M: Don Fry <pcnet32@verizon.net>
4593L: netdev@vger.kernel.org
4594S: Maintained
4595F: drivers/net/pcnet32.c
4596
4597PCRYPT PARALLEL CRYPTO ENGINE
4598M: Steffen Klassert <steffen.klassert@secunet.com>
4599L: linux-crypto@vger.kernel.org
4600S: Maintained
4601F: crypto/pcrypt.c
4602F: include/crypto/pcrypt.h
4603
4604PER-TASK DELAY ACCOUNTING
4605M: Balbir Singh <balbir@linux.vnet.ibm.com>
4606S: Maintained
4607F: include/linux/delayacct.h
4608F: kernel/delayacct.c
4609
4610PERFORMANCE EVENTS SUBSYSTEM
4611M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4612M: Paul Mackerras <paulus@samba.org>
4613M: Ingo Molnar <mingo@elte.hu>
4614M: Arnaldo Carvalho de Melo <acme@redhat.com>
4615S: Supported
4616F: kernel/perf_event*.c
4617F: include/linux/perf_event.h
4618F: arch/*/kernel/perf_event*.c
4619F: arch/*/kernel/*/perf_event*.c
4620F: arch/*/kernel/*/*/perf_event*.c
4621F: arch/*/include/asm/perf_event.h
4622F: arch/*/lib/perf_event*.c
4623F: arch/*/kernel/perf_callchain.c
4624F: tools/perf/
4625
4626PERSONALITY HANDLING
4627M: Christoph Hellwig <hch@infradead.org>
4628L: linux-abi-devel@lists.sourceforge.net
4629S: Maintained
4630F: include/linux/personality.h
4631
4632PHONET PROTOCOL
4633M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4634S: Supported
4635F: Documentation/networking/phonet.txt
4636F: include/linux/phonet.h
4637F: include/net/phonet/
4638F: net/phonet/
4639
4640PHRAM MTD DRIVER
4641M: Joern Engel <joern@lazybastard.org>
4642L: linux-mtd@lists.infradead.org
4643S: Maintained
4644F: drivers/mtd/devices/phram.c
4645
4646PKTCDVD DRIVER
4647M: Peter Osterlund <petero2@telia.com>
4648S: Maintained
4649F: drivers/block/pktcdvd.c
4650F: include/linux/pktcdvd.h
4651
4652PMC SIERRA MaxRAID DRIVER
4653M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4654L: linux-scsi@vger.kernel.org
4655W: http://www.pmc-sierra.com/
4656S: Supported
4657F: drivers/scsi/pmcraid.*
4658
4659PMC SIERRA PM8001 DRIVER
4660M: jack_wang@usish.com
4661M: lindar_liu@usish.com
4662L: linux-scsi@vger.kernel.org
4663S: Supported
4664F: drivers/scsi/pm8001/
4665
4666POSIX CLOCKS and TIMERS
4667M: Thomas Gleixner <tglx@linutronix.de>
4668S: Supported
4669F: fs/timerfd.c
4670F: include/linux/timer*
4671F: kernel/*timer*
4672
4673POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4674M: Anton Vorontsov <cbou@mail.ru>
4675M: David Woodhouse <dwmw2@infradead.org>
4676T: git git://git.infradead.org/battery-2.6.git
4677S: Maintained
4678F: include/linux/power_supply.h
4679F: drivers/power/power_supply*
4680
4681PNP SUPPORT
4682M: Adam Belay <abelay@mit.edu>
4683M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4684S: Maintained
4685F: drivers/pnp/
4686
4687PNXxxxx I2C DRIVER
4688M: Vitaly Wool <vitalywool@gmail.com>
4689L: linux-i2c@vger.kernel.org
4690S: Maintained
4691F: drivers/i2c/busses/i2c-pnx.c
4692
4693PPP PROTOCOL DRIVERS AND COMPRESSORS
4694M: Paul Mackerras <paulus@samba.org>
4695L: linux-ppp@vger.kernel.org
4696S: Maintained
4697F: drivers/net/ppp_*
4698
4699PPP OVER ATM (RFC 2364)
4700M: Mitchell Blank Jr <mitch@sfgoth.com>
4701S: Maintained
4702F: net/atm/pppoatm.c
4703F: include/linux/atmppp.h
4704
4705PPP OVER ETHERNET
4706M: Michal Ostrowski <mostrows@earthlink.net>
4707S: Maintained
4708F: drivers/net/pppoe.c
4709F: drivers/net/pppox.c
4710
4711PPP OVER L2TP
4712M: James Chapman <jchapman@katalix.com>
4713S: Maintained
4714F: net/l2tp/l2tp_ppp.c
4715F: include/linux/if_pppol2tp.h
4716
4717PPS SUPPORT
4718M: Rodolfo Giometti <giometti@enneenne.com>
4719W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4720L: linuxpps@ml.enneenne.com (subscribers-only)
4721S: Maintained
4722F: Documentation/pps/
4723F: drivers/pps/
4724F: include/linux/pps*.h
4725
4726PREEMPTIBLE KERNEL
4727M: Robert Love <rml@tech9.net>
4728L: kpreempt-tech@lists.sourceforge.net
4729W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4730S: Supported
4731F: Documentation/preempt-locking.txt
4732F: include/linux/preempt.h
4733
4734PRISM54 WIRELESS DRIVER
4735M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4736L: linux-wireless@vger.kernel.org
4737W: http://wireless.kernel.org/en/users/Drivers/p54
4738S: Obsolete
4739F: drivers/net/wireless/prism54/
4740
4741PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4742M: Mikael Pettersson <mikpe@it.uu.se>
4743L: linux-ide@vger.kernel.org
4744S: Maintained
4745F: drivers/ata/sata_promise.*
4746
4747PS3 NETWORK SUPPORT
4748M: Geoff Levand <geoff@infradead.org>
4749L: netdev@vger.kernel.org
4750L: cbe-oss-dev@lists.ozlabs.org
4751S: Maintained
4752F: drivers/net/ps3_gelic_net.*
4753
4754PS3 PLATFORM SUPPORT
4755M: Geoff Levand <geoff@infradead.org>
4756L: linuxppc-dev@lists.ozlabs.org
4757L: cbe-oss-dev@lists.ozlabs.org
4758S: Maintained
4759F: arch/powerpc/boot/ps3*
4760F: arch/powerpc/include/asm/lv1call.h
4761F: arch/powerpc/include/asm/ps3*.h
4762F: arch/powerpc/platforms/ps3/
4763F: drivers/*/ps3*
4764F: drivers/ps3/
4765F: drivers/rtc/rtc-ps3.c
4766F: drivers/usb/host/*ps3.c
4767F: sound/ppc/snd_ps3*
4768
4769PS3VRAM DRIVER
4770M: Jim Paris <jim@jtan.com>
4771L: cbe-oss-dev@lists.ozlabs.org
4772S: Maintained
4773F: drivers/block/ps3vram.c
4774
4775PTRACE SUPPORT
4776M: Roland McGrath <roland@redhat.com>
4777M: Oleg Nesterov <oleg@redhat.com>
4778S: Maintained
4779F: include/asm-generic/syscall.h
4780F: include/linux/ptrace.h
4781F: include/linux/regset.h
4782F: include/linux/tracehook.h
4783F: kernel/ptrace.c
4784
4785PVRUSB2 VIDEO4LINUX DRIVER
4786M: Mike Isely <isely@pobox.com>
4787L: pvrusb2@isely.net (subscribers-only)
4788L: linux-media@vger.kernel.org
4789W: http://www.isely.net/pvrusb2/
4790T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4791S: Maintained
4792F: Documentation/video4linux/README.pvrusb2
4793F: drivers/media/video/pvrusb2/
4794
4795PXA2xx/PXA3xx SUPPORT
4796M: Eric Miao <eric.y.miao@gmail.com>
4797M: Russell King <linux@arm.linux.org.uk>
4798L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4799S: Maintained
4800F: arch/arm/mach-pxa/
4801F: drivers/pcmcia/pxa2xx*
4802F: drivers/spi/pxa2xx*
4803F: drivers/usb/gadget/pxa2*
4804F: include/sound/pxa2xx-lib.h
4805F: sound/arm/pxa*
4806F: sound/soc/pxa
4807
4808PXA168 SUPPORT
4809M: Eric Miao <eric.y.miao@gmail.com>
4810M: Jason Chagas <jason.chagas@marvell.com>
4811L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4812T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4813S: Maintained
4814
4815PXA910 SUPPORT
4816M: Eric Miao <eric.y.miao@gmail.com>
4817L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4818T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4819S: Maintained
4820
4821MMP2 SUPPORT (aka ARMADA610)
4822M: Haojian Zhuang <haojian.zhuang@marvell.com>
4823M: Eric Miao <eric.y.miao@gmail.com>
4824L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4825T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4826S: Maintained
4827
4828PXA MMCI DRIVER
4829S: Orphan
4830
4831PXA RTC DRIVER
4832M: Robert Jarzmik <robert.jarzmik@free.fr>
4833L: rtc-linux@googlegroups.com
4834S: Maintained
4835
4836QLOGIC QLA1280 SCSI DRIVER
4837M: Michael Reed <mdr@sgi.com>
4838L: linux-scsi@vger.kernel.org
4839S: Maintained
4840F: drivers/scsi/qla1280.[ch]
4841
4842QLOGIC QLA2XXX FC-SCSI DRIVER
4843M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4844M: linux-driver@qlogic.com
4845L: linux-scsi@vger.kernel.org
4846S: Supported
4847F: Documentation/scsi/LICENSE.qla2xxx
4848F: drivers/scsi/qla2xxx/
4849
4850QLOGIC QLA4XXX iSCSI DRIVER
4851M: Ravi Anand <ravi.anand@qlogic.com>
4852M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4853M: iscsi-driver@qlogic.com
4854L: linux-scsi@vger.kernel.org
4855S: Supported
4856F: drivers/scsi/qla4xxx/
4857
4858QLOGIC QLA3XXX NETWORK DRIVER
4859M: Ron Mercer <ron.mercer@qlogic.com>
4860M: linux-driver@qlogic.com
4861L: netdev@vger.kernel.org
4862S: Supported
4863F: Documentation/networking/LICENSE.qla3xxx
4864F: drivers/net/qla3xxx.*
4865
4866QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4867M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4868M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4869M: linux-driver@qlogic.com
4870L: netdev@vger.kernel.org
4871S: Supported
4872F: drivers/net/qlcnic/
4873
4874QLOGIC QLGE 10Gb ETHERNET DRIVER
4875M: Ron Mercer <ron.mercer@qlogic.com>
4876M: linux-driver@qlogic.com
4877L: netdev@vger.kernel.org
4878S: Supported
4879F: drivers/net/qlge/
4880
4881QNX4 FILESYSTEM
4882M: Anders Larsen <al@alarsen.net>
4883W: http://www.alarsen.net/linux/qnx4fs/
4884S: Maintained
4885F: fs/qnx4/
4886F: include/linux/qnx4_fs.h
4887F: include/linux/qnxtypes.h
4888
4889RADOS BLOCK DEVICE (RBD)
4890F: include/linux/qnxtypes.h
4891M: Yehuda Sadeh <yehuda@hq.newdream.net>
4892M: Sage Weil <sage@newdream.net>
4893M: ceph-devel@vger.kernel.org
4894S: Supported
4895F: drivers/block/rbd.c
4896F: drivers/block/rbd_types.h
4897
4898RADEON FRAMEBUFFER DISPLAY DRIVER
4899M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4900L: linux-fbdev@vger.kernel.org
4901S: Maintained
4902F: drivers/video/aty/radeon*
4903F: include/linux/radeonfb.h
4904
4905RAGE128 FRAMEBUFFER DISPLAY DRIVER
4906M: Paul Mackerras <paulus@samba.org>
4907L: linux-fbdev@vger.kernel.org
4908S: Maintained
4909F: drivers/video/aty/aty128fb.c
4910
4911RALINK RT2X00 WIRELESS LAN DRIVER
4912P: rt2x00 project
4913M: Ivo van Doorn <IvDoorn@gmail.com>
4914M: Gertjan van Wingerde <gwingerde@gmail.com>
4915L: linux-wireless@vger.kernel.org
4916L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4917W: http://rt2x00.serialmonkey.com/
4918S: Maintained
4919T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4920F: drivers/net/wireless/rt2x00/
4921
4922RAMDISK RAM BLOCK DEVICE DRIVER
4923M: Nick Piggin <npiggin@kernel.dk>
4924S: Maintained
4925F: Documentation/blockdev/ramdisk.txt
4926F: drivers/block/brd.c
4927
4928RANDOM NUMBER DRIVER
4929M: Matt Mackall <mpm@selenic.com>
4930S: Maintained
4931F: drivers/char/random.c
4932
4933RAPIDIO SUBSYSTEM
4934M: Matt Porter <mporter@kernel.crashing.org>
4935S: Maintained
4936F: drivers/rapidio/
4937
4938RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4939L: linux-wireless@vger.kernel.org
4940S: Orphan
4941F: drivers/net/wireless/ray*
4942
4943RCUTORTURE MODULE
4944M: Josh Triplett <josh@freedesktop.org>
4945M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4946S: Supported
4947T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4948F: Documentation/RCU/torture.txt
4949F: kernel/rcutorture.c
4950
4951RDC R-321X SoC
4952M: Florian Fainelli <florian@openwrt.org>
4953S: Maintained
4954
4955RDC R6040 FAST ETHERNET DRIVER
4956M: Florian Fainelli <florian@openwrt.org>
4957L: netdev@vger.kernel.org
4958S: Maintained
4959F: drivers/net/r6040.c
4960
4961RDS - RELIABLE DATAGRAM SOCKETS
4962M: Andy Grover <andy.grover@oracle.com>
4963L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4964S: Supported
4965F: net/rds/
4966
4967READ-COPY UPDATE (RCU)
4968M: Dipankar Sarma <dipankar@in.ibm.com>
4969M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4970W: http://www.rdrop.com/users/paulmck/rclock/
4971S: Supported
4972T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4973F: Documentation/RCU/
4974F: include/linux/rcu*
4975F: include/linux/srcu*
4976F: kernel/rcu*
4977F: kernel/srcu*
4978X: kernel/rcutorture.c
4979
4980REAL TIME CLOCK DRIVER (LEGACY)
4981M: Paul Gortmaker <p_gortmaker@yahoo.com>
4982S: Maintained
4983F: drivers/char/rtc.c
4984
4985REAL TIME CLOCK (RTC) SUBSYSTEM
4986M: Alessandro Zummo <a.zummo@towertech.it>
4987L: rtc-linux@googlegroups.com
4988Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
4989S: Maintained
4990F: Documentation/rtc.txt
4991F: drivers/rtc/
4992F: include/linux/rtc.h
4993
4994REISERFS FILE SYSTEM
4995L: reiserfs-devel@vger.kernel.org
4996S: Supported
4997F: fs/reiserfs/
4998
4999RFKILL
5000M: Johannes Berg <johannes@sipsolutions.net>
5001L: linux-wireless@vger.kernel.org
5002S: Maintained
5003F: Documentation/rfkill.txt
5004F: net/rfkill/
5005
5006RICOH SMARTMEDIA/XD DRIVER
5007M: Maxim Levitsky <maximlevitsky@gmail.com>
5008S: Maintained
5009F: drivers/mtd/nand/r852.c
5010F: drivers/mtd/nand/r852.h
5011
5012RISCOM8 DRIVER
5013S: Orphan
5014F: Documentation/serial/riscom8.txt
5015F: drivers/char/riscom8*
5016
5017ROCKETPORT DRIVER
5018P: Comtrol Corp.
5019W: http://www.comtrol.com
5020S: Maintained
5021F: Documentation/serial/rocket.txt
5022F: drivers/char/rocket*
5023
5024ROSE NETWORK LAYER
5025M: Ralf Baechle <ralf@linux-mips.org>
5026L: linux-hams@vger.kernel.org
5027W: http://www.linux-ax25.org/
5028S: Maintained
5029F: include/linux/rose.h
5030F: include/net/rose.h
5031F: net/rose/
5032
5033RTL8180 WIRELESS DRIVER
5034M: "John W. Linville" <linville@tuxdriver.com>
5035L: linux-wireless@vger.kernel.org
5036W: http://linuxwireless.org/
5037T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5038S: Maintained
5039F: drivers/net/wireless/rtl818x/rtl8180*
5040
5041RTL8187 WIRELESS DRIVER
5042M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5043M: Hin-Tak Leung <htl10@users.sourceforge.net>
5044M: Larry Finger <Larry.Finger@lwfinger.net>
5045L: linux-wireless@vger.kernel.org
5046W: http://linuxwireless.org/
5047T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5048S: Maintained
5049F: drivers/net/wireless/rtl818x/rtl8187*
5050
5051S3 SAVAGE FRAMEBUFFER DRIVER
5052M: Antonino Daplas <adaplas@gmail.com>
5053L: linux-fbdev@vger.kernel.org
5054S: Maintained
5055F: drivers/video/savage/
5056
5057S390
5058M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5059M: Heiko Carstens <heiko.carstens@de.ibm.com>
5060M: linux390@de.ibm.com
5061L: linux-s390@vger.kernel.org
5062W: http://www.ibm.com/developerworks/linux/linux390/
5063S: Supported
5064F: arch/s390/
5065F: drivers/s390/
5066F: fs/partitions/ibm.c
5067F: Documentation/s390/
5068F: Documentation/DocBook/s390*
5069
5070S390 NETWORK DRIVERS
5071M: Ursula Braun <ursula.braun@de.ibm.com>
5072M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5073M: linux390@de.ibm.com
5074L: linux-s390@vger.kernel.org
5075W: http://www.ibm.com/developerworks/linux/linux390/
5076S: Supported
5077F: drivers/s390/net/
5078
5079S390 ZCRYPT DRIVER
5080M: Felix Beck <felix.beck@de.ibm.com>
5081M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
5082M: linux390@de.ibm.com
5083L: linux-s390@vger.kernel.org
5084W: http://www.ibm.com/developerworks/linux/linux390/
5085S: Supported
5086F: drivers/s390/crypto/
5087
5088S390 ZFCP DRIVER
5089M: Christof Schmitt <christof.schmitt@de.ibm.com>
5090M: Swen Schillig <swen@vnet.ibm.com>
5091M: linux390@de.ibm.com
5092L: linux-s390@vger.kernel.org
5093W: http://www.ibm.com/developerworks/linux/linux390/
5094S: Supported
5095F: drivers/s390/scsi/zfcp_*
5096
5097S390 IUCV NETWORK LAYER
5098M: Ursula Braun <ursula.braun@de.ibm.com>
5099M: linux390@de.ibm.com
5100L: linux-s390@vger.kernel.org
5101W: http://www.ibm.com/developerworks/linux/linux390/
5102S: Supported
5103F: drivers/s390/net/*iucv*
5104F: include/net/iucv/
5105F: net/iucv/
5106
5107S3C24XX SD/MMC Driver
5108M: Ben Dooks <ben-linux@fluff.org>
5109L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5110S: Supported
5111F: drivers/mmc/host/s3cmci.*
5112
5113SAA7146 VIDEO4LINUX-2 DRIVER
5114M: Michael Hunold <michael@mihu.de>
5115L: linux-media@vger.kernel.org
5116T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5117W: http://www.mihu.de/linux/saa7146
5118S: Maintained
5119F: drivers/media/common/saa7146*
5120F: drivers/media/video/*7146*
5121F: include/media/*7146*
5122
5123SAMSUNG AUDIO (ASoC) DRIVERS
5124M: Jassi Brar <jassi.brar@samsung.com>
5125L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5126S: Supported
5127F: sound/soc/s3c24xx
5128
5129TLG2300 VIDEO4LINUX-2 DRIVER
5130M: Huang Shijie <shijie8@gmail.com>
5131M: Kang Yong <kangyong@telegent.com>
5132M: Zhang Xiaobing <xbzhang@telegent.com>
5133S: Supported
5134F: drivers/media/video/tlg2300
5135
5136SC1200 WDT DRIVER
5137M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5138S: Maintained
5139F: drivers/watchdog/sc1200wdt.c
5140
5141SCHEDULER
5142M: Ingo Molnar <mingo@elte.hu>
5143M: Peter Zijlstra <peterz@infradead.org>
5144S: Maintained
5145F: kernel/sched*
5146F: include/linux/sched.h
5147
5148SCORE ARCHITECTURE
5149M: Chen Liqin <liqin.chen@sunplusct.com>
5150M: Lennox Wu <lennox.wu@gmail.com>
5151W: http://www.sunplusct.com
5152S: Supported
5153F: arch/score/
5154
5155SCSI CDROM DRIVER
5156M: Jens Axboe <axboe@kernel.dk>
5157L: linux-scsi@vger.kernel.org
5158W: http://www.kernel.dk
5159S: Maintained
5160F: drivers/scsi/sr*
5161
5162SCSI RDMA PROTOCOL (SRP) INITIATOR
5163M: David Dillow <dillowda@ornl.gov>
5164L: linux-rdma@vger.kernel.org
5165S: Supported
5166W: http://www.openfabrics.org
5167Q: http://patchwork.kernel.org/project/linux-rdma/list/
5168T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5169F: drivers/infiniband/ulp/srp/
5170F: include/scsi/srp.h
5171
5172SCSI SG DRIVER
5173M: Doug Gilbert <dgilbert@interlog.com>
5174L: linux-scsi@vger.kernel.org
5175W: http://www.torque.net/sg
5176S: Maintained
5177F: drivers/scsi/sg.c
5178F: include/scsi/sg.h
5179
5180SCSI SUBSYSTEM
5181M: "James E.J. Bottomley" <James.Bottomley@suse.de>
5182L: linux-scsi@vger.kernel.org
5183T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5184T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5185T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5186S: Maintained
5187F: drivers/scsi/
5188F: include/scsi/
5189
5190SCSI TAPE DRIVER
5191M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5192L: linux-scsi@vger.kernel.org
5193S: Maintained
5194F: Documentation/scsi/st.txt
5195F: drivers/scsi/st*
5196
5197SCTP PROTOCOL
5198M: Vlad Yasevich <vladislav.yasevich@hp.com>
5199M: Sridhar Samudrala <sri@us.ibm.com>
5200L: linux-sctp@vger.kernel.org
5201W: http://lksctp.sourceforge.net
5202S: Supported
5203F: Documentation/networking/sctp.txt
5204F: include/linux/sctp.h
5205F: include/net/sctp/
5206F: net/sctp/
5207
5208SCx200 CPU SUPPORT
5209M: Jim Cromie <jim.cromie@gmail.com>
5210S: Odd Fixes
5211F: Documentation/i2c/busses/scx200_acb
5212F: arch/x86/kernel/scx200_32.c
5213F: drivers/watchdog/scx200_wdt.c
5214F: drivers/i2c/busses/scx200*
5215F: drivers/mtd/maps/scx200_docflash.c
5216F: include/linux/scx200.h
5217
5218SCx200 GPIO DRIVER
5219M: Jim Cromie <jim.cromie@gmail.com>
5220S: Maintained
5221F: drivers/char/scx200_gpio.c
5222F: include/linux/scx200_gpio.h
5223
5224SCx200 HRT CLOCKSOURCE DRIVER
5225M: Jim Cromie <jim.cromie@gmail.com>
5226S: Maintained
5227F: drivers/clocksource/scx200_hrt.c
5228
5229SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5230M: Sascha Sommer <saschasommer@freenet.de>
5231L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5232S: Maintained
5233F: drivers/mmc/host/sdricoh_cs.c
5234
5235SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5236M: Chris Ball <cjb@laptop.org>
5237L: linux-mmc@vger.kernel.org
5238T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5239S: Maintained
5240F: drivers/mmc/host/sdhci.*
5241
5242SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5243M: Anton Vorontsov <avorontsov@ru.mvista.com>
5244L: linuxppc-dev@lists.ozlabs.org
5245L: linux-mmc@vger.kernel.org
5246S: Maintained
5247F: drivers/mmc/host/sdhci-of.*
5248
5249SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5250M: Ben Dooks <ben-linux@fluff.org>
5251L: linux-mmc@vger.kernel.org
5252S: Maintained
5253F: drivers/mmc/host/sdhci-s3c.c
5254
5255SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5256M: Viresh Kumar <viresh.kumar@st.com>
5257L: linux-mmc@vger.kernel.org
5258S: Maintained
5259F: drivers/mmc/host/sdhci-spear.c
5260
5261SECURITY SUBSYSTEM
5262M: James Morris <jmorris@namei.org>
5263L: linux-security-module@vger.kernel.org (suggested Cc:)
5264T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5265W: http://security.wiki.kernel.org/
5266S: Supported
5267F: security/
5268
5269SECURITY CONTACT
5270M: Security Officers <security@kernel.org>
5271S: Supported
5272
5273SELINUX SECURITY MODULE
5274M: Stephen Smalley <sds@tycho.nsa.gov>
5275M: James Morris <jmorris@namei.org>
5276M: Eric Paris <eparis@parisplace.org>
5277L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5278W: http://selinuxproject.org
5279T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5280S: Supported
5281F: include/linux/selinux*
5282F: security/selinux/
5283
5284APPARMOR SECURITY MODULE
5285M: John Johansen <john.johansen@canonical.com>
5286L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5287W: apparmor.wiki.kernel.org
5288T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5289S: Supported
5290F: security/apparmor/
5291
5292SENSABLE PHANTOM
5293M: Jiri Slaby <jirislaby@gmail.com>
5294S: Maintained
5295F: drivers/misc/phantom.c
5296F: include/linux/phantom.h
5297
5298SERIAL ATA (SATA) SUBSYSTEM
5299M: Jeff Garzik <jgarzik@pobox.com>
5300L: linux-ide@vger.kernel.org
5301T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5302S: Supported
5303F: drivers/ata/
5304F: include/linux/ata.h
5305F: include/linux/libata.h
5306
5307SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5308M: Jayamohan Kallickal <jayamohank@serverengines.com>
5309L: linux-scsi@vger.kernel.org
5310W: http://www.serverengines.com
5311S: Supported
5312F: drivers/scsi/be2iscsi/
5313
5314SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5315M: Sathya Perla <sathyap@serverengines.com>
5316M: Subbu Seetharaman <subbus@serverengines.com>
5317M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5318M: Ajit Khaparde <ajitk@serverengines.com>
5319L: netdev@vger.kernel.org
5320W: http://www.serverengines.com
5321S: Supported
5322F: drivers/net/benet/
5323
5324SFC NETWORK DRIVER
5325M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5326M: Steve Hodgson <shodgson@solarflare.com>
5327M: Ben Hutchings <bhutchings@solarflare.com>
5328L: netdev@vger.kernel.org
5329S: Supported
5330F: drivers/net/sfc/
5331
5332SGI GRU DRIVER
5333M: Jack Steiner <steiner@sgi.com>
5334S: Maintained
5335F: drivers/misc/sgi-gru/
5336
5337SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5338M: Pat Gefre <pfg@sgi.com>
5339L: linux-ia64@vger.kernel.org
5340S: Supported
5341F: Documentation/ia64/serial.txt
5342F: drivers/serial/ioc?_serial.c
5343F: include/linux/ioc?.h
5344
5345SGI VISUAL WORKSTATION 320 AND 540
5346M: Andrey Panin <pazke@donpac.ru>
5347L: linux-visws-devel@lists.sf.net
5348W: http://linux-visws.sf.net
5349S: Maintained for 2.6.
5350F: Documentation/sgi-visws.txt
5351
5352SGI XP/XPC/XPNET DRIVER
5353M: Robin Holt <holt@sgi.com>
5354S: Maintained
5355F: drivers/misc/sgi-xp/
5356
5357SHARP LH SUPPORT (LH7952X & LH7A40X)
5358M: Marc Singer <elf@buici.com>
5359W: http://projects.buici.com/arm
5360L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5361S: Maintained
5362F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5363F: arch/arm/mach-lh7a40x/
5364F: drivers/serial/serial_lh7a40x.c
5365F: drivers/usb/gadget/lh7a40*
5366F: drivers/usb/host/ohci-lh7a40*
5367
5368SIMPLE FIRMWARE INTERFACE (SFI)
5369M: Len Brown <lenb@kernel.org>
5370L: sfi-devel@simplefirmware.org
5371W: http://simplefirmware.org/
5372T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5373S: Supported
5374F: arch/x86/kernel/*sfi*
5375F: drivers/sfi/
5376F: include/linux/sfi*.h
5377
5378SIMTEC EB110ATX (Chalice CATS)
5379P: Ben Dooks
5380M: Vincent Sanders <support@simtec.co.uk>
5381W: http://www.simtec.co.uk/products/EB110ATX/
5382S: Supported
5383
5384SIMTEC EB2410ITX (BAST)
5385P: Ben Dooks
5386M: Vincent Sanders <support@simtec.co.uk>
5387W: http://www.simtec.co.uk/products/EB2410ITX/
5388S: Supported
5389F: arch/arm/mach-s3c2410/
5390F: drivers/*/*s3c2410*
5391F: drivers/*/*/*s3c2410*
5392
5393TI DAVINCI MACHINE SUPPORT
5394M: Kevin Hilman <khilman@deeprootsystems.com>
5395L: davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5396Q: http://patchwork.kernel.org/project/linux-davinci/list/
5397S: Supported
5398F: arch/arm/mach-davinci
5399
5400SIS 190 ETHERNET DRIVER
5401M: Francois Romieu <romieu@fr.zoreil.com>
5402L: netdev@vger.kernel.org
5403S: Maintained
5404F: drivers/net/sis190.c
5405
5406SIS 900/7016 FAST ETHERNET DRIVER
5407M: Daniele Venzano <venza@brownhat.org>
5408W: http://www.brownhat.org/sis900.html
5409L: netdev@vger.kernel.org
5410S: Maintained
5411F: drivers/net/sis900.*
5412
5413SIS 96X I2C/SMBUS DRIVER
5414M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5415L: linux-i2c@vger.kernel.org
5416S: Maintained
5417F: Documentation/i2c/busses/i2c-sis96x
5418F: drivers/i2c/busses/i2c-sis96x.c
5419
5420SIS FRAMEBUFFER DRIVER
5421M: Thomas Winischhofer <thomas@winischhofer.net>
5422W: http://www.winischhofer.net/linuxsisvga.shtml
5423S: Maintained
5424F: Documentation/fb/sisfb.txt
5425F: drivers/video/sis/
5426F: include/video/sisfb.h
5427
5428SIS USB2VGA DRIVER
5429M: Thomas Winischhofer <thomas@winischhofer.net>
5430W: http://www.winischhofer.at/linuxsisusbvga.shtml
5431S: Maintained
5432F: drivers/usb/misc/sisusbvga/
5433
5434SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5435M: Stephen Hemminger <shemminger@linux-foundation.org>
5436L: netdev@vger.kernel.org
5437S: Maintained
5438F: drivers/net/skge.*
5439F: drivers/net/sky2.*
5440
5441SLAB ALLOCATOR
5442M: Christoph Lameter <cl@linux-foundation.org>
5443M: Pekka Enberg <penberg@cs.helsinki.fi>
5444M: Matt Mackall <mpm@selenic.com>
5445L: linux-mm@kvack.org
5446S: Maintained
5447F: include/linux/sl?b*.h
5448F: mm/sl?b.c
5449
5450SMC91x ETHERNET DRIVER
5451M: Nicolas Pitre <nico@fluxnic.net>
5452S: Odd Fixes
5453F: drivers/net/smc91x.*
5454
5455SMM665 HARDWARE MONITOR DRIVER
5456M: Guenter Roeck <linux@roeck-us.net>
5457L: lm-sensors@lm-sensors.org
5458S: Maintained
5459F: Documentation/hwmon/smm665
5460F: drivers/hwmon/smm665.c
5461
5462SMSC EMC2103 HARDWARE MONITOR DRIVER
5463M: Steve Glendinning <steve.glendinning@smsc.com>
5464L: lm-sensors@lm-sensors.org
5465S: Supported
5466F: Documentation/hwmon/emc2103
5467F: drivers/hwmon/emc2103.c
5468
5469SMSC47B397 HARDWARE MONITOR DRIVER
5470M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5471L: lm-sensors@lm-sensors.org
5472S: Maintained
5473F: Documentation/hwmon/smsc47b397
5474F: drivers/hwmon/smsc47b397.c
5475
5476SMSC911x ETHERNET DRIVER
5477M: Steve Glendinning <steve.glendinning@smsc.com>
5478L: netdev@vger.kernel.org
5479S: Supported
5480F: include/linux/smsc911x.h
5481F: drivers/net/smsc911x.*
5482
5483SMSC9420 PCI ETHERNET DRIVER
5484M: Steve Glendinning <steve.glendinning@smsc.com>
5485L: netdev@vger.kernel.org
5486S: Supported
5487F: drivers/net/smsc9420.*
5488
5489SN-IA64 (Itanium) SUB-PLATFORM
5490M: Jes Sorensen <jes@sgi.com>
5491L: linux-altix@sgi.com
5492L: linux-ia64@vger.kernel.org
5493W: http://www.sgi.com/altix
5494S: Maintained
5495F: arch/ia64/sn/
5496
5497SOC-CAMERA V4L2 SUBSYSTEM
5498M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5499L: linux-media@vger.kernel.org
5500T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5501S: Maintained
5502F: include/media/v4l2*
5503F: drivers/media/video/v4l2*
5504
5505SOEKRIS NET48XX LED SUPPORT
5506M: Chris Boot <bootc@bootc.net>
5507S: Maintained
5508F: drivers/leds/leds-net48xx.c
5509
5510SOFTWARE RAID (Multiple Disks) SUPPORT
5511M: Neil Brown <neilb@suse.de>
5512L: linux-raid@vger.kernel.org
5513S: Supported
5514F: drivers/md/
5515F: include/linux/raid/
5516
5517SONIC NETWORK DRIVER
5518M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5519L: netdev@vger.kernel.org
5520S: Maintained
5521F: drivers/net/sonic.*
5522
5523SONICS SILICON BACKPLANE DRIVER (SSB)
5524M: Michael Buesch <mb@bu3sch.de>
5525L: netdev@vger.kernel.org
5526S: Maintained
5527F: drivers/ssb/
5528F: include/linux/ssb/
5529
5530SONY VAIO CONTROL DEVICE DRIVER
5531M: Mattia Dongili <malattia@linux.it>
5532L: platform-driver-x86@vger.kernel.org
5533W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5534S: Maintained
5535F: Documentation/laptops/sony-laptop.txt
5536F: drivers/char/sonypi.c
5537F: drivers/platform/x86/sony-laptop.c
5538F: include/linux/sony-laptop.h
5539
5540SONY MEMORYSTICK CARD SUPPORT
5541M: Alex Dubov <oakad@yahoo.com>
5542W: http://tifmxx.berlios.de/
5543S: Maintained
5544F: drivers/memstick/host/tifm_ms.c
5545
5546SOUND
5547M: Jaroslav Kysela <perex@perex.cz>
5548M: Takashi Iwai <tiwai@suse.de>
5549L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5550W: http://www.alsa-project.org/
5551T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5552T: git git://git.alsa-project.org/alsa-kernel.git
5553S: Maintained
5554F: Documentation/sound/
5555F: include/sound/
5556F: sound/
5557
5558SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5559M: Liam Girdwood <lrg@slimlogic.co.uk>
5560M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5561T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5562L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5563W: http://alsa-project.org/main/index.php/ASoC
5564S: Supported
5565F: sound/soc/
5566F: include/sound/soc*
5567
5568SPARC + UltraSPARC (sparc/sparc64)
5569M: "David S. Miller" <davem@davemloft.net>
5570L: sparclinux@vger.kernel.org
5571Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5572T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5573T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5574S: Maintained
5575F: arch/sparc/
5576F: drivers/sbus/
5577
5578SPARC SERIAL DRIVERS
5579M: "David S. Miller" <davem@davemloft.net>
5580L: sparclinux@vger.kernel.org
5581T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5582T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5583S: Maintained
5584F: drivers/serial/suncore.c
5585F: drivers/serial/suncore.h
5586F: drivers/serial/sunhv.c
5587F: drivers/serial/sunsab.c
5588F: drivers/serial/sunsab.h
5589F: drivers/serial/sunsu.c
5590F: drivers/serial/sunzilog.c
5591F: drivers/serial/sunzilog.h
5592
5593SPEAR PLATFORM SUPPORT
5594M: Viresh Kumar <viresh.kumar@st.com>
5595W: http://www.st.com/spear
5596S: Maintained
5597F: arch/arm/plat-spear/
5598
5599SPEAR3XX MACHINE SUPPORT
5600M: Viresh Kumar <viresh.kumar@st.com>
5601W: http://www.st.com/spear
5602S: Maintained
5603F: arch/arm/mach-spear3xx/
5604
5605SPEAR6XX MACHINE SUPPORT
5606M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5607W: http://www.st.com/spear
5608S: Maintained
5609F: arch/arm/mach-spear6xx/
5610
5611SPEAR CLOCK FRAMEWORK SUPPORT
5612M: Viresh Kumar <viresh.kumar@st.com>
5613W: http://www.st.com/spear
5614S: Maintained
5615F: arch/arm/mach-spear*/clock.c
5616F: arch/arm/mach-spear*/include/mach/clkdev.h
5617F: arch/arm/plat-spear/clock.c
5618F: arch/arm/plat-spear/include/plat/clkdev.h
5619F: arch/arm/plat-spear/include/plat/clock.h
5620
5621SPEAR PAD MULTIPLEXING SUPPORT
5622M: Viresh Kumar <viresh.kumar@st.com>
5623W: http://www.st.com/spear
5624S: Maintained
5625F: arch/arm/plat-spear/include/plat/padmux.h
5626F: arch/arm/plat-spear/padmux.c
5627F: arch/arm/mach-spear*/spear*xx.c
5628F: arch/arm/mach-spear*/include/mach/generic.h
5629F: arch/arm/mach-spear3xx/spear3*0.c
5630F: arch/arm/mach-spear3xx/spear3*0_evb.c
5631F: arch/arm/mach-spear6xx/spear600.c
5632F: arch/arm/mach-spear6xx/spear600_evb.c
5633
5634SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5635M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5636S: Supported
5637F: Documentation/serial/specialix.txt
5638F: drivers/char/specialix*
5639
5640SPI SUBSYSTEM
5641M: David Brownell <dbrownell@users.sourceforge.net>
5642M: Grant Likely <grant.likely@secretlab.ca>
5643L: spi-devel-general@lists.sourceforge.net
5644Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5645T: git git://git.secretlab.ca/git/linux-2.6.git
5646S: Maintained
5647F: Documentation/spi/
5648F: drivers/spi/
5649F: include/linux/spi/
5650
5651SPIDERNET NETWORK DRIVER for CELL
5652M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5653M: Jens Osterkamp <jens@de.ibm.com>
5654L: netdev@vger.kernel.org
5655S: Supported
5656F: Documentation/networking/spider_net.txt
5657F: drivers/net/spider_net*
5658
5659SPU FILE SYSTEM
5660M: Jeremy Kerr <jk@ozlabs.org>
5661L: linuxppc-dev@lists.ozlabs.org
5662L: cbe-oss-dev@lists.ozlabs.org
5663W: http://www.ibm.com/developerworks/power/cell/
5664S: Supported
5665F: Documentation/filesystems/spufs.txt
5666F: arch/powerpc/platforms/cell/spufs/
5667
5668SQUASHFS FILE SYSTEM
5669M: Phillip Lougher <phillip@lougher.demon.co.uk>
5670L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5671W: http://squashfs.org.uk
5672S: Maintained
5673F: Documentation/filesystems/squashfs.txt
5674F: fs/squashfs/
5675
5676SRM (Alpha) environment access
5677M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5678S: Maintained
5679F: arch/alpha/kernel/srm_env.c
5680
5681STABLE BRANCH
5682M: Greg Kroah-Hartman <greg@kroah.com>
5683M: Chris Wright <chrisw@sous-sol.org>
5684L: stable@kernel.org
5685S: Maintained
5686
5687STAGING SUBSYSTEM
5688M: Greg Kroah-Hartman <gregkh@suse.de>
5689T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5690L: devel@driverdev.osuosl.org
5691S: Maintained
5692F: drivers/staging/
5693
5694STARFIRE/DURALAN NETWORK DRIVER
5695M: Ion Badulescu <ionut@badula.org>
5696S: Odd Fixes
5697F: drivers/net/starfire*
5698
5699STRADIS MPEG-2 DECODER DRIVER
5700M: Nathan Laredo <laredo@gnu.org>
5701W: http://www.stradis.com/
5702S: Maintained
5703F: drivers/media/video/stradis.c
5704
5705SUN3/3X
5706M: Sam Creasey <sammy@sammy.net>
5707W: http://sammy.net/sun3/
5708S: Maintained
5709F: arch/m68k/kernel/*sun3*
5710F: arch/m68k/sun3*/
5711F: arch/m68k/include/asm/sun3*
5712
5713SUPERH
5714M: Paul Mundt <lethal@linux-sh.org>
5715L: linux-sh@vger.kernel.org
5716W: http://www.linux-sh.org
5717Q: http://patchwork.kernel.org/project/linux-sh/list/
5718T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5719S: Supported
5720F: Documentation/sh/
5721F: arch/sh/
5722F: drivers/sh/
5723
5724SUSPEND TO RAM
5725M: Len Brown <len.brown@intel.com>
5726M: Pavel Machek <pavel@ucw.cz>
5727M: "Rafael J. Wysocki" <rjw@sisk.pl>
5728L: linux-pm@lists.linux-foundation.org
5729S: Supported
5730F: Documentation/power/
5731F: arch/x86/kernel/acpi/
5732F: drivers/base/power/
5733F: kernel/power/
5734F: include/linux/suspend.h
5735F: include/linux/freezer.h
5736F: include/linux/pm.h
5737
5738SVGA HANDLING
5739M: Martin Mares <mj@ucw.cz>
5740L: linux-video@atrey.karlin.mff.cuni.cz
5741S: Maintained
5742F: Documentation/svga.txt
5743F: arch/x86/boot/video*
5744
5745SYSV FILESYSTEM
5746M: Christoph Hellwig <hch@infradead.org>
5747S: Maintained
5748F: Documentation/filesystems/sysv-fs.txt
5749F: fs/sysv/
5750F: include/linux/sysv_fs.h
5751
5752TASKSTATS STATISTICS INTERFACE
5753M: Balbir Singh <balbir@linux.vnet.ibm.com>
5754S: Maintained
5755F: Documentation/accounting/taskstats*
5756F: include/linux/taskstats*
5757F: kernel/taskstats.c
5758
5759TC CLASSIFIER
5760M: Jamal Hadi Salim <hadi@cyberus.ca>
5761L: netdev@vger.kernel.org
5762S: Maintained
5763F: include/linux/pkt_cls.h
5764F: include/net/pkt_cls.h
5765F: net/sched/
5766
5767TCP LOW PRIORITY MODULE
5768M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5769M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5770W: http://tcp-lp-mod.sourceforge.net/
5771S: Maintained
5772F: net/ipv4/tcp_lp.c
5773
5774TEGRA SUPPORT
5775M: Colin Cross <ccross@android.com>
5776M: Erik Gilling <konkers@android.com>
5777M: Olof Johansson <olof@lixom.net>
5778L: linux-tegra@vger.kernel.org
5779T: git git://android.git.kernel.org/kernel/tegra.git
5780S: Supported
5781F: arch/arm/mach-tegra
5782
5783TEHUTI ETHERNET DRIVER
5784M: Alexander Indenbaum <baum@tehutinetworks.net>
5785M: Andy Gospodarek <andy@greyhouse.net>
5786L: netdev@vger.kernel.org
5787S: Supported
5788F: drivers/net/tehuti*
5789
5790Telecom Clock Driver for MCPL0010
5791M: Mark Gross <mark.gross@intel.com>
5792S: Supported
5793F: drivers/char/tlclk.c
5794
5795TENSILICA XTENSA PORT (xtensa)
5796M: Chris Zankel <chris@zankel.net>
5797S: Maintained
5798F: arch/xtensa/
5799
5800THINKPAD ACPI EXTRAS DRIVER
5801M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5802L: ibm-acpi-devel@lists.sourceforge.net
5803L: platform-driver-x86@vger.kernel.org
5804W: http://ibm-acpi.sourceforge.net
5805W: http://thinkwiki.org/wiki/Ibm-acpi
5806T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5807S: Maintained
5808F: drivers/platform/x86/thinkpad_acpi.c
5809
5810TI FLASH MEDIA INTERFACE DRIVER
5811M: Alex Dubov <oakad@yahoo.com>
5812S: Maintained
5813F: drivers/misc/tifm*
5814F: drivers/mmc/host/tifm_sd.c
5815F: include/linux/tifm.h
5816
5817TI TWL4030 SERIES SOC CODEC DRIVER
5818M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5819L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5820S: Maintained
5821F: sound/soc/codecs/twl4030*
5822
5823TIPC NETWORK LAYER
5824M: Jon Maloy <jon.maloy@ericsson.com>
5825M: Allan Stephens <allan.stephens@windriver.com>
5826L: tipc-discussion@lists.sourceforge.net
5827W: http://tipc.sourceforge.net/
5828W: http://tipc.cslab.ericsson.net/
5829T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5830S: Maintained
5831F: include/linux/tipc*.h
5832F: include/net/tipc/
5833F: net/tipc/
5834
5835TILE ARCHITECTURE
5836M: Chris Metcalf <cmetcalf@tilera.com>
5837W: http://www.tilera.com/scm/
5838S: Supported
5839F: arch/tile/
5840
5841TLAN NETWORK DRIVER
5842M: Samuel Chessman <chessman@tux.org>
5843L: tlan-devel@lists.sourceforge.net (subscribers-only)
5844W: http://sourceforge.net/projects/tlan/
5845S: Maintained
5846F: Documentation/networking/tlan.txt
5847F: drivers/net/tlan.*
5848
5849TOMOYO SECURITY MODULE
5850M: Kentaro Takeda <takedakn@nttdata.co.jp>
5851M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5852L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5853L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5854L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5855W: http://tomoyo.sourceforge.jp/
5856T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5857S: Maintained
5858F: security/tomoyo/
5859
5860TOPSTAR LAPTOP EXTRAS DRIVER
5861M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5862L: platform-driver-x86@vger.kernel.org
5863S: Maintained
5864F: drivers/platform/x86/topstar-laptop.c
5865
5866TOSHIBA ACPI EXTRAS DRIVER
5867L: platform-driver-x86@vger.kernel.org
5868S: Orphan
5869F: drivers/platform/x86/toshiba_acpi.c
5870
5871TOSHIBA SMM DRIVER
5872M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5873L: tlinux-users@tce.toshiba-dme.co.jp
5874W: http://www.buzzard.org.uk/toshiba/
5875S: Maintained
5876F: drivers/char/toshiba.c
5877F: include/linux/toshiba.h
5878
5879TMIO MMC DRIVER
5880M: Ian Molton <ian@mnementh.co.uk>
5881S: Maintained
5882F: drivers/mmc/host/tmio_mmc.*
5883
5884TMPFS (SHMEM FILESYSTEM)
5885M: Hugh Dickins <hughd@google.com>
5886L: linux-mm@kvack.org
5887S: Maintained
5888F: include/linux/shmem_fs.h
5889F: mm/shmem.c
5890
5891TPM DEVICE DRIVER
5892M: Debora Velarde <debora@linux.vnet.ibm.com>
5893M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5894W: http://tpmdd.sourceforge.net
5895M: Marcel Selhorst <m.selhorst@sirrix.com>
5896W: http://www.sirrix.com
5897L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5898S: Maintained
5899F: drivers/char/tpm/
5900
5901TRACING
5902M: Steven Rostedt <rostedt@goodmis.org>
5903M: Frederic Weisbecker <fweisbec@gmail.com>
5904M: Ingo Molnar <mingo@redhat.com>
5905T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
5906S: Maintained
5907F: Documentation/trace/ftrace.txt
5908F: arch/*/*/*/ftrace.h
5909F: arch/*/kernel/ftrace.c
5910F: include/*/ftrace.h
5911F: include/linux/trace*.h
5912F: include/trace/
5913F: kernel/trace/
5914
5915TRIVIAL PATCHES
5916M: Jiri Kosina <trivial@kernel.org>
5917T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5918S: Maintained
5919
5920TTY LAYER
5921M: Greg Kroah-Hartman <gregkh@suse.de>
5922S: Maintained
5923T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
5924F: drivers/char/tty_*
5925F: drivers/serial/serial_core.c
5926F: include/linux/serial_core.h
5927F: include/linux/serial.h
5928F: include/linux/tty.h
5929
5930TULIP NETWORK DRIVERS
5931M: Grant Grundler <grundler@parisc-linux.org>
5932M: Kyle McMartin <kyle@mcmartin.ca>
5933L: netdev@vger.kernel.org
5934S: Maintained
5935F: drivers/net/tulip/
5936
5937TUN/TAP driver
5938M: Maxim Krasnyansky <maxk@qualcomm.com>
5939L: vtun@office.satix.net
5940W: http://vtun.sourceforge.net/tun
5941S: Maintained
5942F: Documentation/networking/tuntap.txt
5943F: arch/um/os-Linux/drivers/
5944
5945TURBOCHANNEL SUBSYSTEM
5946M: "Maciej W. Rozycki" <macro@linux-mips.org>
5947S: Maintained
5948F: drivers/tc/
5949F: include/linux/tc.h
5950
5951U14-34F SCSI DRIVER
5952M: Dario Ballabio <ballabio_dario@emc.com>
5953L: linux-scsi@vger.kernel.org
5954S: Maintained
5955F: drivers/scsi/u14-34f.c
5956
5957UBI FILE SYSTEM (UBIFS)
5958M: Artem Bityutskiy <dedekind1@gmail.com>
5959M: Adrian Hunter <adrian.hunter@nokia.com>
5960L: linux-mtd@lists.infradead.org
5961T: git git://git.infradead.org/ubifs-2.6.git
5962W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5963S: Maintained
5964F: Documentation/filesystems/ubifs.txt
5965F: fs/ubifs/
5966
5967UCLINUX (AND M68KNOMMU)
5968M: Greg Ungerer <gerg@uclinux.org>
5969W: http://www.uclinux.org/
5970L: uclinux-dev@uclinux.org (subscribers-only)
5971S: Maintained
5972F: arch/m68knommu/
5973
5974UCLINUX FOR RENESAS H8/300 (H8300)
5975M: Yoshinori Sato <ysato@users.sourceforge.jp>
5976W: http://uclinux-h8.sourceforge.jp/
5977S: Supported
5978F: arch/h8300/
5979F: drivers/ide/ide-h8300.c
5980F: drivers/net/ne-h8300.c
5981
5982UDF FILESYSTEM
5983M: Jan Kara <jack@suse.cz>
5984W: http://linux-udf.sourceforge.net
5985S: Maintained
5986F: Documentation/filesystems/udf.txt
5987F: fs/udf/
5988
5989UFS FILESYSTEM
5990M: Evgeniy Dushistov <dushistov@mail.ru>
5991S: Maintained
5992F: Documentation/filesystems/ufs.txt
5993F: fs/ufs/
5994
5995ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5996L: linux-usb@vger.kernel.org
5997S: Orphan
5998F: drivers/uwb/
5999F: include/linux/uwb.h
6000F: include/linux/uwb/
6001
6002UNIFDEF
6003M: Tony Finch <dot@dotat.at>
6004W: http://dotat.at/prog/unifdef
6005S: Maintained
6006F: scripts/unifdef.c
6007
6008UNIFORM CDROM DRIVER
6009M: Jens Axboe <axboe@kernel.dk>
6010W: http://www.kernel.dk
6011S: Maintained
6012F: Documentation/cdrom/
6013F: drivers/cdrom/cdrom.c
6014F: include/linux/cdrom.h
6015
6016UNSORTED BLOCK IMAGES (UBI)
6017M: Artem Bityutskiy <dedekind1@gmail.com>
6018W: http://www.linux-mtd.infradead.org/
6019L: linux-mtd@lists.infradead.org
6020T: git git://git.infradead.org/ubi-2.6.git
6021S: Maintained
6022F: drivers/mtd/ubi/
6023F: include/linux/mtd/ubi.h
6024F: include/mtd/ubi-user.h
6025
6026USB ACM DRIVER
6027M: Oliver Neukum <oliver@neukum.name>
6028L: linux-usb@vger.kernel.org
6029S: Maintained
6030F: Documentation/usb/acm.txt
6031F: drivers/usb/class/cdc-acm.*
6032
6033USB ATTACHED SCSI
6034M: Matthew Wilcox <willy@linux.intel.com>
6035M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6036L: linux-usb@vger.kernel.org
6037L: linux-scsi@vger.kernel.org
6038S: Supported
6039F: drivers/usb/storage/uas.c
6040
6041USB BLOCK DRIVER (UB ub)
6042M: Pete Zaitcev <zaitcev@redhat.com>
6043L: linux-usb@vger.kernel.org
6044S: Supported
6045F: drivers/block/ub.c
6046
6047USB CDC ETHERNET DRIVER
6048M: Oliver Neukum <oliver@neukum.name>
6049L: linux-usb@vger.kernel.org
6050S: Maintained
6051F: drivers/net/usb/cdc_*.c
6052F: include/linux/usb/cdc.h
6053
6054USB CYPRESS C67X00 DRIVER
6055M: Peter Korsgaard <jacmet@sunsite.dk>
6056L: linux-usb@vger.kernel.org
6057S: Maintained
6058F: drivers/usb/c67x00/
6059
6060USB DAVICOM DM9601 DRIVER
6061M: Peter Korsgaard <jacmet@sunsite.dk>
6062L: netdev@vger.kernel.org
6063W: http://www.linux-usb.org/usbnet
6064S: Maintained
6065F: drivers/net/usb/dm9601.c
6066
6067USB DIAMOND RIO500 DRIVER
6068M: Cesar Miquel <miquel@df.uba.ar>
6069L: rio500-users@lists.sourceforge.net
6070W: http://rio500.sourceforge.net
6071S: Maintained
6072F: drivers/usb/misc/rio500*
6073
6074USB EHCI DRIVER
6075M: David Brownell <dbrownell@users.sourceforge.net>
6076L: linux-usb@vger.kernel.org
6077S: Odd Fixes
6078F: Documentation/usb/ehci.txt
6079F: drivers/usb/host/ehci*
6080
6081USB ET61X[12]51 DRIVER
6082M: Luca Risolia <luca.risolia@studio.unibo.it>
6083L: linux-usb@vger.kernel.org
6084L: linux-media@vger.kernel.org
6085T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6086W: http://www.linux-projects.org
6087S: Maintained
6088F: drivers/media/video/et61x251/
6089
6090USB GADGET/PERIPHERAL SUBSYSTEM
6091M: David Brownell <dbrownell@users.sourceforge.net>
6092L: linux-usb@vger.kernel.org
6093W: http://www.linux-usb.org/gadget
6094S: Maintained
6095F: drivers/usb/gadget/
6096F: include/linux/usb/gadget*
6097
6098USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6099M: Jiri Kosina <jkosina@suse.cz>
6100L: linux-usb@vger.kernel.org
6101T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6102S: Maintained
6103F: Documentation/usb/hiddev.txt
6104F: drivers/hid/usbhid/
6105
6106USB ISP116X DRIVER
6107M: Olav Kongas <ok@artecdesign.ee>
6108L: linux-usb@vger.kernel.org
6109S: Maintained
6110F: drivers/usb/host/isp116x*
6111F: include/linux/usb/isp116x.h
6112
6113USB KAWASAKI LSI DRIVER
6114M: Oliver Neukum <oliver@neukum.name>
6115L: linux-usb@vger.kernel.org
6116S: Maintained
6117F: drivers/usb/serial/kl5kusb105.*
6118
6119USB MASS STORAGE DRIVER
6120M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6121L: linux-usb@vger.kernel.org
6122L: usb-storage@lists.one-eyed-alien.net
6123S: Maintained
6124W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6125F: drivers/usb/storage/
6126
6127USB OHCI DRIVER
6128M: David Brownell <dbrownell@users.sourceforge.net>
6129L: linux-usb@vger.kernel.org
6130S: Odd Fixes
6131F: Documentation/usb/ohci.txt
6132F: drivers/usb/host/ohci*
6133
6134USB OPTION-CARD DRIVER
6135M: Matthias Urlichs <smurf@smurf.noris.de>
6136L: linux-usb@vger.kernel.org
6137S: Maintained
6138F: drivers/usb/serial/option.c
6139
6140USB PEGASUS DRIVER
6141M: Petko Manolov <petkan@users.sourceforge.net>
6142L: linux-usb@vger.kernel.org
6143L: netdev@vger.kernel.org
6144W: http://pegasus2.sourceforge.net/
6145S: Maintained
6146F: drivers/net/usb/pegasus.*
6147
6148USB PRINTER DRIVER (usblp)
6149M: Pete Zaitcev <zaitcev@redhat.com>
6150L: linux-usb@vger.kernel.org
6151S: Supported
6152F: drivers/usb/class/usblp.c
6153
6154USB RTL8150 DRIVER
6155M: Petko Manolov <petkan@users.sourceforge.net>
6156L: linux-usb@vger.kernel.org
6157L: netdev@vger.kernel.org
6158W: http://pegasus2.sourceforge.net/
6159S: Maintained
6160F: drivers/net/usb/rtl8150.c
6161
6162USB SE401 DRIVER
6163M: Jeroen Vreeken <pe1rxq@amsat.org>
6164L: linux-usb@vger.kernel.org
6165W: http://www.chello.nl/~j.vreeken/se401/
6166S: Maintained
6167F: Documentation/video4linux/se401.txt
6168F: drivers/media/video/se401.*
6169
6170USB SERIAL BELKIN F5U103 DRIVER
6171M: William Greathouse <wgreathouse@smva.com>
6172L: linux-usb@vger.kernel.org
6173S: Maintained
6174F: drivers/usb/serial/belkin_sa.*
6175
6176USB SERIAL CYPRESS M8 DRIVER
6177M: Lonnie Mendez <dignome@gmail.com>
6178L: linux-usb@vger.kernel.org
6179S: Maintained
6180W: http://geocities.com/i0xox0i
6181W: http://firstlight.net/cvs
6182F: drivers/usb/serial/cypress_m8.*
6183
6184USB SERIAL CYBERJACK DRIVER
6185M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6186W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6187S: Maintained
6188F: drivers/usb/serial/cyberjack.c
6189
6190USB SERIAL DIGI ACCELEPORT DRIVER
6191M: Peter Berger <pberger@brimson.com>
6192M: Al Borchers <alborchers@steinerpoint.com>
6193L: linux-usb@vger.kernel.org
6194S: Maintained
6195F: drivers/usb/serial/digi_acceleport.c
6196
6197USB SERIAL DRIVER
6198M: Greg Kroah-Hartman <gregkh@suse.de>
6199L: linux-usb@vger.kernel.org
6200S: Supported
6201F: Documentation/usb/usb-serial.txt
6202F: drivers/usb/serial/generic.c
6203F: drivers/usb/serial/usb-serial.c
6204F: include/linux/usb/serial.h
6205
6206USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6207M: Gary Brubaker <xavyer@ix.netcom.com>
6208L: linux-usb@vger.kernel.org
6209S: Maintained
6210F: drivers/usb/serial/empeg.c
6211
6212USB SERIAL KEYSPAN DRIVER
6213M: Greg Kroah-Hartman <greg@kroah.com>
6214L: linux-usb@vger.kernel.org
6215W: http://www.kroah.com/linux/
6216S: Maintained
6217F: drivers/usb/serial/*keyspan*
6218
6219USB SERIAL WHITEHEAT DRIVER
6220M: Support Department <support@connecttech.com>
6221L: linux-usb@vger.kernel.org
6222W: http://www.connecttech.com
6223S: Supported
6224F: drivers/usb/serial/whiteheat*
6225
6226USB SMSC95XX ETHERNET DRIVER
6227M: Steve Glendinning <steve.glendinning@smsc.com>
6228L: netdev@vger.kernel.org
6229S: Supported
6230F: drivers/net/usb/smsc95xx.*
6231
6232USB SN9C1xx DRIVER
6233M: Luca Risolia <luca.risolia@studio.unibo.it>
6234L: linux-usb@vger.kernel.org
6235L: linux-media@vger.kernel.org
6236T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6237W: http://www.linux-projects.org
6238S: Maintained
6239F: Documentation/video4linux/sn9c102.txt
6240F: drivers/media/video/sn9c102/
6241
6242USB SUBSYSTEM
6243M: Greg Kroah-Hartman <gregkh@suse.de>
6244L: linux-usb@vger.kernel.org
6245W: http://www.linux-usb.org
6246T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6247S: Supported
6248F: Documentation/usb/
6249F: drivers/net/usb/
6250F: drivers/usb/
6251F: include/linux/usb.h
6252F: include/linux/usb/
6253
6254USB UHCI DRIVER
6255M: Alan Stern <stern@rowland.harvard.edu>
6256L: linux-usb@vger.kernel.org
6257S: Maintained
6258F: drivers/usb/host/uhci*
6259
6260USB "USBNET" DRIVER FRAMEWORK
6261M: David Brownell <dbrownell@users.sourceforge.net>
6262L: netdev@vger.kernel.org
6263W: http://www.linux-usb.org/usbnet
6264S: Maintained
6265F: drivers/net/usb/usbnet.c
6266F: include/linux/usb/usbnet.h
6267
6268USB VIDEO CLASS
6269M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6270L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6271L: linux-media@vger.kernel.org
6272T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6273W: http://www.ideasonboard.org/uvc/
6274S: Maintained
6275F: drivers/media/video/uvc/
6276
6277USB W996[87]CF DRIVER
6278M: Luca Risolia <luca.risolia@studio.unibo.it>
6279L: linux-usb@vger.kernel.org
6280L: linux-media@vger.kernel.org
6281T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6282W: http://www.linux-projects.org
6283S: Maintained
6284F: Documentation/video4linux/w9968cf.txt
6285F: drivers/media/video/w996*
6286
6287USB WIRELESS RNDIS DRIVER (rndis_wlan)
6288M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6289L: linux-wireless@vger.kernel.org
6290S: Maintained
6291F: drivers/net/wireless/rndis_wlan.c
6292
6293USB XHCI DRIVER
6294M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6295L: linux-usb@vger.kernel.org
6296S: Supported
6297F: drivers/usb/host/xhci*
6298F: drivers/usb/host/pci-quirks*
6299
6300USB ZD1201 DRIVER
6301L: linux-wireless@vger.kernel.org
6302W: http://linux-lc100020.sourceforge.net
6303S: Orphan
6304F: drivers/net/wireless/zd1201.*
6305
6306USB ZR364XX DRIVER
6307M: Antoine Jacquet <royale@zerezo.com>
6308L: linux-usb@vger.kernel.org
6309L: linux-media@vger.kernel.org
6310T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6311W: http://royale.zerezo.com/zr364xx/
6312S: Maintained
6313F: Documentation/video4linux/zr364xx.txt
6314F: drivers/media/video/zr364xx.c
6315
6316USER-MODE LINUX (UML)
6317M: Jeff Dike <jdike@addtoit.com>
6318L: user-mode-linux-devel@lists.sourceforge.net
6319L: user-mode-linux-user@lists.sourceforge.net
6320W: http://user-mode-linux.sourceforge.net
6321S: Maintained
6322F: Documentation/uml/
6323F: arch/um/
6324F: fs/hostfs/
6325F: fs/hppfs/
6326
6327USERSPACE I/O (UIO)
6328M: "Hans J. Koch" <hjk@linutronix.de>
6329M: Greg Kroah-Hartman <gregkh@suse.de>
6330S: Maintained
6331F: Documentation/DocBook/uio-howto.tmpl
6332F: drivers/uio/
6333F: include/linux/uio*.h
6334
6335UTIL-LINUX-NG PACKAGE
6336M: Karel Zak <kzak@redhat.com>
6337L: util-linux-ng@vger.kernel.org
6338W: http://kernel.org/~kzak/util-linux-ng/
6339T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6340S: Maintained
6341
6342UVESAFB DRIVER
6343M: Michal Januszewski <spock@gentoo.org>
6344L: linux-fbdev@vger.kernel.org
6345W: http://dev.gentoo.org/~spock/projects/uvesafb/
6346S: Maintained
6347F: Documentation/fb/uvesafb.txt
6348F: drivers/video/uvesafb.*
6349
6350VFAT/FAT/MSDOS FILESYSTEM
6351M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6352S: Maintained
6353F: Documentation/filesystems/vfat.txt
6354F: fs/fat/
6355
6356VIRTIO CONSOLE DRIVER
6357M: Amit Shah <amit.shah@redhat.com>
6358L: virtualization@lists.linux-foundation.org
6359S: Maintained
6360F: drivers/char/virtio_console.c
6361F: include/linux/virtio_console.h
6362
6363VIRTIO HOST (VHOST)
6364M: "Michael S. Tsirkin" <mst@redhat.com>
6365L: kvm@vger.kernel.org
6366L: virtualization@lists.osdl.org
6367L: netdev@vger.kernel.org
6368S: Maintained
6369F: drivers/vhost/
6370F: include/linux/vhost.h
6371
6372VIA RHINE NETWORK DRIVER
6373M: Roger Luethi <rl@hellgate.ch>
6374S: Maintained
6375F: drivers/net/via-rhine.c
6376
6377VIAPRO SMBUS DRIVER
6378M: Jean Delvare <khali@linux-fr.org>
6379L: linux-i2c@vger.kernel.org
6380S: Maintained
6381F: Documentation/i2c/busses/i2c-viapro
6382F: drivers/i2c/busses/i2c-viapro.c
6383
6384VIA SD/MMC CARD CONTROLLER DRIVER
6385M: Joseph Chan <JosephChan@via.com.tw>
6386M: Harald Welte <HaraldWelte@viatech.com>
6387S: Maintained
6388F: drivers/mmc/host/via-sdmmc.c
6389
6390VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6391M: Joseph Chan <JosephChan@via.com.tw>
6392M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6393L: linux-fbdev@vger.kernel.org
6394S: Maintained
6395F: include/linux/via-core.h
6396F: include/linux/via-gpio.h
6397F: include/linux/via_i2c.h
6398F: drivers/video/via/
6399
6400VIA VELOCITY NETWORK DRIVER
6401M: Francois Romieu <romieu@fr.zoreil.com>
6402L: netdev@vger.kernel.org
6403S: Maintained
6404F: drivers/net/via-velocity.*
6405
6406VLAN (802.1Q)
6407M: Patrick McHardy <kaber@trash.net>
6408L: netdev@vger.kernel.org
6409S: Maintained
6410F: drivers/net/macvlan.c
6411F: include/linux/if_*vlan.h
6412F: net/8021q/
6413
6414VLYNQ BUS
6415M: Florian Fainelli <florian@openwrt.org>
6416L: openwrt-devel@lists.openwrt.org
6417S: Maintained
6418F: drivers/vlynq/vlynq.c
6419F: include/linux/vlynq.h
6420
6421VMWARE VMXNET3 ETHERNET DRIVER
6422M: Shreyas Bhatewara <sbhatewara@vmware.com>
6423M: "VMware, Inc." <pv-drivers@vmware.com>
6424L: netdev@vger.kernel.org
6425S: Maintained
6426F: drivers/net/vmxnet3/
6427
6428VMware PVSCSI driver
6429M: Alok Kataria <akataria@vmware.com>
6430M: VMware PV-Drivers <pv-drivers@vmware.com>
6431L: linux-scsi@vger.kernel.org
6432S: Maintained
6433F: drivers/scsi/vmw_pvscsi.c
6434F: drivers/scsi/vmw_pvscsi.h
6435
6436VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6437M: Liam Girdwood <lrg@slimlogic.co.uk>
6438M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6439W: http://opensource.wolfsonmicro.com/node/15
6440W: http://www.slimlogic.co.uk/?p=48
6441T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6442S: Supported
6443F: drivers/regulator/
6444F: include/linux/regulator/
6445
6446VT1211 HARDWARE MONITOR DRIVER
6447M: Juerg Haefliger <juergh@gmail.com>
6448L: lm-sensors@lm-sensors.org
6449S: Maintained
6450F: Documentation/hwmon/vt1211
6451F: drivers/hwmon/vt1211.c
6452
6453VT8231 HARDWARE MONITOR DRIVER
6454M: Roger Lucas <vt8231@hiddenengine.co.uk>
6455L: lm-sensors@lm-sensors.org
6456S: Maintained
6457F: drivers/hwmon/vt8231.c
6458
6459W1 DALLAS'S 1-WIRE BUS
6460M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6461S: Maintained
6462F: Documentation/w1/
6463F: drivers/w1/
6464
6465W83791D HARDWARE MONITORING DRIVER
6466M: Marc Hulsman <m.hulsman@tudelft.nl>
6467L: lm-sensors@lm-sensors.org
6468S: Maintained
6469F: Documentation/hwmon/w83791d
6470F: drivers/hwmon/w83791d.c
6471
6472W83793 HARDWARE MONITORING DRIVER
6473M: Rudolf Marek <r.marek@assembler.cz>
6474L: lm-sensors@lm-sensors.org
6475S: Maintained
6476F: Documentation/hwmon/w83793
6477F: drivers/hwmon/w83793.c
6478
6479W83795 HARDWARE MONITORING DRIVER
6480M: Jean Delvare <khali@linux-fr.org>
6481L: lm-sensors@lm-sensors.org
6482S: Maintained
6483F: drivers/hwmon/w83795.c
6484
6485W83L51xD SD/MMC CARD INTERFACE DRIVER
6486M: Pierre Ossman <pierre@ossman.eu>
6487S: Maintained
6488F: drivers/mmc/host/wbsd.*
6489
6490WATCHDOG DEVICE DRIVERS
6491M: Wim Van Sebroeck <wim@iguana.be>
6492L: linux-watchdog@vger.kernel.org
6493W: http://www.linux-watchdog.org/
6494T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6495S: Maintained
6496F: Documentation/watchdog/
6497F: drivers/watchdog/
6498F: include/linux/watchdog.h
6499
6500WD7000 SCSI DRIVER
6501M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6502L: linux-scsi@vger.kernel.org
6503S: Maintained
6504F: drivers/scsi/wd7000.c
6505
6506WINBOND CIR DRIVER
6507M: David Härdeman <david@hardeman.nu>
6508S: Maintained
6509F: drivers/input/misc/winbond-cir.c
6510
6511WIMAX STACK
6512M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6513M: linux-wimax@intel.com
6514L: wimax@linuxwimax.org
6515S: Supported
6516W: http://linuxwimax.org
6517F: Documentation/wimax/README.wimax
6518F: include/linux/wimax.h
6519F: include/linux/wimax/debug.h
6520F: include/net/wimax.h
6521F: net/wimax/
6522
6523WISTRON LAPTOP BUTTON DRIVER
6524M: Miloslav Trmac <mitr@volny.cz>
6525S: Maintained
6526F: drivers/input/misc/wistron_btns.c
6527
6528WL1251 WIRELESS DRIVER
6529M: Kalle Valo <kvalo@adurom.com>
6530L: linux-wireless@vger.kernel.org
6531W: http://wireless.kernel.org
6532T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6533S: Maintained
6534F: drivers/net/wireless/wl1251/*
6535
6536WL1271 WIRELESS DRIVER
6537M: Luciano Coelho <luciano.coelho@nokia.com>
6538L: linux-wireless@vger.kernel.org
6539W: http://wireless.kernel.org
6540T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6541S: Maintained
6542F: drivers/net/wireless/wl12xx/wl1271*
6543F: include/linux/wl12xx.h
6544
6545WL3501 WIRELESS PCMCIA CARD DRIVER
6546M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6547L: linux-wireless@vger.kernel.org
6548W: http://oops.ghostprotocols.net:81/blog
6549S: Maintained
6550F: drivers/net/wireless/wl3501*
6551
6552WM97XX TOUCHSCREEN DRIVERS
6553M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6554M: Liam Girdwood <lrg@slimlogic.co.uk>
6555L: linux-input@vger.kernel.org
6556T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6557W: http://opensource.wolfsonmicro.com/node/7
6558S: Supported
6559F: drivers/input/touchscreen/*wm97*
6560F: include/linux/wm97xx.h
6561
6562WOLFSON MICROELECTRONICS DRIVERS
6563M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6564M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6565M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6566T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6567T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6568W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6569S: Supported
6570F: Documentation/hwmon/wm83??
6571F: drivers/leds/leds-wm83*.c
6572F: drivers/mfd/wm8*.c
6573F: drivers/power/wm83*.c
6574F: drivers/rtc/rtc-wm83*.c
6575F: drivers/regulator/wm8*.c
6576F: drivers/video/backlight/wm83*_bl.c
6577F: drivers/watchdog/wm83*_wdt.c
6578F: include/linux/mfd/wm831x/
6579F: include/linux/mfd/wm8350/
6580F: include/linux/mfd/wm8400*
6581F: include/sound/wm????.h
6582F: sound/soc/codecs/wm*
6583
6584X.25 NETWORK LAYER
6585M: Andrew Hendry <andrew.hendry@gmail.com>
6586L: linux-x25@vger.kernel.org
6587S: Odd Fixes
6588F: Documentation/networking/x25*
6589F: include/net/x25*
6590F: net/x25/
6591
6592X86 ARCHITECTURE (32-BIT AND 64-BIT)
6593M: Thomas Gleixner <tglx@linutronix.de>
6594M: Ingo Molnar <mingo@redhat.com>
6595M: "H. Peter Anvin" <hpa@zytor.com>
6596M: x86@kernel.org
6597T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6598S: Maintained
6599F: Documentation/x86/
6600F: arch/x86/
6601
6602X86 PLATFORM DRIVERS
6603M: Matthew Garrett <mjg@redhat.com>
6604L: platform-driver-x86@vger.kernel.org
6605T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6606S: Maintained
6607F: drivers/platform/x86
6608
6609XEN PCI SUBSYSTEM
6610M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6611L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6612S: Supported
6613F: arch/x86/pci/*xen*
6614F: drivers/pci/*xen*
6615
6616XEN SWIOTLB SUBSYSTEM
6617M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6618L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6619S: Supported
6620F: arch/x86/xen/*swiotlb*
6621F: drivers/xen/*swiotlb*
6622
6623XEN HYPERVISOR INTERFACE
6624M: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6625M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6626L: xen-devel@lists.xensource.com (moderated for non-subscribers)
6627L: virtualization@lists.osdl.org
6628S: Supported
6629F: arch/x86/xen/
6630F: drivers/*/xen-*front.c
6631F: drivers/xen/
6632F: arch/x86/include/asm/xen/
6633F: include/xen/
6634
6635XFS FILESYSTEM
6636P: Silicon Graphics Inc
6637M: Alex Elder <aelder@sgi.com>
6638M: xfs-masters@oss.sgi.com
6639L: xfs@oss.sgi.com
6640W: http://oss.sgi.com/projects/xfs
6641T: git git://oss.sgi.com/xfs/xfs.git
6642S: Supported
6643F: Documentation/filesystems/xfs.txt
6644F: fs/xfs/
6645
6646XILINX SYSTEMACE DRIVER
6647M: Grant Likely <grant.likely@secretlab.ca>
6648W: http://www.secretlab.ca/
6649S: Maintained
6650F: drivers/block/xsysace.c
6651
6652XILINX UARTLITE SERIAL DRIVER
6653M: Peter Korsgaard <jacmet@sunsite.dk>
6654L: linux-serial@vger.kernel.org
6655S: Maintained
6656F: drivers/serial/uartlite.c
6657
6658YAM DRIVER FOR AX.25
6659M: Jean-Paul Roubelat <jpr@f6fbb.org>
6660L: linux-hams@vger.kernel.org
6661S: Maintained
6662F: drivers/net/hamradio/yam*
6663F: include/linux/yam.h
6664
6665YEALINK PHONE DRIVER
6666M: Henk Vergonet <Henk.Vergonet@gmail.com>
6667L: usbb2k-api-dev@nongnu.org
6668S: Maintained
6669F: Documentation/input/yealink.txt
6670F: drivers/input/misc/yealink.*
6671
6672Z8530 DRIVER FOR AX.25
6673M: Joerg Reuter <jreuter@yaina.de>
6674W: http://yaina.de/jreuter/
6675W: http://www.qsl.net/dl1bke/
6676L: linux-hams@vger.kernel.org
6677S: Maintained
6678F: Documentation/networking/z8530drv.txt
6679F: drivers/net/hamradio/*scc.c
6680F: drivers/net/hamradio/z8530.h
6681
6682ZD1211RW WIRELESS DRIVER
6683M: Daniel Drake <dsd@gentoo.org>
6684M: Ulrich Kunitz <kune@deine-taler.de>
6685W: http://zd1211.ath.cx/wiki/DriverRewrite
6686L: linux-wireless@vger.kernel.org
6687L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6688S: Maintained
6689F: drivers/net/wireless/zd1211rw/
6690
6691ZR36067 VIDEO FOR LINUX DRIVER
6692L: mjpeg-users@lists.sourceforge.net
6693L: linux-media@vger.kernel.org
6694W: http://mjpeg.sourceforge.net/driver-zoran/
6695T: Mercurial http://linuxtv.org/hg/v4l-dvb
6696S: Odd Fixes
6697F: drivers/media/video/zoran/
6698
6699ZS DECSTATION Z85C30 SERIAL DRIVER
6700M: "Maciej W. Rozycki" <macro@linux-mips.org>
6701S: Maintained
6702F: drivers/serial/zs.*
6703
6704GRE DEMULTIPLEXER DRIVER
6705M: Dmitry Kozlov <xeb@mail.ru>
6706L: netdev@vger.kernel.org
6707S: Maintained
6708F: net/ipv4/gre.c
6709F: include/net/gre.h
6710
6711PPTP DRIVER
6712M: Dmitry Kozlov <xeb@mail.ru>
6713L: netdev@vger.kernel.org
6714S: Maintained
6715F: drivers/net/pptp.c
6716W: http://sourceforge.net/projects/accel-pptp
6717
6718THE REST
6719M: Linus Torvalds <torvalds@linux-foundation.org>
6720L: linux-kernel@vger.kernel.org
6721Q: http://patchwork.kernel.org/project/LKML/list/
6722T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6723S: Buried alive in reporters
6724F: *
6725F: */
This page took 0.044723 seconds and 5 git commands to generate.