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