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