xref: /openbmc/linux/MAINTAINERS (revision 2eb3ed33e55d003d721d4d1a5e72fe323c12b4c0)
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 trivial style violations.
38	See Documentation/process/coding-style.rst 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/process/submitting-patches.rst 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 Linux Foundation certificate of contribution and should
55	include a Signed-off-by: line.  The current version of this
56	"Developer's Certificate of Origin" (DCO) is listed in the file
57	Documentation/process/submitting-patches.rst.
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	R: Designated reviewer: FullName <address@domain>
74	   These reviewers should be CCed on patches.
75	L: Mailing list that is relevant to this area
76	W: Web-page with status/info
77	B: URI for where to file bugs. A web-page with detailed bug
78	   filing info, a direct bug tracker link, or a mailto: URI.
79	C: URI for chat protocol, server and channel where developers
80	   usually hang out, for example irc://server/channel.
81	Q: Patchwork web based patch tracking system site
82	T: SCM tree type and location.
83	   Type is one of: git, hg, quilt, stgit, topgit
84	S: Status, one of the following:
85	   Supported:	Someone is actually paid to look after this.
86	   Maintained:	Someone actually looks after it.
87	   Odd Fixes:	It has a maintainer but they don't have time to do
88			much other than throw the odd patch in. See below..
89	   Orphan:	No current maintainer [but maybe you could take the
90			role as you write your new code].
91	   Obsolete:	Old code. Something tagged obsolete generally means
92			it has been replaced by a better system and you
93			should be using that.
94	F: Files and directories with wildcard patterns.
95	   A trailing slash includes all files and subdirectory files.
96	   F:	drivers/net/	all files in and below drivers/net
97	   F:	drivers/net/*	all files in drivers/net, but not below
98	   F:	*/net/*		all files in "any top level directory"/net
99	   One pattern per line.  Multiple F: lines acceptable.
100	N: Files and directories with regex patterns.
101	   N:	[^a-z]tegra	all files whose path contains the word tegra
102	   One pattern per line.  Multiple N: lines acceptable.
103	   scripts/get_maintainer.pl has different behavior for files that
104	   match F: pattern and matches of N: patterns.  By default,
105	   get_maintainer will not look at git log history when an F: pattern
106	   match occurs.  When an N: match occurs, git log history is used
107	   to also notify the people that have git commit signatures.
108	X: Files and directories that are NOT maintained, same rules as F:
109	   Files exclusions are tested before file matches.
110	   Can be useful for excluding a specific subdirectory, for instance:
111	   F:	net/
112	   X:	net/ipv6/
113	   matches all files in and below net excluding net/ipv6/
114	K: Keyword perl extended regex pattern to match content in a
115	   patch or file.  For instance:
116	   K: of_get_profile
117	      matches patches or files that contain "of_get_profile"
118	   K: \b(printk|pr_(info|err))\b
119	      matches patches or files that contain one or more of the words
120	      printk, pr_info or pr_err
121	   One regex pattern per line.  Multiple K: lines acceptable.
122
123Note: For the hard of thinking, this list is meant to remain in alphabetical
124order. If you could add yourselves to it in alphabetical order that would be
125so much easier [Ed]
126
127Maintainers List (try to look for most precise areas first)
128
129		-----------------------------------
130
1313C59X NETWORK DRIVER
132M:	Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133L:	netdev@vger.kernel.org
134S:	Maintained
135F:	Documentation/networking/vortex.txt
136F:	drivers/net/ethernet/3com/3c59x.c
137
1383CR990 NETWORK DRIVER
139M:	David Dillow <dave@thedillows.org>
140L:	netdev@vger.kernel.org
141S:	Maintained
142F:	drivers/net/ethernet/3com/typhoon*
143
1443WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145M:	Adam Radford <aradford@gmail.com>
146L:	linux-scsi@vger.kernel.org
147W:	http://www.lsi.com
148S:	Supported
149F:	drivers/scsi/3w-*
150
15153C700 AND 53C700-66 SCSI DRIVER
152M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153L:	linux-scsi@vger.kernel.org
154S:	Maintained
155F:	drivers/scsi/53c700*
156
1576LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158M:	Alexander Aring <alex.aring@gmail.com>
159M:	Jukka Rissanen <jukka.rissanen@linux.intel.com>
160L:	linux-bluetooth@vger.kernel.org
161L:	linux-wpan@vger.kernel.org
162S:	Maintained
163F:	net/6lowpan/
164F:	include/net/6lowpan.h
165F:	Documentation/networking/6lowpan.txt
166
1676PACK NETWORK DRIVER FOR AX.25
168M:	Andreas Koensgen <ajk@comnets.uni-bremen.de>
169L:	linux-hams@vger.kernel.org
170S:	Maintained
171F:	drivers/net/hamradio/6pack.c
172
1738169 10/100/1000 GIGABIT ETHERNET DRIVER
174M:	Realtek linux nic maintainers <nic_swsd@realtek.com>
175L:	netdev@vger.kernel.org
176S:	Maintained
177F:	drivers/net/ethernet/realtek/r8169.c
178
1798250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181L:	linux-serial@vger.kernel.org
182S:	Maintained
183T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184F:	drivers/tty/serial/8250*
185F:	include/linux/serial_8250.h
186
1878390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188L:	netdev@vger.kernel.org
189S:	Orphan / Obsolete
190F:	drivers/net/ethernet/8390/
191
1929P FILE SYSTEM
193M:	Eric Van Hensbergen <ericvh@gmail.com>
194M:	Ron Minnich <rminnich@sandia.gov>
195M:	Latchesar Ionkov <lucho@ionkov.net>
196L:	v9fs-developer@lists.sourceforge.net
197W:	http://swik.net/v9fs
198Q:	http://patchwork.kernel.org/project/v9fs-devel/list/
199T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
200S:	Maintained
201F:	Documentation/filesystems/9p.txt
202F:	fs/9p/
203F:	net/9p/
204F:	include/net/9p/
205F:	include/uapi/linux/virtio_9p.h
206F:	include/trace/events/9p.h
207
208A8293 MEDIA DRIVER
209M:	Antti Palosaari <crope@iki.fi>
210L:	linux-media@vger.kernel.org
211W:	https://linuxtv.org
212W:	http://palosaari.fi/linux/
213Q:	http://patchwork.linuxtv.org/project/linux-media/list/
214T:	git git://linuxtv.org/anttip/media_tree.git
215S:	Maintained
216F:	drivers/media/dvb-frontends/a8293*
217
218AACRAID SCSI RAID DRIVER
219M:	Adaptec OEM Raid Solutions <aacraid@microsemi.com>
220L:	linux-scsi@vger.kernel.org
221W:	http://www.adaptec.com/
222S:	Supported
223F:	Documentation/scsi/aacraid.txt
224F:	drivers/scsi/aacraid/
225
226ABI/API
227L:	linux-api@vger.kernel.org
228F:	include/linux/syscalls.h
229F:	kernel/sys_ni.c
230
231ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232M:	Hans de Goede <hdegoede@redhat.com>
233L:	linux-hwmon@vger.kernel.org
234S:	Maintained
235F:	drivers/hwmon/abituguru.c
236
237ABIT UGURU 3 HARDWARE MONITOR DRIVER
238M:	Alistair John Strachan <alistair@devzero.co.uk>
239L:	linux-hwmon@vger.kernel.org
240S:	Maintained
241F:	drivers/hwmon/abituguru3.c
242
243ACCES 104-DIO-48E GPIO DRIVER
244M:	William Breathitt Gray <vilhelm.gray@gmail.com>
245L:	linux-gpio@vger.kernel.org
246S:	Maintained
247F:	drivers/gpio/gpio-104-dio-48e.c
248
249ACCES 104-IDI-48 GPIO DRIVER
250M:	"William Breathitt Gray" <vilhelm.gray@gmail.com>
251L:	linux-gpio@vger.kernel.org
252S:	Maintained
253F:	drivers/gpio/gpio-104-idi-48.c
254
255ACCES 104-IDIO-16 GPIO DRIVER
256M:	"William Breathitt Gray" <vilhelm.gray@gmail.com>
257L:	linux-gpio@vger.kernel.org
258S:	Maintained
259F:	drivers/gpio/gpio-104-idio-16.c
260
261ACCES 104-QUAD-8 IIO DRIVER
262M:	William Breathitt Gray <vilhelm.gray@gmail.com>
263L:	linux-iio@vger.kernel.org
264S:	Maintained
265F:	drivers/iio/counter/104-quad-8.c
266
267ACCES PCI-IDIO-16 GPIO DRIVER
268M:	William Breathitt Gray <vilhelm.gray@gmail.com>
269L:	linux-gpio@vger.kernel.org
270S:	Maintained
271F:	drivers/gpio/gpio-pci-idio-16.c
272
273ACENIC DRIVER
274M:	Jes Sorensen <jes@trained-monkey.org>
275L:	linux-acenic@sunsite.dk
276S:	Maintained
277F:	drivers/net/ethernet/alteon/acenic*
278
279ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
280M:	Peter Feuerer <peter@piie.net>
281L:	platform-driver-x86@vger.kernel.org
282W:	http://piie.net/?section=acerhdf
283S:	Maintained
284F:	drivers/platform/x86/acerhdf.c
285
286ACER WMI LAPTOP EXTRAS
287M:	"Lee, Chun-Yi" <jlee@suse.com>
288L:	platform-driver-x86@vger.kernel.org
289S:	Maintained
290F:	drivers/platform/x86/acer-wmi.c
291
292ACPI
293M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
294M:	Len Brown <lenb@kernel.org>
295L:	linux-acpi@vger.kernel.org
296W:	https://01.org/linux-acpi
297Q:	https://patchwork.kernel.org/project/linux-acpi/list/
298T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
299B:	https://bugzilla.kernel.org
300S:	Supported
301F:	drivers/acpi/
302F:	drivers/pnp/pnpacpi/
303F:	include/linux/acpi.h
304F:	include/linux/fwnode.h
305F:	include/acpi/
306F:	Documentation/acpi/
307F:	Documentation/ABI/testing/sysfs-bus-acpi
308F:	Documentation/ABI/testing/configfs-acpi
309F:	drivers/pci/*acpi*
310F:	drivers/pci/*/*acpi*
311F:	drivers/pci/*/*/*acpi*
312F:	tools/power/acpi/
313
314ACPI APEI
315M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
316M:	Len Brown <lenb@kernel.org>
317L:	linux-acpi@vger.kernel.org
318R:	Tony Luck <tony.luck@intel.com>
319R:	Borislav Petkov <bp@alien8.de>
320F:	drivers/acpi/apei/
321
322ACPI COMPONENT ARCHITECTURE (ACPICA)
323M:	Robert Moore <robert.moore@intel.com>
324M:	Lv Zheng <lv.zheng@intel.com>
325M:	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
326L:	linux-acpi@vger.kernel.org
327L:	devel@acpica.org
328W:	https://acpica.org/
329W:	https://github.com/acpica/acpica/
330Q:	https://patchwork.kernel.org/project/linux-acpi/list/
331T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
332B:	https://bugzilla.kernel.org
333B:	https://bugs.acpica.org
334S:	Supported
335F:	drivers/acpi/acpica/
336F:	include/acpi/
337F:	tools/power/acpi/
338
339ACPI FAN DRIVER
340M:	Zhang Rui <rui.zhang@intel.com>
341L:	linux-acpi@vger.kernel.org
342W:	https://01.org/linux-acpi
343B:	https://bugzilla.kernel.org
344S:	Supported
345F:	drivers/acpi/fan.c
346
347ACPI FOR ARM64 (ACPI/arm64)
348M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
349M:	Hanjun Guo <hanjun.guo@linaro.org>
350M:	Sudeep Holla <sudeep.holla@arm.com>
351L:	linux-acpi@vger.kernel.org
352S:	Maintained
353F:	drivers/acpi/arm64
354
355ACPI PMIC DRIVERS
356M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
357M:	Len Brown <lenb@kernel.org>
358R:	Andy Shevchenko <andy@infradead.org>
359R:	Mika Westerberg <mika.westerberg@linux.intel.com>
360L:	linux-acpi@vger.kernel.org
361Q:	https://patchwork.kernel.org/project/linux-acpi/list/
362T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
363B:	https://bugzilla.kernel.org
364S:	Supported
365F:	drivers/acpi/pmic/
366
367ACPI THERMAL DRIVER
368M:	Zhang Rui <rui.zhang@intel.com>
369L:	linux-acpi@vger.kernel.org
370W:	https://01.org/linux-acpi
371B:	https://bugzilla.kernel.org
372S:	Supported
373F:	drivers/acpi/*thermal*
374
375ACPI VIDEO DRIVER
376M:	Zhang Rui <rui.zhang@intel.com>
377L:	linux-acpi@vger.kernel.org
378W:	https://01.org/linux-acpi
379B:	https://bugzilla.kernel.org
380S:	Supported
381F:	drivers/acpi/acpi_video.c
382
383ACPI WMI DRIVER
384L:	platform-driver-x86@vger.kernel.org
385S:	Orphan
386F:	drivers/platform/x86/wmi.c
387
388AD1889 ALSA SOUND DRIVER
389M:	Thibaut Varene <T-Bone@parisc-linux.org>
390W:	http://wiki.parisc-linux.org/AD1889
391L:	linux-parisc@vger.kernel.org
392S:	Maintained
393F:	sound/pci/ad1889.*
394
395AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
396M:	Michael Hennerich <michael.hennerich@analog.com>
397W:	http://wiki.analog.com/AD5254
398W:	http://ez.analog.com/community/linux-device-drivers
399S:	Supported
400F:	drivers/misc/ad525x_dpot.c
401
402AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
403M:	Michael Hennerich <michael.hennerich@analog.com>
404W:	http://wiki.analog.com/AD5398
405W:	http://ez.analog.com/community/linux-device-drivers
406S:	Supported
407F:	drivers/regulator/ad5398.c
408
409AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
410M:	Michael Hennerich <michael.hennerich@analog.com>
411W:	http://wiki.analog.com/AD7142
412W:	http://ez.analog.com/community/linux-device-drivers
413S:	Supported
414F:	drivers/input/misc/ad714x.c
415
416AD7877 TOUCHSCREEN DRIVER
417M:	Michael Hennerich <michael.hennerich@analog.com>
418W:	http://wiki.analog.com/AD7877
419W:	http://ez.analog.com/community/linux-device-drivers
420S:	Supported
421F:	drivers/input/touchscreen/ad7877.c
422
423AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
424M:	Michael Hennerich <michael.hennerich@analog.com>
425W:	http://wiki.analog.com/AD7879
426W:	http://ez.analog.com/community/linux-device-drivers
427S:	Supported
428F:	drivers/input/touchscreen/ad7879.c
429
430ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
431M:	Jiri Kosina <jikos@kernel.org>
432S:	Maintained
433
434ADF7242 IEEE 802.15.4 RADIO DRIVER
435M:	Michael Hennerich <michael.hennerich@analog.com>
436W:	https://wiki.analog.com/ADF7242
437W:	http://ez.analog.com/community/linux-device-drivers
438L:	linux-wpan@vger.kernel.org
439S:	Supported
440F:	drivers/net/ieee802154/adf7242.c
441F:	Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
442
443ADM1025 HARDWARE MONITOR DRIVER
444M:	Jean Delvare <jdelvare@suse.com>
445L:	linux-hwmon@vger.kernel.org
446S:	Maintained
447F:	Documentation/hwmon/adm1025
448F:	drivers/hwmon/adm1025.c
449
450ADM1029 HARDWARE MONITOR DRIVER
451M:	Corentin Labbe <clabbe.montjoie@gmail.com>
452L:	linux-hwmon@vger.kernel.org
453S:	Maintained
454F:	drivers/hwmon/adm1029.c
455
456ADM8211 WIRELESS DRIVER
457L:	linux-wireless@vger.kernel.org
458W:	http://wireless.kernel.org/
459S:	Orphan
460F:	drivers/net/wireless/admtek/adm8211.*
461
462ADP1653 FLASH CONTROLLER DRIVER
463M:	Sakari Ailus <sakari.ailus@iki.fi>
464L:	linux-media@vger.kernel.org
465S:	Maintained
466F:	drivers/media/i2c/adp1653.c
467F:	include/media/i2c/adp1653.h
468
469ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
470M:	Michael Hennerich <michael.hennerich@analog.com>
471W:	http://wiki.analog.com/ADP5520
472W:	http://ez.analog.com/community/linux-device-drivers
473S:	Supported
474F:	drivers/mfd/adp5520.c
475F:	drivers/video/backlight/adp5520_bl.c
476F:	drivers/leds/leds-adp5520.c
477F:	drivers/gpio/gpio-adp5520.c
478F:	drivers/input/keyboard/adp5520-keys.c
479
480ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
481M:	Michael Hennerich <michael.hennerich@analog.com>
482W:	http://wiki.analog.com/ADP5588
483W:	http://ez.analog.com/community/linux-device-drivers
484S:	Supported
485F:	drivers/input/keyboard/adp5588-keys.c
486F:	drivers/gpio/gpio-adp5588.c
487
488ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
489M:	Michael Hennerich <michael.hennerich@analog.com>
490W:	http://wiki.analog.com/ADP8860
491W:	http://ez.analog.com/community/linux-device-drivers
492S:	Supported
493F:	drivers/video/backlight/adp8860_bl.c
494
495ADS1015 HARDWARE MONITOR DRIVER
496M:	Dirk Eibach <eibach@gdsys.de>
497L:	linux-hwmon@vger.kernel.org
498S:	Maintained
499F:	Documentation/hwmon/ads1015
500F:	drivers/hwmon/ads1015.c
501F:	include/linux/platform_data/ads1015.h
502
503ADT746X FAN DRIVER
504M:	Colin Leroy <colin@colino.net>
505S:	Maintained
506F:	drivers/macintosh/therm_adt746x.c
507
508ADT7475 HARDWARE MONITOR DRIVER
509M:	Jean Delvare <jdelvare@suse.com>
510L:	linux-hwmon@vger.kernel.org
511S:	Maintained
512F:	Documentation/hwmon/adt7475
513F:	drivers/hwmon/adt7475.c
514
515ADVANSYS SCSI DRIVER
516M:	Matthew Wilcox <matthew@wil.cx>
517M:	Hannes Reinecke <hare@suse.com>
518L:	linux-scsi@vger.kernel.org
519S:	Maintained
520F:	Documentation/scsi/advansys.txt
521F:	drivers/scsi/advansys.c
522
523ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
524M:	Michael Hennerich <michael.hennerich@analog.com>
525W:	http://wiki.analog.com/ADXL345
526W:	http://ez.analog.com/community/linux-device-drivers
527S:	Supported
528F:	drivers/input/misc/adxl34x.c
529
530AEDSP16 DRIVER
531M:	Riccardo Facchetti <fizban@tin.it>
532S:	Maintained
533F:	sound/oss/aedsp16.c
534
535AF9013 MEDIA DRIVER
536M:	Antti Palosaari <crope@iki.fi>
537L:	linux-media@vger.kernel.org
538W:	https://linuxtv.org
539W:	http://palosaari.fi/linux/
540Q:	http://patchwork.linuxtv.org/project/linux-media/list/
541T:	git git://linuxtv.org/anttip/media_tree.git
542S:	Maintained
543F:	drivers/media/dvb-frontends/af9013*
544
545AF9033 MEDIA DRIVER
546M:	Antti Palosaari <crope@iki.fi>
547L:	linux-media@vger.kernel.org
548W:	https://linuxtv.org
549W:	http://palosaari.fi/linux/
550Q:	http://patchwork.linuxtv.org/project/linux-media/list/
551T:	git git://linuxtv.org/anttip/media_tree.git
552S:	Maintained
553F:	drivers/media/dvb-frontends/af9033*
554
555AFFS FILE SYSTEM
556L:	linux-fsdevel@vger.kernel.org
557S:	Orphan
558F:	Documentation/filesystems/affs.txt
559F:	fs/affs/
560
561AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
562M:	David Howells <dhowells@redhat.com>
563L:	linux-afs@lists.infradead.org
564S:	Supported
565F:	fs/afs/
566F:	include/net/af_rxrpc.h
567F:	net/rxrpc/af_rxrpc.c
568W:	https://www.infradead.org/~dhowells/kafs/
569
570AGPGART DRIVER
571M:	David Airlie <airlied@linux.ie>
572T:	git git://people.freedesktop.org/~airlied/linux (part of drm maint)
573S:	Maintained
574F:	drivers/char/agp/
575F:	include/linux/agp*
576F:	include/uapi/linux/agp*
577
578AHA152X SCSI DRIVER
579M:	"Juergen E. Fischer" <fischer@norbit.de>
580L:	linux-scsi@vger.kernel.org
581S:	Maintained
582F:	drivers/scsi/aha152x*
583F:	drivers/scsi/pcmcia/aha152x*
584
585AIC7XXX / AIC79XX SCSI DRIVER
586M:	Hannes Reinecke <hare@suse.com>
587L:	linux-scsi@vger.kernel.org
588S:	Maintained
589F:	drivers/scsi/aic7xxx/
590
591AIMSLAB FM RADIO RECEIVER DRIVER
592M:	Hans Verkuil <hverkuil@xs4all.nl>
593L:	linux-media@vger.kernel.org
594T:	git git://linuxtv.org/media_tree.git
595W:	https://linuxtv.org
596S:	Maintained
597F:	drivers/media/radio/radio-aimslab*
598
599AIO
600M:	Benjamin LaHaise <bcrl@kvack.org>
601L:	linux-aio@kvack.org
602S:	Supported
603F:	fs/aio.c
604F:	include/linux/*aio*.h
605
606AIRSPY MEDIA DRIVER
607M:	Antti Palosaari <crope@iki.fi>
608L:	linux-media@vger.kernel.org
609W:	https://linuxtv.org
610W:	http://palosaari.fi/linux/
611Q:	http://patchwork.linuxtv.org/project/linux-media/list/
612T:	git git://linuxtv.org/anttip/media_tree.git
613S:	Maintained
614F:	drivers/media/usb/airspy/
615
616ALACRITECH GIGABIT ETHERNET DRIVER
617M:	Lino Sanfilippo <LinoSanfilippo@gmx.de>
618S:	Maintained
619F:	drivers/net/ethernet/alacritech/*
620
621ALCATEL SPEEDTOUCH USB DRIVER
622M:	Duncan Sands <duncan.sands@free.fr>
623L:	linux-usb@vger.kernel.org
624W:	http://www.linux-usb.org/SpeedTouch/
625S:	Maintained
626F:	drivers/usb/atm/speedtch.c
627F:	drivers/usb/atm/usbatm.c
628
629ALCHEMY AU1XX0 MMC DRIVER
630M:	Manuel Lauss <manuel.lauss@gmail.com>
631S:	Maintained
632F:	drivers/mmc/host/au1xmmc.c
633
634ALI1563 I2C DRIVER
635M:	Rudolf Marek <r.marek@assembler.cz>
636L:	linux-i2c@vger.kernel.org
637S:	Maintained
638F:	Documentation/i2c/busses/i2c-ali1563
639F:	drivers/i2c/busses/i2c-ali1563.c
640
641ALLWINNER SECURITY SYSTEM
642M:	Corentin Labbe <clabbe.montjoie@gmail.com>
643L:	linux-crypto@vger.kernel.org
644S:	Maintained
645F:	drivers/crypto/sunxi-ss/
646
647ALPHA PORT
648M:	Richard Henderson <rth@twiddle.net>
649M:	Ivan Kokshaysky <ink@jurassic.park.msu.ru>
650M:	Matt Turner <mattst88@gmail.com>
651S:	Odd Fixes
652L:	linux-alpha@vger.kernel.org
653F:	arch/alpha/
654
655ALPS PS/2 TOUCHPAD DRIVER
656R:	Pali Rohár <pali.rohar@gmail.com>
657F:	drivers/input/mouse/alps.*
658
659ALTERA I2C CONTROLLER DRIVER
660M:	Thor Thayer <thor.thayer@linux.intel.com>
661S:	Maintained
662F:	drivers/i2c/busses/i2c-altera.c
663
664ALTERA MAILBOX DRIVER
665M:	Ley Foon Tan <lftan@altera.com>
666L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
667S:	Maintained
668F:	drivers/mailbox/mailbox-altera.c
669
670ALTERA PIO DRIVER
671M:	Tien Hock Loh <thloh@altera.com>
672L:	linux-gpio@vger.kernel.org
673S:	Maintained
674F:	drivers/gpio/gpio-altera.c
675
676ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
677M:	Thor Thayer <thor.thayer@linux.intel.com>
678S:	Maintained
679F:	drivers/gpio/gpio-altera-a10sr.c
680F:	drivers/mfd/altera-a10sr.c
681F:	drivers/reset/reset-a10sr.c
682F:	include/linux/mfd/altera-a10sr.h
683F:	include/dt-bindings/reset/altr,rst-mgr-a10sr.h
684
685ALTERA TRIPLE SPEED ETHERNET DRIVER
686M:	Vince Bridgers <vbridger@opensource.altera.com>
687L:	netdev@vger.kernel.org
688L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
689S:	Maintained
690F:	drivers/net/ethernet/altera/
691
692ALTERA UART/JTAG UART SERIAL DRIVERS
693M:	Tobias Klauser <tklauser@distanz.ch>
694L:	linux-serial@vger.kernel.org
695L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
696S:	Maintained
697F:	drivers/tty/serial/altera_uart.c
698F:	drivers/tty/serial/altera_jtaguart.c
699F:	include/linux/altera_uart.h
700F:	include/linux/altera_jtaguart.h
701
702AMAZON ETHERNET DRIVERS
703M:	Netanel Belgazal <netanel@amazon.com>
704R:	Saeed Bishara <saeedb@amazon.com>
705R:	Zorik Machulsky <zorik@amazon.com>
706L:	netdev@vger.kernel.org
707S:	Supported
708F:	Documentation/networking/ena.txt
709F:	drivers/net/ethernet/amazon/
710
711AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
712M:	Tom Lendacky <thomas.lendacky@amd.com>
713M:	Gary Hook <gary.hook@amd.com>
714L:	linux-crypto@vger.kernel.org
715S:	Supported
716F:	drivers/crypto/ccp/
717F:	include/linux/ccp.h
718
719AMD FAM15H PROCESSOR POWER MONITORING DRIVER
720M:	Huang Rui <ray.huang@amd.com>
721L:	linux-hwmon@vger.kernel.org
722S:	Supported
723F:	Documentation/hwmon/fam15h_power
724F:	drivers/hwmon/fam15h_power.c
725
726AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
727L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
728S:	Orphan
729F:	drivers/usb/gadget/udc/amd5536udc.*
730
731AMD GEODE PROCESSOR/CHIPSET SUPPORT
732P:	Andres Salomon <dilinger@queued.net>
733L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
734W:	http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
735S:	Supported
736F:	drivers/char/hw_random/geode-rng.c
737F:	drivers/crypto/geode*
738F:	drivers/video/fbdev/geode/
739F:	arch/x86/include/asm/geode.h
740
741AMD IOMMU (AMD-VI)
742M:	Joerg Roedel <joro@8bytes.org>
743L:	iommu@lists.linux-foundation.org
744T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
745S:	Maintained
746F:	drivers/iommu/amd_iommu*.[ch]
747F:	include/linux/amd-iommu.h
748
749AMD KFD
750M:	Oded Gabbay <oded.gabbay@gmail.com>
751L:	dri-devel@lists.freedesktop.org
752T:	git git://people.freedesktop.org/~gabbayo/linux.git
753S:	Supported
754F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
755F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
756F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
757F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
758F:	drivers/gpu/drm/amd/amdkfd/
759F:	drivers/gpu/drm/amd/include/cik_structs.h
760F:	drivers/gpu/drm/amd/include/kgd_kfd_interface.h
761F:	drivers/gpu/drm/amd/include/vi_structs.h
762F:	drivers/gpu/drm/radeon/radeon_kfd.c
763F:	drivers/gpu/drm/radeon/radeon_kfd.h
764F:	include/uapi/linux/kfd_ioctl.h
765
766AMD SEATTLE DEVICE TREE SUPPORT
767M:	Brijesh Singh <brijeshkumar.singh@amd.com>
768M:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
769M:	Tom Lendacky <thomas.lendacky@amd.com>
770S:	Supported
771F:	arch/arm64/boot/dts/amd/
772
773AMD XGBE DRIVER
774M:	Tom Lendacky <thomas.lendacky@amd.com>
775L:	netdev@vger.kernel.org
776S:	Supported
777F:	drivers/net/ethernet/amd/xgbe/
778F:	arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
779
780AMS (Apple Motion Sensor) DRIVER
781M:	Michael Hanselmann <linux-kernel@hansmi.ch>
782S:	Supported
783F:	drivers/macintosh/ams/
784
785ANALOG DEVICES INC AD9389B DRIVER
786M:	Hans Verkuil <hans.verkuil@cisco.com>
787L:	linux-media@vger.kernel.org
788S:	Maintained
789F:	drivers/media/i2c/ad9389b*
790
791ANALOG DEVICES INC ADV7180 DRIVER
792M:	Lars-Peter Clausen <lars@metafoo.de>
793L:	linux-media@vger.kernel.org
794W:	http://ez.analog.com/community/linux-device-drivers
795S:	Supported
796F:	drivers/media/i2c/adv7180.c
797
798ANALOG DEVICES INC ADV748X DRIVER
799M:	Kieran Bingham <kieran.bingham@ideasonboard.com>
800L:	linux-media@vger.kernel.org
801S:	Maintained
802F:	drivers/media/i2c/adv748x/*
803
804ANALOG DEVICES INC ADV7511 DRIVER
805M:	Hans Verkuil <hans.verkuil@cisco.com>
806L:	linux-media@vger.kernel.org
807S:	Maintained
808F:	drivers/media/i2c/adv7511*
809
810ANALOG DEVICES INC ADV7604 DRIVER
811M:	Hans Verkuil <hans.verkuil@cisco.com>
812L:	linux-media@vger.kernel.org
813S:	Maintained
814F:	drivers/media/i2c/adv7604*
815
816ANALOG DEVICES INC ADV7842 DRIVER
817M:	Hans Verkuil <hans.verkuil@cisco.com>
818L:	linux-media@vger.kernel.org
819S:	Maintained
820F:	drivers/media/i2c/adv7842*
821
822ANALOG DEVICES INC ASOC CODEC DRIVERS
823M:	Lars-Peter Clausen <lars@metafoo.de>
824L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
825W:	http://wiki.analog.com/
826W:	http://ez.analog.com/community/linux-device-drivers
827S:	Supported
828F:	sound/soc/codecs/adau*
829F:	sound/soc/codecs/adav*
830F:	sound/soc/codecs/ad1*
831F:	sound/soc/codecs/ad7*
832F:	sound/soc/codecs/ssm*
833F:	sound/soc/codecs/sigmadsp.*
834
835ANALOG DEVICES INC ASOC DRIVERS
836L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
837L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
838W:	http://blackfin.uclinux.org/
839S:	Supported
840F:	sound/soc/blackfin/*
841
842ANALOG DEVICES INC DMA DRIVERS
843M:	Lars-Peter Clausen <lars@metafoo.de>
844W:	http://ez.analog.com/community/linux-device-drivers
845S:	Supported
846F:	drivers/dma/dma-axi-dmac.c
847
848ANALOG DEVICES INC IIO DRIVERS
849M:	Lars-Peter Clausen <lars@metafoo.de>
850M:	Michael Hennerich <Michael.Hennerich@analog.com>
851W:	http://wiki.analog.com/
852W:	http://ez.analog.com/community/linux-device-drivers
853S:	Supported
854F:	drivers/iio/*/ad*
855F:	drivers/iio/adc/ltc2497*
856X:	drivers/iio/*/adjd*
857F:	drivers/staging/iio/*/ad*
858F:	drivers/staging/iio/trigger/iio-trig-bfin-timer.c
859
860ANDROID CONFIG FRAGMENTS
861M:	Rob Herring <robh@kernel.org>
862S:	Supported
863F:	kernel/configs/android*
864
865ANDROID DRIVERS
866M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
867M:	Arve Hjønnevåg <arve@android.com>
868M:	Riley Andrews <riandrews@android.com>
869T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
870L:	devel@driverdev.osuosl.org
871S:	Supported
872F:	drivers/android/
873F:	drivers/staging/android/
874
875ANDROID GOLDFISH RTC DRIVER
876M:	Miodrag Dinic <miodrag.dinic@imgtec.com>
877S:	Supported
878F:	Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
879F:	drivers/rtc/rtc-goldfish.c
880
881ANDROID ION DRIVER
882M:	Laura Abbott <labbott@redhat.com>
883M:	Sumit Semwal <sumit.semwal@linaro.org>
884L:	devel@driverdev.osuosl.org
885S:	Supported
886F:	drivers/staging/android/ion
887F:	drivers/staging/android/uapi/ion.h
888F:	drivers/staging/android/uapi/ion_test.h
889
890AOA (Apple Onboard Audio) ALSA DRIVER
891M:	Johannes Berg <johannes@sipsolutions.net>
892L:	linuxppc-dev@lists.ozlabs.org
893L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
894S:	Maintained
895F:	sound/aoa/
896
897APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
898M:	William Breathitt Gray <vilhelm.gray@gmail.com>
899L:	linux-iio@vger.kernel.org
900S:	Maintained
901F:	drivers/iio/adc/stx104.c
902
903APM DRIVER
904M:	Jiri Kosina <jikos@kernel.org>
905S:	Odd fixes
906T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
907F:	arch/x86/kernel/apm_32.c
908F:	include/linux/apm_bios.h
909F:	include/uapi/linux/apm_bios.h
910F:	drivers/char/apm-emulation.c
911
912APPARMOR SECURITY MODULE
913M:	John Johansen <john.johansen@canonical.com>
914L:	apparmor@lists.ubuntu.com (subscribers-only, general discussion)
915W:	apparmor.wiki.kernel.org
916T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
917S:	Supported
918F:	security/apparmor/
919F:	Documentation/admin-guide/LSM/apparmor.rst
920
921APPLE BCM5974 MULTITOUCH DRIVER
922M:	Henrik Rydberg <rydberg@bitmath.org>
923L:	linux-input@vger.kernel.org
924S:	Odd fixes
925F:	drivers/input/mouse/bcm5974.c
926
927APPLE SMC DRIVER
928M:	Henrik Rydberg <rydberg@bitmath.org>
929L:	linux-hwmon@vger.kernel.org
930S:	Odd fixes
931F:	drivers/hwmon/applesmc.c
932
933APPLETALK NETWORK LAYER
934L:	netdev@vger.kernel.org
935S:	Odd fixes
936F:	drivers/net/appletalk/
937F:	net/appletalk/
938
939APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
940M:	Duc Dang <dhdang@apm.com>
941S:	Supported
942F:	arch/arm64/boot/dts/apm/
943
944APPLIED MICRO (APM) X-GENE SOC EDAC
945M:	Loc Ho <lho@apm.com>
946S:	Supported
947F:	drivers/edac/xgene_edac.c
948F:	Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
949
950APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
951M:	Iyappan Subramanian <isubramanian@apm.com>
952M:	Keyur Chudgar <kchudgar@apm.com>
953S:	Supported
954F:	drivers/net/ethernet/apm/xgene-v2/
955
956APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
957M:	Iyappan Subramanian <isubramanian@apm.com>
958M:	Keyur Chudgar <kchudgar@apm.com>
959M:	Quan Nguyen <qnguyen@apm.com>
960S:	Supported
961F:	drivers/net/ethernet/apm/xgene/
962F:	drivers/net/phy/mdio-xgene.c
963F:	Documentation/devicetree/bindings/net/apm-xgene-enet.txt
964F:	Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
965
966APPLIED MICRO (APM) X-GENE SOC PMU
967M:	Tai Nguyen <ttnguyen@apm.com>
968S:	Supported
969F:	drivers/perf/xgene_pmu.c
970F:	Documentation/perf/xgene-pmu.txt
971F:	Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
972
973APTINA CAMERA SENSOR PLL
974M:	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
975L:	linux-media@vger.kernel.org
976S:	Maintained
977F:	drivers/media/i2c/aptina-pll.*
978
979ARC FRAMEBUFFER DRIVER
980M:	Jaya Kumar <jayalk@intworks.biz>
981S:	Maintained
982F:	drivers/video/fbdev/arcfb.c
983F:	drivers/video/fbdev/core/fb_defio.c
984
985ARC PGU DRM DRIVER
986M:	Alexey Brodkin <abrodkin@synopsys.com>
987S:	Supported
988F:	drivers/gpu/drm/arc/
989F:	Documentation/devicetree/bindings/display/snps,arcpgu.txt
990
991ARCNET NETWORK LAYER
992M:	Michael Grzeschik <m.grzeschik@pengutronix.de>
993L:	netdev@vger.kernel.org
994S:	Maintained
995F:	drivers/net/arcnet/
996F:	include/uapi/linux/if_arcnet.h
997
998ARM ARCHITECTED TIMER DRIVER
999M:	Mark Rutland <mark.rutland@arm.com>
1000M:	Marc Zyngier <marc.zyngier@arm.com>
1001L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002S:	Maintained
1003F:	arch/arm/include/asm/arch_timer.h
1004F:	arch/arm64/include/asm/arch_timer.h
1005F:	drivers/clocksource/arm_arch_timer.c
1006
1007ARM HDLCD DRM DRIVER
1008M:	Liviu Dudau <liviu.dudau@arm.com>
1009S:	Supported
1010F:	drivers/gpu/drm/arm/hdlcd_*
1011F:	Documentation/devicetree/bindings/display/arm,hdlcd.txt
1012
1013ARM MALI-DP DRM DRIVER
1014M:	Liviu Dudau <liviu.dudau@arm.com>
1015M:	Brian Starkey <brian.starkey@arm.com>
1016M:	Mali DP Maintainers <malidp@foss.arm.com>
1017S:	Supported
1018F:	drivers/gpu/drm/arm/
1019F:	Documentation/devicetree/bindings/display/arm,malidp.txt
1020
1021ARM MFM AND FLOPPY DRIVERS
1022M:	Ian Molton <spyro@f2s.com>
1023S:	Maintained
1024F:	arch/arm/lib/floppydma.S
1025F:	arch/arm/include/asm/floppy.h
1026
1027ARM PMU PROFILING AND DEBUGGING
1028M:	Will Deacon <will.deacon@arm.com>
1029M:	Mark Rutland <mark.rutland@arm.com>
1030S:	Maintained
1031L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032F:	arch/arm*/kernel/perf_*
1033F:	arch/arm/oprofile/common.c
1034F:	arch/arm*/kernel/hw_breakpoint.c
1035F:	arch/arm*/include/asm/hw_breakpoint.h
1036F:	arch/arm*/include/asm/perf_event.h
1037F:	drivers/perf/*
1038F:	include/linux/perf/arm_pmu.h
1039F:	Documentation/devicetree/bindings/arm/pmu.txt
1040F:	Documentation/devicetree/bindings/perf/
1041
1042ARM PORT
1043M:	Russell King <linux@armlinux.org.uk>
1044L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045W:	http://www.armlinux.org.uk/
1046S:	Maintained
1047T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git
1048F:	arch/arm/
1049
1050ARM PRIMECELL AACI PL041 DRIVER
1051M:	Russell King <linux@armlinux.org.uk>
1052S:	Maintained
1053F:	sound/arm/aaci.*
1054
1055ARM PRIMECELL BUS SUPPORT
1056M:	Russell King <linux@armlinux.org.uk>
1057S:	Maintained
1058F:	drivers/amba/
1059F:	include/linux/amba/bus.h
1060
1061ARM PRIMECELL CLCD PL110 DRIVER
1062M:	Russell King <linux@armlinux.org.uk>
1063S:	Maintained
1064F:	drivers/video/fbdev/amba-clcd.*
1065
1066ARM PRIMECELL KMI PL050 DRIVER
1067M:	Russell King <linux@armlinux.org.uk>
1068S:	Maintained
1069F:	drivers/input/serio/ambakmi.*
1070F:	include/linux/amba/kmi.h
1071
1072ARM PRIMECELL MMCI PL180/1 DRIVER
1073M:	Russell King <linux@armlinux.org.uk>
1074S:	Maintained
1075F:	drivers/mmc/host/mmci.*
1076F:	include/linux/amba/mmci.h
1077
1078ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1079M:	Russell King <linux@armlinux.org.uk>
1080S:	Maintained
1081F:	drivers/tty/serial/amba-pl01*.c
1082F:	include/linux/amba/serial.h
1083
1084ARM SMMU DRIVERS
1085M:	Will Deacon <will.deacon@arm.com>
1086R:	Robin Murphy <robin.murphy@arm.com>
1087L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088S:	Maintained
1089F:	drivers/iommu/arm-smmu.c
1090F:	drivers/iommu/arm-smmu-v3.c
1091F:	drivers/iommu/io-pgtable-arm.c
1092F:	drivers/iommu/io-pgtable-arm-v7s.c
1093
1094ARM SUB-ARCHITECTURES
1095L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096S:	Maintained
1097F:	arch/arm/mach-*/
1098F:	arch/arm/plat-*/
1099T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1100
1101ARM/ACTIONS SEMI ARCHITECTURE
1102M:	Andreas Färber <afaerber@suse.de>
1103L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104S:	Maintained
1105N:	owl
1106F:	arch/arm/mach-actions/
1107F:	arch/arm/boot/dts/owl-*
1108F:	arch/arm64/boot/dts/actions/
1109F:	drivers/clocksource/owl-*
1110F:	drivers/soc/actions/
1111F:	include/dt-bindings/power/owl-*
1112F:	include/linux/soc/actions/
1113F:	Documentation/devicetree/bindings/arm/actions.txt
1114F:	Documentation/devicetree/bindings/power/actions,owl-sps.txt
1115F:	Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1116
1117ARM/ADS SPHERE MACHINE SUPPORT
1118M:	Lennert Buytenhek <kernel@wantstofly.org>
1119L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120S:	Maintained
1121
1122ARM/AFEB9260 MACHINE SUPPORT
1123M:	Sergey Lapin <slapin@ossfans.org>
1124L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125S:	Maintained
1126
1127ARM/AJECO 1ARM MACHINE SUPPORT
1128M:	Lennert Buytenhek <kernel@wantstofly.org>
1129L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130S:	Maintained
1131
1132ARM/Allwinner SoC Clock Support
1133M:	Emilio López <emilio@elopez.com.ar>
1134S:	Maintained
1135F:	drivers/clk/sunxi/
1136
1137ARM/Allwinner sunXi SoC support
1138M:	Maxime Ripard <maxime.ripard@free-electrons.com>
1139M:	Chen-Yu Tsai <wens@csie.org>
1140L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141S:	Maintained
1142N:	sun[x456789]i
1143N:	sun50i
1144F:	arch/arm/mach-sunxi/
1145F:	arch/arm64/boot/dts/allwinner/
1146F:	drivers/clk/sunxi-ng/
1147F:	drivers/pinctrl/sunxi/
1148F:	drivers/soc/sunxi/
1149T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1150
1151ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1152M:	Neil Armstrong <narmstrong@baylibre.com>
1153M:	Jerome Brunet <jbrunet@baylibre.com>
1154L:	linux-amlogic@lists.infradead.org
1155S:	Maintained
1156F:	drivers/clk/meson/
1157F:	include/dt-bindings/clock/meson*
1158F:	include/dt-bindings/clock/gxbb*
1159F:	Documentation/devicetree/bindings/clock/amlogic*
1160
1161ARM/Amlogic Meson SoC support
1162M:	Carlo Caione <carlo@caione.org>
1163M:	Kevin Hilman <khilman@baylibre.com>
1164L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165L:	linux-amlogic@lists.infradead.org
1166W:	http://linux-meson.com/
1167S:	Maintained
1168F:	arch/arm/mach-meson/
1169F:	arch/arm/boot/dts/meson*
1170F:	arch/arm64/boot/dts/amlogic/
1171F:	drivers/pinctrl/meson/
1172F:	drivers/mmc/host/meson*
1173N:	meson
1174
1175ARM/Annapurna Labs ALPINE ARCHITECTURE
1176M:	Tsahee Zidenberg <tsahee@annapurnalabs.com>
1177M:	Antoine Tenart <antoine.tenart@free-electrons.com>
1178L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179S:	Maintained
1180F:	arch/arm/mach-alpine/
1181F:	arch/arm/boot/dts/alpine*
1182F:	arch/arm64/boot/dts/al/
1183F:	drivers/*/*alpine*
1184
1185ARM/ARTPEC MACHINE SUPPORT
1186M:	Jesper Nilsson <jesper.nilsson@axis.com>
1187M:	Lars Persson <lars.persson@axis.com>
1188M:	Niklas Cassel <niklas.cassel@axis.com>
1189S:	Maintained
1190L:	linux-arm-kernel@axis.com
1191F:	arch/arm/mach-artpec
1192F:	arch/arm/boot/dts/artpec6*
1193F:	drivers/clk/axis
1194F:	drivers/crypto/axis
1195F:	drivers/pinctrl/pinctrl-artpec*
1196F:	Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1197
1198ARM/ASPEED I2C DRIVER
1199M:	Brendan Higgins <brendanhiggins@google.com>
1200R:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
1201R:	Joel Stanley <joel@jms.id.au>
1202L:	linux-i2c@vger.kernel.org
1203L:	openbmc@lists.ozlabs.org (moderated for non-subscribers)
1204S:	Maintained
1205F:	drivers/irqchip/irq-aspeed-i2c-ic.c
1206F:	drivers/i2c/busses/i2c-aspeed.c
1207F:	Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1208F:	Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1209
1210ARM/ASPEED MACHINE SUPPORT
1211M:	Joel Stanley <joel@jms.id.au>
1212S:	Maintained
1213F:	arch/arm/mach-aspeed/
1214F:	arch/arm/boot/dts/aspeed-*
1215F:	drivers/*/*aspeed*
1216
1217ARM/ATMEL AT91 Clock Support
1218M:	Boris Brezillon <boris.brezillon@free-electrons.com>
1219S:	Maintained
1220F:	drivers/clk/at91
1221
1222ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1223M:	Nicolas Ferre <nicolas.ferre@microchip.com>
1224M:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
1225L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226W:	http://www.linux4sam.org
1227T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1228S:	Supported
1229F:	arch/arm/mach-at91/
1230F:	include/soc/at91/
1231F:	arch/arm/boot/dts/at91*.dts
1232F:	arch/arm/boot/dts/at91*.dtsi
1233F:	arch/arm/boot/dts/sama*.dts
1234F:	arch/arm/boot/dts/sama*.dtsi
1235F:	arch/arm/include/debug/at91.S
1236F:	drivers/memory/atmel*
1237
1238ARM/CALXEDA HIGHBANK ARCHITECTURE
1239M:	Rob Herring <robh@kernel.org>
1240L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241S:	Maintained
1242F:	arch/arm/mach-highbank/
1243F:	arch/arm/boot/dts/highbank.dts
1244F:	arch/arm/boot/dts/ecx-*.dts*
1245
1246ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1247M:	Krzysztof Halasa <khalasa@piap.pl>
1248S:	Maintained
1249F:	arch/arm/mach-cns3xxx/
1250
1251ARM/CAVIUM THUNDER NETWORK DRIVER
1252M:	Sunil Goutham <sgoutham@cavium.com>
1253M:	Robert Richter <rric@kernel.org>
1254L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255S:	Supported
1256F:	drivers/net/ethernet/cavium/thunder/
1257
1258ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1259M:	Alexander Shiyan <shc_work@mail.ru>
1260L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261S:	Odd Fixes
1262N:	clps711x
1263
1264ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1265M:	Lennert Buytenhek <kernel@wantstofly.org>
1266L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267S:	Maintained
1268
1269ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1270M:	Hartley Sweeten <hsweeten@visionengravers.com>
1271M:	Alexander Sverdlin <alexander.sverdlin@gmail.com>
1272L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1273S:	Maintained
1274F:	arch/arm/mach-ep93xx/
1275F:	arch/arm/mach-ep93xx/include/mach/
1276
1277ARM/CLKDEV SUPPORT
1278M:	Russell King <linux@armlinux.org.uk>
1279L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280S:	Maintained
1281T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1282F:	arch/arm/include/asm/clkdev.h
1283F:	drivers/clk/clkdev.c
1284
1285ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1286M:	Mike Rapoport <mike@compulab.co.il>
1287L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288S:	Maintained
1289
1290ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1291M:	Baruch Siach <baruch@tkos.co.il>
1292L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293S:	Maintained
1294F:	arch/arm/boot/dts/cx92755*
1295N:	digicolor
1296
1297ARM/CONTEC MICRO9 MACHINE SUPPORT
1298M:	Hubert Feurstein <hubert.feurstein@contec.at>
1299S:	Maintained
1300F:	arch/arm/mach-ep93xx/micro9.c
1301
1302ARM/CORESIGHT FRAMEWORK AND DRIVERS
1303M:	Mathieu Poirier <mathieu.poirier@linaro.org>
1304L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305S:	Maintained
1306F:	drivers/hwtracing/coresight/*
1307F:	Documentation/trace/coresight.txt
1308F:	Documentation/trace/coresight-cpu-debug.txt
1309F:	Documentation/devicetree/bindings/arm/coresight.txt
1310F:	Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1311F:	Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1312F:	tools/perf/arch/arm/util/pmu.c
1313F:	tools/perf/arch/arm/util/auxtrace.c
1314F:	tools/perf/arch/arm/util/cs-etm.c
1315F:	tools/perf/arch/arm/util/cs-etm.h
1316F:	tools/perf/util/cs-etm.h
1317
1318ARM/CORGI MACHINE SUPPORT
1319M:	Richard Purdie <rpurdie@rpsys.net>
1320S:	Maintained
1321
1322ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1323M:	Hans Ulli Kroll <ulli.kroll@googlemail.com>
1324M:	Linus Walleij <linus.walleij@linaro.org>
1325L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326T:	git git://github.com/ulli-kroll/linux.git
1327S:	Maintained
1328F:	Documentation/devicetree/bindings/arm/gemini.txt
1329F:	Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1330F:	Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1331F:	arch/arm/mach-gemini/
1332F:	drivers/pinctrl/pinctrl-gemini.c
1333F:	drivers/rtc/rtc-ftrtc010.c
1334
1335ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1336M:	Barry Song <baohua@kernel.org>
1337L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338T:	git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1339S:	Maintained
1340F:	arch/arm/boot/dts/prima2*
1341F:	arch/arm/mach-prima2/
1342F:	drivers/clk/sirf/
1343F:	drivers/clocksource/timer-prima2.c
1344F:	drivers/clocksource/timer-atlas7.c
1345N:	[^a-z]sirf
1346
1347ARM/EBSA110 MACHINE SUPPORT
1348M:	Russell King <linux@armlinux.org.uk>
1349L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1350W:	http://www.armlinux.org.uk/
1351S:	Maintained
1352F:	arch/arm/mach-ebsa110/
1353F:	drivers/net/ethernet/amd/am79c961a.*
1354
1355ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1356M:	Uwe Kleine-König <kernel@pengutronix.de>
1357L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358S:	Maintained
1359N:	efm32
1360
1361ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1362M:	Robert Jarzmik <robert.jarzmik@free.fr>
1363L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364S:	Maintained
1365F:	arch/arm/mach-pxa/ezx.c
1366
1367ARM/FARADAY FA526 PORT
1368M:	Hans Ulli Kroll <ulli.kroll@googlemail.com>
1369L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370S:	Maintained
1371T:	git git://git.berlios.de/gemini-board
1372F:	arch/arm/mm/*-fa*
1373
1374ARM/FOOTBRIDGE ARCHITECTURE
1375M:	Russell King <linux@armlinux.org.uk>
1376L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377W:	http://www.armlinux.org.uk/
1378S:	Maintained
1379F:	arch/arm/include/asm/hardware/dec21285.h
1380F:	arch/arm/mach-footbridge/
1381
1382ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1383M:	Shawn Guo <shawnguo@kernel.org>
1384M:	Sascha Hauer <kernel@pengutronix.de>
1385R:	Fabio Estevam <fabio.estevam@nxp.com>
1386L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387S:	Maintained
1388T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1389F:	arch/arm/mach-imx/
1390F:	arch/arm/mach-mxs/
1391F:	arch/arm/boot/dts/imx*
1392F:	arch/arm/configs/imx*_defconfig
1393F:	drivers/clk/imx/
1394F:	drivers/soc/imx/
1395F:	include/soc/imx/
1396
1397ARM/FREESCALE VYBRID ARM ARCHITECTURE
1398M:	Shawn Guo <shawnguo@kernel.org>
1399M:	Sascha Hauer <kernel@pengutronix.de>
1400R:	Stefan Agner <stefan@agner.ch>
1401L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1402S:	Maintained
1403T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1404F:	arch/arm/mach-imx/*vf610*
1405F:	arch/arm/boot/dts/vf*
1406
1407ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1408M:	Lennert Buytenhek <kernel@wantstofly.org>
1409L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410S:	Maintained
1411
1412ARM/GUMSTIX MACHINE SUPPORT
1413M:	Steve Sakoman <sakoman@gmail.com>
1414L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1415S:	Maintained
1416
1417ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1418M:	Philipp Zabel <philipp.zabel@gmail.com>
1419M:	Paul Parsons <lost.distance@yahoo.com>
1420L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421S:	Maintained
1422F:	arch/arm/mach-pxa/hx4700.c
1423F:	arch/arm/mach-pxa/include/mach/hx4700.h
1424F:	sound/soc/pxa/hx4700.c
1425
1426ARM/HISILICON SOC SUPPORT
1427M:	Wei Xu <xuwei5@hisilicon.com>
1428L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429W:	http://www.hisilicon.com
1430S:	Supported
1431T:	git git://github.com/hisilicon/linux-hisi.git
1432F:	arch/arm/mach-hisi/
1433F:	arch/arm/boot/dts/hi3*
1434F:	arch/arm/boot/dts/hip*
1435F:	arch/arm/boot/dts/hisi*
1436F:	arch/arm64/boot/dts/hisilicon/
1437
1438ARM/HP JORNADA 7XX MACHINE SUPPORT
1439M:	Kristoffer Ericson <kristoffer.ericson@gmail.com>
1440W:	www.jlime.com
1441S:	Maintained
1442T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1443F:	arch/arm/mach-sa1100/jornada720.c
1444F:	arch/arm/mach-sa1100/include/mach/jornada720.h
1445
1446ARM/IGEP MACHINE SUPPORT
1447M:	Enric Balletbo i Serra <eballetbo@gmail.com>
1448M:	Javier Martinez Canillas <javier@dowhile0.org>
1449L:	linux-omap@vger.kernel.org
1450L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451S:	Maintained
1452F:	arch/arm/boot/dts/omap3-igep*
1453
1454ARM/INCOME PXA270 SUPPORT
1455M:	Marek Vasut <marek.vasut@gmail.com>
1456L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1457S:	Maintained
1458F:	arch/arm/mach-pxa/colibri-pxa270-income.c
1459
1460ARM/INTEL IOP13XX ARM ARCHITECTURE
1461M:	Lennert Buytenhek <kernel@wantstofly.org>
1462L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463S:	Maintained
1464
1465ARM/INTEL IOP32X ARM ARCHITECTURE
1466M:	Lennert Buytenhek <kernel@wantstofly.org>
1467L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468S:	Maintained
1469
1470ARM/INTEL IOP33X ARM ARCHITECTURE
1471L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472S:	Orphan
1473
1474ARM/INTEL IQ81342EX MACHINE SUPPORT
1475M:	Lennert Buytenhek <kernel@wantstofly.org>
1476L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477S:	Maintained
1478
1479ARM/INTEL IXDP2850 MACHINE SUPPORT
1480M:	Lennert Buytenhek <kernel@wantstofly.org>
1481L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482S:	Maintained
1483
1484ARM/INTEL IXP4XX ARM ARCHITECTURE
1485M:	Imre Kaloz <kaloz@openwrt.org>
1486M:	Krzysztof Halasa <khalasa@piap.pl>
1487L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1488S:	Maintained
1489F:	arch/arm/mach-ixp4xx/
1490
1491ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1492M:	Jonathan Cameron <jic23@cam.ac.uk>
1493L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1494S:	Maintained
1495F:	arch/arm/mach-pxa/stargate2.c
1496F:	drivers/pcmcia/pxa2xx_stargate2.c
1497
1498ARM/INTEL XSC3 (MANZANO) ARM CORE
1499M:	Lennert Buytenhek <kernel@wantstofly.org>
1500L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501S:	Maintained
1502
1503ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1504M:	Lennert Buytenhek <kernel@wantstofly.org>
1505L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506S:	Maintained
1507
1508ARM/LG1K ARCHITECTURE
1509M:	Chanho Min <chanho.min@lge.com>
1510L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511S:	Maintained
1512F:	arch/arm64/boot/dts/lg/
1513
1514ARM/LOGICPD PXA270 MACHINE SUPPORT
1515M:	Lennert Buytenhek <kernel@wantstofly.org>
1516L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1517S:	Maintained
1518
1519ARM/LPC18XX ARCHITECTURE
1520M:	Joachim Eastwood <manabian@gmail.com>
1521L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522S:	Maintained
1523F:	arch/arm/boot/dts/lpc43*
1524F:	drivers/clk/nxp/clk-lpc18xx*
1525F:	drivers/clocksource/time-lpc32xx.c
1526F:	drivers/i2c/busses/i2c-lpc2k.c
1527F:	drivers/memory/pl172.c
1528F:	drivers/mtd/spi-nor/nxp-spifi.c
1529F:	drivers/rtc/rtc-lpc24xx.c
1530N:	lpc18xx
1531
1532ARM/LPC32XX SOC SUPPORT
1533M:	Vladimir Zapolskiy <vz@mleia.com>
1534M:	Sylvain Lemieux <slemieux.tyco@gmail.com>
1535L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536T:	git git://github.com/vzapolskiy/linux-lpc32xx.git
1537S:	Maintained
1538F:	arch/arm/boot/dts/lpc32*
1539F:	arch/arm/mach-lpc32xx/
1540F:	drivers/i2c/busses/i2c-pnx.c
1541F:	drivers/net/ethernet/nxp/lpc_eth.c
1542F:	drivers/usb/host/ohci-nxp.c
1543F:	drivers/watchdog/pnx4008_wdt.c
1544N:	lpc32xx
1545
1546ARM/MAGICIAN MACHINE SUPPORT
1547M:	Philipp Zabel <philipp.zabel@gmail.com>
1548S:	Maintained
1549
1550ARM/Marvell Berlin SoC support
1551M:	Jisheng Zhang <jszhang@marvell.com>
1552M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1553L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554S:	Maintained
1555F:	arch/arm/mach-berlin/
1556F:	arch/arm/boot/dts/berlin*
1557F:	arch/arm64/boot/dts/marvell/berlin*
1558
1559ARM/Marvell Dove/MV78xx0/Orion SOC support
1560M:	Jason Cooper <jason@lakedaemon.net>
1561M:	Andrew Lunn <andrew@lunn.ch>
1562M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1563M:	Gregory Clement <gregory.clement@free-electrons.com>
1564L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565S:	Maintained
1566F:	Documentation/devicetree/bindings/soc/dove/
1567F:	arch/arm/mach-dove/
1568F:	arch/arm/mach-mv78xx0/
1569F:	arch/arm/mach-orion5x/
1570F:	arch/arm/plat-orion/
1571F:	arch/arm/boot/dts/dove*
1572F:	arch/arm/boot/dts/orion5x*
1573
1574ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1575M:	Jason Cooper <jason@lakedaemon.net>
1576M:	Andrew Lunn <andrew@lunn.ch>
1577M:	Gregory Clement <gregory.clement@free-electrons.com>
1578M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1579L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580S:	Maintained
1581F:	arch/arm/boot/dts/armada*
1582F:	arch/arm/boot/dts/kirkwood*
1583F:	arch/arm/configs/mvebu_*_defconfig
1584F:	arch/arm/mach-mvebu/
1585F:	arch/arm64/boot/dts/marvell/armada*
1586F:	drivers/cpufreq/mvebu-cpufreq.c
1587F:	drivers/irqchip/irq-armada-370-xp.c
1588F:	drivers/irqchip/irq-mvebu-*
1589F:	drivers/pinctrl/mvebu/
1590F:	drivers/rtc/rtc-armada38x.c
1591
1592ARM/Mediatek RTC DRIVER
1593M:	Eddie Huang <eddie.huang@mediatek.com>
1594L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1596S:	Maintained
1597F:	drivers/rtc/rtc-mt6397.c
1598
1599ARM/Mediatek SoC support
1600M:	Matthias Brugger <matthias.bgg@gmail.com>
1601L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1602L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1603S:	Maintained
1604F:	arch/arm/boot/dts/mt6*
1605F:	arch/arm/boot/dts/mt7*
1606F:	arch/arm/boot/dts/mt8*
1607F:	arch/arm/mach-mediatek/
1608F:	arch/arm64/boot/dts/mediatek/
1609N:	mtk
1610K:	mediatek
1611
1612ARM/Mediatek USB3 PHY DRIVER
1613M:	Chunfeng Yun <chunfeng.yun@mediatek.com>
1614L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1615L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1616S:	Maintained
1617F:	drivers/phy/mediatek/phy-mtk-tphy.c
1618
1619ARM/MICREL KS8695 ARCHITECTURE
1620M:	Greg Ungerer <gerg@uclinux.org>
1621L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622F:	arch/arm/mach-ks8695/
1623S:	Odd Fixes
1624
1625ARM/MIOA701 MACHINE SUPPORT
1626M:	Robert Jarzmik <robert.jarzmik@free.fr>
1627L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628F:	arch/arm/mach-pxa/mioa701.c
1629S:	Maintained
1630
1631ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1632M:	Michael Petchkovsky <mkpetch@internode.on.net>
1633S:	Maintained
1634
1635ARM/NOMADIK ARCHITECTURE
1636M:	Alessandro Rubini <rubini@unipv.it>
1637M:	Linus Walleij <linus.walleij@linaro.org>
1638L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639S:	Maintained
1640F:	arch/arm/mach-nomadik/
1641F:	drivers/pinctrl/nomadik/
1642F:	drivers/i2c/busses/i2c-nomadik.c
1643T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1644
1645ARM/NUVOTON W90X900 ARM ARCHITECTURE
1646M:	Wan ZongShun <mcuos.com@gmail.com>
1647L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648W:	http://www.mcuos.com
1649S:	Maintained
1650F:	arch/arm/mach-w90x900/
1651F:	drivers/input/keyboard/w90p910_keypad.c
1652F:	drivers/input/touchscreen/w90p910_ts.c
1653F:	drivers/watchdog/nuc900_wdt.c
1654F:	drivers/net/ethernet/nuvoton/w90p910_ether.c
1655F:	drivers/mtd/nand/nuc900_nand.c
1656F:	drivers/rtc/rtc-nuc900.c
1657F:	drivers/spi/spi-nuc900.c
1658F:	drivers/usb/host/ehci-w90x900.c
1659F:	drivers/video/fbdev/nuc900fb.c
1660
1661ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1662M:	Nelson Castillo <arhuaco@freaks-unidos.net>
1663L:	openmoko-kernel@lists.openmoko.org (subscribers-only)
1664W:	http://wiki.openmoko.org/wiki/Neo_FreeRunner
1665S:	Supported
1666
1667ARM/Orion SoC/Technologic Systems TS-78xx platform support
1668M:	Alexander Clouter <alex@digriz.org.uk>
1669L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670W:	http://www.digriz.org.uk/ts78xx/kernel
1671S:	Maintained
1672F:	arch/arm/mach-orion5x/ts78xx-*
1673
1674ARM/OXNAS platform support
1675M:	Neil Armstrong <narmstrong@baylibre.com>
1676L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677L:	linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1678S:	Maintained
1679F:	arch/arm/mach-oxnas/
1680F:	arch/arm/boot/dts/ox8*.dtsi
1681F:	arch/arm/boot/dts/wd-mbwe.dts
1682F:	arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1683N:	oxnas
1684
1685ARM/PALM TREO SUPPORT
1686M:	Tomas Cech <sleep_walker@suse.com>
1687L:	linux-arm-kernel@lists.infradead.org
1688W:	http://hackndev.com
1689S:	Maintained
1690F:	arch/arm/mach-pxa/include/mach/palmtreo.h
1691F:	arch/arm/mach-pxa/palmtreo.c
1692
1693ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1694M:	Marek Vasut <marek.vasut@gmail.com>
1695L:	linux-arm-kernel@lists.infradead.org
1696W:	http://hackndev.com
1697S:	Maintained
1698F:	arch/arm/mach-pxa/include/mach/palmtx.h
1699F:	arch/arm/mach-pxa/palmtx.c
1700F:	arch/arm/mach-pxa/include/mach/palmt5.h
1701F:	arch/arm/mach-pxa/palmt5.c
1702F:	arch/arm/mach-pxa/include/mach/palmld.h
1703F:	arch/arm/mach-pxa/palmld.c
1704F:	arch/arm/mach-pxa/include/mach/palmte2.h
1705F:	arch/arm/mach-pxa/palmte2.c
1706F:	arch/arm/mach-pxa/include/mach/palmtc.h
1707F:	arch/arm/mach-pxa/palmtc.c
1708
1709ARM/PALMZ72 SUPPORT
1710M:	Sergey Lapin <slapin@ossfans.org>
1711L:	linux-arm-kernel@lists.infradead.org
1712W:	http://hackndev.com
1713S:	Maintained
1714F:	arch/arm/mach-pxa/include/mach/palmz72.h
1715F:	arch/arm/mach-pxa/palmz72.c
1716
1717ARM/PLEB SUPPORT
1718M:	Peter Chubb <pleb@gelato.unsw.edu.au>
1719W:	http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1720S:	Maintained
1721
1722ARM/PT DIGITAL BOARD PORT
1723M:	Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1724L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1725W:	http://www.armlinux.org.uk/
1726S:	Maintained
1727
1728ARM/QUALCOMM SUPPORT
1729M:	Andy Gross <andy.gross@linaro.org>
1730M:	David Brown <david.brown@linaro.org>
1731L:	linux-arm-msm@vger.kernel.org
1732L:	linux-soc@vger.kernel.org
1733S:	Maintained
1734F:	Documentation/devicetree/bindings/soc/qcom/
1735F:	arch/arm/boot/dts/qcom-*.dts
1736F:	arch/arm/boot/dts/qcom-*.dtsi
1737F:	arch/arm/mach-qcom/
1738F:	arch/arm64/boot/dts/qcom/*
1739F:	drivers/i2c/busses/i2c-qup.c
1740F:	drivers/clk/qcom/
1741F:	drivers/dma/qcom/
1742F:	drivers/soc/qcom/
1743F:	drivers/spi/spi-qup.c
1744F:	drivers/tty/serial/msm_serial.h
1745F:	drivers/tty/serial/msm_serial.c
1746F:	drivers/*/pm8???-*
1747F:	drivers/mfd/ssbi.c
1748F:	drivers/firmware/qcom_scm.c
1749T:	git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1750
1751ARM/RADISYS ENP2611 MACHINE SUPPORT
1752M:	Lennert Buytenhek <kernel@wantstofly.org>
1753L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1754S:	Maintained
1755
1756ARM/REALTEK ARCHITECTURE
1757M:	Andreas Färber <afaerber@suse.de>
1758L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759S:	Maintained
1760F:	arch/arm64/boot/dts/realtek/
1761F:	Documentation/devicetree/bindings/arm/realtek.txt
1762
1763ARM/RENESAS ARM64 ARCHITECTURE
1764M:	Simon Horman <horms@verge.net.au>
1765M:	Magnus Damm <magnus.damm@gmail.com>
1766L:	linux-renesas-soc@vger.kernel.org
1767Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
1768T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1769S:	Supported
1770F:	arch/arm64/boot/dts/renesas/
1771F:	drivers/soc/renesas/
1772F:	include/linux/soc/renesas/
1773
1774ARM/RISCPC ARCHITECTURE
1775M:	Russell King <linux@armlinux.org.uk>
1776L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777W:	http://www.armlinux.org.uk/
1778S:	Maintained
1779F:	arch/arm/include/asm/hardware/entry-macro-iomd.S
1780F:	arch/arm/include/asm/hardware/ioc.h
1781F:	arch/arm/include/asm/hardware/iomd.h
1782F:	arch/arm/include/asm/hardware/memc.h
1783F:	arch/arm/mach-rpc/
1784F:	drivers/net/ethernet/8390/etherh.c
1785F:	drivers/net/ethernet/i825xx/ether1*
1786F:	drivers/net/ethernet/seeq/ether3*
1787F:	drivers/scsi/arm/
1788
1789ARM/Rockchip SoC support
1790M:	Heiko Stuebner <heiko@sntech.de>
1791L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792L:	linux-rockchip@lists.infradead.org
1793T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1794S:	Maintained
1795F:	arch/arm/boot/dts/rk3*
1796F:	arch/arm/boot/dts/rv1108*
1797F:	arch/arm/mach-rockchip/
1798F:	drivers/clk/rockchip/
1799F:	drivers/i2c/busses/i2c-rk3x.c
1800F:	drivers/*/*rockchip*
1801F:	drivers/*/*/*rockchip*
1802F:	sound/soc/rockchip/
1803N:	rockchip
1804
1805ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1806M:	Kukjin Kim <kgene@kernel.org>
1807M:	Krzysztof Kozlowski <krzk@kernel.org>
1808L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1809L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1810Q:	https://patchwork.kernel.org/project/linux-samsung-soc/list/
1811S:	Maintained
1812F:	arch/arm/boot/dts/s3c*
1813F:	arch/arm/boot/dts/s5p*
1814F:	arch/arm/boot/dts/samsung*
1815F:	arch/arm/boot/dts/exynos*
1816F:	arch/arm64/boot/dts/exynos/
1817F:	arch/arm/plat-samsung/
1818F:	arch/arm/mach-s3c24*/
1819F:	arch/arm/mach-s3c64xx/
1820F:	arch/arm/mach-s5p*/
1821F:	arch/arm/mach-exynos*/
1822F:	drivers/*/*s3c24*
1823F:	drivers/*/*/*s3c24*
1824F:	drivers/*/*s3c64xx*
1825F:	drivers/*/*s5pv210*
1826F:	drivers/memory/samsung/*
1827F:	drivers/soc/samsung/*
1828F:	Documentation/arm/Samsung/
1829F:	Documentation/devicetree/bindings/arm/samsung/
1830F:	Documentation/devicetree/bindings/sram/samsung-sram.txt
1831F:	Documentation/devicetree/bindings/power/pd-samsung.txt
1832N:	exynos
1833
1834ARM/SAMSUNG MOBILE MACHINE SUPPORT
1835M:	Kyungmin Park <kyungmin.park@samsung.com>
1836L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1837S:	Maintained
1838F:	arch/arm/mach-s5pv210/
1839
1840ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1841M:	Kyungmin Park <kyungmin.park@samsung.com>
1842M:	Kamil Debski <kamil@wypas.org>
1843M:	Andrzej Hajda <a.hajda@samsung.com>
1844L:	linux-arm-kernel@lists.infradead.org
1845L:	linux-media@vger.kernel.org
1846S:	Maintained
1847F:	drivers/media/platform/s5p-g2d/
1848
1849ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1850M:	Marek Szyprowski <m.szyprowski@samsung.com>
1851L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1852L:	linux-media@vger.kernel.org
1853S:	Maintained
1854F:	drivers/media/platform/s5p-cec/
1855F:	Documentation/devicetree/bindings/media/s5p-cec.txt
1856
1857ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1858M:	Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1859M:	Jacek Anaszewski <jacek.anaszewski@gmail.com>
1860L:	linux-arm-kernel@lists.infradead.org
1861L:	linux-media@vger.kernel.org
1862S:	Maintained
1863F:	drivers/media/platform/s5p-jpeg/
1864
1865ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1866M:	Kyungmin Park <kyungmin.park@samsung.com>
1867M:	Kamil Debski <kamil@wypas.org>
1868M:	Jeongtae Park <jtp.park@samsung.com>
1869M:	Andrzej Hajda <a.hajda@samsung.com>
1870L:	linux-arm-kernel@lists.infradead.org
1871L:	linux-media@vger.kernel.org
1872S:	Maintained
1873F:	arch/arm/plat-samsung/s5p-dev-mfc.c
1874F:	drivers/media/platform/s5p-mfc/
1875
1876ARM/SHMOBILE ARM ARCHITECTURE
1877M:	Simon Horman <horms@verge.net.au>
1878M:	Magnus Damm <magnus.damm@gmail.com>
1879L:	linux-renesas-soc@vger.kernel.org
1880Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
1881T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1882S:	Supported
1883F:	arch/arm/boot/dts/emev2*
1884F:	arch/arm/boot/dts/r7s*
1885F:	arch/arm/boot/dts/r8a*
1886F:	arch/arm/boot/dts/sh*
1887F:	arch/arm/configs/shmobile_defconfig
1888F:	arch/arm/include/debug/renesas-scif.S
1889F:	arch/arm/mach-shmobile/
1890F:	drivers/soc/renesas/
1891F:	include/linux/soc/renesas/
1892
1893ARM/SOCFPGA ARCHITECTURE
1894M:	Dinh Nguyen <dinguyen@kernel.org>
1895S:	Maintained
1896F:	arch/arm/mach-socfpga/
1897F:	arch/arm/boot/dts/socfpga*
1898F:	arch/arm/configs/socfpga_defconfig
1899F:	arch/arm64/boot/dts/altera/
1900W:	http://www.rocketboards.org
1901T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1902
1903ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1904M:	Dinh Nguyen <dinguyen@kernel.org>
1905S:	Maintained
1906F:	drivers/clk/socfpga/
1907
1908ARM/SOCFPGA EDAC SUPPORT
1909M:	Thor Thayer <thor.thayer@linux.intel.com>
1910S:	Maintained
1911F:	drivers/edac/altera_edac.
1912
1913ARM/STI ARCHITECTURE
1914M:	Patrice Chotard <patrice.chotard@st.com>
1915L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916W:	http://www.stlinux.com
1917S:	Maintained
1918F:	arch/arm/mach-sti/
1919F:	arch/arm/boot/dts/sti*
1920F:	drivers/char/hw_random/st-rng.c
1921F:	drivers/clocksource/arm_global_timer.c
1922F:	drivers/clocksource/clksrc_st_lpc.c
1923F:	drivers/cpufreq/sti-cpufreq.c
1924F:	drivers/dma/st_fdma*
1925F:	drivers/i2c/busses/i2c-st.c
1926F:	drivers/media/rc/st_rc.c
1927F:	drivers/media/platform/sti/c8sectpfe/
1928F:	drivers/mmc/host/sdhci-st.c
1929F:	drivers/phy/st/phy-miphy28lp.c
1930F:	drivers/phy/st/phy-stih407-usb.c
1931F:	drivers/pinctrl/pinctrl-st.c
1932F:	drivers/remoteproc/st_remoteproc.c
1933F:	drivers/remoteproc/st_slim_rproc.c
1934F:	drivers/reset/sti/
1935F:	drivers/rtc/rtc-st-lpc.c
1936F:	drivers/tty/serial/st-asc.c
1937F:	drivers/usb/dwc3/dwc3-st.c
1938F:	drivers/usb/host/ehci-st.c
1939F:	drivers/usb/host/ohci-st.c
1940F:	drivers/watchdog/st_lpc_wdt.c
1941F:	drivers/ata/ahci_st.c
1942F:	include/linux/remoteproc/st_slim_rproc.h
1943
1944ARM/STM32 ARCHITECTURE
1945M:	Maxime Coquelin <mcoquelin.stm32@gmail.com>
1946M:	Alexandre Torgue <alexandre.torgue@st.com>
1947L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948S:	Maintained
1949T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1950N:	stm32
1951F:	drivers/clocksource/armv7m_systick.c
1952
1953ARM/TANGO ARCHITECTURE
1954M:	Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1955L:	linux-arm-kernel@lists.infradead.org
1956S:	Maintained
1957N:	tango
1958
1959ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1960M:	Lennert Buytenhek <kernel@wantstofly.org>
1961L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962S:	Maintained
1963
1964ARM/TETON BGA MACHINE SUPPORT
1965M:	"Mark F. Brown" <mark.brown314@gmail.com>
1966L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1967S:	Maintained
1968
1969ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1970M:	Santosh Shilimkar <ssantosh@kernel.org>
1971L:	linux-kernel@vger.kernel.org
1972S:	Maintained
1973F:	drivers/memory/*emif*
1974
1975ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1976M:	Santosh Shilimkar <ssantosh@kernel.org>
1977L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1978S:	Maintained
1979F:	arch/arm/mach-keystone/
1980F:	arch/arm/boot/dts/keystone-*
1981T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1982
1983ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1984M:	Santosh Shilimkar <ssantosh@kernel.org>
1985L:	linux-kernel@vger.kernel.org
1986S:	Maintained
1987F:	drivers/clk/keystone/
1988
1989ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1990M:	Santosh Shilimkar <ssantosh@kernel.org>
1991L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1992L:	linux-kernel@vger.kernel.org
1993S:	Maintained
1994F:	drivers/clocksource/timer-keystone.c
1995
1996ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1997M:	Santosh Shilimkar <ssantosh@kernel.org>
1998L:	linux-kernel@vger.kernel.org
1999S:	Maintained
2000F:	drivers/power/reset/keystone-reset.c
2001
2002ARM/THECUS N2100 MACHINE SUPPORT
2003M:	Lennert Buytenhek <kernel@wantstofly.org>
2004L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2005S:	Maintained
2006
2007ARM/TOSA MACHINE SUPPORT
2008M:	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009M:	Dirk Opfer <dirk@opfer-online.de>
2010S:	Maintained
2011
2012ARM/U300 MACHINE SUPPORT
2013M:	Linus Walleij <linus.walleij@linaro.org>
2014L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2015S:	Supported
2016F:	arch/arm/mach-u300/
2017F:	drivers/clocksource/timer-u300.c
2018F:	drivers/i2c/busses/i2c-stu300.c
2019F:	drivers/rtc/rtc-coh901331.c
2020F:	drivers/watchdog/coh901327_wdt.c
2021F:	drivers/dma/coh901318*
2022F:	drivers/mfd/ab3100*
2023F:	drivers/rtc/rtc-ab3100.c
2024F:	drivers/rtc/rtc-coh901331.c
2025T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2026
2027ARM/UNIPHIER ARCHITECTURE
2028M:	Masahiro Yamada <yamada.masahiro@socionext.com>
2029L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2030T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2031S:	Maintained
2032F:	arch/arm/boot/dts/uniphier*
2033F:	arch/arm/include/asm/hardware/cache-uniphier.h
2034F:	arch/arm/mach-uniphier/
2035F:	arch/arm/mm/cache-uniphier.c
2036F:	arch/arm64/boot/dts/socionext/
2037F:	drivers/bus/uniphier-system-bus.c
2038F:	drivers/clk/uniphier/
2039F:	drivers/i2c/busses/i2c-uniphier*
2040F:	drivers/irqchip/irq-uniphier-aidet.c
2041F:	drivers/pinctrl/uniphier/
2042F:	drivers/reset/reset-uniphier.c
2043F:	drivers/tty/serial/8250/8250_uniphier.c
2044N:	uniphier
2045
2046ARM/Ux500 ARM ARCHITECTURE
2047M:	Linus Walleij <linus.walleij@linaro.org>
2048L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2049S:	Maintained
2050F:	arch/arm/mach-ux500/
2051F:	drivers/clocksource/clksrc-dbx500-prcmu.c
2052F:	drivers/dma/ste_dma40*
2053F:	drivers/hwspinlock/u8500_hsem.c
2054F:	drivers/mfd/abx500*
2055F:	drivers/mfd/ab8500*
2056F:	drivers/mfd/dbx500*
2057F:	drivers/mfd/db8500*
2058F:	drivers/pinctrl/nomadik/pinctrl-ab*
2059F:	drivers/pinctrl/nomadik/pinctrl-nomadik*
2060F:	drivers/rtc/rtc-ab8500.c
2061F:	drivers/rtc/rtc-pl031.c
2062T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2063
2064ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2065M:	Ulf Hansson <ulf.hansson@linaro.org>
2066L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2067T:	git git://git.linaro.org/people/ulfh/clk.git
2068S:	Maintained
2069F:	drivers/clk/ux500/
2070
2071ARM/VERSATILE EXPRESS PLATFORM
2072M:	Liviu Dudau <liviu.dudau@arm.com>
2073M:	Sudeep Holla <sudeep.holla@arm.com>
2074M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2075L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2076S:	Maintained
2077F:	arch/arm/boot/dts/vexpress*
2078F:	arch/arm64/boot/dts/arm/
2079F:	arch/arm/mach-vexpress/
2080F:	*/*/vexpress*
2081F:	*/*/*/vexpress*
2082F:	drivers/clk/versatile/clk-vexpress-osc.c
2083F:	drivers/clocksource/versatile.c
2084N:	mps2
2085
2086ARM/VFP SUPPORT
2087M:	Russell King <linux@armlinux.org.uk>
2088L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2089W:	http://www.armlinux.org.uk/
2090S:	Maintained
2091F:	arch/arm/vfp/
2092
2093ARM/VOIPAC PXA270 SUPPORT
2094M:	Marek Vasut <marek.vasut@gmail.com>
2095L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2096S:	Maintained
2097F:	arch/arm/mach-pxa/vpac270.c
2098F:	arch/arm/mach-pxa/include/mach/vpac270.h
2099
2100ARM/VT8500 ARM ARCHITECTURE
2101M:	Tony Prisk <linux@prisktech.co.nz>
2102L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2103S:	Maintained
2104F:	arch/arm/mach-vt8500/
2105F:	drivers/clocksource/vt8500_timer.c
2106F:	drivers/i2c/busses/i2c-wmt.c
2107F:	drivers/mmc/host/wmt-sdmmc.c
2108F:	drivers/pwm/pwm-vt8500.c
2109F:	drivers/rtc/rtc-vt8500.c
2110F:	drivers/tty/serial/vt8500_serial.c
2111F:	drivers/usb/host/ehci-platform.c
2112F:	drivers/usb/host/uhci-platform.c
2113F:	drivers/video/fbdev/vt8500lcdfb.*
2114F:	drivers/video/fbdev/wm8505fb*
2115F:	drivers/video/fbdev/wmt_ge_rops.*
2116
2117ARM/ZIPIT Z2 SUPPORT
2118M:	Marek Vasut <marek.vasut@gmail.com>
2119L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2120S:	Maintained
2121F:	arch/arm/mach-pxa/z2.c
2122F:	arch/arm/mach-pxa/include/mach/z2.h
2123
2124ARM/ZTE ARCHITECTURE
2125M:	Jun Nie <jun.nie@linaro.org>
2126M:	Baoyou Xie <baoyou.xie@linaro.org>
2127M:	Shawn Guo <shawnguo@kernel.org>
2128L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2129S:	Maintained
2130F:	arch/arm/boot/dts/zx2967*
2131F:	arch/arm/mach-zx/
2132F:	arch/arm64/boot/dts/zte/
2133F:	drivers/clk/zte/
2134F:	drivers/dma/zx_dma.c
2135F:	drivers/gpio/gpio-zx.c
2136F:	drivers/i2c/busses/i2c-zx2967.c
2137F:	drivers/mmc/host/dw_mmc-zx.*
2138F:	drivers/pinctrl/zte/
2139F:	drivers/reset/reset-zx2967.c
2140F:	drivers/soc/zte/
2141F:	drivers/thermal/zx2967_thermal.c
2142F:	drivers/watchdog/zx2967_wdt.c
2143F:	Documentation/devicetree/bindings/arm/zte.txt
2144F:	Documentation/devicetree/bindings/clock/zx2967*.txt
2145F:	Documentation/devicetree/bindings/dma/zxdma.txt
2146F:	Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2147F:	Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2148F:	Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2149F:	Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2150F:	Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2151F:	Documentation/devicetree/bindings/soc/zte/
2152F:	Documentation/devicetree/bindings/sound/zte,*.txt
2153F:	Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2154F:	Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2155F:	include/dt-bindings/clock/zx2967*.h
2156F:	include/dt-bindings/soc/zte,*.h
2157F:	sound/soc/codecs/zx_aud96p22.c
2158F:	sound/soc/zte/
2159
2160ARM/ZYNQ ARCHITECTURE
2161M:	Michal Simek <michal.simek@xilinx.com>
2162R:	Sören Brinkmann <soren.brinkmann@xilinx.com>
2163L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2164W:	http://wiki.xilinx.com
2165T:	git https://github.com/Xilinx/linux-xlnx.git
2166S:	Supported
2167F:	arch/arm/mach-zynq/
2168F:	drivers/cpuidle/cpuidle-zynq.c
2169F:	drivers/block/xsysace.c
2170N:	zynq
2171N:	xilinx
2172F:	drivers/clocksource/cadence_ttc_timer.c
2173F:	drivers/i2c/busses/i2c-cadence.c
2174F:	drivers/mmc/host/sdhci-of-arasan.c
2175F:	drivers/edac/synopsys_edac.c
2176
2177ARM64 PORT (AARCH64 ARCHITECTURE)
2178M:	Catalin Marinas <catalin.marinas@arm.com>
2179M:	Will Deacon <will.deacon@arm.com>
2180L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2181T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2182S:	Maintained
2183F:	arch/arm64/
2184F:	Documentation/arm64/
2185
2186AS3645A LED FLASH CONTROLLER DRIVER
2187M:	Sakari Ailus <sakari.ailus@iki.fi>
2188L:	linux-leds@vger.kernel.org
2189S:	Maintained
2190F:	drivers/leds/leds-as3645a.c
2191
2192AS3645A LED FLASH CONTROLLER DRIVER
2193M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2194L:	linux-media@vger.kernel.org
2195T:	git git://linuxtv.org/media_tree.git
2196S:	Maintained
2197F:	drivers/media/i2c/as3645a.c
2198F:	include/media/i2c/as3645a.h
2199
2200ASAHI KASEI AK8974 DRIVER
2201M:	Linus Walleij <linus.walleij@linaro.org>
2202L:	linux-iio@vger.kernel.org
2203W:	http://www.akm.com/
2204S:	Supported
2205F:	drivers/iio/magnetometer/ak8974.c
2206
2207ASC7621 HARDWARE MONITOR DRIVER
2208M:	George Joseph <george.joseph@fairview5.com>
2209L:	linux-hwmon@vger.kernel.org
2210S:	Maintained
2211F:	Documentation/hwmon/asc7621
2212F:	drivers/hwmon/asc7621.c
2213
2214ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2215M:	Corentin Chary <corentin.chary@gmail.com>
2216L:	acpi4asus-user@lists.sourceforge.net
2217L:	platform-driver-x86@vger.kernel.org
2218W:	http://acpi4asus.sf.net
2219S:	Maintained
2220F:	drivers/platform/x86/asus*.c
2221F:	drivers/platform/x86/eeepc*.c
2222
2223ASUS WIRELESS RADIO CONTROL DRIVER
2224M:	João Paulo Rechi Vita <jprvita@gmail.com>
2225L:	platform-driver-x86@vger.kernel.org
2226S:	Maintained
2227F:	drivers/platform/x86/asus-wireless.c
2228
2229ASYMMETRIC KEYS
2230M:	David Howells <dhowells@redhat.com>
2231L:	keyrings@vger.kernel.org
2232S:	Maintained
2233F:	Documentation/crypto/asymmetric-keys.txt
2234F:	include/linux/verification.h
2235F:	include/crypto/public_key.h
2236F:	include/crypto/pkcs7.h
2237F:	crypto/asymmetric_keys/
2238
2239ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2240R:	Dan Williams <dan.j.williams@intel.com>
2241W:	http://sourceforge.net/projects/xscaleiop
2242S:	Odd fixes
2243F:	Documentation/crypto/async-tx-api.txt
2244F:	crypto/async_tx/
2245F:	drivers/dma/
2246F:	include/linux/dmaengine.h
2247F:	include/linux/async_tx.h
2248
2249AT24 EEPROM DRIVER
2250M:	Wolfram Sang <wsa@the-dreams.de>
2251L:	linux-i2c@vger.kernel.org
2252S:	Maintained
2253F:	drivers/misc/eeprom/at24.c
2254F:	include/linux/platform_data/at24.h
2255
2256ATA OVER ETHERNET (AOE) DRIVER
2257M:	"Ed L. Cashin" <ed.cashin@acm.org>
2258W:	http://www.openaoe.org/
2259S:	Supported
2260F:	Documentation/aoe/
2261F:	drivers/block/aoe/
2262
2263ATHEROS 71XX/9XXX GPIO DRIVER
2264M:	Alban Bedel <albeu@free.fr>
2265W:	https://github.com/AlbanBedel/linux
2266T:	git git://github.com/AlbanBedel/linux
2267S:	Maintained
2268F:	drivers/gpio/gpio-ath79.c
2269F:	Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2270
2271ATHEROS ATH GENERIC UTILITIES
2272M:	"Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2273L:	linux-wireless@vger.kernel.org
2274S:	Supported
2275F:	drivers/net/wireless/ath/*
2276
2277ATHEROS ATH5K WIRELESS DRIVER
2278M:	Jiri Slaby <jirislaby@gmail.com>
2279M:	Nick Kossifidis <mickflemm@gmail.com>
2280M:	"Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2281L:	linux-wireless@vger.kernel.org
2282W:	http://wireless.kernel.org/en/users/Drivers/ath5k
2283S:	Maintained
2284F:	drivers/net/wireless/ath/ath5k/
2285
2286ATHEROS ATH6KL WIRELESS DRIVER
2287M:	Kalle Valo <kvalo@qca.qualcomm.com>
2288L:	linux-wireless@vger.kernel.org
2289W:	http://wireless.kernel.org/en/users/Drivers/ath6kl
2290T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2291S:	Supported
2292F:	drivers/net/wireless/ath/ath6kl/
2293
2294ATI_REMOTE2 DRIVER
2295M:	Ville Syrjala <syrjala@sci.fi>
2296S:	Maintained
2297F:	drivers/input/misc/ati_remote2.c
2298
2299ATK0110 HWMON DRIVER
2300M:	Luca Tettamanti <kronos.it@gmail.com>
2301L:	linux-hwmon@vger.kernel.org
2302S:	Maintained
2303F:	drivers/hwmon/asus_atk0110.c
2304
2305ATLX ETHERNET DRIVERS
2306M:	Jay Cliburn <jcliburn@gmail.com>
2307M:	Chris Snook <chris.snook@gmail.com>
2308L:	netdev@vger.kernel.org
2309W:	http://sourceforge.net/projects/atl1
2310W:	http://atl1.sourceforge.net
2311S:	Maintained
2312F:	drivers/net/ethernet/atheros/
2313
2314ATM
2315M:	Chas Williams <3chas3@gmail.com>
2316L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2317L:	netdev@vger.kernel.org
2318W:	http://linux-atm.sourceforge.net
2319S:	Maintained
2320F:	drivers/atm/
2321F:	include/linux/atm*
2322F:	include/uapi/linux/atm*
2323
2324ATMEL AT91 / AT32 MCI DRIVER
2325M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2326S:	Maintained
2327F:	drivers/mmc/host/atmel-mci.c
2328
2329ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2330M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2331S:	Supported
2332F:	drivers/power/reset/at91-sama5d2_shdwc.c
2333
2334ATMEL Audio ALSA driver
2335M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2336L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
2337S:	Supported
2338F:	sound/soc/atmel
2339
2340ATMEL I2C DRIVER
2341M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2342L:	linux-i2c@vger.kernel.org
2343S:	Supported
2344F:	drivers/i2c/busses/i2c-at91.c
2345
2346ATMEL ISI DRIVER
2347M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2348L:	linux-media@vger.kernel.org
2349S:	Supported
2350F:	drivers/media/platform/atmel/atmel-isi.c
2351F:	include/media/atmel-isi.h
2352
2353ATMEL LCDFB DRIVER
2354M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2355L:	linux-fbdev@vger.kernel.org
2356S:	Maintained
2357F:	drivers/video/fbdev/atmel_lcdfb.c
2358F:	include/video/atmel_lcdc.h
2359
2360ATMEL MACB ETHERNET DRIVER
2361M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2362S:	Supported
2363F:	drivers/net/ethernet/cadence/
2364
2365ATMEL MAXTOUCH DRIVER
2366M:	Nick Dyer <nick@shmanahar.org>
2367T:	git git://github.com/ndyer/linux.git
2368S:	Maintained
2369F:	Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2370F:	drivers/input/touchscreen/atmel_mxt_ts.c
2371F:	include/linux/platform_data/atmel_mxt_ts.h
2372
2373ATMEL NAND DRIVER
2374M:	Wenyou Yang <wenyou.yang@atmel.com>
2375M:	Josh Wu <rainyfeeling@outlook.com>
2376L:	linux-mtd@lists.infradead.org
2377S:	Supported
2378F:	drivers/mtd/nand/atmel/*
2379
2380ATMEL SAMA5D2 ADC DRIVER
2381M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2382L:	linux-iio@vger.kernel.org
2383S:	Supported
2384F:	drivers/iio/adc/at91-sama5d2_adc.c
2385
2386ATMEL SDMMC DRIVER
2387M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2388L:	linux-mmc@vger.kernel.org
2389S:	Supported
2390F:	drivers/mmc/host/sdhci-of-at91.c
2391
2392ATMEL SPI DRIVER
2393M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2394S:	Supported
2395F:	drivers/spi/spi-atmel.*
2396
2397ATMEL SSC DRIVER
2398M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2399L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2400S:	Supported
2401F:	drivers/misc/atmel-ssc.c
2402F:	include/linux/atmel-ssc.h
2403
2404ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2405M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2406L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2407S:	Supported
2408F:	drivers/misc/atmel_tclib.c
2409F:	drivers/clocksource/tcb_clksrc.c
2410
2411ATMEL USBA UDC DRIVER
2412M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2413L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2414S:	Supported
2415F:	drivers/usb/gadget/udc/atmel_usba_udc.*
2416
2417ATMEL WIRELESS DRIVER
2418M:	Simon Kelley <simon@thekelleys.org.uk>
2419L:	linux-wireless@vger.kernel.org
2420W:	http://www.thekelleys.org.uk/atmel
2421W:	http://atmelwlandriver.sourceforge.net/
2422S:	Maintained
2423F:	drivers/net/wireless/atmel/atmel*
2424
2425ATMEL XDMA DRIVER
2426M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2427L:	linux-arm-kernel@lists.infradead.org
2428L:	dmaengine@vger.kernel.org
2429S:	Supported
2430F:	drivers/dma/at_xdmac.c
2431
2432ATOMIC INFRASTRUCTURE
2433M:	Will Deacon <will.deacon@arm.com>
2434M:	Peter Zijlstra <peterz@infradead.org>
2435R:	Boqun Feng <boqun.feng@gmail.com>
2436L:	linux-kernel@vger.kernel.org
2437S:	Maintained
2438F:	arch/*/include/asm/atomic*.h
2439F:	include/*/atomic*.h
2440
2441ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2442M:	Bradley Grove <linuxdrivers@attotech.com>
2443L:	linux-scsi@vger.kernel.org
2444W:	http://www.attotech.com
2445S:	Supported
2446F:	drivers/scsi/esas2r
2447
2448ATUSB IEEE 802.15.4 RADIO DRIVER
2449M:	Stefan Schmidt <stefan@osg.samsung.com>
2450L:	linux-wpan@vger.kernel.org
2451S:	Maintained
2452F:	drivers/net/ieee802154/atusb.c
2453F:	drivers/net/ieee802154/atusb.h
2454F:	drivers/net/ieee802154/at86rf230.h
2455
2456AUDIT SUBSYSTEM
2457M:	Paul Moore <paul@paul-moore.com>
2458M:	Eric Paris <eparis@redhat.com>
2459L:	linux-audit@redhat.com (moderated for non-subscribers)
2460W:	https://github.com/linux-audit
2461W:	https://people.redhat.com/sgrubb/audit
2462T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2463S:	Supported
2464F:	include/linux/audit.h
2465F:	include/uapi/linux/audit.h
2466F:	kernel/audit*
2467
2468AUXILIARY DISPLAY DRIVERS
2469M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2470W:	http://miguelojeda.es/auxdisplay.htm
2471W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2472S:	Maintained
2473F:	drivers/auxdisplay/
2474F:	include/linux/cfag12864b.h
2475
2476AX.25 NETWORK LAYER
2477M:	Ralf Baechle <ralf@linux-mips.org>
2478L:	linux-hams@vger.kernel.org
2479W:	http://www.linux-ax25.org/
2480S:	Maintained
2481F:	include/uapi/linux/ax25.h
2482F:	include/net/ax25.h
2483F:	net/ax25/
2484
2485AXENTIA ARM DEVICES
2486M:	Peter Rosin <peda@axentia.se>
2487L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2488S:	Maintained
2489F:	Documentation/devicetree/bindings/arm/axentia.txt
2490F:	arch/arm/boot/dts/at91-linea.dtsi
2491F:	arch/arm/boot/dts/at91-tse850-3.dts
2492
2493AXENTIA ASOC DRIVERS
2494M:	Peter Rosin <peda@axentia.se>
2495L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
2496S:	Maintained
2497F:	Documentation/devicetree/bindings/sound/axentia,*
2498F:	sound/soc/atmel/tse850-pcm5142.c
2499
2500AZ6007 DVB DRIVER
2501M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
2502M:	Mauro Carvalho Chehab <mchehab@kernel.org>
2503L:	linux-media@vger.kernel.org
2504W:	https://linuxtv.org
2505T:	git git://linuxtv.org/media_tree.git
2506S:	Maintained
2507F:	drivers/media/usb/dvb-usb-v2/az6007.c
2508
2509AZTECH FM RADIO RECEIVER DRIVER
2510M:	Hans Verkuil <hverkuil@xs4all.nl>
2511L:	linux-media@vger.kernel.org
2512T:	git git://linuxtv.org/media_tree.git
2513W:	https://linuxtv.org
2514S:	Maintained
2515F:	drivers/media/radio/radio-aztech*
2516
2517B43 WIRELESS DRIVER
2518L:	linux-wireless@vger.kernel.org
2519L:	b43-dev@lists.infradead.org
2520W:	http://wireless.kernel.org/en/users/Drivers/b43
2521S:	Odd Fixes
2522F:	drivers/net/wireless/broadcom/b43/
2523
2524B43LEGACY WIRELESS DRIVER
2525M:	Larry Finger <Larry.Finger@lwfinger.net>
2526L:	linux-wireless@vger.kernel.org
2527L:	b43-dev@lists.infradead.org
2528W:	http://wireless.kernel.org/en/users/Drivers/b43
2529S:	Maintained
2530F:	drivers/net/wireless/broadcom/b43legacy/
2531
2532BACKLIGHT CLASS/SUBSYSTEM
2533M:	Lee Jones <lee.jones@linaro.org>
2534M:	Daniel Thompson <daniel.thompson@linaro.org>
2535M:	Jingoo Han <jingoohan1@gmail.com>
2536T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2537S:	Maintained
2538F:	drivers/video/backlight/
2539F:	include/linux/backlight.h
2540F:	include/linux/pwm_backlight.h
2541F:	Documentation/devicetree/bindings/leds/backlight
2542
2543BATMAN ADVANCED
2544M:	Marek Lindner <mareklindner@neomailbox.ch>
2545M:	Simon Wunderlich <sw@simonwunderlich.de>
2546M:	Antonio Quartulli <a@unstable.cc>
2547L:	b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2548W:	https://www.open-mesh.org/
2549Q:	https://patchwork.open-mesh.org/project/batman/list/
2550S:	Maintained
2551F:	Documentation/ABI/testing/sysfs-class-net-batman-adv
2552F:	Documentation/ABI/testing/sysfs-class-net-mesh
2553F:	Documentation/networking/batman-adv.rst
2554F:	include/uapi/linux/batman_adv.h
2555F:	net/batman-adv/
2556
2557BAYCOM/HDLCDRV DRIVERS FOR AX.25
2558M:	Thomas Sailer <t.sailer@alumni.ethz.ch>
2559L:	linux-hams@vger.kernel.org
2560W:	http://www.baycom.org/~tom/ham/ham.html
2561S:	Maintained
2562F:	drivers/net/hamradio/baycom*
2563
2564BCACHE (BLOCK LAYER CACHE)
2565M:	Kent Overstreet <kent.overstreet@gmail.com>
2566L:	linux-bcache@vger.kernel.org
2567W:	http://bcache.evilpiepirate.org
2568S:	Orphan
2569F:	drivers/md/bcache/
2570
2571BDISP ST MEDIA DRIVER
2572M:	Fabien Dessenne <fabien.dessenne@st.com>
2573L:	linux-media@vger.kernel.org
2574T:	git git://linuxtv.org/media_tree.git
2575W:	https://linuxtv.org
2576S:	Supported
2577F:	drivers/media/platform/sti/bdisp
2578
2579BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2580M:	Dariusz Marcinkiewicz <reksio@newterm.pl>
2581L:	netdev@vger.kernel.org
2582S:	Maintained
2583F:	drivers/net/ethernet/ec_bhf.c
2584
2585BEFS FILE SYSTEM
2586M:	Luis de Bethencourt <luisbg@kernel.org>
2587M:	Salah Triki <salah.triki@gmail.com>
2588S:	Maintained
2589T:	git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2590F:	Documentation/filesystems/befs.txt
2591F:	fs/befs/
2592
2593BFQ I/O SCHEDULER
2594M:	Paolo Valente <paolo.valente@linaro.org>
2595M:	Jens Axboe <axboe@kernel.dk>
2596L:	linux-block@vger.kernel.org
2597S:	Maintained
2598F:	block/bfq-*
2599F:	Documentation/block/bfq-iosched.txt
2600
2601BFS FILE SYSTEM
2602M:	"Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2603S:	Maintained
2604F:	Documentation/filesystems/bfs.txt
2605F:	fs/bfs/
2606F:	include/uapi/linux/bfs_fs.h
2607
2608BLACKFIN ARCHITECTURE
2609M:	Steven Miao <realmz6@gmail.com>
2610L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2611T:	git git://git.code.sf.net/p/adi-linux/code
2612W:	http://blackfin.uclinux.org
2613S:	Supported
2614F:	arch/blackfin/
2615
2616BLACKFIN EMAC DRIVER
2617L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2618W:	http://blackfin.uclinux.org
2619S:	Supported
2620F:	drivers/net/ethernet/adi/
2621
2622BLACKFIN MEDIA DRIVER
2623M:	Scott Jiang <scott.jiang.linux@gmail.com>
2624L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2625W:	http://blackfin.uclinux.org/
2626S:	Supported
2627F:	drivers/media/platform/blackfin/
2628F:	drivers/media/i2c/adv7183*
2629F:	drivers/media/i2c/vs6624*
2630
2631BLACKFIN RTC DRIVER
2632L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2633W:	http://blackfin.uclinux.org
2634S:	Supported
2635F:	drivers/rtc/rtc-bfin.c
2636
2637BLACKFIN SDH DRIVER
2638L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2639W:	http://blackfin.uclinux.org
2640S:	Supported
2641F:	drivers/mmc/host/bfin_sdh.c
2642
2643BLACKFIN SERIAL DRIVER
2644L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2645W:	http://blackfin.uclinux.org
2646S:	Supported
2647F:	drivers/tty/serial/bfin_uart.c
2648
2649BLACKFIN WATCHDOG DRIVER
2650L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2651W:	http://blackfin.uclinux.org
2652S:	Supported
2653F:	drivers/watchdog/bfin_wdt.c
2654
2655BLINKM RGB LED DRIVER
2656M:	Jan-Simon Moeller <jansimon.moeller@gmx.de>
2657S:	Maintained
2658F:	drivers/leds/leds-blinkm.c
2659
2660BLOCK LAYER
2661M:	Jens Axboe <axboe@kernel.dk>
2662L:	linux-block@vger.kernel.org
2663T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2664S:	Maintained
2665F:	block/
2666F:	kernel/trace/blktrace.c
2667F:	lib/sbitmap.c
2668
2669BLOCK2MTD DRIVER
2670M:	Joern Engel <joern@lazybastard.org>
2671L:	linux-mtd@lists.infradead.org
2672S:	Maintained
2673F:	drivers/mtd/devices/block2mtd.c
2674
2675BLUETOOTH DRIVERS
2676M:	Marcel Holtmann <marcel@holtmann.org>
2677M:	Gustavo Padovan <gustavo@padovan.org>
2678M:	Johan Hedberg <johan.hedberg@gmail.com>
2679L:	linux-bluetooth@vger.kernel.org
2680W:	http://www.bluez.org/
2681T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2682T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2683S:	Maintained
2684F:	drivers/bluetooth/
2685
2686BLUETOOTH SUBSYSTEM
2687M:	Marcel Holtmann <marcel@holtmann.org>
2688M:	Gustavo Padovan <gustavo@padovan.org>
2689M:	Johan Hedberg <johan.hedberg@gmail.com>
2690L:	linux-bluetooth@vger.kernel.org
2691W:	http://www.bluez.org/
2692T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2693T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2694S:	Maintained
2695F:	net/bluetooth/
2696F:	include/net/bluetooth/
2697
2698BONDING DRIVER
2699M:	Jay Vosburgh <j.vosburgh@gmail.com>
2700M:	Veaceslav Falico <vfalico@gmail.com>
2701M:	Andy Gospodarek <andy@greyhouse.net>
2702L:	netdev@vger.kernel.org
2703W:	http://sourceforge.net/projects/bonding/
2704S:	Supported
2705F:	drivers/net/bonding/
2706F:	include/uapi/linux/if_bonding.h
2707
2708BPF (Safe dynamic programs and tools)
2709M:	Alexei Starovoitov <ast@kernel.org>
2710M:	Daniel Borkmann <daniel@iogearbox.net>
2711L:	netdev@vger.kernel.org
2712L:	linux-kernel@vger.kernel.org
2713S:	Supported
2714F:	arch/x86/net/bpf_jit*
2715F:	Documentation/networking/filter.txt
2716F:	Documentation/bpf/
2717F:	include/linux/bpf*
2718F:	include/linux/filter.h
2719F:	include/uapi/linux/bpf*
2720F:	include/uapi/linux/filter.h
2721F:	kernel/bpf/
2722F:	kernel/trace/bpf_trace.c
2723F:	lib/test_bpf.c
2724F:	net/bpf/
2725F:	net/core/filter.c
2726F:	net/sched/act_bpf.c
2727F:	net/sched/cls_bpf.c
2728F:	samples/bpf/
2729F:	tools/bpf/
2730F:	tools/testing/selftests/bpf/
2731
2732BROADCOM B44 10/100 ETHERNET DRIVER
2733M:	Michael Chan <michael.chan@broadcom.com>
2734L:	netdev@vger.kernel.org
2735S:	Supported
2736F:	drivers/net/ethernet/broadcom/b44.*
2737
2738BROADCOM B53 ETHERNET SWITCH DRIVER
2739M:	Florian Fainelli <f.fainelli@gmail.com>
2740L:	netdev@vger.kernel.org
2741L:	openwrt-devel@lists.openwrt.org (subscribers-only)
2742S:	Supported
2743F:	drivers/net/dsa/b53/*
2744F:	include/linux/platform_data/b53.h
2745
2746BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2747M:	Florian Fainelli <f.fainelli@gmail.com>
2748M:	Ray Jui <rjui@broadcom.com>
2749M:	Scott Branden <sbranden@broadcom.com>
2750M:	bcm-kernel-feedback-list@broadcom.com
2751T:	git git://github.com/broadcom/mach-bcm
2752S:	Maintained
2753N:	bcm281*
2754N:	bcm113*
2755N:	bcm216*
2756N:	kona
2757F:	arch/arm/mach-bcm/
2758
2759BROADCOM BCM2835 ARM ARCHITECTURE
2760M:	Eric Anholt <eric@anholt.net>
2761M:	Stefan Wahren <stefan.wahren@i2se.com>
2762L:	linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2763L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2764T:	git git://github.com/anholt/linux
2765S:	Maintained
2766N:	bcm2835
2767F:	drivers/staging/vc04_services
2768
2769BROADCOM BCM47XX MIPS ARCHITECTURE
2770M:	Hauke Mehrtens <hauke@hauke-m.de>
2771M:	Rafał Miłecki <zajec5@gmail.com>
2772L:	linux-mips@linux-mips.org
2773S:	Maintained
2774F:	Documentation/devicetree/bindings/mips/brcm/
2775F:	arch/mips/bcm47xx/*
2776F:	arch/mips/include/asm/mach-bcm47xx/*
2777
2778BROADCOM BCM5301X ARM ARCHITECTURE
2779M:	Hauke Mehrtens <hauke@hauke-m.de>
2780M:	Rafał Miłecki <zajec5@gmail.com>
2781M:	Jon Mason <jonmason@broadcom.com>
2782M:	bcm-kernel-feedback-list@broadcom.com
2783L:	linux-arm-kernel@lists.infradead.org
2784S:	Maintained
2785F:	arch/arm/mach-bcm/bcm_5301x.c
2786F:	arch/arm/boot/dts/bcm5301x*.dtsi
2787F:	arch/arm/boot/dts/bcm470*
2788F:	arch/arm/boot/dts/bcm953012*
2789
2790BROADCOM BCM53573 ARM ARCHITECTURE
2791M:	Rafał Miłecki <rafal@milecki.pl>
2792L:	linux-arm-kernel@lists.infradead.org
2793S:	Maintained
2794F:	arch/arm/boot/dts/bcm53573*
2795F:	arch/arm/boot/dts/bcm47189*
2796
2797BROADCOM BCM63XX ARM ARCHITECTURE
2798M:	Florian Fainelli <f.fainelli@gmail.com>
2799M:	bcm-kernel-feedback-list@broadcom.com
2800L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2801T:	git git://github.com/broadcom/stblinux.git
2802S:	Maintained
2803N:	bcm63xx
2804
2805BROADCOM BCM63XX/BCM33XX UDC DRIVER
2806M:	Kevin Cernekee <cernekee@gmail.com>
2807L:	linux-usb@vger.kernel.org
2808S:	Maintained
2809F:	drivers/usb/gadget/udc/bcm63xx_udc.*
2810
2811BROADCOM BCM7XXX ARM ARCHITECTURE
2812M:	Brian Norris <computersforpeace@gmail.com>
2813M:	Gregory Fong <gregory.0xf0@gmail.com>
2814M:	Florian Fainelli <f.fainelli@gmail.com>
2815M:	bcm-kernel-feedback-list@broadcom.com
2816L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2817T:	git git://github.com/broadcom/stblinux.git
2818S:	Maintained
2819F:	arch/arm/mach-bcm/*brcmstb*
2820F:	arch/arm/boot/dts/bcm7*.dts*
2821F:	drivers/bus/brcmstb_gisb.c
2822N:	brcmstb
2823
2824BROADCOM BMIPS CPUFREQ DRIVER
2825M:	Markus Mayer <mmayer@broadcom.com>
2826M:	bcm-kernel-feedback-list@broadcom.com
2827L:	linux-pm@vger.kernel.org
2828S:	Maintained
2829F:	drivers/cpufreq/bmips-cpufreq.c
2830
2831BROADCOM BMIPS MIPS ARCHITECTURE
2832M:	Kevin Cernekee <cernekee@gmail.com>
2833M:	Florian Fainelli <f.fainelli@gmail.com>
2834L:	linux-mips@linux-mips.org
2835T:	git git://github.com/broadcom/stblinux.git
2836S:	Maintained
2837F:	arch/mips/bmips/*
2838F:	arch/mips/include/asm/mach-bmips/*
2839F:	arch/mips/kernel/*bmips*
2840F:	arch/mips/boot/dts/brcm/bcm*.dts*
2841F:	drivers/irqchip/irq-bcm63*
2842F:	drivers/irqchip/irq-bcm7*
2843F:	drivers/irqchip/irq-brcmstb*
2844F:	include/linux/bcm963xx_nvram.h
2845F:	include/linux/bcm963xx_tag.h
2846
2847BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2848M:	Rasesh Mody <rasesh.mody@cavium.com>
2849M:	Harish Patil <harish.patil@cavium.com>
2850M:	Dept-GELinuxNICDev@cavium.com
2851L:	netdev@vger.kernel.org
2852S:	Supported
2853F:	drivers/net/ethernet/broadcom/bnx2.*
2854F:	drivers/net/ethernet/broadcom/bnx2_*
2855
2856BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2857M:	QLogic-Storage-Upstream@qlogic.com
2858L:	linux-scsi@vger.kernel.org
2859S:	Supported
2860F:	drivers/scsi/bnx2fc/
2861
2862BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2863M:	QLogic-Storage-Upstream@qlogic.com
2864L:	linux-scsi@vger.kernel.org
2865S:	Supported
2866F:	drivers/scsi/bnx2i/
2867
2868BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2869M:	Ariel Elior <ariel.elior@cavium.com>
2870M:	everest-linux-l2@cavium.com
2871L:	netdev@vger.kernel.org
2872S:	Supported
2873F:	drivers/net/ethernet/broadcom/bnx2x/
2874
2875BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2876M:	Michael Chan <michael.chan@broadcom.com>
2877L:	netdev@vger.kernel.org
2878S:	Supported
2879F:	drivers/net/ethernet/broadcom/bnxt/
2880
2881BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2882M:	Arend van Spriel <arend.vanspriel@broadcom.com>
2883M:	Franky Lin <franky.lin@broadcom.com>
2884M:	Hante Meuleman <hante.meuleman@broadcom.com>
2885M:	Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2886M:	Wright Feng <wright.feng@cypress.com>
2887L:	linux-wireless@vger.kernel.org
2888L:	brcm80211-dev-list.pdl@broadcom.com
2889L:	brcm80211-dev-list@cypress.com
2890S:	Supported
2891F:	drivers/net/wireless/broadcom/brcm80211/
2892
2893BROADCOM BRCMSTB GPIO DRIVER
2894M:	Gregory Fong <gregory.0xf0@gmail.com>
2895L:	bcm-kernel-feedback-list@broadcom.com
2896S:	Supported
2897F:	drivers/gpio/gpio-brcmstb.c
2898F:	Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2899
2900BROADCOM GENET ETHERNET DRIVER
2901M:	Doug Berger <opendmb@gmail.com>
2902M:	Florian Fainelli <f.fainelli@gmail.com>
2903L:	netdev@vger.kernel.org
2904S:	Supported
2905F:	drivers/net/ethernet/broadcom/genet/
2906
2907BROADCOM IPROC ARM ARCHITECTURE
2908M:	Ray Jui <rjui@broadcom.com>
2909M:	Scott Branden <sbranden@broadcom.com>
2910M:	Jon Mason <jonmason@broadcom.com>
2911M:	bcm-kernel-feedback-list@broadcom.com
2912L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2913T:	git git://github.com/broadcom/cygnus-linux.git
2914S:	Maintained
2915N:	iproc
2916N:	cygnus
2917N:	bcm[-_]nsp
2918N:	bcm9113*
2919N:	bcm9583*
2920N:	bcm9585*
2921N:	bcm9586*
2922N:	bcm988312
2923N:	bcm113*
2924N:	bcm583*
2925N:	bcm585*
2926N:	bcm586*
2927N:	bcm88312
2928F:	arch/arm64/boot/dts/broadcom/ns2*
2929F:	drivers/clk/bcm/clk-ns*
2930F:	drivers/pinctrl/bcm/pinctrl-ns*
2931
2932BROADCOM KONA GPIO DRIVER
2933M:	Ray Jui <rjui@broadcom.com>
2934L:	bcm-kernel-feedback-list@broadcom.com
2935S:	Supported
2936F:	drivers/gpio/gpio-bcm-kona.c
2937F:	Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2938
2939BROADCOM NETXTREME-E ROCE DRIVER
2940M:	Selvin Xavier <selvin.xavier@broadcom.com>
2941M:	Devesh Sharma <devesh.sharma@broadcom.com>
2942M:	Somnath Kotur <somnath.kotur@broadcom.com>
2943M:	Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2944L:	linux-rdma@vger.kernel.org
2945W:	http://www.broadcom.com
2946S:	Supported
2947F:	drivers/infiniband/hw/bnxt_re/
2948F:	include/uapi/rdma/bnxt_re-abi.h
2949
2950BROADCOM NVRAM DRIVER
2951M:	Rafał Miłecki <zajec5@gmail.com>
2952L:	linux-mips@linux-mips.org
2953S:	Maintained
2954F:	drivers/firmware/broadcom/*
2955
2956BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2957M:	Rafał Miłecki <zajec5@gmail.com>
2958L:	linux-wireless@vger.kernel.org
2959S:	Maintained
2960F:	drivers/bcma/
2961F:	include/linux/bcma/
2962
2963BROADCOM STB AVS CPUFREQ DRIVER
2964M:	Markus Mayer <mmayer@broadcom.com>
2965M:	bcm-kernel-feedback-list@broadcom.com
2966L:	linux-pm@vger.kernel.org
2967S:	Maintained
2968F:	Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2969F:	drivers/cpufreq/brcmstb*
2970
2971BROADCOM STB NAND FLASH DRIVER
2972M:	Brian Norris <computersforpeace@gmail.com>
2973M:	Kamal Dasu <kdasu.kdev@gmail.com>
2974L:	linux-mtd@lists.infradead.org
2975L:	bcm-kernel-feedback-list@broadcom.com
2976S:	Maintained
2977F:	drivers/mtd/nand/brcmnand/
2978
2979BROADCOM SYSTEMPORT ETHERNET DRIVER
2980M:	Florian Fainelli <f.fainelli@gmail.com>
2981L:	netdev@vger.kernel.org
2982S:	Supported
2983F:	drivers/net/ethernet/broadcom/bcmsysport.*
2984
2985BROADCOM TG3 GIGABIT ETHERNET DRIVER
2986M:	Siva Reddy Kallam <siva.kallam@broadcom.com>
2987M:	Prashant Sreedharan <prashant@broadcom.com>
2988M:	Michael Chan <mchan@broadcom.com>
2989L:	netdev@vger.kernel.org
2990S:	Supported
2991F:	drivers/net/ethernet/broadcom/tg3.*
2992
2993BROCADE BFA FC SCSI DRIVER
2994M:	Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2995M:	Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2996L:	linux-scsi@vger.kernel.org
2997S:	Supported
2998F:	drivers/scsi/bfa/
2999
3000BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3001M:	Rasesh Mody <rasesh.mody@cavium.com>
3002M:	Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3003M:	Dept-GELinuxNICDev@cavium.com
3004L:	netdev@vger.kernel.org
3005S:	Supported
3006F:	drivers/net/ethernet/brocade/bna/
3007
3008BSG (block layer generic sg v4 driver)
3009M:	FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3010L:	linux-scsi@vger.kernel.org
3011S:	Supported
3012F:	block/bsg.c
3013F:	include/linux/bsg.h
3014F:	include/uapi/linux/bsg.h
3015
3016BT87X AUDIO DRIVER
3017M:	Clemens Ladisch <clemens@ladisch.de>
3018L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3019T:	git git://git.alsa-project.org/alsa-kernel.git
3020S:	Maintained
3021F:	Documentation/sound/alsa/Bt87x.txt
3022F:	sound/pci/bt87x.c
3023
3024BT8XXGPIO DRIVER
3025M:	Michael Buesch <m@bues.ch>
3026W:	http://bu3sch.de/btgpio.php
3027S:	Maintained
3028F:	drivers/gpio/gpio-bt8xx.c
3029
3030BTRFS FILE SYSTEM
3031M:	Chris Mason <clm@fb.com>
3032M:	Josef Bacik <jbacik@fb.com>
3033M:	David Sterba <dsterba@suse.com>
3034L:	linux-btrfs@vger.kernel.org
3035W:	http://btrfs.wiki.kernel.org/
3036Q:	http://patchwork.kernel.org/project/linux-btrfs/list/
3037T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3038S:	Maintained
3039F:	Documentation/filesystems/btrfs.txt
3040F:	fs/btrfs/
3041F:	include/linux/btrfs*
3042F:	include/uapi/linux/btrfs*
3043
3044BTTV VIDEO4LINUX DRIVER
3045M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
3046M:	Mauro Carvalho Chehab <mchehab@kernel.org>
3047L:	linux-media@vger.kernel.org
3048W:	https://linuxtv.org
3049T:	git git://linuxtv.org/media_tree.git
3050S:	Odd fixes
3051F:	Documentation/media/v4l-drivers/bttv*
3052F:	drivers/media/pci/bt8xx/bttv*
3053
3054BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3055M:	Chanwoo Choi <cw00.choi@samsung.com>
3056L:	linux-pm@vger.kernel.org
3057L:	linux-samsung-soc@vger.kernel.org
3058T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3059S:	Maintained
3060F:	drivers/devfreq/exynos-bus.c
3061F:	Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3062
3063BUSLOGIC SCSI DRIVER
3064M:	Khalid Aziz <khalid@gonehiking.org>
3065L:	linux-scsi@vger.kernel.org
3066S:	Maintained
3067F:	drivers/scsi/BusLogic.*
3068F:	drivers/scsi/FlashPoint.*
3069
3070C-MEDIA CMI8788 DRIVER
3071M:	Clemens Ladisch <clemens@ladisch.de>
3072L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3073T:	git git://git.alsa-project.org/alsa-kernel.git
3074S:	Maintained
3075F:	sound/pci/oxygen/
3076
3077C6X ARCHITECTURE
3078M:	Mark Salter <msalter@redhat.com>
3079M:	Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3080L:	linux-c6x-dev@linux-c6x.org
3081W:	http://www.linux-c6x.org/wiki/index.php/Main_Page
3082S:	Maintained
3083F:	arch/c6x/
3084
3085CA8210 IEEE-802.15.4 RADIO DRIVER
3086M:	Harry Morris <h.morris@cascoda.com>
3087M:	linuxdev@cascoda.com
3088L:	linux-wpan@vger.kernel.org
3089W:	https://github.com/Cascoda/ca8210-linux.git
3090S:	Maintained
3091F:	drivers/net/ieee802154/ca8210.c
3092F:	Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3093
3094CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3095M:	David Howells <dhowells@redhat.com>
3096L:	linux-cachefs@redhat.com (moderated for non-subscribers)
3097S:	Supported
3098F:	Documentation/filesystems/caching/cachefiles.txt
3099F:	fs/cachefiles/
3100
3101CADET FM/AM RADIO RECEIVER DRIVER
3102M:	Hans Verkuil <hverkuil@xs4all.nl>
3103L:	linux-media@vger.kernel.org
3104T:	git git://linuxtv.org/media_tree.git
3105W:	https://linuxtv.org
3106S:	Maintained
3107F:	drivers/media/radio/radio-cadet*
3108
3109CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3110M:	Jonathan Corbet <corbet@lwn.net>
3111L:	linux-media@vger.kernel.org
3112T:	git git://linuxtv.org/media_tree.git
3113S:	Maintained
3114F:	Documentation/media/v4l-drivers/cafe_ccic*
3115F:	drivers/media/platform/marvell-ccic/
3116
3117CAIF NETWORK LAYER
3118M:	Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3119L:	netdev@vger.kernel.org
3120S:	Supported
3121F:	Documentation/networking/caif/
3122F:	drivers/net/caif/
3123F:	include/uapi/linux/caif/
3124F:	include/net/caif/
3125F:	net/caif/
3126
3127CALGARY x86-64 IOMMU
3128M:	Muli Ben-Yehuda <mulix@mulix.org>
3129M:	Jon Mason <jdmason@kudzu.us>
3130L:	iommu@lists.linux-foundation.org
3131S:	Maintained
3132F:	arch/x86/kernel/pci-calgary_64.c
3133F:	arch/x86/kernel/tce_64.c
3134F:	arch/x86/include/asm/calgary.h
3135F:	arch/x86/include/asm/tce.h
3136
3137CAN NETWORK DRIVERS
3138M:	Wolfgang Grandegger <wg@grandegger.com>
3139M:	Marc Kleine-Budde <mkl@pengutronix.de>
3140L:	linux-can@vger.kernel.org
3141W:	https://github.com/linux-can
3142T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3143T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3144S:	Maintained
3145F:	Documentation/devicetree/bindings/net/can/
3146F:	drivers/net/can/
3147F:	include/linux/can/dev.h
3148F:	include/linux/can/platform/
3149F:	include/uapi/linux/can/error.h
3150F:	include/uapi/linux/can/netlink.h
3151
3152CAN NETWORK LAYER
3153M:	Oliver Hartkopp <socketcan@hartkopp.net>
3154M:	Marc Kleine-Budde <mkl@pengutronix.de>
3155L:	linux-can@vger.kernel.org
3156W:	https://github.com/linux-can
3157T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3158T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3159S:	Maintained
3160F:	Documentation/networking/can.txt
3161F:	net/can/
3162F:	include/linux/can/core.h
3163F:	include/uapi/linux/can.h
3164F:	include/uapi/linux/can/bcm.h
3165F:	include/uapi/linux/can/raw.h
3166F:	include/uapi/linux/can/gw.h
3167
3168CAPABILITIES
3169M:	Serge Hallyn <serge@hallyn.com>
3170L:	linux-security-module@vger.kernel.org
3171S:	Supported
3172F:	include/linux/capability.h
3173F:	include/uapi/linux/capability.h
3174F:	security/commoncap.c
3175F:	kernel/capability.c
3176
3177CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3178M:	Kevin Tsai <ktsai@capellamicro.com>
3179S:	Maintained
3180F:	drivers/iio/light/cm*
3181
3182CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3183M:	Christian Lamparter <chunkeey@googlemail.com>
3184L:	linux-wireless@vger.kernel.org
3185W:	http://wireless.kernel.org/en/users/Drivers/carl9170
3186S:	Maintained
3187F:	drivers/net/wireless/ath/carl9170/
3188
3189CAVIUM I2C DRIVER
3190M:	Jan Glauber <jglauber@cavium.com>
3191M:	David Daney <david.daney@cavium.com>
3192W:	http://www.cavium.com
3193S:	Supported
3194F:	drivers/i2c/busses/i2c-octeon*
3195F:	drivers/i2c/busses/i2c-thunderx*
3196
3197CAVIUM LIQUIDIO NETWORK DRIVER
3198M:	Derek Chickles <derek.chickles@caviumnetworks.com>
3199M:	Satanand Burla <satananda.burla@caviumnetworks.com>
3200M:	Felix Manlunas <felix.manlunas@caviumnetworks.com>
3201M:	Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3202L:	netdev@vger.kernel.org
3203W:	http://www.cavium.com
3204S:	Supported
3205F:	drivers/net/ethernet/cavium/liquidio/
3206
3207CAVIUM MMC DRIVER
3208M:	Jan Glauber <jglauber@cavium.com>
3209M:	David Daney <david.daney@cavium.com>
3210M:	Steven J. Hill <Steven.Hill@cavium.com>
3211W:	http://www.cavium.com
3212S:	Supported
3213F:	drivers/mmc/host/cavium*
3214
3215CAVIUM OCTEON-TX CRYPTO DRIVER
3216M:	George Cherian <george.cherian@cavium.com>
3217L:	linux-crypto@vger.kernel.org
3218W:	http://www.cavium.com
3219S:	Supported
3220F:	drivers/crypto/cavium/cpt/
3221
3222CAVIUM THUNDERX2 ARM64 SOC
3223M:	Robert Richter <rrichter@cavium.com>
3224M:	Jayachandran C <jnair@caviumnetworks.com>
3225L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3226S:	Maintained
3227F:	arch/arm64/boot/dts/cavium/thunder2-99xx*
3228F:	Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3229
3230CC2520 IEEE-802.15.4 RADIO DRIVER
3231M:	Varka Bhadram <varkabhadram@gmail.com>
3232L:	linux-wpan@vger.kernel.org
3233S:	Maintained
3234F:	drivers/net/ieee802154/cc2520.c
3235F:	include/linux/spi/cc2520.h
3236F:	Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3237
3238CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3239M:	Gilad Ben-Yossef <gilad@benyossef.com>
3240L:	linux-crypto@vger.kernel.org
3241L:	driverdev-devel@linuxdriverproject.org
3242S:	Supported
3243F:	drivers/staging/ccree/
3244W:	https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3245
3246CEC FRAMEWORK
3247M:	Hans Verkuil <hans.verkuil@cisco.com>
3248L:	linux-media@vger.kernel.org
3249T:	git git://linuxtv.org/media_tree.git
3250W:	http://linuxtv.org
3251S:	Supported
3252F:	Documentation/media/kapi/cec-core.rst
3253F:	Documentation/media/uapi/cec
3254F:	drivers/media/cec/
3255F:	drivers/media/rc/keymaps/rc-cec.c
3256F:	include/media/cec.h
3257F:	include/media/cec-notifier.h
3258F:	include/uapi/linux/cec.h
3259F:	include/uapi/linux/cec-funcs.h
3260F:	Documentation/devicetree/bindings/media/cec.txt
3261
3262CELL BROADBAND ENGINE ARCHITECTURE
3263M:	Arnd Bergmann <arnd@arndb.de>
3264L:	linuxppc-dev@lists.ozlabs.org
3265W:	http://www.ibm.com/developerworks/power/cell/
3266S:	Supported
3267F:	arch/powerpc/include/asm/cell*.h
3268F:	arch/powerpc/include/asm/spu*.h
3269F:	arch/powerpc/include/uapi/asm/spu*.h
3270F:	arch/powerpc/oprofile/*cell*
3271F:	arch/powerpc/platforms/cell/
3272
3273CEPH COMMON CODE (LIBCEPH)
3274M:	Ilya Dryomov <idryomov@gmail.com>
3275M:	"Yan, Zheng" <zyan@redhat.com>
3276M:	Sage Weil <sage@redhat.com>
3277L:	ceph-devel@vger.kernel.org
3278W:	http://ceph.com/
3279T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3280T:	git git://github.com/ceph/ceph-client.git
3281S:	Supported
3282F:	net/ceph/
3283F:	include/linux/ceph/
3284F:	include/linux/crush/
3285
3286CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3287M:	"Yan, Zheng" <zyan@redhat.com>
3288M:	Sage Weil <sage@redhat.com>
3289M:	Ilya Dryomov <idryomov@gmail.com>
3290L:	ceph-devel@vger.kernel.org
3291W:	http://ceph.com/
3292T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3293T:	git git://github.com/ceph/ceph-client.git
3294S:	Supported
3295F:	Documentation/filesystems/ceph.txt
3296F:	fs/ceph/
3297
3298CERTIFICATE HANDLING:
3299M:	David Howells <dhowells@redhat.com>
3300M:	David Woodhouse <dwmw2@infradead.org>
3301L:	keyrings@vger.kernel.org
3302S:	Maintained
3303F:	Documentation/module-signing.txt
3304F:	certs/
3305F:	scripts/sign-file.c
3306F:	scripts/extract-cert.c
3307
3308CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3309L:	linux-usb@vger.kernel.org
3310S:	Orphan
3311F:	Documentation/usb/WUSB-Design-overview.txt
3312F:	Documentation/usb/wusb-cbaf
3313F:	drivers/usb/host/hwa-hc.c
3314F:	drivers/usb/host/whci/
3315F:	drivers/usb/wusbcore/
3316F:	include/linux/usb/wusb*
3317
3318CFAG12864B LCD DRIVER
3319M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3320W:	http://miguelojeda.es/auxdisplay.htm
3321W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3322S:	Maintained
3323F:	drivers/auxdisplay/cfag12864b.c
3324F:	include/linux/cfag12864b.h
3325
3326CFAG12864BFB LCD FRAMEBUFFER DRIVER
3327M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3328W:	http://miguelojeda.es/auxdisplay.htm
3329W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3330S:	Maintained
3331F:	drivers/auxdisplay/cfag12864bfb.c
3332F:	include/linux/cfag12864b.h
3333
3334802.11 (including CFG80211/NL80211)
3335M:	Johannes Berg <johannes@sipsolutions.net>
3336L:	linux-wireless@vger.kernel.org
3337W:	http://wireless.kernel.org/
3338T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3339T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3340S:	Maintained
3341F:	net/wireless/
3342F:	include/uapi/linux/nl80211.h
3343F:	include/linux/ieee80211.h
3344F:	include/net/wext.h
3345F:	include/net/cfg80211.h
3346F:	include/net/iw_handler.h
3347F:	include/net/ieee80211_radiotap.h
3348F:	Documentation/driver-api/80211/cfg80211.rst
3349F:	Documentation/networking/regulatory.txt
3350
3351CHAR and MISC DRIVERS
3352M:	Arnd Bergmann <arnd@arndb.de>
3353M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3354T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3355S:	Supported
3356F:	drivers/char/*
3357F:	drivers/misc/*
3358F:	include/linux/miscdevice.h
3359
3360CHECKPATCH
3361M:	Andy Whitcroft <apw@canonical.com>
3362M:	Joe Perches <joe@perches.com>
3363S:	Maintained
3364F:	scripts/checkpatch.pl
3365
3366CHINESE DOCUMENTATION
3367M:	Harry Wei <harryxiyou@gmail.com>
3368L:	xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3369L:	linux-kernel@zh-kernel.org (moderated for non-subscribers)
3370S:	Maintained
3371F:	Documentation/translations/zh_CN/
3372
3373CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3374M:	Peter Chen <Peter.Chen@nxp.com>
3375T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3376L:	linux-usb@vger.kernel.org
3377S:	Maintained
3378F:	drivers/usb/chipidea/
3379
3380CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3381M:	Hans de Goede <hdegoede@redhat.com>
3382L:	linux-input@vger.kernel.org
3383S:	Maintained
3384F:	Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3385F:	drivers/input/touchscreen/chipone_icn8318.c
3386
3387CHROME HARDWARE PLATFORM SUPPORT
3388M:	Benson Leung <bleung@chromium.org>
3389M:	Olof Johansson <olof@lixom.net>
3390S:	Maintained
3391T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3392F:	drivers/platform/chrome/
3393
3394CIRRUS LOGIC AUDIO CODEC DRIVERS
3395M:	Brian Austin <brian.austin@cirrus.com>
3396M:	Paul Handrigan <Paul.Handrigan@cirrus.com>
3397L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3398S:	Maintained
3399F:	sound/soc/codecs/cs*
3400
3401CIRRUS LOGIC EP93XX ETHERNET DRIVER
3402M:	Hartley Sweeten <hsweeten@visionengravers.com>
3403L:	netdev@vger.kernel.org
3404S:	Maintained
3405F:	drivers/net/ethernet/cirrus/ep93xx_eth.c
3406
3407CISCO FCOE HBA DRIVER
3408M:	Satish Kharat <satishkh@cisco.com>
3409M:	Sesidhar Baddela <sebaddel@cisco.com>
3410M:	Karan Tilak Kumar <kartilak@cisco.com>
3411L:	linux-scsi@vger.kernel.org
3412S:	Supported
3413F:	drivers/scsi/fnic/
3414
3415CISCO SCSI HBA DRIVER
3416M:	Karan Tilak Kumar <kartilak@cisco.com>
3417M:	Sesidhar Baddela <sebaddel@cisco.com>
3418L:	linux-scsi@vger.kernel.org
3419S:	Supported
3420F:	drivers/scsi/snic/
3421
3422CISCO VIC ETHERNET NIC DRIVER
3423M:	Christian Benvenuti <benve@cisco.com>
3424M:	Govindarajulu Varadarajan <_govind@gmx.com>
3425M:	Parvi Kaustubhi <pkaustub@cisco.com>
3426S:	Supported
3427F:	drivers/net/ethernet/cisco/enic/
3428
3429CISCO VIC LOW LATENCY NIC DRIVER
3430M:	Christian Benvenuti <benve@cisco.com>
3431M:	Dave Goodell <dgoodell@cisco.com>
3432S:	Supported
3433F:	drivers/infiniband/hw/usnic/
3434
3435CLEANCACHE API
3436M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3437L:	linux-kernel@vger.kernel.org
3438S:	Maintained
3439F:	mm/cleancache.c
3440F:	include/linux/cleancache.h
3441
3442CLK API
3443M:	Russell King <linux@armlinux.org.uk>
3444L:	linux-clk@vger.kernel.org
3445S:	Maintained
3446F:	include/linux/clk.h
3447
3448CLOCKSOURCE, CLOCKEVENT DRIVERS
3449M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3450M:	Thomas Gleixner <tglx@linutronix.de>
3451L:	linux-kernel@vger.kernel.org
3452T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3453S:	Supported
3454F:	drivers/clocksource
3455
3456CMPC ACPI DRIVER
3457M:	Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3458M:	Daniel Oliveira Nascimento <don@syst.com.br>
3459L:	platform-driver-x86@vger.kernel.org
3460S:	Supported
3461F:	drivers/platform/x86/classmate-laptop.c
3462
3463COBALT MEDIA DRIVER
3464M:	Hans Verkuil <hans.verkuil@cisco.com>
3465L:	linux-media@vger.kernel.org
3466T:	git git://linuxtv.org/media_tree.git
3467W:	https://linuxtv.org
3468S:	Supported
3469F:	drivers/media/pci/cobalt/
3470
3471COCCINELLE/Semantic Patches (SmPL)
3472M:	Julia Lawall <Julia.Lawall@lip6.fr>
3473M:	Gilles Muller <Gilles.Muller@lip6.fr>
3474M:	Nicolas Palix <nicolas.palix@imag.fr>
3475M:	Michal Marek <mmarek@suse.com>
3476L:	cocci@systeme.lip6.fr (moderated for non-subscribers)
3477T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3478W:	http://coccinelle.lip6.fr/
3479S:	Supported
3480F:	Documentation/dev-tools/coccinelle.rst
3481F:	scripts/coccinelle/
3482F:	scripts/coccicheck
3483
3484CODA FILE SYSTEM
3485M:	Jan Harkes <jaharkes@cs.cmu.edu>
3486M:	coda@cs.cmu.edu
3487L:	codalist@coda.cs.cmu.edu
3488W:	http://www.coda.cs.cmu.edu/
3489S:	Maintained
3490F:	Documentation/filesystems/coda.txt
3491F:	fs/coda/
3492F:	include/linux/coda*.h
3493F:	include/uapi/linux/coda*.h
3494
3495CODA V4L2 MEM2MEM DRIVER
3496M:	Philipp Zabel <p.zabel@pengutronix.de>
3497L:	linux-media@vger.kernel.org
3498S:	Maintained
3499F:	Documentation/devicetree/bindings/media/coda.txt
3500F:	drivers/media/platform/coda/
3501
3502COMMON CLK FRAMEWORK
3503M:	Michael Turquette <mturquette@baylibre.com>
3504M:	Stephen Boyd <sboyd@codeaurora.org>
3505L:	linux-clk@vger.kernel.org
3506Q:	http://patchwork.kernel.org/project/linux-clk/list/
3507T:	git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3508S:	Maintained
3509F:	Documentation/devicetree/bindings/clock/
3510F:	drivers/clk/
3511X:	drivers/clk/clkdev.c
3512F:	include/linux/clk-pr*
3513F:	include/linux/clk/
3514
3515COMMON INTERNET FILE SYSTEM (CIFS)
3516M:	Steve French <sfrench@samba.org>
3517L:	linux-cifs@vger.kernel.org
3518L:	samba-technical@lists.samba.org (moderated for non-subscribers)
3519W:	http://linux-cifs.samba.org/
3520T:	git git://git.samba.org/sfrench/cifs-2.6.git
3521S:	Supported
3522F:	Documentation/filesystems/cifs/
3523F:	fs/cifs/
3524
3525COMPACTPCI HOTPLUG CORE
3526M:	Scott Murray <scott@spiteful.org>
3527L:	linux-pci@vger.kernel.org
3528S:	Maintained
3529F:	drivers/pci/hotplug/cpci_hotplug*
3530
3531COMPACTPCI HOTPLUG GENERIC DRIVER
3532M:	Scott Murray <scott@spiteful.org>
3533L:	linux-pci@vger.kernel.org
3534S:	Maintained
3535F:	drivers/pci/hotplug/cpcihp_generic.c
3536
3537COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3538M:	Scott Murray <scott@spiteful.org>
3539L:	linux-pci@vger.kernel.org
3540S:	Maintained
3541F:	drivers/pci/hotplug/cpcihp_zt5550.*
3542
3543COMPAL LAPTOP SUPPORT
3544M:	Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3545L:	platform-driver-x86@vger.kernel.org
3546S:	Maintained
3547F:	drivers/platform/x86/compal-laptop.c
3548
3549CONEXANT ACCESSRUNNER USB DRIVER
3550L:	accessrunner-general@lists.sourceforge.net
3551W:	http://accessrunner.sourceforge.net/
3552S:	Orphan
3553F:	drivers/usb/atm/cxacru.c
3554
3555CONFIGFS
3556M:	Joel Becker <jlbec@evilplan.org>
3557M:	Christoph Hellwig <hch@lst.de>
3558T:	git git://git.infradead.org/users/hch/configfs.git
3559S:	Supported
3560F:	fs/configfs/
3561F:	include/linux/configfs.h
3562
3563CONNECTOR
3564M:	Evgeniy Polyakov <zbr@ioremap.net>
3565L:	netdev@vger.kernel.org
3566S:	Maintained
3567F:	drivers/connector/
3568
3569CONTROL GROUP (CGROUP)
3570M:	Tejun Heo <tj@kernel.org>
3571M:	Li Zefan <lizefan@huawei.com>
3572M:	Johannes Weiner <hannes@cmpxchg.org>
3573L:	cgroups@vger.kernel.org
3574T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3575S:	Maintained
3576F:	Documentation/cgroup*
3577F:	include/linux/cgroup*
3578F:	kernel/cgroup*
3579
3580CONTROL GROUP - CPUSET
3581M:	Li Zefan <lizefan@huawei.com>
3582L:	cgroups@vger.kernel.org
3583W:	http://www.bullopensource.org/cpuset/
3584W:	http://oss.sgi.com/projects/cpusets/
3585T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3586S:	Maintained
3587F:	Documentation/cgroup-v1/cpusets.txt
3588F:	include/linux/cpuset.h
3589F:	kernel/cpuset.c
3590
3591CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3592M:	Johannes Weiner <hannes@cmpxchg.org>
3593M:	Michal Hocko <mhocko@kernel.org>
3594M:	Vladimir Davydov <vdavydov.dev@gmail.com>
3595L:	cgroups@vger.kernel.org
3596L:	linux-mm@kvack.org
3597S:	Maintained
3598F:	mm/memcontrol.c
3599F:	mm/swap_cgroup.c
3600
3601CORETEMP HARDWARE MONITORING DRIVER
3602M:	Fenghua Yu <fenghua.yu@intel.com>
3603L:	linux-hwmon@vger.kernel.org
3604S:	Maintained
3605F:	Documentation/hwmon/coretemp
3606F:	drivers/hwmon/coretemp.c
3607
3608COSA/SRP SYNC SERIAL DRIVER
3609M:	Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3610W:	http://www.fi.muni.cz/~kas/cosa/
3611S:	Maintained
3612F:	drivers/net/wan/cosa*
3613
3614CPMAC ETHERNET DRIVER
3615M:	Florian Fainelli <f.fainelli@gmail.com>
3616L:	netdev@vger.kernel.org
3617S:	Maintained
3618F:	drivers/net/ethernet/ti/cpmac.c
3619
3620CPU FREQUENCY DRIVERS
3621M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
3622M:	Viresh Kumar <viresh.kumar@linaro.org>
3623L:	linux-pm@vger.kernel.org
3624S:	Maintained
3625T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3626T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3627B:	https://bugzilla.kernel.org
3628F:	Documentation/cpu-freq/
3629F:	Documentation/devicetree/bindings/cpufreq/
3630F:	drivers/cpufreq/
3631F:	include/linux/cpufreq.h
3632F:	tools/testing/selftests/cpufreq/
3633
3634CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3635M:	Viresh Kumar <viresh.kumar@linaro.org>
3636M:	Sudeep Holla <sudeep.holla@arm.com>
3637L:	linux-pm@vger.kernel.org
3638W:	http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3639S:	Maintained
3640F:	drivers/cpufreq/arm_big_little.h
3641F:	drivers/cpufreq/arm_big_little.c
3642F:	drivers/cpufreq/arm_big_little_dt.c
3643
3644CPU POWER MONITORING SUBSYSTEM
3645M:	Thomas Renninger <trenn@suse.com>
3646L:	linux-pm@vger.kernel.org
3647S:	Maintained
3648F:	tools/power/cpupower/
3649
3650CPUID/MSR DRIVER
3651M:	"H. Peter Anvin" <hpa@zytor.com>
3652S:	Maintained
3653F:	arch/x86/kernel/cpuid.c
3654F:	arch/x86/kernel/msr.c
3655
3656CPUIDLE DRIVER - ARM BIG LITTLE
3657M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3658M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3659L:	linux-pm@vger.kernel.org
3660L:	linux-arm-kernel@lists.infradead.org
3661T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3662S:	Maintained
3663F:	drivers/cpuidle/cpuidle-big_little.c
3664
3665CPUIDLE DRIVER - ARM EXYNOS
3666M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3667M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3668M:	Kukjin Kim <kgene@kernel.org>
3669L:	linux-pm@vger.kernel.org
3670L:	linux-samsung-soc@vger.kernel.org
3671S:	Supported
3672F:	drivers/cpuidle/cpuidle-exynos.c
3673F:	arch/arm/mach-exynos/pm.c
3674
3675CPUIDLE DRIVERS
3676M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
3677M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3678L:	linux-pm@vger.kernel.org
3679S:	Maintained
3680T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3681B:	https://bugzilla.kernel.org
3682F:	drivers/cpuidle/*
3683F:	include/linux/cpuidle.h
3684
3685CRAMFS FILESYSTEM
3686W:	http://sourceforge.net/projects/cramfs/
3687S:	Orphan / Obsolete
3688F:	Documentation/filesystems/cramfs.txt
3689F:	fs/cramfs/
3690
3691CRIS PORT
3692M:	Mikael Starvik <starvik@axis.com>
3693M:	Jesper Nilsson <jesper.nilsson@axis.com>
3694L:	linux-cris-kernel@axis.com
3695W:	http://developer.axis.com
3696T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3697S:	Maintained
3698F:	arch/cris/
3699F:	drivers/tty/serial/crisv10.*
3700
3701CRYPTO API
3702M:	Herbert Xu <herbert@gondor.apana.org.au>
3703M:	"David S. Miller" <davem@davemloft.net>
3704L:	linux-crypto@vger.kernel.org
3705T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3706T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3707S:	Maintained
3708F:	Documentation/crypto/
3709F:	Documentation/devicetree/bindings/crypto/
3710F:	arch/*/crypto/
3711F:	crypto/
3712F:	drivers/crypto/
3713F:	include/crypto/
3714F:	include/linux/crypto*
3715
3716CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3717M:	Neil Horman <nhorman@tuxdriver.com>
3718L:	linux-crypto@vger.kernel.org
3719S:	Maintained
3720F:	crypto/ansi_cprng.c
3721F:	crypto/rng.c
3722
3723CS3308 MEDIA DRIVER
3724M:	Hans Verkuil <hverkuil@xs4all.nl>
3725L:	linux-media@vger.kernel.org
3726T:	git git://linuxtv.org/media_tree.git
3727W:	http://linuxtv.org
3728S:	Odd Fixes
3729F:	drivers/media/i2c/cs3308.c
3730F:	drivers/media/i2c/cs3308.h
3731
3732CS5535 Audio ALSA driver
3733M:	Jaya Kumar <jayakumar.alsa@gmail.com>
3734S:	Maintained
3735F:	sound/pci/cs5535audio/
3736
3737CW1200 WLAN driver
3738M:	Solomon Peachy <pizza@shaftnet.org>
3739S:	Maintained
3740F:	drivers/net/wireless/st/cw1200/
3741
3742CX18 VIDEO4LINUX DRIVER
3743M:	Andy Walls <awalls@md.metrocast.net>
3744L:	ivtv-devel@ivtvdriver.org (subscribers-only)
3745L:	linux-media@vger.kernel.org
3746T:	git git://linuxtv.org/media_tree.git
3747W:	https://linuxtv.org
3748W:	http://www.ivtvdriver.org/index.php/Cx18
3749S:	Maintained
3750F:	Documentation/media/v4l-drivers/cx18*
3751F:	drivers/media/pci/cx18/
3752F:	include/uapi/linux/ivtv*
3753
3754CX2341X MPEG ENCODER HELPER MODULE
3755M:	Hans Verkuil <hverkuil@xs4all.nl>
3756L:	linux-media@vger.kernel.org
3757T:	git git://linuxtv.org/media_tree.git
3758W:	https://linuxtv.org
3759S:	Maintained
3760F:	drivers/media/common/cx2341x*
3761F:	include/media/cx2341x*
3762
3763CX24120 MEDIA DRIVER
3764M:	Jemma Denson <jdenson@gmail.com>
3765M:	Patrick Boettcher <patrick.boettcher@posteo.de>
3766L:	linux-media@vger.kernel.org
3767W:	https://linuxtv.org
3768Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3769S:	Maintained
3770F:	drivers/media/dvb-frontends/cx24120*
3771
3772CX88 VIDEO4LINUX DRIVER
3773M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
3774M:	Mauro Carvalho Chehab <mchehab@kernel.org>
3775L:	linux-media@vger.kernel.org
3776W:	https://linuxtv.org
3777T:	git git://linuxtv.org/media_tree.git
3778S:	Odd fixes
3779F:	Documentation/media/v4l-drivers/cx88*
3780F:	drivers/media/pci/cx88/
3781
3782CXD2820R MEDIA DRIVER
3783M:	Antti Palosaari <crope@iki.fi>
3784L:	linux-media@vger.kernel.org
3785W:	https://linuxtv.org
3786W:	http://palosaari.fi/linux/
3787Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3788T:	git git://linuxtv.org/anttip/media_tree.git
3789S:	Maintained
3790F:	drivers/media/dvb-frontends/cxd2820r*
3791
3792CXGB3 ETHERNET DRIVER (CXGB3)
3793M:	Santosh Raspatur <santosh@chelsio.com>
3794L:	netdev@vger.kernel.org
3795W:	http://www.chelsio.com
3796S:	Supported
3797F:	drivers/net/ethernet/chelsio/cxgb3/
3798
3799CXGB3 ISCSI DRIVER (CXGB3I)
3800M:	Karen Xie <kxie@chelsio.com>
3801L:	linux-scsi@vger.kernel.org
3802W:	http://www.chelsio.com
3803S:	Supported
3804F:	drivers/scsi/cxgbi/cxgb3i
3805
3806CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3807M:	Steve Wise <swise@chelsio.com>
3808L:	linux-rdma@vger.kernel.org
3809W:	http://www.openfabrics.org
3810S:	Supported
3811F:	drivers/infiniband/hw/cxgb3/
3812F:	include/uapi/rdma/cxgb3-abi.h
3813
3814CXGB4 CRYPTO DRIVER (chcr)
3815M:	Harsh Jain <harsh@chelsio.com>
3816L:	linux-crypto@vger.kernel.org
3817W:	http://www.chelsio.com
3818S:	Supported
3819F:	drivers/crypto/chelsio
3820
3821CXGB4 ETHERNET DRIVER (CXGB4)
3822M:	Ganesh Goudar <ganeshgr@chelsio.com>
3823L:	netdev@vger.kernel.org
3824W:	http://www.chelsio.com
3825S:	Supported
3826F:	drivers/net/ethernet/chelsio/cxgb4/
3827
3828CXGB4 ISCSI DRIVER (CXGB4I)
3829M:	Karen Xie <kxie@chelsio.com>
3830L:	linux-scsi@vger.kernel.org
3831W:	http://www.chelsio.com
3832S:	Supported
3833F:	drivers/scsi/cxgbi/cxgb4i
3834
3835CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3836M:	Steve Wise <swise@chelsio.com>
3837L:	linux-rdma@vger.kernel.org
3838W:	http://www.openfabrics.org
3839S:	Supported
3840F:	drivers/infiniband/hw/cxgb4/
3841F:	include/uapi/rdma/cxgb4-abi.h
3842
3843CXGB4VF ETHERNET DRIVER (CXGB4VF)
3844M:	Casey Leedom <leedom@chelsio.com>
3845L:	netdev@vger.kernel.org
3846W:	http://www.chelsio.com
3847S:	Supported
3848F:	drivers/net/ethernet/chelsio/cxgb4vf/
3849
3850CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3851M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3852M:	Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3853L:	linuxppc-dev@lists.ozlabs.org
3854S:	Supported
3855F:	arch/powerpc/platforms/powernv/pci-cxl.c
3856F:	drivers/misc/cxl/
3857F:	include/misc/cxl*
3858F:	include/uapi/misc/cxl.h
3859F:	Documentation/powerpc/cxl.txt
3860F:	Documentation/ABI/testing/sysfs-class-cxl
3861
3862CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3863M:	Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3864M:	Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3865M:	Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3866L:	linux-scsi@vger.kernel.org
3867S:	Supported
3868F:	drivers/scsi/cxlflash/
3869F:	include/uapi/scsi/cxlflash_ioctls.h
3870F:	Documentation/powerpc/cxlflash.txt
3871
3872CYBERPRO FB DRIVER
3873M:	Russell King <linux@armlinux.org.uk>
3874L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3875W:	http://www.armlinux.org.uk/
3876S:	Maintained
3877F:	drivers/video/fbdev/cyber2000fb.*
3878
3879CYCLADES ASYNC MUX DRIVER
3880W:	http://www.cyclades.com/
3881S:	Orphan
3882F:	drivers/tty/cyclades.c
3883F:	include/linux/cyclades.h
3884F:	include/uapi/linux/cyclades.h
3885
3886CYCLADES PC300 DRIVER
3887W:	http://www.cyclades.com/
3888S:	Orphan
3889F:	drivers/net/wan/pc300*
3890
3891CYPRESS_FIRMWARE MEDIA DRIVER
3892M:	Antti Palosaari <crope@iki.fi>
3893L:	linux-media@vger.kernel.org
3894W:	https://linuxtv.org
3895W:	http://palosaari.fi/linux/
3896Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3897T:	git git://linuxtv.org/anttip/media_tree.git
3898S:	Maintained
3899F:	drivers/media/common/cypress_firmware*
3900
3901CYTTSP TOUCHSCREEN DRIVER
3902M:	Ferruh Yigit <fery@cypress.com>
3903L:	linux-input@vger.kernel.org
3904S:	Supported
3905F:	drivers/input/touchscreen/cyttsp*
3906F:	include/linux/input/cyttsp.h
3907
3908D-LINK DIR-685 TOUCHKEYS DRIVER
3909M:	Linus Walleij <linus.walleij@linaro.org>
3910L:	linux-input@vger.kernel.org
3911S:	Supported
3912F:	drivers/input/dlink-dir685-touchkeys.c
3913
3914DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3915M:	Joshua Kinard <kumba@gentoo.org>
3916S:	Maintained
3917F:	drivers/rtc/rtc-ds1685.c
3918F:	include/linux/rtc/ds1685.h
3919
3920DAMA SLAVE for AX.25
3921M:	Joerg Reuter <jreuter@yaina.de>
3922W:	http://yaina.de/jreuter/
3923W:	http://www.qsl.net/dl1bke/
3924L:	linux-hams@vger.kernel.org
3925S:	Maintained
3926F:	net/ax25/af_ax25.c
3927F:	net/ax25/ax25_dev.c
3928F:	net/ax25/ax25_ds_*
3929F:	net/ax25/ax25_in.c
3930F:	net/ax25/ax25_out.c
3931F:	net/ax25/ax25_timer.c
3932F:	net/ax25/sysctl_net_ax25.c
3933
3934DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3935L:	netdev@vger.kernel.org
3936S:	Orphan
3937F:	Documentation/networking/dmfe.txt
3938F:	drivers/net/ethernet/dec/tulip/dmfe.c
3939
3940DC390/AM53C974 SCSI driver
3941M:	Hannes Reinecke <hare@suse.com>
3942L:	linux-scsi@vger.kernel.org
3943S:	Maintained
3944F:	drivers/scsi/am53c974.c
3945
3946DC395x SCSI driver
3947M:	Oliver Neukum <oliver@neukum.org>
3948M:	Ali Akcaagac <aliakc@web.de>
3949M:	Jamie Lenehan <lenehan@twibble.org>
3950L:	dc395x@twibble.org
3951W:	http://twibble.org/dist/dc395x/
3952W:	http://lists.twibble.org/mailman/listinfo/dc395x/
3953S:	Maintained
3954F:	Documentation/scsi/dc395x.txt
3955F:	drivers/scsi/dc395x.*
3956
3957DCCP PROTOCOL
3958M:	Gerrit Renker <gerrit@erg.abdn.ac.uk>
3959L:	dccp@vger.kernel.org
3960W:	http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3961S:	Maintained
3962F:	include/linux/dccp.h
3963F:	include/uapi/linux/dccp.h
3964F:	include/linux/tfrc.h
3965F:	net/dccp/
3966
3967DECnet NETWORK LAYER
3968W:	http://linux-decnet.sourceforge.net
3969L:	linux-decnet-user@lists.sourceforge.net
3970S:	Orphan
3971F:	Documentation/networking/decnet.txt
3972F:	net/decnet/
3973
3974DECSTATION PLATFORM SUPPORT
3975M:	"Maciej W. Rozycki" <macro@linux-mips.org>
3976L:	linux-mips@linux-mips.org
3977W:	http://www.linux-mips.org/wiki/DECstation
3978S:	Maintained
3979F:	arch/mips/dec/
3980F:	arch/mips/include/asm/dec/
3981F:	arch/mips/include/asm/mach-dec/
3982
3983DEFXX FDDI NETWORK DRIVER
3984M:	"Maciej W. Rozycki" <macro@linux-mips.org>
3985S:	Maintained
3986F:	drivers/net/fddi/defxx.*
3987
3988DELL LAPTOP DRIVER
3989M:	Matthew Garrett <mjg59@srcf.ucam.org>
3990M:	Pali Rohár <pali.rohar@gmail.com>
3991L:	platform-driver-x86@vger.kernel.org
3992S:	Maintained
3993F:	drivers/platform/x86/dell-laptop.c
3994
3995DELL LAPTOP FREEFALL DRIVER
3996M:	Pali Rohár <pali.rohar@gmail.com>
3997S:	Maintained
3998F:	drivers/platform/x86/dell-smo8800.c
3999
4000DELL LAPTOP RBTN DRIVER
4001M:	Pali Rohár <pali.rohar@gmail.com>
4002S:	Maintained
4003F:	drivers/platform/x86/dell-rbtn.*
4004
4005DELL LAPTOP SMM DRIVER
4006M:	Pali Rohár <pali.rohar@gmail.com>
4007S:	Maintained
4008F:	drivers/hwmon/dell-smm-hwmon.c
4009F:	include/uapi/linux/i8k.h
4010
4011DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4012M:	Doug Warzecha <Douglas_Warzecha@dell.com>
4013S:	Maintained
4014F:	Documentation/dcdbas.txt
4015F:	drivers/firmware/dcdbas.*
4016
4017DELL WMI EXTRAS DRIVER
4018M:	Matthew Garrett <mjg59@srcf.ucam.org>
4019M:	Pali Rohár <pali.rohar@gmail.com>
4020S:	Maintained
4021F:	drivers/platform/x86/dell-wmi.c
4022
4023DELTA ST MEDIA DRIVER
4024M:	Hugues Fruchet <hugues.fruchet@st.com>
4025L:	linux-media@vger.kernel.org
4026T:	git git://linuxtv.org/media_tree.git
4027W:	https://linuxtv.org
4028S:	Supported
4029F:	drivers/media/platform/sti/delta
4030
4031DENALI NAND DRIVER
4032M:	Masahiro Yamada <yamada.masahiro@socionext.com>
4033L:	linux-mtd@lists.infradead.org
4034S:	Supported
4035F:	drivers/mtd/nand/denali*
4036
4037DESIGNWARE USB2 DRD IP DRIVER
4038M:	John Youn <johnyoun@synopsys.com>
4039L:	linux-usb@vger.kernel.org
4040T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4041S:	Maintained
4042F:	drivers/usb/dwc2/
4043
4044DESIGNWARE USB3 DRD IP DRIVER
4045M:	Felipe Balbi <balbi@kernel.org>
4046L:	linux-usb@vger.kernel.org
4047T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4048S:	Maintained
4049F:	drivers/usb/dwc3/
4050
4051DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4052M:	Andreas Klinger <ak@it-klinger.de>
4053L:	linux-iio@vger.kernel.org
4054S:	Maintained
4055F:	drivers/iio/proximity/srf*.c
4056
4057DEVICE COREDUMP (DEV_COREDUMP)
4058M:	Johannes Berg <johannes@sipsolutions.net>
4059L:	linux-kernel@vger.kernel.org
4060S:	Maintained
4061F:	drivers/base/devcoredump.c
4062F:	include/linux/devcoredump.h
4063
4064DEVICE FREQUENCY (DEVFREQ)
4065M:	MyungJoo Ham <myungjoo.ham@samsung.com>
4066M:	Kyungmin Park <kyungmin.park@samsung.com>
4067R:	Chanwoo Choi <cw00.choi@samsung.com>
4068L:	linux-pm@vger.kernel.org
4069T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4070S:	Maintained
4071F:	drivers/devfreq/
4072F:	include/linux/devfreq.h
4073F:	Documentation/devicetree/bindings/devfreq/
4074
4075DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4076M:	Chanwoo Choi <cw00.choi@samsung.com>
4077L:	linux-pm@vger.kernel.org
4078T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4079S:	Supported
4080F:	drivers/devfreq/event/
4081F:	drivers/devfreq/devfreq-event.c
4082F:	include/linux/devfreq-event.h
4083F:	Documentation/devicetree/bindings/devfreq/event/
4084
4085DEVICE NUMBER REGISTRY
4086M:	Torben Mathiasen <device@lanana.org>
4087W:	http://lanana.org/docs/device-list/index.html
4088S:	Maintained
4089
4090DEVICE-MAPPER  (LVM)
4091M:	Alasdair Kergon <agk@redhat.com>
4092M:	Mike Snitzer <snitzer@redhat.com>
4093M:	dm-devel@redhat.com
4094L:	dm-devel@redhat.com
4095W:	http://sources.redhat.com/dm
4096Q:	http://patchwork.kernel.org/project/dm-devel/list/
4097T:	git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4098T:	quilt http://people.redhat.com/agk/patches/linux/editing/
4099S:	Maintained
4100F:	Documentation/device-mapper/
4101F:	drivers/md/dm*
4102F:	drivers/md/persistent-data/
4103F:	include/linux/device-mapper.h
4104F:	include/linux/dm-*.h
4105F:	include/uapi/linux/dm-*.h
4106
4107DEVLINK
4108M:	Jiri Pirko <jiri@mellanox.com>
4109L:	netdev@vger.kernel.org
4110S:	Supported
4111F:	net/core/devlink.c
4112F:	include/net/devlink.h
4113F:	include/uapi/linux/devlink.h
4114
4115DIALOG SEMICONDUCTOR DRIVERS
4116M:	Support Opensource <support.opensource@diasemi.com>
4117W:	http://www.dialog-semiconductor.com/products
4118S:	Supported
4119F:	Documentation/hwmon/da90??
4120F:	Documentation/devicetree/bindings/mfd/da90*.txt
4121F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
4122F:	Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4123F:	Documentation/devicetree/bindings/regulator/da92*.txt
4124F:	Documentation/devicetree/bindings/watchdog/da92??-wdt.txt
4125F:	Documentation/devicetree/bindings/sound/da[79]*.txt
4126F:	drivers/gpio/gpio-da90??.c
4127F:	drivers/hwmon/da90??-hwmon.c
4128F:	drivers/iio/adc/da91??-*.c
4129F:	drivers/input/misc/da90??_onkey.c
4130F:	drivers/input/touchscreen/da9052_tsi.c
4131F:	drivers/leds/leds-da90??.c
4132F:	drivers/mfd/da903x.c
4133F:	drivers/mfd/da90??-*.c
4134F:	drivers/mfd/da91??-*.c
4135F:	drivers/power/supply/da9052-battery.c
4136F:	drivers/power/supply/da91??-*.c
4137F:	drivers/regulator/da903x.c
4138F:	drivers/regulator/da9???-regulator.[ch]
4139F:	drivers/thermal/da90??-thermal.c
4140F:	drivers/rtc/rtc-da90??.c
4141F:	drivers/video/backlight/da90??_bl.c
4142F:	drivers/watchdog/da90??_wdt.c
4143F:	include/linux/mfd/da903x.h
4144F:	include/linux/mfd/da9052/
4145F:	include/linux/mfd/da9055/
4146F:	include/linux/mfd/da9062/
4147F:	include/linux/mfd/da9063/
4148F:	include/linux/mfd/da9150/
4149F:	include/linux/regulator/da9211.h
4150F:	include/sound/da[79]*.h
4151F:	sound/soc/codecs/da[79]*.[ch]
4152
4153DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4154M:	William Breathitt Gray <vilhelm.gray@gmail.com>
4155L:	linux-gpio@vger.kernel.org
4156S:	Maintained
4157F:	drivers/gpio/gpio-gpio-mm.c
4158
4159DIGI NEO AND CLASSIC PCI PRODUCTS
4160M:	Lidza Louina <lidza.louina@gmail.com>
4161M:	Mark Hounschell <markh@compro.net>
4162L:	driverdev-devel@linuxdriverproject.org
4163S:	Maintained
4164F:	drivers/staging/dgnc/
4165
4166DIOLAN U2C-12 I2C DRIVER
4167M:	Guenter Roeck <linux@roeck-us.net>
4168L:	linux-i2c@vger.kernel.org
4169S:	Maintained
4170F:	drivers/i2c/busses/i2c-diolan-u2c.c
4171
4172DIRECT ACCESS (DAX)
4173M:	Matthew Wilcox <mawilcox@microsoft.com>
4174M:	Ross Zwisler <ross.zwisler@linux.intel.com>
4175L:	linux-fsdevel@vger.kernel.org
4176S:	Supported
4177F:	fs/dax.c
4178F:	include/linux/dax.h
4179F:	include/trace/events/fs_dax.h
4180
4181DIRECTORY NOTIFICATION (DNOTIFY)
4182M:	Jan Kara <jack@suse.cz>
4183R:	Amir Goldstein <amir73il@gmail.com>
4184L:	linux-fsdevel@vger.kernel.org
4185S:	Maintained
4186F:	Documentation/filesystems/dnotify.txt
4187F:	fs/notify/dnotify/
4188F:	include/linux/dnotify.h
4189
4190DISK GEOMETRY AND PARTITION HANDLING
4191M:	Andries Brouwer <aeb@cwi.nl>
4192W:	http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4193W:	http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4194W:	http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4195S:	Maintained
4196
4197DISKQUOTA
4198M:	Jan Kara <jack@suse.com>
4199S:	Maintained
4200F:	Documentation/filesystems/quota.txt
4201F:	fs/quota/
4202F:	include/linux/quota*.h
4203F:	include/uapi/linux/quota*.h
4204
4205DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4206M:	Bernie Thompson <bernie@plugable.com>
4207L:	linux-fbdev@vger.kernel.org
4208S:	Maintained
4209W:	http://plugable.com/category/projects/udlfb/
4210F:	drivers/video/fbdev/udlfb.c
4211F:	include/video/udlfb.h
4212F:	Documentation/fb/udlfb.txt
4213
4214DISTRIBUTED LOCK MANAGER (DLM)
4215M:	Christine Caulfield <ccaulfie@redhat.com>
4216M:	David Teigland <teigland@redhat.com>
4217L:	cluster-devel@redhat.com
4218W:	http://sources.redhat.com/cluster/
4219T:	git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4220S:	Supported
4221F:	fs/dlm/
4222
4223DMA BUFFER SHARING FRAMEWORK
4224M:	Sumit Semwal <sumit.semwal@linaro.org>
4225S:	Maintained
4226L:	linux-media@vger.kernel.org
4227L:	dri-devel@lists.freedesktop.org
4228L:	linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4229F:	drivers/dma-buf/
4230F:	include/linux/dma-buf*
4231F:	include/linux/reservation.h
4232F:	include/linux/*fence.h
4233F:	Documentation/driver-api/dma-buf.rst
4234T:	git git://anongit.freedesktop.org/drm/drm-misc
4235
4236DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4237M:	Vinod Koul <vinod.koul@intel.com>
4238L:	dmaengine@vger.kernel.org
4239Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
4240S:	Maintained
4241F:	drivers/dma/
4242F:	include/linux/dmaengine.h
4243F:	Documentation/devicetree/bindings/dma/
4244F:	Documentation/dmaengine/
4245T:	git git://git.infradead.org/users/vkoul/slave-dma.git
4246
4247DMA MAPPING HELPERS
4248M:	Christoph Hellwig <hch@lst.de>
4249M:	Marek Szyprowski <m.szyprowski@samsung.com>
4250R:	Robin Murphy <robin.murphy@arm.com>
4251L:	iommu@lists.linux-foundation.org
4252T:	git git://git.infradead.org/users/hch/dma-mapping.git
4253W:	http://git.infradead.org/users/hch/dma-mapping.git
4254S:	Supported
4255F:	lib/dma-debug.c
4256F:	lib/dma-noop.c
4257F:	lib/dma-virt.c
4258F:	drivers/base/dma-mapping.c
4259F:	drivers/base/dma-coherent.c
4260F:	include/linux/dma-mapping.h
4261
4262DME1737 HARDWARE MONITOR DRIVER
4263M:	Juerg Haefliger <juergh@gmail.com>
4264L:	linux-hwmon@vger.kernel.org
4265S:	Maintained
4266F:	Documentation/hwmon/dme1737
4267F:	drivers/hwmon/dme1737.c
4268
4269DMI/SMBIOS SUPPORT
4270M:	Jean Delvare <jdelvare@suse.com>
4271S:	Maintained
4272T:	quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4273F:	Documentation/ABI/testing/sysfs-firmware-dmi-tables
4274F:	drivers/firmware/dmi-id.c
4275F:	drivers/firmware/dmi_scan.c
4276F:	include/linux/dmi.h
4277
4278DOCUMENTATION
4279M:	Jonathan Corbet <corbet@lwn.net>
4280L:	linux-doc@vger.kernel.org
4281S:	Maintained
4282F:	Documentation/
4283F:	scripts/kernel-doc
4284X:	Documentation/ABI/
4285X:	Documentation/devicetree/
4286X:	Documentation/acpi
4287X:	Documentation/power
4288X:	Documentation/spi
4289X:	Documentation/media
4290T:	git git://git.lwn.net/linux.git docs-next
4291
4292DONGWOON DW9714 LENS VOICE COIL DRIVER
4293M:	Sakari Ailus <sakari.ailus@linux.intel.com>
4294L:	linux-media@vger.kernel.org
4295T:	git git://linuxtv.org/media_tree.git
4296S:	Maintained
4297F:	drivers/media/i2c/dw9714.c
4298
4299DOUBLETALK DRIVER
4300M:	"James R. Van Zandt" <jrv@vanzandt.mv.com>
4301L:	blinux-list@redhat.com
4302S:	Maintained
4303F:	drivers/char/dtlk.c
4304F:	include/linux/dtlk.h
4305
4306DPAA2 DATAPATH I/O (DPIO) DRIVER
4307M:	Roy Pledge <Roy.Pledge@nxp.com>
4308L:	linux-kernel@vger.kernel.org
4309S:	Maintained
4310F:	drivers/staging/fsl-mc/bus/dpio
4311
4312DPAA2 ETHERNET DRIVER
4313M:	Ioana Radulescu <ruxandra.radulescu@nxp.com>
4314L:	linux-kernel@vger.kernel.org
4315S:	Maintained
4316F:	drivers/staging/fsl-dpaa2/ethernet
4317
4318DPT_I2O SCSI RAID DRIVER
4319M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4320L:	linux-scsi@vger.kernel.org
4321W:	http://www.adaptec.com/
4322S:	Maintained
4323F:	drivers/scsi/dpt*
4324F:	drivers/scsi/dpt/
4325
4326DRBD DRIVER
4327M:	Philipp Reisner <philipp.reisner@linbit.com>
4328M:	Lars Ellenberg <lars.ellenberg@linbit.com>
4329L:	drbd-dev@lists.linbit.com
4330W:	http://www.drbd.org
4331T:	git git://git.linbit.com/linux-drbd.git
4332T:	git git://git.linbit.com/drbd-8.4.git
4333S:	Supported
4334F:	drivers/block/drbd/
4335F:	lib/lru_cache.c
4336F:	Documentation/blockdev/drbd/
4337
4338DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4339M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4340T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4341S:	Supported
4342F:	Documentation/kobject.txt
4343F:	drivers/base/
4344F:	fs/debugfs/
4345F:	fs/sysfs/
4346F:	include/linux/debugfs.h
4347F:	include/linux/kobj*
4348F:	lib/kobj*
4349
4350DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4351M:	Kevin Hilman <khilman@kernel.org>
4352M:	Nishanth Menon <nm@ti.com>
4353S:	Maintained
4354F:	drivers/power/avs/
4355F:	include/linux/power/smartreflex.h
4356L:	linux-pm@vger.kernel.org
4357
4358DRM DRIVER FOR ARM PL111 CLCD
4359M:	Eric Anholt <eric@anholt.net>
4360T:	git git://anongit.freedesktop.org/drm/drm-misc
4361S:	Supported
4362F:	drivers/gpu/drm/pl111/
4363
4364DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4365M:	Dave Airlie <airlied@redhat.com>
4366S:	Odd Fixes
4367F:	drivers/gpu/drm/ast/
4368
4369DRM DRIVER FOR BOCHS VIRTUAL GPU
4370M:	Gerd Hoffmann <kraxel@redhat.com>
4371L:	virtualization@lists.linux-foundation.org
4372T:	git git://anongit.freedesktop.org/drm/drm-misc
4373S:	Maintained
4374F:	drivers/gpu/drm/bochs/
4375
4376DRM DRIVER FOR INTEL I810 VIDEO CARDS
4377S:	Orphan / Obsolete
4378F:	drivers/gpu/drm/i810/
4379F:	include/uapi/drm/i810_drm.h
4380
4381DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4382S:	Orphan / Obsolete
4383F:	drivers/gpu/drm/mga/
4384F:	include/uapi/drm/mga_drm.h
4385
4386DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4387M:	Dave Airlie <airlied@redhat.com>
4388S:	Odd Fixes
4389F:	drivers/gpu/drm/mgag200/
4390
4391DRM DRIVER FOR MI0283QT
4392M:	Noralf Trønnes <noralf@tronnes.org>
4393S:	Maintained
4394F:	drivers/gpu/drm/tinydrm/mi0283qt.c
4395F:	Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4396
4397DRM DRIVER FOR MSM ADRENO GPU
4398M:	Rob Clark <robdclark@gmail.com>
4399L:	linux-arm-msm@vger.kernel.org
4400L:	dri-devel@lists.freedesktop.org
4401L:	freedreno@lists.freedesktop.org
4402T:	git git://people.freedesktop.org/~robclark/linux
4403S:	Maintained
4404F:	drivers/gpu/drm/msm/
4405F:	include/uapi/drm/msm_drm.h
4406F:	Documentation/devicetree/bindings/display/msm/
4407
4408DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4409M:	Ben Skeggs <bskeggs@redhat.com>
4410L:	dri-devel@lists.freedesktop.org
4411L:	nouveau@lists.freedesktop.org
4412T:	git git://github.com/skeggsb/linux
4413S:	Supported
4414F:	drivers/gpu/drm/nouveau/
4415F:	include/uapi/drm/nouveau_drm.h
4416
4417DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4418M:	Noralf Trønnes <noralf@tronnes.org>
4419S:	Maintained
4420F:	drivers/gpu/drm/tinydrm/repaper.c
4421F:	Documentation/devicetree/bindings/display/repaper.txt
4422
4423DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4424M:	Dave Airlie <airlied@redhat.com>
4425M:	Gerd Hoffmann <kraxel@redhat.com>
4426L:	virtualization@lists.linux-foundation.org
4427T:	git git://anongit.freedesktop.org/drm/drm-misc
4428S:	Obsolete
4429W:	https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4430F:	drivers/gpu/drm/cirrus/
4431
4432DRM DRIVER FOR QXL VIRTUAL GPU
4433M:	Dave Airlie <airlied@redhat.com>
4434M:	Gerd Hoffmann <kraxel@redhat.com>
4435L:	virtualization@lists.linux-foundation.org
4436T:	git git://anongit.freedesktop.org/drm/drm-misc
4437S:	Maintained
4438F:	drivers/gpu/drm/qxl/
4439F:	include/uapi/drm/qxl_drm.h
4440
4441DRM DRIVER FOR RAGE 128 VIDEO CARDS
4442S:	Orphan / Obsolete
4443F:	drivers/gpu/drm/r128/
4444F:	include/uapi/drm/r128_drm.h
4445
4446DRM DRIVER FOR SAVAGE VIDEO CARDS
4447S:	Orphan / Obsolete
4448F:	drivers/gpu/drm/savage/
4449F:	include/uapi/drm/savage_drm.h
4450
4451DRM DRIVER FOR SIS VIDEO CARDS
4452S:	Orphan / Obsolete
4453F:	drivers/gpu/drm/sis/
4454F:	include/uapi/drm/sis_drm.h
4455
4456DRM DRIVER FOR SITRONIX ST7586 PANELS
4457M:	David Lechner <david@lechnology.com>
4458S:	Maintained
4459F:	drivers/gpu/drm/tinydrm/st7586.c
4460F:	Documentation/devicetree/bindings/display/st7586.txt
4461
4462DRM DRIVER FOR TDFX VIDEO CARDS
4463S:	Orphan / Obsolete
4464F:	drivers/gpu/drm/tdfx/
4465
4466DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4467M:	Dave Airlie <airlied@redhat.com>
4468S:	Odd Fixes
4469F:	drivers/gpu/drm/udl/
4470
4471DRM DRIVER FOR VMWARE VIRTUAL GPU
4472M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
4473M:	Sinclair Yeh <syeh@vmware.com>
4474M:	Thomas Hellstrom <thellstrom@vmware.com>
4475L:	dri-devel@lists.freedesktop.org
4476T:	git git://people.freedesktop.org/~syeh/repos_linux
4477T:	git git://people.freedesktop.org/~thomash/linux
4478S:	Supported
4479F:	drivers/gpu/drm/vmwgfx/
4480F:	include/uapi/drm/vmwgfx_drm.h
4481
4482DRM DRIVERS
4483M:	David Airlie <airlied@linux.ie>
4484L:	dri-devel@lists.freedesktop.org
4485T:	git git://people.freedesktop.org/~airlied/linux
4486B:	https://bugs.freedesktop.org/
4487C:	irc://chat.freenode.net/dri-devel
4488S:	Maintained
4489F:	drivers/gpu/drm/
4490F:	drivers/gpu/vga/
4491F:	Documentation/devicetree/bindings/display/
4492F:	Documentation/devicetree/bindings/gpu/
4493F:	Documentation/devicetree/bindings/video/
4494F:	Documentation/gpu/
4495F:	include/drm/
4496F:	include/uapi/drm/
4497F:	include/linux/vga*
4498
4499DRM DRIVERS AND MISC GPU PATCHES
4500M:	Daniel Vetter <daniel.vetter@intel.com>
4501M:	Jani Nikula <jani.nikula@linux.intel.com>
4502M:	Sean Paul <seanpaul@chromium.org>
4503W:	https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4504S:	Maintained
4505T:	git git://anongit.freedesktop.org/drm/drm-misc
4506F:	Documentation/gpu/
4507F:	drivers/gpu/vga/
4508F:	drivers/gpu/drm/*
4509F:	include/drm/drm*
4510F:	include/uapi/drm/drm*
4511F:	include/linux/vga*
4512
4513DRM DRIVERS FOR ALLWINNER A10
4514M:	Maxime Ripard  <maxime.ripard@free-electrons.com>
4515L:	dri-devel@lists.freedesktop.org
4516S:	Supported
4517F:	drivers/gpu/drm/sun4i/
4518F:	Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4519T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git
4520
4521DRM DRIVERS FOR AMLOGIC SOCS
4522M:	Neil Armstrong <narmstrong@baylibre.com>
4523L:	dri-devel@lists.freedesktop.org
4524L:	linux-amlogic@lists.infradead.org
4525W:	http://linux-meson.com/
4526S:	Supported
4527F:	drivers/gpu/drm/meson/
4528F:	Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4529F:	Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4530F:	Documentation/gpu/meson.rst
4531T:	git git://anongit.freedesktop.org/drm/drm-misc
4532
4533DRM DRIVERS FOR ATMEL HLCDC
4534M:	Boris Brezillon <boris.brezillon@free-electrons.com>
4535L:	dri-devel@lists.freedesktop.org
4536S:	Supported
4537F:	drivers/gpu/drm/atmel-hlcdc/
4538F:	Documentation/devicetree/bindings/drm/atmel/
4539T:	git git://anongit.freedesktop.org/drm/drm-misc
4540
4541DRM DRIVERS FOR BRIDGE CHIPS
4542M:	Archit Taneja <architt@codeaurora.org>
4543M:	Andrzej Hajda <a.hajda@samsung.com>
4544R:	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4545S:	Maintained
4546T:	git git://anongit.freedesktop.org/drm/drm-misc
4547F:	drivers/gpu/drm/bridge/
4548
4549DRM DRIVERS FOR EXYNOS
4550M:	Inki Dae <inki.dae@samsung.com>
4551M:	Joonyoung Shim <jy0922.shim@samsung.com>
4552M:	Seung-Woo Kim <sw0312.kim@samsung.com>
4553M:	Kyungmin Park <kyungmin.park@samsung.com>
4554L:	dri-devel@lists.freedesktop.org
4555T:	git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4556S:	Supported
4557F:	drivers/gpu/drm/exynos/
4558F:	include/uapi/drm/exynos_drm.h
4559F:	Documentation/devicetree/bindings/display/exynos/
4560
4561DRM DRIVERS FOR FREESCALE DCU
4562M:	Stefan Agner <stefan@agner.ch>
4563M:	Alison Wang <alison.wang@freescale.com>
4564L:	dri-devel@lists.freedesktop.org
4565S:	Supported
4566F:	drivers/gpu/drm/fsl-dcu/
4567F:	Documentation/devicetree/bindings/display/fsl,dcu.txt
4568F:	Documentation/devicetree/bindings/display/fsl,tcon.txt
4569F:	Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4570
4571DRM DRIVERS FOR FREESCALE IMX
4572M:	Philipp Zabel <p.zabel@pengutronix.de>
4573L:	dri-devel@lists.freedesktop.org
4574S:	Maintained
4575F:	drivers/gpu/drm/imx/
4576F:	drivers/gpu/ipu-v3/
4577F:	Documentation/devicetree/bindings/display/imx/
4578
4579DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4580M:	Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4581L:	dri-devel@lists.freedesktop.org
4582T:	git git://github.com/patjak/drm-gma500
4583S:	Maintained
4584F:	drivers/gpu/drm/gma500/
4585
4586DRM DRIVERS FOR HISILICON
4587M:	Xinliang Liu <z.liuxinliang@hisilicon.com>
4588M:	Rongrong Zou <zourongrong@gmail.com>
4589R:	Xinwei Kong <kong.kongxinwei@hisilicon.com>
4590R:	Chen Feng <puck.chen@hisilicon.com>
4591L:	dri-devel@lists.freedesktop.org
4592T:	git git://github.com/xin3liang/linux.git
4593S:	Maintained
4594F:	drivers/gpu/drm/hisilicon/
4595F:	Documentation/devicetree/bindings/display/hisilicon/
4596
4597DRM DRIVERS FOR MEDIATEK
4598M:	CK Hu <ck.hu@mediatek.com>
4599M:	Philipp Zabel <p.zabel@pengutronix.de>
4600L:	dri-devel@lists.freedesktop.org
4601S:	Supported
4602F:	drivers/gpu/drm/mediatek/
4603F:	Documentation/devicetree/bindings/display/mediatek/
4604
4605DRM DRIVERS FOR NVIDIA TEGRA
4606M:	Thierry Reding <thierry.reding@gmail.com>
4607L:	dri-devel@lists.freedesktop.org
4608L:	linux-tegra@vger.kernel.org
4609T:	git git://anongit.freedesktop.org/tegra/linux.git
4610S:	Supported
4611F:	drivers/gpu/drm/tegra/
4612F:	drivers/gpu/host1x/
4613F:	include/linux/host1x.h
4614F:	include/uapi/drm/tegra_drm.h
4615F:	Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4616
4617DRM DRIVERS FOR RENESAS
4618M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4619L:	dri-devel@lists.freedesktop.org
4620L:	linux-renesas-soc@vger.kernel.org
4621T:	git git://linuxtv.org/pinchartl/fbdev
4622S:	Supported
4623F:	drivers/gpu/drm/rcar-du/
4624F:	drivers/gpu/drm/shmobile/
4625F:	include/linux/platform_data/shmob_drm.h
4626F:	Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4627F:	Documentation/devicetree/bindings/display/renesas,du.txt
4628
4629DRM DRIVERS FOR ROCKCHIP
4630M:	Mark Yao <mark.yao@rock-chips.com>
4631L:	dri-devel@lists.freedesktop.org
4632S:	Maintained
4633F:	drivers/gpu/drm/rockchip/
4634F:	Documentation/devicetree/bindings/display/rockchip/
4635T:	git git://anongit.freedesktop.org/drm/drm-misc
4636
4637DRM DRIVERS FOR STI
4638M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
4639M:	Vincent Abriou <vincent.abriou@st.com>
4640L:	dri-devel@lists.freedesktop.org
4641T:	git git://anongit.freedesktop.org/drm/drm-misc
4642S:	Maintained
4643F:	drivers/gpu/drm/sti
4644F:	Documentation/devicetree/bindings/display/st,stih4xx.txt
4645
4646DRM DRIVERS FOR STM
4647M:	Yannick Fertre <yannick.fertre@st.com>
4648M:	Philippe Cornu <philippe.cornu@st.com>
4649M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
4650M:	Vincent Abriou <vincent.abriou@st.com>
4651L:	dri-devel@lists.freedesktop.org
4652T:	git git://anongit.freedesktop.org/drm/drm-misc
4653S:	Maintained
4654F:	drivers/gpu/drm/stm
4655F:	Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4656
4657DRM DRIVERS FOR TI LCDC
4658M:	Jyri Sarha <jsarha@ti.com>
4659R:	Tomi Valkeinen <tomi.valkeinen@ti.com>
4660L:	dri-devel@lists.freedesktop.org
4661S:	Maintained
4662F:	drivers/gpu/drm/tilcdc/
4663F:	Documentation/devicetree/bindings/display/tilcdc/
4664
4665DRM DRIVERS FOR TI OMAP
4666M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
4667L:	dri-devel@lists.freedesktop.org
4668S:	Maintained
4669F:	drivers/gpu/drm/omapdrm/
4670F:	Documentation/devicetree/bindings/display/ti/
4671
4672DRM DRIVERS FOR VC4
4673M:	Eric Anholt <eric@anholt.net>
4674T:	git git://github.com/anholt/linux
4675S:	Supported
4676F:	drivers/gpu/drm/vc4/
4677F:	include/uapi/drm/vc4_drm.h
4678F:	Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4679T:	git git://anongit.freedesktop.org/drm/drm-misc
4680
4681DRM DRIVERS FOR VIVANTE GPU IP
4682M:	Lucas Stach <l.stach@pengutronix.de>
4683R:	Russell King <linux+etnaviv@armlinux.org.uk>
4684R:	Christian Gmeiner <christian.gmeiner@gmail.com>
4685L:	etnaviv@lists.freedesktop.org
4686L:	dri-devel@lists.freedesktop.org
4687S:	Maintained
4688F:	drivers/gpu/drm/etnaviv/
4689F:	include/uapi/drm/etnaviv_drm.h
4690F:	Documentation/devicetree/bindings/display/etnaviv/
4691
4692DRM DRIVERS FOR ZTE ZX
4693M:	Shawn Guo <shawnguo@kernel.org>
4694L:	dri-devel@lists.freedesktop.org
4695S:	Maintained
4696F:	drivers/gpu/drm/zte/
4697F:	Documentation/devicetree/bindings/display/zte,vou.txt
4698T:	git git://anongit.freedesktop.org/drm/drm-misc
4699
4700DRM PANEL DRIVERS
4701M:	Thierry Reding <thierry.reding@gmail.com>
4702L:	dri-devel@lists.freedesktop.org
4703T:	git git://anongit.freedesktop.org/tegra/linux.git
4704S:	Maintained
4705F:	drivers/gpu/drm/drm_panel.c
4706F:	drivers/gpu/drm/panel/
4707F:	include/drm/drm_panel.h
4708F:	Documentation/devicetree/bindings/display/panel/
4709
4710DRM TINYDRM DRIVERS
4711M:	Noralf Trønnes <noralf@tronnes.org>
4712W:	https://github.com/notro/tinydrm/wiki/Development
4713T:	git git://anongit.freedesktop.org/drm/drm-misc
4714S:	Maintained
4715F:	drivers/gpu/drm/tinydrm/
4716F:	include/drm/tinydrm/
4717
4718DSBR100 USB FM RADIO DRIVER
4719M:	Alexey Klimov <klimov.linux@gmail.com>
4720L:	linux-media@vger.kernel.org
4721T:	git git://linuxtv.org/media_tree.git
4722S:	Maintained
4723F:	drivers/media/radio/dsbr100.c
4724
4725DSCC4 DRIVER
4726M:	Francois Romieu <romieu@fr.zoreil.com>
4727L:	netdev@vger.kernel.org
4728S:	Maintained
4729F:	drivers/net/wan/dscc4.c
4730
4731DT3155 MEDIA DRIVER
4732M:	Hans Verkuil <hverkuil@xs4all.nl>
4733L:	linux-media@vger.kernel.org
4734T:	git git://linuxtv.org/media_tree.git
4735W:	https://linuxtv.org
4736S:	Odd Fixes
4737F:	drivers/media/pci/dt3155/
4738
4739DVB_USB_AF9015 MEDIA DRIVER
4740M:	Antti Palosaari <crope@iki.fi>
4741L:	linux-media@vger.kernel.org
4742W:	https://linuxtv.org
4743W:	http://palosaari.fi/linux/
4744Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4745T:	git git://linuxtv.org/anttip/media_tree.git
4746S:	Maintained
4747F:	drivers/media/usb/dvb-usb-v2/af9015*
4748
4749DVB_USB_AF9035 MEDIA DRIVER
4750M:	Antti Palosaari <crope@iki.fi>
4751L:	linux-media@vger.kernel.org
4752W:	https://linuxtv.org
4753W:	http://palosaari.fi/linux/
4754Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4755T:	git git://linuxtv.org/anttip/media_tree.git
4756S:	Maintained
4757F:	drivers/media/usb/dvb-usb-v2/af9035*
4758
4759DVB_USB_ANYSEE MEDIA DRIVER
4760M:	Antti Palosaari <crope@iki.fi>
4761L:	linux-media@vger.kernel.org
4762W:	https://linuxtv.org
4763W:	http://palosaari.fi/linux/
4764Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4765T:	git git://linuxtv.org/anttip/media_tree.git
4766S:	Maintained
4767F:	drivers/media/usb/dvb-usb-v2/anysee*
4768
4769DVB_USB_AU6610 MEDIA DRIVER
4770M:	Antti Palosaari <crope@iki.fi>
4771L:	linux-media@vger.kernel.org
4772W:	https://linuxtv.org
4773W:	http://palosaari.fi/linux/
4774Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4775T:	git git://linuxtv.org/anttip/media_tree.git
4776S:	Maintained
4777F:	drivers/media/usb/dvb-usb-v2/au6610*
4778
4779DVB_USB_CE6230 MEDIA DRIVER
4780M:	Antti Palosaari <crope@iki.fi>
4781L:	linux-media@vger.kernel.org
4782W:	https://linuxtv.org
4783W:	http://palosaari.fi/linux/
4784Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4785T:	git git://linuxtv.org/anttip/media_tree.git
4786S:	Maintained
4787F:	drivers/media/usb/dvb-usb-v2/ce6230*
4788
4789DVB_USB_CXUSB MEDIA DRIVER
4790M:	Michael Krufky <mkrufky@linuxtv.org>
4791L:	linux-media@vger.kernel.org
4792W:	https://linuxtv.org
4793W:	http://github.com/mkrufky
4794Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4795T:	git git://linuxtv.org/media_tree.git
4796S:	Maintained
4797F:	drivers/media/usb/dvb-usb/cxusb*
4798
4799DVB_USB_EC168 MEDIA DRIVER
4800M:	Antti Palosaari <crope@iki.fi>
4801L:	linux-media@vger.kernel.org
4802W:	https://linuxtv.org
4803W:	http://palosaari.fi/linux/
4804Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4805T:	git git://linuxtv.org/anttip/media_tree.git
4806S:	Maintained
4807F:	drivers/media/usb/dvb-usb-v2/ec168*
4808
4809DVB_USB_GL861 MEDIA DRIVER
4810M:	Antti Palosaari <crope@iki.fi>
4811L:	linux-media@vger.kernel.org
4812W:	https://linuxtv.org
4813Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4814T:	git git://linuxtv.org/anttip/media_tree.git
4815S:	Maintained
4816F:	drivers/media/usb/dvb-usb-v2/gl861*
4817
4818DVB_USB_MXL111SF MEDIA DRIVER
4819M:	Michael Krufky <mkrufky@linuxtv.org>
4820L:	linux-media@vger.kernel.org
4821W:	https://linuxtv.org
4822W:	http://github.com/mkrufky
4823Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4824T:	git git://linuxtv.org/mkrufky/mxl111sf.git
4825S:	Maintained
4826F:	drivers/media/usb/dvb-usb-v2/mxl111sf*
4827
4828DVB_USB_RTL28XXU MEDIA DRIVER
4829M:	Antti Palosaari <crope@iki.fi>
4830L:	linux-media@vger.kernel.org
4831W:	https://linuxtv.org
4832W:	http://palosaari.fi/linux/
4833Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4834T:	git git://linuxtv.org/anttip/media_tree.git
4835S:	Maintained
4836F:	drivers/media/usb/dvb-usb-v2/rtl28xxu*
4837
4838DVB_USB_V2 MEDIA DRIVER
4839M:	Antti Palosaari <crope@iki.fi>
4840L:	linux-media@vger.kernel.org
4841W:	https://linuxtv.org
4842W:	http://palosaari.fi/linux/
4843Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4844T:	git git://linuxtv.org/anttip/media_tree.git
4845S:	Maintained
4846F:	drivers/media/usb/dvb-usb-v2/dvb_usb*
4847F:	drivers/media/usb/dvb-usb-v2/usb_urb.c
4848
4849DYNAMIC DEBUG
4850M:	Jason Baron <jbaron@akamai.com>
4851S:	Maintained
4852F:	lib/dynamic_debug.c
4853F:	include/linux/dynamic_debug.h
4854
4855DZ DECSTATION DZ11 SERIAL DRIVER
4856M:	"Maciej W. Rozycki" <macro@linux-mips.org>
4857S:	Maintained
4858F:	drivers/tty/serial/dz.*
4859
4860E3X0 POWER BUTTON DRIVER
4861M:	Moritz Fischer <moritz.fischer@ettus.com>
4862L:	usrp-users@lists.ettus.com
4863W:	http://www.ettus.com
4864S:	Supported
4865F:	drivers/input/misc/e3x0-button.c
4866F:	Documentation/devicetree/bindings/input/e3x0-button.txt
4867
4868E4000 MEDIA DRIVER
4869M:	Antti Palosaari <crope@iki.fi>
4870L:	linux-media@vger.kernel.org
4871W:	https://linuxtv.org
4872W:	http://palosaari.fi/linux/
4873Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4874T:	git git://linuxtv.org/anttip/media_tree.git
4875S:	Maintained
4876F:	drivers/media/tuners/e4000*
4877
4878EATA ISA/EISA/PCI SCSI DRIVER
4879M:	Dario Ballabio <ballabio_dario@emc.com>
4880L:	linux-scsi@vger.kernel.org
4881S:	Maintained
4882F:	drivers/scsi/eata.c
4883
4884EC100 MEDIA DRIVER
4885M:	Antti Palosaari <crope@iki.fi>
4886L:	linux-media@vger.kernel.org
4887W:	https://linuxtv.org
4888W:	http://palosaari.fi/linux/
4889Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4890T:	git git://linuxtv.org/anttip/media_tree.git
4891S:	Maintained
4892F:	drivers/media/dvb-frontends/ec100*
4893
4894ECRYPT FILE SYSTEM
4895M:	Tyler Hicks <tyhicks@canonical.com>
4896L:	ecryptfs@vger.kernel.org
4897W:	http://ecryptfs.org
4898W:	https://launchpad.net/ecryptfs
4899T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4900S:	Supported
4901F:	Documentation/filesystems/ecryptfs.txt
4902F:	fs/ecryptfs/
4903
4904EDAC-AMD64
4905M:	Borislav Petkov <bp@alien8.de>
4906L:	linux-edac@vger.kernel.org
4907S:	Maintained
4908F:	drivers/edac/amd64_edac*
4909
4910EDAC-CALXEDA
4911M:	Robert Richter <rric@kernel.org>
4912L:	linux-edac@vger.kernel.org
4913S:	Maintained
4914F:	drivers/edac/highbank*
4915
4916EDAC-CAVIUM
4917M:	Ralf Baechle <ralf@linux-mips.org>
4918M:	David Daney <david.daney@cavium.com>
4919L:	linux-edac@vger.kernel.org
4920L:	linux-mips@linux-mips.org
4921S:	Supported
4922F:	drivers/edac/octeon_edac*
4923F:	drivers/edac/thunderx_edac*
4924
4925EDAC-CORE
4926M:	Borislav Petkov <bp@alien8.de>
4927M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
4928M:	Mauro Carvalho Chehab <mchehab@kernel.org>
4929L:	linux-edac@vger.kernel.org
4930T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4931T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4932S:	Supported
4933F:	Documentation/admin-guide/ras.rst
4934F:	Documentation/driver-api/edac.rst
4935F:	drivers/edac/
4936F:	include/linux/edac.h
4937
4938EDAC-E752X
4939M:	Mark Gross <mark.gross@intel.com>
4940L:	linux-edac@vger.kernel.org
4941S:	Maintained
4942F:	drivers/edac/e752x_edac.c
4943
4944EDAC-E7XXX
4945L:	linux-edac@vger.kernel.org
4946S:	Maintained
4947F:	drivers/edac/e7xxx_edac.c
4948
4949EDAC-FSL_DDR
4950M:	York Sun <york.sun@nxp.com>
4951L:	linux-edac@vger.kernel.org
4952S:	Maintained
4953F:	drivers/edac/fsl_ddr_edac.*
4954
4955EDAC-GHES
4956M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
4957M:	Mauro Carvalho Chehab <mchehab@kernel.org>
4958L:	linux-edac@vger.kernel.org
4959S:	Maintained
4960F:	drivers/edac/ghes_edac.c
4961
4962EDAC-I3000
4963L:	linux-edac@vger.kernel.org
4964S:	Orphan
4965F:	drivers/edac/i3000_edac.c
4966
4967EDAC-I5000
4968L:	linux-edac@vger.kernel.org
4969S:	Maintained
4970F:	drivers/edac/i5000_edac.c
4971
4972EDAC-I5400
4973M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
4974M:	Mauro Carvalho Chehab <mchehab@kernel.org>
4975L:	linux-edac@vger.kernel.org
4976S:	Maintained
4977F:	drivers/edac/i5400_edac.c
4978
4979EDAC-I7300
4980M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
4981M:	Mauro Carvalho Chehab <mchehab@kernel.org>
4982L:	linux-edac@vger.kernel.org
4983S:	Maintained
4984F:	drivers/edac/i7300_edac.c
4985
4986EDAC-I7CORE
4987M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
4988M:	Mauro Carvalho Chehab <mchehab@kernel.org>
4989L:	linux-edac@vger.kernel.org
4990S:	Maintained
4991F:	drivers/edac/i7core_edac.c
4992
4993EDAC-I82443BXGX
4994M:	Tim Small <tim@buttersideup.com>
4995L:	linux-edac@vger.kernel.org
4996S:	Maintained
4997F:	drivers/edac/i82443bxgx_edac.c
4998
4999EDAC-I82975X
5000M:	Ranganathan Desikan <ravi@jetztechnologies.com>
5001M:	"Arvind R." <arvino55@gmail.com>
5002L:	linux-edac@vger.kernel.org
5003S:	Maintained
5004F:	drivers/edac/i82975x_edac.c
5005
5006EDAC-IE31200
5007M:	Jason Baron <jbaron@akamai.com>
5008L:	linux-edac@vger.kernel.org
5009S:	Maintained
5010F:	drivers/edac/ie31200_edac.c
5011
5012EDAC-MPC85XX
5013M:	Johannes Thumshirn <morbidrsa@gmail.com>
5014L:	linux-edac@vger.kernel.org
5015S:	Maintained
5016F:	drivers/edac/mpc85xx_edac.[ch]
5017
5018EDAC-PASEMI
5019M:	Egor Martovetsky <egor@pasemi.com>
5020L:	linux-edac@vger.kernel.org
5021S:	Maintained
5022F:	drivers/edac/pasemi_edac.c
5023
5024EDAC-PND2
5025M:	Tony Luck <tony.luck@intel.com>
5026L:	linux-edac@vger.kernel.org
5027S:	Maintained
5028F:	drivers/edac/pnd2_edac.[ch]
5029
5030EDAC-R82600
5031M:	Tim Small <tim@buttersideup.com>
5032L:	linux-edac@vger.kernel.org
5033S:	Maintained
5034F:	drivers/edac/r82600_edac.c
5035
5036EDAC-SBRIDGE
5037M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5038M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5039L:	linux-edac@vger.kernel.org
5040S:	Maintained
5041F:	drivers/edac/sb_edac.c
5042
5043EDAC-SKYLAKE
5044M:	Tony Luck <tony.luck@intel.com>
5045L:	linux-edac@vger.kernel.org
5046S:	Maintained
5047F:	drivers/edac/skx_edac.c
5048
5049EDIROL UA-101/UA-1000 DRIVER
5050M:	Clemens Ladisch <clemens@ladisch.de>
5051L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5052T:	git git://git.alsa-project.org/alsa-kernel.git
5053S:	Maintained
5054F:	sound/usb/misc/ua101.c
5055
5056EFI TEST DRIVER
5057L:	linux-efi@vger.kernel.org
5058M:	Ivan Hu <ivan.hu@canonical.com>
5059M:	Matt Fleming <matt@codeblueprint.co.uk>
5060S:	Maintained
5061F:	drivers/firmware/efi/test/
5062
5063EFI VARIABLE FILESYSTEM
5064M:	Matthew Garrett <matthew.garrett@nebula.com>
5065M:	Jeremy Kerr <jk@ozlabs.org>
5066M:	Matt Fleming <matt@codeblueprint.co.uk>
5067T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5068L:	linux-efi@vger.kernel.org
5069S:	Maintained
5070F:	fs/efivarfs/
5071
5072EFIFB FRAMEBUFFER DRIVER
5073L:	linux-fbdev@vger.kernel.org
5074M:	Peter Jones <pjones@redhat.com>
5075S:	Maintained
5076F:	drivers/video/fbdev/efifb.c
5077
5078EFS FILESYSTEM
5079W:	http://aeschi.ch.eu.org/efs/
5080S:	Orphan
5081F:	fs/efs/
5082
5083EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5084M:	Douglas Miller <dougmill@linux.vnet.ibm.com>
5085L:	netdev@vger.kernel.org
5086S:	Maintained
5087F:	drivers/net/ethernet/ibm/ehea/
5088
5089EM28XX VIDEO4LINUX DRIVER
5090M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5091M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5092L:	linux-media@vger.kernel.org
5093W:	https://linuxtv.org
5094T:	git git://linuxtv.org/media_tree.git
5095S:	Maintained
5096F:	drivers/media/usb/em28xx/
5097F:	Documentation/media/v4l-drivers/em28xx*
5098
5099EMBEDDED LINUX
5100M:	Paul Gortmaker <paul.gortmaker@windriver.com>
5101M:	Matt Mackall <mpm@selenic.com>
5102M:	David Woodhouse <dwmw2@infradead.org>
5103L:	linux-embedded@vger.kernel.org
5104S:	Maintained
5105
5106Emulex 10Gbps iSCSI - OneConnect DRIVER
5107M:	Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5108M:	Ketan Mukadam <ketan.mukadam@broadcom.com>
5109M:	Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5110L:	linux-scsi@vger.kernel.org
5111W:	http://www.broadcom.com
5112S:	Supported
5113F:	drivers/scsi/be2iscsi/
5114
5115Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5116M:	Sathya Perla <sathya.perla@broadcom.com>
5117M:	Ajit Khaparde <ajit.khaparde@broadcom.com>
5118M:	Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
5119M:	Somnath Kotur <somnath.kotur@broadcom.com>
5120L:	netdev@vger.kernel.org
5121W:	http://www.emulex.com
5122S:	Supported
5123F:	drivers/net/ethernet/emulex/benet/
5124
5125EMULEX ONECONNECT ROCE DRIVER
5126M:	Selvin Xavier <selvin.xavier@broadcom.com>
5127M:	Devesh Sharma <devesh.sharma@broadcom.com>
5128L:	linux-rdma@vger.kernel.org
5129W:	http://www.broadcom.com
5130S:	Odd Fixes
5131F:	drivers/infiniband/hw/ocrdma/
5132F:	include/uapi/rdma/ocrdma-abi.h
5133
5134EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5135M:	James Smart <james.smart@broadcom.com>
5136M:	Dick Kennedy <dick.kennedy@broadcom.com>
5137L:	linux-scsi@vger.kernel.org
5138W:	http://www.broadcom.com
5139S:	Supported
5140F:	drivers/scsi/lpfc/
5141
5142ENE CB710 FLASH CARD READER DRIVER
5143M:	Michał Mirosław <mirq-linux@rere.qmqm.pl>
5144S:	Maintained
5145F:	drivers/misc/cb710/
5146F:	drivers/mmc/host/cb710-mmc.*
5147F:	include/linux/cb710.h
5148
5149ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5150M:	Maxim Levitsky <maximlevitsky@gmail.com>
5151S:	Maintained
5152F:	drivers/media/rc/ene_ir.*
5153
5154EPSON S1D13XXX FRAMEBUFFER DRIVER
5155M:	Kristoffer Ericson <kristoffer.ericson@gmail.com>
5156S:	Maintained
5157T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5158F:	drivers/video/fbdev/s1d13xxxfb.c
5159F:	include/video/s1d13xxxfb.h
5160
5161ERRSEQ ERROR TRACKING INFRASTRUCTURE
5162M:	Jeff Layton <jlayton@poochiereds.net>
5163S:	Maintained
5164F:	lib/errseq.c
5165F:	include/linux/errseq.h
5166
5167ET131X NETWORK DRIVER
5168M:	Mark Einon <mark.einon@gmail.com>
5169S:	Odd Fixes
5170F:	drivers/net/ethernet/agere/
5171
5172ETHERNET BRIDGE
5173M:	Stephen Hemminger <stephen@networkplumber.org>
5174L:	bridge@lists.linux-foundation.org (moderated for non-subscribers)
5175L:	netdev@vger.kernel.org
5176W:	http://www.linuxfoundation.org/en/Net:Bridge
5177S:	Maintained
5178F:	include/linux/netfilter_bridge/
5179F:	net/bridge/
5180
5181ETHERNET PHY LIBRARY
5182M:	Andrew Lunn <andrew@lunn.ch>
5183M:	Florian Fainelli <f.fainelli@gmail.com>
5184L:	netdev@vger.kernel.org
5185S:	Maintained
5186F:	Documentation/ABI/testing/sysfs-bus-mdio
5187F:	Documentation/devicetree/bindings/net/mdio*
5188F:	Documentation/networking/phy.txt
5189F:	drivers/net/phy/
5190F:	drivers/of/of_mdio.c
5191F:	drivers/of/of_net.c
5192F:	include/linux/*mdio*.h
5193F:	include/linux/of_net.h
5194F:	include/linux/phy.h
5195F:	include/linux/phy_fixed.h
5196F:	include/linux/platform_data/mdio-gpio.h
5197F:	include/linux/platform_data/mdio-bcm-unimac.h
5198F:	include/trace/events/mdio.h
5199F:	include/uapi/linux/mdio.h
5200F:	include/uapi/linux/mii.h
5201
5202EXT2 FILE SYSTEM
5203M:	Jan Kara <jack@suse.com>
5204L:	linux-ext4@vger.kernel.org
5205S:	Maintained
5206F:	Documentation/filesystems/ext2.txt
5207F:	fs/ext2/
5208F:	include/linux/ext2*
5209
5210EXT4 FILE SYSTEM
5211M:	"Theodore Ts'o" <tytso@mit.edu>
5212M:	Andreas Dilger <adilger.kernel@dilger.ca>
5213L:	linux-ext4@vger.kernel.org
5214W:	http://ext4.wiki.kernel.org
5215Q:	http://patchwork.ozlabs.org/project/linux-ext4/list/
5216T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5217S:	Maintained
5218F:	Documentation/filesystems/ext4.txt
5219F:	fs/ext4/
5220
5221Extended Verification Module (EVM)
5222M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
5223L:	linux-ima-devel@lists.sourceforge.net
5224L:	linux-security-module@vger.kernel.org
5225S:	Supported
5226F:	security/integrity/evm/
5227
5228EXTENSIBLE FIRMWARE INTERFACE (EFI)
5229M:	Matt Fleming <matt@codeblueprint.co.uk>
5230M:	Ard Biesheuvel <ard.biesheuvel@linaro.org>
5231L:	linux-efi@vger.kernel.org
5232T:	git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5233S:	Maintained
5234F:	Documentation/efi-stub.txt
5235F:	arch/*/kernel/efi.c
5236F:	arch/x86/boot/compressed/eboot.[ch]
5237F:	arch/*/include/asm/efi.h
5238F:	arch/x86/platform/efi/
5239F:	drivers/firmware/efi/
5240F:	include/linux/efi*.h
5241F:	arch/arm/boot/compressed/efi-header.S
5242F:	arch/arm64/kernel/efi-entry.S
5243
5244EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5245M:	MyungJoo Ham <myungjoo.ham@samsung.com>
5246M:	Chanwoo Choi <cw00.choi@samsung.com>
5247L:	linux-kernel@vger.kernel.org
5248T:	git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5249S:	Maintained
5250F:	drivers/extcon/
5251F:	include/linux/extcon/
5252F:	include/linux/extcon.h
5253F:	Documentation/extcon/
5254F:	Documentation/devicetree/bindings/extcon/
5255
5256EXYNOS DP DRIVER
5257M:	Jingoo Han <jingoohan1@gmail.com>
5258L:	dri-devel@lists.freedesktop.org
5259S:	Maintained
5260F:	drivers/gpu/drm/exynos/exynos_dp*
5261
5262EXYNOS SYSMMU (IOMMU) driver
5263M:	Marek Szyprowski <m.szyprowski@samsung.com>
5264L:	iommu@lists.linux-foundation.org
5265S:	Maintained
5266F:	drivers/iommu/exynos-iommu.c
5267
5268EZchip NPS platform support
5269M:	Elad Kanfi <eladkan@mellanox.com>
5270M:	Vineet Gupta <vgupta@synopsys.com>
5271S:	Supported
5272F:	arch/arc/plat-eznps
5273F:	arch/arc/boot/dts/eznps.dts
5274
5275F2FS FILE SYSTEM
5276M:	Jaegeuk Kim <jaegeuk@kernel.org>
5277M:	Chao Yu <yuchao0@huawei.com>
5278L:	linux-f2fs-devel@lists.sourceforge.net
5279W:	https://f2fs.wiki.kernel.org/
5280T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5281S:	Maintained
5282F:	Documentation/filesystems/f2fs.txt
5283F:	Documentation/ABI/testing/sysfs-fs-f2fs
5284F:	fs/f2fs/
5285F:	include/linux/f2fs_fs.h
5286F:	include/trace/events/f2fs.h
5287
5288F71805F HARDWARE MONITORING DRIVER
5289M:	Jean Delvare <jdelvare@suse.com>
5290L:	linux-hwmon@vger.kernel.org
5291S:	Maintained
5292F:	Documentation/hwmon/f71805f
5293F:	drivers/hwmon/f71805f.c
5294
5295FANOTIFY
5296M:	Jan Kara <jack@suse.cz>
5297R:	Amir Goldstein <amir73il@gmail.com>
5298L:	linux-fsdevel@vger.kernel.org
5299S:	Maintained
5300F:	fs/notify/fanotify/
5301F:	include/linux/fanotify.h
5302F:	include/uapi/linux/fanotify.h
5303
5304FARSYNC SYNCHRONOUS DRIVER
5305M:	Kevin Curtis <kevin.curtis@farsite.co.uk>
5306W:	http://www.farsite.co.uk/
5307S:	Supported
5308F:	drivers/net/wan/farsync.*
5309
5310FAULT INJECTION SUPPORT
5311M:	Akinobu Mita <akinobu.mita@gmail.com>
5312S:	Supported
5313F:	Documentation/fault-injection/
5314F:	lib/fault-inject.c
5315
5316FBTFT Framebuffer drivers
5317M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5318S:	Maintained
5319F:	drivers/staging/fbtft/
5320
5321FC0011 TUNER DRIVER
5322M:	Michael Buesch <m@bues.ch>
5323L:	linux-media@vger.kernel.org
5324S:	Maintained
5325F:	drivers/media/tuners/fc0011.h
5326F:	drivers/media/tuners/fc0011.c
5327
5328FC2580 MEDIA DRIVER
5329M:	Antti Palosaari <crope@iki.fi>
5330L:	linux-media@vger.kernel.org
5331W:	https://linuxtv.org
5332W:	http://palosaari.fi/linux/
5333Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5334T:	git git://linuxtv.org/anttip/media_tree.git
5335S:	Maintained
5336F:	drivers/media/tuners/fc2580*
5337
5338FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5339M:	Johannes Thumshirn <jth@kernel.org>
5340L:	fcoe-devel@open-fcoe.org
5341W:	www.Open-FCoE.org
5342S:	Supported
5343F:	drivers/scsi/libfc/
5344F:	drivers/scsi/fcoe/
5345F:	include/scsi/fc/
5346F:	include/scsi/libfc.h
5347F:	include/scsi/libfcoe.h
5348F:	include/uapi/scsi/fc/
5349
5350FILE LOCKING (flock() and fcntl()/lockf())
5351M:	Jeff Layton <jlayton@poochiereds.net>
5352M:	"J. Bruce Fields" <bfields@fieldses.org>
5353L:	linux-fsdevel@vger.kernel.org
5354S:	Maintained
5355F:	include/linux/fcntl.h
5356F:	include/uapi/linux/fcntl.h
5357F:	fs/fcntl.c
5358F:	fs/locks.c
5359
5360FILESYSTEMS (VFS and infrastructure)
5361M:	Alexander Viro <viro@zeniv.linux.org.uk>
5362L:	linux-fsdevel@vger.kernel.org
5363S:	Maintained
5364F:	fs/*
5365F:	include/linux/fs.h
5366F:	include/uapi/linux/fs.h
5367
5368FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5369M:	Riku Voipio <riku.voipio@iki.fi>
5370L:	linux-hwmon@vger.kernel.org
5371S:	Maintained
5372F:	drivers/hwmon/f75375s.c
5373F:	include/linux/f75375s.h
5374
5375FIREWIRE AUDIO DRIVERS
5376M:	Clemens Ladisch <clemens@ladisch.de>
5377L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5378T:	git git://git.alsa-project.org/alsa-kernel.git
5379S:	Maintained
5380F:	sound/firewire/
5381
5382FIREWIRE MEDIA DRIVERS (firedtv)
5383M:	Stefan Richter <stefanr@s5r6.in-berlin.de>
5384L:	linux-media@vger.kernel.org
5385L:	linux1394-devel@lists.sourceforge.net
5386T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5387S:	Maintained
5388F:	drivers/media/firewire/
5389
5390FIREWIRE SBP-2 TARGET
5391M:	Chris Boot <bootc@bootc.net>
5392L:	linux-scsi@vger.kernel.org
5393L:	target-devel@vger.kernel.org
5394L:	linux1394-devel@lists.sourceforge.net
5395T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5396S:	Maintained
5397F:	drivers/target/sbp/
5398
5399FIREWIRE SUBSYSTEM
5400M:	Stefan Richter <stefanr@s5r6.in-berlin.de>
5401L:	linux1394-devel@lists.sourceforge.net
5402W:	http://ieee1394.wiki.kernel.org/
5403T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5404S:	Maintained
5405F:	drivers/firewire/
5406F:	include/linux/firewire.h
5407F:	include/uapi/linux/firewire*.h
5408F:	tools/firewire/
5409
5410FIRMWARE LOADER (request_firmware)
5411M:	Luis R. Rodriguez <mcgrof@kernel.org>
5412L:	linux-kernel@vger.kernel.org
5413S:	Maintained
5414F:	Documentation/firmware_class/
5415F:	drivers/base/firmware*.c
5416F:	include/linux/firmware.h
5417
5418FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5419M:	Joshua Morris <josh.h.morris@us.ibm.com>
5420M:	Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5421S:	Maintained
5422F:	drivers/block/rsxx/
5423
5424FLOPPY DRIVER
5425M:	Jiri Kosina <jikos@kernel.org>
5426T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5427S:	Odd fixes
5428F:	drivers/block/floppy.c
5429
5430FMC SUBSYSTEM
5431M:	Alessandro Rubini <rubini@gnudd.com>
5432W:	http://www.ohwr.org/projects/fmc-bus
5433S:	Supported
5434F:	drivers/fmc/
5435F:	include/linux/fmc*.h
5436F:	include/linux/ipmi-fru.h
5437K:	fmc_d.*register
5438
5439FPGA MANAGER FRAMEWORK
5440M:	Alan Tull <atull@kernel.org>
5441R:	Moritz Fischer <mdf@kernel.org>
5442L:	linux-fpga@vger.kernel.org
5443S:	Maintained
5444T:	git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5445Q:	http://patchwork.kernel.org/project/linux-fpga/list/
5446F:	Documentation/fpga/
5447F:	Documentation/devicetree/bindings/fpga/
5448F:	drivers/fpga/
5449F:	include/linux/fpga/
5450W:	http://www.rocketboards.org
5451
5452FPU EMULATOR
5453M:	Bill Metzenthen <billm@melbpc.org.au>
5454W:	http://floatingpoint.sourceforge.net/emulator/index.html
5455S:	Maintained
5456F:	arch/x86/math-emu/
5457
5458FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5459L:	netdev@vger.kernel.org
5460S:	Orphan
5461F:	drivers/net/wan/dlci.c
5462F:	drivers/net/wan/sdla.c
5463
5464FRAMEBUFFER LAYER
5465M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5466L:	linux-fbdev@vger.kernel.org
5467T:	git git://github.com/bzolnier/linux.git
5468Q:	http://patchwork.kernel.org/project/linux-fbdev/list/
5469S:	Maintained
5470F:	Documentation/fb/
5471F:	drivers/video/
5472F:	include/video/
5473F:	include/linux/fb.h
5474F:	include/uapi/video/
5475F:	include/uapi/linux/fb.h
5476
5477FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5478M:	Horia Geantă <horia.geanta@nxp.com>
5479M:	Dan Douglass <dan.douglass@nxp.com>
5480L:	linux-crypto@vger.kernel.org
5481S:	Maintained
5482F:	drivers/crypto/caam/
5483F:	Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5484
5485FREESCALE DIU FRAMEBUFFER DRIVER
5486M:	Timur Tabi <timur@tabi.org>
5487L:	linux-fbdev@vger.kernel.org
5488S:	Maintained
5489F:	drivers/video/fbdev/fsl-diu-fb.*
5490
5491FREESCALE DMA DRIVER
5492M:	Li Yang <leoyang.li@nxp.com>
5493M:	Zhang Wei <zw@zh-kernel.org>
5494L:	linuxppc-dev@lists.ozlabs.org
5495S:	Maintained
5496F:	drivers/dma/fsldma.*
5497
5498FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5499M:	Claudiu Manoil <claudiu.manoil@freescale.com>
5500L:	netdev@vger.kernel.org
5501S:	Maintained
5502F:	drivers/net/ethernet/freescale/gianfar*
5503X:	drivers/net/ethernet/freescale/gianfar_ptp.c
5504F:	Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5505
5506FREESCALE GPMI NAND DRIVER
5507M:	Han Xu <han.xu@nxp.com>
5508L:	linux-mtd@lists.infradead.org
5509S:	Maintained
5510F:	drivers/mtd/nand/gpmi-nand/*
5511
5512FREESCALE I2C CPM DRIVER
5513M:	Jochen Friedrich <jochen@scram.de>
5514L:	linuxppc-dev@lists.ozlabs.org
5515L:	linux-i2c@vger.kernel.org
5516S:	Maintained
5517F:	drivers/i2c/busses/i2c-cpm.c
5518
5519FREESCALE IMX / MXC FEC DRIVER
5520M:	Fugang Duan <fugang.duan@nxp.com>
5521L:	netdev@vger.kernel.org
5522S:	Maintained
5523F:	drivers/net/ethernet/freescale/fec_main.c
5524F:	drivers/net/ethernet/freescale/fec_ptp.c
5525F:	drivers/net/ethernet/freescale/fec.h
5526F:	Documentation/devicetree/bindings/net/fsl-fec.txt
5527
5528FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5529M:	Sascha Hauer <kernel@pengutronix.de>
5530L:	linux-fbdev@vger.kernel.org
5531L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5532S:	Maintained
5533F:	include/linux/platform_data/video-imxfb.h
5534F:	drivers/video/fbdev/imxfb.c
5535
5536FREESCALE QORIQ DPAA ETHERNET DRIVER
5537M:	Madalin Bucur <madalin.bucur@nxp.com>
5538L:	netdev@vger.kernel.org
5539S:	Maintained
5540F:	drivers/net/ethernet/freescale/dpaa
5541
5542FREESCALE QORIQ DPAA FMAN DRIVER
5543M:	Madalin Bucur <madalin.bucur@nxp.com>
5544L:	netdev@vger.kernel.org
5545S:	Maintained
5546F:	drivers/net/ethernet/freescale/fman
5547F:	Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5548
5549FREESCALE QUAD SPI DRIVER
5550M:	Han Xu <han.xu@nxp.com>
5551L:	linux-mtd@lists.infradead.org
5552S:	Maintained
5553F:	drivers/mtd/spi-nor/fsl-quadspi.c
5554
5555FREESCALE QUICC ENGINE LIBRARY
5556M:	Qiang Zhao <qiang.zhao@nxp.com>
5557L:	linuxppc-dev@lists.ozlabs.org
5558S:	Maintained
5559F:	drivers/soc/fsl/qe/
5560F:	include/soc/fsl/*qe*.h
5561F:	include/soc/fsl/*ucc*.h
5562
5563FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5564M:	Li Yang <leoyang.li@nxp.com>
5565L:	netdev@vger.kernel.org
5566L:	linuxppc-dev@lists.ozlabs.org
5567S:	Maintained
5568F:	drivers/net/ethernet/freescale/ucc_geth*
5569
5570FREESCALE QUICC ENGINE UCC HDLC DRIVER
5571M:	Zhao Qiang <qiang.zhao@nxp.com>
5572L:	netdev@vger.kernel.org
5573L:	linuxppc-dev@lists.ozlabs.org
5574S:	Maintained
5575F:	drivers/net/wan/fsl_ucc_hdlc*
5576
5577FREESCALE QUICC ENGINE UCC UART DRIVER
5578M:	Timur Tabi <timur@tabi.org>
5579L:	linuxppc-dev@lists.ozlabs.org
5580S:	Maintained
5581F:	drivers/tty/serial/ucc_uart.c
5582
5583FREESCALE SOC DRIVERS
5584M:	Li Yang <leoyang.li@nxp.com>
5585L:	linuxppc-dev@lists.ozlabs.org
5586L:	linux-arm-kernel@lists.infradead.org
5587S:	Maintained
5588F:	Documentation/devicetree/bindings/soc/fsl/
5589F:	drivers/soc/fsl/
5590F:	include/linux/fsl/
5591
5592FREESCALE SOC FS_ENET DRIVER
5593M:	Pantelis Antoniou <pantelis.antoniou@gmail.com>
5594M:	Vitaly Bordug <vbordug@ru.mvista.com>
5595L:	linuxppc-dev@lists.ozlabs.org
5596L:	netdev@vger.kernel.org
5597S:	Maintained
5598F:	drivers/net/ethernet/freescale/fs_enet/
5599F:	include/linux/fs_enet_pd.h
5600
5601FREESCALE SOC SOUND DRIVERS
5602M:	Timur Tabi <timur@tabi.org>
5603M:	Nicolin Chen <nicoleotsuka@gmail.com>
5604M:	Xiubo Li <Xiubo.Lee@gmail.com>
5605R:	Fabio Estevam <fabio.estevam@nxp.com>
5606L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5607L:	linuxppc-dev@lists.ozlabs.org
5608S:	Maintained
5609F:	sound/soc/fsl/fsl*
5610F:	sound/soc/fsl/imx*
5611F:	sound/soc/fsl/mpc8610_hpcd.c
5612
5613FREESCALE USB PERIPHERAL DRIVERS
5614M:	Li Yang <leoyang.li@nxp.com>
5615L:	linux-usb@vger.kernel.org
5616L:	linuxppc-dev@lists.ozlabs.org
5617S:	Maintained
5618F:	drivers/usb/gadget/udc/fsl*
5619
5620FREEVXFS FILESYSTEM
5621M:	Christoph Hellwig <hch@infradead.org>
5622W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
5623S:	Maintained
5624F:	fs/freevxfs/
5625
5626FREEZER
5627M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
5628M:	Pavel Machek <pavel@ucw.cz>
5629L:	linux-pm@vger.kernel.org
5630S:	Supported
5631F:	Documentation/power/freezing-of-tasks.txt
5632F:	include/linux/freezer.h
5633F:	kernel/freezer.c
5634
5635FRONTSWAP API
5636M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5637L:	linux-kernel@vger.kernel.org
5638S:	Maintained
5639F:	mm/frontswap.c
5640F:	include/linux/frontswap.h
5641
5642FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5643M:	David Howells <dhowells@redhat.com>
5644L:	linux-cachefs@redhat.com (moderated for non-subscribers)
5645S:	Supported
5646F:	Documentation/filesystems/caching/
5647F:	fs/fscache/
5648F:	include/linux/fscache*.h
5649
5650FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5651M:	Theodore Y. Ts'o <tytso@mit.edu>
5652M:	Jaegeuk Kim <jaegeuk@kernel.org>
5653L:	linux-fscrypt@vger.kernel.org
5654Q:	https://patchwork.kernel.org/project/linux-fscrypt/list/
5655T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5656S:	Supported
5657F:	fs/crypto/
5658F:	include/linux/fscrypt*.h
5659
5660FUJITSU FR-V (FRV) PORT
5661S:	Orphan
5662F:	arch/frv/
5663
5664FUJITSU LAPTOP EXTRAS
5665M:	Jonathan Woithe <jwoithe@just42.net>
5666L:	platform-driver-x86@vger.kernel.org
5667S:	Maintained
5668F:	drivers/platform/x86/fujitsu-laptop.c
5669
5670FUJITSU M-5MO LS CAMERA ISP DRIVER
5671M:	Kyungmin Park <kyungmin.park@samsung.com>
5672M:	Heungjun Kim <riverful.kim@samsung.com>
5673L:	linux-media@vger.kernel.org
5674S:	Maintained
5675F:	drivers/media/i2c/m5mols/
5676F:	include/media/i2c/m5mols.h
5677
5678FUJITSU TABLET EXTRAS
5679M:	Robert Gerlach <khnz@gmx.de>
5680L:	platform-driver-x86@vger.kernel.org
5681S:	Maintained
5682F:	drivers/platform/x86/fujitsu-tablet.c
5683
5684FUSE: FILESYSTEM IN USERSPACE
5685M:	Miklos Szeredi <miklos@szeredi.hu>
5686L:	linux-fsdevel@vger.kernel.org
5687W:	http://fuse.sourceforge.net/
5688T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5689S:	Maintained
5690F:	fs/fuse/
5691F:	include/uapi/linux/fuse.h
5692F:	Documentation/filesystems/fuse.txt
5693
5694FUTEX SUBSYSTEM
5695M:	Thomas Gleixner <tglx@linutronix.de>
5696M:	Ingo Molnar <mingo@redhat.com>
5697R:	Peter Zijlstra <peterz@infradead.org>
5698R:	Darren Hart <dvhart@infradead.org>
5699L:	linux-kernel@vger.kernel.org
5700T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5701S:	Maintained
5702F:	kernel/futex.c
5703F:	kernel/futex_compat.c
5704F:	include/asm-generic/futex.h
5705F:	include/linux/futex.h
5706F:	include/uapi/linux/futex.h
5707F:	tools/testing/selftests/futex/
5708F:	tools/perf/bench/futex*
5709F:	Documentation/*futex*
5710
5711FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5712M:	Rik Faith <faith@cs.unc.edu>
5713L:	linux-scsi@vger.kernel.org
5714S:	Odd Fixes (e.g., new signatures)
5715F:	drivers/scsi/fdomain.*
5716
5717GCC PLUGINS
5718M:	Kees Cook <keescook@chromium.org>
5719R:	Emese Revfy <re.emese@gmail.com>
5720L:	kernel-hardening@lists.openwall.com
5721S:	Maintained
5722F:	scripts/gcc-plugins/
5723F:	scripts/gcc-plugin.sh
5724F:	scripts/Makefile.gcc-plugins
5725F:	Documentation/gcc-plugins.txt
5726
5727GCOV BASED KERNEL PROFILING
5728M:	Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5729S:	Maintained
5730F:	kernel/gcov/
5731F:	Documentation/dev-tools/gcov.rst
5732
5733GDB KERNEL DEBUGGING HELPER SCRIPTS
5734M:	Jan Kiszka <jan.kiszka@siemens.com>
5735M:	Kieran Bingham <kieran@bingham.xyz>
5736S:	Supported
5737F:	scripts/gdb/
5738
5739GDT SCSI DISK ARRAY CONTROLLER DRIVER
5740M:	Achim Leubner <achim_leubner@adaptec.com>
5741L:	linux-scsi@vger.kernel.org
5742W:	http://www.icp-vortex.com/
5743S:	Supported
5744F:	drivers/scsi/gdt*
5745
5746GEMTEK FM RADIO RECEIVER DRIVER
5747M:	Hans Verkuil <hverkuil@xs4all.nl>
5748L:	linux-media@vger.kernel.org
5749T:	git git://linuxtv.org/media_tree.git
5750W:	https://linuxtv.org
5751S:	Maintained
5752F:	drivers/media/radio/radio-gemtek*
5753
5754GENERIC GPIO I2C DRIVER
5755M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
5756S:	Supported
5757F:	drivers/i2c/busses/i2c-gpio.c
5758F:	include/linux/i2c-gpio.h
5759
5760GENERIC GPIO I2C MULTIPLEXER DRIVER
5761M:	Peter Korsgaard <peter.korsgaard@barco.com>
5762L:	linux-i2c@vger.kernel.org
5763S:	Supported
5764F:	drivers/i2c/muxes/i2c-mux-gpio.c
5765F:	include/linux/i2c-mux-gpio.h
5766F:	Documentation/i2c/muxes/i2c-mux-gpio
5767
5768GENERIC HDLC (WAN) DRIVERS
5769M:	Krzysztof Halasa <khc@pm.waw.pl>
5770W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
5771S:	Maintained
5772F:	drivers/net/wan/c101.c
5773F:	drivers/net/wan/hd6457*
5774F:	drivers/net/wan/hdlc*
5775F:	drivers/net/wan/n2.c
5776F:	drivers/net/wan/pc300too.c
5777F:	drivers/net/wan/pci200syn.c
5778F:	drivers/net/wan/wanxl*
5779
5780GENERIC INCLUDE/ASM HEADER FILES
5781M:	Arnd Bergmann <arnd@arndb.de>
5782L:	linux-arch@vger.kernel.org
5783T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5784S:	Maintained
5785F:	include/asm-generic/
5786F:	include/uapi/asm-generic/
5787
5788GENERIC PHY FRAMEWORK
5789M:	Kishon Vijay Abraham I <kishon@ti.com>
5790L:	linux-kernel@vger.kernel.org
5791T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5792S:	Supported
5793F:	drivers/phy/
5794F:	include/linux/phy/
5795
5796GENERIC PM DOMAINS
5797M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
5798M:	Kevin Hilman <khilman@kernel.org>
5799M:	Ulf Hansson <ulf.hansson@linaro.org>
5800L:	linux-pm@vger.kernel.org
5801S:	Supported
5802F:	drivers/base/power/domain*.c
5803F:	include/linux/pm_domain.h
5804F:	Documentation/devicetree/bindings/power/power_domain.txt
5805
5806GENERIC UIO DRIVER FOR PCI DEVICES
5807M:	"Michael S. Tsirkin" <mst@redhat.com>
5808L:	kvm@vger.kernel.org
5809S:	Supported
5810F:	drivers/uio/uio_pci_generic.c
5811
5812GENWQE (IBM Generic Workqueue Card)
5813M:	Frank Haverkamp <haver@linux.vnet.ibm.com>
5814M:	Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5815S:	Supported
5816F:	drivers/misc/genwqe/
5817
5818GET_MAINTAINER SCRIPT
5819M:	Joe Perches <joe@perches.com>
5820S:	Maintained
5821F:	scripts/get_maintainer.pl
5822
5823GFS2 FILE SYSTEM
5824M:	Steven Whitehouse <swhiteho@redhat.com>
5825M:	Bob Peterson <rpeterso@redhat.com>
5826L:	cluster-devel@redhat.com
5827W:	http://sources.redhat.com/cluster/
5828T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5829S:	Supported
5830F:	Documentation/filesystems/gfs2*.txt
5831F:	fs/gfs2/
5832F:	include/uapi/linux/gfs2_ondisk.h
5833
5834GIGASET ISDN DRIVERS
5835M:	Paul Bolle <pebolle@tiscali.nl>
5836L:	gigaset307x-common@lists.sourceforge.net
5837W:	http://gigaset307x.sourceforge.net/
5838S:	Odd Fixes
5839F:	Documentation/isdn/README.gigaset
5840F:	drivers/isdn/gigaset/
5841F:	include/uapi/linux/gigaset_dev.h
5842
5843GO7007 MPEG CODEC
5844M:	Hans Verkuil <hans.verkuil@cisco.com>
5845L:	linux-media@vger.kernel.org
5846S:	Maintained
5847F:	drivers/media/usb/go7007/
5848
5849GOODIX TOUCHSCREEN
5850M:	Bastien Nocera <hadess@hadess.net>
5851L:	linux-input@vger.kernel.org
5852S:	Maintained
5853F:	drivers/input/touchscreen/goodix.c
5854
5855GPIO ACPI SUPPORT
5856M:	Mika Westerberg <mika.westerberg@linux.intel.com>
5857M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
5858L:	linux-gpio@vger.kernel.org
5859L:	linux-acpi@vger.kernel.org
5860S:	Maintained
5861F:	Documentation/acpi/gpio-properties.txt
5862F:	drivers/gpio/gpiolib-acpi.c
5863
5864GPIO IR Transmitter
5865M:	Sean Young <sean@mess.org>
5866L:	linux-media@vger.kernel.org
5867S:	Maintained
5868F:	drivers/media/rc/gpio-ir-tx.c
5869
5870GPIO MOCKUP DRIVER
5871M:	Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5872L:	linux-gpio@vger.kernel.org
5873S:	Maintained
5874F:	drivers/gpio/gpio-mockup.c
5875F:	tools/testing/selftests/gpio/
5876
5877GPIO SUBSYSTEM
5878M:	Linus Walleij <linus.walleij@linaro.org>
5879L:	linux-gpio@vger.kernel.org
5880T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5881S:	Maintained
5882F:	Documentation/devicetree/bindings/gpio/
5883F:	Documentation/gpio/
5884F:	Documentation/ABI/testing/gpio-cdev
5885F:	Documentation/ABI/obsolete/sysfs-gpio
5886F:	drivers/gpio/
5887F:	include/linux/gpio/
5888F:	include/linux/gpio.h
5889F:	include/asm-generic/gpio.h
5890F:	include/uapi/linux/gpio.h
5891F:	tools/gpio/
5892
5893GRE DEMULTIPLEXER DRIVER
5894M:	Dmitry Kozlov <xeb@mail.ru>
5895L:	netdev@vger.kernel.org
5896S:	Maintained
5897F:	net/ipv4/gre_demux.c
5898F:	net/ipv4/gre_offload.c
5899F:	include/net/gre.h
5900
5901GRETH 10/100/1G Ethernet MAC device driver
5902M:	Andreas Larsson <andreas@gaisler.com>
5903L:	netdev@vger.kernel.org
5904S:	Maintained
5905F:	drivers/net/ethernet/aeroflex/
5906
5907GREYBUS AUDIO PROTOCOLS DRIVERS
5908M:	Vaibhav Agarwal <vaibhav.sr@gmail.com>
5909M:	Mark Greer <mgreer@animalcreek.com>
5910S:	Maintained
5911F:	drivers/staging/greybus/audio_apbridgea.c
5912F:	drivers/staging/greybus/audio_apbridgea.h
5913F:	drivers/staging/greybus/audio_codec.c
5914F:	drivers/staging/greybus/audio_codec.h
5915F:	drivers/staging/greybus/audio_gb.c
5916F:	drivers/staging/greybus/audio_manager.c
5917F:	drivers/staging/greybus/audio_manager.h
5918F:	drivers/staging/greybus/audio_manager_module.c
5919F:	drivers/staging/greybus/audio_manager_private.h
5920F:	drivers/staging/greybus/audio_manager_sysfs.c
5921F:	drivers/staging/greybus/audio_module.c
5922F:	drivers/staging/greybus/audio_topology.c
5923
5924GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
5925M:	Viresh Kumar <vireshk@kernel.org>
5926S:	Maintained
5927F:	drivers/staging/greybus/authentication.c
5928F:	drivers/staging/greybus/bootrom.c
5929F:	drivers/staging/greybus/firmware.h
5930F:	drivers/staging/greybus/fw-core.c
5931F:	drivers/staging/greybus/fw-download.c
5932F:	drivers/staging/greybus/fw-managament.c
5933F:	drivers/staging/greybus/greybus_authentication.h
5934F:	drivers/staging/greybus/greybus_firmware.h
5935F:	drivers/staging/greybus/hid.c
5936F:	drivers/staging/greybus/i2c.c
5937F:	drivers/staging/greybus/spi.c
5938F:	drivers/staging/greybus/spilib.c
5939F:	drivers/staging/greybus/spilib.h
5940
5941GREYBUS LOOPBACK/TIME PROTOCOLS DRIVERS
5942M:	Bryan O'Donoghue <pure.logic@nexus-software.ie>
5943S:	Maintained
5944F:	drivers/staging/greybus/loopback.c
5945F:	drivers/staging/greybus/timesync.c
5946F:	drivers/staging/greybus/timesync_platform.c
5947
5948GREYBUS PLATFORM DRIVERS
5949M:	Vaibhav Hiremath <hvaibhav.linux@gmail.com>
5950S:	Maintained
5951F:	drivers/staging/greybus/arche-platform.c
5952F:	drivers/staging/greybus/arche-apb-ctrl.c
5953F:	drivers/staging/greybus/arche_platform.h
5954
5955GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
5956M:	Rui Miguel Silva <rmfrfs@gmail.com>
5957S:	Maintained
5958F:	drivers/staging/greybus/sdio.c
5959F:	drivers/staging/greybus/light.c
5960F:	drivers/staging/greybus/gpio.c
5961F:	drivers/staging/greybus/power_supply.c
5962F:	drivers/staging/greybus/spi.c
5963F:	drivers/staging/greybus/spilib.c
5964
5965GREYBUS SUBSYSTEM
5966M:	Johan Hovold <johan@kernel.org>
5967M:	Alex Elder <elder@kernel.org>
5968M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5969S:	Maintained
5970F:	drivers/staging/greybus/
5971L:	greybus-dev@lists.linaro.org (moderated for non-subscribers)
5972
5973GREYBUS UART PROTOCOLS DRIVERS
5974M:	David Lin <dtwlin@gmail.com>
5975S:	Maintained
5976F:	drivers/staging/greybus/uart.c
5977F:	drivers/staging/greybus/log.c
5978
5979GS1662 VIDEO SERIALIZER
5980M:	Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
5981L:	linux-media@vger.kernel.org
5982T:	git git://linuxtv.org/media_tree.git
5983S:	Maintained
5984F:	drivers/media/spi/gs1662.c
5985
5986GSPCA FINEPIX SUBDRIVER
5987M:	Frank Zago <frank@zago.net>
5988L:	linux-media@vger.kernel.org
5989T:	git git://linuxtv.org/media_tree.git
5990S:	Maintained
5991F:	drivers/media/usb/gspca/finepix.c
5992
5993GSPCA GL860 SUBDRIVER
5994M:	Olivier Lorin <o.lorin@laposte.net>
5995L:	linux-media@vger.kernel.org
5996T:	git git://linuxtv.org/media_tree.git
5997S:	Maintained
5998F:	drivers/media/usb/gspca/gl860/
5999
6000GSPCA M5602 SUBDRIVER
6001M:	Erik Andren <erik.andren@gmail.com>
6002L:	linux-media@vger.kernel.org
6003T:	git git://linuxtv.org/media_tree.git
6004S:	Maintained
6005F:	drivers/media/usb/gspca/m5602/
6006
6007GSPCA PAC207 SONIXB SUBDRIVER
6008M:	Hans Verkuil <hverkuil@xs4all.nl>
6009L:	linux-media@vger.kernel.org
6010T:	git git://linuxtv.org/media_tree.git
6011S:	Odd Fixes
6012F:	drivers/media/usb/gspca/pac207.c
6013
6014GSPCA SN9C20X SUBDRIVER
6015M:	Brian Johnson <brijohn@gmail.com>
6016L:	linux-media@vger.kernel.org
6017T:	git git://linuxtv.org/media_tree.git
6018S:	Maintained
6019F:	drivers/media/usb/gspca/sn9c20x.c
6020
6021GSPCA T613 SUBDRIVER
6022M:	Leandro Costantino <lcostantino@gmail.com>
6023L:	linux-media@vger.kernel.org
6024T:	git git://linuxtv.org/media_tree.git
6025S:	Maintained
6026F:	drivers/media/usb/gspca/t613.c
6027
6028GSPCA USB WEBCAM DRIVER
6029M:	Hans Verkuil <hverkuil@xs4all.nl>
6030L:	linux-media@vger.kernel.org
6031T:	git git://linuxtv.org/media_tree.git
6032S:	Odd Fixes
6033F:	drivers/media/usb/gspca/
6034
6035GTP (GPRS Tunneling Protocol)
6036M:	Pablo Neira Ayuso <pablo@netfilter.org>
6037M:	Harald Welte <laforge@gnumonks.org>
6038L:	osmocom-net-gprs@lists.osmocom.org
6039T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6040S:	Maintained
6041F:	drivers/net/gtp.c
6042
6043GUID PARTITION TABLE (GPT)
6044M:	Davidlohr Bueso <dave@stgolabs.net>
6045L:	linux-efi@vger.kernel.org
6046S:	Maintained
6047F:	block/partitions/efi.*
6048
6049H8/300 ARCHITECTURE
6050M:	Yoshinori Sato <ysato@users.sourceforge.jp>
6051L:	uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
6052W:	http://uclinux-h8.sourceforge.jp
6053T:	git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6054S:	Maintained
6055F:	arch/h8300/
6056F:	drivers/clocksource/h8300_*.c
6057F:	drivers/clk/h8300/
6058F:	drivers/irqchip/irq-renesas-h8*.c
6059
6060HACKRF MEDIA DRIVER
6061M:	Antti Palosaari <crope@iki.fi>
6062L:	linux-media@vger.kernel.org
6063W:	https://linuxtv.org
6064W:	http://palosaari.fi/linux/
6065Q:	http://patchwork.linuxtv.org/project/linux-media/list/
6066T:	git git://linuxtv.org/anttip/media_tree.git
6067S:	Maintained
6068F:	drivers/media/usb/hackrf/
6069
6070HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6071M:	Frank Seidel <frank@f-seidel.de>
6072L:	platform-driver-x86@vger.kernel.org
6073W:	http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6074S:	Maintained
6075F:	drivers/platform/x86/hdaps.c
6076
6077HARDWARE MONITORING
6078M:	Jean Delvare <jdelvare@suse.com>
6079M:	Guenter Roeck <linux@roeck-us.net>
6080L:	linux-hwmon@vger.kernel.org
6081W:	http://hwmon.wiki.kernel.org/
6082T:	quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
6083T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6084S:	Maintained
6085F:	Documentation/hwmon/
6086F:	drivers/hwmon/
6087F:	include/linux/hwmon*.h
6088
6089HARDWARE RANDOM NUMBER GENERATOR CORE
6090M:	Matt Mackall <mpm@selenic.com>
6091M:	Herbert Xu <herbert@gondor.apana.org.au>
6092L:	linux-crypto@vger.kernel.org
6093S:	Odd fixes
6094F:	Documentation/devicetree/bindings/rng/
6095F:	Documentation/hw_random.txt
6096F:	drivers/char/hw_random/
6097F:	include/linux/hw_random.h
6098
6099HARDWARE SPINLOCK CORE
6100M:	Ohad Ben-Cohen <ohad@wizery.com>
6101M:	Bjorn Andersson <bjorn.andersson@linaro.org>
6102L:	linux-remoteproc@vger.kernel.org
6103S:	Maintained
6104T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6105F:	Documentation/devicetree/bindings/hwlock/
6106F:	Documentation/hwspinlock.txt
6107F:	drivers/hwspinlock/
6108F:	include/linux/hwspinlock.h
6109
6110HARMONY SOUND DRIVER
6111L:	linux-parisc@vger.kernel.org
6112S:	Maintained
6113F:	sound/parisc/harmony.*
6114
6115HDPVR USB VIDEO ENCODER DRIVER
6116M:	Hans Verkuil <hverkuil@xs4all.nl>
6117L:	linux-media@vger.kernel.org
6118T:	git git://linuxtv.org/media_tree.git
6119W:	https://linuxtv.org
6120S:	Odd Fixes
6121F:	drivers/media/usb/hdpvr/
6122
6123HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6124M:	Jimmy Vance <jimmy.vance@hpe.com>
6125S:	Supported
6126F:	Documentation/watchdog/hpwdt.txt
6127F:	drivers/watchdog/hpwdt.c
6128
6129HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6130M:	Don Brace <don.brace@microsemi.com>
6131L:	esc.storagedev@microsemi.com
6132L:	linux-scsi@vger.kernel.org
6133S:	Supported
6134F:	Documentation/scsi/hpsa.txt
6135F:	drivers/scsi/hpsa*.[ch]
6136F:	include/linux/cciss*.h
6137F:	include/uapi/linux/cciss*.h
6138
6139HFI1 DRIVER
6140M:	Mike Marciniszyn <mike.marciniszyn@intel.com>
6141M:	Dennis Dalessandro <dennis.dalessandro@intel.com>
6142L:	linux-rdma@vger.kernel.org
6143S:	Supported
6144F:	drivers/infiniband/hw/hfi1
6145
6146HFS FILESYSTEM
6147L:	linux-fsdevel@vger.kernel.org
6148S:	Orphan
6149F:	Documentation/filesystems/hfs.txt
6150F:	fs/hfs/
6151
6152HFSPLUS FILESYSTEM
6153L:	linux-fsdevel@vger.kernel.org
6154S:	Orphan
6155F:	Documentation/filesystems/hfsplus.txt
6156F:	fs/hfsplus/
6157
6158HGA FRAMEBUFFER DRIVER
6159M:	Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6160L:	linux-nvidia@lists.surfsouth.com
6161W:	http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6162S:	Maintained
6163F:	drivers/video/fbdev/hgafb.c
6164
6165HIBERNATION (aka Software Suspend, aka swsusp)
6166M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
6167M:	Pavel Machek <pavel@ucw.cz>
6168L:	linux-pm@vger.kernel.org
6169B:	https://bugzilla.kernel.org
6170S:	Supported
6171F:	arch/x86/power/
6172F:	drivers/base/power/
6173F:	kernel/power/
6174F:	include/linux/suspend.h
6175F:	include/linux/freezer.h
6176F:	include/linux/pm.h
6177F:	arch/*/include/asm/suspend*.h
6178
6179HID CORE LAYER
6180M:	Jiri Kosina <jikos@kernel.org>
6181R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
6182L:	linux-input@vger.kernel.org
6183T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6184S:	Maintained
6185F:	drivers/hid/
6186F:	include/linux/hid*
6187F:	include/uapi/linux/hid*
6188
6189HID SENSOR HUB DRIVERS
6190M:	Jiri Kosina <jikos@kernel.org>
6191M:	Jonathan Cameron <jic23@kernel.org>
6192M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6193L:	linux-input@vger.kernel.org
6194L:	linux-iio@vger.kernel.org
6195S:	Maintained
6196F:	Documentation/hid/hid-sensor*
6197F:	drivers/hid/hid-sensor-*
6198F:	drivers/iio/*/hid-*
6199F:	include/linux/hid-sensor-*
6200
6201HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6202M:	Thomas Gleixner <tglx@linutronix.de>
6203L:	linux-kernel@vger.kernel.org
6204T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6205S:	Maintained
6206F:	Documentation/timers/
6207F:	kernel/time/hrtimer.c
6208F:	kernel/time/clockevents.c
6209F:	kernel/time/timer_*.c
6210F:	include/linux/clockchips.h
6211F:	include/linux/hrtimer.h
6212
6213HIGH-SPEED SCC DRIVER FOR AX.25
6214L:	linux-hams@vger.kernel.org
6215S:	Orphan
6216F:	drivers/net/hamradio/dmascc.c
6217F:	drivers/net/hamradio/scc.c
6218
6219HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6220M:	HighPoint Linux Team <linux@highpoint-tech.com>
6221W:	http://www.highpoint-tech.com
6222S:	Supported
6223F:	Documentation/scsi/hptiop.txt
6224F:	drivers/scsi/hptiop.c
6225
6226HIPPI
6227M:	Jes Sorensen <jes@trained-monkey.org>
6228L:	linux-hippi@sunsite.dk
6229S:	Maintained
6230F:	include/linux/hippidevice.h
6231F:	include/uapi/linux/if_hippi.h
6232F:	net/802/hippi.c
6233F:	drivers/net/hippi/
6234
6235HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6236M:	Yisen Zhuang <yisen.zhuang@huawei.com>
6237M:	Salil Mehta <salil.mehta@huawei.com>
6238L:	netdev@vger.kernel.org
6239W:	http://www.hisilicon.com
6240S:	Maintained
6241F:	drivers/net/ethernet/hisilicon/hns3/
6242
6243HISILICON NETWORK SUBSYSTEM DRIVER
6244M:	Yisen Zhuang <yisen.zhuang@huawei.com>
6245M:	Salil Mehta <salil.mehta@huawei.com>
6246L:	netdev@vger.kernel.org
6247W:	http://www.hisilicon.com
6248S:	Maintained
6249F:	drivers/net/ethernet/hisilicon/
6250F:	Documentation/devicetree/bindings/net/hisilicon*.txt
6251
6252HISILICON ROCE DRIVER
6253M:	Lijun Ou <oulijun@huawei.com>
6254M:	Wei Hu(Xavier) <xavier.huwei@huawei.com>
6255L:	linux-rdma@vger.kernel.org
6256S:	Maintained
6257F:	drivers/infiniband/hw/hns/
6258F:	Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6259
6260HISILICON SAS Controller
6261M:	John Garry <john.garry@huawei.com>
6262W:	http://www.hisilicon.com
6263S:	Supported
6264F:	drivers/scsi/hisi_sas/
6265F:	Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6266
6267HMM - Heterogeneous Memory Management
6268M:	Jérôme Glisse <jglisse@redhat.com>
6269L:	linux-mm@kvack.org
6270S:	Maintained
6271F:	mm/hmm*
6272F:	include/linux/hmm*
6273
6274HOST AP DRIVER
6275M:	Jouni Malinen <j@w1.fi>
6276L:	linux-wireless@vger.kernel.org
6277W:	http://w1.fi/hostap-driver.html
6278S:	Obsolete
6279F:	drivers/net/wireless/intersil/hostap/
6280
6281HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6282L:	platform-driver-x86@vger.kernel.org
6283S:	Orphan
6284F:	drivers/platform/x86/tc1100-wmi.c
6285
6286HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6287M:	Jaroslav Kysela <perex@perex.cz>
6288S:	Maintained
6289F:	drivers/net/ethernet/hp/hp100.*
6290
6291HPET:	High Precision Event Timers driver
6292M:	Clemens Ladisch <clemens@ladisch.de>
6293S:	Maintained
6294F:	Documentation/timers/hpet.txt
6295F:	drivers/char/hpet.c
6296F:	include/linux/hpet.h
6297F:	include/uapi/linux/hpet.h
6298
6299HPET:	x86
6300S:	Orphan
6301F:	arch/x86/kernel/hpet.c
6302F:	arch/x86/include/asm/hpet.h
6303
6304HPFS FILESYSTEM
6305M:	Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6306W:	http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6307S:	Maintained
6308F:	fs/hpfs/
6309
6310HSI SUBSYSTEM
6311M:	Sebastian Reichel <sre@kernel.org>
6312T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6313S:	Maintained
6314F:	Documentation/ABI/testing/sysfs-bus-hsi
6315F:	Documentation/driver-api/hsi.rst
6316F:	drivers/hsi/
6317F:	include/linux/hsi/
6318F:	include/uapi/linux/hsi/
6319
6320HSO 3G MODEM DRIVER
6321L:	linux-usb@vger.kernel.org
6322S:	Orphan
6323F:	drivers/net/usb/hso.c
6324
6325HSR NETWORK PROTOCOL
6326M:	Arvid Brodin <arvid.brodin@alten.se>
6327L:	netdev@vger.kernel.org
6328S:	Maintained
6329F:	net/hsr/
6330
6331HT16K33 LED CONTROLLER DRIVER
6332M:	Robin van der Gracht <robin@protonic.nl>
6333S:	Maintained
6334F:	drivers/auxdisplay/ht16k33.c
6335F:	Documentation/devicetree/bindings/display/ht16k33.txt
6336
6337HTCPEN TOUCHSCREEN DRIVER
6338M:	Pau Oliva Fora <pof@eslack.org>
6339L:	linux-input@vger.kernel.org
6340S:	Maintained
6341F:	drivers/input/touchscreen/htcpen.c
6342
6343HUAWEI ETHERNET DRIVER
6344M:	Aviad Krawczyk <aviad.krawczyk@huawei.com>
6345L:	netdev@vger.kernel.org
6346S:	Supported
6347F:	Documentation/networking/hinic.txt
6348F:	drivers/net/ethernet/huawei/hinic/
6349
6350HUGETLB FILESYSTEM
6351M:	Nadia Yvette Chambers <nyc@holomorphy.com>
6352S:	Maintained
6353F:	fs/hugetlbfs/
6354
6355HVA ST MEDIA DRIVER
6356M:	Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6357L:	linux-media@vger.kernel.org
6358T:	git git://linuxtv.org/media_tree.git
6359W:	https://linuxtv.org
6360S:	Supported
6361F:	drivers/media/platform/sti/hva
6362
6363HWPOISON MEMORY FAILURE HANDLING
6364M:	Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6365L:	linux-mm@kvack.org
6366S:	Maintained
6367F:	mm/memory-failure.c
6368F:	mm/hwpoison-inject.c
6369
6370Hyper-V CORE AND DRIVERS
6371M:	"K. Y. Srinivasan" <kys@microsoft.com>
6372M:	Haiyang Zhang <haiyangz@microsoft.com>
6373M:	Stephen Hemminger <sthemmin@microsoft.com>
6374L:	devel@linuxdriverproject.org
6375S:	Maintained
6376F:	Documentation/networking/netvsc.txt
6377F:	arch/x86/include/asm/mshyperv.h
6378F:	arch/x86/include/asm/trace/hyperv.h
6379F:	arch/x86/include/uapi/asm/hyperv.h
6380F:	arch/x86/kernel/cpu/mshyperv.c
6381F:	arch/x86/hyperv
6382F:	drivers/hid/hid-hyperv.c
6383F:	drivers/hv/
6384F:	drivers/input/serio/hyperv-keyboard.c
6385F:	drivers/pci/host/pci-hyperv.c
6386F:	drivers/net/hyperv/
6387F:	drivers/scsi/storvsc_drv.c
6388F:	drivers/uio/uio_hv_generic.c
6389F:	drivers/video/fbdev/hyperv_fb.c
6390F:	net/vmw_vsock/hyperv_transport.c
6391F:	include/linux/hyperv.h
6392F:	include/uapi/linux/hyperv.h
6393F:	tools/hv/
6394F:	Documentation/ABI/stable/sysfs-bus-vmbus
6395
6396HYPERVISOR VIRTUAL CONSOLE DRIVER
6397L:	linuxppc-dev@lists.ozlabs.org
6398S:	Odd Fixes
6399F:	drivers/tty/hvc/
6400
6401I2C ACPI SUPPORT
6402M:	Mika Westerberg <mika.westerberg@linux.intel.com>
6403L:	linux-i2c@vger.kernel.org
6404L:	linux-acpi@vger.kernel.org
6405S:	Maintained
6406F:	drivers/i2c/i2c-core-acpi.c
6407
6408I2C MUXES
6409M:	Peter Rosin <peda@axentia.se>
6410L:	linux-i2c@vger.kernel.org
6411S:	Maintained
6412F:	Documentation/i2c/i2c-topology
6413F:	Documentation/i2c/muxes/
6414F:	Documentation/devicetree/bindings/i2c/i2c-mux*
6415F:	Documentation/devicetree/bindings/i2c/i2c-arb*
6416F:	Documentation/devicetree/bindings/i2c/i2c-gate*
6417F:	drivers/i2c/i2c-mux.c
6418F:	drivers/i2c/muxes/
6419F:	include/linux/i2c-mux.h
6420
6421I2C OVER PARALLEL PORT
6422M:	Jean Delvare <jdelvare@suse.com>
6423L:	linux-i2c@vger.kernel.org
6424S:	Maintained
6425F:	Documentation/i2c/busses/i2c-parport
6426F:	Documentation/i2c/busses/i2c-parport-light
6427F:	drivers/i2c/busses/i2c-parport.c
6428F:	drivers/i2c/busses/i2c-parport-light.c
6429
6430I2C SUBSYSTEM
6431M:	Wolfram Sang <wsa@the-dreams.de>
6432L:	linux-i2c@vger.kernel.org
6433W:	https://i2c.wiki.kernel.org/
6434Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
6435T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6436S:	Maintained
6437F:	Documentation/devicetree/bindings/i2c/
6438F:	Documentation/i2c/
6439F:	drivers/i2c/
6440F:	drivers/i2c/*/
6441F:	include/linux/i2c.h
6442F:	include/linux/i2c-*.h
6443F:	include/uapi/linux/i2c.h
6444F:	include/uapi/linux/i2c-*.h
6445
6446I2C-TAOS-EVM DRIVER
6447M:	Jean Delvare <jdelvare@suse.com>
6448L:	linux-i2c@vger.kernel.org
6449S:	Maintained
6450F:	Documentation/i2c/busses/i2c-taos-evm
6451F:	drivers/i2c/busses/i2c-taos-evm.c
6452
6453I2C-TINY-USB DRIVER
6454M:	Till Harbaum <till@harbaum.org>
6455L:	linux-i2c@vger.kernel.org
6456W:	http://www.harbaum.org/till/i2c_tiny_usb
6457S:	Maintained
6458F:	drivers/i2c/busses/i2c-tiny-usb.c
6459
6460I2C/SMBUS CONTROLLER DRIVERS FOR PC
6461M:	Jean Delvare <jdelvare@suse.com>
6462L:	linux-i2c@vger.kernel.org
6463S:	Maintained
6464F:	Documentation/i2c/busses/i2c-ali1535
6465F:	Documentation/i2c/busses/i2c-ali1563
6466F:	Documentation/i2c/busses/i2c-ali15x3
6467F:	Documentation/i2c/busses/i2c-amd756
6468F:	Documentation/i2c/busses/i2c-amd8111
6469F:	Documentation/i2c/busses/i2c-i801
6470F:	Documentation/i2c/busses/i2c-nforce2
6471F:	Documentation/i2c/busses/i2c-piix4
6472F:	Documentation/i2c/busses/i2c-sis5595
6473F:	Documentation/i2c/busses/i2c-sis630
6474F:	Documentation/i2c/busses/i2c-sis96x
6475F:	Documentation/i2c/busses/i2c-via
6476F:	Documentation/i2c/busses/i2c-viapro
6477F:	drivers/i2c/busses/i2c-ali1535.c
6478F:	drivers/i2c/busses/i2c-ali1563.c
6479F:	drivers/i2c/busses/i2c-ali15x3.c
6480F:	drivers/i2c/busses/i2c-amd756.c
6481F:	drivers/i2c/busses/i2c-amd756-s4882.c
6482F:	drivers/i2c/busses/i2c-amd8111.c
6483F:	drivers/i2c/busses/i2c-i801.c
6484F:	drivers/i2c/busses/i2c-isch.c
6485F:	drivers/i2c/busses/i2c-nforce2.c
6486F:	drivers/i2c/busses/i2c-nforce2-s4985.c
6487F:	drivers/i2c/busses/i2c-piix4.c
6488F:	drivers/i2c/busses/i2c-sis5595.c
6489F:	drivers/i2c/busses/i2c-sis630.c
6490F:	drivers/i2c/busses/i2c-sis96x.c
6491F:	drivers/i2c/busses/i2c-via.c
6492F:	drivers/i2c/busses/i2c-viapro.c
6493
6494I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
6495M:	Hans de Goede <hdegoede@redhat.com>
6496L:	linux-i2c@vger.kernel.org
6497S:	Maintained
6498F:	drivers/i2c/busses/i2c-cht-wc.c
6499
6500I2C/SMBUS ISMT DRIVER
6501M:	Seth Heasley <seth.heasley@intel.com>
6502M:	Neil Horman <nhorman@tuxdriver.com>
6503L:	linux-i2c@vger.kernel.org
6504F:	drivers/i2c/busses/i2c-ismt.c
6505F:	Documentation/i2c/busses/i2c-ismt
6506
6507I2C/SMBUS STUB DRIVER
6508M:	Jean Delvare <jdelvare@suse.com>
6509L:	linux-i2c@vger.kernel.org
6510S:	Maintained
6511F:	drivers/i2c/i2c-stub.c
6512
6513i386 BOOT CODE
6514M:	"H. Peter Anvin" <hpa@zytor.com>
6515S:	Maintained
6516F:	arch/x86/boot/
6517
6518i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6519M:	"H. Peter Anvin" <hpa@zytor.com>
6520T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6521S:	Maintained
6522
6523IA64 (Itanium) PLATFORM
6524M:	Tony Luck <tony.luck@intel.com>
6525M:	Fenghua Yu <fenghua.yu@intel.com>
6526L:	linux-ia64@vger.kernel.org
6527T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6528S:	Maintained
6529F:	arch/ia64/
6530
6531IBM Power 842 compression accelerator
6532M:	Haren Myneni <haren@us.ibm.com>
6533S:	Supported
6534F:	drivers/crypto/nx/Makefile
6535F:	drivers/crypto/nx/Kconfig
6536F:	drivers/crypto/nx/nx-842*
6537F:	include/linux/sw842.h
6538F:	crypto/842.c
6539F:	lib/842/
6540
6541IBM Power in-Nest Crypto Acceleration
6542M:	Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6543M:	Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6544L:	linux-crypto@vger.kernel.org
6545S:	Supported
6546F:	drivers/crypto/nx/Makefile
6547F:	drivers/crypto/nx/Kconfig
6548F:	drivers/crypto/nx/nx-aes*
6549F:	drivers/crypto/nx/nx-sha*
6550F:	drivers/crypto/nx/nx.*
6551F:	drivers/crypto/nx/nx_csbcpb.h
6552F:	drivers/crypto/nx/nx_debugfs.h
6553
6554IBM Power Linux RAID adapter
6555M:	Brian King <brking@us.ibm.com>
6556S:	Supported
6557F:	drivers/scsi/ipr.*
6558
6559IBM Power SRIOV Virtual NIC Device Driver
6560M:	Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6561M:	John Allen <jallen@linux.vnet.ibm.com>
6562L:	netdev@vger.kernel.org
6563S:	Supported
6564F:	drivers/net/ethernet/ibm/ibmvnic.*
6565
6566IBM Power Virtual Accelerator Switchboard
6567M:	Sukadev Bhattiprolu
6568L:	linuxppc-dev@lists.ozlabs.org
6569S:	Supported
6570F:	arch/powerpc/platforms/powernv/vas*
6571F:	arch/powerpc/platforms/powernv/copy-paste.h
6572F:	arch/powerpc/include/asm/vas.h
6573F:	arch/powerpc/include/uapi/asm/vas.h
6574
6575IBM Power Virtual Ethernet Device Driver
6576M:	Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6577L:	netdev@vger.kernel.org
6578S:	Supported
6579F:	drivers/net/ethernet/ibm/ibmveth.*
6580
6581IBM Power Virtual FC Device Drivers
6582M:	Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6583L:	linux-scsi@vger.kernel.org
6584S:	Supported
6585F:	drivers/scsi/ibmvscsi/ibmvfc*
6586
6587IBM Power Virtual SCSI Device Drivers
6588M:	Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6589L:	linux-scsi@vger.kernel.org
6590S:	Supported
6591F:	drivers/scsi/ibmvscsi/ibmvscsi*
6592F:	include/scsi/viosrp.h
6593
6594IBM Power Virtual SCSI Device Target Driver
6595M:	Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6596M:	Michael Cyr <mikecyr@linux.vnet.ibm.com>
6597L:	linux-scsi@vger.kernel.org
6598L:	target-devel@vger.kernel.org
6599S:	Supported
6600F:	drivers/scsi/ibmvscsi_tgt/
6601
6602IBM Power VMX Cryptographic instructions
6603M:	Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6604M:	Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6605L:	linux-crypto@vger.kernel.org
6606S:	Supported
6607F:	drivers/crypto/vmx/Makefile
6608F:	drivers/crypto/vmx/Kconfig
6609F:	drivers/crypto/vmx/vmx.c
6610F:	drivers/crypto/vmx/aes*
6611F:	drivers/crypto/vmx/ghash*
6612F:	drivers/crypto/vmx/ppc-xlate.pl
6613
6614IBM ServeRAID RAID DRIVER
6615S:	Orphan
6616F:	drivers/scsi/ips.*
6617
6618ICH LPC AND GPIO DRIVER
6619M:	Peter Tyser <ptyser@xes-inc.com>
6620S:	Maintained
6621F:	drivers/mfd/lpc_ich.c
6622F:	drivers/gpio/gpio-ich.c
6623
6624IDE SUBSYSTEM
6625M:	"David S. Miller" <davem@davemloft.net>
6626L:	linux-ide@vger.kernel.org
6627Q:	http://patchwork.ozlabs.org/project/linux-ide/list/
6628T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6629S:	Maintained
6630F:	Documentation/ide/
6631F:	drivers/ide/
6632F:	include/linux/ide.h
6633
6634IDE/ATAPI DRIVERS
6635M:	Borislav Petkov <bp@alien8.de>
6636L:	linux-ide@vger.kernel.org
6637S:	Maintained
6638F:	Documentation/cdrom/ide-cd
6639F:	drivers/ide/ide-cd*
6640
6641IDEAPAD LAPTOP EXTRAS DRIVER
6642M:	Ike Panhc <ike.pan@canonical.com>
6643L:	platform-driver-x86@vger.kernel.org
6644W:	http://launchpad.net/ideapad-laptop
6645S:	Maintained
6646F:	drivers/platform/x86/ideapad-laptop.c
6647
6648IDEAPAD LAPTOP SLIDEBAR DRIVER
6649M:	Andrey Moiseev <o2g.org.ru@gmail.com>
6650L:	linux-input@vger.kernel.org
6651W:	https://github.com/o2genum/ideapad-slidebar
6652S:	Maintained
6653F:	drivers/input/misc/ideapad_slidebar.c
6654
6655IDT VersaClock 5 CLOCK DRIVER
6656M:	Marek Vasut <marek.vasut@gmail.com>
6657S:	Maintained
6658F:	drivers/clk/clk-versaclock5.c
6659
6660IEEE 802.15.4 SUBSYSTEM
6661M:	Alexander Aring <alex.aring@gmail.com>
6662M:	Stefan Schmidt <stefan@osg.samsung.com>
6663L:	linux-wpan@vger.kernel.org
6664W:	http://wpan.cakelab.org/
6665T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
6666T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
6667S:	Maintained
6668F:	net/ieee802154/
6669F:	net/mac802154/
6670F:	drivers/net/ieee802154/
6671F:	include/linux/nl802154.h
6672F:	include/linux/ieee802154.h
6673F:	include/net/nl802154.h
6674F:	include/net/mac802154.h
6675F:	include/net/af_ieee802154.h
6676F:	include/net/cfg802154.h
6677F:	include/net/ieee802154_netdev.h
6678F:	Documentation/networking/ieee802154.txt
6679
6680IFE PROTOCOL
6681M:	Yotam Gigi <yotam.gi@gmail.com>
6682M:	Jamal Hadi Salim <jhs@mojatatu.com>
6683F:	net/ife
6684F:	include/net/ife.h
6685F:	include/uapi/linux/ife.h
6686
6687IGORPLUG-USB IR RECEIVER
6688M:	Sean Young <sean@mess.org>
6689L:	linux-media@vger.kernel.org
6690S:	Maintained
6691F:	drivers/media/rc/igorplugusb.c
6692
6693IGUANAWORKS USB IR TRANSCEIVER
6694M:	Sean Young <sean@mess.org>
6695L:	linux-media@vger.kernel.org
6696S:	Maintained
6697F:	drivers/media/rc/iguanair.c
6698
6699IIO DIGITAL POTENTIOMETER DAC
6700M:	Peter Rosin <peda@axentia.se>
6701L:	linux-iio@vger.kernel.org
6702S:	Maintained
6703F:	Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6704F:	Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6705F:	drivers/iio/dac/dpot-dac.c
6706
6707IIO ENVELOPE DETECTOR
6708M:	Peter Rosin <peda@axentia.se>
6709L:	linux-iio@vger.kernel.org
6710S:	Maintained
6711F:	Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6712F:	Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6713F:	drivers/iio/adc/envelope-detector.c
6714
6715IIO MULTIPLEXER
6716M:	Peter Rosin <peda@axentia.se>
6717L:	linux-iio@vger.kernel.org
6718S:	Maintained
6719F:	Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6720F:	drivers/iio/multiplexer/iio-mux.c
6721
6722IIO SUBSYSTEM AND DRIVERS
6723M:	Jonathan Cameron <jic23@kernel.org>
6724R:	Hartmut Knaack <knaack.h@gmx.de>
6725R:	Lars-Peter Clausen <lars@metafoo.de>
6726R:	Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6727L:	linux-iio@vger.kernel.org
6728T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6729S:	Maintained
6730F:	Documentation/devicetree/bindings/iio/
6731F:	drivers/iio/
6732F:	drivers/staging/iio/
6733F:	include/linux/iio/
6734F:	tools/iio/
6735
6736IKANOS/ADI EAGLE ADSL USB DRIVER
6737M:	Matthieu Castet <castet.matthieu@free.fr>
6738M:	Stanislaw Gruszka <stf_xl@wp.pl>
6739S:	Maintained
6740F:	drivers/usb/atm/ueagle-atm.c
6741
6742IMGTEC ASCII LCD DRIVER
6743M:	Paul Burton <paul.burton@mips.com>
6744S:	Maintained
6745F:	Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6746F:	drivers/auxdisplay/img-ascii-lcd.c
6747
6748IMGTEC IR DECODER DRIVER
6749M:	James Hogan <jhogan@kernel.org>
6750S:	Maintained
6751F:	drivers/media/rc/img-ir/
6752
6753IMS TWINTURBO FRAMEBUFFER DRIVER
6754L:	linux-fbdev@vger.kernel.org
6755S:	Orphan
6756F:	drivers/video/fbdev/imsttfb.c
6757
6758INA209 HARDWARE MONITOR DRIVER
6759M:	Guenter Roeck <linux@roeck-us.net>
6760L:	linux-hwmon@vger.kernel.org
6761S:	Maintained
6762F:	Documentation/hwmon/ina209
6763F:	Documentation/devicetree/bindings/i2c/ina209.txt
6764F:	drivers/hwmon/ina209.c
6765
6766INA2XX HARDWARE MONITOR DRIVER
6767M:	Guenter Roeck <linux@roeck-us.net>
6768L:	linux-hwmon@vger.kernel.org
6769S:	Maintained
6770F:	Documentation/hwmon/ina2xx
6771F:	drivers/hwmon/ina2xx.c
6772F:	include/linux/platform_data/ina2xx.h
6773
6774INDUSTRY PACK SUBSYSTEM (IPACK)
6775M:	Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6776M:	Jens Taprogge <jens.taprogge@taprogge.org>
6777M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6778L:	industrypack-devel@lists.sourceforge.net
6779W:	http://industrypack.sourceforge.net
6780S:	Maintained
6781F:	drivers/ipack/
6782
6783INFINIBAND SUBSYSTEM
6784M:	Doug Ledford <dledford@redhat.com>
6785M:	Sean Hefty <sean.hefty@intel.com>
6786M:	Hal Rosenstock <hal.rosenstock@gmail.com>
6787L:	linux-rdma@vger.kernel.org
6788W:	http://www.openfabrics.org/
6789Q:	http://patchwork.kernel.org/project/linux-rdma/list/
6790T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6791S:	Supported
6792F:	Documentation/devicetree/bindings/infiniband/
6793F:	Documentation/infiniband/
6794F:	drivers/infiniband/
6795F:	include/uapi/linux/if_infiniband.h
6796F:	include/uapi/rdma/
6797F:	include/rdma/
6798
6799INGENIC JZ4780 DMA Driver
6800M:	Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6801S:	Maintained
6802F:	drivers/dma/dma-jz4780.c
6803
6804INGENIC JZ4780 NAND DRIVER
6805M:	Harvey Hunt <harveyhuntnexus@gmail.com>
6806L:	linux-mtd@lists.infradead.org
6807S:	Maintained
6808F:	drivers/mtd/nand/jz4780_*
6809
6810INOTIFY
6811M:	Jan Kara <jack@suse.cz>
6812R:	Amir Goldstein <amir73il@gmail.com>
6813L:	linux-fsdevel@vger.kernel.org
6814S:	Maintained
6815F:	Documentation/filesystems/inotify.txt
6816F:	fs/notify/inotify/
6817F:	include/linux/inotify.h
6818F:	include/uapi/linux/inotify.h
6819
6820INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6821M:	Dmitry Torokhov <dmitry.torokhov@gmail.com>
6822L:	linux-input@vger.kernel.org
6823Q:	http://patchwork.kernel.org/project/linux-input/list/
6824T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6825S:	Maintained
6826F:	drivers/input/
6827F:	include/linux/input.h
6828F:	include/uapi/linux/input.h
6829F:	include/uapi/linux/input-event-codes.h
6830F:	include/linux/input/
6831F:	Documentation/devicetree/bindings/input/
6832F:	Documentation/input/
6833
6834INPUT MULTITOUCH (MT) PROTOCOL
6835M:	Henrik Rydberg <rydberg@bitmath.org>
6836L:	linux-input@vger.kernel.org
6837S:	Odd fixes
6838F:	Documentation/input/multi-touch-protocol.rst
6839F:	drivers/input/input-mt.c
6840K:	\b(ABS|SYN)_MT_
6841
6842INSIDE SECURE CRYPTO DRIVER
6843M:	Antoine Tenart <antoine.tenart@free-electrons.com>
6844F:	drivers/crypto/inside-secure/
6845S:	Maintained
6846L:	linux-crypto@vger.kernel.org
6847
6848INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6849M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
6850M:	Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6851L:	linux-ima-devel@lists.sourceforge.net
6852L:	linux-ima-user@lists.sourceforge.net
6853L:	linux-security-module@vger.kernel.org
6854T:	git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6855S:	Supported
6856F:	security/integrity/ima/
6857
6858INTEL 810/815 FRAMEBUFFER DRIVER
6859M:	Antonino Daplas <adaplas@gmail.com>
6860L:	linux-fbdev@vger.kernel.org
6861S:	Maintained
6862F:	drivers/video/fbdev/i810/
6863
6864INTEL ASoC BDW/HSW DRIVERS
6865M:	Jie Yang <yang.jie@linux.intel.com>
6866L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
6867S:	Supported
6868F:	sound/soc/intel/common/sst-dsp*
6869F:	sound/soc/intel/common/sst-firmware.c
6870F:	sound/soc/intel/boards/broadwell.c
6871F:	sound/soc/intel/haswell/
6872
6873INTEL C600 SERIES SAS CONTROLLER DRIVER
6874M:	Intel SCU Linux support <intel-linux-scu@intel.com>
6875M:	Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6876L:	linux-scsi@vger.kernel.org
6877T:	git git://git.code.sf.net/p/intel-sas/isci
6878S:	Supported
6879F:	drivers/scsi/isci/
6880
6881INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
6882M:	Jani Nikula <jani.nikula@linux.intel.com>
6883M:	Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
6884M:	Rodrigo Vivi <rodrigo.vivi@intel.com>
6885L:	intel-gfx@lists.freedesktop.org
6886W:	https://01.org/linuxgraphics/
6887B:	https://01.org/linuxgraphics/documentation/how-report-bugs
6888C:	irc://chat.freenode.net/intel-gfx
6889Q:	http://patchwork.freedesktop.org/project/intel-gfx/
6890T:	git git://anongit.freedesktop.org/drm-intel
6891S:	Supported
6892F:	drivers/gpu/drm/i915/
6893F:	include/drm/i915*
6894F:	include/uapi/drm/i915_drm.h
6895F:	Documentation/gpu/i915.rst
6896
6897INTEL ETHERNET DRIVERS
6898M:	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6899L:	intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6900W:	http://www.intel.com/support/feedback.htm
6901W:	http://e1000.sourceforge.net/
6902Q:	http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6903T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6904T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6905S:	Supported
6906F:	Documentation/networking/e100.txt
6907F:	Documentation/networking/e1000.txt
6908F:	Documentation/networking/e1000e.txt
6909F:	Documentation/networking/igb.txt
6910F:	Documentation/networking/igbvf.txt
6911F:	Documentation/networking/ixgb.txt
6912F:	Documentation/networking/ixgbe.txt
6913F:	Documentation/networking/ixgbevf.txt
6914F:	Documentation/networking/i40e.txt
6915F:	Documentation/networking/i40evf.txt
6916F:	drivers/net/ethernet/intel/
6917F:	drivers/net/ethernet/intel/*/
6918F:	include/linux/avf/virtchnl.h
6919
6920INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6921M:	Maik Broemme <mbroemme@libmpq.org>
6922L:	linux-fbdev@vger.kernel.org
6923S:	Maintained
6924F:	Documentation/fb/intelfb.txt
6925F:	drivers/video/fbdev/intelfb/
6926
6927INTEL GVT-g DRIVERS (Intel GPU Virtualization)
6928M:	Zhenyu Wang <zhenyuw@linux.intel.com>
6929M:	Zhi Wang <zhi.a.wang@intel.com>
6930L:	intel-gvt-dev@lists.freedesktop.org
6931L:	intel-gfx@lists.freedesktop.org
6932W:	https://01.org/igvt-g
6933T:	git https://github.com/01org/gvt-linux.git
6934S:	Supported
6935F:	drivers/gpu/drm/i915/gvt/
6936
6937INTEL HID EVENT DRIVER
6938M:	Alex Hung <alex.hung@canonical.com>
6939L:	platform-driver-x86@vger.kernel.org
6940S:	Maintained
6941F:	drivers/platform/x86/intel-hid.c
6942
6943INTEL I/OAT DMA DRIVER
6944M:	Dave Jiang <dave.jiang@intel.com>
6945R:	Dan Williams <dan.j.williams@intel.com>
6946L:	dmaengine@vger.kernel.org
6947Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
6948S:	Supported
6949F:	drivers/dma/ioat*
6950
6951INTEL IDLE DRIVER
6952M:	Jacob Pan <jacob.jun.pan@linux.intel.com>
6953M:	Len Brown <lenb@kernel.org>
6954L:	linux-pm@vger.kernel.org
6955T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
6956B:	https://bugzilla.kernel.org
6957S:	Supported
6958F:	drivers/idle/intel_idle.c
6959
6960INTEL INTEGRATED SENSOR HUB DRIVER
6961M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6962M:	Jiri Kosina <jikos@kernel.org>
6963L:	linux-input@vger.kernel.org
6964S:	Maintained
6965F:	drivers/hid/intel-ish-hid/
6966
6967INTEL IOMMU (VT-d)
6968M:	David Woodhouse <dwmw2@infradead.org>
6969L:	iommu@lists.linux-foundation.org
6970T:	git git://git.infradead.org/iommu-2.6.git
6971S:	Supported
6972F:	drivers/iommu/intel-iommu.c
6973F:	include/linux/intel-iommu.h
6974
6975INTEL IOP-ADMA DMA DRIVER
6976R:	Dan Williams <dan.j.williams@intel.com>
6977S:	Odd fixes
6978F:	drivers/dma/iop-adma.c
6979
6980INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
6981M:	Krzysztof Halasa <khalasa@piap.pl>
6982S:	Maintained
6983F:	arch/arm/mach-ixp4xx/include/mach/qmgr.h
6984F:	arch/arm/mach-ixp4xx/include/mach/npe.h
6985F:	arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
6986F:	arch/arm/mach-ixp4xx/ixp4xx_npe.c
6987F:	drivers/net/ethernet/xscale/ixp4xx_eth.c
6988F:	drivers/net/wan/ixp4xx_hss.c
6989
6990INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
6991M:	Deepak Saxena <dsaxena@plexity.net>
6992S:	Maintained
6993F:	drivers/char/hw_random/ixp4xx-rng.c
6994
6995INTEL MANAGEMENT ENGINE (mei)
6996M:	Tomas Winkler <tomas.winkler@intel.com>
6997L:	linux-kernel@vger.kernel.org
6998S:	Supported
6999F:	include/uapi/linux/mei.h
7000F:	include/linux/mei_cl_bus.h
7001F:	drivers/misc/mei/*
7002F:	drivers/watchdog/mei_wdt.c
7003F:	Documentation/misc-devices/mei/*
7004F:	samples/mei/*
7005
7006INTEL MENLOW THERMAL DRIVER
7007M:	Sujith Thomas <sujith.thomas@intel.com>
7008L:	platform-driver-x86@vger.kernel.org
7009W:	https://01.org/linux-acpi
7010S:	Supported
7011F:	drivers/platform/x86/intel_menlow.c
7012
7013INTEL MERRIFIELD GPIO DRIVER
7014M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7015L:	linux-gpio@vger.kernel.org
7016S:	Maintained
7017F:	drivers/gpio/gpio-merrifield.c
7018
7019INTEL MIC DRIVERS (mic)
7020M:	Sudeep Dutt <sudeep.dutt@intel.com>
7021M:	Ashutosh Dixit <ashutosh.dixit@intel.com>
7022S:	Supported
7023W:	https://github.com/sudeepdutt/mic
7024W:	http://software.intel.com/en-us/mic-developer
7025F:	include/linux/mic_bus.h
7026F:	include/linux/scif.h
7027F:	include/uapi/linux/mic_common.h
7028F:	include/uapi/linux/mic_ioctl.h
7029F:	include/uapi/linux/scif_ioctl.h
7030F:	drivers/misc/mic/
7031F:	drivers/dma/mic_x100_dma.c
7032F:	drivers/dma/mic_x100_dma.h
7033F:	Documentation/mic/
7034
7035INTEL PMC CORE DRIVER
7036M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7037M:	Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7038L:	platform-driver-x86@vger.kernel.org
7039S:	Maintained
7040F:	arch/x86/include/asm/pmc_core.h
7041F:	drivers/platform/x86/intel_pmc_core*
7042
7043INTEL PMC/P-Unit IPC DRIVER
7044M:	Zha Qipeng<qipeng.zha@intel.com>
7045L:	platform-driver-x86@vger.kernel.org
7046S:	Maintained
7047F:	drivers/platform/x86/intel_pmc_ipc.c
7048F:	drivers/platform/x86/intel_punit_ipc.c
7049F:	arch/x86/include/asm/intel_pmc_ipc.h
7050F:	arch/x86/include/asm/intel_punit_ipc.h
7051
7052INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7053M:	Stanislav Yakovlev <stas.yakovlev@gmail.com>
7054L:	linux-wireless@vger.kernel.org
7055S:	Maintained
7056F:	Documentation/networking/README.ipw2100
7057F:	Documentation/networking/README.ipw2200
7058F:	drivers/net/wireless/intel/ipw2x00/
7059
7060INTEL PSTATE DRIVER
7061M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7062M:	Len Brown <lenb@kernel.org>
7063L:	linux-pm@vger.kernel.org
7064S:	Supported
7065F:	drivers/cpufreq/intel_pstate.c
7066
7067INTEL RDMA RNIC DRIVER
7068M:	Faisal Latif <faisal.latif@intel.com>
7069M:	Shiraz Saleem <shiraz.saleem@intel.com>
7070L:	linux-rdma@vger.kernel.org
7071S:	Supported
7072F:	drivers/infiniband/hw/i40iw/
7073
7074INTEL TELEMETRY DRIVER
7075M:	Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7076L:	platform-driver-x86@vger.kernel.org
7077S:	Maintained
7078F:	arch/x86/include/asm/intel_telemetry.h
7079F:	drivers/platform/x86/intel_telemetry*
7080
7081INTEL VIRTUAL BUTTON DRIVER
7082M:	AceLan Kao <acelan.kao@canonical.com>
7083L:	platform-driver-x86@vger.kernel.org
7084S:	Maintained
7085F:	drivers/platform/x86/intel-vbtn.c
7086
7087INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7088M:	Stanislaw Gruszka <sgruszka@redhat.com>
7089L:	linux-wireless@vger.kernel.org
7090S:	Supported
7091F:	drivers/net/wireless/intel/iwlegacy/
7092
7093INTEL WIRELESS WIFI LINK (iwlwifi)
7094M:	Johannes Berg <johannes.berg@intel.com>
7095M:	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7096M:	Luca Coelho <luciano.coelho@intel.com>
7097M:	Intel Linux Wireless <linuxwifi@intel.com>
7098L:	linux-wireless@vger.kernel.org
7099W:	http://intellinuxwireless.org
7100T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7101S:	Supported
7102F:	drivers/net/wireless/intel/iwlwifi/
7103
7104INTEL WIRELESS WIMAX CONNECTION 2400
7105M:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7106M:	linux-wimax@intel.com
7107L:	wimax@linuxwimax.org (subscribers-only)
7108S:	Supported
7109W:	http://linuxwimax.org
7110F:	Documentation/wimax/README.i2400m
7111F:	drivers/net/wimax/i2400m/
7112F:	include/uapi/linux/wimax/i2400m.h
7113
7114INTEL(R) TRACE HUB
7115M:	Alexander Shishkin <alexander.shishkin@linux.intel.com>
7116S:	Supported
7117F:	Documentation/trace/intel_th.txt
7118F:	drivers/hwtracing/intel_th/
7119
7120INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7121M:	Ning Sun <ning.sun@intel.com>
7122L:	tboot-devel@lists.sourceforge.net
7123W:	http://tboot.sourceforge.net
7124T:	hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7125S:	Supported
7126F:	Documentation/intel_txt.txt
7127F:	include/linux/tboot.h
7128F:	arch/x86/kernel/tboot.c
7129
7130INTEL-MID GPIO DRIVER
7131M:	David Cohen <david.a.cohen@linux.intel.com>
7132L:	linux-gpio@vger.kernel.org
7133S:	Maintained
7134F:	drivers/gpio/gpio-intel-mid.c
7135
7136INVENSENSE MPU-3050 GYROSCOPE DRIVER
7137M:	Linus Walleij <linus.walleij@linaro.org>
7138L:	linux-iio@vger.kernel.org
7139S:	Maintained
7140F:	drivers/iio/gyro/mpu3050*
7141F:	Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7142
7143IOC3 ETHERNET DRIVER
7144M:	Ralf Baechle <ralf@linux-mips.org>
7145L:	linux-mips@linux-mips.org
7146S:	Maintained
7147F:	drivers/net/ethernet/sgi/ioc3-eth.c
7148
7149IOC3 SERIAL DRIVER
7150M:	Pat Gefre <pfg@sgi.com>
7151L:	linux-serial@vger.kernel.org
7152S:	Maintained
7153F:	drivers/tty/serial/ioc3_serial.c
7154
7155IOMMU DRIVERS
7156M:	Joerg Roedel <joro@8bytes.org>
7157L:	iommu@lists.linux-foundation.org
7158T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7159S:	Maintained
7160F:	Documentation/devicetree/bindings/iommu/
7161F:	drivers/iommu/
7162F:	include/linux/iommu.h
7163F:	include/linux/iova.h
7164
7165IP MASQUERADING
7166M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7167S:	Maintained
7168F:	net/ipv4/netfilter/ipt_MASQUERADE.c
7169
7170IPMI SUBSYSTEM
7171M:	Corey Minyard <minyard@acm.org>
7172L:	openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7173W:	http://openipmi.sourceforge.net/
7174S:	Supported
7175F:	Documentation/IPMI.txt
7176F:	drivers/char/ipmi/
7177F:	include/linux/ipmi*
7178F:	include/uapi/linux/ipmi*
7179
7180IPS SCSI RAID DRIVER
7181M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7182L:	linux-scsi@vger.kernel.org
7183W:	http://www.adaptec.com/
7184S:	Maintained
7185F:	drivers/scsi/ips*
7186
7187IPVS
7188M:	Wensong Zhang <wensong@linux-vs.org>
7189M:	Simon Horman <horms@verge.net.au>
7190M:	Julian Anastasov <ja@ssi.bg>
7191L:	netdev@vger.kernel.org
7192L:	lvs-devel@vger.kernel.org
7193S:	Maintained
7194T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7195T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7196F:	Documentation/networking/ipvs-sysctl.txt
7197F:	include/net/ip_vs.h
7198F:	include/uapi/linux/ip_vs.h
7199F:	net/netfilter/ipvs/
7200
7201IPWIRELESS DRIVER
7202M:	Jiri Kosina <jikos@kernel.org>
7203M:	David Sterba <dsterba@suse.com>
7204S:	Odd Fixes
7205F:	drivers/tty/ipwireless/
7206
7207IPX NETWORK LAYER
7208L:	netdev@vger.kernel.org
7209S:	Odd fixes
7210F:	include/net/ipx.h
7211F:	include/uapi/linux/ipx.h
7212F:	net/ipx/
7213
7214IRDA SUBSYSTEM
7215M:	Samuel Ortiz <samuel@sortiz.org>
7216L:	irda-users@lists.sourceforge.net (subscribers-only)
7217L:	netdev@vger.kernel.org
7218W:	http://irda.sourceforge.net/
7219S:	Maintained
7220T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7221F:	Documentation/networking/irda.txt
7222F:	drivers/staging/irda/
7223
7224IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7225M:	Marc Zyngier <marc.zyngier@arm.com>
7226S:	Maintained
7227T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7228F:	Documentation/IRQ-domain.txt
7229F:	include/linux/irqdomain.h
7230F:	kernel/irq/irqdomain.c
7231F:	kernel/irq/msi.c
7232
7233IRQ SUBSYSTEM
7234M:	Thomas Gleixner <tglx@linutronix.de>
7235L:	linux-kernel@vger.kernel.org
7236S:	Maintained
7237T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7238F:	kernel/irq/
7239
7240IRQCHIP DRIVERS
7241M:	Thomas Gleixner <tglx@linutronix.de>
7242M:	Jason Cooper <jason@lakedaemon.net>
7243M:	Marc Zyngier <marc.zyngier@arm.com>
7244L:	linux-kernel@vger.kernel.org
7245S:	Maintained
7246T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7247F:	Documentation/devicetree/bindings/interrupt-controller/
7248F:	drivers/irqchip/
7249
7250ISA
7251M:	William Breathitt Gray <vilhelm.gray@gmail.com>
7252S:	Maintained
7253F:	Documentation/isa.txt
7254F:	drivers/base/isa.c
7255F:	include/linux/isa.h
7256
7257ISA RADIO MODULE
7258M:	Hans Verkuil <hverkuil@xs4all.nl>
7259L:	linux-media@vger.kernel.org
7260T:	git git://linuxtv.org/media_tree.git
7261W:	https://linuxtv.org
7262S:	Maintained
7263F:	drivers/media/radio/radio-isa*
7264
7265ISAPNP
7266M:	Jaroslav Kysela <perex@perex.cz>
7267S:	Maintained
7268F:	Documentation/isapnp.txt
7269F:	drivers/pnp/isapnp/
7270F:	include/linux/isapnp.h
7271
7272ISCSI
7273M:	Lee Duncan <lduncan@suse.com>
7274M:	Chris Leech <cleech@redhat.com>
7275L:	open-iscsi@googlegroups.com
7276W:	www.open-iscsi.com
7277S:	Maintained
7278F:	drivers/scsi/*iscsi*
7279F:	include/scsi/*iscsi*
7280
7281iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7282M:	Peter Jones <pjones@redhat.com>
7283M:	Konrad Rzeszutek Wilk <konrad@kernel.org>
7284S:	Maintained
7285F:	drivers/firmware/iscsi_ibft*
7286
7287ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7288M:	Or Gerlitz <ogerlitz@mellanox.com>
7289M:	Sagi Grimberg <sagi@grimberg.me>
7290M:	Roi Dayan <roid@mellanox.com>
7291L:	linux-rdma@vger.kernel.org
7292S:	Supported
7293W:	http://www.openfabrics.org
7294W:	www.open-iscsi.org
7295Q:	http://patchwork.kernel.org/project/linux-rdma/list/
7296F:	drivers/infiniband/ulp/iser/
7297
7298ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7299M:	Sagi Grimberg <sagi@grimberg.me>
7300T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7301L:	linux-rdma@vger.kernel.org
7302L:	target-devel@vger.kernel.org
7303S:	Supported
7304W:	http://www.linux-iscsi.org
7305F:	drivers/infiniband/ulp/isert
7306
7307ISDN SUBSYSTEM
7308M:	Karsten Keil <isdn@linux-pingi.de>
7309L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
7310L:	netdev@vger.kernel.org
7311W:	http://www.isdn4linux.de
7312T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7313S:	Maintained
7314F:	Documentation/isdn/
7315F:	drivers/isdn/
7316F:	include/linux/isdn.h
7317F:	include/linux/isdn/
7318F:	include/uapi/linux/isdn.h
7319F:	include/uapi/linux/isdn/
7320
7321ISDN SUBSYSTEM (Eicon active card driver)
7322M:	Armin Schindler <mac@melware.de>
7323L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
7324W:	http://www.melware.de
7325S:	Maintained
7326F:	drivers/isdn/hardware/eicon/
7327
7328IT87 HARDWARE MONITORING DRIVER
7329M:	Jean Delvare <jdelvare@suse.com>
7330L:	linux-hwmon@vger.kernel.org
7331S:	Maintained
7332F:	Documentation/hwmon/it87
7333F:	drivers/hwmon/it87.c
7334
7335IT913X MEDIA DRIVER
7336M:	Antti Palosaari <crope@iki.fi>
7337L:	linux-media@vger.kernel.org
7338W:	https://linuxtv.org
7339W:	http://palosaari.fi/linux/
7340Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7341T:	git git://linuxtv.org/anttip/media_tree.git
7342S:	Maintained
7343F:	drivers/media/tuners/it913x*
7344
7345IVTV VIDEO4LINUX DRIVER
7346M:	Andy Walls <awalls@md.metrocast.net>
7347L:	ivtv-devel@ivtvdriver.org (subscribers-only)
7348L:	linux-media@vger.kernel.org
7349T:	git git://linuxtv.org/media_tree.git
7350W:	http://www.ivtvdriver.org
7351S:	Maintained
7352F:	Documentation/media/v4l-drivers/ivtv*
7353F:	drivers/media/pci/ivtv/
7354F:	include/uapi/linux/ivtv*
7355
7356IX2505V MEDIA DRIVER
7357M:	Malcolm Priestley <tvboxspy@gmail.com>
7358L:	linux-media@vger.kernel.org
7359W:	https://linuxtv.org
7360Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7361S:	Maintained
7362F:	drivers/media/dvb-frontends/ix2505v*
7363
7364JC42.4 TEMPERATURE SENSOR DRIVER
7365M:	Guenter Roeck <linux@roeck-us.net>
7366L:	linux-hwmon@vger.kernel.org
7367S:	Maintained
7368F:	drivers/hwmon/jc42.c
7369F:	Documentation/hwmon/jc42
7370
7371JFS FILESYSTEM
7372M:	Dave Kleikamp <shaggy@kernel.org>
7373L:	jfs-discussion@lists.sourceforge.net
7374W:	http://jfs.sourceforge.net/
7375T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7376S:	Maintained
7377F:	Documentation/filesystems/jfs.txt
7378F:	fs/jfs/
7379
7380JME NETWORK DRIVER
7381M:	Guo-Fu Tseng <cooldavid@cooldavid.org>
7382L:	netdev@vger.kernel.org
7383S:	Maintained
7384F:	drivers/net/ethernet/jme.*
7385
7386JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7387M:	David Woodhouse <dwmw2@infradead.org>
7388L:	linux-mtd@lists.infradead.org
7389W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
7390S:	Maintained
7391F:	fs/jffs2/
7392F:	include/uapi/linux/jffs2.h
7393
7394JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7395M:	"Theodore Ts'o" <tytso@mit.edu>
7396M:	Jan Kara <jack@suse.com>
7397L:	linux-ext4@vger.kernel.org
7398S:	Maintained
7399F:	fs/jbd2/
7400F:	include/linux/jbd2.h
7401
7402JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7403M:	Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7404L:	linux-media@vger.kernel.org
7405S:	Maintained
7406F:	drivers/media/platform/rcar_jpu.c
7407
7408JSM Neo PCI based serial card
7409M:	Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7410L:	linux-serial@vger.kernel.org
7411S:	Maintained
7412F:	drivers/tty/serial/jsm/
7413
7414K10TEMP HARDWARE MONITORING DRIVER
7415M:	Clemens Ladisch <clemens@ladisch.de>
7416L:	linux-hwmon@vger.kernel.org
7417S:	Maintained
7418F:	Documentation/hwmon/k10temp
7419F:	drivers/hwmon/k10temp.c
7420
7421K8TEMP HARDWARE MONITORING DRIVER
7422M:	Rudolf Marek <r.marek@assembler.cz>
7423L:	linux-hwmon@vger.kernel.org
7424S:	Maintained
7425F:	Documentation/hwmon/k8temp
7426F:	drivers/hwmon/k8temp.c
7427
7428KASAN
7429M:	Andrey Ryabinin <aryabinin@virtuozzo.com>
7430R:	Alexander Potapenko <glider@google.com>
7431R:	Dmitry Vyukov <dvyukov@google.com>
7432L:	kasan-dev@googlegroups.com
7433S:	Maintained
7434F:	arch/*/include/asm/kasan.h
7435F:	arch/*/mm/kasan_init*
7436F:	Documentation/dev-tools/kasan.rst
7437F:	include/linux/kasan*.h
7438F:	lib/test_kasan.c
7439F:	mm/kasan/
7440F:	scripts/Makefile.kasan
7441
7442KCONFIG
7443M:	"Yann E. MORIN" <yann.morin.1998@free.fr>
7444L:	linux-kbuild@vger.kernel.org
7445T:	git git://gitorious.org/linux-kconfig/linux-kconfig
7446S:	Maintained
7447F:	Documentation/kbuild/kconfig-language.txt
7448F:	scripts/kconfig/
7449
7450KDUMP
7451M:	Dave Young <dyoung@redhat.com>
7452M:	Baoquan He <bhe@redhat.com>
7453R:	Vivek Goyal <vgoyal@redhat.com>
7454L:	kexec@lists.infradead.org
7455W:	http://lse.sourceforge.net/kdump/
7456S:	Maintained
7457F:	Documentation/kdump/
7458
7459KEENE FM RADIO TRANSMITTER DRIVER
7460M:	Hans Verkuil <hverkuil@xs4all.nl>
7461L:	linux-media@vger.kernel.org
7462T:	git git://linuxtv.org/media_tree.git
7463W:	https://linuxtv.org
7464S:	Maintained
7465F:	drivers/media/radio/radio-keene*
7466
7467KERNEL AUTOMOUNTER v4 (AUTOFS4)
7468M:	Ian Kent <raven@themaw.net>
7469L:	autofs@vger.kernel.org
7470S:	Maintained
7471F:	fs/autofs4/
7472
7473KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7474M:	Masahiro Yamada <yamada.masahiro@socionext.com>
7475M:	Michal Marek <mmarek@suse.com>
7476T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7477L:	linux-kbuild@vger.kernel.org
7478S:	Maintained
7479F:	Documentation/kbuild/
7480F:	Makefile
7481F:	scripts/Makefile.*
7482F:	scripts/basic/
7483F:	scripts/mk*
7484F:	scripts/package/
7485
7486KERNEL JANITORS
7487L:	kernel-janitors@vger.kernel.org
7488W:	http://kernelnewbies.org/KernelJanitors
7489S:	Odd Fixes
7490
7491KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7492M:	"J. Bruce Fields" <bfields@fieldses.org>
7493M:	Jeff Layton <jlayton@poochiereds.net>
7494L:	linux-nfs@vger.kernel.org
7495W:	http://nfs.sourceforge.net/
7496T:	git git://linux-nfs.org/~bfields/linux.git
7497S:	Supported
7498F:	fs/nfsd/
7499F:	include/uapi/linux/nfsd/
7500F:	fs/lockd/
7501F:	fs/nfs_common/
7502F:	net/sunrpc/
7503F:	include/linux/lockd/
7504F:	include/linux/sunrpc/
7505F:	include/uapi/linux/sunrpc/
7506
7507KERNEL SELFTEST FRAMEWORK
7508M:	Shuah Khan <shuahkh@osg.samsung.com>
7509M:	Shuah Khan <shuah@kernel.org>
7510L:	linux-kselftest@vger.kernel.org
7511T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7512S:	Maintained
7513F:	tools/testing/selftests/
7514F:	Documentation/dev-tools/kselftest*
7515
7516KERNEL USERMODE HELPER
7517M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
7518L:	linux-kernel@vger.kernel.org
7519S:	Maintained
7520F:	kernel/umh.c
7521F:	include/linux/umh.h
7522
7523KERNEL VIRTUAL MACHINE (KVM)
7524M:	Paolo Bonzini <pbonzini@redhat.com>
7525M:	Radim Krčmář <rkrcmar@redhat.com>
7526L:	kvm@vger.kernel.org
7527W:	http://www.linux-kvm.org
7528T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7529S:	Supported
7530F:	Documentation/virtual/kvm/
7531F:	include/trace/events/kvm.h
7532F:	include/uapi/asm-generic/kvm*
7533F:	include/uapi/linux/kvm*
7534F:	include/asm-generic/kvm*
7535F:	include/linux/kvm*
7536F:	include/kvm/iodev.h
7537F:	virt/kvm/*
7538F:	tools/kvm/
7539
7540KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
7541M:	Joerg Roedel <joro@8bytes.org>
7542L:	kvm@vger.kernel.org
7543W:	http://www.linux-kvm.org/
7544S:	Maintained
7545F:	arch/x86/include/asm/svm.h
7546F:	arch/x86/kvm/svm.c
7547
7548KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
7549M:	Christoffer Dall <christoffer.dall@linaro.org>
7550M:	Marc Zyngier <marc.zyngier@arm.com>
7551L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7552L:	kvmarm@lists.cs.columbia.edu
7553W:	http://systems.cs.columbia.edu/projects/kvm-arm
7554T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7555S:	Supported
7556F:	arch/arm/include/uapi/asm/kvm*
7557F:	arch/arm/include/asm/kvm*
7558F:	arch/arm/kvm/
7559F:	virt/kvm/arm/
7560F:	include/kvm/arm_*
7561
7562KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7563M:	Christoffer Dall <christoffer.dall@linaro.org>
7564M:	Marc Zyngier <marc.zyngier@arm.com>
7565L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7566L:	kvmarm@lists.cs.columbia.edu
7567S:	Maintained
7568F:	arch/arm64/include/uapi/asm/kvm*
7569F:	arch/arm64/include/asm/kvm*
7570F:	arch/arm64/kvm/
7571
7572KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7573M:	James Hogan <jhogan@kernel.org>
7574L:	linux-mips@linux-mips.org
7575S:	Supported
7576F:	arch/mips/include/uapi/asm/kvm*
7577F:	arch/mips/include/asm/kvm*
7578F:	arch/mips/kvm/
7579
7580KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7581M:	Paul Mackerras <paulus@ozlabs.org>
7582L:	kvm-ppc@vger.kernel.org
7583W:	http://www.linux-kvm.org/
7584T:	git git://github.com/agraf/linux-2.6.git
7585S:	Supported
7586F:	arch/powerpc/include/uapi/asm/kvm*
7587F:	arch/powerpc/include/asm/kvm*
7588F:	arch/powerpc/kvm/
7589F:	arch/powerpc/kernel/kvm*
7590
7591KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7592M:	Christian Borntraeger <borntraeger@de.ibm.com>
7593M:	Cornelia Huck <cohuck@redhat.com>
7594L:	linux-s390@vger.kernel.org
7595W:	http://www.ibm.com/developerworks/linux/linux390/
7596T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7597S:	Supported
7598F:	arch/s390/include/uapi/asm/kvm*
7599F:	arch/s390/include/asm/gmap.h
7600F:	arch/s390/include/asm/kvm*
7601F:	arch/s390/kvm/
7602F:	arch/s390/mm/gmap.c
7603
7604KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7605M:	Paolo Bonzini <pbonzini@redhat.com>
7606M:	Radim Krčmář <rkrcmar@redhat.com>
7607L:	kvm@vger.kernel.org
7608W:	http://www.linux-kvm.org
7609T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7610S:	Supported
7611F:	arch/x86/kvm/
7612F:	arch/x86/include/uapi/asm/kvm*
7613F:	arch/x86/include/asm/kvm*
7614F:	arch/x86/kernel/kvm.c
7615F:	arch/x86/kernel/kvmclock.c
7616
7617KERNFS
7618M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7619M:	Tejun Heo <tj@kernel.org>
7620T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7621S:	Supported
7622F:	include/linux/kernfs.h
7623F:	fs/kernfs/
7624
7625KEXEC
7626M:	Eric Biederman <ebiederm@xmission.com>
7627W:	http://kernel.org/pub/linux/utils/kernel/kexec/
7628L:	kexec@lists.infradead.org
7629S:	Maintained
7630F:	include/linux/kexec.h
7631F:	include/uapi/linux/kexec.h
7632F:	kernel/kexec*
7633
7634KEYS-ENCRYPTED
7635M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
7636M:	David Safford <safford@us.ibm.com>
7637L:	linux-security-module@vger.kernel.org
7638L:	keyrings@vger.kernel.org
7639S:	Supported
7640F:	Documentation/security/keys/trusted-encrypted.rst
7641F:	include/keys/encrypted-type.h
7642F:	security/keys/encrypted-keys/
7643
7644KEYS-TRUSTED
7645M:	David Safford <safford@us.ibm.com>
7646M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
7647L:	linux-security-module@vger.kernel.org
7648L:	keyrings@vger.kernel.org
7649S:	Supported
7650F:	Documentation/security/keys/trusted-encrypted.rst
7651F:	include/keys/trusted-type.h
7652F:	security/keys/trusted.c
7653F:	security/keys/trusted.h
7654
7655KEYS/KEYRINGS:
7656M:	David Howells <dhowells@redhat.com>
7657L:	keyrings@vger.kernel.org
7658S:	Maintained
7659F:	Documentation/security/keys/core.rst
7660F:	include/linux/key.h
7661F:	include/linux/key-type.h
7662F:	include/linux/keyctl.h
7663F:	include/uapi/linux/keyctl.h
7664F:	include/keys/
7665F:	security/keys/
7666
7667KGDB / KDB /debug_core
7668M:	Jason Wessel <jason.wessel@windriver.com>
7669W:	http://kgdb.wiki.kernel.org/
7670L:	kgdb-bugreport@lists.sourceforge.net
7671T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7672S:	Maintained
7673F:	Documentation/dev-tools/kgdb.rst
7674F:	drivers/misc/kgdbts.c
7675F:	drivers/tty/serial/kgdboc.c
7676F:	include/linux/kdb.h
7677F:	include/linux/kgdb.h
7678F:	kernel/debug/
7679
7680KMEMCHECK
7681M:	Vegard Nossum <vegardno@ifi.uio.no>
7682M:	Pekka Enberg <penberg@kernel.org>
7683S:	Maintained
7684F:	Documentation/dev-tools/kmemcheck.rst
7685F:	arch/x86/include/asm/kmemcheck.h
7686F:	arch/x86/mm/kmemcheck/
7687F:	include/linux/kmemcheck.h
7688F:	mm/kmemcheck.c
7689
7690KMEMLEAK
7691M:	Catalin Marinas <catalin.marinas@arm.com>
7692S:	Maintained
7693F:	Documentation/dev-tools/kmemleak.rst
7694F:	include/linux/kmemleak.h
7695F:	mm/kmemleak.c
7696F:	mm/kmemleak-test.c
7697
7698KMOD KERNEL MODULE LOADER - USERMODE HELPER
7699M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
7700L:	linux-kernel@vger.kernel.org
7701S:	Maintained
7702F:	kernel/kmod.c
7703F:	include/linux/kmod.h
7704F:	lib/test_kmod.c
7705F:	tools/testing/selftests/kmod/
7706
7707KPROBES
7708M:	Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7709M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7710M:	"David S. Miller" <davem@davemloft.net>
7711M:	Masami Hiramatsu <mhiramat@kernel.org>
7712S:	Maintained
7713F:	Documentation/kprobes.txt
7714F:	include/linux/kprobes.h
7715F:	include/asm-generic/kprobes.h
7716F:	kernel/kprobes.c
7717
7718KS0108 LCD CONTROLLER DRIVER
7719M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7720W:	http://miguelojeda.es/auxdisplay.htm
7721W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7722S:	Maintained
7723F:	Documentation/auxdisplay/ks0108
7724F:	drivers/auxdisplay/ks0108.c
7725F:	include/linux/ks0108.h
7726
7727L3MDEV
7728M:	David Ahern <dsa@cumulusnetworks.com>
7729L:	netdev@vger.kernel.org
7730S:	Maintained
7731F:	net/l3mdev
7732F:	include/net/l3mdev.h
7733
7734LANTIQ MIPS ARCHITECTURE
7735M:	John Crispin <john@phrozen.org>
7736L:	linux-mips@linux-mips.org
7737S:	Maintained
7738F:	arch/mips/lantiq
7739F:	drivers/soc/lantiq
7740
7741LAPB module
7742L:	linux-x25@vger.kernel.org
7743S:	Orphan
7744F:	Documentation/networking/lapb-module.txt
7745F:	include/*/lapb.h
7746F:	net/lapb/
7747
7748LASI 53c700 driver for PARISC
7749M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7750L:	linux-scsi@vger.kernel.org
7751S:	Maintained
7752F:	Documentation/scsi/53c700.txt
7753F:	drivers/scsi/53c700*
7754
7755LED SUBSYSTEM
7756M:	Richard Purdie <rpurdie@rpsys.net>
7757M:	Jacek Anaszewski <jacek.anaszewski@gmail.com>
7758M:	Pavel Machek <pavel@ucw.cz>
7759L:	linux-leds@vger.kernel.org
7760T:	git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7761S:	Maintained
7762F:	Documentation/devicetree/bindings/leds/
7763F:	drivers/leds/
7764F:	include/linux/leds.h
7765
7766LEGACY EEPROM DRIVER
7767M:	Jean Delvare <jdelvare@suse.com>
7768S:	Maintained
7769F:	Documentation/misc-devices/eeprom
7770F:	drivers/misc/eeprom/eeprom.c
7771
7772LEGO USB Tower driver
7773M:	Juergen Stuber <starblue@users.sourceforge.net>
7774L:	legousb-devel@lists.sourceforge.net
7775W:	http://legousb.sourceforge.net/
7776S:	Maintained
7777F:	drivers/usb/misc/legousbtower.c
7778
7779LG2160 MEDIA DRIVER
7780M:	Michael Krufky <mkrufky@linuxtv.org>
7781L:	linux-media@vger.kernel.org
7782W:	https://linuxtv.org
7783W:	http://github.com/mkrufky
7784Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7785T:	git git://linuxtv.org/mkrufky/tuners.git
7786S:	Maintained
7787F:	drivers/media/dvb-frontends/lg2160.*
7788
7789LGDT3305 MEDIA DRIVER
7790M:	Michael Krufky <mkrufky@linuxtv.org>
7791L:	linux-media@vger.kernel.org
7792W:	https://linuxtv.org
7793W:	http://github.com/mkrufky
7794Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7795T:	git git://linuxtv.org/mkrufky/tuners.git
7796S:	Maintained
7797F:	drivers/media/dvb-frontends/lgdt3305.*
7798
7799LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7800M:	Viresh Kumar <vireshk@kernel.org>
7801L:	linux-ide@vger.kernel.org
7802T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7803S:	Maintained
7804F:	include/linux/pata_arasan_cf_data.h
7805F:	drivers/ata/pata_arasan_cf.c
7806
7807LIBATA PATA DRIVERS
7808M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7809M:	Tejun Heo <tj@kernel.org>
7810L:	linux-ide@vger.kernel.org
7811T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7812S:	Maintained
7813F:	drivers/ata/pata_*.c
7814F:	drivers/ata/ata_generic.c
7815
7816LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7817M:	Linus Walleij <linus.walleij@linaro.org>
7818L:	linux-ide@vger.kernel.org
7819T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7820S:	Maintained
7821F:	drivers/ata/pata_ftide010.c
7822F:	drivers/ata/sata_gemini.c
7823F:	drivers/ata/sata_gemini.h
7824
7825LIBATA SATA AHCI PLATFORM devices support
7826M:	Hans de Goede <hdegoede@redhat.com>
7827M:	Tejun Heo <tj@kernel.org>
7828L:	linux-ide@vger.kernel.org
7829T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7830S:	Maintained
7831F:	drivers/ata/ahci_platform.c
7832F:	drivers/ata/libahci_platform.c
7833F:	include/linux/ahci_platform.h
7834
7835LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7836M:	Mikael Pettersson <mikpelinux@gmail.com>
7837L:	linux-ide@vger.kernel.org
7838T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7839S:	Maintained
7840F:	drivers/ata/sata_promise.*
7841
7842LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7843M:	Tejun Heo <tj@kernel.org>
7844L:	linux-ide@vger.kernel.org
7845T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7846S:	Maintained
7847F:	drivers/ata/
7848F:	include/linux/ata.h
7849F:	include/linux/libata.h
7850F:	Documentation/devicetree/bindings/ata/
7851
7852LIBLOCKDEP
7853M:	Sasha Levin <alexander.levin@verizon.com>
7854S:	Maintained
7855F:	tools/lib/lockdep/
7856
7857LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7858M:	Ross Zwisler <ross.zwisler@linux.intel.com>
7859L:	linux-nvdimm@lists.01.org
7860Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7861S:	Supported
7862F:	drivers/nvdimm/blk.c
7863F:	drivers/nvdimm/region_devs.c
7864
7865LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7866M:	Vishal Verma <vishal.l.verma@intel.com>
7867L:	linux-nvdimm@lists.01.org
7868Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7869S:	Supported
7870F:	drivers/nvdimm/btt*
7871
7872LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7873M:	Ross Zwisler <ross.zwisler@linux.intel.com>
7874L:	linux-nvdimm@lists.01.org
7875Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7876S:	Supported
7877F:	drivers/nvdimm/pmem*
7878
7879LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7880M:	Dan Williams <dan.j.williams@intel.com>
7881L:	linux-nvdimm@lists.01.org
7882Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7883T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7884S:	Supported
7885F:	drivers/nvdimm/*
7886F:	drivers/acpi/nfit/*
7887F:	include/linux/nd.h
7888F:	include/linux/libnvdimm.h
7889F:	include/uapi/linux/ndctl.h
7890
7891LIGHTNVM PLATFORM SUPPORT
7892M:	Matias Bjorling <mb@lightnvm.io>
7893W:	http://github/OpenChannelSSD
7894L:	linux-block@vger.kernel.org
7895S:	Maintained
7896F:	drivers/lightnvm/
7897F:	include/linux/lightnvm.h
7898F:	include/uapi/linux/lightnvm.h
7899
7900LINUX FOR POWER MACINTOSH
7901M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
7902W:	http://www.penguinppc.org/
7903L:	linuxppc-dev@lists.ozlabs.org
7904S:	Maintained
7905F:	arch/powerpc/platforms/powermac/
7906F:	drivers/macintosh/
7907
7908LINUX FOR POWERPC (32-BIT AND 64-BIT)
7909M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
7910M:	Paul Mackerras <paulus@samba.org>
7911M:	Michael Ellerman <mpe@ellerman.id.au>
7912W:	https://github.com/linuxppc/linux/wiki
7913L:	linuxppc-dev@lists.ozlabs.org
7914Q:	http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7915T:	git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7916S:	Supported
7917F:	Documentation/ABI/stable/sysfs-firmware-opal-*
7918F:	Documentation/devicetree/bindings/powerpc/
7919F:	Documentation/devicetree/bindings/rtc/rtc-opal.txt
7920F:	Documentation/devicetree/bindings/i2c/i2c-opal.txt
7921F:	Documentation/powerpc/
7922F:	arch/powerpc/
7923F:	drivers/char/tpm/tpm_ibmvtpm*
7924F:	drivers/crypto/nx/
7925F:	drivers/crypto/vmx/
7926F:	drivers/i2c/busses/i2c-opal.c
7927F:	drivers/net/ethernet/ibm/ibmveth.*
7928F:	drivers/net/ethernet/ibm/ibmvnic.*
7929F:	drivers/pci/hotplug/pnv_php.c
7930F:	drivers/pci/hotplug/rpa*
7931F:	drivers/rtc/rtc-opal.c
7932F:	drivers/scsi/ibmvscsi/
7933F:	drivers/tty/hvc/hvc_opal.c
7934F:	drivers/watchdog/wdrtas.c
7935F:	tools/testing/selftests/powerpc
7936N:	/pmac
7937N:	powermac
7938N:	powernv
7939N:	[^a-z0-9]ps3
7940N:	pseries
7941
7942LINUX FOR POWERPC EMBEDDED MPC5XXX
7943M:	Anatolij Gustschin <agust@denx.de>
7944L:	linuxppc-dev@lists.ozlabs.org
7945T:	git git://git.denx.de/linux-denx-agust.git
7946S:	Maintained
7947F:	arch/powerpc/platforms/512x/
7948F:	arch/powerpc/platforms/52xx/
7949
7950LINUX FOR POWERPC EMBEDDED PPC4XX
7951M:	Alistair Popple <alistair@popple.id.au>
7952M:	Matt Porter <mporter@kernel.crashing.org>
7953W:	http://www.penguinppc.org/
7954L:	linuxppc-dev@lists.ozlabs.org
7955S:	Maintained
7956F:	arch/powerpc/platforms/40x/
7957F:	arch/powerpc/platforms/44x/
7958
7959LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
7960M:	Scott Wood <oss@buserror.net>
7961M:	Kumar Gala <galak@kernel.crashing.org>
7962W:	http://www.penguinppc.org/
7963L:	linuxppc-dev@lists.ozlabs.org
7964T:	git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
7965S:	Maintained
7966F:	arch/powerpc/platforms/83xx/
7967F:	arch/powerpc/platforms/85xx/
7968F:	Documentation/devicetree/bindings/powerpc/fsl/
7969
7970LINUX FOR POWERPC EMBEDDED PPC8XX
7971M:	Vitaly Bordug <vitb@kernel.crashing.org>
7972W:	http://www.penguinppc.org/
7973L:	linuxppc-dev@lists.ozlabs.org
7974S:	Maintained
7975F:	arch/powerpc/platforms/8xx/
7976
7977LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
7978L:	linuxppc-dev@lists.ozlabs.org
7979S:	Orphan
7980F:	arch/powerpc/*/*virtex*
7981F:	arch/powerpc/*/*/*virtex*
7982
7983LINUX FOR POWERPC PA SEMI PWRFICIENT
7984L:	linuxppc-dev@lists.ozlabs.org
7985S:	Orphan
7986F:	arch/powerpc/platforms/pasemi/
7987F:	drivers/*/*pasemi*
7988F:	drivers/*/*/*pasemi*
7989
7990LINUX KERNEL DUMP TEST MODULE (LKDTM)
7991M:	Kees Cook <keescook@chromium.org>
7992S:	Maintained
7993F:	drivers/misc/lkdtm*
7994
7995LINUX SECURITY MODULE (LSM) FRAMEWORK
7996M:	Chris Wright <chrisw@sous-sol.org>
7997L:	linux-security-module@vger.kernel.org
7998S:	Supported
7999
8000LIS3LV02D ACCELEROMETER DRIVER
8001M:	Eric Piel <eric.piel@tremplin-utc.net>
8002S:	Maintained
8003F:	Documentation/misc-devices/lis3lv02d
8004F:	drivers/misc/lis3lv02d/
8005F:	drivers/platform/x86/hp_accel.c
8006
8007LIVE PATCHING
8008M:	Josh Poimboeuf <jpoimboe@redhat.com>
8009M:	Jessica Yu <jeyu@kernel.org>
8010M:	Jiri Kosina <jikos@kernel.org>
8011M:	Miroslav Benes <mbenes@suse.cz>
8012R:	Petr Mladek <pmladek@suse.com>
8013S:	Maintained
8014F:	kernel/livepatch/
8015F:	include/linux/livepatch.h
8016F:	arch/x86/include/asm/livepatch.h
8017F:	arch/x86/kernel/livepatch.c
8018F:	Documentation/livepatch/
8019F:	Documentation/ABI/testing/sysfs-kernel-livepatch
8020F:	samples/livepatch/
8021L:	live-patching@vger.kernel.org
8022T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8023
8024LLC (802.2)
8025L:	netdev@vger.kernel.org
8026S:	Odd fixes
8027F:	include/linux/llc.h
8028F:	include/uapi/linux/llc.h
8029F:	include/net/llc*
8030F:	net/llc/
8031
8032LM73 HARDWARE MONITOR DRIVER
8033M:	Guillaume Ligneul <guillaume.ligneul@gmail.com>
8034L:	linux-hwmon@vger.kernel.org
8035S:	Maintained
8036F:	drivers/hwmon/lm73.c
8037
8038LM78 HARDWARE MONITOR DRIVER
8039M:	Jean Delvare <jdelvare@suse.com>
8040L:	linux-hwmon@vger.kernel.org
8041S:	Maintained
8042F:	Documentation/hwmon/lm78
8043F:	drivers/hwmon/lm78.c
8044
8045LM83 HARDWARE MONITOR DRIVER
8046M:	Jean Delvare <jdelvare@suse.com>
8047L:	linux-hwmon@vger.kernel.org
8048S:	Maintained
8049F:	Documentation/hwmon/lm83
8050F:	drivers/hwmon/lm83.c
8051
8052LM90 HARDWARE MONITOR DRIVER
8053M:	Jean Delvare <jdelvare@suse.com>
8054L:	linux-hwmon@vger.kernel.org
8055S:	Maintained
8056F:	Documentation/hwmon/lm90
8057F:	Documentation/devicetree/bindings/hwmon/lm90.txt
8058F:	drivers/hwmon/lm90.c
8059F:	include/dt-bindings/thermal/lm90.h
8060
8061LM95234 HARDWARE MONITOR DRIVER
8062M:	Guenter Roeck <linux@roeck-us.net>
8063L:	linux-hwmon@vger.kernel.org
8064S:	Maintained
8065F:	Documentation/hwmon/lm95234
8066F:	drivers/hwmon/lm95234.c
8067
8068LME2510 MEDIA DRIVER
8069M:	Malcolm Priestley <tvboxspy@gmail.com>
8070L:	linux-media@vger.kernel.org
8071W:	https://linuxtv.org
8072Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8073S:	Maintained
8074F:	drivers/media/usb/dvb-usb-v2/lmedm04*
8075
8076LOADPIN SECURITY MODULE
8077M:	Kees Cook <keescook@chromium.org>
8078T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8079S:	Supported
8080F:	security/loadpin/
8081F:	Documentation/admin-guide/LSM/LoadPin.rst
8082
8083LOCKING PRIMITIVES
8084M:	Peter Zijlstra <peterz@infradead.org>
8085M:	Ingo Molnar <mingo@redhat.com>
8086L:	linux-kernel@vger.kernel.org
8087T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8088S:	Maintained
8089F:	Documentation/locking/
8090F:	include/linux/lockdep.h
8091F:	include/linux/spinlock*.h
8092F:	arch/*/include/asm/spinlock*.h
8093F:	include/linux/rwlock*.h
8094F:	include/linux/mutex*.h
8095F:	arch/*/include/asm/mutex*.h
8096F:	include/linux/rwsem*.h
8097F:	arch/*/include/asm/rwsem.h
8098F:	include/linux/seqlock.h
8099F:	lib/locking*.[ch]
8100F:	kernel/locking/
8101
8102LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8103M:	"Richard Russon (FlatCap)" <ldm@flatcap.org>
8104L:	linux-ntfs-dev@lists.sourceforge.net
8105W:	http://www.linux-ntfs.org/content/view/19/37/
8106S:	Maintained
8107F:	Documentation/ldm.txt
8108F:	block/partitions/ldm.*
8109
8110LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8111M:	Sathya Prakash <sathya.prakash@broadcom.com>
8112M:	Chaitra P B <chaitra.basappa@broadcom.com>
8113M:	Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8114L:	MPT-FusionLinux.pdl@broadcom.com
8115L:	linux-scsi@vger.kernel.org
8116W:	http://www.avagotech.com/support/
8117S:	Supported
8118F:	drivers/message/fusion/
8119F:	drivers/scsi/mpt2sas/
8120F:	drivers/scsi/mpt3sas/
8121
8122LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8123M:	Matthew Wilcox <matthew@wil.cx>
8124L:	linux-scsi@vger.kernel.org
8125S:	Maintained
8126F:	drivers/scsi/sym53c8xx_2/
8127
8128LTC4261 HARDWARE MONITOR DRIVER
8129M:	Guenter Roeck <linux@roeck-us.net>
8130L:	linux-hwmon@vger.kernel.org
8131S:	Maintained
8132F:	Documentation/hwmon/ltc4261
8133F:	drivers/hwmon/ltc4261.c
8134
8135LTC4306 I2C MULTIPLEXER DRIVER
8136M:	Michael Hennerich <michael.hennerich@analog.com>
8137W:	http://ez.analog.com/community/linux-device-drivers
8138L:	linux-i2c@vger.kernel.org
8139S:	Supported
8140F:	drivers/i2c/muxes/i2c-mux-ltc4306.c
8141F:	Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8142
8143LTP (Linux Test Project)
8144M:	Mike Frysinger <vapier@gentoo.org>
8145M:	Cyril Hrubis <chrubis@suse.cz>
8146M:	Wanlong Gao <wanlong.gao@gmail.com>
8147M:	Jan Stancek <jstancek@redhat.com>
8148M:	Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8149M:	Alexey Kodanev <alexey.kodanev@oracle.com>
8150L:	ltp@lists.linux.it (subscribers-only)
8151W:	http://linux-test-project.github.io/
8152T:	git git://github.com/linux-test-project/ltp.git
8153S:	Maintained
8154
8155M32R ARCHITECTURE
8156W:	http://www.linux-m32r.org/
8157S:	Orphan
8158F:	arch/m32r/
8159
8160M68K ARCHITECTURE
8161M:	Geert Uytterhoeven <geert@linux-m68k.org>
8162L:	linux-m68k@lists.linux-m68k.org
8163W:	http://www.linux-m68k.org/
8164T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8165S:	Maintained
8166F:	arch/m68k/
8167F:	drivers/zorro/
8168
8169M68K ON APPLE MACINTOSH
8170M:	Joshua Thompson <funaho@jurai.org>
8171W:	http://www.mac.linux-m68k.org/
8172L:	linux-m68k@lists.linux-m68k.org
8173S:	Maintained
8174F:	arch/m68k/mac/
8175
8176M68K ON HP9000/300
8177M:	Philip Blundell <philb@gnu.org>
8178W:	http://www.tazenda.demon.co.uk/phil/linux-hp
8179S:	Maintained
8180F:	arch/m68k/hp300/
8181
8182M88DS3103 MEDIA DRIVER
8183M:	Antti Palosaari <crope@iki.fi>
8184L:	linux-media@vger.kernel.org
8185W:	https://linuxtv.org
8186W:	http://palosaari.fi/linux/
8187Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8188T:	git git://linuxtv.org/anttip/media_tree.git
8189S:	Maintained
8190F:	drivers/media/dvb-frontends/m88ds3103*
8191
8192M88RS2000 MEDIA DRIVER
8193M:	Malcolm Priestley <tvboxspy@gmail.com>
8194L:	linux-media@vger.kernel.org
8195W:	https://linuxtv.org
8196Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8197S:	Maintained
8198F:	drivers/media/dvb-frontends/m88rs2000*
8199
8200MA901 MASTERKIT USB FM RADIO DRIVER
8201M:	Alexey Klimov <klimov.linux@gmail.com>
8202L:	linux-media@vger.kernel.org
8203T:	git git://linuxtv.org/media_tree.git
8204S:	Maintained
8205F:	drivers/media/radio/radio-ma901.c
8206
8207MAC80211
8208M:	Johannes Berg <johannes@sipsolutions.net>
8209L:	linux-wireless@vger.kernel.org
8210W:	http://wireless.kernel.org/
8211T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8212T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8213S:	Maintained
8214F:	Documentation/networking/mac80211-injection.txt
8215F:	include/net/mac80211.h
8216F:	net/mac80211/
8217F:	drivers/net/wireless/mac80211_hwsim.[ch]
8218F:	Documentation/networking/mac80211_hwsim/README
8219
8220MAILBOX API
8221M:	Jassi Brar <jassisinghbrar@gmail.com>
8222L:	linux-kernel@vger.kernel.org
8223S:	Maintained
8224F:	drivers/mailbox/
8225F:	include/linux/mailbox_client.h
8226F:	include/linux/mailbox_controller.h
8227
8228MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8229M:	Michael Kerrisk <mtk.manpages@gmail.com>
8230W:	http://www.kernel.org/doc/man-pages
8231L:	linux-man@vger.kernel.org
8232S:	Maintained
8233
8234MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8235M:	Rahul Bedarkar <rahulbedarkar89@gmail.com>
8236L:	linux-mips@linux-mips.org
8237S:	Maintained
8238F:	arch/mips/boot/dts/img/pistachio_marduk.dts
8239
8240MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8241M:	Andrew Lunn <andrew@lunn.ch>
8242M:	Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8243L:	netdev@vger.kernel.org
8244S:	Maintained
8245F:	drivers/net/dsa/mv88e6xxx/
8246F:	Documentation/devicetree/bindings/net/dsa/marvell.txt
8247
8248MARVELL ARMADA DRM SUPPORT
8249M:	Russell King <linux@armlinux.org.uk>
8250S:	Maintained
8251T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8252T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8253F:	drivers/gpu/drm/armada/
8254F:	include/uapi/drm/armada_drm.h
8255F:	Documentation/devicetree/bindings/display/armada/
8256
8257MARVELL CRYPTO DRIVER
8258M:	Boris Brezillon <boris.brezillon@free-electrons.com>
8259M:	Arnaud Ebalard <arno@natisbad.org>
8260F:	drivers/crypto/marvell/
8261S:	Maintained
8262L:	linux-crypto@vger.kernel.org
8263
8264MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8265M:	Mirko Lindner <mlindner@marvell.com>
8266M:	Stephen Hemminger <stephen@networkplumber.org>
8267L:	netdev@vger.kernel.org
8268S:	Maintained
8269F:	drivers/net/ethernet/marvell/sk*
8270
8271MARVELL LIBERTAS WIRELESS DRIVER
8272L:	libertas-dev@lists.infradead.org
8273S:	Orphan
8274F:	drivers/net/wireless/marvell/libertas/
8275
8276MARVELL MACCHIATOBIN SUPPORT
8277M:	Russell King <rmk@armlinux.org.uk>
8278L:	linux-arm-kernel@lists.infradead.org
8279S:	Maintained
8280F:	arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8281
8282MARVELL MV643XX ETHERNET DRIVER
8283M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8284L:	netdev@vger.kernel.org
8285S:	Maintained
8286F:	drivers/net/ethernet/marvell/mv643xx_eth.*
8287F:	include/linux/mv643xx.h
8288
8289MARVELL MV88X3310 PHY DRIVER
8290M:	Russell King <rmk@armlinux.org.uk>
8291L:	netdev@vger.kernel.org
8292S:	Maintained
8293F:	drivers/net/phy/marvell10g.c
8294
8295MARVELL MVNETA ETHERNET DRIVER
8296M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8297L:	netdev@vger.kernel.org
8298S:	Maintained
8299F:	drivers/net/ethernet/marvell/mvneta.*
8300
8301MARVELL MWIFIEX WIRELESS DRIVER
8302M:	Amitkumar Karwar <amitkarwar@gmail.com>
8303M:	Nishant Sarmukadam <nishants@marvell.com>
8304M:	Ganapathi Bhat <gbhat@marvell.com>
8305M:	Xinming Hu <huxm@marvell.com>
8306L:	linux-wireless@vger.kernel.org
8307S:	Maintained
8308F:	drivers/net/wireless/marvell/mwifiex/
8309
8310MARVELL MWL8K WIRELESS DRIVER
8311M:	Lennert Buytenhek <buytenh@wantstofly.org>
8312L:	linux-wireless@vger.kernel.org
8313S:	Odd Fixes
8314F:	drivers/net/wireless/marvell/mwl8k.c
8315
8316MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8317M:	Nicolas Pitre <nico@fluxnic.net>
8318S:	Odd Fixes
8319F:	drivers/mmc/host/mvsdio.*
8320
8321MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8322M:	Hu Ziji <huziji@marvell.com>
8323L:	linux-mmc@vger.kernel.org
8324S:	Supported
8325F:	drivers/mmc/host/sdhci-xenon*
8326F:	Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8327
8328MATROX FRAMEBUFFER DRIVER
8329L:	linux-fbdev@vger.kernel.org
8330S:	Orphan
8331F:	drivers/video/fbdev/matrox/matroxfb_*
8332F:	include/uapi/linux/matroxfb.h
8333
8334MAX16065 HARDWARE MONITOR DRIVER
8335M:	Guenter Roeck <linux@roeck-us.net>
8336L:	linux-hwmon@vger.kernel.org
8337S:	Maintained
8338F:	Documentation/hwmon/max16065
8339F:	drivers/hwmon/max16065.c
8340
8341MAX20751 HARDWARE MONITOR DRIVER
8342M:	Guenter Roeck <linux@roeck-us.net>
8343L:	linux-hwmon@vger.kernel.org
8344S:	Maintained
8345F:	Documentation/hwmon/max20751
8346F:	drivers/hwmon/max20751.c
8347
8348MAX2175 SDR TUNER DRIVER
8349M:	Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8350L:	linux-media@vger.kernel.org
8351T:	git git://linuxtv.org/media_tree.git
8352S:	Maintained
8353F:	Documentation/devicetree/bindings/media/i2c/max2175.txt
8354F:	Documentation/media/v4l-drivers/max2175.rst
8355F:	drivers/media/i2c/max2175*
8356F:	include/uapi/linux/max2175.h
8357
8358MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8359L:	linux-hwmon@vger.kernel.org
8360S:	Orphan
8361F:	Documentation/hwmon/max6650
8362F:	drivers/hwmon/max6650.c
8363
8364MAX6697 HARDWARE MONITOR DRIVER
8365M:	Guenter Roeck <linux@roeck-us.net>
8366L:	linux-hwmon@vger.kernel.org
8367S:	Maintained
8368F:	Documentation/hwmon/max6697
8369F:	Documentation/devicetree/bindings/i2c/max6697.txt
8370F:	drivers/hwmon/max6697.c
8371F:	include/linux/platform_data/max6697.h
8372
8373MAX9860 MONO AUDIO VOICE CODEC DRIVER
8374M:	Peter Rosin <peda@axentia.se>
8375L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8376S:	Maintained
8377F:	Documentation/devicetree/bindings/sound/max9860.txt
8378F:	sound/soc/codecs/max9860.*
8379
8380MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8381M:	Javier Martinez Canillas <javier@dowhile0.org>
8382L:	linux-kernel@vger.kernel.org
8383S:	Supported
8384F:	drivers/regulator/max77802-regulator.c
8385F:	Documentation/devicetree/bindings/*/*max77802.txt
8386F:	include/dt-bindings/*/*max77802.h
8387
8388MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8389M:	Krzysztof Kozlowski <krzk@kernel.org>
8390M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8391L:	linux-pm@vger.kernel.org
8392S:	Supported
8393F:	drivers/power/supply/max14577_charger.c
8394F:	drivers/power/supply/max77693_charger.c
8395
8396MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8397M:	Chanwoo Choi <cw00.choi@samsung.com>
8398M:	Krzysztof Kozlowski <krzk@kernel.org>
8399M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8400L:	linux-kernel@vger.kernel.org
8401S:	Supported
8402F:	drivers/*/max14577*.c
8403F:	drivers/*/max77686*.c
8404F:	drivers/*/max77693*.c
8405F:	drivers/extcon/extcon-max14577.c
8406F:	drivers/extcon/extcon-max77693.c
8407F:	drivers/rtc/rtc-max77686.c
8408F:	drivers/clk/clk-max77686.c
8409F:	Documentation/devicetree/bindings/mfd/max14577.txt
8410F:	Documentation/devicetree/bindings/*/max77686.txt
8411F:	Documentation/devicetree/bindings/mfd/max77693.txt
8412F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
8413F:	include/linux/mfd/max14577*.h
8414F:	include/linux/mfd/max77686*.h
8415F:	include/linux/mfd/max77693*.h
8416
8417MAXIRADIO FM RADIO RECEIVER DRIVER
8418M:	Hans Verkuil <hverkuil@xs4all.nl>
8419L:	linux-media@vger.kernel.org
8420T:	git git://linuxtv.org/media_tree.git
8421W:	https://linuxtv.org
8422S:	Maintained
8423F:	drivers/media/radio/radio-maxiradio*
8424
8425MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8426M:	Peter Rosin <peda@axentia.se>
8427L:	linux-iio@vger.kernel.org
8428S:	Maintained
8429F:	Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8430F:	drivers/iio/potentiometer/mcp4531.c
8431
8432MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8433M:	William Breathitt Gray <vilhelm.gray@gmail.com>
8434L:	linux-iio@vger.kernel.org
8435S:	Maintained
8436F:	drivers/iio/dac/cio-dac.c
8437
8438MEDIA DRIVERS FOR ASCOT2E
8439M:	Sergey Kozlov <serjk@netup.ru>
8440M:	Abylay Ospan <aospan@netup.ru>
8441L:	linux-media@vger.kernel.org
8442W:	https://linuxtv.org
8443W:	http://netup.tv/
8444T:	git git://linuxtv.org/media_tree.git
8445S:	Supported
8446F:	drivers/media/dvb-frontends/ascot2e*
8447
8448MEDIA DRIVERS FOR CXD2841ER
8449M:	Sergey Kozlov <serjk@netup.ru>
8450M:	Abylay Ospan <aospan@netup.ru>
8451L:	linux-media@vger.kernel.org
8452W:	https://linuxtv.org
8453W:	http://netup.tv/
8454T:	git git://linuxtv.org/media_tree.git
8455S:	Supported
8456F:	drivers/media/dvb-frontends/cxd2841er*
8457
8458MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8459M:	Daniel Scheller <d.scheller.oss@gmail.com>
8460L:	linux-media@vger.kernel.org
8461W:	https://linuxtv.org
8462T:	git git://linuxtv.org/media_tree.git
8463S:	Maintained
8464F:	drivers/media/pci/ddbridge/*
8465
8466MEDIA DRIVERS FOR FREESCALE IMX
8467M:	Steve Longerbeam <slongerbeam@gmail.com>
8468M:	Philipp Zabel <p.zabel@pengutronix.de>
8469L:	linux-media@vger.kernel.org
8470T:	git git://linuxtv.org/media_tree.git
8471S:	Maintained
8472F:	Documentation/devicetree/bindings/media/imx.txt
8473F:	Documentation/media/v4l-drivers/imx.rst
8474F:	drivers/staging/media/imx/
8475F:	include/linux/imx-media.h
8476F:	include/media/imx.h
8477
8478MEDIA DRIVERS FOR HELENE
8479M:	Abylay Ospan <aospan@netup.ru>
8480L:	linux-media@vger.kernel.org
8481W:	https://linuxtv.org
8482W:	http://netup.tv/
8483T:	git git://linuxtv.org/media_tree.git
8484S:	Supported
8485F:	drivers/media/dvb-frontends/helene*
8486
8487MEDIA DRIVERS FOR HORUS3A
8488M:	Sergey Kozlov <serjk@netup.ru>
8489M:	Abylay Ospan <aospan@netup.ru>
8490L:	linux-media@vger.kernel.org
8491W:	https://linuxtv.org
8492W:	http://netup.tv/
8493T:	git git://linuxtv.org/media_tree.git
8494S:	Supported
8495F:	drivers/media/dvb-frontends/horus3a*
8496
8497MEDIA DRIVERS FOR LNBH25
8498M:	Sergey Kozlov <serjk@netup.ru>
8499M:	Abylay Ospan <aospan@netup.ru>
8500L:	linux-media@vger.kernel.org
8501W:	https://linuxtv.org
8502W:	http://netup.tv/
8503T:	git git://linuxtv.org/media_tree.git
8504S:	Supported
8505F:	drivers/media/dvb-frontends/lnbh25*
8506
8507MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
8508M:	Daniel Scheller <d.scheller.oss@gmail.com>
8509L:	linux-media@vger.kernel.org
8510W:	https://linuxtv.org
8511T:	git git://linuxtv.org/media_tree.git
8512S:	Maintained
8513F:	drivers/media/dvb-frontends/mxl5xx*
8514
8515MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8516M:	Sergey Kozlov <serjk@netup.ru>
8517M:	Abylay Ospan <aospan@netup.ru>
8518L:	linux-media@vger.kernel.org
8519W:	https://linuxtv.org
8520W:	http://netup.tv/
8521T:	git git://linuxtv.org/media_tree.git
8522S:	Supported
8523F:	drivers/media/pci/netup_unidvb/*
8524
8525MEDIA DRIVERS FOR RENESAS - DRIF
8526M:	Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8527L:	linux-media@vger.kernel.org
8528L:	linux-renesas-soc@vger.kernel.org
8529T:	git git://linuxtv.org/media_tree.git
8530S:	Supported
8531F:	Documentation/devicetree/bindings/media/renesas,drif.txt
8532F:	drivers/media/platform/rcar_drif.c
8533
8534MEDIA DRIVERS FOR RENESAS - FCP
8535M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8536L:	linux-media@vger.kernel.org
8537L:	linux-renesas-soc@vger.kernel.org
8538T:	git git://linuxtv.org/media_tree.git
8539S:	Supported
8540F:	Documentation/devicetree/bindings/media/renesas,fcp.txt
8541F:	drivers/media/platform/rcar-fcp.c
8542F:	include/media/rcar-fcp.h
8543
8544MEDIA DRIVERS FOR RENESAS - FDP1
8545M:	Kieran Bingham <kieran@bingham.xyz>
8546L:	linux-media@vger.kernel.org
8547L:	linux-renesas-soc@vger.kernel.org
8548T:	git git://linuxtv.org/media_tree.git
8549S:	Supported
8550F:	Documentation/devicetree/bindings/media/renesas,fdp1.txt
8551F:	drivers/media/platform/rcar_fdp1.c
8552
8553MEDIA DRIVERS FOR RENESAS - VIN
8554M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
8555L:	linux-media@vger.kernel.org
8556L:	linux-renesas-soc@vger.kernel.org
8557T:	git git://linuxtv.org/media_tree.git
8558S:	Supported
8559F:	Documentation/devicetree/bindings/media/rcar_vin.txt
8560F:	drivers/media/platform/rcar-vin/
8561
8562MEDIA DRIVERS FOR RENESAS - VSP1
8563M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8564L:	linux-media@vger.kernel.org
8565L:	linux-renesas-soc@vger.kernel.org
8566T:	git git://linuxtv.org/media_tree.git
8567S:	Supported
8568F:	Documentation/devicetree/bindings/media/renesas,vsp1.txt
8569F:	drivers/media/platform/vsp1/
8570
8571MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
8572M:	Daniel Scheller <d.scheller.oss@gmail.com>
8573L:	linux-media@vger.kernel.org
8574W:	https://linuxtv.org
8575T:	git git://linuxtv.org/media_tree.git
8576S:	Maintained
8577F:	drivers/media/dvb-frontends/stv0910*
8578
8579MEDIA DRIVERS FOR ST STV6111 TUNER ICs
8580M:	Daniel Scheller <d.scheller.oss@gmail.com>
8581L:	linux-media@vger.kernel.org
8582W:	https://linuxtv.org
8583T:	git git://linuxtv.org/media_tree.git
8584S:	Maintained
8585F:	drivers/media/dvb-frontends/stv6111*
8586
8587MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8588M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
8589M:	Mauro Carvalho Chehab <mchehab@kernel.org>
8590P:	LinuxTV.org Project
8591L:	linux-media@vger.kernel.org
8592W:	https://linuxtv.org
8593Q:	http://patchwork.kernel.org/project/linux-media/list/
8594T:	git git://linuxtv.org/media_tree.git
8595S:	Maintained
8596F:	Documentation/devicetree/bindings/media/
8597F:	Documentation/media/
8598F:	drivers/media/
8599F:	drivers/staging/media/
8600F:	include/linux/platform_data/media/
8601F:	include/media/
8602F:	include/uapi/linux/dvb/
8603F:	include/uapi/linux/videodev2.h
8604F:	include/uapi/linux/media.h
8605F:	include/uapi/linux/v4l2-*
8606F:	include/uapi/linux/meye.h
8607F:	include/uapi/linux/ivtv*
8608F:	include/uapi/linux/uvcvideo.h
8609
8610MEDIATEK CIR DRIVER
8611M:	Sean Wang <sean.wang@mediatek.com>
8612S:	Maintained
8613F:	drivers/media/rc/mtk-cir.c
8614
8615MEDIATEK PMIC LED DRIVER
8616M:	Sean Wang <sean.wang@mediatek.com>
8617S:	Maintained
8618F:	drivers/leds/leds-mt6323.c
8619F:	Documentation/devicetree/bindings/leds/leds-mt6323.txt
8620
8621MEDIATEK ETHERNET DRIVER
8622M:	Felix Fietkau <nbd@openwrt.org>
8623M:	John Crispin <john@phrozen.org>
8624M:	Sean Wang <sean.wang@mediatek.com>
8625M:	Nelson Chang <nelson.chang@mediatek.com>
8626L:	netdev@vger.kernel.org
8627S:	Maintained
8628F:	drivers/net/ethernet/mediatek/
8629
8630MEDIATEK JPEG DRIVER
8631M:	Rick Chang <rick.chang@mediatek.com>
8632M:	Bin Liu <bin.liu@mediatek.com>
8633S:	Supported
8634F:	drivers/media/platform/mtk-jpeg/
8635F:	Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8636
8637MEDIATEK MDP DRIVER
8638M:	Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8639M:	Houlong Wei <houlong.wei@mediatek.com>
8640M:	Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8641S:	Supported
8642F:	drivers/media/platform/mtk-mdp/
8643F:	drivers/media/platform/mtk-vpu/
8644F:	Documentation/devicetree/bindings/media/mediatek-mdp.txt
8645
8646MEDIATEK MEDIA DRIVER
8647M:	Tiffany Lin <tiffany.lin@mediatek.com>
8648M:	Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8649S:	Supported
8650F:	drivers/media/platform/mtk-vcodec/
8651F:	drivers/media/platform/mtk-vpu/
8652F:	Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8653F:	Documentation/devicetree/bindings/media/mediatek-vpu.txt
8654
8655MEDIATEK MT7601U WIRELESS LAN DRIVER
8656M:	Jakub Kicinski <kubakici@wp.pl>
8657L:	linux-wireless@vger.kernel.org
8658S:	Maintained
8659F:	drivers/net/wireless/mediatek/mt7601u/
8660
8661MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8662M:	Sean Wang <sean.wang@mediatek.com>
8663S:	Maintained
8664F:	drivers/char/hw_random/mtk-rng.c
8665
8666MEDIATEK USB3 DRD IP DRIVER
8667M:	Chunfeng Yun <chunfeng.yun@mediatek.com>
8668L:	linux-usb@vger.kernel.org (moderated for non-subscribers)
8669L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8670L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
8671S:	Maintained
8672F:	drivers/usb/mtu3/
8673
8674MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8675M:	Peter Senna Tschudin <peter.senna@collabora.com>
8676M:	Martin Donnelly <martin.donnelly@ge.com>
8677M:	Martyn Welch <martyn.welch@collabora.co.uk>
8678S:	Maintained
8679F:	drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8680F:	Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8681
8682MEGARAID SCSI/SAS DRIVERS
8683M:	Kashyap Desai <kashyap.desai@broadcom.com>
8684M:	Sumit Saxena <sumit.saxena@broadcom.com>
8685M:	Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8686L:	megaraidlinux.pdl@broadcom.com
8687L:	linux-scsi@vger.kernel.org
8688W:	http://www.avagotech.com/support/
8689S:	Maintained
8690F:	Documentation/scsi/megaraid.txt
8691F:	drivers/scsi/megaraid.*
8692F:	drivers/scsi/megaraid/
8693
8694MELEXIS MLX90614 DRIVER
8695M:	Crt Mori <cmo@melexis.com>
8696L:	linux-iio@vger.kernel.org
8697W:	http://www.melexis.com
8698S:	Supported
8699F:	drivers/iio/temperature/mlx90614.c
8700
8701MELFAS MIP4 TOUCHSCREEN DRIVER
8702M:	Sangwon Jee <jeesw@melfas.com>
8703W:	http://www.melfas.com
8704S:	Supported
8705F:	drivers/input/touchscreen/melfas_mip4.c
8706F:	Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8707
8708MELLANOX ETHERNET DRIVER (mlx4_en)
8709M:	Tariq Toukan <tariqt@mellanox.com>
8710L:	netdev@vger.kernel.org
8711S:	Supported
8712W:	http://www.mellanox.com
8713Q:	http://patchwork.ozlabs.org/project/netdev/list/
8714F:	drivers/net/ethernet/mellanox/mlx4/en_*
8715
8716MELLANOX ETHERNET DRIVER (mlx5e)
8717M:	Saeed Mahameed <saeedm@mellanox.com>
8718L:	netdev@vger.kernel.org
8719S:	Supported
8720W:	http://www.mellanox.com
8721Q:	http://patchwork.ozlabs.org/project/netdev/list/
8722F:	drivers/net/ethernet/mellanox/mlx5/core/en_*
8723
8724MELLANOX ETHERNET INNOVA DRIVER
8725M:	Ilan Tayari <ilant@mellanox.com>
8726R:	Boris Pismenny <borisp@mellanox.com>
8727L:	netdev@vger.kernel.org
8728S:	Supported
8729W:	http://www.mellanox.com
8730Q:	http://patchwork.ozlabs.org/project/netdev/list/
8731F:	drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8732F:	include/linux/mlx5/mlx5_ifc_fpga.h
8733
8734MELLANOX ETHERNET INNOVA IPSEC DRIVER
8735M:	Ilan Tayari <ilant@mellanox.com>
8736R:	Boris Pismenny <borisp@mellanox.com>
8737L:	netdev@vger.kernel.org
8738S:	Supported
8739W:	http://www.mellanox.com
8740Q:	http://patchwork.ozlabs.org/project/netdev/list/
8741F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8742F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8743
8744MELLANOX ETHERNET SWITCH DRIVERS
8745M:	Jiri Pirko <jiri@mellanox.com>
8746M:	Ido Schimmel <idosch@mellanox.com>
8747L:	netdev@vger.kernel.org
8748S:	Supported
8749W:	http://www.mellanox.com
8750Q:	http://patchwork.ozlabs.org/project/netdev/list/
8751F:	drivers/net/ethernet/mellanox/mlxsw/
8752
8753MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8754M:	mlxsw@mellanox.com
8755L:	netdev@vger.kernel.org
8756S:	Supported
8757W:	http://www.mellanox.com
8758Q:	http://patchwork.ozlabs.org/project/netdev/list/
8759F:	drivers/net/ethernet/mellanox/mlxfw/
8760
8761MELLANOX MLX CPLD HOTPLUG DRIVER
8762M:	Vadim Pasternak <vadimp@mellanox.com>
8763L:	platform-driver-x86@vger.kernel.org
8764S:	Supported
8765F:	drivers/platform/x86/mlxcpld-hotplug.c
8766F:	include/linux/platform_data/mlxcpld-hotplug.h
8767
8768MELLANOX MLX4 core VPI driver
8769M:	Tariq Toukan <tariqt@mellanox.com>
8770L:	netdev@vger.kernel.org
8771L:	linux-rdma@vger.kernel.org
8772W:	http://www.mellanox.com
8773Q:	http://patchwork.ozlabs.org/project/netdev/list/
8774S:	Supported
8775F:	drivers/net/ethernet/mellanox/mlx4/
8776F:	include/linux/mlx4/
8777
8778MELLANOX MLX4 IB driver
8779M:	Yishai Hadas <yishaih@mellanox.com>
8780L:	linux-rdma@vger.kernel.org
8781W:	http://www.mellanox.com
8782Q:	http://patchwork.kernel.org/project/linux-rdma/list/
8783S:	Supported
8784F:	drivers/infiniband/hw/mlx4/
8785F:	include/linux/mlx4/
8786F:	include/uapi/rdma/mlx4-abi.h
8787
8788MELLANOX MLX5 core VPI driver
8789M:	Saeed Mahameed <saeedm@mellanox.com>
8790M:	Matan Barak <matanb@mellanox.com>
8791M:	Leon Romanovsky <leonro@mellanox.com>
8792L:	netdev@vger.kernel.org
8793L:	linux-rdma@vger.kernel.org
8794W:	http://www.mellanox.com
8795Q:	http://patchwork.ozlabs.org/project/netdev/list/
8796S:	Supported
8797F:	drivers/net/ethernet/mellanox/mlx5/core/
8798F:	include/linux/mlx5/
8799
8800MELLANOX MLX5 IB driver
8801M:	Matan Barak <matanb@mellanox.com>
8802M:	Leon Romanovsky <leonro@mellanox.com>
8803L:	linux-rdma@vger.kernel.org
8804W:	http://www.mellanox.com
8805Q:	http://patchwork.kernel.org/project/linux-rdma/list/
8806S:	Supported
8807F:	drivers/infiniband/hw/mlx5/
8808F:	include/linux/mlx5/
8809F:	include/uapi/rdma/mlx5-abi.h
8810
8811MELLANOX MLXCPLD I2C AND MUX DRIVER
8812M:	Vadim Pasternak <vadimp@mellanox.com>
8813M:	Michael Shych <michaelsh@mellanox.com>
8814L:	linux-i2c@vger.kernel.org
8815S:	Supported
8816F:	drivers/i2c/busses/i2c-mlxcpld.c
8817F:	drivers/i2c/muxes/i2c-mux-mlxcpld.c
8818F:	Documentation/i2c/busses/i2c-mlxcpld
8819
8820MELLANOX MLXCPLD LED DRIVER
8821M:	Vadim Pasternak <vadimp@mellanox.com>
8822L:	linux-leds@vger.kernel.org
8823S:	Supported
8824F:	drivers/leds/leds-mlxcpld.c
8825F:	Documentation/leds/leds-mlxcpld.txt
8826
8827MELLANOX PLATFORM DRIVER
8828M:	Vadim Pasternak <vadimp@mellanox.com>
8829L:	platform-driver-x86@vger.kernel.org
8830S:	Supported
8831F:	drivers/platform/x86/mlx-platform.c
8832
8833MEMBARRIER SUPPORT
8834M:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8835M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8836L:	linux-kernel@vger.kernel.org
8837S:	Supported
8838F:	kernel/sched/membarrier.c
8839F:	include/uapi/linux/membarrier.h
8840
8841MEMORY MANAGEMENT
8842L:	linux-mm@kvack.org
8843W:	http://www.linux-mm.org
8844S:	Maintained
8845F:	include/linux/mm.h
8846F:	include/linux/gfp.h
8847F:	include/linux/mmzone.h
8848F:	include/linux/memory_hotplug.h
8849F:	include/linux/vmalloc.h
8850F:	mm/
8851
8852MEMORY TECHNOLOGY DEVICES (MTD)
8853M:	David Woodhouse <dwmw2@infradead.org>
8854M:	Brian Norris <computersforpeace@gmail.com>
8855M:	Boris Brezillon <boris.brezillon@free-electrons.com>
8856M:	Marek Vasut <marek.vasut@gmail.com>
8857M:	Richard Weinberger <richard@nod.at>
8858M:	Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8859L:	linux-mtd@lists.infradead.org
8860W:	http://www.linux-mtd.infradead.org/
8861Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
8862T:	git git://git.infradead.org/linux-mtd.git master
8863T:	git git://git.infradead.org/l2-mtd.git master
8864S:	Maintained
8865F:	Documentation/devicetree/bindings/mtd/
8866F:	drivers/mtd/
8867F:	include/linux/mtd/
8868F:	include/uapi/mtd/
8869
8870MEN A21 WATCHDOG DRIVER
8871M:	Johannes Thumshirn <morbidrsa@gmail.com>
8872L:	linux-watchdog@vger.kernel.org
8873S:	Maintained
8874F:	drivers/watchdog/mena21_wdt.c
8875
8876MEN CHAMELEON BUS (mcb)
8877M:	Johannes Thumshirn <morbidrsa@gmail.com>
8878S:	Maintained
8879F:	drivers/mcb/
8880F:	include/linux/mcb.h
8881F:	Documentation/men-chameleon-bus.txt
8882
8883MEN F21BMC (Board Management Controller)
8884M:	Andreas Werner <andreas.werner@men.de>
8885S:	Supported
8886F:	drivers/mfd/menf21bmc.c
8887F:	drivers/watchdog/menf21bmc_wdt.c
8888F:	drivers/leds/leds-menf21bmc.c
8889F:	drivers/hwmon/menf21bmc_hwmon.c
8890F:	Documentation/hwmon/menf21bmc
8891
8892MESON AO CEC DRIVER FOR AMLOGIC SOCS
8893M:	Neil Armstrong <narmstrong@baylibre.com>
8894L:	linux-media@lists.freedesktop.org
8895L:	linux-amlogic@lists.infradead.org
8896W:	http://linux-meson.com/
8897S:	Supported
8898F:	drivers/media/platform/meson/ao-cec.c
8899F:	Documentation/devicetree/bindings/media/meson-ao-cec.txt
8900T:	git git://linuxtv.org/media_tree.git
8901
8902METAG ARCHITECTURE
8903M:	James Hogan <jhogan@kernel.org>
8904L:	linux-metag@vger.kernel.org
8905T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8906S:	Odd Fixes
8907F:	arch/metag/
8908F:	Documentation/metag/
8909F:	Documentation/devicetree/bindings/metag/
8910F:	Documentation/devicetree/bindings/interrupt-controller/img,*
8911F:	drivers/clocksource/metag_generic.c
8912F:	drivers/irqchip/irq-metag.c
8913F:	drivers/irqchip/irq-metag-ext.c
8914F:	drivers/tty/metag_da.c
8915
8916MICROBLAZE ARCHITECTURE
8917M:	Michal Simek <monstr@monstr.eu>
8918W:	http://www.monstr.eu/fdt/
8919T:	git git://git.monstr.eu/linux-2.6-microblaze.git
8920S:	Supported
8921F:	arch/microblaze/
8922
8923MICROCHIP / ATMEL AT91 SERIAL DRIVER
8924M:	Richard Genoud <richard.genoud@gmail.com>
8925S:	Maintained
8926F:	drivers/tty/serial/atmel_serial.c
8927F:	drivers/tty/serial/atmel_serial.h
8928
8929MICROCHIP / ATMEL DMA DRIVER
8930M:	Ludovic Desroches <ludovic.desroches@microchip.com>
8931L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8932L:	dmaengine@vger.kernel.org
8933S:	Supported
8934F:	drivers/dma/at_hdmac.c
8935F:	drivers/dma/at_hdmac_regs.h
8936F:	include/linux/platform_data/dma-atmel.h
8937
8938MICROCHIP / ATMEL ECC DRIVER
8939M:	Tudor Ambarus <tudor.ambarus@microchip.com>
8940L:	linux-crypto@vger.kernel.org
8941S:	Maintained
8942F:	drivers/crypto/atmel-ecc.*
8943
8944MICROCHIP / ATMEL ISC DRIVER
8945M:	Songjun Wu <songjun.wu@microchip.com>
8946L:	linux-media@vger.kernel.org
8947S:	Supported
8948F:	drivers/media/platform/atmel/atmel-isc.c
8949F:	drivers/media/platform/atmel/atmel-isc-regs.h
8950F:	devicetree/bindings/media/atmel-isc.txt
8951
8952MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
8953M:	Woojung Huh <Woojung.Huh@microchip.com>
8954M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
8955L:	netdev@vger.kernel.org
8956S:	Maintained
8957F:	net/dsa/tag_ksz.c
8958F:	drivers/net/dsa/microchip/*
8959F:	include/linux/platform_data/microchip-ksz.h
8960F:	Documentation/devicetree/bindings/net/dsa/ksz.txt
8961
8962MICROCHIP USB251XB DRIVER
8963M:	Richard Leitner <richard.leitner@skidata.com>
8964L:	linux-usb@vger.kernel.org
8965S:	Maintained
8966F:	drivers/usb/misc/usb251xb.c
8967F:	Documentation/devicetree/bindings/usb/usb251xb.txt
8968
8969MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
8970M:	Don Brace <don.brace@microsemi.com>
8971L:	esc.storagedev@microsemi.com
8972L:	linux-scsi@vger.kernel.org
8973S:	Supported
8974F:	drivers/scsi/smartpqi/smartpqi*.[ch]
8975F:	drivers/scsi/smartpqi/Kconfig
8976F:	drivers/scsi/smartpqi/Makefile
8977F:	include/linux/cciss*.h
8978F:	include/uapi/linux/cciss*.h
8979F:	Documentation/scsi/smartpqi.txt
8980
8981MICROSOFT SURFACE PRO 3 BUTTON DRIVER
8982M:	Chen Yu <yu.c.chen@intel.com>
8983L:	platform-driver-x86@vger.kernel.org
8984S:	Supported
8985F:	drivers/platform/x86/surfacepro3_button.c
8986
8987MICROTEK X6 SCANNER
8988M:	Oliver Neukum <oliver@neukum.org>
8989S:	Maintained
8990F:	drivers/usb/image/microtek.*
8991
8992MIPS
8993M:	Ralf Baechle <ralf@linux-mips.org>
8994L:	linux-mips@linux-mips.org
8995W:	http://www.linux-mips.org/
8996T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
8997Q:	http://patchwork.linux-mips.org/project/linux-mips/list/
8998S:	Supported
8999F:	Documentation/devicetree/bindings/mips/
9000F:	Documentation/mips/
9001F:	arch/mips/
9002
9003MIPS BOSTON DEVELOPMENT BOARD
9004M:	Paul Burton <paul.burton@mips.com>
9005L:	linux-mips@linux-mips.org
9006S:	Maintained
9007F:	Documentation/devicetree/bindings/clock/img,boston-clock.txt
9008F:	arch/mips/boot/dts/img/boston.dts
9009F:	arch/mips/configs/generic/board-boston.config
9010F:	drivers/clk/imgtec/clk-boston.c
9011F:	include/dt-bindings/clock/boston-clock.h
9012
9013MIPS GENERIC PLATFORM
9014M:	Paul Burton <paul.burton@mips.com>
9015L:	linux-mips@linux-mips.org
9016S:	Supported
9017F:	arch/mips/generic/
9018F:	arch/mips/tools/generic-board-config.sh
9019
9020MIPS/LOONGSON1 ARCHITECTURE
9021M:	Keguang Zhang <keguang.zhang@gmail.com>
9022L:	linux-mips@linux-mips.org
9023S:	Maintained
9024F:	arch/mips/loongson32/
9025F:	arch/mips/include/asm/mach-loongson32/
9026F:	drivers/*/*loongson1*
9027F:	drivers/*/*/*loongson1*
9028
9029MIPS RINT INSTRUCTION EMULATION
9030M:	Aleksandar Markovic <aleksandar.markovic@imgtec.com>
9031L:	linux-mips@linux-mips.org
9032S:	Supported
9033F:	arch/mips/math-emu/sp_rint.c
9034F:	arch/mips/math-emu/dp_rint.c
9035
9036MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
9037M:	Hans Verkuil <hverkuil@xs4all.nl>
9038L:	linux-media@vger.kernel.org
9039T:	git git://linuxtv.org/media_tree.git
9040W:	https://linuxtv.org
9041S:	Odd Fixes
9042F:	drivers/media/radio/radio-miropcm20*
9043
9044MMP SUPPORT
9045M:	Eric Miao <eric.y.miao@gmail.com>
9046M:	Haojian Zhuang <haojian.zhuang@gmail.com>
9047L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9048T:	git git://github.com/hzhuang1/linux.git
9049T:	git git://git.linaro.org/people/ycmiao/pxa-linux.git
9050S:	Maintained
9051F:	arch/arm/boot/dts/mmp*
9052F:	arch/arm/mach-mmp/
9053
9054MN88472 MEDIA DRIVER
9055M:	Antti Palosaari <crope@iki.fi>
9056L:	linux-media@vger.kernel.org
9057W:	https://linuxtv.org
9058W:	http://palosaari.fi/linux/
9059Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9060S:	Maintained
9061F:	drivers/media/dvb-frontends/mn88472*
9062
9063MN88473 MEDIA DRIVER
9064M:	Antti Palosaari <crope@iki.fi>
9065L:	linux-media@vger.kernel.org
9066W:	https://linuxtv.org
9067W:	http://palosaari.fi/linux/
9068Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9069S:	Maintained
9070F:	drivers/media/dvb-frontends/mn88473*
9071
9072MODULE SUPPORT
9073M:	Jessica Yu <jeyu@kernel.org>
9074M:	Rusty Russell <rusty@rustcorp.com.au>
9075T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
9076S:	Maintained
9077F:	include/linux/module.h
9078F:	kernel/module.c
9079
9080MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
9081W:	http://popies.net/meye/
9082S:	Orphan
9083F:	Documentation/media/v4l-drivers/meye*
9084F:	drivers/media/pci/meye/
9085F:	include/uapi/linux/meye.h
9086
9087MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
9088M:	Jiri Slaby <jirislaby@gmail.com>
9089S:	Maintained
9090F:	Documentation/serial/moxa-smartio
9091F:	drivers/tty/mxser.*
9092
9093MR800 AVERMEDIA USB FM RADIO DRIVER
9094M:	Alexey Klimov <klimov.linux@gmail.com>
9095L:	linux-media@vger.kernel.org
9096T:	git git://linuxtv.org/media_tree.git
9097S:	Maintained
9098F:	drivers/media/radio/radio-mr800.c
9099
9100MRF24J40 IEEE 802.15.4 RADIO DRIVER
9101M:	Alan Ott <alan@signal11.us>
9102L:	linux-wpan@vger.kernel.org
9103S:	Maintained
9104F:	drivers/net/ieee802154/mrf24j40.c
9105F:	Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9106
9107MSI LAPTOP SUPPORT
9108M:	"Lee, Chun-Yi" <jlee@suse.com>
9109L:	platform-driver-x86@vger.kernel.org
9110S:	Maintained
9111F:	drivers/platform/x86/msi-laptop.c
9112
9113MSI WMI SUPPORT
9114L:	platform-driver-x86@vger.kernel.org
9115S:	Orphan
9116F:	drivers/platform/x86/msi-wmi.c
9117
9118MSI001 MEDIA DRIVER
9119M:	Antti Palosaari <crope@iki.fi>
9120L:	linux-media@vger.kernel.org
9121W:	https://linuxtv.org
9122W:	http://palosaari.fi/linux/
9123Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9124T:	git git://linuxtv.org/anttip/media_tree.git
9125S:	Maintained
9126F:	drivers/media/tuners/msi001*
9127
9128MSI2500 MEDIA DRIVER
9129M:	Antti Palosaari <crope@iki.fi>
9130L:	linux-media@vger.kernel.org
9131W:	https://linuxtv.org
9132W:	http://palosaari.fi/linux/
9133Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9134T:	git git://linuxtv.org/anttip/media_tree.git
9135S:	Maintained
9136F:	drivers/media/usb/msi2500/
9137
9138MSYSTEMS DISKONCHIP G3 MTD DRIVER
9139M:	Robert Jarzmik <robert.jarzmik@free.fr>
9140L:	linux-mtd@lists.infradead.org
9141S:	Maintained
9142F:	drivers/mtd/devices/docg3*
9143
9144MT9M032 APTINA SENSOR DRIVER
9145M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9146L:	linux-media@vger.kernel.org
9147T:	git git://linuxtv.org/media_tree.git
9148S:	Maintained
9149F:	drivers/media/i2c/mt9m032.c
9150F:	include/media/i2c/mt9m032.h
9151
9152MT9P031 APTINA CAMERA SENSOR
9153M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9154L:	linux-media@vger.kernel.org
9155T:	git git://linuxtv.org/media_tree.git
9156S:	Maintained
9157F:	drivers/media/i2c/mt9p031.c
9158F:	include/media/i2c/mt9p031.h
9159
9160MT9T001 APTINA CAMERA SENSOR
9161M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9162L:	linux-media@vger.kernel.org
9163T:	git git://linuxtv.org/media_tree.git
9164S:	Maintained
9165F:	drivers/media/i2c/mt9t001.c
9166F:	include/media/i2c/mt9t001.h
9167
9168MT9V032 APTINA CAMERA SENSOR
9169M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9170L:	linux-media@vger.kernel.org
9171T:	git git://linuxtv.org/media_tree.git
9172S:	Maintained
9173F:	Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9174F:	drivers/media/i2c/mt9v032.c
9175F:	include/media/i2c/mt9v032.h
9176
9177MULTIFUNCTION DEVICES (MFD)
9178M:	Lee Jones <lee.jones@linaro.org>
9179T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9180S:	Supported
9181F:	Documentation/devicetree/bindings/mfd/
9182F:	drivers/mfd/
9183F:	include/linux/mfd/
9184F:	include/dt-bindings/mfd/
9185
9186MULTIMEDIA CARD (MMC) ETC. OVER SPI
9187S:	Orphan
9188F:	drivers/mmc/host/mmc_spi.c
9189F:	include/linux/spi/mmc_spi.h
9190
9191MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9192M:	Ulf Hansson <ulf.hansson@linaro.org>
9193L:	linux-mmc@vger.kernel.org
9194T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9195S:	Maintained
9196F:	Documentation/devicetree/bindings/mmc/
9197F:	drivers/mmc/
9198F:	include/linux/mmc/
9199F:	include/uapi/linux/mmc/
9200
9201MULTIPLEXER SUBSYSTEM
9202M:	Peter Rosin <peda@axentia.se>
9203S:	Maintained
9204F:	Documentation/ABI/testing/mux/sysfs-class-mux*
9205F:	Documentation/devicetree/bindings/mux/
9206F:	include/linux/dt-bindings/mux/
9207F:	include/linux/mux/
9208F:	drivers/mux/
9209
9210MULTISOUND SOUND DRIVER
9211M:	Andrew Veliath <andrewtv@usa.net>
9212S:	Maintained
9213F:	Documentation/sound/oss/MultiSound
9214F:	sound/oss/msnd*
9215
9216MULTITECH MULTIPORT CARD (ISICOM)
9217S:	Orphan
9218F:	drivers/tty/isicom.c
9219F:	include/linux/isicom.h
9220
9221MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9222M:	Bin Liu <b-liu@ti.com>
9223L:	linux-usb@vger.kernel.org
9224S:	Maintained
9225F:	drivers/usb/musb/
9226
9227MXL5007T MEDIA DRIVER
9228M:	Michael Krufky <mkrufky@linuxtv.org>
9229L:	linux-media@vger.kernel.org
9230W:	https://linuxtv.org
9231W:	http://github.com/mkrufky
9232Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9233T:	git git://linuxtv.org/mkrufky/tuners.git
9234S:	Maintained
9235F:	drivers/media/tuners/mxl5007t.*
9236
9237MXSFB DRM DRIVER
9238M:	Marek Vasut <marex@denx.de>
9239S:	Supported
9240F:	drivers/gpu/drm/mxsfb/
9241F:	Documentation/devicetree/bindings/display/mxsfb-drm.txt
9242
9243MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9244M:	Hyong-Youb Kim <hykim@myri.com>
9245L:	netdev@vger.kernel.org
9246W:	https://www.myricom.com/support/downloads/myri10ge.html
9247S:	Supported
9248F:	drivers/net/ethernet/myricom/myri10ge/
9249
9250NAND FLASH SUBSYSTEM
9251M:	Boris Brezillon <boris.brezillon@free-electrons.com>
9252R:	Richard Weinberger <richard@nod.at>
9253L:	linux-mtd@lists.infradead.org
9254W:	http://www.linux-mtd.infradead.org/
9255Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
9256T:	git git://git.infradead.org/linux-mtd.git nand/fixes
9257T:	git git://git.infradead.org/l2-mtd.git nand/next
9258S:	Maintained
9259F:	drivers/mtd/nand/
9260F:	include/linux/mtd/*nand*.h
9261
9262NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9263M:	Daniel Mack <zonque@gmail.com>
9264S:	Maintained
9265L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9266W:	http://www.native-instruments.com
9267F:	sound/usb/caiaq/
9268
9269NATSEMI ETHERNET DRIVER (DP8381x)
9270S:	Orphan
9271F:	drivers/net/ethernet/natsemi/natsemi.c
9272
9273NCP FILESYSTEM
9274M:	Petr Vandrovec <petr@vandrovec.name>
9275S:	Odd Fixes
9276F:	fs/ncpfs/
9277
9278NCR 5380 SCSI DRIVERS
9279M:	Finn Thain <fthain@telegraphics.com.au>
9280M:	Michael Schmitz <schmitzmic@gmail.com>
9281L:	linux-scsi@vger.kernel.org
9282S:	Maintained
9283F:	Documentation/scsi/g_NCR5380.txt
9284F:	drivers/scsi/NCR5380.*
9285F:	drivers/scsi/arm/cumana_1.c
9286F:	drivers/scsi/arm/oak.c
9287F:	drivers/scsi/atari_scsi.*
9288F:	drivers/scsi/dmx3191d.c
9289F:	drivers/scsi/g_NCR5380.*
9290F:	drivers/scsi/mac_scsi.*
9291F:	drivers/scsi/sun3_scsi.*
9292F:	drivers/scsi/sun3_scsi_vme.c
9293
9294NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9295M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9296L:	linux-scsi@vger.kernel.org
9297S:	Maintained
9298F:	drivers/scsi/NCR_D700.*
9299
9300NCT6775 HARDWARE MONITOR DRIVER
9301M:	Guenter Roeck <linux@roeck-us.net>
9302L:	linux-hwmon@vger.kernel.org
9303S:	Maintained
9304F:	Documentation/hwmon/nct6775
9305F:	drivers/hwmon/nct6775.c
9306
9307NETEFFECT IWARP RNIC DRIVER (IW_NES)
9308M:	Faisal Latif <faisal.latif@intel.com>
9309L:	linux-rdma@vger.kernel.org
9310W:	http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9311S:	Supported
9312F:	drivers/infiniband/hw/nes/
9313F:	include/uapi/rdma/nes-abi.h
9314
9315NETEM NETWORK EMULATOR
9316M:	Stephen Hemminger <stephen@networkplumber.org>
9317L:	netem@lists.linux-foundation.org (moderated for non-subscribers)
9318S:	Maintained
9319F:	net/sched/sch_netem.c
9320
9321NETERION 10GbE DRIVERS (s2io/vxge)
9322M:	Jon Mason <jdmason@kudzu.us>
9323L:	netdev@vger.kernel.org
9324S:	Supported
9325F:	Documentation/networking/s2io.txt
9326F:	Documentation/networking/vxge.txt
9327F:	drivers/net/ethernet/neterion/
9328
9329NETFILTER
9330M:	Pablo Neira Ayuso <pablo@netfilter.org>
9331M:	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9332M:	Florian Westphal <fw@strlen.de>
9333L:	netfilter-devel@vger.kernel.org
9334L:	coreteam@netfilter.org
9335W:	http://www.netfilter.org/
9336W:	http://www.iptables.org/
9337W:	http://www.nftables.org/
9338Q:	http://patchwork.ozlabs.org/project/netfilter-devel/list/
9339T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9340T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9341S:	Maintained
9342F:	include/linux/netfilter*
9343F:	include/linux/netfilter/
9344F:	include/net/netfilter/
9345F:	include/uapi/linux/netfilter*
9346F:	include/uapi/linux/netfilter/
9347F:	net/*/netfilter.c
9348F:	net/*/netfilter/
9349F:	net/netfilter/
9350F:	net/bridge/br_netfilter*.c
9351
9352NETROM NETWORK LAYER
9353M:	Ralf Baechle <ralf@linux-mips.org>
9354L:	linux-hams@vger.kernel.org
9355W:	http://www.linux-ax25.org/
9356S:	Maintained
9357F:	include/net/netrom.h
9358F:	include/uapi/linux/netrom.h
9359F:	net/netrom/
9360
9361NETRONOME ETHERNET DRIVERS
9362M:	Jakub Kicinski <jakub.kicinski@netronome.com>
9363L:	oss-drivers@netronome.com
9364S:	Maintained
9365F:	drivers/net/ethernet/netronome/
9366
9367NETWORK BLOCK DEVICE (NBD)
9368M:	Josef Bacik <jbacik@fb.com>
9369S:	Maintained
9370L:	linux-block@vger.kernel.org
9371L:	nbd@other.debian.org
9372F:	Documentation/blockdev/nbd.txt
9373F:	drivers/block/nbd.c
9374F:	include/uapi/linux/nbd.h
9375
9376NETWORK DROP MONITOR
9377M:	Neil Horman <nhorman@tuxdriver.com>
9378L:	netdev@vger.kernel.org
9379S:	Maintained
9380W:	https://fedorahosted.org/dropwatch/
9381F:	net/core/drop_monitor.c
9382
9383NETWORKING DRIVERS
9384L:	netdev@vger.kernel.org
9385W:	http://www.linuxfoundation.org/en/Net
9386Q:	http://patchwork.ozlabs.org/project/netdev/list/
9387T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9388T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9389S:	Odd Fixes
9390F:	Documentation/devicetree/bindings/net/
9391F:	drivers/net/
9392F:	include/linux/if_*
9393F:	include/linux/netdevice.h
9394F:	include/linux/etherdevice.h
9395F:	include/linux/fcdevice.h
9396F:	include/linux/fddidevice.h
9397F:	include/linux/hippidevice.h
9398F:	include/linux/inetdevice.h
9399F:	include/uapi/linux/if_*
9400F:	include/uapi/linux/netdevice.h
9401
9402NETWORKING DRIVERS (WIRELESS)
9403M:	Kalle Valo <kvalo@codeaurora.org>
9404L:	linux-wireless@vger.kernel.org
9405Q:	http://patchwork.kernel.org/project/linux-wireless/list/
9406T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9407T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9408S:	Maintained
9409F:	Documentation/devicetree/bindings/net/wireless/
9410F:	drivers/net/wireless/
9411
9412NETWORKING [DSA]
9413M:	Andrew Lunn <andrew@lunn.ch>
9414M:	Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9415M:	Florian Fainelli <f.fainelli@gmail.com>
9416S:	Maintained
9417F:	net/dsa/
9418F:	include/net/dsa.h
9419F:	include/linux/dsa/
9420F:	drivers/net/dsa/
9421
9422NETWORKING [GENERAL]
9423M:	"David S. Miller" <davem@davemloft.net>
9424L:	netdev@vger.kernel.org
9425W:	http://www.linuxfoundation.org/en/Net
9426Q:	http://patchwork.ozlabs.org/project/netdev/list/
9427T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9428T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9429B:	mailto:netdev@vger.kernel.org
9430S:	Maintained
9431F:	net/
9432F:	include/net/
9433F:	include/linux/in.h
9434F:	include/linux/net.h
9435F:	include/linux/netdevice.h
9436F:	include/uapi/linux/in.h
9437F:	include/uapi/linux/net.h
9438F:	include/uapi/linux/netdevice.h
9439F:	include/uapi/linux/net_namespace.h
9440F:	tools/testing/selftests/net/
9441F:	lib/net_utils.c
9442F:	lib/random32.c
9443
9444NETWORKING [IPSEC]
9445M:	Steffen Klassert <steffen.klassert@secunet.com>
9446M:	Herbert Xu <herbert@gondor.apana.org.au>
9447M:	"David S. Miller" <davem@davemloft.net>
9448L:	netdev@vger.kernel.org
9449T:	git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9450T:	git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9451S:	Maintained
9452F:	net/core/flow.c
9453F:	net/xfrm/
9454F:	net/key/
9455F:	net/ipv4/xfrm*
9456F:	net/ipv4/esp4*
9457F:	net/ipv4/ah4.c
9458F:	net/ipv4/ipcomp.c
9459F:	net/ipv4/ip_vti.c
9460F:	net/ipv6/xfrm*
9461F:	net/ipv6/esp6*
9462F:	net/ipv6/ah6.c
9463F:	net/ipv6/ipcomp6.c
9464F:	net/ipv6/ip6_vti.c
9465F:	include/uapi/linux/xfrm.h
9466F:	include/net/xfrm.h
9467
9468NETWORKING [IPv4/IPv6]
9469M:	"David S. Miller" <davem@davemloft.net>
9470M:	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9471M:	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9472L:	netdev@vger.kernel.org
9473T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9474S:	Maintained
9475F:	net/ipv4/
9476F:	net/ipv6/
9477F:	include/net/ip*
9478F:	arch/x86/net/*
9479
9480NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
9481M:	Paul Moore <paul@paul-moore.com>
9482W:	https://github.com/netlabel
9483L:	netdev@vger.kernel.org
9484L:	linux-security-module@vger.kernel.org
9485S:	Maintained
9486F:	Documentation/netlabel/
9487F:	include/net/calipso.h
9488F:	include/net/cipso_ipv4.h
9489F:	include/net/netlabel.h
9490F:	include/uapi/linux/netfilter/xt_SECMARK.h
9491F:	include/uapi/linux/netfilter/xt_CONNSECMARK.h
9492F:	net/netlabel/
9493F:	net/ipv4/cipso_ipv4.c
9494F:	net/ipv6/calipso.c
9495F:	net/netfilter/xt_CONNSECMARK.c
9496F:	net/netfilter/xt_SECMARK.c
9497
9498NETWORKING [TLS]
9499M:	Ilya Lesokhin <ilyal@mellanox.com>
9500M:	Aviad Yehezkel <aviadye@mellanox.com>
9501M:	Dave Watson <davejwatson@fb.com>
9502L:	netdev@vger.kernel.org
9503S:	Maintained
9504F:	net/tls/*
9505F:	include/uapi/linux/tls.h
9506F:	include/net/tls.h
9507
9508NETWORKING [WIRELESS]
9509L:	linux-wireless@vger.kernel.org
9510Q:	http://patchwork.kernel.org/project/linux-wireless/list/
9511
9512NETXEN (1/10) GbE SUPPORT
9513M:	Manish Chopra <manish.chopra@cavium.com>
9514M:	Rahul Verma <rahul.verma@cavium.com>
9515M:	Dept-GELinuxNICDev@cavium.com
9516L:	netdev@vger.kernel.org
9517S:	Supported
9518F:	drivers/net/ethernet/qlogic/netxen/
9519
9520NFC SUBSYSTEM
9521M:	Samuel Ortiz <sameo@linux.intel.com>
9522L:	linux-wireless@vger.kernel.org
9523L:	linux-nfc@lists.01.org (subscribers-only)
9524S:	Supported
9525F:	net/nfc/
9526F:	include/net/nfc/
9527F:	include/uapi/linux/nfc.h
9528F:	drivers/nfc/
9529F:	include/linux/platform_data/nfcmrvl.h
9530F:	include/linux/platform_data/nxp-nci.h
9531F:	Documentation/devicetree/bindings/net/nfc/
9532
9533NFS, SUNRPC, AND LOCKD CLIENTS
9534M:	Trond Myklebust <trond.myklebust@primarydata.com>
9535M:	Anna Schumaker <anna.schumaker@netapp.com>
9536L:	linux-nfs@vger.kernel.org
9537W:	http://client.linux-nfs.org
9538T:	git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9539S:	Maintained
9540F:	fs/lockd/
9541F:	fs/nfs/
9542F:	fs/nfs_common/
9543F:	net/sunrpc/
9544F:	include/linux/lockd/
9545F:	include/linux/nfs*
9546F:	include/linux/sunrpc/
9547F:	include/uapi/linux/nfs*
9548F:	include/uapi/linux/sunrpc/
9549
9550NILFS2 FILESYSTEM
9551M:	Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9552L:	linux-nilfs@vger.kernel.org
9553W:	http://nilfs.sourceforge.net/
9554W:	http://nilfs.osdn.jp/
9555T:	git git://github.com/konis/nilfs2.git
9556S:	Supported
9557F:	Documentation/filesystems/nilfs2.txt
9558F:	fs/nilfs2/
9559F:	include/trace/events/nilfs2.h
9560F:	include/uapi/linux/nilfs2_api.h
9561F:	include/uapi/linux/nilfs2_ondisk.h
9562
9563NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9564M:	YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9565W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9566S:	Maintained
9567F:	Documentation/scsi/NinjaSCSI.txt
9568F:	drivers/scsi/pcmcia/nsp_*
9569
9570NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9571M:	GOTO Masanori <gotom@debian.or.jp>
9572M:	YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9573W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9574S:	Maintained
9575F:	Documentation/scsi/NinjaSCSI.txt
9576F:	drivers/scsi/nsp32*
9577
9578NIOS2 ARCHITECTURE
9579M:	Ley Foon Tan <lftan@altera.com>
9580L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9581T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9582S:	Maintained
9583F:	arch/nios2/
9584
9585NOHZ, DYNTICKS SUPPORT
9586M:	Frederic Weisbecker <fweisbec@gmail.com>
9587M:	Thomas Gleixner <tglx@linutronix.de>
9588M:	Ingo Molnar <mingo@kernel.org>
9589L:	linux-kernel@vger.kernel.org
9590T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9591S:	Maintained
9592F:	kernel/time/tick*.*
9593F:	include/linux/tick.h
9594F:	include/linux/sched/nohz.h
9595
9596NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9597M:	Pavel Machek <pavel@ucw.cz>
9598M:	Sakari Ailus <sakari.ailus@iki.fi>
9599L:	linux-media@vger.kernel.org
9600S:	Maintained
9601F:	drivers/media/i2c/et8ek8
9602F:	drivers/media/i2c/ad5820.c
9603
9604NOKIA N900 POWER SUPPLY DRIVERS
9605R:	Pali Rohár <pali.rohar@gmail.com>
9606F:	include/linux/power/bq2415x_charger.h
9607F:	include/linux/power/bq27xxx_battery.h
9608F:	include/linux/power/isp1704_charger.h
9609F:	drivers/power/supply/bq2415x_charger.c
9610F:	drivers/power/supply/bq27xxx_battery.c
9611F:	drivers/power/supply/bq27xxx_battery_i2c.c
9612F:	drivers/power/supply/isp1704_charger.c
9613F:	drivers/power/supply/rx51_battery.c
9614
9615NTB AMD DRIVER
9616M:	Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9617L:	linux-ntb@googlegroups.com
9618S:	Supported
9619F:	drivers/ntb/hw/amd/
9620
9621NTB DRIVER CORE
9622M:	Jon Mason <jdmason@kudzu.us>
9623M:	Dave Jiang <dave.jiang@intel.com>
9624M:	Allen Hubbe <Allen.Hubbe@emc.com>
9625L:	linux-ntb@googlegroups.com
9626S:	Supported
9627W:	https://github.com/jonmason/ntb/wiki
9628T:	git git://github.com/jonmason/ntb.git
9629F:	drivers/ntb/
9630F:	drivers/net/ntb_netdev.c
9631F:	include/linux/ntb.h
9632F:	include/linux/ntb_transport.h
9633F:	tools/testing/selftests/ntb/
9634
9635NTB IDT DRIVER
9636M:	Serge Semin <fancer.lancer@gmail.com>
9637L:	linux-ntb@googlegroups.com
9638S:	Supported
9639F:	drivers/ntb/hw/idt/
9640
9641NTB INTEL DRIVER
9642M:	Jon Mason <jdmason@kudzu.us>
9643M:	Dave Jiang <dave.jiang@intel.com>
9644L:	linux-ntb@googlegroups.com
9645S:	Supported
9646W:	https://github.com/jonmason/ntb/wiki
9647T:	git git://github.com/jonmason/ntb.git
9648F:	drivers/ntb/hw/intel/
9649
9650NTFS FILESYSTEM
9651M:	Anton Altaparmakov <anton@tuxera.com>
9652L:	linux-ntfs-dev@lists.sourceforge.net
9653W:	http://www.tuxera.com/
9654T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9655S:	Supported
9656F:	Documentation/filesystems/ntfs.txt
9657F:	fs/ntfs/
9658
9659NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9660M:	Antonino Daplas <adaplas@gmail.com>
9661L:	linux-fbdev@vger.kernel.org
9662S:	Maintained
9663F:	drivers/video/fbdev/riva/
9664F:	drivers/video/fbdev/nvidia/
9665
9666NVM EXPRESS DRIVER
9667M:	Keith Busch <keith.busch@intel.com>
9668M:	Jens Axboe <axboe@fb.com>
9669M:	Christoph Hellwig <hch@lst.de>
9670M:	Sagi Grimberg <sagi@grimberg.me>
9671L:	linux-nvme@lists.infradead.org
9672T:	git://git.infradead.org/nvme.git
9673W:	http://git.infradead.org/nvme.git
9674S:	Supported
9675F:	drivers/nvme/host/
9676F:	include/linux/nvme.h
9677F:	include/uapi/linux/nvme_ioctl.h
9678
9679NVM EXPRESS FC TRANSPORT DRIVERS
9680M:	James Smart <james.smart@broadcom.com>
9681L:	linux-nvme@lists.infradead.org
9682S:	Supported
9683F:	include/linux/nvme-fc.h
9684F:	include/linux/nvme-fc-driver.h
9685F:	drivers/nvme/host/fc.c
9686F:	drivers/nvme/target/fc.c
9687F:	drivers/nvme/target/fcloop.c
9688
9689NVM EXPRESS TARGET DRIVER
9690M:	Christoph Hellwig <hch@lst.de>
9691M:	Sagi Grimberg <sagi@grimberg.me>
9692L:	linux-nvme@lists.infradead.org
9693T:	git://git.infradead.org/nvme.git
9694W:	http://git.infradead.org/nvme.git
9695S:	Supported
9696F:	drivers/nvme/target/
9697
9698NVMEM FRAMEWORK
9699M:	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9700S:	Maintained
9701F:	drivers/nvmem/
9702F:	Documentation/devicetree/bindings/nvmem/
9703F:	Documentation/ABI/stable/sysfs-bus-nvmem
9704F:	include/linux/nvmem-consumer.h
9705F:	include/linux/nvmem-provider.h
9706
9707NXP TDA998X DRM DRIVER
9708M:	Russell King <linux@armlinux.org.uk>
9709S:	Supported
9710T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9711T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9712F:	drivers/gpu/drm/i2c/tda998x_drv.c
9713F:	include/drm/i2c/tda998x.h
9714
9715NXP TFA9879 DRIVER
9716M:	Peter Rosin <peda@axentia.se>
9717L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9718S:	Maintained
9719F:	sound/soc/codecs/tfa9879*
9720
9721NXP-NCI NFC DRIVER
9722M:	Clément Perrochaud <clement.perrochaud@effinnov.com>
9723R:	Charles Gorand <charles.gorand@effinnov.com>
9724L:	linux-nfc@lists.01.org (moderated for non-subscribers)
9725S:	Supported
9726F:	drivers/nfc/nxp-nci
9727
9728OBJTOOL
9729M:	Josh Poimboeuf <jpoimboe@redhat.com>
9730S:	Supported
9731F:	tools/objtool/
9732
9733OMAP AUDIO SUPPORT
9734M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
9735M:	Jarkko Nikula <jarkko.nikula@bitmer.com>
9736L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9737L:	linux-omap@vger.kernel.org
9738S:	Maintained
9739F:	sound/soc/omap/
9740
9741OMAP CLOCK FRAMEWORK SUPPORT
9742M:	Paul Walmsley <paul@pwsan.com>
9743L:	linux-omap@vger.kernel.org
9744S:	Maintained
9745F:	arch/arm/*omap*/*clock*
9746
9747OMAP DEVICE TREE SUPPORT
9748M:	Benoît Cousson <bcousson@baylibre.com>
9749M:	Tony Lindgren <tony@atomide.com>
9750L:	linux-omap@vger.kernel.org
9751L:	devicetree@vger.kernel.org
9752S:	Maintained
9753F:	arch/arm/boot/dts/*omap*
9754F:	arch/arm/boot/dts/*am3*
9755F:	arch/arm/boot/dts/*am4*
9756F:	arch/arm/boot/dts/*am5*
9757F:	arch/arm/boot/dts/*dra7*
9758
9759OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9760M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
9761L:	linux-omap@vger.kernel.org
9762L:	linux-fbdev@vger.kernel.org
9763S:	Maintained
9764F:	drivers/video/fbdev/omap2/
9765F:	Documentation/arm/OMAP/DSS
9766
9767OMAP FRAMEBUFFER SUPPORT
9768M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
9769L:	linux-fbdev@vger.kernel.org
9770L:	linux-omap@vger.kernel.org
9771S:	Maintained
9772F:	drivers/video/fbdev/omap/
9773
9774OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9775M:	Roger Quadros <rogerq@ti.com>
9776M:	Tony Lindgren <tony@atomide.com>
9777L:	linux-omap@vger.kernel.org
9778S:	Maintained
9779F:	drivers/memory/omap-gpmc.c
9780F:	arch/arm/mach-omap2/*gpmc*
9781
9782OMAP GPIO DRIVER
9783M:	Grygorii Strashko <grygorii.strashko@ti.com>
9784M:	Santosh Shilimkar <ssantosh@kernel.org>
9785M:	Kevin Hilman <khilman@kernel.org>
9786L:	linux-omap@vger.kernel.org
9787S:	Maintained
9788F:	Documentation/devicetree/bindings/gpio/gpio-omap.txt
9789F:	drivers/gpio/gpio-omap.c
9790
9791OMAP HARDWARE SPINLOCK SUPPORT
9792M:	Ohad Ben-Cohen <ohad@wizery.com>
9793L:	linux-omap@vger.kernel.org
9794S:	Maintained
9795F:	drivers/hwspinlock/omap_hwspinlock.c
9796
9797OMAP HS MMC SUPPORT
9798L:	linux-mmc@vger.kernel.org
9799L:	linux-omap@vger.kernel.org
9800S:	Orphan
9801F:	drivers/mmc/host/omap_hsmmc.c
9802
9803OMAP HWMOD DATA
9804M:	Paul Walmsley <paul@pwsan.com>
9805L:	linux-omap@vger.kernel.org
9806S:	Maintained
9807F:	arch/arm/mach-omap2/omap_hwmod*data*
9808
9809OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9810M:	Benoît Cousson <bcousson@baylibre.com>
9811L:	linux-omap@vger.kernel.org
9812S:	Maintained
9813F:	arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9814
9815OMAP HWMOD SUPPORT
9816M:	Benoît Cousson <bcousson@baylibre.com>
9817M:	Paul Walmsley <paul@pwsan.com>
9818L:	linux-omap@vger.kernel.org
9819S:	Maintained
9820F:	arch/arm/mach-omap2/omap_hwmod.*
9821
9822OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9823M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9824L:	linux-media@vger.kernel.org
9825S:	Maintained
9826F:	Documentation/devicetree/bindings/media/ti,omap3isp.txt
9827F:	drivers/media/platform/omap3isp/
9828F:	drivers/staging/media/omap4iss/
9829
9830OMAP MMC SUPPORT
9831M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
9832L:	linux-omap@vger.kernel.org
9833S:	Maintained
9834F:	drivers/mmc/host/omap.c
9835
9836OMAP POWER MANAGEMENT SUPPORT
9837M:	Kevin Hilman <khilman@kernel.org>
9838L:	linux-omap@vger.kernel.org
9839S:	Maintained
9840F:	arch/arm/*omap*/*pm*
9841F:	drivers/cpufreq/omap-cpufreq.c
9842
9843OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9844M:	Rajendra Nayak <rnayak@codeaurora.org>
9845M:	Paul Walmsley <paul@pwsan.com>
9846L:	linux-omap@vger.kernel.org
9847S:	Maintained
9848F:	arch/arm/mach-omap2/prm*
9849
9850OMAP RANDOM NUMBER GENERATOR SUPPORT
9851M:	Deepak Saxena <dsaxena@plexity.net>
9852S:	Maintained
9853F:	drivers/char/hw_random/omap-rng.c
9854
9855OMAP USB SUPPORT
9856L:	linux-usb@vger.kernel.org
9857L:	linux-omap@vger.kernel.org
9858S:	Orphan
9859F:	drivers/usb/*/*omap*
9860F:	arch/arm/*omap*/usb*
9861
9862OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9863M:	Mark Jackson <mpfj@newflow.co.uk>
9864L:	linux-omap@vger.kernel.org
9865S:	Maintained
9866F:	arch/arm/boot/dts/am335x-nano.dts
9867
9868OMAP1 SUPPORT
9869M:	Aaro Koskinen <aaro.koskinen@iki.fi>
9870M:	Tony Lindgren <tony@atomide.com>
9871L:	linux-omap@vger.kernel.org
9872Q:	http://patchwork.kernel.org/project/linux-omap/list/
9873T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9874S:	Maintained
9875F:	arch/arm/mach-omap1/
9876F:	arch/arm/plat-omap/
9877F:	arch/arm/configs/omap1_defconfig
9878F:	drivers/i2c/busses/i2c-omap.c
9879F:	include/linux/i2c-omap.h
9880
9881OMAP2+ SUPPORT
9882M:	Tony Lindgren <tony@atomide.com>
9883L:	linux-omap@vger.kernel.org
9884W:	http://www.muru.com/linux/omap/
9885W:	http://linux.omap.com/
9886Q:	http://patchwork.kernel.org/project/linux-omap/list/
9887T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9888S:	Maintained
9889F:	arch/arm/mach-omap2/
9890F:	arch/arm/plat-omap/
9891F:	arch/arm/configs/omap2plus_defconfig
9892F:	drivers/i2c/busses/i2c-omap.c
9893F:	drivers/irqchip/irq-omap-intc.c
9894F:	drivers/mfd/*omap*.c
9895F:	drivers/mfd/menelaus.c
9896F:	drivers/mfd/palmas.c
9897F:	drivers/mfd/tps65217.c
9898F:	drivers/mfd/tps65218.c
9899F:	drivers/mfd/tps65910.c
9900F:	drivers/mfd/twl-core.[ch]
9901F:	drivers/mfd/twl4030*.c
9902F:	drivers/mfd/twl6030*.c
9903F:	drivers/mfd/twl6040*.c
9904F:	drivers/regulator/palmas-regulator*.c
9905F:	drivers/regulator/pbias-regulator.c
9906F:	drivers/regulator/tps65217-regulator.c
9907F:	drivers/regulator/tps65218-regulator.c
9908F:	drivers/regulator/tps65910-regulator.c
9909F:	drivers/regulator/twl-regulator.c
9910F:	drivers/regulator/twl6030-regulator.c
9911F:	include/linux/i2c-omap.h
9912
9913ONION OMEGA2+ BOARD
9914M:	Harvey Hunt <harveyhuntnexus@gmail.com>
9915L:	linux-mips@linux-mips.org
9916S:	Maintained
9917F:	arch/mips/boot/dts/ralink/omega2p.dts
9918
9919OMFS FILESYSTEM
9920M:	Bob Copeland <me@bobcopeland.com>
9921L:	linux-karma-devel@lists.sourceforge.net
9922S:	Maintained
9923F:	Documentation/filesystems/omfs.txt
9924F:	fs/omfs/
9925
9926OMNIKEY CARDMAN 4000 DRIVER
9927M:	Harald Welte <laforge@gnumonks.org>
9928S:	Maintained
9929F:	drivers/char/pcmcia/cm4000_cs.c
9930F:	include/linux/cm4000_cs.h
9931F:	include/uapi/linux/cm4000_cs.h
9932
9933OMNIKEY CARDMAN 4040 DRIVER
9934M:	Harald Welte <laforge@gnumonks.org>
9935S:	Maintained
9936F:	drivers/char/pcmcia/cm4040_cs.*
9937
9938OMNIVISION OV13858 SENSOR DRIVER
9939M:	Sakari Ailus <sakari.ailus@linux.intel.com>
9940L:	linux-media@vger.kernel.org
9941T:	git git://linuxtv.org/media_tree.git
9942S:	Maintained
9943F:	drivers/media/i2c/ov13858.c
9944
9945OMNIVISION OV5640 SENSOR DRIVER
9946M:	Steve Longerbeam <slongerbeam@gmail.com>
9947L:	linux-media@vger.kernel.org
9948T:	git git://linuxtv.org/media_tree.git
9949S:	Maintained
9950F:	drivers/media/i2c/ov5640.c
9951
9952OMNIVISION OV5647 SENSOR DRIVER
9953M:	Luis Oliveira <lolivei@synopsys.com>
9954L:	linux-media@vger.kernel.org
9955T:	git git://linuxtv.org/media_tree.git
9956S:	Maintained
9957F:	drivers/media/i2c/ov5647.c
9958
9959OMNIVISION OV7670 SENSOR DRIVER
9960M:	Jonathan Corbet <corbet@lwn.net>
9961L:	linux-media@vger.kernel.org
9962T:	git git://linuxtv.org/media_tree.git
9963S:	Maintained
9964F:	drivers/media/i2c/ov7670.c
9965F:	Documentation/devicetree/bindings/media/i2c/ov7670.txt
9966
9967ONENAND FLASH DRIVER
9968M:	Kyungmin Park <kyungmin.park@samsung.com>
9969L:	linux-mtd@lists.infradead.org
9970S:	Maintained
9971F:	drivers/mtd/onenand/
9972F:	include/linux/mtd/onenand*.h
9973
9974ONSTREAM SCSI TAPE DRIVER
9975M:	Willem Riede <osst@riede.org>
9976L:	osst-users@lists.sourceforge.net
9977L:	linux-scsi@vger.kernel.org
9978S:	Maintained
9979F:	Documentation/scsi/osst.txt
9980F:	drivers/scsi/osst.*
9981F:	drivers/scsi/osst_*.h
9982F:	drivers/scsi/st.h
9983
9984OP-TEE DRIVER
9985M:	Jens Wiklander <jens.wiklander@linaro.org>
9986S:	Maintained
9987F:	drivers/tee/optee/
9988
9989OPA-VNIC DRIVER
9990M:	Dennis Dalessandro <dennis.dalessandro@intel.com>
9991M:	Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
9992L:	linux-rdma@vger.kernel.org
9993S:	Supported
9994F:	drivers/infiniband/ulp/opa_vnic
9995
9996OPEN FIRMWARE AND DEVICE TREE OVERLAYS
9997M:	Pantelis Antoniou <pantelis.antoniou@konsulko.com>
9998L:	devicetree@vger.kernel.org
9999S:	Maintained
10000F:	Documentation/devicetree/dynamic-resolution-notes.txt
10001F:	Documentation/devicetree/overlay-notes.txt
10002F:	drivers/of/overlay.c
10003F:	drivers/of/resolver.c
10004
10005OPEN FIRMWARE AND FLATTENED DEVICE TREE
10006M:	Rob Herring <robh+dt@kernel.org>
10007M:	Frank Rowand <frowand.list@gmail.com>
10008L:	devicetree@vger.kernel.org
10009W:	http://www.devicetree.org/
10010T:	git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10011S:	Maintained
10012F:	drivers/of/
10013F:	include/linux/of*.h
10014F:	scripts/dtc/
10015F:	Documentation/ABI/testing/sysfs-firmware-ofw
10016
10017OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
10018M:	Rob Herring <robh+dt@kernel.org>
10019M:	Mark Rutland <mark.rutland@arm.com>
10020L:	devicetree@vger.kernel.org
10021T:	git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10022Q:	http://patchwork.ozlabs.org/project/devicetree-bindings/list/
10023S:	Maintained
10024F:	Documentation/devicetree/
10025F:	arch/*/boot/dts/
10026F:	include/dt-bindings/
10027
10028OPENCORES I2C BUS DRIVER
10029M:	Peter Korsgaard <jacmet@sunsite.dk>
10030L:	linux-i2c@vger.kernel.org
10031S:	Maintained
10032F:	Documentation/i2c/busses/i2c-ocores
10033F:	drivers/i2c/busses/i2c-ocores.c
10034
10035OPENRISC ARCHITECTURE
10036M:	Jonas Bonn <jonas@southpole.se>
10037M:	Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
10038M:	Stafford Horne <shorne@gmail.com>
10039T:	git git://github.com/openrisc/linux.git
10040L:	openrisc@lists.librecores.org
10041W:	http://openrisc.io
10042S:	Maintained
10043F:	arch/openrisc/
10044
10045OPENVSWITCH
10046M:	Pravin Shelar <pshelar@nicira.com>
10047L:	netdev@vger.kernel.org
10048L:	dev@openvswitch.org
10049W:	http://openvswitch.org
10050S:	Maintained
10051F:	net/openvswitch/
10052F:	include/uapi/linux/openvswitch.h
10053
10054OPERATING PERFORMANCE POINTS (OPP)
10055M:	Viresh Kumar <vireshk@kernel.org>
10056M:	Nishanth Menon <nm@ti.com>
10057M:	Stephen Boyd <sboyd@codeaurora.org>
10058L:	linux-pm@vger.kernel.org
10059S:	Maintained
10060T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
10061F:	drivers/base/power/opp/
10062F:	include/linux/pm_opp.h
10063F:	Documentation/power/opp.txt
10064F:	Documentation/devicetree/bindings/opp/
10065
10066OPL4 DRIVER
10067M:	Clemens Ladisch <clemens@ladisch.de>
10068L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
10069T:	git git://git.alsa-project.org/alsa-kernel.git
10070S:	Maintained
10071F:	sound/drivers/opl4/
10072
10073OPROFILE
10074M:	Robert Richter <rric@kernel.org>
10075L:	oprofile-list@lists.sf.net
10076S:	Maintained
10077F:	arch/*/include/asm/oprofile*.h
10078F:	arch/*/oprofile/
10079F:	drivers/oprofile/
10080F:	include/linux/oprofile.h
10081
10082ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
10083M:	Mark Fasheh <mfasheh@versity.com>
10084M:	Joel Becker <jlbec@evilplan.org>
10085L:	ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
10086W:	http://ocfs2.wiki.kernel.org
10087S:	Supported
10088F:	Documentation/filesystems/ocfs2.txt
10089F:	Documentation/filesystems/dlmfs.txt
10090F:	fs/ocfs2/
10091
10092ORANGEFS FILESYSTEM
10093M:	Mike Marshall <hubcap@omnibond.com>
10094L:	pvfs2-developers@beowulf-underground.org (subscribers-only)
10095T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
10096S:	Supported
10097F:	fs/orangefs/
10098F:	Documentation/filesystems/orangefs.txt
10099
10100ORINOCO DRIVER
10101L:	linux-wireless@vger.kernel.org
10102W:	http://wireless.kernel.org/en/users/Drivers/orinoco
10103W:	http://www.nongnu.org/orinoco/
10104S:	Orphan
10105F:	drivers/net/wireless/intersil/orinoco/
10106
10107OSD LIBRARY and FILESYSTEM
10108M:	Boaz Harrosh <ooo@electrozaur.com>
10109S:	Maintained
10110F:	drivers/scsi/osd/
10111F:	include/scsi/osd_*
10112F:	fs/exofs/
10113
10114OV2659 OMNIVISION SENSOR DRIVER
10115M:	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10116L:	linux-media@vger.kernel.org
10117W:	https://linuxtv.org
10118Q:	http://patchwork.linuxtv.org/project/linux-media/list/
10119T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10120S:	Maintained
10121F:	drivers/media/i2c/ov2659.c
10122F:	include/media/i2c/ov2659.h
10123
10124OVERLAY FILESYSTEM
10125M:	Miklos Szeredi <miklos@szeredi.hu>
10126L:	linux-unionfs@vger.kernel.org
10127T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
10128S:	Supported
10129F:	fs/overlayfs/
10130F:	Documentation/filesystems/overlayfs.txt
10131
10132P54 WIRELESS DRIVER
10133M:	Christian Lamparter <chunkeey@googlemail.com>
10134L:	linux-wireless@vger.kernel.org
10135W:	http://wireless.kernel.org/en/users/Drivers/p54
10136S:	Maintained
10137F:	drivers/net/wireless/intersil/p54/
10138
10139PA SEMI ETHERNET DRIVER
10140L:	netdev@vger.kernel.org
10141S:	Orphan
10142F:	drivers/net/ethernet/pasemi/*
10143
10144PA SEMI SMBUS DRIVER
10145L:	linux-i2c@vger.kernel.org
10146S:	Orphan
10147F:	drivers/i2c/busses/i2c-pasemi.c
10148
10149PADATA PARALLEL EXECUTION MECHANISM
10150M:	Steffen Klassert <steffen.klassert@secunet.com>
10151L:	linux-crypto@vger.kernel.org
10152S:	Maintained
10153F:	kernel/padata.c
10154F:	include/linux/padata.h
10155F:	Documentation/padata.txt
10156
10157PANASONIC LAPTOP ACPI EXTRAS DRIVER
10158M:	Harald Welte <laforge@gnumonks.org>
10159L:	platform-driver-x86@vger.kernel.org
10160S:	Maintained
10161F:	drivers/platform/x86/panasonic-laptop.c
10162
10163PANASONIC MN10300/AM33/AM34 PORT
10164M:	David Howells <dhowells@redhat.com>
10165L:	linux-am33-list@redhat.com (moderated for non-subscribers)
10166W:	ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
10167S:	Maintained
10168F:	Documentation/mn10300/
10169F:	arch/mn10300/
10170
10171PARALLEL LCD/KEYPAD PANEL DRIVER
10172M:	Willy Tarreau <willy@haproxy.com>
10173M:	Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
10174S:	Odd Fixes
10175F:	Documentation/misc-devices/lcd-panel-cgram.txt
10176F:	drivers/misc/panel.c
10177
10178PARALLEL PORT SUBSYSTEM
10179M:	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10180M:	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
10181L:	linux-parport@lists.infradead.org (subscribers-only)
10182S:	Maintained
10183F:	drivers/parport/
10184F:	include/linux/parport*.h
10185F:	drivers/char/ppdev.c
10186F:	include/uapi/linux/ppdev.h
10187F:	Documentation/parport*.txt
10188
10189PARAVIRT_OPS INTERFACE
10190M:	Juergen Gross <jgross@suse.com>
10191M:	Alok Kataria <akataria@vmware.com>
10192M:	Rusty Russell <rusty@rustcorp.com.au>
10193L:	virtualization@lists.linux-foundation.org
10194S:	Supported
10195F:	Documentation/virtual/paravirt_ops.txt
10196F:	arch/*/kernel/paravirt*
10197F:	arch/*/include/asm/paravirt*.h
10198F:	include/linux/hypervisor.h
10199
10200PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
10201M:	Tim Waugh <tim@cyberelk.net>
10202L:	linux-parport@lists.infradead.org (subscribers-only)
10203S:	Maintained
10204F:	Documentation/blockdev/paride.txt
10205F:	drivers/block/paride/
10206
10207PARISC ARCHITECTURE
10208M:	"James E.J. Bottomley" <jejb@parisc-linux.org>
10209M:	Helge Deller <deller@gmx.de>
10210L:	linux-parisc@vger.kernel.org
10211W:	http://www.parisc-linux.org/
10212Q:	http://patchwork.kernel.org/project/linux-parisc/list/
10213T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
10214T:	git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
10215S:	Maintained
10216F:	arch/parisc/
10217F:	Documentation/parisc/
10218F:	drivers/parisc/
10219F:	drivers/char/agp/parisc-agp.c
10220F:	drivers/input/serio/gscps2.c
10221F:	drivers/parport/parport_gsc.*
10222F:	drivers/tty/serial/8250/8250_gsc.c
10223F:	drivers/video/fbdev/sti*
10224F:	drivers/video/console/sti*
10225F:	drivers/video/logo/logo_parisc*
10226
10227PARMAN
10228M:	Jiri Pirko <jiri@mellanox.com>
10229L:	netdev@vger.kernel.org
10230S:	Supported
10231F:	lib/parman.c
10232F:	lib/test_parman.c
10233F:	include/linux/parman.h
10234
10235PC87360 HARDWARE MONITORING DRIVER
10236M:	Jim Cromie <jim.cromie@gmail.com>
10237L:	linux-hwmon@vger.kernel.org
10238S:	Maintained
10239F:	Documentation/hwmon/pc87360
10240F:	drivers/hwmon/pc87360.c
10241
10242PC8736x GPIO DRIVER
10243M:	Jim Cromie <jim.cromie@gmail.com>
10244S:	Maintained
10245F:	drivers/char/pc8736x_gpio.c
10246
10247PC87427 HARDWARE MONITORING DRIVER
10248M:	Jean Delvare <jdelvare@suse.com>
10249L:	linux-hwmon@vger.kernel.org
10250S:	Maintained
10251F:	Documentation/hwmon/pc87427
10252F:	drivers/hwmon/pc87427.c
10253
10254PCA9532 LED DRIVER
10255M:	Riku Voipio <riku.voipio@iki.fi>
10256S:	Maintained
10257F:	drivers/leds/leds-pca9532.c
10258F:	include/linux/leds-pca9532.h
10259
10260PCA9541 I2C BUS MASTER SELECTOR DRIVER
10261M:	Guenter Roeck <linux@roeck-us.net>
10262L:	linux-i2c@vger.kernel.org
10263S:	Maintained
10264F:	drivers/i2c/muxes/i2c-mux-pca9541.c
10265
10266PCDP - PRIMARY CONSOLE AND DEBUG PORT
10267M:	Khalid Aziz <khalid@gonehiking.org>
10268S:	Maintained
10269F:	drivers/firmware/pcdp.*
10270
10271PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10272M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10273L:	linux-pci@vger.kernel.org
10274L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10275S:	Maintained
10276F:	Documentation/devicetree/bindings/pci/aardvark-pci.txt
10277F:	drivers/pci/host/pci-aardvark.c
10278
10279PCI DRIVER FOR ALTERA PCIE IP
10280M:	Ley Foon Tan <lftan@altera.com>
10281L:	rfi@lists.rocketboards.org (moderated for non-subscribers)
10282L:	linux-pci@vger.kernel.org
10283S:	Supported
10284F:	Documentation/devicetree/bindings/pci/altera-pcie.txt
10285F:	drivers/pci/host/pcie-altera.c
10286
10287PCI DRIVER FOR APPLIEDMICRO XGENE
10288M:	Tanmay Inamdar <tinamdar@apm.com>
10289L:	linux-pci@vger.kernel.org
10290L:	linux-arm-kernel@lists.infradead.org
10291S:	Maintained
10292F:	Documentation/devicetree/bindings/pci/xgene-pci.txt
10293F:	drivers/pci/host/pci-xgene.c
10294
10295PCI DRIVER FOR ARM VERSATILE PLATFORM
10296M:	Rob Herring <robh@kernel.org>
10297L:	linux-pci@vger.kernel.org
10298L:	linux-arm-kernel@lists.infradead.org
10299S:	Maintained
10300F:	Documentation/devicetree/bindings/pci/versatile.txt
10301F:	drivers/pci/host/pci-versatile.c
10302
10303PCI DRIVER FOR ARMADA 8K
10304M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10305L:	linux-pci@vger.kernel.org
10306L:	linux-arm-kernel@lists.infradead.org
10307S:	Maintained
10308F:	Documentation/devicetree/bindings/pci/pci-armada8k.txt
10309F:	drivers/pci/dwc/pcie-armada8k.c
10310
10311PCI DRIVER FOR FREESCALE LAYERSCAPE
10312M:	Minghuan Lian <minghuan.Lian@freescale.com>
10313M:	Mingkai Hu <mingkai.hu@freescale.com>
10314M:	Roy Zang <tie-fei.zang@freescale.com>
10315L:	linuxppc-dev@lists.ozlabs.org
10316L:	linux-pci@vger.kernel.org
10317L:	linux-arm-kernel@lists.infradead.org
10318S:	Maintained
10319F:	drivers/pci/dwc/*layerscape*
10320
10321PCI DRIVER FOR GENERIC OF HOSTS
10322M:	Will Deacon <will.deacon@arm.com>
10323L:	linux-pci@vger.kernel.org
10324L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10325S:	Maintained
10326F:	Documentation/devicetree/bindings/pci/host-generic-pci.txt
10327F:	drivers/pci/host/pci-host-common.c
10328F:	drivers/pci/host/pci-host-generic.c
10329
10330PCI DRIVER FOR IMX6
10331M:	Richard Zhu <hongxing.zhu@nxp.com>
10332M:	Lucas Stach <l.stach@pengutronix.de>
10333L:	linux-pci@vger.kernel.org
10334L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10335S:	Maintained
10336F:	Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10337F:	drivers/pci/dwc/*imx6*
10338
10339PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10340M:	Keith Busch <keith.busch@intel.com>
10341M:	Jonathan Derrick <jonathan.derrick@intel.com>
10342L:	linux-pci@vger.kernel.org
10343S:	Supported
10344F:	drivers/pci/host/vmd.c
10345
10346PCI DRIVER FOR MICROSEMI SWITCHTEC
10347M:	Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10348M:	Stephen Bates <stephen.bates@microsemi.com>
10349M:	Logan Gunthorpe <logang@deltatee.com>
10350L:	linux-pci@vger.kernel.org
10351S:	Maintained
10352F:	Documentation/switchtec.txt
10353F:	Documentation/ABI/testing/sysfs-class-switchtec
10354F:	drivers/pci/switch/switchtec*
10355F:	include/uapi/linux/switchtec_ioctl.h
10356
10357PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10358M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10359M:	Jason Cooper <jason@lakedaemon.net>
10360L:	linux-pci@vger.kernel.org
10361L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10362S:	Maintained
10363F:	drivers/pci/host/*mvebu*
10364
10365PCI DRIVER FOR NVIDIA TEGRA
10366M:	Thierry Reding <thierry.reding@gmail.com>
10367L:	linux-tegra@vger.kernel.org
10368L:	linux-pci@vger.kernel.org
10369S:	Supported
10370F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10371F:	drivers/pci/host/pci-tegra.c
10372
10373PCI DRIVER FOR RENESAS R-CAR
10374M:	Simon Horman <horms@verge.net.au>
10375L:	linux-pci@vger.kernel.org
10376L:	linux-renesas-soc@vger.kernel.org
10377S:	Maintained
10378F:	drivers/pci/host/*rcar*
10379
10380PCI DRIVER FOR SAMSUNG EXYNOS
10381M:	Jingoo Han <jingoohan1@gmail.com>
10382L:	linux-pci@vger.kernel.org
10383L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10384L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10385S:	Maintained
10386F:	drivers/pci/dwc/pci-exynos.c
10387
10388PCI DRIVER FOR SYNOPSYS DESIGNWARE
10389M:	Jingoo Han <jingoohan1@gmail.com>
10390M:	Joao Pinto <Joao.Pinto@synopsys.com>
10391L:	linux-pci@vger.kernel.org
10392S:	Maintained
10393F:	Documentation/devicetree/bindings/pci/designware-pcie.txt
10394F:	drivers/pci/dwc/*designware*
10395
10396PCI DRIVER FOR TI DRA7XX
10397M:	Kishon Vijay Abraham I <kishon@ti.com>
10398L:	linux-omap@vger.kernel.org
10399L:	linux-pci@vger.kernel.org
10400S:	Supported
10401F:	Documentation/devicetree/bindings/pci/ti-pci.txt
10402F:	drivers/pci/dwc/pci-dra7xx.c
10403
10404PCI DRIVER FOR TI KEYSTONE
10405M:	Murali Karicheri <m-karicheri2@ti.com>
10406L:	linux-pci@vger.kernel.org
10407L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10408S:	Maintained
10409F:	drivers/pci/dwc/*keystone*
10410
10411PCI ENDPOINT SUBSYSTEM
10412M:	Kishon Vijay Abraham I <kishon@ti.com>
10413L:	linux-pci@vger.kernel.org
10414T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10415S:	Supported
10416F:	drivers/pci/endpoint/
10417F:	drivers/misc/pci_endpoint_test.c
10418F:	tools/pci/
10419
10420PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10421M:	Russell Currey <ruscur@russell.cc>
10422L:	linuxppc-dev@lists.ozlabs.org
10423S:	Supported
10424F:	Documentation/powerpc/eeh-pci-error-recovery.txt
10425F:	arch/powerpc/kernel/eeh*.c
10426F:	arch/powerpc/platforms/*/eeh*.c
10427F:	arch/powerpc/include/*/eeh*.h
10428
10429PCI ERROR RECOVERY
10430M:	Linas Vepstas <linasvepstas@gmail.com>
10431L:	linux-pci@vger.kernel.org
10432S:	Supported
10433F:	Documentation/PCI/pci-error-recovery.txt
10434
10435PCI MSI DRIVER FOR ALTERA MSI IP
10436M:	Ley Foon Tan <lftan@altera.com>
10437L:	rfi@lists.rocketboards.org (moderated for non-subscribers)
10438L:	linux-pci@vger.kernel.org
10439S:	Supported
10440F:	Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10441F:	drivers/pci/host/pcie-altera-msi.c
10442
10443PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10444M:	Duc Dang <dhdang@apm.com>
10445L:	linux-pci@vger.kernel.org
10446L:	linux-arm-kernel@lists.infradead.org
10447S:	Maintained
10448F:	Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10449F:	drivers/pci/host/pci-xgene-msi.c
10450
10451PCI SUBSYSTEM
10452M:	Bjorn Helgaas <bhelgaas@google.com>
10453L:	linux-pci@vger.kernel.org
10454Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
10455T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10456S:	Supported
10457F:	Documentation/devicetree/bindings/pci/
10458F:	Documentation/PCI/
10459F:	drivers/pci/
10460F:	include/linux/pci*
10461F:	arch/x86/pci/
10462F:	arch/x86/kernel/quirks.c
10463
10464PCIE DRIVER FOR AXIS ARTPEC
10465M:	Niklas Cassel <niklas.cassel@axis.com>
10466M:	Jesper Nilsson <jesper.nilsson@axis.com>
10467L:	linux-arm-kernel@axis.com
10468L:	linux-pci@vger.kernel.org
10469S:	Maintained
10470F:	Documentation/devicetree/bindings/pci/axis,artpec*
10471F:	drivers/pci/dwc/*artpec*
10472
10473PCIE DRIVER FOR CAVIUM THUNDERX
10474M:	David Daney <david.daney@cavium.com>
10475L:	linux-pci@vger.kernel.org
10476L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10477S:	Supported
10478F:	Documentation/devicetree/bindings/pci/pci-thunder-*
10479F:	drivers/pci/host/pci-thunder-*
10480
10481PCIE DRIVER FOR HISILICON
10482M:	Zhou Wang <wangzhou1@hisilicon.com>
10483M:	Gabriele Paoloni <gabriele.paoloni@huawei.com>
10484L:	linux-pci@vger.kernel.org
10485S:	Maintained
10486F:	Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10487F:	drivers/pci/dwc/pcie-hisi.c
10488
10489PCIE DRIVER FOR HISILICON KIRIN
10490M:	Xiaowei Song <songxiaowei@hisilicon.com>
10491M:	Binghui Wang <wangbinghui@hisilicon.com>
10492L:	linux-pci@vger.kernel.org
10493S:	Maintained
10494F:	Documentation/devicetree/bindings/pci/pcie-kirin.txt
10495F:	drivers/pci/dwc/pcie-kirin.c
10496
10497PCIE DRIVER FOR MEDIATEK
10498M:	Ryder Lee <ryder.lee@mediatek.com>
10499L:	linux-pci@vger.kernel.org
10500L:	linux-mediatek@lists.infradead.org
10501S:	Supported
10502F:	Documentation/devicetree/bindings/pci/mediatek*
10503F:	drivers/pci/host/*mediatek*
10504
10505PCIE DRIVER FOR QUALCOMM MSM
10506M:	Stanimir Varbanov <svarbanov@mm-sol.com>
10507L:	linux-pci@vger.kernel.org
10508L:	linux-arm-msm@vger.kernel.org
10509S:	Maintained
10510F:	drivers/pci/dwc/*qcom*
10511
10512PCIE DRIVER FOR ROCKCHIP
10513M:	Shawn Lin <shawn.lin@rock-chips.com>
10514L:	linux-pci@vger.kernel.org
10515L:	linux-rockchip@lists.infradead.org
10516S:	Maintained
10517F:	Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10518F:	drivers/pci/host/pcie-rockchip.c
10519
10520PCIE DRIVER FOR ST SPEAR13XX
10521M:	Pratyush Anand <pratyush.anand@gmail.com>
10522L:	linux-pci@vger.kernel.org
10523S:	Maintained
10524F:	drivers/pci/dwc/*spear*
10525
10526PCMCIA SUBSYSTEM
10527P:	Linux PCMCIA Team
10528L:	linux-pcmcia@lists.infradead.org
10529W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10530T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10531S:	Maintained
10532F:	Documentation/pcmcia/
10533F:	tools/pcmcia/
10534F:	drivers/pcmcia/
10535F:	include/pcmcia/
10536
10537PCNET32 NETWORK DRIVER
10538M:	Don Fry <pcnet32@frontier.com>
10539L:	netdev@vger.kernel.org
10540S:	Maintained
10541F:	drivers/net/ethernet/amd/pcnet32.c
10542
10543PCRYPT PARALLEL CRYPTO ENGINE
10544M:	Steffen Klassert <steffen.klassert@secunet.com>
10545L:	linux-crypto@vger.kernel.org
10546S:	Maintained
10547F:	crypto/pcrypt.c
10548F:	include/crypto/pcrypt.h
10549
10550PER-CPU MEMORY ALLOCATOR
10551M:	Tejun Heo <tj@kernel.org>
10552M:	Christoph Lameter <cl@linux.com>
10553T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10554S:	Maintained
10555F:	include/linux/percpu*.h
10556F:	mm/percpu*.c
10557F:	arch/*/include/asm/percpu.h
10558
10559PER-TASK DELAY ACCOUNTING
10560M:	Balbir Singh <bsingharora@gmail.com>
10561S:	Maintained
10562F:	include/linux/delayacct.h
10563F:	kernel/delayacct.c
10564
10565PERFORMANCE EVENTS SUBSYSTEM
10566M:	Peter Zijlstra <peterz@infradead.org>
10567M:	Ingo Molnar <mingo@redhat.com>
10568M:	Arnaldo Carvalho de Melo <acme@kernel.org>
10569R:	Alexander Shishkin <alexander.shishkin@linux.intel.com>
10570R:	Jiri Olsa <jolsa@redhat.com>
10571R:	Namhyung Kim <namhyung@kernel.org>
10572L:	linux-kernel@vger.kernel.org
10573T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10574S:	Supported
10575F:	kernel/events/*
10576F:	include/linux/perf_event.h
10577F:	include/uapi/linux/perf_event.h
10578F:	arch/*/kernel/perf_event*.c
10579F:	arch/*/kernel/*/perf_event*.c
10580F:	arch/*/kernel/*/*/perf_event*.c
10581F:	arch/*/include/asm/perf_event.h
10582F:	arch/*/kernel/perf_callchain.c
10583F:	arch/*/events/*
10584F:	tools/perf/
10585
10586PERSONALITY HANDLING
10587M:	Christoph Hellwig <hch@infradead.org>
10588L:	linux-abi-devel@lists.sourceforge.net
10589S:	Maintained
10590F:	include/linux/personality.h
10591F:	include/uapi/linux/personality.h
10592
10593PHONET PROTOCOL
10594M:	Remi Denis-Courmont <courmisch@gmail.com>
10595S:	Supported
10596F:	Documentation/networking/phonet.txt
10597F:	include/linux/phonet.h
10598F:	include/net/phonet/
10599F:	include/uapi/linux/phonet.h
10600F:	net/phonet/
10601
10602PHRAM MTD DRIVER
10603M:	Joern Engel <joern@lazybastard.org>
10604L:	linux-mtd@lists.infradead.org
10605S:	Maintained
10606F:	drivers/mtd/devices/phram.c
10607
10608PICOLCD HID DRIVER
10609M:	Bruno Prémont <bonbons@linux-vserver.org>
10610L:	linux-input@vger.kernel.org
10611S:	Maintained
10612F:	drivers/hid/hid-picolcd*
10613
10614PICOXCELL SUPPORT
10615M:	Jamie Iles <jamie@jamieiles.com>
10616L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10617T:	git git://github.com/jamieiles/linux-2.6-ji.git
10618S:	Supported
10619F:	arch/arm/boot/dts/picoxcell*
10620F:	arch/arm/mach-picoxcell/
10621F:	drivers/crypto/picoxcell*
10622
10623PIN CONTROL SUBSYSTEM
10624M:	Linus Walleij <linus.walleij@linaro.org>
10625L:	linux-gpio@vger.kernel.org
10626T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10627S:	Maintained
10628F:	Documentation/devicetree/bindings/pinctrl/
10629F:	Documentation/driver-api/pinctl.rst
10630F:	drivers/pinctrl/
10631F:	include/linux/pinctrl/
10632
10633PIN CONTROLLER - ATMEL AT91
10634M:	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10635L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10636S:	Maintained
10637F:	drivers/pinctrl/pinctrl-at91.*
10638
10639PIN CONTROLLER - ATMEL AT91 PIO4
10640M:	Ludovic Desroches <ludovic.desroches@microchip.com>
10641L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10642L:	linux-gpio@vger.kernel.org
10643S:	Supported
10644F:	drivers/pinctrl/pinctrl-at91-pio4.*
10645
10646PIN CONTROLLER - INTEL
10647M:	Mika Westerberg <mika.westerberg@linux.intel.com>
10648M:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
10649S:	Maintained
10650F:	drivers/pinctrl/intel/
10651
10652PIN CONTROLLER - QUALCOMM
10653M:	Bjorn Andersson <bjorn.andersson@linaro.org>
10654S:	Maintained
10655L:	linux-arm-msm@vger.kernel.org
10656F:	Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10657F:	drivers/pinctrl/qcom/
10658
10659PIN CONTROLLER - RENESAS
10660M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10661M:	Geert Uytterhoeven <geert+renesas@glider.be>
10662L:	linux-renesas-soc@vger.kernel.org
10663S:	Maintained
10664F:	drivers/pinctrl/sh-pfc/
10665
10666PIN CONTROLLER - SAMSUNG
10667M:	Tomasz Figa <tomasz.figa@gmail.com>
10668M:	Krzysztof Kozlowski <krzk@kernel.org>
10669M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
10670L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10671L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10672Q:	https://patchwork.kernel.org/project/linux-samsung-soc/list/
10673T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10674S:	Maintained
10675F:	drivers/pinctrl/samsung/
10676F:	include/dt-bindings/pinctrl/samsung.h
10677F:	Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10678
10679PIN CONTROLLER - SINGLE
10680M:	Tony Lindgren <tony@atomide.com>
10681M:	Haojian Zhuang <haojian.zhuang@linaro.org>
10682L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10683L:	linux-omap@vger.kernel.org
10684S:	Maintained
10685F:	drivers/pinctrl/pinctrl-single.c
10686
10687PIN CONTROLLER - ST SPEAR
10688M:	Viresh Kumar <vireshk@kernel.org>
10689L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10690W:	http://www.st.com/spear
10691S:	Maintained
10692F:	drivers/pinctrl/spear/
10693
10694PISTACHIO SOC SUPPORT
10695M:	James Hartley <james.hartley@imgtec.com>
10696M:	Ionela Voinescu <ionela.voinescu@imgtec.com>
10697L:	linux-mips@linux-mips.org
10698S:	Maintained
10699F:	arch/mips/pistachio/
10700F:	arch/mips/include/asm/mach-pistachio/
10701F:	arch/mips/boot/dts/img/pistachio*
10702F:	arch/mips/configs/pistachio*_defconfig
10703
10704PKTCDVD DRIVER
10705S:	Orphan
10706M:	linux-block@vger.kernel.org
10707F:	drivers/block/pktcdvd.c
10708F:	include/linux/pktcdvd.h
10709F:	include/uapi/linux/pktcdvd.h
10710
10711PKUNITY SOC DRIVERS
10712M:	Guan Xuetao <gxt@mprc.pku.edu.cn>
10713W:	http://mprc.pku.edu.cn/~guanxuetao/linux
10714S:	Maintained
10715T:	git git://github.com/gxt/linux.git
10716F:	drivers/input/serio/i8042-unicore32io.h
10717F:	drivers/i2c/busses/i2c-puv3.c
10718F:	drivers/video/fbdev/fb-puv3.c
10719F:	drivers/rtc/rtc-puv3.c
10720
10721PMBUS HARDWARE MONITORING DRIVERS
10722M:	Guenter Roeck <linux@roeck-us.net>
10723L:	linux-hwmon@vger.kernel.org
10724W:	http://hwmon.wiki.kernel.org/
10725W:	http://www.roeck-us.net/linux/drivers/
10726T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10727S:	Maintained
10728F:	Documentation/hwmon/pmbus
10729F:	drivers/hwmon/pmbus/
10730F:	include/linux/pmbus.h
10731
10732PMC SIERRA MaxRAID DRIVER
10733L:	linux-scsi@vger.kernel.org
10734W:	http://www.pmc-sierra.com/
10735S:	Orphan
10736F:	drivers/scsi/pmcraid.*
10737
10738PMC SIERRA PM8001 DRIVER
10739M:	Jack Wang <jinpu.wang@profitbricks.com>
10740M:	lindar_liu@usish.com
10741L:	linux-scsi@vger.kernel.org
10742S:	Supported
10743F:	drivers/scsi/pm8001/
10744
10745PNP SUPPORT
10746M:	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10747S:	Maintained
10748F:	drivers/pnp/
10749
10750POSIX CLOCKS and TIMERS
10751M:	Thomas Gleixner <tglx@linutronix.de>
10752L:	linux-kernel@vger.kernel.org
10753T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10754S:	Maintained
10755F:	fs/timerfd.c
10756F:	include/linux/timer*
10757F:	kernel/time/*timer*
10758
10759POWER MANAGEMENT CORE
10760M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
10761L:	linux-pm@vger.kernel.org
10762T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10763B:	https://bugzilla.kernel.org
10764S:	Supported
10765F:	drivers/base/power/
10766F:	include/linux/pm.h
10767F:	include/linux/pm_*
10768F:	include/linux/powercap.h
10769F:	drivers/powercap/
10770
10771POWER STATE COORDINATION INTERFACE (PSCI)
10772M:	Mark Rutland <mark.rutland@arm.com>
10773M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10774L:	linux-arm-kernel@lists.infradead.org
10775S:	Maintained
10776F:	drivers/firmware/psci*.c
10777F:	include/linux/psci.h
10778F:	include/uapi/linux/psci.h
10779
10780POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10781M:	Sebastian Reichel <sre@kernel.org>
10782L:	linux-pm@vger.kernel.org
10783T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10784S:	Maintained
10785F:	Documentation/devicetree/bindings/power/supply/
10786F:	include/linux/power_supply.h
10787F:	drivers/power/supply/
10788
10789POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10790M:	Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10791L:	linuxppc-dev@lists.ozlabs.org
10792S:	Maintained
10793F:	drivers/char/powernv-op-panel.c
10794
10795PPP OVER ATM (RFC 2364)
10796M:	Mitchell Blank Jr <mitch@sfgoth.com>
10797S:	Maintained
10798F:	net/atm/pppoatm.c
10799F:	include/uapi/linux/atmppp.h
10800
10801PPP OVER ETHERNET
10802M:	Michal Ostrowski <mostrows@earthlink.net>
10803S:	Maintained
10804F:	drivers/net/ppp/pppoe.c
10805F:	drivers/net/ppp/pppox.c
10806
10807PPP OVER L2TP
10808M:	James Chapman <jchapman@katalix.com>
10809S:	Maintained
10810F:	net/l2tp/l2tp_ppp.c
10811F:	include/linux/if_pppol2tp.h
10812F:	include/uapi/linux/if_pppol2tp.h
10813
10814PPP PROTOCOL DRIVERS AND COMPRESSORS
10815M:	Paul Mackerras <paulus@samba.org>
10816L:	linux-ppp@vger.kernel.org
10817S:	Maintained
10818F:	drivers/net/ppp/ppp_*
10819
10820PPS SUPPORT
10821M:	Rodolfo Giometti <giometti@enneenne.com>
10822W:	http://wiki.enneenne.com/index.php/LinuxPPS_support
10823L:	linuxpps@ml.enneenne.com (subscribers-only)
10824S:	Maintained
10825F:	Documentation/pps/
10826F:	Documentation/devicetree/bindings/pps/pps-gpio.txt
10827F:	Documentation/ABI/testing/sysfs-pps
10828F:	drivers/pps/
10829F:	include/linux/pps*.h
10830F:	include/uapi/linux/pps.h
10831
10832PPTP DRIVER
10833M:	Dmitry Kozlov <xeb@mail.ru>
10834L:	netdev@vger.kernel.org
10835S:	Maintained
10836F:	drivers/net/ppp/pptp.c
10837W:	http://sourceforge.net/projects/accel-pptp
10838
10839PREEMPTIBLE KERNEL
10840M:	Robert Love <rml@tech9.net>
10841L:	kpreempt-tech@lists.sourceforge.net
10842W:	https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10843S:	Supported
10844F:	Documentation/preempt-locking.txt
10845F:	include/linux/preempt.h
10846
10847PRINTK
10848M:	Petr Mladek <pmladek@suse.com>
10849M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10850R:	Steven Rostedt <rostedt@goodmis.org>
10851S:	Maintained
10852F:	kernel/printk/
10853F:	include/linux/printk.h
10854
10855PRISM54 WIRELESS DRIVER
10856M:	"Luis R. Rodriguez" <mcgrof@gmail.com>
10857L:	linux-wireless@vger.kernel.org
10858W:	http://wireless.kernel.org/en/users/Drivers/p54
10859S:	Obsolete
10860F:	drivers/net/wireless/intersil/prism54/
10861
10862PROC SYSCTL
10863M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
10864M:	Kees Cook <keescook@chromium.org>
10865L:	linux-kernel@vger.kernel.org
10866L:	linux-fsdevel@vger.kernel.org
10867S:	Maintained
10868F:	fs/proc/proc_sysctl.c
10869F:	include/linux/sysctl.h
10870F:	kernel/sysctl.c
10871F:	tools/testing/selftests/sysctl/
10872
10873PS3 NETWORK SUPPORT
10874M:	Geoff Levand <geoff@infradead.org>
10875L:	netdev@vger.kernel.org
10876L:	linuxppc-dev@lists.ozlabs.org
10877S:	Maintained
10878F:	drivers/net/ethernet/toshiba/ps3_gelic_net.*
10879
10880PS3 PLATFORM SUPPORT
10881M:	Geoff Levand <geoff@infradead.org>
10882L:	linuxppc-dev@lists.ozlabs.org
10883S:	Maintained
10884F:	arch/powerpc/boot/ps3*
10885F:	arch/powerpc/include/asm/lv1call.h
10886F:	arch/powerpc/include/asm/ps3*.h
10887F:	arch/powerpc/platforms/ps3/
10888F:	drivers/*/ps3*
10889F:	drivers/ps3/
10890F:	drivers/rtc/rtc-ps3.c
10891F:	drivers/usb/host/*ps3.c
10892F:	sound/ppc/snd_ps3*
10893
10894PS3VRAM DRIVER
10895M:	Jim Paris <jim@jtan.com>
10896M:	Geoff Levand <geoff@infradead.org>
10897L:	linuxppc-dev@lists.ozlabs.org
10898S:	Maintained
10899F:	drivers/block/ps3vram.c
10900
10901PSAMPLE PACKET SAMPLING SUPPORT:
10902M:	Yotam Gigi <yotam.gi@gmail.com>
10903S:	Maintained
10904F:	net/psample
10905F:	include/net/psample.h
10906F:	include/uapi/linux/psample.h
10907
10908PSTORE FILESYSTEM
10909M:	Kees Cook <keescook@chromium.org>
10910M:	Anton Vorontsov <anton@enomsg.org>
10911M:	Colin Cross <ccross@android.com>
10912M:	Tony Luck <tony.luck@intel.com>
10913S:	Maintained
10914T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10915F:	fs/pstore/
10916F:	include/linux/pstore*
10917F:	drivers/firmware/efi/efi-pstore.c
10918F:	drivers/acpi/apei/erst.c
10919F:	Documentation/admin-guide/ramoops.rst
10920F:	Documentation/devicetree/bindings/reserved-memory/ramoops.txt
10921K:	\b(pstore|ramoops)
10922
10923PTP HARDWARE CLOCK SUPPORT
10924M:	Richard Cochran <richardcochran@gmail.com>
10925L:	netdev@vger.kernel.org
10926S:	Maintained
10927W:	http://linuxptp.sourceforge.net/
10928F:	Documentation/ABI/testing/sysfs-ptp
10929F:	Documentation/ptp/*
10930F:	drivers/net/ethernet/freescale/gianfar_ptp.c
10931F:	drivers/net/phy/dp83640*
10932F:	drivers/ptp/*
10933F:	include/linux/ptp_cl*
10934
10935PTRACE SUPPORT
10936M:	Oleg Nesterov <oleg@redhat.com>
10937S:	Maintained
10938F:	include/asm-generic/syscall.h
10939F:	include/linux/ptrace.h
10940F:	include/linux/regset.h
10941F:	include/linux/tracehook.h
10942F:	include/uapi/linux/ptrace.h
10943F:	include/uapi/linux/ptrace.h
10944F:	include/asm-generic/ptrace.h
10945F:	kernel/ptrace.c
10946F:	arch/*/ptrace*.c
10947F:	arch/*/*/ptrace*.c
10948F:	arch/*/include/asm/ptrace*.h
10949
10950PULSE8-CEC DRIVER
10951M:	Hans Verkuil <hverkuil@xs4all.nl>
10952L:	linux-media@vger.kernel.org
10953T:	git git://linuxtv.org/media_tree.git
10954S:	Maintained
10955F:	drivers/media/usb/pulse8-cec/*
10956F:	Documentation/media/cec-drivers/pulse8-cec.rst
10957
10958PVRUSB2 VIDEO4LINUX DRIVER
10959M:	Mike Isely <isely@pobox.com>
10960L:	pvrusb2@isely.net	(subscribers-only)
10961L:	linux-media@vger.kernel.org
10962W:	http://www.isely.net/pvrusb2/
10963T:	git git://linuxtv.org/media_tree.git
10964S:	Maintained
10965F:	Documentation/media/v4l-drivers/pvrusb2*
10966F:	drivers/media/usb/pvrusb2/
10967
10968PWC WEBCAM DRIVER
10969M:	Hans Verkuil <hverkuil@xs4all.nl>
10970L:	linux-media@vger.kernel.org
10971T:	git git://linuxtv.org/media_tree.git
10972S:	Odd Fixes
10973F:	drivers/media/usb/pwc/*
10974
10975PWM FAN DRIVER
10976M:	Kamil Debski <kamil@wypas.org>
10977M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10978L:	linux-hwmon@vger.kernel.org
10979S:	Supported
10980F:	Documentation/devicetree/bindings/hwmon/pwm-fan.txt
10981F:	Documentation/hwmon/pwm-fan
10982F:	drivers/hwmon/pwm-fan.c
10983
10984PWM IR Transmitter
10985M:	Sean Young <sean@mess.org>
10986L:	linux-media@vger.kernel.org
10987S:	Maintained
10988F:	drivers/media/rc/pwm-ir-tx.c
10989
10990PWM SUBSYSTEM
10991M:	Thierry Reding <thierry.reding@gmail.com>
10992L:	linux-pwm@vger.kernel.org
10993S:	Maintained
10994T:	git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
10995F:	Documentation/pwm.txt
10996F:	Documentation/devicetree/bindings/pwm/
10997F:	include/linux/pwm.h
10998F:	drivers/pwm/
10999F:	drivers/video/backlight/pwm_bl.c
11000F:	include/linux/pwm_backlight.h
11001F:	drivers/gpio/gpio-mvebu.c
11002F:	Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
11003
11004PXA GPIO DRIVER
11005M:	Robert Jarzmik <robert.jarzmik@free.fr>
11006L:	linux-gpio@vger.kernel.org
11007S:	Maintained
11008F:	drivers/gpio/gpio-pxa.c
11009
11010PXA MMCI DRIVER
11011S:	Orphan
11012
11013PXA RTC DRIVER
11014M:	Robert Jarzmik <robert.jarzmik@free.fr>
11015L:	linux-rtc@vger.kernel.org
11016S:	Maintained
11017
11018PXA2xx/PXA3xx SUPPORT
11019M:	Daniel Mack <daniel@zonque.org>
11020M:	Haojian Zhuang <haojian.zhuang@gmail.com>
11021M:	Robert Jarzmik <robert.jarzmik@free.fr>
11022L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11023T:	git git://github.com/hzhuang1/linux.git
11024T:	git git://github.com/rjarzmik/linux.git
11025S:	Maintained
11026F:	arch/arm/boot/dts/pxa*
11027F:	arch/arm/mach-pxa/
11028F:	drivers/dma/pxa*
11029F:	drivers/pcmcia/pxa2xx*
11030F:	drivers/pinctrl/pxa/
11031F:	drivers/spi/spi-pxa2xx*
11032F:	drivers/usb/gadget/udc/pxa2*
11033F:	include/sound/pxa2xx-lib.h
11034F:	sound/arm/pxa*
11035F:	sound/soc/pxa/
11036
11037PXA3xx NAND FLASH DRIVER
11038M:	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
11039L:	linux-mtd@lists.infradead.org
11040S:	Maintained
11041F:	drivers/mtd/nand/pxa3xx_nand.c
11042
11043QAT DRIVER
11044M:	Giovanni Cabiddu <giovanni.cabiddu@intel.com>
11045M:	Salvatore Benedetto <salvatore.benedetto@intel.com>
11046L:	qat-linux@intel.com
11047S:	Supported
11048F:	drivers/crypto/qat/
11049
11050QCOM AUDIO (ASoC) DRIVERS
11051M:	Patrick Lai <plai@codeaurora.org>
11052M:	Banajit Goswami <bgoswami@codeaurora.org>
11053L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
11054S:	Supported
11055F:	sound/soc/qcom/
11056
11057QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
11058M:	Gabriel Somlo <somlo@cmu.edu>
11059M:	"Michael S. Tsirkin" <mst@redhat.com>
11060L:	qemu-devel@nongnu.org
11061S:	Maintained
11062F:	drivers/firmware/qemu_fw_cfg.c
11063
11064QIB DRIVER
11065M:	Mike Marciniszyn <infinipath@intel.com>
11066L:	linux-rdma@vger.kernel.org
11067S:	Supported
11068F:	drivers/infiniband/hw/qib/
11069
11070QLOGIC QL41xxx FCOE DRIVER
11071M:	QLogic-Storage-Upstream@cavium.com
11072L:	linux-scsi@vger.kernel.org
11073S:	Supported
11074F:	drivers/scsi/qedf/
11075
11076QLOGIC QL41xxx ISCSI DRIVER
11077M:	QLogic-Storage-Upstream@cavium.com
11078L:	linux-scsi@vger.kernel.org
11079S:	Supported
11080F:	drivers/scsi/qedi/
11081
11082QLOGIC QL4xxx ETHERNET DRIVER
11083M:	Ariel Elior <Ariel.Elior@cavium.com>
11084M:	everest-linux-l2@cavium.com
11085L:	netdev@vger.kernel.org
11086S:	Supported
11087F:	drivers/net/ethernet/qlogic/qed/
11088F:	include/linux/qed/
11089F:	drivers/net/ethernet/qlogic/qede/
11090
11091QLOGIC QL4xxx RDMA DRIVER
11092M:	Ram Amrani <Ram.Amrani@cavium.com>
11093M:	Ariel Elior <Ariel.Elior@cavium.com>
11094L:	linux-rdma@vger.kernel.org
11095S:	Supported
11096F:	drivers/infiniband/hw/qedr/
11097F:	include/uapi/rdma/qedr-abi.h
11098
11099QLOGIC QLA1280 SCSI DRIVER
11100M:	Michael Reed <mdr@sgi.com>
11101L:	linux-scsi@vger.kernel.org
11102S:	Maintained
11103F:	drivers/scsi/qla1280.[ch]
11104
11105QLOGIC QLA2XXX FC-SCSI DRIVER
11106M:	qla2xxx-upstream@qlogic.com
11107L:	linux-scsi@vger.kernel.org
11108S:	Supported
11109F:	Documentation/scsi/LICENSE.qla2xxx
11110F:	drivers/scsi/qla2xxx/
11111
11112QLOGIC QLA3XXX NETWORK DRIVER
11113M:	Dept-GELinuxNICDev@cavium.com
11114L:	netdev@vger.kernel.org
11115S:	Supported
11116F:	Documentation/networking/LICENSE.qla3xxx
11117F:	drivers/net/ethernet/qlogic/qla3xxx.*
11118
11119QLOGIC QLA4XXX iSCSI DRIVER
11120M:	QLogic-Storage-Upstream@qlogic.com
11121L:	linux-scsi@vger.kernel.org
11122S:	Supported
11123F:	Documentation/scsi/LICENSE.qla4xxx
11124F:	drivers/scsi/qla4xxx/
11125
11126QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
11127M:	Harish Patil <harish.patil@cavium.com>
11128M:	Manish Chopra <manish.chopra@cavium.com>
11129M:	Dept-GELinuxNICDev@cavium.com
11130L:	netdev@vger.kernel.org
11131S:	Supported
11132F:	drivers/net/ethernet/qlogic/qlcnic/
11133
11134QLOGIC QLGE 10Gb ETHERNET DRIVER
11135M:	Harish Patil <harish.patil@cavium.com>
11136M:	Manish Chopra <manish.chopra@cavium.com>
11137M:	Dept-GELinuxNICDev@cavium.com
11138L:	netdev@vger.kernel.org
11139S:	Supported
11140F:	drivers/net/ethernet/qlogic/qlge/
11141
11142QNX4 FILESYSTEM
11143M:	Anders Larsen <al@alarsen.net>
11144W:	http://www.alarsen.net/linux/qnx4fs/
11145S:	Maintained
11146F:	fs/qnx4/
11147F:	include/uapi/linux/qnx4_fs.h
11148F:	include/uapi/linux/qnxtypes.h
11149
11150QORIQ DPAA2 FSL-MC BUS DRIVER
11151M:	Stuart Yoder <stuyoder@gmail.com>
11152M:	Laurentiu Tudor <laurentiu.tudor@nxp.com>
11153L:	linux-kernel@vger.kernel.org
11154S:	Maintained
11155F:	drivers/staging/fsl-mc/
11156F:	Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
11157
11158QT1010 MEDIA DRIVER
11159M:	Antti Palosaari <crope@iki.fi>
11160L:	linux-media@vger.kernel.org
11161W:	https://linuxtv.org
11162W:	http://palosaari.fi/linux/
11163Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11164T:	git git://linuxtv.org/anttip/media_tree.git
11165S:	Maintained
11166F:	drivers/media/tuners/qt1010*
11167
11168QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
11169M:	Kalle Valo <kvalo@qca.qualcomm.com>
11170L:	ath10k@lists.infradead.org
11171W:	http://wireless.kernel.org/en/users/Drivers/ath10k
11172T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
11173S:	Supported
11174F:	drivers/net/wireless/ath/ath10k/
11175
11176QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
11177M:	QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
11178L:	linux-wireless@vger.kernel.org
11179W:	http://wireless.kernel.org/en/users/Drivers/ath9k
11180S:	Supported
11181F:	drivers/net/wireless/ath/ath9k/
11182
11183QUALCOMM CAMERA SUBSYSTEM DRIVER
11184M:	Todor Tomov <todor.tomov@linaro.org>
11185L:	linux-media@vger.kernel.org
11186S:	Maintained
11187F:	Documentation/devicetree/bindings/media/qcom,camss.txt
11188F:	Documentation/media/v4l-drivers/qcom_camss.rst
11189F:	drivers/media/platform/qcom/camss-8x16/
11190
11191QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11192M:	Timur Tabi <timur@codeaurora.org>
11193L:	netdev@vger.kernel.org
11194S:	Supported
11195F:	drivers/net/ethernet/qualcomm/emac/
11196
11197QUALCOMM HEXAGON ARCHITECTURE
11198M:	Richard Kuo <rkuo@codeaurora.org>
11199L:	linux-hexagon@vger.kernel.org
11200T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
11201S:	Supported
11202F:	arch/hexagon/
11203
11204QUALCOMM IOMMU
11205M:	Rob Clark <robdclark@gmail.com>
11206L:	iommu@lists.linux-foundation.org
11207L:	linux-arm-msm@vger.kernel.org
11208S:	Maintained
11209F:	drivers/iommu/qcom_iommu.c
11210
11211QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
11212M:	Stanimir Varbanov <stanimir.varbanov@linaro.org>
11213L:	linux-media@vger.kernel.org
11214L:	linux-arm-msm@vger.kernel.org
11215T:	git git://linuxtv.org/media_tree.git
11216S:	Maintained
11217F:	drivers/media/platform/qcom/venus/
11218
11219QUALCOMM WCN36XX WIRELESS DRIVER
11220M:	Eugene Krasnikov <k.eugene.e@gmail.com>
11221L:	wcn36xx@lists.infradead.org
11222W:	http://wireless.kernel.org/en/users/Drivers/wcn36xx
11223T:	git git://github.com/KrasnikovEugene/wcn36xx.git
11224S:	Supported
11225F:	drivers/net/wireless/ath/wcn36xx/
11226
11227QUANTENNA QTNFMAC WIRELESS DRIVER
11228M:	Igor Mitsyanko <imitsyanko@quantenna.com>
11229M:	Avinash Patil <avinashp@quantenna.com>
11230M:	Sergey Matyukevich <smatyukevich@quantenna.com>
11231L:	linux-wireless@vger.kernel.org
11232S:	Maintained
11233F:	drivers/net/wireless/quantenna
11234
11235RADEON and AMDGPU DRM DRIVERS
11236M:	Alex Deucher <alexander.deucher@amd.com>
11237M:	Christian König <christian.koenig@amd.com>
11238L:	amd-gfx@lists.freedesktop.org
11239T:	git git://people.freedesktop.org/~agd5f/linux
11240S:	Supported
11241F:	drivers/gpu/drm/radeon/
11242F:	include/uapi/drm/radeon_drm.h
11243F:	drivers/gpu/drm/amd/
11244F:	include/uapi/drm/amdgpu_drm.h
11245
11246RADEON FRAMEBUFFER DISPLAY DRIVER
11247M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
11248L:	linux-fbdev@vger.kernel.org
11249S:	Maintained
11250F:	drivers/video/fbdev/aty/radeon*
11251F:	include/uapi/linux/radeonfb.h
11252
11253RADIOSHARK RADIO DRIVER
11254M:	Hans Verkuil <hverkuil@xs4all.nl>
11255L:	linux-media@vger.kernel.org
11256T:	git git://linuxtv.org/media_tree.git
11257S:	Maintained
11258F:	drivers/media/radio/radio-shark.c
11259
11260RADIOSHARK2 RADIO DRIVER
11261M:	Hans Verkuil <hverkuil@xs4all.nl>
11262L:	linux-media@vger.kernel.org
11263T:	git git://linuxtv.org/media_tree.git
11264S:	Maintained
11265F:	drivers/media/radio/radio-shark2.c
11266F:	drivers/media/radio/radio-tea5777.c
11267
11268RADOS BLOCK DEVICE (RBD)
11269M:	Ilya Dryomov <idryomov@gmail.com>
11270M:	Sage Weil <sage@redhat.com>
11271M:	Alex Elder <elder@kernel.org>
11272L:	ceph-devel@vger.kernel.org
11273W:	http://ceph.com/
11274T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
11275T:	git git://github.com/ceph/ceph-client.git
11276S:	Supported
11277F:	Documentation/ABI/testing/sysfs-bus-rbd
11278F:	drivers/block/rbd.c
11279F:	drivers/block/rbd_types.h
11280
11281RAGE128 FRAMEBUFFER DISPLAY DRIVER
11282M:	Paul Mackerras <paulus@samba.org>
11283L:	linux-fbdev@vger.kernel.org
11284S:	Maintained
11285F:	drivers/video/fbdev/aty/aty128fb.c
11286
11287RAINSHADOW-CEC DRIVER
11288M:	Hans Verkuil <hverkuil@xs4all.nl>
11289L:	linux-media@vger.kernel.org
11290T:	git git://linuxtv.org/media_tree.git
11291S:	Maintained
11292F:	drivers/media/usb/rainshadow-cec/*
11293
11294RALINK MIPS ARCHITECTURE
11295M:	John Crispin <john@phrozen.org>
11296L:	linux-mips@linux-mips.org
11297S:	Maintained
11298F:	arch/mips/ralink
11299
11300RALINK RT2X00 WIRELESS LAN DRIVER
11301P:	rt2x00 project
11302M:	Stanislaw Gruszka <sgruszka@redhat.com>
11303M:	Helmut Schaa <helmut.schaa@googlemail.com>
11304L:	linux-wireless@vger.kernel.org
11305S:	Maintained
11306F:	drivers/net/wireless/ralink/rt2x00/
11307
11308RAMDISK RAM BLOCK DEVICE DRIVER
11309M:	Jens Axboe <axboe@kernel.dk>
11310S:	Maintained
11311F:	Documentation/blockdev/ramdisk.txt
11312F:	drivers/block/brd.c
11313
11314RANDOM NUMBER DRIVER
11315M:	"Theodore Ts'o" <tytso@mit.edu>
11316S:	Maintained
11317F:	drivers/char/random.c
11318
11319RAPIDIO SUBSYSTEM
11320M:	Matt Porter <mporter@kernel.crashing.org>
11321M:	Alexandre Bounine <alexandre.bounine@idt.com>
11322S:	Maintained
11323F:	drivers/rapidio/
11324
11325RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11326L:	linux-wireless@vger.kernel.org
11327S:	Orphan
11328F:	drivers/net/wireless/ray*
11329
11330RCUTORTURE MODULE
11331M:	Josh Triplett <josh@joshtriplett.org>
11332M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11333L:	linux-kernel@vger.kernel.org
11334S:	Supported
11335T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11336F:	Documentation/RCU/torture.txt
11337F:	kernel/rcu/rcutorture.c
11338
11339RCUTORTURE TEST FRAMEWORK
11340M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11341M:	Josh Triplett <josh@joshtriplett.org>
11342R:	Steven Rostedt <rostedt@goodmis.org>
11343R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11344R:	Lai Jiangshan <jiangshanlai@gmail.com>
11345L:	linux-kernel@vger.kernel.org
11346S:	Supported
11347T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11348F:	tools/testing/selftests/rcutorture
11349
11350RDC R-321X SoC
11351M:	Florian Fainelli <florian@openwrt.org>
11352S:	Maintained
11353
11354RDC R6040 FAST ETHERNET DRIVER
11355M:	Florian Fainelli <f.fainelli@gmail.com>
11356L:	netdev@vger.kernel.org
11357S:	Maintained
11358F:	drivers/net/ethernet/rdc/r6040.c
11359
11360RDMAVT - RDMA verbs software
11361M:	Dennis Dalessandro <dennis.dalessandro@intel.com>
11362L:	linux-rdma@vger.kernel.org
11363S:	Supported
11364F:	drivers/infiniband/sw/rdmavt
11365
11366RDS - RELIABLE DATAGRAM SOCKETS
11367M:	Santosh Shilimkar <santosh.shilimkar@oracle.com>
11368L:	netdev@vger.kernel.org
11369L:	linux-rdma@vger.kernel.org
11370L:	rds-devel@oss.oracle.com (moderated for non-subscribers)
11371W:	https://oss.oracle.com/projects/rds/
11372S:	Supported
11373F:	net/rds/
11374F:	Documentation/networking/rds.txt
11375
11376RDT - RESOURCE ALLOCATION
11377M:	Fenghua Yu <fenghua.yu@intel.com>
11378L:	linux-kernel@vger.kernel.org
11379S:	Supported
11380F:	arch/x86/kernel/cpu/intel_rdt*
11381F:	arch/x86/include/asm/intel_rdt_sched.h
11382F:	Documentation/x86/intel_rdt*
11383
11384READ-COPY UPDATE (RCU)
11385M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11386M:	Josh Triplett <josh@joshtriplett.org>
11387R:	Steven Rostedt <rostedt@goodmis.org>
11388R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11389R:	Lai Jiangshan <jiangshanlai@gmail.com>
11390L:	linux-kernel@vger.kernel.org
11391W:	http://www.rdrop.com/users/paulmck/RCU/
11392S:	Supported
11393T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11394F:	Documentation/RCU/
11395X:	Documentation/RCU/torture.txt
11396F:	include/linux/rcu*
11397X:	include/linux/srcu.h
11398F:	kernel/rcu/
11399X:	kernel/torture.c
11400
11401REAL TIME CLOCK (RTC) SUBSYSTEM
11402M:	Alessandro Zummo <a.zummo@towertech.it>
11403M:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
11404L:	linux-rtc@vger.kernel.org
11405Q:	http://patchwork.ozlabs.org/project/rtc-linux/list/
11406T:	git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11407S:	Maintained
11408F:	Documentation/devicetree/bindings/rtc/
11409F:	Documentation/rtc.txt
11410F:	drivers/rtc/
11411F:	include/linux/rtc.h
11412F:	include/uapi/linux/rtc.h
11413F:	include/linux/rtc/
11414F:	include/linux/platform_data/rtc-*
11415F:	tools/testing/selftests/timers/rtctest.c
11416
11417REALTEK AUDIO CODECS
11418M:	Bard Liao <bardliao@realtek.com>
11419M:	Oder Chiou <oder_chiou@realtek.com>
11420S:	Maintained
11421F:	sound/soc/codecs/rt*
11422F:	include/sound/rt*.h
11423
11424REGISTER MAP ABSTRACTION
11425M:	Mark Brown <broonie@kernel.org>
11426L:	linux-kernel@vger.kernel.org
11427T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11428S:	Supported
11429F:	Documentation/devicetree/bindings/regmap/
11430F:	drivers/base/regmap/
11431F:	include/linux/regmap.h
11432
11433REISERFS FILE SYSTEM
11434L:	reiserfs-devel@vger.kernel.org
11435S:	Supported
11436F:	fs/reiserfs/
11437
11438REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11439M:	Ohad Ben-Cohen <ohad@wizery.com>
11440M:	Bjorn Andersson <bjorn.andersson@linaro.org>
11441L:	linux-remoteproc@vger.kernel.org
11442T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11443S:	Maintained
11444F:	Documentation/devicetree/bindings/remoteproc/
11445F:	Documentation/remoteproc.txt
11446F:	drivers/remoteproc/
11447F:	include/linux/remoteproc.h
11448
11449REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11450M:	Ohad Ben-Cohen <ohad@wizery.com>
11451M:	Bjorn Andersson <bjorn.andersson@linaro.org>
11452L:	linux-remoteproc@vger.kernel.org
11453T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11454S:	Maintained
11455F:	drivers/rpmsg/
11456F:	Documentation/rpmsg.txt
11457F:	include/linux/rpmsg.h
11458F:	include/linux/rpmsg/
11459
11460RENESAS CLOCK DRIVERS
11461M:	Geert Uytterhoeven <geert+renesas@glider.be>
11462L:	linux-renesas-soc@vger.kernel.org
11463S:	Supported
11464F:	drivers/clk/renesas/
11465
11466RENESAS ETHERNET DRIVERS
11467R:	Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11468L:	netdev@vger.kernel.org
11469L:	linux-renesas-soc@vger.kernel.org
11470F:	Documentation/devicetree/bindings/net/renesas,*.txt
11471F:	Documentation/devicetree/bindings/net/sh_eth.txt
11472F:	drivers/net/ethernet/renesas/
11473F:	include/linux/sh_eth.h
11474
11475RENESAS R-CAR GYROADC DRIVER
11476M:	Marek Vasut <marek.vasut@gmail.com>
11477L:	linux-iio@vger.kernel.org
11478S:	Supported
11479F:	drivers/iio/adc/rcar_gyro_adc.c
11480
11481RENESAS USB PHY DRIVER
11482M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11483L:	linux-renesas-soc@vger.kernel.org
11484S:	Maintained
11485F:	drivers/phy/renesas/phy-rcar-gen3-usb*.c
11486
11487RESET CONTROLLER FRAMEWORK
11488M:	Philipp Zabel <p.zabel@pengutronix.de>
11489T:	git git://git.pengutronix.de/git/pza/linux
11490S:	Maintained
11491F:	drivers/reset/
11492F:	Documentation/devicetree/bindings/reset/
11493F:	include/dt-bindings/reset/
11494F:	include/linux/reset.h
11495F:	include/linux/reset-controller.h
11496
11497RFKILL
11498M:	Johannes Berg <johannes@sipsolutions.net>
11499L:	linux-wireless@vger.kernel.org
11500W:	http://wireless.kernel.org/
11501T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11502T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11503S:	Maintained
11504F:	Documentation/rfkill.txt
11505F:	Documentation/ABI/stable/sysfs-class-rfkill
11506F:	net/rfkill/
11507
11508RHASHTABLE
11509M:	Thomas Graf <tgraf@suug.ch>
11510M:	Herbert Xu <herbert@gondor.apana.org.au>
11511L:	netdev@vger.kernel.org
11512S:	Maintained
11513F:	lib/rhashtable.c
11514F:	include/linux/rhashtable.h
11515
11516RICOH R5C592 MEMORYSTICK DRIVER
11517M:	Maxim Levitsky <maximlevitsky@gmail.com>
11518S:	Maintained
11519F:	drivers/memstick/host/r592.*
11520
11521RICOH SMARTMEDIA/XD DRIVER
11522M:	Maxim Levitsky <maximlevitsky@gmail.com>
11523S:	Maintained
11524F:	drivers/mtd/nand/r852.c
11525F:	drivers/mtd/nand/r852.h
11526
11527ROCCAT DRIVERS
11528M:	Stefan Achatz <erazor_de@users.sourceforge.net>
11529W:	http://sourceforge.net/projects/roccat/
11530S:	Maintained
11531F:	drivers/hid/hid-roccat*
11532F:	include/linux/hid-roccat*
11533F:	Documentation/ABI/*/sysfs-driver-hid-roccat*
11534
11535ROCKER DRIVER
11536M:	Jiri Pirko <jiri@resnulli.us>
11537L:	netdev@vger.kernel.org
11538S:	Supported
11539F:	drivers/net/ethernet/rocker/
11540
11541ROCKETPORT DRIVER
11542P:	Comtrol Corp.
11543W:	http://www.comtrol.com
11544S:	Maintained
11545F:	Documentation/serial/rocket.txt
11546F:	drivers/tty/rocket*
11547
11548ROCKETPORT EXPRESS/INFINITY DRIVER
11549M:	Kevin Cernekee <cernekee@gmail.com>
11550L:	linux-serial@vger.kernel.org
11551S:	Odd Fixes
11552F:	drivers/tty/serial/rp2.*
11553
11554ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
11555M:	Marek Vasut <marek.vasut+renesas@gmail.com>
11556L:	linux-kernel@vger.kernel.org
11557L:	linux-renesas-soc@vger.kernel.org
11558S:	Supported
11559F:	drivers/mfd/bd9571mwv.c
11560F:	drivers/regulator/bd9571mwv-regulator.c
11561F:	drivers/gpio/gpio-bd9571mwv.c
11562F:	include/linux/mfd/bd9571mwv.h
11563F:	Documentation/devicetree/bindings/mfd/bd9571mwv.txt
11564
11565ROSE NETWORK LAYER
11566M:	Ralf Baechle <ralf@linux-mips.org>
11567L:	linux-hams@vger.kernel.org
11568W:	http://www.linux-ax25.org/
11569S:	Maintained
11570F:	include/net/rose.h
11571F:	include/uapi/linux/rose.h
11572F:	net/rose/
11573
11574RTL2830 MEDIA DRIVER
11575M:	Antti Palosaari <crope@iki.fi>
11576L:	linux-media@vger.kernel.org
11577W:	https://linuxtv.org
11578W:	http://palosaari.fi/linux/
11579Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11580T:	git git://linuxtv.org/anttip/media_tree.git
11581S:	Maintained
11582F:	drivers/media/dvb-frontends/rtl2830*
11583
11584RTL2832 MEDIA DRIVER
11585M:	Antti Palosaari <crope@iki.fi>
11586L:	linux-media@vger.kernel.org
11587W:	https://linuxtv.org
11588W:	http://palosaari.fi/linux/
11589Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11590T:	git git://linuxtv.org/anttip/media_tree.git
11591S:	Maintained
11592F:	drivers/media/dvb-frontends/rtl2832*
11593
11594RTL2832_SDR MEDIA DRIVER
11595M:	Antti Palosaari <crope@iki.fi>
11596L:	linux-media@vger.kernel.org
11597W:	https://linuxtv.org
11598W:	http://palosaari.fi/linux/
11599Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11600T:	git git://linuxtv.org/anttip/media_tree.git
11601S:	Maintained
11602F:	drivers/media/dvb-frontends/rtl2832_sdr*
11603
11604RTL8180 WIRELESS DRIVER
11605L:	linux-wireless@vger.kernel.org
11606W:	http://wireless.kernel.org/
11607T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11608S:	Orphan
11609F:	drivers/net/wireless/realtek/rtl818x/rtl8180/
11610
11611RTL8187 WIRELESS DRIVER
11612M:	Herton Ronaldo Krzesinski <herton@canonical.com>
11613M:	Hin-Tak Leung <htl10@users.sourceforge.net>
11614M:	Larry Finger <Larry.Finger@lwfinger.net>
11615L:	linux-wireless@vger.kernel.org
11616W:	http://wireless.kernel.org/
11617T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11618S:	Maintained
11619F:	drivers/net/wireless/realtek/rtl818x/rtl8187/
11620
11621RTL8192CE WIRELESS DRIVER
11622M:	Larry Finger <Larry.Finger@lwfinger.net>
11623M:	Chaoming Li <chaoming_li@realsil.com.cn>
11624L:	linux-wireless@vger.kernel.org
11625W:	http://wireless.kernel.org/
11626T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11627S:	Maintained
11628F:	drivers/net/wireless/realtek/rtlwifi/
11629F:	drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11630
11631RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11632M:	Jes Sorensen <Jes.Sorensen@gmail.com>
11633L:	linux-wireless@vger.kernel.org
11634T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11635S:	Maintained
11636F:	drivers/net/wireless/realtek/rtl8xxxu/
11637
11638S3 SAVAGE FRAMEBUFFER DRIVER
11639M:	Antonino Daplas <adaplas@gmail.com>
11640L:	linux-fbdev@vger.kernel.org
11641S:	Maintained
11642F:	drivers/video/fbdev/savage/
11643
11644S390
11645M:	Martin Schwidefsky <schwidefsky@de.ibm.com>
11646M:	Heiko Carstens <heiko.carstens@de.ibm.com>
11647L:	linux-s390@vger.kernel.org
11648W:	http://www.ibm.com/developerworks/linux/linux390/
11649T:	git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11650S:	Supported
11651F:	arch/s390/
11652F:	drivers/s390/
11653F:	Documentation/s390/
11654F:	Documentation/driver-api/s390-drivers.rst
11655
11656S390 COMMON I/O LAYER
11657M:	Sebastian Ott <sebott@linux.vnet.ibm.com>
11658M:	Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11659L:	linux-s390@vger.kernel.org
11660W:	http://www.ibm.com/developerworks/linux/linux390/
11661S:	Supported
11662F:	drivers/s390/cio/
11663
11664S390 DASD DRIVER
11665M:	Stefan Haberland <sth@linux.vnet.ibm.com>
11666M:	Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11667L:	linux-s390@vger.kernel.org
11668W:	http://www.ibm.com/developerworks/linux/linux390/
11669S:	Supported
11670F:	drivers/s390/block/dasd*
11671F:	block/partitions/ibm.c
11672
11673S390 IOMMU (PCI)
11674M:	Gerald Schaefer <gerald.schaefer@de.ibm.com>
11675L:	linux-s390@vger.kernel.org
11676W:	http://www.ibm.com/developerworks/linux/linux390/
11677S:	Supported
11678F:	drivers/iommu/s390-iommu.c
11679
11680S390 IUCV NETWORK LAYER
11681M:	Julian Wiedmann <jwi@linux.vnet.ibm.com>
11682M:	Ursula Braun <ubraun@linux.vnet.ibm.com>
11683L:	linux-s390@vger.kernel.org
11684W:	http://www.ibm.com/developerworks/linux/linux390/
11685S:	Supported
11686F:	drivers/s390/net/*iucv*
11687F:	include/net/iucv/
11688F:	net/iucv/
11689
11690S390 NETWORK DRIVERS
11691M:	Julian Wiedmann <jwi@linux.vnet.ibm.com>
11692M:	Ursula Braun <ubraun@linux.vnet.ibm.com>
11693L:	linux-s390@vger.kernel.org
11694W:	http://www.ibm.com/developerworks/linux/linux390/
11695S:	Supported
11696F:	drivers/s390/net/
11697
11698S390 PCI SUBSYSTEM
11699M:	Sebastian Ott <sebott@linux.vnet.ibm.com>
11700M:	Gerald Schaefer <gerald.schaefer@de.ibm.com>
11701L:	linux-s390@vger.kernel.org
11702W:	http://www.ibm.com/developerworks/linux/linux390/
11703S:	Supported
11704F:	arch/s390/pci/
11705F:	drivers/pci/hotplug/s390_pci_hpc.c
11706
11707S390 VFIO-CCW DRIVER
11708M:	Cornelia Huck <cohuck@redhat.com>
11709M:	Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11710L:	linux-s390@vger.kernel.org
11711L:	kvm@vger.kernel.org
11712S:	Supported
11713F:	drivers/s390/cio/vfio_ccw*
11714F:	Documentation/s390/vfio-ccw.txt
11715F:	include/uapi/linux/vfio_ccw.h
11716
11717S390 ZCRYPT DRIVER
11718M:	Harald Freudenberger <freude@de.ibm.com>
11719L:	linux-s390@vger.kernel.org
11720W:	http://www.ibm.com/developerworks/linux/linux390/
11721S:	Supported
11722F:	drivers/s390/crypto/
11723
11724S390 ZFCP DRIVER
11725M:	Steffen Maier <maier@linux.vnet.ibm.com>
11726M:	Benjamin Block <bblock@linux.vnet.ibm.com>
11727L:	linux-s390@vger.kernel.org
11728W:	http://www.ibm.com/developerworks/linux/linux390/
11729S:	Supported
11730F:	drivers/s390/scsi/zfcp_*
11731
11732S3C24XX SD/MMC Driver
11733M:	Ben Dooks <ben-linux@fluff.org>
11734L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11735S:	Supported
11736F:	drivers/mmc/host/s3cmci.*
11737
11738SAA6588 RDS RECEIVER DRIVER
11739M:	Hans Verkuil <hverkuil@xs4all.nl>
11740L:	linux-media@vger.kernel.org
11741T:	git git://linuxtv.org/media_tree.git
11742W:	https://linuxtv.org
11743S:	Odd Fixes
11744F:	drivers/media/i2c/saa6588*
11745
11746SAA7134 VIDEO4LINUX DRIVER
11747M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
11748M:	Mauro Carvalho Chehab <mchehab@kernel.org>
11749L:	linux-media@vger.kernel.org
11750W:	https://linuxtv.org
11751T:	git git://linuxtv.org/media_tree.git
11752S:	Odd fixes
11753F:	Documentation/media/v4l-drivers/saa7134*
11754F:	drivers/media/pci/saa7134/
11755
11756SAA7146 VIDEO4LINUX-2 DRIVER
11757M:	Hans Verkuil <hverkuil@xs4all.nl>
11758L:	linux-media@vger.kernel.org
11759T:	git git://linuxtv.org/media_tree.git
11760S:	Maintained
11761F:	drivers/media/common/saa7146/
11762F:	drivers/media/pci/saa7146/
11763F:	include/media/saa7146*
11764
11765SAMSUNG AUDIO (ASoC) DRIVERS
11766M:	Krzysztof Kozlowski <krzk@kernel.org>
11767M:	Sangbeom Kim <sbkim73@samsung.com>
11768M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
11769L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
11770S:	Supported
11771F:	sound/soc/samsung/
11772
11773SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11774M:	Krzysztof Kozlowski <krzk@kernel.org>
11775L:	linux-crypto@vger.kernel.org
11776L:	linux-samsung-soc@vger.kernel.org
11777S:	Maintained
11778F:	drivers/crypto/exynos-rng.c
11779F:	Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
11780
11781SAMSUNG FRAMEBUFFER DRIVER
11782M:	Jingoo Han <jingoohan1@gmail.com>
11783L:	linux-fbdev@vger.kernel.org
11784S:	Maintained
11785F:	drivers/video/fbdev/s3c-fb.c
11786
11787SAMSUNG LAPTOP DRIVER
11788M:	Corentin Chary <corentin.chary@gmail.com>
11789L:	platform-driver-x86@vger.kernel.org
11790S:	Maintained
11791F:	drivers/platform/x86/samsung-laptop.c
11792
11793SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11794M:	Sangbeom Kim <sbkim73@samsung.com>
11795M:	Krzysztof Kozlowski <krzk@kernel.org>
11796M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11797L:	linux-kernel@vger.kernel.org
11798L:	linux-samsung-soc@vger.kernel.org
11799S:	Supported
11800F:	drivers/mfd/sec*.c
11801F:	drivers/regulator/s2m*.c
11802F:	drivers/regulator/s5m*.c
11803F:	drivers/clk/clk-s2mps11.c
11804F:	drivers/rtc/rtc-s5m.c
11805F:	include/linux/mfd/samsung/
11806F:	Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11807F:	Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11808F:	Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11809F:	Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11810
11811SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11812M:	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11813L:	linux-media@vger.kernel.org
11814L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11815S:	Maintained
11816F:	drivers/media/platform/s3c-camif/
11817F:	include/media/drv-intf/s3c_camif.h
11818
11819SAMSUNG S3FWRN5 NFC DRIVER
11820M:	Robert Baldyga <r.baldyga@samsung.com>
11821M:	Krzysztof Opasiak <k.opasiak@samsung.com>
11822L:	linux-nfc@lists.01.org (moderated for non-subscribers)
11823S:	Supported
11824F:	drivers/nfc/s3fwrn5
11825
11826SAMSUNG S5C73M3 CAMERA DRIVER
11827M:	Kyungmin Park <kyungmin.park@samsung.com>
11828M:	Andrzej Hajda <a.hajda@samsung.com>
11829L:	linux-media@vger.kernel.org
11830S:	Supported
11831F:	drivers/media/i2c/s5c73m3/*
11832
11833SAMSUNG S5K5BAF CAMERA DRIVER
11834M:	Kyungmin Park <kyungmin.park@samsung.com>
11835M:	Andrzej Hajda <a.hajda@samsung.com>
11836L:	linux-media@vger.kernel.org
11837S:	Supported
11838F:	drivers/media/i2c/s5k5baf.c
11839
11840SAMSUNG S5P Security SubSystem (SSS) DRIVER
11841M:	Krzysztof Kozlowski <krzk@kernel.org>
11842M:	Vladimir Zapolskiy <vz@mleia.com>
11843L:	linux-crypto@vger.kernel.org
11844L:	linux-samsung-soc@vger.kernel.org
11845S:	Maintained
11846F:	drivers/crypto/s5p-sss.c
11847
11848SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11849M:	Kyungmin Park <kyungmin.park@samsung.com>
11850M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
11851L:	linux-media@vger.kernel.org
11852Q:	https://patchwork.linuxtv.org/project/linux-media/list/
11853S:	Supported
11854F:	drivers/media/platform/exynos4-is/
11855
11856SAMSUNG SOC CLOCK DRIVERS
11857M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
11858M:	Tomasz Figa <tomasz.figa@gmail.com>
11859M:	Chanwoo Choi <cw00.choi@samsung.com>
11860S:	Supported
11861L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11862F:	drivers/clk/samsung/
11863F:	include/dt-bindings/clock/exynos*.h
11864F:	Documentation/devicetree/bindings/clock/exynos*.txt
11865
11866SAMSUNG SPI DRIVERS
11867M:	Kukjin Kim <kgene@kernel.org>
11868M:	Krzysztof Kozlowski <krzk@kernel.org>
11869M:	Andi Shyti <andi.shyti@samsung.com>
11870L:	linux-spi@vger.kernel.org
11871L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11872S:	Maintained
11873F:	Documentation/devicetree/bindings/spi/spi-samsung.txt
11874F:	drivers/spi/spi-s3c*
11875F:	include/linux/platform_data/spi-s3c64xx.h
11876
11877SAMSUNG SXGBE DRIVERS
11878M:	Byungho An <bh74.an@samsung.com>
11879M:	Girish K S <ks.giri@samsung.com>
11880M:	Vipul Pandya <vipul.pandya@samsung.com>
11881S:	Supported
11882L:	netdev@vger.kernel.org
11883F:	drivers/net/ethernet/samsung/sxgbe/
11884
11885SAMSUNG THERMAL DRIVER
11886M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11887L:	linux-pm@vger.kernel.org
11888L:	linux-samsung-soc@vger.kernel.org
11889S:	Supported
11890T:	git https://github.com/lmajewski/linux-samsung-thermal.git
11891F:	drivers/thermal/samsung/
11892
11893SAMSUNG USB2 PHY DRIVER
11894M:	Kamil Debski <kamil@wypas.org>
11895M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
11896L:	linux-kernel@vger.kernel.org
11897S:	Supported
11898F:	Documentation/devicetree/bindings/phy/samsung-phy.txt
11899F:	Documentation/phy/samsung-usb2.txt
11900F:	drivers/phy/samsung/phy-exynos4210-usb2.c
11901F:	drivers/phy/samsung/phy-exynos4x12-usb2.c
11902F:	drivers/phy/samsung/phy-exynos5250-usb2.c
11903F:	drivers/phy/samsung/phy-s5pv210-usb2.c
11904F:	drivers/phy/samsung/phy-samsung-usb2.c
11905F:	drivers/phy/samsung/phy-samsung-usb2.h
11906
11907SC1200 WDT DRIVER
11908M:	Zwane Mwaikambo <zwanem@gmail.com>
11909S:	Maintained
11910F:	drivers/watchdog/sc1200wdt.c
11911
11912SCHEDULER
11913M:	Ingo Molnar <mingo@redhat.com>
11914M:	Peter Zijlstra <peterz@infradead.org>
11915L:	linux-kernel@vger.kernel.org
11916T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
11917S:	Maintained
11918F:	kernel/sched/
11919F:	include/linux/sched.h
11920F:	include/uapi/linux/sched.h
11921F:	include/linux/wait.h
11922
11923SCORE ARCHITECTURE
11924M:	Chen Liqin <liqin.linux@gmail.com>
11925M:	Lennox Wu <lennox.wu@gmail.com>
11926W:	http://www.sunplus.com
11927S:	Supported
11928F:	arch/score/
11929
11930SCR24X CHIP CARD INTERFACE DRIVER
11931M:	Lubomir Rintel <lkundrak@v3.sk>
11932S:	Supported
11933F:	drivers/char/pcmcia/scr24x_cs.c
11934
11935SCSI CDROM DRIVER
11936M:	Jens Axboe <axboe@kernel.dk>
11937L:	linux-scsi@vger.kernel.org
11938W:	http://www.kernel.dk
11939S:	Maintained
11940F:	drivers/scsi/sr*
11941
11942SCSI RDMA PROTOCOL (SRP) INITIATOR
11943M:	Bart Van Assche <bart.vanassche@sandisk.com>
11944L:	linux-rdma@vger.kernel.org
11945S:	Supported
11946W:	http://www.openfabrics.org
11947Q:	http://patchwork.kernel.org/project/linux-rdma/list/
11948T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
11949F:	drivers/infiniband/ulp/srp/
11950F:	include/scsi/srp.h
11951
11952SCSI SG DRIVER
11953M:	Doug Gilbert <dgilbert@interlog.com>
11954L:	linux-scsi@vger.kernel.org
11955W:	http://sg.danny.cz/sg
11956S:	Maintained
11957F:	Documentation/scsi/scsi-generic.txt
11958F:	drivers/scsi/sg.c
11959F:	include/scsi/sg.h
11960
11961SCSI SUBSYSTEM
11962M:	"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
11963T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
11964M:	"Martin K. Petersen" <martin.petersen@oracle.com>
11965T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
11966L:	linux-scsi@vger.kernel.org
11967S:	Maintained
11968F:	Documentation/devicetree/bindings/scsi/
11969F:	drivers/scsi/
11970F:	include/scsi/
11971
11972SCSI TAPE DRIVER
11973M:	Kai Mäkisara <Kai.Makisara@kolumbus.fi>
11974L:	linux-scsi@vger.kernel.org
11975S:	Maintained
11976F:	Documentation/scsi/st.txt
11977F:	drivers/scsi/st.*
11978F:	drivers/scsi/st_*.h
11979
11980SCTP PROTOCOL
11981M:	Vlad Yasevich <vyasevich@gmail.com>
11982M:	Neil Horman <nhorman@tuxdriver.com>
11983L:	linux-sctp@vger.kernel.org
11984W:	http://lksctp.sourceforge.net
11985S:	Maintained
11986F:	Documentation/networking/sctp.txt
11987F:	include/linux/sctp.h
11988F:	include/uapi/linux/sctp.h
11989F:	include/net/sctp/
11990F:	net/sctp/
11991
11992SCx200 CPU SUPPORT
11993M:	Jim Cromie <jim.cromie@gmail.com>
11994S:	Odd Fixes
11995F:	Documentation/i2c/busses/scx200_acb
11996F:	arch/x86/platform/scx200/
11997F:	drivers/watchdog/scx200_wdt.c
11998F:	drivers/i2c/busses/scx200*
11999F:	drivers/mtd/maps/scx200_docflash.c
12000F:	include/linux/scx200.h
12001
12002SCx200 GPIO DRIVER
12003M:	Jim Cromie <jim.cromie@gmail.com>
12004S:	Maintained
12005F:	drivers/char/scx200_gpio.c
12006F:	include/linux/scx200_gpio.h
12007
12008SCx200 HRT CLOCKSOURCE DRIVER
12009M:	Jim Cromie <jim.cromie@gmail.com>
12010S:	Maintained
12011F:	drivers/clocksource/scx200_hrt.c
12012
12013SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
12014M:	Sascha Sommer <saschasommer@freenet.de>
12015L:	sdricohcs-devel@lists.sourceforge.net (subscribers-only)
12016S:	Maintained
12017F:	drivers/mmc/host/sdricoh_cs.c
12018
12019SECURE COMPUTING
12020M:	Kees Cook <keescook@chromium.org>
12021R:	Andy Lutomirski <luto@amacapital.net>
12022R:	Will Drewry <wad@chromium.org>
12023T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
12024S:	Supported
12025F:	kernel/seccomp.c
12026F:	include/uapi/linux/seccomp.h
12027F:	include/linux/seccomp.h
12028F:	tools/testing/selftests/seccomp/*
12029F:	tools/testing/selftests/kselftest_harness.h
12030F:	Documentation/userspace-api/seccomp_filter.rst
12031K:	\bsecure_computing
12032K:	\bTIF_SECCOMP\b
12033
12034SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
12035M:	Al Cooper <alcooperx@gmail.com>
12036L:	linux-mmc@vger.kernel.org
12037L:	bcm-kernel-feedback-list@broadcom.com
12038S:	Maintained
12039F:	drivers/mmc/host/sdhci-brcmstb*
12040
12041SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
12042M:	Adrian Hunter <adrian.hunter@intel.com>
12043L:	linux-mmc@vger.kernel.org
12044T:	git git://git.infradead.org/users/ahunter/linux-sdhci.git
12045S:	Maintained
12046F:	drivers/mmc/host/sdhci*
12047F:	include/linux/mmc/sdhci*
12048
12049SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
12050M:	Ben Dooks <ben-linux@fluff.org>
12051M:	Jaehoon Chung <jh80.chung@samsung.com>
12052L:	linux-mmc@vger.kernel.org
12053S:	Maintained
12054F:	drivers/mmc/host/sdhci-s3c*
12055
12056SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
12057M:	Viresh Kumar <vireshk@kernel.org>
12058L:	linux-mmc@vger.kernel.org
12059S:	Maintained
12060F:	drivers/mmc/host/sdhci-spear.c
12061
12062SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
12063M:	Scott Bauer <scott.bauer@intel.com>
12064M:	Jonathan Derrick <jonathan.derrick@intel.com>
12065M:	Rafael Antognolli <rafael.antognolli@intel.com>
12066L:	linux-block@vger.kernel.org
12067S:	Supported
12068F:	block/sed*
12069F:	block/opal_proto.h
12070F:	include/linux/sed*
12071F:	include/uapi/linux/sed*
12072
12073SECURITY CONTACT
12074M:	Security Officers <security@kernel.org>
12075S:	Supported
12076
12077SECURITY SUBSYSTEM
12078M:	James Morris <james.l.morris@oracle.com>
12079M:	"Serge E. Hallyn" <serge@hallyn.com>
12080L:	linux-security-module@vger.kernel.org (suggested Cc:)
12081T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
12082W:	http://kernsec.org/
12083S:	Supported
12084F:	security/
12085
12086SELINUX SECURITY MODULE
12087M:	Paul Moore <paul@paul-moore.com>
12088M:	Stephen Smalley <sds@tycho.nsa.gov>
12089M:	Eric Paris <eparis@parisplace.org>
12090L:	selinux@tycho.nsa.gov (moderated for non-subscribers)
12091W:	https://selinuxproject.org
12092W:	https://github.com/SELinuxProject
12093T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
12094S:	Supported
12095F:	include/linux/selinux*
12096F:	security/selinux/
12097F:	scripts/selinux/
12098F:	Documentation/admin-guide/LSM/SELinux.rst
12099
12100SENSABLE PHANTOM
12101M:	Jiri Slaby <jirislaby@gmail.com>
12102S:	Maintained
12103F:	drivers/misc/phantom.c
12104F:	include/uapi/linux/phantom.h
12105
12106SERIAL DEVICE BUS
12107M:	Rob Herring <robh@kernel.org>
12108L:	linux-serial@vger.kernel.org
12109S:	Maintained
12110F:	Documentation/devicetree/bindings/serial/slave-device.txt
12111F:	drivers/tty/serdev/
12112F:	include/linux/serdev.h
12113
12114SERIAL DRIVERS
12115M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12116L:	linux-serial@vger.kernel.org
12117S:	Maintained
12118F:	Documentation/devicetree/bindings/serial/
12119F:	drivers/tty/serial/
12120
12121SERIAL IR RECEIVER
12122M:	Sean Young <sean@mess.org>
12123L:	linux-media@vger.kernel.org
12124S:	Maintained
12125F:	drivers/media/rc/serial_ir.c
12126
12127SFC NETWORK DRIVER
12128M:	Solarflare linux maintainers <linux-net-drivers@solarflare.com>
12129M:	Edward Cree <ecree@solarflare.com>
12130M:	Bert Kenward <bkenward@solarflare.com>
12131L:	netdev@vger.kernel.org
12132S:	Supported
12133F:	drivers/net/ethernet/sfc/
12134
12135SGI GRU DRIVER
12136M:	Dimitri Sivanich <sivanich@sgi.com>
12137S:	Maintained
12138F:	drivers/misc/sgi-gru/
12139
12140SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12141M:	Pat Gefre <pfg@sgi.com>
12142L:	linux-ia64@vger.kernel.org
12143S:	Supported
12144F:	Documentation/ia64/serial.txt
12145F:	drivers/tty/serial/ioc?_serial.c
12146F:	include/linux/ioc?.h
12147
12148SGI XP/XPC/XPNET DRIVER
12149M:	Cliff Whickman <cpw@sgi.com>
12150M:	Robin Holt <robinmholt@gmail.com>
12151S:	Maintained
12152F:	drivers/misc/sgi-xp/
12153
12154SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
12155M:	Ursula Braun <ubraun@linux.vnet.ibm.com>
12156L:	linux-s390@vger.kernel.org
12157W:	http://www.ibm.com/developerworks/linux/linux390/
12158S:	Supported
12159F:	net/smc/
12160
12161SH_VEU V4L2 MEM2MEM DRIVER
12162L:	linux-media@vger.kernel.org
12163S:	Orphan
12164F:	drivers/media/platform/sh_veu.c
12165
12166SH_VOU V4L2 OUTPUT DRIVER
12167L:	linux-media@vger.kernel.org
12168S:	Orphan
12169F:	drivers/media/platform/sh_vou.c
12170F:	include/media/drv-intf/sh_vou.h
12171
12172SI2157 MEDIA DRIVER
12173M:	Antti Palosaari <crope@iki.fi>
12174L:	linux-media@vger.kernel.org
12175W:	https://linuxtv.org
12176W:	http://palosaari.fi/linux/
12177Q:	http://patchwork.linuxtv.org/project/linux-media/list/
12178T:	git git://linuxtv.org/anttip/media_tree.git
12179S:	Maintained
12180F:	drivers/media/tuners/si2157*
12181
12182SI2168 MEDIA DRIVER
12183M:	Antti Palosaari <crope@iki.fi>
12184L:	linux-media@vger.kernel.org
12185W:	https://linuxtv.org
12186W:	http://palosaari.fi/linux/
12187Q:	http://patchwork.linuxtv.org/project/linux-media/list/
12188T:	git git://linuxtv.org/anttip/media_tree.git
12189S:	Maintained
12190F:	drivers/media/dvb-frontends/si2168*
12191
12192SI470X FM RADIO RECEIVER I2C DRIVER
12193M:	Hans Verkuil <hverkuil@xs4all.nl>
12194L:	linux-media@vger.kernel.org
12195T:	git git://linuxtv.org/media_tree.git
12196W:	https://linuxtv.org
12197S:	Odd Fixes
12198F:	drivers/media/radio/si470x/radio-si470x-i2c.c
12199
12200SI470X FM RADIO RECEIVER USB DRIVER
12201M:	Hans Verkuil <hverkuil@xs4all.nl>
12202L:	linux-media@vger.kernel.org
12203T:	git git://linuxtv.org/media_tree.git
12204W:	https://linuxtv.org
12205S:	Maintained
12206F:	drivers/media/radio/si470x/radio-si470x-common.c
12207F:	drivers/media/radio/si470x/radio-si470x.h
12208F:	drivers/media/radio/si470x/radio-si470x-usb.c
12209
12210SI4713 FM RADIO TRANSMITTER I2C DRIVER
12211M:	Eduardo Valentin <edubezval@gmail.com>
12212L:	linux-media@vger.kernel.org
12213T:	git git://linuxtv.org/media_tree.git
12214W:	https://linuxtv.org
12215S:	Odd Fixes
12216F:	drivers/media/radio/si4713/si4713.?
12217
12218SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12219M:	Eduardo Valentin <edubezval@gmail.com>
12220L:	linux-media@vger.kernel.org
12221T:	git git://linuxtv.org/media_tree.git
12222W:	https://linuxtv.org
12223S:	Odd Fixes
12224F:	drivers/media/radio/si4713/radio-platform-si4713.c
12225
12226SI4713 FM RADIO TRANSMITTER USB DRIVER
12227M:	Hans Verkuil <hverkuil@xs4all.nl>
12228L:	linux-media@vger.kernel.org
12229T:	git git://linuxtv.org/media_tree.git
12230W:	https://linuxtv.org
12231S:	Maintained
12232F:	drivers/media/radio/si4713/radio-usb-si4713.c
12233
12234SIANO DVB DRIVER
12235M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
12236M:	Mauro Carvalho Chehab <mchehab@kernel.org>
12237L:	linux-media@vger.kernel.org
12238W:	https://linuxtv.org
12239T:	git git://linuxtv.org/media_tree.git
12240S:	Odd fixes
12241F:	drivers/media/common/siano/
12242F:	drivers/media/usb/siano/
12243F:	drivers/media/usb/siano/
12244F:	drivers/media/mmc/siano/
12245
12246SILEAD TOUCHSCREEN DRIVER
12247M:	Hans de Goede <hdegoede@redhat.com>
12248L:	linux-input@vger.kernel.org
12249L:	platform-driver-x86@vger.kernel.org
12250S:	Maintained
12251F:	drivers/input/touchscreen/silead.c
12252F:	drivers/platform/x86/silead_dmi.c
12253
12254SILICON MOTION SM712 FRAME BUFFER DRIVER
12255M:	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12256M:	Teddy Wang <teddy.wang@siliconmotion.com>
12257M:	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12258L:	linux-fbdev@vger.kernel.org
12259S:	Maintained
12260F:	drivers/video/fbdev/sm712*
12261F:	Documentation/fb/sm712fb.txt
12262
12263SIMPLE FIRMWARE INTERFACE (SFI)
12264M:	Len Brown <lenb@kernel.org>
12265L:	sfi-devel@simplefirmware.org
12266W:	http://simplefirmware.org/
12267T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12268S:	Supported
12269F:	arch/x86/platform/sfi/
12270F:	drivers/sfi/
12271F:	include/linux/sfi*.h
12272
12273SIMPLEFB FB DRIVER
12274M:	Hans de Goede <hdegoede@redhat.com>
12275L:	linux-fbdev@vger.kernel.org
12276S:	Maintained
12277F:	Documentation/devicetree/bindings/display/simple-framebuffer.txt
12278F:	drivers/video/fbdev/simplefb.c
12279F:	include/linux/platform_data/simplefb.h
12280
12281SIMTEC EB110ATX (Chalice CATS)
12282P:	Ben Dooks
12283P:	Vincent Sanders <vince@simtec.co.uk>
12284M:	Simtec Linux Team <linux@simtec.co.uk>
12285W:	http://www.simtec.co.uk/products/EB110ATX/
12286S:	Supported
12287
12288SIMTEC EB2410ITX (BAST)
12289P:	Ben Dooks
12290P:	Vincent Sanders <vince@simtec.co.uk>
12291M:	Simtec Linux Team <linux@simtec.co.uk>
12292W:	http://www.simtec.co.uk/products/EB2410ITX/
12293S:	Supported
12294F:	arch/arm/mach-s3c24xx/mach-bast.c
12295F:	arch/arm/mach-s3c24xx/bast-ide.c
12296F:	arch/arm/mach-s3c24xx/bast-irq.c
12297
12298SIPHASH PRF ROUTINES
12299M:	Jason A. Donenfeld <Jason@zx2c4.com>
12300S:	Maintained
12301F:	lib/siphash.c
12302F:	lib/test_siphash.c
12303F:	include/linux/siphash.h
12304
12305SIS 190 ETHERNET DRIVER
12306M:	Francois Romieu <romieu@fr.zoreil.com>
12307L:	netdev@vger.kernel.org
12308S:	Maintained
12309F:	drivers/net/ethernet/sis/sis190.c
12310
12311SIS 900/7016 FAST ETHERNET DRIVER
12312M:	Daniele Venzano <venza@brownhat.org>
12313W:	http://www.brownhat.org/sis900.html
12314L:	netdev@vger.kernel.org
12315S:	Maintained
12316F:	drivers/net/ethernet/sis/sis900.*
12317
12318SIS FRAMEBUFFER DRIVER
12319M:	Thomas Winischhofer <thomas@winischhofer.net>
12320W:	http://www.winischhofer.net/linuxsisvga.shtml
12321S:	Maintained
12322F:	Documentation/fb/sisfb.txt
12323F:	drivers/video/fbdev/sis/
12324F:	include/video/sisfb.h
12325
12326SIS USB2VGA DRIVER
12327M:	Thomas Winischhofer <thomas@winischhofer.net>
12328W:	http://www.winischhofer.at/linuxsisusbvga.shtml
12329S:	Maintained
12330F:	drivers/usb/misc/sisusbvga/
12331
12332SLAB ALLOCATOR
12333M:	Christoph Lameter <cl@linux.com>
12334M:	Pekka Enberg <penberg@kernel.org>
12335M:	David Rientjes <rientjes@google.com>
12336M:	Joonsoo Kim <iamjoonsoo.kim@lge.com>
12337M:	Andrew Morton <akpm@linux-foundation.org>
12338L:	linux-mm@kvack.org
12339S:	Maintained
12340F:	include/linux/sl?b*.h
12341F:	mm/sl?b*
12342
12343SLEEPABLE READ-COPY UPDATE (SRCU)
12344M:	Lai Jiangshan <jiangshanlai@gmail.com>
12345M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12346M:	Josh Triplett <josh@joshtriplett.org>
12347R:	Steven Rostedt <rostedt@goodmis.org>
12348R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12349L:	linux-kernel@vger.kernel.org
12350W:	http://www.rdrop.com/users/paulmck/RCU/
12351S:	Supported
12352T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12353F:	include/linux/srcu.h
12354F:	kernel/rcu/srcu.c
12355
12356SMACK SECURITY MODULE
12357M:	Casey Schaufler <casey@schaufler-ca.com>
12358L:	linux-security-module@vger.kernel.org
12359W:	http://schaufler-ca.com
12360T:	git git://github.com/cschaufler/smack-next
12361S:	Maintained
12362F:	Documentation/admin-guide/LSM/Smack.rst
12363F:	security/smack/
12364
12365SMC91x ETHERNET DRIVER
12366M:	Nicolas Pitre <nico@fluxnic.net>
12367S:	Odd Fixes
12368F:	drivers/net/ethernet/smsc/smc91x.*
12369
12370SMIA AND SMIA++ IMAGE SENSOR DRIVER
12371M:	Sakari Ailus <sakari.ailus@iki.fi>
12372L:	linux-media@vger.kernel.org
12373S:	Maintained
12374F:	drivers/media/i2c/smiapp/
12375F:	include/media/i2c/smiapp.h
12376F:	drivers/media/i2c/smiapp-pll.c
12377F:	drivers/media/i2c/smiapp-pll.h
12378F:	include/uapi/linux/smiapp.h
12379F:	Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12380
12381SMM665 HARDWARE MONITOR DRIVER
12382M:	Guenter Roeck <linux@roeck-us.net>
12383L:	linux-hwmon@vger.kernel.org
12384S:	Maintained
12385F:	Documentation/hwmon/smm665
12386F:	drivers/hwmon/smm665.c
12387
12388SMSC EMC2103 HARDWARE MONITOR DRIVER
12389M:	Steve Glendinning <steve.glendinning@shawell.net>
12390L:	linux-hwmon@vger.kernel.org
12391S:	Maintained
12392F:	Documentation/hwmon/emc2103
12393F:	drivers/hwmon/emc2103.c
12394
12395SMSC SCH5627 HARDWARE MONITOR DRIVER
12396M:	Hans de Goede <hdegoede@redhat.com>
12397L:	linux-hwmon@vger.kernel.org
12398S:	Supported
12399F:	Documentation/hwmon/sch5627
12400F:	drivers/hwmon/sch5627.c
12401
12402SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12403M:	Steve Glendinning <steve.glendinning@shawell.net>
12404L:	linux-fbdev@vger.kernel.org
12405S:	Maintained
12406F:	drivers/video/fbdev/smscufx.c
12407
12408SMSC47B397 HARDWARE MONITOR DRIVER
12409M:	Jean Delvare <jdelvare@suse.com>
12410L:	linux-hwmon@vger.kernel.org
12411S:	Maintained
12412F:	Documentation/hwmon/smsc47b397
12413F:	drivers/hwmon/smsc47b397.c
12414
12415SMSC911x ETHERNET DRIVER
12416M:	Steve Glendinning <steve.glendinning@shawell.net>
12417L:	netdev@vger.kernel.org
12418S:	Maintained
12419F:	include/linux/smsc911x.h
12420F:	drivers/net/ethernet/smsc/smsc911x.*
12421
12422SMSC9420 PCI ETHERNET DRIVER
12423M:	Steve Glendinning <steve.glendinning@shawell.net>
12424L:	netdev@vger.kernel.org
12425S:	Maintained
12426F:	drivers/net/ethernet/smsc/smsc9420.*
12427
12428SOC-CAMERA V4L2 SUBSYSTEM
12429M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12430L:	linux-media@vger.kernel.org
12431T:	git git://linuxtv.org/media_tree.git
12432S:	Maintained
12433F:	include/media/soc*
12434F:	drivers/media/i2c/soc_camera/
12435F:	drivers/media/platform/soc_camera/
12436
12437SOEKRIS NET48XX LED SUPPORT
12438M:	Chris Boot <bootc@bootc.net>
12439S:	Maintained
12440F:	drivers/leds/leds-net48xx.c
12441
12442SOFT-ROCE DRIVER (rxe)
12443M:	Moni Shoua <monis@mellanox.com>
12444L:	linux-rdma@vger.kernel.org
12445S:	Supported
12446W:	https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
12447Q:	http://patchwork.kernel.org/project/linux-rdma/list/
12448F:	drivers/infiniband/sw/rxe/
12449F:	include/uapi/rdma/rdma_user_rxe.h
12450
12451SOFTLOGIC 6x10 MPEG CODEC
12452M:	Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12453M:	Anton Sviridenko <anton@corp.bluecherry.net>
12454M:	Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12455M:	Andrey Utkin <andrey_utkin@fastmail.com>
12456M:	Ismael Luceno <ismael@iodev.co.uk>
12457L:	linux-media@vger.kernel.org
12458S:	Supported
12459F:	drivers/media/pci/solo6x10/
12460
12461SOFTWARE RAID (Multiple Disks) SUPPORT
12462M:	Shaohua Li <shli@kernel.org>
12463L:	linux-raid@vger.kernel.org
12464T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12465S:	Supported
12466F:	drivers/md/
12467F:	include/linux/raid/
12468F:	include/uapi/linux/raid/
12469
12470SONIC NETWORK DRIVER
12471M:	Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12472L:	netdev@vger.kernel.org
12473S:	Maintained
12474F:	drivers/net/ethernet/natsemi/sonic.*
12475
12476SONICS SILICON BACKPLANE DRIVER (SSB)
12477M:	Michael Buesch <m@bues.ch>
12478L:	linux-wireless@vger.kernel.org
12479S:	Maintained
12480F:	drivers/ssb/
12481F:	include/linux/ssb/
12482
12483SONY MEMORYSTICK CARD SUPPORT
12484M:	Alex Dubov <oakad@yahoo.com>
12485W:	http://tifmxx.berlios.de/
12486S:	Maintained
12487F:	drivers/memstick/host/tifm_ms.c
12488
12489SONY MEMORYSTICK STANDARD SUPPORT
12490M:	Maxim Levitsky <maximlevitsky@gmail.com>
12491S:	Maintained
12492F:	drivers/memstick/core/ms_block.*
12493
12494SONY VAIO CONTROL DEVICE DRIVER
12495M:	Mattia Dongili <malattia@linux.it>
12496L:	platform-driver-x86@vger.kernel.org
12497W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12498S:	Maintained
12499F:	Documentation/laptops/sony-laptop.txt
12500F:	drivers/char/sonypi.c
12501F:	drivers/platform/x86/sony-laptop.c
12502F:	include/linux/sony-laptop.h
12503
12504SOUND
12505M:	Jaroslav Kysela <perex@perex.cz>
12506M:	Takashi Iwai <tiwai@suse.com>
12507L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
12508W:	http://www.alsa-project.org/
12509T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12510T:	git git://git.alsa-project.org/alsa-kernel.git
12511Q:	http://patchwork.kernel.org/project/alsa-devel/list/
12512S:	Maintained
12513F:	Documentation/sound/
12514F:	include/sound/
12515F:	include/uapi/sound/
12516F:	sound/
12517
12518SOUND - COMPRESSED AUDIO
12519M:	Vinod Koul <vinod.koul@intel.com>
12520L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
12521T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12522S:	Supported
12523F:	Documentation/sound/alsa/compress_offload.txt
12524F:	include/sound/compress_driver.h
12525F:	include/uapi/sound/compress_*
12526F:	sound/core/compress_offload.c
12527F:	sound/soc/soc-compress.c
12528
12529SOUND - DMAENGINE HELPERS
12530M:	Lars-Peter Clausen <lars@metafoo.de>
12531S:	Supported
12532F:	include/sound/dmaengine_pcm.h
12533F:	sound/core/pcm_dmaengine.c
12534F:	sound/soc/soc-generic-dmaengine-pcm.c
12535
12536SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12537M:	Liam Girdwood <lgirdwood@gmail.com>
12538M:	Mark Brown <broonie@kernel.org>
12539T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12540L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
12541W:	http://alsa-project.org/main/index.php/ASoC
12542S:	Supported
12543F:	Documentation/devicetree/bindings/sound/
12544F:	Documentation/sound/alsa/soc/
12545F:	sound/soc/
12546F:	include/sound/soc*
12547
12548SP2 MEDIA DRIVER
12549M:	Olli Salonen <olli.salonen@iki.fi>
12550L:	linux-media@vger.kernel.org
12551W:	https://linuxtv.org
12552Q:	http://patchwork.linuxtv.org/project/linux-media/list/
12553S:	Maintained
12554F:	drivers/media/dvb-frontends/sp2*
12555
12556SPARC + UltraSPARC (sparc/sparc64)
12557M:	"David S. Miller" <davem@davemloft.net>
12558L:	sparclinux@vger.kernel.org
12559Q:	http://patchwork.ozlabs.org/project/sparclinux/list/
12560T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12561T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12562S:	Maintained
12563F:	arch/sparc/
12564F:	drivers/sbus/
12565
12566SPARC SERIAL DRIVERS
12567M:	"David S. Miller" <davem@davemloft.net>
12568L:	sparclinux@vger.kernel.org
12569T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12570T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12571S:	Maintained
12572F:	include/linux/sunserialcore.h
12573F:	drivers/tty/serial/suncore.c
12574F:	drivers/tty/serial/sunhv.c
12575F:	drivers/tty/serial/sunsab.c
12576F:	drivers/tty/serial/sunsab.h
12577F:	drivers/tty/serial/sunsu.c
12578F:	drivers/tty/serial/sunzilog.c
12579F:	drivers/tty/serial/sunzilog.h
12580F:	drivers/tty/vcc.c
12581
12582SPARSE CHECKER
12583M:	"Christopher Li" <sparse@chrisli.org>
12584L:	linux-sparse@vger.kernel.org
12585W:	https://sparse.wiki.kernel.org/
12586T:	git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12587T:	git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12588S:	Maintained
12589F:	include/linux/compiler.h
12590
12591SPEAR CLOCK FRAMEWORK SUPPORT
12592M:	Viresh Kumar <vireshk@kernel.org>
12593L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12594W:	http://www.st.com/spear
12595S:	Maintained
12596F:	drivers/clk/spear/
12597
12598SPEAR PLATFORM SUPPORT
12599M:	Viresh Kumar <vireshk@kernel.org>
12600M:	Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12601L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12602W:	http://www.st.com/spear
12603S:	Maintained
12604F:	arch/arm/boot/dts/spear*
12605F:	arch/arm/mach-spear/
12606
12607SPI NOR SUBSYSTEM
12608M:	Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12609M:	Marek Vasut <marek.vasut@gmail.com>
12610L:	linux-mtd@lists.infradead.org
12611W:	http://www.linux-mtd.infradead.org/
12612Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
12613T:	git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12614T:	git git://git.infradead.org/l2-mtd.git spi-nor/next
12615S:	Maintained
12616F:	drivers/mtd/spi-nor/
12617F:	include/linux/mtd/spi-nor.h
12618
12619SPI SUBSYSTEM
12620M:	Mark Brown <broonie@kernel.org>
12621L:	linux-spi@vger.kernel.org
12622T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12623Q:	http://patchwork.kernel.org/project/spi-devel-general/list/
12624S:	Maintained
12625F:	Documentation/devicetree/bindings/spi/
12626F:	Documentation/spi/
12627F:	drivers/spi/
12628F:	include/linux/spi/
12629F:	include/uapi/linux/spi/
12630F:	tools/spi/
12631
12632SPIDERNET NETWORK DRIVER for CELL
12633M:	Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12634L:	netdev@vger.kernel.org
12635S:	Supported
12636F:	Documentation/networking/spider_net.txt
12637F:	drivers/net/ethernet/toshiba/spider_net*
12638
12639SPMI SUBSYSTEM
12640R:	Stephen Boyd <sboyd@codeaurora.org>
12641L:	linux-arm-msm@vger.kernel.org
12642F:	Documentation/devicetree/bindings/spmi/
12643F:	drivers/spmi/
12644F:	include/dt-bindings/spmi/spmi.h
12645F:	include/linux/spmi.h
12646F:	include/trace/events/spmi.h
12647
12648SPU FILE SYSTEM
12649M:	Jeremy Kerr <jk@ozlabs.org>
12650L:	linuxppc-dev@lists.ozlabs.org
12651W:	http://www.ibm.com/developerworks/power/cell/
12652S:	Supported
12653F:	Documentation/filesystems/spufs.txt
12654F:	arch/powerpc/platforms/cell/spufs/
12655
12656SQUASHFS FILE SYSTEM
12657M:	Phillip Lougher <phillip@squashfs.org.uk>
12658L:	squashfs-devel@lists.sourceforge.net (subscribers-only)
12659W:	http://squashfs.org.uk
12660T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12661S:	Maintained
12662F:	Documentation/filesystems/squashfs.txt
12663F:	fs/squashfs/
12664
12665SRM (Alpha) environment access
12666M:	Jan-Benedict Glaw <jbglaw@lug-owl.de>
12667S:	Maintained
12668F:	arch/alpha/kernel/srm_env.c
12669
12670STABLE BRANCH
12671M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12672L:	stable@vger.kernel.org
12673S:	Supported
12674F:	Documentation/process/stable-kernel-rules.rst
12675
12676STAGING - COMEDI
12677M:	Ian Abbott <abbotti@mev.co.uk>
12678M:	H Hartley Sweeten <hsweeten@visionengravers.com>
12679S:	Odd Fixes
12680F:	drivers/staging/comedi/
12681
12682STAGING - FLARION FT1000 DRIVERS
12683M:	Marek Belisko <marek.belisko@gmail.com>
12684S:	Odd Fixes
12685F:	drivers/staging/ft1000/
12686
12687STAGING - INDUSTRIAL IO
12688M:	Jonathan Cameron <jic23@kernel.org>
12689L:	linux-iio@vger.kernel.org
12690S:	Odd Fixes
12691F:	Documentation/devicetree/bindings/staging/iio/
12692F:	drivers/staging/iio/
12693
12694STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12695M:	Jarod Wilson <jarod@wilsonet.com>
12696W:	http://www.lirc.org/
12697S:	Odd Fixes
12698F:	drivers/staging/media/lirc/
12699
12700STAGING - LUSTRE PARALLEL FILESYSTEM
12701M:	Oleg Drokin <oleg.drokin@intel.com>
12702M:	Andreas Dilger <andreas.dilger@intel.com>
12703M:	James Simmons <jsimmons@infradead.org>
12704L:	lustre-devel@lists.lustre.org (moderated for non-subscribers)
12705W:	http://wiki.lustre.org/
12706S:	Maintained
12707F:	drivers/staging/lustre
12708
12709STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12710M:	Marc Dietrich <marvin24@gmx.de>
12711L:	ac100@lists.launchpad.net (moderated for non-subscribers)
12712L:	linux-tegra@vger.kernel.org
12713S:	Maintained
12714F:	drivers/staging/nvec/
12715
12716STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12717M:	Jens Frederich <jfrederich@gmail.com>
12718M:	Daniel Drake <dsd@laptop.org>
12719M:	Jon Nettleton <jon.nettleton@gmail.com>
12720W:	http://wiki.laptop.org/go/DCON
12721S:	Maintained
12722F:	drivers/staging/olpc_dcon/
12723
12724STAGING - REALTEK RTL8712U DRIVERS
12725M:	Larry Finger <Larry.Finger@lwfinger.net>
12726M:	Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12727S:	Odd Fixes
12728F:	drivers/staging/rtl8712/
12729
12730STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12731M:	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12732M:	Teddy Wang <teddy.wang@siliconmotion.com>
12733M:	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12734L:	linux-fbdev@vger.kernel.org
12735S:	Maintained
12736F:	drivers/staging/sm750fb/
12737
12738STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12739M:	William Hubbs <w.d.hubbs@gmail.com>
12740M:	Chris Brannon <chris@the-brannons.com>
12741M:	Kirk Reiser <kirk@reisers.ca>
12742M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
12743L:	speakup@linux-speakup.org
12744W:	http://www.linux-speakup.org/
12745S:	Odd Fixes
12746F:	drivers/staging/speakup/
12747
12748STAGING - VIA VT665X DRIVERS
12749M:	Forest Bond <forest@alittletooquiet.net>
12750S:	Odd Fixes
12751F:	drivers/staging/vt665?/
12752
12753STAGING - WILC1000 WIFI DRIVER
12754M:	Aditya Shankar <aditya.shankar@microchip.com>
12755M:	Ganesh Krishna <ganesh.krishna@microchip.com>
12756L:	linux-wireless@vger.kernel.org
12757S:	Supported
12758F:	drivers/staging/wilc1000/
12759
12760STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12761M:	Arnaud Patard <arnaud.patard@rtp-net.org>
12762S:	Odd Fixes
12763F:	drivers/staging/xgifb/
12764
12765STAGING SUBSYSTEM
12766M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12767T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12768L:	devel@driverdev.osuosl.org
12769S:	Supported
12770F:	drivers/staging/
12771
12772STARFIRE/DURALAN NETWORK DRIVER
12773M:	Ion Badulescu <ionut@badula.org>
12774S:	Odd Fixes
12775F:	drivers/net/ethernet/adaptec/starfire*
12776
12777STEC S1220 SKD DRIVER
12778M:	Bart Van Assche <bart.vanassche@wdc.com>
12779L:	linux-block@vger.kernel.org
12780S:	Maintained
12781F:	drivers/block/skd*[ch]
12782
12783STI CEC DRIVER
12784M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
12785S:	Maintained
12786F:	drivers/staging/media/st-cec/
12787F:	Documentation/devicetree/bindings/media/stih-cec.txt
12788
12789STK1160 USB VIDEO CAPTURE DRIVER
12790M:	Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12791L:	linux-media@vger.kernel.org
12792T:	git git://linuxtv.org/media_tree.git
12793S:	Maintained
12794F:	drivers/media/usb/stk1160/
12795
12796STMMAC ETHERNET DRIVER
12797M:	Giuseppe Cavallaro <peppe.cavallaro@st.com>
12798M:	Alexandre Torgue <alexandre.torgue@st.com>
12799L:	netdev@vger.kernel.org
12800W:	http://www.stlinux.com
12801S:	Supported
12802F:	drivers/net/ethernet/stmicro/stmmac/
12803
12804SUN3/3X
12805M:	Sam Creasey <sammy@sammy.net>
12806W:	http://sammy.net/sun3/
12807S:	Maintained
12808F:	arch/m68k/kernel/*sun3*
12809F:	arch/m68k/sun3*/
12810F:	arch/m68k/include/asm/sun3*
12811F:	drivers/net/ethernet/i825xx/sun3*
12812
12813SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12814M:	Hans de Goede <hdegoede@redhat.com>
12815L:	linux-input@vger.kernel.org
12816S:	Maintained
12817F:	Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12818F:	drivers/input/keyboard/sun4i-lradc-keys.c
12819
12820SUNDANCE NETWORK DRIVER
12821M:	Denis Kirjanov <kda@linux-powerpc.org>
12822L:	netdev@vger.kernel.org
12823S:	Maintained
12824F:	drivers/net/ethernet/dlink/sundance.c
12825
12826SUPERH
12827M:	Yoshinori Sato <ysato@users.sourceforge.jp>
12828M:	Rich Felker <dalias@libc.org>
12829L:	linux-sh@vger.kernel.org
12830Q:	http://patchwork.kernel.org/project/linux-sh/list/
12831S:	Maintained
12832F:	Documentation/sh/
12833F:	arch/sh/
12834F:	drivers/sh/
12835
12836SUSPEND TO RAM
12837M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
12838M:	Len Brown <len.brown@intel.com>
12839M:	Pavel Machek <pavel@ucw.cz>
12840L:	linux-pm@vger.kernel.org
12841B:	https://bugzilla.kernel.org
12842S:	Supported
12843F:	Documentation/power/
12844F:	arch/x86/kernel/acpi/
12845F:	drivers/base/power/
12846F:	kernel/power/
12847F:	include/linux/suspend.h
12848F:	include/linux/freezer.h
12849F:	include/linux/pm.h
12850
12851SVGA HANDLING
12852M:	Martin Mares <mj@ucw.cz>
12853L:	linux-video@atrey.karlin.mff.cuni.cz
12854S:	Maintained
12855F:	Documentation/svga.txt
12856F:	arch/x86/boot/video*
12857
12858SWIOTLB SUBSYSTEM
12859M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12860L:	linux-kernel@vger.kernel.org
12861T:	git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12862S:	Supported
12863F:	lib/swiotlb.c
12864F:	arch/*/kernel/pci-swiotlb.c
12865F:	include/linux/swiotlb.h
12866
12867SWITCHDEV
12868M:	Jiri Pirko <jiri@resnulli.us>
12869M:	Ivan Vecera <ivecera@redhat.com>
12870L:	netdev@vger.kernel.org
12871S:	Supported
12872F:	net/switchdev/
12873F:	include/net/switchdev.h
12874
12875SYNC FILE FRAMEWORK
12876M:	Sumit Semwal <sumit.semwal@linaro.org>
12877R:	Gustavo Padovan <gustavo@padovan.org>
12878S:	Maintained
12879L:	linux-media@vger.kernel.org
12880L:	dri-devel@lists.freedesktop.org
12881F:	drivers/dma-buf/sync_*
12882F:	drivers/dma-buf/dma-fence*
12883F:	drivers/dma-buf/sw_sync.c
12884F:	include/linux/sync_file.h
12885F:	include/uapi/linux/sync_file.h
12886F:	Documentation/sync_file.txt
12887T:	git git://anongit.freedesktop.org/drm/drm-misc
12888
12889SYNOPSYS ARC ARCHITECTURE
12890M:	Vineet Gupta <vgupta@synopsys.com>
12891L:	linux-snps-arc@lists.infradead.org
12892S:	Supported
12893F:	arch/arc/
12894F:	Documentation/devicetree/bindings/arc/*
12895F:	Documentation/devicetree/bindings/interrupt-controller/snps,arc*
12896F:	drivers/clocksource/arc_timer.c
12897F:	drivers/tty/serial/arc_uart.c
12898T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
12899
12900SYNOPSYS ARC HSDK SDP pll clock driver
12901M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
12902S:	Supported
12903F:	drivers/clk/clk-hsdk-pll.c
12904F:	Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
12905
12906SYNOPSYS ARC SDP clock driver
12907M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
12908S:	Supported
12909F:	drivers/clk/axs10x/*
12910F:	Documentation/devicetree/bindings/clock/snps,pll-clock.txt
12911
12912SYNOPSYS ARC SDP platform support
12913M:	Alexey Brodkin <abrodkin@synopsys.com>
12914S:	Supported
12915F:	arch/arc/plat-axs10x
12916F:	arch/arc/boot/dts/ax*
12917F:	Documentation/devicetree/bindings/arc/axs10*
12918
12919SYNOPSYS DESIGNWARE DMAC DRIVER
12920M:	Viresh Kumar <vireshk@kernel.org>
12921M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
12922S:	Maintained
12923F:	include/linux/dma/dw.h
12924F:	include/linux/platform_data/dma-dw.h
12925F:	drivers/dma/dw/
12926
12927SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
12928M:	Jie Deng <jiedeng@synopsys.com>
12929L:	netdev@vger.kernel.org
12930S:	Supported
12931F:	drivers/net/ethernet/synopsys/
12932
12933SYNOPSYS DESIGNWARE I2C DRIVER
12934M:	Jarkko Nikula <jarkko.nikula@linux.intel.com>
12935R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
12936R:	Mika Westerberg <mika.westerberg@linux.intel.com>
12937L:	linux-i2c@vger.kernel.org
12938S:	Maintained
12939F:	drivers/i2c/busses/i2c-designware-*
12940F:	include/linux/platform_data/i2c-designware.h
12941
12942SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
12943M:	Jaehoon Chung <jh80.chung@samsung.com>
12944L:	linux-mmc@vger.kernel.org
12945S:	Maintained
12946F:	drivers/mmc/host/dw_mmc*
12947
12948SYNOPSYS HSDK RESET CONTROLLER DRIVER
12949M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
12950S:	Supported
12951F:	drivers/reset/reset-hsdk.c
12952F:	include/dt-bindings/reset/snps,hsdk-reset.h
12953F:	Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
12954
12955SYSTEM CONFIGURATION (SYSCON)
12956M:	Lee Jones <lee.jones@linaro.org>
12957M:	Arnd Bergmann <arnd@arndb.de>
12958T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
12959S:	Supported
12960F:	drivers/mfd/syscon.c
12961
12962SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
12963M:	Sudeep Holla <sudeep.holla@arm.com>
12964L:	linux-arm-kernel@lists.infradead.org
12965S:	Maintained
12966F:	Documentation/devicetree/bindings/arm/arm,scpi.txt
12967F:	drivers/clk/clk-scpi.c
12968F:	drivers/cpufreq/scpi-cpufreq.c
12969F:	drivers/firmware/arm_scpi.c
12970F:	include/linux/scpi_protocol.h
12971
12972SYSTEM RESET/SHUTDOWN DRIVERS
12973M:	Sebastian Reichel <sre@kernel.org>
12974L:	linux-pm@vger.kernel.org
12975T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12976S:	Maintained
12977F:	Documentation/devicetree/bindings/power/reset/
12978F:	drivers/power/reset/
12979
12980SYSTEM TRACE MODULE CLASS
12981M:	Alexander Shishkin <alexander.shishkin@linux.intel.com>
12982S:	Maintained
12983T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
12984F:	Documentation/trace/stm.txt
12985F:	drivers/hwtracing/stm/
12986F:	include/linux/stm.h
12987F:	include/uapi/linux/stm.h
12988
12989SYSV FILESYSTEM
12990M:	Christoph Hellwig <hch@infradead.org>
12991S:	Maintained
12992F:	Documentation/filesystems/sysv-fs.txt
12993F:	fs/sysv/
12994F:	include/linux/sysv_fs.h
12995
12996TARGET SUBSYSTEM
12997M:	"Nicholas A. Bellinger" <nab@linux-iscsi.org>
12998L:	linux-scsi@vger.kernel.org
12999L:	target-devel@vger.kernel.org
13000W:	http://www.linux-iscsi.org
13001W:	http://groups.google.com/group/linux-iscsi-target-dev
13002T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
13003S:	Supported
13004F:	drivers/target/
13005F:	include/target/
13006F:	Documentation/target/
13007
13008TASKSTATS STATISTICS INTERFACE
13009M:	Balbir Singh <bsingharora@gmail.com>
13010S:	Maintained
13011F:	Documentation/accounting/taskstats*
13012F:	include/linux/taskstats*
13013F:	kernel/taskstats.c
13014
13015TC subsystem
13016M:	Jamal Hadi Salim <jhs@mojatatu.com>
13017M:	Cong Wang <xiyou.wangcong@gmail.com>
13018M:	Jiri Pirko <jiri@resnulli.us>
13019L:	netdev@vger.kernel.org
13020S:	Maintained
13021F:	include/net/pkt_cls.h
13022F:	include/net/pkt_sched.h
13023F:	include/net/tc_act/
13024F:	include/uapi/linux/pkt_cls.h
13025F:	include/uapi/linux/pkt_sched.h
13026F:	include/uapi/linux/tc_act/
13027F:	include/uapi/linux/tc_ematch/
13028F:	net/sched/
13029
13030TCP LOW PRIORITY MODULE
13031M:	"Wong Hoi Sing, Edison" <hswong3i@gmail.com>
13032M:	"Hung Hing Lun, Mike" <hlhung3i@gmail.com>
13033W:	http://tcp-lp-mod.sourceforge.net/
13034S:	Maintained
13035F:	net/ipv4/tcp_lp.c
13036
13037TDA10071 MEDIA DRIVER
13038M:	Antti Palosaari <crope@iki.fi>
13039L:	linux-media@vger.kernel.org
13040W:	https://linuxtv.org
13041W:	http://palosaari.fi/linux/
13042Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13043T:	git git://linuxtv.org/anttip/media_tree.git
13044S:	Maintained
13045F:	drivers/media/dvb-frontends/tda10071*
13046
13047TDA18212 MEDIA DRIVER
13048M:	Antti Palosaari <crope@iki.fi>
13049L:	linux-media@vger.kernel.org
13050W:	https://linuxtv.org
13051W:	http://palosaari.fi/linux/
13052Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13053T:	git git://linuxtv.org/anttip/media_tree.git
13054S:	Maintained
13055F:	drivers/media/tuners/tda18212*
13056
13057TDA18218 MEDIA DRIVER
13058M:	Antti Palosaari <crope@iki.fi>
13059L:	linux-media@vger.kernel.org
13060W:	https://linuxtv.org
13061W:	http://palosaari.fi/linux/
13062Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13063T:	git git://linuxtv.org/anttip/media_tree.git
13064S:	Maintained
13065F:	drivers/media/tuners/tda18218*
13066
13067TDA18271 MEDIA DRIVER
13068M:	Michael Krufky <mkrufky@linuxtv.org>
13069L:	linux-media@vger.kernel.org
13070W:	https://linuxtv.org
13071W:	http://github.com/mkrufky
13072Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13073T:	git git://linuxtv.org/mkrufky/tuners.git
13074S:	Maintained
13075F:	drivers/media/tuners/tda18271*
13076
13077TDA827x MEDIA DRIVER
13078M:	Michael Krufky <mkrufky@linuxtv.org>
13079L:	linux-media@vger.kernel.org
13080W:	https://linuxtv.org
13081W:	http://github.com/mkrufky
13082Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13083T:	git git://linuxtv.org/mkrufky/tuners.git
13084S:	Maintained
13085F:	drivers/media/tuners/tda8290.*
13086
13087TDA8290 MEDIA DRIVER
13088M:	Michael Krufky <mkrufky@linuxtv.org>
13089L:	linux-media@vger.kernel.org
13090W:	https://linuxtv.org
13091W:	http://github.com/mkrufky
13092Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13093T:	git git://linuxtv.org/mkrufky/tuners.git
13094S:	Maintained
13095F:	drivers/media/tuners/tda8290.*
13096
13097TDA9840 MEDIA DRIVER
13098M:	Hans Verkuil <hverkuil@xs4all.nl>
13099L:	linux-media@vger.kernel.org
13100T:	git git://linuxtv.org/media_tree.git
13101W:	https://linuxtv.org
13102S:	Maintained
13103F:	drivers/media/i2c/tda9840*
13104
13105TEA5761 TUNER DRIVER
13106M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
13107M:	Mauro Carvalho Chehab <mchehab@kernel.org>
13108L:	linux-media@vger.kernel.org
13109W:	https://linuxtv.org
13110T:	git git://linuxtv.org/media_tree.git
13111S:	Odd fixes
13112F:	drivers/media/tuners/tea5761.*
13113
13114TEA5767 TUNER DRIVER
13115M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
13116M:	Mauro Carvalho Chehab <mchehab@kernel.org>
13117L:	linux-media@vger.kernel.org
13118W:	https://linuxtv.org
13119T:	git git://linuxtv.org/media_tree.git
13120S:	Maintained
13121F:	drivers/media/tuners/tea5767.*
13122
13123TEA6415C MEDIA DRIVER
13124M:	Hans Verkuil <hverkuil@xs4all.nl>
13125L:	linux-media@vger.kernel.org
13126T:	git git://linuxtv.org/media_tree.git
13127W:	https://linuxtv.org
13128S:	Maintained
13129F:	drivers/media/i2c/tea6415c*
13130
13131TEA6420 MEDIA DRIVER
13132M:	Hans Verkuil <hverkuil@xs4all.nl>
13133L:	linux-media@vger.kernel.org
13134T:	git git://linuxtv.org/media_tree.git
13135W:	https://linuxtv.org
13136S:	Maintained
13137F:	drivers/media/i2c/tea6420*
13138
13139TEAM DRIVER
13140M:	Jiri Pirko <jiri@resnulli.us>
13141L:	netdev@vger.kernel.org
13142S:	Supported
13143F:	drivers/net/team/
13144F:	include/linux/if_team.h
13145F:	include/uapi/linux/if_team.h
13146
13147TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
13148M:	"Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
13149S:	Maintained
13150F:	arch/x86/platform/ts5500/
13151
13152TECHNOTREND USB IR RECEIVER
13153M:	Sean Young <sean@mess.org>
13154L:	linux-media@vger.kernel.org
13155S:	Maintained
13156F:	drivers/media/rc/ttusbir.c
13157
13158TEE SUBSYSTEM
13159M:	Jens Wiklander <jens.wiklander@linaro.org>
13160S:	Maintained
13161F:	include/linux/tee_drv.h
13162F:	include/uapi/linux/tee.h
13163F:	drivers/tee/
13164F:	Documentation/tee.txt
13165
13166TEGRA ARCHITECTURE SUPPORT
13167M:	Thierry Reding <thierry.reding@gmail.com>
13168M:	Jonathan Hunter <jonathanh@nvidia.com>
13169L:	linux-tegra@vger.kernel.org
13170Q:	http://patchwork.ozlabs.org/project/linux-tegra/list/
13171T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
13172S:	Supported
13173N:	[^a-z]tegra
13174
13175TEGRA CLOCK DRIVER
13176M:	Peter De Schrijver <pdeschrijver@nvidia.com>
13177M:	Prashant Gaikwad <pgaikwad@nvidia.com>
13178S:	Supported
13179F:	drivers/clk/tegra/
13180
13181TEGRA DMA DRIVERS
13182M:	Laxman Dewangan <ldewangan@nvidia.com>
13183M:	Jon Hunter <jonathanh@nvidia.com>
13184S:	Supported
13185F:	drivers/dma/tegra*
13186
13187TEGRA I2C DRIVER
13188M:	Laxman Dewangan <ldewangan@nvidia.com>
13189S:	Supported
13190F:	drivers/i2c/busses/i2c-tegra.c
13191
13192TEGRA IOMMU DRIVERS
13193M:	Hiroshi Doyu <hdoyu@nvidia.com>
13194S:	Supported
13195F:	drivers/iommu/tegra*
13196
13197TEGRA KBC DRIVER
13198M:	Rakesh Iyer <riyer@nvidia.com>
13199M:	Laxman Dewangan <ldewangan@nvidia.com>
13200S:	Supported
13201F:	drivers/input/keyboard/tegra-kbc.c
13202
13203TEGRA PWM DRIVER
13204M:	Thierry Reding <thierry.reding@gmail.com>
13205S:	Supported
13206F:	drivers/pwm/pwm-tegra.c
13207
13208TEGRA SERIAL DRIVER
13209M:	Laxman Dewangan <ldewangan@nvidia.com>
13210S:	Supported
13211F:	drivers/tty/serial/serial-tegra.c
13212
13213TEGRA SPI DRIVER
13214M:	Laxman Dewangan <ldewangan@nvidia.com>
13215S:	Supported
13216F:	drivers/spi/spi-tegra*
13217
13218TEHUTI ETHERNET DRIVER
13219M:	Andy Gospodarek <andy@greyhouse.net>
13220L:	netdev@vger.kernel.org
13221S:	Supported
13222F:	drivers/net/ethernet/tehuti/*
13223
13224Telecom Clock Driver for MCPL0010
13225M:	Mark Gross <mark.gross@intel.com>
13226S:	Supported
13227F:	drivers/char/tlclk.c
13228
13229TENSILICA XTENSA PORT (xtensa)
13230M:	Chris Zankel <chris@zankel.net>
13231M:	Max Filippov <jcmvbkbc@gmail.com>
13232L:	linux-xtensa@linux-xtensa.org
13233T:	git git://github.com/czankel/xtensa-linux.git
13234S:	Maintained
13235F:	arch/xtensa/
13236F:	drivers/irqchip/irq-xtensa-*
13237
13238Texas Instruments' System Control Interface (TISCI) Protocol Driver
13239M:	Nishanth Menon <nm@ti.com>
13240M:	Tero Kristo <t-kristo@ti.com>
13241M:	Santosh Shilimkar <ssantosh@kernel.org>
13242L:	linux-arm-kernel@lists.infradead.org
13243S:	Maintained
13244F:	Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13245F:	drivers/firmware/ti_sci*
13246F:	include/linux/soc/ti/ti_sci_protocol.h
13247F:	Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13248F:	include/dt-bindings/genpd/k2g.h
13249F:	drivers/soc/ti/ti_sci_pm_domains.c
13250F:	Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13251F:	Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13252F:	drivers/clk/keystone/sci-clk.c
13253F:	drivers/reset/reset-ti-sci.c
13254
13255THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13256M:	Hans Verkuil <hverkuil@xs4all.nl>
13257L:	linux-media@vger.kernel.org
13258T:	git git://linuxtv.org/media_tree.git
13259W:	https://linuxtv.org
13260S:	Maintained
13261F:	drivers/media/radio/radio-raremono.c
13262
13263THERMAL
13264M:	Zhang Rui <rui.zhang@intel.com>
13265M:	Eduardo Valentin <edubezval@gmail.com>
13266L:	linux-pm@vger.kernel.org
13267T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13268T:	git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13269Q:	https://patchwork.kernel.org/project/linux-pm/list/
13270S:	Supported
13271F:	drivers/thermal/
13272F:	include/linux/thermal.h
13273F:	include/uapi/linux/thermal.h
13274F:	include/linux/cpu_cooling.h
13275F:	Documentation/devicetree/bindings/thermal/
13276
13277THERMAL/CPU_COOLING
13278M:	Amit Daniel Kachhap <amit.kachhap@gmail.com>
13279M:	Viresh Kumar <viresh.kumar@linaro.org>
13280M:	Javi Merino <javi.merino@kernel.org>
13281L:	linux-pm@vger.kernel.org
13282S:	Supported
13283F:	Documentation/thermal/cpu-cooling-api.txt
13284F:	drivers/thermal/cpu_cooling.c
13285F:	include/linux/cpu_cooling.h
13286
13287THINKPAD ACPI EXTRAS DRIVER
13288M:	Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13289L:	ibm-acpi-devel@lists.sourceforge.net
13290L:	platform-driver-x86@vger.kernel.org
13291W:	http://ibm-acpi.sourceforge.net
13292W:	http://thinkwiki.org/wiki/Ibm-acpi
13293T:	git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13294S:	Maintained
13295F:	drivers/platform/x86/thinkpad_acpi.c
13296
13297THUNDERBOLT DRIVER
13298M:	Andreas Noever <andreas.noever@gmail.com>
13299M:	Michael Jamet <michael.jamet@intel.com>
13300M:	Mika Westerberg <mika.westerberg@linux.intel.com>
13301M:	Yehezkel Bernat <yehezkel.bernat@intel.com>
13302S:	Maintained
13303F:	drivers/thunderbolt/
13304F:	include/linux/thunderbolt.h
13305
13306THUNDERBOLT NETWORK DRIVER
13307M:	Michael Jamet <michael.jamet@intel.com>
13308M:	Mika Westerberg <mika.westerberg@linux.intel.com>
13309M:	Yehezkel Bernat <yehezkel.bernat@intel.com>
13310L:	netdev@vger.kernel.org
13311S:	Maintained
13312F:	drivers/net/thunderbolt.c
13313
13314THUNDERX GPIO DRIVER
13315M:	David Daney <david.daney@cavium.com>
13316S:	Maintained
13317F:	drivers/gpio/gpio-thunderx.c
13318
13319TI AM437X VPFE DRIVER
13320M:	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13321L:	linux-media@vger.kernel.org
13322W:	https://linuxtv.org
13323Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13324T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13325S:	Maintained
13326F:	drivers/media/platform/am437x/
13327
13328TI BANDGAP AND THERMAL DRIVER
13329M:	Eduardo Valentin <edubezval@gmail.com>
13330M:	Keerthy <j-keerthy@ti.com>
13331L:	linux-pm@vger.kernel.org
13332L:	linux-omap@vger.kernel.org
13333S:	Maintained
13334F:	drivers/thermal/ti-soc-thermal/
13335
13336TI BQ27XXX POWER SUPPLY DRIVER
13337R:	Andrew F. Davis <afd@ti.com>
13338F:	include/linux/power/bq27xxx_battery.h
13339F:	drivers/power/supply/bq27xxx_battery.c
13340F:	drivers/power/supply/bq27xxx_battery_i2c.c
13341
13342TI CDCE706 CLOCK DRIVER
13343M:	Max Filippov <jcmvbkbc@gmail.com>
13344S:	Maintained
13345F:	drivers/clk/clk-cdce706.c
13346
13347TI CLOCK DRIVER
13348M:	Tero Kristo <t-kristo@ti.com>
13349L:	linux-omap@vger.kernel.org
13350S:	Maintained
13351F:	drivers/clk/ti/
13352F:	include/linux/clk/ti.h
13353
13354TI DAVINCI MACHINE SUPPORT
13355M:	Sekhar Nori <nsekhar@ti.com>
13356M:	Kevin Hilman <khilman@kernel.org>
13357L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13358T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
13359S:	Supported
13360F:	arch/arm/mach-davinci/
13361F:	drivers/i2c/busses/i2c-davinci.c
13362F:	arch/arm/boot/dts/da850*
13363
13364TI DAVINCI SERIES GPIO DRIVER
13365M:	Keerthy <j-keerthy@ti.com>
13366L:	linux-gpio@vger.kernel.org
13367S:	Maintained
13368F:	Documentation/devicetree/bindings/gpio/gpio-davinci.txt
13369F:	drivers/gpio/gpio-davinci.c
13370
13371TI DAVINCI SERIES MEDIA DRIVER
13372M:	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13373L:	linux-media@vger.kernel.org
13374W:	https://linuxtv.org
13375Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13376T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13377S:	Maintained
13378F:	drivers/media/platform/davinci/
13379F:	include/media/davinci/
13380
13381TI ETHERNET SWITCH DRIVER (CPSW)
13382R:	Grygorii Strashko <grygorii.strashko@ti.com>
13383L:	linux-omap@vger.kernel.org
13384L:	netdev@vger.kernel.org
13385S:	Maintained
13386F:	drivers/net/ethernet/ti/cpsw*
13387F:	drivers/net/ethernet/ti/davinci*
13388
13389TI FLASH MEDIA INTERFACE DRIVER
13390M:	Alex Dubov <oakad@yahoo.com>
13391S:	Maintained
13392F:	drivers/misc/tifm*
13393F:	drivers/mmc/host/tifm_sd.c
13394F:	include/linux/tifm.h
13395
13396TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13397M:	Santosh Shilimkar <ssantosh@kernel.org>
13398L:	linux-kernel@vger.kernel.org
13399L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13400S:	Maintained
13401F:	drivers/soc/ti/*
13402T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13403
13404TI LM49xxx FAMILY ASoC CODEC DRIVERS
13405M:	M R Swami Reddy <mr.swami.reddy@ti.com>
13406M:	Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13407L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13408S:	Maintained
13409F:	sound/soc/codecs/lm49453*
13410F:	sound/soc/codecs/isabelle*
13411
13412TI LP855x BACKLIGHT DRIVER
13413M:	Milo Kim <milo.kim@ti.com>
13414S:	Maintained
13415F:	Documentation/backlight/lp855x-driver.txt
13416F:	drivers/video/backlight/lp855x_bl.c
13417F:	include/linux/platform_data/lp855x.h
13418
13419TI LP8727 CHARGER DRIVER
13420M:	Milo Kim <milo.kim@ti.com>
13421S:	Maintained
13422F:	drivers/power/supply/lp8727_charger.c
13423F:	include/linux/platform_data/lp8727.h
13424
13425TI LP8788 MFD DRIVER
13426M:	Milo Kim <milo.kim@ti.com>
13427S:	Maintained
13428F:	drivers/iio/adc/lp8788_adc.c
13429F:	drivers/leds/leds-lp8788.c
13430F:	drivers/mfd/lp8788*.c
13431F:	drivers/power/supply/lp8788-charger.c
13432F:	drivers/regulator/lp8788-*.c
13433F:	include/linux/mfd/lp8788*.h
13434
13435TI NETCP ETHERNET DRIVER
13436M:	Wingman Kwok <w-kwok2@ti.com>
13437M:	Murali Karicheri <m-karicheri2@ti.com>
13438L:	netdev@vger.kernel.org
13439S:	Maintained
13440F:	drivers/net/ethernet/ti/netcp*
13441
13442TI TAS571X FAMILY ASoC CODEC DRIVER
13443M:	Kevin Cernekee <cernekee@chromium.org>
13444L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13445S:	Odd Fixes
13446F:	sound/soc/codecs/tas571x*
13447
13448TI TRF7970A NFC DRIVER
13449M:	Mark Greer <mgreer@animalcreek.com>
13450L:	linux-wireless@vger.kernel.org
13451L:	linux-nfc@lists.01.org (moderated for non-subscribers)
13452S:	Supported
13453F:	drivers/nfc/trf7970a.c
13454F:	Documentation/devicetree/bindings/net/nfc/trf7970a.txt
13455
13456TI TWL4030 SERIES SOC CODEC DRIVER
13457M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
13458L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13459S:	Maintained
13460F:	sound/soc/codecs/twl4030*
13461
13462TI VPE/CAL DRIVERS
13463M:	Benoit Parrot <bparrot@ti.com>
13464L:	linux-media@vger.kernel.org
13465W:	http://linuxtv.org/
13466Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13467S:	Maintained
13468F:	drivers/media/platform/ti-vpe/
13469
13470TI WILINK WIRELESS DRIVERS
13471L:	linux-wireless@vger.kernel.org
13472W:	http://wireless.kernel.org/en/users/Drivers/wl12xx
13473W:	http://wireless.kernel.org/en/users/Drivers/wl1251
13474T:	git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13475S:	Orphan
13476F:	drivers/net/wireless/ti/
13477F:	include/linux/wl12xx.h
13478
13479TILE ARCHITECTURE
13480M:	Chris Metcalf <cmetcalf@mellanox.com>
13481W:	http://www.mellanox.com/repository/solutions/tile-scm/
13482T:	git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
13483S:	Supported
13484F:	arch/tile/
13485F:	drivers/char/tile-srom.c
13486F:	drivers/edac/tile_edac.c
13487F:	drivers/net/ethernet/tile/
13488F:	drivers/rtc/rtc-tile.c
13489F:	drivers/tty/hvc/hvc_tile.c
13490F:	drivers/tty/serial/tilegx.c
13491F:	drivers/usb/host/*-tilegx.c
13492F:	include/linux/usb/tilegx.h
13493
13494TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
13495M:	John Stultz <john.stultz@linaro.org>
13496M:	Thomas Gleixner <tglx@linutronix.de>
13497R:	Stephen Boyd <sboyd@codeaurora.org>
13498L:	linux-kernel@vger.kernel.org
13499T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13500S:	Supported
13501F:	include/linux/clocksource.h
13502F:	include/linux/time.h
13503F:	include/linux/timex.h
13504F:	include/uapi/linux/time.h
13505F:	include/uapi/linux/timex.h
13506F:	kernel/time/clocksource.c
13507F:	kernel/time/time*.c
13508F:	kernel/time/alarmtimer.c
13509F:	kernel/time/ntp.c
13510F:	tools/testing/selftests/timers/
13511
13512TIPC NETWORK LAYER
13513M:	Jon Maloy <jon.maloy@ericsson.com>
13514M:	Ying Xue <ying.xue@windriver.com>
13515L:	netdev@vger.kernel.org (core kernel code)
13516L:	tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13517W:	http://tipc.sourceforge.net/
13518S:	Maintained
13519F:	include/uapi/linux/tipc*.h
13520F:	net/tipc/
13521
13522TLAN NETWORK DRIVER
13523M:	Samuel Chessman <chessman@tux.org>
13524L:	tlan-devel@lists.sourceforge.net (subscribers-only)
13525W:	http://sourceforge.net/projects/tlan/
13526S:	Maintained
13527F:	Documentation/networking/tlan.txt
13528F:	drivers/net/ethernet/ti/tlan.*
13529
13530TM6000 VIDEO4LINUX DRIVER
13531M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
13532M:	Mauro Carvalho Chehab <mchehab@kernel.org>
13533L:	linux-media@vger.kernel.org
13534W:	https://linuxtv.org
13535T:	git git://linuxtv.org/media_tree.git
13536S:	Odd fixes
13537F:	drivers/media/usb/tm6000/
13538F:	Documentation/media/v4l-drivers/tm6000*
13539
13540TMIO/SDHI MMC DRIVER
13541M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
13542L:	linux-mmc@vger.kernel.org
13543S:	Supported
13544F:	drivers/mmc/host/tmio_mmc*
13545F:	drivers/mmc/host/renesas_sdhi*
13546F:	include/linux/mfd/tmio.h
13547
13548TMP401 HARDWARE MONITOR DRIVER
13549M:	Guenter Roeck <linux@roeck-us.net>
13550L:	linux-hwmon@vger.kernel.org
13551S:	Maintained
13552F:	Documentation/hwmon/tmp401
13553F:	drivers/hwmon/tmp401.c
13554
13555TMPFS (SHMEM FILESYSTEM)
13556M:	Hugh Dickins <hughd@google.com>
13557L:	linux-mm@kvack.org
13558S:	Maintained
13559F:	include/linux/shmem_fs.h
13560F:	mm/shmem.c
13561
13562TOMOYO SECURITY MODULE
13563M:	Kentaro Takeda <takedakn@nttdata.co.jp>
13564M:	Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13565L:	tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13566L:	tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13567L:	tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13568L:	tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13569W:	http://tomoyo.sourceforge.jp/
13570T:	quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13571S:	Maintained
13572F:	security/tomoyo/
13573
13574TOPSTAR LAPTOP EXTRAS DRIVER
13575M:	Herton Ronaldo Krzesinski <herton@canonical.com>
13576L:	platform-driver-x86@vger.kernel.org
13577S:	Maintained
13578F:	drivers/platform/x86/topstar-laptop.c
13579
13580TOSHIBA ACPI EXTRAS DRIVER
13581M:	Azael Avalos <coproscefalo@gmail.com>
13582L:	platform-driver-x86@vger.kernel.org
13583S:	Maintained
13584F:	drivers/platform/x86/toshiba_acpi.c
13585
13586TOSHIBA BLUETOOTH DRIVER
13587M:	Azael Avalos <coproscefalo@gmail.com>
13588L:	platform-driver-x86@vger.kernel.org
13589S:	Maintained
13590F:	drivers/platform/x86/toshiba_bluetooth.c
13591
13592TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13593M:	Azael Avalos <coproscefalo@gmail.com>
13594L:	platform-driver-x86@vger.kernel.org
13595S:	Maintained
13596F:	drivers/platform/x86/toshiba_haps.c
13597
13598TOSHIBA SMM DRIVER
13599M:	Jonathan Buzzard <jonathan@buzzard.org.uk>
13600W:	http://www.buzzard.org.uk/toshiba/
13601S:	Maintained
13602F:	drivers/char/toshiba.c
13603F:	include/linux/toshiba.h
13604F:	include/uapi/linux/toshiba.h
13605
13606TOSHIBA TC358743 DRIVER
13607M:	Mats Randgaard <matrandg@cisco.com>
13608L:	linux-media@vger.kernel.org
13609S:	Maintained
13610F:	drivers/media/i2c/tc358743*
13611F:	include/media/i2c/tc358743.h
13612
13613TOSHIBA WMI HOTKEYS DRIVER
13614M:	Azael Avalos <coproscefalo@gmail.com>
13615L:	platform-driver-x86@vger.kernel.org
13616S:	Maintained
13617F:	drivers/platform/x86/toshiba-wmi.c
13618
13619TPM DEVICE DRIVER
13620M:	Peter Huewe <peterhuewe@gmx.de>
13621M:	Marcel Selhorst <tpmdd@selhorst.net>
13622M:	Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13623R:	Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13624W:	http://tpmdd.sourceforge.net
13625L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13626Q:	https://patchwork.kernel.org/project/tpmdd-devel/list/
13627T:	git git://git.infradead.org/users/jjs/linux-tpmdd.git
13628S:	Maintained
13629F:	drivers/char/tpm/
13630
13631TPM IBM_VTPM DEVICE DRIVER
13632M:	Ashley Lai <ashleydlai@gmail.com>
13633W:	http://tpmdd.sourceforge.net
13634L:	tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
13635S:	Maintained
13636F:	drivers/char/tpm/tpm_ibmvtpm*
13637
13638TRACING
13639M:	Steven Rostedt <rostedt@goodmis.org>
13640M:	Ingo Molnar <mingo@redhat.com>
13641T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13642S:	Maintained
13643F:	Documentation/trace/ftrace.txt
13644F:	arch/*/*/*/ftrace.h
13645F:	arch/*/kernel/ftrace.c
13646F:	include/*/ftrace.h
13647F:	include/linux/trace*.h
13648F:	include/trace/
13649F:	kernel/trace/
13650F:	tools/testing/selftests/ftrace/
13651
13652TRACING MMIO ACCESSES (MMIOTRACE)
13653M:	Steven Rostedt <rostedt@goodmis.org>
13654M:	Ingo Molnar <mingo@kernel.org>
13655R:	Karol Herbst <karolherbst@gmail.com>
13656R:	Pekka Paalanen <ppaalanen@gmail.com>
13657S:	Maintained
13658L:	linux-kernel@vger.kernel.org
13659L:	nouveau@lists.freedesktop.org
13660F:	kernel/trace/trace_mmiotrace.c
13661F:	include/linux/mmiotrace.h
13662F:	arch/x86/mm/kmmio.c
13663F:	arch/x86/mm/mmio-mod.c
13664F:	arch/x86/mm/testmmiotrace.c
13665
13666TRIVIAL PATCHES
13667M:	Jiri Kosina <trivial@kernel.org>
13668T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13669S:	Maintained
13670K:	^Subject:.*(?i)trivial
13671
13672TTY LAYER
13673M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13674M:	Jiri Slaby <jslaby@suse.com>
13675S:	Supported
13676T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13677F:	Documentation/serial/
13678F:	drivers/tty/
13679F:	drivers/tty/serial/serial_core.c
13680F:	include/linux/serial_core.h
13681F:	include/linux/serial.h
13682F:	include/linux/tty.h
13683F:	include/uapi/linux/serial_core.h
13684F:	include/uapi/linux/serial.h
13685F:	include/uapi/linux/tty.h
13686
13687TUA9001 MEDIA DRIVER
13688M:	Antti Palosaari <crope@iki.fi>
13689L:	linux-media@vger.kernel.org
13690W:	https://linuxtv.org
13691W:	http://palosaari.fi/linux/
13692Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13693T:	git git://linuxtv.org/anttip/media_tree.git
13694S:	Maintained
13695F:	drivers/media/tuners/tua9001*
13696
13697TULIP NETWORK DRIVERS
13698L:	netdev@vger.kernel.org
13699L:	linux-parisc@vger.kernel.org
13700S:	Orphan
13701F:	drivers/net/ethernet/dec/tulip/
13702
13703TUN/TAP driver
13704M:	Maxim Krasnyansky <maxk@qti.qualcomm.com>
13705W:	http://vtun.sourceforge.net/tun
13706S:	Maintained
13707F:	Documentation/networking/tuntap.txt
13708F:	arch/um/os-Linux/drivers/
13709
13710TURBOCHANNEL SUBSYSTEM
13711M:	"Maciej W. Rozycki" <macro@linux-mips.org>
13712M:	Ralf Baechle <ralf@linux-mips.org>
13713L:	linux-mips@linux-mips.org
13714Q:	http://patchwork.linux-mips.org/project/linux-mips/list/
13715S:	Maintained
13716F:	drivers/tc/
13717F:	include/linux/tc.h
13718
13719TW5864 VIDEO4LINUX DRIVER
13720M:	Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13721M:	Anton Sviridenko <anton@corp.bluecherry.net>
13722M:	Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13723M:	Andrey Utkin <andrey_utkin@fastmail.com>
13724L:	linux-media@vger.kernel.org
13725S:	Supported
13726F:	drivers/media/pci/tw5864/
13727
13728TW68 VIDEO4LINUX DRIVER
13729M:	Hans Verkuil <hverkuil@xs4all.nl>
13730L:	linux-media@vger.kernel.org
13731T:	git git://linuxtv.org/media_tree.git
13732W:	https://linuxtv.org
13733S:	Odd Fixes
13734F:	drivers/media/pci/tw68/
13735
13736TW686X VIDEO4LINUX DRIVER
13737M:	Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13738L:	linux-media@vger.kernel.org
13739T:	git git://linuxtv.org/media_tree.git
13740W:	http://linuxtv.org
13741S:	Maintained
13742F:	drivers/media/pci/tw686x/
13743
13744UBI FILE SYSTEM (UBIFS)
13745M:	Richard Weinberger <richard@nod.at>
13746M:	Artem Bityutskiy <dedekind1@gmail.com>
13747M:	Adrian Hunter <adrian.hunter@intel.com>
13748L:	linux-mtd@lists.infradead.org
13749T:	git git://git.infradead.org/ubifs-2.6.git
13750W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
13751S:	Supported
13752F:	Documentation/filesystems/ubifs.txt
13753F:	fs/ubifs/
13754
13755UCLINUX (M68KNOMMU AND COLDFIRE)
13756M:	Greg Ungerer <gerg@linux-m68k.org>
13757W:	http://www.linux-m68k.org/
13758W:	http://www.uclinux.org/
13759L:	linux-m68k@lists.linux-m68k.org
13760L:	uclinux-dev@uclinux.org  (subscribers-only)
13761T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13762S:	Maintained
13763F:	arch/m68k/coldfire/
13764F:	arch/m68k/68*/
13765F:	arch/m68k/*/*_no.*
13766F:	arch/m68k/include/asm/*_no.*
13767
13768UDF FILESYSTEM
13769M:	Jan Kara <jack@suse.com>
13770S:	Maintained
13771F:	Documentation/filesystems/udf.txt
13772F:	fs/udf/
13773
13774UDRAW TABLET
13775M:	Bastien Nocera <hadess@hadess.net>
13776L:	linux-input@vger.kernel.org
13777S:	Maintained
13778F:	drivers/hid/hid-udraw.c
13779
13780UFS FILESYSTEM
13781M:	Evgeniy Dushistov <dushistov@mail.ru>
13782S:	Maintained
13783F:	Documentation/filesystems/ufs.txt
13784F:	fs/ufs/
13785
13786UHID USERSPACE HID IO DRIVER:
13787M:	David Herrmann <dh.herrmann@googlemail.com>
13788L:	linux-input@vger.kernel.org
13789S:	Maintained
13790F:	drivers/hid/uhid.c
13791F:	include/uapi/linux/uhid.h
13792
13793ULPI BUS
13794M:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
13795L:	linux-usb@vger.kernel.org
13796S:	Maintained
13797F:	drivers/usb/common/ulpi.c
13798F:	include/linux/ulpi/
13799
13800ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13801L:	linux-usb@vger.kernel.org
13802S:	Orphan
13803F:	drivers/uwb/
13804F:	include/linux/uwb.h
13805F:	include/linux/uwb/
13806
13807UNICORE32 ARCHITECTURE:
13808M:	Guan Xuetao <gxt@mprc.pku.edu.cn>
13809W:	http://mprc.pku.edu.cn/~guanxuetao/linux
13810S:	Maintained
13811T:	git git://github.com/gxt/linux.git
13812F:	arch/unicore32/
13813
13814UNIFDEF
13815M:	Tony Finch <dot@dotat.at>
13816W:	http://dotat.at/prog/unifdef
13817S:	Maintained
13818F:	scripts/unifdef.c
13819
13820UNIFORM CDROM DRIVER
13821M:	Jens Axboe <axboe@kernel.dk>
13822W:	http://www.kernel.dk
13823S:	Maintained
13824F:	Documentation/cdrom/
13825F:	drivers/cdrom/cdrom.c
13826F:	include/linux/cdrom.h
13827F:	include/uapi/linux/cdrom.h
13828
13829UNISYS S-PAR DRIVERS
13830M:	David Kershner <david.kershner@unisys.com>
13831L:	sparmaintainer@unisys.com (Unisys internal)
13832S:	Supported
13833F:	drivers/staging/unisys/
13834
13835UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13836M:	Vinayak Holikatti <vinholikatti@gmail.com>
13837L:	linux-scsi@vger.kernel.org
13838S:	Supported
13839F:	Documentation/scsi/ufs.txt
13840F:	drivers/scsi/ufs/
13841
13842UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13843M:	Joao Pinto <jpinto@synopsys.com>
13844L:	linux-scsi@vger.kernel.org
13845S:	Supported
13846F:	drivers/scsi/ufs/*dwc*
13847
13848UNSORTED BLOCK IMAGES (UBI)
13849M:	Artem Bityutskiy <dedekind1@gmail.com>
13850M:	Richard Weinberger <richard@nod.at>
13851W:	http://www.linux-mtd.infradead.org/
13852L:	linux-mtd@lists.infradead.org
13853T:	git git://git.infradead.org/ubifs-2.6.git
13854S:	Supported
13855F:	drivers/mtd/ubi/
13856F:	include/linux/mtd/ubi.h
13857F:	include/uapi/mtd/ubi-user.h
13858
13859USB "USBNET" DRIVER FRAMEWORK
13860M:	Oliver Neukum <oneukum@suse.com>
13861L:	netdev@vger.kernel.org
13862W:	http://www.linux-usb.org/usbnet
13863S:	Maintained
13864F:	drivers/net/usb/usbnet.c
13865F:	include/linux/usb/usbnet.h
13866
13867USB ACM DRIVER
13868M:	Oliver Neukum <oneukum@suse.com>
13869L:	linux-usb@vger.kernel.org
13870S:	Maintained
13871F:	Documentation/usb/acm.txt
13872F:	drivers/usb/class/cdc-acm.*
13873
13874USB AR5523 WIRELESS DRIVER
13875M:	Pontus Fuchs <pontus.fuchs@gmail.com>
13876L:	linux-wireless@vger.kernel.org
13877S:	Maintained
13878F:	drivers/net/wireless/ath/ar5523/
13879
13880USB ATTACHED SCSI
13881M:	Oliver Neukum <oneukum@suse.com>
13882L:	linux-usb@vger.kernel.org
13883L:	linux-scsi@vger.kernel.org
13884S:	Maintained
13885F:	drivers/usb/storage/uas.c
13886
13887USB CDC ETHERNET DRIVER
13888M:	Oliver Neukum <oliver@neukum.org>
13889L:	linux-usb@vger.kernel.org
13890S:	Maintained
13891F:	drivers/net/usb/cdc_*.c
13892F:	include/uapi/linux/usb/cdc.h
13893
13894USB CHAOSKEY DRIVER
13895M:	Keith Packard <keithp@keithp.com>
13896L:	linux-usb@vger.kernel.org
13897S:	Maintained
13898F:	drivers/usb/misc/chaoskey.c
13899
13900USB CYPRESS C67X00 DRIVER
13901M:	Peter Korsgaard <jacmet@sunsite.dk>
13902L:	linux-usb@vger.kernel.org
13903S:	Maintained
13904F:	drivers/usb/c67x00/
13905
13906USB DAVICOM DM9601 DRIVER
13907M:	Peter Korsgaard <jacmet@sunsite.dk>
13908L:	netdev@vger.kernel.org
13909W:	http://www.linux-usb.org/usbnet
13910S:	Maintained
13911F:	drivers/net/usb/dm9601.c
13912
13913USB DIAMOND RIO500 DRIVER
13914M:	Cesar Miquel <miquel@df.uba.ar>
13915L:	rio500-users@lists.sourceforge.net
13916W:	http://rio500.sourceforge.net
13917S:	Maintained
13918F:	drivers/usb/misc/rio500*
13919
13920USB EHCI DRIVER
13921M:	Alan Stern <stern@rowland.harvard.edu>
13922L:	linux-usb@vger.kernel.org
13923S:	Maintained
13924F:	Documentation/usb/ehci.txt
13925F:	drivers/usb/host/ehci*
13926
13927USB GADGET/PERIPHERAL SUBSYSTEM
13928M:	Felipe Balbi <balbi@kernel.org>
13929L:	linux-usb@vger.kernel.org
13930W:	http://www.linux-usb.org/gadget
13931T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
13932S:	Maintained
13933F:	drivers/usb/gadget/
13934F:	include/linux/usb/gadget*
13935
13936USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
13937M:	Jiri Kosina <jikos@kernel.org>
13938R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
13939L:	linux-usb@vger.kernel.org
13940T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
13941S:	Maintained
13942F:	Documentation/hid/hiddev.txt
13943F:	drivers/hid/usbhid/
13944
13945USB ISP116X DRIVER
13946M:	Olav Kongas <ok@artecdesign.ee>
13947L:	linux-usb@vger.kernel.org
13948S:	Maintained
13949F:	drivers/usb/host/isp116x*
13950F:	include/linux/usb/isp116x.h
13951
13952USB LAN78XX ETHERNET DRIVER
13953M:	Woojung Huh <woojung.huh@microchip.com>
13954M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
13955L:	netdev@vger.kernel.org
13956S:	Maintained
13957F:	drivers/net/usb/lan78xx.*
13958
13959USB MASS STORAGE DRIVER
13960M:	Alan Stern <stern@rowland.harvard.edu>
13961L:	linux-usb@vger.kernel.org
13962L:	usb-storage@lists.one-eyed-alien.net
13963S:	Maintained
13964W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
13965F:	drivers/usb/storage/
13966
13967USB MIDI DRIVER
13968M:	Clemens Ladisch <clemens@ladisch.de>
13969L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13970T:	git git://git.alsa-project.org/alsa-kernel.git
13971S:	Maintained
13972F:	sound/usb/midi.*
13973
13974USB NETWORKING DRIVERS
13975L:	linux-usb@vger.kernel.org
13976S:	Odd Fixes
13977F:	drivers/net/usb/
13978
13979USB OHCI DRIVER
13980M:	Alan Stern <stern@rowland.harvard.edu>
13981L:	linux-usb@vger.kernel.org
13982S:	Maintained
13983F:	Documentation/usb/ohci.txt
13984F:	drivers/usb/host/ohci*
13985
13986USB OTG FSM (Finite State Machine)
13987M:	Peter Chen <Peter.Chen@nxp.com>
13988T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
13989L:	linux-usb@vger.kernel.org
13990S:	Maintained
13991F:	drivers/usb/common/usb-otg-fsm.c
13992
13993USB OVER IP DRIVER
13994M:	Valentina Manea <valentina.manea.m@gmail.com>
13995M:	Shuah Khan <shuahkh@osg.samsung.com>
13996M:	Shuah Khan <shuah@kernel.org>
13997L:	linux-usb@vger.kernel.org
13998S:	Maintained
13999F:	Documentation/usb/usbip_protocol.txt
14000F:	drivers/usb/usbip/
14001F:	tools/usb/usbip/
14002
14003USB PEGASUS DRIVER
14004M:	Petko Manolov <petkan@nucleusys.com>
14005L:	linux-usb@vger.kernel.org
14006L:	netdev@vger.kernel.org
14007T:	git git://github.com/petkan/pegasus.git
14008W:	https://github.com/petkan/pegasus
14009S:	Maintained
14010F:	drivers/net/usb/pegasus.*
14011
14012USB PHY LAYER
14013M:	Felipe Balbi <balbi@kernel.org>
14014L:	linux-usb@vger.kernel.org
14015T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14016S:	Maintained
14017F:	drivers/usb/phy/
14018
14019USB PRINTER DRIVER (usblp)
14020M:	Pete Zaitcev <zaitcev@redhat.com>
14021L:	linux-usb@vger.kernel.org
14022S:	Supported
14023F:	drivers/usb/class/usblp.c
14024
14025USB QMI WWAN NETWORK DRIVER
14026M:	Bjørn Mork <bjorn@mork.no>
14027L:	netdev@vger.kernel.org
14028S:	Maintained
14029F:	Documentation/ABI/testing/sysfs-class-net-qmi
14030F:	drivers/net/usb/qmi_wwan.c
14031
14032USB RTL8150 DRIVER
14033M:	Petko Manolov <petkan@nucleusys.com>
14034L:	linux-usb@vger.kernel.org
14035L:	netdev@vger.kernel.org
14036T:	git git://github.com/petkan/rtl8150.git
14037W:	https://github.com/petkan/rtl8150
14038S:	Maintained
14039F:	drivers/net/usb/rtl8150.c
14040
14041USB SERIAL SUBSYSTEM
14042M:	Johan Hovold <johan@kernel.org>
14043L:	linux-usb@vger.kernel.org
14044T:	git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
14045S:	Maintained
14046F:	Documentation/usb/usb-serial.txt
14047F:	drivers/usb/serial/
14048F:	include/linux/usb/serial.h
14049
14050USB SMSC75XX ETHERNET DRIVER
14051M:	Steve Glendinning <steve.glendinning@shawell.net>
14052L:	netdev@vger.kernel.org
14053S:	Maintained
14054F:	drivers/net/usb/smsc75xx.*
14055
14056USB SMSC95XX ETHERNET DRIVER
14057M:	Steve Glendinning <steve.glendinning@shawell.net>
14058M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14059L:	netdev@vger.kernel.org
14060S:	Maintained
14061F:	drivers/net/usb/smsc95xx.*
14062
14063USB SUBSYSTEM
14064M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14065L:	linux-usb@vger.kernel.org
14066W:	http://www.linux-usb.org
14067T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
14068S:	Supported
14069F:	Documentation/devicetree/bindings/usb/
14070F:	Documentation/usb/
14071F:	drivers/usb/
14072F:	include/linux/usb.h
14073F:	include/linux/usb/
14074
14075USB TYPEC SUBSYSTEM
14076M:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
14077L:	linux-usb@vger.kernel.org
14078S:	Maintained
14079F:	Documentation/ABI/testing/sysfs-class-typec
14080F:	Documentation/usb/typec.rst
14081F:	drivers/usb/typec/
14082F:	include/linux/usb/typec.h
14083
14084USB UHCI DRIVER
14085M:	Alan Stern <stern@rowland.harvard.edu>
14086L:	linux-usb@vger.kernel.org
14087S:	Maintained
14088F:	drivers/usb/host/uhci*
14089
14090USB VIDEO CLASS
14091M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14092L:	linux-uvc-devel@lists.sourceforge.net (subscribers-only)
14093L:	linux-media@vger.kernel.org
14094T:	git git://linuxtv.org/media_tree.git
14095W:	http://www.ideasonboard.org/uvc/
14096S:	Maintained
14097F:	drivers/media/usb/uvc/
14098F:	include/uapi/linux/uvcvideo.h
14099
14100USB VISION DRIVER
14101M:	Hans Verkuil <hverkuil@xs4all.nl>
14102L:	linux-media@vger.kernel.org
14103T:	git git://linuxtv.org/media_tree.git
14104W:	https://linuxtv.org
14105S:	Odd Fixes
14106F:	drivers/media/usb/usbvision/
14107
14108USB WEBCAM GADGET
14109M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14110L:	linux-usb@vger.kernel.org
14111S:	Maintained
14112F:	drivers/usb/gadget/function/*uvc*
14113F:	drivers/usb/gadget/legacy/webcam.c
14114
14115USB WIRELESS RNDIS DRIVER (rndis_wlan)
14116M:	Jussi Kivilinna <jussi.kivilinna@iki.fi>
14117L:	linux-wireless@vger.kernel.org
14118S:	Maintained
14119F:	drivers/net/wireless/rndis_wlan.c
14120
14121USB XHCI DRIVER
14122M:	Mathias Nyman <mathias.nyman@intel.com>
14123L:	linux-usb@vger.kernel.org
14124S:	Supported
14125F:	drivers/usb/host/xhci*
14126F:	drivers/usb/host/pci-quirks*
14127
14128USB ZD1201 DRIVER
14129L:	linux-wireless@vger.kernel.org
14130W:	http://linux-lc100020.sourceforge.net
14131S:	Orphan
14132F:	drivers/net/wireless/zydas/zd1201.*
14133
14134USB ZR364XX DRIVER
14135M:	Antoine Jacquet <royale@zerezo.com>
14136L:	linux-usb@vger.kernel.org
14137L:	linux-media@vger.kernel.org
14138T:	git git://linuxtv.org/media_tree.git
14139W:	http://royale.zerezo.com/zr364xx/
14140S:	Maintained
14141F:	Documentation/media/v4l-drivers/zr364xx*
14142F:	drivers/media/usb/zr364xx/
14143
14144USER-MODE LINUX (UML)
14145M:	Jeff Dike <jdike@addtoit.com>
14146M:	Richard Weinberger <richard@nod.at>
14147L:	user-mode-linux-devel@lists.sourceforge.net
14148L:	user-mode-linux-user@lists.sourceforge.net
14149W:	http://user-mode-linux.sourceforge.net
14150T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
14151S:	Maintained
14152F:	Documentation/virtual/uml/
14153F:	arch/um/
14154F:	arch/x86/um/
14155F:	fs/hostfs/
14156F:	fs/hppfs/
14157
14158USERSPACE I/O (UIO)
14159M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14160S:	Maintained
14161T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14162F:	Documentation/driver-api/uio-howto.rst
14163F:	drivers/uio/
14164F:	include/linux/uio*.h
14165
14166UTIL-LINUX PACKAGE
14167M:	Karel Zak <kzak@redhat.com>
14168L:	util-linux@vger.kernel.org
14169W:	http://en.wikipedia.org/wiki/Util-linux
14170T:	git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
14171S:	Maintained
14172
14173UUID HELPERS
14174M:	Christoph Hellwig <hch@lst.de>
14175R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14176L:	linux-kernel@vger.kernel.org
14177T:	git git://git.infradead.org/users/hch/uuid.git
14178F:	lib/uuid.c
14179F:	lib/test_uuid.c
14180F:	include/linux/uuid.h
14181F:	include/uapi/linux/uuid.h
14182S:	Maintained
14183
14184UVESAFB DRIVER
14185M:	Michal Januszewski <spock@gentoo.org>
14186L:	linux-fbdev@vger.kernel.org
14187W:	http://dev.gentoo.org/~spock/projects/uvesafb/
14188S:	Maintained
14189F:	Documentation/fb/uvesafb.txt
14190F:	drivers/video/fbdev/uvesafb.*
14191
14192VF610 NAND DRIVER
14193M:	Stefan Agner <stefan@agner.ch>
14194L:	linux-mtd@lists.infradead.org
14195S:	Supported
14196F:	drivers/mtd/nand/vf610_nfc.c
14197
14198VFAT/FAT/MSDOS FILESYSTEM
14199M:	OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
14200S:	Maintained
14201F:	Documentation/filesystems/vfat.txt
14202F:	fs/fat/
14203
14204VFIO DRIVER
14205M:	Alex Williamson <alex.williamson@redhat.com>
14206L:	kvm@vger.kernel.org
14207T:	git git://github.com/awilliam/linux-vfio.git
14208S:	Maintained
14209F:	Documentation/vfio.txt
14210F:	drivers/vfio/
14211F:	include/linux/vfio.h
14212F:	include/uapi/linux/vfio.h
14213
14214VFIO MEDIATED DEVICE DRIVERS
14215M:	Kirti Wankhede <kwankhede@nvidia.com>
14216L:	kvm@vger.kernel.org
14217S:	Maintained
14218F:	Documentation/vfio-mediated-device.txt
14219F:	drivers/vfio/mdev/
14220F:	include/linux/mdev.h
14221F:	samples/vfio-mdev/
14222
14223VFIO PLATFORM DRIVER
14224M:	Baptiste Reynal <b.reynal@virtualopensystems.com>
14225L:	kvm@vger.kernel.org
14226S:	Maintained
14227F:	drivers/vfio/platform/
14228
14229VGA_SWITCHEROO
14230R:	Lukas Wunner <lukas@wunner.de>
14231S:	Maintained
14232F:	Documentation/gpu/vga-switcheroo.rst
14233F:	drivers/gpu/vga/vga_switcheroo.c
14234F:	include/linux/vga_switcheroo.h
14235T:	git git://anongit.freedesktop.org/drm/drm-misc
14236
14237VIA RHINE NETWORK DRIVER
14238S:	Orphan
14239F:	drivers/net/ethernet/via/via-rhine.c
14240
14241VIA SD/MMC CARD CONTROLLER DRIVER
14242M:	Bruce Chang <brucechang@via.com.tw>
14243M:	Harald Welte <HaraldWelte@viatech.com>
14244S:	Maintained
14245F:	drivers/mmc/host/via-sdmmc.c
14246
14247VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14248M:	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
14249L:	linux-fbdev@vger.kernel.org
14250S:	Maintained
14251F:	include/linux/via-core.h
14252F:	include/linux/via-gpio.h
14253F:	include/linux/via_i2c.h
14254F:	drivers/video/fbdev/via/
14255
14256VIA VELOCITY NETWORK DRIVER
14257M:	Francois Romieu <romieu@fr.zoreil.com>
14258L:	netdev@vger.kernel.org
14259S:	Maintained
14260F:	drivers/net/ethernet/via/via-velocity.*
14261
14262VIDEO MULTIPLEXER DRIVER
14263M:	Philipp Zabel <p.zabel@pengutronix.de>
14264L:	linux-media@vger.kernel.org
14265S:	Maintained
14266F:	drivers/media/platform/video-mux.c
14267
14268VIDEOBUF2 FRAMEWORK
14269M:	Pawel Osciak <pawel@osciak.com>
14270M:	Marek Szyprowski <m.szyprowski@samsung.com>
14271M:	Kyungmin Park <kyungmin.park@samsung.com>
14272L:	linux-media@vger.kernel.org
14273S:	Maintained
14274F:	drivers/media/v4l2-core/videobuf2-*
14275F:	include/media/videobuf2-*
14276
14277VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14278M:	Helen Koike <helen.koike@collabora.com>
14279L:	linux-media@vger.kernel.org
14280T:	git git://linuxtv.org/media_tree.git
14281W:	https://linuxtv.org
14282S:	Maintained
14283F:	drivers/media/platform/vimc/*
14284
14285VIRT LIB
14286M:	Alex Williamson <alex.williamson@redhat.com>
14287M:	Paolo Bonzini <pbonzini@redhat.com>
14288L:	kvm@vger.kernel.org
14289S:	Supported
14290F:	virt/lib/
14291
14292VIRTIO AND VHOST VSOCK DRIVER
14293M:	Stefan Hajnoczi <stefanha@redhat.com>
14294L:	kvm@vger.kernel.org
14295L:	virtualization@lists.linux-foundation.org
14296L:	netdev@vger.kernel.org
14297S:	Maintained
14298F:	include/linux/virtio_vsock.h
14299F:	include/uapi/linux/virtio_vsock.h
14300F:	include/uapi/linux/vsockmon.h
14301F:	include/uapi/linux/vm_sockets_diag.h
14302F:	net/vmw_vsock/diag.c
14303F:	net/vmw_vsock/af_vsock_tap.c
14304F:	net/vmw_vsock/virtio_transport_common.c
14305F:	net/vmw_vsock/virtio_transport.c
14306F:	drivers/net/vsockmon.c
14307F:	drivers/vhost/vsock.c
14308F:	drivers/vhost/vsock.h
14309F:	tools/testing/vsock/
14310
14311VIRTIO CONSOLE DRIVER
14312M:	Amit Shah <amit@kernel.org>
14313L:	virtualization@lists.linux-foundation.org
14314S:	Maintained
14315F:	drivers/char/virtio_console.c
14316F:	include/linux/virtio_console.h
14317F:	include/uapi/linux/virtio_console.h
14318
14319VIRTIO CORE, NET AND BLOCK DRIVERS
14320M:	"Michael S. Tsirkin" <mst@redhat.com>
14321M:	Jason Wang <jasowang@redhat.com>
14322L:	virtualization@lists.linux-foundation.org
14323S:	Maintained
14324F:	Documentation/devicetree/bindings/virtio/
14325F:	drivers/virtio/
14326F:	tools/virtio/
14327F:	drivers/net/virtio_net.c
14328F:	drivers/block/virtio_blk.c
14329F:	include/linux/virtio*.h
14330F:	include/uapi/linux/virtio_*.h
14331F:	drivers/crypto/virtio/
14332F:	mm/balloon_compaction.c
14333
14334VIRTIO CRYPTO DRIVER
14335M:	Gonglei <arei.gonglei@huawei.com>
14336L:	virtualization@lists.linux-foundation.org
14337L:	linux-crypto@vger.kernel.org
14338S:	Maintained
14339F:	drivers/crypto/virtio/
14340F:	include/uapi/linux/virtio_crypto.h
14341
14342VIRTIO DRIVERS FOR S390
14343M:	Cornelia Huck <cohuck@redhat.com>
14344M:	Halil Pasic <pasic@linux.vnet.ibm.com>
14345L:	linux-s390@vger.kernel.org
14346L:	virtualization@lists.linux-foundation.org
14347L:	kvm@vger.kernel.org
14348S:	Supported
14349F:	drivers/s390/virtio/
14350
14351VIRTIO GPU DRIVER
14352M:	David Airlie <airlied@linux.ie>
14353M:	Gerd Hoffmann <kraxel@redhat.com>
14354L:	dri-devel@lists.freedesktop.org
14355L:	virtualization@lists.linux-foundation.org
14356T:	git git://anongit.freedesktop.org/drm/drm-misc
14357S:	Maintained
14358F:	drivers/gpu/drm/virtio/
14359F:	include/uapi/linux/virtio_gpu.h
14360
14361VIRTIO HOST (VHOST)
14362M:	"Michael S. Tsirkin" <mst@redhat.com>
14363M:	Jason Wang <jasowang@redhat.com>
14364L:	kvm@vger.kernel.org
14365L:	virtualization@lists.linux-foundation.org
14366L:	netdev@vger.kernel.org
14367T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14368S:	Maintained
14369F:	drivers/vhost/
14370F:	include/uapi/linux/vhost.h
14371
14372VIRTIO INPUT DRIVER
14373M:	Gerd Hoffmann <kraxel@redhat.com>
14374S:	Maintained
14375F:	drivers/virtio/virtio_input.c
14376F:	include/uapi/linux/virtio_input.h
14377
14378VIRTUAL SERIO DEVICE DRIVER
14379M:	Stephen Chandler Paul <thatslyude@gmail.com>
14380S:	Maintained
14381F:	drivers/input/serio/userio.c
14382F:	include/uapi/linux/userio.h
14383
14384VIVID VIRTUAL VIDEO DRIVER
14385M:	Hans Verkuil <hverkuil@xs4all.nl>
14386L:	linux-media@vger.kernel.org
14387T:	git git://linuxtv.org/media_tree.git
14388W:	https://linuxtv.org
14389S:	Maintained
14390F:	drivers/media/platform/vivid/*
14391
14392VLYNQ BUS
14393M:	Florian Fainelli <f.fainelli@gmail.com>
14394L:	openwrt-devel@lists.openwrt.org (subscribers-only)
14395S:	Maintained
14396F:	drivers/vlynq/vlynq.c
14397F:	include/linux/vlynq.h
14398
14399VME SUBSYSTEM
14400M:	Martyn Welch <martyn@welchs.me.uk>
14401M:	Manohar Vanga <manohar.vanga@gmail.com>
14402M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14403L:	devel@driverdev.osuosl.org
14404S:	Maintained
14405T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
14406F:	Documentation/driver-api/vme.rst
14407F:	drivers/staging/vme/
14408F:	drivers/vme/
14409F:	include/linux/vme*
14410
14411VMWARE BALLOON DRIVER
14412M:	Xavier Deguillard <xdeguillard@vmware.com>
14413M:	Philip Moltmann <moltmann@vmware.com>
14414M:	"VMware, Inc." <pv-drivers@vmware.com>
14415L:	linux-kernel@vger.kernel.org
14416S:	Maintained
14417F:	drivers/misc/vmw_balloon.c
14418
14419VMWARE HYPERVISOR INTERFACE
14420M:	Alok Kataria <akataria@vmware.com>
14421L:	virtualization@lists.linux-foundation.org
14422S:	Supported
14423F:	arch/x86/kernel/cpu/vmware.c
14424
14425VMWARE PVRDMA DRIVER
14426M:	Adit Ranadive <aditr@vmware.com>
14427M:	VMware PV-Drivers <pv-drivers@vmware.com>
14428L:	linux-rdma@vger.kernel.org
14429S:	Maintained
14430F:	drivers/infiniband/hw/vmw_pvrdma/
14431
14432VMware PVSCSI driver
14433M:	Jim Gill <jgill@vmware.com>
14434M:	VMware PV-Drivers <pv-drivers@vmware.com>
14435L:	linux-scsi@vger.kernel.org
14436S:	Maintained
14437F:	drivers/scsi/vmw_pvscsi.c
14438F:	drivers/scsi/vmw_pvscsi.h
14439
14440VMWARE VMMOUSE SUBDRIVER
14441M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
14442M:	"VMware, Inc." <pv-drivers@vmware.com>
14443L:	linux-input@vger.kernel.org
14444S:	Maintained
14445F:	drivers/input/mouse/vmmouse.c
14446F:	drivers/input/mouse/vmmouse.h
14447
14448VMWARE VMXNET3 ETHERNET DRIVER
14449M:	Shrikrishna Khare <skhare@vmware.com>
14450M:	"VMware, Inc." <pv-drivers@vmware.com>
14451L:	netdev@vger.kernel.org
14452S:	Maintained
14453F:	drivers/net/vmxnet3/
14454
14455VOCORE VOCORE2 BOARD
14456M:	Harvey Hunt <harveyhuntnexus@gmail.com>
14457L:	linux-mips@linux-mips.org
14458S:	Maintained
14459F:	arch/mips/boot/dts/ralink/vocore2.dts
14460
14461VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14462M:	Liam Girdwood <lgirdwood@gmail.com>
14463M:	Mark Brown <broonie@kernel.org>
14464L:	linux-kernel@vger.kernel.org
14465W:	http://www.slimlogic.co.uk/?p=48
14466T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14467S:	Supported
14468F:	Documentation/devicetree/bindings/regulator/
14469F:	drivers/regulator/
14470F:	include/dt-bindings/regulator/
14471F:	include/linux/regulator/
14472
14473VRF
14474M:	David Ahern <dsa@cumulusnetworks.com>
14475M:	Shrijeet Mukherjee <shm@cumulusnetworks.com>
14476L:	netdev@vger.kernel.org
14477S:	Maintained
14478F:	drivers/net/vrf.c
14479F:	Documentation/networking/vrf.txt
14480
14481VT1211 HARDWARE MONITOR DRIVER
14482M:	Juerg Haefliger <juergh@gmail.com>
14483L:	linux-hwmon@vger.kernel.org
14484S:	Maintained
14485F:	Documentation/hwmon/vt1211
14486F:	drivers/hwmon/vt1211.c
14487
14488VT8231 HARDWARE MONITOR DRIVER
14489M:	Roger Lucas <vt8231@hiddenengine.co.uk>
14490L:	linux-hwmon@vger.kernel.org
14491S:	Maintained
14492F:	drivers/hwmon/vt8231.c
14493
14494VUB300 USB to SDIO/SD/MMC bridge chip
14495M:	Tony Olech <tony.olech@elandigitalsystems.com>
14496L:	linux-mmc@vger.kernel.org
14497L:	linux-usb@vger.kernel.org
14498S:	Supported
14499F:	drivers/mmc/host/vub300.c
14500
14501W1 DALLAS'S 1-WIRE BUS
14502M:	Evgeniy Polyakov <zbr@ioremap.net>
14503S:	Maintained
14504F:	Documentation/w1/
14505F:	drivers/w1/
14506F:	include/linux/w1.h
14507
14508W83791D HARDWARE MONITORING DRIVER
14509M:	Marc Hulsman <m.hulsman@tudelft.nl>
14510L:	linux-hwmon@vger.kernel.org
14511S:	Maintained
14512F:	Documentation/hwmon/w83791d
14513F:	drivers/hwmon/w83791d.c
14514
14515W83793 HARDWARE MONITORING DRIVER
14516M:	Rudolf Marek <r.marek@assembler.cz>
14517L:	linux-hwmon@vger.kernel.org
14518S:	Maintained
14519F:	Documentation/hwmon/w83793
14520F:	drivers/hwmon/w83793.c
14521
14522W83795 HARDWARE MONITORING DRIVER
14523M:	Jean Delvare <jdelvare@suse.com>
14524L:	linux-hwmon@vger.kernel.org
14525S:	Maintained
14526F:	drivers/hwmon/w83795.c
14527
14528W83L51xD SD/MMC CARD INTERFACE DRIVER
14529M:	Pierre Ossman <pierre@ossman.eu>
14530S:	Maintained
14531F:	drivers/mmc/host/wbsd.*
14532
14533WACOM PROTOCOL 4 SERIAL TABLETS
14534M:	Julian Squires <julian@cipht.net>
14535M:	Hans de Goede <hdegoede@redhat.com>
14536L:	linux-input@vger.kernel.org
14537S:	Maintained
14538F:	drivers/input/tablet/wacom_serial4.c
14539
14540WATCHDOG DEVICE DRIVERS
14541M:	Wim Van Sebroeck <wim@iguana.be>
14542R:	Guenter Roeck <linux@roeck-us.net>
14543L:	linux-watchdog@vger.kernel.org
14544W:	http://www.linux-watchdog.org/
14545T:	git git://www.linux-watchdog.org/linux-watchdog.git
14546S:	Maintained
14547F:	Documentation/devicetree/bindings/watchdog/
14548F:	Documentation/watchdog/
14549F:	drivers/watchdog/
14550F:	include/linux/watchdog.h
14551F:	include/uapi/linux/watchdog.h
14552
14553WHISKEYCOVE PMIC GPIO DRIVER
14554M:	Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
14555L:	linux-gpio@vger.kernel.org
14556S:	Maintained
14557F:	drivers/gpio/gpio-wcove.c
14558
14559WIIMOTE HID DRIVER
14560M:	David Herrmann <dh.herrmann@googlemail.com>
14561L:	linux-input@vger.kernel.org
14562S:	Maintained
14563F:	drivers/hid/hid-wiimote*
14564
14565WILOCITY WIL6210 WIRELESS DRIVER
14566M:	Maya Erez <qca_merez@qca.qualcomm.com>
14567L:	linux-wireless@vger.kernel.org
14568L:	wil6210@qca.qualcomm.com
14569S:	Supported
14570W:	http://wireless.kernel.org/en/users/Drivers/wil6210
14571F:	drivers/net/wireless/ath/wil6210/
14572
14573WIMAX STACK
14574M:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14575M:	linux-wimax@intel.com
14576L:	wimax@linuxwimax.org (subscribers-only)
14577S:	Supported
14578W:	http://linuxwimax.org
14579F:	Documentation/wimax/README.wimax
14580F:	include/linux/wimax/debug.h
14581F:	include/net/wimax.h
14582F:	include/uapi/linux/wimax.h
14583F:	net/wimax/
14584
14585WINBOND CIR DRIVER
14586M:	David Härdeman <david@hardeman.nu>
14587S:	Maintained
14588F:	drivers/media/rc/winbond-cir.c
14589
14590WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14591M:	William Breathitt Gray <vilhelm.gray@gmail.com>
14592L:	linux-watchdog@vger.kernel.org
14593S:	Maintained
14594F:	drivers/watchdog/ebc-c384_wdt.c
14595
14596WINSYSTEMS WS16C48 GPIO DRIVER
14597M:	William Breathitt Gray <vilhelm.gray@gmail.com>
14598L:	linux-gpio@vger.kernel.org
14599S:	Maintained
14600F:	drivers/gpio/gpio-ws16c48.c
14601
14602WISTRON LAPTOP BUTTON DRIVER
14603M:	Miloslav Trmac <mitr@volny.cz>
14604S:	Maintained
14605F:	drivers/input/misc/wistron_btns.c
14606
14607WL3501 WIRELESS PCMCIA CARD DRIVER
14608L:	linux-wireless@vger.kernel.org
14609S:	Odd fixes
14610F:	drivers/net/wireless/wl3501*
14611
14612WOLFSON MICROELECTRONICS DRIVERS
14613L:	patches@opensource.cirrus.com
14614T:	git https://github.com/CirrusLogic/linux-drivers.git
14615W:	https://github.com/CirrusLogic/linux-drivers/wiki
14616S:	Supported
14617F:	Documentation/hwmon/wm83??
14618F:	Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14619F:	Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14620F:	Documentation/devicetree/bindings/mfd/arizona.txt
14621F:	Documentation/devicetree/bindings/mfd/wm831x.txt
14622F:	arch/arm/mach-s3c64xx/mach-crag6410*
14623F:	drivers/clk/clk-wm83*.c
14624F:	drivers/extcon/extcon-arizona.c
14625F:	drivers/leds/leds-wm83*.c
14626F:	drivers/gpio/gpio-*wm*.c
14627F:	drivers/gpio/gpio-arizona.c
14628F:	drivers/hwmon/wm83??-hwmon.c
14629F:	drivers/input/misc/wm831x-on.c
14630F:	drivers/input/touchscreen/wm831x-ts.c
14631F:	drivers/input/touchscreen/wm97*.c
14632F:	drivers/mfd/arizona*
14633F:	drivers/mfd/wm*.c
14634F:	drivers/mfd/cs47l24*
14635F:	drivers/power/supply/wm83*.c
14636F:	drivers/rtc/rtc-wm83*.c
14637F:	drivers/regulator/wm8*.c
14638F:	drivers/regulator/arizona*
14639F:	drivers/video/backlight/wm83*_bl.c
14640F:	drivers/watchdog/wm83*_wdt.c
14641F:	include/linux/mfd/arizona/
14642F:	include/linux/mfd/wm831x/
14643F:	include/linux/mfd/wm8350/
14644F:	include/linux/mfd/wm8400*
14645F:	include/linux/regulator/arizona*
14646F:	include/linux/wm97xx.h
14647F:	include/sound/wm????.h
14648F:	sound/soc/codecs/arizona.?
14649F:	sound/soc/codecs/wm*
14650F:	sound/soc/codecs/cs47l24*
14651
14652WORKQUEUE
14653M:	Tejun Heo <tj@kernel.org>
14654R:	Lai Jiangshan <jiangshanlai@gmail.com>
14655T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14656S:	Maintained
14657F:	include/linux/workqueue.h
14658F:	kernel/workqueue.c
14659F:	Documentation/core-api/workqueue.rst
14660
14661X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14662M:	Chen-Yu Tsai <wens@csie.org>
14663L:	linux-kernel@vger.kernel.org
14664S:	Maintained
14665N:	axp[128]
14666
14667X.25 NETWORK LAYER
14668M:	Andrew Hendry <andrew.hendry@gmail.com>
14669L:	linux-x25@vger.kernel.org
14670S:	Odd Fixes
14671F:	Documentation/networking/x25*
14672F:	include/net/x25*
14673F:	net/x25/
14674
14675X86 ARCHITECTURE (32-BIT AND 64-BIT)
14676M:	Thomas Gleixner <tglx@linutronix.de>
14677M:	Ingo Molnar <mingo@redhat.com>
14678M:	"H. Peter Anvin" <hpa@zytor.com>
14679M:	x86@kernel.org
14680L:	linux-kernel@vger.kernel.org
14681T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14682S:	Maintained
14683F:	Documentation/x86/
14684F:	arch/x86/
14685
14686X86 MCE INFRASTRUCTURE
14687M:	Tony Luck <tony.luck@intel.com>
14688M:	Borislav Petkov <bp@alien8.de>
14689L:	linux-edac@vger.kernel.org
14690S:	Maintained
14691F:	arch/x86/kernel/cpu/mcheck/*
14692
14693X86 MICROCODE UPDATE SUPPORT
14694M:	Borislav Petkov <bp@alien8.de>
14695S:	Maintained
14696F:	arch/x86/kernel/cpu/microcode/*
14697
14698X86 PLATFORM DRIVERS
14699M:	Darren Hart <dvhart@infradead.org>
14700M:	Andy Shevchenko <andy@infradead.org>
14701L:	platform-driver-x86@vger.kernel.org
14702T:	git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14703S:	Maintained
14704F:	drivers/platform/x86/
14705F:	drivers/platform/olpc/
14706
14707X86 VDSO
14708M:	Andy Lutomirski <luto@amacapital.net>
14709L:	linux-kernel@vger.kernel.org
14710T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14711S:	Maintained
14712F:	arch/x86/entry/vdso/
14713
14714XC2028/3028 TUNER DRIVER
14715M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
14716M:	Mauro Carvalho Chehab <mchehab@kernel.org>
14717L:	linux-media@vger.kernel.org
14718W:	https://linuxtv.org
14719T:	git git://linuxtv.org/media_tree.git
14720S:	Maintained
14721F:	drivers/media/tuners/tuner-xc2028.*
14722
14723XEN BLOCK SUBSYSTEM
14724M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14725M:	Roger Pau Monné <roger.pau@citrix.com>
14726L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14727S:	Supported
14728F:	drivers/block/xen-blkback/*
14729F:	drivers/block/xen*
14730
14731XEN HYPERVISOR ARM
14732M:	Stefano Stabellini <sstabellini@kernel.org>
14733L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14734S:	Maintained
14735F:	arch/arm/xen/
14736F:	arch/arm/include/asm/xen/
14737
14738XEN HYPERVISOR ARM64
14739M:	Stefano Stabellini <sstabellini@kernel.org>
14740L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14741S:	Maintained
14742F:	arch/arm64/xen/
14743F:	arch/arm64/include/asm/xen/
14744
14745XEN HYPERVISOR INTERFACE
14746M:	Boris Ostrovsky <boris.ostrovsky@oracle.com>
14747M:	Juergen Gross <jgross@suse.com>
14748L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14749T:	git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14750S:	Supported
14751F:	arch/x86/xen/
14752F:	drivers/*/xen-*front.c
14753F:	drivers/xen/
14754F:	arch/x86/include/asm/xen/
14755F:	include/xen/
14756F:	include/uapi/xen/
14757F:	Documentation/ABI/stable/sysfs-hypervisor-xen
14758F:	Documentation/ABI/testing/sysfs-hypervisor-xen
14759
14760XEN NETWORK BACKEND DRIVER
14761M:	Wei Liu <wei.liu2@citrix.com>
14762M:	Paul Durrant <paul.durrant@citrix.com>
14763L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14764L:	netdev@vger.kernel.org
14765S:	Supported
14766F:	drivers/net/xen-netback/*
14767
14768XEN PCI SUBSYSTEM
14769M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14770L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14771S:	Supported
14772F:	arch/x86/pci/*xen*
14773F:	drivers/pci/*xen*
14774
14775XEN PVSCSI DRIVERS
14776M:	Juergen Gross <jgross@suse.com>
14777L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14778L:	linux-scsi@vger.kernel.org
14779S:	Supported
14780F:	drivers/scsi/xen-scsifront.c
14781F:	drivers/xen/xen-scsiback.c
14782F:	include/xen/interface/io/vscsiif.h
14783
14784XEN SWIOTLB SUBSYSTEM
14785M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14786L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14787S:	Supported
14788F:	arch/x86/xen/*swiotlb*
14789F:	drivers/xen/*swiotlb*
14790
14791XFS FILESYSTEM
14792M:	Darrick J. Wong <darrick.wong@oracle.com>
14793M:	linux-xfs@vger.kernel.org
14794L:	linux-xfs@vger.kernel.org
14795W:	http://xfs.org/
14796T:	git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14797S:	Supported
14798F:	Documentation/filesystems/xfs.txt
14799F:	fs/xfs/
14800
14801XILINX AXI ETHERNET DRIVER
14802M:	Anirudha Sarangi <anirudh@xilinx.com>
14803M:	John Linn <John.Linn@xilinx.com>
14804S:	Maintained
14805F:	drivers/net/ethernet/xilinx/xilinx_axienet*
14806
14807XILINX UARTLITE SERIAL DRIVER
14808M:	Peter Korsgaard <jacmet@sunsite.dk>
14809L:	linux-serial@vger.kernel.org
14810S:	Maintained
14811F:	drivers/tty/serial/uartlite.c
14812
14813XILINX VIDEO IP CORES
14814M:	Hyun Kwon <hyun.kwon@xilinx.com>
14815M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14816L:	linux-media@vger.kernel.org
14817T:	git git://linuxtv.org/media_tree.git
14818S:	Supported
14819F:	Documentation/devicetree/bindings/media/xilinx/
14820F:	drivers/media/platform/xilinx/
14821F:	include/uapi/linux/xilinx-v4l2-controls.h
14822
14823XILLYBUS DRIVER
14824M:	Eli Billauer <eli.billauer@gmail.com>
14825L:	linux-kernel@vger.kernel.org
14826S:	Supported
14827F:	drivers/char/xillybus/
14828
14829XRA1403 GPIO EXPANDER
14830M:	Nandor Han <nandor.han@ge.com>
14831M:	Semi Malinen <semi.malinen@ge.com>
14832L:	linux-gpio@vger.kernel.org
14833S:	Maintained
14834F:	drivers/gpio/gpio-xra1403.c
14835F:	Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
14836
14837XTENSA XTFPGA PLATFORM SUPPORT
14838M:	Max Filippov <jcmvbkbc@gmail.com>
14839L:	linux-xtensa@linux-xtensa.org
14840S:	Maintained
14841F:	drivers/spi/spi-xtensa-xtfpga.c
14842F:	sound/soc/xtensa/xtfpga-i2s.c
14843
14844YAM DRIVER FOR AX.25
14845M:	Jean-Paul Roubelat <jpr@f6fbb.org>
14846L:	linux-hams@vger.kernel.org
14847S:	Maintained
14848F:	drivers/net/hamradio/yam*
14849F:	include/linux/yam.h
14850
14851YAMA SECURITY MODULE
14852M:	Kees Cook <keescook@chromium.org>
14853T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
14854S:	Supported
14855F:	security/yama/
14856F:	Documentation/admin-guide/LSM/Yama.rst
14857
14858YEALINK PHONE DRIVER
14859M:	Henk Vergonet <Henk.Vergonet@gmail.com>
14860L:	usbb2k-api-dev@nongnu.org
14861S:	Maintained
14862F:	Documentation/input/yealink.rst
14863F:	drivers/input/misc/yealink.*
14864
14865Z8530 DRIVER FOR AX.25
14866M:	Joerg Reuter <jreuter@yaina.de>
14867W:	http://yaina.de/jreuter/
14868W:	http://www.qsl.net/dl1bke/
14869L:	linux-hams@vger.kernel.org
14870S:	Maintained
14871F:	Documentation/networking/z8530drv.txt
14872F:	drivers/net/hamradio/*scc.c
14873F:	drivers/net/hamradio/z8530.h
14874
14875ZBUD COMPRESSED PAGE ALLOCATOR
14876M:	Seth Jennings <sjenning@redhat.com>
14877M:	Dan Streetman <ddstreet@ieee.org>
14878L:	linux-mm@kvack.org
14879S:	Maintained
14880F:	mm/zbud.c
14881F:	include/linux/zbud.h
14882
14883ZD1211RW WIRELESS DRIVER
14884M:	Daniel Drake <dsd@gentoo.org>
14885M:	Ulrich Kunitz <kune@deine-taler.de>
14886W:	http://zd1211.ath.cx/wiki/DriverRewrite
14887L:	linux-wireless@vger.kernel.org
14888L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
14889S:	Maintained
14890F:	drivers/net/wireless/zydas/zd1211rw/
14891
14892ZD1301 MEDIA DRIVER
14893M:	Antti Palosaari <crope@iki.fi>
14894L:	linux-media@vger.kernel.org
14895W:	https://linuxtv.org/
14896W:	http://palosaari.fi/linux/
14897Q:	https://patchwork.linuxtv.org/project/linux-media/list/
14898S:	Maintained
14899F:	drivers/media/usb/dvb-usb-v2/zd1301*
14900
14901ZD1301_DEMOD MEDIA DRIVER
14902M:	Antti Palosaari <crope@iki.fi>
14903L:	linux-media@vger.kernel.org
14904W:	https://linuxtv.org/
14905W:	http://palosaari.fi/linux/
14906Q:	https://patchwork.linuxtv.org/project/linux-media/list/
14907S:	Maintained
14908F:	drivers/media/dvb-frontends/zd1301_demod*
14909
14910ZPOOL COMPRESSED PAGE STORAGE API
14911M:	Dan Streetman <ddstreet@ieee.org>
14912L:	linux-mm@kvack.org
14913S:	Maintained
14914F:	mm/zpool.c
14915F:	include/linux/zpool.h
14916
14917ZR36067 VIDEO FOR LINUX DRIVER
14918L:	mjpeg-users@lists.sourceforge.net
14919L:	linux-media@vger.kernel.org
14920W:	http://mjpeg.sourceforge.net/driver-zoran/
14921T:	hg https://linuxtv.org/hg/v4l-dvb
14922S:	Odd Fixes
14923F:	drivers/media/pci/zoran/
14924
14925ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
14926M:	Minchan Kim <minchan@kernel.org>
14927M:	Nitin Gupta <ngupta@vflare.org>
14928R:	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14929L:	linux-kernel@vger.kernel.org
14930S:	Maintained
14931F:	drivers/block/zram/
14932F:	Documentation/blockdev/zram.txt
14933
14934ZS DECSTATION Z85C30 SERIAL DRIVER
14935M:	"Maciej W. Rozycki" <macro@linux-mips.org>
14936S:	Maintained
14937F:	drivers/tty/serial/zs.*
14938
14939ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
14940M:	Minchan Kim <minchan@kernel.org>
14941M:	Nitin Gupta <ngupta@vflare.org>
14942R:	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
14943L:	linux-mm@kvack.org
14944S:	Maintained
14945F:	mm/zsmalloc.c
14946F:	include/linux/zsmalloc.h
14947F:	Documentation/vm/zsmalloc.txt
14948
14949ZSWAP COMPRESSED SWAP CACHING
14950M:	Seth Jennings <sjenning@redhat.com>
14951M:	Dan Streetman <ddstreet@ieee.org>
14952L:	linux-mm@kvack.org
14953S:	Maintained
14954F:	mm/zswap.c
14955
14956THE REST
14957M:	Linus Torvalds <torvalds@linux-foundation.org>
14958L:	linux-kernel@vger.kernel.org
14959Q:	http://patchwork.kernel.org/project/LKML/list/
14960T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
14961S:	Buried alive in reporters
14962F:	*
14963F:	*/
14964