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