]> bbs.cooldavid.org Git - net-next-2.6.git/blame_incremental - MAINTAINERS
mm: wrap get_locked_pte() using __cond_lock()
[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
3768LTC4261 HARDWARE MONITOR DRIVER
3769M: Guenter Roeck <linux@roeck-us.net>
3770L: lm-sensors@lm-sensors.org
3771S: Maintained
3772F: Documentation/hwmon/ltc4261
3773F: drivers/hwmon/ltc4261.c
3774
3775LTP (Linux Test Project)
3776M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3777M: Garrett Cooper <yanegomi@gmail.com>
3778M: Mike Frysinger <vapier@gentoo.org>
3779M: Subrata Modak <subrata@linux.vnet.ibm.com>
3780L: ltp-list@lists.sourceforge.net (subscribers-only)
3781W: http://ltp.sourceforge.net/
3782T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3783S: Maintained
3784
3785M32R ARCHITECTURE
3786M: Hirokazu Takata <takata@linux-m32r.org>
3787L: linux-m32r@ml.linux-m32r.org
3788L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3789W: http://www.linux-m32r.org/
3790S: Maintained
3791F: arch/m32r/
3792
3793M68K ARCHITECTURE
3794M: Geert Uytterhoeven <geert@linux-m68k.org>
3795M: Roman Zippel <zippel@linux-m68k.org>
3796L: linux-m68k@lists.linux-m68k.org
3797W: http://www.linux-m68k.org/
3798T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3799S: Maintained
3800F: arch/m68k/
3801F: drivers/zorro/
3802
3803M68K ON APPLE MACINTOSH
3804M: Joshua Thompson <funaho@jurai.org>
3805W: http://www.mac.linux-m68k.org/
3806L: linux-m68k@lists.linux-m68k.org
3807S: Maintained
3808F: arch/m68k/mac/
3809
3810M68K ON HP9000/300
3811M: Philip Blundell <philb@gnu.org>
3812W: http://www.tazenda.demon.co.uk/phil/linux-hp
3813S: Maintained
3814F: arch/m68k/hp300/
3815
3816MAC80211
3817M: Johannes Berg <johannes@sipsolutions.net>
3818L: linux-wireless@vger.kernel.org
3819W: http://linuxwireless.org/
3820T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3821S: Maintained
3822F: Documentation/networking/mac80211-injection.txt
3823F: include/net/mac80211.h
3824F: net/mac80211/
3825
3826MAC80211 PID RATE CONTROL
3827M: Stefano Brivio <stefano.brivio@polimi.it>
3828M: Mattias Nissler <mattias.nissler@gmx.de>
3829L: linux-wireless@vger.kernel.org
3830W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3831T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3832S: Maintained
3833F: net/mac80211/rc80211_pid*
3834
3835MACVLAN DRIVER
3836M: Patrick McHardy <kaber@trash.net>
3837L: netdev@vger.kernel.org
3838S: Maintained
3839F: drivers/net/macvlan.c
3840F: include/linux/if_macvlan.h
3841
3842MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3843M: Michael Kerrisk <mtk.manpages@gmail.com>
3844W: http://www.kernel.org/doc/man-pages
3845L: linux-man@vger.kernel.org
3846S: Maintained
3847
3848MARVELL LIBERTAS WIRELESS DRIVER
3849M: Dan Williams <dcbw@redhat.com>
3850L: libertas-dev@lists.infradead.org
3851S: Maintained
3852F: drivers/net/wireless/libertas/
3853
3854MARVELL MV643XX ETHERNET DRIVER
3855M: Lennert Buytenhek <buytenh@wantstofly.org>
3856L: netdev@vger.kernel.org
3857S: Maintained
3858F: drivers/net/mv643xx_eth.*
3859F: include/linux/mv643xx.h
3860
3861MARVELL MWL8K WIRELESS DRIVER
3862M: Lennert Buytenhek <buytenh@wantstofly.org>
3863L: linux-wireless@vger.kernel.org
3864S: Odd Fixes
3865F: drivers/net/wireless/mwl8k.c
3866
3867MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3868M: Nicolas Pitre <nico@fluxnic.net>
3869S: Odd Fixes
3870F: drivers/mmc/host/mvsdio.*
3871
3872MARVELL YUKON / SYSKONNECT DRIVER
3873M: Mirko Lindner <mlindner@syskonnect.de>
3874M: Ralph Roesler <rroesler@syskonnect.de>
3875W: http://www.syskonnect.com
3876S: Supported
3877
3878MATROX FRAMEBUFFER DRIVER
3879L: linux-fbdev@vger.kernel.org
3880S: Orphan
3881F: drivers/video/matrox/matroxfb_*
3882F: include/linux/matroxfb.h
3883
3884MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3885M: "Hans J. Koch" <hjk@linutronix.de>
3886L: lm-sensors@lm-sensors.org
3887S: Maintained
3888F: Documentation/hwmon/max6650
3889F: drivers/hwmon/max6650.c
3890
3891MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3892M: Mauro Carvalho Chehab <mchehab@infradead.org>
3893P: LinuxTV.org Project
3894L: linux-media@vger.kernel.org
3895W: http://linuxtv.org
3896Q: http://patchwork.kernel.org/project/linux-media/list/
3897T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3898S: Maintained
3899F: Documentation/dvb/
3900F: Documentation/video4linux/
3901F: drivers/media/
3902F: include/media/
3903F: include/linux/dvb/
3904F: include/linux/videodev*.h
3905
3906MEGARAID SCSI DRIVERS
3907M: Neela Syam Kolli <megaraidlinux@lsi.com>
3908L: linux-scsi@vger.kernel.org
3909W: http://megaraid.lsilogic.com
3910S: Maintained
3911F: Documentation/scsi/megaraid.txt
3912F: drivers/scsi/megaraid.*
3913F: drivers/scsi/megaraid/
3914
3915MEMORY MANAGEMENT
3916L: linux-mm@kvack.org
3917W: http://www.linux-mm.org
3918S: Maintained
3919F: include/linux/mm.h
3920F: mm/
3921
3922MEMORY RESOURCE CONTROLLER
3923M: Balbir Singh <balbir@linux.vnet.ibm.com>
3924M: Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
3925M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3926L: linux-mm@kvack.org
3927S: Maintained
3928F: mm/memcontrol.c
3929
3930MEMORY TECHNOLOGY DEVICES (MTD)
3931M: David Woodhouse <dwmw2@infradead.org>
3932L: linux-mtd@lists.infradead.org
3933W: http://www.linux-mtd.infradead.org/
3934Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
3935T: git git://git.infradead.org/mtd-2.6.git
3936S: Maintained
3937F: drivers/mtd/
3938F: include/linux/mtd/
3939F: include/mtd/
3940
3941MICROBLAZE ARCHITECTURE
3942M: Michal Simek <monstr@monstr.eu>
3943L: microblaze-uclinux@itee.uq.edu.au
3944W: http://www.monstr.eu/fdt/
3945T: git git://git.monstr.eu/linux-2.6-microblaze.git
3946S: Supported
3947F: arch/microblaze/
3948
3949MICROTEK X6 SCANNER
3950M: Oliver Neukum <oliver@neukum.name>
3951S: Maintained
3952F: drivers/usb/image/microtek.*
3953
3954MIPS
3955M: Ralf Baechle <ralf@linux-mips.org>
3956W: http://www.linux-mips.org/
3957L: linux-mips@linux-mips.org
3958T: git git://git.linux-mips.org/pub/scm/linux.git
3959S: Supported
3960F: Documentation/mips/
3961F: arch/mips/
3962
3963MISCELLANEOUS MCA-SUPPORT
3964M: James Bottomley <James.Bottomley@HansenPartnership.com>
3965S: Maintained
3966F: Documentation/ia64/mca.txt
3967F: Documentation/mca.txt
3968F: drivers/mca/
3969F: include/linux/mca*
3970
3971MODULE SUPPORT
3972M: Rusty Russell <rusty@rustcorp.com.au>
3973S: Maintained
3974F: include/linux/module.h
3975F: kernel/module.c
3976
3977MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3978M: Stelian Pop <stelian@popies.net>
3979W: http://popies.net/meye/
3980S: Maintained
3981F: Documentation/video4linux/meye.txt
3982F: drivers/media/video/meye.*
3983F: include/linux/meye.h
3984
3985MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3986M: Pavel Pisa <ppisa@pikron.com>
3987L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3988S: Maintained
3989F: drivers/mmc/host/imxmmc.*
3990
3991MOUSE AND MISC DEVICES [GENERAL]
3992M: Alessandro Rubini <rubini@ipvvis.unipv.it>
3993S: Maintained
3994F: drivers/input/mouse/
3995F: include/linux/gpio_mouse.h
3996
3997MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3998M: Jiri Slaby <jirislaby@gmail.com>
3999S: Maintained
4000F: Documentation/serial/moxa-smartio
4001F: drivers/char/mxser.*
4002
4003MSI LAPTOP SUPPORT
4004M: Lee, Chun-Yi <jlee@novell.com>
4005L: platform-driver-x86@vger.kernel.org
4006S: Maintained
4007F: drivers/platform/x86/msi-laptop.c
4008
4009MSI WMI SUPPORT
4010M: Anisse Astier <anisse@astier.eu>
4011L: platform-driver-x86@vger.kernel.org
4012S: Supported
4013F: drivers/platform/x86/msi-wmi.c
4014
4015MULTIFUNCTION DEVICES (MFD)
4016M: Samuel Ortiz <sameo@linux.intel.com>
4017T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4018S: Supported
4019F: drivers/mfd/
4020
4021MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4022M: Chris Ball <cjb@laptop.org>
4023L: linux-mmc@vger.kernel.org
4024T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4025S: Maintained
4026F: drivers/mmc/
4027F: include/linux/mmc/
4028
4029MULTIMEDIA CARD (MMC) ETC. OVER SPI
4030M: David Brownell <dbrownell@users.sourceforge.net>
4031S: Odd Fixes
4032F: drivers/mmc/host/mmc_spi.c
4033F: include/linux/spi/mmc_spi.h
4034
4035MULTISOUND SOUND DRIVER
4036M: Andrew Veliath <andrewtv@usa.net>
4037S: Maintained
4038F: Documentation/sound/oss/MultiSound
4039F: sound/oss/msnd*
4040
4041MULTITECH MULTIPORT CARD (ISICOM)
4042S: Orphan
4043F: drivers/char/isicom.c
4044F: include/linux/isicom.h
4045
4046MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4047M: Felipe Balbi <balbi@ti.com>
4048L: linux-usb@vger.kernel.org
4049T: git git://gitorious.org/usb/usb.git
4050S: Maintained
4051F: drivers/usb/musb/
4052
4053MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4054M: Andrew Gallatin <gallatin@myri.com>
4055M: Brice Goglin <brice@myri.com>
4056L: netdev@vger.kernel.org
4057W: http://www.myri.com/scs/download-Myri10GE.html
4058S: Supported
4059F: drivers/net/myri10ge/
4060
4061NATSEMI ETHERNET DRIVER (DP8381x)
4062M: Tim Hockin <thockin@hockin.org>
4063S: Maintained
4064F: drivers/net/natsemi.c
4065
4066NCP FILESYSTEM
4067M: Petr Vandrovec <petr@vandrovec.name>
4068S: Odd Fixes
4069F: fs/ncpfs/
4070
4071NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4072M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4073L: linux-scsi@vger.kernel.org
4074S: Maintained
4075F: drivers/scsi/NCR_D700.*
4076
4077NETEFFECT IWARP RNIC DRIVER (IW_NES)
4078M: Faisal Latif <faisal.latif@intel.com>
4079M: Chien Tung <chien.tin.tung@intel.com>
4080L: linux-rdma@vger.kernel.org
4081W: http://www.neteffect.com
4082S: Supported
4083F: drivers/infiniband/hw/nes/
4084
4085NETEM NETWORK EMULATOR
4086M: Stephen Hemminger <shemminger@linux-foundation.org>
4087L: netem@lists.linux-foundation.org
4088S: Maintained
4089F: net/sched/sch_netem.c
4090
4091NETERION 10GbE DRIVERS (s2io/vxge)
4092M: Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4093M: Sivakumar Subramani <sivakumar.subramani@exar.com>
4094M: Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4095M: Jon Mason <jon.mason@exar.com>
4096L: netdev@vger.kernel.org
4097W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4098W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4099S: Supported
4100F: Documentation/networking/s2io.txt
4101F: drivers/net/s2io*
4102F: Documentation/networking/vxge.txt
4103F: drivers/net/vxge/
4104
4105NETFILTER/IPTABLES/IPCHAINS
4106P: Rusty Russell
4107P: Marc Boucher
4108P: James Morris
4109P: Harald Welte
4110P: Jozsef Kadlecsik
4111M: Patrick McHardy <kaber@trash.net>
4112L: netfilter-devel@vger.kernel.org
4113L: netfilter@vger.kernel.org
4114L: coreteam@netfilter.org
4115W: http://www.netfilter.org/
4116W: http://www.iptables.org/
4117T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4118S: Supported
4119F: include/linux/netfilter*
4120F: include/linux/netfilter/
4121F: include/net/netfilter/
4122F: net/*/netfilter.c
4123F: net/*/netfilter/
4124F: net/netfilter/
4125
4126NETLABEL
4127M: Paul Moore <paul.moore@hp.com>
4128W: http://netlabel.sf.net
4129L: netdev@vger.kernel.org
4130S: Supported
4131F: Documentation/netlabel/
4132F: include/net/netlabel.h
4133F: net/netlabel/
4134
4135NETROM NETWORK LAYER
4136M: Ralf Baechle <ralf@linux-mips.org>
4137L: linux-hams@vger.kernel.org
4138W: http://www.linux-ax25.org/
4139S: Maintained
4140F: include/linux/netrom.h
4141F: include/net/netrom.h
4142F: net/netrom/
4143
4144NETWORK BLOCK DEVICE (NBD)
4145M: Paul Clements <Paul.Clements@steeleye.com>
4146S: Maintained
4147F: Documentation/blockdev/nbd.txt
4148F: drivers/block/nbd.c
4149F: include/linux/nbd.h
4150
4151NETWORK DROP MONITOR
4152M: Neil Horman <nhorman@tuxdriver.com>
4153L: netdev@vger.kernel.org
4154S: Maintained
4155W: https://fedorahosted.org/dropwatch/
4156F: net/core/drop_monitor.c
4157
4158NETWORKING [GENERAL]
4159M: "David S. Miller" <davem@davemloft.net>
4160L: netdev@vger.kernel.org
4161W: http://www.linuxfoundation.org/en/Net
4162W: http://patchwork.ozlabs.org/project/netdev/list/
4163T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4164T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4165S: Maintained
4166F: net/
4167F: include/net/
4168F: include/linux/in.h
4169F: include/linux/net.h
4170F: include/linux/netdevice.h
4171
4172NETWORKING [IPv4/IPv6]
4173M: "David S. Miller" <davem@davemloft.net>
4174M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4175M: "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4176M: James Morris <jmorris@namei.org>
4177M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4178M: Patrick McHardy <kaber@trash.net>
4179L: netdev@vger.kernel.org
4180T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4181S: Maintained
4182F: net/ipv4/
4183F: net/ipv6/
4184F: include/net/ip*
4185
4186NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4187M: Paul Moore <paul.moore@hp.com>
4188L: netdev@vger.kernel.org
4189S: Maintained
4190
4191NETWORKING [WIRELESS]
4192M: "John W. Linville" <linville@tuxdriver.com>
4193L: linux-wireless@vger.kernel.org
4194Q: http://patchwork.kernel.org/project/linux-wireless/list/
4195T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4196S: Maintained
4197F: net/mac80211/
4198F: net/rfkill/
4199F: net/wireless/
4200F: include/net/ieee80211*
4201F: include/linux/wireless.h
4202F: include/net/iw_handler.h
4203F: drivers/net/wireless/
4204
4205NETWORKING DRIVERS
4206L: netdev@vger.kernel.org
4207W: http://www.linuxfoundation.org/en/Net
4208T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4209T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4210S: Odd Fixes
4211F: drivers/net/
4212F: include/linux/if_*
4213F: include/linux/*device.h
4214
4215NETXEN (1/10) GbE SUPPORT
4216M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4217L: netdev@vger.kernel.org
4218W: http://www.qlogic.com
4219S: Supported
4220F: drivers/net/netxen/
4221
4222NFS, SUNRPC, AND LOCKD CLIENTS
4223M: Trond Myklebust <Trond.Myklebust@netapp.com>
4224L: linux-nfs@vger.kernel.org
4225W: http://client.linux-nfs.org
4226T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4227S: Maintained
4228F: fs/lockd/
4229F: fs/nfs/
4230F: fs/nfs_common/
4231F: net/sunrpc/
4232F: include/linux/lockd/
4233F: include/linux/nfs*
4234F: include/linux/sunrpc/
4235
4236NI5010 NETWORK DRIVER
4237M: Jan-Pascal van Best <janpascal@vanbest.org>
4238M: Andreas Mohr <andi@lisas.de>
4239L: netdev@vger.kernel.org
4240S: Maintained
4241F: drivers/net/ni5010.*
4242
4243NILFS2 FILESYSTEM
4244M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4245L: linux-nilfs@vger.kernel.org
4246W: http://www.nilfs.org/en/
4247S: Supported
4248F: Documentation/filesystems/nilfs2.txt
4249F: fs/nilfs2/
4250F: include/linux/nilfs2_fs.h
4251
4252NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4253M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4254W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4255S: Maintained
4256F: Documentation/scsi/NinjaSCSI.txt
4257F: drivers/scsi/pcmcia/nsp_*
4258
4259NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4260M: GOTO Masanori <gotom@debian.or.jp>
4261M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4262W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4263S: Maintained
4264F: Documentation/scsi/NinjaSCSI.txt
4265F: drivers/scsi/nsp32*
4266
4267NTFS FILESYSTEM
4268M: Anton Altaparmakov <aia21@cantab.net>
4269L: linux-ntfs-dev@lists.sourceforge.net
4270W: http://www.linux-ntfs.org/
4271T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4272S: Maintained
4273F: Documentation/filesystems/ntfs.txt
4274F: fs/ntfs/
4275
4276NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4277M: Antonino Daplas <adaplas@gmail.com>
4278L: linux-fbdev@vger.kernel.org
4279S: Maintained
4280F: drivers/video/riva/
4281F: drivers/video/nvidia/
4282
4283OMAP SUPPORT
4284M: Tony Lindgren <tony@atomide.com>
4285L: linux-omap@vger.kernel.org
4286W: http://www.muru.com/linux/omap/
4287W: http://linux.omap.com/
4288Q: http://patchwork.kernel.org/project/linux-omap/list/
4289T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4290S: Maintained
4291F: arch/arm/*omap*/
4292
4293OMAP CLOCK FRAMEWORK SUPPORT
4294M: Paul Walmsley <paul@pwsan.com>
4295L: linux-omap@vger.kernel.org
4296S: Maintained
4297F: arch/arm/*omap*/*clock*
4298
4299OMAP POWER MANAGEMENT SUPPORT
4300M: Kevin Hilman <khilman@deeprootsystems.com>
4301L: linux-omap@vger.kernel.org
4302S: Maintained
4303F: arch/arm/*omap*/*pm*
4304
4305OMAP AUDIO SUPPORT
4306M: Jarkko Nikula <jhnikula@gmail.com>
4307L: alsa-devel@alsa-project.org (subscribers-only)
4308L: linux-omap@vger.kernel.org
4309S: Maintained
4310F: sound/soc/omap/
4311
4312OMAP FRAMEBUFFER SUPPORT
4313M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4314L: linux-fbdev@vger.kernel.org
4315L: linux-omap@vger.kernel.org
4316S: Maintained
4317F: drivers/video/omap/
4318
4319OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4320M: Tomi Valkeinen <tomi.valkeinen@nokia.com>
4321L: linux-omap@vger.kernel.org
4322L: linux-fbdev@vger.kernel.org
4323S: Maintained
4324F: drivers/video/omap2/
4325F: Documentation/arm/OMAP/DSS
4326
4327OMAP MMC SUPPORT
4328M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
4329L: linux-omap@vger.kernel.org
4330S: Maintained
4331F: drivers/mmc/host/omap.c
4332
4333OMAP HS MMC SUPPORT
4334M: Madhusudhan Chikkature <madhu.cr@ti.com>
4335L: linux-omap@vger.kernel.org
4336S: Maintained
4337F: drivers/mmc/host/omap_hsmmc.c
4338
4339OMAP RANDOM NUMBER GENERATOR SUPPORT
4340M: Deepak Saxena <dsaxena@plexity.net>
4341S: Maintained
4342F: drivers/char/hw_random/omap-rng.c
4343
4344OMAP USB SUPPORT
4345M: Felipe Balbi <balbi@ti.com>
4346M: David Brownell <dbrownell@users.sourceforge.net>
4347L: linux-usb@vger.kernel.org
4348L: linux-omap@vger.kernel.org
4349S: Maintained
4350F: drivers/usb/*/*omap*
4351F: arch/arm/*omap*/usb*
4352
4353OMFS FILESYSTEM
4354M: Bob Copeland <me@bobcopeland.com>
4355L: linux-karma-devel@lists.sourceforge.net
4356S: Maintained
4357F: Documentation/filesystems/omfs.txt
4358F: fs/omfs/
4359
4360OMNIKEY CARDMAN 4000 DRIVER
4361M: Harald Welte <laforge@gnumonks.org>
4362S: Maintained
4363F: drivers/char/pcmcia/cm4000_cs.c
4364F: include/linux/cm4000_cs.h
4365
4366OMNIKEY CARDMAN 4040 DRIVER
4367M: Harald Welte <laforge@gnumonks.org>
4368S: Maintained
4369F: drivers/char/pcmcia/cm4040_cs.*
4370
4371OMNIVISION OV7670 SENSOR DRIVER
4372M: Jonathan Corbet <corbet@lwn.net>
4373L: linux-media@vger.kernel.org
4374T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4375S: Maintained
4376F: drivers/media/video/ov7670.c
4377
4378ONENAND FLASH DRIVER
4379M: Kyungmin Park <kyungmin.park@samsung.com>
4380L: linux-mtd@lists.infradead.org
4381S: Maintained
4382F: drivers/mtd/onenand/
4383F: include/linux/mtd/onenand*.h
4384
4385ONSTREAM SCSI TAPE DRIVER
4386M: Willem Riede <osst@riede.org>
4387L: osst-users@lists.sourceforge.net
4388L: linux-scsi@vger.kernel.org
4389S: Maintained
4390F: drivers/scsi/osst*
4391F: drivers/scsi/st*
4392
4393OPENCORES I2C BUS DRIVER
4394M: Peter Korsgaard <jacmet@sunsite.dk>
4395L: linux-i2c@vger.kernel.org
4396S: Maintained
4397F: Documentation/i2c/busses/i2c-ocores
4398F: drivers/i2c/busses/i2c-ocores.c
4399
4400OPEN FIRMWARE AND FLATTENED DEVICE TREE
4401M: Grant Likely <grant.likely@secretlab.ca>
4402L: devicetree-discuss@lists.ozlabs.org
4403W: http://fdt.secretlab.ca
4404T: git git://git.secretlab.ca/git/linux-2.6.git
4405S: Maintained
4406F: drivers/of
4407F: include/linux/of*.h
4408K: of_get_property
4409
4410OPROFILE
4411M: Robert Richter <robert.richter@amd.com>
4412L: oprofile-list@lists.sf.net
4413S: Maintained
4414F: arch/*/include/asm/oprofile*.h
4415F: arch/*/oprofile/
4416F: drivers/oprofile/
4417F: include/linux/oprofile.h
4418
4419ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4420M: Mark Fasheh <mfasheh@suse.com>
4421M: Joel Becker <joel.becker@oracle.com>
4422L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4423W: http://oss.oracle.com/projects/ocfs2/
4424T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4425S: Supported
4426F: Documentation/filesystems/ocfs2.txt
4427F: Documentation/filesystems/dlmfs.txt
4428F: fs/ocfs2/
4429
4430ORINOCO DRIVER
4431L: linux-wireless@vger.kernel.org
4432L: orinoco-users@lists.sourceforge.net
4433L: orinoco-devel@lists.sourceforge.net
4434W: http://linuxwireless.org/en/users/Drivers/orinoco
4435W: http://www.nongnu.org/orinoco/
4436S: Orphan
4437F: drivers/net/wireless/orinoco/
4438
4439OSD LIBRARY and FILESYSTEM
4440M: Boaz Harrosh <bharrosh@panasas.com>
4441M: Benny Halevy <bhalevy@panasas.com>
4442L: osd-dev@open-osd.org
4443W: http://open-osd.org
4444T: git git://git.open-osd.org/open-osd.git
4445S: Maintained
4446F: drivers/scsi/osd/
4447F: include/scsi/osd_*
4448F: fs/exofs/
4449
4450P54 WIRELESS DRIVER
4451M: Christian Lamparter <chunkeey@googlemail.com>
4452L: linux-wireless@vger.kernel.org
4453W: http://wireless.kernel.org/en/users/Drivers/p54
4454S: Maintained
4455F: drivers/net/wireless/p54/
4456
4457PA SEMI ETHERNET DRIVER
4458M: Olof Johansson <olof@lixom.net>
4459L: netdev@vger.kernel.org
4460S: Maintained
4461F: drivers/net/pasemi_mac.*
4462
4463PA SEMI SMBUS DRIVER
4464M: Olof Johansson <olof@lixom.net>
4465L: linux-i2c@vger.kernel.org
4466S: Maintained
4467F: drivers/i2c/busses/i2c-pasemi.c
4468
4469PADATA PARALLEL EXECUTION MECHANISM
4470M: Steffen Klassert <steffen.klassert@secunet.com>
4471L: linux-kernel@vger.kernel.org
4472L: linux-crypto@vger.kernel.org
4473S: Maintained
4474F: kernel/padata.c
4475F: include/linux/padata.h
4476F: Documentation/padata.txt
4477
4478PANASONIC LAPTOP ACPI EXTRAS DRIVER
4479M: Harald Welte <laforge@gnumonks.org>
4480L: platform-driver-x86@vger.kernel.org
4481S: Maintained
4482F: drivers/platform/x86/panasonic-laptop.c
4483
4484PANASONIC MN10300/AM33 PORT
4485M: David Howells <dhowells@redhat.com>
4486M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4487L: linux-am33-list@redhat.com (moderated for non-subscribers)
4488W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4489S: Maintained
4490F: Documentation/mn10300/
4491F: arch/mn10300/
4492
4493PARALLEL PORT SUPPORT
4494L: linux-parport@lists.infradead.org (subscribers-only)
4495S: Orphan
4496F: drivers/parport/
4497F: include/linux/parport*.h
4498F: drivers/char/ppdev.c
4499F: include/linux/ppdev.h
4500
4501PARAVIRT_OPS INTERFACE
4502M: Jeremy Fitzhardinge <jeremy@xensource.com>
4503M: Chris Wright <chrisw@sous-sol.org>
4504M: Alok Kataria <akataria@vmware.com>
4505M: Rusty Russell <rusty@rustcorp.com.au>
4506L: virtualization@lists.osdl.org
4507S: Supported
4508F: Documentation/ia64/paravirt_ops.txt
4509F: arch/*/kernel/paravirt*
4510F: arch/*/include/asm/paravirt.h
4511
4512PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4513M: Tim Waugh <tim@cyberelk.net>
4514L: linux-parport@lists.infradead.org (subscribers-only)
4515W: http://www.torque.net/linux-pp.html
4516S: Maintained
4517F: Documentation/blockdev/paride.txt
4518F: drivers/block/paride/
4519
4520PARISC ARCHITECTURE
4521M: Kyle McMartin <kyle@mcmartin.ca>
4522M: Helge Deller <deller@gmx.de>
4523M: "James E.J. Bottomley" <jejb@parisc-linux.org>
4524L: linux-parisc@vger.kernel.org
4525W: http://www.parisc-linux.org/
4526Q: http://patchwork.kernel.org/project/linux-parisc/list/
4527T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4528S: Maintained
4529F: arch/parisc/
4530F: drivers/parisc/
4531
4532PC87360 HARDWARE MONITORING DRIVER
4533M: Jim Cromie <jim.cromie@gmail.com>
4534L: lm-sensors@lm-sensors.org
4535S: Maintained
4536F: Documentation/hwmon/pc87360
4537F: drivers/hwmon/pc87360.c
4538
4539PC8736x GPIO DRIVER
4540M: Jim Cromie <jim.cromie@gmail.com>
4541S: Maintained
4542F: drivers/char/pc8736x_gpio.c
4543
4544PC87427 HARDWARE MONITORING DRIVER
4545M: Jean Delvare <khali@linux-fr.org>
4546L: lm-sensors@lm-sensors.org
4547S: Maintained
4548F: Documentation/hwmon/pc87427
4549F: drivers/hwmon/pc87427.c
4550
4551PCA9532 LED DRIVER
4552M: Riku Voipio <riku.voipio@iki.fi>
4553S: Maintained
4554F: drivers/leds/leds-pca9532.c
4555F: include/linux/leds-pca9532.h
4556
4557PCA9541 I2C BUS MASTER SELECTOR DRIVER
4558M: Guenter Roeck <guenter.roeck@ericsson.com>
4559L: linux-i2c@vger.kernel.org
4560S: Maintained
4561F: drivers/i2c/muxes/pca9541.c
4562
4563PCA9564/PCA9665 I2C BUS DRIVER
4564M: Wolfram Sang <w.sang@pengutronix.de>
4565L: linux-i2c@vger.kernel.org
4566S: Maintained
4567F: drivers/i2c/algos/i2c-algo-pca.c
4568F: drivers/i2c/busses/i2c-pca-*
4569F: include/linux/i2c-algo-pca.h
4570F: include/linux/i2c-pca-platform.h
4571
4572PCI ERROR RECOVERY
4573M: Linas Vepstas <linas@austin.ibm.com>
4574L: linux-pci@vger.kernel.org
4575S: Supported
4576F: Documentation/PCI/pci-error-recovery.txt
4577F: Documentation/powerpc/eeh-pci-error-recovery.txt
4578
4579PCI SUBSYSTEM
4580M: Jesse Barnes <jbarnes@virtuousgeek.org>
4581L: linux-pci@vger.kernel.org
4582Q: http://patchwork.kernel.org/project/linux-pci/list/
4583T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4584S: Supported
4585F: Documentation/PCI/
4586F: drivers/pci/
4587F: include/linux/pci*
4588
4589PCI HOTPLUG
4590M: Jesse Barnes <jbarnes@virtuousgeek.org>
4591L: linux-pci@vger.kernel.org
4592S: Supported
4593F: drivers/pci/hotplug
4594
4595PCMCIA SUBSYSTEM
4596P: Linux PCMCIA Team
4597L: linux-pcmcia@lists.infradead.org
4598W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4599T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4600S: Maintained
4601F: Documentation/pcmcia/
4602F: drivers/pcmcia/
4603F: include/pcmcia/
4604
4605PCNET32 NETWORK DRIVER
4606M: Don Fry <pcnet32@verizon.net>
4607L: netdev@vger.kernel.org
4608S: Maintained
4609F: drivers/net/pcnet32.c
4610
4611PCRYPT PARALLEL CRYPTO ENGINE
4612M: Steffen Klassert <steffen.klassert@secunet.com>
4613L: linux-crypto@vger.kernel.org
4614S: Maintained
4615F: crypto/pcrypt.c
4616F: include/crypto/pcrypt.h
4617
4618PER-TASK DELAY ACCOUNTING
4619M: Balbir Singh <balbir@linux.vnet.ibm.com>
4620S: Maintained
4621F: include/linux/delayacct.h
4622F: kernel/delayacct.c
4623
4624PERFORMANCE EVENTS SUBSYSTEM
4625M: Peter Zijlstra <a.p.zijlstra@chello.nl>
4626M: Paul Mackerras <paulus@samba.org>
4627M: Ingo Molnar <mingo@elte.hu>
4628M: Arnaldo Carvalho de Melo <acme@redhat.com>
4629S: Supported
4630F: kernel/perf_event*.c
4631F: include/linux/perf_event.h
4632F: arch/*/kernel/perf_event*.c
4633F: arch/*/kernel/*/perf_event*.c
4634F: arch/*/kernel/*/*/perf_event*.c
4635F: arch/*/include/asm/perf_event.h
4636F: arch/*/lib/perf_event*.c
4637F: arch/*/kernel/perf_callchain.c
4638F: tools/perf/
4639
4640PERSONALITY HANDLING
4641M: Christoph Hellwig <hch@infradead.org>
4642L: linux-abi-devel@lists.sourceforge.net
4643S: Maintained
4644F: include/linux/personality.h
4645
4646PHONET PROTOCOL
4647M: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4648S: Supported
4649F: Documentation/networking/phonet.txt
4650F: include/linux/phonet.h
4651F: include/net/phonet/
4652F: net/phonet/
4653
4654PHRAM MTD DRIVER
4655M: Joern Engel <joern@lazybastard.org>
4656L: linux-mtd@lists.infradead.org
4657S: Maintained
4658F: drivers/mtd/devices/phram.c
4659
4660PKTCDVD DRIVER
4661M: Peter Osterlund <petero2@telia.com>
4662S: Maintained
4663F: drivers/block/pktcdvd.c
4664F: include/linux/pktcdvd.h
4665
4666PMC SIERRA MaxRAID DRIVER
4667M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4668L: linux-scsi@vger.kernel.org
4669W: http://www.pmc-sierra.com/
4670S: Supported
4671F: drivers/scsi/pmcraid.*
4672
4673PMC SIERRA PM8001 DRIVER
4674M: jack_wang@usish.com
4675M: lindar_liu@usish.com
4676L: linux-scsi@vger.kernel.org
4677S: Supported
4678F: drivers/scsi/pm8001/
4679
4680POSIX CLOCKS and TIMERS
4681M: Thomas Gleixner <tglx@linutronix.de>
4682S: Supported
4683F: fs/timerfd.c
4684F: include/linux/timer*
4685F: kernel/*timer*
4686
4687POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4688M: Anton Vorontsov <cbou@mail.ru>
4689M: David Woodhouse <dwmw2@infradead.org>
4690T: git git://git.infradead.org/battery-2.6.git
4691S: Maintained
4692F: include/linux/power_supply.h
4693F: drivers/power/power_supply*
4694
4695PNP SUPPORT
4696M: Adam Belay <abelay@mit.edu>
4697M: Bjorn Helgaas <bjorn.helgaas@hp.com>
4698S: Maintained
4699F: drivers/pnp/
4700
4701PNXxxxx I2C DRIVER
4702M: Vitaly Wool <vitalywool@gmail.com>
4703L: linux-i2c@vger.kernel.org
4704S: Maintained
4705F: drivers/i2c/busses/i2c-pnx.c
4706
4707PPP PROTOCOL DRIVERS AND COMPRESSORS
4708M: Paul Mackerras <paulus@samba.org>
4709L: linux-ppp@vger.kernel.org
4710S: Maintained
4711F: drivers/net/ppp_*
4712
4713PPP OVER ATM (RFC 2364)
4714M: Mitchell Blank Jr <mitch@sfgoth.com>
4715S: Maintained
4716F: net/atm/pppoatm.c
4717F: include/linux/atmppp.h
4718
4719PPP OVER ETHERNET
4720M: Michal Ostrowski <mostrows@earthlink.net>
4721S: Maintained
4722F: drivers/net/pppoe.c
4723F: drivers/net/pppox.c
4724
4725PPP OVER L2TP
4726M: James Chapman <jchapman@katalix.com>
4727S: Maintained
4728F: net/l2tp/l2tp_ppp.c
4729F: include/linux/if_pppol2tp.h
4730
4731PPS SUPPORT
4732M: Rodolfo Giometti <giometti@enneenne.com>
4733W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4734L: linuxpps@ml.enneenne.com (subscribers-only)
4735S: Maintained
4736F: Documentation/pps/
4737F: drivers/pps/
4738F: include/linux/pps*.h
4739
4740PREEMPTIBLE KERNEL
4741M: Robert Love <rml@tech9.net>
4742L: kpreempt-tech@lists.sourceforge.net
4743W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4744S: Supported
4745F: Documentation/preempt-locking.txt
4746F: include/linux/preempt.h
4747
4748PRISM54 WIRELESS DRIVER
4749M: "Luis R. Rodriguez" <mcgrof@gmail.com>
4750L: linux-wireless@vger.kernel.org
4751W: http://wireless.kernel.org/en/users/Drivers/p54
4752S: Obsolete
4753F: drivers/net/wireless/prism54/
4754
4755PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4756M: Mikael Pettersson <mikpe@it.uu.se>
4757L: linux-ide@vger.kernel.org
4758S: Maintained
4759F: drivers/ata/sata_promise.*
4760
4761PS3 NETWORK SUPPORT
4762M: Geoff Levand <geoff@infradead.org>
4763L: netdev@vger.kernel.org
4764L: cbe-oss-dev@lists.ozlabs.org
4765S: Maintained
4766F: drivers/net/ps3_gelic_net.*
4767
4768PS3 PLATFORM SUPPORT
4769M: Geoff Levand <geoff@infradead.org>
4770L: linuxppc-dev@lists.ozlabs.org
4771L: cbe-oss-dev@lists.ozlabs.org
4772S: Maintained
4773F: arch/powerpc/boot/ps3*
4774F: arch/powerpc/include/asm/lv1call.h
4775F: arch/powerpc/include/asm/ps3*.h
4776F: arch/powerpc/platforms/ps3/
4777F: drivers/*/ps3*
4778F: drivers/ps3/
4779F: drivers/rtc/rtc-ps3.c
4780F: drivers/usb/host/*ps3.c
4781F: sound/ppc/snd_ps3*
4782
4783PS3VRAM DRIVER
4784M: Jim Paris <jim@jtan.com>
4785L: cbe-oss-dev@lists.ozlabs.org
4786S: Maintained
4787F: drivers/block/ps3vram.c
4788
4789PTRACE SUPPORT
4790M: Roland McGrath <roland@redhat.com>
4791M: Oleg Nesterov <oleg@redhat.com>
4792S: Maintained
4793F: include/asm-generic/syscall.h
4794F: include/linux/ptrace.h
4795F: include/linux/regset.h
4796F: include/linux/tracehook.h
4797F: kernel/ptrace.c
4798
4799PVRUSB2 VIDEO4LINUX DRIVER
4800M: Mike Isely <isely@pobox.com>
4801L: pvrusb2@isely.net (subscribers-only)
4802L: linux-media@vger.kernel.org
4803W: http://www.isely.net/pvrusb2/
4804T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4805S: Maintained
4806F: Documentation/video4linux/README.pvrusb2
4807F: drivers/media/video/pvrusb2/
4808
4809PXA2xx/PXA3xx SUPPORT
4810M: Eric Miao <eric.y.miao@gmail.com>
4811M: Russell King <linux@arm.linux.org.uk>
4812L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4813S: Maintained
4814F: arch/arm/mach-pxa/
4815F: drivers/pcmcia/pxa2xx*
4816F: drivers/spi/pxa2xx*
4817F: drivers/usb/gadget/pxa2*
4818F: include/sound/pxa2xx-lib.h
4819F: sound/arm/pxa*
4820F: sound/soc/pxa
4821
4822PXA168 SUPPORT
4823M: Eric Miao <eric.y.miao@gmail.com>
4824M: Jason Chagas <jason.chagas@marvell.com>
4825L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4826T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4827S: Maintained
4828
4829PXA910 SUPPORT
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
4835MMP2 SUPPORT (aka ARMADA610)
4836M: Haojian Zhuang <haojian.zhuang@marvell.com>
4837M: Eric Miao <eric.y.miao@gmail.com>
4838L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4839T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4840S: Maintained
4841
4842PXA MMCI DRIVER
4843S: Orphan
4844
4845PXA RTC DRIVER
4846M: Robert Jarzmik <robert.jarzmik@free.fr>
4847L: rtc-linux@googlegroups.com
4848S: Maintained
4849
4850QLOGIC QLA1280 SCSI DRIVER
4851M: Michael Reed <mdr@sgi.com>
4852L: linux-scsi@vger.kernel.org
4853S: Maintained
4854F: drivers/scsi/qla1280.[ch]
4855
4856QLOGIC QLA2XXX FC-SCSI DRIVER
4857M: Andrew Vasquez <andrew.vasquez@qlogic.com>
4858M: linux-driver@qlogic.com
4859L: linux-scsi@vger.kernel.org
4860S: Supported
4861F: Documentation/scsi/LICENSE.qla2xxx
4862F: drivers/scsi/qla2xxx/
4863
4864QLOGIC QLA4XXX iSCSI DRIVER
4865M: Ravi Anand <ravi.anand@qlogic.com>
4866M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
4867M: iscsi-driver@qlogic.com
4868L: linux-scsi@vger.kernel.org
4869S: Supported
4870F: drivers/scsi/qla4xxx/
4871
4872QLOGIC QLA3XXX NETWORK DRIVER
4873M: Ron Mercer <ron.mercer@qlogic.com>
4874M: linux-driver@qlogic.com
4875L: netdev@vger.kernel.org
4876S: Supported
4877F: Documentation/networking/LICENSE.qla3xxx
4878F: drivers/net/qla3xxx.*
4879
4880QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
4881M: Amit Kumar Salecha <amit.salecha@qlogic.com>
4882M: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
4883M: linux-driver@qlogic.com
4884L: netdev@vger.kernel.org
4885S: Supported
4886F: drivers/net/qlcnic/
4887
4888QLOGIC QLGE 10Gb ETHERNET DRIVER
4889M: Ron Mercer <ron.mercer@qlogic.com>
4890M: linux-driver@qlogic.com
4891L: netdev@vger.kernel.org
4892S: Supported
4893F: drivers/net/qlge/
4894
4895QNX4 FILESYSTEM
4896M: Anders Larsen <al@alarsen.net>
4897W: http://www.alarsen.net/linux/qnx4fs/
4898S: Maintained
4899F: fs/qnx4/
4900F: include/linux/qnx4_fs.h
4901F: include/linux/qnxtypes.h
4902
4903RADOS BLOCK DEVICE (RBD)
4904F: include/linux/qnxtypes.h
4905M: Yehuda Sadeh <yehuda@hq.newdream.net>
4906M: Sage Weil <sage@newdream.net>
4907M: ceph-devel@vger.kernel.org
4908S: Supported
4909F: drivers/block/rbd.c
4910F: drivers/block/rbd_types.h
4911
4912RADEON FRAMEBUFFER DISPLAY DRIVER
4913M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4914L: linux-fbdev@vger.kernel.org
4915S: Maintained
4916F: drivers/video/aty/radeon*
4917F: include/linux/radeonfb.h
4918
4919RAGE128 FRAMEBUFFER DISPLAY DRIVER
4920M: Paul Mackerras <paulus@samba.org>
4921L: linux-fbdev@vger.kernel.org
4922S: Maintained
4923F: drivers/video/aty/aty128fb.c
4924
4925RALINK RT2X00 WIRELESS LAN DRIVER
4926P: rt2x00 project
4927M: Ivo van Doorn <IvDoorn@gmail.com>
4928M: Gertjan van Wingerde <gwingerde@gmail.com>
4929L: linux-wireless@vger.kernel.org
4930L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4931W: http://rt2x00.serialmonkey.com/
4932S: Maintained
4933T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4934F: drivers/net/wireless/rt2x00/
4935
4936RAMDISK RAM BLOCK DEVICE DRIVER
4937M: Nick Piggin <npiggin@kernel.dk>
4938S: Maintained
4939F: Documentation/blockdev/ramdisk.txt
4940F: drivers/block/brd.c
4941
4942RANDOM NUMBER DRIVER
4943M: Matt Mackall <mpm@selenic.com>
4944S: Maintained
4945F: drivers/char/random.c
4946
4947RAPIDIO SUBSYSTEM
4948M: Matt Porter <mporter@kernel.crashing.org>
4949S: Maintained
4950F: drivers/rapidio/
4951
4952RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4953L: linux-wireless@vger.kernel.org
4954S: Orphan
4955F: drivers/net/wireless/ray*
4956
4957RCUTORTURE MODULE
4958M: Josh Triplett <josh@freedesktop.org>
4959M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4960S: Supported
4961T: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4962F: Documentation/RCU/torture.txt
4963F: kernel/rcutorture.c
4964
4965RDC R-321X SoC
4966M: Florian Fainelli <florian@openwrt.org>
4967S: Maintained
4968
4969RDC R6040 FAST ETHERNET DRIVER
4970M: Florian Fainelli <florian@openwrt.org>
4971L: netdev@vger.kernel.org
4972S: Maintained
4973F: drivers/net/r6040.c
4974
4975RDS - RELIABLE DATAGRAM SOCKETS
4976M: Andy Grover <andy.grover@oracle.com>
4977L: rds-devel@oss.oracle.com (moderated for non-subscribers)
4978S: Supported
4979F: net/rds/
4980
4981READ-COPY UPDATE (RCU)
4982M: Dipankar Sarma <dipankar@in.ibm.com>
4983M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4984W: http://www.rdrop.com/users/paulmck/rclock/
4985S: Supported
4986T: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
4987F: Documentation/RCU/
4988F: include/linux/rcu*
4989F: include/linux/srcu*
4990F: kernel/rcu*
4991F: kernel/srcu*
4992X: kernel/rcutorture.c
4993
4994REAL TIME CLOCK DRIVER (LEGACY)
4995M: Paul Gortmaker <p_gortmaker@yahoo.com>
4996S: Maintained
4997F: drivers/char/rtc.c
4998
4999REAL TIME CLOCK (RTC) SUBSYSTEM
5000M: Alessandro Zummo <a.zummo@towertech.it>
5001L: rtc-linux@googlegroups.com
5002Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
5003S: Maintained
5004F: Documentation/rtc.txt
5005F: drivers/rtc/
5006F: include/linux/rtc.h
5007
5008REISERFS FILE SYSTEM
5009L: reiserfs-devel@vger.kernel.org
5010S: Supported
5011F: fs/reiserfs/
5012
5013RFKILL
5014M: Johannes Berg <johannes@sipsolutions.net>
5015L: linux-wireless@vger.kernel.org
5016S: Maintained
5017F: Documentation/rfkill.txt
5018F: net/rfkill/
5019
5020RICOH SMARTMEDIA/XD DRIVER
5021M: Maxim Levitsky <maximlevitsky@gmail.com>
5022S: Maintained
5023F: drivers/mtd/nand/r852.c
5024F: drivers/mtd/nand/r852.h
5025
5026RISCOM8 DRIVER
5027S: Orphan
5028F: Documentation/serial/riscom8.txt
5029F: drivers/char/riscom8*
5030
5031ROCKETPORT DRIVER
5032P: Comtrol Corp.
5033W: http://www.comtrol.com
5034S: Maintained
5035F: Documentation/serial/rocket.txt
5036F: drivers/char/rocket*
5037
5038ROSE NETWORK LAYER
5039M: Ralf Baechle <ralf@linux-mips.org>
5040L: linux-hams@vger.kernel.org
5041W: http://www.linux-ax25.org/
5042S: Maintained
5043F: include/linux/rose.h
5044F: include/net/rose.h
5045F: net/rose/
5046
5047RTL8180 WIRELESS DRIVER
5048M: "John W. Linville" <linville@tuxdriver.com>
5049L: linux-wireless@vger.kernel.org
5050W: http://linuxwireless.org/
5051T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5052S: Maintained
5053F: drivers/net/wireless/rtl818x/rtl8180*
5054
5055RTL8187 WIRELESS DRIVER
5056M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5057M: Hin-Tak Leung <htl10@users.sourceforge.net>
5058M: Larry Finger <Larry.Finger@lwfinger.net>
5059L: linux-wireless@vger.kernel.org
5060W: http://linuxwireless.org/
5061T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5062S: Maintained
5063F: drivers/net/wireless/rtl818x/rtl8187*
5064
5065S3 SAVAGE FRAMEBUFFER DRIVER
5066M: Antonino Daplas <adaplas@gmail.com>
5067L: linux-fbdev@vger.kernel.org
5068S: Maintained
5069F: drivers/video/savage/
5070
5071S390
5072M: Martin Schwidefsky <schwidefsky@de.ibm.com>
5073M: Heiko Carstens <heiko.carstens@de.ibm.com>
5074M: linux390@de.ibm.com
5075L: linux-s390@vger.kernel.org
5076W: http://www.ibm.com/developerworks/linux/linux390/
5077S: Supported
5078F: arch/s390/
5079F: drivers/s390/
5080F: fs/partitions/ibm.c
5081F: Documentation/s390/
5082F: Documentation/DocBook/s390*
5083
5084S390 NETWORK DRIVERS
5085M: Ursula Braun <ursula.braun@de.ibm.com>
5086M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
5087M: linux390@de.ibm.com
5088L: linux-s390@vger.kernel.org
5089W: http://www.ibm.com/developerworks/linux/linux390/
5090S: Supported
5091F: drivers/s390/net/
5092
5093S390 ZCRYPT DRIVER
5094M: Felix Beck <felix.beck@de.ibm.com>
5095M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
5096M: linux390@de.ibm.com
5097L: linux-s390@vger.kernel.org
5098W: http://www.ibm.com/developerworks/linux/linux390/
5099S: Supported
5100F: drivers/s390/crypto/
5101
5102S390 ZFCP DRIVER
5103M: Christof Schmitt <christof.schmitt@de.ibm.com>
5104M: Swen Schillig <swen@vnet.ibm.com>
5105M: linux390@de.ibm.com
5106L: linux-s390@vger.kernel.org
5107W: http://www.ibm.com/developerworks/linux/linux390/
5108S: Supported
5109F: drivers/s390/scsi/zfcp_*
5110
5111S390 IUCV NETWORK LAYER
5112M: Ursula Braun <ursula.braun@de.ibm.com>
5113M: linux390@de.ibm.com
5114L: linux-s390@vger.kernel.org
5115W: http://www.ibm.com/developerworks/linux/linux390/
5116S: Supported
5117F: drivers/s390/net/*iucv*
5118F: include/net/iucv/
5119F: net/iucv/
5120
5121S3C24XX SD/MMC Driver
5122M: Ben Dooks <ben-linux@fluff.org>
5123L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5124S: Supported
5125F: drivers/mmc/host/s3cmci.*
5126
5127SAA7146 VIDEO4LINUX-2 DRIVER
5128M: Michael Hunold <michael@mihu.de>
5129L: linux-media@vger.kernel.org
5130T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5131W: http://www.mihu.de/linux/saa7146
5132S: Maintained
5133F: drivers/media/common/saa7146*
5134F: drivers/media/video/*7146*
5135F: include/media/*7146*
5136
5137SAMSUNG AUDIO (ASoC) DRIVERS
5138M: Jassi Brar <jassi.brar@samsung.com>
5139L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5140S: Supported
5141F: sound/soc/s3c24xx
5142
5143TLG2300 VIDEO4LINUX-2 DRIVER
5144M: Huang Shijie <shijie8@gmail.com>
5145M: Kang Yong <kangyong@telegent.com>
5146M: Zhang Xiaobing <xbzhang@telegent.com>
5147S: Supported
5148F: drivers/media/video/tlg2300
5149
5150SC1200 WDT DRIVER
5151M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
5152S: Maintained
5153F: drivers/watchdog/sc1200wdt.c
5154
5155SCHEDULER
5156M: Ingo Molnar <mingo@elte.hu>
5157M: Peter Zijlstra <peterz@infradead.org>
5158S: Maintained
5159F: kernel/sched*
5160F: include/linux/sched.h
5161
5162SCORE ARCHITECTURE
5163M: Chen Liqin <liqin.chen@sunplusct.com>
5164M: Lennox Wu <lennox.wu@gmail.com>
5165W: http://www.sunplusct.com
5166S: Supported
5167F: arch/score/
5168
5169SCSI CDROM DRIVER
5170M: Jens Axboe <axboe@kernel.dk>
5171L: linux-scsi@vger.kernel.org
5172W: http://www.kernel.dk
5173S: Maintained
5174F: drivers/scsi/sr*
5175
5176SCSI SG DRIVER
5177M: Doug Gilbert <dgilbert@interlog.com>
5178L: linux-scsi@vger.kernel.org
5179W: http://www.torque.net/sg
5180S: Maintained
5181F: drivers/scsi/sg.c
5182F: include/scsi/sg.h
5183
5184SCSI SUBSYSTEM
5185M: "James E.J. Bottomley" <James.Bottomley@suse.de>
5186L: linux-scsi@vger.kernel.org
5187T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5188T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5189T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5190S: Maintained
5191F: drivers/scsi/
5192F: include/scsi/
5193
5194SCSI TAPE DRIVER
5195M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5196L: linux-scsi@vger.kernel.org
5197S: Maintained
5198F: Documentation/scsi/st.txt
5199F: drivers/scsi/st*
5200
5201SCTP PROTOCOL
5202M: Vlad Yasevich <vladislav.yasevich@hp.com>
5203M: Sridhar Samudrala <sri@us.ibm.com>
5204L: linux-sctp@vger.kernel.org
5205W: http://lksctp.sourceforge.net
5206S: Supported
5207F: Documentation/networking/sctp.txt
5208F: include/linux/sctp.h
5209F: include/net/sctp/
5210F: net/sctp/
5211
5212SCx200 CPU SUPPORT
5213M: Jim Cromie <jim.cromie@gmail.com>
5214S: Odd Fixes
5215F: Documentation/i2c/busses/scx200_acb
5216F: arch/x86/kernel/scx200_32.c
5217F: drivers/watchdog/scx200_wdt.c
5218F: drivers/i2c/busses/scx200*
5219F: drivers/mtd/maps/scx200_docflash.c
5220F: include/linux/scx200.h
5221
5222SCx200 GPIO DRIVER
5223M: Jim Cromie <jim.cromie@gmail.com>
5224S: Maintained
5225F: drivers/char/scx200_gpio.c
5226F: include/linux/scx200_gpio.h
5227
5228SCx200 HRT CLOCKSOURCE DRIVER
5229M: Jim Cromie <jim.cromie@gmail.com>
5230S: Maintained
5231F: drivers/clocksource/scx200_hrt.c
5232
5233SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5234M: Sascha Sommer <saschasommer@freenet.de>
5235L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5236S: Maintained
5237F: drivers/mmc/host/sdricoh_cs.c
5238
5239SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5240M: Chris Ball <cjb@laptop.org>
5241L: linux-mmc@vger.kernel.org
5242T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5243S: Maintained
5244F: drivers/mmc/host/sdhci.*
5245
5246SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5247M: Anton Vorontsov <avorontsov@ru.mvista.com>
5248L: linuxppc-dev@lists.ozlabs.org
5249L: linux-mmc@vger.kernel.org
5250S: Maintained
5251F: drivers/mmc/host/sdhci-of.*
5252
5253SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5254M: Ben Dooks <ben-linux@fluff.org>
5255L: linux-mmc@vger.kernel.org
5256S: Maintained
5257F: drivers/mmc/host/sdhci-s3c.c
5258
5259SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5260M: Viresh Kumar <viresh.kumar@st.com>
5261L: linux-mmc@vger.kernel.org
5262S: Maintained
5263F: drivers/mmc/host/sdhci-spear.c
5264
5265SECURITY SUBSYSTEM
5266M: James Morris <jmorris@namei.org>
5267L: linux-security-module@vger.kernel.org (suggested Cc:)
5268T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5269W: http://security.wiki.kernel.org/
5270S: Supported
5271F: security/
5272
5273SECURITY CONTACT
5274M: Security Officers <security@kernel.org>
5275S: Supported
5276
5277SELINUX SECURITY MODULE
5278M: Stephen Smalley <sds@tycho.nsa.gov>
5279M: James Morris <jmorris@namei.org>
5280M: Eric Paris <eparis@parisplace.org>
5281L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
5282W: http://selinuxproject.org
5283T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5284S: Supported
5285F: include/linux/selinux*
5286F: security/selinux/
5287
5288APPARMOR SECURITY MODULE
5289M: John Johansen <john.johansen@canonical.com>
5290L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5291W: apparmor.wiki.kernel.org
5292T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5293S: Supported
5294F: security/apparmor/
5295
5296SENSABLE PHANTOM
5297M: Jiri Slaby <jirislaby@gmail.com>
5298S: Maintained
5299F: drivers/misc/phantom.c
5300F: include/linux/phantom.h
5301
5302SERIAL ATA (SATA) SUBSYSTEM
5303M: Jeff Garzik <jgarzik@pobox.com>
5304L: linux-ide@vger.kernel.org
5305T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5306S: Supported
5307F: drivers/ata/
5308F: include/linux/ata.h
5309F: include/linux/libata.h
5310
5311SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5312M: Jayamohan Kallickal <jayamohank@serverengines.com>
5313L: linux-scsi@vger.kernel.org
5314W: http://www.serverengines.com
5315S: Supported
5316F: drivers/scsi/be2iscsi/
5317
5318SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5319M: Sathya Perla <sathyap@serverengines.com>
5320M: Subbu Seetharaman <subbus@serverengines.com>
5321M: Sarveshwar Bandi <sarveshwarb@serverengines.com>
5322M: Ajit Khaparde <ajitk@serverengines.com>
5323L: netdev@vger.kernel.org
5324W: http://www.serverengines.com
5325S: Supported
5326F: drivers/net/benet/
5327
5328SFC NETWORK DRIVER
5329M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5330M: Steve Hodgson <shodgson@solarflare.com>
5331M: Ben Hutchings <bhutchings@solarflare.com>
5332L: netdev@vger.kernel.org
5333S: Supported
5334F: drivers/net/sfc/
5335
5336SGI GRU DRIVER
5337M: Jack Steiner <steiner@sgi.com>
5338S: Maintained
5339F: drivers/misc/sgi-gru/
5340
5341SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5342M: Pat Gefre <pfg@sgi.com>
5343L: linux-ia64@vger.kernel.org
5344S: Supported
5345F: Documentation/ia64/serial.txt
5346F: drivers/serial/ioc?_serial.c
5347F: include/linux/ioc?.h
5348
5349SGI VISUAL WORKSTATION 320 AND 540
5350M: Andrey Panin <pazke@donpac.ru>
5351L: linux-visws-devel@lists.sf.net
5352W: http://linux-visws.sf.net
5353S: Maintained for 2.6.
5354F: Documentation/sgi-visws.txt
5355
5356SGI XP/XPC/XPNET DRIVER
5357M: Robin Holt <holt@sgi.com>
5358S: Maintained
5359F: drivers/misc/sgi-xp/
5360
5361SHARP LH SUPPORT (LH7952X & LH7A40X)
5362M: Marc Singer <elf@buici.com>
5363W: http://projects.buici.com/arm
5364L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5365S: Maintained
5366F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5367F: arch/arm/mach-lh7a40x/
5368F: drivers/serial/serial_lh7a40x.c
5369F: drivers/usb/gadget/lh7a40*
5370F: drivers/usb/host/ohci-lh7a40*
5371
5372SIMPLE FIRMWARE INTERFACE (SFI)
5373M: Len Brown <lenb@kernel.org>
5374L: sfi-devel@simplefirmware.org
5375W: http://simplefirmware.org/
5376T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5377S: Supported
5378F: arch/x86/kernel/*sfi*
5379F: drivers/sfi/
5380F: include/linux/sfi*.h
5381
5382SIMTEC EB110ATX (Chalice CATS)
5383P: Ben Dooks
5384M: Vincent Sanders <support@simtec.co.uk>
5385W: http://www.simtec.co.uk/products/EB110ATX/
5386S: Supported
5387
5388SIMTEC EB2410ITX (BAST)
5389P: Ben Dooks
5390M: Vincent Sanders <support@simtec.co.uk>
5391W: http://www.simtec.co.uk/products/EB2410ITX/
5392S: Supported
5393F: arch/arm/mach-s3c2410/
5394F: drivers/*/*s3c2410*
5395F: drivers/*/*/*s3c2410*
5396
5397TI DAVINCI MACHINE SUPPORT
5398M: Kevin Hilman <khilman@deeprootsystems.com>
5399L: davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5400Q: http://patchwork.kernel.org/project/linux-davinci/list/
5401S: Supported
5402F: arch/arm/mach-davinci
5403
5404SIS 190 ETHERNET DRIVER
5405M: Francois Romieu <romieu@fr.zoreil.com>
5406L: netdev@vger.kernel.org
5407S: Maintained
5408F: drivers/net/sis190.c
5409
5410SIS 900/7016 FAST ETHERNET DRIVER
5411M: Daniele Venzano <venza@brownhat.org>
5412W: http://www.brownhat.org/sis900.html
5413L: netdev@vger.kernel.org
5414S: Maintained
5415F: drivers/net/sis900.*
5416
5417SIS 96X I2C/SMBUS DRIVER
5418M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5419L: linux-i2c@vger.kernel.org
5420S: Maintained
5421F: Documentation/i2c/busses/i2c-sis96x
5422F: drivers/i2c/busses/i2c-sis96x.c
5423
5424SIS FRAMEBUFFER DRIVER
5425M: Thomas Winischhofer <thomas@winischhofer.net>
5426W: http://www.winischhofer.net/linuxsisvga.shtml
5427S: Maintained
5428F: Documentation/fb/sisfb.txt
5429F: drivers/video/sis/
5430F: include/video/sisfb.h
5431
5432SIS USB2VGA DRIVER
5433M: Thomas Winischhofer <thomas@winischhofer.net>
5434W: http://www.winischhofer.at/linuxsisusbvga.shtml
5435S: Maintained
5436F: drivers/usb/misc/sisusbvga/
5437
5438SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5439M: Stephen Hemminger <shemminger@linux-foundation.org>
5440L: netdev@vger.kernel.org
5441S: Maintained
5442F: drivers/net/skge.*
5443F: drivers/net/sky2.*
5444
5445SLAB ALLOCATOR
5446M: Christoph Lameter <cl@linux-foundation.org>
5447M: Pekka Enberg <penberg@cs.helsinki.fi>
5448M: Matt Mackall <mpm@selenic.com>
5449L: linux-mm@kvack.org
5450S: Maintained
5451F: include/linux/sl?b*.h
5452F: mm/sl?b.c
5453
5454SMC91x ETHERNET DRIVER
5455M: Nicolas Pitre <nico@fluxnic.net>
5456S: Odd Fixes
5457F: drivers/net/smc91x.*
5458
5459SMM665 HARDWARE MONITOR DRIVER
5460M: Guenter Roeck <linux@roeck-us.net>
5461L: lm-sensors@lm-sensors.org
5462S: Maintained
5463F: Documentation/hwmon/smm665
5464F: drivers/hwmon/smm665.c
5465
5466SMSC EMC2103 HARDWARE MONITOR DRIVER
5467M: Steve Glendinning <steve.glendinning@smsc.com>
5468L: lm-sensors@lm-sensors.org
5469S: Supported
5470F: Documentation/hwmon/emc2103
5471F: drivers/hwmon/emc2103.c
5472
5473SMSC47B397 HARDWARE MONITOR DRIVER
5474M: "Mark M. Hoffman" <mhoffman@lightlink.com>
5475L: lm-sensors@lm-sensors.org
5476S: Maintained
5477F: Documentation/hwmon/smsc47b397
5478F: drivers/hwmon/smsc47b397.c
5479
5480SMSC911x ETHERNET DRIVER
5481M: Steve Glendinning <steve.glendinning@smsc.com>
5482L: netdev@vger.kernel.org
5483S: Supported
5484F: include/linux/smsc911x.h
5485F: drivers/net/smsc911x.*
5486
5487SMSC9420 PCI ETHERNET DRIVER
5488M: Steve Glendinning <steve.glendinning@smsc.com>
5489L: netdev@vger.kernel.org
5490S: Supported
5491F: drivers/net/smsc9420.*
5492
5493SN-IA64 (Itanium) SUB-PLATFORM
5494M: Jes Sorensen <jes@sgi.com>
5495L: linux-altix@sgi.com
5496L: linux-ia64@vger.kernel.org
5497W: http://www.sgi.com/altix
5498S: Maintained
5499F: arch/ia64/sn/
5500
5501SOC-CAMERA V4L2 SUBSYSTEM
5502M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5503L: linux-media@vger.kernel.org
5504T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5505S: Maintained
5506F: include/media/v4l2*
5507F: drivers/media/video/v4l2*
5508
5509SOEKRIS NET48XX LED SUPPORT
5510M: Chris Boot <bootc@bootc.net>
5511S: Maintained
5512F: drivers/leds/leds-net48xx.c
5513
5514SOFTWARE RAID (Multiple Disks) SUPPORT
5515M: Neil Brown <neilb@suse.de>
5516L: linux-raid@vger.kernel.org
5517S: Supported
5518F: drivers/md/
5519F: include/linux/raid/
5520
5521SONIC NETWORK DRIVER
5522M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5523L: netdev@vger.kernel.org
5524S: Maintained
5525F: drivers/net/sonic.*
5526
5527SONICS SILICON BACKPLANE DRIVER (SSB)
5528M: Michael Buesch <mb@bu3sch.de>
5529L: netdev@vger.kernel.org
5530S: Maintained
5531F: drivers/ssb/
5532F: include/linux/ssb/
5533
5534SONY VAIO CONTROL DEVICE DRIVER
5535M: Mattia Dongili <malattia@linux.it>
5536L: platform-driver-x86@vger.kernel.org
5537W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5538S: Maintained
5539F: Documentation/laptops/sony-laptop.txt
5540F: drivers/char/sonypi.c
5541F: drivers/platform/x86/sony-laptop.c
5542F: include/linux/sony-laptop.h
5543
5544SONY MEMORYSTICK CARD SUPPORT
5545M: Alex Dubov <oakad@yahoo.com>
5546W: http://tifmxx.berlios.de/
5547S: Maintained
5548F: drivers/memstick/host/tifm_ms.c
5549
5550SOUND
5551M: Jaroslav Kysela <perex@perex.cz>
5552M: Takashi Iwai <tiwai@suse.de>
5553L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5554W: http://www.alsa-project.org/
5555T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5556T: git git://git.alsa-project.org/alsa-kernel.git
5557S: Maintained
5558F: Documentation/sound/
5559F: include/sound/
5560F: sound/
5561
5562SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5563M: Liam Girdwood <lrg@slimlogic.co.uk>
5564M: Mark Brown <broonie@opensource.wolfsonmicro.com>
5565T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5566L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5567W: http://alsa-project.org/main/index.php/ASoC
5568S: Supported
5569F: sound/soc/
5570F: include/sound/soc*
5571
5572SPARC + UltraSPARC (sparc/sparc64)
5573M: "David S. Miller" <davem@davemloft.net>
5574L: sparclinux@vger.kernel.org
5575Q: http://patchwork.ozlabs.org/project/sparclinux/list/
5576T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5577T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5578S: Maintained
5579F: arch/sparc/
5580F: drivers/sbus/
5581
5582SPARC SERIAL DRIVERS
5583M: "David S. Miller" <davem@davemloft.net>
5584L: sparclinux@vger.kernel.org
5585T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5586T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5587S: Maintained
5588F: drivers/serial/suncore.c
5589F: drivers/serial/suncore.h
5590F: drivers/serial/sunhv.c
5591F: drivers/serial/sunsab.c
5592F: drivers/serial/sunsab.h
5593F: drivers/serial/sunsu.c
5594F: drivers/serial/sunzilog.c
5595F: drivers/serial/sunzilog.h
5596
5597SPEAR PLATFORM SUPPORT
5598M: Viresh Kumar <viresh.kumar@st.com>
5599W: http://www.st.com/spear
5600S: Maintained
5601F: arch/arm/plat-spear/
5602
5603SPEAR3XX MACHINE SUPPORT
5604M: Viresh Kumar <viresh.kumar@st.com>
5605W: http://www.st.com/spear
5606S: Maintained
5607F: arch/arm/mach-spear3xx/
5608
5609SPEAR6XX MACHINE SUPPORT
5610M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
5611W: http://www.st.com/spear
5612S: Maintained
5613F: arch/arm/mach-spear6xx/
5614
5615SPEAR CLOCK FRAMEWORK SUPPORT
5616M: Viresh Kumar <viresh.kumar@st.com>
5617W: http://www.st.com/spear
5618S: Maintained
5619F: arch/arm/mach-spear*/clock.c
5620F: arch/arm/mach-spear*/include/mach/clkdev.h
5621F: arch/arm/plat-spear/clock.c
5622F: arch/arm/plat-spear/include/plat/clkdev.h
5623F: arch/arm/plat-spear/include/plat/clock.h
5624
5625SPEAR PAD MULTIPLEXING SUPPORT
5626M: Viresh Kumar <viresh.kumar@st.com>
5627W: http://www.st.com/spear
5628S: Maintained
5629F: arch/arm/plat-spear/include/plat/padmux.h
5630F: arch/arm/plat-spear/padmux.c
5631F: arch/arm/mach-spear*/spear*xx.c
5632F: arch/arm/mach-spear*/include/mach/generic.h
5633F: arch/arm/mach-spear3xx/spear3*0.c
5634F: arch/arm/mach-spear3xx/spear3*0_evb.c
5635F: arch/arm/mach-spear6xx/spear600.c
5636F: arch/arm/mach-spear6xx/spear600_evb.c
5637
5638SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5639M: Roger Wolff <R.E.Wolff@BitWizard.nl>
5640S: Supported
5641F: Documentation/serial/specialix.txt
5642F: drivers/char/specialix*
5643
5644SPI SUBSYSTEM
5645M: David Brownell <dbrownell@users.sourceforge.net>
5646M: Grant Likely <grant.likely@secretlab.ca>
5647L: spi-devel-general@lists.sourceforge.net
5648Q: http://patchwork.kernel.org/project/spi-devel-general/list/
5649T: git git://git.secretlab.ca/git/linux-2.6.git
5650S: Maintained
5651F: Documentation/spi/
5652F: drivers/spi/
5653F: include/linux/spi/
5654
5655SPIDERNET NETWORK DRIVER for CELL
5656M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5657M: Jens Osterkamp <jens@de.ibm.com>
5658L: netdev@vger.kernel.org
5659S: Supported
5660F: Documentation/networking/spider_net.txt
5661F: drivers/net/spider_net*
5662
5663SPU FILE SYSTEM
5664M: Jeremy Kerr <jk@ozlabs.org>
5665L: linuxppc-dev@lists.ozlabs.org
5666L: cbe-oss-dev@lists.ozlabs.org
5667W: http://www.ibm.com/developerworks/power/cell/
5668S: Supported
5669F: Documentation/filesystems/spufs.txt
5670F: arch/powerpc/platforms/cell/spufs/
5671
5672SQUASHFS FILE SYSTEM
5673M: Phillip Lougher <phillip@lougher.demon.co.uk>
5674L: squashfs-devel@lists.sourceforge.net (subscribers-only)
5675W: http://squashfs.org.uk
5676S: Maintained
5677F: Documentation/filesystems/squashfs.txt
5678F: fs/squashfs/
5679
5680SRM (Alpha) environment access
5681M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
5682S: Maintained
5683F: arch/alpha/kernel/srm_env.c
5684
5685STABLE BRANCH
5686M: Greg Kroah-Hartman <greg@kroah.com>
5687M: Chris Wright <chrisw@sous-sol.org>
5688L: stable@kernel.org
5689S: Maintained
5690
5691STAGING SUBSYSTEM
5692M: Greg Kroah-Hartman <gregkh@suse.de>
5693T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5694L: devel@driverdev.osuosl.org
5695S: Maintained
5696F: drivers/staging/
5697
5698STARFIRE/DURALAN NETWORK DRIVER
5699M: Ion Badulescu <ionut@badula.org>
5700S: Odd Fixes
5701F: drivers/net/starfire*
5702
5703STRADIS MPEG-2 DECODER DRIVER
5704M: Nathan Laredo <laredo@gnu.org>
5705W: http://www.stradis.com/
5706S: Maintained
5707F: drivers/media/video/stradis.c
5708
5709SUN3/3X
5710M: Sam Creasey <sammy@sammy.net>
5711W: http://sammy.net/sun3/
5712S: Maintained
5713F: arch/m68k/kernel/*sun3*
5714F: arch/m68k/sun3*/
5715F: arch/m68k/include/asm/sun3*
5716
5717SUPERH
5718M: Paul Mundt <lethal@linux-sh.org>
5719L: linux-sh@vger.kernel.org
5720W: http://www.linux-sh.org
5721Q: http://patchwork.kernel.org/project/linux-sh/list/
5722T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5723S: Supported
5724F: Documentation/sh/
5725F: arch/sh/
5726F: drivers/sh/
5727
5728SUSPEND TO RAM
5729M: Len Brown <len.brown@intel.com>
5730M: Pavel Machek <pavel@ucw.cz>
5731M: "Rafael J. Wysocki" <rjw@sisk.pl>
5732L: linux-pm@lists.linux-foundation.org
5733S: Supported
5734F: Documentation/power/
5735F: arch/x86/kernel/acpi/
5736F: drivers/base/power/
5737F: kernel/power/
5738F: include/linux/suspend.h
5739F: include/linux/freezer.h
5740F: include/linux/pm.h
5741
5742SVGA HANDLING
5743M: Martin Mares <mj@ucw.cz>
5744L: linux-video@atrey.karlin.mff.cuni.cz
5745S: Maintained
5746F: Documentation/svga.txt
5747F: arch/x86/boot/video*
5748
5749SYSV FILESYSTEM
5750M: Christoph Hellwig <hch@infradead.org>
5751S: Maintained
5752F: Documentation/filesystems/sysv-fs.txt
5753F: fs/sysv/
5754F: include/linux/sysv_fs.h
5755
5756TASKSTATS STATISTICS INTERFACE
5757M: Balbir Singh <balbir@linux.vnet.ibm.com>
5758S: Maintained
5759F: Documentation/accounting/taskstats*
5760F: include/linux/taskstats*
5761F: kernel/taskstats.c
5762
5763TC CLASSIFIER
5764M: Jamal Hadi Salim <hadi@cyberus.ca>
5765L: netdev@vger.kernel.org
5766S: Maintained
5767F: include/linux/pkt_cls.h
5768F: include/net/pkt_cls.h
5769F: net/sched/
5770
5771TCP LOW PRIORITY MODULE
5772M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5773M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5774W: http://tcp-lp-mod.sourceforge.net/
5775S: Maintained
5776F: net/ipv4/tcp_lp.c
5777
5778TEGRA SUPPORT
5779M: Colin Cross <ccross@android.com>
5780M: Erik Gilling <konkers@android.com>
5781M: Olof Johansson <olof@lixom.net>
5782L: linux-tegra@vger.kernel.org
5783T: git git://android.git.kernel.org/kernel/tegra.git
5784S: Supported
5785F: arch/arm/mach-tegra
5786
5787TEHUTI ETHERNET DRIVER
5788M: Alexander Indenbaum <baum@tehutinetworks.net>
5789M: Andy Gospodarek <andy@greyhouse.net>
5790L: netdev@vger.kernel.org
5791S: Supported
5792F: drivers/net/tehuti*
5793
5794Telecom Clock Driver for MCPL0010
5795M: Mark Gross <mark.gross@intel.com>
5796S: Supported
5797F: drivers/char/tlclk.c
5798
5799TENSILICA XTENSA PORT (xtensa)
5800M: Chris Zankel <chris@zankel.net>
5801S: Maintained
5802F: arch/xtensa/
5803
5804THINKPAD ACPI EXTRAS DRIVER
5805M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5806L: ibm-acpi-devel@lists.sourceforge.net
5807L: platform-driver-x86@vger.kernel.org
5808W: http://ibm-acpi.sourceforge.net
5809W: http://thinkwiki.org/wiki/Ibm-acpi
5810T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5811S: Maintained
5812F: drivers/platform/x86/thinkpad_acpi.c
5813
5814TI FLASH MEDIA INTERFACE DRIVER
5815M: Alex Dubov <oakad@yahoo.com>
5816S: Maintained
5817F: drivers/misc/tifm*
5818F: drivers/mmc/host/tifm_sd.c
5819F: include/linux/tifm.h
5820
5821TI TWL4030 SERIES SOC CODEC DRIVER
5822M: Peter Ujfalusi <peter.ujfalusi@nokia.com>
5823L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5824S: Maintained
5825F: sound/soc/codecs/twl4030*
5826
5827TIPC NETWORK LAYER
5828M: Jon Maloy <jon.maloy@ericsson.com>
5829M: Allan Stephens <allan.stephens@windriver.com>
5830L: tipc-discussion@lists.sourceforge.net
5831W: http://tipc.sourceforge.net/
5832W: http://tipc.cslab.ericsson.net/
5833T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5834S: Maintained
5835F: include/linux/tipc*.h
5836F: include/net/tipc/
5837F: net/tipc/
5838
5839TILE ARCHITECTURE
5840M: Chris Metcalf <cmetcalf@tilera.com>
5841W: http://www.tilera.com/scm/
5842S: Supported
5843F: arch/tile/
5844
5845TLAN NETWORK DRIVER
5846M: Samuel Chessman <chessman@tux.org>
5847L: tlan-devel@lists.sourceforge.net (subscribers-only)
5848W: http://sourceforge.net/projects/tlan/
5849S: Maintained
5850F: Documentation/networking/tlan.txt
5851F: drivers/net/tlan.*
5852
5853TOMOYO SECURITY MODULE
5854M: Kentaro Takeda <takedakn@nttdata.co.jp>
5855M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5856L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5857L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5858L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5859W: http://tomoyo.sourceforge.jp/
5860T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
5861S: Maintained
5862F: security/tomoyo/
5863
5864TOPSTAR LAPTOP EXTRAS DRIVER
5865M: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5866L: platform-driver-x86@vger.kernel.org
5867S: Maintained
5868F: drivers/platform/x86/topstar-laptop.c
5869
5870TOSHIBA ACPI EXTRAS DRIVER
5871L: platform-driver-x86@vger.kernel.org
5872S: Orphan
5873F: drivers/platform/x86/toshiba_acpi.c
5874
5875TOSHIBA SMM DRIVER
5876M: Jonathan Buzzard <jonathan@buzzard.org.uk>
5877L: tlinux-users@tce.toshiba-dme.co.jp
5878W: http://www.buzzard.org.uk/toshiba/
5879S: Maintained
5880F: drivers/char/toshiba.c
5881F: include/linux/toshiba.h
5882
5883TMIO MMC DRIVER
5884M: Ian Molton <ian@mnementh.co.uk>
5885S: Maintained
5886F: drivers/mmc/host/tmio_mmc.*
5887
5888TMPFS (SHMEM FILESYSTEM)
5889M: Hugh Dickins <hughd@google.com>
5890L: linux-mm@kvack.org
5891S: Maintained
5892F: include/linux/shmem_fs.h
5893F: mm/shmem.c
5894
5895TPM DEVICE DRIVER
5896M: Debora Velarde <debora@linux.vnet.ibm.com>
5897M: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5898W: http://tpmdd.sourceforge.net
5899M: Marcel Selhorst <m.selhorst@sirrix.com>
5900W: http://www.sirrix.com
5901L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5902S: Maintained
5903F: drivers/char/tpm/
5904
5905TRACING
5906M: Steven Rostedt <rostedt@goodmis.org>
5907M: Frederic Weisbecker <fweisbec@gmail.com>
5908M: Ingo Molnar <mingo@redhat.com>
5909T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
5910S: Maintained
5911F: Documentation/trace/ftrace.txt
5912F: arch/*/*/*/ftrace.h
5913F: arch/*/kernel/ftrace.c
5914F: include/*/ftrace.h
5915F: include/linux/trace*.h
5916F: include/trace/
5917F: kernel/trace/
5918
5919TRIVIAL PATCHES
5920M: Jiri Kosina <trivial@kernel.org>
5921T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5922S: Maintained
5923
5924TTY LAYER
5925M: Greg Kroah-Hartman <gregkh@suse.de>
5926S: Maintained
5927T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5928F: drivers/char/tty_*
5929F: drivers/serial/serial_core.c
5930F: include/linux/serial_core.h
5931F: include/linux/serial.h
5932F: include/linux/tty.h
5933
5934TULIP NETWORK DRIVERS
5935M: Grant Grundler <grundler@parisc-linux.org>
5936M: Kyle McMartin <kyle@mcmartin.ca>
5937L: netdev@vger.kernel.org
5938S: Maintained
5939F: drivers/net/tulip/
5940
5941TUN/TAP driver
5942M: Maxim Krasnyansky <maxk@qualcomm.com>
5943L: vtun@office.satix.net
5944W: http://vtun.sourceforge.net/tun
5945S: Maintained
5946F: Documentation/networking/tuntap.txt
5947F: arch/um/os-Linux/drivers/
5948
5949TURBOCHANNEL SUBSYSTEM
5950M: "Maciej W. Rozycki" <macro@linux-mips.org>
5951S: Maintained
5952F: drivers/tc/
5953F: include/linux/tc.h
5954
5955U14-34F SCSI DRIVER
5956M: Dario Ballabio <ballabio_dario@emc.com>
5957L: linux-scsi@vger.kernel.org
5958S: Maintained
5959F: drivers/scsi/u14-34f.c
5960
5961UBI FILE SYSTEM (UBIFS)
5962M: Artem Bityutskiy <dedekind1@gmail.com>
5963M: Adrian Hunter <adrian.hunter@nokia.com>
5964L: linux-mtd@lists.infradead.org
5965T: git git://git.infradead.org/ubifs-2.6.git
5966W: http://www.linux-mtd.infradead.org/doc/ubifs.html
5967S: Maintained
5968F: Documentation/filesystems/ubifs.txt
5969F: fs/ubifs/
5970
5971UCLINUX (AND M68KNOMMU)
5972M: Greg Ungerer <gerg@uclinux.org>
5973W: http://www.uclinux.org/
5974L: uclinux-dev@uclinux.org (subscribers-only)
5975S: Maintained
5976F: arch/m68knommu/
5977
5978UCLINUX FOR RENESAS H8/300 (H8300)
5979M: Yoshinori Sato <ysato@users.sourceforge.jp>
5980W: http://uclinux-h8.sourceforge.jp/
5981S: Supported
5982F: arch/h8300/
5983F: drivers/ide/ide-h8300.c
5984F: drivers/net/ne-h8300.c
5985
5986UDF FILESYSTEM
5987M: Jan Kara <jack@suse.cz>
5988W: http://linux-udf.sourceforge.net
5989S: Maintained
5990F: Documentation/filesystems/udf.txt
5991F: fs/udf/
5992
5993UFS FILESYSTEM
5994M: Evgeniy Dushistov <dushistov@mail.ru>
5995S: Maintained
5996F: Documentation/filesystems/ufs.txt
5997F: fs/ufs/
5998
5999ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6000L: linux-usb@vger.kernel.org
6001S: Orphan
6002F: drivers/uwb/
6003F: include/linux/uwb.h
6004F: include/linux/uwb/
6005
6006UNIFDEF
6007M: Tony Finch <dot@dotat.at>
6008W: http://dotat.at/prog/unifdef
6009S: Maintained
6010F: scripts/unifdef.c
6011
6012UNIFORM CDROM DRIVER
6013M: Jens Axboe <axboe@kernel.dk>
6014W: http://www.kernel.dk
6015S: Maintained
6016F: Documentation/cdrom/
6017F: drivers/cdrom/cdrom.c
6018F: include/linux/cdrom.h
6019
6020UNSORTED BLOCK IMAGES (UBI)
6021M: Artem Bityutskiy <dedekind1@gmail.com>
6022W: http://www.linux-mtd.infradead.org/
6023L: linux-mtd@lists.infradead.org
6024T: git git://git.infradead.org/ubi-2.6.git
6025S: Maintained
6026F: drivers/mtd/ubi/
6027F: include/linux/mtd/ubi.h
6028F: include/mtd/ubi-user.h
6029
6030USB ACM DRIVER
6031M: Oliver Neukum <oliver@neukum.name>
6032L: linux-usb@vger.kernel.org
6033S: Maintained
6034F: Documentation/usb/acm.txt
6035F: drivers/usb/class/cdc-acm.*
6036
6037USB ATTACHED SCSI
6038M: Matthew Wilcox <willy@linux.intel.com>
6039M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6040L: linux-usb@vger.kernel.org
6041L: linux-scsi@vger.kernel.org
6042S: Supported
6043F: drivers/usb/storage/uas.c
6044
6045USB BLOCK DRIVER (UB ub)
6046M: Pete Zaitcev <zaitcev@redhat.com>
6047L: linux-usb@vger.kernel.org
6048S: Supported
6049F: drivers/block/ub.c
6050
6051USB CDC ETHERNET DRIVER
6052M: Oliver Neukum <oliver@neukum.name>
6053L: linux-usb@vger.kernel.org
6054S: Maintained
6055F: drivers/net/usb/cdc_*.c
6056F: include/linux/usb/cdc.h
6057
6058USB CYPRESS C67X00 DRIVER
6059M: Peter Korsgaard <jacmet@sunsite.dk>
6060L: linux-usb@vger.kernel.org
6061S: Maintained
6062F: drivers/usb/c67x00/
6063
6064USB DAVICOM DM9601 DRIVER
6065M: Peter Korsgaard <jacmet@sunsite.dk>
6066L: netdev@vger.kernel.org
6067W: http://www.linux-usb.org/usbnet
6068S: Maintained
6069F: drivers/net/usb/dm9601.c
6070
6071USB DIAMOND RIO500 DRIVER
6072M: Cesar Miquel <miquel@df.uba.ar>
6073L: rio500-users@lists.sourceforge.net
6074W: http://rio500.sourceforge.net
6075S: Maintained
6076F: drivers/usb/misc/rio500*
6077
6078USB EHCI DRIVER
6079M: David Brownell <dbrownell@users.sourceforge.net>
6080L: linux-usb@vger.kernel.org
6081S: Odd Fixes
6082F: Documentation/usb/ehci.txt
6083F: drivers/usb/host/ehci*
6084
6085USB ET61X[12]51 DRIVER
6086M: Luca Risolia <luca.risolia@studio.unibo.it>
6087L: linux-usb@vger.kernel.org
6088L: linux-media@vger.kernel.org
6089T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6090W: http://www.linux-projects.org
6091S: Maintained
6092F: drivers/media/video/et61x251/
6093
6094USB GADGET/PERIPHERAL SUBSYSTEM
6095M: David Brownell <dbrownell@users.sourceforge.net>
6096L: linux-usb@vger.kernel.org
6097W: http://www.linux-usb.org/gadget
6098S: Maintained
6099F: drivers/usb/gadget/
6100F: include/linux/usb/gadget*
6101
6102USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6103M: Jiri Kosina <jkosina@suse.cz>
6104L: linux-usb@vger.kernel.org
6105T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6106S: Maintained
6107F: Documentation/usb/hiddev.txt
6108F: drivers/hid/usbhid/
6109
6110USB ISP116X DRIVER
6111M: Olav Kongas <ok@artecdesign.ee>
6112L: linux-usb@vger.kernel.org
6113S: Maintained
6114F: drivers/usb/host/isp116x*
6115F: include/linux/usb/isp116x.h
6116
6117USB KAWASAKI LSI DRIVER
6118M: Oliver Neukum <oliver@neukum.name>
6119L: linux-usb@vger.kernel.org
6120S: Maintained
6121F: drivers/usb/serial/kl5kusb105.*
6122
6123USB MASS STORAGE DRIVER
6124M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6125L: linux-usb@vger.kernel.org
6126L: usb-storage@lists.one-eyed-alien.net
6127S: Maintained
6128W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
6129F: drivers/usb/storage/
6130
6131USB OHCI DRIVER
6132M: David Brownell <dbrownell@users.sourceforge.net>
6133L: linux-usb@vger.kernel.org
6134S: Odd Fixes
6135F: Documentation/usb/ohci.txt
6136F: drivers/usb/host/ohci*
6137
6138USB OPTION-CARD DRIVER
6139M: Matthias Urlichs <smurf@smurf.noris.de>
6140L: linux-usb@vger.kernel.org
6141S: Maintained
6142F: drivers/usb/serial/option.c
6143
6144USB OV511 DRIVER
6145M: Mark McClelland <mmcclell@bigfoot.com>
6146L: linux-usb@vger.kernel.org
6147W: http://alpha.dyndns.org/ov511/
6148S: Maintained
6149F: drivers/media/video/ov511.*
6150
6151USB PEGASUS DRIVER
6152M: Petko Manolov <petkan@users.sourceforge.net>
6153L: linux-usb@vger.kernel.org
6154L: netdev@vger.kernel.org
6155W: http://pegasus2.sourceforge.net/
6156S: Maintained
6157F: drivers/net/usb/pegasus.*
6158
6159USB PRINTER DRIVER (usblp)
6160M: Pete Zaitcev <zaitcev@redhat.com>
6161L: linux-usb@vger.kernel.org
6162S: Supported
6163F: drivers/usb/class/usblp.c
6164
6165USB RTL8150 DRIVER
6166M: Petko Manolov <petkan@users.sourceforge.net>
6167L: linux-usb@vger.kernel.org
6168L: netdev@vger.kernel.org
6169W: http://pegasus2.sourceforge.net/
6170S: Maintained
6171F: drivers/net/usb/rtl8150.c
6172
6173USB SE401 DRIVER
6174M: Jeroen Vreeken <pe1rxq@amsat.org>
6175L: linux-usb@vger.kernel.org
6176W: http://www.chello.nl/~j.vreeken/se401/
6177S: Maintained
6178F: Documentation/video4linux/se401.txt
6179F: drivers/media/video/se401.*
6180
6181USB SERIAL BELKIN F5U103 DRIVER
6182M: William Greathouse <wgreathouse@smva.com>
6183L: linux-usb@vger.kernel.org
6184S: Maintained
6185F: drivers/usb/serial/belkin_sa.*
6186
6187USB SERIAL CYPRESS M8 DRIVER
6188M: Lonnie Mendez <dignome@gmail.com>
6189L: linux-usb@vger.kernel.org
6190S: Maintained
6191W: http://geocities.com/i0xox0i
6192W: http://firstlight.net/cvs
6193F: drivers/usb/serial/cypress_m8.*
6194
6195USB SERIAL CYBERJACK DRIVER
6196M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6197W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6198S: Maintained
6199F: drivers/usb/serial/cyberjack.c
6200
6201USB SERIAL DIGI ACCELEPORT DRIVER
6202M: Peter Berger <pberger@brimson.com>
6203M: Al Borchers <alborchers@steinerpoint.com>
6204L: linux-usb@vger.kernel.org
6205S: Maintained
6206F: drivers/usb/serial/digi_acceleport.c
6207
6208USB SERIAL DRIVER
6209M: Greg Kroah-Hartman <gregkh@suse.de>
6210L: linux-usb@vger.kernel.org
6211S: Supported
6212F: Documentation/usb/usb-serial.txt
6213F: drivers/usb/serial/generic.c
6214F: drivers/usb/serial/usb-serial.c
6215F: include/linux/usb/serial.h
6216
6217USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6218M: Gary Brubaker <xavyer@ix.netcom.com>
6219L: linux-usb@vger.kernel.org
6220S: Maintained
6221F: drivers/usb/serial/empeg.c
6222
6223USB SERIAL KEYSPAN DRIVER
6224M: Greg Kroah-Hartman <greg@kroah.com>
6225L: linux-usb@vger.kernel.org
6226W: http://www.kroah.com/linux/
6227S: Maintained
6228F: drivers/usb/serial/*keyspan*
6229
6230USB SERIAL WHITEHEAT DRIVER
6231M: Support Department <support@connecttech.com>
6232L: linux-usb@vger.kernel.org
6233W: http://www.connecttech.com
6234S: Supported
6235F: drivers/usb/serial/whiteheat*
6236
6237USB SMSC95XX ETHERNET DRIVER
6238M: Steve Glendinning <steve.glendinning@smsc.com>
6239L: netdev@vger.kernel.org
6240S: Supported
6241F: drivers/net/usb/smsc95xx.*
6242
6243USB SN9C1xx DRIVER
6244M: Luca Risolia <luca.risolia@studio.unibo.it>
6245L: linux-usb@vger.kernel.org
6246L: linux-media@vger.kernel.org
6247T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6248W: http://www.linux-projects.org
6249S: Maintained
6250F: Documentation/video4linux/sn9c102.txt
6251F: drivers/media/video/sn9c102/
6252
6253USB SUBSYSTEM
6254M: Greg Kroah-Hartman <gregkh@suse.de>
6255L: linux-usb@vger.kernel.org
6256W: http://www.linux-usb.org
6257T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6258S: Supported
6259F: Documentation/usb/
6260F: drivers/net/usb/
6261F: drivers/usb/
6262F: include/linux/usb.h
6263F: include/linux/usb/
6264
6265USB UHCI DRIVER
6266M: Alan Stern <stern@rowland.harvard.edu>
6267L: linux-usb@vger.kernel.org
6268S: Maintained
6269F: drivers/usb/host/uhci*
6270
6271USB "USBNET" DRIVER FRAMEWORK
6272M: David Brownell <dbrownell@users.sourceforge.net>
6273L: netdev@vger.kernel.org
6274W: http://www.linux-usb.org/usbnet
6275S: Maintained
6276F: drivers/net/usb/usbnet.c
6277F: include/linux/usb/usbnet.h
6278
6279USB VIDEO CLASS
6280M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6281L: linux-uvc-devel@lists.berlios.de (subscribers-only)
6282L: linux-media@vger.kernel.org
6283T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6284W: http://www.ideasonboard.org/uvc/
6285S: Maintained
6286F: drivers/media/video/uvc/
6287
6288USB W996[87]CF DRIVER
6289M: Luca Risolia <luca.risolia@studio.unibo.it>
6290L: linux-usb@vger.kernel.org
6291L: linux-media@vger.kernel.org
6292T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6293W: http://www.linux-projects.org
6294S: Maintained
6295F: Documentation/video4linux/w9968cf.txt
6296F: drivers/media/video/w996*
6297
6298USB WIRELESS RNDIS DRIVER (rndis_wlan)
6299M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6300L: linux-wireless@vger.kernel.org
6301S: Maintained
6302F: drivers/net/wireless/rndis_wlan.c
6303
6304USB XHCI DRIVER
6305M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
6306L: linux-usb@vger.kernel.org
6307S: Supported
6308F: drivers/usb/host/xhci*
6309F: drivers/usb/host/pci-quirks*
6310
6311USB ZC0301 DRIVER
6312M: Luca Risolia <luca.risolia@studio.unibo.it>
6313L: linux-usb@vger.kernel.org
6314L: linux-media@vger.kernel.org
6315T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6316W: http://www.linux-projects.org
6317S: Maintained
6318F: Documentation/video4linux/zc0301.txt
6319F: drivers/media/video/zc0301/
6320
6321USB ZD1201 DRIVER
6322L: linux-wireless@vger.kernel.org
6323W: http://linux-lc100020.sourceforge.net
6324S: Orphan
6325F: drivers/net/wireless/zd1201.*
6326
6327USB ZR364XX DRIVER
6328M: Antoine Jacquet <royale@zerezo.com>
6329L: linux-usb@vger.kernel.org
6330L: linux-media@vger.kernel.org
6331T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6332W: http://royale.zerezo.com/zr364xx/
6333S: Maintained
6334F: Documentation/video4linux/zr364xx.txt
6335F: drivers/media/video/zr364xx.c
6336
6337USER-MODE LINUX (UML)
6338M: Jeff Dike <jdike@addtoit.com>
6339L: user-mode-linux-devel@lists.sourceforge.net
6340L: user-mode-linux-user@lists.sourceforge.net
6341W: http://user-mode-linux.sourceforge.net
6342S: Maintained
6343F: Documentation/uml/
6344F: arch/um/
6345F: fs/hostfs/
6346F: fs/hppfs/
6347
6348USERSPACE I/O (UIO)
6349M: "Hans J. Koch" <hjk@linutronix.de>
6350M: Greg Kroah-Hartman <gregkh@suse.de>
6351S: Maintained
6352F: Documentation/DocBook/uio-howto.tmpl
6353F: drivers/uio/
6354F: include/linux/uio*.h
6355
6356UTIL-LINUX-NG PACKAGE
6357M: Karel Zak <kzak@redhat.com>
6358L: util-linux-ng@vger.kernel.org
6359W: http://kernel.org/~kzak/util-linux-ng/
6360T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6361S: Maintained
6362
6363UVESAFB DRIVER
6364M: Michal Januszewski <spock@gentoo.org>
6365L: linux-fbdev@vger.kernel.org
6366W: http://dev.gentoo.org/~spock/projects/uvesafb/
6367S: Maintained
6368F: Documentation/fb/uvesafb.txt
6369F: drivers/video/uvesafb.*
6370
6371VFAT/FAT/MSDOS FILESYSTEM
6372M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6373S: Maintained
6374F: Documentation/filesystems/vfat.txt
6375F: fs/fat/
6376
6377VIRTIO CONSOLE DRIVER
6378M: Amit Shah <amit.shah@redhat.com>
6379L: virtualization@lists.linux-foundation.org
6380S: Maintained
6381F: drivers/char/virtio_console.c
6382F: include/linux/virtio_console.h
6383
6384VIRTIO HOST (VHOST)
6385M: "Michael S. Tsirkin" <mst@redhat.com>
6386L: kvm@vger.kernel.org
6387L: virtualization@lists.osdl.org
6388L: netdev@vger.kernel.org
6389S: Maintained
6390F: drivers/vhost/
6391F: include/linux/vhost.h
6392
6393VIA RHINE NETWORK DRIVER
6394M: Roger Luethi <rl@hellgate.ch>
6395S: Maintained
6396F: drivers/net/via-rhine.c
6397
6398VIAPRO SMBUS DRIVER
6399M: Jean Delvare <khali@linux-fr.org>
6400L: linux-i2c@vger.kernel.org
6401S: Maintained
6402F: Documentation/i2c/busses/i2c-viapro
6403F: drivers/i2c/busses/i2c-viapro.c
6404
6405VIA SD/MMC CARD CONTROLLER DRIVER
6406M: Joseph Chan <JosephChan@via.com.tw>
6407M: Harald Welte <HaraldWelte@viatech.com>
6408S: Maintained
6409F: drivers/mmc/host/via-sdmmc.c
6410
6411VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6412M: Joseph Chan <JosephChan@via.com.tw>
6413M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6414L: linux-fbdev@vger.kernel.org
6415S: Maintained
6416F: include/linux/via-core.h
6417F: include/linux/via-gpio.h
6418F: include/linux/via_i2c.h
6419F: drivers/video/via/
6420
6421VIA VELOCITY NETWORK DRIVER
6422M: Francois Romieu <romieu@fr.zoreil.com>
6423L: netdev@vger.kernel.org
6424S: Maintained
6425F: drivers/net/via-velocity.*
6426
6427VLAN (802.1Q)
6428M: Patrick McHardy <kaber@trash.net>
6429L: netdev@vger.kernel.org
6430S: Maintained
6431F: drivers/net/macvlan.c
6432F: include/linux/if_*vlan.h
6433F: net/8021q/
6434
6435VLYNQ BUS
6436M: Florian Fainelli <florian@openwrt.org>
6437L: openwrt-devel@lists.openwrt.org
6438S: Maintained
6439F: drivers/vlynq/vlynq.c
6440F: include/linux/vlynq.h
6441
6442VMWARE VMXNET3 ETHERNET DRIVER
6443M: Shreyas Bhatewara <sbhatewara@vmware.com>
6444M: "VMware, Inc." <pv-drivers@vmware.com>
6445L: netdev@vger.kernel.org
6446S: Maintained
6447F: drivers/net/vmxnet3/
6448
6449VMware PVSCSI driver
6450M: Alok Kataria <akataria@vmware.com>
6451M: VMware PV-Drivers <pv-drivers@vmware.com>
6452L: linux-scsi@vger.kernel.org
6453S: Maintained
6454F: drivers/scsi/vmw_pvscsi.c
6455F: drivers/scsi/vmw_pvscsi.h
6456
6457VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6458M: Liam Girdwood <lrg@slimlogic.co.uk>
6459M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6460W: http://opensource.wolfsonmicro.com/node/15
6461W: http://www.slimlogic.co.uk/?p=48
6462T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6463S: Supported
6464F: drivers/regulator/
6465F: include/linux/regulator/
6466
6467VT1211 HARDWARE MONITOR DRIVER
6468M: Juerg Haefliger <juergh@gmail.com>
6469L: lm-sensors@lm-sensors.org
6470S: Maintained
6471F: Documentation/hwmon/vt1211
6472F: drivers/hwmon/vt1211.c
6473
6474VT8231 HARDWARE MONITOR DRIVER
6475M: Roger Lucas <vt8231@hiddenengine.co.uk>
6476L: lm-sensors@lm-sensors.org
6477S: Maintained
6478F: drivers/hwmon/vt8231.c
6479
6480W1 DALLAS'S 1-WIRE BUS
6481M: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6482S: Maintained
6483F: Documentation/w1/
6484F: drivers/w1/
6485
6486W83791D HARDWARE MONITORING DRIVER
6487M: Marc Hulsman <m.hulsman@tudelft.nl>
6488L: lm-sensors@lm-sensors.org
6489S: Maintained
6490F: Documentation/hwmon/w83791d
6491F: drivers/hwmon/w83791d.c
6492
6493W83793 HARDWARE MONITORING DRIVER
6494M: Rudolf Marek <r.marek@assembler.cz>
6495L: lm-sensors@lm-sensors.org
6496S: Maintained
6497F: Documentation/hwmon/w83793
6498F: drivers/hwmon/w83793.c
6499
6500W83L51xD SD/MMC CARD INTERFACE DRIVER
6501M: Pierre Ossman <pierre@ossman.eu>
6502S: Maintained
6503F: drivers/mmc/host/wbsd.*
6504
6505WATCHDOG DEVICE DRIVERS
6506M: Wim Van Sebroeck <wim@iguana.be>
6507L: linux-watchdog@vger.kernel.org
6508W: http://www.linux-watchdog.org/
6509T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6510S: Maintained
6511F: Documentation/watchdog/
6512F: drivers/watchdog/
6513F: include/linux/watchdog.h
6514
6515WD7000 SCSI DRIVER
6516M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
6517L: linux-scsi@vger.kernel.org
6518S: Maintained
6519F: drivers/scsi/wd7000.c
6520
6521WINBOND CIR DRIVER
6522M: David Härdeman <david@hardeman.nu>
6523S: Maintained
6524F: drivers/input/misc/winbond-cir.c
6525
6526WIMAX STACK
6527M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6528M: linux-wimax@intel.com
6529L: wimax@linuxwimax.org
6530S: Supported
6531W: http://linuxwimax.org
6532F: Documentation/wimax/README.wimax
6533F: include/linux/wimax.h
6534F: include/linux/wimax/debug.h
6535F: include/net/wimax.h
6536F: net/wimax/
6537
6538WISTRON LAPTOP BUTTON DRIVER
6539M: Miloslav Trmac <mitr@volny.cz>
6540S: Maintained
6541F: drivers/input/misc/wistron_btns.c
6542
6543WL1251 WIRELESS DRIVER
6544M: Kalle Valo <kvalo@adurom.com>
6545L: linux-wireless@vger.kernel.org
6546W: http://wireless.kernel.org
6547T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6548S: Maintained
6549F: drivers/net/wireless/wl1251/*
6550
6551WL1271 WIRELESS DRIVER
6552M: Luciano Coelho <luciano.coelho@nokia.com>
6553L: linux-wireless@vger.kernel.org
6554W: http://wireless.kernel.org
6555T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6556S: Maintained
6557F: drivers/net/wireless/wl12xx/wl1271*
6558F: include/linux/wl12xx.h
6559
6560WL3501 WIRELESS PCMCIA CARD DRIVER
6561M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6562L: linux-wireless@vger.kernel.org
6563W: http://oops.ghostprotocols.net:81/blog
6564S: Maintained
6565F: drivers/net/wireless/wl3501*
6566
6567WM97XX TOUCHSCREEN DRIVERS
6568M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6569M: Liam Girdwood <lrg@slimlogic.co.uk>
6570L: linux-input@vger.kernel.org
6571T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6572W: http://opensource.wolfsonmicro.com/node/7
6573S: Supported
6574F: drivers/input/touchscreen/*wm97*
6575F: include/linux/wm97xx.h
6576
6577WOLFSON MICROELECTRONICS DRIVERS
6578M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6579M: Ian Lartey <ian@opensource.wolfsonmicro.com>
6580M: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6581T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6582T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6583W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6584S: Supported
6585F: Documentation/hwmon/wm83??
6586F: drivers/leds/leds-wm83*.c
6587F: drivers/mfd/wm8*.c
6588F: drivers/power/wm83*.c
6589F: drivers/rtc/rtc-wm83*.c
6590F: drivers/regulator/wm8*.c
6591F: drivers/video/backlight/wm83*_bl.c
6592F: drivers/watchdog/wm83*_wdt.c
6593F: include/linux/mfd/wm831x/
6594F: include/linux/mfd/wm8350/
6595F: include/linux/mfd/wm8400*
6596F: include/sound/wm????.h
6597F: sound/soc/codecs/wm*
6598
6599X.25 NETWORK LAYER
6600M: Andrew Hendry <andrew.hendry@gmail.com>
6601L: linux-x25@vger.kernel.org
6602S: Odd Fixes
6603F: Documentation/networking/x25*
6604F: include/net/x25*
6605F: net/x25/
6606
6607X86 ARCHITECTURE (32-BIT AND 64-BIT)
6608M: Thomas Gleixner <tglx@linutronix.de>
6609M: Ingo Molnar <mingo@redhat.com>
6610M: "H. Peter Anvin" <hpa@zytor.com>
6611M: x86@kernel.org
6612T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6613S: Maintained
6614F: Documentation/x86/
6615F: arch/x86/
6616
6617X86 PLATFORM DRIVERS
6618M: Matthew Garrett <mjg@redhat.com>
6619L: platform-driver-x86@vger.kernel.org
6620T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6621S: Maintained
6622F: drivers/platform/x86
6623
6624XEN HYPERVISOR INTERFACE
6625M: Jeremy Fitzhardinge <jeremy@xensource.com>
6626M: Chris Wright <chrisw@sous-sol.org>
6627L: virtualization@lists.osdl.org
6628L: xen-devel@lists.xensource.com
6629S: Supported
6630F: arch/x86/xen/
6631F: drivers/*/xen-*front.c
6632F: drivers/xen/
6633F: arch/x86/include/asm/xen/
6634F: include/xen/
6635
6636XFS FILESYSTEM
6637P: Silicon Graphics Inc
6638M: Alex Elder <aelder@sgi.com>
6639M: xfs-masters@oss.sgi.com
6640L: xfs@oss.sgi.com
6641W: http://oss.sgi.com/projects/xfs
6642T: git git://oss.sgi.com/xfs/xfs.git
6643S: Supported
6644F: Documentation/filesystems/xfs.txt
6645F: fs/xfs/
6646
6647XILINX SYSTEMACE DRIVER
6648M: Grant Likely <grant.likely@secretlab.ca>
6649W: http://www.secretlab.ca/
6650S: Maintained
6651F: drivers/block/xsysace.c
6652
6653XILINX UARTLITE SERIAL DRIVER
6654M: Peter Korsgaard <jacmet@sunsite.dk>
6655L: linux-serial@vger.kernel.org
6656S: Maintained
6657F: drivers/serial/uartlite.c
6658
6659YAM DRIVER FOR AX.25
6660M: Jean-Paul Roubelat <jpr@f6fbb.org>
6661L: linux-hams@vger.kernel.org
6662S: Maintained
6663F: drivers/net/hamradio/yam*
6664F: include/linux/yam.h
6665
6666YEALINK PHONE DRIVER
6667M: Henk Vergonet <Henk.Vergonet@gmail.com>
6668L: usbb2k-api-dev@nongnu.org
6669S: Maintained
6670F: Documentation/input/yealink.txt
6671F: drivers/input/misc/yealink.*
6672
6673Z8530 DRIVER FOR AX.25
6674M: Joerg Reuter <jreuter@yaina.de>
6675W: http://yaina.de/jreuter/
6676W: http://www.qsl.net/dl1bke/
6677L: linux-hams@vger.kernel.org
6678S: Maintained
6679F: Documentation/networking/z8530drv.txt
6680F: drivers/net/hamradio/*scc.c
6681F: drivers/net/hamradio/z8530.h
6682
6683ZD1211RW WIRELESS DRIVER
6684M: Daniel Drake <dsd@gentoo.org>
6685M: Ulrich Kunitz <kune@deine-taler.de>
6686W: http://zd1211.ath.cx/wiki/DriverRewrite
6687L: linux-wireless@vger.kernel.org
6688L: zd1211-devs@lists.sourceforge.net (subscribers-only)
6689S: Maintained
6690F: drivers/net/wireless/zd1211rw/
6691
6692ZR36067 VIDEO FOR LINUX DRIVER
6693L: mjpeg-users@lists.sourceforge.net
6694L: linux-media@vger.kernel.org
6695W: http://mjpeg.sourceforge.net/driver-zoran/
6696T: Mercurial http://linuxtv.org/hg/v4l-dvb
6697S: Odd Fixes
6698F: drivers/media/video/zoran/
6699
6700ZS DECSTATION Z85C30 SERIAL DRIVER
6701M: "Maciej W. Rozycki" <macro@linux-mips.org>
6702S: Maintained
6703F: drivers/serial/zs.*
6704
6705GRE DEMULTIPLEXER DRIVER
6706M: Dmitry Kozlov <xeb@mail.ru>
6707L: netdev@vger.kernel.org
6708S: Maintained
6709F: net/ipv4/gre.c
6710F: include/net/gre.h
6711
6712PPTP DRIVER
6713M: Dmitry Kozlov <xeb@mail.ru>
6714L: netdev@vger.kernel.org
6715S: Maintained
6716F: drivers/net/pptp.c
6717W: http://sourceforge.net/projects/accel-pptp
6718
6719THE REST
6720M: Linus Torvalds <torvalds@linux-foundation.org>
6721L: linux-kernel@vger.kernel.org
6722Q: http://patchwork.kernel.org/project/LKML/list/
6723T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6724S: Buried alive in reporters
6725F: *
6726F: */