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