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