xref: /openbmc/linux/MAINTAINERS (revision afc98d90)
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	N: Files and directories with regex patterns.
94	   N:	[^a-z]tegra	all files whose path contains the word tegra
95	   One pattern per line.  Multiple N: lines acceptable.
96	   scripts/get_maintainer.pl has different behavior for files that
97	   match F: pattern and matches of N: patterns.  By default,
98	   get_maintainer will not look at git log history when an F: pattern
99	   match occurs.  When an N: match occurs, git log history is used
100	   to also notify the people that have git commit signatures.
101	X: Files and directories that are NOT maintained, same rules as F:
102	   Files exclusions are tested before file matches.
103	   Can be useful for excluding a specific subdirectory, for instance:
104	   F:	net/
105	   X:	net/ipv6/
106	   matches all files in and below net excluding net/ipv6/
107	K: Keyword perl extended regex pattern to match content in a
108	   patch or file.  For instance:
109	   K: of_get_profile
110	      matches patches or files that contain "of_get_profile"
111	   K: \b(printk|pr_(info|err))\b
112	      matches patches or files that contain one or more of the words
113	      printk, pr_info or pr_err
114	   One regex pattern per line.  Multiple K: lines acceptable.
115
116Note: For the hard of thinking, this list is meant to remain in alphabetical
117order. If you could add yourselves to it in alphabetical order that would be
118so much easier [Ed]
119
120Maintainers List (try to look for most precise areas first)
121
122		-----------------------------------
123
1243C59X NETWORK DRIVER
125M:	Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
126L:	netdev@vger.kernel.org
127S:	Maintained
128F:	Documentation/networking/vortex.txt
129F:	drivers/net/ethernet/3com/3c59x.c
130
1313CR990 NETWORK DRIVER
132M:	David Dillow <dave@thedillows.org>
133L:	netdev@vger.kernel.org
134S:	Maintained
135F:	drivers/net/ethernet/3com/typhoon*
136
1373WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
138M:	Adam Radford <linuxraid@lsi.com>
139L:	linux-scsi@vger.kernel.org
140W:	http://www.lsi.com
141S:	Supported
142F:	drivers/scsi/3w-*
143
14453C700 AND 53C700-66 SCSI DRIVER
145M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
146L:	linux-scsi@vger.kernel.org
147S:	Maintained
148F:	drivers/scsi/53c700*
149
1506PACK NETWORK DRIVER FOR AX.25
151M:	Andreas Koensgen <ajk@comnets.uni-bremen.de>
152L:	linux-hams@vger.kernel.org
153S:	Maintained
154F:	drivers/net/hamradio/6pack.c
155
1568169 10/100/1000 GIGABIT ETHERNET DRIVER
157M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
158M:	Francois Romieu <romieu@fr.zoreil.com>
159L:	netdev@vger.kernel.org
160S:	Maintained
161F:	drivers/net/ethernet/realtek/r8169.c
162
1638250/16?50 (AND CLONE UARTS) SERIAL DRIVER
164M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
165L:	linux-serial@vger.kernel.org
166W:	http://serial.sourceforge.net
167S:	Maintained
168T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
169F:	drivers/tty/serial/8250*
170F:	include/linux/serial_8250.h
171
1728390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
173L:	netdev@vger.kernel.org
174S:	Orphan / Obsolete
175F:	drivers/net/ethernet/8390/
176
1779P FILE SYSTEM
178M:	Eric Van Hensbergen <ericvh@gmail.com>
179M:	Ron Minnich <rminnich@sandia.gov>
180M:	Latchesar Ionkov <lucho@ionkov.net>
181L:	v9fs-developer@lists.sourceforge.net
182W:	http://swik.net/v9fs
183Q:	http://patchwork.kernel.org/project/v9fs-devel/list/
184T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
185S:	Maintained
186F:	Documentation/filesystems/9p.txt
187F:	fs/9p/
188F:	net/9p/
189F:	include/net/9p/
190F:	include/uapi/linux/virtio_9p.h
191F:	include/trace/events/9p.h
192
193
194A8293 MEDIA DRIVER
195M:	Antti Palosaari <crope@iki.fi>
196L:	linux-media@vger.kernel.org
197W:	http://linuxtv.org/
198W:	http://palosaari.fi/linux/
199Q:	http://patchwork.linuxtv.org/project/linux-media/list/
200T:	git git://linuxtv.org/anttip/media_tree.git
201S:	Maintained
202F:	drivers/media/dvb-frontends/a8293*
203
204AACRAID SCSI RAID DRIVER
205M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
206L:	linux-scsi@vger.kernel.org
207W:	http://www.adaptec.com/
208S:	Supported
209F:	Documentation/scsi/aacraid.txt
210F:	drivers/scsi/aacraid/
211
212ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213M:	Hans de Goede <hdegoede@redhat.com>
214L:	lm-sensors@lm-sensors.org
215S:	Maintained
216F:	drivers/hwmon/abituguru.c
217
218ABIT UGURU 3 HARDWARE MONITOR DRIVER
219M:	Alistair John Strachan <alistair@devzero.co.uk>
220L:	lm-sensors@lm-sensors.org
221S:	Maintained
222F:	drivers/hwmon/abituguru3.c
223
224ACENIC DRIVER
225M:	Jes Sorensen <jes@trained-monkey.org>
226L:	linux-acenic@sunsite.dk
227S:	Maintained
228F:	drivers/net/ethernet/alteon/acenic*
229
230ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
231M:	Peter Feuerer <peter@piie.net>
232L:	platform-driver-x86@vger.kernel.org
233W:	http://piie.net/?section=acerhdf
234S:	Maintained
235F:	drivers/platform/x86/acerhdf.c
236
237ACER WMI LAPTOP EXTRAS
238M:	"Lee, Chun-Yi" <jlee@suse.com>
239L:	platform-driver-x86@vger.kernel.org
240S:	Maintained
241F:	drivers/platform/x86/acer-wmi.c
242
243ACPI
244M:	Len Brown <lenb@kernel.org>
245M:	Rafael J. Wysocki <rjw@rjwysocki.net>
246L:	linux-acpi@vger.kernel.org
247W:	https://01.org/linux-acpi
248Q:	https://patchwork.kernel.org/project/linux-acpi/list/
249T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
250S:	Supported
251F:	drivers/acpi/
252F:	drivers/pnp/pnpacpi/
253F:	include/linux/acpi.h
254F:	include/acpi/
255F:	Documentation/acpi
256F:	Documentation/ABI/testing/sysfs-bus-acpi
257F:	drivers/pci/*acpi*
258F:	drivers/pci/*/*acpi*
259F:	drivers/pci/*/*/*acpi*
260F:	tools/power/acpi
261
262ACPI COMPONENT ARCHITECTURE (ACPICA)
263M:	Robert Moore <robert.moore@intel.com>
264M:	Lv Zheng <lv.zheng@intel.com>
265M:	Rafael J. Wysocki <rafael.j.wysocki@intel.com>
266L:	linux-acpi@vger.kernel.org
267L:	devel@acpica.org
268W:	https://acpica.org/
269W:	https://github.com/acpica/acpica/
270Q:	https://patchwork.kernel.org/project/linux-acpi/list/
271T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
272S:	Supported
273F:	drivers/acpi/acpica/
274F:	include/acpi/
275F:	tools/power/acpi/
276
277ACPI FAN DRIVER
278M:	Zhang Rui <rui.zhang@intel.com>
279L:	linux-acpi@vger.kernel.org
280W:	https://01.org/linux-acpi
281S:	Supported
282F:	drivers/acpi/fan.c
283
284ACPI THERMAL DRIVER
285M:	Zhang Rui <rui.zhang@intel.com>
286L:	linux-acpi@vger.kernel.org
287W:	https://01.org/linux-acpi
288S:	Supported
289F:	drivers/acpi/*thermal*
290
291ACPI VIDEO DRIVER
292M:	Zhang Rui <rui.zhang@intel.com>
293L:	linux-acpi@vger.kernel.org
294W:	https://01.org/linux-acpi
295S:	Supported
296F:	drivers/acpi/video.c
297
298ACPI WMI DRIVER
299L:	platform-driver-x86@vger.kernel.org
300S:	Orphan
301F:	drivers/platform/x86/wmi.c
302
303AD1889 ALSA SOUND DRIVER
304M:	Thibaut Varene <T-Bone@parisc-linux.org>
305W:	http://wiki.parisc-linux.org/AD1889
306L:	linux-parisc@vger.kernel.org
307S:	Maintained
308F:	sound/pci/ad1889.*
309
310AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
311M:	Michael Hennerich <michael.hennerich@analog.com>
312W:	http://wiki.analog.com/AD5254
313W:	http://ez.analog.com/community/linux-device-drivers
314S:	Supported
315F:	drivers/misc/ad525x_dpot.c
316
317AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
318M:	Michael Hennerich <michael.hennerich@analog.com>
319W:	http://wiki.analog.com/AD5398
320W:	http://ez.analog.com/community/linux-device-drivers
321S:	Supported
322F:	drivers/regulator/ad5398.c
323
324AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
325M:	Michael Hennerich <michael.hennerich@analog.com>
326W:	http://wiki.analog.com/AD7142
327W:	http://ez.analog.com/community/linux-device-drivers
328S:	Supported
329F:	drivers/input/misc/ad714x.c
330
331AD7877 TOUCHSCREEN DRIVER
332M:	Michael Hennerich <michael.hennerich@analog.com>
333W:	http://wiki.analog.com/AD7877
334W:	http://ez.analog.com/community/linux-device-drivers
335S:	Supported
336F:	drivers/input/touchscreen/ad7877.c
337
338AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
339M:	Michael Hennerich <michael.hennerich@analog.com>
340W:	http://wiki.analog.com/AD7879
341W:	http://ez.analog.com/community/linux-device-drivers
342S:	Supported
343F:	drivers/input/touchscreen/ad7879.c
344
345ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
346M:	Jiri Kosina <jkosina@suse.cz>
347S:	Maintained
348
349ADM1025 HARDWARE MONITOR DRIVER
350M:	Jean Delvare <jdelvare@suse.de>
351L:	lm-sensors@lm-sensors.org
352S:	Maintained
353F:	Documentation/hwmon/adm1025
354F:	drivers/hwmon/adm1025.c
355
356ADM1029 HARDWARE MONITOR DRIVER
357M:	Corentin Labbe <corentin.labbe@geomatys.fr>
358L:	lm-sensors@lm-sensors.org
359S:	Maintained
360F:	drivers/hwmon/adm1029.c
361
362ADM8211 WIRELESS DRIVER
363L:	linux-wireless@vger.kernel.org
364W:	http://wireless.kernel.org/
365S:	Orphan
366F:	drivers/net/wireless/adm8211.*
367
368ADP1653 FLASH CONTROLLER DRIVER
369M:	Sakari Ailus <sakari.ailus@iki.fi>
370L:	linux-media@vger.kernel.org
371S:	Maintained
372F:	drivers/media/i2c/adp1653.c
373F:	include/media/adp1653.h
374
375ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
376M:	Michael Hennerich <michael.hennerich@analog.com>
377W:	http://wiki.analog.com/ADP5520
378W:	http://ez.analog.com/community/linux-device-drivers
379S:	Supported
380F:	drivers/mfd/adp5520.c
381F:	drivers/video/backlight/adp5520_bl.c
382F:	drivers/leds/leds-adp5520.c
383F:	drivers/gpio/gpio-adp5520.c
384F:	drivers/input/keyboard/adp5520-keys.c
385
386ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
387M:	Michael Hennerich <michael.hennerich@analog.com>
388W:	http://wiki.analog.com/ADP5588
389W:	http://ez.analog.com/community/linux-device-drivers
390S:	Supported
391F:	drivers/input/keyboard/adp5588-keys.c
392F:	drivers/gpio/gpio-adp5588.c
393
394ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
395M:	Michael Hennerich <michael.hennerich@analog.com>
396W:	http://wiki.analog.com/ADP8860
397W:	http://ez.analog.com/community/linux-device-drivers
398S:	Supported
399F:	drivers/video/backlight/adp8860_bl.c
400
401ADS1015 HARDWARE MONITOR DRIVER
402M:	Dirk Eibach <eibach@gdsys.de>
403L:	lm-sensors@lm-sensors.org
404S:	Maintained
405F:	Documentation/hwmon/ads1015
406F:	drivers/hwmon/ads1015.c
407F:	include/linux/i2c/ads1015.h
408
409ADT746X FAN DRIVER
410M:	Colin Leroy <colin@colino.net>
411S:	Maintained
412F:	drivers/macintosh/therm_adt746x.c
413
414ADT7475 HARDWARE MONITOR DRIVER
415M:	Jean Delvare <jdelvare@suse.de>
416L:	lm-sensors@lm-sensors.org
417S:	Maintained
418F:	Documentation/hwmon/adt7475
419F:	drivers/hwmon/adt7475.c
420
421ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
422M:	Michael Hennerich <michael.hennerich@analog.com>
423W:	http://wiki.analog.com/ADXL345
424W:	http://ez.analog.com/community/linux-device-drivers
425S:	Supported
426F:	drivers/input/misc/adxl34x.c
427
428ADVANSYS SCSI DRIVER
429M:	Matthew Wilcox <matthew@wil.cx>
430L:	linux-scsi@vger.kernel.org
431S:	Maintained
432F:	Documentation/scsi/advansys.txt
433F:	drivers/scsi/advansys.c
434
435AEDSP16 DRIVER
436M:	Riccardo Facchetti <fizban@tin.it>
437S:	Maintained
438F:	sound/oss/aedsp16.c
439
440AF9013 MEDIA DRIVER
441M:	Antti Palosaari <crope@iki.fi>
442L:	linux-media@vger.kernel.org
443W:	http://linuxtv.org/
444W:	http://palosaari.fi/linux/
445Q:	http://patchwork.linuxtv.org/project/linux-media/list/
446T:	git git://linuxtv.org/anttip/media_tree.git
447S:	Maintained
448F:	drivers/media/dvb-frontends/af9013*
449
450AF9033 MEDIA DRIVER
451M:	Antti Palosaari <crope@iki.fi>
452L:	linux-media@vger.kernel.org
453W:	http://linuxtv.org/
454W:	http://palosaari.fi/linux/
455Q:	http://patchwork.linuxtv.org/project/linux-media/list/
456T:	git git://linuxtv.org/anttip/media_tree.git
457S:	Maintained
458F:	drivers/media/dvb-frontends/af9033*
459
460AFFS FILE SYSTEM
461L:	linux-fsdevel@vger.kernel.org
462S:	Orphan
463F:	Documentation/filesystems/affs.txt
464F:	fs/affs/
465
466AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
467M:	David Howells <dhowells@redhat.com>
468L:	linux-afs@lists.infradead.org
469S:	Supported
470F:	fs/afs/
471F:	include/net/af_rxrpc.h
472F:	net/rxrpc/af_rxrpc.c
473
474AGPGART DRIVER
475M:	David Airlie <airlied@linux.ie>
476T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
477S:	Maintained
478F:	drivers/char/agp/
479F:	include/linux/agp*
480F:	include/uapi/linux/agp*
481
482AHA152X SCSI DRIVER
483M:	"Juergen E. Fischer" <fischer@norbit.de>
484L:	linux-scsi@vger.kernel.org
485S:	Maintained
486F:	drivers/scsi/aha152x*
487F:	drivers/scsi/pcmcia/aha152x*
488
489AIC7XXX / AIC79XX SCSI DRIVER
490M:	Hannes Reinecke <hare@suse.de>
491L:	linux-scsi@vger.kernel.org
492S:	Maintained
493F:	drivers/scsi/aic7xxx/
494
495AIMSLAB FM RADIO RECEIVER DRIVER
496M:	Hans Verkuil <hverkuil@xs4all.nl>
497L:	linux-media@vger.kernel.org
498T:	git git://linuxtv.org/media_tree.git
499W:	http://linuxtv.org
500S:	Maintained
501F:	drivers/media/radio/radio-aimslab*
502
503AIO
504M:	Benjamin LaHaise <bcrl@kvack.org>
505L:	linux-aio@kvack.org
506S:	Supported
507F:	fs/aio.c
508F:	include/linux/*aio*.h
509
510ALCATEL SPEEDTOUCH USB DRIVER
511M:	Duncan Sands <duncan.sands@free.fr>
512L:	linux-usb@vger.kernel.org
513W:	http://www.linux-usb.org/SpeedTouch/
514S:	Maintained
515F:	drivers/usb/atm/speedtch.c
516F:	drivers/usb/atm/usbatm.c
517
518ALCHEMY AU1XX0 MMC DRIVER
519M:	Manuel Lauss <manuel.lauss@gmail.com>
520S:	Maintained
521F:	drivers/mmc/host/au1xmmc.c
522
523ALI1563 I2C DRIVER
524M:	Rudolf Marek <r.marek@assembler.cz>
525L:	linux-i2c@vger.kernel.org
526S:	Maintained
527F:	Documentation/i2c/busses/i2c-ali1563
528F:	drivers/i2c/busses/i2c-ali1563.c
529
530ALPHA PORT
531M:	Richard Henderson <rth@twiddle.net>
532M:	Ivan Kokshaysky <ink@jurassic.park.msu.ru>
533M:	Matt Turner <mattst88@gmail.com>
534S:	Odd Fixes
535L:	linux-alpha@vger.kernel.org
536F:	arch/alpha/
537
538ALTERA UART/JTAG UART SERIAL DRIVERS
539M:	Tobias Klauser <tklauser@distanz.ch>
540L:	linux-serial@vger.kernel.org
541L:	nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
542S:	Maintained
543F:	drivers/tty/serial/altera_uart.c
544F:	drivers/tty/serial/altera_jtaguart.c
545F:	include/linux/altera_uart.h
546F:	include/linux/altera_jtaguart.h
547
548AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
549M:	Tom Lendacky <thomas.lendacky@amd.com>
550L:	linux-crypto@vger.kernel.org
551S:	Supported
552F:	drivers/crypto/ccp/
553F:	include/linux/ccp.h
554
555AMD FAM15H PROCESSOR POWER MONITORING DRIVER
556M:	Andreas Herrmann <herrmann.der.user@googlemail.com>
557L:	lm-sensors@lm-sensors.org
558S:	Maintained
559F:	Documentation/hwmon/fam15h_power
560F:	drivers/hwmon/fam15h_power.c
561
562AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
563M:	Thomas Dahlmann <dahlmann.thomas@arcor.de>
564L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
565S:	Supported
566F:	drivers/usb/gadget/amd5536udc.*
567
568AMD GEODE PROCESSOR/CHIPSET SUPPORT
569P:	Andres Salomon <dilinger@queued.net>
570L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
571W:	http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
572S:	Supported
573F:	drivers/char/hw_random/geode-rng.c
574F:	drivers/crypto/geode*
575F:	drivers/video/geode/
576F:	arch/x86/include/asm/geode.h
577
578AMD IOMMU (AMD-VI)
579M:	Joerg Roedel <joro@8bytes.org>
580L:	iommu@lists.linux-foundation.org
581T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
582S:	Maintained
583F:	drivers/iommu/amd_iommu*.[ch]
584F:	include/linux/amd-iommu.h
585
586AMD MICROCODE UPDATE SUPPORT
587M:	Andreas Herrmann <herrmann.der.user@googlemail.com>
588L:	amd64-microcode@amd64.org
589S:	Maintained
590F:	arch/x86/kernel/microcode_amd.c
591
592AMS (Apple Motion Sensor) DRIVER
593M:	Michael Hanselmann <linux-kernel@hansmi.ch>
594S:	Supported
595F:	drivers/macintosh/ams/
596
597AMSO1100 RNIC DRIVER
598M:	Tom Tucker <tom@opengridcomputing.com>
599M:	Steve Wise <swise@opengridcomputing.com>
600L:	linux-rdma@vger.kernel.org
601S:	Maintained
602F:	drivers/infiniband/hw/amso1100/
603
604ANALOG DEVICES INC AD9389B DRIVER
605M:	Hans Verkuil <hans.verkuil@cisco.com>
606L:	linux-media@vger.kernel.org
607S:	Maintained
608F:	drivers/media/i2c/ad9389b*
609
610ANALOG DEVICES INC ADV7511 DRIVER
611M:	Hans Verkuil <hans.verkuil@cisco.com>
612L:	linux-media@vger.kernel.org
613S:	Maintained
614F:	drivers/media/i2c/adv7511*
615
616ANALOG DEVICES INC ADV7604 DRIVER
617M:	Hans Verkuil <hans.verkuil@cisco.com>
618L:	linux-media@vger.kernel.org
619S:	Maintained
620F:	drivers/media/i2c/adv7604*
621
622ANALOG DEVICES INC ADV7842 DRIVER
623M:	Hans Verkuil <hans.verkuil@cisco.com>
624L:	linux-media@vger.kernel.org
625S:	Maintained
626F:	drivers/media/i2c/adv7842*
627
628ANALOG DEVICES INC ASOC CODEC DRIVERS
629M:	Lars-Peter Clausen <lars@metafoo.de>
630L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
631W:	http://wiki.analog.com/
632W:	http://ez.analog.com/community/linux-device-drivers
633S:	Supported
634F:	sound/soc/codecs/adau*
635F:	sound/soc/codecs/adav*
636F:	sound/soc/codecs/ad1*
637F:	sound/soc/codecs/ad7*
638F:	sound/soc/codecs/ssm*
639F:	sound/soc/codecs/sigmadsp.*
640
641ANALOG DEVICES INC ASOC DRIVERS
642L:	adi-buildroot-devel@lists.sourceforge.net
643L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
644W:	http://blackfin.uclinux.org/
645S:	Supported
646F:	sound/soc/blackfin/*
647
648AOA (Apple Onboard Audio) ALSA DRIVER
649M:	Johannes Berg <johannes@sipsolutions.net>
650L:	linuxppc-dev@lists.ozlabs.org
651L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
652S:	Maintained
653F:	sound/aoa/
654
655APM DRIVER
656M:	Jiri Kosina <jkosina@suse.cz>
657S:	Odd fixes
658F:	arch/x86/kernel/apm_32.c
659F:	include/linux/apm_bios.h
660F:	include/uapi/linux/apm_bios.h
661F:	drivers/char/apm-emulation.c
662
663APPLE BCM5974 MULTITOUCH DRIVER
664M:	Henrik Rydberg <rydberg@euromail.se>
665L:	linux-input@vger.kernel.org
666S:	Maintained
667F:	drivers/input/mouse/bcm5974.c
668
669APPLE SMC DRIVER
670M:	Henrik Rydberg <rydberg@euromail.se>
671L:	lm-sensors@lm-sensors.org
672S:	Maintained
673F:	drivers/hwmon/applesmc.c
674
675APPLETALK NETWORK LAYER
676M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
677S:	Maintained
678F:	drivers/net/appletalk/
679F:	net/appletalk/
680
681APTINA CAMERA SENSOR PLL
682M:	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
683L:	linux-media@vger.kernel.org
684S:	Maintained
685F:	drivers/media/i2c/aptina-pll.*
686
687ARASAN COMPACT FLASH PATA CONTROLLER
688M:	Viresh Kumar <viresh.linux@gmail.com>
689L:	linux-ide@vger.kernel.org
690S:	Maintained
691F:	include/linux/pata_arasan_cf_data.h
692F:	drivers/ata/pata_arasan_cf.c
693
694ARC FRAMEBUFFER DRIVER
695M:	Jaya Kumar <jayalk@intworks.biz>
696S:	Maintained
697F:	drivers/video/arcfb.c
698F:	drivers/video/fb_defio.c
699
700ARM MFM AND FLOPPY DRIVERS
701M:	Ian Molton <spyro@f2s.com>
702S:	Maintained
703F:	arch/arm/lib/floppydma.S
704F:	arch/arm/include/asm/floppy.h
705
706ARM PMU PROFILING AND DEBUGGING
707M:	Will Deacon <will.deacon@arm.com>
708S:	Maintained
709F:	arch/arm/kernel/perf_event*
710F:	arch/arm/oprofile/common.c
711F:	arch/arm/include/asm/pmu.h
712F:	arch/arm/kernel/hw_breakpoint.c
713F:	arch/arm/include/asm/hw_breakpoint.h
714
715ARM PORT
716M:	Russell King <linux@arm.linux.org.uk>
717L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
718W:	http://www.arm.linux.org.uk/
719S:	Maintained
720F:	arch/arm/
721
722ARM SUB-ARCHITECTURES
723L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
724S:	Maintained
725F:	arch/arm/mach-*/
726F:	arch/arm/plat-*/
727T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
728
729ARM PRIMECELL AACI PL041 DRIVER
730M:	Russell King <linux@arm.linux.org.uk>
731S:	Maintained
732F:	sound/arm/aaci.*
733
734ARM PRIMECELL CLCD PL110 DRIVER
735M:	Russell King <linux@arm.linux.org.uk>
736S:	Maintained
737F:	drivers/video/amba-clcd.*
738
739ARM PRIMECELL KMI PL050 DRIVER
740M:	Russell King <linux@arm.linux.org.uk>
741S:	Maintained
742F:	drivers/input/serio/ambakmi.*
743F:	include/linux/amba/kmi.h
744
745ARM PRIMECELL MMCI PL180/1 DRIVER
746M:	Russell King <linux@arm.linux.org.uk>
747S:	Maintained
748F:	drivers/mmc/host/mmci.*
749F:	include/linux/amba/mmci.h
750
751ARM PRIMECELL UART PL010 AND PL011 DRIVERS
752M:	Russell King <linux@arm.linux.org.uk>
753S:	Maintained
754F:	drivers/tty/serial/amba-pl01*.c
755F:	include/linux/amba/serial.h
756
757ARM PRIMECELL BUS SUPPORT
758M:	Russell King <linux@arm.linux.org.uk>
759S:	Maintained
760F:	drivers/amba/
761F:	include/linux/amba/bus.h
762
763ARM/ADS SPHERE MACHINE SUPPORT
764M:	Lennert Buytenhek <kernel@wantstofly.org>
765L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
766S:	Maintained
767
768ARM/AFEB9260 MACHINE SUPPORT
769M:	Sergey Lapin <slapin@ossfans.org>
770L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
771S:	Maintained
772
773ARM/AJECO 1ARM MACHINE SUPPORT
774M:	Lennert Buytenhek <kernel@wantstofly.org>
775L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
776S:	Maintained
777
778ARM/Allwinner A1X SoC support
779M:	Maxime Ripard <maxime.ripard@free-electrons.com>
780L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
781S:	Maintained
782N:	sun[x4567]i
783
784ARM/Allwinner SoC Clock Support
785M:	Emilio López <emilio@elopez.com.ar>
786S:	Maintained
787F:	drivers/clk/sunxi/
788
789ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
790M:	Andrew Victor <linux@maxim.org.za>
791M:	Nicolas Ferre <nicolas.ferre@atmel.com>
792M:	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
793L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
794W:	http://maxim.org.za/at91_26.html
795W:	http://www.linux4sam.org
796S:	Supported
797F:	arch/arm/mach-at91/
798F:	arch/arm/boot/dts/at91*.dts
799F:	arch/arm/boot/dts/at91*.dtsi
800F:	arch/arm/boot/dts/sama*.dts
801F:	arch/arm/boot/dts/sama*.dtsi
802
803ARM/CALXEDA HIGHBANK ARCHITECTURE
804M:	Rob Herring <robh@kernel.org>
805L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
806S:	Maintained
807F:	arch/arm/mach-highbank/
808
809ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
810M:	Anton Vorontsov <anton@enomsg.org>
811S:	Maintained
812F:	arch/arm/mach-cns3xxx/
813T:	git git://git.infradead.org/users/cbou/linux-cns3xxx.git
814
815ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
816M:	Alexander Shiyan <shc_work@mail.ru>
817L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818S:	Odd Fixes
819F:	arch/arm/mach-clps711x/
820
821ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
822M:	Hartley Sweeten <hsweeten@visionengravers.com>
823M:	Ryan Mallon <rmallon@gmail.com>
824L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825S:	Maintained
826F:	arch/arm/mach-ep93xx/
827F:	arch/arm/mach-ep93xx/include/mach/
828
829ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
830M:	Lennert Buytenhek <kernel@wantstofly.org>
831L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832S:	Maintained
833
834ARM/CLKDEV SUPPORT
835M:	Russell King <linux@arm.linux.org.uk>
836L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837S:	Maintained
838F:	arch/arm/include/asm/clkdev.h
839F:	drivers/clk/clkdev.c
840
841ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
842M:	Mike Rapoport <mike@compulab.co.il>
843L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844S:	Maintained
845
846ARM/CONTEC MICRO9 MACHINE SUPPORT
847M:	Hubert Feurstein <hubert.feurstein@contec.at>
848S:	Maintained
849F:	arch/arm/mach-ep93xx/micro9.c
850
851ARM/CORGI MACHINE SUPPORT
852M:	Richard Purdie <rpurdie@rpsys.net>
853S:	Maintained
854
855ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
856M:	Hans Ulli Kroll <ulli.kroll@googlemail.com>
857L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858T:	git git://git.berlios.de/gemini-board
859S:	Maintained
860F:	arch/arm/mach-gemini/
861
862ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
863M:	Barry Song <baohua@kernel.org>
864L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865T:	git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
866S:	Maintained
867F:	arch/arm/mach-prima2/
868F:	drivers/clk/clk-prima2.c
869F:	drivers/clocksource/timer-prima2.c
870F:	drivers/clocksource/timer-marco.c
871N:	[^a-z]sirf
872
873ARM/EBSA110 MACHINE SUPPORT
874M:	Russell King <linux@arm.linux.org.uk>
875L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
876W:	http://www.arm.linux.org.uk/
877S:	Maintained
878F:	arch/arm/mach-ebsa110/
879F:	drivers/net/ethernet/amd/am79c961a.*
880
881ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
882M:	Uwe Kleine-König <kernel@pengutronix.de>
883L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884S:	Maintained
885N:	efm32
886
887ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
888M:	Daniel Ribeiro <drwyrm@gmail.com>
889M:	Stefan Schmidt <stefan@openezx.org>
890M:	Harald Welte <laforge@openezx.org>
891L:	openezx-devel@lists.openezx.org (moderated for non-subscribers)
892W:	http://www.openezx.org/
893S:	Maintained
894T:	topgit git://git.openezx.org/openezx.git
895F:	arch/arm/mach-pxa/ezx.c
896
897ARM/FARADAY FA526 PORT
898M:	Hans Ulli Kroll <ulli.kroll@googlemail.com>
899L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900S:	Maintained
901T:	git git://git.berlios.de/gemini-board
902F:	arch/arm/mm/*-fa*
903
904ARM/FOOTBRIDGE ARCHITECTURE
905M:	Russell King <linux@arm.linux.org.uk>
906L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907W:	http://www.arm.linux.org.uk/
908S:	Maintained
909F:	arch/arm/include/asm/hardware/dec21285.h
910F:	arch/arm/mach-footbridge/
911
912ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
913M:	Shawn Guo <shawn.guo@linaro.org>
914M:	Sascha Hauer <kernel@pengutronix.de>
915L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916S:	Maintained
917T:	git git://git.linaro.org/people/shawnguo/linux-2.6.git
918F:	arch/arm/mach-imx/
919F:	arch/arm/boot/dts/imx*
920F:	arch/arm/configs/imx*_defconfig
921
922ARM/FREESCALE MXS ARM ARCHITECTURE
923M:	Shawn Guo <shawn.guo@linaro.org>
924L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925S:	Maintained
926T:	git git://git.linaro.org/people/shawnguo/linux-2.6.git
927F:	arch/arm/mach-mxs/
928
929ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
930M:	Lennert Buytenhek <kernel@wantstofly.org>
931L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932S:	Maintained
933
934ARM/GUMSTIX MACHINE SUPPORT
935M:	Steve Sakoman <sakoman@gmail.com>
936L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937S:	Maintained
938
939ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
940M:	Philipp Zabel <philipp.zabel@gmail.com>
941M:	Paul Parsons <lost.distance@yahoo.com>
942L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943S:	Maintained
944F:	arch/arm/mach-pxa/hx4700.c
945F:	arch/arm/mach-pxa/include/mach/hx4700.h
946F:	sound/soc/pxa/hx4700.c
947
948ARM/HP JORNADA 7XX MACHINE SUPPORT
949M:	Kristoffer Ericson <kristoffer.ericson@gmail.com>
950W:	www.jlime.com
951S:	Maintained
952T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
953F:	arch/arm/mach-sa1100/jornada720.c
954F:	arch/arm/mach-sa1100/include/mach/jornada720.h
955
956ARM/IGEP MACHINE SUPPORT
957M:	Enric Balletbo i Serra <eballetbo@gmail.com>
958M:	Javier Martinez Canillas <javier@dowhile0.org>
959L:	linux-omap@vger.kernel.org
960L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961S:	Maintained
962F:	arch/arm/boot/dts/omap3-igep*
963
964ARM/INCOME PXA270 SUPPORT
965M:	Marek Vasut <marek.vasut@gmail.com>
966L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967S:	Maintained
968F:	arch/arm/mach-pxa/colibri-pxa270-income.c
969
970ARM/INTEL IOP32X ARM ARCHITECTURE
971M:	Lennert Buytenhek <kernel@wantstofly.org>
972M:	Dan Williams <dan.j.williams@intel.com>
973L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974S:	Maintained
975
976ARM/INTEL IOP33X ARM ARCHITECTURE
977M:	Dan Williams <dan.j.williams@intel.com>
978L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979S:	Maintained
980
981ARM/INTEL IOP13XX ARM ARCHITECTURE
982M:	Lennert Buytenhek <kernel@wantstofly.org>
983M:	Dan Williams <dan.j.williams@intel.com>
984L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985S:	Maintained
986
987ARM/INTEL IQ81342EX MACHINE SUPPORT
988M:	Lennert Buytenhek <kernel@wantstofly.org>
989M:	Dan Williams <dan.j.williams@intel.com>
990L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991S:	Maintained
992
993ARM/INTEL IXDP2850 MACHINE SUPPORT
994M:	Lennert Buytenhek <kernel@wantstofly.org>
995L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
996S:	Maintained
997
998ARM/INTEL IXP4XX ARM ARCHITECTURE
999M:	Imre Kaloz <kaloz@openwrt.org>
1000M:	Krzysztof Halasa <khc@pm.waw.pl>
1001L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002S:	Maintained
1003F:	arch/arm/mach-ixp4xx/
1004
1005ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1006M:	Jonathan Cameron <jic23@cam.ac.uk>
1007L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008S:	Maintained
1009F:	arch/arm/mach-pxa/stargate2.c
1010F:	drivers/pcmcia/pxa2xx_stargate2.c
1011
1012ARM/INTEL XSC3 (MANZANO) ARM CORE
1013M:	Lennert Buytenhek <kernel@wantstofly.org>
1014M:	Dan Williams <dan.j.williams@intel.com>
1015L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016S:	Maintained
1017
1018ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1019M:	Lennert Buytenhek <kernel@wantstofly.org>
1020L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021S:	Maintained
1022
1023ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1024M:	Santosh Shilimkar <santosh.shilimkar@ti.com>
1025L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1026S:	Maintained
1027F:	arch/arm/mach-keystone/
1028F:	drivers/clk/keystone/
1029T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1030
1031ARM/LOGICPD PXA270 MACHINE SUPPORT
1032M:	Lennert Buytenhek <kernel@wantstofly.org>
1033L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034S:	Maintained
1035
1036ARM/MAGICIAN MACHINE SUPPORT
1037M:	Philipp Zabel <philipp.zabel@gmail.com>
1038S:	Maintained
1039
1040ARM/Marvell Armada 370 and Armada XP SOC support
1041M:	Jason Cooper <jason@lakedaemon.net>
1042M:	Andrew Lunn <andrew@lunn.ch>
1043M:	Gregory Clement <gregory.clement@free-electrons.com>
1044M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1045L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046S:	Maintained
1047F:	arch/arm/mach-mvebu/
1048
1049ARM/Marvell Berlin SoC support
1050M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1051L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052S:	Maintained
1053F:	arch/arm/mach-berlin/
1054
1055ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1056M:	Jason Cooper <jason@lakedaemon.net>
1057M:	Andrew Lunn <andrew@lunn.ch>
1058M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1059L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060S:	Maintained
1061F:	arch/arm/mach-dove/
1062F:	arch/arm/mach-kirkwood/
1063F:	arch/arm/mach-mv78xx0/
1064F:	arch/arm/mach-orion5x/
1065F:	arch/arm/plat-orion/
1066
1067ARM/Orion SoC/Technologic Systems TS-78xx platform support
1068M:	Alexander Clouter <alex@digriz.org.uk>
1069L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070W:	http://www.digriz.org.uk/ts78xx/kernel
1071S:	Maintained
1072F:	arch/arm/mach-orion5x/ts78xx-*
1073
1074ARM/MICREL KS8695 ARCHITECTURE
1075M:	Greg Ungerer <gerg@uclinux.org>
1076L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077F:	arch/arm/mach-ks8695/
1078S:	Odd Fixes
1079
1080ARM/MIOA701 MACHINE SUPPORT
1081M:	Robert Jarzmik <robert.jarzmik@free.fr>
1082L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083F:	arch/arm/mach-pxa/mioa701.c
1084S:	Maintained
1085
1086ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1087M:	Michael Petchkovsky <mkpetch@internode.on.net>
1088S:	Maintained
1089
1090ARM/NOMADIK ARCHITECTURE
1091M:	Alessandro Rubini <rubini@unipv.it>
1092M:	Linus Walleij <linus.walleij@linaro.org>
1093L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094S:	Maintained
1095F:	arch/arm/mach-nomadik/
1096F:	drivers/i2c/busses/i2c-nomadik.c
1097T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1098
1099ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1100M:	Nelson Castillo <arhuaco@freaks-unidos.net>
1101L:	openmoko-kernel@lists.openmoko.org (subscribers-only)
1102W:	http://wiki.openmoko.org/wiki/Neo_FreeRunner
1103S:	Supported
1104
1105ARM/QUALCOMM MSM MACHINE SUPPORT
1106M:	David Brown <davidb@codeaurora.org>
1107M:	Daniel Walker <dwalker@fifo99.com>
1108M:	Bryan Huntsman <bryanh@codeaurora.org>
1109L:	linux-arm-msm@vger.kernel.org
1110F:	arch/arm/mach-msm/
1111F:	drivers/video/msm/
1112F:	drivers/mmc/host/msm_sdcc.c
1113F:	drivers/mmc/host/msm_sdcc.h
1114F:	drivers/tty/serial/msm_serial.h
1115F:	drivers/tty/serial/msm_serial.c
1116F:	drivers/*/pm8???-*
1117F:	drivers/mfd/ssbi/
1118F:	include/linux/mfd/pm8xxx/
1119T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1120S:	Maintained
1121
1122ARM/TOSA MACHINE SUPPORT
1123M:	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1124M:	Dirk Opfer <dirk@opfer-online.de>
1125S:	Maintained
1126
1127ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1128M:	Marek Vasut <marek.vasut@gmail.com>
1129L:	linux-arm-kernel@lists.infradead.org
1130W:	http://hackndev.com
1131S:	Maintained
1132F:	arch/arm/mach-pxa/include/mach/palmtx.h
1133F:	arch/arm/mach-pxa/palmtx.c
1134F:	arch/arm/mach-pxa/include/mach/palmt5.h
1135F:	arch/arm/mach-pxa/palmt5.c
1136F:	arch/arm/mach-pxa/include/mach/palmld.h
1137F:	arch/arm/mach-pxa/palmld.c
1138F:	arch/arm/mach-pxa/include/mach/palmte2.h
1139F:	arch/arm/mach-pxa/palmte2.c
1140F:	arch/arm/mach-pxa/include/mach/palmtc.h
1141F:	arch/arm/mach-pxa/palmtc.c
1142
1143ARM/PALM TREO SUPPORT
1144M:	Tomas Cech <sleep_walker@suse.cz>
1145L:	linux-arm-kernel@lists.infradead.org
1146W:	http://hackndev.com
1147S:	Maintained
1148F:	arch/arm/mach-pxa/include/mach/palmtreo.h
1149F:	arch/arm/mach-pxa/palmtreo.c
1150
1151ARM/PALMZ72 SUPPORT
1152M:	Sergey Lapin <slapin@ossfans.org>
1153L:	linux-arm-kernel@lists.infradead.org
1154W:	http://hackndev.com
1155S:	Maintained
1156F:	arch/arm/mach-pxa/include/mach/palmz72.h
1157F:	arch/arm/mach-pxa/palmz72.c
1158
1159ARM/PLEB SUPPORT
1160M:	Peter Chubb <pleb@gelato.unsw.edu.au>
1161W:	http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1162S:	Maintained
1163
1164ARM/PT DIGITAL BOARD PORT
1165M:	Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1166L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167W:	http://www.arm.linux.org.uk/
1168S:	Maintained
1169
1170ARM/QUALCOMM SUPPORT
1171M:	Kumar Gala <galak@codeaurora.org>
1172M:	David Brown <davidb@codeaurora.org>
1173L:	linux-arm-msm@vger.kernel.org
1174S:	Maintained
1175F:	arch/arm/mach-qcom/
1176T:	git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1177
1178ARM/RADISYS ENP2611 MACHINE SUPPORT
1179M:	Lennert Buytenhek <kernel@wantstofly.org>
1180L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181S:	Maintained
1182
1183ARM/RISCPC ARCHITECTURE
1184M:	Russell King <linux@arm.linux.org.uk>
1185L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186W:	http://www.arm.linux.org.uk/
1187S:	Maintained
1188F:	arch/arm/include/asm/hardware/entry-macro-iomd.S
1189F:	arch/arm/include/asm/hardware/ioc.h
1190F:	arch/arm/include/asm/hardware/iomd.h
1191F:	arch/arm/include/asm/hardware/memc.h
1192F:	arch/arm/mach-rpc/
1193F:	drivers/net/ethernet/8390/etherh.c
1194F:	drivers/net/ethernet/i825xx/ether1*
1195F:	drivers/net/ethernet/seeq/ether3*
1196F:	drivers/scsi/arm/
1197
1198ARM/Rockchip SoC support
1199M:	Heiko Stuebner <heiko@sntech.de>
1200L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201S:	Maintained
1202F:	arch/arm/mach-rockchip/
1203F:	drivers/*/*rockchip*
1204
1205ARM/SAMSUNG ARM ARCHITECTURES
1206M:	Ben Dooks <ben-linux@fluff.org>
1207M:	Kukjin Kim <kgene.kim@samsung.com>
1208L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1210W:	http://www.fluff.org/ben/linux/
1211S:	Maintained
1212F:	arch/arm/boot/dts/s3c*
1213F:	arch/arm/boot/dts/exynos*
1214F:	arch/arm/plat-samsung/
1215F:	arch/arm/mach-s3c24*/
1216F:	arch/arm/mach-s3c64xx/
1217F:	drivers/*/*s3c2410*
1218F:	drivers/*/*/*s3c2410*
1219F:	drivers/spi/spi-s3c*
1220F:	sound/soc/samsung/*
1221
1222ARM/S5P EXYNOS ARM ARCHITECTURES
1223M:	Kukjin Kim <kgene.kim@samsung.com>
1224L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1226S:	Maintained
1227F:	arch/arm/mach-s5p*/
1228F:	arch/arm/mach-exynos*/
1229N:	exynos
1230
1231ARM/SAMSUNG MOBILE MACHINE SUPPORT
1232M:	Kyungmin Park <kyungmin.park@samsung.com>
1233L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234S:	Maintained
1235F:	arch/arm/mach-s5pv210/mach-aquila.c
1236F:	arch/arm/mach-s5pv210/mach-goni.c
1237
1238ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1239M:	Kyungmin Park <kyungmin.park@samsung.com>
1240M:	Kamil Debski <k.debski@samsung.com>
1241L:	linux-arm-kernel@lists.infradead.org
1242L:	linux-media@vger.kernel.org
1243S:	Maintained
1244F:	drivers/media/platform/s5p-g2d/
1245
1246ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1247M:	Kyungmin Park <kyungmin.park@samsung.com>
1248M:	Kamil Debski <k.debski@samsung.com>
1249M:	Jeongtae Park <jtp.park@samsung.com>
1250L:	linux-arm-kernel@lists.infradead.org
1251L:	linux-media@vger.kernel.org
1252S:	Maintained
1253F:	arch/arm/plat-samsung/s5p-dev-mfc.c
1254F:	drivers/media/platform/s5p-mfc/
1255
1256ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1257M:	Kyungmin Park <kyungmin.park@samsung.com>
1258M:	Tomasz Stanislawski <t.stanislaws@samsung.com>
1259L:	linux-arm-kernel@lists.infradead.org
1260L:	linux-media@vger.kernel.org
1261S:	Maintained
1262F:	drivers/media/platform/s5p-tv/
1263
1264ARM/SHMOBILE ARM ARCHITECTURE
1265M:	Simon Horman <horms@verge.net.au>
1266M:	Magnus Damm <magnus.damm@gmail.com>
1267L:	linux-sh@vger.kernel.org
1268W:	http://oss.renesas.com
1269Q:	http://patchwork.kernel.org/project/linux-sh/list/
1270T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1271S:	Supported
1272F:	arch/arm/mach-shmobile/
1273F:	drivers/sh/
1274
1275ARM/SOCFPGA ARCHITECTURE
1276M:	Dinh Nguyen <dinguyen@altera.com>
1277S:	Maintained
1278F:	arch/arm/mach-socfpga/
1279
1280ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1281M:	Dinh Nguyen <dinguyen@altera.com>
1282S:	Maintained
1283F:	drivers/clk/socfpga/
1284
1285ARM/STI ARCHITECTURE
1286M:	Srinivas Kandagatla <srinivas.kandagatla@st.com>
1287M:	Stuart Menefy <stuart.menefy@st.com>
1288L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289L:	kernel@stlinux.com
1290W:	http://www.stlinux.com
1291S:	Maintained
1292F:	arch/arm/mach-sti/
1293
1294ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1295M:	Lennert Buytenhek <kernel@wantstofly.org>
1296L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297S:	Maintained
1298
1299ARM/TETON BGA MACHINE SUPPORT
1300M:	"Mark F. Brown" <mark.brown314@gmail.com>
1301L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302S:	Maintained
1303
1304ARM/THECUS N2100 MACHINE SUPPORT
1305M:	Lennert Buytenhek <kernel@wantstofly.org>
1306L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307S:	Maintained
1308
1309ARM/NUVOTON W90X900 ARM ARCHITECTURE
1310M:	Wan ZongShun <mcuos.com@gmail.com>
1311L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312W:	http://www.mcuos.com
1313S:	Maintained
1314F:	arch/arm/mach-w90x900/
1315F:	drivers/input/keyboard/w90p910_keypad.c
1316F:	drivers/input/touchscreen/w90p910_ts.c
1317F:	drivers/watchdog/nuc900_wdt.c
1318F:	drivers/net/ethernet/nuvoton/w90p910_ether.c
1319F:	drivers/mtd/nand/nuc900_nand.c
1320F:	drivers/rtc/rtc-nuc900.c
1321F:	drivers/spi/spi-nuc900.c
1322F:	drivers/usb/host/ehci-w90x900.c
1323F:	drivers/video/nuc900fb.c
1324
1325ARM/U300 MACHINE SUPPORT
1326M:	Linus Walleij <linus.walleij@linaro.org>
1327L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1328S:	Supported
1329F:	arch/arm/mach-u300/
1330F:	drivers/i2c/busses/i2c-stu300.c
1331F:	drivers/rtc/rtc-coh901331.c
1332F:	drivers/watchdog/coh901327_wdt.c
1333F:	drivers/dma/coh901318*
1334F:	drivers/mfd/ab3100*
1335F:	drivers/rtc/rtc-ab3100.c
1336F:	drivers/rtc/rtc-coh901331.c
1337T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1338
1339ARM/Ux500 ARM ARCHITECTURE
1340M:	Linus Walleij <linus.walleij@linaro.org>
1341L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342S:	Maintained
1343F:	arch/arm/mach-ux500/
1344F:	drivers/clocksource/clksrc-dbx500-prcmu.c
1345F:	drivers/dma/ste_dma40*
1346F:	drivers/hwspinlock/u8500_hsem.c
1347F:	drivers/mfd/abx500*
1348F:	drivers/mfd/ab8500*
1349F:	drivers/mfd/dbx500*
1350F:	drivers/mfd/db8500*
1351F:	drivers/pinctrl/pinctrl-nomadik*
1352F:	drivers/rtc/rtc-ab8500.c
1353F:	drivers/rtc/rtc-pl031.c
1354T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1355
1356ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1357M:	Ulf Hansson <ulf.hansson@linaro.org>
1358L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359T:	git git://git.linaro.org/people/ulfh/clk.git
1360S:	Maintained
1361F:	drivers/clk/ux500/
1362F:	include/linux/platform_data/clk-ux500.h
1363
1364ARM/VFP SUPPORT
1365M:	Russell King <linux@arm.linux.org.uk>
1366L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367W:	http://www.arm.linux.org.uk/
1368S:	Maintained
1369F:	arch/arm/vfp/
1370
1371ARM/VOIPAC PXA270 SUPPORT
1372M:	Marek Vasut <marek.vasut@gmail.com>
1373L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374S:	Maintained
1375F:	arch/arm/mach-pxa/vpac270.c
1376F:	arch/arm/mach-pxa/include/mach/vpac270.h
1377
1378ARM/VT8500 ARM ARCHITECTURE
1379M:	Tony Prisk <linux@prisktech.co.nz>
1380L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1381S:	Maintained
1382F:	arch/arm/mach-vt8500/
1383F:	drivers/clocksource/vt8500_timer.c
1384F:	drivers/i2c/busses/i2c-wmt.c
1385F:	drivers/mmc/host/wmt-sdmmc.c
1386F:	drivers/pwm/pwm-vt8500.c
1387F:	drivers/rtc/rtc-vt8500.c
1388F:	drivers/tty/serial/vt8500_serial.c
1389F:	drivers/usb/host/ehci-platform.c
1390F:	drivers/usb/host/uhci-platform.c
1391F:	drivers/video/vt8500lcdfb.*
1392F:	drivers/video/wm8505fb*
1393F:	drivers/video/wmt_ge_rops.*
1394
1395ARM/ZIPIT Z2 SUPPORT
1396M:	Marek Vasut <marek.vasut@gmail.com>
1397L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398S:	Maintained
1399F:	arch/arm/mach-pxa/z2.c
1400F:	arch/arm/mach-pxa/include/mach/z2.h
1401
1402ARM/ZYNQ ARCHITECTURE
1403M:	Michal Simek <michal.simek@xilinx.com>
1404L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405W:	http://wiki.xilinx.com
1406T:	git git://git.xilinx.com/linux-xlnx.git
1407S:	Supported
1408F:	arch/arm/mach-zynq/
1409F:	drivers/cpuidle/cpuidle-zynq.c
1410N:	zynq
1411N:	xilinx
1412F:	drivers/clocksource/cadence_ttc_timer.c
1413F:	drivers/mmc/host/sdhci-of-arasan.c
1414
1415ARM SMMU DRIVER
1416M:	Will Deacon <will.deacon@arm.com>
1417L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418S:	Maintained
1419F:	drivers/iommu/arm-smmu.c
1420
1421ARM64 PORT (AARCH64 ARCHITECTURE)
1422M:	Catalin Marinas <catalin.marinas@arm.com>
1423M:	Will Deacon <will.deacon@arm.com>
1424L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1425S:	Maintained
1426F:	arch/arm64/
1427F:	Documentation/arm64/
1428
1429AS3645A LED FLASH CONTROLLER DRIVER
1430M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1431L:	linux-media@vger.kernel.org
1432T:	git git://linuxtv.org/media_tree.git
1433S:	Maintained
1434F:	drivers/media/i2c/as3645a.c
1435F:	include/media/as3645a.h
1436
1437ASC7621 HARDWARE MONITOR DRIVER
1438M:	George Joseph <george.joseph@fairview5.com>
1439L:	lm-sensors@lm-sensors.org
1440S:	Maintained
1441F:	Documentation/hwmon/asc7621
1442F:	drivers/hwmon/asc7621.c
1443
1444ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1445M:	Corentin Chary <corentin.chary@gmail.com>
1446L:	acpi4asus-user@lists.sourceforge.net
1447L:	platform-driver-x86@vger.kernel.org
1448W:	http://acpi4asus.sf.net
1449S:	Maintained
1450F:	drivers/platform/x86/asus*.c
1451F:	drivers/platform/x86/eeepc*.c
1452
1453ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1454M:	Dan Williams <dan.j.williams@intel.com>
1455W:	http://sourceforge.net/projects/xscaleiop
1456S:	Maintained
1457F:	Documentation/crypto/async-tx-api.txt
1458F:	crypto/async_tx/
1459F:	drivers/dma/
1460F:	include/linux/dmaengine.h
1461F:	include/linux/async_tx.h
1462
1463AT24 EEPROM DRIVER
1464M:	Wolfram Sang <wsa@the-dreams.de>
1465L:	linux-i2c@vger.kernel.org
1466S:	Maintained
1467F:	drivers/misc/eeprom/at24.c
1468F:	include/linux/platform_data/at24.h
1469
1470ATA OVER ETHERNET (AOE) DRIVER
1471M:	"Ed L. Cashin" <ecashin@coraid.com>
1472W:	http://support.coraid.com/support/linux
1473S:	Supported
1474F:	Documentation/aoe/
1475F:	drivers/block/aoe/
1476
1477ATHEROS ATH GENERIC UTILITIES
1478M:	"Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1479L:	linux-wireless@vger.kernel.org
1480S:	Supported
1481F:	drivers/net/wireless/ath/*
1482
1483ATHEROS ATH5K WIRELESS DRIVER
1484M:	Jiri Slaby <jirislaby@gmail.com>
1485M:	Nick Kossifidis <mickflemm@gmail.com>
1486M:	"Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1487L:	linux-wireless@vger.kernel.org
1488L:	ath5k-devel@lists.ath5k.org
1489W:	http://wireless.kernel.org/en/users/Drivers/ath5k
1490S:	Maintained
1491F:	drivers/net/wireless/ath/ath5k/
1492
1493ATHEROS ATH6KL WIRELESS DRIVER
1494M:	Kalle Valo <kvalo@qca.qualcomm.com>
1495L:	linux-wireless@vger.kernel.org
1496W:	http://wireless.kernel.org/en/users/Drivers/ath6kl
1497T:	git git://github.com/kvalo/ath.git
1498S:	Supported
1499F:	drivers/net/wireless/ath/ath6kl/
1500
1501WILOCITY WIL6210 WIRELESS DRIVER
1502M:	Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1503L:	linux-wireless@vger.kernel.org
1504L:	wil6210@qca.qualcomm.com
1505S:	Supported
1506W:	http://wireless.kernel.org/en/users/Drivers/wil6210
1507F:	drivers/net/wireless/ath/wil6210/
1508
1509CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1510M:	Christian Lamparter <chunkeey@googlemail.com>
1511L:	linux-wireless@vger.kernel.org
1512W:	http://wireless.kernel.org/en/users/Drivers/carl9170
1513S:	Maintained
1514F:	drivers/net/wireless/ath/carl9170/
1515
1516ATK0110 HWMON DRIVER
1517M:	Luca Tettamanti <kronos.it@gmail.com>
1518L:	lm-sensors@lm-sensors.org
1519S:	Maintained
1520F:	drivers/hwmon/asus_atk0110.c
1521
1522ATI_REMOTE2 DRIVER
1523M:	Ville Syrjala <syrjala@sci.fi>
1524S:	Maintained
1525F:	drivers/input/misc/ati_remote2.c
1526
1527ATLX ETHERNET DRIVERS
1528M:	Jay Cliburn <jcliburn@gmail.com>
1529M:	Chris Snook <chris.snook@gmail.com>
1530L:	netdev@vger.kernel.org
1531W:	http://sourceforge.net/projects/atl1
1532W:	http://atl1.sourceforge.net
1533S:	Maintained
1534F:	drivers/net/ethernet/atheros/
1535
1536ATM
1537M:	Chas Williams <chas@cmf.nrl.navy.mil>
1538L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1539L:	netdev@vger.kernel.org
1540W:	http://linux-atm.sourceforge.net
1541S:	Maintained
1542F:	drivers/atm/
1543F:	include/linux/atm*
1544F:	include/uapi/linux/atm*
1545
1546ATMEL AT91 / AT32 MCI DRIVER
1547M:	Ludovic Desroches <ludovic.desroches@atmel.com>
1548S:	Maintained
1549F:	drivers/mmc/host/atmel-mci.c
1550F:	drivers/mmc/host/atmel-mci-regs.h
1551
1552ATMEL AT91 / AT32 SERIAL DRIVER
1553M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1554S:	Supported
1555F:	drivers/tty/serial/atmel_serial.c
1556
1557ATMEL DMA DRIVER
1558M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1559L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560S:	Supported
1561F:	drivers/dma/at_hdmac.c
1562F:	drivers/dma/at_hdmac_regs.h
1563F:	include/linux/platform_data/dma-atmel.h
1564
1565ATMEL I2C DRIVER
1566M:	Ludovic Desroches <ludovic.desroches@atmel.com>
1567L:	linux-i2c@vger.kernel.org
1568S:	Supported
1569F:	drivers/i2c/busses/i2c-at91.c
1570
1571ATMEL ISI DRIVER
1572M:	Josh Wu <josh.wu@atmel.com>
1573L:	linux-media@vger.kernel.org
1574S:	Supported
1575F:	drivers/media/platform/soc_camera/atmel-isi.c
1576F:	include/media/atmel-isi.h
1577
1578ATMEL LCDFB DRIVER
1579M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1580L:	linux-fbdev@vger.kernel.org
1581S:	Maintained
1582F:	drivers/video/atmel_lcdfb.c
1583F:	include/video/atmel_lcdc.h
1584
1585ATMEL MACB ETHERNET DRIVER
1586M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1587S:	Supported
1588F:	drivers/net/ethernet/cadence/
1589
1590ATMEL SPI DRIVER
1591M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1592S:	Supported
1593F:	drivers/spi/spi-atmel.*
1594
1595ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1596M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1597L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598S:	Supported
1599F:	drivers/misc/atmel_tclib.c
1600F:	drivers/clocksource/tcb_clksrc.c
1601
1602ATMEL TSADCC DRIVER
1603M:	Josh Wu <josh.wu@atmel.com>
1604L:	linux-input@vger.kernel.org
1605S:	Supported
1606F:	drivers/input/touchscreen/atmel_tsadcc.c
1607
1608ATMEL USBA UDC DRIVER
1609M:	Nicolas Ferre <nicolas.ferre@atmel.com>
1610L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611S:	Supported
1612F:	drivers/usb/gadget/atmel_usba_udc.*
1613
1614ATMEL WIRELESS DRIVER
1615M:	Simon Kelley <simon@thekelleys.org.uk>
1616L:	linux-wireless@vger.kernel.org
1617W:	http://www.thekelleys.org.uk/atmel
1618W:	http://atmelwlandriver.sourceforge.net/
1619S:	Maintained
1620F:	drivers/net/wireless/atmel*
1621
1622ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1623M:      Bradley Grove <linuxdrivers@attotech.com>
1624L:      linux-scsi@vger.kernel.org
1625W:      http://www.attotech.com
1626S:      Supported
1627F:      drivers/scsi/esas2r
1628
1629AUDIT SUBSYSTEM
1630M:	Eric Paris <eparis@redhat.com>
1631L:	linux-audit@redhat.com (subscribers-only)
1632W:	http://people.redhat.com/sgrubb/audit/
1633T:	git git://git.infradead.org/users/eparis/audit.git
1634S:	Maintained
1635F:	include/linux/audit.h
1636F:	include/uapi/linux/audit.h
1637F:	kernel/audit*
1638
1639AUXILIARY DISPLAY DRIVERS
1640M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1641W:	http://miguelojeda.es/auxdisplay.htm
1642W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1643S:	Maintained
1644F:	drivers/auxdisplay/
1645F:	include/linux/cfag12864b.h
1646
1647AVR32 ARCHITECTURE
1648M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
1649M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
1650W:	http://www.atmel.com/products/AVR32/
1651W:	http://mirror.egtvedt.no/avr32linux.org/
1652W:	http://avrfreaks.net/
1653S:	Maintained
1654F:	arch/avr32/
1655
1656AVR32/AT32AP MACHINE SUPPORT
1657M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
1658M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
1659S:	Maintained
1660F:	arch/avr32/mach-at32ap/
1661
1662AX.25 NETWORK LAYER
1663M:	Ralf Baechle <ralf@linux-mips.org>
1664L:	linux-hams@vger.kernel.org
1665W:	http://www.linux-ax25.org/
1666S:	Maintained
1667F:	include/uapi/linux/ax25.h
1668F:	include/net/ax25.h
1669F:	net/ax25/
1670
1671AZ6007 DVB DRIVER
1672M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
1673L:	linux-media@vger.kernel.org
1674W:	http://linuxtv.org
1675T:	git git://linuxtv.org/media_tree.git
1676S:	Maintained
1677F:	drivers/media/usb/dvb-usb-v2/az6007.c
1678
1679AZTECH FM RADIO RECEIVER DRIVER
1680M:	Hans Verkuil <hverkuil@xs4all.nl>
1681L:	linux-media@vger.kernel.org
1682T:	git git://linuxtv.org/media_tree.git
1683W:	http://linuxtv.org
1684S:	Maintained
1685F:	drivers/media/radio/radio-aztech*
1686
1687B43 WIRELESS DRIVER
1688M:	Stefano Brivio <stefano.brivio@polimi.it>
1689L:	linux-wireless@vger.kernel.org
1690L:	b43-dev@lists.infradead.org
1691W:	http://wireless.kernel.org/en/users/Drivers/b43
1692S:	Maintained
1693F:	drivers/net/wireless/b43/
1694
1695B43LEGACY WIRELESS DRIVER
1696M:	Larry Finger <Larry.Finger@lwfinger.net>
1697M:	Stefano Brivio <stefano.brivio@polimi.it>
1698L:	linux-wireless@vger.kernel.org
1699L:	b43-dev@lists.infradead.org
1700W:	http://wireless.kernel.org/en/users/Drivers/b43
1701S:	Maintained
1702F:	drivers/net/wireless/b43legacy/
1703
1704BACKLIGHT CLASS/SUBSYSTEM
1705M:	Jingoo Han <jg1.han@samsung.com>
1706S:	Maintained
1707F:	drivers/video/backlight/
1708F:	include/linux/backlight.h
1709
1710BATMAN ADVANCED
1711M:	Marek Lindner <mareklindner@neomailbox.ch>
1712M:	Simon Wunderlich <sw@simonwunderlich.de>
1713M:	Antonio Quartulli <antonio@meshcoding.com>
1714L:	b.a.t.m.a.n@lists.open-mesh.org
1715W:	http://www.open-mesh.org/
1716S:	Maintained
1717F:	net/batman-adv/
1718
1719BAYCOM/HDLCDRV DRIVERS FOR AX.25
1720M:	Thomas Sailer <t.sailer@alumni.ethz.ch>
1721L:	linux-hams@vger.kernel.org
1722W:	http://www.baycom.org/~tom/ham/ham.html
1723S:	Maintained
1724F:	drivers/net/hamradio/baycom*
1725
1726BCACHE (BLOCK LAYER CACHE)
1727M:	Kent Overstreet <kmo@daterainc.com>
1728L:	linux-bcache@vger.kernel.org
1729W:	http://bcache.evilpiepirate.org
1730S:	Maintained:
1731F:	drivers/md/bcache/
1732
1733BEFS FILE SYSTEM
1734S:	Orphan
1735F:	Documentation/filesystems/befs.txt
1736F:	fs/befs/
1737
1738BFS FILE SYSTEM
1739M:	"Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1740S:	Maintained
1741F:	Documentation/filesystems/bfs.txt
1742F:	fs/bfs/
1743F:	include/uapi/linux/bfs_fs.h
1744
1745BLACKFIN ARCHITECTURE
1746M:	Steven Miao <realmz6@gmail.com>
1747L:	adi-buildroot-devel@lists.sourceforge.net
1748W:	http://blackfin.uclinux.org
1749S:	Supported
1750F:	arch/blackfin/
1751
1752BLACKFIN EMAC DRIVER
1753L:	adi-buildroot-devel@lists.sourceforge.net
1754W:	http://blackfin.uclinux.org
1755S:	Supported
1756F:	drivers/net/ethernet/adi/
1757
1758BLACKFIN RTC DRIVER
1759L:	adi-buildroot-devel@lists.sourceforge.net
1760W:	http://blackfin.uclinux.org
1761S:	Supported
1762F:	drivers/rtc/rtc-bfin.c
1763
1764BLACKFIN SDH DRIVER
1765M:	Sonic Zhang <sonic.zhang@analog.com>
1766L:	adi-buildroot-devel@lists.sourceforge.net
1767W:	http://blackfin.uclinux.org
1768S:	Supported
1769F:	drivers/mmc/host/bfin_sdh.c
1770
1771BLACKFIN SERIAL DRIVER
1772M:	Sonic Zhang <sonic.zhang@analog.com>
1773L:	adi-buildroot-devel@lists.sourceforge.net
1774W:	http://blackfin.uclinux.org
1775S:	Supported
1776F:	drivers/tty/serial/bfin_uart.c
1777
1778BLACKFIN WATCHDOG DRIVER
1779L:	adi-buildroot-devel@lists.sourceforge.net
1780W:	http://blackfin.uclinux.org
1781S:	Supported
1782F:	drivers/watchdog/bfin_wdt.c
1783
1784BLACKFIN I2C TWI DRIVER
1785M:	Sonic Zhang <sonic.zhang@analog.com>
1786L:	adi-buildroot-devel@lists.sourceforge.net
1787W:	http://blackfin.uclinux.org/
1788S:	Supported
1789F:	drivers/i2c/busses/i2c-bfin-twi.c
1790
1791BLACKFIN MEDIA DRIVER
1792M:	Scott Jiang <scott.jiang.linux@gmail.com>
1793L:	adi-buildroot-devel@lists.sourceforge.net
1794W:	http://blackfin.uclinux.org/
1795S:	Supported
1796F:	drivers/media/platform/blackfin/
1797F:	drivers/media/i2c/adv7183*
1798F:	drivers/media/i2c/vs6624*
1799
1800BLINKM RGB LED DRIVER
1801M:	Jan-Simon Moeller <jansimon.moeller@gmx.de>
1802S:	Maintained
1803F:	drivers/leds/leds-blinkm.c
1804
1805BLOCK LAYER
1806M:	Jens Axboe <axboe@kernel.dk>
1807T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1808S:	Maintained
1809F:	block/
1810
1811BLOCK2MTD DRIVER
1812M:	Joern Engel <joern@lazybastard.org>
1813L:	linux-mtd@lists.infradead.org
1814S:	Maintained
1815F:	drivers/mtd/devices/block2mtd.c
1816
1817BLUETOOTH DRIVERS
1818M:	Marcel Holtmann <marcel@holtmann.org>
1819M:	Gustavo Padovan <gustavo@padovan.org>
1820M:	Johan Hedberg <johan.hedberg@gmail.com>
1821L:	linux-bluetooth@vger.kernel.org
1822W:	http://www.bluez.org/
1823T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1824T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1825S:	Maintained
1826F:	drivers/bluetooth/
1827
1828BLUETOOTH SUBSYSTEM
1829M:	Marcel Holtmann <marcel@holtmann.org>
1830M:	Gustavo Padovan <gustavo@padovan.org>
1831M:	Johan Hedberg <johan.hedberg@gmail.com>
1832L:	linux-bluetooth@vger.kernel.org
1833W:	http://www.bluez.org/
1834T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1835T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1836S:	Maintained
1837F:	net/bluetooth/
1838F:	include/net/bluetooth/
1839
1840BONDING DRIVER
1841M:	Jay Vosburgh <fubar@us.ibm.com>
1842M:	Veaceslav Falico <vfalico@redhat.com>
1843M:	Andy Gospodarek <andy@greyhouse.net>
1844L:	netdev@vger.kernel.org
1845W:	http://sourceforge.net/projects/bonding/
1846S:	Supported
1847F:	drivers/net/bonding/
1848F:	include/uapi/linux/if_bonding.h
1849
1850BROADCOM B44 10/100 ETHERNET DRIVER
1851M:	Gary Zambrano <zambrano@broadcom.com>
1852L:	netdev@vger.kernel.org
1853S:	Supported
1854F:	drivers/net/ethernet/broadcom/b44.*
1855
1856BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1857M:	Michael Chan <mchan@broadcom.com>
1858L:	netdev@vger.kernel.org
1859S:	Supported
1860F:	drivers/net/ethernet/broadcom/bnx2.*
1861F:	drivers/net/ethernet/broadcom/bnx2_*
1862
1863BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1864M:	Ariel Elior <ariele@broadcom.com>
1865L:	netdev@vger.kernel.org
1866S:	Supported
1867F:	drivers/net/ethernet/broadcom/bnx2x/
1868
1869BROADCOM BCM281XX/BCM11XXX ARM ARCHITECTURE
1870M:	Christian Daudt <bcm@fixthebug.org>
1871L:	bcm-kernel-feedback-list@broadcom.com
1872T:	git git://git.github.com/broadcom/bcm11351
1873S:	Maintained
1874F:	arch/arm/mach-bcm/
1875F:	arch/arm/boot/dts/bcm113*
1876F:	arch/arm/boot/dts/bcm281*
1877F:	arch/arm/configs/bcm_defconfig
1878F:	drivers/mmc/host/sdhci_bcm_kona.c
1879F:	drivers/clocksource/bcm_kona_timer.c
1880
1881BROADCOM BCM2835 ARM ARCHICTURE
1882M:	Stephen Warren <swarren@wwwdotorg.org>
1883L:	linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1884T:	git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1885S:	Maintained
1886F:	arch/arm/mach-bcm2835/
1887F:	arch/arm/boot/dts/bcm2835*
1888F:	arch/arm/configs/bcm2835_defconfig
1889F:	drivers/*/*bcm2835*
1890
1891BROADCOM TG3 GIGABIT ETHERNET DRIVER
1892M:	Nithin Nayak Sujir <nsujir@broadcom.com>
1893M:	Michael Chan <mchan@broadcom.com>
1894L:	netdev@vger.kernel.org
1895S:	Supported
1896F:	drivers/net/ethernet/broadcom/tg3.*
1897
1898BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1899M:	Brett Rudley <brudley@broadcom.com>
1900M:	Arend van Spriel <arend@broadcom.com>
1901M:	Franky (Zhenhui) Lin <frankyl@broadcom.com>
1902M:	Hante Meuleman <meuleman@broadcom.com>
1903L:	linux-wireless@vger.kernel.org
1904L:	brcm80211-dev-list@broadcom.com
1905S:	Supported
1906F:	drivers/net/wireless/brcm80211/
1907
1908BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1909M:	Eddie Wai <eddie.wai@broadcom.com>
1910L:	linux-scsi@vger.kernel.org
1911S:	Supported
1912F:	drivers/scsi/bnx2fc/
1913
1914BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
1915M:	Eddie Wai <eddie.wai@broadcom.com>
1916L:	linux-scsi@vger.kernel.org
1917S:	Supported
1918F:	drivers/scsi/bnx2i/
1919
1920BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1921M:	Rafał Miłecki <zajec5@gmail.com>
1922L:	linux-wireless@vger.kernel.org
1923S:	Maintained
1924F:	drivers/bcma/
1925F:	include/linux/bcma/
1926
1927BROCADE BFA FC SCSI DRIVER
1928M:	Anil Gurumurthy <agurumur@brocade.com>
1929M:	Vijaya Mohan Guvva <vmohan@brocade.com>
1930L:	linux-scsi@vger.kernel.org
1931S:	Supported
1932F:	drivers/scsi/bfa/
1933
1934BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1935M:	Rasesh Mody <rmody@brocade.com>
1936L:	netdev@vger.kernel.org
1937S:	Supported
1938F:	drivers/net/ethernet/brocade/bna/
1939
1940BSG (block layer generic sg v4 driver)
1941M:	FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1942L:	linux-scsi@vger.kernel.org
1943S:	Supported
1944F:	block/bsg.c
1945F:	include/linux/bsg.h
1946F:	include/uapi/linux/bsg.h
1947
1948BT87X AUDIO DRIVER
1949M:	Clemens Ladisch <clemens@ladisch.de>
1950L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
1951T:	git git://git.alsa-project.org/alsa-kernel.git
1952S:	Maintained
1953F:	Documentation/sound/alsa/Bt87x.txt
1954F:	sound/pci/bt87x.c
1955
1956BT8XXGPIO DRIVER
1957M:	Michael Buesch <m@bues.ch>
1958W:	http://bu3sch.de/btgpio.php
1959S:	Maintained
1960F:	drivers/gpio/gpio-bt8xx.c
1961
1962BTRFS FILE SYSTEM
1963M:	Chris Mason <clm@fb.com>
1964M:	Josef Bacik <jbacik@fb.com>
1965L:	linux-btrfs@vger.kernel.org
1966W:	http://btrfs.wiki.kernel.org/
1967Q:	http://patchwork.kernel.org/project/linux-btrfs/list/
1968T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1969S:	Maintained
1970F:	Documentation/filesystems/btrfs.txt
1971F:	fs/btrfs/
1972
1973BTTV VIDEO4LINUX DRIVER
1974M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
1975L:	linux-media@vger.kernel.org
1976W:	http://linuxtv.org
1977T:	git git://linuxtv.org/media_tree.git
1978S:	Odd fixes
1979F:	Documentation/video4linux/bttv/
1980F:	drivers/media/pci/bt8xx/bttv*
1981
1982BUSLOGIC SCSI DRIVER
1983M:	Khalid Aziz <khalid@gonehiking.org>
1984L:	linux-scsi@vger.kernel.org
1985S:	Maintained
1986F:	drivers/scsi/BusLogic.*
1987F:	drivers/scsi/FlashPoint.*
1988
1989C-MEDIA CMI8788 DRIVER
1990M:	Clemens Ladisch <clemens@ladisch.de>
1991L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
1992T:	git git://git.alsa-project.org/alsa-kernel.git
1993S:	Maintained
1994F:	sound/pci/oxygen/
1995
1996C6X ARCHITECTURE
1997M:	Mark Salter <msalter@redhat.com>
1998M:	Aurelien Jacquiot <a-jacquiot@ti.com>
1999L:	linux-c6x-dev@linux-c6x.org
2000W:	http://www.linux-c6x.org/wiki/index.php/Main_Page
2001S:	Maintained
2002F:	arch/c6x/
2003
2004CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2005M:	David Howells <dhowells@redhat.com>
2006L:	linux-cachefs@redhat.com
2007S:	Supported
2008F:	Documentation/filesystems/caching/cachefiles.txt
2009F:	fs/cachefiles/
2010
2011CADET FM/AM RADIO RECEIVER DRIVER
2012M:	Hans Verkuil <hverkuil@xs4all.nl>
2013L:	linux-media@vger.kernel.org
2014T:	git git://linuxtv.org/media_tree.git
2015W:	http://linuxtv.org
2016S:	Maintained
2017F:	drivers/media/radio/radio-cadet*
2018
2019CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2020M:	Jonathan Corbet <corbet@lwn.net>
2021L:	linux-media@vger.kernel.org
2022T:	git git://linuxtv.org/media_tree.git
2023S:	Maintained
2024F:	Documentation/video4linux/cafe_ccic
2025F:	drivers/media/platform/marvell-ccic/
2026
2027CAIF NETWORK LAYER
2028M:	Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2029L:	netdev@vger.kernel.org
2030S:	Supported
2031F:	Documentation/networking/caif/
2032F:	drivers/net/caif/
2033F:	include/uapi/linux/caif/
2034F:	include/net/caif/
2035F:	net/caif/
2036
2037CALGARY x86-64 IOMMU
2038M:	Muli Ben-Yehuda <muli@il.ibm.com>
2039M:	"Jon D. Mason" <jdmason@kudzu.us>
2040L:	discuss@x86-64.org
2041S:	Maintained
2042F:	arch/x86/kernel/pci-calgary_64.c
2043F:	arch/x86/kernel/tce_64.c
2044F:	arch/x86/include/asm/calgary.h
2045F:	arch/x86/include/asm/tce.h
2046
2047CAN NETWORK LAYER
2048M:	Oliver Hartkopp <socketcan@hartkopp.net>
2049L:	linux-can@vger.kernel.org
2050W:	http://gitorious.org/linux-can
2051T:	git git://gitorious.org/linux-can/linux-can-next.git
2052S:	Maintained
2053F:	Documentation/networking/can.txt
2054F:	net/can/
2055F:	include/linux/can/core.h
2056F:	include/uapi/linux/can.h
2057F:	include/uapi/linux/can/bcm.h
2058F:	include/uapi/linux/can/raw.h
2059F:	include/uapi/linux/can/gw.h
2060
2061CAN NETWORK DRIVERS
2062M:	Wolfgang Grandegger <wg@grandegger.com>
2063M:	Marc Kleine-Budde <mkl@pengutronix.de>
2064L:	linux-can@vger.kernel.org
2065W:	http://gitorious.org/linux-can
2066T:	git git://gitorious.org/linux-can/linux-can-next.git
2067S:	Maintained
2068F:	drivers/net/can/
2069F:	include/linux/can/dev.h
2070F:	include/linux/can/platform/
2071F:	include/uapi/linux/can/error.h
2072F:	include/uapi/linux/can/netlink.h
2073
2074CAPABILITIES
2075M:	Serge Hallyn <serge.hallyn@canonical.com>
2076L:	linux-security-module@vger.kernel.org
2077S:	Supported
2078F:	include/linux/capability.h
2079F:	include/uapi/linux/capability.h
2080F:	security/capability.c
2081F:	security/commoncap.c
2082F:	kernel/capability.c
2083
2084CELL BROADBAND ENGINE ARCHITECTURE
2085M:	Arnd Bergmann <arnd@arndb.de>
2086L:	linuxppc-dev@lists.ozlabs.org
2087L:	cbe-oss-dev@lists.ozlabs.org
2088W:	http://www.ibm.com/developerworks/power/cell/
2089S:	Supported
2090F:	arch/powerpc/include/asm/cell*.h
2091F:	arch/powerpc/include/asm/spu*.h
2092F:	arch/powerpc/include/uapi/asm/spu*.h
2093F:	arch/powerpc/oprofile/*cell*
2094F:	arch/powerpc/platforms/cell/
2095
2096CEPH DISTRIBUTED FILE SYSTEM CLIENT
2097M:	Sage Weil <sage@inktank.com>
2098L:	ceph-devel@vger.kernel.org
2099W:	http://ceph.com/
2100T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2101S:	Supported
2102F:	Documentation/filesystems/ceph.txt
2103F:	fs/ceph/
2104F:	net/ceph/
2105F:	include/linux/ceph/
2106F:	include/linux/crush/
2107
2108CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2109L:	linux-usb@vger.kernel.org
2110S:	Orphan
2111F:	Documentation/usb/WUSB-Design-overview.txt
2112F:	Documentation/usb/wusb-cbaf
2113F:	drivers/usb/host/hwa-hc.c
2114F:	drivers/usb/host/whci/
2115F:	drivers/usb/wusbcore/
2116F:	include/linux/usb/wusb*
2117
2118CFAG12864B LCD DRIVER
2119M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2120W:	http://miguelojeda.es/auxdisplay.htm
2121W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2122S:	Maintained
2123F:	drivers/auxdisplay/cfag12864b.c
2124F:	include/linux/cfag12864b.h
2125
2126CFAG12864BFB LCD FRAMEBUFFER DRIVER
2127M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2128W:	http://miguelojeda.es/auxdisplay.htm
2129W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2130S:	Maintained
2131F:	drivers/auxdisplay/cfag12864bfb.c
2132F:	include/linux/cfag12864b.h
2133
2134CFG80211 and NL80211
2135M:	Johannes Berg <johannes@sipsolutions.net>
2136L:	linux-wireless@vger.kernel.org
2137W:	http://wireless.kernel.org/
2138T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2139T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2140S:	Maintained
2141F:	include/uapi/linux/nl80211.h
2142F:	include/net/cfg80211.h
2143F:	net/wireless/*
2144X:	net/wireless/wext*
2145
2146CHAR and MISC DRIVERS
2147M:	Arnd Bergmann <arnd@arndb.de>
2148M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2149T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2150S:	Supported
2151F:	drivers/char/*
2152F:	drivers/misc/*
2153
2154CHECKPATCH
2155M:	Andy Whitcroft <apw@canonical.com>
2156M:	Joe Perches <joe@perches.com>
2157S:	Maintained
2158F:	scripts/checkpatch.pl
2159
2160CHINESE DOCUMENTATION
2161M:	Harry Wei <harryxiyou@gmail.com>
2162L:	xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2163L:	linux-kernel@zh-kernel.org (moderated for non-subscribers)
2164S:	Maintained
2165F:	Documentation/zh_CN/
2166
2167CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2168M:	Peter Chen <Peter.Chen@freescale.com>
2169T:	git://github.com/hzpeterchen/linux-usb.git
2170L:	linux-usb@vger.kernel.org
2171S:	Maintained
2172F:	drivers/usb/chipidea/
2173
2174CHROME HARDWARE PLATFORM SUPPORT
2175M:	Olof Johansson <olof@lixom.net>
2176S:	Maintained
2177F:	drivers/platform/chrome/
2178
2179CISCO VIC ETHERNET NIC DRIVER
2180M:	Christian Benvenuti <benve@cisco.com>
2181M:	Sujith Sankar <ssujith@cisco.com>
2182M:	Govindarajulu Varadarajan <govindarajulu90@gmail.com>
2183M:	Neel Patel <neepatel@cisco.com>
2184M:	Nishank Trivedi <nistrive@cisco.com>
2185S:	Supported
2186F:	drivers/net/ethernet/cisco/enic/
2187
2188CISCO VIC LOW LATENCY NIC DRIVER
2189M:      Upinder Malhi <umalhi@cisco.com>
2190S:      Supported
2191F:      drivers/infiniband/hw/usnic
2192
2193CIRRUS LOGIC EP93XX ETHERNET DRIVER
2194M:	Hartley Sweeten <hsweeten@visionengravers.com>
2195L:	netdev@vger.kernel.org
2196S:	Maintained
2197F:	drivers/net/ethernet/cirrus/ep93xx_eth.c
2198
2199CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2200M:	Lennert Buytenhek <kernel@wantstofly.org>
2201L:	linux-usb@vger.kernel.org
2202S:	Maintained
2203F:	drivers/usb/host/ohci-ep93xx.c
2204
2205CIRRUS LOGIC CS4270 SOUND DRIVER
2206M:	Timur Tabi <timur@tabi.org>
2207L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
2208S:	Odd Fixes
2209F:	sound/soc/codecs/cs4270*
2210
2211CLEANCACHE API
2212M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2213L:	linux-kernel@vger.kernel.org
2214S:	Maintained
2215F:	mm/cleancache.c
2216F:	include/linux/cleancache.h
2217
2218CLK API
2219M:	Russell King <linux@arm.linux.org.uk>
2220S:	Maintained
2221F:	include/linux/clk.h
2222
2223CLOCKSOURCE, CLOCKEVENT DRIVERS
2224M:	Daniel Lezcano <daniel.lezcano@linaro.org>
2225M:	Thomas Gleixner <tglx@linutronix.de>
2226L:	linux-kernel@vger.kernel.org
2227T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2228S:	Supported
2229F:	drivers/clocksource
2230
2231CISCO FCOE HBA DRIVER
2232M:	Hiral Patel <hiralpat@cisco.com>
2233M:	Suma Ramars <sramars@cisco.com>
2234M:	Brian Uchino <buchino@cisco.com>
2235L:	linux-scsi@vger.kernel.org
2236S:	Supported
2237F:	drivers/scsi/fnic/
2238
2239CMPC ACPI DRIVER
2240M:	Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2241M:	Daniel Oliveira Nascimento <don@syst.com.br>
2242L:	platform-driver-x86@vger.kernel.org
2243S:	Supported
2244F:	drivers/platform/x86/classmate-laptop.c
2245
2246COCCINELLE/Semantic Patches (SmPL)
2247M:	Julia Lawall <Julia.Lawall@lip6.fr>
2248M:	Gilles Muller <Gilles.Muller@lip6.fr>
2249M:	Nicolas Palix <nicolas.palix@imag.fr>
2250M:	Michal Marek <mmarek@suse.cz>
2251L:	cocci@systeme.lip6.fr (moderated for non-subscribers)
2252T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2253W:	http://coccinelle.lip6.fr/
2254S:	Supported
2255F:	Documentation/coccinelle.txt
2256F:	scripts/coccinelle/
2257F:	scripts/coccicheck
2258
2259CODA FILE SYSTEM
2260M:	Jan Harkes <jaharkes@cs.cmu.edu>
2261M:	coda@cs.cmu.edu
2262L:	codalist@coda.cs.cmu.edu
2263W:	http://www.coda.cs.cmu.edu/
2264S:	Maintained
2265F:	Documentation/filesystems/coda.txt
2266F:	fs/coda/
2267F:	include/linux/coda*.h
2268F:	include/uapi/linux/coda*.h
2269
2270COMMON CLK FRAMEWORK
2271M:	Mike Turquette <mturquette@linaro.org>
2272L:	linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
2273T:	git git://git.linaro.org/people/mturquette/linux.git
2274S:	Maintained
2275F:	drivers/clk/
2276X:	drivers/clk/clkdev.c
2277F:	include/linux/clk-pr*
2278F:	include/linux/clk/
2279
2280COMMON INTERNET FILE SYSTEM (CIFS)
2281M:	Steve French <sfrench@samba.org>
2282L:	linux-cifs@vger.kernel.org
2283L:	samba-technical@lists.samba.org (moderated for non-subscribers)
2284W:	http://linux-cifs.samba.org/
2285Q:	http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2286T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2287S:	Supported
2288F:	Documentation/filesystems/cifs.txt
2289F:	fs/cifs/
2290
2291COMPACTPCI HOTPLUG CORE
2292M:	Scott Murray <scott@spiteful.org>
2293L:	linux-pci@vger.kernel.org
2294S:	Maintained
2295F:	drivers/pci/hotplug/cpci_hotplug*
2296
2297COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2298M:	Scott Murray <scott@spiteful.org>
2299L:	linux-pci@vger.kernel.org
2300S:	Maintained
2301F:	drivers/pci/hotplug/cpcihp_zt5550.*
2302
2303COMPACTPCI HOTPLUG GENERIC DRIVER
2304M:	Scott Murray <scott@spiteful.org>
2305L:	linux-pci@vger.kernel.org
2306S:	Maintained
2307F:	drivers/pci/hotplug/cpcihp_generic.c
2308
2309COMPAL LAPTOP SUPPORT
2310M:	Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2311L:	platform-driver-x86@vger.kernel.org
2312S:	Maintained
2313F:	drivers/platform/x86/compal-laptop.c
2314
2315CONEXANT ACCESSRUNNER USB DRIVER
2316M:	Simon Arlott <cxacru@fire.lp0.eu>
2317L:	accessrunner-general@lists.sourceforge.net
2318W:	http://accessrunner.sourceforge.net/
2319S:	Maintained
2320F:	drivers/usb/atm/cxacru.c
2321
2322CONFIGFS
2323M:	Joel Becker <jlbec@evilplan.org>
2324T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2325S:	Supported
2326F:	fs/configfs/
2327F:	include/linux/configfs.h
2328
2329CONNECTOR
2330M:	Evgeniy Polyakov <zbr@ioremap.net>
2331L:	netdev@vger.kernel.org
2332S:	Maintained
2333F:	drivers/connector/
2334
2335CONTROL GROUPS (CGROUPS)
2336M:	Tejun Heo <tj@kernel.org>
2337M:	Li Zefan <lizefan@huawei.com>
2338L:	containers@lists.linux-foundation.org
2339L:	cgroups@vger.kernel.org
2340T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2341S:	Maintained
2342F:	include/linux/cgroup*
2343F:	kernel/cgroup*
2344F:	mm/*cgroup*
2345
2346CORETEMP HARDWARE MONITORING DRIVER
2347M:	Fenghua Yu <fenghua.yu@intel.com>
2348L:	lm-sensors@lm-sensors.org
2349S:	Maintained
2350F:	Documentation/hwmon/coretemp
2351F:	drivers/hwmon/coretemp.c
2352
2353COSA/SRP SYNC SERIAL DRIVER
2354M:	Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2355W:	http://www.fi.muni.cz/~kas/cosa/
2356S:	Maintained
2357F:	drivers/net/wan/cosa*
2358
2359CPMAC ETHERNET DRIVER
2360M:	Florian Fainelli <florian@openwrt.org>
2361L:	netdev@vger.kernel.org
2362S:	Maintained
2363F:	drivers/net/ethernet/ti/cpmac.c
2364
2365CPU FREQUENCY DRIVERS
2366M:	Rafael J. Wysocki <rjw@rjwysocki.net>
2367M:	Viresh Kumar <viresh.kumar@linaro.org>
2368L:	cpufreq@vger.kernel.org
2369L:	linux-pm@vger.kernel.org
2370S:	Maintained
2371T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2372T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2373F:	drivers/cpufreq/
2374F:	include/linux/cpufreq.h
2375
2376CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2377M:	Viresh Kumar <viresh.kumar@linaro.org>
2378M:	Sudeep Holla <sudeep.holla@arm.com>
2379L:	cpufreq@vger.kernel.org
2380L:	linux-pm@vger.kernel.org
2381W:	http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2382S:	Maintained
2383F:	drivers/cpufreq/arm_big_little.h
2384F:	drivers/cpufreq/arm_big_little.c
2385F:	drivers/cpufreq/arm_big_little_dt.c
2386
2387CPUIDLE DRIVER - ARM BIG LITTLE
2388M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2389M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2390L:      linux-pm@vger.kernel.org
2391L:      linux-arm-kernel@lists.infradead.org
2392T:      git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2393S:      Maintained
2394F:      drivers/cpuidle/cpuidle-big_little.c
2395
2396CPUIDLE DRIVERS
2397M:	Rafael J. Wysocki <rjw@rjwysocki.net>
2398M:	Daniel Lezcano <daniel.lezcano@linaro.org>
2399L:	linux-pm@vger.kernel.org
2400S:	Maintained
2401T:	git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2402F:	drivers/cpuidle/*
2403F:	include/linux/cpuidle.h
2404
2405CPUID/MSR DRIVER
2406M:	"H. Peter Anvin" <hpa@zytor.com>
2407S:	Maintained
2408F:	arch/x86/kernel/cpuid.c
2409F:	arch/x86/kernel/msr.c
2410
2411CPU POWER MONITORING SUBSYSTEM
2412M:	Dominik Brodowski <linux@dominikbrodowski.net>
2413M:	Thomas Renninger <trenn@suse.de>
2414S:	Maintained
2415F:	tools/power/cpupower/
2416
2417CPUSETS
2418M:	Li Zefan <lizefan@huawei.com>
2419W:	http://www.bullopensource.org/cpuset/
2420W:	http://oss.sgi.com/projects/cpusets/
2421S:	Maintained
2422F:	Documentation/cgroups/cpusets.txt
2423F:	include/linux/cpuset.h
2424F:	kernel/cpuset.c
2425
2426CRAMFS FILESYSTEM
2427W:	http://sourceforge.net/projects/cramfs/
2428S:	Orphan / Obsolete
2429F:	Documentation/filesystems/cramfs.txt
2430F:	fs/cramfs/
2431
2432CRIS PORT
2433M:	Mikael Starvik <starvik@axis.com>
2434M:	Jesper Nilsson <jesper.nilsson@axis.com>
2435L:	linux-cris-kernel@axis.com
2436W:	http://developer.axis.com
2437S:	Maintained
2438F:	arch/cris/
2439F:	drivers/tty/serial/crisv10.*
2440
2441CRYPTO API
2442M:	Herbert Xu <herbert@gondor.apana.org.au>
2443M:	"David S. Miller" <davem@davemloft.net>
2444L:	linux-crypto@vger.kernel.org
2445T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2446S:	Maintained
2447F:	Documentation/crypto/
2448F:	arch/*/crypto/
2449F:	crypto/
2450F:	drivers/crypto/
2451F:	include/crypto/
2452
2453CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2454M:	Neil Horman <nhorman@tuxdriver.com>
2455L:	linux-crypto@vger.kernel.org
2456S:	Maintained
2457F:	crypto/ansi_cprng.c
2458F:	crypto/rng.c
2459
2460CS5535 Audio ALSA driver
2461M:	Jaya Kumar <jayakumar.alsa@gmail.com>
2462S:	Maintained
2463F:	sound/pci/cs5535audio/
2464
2465CW1200 WLAN driver
2466M:     Solomon Peachy <pizza@shaftnet.org>
2467S:     Maintained
2468F:     drivers/net/wireless/cw1200/
2469
2470CX18 VIDEO4LINUX DRIVER
2471M:	Andy Walls <awalls@md.metrocast.net>
2472L:	ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2473L:	linux-media@vger.kernel.org
2474T:	git git://linuxtv.org/media_tree.git
2475W:	http://linuxtv.org
2476W:	http://www.ivtvdriver.org/index.php/Cx18
2477S:	Maintained
2478F:	Documentation/video4linux/cx18.txt
2479F:	drivers/media/pci/cx18/
2480F:	include/uapi/linux/ivtv*
2481
2482CX2341X MPEG ENCODER HELPER MODULE
2483M:	Hans Verkuil <hverkuil@xs4all.nl>
2484L:	linux-media@vger.kernel.org
2485T:	git git://linuxtv.org/media_tree.git
2486W:	http://linuxtv.org
2487S:	Maintained
2488F:	drivers/media/common/cx2341x*
2489F:	include/media/cx2341x*
2490
2491CX88 VIDEO4LINUX DRIVER
2492M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
2493L:	linux-media@vger.kernel.org
2494W:	http://linuxtv.org
2495T:	git git://linuxtv.org/media_tree.git
2496S:	Odd fixes
2497F:	Documentation/video4linux/cx88/
2498F:	drivers/media/pci/cx88/
2499
2500CXD2820R MEDIA DRIVER
2501M:	Antti Palosaari <crope@iki.fi>
2502L:	linux-media@vger.kernel.org
2503W:	http://linuxtv.org/
2504W:	http://palosaari.fi/linux/
2505Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2506T:	git git://linuxtv.org/anttip/media_tree.git
2507S:	Maintained
2508F:	drivers/media/dvb-frontends/cxd2820r*
2509
2510CXGB3 ETHERNET DRIVER (CXGB3)
2511M:	Santosh Raspatur <santosh@chelsio.com>
2512L:	netdev@vger.kernel.org
2513W:	http://www.chelsio.com
2514S:	Supported
2515F:	drivers/net/ethernet/chelsio/cxgb3/
2516
2517CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2518M:	Steve Wise <swise@chelsio.com>
2519L:	linux-rdma@vger.kernel.org
2520W:	http://www.openfabrics.org
2521S:	Supported
2522F:	drivers/infiniband/hw/cxgb3/
2523
2524CXGB4 ETHERNET DRIVER (CXGB4)
2525M:	Dimitris Michailidis <dm@chelsio.com>
2526L:	netdev@vger.kernel.org
2527W:	http://www.chelsio.com
2528S:	Supported
2529F:	drivers/net/ethernet/chelsio/cxgb4/
2530
2531CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2532M:	Steve Wise <swise@chelsio.com>
2533L:	linux-rdma@vger.kernel.org
2534W:	http://www.openfabrics.org
2535S:	Supported
2536F:	drivers/infiniband/hw/cxgb4/
2537
2538CXGB4VF ETHERNET DRIVER (CXGB4VF)
2539M:	Casey Leedom <leedom@chelsio.com>
2540L:	netdev@vger.kernel.org
2541W:	http://www.chelsio.com
2542S:	Supported
2543F:	drivers/net/ethernet/chelsio/cxgb4vf/
2544
2545STMMAC ETHERNET DRIVER
2546M:	Giuseppe Cavallaro <peppe.cavallaro@st.com>
2547L:	netdev@vger.kernel.org
2548W:	http://www.stlinux.com
2549S:	Supported
2550F:	drivers/net/ethernet/stmicro/stmmac/
2551
2552CYBERPRO FB DRIVER
2553M:	Russell King <linux@arm.linux.org.uk>
2554L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2555W:	http://www.arm.linux.org.uk/
2556S:	Maintained
2557F:	drivers/video/cyber2000fb.*
2558
2559CYCLADES ASYNC MUX DRIVER
2560W:	http://www.cyclades.com/
2561S:	Orphan
2562F:	drivers/tty/cyclades.c
2563F:	include/linux/cyclades.h
2564F:	include/uapi/linux/cyclades.h
2565
2566CYCLADES PC300 DRIVER
2567W:	http://www.cyclades.com/
2568S:	Orphan
2569F:	drivers/net/wan/pc300*
2570
2571CYPRESS_FIRMWARE MEDIA DRIVER
2572M:	Antti Palosaari <crope@iki.fi>
2573L:	linux-media@vger.kernel.org
2574W:	http://linuxtv.org/
2575W:	http://palosaari.fi/linux/
2576Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2577T:	git git://linuxtv.org/anttip/media_tree.git
2578S:	Maintained
2579F:	drivers/media/common/cypress_firmware*
2580
2581CYTTSP TOUCHSCREEN DRIVER
2582M:	Ferruh Yigit <fery@cypress.com>
2583L:	linux-input@vger.kernel.org
2584S:	Supported
2585F:	drivers/input/touchscreen/cyttsp*
2586F:	include/linux/input/cyttsp.h
2587
2588DAMA SLAVE for AX.25
2589M:	Joerg Reuter <jreuter@yaina.de>
2590W:	http://yaina.de/jreuter/
2591W:	http://www.qsl.net/dl1bke/
2592L:	linux-hams@vger.kernel.org
2593S:	Maintained
2594F:	net/ax25/af_ax25.c
2595F:	net/ax25/ax25_dev.c
2596F:	net/ax25/ax25_ds_*
2597F:	net/ax25/ax25_in.c
2598F:	net/ax25/ax25_out.c
2599F:	net/ax25/ax25_timer.c
2600F:	net/ax25/sysctl_net_ax25.c
2601
2602DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2603L:	netdev@vger.kernel.org
2604S:	Orphan
2605F:	Documentation/networking/dmfe.txt
2606F:	drivers/net/ethernet/dec/tulip/dmfe.c
2607
2608DC390/AM53C974 SCSI driver
2609M:	Kurt Garloff <garloff@suse.de>
2610W:	http://www.garloff.de/kurt/linux/dc390/
2611M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2612S:	Maintained
2613F:	drivers/scsi/tmscsim.*
2614
2615DC395x SCSI driver
2616M:	Oliver Neukum <oliver@neukum.org>
2617M:	Ali Akcaagac <aliakc@web.de>
2618M:	Jamie Lenehan <lenehan@twibble.org>
2619W:	http://twibble.org/dist/dc395x/
2620L:	dc395x@twibble.org
2621L:	http://lists.twibble.org/mailman/listinfo/dc395x/
2622S:	Maintained
2623F:	Documentation/scsi/dc395x.txt
2624F:	drivers/scsi/dc395x.*
2625
2626DCCP PROTOCOL
2627M:	Gerrit Renker <gerrit@erg.abdn.ac.uk>
2628L:	dccp@vger.kernel.org
2629W:	http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2630S:	Maintained
2631F:	include/linux/dccp.h
2632F:	include/uapi/linux/dccp.h
2633F:	include/linux/tfrc.h
2634F:	net/dccp/
2635
2636DECnet NETWORK LAYER
2637W:	http://linux-decnet.sourceforge.net
2638L:	linux-decnet-user@lists.sourceforge.net
2639S:	Orphan
2640F:	Documentation/networking/decnet.txt
2641F:	net/decnet/
2642
2643DEFXX FDDI NETWORK DRIVER
2644M:	"Maciej W. Rozycki" <macro@linux-mips.org>
2645S:	Maintained
2646F:	drivers/net/fddi/defxx.*
2647
2648DELL LAPTOP DRIVER
2649M:	Matthew Garrett <mjg59@srcf.ucam.org>
2650L:	platform-driver-x86@vger.kernel.org
2651S:	Maintained
2652F:	drivers/platform/x86/dell-laptop.c
2653
2654DELL LAPTOP SMM DRIVER
2655M:	Guenter Roeck <linux@roeck-us.net>
2656F:	drivers/char/i8k.c
2657F:	include/uapi/linux/i8k.h
2658
2659DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2660M:	Doug Warzecha <Douglas_Warzecha@dell.com>
2661S:	Maintained
2662F:	Documentation/dcdbas.txt
2663F:	drivers/firmware/dcdbas.*
2664
2665DELL WMI EXTRAS DRIVER
2666M:	Matthew Garrett <mjg59@srcf.ucam.org>
2667S:	Maintained
2668F:	drivers/platform/x86/dell-wmi.c
2669
2670DESIGNWARE USB2 DRD IP DRIVER
2671M:	Paul Zimmerman <paulz@synopsys.com>
2672L:	linux-usb@vger.kernel.org
2673S:	Maintained
2674F:	drivers/usb/dwc2/
2675
2676DESIGNWARE USB3 DRD IP DRIVER
2677M:	Felipe Balbi <balbi@ti.com>
2678L:	linux-usb@vger.kernel.org
2679L:	linux-omap@vger.kernel.org
2680T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2681S:	Maintained
2682F:	drivers/usb/dwc3/
2683
2684DEVICE FREQUENCY (DEVFREQ)
2685M:	MyungJoo Ham <myungjoo.ham@samsung.com>
2686M:	Kyungmin Park <kyungmin.park@samsung.com>
2687L:	linux-pm@vger.kernel.org
2688S:	Maintained
2689F:	drivers/devfreq/
2690
2691DEVICE NUMBER REGISTRY
2692M:	Torben Mathiasen <device@lanana.org>
2693W:	http://lanana.org/docs/device-list/index.html
2694S:	Maintained
2695
2696DEVICE-MAPPER  (LVM)
2697M:	Alasdair Kergon <agk@redhat.com>
2698M:	Mike Snitzer <snitzer@redhat.com>
2699M:	dm-devel@redhat.com
2700L:	dm-devel@redhat.com
2701W:	http://sources.redhat.com/dm
2702Q:	http://patchwork.kernel.org/project/dm-devel/list/
2703T:	git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
2704T:	quilt http://people.redhat.com/agk/patches/linux/editing/
2705S:	Maintained
2706F:	Documentation/device-mapper/
2707F:	drivers/md/dm*
2708F:	drivers/md/persistent-data/
2709F:	include/linux/device-mapper.h
2710F:	include/linux/dm-*.h
2711F:	include/uapi/linux/dm-*.h
2712
2713DIGI NEO AND CLASSIC PCI PRODUCTS
2714M:	Lidza Louina <lidza.louina@gmail.com>
2715L:	driverdev-devel@linuxdriverproject.org
2716S:	Maintained
2717F:	drivers/staging/dgnc/
2718
2719DIGI EPCA PCI PRODUCTS
2720M:	Lidza Louina <lidza.louina@gmail.com>
2721L:	driverdev-devel@linuxdriverproject.org
2722S:	Maintained
2723F:	drivers/staging/dgap/
2724
2725DIOLAN U2C-12 I2C DRIVER
2726M:	Guenter Roeck <linux@roeck-us.net>
2727L:	linux-i2c@vger.kernel.org
2728S:	Maintained
2729F:	drivers/i2c/busses/i2c-diolan-u2c.c
2730
2731DIRECTORY NOTIFICATION (DNOTIFY)
2732M:	Eric Paris <eparis@parisplace.org>
2733S:	Maintained
2734F:	Documentation/filesystems/dnotify.txt
2735F:	fs/notify/dnotify/
2736F:	include/linux/dnotify.h
2737
2738DISK GEOMETRY AND PARTITION HANDLING
2739M:	Andries Brouwer <aeb@cwi.nl>
2740W:	http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2741W:	http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2742W:	http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2743S:	Maintained
2744
2745DISKQUOTA
2746M:	Jan Kara <jack@suse.cz>
2747S:	Maintained
2748F:	Documentation/filesystems/quota.txt
2749F:	fs/quota/
2750F:	include/linux/quota*.h
2751F:	include/uapi/linux/quota*.h
2752
2753DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2754M:	Bernie Thompson <bernie@plugable.com>
2755L:	linux-fbdev@vger.kernel.org
2756S:	Maintained
2757W:	http://plugable.com/category/projects/udlfb/
2758F:	drivers/video/udlfb.c
2759F:	include/video/udlfb.h
2760F:	Documentation/fb/udlfb.txt
2761
2762DISTRIBUTED LOCK MANAGER (DLM)
2763M:	Christine Caulfield <ccaulfie@redhat.com>
2764M:	David Teigland <teigland@redhat.com>
2765L:	cluster-devel@redhat.com
2766W:	http://sources.redhat.com/cluster/
2767T:	git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2768S:	Supported
2769F:	fs/dlm/
2770
2771DMA BUFFER SHARING FRAMEWORK
2772M:	Sumit Semwal <sumit.semwal@linaro.org>
2773S:	Maintained
2774L:	linux-media@vger.kernel.org
2775L:	dri-devel@lists.freedesktop.org
2776L:	linaro-mm-sig@lists.linaro.org
2777F:	drivers/base/dma-buf*
2778F:	include/linux/dma-buf*
2779F:	Documentation/dma-buf-sharing.txt
2780T:	git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2781
2782DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2783M:	Vinod Koul <vinod.koul@intel.com>
2784M:	Dan Williams <dan.j.williams@intel.com>
2785L:	dmaengine@vger.kernel.org
2786Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
2787S:	Supported
2788F:	drivers/dma/
2789F:	include/linux/dma*
2790T:	git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2791T:	git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2792
2793DME1737 HARDWARE MONITOR DRIVER
2794M:	Juerg Haefliger <juergh@gmail.com>
2795L:	lm-sensors@lm-sensors.org
2796S:	Maintained
2797F:	Documentation/hwmon/dme1737
2798F:	drivers/hwmon/dme1737.c
2799
2800DOCKING STATION DRIVER
2801M:	Shaohua Li <shaohua.li@intel.com>
2802L:	linux-acpi@vger.kernel.org
2803S:	Supported
2804F:	drivers/acpi/dock.c
2805
2806DOCUMENTATION
2807M:	Rob Landley <rob@landley.net>
2808L:	linux-doc@vger.kernel.org
2809T:	TBD
2810S:	Maintained
2811F:	Documentation/
2812
2813DOUBLETALK DRIVER
2814M:	"James R. Van Zandt" <jrv@vanzandt.mv.com>
2815L:	blinux-list@redhat.com
2816S:	Maintained
2817F:	drivers/char/dtlk.c
2818F:	include/linux/dtlk.h
2819
2820DPT_I2O SCSI RAID DRIVER
2821M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2822L:	linux-scsi@vger.kernel.org
2823W:	http://www.adaptec.com/
2824S:	Maintained
2825F:	drivers/scsi/dpt*
2826F:	drivers/scsi/dpt/
2827
2828DRBD DRIVER
2829P:	Philipp Reisner
2830P:	Lars Ellenberg
2831M:	drbd-dev@lists.linbit.com
2832L:	drbd-user@lists.linbit.com
2833W:	http://www.drbd.org
2834T:	git git://git.drbd.org/linux-2.6-drbd.git drbd
2835T:	git git://git.drbd.org/drbd-8.3.git
2836S:	Supported
2837F:	drivers/block/drbd/
2838F:	lib/lru_cache.c
2839F:	Documentation/blockdev/drbd/
2840
2841DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2842M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2843T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2844S:	Supported
2845F:	Documentation/kobject.txt
2846F:	drivers/base/
2847F:	fs/sysfs/
2848F:	fs/debugfs/
2849F:	include/linux/kobj*
2850F:	include/linux/debugfs.h
2851F:	lib/kobj*
2852
2853DRM DRIVERS
2854M:	David Airlie <airlied@linux.ie>
2855L:	dri-devel@lists.freedesktop.org
2856T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2857S:	Maintained
2858F:	drivers/gpu/drm/
2859F:	include/drm/
2860F:	include/uapi/drm/
2861
2862INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2863M:	Daniel Vetter <daniel.vetter@ffwll.ch>
2864M:	Jani Nikula <jani.nikula@linux.intel.com>
2865L:	intel-gfx@lists.freedesktop.org
2866L:	dri-devel@lists.freedesktop.org
2867Q:	http://patchwork.freedesktop.org/project/intel-gfx/
2868T:	git git://anongit.freedesktop.org/drm-intel
2869S:	Supported
2870F:	drivers/gpu/drm/i915/
2871F:	include/drm/i915*
2872F:	include/uapi/drm/i915*
2873
2874DRM DRIVERS FOR EXYNOS
2875M:	Inki Dae <inki.dae@samsung.com>
2876M:	Joonyoung Shim <jy0922.shim@samsung.com>
2877M:	Seung-Woo Kim <sw0312.kim@samsung.com>
2878M:	Kyungmin Park <kyungmin.park@samsung.com>
2879L:	dri-devel@lists.freedesktop.org
2880T:	git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2881S:	Supported
2882F:	drivers/gpu/drm/exynos/
2883F:	include/drm/exynos*
2884F:	include/uapi/drm/exynos*
2885
2886DRM DRIVERS FOR NVIDIA TEGRA
2887M:	Thierry Reding <thierry.reding@gmail.com>
2888M:	Terje Bergström <tbergstrom@nvidia.com>
2889L:	dri-devel@lists.freedesktop.org
2890L:	linux-tegra@vger.kernel.org
2891T:	git git://anongit.freedesktop.org/tegra/linux.git
2892S:	Supported
2893F:	drivers/gpu/drm/tegra/
2894F:	drivers/gpu/host1x/
2895F:	include/linux/host1x.h
2896F:	include/uapi/drm/tegra_drm.h
2897F:	Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
2898
2899DSBR100 USB FM RADIO DRIVER
2900M:	Alexey Klimov <klimov.linux@gmail.com>
2901L:	linux-media@vger.kernel.org
2902T:	git git://linuxtv.org/media_tree.git
2903S:	Maintained
2904F:	drivers/media/radio/dsbr100.c
2905
2906DSCC4 DRIVER
2907M:	Francois Romieu <romieu@fr.zoreil.com>
2908L:	netdev@vger.kernel.org
2909S:	Maintained
2910F:	drivers/net/wan/dscc4.c
2911
2912DVB_USB_AF9015 MEDIA DRIVER
2913M:	Antti Palosaari <crope@iki.fi>
2914L:	linux-media@vger.kernel.org
2915W:	http://linuxtv.org/
2916W:	http://palosaari.fi/linux/
2917Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2918T:	git git://linuxtv.org/anttip/media_tree.git
2919S:	Maintained
2920F:	drivers/media/usb/dvb-usb-v2/af9015*
2921
2922DVB_USB_AF9035 MEDIA DRIVER
2923M:	Antti Palosaari <crope@iki.fi>
2924L:	linux-media@vger.kernel.org
2925W:	http://linuxtv.org/
2926W:	http://palosaari.fi/linux/
2927Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2928T:	git git://linuxtv.org/anttip/media_tree.git
2929S:	Maintained
2930F:	drivers/media/usb/dvb-usb-v2/af9035*
2931
2932DVB_USB_ANYSEE MEDIA DRIVER
2933M:	Antti Palosaari <crope@iki.fi>
2934L:	linux-media@vger.kernel.org
2935W:	http://linuxtv.org/
2936W:	http://palosaari.fi/linux/
2937Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2938T:	git git://linuxtv.org/anttip/media_tree.git
2939S:	Maintained
2940F:	drivers/media/usb/dvb-usb-v2/anysee*
2941
2942DVB_USB_AU6610 MEDIA DRIVER
2943M:	Antti Palosaari <crope@iki.fi>
2944L:	linux-media@vger.kernel.org
2945W:	http://linuxtv.org/
2946W:	http://palosaari.fi/linux/
2947Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2948T:	git git://linuxtv.org/anttip/media_tree.git
2949S:	Maintained
2950F:	drivers/media/usb/dvb-usb-v2/au6610*
2951
2952DVB_USB_CE6230 MEDIA DRIVER
2953M:	Antti Palosaari <crope@iki.fi>
2954L:	linux-media@vger.kernel.org
2955W:	http://linuxtv.org/
2956W:	http://palosaari.fi/linux/
2957Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2958T:	git git://linuxtv.org/anttip/media_tree.git
2959S:	Maintained
2960F:	drivers/media/usb/dvb-usb-v2/ce6230*
2961
2962DVB_USB_CXUSB MEDIA DRIVER
2963M:	Michael Krufky <mkrufky@linuxtv.org>
2964L:	linux-media@vger.kernel.org
2965W:	http://linuxtv.org/
2966W:	http://github.com/mkrufky
2967Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2968T:	git git://linuxtv.org/media_tree.git
2969S:	Maintained
2970F:	drivers/media/usb/dvb-usb/cxusb*
2971
2972DVB_USB_EC168 MEDIA DRIVER
2973M:	Antti Palosaari <crope@iki.fi>
2974L:	linux-media@vger.kernel.org
2975W:	http://linuxtv.org/
2976W:	http://palosaari.fi/linux/
2977Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2978T:	git git://linuxtv.org/anttip/media_tree.git
2979S:	Maintained
2980F:	drivers/media/usb/dvb-usb-v2/ec168*
2981
2982DVB_USB_GL861 MEDIA DRIVER
2983M:	Antti Palosaari <crope@iki.fi>
2984L:	linux-media@vger.kernel.org
2985W:	http://linuxtv.org/
2986Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2987T:	git git://linuxtv.org/anttip/media_tree.git
2988S:	Maintained
2989F:	drivers/media/usb/dvb-usb-v2/gl861*
2990
2991DVB_USB_MXL111SF MEDIA DRIVER
2992M:	Michael Krufky <mkrufky@linuxtv.org>
2993L:	linux-media@vger.kernel.org
2994W:	http://linuxtv.org/
2995W:	http://github.com/mkrufky
2996Q:	http://patchwork.linuxtv.org/project/linux-media/list/
2997T:	git git://linuxtv.org/mkrufky/mxl111sf.git
2998S:	Maintained
2999F:	drivers/media/usb/dvb-usb-v2/mxl111sf*
3000
3001DVB_USB_RTL28XXU MEDIA DRIVER
3002M:	Antti Palosaari <crope@iki.fi>
3003L:	linux-media@vger.kernel.org
3004W:	http://linuxtv.org/
3005W:	http://palosaari.fi/linux/
3006Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3007T:	git git://linuxtv.org/anttip/media_tree.git
3008S:	Maintained
3009F:	drivers/media/usb/dvb-usb-v2/rtl28xxu*
3010
3011DVB_USB_V2 MEDIA DRIVER
3012M:	Antti Palosaari <crope@iki.fi>
3013L:	linux-media@vger.kernel.org
3014W:	http://linuxtv.org/
3015W:	http://palosaari.fi/linux/
3016Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3017T:	git git://linuxtv.org/anttip/media_tree.git
3018S:	Maintained
3019F:	drivers/media/usb/dvb-usb-v2/dvb_usb*
3020F:	drivers/media/usb/dvb-usb-v2/usb_urb.c
3021
3022DYNAMIC DEBUG
3023M:	Jason Baron <jbaron@akamai.com>
3024S:	Maintained
3025F:	lib/dynamic_debug.c
3026F:	include/linux/dynamic_debug.h
3027
3028DZ DECSTATION DZ11 SERIAL DRIVER
3029M:	"Maciej W. Rozycki" <macro@linux-mips.org>
3030S:	Maintained
3031F:	drivers/tty/serial/dz.*
3032
3033E4000 MEDIA DRIVER
3034M:	Antti Palosaari <crope@iki.fi>
3035L:	linux-media@vger.kernel.org
3036W:	http://linuxtv.org/
3037W:	http://palosaari.fi/linux/
3038Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3039T:	git git://linuxtv.org/anttip/media_tree.git
3040S:	Maintained
3041F:	drivers/media/tuners/e4000*
3042
3043EATA-DMA SCSI DRIVER
3044M:	Michael Neuffer <mike@i-Connect.Net>
3045L:	linux-eata@i-connect.net
3046L:	linux-scsi@vger.kernel.org
3047S:	Maintained
3048F:	drivers/scsi/eata*
3049
3050EATA ISA/EISA/PCI SCSI DRIVER
3051M:	Dario Ballabio <ballabio_dario@emc.com>
3052L:	linux-scsi@vger.kernel.org
3053S:	Maintained
3054F:	drivers/scsi/eata.c
3055
3056EATA-PIO SCSI DRIVER
3057M:	Michael Neuffer <mike@i-Connect.Net>
3058L:	linux-eata@i-connect.net
3059L:	linux-scsi@vger.kernel.org
3060S:	Maintained
3061F:	drivers/scsi/eata_pio.*
3062
3063EBTABLES
3064M:	Bart De Schuymer <bart.de.schuymer@pandora.be>
3065L:	netfilter-devel@vger.kernel.org
3066W:	http://ebtables.sourceforge.net/
3067S:	Maintained
3068F:	include/linux/netfilter_bridge/ebt_*.h
3069F:	include/uapi/linux/netfilter_bridge/ebt_*.h
3070F:	net/bridge/netfilter/ebt*.c
3071
3072EC100 MEDIA DRIVER
3073M:	Antti Palosaari <crope@iki.fi>
3074L:	linux-media@vger.kernel.org
3075W:	http://linuxtv.org/
3076W:	http://palosaari.fi/linux/
3077Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3078T:	git git://linuxtv.org/anttip/media_tree.git
3079S:	Maintained
3080F:	drivers/media/dvb-frontends/ec100*
3081
3082ECRYPT FILE SYSTEM
3083M:	Tyler Hicks <tyhicks@canonical.com>
3084L:	ecryptfs@vger.kernel.org
3085W:	http://ecryptfs.org
3086W:	https://launchpad.net/ecryptfs
3087S:	Supported
3088F:	Documentation/filesystems/ecryptfs.txt
3089F:	fs/ecryptfs/
3090
3091EDAC-CORE
3092M:	Doug Thompson <dougthompson@xmission.com>
3093L:	linux-edac@vger.kernel.org
3094W:	bluesmoke.sourceforge.net
3095S:	Supported
3096F:	Documentation/edac.txt
3097F:	drivers/edac/
3098F:	include/linux/edac.h
3099
3100EDAC-AMD64
3101M:	Doug Thompson <dougthompson@xmission.com>
3102M:	Borislav Petkov <bp@alien8.de>
3103L:	linux-edac@vger.kernel.org
3104W:	bluesmoke.sourceforge.net
3105S:	Maintained
3106F:	drivers/edac/amd64_edac*
3107
3108EDAC-CALXEDA
3109M:	Doug Thompson <dougthompson@xmission.com>
3110M:	Robert Richter <rric@kernel.org>
3111L:	linux-edac@vger.kernel.org
3112W:	bluesmoke.sourceforge.net
3113S:	Maintained
3114F:	drivers/edac/highbank*
3115
3116EDAC-CAVIUM
3117M:	Ralf Baechle <ralf@linux-mips.org>
3118M:	David Daney <david.daney@cavium.com>
3119L:	linux-edac@vger.kernel.org
3120L:	linux-mips@linux-mips.org
3121W:	bluesmoke.sourceforge.net
3122S:	Supported
3123F:	drivers/edac/octeon_edac*
3124
3125EDAC-E752X
3126M:	Mark Gross <mark.gross@intel.com>
3127M:	Doug Thompson <dougthompson@xmission.com>
3128L:	linux-edac@vger.kernel.org
3129W:	bluesmoke.sourceforge.net
3130S:	Maintained
3131F:	drivers/edac/e752x_edac.c
3132
3133EDAC-E7XXX
3134M:	Doug Thompson <dougthompson@xmission.com>
3135L:	linux-edac@vger.kernel.org
3136W:	bluesmoke.sourceforge.net
3137S:	Maintained
3138F:	drivers/edac/e7xxx_edac.c
3139
3140EDAC-GHES
3141M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
3142L:	linux-edac@vger.kernel.org
3143W:	bluesmoke.sourceforge.net
3144S:	Maintained
3145F:	drivers/edac/ghes_edac.c
3146
3147EDAC-I82443BXGX
3148M:	Tim Small <tim@buttersideup.com>
3149L:	linux-edac@vger.kernel.org
3150W:	bluesmoke.sourceforge.net
3151S:	Maintained
3152F:	drivers/edac/i82443bxgx_edac.c
3153
3154EDAC-I3000
3155M:	Jason Uhlenkott <juhlenko@akamai.com>
3156L:	linux-edac@vger.kernel.org
3157W:	bluesmoke.sourceforge.net
3158S:	Maintained
3159F:	drivers/edac/i3000_edac.c
3160
3161EDAC-I5000
3162M:	Doug Thompson <dougthompson@xmission.com>
3163L:	linux-edac@vger.kernel.org
3164W:	bluesmoke.sourceforge.net
3165S:	Maintained
3166F:	drivers/edac/i5000_edac.c
3167
3168EDAC-I5400
3169M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
3170L:	linux-edac@vger.kernel.org
3171W:	bluesmoke.sourceforge.net
3172S:	Maintained
3173F:	drivers/edac/i5400_edac.c
3174
3175EDAC-I7300
3176M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
3177L:	linux-edac@vger.kernel.org
3178W:	bluesmoke.sourceforge.net
3179S:	Maintained
3180F:	drivers/edac/i7300_edac.c
3181
3182EDAC-I7CORE
3183M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
3184L:	linux-edac@vger.kernel.org
3185W:	bluesmoke.sourceforge.net
3186S:	Maintained
3187F:	drivers/edac/i7core_edac.c
3188
3189EDAC-I82975X
3190M:	Ranganathan Desikan <ravi@jetztechnologies.com>
3191M:	"Arvind R." <arvino55@gmail.com>
3192L:	linux-edac@vger.kernel.org
3193W:	bluesmoke.sourceforge.net
3194S:	Maintained
3195F:	drivers/edac/i82975x_edac.c
3196
3197EDAC-MPC85XX
3198M:	Johannes Thumshirn <johannes.thumshirn@men.de>
3199L:	linux-edac@vger.kernel.org
3200W:	bluesmoke.sourceforge.net
3201S:	Maintained
3202F:	drivers/edac/mpc85xx_edac.[ch]
3203
3204EDAC-PASEMI
3205M:	Egor Martovetsky <egor@pasemi.com>
3206L:	linux-edac@vger.kernel.org
3207W:	bluesmoke.sourceforge.net
3208S:	Maintained
3209F:	drivers/edac/pasemi_edac.c
3210
3211EDAC-R82600
3212M:	Tim Small <tim@buttersideup.com>
3213L:	linux-edac@vger.kernel.org
3214W:	bluesmoke.sourceforge.net
3215S:	Maintained
3216F:	drivers/edac/r82600_edac.c
3217
3218EDAC-SBRIDGE
3219M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
3220L:	linux-edac@vger.kernel.org
3221W:	bluesmoke.sourceforge.net
3222S:	Maintained
3223F:	drivers/edac/sb_edac.c
3224
3225EDIROL UA-101/UA-1000 DRIVER
3226M:	Clemens Ladisch <clemens@ladisch.de>
3227L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3228T:	git git://git.alsa-project.org/alsa-kernel.git
3229S:	Maintained
3230F:	sound/usb/misc/ua101.c
3231
3232EXTENSIBLE FIRMWARE INTERFACE (EFI)
3233M:	Matt Fleming <matt.fleming@intel.com>
3234L:	linux-efi@vger.kernel.org
3235T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3236S:	Maintained
3237F:	Documentation/x86/efi-stub.txt
3238F:	arch/ia64/kernel/efi.c
3239F:	arch/x86/boot/compressed/eboot.[ch]
3240F:	arch/x86/include/asm/efi.h
3241F:	arch/x86/platform/efi/*
3242F:	drivers/firmware/efi/*
3243F:	include/linux/efi*.h
3244
3245EFI VARIABLE FILESYSTEM
3246M:	Matthew Garrett <matthew.garrett@nebula.com>
3247M:	Jeremy Kerr <jk@ozlabs.org>
3248M:	Matt Fleming <matt.fleming@intel.com>
3249T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3250L:	linux-efi@vger.kernel.org
3251S:	Maintained
3252F:	fs/efivarfs/
3253
3254EFIFB FRAMEBUFFER DRIVER
3255L:	linux-fbdev@vger.kernel.org
3256M:	Peter Jones <pjones@redhat.com>
3257S:	Maintained
3258F:	drivers/video/efifb.c
3259
3260EFS FILESYSTEM
3261W:	http://aeschi.ch.eu.org/efs/
3262S:	Orphan
3263F:	fs/efs/
3264
3265EHCA (IBM GX bus InfiniBand adapter) DRIVER
3266M:	Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3267M:	Christoph Raisch <raisch@de.ibm.com>
3268L:	linux-rdma@vger.kernel.org
3269S:	Supported
3270F:	drivers/infiniband/hw/ehca/
3271
3272EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3273M:	Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3274L:	netdev@vger.kernel.org
3275S:	Maintained
3276F:	drivers/net/ethernet/ibm/ehea/
3277
3278EM28XX VIDEO4LINUX DRIVER
3279M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
3280L:	linux-media@vger.kernel.org
3281W:	http://linuxtv.org
3282T:	git git://linuxtv.org/media_tree.git
3283S:	Maintained
3284F:	drivers/media/usb/em28xx/
3285
3286EMBEDDED LINUX
3287M:	Paul Gortmaker <paul.gortmaker@windriver.com>
3288M:	Matt Mackall <mpm@selenic.com>
3289M:	David Woodhouse <dwmw2@infradead.org>
3290L:	linux-embedded@vger.kernel.org
3291S:	Maintained
3292
3293EMULEX LPFC FC SCSI DRIVER
3294M:	James Smart <james.smart@emulex.com>
3295L:	linux-scsi@vger.kernel.org
3296W:	http://sourceforge.net/projects/lpfcxxxx
3297S:	Supported
3298F:	drivers/scsi/lpfc/
3299
3300ENE CB710 FLASH CARD READER DRIVER
3301M:	Michał Mirosław <mirq-linux@rere.qmqm.pl>
3302S:	Maintained
3303F:	drivers/misc/cb710/
3304F:	drivers/mmc/host/cb710-mmc.*
3305F:	include/linux/cb710.h
3306
3307ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3308M:	Maxim Levitsky <maximlevitsky@gmail.com>
3309S:	Maintained
3310F:	drivers/media/rc/ene_ir.*
3311
3312ENHANCED ERROR HANDLING (EEH)
3313M:	Gavin Shan <shangw@linux.vnet.ibm.com>
3314L:	linuxppc-dev@lists.ozlabs.org
3315S:	Supported
3316F:	Documentation/powerpc/eeh-pci-error-recovery.txt
3317F:	arch/powerpc/kernel/eeh*.c
3318
3319EPSON S1D13XXX FRAMEBUFFER DRIVER
3320M:	Kristoffer Ericson <kristoffer.ericson@gmail.com>
3321S:	Maintained
3322T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3323F:	drivers/video/s1d13xxxfb.c
3324F:	include/video/s1d13xxxfb.h
3325
3326ETHERNET BRIDGE
3327M:	Stephen Hemminger <stephen@networkplumber.org>
3328L:	bridge@lists.linux-foundation.org
3329L:	netdev@vger.kernel.org
3330W:	http://www.linuxfoundation.org/en/Net:Bridge
3331S:	Maintained
3332F:	include/linux/netfilter_bridge/
3333F:	net/bridge/
3334
3335EXT2 FILE SYSTEM
3336M:	Jan Kara <jack@suse.cz>
3337L:	linux-ext4@vger.kernel.org
3338S:	Maintained
3339F:	Documentation/filesystems/ext2.txt
3340F:	fs/ext2/
3341F:	include/linux/ext2*
3342
3343EXT3 FILE SYSTEM
3344M:	Jan Kara <jack@suse.cz>
3345M:	Andrew Morton <akpm@linux-foundation.org>
3346M:	Andreas Dilger <adilger.kernel@dilger.ca>
3347L:	linux-ext4@vger.kernel.org
3348S:	Maintained
3349F:	Documentation/filesystems/ext3.txt
3350F:	fs/ext3/
3351
3352EXT4 FILE SYSTEM
3353M:	"Theodore Ts'o" <tytso@mit.edu>
3354M:	Andreas Dilger <adilger.kernel@dilger.ca>
3355L:	linux-ext4@vger.kernel.org
3356W:	http://ext4.wiki.kernel.org
3357Q:	http://patchwork.ozlabs.org/project/linux-ext4/list/
3358S:	Maintained
3359F:	Documentation/filesystems/ext4.txt
3360F:	fs/ext4/
3361
3362Extended Verification Module (EVM)
3363M:	Mimi Zohar <zohar@us.ibm.com>
3364S:	Supported
3365F:	security/integrity/evm/
3366
3367EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3368M:	MyungJoo Ham <myungjoo.ham@samsung.com>
3369M:	Chanwoo Choi <cw00.choi@samsung.com>
3370L:	linux-kernel@vger.kernel.org
3371T:	git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3372S:	Maintained
3373F:	drivers/extcon/
3374F:	Documentation/extcon/
3375
3376EXYNOS DP DRIVER
3377M:	Jingoo Han <jg1.han@samsung.com>
3378L:	linux-fbdev@vger.kernel.org
3379S:	Maintained
3380F:	drivers/video/exynos/exynos_dp*
3381
3382EXYNOS MIPI DISPLAY DRIVERS
3383M:	Inki Dae <inki.dae@samsung.com>
3384M:	Donghwa Lee <dh09.lee@samsung.com>
3385M:	Kyungmin Park <kyungmin.park@samsung.com>
3386L:	linux-fbdev@vger.kernel.org
3387S:	Maintained
3388F:	drivers/video/exynos/exynos_mipi*
3389F:	include/video/exynos_mipi*
3390
3391F71805F HARDWARE MONITORING DRIVER
3392M:	Jean Delvare <jdelvare@suse.de>
3393L:	lm-sensors@lm-sensors.org
3394S:	Maintained
3395F:	Documentation/hwmon/f71805f
3396F:	drivers/hwmon/f71805f.c
3397
3398FC0011 TUNER DRIVER
3399M:	Michael Buesch <m@bues.ch>
3400L:	linux-media@vger.kernel.org
3401S:	Maintained
3402F:	drivers/media/tuners/fc0011.h
3403F:	drivers/media/tuners/fc0011.c
3404
3405FC2580 MEDIA DRIVER
3406M:	Antti Palosaari <crope@iki.fi>
3407L:	linux-media@vger.kernel.org
3408W:	http://linuxtv.org/
3409W:	http://palosaari.fi/linux/
3410Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3411T:	git git://linuxtv.org/anttip/media_tree.git
3412S:	Maintained
3413F:	drivers/media/tuners/fc2580*
3414
3415FANOTIFY
3416M:	Eric Paris <eparis@redhat.com>
3417S:	Maintained
3418F:	fs/notify/fanotify/
3419F:	include/linux/fanotify.h
3420F:	include/uapi/linux/fanotify.h
3421
3422FARSYNC SYNCHRONOUS DRIVER
3423M:	Kevin Curtis <kevin.curtis@farsite.co.uk>
3424W:	http://www.farsite.co.uk/
3425S:	Supported
3426F:	drivers/net/wan/farsync.*
3427
3428FAULT INJECTION SUPPORT
3429M:	Akinobu Mita <akinobu.mita@gmail.com>
3430S:	Supported
3431F:	Documentation/fault-injection/
3432F:	lib/fault-inject.c
3433
3434FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3435M:	Robert Love <robert.w.love@intel.com>
3436L:	fcoe-devel@open-fcoe.org
3437W:	www.Open-FCoE.org
3438S:	Supported
3439F:	drivers/scsi/libfc/
3440F:	drivers/scsi/fcoe/
3441F:	include/scsi/fc/
3442F:	include/scsi/libfc.h
3443F:	include/scsi/libfcoe.h
3444F:	include/uapi/scsi/fc/
3445
3446FILE LOCKING (flock() and fcntl()/lockf())
3447M:	Matthew Wilcox <matthew@wil.cx>
3448L:	linux-fsdevel@vger.kernel.org
3449S:	Maintained
3450F:	include/linux/fcntl.h
3451F:	include/linux/fs.h
3452F:	include/uapi/linux/fcntl.h
3453F:	include/uapi/linux/fs.h
3454F:	fs/fcntl.c
3455F:	fs/locks.c
3456
3457FILESYSTEMS (VFS and infrastructure)
3458M:	Alexander Viro <viro@zeniv.linux.org.uk>
3459L:	linux-fsdevel@vger.kernel.org
3460S:	Maintained
3461F:	fs/*
3462
3463FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3464M:	Riku Voipio <riku.voipio@iki.fi>
3465L:	lm-sensors@lm-sensors.org
3466S:	Maintained
3467F:	drivers/hwmon/f75375s.c
3468F:	include/linux/f75375s.h
3469
3470FIREWIRE AUDIO DRIVERS
3471M:	Clemens Ladisch <clemens@ladisch.de>
3472L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3473T:	git git://git.alsa-project.org/alsa-kernel.git
3474S:	Maintained
3475F:	sound/firewire/
3476
3477FIREWIRE MEDIA DRIVERS (firedtv)
3478M:	Stefan Richter <stefanr@s5r6.in-berlin.de>
3479L:	linux-media@vger.kernel.org
3480L:	linux1394-devel@lists.sourceforge.net
3481T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3482S:	Maintained
3483F:	drivers/media/firewire/
3484
3485FIREWIRE SBP-2 TARGET
3486M:	Chris Boot <bootc@bootc.net>
3487L:	linux-scsi@vger.kernel.org
3488L:	target-devel@vger.kernel.org
3489L:	linux1394-devel@lists.sourceforge.net
3490T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3491S:	Maintained
3492F:	drivers/target/sbp/
3493
3494FIREWIRE SUBSYSTEM
3495M:	Stefan Richter <stefanr@s5r6.in-berlin.de>
3496L:	linux1394-devel@lists.sourceforge.net
3497W:	http://ieee1394.wiki.kernel.org/
3498T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3499S:	Maintained
3500F:	drivers/firewire/
3501F:	include/linux/firewire.h
3502F:	include/uapi/linux/firewire*.h
3503F:	tools/firewire/
3504
3505FIRMWARE LOADER (request_firmware)
3506M:	Ming Lei <ming.lei@canonical.com>
3507L:	linux-kernel@vger.kernel.org
3508S:	Maintained
3509F:	Documentation/firmware_class/
3510F:	drivers/base/firmware*.c
3511F:	include/linux/firmware.h
3512
3513FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3514M:	Joshua Morris <josh.h.morris@us.ibm.com>
3515M:	Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3516S:	Maintained
3517F:	drivers/block/rsxx/
3518
3519FLOPPY DRIVER
3520M:	Jiri Kosina <jkosina@suse.cz>
3521T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3522S:	Odd fixes
3523F:	drivers/block/floppy.c
3524
3525FMC SUBSYSTEM
3526M:	Alessandro Rubini <rubini@gnudd.com>
3527W:	http://www.ohwr.org/projects/fmc-bus
3528S:	Supported
3529F:	drivers/fmc/
3530F:	include/linux/fmc*.h
3531F:	include/linux/ipmi-fru.h
3532K:	fmc_d.*register
3533
3534FPU EMULATOR
3535M:	Bill Metzenthen <billm@melbpc.org.au>
3536W:	http://floatingpoint.sourceforge.net/emulator/index.html
3537S:	Maintained
3538F:	arch/x86/math-emu/
3539
3540FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3541L:	netdev@vger.kernel.org
3542S:	Orphan
3543F:	drivers/net/wan/dlci.c
3544F:	drivers/net/wan/sdla.c
3545
3546FRAMEBUFFER LAYER
3547M:	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3548M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
3549L:	linux-fbdev@vger.kernel.org
3550W:	http://linux-fbdev.sourceforge.net/
3551Q:	http://patchwork.kernel.org/project/linux-fbdev/list/
3552T:	git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3553S:	Maintained
3554F:	Documentation/fb/
3555F:	Documentation/devicetree/bindings/fb/
3556F:	drivers/video/
3557F:	include/video/
3558F:	include/linux/fb.h
3559F:	include/uapi/video/
3560F:	include/uapi/linux/fb.h
3561
3562FREESCALE DIU FRAMEBUFFER DRIVER
3563M:	Timur Tabi <timur@tabi.org>
3564L:	linux-fbdev@vger.kernel.org
3565S:	Maintained
3566F:	drivers/video/fsl-diu-fb.*
3567
3568FREESCALE DMA DRIVER
3569M:	Li Yang <leoli@freescale.com>
3570M:	Zhang Wei <zw@zh-kernel.org>
3571L:	linuxppc-dev@lists.ozlabs.org
3572S:	Maintained
3573F:	drivers/dma/fsldma.*
3574
3575FREESCALE I2C CPM DRIVER
3576M:	Jochen Friedrich <jochen@scram.de>
3577L:	linuxppc-dev@lists.ozlabs.org
3578L:	linux-i2c@vger.kernel.org
3579S:	Maintained
3580F:	drivers/i2c/busses/i2c-cpm.c
3581
3582FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3583M:	Sascha Hauer <kernel@pengutronix.de>
3584L:	linux-fbdev@vger.kernel.org
3585L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3586S:	Maintained
3587F:	include/linux/platform_data/video-imxfb.h
3588F:	drivers/video/imxfb.c
3589
3590FREESCALE SOC FS_ENET DRIVER
3591M:	Pantelis Antoniou <pantelis.antoniou@gmail.com>
3592M:	Vitaly Bordug <vbordug@ru.mvista.com>
3593L:	linuxppc-dev@lists.ozlabs.org
3594L:	netdev@vger.kernel.org
3595S:	Maintained
3596F:	drivers/net/ethernet/freescale/fs_enet/
3597F:	include/linux/fs_enet_pd.h
3598
3599FREESCALE QUICC ENGINE LIBRARY
3600L:	linuxppc-dev@lists.ozlabs.org
3601S:	Orphan
3602F:	arch/powerpc/sysdev/qe_lib/
3603F:	arch/powerpc/include/asm/*qe.h
3604
3605FREESCALE USB PERIPHERAL DRIVERS
3606M:	Li Yang <leoli@freescale.com>
3607L:	linux-usb@vger.kernel.org
3608L:	linuxppc-dev@lists.ozlabs.org
3609S:	Maintained
3610F:	drivers/usb/gadget/fsl*
3611
3612FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3613M:	Li Yang <leoli@freescale.com>
3614L:	netdev@vger.kernel.org
3615L:	linuxppc-dev@lists.ozlabs.org
3616S:	Maintained
3617F:	drivers/net/ethernet/freescale/ucc_geth*
3618
3619FREESCALE QUICC ENGINE UCC UART DRIVER
3620M:	Timur Tabi <timur@tabi.org>
3621L:	linuxppc-dev@lists.ozlabs.org
3622S:	Maintained
3623F:	drivers/tty/serial/ucc_uart.c
3624
3625FREESCALE SOC SOUND DRIVERS
3626M:	Timur Tabi <timur@tabi.org>
3627L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3628L:	linuxppc-dev@lists.ozlabs.org
3629S:	Maintained
3630F:	sound/soc/fsl/fsl*
3631F:	sound/soc/fsl/mpc8610_hpcd.c
3632
3633FREEVXFS FILESYSTEM
3634M:	Christoph Hellwig <hch@infradead.org>
3635W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
3636S:	Maintained
3637F:	fs/freevxfs/
3638
3639FREEZER
3640M:	Pavel Machek <pavel@ucw.cz>
3641M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
3642L:	linux-pm@vger.kernel.org
3643S:	Supported
3644F:	Documentation/power/freezing-of-tasks.txt
3645F:	include/linux/freezer.h
3646F:	kernel/freezer.c
3647
3648FRONTSWAP API
3649M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3650L:	linux-kernel@vger.kernel.org
3651S:	Maintained
3652F:	mm/frontswap.c
3653F:	include/linux/frontswap.h
3654
3655FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3656M:	David Howells <dhowells@redhat.com>
3657L:	linux-cachefs@redhat.com
3658S:	Supported
3659F:	Documentation/filesystems/caching/
3660F:	fs/fscache/
3661F:	include/linux/fscache*.h
3662
3663F2FS FILE SYSTEM
3664M:	Jaegeuk Kim <jaegeuk.kim@samsung.com>
3665L:	linux-f2fs-devel@lists.sourceforge.net
3666W:	http://en.wikipedia.org/wiki/F2FS
3667T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3668S:	Maintained
3669F:	Documentation/filesystems/f2fs.txt
3670F:	Documentation/ABI/testing/sysfs-fs-f2fs
3671F:	fs/f2fs/
3672F:	include/linux/f2fs_fs.h
3673
3674FUJITSU FR-V (FRV) PORT
3675M:	David Howells <dhowells@redhat.com>
3676S:	Maintained
3677F:	arch/frv/
3678
3679FUJITSU LAPTOP EXTRAS
3680M:	Jonathan Woithe <jwoithe@just42.net>
3681L:	platform-driver-x86@vger.kernel.org
3682S:	Maintained
3683F:	drivers/platform/x86/fujitsu-laptop.c
3684
3685FUJITSU M-5MO LS CAMERA ISP DRIVER
3686M:	Kyungmin Park <kyungmin.park@samsung.com>
3687M:	Heungjun Kim <riverful.kim@samsung.com>
3688L:	linux-media@vger.kernel.org
3689S:	Maintained
3690F:	drivers/media/i2c/m5mols/
3691F:	include/media/m5mols.h
3692
3693FUJITSU TABLET EXTRAS
3694M:	Robert Gerlach <khnz@gmx.de>
3695L:	platform-driver-x86@vger.kernel.org
3696S:	Maintained
3697F:	drivers/platform/x86/fujitsu-tablet.c
3698
3699FUSE: FILESYSTEM IN USERSPACE
3700M:	Miklos Szeredi <miklos@szeredi.hu>
3701L:	fuse-devel@lists.sourceforge.net
3702W:	http://fuse.sourceforge.net/
3703S:	Maintained
3704F:	fs/fuse/
3705F:	include/uapi/linux/fuse.h
3706
3707FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3708M:	Rik Faith <faith@cs.unc.edu>
3709L:	linux-scsi@vger.kernel.org
3710S:	Odd Fixes (e.g., new signatures)
3711F:	drivers/scsi/fdomain.*
3712
3713GCOV BASED KERNEL PROFILING
3714M:	Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
3715S:	Maintained
3716F:	kernel/gcov/
3717F:	Documentation/gcov.txt
3718
3719GDT SCSI DISK ARRAY CONTROLLER DRIVER
3720M:	Achim Leubner <achim_leubner@adaptec.com>
3721L:	linux-scsi@vger.kernel.org
3722W:	http://www.icp-vortex.com/
3723S:	Supported
3724F:	drivers/scsi/gdt*
3725
3726GEMTEK FM RADIO RECEIVER DRIVER
3727M:	Hans Verkuil <hverkuil@xs4all.nl>
3728L:	linux-media@vger.kernel.org
3729T:	git git://linuxtv.org/media_tree.git
3730W:	http://linuxtv.org
3731S:	Maintained
3732F:	drivers/media/radio/radio-gemtek*
3733
3734GENERIC GPIO I2C DRIVER
3735M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
3736S:	Supported
3737F:	drivers/i2c/busses/i2c-gpio.c
3738F:	include/linux/i2c-gpio.h
3739
3740GENERIC GPIO I2C MULTIPLEXER DRIVER
3741M:	Peter Korsgaard <peter.korsgaard@barco.com>
3742L:	linux-i2c@vger.kernel.org
3743S:	Supported
3744F:	drivers/i2c/muxes/i2c-mux-gpio.c
3745F:	include/linux/i2c-mux-gpio.h
3746F:	Documentation/i2c/muxes/i2c-mux-gpio
3747
3748GENERIC HDLC (WAN) DRIVERS
3749M:	Krzysztof Halasa <khc@pm.waw.pl>
3750W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
3751S:	Maintained
3752F:	drivers/net/wan/c101.c
3753F:	drivers/net/wan/hd6457*
3754F:	drivers/net/wan/hdlc*
3755F:	drivers/net/wan/n2.c
3756F:	drivers/net/wan/pc300too.c
3757F:	drivers/net/wan/pci200syn.c
3758F:	drivers/net/wan/wanxl*
3759
3760GENERIC INCLUDE/ASM HEADER FILES
3761M:	Arnd Bergmann <arnd@arndb.de>
3762L:	linux-arch@vger.kernel.org
3763T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3764S:	Maintained
3765F:	include/asm-generic/
3766F:	include/uapi/asm-generic/
3767
3768GENERIC PHY FRAMEWORK
3769M:	Kishon Vijay Abraham I <kishon@ti.com>
3770L:	linux-kernel@vger.kernel.org
3771T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
3772S:	Supported
3773F:	drivers/phy/
3774F:	include/linux/phy/
3775
3776GENERIC UIO DRIVER FOR PCI DEVICES
3777M:	"Michael S. Tsirkin" <mst@redhat.com>
3778L:	kvm@vger.kernel.org
3779S:	Supported
3780F:	drivers/uio/uio_pci_generic.c
3781
3782GFS2 FILE SYSTEM
3783M:	Steven Whitehouse <swhiteho@redhat.com>
3784L:	cluster-devel@redhat.com
3785W:	http://sources.redhat.com/cluster/
3786T:	git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3787T:	git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3788S:	Supported
3789F:	Documentation/filesystems/gfs2*.txt
3790F:	fs/gfs2/
3791F:	include/uapi/linux/gfs2_ondisk.h
3792
3793GIGASET ISDN DRIVERS
3794M:	Hansjoerg Lipp <hjlipp@web.de>
3795M:	Tilman Schmidt <tilman@imap.cc>
3796L:	gigaset307x-common@lists.sourceforge.net
3797W:	http://gigaset307x.sourceforge.net/
3798S:	Maintained
3799F:	Documentation/isdn/README.gigaset
3800F:	drivers/isdn/gigaset/
3801F:	include/uapi/linux/gigaset_dev.h
3802
3803GPIO SUBSYSTEM
3804M:	Linus Walleij <linus.walleij@linaro.org>
3805M:	Alexandre Courbot <gnurou@gmail.com>
3806L:	linux-gpio@vger.kernel.org
3807T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
3808S:	Maintained
3809F:	Documentation/gpio/
3810F:	drivers/gpio/
3811F:	include/linux/gpio*
3812F:	include/asm-generic/gpio.h
3813
3814GRE DEMULTIPLEXER DRIVER
3815M:	Dmitry Kozlov <xeb@mail.ru>
3816L:	netdev@vger.kernel.org
3817S:	Maintained
3818F:	net/ipv4/gre_demux.c
3819F:	net/ipv4/gre_offload.c
3820F:	include/net/gre.h
3821
3822GRETH 10/100/1G Ethernet MAC device driver
3823M:	Kristoffer Glembo <kristoffer@gaisler.com>
3824L:	netdev@vger.kernel.org
3825S:	Maintained
3826F:	drivers/net/ethernet/aeroflex/
3827
3828GSPCA FINEPIX SUBDRIVER
3829M:	Frank Zago <frank@zago.net>
3830L:	linux-media@vger.kernel.org
3831T:	git git://linuxtv.org/media_tree.git
3832S:	Maintained
3833F:	drivers/media/usb/gspca/finepix.c
3834
3835GSPCA GL860 SUBDRIVER
3836M:	Olivier Lorin <o.lorin@laposte.net>
3837L:	linux-media@vger.kernel.org
3838T:	git git://linuxtv.org/media_tree.git
3839S:	Maintained
3840F:	drivers/media/usb/gspca/gl860/
3841
3842GSPCA M5602 SUBDRIVER
3843M:	Erik Andren <erik.andren@gmail.com>
3844L:	linux-media@vger.kernel.org
3845T:	git git://linuxtv.org/media_tree.git
3846S:	Maintained
3847F:	drivers/media/usb/gspca/m5602/
3848
3849GSPCA PAC207 SONIXB SUBDRIVER
3850M:	Hans de Goede <hdegoede@redhat.com>
3851L:	linux-media@vger.kernel.org
3852T:	git git://linuxtv.org/media_tree.git
3853S:	Maintained
3854F:	drivers/media/usb/gspca/pac207.c
3855
3856GSPCA SN9C20X SUBDRIVER
3857M:	Brian Johnson <brijohn@gmail.com>
3858L:	linux-media@vger.kernel.org
3859T:	git git://linuxtv.org/media_tree.git
3860S:	Maintained
3861F:	drivers/media/usb/gspca/sn9c20x.c
3862
3863GSPCA T613 SUBDRIVER
3864M:	Leandro Costantino <lcostantino@gmail.com>
3865L:	linux-media@vger.kernel.org
3866T:	git git://linuxtv.org/media_tree.git
3867S:	Maintained
3868F:	drivers/media/usb/gspca/t613.c
3869
3870GSPCA USB WEBCAM DRIVER
3871M:	Hans de Goede <hdegoede@redhat.com>
3872L:	linux-media@vger.kernel.org
3873T:	git git://linuxtv.org/media_tree.git
3874S:	Maintained
3875F:	drivers/media/usb/gspca/
3876
3877GUID PARTITION TABLE (GPT)
3878M:	Davidlohr Bueso <davidlohr@hp.com>
3879L:	linux-efi@vger.kernel.org
3880S:	Maintained
3881F:	block/partitions/efi.*
3882
3883STK1160 USB VIDEO CAPTURE DRIVER
3884M:	Ezequiel Garcia <elezegarcia@gmail.com>
3885L:	linux-media@vger.kernel.org
3886T:	git git://linuxtv.org/media_tree.git
3887S:	Maintained
3888F:	drivers/media/usb/stk1160/
3889
3890HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3891M:	Frank Seidel <frank@f-seidel.de>
3892L:	platform-driver-x86@vger.kernel.org
3893W:	http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3894S:	Maintained
3895F:	drivers/platform/x86/hdaps.c
3896
3897HDPVR USB VIDEO ENCODER DRIVER
3898M:	Hans Verkuil <hverkuil@xs4all.nl>
3899L:	linux-media@vger.kernel.org
3900T:	git git://linuxtv.org/media_tree.git
3901W:	http://linuxtv.org
3902S:	Odd Fixes
3903F:	drivers/media/usb/hdpvr/
3904
3905HWPOISON MEMORY FAILURE HANDLING
3906M:	Andi Kleen <andi@firstfloor.org>
3907L:	linux-mm@kvack.org
3908T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3909S:	Maintained
3910F:	mm/memory-failure.c
3911F:	mm/hwpoison-inject.c
3912
3913HYPERVISOR VIRTUAL CONSOLE DRIVER
3914L:	linuxppc-dev@lists.ozlabs.org
3915S:	Odd Fixes
3916F:	drivers/tty/hvc/
3917
3918HARDWARE MONITORING
3919M:	Jean Delvare <jdelvare@suse.de>
3920M:	Guenter Roeck <linux@roeck-us.net>
3921L:	lm-sensors@lm-sensors.org
3922W:	http://www.lm-sensors.org/
3923T:	quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3924T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3925S:	Maintained
3926F:	Documentation/hwmon/
3927F:	drivers/hwmon/
3928F:	include/linux/hwmon*.h
3929
3930HARDWARE RANDOM NUMBER GENERATOR CORE
3931M:	Matt Mackall <mpm@selenic.com>
3932M:	Herbert Xu <herbert@gondor.apana.org.au>
3933S:	Odd fixes
3934F:	Documentation/hw_random.txt
3935F:	drivers/char/hw_random/
3936F:	include/linux/hw_random.h
3937
3938HARDWARE SPINLOCK CORE
3939M:	Ohad Ben-Cohen <ohad@wizery.com>
3940S:	Maintained
3941F:	Documentation/hwspinlock.txt
3942F:	drivers/hwspinlock/hwspinlock_*
3943F:	include/linux/hwspinlock.h
3944
3945HARMONY SOUND DRIVER
3946L:	linux-parisc@vger.kernel.org
3947S:	Maintained
3948F:	sound/parisc/harmony.*
3949
3950HD29L2 MEDIA DRIVER
3951M:	Antti Palosaari <crope@iki.fi>
3952L:	linux-media@vger.kernel.org
3953W:	http://linuxtv.org/
3954W:	http://palosaari.fi/linux/
3955Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3956T:	git git://linuxtv.org/anttip/media_tree.git
3957S:	Maintained
3958F:	drivers/media/dvb-frontends/hd29l2*
3959
3960HEWLETT-PACKARD SMART2 RAID DRIVER
3961M:	Chirag Kantharia <chirag.kantharia@hp.com>
3962L:	iss_storagedev@hp.com
3963S:	Maintained
3964F:	Documentation/blockdev/cpqarray.txt
3965F:	drivers/block/cpqarray.*
3966
3967HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3968M:	"Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3969L:	iss_storagedev@hp.com
3970S:	Supported
3971F:	Documentation/scsi/hpsa.txt
3972F:	drivers/scsi/hpsa*.[ch]
3973F:	include/linux/cciss*.h
3974F:	include/uapi/linux/cciss*.h
3975
3976HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3977M:	Mike Miller <mike.miller@hp.com>
3978L:	iss_storagedev@hp.com
3979S:	Supported
3980F:	Documentation/blockdev/cciss.txt
3981F:	drivers/block/cciss*
3982F:	include/linux/cciss_ioctl.h
3983F:	include/uapi/linux/cciss_ioctl.h
3984
3985HFS FILESYSTEM
3986L:	linux-fsdevel@vger.kernel.org
3987S:	Orphan
3988F:	Documentation/filesystems/hfs.txt
3989F:	fs/hfs/
3990
3991HFSPLUS FILESYSTEM
3992L:	linux-fsdevel@vger.kernel.org
3993S:	Orphan
3994F:	Documentation/filesystems/hfsplus.txt
3995F:	fs/hfsplus/
3996
3997HGA FRAMEBUFFER DRIVER
3998M:	Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3999L:	linux-nvidia@lists.surfsouth.com
4000W:	http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4001S:	Maintained
4002F:	drivers/video/hgafb.c
4003
4004HIBERNATION (aka Software Suspend, aka swsusp)
4005M:	Pavel Machek <pavel@ucw.cz>
4006M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
4007L:	linux-pm@vger.kernel.org
4008S:	Supported
4009F:	arch/x86/power/
4010F:	drivers/base/power/
4011F:	kernel/power/
4012F:	include/linux/suspend.h
4013F:	include/linux/freezer.h
4014F:	include/linux/pm.h
4015F:	arch/*/include/asm/suspend*.h
4016
4017HID CORE LAYER
4018M:	Jiri Kosina <jkosina@suse.cz>
4019L:	linux-input@vger.kernel.org
4020T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4021S:	Maintained
4022F:	drivers/hid/
4023F:	include/linux/hid*
4024F:	include/uapi/linux/hid*
4025
4026HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4027M:	Thomas Gleixner <tglx@linutronix.de>
4028L:	linux-kernel@vger.kernel.org
4029T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4030S:	Maintained
4031F:	Documentation/timers/
4032F:	kernel/hrtimer.c
4033F:	kernel/time/clockevents.c
4034F:	kernel/time/tick*.*
4035F:	kernel/time/timer_*.c
4036F:	include/linux/clockchips.h
4037F:	include/linux/hrtimer.h
4038
4039HIGH-SPEED SCC DRIVER FOR AX.25
4040L:	linux-hams@vger.kernel.org
4041S:	Orphan
4042F:	drivers/net/hamradio/dmascc.c
4043F:	drivers/net/hamradio/scc.c
4044
4045HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4046M:	HighPoint Linux Team <linux@highpoint-tech.com>
4047W:	http://www.highpoint-tech.com
4048S:	Supported
4049F:	Documentation/scsi/hptiop.txt
4050F:	drivers/scsi/hptiop.c
4051
4052HIPPI
4053M:	Jes Sorensen <jes@trained-monkey.org>
4054L:	linux-hippi@sunsite.dk
4055S:	Maintained
4056F:	include/linux/hippidevice.h
4057F:	include/uapi/linux/if_hippi.h
4058F:	net/802/hippi.c
4059F:	drivers/net/hippi/
4060
4061HOST AP DRIVER
4062M:	Jouni Malinen <j@w1.fi>
4063L:	hostap@shmoo.com (subscribers-only)
4064L:	linux-wireless@vger.kernel.org
4065W:	http://hostap.epitest.fi/
4066S:	Maintained
4067F:	drivers/net/wireless/hostap/
4068
4069HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4070L:	platform-driver-x86@vger.kernel.org
4071S:	Orphan
4072F:	drivers/platform/x86/tc1100-wmi.c
4073
4074HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4075M:	Jaroslav Kysela <perex@perex.cz>
4076S:	Maintained
4077F:	drivers/net/ethernet/hp/hp100.*
4078
4079HPET:	High Precision Event Timers driver
4080M:	Clemens Ladisch <clemens@ladisch.de>
4081S:	Maintained
4082F:	Documentation/timers/hpet.txt
4083F:	drivers/char/hpet.c
4084F:	include/linux/hpet.h
4085F:	include/uapi/linux/hpet.h
4086
4087HPET:	x86
4088M:	"Venkatesh Pallipadi (Venki)" <venki@google.com>
4089S:	Maintained
4090F:	arch/x86/kernel/hpet.c
4091F:	arch/x86/include/asm/hpet.h
4092
4093HPFS FILESYSTEM
4094M:	Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4095W:	http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4096S:	Maintained
4097F:	fs/hpfs/
4098
4099HSI SUBSYSTEM
4100M:	Sebastian Reichel <sre@debian.org>
4101S:	Maintained
4102F:	Documentation/ABI/testing/sysfs-bus-hsi
4103F:	drivers/hsi/
4104F:	include/linux/hsi/
4105F:	include/uapi/linux/hsi/
4106
4107HSO 3G MODEM DRIVER
4108M:	Jan Dumon <j.dumon@option.com>
4109W:	http://www.pharscape.org
4110S:	Maintained
4111F:	drivers/net/usb/hso.c
4112
4113HSR NETWORK PROTOCOL
4114M:	Arvid Brodin <arvid.brodin@alten.se>
4115L:	netdev@vger.kernel.org
4116S:	Maintained
4117F:	net/hsr/
4118
4119HTCPEN TOUCHSCREEN DRIVER
4120M:	Pau Oliva Fora <pof@eslack.org>
4121L:	linux-input@vger.kernel.org
4122S:	Maintained
4123F:	drivers/input/touchscreen/htcpen.c
4124
4125HUGETLB FILESYSTEM
4126M:	Nadia Yvette Chambers <nyc@holomorphy.com>
4127S:	Maintained
4128F:	fs/hugetlbfs/
4129
4130Hyper-V CORE AND DRIVERS
4131M:	K. Y. Srinivasan <kys@microsoft.com>
4132M:	Haiyang Zhang <haiyangz@microsoft.com>
4133L:	devel@linuxdriverproject.org
4134S:	Maintained
4135F:	arch/x86/include/asm/mshyperv.h
4136F:	arch/x86/include/uapi/asm/hyperv.h
4137F:	arch/x86/kernel/cpu/mshyperv.c
4138F:	drivers/hid/hid-hyperv.c
4139F:	drivers/hv/
4140F:	drivers/input/serio/hyperv-keyboard.c
4141F:	drivers/net/hyperv/
4142F:	drivers/scsi/storvsc_drv.c
4143F:	drivers/video/hyperv_fb.c
4144F:	include/linux/hyperv.h
4145F:	tools/hv/
4146
4147I2C OVER PARALLEL PORT
4148M:	Jean Delvare <jdelvare@suse.de>
4149L:	linux-i2c@vger.kernel.org
4150S:	Maintained
4151F:	Documentation/i2c/busses/i2c-parport
4152F:	Documentation/i2c/busses/i2c-parport-light
4153F:	drivers/i2c/busses/i2c-parport.c
4154F:	drivers/i2c/busses/i2c-parport-light.c
4155
4156I2C/SMBUS CONTROLLER DRIVERS FOR PC
4157M:	Jean Delvare <jdelvare@suse.de>
4158L:	linux-i2c@vger.kernel.org
4159S:	Maintained
4160F:	Documentation/i2c/busses/i2c-ali1535
4161F:	Documentation/i2c/busses/i2c-ali1563
4162F:	Documentation/i2c/busses/i2c-ali15x3
4163F:	Documentation/i2c/busses/i2c-amd756
4164F:	Documentation/i2c/busses/i2c-amd8111
4165F:	Documentation/i2c/busses/i2c-i801
4166F:	Documentation/i2c/busses/i2c-nforce2
4167F:	Documentation/i2c/busses/i2c-piix4
4168F:	Documentation/i2c/busses/i2c-sis5595
4169F:	Documentation/i2c/busses/i2c-sis630
4170F:	Documentation/i2c/busses/i2c-sis96x
4171F:	Documentation/i2c/busses/i2c-via
4172F:	Documentation/i2c/busses/i2c-viapro
4173F:	drivers/i2c/busses/i2c-ali1535.c
4174F:	drivers/i2c/busses/i2c-ali1563.c
4175F:	drivers/i2c/busses/i2c-ali15x3.c
4176F:	drivers/i2c/busses/i2c-amd756.c
4177F:	drivers/i2c/busses/i2c-amd756-s4882.c
4178F:	drivers/i2c/busses/i2c-amd8111.c
4179F:	drivers/i2c/busses/i2c-i801.c
4180F:	drivers/i2c/busses/i2c-isch.c
4181F:	drivers/i2c/busses/i2c-nforce2.c
4182F:	drivers/i2c/busses/i2c-nforce2-s4985.c
4183F:	drivers/i2c/busses/i2c-piix4.c
4184F:	drivers/i2c/busses/i2c-sis5595.c
4185F:	drivers/i2c/busses/i2c-sis630.c
4186F:	drivers/i2c/busses/i2c-sis96x.c
4187F:	drivers/i2c/busses/i2c-via.c
4188F:	drivers/i2c/busses/i2c-viapro.c
4189
4190I2C/SMBUS ISMT DRIVER
4191M:	Seth Heasley <seth.heasley@intel.com>
4192M:	Neil Horman <nhorman@tuxdriver.com>
4193L:	linux-i2c@vger.kernel.org
4194F:	drivers/i2c/busses/i2c-ismt.c
4195F:	Documentation/i2c/busses/i2c-ismt
4196
4197I2C/SMBUS STUB DRIVER
4198M:	Jean Delvare <jdelvare@suse.de>
4199L:	linux-i2c@vger.kernel.org
4200S:	Maintained
4201F:	drivers/i2c/i2c-stub.c
4202
4203I2C SUBSYSTEM
4204M:	Wolfram Sang <wsa@the-dreams.de>
4205L:	linux-i2c@vger.kernel.org
4206W:	http://i2c.wiki.kernel.org/
4207T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4208S:	Maintained
4209F:	Documentation/i2c/
4210F:	drivers/i2c/
4211F:	include/linux/i2c.h
4212F:	include/linux/i2c-*.h
4213F:	include/uapi/linux/i2c.h
4214F:	include/uapi/linux/i2c-*.h
4215
4216I2C-TAOS-EVM DRIVER
4217M:	Jean Delvare <jdelvare@suse.de>
4218L:	linux-i2c@vger.kernel.org
4219S:	Maintained
4220F:	Documentation/i2c/busses/i2c-taos-evm
4221F:	drivers/i2c/busses/i2c-taos-evm.c
4222
4223I2C-TINY-USB DRIVER
4224M:	Till Harbaum <till@harbaum.org>
4225L:	linux-i2c@vger.kernel.org
4226W:	http://www.harbaum.org/till/i2c_tiny_usb
4227S:	Maintained
4228F:	drivers/i2c/busses/i2c-tiny-usb.c
4229
4230i386 BOOT CODE
4231M:	"H. Peter Anvin" <hpa@zytor.com>
4232S:	Maintained
4233F:	arch/x86/boot/
4234
4235i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4236M:	"H. Peter Anvin" <hpa@zytor.com>
4237T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4238S:	Maintained
4239
4240IA64 (Itanium) PLATFORM
4241M:	Tony Luck <tony.luck@intel.com>
4242M:	Fenghua Yu <fenghua.yu@intel.com>
4243L:	linux-ia64@vger.kernel.org
4244T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4245S:	Maintained
4246F:	arch/ia64/
4247
4248IBM Power in-Nest Crypto Acceleration
4249M:	Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4250M:	Fionnuala Gunter <fin@linux.vnet.ibm.com>
4251L:	linux-crypto@vger.kernel.org
4252S:	Supported
4253F:	drivers/crypto/nx/
4254
4255IBM Power 842 compression accelerator
4256M:	Robert Jennings <rcj@linux.vnet.ibm.com>
4257S:	Supported
4258F:	drivers/crypto/nx/nx-842.c
4259F:	include/linux/nx842.h
4260
4261IBM Power Linux RAID adapter
4262M:	Brian King <brking@us.ibm.com>
4263S:	Supported
4264F:	drivers/scsi/ipr.*
4265
4266IBM Power Virtual Ethernet Device Driver
4267M:	Santiago Leon <santil@linux.vnet.ibm.com>
4268L:	netdev@vger.kernel.org
4269S:	Supported
4270F:	drivers/net/ethernet/ibm/ibmveth.*
4271
4272IBM Power Virtual SCSI/FC Device Drivers
4273M:	Robert Jennings <rcj@linux.vnet.ibm.com>
4274L:	linux-scsi@vger.kernel.org
4275S:	Supported
4276F:	drivers/scsi/ibmvscsi/
4277X:	drivers/scsi/ibmvscsi/ibmvstgt.c
4278
4279IBM ServeRAID RAID DRIVER
4280P:	Jack Hammer
4281M:	Dave Jeffery <ipslinux@adaptec.com>
4282W:	http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4283S:	Supported
4284F:	drivers/scsi/ips.*
4285
4286ICH LPC AND GPIO DRIVER
4287M:	Peter Tyser <ptyser@xes-inc.com>
4288S:	Maintained
4289F:	drivers/mfd/lpc_ich.c
4290F:	drivers/gpio/gpio-ich.c
4291
4292IDE SUBSYSTEM
4293M:	"David S. Miller" <davem@davemloft.net>
4294L:	linux-ide@vger.kernel.org
4295Q:	http://patchwork.ozlabs.org/project/linux-ide/list/
4296T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4297S:	Maintained
4298F:	Documentation/ide/
4299F:	drivers/ide/
4300F:	include/linux/ide.h
4301
4302IDEAPAD LAPTOP EXTRAS DRIVER
4303M:	Ike Panhc <ike.pan@canonical.com>
4304L:	platform-driver-x86@vger.kernel.org
4305W:	http://launchpad.net/ideapad-laptop
4306S:	Maintained
4307F:	drivers/platform/x86/ideapad-laptop.c
4308
4309IDEAPAD LAPTOP SLIDEBAR DRIVER
4310M:	Andrey Moiseev <o2g.org.ru@gmail.com>
4311L:	linux-input@vger.kernel.org
4312W:	https://github.com/o2genum/ideapad-slidebar
4313S:	Maintained
4314F:	drivers/input/misc/ideapad_slidebar.c
4315
4316IDE/ATAPI DRIVERS
4317M:	Borislav Petkov <bp@alien8.de>
4318L:	linux-ide@vger.kernel.org
4319S:	Maintained
4320F:	Documentation/cdrom/ide-cd
4321F:	drivers/ide/ide-cd*
4322
4323IDLE-I7300
4324M:	Andy Henroid <andrew.d.henroid@intel.com>
4325L:	linux-pm@vger.kernel.org
4326S:	Supported
4327F:	drivers/idle/i7300_idle.c
4328
4329IEEE 802.15.4 SUBSYSTEM
4330M:	Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
4331M:	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4332L:	linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
4333W:	http://apps.sourceforge.net/trac/linux-zigbee
4334T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4335S:	Maintained
4336F:	net/ieee802154/
4337F:	net/mac802154/
4338F:	drivers/net/ieee802154/
4339
4340IGUANAWORKS USB IR TRANSCEIVER
4341M:	Sean Young <sean@mess.org>
4342L:	linux-media@vger.kernel.org
4343S:	Maintained
4344F:	drivers/media/rc/iguanair.c
4345
4346IIO SUBSYSTEM AND DRIVERS
4347M:	Jonathan Cameron <jic23@kernel.org>
4348L:	linux-iio@vger.kernel.org
4349S:	Maintained
4350F:	drivers/iio/
4351F:	drivers/staging/iio/
4352
4353IKANOS/ADI EAGLE ADSL USB DRIVER
4354M:	Matthieu Castet <castet.matthieu@free.fr>
4355M:	Stanislaw Gruszka <stf_xl@wp.pl>
4356S:	Maintained
4357F:	drivers/usb/atm/ueagle-atm.c
4358
4359INA209 HARDWARE MONITOR DRIVER
4360M:	Guenter Roeck <linux@roeck-us.net>
4361L:	lm-sensors@lm-sensors.org
4362S:	Maintained
4363F:	Documentation/hwmon/ina209
4364F:	Documentation/devicetree/bindings/i2c/ina209.txt
4365F:	drivers/hwmon/ina209.c
4366
4367INA2XX HARDWARE MONITOR DRIVER
4368M:	Guenter Roeck <linux@roeck-us.net>
4369L:	lm-sensors@lm-sensors.org
4370S:	Maintained
4371F:	Documentation/hwmon/ina2xx
4372F:	drivers/hwmon/ina2xx.c
4373F:	include/linux/platform_data/ina2xx.h
4374
4375INDUSTRY PACK SUBSYSTEM (IPACK)
4376M:	Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4377M:	Jens Taprogge <jens.taprogge@taprogge.org>
4378M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4379L:	industrypack-devel@lists.sourceforge.net
4380W:	http://industrypack.sourceforge.net
4381S:	Maintained
4382F:	drivers/ipack/
4383
4384INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4385M:	Mimi Zohar <zohar@us.ibm.com>
4386M:	Dmitry Kasatkin <d.kasatkin@samsung.com>
4387S:	Supported
4388F:	security/integrity/ima/
4389
4390IMS TWINTURBO FRAMEBUFFER DRIVER
4391L:	linux-fbdev@vger.kernel.org
4392S:	Orphan
4393F:	drivers/video/imsttfb.c
4394
4395INFINIBAND SUBSYSTEM
4396M:	Roland Dreier <roland@kernel.org>
4397M:	Sean Hefty <sean.hefty@intel.com>
4398M:	Hal Rosenstock <hal.rosenstock@gmail.com>
4399L:	linux-rdma@vger.kernel.org
4400W:	http://www.openfabrics.org/
4401Q:	http://patchwork.kernel.org/project/linux-rdma/list/
4402T:	git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4403S:	Supported
4404F:	Documentation/infiniband/
4405F:	drivers/infiniband/
4406F:	include/uapi/linux/if_infiniband.h
4407
4408INOTIFY
4409M:	John McCutchan <john@johnmccutchan.com>
4410M:	Robert Love <rlove@rlove.org>
4411M:	Eric Paris <eparis@parisplace.org>
4412S:	Maintained
4413F:	Documentation/filesystems/inotify.txt
4414F:	fs/notify/inotify/
4415F:	include/linux/inotify.h
4416F:	include/uapi/linux/inotify.h
4417
4418INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4419M:	Dmitry Torokhov <dmitry.torokhov@gmail.com>
4420M:	Dmitry Torokhov <dtor@mail.ru>
4421L:	linux-input@vger.kernel.org
4422Q:	http://patchwork.kernel.org/project/linux-input/list/
4423T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4424S:	Maintained
4425F:	drivers/input/
4426F:	include/linux/input.h
4427F:	include/uapi/linux/input.h
4428F:	include/linux/input/
4429
4430INPUT MULTITOUCH (MT) PROTOCOL
4431M:	Henrik Rydberg <rydberg@euromail.se>
4432L:	linux-input@vger.kernel.org
4433T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4434S:	Maintained
4435F:	Documentation/input/multi-touch-protocol.txt
4436F:	drivers/input/input-mt.c
4437K:	\b(ABS|SYN)_MT_
4438
4439INTEL C600 SERIES SAS CONTROLLER DRIVER
4440M:	Intel SCU Linux support <intel-linux-scu@intel.com>
4441M:	Lukasz Dorau <lukasz.dorau@intel.com>
4442M:	Maciej Patelczyk <maciej.patelczyk@intel.com>
4443M:	Dave Jiang <dave.jiang@intel.com>
4444L:	linux-scsi@vger.kernel.org
4445T:	git git://git.code.sf.net/p/intel-sas/isci
4446S:	Supported
4447F:	drivers/scsi/isci/
4448
4449INTEL IDLE DRIVER
4450M:	Len Brown <lenb@kernel.org>
4451L:	linux-pm@vger.kernel.org
4452T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4453S:	Supported
4454F:	drivers/idle/intel_idle.c
4455
4456INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4457M:	Maik Broemme <mbroemme@plusserver.de>
4458L:	linux-fbdev@vger.kernel.org
4459S:	Maintained
4460F:	Documentation/fb/intelfb.txt
4461F:	drivers/video/intelfb/
4462
4463INTEL 810/815 FRAMEBUFFER DRIVER
4464M:	Antonino Daplas <adaplas@gmail.com>
4465L:	linux-fbdev@vger.kernel.org
4466S:	Maintained
4467F:	drivers/video/i810/
4468
4469INTEL MENLOW THERMAL DRIVER
4470M:	Sujith Thomas <sujith.thomas@intel.com>
4471L:	platform-driver-x86@vger.kernel.org
4472W:	https://01.org/linux-acpi
4473S:	Supported
4474F:	drivers/platform/x86/intel_menlow.c
4475
4476INTEL IA32 MICROCODE UPDATE SUPPORT
4477M:	Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4478S:	Maintained
4479F:	arch/x86/kernel/microcode_core.c
4480F:	arch/x86/kernel/microcode_intel.c
4481
4482INTEL I/OAT DMA DRIVER
4483M:	Dan Williams <dan.j.williams@intel.com>
4484M:	Dave Jiang <dave.jiang@intel.com>
4485L:	dmaengine@vger.kernel.org
4486Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
4487S:	Supported
4488F:	drivers/dma/ioat*
4489
4490INTEL IOMMU (VT-d)
4491M:	David Woodhouse <dwmw2@infradead.org>
4492L:	iommu@lists.linux-foundation.org
4493T:	git git://git.infradead.org/iommu-2.6.git
4494S:	Supported
4495F:	drivers/iommu/intel-iommu.c
4496F:	include/linux/intel-iommu.h
4497
4498INTEL IOP-ADMA DMA DRIVER
4499M:	Dan Williams <dan.j.williams@intel.com>
4500S:	Odd fixes
4501F:	drivers/dma/iop-adma.c
4502
4503INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4504M:	Krzysztof Halasa <khc@pm.waw.pl>
4505S:	Maintained
4506F:	arch/arm/mach-ixp4xx/include/mach/qmgr.h
4507F:	arch/arm/mach-ixp4xx/include/mach/npe.h
4508F:	arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4509F:	arch/arm/mach-ixp4xx/ixp4xx_npe.c
4510F:	drivers/net/ethernet/xscale/ixp4xx_eth.c
4511F:	drivers/net/wan/ixp4xx_hss.c
4512
4513INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4514M:	Deepak Saxena <dsaxena@plexity.net>
4515S:	Maintained
4516F:	drivers/char/hw_random/ixp4xx-rng.c
4517
4518INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4519M:	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4520M:	Jesse Brandeburg <jesse.brandeburg@intel.com>
4521M:	Bruce Allan <bruce.w.allan@intel.com>
4522M:	Carolyn Wyborny <carolyn.wyborny@intel.com>
4523M:	Don Skidmore <donald.c.skidmore@intel.com>
4524M:	Greg Rose <gregory.v.rose@intel.com>
4525M:	Alex Duyck <alexander.h.duyck@intel.com>
4526M:	John Ronciak <john.ronciak@intel.com>
4527M:	Mitch Williams <mitch.a.williams@intel.com>
4528L:	e1000-devel@lists.sourceforge.net
4529W:	http://www.intel.com/support/feedback.htm
4530W:	http://e1000.sourceforge.net/
4531T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4532T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4533S:	Supported
4534F:	Documentation/networking/e100.txt
4535F:	Documentation/networking/e1000.txt
4536F:	Documentation/networking/e1000e.txt
4537F:	Documentation/networking/igb.txt
4538F:	Documentation/networking/igbvf.txt
4539F:	Documentation/networking/ixgb.txt
4540F:	Documentation/networking/ixgbe.txt
4541F:	Documentation/networking/ixgbevf.txt
4542F:	Documentation/networking/i40e.txt
4543F:	Documentation/networking/i40evf.txt
4544F:	drivers/net/ethernet/intel/
4545
4546INTEL-MID GPIO DRIVER
4547M:	David Cohen <david.a.cohen@linux.intel.com>
4548L:	linux-gpio@vger.kernel.org
4549S:	Maintained
4550F:	drivers/gpio/gpio-intel-mid.c
4551
4552INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4553M:	Stanislav Yakovlev <stas.yakovlev@gmail.com>
4554L:	linux-wireless@vger.kernel.org
4555S:	Maintained
4556F:	Documentation/networking/README.ipw2100
4557F:	Documentation/networking/README.ipw2200
4558F:	drivers/net/wireless/ipw2x00/
4559
4560INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4561M:	Richard L Maliszewski <richard.l.maliszewski@intel.com>
4562M:	Gang Wei <gang.wei@intel.com>
4563M:	Shane Wang <shane.wang@intel.com>
4564L:	tboot-devel@lists.sourceforge.net
4565W:	http://tboot.sourceforge.net
4566T:	hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4567S:	Supported
4568F:	Documentation/intel_txt.txt
4569F:	include/linux/tboot.h
4570F:	arch/x86/kernel/tboot.c
4571
4572INTEL WIRELESS WIMAX CONNECTION 2400
4573M:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4574M:	linux-wimax@intel.com
4575L:	wimax@linuxwimax.org
4576S:	Supported
4577W:	http://linuxwimax.org
4578F:	Documentation/wimax/README.i2400m
4579F:	drivers/net/wimax/i2400m/
4580F:	include/uapi/linux/wimax/i2400m.h
4581
4582INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4583M:	Stanislaw Gruszka <sgruszka@redhat.com>
4584L:	linux-wireless@vger.kernel.org
4585S:	Supported
4586F:	drivers/net/wireless/iwlegacy/
4587
4588INTEL WIRELESS WIFI LINK (iwlwifi)
4589M:	Johannes Berg <johannes.berg@intel.com>
4590M:	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4591M:	Intel Linux Wireless <ilw@linux.intel.com>
4592L:	linux-wireless@vger.kernel.org
4593W:	http://intellinuxwireless.org
4594T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4595S:	Supported
4596F:	drivers/net/wireless/iwlwifi/
4597
4598INTEL MANAGEMENT ENGINE (mei)
4599M:	Tomas Winkler <tomas.winkler@intel.com>
4600L:	linux-kernel@vger.kernel.org
4601S:	Supported
4602F:	include/uapi/linux/mei.h
4603F:	drivers/misc/mei/*
4604F:	Documentation/misc-devices/mei/*
4605
4606IOC3 ETHERNET DRIVER
4607M:	Ralf Baechle <ralf@linux-mips.org>
4608L:	linux-mips@linux-mips.org
4609S:	Maintained
4610F:	drivers/net/ethernet/sgi/ioc3-eth.c
4611
4612IOC3 SERIAL DRIVER
4613M:	Pat Gefre <pfg@sgi.com>
4614L:	linux-serial@vger.kernel.org
4615S:	Maintained
4616F:	drivers/tty/serial/ioc3_serial.c
4617
4618IOMMU DRIVERS
4619M:	Joerg Roedel <joro@8bytes.org>
4620L:	iommu@lists.linux-foundation.org
4621T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
4622S:	Maintained
4623F:	drivers/iommu/
4624
4625IP MASQUERADING
4626M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4627S:	Maintained
4628F:	net/ipv4/netfilter/ipt_MASQUERADE.c
4629
4630IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4631M:	Francois Romieu <romieu@fr.zoreil.com>
4632M:	Sorbica Shieh <sorbica@icplus.com.tw>
4633L:	netdev@vger.kernel.org
4634S:	Maintained
4635F:	drivers/net/ethernet/icplus/ipg.*
4636
4637IPATH DRIVER
4638M:	Mike Marciniszyn <infinipath@intel.com>
4639L:	linux-rdma@vger.kernel.org
4640S:	Maintained
4641F:	drivers/infiniband/hw/ipath/
4642
4643IPMI SUBSYSTEM
4644M:	Corey Minyard <minyard@acm.org>
4645L:	openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4646W:	http://openipmi.sourceforge.net/
4647S:	Supported
4648F:	Documentation/IPMI.txt
4649F:	drivers/char/ipmi/
4650F:	include/linux/ipmi*
4651F:	include/uapi/linux/ipmi*
4652
4653IPS SCSI RAID DRIVER
4654M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4655L:	linux-scsi@vger.kernel.org
4656W:	http://www.adaptec.com/
4657S:	Maintained
4658F:	drivers/scsi/ips*
4659
4660IPVS
4661M:	Wensong Zhang <wensong@linux-vs.org>
4662M:	Simon Horman <horms@verge.net.au>
4663M:	Julian Anastasov <ja@ssi.bg>
4664L:	netdev@vger.kernel.org
4665L:	lvs-devel@vger.kernel.org
4666S:	Maintained
4667F:	Documentation/networking/ipvs-sysctl.txt
4668F:	include/net/ip_vs.h
4669F:	include/uapi/linux/ip_vs.h
4670F:	net/netfilter/ipvs/
4671
4672IPWIRELESS DRIVER
4673M:	Jiri Kosina <jkosina@suse.cz>
4674M:	David Sterba <dsterba@suse.cz>
4675S:	Odd Fixes
4676F:	drivers/tty/ipwireless/
4677
4678IPX NETWORK LAYER
4679M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4680L:	netdev@vger.kernel.org
4681S:	Maintained
4682F:	include/net/ipx.h
4683F:	include/uapi/linux/ipx.h
4684F:	net/ipx/
4685
4686IRDA SUBSYSTEM
4687M:	Samuel Ortiz <samuel@sortiz.org>
4688L:	irda-users@lists.sourceforge.net (subscribers-only)
4689L:	netdev@vger.kernel.org
4690W:	http://irda.sourceforge.net/
4691S:	Maintained
4692T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4693F:	Documentation/networking/irda.txt
4694F:	drivers/net/irda/
4695F:	include/net/irda/
4696F:	net/irda/
4697
4698IRQ SUBSYSTEM
4699M:	Thomas Gleixner <tglx@linutronix.de>
4700L:	linux-kernel@vger.kernel.org
4701S:	Maintained
4702T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4703F:	kernel/irq/
4704F:	drivers/irqchip/
4705
4706IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4707M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
4708S:	Maintained
4709F:	Documentation/IRQ-domain.txt
4710F:	include/linux/irqdomain.h
4711F:	kernel/irq/irqdomain.c
4712
4713ISAPNP
4714M:	Jaroslav Kysela <perex@perex.cz>
4715S:	Maintained
4716F:	Documentation/isapnp.txt
4717F:	drivers/pnp/isapnp/
4718F:	include/linux/isapnp.h
4719
4720ISA RADIO MODULE
4721M:	Hans Verkuil <hverkuil@xs4all.nl>
4722L:	linux-media@vger.kernel.org
4723T:	git git://linuxtv.org/media_tree.git
4724W:	http://linuxtv.org
4725S:	Maintained
4726F:	drivers/media/radio/radio-isa*
4727
4728iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4729M:	Peter Jones <pjones@redhat.com>
4730M:	Konrad Rzeszutek Wilk <konrad@kernel.org>
4731S:	Maintained
4732F:	drivers/firmware/iscsi_ibft*
4733
4734ISCSI
4735M:	Mike Christie <michaelc@cs.wisc.edu>
4736L:	open-iscsi@googlegroups.com
4737W:	www.open-iscsi.org
4738T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4739S:	Maintained
4740F:	drivers/scsi/*iscsi*
4741F:	include/scsi/*iscsi*
4742
4743ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4744M:	Or Gerlitz <ogerlitz@mellanox.com>
4745M:	Roi Dayan <roid@mellanox.com>
4746L:	linux-rdma@vger.kernel.org
4747S:	Supported
4748W:	http://www.openfabrics.org
4749W:	www.open-iscsi.org
4750Q:	http://patchwork.kernel.org/project/linux-rdma/list/
4751F:	drivers/infiniband/ulp/iser/
4752
4753ISDN SUBSYSTEM
4754M:	Karsten Keil <isdn@linux-pingi.de>
4755L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
4756L:	netdev@vger.kernel.org
4757W:	http://www.isdn4linux.de
4758T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4759S:	Maintained
4760F:	Documentation/isdn/
4761F:	drivers/isdn/
4762F:	include/linux/isdn.h
4763F:	include/linux/isdn/
4764F:	include/uapi/linux/isdn.h
4765F:	include/uapi/linux/isdn/
4766
4767ISDN SUBSYSTEM (Eicon active card driver)
4768M:	Armin Schindler <mac@melware.de>
4769L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
4770W:	http://www.melware.de
4771S:	Maintained
4772F:	drivers/isdn/hardware/eicon/
4773
4774IT87 HARDWARE MONITORING DRIVER
4775M:	Jean Delvare <jdelvare@suse.de>
4776L:	lm-sensors@lm-sensors.org
4777S:	Maintained
4778F:	Documentation/hwmon/it87
4779F:	drivers/hwmon/it87.c
4780
4781IT913X MEDIA DRIVER
4782M:	Malcolm Priestley <tvboxspy@gmail.com>
4783L:	linux-media@vger.kernel.org
4784W:	http://linuxtv.org/
4785Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4786S:	Maintained
4787F:	drivers/media/usb/dvb-usb-v2/it913x*
4788
4789IT913X FE MEDIA DRIVER
4790M:	Malcolm Priestley <tvboxspy@gmail.com>
4791L:	linux-media@vger.kernel.org
4792W:	http://linuxtv.org/
4793Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4794S:	Maintained
4795F:	drivers/media/dvb-frontends/it913x-fe*
4796
4797IT913X MEDIA DRIVER
4798M:	Antti Palosaari <crope@iki.fi>
4799L:	linux-media@vger.kernel.org
4800W:	http://linuxtv.org/
4801W:	http://palosaari.fi/linux/
4802Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4803T:	git git://linuxtv.org/anttip/media_tree.git
4804S:	Maintained
4805F:	drivers/media/tuners/tuner_it913x*
4806
4807IVTV VIDEO4LINUX DRIVER
4808M:	Andy Walls <awalls@md.metrocast.net>
4809L:	ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4810L:	linux-media@vger.kernel.org
4811T:	git git://linuxtv.org/media_tree.git
4812W:	http://www.ivtvdriver.org
4813S:	Maintained
4814F:	Documentation/video4linux/*.ivtv
4815F:	drivers/media/pci/ivtv/
4816F:	include/uapi/linux/ivtv*
4817
4818IX2505V MEDIA DRIVER
4819M:	Malcolm Priestley <tvboxspy@gmail.com>
4820L:	linux-media@vger.kernel.org
4821W:	http://linuxtv.org/
4822Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4823S:	Maintained
4824F:	drivers/media/dvb-frontends/ix2505v*
4825
4826JC42.4 TEMPERATURE SENSOR DRIVER
4827M:	Guenter Roeck <linux@roeck-us.net>
4828L:	lm-sensors@lm-sensors.org
4829S:	Maintained
4830F:	drivers/hwmon/jc42.c
4831F:	Documentation/hwmon/jc42
4832
4833JFS FILESYSTEM
4834M:	Dave Kleikamp <shaggy@kernel.org>
4835L:	jfs-discussion@lists.sourceforge.net
4836W:	http://jfs.sourceforge.net/
4837T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4838S:	Maintained
4839F:	Documentation/filesystems/jfs.txt
4840F:	fs/jfs/
4841
4842JME NETWORK DRIVER
4843M:	Guo-Fu Tseng <cooldavid@cooldavid.org>
4844L:	netdev@vger.kernel.org
4845S:	Maintained
4846F:	drivers/net/ethernet/jme.*
4847
4848JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4849M:	David Woodhouse <dwmw2@infradead.org>
4850L:	linux-mtd@lists.infradead.org
4851W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
4852S:	Maintained
4853F:	fs/jffs2/
4854F:	include/uapi/linux/jffs2.h
4855
4856JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4857M:	Andrew Morton <akpm@linux-foundation.org>
4858M:	Jan Kara <jack@suse.cz>
4859L:	linux-ext4@vger.kernel.org
4860S:	Maintained
4861F:	fs/jbd/
4862F:	include/linux/jbd.h
4863
4864JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4865M:	"Theodore Ts'o" <tytso@mit.edu>
4866L:	linux-ext4@vger.kernel.org
4867S:	Maintained
4868F:	fs/jbd2/
4869F:	include/linux/jbd2.h
4870
4871JSM Neo PCI based serial card
4872M:	Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4873L:	linux-serial@vger.kernel.org
4874S:	Maintained
4875F:	drivers/tty/serial/jsm/
4876
4877K10TEMP HARDWARE MONITORING DRIVER
4878M:	Clemens Ladisch <clemens@ladisch.de>
4879L:	lm-sensors@lm-sensors.org
4880S:	Maintained
4881F:	Documentation/hwmon/k10temp
4882F:	drivers/hwmon/k10temp.c
4883
4884K8TEMP HARDWARE MONITORING DRIVER
4885M:	Rudolf Marek <r.marek@assembler.cz>
4886L:	lm-sensors@lm-sensors.org
4887S:	Maintained
4888F:	Documentation/hwmon/k8temp
4889F:	drivers/hwmon/k8temp.c
4890
4891KTAP
4892M:	Jovi Zhangwei <jovi.zhangwei@gmail.com>
4893W:	http://www.ktap.org
4894L:	ktap@freelists.org
4895S:	Maintained
4896F:	drivers/staging/ktap/
4897
4898KCONFIG
4899M:	"Yann E. MORIN" <yann.morin.1998@free.fr>
4900L:	linux-kbuild@vger.kernel.org
4901T:	git://gitorious.org/linux-kconfig/linux-kconfig
4902S:	Maintained
4903F:	Documentation/kbuild/kconfig-language.txt
4904F:	scripts/kconfig/
4905
4906KDUMP
4907M:	Vivek Goyal <vgoyal@redhat.com>
4908M:	Haren Myneni <hbabu@us.ibm.com>
4909L:	kexec@lists.infradead.org
4910W:	http://lse.sourceforge.net/kdump/
4911S:	Maintained
4912F:	Documentation/kdump/
4913
4914KEENE FM RADIO TRANSMITTER DRIVER
4915M:	Hans Verkuil <hverkuil@xs4all.nl>
4916L:	linux-media@vger.kernel.org
4917T:	git git://linuxtv.org/media_tree.git
4918W:	http://linuxtv.org
4919S:	Maintained
4920F:	drivers/media/radio/radio-keene*
4921
4922KERNEL AUTOMOUNTER v4 (AUTOFS4)
4923M:	Ian Kent <raven@themaw.net>
4924L:	autofs@vger.kernel.org
4925S:	Maintained
4926F:	fs/autofs4/
4927
4928KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4929M:	Michal Marek <mmarek@suse.cz>
4930T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4931T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4932L:	linux-kbuild@vger.kernel.org
4933S:	Maintained
4934F:	Documentation/kbuild/
4935F:	Makefile
4936F:	scripts/Makefile.*
4937F:	scripts/basic/
4938F:	scripts/mk*
4939F:	scripts/package/
4940
4941KERNEL JANITORS
4942L:	kernel-janitors@vger.kernel.org
4943W:	http://kernelnewbies.org/KernelJanitors
4944S:	Odd Fixes
4945
4946KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4947M:	"J. Bruce Fields" <bfields@fieldses.org>
4948L:	linux-nfs@vger.kernel.org
4949W:	http://nfs.sourceforge.net/
4950S:	Supported
4951F:	fs/nfsd/
4952F:	include/linux/nfsd/
4953F:	include/uapi/linux/nfsd/
4954F:	fs/lockd/
4955F:	fs/nfs_common/
4956F:	net/sunrpc/
4957F:	include/linux/lockd/
4958F:	include/linux/sunrpc/
4959F:	include/uapi/linux/sunrpc/
4960
4961KERNEL VIRTUAL MACHINE (KVM)
4962M:	Gleb Natapov <gleb@kernel.org>
4963M:	Paolo Bonzini <pbonzini@redhat.com>
4964L:	kvm@vger.kernel.org
4965W:	http://www.linux-kvm.org
4966T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
4967S:	Supported
4968F:	Documentation/*/kvm*.txt
4969F:	Documentation/virtual/kvm/
4970F:	arch/*/kvm/
4971F:	arch/*/include/asm/kvm*
4972F:	include/linux/kvm*
4973F:	include/uapi/linux/kvm*
4974F:	virt/kvm/
4975
4976KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4977M:	Joerg Roedel <joro@8bytes.org>
4978L:	kvm@vger.kernel.org
4979W:	http://kvm.qumranet.com
4980S:	Maintained
4981F:	arch/x86/include/asm/svm.h
4982F:	arch/x86/kvm/svm.c
4983
4984KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4985M:	Alexander Graf <agraf@suse.de>
4986L:	kvm-ppc@vger.kernel.org
4987W:	http://kvm.qumranet.com
4988T:	git git://github.com/agraf/linux-2.6.git
4989S:	Supported
4990F:	arch/powerpc/include/asm/kvm*
4991F:	arch/powerpc/kvm/
4992
4993KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4994M:	Xiantao Zhang <xiantao.zhang@intel.com>
4995L:	kvm-ia64@vger.kernel.org
4996W:	http://kvm.qumranet.com
4997S:	Supported
4998F:	Documentation/ia64/kvm.txt
4999F:	arch/ia64/include/asm/kvm*
5000F:	arch/ia64/kvm/
5001
5002KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5003M:	Christian Borntraeger <borntraeger@de.ibm.com>
5004M:	Cornelia Huck <cornelia.huck@de.ibm.com>
5005M:	linux390@de.ibm.com
5006L:	linux-s390@vger.kernel.org
5007W:	http://www.ibm.com/developerworks/linux/linux390/
5008S:	Supported
5009F:	Documentation/s390/kvm.txt
5010F:	arch/s390/include/asm/kvm*
5011F:	arch/s390/kvm/
5012F:	drivers/s390/kvm/
5013
5014KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5015M:	Christoffer Dall <christoffer.dall@linaro.org>
5016L:	kvmarm@lists.cs.columbia.edu
5017W:	http://systems.cs.columbia.edu/projects/kvm-arm
5018S:	Supported
5019F:	arch/arm/include/uapi/asm/kvm*
5020F:	arch/arm/include/asm/kvm*
5021F:	arch/arm/kvm/
5022
5023KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5024M:	Marc Zyngier <marc.zyngier@arm.com>
5025L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5026L:	kvmarm@lists.cs.columbia.edu
5027S:	Maintained
5028F:	arch/arm64/include/uapi/asm/kvm*
5029F:	arch/arm64/include/asm/kvm*
5030F:	arch/arm64/kvm/
5031
5032KEXEC
5033M:	Eric Biederman <ebiederm@xmission.com>
5034W:	http://kernel.org/pub/linux/utils/kernel/kexec/
5035L:	kexec@lists.infradead.org
5036S:	Maintained
5037F:	include/linux/kexec.h
5038F:	include/uapi/linux/kexec.h
5039F:	kernel/kexec.c
5040
5041KEYS/KEYRINGS:
5042M:	David Howells <dhowells@redhat.com>
5043L:	keyrings@linux-nfs.org
5044S:	Maintained
5045F:	Documentation/security/keys.txt
5046F:	include/linux/key.h
5047F:	include/linux/key-type.h
5048F:	include/keys/
5049F:	security/keys/
5050
5051KEYS-TRUSTED
5052M:	David Safford <safford@watson.ibm.com>
5053M:	Mimi Zohar <zohar@us.ibm.com>
5054L:	linux-security-module@vger.kernel.org
5055L:	keyrings@linux-nfs.org
5056S:	Supported
5057F:	Documentation/security/keys-trusted-encrypted.txt
5058F:	include/keys/trusted-type.h
5059F:	security/keys/trusted.c
5060F:	security/keys/trusted.h
5061
5062KEYS-ENCRYPTED
5063M:	Mimi Zohar <zohar@us.ibm.com>
5064M:	David Safford <safford@watson.ibm.com>
5065L:	linux-security-module@vger.kernel.org
5066L:	keyrings@linux-nfs.org
5067S:	Supported
5068F:	Documentation/security/keys-trusted-encrypted.txt
5069F:	include/keys/encrypted-type.h
5070F:	security/keys/encrypted-keys/
5071
5072KGDB / KDB /debug_core
5073M:	Jason Wessel <jason.wessel@windriver.com>
5074W:	http://kgdb.wiki.kernel.org/
5075L:	kgdb-bugreport@lists.sourceforge.net
5076S:	Maintained
5077F:	Documentation/DocBook/kgdb.tmpl
5078F:	drivers/misc/kgdbts.c
5079F:	drivers/tty/serial/kgdboc.c
5080F:	include/linux/kdb.h
5081F:	include/linux/kgdb.h
5082F:	kernel/debug/
5083
5084KMEMCHECK
5085M:	Vegard Nossum <vegardno@ifi.uio.no>
5086M:	Pekka Enberg <penberg@kernel.org>
5087S:	Maintained
5088F:	Documentation/kmemcheck.txt
5089F:	arch/x86/include/asm/kmemcheck.h
5090F:	arch/x86/mm/kmemcheck/
5091F:	include/linux/kmemcheck.h
5092F:	mm/kmemcheck.c
5093
5094KMEMLEAK
5095M:	Catalin Marinas <catalin.marinas@arm.com>
5096S:	Maintained
5097F:	Documentation/kmemleak.txt
5098F:	include/linux/kmemleak.h
5099F:	mm/kmemleak.c
5100F:	mm/kmemleak-test.c
5101
5102KPROBES
5103M:	Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5104M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5105M:	"David S. Miller" <davem@davemloft.net>
5106M:	Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5107S:	Maintained
5108F:	Documentation/kprobes.txt
5109F:	include/linux/kprobes.h
5110F:	kernel/kprobes.c
5111
5112KS0108 LCD CONTROLLER DRIVER
5113M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5114W:	http://miguelojeda.es/auxdisplay.htm
5115W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5116S:	Maintained
5117F:	Documentation/auxdisplay/ks0108
5118F:	drivers/auxdisplay/ks0108.c
5119F:	include/linux/ks0108.h
5120
5121LAPB module
5122L:	linux-x25@vger.kernel.org
5123S:	Orphan
5124F:	Documentation/networking/lapb-module.txt
5125F:	include/*/lapb.h
5126F:	net/lapb/
5127
5128LASI 53c700 driver for PARISC
5129M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5130L:	linux-scsi@vger.kernel.org
5131S:	Maintained
5132F:	Documentation/scsi/53c700.txt
5133F:	drivers/scsi/53c700*
5134
5135LED SUBSYSTEM
5136M:	Bryan Wu <cooloney@gmail.com>
5137M:	Richard Purdie <rpurdie@rpsys.net>
5138L:	linux-leds@vger.kernel.org
5139T:	git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5140S:	Maintained
5141F:	drivers/leds/
5142F:	include/linux/leds.h
5143
5144LEGACY EEPROM DRIVER
5145M:	Jean Delvare <jdelvare@suse.de>
5146S:	Maintained
5147F:	Documentation/misc-devices/eeprom
5148F:	drivers/misc/eeprom/eeprom.c
5149
5150LEGO USB Tower driver
5151M:	Juergen Stuber <starblue@users.sourceforge.net>
5152L:	legousb-devel@lists.sourceforge.net
5153W:	http://legousb.sourceforge.net/
5154S:	Maintained
5155F:	drivers/usb/misc/legousbtower.c
5156
5157LG2160 MEDIA DRIVER
5158M:	Michael Krufky <mkrufky@linuxtv.org>
5159L:	linux-media@vger.kernel.org
5160W:	http://linuxtv.org/
5161W:	http://github.com/mkrufky
5162Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5163T:	git git://linuxtv.org/mkrufky/tuners.git
5164S:	Maintained
5165F:	drivers/media/dvb-frontends/lg2160.*
5166
5167LGDT3305 MEDIA DRIVER
5168M:	Michael Krufky <mkrufky@linuxtv.org>
5169L:	linux-media@vger.kernel.org
5170W:	http://linuxtv.org/
5171W:	http://github.com/mkrufky
5172Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5173T:	git git://linuxtv.org/mkrufky/tuners.git
5174S:	Maintained
5175F:	drivers/media/dvb-frontends/lgdt3305.*
5176
5177LGUEST
5178M:	Rusty Russell <rusty@rustcorp.com.au>
5179L:	lguest@lists.ozlabs.org
5180W:	http://lguest.ozlabs.org/
5181S:	Odd Fixes
5182F:	arch/x86/include/asm/lguest*.h
5183F:	arch/x86/lguest/
5184F:	drivers/lguest/
5185F:	include/linux/lguest*.h
5186F:	tools/lguest/
5187
5188LIBLOCKDEP
5189M:	Sasha Levin <sasha.levin@oracle.com>
5190S:	Maintained
5191F:	tools/lib/lockdep/
5192
5193LINUX FOR IBM pSERIES (RS/6000)
5194M:	Paul Mackerras <paulus@au.ibm.com>
5195W:	http://www.ibm.com/linux/ltc/projects/ppc
5196S:	Supported
5197F:	arch/powerpc/boot/rs6000.h
5198
5199LINUX FOR POWERPC (32-BIT AND 64-BIT)
5200M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
5201M:	Paul Mackerras <paulus@samba.org>
5202W:	http://www.penguinppc.org/
5203L:	linuxppc-dev@lists.ozlabs.org
5204Q:	http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5205T:	git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5206S:	Supported
5207F:	Documentation/powerpc/
5208F:	arch/powerpc/
5209
5210LINUX FOR POWER MACINTOSH
5211M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
5212W:	http://www.penguinppc.org/
5213L:	linuxppc-dev@lists.ozlabs.org
5214S:	Maintained
5215F:	arch/powerpc/platforms/powermac/
5216F:	drivers/macintosh/
5217
5218LINUX FOR POWERPC EMBEDDED MPC5XXX
5219M:	Anatolij Gustschin <agust@denx.de>
5220L:	linuxppc-dev@lists.ozlabs.org
5221T:	git git://git.denx.de/linux-2.6-agust.git
5222S:	Maintained
5223F:	arch/powerpc/platforms/512x/
5224F:	arch/powerpc/platforms/52xx/
5225
5226LINUX FOR POWERPC EMBEDDED PPC4XX
5227M:	Josh Boyer <jwboyer@gmail.com>
5228M:	Matt Porter <mporter@kernel.crashing.org>
5229W:	http://www.penguinppc.org/
5230L:	linuxppc-dev@lists.ozlabs.org
5231T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
5232S:	Maintained
5233F:	arch/powerpc/platforms/40x/
5234F:	arch/powerpc/platforms/44x/
5235
5236LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5237L:	linuxppc-dev@lists.ozlabs.org
5238S:	Orphan
5239F:	arch/powerpc/*/*virtex*
5240F:	arch/powerpc/*/*/*virtex*
5241
5242LINUX FOR POWERPC EMBEDDED PPC8XX
5243M:	Vitaly Bordug <vitb@kernel.crashing.org>
5244M:	Marcelo Tosatti <marcelo@kvack.org>
5245W:	http://www.penguinppc.org/
5246L:	linuxppc-dev@lists.ozlabs.org
5247S:	Maintained
5248F:	arch/powerpc/platforms/8xx/
5249
5250LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5251M:	Kumar Gala <galak@kernel.crashing.org>
5252W:	http://www.penguinppc.org/
5253L:	linuxppc-dev@lists.ozlabs.org
5254S:	Maintained
5255F:	arch/powerpc/platforms/83xx/
5256F:	arch/powerpc/platforms/85xx/
5257
5258LINUX FOR POWERPC PA SEMI PWRFICIENT
5259M:	Olof Johansson <olof@lixom.net>
5260L:	linuxppc-dev@lists.ozlabs.org
5261S:	Maintained
5262F:	arch/powerpc/platforms/pasemi/
5263F:	drivers/*/*pasemi*
5264F:	drivers/*/*/*pasemi*
5265
5266LINUX SECURITY MODULE (LSM) FRAMEWORK
5267M:	Chris Wright <chrisw@sous-sol.org>
5268L:	linux-security-module@vger.kernel.org
5269S:	Supported
5270
5271LIS3LV02D ACCELEROMETER DRIVER
5272M:	Eric Piel <eric.piel@tremplin-utc.net>
5273S:	Maintained
5274F:	Documentation/misc-devices/lis3lv02d
5275F:	drivers/misc/lis3lv02d/
5276F:	drivers/platform/x86/hp_accel.c
5277
5278LLC (802.2)
5279M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5280S:	Maintained
5281F:	include/linux/llc.h
5282F:	include/uapi/linux/llc.h
5283F:	include/net/llc*
5284F:	net/llc/
5285
5286LM73 HARDWARE MONITOR DRIVER
5287M:	Guillaume Ligneul <guillaume.ligneul@gmail.com>
5288L:	lm-sensors@lm-sensors.org
5289S:	Maintained
5290F:	drivers/hwmon/lm73.c
5291
5292LM78 HARDWARE MONITOR DRIVER
5293M:	Jean Delvare <jdelvare@suse.de>
5294L:	lm-sensors@lm-sensors.org
5295S:	Maintained
5296F:	Documentation/hwmon/lm78
5297F:	drivers/hwmon/lm78.c
5298
5299LM83 HARDWARE MONITOR DRIVER
5300M:	Jean Delvare <jdelvare@suse.de>
5301L:	lm-sensors@lm-sensors.org
5302S:	Maintained
5303F:	Documentation/hwmon/lm83
5304F:	drivers/hwmon/lm83.c
5305
5306LM90 HARDWARE MONITOR DRIVER
5307M:	Jean Delvare <jdelvare@suse.de>
5308L:	lm-sensors@lm-sensors.org
5309S:	Maintained
5310F:	Documentation/hwmon/lm90
5311F:	Documentation/devicetree/bindings/hwmon/lm90.txt
5312F:	drivers/hwmon/lm90.c
5313
5314LM95234 HARDWARE MONITOR DRIVER
5315M:	Guenter Roeck <linux@roeck-us.net>
5316L:	lm-sensors@lm-sensors.org
5317S:	Maintained
5318F:	Documentation/hwmon/lm95234
5319F:	drivers/hwmon/lm95234.c
5320
5321LME2510 MEDIA DRIVER
5322M:	Malcolm Priestley <tvboxspy@gmail.com>
5323L:	linux-media@vger.kernel.org
5324W:	http://linuxtv.org/
5325Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5326S:	Maintained
5327F:	drivers/media/usb/dvb-usb-v2/lmedm04*
5328
5329LOCKDEP AND LOCKSTAT
5330M:	Peter Zijlstra <peterz@infradead.org>
5331M:	Ingo Molnar <mingo@redhat.com>
5332L:	linux-kernel@vger.kernel.org
5333T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5334S:	Maintained
5335F:	Documentation/lockdep*.txt
5336F:	Documentation/lockstat.txt
5337F:	include/linux/lockdep.h
5338F:	kernel/locking/
5339
5340LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5341M:	"Richard Russon (FlatCap)" <ldm@flatcap.org>
5342L:	linux-ntfs-dev@lists.sourceforge.net
5343W:	http://www.linux-ntfs.org/content/view/19/37/
5344S:	Maintained
5345F:	Documentation/ldm.txt
5346F:	block/partitions/ldm.*
5347
5348LogFS
5349M:	Joern Engel <joern@logfs.org>
5350M:	Prasad Joshi <prasadjoshi.linux@gmail.com>
5351L:	logfs@logfs.org
5352W:	logfs.org
5353S:	Maintained
5354F:	fs/logfs/
5355
5356LPC32XX MACHINE SUPPORT
5357M:	Roland Stigge <stigge@antcom.de>
5358L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5359S:	Maintained
5360F:	arch/arm/mach-lpc32xx/
5361
5362LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5363M:	Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
5364M:	Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
5365M:	support@lsi.com
5366L:	DL-MPTFusionLinux@lsi.com
5367L:	linux-scsi@vger.kernel.org
5368W:	http://www.lsilogic.com/support
5369S:	Supported
5370F:	drivers/message/fusion/
5371F:	drivers/scsi/mpt2sas/
5372F:	drivers/scsi/mpt3sas/
5373
5374LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5375M:	Matthew Wilcox <matthew@wil.cx>
5376L:	linux-scsi@vger.kernel.org
5377S:	Maintained
5378F:	drivers/scsi/sym53c8xx_2/
5379
5380LTC4261 HARDWARE MONITOR DRIVER
5381M:	Guenter Roeck <linux@roeck-us.net>
5382L:	lm-sensors@lm-sensors.org
5383S:	Maintained
5384F:	Documentation/hwmon/ltc4261
5385F:	drivers/hwmon/ltc4261.c
5386
5387LTP (Linux Test Project)
5388M:	Shubham Goyal <shubham@linux.vnet.ibm.com>
5389M:	Mike Frysinger <vapier@gentoo.org>
5390M:	Cyril Hrubis <chrubis@suse.cz>
5391M:	Caspar Zhang <caspar@casparzhang.com>
5392M:	Wanlong Gao <gaowanlong@cn.fujitsu.com>
5393L:	ltp-list@lists.sourceforge.net (subscribers-only)
5394W:	http://ltp.sourceforge.net/
5395T:	git git://github.com/linux-test-project/ltp.git
5396T:	git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
5397S:	Maintained
5398
5399M32R ARCHITECTURE
5400M:	Hirokazu Takata <takata@linux-m32r.org>
5401L:	linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5402L:	linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5403W:	http://www.linux-m32r.org/
5404S:	Maintained
5405F:	arch/m32r/
5406
5407M68K ARCHITECTURE
5408M:	Geert Uytterhoeven <geert@linux-m68k.org>
5409L:	linux-m68k@lists.linux-m68k.org
5410W:	http://www.linux-m68k.org/
5411T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5412S:	Maintained
5413F:	arch/m68k/
5414F:	drivers/zorro/
5415
5416M68K ON APPLE MACINTOSH
5417M:	Joshua Thompson <funaho@jurai.org>
5418W:	http://www.mac.linux-m68k.org/
5419L:	linux-m68k@lists.linux-m68k.org
5420S:	Maintained
5421F:	arch/m68k/mac/
5422
5423M68K ON HP9000/300
5424M:	Philip Blundell <philb@gnu.org>
5425W:	http://www.tazenda.demon.co.uk/phil/linux-hp
5426S:	Maintained
5427F:	arch/m68k/hp300/
5428
5429M88DS3103 MEDIA DRIVER
5430M:	Antti Palosaari <crope@iki.fi>
5431L:	linux-media@vger.kernel.org
5432W:	http://linuxtv.org/
5433W:	http://palosaari.fi/linux/
5434Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5435T:	git git://linuxtv.org/anttip/media_tree.git
5436S:	Maintained
5437F:	drivers/media/dvb-frontends/m88ds3103*
5438
5439M88RS2000 MEDIA DRIVER
5440M:	Malcolm Priestley <tvboxspy@gmail.com>
5441L:	linux-media@vger.kernel.org
5442W:	http://linuxtv.org/
5443Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5444S:	Maintained
5445F:	drivers/media/dvb-frontends/m88rs2000*
5446
5447M88TS2022 MEDIA DRIVER
5448M:	Antti Palosaari <crope@iki.fi>
5449L:	linux-media@vger.kernel.org
5450W:	http://linuxtv.org/
5451W:	http://palosaari.fi/linux/
5452Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5453T:	git git://linuxtv.org/anttip/media_tree.git
5454S:	Maintained
5455F:	drivers/media/tuners/m88ts2022*
5456
5457MA901 MASTERKIT USB FM RADIO DRIVER
5458M:      Alexey Klimov <klimov.linux@gmail.com>
5459L:      linux-media@vger.kernel.org
5460T:      git git://linuxtv.org/media_tree.git
5461S:      Maintained
5462F:      drivers/media/radio/radio-ma901.c
5463
5464MAC80211
5465M:	Johannes Berg <johannes@sipsolutions.net>
5466L:	linux-wireless@vger.kernel.org
5467W:	http://wireless.kernel.org/
5468T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5469T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5470S:	Maintained
5471F:	Documentation/networking/mac80211-injection.txt
5472F:	include/net/mac80211.h
5473F:	net/mac80211/
5474
5475MAC80211 PID RATE CONTROL
5476M:	Stefano Brivio <stefano.brivio@polimi.it>
5477M:	Mattias Nissler <mattias.nissler@gmx.de>
5478L:	linux-wireless@vger.kernel.org
5479W:	http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5480T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5481T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5482S:	Maintained
5483F:	net/mac80211/rc80211_pid*
5484
5485MACVLAN DRIVER
5486M:	Patrick McHardy <kaber@trash.net>
5487L:	netdev@vger.kernel.org
5488S:	Maintained
5489F:	drivers/net/macvlan.c
5490F:	include/linux/if_macvlan.h
5491
5492MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5493M:	Michael Kerrisk <mtk.manpages@gmail.com>
5494W:	http://www.kernel.org/doc/man-pages
5495L:	linux-man@vger.kernel.org
5496S:	Maintained
5497
5498MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5499M:	Mirko Lindner <mlindner@marvell.com>
5500M:	Stephen Hemminger <stephen@networkplumber.org>
5501L:	netdev@vger.kernel.org
5502S:	Maintained
5503F:	drivers/net/ethernet/marvell/sk*
5504
5505MARVELL LIBERTAS WIRELESS DRIVER
5506L:	libertas-dev@lists.infradead.org
5507S:	Orphan
5508F:	drivers/net/wireless/libertas/
5509
5510MARVELL MV643XX ETHERNET DRIVER
5511M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5512L:	netdev@vger.kernel.org
5513S:	Maintained
5514F:	drivers/net/ethernet/marvell/mv643xx_eth.*
5515F:	include/linux/mv643xx.h
5516
5517MARVELL MVNETA ETHERNET DRIVER
5518M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5519L:	netdev@vger.kernel.org
5520S:	Maintained
5521F:	drivers/net/ethernet/marvell/mvneta.*
5522
5523MARVELL MWIFIEX WIRELESS DRIVER
5524M:	Bing Zhao <bzhao@marvell.com>
5525L:	linux-wireless@vger.kernel.org
5526S:	Maintained
5527F:	drivers/net/wireless/mwifiex/
5528
5529MARVELL MWL8K WIRELESS DRIVER
5530M:	Lennert Buytenhek <buytenh@wantstofly.org>
5531L:	linux-wireless@vger.kernel.org
5532S:	Odd Fixes
5533F:	drivers/net/wireless/mwl8k.c
5534
5535MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5536M:	Nicolas Pitre <nico@fluxnic.net>
5537S:	Odd Fixes
5538F:	drivers/mmc/host/mvsdio.*
5539
5540MATROX FRAMEBUFFER DRIVER
5541L:	linux-fbdev@vger.kernel.org
5542S:	Orphan
5543F:	drivers/video/matrox/matroxfb_*
5544F:	include/uapi/linux/matroxfb.h
5545
5546MAX16065 HARDWARE MONITOR DRIVER
5547M:	Guenter Roeck <linux@roeck-us.net>
5548L:	lm-sensors@lm-sensors.org
5549S:	Maintained
5550F:	Documentation/hwmon/max16065
5551F:	drivers/hwmon/max16065.c
5552
5553MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5554M:	"Hans J. Koch" <hjk@hansjkoch.de>
5555L:	lm-sensors@lm-sensors.org
5556S:	Maintained
5557F:	Documentation/hwmon/max6650
5558F:	drivers/hwmon/max6650.c
5559
5560MAX6697 HARDWARE MONITOR DRIVER
5561M:	Guenter Roeck <linux@roeck-us.net>
5562L:	lm-sensors@lm-sensors.org
5563S:	Maintained
5564F:	Documentation/hwmon/max6697
5565F:	Documentation/devicetree/bindings/i2c/max6697.txt
5566F:	drivers/hwmon/max6697.c
5567F:	include/linux/platform_data/max6697.h
5568
5569MAXIRADIO FM RADIO RECEIVER DRIVER
5570M:	Hans Verkuil <hverkuil@xs4all.nl>
5571L:	linux-media@vger.kernel.org
5572T:	git git://linuxtv.org/media_tree.git
5573W:	http://linuxtv.org
5574S:	Maintained
5575F:	drivers/media/radio/radio-maxiradio*
5576
5577MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5578M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
5579P:	LinuxTV.org Project
5580L:	linux-media@vger.kernel.org
5581W:	http://linuxtv.org
5582Q:	http://patchwork.kernel.org/project/linux-media/list/
5583T:	git git://linuxtv.org/media_tree.git
5584S:	Maintained
5585F:	Documentation/dvb/
5586F:	Documentation/video4linux/
5587F:	Documentation/DocBook/media/
5588F:	drivers/media/
5589F:	drivers/staging/media/
5590F:	include/media/
5591F:	include/uapi/linux/dvb/
5592F:	include/uapi/linux/videodev2.h
5593F:	include/uapi/linux/media.h
5594F:	include/uapi/linux/v4l2-*
5595F:	include/uapi/linux/meye.h
5596F:	include/uapi/linux/ivtv*
5597F:	include/uapi/linux/uvcvideo.h
5598
5599MEDIAVISION PRO MOVIE STUDIO DRIVER
5600M:	Hans Verkuil <hverkuil@xs4all.nl>
5601L:	linux-media@vger.kernel.org
5602T:	git git://linuxtv.org/media_tree.git
5603W:	http://linuxtv.org
5604S:	Odd Fixes
5605F:	drivers/media/parport/pms*
5606
5607MEGARAID SCSI DRIVERS
5608M:	Neela Syam Kolli <megaraidlinux@lsi.com>
5609L:	linux-scsi@vger.kernel.org
5610W:	http://megaraid.lsilogic.com
5611S:	Maintained
5612F:	Documentation/scsi/megaraid.txt
5613F:	drivers/scsi/megaraid.*
5614F:	drivers/scsi/megaraid/
5615
5616MELLANOX ETHERNET DRIVER (mlx4_en)
5617M:	Amir Vadai <amirv@mellanox.com>
5618L: 	netdev@vger.kernel.org
5619S:	Supported
5620W:	http://www.mellanox.com
5621Q:	http://patchwork.ozlabs.org/project/netdev/list/
5622F:	drivers/net/ethernet/mellanox/mlx4/en_*
5623
5624MEMORY MANAGEMENT
5625L:	linux-mm@kvack.org
5626W:	http://www.linux-mm.org
5627S:	Maintained
5628F:	include/linux/mm.h
5629F:	include/linux/gfp.h
5630F:	include/linux/mmzone.h
5631F:	include/linux/memory_hotplug.h
5632F:	include/linux/vmalloc.h
5633F:	mm/
5634
5635MEMORY RESOURCE CONTROLLER
5636M:	Johannes Weiner <hannes@cmpxchg.org>
5637M:	Michal Hocko <mhocko@suse.cz>
5638M:	Balbir Singh <bsingharora@gmail.com>
5639M:	KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
5640L:	cgroups@vger.kernel.org
5641L:	linux-mm@kvack.org
5642S:	Maintained
5643F:	mm/memcontrol.c
5644F:	mm/page_cgroup.c
5645
5646MEMORY TECHNOLOGY DEVICES (MTD)
5647M:	David Woodhouse <dwmw2@infradead.org>
5648M:	Brian Norris <computersforpeace@gmail.com>
5649L:	linux-mtd@lists.infradead.org
5650W:	http://www.linux-mtd.infradead.org/
5651Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
5652T:	git git://git.infradead.org/linux-mtd.git
5653S:	Maintained
5654F:	drivers/mtd/
5655F:	include/linux/mtd/
5656F:	include/uapi/mtd/
5657
5658MEN A21 WATCHDOG DRIVER
5659M:  	Johannes Thumshirn <johannes.thumshirn@men.de>
5660L:	linux-watchdog@vger.kernel.org
5661S:	Supported
5662F:	drivers/watchdog/mena21_wdt.c
5663
5664METAG ARCHITECTURE
5665M:	James Hogan <james.hogan@imgtec.com>
5666L:	linux-metag@vger.kernel.org
5667S:	Supported
5668F:	arch/metag/
5669F:	Documentation/metag/
5670F:	Documentation/devicetree/bindings/metag/
5671F:	drivers/clocksource/metag_generic.c
5672F:	drivers/irqchip/irq-metag.c
5673F:	drivers/irqchip/irq-metag-ext.c
5674F:	drivers/tty/metag_da.c
5675F:	fs/imgdafs/
5676
5677MICROBLAZE ARCHITECTURE
5678M:	Michal Simek <monstr@monstr.eu>
5679L:	microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
5680W:	http://www.monstr.eu/fdt/
5681T:	git git://git.monstr.eu/linux-2.6-microblaze.git
5682S:	Supported
5683F:	arch/microblaze/
5684
5685MICROTEK X6 SCANNER
5686M:	Oliver Neukum <oliver@neukum.org>
5687S:	Maintained
5688F:	drivers/usb/image/microtek.*
5689
5690MIPS
5691M:	Ralf Baechle <ralf@linux-mips.org>
5692L:	linux-mips@linux-mips.org
5693W:	http://www.linux-mips.org/
5694T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
5695Q:	http://patchwork.linux-mips.org/project/linux-mips/list/
5696S:	Supported
5697F:	Documentation/mips/
5698F:	arch/mips/
5699
5700MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5701M:	Hans Verkuil <hverkuil@xs4all.nl>
5702L:	linux-media@vger.kernel.org
5703T:	git git://linuxtv.org/media_tree.git
5704W:	http://linuxtv.org
5705S:	Odd Fixes
5706F:	drivers/media/radio/radio-miropcm20*
5707
5708Mellanox MLX5 core VPI driver
5709M:	Eli Cohen <eli@mellanox.com>
5710L:	netdev@vger.kernel.org
5711L:	linux-rdma@vger.kernel.org
5712W:	http://www.mellanox.com
5713Q:	http://patchwork.ozlabs.org/project/netdev/list/
5714Q:	http://patchwork.kernel.org/project/linux-rdma/list/
5715T:	git://openfabrics.org/~eli/connect-ib.git
5716S:	Supported
5717F:	drivers/net/ethernet/mellanox/mlx5/core/
5718F:	include/linux/mlx5/
5719
5720Mellanox MLX5 IB driver
5721M:      Eli Cohen <eli@mellanox.com>
5722L:      linux-rdma@vger.kernel.org
5723W:      http://www.mellanox.com
5724Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5725T:      git://openfabrics.org/~eli/connect-ib.git
5726S:      Supported
5727F:      include/linux/mlx5/
5728F:      drivers/infiniband/hw/mlx5/
5729
5730MODULE SUPPORT
5731M:	Rusty Russell <rusty@rustcorp.com.au>
5732S:	Maintained
5733F:	include/linux/module.h
5734F:	kernel/module.c
5735
5736MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5737W:	http://popies.net/meye/
5738S:	Orphan
5739F:	Documentation/video4linux/meye.txt
5740F:	drivers/media/pci/meye/
5741F:	include/uapi/linux/meye.h
5742
5743MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5744M:	Jiri Slaby <jirislaby@gmail.com>
5745S:	Maintained
5746F:	Documentation/serial/moxa-smartio
5747F:	drivers/tty/mxser.*
5748
5749MR800 AVERMEDIA USB FM RADIO DRIVER
5750M:	Alexey Klimov <klimov.linux@gmail.com>
5751L:	linux-media@vger.kernel.org
5752T:	git git://linuxtv.org/media_tree.git
5753S:	Maintained
5754F:	drivers/media/radio/radio-mr800.c
5755
5756MSI LAPTOP SUPPORT
5757M:	"Lee, Chun-Yi" <jlee@suse.com>
5758L:	platform-driver-x86@vger.kernel.org
5759S:	Maintained
5760F:	drivers/platform/x86/msi-laptop.c
5761
5762MSI WMI SUPPORT
5763M:	Anisse Astier <anisse@astier.eu>
5764L:	platform-driver-x86@vger.kernel.org
5765S:	Supported
5766F:	drivers/platform/x86/msi-wmi.c
5767
5768MT9M032 APTINA SENSOR DRIVER
5769M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5770L:	linux-media@vger.kernel.org
5771T:	git git://linuxtv.org/media_tree.git
5772S:	Maintained
5773F:	drivers/media/i2c/mt9m032.c
5774F:	include/media/mt9m032.h
5775
5776MT9P031 APTINA CAMERA SENSOR
5777M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5778L:	linux-media@vger.kernel.org
5779T:	git git://linuxtv.org/media_tree.git
5780S:	Maintained
5781F:	drivers/media/i2c/mt9p031.c
5782F:	include/media/mt9p031.h
5783
5784MT9T001 APTINA CAMERA SENSOR
5785M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5786L:	linux-media@vger.kernel.org
5787T:	git git://linuxtv.org/media_tree.git
5788S:	Maintained
5789F:	drivers/media/i2c/mt9t001.c
5790F:	include/media/mt9t001.h
5791
5792MT9V032 APTINA CAMERA SENSOR
5793M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5794L:	linux-media@vger.kernel.org
5795T:	git git://linuxtv.org/media_tree.git
5796S:	Maintained
5797F:	drivers/media/i2c/mt9v032.c
5798F:	include/media/mt9v032.h
5799
5800MULTIFUNCTION DEVICES (MFD)
5801M:	Samuel Ortiz <sameo@linux.intel.com>
5802M:	Lee Jones <lee.jones@linaro.org>
5803T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5804T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5805S:	Supported
5806F:	drivers/mfd/
5807F:	include/linux/mfd/
5808
5809MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5810M:	Chris Ball <chris@printf.net>
5811L:	linux-mmc@vger.kernel.org
5812T:	git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5813S:	Maintained
5814F:	drivers/mmc/
5815F:	include/linux/mmc/
5816F:	include/uapi/linux/mmc/
5817
5818MULTIMEDIA CARD (MMC) ETC. OVER SPI
5819S:	Orphan
5820F:	drivers/mmc/host/mmc_spi.c
5821F:	include/linux/spi/mmc_spi.h
5822
5823MULTISOUND SOUND DRIVER
5824M:	Andrew Veliath <andrewtv@usa.net>
5825S:	Maintained
5826F:	Documentation/sound/oss/MultiSound
5827F:	sound/oss/msnd*
5828
5829MULTITECH MULTIPORT CARD (ISICOM)
5830S:	Orphan
5831F:	drivers/tty/isicom.c
5832F:	include/linux/isicom.h
5833
5834MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5835M:	Felipe Balbi <balbi@ti.com>
5836L:	linux-usb@vger.kernel.org
5837T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5838S:	Maintained
5839F:	drivers/usb/musb/
5840
5841MXL5007T MEDIA DRIVER
5842M:	Michael Krufky <mkrufky@linuxtv.org>
5843L:	linux-media@vger.kernel.org
5844W:	http://linuxtv.org/
5845W:	http://github.com/mkrufky
5846Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5847T:	git git://linuxtv.org/mkrufky/tuners.git
5848S:	Maintained
5849F:	drivers/media/tuners/mxl5007t.*
5850
5851MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5852M:	Hyong-Youb Kim <hykim@myri.com>
5853L:	netdev@vger.kernel.org
5854W:	https://www.myricom.com/support/downloads/myri10ge.html
5855S:	Supported
5856F:	drivers/net/ethernet/myricom/myri10ge/
5857
5858NATSEMI ETHERNET DRIVER (DP8381x)
5859S:	Orphan
5860F:	drivers/net/ethernet/natsemi/natsemi.c
5861
5862NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5863M:	Daniel Mack <zonque@gmail.com>
5864S:	Maintained
5865L:	alsa-devel@alsa-project.org
5866W:	http://www.native-instruments.com
5867F:	sound/usb/caiaq/
5868
5869NCP FILESYSTEM
5870M:	Petr Vandrovec <petr@vandrovec.name>
5871S:	Odd Fixes
5872F:	fs/ncpfs/
5873
5874NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5875M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5876L:	linux-scsi@vger.kernel.org
5877S:	Maintained
5878F:	drivers/scsi/NCR_D700.*
5879
5880NCT6775 HARDWARE MONITOR DRIVER
5881M:	Guenter Roeck <linux@roeck-us.net>
5882L:	lm-sensors@lm-sensors.org
5883S:	Maintained
5884F:	Documentation/hwmon/nct6775
5885F:	drivers/hwmon/nct6775.c
5886
5887NETEFFECT IWARP RNIC DRIVER (IW_NES)
5888M:	Faisal Latif <faisal.latif@intel.com>
5889L:	linux-rdma@vger.kernel.org
5890W:	http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5891S:	Supported
5892F:	drivers/infiniband/hw/nes/
5893
5894NETEM NETWORK EMULATOR
5895M:	Stephen Hemminger <stephen@networkplumber.org>
5896L:	netem@lists.linux-foundation.org
5897S:	Maintained
5898F:	net/sched/sch_netem.c
5899
5900NETERION 10GbE DRIVERS (s2io/vxge)
5901M:	Jon Mason <jdmason@kudzu.us>
5902L:	netdev@vger.kernel.org
5903S:	Supported
5904F:	Documentation/networking/s2io.txt
5905F:	Documentation/networking/vxge.txt
5906F:	drivers/net/ethernet/neterion/
5907
5908NETFILTER/IPTABLES
5909M:	Pablo Neira Ayuso <pablo@netfilter.org>
5910M:	Patrick McHardy <kaber@trash.net>
5911M:	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
5912L:	netfilter-devel@vger.kernel.org
5913L:	netfilter@vger.kernel.org
5914L:	coreteam@netfilter.org
5915W:	http://www.netfilter.org/
5916W:	http://www.iptables.org/
5917Q:	http://patchwork.ozlabs.org/project/netfilter-devel/list/
5918T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
5919T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
5920S:	Supported
5921F:	include/linux/netfilter*
5922F:	include/linux/netfilter/
5923F:	include/net/netfilter/
5924F:	include/uapi/linux/netfilter*
5925F:	include/uapi/linux/netfilter/
5926F:	net/*/netfilter.c
5927F:	net/*/netfilter/
5928F:	net/netfilter/
5929
5930NETLABEL
5931M:	Paul Moore <paul@paul-moore.com>
5932W:	http://netlabel.sf.net
5933L:	netdev@vger.kernel.org
5934S:	Maintained
5935F:	Documentation/netlabel/
5936F:	include/net/netlabel.h
5937F:	net/netlabel/
5938
5939NETROM NETWORK LAYER
5940M:	Ralf Baechle <ralf@linux-mips.org>
5941L:	linux-hams@vger.kernel.org
5942W:	http://www.linux-ax25.org/
5943S:	Maintained
5944F:	include/net/netrom.h
5945F:	include/uapi/linux/netrom.h
5946F:	net/netrom/
5947
5948NETWORK BLOCK DEVICE (NBD)
5949M:	Paul Clements <Paul.Clements@steeleye.com>
5950S:	Maintained
5951L:	nbd-general@lists.sourceforge.net
5952F:	Documentation/blockdev/nbd.txt
5953F:	drivers/block/nbd.c
5954F:	include/linux/nbd.h
5955F:	include/uapi/linux/nbd.h
5956
5957NETWORK DROP MONITOR
5958M:	Neil Horman <nhorman@tuxdriver.com>
5959L:	netdev@vger.kernel.org
5960S:	Maintained
5961W:	https://fedorahosted.org/dropwatch/
5962F:	net/core/drop_monitor.c
5963
5964NETWORKING [GENERAL]
5965M:	"David S. Miller" <davem@davemloft.net>
5966L:	netdev@vger.kernel.org
5967W:	http://www.linuxfoundation.org/en/Net
5968Q:	http://patchwork.ozlabs.org/project/netdev/list/
5969T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5970T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5971S:	Maintained
5972F:	net/
5973F:	include/net/
5974F:	include/linux/in.h
5975F:	include/linux/net.h
5976F:	include/linux/netdevice.h
5977F:	include/uapi/linux/in.h
5978F:	include/uapi/linux/net.h
5979F:	include/uapi/linux/netdevice.h
5980
5981NETWORKING [IPv4/IPv6]
5982M:	"David S. Miller" <davem@davemloft.net>
5983M:	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5984M:	James Morris <jmorris@namei.org>
5985M:	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5986M:	Patrick McHardy <kaber@trash.net>
5987L:	netdev@vger.kernel.org
5988T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5989S:	Maintained
5990F:	net/ipv4/
5991F:	net/ipv6/
5992F:	include/net/ip*
5993F:	arch/x86/net/*
5994
5995NETWORKING [IPSEC]
5996M:	Steffen Klassert <steffen.klassert@secunet.com>
5997M:	Herbert Xu <herbert@gondor.apana.org.au>
5998M:	"David S. Miller" <davem@davemloft.net>
5999L:	netdev@vger.kernel.org
6000T:	git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6001T:	git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6002S:	Maintained
6003F:	net/xfrm/
6004F:	net/key/
6005F:	net/ipv4/xfrm*
6006F:	net/ipv4/esp4.c
6007F:	net/ipv4/ah4.c
6008F:	net/ipv4/ipcomp.c
6009F:	net/ipv4/ip_vti.c
6010F:	net/ipv6/xfrm*
6011F:	net/ipv6/esp6.c
6012F:	net/ipv6/ah6.c
6013F:	net/ipv6/ipcomp6.c
6014F:	net/ipv6/ip6_vti.c
6015F:	include/uapi/linux/xfrm.h
6016F:	include/net/xfrm.h
6017
6018NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6019M:	Paul Moore <paul@paul-moore.com>
6020L:	netdev@vger.kernel.org
6021S:	Maintained
6022
6023NETWORKING [WIRELESS]
6024M:	"John W. Linville" <linville@tuxdriver.com>
6025L:	linux-wireless@vger.kernel.org
6026Q:	http://patchwork.kernel.org/project/linux-wireless/list/
6027T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6028S:	Maintained
6029F:	net/mac80211/
6030F:	net/rfkill/
6031F:	net/wireless/
6032F:	include/net/ieee80211*
6033F:	include/linux/wireless.h
6034F:	include/uapi/linux/wireless.h
6035F:	include/net/iw_handler.h
6036F:	drivers/net/wireless/
6037
6038NETWORKING DRIVERS
6039L:	netdev@vger.kernel.org
6040W:	http://www.linuxfoundation.org/en/Net
6041Q:	http://patchwork.ozlabs.org/project/netdev/list/
6042T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6043T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6044S:	Odd Fixes
6045F:	drivers/net/
6046F:	include/linux/if_*
6047F:	include/linux/netdevice.h
6048F:	include/linux/arcdevice.h
6049F:	include/linux/etherdevice.h
6050F:	include/linux/fcdevice.h
6051F:	include/linux/fddidevice.h
6052F:	include/linux/hippidevice.h
6053F:	include/linux/inetdevice.h
6054F:	include/uapi/linux/if_*
6055F:	include/uapi/linux/netdevice.h
6056
6057NETXEN (1/10) GbE SUPPORT
6058M:	Manish Chopra <manish.chopra@qlogic.com>
6059M:	Sony Chacko <sony.chacko@qlogic.com>
6060M:	Rajesh Borundia <rajesh.borundia@qlogic.com>
6061L:	netdev@vger.kernel.org
6062W:	http://www.qlogic.com
6063S:	Supported
6064F:	drivers/net/ethernet/qlogic/netxen/
6065
6066NFC SUBSYSTEM
6067M:	Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6068M:	Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6069M:	Samuel Ortiz <sameo@linux.intel.com>
6070L:	linux-wireless@vger.kernel.org
6071L:	linux-nfc@lists.01.org (moderated for non-subscribers)
6072S:	Supported
6073F:	net/nfc/
6074F:	include/net/nfc/
6075F:	include/uapi/linux/nfc.h
6076F:	drivers/nfc/
6077F:	include/linux/platform_data/pn544.h
6078
6079NFS, SUNRPC, AND LOCKD CLIENTS
6080M:	Trond Myklebust <trond.myklebust@primarydata.com>
6081L:	linux-nfs@vger.kernel.org
6082W:	http://client.linux-nfs.org
6083T:	git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6084S:	Maintained
6085F:	fs/lockd/
6086F:	fs/nfs/
6087F:	fs/nfs_common/
6088F:	net/sunrpc/
6089F:	include/linux/lockd/
6090F:	include/linux/nfs*
6091F:	include/linux/sunrpc/
6092F:	include/uapi/linux/nfs*
6093F:	include/uapi/linux/sunrpc/
6094
6095NILFS2 FILESYSTEM
6096M:	KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
6097L:	linux-nilfs@vger.kernel.org
6098W:	http://www.nilfs.org/en/
6099T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
6100S:	Supported
6101F:	Documentation/filesystems/nilfs2.txt
6102F:	fs/nilfs2/
6103F:	include/linux/nilfs2_fs.h
6104
6105NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6106M:	YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6107W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6108S:	Maintained
6109F:	Documentation/scsi/NinjaSCSI.txt
6110F:	drivers/scsi/pcmcia/nsp_*
6111
6112NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6113M:	GOTO Masanori <gotom@debian.or.jp>
6114M:	YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6115W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6116S:	Maintained
6117F:	Documentation/scsi/NinjaSCSI.txt
6118F:	drivers/scsi/nsp32*
6119
6120NTB DRIVER
6121M:	Jon Mason <jon.mason@intel.com>
6122S:	Supported
6123W:	https://github.com/jonmason/ntb/wiki
6124T:	git git://github.com/jonmason/ntb.git
6125F:	drivers/ntb/
6126F:	drivers/net/ntb_netdev.c
6127F:	include/linux/ntb.h
6128
6129NTFS FILESYSTEM
6130M:	Anton Altaparmakov <anton@tuxera.com>
6131L:	linux-ntfs-dev@lists.sourceforge.net
6132W:	http://www.tuxera.com/
6133T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6134S:	Supported
6135F:	Documentation/filesystems/ntfs.txt
6136F:	fs/ntfs/
6137
6138NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6139M:	Antonino Daplas <adaplas@gmail.com>
6140L:	linux-fbdev@vger.kernel.org
6141S:	Maintained
6142F:	drivers/video/riva/
6143F:	drivers/video/nvidia/
6144
6145NVM EXPRESS DRIVER
6146M:	Matthew Wilcox <willy@linux.intel.com>
6147L:	linux-nvme@lists.infradead.org
6148T:	git git://git.infradead.org/users/willy/linux-nvme.git
6149S:	Supported
6150F:	drivers/block/nvme*
6151F:	include/linux/nvme.h
6152
6153OMAP SUPPORT
6154M:	Tony Lindgren <tony@atomide.com>
6155L:	linux-omap@vger.kernel.org
6156W:	http://www.muru.com/linux/omap/
6157W:	http://linux.omap.com/
6158Q:	http://patchwork.kernel.org/project/linux-omap/list/
6159T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6160S:	Maintained
6161F:	arch/arm/*omap*/
6162F:	drivers/i2c/busses/i2c-omap.c
6163F:	include/linux/i2c-omap.h
6164
6165OMAP DEVICE TREE SUPPORT
6166M:	Benoît Cousson <bcousson@baylibre.com>
6167M:	Tony Lindgren <tony@atomide.com>
6168L:	linux-omap@vger.kernel.org
6169L:	devicetree@vger.kernel.org
6170S:	Maintained
6171F:	arch/arm/boot/dts/*omap*
6172F:	arch/arm/boot/dts/*am3*
6173
6174OMAP CLOCK FRAMEWORK SUPPORT
6175M:	Paul Walmsley <paul@pwsan.com>
6176L:	linux-omap@vger.kernel.org
6177S:	Maintained
6178F:	arch/arm/*omap*/*clock*
6179
6180OMAP POWER MANAGEMENT SUPPORT
6181M:	Kevin Hilman <khilman@deeprootsystems.com>
6182L:	linux-omap@vger.kernel.org
6183S:	Maintained
6184F:	arch/arm/*omap*/*pm*
6185F:	drivers/cpufreq/omap-cpufreq.c
6186
6187OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6188M:	Rajendra Nayak <rnayak@ti.com>
6189M:	Paul Walmsley <paul@pwsan.com>
6190L:	linux-omap@vger.kernel.org
6191S:	Maintained
6192F:	arch/arm/mach-omap2/prm*
6193
6194OMAP AUDIO SUPPORT
6195M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
6196M:	Jarkko Nikula <jarkko.nikula@bitmer.com>
6197L:	alsa-devel@alsa-project.org (subscribers-only)
6198L:	linux-omap@vger.kernel.org
6199S:	Maintained
6200F:	sound/soc/omap/
6201
6202OMAP FRAMEBUFFER SUPPORT
6203M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
6204L:	linux-fbdev@vger.kernel.org
6205L:	linux-omap@vger.kernel.org
6206S:	Maintained
6207F:	drivers/video/omap/
6208
6209OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6210M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
6211L:	linux-omap@vger.kernel.org
6212L:	linux-fbdev@vger.kernel.org
6213S:	Maintained
6214F:	drivers/video/omap2/
6215F:	Documentation/arm/OMAP/DSS
6216
6217OMAP HARDWARE SPINLOCK SUPPORT
6218M:	Ohad Ben-Cohen <ohad@wizery.com>
6219L:	linux-omap@vger.kernel.org
6220S:	Maintained
6221F:	drivers/hwspinlock/omap_hwspinlock.c
6222F:	arch/arm/mach-omap2/hwspinlock.c
6223
6224OMAP MMC SUPPORT
6225M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
6226L:	linux-omap@vger.kernel.org
6227S:	Maintained
6228F:	drivers/mmc/host/omap.c
6229
6230OMAP HS MMC SUPPORT
6231M:	Balaji T K <balajitk@ti.com>
6232L:	linux-mmc@vger.kernel.org
6233L:	linux-omap@vger.kernel.org
6234S:	Maintained
6235F:	drivers/mmc/host/omap_hsmmc.c
6236
6237OMAP RANDOM NUMBER GENERATOR SUPPORT
6238M:	Deepak Saxena <dsaxena@plexity.net>
6239S:	Maintained
6240F:	drivers/char/hw_random/omap-rng.c
6241
6242OMAP HWMOD SUPPORT
6243M:	Benoît Cousson <bcousson@baylibre.com>
6244M:	Paul Walmsley <paul@pwsan.com>
6245L:	linux-omap@vger.kernel.org
6246S:	Maintained
6247F:	arch/arm/mach-omap2/omap_hwmod.*
6248
6249OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6250M:	Benoît Cousson <bcousson@baylibre.com>
6251L:	linux-omap@vger.kernel.org
6252S:	Maintained
6253F:	arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6254
6255OMAP IMAGE SIGNAL PROCESSOR (ISP)
6256M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6257L:	linux-media@vger.kernel.org
6258S:	Maintained
6259F:	drivers/media/platform/omap3isp/
6260
6261OMAP USB SUPPORT
6262M:	Felipe Balbi <balbi@ti.com>
6263L:	linux-usb@vger.kernel.org
6264L:	linux-omap@vger.kernel.org
6265T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6266S:	Maintained
6267F:	drivers/usb/*/*omap*
6268F:	arch/arm/*omap*/usb*
6269
6270OMAP GPIO DRIVER
6271M:	Santosh Shilimkar <santosh.shilimkar@ti.com>
6272M:	Kevin Hilman <khilman@deeprootsystems.com>
6273L:	linux-omap@vger.kernel.org
6274S:	Maintained
6275F:	drivers/gpio/gpio-omap.c
6276
6277OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6278M:	Mark Jackson <mpfj@newflow.co.uk>
6279L:	linux-omap@vger.kernel.org
6280S:	Maintained
6281F:	arch/arm/boot/dts/am335x-nano.dts
6282
6283OMFS FILESYSTEM
6284M:	Bob Copeland <me@bobcopeland.com>
6285L:	linux-karma-devel@lists.sourceforge.net
6286S:	Maintained
6287F:	Documentation/filesystems/omfs.txt
6288F:	fs/omfs/
6289
6290OMNIKEY CARDMAN 4000 DRIVER
6291M:	Harald Welte <laforge@gnumonks.org>
6292S:	Maintained
6293F:	drivers/char/pcmcia/cm4000_cs.c
6294F:	include/linux/cm4000_cs.h
6295F:	include/uapi/linux/cm4000_cs.h
6296
6297OMNIKEY CARDMAN 4040 DRIVER
6298M:	Harald Welte <laforge@gnumonks.org>
6299S:	Maintained
6300F:	drivers/char/pcmcia/cm4040_cs.*
6301
6302OMNIVISION OV7670 SENSOR DRIVER
6303M:	Jonathan Corbet <corbet@lwn.net>
6304L:	linux-media@vger.kernel.org
6305T:	git git://linuxtv.org/media_tree.git
6306S:	Maintained
6307F:	drivers/media/i2c/ov7670.c
6308
6309ONENAND FLASH DRIVER
6310M:	Kyungmin Park <kyungmin.park@samsung.com>
6311L:	linux-mtd@lists.infradead.org
6312S:	Maintained
6313F:	drivers/mtd/onenand/
6314F:	include/linux/mtd/onenand*.h
6315
6316ONSTREAM SCSI TAPE DRIVER
6317M:	Willem Riede <osst@riede.org>
6318L:	osst-users@lists.sourceforge.net
6319L:	linux-scsi@vger.kernel.org
6320S:	Maintained
6321F:	Documentation/scsi/osst.txt
6322F:	drivers/scsi/osst.*
6323F:	drivers/scsi/osst_*.h
6324F:	drivers/scsi/st.h
6325
6326OPENCORES I2C BUS DRIVER
6327M:	Peter Korsgaard <jacmet@sunsite.dk>
6328L:	linux-i2c@vger.kernel.org
6329S:	Maintained
6330F:	Documentation/i2c/busses/i2c-ocores
6331F:	drivers/i2c/busses/i2c-ocores.c
6332
6333OPEN FIRMWARE AND FLATTENED DEVICE TREE
6334M:	Grant Likely <grant.likely@linaro.org>
6335M:	Rob Herring <robh+dt@kernel.org>
6336L:	devicetree@vger.kernel.org
6337W:	http://fdt.secretlab.ca
6338T:	git git://git.secretlab.ca/git/linux-2.6.git
6339S:	Maintained
6340F:	drivers/of/
6341F:	include/linux/of*.h
6342F:	scripts/dtc/
6343K:	of_get_property
6344K:	of_match_table
6345
6346OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6347M:	Rob Herring <robh+dt@kernel.org>
6348M:	Pawel Moll <pawel.moll@arm.com>
6349M:	Mark Rutland <mark.rutland@arm.com>
6350M:	Ian Campbell <ijc+devicetree@hellion.org.uk>
6351M:	Kumar Gala <galak@codeaurora.org>
6352L:	devicetree@vger.kernel.org
6353S:	Maintained
6354F:	Documentation/devicetree/
6355F:	arch/*/boot/dts/
6356F:	include/dt-bindings/
6357
6358OPENRISC ARCHITECTURE
6359M:	Jonas Bonn <jonas@southpole.se>
6360W:	http://openrisc.net
6361L:	linux@lists.openrisc.net (moderated for non-subscribers)
6362S:	Maintained
6363T:	git git://openrisc.net/~jonas/linux
6364F:	arch/openrisc/
6365
6366OPENVSWITCH
6367M:	Jesse Gross <jesse@nicira.com>
6368L:	dev@openvswitch.org
6369W:	http://openvswitch.org
6370T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
6371S:	Maintained
6372F:	net/openvswitch/
6373
6374OPL4 DRIVER
6375M:	Clemens Ladisch <clemens@ladisch.de>
6376L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
6377T:	git git://git.alsa-project.org/alsa-kernel.git
6378S:	Maintained
6379F:	sound/drivers/opl4/
6380
6381OPROFILE
6382M:	Robert Richter <rric@kernel.org>
6383L:	oprofile-list@lists.sf.net
6384S:	Maintained
6385F:	arch/*/include/asm/oprofile*.h
6386F:	arch/*/oprofile/
6387F:	drivers/oprofile/
6388F:	include/linux/oprofile.h
6389
6390ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6391M:	Mark Fasheh <mfasheh@suse.com>
6392M:	Joel Becker <jlbec@evilplan.org>
6393L:	ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6394W:	http://oss.oracle.com/projects/ocfs2/
6395T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6396S:	Supported
6397F:	Documentation/filesystems/ocfs2.txt
6398F:	Documentation/filesystems/dlmfs.txt
6399F:	fs/ocfs2/
6400
6401ORINOCO DRIVER
6402L:	linux-wireless@vger.kernel.org
6403W:	http://wireless.kernel.org/en/users/Drivers/orinoco
6404W:	http://www.nongnu.org/orinoco/
6405S:	Orphan
6406F:	drivers/net/wireless/orinoco/
6407
6408OSD LIBRARY and FILESYSTEM
6409M:	Boaz Harrosh <bharrosh@panasas.com>
6410M:	Benny Halevy <bhalevy@tonian.com>
6411L:	osd-dev@open-osd.org
6412W:	http://open-osd.org
6413T:	git git://git.open-osd.org/open-osd.git
6414S:	Maintained
6415F:	drivers/scsi/osd/
6416F:	include/scsi/osd_*
6417F:	fs/exofs/
6418
6419P54 WIRELESS DRIVER
6420M:	Christian Lamparter <chunkeey@googlemail.com>
6421L:	linux-wireless@vger.kernel.org
6422W:	http://wireless.kernel.org/en/users/Drivers/p54
6423S:	Maintained
6424F:	drivers/net/wireless/p54/
6425
6426PA SEMI ETHERNET DRIVER
6427M:	Olof Johansson <olof@lixom.net>
6428L:	netdev@vger.kernel.org
6429S:	Maintained
6430F:	drivers/net/ethernet/pasemi/*
6431
6432PA SEMI SMBUS DRIVER
6433M:	Olof Johansson <olof@lixom.net>
6434L:	linux-i2c@vger.kernel.org
6435S:	Maintained
6436F:	drivers/i2c/busses/i2c-pasemi.c
6437
6438PADATA PARALLEL EXECUTION MECHANISM
6439M:	Steffen Klassert <steffen.klassert@secunet.com>
6440L:	linux-crypto@vger.kernel.org
6441S:	Maintained
6442F:	kernel/padata.c
6443F:	include/linux/padata.h
6444F:	Documentation/padata.txt
6445
6446PANASONIC LAPTOP ACPI EXTRAS DRIVER
6447M:	Harald Welte <laforge@gnumonks.org>
6448L:	platform-driver-x86@vger.kernel.org
6449S:	Maintained
6450F:	drivers/platform/x86/panasonic-laptop.c
6451
6452PANASONIC MN10300/AM33/AM34 PORT
6453M:	David Howells <dhowells@redhat.com>
6454M:	Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6455L:	linux-am33-list@redhat.com (moderated for non-subscribers)
6456W:	ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6457S:	Maintained
6458F:	Documentation/mn10300/
6459F:	arch/mn10300/
6460
6461PARALLEL PORT SUPPORT
6462L:	linux-parport@lists.infradead.org (subscribers-only)
6463S:	Orphan
6464F:	drivers/parport/
6465F:	include/linux/parport*.h
6466F:	drivers/char/ppdev.c
6467F:	include/uapi/linux/ppdev.h
6468
6469PARAVIRT_OPS INTERFACE
6470M:	Jeremy Fitzhardinge <jeremy@goop.org>
6471M:	Chris Wright <chrisw@sous-sol.org>
6472M:	Alok Kataria <akataria@vmware.com>
6473M:	Rusty Russell <rusty@rustcorp.com.au>
6474L:	virtualization@lists.linux-foundation.org
6475S:	Supported
6476F:	Documentation/ia64/paravirt_ops.txt
6477F:	arch/*/kernel/paravirt*
6478F:	arch/*/include/asm/paravirt.h
6479
6480PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6481M:	Tim Waugh <tim@cyberelk.net>
6482L:	linux-parport@lists.infradead.org (subscribers-only)
6483W:	http://www.torque.net/linux-pp.html
6484S:	Maintained
6485F:	Documentation/blockdev/paride.txt
6486F:	drivers/block/paride/
6487
6488PARISC ARCHITECTURE
6489M:	"James E.J. Bottomley" <jejb@parisc-linux.org>
6490M:	Helge Deller <deller@gmx.de>
6491L:	linux-parisc@vger.kernel.org
6492W:	http://www.parisc-linux.org/
6493Q:	http://patchwork.kernel.org/project/linux-parisc/list/
6494T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6495T:	git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6496S:	Maintained
6497F:	arch/parisc/
6498F:	Documentation/parisc/
6499F:	drivers/parisc/
6500F:	drivers/char/agp/parisc-agp.c
6501F:	drivers/input/serio/gscps2.c
6502F:	drivers/parport/parport_gsc.*
6503F:	drivers/tty/serial/8250/8250_gsc.c
6504F:	drivers/video/sti*
6505F:	drivers/video/console/sti*
6506F:	drivers/video/logo/logo_parisc*
6507
6508PC87360 HARDWARE MONITORING DRIVER
6509M:	Jim Cromie <jim.cromie@gmail.com>
6510L:	lm-sensors@lm-sensors.org
6511S:	Maintained
6512F:	Documentation/hwmon/pc87360
6513F:	drivers/hwmon/pc87360.c
6514
6515PC8736x GPIO DRIVER
6516M:	Jim Cromie <jim.cromie@gmail.com>
6517S:	Maintained
6518F:	drivers/char/pc8736x_gpio.c
6519
6520PC87427 HARDWARE MONITORING DRIVER
6521M:	Jean Delvare <jdelvare@suse.de>
6522L:	lm-sensors@lm-sensors.org
6523S:	Maintained
6524F:	Documentation/hwmon/pc87427
6525F:	drivers/hwmon/pc87427.c
6526
6527PCA9532 LED DRIVER
6528M:	Riku Voipio <riku.voipio@iki.fi>
6529S:	Maintained
6530F:	drivers/leds/leds-pca9532.c
6531F:	include/linux/leds-pca9532.h
6532
6533PCA9541 I2C BUS MASTER SELECTOR DRIVER
6534M:	Guenter Roeck <linux@roeck-us.net>
6535L:	linux-i2c@vger.kernel.org
6536S:	Maintained
6537F:	drivers/i2c/muxes/i2c-mux-pca9541.c
6538
6539PCDP - PRIMARY CONSOLE AND DEBUG PORT
6540M:	Khalid Aziz <khalid@gonehiking.org>
6541S:	Maintained
6542F:	drivers/firmware/pcdp.*
6543
6544PCI ERROR RECOVERY
6545M:	Linas Vepstas <linasvepstas@gmail.com>
6546L:	linux-pci@vger.kernel.org
6547S:	Supported
6548F:	Documentation/PCI/pci-error-recovery.txt
6549
6550PCI SUBSYSTEM
6551M:	Bjorn Helgaas <bhelgaas@google.com>
6552L:	linux-pci@vger.kernel.org
6553Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
6554T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6555S:	Supported
6556F:	Documentation/PCI/
6557F:	drivers/pci/
6558F:	include/linux/pci*
6559F:	arch/x86/pci/
6560
6561PCI DRIVER FOR IMX6
6562M:	Richard Zhu <r65037@freescale.com>
6563M:	Shawn Guo <shawn.guo@linaro.org>
6564L:	linux-pci@vger.kernel.org
6565L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6566S:	Maintained
6567F:	drivers/pci/host/*imx6*
6568
6569PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6570M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6571M:	Jason Cooper <jason@lakedaemon.net>
6572L:	linux-pci@vger.kernel.org
6573L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6574S:	Maintained
6575F:	drivers/pci/host/*mvebu*
6576
6577PCI DRIVER FOR NVIDIA TEGRA
6578M:	Thierry Reding <thierry.reding@gmail.com>
6579L:	linux-tegra@vger.kernel.org
6580L:	linux-pci@vger.kernel.org
6581S:	Supported
6582F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6583F:	drivers/pci/host/pci-tegra.c
6584
6585PCI DRIVER FOR RENESAS R-CAR
6586M:	Simon Horman <horms@verge.net.au>
6587L:	linux-pci@vger.kernel.org
6588L:	linux-sh@vger.kernel.org
6589S:	Maintained
6590F:	drivers/pci/host/*rcar*
6591
6592PCI DRIVER FOR SAMSUNG EXYNOS
6593M:	Jingoo Han <jg1.han@samsung.com>
6594L:	linux-pci@vger.kernel.org
6595L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6596L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6597S:	Maintained
6598F:	drivers/pci/host/pci-exynos.c
6599
6600PCI DRIVER FOR SYNOPSIS DESIGNWARE
6601M:	Mohit Kumar <mohit.kumar@st.com>
6602M:	Jingoo Han <jg1.han@samsung.com>
6603L:	linux-pci@vger.kernel.org
6604S:	Maintained
6605F:	drivers/pci/host/*designware*
6606
6607PCMCIA SUBSYSTEM
6608P:	Linux PCMCIA Team
6609L:	linux-pcmcia@lists.infradead.org
6610W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6611T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6612S:	Maintained
6613F:	Documentation/pcmcia/
6614F:	drivers/pcmcia/
6615F:	include/pcmcia/
6616
6617PCNET32 NETWORK DRIVER
6618M:	Don Fry <pcnet32@frontier.com>
6619L:	netdev@vger.kernel.org
6620S:	Maintained
6621F:	drivers/net/ethernet/amd/pcnet32.c
6622
6623PCRYPT PARALLEL CRYPTO ENGINE
6624M:	Steffen Klassert <steffen.klassert@secunet.com>
6625L:	linux-crypto@vger.kernel.org
6626S:	Maintained
6627F:	crypto/pcrypt.c
6628F:	include/crypto/pcrypt.h
6629
6630PER-CPU MEMORY ALLOCATOR
6631M:	Tejun Heo <tj@kernel.org>
6632M:	Christoph Lameter <cl@linux-foundation.org>
6633T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6634S:	Maintained
6635F:	include/linux/percpu*.h
6636F:	mm/percpu*.c
6637F:	arch/*/include/asm/percpu.h
6638
6639PER-TASK DELAY ACCOUNTING
6640M:	Balbir Singh <bsingharora@gmail.com>
6641S:	Maintained
6642F:	include/linux/delayacct.h
6643F:	kernel/delayacct.c
6644
6645PERFORMANCE EVENTS SUBSYSTEM
6646M:	Peter Zijlstra <a.p.zijlstra@chello.nl>
6647M:	Paul Mackerras <paulus@samba.org>
6648M:	Ingo Molnar <mingo@redhat.com>
6649M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6650L:	linux-kernel@vger.kernel.org
6651T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6652S:	Supported
6653F:	kernel/events/*
6654F:	include/linux/perf_event.h
6655F:	include/uapi/linux/perf_event.h
6656F:	arch/*/kernel/perf_event*.c
6657F:	arch/*/kernel/*/perf_event*.c
6658F:	arch/*/kernel/*/*/perf_event*.c
6659F:	arch/*/include/asm/perf_event.h
6660F:	arch/*/kernel/perf_callchain.c
6661F:	tools/perf/
6662
6663PERSONALITY HANDLING
6664M:	Christoph Hellwig <hch@infradead.org>
6665L:	linux-abi-devel@lists.sourceforge.net
6666S:	Maintained
6667F:	include/linux/personality.h
6668F:	include/uapi/linux/personality.h
6669
6670PHONET PROTOCOL
6671M:	Remi Denis-Courmont <courmisch@gmail.com>
6672S:	Supported
6673F:	Documentation/networking/phonet.txt
6674F:	include/linux/phonet.h
6675F:	include/net/phonet/
6676F:	include/uapi/linux/phonet.h
6677F:	net/phonet/
6678
6679PHRAM MTD DRIVER
6680M:	Joern Engel <joern@lazybastard.org>
6681L:	linux-mtd@lists.infradead.org
6682S:	Maintained
6683F:	drivers/mtd/devices/phram.c
6684
6685PICOLCD HID DRIVER
6686M:	Bruno Prémont <bonbons@linux-vserver.org>
6687L:	linux-input@vger.kernel.org
6688S:	Maintained
6689F:	drivers/hid/hid-picolcd*
6690
6691PICOXCELL SUPPORT
6692M:	Jamie Iles <jamie@jamieiles.com>
6693L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6694T:	git git://github.com/jamieiles/linux-2.6-ji.git
6695S:	Supported
6696F:	arch/arm/mach-picoxcell/
6697F:	drivers/*/picoxcell*
6698F:	drivers/*/*/picoxcell*
6699
6700PIN CONTROL SUBSYSTEM
6701M:	Linus Walleij <linus.walleij@linaro.org>
6702S:	Maintained
6703F:	drivers/pinctrl/
6704F:	include/linux/pinctrl/
6705
6706PIN CONTROLLER - ATMEL AT91
6707M:	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6708L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6709S:	Maintained
6710F:	drivers/pinctrl/pinctrl-at91.c
6711
6712PIN CONTROLLER - SAMSUNG
6713M:	Tomasz Figa <t.figa@samsung.com>
6714M:	Thomas Abraham <thomas.abraham@linaro.org>
6715L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6716L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6717S:	Maintained
6718F:	drivers/pinctrl/pinctrl-exynos.*
6719F:	drivers/pinctrl/pinctrl-s3c*
6720F:	drivers/pinctrl/pinctrl-samsung.*
6721
6722PIN CONTROLLER - ST SPEAR
6723M:	Viresh Kumar <viresh.linux@gmail.com>
6724L:	spear-devel@list.st.com
6725L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6726W:	http://www.st.com/spear
6727S:	Maintained
6728F:	drivers/pinctrl/spear/
6729
6730PKTCDVD DRIVER
6731M:	Jiri Kosina <jkosina@suse.cz>
6732S:	Maintained
6733F:	drivers/block/pktcdvd.c
6734F:	include/linux/pktcdvd.h
6735F:	include/uapi/linux/pktcdvd.h
6736
6737PKUNITY SOC DRIVERS
6738M:	Guan Xuetao <gxt@mprc.pku.edu.cn>
6739W:	http://mprc.pku.edu.cn/~guanxuetao/linux
6740S:	Maintained
6741T:	git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
6742F:	drivers/input/serio/i8042-unicore32io.h
6743F:	drivers/i2c/busses/i2c-puv3.c
6744F:	drivers/video/fb-puv3.c
6745F:	drivers/rtc/rtc-puv3.c
6746
6747PMBUS HARDWARE MONITORING DRIVERS
6748M:	Guenter Roeck <linux@roeck-us.net>
6749L:	lm-sensors@lm-sensors.org
6750W:	http://www.lm-sensors.org/
6751W:	http://www.roeck-us.net/linux/drivers/
6752T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6753S:	Maintained
6754F:	Documentation/hwmon/pmbus
6755F:	drivers/hwmon/pmbus/
6756F:	include/linux/i2c/pmbus.h
6757
6758PMC SIERRA MaxRAID DRIVER
6759M:	Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6760L:	linux-scsi@vger.kernel.org
6761W:	http://www.pmc-sierra.com/
6762S:	Supported
6763F:	drivers/scsi/pmcraid.*
6764
6765PMC SIERRA PM8001 DRIVER
6766M:	xjtuwjp@gmail.com
6767M:	lindar_liu@usish.com
6768L:	linux-scsi@vger.kernel.org
6769S:	Supported
6770F:	drivers/scsi/pm8001/
6771
6772POSIX CLOCKS and TIMERS
6773M:	Thomas Gleixner <tglx@linutronix.de>
6774L:	linux-kernel@vger.kernel.org
6775T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6776S:	Supported
6777F:	fs/timerfd.c
6778F:	include/linux/timer*
6779F:	kernel/*timer*
6780
6781POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6782M:	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6783M:	David Woodhouse <dwmw2@infradead.org>
6784T:	git git://git.infradead.org/battery-2.6.git
6785S:	Maintained
6786F:	include/linux/power_supply.h
6787F:	drivers/power/
6788
6789PNP SUPPORT
6790M:	Rafael J. Wysocki <rafael.j.wysocki@intel.com>
6791M:	Bjorn Helgaas <bhelgaas@google.com>
6792S:	Maintained
6793F:	drivers/pnp/
6794
6795PNXxxxx I2C DRIVER
6796M:	Vitaly Wool <vitalywool@gmail.com>
6797L:	linux-i2c@vger.kernel.org
6798S:	Maintained
6799F:	drivers/i2c/busses/i2c-pnx.c
6800
6801PPP PROTOCOL DRIVERS AND COMPRESSORS
6802M:	Paul Mackerras <paulus@samba.org>
6803L:	linux-ppp@vger.kernel.org
6804S:	Maintained
6805F:	drivers/net/ppp/ppp_*
6806
6807PPP OVER ATM (RFC 2364)
6808M:	Mitchell Blank Jr <mitch@sfgoth.com>
6809S:	Maintained
6810F:	net/atm/pppoatm.c
6811F:	include/uapi/linux/atmppp.h
6812
6813PPP OVER ETHERNET
6814M:	Michal Ostrowski <mostrows@earthlink.net>
6815S:	Maintained
6816F:	drivers/net/ppp/pppoe.c
6817F:	drivers/net/ppp/pppox.c
6818
6819PPP OVER L2TP
6820M:	James Chapman <jchapman@katalix.com>
6821S:	Maintained
6822F:	net/l2tp/l2tp_ppp.c
6823F:	include/linux/if_pppol2tp.h
6824F:	include/uapi/linux/if_pppol2tp.h
6825
6826PPS SUPPORT
6827M:	Rodolfo Giometti <giometti@enneenne.com>
6828W:	http://wiki.enneenne.com/index.php/LinuxPPS_support
6829L:	linuxpps@ml.enneenne.com (subscribers-only)
6830S:	Maintained
6831F:	Documentation/pps/
6832F:	drivers/pps/
6833F:	include/linux/pps*.h
6834
6835PPTP DRIVER
6836M:	Dmitry Kozlov <xeb@mail.ru>
6837L:	netdev@vger.kernel.org
6838S:	Maintained
6839F:	drivers/net/ppp/pptp.c
6840W:	http://sourceforge.net/projects/accel-pptp
6841
6842PREEMPTIBLE KERNEL
6843M:	Robert Love <rml@tech9.net>
6844L:	kpreempt-tech@lists.sourceforge.net
6845W:	ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
6846S:	Supported
6847F:	Documentation/preempt-locking.txt
6848F:	include/linux/preempt.h
6849
6850PRISM54 WIRELESS DRIVER
6851M:	"Luis R. Rodriguez" <mcgrof@gmail.com>
6852L:	linux-wireless@vger.kernel.org
6853W:	http://wireless.kernel.org/en/users/Drivers/p54
6854S:	Obsolete
6855F:	drivers/net/wireless/prism54/
6856
6857PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
6858M:	Mikael Pettersson <mikpelinux@gmail.com>
6859L:	linux-ide@vger.kernel.org
6860S:	Maintained
6861F:	drivers/ata/sata_promise.*
6862
6863PS3 NETWORK SUPPORT
6864M:	Geoff Levand <geoff@infradead.org>
6865L:	netdev@vger.kernel.org
6866L:	cbe-oss-dev@lists.ozlabs.org
6867S:	Maintained
6868F:	drivers/net/ethernet/toshiba/ps3_gelic_net.*
6869
6870PS3 PLATFORM SUPPORT
6871M:	Geoff Levand <geoff@infradead.org>
6872L:	linuxppc-dev@lists.ozlabs.org
6873L:	cbe-oss-dev@lists.ozlabs.org
6874S:	Maintained
6875F:	arch/powerpc/boot/ps3*
6876F:	arch/powerpc/include/asm/lv1call.h
6877F:	arch/powerpc/include/asm/ps3*.h
6878F:	arch/powerpc/platforms/ps3/
6879F:	drivers/*/ps3*
6880F:	drivers/ps3/
6881F:	drivers/rtc/rtc-ps3.c
6882F:	drivers/usb/host/*ps3.c
6883F:	sound/ppc/snd_ps3*
6884
6885PS3VRAM DRIVER
6886M:	Jim Paris <jim@jtan.com>
6887L:	cbe-oss-dev@lists.ozlabs.org
6888S:	Maintained
6889F:	drivers/block/ps3vram.c
6890
6891PSTORE FILESYSTEM
6892M:	Anton Vorontsov <anton@enomsg.org>
6893M:	Colin Cross <ccross@android.com>
6894M:	Kees Cook <keescook@chromium.org>
6895M:	Tony Luck <tony.luck@intel.com>
6896S:	Maintained
6897T:	git git://git.infradead.org/users/cbou/linux-pstore.git
6898F:	fs/pstore/
6899F:	include/linux/pstore*
6900F:	drivers/firmware/efi/efi-pstore.c
6901F:	drivers/acpi/apei/erst.c
6902
6903PTP HARDWARE CLOCK SUPPORT
6904M:	Richard Cochran <richardcochran@gmail.com>
6905L:	netdev@vger.kernel.org
6906S:	Maintained
6907W:	http://linuxptp.sourceforge.net/
6908F:	Documentation/ABI/testing/sysfs-ptp
6909F:	Documentation/ptp/*
6910F:	drivers/net/ethernet/freescale/gianfar_ptp.c
6911F:	drivers/net/phy/dp83640*
6912F:	drivers/ptp/*
6913F:	include/linux/ptp_cl*
6914
6915PTRACE SUPPORT
6916M:	Roland McGrath <roland@redhat.com>
6917M:	Oleg Nesterov <oleg@redhat.com>
6918S:	Maintained
6919F:	include/asm-generic/syscall.h
6920F:	include/linux/ptrace.h
6921F:	include/linux/regset.h
6922F:	include/linux/tracehook.h
6923F:	include/uapi/linux/ptrace.h
6924F:	kernel/ptrace.c
6925
6926PVRUSB2 VIDEO4LINUX DRIVER
6927M:	Mike Isely <isely@pobox.com>
6928L:	pvrusb2@isely.net	(subscribers-only)
6929L:	linux-media@vger.kernel.org
6930W:	http://www.isely.net/pvrusb2/
6931T:	git git://linuxtv.org/media_tree.git
6932S:	Maintained
6933F:	Documentation/video4linux/README.pvrusb2
6934F:	drivers/media/usb/pvrusb2/
6935
6936PWC WEBCAM DRIVER
6937M:	Hans de Goede <hdegoede@redhat.com>
6938L:	linux-media@vger.kernel.org
6939T:	git git://linuxtv.org/media_tree.git
6940S:	Maintained
6941F:	drivers/media/usb/pwc/*
6942
6943PWM SUBSYSTEM
6944M:	Thierry Reding <thierry.reding@gmail.com>
6945L:	linux-pwm@vger.kernel.org
6946S:	Maintained
6947T:	git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
6948F:	Documentation/pwm.txt
6949F:	Documentation/devicetree/bindings/pwm/
6950F:	include/linux/pwm.h
6951F:	drivers/pwm/
6952F:	drivers/video/backlight/pwm_bl.c
6953F:	include/linux/pwm_backlight.h
6954
6955PXA2xx/PXA3xx SUPPORT
6956M:	Eric Miao <eric.y.miao@gmail.com>
6957M:	Russell King <linux@arm.linux.org.uk>
6958M:	Haojian Zhuang <haojian.zhuang@gmail.com>
6959L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6960T:	git git://github.com/hzhuang1/linux.git
6961T:	git git://git.linaro.org/people/ycmiao/pxa-linux.git
6962S:	Maintained
6963F:	arch/arm/mach-pxa/
6964F:	drivers/pcmcia/pxa2xx*
6965F:	drivers/spi/spi-pxa2xx*
6966F:	drivers/usb/gadget/pxa2*
6967F:	include/sound/pxa2xx-lib.h
6968F:	sound/arm/pxa*
6969F:	sound/soc/pxa/
6970
6971PXA3xx NAND FLASH DRIVER
6972M:	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
6973L:	linux-mtd@lists.infradead.org
6974S:	Maintained
6975F:	drivers/mtd/nand/pxa3xx-nand.c
6976
6977MMP SUPPORT
6978M:	Eric Miao <eric.y.miao@gmail.com>
6979M:	Haojian Zhuang <haojian.zhuang@gmail.com>
6980L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6981T:	git git://github.com/hzhuang1/linux.git
6982T:	git git://git.linaro.org/people/ycmiao/pxa-linux.git
6983S:	Maintained
6984F:	arch/arm/mach-mmp/
6985
6986PXA MMCI DRIVER
6987S:	Orphan
6988
6989PXA RTC DRIVER
6990M:	Robert Jarzmik <robert.jarzmik@free.fr>
6991L:	rtc-linux@googlegroups.com
6992S:	Maintained
6993
6994QIB DRIVER
6995M:	Mike Marciniszyn <infinipath@intel.com>
6996L:	linux-rdma@vger.kernel.org
6997S:	Supported
6998F:	drivers/infiniband/hw/qib/
6999
7000QLOGIC QLA1280 SCSI DRIVER
7001M:	Michael Reed <mdr@sgi.com>
7002L:	linux-scsi@vger.kernel.org
7003S:	Maintained
7004F:	drivers/scsi/qla1280.[ch]
7005
7006QLOGIC QLA2XXX FC-SCSI DRIVER
7007M:	qla2xxx-upstream@qlogic.com
7008L:	linux-scsi@vger.kernel.org
7009S:	Supported
7010F:	Documentation/scsi/LICENSE.qla2xxx
7011F:	drivers/scsi/qla2xxx/
7012
7013QLOGIC QLA4XXX iSCSI DRIVER
7014M:	Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7015M:	iscsi-driver@qlogic.com
7016L:	linux-scsi@vger.kernel.org
7017S:	Supported
7018F:	Documentation/scsi/LICENSE.qla4xxx
7019F:	drivers/scsi/qla4xxx/
7020
7021QLOGIC QLA3XXX NETWORK DRIVER
7022M:	Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7023M:	Ron Mercer <ron.mercer@qlogic.com>
7024M:	linux-driver@qlogic.com
7025L:	netdev@vger.kernel.org
7026S:	Supported
7027F:	Documentation/networking/LICENSE.qla3xxx
7028F:	drivers/net/ethernet/qlogic/qla3xxx.*
7029
7030QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7031M:	Himanshu Madhani <himanshu.madhani@qlogic.com>
7032M:	Rajesh Borundia <rajesh.borundia@qlogic.com>
7033M:	Shahed Shaikh <shahed.shaikh@qlogic.com>
7034M:	Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7035M:	Sony Chacko <sony.chacko@qlogic.com>
7036M:	Sucheta Chakraborty <sucheta.chakraborty@qlogic.com>
7037M:	linux-driver@qlogic.com
7038L:	netdev@vger.kernel.org
7039S:	Supported
7040F:	drivers/net/ethernet/qlogic/qlcnic/
7041
7042QLOGIC QLGE 10Gb ETHERNET DRIVER
7043M:	Shahed Shaikh <shahed.shaikh@qlogic.com>
7044M:	Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7045M:	Ron Mercer <ron.mercer@qlogic.com>
7046M:	linux-driver@qlogic.com
7047L:	netdev@vger.kernel.org
7048S:	Supported
7049F:	drivers/net/ethernet/qlogic/qlge/
7050
7051QNX4 FILESYSTEM
7052M:	Anders Larsen <al@alarsen.net>
7053W:	http://www.alarsen.net/linux/qnx4fs/
7054S:	Maintained
7055F:	fs/qnx4/
7056F:	include/uapi/linux/qnx4_fs.h
7057F:	include/uapi/linux/qnxtypes.h
7058
7059QT1010 MEDIA DRIVER
7060M:	Antti Palosaari <crope@iki.fi>
7061L:	linux-media@vger.kernel.org
7062W:	http://linuxtv.org/
7063W:	http://palosaari.fi/linux/
7064Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7065T:	git git://linuxtv.org/anttip/media_tree.git
7066S:	Maintained
7067F:	drivers/media/tuners/qt1010*
7068
7069QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7070M:	QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7071L:	linux-wireless@vger.kernel.org
7072L:	ath9k-devel@lists.ath9k.org
7073W:	http://wireless.kernel.org/en/users/Drivers/ath9k
7074S:	Supported
7075F:	drivers/net/wireless/ath/ath9k/
7076
7077QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7078M:	Kalle Valo <kvalo@qca.qualcomm.com>
7079L:	ath10k@lists.infradead.org
7080W:	http://wireless.kernel.org/en/users/Drivers/ath10k
7081T:	git git://github.com/kvalo/ath.git
7082S:	Supported
7083F:	drivers/net/wireless/ath/ath10k/
7084
7085QUALCOMM HEXAGON ARCHITECTURE
7086M:	Richard Kuo <rkuo@codeaurora.org>
7087L:	linux-hexagon@vger.kernel.org
7088S:	Supported
7089F:	arch/hexagon/
7090
7091QUALCOMM WCN36XX WIRELESS DRIVER
7092M:	Eugene Krasnikov <k.eugene.e@gmail.com>
7093L:	wcn36xx@lists.infradead.org
7094W:	http://wireless.kernel.org/en/users/Drivers/wcn36xx
7095T:	git git://github.com/KrasnikovEugene/wcn36xx.git
7096S:	Supported
7097F:	drivers/net/wireless/ath/wcn36xx/
7098
7099QUICKCAM PARALLEL PORT WEBCAMS
7100M:	Hans Verkuil <hverkuil@xs4all.nl>
7101L:	linux-media@vger.kernel.org
7102T:	git git://linuxtv.org/media_tree.git
7103W:	http://linuxtv.org
7104S:	Odd Fixes
7105F:	drivers/media/parport/*-qcam*
7106
7107RADOS BLOCK DEVICE (RBD)
7108M:	Yehuda Sadeh <yehuda@inktank.com>
7109M:	Sage Weil <sage@inktank.com>
7110M:	Alex Elder <elder@kernel.org>
7111M:	ceph-devel@vger.kernel.org
7112W:	http://ceph.com/
7113T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7114S:	Supported
7115F:	drivers/block/rbd.c
7116F:	drivers/block/rbd_types.h
7117
7118RADEON FRAMEBUFFER DISPLAY DRIVER
7119M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
7120L:	linux-fbdev@vger.kernel.org
7121S:	Maintained
7122F:	drivers/video/aty/radeon*
7123F:	include/uapi/linux/radeonfb.h
7124
7125RADIOSHARK RADIO DRIVER
7126M:	Hans de Goede <hdegoede@redhat.com>
7127L:	linux-media@vger.kernel.org
7128T:	git git://linuxtv.org/media_tree.git
7129S:	Maintained
7130F:	drivers/media/radio/radio-shark.c
7131
7132RADIOSHARK2 RADIO DRIVER
7133M:	Hans de Goede <hdegoede@redhat.com>
7134L:	linux-media@vger.kernel.org
7135T:	git git://linuxtv.org/media_tree.git
7136S:	Maintained
7137F:	drivers/media/radio/radio-shark2.c
7138F:	drivers/media/radio/radio-tea5777.c
7139
7140RAGE128 FRAMEBUFFER DISPLAY DRIVER
7141M:	Paul Mackerras <paulus@samba.org>
7142L:	linux-fbdev@vger.kernel.org
7143S:	Maintained
7144F:	drivers/video/aty/aty128fb.c
7145
7146RALINK RT2X00 WIRELESS LAN DRIVER
7147P:	rt2x00 project
7148M:	Ivo van Doorn <IvDoorn@gmail.com>
7149M:	Gertjan van Wingerde <gwingerde@gmail.com>
7150M:	Helmut Schaa <helmut.schaa@googlemail.com>
7151L:	linux-wireless@vger.kernel.org
7152L:	users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7153W:	http://rt2x00.serialmonkey.com/
7154S:	Maintained
7155T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7156F:	drivers/net/wireless/rt2x00/
7157
7158RAMDISK RAM BLOCK DEVICE DRIVER
7159M:	Nick Piggin <npiggin@kernel.dk>
7160S:	Maintained
7161F:	Documentation/blockdev/ramdisk.txt
7162F:	drivers/block/brd.c
7163
7164RANDOM NUMBER DRIVER
7165M:	Theodore Ts'o" <tytso@mit.edu>
7166S:	Maintained
7167F:	drivers/char/random.c
7168
7169RAPIDIO SUBSYSTEM
7170M:	Matt Porter <mporter@kernel.crashing.org>
7171M:	Alexandre Bounine <alexandre.bounine@idt.com>
7172S:	Maintained
7173F:	drivers/rapidio/
7174
7175RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7176L:	linux-wireless@vger.kernel.org
7177S:	Orphan
7178F:	drivers/net/wireless/ray*
7179
7180RCUTORTURE MODULE
7181M:	Josh Triplett <josh@freedesktop.org>
7182M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7183L:	linux-kernel@vger.kernel.org
7184S:	Supported
7185T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7186F:	Documentation/RCU/torture.txt
7187F:	kernel/rcu/torture.c
7188
7189RCUTORTURE TEST FRAMEWORK
7190M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7191L:	linux-kernel@vger.kernel.org
7192S:	Supported
7193T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7194F:	tools/testing/selftests/rcutorture
7195
7196RDC R-321X SoC
7197M:	Florian Fainelli <florian@openwrt.org>
7198S:	Maintained
7199
7200RDC R6040 FAST ETHERNET DRIVER
7201M:	Florian Fainelli <florian@openwrt.org>
7202L:	netdev@vger.kernel.org
7203S:	Maintained
7204F:	drivers/net/ethernet/rdc/r6040.c
7205
7206RDS - RELIABLE DATAGRAM SOCKETS
7207M:	Chien Yen <chien.yen@oracle.com>
7208L:	rds-devel@oss.oracle.com (moderated for non-subscribers)
7209S:	Supported
7210F:	net/rds/
7211
7212READ-COPY UPDATE (RCU)
7213M:	Dipankar Sarma <dipankar@in.ibm.com>
7214M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7215L:	linux-kernel@vger.kernel.org
7216W:	http://www.rdrop.com/users/paulmck/RCU/
7217S:	Supported
7218T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7219F:	Documentation/RCU/
7220X:	Documentation/RCU/torture.txt
7221F:	include/linux/rcu*
7222X:	include/linux/srcu.h
7223F:	kernel/rcu/
7224X:	kernel/rcu/torture.c
7225
7226REAL TIME CLOCK (RTC) SUBSYSTEM
7227M:	Alessandro Zummo <a.zummo@towertech.it>
7228L:	rtc-linux@googlegroups.com
7229Q:	http://patchwork.ozlabs.org/project/rtc-linux/list/
7230S:	Maintained
7231F:	Documentation/rtc.txt
7232F:	drivers/rtc/
7233F:	include/linux/rtc.h
7234F:	include/uapi/linux/rtc.h
7235
7236REISERFS FILE SYSTEM
7237L:	reiserfs-devel@vger.kernel.org
7238S:	Supported
7239F:	fs/reiserfs/
7240
7241REGISTER MAP ABSTRACTION
7242M:	Mark Brown <broonie@kernel.org>
7243T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7244S:	Supported
7245F:	drivers/base/regmap/
7246F:	include/linux/regmap.h
7247
7248REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7249M:	Ohad Ben-Cohen <ohad@wizery.com>
7250T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7251S:	Maintained
7252F:	drivers/remoteproc/
7253F:	Documentation/remoteproc.txt
7254F:	include/linux/remoteproc.h
7255
7256REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7257M:	Ohad Ben-Cohen <ohad@wizery.com>
7258T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7259S:	Maintained
7260F:	drivers/rpmsg/
7261F:	Documentation/rpmsg.txt
7262F:	include/linux/rpmsg.h
7263
7264RFKILL
7265M:	Johannes Berg <johannes@sipsolutions.net>
7266L:	linux-wireless@vger.kernel.org
7267W:	http://wireless.kernel.org/
7268T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7269T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7270S:	Maintained
7271F:	Documentation/rfkill.txt
7272F:	net/rfkill/
7273
7274RICOH SMARTMEDIA/XD DRIVER
7275M:	Maxim Levitsky <maximlevitsky@gmail.com>
7276S:	Maintained
7277F:	drivers/mtd/nand/r852.c
7278F:	drivers/mtd/nand/r852.h
7279
7280RICOH R5C592 MEMORYSTICK DRIVER
7281M:	Maxim Levitsky <maximlevitsky@gmail.com>
7282S:	Maintained
7283F:	drivers/memstick/host/r592.*
7284
7285ROCCAT DRIVERS
7286M:	Stefan Achatz <erazor_de@users.sourceforge.net>
7287W:	http://sourceforge.net/projects/roccat/
7288S:	Maintained
7289F:	drivers/hid/hid-roccat*
7290F:	include/linux/hid-roccat*
7291F:	Documentation/ABI/*/sysfs-driver-hid-roccat*
7292
7293ROCKETPORT DRIVER
7294P:	Comtrol Corp.
7295W:	http://www.comtrol.com
7296S:	Maintained
7297F:	Documentation/serial/rocket.txt
7298F:	drivers/tty/rocket*
7299
7300ROSE NETWORK LAYER
7301M:	Ralf Baechle <ralf@linux-mips.org>
7302L:	linux-hams@vger.kernel.org
7303W:	http://www.linux-ax25.org/
7304S:	Maintained
7305F:	include/net/rose.h
7306F:	include/uapi/linux/rose.h
7307F:	net/rose/
7308
7309RTL2830 MEDIA DRIVER
7310M:	Antti Palosaari <crope@iki.fi>
7311L:	linux-media@vger.kernel.org
7312W:	http://linuxtv.org/
7313W:	http://palosaari.fi/linux/
7314Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7315T:	git git://linuxtv.org/anttip/media_tree.git
7316S:	Maintained
7317F:	drivers/media/dvb-frontends/rtl2830*
7318
7319RTL2832 MEDIA DRIVER
7320M:	Antti Palosaari <crope@iki.fi>
7321L:	linux-media@vger.kernel.org
7322W:	http://linuxtv.org/
7323W:	http://palosaari.fi/linux/
7324Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7325T:	git git://linuxtv.org/anttip/media_tree.git
7326S:	Maintained
7327F:	drivers/media/dvb-frontends/rtl2832*
7328
7329RTL8180 WIRELESS DRIVER
7330M:	"John W. Linville" <linville@tuxdriver.com>
7331L:	linux-wireless@vger.kernel.org
7332W:	http://wireless.kernel.org/
7333T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7334S:	Maintained
7335F:	drivers/net/wireless/rtl818x/rtl8180/
7336
7337RTL8187 WIRELESS DRIVER
7338M:	Herton Ronaldo Krzesinski <herton@canonical.com>
7339M:	Hin-Tak Leung <htl10@users.sourceforge.net>
7340M:	Larry Finger <Larry.Finger@lwfinger.net>
7341L:	linux-wireless@vger.kernel.org
7342W:	http://wireless.kernel.org/
7343T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7344S:	Maintained
7345F:	drivers/net/wireless/rtl818x/rtl8187/
7346
7347RTL8192CE WIRELESS DRIVER
7348M:	Larry Finger <Larry.Finger@lwfinger.net>
7349M:	Chaoming Li <chaoming_li@realsil.com.cn>
7350L:	linux-wireless@vger.kernel.org
7351W:	http://wireless.kernel.org/
7352T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7353S:	Maintained
7354F:	drivers/net/wireless/rtlwifi/
7355F:	drivers/net/wireless/rtlwifi/rtl8192ce/
7356
7357S3 SAVAGE FRAMEBUFFER DRIVER
7358M:	Antonino Daplas <adaplas@gmail.com>
7359L:	linux-fbdev@vger.kernel.org
7360S:	Maintained
7361F:	drivers/video/savage/
7362
7363S390
7364M:	Martin Schwidefsky <schwidefsky@de.ibm.com>
7365M:	Heiko Carstens <heiko.carstens@de.ibm.com>
7366M:	linux390@de.ibm.com
7367L:	linux-s390@vger.kernel.org
7368W:	http://www.ibm.com/developerworks/linux/linux390/
7369S:	Supported
7370F:	arch/s390/
7371F:	drivers/s390/
7372F:	block/partitions/ibm.c
7373F:	Documentation/s390/
7374F:	Documentation/DocBook/s390*
7375
7376S390 NETWORK DRIVERS
7377M:	Ursula Braun <ursula.braun@de.ibm.com>
7378M:	Frank Blaschka <blaschka@linux.vnet.ibm.com>
7379M:	linux390@de.ibm.com
7380L:	linux-s390@vger.kernel.org
7381W:	http://www.ibm.com/developerworks/linux/linux390/
7382S:	Supported
7383F:	drivers/s390/net/
7384
7385S390 ZCRYPT DRIVER
7386M:	Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7387M:	linux390@de.ibm.com
7388L:	linux-s390@vger.kernel.org
7389W:	http://www.ibm.com/developerworks/linux/linux390/
7390S:	Supported
7391F:	drivers/s390/crypto/
7392
7393S390 ZFCP DRIVER
7394M:	Steffen Maier <maier@linux.vnet.ibm.com>
7395M:	linux390@de.ibm.com
7396L:	linux-s390@vger.kernel.org
7397W:	http://www.ibm.com/developerworks/linux/linux390/
7398S:	Supported
7399F:	drivers/s390/scsi/zfcp_*
7400
7401S390 IUCV NETWORK LAYER
7402M:	Ursula Braun <ursula.braun@de.ibm.com>
7403M:	linux390@de.ibm.com
7404L:	linux-s390@vger.kernel.org
7405W:	http://www.ibm.com/developerworks/linux/linux390/
7406S:	Supported
7407F:	drivers/s390/net/*iucv*
7408F:	include/net/iucv/
7409F:	net/iucv/
7410
7411S3C24XX SD/MMC Driver
7412M:	Ben Dooks <ben-linux@fluff.org>
7413L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7414S:	Supported
7415F:	drivers/mmc/host/s3cmci.*
7416
7417SAA6588 RDS RECEIVER DRIVER
7418M:	Hans Verkuil <hverkuil@xs4all.nl>
7419L:	linux-media@vger.kernel.org
7420T:	git git://linuxtv.org/media_tree.git
7421W:	http://linuxtv.org
7422S:	Odd Fixes
7423F:	drivers/media/i2c/saa6588*
7424
7425SAA7134 VIDEO4LINUX DRIVER
7426M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
7427L:	linux-media@vger.kernel.org
7428W:	http://linuxtv.org
7429T:	git git://linuxtv.org/media_tree.git
7430S:	Odd fixes
7431F:	Documentation/video4linux/*.saa7134
7432F:	drivers/media/pci/saa7134/
7433
7434SAA7146 VIDEO4LINUX-2 DRIVER
7435M:	Hans Verkuil <hverkuil@xs4all.nl>
7436L:	linux-media@vger.kernel.org
7437T:	git git://linuxtv.org/media_tree.git
7438S:	Maintained
7439F:	drivers/media/common/saa7146/
7440F:	drivers/media/pci/saa7146/
7441F:	include/media/saa7146*
7442
7443SAMSUNG LAPTOP DRIVER
7444M:	Corentin Chary <corentin.chary@gmail.com>
7445L:	platform-driver-x86@vger.kernel.org
7446S:	Maintained
7447F:	drivers/platform/x86/samsung-laptop.c
7448
7449SAMSUNG AUDIO (ASoC) DRIVERS
7450M:	Sangbeom Kim <sbkim73@samsung.com>
7451L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
7452S:	Supported
7453F:	sound/soc/samsung/
7454
7455SAMSUNG FRAMEBUFFER DRIVER
7456M:	Jingoo Han <jg1.han@samsung.com>
7457L:	linux-fbdev@vger.kernel.org
7458S:	Maintained
7459F:	drivers/video/s3c-fb.c
7460
7461SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7462M:	Sangbeom Kim <sbkim73@samsung.com>
7463L:	linux-kernel@vger.kernel.org
7464S:	Supported
7465F:	drivers/mfd/sec*.c
7466F:	drivers/regulator/s2m*.c
7467F:	drivers/regulator/s5m*.c
7468F:	drivers/rtc/rtc-sec.c
7469F:	include/linux/mfd/samsung/
7470
7471SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7472M:	Kyungmin Park <kyungmin.park@samsung.com>
7473M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
7474L:	linux-media@vger.kernel.org
7475Q:	https://patchwork.linuxtv.org/project/linux-media/list/
7476S:	Supported
7477F:	drivers/media/platform/exynos4-is/
7478F:	include/media/s5p_fimc.h
7479
7480SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7481M:	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7482L:	linux-media@vger.kernel.org
7483L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7484S:	Maintained
7485F:	drivers/media/platform/s3c-camif/
7486F:	include/media/s3c_camif.h
7487
7488SAMSUNG S5C73M3 CAMERA DRIVER
7489M:	Kyungmin Park <kyungmin.park@samsung.com>
7490M:	Andrzej Hajda <a.hajda@samsung.com>
7491L:	linux-media@vger.kernel.org
7492S:	Supported
7493F:	drivers/media/i2c/s5c73m3/*
7494
7495SAMSUNG S5K5BAF CAMERA DRIVER
7496M:	Kyungmin Park <kyungmin.park@samsung.com>
7497M:	Andrzej Hajda <a.hajda@samsung.com>
7498L:	linux-media@vger.kernel.org
7499S:	Supported
7500F:	drivers/media/i2c/s5k5baf.c
7501
7502SAMSUNG SOC CLOCK DRIVERS
7503M:	Tomasz Figa <t.figa@samsung.com>
7504S:	Supported
7505L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7506F:	drivers/clk/samsung/
7507
7508SERIAL DRIVERS
7509M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7510L:	linux-serial@vger.kernel.org
7511S:	Maintained
7512F:	drivers/tty/serial/
7513
7514SYNOPSYS DESIGNWARE DMAC DRIVER
7515M:	Viresh Kumar <viresh.linux@gmail.com>
7516M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7517S:	Maintained
7518F:	include/linux/dw_dmac.h
7519F:	drivers/dma/dw/
7520
7521SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7522M:	Seungwon Jeon <tgih.jun@samsung.com>
7523M:	Jaehoon Chung <jh80.chung@samsung.com>
7524L:	linux-mmc@vger.kernel.org
7525S:	Maintained
7526F:	include/linux/mmc/dw_mmc.h
7527F:	drivers/mmc/host/dw_mmc*
7528
7529TIMEKEEPING, CLOCKSOURCE CORE, NTP
7530M:	John Stultz <john.stultz@linaro.org>
7531M:	Thomas Gleixner <tglx@linutronix.de>
7532L:	linux-kernel@vger.kernel.org
7533T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7534S:	Supported
7535F:	include/linux/clocksource.h
7536F:	include/linux/time.h
7537F:	include/linux/timex.h
7538F:	include/uapi/linux/time.h
7539F:	include/uapi/linux/timex.h
7540F:	kernel/time/clocksource.c
7541F:	kernel/time/time*.c
7542F:	kernel/time/ntp.c
7543
7544TLG2300 VIDEO4LINUX-2 DRIVER
7545M:	Huang Shijie <shijie8@gmail.com>
7546M:	Hans Verkuil <hverkuil@xs4all.nl>
7547S:	Odd Fixes
7548F:	drivers/media/usb/tlg2300/
7549
7550SC1200 WDT DRIVER
7551M:	Zwane Mwaikambo <zwanem@gmail.com>
7552S:	Maintained
7553F:	drivers/watchdog/sc1200wdt.c
7554
7555SCHEDULER
7556M:	Ingo Molnar <mingo@redhat.com>
7557M:	Peter Zijlstra <peterz@infradead.org>
7558L:	linux-kernel@vger.kernel.org
7559T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7560S:	Maintained
7561F:	kernel/sched/
7562F:	include/linux/sched.h
7563F:	include/uapi/linux/sched.h
7564F:	include/linux/wait.h
7565
7566SCORE ARCHITECTURE
7567M:	Chen Liqin <liqin.linux@gmail.com>
7568M:	Lennox Wu <lennox.wu@gmail.com>
7569W:	http://www.sunplus.com
7570S:	Supported
7571F:	arch/score/
7572
7573SCSI CDROM DRIVER
7574M:	Jens Axboe <axboe@kernel.dk>
7575L:	linux-scsi@vger.kernel.org
7576W:	http://www.kernel.dk
7577S:	Maintained
7578F:	drivers/scsi/sr*
7579
7580SCSI RDMA PROTOCOL (SRP) INITIATOR
7581M:	Bart Van Assche <bvanassche@acm.org>
7582L:	linux-rdma@vger.kernel.org
7583S:	Supported
7584W:	http://www.openfabrics.org
7585Q:	http://patchwork.kernel.org/project/linux-rdma/list/
7586T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7587F:	drivers/infiniband/ulp/srp/
7588F:	include/scsi/srp.h
7589
7590SCSI SG DRIVER
7591M:	Doug Gilbert <dgilbert@interlog.com>
7592L:	linux-scsi@vger.kernel.org
7593W:	http://sg.danny.cz/sg
7594S:	Maintained
7595F:	Documentation/scsi/scsi-generic.txt
7596F:	drivers/scsi/sg.c
7597F:	include/scsi/sg.h
7598
7599SCSI SUBSYSTEM
7600M:	"James E.J. Bottomley" <JBottomley@parallels.com>
7601L:	linux-scsi@vger.kernel.org
7602T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7603T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7604T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7605S:	Maintained
7606F:	drivers/scsi/
7607F:	include/scsi/
7608
7609SCSI TAPE DRIVER
7610M:	Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7611L:	linux-scsi@vger.kernel.org
7612S:	Maintained
7613F:	Documentation/scsi/st.txt
7614F:	drivers/scsi/st.*
7615F:	drivers/scsi/st_*.h
7616
7617SCTP PROTOCOL
7618M:	Vlad Yasevich <vyasevich@gmail.com>
7619M:	Neil Horman <nhorman@tuxdriver.com>
7620L:	linux-sctp@vger.kernel.org
7621W:	http://lksctp.sourceforge.net
7622S:	Maintained
7623F:	Documentation/networking/sctp.txt
7624F:	include/linux/sctp.h
7625F:	include/uapi/linux/sctp.h
7626F:	include/net/sctp/
7627F:	net/sctp/
7628
7629SCx200 CPU SUPPORT
7630M:	Jim Cromie <jim.cromie@gmail.com>
7631S:	Odd Fixes
7632F:	Documentation/i2c/busses/scx200_acb
7633F:	arch/x86/platform/scx200/
7634F:	drivers/watchdog/scx200_wdt.c
7635F:	drivers/i2c/busses/scx200*
7636F:	drivers/mtd/maps/scx200_docflash.c
7637F:	include/linux/scx200.h
7638
7639SCx200 GPIO DRIVER
7640M:	Jim Cromie <jim.cromie@gmail.com>
7641S:	Maintained
7642F:	drivers/char/scx200_gpio.c
7643F:	include/linux/scx200_gpio.h
7644
7645SCx200 HRT CLOCKSOURCE DRIVER
7646M:	Jim Cromie <jim.cromie@gmail.com>
7647S:	Maintained
7648F:	drivers/clocksource/scx200_hrt.c
7649
7650SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7651M:	Sascha Sommer <saschasommer@freenet.de>
7652L:	sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7653S:	Maintained
7654F:	drivers/mmc/host/sdricoh_cs.c
7655
7656SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7657M:	Chris Ball <chris@printf.net>
7658L:	linux-mmc@vger.kernel.org
7659T:	git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7660S:	Maintained
7661F:	drivers/mmc/host/sdhci.*
7662F:	drivers/mmc/host/sdhci-pltfm.[ch]
7663
7664SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7665M:	Anton Vorontsov <anton@enomsg.org>
7666L:	linuxppc-dev@lists.ozlabs.org
7667L:	linux-mmc@vger.kernel.org
7668S:	Maintained
7669F:	drivers/mmc/host/sdhci-pltfm.[ch]
7670
7671SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7672M:	Ben Dooks <ben-linux@fluff.org>
7673L:	linux-mmc@vger.kernel.org
7674S:	Maintained
7675F:	drivers/mmc/host/sdhci-s3c.c
7676
7677SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7678M:	Viresh Kumar <viresh.linux@gmail.com>
7679L:	spear-devel@list.st.com
7680L:	linux-mmc@vger.kernel.org
7681S:	Maintained
7682F:	drivers/mmc/host/sdhci-spear.c
7683
7684SECURITY SUBSYSTEM
7685M:	James Morris <james.l.morris@oracle.com>
7686L:	linux-security-module@vger.kernel.org (suggested Cc:)
7687T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7688W:	http://kernsec.org/
7689S:	Supported
7690F:	security/
7691
7692SECURITY CONTACT
7693M:	Security Officers <security@kernel.org>
7694S:	Supported
7695
7696SELINUX SECURITY MODULE
7697M:	Stephen Smalley <sds@tycho.nsa.gov>
7698M:	James Morris <james.l.morris@oracle.com>
7699M:	Eric Paris <eparis@parisplace.org>
7700M:	Paul Moore <paul@paul-moore.com>
7701L:	selinux@tycho.nsa.gov (subscribers-only, general discussion)
7702W:	http://selinuxproject.org
7703T:	git git://git.infradead.org/users/pcmoore/selinux
7704S:	Supported
7705F:	include/linux/selinux*
7706F:	security/selinux/
7707F:	scripts/selinux/
7708
7709APPARMOR SECURITY MODULE
7710M:	John Johansen <john.johansen@canonical.com>
7711L:	apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7712W:	apparmor.wiki.kernel.org
7713T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7714S:	Supported
7715F:	security/apparmor/
7716
7717SENSABLE PHANTOM
7718M:	Jiri Slaby <jirislaby@gmail.com>
7719S:	Maintained
7720F:	drivers/misc/phantom.c
7721F:	include/uapi/linux/phantom.h
7722
7723SERIAL ATA (SATA) SUBSYSTEM
7724M:	Tejun Heo <tj@kernel.org>
7725L:	linux-ide@vger.kernel.org
7726T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7727S:	Supported
7728F:	drivers/ata/
7729F:	include/linux/ata.h
7730F:	include/linux/libata.h
7731
7732SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7733M:	Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7734L:	linux-scsi@vger.kernel.org
7735W:	http://www.emulex.com
7736S:	Supported
7737F:	drivers/scsi/be2iscsi/
7738
7739SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7740M:	Sathya Perla <sathya.perla@emulex.com>
7741M:	Subbu Seetharaman <subbu.seetharaman@emulex.com>
7742M:	Ajit Khaparde <ajit.khaparde@emulex.com>
7743L:	netdev@vger.kernel.org
7744W:	http://www.emulex.com
7745S:	Supported
7746F:	drivers/net/ethernet/emulex/benet/
7747
7748SFC NETWORK DRIVER
7749M:	Solarflare linux maintainers <linux-net-drivers@solarflare.com>
7750M:	Shradha Shah <sshah@solarflare.com>
7751L:	netdev@vger.kernel.org
7752S:	Supported
7753F:	drivers/net/ethernet/sfc/
7754
7755SGI GRU DRIVER
7756M:	Dimitri Sivanich <sivanich@sgi.com>
7757S:	Maintained
7758F:	drivers/misc/sgi-gru/
7759
7760SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
7761M:	Pat Gefre <pfg@sgi.com>
7762L:	linux-ia64@vger.kernel.org
7763S:	Supported
7764F:	Documentation/ia64/serial.txt
7765F:	drivers/tty/serial/ioc?_serial.c
7766F:	include/linux/ioc?.h
7767
7768SGI VISUAL WORKSTATION 320 AND 540
7769M:	Andrey Panin <pazke@donpac.ru>
7770L:	linux-visws-devel@lists.sf.net
7771W:	http://linux-visws.sf.net
7772S:	Maintained for 2.6.
7773F:	Documentation/sgi-visws.txt
7774
7775SGI XP/XPC/XPNET DRIVER
7776M:	Cliff Whickman <cpw@sgi.com>
7777M:	Robin Holt <robinmholt@gmail.com>
7778S:	Maintained
7779F:	drivers/misc/sgi-xp/
7780
7781SI470X FM RADIO RECEIVER I2C DRIVER
7782M:	Hans Verkuil <hverkuil@xs4all.nl>
7783L:	linux-media@vger.kernel.org
7784T:	git git://linuxtv.org/media_tree.git
7785W:	http://linuxtv.org
7786S:	Odd Fixes
7787F:	drivers/media/radio/si470x/radio-si470x-i2c.c
7788
7789SI470X FM RADIO RECEIVER USB DRIVER
7790M:	Hans Verkuil <hverkuil@xs4all.nl>
7791L:	linux-media@vger.kernel.org
7792T:	git git://linuxtv.org/media_tree.git
7793W:	http://linuxtv.org
7794S:	Maintained
7795F:	drivers/media/radio/si470x/radio-si470x-common.c
7796F:	drivers/media/radio/si470x/radio-si470x.h
7797F:	drivers/media/radio/si470x/radio-si470x-usb.c
7798
7799SI4713 FM RADIO TRANSMITTER I2C DRIVER
7800M:	Eduardo Valentin <edubezval@gmail.com>
7801L:	linux-media@vger.kernel.org
7802T:	git git://linuxtv.org/media_tree.git
7803W:	http://linuxtv.org
7804S:	Odd Fixes
7805F:	drivers/media/radio/si4713/si4713.?
7806
7807SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
7808M:	Eduardo Valentin <edubezval@gmail.com>
7809L:	linux-media@vger.kernel.org
7810T:	git git://linuxtv.org/media_tree.git
7811W:	http://linuxtv.org
7812S:	Odd Fixes
7813F:	drivers/media/radio/si4713/radio-platform-si4713.c
7814
7815SI4713 FM RADIO TRANSMITTER USB DRIVER
7816M:	Hans Verkuil <hverkuil@xs4all.nl>
7817L:	linux-media@vger.kernel.org
7818T:	git git://linuxtv.org/media_tree.git
7819W:	http://linuxtv.org
7820S:	Maintained
7821F:	drivers/media/radio/si4713/radio-usb-si4713.c
7822
7823SIANO DVB DRIVER
7824M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
7825L:	linux-media@vger.kernel.org
7826W:	http://linuxtv.org
7827T:	git git://linuxtv.org/media_tree.git
7828S:	Odd fixes
7829F:	drivers/media/common/siano/
7830F:	drivers/media/usb/siano/
7831F:	drivers/media/usb/siano/
7832F:	drivers/media/mmc/siano/
7833
7834SH_VEU V4L2 MEM2MEM DRIVER
7835M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7836L:	linux-media@vger.kernel.org
7837S:	Maintained
7838F:	drivers/media/platform/sh_veu.c
7839
7840SH_VOU V4L2 OUTPUT DRIVER
7841M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7842L:	linux-media@vger.kernel.org
7843S:	Odd Fixes
7844F:	drivers/media/platform/sh_vou.c
7845F:	include/media/sh_vou.h
7846
7847SIMPLE FIRMWARE INTERFACE (SFI)
7848M:	Len Brown <lenb@kernel.org>
7849L:	sfi-devel@simplefirmware.org
7850W:	http://simplefirmware.org/
7851T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
7852S:	Supported
7853F:	arch/x86/platform/sfi/
7854F:	drivers/sfi/
7855F:	include/linux/sfi*.h
7856
7857SIMTEC EB110ATX (Chalice CATS)
7858P:	Ben Dooks
7859P:	Vincent Sanders <vince@simtec.co.uk>
7860M:	Simtec Linux Team <linux@simtec.co.uk>
7861W:	http://www.simtec.co.uk/products/EB110ATX/
7862S:	Supported
7863
7864SIMTEC EB2410ITX (BAST)
7865P:	Ben Dooks
7866P:	Vincent Sanders <vince@simtec.co.uk>
7867M:	Simtec Linux Team <linux@simtec.co.uk>
7868W:	http://www.simtec.co.uk/products/EB2410ITX/
7869S:	Supported
7870F:	arch/arm/mach-s3c24xx/mach-bast.c
7871F:	arch/arm/mach-s3c24xx/bast-ide.c
7872F:	arch/arm/mach-s3c24xx/bast-irq.c
7873
7874TI DAVINCI MACHINE SUPPORT
7875M:	Sekhar Nori <nsekhar@ti.com>
7876M:	Kevin Hilman <khilman@deeprootsystems.com>
7877L:	davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7878T:	git git://gitorious.org/linux-davinci/linux-davinci.git
7879Q:	http://patchwork.kernel.org/project/linux-davinci/list/
7880S:	Supported
7881F:	arch/arm/mach-davinci/
7882F:	drivers/i2c/busses/i2c-davinci.c
7883
7884TI DAVINCI SERIES MEDIA DRIVER
7885M:	Lad, Prabhakar <prabhakar.csengg@gmail.com>
7886L:	linux-media@vger.kernel.org
7887L:	davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
7888W:	http://linuxtv.org/
7889Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7890T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
7891S:	Maintained
7892F:	drivers/media/platform/davinci/
7893F:	include/media/davinci/
7894
7895SIS 190 ETHERNET DRIVER
7896M:	Francois Romieu <romieu@fr.zoreil.com>
7897L:	netdev@vger.kernel.org
7898S:	Maintained
7899F:	drivers/net/ethernet/sis/sis190.c
7900
7901SIS 900/7016 FAST ETHERNET DRIVER
7902M:	Daniele Venzano <venza@brownhat.org>
7903W:	http://www.brownhat.org/sis900.html
7904L:	netdev@vger.kernel.org
7905S:	Maintained
7906F:	drivers/net/ethernet/sis/sis900.*
7907
7908SIS FRAMEBUFFER DRIVER
7909M:	Thomas Winischhofer <thomas@winischhofer.net>
7910W:	http://www.winischhofer.net/linuxsisvga.shtml
7911S:	Maintained
7912F:	Documentation/fb/sisfb.txt
7913F:	drivers/video/sis/
7914F:	include/video/sisfb.h
7915
7916SIS USB2VGA DRIVER
7917M:	Thomas Winischhofer <thomas@winischhofer.net>
7918W:	http://www.winischhofer.at/linuxsisusbvga.shtml
7919S:	Maintained
7920F:	drivers/usb/misc/sisusbvga/
7921
7922SLAB ALLOCATOR
7923M:	Christoph Lameter <cl@linux-foundation.org>
7924M:	Pekka Enberg <penberg@kernel.org>
7925M:	Matt Mackall <mpm@selenic.com>
7926L:	linux-mm@kvack.org
7927S:	Maintained
7928F:	include/linux/sl?b*.h
7929F:	mm/sl?b.c
7930
7931SLEEPABLE READ-COPY UPDATE (SRCU)
7932M:	Lai Jiangshan <laijs@cn.fujitsu.com>
7933M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7934L:	linux-kernel@vger.kernel.org
7935W:	http://www.rdrop.com/users/paulmck/RCU/
7936S:	Supported
7937T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7938F:	include/linux/srcu.h
7939F:	kernel/rcu/srcu.c
7940
7941SMACK SECURITY MODULE
7942M:	Casey Schaufler <casey@schaufler-ca.com>
7943L:	linux-security-module@vger.kernel.org
7944W:	http://schaufler-ca.com
7945T:	git git://git.gitorious.org/smack-next/kernel.git
7946S:	Maintained
7947F:	Documentation/security/Smack.txt
7948F:	security/smack/
7949
7950SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
7951M:	Kevin Hilman <khilman@kernel.org>
7952M:	Nishanth Menon <nm@ti.com>
7953S:	Maintained
7954F:	drivers/power/avs/smartreflex.c
7955F:	include/linux/power/smartreflex.h
7956L:	linux-pm@vger.kernel.org
7957
7958SMC91x ETHERNET DRIVER
7959M:	Nicolas Pitre <nico@fluxnic.net>
7960S:	Odd Fixes
7961F:	drivers/net/ethernet/smsc/smc91x.*
7962
7963SMIA AND SMIA++ IMAGE SENSOR DRIVER
7964M:	Sakari Ailus <sakari.ailus@iki.fi>
7965L:	linux-media@vger.kernel.org
7966S:	Maintained
7967F:	drivers/media/i2c/smiapp/
7968F:	include/media/smiapp.h
7969F:	drivers/media/i2c/smiapp-pll.c
7970F:	drivers/media/i2c/smiapp-pll.h
7971
7972SMM665 HARDWARE MONITOR DRIVER
7973M:	Guenter Roeck <linux@roeck-us.net>
7974L:	lm-sensors@lm-sensors.org
7975S:	Maintained
7976F:	Documentation/hwmon/smm665
7977F:	drivers/hwmon/smm665.c
7978
7979SMSC EMC2103 HARDWARE MONITOR DRIVER
7980M:	Steve Glendinning <steve.glendinning@shawell.net>
7981L:	lm-sensors@lm-sensors.org
7982S:	Maintained
7983F:	Documentation/hwmon/emc2103
7984F:	drivers/hwmon/emc2103.c
7985
7986SMSC SCH5627 HARDWARE MONITOR DRIVER
7987M:	Hans de Goede <hdegoede@redhat.com>
7988L:	lm-sensors@lm-sensors.org
7989S:	Supported
7990F:	Documentation/hwmon/sch5627
7991F:	drivers/hwmon/sch5627.c
7992
7993SMSC47B397 HARDWARE MONITOR DRIVER
7994M:	Jean Delvare <jdelvare@suse.de>
7995L:	lm-sensors@lm-sensors.org
7996S:	Maintained
7997F:	Documentation/hwmon/smsc47b397
7998F:	drivers/hwmon/smsc47b397.c
7999
8000SMSC911x ETHERNET DRIVER
8001M:	Steve Glendinning <steve.glendinning@shawell.net>
8002L:	netdev@vger.kernel.org
8003S:	Maintained
8004F:	include/linux/smsc911x.h
8005F:	drivers/net/ethernet/smsc/smsc911x.*
8006
8007SMSC9420 PCI ETHERNET DRIVER
8008M:	Steve Glendinning <steve.glendinning@shawell.net>
8009L:	netdev@vger.kernel.org
8010S:	Maintained
8011F:	drivers/net/ethernet/smsc/smsc9420.*
8012
8013SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8014M:	Steve Glendinning <steve.glendinning@shawell.net>
8015L:	linux-fbdev@vger.kernel.org
8016S:	Maintained
8017F:	drivers/video/smscufx.c
8018
8019SOC-CAMERA V4L2 SUBSYSTEM
8020M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8021L:	linux-media@vger.kernel.org
8022T:	git git://linuxtv.org/media_tree.git
8023S:	Maintained
8024F:	include/media/soc*
8025F:	drivers/media/i2c/soc_camera/
8026F:	drivers/media/platform/soc_camera/
8027
8028SOEKRIS NET48XX LED SUPPORT
8029M:	Chris Boot <bootc@bootc.net>
8030S:	Maintained
8031F:	drivers/leds/leds-net48xx.c
8032
8033SOFTWARE RAID (Multiple Disks) SUPPORT
8034M:	Neil Brown <neilb@suse.de>
8035L:	linux-raid@vger.kernel.org
8036S:	Supported
8037F:	drivers/md/
8038F:	include/linux/raid/
8039F:	include/uapi/linux/raid/
8040
8041SONIC NETWORK DRIVER
8042M:	Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8043L:	netdev@vger.kernel.org
8044S:	Maintained
8045F:	drivers/net/ethernet/natsemi/sonic.*
8046
8047SONICS SILICON BACKPLANE DRIVER (SSB)
8048M:	Michael Buesch <m@bues.ch>
8049L:	netdev@vger.kernel.org
8050S:	Maintained
8051F:	drivers/ssb/
8052F:	include/linux/ssb/
8053
8054SONY VAIO CONTROL DEVICE DRIVER
8055M:	Mattia Dongili <malattia@linux.it>
8056L:	platform-driver-x86@vger.kernel.org
8057W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8058S:	Maintained
8059F:	Documentation/laptops/sony-laptop.txt
8060F:	drivers/char/sonypi.c
8061F:	drivers/platform/x86/sony-laptop.c
8062F:	include/linux/sony-laptop.h
8063
8064SONY MEMORYSTICK CARD SUPPORT
8065M:	Alex Dubov <oakad@yahoo.com>
8066W:	http://tifmxx.berlios.de/
8067S:	Maintained
8068F:	drivers/memstick/host/tifm_ms.c
8069
8070SONY MEMORYSTICK STANDARD SUPPORT
8071M:	Maxim Levitsky <maximlevitsky@gmail.com>
8072S:	Maintained
8073F:	drivers/memstick/core/ms_block.*
8074
8075SOUND
8076M:	Jaroslav Kysela <perex@perex.cz>
8077M:	Takashi Iwai <tiwai@suse.de>
8078L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8079W:	http://www.alsa-project.org/
8080T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8081T:	git git://git.alsa-project.org/alsa-kernel.git
8082S:	Maintained
8083F:	Documentation/sound/
8084F:	include/sound/
8085F:	include/uapi/sound/
8086F:	sound/
8087
8088SOUND - COMPRESSED AUDIO
8089M:	Vinod Koul <vinod.koul@intel.com>
8090L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8091T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8092S:	Supported
8093F:	Documentation/sound/alsa/compress_offload.txt
8094F:	include/sound/compress_driver.h
8095F:	include/uapi/sound/compress_*
8096F:	sound/core/compress_offload.c
8097F:	sound/soc/soc-compress.c
8098
8099SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8100M:	Liam Girdwood <lgirdwood@gmail.com>
8101M:	Mark Brown <broonie@kernel.org>
8102T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8103L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8104W:	http://alsa-project.org/main/index.php/ASoC
8105S:	Supported
8106F:	Documentation/sound/alsa/soc/
8107F:	sound/soc/
8108F:	include/sound/soc*
8109
8110SOUND - DMAENGINE HELPERS
8111M:	Lars-Peter Clausen <lars@metafoo.de>
8112S:	Supported
8113F:	include/sound/dmaengine_pcm.h
8114F:	sound/core/pcm_dmaengine.c
8115F:	sound/soc/soc-generic-dmaengine-pcm.c
8116
8117SPARC + UltraSPARC (sparc/sparc64)
8118M:	"David S. Miller" <davem@davemloft.net>
8119L:	sparclinux@vger.kernel.org
8120Q:	http://patchwork.ozlabs.org/project/sparclinux/list/
8121T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8122T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8123S:	Maintained
8124F:	arch/sparc/
8125F:	drivers/sbus/
8126
8127SPARC SERIAL DRIVERS
8128M:	"David S. Miller" <davem@davemloft.net>
8129L:	sparclinux@vger.kernel.org
8130T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8131T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8132S:	Maintained
8133F:	include/linux/sunserialcore.h
8134F:	drivers/tty/serial/suncore.c
8135F:	drivers/tty/serial/sunhv.c
8136F:	drivers/tty/serial/sunsab.c
8137F:	drivers/tty/serial/sunsab.h
8138F:	drivers/tty/serial/sunsu.c
8139F:	drivers/tty/serial/sunzilog.c
8140F:	drivers/tty/serial/sunzilog.h
8141
8142SPARSE CHECKER
8143M:	"Christopher Li" <sparse@chrisli.org>
8144L:	linux-sparse@vger.kernel.org
8145W:	https://sparse.wiki.kernel.org/
8146T:	git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8147T:	git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8148S:	Maintained
8149F:	include/linux/compiler.h
8150
8151SPEAR PLATFORM SUPPORT
8152M:	Viresh Kumar <viresh.linux@gmail.com>
8153M:	Shiraz Hashim <shiraz.hashim@st.com>
8154L:	spear-devel@list.st.com
8155L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8156W:	http://www.st.com/spear
8157S:	Maintained
8158F:	arch/arm/mach-spear/
8159
8160SPEAR CLOCK FRAMEWORK SUPPORT
8161M:	Viresh Kumar <viresh.linux@gmail.com>
8162L:	spear-devel@list.st.com
8163L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8164W:	http://www.st.com/spear
8165S:	Maintained
8166F:	drivers/clk/spear/
8167
8168SPI SUBSYSTEM
8169M:	Mark Brown <broonie@kernel.org>
8170L:	linux-spi@vger.kernel.org
8171T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8172Q:	http://patchwork.kernel.org/project/spi-devel-general/list/
8173S:	Maintained
8174F:	Documentation/spi/
8175F:	drivers/spi/
8176F:	include/linux/spi/
8177F:	include/uapi/linux/spi/
8178
8179SPIDERNET NETWORK DRIVER for CELL
8180M:	Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8181M:	Jens Osterkamp <jens@de.ibm.com>
8182L:	netdev@vger.kernel.org
8183S:	Supported
8184F:	Documentation/networking/spider_net.txt
8185F:	drivers/net/ethernet/toshiba/spider_net*
8186
8187SPU FILE SYSTEM
8188M:	Jeremy Kerr <jk@ozlabs.org>
8189L:	linuxppc-dev@lists.ozlabs.org
8190L:	cbe-oss-dev@lists.ozlabs.org
8191W:	http://www.ibm.com/developerworks/power/cell/
8192S:	Supported
8193F:	Documentation/filesystems/spufs.txt
8194F:	arch/powerpc/platforms/cell/spufs/
8195
8196SQUASHFS FILE SYSTEM
8197M:	Phillip Lougher <phillip@squashfs.org.uk>
8198L:	squashfs-devel@lists.sourceforge.net (subscribers-only)
8199W:	http://squashfs.org.uk
8200S:	Maintained
8201F:	Documentation/filesystems/squashfs.txt
8202F:	fs/squashfs/
8203
8204SRM (Alpha) environment access
8205M:	Jan-Benedict Glaw <jbglaw@lug-owl.de>
8206S:	Maintained
8207F:	arch/alpha/kernel/srm_env.c
8208
8209STABLE BRANCH
8210M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8211L:	stable@vger.kernel.org
8212S:	Supported
8213F:	Documentation/stable_kernel_rules.txt
8214
8215STAGING SUBSYSTEM
8216M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8217T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8218L:	devel@driverdev.osuosl.org
8219S:	Supported
8220F:	drivers/staging/
8221
8222STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
8223M:	Henk de Groot <pe1dnn@amsat.org>
8224S:	Odd Fixes
8225F:	drivers/staging/wlags49_h2/
8226F:	drivers/staging/wlags49_h25/
8227
8228STAGING - ASUS OLED
8229M:	Jakub Schmidtke <sjakub@gmail.com>
8230S:	Odd Fixes
8231F:	drivers/staging/asus_oled/
8232
8233STAGING - COMEDI
8234M:	Ian Abbott <abbotti@mev.co.uk>
8235M:	H Hartley Sweeten <hsweeten@visionengravers.com>
8236S:	Odd Fixes
8237F:	drivers/staging/comedi/
8238
8239STAGING - CRYSTAL HD VIDEO DECODER
8240M:	Naren Sankar <nsankar@broadcom.com>
8241M:	Jarod Wilson <jarod@wilsonet.com>
8242M:	Scott Davilla <davilla@4pi.com>
8243M:	Manu Abraham <abraham.manu@gmail.com>
8244S:	Odd Fixes
8245F:	drivers/staging/crystalhd/
8246
8247STAGING - ECHO CANCELLER
8248M:	Steve Underwood <steveu@coppice.org>
8249M:	David Rowe <david@rowetel.com>
8250S:	Odd Fixes
8251F:	drivers/staging/echo/
8252
8253STAGING - ET131X NETWORK DRIVER
8254M:	Mark Einon <mark.einon@gmail.com>
8255S:	Odd Fixes
8256F:	drivers/staging/et131x/
8257
8258STAGING - FLARION FT1000 DRIVERS
8259M:	Marek Belisko <marek.belisko@gmail.com>
8260S:	Odd Fixes
8261F:	drivers/staging/ft1000/
8262
8263STAGING - FRONTIER TRANZPORT AND ALPHATRACK
8264M:	David Täht <d@teklibre.com>
8265S:	Odd Fixes
8266F:	drivers/staging/frontier/
8267
8268STAGING - GO7007 MPEG CODEC
8269M:	Hans Verkuil <hans.verkuil@cisco.com>
8270S:	Maintained
8271F:	drivers/staging/media/go7007/
8272
8273STAGING - INDUSTRIAL IO
8274M:	Jonathan Cameron <jic23@kernel.org>
8275L:	linux-iio@vger.kernel.org
8276S:	Odd Fixes
8277F:	drivers/staging/iio/
8278
8279STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8280M:	Jarod Wilson <jarod@wilsonet.com>
8281W:	http://www.lirc.org/
8282S:	Odd Fixes
8283F:	drivers/staging/media/lirc/
8284
8285STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8286M:	Julian Andres Klode <jak@jak-linux.org>
8287M:	Marc Dietrich <marvin24@gmx.de>
8288L:	ac100@lists.launchpad.net (moderated for non-subscribers)
8289L:	linux-tegra@vger.kernel.org
8290S:	Maintained
8291F:	drivers/staging/nvec/
8292
8293STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8294M:	Jens Frederich <jfrederich@gmail.com>
8295M:	Daniel Drake <dsd@laptop.org>
8296M:	Jon Nettleton <jon.nettleton@gmail.com>
8297W:	http://wiki.laptop.org/go/DCON
8298S:	Maintained
8299F:	drivers/staging/olpc_dcon/
8300
8301STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8302M:	Rupesh Gujare <rupesh.gujare@atmel.com>
8303S:	Maintained
8304F:	drivers/staging/ozwpan/
8305
8306STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8307M:	Willy Tarreau <willy@meta-x.org>
8308S:	Odd Fixes
8309F:	drivers/staging/panel/
8310
8311STAGING - REALTEK RTL8712U DRIVERS
8312M:	Larry Finger <Larry.Finger@lwfinger.net>
8313M:	Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8314S:	Odd Fixes
8315F:	drivers/staging/rtl8712/
8316
8317STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8318M:	Teddy Wang <teddy.wang@siliconmotion.com.cn>
8319S:	Odd Fixes
8320F:	drivers/staging/sm7xxfb/
8321
8322STAGING - SOFTLOGIC 6x10 MPEG CODEC
8323M:	Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8324S:	Supported
8325F:	drivers/staging/media/solo6x10/
8326
8327STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8328M:	William Hubbs <w.d.hubbs@gmail.com>
8329M:	Chris Brannon <chris@the-brannons.com>
8330M:	Kirk Reiser <kirk@reisers.ca>
8331M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
8332L:	speakup@braille.uwo.ca
8333W:	http://www.linux-speakup.org/
8334S:	Odd Fixes
8335F:	drivers/staging/speakup/
8336
8337STAGING - TI DSP BRIDGE DRIVERS
8338M:	Omar Ramirez Luna <omar.ramirez@copitl.com>
8339S:	Odd Fixes
8340F:	drivers/staging/tidspbridge/
8341
8342STAGING - USB ENE SM/MS CARD READER DRIVER
8343M:	Al Cho <acho@novell.com>
8344S:	Odd Fixes
8345F:	drivers/staging/keucr/
8346
8347STAGING - VIA VT665X DRIVERS
8348M:	Forest Bond <forest@alittletooquiet.net>
8349S:	Odd Fixes
8350F:	drivers/staging/vt665?/
8351
8352STAGING - WINBOND IS89C35 WLAN USB DRIVER
8353M:	Pavel Machek <pavel@ucw.cz>
8354S:	Odd Fixes
8355F:	drivers/staging/winbond/
8356
8357STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8358M:	Arnaud Patard <arnaud.patard@rtp-net.org>
8359S:	Odd Fixes
8360F:	drivers/staging/xgifb/
8361
8362STARFIRE/DURALAN NETWORK DRIVER
8363M:	Ion Badulescu <ionut@badula.org>
8364S:	Odd Fixes
8365F:	drivers/net/ethernet/adaptec/starfire*
8366
8367SUN3/3X
8368M:	Sam Creasey <sammy@sammy.net>
8369W:	http://sammy.net/sun3/
8370S:	Maintained
8371F:	arch/m68k/kernel/*sun3*
8372F:	arch/m68k/sun3*/
8373F:	arch/m68k/include/asm/sun3*
8374F:	drivers/net/ethernet/i825xx/sun3*
8375
8376SUNDANCE NETWORK DRIVER
8377M:	Denis Kirjanov <kda@linux-powerpc.org>
8378L:	netdev@vger.kernel.org
8379S:	Maintained
8380F:	drivers/net/ethernet/dlink/sundance.c
8381
8382SUPERH
8383M:	Paul Mundt <lethal@linux-sh.org>
8384L:	linux-sh@vger.kernel.org
8385W:	http://www.linux-sh.org
8386Q:	http://patchwork.kernel.org/project/linux-sh/list/
8387T:	git git://github.com/pmundt/linux-sh.git sh-latest
8388S:	Supported
8389F:	Documentation/sh/
8390F:	arch/sh/
8391F:	drivers/sh/
8392
8393SUSPEND TO RAM
8394M:	Len Brown <len.brown@intel.com>
8395M:	Pavel Machek <pavel@ucw.cz>
8396M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
8397L:	linux-pm@vger.kernel.org
8398S:	Supported
8399F:	Documentation/power/
8400F:	arch/x86/kernel/acpi/
8401F:	drivers/base/power/
8402F:	kernel/power/
8403F:	include/linux/suspend.h
8404F:	include/linux/freezer.h
8405F:	include/linux/pm.h
8406
8407SVGA HANDLING
8408M:	Martin Mares <mj@ucw.cz>
8409L:	linux-video@atrey.karlin.mff.cuni.cz
8410S:	Maintained
8411F:	Documentation/svga.txt
8412F:	arch/x86/boot/video*
8413
8414SWIOTLB SUBSYSTEM
8415M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8416L:	linux-kernel@vger.kernel.org
8417S:	Supported
8418F:	lib/swiotlb.c
8419F:	arch/*/kernel/pci-swiotlb.c
8420F:	include/linux/swiotlb.h
8421
8422SYNOPSYS ARC ARCHITECTURE
8423M:	Vineet Gupta <vgupta@synopsys.com>
8424S:	Supported
8425F:	arch/arc/
8426F:	Documentation/devicetree/bindings/arc/
8427F:	drivers/tty/serial/arc_uart.c
8428
8429SYSV FILESYSTEM
8430M:	Christoph Hellwig <hch@infradead.org>
8431S:	Maintained
8432F:	Documentation/filesystems/sysv-fs.txt
8433F:	fs/sysv/
8434F:	include/linux/sysv_fs.h
8435
8436TARGET SUBSYSTEM
8437M:	Nicholas A. Bellinger <nab@linux-iscsi.org>
8438L:	linux-scsi@vger.kernel.org
8439L:	target-devel@vger.kernel.org
8440L:	http://groups.google.com/group/linux-iscsi-target-dev
8441W:	http://www.linux-iscsi.org
8442T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8443S:	Supported
8444F:	drivers/target/
8445F:	include/target/
8446F:	Documentation/target/
8447
8448TASKSTATS STATISTICS INTERFACE
8449M:	Balbir Singh <bsingharora@gmail.com>
8450S:	Maintained
8451F:	Documentation/accounting/taskstats*
8452F:	include/linux/taskstats*
8453F:	kernel/taskstats.c
8454
8455TC CLASSIFIER
8456M:	Jamal Hadi Salim <jhs@mojatatu.com>
8457L:	netdev@vger.kernel.org
8458S:	Maintained
8459F:	include/net/pkt_cls.h
8460F:	include/uapi/linux/pkt_cls.h
8461F:	net/sched/
8462
8463TCP LOW PRIORITY MODULE
8464M:	"Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8465M:	"Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8466W:	http://tcp-lp-mod.sourceforge.net/
8467S:	Maintained
8468F:	net/ipv4/tcp_lp.c
8469
8470TDA10071 MEDIA DRIVER
8471M:	Antti Palosaari <crope@iki.fi>
8472L:	linux-media@vger.kernel.org
8473W:	http://linuxtv.org/
8474W:	http://palosaari.fi/linux/
8475Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8476T:	git git://linuxtv.org/anttip/media_tree.git
8477S:	Maintained
8478F:	drivers/media/dvb-frontends/tda10071*
8479
8480TDA18212 MEDIA DRIVER
8481M:	Antti Palosaari <crope@iki.fi>
8482L:	linux-media@vger.kernel.org
8483W:	http://linuxtv.org/
8484W:	http://palosaari.fi/linux/
8485Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8486T:	git git://linuxtv.org/anttip/media_tree.git
8487S:	Maintained
8488F:	drivers/media/tuners/tda18212*
8489
8490TDA18218 MEDIA DRIVER
8491M:	Antti Palosaari <crope@iki.fi>
8492L:	linux-media@vger.kernel.org
8493W:	http://linuxtv.org/
8494W:	http://palosaari.fi/linux/
8495Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8496T:	git git://linuxtv.org/anttip/media_tree.git
8497S:	Maintained
8498F:	drivers/media/tuners/tda18218*
8499
8500TDA18271 MEDIA DRIVER
8501M:	Michael Krufky <mkrufky@linuxtv.org>
8502L:	linux-media@vger.kernel.org
8503W:	http://linuxtv.org/
8504W:	http://github.com/mkrufky
8505Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8506T:	git git://linuxtv.org/mkrufky/tuners.git
8507S:	Maintained
8508F:	drivers/media/tuners/tda18271*
8509
8510TDA827x MEDIA DRIVER
8511M:	Michael Krufky <mkrufky@linuxtv.org>
8512L:	linux-media@vger.kernel.org
8513W:	http://linuxtv.org/
8514W:	http://github.com/mkrufky
8515Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8516T:	git git://linuxtv.org/mkrufky/tuners.git
8517S:	Maintained
8518F:	drivers/media/tuners/tda8290.*
8519
8520TDA8290 MEDIA DRIVER
8521M:	Michael Krufky <mkrufky@linuxtv.org>
8522L:	linux-media@vger.kernel.org
8523W:	http://linuxtv.org/
8524W:	http://github.com/mkrufky
8525Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8526T:	git git://linuxtv.org/mkrufky/tuners.git
8527S:	Maintained
8528F:	drivers/media/tuners/tda8290.*
8529
8530TDA9840 MEDIA DRIVER
8531M:	Hans Verkuil <hverkuil@xs4all.nl>
8532L:	linux-media@vger.kernel.org
8533T:	git git://linuxtv.org/media_tree.git
8534W:	http://linuxtv.org
8535S:	Maintained
8536F:	drivers/media/i2c/tda9840*
8537
8538TEA5761 TUNER DRIVER
8539M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
8540L:	linux-media@vger.kernel.org
8541W:	http://linuxtv.org
8542T:	git git://linuxtv.org/media_tree.git
8543S:	Odd fixes
8544F:	drivers/media/tuners/tea5761.*
8545
8546TEA5767 TUNER DRIVER
8547M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
8548L:	linux-media@vger.kernel.org
8549W:	http://linuxtv.org
8550T:	git git://linuxtv.org/media_tree.git
8551S:	Maintained
8552F:	drivers/media/tuners/tea5767.*
8553
8554TEA6415C MEDIA DRIVER
8555M:	Hans Verkuil <hverkuil@xs4all.nl>
8556L:	linux-media@vger.kernel.org
8557T:	git git://linuxtv.org/media_tree.git
8558W:	http://linuxtv.org
8559S:	Maintained
8560F:	drivers/media/i2c/tea6415c*
8561
8562TEA6420 MEDIA DRIVER
8563M:	Hans Verkuil <hverkuil@xs4all.nl>
8564L:	linux-media@vger.kernel.org
8565T:	git git://linuxtv.org/media_tree.git
8566W:	http://linuxtv.org
8567S:	Maintained
8568F:	drivers/media/i2c/tea6420*
8569
8570TEAM DRIVER
8571M:	Jiri Pirko <jiri@resnulli.us>
8572L:	netdev@vger.kernel.org
8573S:	Supported
8574F:	drivers/net/team/
8575F:	include/linux/if_team.h
8576F:	include/uapi/linux/if_team.h
8577
8578TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8579M:	Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8580S:	Maintained
8581F:	arch/x86/platform/ts5500/
8582
8583TECHNOTREND USB IR RECEIVER
8584M:	Sean Young <sean@mess.org>
8585L:	linux-media@vger.kernel.org
8586S:	Maintained
8587F:	drivers/media/rc/ttusbir.c
8588
8589TEGRA ARCHITECTURE SUPPORT
8590M:	Stephen Warren <swarren@wwwdotorg.org>
8591M:	Thierry Reding <thierry.reding@gmail.com>
8592L:	linux-tegra@vger.kernel.org
8593Q:	http://patchwork.ozlabs.org/project/linux-tegra/list/
8594T:	git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8595S:	Supported
8596N:	[^a-z]tegra
8597
8598TEGRA ASOC DRIVER
8599M:	Stephen Warren <swarren@wwwdotorg.org>
8600S:	Supported
8601F:	sound/soc/tegra/
8602
8603TEGRA CLOCK DRIVER
8604M:	Peter De Schrijver <pdeschrijver@nvidia.com>
8605M:	Prashant Gaikwad <pgaikwad@nvidia.com>
8606S:	Supported
8607F:	drivers/clk/tegra/
8608
8609TEGRA DMA DRIVER
8610M:	Laxman Dewangan <ldewangan@nvidia.com>
8611S:	Supported
8612F:	drivers/dma/tegra20-apb-dma.c
8613
8614TEGRA GPIO DRIVER
8615M:	Stephen Warren <swarren@wwwdotorg.org>
8616S:	Supported
8617F:	drivers/gpio/gpio-tegra.c
8618
8619TEGRA I2C DRIVER
8620M:	Laxman Dewangan <ldewangan@nvidia.com>
8621S:	Supported
8622F:	drivers/i2c/busses/i2c-tegra.c
8623
8624TEGRA IOMMU DRIVERS
8625M:	Hiroshi Doyu <hdoyu@nvidia.com>
8626S:	Supported
8627F:	drivers/iommu/tegra*
8628
8629TEGRA KBC DRIVER
8630M:	Rakesh Iyer <riyer@nvidia.com>
8631M:	Laxman Dewangan <ldewangan@nvidia.com>
8632S:	Supported
8633F:	drivers/input/keyboard/tegra-kbc.c
8634
8635TEGRA PINCTRL DRIVER
8636M:	Stephen Warren <swarren@wwwdotorg.org>
8637S:	Supported
8638F:	drivers/pinctrl/pinctrl-tegra*
8639
8640TEGRA PWM DRIVER
8641M:	Thierry Reding <thierry.reding@gmail.com>
8642S:	Supported
8643F:	drivers/pwm/pwm-tegra.c
8644
8645TEGRA SERIAL DRIVER
8646M:	Laxman Dewangan <ldewangan@nvidia.com>
8647S:	Supported
8648F:	drivers/tty/serial/serial-tegra.c
8649
8650TEGRA SPI DRIVER
8651M:	Laxman Dewangan <ldewangan@nvidia.com>
8652S:	Supported
8653F:	drivers/spi/spi-tegra*
8654
8655TEHUTI ETHERNET DRIVER
8656M:	Andy Gospodarek <andy@greyhouse.net>
8657L:	netdev@vger.kernel.org
8658S:	Supported
8659F:	drivers/net/ethernet/tehuti/*
8660
8661Telecom Clock Driver for MCPL0010
8662M:	Mark Gross <mark.gross@intel.com>
8663S:	Supported
8664F:	drivers/char/tlclk.c
8665
8666TENSILICA XTENSA PORT (xtensa)
8667M:	Chris Zankel <chris@zankel.net>
8668M:	Max Filippov <jcmvbkbc@gmail.com>
8669L:	linux-xtensa@linux-xtensa.org
8670S:	Maintained
8671F:	arch/xtensa/
8672
8673THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
8674M:	Hans Verkuil <hverkuil@xs4all.nl>
8675L:	linux-media@vger.kernel.org
8676T:	git git://linuxtv.org/media_tree.git
8677W:	http://linuxtv.org
8678S:	Maintained
8679F:	drivers/media/radio/radio-raremono.c
8680
8681THERMAL
8682M:      Zhang Rui <rui.zhang@intel.com>
8683M:      Eduardo Valentin <eduardo.valentin@ti.com>
8684L:      linux-pm@vger.kernel.org
8685T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8686T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8687Q:      https://patchwork.kernel.org/project/linux-pm/list/
8688S:      Supported
8689F:      drivers/thermal/
8690F:      include/linux/thermal.h
8691F:      include/linux/cpu_cooling.h
8692F:      Documentation/devicetree/bindings/thermal/
8693
8694THINGM BLINK(1) USB RGB LED DRIVER
8695M:	Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8696S:	Maintained
8697F:	drivers/hid/hid-thingm.c
8698
8699THINKPAD ACPI EXTRAS DRIVER
8700M:	Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8701L:	ibm-acpi-devel@lists.sourceforge.net
8702L:	platform-driver-x86@vger.kernel.org
8703W:	http://ibm-acpi.sourceforge.net
8704W:	http://thinkwiki.org/wiki/Ibm-acpi
8705T:	git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8706S:	Maintained
8707F:	drivers/platform/x86/thinkpad_acpi.c
8708
8709TI BANDGAP AND THERMAL DRIVER
8710M:	Eduardo Valentin <eduardo.valentin@ti.com>
8711L:	linux-pm@vger.kernel.org
8712S:	Supported
8713F:	drivers/thermal/ti-soc-thermal/
8714
8715TI FLASH MEDIA INTERFACE DRIVER
8716M:	Alex Dubov <oakad@yahoo.com>
8717S:	Maintained
8718F:	drivers/misc/tifm*
8719F:	drivers/mmc/host/tifm_sd.c
8720F:	include/linux/tifm.h
8721
8722TI LM49xxx FAMILY ASoC CODEC DRIVERS
8723M:	M R Swami Reddy <mr.swami.reddy@ti.com>
8724M:	Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
8725L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8726S:	Maintained
8727F:	sound/soc/codecs/lm49453*
8728F:	sound/soc/codecs/isabelle*
8729
8730TI LP855x BACKLIGHT DRIVER
8731M:	Milo Kim <milo.kim@ti.com>
8732S:	Maintained
8733F:	Documentation/backlight/lp855x-driver.txt
8734F:	drivers/video/backlight/lp855x_bl.c
8735F:	include/linux/platform_data/lp855x.h
8736
8737TI LP8727 CHARGER DRIVER
8738M:	Milo Kim <milo.kim@ti.com>
8739S:	Maintained
8740F:	drivers/power/lp8727_charger.c
8741F:	include/linux/platform_data/lp8727.h
8742
8743TI LP8788 MFD DRIVER
8744M:	Milo Kim <milo.kim@ti.com>
8745S:	Maintained
8746F:	drivers/iio/adc/lp8788_adc.c
8747F:	drivers/leds/leds-lp8788.c
8748F:	drivers/mfd/lp8788*.c
8749F:	drivers/power/lp8788-charger.c
8750F:	drivers/regulator/lp8788-*.c
8751F:	include/linux/mfd/lp8788*.h
8752
8753TI TWL4030 SERIES SOC CODEC DRIVER
8754M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
8755L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8756S:	Maintained
8757F:	sound/soc/codecs/twl4030*
8758
8759TI WILINK WIRELESS DRIVERS
8760L:	linux-wireless@vger.kernel.org
8761W:	http://wireless.kernel.org/en/users/Drivers/wl12xx
8762W:	http://wireless.kernel.org/en/users/Drivers/wl1251
8763T:	git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
8764S:	Orphan
8765F:	drivers/net/wireless/ti/
8766F:	include/linux/wl12xx.h
8767
8768TIPC NETWORK LAYER
8769M:	Jon Maloy <jon.maloy@ericsson.com>
8770M:	Allan Stephens <allan.stephens@windriver.com>
8771L:	netdev@vger.kernel.org (core kernel code)
8772L:	tipc-discussion@lists.sourceforge.net (user apps, general discussion)
8773W:	http://tipc.sourceforge.net/
8774S:	Maintained
8775F:	include/uapi/linux/tipc*.h
8776F:	net/tipc/
8777
8778TILE ARCHITECTURE
8779M:	Chris Metcalf <cmetcalf@tilera.com>
8780W:	http://www.tilera.com/scm/
8781S:	Supported
8782F:	arch/tile/
8783F:	drivers/char/tile-srom.c
8784F:	drivers/edac/tile_edac.c
8785F:	drivers/net/ethernet/tile/
8786F:	drivers/rtc/rtc-tile.c
8787F:	drivers/tty/hvc/hvc_tile.c
8788F:	drivers/tty/serial/tilegx.c
8789F:	drivers/usb/host/*-tilegx.c
8790F:	include/linux/usb/tilegx.h
8791
8792TLAN NETWORK DRIVER
8793M:	Samuel Chessman <chessman@tux.org>
8794L:	tlan-devel@lists.sourceforge.net (subscribers-only)
8795W:	http://sourceforge.net/projects/tlan/
8796S:	Maintained
8797F:	Documentation/networking/tlan.txt
8798F:	drivers/net/ethernet/ti/tlan.*
8799
8800TOMOYO SECURITY MODULE
8801M:	Kentaro Takeda <takedakn@nttdata.co.jp>
8802M:	Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
8803L:	tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
8804L:	tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
8805L:	tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
8806L:	tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
8807W:	http://tomoyo.sourceforge.jp/
8808T:	quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
8809S:	Maintained
8810F:	security/tomoyo/
8811
8812TOPSTAR LAPTOP EXTRAS DRIVER
8813M:	Herton Ronaldo Krzesinski <herton@canonical.com>
8814L:	platform-driver-x86@vger.kernel.org
8815S:	Maintained
8816F:	drivers/platform/x86/topstar-laptop.c
8817
8818TOSHIBA ACPI EXTRAS DRIVER
8819L:	platform-driver-x86@vger.kernel.org
8820S:	Orphan
8821F:	drivers/platform/x86/toshiba_acpi.c
8822
8823TOSHIBA SMM DRIVER
8824M:	Jonathan Buzzard <jonathan@buzzard.org.uk>
8825L:	tlinux-users@tce.toshiba-dme.co.jp
8826W:	http://www.buzzard.org.uk/toshiba/
8827S:	Maintained
8828F:	drivers/char/toshiba.c
8829F:	include/linux/toshiba.h
8830F:	include/uapi/linux/toshiba.h
8831
8832TMIO MMC DRIVER
8833M:	Ian Molton <ian@mnementh.co.uk>
8834L:	linux-mmc@vger.kernel.org
8835S:	Maintained
8836F:	drivers/mmc/host/tmio_mmc*
8837F:	drivers/mmc/host/sh_mobile_sdhi.c
8838F:	include/linux/mmc/tmio.h
8839F:	include/linux/mmc/sh_mobile_sdhi.h
8840
8841TMP401 HARDWARE MONITOR DRIVER
8842M:	Guenter Roeck <linux@roeck-us.net>
8843L:	lm-sensors@lm-sensors.org
8844S:	Maintained
8845F:	Documentation/hwmon/tmp401
8846F:	drivers/hwmon/tmp401.c
8847
8848TMPFS (SHMEM FILESYSTEM)
8849M:	Hugh Dickins <hughd@google.com>
8850L:	linux-mm@kvack.org
8851S:	Maintained
8852F:	include/linux/shmem_fs.h
8853F:	mm/shmem.c
8854
8855TM6000 VIDEO4LINUX DRIVER
8856M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
8857L:	linux-media@vger.kernel.org
8858W:	http://linuxtv.org
8859T:	git git://linuxtv.org/media_tree.git
8860S:	Odd fixes
8861F:	drivers/media/usb/tm6000/
8862
8863TPM DEVICE DRIVER
8864M:	Peter Huewe <peterhuewe@gmx.de>
8865M:	Ashley Lai <ashley@ashleylai.com>
8866M:	Marcel Selhorst <tpmdd@selhorst.net>
8867W:	http://tpmdd.sourceforge.net
8868L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
8869S:	Maintained
8870F:	drivers/char/tpm/
8871
8872TRACING
8873M:	Steven Rostedt <rostedt@goodmis.org>
8874M:	Frederic Weisbecker <fweisbec@gmail.com>
8875M:	Ingo Molnar <mingo@redhat.com>
8876T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8877S:	Maintained
8878F:	Documentation/trace/ftrace.txt
8879F:	arch/*/*/*/ftrace.h
8880F:	arch/*/kernel/ftrace.c
8881F:	include/*/ftrace.h
8882F:	include/linux/trace*.h
8883F:	include/trace/
8884F:	kernel/trace/
8885
8886TRIVIAL PATCHES
8887M:	Jiri Kosina <trivial@kernel.org>
8888T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
8889S:	Maintained
8890K:	^Subject:.*(?i)trivial
8891
8892TTY LAYER
8893M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8894M:	Jiri Slaby <jslaby@suse.cz>
8895S:	Supported
8896T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
8897F:	drivers/tty/
8898F:	drivers/tty/serial/serial_core.c
8899F:	include/linux/serial_core.h
8900F:	include/linux/serial.h
8901F:	include/linux/tty.h
8902F:	include/uapi/linux/serial_core.h
8903F:	include/uapi/linux/serial.h
8904F:	include/uapi/linux/tty.h
8905
8906TUA9001 MEDIA DRIVER
8907M:	Antti Palosaari <crope@iki.fi>
8908L:	linux-media@vger.kernel.org
8909W:	http://linuxtv.org/
8910W:	http://palosaari.fi/linux/
8911Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8912T:	git git://linuxtv.org/anttip/media_tree.git
8913S:	Maintained
8914F:	drivers/media/tuners/tua9001*
8915
8916TULIP NETWORK DRIVERS
8917M:	Grant Grundler <grundler@parisc-linux.org>
8918L:	netdev@vger.kernel.org
8919S:	Maintained
8920F:	drivers/net/ethernet/dec/tulip/
8921
8922TUN/TAP driver
8923M:	Maxim Krasnyansky <maxk@qti.qualcomm.com>
8924W:	http://vtun.sourceforge.net/tun
8925S:	Maintained
8926F:	Documentation/networking/tuntap.txt
8927F:	arch/um/os-Linux/drivers/
8928
8929TURBOCHANNEL SUBSYSTEM
8930M:	"Maciej W. Rozycki" <macro@linux-mips.org>
8931S:	Maintained
8932F:	drivers/tc/
8933F:	include/linux/tc.h
8934
8935U14-34F SCSI DRIVER
8936M:	Dario Ballabio <ballabio_dario@emc.com>
8937L:	linux-scsi@vger.kernel.org
8938S:	Maintained
8939F:	drivers/scsi/u14-34f.c
8940
8941UBI FILE SYSTEM (UBIFS)
8942M:	Artem Bityutskiy <dedekind1@gmail.com>
8943M:	Adrian Hunter <adrian.hunter@intel.com>
8944L:	linux-mtd@lists.infradead.org
8945T:	git git://git.infradead.org/ubifs-2.6.git
8946W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
8947S:	Maintained
8948F:	Documentation/filesystems/ubifs.txt
8949F:	fs/ubifs/
8950
8951UCLINUX (AND M68KNOMMU)
8952M:	Greg Ungerer <gerg@uclinux.org>
8953W:	http://www.uclinux.org/
8954L:	uclinux-dev@uclinux.org  (subscribers-only)
8955S:	Maintained
8956F:	arch/m68k/*/*_no.*
8957F:	arch/m68k/include/asm/*_no.*
8958
8959UDF FILESYSTEM
8960M:	Jan Kara <jack@suse.cz>
8961S:	Maintained
8962F:	Documentation/filesystems/udf.txt
8963F:	fs/udf/
8964
8965UFS FILESYSTEM
8966M:	Evgeniy Dushistov <dushistov@mail.ru>
8967S:	Maintained
8968F:	Documentation/filesystems/ufs.txt
8969F:	fs/ufs/
8970
8971UHID USERSPACE HID IO DRIVER:
8972M:	David Herrmann <dh.herrmann@googlemail.com>
8973L:	linux-input@vger.kernel.org
8974S:	Maintained
8975F:	drivers/hid/uhid.c
8976F:	include/uapi/linux/uhid.h
8977
8978ULTRA-WIDEBAND (UWB) SUBSYSTEM:
8979L:	linux-usb@vger.kernel.org
8980S:	Orphan
8981F:	drivers/uwb/
8982F:	include/linux/uwb.h
8983F:	include/linux/uwb/
8984
8985UNICORE32 ARCHITECTURE:
8986M:	Guan Xuetao <gxt@mprc.pku.edu.cn>
8987W:	http://mprc.pku.edu.cn/~guanxuetao/linux
8988S:	Maintained
8989T:	git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
8990F:	arch/unicore32/
8991
8992UNIFDEF
8993M:	Tony Finch <dot@dotat.at>
8994W:	http://dotat.at/prog/unifdef
8995S:	Maintained
8996F:	scripts/unifdef.c
8997
8998UNIFORM CDROM DRIVER
8999M:	Jens Axboe <axboe@kernel.dk>
9000W:	http://www.kernel.dk
9001S:	Maintained
9002F:	Documentation/cdrom/
9003F:	drivers/cdrom/cdrom.c
9004F:	include/linux/cdrom.h
9005F:	include/uapi/linux/cdrom.h
9006
9007UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9008M:	Vinayak Holikatti <vinholikatti@gmail.com>
9009M:	Santosh Y <santoshsy@gmail.com>
9010L:	linux-scsi@vger.kernel.org
9011S:	Supported
9012F:	Documentation/scsi/ufs.txt
9013F:	drivers/scsi/ufs/
9014
9015UNSORTED BLOCK IMAGES (UBI)
9016M:	Artem Bityutskiy <dedekind1@gmail.com>
9017W:	http://www.linux-mtd.infradead.org/
9018L:	linux-mtd@lists.infradead.org
9019T:	git git://git.infradead.org/ubifs-2.6.git
9020S:	Maintained
9021F:	drivers/mtd/ubi/
9022F:	include/linux/mtd/ubi.h
9023F:	include/uapi/mtd/ubi-user.h
9024
9025UNSORTED BLOCK IMAGES (UBI) Fastmap
9026M:	Richard Weinberger <richard@nod.at>
9027L:	linux-mtd@lists.infradead.org
9028S:	Maintained
9029F:	drivers/mtd/ubi/fastmap.c
9030
9031USB ACM DRIVER
9032M:	Oliver Neukum <oliver@neukum.org>
9033L:	linux-usb@vger.kernel.org
9034S:	Maintained
9035F:	Documentation/usb/acm.txt
9036F:	drivers/usb/class/cdc-acm.*
9037
9038USB AR5523 WIRELESS DRIVER
9039M:	Pontus Fuchs <pontus.fuchs@gmail.com>
9040L:	linux-wireless@vger.kernel.org
9041S:	Maintained
9042F:	drivers/net/wireless/ath/ar5523/
9043
9044USB ATTACHED SCSI
9045M:	Matthew Wilcox <willy@linux.intel.com>
9046M:	Sarah Sharp <sarah.a.sharp@linux.intel.com>
9047M:	Gerd Hoffmann <kraxel@redhat.com>
9048L:	linux-usb@vger.kernel.org
9049L:	linux-scsi@vger.kernel.org
9050S:	Maintained
9051F:	drivers/usb/storage/uas.c
9052
9053USB CDC ETHERNET DRIVER
9054M:	Oliver Neukum <oliver@neukum.org>
9055L:	linux-usb@vger.kernel.org
9056S:	Maintained
9057F:	drivers/net/usb/cdc_*.c
9058F:	include/uapi/linux/usb/cdc.h
9059
9060USB CYPRESS C67X00 DRIVER
9061M:	Peter Korsgaard <jacmet@sunsite.dk>
9062L:	linux-usb@vger.kernel.org
9063S:	Maintained
9064F:	drivers/usb/c67x00/
9065
9066USB DAVICOM DM9601 DRIVER
9067M:	Peter Korsgaard <jacmet@sunsite.dk>
9068L:	netdev@vger.kernel.org
9069W:	http://www.linux-usb.org/usbnet
9070S:	Maintained
9071F:	drivers/net/usb/dm9601.c
9072
9073USB DIAMOND RIO500 DRIVER
9074M:	Cesar Miquel <miquel@df.uba.ar>
9075L:	rio500-users@lists.sourceforge.net
9076W:	http://rio500.sourceforge.net
9077S:	Maintained
9078F:	drivers/usb/misc/rio500*
9079
9080USB EHCI DRIVER
9081M:	Alan Stern <stern@rowland.harvard.edu>
9082L:	linux-usb@vger.kernel.org
9083S:	Maintained
9084F:	Documentation/usb/ehci.txt
9085F:	drivers/usb/host/ehci*
9086
9087USB GADGET/PERIPHERAL SUBSYSTEM
9088M:	Felipe Balbi <balbi@ti.com>
9089L:	linux-usb@vger.kernel.org
9090W:	http://www.linux-usb.org/gadget
9091T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9092S:	Maintained
9093F:	drivers/usb/gadget/
9094F:	include/linux/usb/gadget*
9095
9096USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9097M:	Jiri Kosina <jkosina@suse.cz>
9098L:	linux-usb@vger.kernel.org
9099T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9100S:	Maintained
9101F:	Documentation/hid/hiddev.txt
9102F:	drivers/hid/usbhid/
9103
9104USB/IP DRIVERS
9105L:	linux-usb@vger.kernel.org
9106S:	Orphan
9107F:	drivers/staging/usbip/
9108
9109USB ISP116X DRIVER
9110M:	Olav Kongas <ok@artecdesign.ee>
9111L:	linux-usb@vger.kernel.org
9112S:	Maintained
9113F:	drivers/usb/host/isp116x*
9114F:	include/linux/usb/isp116x.h
9115
9116USB KAWASAKI LSI DRIVER
9117M:	Oliver Neukum <oliver@neukum.org>
9118L:	linux-usb@vger.kernel.org
9119S:	Maintained
9120F:	drivers/usb/serial/kl5kusb105.*
9121
9122USB MASS STORAGE DRIVER
9123M:	Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9124L:	linux-usb@vger.kernel.org
9125L:	usb-storage@lists.one-eyed-alien.net
9126S:	Maintained
9127W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
9128F:	drivers/usb/storage/
9129
9130USB MIDI DRIVER
9131M:	Clemens Ladisch <clemens@ladisch.de>
9132L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9133T:	git git://git.alsa-project.org/alsa-kernel.git
9134S:	Maintained
9135F:	sound/usb/midi.*
9136
9137USB NETWORKING DRIVERS
9138L:	linux-usb@vger.kernel.org
9139S:	Odd Fixes
9140F:	drivers/net/usb/
9141
9142USB OHCI DRIVER
9143M:	Alan Stern <stern@rowland.harvard.edu>
9144L:	linux-usb@vger.kernel.org
9145S:	Maintained
9146F:	Documentation/usb/ohci.txt
9147F:	drivers/usb/host/ohci*
9148
9149USB OPTION-CARD DRIVER
9150M:	Matthias Urlichs <smurf@smurf.noris.de>
9151L:	linux-usb@vger.kernel.org
9152S:	Maintained
9153F:	drivers/usb/serial/option.c
9154
9155USB PEGASUS DRIVER
9156M:	Petko Manolov <petkan@nucleusys.com>
9157L:	linux-usb@vger.kernel.org
9158L:	netdev@vger.kernel.org
9159T:	git git://github.com/petkan/pegasus.git
9160W:	https://github.com/petkan/pegasus
9161S:	Maintained
9162F:	drivers/net/usb/pegasus.*
9163
9164USB PHY LAYER
9165M:	Felipe Balbi <balbi@ti.com>
9166L:	linux-usb@vger.kernel.org
9167T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9168S:	Maintained
9169F:	drivers/usb/phy/
9170
9171USB PRINTER DRIVER (usblp)
9172M:	Pete Zaitcev <zaitcev@redhat.com>
9173L:	linux-usb@vger.kernel.org
9174S:	Supported
9175F:	drivers/usb/class/usblp.c
9176
9177USB RTL8150 DRIVER
9178M:	Petko Manolov <petkan@nucleusys.com>
9179L:	linux-usb@vger.kernel.org
9180L:	netdev@vger.kernel.org
9181T:	git git://github.com/petkan/rtl8150.git
9182W:	https://github.com/petkan/rtl8150
9183S:	Maintained
9184F:	drivers/net/usb/rtl8150.c
9185
9186USB SERIAL SUBSYSTEM
9187M:	Johan Hovold <jhovold@gmail.com>
9188L:	linux-usb@vger.kernel.org
9189S:	Maintained
9190F:	Documentation/usb/usb-serial.txt
9191F:	drivers/usb/serial/
9192F:	include/linux/usb/serial.h
9193
9194USB SMSC75XX ETHERNET DRIVER
9195M:	Steve Glendinning <steve.glendinning@shawell.net>
9196L:	netdev@vger.kernel.org
9197S:	Maintained
9198F:	drivers/net/usb/smsc75xx.*
9199
9200USB SMSC95XX ETHERNET DRIVER
9201M:	Steve Glendinning <steve.glendinning@shawell.net>
9202L:	netdev@vger.kernel.org
9203S:	Maintained
9204F:	drivers/net/usb/smsc95xx.*
9205
9206USB SN9C1xx DRIVER
9207M:	Luca Risolia <luca.risolia@studio.unibo.it>
9208L:	linux-usb@vger.kernel.org
9209L:	linux-media@vger.kernel.org
9210T:	git git://linuxtv.org/media_tree.git
9211W:	http://www.linux-projects.org
9212S:	Maintained
9213F:	drivers/staging/media/sn9c102/
9214
9215USB SUBSYSTEM
9216M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9217L:	linux-usb@vger.kernel.org
9218W:	http://www.linux-usb.org
9219T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9220S:	Supported
9221F:	Documentation/usb/
9222F:	drivers/usb/
9223F:	include/linux/usb.h
9224F:	include/linux/usb/
9225
9226USB UHCI DRIVER
9227M:	Alan Stern <stern@rowland.harvard.edu>
9228L:	linux-usb@vger.kernel.org
9229S:	Maintained
9230F:	drivers/usb/host/uhci*
9231
9232USB "USBNET" DRIVER FRAMEWORK
9233M:	Oliver Neukum <oneukum@suse.de>
9234L:	netdev@vger.kernel.org
9235W:	http://www.linux-usb.org/usbnet
9236S:	Maintained
9237F:	drivers/net/usb/usbnet.c
9238F:	include/linux/usb/usbnet.h
9239
9240USB VIDEO CLASS
9241M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9242L:	linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9243L:	linux-media@vger.kernel.org
9244T:	git git://linuxtv.org/media_tree.git
9245W:	http://www.ideasonboard.org/uvc/
9246S:	Maintained
9247F:	drivers/media/usb/uvc/
9248F:	include/uapi/linux/uvcvideo.h
9249
9250USB VISION DRIVER
9251M:	Hans Verkuil <hverkuil@xs4all.nl>
9252L:	linux-media@vger.kernel.org
9253T:	git git://linuxtv.org/media_tree.git
9254W:	http://linuxtv.org
9255S:	Odd Fixes
9256F:	drivers/media/usb/usbvision/
9257
9258USB WEBCAM GADGET
9259M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9260L:	linux-usb@vger.kernel.org
9261S:	Maintained
9262F:	drivers/usb/gadget/*uvc*.c
9263F:	drivers/usb/gadget/webcam.c
9264
9265USB WIRELESS RNDIS DRIVER (rndis_wlan)
9266M:	Jussi Kivilinna <jussi.kivilinna@iki.fi>
9267L:	linux-wireless@vger.kernel.org
9268S:	Maintained
9269F:	drivers/net/wireless/rndis_wlan.c
9270
9271USB XHCI DRIVER
9272M:	Sarah Sharp <sarah.a.sharp@linux.intel.com>
9273L:	linux-usb@vger.kernel.org
9274S:	Supported
9275F:	drivers/usb/host/xhci*
9276F:	drivers/usb/host/pci-quirks*
9277
9278USB ZD1201 DRIVER
9279L:	linux-wireless@vger.kernel.org
9280W:	http://linux-lc100020.sourceforge.net
9281S:	Orphan
9282F:	drivers/net/wireless/zd1201.*
9283
9284USB ZR364XX DRIVER
9285M:	Antoine Jacquet <royale@zerezo.com>
9286L:	linux-usb@vger.kernel.org
9287L:	linux-media@vger.kernel.org
9288T:	git git://linuxtv.org/media_tree.git
9289W:	http://royale.zerezo.com/zr364xx/
9290S:	Maintained
9291F:	Documentation/video4linux/zr364xx.txt
9292F:	drivers/media/usb/zr364xx/
9293
9294USER-MODE LINUX (UML)
9295M:	Jeff Dike <jdike@addtoit.com>
9296M:	Richard Weinberger <richard@nod.at>
9297L:	user-mode-linux-devel@lists.sourceforge.net
9298L:	user-mode-linux-user@lists.sourceforge.net
9299W:	http://user-mode-linux.sourceforge.net
9300S:	Maintained
9301F:	Documentation/virtual/uml/
9302F:	arch/um/
9303F:	arch/x86/um/
9304F:	fs/hostfs/
9305F:	fs/hppfs/
9306
9307USERSPACE I/O (UIO)
9308M:	"Hans J. Koch" <hjk@hansjkoch.de>
9309M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9310S:	Maintained
9311F:	Documentation/DocBook/uio-howto.tmpl
9312F:	drivers/uio/
9313F:	include/linux/uio*.h
9314
9315UTIL-LINUX PACKAGE
9316M:	Karel Zak <kzak@redhat.com>
9317L:	util-linux@vger.kernel.org
9318W:	http://en.wikipedia.org/wiki/Util-linux
9319T:	git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9320S:	Maintained
9321
9322UVESAFB DRIVER
9323M:	Michal Januszewski <spock@gentoo.org>
9324L:	linux-fbdev@vger.kernel.org
9325W:	http://dev.gentoo.org/~spock/projects/uvesafb/
9326S:	Maintained
9327F:	Documentation/fb/uvesafb.txt
9328F:	drivers/video/uvesafb.*
9329
9330VFAT/FAT/MSDOS FILESYSTEM
9331M:	OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9332S:	Maintained
9333F:	Documentation/filesystems/vfat.txt
9334F:	fs/fat/
9335
9336VFIO DRIVER
9337M:	Alex Williamson <alex.williamson@redhat.com>
9338L:	kvm@vger.kernel.org
9339S:	Maintained
9340F:	Documentation/vfio.txt
9341F:	drivers/vfio/
9342F:	include/linux/vfio.h
9343F:	include/uapi/linux/vfio.h
9344
9345VIDEOBUF2 FRAMEWORK
9346M:	Pawel Osciak <pawel@osciak.com>
9347M:	Marek Szyprowski <m.szyprowski@samsung.com>
9348M:	Kyungmin Park <kyungmin.park@samsung.com>
9349L:	linux-media@vger.kernel.org
9350S:	Maintained
9351F:	drivers/media/v4l2-core/videobuf2-*
9352F:	include/media/videobuf2-*
9353
9354VIRTIO CONSOLE DRIVER
9355M:	Amit Shah <amit.shah@redhat.com>
9356L:	virtio-dev@lists.oasis-open.org
9357L:	virtualization@lists.linux-foundation.org
9358S:	Maintained
9359F:	drivers/char/virtio_console.c
9360F:	include/linux/virtio_console.h
9361F:	include/uapi/linux/virtio_console.h
9362
9363VIRTIO CORE, NET AND BLOCK DRIVERS
9364M:	Rusty Russell <rusty@rustcorp.com.au>
9365M:	"Michael S. Tsirkin" <mst@redhat.com>
9366L:	virtio-dev@lists.oasis-open.org
9367L:	virtualization@lists.linux-foundation.org
9368S:	Maintained
9369F:	drivers/virtio/
9370F:	tools/virtio/
9371F:	drivers/net/virtio_net.c
9372F:	drivers/block/virtio_blk.c
9373F:	include/linux/virtio_*.h
9374F:	include/uapi/linux/virtio_*.h
9375
9376VIRTIO HOST (VHOST)
9377M:	"Michael S. Tsirkin" <mst@redhat.com>
9378L:	kvm@vger.kernel.org
9379L:	virtio-dev@lists.oasis-open.org
9380L:	virtualization@lists.linux-foundation.org
9381L:	netdev@vger.kernel.org
9382S:	Maintained
9383F:	drivers/vhost/
9384F:	include/uapi/linux/vhost.h
9385
9386VIA RHINE NETWORK DRIVER
9387M:	Roger Luethi <rl@hellgate.ch>
9388S:	Maintained
9389F:	drivers/net/ethernet/via/via-rhine.c
9390
9391VIA SD/MMC CARD CONTROLLER DRIVER
9392M:	Bruce Chang <brucechang@via.com.tw>
9393M:	Harald Welte <HaraldWelte@viatech.com>
9394S:	Maintained
9395F:	drivers/mmc/host/via-sdmmc.c
9396
9397VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9398M:	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9399L:	linux-fbdev@vger.kernel.org
9400S:	Maintained
9401F:	include/linux/via-core.h
9402F:	include/linux/via-gpio.h
9403F:	include/linux/via_i2c.h
9404F:	drivers/video/via/
9405
9406VIA VELOCITY NETWORK DRIVER
9407M:	Francois Romieu <romieu@fr.zoreil.com>
9408L:	netdev@vger.kernel.org
9409S:	Maintained
9410F:	drivers/net/ethernet/via/via-velocity.*
9411
9412VIVI VIRTUAL VIDEO DRIVER
9413M:	Hans Verkuil <hverkuil@xs4all.nl>
9414L:	linux-media@vger.kernel.org
9415T:	git git://linuxtv.org/media_tree.git
9416W:	http://linuxtv.org
9417S:	Maintained
9418F:	drivers/media/platform/vivi*
9419
9420VLAN (802.1Q)
9421M:	Patrick McHardy <kaber@trash.net>
9422L:	netdev@vger.kernel.org
9423S:	Maintained
9424F:	drivers/net/macvlan.c
9425F:	include/linux/if_*vlan.h
9426F:	net/8021q/
9427
9428VLYNQ BUS
9429M:	Florian Fainelli <florian@openwrt.org>
9430L:	openwrt-devel@lists.openwrt.org (subscribers-only)
9431S:	Maintained
9432F:	drivers/vlynq/vlynq.c
9433F:	include/linux/vlynq.h
9434
9435VME SUBSYSTEM
9436M:	Martyn Welch <martyn.welch@ge.com>
9437M:	Manohar Vanga <manohar.vanga@gmail.com>
9438M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9439L:	devel@driverdev.osuosl.org
9440S:	Maintained
9441T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9442F:	Documentation/vme_api.txt
9443F:	drivers/staging/vme/
9444F:	drivers/vme/
9445F:	include/linux/vme*
9446
9447VMWARE HYPERVISOR INTERFACE
9448M:	Alok Kataria <akataria@vmware.com>
9449L:	virtualization@lists.linux-foundation.org
9450S:	Supported
9451F:	arch/x86/kernel/cpu/vmware.c
9452
9453VMWARE VMXNET3 ETHERNET DRIVER
9454M:	Shreyas Bhatewara <sbhatewara@vmware.com>
9455M:	"VMware, Inc." <pv-drivers@vmware.com>
9456L:	netdev@vger.kernel.org
9457S:	Maintained
9458F:	drivers/net/vmxnet3/
9459
9460VMware PVSCSI driver
9461M:	Arvind Kumar <arvindkumar@vmware.com>
9462M:	VMware PV-Drivers <pv-drivers@vmware.com>
9463L:	linux-scsi@vger.kernel.org
9464S:	Maintained
9465F:	drivers/scsi/vmw_pvscsi.c
9466F:	drivers/scsi/vmw_pvscsi.h
9467
9468VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9469M:	Liam Girdwood <lgirdwood@gmail.com>
9470M:	Mark Brown <broonie@kernel.org>
9471W:	http://opensource.wolfsonmicro.com/node/15
9472W:	http://www.slimlogic.co.uk/?p=48
9473T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9474S:	Supported
9475F:	drivers/regulator/
9476F:	include/linux/regulator/
9477
9478VT1211 HARDWARE MONITOR DRIVER
9479M:	Juerg Haefliger <juergh@gmail.com>
9480L:	lm-sensors@lm-sensors.org
9481S:	Maintained
9482F:	Documentation/hwmon/vt1211
9483F:	drivers/hwmon/vt1211.c
9484
9485VT8231 HARDWARE MONITOR DRIVER
9486M:	Roger Lucas <vt8231@hiddenengine.co.uk>
9487L:	lm-sensors@lm-sensors.org
9488S:	Maintained
9489F:	drivers/hwmon/vt8231.c
9490
9491VUB300 USB to SDIO/SD/MMC bridge chip
9492M:	Tony Olech <tony.olech@elandigitalsystems.com>
9493L:	linux-mmc@vger.kernel.org
9494L:	linux-usb@vger.kernel.org
9495S:	Supported
9496F:	drivers/mmc/host/vub300.c
9497
9498W1 DALLAS'S 1-WIRE BUS
9499M:	Evgeniy Polyakov <zbr@ioremap.net>
9500S:	Maintained
9501F:	Documentation/w1/
9502F:	drivers/w1/
9503
9504W83791D HARDWARE MONITORING DRIVER
9505M:	Marc Hulsman <m.hulsman@tudelft.nl>
9506L:	lm-sensors@lm-sensors.org
9507S:	Maintained
9508F:	Documentation/hwmon/w83791d
9509F:	drivers/hwmon/w83791d.c
9510
9511W83793 HARDWARE MONITORING DRIVER
9512M:	Rudolf Marek <r.marek@assembler.cz>
9513L:	lm-sensors@lm-sensors.org
9514S:	Maintained
9515F:	Documentation/hwmon/w83793
9516F:	drivers/hwmon/w83793.c
9517
9518W83795 HARDWARE MONITORING DRIVER
9519M:	Jean Delvare <jdelvare@suse.de>
9520L:	lm-sensors@lm-sensors.org
9521S:	Maintained
9522F:	drivers/hwmon/w83795.c
9523
9524W83L51xD SD/MMC CARD INTERFACE DRIVER
9525M:	Pierre Ossman <pierre@ossman.eu>
9526S:	Maintained
9527F:	drivers/mmc/host/wbsd.*
9528
9529WATCHDOG DEVICE DRIVERS
9530M:	Wim Van Sebroeck <wim@iguana.be>
9531L:	linux-watchdog@vger.kernel.org
9532W:	http://www.linux-watchdog.org/
9533T:	git git://www.linux-watchdog.org/linux-watchdog.git
9534S:	Maintained
9535F:	Documentation/watchdog/
9536F:	drivers/watchdog/
9537F:	include/linux/watchdog.h
9538F:	include/uapi/linux/watchdog.h
9539
9540WD7000 SCSI DRIVER
9541M:	Miroslav Zagorac <zaga@fly.cc.fer.hr>
9542L:	linux-scsi@vger.kernel.org
9543S:	Maintained
9544F:	drivers/scsi/wd7000.c
9545
9546WIIMOTE HID DRIVER
9547M:	David Herrmann <dh.herrmann@googlemail.com>
9548L:	linux-input@vger.kernel.org
9549S:	Maintained
9550F:	drivers/hid/hid-wiimote*
9551
9552WINBOND CIR DRIVER
9553M:	David Härdeman <david@hardeman.nu>
9554S:	Maintained
9555F:	drivers/media/rc/winbond-cir.c
9556
9557WIMAX STACK
9558M:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9559M:	linux-wimax@intel.com
9560L:	wimax@linuxwimax.org
9561S:	Supported
9562W:	http://linuxwimax.org
9563F:	Documentation/wimax/README.wimax
9564F:	include/linux/wimax/debug.h
9565F:	include/net/wimax.h
9566F:	include/uapi/linux/wimax.h
9567F:	net/wimax/
9568
9569WISTRON LAPTOP BUTTON DRIVER
9570M:	Miloslav Trmac <mitr@volny.cz>
9571S:	Maintained
9572F:	drivers/input/misc/wistron_btns.c
9573
9574WL3501 WIRELESS PCMCIA CARD DRIVER
9575M:	Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9576L:	linux-wireless@vger.kernel.org
9577W:	http://oops.ghostprotocols.net:81/blog
9578S:	Maintained
9579F:	drivers/net/wireless/wl3501*
9580
9581WM97XX TOUCHSCREEN DRIVERS
9582M:	Mark Brown <broonie@kernel.org>
9583M:	Liam Girdwood <lrg@slimlogic.co.uk>
9584L:	linux-input@vger.kernel.org
9585T:	git git://opensource.wolfsonmicro.com/linux-2.6-touch
9586W:	http://opensource.wolfsonmicro.com/node/7
9587S:	Supported
9588F:	drivers/input/touchscreen/*wm97*
9589F:	include/linux/wm97xx.h
9590
9591WOLFSON MICROELECTRONICS DRIVERS
9592L:	patches@opensource.wolfsonmicro.com
9593T:	git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9594T:	git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9595W:	http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9596S:	Supported
9597F:	Documentation/hwmon/wm83??
9598F:	arch/arm/mach-s3c64xx/mach-crag6410*
9599F:	drivers/clk/clk-wm83*.c
9600F:	drivers/extcon/extcon-arizona.c
9601F:	drivers/leds/leds-wm83*.c
9602F:	drivers/gpio/gpio-*wm*.c
9603F:	drivers/gpio/gpio-arizona.c
9604F:	drivers/hwmon/wm83??-hwmon.c
9605F:	drivers/input/misc/wm831x-on.c
9606F:	drivers/input/touchscreen/wm831x-ts.c
9607F:	drivers/input/touchscreen/wm97*.c
9608F:	drivers/mfd/arizona*
9609F:	drivers/mfd/wm*.c
9610F:	drivers/power/wm83*.c
9611F:	drivers/rtc/rtc-wm83*.c
9612F:	drivers/regulator/wm8*.c
9613F:	drivers/video/backlight/wm83*_bl.c
9614F:	drivers/watchdog/wm83*_wdt.c
9615F:	include/linux/mfd/arizona/
9616F:	include/linux/mfd/wm831x/
9617F:	include/linux/mfd/wm8350/
9618F:	include/linux/mfd/wm8400*
9619F:	include/linux/wm97xx.h
9620F:	include/sound/wm????.h
9621F:	sound/soc/codecs/arizona.?
9622F:	sound/soc/codecs/wm*
9623
9624WORKQUEUE
9625M:	Tejun Heo <tj@kernel.org>
9626T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9627S:	Maintained
9628F:	include/linux/workqueue.h
9629F:	kernel/workqueue.c
9630F:	Documentation/workqueue.txt
9631
9632X.25 NETWORK LAYER
9633M:	Andrew Hendry <andrew.hendry@gmail.com>
9634L:	linux-x25@vger.kernel.org
9635S:	Odd Fixes
9636F:	Documentation/networking/x25*
9637F:	include/net/x25*
9638F:	net/x25/
9639
9640X86 ARCHITECTURE (32-BIT AND 64-BIT)
9641M:	Thomas Gleixner <tglx@linutronix.de>
9642M:	Ingo Molnar <mingo@redhat.com>
9643M:	"H. Peter Anvin" <hpa@zytor.com>
9644M:	x86@kernel.org
9645L:	linux-kernel@vger.kernel.org
9646T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9647S:	Maintained
9648F:	Documentation/x86/
9649F:	arch/x86/
9650
9651X86 PLATFORM DRIVERS
9652M:	Matthew Garrett <matthew.garrett@nebula.com>
9653L:	platform-driver-x86@vger.kernel.org
9654T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9655S:	Maintained
9656F:	drivers/platform/x86/
9657
9658X86 MCE INFRASTRUCTURE
9659M:	Tony Luck <tony.luck@intel.com>
9660M:	Borislav Petkov <bp@alien8.de>
9661L:	linux-edac@vger.kernel.org
9662S:	Maintained
9663F:	arch/x86/kernel/cpu/mcheck/*
9664
9665XC2028/3028 TUNER DRIVER
9666M:	Mauro Carvalho Chehab <m.chehab@samsung.com>
9667L:	linux-media@vger.kernel.org
9668W:	http://linuxtv.org
9669T:	git git://linuxtv.org/media_tree.git
9670S:	Maintained
9671F:	drivers/media/tuners/tuner-xc2028.*
9672
9673XEN HYPERVISOR INTERFACE
9674M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9675M:	Boris Ostrovsky <boris.ostrovsky@oracle.com>
9676M:	David Vrabel <david.vrabel@citrix.com>
9677L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
9678T:	git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
9679S:	Supported
9680F:	arch/x86/xen/
9681F:	drivers/*/xen-*front.c
9682F:	drivers/xen/
9683F:	arch/x86/include/asm/xen/
9684F:	include/xen/
9685F:	include/uapi/xen/
9686
9687XEN HYPERVISOR ARM
9688M:	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9689L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
9690S:	Supported
9691F:	arch/arm/xen/
9692F:	arch/arm/include/asm/xen/
9693
9694XEN HYPERVISOR ARM64
9695M:	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9696L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
9697S:	Supported
9698F:	arch/arm64/xen/
9699F:	arch/arm64/include/asm/xen/
9700
9701XEN NETWORK BACKEND DRIVER
9702M:	Ian Campbell <ian.campbell@citrix.com>
9703M:	Wei Liu <wei.liu2@citrix.com>
9704L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
9705L:	netdev@vger.kernel.org
9706S:	Supported
9707F:	drivers/net/xen-netback/*
9708
9709XEN PCI SUBSYSTEM
9710M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9711L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
9712S:	Supported
9713F:	arch/x86/pci/*xen*
9714F:	drivers/pci/*xen*
9715
9716XEN SWIOTLB SUBSYSTEM
9717M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9718L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
9719S:	Supported
9720F:	arch/x86/xen/*swiotlb*
9721F:	drivers/xen/*swiotlb*
9722
9723XFS FILESYSTEM
9724P:	Silicon Graphics Inc
9725M:	Dave Chinner <david@fromorbit.com>
9726M:	Ben Myers <bpm@sgi.com>
9727M:	xfs@oss.sgi.com
9728L:	xfs@oss.sgi.com
9729W:	http://oss.sgi.com/projects/xfs
9730T:	git git://oss.sgi.com/xfs/xfs.git
9731S:	Supported
9732F:	Documentation/filesystems/xfs.txt
9733F:	fs/xfs/
9734
9735XILINX AXI ETHERNET DRIVER
9736M:	Anirudha Sarangi <anirudh@xilinx.com>
9737M:	John Linn <John.Linn@xilinx.com>
9738S:	Maintained
9739F:	drivers/net/ethernet/xilinx/xilinx_axienet*
9740
9741XILINX SYSTEMACE DRIVER
9742S:	Orphan
9743F:	drivers/block/xsysace.c
9744
9745XILINX UARTLITE SERIAL DRIVER
9746M:	Peter Korsgaard <jacmet@sunsite.dk>
9747L:	linux-serial@vger.kernel.org
9748S:	Maintained
9749F:	drivers/tty/serial/uartlite.c
9750
9751YAM DRIVER FOR AX.25
9752M:	Jean-Paul Roubelat <jpr@f6fbb.org>
9753L:	linux-hams@vger.kernel.org
9754S:	Maintained
9755F:	drivers/net/hamradio/yam*
9756F:	include/linux/yam.h
9757
9758YEALINK PHONE DRIVER
9759M:	Henk Vergonet <Henk.Vergonet@gmail.com>
9760L:	usbb2k-api-dev@nongnu.org
9761S:	Maintained
9762F:	Documentation/input/yealink.txt
9763F:	drivers/input/misc/yealink.*
9764
9765Z8530 DRIVER FOR AX.25
9766M:	Joerg Reuter <jreuter@yaina.de>
9767W:	http://yaina.de/jreuter/
9768W:	http://www.qsl.net/dl1bke/
9769L:	linux-hams@vger.kernel.org
9770S:	Maintained
9771F:	Documentation/networking/z8530drv.txt
9772F:	drivers/net/hamradio/*scc.c
9773F:	drivers/net/hamradio/z8530.h
9774
9775ZBUD COMPRESSED PAGE ALLOCATOR
9776M:	Seth Jennings <sjenning@linux.vnet.ibm.com>
9777L:	linux-mm@kvack.org
9778S:	Maintained
9779F:	mm/zbud.c
9780F:	include/linux/zbud.h
9781
9782ZD1211RW WIRELESS DRIVER
9783M:	Daniel Drake <dsd@gentoo.org>
9784M:	Ulrich Kunitz <kune@deine-taler.de>
9785W:	http://zd1211.ath.cx/wiki/DriverRewrite
9786L:	linux-wireless@vger.kernel.org
9787L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
9788S:	Maintained
9789F:	drivers/net/wireless/zd1211rw/
9790
9791ZR36067 VIDEO FOR LINUX DRIVER
9792L:	mjpeg-users@lists.sourceforge.net
9793L:	linux-media@vger.kernel.org
9794W:	http://mjpeg.sourceforge.net/driver-zoran/
9795T:	Mercurial http://linuxtv.org/hg/v4l-dvb
9796S:	Odd Fixes
9797F:	drivers/media/pci/zoran/
9798
9799ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
9800M:	Minchan Kim <minchan@kernel.org>
9801M:	Nitin Gupta <ngupta@vflare.org>
9802L:	linux-kernel@vger.kernel.org
9803S:	Maintained
9804F:	drivers/block/zram/
9805F:	Documentation/blockdev/zram.txt
9806
9807ZS DECSTATION Z85C30 SERIAL DRIVER
9808M:	"Maciej W. Rozycki" <macro@linux-mips.org>
9809S:	Maintained
9810F:	drivers/tty/serial/zs.*
9811
9812ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
9813M:	Minchan Kim <minchan@kernel.org>
9814M:	Nitin Gupta <ngupta@vflare.org>
9815L:	linux-mm@kvack.org
9816S:	Maintained
9817F:	mm/zsmalloc.c
9818F:	include/linux/zsmalloc.h
9819
9820ZSWAP COMPRESSED SWAP CACHING
9821M:	Seth Jennings <sjenning@linux.vnet.ibm.com>
9822L:	linux-mm@kvack.org
9823S:	Maintained
9824F:	mm/zswap.c
9825
9826THE REST
9827M:	Linus Torvalds <torvalds@linux-foundation.org>
9828L:	linux-kernel@vger.kernel.org
9829Q:	http://patchwork.kernel.org/project/LKML/list/
9830T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
9831S:	Buried alive in reporters
9832F:	*
9833F:	*/
9834