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