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