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