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