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