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