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