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