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