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