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