xref: /openbmc/linux/MAINTAINERS (revision 6724ed7f)
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:	Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
266F:	drivers/iio/counter/104-quad-8.c
267
268ACCES PCI-IDIO-16 GPIO DRIVER
269M:	William Breathitt Gray <vilhelm.gray@gmail.com>
270L:	linux-gpio@vger.kernel.org
271S:	Maintained
272F:	drivers/gpio/gpio-pci-idio-16.c
273
274ACENIC DRIVER
275M:	Jes Sorensen <jes@trained-monkey.org>
276L:	linux-acenic@sunsite.dk
277S:	Maintained
278F:	drivers/net/ethernet/alteon/acenic*
279
280ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
281M:	Peter Feuerer <peter@piie.net>
282L:	platform-driver-x86@vger.kernel.org
283W:	http://piie.net/?section=acerhdf
284S:	Maintained
285F:	drivers/platform/x86/acerhdf.c
286
287ACER WMI LAPTOP EXTRAS
288M:	"Lee, Chun-Yi" <jlee@suse.com>
289L:	platform-driver-x86@vger.kernel.org
290S:	Maintained
291F:	drivers/platform/x86/acer-wmi.c
292
293ACPI
294M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
295M:	Len Brown <lenb@kernel.org>
296L:	linux-acpi@vger.kernel.org
297W:	https://01.org/linux-acpi
298Q:	https://patchwork.kernel.org/project/linux-acpi/list/
299T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
300B:	https://bugzilla.kernel.org
301S:	Supported
302F:	drivers/acpi/
303F:	drivers/pnp/pnpacpi/
304F:	include/linux/acpi.h
305F:	include/linux/fwnode.h
306F:	include/acpi/
307F:	Documentation/acpi/
308F:	Documentation/ABI/testing/sysfs-bus-acpi
309F:	Documentation/ABI/testing/configfs-acpi
310F:	drivers/pci/*acpi*
311F:	drivers/pci/*/*acpi*
312F:	drivers/pci/*/*/*acpi*
313F:	tools/power/acpi/
314
315ACPI APEI
316M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
317M:	Len Brown <lenb@kernel.org>
318L:	linux-acpi@vger.kernel.org
319R:	Tony Luck <tony.luck@intel.com>
320R:	Borislav Petkov <bp@alien8.de>
321F:	drivers/acpi/apei/
322
323ACPI COMPONENT ARCHITECTURE (ACPICA)
324M:	Robert Moore <robert.moore@intel.com>
325M:	Lv Zheng <lv.zheng@intel.com>
326M:	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
327L:	linux-acpi@vger.kernel.org
328L:	devel@acpica.org
329W:	https://acpica.org/
330W:	https://github.com/acpica/acpica/
331Q:	https://patchwork.kernel.org/project/linux-acpi/list/
332T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
333B:	https://bugzilla.kernel.org
334B:	https://bugs.acpica.org
335S:	Supported
336F:	drivers/acpi/acpica/
337F:	include/acpi/
338F:	tools/power/acpi/
339
340ACPI FAN DRIVER
341M:	Zhang Rui <rui.zhang@intel.com>
342L:	linux-acpi@vger.kernel.org
343W:	https://01.org/linux-acpi
344B:	https://bugzilla.kernel.org
345S:	Supported
346F:	drivers/acpi/fan.c
347
348ACPI FOR ARM64 (ACPI/arm64)
349M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
350M:	Hanjun Guo <hanjun.guo@linaro.org>
351M:	Sudeep Holla <sudeep.holla@arm.com>
352L:	linux-acpi@vger.kernel.org
353S:	Maintained
354F:	drivers/acpi/arm64
355
356ACPI PMIC DRIVERS
357M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
358M:	Len Brown <lenb@kernel.org>
359R:	Andy Shevchenko <andy@infradead.org>
360R:	Mika Westerberg <mika.westerberg@linux.intel.com>
361L:	linux-acpi@vger.kernel.org
362Q:	https://patchwork.kernel.org/project/linux-acpi/list/
363T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
364B:	https://bugzilla.kernel.org
365S:	Supported
366F:	drivers/acpi/pmic/
367
368ACPI THERMAL DRIVER
369M:	Zhang Rui <rui.zhang@intel.com>
370L:	linux-acpi@vger.kernel.org
371W:	https://01.org/linux-acpi
372B:	https://bugzilla.kernel.org
373S:	Supported
374F:	drivers/acpi/*thermal*
375
376ACPI VIDEO DRIVER
377M:	Zhang Rui <rui.zhang@intel.com>
378L:	linux-acpi@vger.kernel.org
379W:	https://01.org/linux-acpi
380B:	https://bugzilla.kernel.org
381S:	Supported
382F:	drivers/acpi/acpi_video.c
383
384ACPI WMI DRIVER
385L:	platform-driver-x86@vger.kernel.org
386S:	Orphan
387F:	drivers/platform/x86/wmi.c
388F:	include/uapi/linux/wmi.h
389
390AD1889 ALSA SOUND DRIVER
391M:	Thibaut Varene <T-Bone@parisc-linux.org>
392W:	http://wiki.parisc-linux.org/AD1889
393L:	linux-parisc@vger.kernel.org
394S:	Maintained
395F:	sound/pci/ad1889.*
396
397AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
398M:	Michael Hennerich <michael.hennerich@analog.com>
399W:	http://wiki.analog.com/AD5254
400W:	http://ez.analog.com/community/linux-device-drivers
401S:	Supported
402F:	drivers/misc/ad525x_dpot.c
403
404AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
405M:	Michael Hennerich <michael.hennerich@analog.com>
406W:	http://wiki.analog.com/AD5398
407W:	http://ez.analog.com/community/linux-device-drivers
408S:	Supported
409F:	drivers/regulator/ad5398.c
410
411AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
412M:	Michael Hennerich <michael.hennerich@analog.com>
413W:	http://wiki.analog.com/AD7142
414W:	http://ez.analog.com/community/linux-device-drivers
415S:	Supported
416F:	drivers/input/misc/ad714x.c
417
418AD7877 TOUCHSCREEN DRIVER
419M:	Michael Hennerich <michael.hennerich@analog.com>
420W:	http://wiki.analog.com/AD7877
421W:	http://ez.analog.com/community/linux-device-drivers
422S:	Supported
423F:	drivers/input/touchscreen/ad7877.c
424
425AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
426M:	Michael Hennerich <michael.hennerich@analog.com>
427W:	http://wiki.analog.com/AD7879
428W:	http://ez.analog.com/community/linux-device-drivers
429S:	Supported
430F:	drivers/input/touchscreen/ad7879.c
431
432ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
433M:	Jiri Kosina <jikos@kernel.org>
434S:	Maintained
435
436ADF7242 IEEE 802.15.4 RADIO DRIVER
437M:	Michael Hennerich <michael.hennerich@analog.com>
438W:	https://wiki.analog.com/ADF7242
439W:	http://ez.analog.com/community/linux-device-drivers
440L:	linux-wpan@vger.kernel.org
441S:	Supported
442F:	drivers/net/ieee802154/adf7242.c
443F:	Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
444
445ADM1025 HARDWARE MONITOR DRIVER
446M:	Jean Delvare <jdelvare@suse.com>
447L:	linux-hwmon@vger.kernel.org
448S:	Maintained
449F:	Documentation/hwmon/adm1025
450F:	drivers/hwmon/adm1025.c
451
452ADM1029 HARDWARE MONITOR DRIVER
453M:	Corentin Labbe <clabbe.montjoie@gmail.com>
454L:	linux-hwmon@vger.kernel.org
455S:	Maintained
456F:	drivers/hwmon/adm1029.c
457
458ADM8211 WIRELESS DRIVER
459L:	linux-wireless@vger.kernel.org
460W:	http://wireless.kernel.org/
461S:	Orphan
462F:	drivers/net/wireless/admtek/adm8211.*
463
464ADP1653 FLASH CONTROLLER DRIVER
465M:	Sakari Ailus <sakari.ailus@iki.fi>
466L:	linux-media@vger.kernel.org
467S:	Maintained
468F:	drivers/media/i2c/adp1653.c
469F:	include/media/i2c/adp1653.h
470
471ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
472M:	Michael Hennerich <michael.hennerich@analog.com>
473W:	http://wiki.analog.com/ADP5520
474W:	http://ez.analog.com/community/linux-device-drivers
475S:	Supported
476F:	drivers/mfd/adp5520.c
477F:	drivers/video/backlight/adp5520_bl.c
478F:	drivers/leds/leds-adp5520.c
479F:	drivers/gpio/gpio-adp5520.c
480F:	drivers/input/keyboard/adp5520-keys.c
481
482ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
483M:	Michael Hennerich <michael.hennerich@analog.com>
484W:	http://wiki.analog.com/ADP5588
485W:	http://ez.analog.com/community/linux-device-drivers
486S:	Supported
487F:	drivers/input/keyboard/adp5588-keys.c
488F:	drivers/gpio/gpio-adp5588.c
489
490ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
491M:	Michael Hennerich <michael.hennerich@analog.com>
492W:	http://wiki.analog.com/ADP8860
493W:	http://ez.analog.com/community/linux-device-drivers
494S:	Supported
495F:	drivers/video/backlight/adp8860_bl.c
496
497ADS1015 HARDWARE MONITOR DRIVER
498M:	Dirk Eibach <eibach@gdsys.de>
499L:	linux-hwmon@vger.kernel.org
500S:	Maintained
501F:	Documentation/hwmon/ads1015
502F:	drivers/hwmon/ads1015.c
503F:	include/linux/platform_data/ads1015.h
504
505ADT746X FAN DRIVER
506M:	Colin Leroy <colin@colino.net>
507S:	Maintained
508F:	drivers/macintosh/therm_adt746x.c
509
510ADT7475 HARDWARE MONITOR DRIVER
511M:	Jean Delvare <jdelvare@suse.com>
512L:	linux-hwmon@vger.kernel.org
513S:	Maintained
514F:	Documentation/hwmon/adt7475
515F:	drivers/hwmon/adt7475.c
516
517ADVANSYS SCSI DRIVER
518M:	Matthew Wilcox <matthew@wil.cx>
519M:	Hannes Reinecke <hare@suse.com>
520L:	linux-scsi@vger.kernel.org
521S:	Maintained
522F:	Documentation/scsi/advansys.txt
523F:	drivers/scsi/advansys.c
524
525ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
526M:	Michael Hennerich <michael.hennerich@analog.com>
527W:	http://wiki.analog.com/ADXL345
528W:	http://ez.analog.com/community/linux-device-drivers
529S:	Supported
530F:	drivers/input/misc/adxl34x.c
531
532AF9013 MEDIA DRIVER
533M:	Antti Palosaari <crope@iki.fi>
534L:	linux-media@vger.kernel.org
535W:	https://linuxtv.org
536W:	http://palosaari.fi/linux/
537Q:	http://patchwork.linuxtv.org/project/linux-media/list/
538T:	git git://linuxtv.org/anttip/media_tree.git
539S:	Maintained
540F:	drivers/media/dvb-frontends/af9013*
541
542AF9033 MEDIA DRIVER
543M:	Antti Palosaari <crope@iki.fi>
544L:	linux-media@vger.kernel.org
545W:	https://linuxtv.org
546W:	http://palosaari.fi/linux/
547Q:	http://patchwork.linuxtv.org/project/linux-media/list/
548T:	git git://linuxtv.org/anttip/media_tree.git
549S:	Maintained
550F:	drivers/media/dvb-frontends/af9033*
551
552AFFS FILE SYSTEM
553L:	linux-fsdevel@vger.kernel.org
554S:	Orphan
555F:	Documentation/filesystems/affs.txt
556F:	fs/affs/
557
558AFS FILESYSTEM
559M:	David Howells <dhowells@redhat.com>
560L:	linux-afs@lists.infradead.org
561S:	Supported
562F:	fs/afs/
563F:	include/trace/events/afs.h
564F:	Documentation/filesystems/afs.txt
565W:	https://www.infradead.org/~dhowells/kafs/
566
567AGPGART DRIVER
568M:	David Airlie <airlied@linux.ie>
569T:	git git://people.freedesktop.org/~airlied/linux (part of drm maint)
570S:	Maintained
571F:	drivers/char/agp/
572F:	include/linux/agp*
573F:	include/uapi/linux/agp*
574
575AHA152X SCSI DRIVER
576M:	"Juergen E. Fischer" <fischer@norbit.de>
577L:	linux-scsi@vger.kernel.org
578S:	Maintained
579F:	drivers/scsi/aha152x*
580F:	drivers/scsi/pcmcia/aha152x*
581
582AIC7XXX / AIC79XX SCSI DRIVER
583M:	Hannes Reinecke <hare@suse.com>
584L:	linux-scsi@vger.kernel.org
585S:	Maintained
586F:	drivers/scsi/aic7xxx/
587
588AIMSLAB FM RADIO RECEIVER DRIVER
589M:	Hans Verkuil <hverkuil@xs4all.nl>
590L:	linux-media@vger.kernel.org
591T:	git git://linuxtv.org/media_tree.git
592W:	https://linuxtv.org
593S:	Maintained
594F:	drivers/media/radio/radio-aimslab*
595
596AIO
597M:	Benjamin LaHaise <bcrl@kvack.org>
598L:	linux-aio@kvack.org
599S:	Supported
600F:	fs/aio.c
601F:	include/linux/*aio*.h
602
603AIRSPY MEDIA DRIVER
604M:	Antti Palosaari <crope@iki.fi>
605L:	linux-media@vger.kernel.org
606W:	https://linuxtv.org
607W:	http://palosaari.fi/linux/
608Q:	http://patchwork.linuxtv.org/project/linux-media/list/
609T:	git git://linuxtv.org/anttip/media_tree.git
610S:	Maintained
611F:	drivers/media/usb/airspy/
612
613ALACRITECH GIGABIT ETHERNET DRIVER
614M:	Lino Sanfilippo <LinoSanfilippo@gmx.de>
615S:	Maintained
616F:	drivers/net/ethernet/alacritech/*
617
618ALCATEL SPEEDTOUCH USB DRIVER
619M:	Duncan Sands <duncan.sands@free.fr>
620L:	linux-usb@vger.kernel.org
621W:	http://www.linux-usb.org/SpeedTouch/
622S:	Maintained
623F:	drivers/usb/atm/speedtch.c
624F:	drivers/usb/atm/usbatm.c
625
626ALCHEMY AU1XX0 MMC DRIVER
627M:	Manuel Lauss <manuel.lauss@gmail.com>
628S:	Maintained
629F:	drivers/mmc/host/au1xmmc.c
630
631ALI1563 I2C DRIVER
632M:	Rudolf Marek <r.marek@assembler.cz>
633L:	linux-i2c@vger.kernel.org
634S:	Maintained
635F:	Documentation/i2c/busses/i2c-ali1563
636F:	drivers/i2c/busses/i2c-ali1563.c
637
638ALLWINNER SECURITY SYSTEM
639M:	Corentin Labbe <clabbe.montjoie@gmail.com>
640L:	linux-crypto@vger.kernel.org
641S:	Maintained
642F:	drivers/crypto/sunxi-ss/
643
644ALPHA PORT
645M:	Richard Henderson <rth@twiddle.net>
646M:	Ivan Kokshaysky <ink@jurassic.park.msu.ru>
647M:	Matt Turner <mattst88@gmail.com>
648S:	Odd Fixes
649L:	linux-alpha@vger.kernel.org
650F:	arch/alpha/
651
652ALPS PS/2 TOUCHPAD DRIVER
653R:	Pali Rohár <pali.rohar@gmail.com>
654F:	drivers/input/mouse/alps.*
655
656ALTERA I2C CONTROLLER DRIVER
657M:	Thor Thayer <thor.thayer@linux.intel.com>
658S:	Maintained
659F:	drivers/i2c/busses/i2c-altera.c
660
661ALTERA MAILBOX DRIVER
662M:	Ley Foon Tan <lftan@altera.com>
663L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
664S:	Maintained
665F:	drivers/mailbox/mailbox-altera.c
666
667ALTERA PIO DRIVER
668M:	Tien Hock Loh <thloh@altera.com>
669L:	linux-gpio@vger.kernel.org
670S:	Maintained
671F:	drivers/gpio/gpio-altera.c
672
673ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
674M:	Thor Thayer <thor.thayer@linux.intel.com>
675S:	Maintained
676F:	drivers/gpio/gpio-altera-a10sr.c
677F:	drivers/mfd/altera-a10sr.c
678F:	drivers/reset/reset-a10sr.c
679F:	include/linux/mfd/altera-a10sr.h
680F:	include/dt-bindings/reset/altr,rst-mgr-a10sr.h
681
682ALTERA TRIPLE SPEED ETHERNET DRIVER
683M:	Vince Bridgers <vbridger@opensource.altera.com>
684L:	netdev@vger.kernel.org
685L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
686S:	Maintained
687F:	drivers/net/ethernet/altera/
688
689ALTERA UART/JTAG UART SERIAL DRIVERS
690M:	Tobias Klauser <tklauser@distanz.ch>
691L:	linux-serial@vger.kernel.org
692L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
693S:	Maintained
694F:	drivers/tty/serial/altera_uart.c
695F:	drivers/tty/serial/altera_jtaguart.c
696F:	include/linux/altera_uart.h
697F:	include/linux/altera_jtaguart.h
698
699AMAZON ETHERNET DRIVERS
700M:	Netanel Belgazal <netanel@amazon.com>
701R:	Saeed Bishara <saeedb@amazon.com>
702R:	Zorik Machulsky <zorik@amazon.com>
703L:	netdev@vger.kernel.org
704S:	Supported
705F:	Documentation/networking/ena.txt
706F:	drivers/net/ethernet/amazon/
707
708AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
709M:	Tom Lendacky <thomas.lendacky@amd.com>
710M:	Gary Hook <gary.hook@amd.com>
711L:	linux-crypto@vger.kernel.org
712S:	Supported
713F:	drivers/crypto/ccp/
714F:	include/linux/ccp.h
715
716AMD FAM15H PROCESSOR POWER MONITORING DRIVER
717M:	Huang Rui <ray.huang@amd.com>
718L:	linux-hwmon@vger.kernel.org
719S:	Supported
720F:	Documentation/hwmon/fam15h_power
721F:	drivers/hwmon/fam15h_power.c
722
723AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
724L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
725S:	Orphan
726F:	drivers/usb/gadget/udc/amd5536udc.*
727
728AMD GEODE PROCESSOR/CHIPSET SUPPORT
729P:	Andres Salomon <dilinger@queued.net>
730L:	linux-geode@lists.infradead.org (moderated for non-subscribers)
731W:	http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
732S:	Supported
733F:	drivers/char/hw_random/geode-rng.c
734F:	drivers/crypto/geode*
735F:	drivers/video/fbdev/geode/
736F:	arch/x86/include/asm/geode.h
737
738AMD IOMMU (AMD-VI)
739M:	Joerg Roedel <joro@8bytes.org>
740L:	iommu@lists.linux-foundation.org
741T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
742S:	Maintained
743F:	drivers/iommu/amd_iommu*.[ch]
744F:	include/linux/amd-iommu.h
745
746AMD KFD
747M:	Oded Gabbay <oded.gabbay@gmail.com>
748L:	dri-devel@lists.freedesktop.org
749T:	git git://people.freedesktop.org/~gabbayo/linux.git
750S:	Supported
751F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
752F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
753F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
754F:	drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
755F:	drivers/gpu/drm/amd/amdkfd/
756F:	drivers/gpu/drm/amd/include/cik_structs.h
757F:	drivers/gpu/drm/amd/include/kgd_kfd_interface.h
758F:	drivers/gpu/drm/amd/include/vi_structs.h
759F:	include/uapi/linux/kfd_ioctl.h
760
761AMD SEATTLE DEVICE TREE SUPPORT
762M:	Brijesh Singh <brijeshkumar.singh@amd.com>
763M:	Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
764M:	Tom Lendacky <thomas.lendacky@amd.com>
765S:	Supported
766F:	arch/arm64/boot/dts/amd/
767
768AMD XGBE DRIVER
769M:	Tom Lendacky <thomas.lendacky@amd.com>
770L:	netdev@vger.kernel.org
771S:	Supported
772F:	drivers/net/ethernet/amd/xgbe/
773F:	arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
774
775AMS (Apple Motion Sensor) DRIVER
776M:	Michael Hanselmann <linux-kernel@hansmi.ch>
777S:	Supported
778F:	drivers/macintosh/ams/
779
780ANALOG DEVICES INC AD9389B DRIVER
781M:	Hans Verkuil <hans.verkuil@cisco.com>
782L:	linux-media@vger.kernel.org
783S:	Maintained
784F:	drivers/media/i2c/ad9389b*
785
786ANALOG DEVICES INC ADV7180 DRIVER
787M:	Lars-Peter Clausen <lars@metafoo.de>
788L:	linux-media@vger.kernel.org
789W:	http://ez.analog.com/community/linux-device-drivers
790S:	Supported
791F:	drivers/media/i2c/adv7180.c
792
793ANALOG DEVICES INC ADV748X DRIVER
794M:	Kieran Bingham <kieran.bingham@ideasonboard.com>
795L:	linux-media@vger.kernel.org
796S:	Maintained
797F:	drivers/media/i2c/adv748x/*
798
799ANALOG DEVICES INC ADV7511 DRIVER
800M:	Hans Verkuil <hans.verkuil@cisco.com>
801L:	linux-media@vger.kernel.org
802S:	Maintained
803F:	drivers/media/i2c/adv7511*
804
805ANALOG DEVICES INC ADV7604 DRIVER
806M:	Hans Verkuil <hans.verkuil@cisco.com>
807L:	linux-media@vger.kernel.org
808S:	Maintained
809F:	drivers/media/i2c/adv7604*
810
811ANALOG DEVICES INC ADV7842 DRIVER
812M:	Hans Verkuil <hans.verkuil@cisco.com>
813L:	linux-media@vger.kernel.org
814S:	Maintained
815F:	drivers/media/i2c/adv7842*
816
817ANALOG DEVICES INC ASOC CODEC DRIVERS
818M:	Lars-Peter Clausen <lars@metafoo.de>
819L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
820W:	http://wiki.analog.com/
821W:	http://ez.analog.com/community/linux-device-drivers
822S:	Supported
823F:	sound/soc/codecs/adau*
824F:	sound/soc/codecs/adav*
825F:	sound/soc/codecs/ad1*
826F:	sound/soc/codecs/ad7*
827F:	sound/soc/codecs/ssm*
828F:	sound/soc/codecs/sigmadsp.*
829
830ANALOG DEVICES INC ASOC DRIVERS
831L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
832L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
833W:	http://blackfin.uclinux.org/
834S:	Supported
835F:	sound/soc/blackfin/*
836
837ANALOG DEVICES INC DMA DRIVERS
838M:	Lars-Peter Clausen <lars@metafoo.de>
839W:	http://ez.analog.com/community/linux-device-drivers
840S:	Supported
841F:	drivers/dma/dma-axi-dmac.c
842
843ANALOG DEVICES INC IIO DRIVERS
844M:	Lars-Peter Clausen <lars@metafoo.de>
845M:	Michael Hennerich <Michael.Hennerich@analog.com>
846W:	http://wiki.analog.com/
847W:	http://ez.analog.com/community/linux-device-drivers
848S:	Supported
849F:	Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
850F:	Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
851F:	drivers/iio/*/ad*
852F:	drivers/iio/adc/ltc2497*
853X:	drivers/iio/*/adjd*
854F:	drivers/staging/iio/*/ad*
855F:	drivers/staging/iio/trigger/iio-trig-bfin-timer.c
856
857ANDROID CONFIG FRAGMENTS
858M:	Rob Herring <robh@kernel.org>
859S:	Supported
860F:	kernel/configs/android*
861
862ANDROID DRIVERS
863M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
864M:	Arve Hjønnevåg <arve@android.com>
865M:	Todd Kjos <tkjos@android.com>
866M:	Martijn Coenen <maco@android.com>
867T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
868L:	devel@driverdev.osuosl.org
869S:	Supported
870F:	drivers/android/
871F:	drivers/staging/android/
872
873ANDROID GOLDFISH RTC DRIVER
874M:	Miodrag Dinic <miodrag.dinic@mips.com>
875S:	Supported
876F:	Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
877F:	drivers/rtc/rtc-goldfish.c
878
879ANDROID ION DRIVER
880M:	Laura Abbott <labbott@redhat.com>
881M:	Sumit Semwal <sumit.semwal@linaro.org>
882L:	devel@driverdev.osuosl.org
883S:	Supported
884F:	drivers/staging/android/ion
885F:	drivers/staging/android/uapi/ion.h
886F:	drivers/staging/android/uapi/ion_test.h
887
888AOA (Apple Onboard Audio) ALSA DRIVER
889M:	Johannes Berg <johannes@sipsolutions.net>
890L:	linuxppc-dev@lists.ozlabs.org
891L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
892S:	Maintained
893F:	sound/aoa/
894
895APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
896M:	William Breathitt Gray <vilhelm.gray@gmail.com>
897L:	linux-iio@vger.kernel.org
898S:	Maintained
899F:	drivers/iio/adc/stx104.c
900
901APM DRIVER
902M:	Jiri Kosina <jikos@kernel.org>
903S:	Odd fixes
904T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
905F:	arch/x86/kernel/apm_32.c
906F:	include/linux/apm_bios.h
907F:	include/uapi/linux/apm_bios.h
908F:	drivers/char/apm-emulation.c
909
910APPARMOR SECURITY MODULE
911M:	John Johansen <john.johansen@canonical.com>
912L:	apparmor@lists.ubuntu.com (subscribers-only, general discussion)
913W:	apparmor.wiki.kernel.org
914T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
915S:	Supported
916F:	security/apparmor/
917F:	Documentation/admin-guide/LSM/apparmor.rst
918
919APPLE BCM5974 MULTITOUCH DRIVER
920M:	Henrik Rydberg <rydberg@bitmath.org>
921L:	linux-input@vger.kernel.org
922S:	Odd fixes
923F:	drivers/input/mouse/bcm5974.c
924
925APPLE SMC DRIVER
926M:	Henrik Rydberg <rydberg@bitmath.org>
927L:	linux-hwmon@vger.kernel.org
928S:	Odd fixes
929F:	drivers/hwmon/applesmc.c
930
931APPLETALK NETWORK LAYER
932L:	netdev@vger.kernel.org
933S:	Odd fixes
934F:	drivers/net/appletalk/
935F:	net/appletalk/
936
937APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
938M:	Duc Dang <dhdang@apm.com>
939S:	Supported
940F:	arch/arm64/boot/dts/apm/
941
942APPLIED MICRO (APM) X-GENE SOC EDAC
943M:	Loc Ho <lho@apm.com>
944S:	Supported
945F:	drivers/edac/xgene_edac.c
946F:	Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
947
948APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
949M:	Iyappan Subramanian <isubramanian@apm.com>
950M:	Keyur Chudgar <kchudgar@apm.com>
951S:	Supported
952F:	drivers/net/ethernet/apm/xgene-v2/
953
954APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
955M:	Iyappan Subramanian <isubramanian@apm.com>
956M:	Keyur Chudgar <kchudgar@apm.com>
957M:	Quan Nguyen <qnguyen@apm.com>
958S:	Supported
959F:	drivers/net/ethernet/apm/xgene/
960F:	drivers/net/phy/mdio-xgene.c
961F:	Documentation/devicetree/bindings/net/apm-xgene-enet.txt
962F:	Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
963
964APPLIED MICRO (APM) X-GENE SOC PMU
965M:	Tai Nguyen <ttnguyen@apm.com>
966S:	Supported
967F:	drivers/perf/xgene_pmu.c
968F:	Documentation/perf/xgene-pmu.txt
969F:	Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
970
971APTINA CAMERA SENSOR PLL
972M:	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
973L:	linux-media@vger.kernel.org
974S:	Maintained
975F:	drivers/media/i2c/aptina-pll.*
976
977ARC FRAMEBUFFER DRIVER
978M:	Jaya Kumar <jayalk@intworks.biz>
979S:	Maintained
980F:	drivers/video/fbdev/arcfb.c
981F:	drivers/video/fbdev/core/fb_defio.c
982
983ARC PGU DRM DRIVER
984M:	Alexey Brodkin <abrodkin@synopsys.com>
985S:	Supported
986F:	drivers/gpu/drm/arc/
987F:	Documentation/devicetree/bindings/display/snps,arcpgu.txt
988
989ARCNET NETWORK LAYER
990M:	Michael Grzeschik <m.grzeschik@pengutronix.de>
991L:	netdev@vger.kernel.org
992S:	Maintained
993F:	drivers/net/arcnet/
994F:	include/uapi/linux/if_arcnet.h
995
996ARM ARCHITECTED TIMER DRIVER
997M:	Mark Rutland <mark.rutland@arm.com>
998M:	Marc Zyngier <marc.zyngier@arm.com>
999L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000S:	Maintained
1001F:	arch/arm/include/asm/arch_timer.h
1002F:	arch/arm64/include/asm/arch_timer.h
1003F:	drivers/clocksource/arm_arch_timer.c
1004
1005ARM HDLCD DRM DRIVER
1006M:	Liviu Dudau <liviu.dudau@arm.com>
1007S:	Supported
1008F:	drivers/gpu/drm/arm/hdlcd_*
1009F:	Documentation/devicetree/bindings/display/arm,hdlcd.txt
1010
1011ARM MALI-DP DRM DRIVER
1012M:	Liviu Dudau <liviu.dudau@arm.com>
1013M:	Brian Starkey <brian.starkey@arm.com>
1014M:	Mali DP Maintainers <malidp@foss.arm.com>
1015S:	Supported
1016F:	drivers/gpu/drm/arm/
1017F:	Documentation/devicetree/bindings/display/arm,malidp.txt
1018
1019ARM MFM AND FLOPPY DRIVERS
1020M:	Ian Molton <spyro@f2s.com>
1021S:	Maintained
1022F:	arch/arm/lib/floppydma.S
1023F:	arch/arm/include/asm/floppy.h
1024
1025ARM PMU PROFILING AND DEBUGGING
1026M:	Will Deacon <will.deacon@arm.com>
1027M:	Mark Rutland <mark.rutland@arm.com>
1028S:	Maintained
1029L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030F:	arch/arm*/kernel/perf_*
1031F:	arch/arm/oprofile/common.c
1032F:	arch/arm*/kernel/hw_breakpoint.c
1033F:	arch/arm*/include/asm/hw_breakpoint.h
1034F:	arch/arm*/include/asm/perf_event.h
1035F:	drivers/perf/*
1036F:	include/linux/perf/arm_pmu.h
1037F:	Documentation/devicetree/bindings/arm/pmu.txt
1038F:	Documentation/devicetree/bindings/perf/
1039
1040ARM PORT
1041M:	Russell King <linux@armlinux.org.uk>
1042L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043W:	http://www.armlinux.org.uk/
1044S:	Maintained
1045T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git
1046F:	arch/arm/
1047
1048ARM PRIMECELL AACI PL041 DRIVER
1049M:	Russell King <linux@armlinux.org.uk>
1050S:	Maintained
1051F:	sound/arm/aaci.*
1052
1053ARM PRIMECELL BUS SUPPORT
1054M:	Russell King <linux@armlinux.org.uk>
1055S:	Maintained
1056F:	drivers/amba/
1057F:	include/linux/amba/bus.h
1058
1059ARM PRIMECELL CLCD PL110 DRIVER
1060M:	Russell King <linux@armlinux.org.uk>
1061S:	Maintained
1062F:	drivers/video/fbdev/amba-clcd.*
1063
1064ARM PRIMECELL KMI PL050 DRIVER
1065M:	Russell King <linux@armlinux.org.uk>
1066S:	Maintained
1067F:	drivers/input/serio/ambakmi.*
1068F:	include/linux/amba/kmi.h
1069
1070ARM PRIMECELL MMCI PL180/1 DRIVER
1071M:	Russell King <linux@armlinux.org.uk>
1072S:	Maintained
1073F:	drivers/mmc/host/mmci.*
1074F:	include/linux/amba/mmci.h
1075
1076ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1077M:	Russell King <linux@armlinux.org.uk>
1078S:	Maintained
1079F:	drivers/tty/serial/amba-pl01*.c
1080F:	include/linux/amba/serial.h
1081
1082ARM SMMU DRIVERS
1083M:	Will Deacon <will.deacon@arm.com>
1084R:	Robin Murphy <robin.murphy@arm.com>
1085L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086S:	Maintained
1087F:	drivers/iommu/arm-smmu.c
1088F:	drivers/iommu/arm-smmu-v3.c
1089F:	drivers/iommu/io-pgtable-arm.c
1090F:	drivers/iommu/io-pgtable-arm-v7s.c
1091
1092ARM SUB-ARCHITECTURES
1093L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094S:	Maintained
1095F:	arch/arm/mach-*/
1096F:	arch/arm/plat-*/
1097T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1098
1099ARM/ACTIONS SEMI ARCHITECTURE
1100M:	Andreas Färber <afaerber@suse.de>
1101L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102S:	Maintained
1103N:	owl
1104F:	arch/arm/mach-actions/
1105F:	arch/arm/boot/dts/owl-*
1106F:	arch/arm64/boot/dts/actions/
1107F:	drivers/clocksource/owl-*
1108F:	drivers/soc/actions/
1109F:	include/dt-bindings/power/owl-*
1110F:	include/linux/soc/actions/
1111F:	Documentation/devicetree/bindings/arm/actions.txt
1112F:	Documentation/devicetree/bindings/power/actions,owl-sps.txt
1113F:	Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1114
1115ARM/ADS SPHERE MACHINE SUPPORT
1116M:	Lennert Buytenhek <kernel@wantstofly.org>
1117L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118S:	Maintained
1119
1120ARM/AFEB9260 MACHINE SUPPORT
1121M:	Sergey Lapin <slapin@ossfans.org>
1122L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123S:	Maintained
1124
1125ARM/AJECO 1ARM MACHINE SUPPORT
1126M:	Lennert Buytenhek <kernel@wantstofly.org>
1127L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128S:	Maintained
1129
1130ARM/Allwinner SoC Clock Support
1131M:	Emilio López <emilio@elopez.com.ar>
1132S:	Maintained
1133F:	drivers/clk/sunxi/
1134
1135ARM/Allwinner sunXi SoC support
1136M:	Maxime Ripard <maxime.ripard@free-electrons.com>
1137M:	Chen-Yu Tsai <wens@csie.org>
1138L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139S:	Maintained
1140N:	sun[x456789]i
1141N:	sun50i
1142F:	arch/arm/mach-sunxi/
1143F:	arch/arm64/boot/dts/allwinner/
1144F:	drivers/clk/sunxi-ng/
1145F:	drivers/pinctrl/sunxi/
1146F:	drivers/soc/sunxi/
1147T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1148
1149ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1150M:	Neil Armstrong <narmstrong@baylibre.com>
1151M:	Jerome Brunet <jbrunet@baylibre.com>
1152L:	linux-amlogic@lists.infradead.org
1153S:	Maintained
1154F:	drivers/clk/meson/
1155F:	include/dt-bindings/clock/meson*
1156F:	include/dt-bindings/clock/gxbb*
1157F:	Documentation/devicetree/bindings/clock/amlogic*
1158
1159ARM/Amlogic Meson SoC support
1160M:	Carlo Caione <carlo@caione.org>
1161M:	Kevin Hilman <khilman@baylibre.com>
1162L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163L:	linux-amlogic@lists.infradead.org
1164W:	http://linux-meson.com/
1165S:	Maintained
1166F:	arch/arm/mach-meson/
1167F:	arch/arm/boot/dts/meson*
1168F:	arch/arm64/boot/dts/amlogic/
1169F:	drivers/pinctrl/meson/
1170F:	drivers/mmc/host/meson*
1171N:	meson
1172
1173ARM/Annapurna Labs ALPINE ARCHITECTURE
1174M:	Tsahee Zidenberg <tsahee@annapurnalabs.com>
1175M:	Antoine Tenart <antoine.tenart@free-electrons.com>
1176L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177S:	Maintained
1178F:	arch/arm/mach-alpine/
1179F:	arch/arm/boot/dts/alpine*
1180F:	arch/arm64/boot/dts/al/
1181F:	drivers/*/*alpine*
1182
1183ARM/ARTPEC MACHINE SUPPORT
1184M:	Jesper Nilsson <jesper.nilsson@axis.com>
1185M:	Lars Persson <lars.persson@axis.com>
1186M:	Niklas Cassel <niklas.cassel@axis.com>
1187S:	Maintained
1188L:	linux-arm-kernel@axis.com
1189F:	arch/arm/mach-artpec
1190F:	arch/arm/boot/dts/artpec6*
1191F:	drivers/clk/axis
1192F:	drivers/crypto/axis
1193F:	drivers/pinctrl/pinctrl-artpec*
1194F:	Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1195
1196ARM/ASPEED I2C DRIVER
1197M:	Brendan Higgins <brendanhiggins@google.com>
1198R:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
1199R:	Joel Stanley <joel@jms.id.au>
1200L:	linux-i2c@vger.kernel.org
1201L:	openbmc@lists.ozlabs.org (moderated for non-subscribers)
1202S:	Maintained
1203F:	drivers/irqchip/irq-aspeed-i2c-ic.c
1204F:	drivers/i2c/busses/i2c-aspeed.c
1205F:	Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1206F:	Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1207
1208ARM/ASPEED MACHINE SUPPORT
1209M:	Joel Stanley <joel@jms.id.au>
1210S:	Maintained
1211F:	arch/arm/mach-aspeed/
1212F:	arch/arm/boot/dts/aspeed-*
1213F:	drivers/*/*aspeed*
1214
1215ARM/ATMEL AT91 Clock Support
1216M:	Boris Brezillon <boris.brezillon@free-electrons.com>
1217S:	Maintained
1218F:	drivers/clk/at91
1219
1220ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1221M:	Nicolas Ferre <nicolas.ferre@microchip.com>
1222M:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
1223L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224W:	http://www.linux4sam.org
1225T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1226S:	Supported
1227N:	at91
1228N:	atmel
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*
1237F:	drivers/watchdog/sama5d4_wdt.c
1238X:	drivers/input/touchscreen/atmel_mxt_ts.c
1239X:	drivers/net/wireless/atmel/
1240
1241ARM/CALXEDA HIGHBANK ARCHITECTURE
1242M:	Rob Herring <robh@kernel.org>
1243L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244S:	Maintained
1245F:	arch/arm/mach-highbank/
1246F:	arch/arm/boot/dts/highbank.dts
1247F:	arch/arm/boot/dts/ecx-*.dts*
1248
1249ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1250M:	Krzysztof Halasa <khalasa@piap.pl>
1251S:	Maintained
1252F:	arch/arm/mach-cns3xxx/
1253
1254ARM/CAVIUM THUNDER NETWORK DRIVER
1255M:	Sunil Goutham <sgoutham@cavium.com>
1256M:	Robert Richter <rric@kernel.org>
1257L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258S:	Supported
1259F:	drivers/net/ethernet/cavium/thunder/
1260
1261ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1262M:	Alexander Shiyan <shc_work@mail.ru>
1263L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264S:	Odd Fixes
1265N:	clps711x
1266
1267ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1268M:	Lennert Buytenhek <kernel@wantstofly.org>
1269L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270S:	Maintained
1271
1272ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1273M:	Hartley Sweeten <hsweeten@visionengravers.com>
1274M:	Alexander Sverdlin <alexander.sverdlin@gmail.com>
1275L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276S:	Maintained
1277F:	arch/arm/mach-ep93xx/
1278F:	arch/arm/mach-ep93xx/include/mach/
1279
1280ARM/CLKDEV SUPPORT
1281M:	Russell King <linux@armlinux.org.uk>
1282L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283S:	Maintained
1284T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1285F:	arch/arm/include/asm/clkdev.h
1286F:	drivers/clk/clkdev.c
1287
1288ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1289M:	Mike Rapoport <mike@compulab.co.il>
1290L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291S:	Maintained
1292
1293ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1294M:	Baruch Siach <baruch@tkos.co.il>
1295L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296S:	Maintained
1297F:	arch/arm/boot/dts/cx92755*
1298N:	digicolor
1299
1300ARM/CONTEC MICRO9 MACHINE SUPPORT
1301M:	Hubert Feurstein <hubert.feurstein@contec.at>
1302S:	Maintained
1303F:	arch/arm/mach-ep93xx/micro9.c
1304
1305ARM/CORESIGHT FRAMEWORK AND DRIVERS
1306M:	Mathieu Poirier <mathieu.poirier@linaro.org>
1307L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1308S:	Maintained
1309F:	drivers/hwtracing/coresight/*
1310F:	Documentation/trace/coresight.txt
1311F:	Documentation/trace/coresight-cpu-debug.txt
1312F:	Documentation/devicetree/bindings/arm/coresight.txt
1313F:	Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1314F:	Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1315F:	tools/perf/arch/arm/util/pmu.c
1316F:	tools/perf/arch/arm/util/auxtrace.c
1317F:	tools/perf/arch/arm/util/cs-etm.c
1318F:	tools/perf/arch/arm/util/cs-etm.h
1319F:	tools/perf/util/cs-etm.h
1320
1321ARM/CORGI MACHINE SUPPORT
1322M:	Richard Purdie <rpurdie@rpsys.net>
1323S:	Maintained
1324
1325ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1326M:	Hans Ulli Kroll <ulli.kroll@googlemail.com>
1327M:	Linus Walleij <linus.walleij@linaro.org>
1328L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1329T:	git git://github.com/ulli-kroll/linux.git
1330S:	Maintained
1331F:	Documentation/devicetree/bindings/arm/gemini.txt
1332F:	Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1333F:	Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1334F:	arch/arm/mach-gemini/
1335F:	drivers/pinctrl/pinctrl-gemini.c
1336F:	drivers/rtc/rtc-ftrtc010.c
1337
1338ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1339M:	Barry Song <baohua@kernel.org>
1340L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341T:	git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1342S:	Maintained
1343F:	arch/arm/boot/dts/prima2*
1344F:	arch/arm/mach-prima2/
1345F:	drivers/clk/sirf/
1346F:	drivers/clocksource/timer-prima2.c
1347F:	drivers/clocksource/timer-atlas7.c
1348N:	[^a-z]sirf
1349
1350ARM/EBSA110 MACHINE SUPPORT
1351M:	Russell King <linux@armlinux.org.uk>
1352L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353W:	http://www.armlinux.org.uk/
1354S:	Maintained
1355F:	arch/arm/mach-ebsa110/
1356F:	drivers/net/ethernet/amd/am79c961a.*
1357
1358ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1359M:	Uwe Kleine-König <kernel@pengutronix.de>
1360L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361S:	Maintained
1362N:	efm32
1363
1364ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1365M:	Robert Jarzmik <robert.jarzmik@free.fr>
1366L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1367S:	Maintained
1368F:	arch/arm/mach-pxa/ezx.c
1369
1370ARM/FARADAY FA526 PORT
1371M:	Hans Ulli Kroll <ulli.kroll@googlemail.com>
1372L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373S:	Maintained
1374T:	git git://git.berlios.de/gemini-board
1375F:	arch/arm/mm/*-fa*
1376
1377ARM/FOOTBRIDGE ARCHITECTURE
1378M:	Russell King <linux@armlinux.org.uk>
1379L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380W:	http://www.armlinux.org.uk/
1381S:	Maintained
1382F:	arch/arm/include/asm/hardware/dec21285.h
1383F:	arch/arm/mach-footbridge/
1384
1385ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1386M:	Shawn Guo <shawnguo@kernel.org>
1387M:	Sascha Hauer <kernel@pengutronix.de>
1388R:	Fabio Estevam <fabio.estevam@nxp.com>
1389L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1390S:	Maintained
1391T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1392F:	arch/arm/mach-imx/
1393F:	arch/arm/mach-mxs/
1394F:	arch/arm/boot/dts/imx*
1395F:	arch/arm/configs/imx*_defconfig
1396F:	drivers/clk/imx/
1397F:	drivers/soc/imx/
1398F:	include/soc/imx/
1399
1400ARM/FREESCALE VYBRID ARM ARCHITECTURE
1401M:	Shawn Guo <shawnguo@kernel.org>
1402M:	Sascha Hauer <kernel@pengutronix.de>
1403R:	Stefan Agner <stefan@agner.ch>
1404L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405S:	Maintained
1406T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1407F:	arch/arm/mach-imx/*vf610*
1408F:	arch/arm/boot/dts/vf*
1409
1410ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1411M:	Lennert Buytenhek <kernel@wantstofly.org>
1412L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413S:	Maintained
1414
1415ARM/GUMSTIX MACHINE SUPPORT
1416M:	Steve Sakoman <sakoman@gmail.com>
1417L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418S:	Maintained
1419
1420ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1421M:	Philipp Zabel <philipp.zabel@gmail.com>
1422M:	Paul Parsons <lost.distance@yahoo.com>
1423L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424S:	Maintained
1425F:	arch/arm/mach-pxa/hx4700.c
1426F:	arch/arm/mach-pxa/include/mach/hx4700.h
1427F:	sound/soc/pxa/hx4700.c
1428
1429ARM/HISILICON SOC SUPPORT
1430M:	Wei Xu <xuwei5@hisilicon.com>
1431L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432W:	http://www.hisilicon.com
1433S:	Supported
1434T:	git git://github.com/hisilicon/linux-hisi.git
1435F:	arch/arm/mach-hisi/
1436F:	arch/arm/boot/dts/hi3*
1437F:	arch/arm/boot/dts/hip*
1438F:	arch/arm/boot/dts/hisi*
1439F:	arch/arm64/boot/dts/hisilicon/
1440
1441ARM/HP JORNADA 7XX MACHINE SUPPORT
1442M:	Kristoffer Ericson <kristoffer.ericson@gmail.com>
1443W:	www.jlime.com
1444S:	Maintained
1445T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1446F:	arch/arm/mach-sa1100/jornada720.c
1447F:	arch/arm/mach-sa1100/include/mach/jornada720.h
1448
1449ARM/IGEP MACHINE SUPPORT
1450M:	Enric Balletbo i Serra <eballetbo@gmail.com>
1451M:	Javier Martinez Canillas <javier@dowhile0.org>
1452L:	linux-omap@vger.kernel.org
1453L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454S:	Maintained
1455F:	arch/arm/boot/dts/omap3-igep*
1456
1457ARM/INCOME PXA270 SUPPORT
1458M:	Marek Vasut <marek.vasut@gmail.com>
1459L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460S:	Maintained
1461F:	arch/arm/mach-pxa/colibri-pxa270-income.c
1462
1463ARM/INTEL IOP13XX ARM ARCHITECTURE
1464M:	Lennert Buytenhek <kernel@wantstofly.org>
1465L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466S:	Maintained
1467
1468ARM/INTEL IOP32X ARM ARCHITECTURE
1469M:	Lennert Buytenhek <kernel@wantstofly.org>
1470L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471S:	Maintained
1472
1473ARM/INTEL IOP33X ARM ARCHITECTURE
1474L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475S:	Orphan
1476
1477ARM/INTEL IQ81342EX MACHINE SUPPORT
1478M:	Lennert Buytenhek <kernel@wantstofly.org>
1479L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480S:	Maintained
1481
1482ARM/INTEL IXDP2850 MACHINE SUPPORT
1483M:	Lennert Buytenhek <kernel@wantstofly.org>
1484L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485S:	Maintained
1486
1487ARM/INTEL IXP4XX ARM ARCHITECTURE
1488M:	Imre Kaloz <kaloz@openwrt.org>
1489M:	Krzysztof Halasa <khalasa@piap.pl>
1490L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1491S:	Maintained
1492F:	arch/arm/mach-ixp4xx/
1493
1494ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1495M:	Jonathan Cameron <jic23@cam.ac.uk>
1496L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497S:	Maintained
1498F:	arch/arm/mach-pxa/stargate2.c
1499F:	drivers/pcmcia/pxa2xx_stargate2.c
1500
1501ARM/INTEL XSC3 (MANZANO) ARM CORE
1502M:	Lennert Buytenhek <kernel@wantstofly.org>
1503L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504S:	Maintained
1505
1506ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1507M:	Lennert Buytenhek <kernel@wantstofly.org>
1508L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509S:	Maintained
1510
1511ARM/LG1K ARCHITECTURE
1512M:	Chanho Min <chanho.min@lge.com>
1513L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514S:	Maintained
1515F:	arch/arm64/boot/dts/lg/
1516
1517ARM/LOGICPD PXA270 MACHINE SUPPORT
1518M:	Lennert Buytenhek <kernel@wantstofly.org>
1519L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520S:	Maintained
1521
1522ARM/LPC18XX ARCHITECTURE
1523M:	Joachim Eastwood <manabian@gmail.com>
1524L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525S:	Maintained
1526F:	arch/arm/boot/dts/lpc43*
1527F:	drivers/clk/nxp/clk-lpc18xx*
1528F:	drivers/clocksource/time-lpc32xx.c
1529F:	drivers/i2c/busses/i2c-lpc2k.c
1530F:	drivers/memory/pl172.c
1531F:	drivers/mtd/spi-nor/nxp-spifi.c
1532F:	drivers/rtc/rtc-lpc24xx.c
1533N:	lpc18xx
1534
1535ARM/LPC32XX SOC SUPPORT
1536M:	Vladimir Zapolskiy <vz@mleia.com>
1537M:	Sylvain Lemieux <slemieux.tyco@gmail.com>
1538L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1539T:	git git://github.com/vzapolskiy/linux-lpc32xx.git
1540S:	Maintained
1541F:	arch/arm/boot/dts/lpc32*
1542F:	arch/arm/mach-lpc32xx/
1543F:	drivers/i2c/busses/i2c-pnx.c
1544F:	drivers/net/ethernet/nxp/lpc_eth.c
1545F:	drivers/usb/host/ohci-nxp.c
1546F:	drivers/watchdog/pnx4008_wdt.c
1547N:	lpc32xx
1548
1549ARM/MAGICIAN MACHINE SUPPORT
1550M:	Philipp Zabel <philipp.zabel@gmail.com>
1551S:	Maintained
1552
1553ARM/Marvell Berlin SoC support
1554M:	Jisheng Zhang <jszhang@marvell.com>
1555M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1556L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557S:	Maintained
1558F:	arch/arm/mach-berlin/
1559F:	arch/arm/boot/dts/berlin*
1560F:	arch/arm64/boot/dts/marvell/berlin*
1561
1562ARM/Marvell Dove/MV78xx0/Orion SOC support
1563M:	Jason Cooper <jason@lakedaemon.net>
1564M:	Andrew Lunn <andrew@lunn.ch>
1565M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1566M:	Gregory Clement <gregory.clement@free-electrons.com>
1567L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568S:	Maintained
1569F:	Documentation/devicetree/bindings/soc/dove/
1570F:	arch/arm/mach-dove/
1571F:	arch/arm/mach-mv78xx0/
1572F:	arch/arm/mach-orion5x/
1573F:	arch/arm/plat-orion/
1574F:	arch/arm/boot/dts/dove*
1575F:	arch/arm/boot/dts/orion5x*
1576
1577ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1578M:	Jason Cooper <jason@lakedaemon.net>
1579M:	Andrew Lunn <andrew@lunn.ch>
1580M:	Gregory Clement <gregory.clement@free-electrons.com>
1581M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1582L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583S:	Maintained
1584F:	arch/arm/boot/dts/armada*
1585F:	arch/arm/boot/dts/kirkwood*
1586F:	arch/arm/configs/mvebu_*_defconfig
1587F:	arch/arm/mach-mvebu/
1588F:	arch/arm64/boot/dts/marvell/armada*
1589F:	drivers/cpufreq/mvebu-cpufreq.c
1590F:	drivers/irqchip/irq-armada-370-xp.c
1591F:	drivers/irqchip/irq-mvebu-*
1592F:	drivers/pinctrl/mvebu/
1593F:	drivers/rtc/rtc-armada38x.c
1594
1595ARM/Mediatek RTC DRIVER
1596M:	Eddie Huang <eddie.huang@mediatek.com>
1597M:	Sean Wang <sean.wang@mediatek.com>
1598L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1599L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1600S:	Maintained
1601F:	Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1602F:	drivers/rtc/rtc-mt6397.c
1603F:	drivers/rtc/rtc-mt7622.c
1604
1605ARM/Mediatek SoC support
1606M:	Matthias Brugger <matthias.bgg@gmail.com>
1607L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1609S:	Maintained
1610F:	arch/arm/boot/dts/mt6*
1611F:	arch/arm/boot/dts/mt7*
1612F:	arch/arm/boot/dts/mt8*
1613F:	arch/arm/mach-mediatek/
1614F:	arch/arm64/boot/dts/mediatek/
1615N:	mtk
1616K:	mediatek
1617
1618ARM/Mediatek USB3 PHY DRIVER
1619M:	Chunfeng Yun <chunfeng.yun@mediatek.com>
1620L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1621L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1622S:	Maintained
1623F:	drivers/phy/mediatek/phy-mtk-tphy.c
1624
1625ARM/MICREL KS8695 ARCHITECTURE
1626M:	Greg Ungerer <gerg@uclinux.org>
1627L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628F:	arch/arm/mach-ks8695/
1629S:	Odd Fixes
1630
1631ARM/MIOA701 MACHINE SUPPORT
1632M:	Robert Jarzmik <robert.jarzmik@free.fr>
1633L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634F:	arch/arm/mach-pxa/mioa701.c
1635S:	Maintained
1636
1637ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1638M:	Michael Petchkovsky <mkpetch@internode.on.net>
1639S:	Maintained
1640
1641ARM/NOMADIK ARCHITECTURE
1642M:	Alessandro Rubini <rubini@unipv.it>
1643M:	Linus Walleij <linus.walleij@linaro.org>
1644L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645S:	Maintained
1646F:	arch/arm/mach-nomadik/
1647F:	drivers/pinctrl/nomadik/
1648F:	drivers/i2c/busses/i2c-nomadik.c
1649T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1650
1651ARM/NUVOTON W90X900 ARM ARCHITECTURE
1652M:	Wan ZongShun <mcuos.com@gmail.com>
1653L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654W:	http://www.mcuos.com
1655S:	Maintained
1656F:	arch/arm/mach-w90x900/
1657F:	drivers/input/keyboard/w90p910_keypad.c
1658F:	drivers/input/touchscreen/w90p910_ts.c
1659F:	drivers/watchdog/nuc900_wdt.c
1660F:	drivers/net/ethernet/nuvoton/w90p910_ether.c
1661F:	drivers/mtd/nand/nuc900_nand.c
1662F:	drivers/rtc/rtc-nuc900.c
1663F:	drivers/spi/spi-nuc900.c
1664F:	drivers/usb/host/ehci-w90x900.c
1665F:	drivers/video/fbdev/nuc900fb.c
1666
1667ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1668M:	Nelson Castillo <arhuaco@freaks-unidos.net>
1669L:	openmoko-kernel@lists.openmoko.org (subscribers-only)
1670W:	http://wiki.openmoko.org/wiki/Neo_FreeRunner
1671S:	Supported
1672
1673ARM/Orion SoC/Technologic Systems TS-78xx platform support
1674M:	Alexander Clouter <alex@digriz.org.uk>
1675L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676W:	http://www.digriz.org.uk/ts78xx/kernel
1677S:	Maintained
1678F:	arch/arm/mach-orion5x/ts78xx-*
1679
1680ARM/OXNAS platform support
1681M:	Neil Armstrong <narmstrong@baylibre.com>
1682L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683L:	linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1684S:	Maintained
1685F:	arch/arm/mach-oxnas/
1686F:	arch/arm/boot/dts/ox8*.dtsi
1687F:	arch/arm/boot/dts/wd-mbwe.dts
1688F:	arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1689N:	oxnas
1690
1691ARM/PALM TREO SUPPORT
1692M:	Tomas Cech <sleep_walker@suse.com>
1693L:	linux-arm-kernel@lists.infradead.org
1694W:	http://hackndev.com
1695S:	Maintained
1696F:	arch/arm/mach-pxa/include/mach/palmtreo.h
1697F:	arch/arm/mach-pxa/palmtreo.c
1698
1699ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1700M:	Marek Vasut <marek.vasut@gmail.com>
1701L:	linux-arm-kernel@lists.infradead.org
1702W:	http://hackndev.com
1703S:	Maintained
1704F:	arch/arm/mach-pxa/include/mach/palmtx.h
1705F:	arch/arm/mach-pxa/palmtx.c
1706F:	arch/arm/mach-pxa/include/mach/palmt5.h
1707F:	arch/arm/mach-pxa/palmt5.c
1708F:	arch/arm/mach-pxa/include/mach/palmld.h
1709F:	arch/arm/mach-pxa/palmld.c
1710F:	arch/arm/mach-pxa/include/mach/palmte2.h
1711F:	arch/arm/mach-pxa/palmte2.c
1712F:	arch/arm/mach-pxa/include/mach/palmtc.h
1713F:	arch/arm/mach-pxa/palmtc.c
1714
1715ARM/PALMZ72 SUPPORT
1716M:	Sergey Lapin <slapin@ossfans.org>
1717L:	linux-arm-kernel@lists.infradead.org
1718W:	http://hackndev.com
1719S:	Maintained
1720F:	arch/arm/mach-pxa/include/mach/palmz72.h
1721F:	arch/arm/mach-pxa/palmz72.c
1722
1723ARM/PLEB SUPPORT
1724M:	Peter Chubb <pleb@gelato.unsw.edu.au>
1725W:	http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1726S:	Maintained
1727
1728ARM/PT DIGITAL BOARD PORT
1729M:	Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1730L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1731W:	http://www.armlinux.org.uk/
1732S:	Maintained
1733
1734ARM/QUALCOMM SUPPORT
1735M:	Andy Gross <andy.gross@linaro.org>
1736M:	David Brown <david.brown@linaro.org>
1737L:	linux-arm-msm@vger.kernel.org
1738L:	linux-soc@vger.kernel.org
1739S:	Maintained
1740F:	Documentation/devicetree/bindings/soc/qcom/
1741F:	arch/arm/boot/dts/qcom-*.dts
1742F:	arch/arm/boot/dts/qcom-*.dtsi
1743F:	arch/arm/mach-qcom/
1744F:	arch/arm64/boot/dts/qcom/*
1745F:	drivers/i2c/busses/i2c-qup.c
1746F:	drivers/clk/qcom/
1747F:	drivers/dma/qcom/
1748F:	drivers/soc/qcom/
1749F:	drivers/spi/spi-qup.c
1750F:	drivers/tty/serial/msm_serial.h
1751F:	drivers/tty/serial/msm_serial.c
1752F:	drivers/*/pm8???-*
1753F:	drivers/mfd/ssbi.c
1754F:	drivers/firmware/qcom_scm.c
1755T:	git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1756
1757ARM/RADISYS ENP2611 MACHINE SUPPORT
1758M:	Lennert Buytenhek <kernel@wantstofly.org>
1759L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760S:	Maintained
1761
1762ARM/REALTEK ARCHITECTURE
1763M:	Andreas Färber <afaerber@suse.de>
1764L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1765S:	Maintained
1766F:	arch/arm64/boot/dts/realtek/
1767F:	Documentation/devicetree/bindings/arm/realtek.txt
1768
1769ARM/RENESAS ARM64 ARCHITECTURE
1770M:	Simon Horman <horms@verge.net.au>
1771M:	Magnus Damm <magnus.damm@gmail.com>
1772L:	linux-renesas-soc@vger.kernel.org
1773Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
1774T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1775S:	Supported
1776F:	arch/arm64/boot/dts/renesas/
1777F:	Documentation/devicetree/bindings/arm/shmobile.txt
1778F:	drivers/soc/renesas/
1779F:	include/linux/soc/renesas/
1780
1781ARM/RISCPC ARCHITECTURE
1782M:	Russell King <linux@armlinux.org.uk>
1783L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784W:	http://www.armlinux.org.uk/
1785S:	Maintained
1786F:	arch/arm/include/asm/hardware/entry-macro-iomd.S
1787F:	arch/arm/include/asm/hardware/ioc.h
1788F:	arch/arm/include/asm/hardware/iomd.h
1789F:	arch/arm/include/asm/hardware/memc.h
1790F:	arch/arm/mach-rpc/
1791F:	drivers/net/ethernet/8390/etherh.c
1792F:	drivers/net/ethernet/i825xx/ether1*
1793F:	drivers/net/ethernet/seeq/ether3*
1794F:	drivers/scsi/arm/
1795
1796ARM/Rockchip SoC support
1797M:	Heiko Stuebner <heiko@sntech.de>
1798L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1799L:	linux-rockchip@lists.infradead.org
1800T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1801S:	Maintained
1802F:	arch/arm/boot/dts/rk3*
1803F:	arch/arm/boot/dts/rv1108*
1804F:	arch/arm/mach-rockchip/
1805F:	drivers/clk/rockchip/
1806F:	drivers/i2c/busses/i2c-rk3x.c
1807F:	drivers/*/*rockchip*
1808F:	drivers/*/*/*rockchip*
1809F:	sound/soc/rockchip/
1810N:	rockchip
1811
1812ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1813M:	Kukjin Kim <kgene@kernel.org>
1814M:	Krzysztof Kozlowski <krzk@kernel.org>
1815L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1816L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1817Q:	https://patchwork.kernel.org/project/linux-samsung-soc/list/
1818S:	Maintained
1819F:	arch/arm/boot/dts/s3c*
1820F:	arch/arm/boot/dts/s5p*
1821F:	arch/arm/boot/dts/samsung*
1822F:	arch/arm/boot/dts/exynos*
1823F:	arch/arm64/boot/dts/exynos/
1824F:	arch/arm/plat-samsung/
1825F:	arch/arm/mach-s3c24*/
1826F:	arch/arm/mach-s3c64xx/
1827F:	arch/arm/mach-s5p*/
1828F:	arch/arm/mach-exynos*/
1829F:	drivers/*/*s3c24*
1830F:	drivers/*/*/*s3c24*
1831F:	drivers/*/*s3c64xx*
1832F:	drivers/*/*s5pv210*
1833F:	drivers/memory/samsung/*
1834F:	drivers/soc/samsung/*
1835F:	Documentation/arm/Samsung/
1836F:	Documentation/devicetree/bindings/arm/samsung/
1837F:	Documentation/devicetree/bindings/sram/samsung-sram.txt
1838F:	Documentation/devicetree/bindings/power/pd-samsung.txt
1839N:	exynos
1840
1841ARM/SAMSUNG MOBILE MACHINE SUPPORT
1842M:	Kyungmin Park <kyungmin.park@samsung.com>
1843L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1844S:	Maintained
1845F:	arch/arm/mach-s5pv210/
1846
1847ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1848M:	Kyungmin Park <kyungmin.park@samsung.com>
1849M:	Kamil Debski <kamil@wypas.org>
1850M:	Andrzej Hajda <a.hajda@samsung.com>
1851L:	linux-arm-kernel@lists.infradead.org
1852L:	linux-media@vger.kernel.org
1853S:	Maintained
1854F:	drivers/media/platform/s5p-g2d/
1855
1856ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1857M:	Marek Szyprowski <m.szyprowski@samsung.com>
1858L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1859L:	linux-media@vger.kernel.org
1860S:	Maintained
1861F:	drivers/media/platform/s5p-cec/
1862F:	Documentation/devicetree/bindings/media/s5p-cec.txt
1863
1864ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1865M:	Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1866M:	Jacek Anaszewski <jacek.anaszewski@gmail.com>
1867L:	linux-arm-kernel@lists.infradead.org
1868L:	linux-media@vger.kernel.org
1869S:	Maintained
1870F:	drivers/media/platform/s5p-jpeg/
1871
1872ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1873M:	Kyungmin Park <kyungmin.park@samsung.com>
1874M:	Kamil Debski <kamil@wypas.org>
1875M:	Jeongtae Park <jtp.park@samsung.com>
1876M:	Andrzej Hajda <a.hajda@samsung.com>
1877L:	linux-arm-kernel@lists.infradead.org
1878L:	linux-media@vger.kernel.org
1879S:	Maintained
1880F:	arch/arm/plat-samsung/s5p-dev-mfc.c
1881F:	drivers/media/platform/s5p-mfc/
1882
1883ARM/SHMOBILE ARM ARCHITECTURE
1884M:	Simon Horman <horms@verge.net.au>
1885M:	Magnus Damm <magnus.damm@gmail.com>
1886L:	linux-renesas-soc@vger.kernel.org
1887Q:	http://patchwork.kernel.org/project/linux-renesas-soc/list/
1888T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1889S:	Supported
1890F:	arch/arm/boot/dts/emev2*
1891F:	arch/arm/boot/dts/r7s*
1892F:	arch/arm/boot/dts/r8a*
1893F:	arch/arm/boot/dts/sh*
1894F:	arch/arm/configs/shmobile_defconfig
1895F:	arch/arm/include/debug/renesas-scif.S
1896F:	arch/arm/mach-shmobile/
1897F:	Documentation/devicetree/bindings/arm/shmobile.txt
1898F:	drivers/soc/renesas/
1899F:	include/linux/soc/renesas/
1900
1901ARM/SOCFPGA ARCHITECTURE
1902M:	Dinh Nguyen <dinguyen@kernel.org>
1903S:	Maintained
1904F:	arch/arm/mach-socfpga/
1905F:	arch/arm/boot/dts/socfpga*
1906F:	arch/arm/configs/socfpga_defconfig
1907F:	arch/arm64/boot/dts/altera/
1908W:	http://www.rocketboards.org
1909T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1910
1911ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1912M:	Dinh Nguyen <dinguyen@kernel.org>
1913S:	Maintained
1914F:	drivers/clk/socfpga/
1915
1916ARM/SOCFPGA EDAC SUPPORT
1917M:	Thor Thayer <thor.thayer@linux.intel.com>
1918S:	Maintained
1919F:	drivers/edac/altera_edac.
1920
1921ARM/STI ARCHITECTURE
1922M:	Patrice Chotard <patrice.chotard@st.com>
1923L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924W:	http://www.stlinux.com
1925S:	Maintained
1926F:	arch/arm/mach-sti/
1927F:	arch/arm/boot/dts/sti*
1928F:	drivers/char/hw_random/st-rng.c
1929F:	drivers/clocksource/arm_global_timer.c
1930F:	drivers/clocksource/clksrc_st_lpc.c
1931F:	drivers/cpufreq/sti-cpufreq.c
1932F:	drivers/dma/st_fdma*
1933F:	drivers/i2c/busses/i2c-st.c
1934F:	drivers/media/rc/st_rc.c
1935F:	drivers/media/platform/sti/c8sectpfe/
1936F:	drivers/mmc/host/sdhci-st.c
1937F:	drivers/phy/st/phy-miphy28lp.c
1938F:	drivers/phy/st/phy-stih407-usb.c
1939F:	drivers/pinctrl/pinctrl-st.c
1940F:	drivers/remoteproc/st_remoteproc.c
1941F:	drivers/remoteproc/st_slim_rproc.c
1942F:	drivers/reset/sti/
1943F:	drivers/rtc/rtc-st-lpc.c
1944F:	drivers/tty/serial/st-asc.c
1945F:	drivers/usb/dwc3/dwc3-st.c
1946F:	drivers/usb/host/ehci-st.c
1947F:	drivers/usb/host/ohci-st.c
1948F:	drivers/watchdog/st_lpc_wdt.c
1949F:	drivers/ata/ahci_st.c
1950F:	include/linux/remoteproc/st_slim_rproc.h
1951
1952ARM/STM32 ARCHITECTURE
1953M:	Maxime Coquelin <mcoquelin.stm32@gmail.com>
1954M:	Alexandre Torgue <alexandre.torgue@st.com>
1955L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1956S:	Maintained
1957T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1958N:	stm32
1959F:	drivers/clocksource/armv7m_systick.c
1960
1961ARM/TANGO ARCHITECTURE
1962M:	Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1963L:	linux-arm-kernel@lists.infradead.org
1964S:	Maintained
1965N:	tango
1966
1967ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1968M:	Lennert Buytenhek <kernel@wantstofly.org>
1969L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1970S:	Maintained
1971
1972ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
1973M:	Hans Verkuil <hans.verkuil@cisco.com>
1974L:	linux-tegra@vger.kernel.org
1975L:	linux-media@vger.kernel.org
1976S:	Maintained
1977F:	drivers/media/platform/tegra-cec/
1978F:	Documentation/devicetree/bindings/media/tegra-cec.txt
1979
1980ARM/TETON BGA MACHINE SUPPORT
1981M:	"Mark F. Brown" <mark.brown314@gmail.com>
1982L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983S:	Maintained
1984
1985ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1986M:	Santosh Shilimkar <ssantosh@kernel.org>
1987L:	linux-kernel@vger.kernel.org
1988S:	Maintained
1989F:	drivers/memory/*emif*
1990
1991ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1992M:	Santosh Shilimkar <ssantosh@kernel.org>
1993L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1994S:	Maintained
1995F:	arch/arm/mach-keystone/
1996F:	arch/arm/boot/dts/keystone-*
1997T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1998
1999ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2000M:	Santosh Shilimkar <ssantosh@kernel.org>
2001L:	linux-kernel@vger.kernel.org
2002S:	Maintained
2003F:	drivers/clk/keystone/
2004
2005ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2006M:	Santosh Shilimkar <ssantosh@kernel.org>
2007L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2008L:	linux-kernel@vger.kernel.org
2009S:	Maintained
2010F:	drivers/clocksource/timer-keystone.c
2011
2012ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2013M:	Santosh Shilimkar <ssantosh@kernel.org>
2014L:	linux-kernel@vger.kernel.org
2015S:	Maintained
2016F:	drivers/power/reset/keystone-reset.c
2017
2018ARM/THECUS N2100 MACHINE SUPPORT
2019M:	Lennert Buytenhek <kernel@wantstofly.org>
2020L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2021S:	Maintained
2022
2023ARM/TOSA MACHINE SUPPORT
2024M:	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2025M:	Dirk Opfer <dirk@opfer-online.de>
2026S:	Maintained
2027
2028ARM/U300 MACHINE SUPPORT
2029M:	Linus Walleij <linus.walleij@linaro.org>
2030L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2031S:	Supported
2032F:	arch/arm/mach-u300/
2033F:	drivers/clocksource/timer-u300.c
2034F:	drivers/i2c/busses/i2c-stu300.c
2035F:	drivers/rtc/rtc-coh901331.c
2036F:	drivers/watchdog/coh901327_wdt.c
2037F:	drivers/dma/coh901318*
2038F:	drivers/mfd/ab3100*
2039F:	drivers/rtc/rtc-ab3100.c
2040F:	drivers/rtc/rtc-coh901331.c
2041T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2042
2043ARM/UNIPHIER ARCHITECTURE
2044M:	Masahiro Yamada <yamada.masahiro@socionext.com>
2045L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2046T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2047S:	Maintained
2048F:	Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2049F:	arch/arm/boot/dts/uniphier*
2050F:	arch/arm/include/asm/hardware/cache-uniphier.h
2051F:	arch/arm/mach-uniphier/
2052F:	arch/arm/mm/cache-uniphier.c
2053F:	arch/arm64/boot/dts/socionext/uniphier*
2054F:	drivers/bus/uniphier-system-bus.c
2055F:	drivers/clk/uniphier/
2056F:	drivers/gpio/gpio-uniphier.c
2057F:	drivers/i2c/busses/i2c-uniphier*
2058F:	drivers/irqchip/irq-uniphier-aidet.c
2059F:	drivers/pinctrl/uniphier/
2060F:	drivers/reset/reset-uniphier.c
2061F:	drivers/tty/serial/8250/8250_uniphier.c
2062N:	uniphier
2063
2064ARM/Ux500 ARM ARCHITECTURE
2065M:	Linus Walleij <linus.walleij@linaro.org>
2066L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2067S:	Maintained
2068F:	arch/arm/mach-ux500/
2069F:	drivers/clocksource/clksrc-dbx500-prcmu.c
2070F:	drivers/dma/ste_dma40*
2071F:	drivers/hwspinlock/u8500_hsem.c
2072F:	drivers/mfd/abx500*
2073F:	drivers/mfd/ab8500*
2074F:	drivers/mfd/dbx500*
2075F:	drivers/mfd/db8500*
2076F:	drivers/pinctrl/nomadik/pinctrl-ab*
2077F:	drivers/pinctrl/nomadik/pinctrl-nomadik*
2078F:	drivers/rtc/rtc-ab8500.c
2079F:	drivers/rtc/rtc-pl031.c
2080T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2081
2082ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2083M:	Ulf Hansson <ulf.hansson@linaro.org>
2084L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2085T:	git git://git.linaro.org/people/ulfh/clk.git
2086S:	Maintained
2087F:	drivers/clk/ux500/
2088
2089ARM/VERSATILE EXPRESS PLATFORM
2090M:	Liviu Dudau <liviu.dudau@arm.com>
2091M:	Sudeep Holla <sudeep.holla@arm.com>
2092M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2093L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2094S:	Maintained
2095F:	arch/arm/boot/dts/vexpress*
2096F:	arch/arm64/boot/dts/arm/
2097F:	arch/arm/mach-vexpress/
2098F:	*/*/vexpress*
2099F:	*/*/*/vexpress*
2100F:	drivers/clk/versatile/clk-vexpress-osc.c
2101F:	drivers/clocksource/versatile.c
2102N:	mps2
2103
2104ARM/VFP SUPPORT
2105M:	Russell King <linux@armlinux.org.uk>
2106L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2107W:	http://www.armlinux.org.uk/
2108S:	Maintained
2109F:	arch/arm/vfp/
2110
2111ARM/VOIPAC PXA270 SUPPORT
2112M:	Marek Vasut <marek.vasut@gmail.com>
2113L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2114S:	Maintained
2115F:	arch/arm/mach-pxa/vpac270.c
2116F:	arch/arm/mach-pxa/include/mach/vpac270.h
2117
2118ARM/VT8500 ARM ARCHITECTURE
2119M:	Tony Prisk <linux@prisktech.co.nz>
2120L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2121S:	Maintained
2122F:	arch/arm/mach-vt8500/
2123F:	drivers/clocksource/vt8500_timer.c
2124F:	drivers/i2c/busses/i2c-wmt.c
2125F:	drivers/mmc/host/wmt-sdmmc.c
2126F:	drivers/pwm/pwm-vt8500.c
2127F:	drivers/rtc/rtc-vt8500.c
2128F:	drivers/tty/serial/vt8500_serial.c
2129F:	drivers/usb/host/ehci-platform.c
2130F:	drivers/usb/host/uhci-platform.c
2131F:	drivers/video/fbdev/vt8500lcdfb.*
2132F:	drivers/video/fbdev/wm8505fb*
2133F:	drivers/video/fbdev/wmt_ge_rops.*
2134
2135ARM/ZIPIT Z2 SUPPORT
2136M:	Marek Vasut <marek.vasut@gmail.com>
2137L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2138S:	Maintained
2139F:	arch/arm/mach-pxa/z2.c
2140F:	arch/arm/mach-pxa/include/mach/z2.h
2141
2142ARM/ZTE ARCHITECTURE
2143M:	Jun Nie <jun.nie@linaro.org>
2144M:	Baoyou Xie <baoyou.xie@linaro.org>
2145M:	Shawn Guo <shawnguo@kernel.org>
2146L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2147S:	Maintained
2148F:	arch/arm/boot/dts/zx2967*
2149F:	arch/arm/mach-zx/
2150F:	arch/arm64/boot/dts/zte/
2151F:	drivers/clk/zte/
2152F:	drivers/dma/zx_dma.c
2153F:	drivers/gpio/gpio-zx.c
2154F:	drivers/i2c/busses/i2c-zx2967.c
2155F:	drivers/mmc/host/dw_mmc-zx.*
2156F:	drivers/pinctrl/zte/
2157F:	drivers/soc/zte/
2158F:	drivers/thermal/zx2967_thermal.c
2159F:	drivers/watchdog/zx2967_wdt.c
2160F:	Documentation/devicetree/bindings/arm/zte.txt
2161F:	Documentation/devicetree/bindings/clock/zx2967*.txt
2162F:	Documentation/devicetree/bindings/dma/zxdma.txt
2163F:	Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2164F:	Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2165F:	Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2166F:	Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2167F:	Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2168F:	Documentation/devicetree/bindings/soc/zte/
2169F:	Documentation/devicetree/bindings/sound/zte,*.txt
2170F:	Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2171F:	Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2172F:	include/dt-bindings/clock/zx2967*.h
2173F:	include/dt-bindings/soc/zte,*.h
2174F:	sound/soc/codecs/zx_aud96p22.c
2175F:	sound/soc/zte/
2176
2177ARM/ZYNQ ARCHITECTURE
2178M:	Michal Simek <michal.simek@xilinx.com>
2179L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2180W:	http://wiki.xilinx.com
2181T:	git https://github.com/Xilinx/linux-xlnx.git
2182S:	Supported
2183F:	arch/arm/mach-zynq/
2184F:	drivers/cpuidle/cpuidle-zynq.c
2185F:	drivers/block/xsysace.c
2186N:	zynq
2187N:	xilinx
2188F:	drivers/clocksource/cadence_ttc_timer.c
2189F:	drivers/i2c/busses/i2c-cadence.c
2190F:	drivers/mmc/host/sdhci-of-arasan.c
2191F:	drivers/edac/synopsys_edac.c
2192
2193ARM64 PORT (AARCH64 ARCHITECTURE)
2194M:	Catalin Marinas <catalin.marinas@arm.com>
2195M:	Will Deacon <will.deacon@arm.com>
2196L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2197T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2198S:	Maintained
2199F:	arch/arm64/
2200F:	Documentation/arm64/
2201
2202AS3645A LED FLASH CONTROLLER DRIVER
2203M:	Sakari Ailus <sakari.ailus@iki.fi>
2204L:	linux-leds@vger.kernel.org
2205S:	Maintained
2206F:	drivers/leds/leds-as3645a.c
2207
2208AS3645A LED FLASH CONTROLLER DRIVER
2209M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2210L:	linux-media@vger.kernel.org
2211T:	git git://linuxtv.org/media_tree.git
2212S:	Maintained
2213F:	drivers/media/i2c/as3645a.c
2214F:	include/media/i2c/as3645a.h
2215
2216ASAHI KASEI AK8974 DRIVER
2217M:	Linus Walleij <linus.walleij@linaro.org>
2218L:	linux-iio@vger.kernel.org
2219W:	http://www.akm.com/
2220S:	Supported
2221F:	drivers/iio/magnetometer/ak8974.c
2222
2223ASC7621 HARDWARE MONITOR DRIVER
2224M:	George Joseph <george.joseph@fairview5.com>
2225L:	linux-hwmon@vger.kernel.org
2226S:	Maintained
2227F:	Documentation/hwmon/asc7621
2228F:	drivers/hwmon/asc7621.c
2229
2230ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2231M:	Corentin Chary <corentin.chary@gmail.com>
2232L:	acpi4asus-user@lists.sourceforge.net
2233L:	platform-driver-x86@vger.kernel.org
2234W:	http://acpi4asus.sf.net
2235S:	Maintained
2236F:	drivers/platform/x86/asus*.c
2237F:	drivers/platform/x86/eeepc*.c
2238
2239ASUS WIRELESS RADIO CONTROL DRIVER
2240M:	João Paulo Rechi Vita <jprvita@gmail.com>
2241L:	platform-driver-x86@vger.kernel.org
2242S:	Maintained
2243F:	drivers/platform/x86/asus-wireless.c
2244
2245ASYMMETRIC KEYS
2246M:	David Howells <dhowells@redhat.com>
2247L:	keyrings@vger.kernel.org
2248S:	Maintained
2249F:	Documentation/crypto/asymmetric-keys.txt
2250F:	include/linux/verification.h
2251F:	include/crypto/public_key.h
2252F:	include/crypto/pkcs7.h
2253F:	crypto/asymmetric_keys/
2254
2255ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2256R:	Dan Williams <dan.j.williams@intel.com>
2257W:	http://sourceforge.net/projects/xscaleiop
2258S:	Odd fixes
2259F:	Documentation/crypto/async-tx-api.txt
2260F:	crypto/async_tx/
2261F:	drivers/dma/
2262F:	include/linux/dmaengine.h
2263F:	include/linux/async_tx.h
2264
2265AT24 EEPROM DRIVER
2266M:	Bartosz Golaszewski <brgl@bgdev.pl>
2267L:	linux-i2c@vger.kernel.org
2268S:	Maintained
2269F:	drivers/misc/eeprom/at24.c
2270F:	include/linux/platform_data/at24.h
2271
2272ATA OVER ETHERNET (AOE) DRIVER
2273M:	"Ed L. Cashin" <ed.cashin@acm.org>
2274W:	http://www.openaoe.org/
2275S:	Supported
2276F:	Documentation/aoe/
2277F:	drivers/block/aoe/
2278
2279ATHEROS 71XX/9XXX GPIO DRIVER
2280M:	Alban Bedel <albeu@free.fr>
2281W:	https://github.com/AlbanBedel/linux
2282T:	git git://github.com/AlbanBedel/linux
2283S:	Maintained
2284F:	drivers/gpio/gpio-ath79.c
2285F:	Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2286
2287ATHEROS ATH GENERIC UTILITIES
2288M:	"Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2289L:	linux-wireless@vger.kernel.org
2290S:	Supported
2291F:	drivers/net/wireless/ath/*
2292
2293ATHEROS ATH5K WIRELESS DRIVER
2294M:	Jiri Slaby <jirislaby@gmail.com>
2295M:	Nick Kossifidis <mickflemm@gmail.com>
2296M:	"Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2297L:	linux-wireless@vger.kernel.org
2298W:	http://wireless.kernel.org/en/users/Drivers/ath5k
2299S:	Maintained
2300F:	drivers/net/wireless/ath/ath5k/
2301
2302ATHEROS ATH6KL WIRELESS DRIVER
2303M:	Kalle Valo <kvalo@qca.qualcomm.com>
2304L:	linux-wireless@vger.kernel.org
2305W:	http://wireless.kernel.org/en/users/Drivers/ath6kl
2306T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2307S:	Supported
2308F:	drivers/net/wireless/ath/ath6kl/
2309
2310ATI_REMOTE2 DRIVER
2311M:	Ville Syrjala <syrjala@sci.fi>
2312S:	Maintained
2313F:	drivers/input/misc/ati_remote2.c
2314
2315ATK0110 HWMON DRIVER
2316M:	Luca Tettamanti <kronos.it@gmail.com>
2317L:	linux-hwmon@vger.kernel.org
2318S:	Maintained
2319F:	drivers/hwmon/asus_atk0110.c
2320
2321ATLX ETHERNET DRIVERS
2322M:	Jay Cliburn <jcliburn@gmail.com>
2323M:	Chris Snook <chris.snook@gmail.com>
2324L:	netdev@vger.kernel.org
2325W:	http://sourceforge.net/projects/atl1
2326W:	http://atl1.sourceforge.net
2327S:	Maintained
2328F:	drivers/net/ethernet/atheros/
2329
2330ATM
2331M:	Chas Williams <3chas3@gmail.com>
2332L:	linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2333L:	netdev@vger.kernel.org
2334W:	http://linux-atm.sourceforge.net
2335S:	Maintained
2336F:	drivers/atm/
2337F:	include/linux/atm*
2338F:	include/uapi/linux/atm*
2339
2340ATMEL AT91 / AT32 MCI DRIVER
2341M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2342S:	Maintained
2343F:	drivers/mmc/host/atmel-mci.c
2344
2345ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2346M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2347S:	Supported
2348F:	drivers/power/reset/at91-sama5d2_shdwc.c
2349
2350ATMEL Audio ALSA driver
2351M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2352L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
2353S:	Supported
2354F:	sound/soc/atmel
2355
2356ATMEL I2C DRIVER
2357M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2358L:	linux-i2c@vger.kernel.org
2359S:	Supported
2360F:	drivers/i2c/busses/i2c-at91.c
2361
2362ATMEL ISI DRIVER
2363M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2364L:	linux-media@vger.kernel.org
2365S:	Supported
2366F:	drivers/media/platform/atmel/atmel-isi.c
2367F:	include/media/atmel-isi.h
2368
2369ATMEL LCDFB DRIVER
2370M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2371L:	linux-fbdev@vger.kernel.org
2372S:	Maintained
2373F:	drivers/video/fbdev/atmel_lcdfb.c
2374F:	include/video/atmel_lcdc.h
2375
2376ATMEL MACB ETHERNET DRIVER
2377M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2378S:	Supported
2379F:	drivers/net/ethernet/cadence/
2380
2381ATMEL MAXTOUCH DRIVER
2382M:	Nick Dyer <nick@shmanahar.org>
2383T:	git git://github.com/ndyer/linux.git
2384S:	Maintained
2385F:	Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2386F:	drivers/input/touchscreen/atmel_mxt_ts.c
2387F:	include/linux/platform_data/atmel_mxt_ts.h
2388
2389ATMEL NAND DRIVER
2390M:	Wenyou Yang <wenyou.yang@atmel.com>
2391M:	Josh Wu <rainyfeeling@outlook.com>
2392L:	linux-mtd@lists.infradead.org
2393S:	Supported
2394F:	drivers/mtd/nand/atmel/*
2395
2396ATMEL SAMA5D2 ADC DRIVER
2397M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2398L:	linux-iio@vger.kernel.org
2399S:	Supported
2400F:	drivers/iio/adc/at91-sama5d2_adc.c
2401
2402ATMEL SDMMC DRIVER
2403M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2404L:	linux-mmc@vger.kernel.org
2405S:	Supported
2406F:	drivers/mmc/host/sdhci-of-at91.c
2407
2408ATMEL SPI DRIVER
2409M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2410S:	Supported
2411F:	drivers/spi/spi-atmel.*
2412
2413ATMEL SSC DRIVER
2414M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2415L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2416S:	Supported
2417F:	drivers/misc/atmel-ssc.c
2418F:	include/linux/atmel-ssc.h
2419
2420ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2421M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2422L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2423S:	Supported
2424F:	drivers/misc/atmel_tclib.c
2425F:	drivers/clocksource/tcb_clksrc.c
2426
2427ATMEL USBA UDC DRIVER
2428M:	Nicolas Ferre <nicolas.ferre@microchip.com>
2429L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2430S:	Supported
2431F:	drivers/usb/gadget/udc/atmel_usba_udc.*
2432
2433ATMEL WIRELESS DRIVER
2434M:	Simon Kelley <simon@thekelleys.org.uk>
2435L:	linux-wireless@vger.kernel.org
2436W:	http://www.thekelleys.org.uk/atmel
2437W:	http://atmelwlandriver.sourceforge.net/
2438S:	Maintained
2439F:	drivers/net/wireless/atmel/atmel*
2440
2441ATMEL XDMA DRIVER
2442M:	Ludovic Desroches <ludovic.desroches@microchip.com>
2443L:	linux-arm-kernel@lists.infradead.org
2444L:	dmaengine@vger.kernel.org
2445S:	Supported
2446F:	drivers/dma/at_xdmac.c
2447
2448ATOMIC INFRASTRUCTURE
2449M:	Will Deacon <will.deacon@arm.com>
2450M:	Peter Zijlstra <peterz@infradead.org>
2451R:	Boqun Feng <boqun.feng@gmail.com>
2452L:	linux-kernel@vger.kernel.org
2453S:	Maintained
2454F:	arch/*/include/asm/atomic*.h
2455F:	include/*/atomic*.h
2456
2457ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2458M:	Bradley Grove <linuxdrivers@attotech.com>
2459L:	linux-scsi@vger.kernel.org
2460W:	http://www.attotech.com
2461S:	Supported
2462F:	drivers/scsi/esas2r
2463
2464ATUSB IEEE 802.15.4 RADIO DRIVER
2465M:	Stefan Schmidt <stefan@osg.samsung.com>
2466L:	linux-wpan@vger.kernel.org
2467S:	Maintained
2468F:	drivers/net/ieee802154/atusb.c
2469F:	drivers/net/ieee802154/atusb.h
2470F:	drivers/net/ieee802154/at86rf230.h
2471
2472AUDIT SUBSYSTEM
2473M:	Paul Moore <paul@paul-moore.com>
2474M:	Eric Paris <eparis@redhat.com>
2475L:	linux-audit@redhat.com (moderated for non-subscribers)
2476W:	https://github.com/linux-audit
2477W:	https://people.redhat.com/sgrubb/audit
2478T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2479S:	Supported
2480F:	include/linux/audit.h
2481F:	include/uapi/linux/audit.h
2482F:	kernel/audit*
2483
2484AUXILIARY DISPLAY DRIVERS
2485M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2486W:	http://miguelojeda.es/auxdisplay.htm
2487W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2488S:	Maintained
2489F:	drivers/auxdisplay/
2490F:	include/linux/cfag12864b.h
2491
2492AX.25 NETWORK LAYER
2493M:	Ralf Baechle <ralf@linux-mips.org>
2494L:	linux-hams@vger.kernel.org
2495W:	http://www.linux-ax25.org/
2496S:	Maintained
2497F:	include/uapi/linux/ax25.h
2498F:	include/net/ax25.h
2499F:	net/ax25/
2500
2501AXENTIA ARM DEVICES
2502M:	Peter Rosin <peda@axentia.se>
2503L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2504S:	Maintained
2505F:	Documentation/devicetree/bindings/arm/axentia.txt
2506F:	arch/arm/boot/dts/at91-linea.dtsi
2507F:	arch/arm/boot/dts/at91-tse850-3.dts
2508
2509AXENTIA ASOC DRIVERS
2510M:	Peter Rosin <peda@axentia.se>
2511L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
2512S:	Maintained
2513F:	Documentation/devicetree/bindings/sound/axentia,*
2514F:	sound/soc/atmel/tse850-pcm5142.c
2515
2516AZ6007 DVB DRIVER
2517M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
2518M:	Mauro Carvalho Chehab <mchehab@kernel.org>
2519L:	linux-media@vger.kernel.org
2520W:	https://linuxtv.org
2521T:	git git://linuxtv.org/media_tree.git
2522S:	Maintained
2523F:	drivers/media/usb/dvb-usb-v2/az6007.c
2524
2525AZTECH FM RADIO RECEIVER DRIVER
2526M:	Hans Verkuil <hverkuil@xs4all.nl>
2527L:	linux-media@vger.kernel.org
2528T:	git git://linuxtv.org/media_tree.git
2529W:	https://linuxtv.org
2530S:	Maintained
2531F:	drivers/media/radio/radio-aztech*
2532
2533B43 WIRELESS DRIVER
2534L:	linux-wireless@vger.kernel.org
2535L:	b43-dev@lists.infradead.org
2536W:	http://wireless.kernel.org/en/users/Drivers/b43
2537S:	Odd Fixes
2538F:	drivers/net/wireless/broadcom/b43/
2539
2540B43LEGACY WIRELESS DRIVER
2541M:	Larry Finger <Larry.Finger@lwfinger.net>
2542L:	linux-wireless@vger.kernel.org
2543L:	b43-dev@lists.infradead.org
2544W:	http://wireless.kernel.org/en/users/Drivers/b43
2545S:	Maintained
2546F:	drivers/net/wireless/broadcom/b43legacy/
2547
2548BACKLIGHT CLASS/SUBSYSTEM
2549M:	Lee Jones <lee.jones@linaro.org>
2550M:	Daniel Thompson <daniel.thompson@linaro.org>
2551M:	Jingoo Han <jingoohan1@gmail.com>
2552T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2553S:	Maintained
2554F:	drivers/video/backlight/
2555F:	include/linux/backlight.h
2556F:	include/linux/pwm_backlight.h
2557F:	Documentation/devicetree/bindings/leds/backlight
2558
2559BATMAN ADVANCED
2560M:	Marek Lindner <mareklindner@neomailbox.ch>
2561M:	Simon Wunderlich <sw@simonwunderlich.de>
2562M:	Antonio Quartulli <a@unstable.cc>
2563L:	b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2564W:	https://www.open-mesh.org/
2565Q:	https://patchwork.open-mesh.org/project/batman/list/
2566S:	Maintained
2567F:	Documentation/ABI/testing/sysfs-class-net-batman-adv
2568F:	Documentation/ABI/testing/sysfs-class-net-mesh
2569F:	Documentation/networking/batman-adv.rst
2570F:	include/uapi/linux/batman_adv.h
2571F:	net/batman-adv/
2572
2573BAYCOM/HDLCDRV DRIVERS FOR AX.25
2574M:	Thomas Sailer <t.sailer@alumni.ethz.ch>
2575L:	linux-hams@vger.kernel.org
2576W:	http://www.baycom.org/~tom/ham/ham.html
2577S:	Maintained
2578F:	drivers/net/hamradio/baycom*
2579
2580BCACHE (BLOCK LAYER CACHE)
2581M:	Michael Lyle <mlyle@lyle.org>
2582M:	Kent Overstreet <kent.overstreet@gmail.com>
2583L:	linux-bcache@vger.kernel.org
2584W:	http://bcache.evilpiepirate.org
2585C:	irc://irc.oftc.net/bcache
2586S:	Maintained
2587F:	drivers/md/bcache/
2588
2589BDISP ST MEDIA DRIVER
2590M:	Fabien Dessenne <fabien.dessenne@st.com>
2591L:	linux-media@vger.kernel.org
2592T:	git git://linuxtv.org/media_tree.git
2593W:	https://linuxtv.org
2594S:	Supported
2595F:	drivers/media/platform/sti/bdisp
2596
2597BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2598M:	Dariusz Marcinkiewicz <reksio@newterm.pl>
2599L:	netdev@vger.kernel.org
2600S:	Maintained
2601F:	drivers/net/ethernet/ec_bhf.c
2602
2603BEFS FILE SYSTEM
2604M:	Luis de Bethencourt <luisbg@kernel.org>
2605M:	Salah Triki <salah.triki@gmail.com>
2606S:	Maintained
2607T:	git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2608F:	Documentation/filesystems/befs.txt
2609F:	fs/befs/
2610
2611BFQ I/O SCHEDULER
2612M:	Paolo Valente <paolo.valente@linaro.org>
2613M:	Jens Axboe <axboe@kernel.dk>
2614L:	linux-block@vger.kernel.org
2615S:	Maintained
2616F:	block/bfq-*
2617F:	Documentation/block/bfq-iosched.txt
2618
2619BFS FILE SYSTEM
2620M:	"Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2621S:	Maintained
2622F:	Documentation/filesystems/bfs.txt
2623F:	fs/bfs/
2624F:	include/uapi/linux/bfs_fs.h
2625
2626BLACKFIN ARCHITECTURE
2627L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2628T:	git git://git.code.sf.net/p/adi-linux/code
2629W:	http://blackfin.uclinux.org
2630S:	Orphan
2631F:	arch/blackfin/
2632
2633BLACKFIN EMAC DRIVER
2634L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2635W:	http://blackfin.uclinux.org
2636S:	Orphan
2637F:	drivers/net/ethernet/adi/
2638
2639BLACKFIN MEDIA DRIVER
2640L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2641W:	http://blackfin.uclinux.org/
2642S:	Orphan
2643F:	drivers/media/platform/blackfin/
2644F:	drivers/media/i2c/adv7183*
2645F:	drivers/media/i2c/vs6624*
2646
2647BLACKFIN RTC DRIVER
2648L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2649W:	http://blackfin.uclinux.org
2650S:	Orphan
2651F:	drivers/rtc/rtc-bfin.c
2652
2653BLACKFIN SDH DRIVER
2654L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2655W:	http://blackfin.uclinux.org
2656S:	Orphan
2657F:	drivers/mmc/host/bfin_sdh.c
2658
2659BLACKFIN SERIAL DRIVER
2660L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2661W:	http://blackfin.uclinux.org
2662S:	Orphan
2663F:	drivers/tty/serial/bfin_uart.c
2664
2665BLACKFIN WATCHDOG DRIVER
2666L:	adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2667W:	http://blackfin.uclinux.org
2668S:	Orphan
2669F:	drivers/watchdog/bfin_wdt.c
2670
2671BLINKM RGB LED DRIVER
2672M:	Jan-Simon Moeller <jansimon.moeller@gmx.de>
2673S:	Maintained
2674F:	drivers/leds/leds-blinkm.c
2675
2676BLOCK LAYER
2677M:	Jens Axboe <axboe@kernel.dk>
2678L:	linux-block@vger.kernel.org
2679T:	git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2680S:	Maintained
2681F:	block/
2682F:	kernel/trace/blktrace.c
2683F:	lib/sbitmap.c
2684
2685BLOCK2MTD DRIVER
2686M:	Joern Engel <joern@lazybastard.org>
2687L:	linux-mtd@lists.infradead.org
2688S:	Maintained
2689F:	drivers/mtd/devices/block2mtd.c
2690
2691BLUETOOTH DRIVERS
2692M:	Marcel Holtmann <marcel@holtmann.org>
2693M:	Gustavo Padovan <gustavo@padovan.org>
2694M:	Johan Hedberg <johan.hedberg@gmail.com>
2695L:	linux-bluetooth@vger.kernel.org
2696W:	http://www.bluez.org/
2697T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2698T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2699S:	Maintained
2700F:	drivers/bluetooth/
2701
2702BLUETOOTH SUBSYSTEM
2703M:	Marcel Holtmann <marcel@holtmann.org>
2704M:	Gustavo Padovan <gustavo@padovan.org>
2705M:	Johan Hedberg <johan.hedberg@gmail.com>
2706L:	linux-bluetooth@vger.kernel.org
2707W:	http://www.bluez.org/
2708T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2709T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2710S:	Maintained
2711F:	net/bluetooth/
2712F:	include/net/bluetooth/
2713
2714BONDING DRIVER
2715M:	Jay Vosburgh <j.vosburgh@gmail.com>
2716M:	Veaceslav Falico <vfalico@gmail.com>
2717M:	Andy Gospodarek <andy@greyhouse.net>
2718L:	netdev@vger.kernel.org
2719W:	http://sourceforge.net/projects/bonding/
2720S:	Supported
2721F:	drivers/net/bonding/
2722F:	include/uapi/linux/if_bonding.h
2723
2724BPF (Safe dynamic programs and tools)
2725M:	Alexei Starovoitov <ast@kernel.org>
2726M:	Daniel Borkmann <daniel@iogearbox.net>
2727L:	netdev@vger.kernel.org
2728L:	linux-kernel@vger.kernel.org
2729S:	Supported
2730F:	arch/x86/net/bpf_jit*
2731F:	Documentation/networking/filter.txt
2732F:	Documentation/bpf/
2733F:	include/linux/bpf*
2734F:	include/linux/filter.h
2735F:	include/uapi/linux/bpf*
2736F:	include/uapi/linux/filter.h
2737F:	kernel/bpf/
2738F:	kernel/trace/bpf_trace.c
2739F:	lib/test_bpf.c
2740F:	net/bpf/
2741F:	net/core/filter.c
2742F:	net/sched/act_bpf.c
2743F:	net/sched/cls_bpf.c
2744F:	samples/bpf/
2745F:	tools/bpf/
2746F:	tools/testing/selftests/bpf/
2747
2748BROADCOM B44 10/100 ETHERNET DRIVER
2749M:	Michael Chan <michael.chan@broadcom.com>
2750L:	netdev@vger.kernel.org
2751S:	Supported
2752F:	drivers/net/ethernet/broadcom/b44.*
2753
2754BROADCOM B53 ETHERNET SWITCH DRIVER
2755M:	Florian Fainelli <f.fainelli@gmail.com>
2756L:	netdev@vger.kernel.org
2757L:	openwrt-devel@lists.openwrt.org (subscribers-only)
2758S:	Supported
2759F:	drivers/net/dsa/b53/*
2760F:	include/linux/platform_data/b53.h
2761
2762BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2763M:	Florian Fainelli <f.fainelli@gmail.com>
2764M:	Ray Jui <rjui@broadcom.com>
2765M:	Scott Branden <sbranden@broadcom.com>
2766M:	bcm-kernel-feedback-list@broadcom.com
2767T:	git git://github.com/broadcom/mach-bcm
2768S:	Maintained
2769N:	bcm281*
2770N:	bcm113*
2771N:	bcm216*
2772N:	kona
2773F:	arch/arm/mach-bcm/
2774
2775BROADCOM BCM2835 ARM ARCHITECTURE
2776M:	Eric Anholt <eric@anholt.net>
2777M:	Stefan Wahren <stefan.wahren@i2se.com>
2778L:	linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2779L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2780T:	git git://github.com/anholt/linux
2781S:	Maintained
2782N:	bcm2835
2783F:	drivers/staging/vc04_services
2784
2785BROADCOM BCM47XX MIPS ARCHITECTURE
2786M:	Hauke Mehrtens <hauke@hauke-m.de>
2787M:	Rafał Miłecki <zajec5@gmail.com>
2788L:	linux-mips@linux-mips.org
2789S:	Maintained
2790F:	Documentation/devicetree/bindings/mips/brcm/
2791F:	arch/mips/bcm47xx/*
2792F:	arch/mips/include/asm/mach-bcm47xx/*
2793
2794BROADCOM BCM5301X ARM ARCHITECTURE
2795M:	Hauke Mehrtens <hauke@hauke-m.de>
2796M:	Rafał Miłecki <zajec5@gmail.com>
2797M:	Jon Mason <jonmason@broadcom.com>
2798M:	bcm-kernel-feedback-list@broadcom.com
2799L:	linux-arm-kernel@lists.infradead.org
2800S:	Maintained
2801F:	arch/arm/mach-bcm/bcm_5301x.c
2802F:	arch/arm/boot/dts/bcm5301x*.dtsi
2803F:	arch/arm/boot/dts/bcm470*
2804F:	arch/arm/boot/dts/bcm953012*
2805
2806BROADCOM BCM53573 ARM ARCHITECTURE
2807M:	Rafał Miłecki <rafal@milecki.pl>
2808L:	linux-arm-kernel@lists.infradead.org
2809S:	Maintained
2810F:	arch/arm/boot/dts/bcm53573*
2811F:	arch/arm/boot/dts/bcm47189*
2812
2813BROADCOM BCM63XX ARM ARCHITECTURE
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
2819N:	bcm63xx
2820
2821BROADCOM BCM63XX/BCM33XX UDC DRIVER
2822M:	Kevin Cernekee <cernekee@gmail.com>
2823L:	linux-usb@vger.kernel.org
2824S:	Maintained
2825F:	drivers/usb/gadget/udc/bcm63xx_udc.*
2826
2827BROADCOM BCM7XXX ARM ARCHITECTURE
2828M:	Brian Norris <computersforpeace@gmail.com>
2829M:	Gregory Fong <gregory.0xf0@gmail.com>
2830M:	Florian Fainelli <f.fainelli@gmail.com>
2831M:	bcm-kernel-feedback-list@broadcom.com
2832L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2833T:	git git://github.com/broadcom/stblinux.git
2834S:	Maintained
2835F:	arch/arm/mach-bcm/*brcmstb*
2836F:	arch/arm/boot/dts/bcm7*.dts*
2837F:	drivers/bus/brcmstb_gisb.c
2838N:	brcmstb
2839
2840BROADCOM BMIPS CPUFREQ DRIVER
2841M:	Markus Mayer <mmayer@broadcom.com>
2842M:	bcm-kernel-feedback-list@broadcom.com
2843L:	linux-pm@vger.kernel.org
2844S:	Maintained
2845F:	drivers/cpufreq/bmips-cpufreq.c
2846
2847BROADCOM BMIPS MIPS ARCHITECTURE
2848M:	Kevin Cernekee <cernekee@gmail.com>
2849M:	Florian Fainelli <f.fainelli@gmail.com>
2850L:	linux-mips@linux-mips.org
2851T:	git git://github.com/broadcom/stblinux.git
2852S:	Maintained
2853F:	arch/mips/bmips/*
2854F:	arch/mips/include/asm/mach-bmips/*
2855F:	arch/mips/kernel/*bmips*
2856F:	arch/mips/boot/dts/brcm/bcm*.dts*
2857F:	drivers/irqchip/irq-bcm63*
2858F:	drivers/irqchip/irq-bcm7*
2859F:	drivers/irqchip/irq-brcmstb*
2860F:	include/linux/bcm963xx_nvram.h
2861F:	include/linux/bcm963xx_tag.h
2862
2863BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2864M:	Rasesh Mody <rasesh.mody@cavium.com>
2865M:	Harish Patil <harish.patil@cavium.com>
2866M:	Dept-GELinuxNICDev@cavium.com
2867L:	netdev@vger.kernel.org
2868S:	Supported
2869F:	drivers/net/ethernet/broadcom/bnx2.*
2870F:	drivers/net/ethernet/broadcom/bnx2_*
2871
2872BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2873M:	QLogic-Storage-Upstream@qlogic.com
2874L:	linux-scsi@vger.kernel.org
2875S:	Supported
2876F:	drivers/scsi/bnx2fc/
2877
2878BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2879M:	QLogic-Storage-Upstream@qlogic.com
2880L:	linux-scsi@vger.kernel.org
2881S:	Supported
2882F:	drivers/scsi/bnx2i/
2883
2884BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2885M:	Ariel Elior <ariel.elior@cavium.com>
2886M:	everest-linux-l2@cavium.com
2887L:	netdev@vger.kernel.org
2888S:	Supported
2889F:	drivers/net/ethernet/broadcom/bnx2x/
2890
2891BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2892M:	Michael Chan <michael.chan@broadcom.com>
2893L:	netdev@vger.kernel.org
2894S:	Supported
2895F:	drivers/net/ethernet/broadcom/bnxt/
2896
2897BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2898M:	Arend van Spriel <arend.vanspriel@broadcom.com>
2899M:	Franky Lin <franky.lin@broadcom.com>
2900M:	Hante Meuleman <hante.meuleman@broadcom.com>
2901M:	Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2902M:	Wright Feng <wright.feng@cypress.com>
2903L:	linux-wireless@vger.kernel.org
2904L:	brcm80211-dev-list.pdl@broadcom.com
2905L:	brcm80211-dev-list@cypress.com
2906S:	Supported
2907F:	drivers/net/wireless/broadcom/brcm80211/
2908
2909BROADCOM BRCMSTB GPIO DRIVER
2910M:	Gregory Fong <gregory.0xf0@gmail.com>
2911L:	bcm-kernel-feedback-list@broadcom.com
2912S:	Supported
2913F:	drivers/gpio/gpio-brcmstb.c
2914F:	Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2915
2916BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
2917M:	Al Cooper <alcooperx@gmail.com>
2918L:	linux-kernel@vger.kernel.org
2919L:	bcm-kernel-feedback-list@broadcom.com
2920S:	Maintained
2921F:	drivers/phy/broadcom/phy-brcm-usb*
2922
2923BROADCOM GENET ETHERNET DRIVER
2924M:	Doug Berger <opendmb@gmail.com>
2925M:	Florian Fainelli <f.fainelli@gmail.com>
2926L:	netdev@vger.kernel.org
2927S:	Supported
2928F:	drivers/net/ethernet/broadcom/genet/
2929
2930BROADCOM IPROC ARM ARCHITECTURE
2931M:	Ray Jui <rjui@broadcom.com>
2932M:	Scott Branden <sbranden@broadcom.com>
2933M:	Jon Mason <jonmason@broadcom.com>
2934M:	bcm-kernel-feedback-list@broadcom.com
2935L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2936T:	git git://github.com/broadcom/cygnus-linux.git
2937S:	Maintained
2938N:	iproc
2939N:	cygnus
2940N:	bcm[-_]nsp
2941N:	bcm9113*
2942N:	bcm9583*
2943N:	bcm9585*
2944N:	bcm9586*
2945N:	bcm988312
2946N:	bcm113*
2947N:	bcm583*
2948N:	bcm585*
2949N:	bcm586*
2950N:	bcm88312
2951N:	hr2
2952F:	arch/arm64/boot/dts/broadcom/ns2*
2953F:	drivers/clk/bcm/clk-ns*
2954F:	drivers/pinctrl/bcm/pinctrl-ns*
2955
2956BROADCOM KONA GPIO DRIVER
2957M:	Ray Jui <rjui@broadcom.com>
2958L:	bcm-kernel-feedback-list@broadcom.com
2959S:	Supported
2960F:	drivers/gpio/gpio-bcm-kona.c
2961F:	Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2962
2963BROADCOM NETXTREME-E ROCE DRIVER
2964M:	Selvin Xavier <selvin.xavier@broadcom.com>
2965M:	Devesh Sharma <devesh.sharma@broadcom.com>
2966M:	Somnath Kotur <somnath.kotur@broadcom.com>
2967M:	Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2968L:	linux-rdma@vger.kernel.org
2969W:	http://www.broadcom.com
2970S:	Supported
2971F:	drivers/infiniband/hw/bnxt_re/
2972F:	include/uapi/rdma/bnxt_re-abi.h
2973
2974BROADCOM NVRAM DRIVER
2975M:	Rafał Miłecki <zajec5@gmail.com>
2976L:	linux-mips@linux-mips.org
2977S:	Maintained
2978F:	drivers/firmware/broadcom/*
2979
2980BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2981M:	Rafał Miłecki <zajec5@gmail.com>
2982L:	linux-wireless@vger.kernel.org
2983S:	Maintained
2984F:	drivers/bcma/
2985F:	include/linux/bcma/
2986
2987BROADCOM STB AVS CPUFREQ DRIVER
2988M:	Markus Mayer <mmayer@broadcom.com>
2989M:	bcm-kernel-feedback-list@broadcom.com
2990L:	linux-pm@vger.kernel.org
2991S:	Maintained
2992F:	Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2993F:	drivers/cpufreq/brcmstb*
2994
2995BROADCOM STB AVS TMON DRIVER
2996M:	Markus Mayer <mmayer@broadcom.com>
2997M:	bcm-kernel-feedback-list@broadcom.com
2998L:	linux-pm@vger.kernel.org
2999S:	Maintained
3000F:	Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3001F:	drivers/thermal/broadcom/brcmstb*
3002
3003BROADCOM STB NAND FLASH DRIVER
3004M:	Brian Norris <computersforpeace@gmail.com>
3005M:	Kamal Dasu <kdasu.kdev@gmail.com>
3006L:	linux-mtd@lists.infradead.org
3007L:	bcm-kernel-feedback-list@broadcom.com
3008S:	Maintained
3009F:	drivers/mtd/nand/brcmnand/
3010
3011BROADCOM STB DPFE DRIVER
3012M:	Markus Mayer <mmayer@broadcom.com>
3013M:	bcm-kernel-feedback-list@broadcom.com
3014L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3015S:	Maintained
3016F:	Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3017F:	drivers/memory/brcmstb_dpfe.c
3018
3019BROADCOM SYSTEMPORT ETHERNET DRIVER
3020M:	Florian Fainelli <f.fainelli@gmail.com>
3021L:	netdev@vger.kernel.org
3022S:	Supported
3023F:	drivers/net/ethernet/broadcom/bcmsysport.*
3024
3025BROADCOM TG3 GIGABIT ETHERNET DRIVER
3026M:	Siva Reddy Kallam <siva.kallam@broadcom.com>
3027M:	Prashant Sreedharan <prashant@broadcom.com>
3028M:	Michael Chan <mchan@broadcom.com>
3029L:	netdev@vger.kernel.org
3030S:	Supported
3031F:	drivers/net/ethernet/broadcom/tg3.*
3032
3033BROCADE BFA FC SCSI DRIVER
3034M:	Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3035M:	Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3036L:	linux-scsi@vger.kernel.org
3037S:	Supported
3038F:	drivers/scsi/bfa/
3039
3040BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3041M:	Rasesh Mody <rasesh.mody@cavium.com>
3042M:	Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3043M:	Dept-GELinuxNICDev@cavium.com
3044L:	netdev@vger.kernel.org
3045S:	Supported
3046F:	drivers/net/ethernet/brocade/bna/
3047
3048BSG (block layer generic sg v4 driver)
3049M:	FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3050L:	linux-scsi@vger.kernel.org
3051S:	Supported
3052F:	block/bsg.c
3053F:	include/linux/bsg.h
3054F:	include/uapi/linux/bsg.h
3055
3056BT87X AUDIO DRIVER
3057M:	Clemens Ladisch <clemens@ladisch.de>
3058L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3059T:	git git://git.alsa-project.org/alsa-kernel.git
3060S:	Maintained
3061F:	Documentation/sound/alsa/Bt87x.txt
3062F:	sound/pci/bt87x.c
3063
3064BT8XXGPIO DRIVER
3065M:	Michael Buesch <m@bues.ch>
3066W:	http://bu3sch.de/btgpio.php
3067S:	Maintained
3068F:	drivers/gpio/gpio-bt8xx.c
3069
3070BTRFS FILE SYSTEM
3071M:	Chris Mason <clm@fb.com>
3072M:	Josef Bacik <jbacik@fb.com>
3073M:	David Sterba <dsterba@suse.com>
3074L:	linux-btrfs@vger.kernel.org
3075W:	http://btrfs.wiki.kernel.org/
3076Q:	http://patchwork.kernel.org/project/linux-btrfs/list/
3077T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3078S:	Maintained
3079F:	Documentation/filesystems/btrfs.txt
3080F:	fs/btrfs/
3081F:	include/linux/btrfs*
3082F:	include/uapi/linux/btrfs*
3083
3084BTTV VIDEO4LINUX DRIVER
3085M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
3086M:	Mauro Carvalho Chehab <mchehab@kernel.org>
3087L:	linux-media@vger.kernel.org
3088W:	https://linuxtv.org
3089T:	git git://linuxtv.org/media_tree.git
3090S:	Odd fixes
3091F:	Documentation/media/v4l-drivers/bttv*
3092F:	drivers/media/pci/bt8xx/bttv*
3093
3094BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3095M:	Chanwoo Choi <cw00.choi@samsung.com>
3096L:	linux-pm@vger.kernel.org
3097L:	linux-samsung-soc@vger.kernel.org
3098T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3099S:	Maintained
3100F:	drivers/devfreq/exynos-bus.c
3101F:	Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3102
3103BUSLOGIC SCSI DRIVER
3104M:	Khalid Aziz <khalid@gonehiking.org>
3105L:	linux-scsi@vger.kernel.org
3106S:	Maintained
3107F:	drivers/scsi/BusLogic.*
3108F:	drivers/scsi/FlashPoint.*
3109
3110C-MEDIA CMI8788 DRIVER
3111M:	Clemens Ladisch <clemens@ladisch.de>
3112L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3113T:	git git://git.alsa-project.org/alsa-kernel.git
3114S:	Maintained
3115F:	sound/pci/oxygen/
3116
3117C6X ARCHITECTURE
3118M:	Mark Salter <msalter@redhat.com>
3119M:	Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3120L:	linux-c6x-dev@linux-c6x.org
3121W:	http://www.linux-c6x.org/wiki/index.php/Main_Page
3122S:	Maintained
3123F:	arch/c6x/
3124
3125CA8210 IEEE-802.15.4 RADIO DRIVER
3126M:	Harry Morris <h.morris@cascoda.com>
3127L:	linux-wpan@vger.kernel.org
3128W:	https://github.com/Cascoda/ca8210-linux.git
3129S:	Maintained
3130F:	drivers/net/ieee802154/ca8210.c
3131F:	Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3132
3133CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3134M:	David Howells <dhowells@redhat.com>
3135L:	linux-cachefs@redhat.com (moderated for non-subscribers)
3136S:	Supported
3137F:	Documentation/filesystems/caching/cachefiles.txt
3138F:	fs/cachefiles/
3139
3140CADET FM/AM RADIO RECEIVER DRIVER
3141M:	Hans Verkuil <hverkuil@xs4all.nl>
3142L:	linux-media@vger.kernel.org
3143T:	git git://linuxtv.org/media_tree.git
3144W:	https://linuxtv.org
3145S:	Maintained
3146F:	drivers/media/radio/radio-cadet*
3147
3148CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3149M:	Jonathan Corbet <corbet@lwn.net>
3150L:	linux-media@vger.kernel.org
3151T:	git git://linuxtv.org/media_tree.git
3152S:	Maintained
3153F:	Documentation/media/v4l-drivers/cafe_ccic*
3154F:	drivers/media/platform/marvell-ccic/
3155
3156CAIF NETWORK LAYER
3157M:	Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3158L:	netdev@vger.kernel.org
3159S:	Supported
3160F:	Documentation/networking/caif/
3161F:	drivers/net/caif/
3162F:	include/uapi/linux/caif/
3163F:	include/net/caif/
3164F:	net/caif/
3165
3166CALGARY x86-64 IOMMU
3167M:	Muli Ben-Yehuda <mulix@mulix.org>
3168M:	Jon Mason <jdmason@kudzu.us>
3169L:	iommu@lists.linux-foundation.org
3170S:	Maintained
3171F:	arch/x86/kernel/pci-calgary_64.c
3172F:	arch/x86/kernel/tce_64.c
3173F:	arch/x86/include/asm/calgary.h
3174F:	arch/x86/include/asm/tce.h
3175
3176CAN NETWORK DRIVERS
3177M:	Wolfgang Grandegger <wg@grandegger.com>
3178M:	Marc Kleine-Budde <mkl@pengutronix.de>
3179L:	linux-can@vger.kernel.org
3180W:	https://github.com/linux-can
3181T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3182T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3183S:	Maintained
3184F:	Documentation/devicetree/bindings/net/can/
3185F:	drivers/net/can/
3186F:	include/linux/can/dev.h
3187F:	include/linux/can/platform/
3188F:	include/uapi/linux/can/error.h
3189F:	include/uapi/linux/can/netlink.h
3190
3191CAN NETWORK LAYER
3192M:	Oliver Hartkopp <socketcan@hartkopp.net>
3193M:	Marc Kleine-Budde <mkl@pengutronix.de>
3194L:	linux-can@vger.kernel.org
3195W:	https://github.com/linux-can
3196T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3197T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3198S:	Maintained
3199F:	Documentation/networking/can.txt
3200F:	net/can/
3201F:	include/linux/can/core.h
3202F:	include/uapi/linux/can.h
3203F:	include/uapi/linux/can/bcm.h
3204F:	include/uapi/linux/can/raw.h
3205F:	include/uapi/linux/can/gw.h
3206
3207CAPABILITIES
3208M:	Serge Hallyn <serge@hallyn.com>
3209L:	linux-security-module@vger.kernel.org
3210S:	Supported
3211F:	include/linux/capability.h
3212F:	include/uapi/linux/capability.h
3213F:	security/commoncap.c
3214F:	kernel/capability.c
3215
3216CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3217M:	Kevin Tsai <ktsai@capellamicro.com>
3218S:	Maintained
3219F:	drivers/iio/light/cm*
3220
3221CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3222M:	Christian Lamparter <chunkeey@googlemail.com>
3223L:	linux-wireless@vger.kernel.org
3224W:	http://wireless.kernel.org/en/users/Drivers/carl9170
3225S:	Maintained
3226F:	drivers/net/wireless/ath/carl9170/
3227
3228CAVIUM I2C DRIVER
3229M:	Jan Glauber <jglauber@cavium.com>
3230M:	David Daney <david.daney@cavium.com>
3231W:	http://www.cavium.com
3232S:	Supported
3233F:	drivers/i2c/busses/i2c-octeon*
3234F:	drivers/i2c/busses/i2c-thunderx*
3235
3236CAVIUM LIQUIDIO NETWORK DRIVER
3237M:	Derek Chickles <derek.chickles@caviumnetworks.com>
3238M:	Satanand Burla <satananda.burla@caviumnetworks.com>
3239M:	Felix Manlunas <felix.manlunas@caviumnetworks.com>
3240M:	Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3241L:	netdev@vger.kernel.org
3242W:	http://www.cavium.com
3243S:	Supported
3244F:	drivers/net/ethernet/cavium/liquidio/
3245
3246CAVIUM MMC DRIVER
3247M:	Jan Glauber <jglauber@cavium.com>
3248M:	David Daney <david.daney@cavium.com>
3249M:	Steven J. Hill <Steven.Hill@cavium.com>
3250W:	http://www.cavium.com
3251S:	Supported
3252F:	drivers/mmc/host/cavium*
3253
3254CAVIUM OCTEON-TX CRYPTO DRIVER
3255M:	George Cherian <george.cherian@cavium.com>
3256L:	linux-crypto@vger.kernel.org
3257W:	http://www.cavium.com
3258S:	Supported
3259F:	drivers/crypto/cavium/cpt/
3260
3261CAVIUM THUNDERX2 ARM64 SOC
3262M:	Robert Richter <rrichter@cavium.com>
3263M:	Jayachandran C <jnair@caviumnetworks.com>
3264L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3265S:	Maintained
3266F:	arch/arm64/boot/dts/cavium/thunder2-99xx*
3267F:	Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3268
3269CC2520 IEEE-802.15.4 RADIO DRIVER
3270M:	Varka Bhadram <varkabhadram@gmail.com>
3271L:	linux-wpan@vger.kernel.org
3272S:	Maintained
3273F:	drivers/net/ieee802154/cc2520.c
3274F:	include/linux/spi/cc2520.h
3275F:	Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3276
3277CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3278M:	Gilad Ben-Yossef <gilad@benyossef.com>
3279L:	linux-crypto@vger.kernel.org
3280L:	driverdev-devel@linuxdriverproject.org
3281S:	Supported
3282F:	drivers/staging/ccree/
3283W:	https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3284
3285CEC FRAMEWORK
3286M:	Hans Verkuil <hans.verkuil@cisco.com>
3287L:	linux-media@vger.kernel.org
3288T:	git git://linuxtv.org/media_tree.git
3289W:	http://linuxtv.org
3290S:	Supported
3291F:	Documentation/media/kapi/cec-core.rst
3292F:	Documentation/media/uapi/cec
3293F:	drivers/media/cec/
3294F:	drivers/media/rc/keymaps/rc-cec.c
3295F:	include/media/cec.h
3296F:	include/media/cec-notifier.h
3297F:	include/uapi/linux/cec.h
3298F:	include/uapi/linux/cec-funcs.h
3299F:	Documentation/devicetree/bindings/media/cec.txt
3300
3301CEC GPIO DRIVER
3302M:	Hans Verkuil <hans.verkuil@cisco.com>
3303L:	linux-media@vger.kernel.org
3304T:	git git://linuxtv.org/media_tree.git
3305W:	http://linuxtv.org
3306S:	Supported
3307F:	drivers/media/platform/cec-gpio/
3308F:	Documentation/devicetree/bindings/media/cec-gpio.txt
3309
3310CELL BROADBAND ENGINE ARCHITECTURE
3311M:	Arnd Bergmann <arnd@arndb.de>
3312L:	linuxppc-dev@lists.ozlabs.org
3313W:	http://www.ibm.com/developerworks/power/cell/
3314S:	Supported
3315F:	arch/powerpc/include/asm/cell*.h
3316F:	arch/powerpc/include/asm/spu*.h
3317F:	arch/powerpc/include/uapi/asm/spu*.h
3318F:	arch/powerpc/oprofile/*cell*
3319F:	arch/powerpc/platforms/cell/
3320
3321CEPH COMMON CODE (LIBCEPH)
3322M:	Ilya Dryomov <idryomov@gmail.com>
3323M:	"Yan, Zheng" <zyan@redhat.com>
3324M:	Sage Weil <sage@redhat.com>
3325L:	ceph-devel@vger.kernel.org
3326W:	http://ceph.com/
3327T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3328T:	git git://github.com/ceph/ceph-client.git
3329S:	Supported
3330F:	net/ceph/
3331F:	include/linux/ceph/
3332F:	include/linux/crush/
3333
3334CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3335M:	"Yan, Zheng" <zyan@redhat.com>
3336M:	Sage Weil <sage@redhat.com>
3337M:	Ilya Dryomov <idryomov@gmail.com>
3338L:	ceph-devel@vger.kernel.org
3339W:	http://ceph.com/
3340T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3341T:	git git://github.com/ceph/ceph-client.git
3342S:	Supported
3343F:	Documentation/filesystems/ceph.txt
3344F:	fs/ceph/
3345
3346CERTIFICATE HANDLING:
3347M:	David Howells <dhowells@redhat.com>
3348M:	David Woodhouse <dwmw2@infradead.org>
3349L:	keyrings@vger.kernel.org
3350S:	Maintained
3351F:	Documentation/module-signing.txt
3352F:	certs/
3353F:	scripts/sign-file.c
3354F:	scripts/extract-cert.c
3355
3356CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3357L:	linux-usb@vger.kernel.org
3358S:	Orphan
3359F:	Documentation/usb/WUSB-Design-overview.txt
3360F:	Documentation/usb/wusb-cbaf
3361F:	drivers/usb/host/hwa-hc.c
3362F:	drivers/usb/host/whci/
3363F:	drivers/usb/wusbcore/
3364F:	include/linux/usb/wusb*
3365
3366CFAG12864B LCD DRIVER
3367M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3368W:	http://miguelojeda.es/auxdisplay.htm
3369W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3370S:	Maintained
3371F:	drivers/auxdisplay/cfag12864b.c
3372F:	include/linux/cfag12864b.h
3373
3374CFAG12864BFB LCD FRAMEBUFFER DRIVER
3375M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3376W:	http://miguelojeda.es/auxdisplay.htm
3377W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3378S:	Maintained
3379F:	drivers/auxdisplay/cfag12864bfb.c
3380F:	include/linux/cfag12864b.h
3381
3382802.11 (including CFG80211/NL80211)
3383M:	Johannes Berg <johannes@sipsolutions.net>
3384L:	linux-wireless@vger.kernel.org
3385W:	http://wireless.kernel.org/
3386T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3387T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3388S:	Maintained
3389F:	net/wireless/
3390F:	include/uapi/linux/nl80211.h
3391F:	include/linux/ieee80211.h
3392F:	include/net/wext.h
3393F:	include/net/cfg80211.h
3394F:	include/net/iw_handler.h
3395F:	include/net/ieee80211_radiotap.h
3396F:	Documentation/driver-api/80211/cfg80211.rst
3397F:	Documentation/networking/regulatory.txt
3398
3399CHAR and MISC DRIVERS
3400M:	Arnd Bergmann <arnd@arndb.de>
3401M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3402T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3403S:	Supported
3404F:	drivers/char/*
3405F:	drivers/misc/*
3406F:	include/linux/miscdevice.h
3407
3408CHECKPATCH
3409M:	Andy Whitcroft <apw@canonical.com>
3410M:	Joe Perches <joe@perches.com>
3411S:	Maintained
3412F:	scripts/checkpatch.pl
3413
3414CHINESE DOCUMENTATION
3415M:	Harry Wei <harryxiyou@gmail.com>
3416L:	xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3417L:	linux-kernel@zh-kernel.org (moderated for non-subscribers)
3418S:	Maintained
3419F:	Documentation/translations/zh_CN/
3420
3421CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3422M:	Peter Chen <Peter.Chen@nxp.com>
3423T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3424L:	linux-usb@vger.kernel.org
3425S:	Maintained
3426F:	drivers/usb/chipidea/
3427
3428CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3429M:	Hans de Goede <hdegoede@redhat.com>
3430L:	linux-input@vger.kernel.org
3431S:	Maintained
3432F:	Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3433F:	drivers/input/touchscreen/chipone_icn8318.c
3434
3435CHROME HARDWARE PLATFORM SUPPORT
3436M:	Benson Leung <bleung@chromium.org>
3437M:	Olof Johansson <olof@lixom.net>
3438S:	Maintained
3439T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3440F:	drivers/platform/chrome/
3441
3442CIRRUS LOGIC AUDIO CODEC DRIVERS
3443M:	Brian Austin <brian.austin@cirrus.com>
3444M:	Paul Handrigan <Paul.Handrigan@cirrus.com>
3445L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
3446S:	Maintained
3447F:	sound/soc/codecs/cs*
3448
3449CIRRUS LOGIC EP93XX ETHERNET DRIVER
3450M:	Hartley Sweeten <hsweeten@visionengravers.com>
3451L:	netdev@vger.kernel.org
3452S:	Maintained
3453F:	drivers/net/ethernet/cirrus/ep93xx_eth.c
3454
3455CISCO FCOE HBA DRIVER
3456M:	Satish Kharat <satishkh@cisco.com>
3457M:	Sesidhar Baddela <sebaddel@cisco.com>
3458M:	Karan Tilak Kumar <kartilak@cisco.com>
3459L:	linux-scsi@vger.kernel.org
3460S:	Supported
3461F:	drivers/scsi/fnic/
3462
3463CISCO SCSI HBA DRIVER
3464M:	Karan Tilak Kumar <kartilak@cisco.com>
3465M:	Sesidhar Baddela <sebaddel@cisco.com>
3466L:	linux-scsi@vger.kernel.org
3467S:	Supported
3468F:	drivers/scsi/snic/
3469
3470CISCO VIC ETHERNET NIC DRIVER
3471M:	Christian Benvenuti <benve@cisco.com>
3472M:	Govindarajulu Varadarajan <_govind@gmx.com>
3473M:	Parvi Kaustubhi <pkaustub@cisco.com>
3474S:	Supported
3475F:	drivers/net/ethernet/cisco/enic/
3476
3477CISCO VIC LOW LATENCY NIC DRIVER
3478M:	Christian Benvenuti <benve@cisco.com>
3479M:	Dave Goodell <dgoodell@cisco.com>
3480S:	Supported
3481F:	drivers/infiniband/hw/usnic/
3482
3483CLEANCACHE API
3484M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3485L:	linux-kernel@vger.kernel.org
3486S:	Maintained
3487F:	mm/cleancache.c
3488F:	include/linux/cleancache.h
3489
3490CLK API
3491M:	Russell King <linux@armlinux.org.uk>
3492L:	linux-clk@vger.kernel.org
3493S:	Maintained
3494F:	include/linux/clk.h
3495
3496CLOCKSOURCE, CLOCKEVENT DRIVERS
3497M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3498M:	Thomas Gleixner <tglx@linutronix.de>
3499L:	linux-kernel@vger.kernel.org
3500T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3501S:	Supported
3502F:	drivers/clocksource/
3503F:	Documentation/devicetree/bindings/timer/
3504
3505CMPC ACPI DRIVER
3506M:	Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3507M:	Daniel Oliveira Nascimento <don@syst.com.br>
3508L:	platform-driver-x86@vger.kernel.org
3509S:	Supported
3510F:	drivers/platform/x86/classmate-laptop.c
3511
3512COBALT MEDIA DRIVER
3513M:	Hans Verkuil <hans.verkuil@cisco.com>
3514L:	linux-media@vger.kernel.org
3515T:	git git://linuxtv.org/media_tree.git
3516W:	https://linuxtv.org
3517S:	Supported
3518F:	drivers/media/pci/cobalt/
3519
3520COCCINELLE/Semantic Patches (SmPL)
3521M:	Julia Lawall <Julia.Lawall@lip6.fr>
3522M:	Gilles Muller <Gilles.Muller@lip6.fr>
3523M:	Nicolas Palix <nicolas.palix@imag.fr>
3524M:	Michal Marek <michal.lkml@markovi.net>
3525L:	cocci@systeme.lip6.fr (moderated for non-subscribers)
3526T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3527W:	http://coccinelle.lip6.fr/
3528S:	Supported
3529F:	Documentation/dev-tools/coccinelle.rst
3530F:	scripts/coccinelle/
3531F:	scripts/coccicheck
3532
3533CODA FILE SYSTEM
3534M:	Jan Harkes <jaharkes@cs.cmu.edu>
3535M:	coda@cs.cmu.edu
3536L:	codalist@coda.cs.cmu.edu
3537W:	http://www.coda.cs.cmu.edu/
3538S:	Maintained
3539F:	Documentation/filesystems/coda.txt
3540F:	fs/coda/
3541F:	include/linux/coda*.h
3542F:	include/uapi/linux/coda*.h
3543
3544CODA V4L2 MEM2MEM DRIVER
3545M:	Philipp Zabel <p.zabel@pengutronix.de>
3546L:	linux-media@vger.kernel.org
3547S:	Maintained
3548F:	Documentation/devicetree/bindings/media/coda.txt
3549F:	drivers/media/platform/coda/
3550
3551COMMON CLK FRAMEWORK
3552M:	Michael Turquette <mturquette@baylibre.com>
3553M:	Stephen Boyd <sboyd@codeaurora.org>
3554L:	linux-clk@vger.kernel.org
3555Q:	http://patchwork.kernel.org/project/linux-clk/list/
3556T:	git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3557S:	Maintained
3558F:	Documentation/devicetree/bindings/clock/
3559F:	drivers/clk/
3560X:	drivers/clk/clkdev.c
3561F:	include/linux/clk-pr*
3562F:	include/linux/clk/
3563
3564COMMON INTERNET FILE SYSTEM (CIFS)
3565M:	Steve French <sfrench@samba.org>
3566L:	linux-cifs@vger.kernel.org
3567L:	samba-technical@lists.samba.org (moderated for non-subscribers)
3568W:	http://linux-cifs.samba.org/
3569T:	git git://git.samba.org/sfrench/cifs-2.6.git
3570S:	Supported
3571F:	Documentation/filesystems/cifs/
3572F:	fs/cifs/
3573
3574COMPACTPCI HOTPLUG CORE
3575M:	Scott Murray <scott@spiteful.org>
3576L:	linux-pci@vger.kernel.org
3577S:	Maintained
3578F:	drivers/pci/hotplug/cpci_hotplug*
3579
3580COMPACTPCI HOTPLUG GENERIC DRIVER
3581M:	Scott Murray <scott@spiteful.org>
3582L:	linux-pci@vger.kernel.org
3583S:	Maintained
3584F:	drivers/pci/hotplug/cpcihp_generic.c
3585
3586COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3587M:	Scott Murray <scott@spiteful.org>
3588L:	linux-pci@vger.kernel.org
3589S:	Maintained
3590F:	drivers/pci/hotplug/cpcihp_zt5550.*
3591
3592COMPAL LAPTOP SUPPORT
3593M:	Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3594L:	platform-driver-x86@vger.kernel.org
3595S:	Maintained
3596F:	drivers/platform/x86/compal-laptop.c
3597
3598CONEXANT ACCESSRUNNER USB DRIVER
3599L:	accessrunner-general@lists.sourceforge.net
3600W:	http://accessrunner.sourceforge.net/
3601S:	Orphan
3602F:	drivers/usb/atm/cxacru.c
3603
3604CONFIGFS
3605M:	Joel Becker <jlbec@evilplan.org>
3606M:	Christoph Hellwig <hch@lst.de>
3607T:	git git://git.infradead.org/users/hch/configfs.git
3608S:	Supported
3609F:	fs/configfs/
3610F:	include/linux/configfs.h
3611
3612CONNECTOR
3613M:	Evgeniy Polyakov <zbr@ioremap.net>
3614L:	netdev@vger.kernel.org
3615S:	Maintained
3616F:	drivers/connector/
3617
3618CONTROL GROUP (CGROUP)
3619M:	Tejun Heo <tj@kernel.org>
3620M:	Li Zefan <lizefan@huawei.com>
3621M:	Johannes Weiner <hannes@cmpxchg.org>
3622L:	cgroups@vger.kernel.org
3623T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3624S:	Maintained
3625F:	Documentation/cgroup*
3626F:	include/linux/cgroup*
3627F:	kernel/cgroup*
3628
3629CONTROL GROUP - CPUSET
3630M:	Li Zefan <lizefan@huawei.com>
3631L:	cgroups@vger.kernel.org
3632W:	http://www.bullopensource.org/cpuset/
3633W:	http://oss.sgi.com/projects/cpusets/
3634T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3635S:	Maintained
3636F:	Documentation/cgroup-v1/cpusets.txt
3637F:	include/linux/cpuset.h
3638F:	kernel/cgroup/cpuset.c
3639
3640CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3641M:	Johannes Weiner <hannes@cmpxchg.org>
3642M:	Michal Hocko <mhocko@kernel.org>
3643M:	Vladimir Davydov <vdavydov.dev@gmail.com>
3644L:	cgroups@vger.kernel.org
3645L:	linux-mm@kvack.org
3646S:	Maintained
3647F:	mm/memcontrol.c
3648F:	mm/swap_cgroup.c
3649
3650CORETEMP HARDWARE MONITORING DRIVER
3651M:	Fenghua Yu <fenghua.yu@intel.com>
3652L:	linux-hwmon@vger.kernel.org
3653S:	Maintained
3654F:	Documentation/hwmon/coretemp
3655F:	drivers/hwmon/coretemp.c
3656
3657COSA/SRP SYNC SERIAL DRIVER
3658M:	Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3659W:	http://www.fi.muni.cz/~kas/cosa/
3660S:	Maintained
3661F:	drivers/net/wan/cosa*
3662
3663CPMAC ETHERNET DRIVER
3664M:	Florian Fainelli <f.fainelli@gmail.com>
3665L:	netdev@vger.kernel.org
3666S:	Maintained
3667F:	drivers/net/ethernet/ti/cpmac.c
3668
3669CPU FREQUENCY DRIVERS
3670M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
3671M:	Viresh Kumar <viresh.kumar@linaro.org>
3672L:	linux-pm@vger.kernel.org
3673S:	Maintained
3674T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3675T:	git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3676B:	https://bugzilla.kernel.org
3677F:	Documentation/cpu-freq/
3678F:	Documentation/devicetree/bindings/cpufreq/
3679F:	drivers/cpufreq/
3680F:	include/linux/cpufreq.h
3681F:	tools/testing/selftests/cpufreq/
3682
3683CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3684M:	Viresh Kumar <viresh.kumar@linaro.org>
3685M:	Sudeep Holla <sudeep.holla@arm.com>
3686L:	linux-pm@vger.kernel.org
3687W:	http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3688S:	Maintained
3689F:	drivers/cpufreq/arm_big_little.h
3690F:	drivers/cpufreq/arm_big_little.c
3691F:	drivers/cpufreq/arm_big_little_dt.c
3692
3693CPU POWER MONITORING SUBSYSTEM
3694M:	Thomas Renninger <trenn@suse.com>
3695M:	Shuah Khan <shuahkh@osg.samsung.com>
3696M:	Shuah Khan <shuah@kernel.org>
3697L:	linux-pm@vger.kernel.org
3698S:	Maintained
3699F:	tools/power/cpupower/
3700
3701CPUID/MSR DRIVER
3702M:	"H. Peter Anvin" <hpa@zytor.com>
3703S:	Maintained
3704F:	arch/x86/kernel/cpuid.c
3705F:	arch/x86/kernel/msr.c
3706
3707CPUIDLE DRIVER - ARM BIG LITTLE
3708M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3709M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3710L:	linux-pm@vger.kernel.org
3711L:	linux-arm-kernel@lists.infradead.org
3712T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3713S:	Maintained
3714F:	drivers/cpuidle/cpuidle-big_little.c
3715
3716CPUIDLE DRIVER - ARM EXYNOS
3717M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3718M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3719M:	Kukjin Kim <kgene@kernel.org>
3720L:	linux-pm@vger.kernel.org
3721L:	linux-samsung-soc@vger.kernel.org
3722S:	Supported
3723F:	drivers/cpuidle/cpuidle-exynos.c
3724F:	arch/arm/mach-exynos/pm.c
3725
3726CPUIDLE DRIVERS
3727M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
3728M:	Daniel Lezcano <daniel.lezcano@linaro.org>
3729L:	linux-pm@vger.kernel.org
3730S:	Maintained
3731T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3732B:	https://bugzilla.kernel.org
3733F:	drivers/cpuidle/*
3734F:	include/linux/cpuidle.h
3735
3736CRAMFS FILESYSTEM
3737M:	Nicolas Pitre <nico@linaro.org>
3738S:	Maintained
3739F:	Documentation/filesystems/cramfs.txt
3740F:	fs/cramfs/
3741
3742CRIS PORT
3743M:	Mikael Starvik <starvik@axis.com>
3744M:	Jesper Nilsson <jesper.nilsson@axis.com>
3745L:	linux-cris-kernel@axis.com
3746W:	http://developer.axis.com
3747T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3748S:	Maintained
3749F:	arch/cris/
3750F:	drivers/tty/serial/crisv10.*
3751
3752CRYPTO API
3753M:	Herbert Xu <herbert@gondor.apana.org.au>
3754M:	"David S. Miller" <davem@davemloft.net>
3755L:	linux-crypto@vger.kernel.org
3756T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3757T:	git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3758S:	Maintained
3759F:	Documentation/crypto/
3760F:	Documentation/devicetree/bindings/crypto/
3761F:	arch/*/crypto/
3762F:	crypto/
3763F:	drivers/crypto/
3764F:	include/crypto/
3765F:	include/linux/crypto*
3766
3767CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3768M:	Neil Horman <nhorman@tuxdriver.com>
3769L:	linux-crypto@vger.kernel.org
3770S:	Maintained
3771F:	crypto/ansi_cprng.c
3772F:	crypto/rng.c
3773
3774CS3308 MEDIA DRIVER
3775M:	Hans Verkuil <hverkuil@xs4all.nl>
3776L:	linux-media@vger.kernel.org
3777T:	git git://linuxtv.org/media_tree.git
3778W:	http://linuxtv.org
3779S:	Odd Fixes
3780F:	drivers/media/i2c/cs3308.c
3781F:	drivers/media/i2c/cs3308.h
3782
3783CS5535 Audio ALSA driver
3784M:	Jaya Kumar <jayakumar.alsa@gmail.com>
3785S:	Maintained
3786F:	sound/pci/cs5535audio/
3787
3788CW1200 WLAN driver
3789M:	Solomon Peachy <pizza@shaftnet.org>
3790S:	Maintained
3791F:	drivers/net/wireless/st/cw1200/
3792
3793CX18 VIDEO4LINUX DRIVER
3794M:	Andy Walls <awalls@md.metrocast.net>
3795L:	ivtv-devel@ivtvdriver.org (subscribers-only)
3796L:	linux-media@vger.kernel.org
3797T:	git git://linuxtv.org/media_tree.git
3798W:	https://linuxtv.org
3799W:	http://www.ivtvdriver.org/index.php/Cx18
3800S:	Maintained
3801F:	Documentation/media/v4l-drivers/cx18*
3802F:	drivers/media/pci/cx18/
3803F:	include/uapi/linux/ivtv*
3804
3805CX2341X MPEG ENCODER HELPER MODULE
3806M:	Hans Verkuil <hverkuil@xs4all.nl>
3807L:	linux-media@vger.kernel.org
3808T:	git git://linuxtv.org/media_tree.git
3809W:	https://linuxtv.org
3810S:	Maintained
3811F:	drivers/media/common/cx2341x*
3812F:	include/media/cx2341x*
3813
3814CX24120 MEDIA DRIVER
3815M:	Jemma Denson <jdenson@gmail.com>
3816M:	Patrick Boettcher <patrick.boettcher@posteo.de>
3817L:	linux-media@vger.kernel.org
3818W:	https://linuxtv.org
3819Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3820S:	Maintained
3821F:	drivers/media/dvb-frontends/cx24120*
3822
3823CX88 VIDEO4LINUX DRIVER
3824M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
3825M:	Mauro Carvalho Chehab <mchehab@kernel.org>
3826L:	linux-media@vger.kernel.org
3827W:	https://linuxtv.org
3828T:	git git://linuxtv.org/media_tree.git
3829S:	Odd fixes
3830F:	Documentation/media/v4l-drivers/cx88*
3831F:	drivers/media/pci/cx88/
3832
3833CXD2820R MEDIA DRIVER
3834M:	Antti Palosaari <crope@iki.fi>
3835L:	linux-media@vger.kernel.org
3836W:	https://linuxtv.org
3837W:	http://palosaari.fi/linux/
3838Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3839T:	git git://linuxtv.org/anttip/media_tree.git
3840S:	Maintained
3841F:	drivers/media/dvb-frontends/cxd2820r*
3842
3843CXGB3 ETHERNET DRIVER (CXGB3)
3844M:	Santosh Raspatur <santosh@chelsio.com>
3845L:	netdev@vger.kernel.org
3846W:	http://www.chelsio.com
3847S:	Supported
3848F:	drivers/net/ethernet/chelsio/cxgb3/
3849
3850CXGB3 ISCSI DRIVER (CXGB3I)
3851M:	Karen Xie <kxie@chelsio.com>
3852L:	linux-scsi@vger.kernel.org
3853W:	http://www.chelsio.com
3854S:	Supported
3855F:	drivers/scsi/cxgbi/cxgb3i
3856
3857CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3858M:	Steve Wise <swise@chelsio.com>
3859L:	linux-rdma@vger.kernel.org
3860W:	http://www.openfabrics.org
3861S:	Supported
3862F:	drivers/infiniband/hw/cxgb3/
3863F:	include/uapi/rdma/cxgb3-abi.h
3864
3865CXGB4 CRYPTO DRIVER (chcr)
3866M:	Harsh Jain <harsh@chelsio.com>
3867L:	linux-crypto@vger.kernel.org
3868W:	http://www.chelsio.com
3869S:	Supported
3870F:	drivers/crypto/chelsio
3871
3872CXGB4 ETHERNET DRIVER (CXGB4)
3873M:	Ganesh Goudar <ganeshgr@chelsio.com>
3874L:	netdev@vger.kernel.org
3875W:	http://www.chelsio.com
3876S:	Supported
3877F:	drivers/net/ethernet/chelsio/cxgb4/
3878
3879CXGB4 ISCSI DRIVER (CXGB4I)
3880M:	Karen Xie <kxie@chelsio.com>
3881L:	linux-scsi@vger.kernel.org
3882W:	http://www.chelsio.com
3883S:	Supported
3884F:	drivers/scsi/cxgbi/cxgb4i
3885
3886CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3887M:	Steve Wise <swise@chelsio.com>
3888L:	linux-rdma@vger.kernel.org
3889W:	http://www.openfabrics.org
3890S:	Supported
3891F:	drivers/infiniband/hw/cxgb4/
3892F:	include/uapi/rdma/cxgb4-abi.h
3893
3894CXGB4VF ETHERNET DRIVER (CXGB4VF)
3895M:	Casey Leedom <leedom@chelsio.com>
3896L:	netdev@vger.kernel.org
3897W:	http://www.chelsio.com
3898S:	Supported
3899F:	drivers/net/ethernet/chelsio/cxgb4vf/
3900
3901CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3902M:	Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3903M:	Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3904L:	linuxppc-dev@lists.ozlabs.org
3905S:	Supported
3906F:	arch/powerpc/platforms/powernv/pci-cxl.c
3907F:	drivers/misc/cxl/
3908F:	include/misc/cxl*
3909F:	include/uapi/misc/cxl.h
3910F:	Documentation/powerpc/cxl.txt
3911F:	Documentation/ABI/testing/sysfs-class-cxl
3912
3913CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3914M:	Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3915M:	Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3916M:	Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3917L:	linux-scsi@vger.kernel.org
3918S:	Supported
3919F:	drivers/scsi/cxlflash/
3920F:	include/uapi/scsi/cxlflash_ioctls.h
3921F:	Documentation/powerpc/cxlflash.txt
3922
3923CYBERPRO FB DRIVER
3924M:	Russell King <linux@armlinux.org.uk>
3925L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3926W:	http://www.armlinux.org.uk/
3927S:	Maintained
3928F:	drivers/video/fbdev/cyber2000fb.*
3929
3930CYCLADES ASYNC MUX DRIVER
3931W:	http://www.cyclades.com/
3932S:	Orphan
3933F:	drivers/tty/cyclades.c
3934F:	include/linux/cyclades.h
3935F:	include/uapi/linux/cyclades.h
3936
3937CYCLADES PC300 DRIVER
3938W:	http://www.cyclades.com/
3939S:	Orphan
3940F:	drivers/net/wan/pc300*
3941
3942CYPRESS_FIRMWARE MEDIA DRIVER
3943M:	Antti Palosaari <crope@iki.fi>
3944L:	linux-media@vger.kernel.org
3945W:	https://linuxtv.org
3946W:	http://palosaari.fi/linux/
3947Q:	http://patchwork.linuxtv.org/project/linux-media/list/
3948T:	git git://linuxtv.org/anttip/media_tree.git
3949S:	Maintained
3950F:	drivers/media/common/cypress_firmware*
3951
3952CYTTSP TOUCHSCREEN DRIVER
3953M:	Ferruh Yigit <fery@cypress.com>
3954L:	linux-input@vger.kernel.org
3955S:	Supported
3956F:	drivers/input/touchscreen/cyttsp*
3957F:	include/linux/input/cyttsp.h
3958
3959D-LINK DIR-685 TOUCHKEYS DRIVER
3960M:	Linus Walleij <linus.walleij@linaro.org>
3961L:	linux-input@vger.kernel.org
3962S:	Supported
3963F:	drivers/input/dlink-dir685-touchkeys.c
3964
3965DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3966M:	Joshua Kinard <kumba@gentoo.org>
3967S:	Maintained
3968F:	drivers/rtc/rtc-ds1685.c
3969F:	include/linux/rtc/ds1685.h
3970
3971DAMA SLAVE for AX.25
3972M:	Joerg Reuter <jreuter@yaina.de>
3973W:	http://yaina.de/jreuter/
3974W:	http://www.qsl.net/dl1bke/
3975L:	linux-hams@vger.kernel.org
3976S:	Maintained
3977F:	net/ax25/af_ax25.c
3978F:	net/ax25/ax25_dev.c
3979F:	net/ax25/ax25_ds_*
3980F:	net/ax25/ax25_in.c
3981F:	net/ax25/ax25_out.c
3982F:	net/ax25/ax25_timer.c
3983F:	net/ax25/sysctl_net_ax25.c
3984
3985DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3986L:	netdev@vger.kernel.org
3987S:	Orphan
3988F:	Documentation/networking/dmfe.txt
3989F:	drivers/net/ethernet/dec/tulip/dmfe.c
3990
3991DC390/AM53C974 SCSI driver
3992M:	Hannes Reinecke <hare@suse.com>
3993L:	linux-scsi@vger.kernel.org
3994S:	Maintained
3995F:	drivers/scsi/am53c974.c
3996
3997DC395x SCSI driver
3998M:	Oliver Neukum <oliver@neukum.org>
3999M:	Ali Akcaagac <aliakc@web.de>
4000M:	Jamie Lenehan <lenehan@twibble.org>
4001L:	dc395x@twibble.org
4002W:	http://twibble.org/dist/dc395x/
4003W:	http://lists.twibble.org/mailman/listinfo/dc395x/
4004S:	Maintained
4005F:	Documentation/scsi/dc395x.txt
4006F:	drivers/scsi/dc395x.*
4007
4008DCCP PROTOCOL
4009M:	Gerrit Renker <gerrit@erg.abdn.ac.uk>
4010L:	dccp@vger.kernel.org
4011W:	http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4012S:	Maintained
4013F:	include/linux/dccp.h
4014F:	include/uapi/linux/dccp.h
4015F:	include/linux/tfrc.h
4016F:	net/dccp/
4017
4018DECnet NETWORK LAYER
4019W:	http://linux-decnet.sourceforge.net
4020L:	linux-decnet-user@lists.sourceforge.net
4021S:	Orphan
4022F:	Documentation/networking/decnet.txt
4023F:	net/decnet/
4024
4025DECSTATION PLATFORM SUPPORT
4026M:	"Maciej W. Rozycki" <macro@linux-mips.org>
4027L:	linux-mips@linux-mips.org
4028W:	http://www.linux-mips.org/wiki/DECstation
4029S:	Maintained
4030F:	arch/mips/dec/
4031F:	arch/mips/include/asm/dec/
4032F:	arch/mips/include/asm/mach-dec/
4033
4034DEFXX FDDI NETWORK DRIVER
4035M:	"Maciej W. Rozycki" <macro@linux-mips.org>
4036S:	Maintained
4037F:	drivers/net/fddi/defxx.*
4038
4039DELL SMBIOS DRIVER
4040M:	Pali Rohár <pali.rohar@gmail.com>
4041M:	Mario Limonciello <mario.limonciello@dell.com>
4042L:	platform-driver-x86@vger.kernel.org
4043S:	Maintained
4044F:	drivers/platform/x86/dell-smbios.*
4045
4046DELL SMBIOS SMM DRIVER
4047M:	Mario Limonciello <mario.limonciello@dell.com>
4048L:	platform-driver-x86@vger.kernel.org
4049S:	Maintained
4050F:	drivers/platform/x86/dell-smbios-smm.c
4051
4052DELL SMBIOS WMI DRIVER
4053M:	Mario Limonciello <mario.limonciello@dell.com>
4054L:	platform-driver-x86@vger.kernel.org
4055S:	Maintained
4056F:	drivers/platform/x86/dell-smbios-wmi.c
4057F:	tools/wmi/dell-smbios-example.c
4058
4059DELL LAPTOP DRIVER
4060M:	Matthew Garrett <mjg59@srcf.ucam.org>
4061M:	Pali Rohár <pali.rohar@gmail.com>
4062L:	platform-driver-x86@vger.kernel.org
4063S:	Maintained
4064F:	drivers/platform/x86/dell-laptop.c
4065
4066DELL LAPTOP FREEFALL DRIVER
4067M:	Pali Rohár <pali.rohar@gmail.com>
4068S:	Maintained
4069F:	drivers/platform/x86/dell-smo8800.c
4070
4071DELL LAPTOP RBTN DRIVER
4072M:	Pali Rohár <pali.rohar@gmail.com>
4073S:	Maintained
4074F:	drivers/platform/x86/dell-rbtn.*
4075
4076DELL LAPTOP SMM DRIVER
4077M:	Pali Rohár <pali.rohar@gmail.com>
4078S:	Maintained
4079F:	drivers/hwmon/dell-smm-hwmon.c
4080F:	include/uapi/linux/i8k.h
4081
4082DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4083M:	Doug Warzecha <Douglas_Warzecha@dell.com>
4084S:	Maintained
4085F:	Documentation/dcdbas.txt
4086F:	drivers/firmware/dcdbas.*
4087
4088DELL WMI NOTIFICATIONS DRIVER
4089M:	Matthew Garrett <mjg59@srcf.ucam.org>
4090M:	Pali Rohár <pali.rohar@gmail.com>
4091S:	Maintained
4092F:	drivers/platform/x86/dell-wmi.c
4093
4094DELL WMI DESCRIPTOR DRIVER
4095M:	Mario Limonciello <mario.limonciello@dell.com>
4096S:	Maintained
4097F:	drivers/platform/x86/dell-wmi-descriptor.c
4098
4099DELTA ST MEDIA DRIVER
4100M:	Hugues Fruchet <hugues.fruchet@st.com>
4101L:	linux-media@vger.kernel.org
4102T:	git git://linuxtv.org/media_tree.git
4103W:	https://linuxtv.org
4104S:	Supported
4105F:	drivers/media/platform/sti/delta
4106
4107DENALI NAND DRIVER
4108M:	Masahiro Yamada <yamada.masahiro@socionext.com>
4109L:	linux-mtd@lists.infradead.org
4110S:	Supported
4111F:	drivers/mtd/nand/denali*
4112
4113DESIGNWARE USB2 DRD IP DRIVER
4114M:	John Youn <johnyoun@synopsys.com>
4115L:	linux-usb@vger.kernel.org
4116T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4117S:	Maintained
4118F:	drivers/usb/dwc2/
4119
4120DESIGNWARE USB3 DRD IP DRIVER
4121M:	Felipe Balbi <balbi@kernel.org>
4122L:	linux-usb@vger.kernel.org
4123T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4124S:	Maintained
4125F:	drivers/usb/dwc3/
4126
4127DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4128M:	Andreas Klinger <ak@it-klinger.de>
4129L:	linux-iio@vger.kernel.org
4130S:	Maintained
4131F:	Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4132F:	drivers/iio/proximity/srf*.c
4133
4134DEVICE COREDUMP (DEV_COREDUMP)
4135M:	Johannes Berg <johannes@sipsolutions.net>
4136L:	linux-kernel@vger.kernel.org
4137S:	Maintained
4138F:	drivers/base/devcoredump.c
4139F:	include/linux/devcoredump.h
4140
4141DEVICE FREQUENCY (DEVFREQ)
4142M:	MyungJoo Ham <myungjoo.ham@samsung.com>
4143M:	Kyungmin Park <kyungmin.park@samsung.com>
4144R:	Chanwoo Choi <cw00.choi@samsung.com>
4145L:	linux-pm@vger.kernel.org
4146T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4147S:	Maintained
4148F:	drivers/devfreq/
4149F:	include/linux/devfreq.h
4150F:	Documentation/devicetree/bindings/devfreq/
4151
4152DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4153M:	Chanwoo Choi <cw00.choi@samsung.com>
4154L:	linux-pm@vger.kernel.org
4155T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4156S:	Supported
4157F:	drivers/devfreq/event/
4158F:	drivers/devfreq/devfreq-event.c
4159F:	include/linux/devfreq-event.h
4160F:	Documentation/devicetree/bindings/devfreq/event/
4161
4162DEVICE NUMBER REGISTRY
4163M:	Torben Mathiasen <device@lanana.org>
4164W:	http://lanana.org/docs/device-list/index.html
4165S:	Maintained
4166
4167DEVICE-MAPPER  (LVM)
4168M:	Alasdair Kergon <agk@redhat.com>
4169M:	Mike Snitzer <snitzer@redhat.com>
4170M:	dm-devel@redhat.com
4171L:	dm-devel@redhat.com
4172W:	http://sources.redhat.com/dm
4173Q:	http://patchwork.kernel.org/project/dm-devel/list/
4174T:	git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4175T:	quilt http://people.redhat.com/agk/patches/linux/editing/
4176S:	Maintained
4177F:	Documentation/device-mapper/
4178F:	drivers/md/Makefile
4179F:	drivers/md/Kconfig
4180F:	drivers/md/dm*
4181F:	drivers/md/persistent-data/
4182F:	include/linux/device-mapper.h
4183F:	include/linux/dm-*.h
4184F:	include/uapi/linux/dm-*.h
4185
4186DEVLINK
4187M:	Jiri Pirko <jiri@mellanox.com>
4188L:	netdev@vger.kernel.org
4189S:	Supported
4190F:	net/core/devlink.c
4191F:	include/net/devlink.h
4192F:	include/uapi/linux/devlink.h
4193
4194DIALOG SEMICONDUCTOR DRIVERS
4195M:	Support Opensource <support.opensource@diasemi.com>
4196W:	http://www.dialog-semiconductor.com/products
4197S:	Supported
4198F:	Documentation/hwmon/da90??
4199F:	Documentation/devicetree/bindings/mfd/da90*.txt
4200F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
4201F:	Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4202F:	Documentation/devicetree/bindings/regulator/da92*.txt
4203F:	Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4204F:	Documentation/devicetree/bindings/sound/da[79]*.txt
4205F:	drivers/gpio/gpio-da90??.c
4206F:	drivers/hwmon/da90??-hwmon.c
4207F:	drivers/iio/adc/da91??-*.c
4208F:	drivers/input/misc/da90??_onkey.c
4209F:	drivers/input/touchscreen/da9052_tsi.c
4210F:	drivers/leds/leds-da90??.c
4211F:	drivers/mfd/da903x.c
4212F:	drivers/mfd/da90??-*.c
4213F:	drivers/mfd/da91??-*.c
4214F:	drivers/power/supply/da9052-battery.c
4215F:	drivers/power/supply/da91??-*.c
4216F:	drivers/regulator/da903x.c
4217F:	drivers/regulator/da9???-regulator.[ch]
4218F:	drivers/thermal/da90??-thermal.c
4219F:	drivers/rtc/rtc-da90??.c
4220F:	drivers/video/backlight/da90??_bl.c
4221F:	drivers/watchdog/da90??_wdt.c
4222F:	include/linux/mfd/da903x.h
4223F:	include/linux/mfd/da9052/
4224F:	include/linux/mfd/da9055/
4225F:	include/linux/mfd/da9062/
4226F:	include/linux/mfd/da9063/
4227F:	include/linux/mfd/da9150/
4228F:	include/linux/regulator/da9211.h
4229F:	include/sound/da[79]*.h
4230F:	sound/soc/codecs/da[79]*.[ch]
4231
4232DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4233M:	William Breathitt Gray <vilhelm.gray@gmail.com>
4234L:	linux-gpio@vger.kernel.org
4235S:	Maintained
4236F:	drivers/gpio/gpio-gpio-mm.c
4237
4238DIGI NEO AND CLASSIC PCI PRODUCTS
4239M:	Lidza Louina <lidza.louina@gmail.com>
4240M:	Mark Hounschell <markh@compro.net>
4241L:	driverdev-devel@linuxdriverproject.org
4242S:	Maintained
4243F:	drivers/staging/dgnc/
4244
4245DIOLAN U2C-12 I2C DRIVER
4246M:	Guenter Roeck <linux@roeck-us.net>
4247L:	linux-i2c@vger.kernel.org
4248S:	Maintained
4249F:	drivers/i2c/busses/i2c-diolan-u2c.c
4250
4251FILESYSTEM DIRECT ACCESS (DAX)
4252M:	Matthew Wilcox <mawilcox@microsoft.com>
4253M:	Ross Zwisler <ross.zwisler@linux.intel.com>
4254L:	linux-fsdevel@vger.kernel.org
4255S:	Supported
4256F:	fs/dax.c
4257F:	include/linux/dax.h
4258F:	include/trace/events/fs_dax.h
4259
4260DEVICE DIRECT ACCESS (DAX)
4261M:	Dan Williams <dan.j.williams@intel.com>
4262L:	linux-nvdimm@lists.01.org
4263S:	Supported
4264F:	drivers/dax/
4265
4266DIRECTORY NOTIFICATION (DNOTIFY)
4267M:	Jan Kara <jack@suse.cz>
4268R:	Amir Goldstein <amir73il@gmail.com>
4269L:	linux-fsdevel@vger.kernel.org
4270S:	Maintained
4271F:	Documentation/filesystems/dnotify.txt
4272F:	fs/notify/dnotify/
4273F:	include/linux/dnotify.h
4274
4275DISK GEOMETRY AND PARTITION HANDLING
4276M:	Andries Brouwer <aeb@cwi.nl>
4277W:	http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4278W:	http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4279W:	http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4280S:	Maintained
4281
4282DISKQUOTA
4283M:	Jan Kara <jack@suse.com>
4284S:	Maintained
4285F:	Documentation/filesystems/quota.txt
4286F:	fs/quota/
4287F:	include/linux/quota*.h
4288F:	include/uapi/linux/quota*.h
4289
4290DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4291M:	Bernie Thompson <bernie@plugable.com>
4292L:	linux-fbdev@vger.kernel.org
4293S:	Maintained
4294W:	http://plugable.com/category/projects/udlfb/
4295F:	drivers/video/fbdev/udlfb.c
4296F:	include/video/udlfb.h
4297F:	Documentation/fb/udlfb.txt
4298
4299DISTRIBUTED LOCK MANAGER (DLM)
4300M:	Christine Caulfield <ccaulfie@redhat.com>
4301M:	David Teigland <teigland@redhat.com>
4302L:	cluster-devel@redhat.com
4303W:	http://sources.redhat.com/cluster/
4304T:	git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4305S:	Supported
4306F:	fs/dlm/
4307
4308DMA BUFFER SHARING FRAMEWORK
4309M:	Sumit Semwal <sumit.semwal@linaro.org>
4310S:	Maintained
4311L:	linux-media@vger.kernel.org
4312L:	dri-devel@lists.freedesktop.org
4313L:	linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4314F:	drivers/dma-buf/
4315F:	include/linux/dma-buf*
4316F:	include/linux/reservation.h
4317F:	include/linux/*fence.h
4318F:	Documentation/driver-api/dma-buf.rst
4319T:	git git://anongit.freedesktop.org/drm/drm-misc
4320
4321DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4322M:	Vinod Koul <vinod.koul@intel.com>
4323L:	dmaengine@vger.kernel.org
4324Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
4325S:	Maintained
4326F:	drivers/dma/
4327F:	include/linux/dmaengine.h
4328F:	Documentation/devicetree/bindings/dma/
4329F:	Documentation/driver-api/dmaengine/
4330T:	git git://git.infradead.org/users/vkoul/slave-dma.git
4331
4332DMA MAPPING HELPERS
4333M:	Christoph Hellwig <hch@lst.de>
4334M:	Marek Szyprowski <m.szyprowski@samsung.com>
4335R:	Robin Murphy <robin.murphy@arm.com>
4336L:	iommu@lists.linux-foundation.org
4337T:	git git://git.infradead.org/users/hch/dma-mapping.git
4338W:	http://git.infradead.org/users/hch/dma-mapping.git
4339S:	Supported
4340F:	lib/dma-debug.c
4341F:	lib/dma-noop.c
4342F:	lib/dma-virt.c
4343F:	drivers/base/dma-mapping.c
4344F:	drivers/base/dma-coherent.c
4345F:	include/linux/dma-mapping.h
4346
4347DME1737 HARDWARE MONITOR DRIVER
4348M:	Juerg Haefliger <juergh@gmail.com>
4349L:	linux-hwmon@vger.kernel.org
4350S:	Maintained
4351F:	Documentation/hwmon/dme1737
4352F:	drivers/hwmon/dme1737.c
4353
4354DMI/SMBIOS SUPPORT
4355M:	Jean Delvare <jdelvare@suse.com>
4356S:	Maintained
4357T:	quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4358F:	Documentation/ABI/testing/sysfs-firmware-dmi-tables
4359F:	drivers/firmware/dmi-id.c
4360F:	drivers/firmware/dmi_scan.c
4361F:	include/linux/dmi.h
4362
4363DOCUMENTATION
4364M:	Jonathan Corbet <corbet@lwn.net>
4365L:	linux-doc@vger.kernel.org
4366S:	Maintained
4367F:	Documentation/
4368F:	scripts/kernel-doc
4369X:	Documentation/ABI/
4370X:	Documentation/devicetree/
4371X:	Documentation/acpi
4372X:	Documentation/power
4373X:	Documentation/spi
4374X:	Documentation/media
4375T:	git git://git.lwn.net/linux.git docs-next
4376
4377DONGWOON DW9714 LENS VOICE COIL DRIVER
4378M:	Sakari Ailus <sakari.ailus@linux.intel.com>
4379L:	linux-media@vger.kernel.org
4380T:	git git://linuxtv.org/media_tree.git
4381S:	Maintained
4382F:	drivers/media/i2c/dw9714.c
4383
4384DOUBLETALK DRIVER
4385M:	"James R. Van Zandt" <jrv@vanzandt.mv.com>
4386L:	blinux-list@redhat.com
4387S:	Maintained
4388F:	drivers/char/dtlk.c
4389F:	include/linux/dtlk.h
4390
4391DPAA2 DATAPATH I/O (DPIO) DRIVER
4392M:	Roy Pledge <Roy.Pledge@nxp.com>
4393L:	linux-kernel@vger.kernel.org
4394S:	Maintained
4395F:	drivers/staging/fsl-mc/bus/dpio
4396
4397DPAA2 ETHERNET DRIVER
4398M:	Ioana Radulescu <ruxandra.radulescu@nxp.com>
4399L:	linux-kernel@vger.kernel.org
4400S:	Maintained
4401F:	drivers/staging/fsl-dpaa2/ethernet
4402
4403DPT_I2O SCSI RAID DRIVER
4404M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4405L:	linux-scsi@vger.kernel.org
4406W:	http://www.adaptec.com/
4407S:	Maintained
4408F:	drivers/scsi/dpt*
4409F:	drivers/scsi/dpt/
4410
4411DRBD DRIVER
4412M:	Philipp Reisner <philipp.reisner@linbit.com>
4413M:	Lars Ellenberg <lars.ellenberg@linbit.com>
4414L:	drbd-dev@lists.linbit.com
4415W:	http://www.drbd.org
4416T:	git git://git.linbit.com/linux-drbd.git
4417T:	git git://git.linbit.com/drbd-8.4.git
4418S:	Supported
4419F:	drivers/block/drbd/
4420F:	lib/lru_cache.c
4421F:	Documentation/blockdev/drbd/
4422
4423DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4424M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4425T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4426S:	Supported
4427F:	Documentation/kobject.txt
4428F:	drivers/base/
4429F:	fs/debugfs/
4430F:	fs/sysfs/
4431F:	include/linux/debugfs.h
4432F:	include/linux/kobj*
4433F:	lib/kobj*
4434
4435DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4436M:	Kevin Hilman <khilman@kernel.org>
4437M:	Nishanth Menon <nm@ti.com>
4438S:	Maintained
4439F:	drivers/power/avs/
4440F:	include/linux/power/smartreflex.h
4441L:	linux-pm@vger.kernel.org
4442
4443DRM DRIVER FOR ARM PL111 CLCD
4444M:	Eric Anholt <eric@anholt.net>
4445T:	git git://anongit.freedesktop.org/drm/drm-misc
4446S:	Supported
4447F:	drivers/gpu/drm/pl111/
4448
4449DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4450M:	Dave Airlie <airlied@redhat.com>
4451S:	Odd Fixes
4452F:	drivers/gpu/drm/ast/
4453
4454DRM DRIVER FOR BOCHS VIRTUAL GPU
4455M:	Gerd Hoffmann <kraxel@redhat.com>
4456L:	virtualization@lists.linux-foundation.org
4457T:	git git://anongit.freedesktop.org/drm/drm-misc
4458S:	Maintained
4459F:	drivers/gpu/drm/bochs/
4460
4461DRM DRIVER FOR FARADAY TVE200 TV ENCODER
4462M:	Linus Walleij <linus.walleij@linaro.org>
4463T:	git git://anongit.freedesktop.org/drm/drm-misc
4464S:	Maintained
4465F:	drivers/gpu/drm/tve200/
4466
4467DRM DRIVER FOR INTEL I810 VIDEO CARDS
4468S:	Orphan / Obsolete
4469F:	drivers/gpu/drm/i810/
4470F:	include/uapi/drm/i810_drm.h
4471
4472DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4473S:	Orphan / Obsolete
4474F:	drivers/gpu/drm/mga/
4475F:	include/uapi/drm/mga_drm.h
4476
4477DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4478M:	Dave Airlie <airlied@redhat.com>
4479S:	Odd Fixes
4480F:	drivers/gpu/drm/mgag200/
4481
4482DRM DRIVER FOR MI0283QT
4483M:	Noralf Trønnes <noralf@tronnes.org>
4484S:	Maintained
4485F:	drivers/gpu/drm/tinydrm/mi0283qt.c
4486F:	Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4487
4488DRM DRIVER FOR MSM ADRENO GPU
4489M:	Rob Clark <robdclark@gmail.com>
4490L:	linux-arm-msm@vger.kernel.org
4491L:	dri-devel@lists.freedesktop.org
4492L:	freedreno@lists.freedesktop.org
4493T:	git git://people.freedesktop.org/~robclark/linux
4494S:	Maintained
4495F:	drivers/gpu/drm/msm/
4496F:	include/uapi/drm/msm_drm.h
4497F:	Documentation/devicetree/bindings/display/msm/
4498
4499DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4500M:	Ben Skeggs <bskeggs@redhat.com>
4501L:	dri-devel@lists.freedesktop.org
4502L:	nouveau@lists.freedesktop.org
4503T:	git git://github.com/skeggsb/linux
4504S:	Supported
4505F:	drivers/gpu/drm/nouveau/
4506F:	include/uapi/drm/nouveau_drm.h
4507
4508DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4509M:	Noralf Trønnes <noralf@tronnes.org>
4510S:	Maintained
4511F:	drivers/gpu/drm/tinydrm/repaper.c
4512F:	Documentation/devicetree/bindings/display/repaper.txt
4513
4514DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4515M:	Dave Airlie <airlied@redhat.com>
4516M:	Gerd Hoffmann <kraxel@redhat.com>
4517L:	virtualization@lists.linux-foundation.org
4518T:	git git://anongit.freedesktop.org/drm/drm-misc
4519S:	Obsolete
4520W:	https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4521F:	drivers/gpu/drm/cirrus/
4522
4523DRM DRIVER FOR QXL VIRTUAL GPU
4524M:	Dave Airlie <airlied@redhat.com>
4525M:	Gerd Hoffmann <kraxel@redhat.com>
4526L:	virtualization@lists.linux-foundation.org
4527T:	git git://anongit.freedesktop.org/drm/drm-misc
4528S:	Maintained
4529F:	drivers/gpu/drm/qxl/
4530F:	include/uapi/drm/qxl_drm.h
4531
4532DRM DRIVER FOR RAGE 128 VIDEO CARDS
4533S:	Orphan / Obsolete
4534F:	drivers/gpu/drm/r128/
4535F:	include/uapi/drm/r128_drm.h
4536
4537DRM DRIVER FOR SAVAGE VIDEO CARDS
4538S:	Orphan / Obsolete
4539F:	drivers/gpu/drm/savage/
4540F:	include/uapi/drm/savage_drm.h
4541
4542DRM DRIVER FOR SIS VIDEO CARDS
4543S:	Orphan / Obsolete
4544F:	drivers/gpu/drm/sis/
4545F:	include/uapi/drm/sis_drm.h
4546
4547DRM DRIVER FOR SITRONIX ST7586 PANELS
4548M:	David Lechner <david@lechnology.com>
4549S:	Maintained
4550F:	drivers/gpu/drm/tinydrm/st7586.c
4551F:	Documentation/devicetree/bindings/display/st7586.txt
4552
4553DRM DRIVER FOR TDFX VIDEO CARDS
4554S:	Orphan / Obsolete
4555F:	drivers/gpu/drm/tdfx/
4556
4557DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4558M:	Dave Airlie <airlied@redhat.com>
4559S:	Odd Fixes
4560F:	drivers/gpu/drm/udl/
4561
4562DRM DRIVER FOR VMWARE VIRTUAL GPU
4563M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
4564M:	Sinclair Yeh <syeh@vmware.com>
4565M:	Thomas Hellstrom <thellstrom@vmware.com>
4566L:	dri-devel@lists.freedesktop.org
4567T:	git git://people.freedesktop.org/~syeh/repos_linux
4568T:	git git://people.freedesktop.org/~thomash/linux
4569S:	Supported
4570F:	drivers/gpu/drm/vmwgfx/
4571F:	include/uapi/drm/vmwgfx_drm.h
4572
4573DRM DRIVERS
4574M:	David Airlie <airlied@linux.ie>
4575L:	dri-devel@lists.freedesktop.org
4576T:	git git://people.freedesktop.org/~airlied/linux
4577B:	https://bugs.freedesktop.org/
4578C:	irc://chat.freenode.net/dri-devel
4579S:	Maintained
4580F:	drivers/gpu/drm/
4581F:	drivers/gpu/vga/
4582F:	Documentation/devicetree/bindings/display/
4583F:	Documentation/devicetree/bindings/gpu/
4584F:	Documentation/devicetree/bindings/video/
4585F:	Documentation/gpu/
4586F:	include/drm/
4587F:	include/uapi/drm/
4588F:	include/linux/vga*
4589
4590DRM DRIVERS AND MISC GPU PATCHES
4591M:	Daniel Vetter <daniel.vetter@intel.com>
4592M:	Jani Nikula <jani.nikula@linux.intel.com>
4593M:	Sean Paul <seanpaul@chromium.org>
4594W:	https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4595S:	Maintained
4596T:	git git://anongit.freedesktop.org/drm/drm-misc
4597F:	Documentation/gpu/
4598F:	drivers/gpu/vga/
4599F:	drivers/gpu/drm/*
4600F:	include/drm/drm*
4601F:	include/uapi/drm/drm*
4602F:	include/linux/vga*
4603
4604DRM DRIVERS FOR ALLWINNER A10
4605M:	Maxime Ripard  <maxime.ripard@free-electrons.com>
4606L:	dri-devel@lists.freedesktop.org
4607S:	Supported
4608F:	drivers/gpu/drm/sun4i/
4609F:	Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4610T:	git git://anongit.freedesktop.org/drm/drm-misc
4611
4612DRM DRIVERS FOR AMLOGIC SOCS
4613M:	Neil Armstrong <narmstrong@baylibre.com>
4614L:	dri-devel@lists.freedesktop.org
4615L:	linux-amlogic@lists.infradead.org
4616W:	http://linux-meson.com/
4617S:	Supported
4618F:	drivers/gpu/drm/meson/
4619F:	Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4620F:	Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4621F:	Documentation/gpu/meson.rst
4622T:	git git://anongit.freedesktop.org/drm/drm-misc
4623
4624DRM DRIVERS FOR ATMEL HLCDC
4625M:	Boris Brezillon <boris.brezillon@free-electrons.com>
4626L:	dri-devel@lists.freedesktop.org
4627S:	Supported
4628F:	drivers/gpu/drm/atmel-hlcdc/
4629F:	Documentation/devicetree/bindings/drm/atmel/
4630T:	git git://anongit.freedesktop.org/drm/drm-misc
4631
4632DRM DRIVERS FOR BRIDGE CHIPS
4633M:	Archit Taneja <architt@codeaurora.org>
4634M:	Andrzej Hajda <a.hajda@samsung.com>
4635R:	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4636S:	Maintained
4637T:	git git://anongit.freedesktop.org/drm/drm-misc
4638F:	drivers/gpu/drm/bridge/
4639
4640DRM DRIVERS FOR EXYNOS
4641M:	Inki Dae <inki.dae@samsung.com>
4642M:	Joonyoung Shim <jy0922.shim@samsung.com>
4643M:	Seung-Woo Kim <sw0312.kim@samsung.com>
4644M:	Kyungmin Park <kyungmin.park@samsung.com>
4645L:	dri-devel@lists.freedesktop.org
4646T:	git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4647S:	Supported
4648F:	drivers/gpu/drm/exynos/
4649F:	include/uapi/drm/exynos_drm.h
4650F:	Documentation/devicetree/bindings/display/exynos/
4651
4652DRM DRIVERS FOR FREESCALE DCU
4653M:	Stefan Agner <stefan@agner.ch>
4654M:	Alison Wang <alison.wang@freescale.com>
4655L:	dri-devel@lists.freedesktop.org
4656S:	Supported
4657F:	drivers/gpu/drm/fsl-dcu/
4658F:	Documentation/devicetree/bindings/display/fsl,dcu.txt
4659F:	Documentation/devicetree/bindings/display/fsl,tcon.txt
4660F:	Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4661
4662DRM DRIVERS FOR FREESCALE IMX
4663M:	Philipp Zabel <p.zabel@pengutronix.de>
4664L:	dri-devel@lists.freedesktop.org
4665S:	Maintained
4666F:	drivers/gpu/drm/imx/
4667F:	drivers/gpu/ipu-v3/
4668F:	Documentation/devicetree/bindings/display/imx/
4669
4670DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4671M:	Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4672L:	dri-devel@lists.freedesktop.org
4673T:	git git://github.com/patjak/drm-gma500
4674S:	Maintained
4675F:	drivers/gpu/drm/gma500/
4676
4677DRM DRIVERS FOR HISILICON
4678M:	Xinliang Liu <z.liuxinliang@hisilicon.com>
4679M:	Rongrong Zou <zourongrong@gmail.com>
4680R:	Xinwei Kong <kong.kongxinwei@hisilicon.com>
4681R:	Chen Feng <puck.chen@hisilicon.com>
4682L:	dri-devel@lists.freedesktop.org
4683T:	git git://github.com/xin3liang/linux.git
4684S:	Maintained
4685F:	drivers/gpu/drm/hisilicon/
4686F:	Documentation/devicetree/bindings/display/hisilicon/
4687
4688DRM DRIVERS FOR MEDIATEK
4689M:	CK Hu <ck.hu@mediatek.com>
4690M:	Philipp Zabel <p.zabel@pengutronix.de>
4691L:	dri-devel@lists.freedesktop.org
4692S:	Supported
4693F:	drivers/gpu/drm/mediatek/
4694F:	Documentation/devicetree/bindings/display/mediatek/
4695
4696DRM DRIVERS FOR NVIDIA TEGRA
4697M:	Thierry Reding <thierry.reding@gmail.com>
4698L:	dri-devel@lists.freedesktop.org
4699L:	linux-tegra@vger.kernel.org
4700T:	git git://anongit.freedesktop.org/tegra/linux.git
4701S:	Supported
4702F:	drivers/gpu/drm/tegra/
4703F:	drivers/gpu/host1x/
4704F:	include/linux/host1x.h
4705F:	include/uapi/drm/tegra_drm.h
4706F:	Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4707
4708DRM DRIVERS FOR RENESAS
4709M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4710L:	dri-devel@lists.freedesktop.org
4711L:	linux-renesas-soc@vger.kernel.org
4712T:	git git://linuxtv.org/pinchartl/fbdev
4713S:	Supported
4714F:	drivers/gpu/drm/rcar-du/
4715F:	drivers/gpu/drm/shmobile/
4716F:	include/linux/platform_data/shmob_drm.h
4717F:	Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4718F:	Documentation/devicetree/bindings/display/renesas,du.txt
4719
4720DRM DRIVERS FOR ROCKCHIP
4721M:	Mark Yao <mark.yao@rock-chips.com>
4722L:	dri-devel@lists.freedesktop.org
4723S:	Maintained
4724F:	drivers/gpu/drm/rockchip/
4725F:	Documentation/devicetree/bindings/display/rockchip/
4726T:	git git://anongit.freedesktop.org/drm/drm-misc
4727
4728DRM DRIVERS FOR STI
4729M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
4730M:	Vincent Abriou <vincent.abriou@st.com>
4731L:	dri-devel@lists.freedesktop.org
4732T:	git git://anongit.freedesktop.org/drm/drm-misc
4733S:	Maintained
4734F:	drivers/gpu/drm/sti
4735F:	Documentation/devicetree/bindings/display/st,stih4xx.txt
4736
4737DRM DRIVERS FOR STM
4738M:	Yannick Fertre <yannick.fertre@st.com>
4739M:	Philippe Cornu <philippe.cornu@st.com>
4740M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
4741M:	Vincent Abriou <vincent.abriou@st.com>
4742L:	dri-devel@lists.freedesktop.org
4743T:	git git://anongit.freedesktop.org/drm/drm-misc
4744S:	Maintained
4745F:	drivers/gpu/drm/stm
4746F:	Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4747
4748DRM DRIVERS FOR TI LCDC
4749M:	Jyri Sarha <jsarha@ti.com>
4750R:	Tomi Valkeinen <tomi.valkeinen@ti.com>
4751L:	dri-devel@lists.freedesktop.org
4752S:	Maintained
4753F:	drivers/gpu/drm/tilcdc/
4754F:	Documentation/devicetree/bindings/display/tilcdc/
4755
4756DRM DRIVERS FOR TI OMAP
4757M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
4758L:	dri-devel@lists.freedesktop.org
4759S:	Maintained
4760F:	drivers/gpu/drm/omapdrm/
4761F:	Documentation/devicetree/bindings/display/ti/
4762
4763DRM DRIVERS FOR VC4
4764M:	Eric Anholt <eric@anholt.net>
4765T:	git git://github.com/anholt/linux
4766S:	Supported
4767F:	drivers/gpu/drm/vc4/
4768F:	include/uapi/drm/vc4_drm.h
4769F:	Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4770T:	git git://anongit.freedesktop.org/drm/drm-misc
4771
4772DRM DRIVERS FOR VIVANTE GPU IP
4773M:	Lucas Stach <l.stach@pengutronix.de>
4774R:	Russell King <linux+etnaviv@armlinux.org.uk>
4775R:	Christian Gmeiner <christian.gmeiner@gmail.com>
4776L:	etnaviv@lists.freedesktop.org
4777L:	dri-devel@lists.freedesktop.org
4778S:	Maintained
4779F:	drivers/gpu/drm/etnaviv/
4780F:	include/uapi/drm/etnaviv_drm.h
4781F:	Documentation/devicetree/bindings/display/etnaviv/
4782
4783DRM DRIVERS FOR ZTE ZX
4784M:	Shawn Guo <shawnguo@kernel.org>
4785L:	dri-devel@lists.freedesktop.org
4786S:	Maintained
4787F:	drivers/gpu/drm/zte/
4788F:	Documentation/devicetree/bindings/display/zte,vou.txt
4789T:	git git://anongit.freedesktop.org/drm/drm-misc
4790
4791DRM PANEL DRIVERS
4792M:	Thierry Reding <thierry.reding@gmail.com>
4793L:	dri-devel@lists.freedesktop.org
4794T:	git git://anongit.freedesktop.org/drm/drm-misc
4795S:	Maintained
4796F:	drivers/gpu/drm/drm_panel.c
4797F:	drivers/gpu/drm/panel/
4798F:	include/drm/drm_panel.h
4799F:	Documentation/devicetree/bindings/display/panel/
4800
4801DRM TINYDRM DRIVERS
4802M:	Noralf Trønnes <noralf@tronnes.org>
4803W:	https://github.com/notro/tinydrm/wiki/Development
4804T:	git git://anongit.freedesktop.org/drm/drm-misc
4805S:	Maintained
4806F:	drivers/gpu/drm/tinydrm/
4807F:	include/drm/tinydrm/
4808
4809DSBR100 USB FM RADIO DRIVER
4810M:	Alexey Klimov <klimov.linux@gmail.com>
4811L:	linux-media@vger.kernel.org
4812T:	git git://linuxtv.org/media_tree.git
4813S:	Maintained
4814F:	drivers/media/radio/dsbr100.c
4815
4816DSCC4 DRIVER
4817M:	Francois Romieu <romieu@fr.zoreil.com>
4818L:	netdev@vger.kernel.org
4819S:	Maintained
4820F:	drivers/net/wan/dscc4.c
4821
4822DT3155 MEDIA DRIVER
4823M:	Hans Verkuil <hverkuil@xs4all.nl>
4824L:	linux-media@vger.kernel.org
4825T:	git git://linuxtv.org/media_tree.git
4826W:	https://linuxtv.org
4827S:	Odd Fixes
4828F:	drivers/media/pci/dt3155/
4829
4830DVB_USB_AF9015 MEDIA DRIVER
4831M:	Antti Palosaari <crope@iki.fi>
4832L:	linux-media@vger.kernel.org
4833W:	https://linuxtv.org
4834W:	http://palosaari.fi/linux/
4835Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4836T:	git git://linuxtv.org/anttip/media_tree.git
4837S:	Maintained
4838F:	drivers/media/usb/dvb-usb-v2/af9015*
4839
4840DVB_USB_AF9035 MEDIA DRIVER
4841M:	Antti Palosaari <crope@iki.fi>
4842L:	linux-media@vger.kernel.org
4843W:	https://linuxtv.org
4844W:	http://palosaari.fi/linux/
4845Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4846T:	git git://linuxtv.org/anttip/media_tree.git
4847S:	Maintained
4848F:	drivers/media/usb/dvb-usb-v2/af9035*
4849
4850DVB_USB_ANYSEE MEDIA DRIVER
4851M:	Antti Palosaari <crope@iki.fi>
4852L:	linux-media@vger.kernel.org
4853W:	https://linuxtv.org
4854W:	http://palosaari.fi/linux/
4855Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4856T:	git git://linuxtv.org/anttip/media_tree.git
4857S:	Maintained
4858F:	drivers/media/usb/dvb-usb-v2/anysee*
4859
4860DVB_USB_AU6610 MEDIA DRIVER
4861M:	Antti Palosaari <crope@iki.fi>
4862L:	linux-media@vger.kernel.org
4863W:	https://linuxtv.org
4864W:	http://palosaari.fi/linux/
4865Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4866T:	git git://linuxtv.org/anttip/media_tree.git
4867S:	Maintained
4868F:	drivers/media/usb/dvb-usb-v2/au6610*
4869
4870DVB_USB_CE6230 MEDIA DRIVER
4871M:	Antti Palosaari <crope@iki.fi>
4872L:	linux-media@vger.kernel.org
4873W:	https://linuxtv.org
4874W:	http://palosaari.fi/linux/
4875Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4876T:	git git://linuxtv.org/anttip/media_tree.git
4877S:	Maintained
4878F:	drivers/media/usb/dvb-usb-v2/ce6230*
4879
4880DVB_USB_CXUSB MEDIA DRIVER
4881M:	Michael Krufky <mkrufky@linuxtv.org>
4882L:	linux-media@vger.kernel.org
4883W:	https://linuxtv.org
4884W:	http://github.com/mkrufky
4885Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4886T:	git git://linuxtv.org/media_tree.git
4887S:	Maintained
4888F:	drivers/media/usb/dvb-usb/cxusb*
4889
4890DVB_USB_EC168 MEDIA DRIVER
4891M:	Antti Palosaari <crope@iki.fi>
4892L:	linux-media@vger.kernel.org
4893W:	https://linuxtv.org
4894W:	http://palosaari.fi/linux/
4895Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4896T:	git git://linuxtv.org/anttip/media_tree.git
4897S:	Maintained
4898F:	drivers/media/usb/dvb-usb-v2/ec168*
4899
4900DVB_USB_GL861 MEDIA DRIVER
4901M:	Antti Palosaari <crope@iki.fi>
4902L:	linux-media@vger.kernel.org
4903W:	https://linuxtv.org
4904Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4905T:	git git://linuxtv.org/anttip/media_tree.git
4906S:	Maintained
4907F:	drivers/media/usb/dvb-usb-v2/gl861*
4908
4909DVB_USB_MXL111SF MEDIA DRIVER
4910M:	Michael Krufky <mkrufky@linuxtv.org>
4911L:	linux-media@vger.kernel.org
4912W:	https://linuxtv.org
4913W:	http://github.com/mkrufky
4914Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4915T:	git git://linuxtv.org/mkrufky/mxl111sf.git
4916S:	Maintained
4917F:	drivers/media/usb/dvb-usb-v2/mxl111sf*
4918
4919DVB_USB_RTL28XXU MEDIA DRIVER
4920M:	Antti Palosaari <crope@iki.fi>
4921L:	linux-media@vger.kernel.org
4922W:	https://linuxtv.org
4923W:	http://palosaari.fi/linux/
4924Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4925T:	git git://linuxtv.org/anttip/media_tree.git
4926S:	Maintained
4927F:	drivers/media/usb/dvb-usb-v2/rtl28xxu*
4928
4929DVB_USB_V2 MEDIA DRIVER
4930M:	Antti Palosaari <crope@iki.fi>
4931L:	linux-media@vger.kernel.org
4932W:	https://linuxtv.org
4933W:	http://palosaari.fi/linux/
4934Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4935T:	git git://linuxtv.org/anttip/media_tree.git
4936S:	Maintained
4937F:	drivers/media/usb/dvb-usb-v2/dvb_usb*
4938F:	drivers/media/usb/dvb-usb-v2/usb_urb.c
4939
4940DYNAMIC DEBUG
4941M:	Jason Baron <jbaron@akamai.com>
4942S:	Maintained
4943F:	lib/dynamic_debug.c
4944F:	include/linux/dynamic_debug.h
4945
4946DZ DECSTATION DZ11 SERIAL DRIVER
4947M:	"Maciej W. Rozycki" <macro@linux-mips.org>
4948S:	Maintained
4949F:	drivers/tty/serial/dz.*
4950
4951E3X0 POWER BUTTON DRIVER
4952M:	Moritz Fischer <moritz.fischer@ettus.com>
4953L:	usrp-users@lists.ettus.com
4954W:	http://www.ettus.com
4955S:	Supported
4956F:	drivers/input/misc/e3x0-button.c
4957F:	Documentation/devicetree/bindings/input/e3x0-button.txt
4958
4959E4000 MEDIA DRIVER
4960M:	Antti Palosaari <crope@iki.fi>
4961L:	linux-media@vger.kernel.org
4962W:	https://linuxtv.org
4963W:	http://palosaari.fi/linux/
4964Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4965T:	git git://linuxtv.org/anttip/media_tree.git
4966S:	Maintained
4967F:	drivers/media/tuners/e4000*
4968
4969EATA ISA/EISA/PCI SCSI DRIVER
4970M:	Dario Ballabio <ballabio_dario@emc.com>
4971L:	linux-scsi@vger.kernel.org
4972S:	Maintained
4973F:	drivers/scsi/eata.c
4974
4975EC100 MEDIA DRIVER
4976M:	Antti Palosaari <crope@iki.fi>
4977L:	linux-media@vger.kernel.org
4978W:	https://linuxtv.org
4979W:	http://palosaari.fi/linux/
4980Q:	http://patchwork.linuxtv.org/project/linux-media/list/
4981T:	git git://linuxtv.org/anttip/media_tree.git
4982S:	Maintained
4983F:	drivers/media/dvb-frontends/ec100*
4984
4985ECRYPT FILE SYSTEM
4986M:	Tyler Hicks <tyhicks@canonical.com>
4987L:	ecryptfs@vger.kernel.org
4988W:	http://ecryptfs.org
4989W:	https://launchpad.net/ecryptfs
4990T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4991S:	Supported
4992F:	Documentation/filesystems/ecryptfs.txt
4993F:	fs/ecryptfs/
4994
4995EDAC-AMD64
4996M:	Borislav Petkov <bp@alien8.de>
4997L:	linux-edac@vger.kernel.org
4998S:	Maintained
4999F:	drivers/edac/amd64_edac*
5000
5001EDAC-CALXEDA
5002M:	Robert Richter <rric@kernel.org>
5003L:	linux-edac@vger.kernel.org
5004S:	Maintained
5005F:	drivers/edac/highbank*
5006
5007EDAC-CAVIUM OCTEON
5008M:	Ralf Baechle <ralf@linux-mips.org>
5009M:	David Daney <david.daney@cavium.com>
5010L:	linux-edac@vger.kernel.org
5011L:	linux-mips@linux-mips.org
5012S:	Supported
5013F:	drivers/edac/octeon_edac*
5014
5015EDAC-CAVIUM THUNDERX
5016M:	David Daney <david.daney@cavium.com>
5017M:	Jan Glauber <jglauber@cavium.com>
5018L:	linux-edac@vger.kernel.org
5019S:	Supported
5020F:	drivers/edac/thunderx_edac*
5021
5022EDAC-CORE
5023M:	Borislav Petkov <bp@alien8.de>
5024M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5025M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5026L:	linux-edac@vger.kernel.org
5027T:	git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
5028T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
5029S:	Supported
5030F:	Documentation/admin-guide/ras.rst
5031F:	Documentation/driver-api/edac.rst
5032F:	drivers/edac/
5033F:	include/linux/edac.h
5034
5035EDAC-E752X
5036M:	Mark Gross <mark.gross@intel.com>
5037L:	linux-edac@vger.kernel.org
5038S:	Maintained
5039F:	drivers/edac/e752x_edac.c
5040
5041EDAC-E7XXX
5042L:	linux-edac@vger.kernel.org
5043S:	Maintained
5044F:	drivers/edac/e7xxx_edac.c
5045
5046EDAC-FSL_DDR
5047M:	York Sun <york.sun@nxp.com>
5048L:	linux-edac@vger.kernel.org
5049S:	Maintained
5050F:	drivers/edac/fsl_ddr_edac.*
5051
5052EDAC-GHES
5053M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5054M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5055L:	linux-edac@vger.kernel.org
5056S:	Maintained
5057F:	drivers/edac/ghes_edac.c
5058
5059EDAC-I3000
5060L:	linux-edac@vger.kernel.org
5061S:	Orphan
5062F:	drivers/edac/i3000_edac.c
5063
5064EDAC-I5000
5065L:	linux-edac@vger.kernel.org
5066S:	Maintained
5067F:	drivers/edac/i5000_edac.c
5068
5069EDAC-I5400
5070M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5071M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5072L:	linux-edac@vger.kernel.org
5073S:	Maintained
5074F:	drivers/edac/i5400_edac.c
5075
5076EDAC-I7300
5077M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5078M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5079L:	linux-edac@vger.kernel.org
5080S:	Maintained
5081F:	drivers/edac/i7300_edac.c
5082
5083EDAC-I7CORE
5084M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5085M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5086L:	linux-edac@vger.kernel.org
5087S:	Maintained
5088F:	drivers/edac/i7core_edac.c
5089
5090EDAC-I82443BXGX
5091M:	Tim Small <tim@buttersideup.com>
5092L:	linux-edac@vger.kernel.org
5093S:	Maintained
5094F:	drivers/edac/i82443bxgx_edac.c
5095
5096EDAC-I82975X
5097M:	Ranganathan Desikan <ravi@jetztechnologies.com>
5098M:	"Arvind R." <arvino55@gmail.com>
5099L:	linux-edac@vger.kernel.org
5100S:	Maintained
5101F:	drivers/edac/i82975x_edac.c
5102
5103EDAC-IE31200
5104M:	Jason Baron <jbaron@akamai.com>
5105L:	linux-edac@vger.kernel.org
5106S:	Maintained
5107F:	drivers/edac/ie31200_edac.c
5108
5109EDAC-MPC85XX
5110M:	Johannes Thumshirn <morbidrsa@gmail.com>
5111L:	linux-edac@vger.kernel.org
5112S:	Maintained
5113F:	drivers/edac/mpc85xx_edac.[ch]
5114
5115EDAC-PASEMI
5116M:	Egor Martovetsky <egor@pasemi.com>
5117L:	linux-edac@vger.kernel.org
5118S:	Maintained
5119F:	drivers/edac/pasemi_edac.c
5120
5121EDAC-PND2
5122M:	Tony Luck <tony.luck@intel.com>
5123L:	linux-edac@vger.kernel.org
5124S:	Maintained
5125F:	drivers/edac/pnd2_edac.[ch]
5126
5127EDAC-R82600
5128M:	Tim Small <tim@buttersideup.com>
5129L:	linux-edac@vger.kernel.org
5130S:	Maintained
5131F:	drivers/edac/r82600_edac.c
5132
5133EDAC-SBRIDGE
5134M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5135M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5136L:	linux-edac@vger.kernel.org
5137S:	Maintained
5138F:	drivers/edac/sb_edac.c
5139
5140EDAC-SKYLAKE
5141M:	Tony Luck <tony.luck@intel.com>
5142L:	linux-edac@vger.kernel.org
5143S:	Maintained
5144F:	drivers/edac/skx_edac.c
5145
5146EDIROL UA-101/UA-1000 DRIVER
5147M:	Clemens Ladisch <clemens@ladisch.de>
5148L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5149T:	git git://git.alsa-project.org/alsa-kernel.git
5150S:	Maintained
5151F:	sound/usb/misc/ua101.c
5152
5153EFI TEST DRIVER
5154L:	linux-efi@vger.kernel.org
5155M:	Ivan Hu <ivan.hu@canonical.com>
5156M:	Matt Fleming <matt@codeblueprint.co.uk>
5157S:	Maintained
5158F:	drivers/firmware/efi/test/
5159
5160EFI VARIABLE FILESYSTEM
5161M:	Matthew Garrett <matthew.garrett@nebula.com>
5162M:	Jeremy Kerr <jk@ozlabs.org>
5163M:	Matt Fleming <matt@codeblueprint.co.uk>
5164T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5165L:	linux-efi@vger.kernel.org
5166S:	Maintained
5167F:	fs/efivarfs/
5168
5169EFIFB FRAMEBUFFER DRIVER
5170L:	linux-fbdev@vger.kernel.org
5171M:	Peter Jones <pjones@redhat.com>
5172S:	Maintained
5173F:	drivers/video/fbdev/efifb.c
5174
5175EFS FILESYSTEM
5176W:	http://aeschi.ch.eu.org/efs/
5177S:	Orphan
5178F:	fs/efs/
5179
5180EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5181M:	Douglas Miller <dougmill@linux.vnet.ibm.com>
5182L:	netdev@vger.kernel.org
5183S:	Maintained
5184F:	drivers/net/ethernet/ibm/ehea/
5185
5186EM28XX VIDEO4LINUX DRIVER
5187M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
5188M:	Mauro Carvalho Chehab <mchehab@kernel.org>
5189L:	linux-media@vger.kernel.org
5190W:	https://linuxtv.org
5191T:	git git://linuxtv.org/media_tree.git
5192S:	Maintained
5193F:	drivers/media/usb/em28xx/
5194F:	Documentation/media/v4l-drivers/em28xx*
5195
5196EMBEDDED LINUX
5197M:	Paul Gortmaker <paul.gortmaker@windriver.com>
5198M:	Matt Mackall <mpm@selenic.com>
5199M:	David Woodhouse <dwmw2@infradead.org>
5200L:	linux-embedded@vger.kernel.org
5201S:	Maintained
5202
5203Emulex 10Gbps iSCSI - OneConnect DRIVER
5204M:	Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5205M:	Ketan Mukadam <ketan.mukadam@broadcom.com>
5206M:	Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5207L:	linux-scsi@vger.kernel.org
5208W:	http://www.broadcom.com
5209S:	Supported
5210F:	drivers/scsi/be2iscsi/
5211
5212Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5213M:	Sathya Perla <sathya.perla@broadcom.com>
5214M:	Ajit Khaparde <ajit.khaparde@broadcom.com>
5215M:	Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
5216M:	Somnath Kotur <somnath.kotur@broadcom.com>
5217L:	netdev@vger.kernel.org
5218W:	http://www.emulex.com
5219S:	Supported
5220F:	drivers/net/ethernet/emulex/benet/
5221
5222EMULEX ONECONNECT ROCE DRIVER
5223M:	Selvin Xavier <selvin.xavier@broadcom.com>
5224M:	Devesh Sharma <devesh.sharma@broadcom.com>
5225L:	linux-rdma@vger.kernel.org
5226W:	http://www.broadcom.com
5227S:	Odd Fixes
5228F:	drivers/infiniband/hw/ocrdma/
5229F:	include/uapi/rdma/ocrdma-abi.h
5230
5231EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5232M:	James Smart <james.smart@broadcom.com>
5233M:	Dick Kennedy <dick.kennedy@broadcom.com>
5234L:	linux-scsi@vger.kernel.org
5235W:	http://www.broadcom.com
5236S:	Supported
5237F:	drivers/scsi/lpfc/
5238
5239ENE CB710 FLASH CARD READER DRIVER
5240M:	Michał Mirosław <mirq-linux@rere.qmqm.pl>
5241S:	Maintained
5242F:	drivers/misc/cb710/
5243F:	drivers/mmc/host/cb710-mmc.*
5244F:	include/linux/cb710.h
5245
5246ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5247M:	Maxim Levitsky <maximlevitsky@gmail.com>
5248S:	Maintained
5249F:	drivers/media/rc/ene_ir.*
5250
5251EPSON S1D13XXX FRAMEBUFFER DRIVER
5252M:	Kristoffer Ericson <kristoffer.ericson@gmail.com>
5253S:	Maintained
5254T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5255F:	drivers/video/fbdev/s1d13xxxfb.c
5256F:	include/video/s1d13xxxfb.h
5257
5258ERRSEQ ERROR TRACKING INFRASTRUCTURE
5259M:	Jeff Layton <jlayton@kernel.org>
5260S:	Maintained
5261F:	lib/errseq.c
5262F:	include/linux/errseq.h
5263
5264ET131X NETWORK DRIVER
5265M:	Mark Einon <mark.einon@gmail.com>
5266S:	Odd Fixes
5267F:	drivers/net/ethernet/agere/
5268
5269ETHERNET BRIDGE
5270M:	Stephen Hemminger <stephen@networkplumber.org>
5271L:	bridge@lists.linux-foundation.org (moderated for non-subscribers)
5272L:	netdev@vger.kernel.org
5273W:	http://www.linuxfoundation.org/en/Net:Bridge
5274S:	Maintained
5275F:	include/linux/netfilter_bridge/
5276F:	net/bridge/
5277
5278ETHERNET PHY LIBRARY
5279M:	Andrew Lunn <andrew@lunn.ch>
5280M:	Florian Fainelli <f.fainelli@gmail.com>
5281L:	netdev@vger.kernel.org
5282S:	Maintained
5283F:	Documentation/ABI/testing/sysfs-bus-mdio
5284F:	Documentation/devicetree/bindings/net/mdio*
5285F:	Documentation/networking/phy.txt
5286F:	drivers/net/phy/
5287F:	drivers/of/of_mdio.c
5288F:	drivers/of/of_net.c
5289F:	include/linux/*mdio*.h
5290F:	include/linux/of_net.h
5291F:	include/linux/phy.h
5292F:	include/linux/phy_fixed.h
5293F:	include/linux/platform_data/mdio-gpio.h
5294F:	include/linux/platform_data/mdio-bcm-unimac.h
5295F:	include/trace/events/mdio.h
5296F:	include/uapi/linux/mdio.h
5297F:	include/uapi/linux/mii.h
5298
5299EXT2 FILE SYSTEM
5300M:	Jan Kara <jack@suse.com>
5301L:	linux-ext4@vger.kernel.org
5302S:	Maintained
5303F:	Documentation/filesystems/ext2.txt
5304F:	fs/ext2/
5305F:	include/linux/ext2*
5306
5307EXT4 FILE SYSTEM
5308M:	"Theodore Ts'o" <tytso@mit.edu>
5309M:	Andreas Dilger <adilger.kernel@dilger.ca>
5310L:	linux-ext4@vger.kernel.org
5311W:	http://ext4.wiki.kernel.org
5312Q:	http://patchwork.ozlabs.org/project/linux-ext4/list/
5313T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5314S:	Maintained
5315F:	Documentation/filesystems/ext4.txt
5316F:	fs/ext4/
5317
5318Extended Verification Module (EVM)
5319M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
5320L:	linux-integrity@vger.kernel.org
5321S:	Supported
5322F:	security/integrity/evm/
5323
5324EXTENSIBLE FIRMWARE INTERFACE (EFI)
5325M:	Matt Fleming <matt@codeblueprint.co.uk>
5326M:	Ard Biesheuvel <ard.biesheuvel@linaro.org>
5327L:	linux-efi@vger.kernel.org
5328T:	git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5329S:	Maintained
5330F:	Documentation/efi-stub.txt
5331F:	arch/*/kernel/efi.c
5332F:	arch/x86/boot/compressed/eboot.[ch]
5333F:	arch/*/include/asm/efi.h
5334F:	arch/x86/platform/efi/
5335F:	drivers/firmware/efi/
5336F:	include/linux/efi*.h
5337F:	arch/arm/boot/compressed/efi-header.S
5338F:	arch/arm64/kernel/efi-entry.S
5339
5340EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5341M:	MyungJoo Ham <myungjoo.ham@samsung.com>
5342M:	Chanwoo Choi <cw00.choi@samsung.com>
5343L:	linux-kernel@vger.kernel.org
5344T:	git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5345S:	Maintained
5346F:	drivers/extcon/
5347F:	include/linux/extcon/
5348F:	include/linux/extcon.h
5349F:	Documentation/extcon/
5350F:	Documentation/devicetree/bindings/extcon/
5351
5352EXYNOS DP DRIVER
5353M:	Jingoo Han <jingoohan1@gmail.com>
5354L:	dri-devel@lists.freedesktop.org
5355S:	Maintained
5356F:	drivers/gpu/drm/exynos/exynos_dp*
5357
5358EXYNOS SYSMMU (IOMMU) driver
5359M:	Marek Szyprowski <m.szyprowski@samsung.com>
5360L:	iommu@lists.linux-foundation.org
5361S:	Maintained
5362F:	drivers/iommu/exynos-iommu.c
5363
5364EZchip NPS platform support
5365M:	Elad Kanfi <eladkan@mellanox.com>
5366M:	Vineet Gupta <vgupta@synopsys.com>
5367S:	Supported
5368F:	arch/arc/plat-eznps
5369F:	arch/arc/boot/dts/eznps.dts
5370
5371F2FS FILE SYSTEM
5372M:	Jaegeuk Kim <jaegeuk@kernel.org>
5373M:	Chao Yu <yuchao0@huawei.com>
5374L:	linux-f2fs-devel@lists.sourceforge.net
5375W:	https://f2fs.wiki.kernel.org/
5376T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5377S:	Maintained
5378F:	Documentation/filesystems/f2fs.txt
5379F:	Documentation/ABI/testing/sysfs-fs-f2fs
5380F:	fs/f2fs/
5381F:	include/linux/f2fs_fs.h
5382F:	include/trace/events/f2fs.h
5383
5384F71805F HARDWARE MONITORING DRIVER
5385M:	Jean Delvare <jdelvare@suse.com>
5386L:	linux-hwmon@vger.kernel.org
5387S:	Maintained
5388F:	Documentation/hwmon/f71805f
5389F:	drivers/hwmon/f71805f.c
5390
5391FANOTIFY
5392M:	Jan Kara <jack@suse.cz>
5393R:	Amir Goldstein <amir73il@gmail.com>
5394L:	linux-fsdevel@vger.kernel.org
5395S:	Maintained
5396F:	fs/notify/fanotify/
5397F:	include/linux/fanotify.h
5398F:	include/uapi/linux/fanotify.h
5399
5400FARSYNC SYNCHRONOUS DRIVER
5401M:	Kevin Curtis <kevin.curtis@farsite.co.uk>
5402W:	http://www.farsite.co.uk/
5403S:	Supported
5404F:	drivers/net/wan/farsync.*
5405
5406FAULT INJECTION SUPPORT
5407M:	Akinobu Mita <akinobu.mita@gmail.com>
5408S:	Supported
5409F:	Documentation/fault-injection/
5410F:	lib/fault-inject.c
5411
5412FBTFT Framebuffer drivers
5413M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5414S:	Maintained
5415F:	drivers/staging/fbtft/
5416
5417FC0011 TUNER DRIVER
5418M:	Michael Buesch <m@bues.ch>
5419L:	linux-media@vger.kernel.org
5420S:	Maintained
5421F:	drivers/media/tuners/fc0011.h
5422F:	drivers/media/tuners/fc0011.c
5423
5424FC2580 MEDIA DRIVER
5425M:	Antti Palosaari <crope@iki.fi>
5426L:	linux-media@vger.kernel.org
5427W:	https://linuxtv.org
5428W:	http://palosaari.fi/linux/
5429Q:	http://patchwork.linuxtv.org/project/linux-media/list/
5430T:	git git://linuxtv.org/anttip/media_tree.git
5431S:	Maintained
5432F:	drivers/media/tuners/fc2580*
5433
5434FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5435M:	Johannes Thumshirn <jth@kernel.org>
5436L:	linux-scsi@vger.kernel.org
5437W:	www.Open-FCoE.org
5438S:	Supported
5439F:	drivers/scsi/libfc/
5440F:	drivers/scsi/fcoe/
5441F:	include/scsi/fc/
5442F:	include/scsi/libfc.h
5443F:	include/scsi/libfcoe.h
5444F:	include/uapi/scsi/fc/
5445
5446FILE LOCKING (flock() and fcntl()/lockf())
5447M:	Jeff Layton <jlayton@kernel.org>
5448M:	"J. Bruce Fields" <bfields@fieldses.org>
5449L:	linux-fsdevel@vger.kernel.org
5450S:	Maintained
5451F:	include/linux/fcntl.h
5452F:	include/uapi/linux/fcntl.h
5453F:	fs/fcntl.c
5454F:	fs/locks.c
5455
5456FILESYSTEMS (VFS and infrastructure)
5457M:	Alexander Viro <viro@zeniv.linux.org.uk>
5458L:	linux-fsdevel@vger.kernel.org
5459S:	Maintained
5460F:	fs/*
5461F:	include/linux/fs.h
5462F:	include/uapi/linux/fs.h
5463
5464FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5465M:	Riku Voipio <riku.voipio@iki.fi>
5466L:	linux-hwmon@vger.kernel.org
5467S:	Maintained
5468F:	drivers/hwmon/f75375s.c
5469F:	include/linux/f75375s.h
5470
5471FIREWIRE AUDIO DRIVERS
5472M:	Clemens Ladisch <clemens@ladisch.de>
5473L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5474T:	git git://git.alsa-project.org/alsa-kernel.git
5475S:	Maintained
5476F:	sound/firewire/
5477
5478FIREWIRE MEDIA DRIVERS (firedtv)
5479M:	Stefan Richter <stefanr@s5r6.in-berlin.de>
5480L:	linux-media@vger.kernel.org
5481L:	linux1394-devel@lists.sourceforge.net
5482T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5483S:	Maintained
5484F:	drivers/media/firewire/
5485
5486FIREWIRE SBP-2 TARGET
5487M:	Chris Boot <bootc@bootc.net>
5488L:	linux-scsi@vger.kernel.org
5489L:	target-devel@vger.kernel.org
5490L:	linux1394-devel@lists.sourceforge.net
5491T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5492S:	Maintained
5493F:	drivers/target/sbp/
5494
5495FIREWIRE SUBSYSTEM
5496M:	Stefan Richter <stefanr@s5r6.in-berlin.de>
5497L:	linux1394-devel@lists.sourceforge.net
5498W:	http://ieee1394.wiki.kernel.org/
5499T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5500S:	Maintained
5501F:	drivers/firewire/
5502F:	include/linux/firewire.h
5503F:	include/uapi/linux/firewire*.h
5504F:	tools/firewire/
5505
5506FIRMWARE LOADER (request_firmware)
5507M:	Luis R. Rodriguez <mcgrof@kernel.org>
5508L:	linux-kernel@vger.kernel.org
5509S:	Maintained
5510F:	Documentation/firmware_class/
5511F:	drivers/base/firmware*.c
5512F:	include/linux/firmware.h
5513
5514FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5515M:	Joshua Morris <josh.h.morris@us.ibm.com>
5516M:	Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5517S:	Maintained
5518F:	drivers/block/rsxx/
5519
5520FLOPPY DRIVER
5521M:	Jiri Kosina <jikos@kernel.org>
5522T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5523S:	Odd fixes
5524F:	drivers/block/floppy.c
5525
5526FMC SUBSYSTEM
5527M:	Alessandro Rubini <rubini@gnudd.com>
5528W:	http://www.ohwr.org/projects/fmc-bus
5529S:	Supported
5530F:	drivers/fmc/
5531F:	include/linux/fmc*.h
5532F:	include/linux/ipmi-fru.h
5533K:	fmc_d.*register
5534
5535FPGA MANAGER FRAMEWORK
5536M:	Alan Tull <atull@kernel.org>
5537M:	Moritz Fischer <mdf@kernel.org>
5538L:	linux-fpga@vger.kernel.org
5539S:	Maintained
5540T:	git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5541Q:	http://patchwork.kernel.org/project/linux-fpga/list/
5542F:	Documentation/fpga/
5543F:	Documentation/devicetree/bindings/fpga/
5544F:	drivers/fpga/
5545F:	include/linux/fpga/
5546W:	http://www.rocketboards.org
5547
5548FPU EMULATOR
5549M:	Bill Metzenthen <billm@melbpc.org.au>
5550W:	http://floatingpoint.sourceforge.net/emulator/index.html
5551S:	Maintained
5552F:	arch/x86/math-emu/
5553
5554FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5555L:	netdev@vger.kernel.org
5556S:	Orphan
5557F:	drivers/net/wan/dlci.c
5558F:	drivers/net/wan/sdla.c
5559
5560FRAMEBUFFER LAYER
5561M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5562L:	dri-devel@lists.freedesktop.org
5563L:	linux-fbdev@vger.kernel.org
5564T:	git git://github.com/bzolnier/linux.git
5565Q:	http://patchwork.kernel.org/project/linux-fbdev/list/
5566S:	Maintained
5567F:	Documentation/fb/
5568F:	drivers/video/
5569F:	include/video/
5570F:	include/linux/fb.h
5571F:	include/uapi/video/
5572F:	include/uapi/linux/fb.h
5573
5574FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5575M:	Horia Geantă <horia.geanta@nxp.com>
5576M:	Aymen Sghaier <aymen.sghaier@nxp.com>
5577L:	linux-crypto@vger.kernel.org
5578S:	Maintained
5579F:	drivers/crypto/caam/
5580F:	Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5581
5582FREESCALE DIU FRAMEBUFFER DRIVER
5583M:	Timur Tabi <timur@tabi.org>
5584L:	linux-fbdev@vger.kernel.org
5585S:	Maintained
5586F:	drivers/video/fbdev/fsl-diu-fb.*
5587
5588FREESCALE DMA DRIVER
5589M:	Li Yang <leoyang.li@nxp.com>
5590M:	Zhang Wei <zw@zh-kernel.org>
5591L:	linuxppc-dev@lists.ozlabs.org
5592S:	Maintained
5593F:	drivers/dma/fsldma.*
5594
5595FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5596M:	Claudiu Manoil <claudiu.manoil@freescale.com>
5597L:	netdev@vger.kernel.org
5598S:	Maintained
5599F:	drivers/net/ethernet/freescale/gianfar*
5600X:	drivers/net/ethernet/freescale/gianfar_ptp.c
5601F:	Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5602
5603FREESCALE GPMI NAND DRIVER
5604M:	Han Xu <han.xu@nxp.com>
5605L:	linux-mtd@lists.infradead.org
5606S:	Maintained
5607F:	drivers/mtd/nand/gpmi-nand/*
5608
5609FREESCALE I2C CPM DRIVER
5610M:	Jochen Friedrich <jochen@scram.de>
5611L:	linuxppc-dev@lists.ozlabs.org
5612L:	linux-i2c@vger.kernel.org
5613S:	Maintained
5614F:	drivers/i2c/busses/i2c-cpm.c
5615
5616FREESCALE IMX / MXC FEC DRIVER
5617M:	Fugang Duan <fugang.duan@nxp.com>
5618L:	netdev@vger.kernel.org
5619S:	Maintained
5620F:	drivers/net/ethernet/freescale/fec_main.c
5621F:	drivers/net/ethernet/freescale/fec_ptp.c
5622F:	drivers/net/ethernet/freescale/fec.h
5623F:	Documentation/devicetree/bindings/net/fsl-fec.txt
5624
5625FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5626M:	Sascha Hauer <kernel@pengutronix.de>
5627L:	linux-fbdev@vger.kernel.org
5628L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5629S:	Maintained
5630F:	include/linux/platform_data/video-imxfb.h
5631F:	drivers/video/fbdev/imxfb.c
5632
5633FREESCALE QORIQ DPAA ETHERNET DRIVER
5634M:	Madalin Bucur <madalin.bucur@nxp.com>
5635L:	netdev@vger.kernel.org
5636S:	Maintained
5637F:	drivers/net/ethernet/freescale/dpaa
5638
5639FREESCALE QORIQ DPAA FMAN DRIVER
5640M:	Madalin Bucur <madalin.bucur@nxp.com>
5641L:	netdev@vger.kernel.org
5642S:	Maintained
5643F:	drivers/net/ethernet/freescale/fman
5644F:	Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5645
5646FREESCALE QUAD SPI DRIVER
5647M:	Han Xu <han.xu@nxp.com>
5648L:	linux-mtd@lists.infradead.org
5649S:	Maintained
5650F:	drivers/mtd/spi-nor/fsl-quadspi.c
5651
5652FREESCALE QUICC ENGINE LIBRARY
5653M:	Qiang Zhao <qiang.zhao@nxp.com>
5654L:	linuxppc-dev@lists.ozlabs.org
5655S:	Maintained
5656F:	drivers/soc/fsl/qe/
5657F:	include/soc/fsl/*qe*.h
5658F:	include/soc/fsl/*ucc*.h
5659
5660FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5661M:	Li Yang <leoyang.li@nxp.com>
5662L:	netdev@vger.kernel.org
5663L:	linuxppc-dev@lists.ozlabs.org
5664S:	Maintained
5665F:	drivers/net/ethernet/freescale/ucc_geth*
5666
5667FREESCALE QUICC ENGINE UCC HDLC DRIVER
5668M:	Zhao Qiang <qiang.zhao@nxp.com>
5669L:	netdev@vger.kernel.org
5670L:	linuxppc-dev@lists.ozlabs.org
5671S:	Maintained
5672F:	drivers/net/wan/fsl_ucc_hdlc*
5673
5674FREESCALE QUICC ENGINE UCC UART DRIVER
5675M:	Timur Tabi <timur@tabi.org>
5676L:	linuxppc-dev@lists.ozlabs.org
5677S:	Maintained
5678F:	drivers/tty/serial/ucc_uart.c
5679
5680FREESCALE SOC DRIVERS
5681M:	Li Yang <leoyang.li@nxp.com>
5682L:	linuxppc-dev@lists.ozlabs.org
5683L:	linux-arm-kernel@lists.infradead.org
5684S:	Maintained
5685F:	Documentation/devicetree/bindings/soc/fsl/
5686F:	drivers/soc/fsl/
5687F:	include/linux/fsl/
5688
5689FREESCALE SOC FS_ENET DRIVER
5690M:	Pantelis Antoniou <pantelis.antoniou@gmail.com>
5691M:	Vitaly Bordug <vbordug@ru.mvista.com>
5692L:	linuxppc-dev@lists.ozlabs.org
5693L:	netdev@vger.kernel.org
5694S:	Maintained
5695F:	drivers/net/ethernet/freescale/fs_enet/
5696F:	include/linux/fs_enet_pd.h
5697
5698FREESCALE SOC SOUND DRIVERS
5699M:	Timur Tabi <timur@tabi.org>
5700M:	Nicolin Chen <nicoleotsuka@gmail.com>
5701M:	Xiubo Li <Xiubo.Lee@gmail.com>
5702R:	Fabio Estevam <fabio.estevam@nxp.com>
5703L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
5704L:	linuxppc-dev@lists.ozlabs.org
5705S:	Maintained
5706F:	sound/soc/fsl/fsl*
5707F:	sound/soc/fsl/imx*
5708F:	sound/soc/fsl/mpc8610_hpcd.c
5709
5710FREESCALE USB PERIPHERAL DRIVERS
5711M:	Li Yang <leoyang.li@nxp.com>
5712L:	linux-usb@vger.kernel.org
5713L:	linuxppc-dev@lists.ozlabs.org
5714S:	Maintained
5715F:	drivers/usb/gadget/udc/fsl*
5716
5717FREEVXFS FILESYSTEM
5718M:	Christoph Hellwig <hch@infradead.org>
5719W:	ftp://ftp.openlinux.org/pub/people/hch/vxfs
5720S:	Maintained
5721F:	fs/freevxfs/
5722
5723FREEZER
5724M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
5725M:	Pavel Machek <pavel@ucw.cz>
5726L:	linux-pm@vger.kernel.org
5727S:	Supported
5728F:	Documentation/power/freezing-of-tasks.txt
5729F:	include/linux/freezer.h
5730F:	kernel/freezer.c
5731
5732FRONTSWAP API
5733M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5734L:	linux-kernel@vger.kernel.org
5735S:	Maintained
5736F:	mm/frontswap.c
5737F:	include/linux/frontswap.h
5738
5739FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5740M:	David Howells <dhowells@redhat.com>
5741L:	linux-cachefs@redhat.com (moderated for non-subscribers)
5742S:	Supported
5743F:	Documentation/filesystems/caching/
5744F:	fs/fscache/
5745F:	include/linux/fscache*.h
5746
5747FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5748M:	Theodore Y. Ts'o <tytso@mit.edu>
5749M:	Jaegeuk Kim <jaegeuk@kernel.org>
5750L:	linux-fscrypt@vger.kernel.org
5751Q:	https://patchwork.kernel.org/project/linux-fscrypt/list/
5752T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5753S:	Supported
5754F:	fs/crypto/
5755F:	include/linux/fscrypt*.h
5756F:	Documentation/filesystems/fscrypt.rst
5757
5758FUJITSU FR-V (FRV) PORT
5759S:	Orphan
5760F:	arch/frv/
5761
5762FUJITSU LAPTOP EXTRAS
5763M:	Jonathan Woithe <jwoithe@just42.net>
5764L:	platform-driver-x86@vger.kernel.org
5765S:	Maintained
5766F:	drivers/platform/x86/fujitsu-laptop.c
5767
5768FUJITSU M-5MO LS CAMERA ISP DRIVER
5769M:	Kyungmin Park <kyungmin.park@samsung.com>
5770M:	Heungjun Kim <riverful.kim@samsung.com>
5771L:	linux-media@vger.kernel.org
5772S:	Maintained
5773F:	drivers/media/i2c/m5mols/
5774F:	include/media/i2c/m5mols.h
5775
5776FUJITSU TABLET EXTRAS
5777M:	Robert Gerlach <khnz@gmx.de>
5778L:	platform-driver-x86@vger.kernel.org
5779S:	Maintained
5780F:	drivers/platform/x86/fujitsu-tablet.c
5781
5782FUSE: FILESYSTEM IN USERSPACE
5783M:	Miklos Szeredi <miklos@szeredi.hu>
5784L:	linux-fsdevel@vger.kernel.org
5785W:	http://fuse.sourceforge.net/
5786T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5787S:	Maintained
5788F:	fs/fuse/
5789F:	include/uapi/linux/fuse.h
5790F:	Documentation/filesystems/fuse.txt
5791
5792FUTEX SUBSYSTEM
5793M:	Thomas Gleixner <tglx@linutronix.de>
5794M:	Ingo Molnar <mingo@redhat.com>
5795R:	Peter Zijlstra <peterz@infradead.org>
5796R:	Darren Hart <dvhart@infradead.org>
5797L:	linux-kernel@vger.kernel.org
5798T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5799S:	Maintained
5800F:	kernel/futex.c
5801F:	kernel/futex_compat.c
5802F:	include/asm-generic/futex.h
5803F:	include/linux/futex.h
5804F:	include/uapi/linux/futex.h
5805F:	tools/testing/selftests/futex/
5806F:	tools/perf/bench/futex*
5807F:	Documentation/*futex*
5808
5809FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5810M:	Rik Faith <faith@cs.unc.edu>
5811L:	linux-scsi@vger.kernel.org
5812S:	Odd Fixes (e.g., new signatures)
5813F:	drivers/scsi/fdomain.*
5814
5815GCC PLUGINS
5816M:	Kees Cook <keescook@chromium.org>
5817R:	Emese Revfy <re.emese@gmail.com>
5818L:	kernel-hardening@lists.openwall.com
5819S:	Maintained
5820F:	scripts/gcc-plugins/
5821F:	scripts/gcc-plugin.sh
5822F:	scripts/Makefile.gcc-plugins
5823F:	Documentation/gcc-plugins.txt
5824
5825GCOV BASED KERNEL PROFILING
5826M:	Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5827S:	Maintained
5828F:	kernel/gcov/
5829F:	Documentation/dev-tools/gcov.rst
5830
5831GDB KERNEL DEBUGGING HELPER SCRIPTS
5832M:	Jan Kiszka <jan.kiszka@siemens.com>
5833M:	Kieran Bingham <kieran@bingham.xyz>
5834S:	Supported
5835F:	scripts/gdb/
5836
5837GDT SCSI DISK ARRAY CONTROLLER DRIVER
5838M:	Achim Leubner <achim_leubner@adaptec.com>
5839L:	linux-scsi@vger.kernel.org
5840W:	http://www.icp-vortex.com/
5841S:	Supported
5842F:	drivers/scsi/gdt*
5843
5844GEMTEK FM RADIO RECEIVER DRIVER
5845M:	Hans Verkuil <hverkuil@xs4all.nl>
5846L:	linux-media@vger.kernel.org
5847T:	git git://linuxtv.org/media_tree.git
5848W:	https://linuxtv.org
5849S:	Maintained
5850F:	drivers/media/radio/radio-gemtek*
5851
5852GENERIC GPIO I2C DRIVER
5853M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
5854S:	Supported
5855F:	drivers/i2c/busses/i2c-gpio.c
5856F:	include/linux/i2c-gpio.h
5857
5858GENERIC GPIO I2C MULTIPLEXER DRIVER
5859M:	Peter Korsgaard <peter.korsgaard@barco.com>
5860L:	linux-i2c@vger.kernel.org
5861S:	Supported
5862F:	drivers/i2c/muxes/i2c-mux-gpio.c
5863F:	include/linux/i2c-mux-gpio.h
5864F:	Documentation/i2c/muxes/i2c-mux-gpio
5865
5866GENERIC HDLC (WAN) DRIVERS
5867M:	Krzysztof Halasa <khc@pm.waw.pl>
5868W:	http://www.kernel.org/pub/linux/utils/net/hdlc/
5869S:	Maintained
5870F:	drivers/net/wan/c101.c
5871F:	drivers/net/wan/hd6457*
5872F:	drivers/net/wan/hdlc*
5873F:	drivers/net/wan/n2.c
5874F:	drivers/net/wan/pc300too.c
5875F:	drivers/net/wan/pci200syn.c
5876F:	drivers/net/wan/wanxl*
5877
5878GENERIC INCLUDE/ASM HEADER FILES
5879M:	Arnd Bergmann <arnd@arndb.de>
5880L:	linux-arch@vger.kernel.org
5881T:	git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5882S:	Maintained
5883F:	include/asm-generic/
5884F:	include/uapi/asm-generic/
5885
5886GENERIC PHY FRAMEWORK
5887M:	Kishon Vijay Abraham I <kishon@ti.com>
5888L:	linux-kernel@vger.kernel.org
5889T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5890S:	Supported
5891F:	drivers/phy/
5892F:	include/linux/phy/
5893
5894GENERIC PM DOMAINS
5895M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
5896M:	Kevin Hilman <khilman@kernel.org>
5897M:	Ulf Hansson <ulf.hansson@linaro.org>
5898L:	linux-pm@vger.kernel.org
5899S:	Supported
5900F:	drivers/base/power/domain*.c
5901F:	include/linux/pm_domain.h
5902F:	Documentation/devicetree/bindings/power/power_domain.txt
5903
5904GENERIC UIO DRIVER FOR PCI DEVICES
5905M:	"Michael S. Tsirkin" <mst@redhat.com>
5906L:	kvm@vger.kernel.org
5907S:	Supported
5908F:	drivers/uio/uio_pci_generic.c
5909
5910GENWQE (IBM Generic Workqueue Card)
5911M:	Frank Haverkamp <haver@linux.vnet.ibm.com>
5912M:	Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5913S:	Supported
5914F:	drivers/misc/genwqe/
5915
5916GET_MAINTAINER SCRIPT
5917M:	Joe Perches <joe@perches.com>
5918S:	Maintained
5919F:	scripts/get_maintainer.pl
5920
5921GFS2 FILE SYSTEM
5922M:	Steven Whitehouse <swhiteho@redhat.com>
5923M:	Bob Peterson <rpeterso@redhat.com>
5924L:	cluster-devel@redhat.com
5925W:	http://sources.redhat.com/cluster/
5926T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5927S:	Supported
5928F:	Documentation/filesystems/gfs2*.txt
5929F:	fs/gfs2/
5930F:	include/uapi/linux/gfs2_ondisk.h
5931
5932GIGASET ISDN DRIVERS
5933M:	Paul Bolle <pebolle@tiscali.nl>
5934L:	gigaset307x-common@lists.sourceforge.net
5935W:	http://gigaset307x.sourceforge.net/
5936S:	Odd Fixes
5937F:	Documentation/isdn/README.gigaset
5938F:	drivers/isdn/gigaset/
5939F:	include/uapi/linux/gigaset_dev.h
5940
5941GO7007 MPEG CODEC
5942M:	Hans Verkuil <hans.verkuil@cisco.com>
5943L:	linux-media@vger.kernel.org
5944S:	Maintained
5945F:	drivers/media/usb/go7007/
5946
5947GOODIX TOUCHSCREEN
5948M:	Bastien Nocera <hadess@hadess.net>
5949L:	linux-input@vger.kernel.org
5950S:	Maintained
5951F:	drivers/input/touchscreen/goodix.c
5952
5953GPIO ACPI SUPPORT
5954M:	Mika Westerberg <mika.westerberg@linux.intel.com>
5955M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
5956L:	linux-gpio@vger.kernel.org
5957L:	linux-acpi@vger.kernel.org
5958S:	Maintained
5959F:	Documentation/acpi/gpio-properties.txt
5960F:	drivers/gpio/gpiolib-acpi.c
5961
5962GPIO IR Transmitter
5963M:	Sean Young <sean@mess.org>
5964L:	linux-media@vger.kernel.org
5965S:	Maintained
5966F:	drivers/media/rc/gpio-ir-tx.c
5967
5968GPIO MOCKUP DRIVER
5969M:	Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5970L:	linux-gpio@vger.kernel.org
5971S:	Maintained
5972F:	drivers/gpio/gpio-mockup.c
5973F:	tools/testing/selftests/gpio/
5974
5975GPIO SUBSYSTEM
5976M:	Linus Walleij <linus.walleij@linaro.org>
5977L:	linux-gpio@vger.kernel.org
5978T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5979S:	Maintained
5980F:	Documentation/devicetree/bindings/gpio/
5981F:	Documentation/gpio/
5982F:	Documentation/ABI/testing/gpio-cdev
5983F:	Documentation/ABI/obsolete/sysfs-gpio
5984F:	drivers/gpio/
5985F:	include/linux/gpio/
5986F:	include/linux/gpio.h
5987F:	include/asm-generic/gpio.h
5988F:	include/uapi/linux/gpio.h
5989F:	tools/gpio/
5990
5991GRE DEMULTIPLEXER DRIVER
5992M:	Dmitry Kozlov <xeb@mail.ru>
5993L:	netdev@vger.kernel.org
5994S:	Maintained
5995F:	net/ipv4/gre_demux.c
5996F:	net/ipv4/gre_offload.c
5997F:	include/net/gre.h
5998
5999GRETH 10/100/1G Ethernet MAC device driver
6000M:	Andreas Larsson <andreas@gaisler.com>
6001L:	netdev@vger.kernel.org
6002S:	Maintained
6003F:	drivers/net/ethernet/aeroflex/
6004
6005GREYBUS AUDIO PROTOCOLS DRIVERS
6006M:	Vaibhav Agarwal <vaibhav.sr@gmail.com>
6007M:	Mark Greer <mgreer@animalcreek.com>
6008S:	Maintained
6009F:	drivers/staging/greybus/audio_apbridgea.c
6010F:	drivers/staging/greybus/audio_apbridgea.h
6011F:	drivers/staging/greybus/audio_codec.c
6012F:	drivers/staging/greybus/audio_codec.h
6013F:	drivers/staging/greybus/audio_gb.c
6014F:	drivers/staging/greybus/audio_manager.c
6015F:	drivers/staging/greybus/audio_manager.h
6016F:	drivers/staging/greybus/audio_manager_module.c
6017F:	drivers/staging/greybus/audio_manager_private.h
6018F:	drivers/staging/greybus/audio_manager_sysfs.c
6019F:	drivers/staging/greybus/audio_module.c
6020F:	drivers/staging/greybus/audio_topology.c
6021
6022GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
6023M:	Viresh Kumar <vireshk@kernel.org>
6024S:	Maintained
6025F:	drivers/staging/greybus/authentication.c
6026F:	drivers/staging/greybus/bootrom.c
6027F:	drivers/staging/greybus/firmware.h
6028F:	drivers/staging/greybus/fw-core.c
6029F:	drivers/staging/greybus/fw-download.c
6030F:	drivers/staging/greybus/fw-managament.c
6031F:	drivers/staging/greybus/greybus_authentication.h
6032F:	drivers/staging/greybus/greybus_firmware.h
6033F:	drivers/staging/greybus/hid.c
6034F:	drivers/staging/greybus/i2c.c
6035F:	drivers/staging/greybus/spi.c
6036F:	drivers/staging/greybus/spilib.c
6037F:	drivers/staging/greybus/spilib.h
6038
6039GREYBUS LOOPBACK/TIME PROTOCOLS DRIVERS
6040M:	Bryan O'Donoghue <pure.logic@nexus-software.ie>
6041S:	Maintained
6042F:	drivers/staging/greybus/loopback.c
6043F:	drivers/staging/greybus/timesync.c
6044F:	drivers/staging/greybus/timesync_platform.c
6045
6046GREYBUS PLATFORM DRIVERS
6047M:	Vaibhav Hiremath <hvaibhav.linux@gmail.com>
6048S:	Maintained
6049F:	drivers/staging/greybus/arche-platform.c
6050F:	drivers/staging/greybus/arche-apb-ctrl.c
6051F:	drivers/staging/greybus/arche_platform.h
6052
6053GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6054M:	Rui Miguel Silva <rmfrfs@gmail.com>
6055S:	Maintained
6056F:	drivers/staging/greybus/sdio.c
6057F:	drivers/staging/greybus/light.c
6058F:	drivers/staging/greybus/gpio.c
6059F:	drivers/staging/greybus/power_supply.c
6060F:	drivers/staging/greybus/spi.c
6061F:	drivers/staging/greybus/spilib.c
6062
6063GREYBUS SUBSYSTEM
6064M:	Johan Hovold <johan@kernel.org>
6065M:	Alex Elder <elder@kernel.org>
6066M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6067S:	Maintained
6068F:	drivers/staging/greybus/
6069L:	greybus-dev@lists.linaro.org (moderated for non-subscribers)
6070
6071GREYBUS UART PROTOCOLS DRIVERS
6072M:	David Lin <dtwlin@gmail.com>
6073S:	Maintained
6074F:	drivers/staging/greybus/uart.c
6075F:	drivers/staging/greybus/log.c
6076
6077GS1662 VIDEO SERIALIZER
6078M:	Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
6079L:	linux-media@vger.kernel.org
6080T:	git git://linuxtv.org/media_tree.git
6081S:	Maintained
6082F:	drivers/media/spi/gs1662.c
6083
6084GSPCA FINEPIX SUBDRIVER
6085M:	Frank Zago <frank@zago.net>
6086L:	linux-media@vger.kernel.org
6087T:	git git://linuxtv.org/media_tree.git
6088S:	Maintained
6089F:	drivers/media/usb/gspca/finepix.c
6090
6091GSPCA GL860 SUBDRIVER
6092M:	Olivier Lorin <o.lorin@laposte.net>
6093L:	linux-media@vger.kernel.org
6094T:	git git://linuxtv.org/media_tree.git
6095S:	Maintained
6096F:	drivers/media/usb/gspca/gl860/
6097
6098GSPCA M5602 SUBDRIVER
6099M:	Erik Andren <erik.andren@gmail.com>
6100L:	linux-media@vger.kernel.org
6101T:	git git://linuxtv.org/media_tree.git
6102S:	Maintained
6103F:	drivers/media/usb/gspca/m5602/
6104
6105GSPCA PAC207 SONIXB SUBDRIVER
6106M:	Hans Verkuil <hverkuil@xs4all.nl>
6107L:	linux-media@vger.kernel.org
6108T:	git git://linuxtv.org/media_tree.git
6109S:	Odd Fixes
6110F:	drivers/media/usb/gspca/pac207.c
6111
6112GSPCA SN9C20X SUBDRIVER
6113M:	Brian Johnson <brijohn@gmail.com>
6114L:	linux-media@vger.kernel.org
6115T:	git git://linuxtv.org/media_tree.git
6116S:	Maintained
6117F:	drivers/media/usb/gspca/sn9c20x.c
6118
6119GSPCA T613 SUBDRIVER
6120M:	Leandro Costantino <lcostantino@gmail.com>
6121L:	linux-media@vger.kernel.org
6122T:	git git://linuxtv.org/media_tree.git
6123S:	Maintained
6124F:	drivers/media/usb/gspca/t613.c
6125
6126GSPCA USB WEBCAM DRIVER
6127M:	Hans Verkuil <hverkuil@xs4all.nl>
6128L:	linux-media@vger.kernel.org
6129T:	git git://linuxtv.org/media_tree.git
6130S:	Odd Fixes
6131F:	drivers/media/usb/gspca/
6132
6133GTP (GPRS Tunneling Protocol)
6134M:	Pablo Neira Ayuso <pablo@netfilter.org>
6135M:	Harald Welte <laforge@gnumonks.org>
6136L:	osmocom-net-gprs@lists.osmocom.org
6137T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6138S:	Maintained
6139F:	drivers/net/gtp.c
6140
6141GUID PARTITION TABLE (GPT)
6142M:	Davidlohr Bueso <dave@stgolabs.net>
6143L:	linux-efi@vger.kernel.org
6144S:	Maintained
6145F:	block/partitions/efi.*
6146
6147H8/300 ARCHITECTURE
6148M:	Yoshinori Sato <ysato@users.sourceforge.jp>
6149L:	uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
6150W:	http://uclinux-h8.sourceforge.jp
6151T:	git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6152S:	Maintained
6153F:	arch/h8300/
6154F:	drivers/clocksource/h8300_*.c
6155F:	drivers/clk/h8300/
6156F:	drivers/irqchip/irq-renesas-h8*.c
6157
6158HACKRF MEDIA DRIVER
6159M:	Antti Palosaari <crope@iki.fi>
6160L:	linux-media@vger.kernel.org
6161W:	https://linuxtv.org
6162W:	http://palosaari.fi/linux/
6163Q:	http://patchwork.linuxtv.org/project/linux-media/list/
6164T:	git git://linuxtv.org/anttip/media_tree.git
6165S:	Maintained
6166F:	drivers/media/usb/hackrf/
6167
6168HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6169M:	Frank Seidel <frank@f-seidel.de>
6170L:	platform-driver-x86@vger.kernel.org
6171W:	http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6172S:	Maintained
6173F:	drivers/platform/x86/hdaps.c
6174
6175HARDWARE MONITORING
6176M:	Jean Delvare <jdelvare@suse.com>
6177M:	Guenter Roeck <linux@roeck-us.net>
6178L:	linux-hwmon@vger.kernel.org
6179W:	http://hwmon.wiki.kernel.org/
6180T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6181S:	Maintained
6182F:	Documentation/hwmon/
6183F:	drivers/hwmon/
6184F:	include/linux/hwmon*.h
6185
6186HARDWARE RANDOM NUMBER GENERATOR CORE
6187M:	Matt Mackall <mpm@selenic.com>
6188M:	Herbert Xu <herbert@gondor.apana.org.au>
6189L:	linux-crypto@vger.kernel.org
6190S:	Odd fixes
6191F:	Documentation/devicetree/bindings/rng/
6192F:	Documentation/hw_random.txt
6193F:	drivers/char/hw_random/
6194F:	include/linux/hw_random.h
6195
6196HARDWARE SPINLOCK CORE
6197M:	Ohad Ben-Cohen <ohad@wizery.com>
6198M:	Bjorn Andersson <bjorn.andersson@linaro.org>
6199L:	linux-remoteproc@vger.kernel.org
6200S:	Maintained
6201T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6202F:	Documentation/devicetree/bindings/hwlock/
6203F:	Documentation/hwspinlock.txt
6204F:	drivers/hwspinlock/
6205F:	include/linux/hwspinlock.h
6206
6207HARMONY SOUND DRIVER
6208L:	linux-parisc@vger.kernel.org
6209S:	Maintained
6210F:	sound/parisc/harmony.*
6211
6212HDPVR USB VIDEO ENCODER DRIVER
6213M:	Hans Verkuil <hverkuil@xs4all.nl>
6214L:	linux-media@vger.kernel.org
6215T:	git git://linuxtv.org/media_tree.git
6216W:	https://linuxtv.org
6217S:	Odd Fixes
6218F:	drivers/media/usb/hdpvr/
6219
6220HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6221M:	Jimmy Vance <jimmy.vance@hpe.com>
6222S:	Supported
6223F:	Documentation/watchdog/hpwdt.txt
6224F:	drivers/watchdog/hpwdt.c
6225
6226HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6227M:	Don Brace <don.brace@microsemi.com>
6228L:	esc.storagedev@microsemi.com
6229L:	linux-scsi@vger.kernel.org
6230S:	Supported
6231F:	Documentation/scsi/hpsa.txt
6232F:	drivers/scsi/hpsa*.[ch]
6233F:	include/linux/cciss*.h
6234F:	include/uapi/linux/cciss*.h
6235
6236HFI1 DRIVER
6237M:	Mike Marciniszyn <mike.marciniszyn@intel.com>
6238M:	Dennis Dalessandro <dennis.dalessandro@intel.com>
6239L:	linux-rdma@vger.kernel.org
6240S:	Supported
6241F:	drivers/infiniband/hw/hfi1
6242
6243HFS FILESYSTEM
6244L:	linux-fsdevel@vger.kernel.org
6245S:	Orphan
6246F:	Documentation/filesystems/hfs.txt
6247F:	fs/hfs/
6248
6249HFSPLUS FILESYSTEM
6250L:	linux-fsdevel@vger.kernel.org
6251S:	Orphan
6252F:	Documentation/filesystems/hfsplus.txt
6253F:	fs/hfsplus/
6254
6255HGA FRAMEBUFFER DRIVER
6256M:	Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6257L:	linux-nvidia@lists.surfsouth.com
6258W:	http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6259S:	Maintained
6260F:	drivers/video/fbdev/hgafb.c
6261
6262HIBERNATION (aka Software Suspend, aka swsusp)
6263M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
6264M:	Pavel Machek <pavel@ucw.cz>
6265L:	linux-pm@vger.kernel.org
6266B:	https://bugzilla.kernel.org
6267S:	Supported
6268F:	arch/x86/power/
6269F:	drivers/base/power/
6270F:	kernel/power/
6271F:	include/linux/suspend.h
6272F:	include/linux/freezer.h
6273F:	include/linux/pm.h
6274F:	arch/*/include/asm/suspend*.h
6275
6276HID CORE LAYER
6277M:	Jiri Kosina <jikos@kernel.org>
6278R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
6279L:	linux-input@vger.kernel.org
6280T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6281S:	Maintained
6282F:	drivers/hid/
6283F:	include/linux/hid*
6284F:	include/uapi/linux/hid*
6285
6286HID SENSOR HUB DRIVERS
6287M:	Jiri Kosina <jikos@kernel.org>
6288M:	Jonathan Cameron <jic23@kernel.org>
6289M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6290L:	linux-input@vger.kernel.org
6291L:	linux-iio@vger.kernel.org
6292S:	Maintained
6293F:	Documentation/hid/hid-sensor*
6294F:	drivers/hid/hid-sensor-*
6295F:	drivers/iio/*/hid-*
6296F:	include/linux/hid-sensor-*
6297
6298HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6299M:	Thomas Gleixner <tglx@linutronix.de>
6300L:	linux-kernel@vger.kernel.org
6301T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6302S:	Maintained
6303F:	Documentation/timers/
6304F:	kernel/time/hrtimer.c
6305F:	kernel/time/clockevents.c
6306F:	kernel/time/timer_*.c
6307F:	include/linux/clockchips.h
6308F:	include/linux/hrtimer.h
6309
6310HIGH-SPEED SCC DRIVER FOR AX.25
6311L:	linux-hams@vger.kernel.org
6312S:	Orphan
6313F:	drivers/net/hamradio/dmascc.c
6314F:	drivers/net/hamradio/scc.c
6315
6316HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6317M:	HighPoint Linux Team <linux@highpoint-tech.com>
6318W:	http://www.highpoint-tech.com
6319S:	Supported
6320F:	Documentation/scsi/hptiop.txt
6321F:	drivers/scsi/hptiop.c
6322
6323HIPPI
6324M:	Jes Sorensen <jes@trained-monkey.org>
6325L:	linux-hippi@sunsite.dk
6326S:	Maintained
6327F:	include/linux/hippidevice.h
6328F:	include/uapi/linux/if_hippi.h
6329F:	net/802/hippi.c
6330F:	drivers/net/hippi/
6331
6332HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6333M:	Yisen Zhuang <yisen.zhuang@huawei.com>
6334M:	Salil Mehta <salil.mehta@huawei.com>
6335L:	netdev@vger.kernel.org
6336W:	http://www.hisilicon.com
6337S:	Maintained
6338F:	drivers/net/ethernet/hisilicon/hns3/
6339
6340HISILICON NETWORK SUBSYSTEM DRIVER
6341M:	Yisen Zhuang <yisen.zhuang@huawei.com>
6342M:	Salil Mehta <salil.mehta@huawei.com>
6343L:	netdev@vger.kernel.org
6344W:	http://www.hisilicon.com
6345S:	Maintained
6346F:	drivers/net/ethernet/hisilicon/
6347F:	Documentation/devicetree/bindings/net/hisilicon*.txt
6348
6349HISILICON PMU DRIVER
6350M:	Shaokun Zhang <zhangshaokun@hisilicon.com>
6351W:	http://www.hisilicon.com
6352S:	Supported
6353F:	drivers/perf/hisilicon
6354F:	Documentation/perf/hisi-pmu.txt
6355
6356HISILICON ROCE DRIVER
6357M:	Lijun Ou <oulijun@huawei.com>
6358M:	Wei Hu(Xavier) <xavier.huwei@huawei.com>
6359L:	linux-rdma@vger.kernel.org
6360S:	Maintained
6361F:	drivers/infiniband/hw/hns/
6362F:	Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6363
6364HISILICON SAS Controller
6365M:	John Garry <john.garry@huawei.com>
6366W:	http://www.hisilicon.com
6367S:	Supported
6368F:	drivers/scsi/hisi_sas/
6369F:	Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6370
6371HMM - Heterogeneous Memory Management
6372M:	Jérôme Glisse <jglisse@redhat.com>
6373L:	linux-mm@kvack.org
6374S:	Maintained
6375F:	mm/hmm*
6376F:	include/linux/hmm*
6377
6378HOST AP DRIVER
6379M:	Jouni Malinen <j@w1.fi>
6380L:	linux-wireless@vger.kernel.org
6381W:	http://w1.fi/hostap-driver.html
6382S:	Obsolete
6383F:	drivers/net/wireless/intersil/hostap/
6384
6385HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6386L:	platform-driver-x86@vger.kernel.org
6387S:	Orphan
6388F:	drivers/platform/x86/tc1100-wmi.c
6389
6390HP100:	Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6391M:	Jaroslav Kysela <perex@perex.cz>
6392S:	Maintained
6393F:	drivers/net/ethernet/hp/hp100.*
6394
6395HPET:	High Precision Event Timers driver
6396M:	Clemens Ladisch <clemens@ladisch.de>
6397S:	Maintained
6398F:	Documentation/timers/hpet.txt
6399F:	drivers/char/hpet.c
6400F:	include/linux/hpet.h
6401F:	include/uapi/linux/hpet.h
6402
6403HPET:	x86
6404S:	Orphan
6405F:	arch/x86/kernel/hpet.c
6406F:	arch/x86/include/asm/hpet.h
6407
6408HPFS FILESYSTEM
6409M:	Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6410W:	http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6411S:	Maintained
6412F:	fs/hpfs/
6413
6414HSI SUBSYSTEM
6415M:	Sebastian Reichel <sre@kernel.org>
6416T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6417S:	Maintained
6418F:	Documentation/ABI/testing/sysfs-bus-hsi
6419F:	Documentation/driver-api/hsi.rst
6420F:	drivers/hsi/
6421F:	include/linux/hsi/
6422F:	include/uapi/linux/hsi/
6423
6424HSO 3G MODEM DRIVER
6425L:	linux-usb@vger.kernel.org
6426S:	Orphan
6427F:	drivers/net/usb/hso.c
6428
6429HSR NETWORK PROTOCOL
6430M:	Arvid Brodin <arvid.brodin@alten.se>
6431L:	netdev@vger.kernel.org
6432S:	Maintained
6433F:	net/hsr/
6434
6435HT16K33 LED CONTROLLER DRIVER
6436M:	Robin van der Gracht <robin@protonic.nl>
6437S:	Maintained
6438F:	drivers/auxdisplay/ht16k33.c
6439F:	Documentation/devicetree/bindings/display/ht16k33.txt
6440
6441HTCPEN TOUCHSCREEN DRIVER
6442M:	Pau Oliva Fora <pof@eslack.org>
6443L:	linux-input@vger.kernel.org
6444S:	Maintained
6445F:	drivers/input/touchscreen/htcpen.c
6446
6447HUAWEI ETHERNET DRIVER
6448M:	Aviad Krawczyk <aviad.krawczyk@huawei.com>
6449L:	netdev@vger.kernel.org
6450S:	Supported
6451F:	Documentation/networking/hinic.txt
6452F:	drivers/net/ethernet/huawei/hinic/
6453
6454HUGETLB FILESYSTEM
6455M:	Nadia Yvette Chambers <nyc@holomorphy.com>
6456S:	Maintained
6457F:	fs/hugetlbfs/
6458
6459HVA ST MEDIA DRIVER
6460M:	Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6461L:	linux-media@vger.kernel.org
6462T:	git git://linuxtv.org/media_tree.git
6463W:	https://linuxtv.org
6464S:	Supported
6465F:	drivers/media/platform/sti/hva
6466
6467HWPOISON MEMORY FAILURE HANDLING
6468M:	Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6469L:	linux-mm@kvack.org
6470S:	Maintained
6471F:	mm/memory-failure.c
6472F:	mm/hwpoison-inject.c
6473
6474Hyper-V CORE AND DRIVERS
6475M:	"K. Y. Srinivasan" <kys@microsoft.com>
6476M:	Haiyang Zhang <haiyangz@microsoft.com>
6477M:	Stephen Hemminger <sthemmin@microsoft.com>
6478L:	devel@linuxdriverproject.org
6479S:	Maintained
6480F:	Documentation/networking/netvsc.txt
6481F:	arch/x86/include/asm/mshyperv.h
6482F:	arch/x86/include/asm/trace/hyperv.h
6483F:	arch/x86/include/uapi/asm/hyperv.h
6484F:	arch/x86/kernel/cpu/mshyperv.c
6485F:	arch/x86/hyperv
6486F:	drivers/hid/hid-hyperv.c
6487F:	drivers/hv/
6488F:	drivers/input/serio/hyperv-keyboard.c
6489F:	drivers/pci/host/pci-hyperv.c
6490F:	drivers/net/hyperv/
6491F:	drivers/scsi/storvsc_drv.c
6492F:	drivers/uio/uio_hv_generic.c
6493F:	drivers/video/fbdev/hyperv_fb.c
6494F:	net/vmw_vsock/hyperv_transport.c
6495F:	include/linux/hyperv.h
6496F:	include/uapi/linux/hyperv.h
6497F:	tools/hv/
6498F:	Documentation/ABI/stable/sysfs-bus-vmbus
6499
6500HYPERVISOR VIRTUAL CONSOLE DRIVER
6501L:	linuxppc-dev@lists.ozlabs.org
6502S:	Odd Fixes
6503F:	drivers/tty/hvc/
6504
6505I2C ACPI SUPPORT
6506M:	Mika Westerberg <mika.westerberg@linux.intel.com>
6507L:	linux-i2c@vger.kernel.org
6508L:	linux-acpi@vger.kernel.org
6509S:	Maintained
6510F:	drivers/i2c/i2c-core-acpi.c
6511
6512I2C MUXES
6513M:	Peter Rosin <peda@axentia.se>
6514L:	linux-i2c@vger.kernel.org
6515S:	Maintained
6516F:	Documentation/i2c/i2c-topology
6517F:	Documentation/i2c/muxes/
6518F:	Documentation/devicetree/bindings/i2c/i2c-mux*
6519F:	Documentation/devicetree/bindings/i2c/i2c-arb*
6520F:	Documentation/devicetree/bindings/i2c/i2c-gate*
6521F:	drivers/i2c/i2c-mux.c
6522F:	drivers/i2c/muxes/
6523F:	include/linux/i2c-mux.h
6524
6525I2C OVER PARALLEL PORT
6526M:	Jean Delvare <jdelvare@suse.com>
6527L:	linux-i2c@vger.kernel.org
6528S:	Maintained
6529F:	Documentation/i2c/busses/i2c-parport
6530F:	Documentation/i2c/busses/i2c-parport-light
6531F:	drivers/i2c/busses/i2c-parport.c
6532F:	drivers/i2c/busses/i2c-parport-light.c
6533
6534I2C SUBSYSTEM
6535M:	Wolfram Sang <wsa@the-dreams.de>
6536L:	linux-i2c@vger.kernel.org
6537W:	https://i2c.wiki.kernel.org/
6538Q:	https://patchwork.ozlabs.org/project/linux-i2c/list/
6539T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6540S:	Maintained
6541F:	Documentation/devicetree/bindings/i2c/
6542F:	Documentation/i2c/
6543F:	drivers/i2c/
6544F:	drivers/i2c/*/
6545F:	include/linux/i2c.h
6546F:	include/linux/i2c-*.h
6547F:	include/uapi/linux/i2c.h
6548F:	include/uapi/linux/i2c-*.h
6549
6550I2C-TAOS-EVM DRIVER
6551M:	Jean Delvare <jdelvare@suse.com>
6552L:	linux-i2c@vger.kernel.org
6553S:	Maintained
6554F:	Documentation/i2c/busses/i2c-taos-evm
6555F:	drivers/i2c/busses/i2c-taos-evm.c
6556
6557I2C-TINY-USB DRIVER
6558M:	Till Harbaum <till@harbaum.org>
6559L:	linux-i2c@vger.kernel.org
6560W:	http://www.harbaum.org/till/i2c_tiny_usb
6561S:	Maintained
6562F:	drivers/i2c/busses/i2c-tiny-usb.c
6563
6564I2C/SMBUS CONTROLLER DRIVERS FOR PC
6565M:	Jean Delvare <jdelvare@suse.com>
6566L:	linux-i2c@vger.kernel.org
6567S:	Maintained
6568F:	Documentation/i2c/busses/i2c-ali1535
6569F:	Documentation/i2c/busses/i2c-ali1563
6570F:	Documentation/i2c/busses/i2c-ali15x3
6571F:	Documentation/i2c/busses/i2c-amd756
6572F:	Documentation/i2c/busses/i2c-amd8111
6573F:	Documentation/i2c/busses/i2c-i801
6574F:	Documentation/i2c/busses/i2c-nforce2
6575F:	Documentation/i2c/busses/i2c-piix4
6576F:	Documentation/i2c/busses/i2c-sis5595
6577F:	Documentation/i2c/busses/i2c-sis630
6578F:	Documentation/i2c/busses/i2c-sis96x
6579F:	Documentation/i2c/busses/i2c-via
6580F:	Documentation/i2c/busses/i2c-viapro
6581F:	drivers/i2c/busses/i2c-ali1535.c
6582F:	drivers/i2c/busses/i2c-ali1563.c
6583F:	drivers/i2c/busses/i2c-ali15x3.c
6584F:	drivers/i2c/busses/i2c-amd756.c
6585F:	drivers/i2c/busses/i2c-amd756-s4882.c
6586F:	drivers/i2c/busses/i2c-amd8111.c
6587F:	drivers/i2c/busses/i2c-i801.c
6588F:	drivers/i2c/busses/i2c-isch.c
6589F:	drivers/i2c/busses/i2c-nforce2.c
6590F:	drivers/i2c/busses/i2c-nforce2-s4985.c
6591F:	drivers/i2c/busses/i2c-piix4.c
6592F:	drivers/i2c/busses/i2c-sis5595.c
6593F:	drivers/i2c/busses/i2c-sis630.c
6594F:	drivers/i2c/busses/i2c-sis96x.c
6595F:	drivers/i2c/busses/i2c-via.c
6596F:	drivers/i2c/busses/i2c-viapro.c
6597
6598I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
6599M:	Hans de Goede <hdegoede@redhat.com>
6600L:	linux-i2c@vger.kernel.org
6601S:	Maintained
6602F:	drivers/i2c/busses/i2c-cht-wc.c
6603
6604I2C/SMBUS ISMT DRIVER
6605M:	Seth Heasley <seth.heasley@intel.com>
6606M:	Neil Horman <nhorman@tuxdriver.com>
6607L:	linux-i2c@vger.kernel.org
6608F:	drivers/i2c/busses/i2c-ismt.c
6609F:	Documentation/i2c/busses/i2c-ismt
6610
6611I2C/SMBUS STUB DRIVER
6612M:	Jean Delvare <jdelvare@suse.com>
6613L:	linux-i2c@vger.kernel.org
6614S:	Maintained
6615F:	drivers/i2c/i2c-stub.c
6616
6617i386 BOOT CODE
6618M:	"H. Peter Anvin" <hpa@zytor.com>
6619S:	Maintained
6620F:	arch/x86/boot/
6621
6622i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6623M:	"H. Peter Anvin" <hpa@zytor.com>
6624T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6625S:	Maintained
6626
6627IA64 (Itanium) PLATFORM
6628M:	Tony Luck <tony.luck@intel.com>
6629M:	Fenghua Yu <fenghua.yu@intel.com>
6630L:	linux-ia64@vger.kernel.org
6631T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6632S:	Maintained
6633F:	arch/ia64/
6634
6635IBM Power 842 compression accelerator
6636M:	Haren Myneni <haren@us.ibm.com>
6637S:	Supported
6638F:	drivers/crypto/nx/Makefile
6639F:	drivers/crypto/nx/Kconfig
6640F:	drivers/crypto/nx/nx-842*
6641F:	include/linux/sw842.h
6642F:	crypto/842.c
6643F:	lib/842/
6644
6645IBM Power in-Nest Crypto Acceleration
6646M:	Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6647M:	Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6648L:	linux-crypto@vger.kernel.org
6649S:	Supported
6650F:	drivers/crypto/nx/Makefile
6651F:	drivers/crypto/nx/Kconfig
6652F:	drivers/crypto/nx/nx-aes*
6653F:	drivers/crypto/nx/nx-sha*
6654F:	drivers/crypto/nx/nx.*
6655F:	drivers/crypto/nx/nx_csbcpb.h
6656F:	drivers/crypto/nx/nx_debugfs.h
6657
6658IBM Power Linux RAID adapter
6659M:	Brian King <brking@us.ibm.com>
6660S:	Supported
6661F:	drivers/scsi/ipr.*
6662
6663IBM Power SRIOV Virtual NIC Device Driver
6664M:	Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6665M:	John Allen <jallen@linux.vnet.ibm.com>
6666L:	netdev@vger.kernel.org
6667S:	Supported
6668F:	drivers/net/ethernet/ibm/ibmvnic.*
6669
6670IBM Power Virtual Accelerator Switchboard
6671M:	Sukadev Bhattiprolu
6672L:	linuxppc-dev@lists.ozlabs.org
6673S:	Supported
6674F:	arch/powerpc/platforms/powernv/vas*
6675F:	arch/powerpc/platforms/powernv/copy-paste.h
6676F:	arch/powerpc/include/asm/vas.h
6677F:	arch/powerpc/include/uapi/asm/vas.h
6678
6679IBM Power Virtual Ethernet Device Driver
6680M:	Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6681L:	netdev@vger.kernel.org
6682S:	Supported
6683F:	drivers/net/ethernet/ibm/ibmveth.*
6684
6685IBM Power Virtual FC Device Drivers
6686M:	Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6687L:	linux-scsi@vger.kernel.org
6688S:	Supported
6689F:	drivers/scsi/ibmvscsi/ibmvfc*
6690
6691IBM Power Virtual SCSI Device Drivers
6692M:	Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6693L:	linux-scsi@vger.kernel.org
6694S:	Supported
6695F:	drivers/scsi/ibmvscsi/ibmvscsi*
6696F:	include/scsi/viosrp.h
6697
6698IBM Power Virtual SCSI Device Target Driver
6699M:	Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6700M:	Michael Cyr <mikecyr@linux.vnet.ibm.com>
6701L:	linux-scsi@vger.kernel.org
6702L:	target-devel@vger.kernel.org
6703S:	Supported
6704F:	drivers/scsi/ibmvscsi_tgt/
6705
6706IBM Power VMX Cryptographic instructions
6707M:	Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6708M:	Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6709L:	linux-crypto@vger.kernel.org
6710S:	Supported
6711F:	drivers/crypto/vmx/Makefile
6712F:	drivers/crypto/vmx/Kconfig
6713F:	drivers/crypto/vmx/vmx.c
6714F:	drivers/crypto/vmx/aes*
6715F:	drivers/crypto/vmx/ghash*
6716F:	drivers/crypto/vmx/ppc-xlate.pl
6717
6718IBM ServeRAID RAID DRIVER
6719S:	Orphan
6720F:	drivers/scsi/ips.*
6721
6722ICH LPC AND GPIO DRIVER
6723M:	Peter Tyser <ptyser@xes-inc.com>
6724S:	Maintained
6725F:	drivers/mfd/lpc_ich.c
6726F:	drivers/gpio/gpio-ich.c
6727
6728IDE SUBSYSTEM
6729M:	"David S. Miller" <davem@davemloft.net>
6730L:	linux-ide@vger.kernel.org
6731Q:	http://patchwork.ozlabs.org/project/linux-ide/list/
6732T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6733S:	Maintained
6734F:	Documentation/ide/
6735F:	drivers/ide/
6736F:	include/linux/ide.h
6737
6738IDE/ATAPI DRIVERS
6739M:	Borislav Petkov <bp@alien8.de>
6740L:	linux-ide@vger.kernel.org
6741S:	Maintained
6742F:	Documentation/cdrom/ide-cd
6743F:	drivers/ide/ide-cd*
6744
6745IDEAPAD LAPTOP EXTRAS DRIVER
6746M:	Ike Panhc <ike.pan@canonical.com>
6747L:	platform-driver-x86@vger.kernel.org
6748W:	http://launchpad.net/ideapad-laptop
6749S:	Maintained
6750F:	drivers/platform/x86/ideapad-laptop.c
6751
6752IDEAPAD LAPTOP SLIDEBAR DRIVER
6753M:	Andrey Moiseev <o2g.org.ru@gmail.com>
6754L:	linux-input@vger.kernel.org
6755W:	https://github.com/o2genum/ideapad-slidebar
6756S:	Maintained
6757F:	drivers/input/misc/ideapad_slidebar.c
6758
6759IDT VersaClock 5 CLOCK DRIVER
6760M:	Marek Vasut <marek.vasut@gmail.com>
6761S:	Maintained
6762F:	drivers/clk/clk-versaclock5.c
6763
6764IEEE 802.15.4 SUBSYSTEM
6765M:	Alexander Aring <alex.aring@gmail.com>
6766M:	Stefan Schmidt <stefan@osg.samsung.com>
6767L:	linux-wpan@vger.kernel.org
6768W:	http://wpan.cakelab.org/
6769T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
6770T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
6771S:	Maintained
6772F:	net/ieee802154/
6773F:	net/mac802154/
6774F:	drivers/net/ieee802154/
6775F:	include/linux/nl802154.h
6776F:	include/linux/ieee802154.h
6777F:	include/net/nl802154.h
6778F:	include/net/mac802154.h
6779F:	include/net/af_ieee802154.h
6780F:	include/net/cfg802154.h
6781F:	include/net/ieee802154_netdev.h
6782F:	Documentation/networking/ieee802154.txt
6783
6784IFE PROTOCOL
6785M:	Yotam Gigi <yotam.gi@gmail.com>
6786M:	Jamal Hadi Salim <jhs@mojatatu.com>
6787F:	net/ife
6788F:	include/net/ife.h
6789F:	include/uapi/linux/ife.h
6790
6791IGORPLUG-USB IR RECEIVER
6792M:	Sean Young <sean@mess.org>
6793L:	linux-media@vger.kernel.org
6794S:	Maintained
6795F:	drivers/media/rc/igorplugusb.c
6796
6797IGUANAWORKS USB IR TRANSCEIVER
6798M:	Sean Young <sean@mess.org>
6799L:	linux-media@vger.kernel.org
6800S:	Maintained
6801F:	drivers/media/rc/iguanair.c
6802
6803IIO DIGITAL POTENTIOMETER DAC
6804M:	Peter Rosin <peda@axentia.se>
6805L:	linux-iio@vger.kernel.org
6806S:	Maintained
6807F:	Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6808F:	Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6809F:	drivers/iio/dac/dpot-dac.c
6810
6811IIO ENVELOPE DETECTOR
6812M:	Peter Rosin <peda@axentia.se>
6813L:	linux-iio@vger.kernel.org
6814S:	Maintained
6815F:	Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6816F:	Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6817F:	drivers/iio/adc/envelope-detector.c
6818
6819IIO MULTIPLEXER
6820M:	Peter Rosin <peda@axentia.se>
6821L:	linux-iio@vger.kernel.org
6822S:	Maintained
6823F:	Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6824F:	drivers/iio/multiplexer/iio-mux.c
6825
6826IIO SUBSYSTEM AND DRIVERS
6827M:	Jonathan Cameron <jic23@kernel.org>
6828R:	Hartmut Knaack <knaack.h@gmx.de>
6829R:	Lars-Peter Clausen <lars@metafoo.de>
6830R:	Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6831L:	linux-iio@vger.kernel.org
6832T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6833S:	Maintained
6834F:	Documentation/ABI/testing/configfs-iio*
6835F:	Documentation/ABI/testing/sysfs-bus-iio*
6836F:	Documentation/devicetree/bindings/iio/
6837F:	drivers/iio/
6838F:	drivers/staging/iio/
6839F:	include/linux/iio/
6840F:	tools/iio/
6841
6842IKANOS/ADI EAGLE ADSL USB DRIVER
6843M:	Matthieu Castet <castet.matthieu@free.fr>
6844M:	Stanislaw Gruszka <stf_xl@wp.pl>
6845S:	Maintained
6846F:	drivers/usb/atm/ueagle-atm.c
6847
6848IMGTEC ASCII LCD DRIVER
6849M:	Paul Burton <paul.burton@mips.com>
6850S:	Maintained
6851F:	Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6852F:	drivers/auxdisplay/img-ascii-lcd.c
6853
6854IMGTEC IR DECODER DRIVER
6855M:	James Hogan <jhogan@kernel.org>
6856S:	Maintained
6857F:	drivers/media/rc/img-ir/
6858
6859IMS TWINTURBO FRAMEBUFFER DRIVER
6860L:	linux-fbdev@vger.kernel.org
6861S:	Orphan
6862F:	drivers/video/fbdev/imsttfb.c
6863
6864INA209 HARDWARE MONITOR DRIVER
6865M:	Guenter Roeck <linux@roeck-us.net>
6866L:	linux-hwmon@vger.kernel.org
6867S:	Maintained
6868F:	Documentation/hwmon/ina209
6869F:	Documentation/devicetree/bindings/i2c/ina209.txt
6870F:	drivers/hwmon/ina209.c
6871
6872INA2XX HARDWARE MONITOR DRIVER
6873M:	Guenter Roeck <linux@roeck-us.net>
6874L:	linux-hwmon@vger.kernel.org
6875S:	Maintained
6876F:	Documentation/hwmon/ina2xx
6877F:	drivers/hwmon/ina2xx.c
6878F:	include/linux/platform_data/ina2xx.h
6879
6880INDUSTRY PACK SUBSYSTEM (IPACK)
6881M:	Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6882M:	Jens Taprogge <jens.taprogge@taprogge.org>
6883M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6884L:	industrypack-devel@lists.sourceforge.net
6885W:	http://industrypack.sourceforge.net
6886S:	Maintained
6887F:	drivers/ipack/
6888
6889INFINIBAND SUBSYSTEM
6890M:	Doug Ledford <dledford@redhat.com>
6891M:	Jason Gunthorpe <jgg@mellanox.com>
6892L:	linux-rdma@vger.kernel.org
6893W:	http://www.openfabrics.org/
6894Q:	http://patchwork.kernel.org/project/linux-rdma/list/
6895T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6896S:	Supported
6897F:	Documentation/devicetree/bindings/infiniband/
6898F:	Documentation/infiniband/
6899F:	drivers/infiniband/
6900F:	include/uapi/linux/if_infiniband.h
6901F:	include/uapi/rdma/
6902F:	include/rdma/
6903
6904INGENIC JZ4780 DMA Driver
6905M:	Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6906S:	Maintained
6907F:	drivers/dma/dma-jz4780.c
6908
6909INGENIC JZ4780 NAND DRIVER
6910M:	Harvey Hunt <harveyhuntnexus@gmail.com>
6911L:	linux-mtd@lists.infradead.org
6912S:	Maintained
6913F:	drivers/mtd/nand/jz4780_*
6914
6915INOTIFY
6916M:	Jan Kara <jack@suse.cz>
6917R:	Amir Goldstein <amir73il@gmail.com>
6918L:	linux-fsdevel@vger.kernel.org
6919S:	Maintained
6920F:	Documentation/filesystems/inotify.txt
6921F:	fs/notify/inotify/
6922F:	include/linux/inotify.h
6923F:	include/uapi/linux/inotify.h
6924
6925INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6926M:	Dmitry Torokhov <dmitry.torokhov@gmail.com>
6927L:	linux-input@vger.kernel.org
6928Q:	http://patchwork.kernel.org/project/linux-input/list/
6929T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6930S:	Maintained
6931F:	drivers/input/
6932F:	include/linux/input.h
6933F:	include/uapi/linux/input.h
6934F:	include/uapi/linux/input-event-codes.h
6935F:	include/linux/input/
6936F:	Documentation/devicetree/bindings/input/
6937F:	Documentation/input/
6938
6939INPUT MULTITOUCH (MT) PROTOCOL
6940M:	Henrik Rydberg <rydberg@bitmath.org>
6941L:	linux-input@vger.kernel.org
6942S:	Odd fixes
6943F:	Documentation/input/multi-touch-protocol.rst
6944F:	drivers/input/input-mt.c
6945K:	\b(ABS|SYN)_MT_
6946
6947INSIDE SECURE CRYPTO DRIVER
6948M:	Antoine Tenart <antoine.tenart@free-electrons.com>
6949F:	drivers/crypto/inside-secure/
6950S:	Maintained
6951L:	linux-crypto@vger.kernel.org
6952
6953INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6954M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
6955M:	Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6956L:	linux-integrity@vger.kernel.org
6957T:	git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6958S:	Supported
6959F:	security/integrity/ima/
6960
6961INTEL 810/815 FRAMEBUFFER DRIVER
6962M:	Antonino Daplas <adaplas@gmail.com>
6963L:	linux-fbdev@vger.kernel.org
6964S:	Maintained
6965F:	drivers/video/fbdev/i810/
6966
6967INTEL ASoC BDW/HSW DRIVERS
6968M:	Jie Yang <yang.jie@linux.intel.com>
6969L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
6970S:	Supported
6971F:	sound/soc/intel/common/sst-dsp*
6972F:	sound/soc/intel/common/sst-firmware.c
6973F:	sound/soc/intel/boards/broadwell.c
6974F:	sound/soc/intel/haswell/
6975
6976INTEL C600 SERIES SAS CONTROLLER DRIVER
6977M:	Intel SCU Linux support <intel-linux-scu@intel.com>
6978M:	Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6979L:	linux-scsi@vger.kernel.org
6980T:	git git://git.code.sf.net/p/intel-sas/isci
6981S:	Supported
6982F:	drivers/scsi/isci/
6983
6984INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
6985M:	Jani Nikula <jani.nikula@linux.intel.com>
6986M:	Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
6987M:	Rodrigo Vivi <rodrigo.vivi@intel.com>
6988L:	intel-gfx@lists.freedesktop.org
6989W:	https://01.org/linuxgraphics/
6990B:	https://01.org/linuxgraphics/documentation/how-report-bugs
6991C:	irc://chat.freenode.net/intel-gfx
6992Q:	http://patchwork.freedesktop.org/project/intel-gfx/
6993T:	git git://anongit.freedesktop.org/drm-intel
6994S:	Supported
6995F:	drivers/gpu/drm/i915/
6996F:	include/drm/i915*
6997F:	include/uapi/drm/i915_drm.h
6998F:	Documentation/gpu/i915.rst
6999
7000INTEL ETHERNET DRIVERS
7001M:	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7002L:	intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
7003W:	http://www.intel.com/support/feedback.htm
7004W:	http://e1000.sourceforge.net/
7005Q:	http://patchwork.ozlabs.org/project/intel-wired-lan/list/
7006T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
7007T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
7008S:	Supported
7009F:	Documentation/networking/e100.txt
7010F:	Documentation/networking/e1000.txt
7011F:	Documentation/networking/e1000e.txt
7012F:	Documentation/networking/igb.txt
7013F:	Documentation/networking/igbvf.txt
7014F:	Documentation/networking/ixgb.txt
7015F:	Documentation/networking/ixgbe.txt
7016F:	Documentation/networking/ixgbevf.txt
7017F:	Documentation/networking/i40e.txt
7018F:	Documentation/networking/i40evf.txt
7019F:	drivers/net/ethernet/intel/
7020F:	drivers/net/ethernet/intel/*/
7021F:	include/linux/avf/virtchnl.h
7022
7023INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
7024M:	Maik Broemme <mbroemme@libmpq.org>
7025L:	linux-fbdev@vger.kernel.org
7026S:	Maintained
7027F:	Documentation/fb/intelfb.txt
7028F:	drivers/video/fbdev/intelfb/
7029
7030INTEL GVT-g DRIVERS (Intel GPU Virtualization)
7031M:	Zhenyu Wang <zhenyuw@linux.intel.com>
7032M:	Zhi Wang <zhi.a.wang@intel.com>
7033L:	intel-gvt-dev@lists.freedesktop.org
7034L:	intel-gfx@lists.freedesktop.org
7035W:	https://01.org/igvt-g
7036T:	git https://github.com/01org/gvt-linux.git
7037S:	Supported
7038F:	drivers/gpu/drm/i915/gvt/
7039
7040INTEL HID EVENT DRIVER
7041M:	Alex Hung <alex.hung@canonical.com>
7042L:	platform-driver-x86@vger.kernel.org
7043S:	Maintained
7044F:	drivers/platform/x86/intel-hid.c
7045
7046INTEL I/OAT DMA DRIVER
7047M:	Dave Jiang <dave.jiang@intel.com>
7048R:	Dan Williams <dan.j.williams@intel.com>
7049L:	dmaengine@vger.kernel.org
7050Q:	https://patchwork.kernel.org/project/linux-dmaengine/list/
7051S:	Supported
7052F:	drivers/dma/ioat*
7053
7054INTEL IDLE DRIVER
7055M:	Jacob Pan <jacob.jun.pan@linux.intel.com>
7056M:	Len Brown <lenb@kernel.org>
7057L:	linux-pm@vger.kernel.org
7058T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7059B:	https://bugzilla.kernel.org
7060S:	Supported
7061F:	drivers/idle/intel_idle.c
7062
7063INTEL INTEGRATED SENSOR HUB DRIVER
7064M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7065M:	Jiri Kosina <jikos@kernel.org>
7066L:	linux-input@vger.kernel.org
7067S:	Maintained
7068F:	drivers/hid/intel-ish-hid/
7069
7070INTEL IOMMU (VT-d)
7071M:	David Woodhouse <dwmw2@infradead.org>
7072L:	iommu@lists.linux-foundation.org
7073T:	git git://git.infradead.org/iommu-2.6.git
7074S:	Supported
7075F:	drivers/iommu/intel-iommu.c
7076F:	include/linux/intel-iommu.h
7077
7078INTEL IOP-ADMA DMA DRIVER
7079R:	Dan Williams <dan.j.williams@intel.com>
7080S:	Odd fixes
7081F:	drivers/dma/iop-adma.c
7082
7083INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7084M:	Krzysztof Halasa <khalasa@piap.pl>
7085S:	Maintained
7086F:	arch/arm/mach-ixp4xx/include/mach/qmgr.h
7087F:	arch/arm/mach-ixp4xx/include/mach/npe.h
7088F:	arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7089F:	arch/arm/mach-ixp4xx/ixp4xx_npe.c
7090F:	drivers/net/ethernet/xscale/ixp4xx_eth.c
7091F:	drivers/net/wan/ixp4xx_hss.c
7092
7093INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7094M:	Deepak Saxena <dsaxena@plexity.net>
7095S:	Maintained
7096F:	drivers/char/hw_random/ixp4xx-rng.c
7097
7098INTEL MANAGEMENT ENGINE (mei)
7099M:	Tomas Winkler <tomas.winkler@intel.com>
7100L:	linux-kernel@vger.kernel.org
7101S:	Supported
7102F:	include/uapi/linux/mei.h
7103F:	include/linux/mei_cl_bus.h
7104F:	drivers/misc/mei/*
7105F:	drivers/watchdog/mei_wdt.c
7106F:	Documentation/misc-devices/mei/*
7107F:	samples/mei/*
7108
7109INTEL MENLOW THERMAL DRIVER
7110M:	Sujith Thomas <sujith.thomas@intel.com>
7111L:	platform-driver-x86@vger.kernel.org
7112W:	https://01.org/linux-acpi
7113S:	Supported
7114F:	drivers/platform/x86/intel_menlow.c
7115
7116INTEL MERRIFIELD GPIO DRIVER
7117M:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7118L:	linux-gpio@vger.kernel.org
7119S:	Maintained
7120F:	drivers/gpio/gpio-merrifield.c
7121
7122INTEL MIC DRIVERS (mic)
7123M:	Sudeep Dutt <sudeep.dutt@intel.com>
7124M:	Ashutosh Dixit <ashutosh.dixit@intel.com>
7125S:	Supported
7126W:	https://github.com/sudeepdutt/mic
7127W:	http://software.intel.com/en-us/mic-developer
7128F:	include/linux/mic_bus.h
7129F:	include/linux/scif.h
7130F:	include/uapi/linux/mic_common.h
7131F:	include/uapi/linux/mic_ioctl.h
7132F:	include/uapi/linux/scif_ioctl.h
7133F:	drivers/misc/mic/
7134F:	drivers/dma/mic_x100_dma.c
7135F:	drivers/dma/mic_x100_dma.h
7136F:	Documentation/mic/
7137
7138INTEL PMC CORE DRIVER
7139M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7140M:	Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7141L:	platform-driver-x86@vger.kernel.org
7142S:	Maintained
7143F:	arch/x86/include/asm/pmc_core.h
7144F:	drivers/platform/x86/intel_pmc_core*
7145
7146INTEL PMC/P-Unit IPC DRIVER
7147M:	Zha Qipeng<qipeng.zha@intel.com>
7148L:	platform-driver-x86@vger.kernel.org
7149S:	Maintained
7150F:	drivers/platform/x86/intel_pmc_ipc.c
7151F:	drivers/platform/x86/intel_punit_ipc.c
7152F:	arch/x86/include/asm/intel_pmc_ipc.h
7153F:	arch/x86/include/asm/intel_punit_ipc.h
7154
7155INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7156M:	Stanislav Yakovlev <stas.yakovlev@gmail.com>
7157L:	linux-wireless@vger.kernel.org
7158S:	Maintained
7159F:	Documentation/networking/README.ipw2100
7160F:	Documentation/networking/README.ipw2200
7161F:	drivers/net/wireless/intel/ipw2x00/
7162
7163INTEL PSTATE DRIVER
7164M:	Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7165M:	Len Brown <lenb@kernel.org>
7166L:	linux-pm@vger.kernel.org
7167S:	Supported
7168F:	drivers/cpufreq/intel_pstate.c
7169
7170INTEL RDMA RNIC DRIVER
7171M:	Faisal Latif <faisal.latif@intel.com>
7172M:	Shiraz Saleem <shiraz.saleem@intel.com>
7173L:	linux-rdma@vger.kernel.org
7174S:	Supported
7175F:	drivers/infiniband/hw/i40iw/
7176
7177INTEL TELEMETRY DRIVER
7178M:	Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7179L:	platform-driver-x86@vger.kernel.org
7180S:	Maintained
7181F:	arch/x86/include/asm/intel_telemetry.h
7182F:	drivers/platform/x86/intel_telemetry*
7183
7184INTEL VIRTUAL BUTTON DRIVER
7185M:	AceLan Kao <acelan.kao@canonical.com>
7186L:	platform-driver-x86@vger.kernel.org
7187S:	Maintained
7188F:	drivers/platform/x86/intel-vbtn.c
7189
7190INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7191M:	Stanislaw Gruszka <sgruszka@redhat.com>
7192L:	linux-wireless@vger.kernel.org
7193S:	Supported
7194F:	drivers/net/wireless/intel/iwlegacy/
7195
7196INTEL WIRELESS WIFI LINK (iwlwifi)
7197M:	Johannes Berg <johannes.berg@intel.com>
7198M:	Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7199M:	Luca Coelho <luciano.coelho@intel.com>
7200M:	Intel Linux Wireless <linuxwifi@intel.com>
7201L:	linux-wireless@vger.kernel.org
7202W:	http://intellinuxwireless.org
7203T:	git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7204S:	Supported
7205F:	drivers/net/wireless/intel/iwlwifi/
7206
7207INTEL WIRELESS WIMAX CONNECTION 2400
7208M:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7209M:	linux-wimax@intel.com
7210L:	wimax@linuxwimax.org (subscribers-only)
7211S:	Supported
7212W:	http://linuxwimax.org
7213F:	Documentation/wimax/README.i2400m
7214F:	drivers/net/wimax/i2400m/
7215F:	include/uapi/linux/wimax/i2400m.h
7216
7217INTEL WMI THUNDERBOLT FORCE POWER DRIVER
7218M:	Mario Limonciello <mario.limonciello@dell.com>
7219S:	Maintained
7220F:	drivers/platform/x86/intel-wmi-thunderbolt.c
7221
7222INTEL(R) TRACE HUB
7223M:	Alexander Shishkin <alexander.shishkin@linux.intel.com>
7224S:	Supported
7225F:	Documentation/trace/intel_th.txt
7226F:	drivers/hwtracing/intel_th/
7227
7228INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7229M:	Ning Sun <ning.sun@intel.com>
7230L:	tboot-devel@lists.sourceforge.net
7231W:	http://tboot.sourceforge.net
7232T:	hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7233S:	Supported
7234F:	Documentation/intel_txt.txt
7235F:	include/linux/tboot.h
7236F:	arch/x86/kernel/tboot.c
7237
7238INTEL-MID GPIO DRIVER
7239M:	David Cohen <david.a.cohen@linux.intel.com>
7240L:	linux-gpio@vger.kernel.org
7241S:	Maintained
7242F:	drivers/gpio/gpio-intel-mid.c
7243
7244INVENSENSE MPU-3050 GYROSCOPE DRIVER
7245M:	Linus Walleij <linus.walleij@linaro.org>
7246L:	linux-iio@vger.kernel.org
7247S:	Maintained
7248F:	drivers/iio/gyro/mpu3050*
7249F:	Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7250
7251IOC3 ETHERNET DRIVER
7252M:	Ralf Baechle <ralf@linux-mips.org>
7253L:	linux-mips@linux-mips.org
7254S:	Maintained
7255F:	drivers/net/ethernet/sgi/ioc3-eth.c
7256
7257IOC3 SERIAL DRIVER
7258M:	Pat Gefre <pfg@sgi.com>
7259L:	linux-serial@vger.kernel.org
7260S:	Maintained
7261F:	drivers/tty/serial/ioc3_serial.c
7262
7263IOMMU DRIVERS
7264M:	Joerg Roedel <joro@8bytes.org>
7265L:	iommu@lists.linux-foundation.org
7266T:	git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7267S:	Maintained
7268F:	Documentation/devicetree/bindings/iommu/
7269F:	drivers/iommu/
7270F:	include/linux/iommu.h
7271F:	include/linux/iova.h
7272
7273IP MASQUERADING
7274M:	Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7275S:	Maintained
7276F:	net/ipv4/netfilter/ipt_MASQUERADE.c
7277
7278IPMI SUBSYSTEM
7279M:	Corey Minyard <minyard@acm.org>
7280L:	openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7281W:	http://openipmi.sourceforge.net/
7282S:	Supported
7283F:	Documentation/IPMI.txt
7284F:	drivers/char/ipmi/
7285F:	include/linux/ipmi*
7286F:	include/uapi/linux/ipmi*
7287
7288IPS SCSI RAID DRIVER
7289M:	Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7290L:	linux-scsi@vger.kernel.org
7291W:	http://www.adaptec.com/
7292S:	Maintained
7293F:	drivers/scsi/ips*
7294
7295IPVS
7296M:	Wensong Zhang <wensong@linux-vs.org>
7297M:	Simon Horman <horms@verge.net.au>
7298M:	Julian Anastasov <ja@ssi.bg>
7299L:	netdev@vger.kernel.org
7300L:	lvs-devel@vger.kernel.org
7301S:	Maintained
7302T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7303T:	git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7304F:	Documentation/networking/ipvs-sysctl.txt
7305F:	include/net/ip_vs.h
7306F:	include/uapi/linux/ip_vs.h
7307F:	net/netfilter/ipvs/
7308
7309IPWIRELESS DRIVER
7310M:	Jiri Kosina <jikos@kernel.org>
7311M:	David Sterba <dsterba@suse.com>
7312S:	Odd Fixes
7313F:	drivers/tty/ipwireless/
7314
7315IPX NETWORK LAYER
7316L:	netdev@vger.kernel.org
7317S:	Odd fixes
7318F:	include/uapi/linux/ipx.h
7319F:	drivers/staging/ipx/
7320
7321IRDA SUBSYSTEM
7322M:	Samuel Ortiz <samuel@sortiz.org>
7323L:	irda-users@lists.sourceforge.net (subscribers-only)
7324L:	netdev@vger.kernel.org
7325W:	http://irda.sourceforge.net/
7326S:	Maintained
7327T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7328F:	Documentation/networking/irda.txt
7329F:	drivers/staging/irda/
7330
7331IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7332M:	Marc Zyngier <marc.zyngier@arm.com>
7333S:	Maintained
7334T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7335F:	Documentation/IRQ-domain.txt
7336F:	include/linux/irqdomain.h
7337F:	kernel/irq/irqdomain.c
7338F:	kernel/irq/msi.c
7339
7340IRQ SUBSYSTEM
7341M:	Thomas Gleixner <tglx@linutronix.de>
7342L:	linux-kernel@vger.kernel.org
7343S:	Maintained
7344T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7345F:	kernel/irq/
7346
7347IRQCHIP DRIVERS
7348M:	Thomas Gleixner <tglx@linutronix.de>
7349M:	Jason Cooper <jason@lakedaemon.net>
7350M:	Marc Zyngier <marc.zyngier@arm.com>
7351L:	linux-kernel@vger.kernel.org
7352S:	Maintained
7353T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7354F:	Documentation/devicetree/bindings/interrupt-controller/
7355F:	drivers/irqchip/
7356
7357ISA
7358M:	William Breathitt Gray <vilhelm.gray@gmail.com>
7359S:	Maintained
7360F:	Documentation/isa.txt
7361F:	drivers/base/isa.c
7362F:	include/linux/isa.h
7363
7364ISA RADIO MODULE
7365M:	Hans Verkuil <hverkuil@xs4all.nl>
7366L:	linux-media@vger.kernel.org
7367T:	git git://linuxtv.org/media_tree.git
7368W:	https://linuxtv.org
7369S:	Maintained
7370F:	drivers/media/radio/radio-isa*
7371
7372ISAPNP
7373M:	Jaroslav Kysela <perex@perex.cz>
7374S:	Maintained
7375F:	Documentation/isapnp.txt
7376F:	drivers/pnp/isapnp/
7377F:	include/linux/isapnp.h
7378
7379ISCSI
7380M:	Lee Duncan <lduncan@suse.com>
7381M:	Chris Leech <cleech@redhat.com>
7382L:	open-iscsi@googlegroups.com
7383W:	www.open-iscsi.com
7384S:	Maintained
7385F:	drivers/scsi/*iscsi*
7386F:	include/scsi/*iscsi*
7387
7388iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7389M:	Peter Jones <pjones@redhat.com>
7390M:	Konrad Rzeszutek Wilk <konrad@kernel.org>
7391S:	Maintained
7392F:	drivers/firmware/iscsi_ibft*
7393
7394ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7395M:	Or Gerlitz <ogerlitz@mellanox.com>
7396M:	Sagi Grimberg <sagi@grimberg.me>
7397M:	Roi Dayan <roid@mellanox.com>
7398L:	linux-rdma@vger.kernel.org
7399S:	Supported
7400W:	http://www.openfabrics.org
7401W:	www.open-iscsi.org
7402Q:	http://patchwork.kernel.org/project/linux-rdma/list/
7403F:	drivers/infiniband/ulp/iser/
7404
7405ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7406M:	Sagi Grimberg <sagi@grimberg.me>
7407T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7408L:	linux-rdma@vger.kernel.org
7409L:	target-devel@vger.kernel.org
7410S:	Supported
7411W:	http://www.linux-iscsi.org
7412F:	drivers/infiniband/ulp/isert
7413
7414ISDN SUBSYSTEM
7415M:	Karsten Keil <isdn@linux-pingi.de>
7416L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
7417L:	netdev@vger.kernel.org
7418W:	http://www.isdn4linux.de
7419T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7420S:	Maintained
7421F:	Documentation/isdn/
7422F:	drivers/isdn/
7423F:	include/linux/isdn.h
7424F:	include/linux/isdn/
7425F:	include/uapi/linux/isdn.h
7426F:	include/uapi/linux/isdn/
7427
7428ISDN SUBSYSTEM (Eicon active card driver)
7429M:	Armin Schindler <mac@melware.de>
7430L:	isdn4linux@listserv.isdn4linux.de (subscribers-only)
7431W:	http://www.melware.de
7432S:	Maintained
7433F:	drivers/isdn/hardware/eicon/
7434
7435IT87 HARDWARE MONITORING DRIVER
7436M:	Jean Delvare <jdelvare@suse.com>
7437L:	linux-hwmon@vger.kernel.org
7438S:	Maintained
7439F:	Documentation/hwmon/it87
7440F:	drivers/hwmon/it87.c
7441
7442IT913X MEDIA DRIVER
7443M:	Antti Palosaari <crope@iki.fi>
7444L:	linux-media@vger.kernel.org
7445W:	https://linuxtv.org
7446W:	http://palosaari.fi/linux/
7447Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7448T:	git git://linuxtv.org/anttip/media_tree.git
7449S:	Maintained
7450F:	drivers/media/tuners/it913x*
7451
7452IVTV VIDEO4LINUX DRIVER
7453M:	Andy Walls <awalls@md.metrocast.net>
7454L:	ivtv-devel@ivtvdriver.org (subscribers-only)
7455L:	linux-media@vger.kernel.org
7456T:	git git://linuxtv.org/media_tree.git
7457W:	http://www.ivtvdriver.org
7458S:	Maintained
7459F:	Documentation/media/v4l-drivers/ivtv*
7460F:	drivers/media/pci/ivtv/
7461F:	include/uapi/linux/ivtv*
7462
7463IX2505V MEDIA DRIVER
7464M:	Malcolm Priestley <tvboxspy@gmail.com>
7465L:	linux-media@vger.kernel.org
7466W:	https://linuxtv.org
7467Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7468S:	Maintained
7469F:	drivers/media/dvb-frontends/ix2505v*
7470
7471JC42.4 TEMPERATURE SENSOR DRIVER
7472M:	Guenter Roeck <linux@roeck-us.net>
7473L:	linux-hwmon@vger.kernel.org
7474S:	Maintained
7475F:	drivers/hwmon/jc42.c
7476F:	Documentation/hwmon/jc42
7477
7478JFS FILESYSTEM
7479M:	Dave Kleikamp <shaggy@kernel.org>
7480L:	jfs-discussion@lists.sourceforge.net
7481W:	http://jfs.sourceforge.net/
7482T:	git git://github.com/kleikamp/linux-shaggy.git
7483S:	Maintained
7484F:	Documentation/filesystems/jfs.txt
7485F:	fs/jfs/
7486
7487JME NETWORK DRIVER
7488M:	Guo-Fu Tseng <cooldavid@cooldavid.org>
7489L:	netdev@vger.kernel.org
7490S:	Maintained
7491F:	drivers/net/ethernet/jme.*
7492
7493JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7494M:	David Woodhouse <dwmw2@infradead.org>
7495L:	linux-mtd@lists.infradead.org
7496W:	http://www.linux-mtd.infradead.org/doc/jffs2.html
7497S:	Maintained
7498F:	fs/jffs2/
7499F:	include/uapi/linux/jffs2.h
7500
7501JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7502M:	"Theodore Ts'o" <tytso@mit.edu>
7503M:	Jan Kara <jack@suse.com>
7504L:	linux-ext4@vger.kernel.org
7505S:	Maintained
7506F:	fs/jbd2/
7507F:	include/linux/jbd2.h
7508
7509JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7510M:	Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7511L:	linux-media@vger.kernel.org
7512S:	Maintained
7513F:	drivers/media/platform/rcar_jpu.c
7514
7515JSM Neo PCI based serial card
7516M:	Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7517L:	linux-serial@vger.kernel.org
7518S:	Maintained
7519F:	drivers/tty/serial/jsm/
7520
7521K10TEMP HARDWARE MONITORING DRIVER
7522M:	Clemens Ladisch <clemens@ladisch.de>
7523L:	linux-hwmon@vger.kernel.org
7524S:	Maintained
7525F:	Documentation/hwmon/k10temp
7526F:	drivers/hwmon/k10temp.c
7527
7528K8TEMP HARDWARE MONITORING DRIVER
7529M:	Rudolf Marek <r.marek@assembler.cz>
7530L:	linux-hwmon@vger.kernel.org
7531S:	Maintained
7532F:	Documentation/hwmon/k8temp
7533F:	drivers/hwmon/k8temp.c
7534
7535KASAN
7536M:	Andrey Ryabinin <aryabinin@virtuozzo.com>
7537R:	Alexander Potapenko <glider@google.com>
7538R:	Dmitry Vyukov <dvyukov@google.com>
7539L:	kasan-dev@googlegroups.com
7540S:	Maintained
7541F:	arch/*/include/asm/kasan.h
7542F:	arch/*/mm/kasan_init*
7543F:	Documentation/dev-tools/kasan.rst
7544F:	include/linux/kasan*.h
7545F:	lib/test_kasan.c
7546F:	mm/kasan/
7547F:	scripts/Makefile.kasan
7548
7549KCONFIG
7550L:	linux-kbuild@vger.kernel.org
7551S:	Orphan
7552F:	Documentation/kbuild/kconfig-language.txt
7553F:	scripts/kconfig/
7554
7555KDUMP
7556M:	Dave Young <dyoung@redhat.com>
7557M:	Baoquan He <bhe@redhat.com>
7558R:	Vivek Goyal <vgoyal@redhat.com>
7559L:	kexec@lists.infradead.org
7560W:	http://lse.sourceforge.net/kdump/
7561S:	Maintained
7562F:	Documentation/kdump/
7563
7564KEENE FM RADIO TRANSMITTER DRIVER
7565M:	Hans Verkuil <hverkuil@xs4all.nl>
7566L:	linux-media@vger.kernel.org
7567T:	git git://linuxtv.org/media_tree.git
7568W:	https://linuxtv.org
7569S:	Maintained
7570F:	drivers/media/radio/radio-keene*
7571
7572KERNEL AUTOMOUNTER v4 (AUTOFS4)
7573M:	Ian Kent <raven@themaw.net>
7574L:	autofs@vger.kernel.org
7575S:	Maintained
7576F:	fs/autofs4/
7577
7578KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7579M:	Masahiro Yamada <yamada.masahiro@socionext.com>
7580M:	Michal Marek <michal.lkml@markovi.net>
7581T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7582L:	linux-kbuild@vger.kernel.org
7583S:	Maintained
7584F:	Documentation/kbuild/
7585F:	Makefile
7586F:	scripts/Makefile.*
7587F:	scripts/basic/
7588F:	scripts/mk*
7589F:	scripts/package/
7590
7591KERNEL JANITORS
7592L:	kernel-janitors@vger.kernel.org
7593W:	http://kernelnewbies.org/KernelJanitors
7594S:	Odd Fixes
7595
7596KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7597M:	"J. Bruce Fields" <bfields@fieldses.org>
7598M:	Jeff Layton <jlayton@kernel.org>
7599L:	linux-nfs@vger.kernel.org
7600W:	http://nfs.sourceforge.net/
7601T:	git git://linux-nfs.org/~bfields/linux.git
7602S:	Supported
7603F:	fs/nfsd/
7604F:	include/uapi/linux/nfsd/
7605F:	fs/lockd/
7606F:	fs/nfs_common/
7607F:	net/sunrpc/
7608F:	include/linux/lockd/
7609F:	include/linux/sunrpc/
7610F:	include/uapi/linux/sunrpc/
7611
7612KERNEL SELFTEST FRAMEWORK
7613M:	Shuah Khan <shuahkh@osg.samsung.com>
7614M:	Shuah Khan <shuah@kernel.org>
7615L:	linux-kselftest@vger.kernel.org
7616T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7617S:	Maintained
7618F:	tools/testing/selftests/
7619F:	Documentation/dev-tools/kselftest*
7620
7621KERNEL USERMODE HELPER
7622M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
7623L:	linux-kernel@vger.kernel.org
7624S:	Maintained
7625F:	kernel/umh.c
7626F:	include/linux/umh.h
7627
7628KERNEL VIRTUAL MACHINE (KVM)
7629M:	Paolo Bonzini <pbonzini@redhat.com>
7630M:	Radim Krčmář <rkrcmar@redhat.com>
7631L:	kvm@vger.kernel.org
7632W:	http://www.linux-kvm.org
7633T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7634S:	Supported
7635F:	Documentation/virtual/kvm/
7636F:	include/trace/events/kvm.h
7637F:	include/uapi/asm-generic/kvm*
7638F:	include/uapi/linux/kvm*
7639F:	include/asm-generic/kvm*
7640F:	include/linux/kvm*
7641F:	include/kvm/iodev.h
7642F:	virt/kvm/*
7643F:	tools/kvm/
7644
7645KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
7646M:	Joerg Roedel <joro@8bytes.org>
7647L:	kvm@vger.kernel.org
7648W:	http://www.linux-kvm.org/
7649S:	Maintained
7650F:	arch/x86/include/asm/svm.h
7651F:	arch/x86/kvm/svm.c
7652
7653KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
7654M:	Christoffer Dall <christoffer.dall@linaro.org>
7655M:	Marc Zyngier <marc.zyngier@arm.com>
7656L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7657L:	kvmarm@lists.cs.columbia.edu
7658W:	http://systems.cs.columbia.edu/projects/kvm-arm
7659T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7660S:	Supported
7661F:	arch/arm/include/uapi/asm/kvm*
7662F:	arch/arm/include/asm/kvm*
7663F:	arch/arm/kvm/
7664F:	virt/kvm/arm/
7665F:	include/kvm/arm_*
7666
7667KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7668M:	Christoffer Dall <christoffer.dall@linaro.org>
7669M:	Marc Zyngier <marc.zyngier@arm.com>
7670L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7671L:	kvmarm@lists.cs.columbia.edu
7672S:	Maintained
7673F:	arch/arm64/include/uapi/asm/kvm*
7674F:	arch/arm64/include/asm/kvm*
7675F:	arch/arm64/kvm/
7676
7677KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7678M:	James Hogan <jhogan@kernel.org>
7679L:	linux-mips@linux-mips.org
7680S:	Supported
7681F:	arch/mips/include/uapi/asm/kvm*
7682F:	arch/mips/include/asm/kvm*
7683F:	arch/mips/kvm/
7684
7685KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7686M:	Paul Mackerras <paulus@ozlabs.org>
7687L:	kvm-ppc@vger.kernel.org
7688W:	http://www.linux-kvm.org/
7689T:	git git://github.com/agraf/linux-2.6.git
7690S:	Supported
7691F:	arch/powerpc/include/uapi/asm/kvm*
7692F:	arch/powerpc/include/asm/kvm*
7693F:	arch/powerpc/kvm/
7694F:	arch/powerpc/kernel/kvm*
7695
7696KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7697M:	Christian Borntraeger <borntraeger@de.ibm.com>
7698M:	Cornelia Huck <cohuck@redhat.com>
7699L:	linux-s390@vger.kernel.org
7700W:	http://www.ibm.com/developerworks/linux/linux390/
7701T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7702S:	Supported
7703F:	arch/s390/include/uapi/asm/kvm*
7704F:	arch/s390/include/asm/gmap.h
7705F:	arch/s390/include/asm/kvm*
7706F:	arch/s390/kvm/
7707F:	arch/s390/mm/gmap.c
7708
7709KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7710M:	Paolo Bonzini <pbonzini@redhat.com>
7711M:	Radim Krčmář <rkrcmar@redhat.com>
7712L:	kvm@vger.kernel.org
7713W:	http://www.linux-kvm.org
7714T:	git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7715S:	Supported
7716F:	arch/x86/kvm/
7717F:	arch/x86/include/uapi/asm/kvm*
7718F:	arch/x86/include/asm/kvm*
7719F:	arch/x86/include/asm/pvclock-abi.h
7720F:	arch/x86/kernel/kvm.c
7721F:	arch/x86/kernel/kvmclock.c
7722
7723KERNFS
7724M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7725M:	Tejun Heo <tj@kernel.org>
7726T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7727S:	Supported
7728F:	include/linux/kernfs.h
7729F:	fs/kernfs/
7730
7731KEXEC
7732M:	Eric Biederman <ebiederm@xmission.com>
7733W:	http://kernel.org/pub/linux/utils/kernel/kexec/
7734L:	kexec@lists.infradead.org
7735S:	Maintained
7736F:	include/linux/kexec.h
7737F:	include/uapi/linux/kexec.h
7738F:	kernel/kexec*
7739
7740KEYS-ENCRYPTED
7741M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
7742L:	linux-integrity@vger.kernel.org
7743L:	keyrings@vger.kernel.org
7744S:	Supported
7745F:	Documentation/security/keys/trusted-encrypted.rst
7746F:	include/keys/encrypted-type.h
7747F:	security/keys/encrypted-keys/
7748
7749KEYS-TRUSTED
7750M:	Mimi Zohar <zohar@linux.vnet.ibm.com>
7751L:	linux-integrity@vger.kernel.org
7752L:	keyrings@vger.kernel.org
7753S:	Supported
7754F:	Documentation/security/keys/trusted-encrypted.rst
7755F:	include/keys/trusted-type.h
7756F:	security/keys/trusted.c
7757F:	security/keys/trusted.h
7758
7759KEYS/KEYRINGS:
7760M:	David Howells <dhowells@redhat.com>
7761L:	keyrings@vger.kernel.org
7762S:	Maintained
7763F:	Documentation/security/keys/core.rst
7764F:	include/linux/key.h
7765F:	include/linux/key-type.h
7766F:	include/linux/keyctl.h
7767F:	include/uapi/linux/keyctl.h
7768F:	include/keys/
7769F:	security/keys/
7770
7771KGDB / KDB /debug_core
7772M:	Jason Wessel <jason.wessel@windriver.com>
7773M:	Daniel Thompson <daniel.thompson@linaro.org>
7774W:	http://kgdb.wiki.kernel.org/
7775L:	kgdb-bugreport@lists.sourceforge.net
7776T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7777S:	Maintained
7778F:	Documentation/dev-tools/kgdb.rst
7779F:	drivers/misc/kgdbts.c
7780F:	drivers/tty/serial/kgdboc.c
7781F:	include/linux/kdb.h
7782F:	include/linux/kgdb.h
7783F:	kernel/debug/
7784
7785KMEMLEAK
7786M:	Catalin Marinas <catalin.marinas@arm.com>
7787S:	Maintained
7788F:	Documentation/dev-tools/kmemleak.rst
7789F:	include/linux/kmemleak.h
7790F:	mm/kmemleak.c
7791F:	mm/kmemleak-test.c
7792
7793KMOD KERNEL MODULE LOADER - USERMODE HELPER
7794M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
7795L:	linux-kernel@vger.kernel.org
7796S:	Maintained
7797F:	kernel/kmod.c
7798F:	include/linux/kmod.h
7799F:	lib/test_kmod.c
7800F:	tools/testing/selftests/kmod/
7801
7802KPROBES
7803M:	Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7804M:	Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7805M:	"David S. Miller" <davem@davemloft.net>
7806M:	Masami Hiramatsu <mhiramat@kernel.org>
7807S:	Maintained
7808F:	Documentation/kprobes.txt
7809F:	include/linux/kprobes.h
7810F:	include/asm-generic/kprobes.h
7811F:	kernel/kprobes.c
7812
7813KS0108 LCD CONTROLLER DRIVER
7814M:	Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7815W:	http://miguelojeda.es/auxdisplay.htm
7816W:	http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7817S:	Maintained
7818F:	Documentation/auxdisplay/ks0108
7819F:	drivers/auxdisplay/ks0108.c
7820F:	include/linux/ks0108.h
7821
7822L3MDEV
7823M:	David Ahern <dsa@cumulusnetworks.com>
7824L:	netdev@vger.kernel.org
7825S:	Maintained
7826F:	net/l3mdev
7827F:	include/net/l3mdev.h
7828
7829LANTIQ MIPS ARCHITECTURE
7830M:	John Crispin <john@phrozen.org>
7831L:	linux-mips@linux-mips.org
7832S:	Maintained
7833F:	arch/mips/lantiq
7834F:	drivers/soc/lantiq
7835
7836LAPB module
7837L:	linux-x25@vger.kernel.org
7838S:	Orphan
7839F:	Documentation/networking/lapb-module.txt
7840F:	include/*/lapb.h
7841F:	net/lapb/
7842
7843LASI 53c700 driver for PARISC
7844M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7845L:	linux-scsi@vger.kernel.org
7846S:	Maintained
7847F:	Documentation/scsi/53c700.txt
7848F:	drivers/scsi/53c700*
7849
7850LEAKING_ADDRESSES
7851M:	Tobin C. Harding <me@tobin.cc>
7852S:	Maintained
7853F:	scripts/leaking_addresses.pl
7854
7855LED SUBSYSTEM
7856M:	Richard Purdie <rpurdie@rpsys.net>
7857M:	Jacek Anaszewski <jacek.anaszewski@gmail.com>
7858M:	Pavel Machek <pavel@ucw.cz>
7859L:	linux-leds@vger.kernel.org
7860T:	git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7861S:	Maintained
7862F:	Documentation/devicetree/bindings/leds/
7863F:	drivers/leds/
7864F:	include/linux/leds.h
7865
7866LEGACY EEPROM DRIVER
7867M:	Jean Delvare <jdelvare@suse.com>
7868S:	Maintained
7869F:	Documentation/misc-devices/eeprom
7870F:	drivers/misc/eeprom/eeprom.c
7871
7872LEGO USB Tower driver
7873M:	Juergen Stuber <starblue@users.sourceforge.net>
7874L:	legousb-devel@lists.sourceforge.net
7875W:	http://legousb.sourceforge.net/
7876S:	Maintained
7877F:	drivers/usb/misc/legousbtower.c
7878
7879LG2160 MEDIA DRIVER
7880M:	Michael Krufky <mkrufky@linuxtv.org>
7881L:	linux-media@vger.kernel.org
7882W:	https://linuxtv.org
7883W:	http://github.com/mkrufky
7884Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7885T:	git git://linuxtv.org/mkrufky/tuners.git
7886S:	Maintained
7887F:	drivers/media/dvb-frontends/lg2160.*
7888
7889LGDT3305 MEDIA DRIVER
7890M:	Michael Krufky <mkrufky@linuxtv.org>
7891L:	linux-media@vger.kernel.org
7892W:	https://linuxtv.org
7893W:	http://github.com/mkrufky
7894Q:	http://patchwork.linuxtv.org/project/linux-media/list/
7895T:	git git://linuxtv.org/mkrufky/tuners.git
7896S:	Maintained
7897F:	drivers/media/dvb-frontends/lgdt3305.*
7898
7899LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7900M:	Viresh Kumar <vireshk@kernel.org>
7901L:	linux-ide@vger.kernel.org
7902T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7903S:	Maintained
7904F:	include/linux/pata_arasan_cf_data.h
7905F:	drivers/ata/pata_arasan_cf.c
7906
7907LIBATA PATA DRIVERS
7908M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7909M:	Tejun Heo <tj@kernel.org>
7910L:	linux-ide@vger.kernel.org
7911T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7912S:	Maintained
7913F:	drivers/ata/pata_*.c
7914F:	drivers/ata/ata_generic.c
7915
7916LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7917M:	Linus Walleij <linus.walleij@linaro.org>
7918L:	linux-ide@vger.kernel.org
7919T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7920S:	Maintained
7921F:	drivers/ata/pata_ftide010.c
7922F:	drivers/ata/sata_gemini.c
7923F:	drivers/ata/sata_gemini.h
7924
7925LIBATA SATA AHCI PLATFORM devices support
7926M:	Hans de Goede <hdegoede@redhat.com>
7927M:	Tejun Heo <tj@kernel.org>
7928L:	linux-ide@vger.kernel.org
7929T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7930S:	Maintained
7931F:	drivers/ata/ahci_platform.c
7932F:	drivers/ata/libahci_platform.c
7933F:	include/linux/ahci_platform.h
7934
7935LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7936M:	Mikael Pettersson <mikpelinux@gmail.com>
7937L:	linux-ide@vger.kernel.org
7938T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7939S:	Maintained
7940F:	drivers/ata/sata_promise.*
7941
7942LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7943M:	Tejun Heo <tj@kernel.org>
7944L:	linux-ide@vger.kernel.org
7945T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7946S:	Maintained
7947F:	drivers/ata/
7948F:	include/linux/ata.h
7949F:	include/linux/libata.h
7950F:	Documentation/devicetree/bindings/ata/
7951
7952LIBLOCKDEP
7953M:	Sasha Levin <alexander.levin@verizon.com>
7954S:	Maintained
7955F:	tools/lib/lockdep/
7956
7957LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7958M:	Ross Zwisler <ross.zwisler@linux.intel.com>
7959L:	linux-nvdimm@lists.01.org
7960Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7961S:	Supported
7962F:	drivers/nvdimm/blk.c
7963F:	drivers/nvdimm/region_devs.c
7964
7965LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7966M:	Vishal Verma <vishal.l.verma@intel.com>
7967L:	linux-nvdimm@lists.01.org
7968Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7969S:	Supported
7970F:	drivers/nvdimm/btt*
7971
7972LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7973M:	Ross Zwisler <ross.zwisler@linux.intel.com>
7974L:	linux-nvdimm@lists.01.org
7975Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7976S:	Supported
7977F:	drivers/nvdimm/pmem*
7978
7979LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7980M:	Dan Williams <dan.j.williams@intel.com>
7981L:	linux-nvdimm@lists.01.org
7982Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
7983T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7984S:	Supported
7985F:	drivers/nvdimm/*
7986F:	drivers/acpi/nfit/*
7987F:	include/linux/nd.h
7988F:	include/linux/libnvdimm.h
7989F:	include/uapi/linux/ndctl.h
7990
7991LIGHTNVM PLATFORM SUPPORT
7992M:	Matias Bjorling <mb@lightnvm.io>
7993W:	http://github/OpenChannelSSD
7994L:	linux-block@vger.kernel.org
7995S:	Maintained
7996F:	drivers/lightnvm/
7997F:	include/linux/lightnvm.h
7998F:	include/uapi/linux/lightnvm.h
7999
8000LINUX FOR POWER MACINTOSH
8001M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
8002W:	http://www.penguinppc.org/
8003L:	linuxppc-dev@lists.ozlabs.org
8004S:	Maintained
8005F:	arch/powerpc/platforms/powermac/
8006F:	drivers/macintosh/
8007
8008LINUX FOR POWERPC (32-BIT AND 64-BIT)
8009M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
8010M:	Paul Mackerras <paulus@samba.org>
8011M:	Michael Ellerman <mpe@ellerman.id.au>
8012W:	https://github.com/linuxppc/linux/wiki
8013L:	linuxppc-dev@lists.ozlabs.org
8014Q:	http://patchwork.ozlabs.org/project/linuxppc-dev/list/
8015T:	git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
8016S:	Supported
8017F:	Documentation/ABI/stable/sysfs-firmware-opal-*
8018F:	Documentation/devicetree/bindings/powerpc/
8019F:	Documentation/devicetree/bindings/rtc/rtc-opal.txt
8020F:	Documentation/devicetree/bindings/i2c/i2c-opal.txt
8021F:	Documentation/powerpc/
8022F:	arch/powerpc/
8023F:	drivers/char/tpm/tpm_ibmvtpm*
8024F:	drivers/crypto/nx/
8025F:	drivers/crypto/vmx/
8026F:	drivers/i2c/busses/i2c-opal.c
8027F:	drivers/net/ethernet/ibm/ibmveth.*
8028F:	drivers/net/ethernet/ibm/ibmvnic.*
8029F:	drivers/pci/hotplug/pnv_php.c
8030F:	drivers/pci/hotplug/rpa*
8031F:	drivers/rtc/rtc-opal.c
8032F:	drivers/scsi/ibmvscsi/
8033F:	drivers/tty/hvc/hvc_opal.c
8034F:	drivers/watchdog/wdrtas.c
8035F:	tools/testing/selftests/powerpc
8036N:	/pmac
8037N:	powermac
8038N:	powernv
8039N:	[^a-z0-9]ps3
8040N:	pseries
8041
8042LINUX FOR POWERPC EMBEDDED MPC5XXX
8043M:	Anatolij Gustschin <agust@denx.de>
8044L:	linuxppc-dev@lists.ozlabs.org
8045T:	git git://git.denx.de/linux-denx-agust.git
8046S:	Maintained
8047F:	arch/powerpc/platforms/512x/
8048F:	arch/powerpc/platforms/52xx/
8049
8050LINUX FOR POWERPC EMBEDDED PPC4XX
8051M:	Alistair Popple <alistair@popple.id.au>
8052M:	Matt Porter <mporter@kernel.crashing.org>
8053W:	http://www.penguinppc.org/
8054L:	linuxppc-dev@lists.ozlabs.org
8055S:	Maintained
8056F:	arch/powerpc/platforms/40x/
8057F:	arch/powerpc/platforms/44x/
8058
8059LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8060M:	Scott Wood <oss@buserror.net>
8061M:	Kumar Gala <galak@kernel.crashing.org>
8062W:	http://www.penguinppc.org/
8063L:	linuxppc-dev@lists.ozlabs.org
8064T:	git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8065S:	Maintained
8066F:	arch/powerpc/platforms/83xx/
8067F:	arch/powerpc/platforms/85xx/
8068F:	Documentation/devicetree/bindings/powerpc/fsl/
8069
8070LINUX FOR POWERPC EMBEDDED PPC8XX
8071M:	Vitaly Bordug <vitb@kernel.crashing.org>
8072W:	http://www.penguinppc.org/
8073L:	linuxppc-dev@lists.ozlabs.org
8074S:	Maintained
8075F:	arch/powerpc/platforms/8xx/
8076
8077LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8078L:	linuxppc-dev@lists.ozlabs.org
8079S:	Orphan
8080F:	arch/powerpc/*/*virtex*
8081F:	arch/powerpc/*/*/*virtex*
8082
8083LINUX FOR POWERPC PA SEMI PWRFICIENT
8084L:	linuxppc-dev@lists.ozlabs.org
8085S:	Orphan
8086F:	arch/powerpc/platforms/pasemi/
8087F:	drivers/*/*pasemi*
8088F:	drivers/*/*/*pasemi*
8089
8090LINUX KERNEL DUMP TEST MODULE (LKDTM)
8091M:	Kees Cook <keescook@chromium.org>
8092S:	Maintained
8093F:	drivers/misc/lkdtm*
8094
8095LINUX SECURITY MODULE (LSM) FRAMEWORK
8096M:	Chris Wright <chrisw@sous-sol.org>
8097L:	linux-security-module@vger.kernel.org
8098S:	Supported
8099
8100LIS3LV02D ACCELEROMETER DRIVER
8101M:	Eric Piel <eric.piel@tremplin-utc.net>
8102S:	Maintained
8103F:	Documentation/misc-devices/lis3lv02d
8104F:	drivers/misc/lis3lv02d/
8105F:	drivers/platform/x86/hp_accel.c
8106
8107LIVE PATCHING
8108M:	Josh Poimboeuf <jpoimboe@redhat.com>
8109M:	Jessica Yu <jeyu@kernel.org>
8110M:	Jiri Kosina <jikos@kernel.org>
8111M:	Miroslav Benes <mbenes@suse.cz>
8112R:	Petr Mladek <pmladek@suse.com>
8113S:	Maintained
8114F:	kernel/livepatch/
8115F:	include/linux/livepatch.h
8116F:	arch/x86/include/asm/livepatch.h
8117F:	arch/x86/kernel/livepatch.c
8118F:	Documentation/livepatch/
8119F:	Documentation/ABI/testing/sysfs-kernel-livepatch
8120F:	samples/livepatch/
8121L:	live-patching@vger.kernel.org
8122T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8123
8124LLC (802.2)
8125L:	netdev@vger.kernel.org
8126S:	Odd fixes
8127F:	include/linux/llc.h
8128F:	include/uapi/linux/llc.h
8129F:	include/net/llc*
8130F:	net/llc/
8131
8132LM73 HARDWARE MONITOR DRIVER
8133M:	Guillaume Ligneul <guillaume.ligneul@gmail.com>
8134L:	linux-hwmon@vger.kernel.org
8135S:	Maintained
8136F:	drivers/hwmon/lm73.c
8137
8138LM78 HARDWARE MONITOR DRIVER
8139M:	Jean Delvare <jdelvare@suse.com>
8140L:	linux-hwmon@vger.kernel.org
8141S:	Maintained
8142F:	Documentation/hwmon/lm78
8143F:	drivers/hwmon/lm78.c
8144
8145LM83 HARDWARE MONITOR DRIVER
8146M:	Jean Delvare <jdelvare@suse.com>
8147L:	linux-hwmon@vger.kernel.org
8148S:	Maintained
8149F:	Documentation/hwmon/lm83
8150F:	drivers/hwmon/lm83.c
8151
8152LM90 HARDWARE MONITOR DRIVER
8153M:	Jean Delvare <jdelvare@suse.com>
8154L:	linux-hwmon@vger.kernel.org
8155S:	Maintained
8156F:	Documentation/hwmon/lm90
8157F:	Documentation/devicetree/bindings/hwmon/lm90.txt
8158F:	drivers/hwmon/lm90.c
8159F:	include/dt-bindings/thermal/lm90.h
8160
8161LM95234 HARDWARE MONITOR DRIVER
8162M:	Guenter Roeck <linux@roeck-us.net>
8163L:	linux-hwmon@vger.kernel.org
8164S:	Maintained
8165F:	Documentation/hwmon/lm95234
8166F:	drivers/hwmon/lm95234.c
8167
8168LME2510 MEDIA DRIVER
8169M:	Malcolm Priestley <tvboxspy@gmail.com>
8170L:	linux-media@vger.kernel.org
8171W:	https://linuxtv.org
8172Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8173S:	Maintained
8174F:	drivers/media/usb/dvb-usb-v2/lmedm04*
8175
8176LOADPIN SECURITY MODULE
8177M:	Kees Cook <keescook@chromium.org>
8178T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8179S:	Supported
8180F:	security/loadpin/
8181F:	Documentation/admin-guide/LSM/LoadPin.rst
8182
8183LOCKING PRIMITIVES
8184M:	Peter Zijlstra <peterz@infradead.org>
8185M:	Ingo Molnar <mingo@redhat.com>
8186L:	linux-kernel@vger.kernel.org
8187T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8188S:	Maintained
8189F:	Documentation/locking/
8190F:	include/linux/lockdep.h
8191F:	include/linux/spinlock*.h
8192F:	arch/*/include/asm/spinlock*.h
8193F:	include/linux/rwlock*.h
8194F:	include/linux/mutex*.h
8195F:	arch/*/include/asm/mutex*.h
8196F:	include/linux/rwsem*.h
8197F:	arch/*/include/asm/rwsem.h
8198F:	include/linux/seqlock.h
8199F:	lib/locking*.[ch]
8200F:	kernel/locking/
8201
8202LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8203M:	"Richard Russon (FlatCap)" <ldm@flatcap.org>
8204L:	linux-ntfs-dev@lists.sourceforge.net
8205W:	http://www.linux-ntfs.org/content/view/19/37/
8206S:	Maintained
8207F:	Documentation/ldm.txt
8208F:	block/partitions/ldm.*
8209
8210LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8211M:	Sathya Prakash <sathya.prakash@broadcom.com>
8212M:	Chaitra P B <chaitra.basappa@broadcom.com>
8213M:	Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8214L:	MPT-FusionLinux.pdl@broadcom.com
8215L:	linux-scsi@vger.kernel.org
8216W:	http://www.avagotech.com/support/
8217S:	Supported
8218F:	drivers/message/fusion/
8219F:	drivers/scsi/mpt2sas/
8220F:	drivers/scsi/mpt3sas/
8221
8222LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8223M:	Matthew Wilcox <matthew@wil.cx>
8224L:	linux-scsi@vger.kernel.org
8225S:	Maintained
8226F:	drivers/scsi/sym53c8xx_2/
8227
8228LTC4261 HARDWARE MONITOR DRIVER
8229M:	Guenter Roeck <linux@roeck-us.net>
8230L:	linux-hwmon@vger.kernel.org
8231S:	Maintained
8232F:	Documentation/hwmon/ltc4261
8233F:	drivers/hwmon/ltc4261.c
8234
8235LTC4306 I2C MULTIPLEXER DRIVER
8236M:	Michael Hennerich <michael.hennerich@analog.com>
8237W:	http://ez.analog.com/community/linux-device-drivers
8238L:	linux-i2c@vger.kernel.org
8239S:	Supported
8240F:	drivers/i2c/muxes/i2c-mux-ltc4306.c
8241F:	Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8242
8243LTP (Linux Test Project)
8244M:	Mike Frysinger <vapier@gentoo.org>
8245M:	Cyril Hrubis <chrubis@suse.cz>
8246M:	Wanlong Gao <wanlong.gao@gmail.com>
8247M:	Jan Stancek <jstancek@redhat.com>
8248M:	Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8249M:	Alexey Kodanev <alexey.kodanev@oracle.com>
8250L:	ltp@lists.linux.it (subscribers-only)
8251W:	http://linux-test-project.github.io/
8252T:	git git://github.com/linux-test-project/ltp.git
8253S:	Maintained
8254
8255M32R ARCHITECTURE
8256W:	http://www.linux-m32r.org/
8257S:	Orphan
8258F:	arch/m32r/
8259
8260M68K ARCHITECTURE
8261M:	Geert Uytterhoeven <geert@linux-m68k.org>
8262L:	linux-m68k@lists.linux-m68k.org
8263W:	http://www.linux-m68k.org/
8264T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8265S:	Maintained
8266F:	arch/m68k/
8267F:	drivers/zorro/
8268
8269M68K ON APPLE MACINTOSH
8270M:	Joshua Thompson <funaho@jurai.org>
8271W:	http://www.mac.linux-m68k.org/
8272L:	linux-m68k@lists.linux-m68k.org
8273S:	Maintained
8274F:	arch/m68k/mac/
8275
8276M68K ON HP9000/300
8277M:	Philip Blundell <philb@gnu.org>
8278W:	http://www.tazenda.demon.co.uk/phil/linux-hp
8279S:	Maintained
8280F:	arch/m68k/hp300/
8281
8282M88DS3103 MEDIA DRIVER
8283M:	Antti Palosaari <crope@iki.fi>
8284L:	linux-media@vger.kernel.org
8285W:	https://linuxtv.org
8286W:	http://palosaari.fi/linux/
8287Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8288T:	git git://linuxtv.org/anttip/media_tree.git
8289S:	Maintained
8290F:	drivers/media/dvb-frontends/m88ds3103*
8291
8292M88RS2000 MEDIA DRIVER
8293M:	Malcolm Priestley <tvboxspy@gmail.com>
8294L:	linux-media@vger.kernel.org
8295W:	https://linuxtv.org
8296Q:	http://patchwork.linuxtv.org/project/linux-media/list/
8297S:	Maintained
8298F:	drivers/media/dvb-frontends/m88rs2000*
8299
8300MA901 MASTERKIT USB FM RADIO DRIVER
8301M:	Alexey Klimov <klimov.linux@gmail.com>
8302L:	linux-media@vger.kernel.org
8303T:	git git://linuxtv.org/media_tree.git
8304S:	Maintained
8305F:	drivers/media/radio/radio-ma901.c
8306
8307MAC80211
8308M:	Johannes Berg <johannes@sipsolutions.net>
8309L:	linux-wireless@vger.kernel.org
8310W:	http://wireless.kernel.org/
8311T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8312T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8313S:	Maintained
8314F:	Documentation/networking/mac80211-injection.txt
8315F:	include/net/mac80211.h
8316F:	net/mac80211/
8317F:	drivers/net/wireless/mac80211_hwsim.[ch]
8318F:	Documentation/networking/mac80211_hwsim/README
8319
8320MAILBOX API
8321M:	Jassi Brar <jassisinghbrar@gmail.com>
8322L:	linux-kernel@vger.kernel.org
8323S:	Maintained
8324F:	drivers/mailbox/
8325F:	include/linux/mailbox_client.h
8326F:	include/linux/mailbox_controller.h
8327
8328MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8329M:	Michael Kerrisk <mtk.manpages@gmail.com>
8330W:	http://www.kernel.org/doc/man-pages
8331L:	linux-man@vger.kernel.org
8332S:	Maintained
8333
8334MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8335M:	Rahul Bedarkar <rahulbedarkar89@gmail.com>
8336L:	linux-mips@linux-mips.org
8337S:	Maintained
8338F:	arch/mips/boot/dts/img/pistachio_marduk.dts
8339
8340MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8341M:	Andrew Lunn <andrew@lunn.ch>
8342M:	Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8343L:	netdev@vger.kernel.org
8344S:	Maintained
8345F:	drivers/net/dsa/mv88e6xxx/
8346F:	Documentation/devicetree/bindings/net/dsa/marvell.txt
8347
8348MARVELL ARMADA DRM SUPPORT
8349M:	Russell King <linux@armlinux.org.uk>
8350S:	Maintained
8351T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8352T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8353F:	drivers/gpu/drm/armada/
8354F:	include/uapi/drm/armada_drm.h
8355F:	Documentation/devicetree/bindings/display/armada/
8356
8357MARVELL CRYPTO DRIVER
8358M:	Boris Brezillon <boris.brezillon@free-electrons.com>
8359M:	Arnaud Ebalard <arno@natisbad.org>
8360F:	drivers/crypto/marvell/
8361S:	Maintained
8362L:	linux-crypto@vger.kernel.org
8363
8364MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8365M:	Mirko Lindner <mlindner@marvell.com>
8366M:	Stephen Hemminger <stephen@networkplumber.org>
8367L:	netdev@vger.kernel.org
8368S:	Maintained
8369F:	drivers/net/ethernet/marvell/sk*
8370
8371MARVELL LIBERTAS WIRELESS DRIVER
8372L:	libertas-dev@lists.infradead.org
8373S:	Orphan
8374F:	drivers/net/wireless/marvell/libertas/
8375
8376MARVELL MACCHIATOBIN SUPPORT
8377M:	Russell King <rmk@armlinux.org.uk>
8378L:	linux-arm-kernel@lists.infradead.org
8379S:	Maintained
8380F:	arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8381
8382MARVELL MV643XX ETHERNET DRIVER
8383M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8384L:	netdev@vger.kernel.org
8385S:	Maintained
8386F:	drivers/net/ethernet/marvell/mv643xx_eth.*
8387F:	include/linux/mv643xx.h
8388
8389MARVELL MV88X3310 PHY DRIVER
8390M:	Russell King <rmk@armlinux.org.uk>
8391L:	netdev@vger.kernel.org
8392S:	Maintained
8393F:	drivers/net/phy/marvell10g.c
8394
8395MARVELL MVNETA ETHERNET DRIVER
8396M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8397L:	netdev@vger.kernel.org
8398S:	Maintained
8399F:	drivers/net/ethernet/marvell/mvneta.*
8400
8401MARVELL MWIFIEX WIRELESS DRIVER
8402M:	Amitkumar Karwar <amitkarwar@gmail.com>
8403M:	Nishant Sarmukadam <nishants@marvell.com>
8404M:	Ganapathi Bhat <gbhat@marvell.com>
8405M:	Xinming Hu <huxm@marvell.com>
8406L:	linux-wireless@vger.kernel.org
8407S:	Maintained
8408F:	drivers/net/wireless/marvell/mwifiex/
8409
8410MARVELL MWL8K WIRELESS DRIVER
8411M:	Lennert Buytenhek <buytenh@wantstofly.org>
8412L:	linux-wireless@vger.kernel.org
8413S:	Odd Fixes
8414F:	drivers/net/wireless/marvell/mwl8k.c
8415
8416MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8417M:	Nicolas Pitre <nico@fluxnic.net>
8418S:	Odd Fixes
8419F:	drivers/mmc/host/mvsdio.*
8420
8421MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8422M:	Hu Ziji <huziji@marvell.com>
8423L:	linux-mmc@vger.kernel.org
8424S:	Supported
8425F:	drivers/mmc/host/sdhci-xenon*
8426F:	Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8427
8428MATROX FRAMEBUFFER DRIVER
8429L:	linux-fbdev@vger.kernel.org
8430S:	Orphan
8431F:	drivers/video/fbdev/matrox/matroxfb_*
8432F:	include/uapi/linux/matroxfb.h
8433
8434MAX16065 HARDWARE MONITOR DRIVER
8435M:	Guenter Roeck <linux@roeck-us.net>
8436L:	linux-hwmon@vger.kernel.org
8437S:	Maintained
8438F:	Documentation/hwmon/max16065
8439F:	drivers/hwmon/max16065.c
8440
8441MAX20751 HARDWARE MONITOR DRIVER
8442M:	Guenter Roeck <linux@roeck-us.net>
8443L:	linux-hwmon@vger.kernel.org
8444S:	Maintained
8445F:	Documentation/hwmon/max20751
8446F:	drivers/hwmon/max20751.c
8447
8448MAX2175 SDR TUNER DRIVER
8449M:	Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8450L:	linux-media@vger.kernel.org
8451T:	git git://linuxtv.org/media_tree.git
8452S:	Maintained
8453F:	Documentation/devicetree/bindings/media/i2c/max2175.txt
8454F:	Documentation/media/v4l-drivers/max2175.rst
8455F:	drivers/media/i2c/max2175*
8456F:	include/uapi/linux/max2175.h
8457
8458MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8459L:	linux-hwmon@vger.kernel.org
8460S:	Orphan
8461F:	Documentation/hwmon/max6650
8462F:	drivers/hwmon/max6650.c
8463
8464MAX6697 HARDWARE MONITOR DRIVER
8465M:	Guenter Roeck <linux@roeck-us.net>
8466L:	linux-hwmon@vger.kernel.org
8467S:	Maintained
8468F:	Documentation/hwmon/max6697
8469F:	Documentation/devicetree/bindings/i2c/max6697.txt
8470F:	drivers/hwmon/max6697.c
8471F:	include/linux/platform_data/max6697.h
8472
8473MAX9860 MONO AUDIO VOICE CODEC DRIVER
8474M:	Peter Rosin <peda@axentia.se>
8475L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
8476S:	Maintained
8477F:	Documentation/devicetree/bindings/sound/max9860.txt
8478F:	sound/soc/codecs/max9860.*
8479
8480MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8481M:	Javier Martinez Canillas <javier@dowhile0.org>
8482L:	linux-kernel@vger.kernel.org
8483S:	Supported
8484F:	drivers/regulator/max77802-regulator.c
8485F:	Documentation/devicetree/bindings/*/*max77802.txt
8486F:	include/dt-bindings/*/*max77802.h
8487
8488MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8489M:	Krzysztof Kozlowski <krzk@kernel.org>
8490M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8491L:	linux-pm@vger.kernel.org
8492S:	Supported
8493F:	drivers/power/supply/max14577_charger.c
8494F:	drivers/power/supply/max77693_charger.c
8495
8496MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8497M:	Chanwoo Choi <cw00.choi@samsung.com>
8498M:	Krzysztof Kozlowski <krzk@kernel.org>
8499M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8500L:	linux-kernel@vger.kernel.org
8501S:	Supported
8502F:	drivers/*/max14577*.c
8503F:	drivers/*/max77686*.c
8504F:	drivers/*/max77693*.c
8505F:	drivers/extcon/extcon-max14577.c
8506F:	drivers/extcon/extcon-max77693.c
8507F:	drivers/rtc/rtc-max77686.c
8508F:	drivers/clk/clk-max77686.c
8509F:	Documentation/devicetree/bindings/mfd/max14577.txt
8510F:	Documentation/devicetree/bindings/*/max77686.txt
8511F:	Documentation/devicetree/bindings/mfd/max77693.txt
8512F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
8513F:	include/linux/mfd/max14577*.h
8514F:	include/linux/mfd/max77686*.h
8515F:	include/linux/mfd/max77693*.h
8516
8517MAXIRADIO FM RADIO RECEIVER DRIVER
8518M:	Hans Verkuil <hverkuil@xs4all.nl>
8519L:	linux-media@vger.kernel.org
8520T:	git git://linuxtv.org/media_tree.git
8521W:	https://linuxtv.org
8522S:	Maintained
8523F:	drivers/media/radio/radio-maxiradio*
8524
8525MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8526M:	Peter Rosin <peda@axentia.se>
8527L:	linux-iio@vger.kernel.org
8528S:	Maintained
8529F:	Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8530F:	drivers/iio/potentiometer/mcp4531.c
8531
8532MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8533M:	William Breathitt Gray <vilhelm.gray@gmail.com>
8534L:	linux-iio@vger.kernel.org
8535S:	Maintained
8536F:	drivers/iio/dac/cio-dac.c
8537
8538MEDIA DRIVERS FOR ASCOT2E
8539M:	Sergey Kozlov <serjk@netup.ru>
8540M:	Abylay Ospan <aospan@netup.ru>
8541L:	linux-media@vger.kernel.org
8542W:	https://linuxtv.org
8543W:	http://netup.tv/
8544T:	git git://linuxtv.org/media_tree.git
8545S:	Supported
8546F:	drivers/media/dvb-frontends/ascot2e*
8547
8548MEDIA DRIVERS FOR CXD2841ER
8549M:	Sergey Kozlov <serjk@netup.ru>
8550M:	Abylay Ospan <aospan@netup.ru>
8551L:	linux-media@vger.kernel.org
8552W:	https://linuxtv.org
8553W:	http://netup.tv/
8554T:	git git://linuxtv.org/media_tree.git
8555S:	Supported
8556F:	drivers/media/dvb-frontends/cxd2841er*
8557
8558MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8559M:	Daniel Scheller <d.scheller.oss@gmail.com>
8560L:	linux-media@vger.kernel.org
8561W:	https://linuxtv.org
8562T:	git git://linuxtv.org/media_tree.git
8563S:	Maintained
8564F:	drivers/media/pci/ddbridge/*
8565
8566MEDIA DRIVERS FOR FREESCALE IMX
8567M:	Steve Longerbeam <slongerbeam@gmail.com>
8568M:	Philipp Zabel <p.zabel@pengutronix.de>
8569L:	linux-media@vger.kernel.org
8570T:	git git://linuxtv.org/media_tree.git
8571S:	Maintained
8572F:	Documentation/devicetree/bindings/media/imx.txt
8573F:	Documentation/media/v4l-drivers/imx.rst
8574F:	drivers/staging/media/imx/
8575F:	include/linux/imx-media.h
8576F:	include/media/imx.h
8577
8578MEDIA DRIVERS FOR HELENE
8579M:	Abylay Ospan <aospan@netup.ru>
8580L:	linux-media@vger.kernel.org
8581W:	https://linuxtv.org
8582W:	http://netup.tv/
8583T:	git git://linuxtv.org/media_tree.git
8584S:	Supported
8585F:	drivers/media/dvb-frontends/helene*
8586
8587MEDIA DRIVERS FOR HORUS3A
8588M:	Sergey Kozlov <serjk@netup.ru>
8589M:	Abylay Ospan <aospan@netup.ru>
8590L:	linux-media@vger.kernel.org
8591W:	https://linuxtv.org
8592W:	http://netup.tv/
8593T:	git git://linuxtv.org/media_tree.git
8594S:	Supported
8595F:	drivers/media/dvb-frontends/horus3a*
8596
8597MEDIA DRIVERS FOR LNBH25
8598M:	Sergey Kozlov <serjk@netup.ru>
8599M:	Abylay Ospan <aospan@netup.ru>
8600L:	linux-media@vger.kernel.org
8601W:	https://linuxtv.org
8602W:	http://netup.tv/
8603T:	git git://linuxtv.org/media_tree.git
8604S:	Supported
8605F:	drivers/media/dvb-frontends/lnbh25*
8606
8607MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
8608M:	Daniel Scheller <d.scheller.oss@gmail.com>
8609L:	linux-media@vger.kernel.org
8610W:	https://linuxtv.org
8611T:	git git://linuxtv.org/media_tree.git
8612S:	Maintained
8613F:	drivers/media/dvb-frontends/mxl5xx*
8614
8615MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8616M:	Sergey Kozlov <serjk@netup.ru>
8617M:	Abylay Ospan <aospan@netup.ru>
8618L:	linux-media@vger.kernel.org
8619W:	https://linuxtv.org
8620W:	http://netup.tv/
8621T:	git git://linuxtv.org/media_tree.git
8622S:	Supported
8623F:	drivers/media/pci/netup_unidvb/*
8624
8625MEDIA DRIVERS FOR RENESAS - DRIF
8626M:	Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8627L:	linux-media@vger.kernel.org
8628L:	linux-renesas-soc@vger.kernel.org
8629T:	git git://linuxtv.org/media_tree.git
8630S:	Supported
8631F:	Documentation/devicetree/bindings/media/renesas,drif.txt
8632F:	drivers/media/platform/rcar_drif.c
8633
8634MEDIA DRIVERS FOR RENESAS - FCP
8635M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8636L:	linux-media@vger.kernel.org
8637L:	linux-renesas-soc@vger.kernel.org
8638T:	git git://linuxtv.org/media_tree.git
8639S:	Supported
8640F:	Documentation/devicetree/bindings/media/renesas,fcp.txt
8641F:	drivers/media/platform/rcar-fcp.c
8642F:	include/media/rcar-fcp.h
8643
8644MEDIA DRIVERS FOR RENESAS - FDP1
8645M:	Kieran Bingham <kieran@bingham.xyz>
8646L:	linux-media@vger.kernel.org
8647L:	linux-renesas-soc@vger.kernel.org
8648T:	git git://linuxtv.org/media_tree.git
8649S:	Supported
8650F:	Documentation/devicetree/bindings/media/renesas,fdp1.txt
8651F:	drivers/media/platform/rcar_fdp1.c
8652
8653MEDIA DRIVERS FOR RENESAS - VIN
8654M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
8655L:	linux-media@vger.kernel.org
8656L:	linux-renesas-soc@vger.kernel.org
8657T:	git git://linuxtv.org/media_tree.git
8658S:	Supported
8659F:	Documentation/devicetree/bindings/media/rcar_vin.txt
8660F:	drivers/media/platform/rcar-vin/
8661
8662MEDIA DRIVERS FOR RENESAS - VSP1
8663M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8664L:	linux-media@vger.kernel.org
8665L:	linux-renesas-soc@vger.kernel.org
8666T:	git git://linuxtv.org/media_tree.git
8667S:	Supported
8668F:	Documentation/devicetree/bindings/media/renesas,vsp1.txt
8669F:	drivers/media/platform/vsp1/
8670
8671MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
8672M:	Daniel Scheller <d.scheller.oss@gmail.com>
8673L:	linux-media@vger.kernel.org
8674W:	https://linuxtv.org
8675T:	git git://linuxtv.org/media_tree.git
8676S:	Maintained
8677F:	drivers/media/dvb-frontends/stv0910*
8678
8679MEDIA DRIVERS FOR ST STV6111 TUNER ICs
8680M:	Daniel Scheller <d.scheller.oss@gmail.com>
8681L:	linux-media@vger.kernel.org
8682W:	https://linuxtv.org
8683T:	git git://linuxtv.org/media_tree.git
8684S:	Maintained
8685F:	drivers/media/dvb-frontends/stv6111*
8686
8687MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8688M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
8689M:	Mauro Carvalho Chehab <mchehab@kernel.org>
8690P:	LinuxTV.org Project
8691L:	linux-media@vger.kernel.org
8692W:	https://linuxtv.org
8693Q:	http://patchwork.kernel.org/project/linux-media/list/
8694T:	git git://linuxtv.org/media_tree.git
8695S:	Maintained
8696F:	Documentation/devicetree/bindings/media/
8697F:	Documentation/media/
8698F:	drivers/media/
8699F:	drivers/staging/media/
8700F:	include/linux/platform_data/media/
8701F:	include/media/
8702F:	include/uapi/linux/dvb/
8703F:	include/uapi/linux/videodev2.h
8704F:	include/uapi/linux/media.h
8705F:	include/uapi/linux/v4l2-*
8706F:	include/uapi/linux/meye.h
8707F:	include/uapi/linux/ivtv*
8708F:	include/uapi/linux/uvcvideo.h
8709
8710MEDIATEK CIR DRIVER
8711M:	Sean Wang <sean.wang@mediatek.com>
8712S:	Maintained
8713F:	drivers/media/rc/mtk-cir.c
8714
8715MEDIATEK PMIC LED DRIVER
8716M:	Sean Wang <sean.wang@mediatek.com>
8717S:	Maintained
8718F:	drivers/leds/leds-mt6323.c
8719F:	Documentation/devicetree/bindings/leds/leds-mt6323.txt
8720
8721MEDIATEK ETHERNET DRIVER
8722M:	Felix Fietkau <nbd@openwrt.org>
8723M:	John Crispin <john@phrozen.org>
8724M:	Sean Wang <sean.wang@mediatek.com>
8725M:	Nelson Chang <nelson.chang@mediatek.com>
8726L:	netdev@vger.kernel.org
8727S:	Maintained
8728F:	drivers/net/ethernet/mediatek/
8729
8730MEDIATEK JPEG DRIVER
8731M:	Rick Chang <rick.chang@mediatek.com>
8732M:	Bin Liu <bin.liu@mediatek.com>
8733S:	Supported
8734F:	drivers/media/platform/mtk-jpeg/
8735F:	Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8736
8737MEDIATEK MDP DRIVER
8738M:	Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8739M:	Houlong Wei <houlong.wei@mediatek.com>
8740M:	Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8741S:	Supported
8742F:	drivers/media/platform/mtk-mdp/
8743F:	drivers/media/platform/mtk-vpu/
8744F:	Documentation/devicetree/bindings/media/mediatek-mdp.txt
8745
8746MEDIATEK MEDIA DRIVER
8747M:	Tiffany Lin <tiffany.lin@mediatek.com>
8748M:	Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8749S:	Supported
8750F:	drivers/media/platform/mtk-vcodec/
8751F:	drivers/media/platform/mtk-vpu/
8752F:	Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8753F:	Documentation/devicetree/bindings/media/mediatek-vpu.txt
8754
8755MEDIATEK MT7601U WIRELESS LAN DRIVER
8756M:	Jakub Kicinski <kubakici@wp.pl>
8757L:	linux-wireless@vger.kernel.org
8758S:	Maintained
8759F:	drivers/net/wireless/mediatek/mt7601u/
8760
8761MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8762M:	Sean Wang <sean.wang@mediatek.com>
8763S:	Maintained
8764F:	drivers/char/hw_random/mtk-rng.c
8765
8766MEDIATEK USB3 DRD IP DRIVER
8767M:	Chunfeng Yun <chunfeng.yun@mediatek.com>
8768L:	linux-usb@vger.kernel.org (moderated for non-subscribers)
8769L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8770L:	linux-mediatek@lists.infradead.org (moderated for non-subscribers)
8771S:	Maintained
8772F:	drivers/usb/mtu3/
8773
8774MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8775M:	Peter Senna Tschudin <peter.senna@collabora.com>
8776M:	Martin Donnelly <martin.donnelly@ge.com>
8777M:	Martyn Welch <martyn.welch@collabora.co.uk>
8778S:	Maintained
8779F:	drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8780F:	Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8781
8782MEGARAID SCSI/SAS DRIVERS
8783M:	Kashyap Desai <kashyap.desai@broadcom.com>
8784M:	Sumit Saxena <sumit.saxena@broadcom.com>
8785M:	Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8786L:	megaraidlinux.pdl@broadcom.com
8787L:	linux-scsi@vger.kernel.org
8788W:	http://www.avagotech.com/support/
8789S:	Maintained
8790F:	Documentation/scsi/megaraid.txt
8791F:	drivers/scsi/megaraid.*
8792F:	drivers/scsi/megaraid/
8793
8794MELEXIS MLX90614 DRIVER
8795M:	Crt Mori <cmo@melexis.com>
8796L:	linux-iio@vger.kernel.org
8797W:	http://www.melexis.com
8798S:	Supported
8799F:	drivers/iio/temperature/mlx90614.c
8800
8801MELFAS MIP4 TOUCHSCREEN DRIVER
8802M:	Sangwon Jee <jeesw@melfas.com>
8803W:	http://www.melfas.com
8804S:	Supported
8805F:	drivers/input/touchscreen/melfas_mip4.c
8806F:	Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8807
8808MELLANOX ETHERNET DRIVER (mlx4_en)
8809M:	Tariq Toukan <tariqt@mellanox.com>
8810L:	netdev@vger.kernel.org
8811S:	Supported
8812W:	http://www.mellanox.com
8813Q:	http://patchwork.ozlabs.org/project/netdev/list/
8814F:	drivers/net/ethernet/mellanox/mlx4/en_*
8815
8816MELLANOX ETHERNET DRIVER (mlx5e)
8817M:	Saeed Mahameed <saeedm@mellanox.com>
8818L:	netdev@vger.kernel.org
8819S:	Supported
8820W:	http://www.mellanox.com
8821Q:	http://patchwork.ozlabs.org/project/netdev/list/
8822F:	drivers/net/ethernet/mellanox/mlx5/core/en_*
8823
8824MELLANOX ETHERNET INNOVA DRIVER
8825M:	Ilan Tayari <ilant@mellanox.com>
8826R:	Boris Pismenny <borisp@mellanox.com>
8827L:	netdev@vger.kernel.org
8828S:	Supported
8829W:	http://www.mellanox.com
8830Q:	http://patchwork.ozlabs.org/project/netdev/list/
8831F:	drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8832F:	include/linux/mlx5/mlx5_ifc_fpga.h
8833
8834MELLANOX ETHERNET INNOVA IPSEC DRIVER
8835M:	Ilan Tayari <ilant@mellanox.com>
8836R:	Boris Pismenny <borisp@mellanox.com>
8837L:	netdev@vger.kernel.org
8838S:	Supported
8839W:	http://www.mellanox.com
8840Q:	http://patchwork.ozlabs.org/project/netdev/list/
8841F:	drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8842F:	drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8843
8844MELLANOX ETHERNET SWITCH DRIVERS
8845M:	Jiri Pirko <jiri@mellanox.com>
8846M:	Ido Schimmel <idosch@mellanox.com>
8847L:	netdev@vger.kernel.org
8848S:	Supported
8849W:	http://www.mellanox.com
8850Q:	http://patchwork.ozlabs.org/project/netdev/list/
8851F:	drivers/net/ethernet/mellanox/mlxsw/
8852
8853MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8854M:	mlxsw@mellanox.com
8855L:	netdev@vger.kernel.org
8856S:	Supported
8857W:	http://www.mellanox.com
8858Q:	http://patchwork.ozlabs.org/project/netdev/list/
8859F:	drivers/net/ethernet/mellanox/mlxfw/
8860
8861MELLANOX MLX CPLD HOTPLUG DRIVER
8862M:	Vadim Pasternak <vadimp@mellanox.com>
8863L:	platform-driver-x86@vger.kernel.org
8864S:	Supported
8865F:	drivers/platform/x86/mlxcpld-hotplug.c
8866F:	include/linux/platform_data/mlxcpld-hotplug.h
8867
8868MELLANOX MLX4 core VPI driver
8869M:	Tariq Toukan <tariqt@mellanox.com>
8870L:	netdev@vger.kernel.org
8871L:	linux-rdma@vger.kernel.org
8872W:	http://www.mellanox.com
8873Q:	http://patchwork.ozlabs.org/project/netdev/list/
8874S:	Supported
8875F:	drivers/net/ethernet/mellanox/mlx4/
8876F:	include/linux/mlx4/
8877
8878MELLANOX MLX4 IB driver
8879M:	Yishai Hadas <yishaih@mellanox.com>
8880L:	linux-rdma@vger.kernel.org
8881W:	http://www.mellanox.com
8882Q:	http://patchwork.kernel.org/project/linux-rdma/list/
8883S:	Supported
8884F:	drivers/infiniband/hw/mlx4/
8885F:	include/linux/mlx4/
8886F:	include/uapi/rdma/mlx4-abi.h
8887
8888MELLANOX MLX5 core VPI driver
8889M:	Saeed Mahameed <saeedm@mellanox.com>
8890M:	Matan Barak <matanb@mellanox.com>
8891M:	Leon Romanovsky <leonro@mellanox.com>
8892L:	netdev@vger.kernel.org
8893L:	linux-rdma@vger.kernel.org
8894W:	http://www.mellanox.com
8895Q:	http://patchwork.ozlabs.org/project/netdev/list/
8896S:	Supported
8897F:	drivers/net/ethernet/mellanox/mlx5/core/
8898F:	include/linux/mlx5/
8899
8900MELLANOX MLX5 IB driver
8901M:	Matan Barak <matanb@mellanox.com>
8902M:	Leon Romanovsky <leonro@mellanox.com>
8903L:	linux-rdma@vger.kernel.org
8904W:	http://www.mellanox.com
8905Q:	http://patchwork.kernel.org/project/linux-rdma/list/
8906S:	Supported
8907F:	drivers/infiniband/hw/mlx5/
8908F:	include/linux/mlx5/
8909F:	include/uapi/rdma/mlx5-abi.h
8910
8911MELLANOX MLXCPLD I2C AND MUX DRIVER
8912M:	Vadim Pasternak <vadimp@mellanox.com>
8913M:	Michael Shych <michaelsh@mellanox.com>
8914L:	linux-i2c@vger.kernel.org
8915S:	Supported
8916F:	drivers/i2c/busses/i2c-mlxcpld.c
8917F:	drivers/i2c/muxes/i2c-mux-mlxcpld.c
8918F:	Documentation/i2c/busses/i2c-mlxcpld
8919
8920MELLANOX MLXCPLD LED DRIVER
8921M:	Vadim Pasternak <vadimp@mellanox.com>
8922L:	linux-leds@vger.kernel.org
8923S:	Supported
8924F:	drivers/leds/leds-mlxcpld.c
8925F:	Documentation/leds/leds-mlxcpld.txt
8926
8927MELLANOX PLATFORM DRIVER
8928M:	Vadim Pasternak <vadimp@mellanox.com>
8929L:	platform-driver-x86@vger.kernel.org
8930S:	Supported
8931F:	drivers/platform/x86/mlx-platform.c
8932
8933MEMBARRIER SUPPORT
8934M:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8935M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8936L:	linux-kernel@vger.kernel.org
8937S:	Supported
8938F:	kernel/sched/membarrier.c
8939F:	include/uapi/linux/membarrier.h
8940
8941MEMORY MANAGEMENT
8942L:	linux-mm@kvack.org
8943W:	http://www.linux-mm.org
8944S:	Maintained
8945F:	include/linux/mm.h
8946F:	include/linux/gfp.h
8947F:	include/linux/mmzone.h
8948F:	include/linux/memory_hotplug.h
8949F:	include/linux/vmalloc.h
8950F:	mm/
8951
8952MEMORY TECHNOLOGY DEVICES (MTD)
8953M:	David Woodhouse <dwmw2@infradead.org>
8954M:	Brian Norris <computersforpeace@gmail.com>
8955M:	Boris Brezillon <boris.brezillon@free-electrons.com>
8956M:	Marek Vasut <marek.vasut@gmail.com>
8957M:	Richard Weinberger <richard@nod.at>
8958M:	Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8959L:	linux-mtd@lists.infradead.org
8960W:	http://www.linux-mtd.infradead.org/
8961Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
8962T:	git git://git.infradead.org/linux-mtd.git master
8963T:	git git://git.infradead.org/l2-mtd.git master
8964S:	Maintained
8965F:	Documentation/devicetree/bindings/mtd/
8966F:	drivers/mtd/
8967F:	include/linux/mtd/
8968F:	include/uapi/mtd/
8969
8970MEN A21 WATCHDOG DRIVER
8971M:	Johannes Thumshirn <morbidrsa@gmail.com>
8972L:	linux-watchdog@vger.kernel.org
8973S:	Maintained
8974F:	drivers/watchdog/mena21_wdt.c
8975
8976MEN CHAMELEON BUS (mcb)
8977M:	Johannes Thumshirn <morbidrsa@gmail.com>
8978S:	Maintained
8979F:	drivers/mcb/
8980F:	include/linux/mcb.h
8981F:	Documentation/men-chameleon-bus.txt
8982
8983MEN F21BMC (Board Management Controller)
8984M:	Andreas Werner <andreas.werner@men.de>
8985S:	Supported
8986F:	drivers/mfd/menf21bmc.c
8987F:	drivers/watchdog/menf21bmc_wdt.c
8988F:	drivers/leds/leds-menf21bmc.c
8989F:	drivers/hwmon/menf21bmc_hwmon.c
8990F:	Documentation/hwmon/menf21bmc
8991
8992MESON AO CEC DRIVER FOR AMLOGIC SOCS
8993M:	Neil Armstrong <narmstrong@baylibre.com>
8994L:	linux-media@lists.freedesktop.org
8995L:	linux-amlogic@lists.infradead.org
8996W:	http://linux-meson.com/
8997S:	Supported
8998F:	drivers/media/platform/meson/ao-cec.c
8999F:	Documentation/devicetree/bindings/media/meson-ao-cec.txt
9000T:	git git://linuxtv.org/media_tree.git
9001
9002METAG ARCHITECTURE
9003M:	James Hogan <jhogan@kernel.org>
9004L:	linux-metag@vger.kernel.org
9005T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
9006S:	Odd Fixes
9007F:	arch/metag/
9008F:	Documentation/metag/
9009F:	Documentation/devicetree/bindings/metag/
9010F:	Documentation/devicetree/bindings/interrupt-controller/img,*
9011F:	drivers/clocksource/metag_generic.c
9012F:	drivers/irqchip/irq-metag.c
9013F:	drivers/irqchip/irq-metag-ext.c
9014F:	drivers/tty/metag_da.c
9015
9016MICROBLAZE ARCHITECTURE
9017M:	Michal Simek <monstr@monstr.eu>
9018W:	http://www.monstr.eu/fdt/
9019T:	git git://git.monstr.eu/linux-2.6-microblaze.git
9020S:	Supported
9021F:	arch/microblaze/
9022
9023MICROCHIP / ATMEL AT91 SERIAL DRIVER
9024M:	Richard Genoud <richard.genoud@gmail.com>
9025S:	Maintained
9026F:	drivers/tty/serial/atmel_serial.c
9027F:	drivers/tty/serial/atmel_serial.h
9028
9029MICROCHIP / ATMEL DMA DRIVER
9030M:	Ludovic Desroches <ludovic.desroches@microchip.com>
9031L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9032L:	dmaengine@vger.kernel.org
9033S:	Supported
9034F:	drivers/dma/at_hdmac.c
9035F:	drivers/dma/at_hdmac_regs.h
9036F:	include/linux/platform_data/dma-atmel.h
9037
9038MICROCHIP / ATMEL ECC DRIVER
9039M:	Tudor Ambarus <tudor.ambarus@microchip.com>
9040L:	linux-crypto@vger.kernel.org
9041S:	Maintained
9042F:	drivers/crypto/atmel-ecc.*
9043
9044MICROCHIP / ATMEL ISC DRIVER
9045M:	Songjun Wu <songjun.wu@microchip.com>
9046L:	linux-media@vger.kernel.org
9047S:	Supported
9048F:	drivers/media/platform/atmel/atmel-isc.c
9049F:	drivers/media/platform/atmel/atmel-isc-regs.h
9050F:	devicetree/bindings/media/atmel-isc.txt
9051
9052MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9053M:	Woojung Huh <Woojung.Huh@microchip.com>
9054M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9055L:	netdev@vger.kernel.org
9056S:	Maintained
9057F:	net/dsa/tag_ksz.c
9058F:	drivers/net/dsa/microchip/*
9059F:	include/linux/platform_data/microchip-ksz.h
9060F:	Documentation/devicetree/bindings/net/dsa/ksz.txt
9061
9062MICROCHIP USB251XB DRIVER
9063M:	Richard Leitner <richard.leitner@skidata.com>
9064L:	linux-usb@vger.kernel.org
9065S:	Maintained
9066F:	drivers/usb/misc/usb251xb.c
9067F:	Documentation/devicetree/bindings/usb/usb251xb.txt
9068
9069MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
9070M:	Don Brace <don.brace@microsemi.com>
9071L:	esc.storagedev@microsemi.com
9072L:	linux-scsi@vger.kernel.org
9073S:	Supported
9074F:	drivers/scsi/smartpqi/smartpqi*.[ch]
9075F:	drivers/scsi/smartpqi/Kconfig
9076F:	drivers/scsi/smartpqi/Makefile
9077F:	include/linux/cciss*.h
9078F:	include/uapi/linux/cciss*.h
9079F:	Documentation/scsi/smartpqi.txt
9080
9081MICROSOFT SURFACE PRO 3 BUTTON DRIVER
9082M:	Chen Yu <yu.c.chen@intel.com>
9083L:	platform-driver-x86@vger.kernel.org
9084S:	Supported
9085F:	drivers/platform/x86/surfacepro3_button.c
9086
9087MICROTEK X6 SCANNER
9088M:	Oliver Neukum <oliver@neukum.org>
9089S:	Maintained
9090F:	drivers/usb/image/microtek.*
9091
9092MIPS
9093M:	Ralf Baechle <ralf@linux-mips.org>
9094L:	linux-mips@linux-mips.org
9095W:	http://www.linux-mips.org/
9096T:	git git://git.linux-mips.org/pub/scm/ralf/linux.git
9097Q:	http://patchwork.linux-mips.org/project/linux-mips/list/
9098S:	Supported
9099F:	Documentation/devicetree/bindings/mips/
9100F:	Documentation/mips/
9101F:	arch/mips/
9102
9103MIPS BOSTON DEVELOPMENT BOARD
9104M:	Paul Burton <paul.burton@mips.com>
9105L:	linux-mips@linux-mips.org
9106S:	Maintained
9107F:	Documentation/devicetree/bindings/clock/img,boston-clock.txt
9108F:	arch/mips/boot/dts/img/boston.dts
9109F:	arch/mips/configs/generic/board-boston.config
9110F:	drivers/clk/imgtec/clk-boston.c
9111F:	include/dt-bindings/clock/boston-clock.h
9112
9113MIPS GENERIC PLATFORM
9114M:	Paul Burton <paul.burton@mips.com>
9115L:	linux-mips@linux-mips.org
9116S:	Supported
9117F:	arch/mips/generic/
9118F:	arch/mips/tools/generic-board-config.sh
9119
9120MIPS/LOONGSON1 ARCHITECTURE
9121M:	Keguang Zhang <keguang.zhang@gmail.com>
9122L:	linux-mips@linux-mips.org
9123S:	Maintained
9124F:	arch/mips/loongson32/
9125F:	arch/mips/include/asm/mach-loongson32/
9126F:	drivers/*/*loongson1*
9127F:	drivers/*/*/*loongson1*
9128
9129MIPS RINT INSTRUCTION EMULATION
9130M:	Aleksandar Markovic <aleksandar.markovic@mips.com>
9131L:	linux-mips@linux-mips.org
9132S:	Supported
9133F:	arch/mips/math-emu/sp_rint.c
9134F:	arch/mips/math-emu/dp_rint.c
9135
9136MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
9137M:	Hans Verkuil <hverkuil@xs4all.nl>
9138L:	linux-media@vger.kernel.org
9139T:	git git://linuxtv.org/media_tree.git
9140W:	https://linuxtv.org
9141S:	Odd Fixes
9142F:	drivers/media/radio/radio-miropcm20*
9143
9144MMP SUPPORT
9145M:	Eric Miao <eric.y.miao@gmail.com>
9146M:	Haojian Zhuang <haojian.zhuang@gmail.com>
9147L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9148T:	git git://github.com/hzhuang1/linux.git
9149T:	git git://git.linaro.org/people/ycmiao/pxa-linux.git
9150S:	Maintained
9151F:	arch/arm/boot/dts/mmp*
9152F:	arch/arm/mach-mmp/
9153
9154MN88472 MEDIA DRIVER
9155M:	Antti Palosaari <crope@iki.fi>
9156L:	linux-media@vger.kernel.org
9157W:	https://linuxtv.org
9158W:	http://palosaari.fi/linux/
9159Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9160S:	Maintained
9161F:	drivers/media/dvb-frontends/mn88472*
9162
9163MN88473 MEDIA DRIVER
9164M:	Antti Palosaari <crope@iki.fi>
9165L:	linux-media@vger.kernel.org
9166W:	https://linuxtv.org
9167W:	http://palosaari.fi/linux/
9168Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9169S:	Maintained
9170F:	drivers/media/dvb-frontends/mn88473*
9171
9172MODULE SUPPORT
9173M:	Jessica Yu <jeyu@kernel.org>
9174M:	Rusty Russell <rusty@rustcorp.com.au>
9175T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
9176S:	Maintained
9177F:	include/linux/module.h
9178F:	kernel/module.c
9179
9180MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
9181W:	http://popies.net/meye/
9182S:	Orphan
9183F:	Documentation/media/v4l-drivers/meye*
9184F:	drivers/media/pci/meye/
9185F:	include/uapi/linux/meye.h
9186
9187MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
9188M:	Jiri Slaby <jirislaby@gmail.com>
9189S:	Maintained
9190F:	Documentation/serial/moxa-smartio
9191F:	drivers/tty/mxser.*
9192
9193MR800 AVERMEDIA USB FM RADIO DRIVER
9194M:	Alexey Klimov <klimov.linux@gmail.com>
9195L:	linux-media@vger.kernel.org
9196T:	git git://linuxtv.org/media_tree.git
9197S:	Maintained
9198F:	drivers/media/radio/radio-mr800.c
9199
9200MRF24J40 IEEE 802.15.4 RADIO DRIVER
9201M:	Alan Ott <alan@signal11.us>
9202L:	linux-wpan@vger.kernel.org
9203S:	Maintained
9204F:	drivers/net/ieee802154/mrf24j40.c
9205F:	Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9206
9207MSI LAPTOP SUPPORT
9208M:	"Lee, Chun-Yi" <jlee@suse.com>
9209L:	platform-driver-x86@vger.kernel.org
9210S:	Maintained
9211F:	drivers/platform/x86/msi-laptop.c
9212
9213MSI WMI SUPPORT
9214L:	platform-driver-x86@vger.kernel.org
9215S:	Orphan
9216F:	drivers/platform/x86/msi-wmi.c
9217
9218MSI001 MEDIA DRIVER
9219M:	Antti Palosaari <crope@iki.fi>
9220L:	linux-media@vger.kernel.org
9221W:	https://linuxtv.org
9222W:	http://palosaari.fi/linux/
9223Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9224T:	git git://linuxtv.org/anttip/media_tree.git
9225S:	Maintained
9226F:	drivers/media/tuners/msi001*
9227
9228MSI2500 MEDIA DRIVER
9229M:	Antti Palosaari <crope@iki.fi>
9230L:	linux-media@vger.kernel.org
9231W:	https://linuxtv.org
9232W:	http://palosaari.fi/linux/
9233Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9234T:	git git://linuxtv.org/anttip/media_tree.git
9235S:	Maintained
9236F:	drivers/media/usb/msi2500/
9237
9238MSYSTEMS DISKONCHIP G3 MTD DRIVER
9239M:	Robert Jarzmik <robert.jarzmik@free.fr>
9240L:	linux-mtd@lists.infradead.org
9241S:	Maintained
9242F:	drivers/mtd/devices/docg3*
9243
9244MT9M032 APTINA SENSOR DRIVER
9245M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9246L:	linux-media@vger.kernel.org
9247T:	git git://linuxtv.org/media_tree.git
9248S:	Maintained
9249F:	drivers/media/i2c/mt9m032.c
9250F:	include/media/i2c/mt9m032.h
9251
9252MT9P031 APTINA CAMERA SENSOR
9253M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9254L:	linux-media@vger.kernel.org
9255T:	git git://linuxtv.org/media_tree.git
9256S:	Maintained
9257F:	drivers/media/i2c/mt9p031.c
9258F:	include/media/i2c/mt9p031.h
9259
9260MT9T001 APTINA CAMERA SENSOR
9261M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9262L:	linux-media@vger.kernel.org
9263T:	git git://linuxtv.org/media_tree.git
9264S:	Maintained
9265F:	drivers/media/i2c/mt9t001.c
9266F:	include/media/i2c/mt9t001.h
9267
9268MT9V032 APTINA CAMERA SENSOR
9269M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9270L:	linux-media@vger.kernel.org
9271T:	git git://linuxtv.org/media_tree.git
9272S:	Maintained
9273F:	Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9274F:	drivers/media/i2c/mt9v032.c
9275F:	include/media/i2c/mt9v032.h
9276
9277MULTIFUNCTION DEVICES (MFD)
9278M:	Lee Jones <lee.jones@linaro.org>
9279T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9280S:	Supported
9281F:	Documentation/devicetree/bindings/mfd/
9282F:	drivers/mfd/
9283F:	include/linux/mfd/
9284F:	include/dt-bindings/mfd/
9285
9286MULTIMEDIA CARD (MMC) ETC. OVER SPI
9287S:	Orphan
9288F:	drivers/mmc/host/mmc_spi.c
9289F:	include/linux/spi/mmc_spi.h
9290
9291MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9292M:	Ulf Hansson <ulf.hansson@linaro.org>
9293L:	linux-mmc@vger.kernel.org
9294T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9295S:	Maintained
9296F:	Documentation/devicetree/bindings/mmc/
9297F:	drivers/mmc/
9298F:	include/linux/mmc/
9299F:	include/uapi/linux/mmc/
9300
9301MULTIPLEXER SUBSYSTEM
9302M:	Peter Rosin <peda@axentia.se>
9303S:	Maintained
9304F:	Documentation/ABI/testing/mux/sysfs-class-mux*
9305F:	Documentation/devicetree/bindings/mux/
9306F:	include/linux/dt-bindings/mux/
9307F:	include/linux/mux/
9308F:	drivers/mux/
9309
9310MULTITECH MULTIPORT CARD (ISICOM)
9311S:	Orphan
9312F:	drivers/tty/isicom.c
9313F:	include/linux/isicom.h
9314
9315MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9316M:	Bin Liu <b-liu@ti.com>
9317L:	linux-usb@vger.kernel.org
9318S:	Maintained
9319F:	drivers/usb/musb/
9320
9321MXL5007T MEDIA DRIVER
9322M:	Michael Krufky <mkrufky@linuxtv.org>
9323L:	linux-media@vger.kernel.org
9324W:	https://linuxtv.org
9325W:	http://github.com/mkrufky
9326Q:	http://patchwork.linuxtv.org/project/linux-media/list/
9327T:	git git://linuxtv.org/mkrufky/tuners.git
9328S:	Maintained
9329F:	drivers/media/tuners/mxl5007t.*
9330
9331MXSFB DRM DRIVER
9332M:	Marek Vasut <marex@denx.de>
9333S:	Supported
9334F:	drivers/gpu/drm/mxsfb/
9335F:	Documentation/devicetree/bindings/display/mxsfb-drm.txt
9336
9337MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9338M:	Chris Lee <christopher.lee@cspi.com>
9339L:	netdev@vger.kernel.org
9340W:	https://www.cspi.com/ethernet-products/support/downloads/
9341S:	Supported
9342F:	drivers/net/ethernet/myricom/myri10ge/
9343
9344NAND FLASH SUBSYSTEM
9345M:	Boris Brezillon <boris.brezillon@free-electrons.com>
9346R:	Richard Weinberger <richard@nod.at>
9347L:	linux-mtd@lists.infradead.org
9348W:	http://www.linux-mtd.infradead.org/
9349Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
9350T:	git git://git.infradead.org/linux-mtd.git nand/fixes
9351T:	git git://git.infradead.org/l2-mtd.git nand/next
9352S:	Maintained
9353F:	drivers/mtd/nand/
9354F:	include/linux/mtd/*nand*.h
9355
9356NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9357M:	Daniel Mack <zonque@gmail.com>
9358S:	Maintained
9359L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9360W:	http://www.native-instruments.com
9361F:	sound/usb/caiaq/
9362
9363NATSEMI ETHERNET DRIVER (DP8381x)
9364S:	Orphan
9365F:	drivers/net/ethernet/natsemi/natsemi.c
9366
9367NCP FILESYSTEM
9368M:	Petr Vandrovec <petr@vandrovec.name>
9369S:	Odd Fixes
9370F:	drivers/staging/ncpfs/
9371
9372NCR 5380 SCSI DRIVERS
9373M:	Finn Thain <fthain@telegraphics.com.au>
9374M:	Michael Schmitz <schmitzmic@gmail.com>
9375L:	linux-scsi@vger.kernel.org
9376S:	Maintained
9377F:	Documentation/scsi/g_NCR5380.txt
9378F:	drivers/scsi/NCR5380.*
9379F:	drivers/scsi/arm/cumana_1.c
9380F:	drivers/scsi/arm/oak.c
9381F:	drivers/scsi/atari_scsi.*
9382F:	drivers/scsi/dmx3191d.c
9383F:	drivers/scsi/g_NCR5380.*
9384F:	drivers/scsi/mac_scsi.*
9385F:	drivers/scsi/sun3_scsi.*
9386F:	drivers/scsi/sun3_scsi_vme.c
9387
9388NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9389M:	"James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9390L:	linux-scsi@vger.kernel.org
9391S:	Maintained
9392F:	drivers/scsi/NCR_D700.*
9393
9394NCT6775 HARDWARE MONITOR DRIVER
9395M:	Guenter Roeck <linux@roeck-us.net>
9396L:	linux-hwmon@vger.kernel.org
9397S:	Maintained
9398F:	Documentation/hwmon/nct6775
9399F:	drivers/hwmon/nct6775.c
9400
9401NETEFFECT IWARP RNIC DRIVER (IW_NES)
9402M:	Faisal Latif <faisal.latif@intel.com>
9403L:	linux-rdma@vger.kernel.org
9404W:	http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9405S:	Supported
9406F:	drivers/infiniband/hw/nes/
9407F:	include/uapi/rdma/nes-abi.h
9408
9409NETEM NETWORK EMULATOR
9410M:	Stephen Hemminger <stephen@networkplumber.org>
9411L:	netem@lists.linux-foundation.org (moderated for non-subscribers)
9412S:	Maintained
9413F:	net/sched/sch_netem.c
9414
9415NETERION 10GbE DRIVERS (s2io/vxge)
9416M:	Jon Mason <jdmason@kudzu.us>
9417L:	netdev@vger.kernel.org
9418S:	Supported
9419F:	Documentation/networking/s2io.txt
9420F:	Documentation/networking/vxge.txt
9421F:	drivers/net/ethernet/neterion/
9422
9423NETFILTER
9424M:	Pablo Neira Ayuso <pablo@netfilter.org>
9425M:	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9426M:	Florian Westphal <fw@strlen.de>
9427L:	netfilter-devel@vger.kernel.org
9428L:	coreteam@netfilter.org
9429W:	http://www.netfilter.org/
9430W:	http://www.iptables.org/
9431W:	http://www.nftables.org/
9432Q:	http://patchwork.ozlabs.org/project/netfilter-devel/list/
9433T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9434T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9435S:	Maintained
9436F:	include/linux/netfilter*
9437F:	include/linux/netfilter/
9438F:	include/net/netfilter/
9439F:	include/uapi/linux/netfilter*
9440F:	include/uapi/linux/netfilter/
9441F:	net/*/netfilter.c
9442F:	net/*/netfilter/
9443F:	net/netfilter/
9444F:	net/bridge/br_netfilter*.c
9445
9446NETROM NETWORK LAYER
9447M:	Ralf Baechle <ralf@linux-mips.org>
9448L:	linux-hams@vger.kernel.org
9449W:	http://www.linux-ax25.org/
9450S:	Maintained
9451F:	include/net/netrom.h
9452F:	include/uapi/linux/netrom.h
9453F:	net/netrom/
9454
9455NETRONOME ETHERNET DRIVERS
9456M:	Jakub Kicinski <jakub.kicinski@netronome.com>
9457L:	oss-drivers@netronome.com
9458S:	Maintained
9459F:	drivers/net/ethernet/netronome/
9460
9461NETWORK BLOCK DEVICE (NBD)
9462M:	Josef Bacik <jbacik@fb.com>
9463S:	Maintained
9464L:	linux-block@vger.kernel.org
9465L:	nbd@other.debian.org
9466F:	Documentation/blockdev/nbd.txt
9467F:	drivers/block/nbd.c
9468F:	include/uapi/linux/nbd.h
9469
9470NETWORK DROP MONITOR
9471M:	Neil Horman <nhorman@tuxdriver.com>
9472L:	netdev@vger.kernel.org
9473S:	Maintained
9474W:	https://fedorahosted.org/dropwatch/
9475F:	net/core/drop_monitor.c
9476
9477NETWORKING DRIVERS
9478L:	netdev@vger.kernel.org
9479W:	http://www.linuxfoundation.org/en/Net
9480Q:	http://patchwork.ozlabs.org/project/netdev/list/
9481T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9482T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9483S:	Odd Fixes
9484F:	Documentation/devicetree/bindings/net/
9485F:	drivers/net/
9486F:	include/linux/if_*
9487F:	include/linux/netdevice.h
9488F:	include/linux/etherdevice.h
9489F:	include/linux/fcdevice.h
9490F:	include/linux/fddidevice.h
9491F:	include/linux/hippidevice.h
9492F:	include/linux/inetdevice.h
9493F:	include/uapi/linux/if_*
9494F:	include/uapi/linux/netdevice.h
9495
9496NETWORKING DRIVERS (WIRELESS)
9497M:	Kalle Valo <kvalo@codeaurora.org>
9498L:	linux-wireless@vger.kernel.org
9499Q:	http://patchwork.kernel.org/project/linux-wireless/list/
9500T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9501T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9502S:	Maintained
9503F:	Documentation/devicetree/bindings/net/wireless/
9504F:	drivers/net/wireless/
9505
9506NETWORKING [DSA]
9507M:	Andrew Lunn <andrew@lunn.ch>
9508M:	Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9509M:	Florian Fainelli <f.fainelli@gmail.com>
9510S:	Maintained
9511F:	net/dsa/
9512F:	include/net/dsa.h
9513F:	include/linux/dsa/
9514F:	drivers/net/dsa/
9515
9516NETWORKING [GENERAL]
9517M:	"David S. Miller" <davem@davemloft.net>
9518L:	netdev@vger.kernel.org
9519W:	http://www.linuxfoundation.org/en/Net
9520Q:	http://patchwork.ozlabs.org/project/netdev/list/
9521T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9522T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9523B:	mailto:netdev@vger.kernel.org
9524S:	Maintained
9525F:	net/
9526F:	include/net/
9527F:	include/linux/in.h
9528F:	include/linux/net.h
9529F:	include/linux/netdevice.h
9530F:	include/uapi/linux/in.h
9531F:	include/uapi/linux/net.h
9532F:	include/uapi/linux/netdevice.h
9533F:	include/uapi/linux/net_namespace.h
9534F:	tools/testing/selftests/net/
9535F:	lib/net_utils.c
9536F:	lib/random32.c
9537
9538NETWORKING [IPSEC]
9539M:	Steffen Klassert <steffen.klassert@secunet.com>
9540M:	Herbert Xu <herbert@gondor.apana.org.au>
9541M:	"David S. Miller" <davem@davemloft.net>
9542L:	netdev@vger.kernel.org
9543T:	git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9544T:	git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9545S:	Maintained
9546F:	net/core/flow.c
9547F:	net/xfrm/
9548F:	net/key/
9549F:	net/ipv4/xfrm*
9550F:	net/ipv4/esp4*
9551F:	net/ipv4/ah4.c
9552F:	net/ipv4/ipcomp.c
9553F:	net/ipv4/ip_vti.c
9554F:	net/ipv6/xfrm*
9555F:	net/ipv6/esp6*
9556F:	net/ipv6/ah6.c
9557F:	net/ipv6/ipcomp6.c
9558F:	net/ipv6/ip6_vti.c
9559F:	include/uapi/linux/xfrm.h
9560F:	include/net/xfrm.h
9561
9562NETWORKING [IPv4/IPv6]
9563M:	"David S. Miller" <davem@davemloft.net>
9564M:	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9565M:	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9566L:	netdev@vger.kernel.org
9567T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9568S:	Maintained
9569F:	net/ipv4/
9570F:	net/ipv6/
9571F:	include/net/ip*
9572F:	arch/x86/net/*
9573
9574NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
9575M:	Paul Moore <paul@paul-moore.com>
9576W:	https://github.com/netlabel
9577L:	netdev@vger.kernel.org
9578L:	linux-security-module@vger.kernel.org
9579S:	Maintained
9580F:	Documentation/netlabel/
9581F:	include/net/calipso.h
9582F:	include/net/cipso_ipv4.h
9583F:	include/net/netlabel.h
9584F:	include/uapi/linux/netfilter/xt_SECMARK.h
9585F:	include/uapi/linux/netfilter/xt_CONNSECMARK.h
9586F:	net/netlabel/
9587F:	net/ipv4/cipso_ipv4.c
9588F:	net/ipv6/calipso.c
9589F:	net/netfilter/xt_CONNSECMARK.c
9590F:	net/netfilter/xt_SECMARK.c
9591
9592NETWORKING [TLS]
9593M:	Ilya Lesokhin <ilyal@mellanox.com>
9594M:	Aviad Yehezkel <aviadye@mellanox.com>
9595M:	Dave Watson <davejwatson@fb.com>
9596L:	netdev@vger.kernel.org
9597S:	Maintained
9598F:	net/tls/*
9599F:	include/uapi/linux/tls.h
9600F:	include/net/tls.h
9601
9602NETWORKING [WIRELESS]
9603L:	linux-wireless@vger.kernel.org
9604Q:	http://patchwork.kernel.org/project/linux-wireless/list/
9605
9606NETXEN (1/10) GbE SUPPORT
9607M:	Manish Chopra <manish.chopra@cavium.com>
9608M:	Rahul Verma <rahul.verma@cavium.com>
9609M:	Dept-GELinuxNICDev@cavium.com
9610L:	netdev@vger.kernel.org
9611S:	Supported
9612F:	drivers/net/ethernet/qlogic/netxen/
9613
9614NFC SUBSYSTEM
9615M:	Samuel Ortiz <sameo@linux.intel.com>
9616L:	linux-wireless@vger.kernel.org
9617L:	linux-nfc@lists.01.org (subscribers-only)
9618S:	Supported
9619F:	net/nfc/
9620F:	include/net/nfc/
9621F:	include/uapi/linux/nfc.h
9622F:	drivers/nfc/
9623F:	include/linux/platform_data/nfcmrvl.h
9624F:	include/linux/platform_data/nxp-nci.h
9625F:	Documentation/devicetree/bindings/net/nfc/
9626
9627NFS, SUNRPC, AND LOCKD CLIENTS
9628M:	Trond Myklebust <trond.myklebust@primarydata.com>
9629M:	Anna Schumaker <anna.schumaker@netapp.com>
9630L:	linux-nfs@vger.kernel.org
9631W:	http://client.linux-nfs.org
9632T:	git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9633S:	Maintained
9634F:	fs/lockd/
9635F:	fs/nfs/
9636F:	fs/nfs_common/
9637F:	net/sunrpc/
9638F:	include/linux/lockd/
9639F:	include/linux/nfs*
9640F:	include/linux/sunrpc/
9641F:	include/uapi/linux/nfs*
9642F:	include/uapi/linux/sunrpc/
9643
9644NILFS2 FILESYSTEM
9645M:	Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9646L:	linux-nilfs@vger.kernel.org
9647W:	http://nilfs.sourceforge.net/
9648W:	http://nilfs.osdn.jp/
9649T:	git git://github.com/konis/nilfs2.git
9650S:	Supported
9651F:	Documentation/filesystems/nilfs2.txt
9652F:	fs/nilfs2/
9653F:	include/trace/events/nilfs2.h
9654F:	include/uapi/linux/nilfs2_api.h
9655F:	include/uapi/linux/nilfs2_ondisk.h
9656
9657NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9658M:	YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9659W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9660S:	Maintained
9661F:	Documentation/scsi/NinjaSCSI.txt
9662F:	drivers/scsi/pcmcia/nsp_*
9663
9664NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9665M:	GOTO Masanori <gotom@debian.or.jp>
9666M:	YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9667W:	http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9668S:	Maintained
9669F:	Documentation/scsi/NinjaSCSI.txt
9670F:	drivers/scsi/nsp32*
9671
9672NIOS2 ARCHITECTURE
9673M:	Ley Foon Tan <lftan@altera.com>
9674L:	nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9675T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9676S:	Maintained
9677F:	arch/nios2/
9678
9679NOHZ, DYNTICKS SUPPORT
9680M:	Frederic Weisbecker <fweisbec@gmail.com>
9681M:	Thomas Gleixner <tglx@linutronix.de>
9682M:	Ingo Molnar <mingo@kernel.org>
9683L:	linux-kernel@vger.kernel.org
9684T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9685S:	Maintained
9686F:	kernel/time/tick*.*
9687F:	include/linux/tick.h
9688F:	include/linux/sched/nohz.h
9689
9690NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9691M:	Pavel Machek <pavel@ucw.cz>
9692M:	Sakari Ailus <sakari.ailus@iki.fi>
9693L:	linux-media@vger.kernel.org
9694S:	Maintained
9695F:	drivers/media/i2c/et8ek8
9696F:	drivers/media/i2c/ad5820.c
9697
9698NOKIA N900 POWER SUPPLY DRIVERS
9699R:	Pali Rohár <pali.rohar@gmail.com>
9700F:	include/linux/power/bq2415x_charger.h
9701F:	include/linux/power/bq27xxx_battery.h
9702F:	include/linux/power/isp1704_charger.h
9703F:	drivers/power/supply/bq2415x_charger.c
9704F:	drivers/power/supply/bq27xxx_battery.c
9705F:	drivers/power/supply/bq27xxx_battery_i2c.c
9706F:	drivers/power/supply/isp1704_charger.c
9707F:	drivers/power/supply/rx51_battery.c
9708
9709NTB AMD DRIVER
9710M:	Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9711L:	linux-ntb@googlegroups.com
9712S:	Supported
9713F:	drivers/ntb/hw/amd/
9714
9715NTB DRIVER CORE
9716M:	Jon Mason <jdmason@kudzu.us>
9717M:	Dave Jiang <dave.jiang@intel.com>
9718M:	Allen Hubbe <Allen.Hubbe@emc.com>
9719L:	linux-ntb@googlegroups.com
9720S:	Supported
9721W:	https://github.com/jonmason/ntb/wiki
9722T:	git git://github.com/jonmason/ntb.git
9723F:	drivers/ntb/
9724F:	drivers/net/ntb_netdev.c
9725F:	include/linux/ntb.h
9726F:	include/linux/ntb_transport.h
9727F:	tools/testing/selftests/ntb/
9728
9729NTB IDT DRIVER
9730M:	Serge Semin <fancer.lancer@gmail.com>
9731L:	linux-ntb@googlegroups.com
9732S:	Supported
9733F:	drivers/ntb/hw/idt/
9734
9735NTB INTEL DRIVER
9736M:	Dave Jiang <dave.jiang@intel.com>
9737L:	linux-ntb@googlegroups.com
9738S:	Supported
9739W:	https://github.com/davejiang/linux/wiki
9740T:	git https://github.com/davejiang/linux.git
9741F:	drivers/ntb/hw/intel/
9742
9743NTFS FILESYSTEM
9744M:	Anton Altaparmakov <anton@tuxera.com>
9745L:	linux-ntfs-dev@lists.sourceforge.net
9746W:	http://www.tuxera.com/
9747T:	git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9748S:	Supported
9749F:	Documentation/filesystems/ntfs.txt
9750F:	fs/ntfs/
9751
9752NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9753M:	Antonino Daplas <adaplas@gmail.com>
9754L:	linux-fbdev@vger.kernel.org
9755S:	Maintained
9756F:	drivers/video/fbdev/riva/
9757F:	drivers/video/fbdev/nvidia/
9758
9759NVM EXPRESS DRIVER
9760M:	Keith Busch <keith.busch@intel.com>
9761M:	Jens Axboe <axboe@fb.com>
9762M:	Christoph Hellwig <hch@lst.de>
9763M:	Sagi Grimberg <sagi@grimberg.me>
9764L:	linux-nvme@lists.infradead.org
9765T:	git://git.infradead.org/nvme.git
9766W:	http://git.infradead.org/nvme.git
9767S:	Supported
9768F:	drivers/nvme/host/
9769F:	include/linux/nvme.h
9770F:	include/uapi/linux/nvme_ioctl.h
9771
9772NVM EXPRESS FC TRANSPORT DRIVERS
9773M:	James Smart <james.smart@broadcom.com>
9774L:	linux-nvme@lists.infradead.org
9775S:	Supported
9776F:	include/linux/nvme-fc.h
9777F:	include/linux/nvme-fc-driver.h
9778F:	drivers/nvme/host/fc.c
9779F:	drivers/nvme/target/fc.c
9780F:	drivers/nvme/target/fcloop.c
9781
9782NVM EXPRESS TARGET DRIVER
9783M:	Christoph Hellwig <hch@lst.de>
9784M:	Sagi Grimberg <sagi@grimberg.me>
9785L:	linux-nvme@lists.infradead.org
9786T:	git://git.infradead.org/nvme.git
9787W:	http://git.infradead.org/nvme.git
9788S:	Supported
9789F:	drivers/nvme/target/
9790
9791NVMEM FRAMEWORK
9792M:	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9793S:	Maintained
9794F:	drivers/nvmem/
9795F:	Documentation/devicetree/bindings/nvmem/
9796F:	Documentation/ABI/stable/sysfs-bus-nvmem
9797F:	include/linux/nvmem-consumer.h
9798F:	include/linux/nvmem-provider.h
9799
9800NXP TDA998X DRM DRIVER
9801M:	Russell King <linux@armlinux.org.uk>
9802S:	Supported
9803T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9804T:	git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9805F:	drivers/gpu/drm/i2c/tda998x_drv.c
9806F:	include/drm/i2c/tda998x.h
9807
9808NXP TFA9879 DRIVER
9809M:	Peter Rosin <peda@axentia.se>
9810L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9811S:	Maintained
9812F:	sound/soc/codecs/tfa9879*
9813
9814NXP-NCI NFC DRIVER
9815M:	Clément Perrochaud <clement.perrochaud@effinnov.com>
9816R:	Charles Gorand <charles.gorand@effinnov.com>
9817L:	linux-nfc@lists.01.org (moderated for non-subscribers)
9818S:	Supported
9819F:	drivers/nfc/nxp-nci
9820
9821OBJTOOL
9822M:	Josh Poimboeuf <jpoimboe@redhat.com>
9823S:	Supported
9824F:	tools/objtool/
9825
9826OMAP AUDIO SUPPORT
9827M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
9828M:	Jarkko Nikula <jarkko.nikula@bitmer.com>
9829L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
9830L:	linux-omap@vger.kernel.org
9831S:	Maintained
9832F:	sound/soc/omap/
9833
9834OMAP CLOCK FRAMEWORK SUPPORT
9835M:	Paul Walmsley <paul@pwsan.com>
9836L:	linux-omap@vger.kernel.org
9837S:	Maintained
9838F:	arch/arm/*omap*/*clock*
9839
9840OMAP DEVICE TREE SUPPORT
9841M:	Benoît Cousson <bcousson@baylibre.com>
9842M:	Tony Lindgren <tony@atomide.com>
9843L:	linux-omap@vger.kernel.org
9844L:	devicetree@vger.kernel.org
9845S:	Maintained
9846F:	arch/arm/boot/dts/*omap*
9847F:	arch/arm/boot/dts/*am3*
9848F:	arch/arm/boot/dts/*am4*
9849F:	arch/arm/boot/dts/*am5*
9850F:	arch/arm/boot/dts/*dra7*
9851
9852OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9853M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
9854L:	linux-omap@vger.kernel.org
9855L:	linux-fbdev@vger.kernel.org
9856S:	Maintained
9857F:	drivers/video/fbdev/omap2/
9858F:	Documentation/arm/OMAP/DSS
9859
9860OMAP FRAMEBUFFER SUPPORT
9861M:	Tomi Valkeinen <tomi.valkeinen@ti.com>
9862L:	linux-fbdev@vger.kernel.org
9863L:	linux-omap@vger.kernel.org
9864S:	Maintained
9865F:	drivers/video/fbdev/omap/
9866
9867OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9868M:	Roger Quadros <rogerq@ti.com>
9869M:	Tony Lindgren <tony@atomide.com>
9870L:	linux-omap@vger.kernel.org
9871S:	Maintained
9872F:	drivers/memory/omap-gpmc.c
9873F:	arch/arm/mach-omap2/*gpmc*
9874
9875OMAP GPIO DRIVER
9876M:	Grygorii Strashko <grygorii.strashko@ti.com>
9877M:	Santosh Shilimkar <ssantosh@kernel.org>
9878M:	Kevin Hilman <khilman@kernel.org>
9879L:	linux-omap@vger.kernel.org
9880S:	Maintained
9881F:	Documentation/devicetree/bindings/gpio/gpio-omap.txt
9882F:	drivers/gpio/gpio-omap.c
9883
9884OMAP HARDWARE SPINLOCK SUPPORT
9885M:	Ohad Ben-Cohen <ohad@wizery.com>
9886L:	linux-omap@vger.kernel.org
9887S:	Maintained
9888F:	drivers/hwspinlock/omap_hwspinlock.c
9889
9890OMAP HS MMC SUPPORT
9891L:	linux-mmc@vger.kernel.org
9892L:	linux-omap@vger.kernel.org
9893S:	Orphan
9894F:	drivers/mmc/host/omap_hsmmc.c
9895
9896OMAP HWMOD DATA
9897M:	Paul Walmsley <paul@pwsan.com>
9898L:	linux-omap@vger.kernel.org
9899S:	Maintained
9900F:	arch/arm/mach-omap2/omap_hwmod*data*
9901
9902OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9903M:	Benoît Cousson <bcousson@baylibre.com>
9904L:	linux-omap@vger.kernel.org
9905S:	Maintained
9906F:	arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9907
9908OMAP HWMOD SUPPORT
9909M:	Benoît Cousson <bcousson@baylibre.com>
9910M:	Paul Walmsley <paul@pwsan.com>
9911L:	linux-omap@vger.kernel.org
9912S:	Maintained
9913F:	arch/arm/mach-omap2/omap_hwmod.*
9914
9915OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9916M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9917L:	linux-media@vger.kernel.org
9918S:	Maintained
9919F:	Documentation/devicetree/bindings/media/ti,omap3isp.txt
9920F:	drivers/media/platform/omap3isp/
9921F:	drivers/staging/media/omap4iss/
9922
9923OMAP MMC SUPPORT
9924M:	Jarkko Lavinen <jarkko.lavinen@nokia.com>
9925L:	linux-omap@vger.kernel.org
9926S:	Maintained
9927F:	drivers/mmc/host/omap.c
9928
9929OMAP POWER MANAGEMENT SUPPORT
9930M:	Kevin Hilman <khilman@kernel.org>
9931L:	linux-omap@vger.kernel.org
9932S:	Maintained
9933F:	arch/arm/*omap*/*pm*
9934F:	drivers/cpufreq/omap-cpufreq.c
9935
9936OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9937M:	Rajendra Nayak <rnayak@codeaurora.org>
9938M:	Paul Walmsley <paul@pwsan.com>
9939L:	linux-omap@vger.kernel.org
9940S:	Maintained
9941F:	arch/arm/mach-omap2/prm*
9942
9943OMAP RANDOM NUMBER GENERATOR SUPPORT
9944M:	Deepak Saxena <dsaxena@plexity.net>
9945S:	Maintained
9946F:	drivers/char/hw_random/omap-rng.c
9947
9948OMAP USB SUPPORT
9949L:	linux-usb@vger.kernel.org
9950L:	linux-omap@vger.kernel.org
9951S:	Orphan
9952F:	drivers/usb/*/*omap*
9953F:	arch/arm/*omap*/usb*
9954
9955OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9956M:	Mark Jackson <mpfj@newflow.co.uk>
9957L:	linux-omap@vger.kernel.org
9958S:	Maintained
9959F:	arch/arm/boot/dts/am335x-nano.dts
9960
9961OMAP1 SUPPORT
9962M:	Aaro Koskinen <aaro.koskinen@iki.fi>
9963M:	Tony Lindgren <tony@atomide.com>
9964L:	linux-omap@vger.kernel.org
9965Q:	http://patchwork.kernel.org/project/linux-omap/list/
9966T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9967S:	Maintained
9968F:	arch/arm/mach-omap1/
9969F:	arch/arm/plat-omap/
9970F:	arch/arm/configs/omap1_defconfig
9971F:	drivers/i2c/busses/i2c-omap.c
9972F:	include/linux/i2c-omap.h
9973
9974OMAP2+ SUPPORT
9975M:	Tony Lindgren <tony@atomide.com>
9976L:	linux-omap@vger.kernel.org
9977W:	http://www.muru.com/linux/omap/
9978W:	http://linux.omap.com/
9979Q:	http://patchwork.kernel.org/project/linux-omap/list/
9980T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9981S:	Maintained
9982F:	arch/arm/mach-omap2/
9983F:	arch/arm/plat-omap/
9984F:	arch/arm/configs/omap2plus_defconfig
9985F:	drivers/i2c/busses/i2c-omap.c
9986F:	drivers/irqchip/irq-omap-intc.c
9987F:	drivers/mfd/*omap*.c
9988F:	drivers/mfd/menelaus.c
9989F:	drivers/mfd/palmas.c
9990F:	drivers/mfd/tps65217.c
9991F:	drivers/mfd/tps65218.c
9992F:	drivers/mfd/tps65910.c
9993F:	drivers/mfd/twl-core.[ch]
9994F:	drivers/mfd/twl4030*.c
9995F:	drivers/mfd/twl6030*.c
9996F:	drivers/mfd/twl6040*.c
9997F:	drivers/regulator/palmas-regulator*.c
9998F:	drivers/regulator/pbias-regulator.c
9999F:	drivers/regulator/tps65217-regulator.c
10000F:	drivers/regulator/tps65218-regulator.c
10001F:	drivers/regulator/tps65910-regulator.c
10002F:	drivers/regulator/twl-regulator.c
10003F:	drivers/regulator/twl6030-regulator.c
10004F:	include/linux/i2c-omap.h
10005
10006ONION OMEGA2+ BOARD
10007M:	Harvey Hunt <harveyhuntnexus@gmail.com>
10008L:	linux-mips@linux-mips.org
10009S:	Maintained
10010F:	arch/mips/boot/dts/ralink/omega2p.dts
10011
10012OMFS FILESYSTEM
10013M:	Bob Copeland <me@bobcopeland.com>
10014L:	linux-karma-devel@lists.sourceforge.net
10015S:	Maintained
10016F:	Documentation/filesystems/omfs.txt
10017F:	fs/omfs/
10018
10019OMNIKEY CARDMAN 4000 DRIVER
10020M:	Harald Welte <laforge@gnumonks.org>
10021S:	Maintained
10022F:	drivers/char/pcmcia/cm4000_cs.c
10023F:	include/linux/cm4000_cs.h
10024F:	include/uapi/linux/cm4000_cs.h
10025
10026OMNIKEY CARDMAN 4040 DRIVER
10027M:	Harald Welte <laforge@gnumonks.org>
10028S:	Maintained
10029F:	drivers/char/pcmcia/cm4040_cs.*
10030
10031OMNIVISION OV13858 SENSOR DRIVER
10032M:	Sakari Ailus <sakari.ailus@linux.intel.com>
10033L:	linux-media@vger.kernel.org
10034T:	git git://linuxtv.org/media_tree.git
10035S:	Maintained
10036F:	drivers/media/i2c/ov13858.c
10037
10038OMNIVISION OV5640 SENSOR DRIVER
10039M:	Steve Longerbeam <slongerbeam@gmail.com>
10040L:	linux-media@vger.kernel.org
10041T:	git git://linuxtv.org/media_tree.git
10042S:	Maintained
10043F:	drivers/media/i2c/ov5640.c
10044
10045OMNIVISION OV5647 SENSOR DRIVER
10046M:	Luis Oliveira <lolivei@synopsys.com>
10047L:	linux-media@vger.kernel.org
10048T:	git git://linuxtv.org/media_tree.git
10049S:	Maintained
10050F:	drivers/media/i2c/ov5647.c
10051
10052OMNIVISION OV7670 SENSOR DRIVER
10053M:	Jonathan Corbet <corbet@lwn.net>
10054L:	linux-media@vger.kernel.org
10055T:	git git://linuxtv.org/media_tree.git
10056S:	Maintained
10057F:	drivers/media/i2c/ov7670.c
10058F:	Documentation/devicetree/bindings/media/i2c/ov7670.txt
10059
10060ONENAND FLASH DRIVER
10061M:	Kyungmin Park <kyungmin.park@samsung.com>
10062L:	linux-mtd@lists.infradead.org
10063S:	Maintained
10064F:	drivers/mtd/onenand/
10065F:	include/linux/mtd/onenand*.h
10066
10067ONSTREAM SCSI TAPE DRIVER
10068M:	Willem Riede <osst@riede.org>
10069L:	osst-users@lists.sourceforge.net
10070L:	linux-scsi@vger.kernel.org
10071S:	Maintained
10072F:	Documentation/scsi/osst.txt
10073F:	drivers/scsi/osst.*
10074F:	drivers/scsi/osst_*.h
10075F:	drivers/scsi/st.h
10076
10077OP-TEE DRIVER
10078M:	Jens Wiklander <jens.wiklander@linaro.org>
10079S:	Maintained
10080F:	drivers/tee/optee/
10081
10082OPA-VNIC DRIVER
10083M:	Dennis Dalessandro <dennis.dalessandro@intel.com>
10084M:	Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
10085L:	linux-rdma@vger.kernel.org
10086S:	Supported
10087F:	drivers/infiniband/ulp/opa_vnic
10088
10089OPEN FIRMWARE AND DEVICE TREE OVERLAYS
10090M:	Pantelis Antoniou <pantelis.antoniou@konsulko.com>
10091L:	devicetree@vger.kernel.org
10092S:	Maintained
10093F:	Documentation/devicetree/dynamic-resolution-notes.txt
10094F:	Documentation/devicetree/overlay-notes.txt
10095F:	drivers/of/overlay.c
10096F:	drivers/of/resolver.c
10097
10098OPEN FIRMWARE AND FLATTENED DEVICE TREE
10099M:	Rob Herring <robh+dt@kernel.org>
10100M:	Frank Rowand <frowand.list@gmail.com>
10101L:	devicetree@vger.kernel.org
10102W:	http://www.devicetree.org/
10103T:	git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10104S:	Maintained
10105F:	drivers/of/
10106F:	include/linux/of*.h
10107F:	scripts/dtc/
10108F:	Documentation/ABI/testing/sysfs-firmware-ofw
10109
10110OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
10111M:	Rob Herring <robh+dt@kernel.org>
10112M:	Mark Rutland <mark.rutland@arm.com>
10113L:	devicetree@vger.kernel.org
10114T:	git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10115Q:	http://patchwork.ozlabs.org/project/devicetree-bindings/list/
10116S:	Maintained
10117F:	Documentation/devicetree/
10118F:	arch/*/boot/dts/
10119F:	include/dt-bindings/
10120
10121OPENCORES I2C BUS DRIVER
10122M:	Peter Korsgaard <jacmet@sunsite.dk>
10123L:	linux-i2c@vger.kernel.org
10124S:	Maintained
10125F:	Documentation/i2c/busses/i2c-ocores
10126F:	drivers/i2c/busses/i2c-ocores.c
10127
10128OPENRISC ARCHITECTURE
10129M:	Jonas Bonn <jonas@southpole.se>
10130M:	Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
10131M:	Stafford Horne <shorne@gmail.com>
10132T:	git git://github.com/openrisc/linux.git
10133L:	openrisc@lists.librecores.org
10134W:	http://openrisc.io
10135S:	Maintained
10136F:	Documentation/devicetree/bindings/openrisc/
10137F:	Documentation/openrisc/
10138F:	arch/openrisc/
10139F:	drivers/irqchip/irq-ompic.c
10140F:	drivers/irqchip/irq-or1k-*
10141
10142OPENVSWITCH
10143M:	Pravin Shelar <pshelar@nicira.com>
10144L:	netdev@vger.kernel.org
10145L:	dev@openvswitch.org
10146W:	http://openvswitch.org
10147S:	Maintained
10148F:	net/openvswitch/
10149F:	include/uapi/linux/openvswitch.h
10150
10151OPERATING PERFORMANCE POINTS (OPP)
10152M:	Viresh Kumar <vireshk@kernel.org>
10153M:	Nishanth Menon <nm@ti.com>
10154M:	Stephen Boyd <sboyd@codeaurora.org>
10155L:	linux-pm@vger.kernel.org
10156S:	Maintained
10157T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
10158F:	drivers/opp/
10159F:	include/linux/pm_opp.h
10160F:	Documentation/power/opp.txt
10161F:	Documentation/devicetree/bindings/opp/
10162
10163OPL4 DRIVER
10164M:	Clemens Ladisch <clemens@ladisch.de>
10165L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
10166T:	git git://git.alsa-project.org/alsa-kernel.git
10167S:	Maintained
10168F:	sound/drivers/opl4/
10169
10170OPROFILE
10171M:	Robert Richter <rric@kernel.org>
10172L:	oprofile-list@lists.sf.net
10173S:	Maintained
10174F:	arch/*/include/asm/oprofile*.h
10175F:	arch/*/oprofile/
10176F:	drivers/oprofile/
10177F:	include/linux/oprofile.h
10178
10179ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
10180M:	Mark Fasheh <mfasheh@versity.com>
10181M:	Joel Becker <jlbec@evilplan.org>
10182L:	ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
10183W:	http://ocfs2.wiki.kernel.org
10184S:	Supported
10185F:	Documentation/filesystems/ocfs2.txt
10186F:	Documentation/filesystems/dlmfs.txt
10187F:	fs/ocfs2/
10188
10189ORANGEFS FILESYSTEM
10190M:	Mike Marshall <hubcap@omnibond.com>
10191L:	pvfs2-developers@beowulf-underground.org (subscribers-only)
10192T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
10193S:	Supported
10194F:	fs/orangefs/
10195F:	Documentation/filesystems/orangefs.txt
10196
10197ORINOCO DRIVER
10198L:	linux-wireless@vger.kernel.org
10199W:	http://wireless.kernel.org/en/users/Drivers/orinoco
10200W:	http://www.nongnu.org/orinoco/
10201S:	Orphan
10202F:	drivers/net/wireless/intersil/orinoco/
10203
10204OSD LIBRARY and FILESYSTEM
10205M:	Boaz Harrosh <ooo@electrozaur.com>
10206S:	Maintained
10207F:	drivers/scsi/osd/
10208F:	include/scsi/osd_*
10209F:	fs/exofs/
10210
10211OV2659 OMNIVISION SENSOR DRIVER
10212M:	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10213L:	linux-media@vger.kernel.org
10214W:	https://linuxtv.org
10215Q:	http://patchwork.linuxtv.org/project/linux-media/list/
10216T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10217S:	Maintained
10218F:	drivers/media/i2c/ov2659.c
10219F:	include/media/i2c/ov2659.h
10220
10221OVERLAY FILESYSTEM
10222M:	Miklos Szeredi <miklos@szeredi.hu>
10223L:	linux-unionfs@vger.kernel.org
10224T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
10225S:	Supported
10226F:	fs/overlayfs/
10227F:	Documentation/filesystems/overlayfs.txt
10228
10229P54 WIRELESS DRIVER
10230M:	Christian Lamparter <chunkeey@googlemail.com>
10231L:	linux-wireless@vger.kernel.org
10232W:	http://wireless.kernel.org/en/users/Drivers/p54
10233S:	Maintained
10234F:	drivers/net/wireless/intersil/p54/
10235
10236PA SEMI ETHERNET DRIVER
10237L:	netdev@vger.kernel.org
10238S:	Orphan
10239F:	drivers/net/ethernet/pasemi/*
10240
10241PA SEMI SMBUS DRIVER
10242L:	linux-i2c@vger.kernel.org
10243S:	Orphan
10244F:	drivers/i2c/busses/i2c-pasemi.c
10245
10246PADATA PARALLEL EXECUTION MECHANISM
10247M:	Steffen Klassert <steffen.klassert@secunet.com>
10248L:	linux-crypto@vger.kernel.org
10249S:	Maintained
10250F:	kernel/padata.c
10251F:	include/linux/padata.h
10252F:	Documentation/padata.txt
10253
10254PANASONIC LAPTOP ACPI EXTRAS DRIVER
10255M:	Harald Welte <laforge@gnumonks.org>
10256L:	platform-driver-x86@vger.kernel.org
10257S:	Maintained
10258F:	drivers/platform/x86/panasonic-laptop.c
10259
10260PANASONIC MN10300/AM33/AM34 PORT
10261M:	David Howells <dhowells@redhat.com>
10262L:	linux-am33-list@redhat.com (moderated for non-subscribers)
10263W:	ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
10264S:	Maintained
10265F:	Documentation/mn10300/
10266F:	arch/mn10300/
10267
10268PARALLEL LCD/KEYPAD PANEL DRIVER
10269M:	Willy Tarreau <willy@haproxy.com>
10270M:	Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
10271S:	Odd Fixes
10272F:	Documentation/misc-devices/lcd-panel-cgram.txt
10273F:	drivers/misc/panel.c
10274
10275PARALLEL PORT SUBSYSTEM
10276M:	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10277M:	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
10278L:	linux-parport@lists.infradead.org (subscribers-only)
10279S:	Maintained
10280F:	drivers/parport/
10281F:	include/linux/parport*.h
10282F:	drivers/char/ppdev.c
10283F:	include/uapi/linux/ppdev.h
10284F:	Documentation/parport*.txt
10285
10286PARAVIRT_OPS INTERFACE
10287M:	Juergen Gross <jgross@suse.com>
10288M:	Alok Kataria <akataria@vmware.com>
10289M:	Rusty Russell <rusty@rustcorp.com.au>
10290L:	virtualization@lists.linux-foundation.org
10291S:	Supported
10292F:	Documentation/virtual/paravirt_ops.txt
10293F:	arch/*/kernel/paravirt*
10294F:	arch/*/include/asm/paravirt*.h
10295F:	include/linux/hypervisor.h
10296
10297PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
10298M:	Tim Waugh <tim@cyberelk.net>
10299L:	linux-parport@lists.infradead.org (subscribers-only)
10300S:	Maintained
10301F:	Documentation/blockdev/paride.txt
10302F:	drivers/block/paride/
10303
10304PARISC ARCHITECTURE
10305M:	"James E.J. Bottomley" <jejb@parisc-linux.org>
10306M:	Helge Deller <deller@gmx.de>
10307L:	linux-parisc@vger.kernel.org
10308W:	http://www.parisc-linux.org/
10309Q:	http://patchwork.kernel.org/project/linux-parisc/list/
10310T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
10311T:	git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
10312S:	Maintained
10313F:	arch/parisc/
10314F:	Documentation/parisc/
10315F:	drivers/parisc/
10316F:	drivers/char/agp/parisc-agp.c
10317F:	drivers/input/serio/gscps2.c
10318F:	drivers/parport/parport_gsc.*
10319F:	drivers/tty/serial/8250/8250_gsc.c
10320F:	drivers/video/fbdev/sti*
10321F:	drivers/video/console/sti*
10322F:	drivers/video/logo/logo_parisc*
10323
10324PARMAN
10325M:	Jiri Pirko <jiri@mellanox.com>
10326L:	netdev@vger.kernel.org
10327S:	Supported
10328F:	lib/parman.c
10329F:	lib/test_parman.c
10330F:	include/linux/parman.h
10331
10332PC87360 HARDWARE MONITORING DRIVER
10333M:	Jim Cromie <jim.cromie@gmail.com>
10334L:	linux-hwmon@vger.kernel.org
10335S:	Maintained
10336F:	Documentation/hwmon/pc87360
10337F:	drivers/hwmon/pc87360.c
10338
10339PC8736x GPIO DRIVER
10340M:	Jim Cromie <jim.cromie@gmail.com>
10341S:	Maintained
10342F:	drivers/char/pc8736x_gpio.c
10343
10344PC87427 HARDWARE MONITORING DRIVER
10345M:	Jean Delvare <jdelvare@suse.com>
10346L:	linux-hwmon@vger.kernel.org
10347S:	Maintained
10348F:	Documentation/hwmon/pc87427
10349F:	drivers/hwmon/pc87427.c
10350
10351PCA9532 LED DRIVER
10352M:	Riku Voipio <riku.voipio@iki.fi>
10353S:	Maintained
10354F:	drivers/leds/leds-pca9532.c
10355F:	include/linux/leds-pca9532.h
10356
10357PCA9541 I2C BUS MASTER SELECTOR DRIVER
10358M:	Guenter Roeck <linux@roeck-us.net>
10359L:	linux-i2c@vger.kernel.org
10360S:	Maintained
10361F:	drivers/i2c/muxes/i2c-mux-pca9541.c
10362
10363PCDP - PRIMARY CONSOLE AND DEBUG PORT
10364M:	Khalid Aziz <khalid@gonehiking.org>
10365S:	Maintained
10366F:	drivers/firmware/pcdp.*
10367
10368PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10369M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10370L:	linux-pci@vger.kernel.org
10371L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10372S:	Maintained
10373F:	Documentation/devicetree/bindings/pci/aardvark-pci.txt
10374F:	drivers/pci/host/pci-aardvark.c
10375
10376PCI DRIVER FOR ALTERA PCIE IP
10377M:	Ley Foon Tan <lftan@altera.com>
10378L:	rfi@lists.rocketboards.org (moderated for non-subscribers)
10379L:	linux-pci@vger.kernel.org
10380S:	Supported
10381F:	Documentation/devicetree/bindings/pci/altera-pcie.txt
10382F:	drivers/pci/host/pcie-altera.c
10383
10384PCI DRIVER FOR APPLIEDMICRO XGENE
10385M:	Tanmay Inamdar <tinamdar@apm.com>
10386L:	linux-pci@vger.kernel.org
10387L:	linux-arm-kernel@lists.infradead.org
10388S:	Maintained
10389F:	Documentation/devicetree/bindings/pci/xgene-pci.txt
10390F:	drivers/pci/host/pci-xgene.c
10391
10392PCI DRIVER FOR ARM VERSATILE PLATFORM
10393M:	Rob Herring <robh@kernel.org>
10394L:	linux-pci@vger.kernel.org
10395L:	linux-arm-kernel@lists.infradead.org
10396S:	Maintained
10397F:	Documentation/devicetree/bindings/pci/versatile.txt
10398F:	drivers/pci/host/pci-versatile.c
10399
10400PCI DRIVER FOR ARMADA 8K
10401M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10402L:	linux-pci@vger.kernel.org
10403L:	linux-arm-kernel@lists.infradead.org
10404S:	Maintained
10405F:	Documentation/devicetree/bindings/pci/pci-armada8k.txt
10406F:	drivers/pci/dwc/pcie-armada8k.c
10407
10408PCI DRIVER FOR FREESCALE LAYERSCAPE
10409M:	Minghuan Lian <minghuan.Lian@freescale.com>
10410M:	Mingkai Hu <mingkai.hu@freescale.com>
10411M:	Roy Zang <tie-fei.zang@freescale.com>
10412L:	linuxppc-dev@lists.ozlabs.org
10413L:	linux-pci@vger.kernel.org
10414L:	linux-arm-kernel@lists.infradead.org
10415S:	Maintained
10416F:	drivers/pci/dwc/*layerscape*
10417
10418PCI DRIVER FOR GENERIC OF HOSTS
10419M:	Will Deacon <will.deacon@arm.com>
10420L:	linux-pci@vger.kernel.org
10421L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10422S:	Maintained
10423F:	Documentation/devicetree/bindings/pci/host-generic-pci.txt
10424F:	drivers/pci/host/pci-host-common.c
10425F:	drivers/pci/host/pci-host-generic.c
10426
10427PCI DRIVER FOR IMX6
10428M:	Richard Zhu <hongxing.zhu@nxp.com>
10429M:	Lucas Stach <l.stach@pengutronix.de>
10430L:	linux-pci@vger.kernel.org
10431L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10432S:	Maintained
10433F:	Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10434F:	drivers/pci/dwc/*imx6*
10435
10436PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10437M:	Keith Busch <keith.busch@intel.com>
10438M:	Jonathan Derrick <jonathan.derrick@intel.com>
10439L:	linux-pci@vger.kernel.org
10440S:	Supported
10441F:	drivers/pci/host/vmd.c
10442
10443PCI DRIVER FOR MICROSEMI SWITCHTEC
10444M:	Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10445M:	Logan Gunthorpe <logang@deltatee.com>
10446L:	linux-pci@vger.kernel.org
10447S:	Maintained
10448F:	Documentation/switchtec.txt
10449F:	Documentation/ABI/testing/sysfs-class-switchtec
10450F:	drivers/pci/switch/switchtec*
10451F:	include/uapi/linux/switchtec_ioctl.h
10452F:	include/linux/switchtec.h
10453F:	drivers/ntb/hw/mscc/
10454
10455PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10456M:	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10457M:	Jason Cooper <jason@lakedaemon.net>
10458L:	linux-pci@vger.kernel.org
10459L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10460S:	Maintained
10461F:	drivers/pci/host/*mvebu*
10462
10463PCI DRIVER FOR NVIDIA TEGRA
10464M:	Thierry Reding <thierry.reding@gmail.com>
10465L:	linux-tegra@vger.kernel.org
10466L:	linux-pci@vger.kernel.org
10467S:	Supported
10468F:	Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10469F:	drivers/pci/host/pci-tegra.c
10470
10471PCI DRIVER FOR RENESAS R-CAR
10472M:	Simon Horman <horms@verge.net.au>
10473L:	linux-pci@vger.kernel.org
10474L:	linux-renesas-soc@vger.kernel.org
10475S:	Maintained
10476F:	drivers/pci/host/*rcar*
10477
10478PCI DRIVER FOR SAMSUNG EXYNOS
10479M:	Jingoo Han <jingoohan1@gmail.com>
10480L:	linux-pci@vger.kernel.org
10481L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10482L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10483S:	Maintained
10484F:	drivers/pci/dwc/pci-exynos.c
10485
10486PCI DRIVER FOR SYNOPSYS DESIGNWARE
10487M:	Jingoo Han <jingoohan1@gmail.com>
10488M:	Joao Pinto <Joao.Pinto@synopsys.com>
10489L:	linux-pci@vger.kernel.org
10490S:	Maintained
10491F:	Documentation/devicetree/bindings/pci/designware-pcie.txt
10492F:	drivers/pci/dwc/*designware*
10493
10494PCI DRIVER FOR TI DRA7XX
10495M:	Kishon Vijay Abraham I <kishon@ti.com>
10496L:	linux-omap@vger.kernel.org
10497L:	linux-pci@vger.kernel.org
10498S:	Supported
10499F:	Documentation/devicetree/bindings/pci/ti-pci.txt
10500F:	drivers/pci/dwc/pci-dra7xx.c
10501
10502PCI DRIVER FOR TI KEYSTONE
10503M:	Murali Karicheri <m-karicheri2@ti.com>
10504L:	linux-pci@vger.kernel.org
10505L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10506S:	Maintained
10507F:	drivers/pci/dwc/*keystone*
10508
10509PCI ENDPOINT SUBSYSTEM
10510M:	Kishon Vijay Abraham I <kishon@ti.com>
10511M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10512L:	linux-pci@vger.kernel.org
10513T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10514S:	Supported
10515F:	drivers/pci/endpoint/
10516F:	drivers/misc/pci_endpoint_test.c
10517F:	tools/pci/
10518
10519PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10520M:	Russell Currey <ruscur@russell.cc>
10521L:	linuxppc-dev@lists.ozlabs.org
10522S:	Supported
10523F:	Documentation/powerpc/eeh-pci-error-recovery.txt
10524F:	arch/powerpc/kernel/eeh*.c
10525F:	arch/powerpc/platforms/*/eeh*.c
10526F:	arch/powerpc/include/*/eeh*.h
10527
10528PCI ERROR RECOVERY
10529M:	Linas Vepstas <linasvepstas@gmail.com>
10530L:	linux-pci@vger.kernel.org
10531S:	Supported
10532F:	Documentation/PCI/pci-error-recovery.txt
10533
10534PCI MSI DRIVER FOR ALTERA MSI IP
10535M:	Ley Foon Tan <lftan@altera.com>
10536L:	rfi@lists.rocketboards.org (moderated for non-subscribers)
10537L:	linux-pci@vger.kernel.org
10538S:	Supported
10539F:	Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10540F:	drivers/pci/host/pcie-altera-msi.c
10541
10542PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10543M:	Duc Dang <dhdang@apm.com>
10544L:	linux-pci@vger.kernel.org
10545L:	linux-arm-kernel@lists.infradead.org
10546S:	Maintained
10547F:	Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10548F:	drivers/pci/host/pci-xgene-msi.c
10549
10550PCI SUBSYSTEM
10551M:	Bjorn Helgaas <bhelgaas@google.com>
10552L:	linux-pci@vger.kernel.org
10553Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
10554T:	git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10555S:	Supported
10556F:	Documentation/devicetree/bindings/pci/
10557F:	Documentation/PCI/
10558F:	drivers/pci/
10559F:	include/linux/pci*
10560F:	arch/x86/pci/
10561F:	arch/x86/kernel/quirks.c
10562
10563PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
10564M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10565L:	linux-pci@vger.kernel.org
10566Q:	http://patchwork.ozlabs.org/project/linux-pci/list/
10567T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
10568S:	Supported
10569F:	drivers/pci/host/
10570F:	drivers/pci/dwc/
10571
10572PCIE DRIVER FOR AXIS ARTPEC
10573M:	Niklas Cassel <niklas.cassel@axis.com>
10574M:	Jesper Nilsson <jesper.nilsson@axis.com>
10575L:	linux-arm-kernel@axis.com
10576L:	linux-pci@vger.kernel.org
10577S:	Maintained
10578F:	Documentation/devicetree/bindings/pci/axis,artpec*
10579F:	drivers/pci/dwc/*artpec*
10580
10581PCIE DRIVER FOR CAVIUM THUNDERX
10582M:	David Daney <david.daney@cavium.com>
10583L:	linux-pci@vger.kernel.org
10584L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10585S:	Supported
10586F:	Documentation/devicetree/bindings/pci/pci-thunder-*
10587F:	drivers/pci/host/pci-thunder-*
10588
10589PCIE DRIVER FOR HISILICON
10590M:	Zhou Wang <wangzhou1@hisilicon.com>
10591L:	linux-pci@vger.kernel.org
10592S:	Maintained
10593F:	Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10594F:	drivers/pci/dwc/pcie-hisi.c
10595
10596PCIE DRIVER FOR HISILICON KIRIN
10597M:	Xiaowei Song <songxiaowei@hisilicon.com>
10598M:	Binghui Wang <wangbinghui@hisilicon.com>
10599L:	linux-pci@vger.kernel.org
10600S:	Maintained
10601F:	Documentation/devicetree/bindings/pci/pcie-kirin.txt
10602F:	drivers/pci/dwc/pcie-kirin.c
10603
10604PCIE DRIVER FOR HISILICON STB
10605M:	Jianguo Sun <sunjianguo1@huawei.com>
10606M:	Shawn Guo <shawn.guo@linaro.org>
10607L:	linux-pci@vger.kernel.org
10608S:	Maintained
10609F:	Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
10610F:	drivers/pci/dwc/pcie-histb.c
10611
10612PCIE DRIVER FOR MEDIATEK
10613M:	Ryder Lee <ryder.lee@mediatek.com>
10614L:	linux-pci@vger.kernel.org
10615L:	linux-mediatek@lists.infradead.org
10616S:	Supported
10617F:	Documentation/devicetree/bindings/pci/mediatek*
10618F:	drivers/pci/host/*mediatek*
10619
10620PCIE DRIVER FOR QUALCOMM MSM
10621M:	Stanimir Varbanov <svarbanov@mm-sol.com>
10622L:	linux-pci@vger.kernel.org
10623L:	linux-arm-msm@vger.kernel.org
10624S:	Maintained
10625F:	drivers/pci/dwc/*qcom*
10626
10627PCIE DRIVER FOR ROCKCHIP
10628M:	Shawn Lin <shawn.lin@rock-chips.com>
10629L:	linux-pci@vger.kernel.org
10630L:	linux-rockchip@lists.infradead.org
10631S:	Maintained
10632F:	Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10633F:	drivers/pci/host/pcie-rockchip.c
10634
10635PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
10636M:	Linus Walleij <linus.walleij@linaro.org>
10637L:	linux-pci@vger.kernel.org
10638S:	Maintained
10639F:	Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
10640F:	drivers/pci/host/pci-v3-semi.c
10641
10642PCIE DRIVER FOR ST SPEAR13XX
10643M:	Pratyush Anand <pratyush.anand@gmail.com>
10644L:	linux-pci@vger.kernel.org
10645S:	Maintained
10646F:	drivers/pci/dwc/*spear*
10647
10648PCMCIA SUBSYSTEM
10649P:	Linux PCMCIA Team
10650L:	linux-pcmcia@lists.infradead.org
10651W:	http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10652T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10653S:	Maintained
10654F:	Documentation/pcmcia/
10655F:	tools/pcmcia/
10656F:	drivers/pcmcia/
10657F:	include/pcmcia/
10658
10659PCNET32 NETWORK DRIVER
10660M:	Don Fry <pcnet32@frontier.com>
10661L:	netdev@vger.kernel.org
10662S:	Maintained
10663F:	drivers/net/ethernet/amd/pcnet32.c
10664
10665PCRYPT PARALLEL CRYPTO ENGINE
10666M:	Steffen Klassert <steffen.klassert@secunet.com>
10667L:	linux-crypto@vger.kernel.org
10668S:	Maintained
10669F:	crypto/pcrypt.c
10670F:	include/crypto/pcrypt.h
10671
10672PEAQ WMI HOTKEYS DRIVER
10673M:	Hans de Goede <hdegoede@redhat.com>
10674L:	platform-driver-x86@vger.kernel.org
10675S:	Maintained
10676F:	drivers/platform/x86/peaq-wmi.c
10677
10678PER-CPU MEMORY ALLOCATOR
10679M:	Tejun Heo <tj@kernel.org>
10680M:	Christoph Lameter <cl@linux.com>
10681T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10682S:	Maintained
10683F:	include/linux/percpu*.h
10684F:	mm/percpu*.c
10685F:	arch/*/include/asm/percpu.h
10686
10687PER-TASK DELAY ACCOUNTING
10688M:	Balbir Singh <bsingharora@gmail.com>
10689S:	Maintained
10690F:	include/linux/delayacct.h
10691F:	kernel/delayacct.c
10692
10693PERFORMANCE EVENTS SUBSYSTEM
10694M:	Peter Zijlstra <peterz@infradead.org>
10695M:	Ingo Molnar <mingo@redhat.com>
10696M:	Arnaldo Carvalho de Melo <acme@kernel.org>
10697R:	Alexander Shishkin <alexander.shishkin@linux.intel.com>
10698R:	Jiri Olsa <jolsa@redhat.com>
10699R:	Namhyung Kim <namhyung@kernel.org>
10700L:	linux-kernel@vger.kernel.org
10701T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10702S:	Supported
10703F:	kernel/events/*
10704F:	include/linux/perf_event.h
10705F:	include/uapi/linux/perf_event.h
10706F:	arch/*/kernel/perf_event*.c
10707F:	arch/*/kernel/*/perf_event*.c
10708F:	arch/*/kernel/*/*/perf_event*.c
10709F:	arch/*/include/asm/perf_event.h
10710F:	arch/*/kernel/perf_callchain.c
10711F:	arch/*/events/*
10712F:	tools/perf/
10713
10714PERSONALITY HANDLING
10715M:	Christoph Hellwig <hch@infradead.org>
10716L:	linux-abi-devel@lists.sourceforge.net
10717S:	Maintained
10718F:	include/linux/personality.h
10719F:	include/uapi/linux/personality.h
10720
10721PHONET PROTOCOL
10722M:	Remi Denis-Courmont <courmisch@gmail.com>
10723S:	Supported
10724F:	Documentation/networking/phonet.txt
10725F:	include/linux/phonet.h
10726F:	include/net/phonet/
10727F:	include/uapi/linux/phonet.h
10728F:	net/phonet/
10729
10730PHRAM MTD DRIVER
10731M:	Joern Engel <joern@lazybastard.org>
10732L:	linux-mtd@lists.infradead.org
10733S:	Maintained
10734F:	drivers/mtd/devices/phram.c
10735
10736PICOLCD HID DRIVER
10737M:	Bruno Prémont <bonbons@linux-vserver.org>
10738L:	linux-input@vger.kernel.org
10739S:	Maintained
10740F:	drivers/hid/hid-picolcd*
10741
10742PICOXCELL SUPPORT
10743M:	Jamie Iles <jamie@jamieiles.com>
10744L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10745T:	git git://github.com/jamieiles/linux-2.6-ji.git
10746S:	Supported
10747F:	arch/arm/boot/dts/picoxcell*
10748F:	arch/arm/mach-picoxcell/
10749F:	drivers/crypto/picoxcell*
10750
10751PIN CONTROL SUBSYSTEM
10752M:	Linus Walleij <linus.walleij@linaro.org>
10753L:	linux-gpio@vger.kernel.org
10754T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10755S:	Maintained
10756F:	Documentation/devicetree/bindings/pinctrl/
10757F:	Documentation/driver-api/pinctl.rst
10758F:	drivers/pinctrl/
10759F:	include/linux/pinctrl/
10760
10761PIN CONTROLLER - ATMEL AT91
10762M:	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10763L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10764S:	Maintained
10765F:	drivers/pinctrl/pinctrl-at91.*
10766
10767PIN CONTROLLER - ATMEL AT91 PIO4
10768M:	Ludovic Desroches <ludovic.desroches@microchip.com>
10769L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10770L:	linux-gpio@vger.kernel.org
10771S:	Supported
10772F:	drivers/pinctrl/pinctrl-at91-pio4.*
10773
10774PIN CONTROLLER - INTEL
10775M:	Mika Westerberg <mika.westerberg@linux.intel.com>
10776M:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
10777S:	Maintained
10778F:	drivers/pinctrl/intel/
10779
10780PIN CONTROLLER - QUALCOMM
10781M:	Bjorn Andersson <bjorn.andersson@linaro.org>
10782S:	Maintained
10783L:	linux-arm-msm@vger.kernel.org
10784F:	Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10785F:	drivers/pinctrl/qcom/
10786
10787PIN CONTROLLER - RENESAS
10788M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10789M:	Geert Uytterhoeven <geert+renesas@glider.be>
10790L:	linux-renesas-soc@vger.kernel.org
10791T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
10792S:	Maintained
10793F:	drivers/pinctrl/sh-pfc/
10794
10795PIN CONTROLLER - SAMSUNG
10796M:	Tomasz Figa <tomasz.figa@gmail.com>
10797M:	Krzysztof Kozlowski <krzk@kernel.org>
10798M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
10799L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10800L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10801Q:	https://patchwork.kernel.org/project/linux-samsung-soc/list/
10802T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10803S:	Maintained
10804F:	drivers/pinctrl/samsung/
10805F:	include/dt-bindings/pinctrl/samsung.h
10806F:	Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10807
10808PIN CONTROLLER - SINGLE
10809M:	Tony Lindgren <tony@atomide.com>
10810M:	Haojian Zhuang <haojian.zhuang@linaro.org>
10811L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10812L:	linux-omap@vger.kernel.org
10813S:	Maintained
10814F:	drivers/pinctrl/pinctrl-single.c
10815
10816PIN CONTROLLER - ST SPEAR
10817M:	Viresh Kumar <vireshk@kernel.org>
10818L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10819W:	http://www.st.com/spear
10820S:	Maintained
10821F:	drivers/pinctrl/spear/
10822
10823PISTACHIO SOC SUPPORT
10824M:	James Hartley <james.hartley@sondrel.com>
10825L:	linux-mips@linux-mips.org
10826S:	Odd Fixes
10827F:	arch/mips/pistachio/
10828F:	arch/mips/include/asm/mach-pistachio/
10829F:	arch/mips/boot/dts/img/pistachio*
10830F:	arch/mips/configs/pistachio*_defconfig
10831
10832PKTCDVD DRIVER
10833S:	Orphan
10834M:	linux-block@vger.kernel.org
10835F:	drivers/block/pktcdvd.c
10836F:	include/linux/pktcdvd.h
10837F:	include/uapi/linux/pktcdvd.h
10838
10839PKUNITY SOC DRIVERS
10840M:	Guan Xuetao <gxt@mprc.pku.edu.cn>
10841W:	http://mprc.pku.edu.cn/~guanxuetao/linux
10842S:	Maintained
10843T:	git git://github.com/gxt/linux.git
10844F:	drivers/input/serio/i8042-unicore32io.h
10845F:	drivers/i2c/busses/i2c-puv3.c
10846F:	drivers/video/fbdev/fb-puv3.c
10847F:	drivers/rtc/rtc-puv3.c
10848
10849PMBUS HARDWARE MONITORING DRIVERS
10850M:	Guenter Roeck <linux@roeck-us.net>
10851L:	linux-hwmon@vger.kernel.org
10852W:	http://hwmon.wiki.kernel.org/
10853W:	http://www.roeck-us.net/linux/drivers/
10854T:	git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10855S:	Maintained
10856F:	Documentation/hwmon/pmbus
10857F:	drivers/hwmon/pmbus/
10858F:	include/linux/pmbus.h
10859
10860PMC SIERRA MaxRAID DRIVER
10861L:	linux-scsi@vger.kernel.org
10862W:	http://www.pmc-sierra.com/
10863S:	Orphan
10864F:	drivers/scsi/pmcraid.*
10865
10866PMC SIERRA PM8001 DRIVER
10867M:	Jack Wang <jinpu.wang@profitbricks.com>
10868M:	lindar_liu@usish.com
10869L:	linux-scsi@vger.kernel.org
10870S:	Supported
10871F:	drivers/scsi/pm8001/
10872
10873PNP SUPPORT
10874M:	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10875S:	Maintained
10876F:	drivers/pnp/
10877
10878POSIX CLOCKS and TIMERS
10879M:	Thomas Gleixner <tglx@linutronix.de>
10880L:	linux-kernel@vger.kernel.org
10881T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10882S:	Maintained
10883F:	fs/timerfd.c
10884F:	include/linux/timer*
10885F:	kernel/time/*timer*
10886
10887POWER MANAGEMENT CORE
10888M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
10889L:	linux-pm@vger.kernel.org
10890T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10891B:	https://bugzilla.kernel.org
10892S:	Supported
10893F:	drivers/base/power/
10894F:	include/linux/pm.h
10895F:	include/linux/pm_*
10896F:	include/linux/powercap.h
10897F:	drivers/powercap/
10898
10899POWER STATE COORDINATION INTERFACE (PSCI)
10900M:	Mark Rutland <mark.rutland@arm.com>
10901M:	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10902L:	linux-arm-kernel@lists.infradead.org
10903S:	Maintained
10904F:	drivers/firmware/psci*.c
10905F:	include/linux/psci.h
10906F:	include/uapi/linux/psci.h
10907
10908POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10909M:	Sebastian Reichel <sre@kernel.org>
10910L:	linux-pm@vger.kernel.org
10911T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10912S:	Maintained
10913F:	Documentation/devicetree/bindings/power/supply/
10914F:	include/linux/power_supply.h
10915F:	drivers/power/supply/
10916
10917POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10918M:	Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10919L:	linuxppc-dev@lists.ozlabs.org
10920S:	Maintained
10921F:	drivers/char/powernv-op-panel.c
10922
10923PPP OVER ATM (RFC 2364)
10924M:	Mitchell Blank Jr <mitch@sfgoth.com>
10925S:	Maintained
10926F:	net/atm/pppoatm.c
10927F:	include/uapi/linux/atmppp.h
10928
10929PPP OVER ETHERNET
10930M:	Michal Ostrowski <mostrows@earthlink.net>
10931S:	Maintained
10932F:	drivers/net/ppp/pppoe.c
10933F:	drivers/net/ppp/pppox.c
10934
10935PPP OVER L2TP
10936M:	James Chapman <jchapman@katalix.com>
10937S:	Maintained
10938F:	net/l2tp/l2tp_ppp.c
10939F:	include/linux/if_pppol2tp.h
10940F:	include/uapi/linux/if_pppol2tp.h
10941
10942PPP PROTOCOL DRIVERS AND COMPRESSORS
10943M:	Paul Mackerras <paulus@samba.org>
10944L:	linux-ppp@vger.kernel.org
10945S:	Maintained
10946F:	drivers/net/ppp/ppp_*
10947
10948PPS SUPPORT
10949M:	Rodolfo Giometti <giometti@enneenne.com>
10950W:	http://wiki.enneenne.com/index.php/LinuxPPS_support
10951L:	linuxpps@ml.enneenne.com (subscribers-only)
10952S:	Maintained
10953F:	Documentation/pps/
10954F:	Documentation/devicetree/bindings/pps/pps-gpio.txt
10955F:	Documentation/ABI/testing/sysfs-pps
10956F:	drivers/pps/
10957F:	include/linux/pps*.h
10958F:	include/uapi/linux/pps.h
10959
10960PPTP DRIVER
10961M:	Dmitry Kozlov <xeb@mail.ru>
10962L:	netdev@vger.kernel.org
10963S:	Maintained
10964F:	drivers/net/ppp/pptp.c
10965W:	http://sourceforge.net/projects/accel-pptp
10966
10967PREEMPTIBLE KERNEL
10968M:	Robert Love <rml@tech9.net>
10969L:	kpreempt-tech@lists.sourceforge.net
10970W:	https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10971S:	Supported
10972F:	Documentation/preempt-locking.txt
10973F:	include/linux/preempt.h
10974
10975PRINTK
10976M:	Petr Mladek <pmladek@suse.com>
10977M:	Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10978R:	Steven Rostedt <rostedt@goodmis.org>
10979S:	Maintained
10980F:	kernel/printk/
10981F:	include/linux/printk.h
10982
10983PRISM54 WIRELESS DRIVER
10984M:	"Luis R. Rodriguez" <mcgrof@gmail.com>
10985L:	linux-wireless@vger.kernel.org
10986W:	http://wireless.kernel.org/en/users/Drivers/p54
10987S:	Obsolete
10988F:	drivers/net/wireless/intersil/prism54/
10989
10990PROC SYSCTL
10991M:	"Luis R. Rodriguez" <mcgrof@kernel.org>
10992M:	Kees Cook <keescook@chromium.org>
10993L:	linux-kernel@vger.kernel.org
10994L:	linux-fsdevel@vger.kernel.org
10995S:	Maintained
10996F:	fs/proc/proc_sysctl.c
10997F:	include/linux/sysctl.h
10998F:	kernel/sysctl.c
10999F:	tools/testing/selftests/sysctl/
11000
11001PS3 NETWORK SUPPORT
11002M:	Geoff Levand <geoff@infradead.org>
11003L:	netdev@vger.kernel.org
11004L:	linuxppc-dev@lists.ozlabs.org
11005S:	Maintained
11006F:	drivers/net/ethernet/toshiba/ps3_gelic_net.*
11007
11008PS3 PLATFORM SUPPORT
11009M:	Geoff Levand <geoff@infradead.org>
11010L:	linuxppc-dev@lists.ozlabs.org
11011S:	Maintained
11012F:	arch/powerpc/boot/ps3*
11013F:	arch/powerpc/include/asm/lv1call.h
11014F:	arch/powerpc/include/asm/ps3*.h
11015F:	arch/powerpc/platforms/ps3/
11016F:	drivers/*/ps3*
11017F:	drivers/ps3/
11018F:	drivers/rtc/rtc-ps3.c
11019F:	drivers/usb/host/*ps3.c
11020F:	sound/ppc/snd_ps3*
11021
11022PS3VRAM DRIVER
11023M:	Jim Paris <jim@jtan.com>
11024M:	Geoff Levand <geoff@infradead.org>
11025L:	linuxppc-dev@lists.ozlabs.org
11026S:	Maintained
11027F:	drivers/block/ps3vram.c
11028
11029PSAMPLE PACKET SAMPLING SUPPORT:
11030M:	Yotam Gigi <yotam.gi@gmail.com>
11031S:	Maintained
11032F:	net/psample
11033F:	include/net/psample.h
11034F:	include/uapi/linux/psample.h
11035
11036PSTORE FILESYSTEM
11037M:	Kees Cook <keescook@chromium.org>
11038M:	Anton Vorontsov <anton@enomsg.org>
11039M:	Colin Cross <ccross@android.com>
11040M:	Tony Luck <tony.luck@intel.com>
11041S:	Maintained
11042T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
11043F:	fs/pstore/
11044F:	include/linux/pstore*
11045F:	drivers/firmware/efi/efi-pstore.c
11046F:	drivers/acpi/apei/erst.c
11047F:	Documentation/admin-guide/ramoops.rst
11048F:	Documentation/devicetree/bindings/reserved-memory/ramoops.txt
11049K:	\b(pstore|ramoops)
11050
11051PTP HARDWARE CLOCK SUPPORT
11052M:	Richard Cochran <richardcochran@gmail.com>
11053L:	netdev@vger.kernel.org
11054S:	Maintained
11055W:	http://linuxptp.sourceforge.net/
11056F:	Documentation/ABI/testing/sysfs-ptp
11057F:	Documentation/ptp/*
11058F:	drivers/net/ethernet/freescale/gianfar_ptp.c
11059F:	drivers/net/phy/dp83640*
11060F:	drivers/ptp/*
11061F:	include/linux/ptp_cl*
11062
11063PTRACE SUPPORT
11064M:	Oleg Nesterov <oleg@redhat.com>
11065S:	Maintained
11066F:	include/asm-generic/syscall.h
11067F:	include/linux/ptrace.h
11068F:	include/linux/regset.h
11069F:	include/linux/tracehook.h
11070F:	include/uapi/linux/ptrace.h
11071F:	include/uapi/linux/ptrace.h
11072F:	include/asm-generic/ptrace.h
11073F:	kernel/ptrace.c
11074F:	arch/*/ptrace*.c
11075F:	arch/*/*/ptrace*.c
11076F:	arch/*/include/asm/ptrace*.h
11077
11078PULSE8-CEC DRIVER
11079M:	Hans Verkuil <hverkuil@xs4all.nl>
11080L:	linux-media@vger.kernel.org
11081T:	git git://linuxtv.org/media_tree.git
11082S:	Maintained
11083F:	drivers/media/usb/pulse8-cec/*
11084F:	Documentation/media/cec-drivers/pulse8-cec.rst
11085
11086PVRUSB2 VIDEO4LINUX DRIVER
11087M:	Mike Isely <isely@pobox.com>
11088L:	pvrusb2@isely.net	(subscribers-only)
11089L:	linux-media@vger.kernel.org
11090W:	http://www.isely.net/pvrusb2/
11091T:	git git://linuxtv.org/media_tree.git
11092S:	Maintained
11093F:	Documentation/media/v4l-drivers/pvrusb2*
11094F:	drivers/media/usb/pvrusb2/
11095
11096PWC WEBCAM DRIVER
11097M:	Hans Verkuil <hverkuil@xs4all.nl>
11098L:	linux-media@vger.kernel.org
11099T:	git git://linuxtv.org/media_tree.git
11100S:	Odd Fixes
11101F:	drivers/media/usb/pwc/*
11102
11103PWM FAN DRIVER
11104M:	Kamil Debski <kamil@wypas.org>
11105M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11106L:	linux-hwmon@vger.kernel.org
11107S:	Supported
11108F:	Documentation/devicetree/bindings/hwmon/pwm-fan.txt
11109F:	Documentation/hwmon/pwm-fan
11110F:	drivers/hwmon/pwm-fan.c
11111
11112PWM IR Transmitter
11113M:	Sean Young <sean@mess.org>
11114L:	linux-media@vger.kernel.org
11115S:	Maintained
11116F:	drivers/media/rc/pwm-ir-tx.c
11117
11118PWM SUBSYSTEM
11119M:	Thierry Reding <thierry.reding@gmail.com>
11120L:	linux-pwm@vger.kernel.org
11121S:	Maintained
11122T:	git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
11123F:	Documentation/pwm.txt
11124F:	Documentation/devicetree/bindings/pwm/
11125F:	include/linux/pwm.h
11126F:	drivers/pwm/
11127F:	drivers/video/backlight/pwm_bl.c
11128F:	include/linux/pwm_backlight.h
11129F:	drivers/gpio/gpio-mvebu.c
11130F:	Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
11131
11132PXA GPIO DRIVER
11133M:	Robert Jarzmik <robert.jarzmik@free.fr>
11134L:	linux-gpio@vger.kernel.org
11135S:	Maintained
11136F:	drivers/gpio/gpio-pxa.c
11137
11138PXA MMCI DRIVER
11139S:	Orphan
11140
11141PXA RTC DRIVER
11142M:	Robert Jarzmik <robert.jarzmik@free.fr>
11143L:	linux-rtc@vger.kernel.org
11144S:	Maintained
11145
11146PXA2xx/PXA3xx SUPPORT
11147M:	Daniel Mack <daniel@zonque.org>
11148M:	Haojian Zhuang <haojian.zhuang@gmail.com>
11149M:	Robert Jarzmik <robert.jarzmik@free.fr>
11150L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11151T:	git git://github.com/hzhuang1/linux.git
11152T:	git git://github.com/rjarzmik/linux.git
11153S:	Maintained
11154F:	arch/arm/boot/dts/pxa*
11155F:	arch/arm/mach-pxa/
11156F:	drivers/dma/pxa*
11157F:	drivers/pcmcia/pxa2xx*
11158F:	drivers/pinctrl/pxa/
11159F:	drivers/spi/spi-pxa2xx*
11160F:	drivers/usb/gadget/udc/pxa2*
11161F:	include/sound/pxa2xx-lib.h
11162F:	sound/arm/pxa*
11163F:	sound/soc/pxa/
11164
11165PXA3xx NAND FLASH DRIVER
11166M:	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
11167L:	linux-mtd@lists.infradead.org
11168S:	Maintained
11169F:	drivers/mtd/nand/pxa3xx_nand.c
11170
11171QAT DRIVER
11172M:	Giovanni Cabiddu <giovanni.cabiddu@intel.com>
11173L:	qat-linux@intel.com
11174S:	Supported
11175F:	drivers/crypto/qat/
11176
11177QCOM AUDIO (ASoC) DRIVERS
11178M:	Patrick Lai <plai@codeaurora.org>
11179M:	Banajit Goswami <bgoswami@codeaurora.org>
11180L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
11181S:	Supported
11182F:	sound/soc/qcom/
11183
11184QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
11185M:	Gabriel Somlo <somlo@cmu.edu>
11186M:	"Michael S. Tsirkin" <mst@redhat.com>
11187L:	qemu-devel@nongnu.org
11188S:	Maintained
11189F:	drivers/firmware/qemu_fw_cfg.c
11190
11191QIB DRIVER
11192M:	Mike Marciniszyn <infinipath@intel.com>
11193L:	linux-rdma@vger.kernel.org
11194S:	Supported
11195F:	drivers/infiniband/hw/qib/
11196
11197QLOGIC QL41xxx FCOE DRIVER
11198M:	QLogic-Storage-Upstream@cavium.com
11199L:	linux-scsi@vger.kernel.org
11200S:	Supported
11201F:	drivers/scsi/qedf/
11202
11203QLOGIC QL41xxx ISCSI DRIVER
11204M:	QLogic-Storage-Upstream@cavium.com
11205L:	linux-scsi@vger.kernel.org
11206S:	Supported
11207F:	drivers/scsi/qedi/
11208
11209QLOGIC QL4xxx ETHERNET DRIVER
11210M:	Ariel Elior <Ariel.Elior@cavium.com>
11211M:	everest-linux-l2@cavium.com
11212L:	netdev@vger.kernel.org
11213S:	Supported
11214F:	drivers/net/ethernet/qlogic/qed/
11215F:	include/linux/qed/
11216F:	drivers/net/ethernet/qlogic/qede/
11217
11218QLOGIC QL4xxx RDMA DRIVER
11219M:	Ram Amrani <Ram.Amrani@cavium.com>
11220M:	Michal Kalderon <Michal.Kalderon@cavium.com>
11221M:	Ariel Elior <Ariel.Elior@cavium.com>
11222L:	linux-rdma@vger.kernel.org
11223S:	Supported
11224F:	drivers/infiniband/hw/qedr/
11225F:	include/uapi/rdma/qedr-abi.h
11226
11227QLOGIC QLA1280 SCSI DRIVER
11228M:	Michael Reed <mdr@sgi.com>
11229L:	linux-scsi@vger.kernel.org
11230S:	Maintained
11231F:	drivers/scsi/qla1280.[ch]
11232
11233QLOGIC QLA2XXX FC-SCSI DRIVER
11234M:	qla2xxx-upstream@qlogic.com
11235L:	linux-scsi@vger.kernel.org
11236S:	Supported
11237F:	Documentation/scsi/LICENSE.qla2xxx
11238F:	drivers/scsi/qla2xxx/
11239
11240QLOGIC QLA3XXX NETWORK DRIVER
11241M:	Dept-GELinuxNICDev@cavium.com
11242L:	netdev@vger.kernel.org
11243S:	Supported
11244F:	Documentation/networking/LICENSE.qla3xxx
11245F:	drivers/net/ethernet/qlogic/qla3xxx.*
11246
11247QLOGIC QLA4XXX iSCSI DRIVER
11248M:	QLogic-Storage-Upstream@qlogic.com
11249L:	linux-scsi@vger.kernel.org
11250S:	Supported
11251F:	Documentation/scsi/LICENSE.qla4xxx
11252F:	drivers/scsi/qla4xxx/
11253
11254QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
11255M:	Harish Patil <harish.patil@cavium.com>
11256M:	Manish Chopra <manish.chopra@cavium.com>
11257M:	Dept-GELinuxNICDev@cavium.com
11258L:	netdev@vger.kernel.org
11259S:	Supported
11260F:	drivers/net/ethernet/qlogic/qlcnic/
11261
11262QLOGIC QLGE 10Gb ETHERNET DRIVER
11263M:	Harish Patil <harish.patil@cavium.com>
11264M:	Manish Chopra <manish.chopra@cavium.com>
11265M:	Dept-GELinuxNICDev@cavium.com
11266L:	netdev@vger.kernel.org
11267S:	Supported
11268F:	drivers/net/ethernet/qlogic/qlge/
11269
11270QNX4 FILESYSTEM
11271M:	Anders Larsen <al@alarsen.net>
11272W:	http://www.alarsen.net/linux/qnx4fs/
11273S:	Maintained
11274F:	fs/qnx4/
11275F:	include/uapi/linux/qnx4_fs.h
11276F:	include/uapi/linux/qnxtypes.h
11277
11278QORIQ DPAA2 FSL-MC BUS DRIVER
11279M:	Stuart Yoder <stuyoder@gmail.com>
11280M:	Laurentiu Tudor <laurentiu.tudor@nxp.com>
11281L:	linux-kernel@vger.kernel.org
11282S:	Maintained
11283F:	drivers/staging/fsl-mc/
11284F:	Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
11285
11286QT1010 MEDIA DRIVER
11287M:	Antti Palosaari <crope@iki.fi>
11288L:	linux-media@vger.kernel.org
11289W:	https://linuxtv.org
11290W:	http://palosaari.fi/linux/
11291Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11292T:	git git://linuxtv.org/anttip/media_tree.git
11293S:	Maintained
11294F:	drivers/media/tuners/qt1010*
11295
11296QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
11297M:	Kalle Valo <kvalo@qca.qualcomm.com>
11298L:	ath10k@lists.infradead.org
11299W:	http://wireless.kernel.org/en/users/Drivers/ath10k
11300T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
11301S:	Supported
11302F:	drivers/net/wireless/ath/ath10k/
11303
11304QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
11305M:	QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
11306L:	linux-wireless@vger.kernel.org
11307W:	http://wireless.kernel.org/en/users/Drivers/ath9k
11308S:	Supported
11309F:	drivers/net/wireless/ath/ath9k/
11310
11311QUALCOMM CAMERA SUBSYSTEM DRIVER
11312M:	Todor Tomov <todor.tomov@linaro.org>
11313L:	linux-media@vger.kernel.org
11314S:	Maintained
11315F:	Documentation/devicetree/bindings/media/qcom,camss.txt
11316F:	Documentation/media/v4l-drivers/qcom_camss.rst
11317F:	drivers/media/platform/qcom/camss-8x16/
11318
11319QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11320M:	Timur Tabi <timur@codeaurora.org>
11321L:	netdev@vger.kernel.org
11322S:	Supported
11323F:	drivers/net/ethernet/qualcomm/emac/
11324
11325QUALCOMM HEXAGON ARCHITECTURE
11326M:	Richard Kuo <rkuo@codeaurora.org>
11327L:	linux-hexagon@vger.kernel.org
11328T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
11329S:	Supported
11330F:	arch/hexagon/
11331
11332QUALCOMM IOMMU
11333M:	Rob Clark <robdclark@gmail.com>
11334L:	iommu@lists.linux-foundation.org
11335L:	linux-arm-msm@vger.kernel.org
11336S:	Maintained
11337F:	drivers/iommu/qcom_iommu.c
11338
11339QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
11340M:	Stanimir Varbanov <stanimir.varbanov@linaro.org>
11341L:	linux-media@vger.kernel.org
11342L:	linux-arm-msm@vger.kernel.org
11343T:	git git://linuxtv.org/media_tree.git
11344S:	Maintained
11345F:	drivers/media/platform/qcom/venus/
11346
11347QUALCOMM WCN36XX WIRELESS DRIVER
11348M:	Eugene Krasnikov <k.eugene.e@gmail.com>
11349L:	wcn36xx@lists.infradead.org
11350W:	http://wireless.kernel.org/en/users/Drivers/wcn36xx
11351T:	git git://github.com/KrasnikovEugene/wcn36xx.git
11352S:	Supported
11353F:	drivers/net/wireless/ath/wcn36xx/
11354
11355QUANTENNA QTNFMAC WIRELESS DRIVER
11356M:	Igor Mitsyanko <imitsyanko@quantenna.com>
11357M:	Avinash Patil <avinashp@quantenna.com>
11358M:	Sergey Matyukevich <smatyukevich@quantenna.com>
11359L:	linux-wireless@vger.kernel.org
11360S:	Maintained
11361F:	drivers/net/wireless/quantenna
11362
11363RADEON and AMDGPU DRM DRIVERS
11364M:	Alex Deucher <alexander.deucher@amd.com>
11365M:	Christian König <christian.koenig@amd.com>
11366L:	amd-gfx@lists.freedesktop.org
11367T:	git git://people.freedesktop.org/~agd5f/linux
11368S:	Supported
11369F:	drivers/gpu/drm/radeon/
11370F:	include/uapi/drm/radeon_drm.h
11371F:	drivers/gpu/drm/amd/
11372F:	include/uapi/drm/amdgpu_drm.h
11373
11374RADEON FRAMEBUFFER DISPLAY DRIVER
11375M:	Benjamin Herrenschmidt <benh@kernel.crashing.org>
11376L:	linux-fbdev@vger.kernel.org
11377S:	Maintained
11378F:	drivers/video/fbdev/aty/radeon*
11379F:	include/uapi/linux/radeonfb.h
11380
11381RADIOSHARK RADIO DRIVER
11382M:	Hans Verkuil <hverkuil@xs4all.nl>
11383L:	linux-media@vger.kernel.org
11384T:	git git://linuxtv.org/media_tree.git
11385S:	Maintained
11386F:	drivers/media/radio/radio-shark.c
11387
11388RADIOSHARK2 RADIO DRIVER
11389M:	Hans Verkuil <hverkuil@xs4all.nl>
11390L:	linux-media@vger.kernel.org
11391T:	git git://linuxtv.org/media_tree.git
11392S:	Maintained
11393F:	drivers/media/radio/radio-shark2.c
11394F:	drivers/media/radio/radio-tea5777.c
11395
11396RADOS BLOCK DEVICE (RBD)
11397M:	Ilya Dryomov <idryomov@gmail.com>
11398M:	Sage Weil <sage@redhat.com>
11399M:	Alex Elder <elder@kernel.org>
11400L:	ceph-devel@vger.kernel.org
11401W:	http://ceph.com/
11402T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
11403T:	git git://github.com/ceph/ceph-client.git
11404S:	Supported
11405F:	Documentation/ABI/testing/sysfs-bus-rbd
11406F:	drivers/block/rbd.c
11407F:	drivers/block/rbd_types.h
11408
11409RAGE128 FRAMEBUFFER DISPLAY DRIVER
11410M:	Paul Mackerras <paulus@samba.org>
11411L:	linux-fbdev@vger.kernel.org
11412S:	Maintained
11413F:	drivers/video/fbdev/aty/aty128fb.c
11414
11415RAINSHADOW-CEC DRIVER
11416M:	Hans Verkuil <hverkuil@xs4all.nl>
11417L:	linux-media@vger.kernel.org
11418T:	git git://linuxtv.org/media_tree.git
11419S:	Maintained
11420F:	drivers/media/usb/rainshadow-cec/*
11421
11422RALINK MIPS ARCHITECTURE
11423M:	John Crispin <john@phrozen.org>
11424L:	linux-mips@linux-mips.org
11425S:	Maintained
11426F:	arch/mips/ralink
11427
11428RALINK RT2X00 WIRELESS LAN DRIVER
11429P:	rt2x00 project
11430M:	Stanislaw Gruszka <sgruszka@redhat.com>
11431M:	Helmut Schaa <helmut.schaa@googlemail.com>
11432L:	linux-wireless@vger.kernel.org
11433S:	Maintained
11434F:	drivers/net/wireless/ralink/rt2x00/
11435
11436RAMDISK RAM BLOCK DEVICE DRIVER
11437M:	Jens Axboe <axboe@kernel.dk>
11438S:	Maintained
11439F:	Documentation/blockdev/ramdisk.txt
11440F:	drivers/block/brd.c
11441
11442RANDOM NUMBER DRIVER
11443M:	"Theodore Ts'o" <tytso@mit.edu>
11444S:	Maintained
11445F:	drivers/char/random.c
11446
11447RAPIDIO SUBSYSTEM
11448M:	Matt Porter <mporter@kernel.crashing.org>
11449M:	Alexandre Bounine <alexandre.bounine@idt.com>
11450S:	Maintained
11451F:	drivers/rapidio/
11452
11453RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11454L:	linux-wireless@vger.kernel.org
11455S:	Orphan
11456F:	drivers/net/wireless/ray*
11457
11458RCUTORTURE MODULE
11459M:	Josh Triplett <josh@joshtriplett.org>
11460M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11461L:	linux-kernel@vger.kernel.org
11462S:	Supported
11463T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11464F:	Documentation/RCU/torture.txt
11465F:	kernel/rcu/rcutorture.c
11466
11467RCUTORTURE TEST FRAMEWORK
11468M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11469M:	Josh Triplett <josh@joshtriplett.org>
11470R:	Steven Rostedt <rostedt@goodmis.org>
11471R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11472R:	Lai Jiangshan <jiangshanlai@gmail.com>
11473L:	linux-kernel@vger.kernel.org
11474S:	Supported
11475T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11476F:	tools/testing/selftests/rcutorture
11477
11478RDC R-321X SoC
11479M:	Florian Fainelli <florian@openwrt.org>
11480S:	Maintained
11481
11482RDC R6040 FAST ETHERNET DRIVER
11483M:	Florian Fainelli <f.fainelli@gmail.com>
11484L:	netdev@vger.kernel.org
11485S:	Maintained
11486F:	drivers/net/ethernet/rdc/r6040.c
11487
11488RDMAVT - RDMA verbs software
11489M:	Dennis Dalessandro <dennis.dalessandro@intel.com>
11490L:	linux-rdma@vger.kernel.org
11491S:	Supported
11492F:	drivers/infiniband/sw/rdmavt
11493
11494RDS - RELIABLE DATAGRAM SOCKETS
11495M:	Santosh Shilimkar <santosh.shilimkar@oracle.com>
11496L:	netdev@vger.kernel.org
11497L:	linux-rdma@vger.kernel.org
11498L:	rds-devel@oss.oracle.com (moderated for non-subscribers)
11499W:	https://oss.oracle.com/projects/rds/
11500S:	Supported
11501F:	net/rds/
11502F:	Documentation/networking/rds.txt
11503
11504RDT - RESOURCE ALLOCATION
11505M:	Fenghua Yu <fenghua.yu@intel.com>
11506L:	linux-kernel@vger.kernel.org
11507S:	Supported
11508F:	arch/x86/kernel/cpu/intel_rdt*
11509F:	arch/x86/include/asm/intel_rdt_sched.h
11510F:	Documentation/x86/intel_rdt*
11511
11512READ-COPY UPDATE (RCU)
11513M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11514M:	Josh Triplett <josh@joshtriplett.org>
11515R:	Steven Rostedt <rostedt@goodmis.org>
11516R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11517R:	Lai Jiangshan <jiangshanlai@gmail.com>
11518L:	linux-kernel@vger.kernel.org
11519W:	http://www.rdrop.com/users/paulmck/RCU/
11520S:	Supported
11521T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11522F:	Documentation/RCU/
11523X:	Documentation/RCU/torture.txt
11524F:	include/linux/rcu*
11525X:	include/linux/srcu.h
11526F:	kernel/rcu/
11527X:	kernel/torture.c
11528
11529REAL TIME CLOCK (RTC) SUBSYSTEM
11530M:	Alessandro Zummo <a.zummo@towertech.it>
11531M:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
11532L:	linux-rtc@vger.kernel.org
11533Q:	http://patchwork.ozlabs.org/project/rtc-linux/list/
11534T:	git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11535S:	Maintained
11536F:	Documentation/devicetree/bindings/rtc/
11537F:	Documentation/rtc.txt
11538F:	drivers/rtc/
11539F:	include/linux/rtc.h
11540F:	include/uapi/linux/rtc.h
11541F:	include/linux/rtc/
11542F:	include/linux/platform_data/rtc-*
11543F:	tools/testing/selftests/timers/rtctest.c
11544
11545REALTEK AUDIO CODECS
11546M:	Bard Liao <bardliao@realtek.com>
11547M:	Oder Chiou <oder_chiou@realtek.com>
11548S:	Maintained
11549F:	sound/soc/codecs/rt*
11550F:	include/sound/rt*.h
11551
11552REGISTER MAP ABSTRACTION
11553M:	Mark Brown <broonie@kernel.org>
11554L:	linux-kernel@vger.kernel.org
11555T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11556S:	Supported
11557F:	Documentation/devicetree/bindings/regmap/
11558F:	drivers/base/regmap/
11559F:	include/linux/regmap.h
11560
11561REISERFS FILE SYSTEM
11562L:	reiserfs-devel@vger.kernel.org
11563S:	Supported
11564F:	fs/reiserfs/
11565
11566REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11567M:	Ohad Ben-Cohen <ohad@wizery.com>
11568M:	Bjorn Andersson <bjorn.andersson@linaro.org>
11569L:	linux-remoteproc@vger.kernel.org
11570T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11571S:	Maintained
11572F:	Documentation/devicetree/bindings/remoteproc/
11573F:	Documentation/remoteproc.txt
11574F:	drivers/remoteproc/
11575F:	include/linux/remoteproc.h
11576
11577REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11578M:	Ohad Ben-Cohen <ohad@wizery.com>
11579M:	Bjorn Andersson <bjorn.andersson@linaro.org>
11580L:	linux-remoteproc@vger.kernel.org
11581T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11582S:	Maintained
11583F:	drivers/rpmsg/
11584F:	Documentation/rpmsg.txt
11585F:	include/linux/rpmsg.h
11586F:	include/linux/rpmsg/
11587
11588RENESAS CLOCK DRIVERS
11589M:	Geert Uytterhoeven <geert+renesas@glider.be>
11590L:	linux-renesas-soc@vger.kernel.org
11591T:	git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
11592S:	Supported
11593F:	drivers/clk/renesas/
11594
11595RENESAS ETHERNET DRIVERS
11596R:	Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11597L:	netdev@vger.kernel.org
11598L:	linux-renesas-soc@vger.kernel.org
11599F:	Documentation/devicetree/bindings/net/renesas,*.txt
11600F:	Documentation/devicetree/bindings/net/sh_eth.txt
11601F:	drivers/net/ethernet/renesas/
11602F:	include/linux/sh_eth.h
11603
11604RENESAS R-CAR GYROADC DRIVER
11605M:	Marek Vasut <marek.vasut@gmail.com>
11606L:	linux-iio@vger.kernel.org
11607S:	Supported
11608F:	drivers/iio/adc/rcar_gyro_adc.c
11609
11610RENESAS USB PHY DRIVER
11611M:	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11612L:	linux-renesas-soc@vger.kernel.org
11613S:	Maintained
11614F:	drivers/phy/renesas/phy-rcar-gen3-usb*.c
11615
11616RESET CONTROLLER FRAMEWORK
11617M:	Philipp Zabel <p.zabel@pengutronix.de>
11618T:	git git://git.pengutronix.de/git/pza/linux
11619S:	Maintained
11620F:	drivers/reset/
11621F:	Documentation/devicetree/bindings/reset/
11622F:	include/dt-bindings/reset/
11623F:	include/linux/reset.h
11624F:	include/linux/reset-controller.h
11625
11626RFKILL
11627M:	Johannes Berg <johannes@sipsolutions.net>
11628L:	linux-wireless@vger.kernel.org
11629W:	http://wireless.kernel.org/
11630T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11631T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11632S:	Maintained
11633F:	Documentation/rfkill.txt
11634F:	Documentation/ABI/stable/sysfs-class-rfkill
11635F:	net/rfkill/
11636
11637RHASHTABLE
11638M:	Thomas Graf <tgraf@suug.ch>
11639M:	Herbert Xu <herbert@gondor.apana.org.au>
11640L:	netdev@vger.kernel.org
11641S:	Maintained
11642F:	lib/rhashtable.c
11643F:	include/linux/rhashtable.h
11644
11645RICOH R5C592 MEMORYSTICK DRIVER
11646M:	Maxim Levitsky <maximlevitsky@gmail.com>
11647S:	Maintained
11648F:	drivers/memstick/host/r592.*
11649
11650RICOH SMARTMEDIA/XD DRIVER
11651M:	Maxim Levitsky <maximlevitsky@gmail.com>
11652S:	Maintained
11653F:	drivers/mtd/nand/r852.c
11654F:	drivers/mtd/nand/r852.h
11655
11656RISC-V ARCHITECTURE
11657M:	Palmer Dabbelt <palmer@sifive.com>
11658M:	Albert Ou <albert@sifive.com>
11659L:	patches@groups.riscv.org
11660T:	git https://github.com/riscv/riscv-linux
11661S:	Supported
11662F:	arch/riscv/
11663K:	riscv
11664N:	riscv
11665
11666ROCCAT DRIVERS
11667M:	Stefan Achatz <erazor_de@users.sourceforge.net>
11668W:	http://sourceforge.net/projects/roccat/
11669S:	Maintained
11670F:	drivers/hid/hid-roccat*
11671F:	include/linux/hid-roccat*
11672F:	Documentation/ABI/*/sysfs-driver-hid-roccat*
11673
11674ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
11675M:	Jacob chen <jacob2.chen@rock-chips.com>
11676L:	linux-media@vger.kernel.org
11677S:	Maintained
11678F:	drivers/media/platform/rockchip/rga/
11679F:	Documentation/devicetree/bindings/media/rockchip-rga.txt
11680
11681ROCKER DRIVER
11682M:	Jiri Pirko <jiri@resnulli.us>
11683L:	netdev@vger.kernel.org
11684S:	Supported
11685F:	drivers/net/ethernet/rocker/
11686
11687ROCKETPORT DRIVER
11688P:	Comtrol Corp.
11689W:	http://www.comtrol.com
11690S:	Maintained
11691F:	Documentation/serial/rocket.txt
11692F:	drivers/tty/rocket*
11693
11694ROCKETPORT EXPRESS/INFINITY DRIVER
11695M:	Kevin Cernekee <cernekee@gmail.com>
11696L:	linux-serial@vger.kernel.org
11697S:	Odd Fixes
11698F:	drivers/tty/serial/rp2.*
11699
11700ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
11701M:	Marek Vasut <marek.vasut+renesas@gmail.com>
11702L:	linux-kernel@vger.kernel.org
11703L:	linux-renesas-soc@vger.kernel.org
11704S:	Supported
11705F:	drivers/mfd/bd9571mwv.c
11706F:	drivers/regulator/bd9571mwv-regulator.c
11707F:	drivers/gpio/gpio-bd9571mwv.c
11708F:	include/linux/mfd/bd9571mwv.h
11709F:	Documentation/devicetree/bindings/mfd/bd9571mwv.txt
11710
11711ROSE NETWORK LAYER
11712M:	Ralf Baechle <ralf@linux-mips.org>
11713L:	linux-hams@vger.kernel.org
11714W:	http://www.linux-ax25.org/
11715S:	Maintained
11716F:	include/net/rose.h
11717F:	include/uapi/linux/rose.h
11718F:	net/rose/
11719
11720RTL2830 MEDIA DRIVER
11721M:	Antti Palosaari <crope@iki.fi>
11722L:	linux-media@vger.kernel.org
11723W:	https://linuxtv.org
11724W:	http://palosaari.fi/linux/
11725Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11726T:	git git://linuxtv.org/anttip/media_tree.git
11727S:	Maintained
11728F:	drivers/media/dvb-frontends/rtl2830*
11729
11730RTL2832 MEDIA DRIVER
11731M:	Antti Palosaari <crope@iki.fi>
11732L:	linux-media@vger.kernel.org
11733W:	https://linuxtv.org
11734W:	http://palosaari.fi/linux/
11735Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11736T:	git git://linuxtv.org/anttip/media_tree.git
11737S:	Maintained
11738F:	drivers/media/dvb-frontends/rtl2832*
11739
11740RTL2832_SDR MEDIA DRIVER
11741M:	Antti Palosaari <crope@iki.fi>
11742L:	linux-media@vger.kernel.org
11743W:	https://linuxtv.org
11744W:	http://palosaari.fi/linux/
11745Q:	http://patchwork.linuxtv.org/project/linux-media/list/
11746T:	git git://linuxtv.org/anttip/media_tree.git
11747S:	Maintained
11748F:	drivers/media/dvb-frontends/rtl2832_sdr*
11749
11750RTL8180 WIRELESS DRIVER
11751L:	linux-wireless@vger.kernel.org
11752W:	http://wireless.kernel.org/
11753T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11754S:	Orphan
11755F:	drivers/net/wireless/realtek/rtl818x/rtl8180/
11756
11757RTL8187 WIRELESS DRIVER
11758M:	Herton Ronaldo Krzesinski <herton@canonical.com>
11759M:	Hin-Tak Leung <htl10@users.sourceforge.net>
11760M:	Larry Finger <Larry.Finger@lwfinger.net>
11761L:	linux-wireless@vger.kernel.org
11762W:	http://wireless.kernel.org/
11763T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11764S:	Maintained
11765F:	drivers/net/wireless/realtek/rtl818x/rtl8187/
11766
11767RTL8192CE WIRELESS DRIVER
11768M:	Larry Finger <Larry.Finger@lwfinger.net>
11769M:	Chaoming Li <chaoming_li@realsil.com.cn>
11770L:	linux-wireless@vger.kernel.org
11771W:	http://wireless.kernel.org/
11772T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11773S:	Maintained
11774F:	drivers/net/wireless/realtek/rtlwifi/
11775F:	drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11776
11777RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11778M:	Jes Sorensen <Jes.Sorensen@gmail.com>
11779L:	linux-wireless@vger.kernel.org
11780T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11781S:	Maintained
11782F:	drivers/net/wireless/realtek/rtl8xxxu/
11783
11784RXRPC SOCKETS (AF_RXRPC)
11785M:	David Howells <dhowells@redhat.com>
11786L:	linux-afs@lists.infradead.org
11787S:	Supported
11788F:	net/rxrpc/
11789F:	include/keys/rxrpc-type.h
11790F:	include/net/af_rxrpc.h
11791F:	include/trace/events/rxrpc.h
11792F:	include/uapi/linux/rxrpc.h
11793F:	Documentation/networking/rxrpc.txt
11794W:	https://www.infradead.org/~dhowells/kafs/
11795
11796S3 SAVAGE FRAMEBUFFER DRIVER
11797M:	Antonino Daplas <adaplas@gmail.com>
11798L:	linux-fbdev@vger.kernel.org
11799S:	Maintained
11800F:	drivers/video/fbdev/savage/
11801
11802S390
11803M:	Martin Schwidefsky <schwidefsky@de.ibm.com>
11804M:	Heiko Carstens <heiko.carstens@de.ibm.com>
11805L:	linux-s390@vger.kernel.org
11806W:	http://www.ibm.com/developerworks/linux/linux390/
11807T:	git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11808S:	Supported
11809F:	arch/s390/
11810F:	drivers/s390/
11811F:	Documentation/s390/
11812F:	Documentation/driver-api/s390-drivers.rst
11813
11814S390 COMMON I/O LAYER
11815M:	Sebastian Ott <sebott@linux.vnet.ibm.com>
11816M:	Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11817L:	linux-s390@vger.kernel.org
11818W:	http://www.ibm.com/developerworks/linux/linux390/
11819S:	Supported
11820F:	drivers/s390/cio/
11821
11822S390 DASD DRIVER
11823M:	Stefan Haberland <sth@linux.vnet.ibm.com>
11824M:	Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11825L:	linux-s390@vger.kernel.org
11826W:	http://www.ibm.com/developerworks/linux/linux390/
11827S:	Supported
11828F:	drivers/s390/block/dasd*
11829F:	block/partitions/ibm.c
11830
11831S390 IOMMU (PCI)
11832M:	Gerald Schaefer <gerald.schaefer@de.ibm.com>
11833L:	linux-s390@vger.kernel.org
11834W:	http://www.ibm.com/developerworks/linux/linux390/
11835S:	Supported
11836F:	drivers/iommu/s390-iommu.c
11837
11838S390 IUCV NETWORK LAYER
11839M:	Julian Wiedmann <jwi@linux.vnet.ibm.com>
11840M:	Ursula Braun <ubraun@linux.vnet.ibm.com>
11841L:	linux-s390@vger.kernel.org
11842W:	http://www.ibm.com/developerworks/linux/linux390/
11843S:	Supported
11844F:	drivers/s390/net/*iucv*
11845F:	include/net/iucv/
11846F:	net/iucv/
11847
11848S390 NETWORK DRIVERS
11849M:	Julian Wiedmann <jwi@linux.vnet.ibm.com>
11850M:	Ursula Braun <ubraun@linux.vnet.ibm.com>
11851L:	linux-s390@vger.kernel.org
11852W:	http://www.ibm.com/developerworks/linux/linux390/
11853S:	Supported
11854F:	drivers/s390/net/
11855
11856S390 PCI SUBSYSTEM
11857M:	Sebastian Ott <sebott@linux.vnet.ibm.com>
11858M:	Gerald Schaefer <gerald.schaefer@de.ibm.com>
11859L:	linux-s390@vger.kernel.org
11860W:	http://www.ibm.com/developerworks/linux/linux390/
11861S:	Supported
11862F:	arch/s390/pci/
11863F:	drivers/pci/hotplug/s390_pci_hpc.c
11864
11865S390 VFIO-CCW DRIVER
11866M:	Cornelia Huck <cohuck@redhat.com>
11867M:	Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11868L:	linux-s390@vger.kernel.org
11869L:	kvm@vger.kernel.org
11870S:	Supported
11871F:	drivers/s390/cio/vfio_ccw*
11872F:	Documentation/s390/vfio-ccw.txt
11873F:	include/uapi/linux/vfio_ccw.h
11874
11875S390 ZCRYPT DRIVER
11876M:	Harald Freudenberger <freude@de.ibm.com>
11877L:	linux-s390@vger.kernel.org
11878W:	http://www.ibm.com/developerworks/linux/linux390/
11879S:	Supported
11880F:	drivers/s390/crypto/
11881
11882S390 ZFCP DRIVER
11883M:	Steffen Maier <maier@linux.vnet.ibm.com>
11884M:	Benjamin Block <bblock@linux.vnet.ibm.com>
11885L:	linux-s390@vger.kernel.org
11886W:	http://www.ibm.com/developerworks/linux/linux390/
11887S:	Supported
11888F:	drivers/s390/scsi/zfcp_*
11889
11890S3C24XX SD/MMC Driver
11891M:	Ben Dooks <ben-linux@fluff.org>
11892L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11893S:	Supported
11894F:	drivers/mmc/host/s3cmci.*
11895
11896SAA6588 RDS RECEIVER DRIVER
11897M:	Hans Verkuil <hverkuil@xs4all.nl>
11898L:	linux-media@vger.kernel.org
11899T:	git git://linuxtv.org/media_tree.git
11900W:	https://linuxtv.org
11901S:	Odd Fixes
11902F:	drivers/media/i2c/saa6588*
11903
11904SAA7134 VIDEO4LINUX DRIVER
11905M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
11906M:	Mauro Carvalho Chehab <mchehab@kernel.org>
11907L:	linux-media@vger.kernel.org
11908W:	https://linuxtv.org
11909T:	git git://linuxtv.org/media_tree.git
11910S:	Odd fixes
11911F:	Documentation/media/v4l-drivers/saa7134*
11912F:	drivers/media/pci/saa7134/
11913
11914SAA7146 VIDEO4LINUX-2 DRIVER
11915M:	Hans Verkuil <hverkuil@xs4all.nl>
11916L:	linux-media@vger.kernel.org
11917T:	git git://linuxtv.org/media_tree.git
11918S:	Maintained
11919F:	drivers/media/common/saa7146/
11920F:	drivers/media/pci/saa7146/
11921F:	include/media/saa7146*
11922
11923SAMSUNG AUDIO (ASoC) DRIVERS
11924M:	Krzysztof Kozlowski <krzk@kernel.org>
11925M:	Sangbeom Kim <sbkim73@samsung.com>
11926M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
11927L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
11928S:	Supported
11929F:	sound/soc/samsung/
11930
11931SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11932M:	Krzysztof Kozlowski <krzk@kernel.org>
11933L:	linux-crypto@vger.kernel.org
11934L:	linux-samsung-soc@vger.kernel.org
11935S:	Maintained
11936F:	drivers/crypto/exynos-rng.c
11937F:	Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
11938
11939SAMSUNG FRAMEBUFFER DRIVER
11940M:	Jingoo Han <jingoohan1@gmail.com>
11941L:	linux-fbdev@vger.kernel.org
11942S:	Maintained
11943F:	drivers/video/fbdev/s3c-fb.c
11944
11945SAMSUNG LAPTOP DRIVER
11946M:	Corentin Chary <corentin.chary@gmail.com>
11947L:	platform-driver-x86@vger.kernel.org
11948S:	Maintained
11949F:	drivers/platform/x86/samsung-laptop.c
11950
11951SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11952M:	Sangbeom Kim <sbkim73@samsung.com>
11953M:	Krzysztof Kozlowski <krzk@kernel.org>
11954M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11955L:	linux-kernel@vger.kernel.org
11956L:	linux-samsung-soc@vger.kernel.org
11957S:	Supported
11958F:	drivers/mfd/sec*.c
11959F:	drivers/regulator/s2m*.c
11960F:	drivers/regulator/s5m*.c
11961F:	drivers/clk/clk-s2mps11.c
11962F:	drivers/rtc/rtc-s5m.c
11963F:	include/linux/mfd/samsung/
11964F:	Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11965F:	Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11966F:	Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11967F:	Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11968
11969SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11970M:	Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11971L:	linux-media@vger.kernel.org
11972L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11973S:	Maintained
11974F:	drivers/media/platform/s3c-camif/
11975F:	include/media/drv-intf/s3c_camif.h
11976
11977SAMSUNG S3FWRN5 NFC DRIVER
11978M:	Robert Baldyga <r.baldyga@samsung.com>
11979M:	Krzysztof Opasiak <k.opasiak@samsung.com>
11980L:	linux-nfc@lists.01.org (moderated for non-subscribers)
11981S:	Supported
11982F:	drivers/nfc/s3fwrn5
11983
11984SAMSUNG S5C73M3 CAMERA DRIVER
11985M:	Kyungmin Park <kyungmin.park@samsung.com>
11986M:	Andrzej Hajda <a.hajda@samsung.com>
11987L:	linux-media@vger.kernel.org
11988S:	Supported
11989F:	drivers/media/i2c/s5c73m3/*
11990
11991SAMSUNG S5K5BAF CAMERA DRIVER
11992M:	Kyungmin Park <kyungmin.park@samsung.com>
11993M:	Andrzej Hajda <a.hajda@samsung.com>
11994L:	linux-media@vger.kernel.org
11995S:	Supported
11996F:	drivers/media/i2c/s5k5baf.c
11997
11998SAMSUNG S5P Security SubSystem (SSS) DRIVER
11999M:	Krzysztof Kozlowski <krzk@kernel.org>
12000M:	Vladimir Zapolskiy <vz@mleia.com>
12001L:	linux-crypto@vger.kernel.org
12002L:	linux-samsung-soc@vger.kernel.org
12003S:	Maintained
12004F:	drivers/crypto/s5p-sss.c
12005
12006SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
12007M:	Kyungmin Park <kyungmin.park@samsung.com>
12008M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
12009L:	linux-media@vger.kernel.org
12010Q:	https://patchwork.linuxtv.org/project/linux-media/list/
12011S:	Supported
12012F:	drivers/media/platform/exynos4-is/
12013
12014SAMSUNG SOC CLOCK DRIVERS
12015M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
12016M:	Tomasz Figa <tomasz.figa@gmail.com>
12017M:	Chanwoo Choi <cw00.choi@samsung.com>
12018S:	Supported
12019L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12020F:	drivers/clk/samsung/
12021F:	include/dt-bindings/clock/exynos*.h
12022F:	Documentation/devicetree/bindings/clock/exynos*.txt
12023
12024SAMSUNG SPI DRIVERS
12025M:	Kukjin Kim <kgene@kernel.org>
12026M:	Krzysztof Kozlowski <krzk@kernel.org>
12027M:	Andi Shyti <andi.shyti@samsung.com>
12028L:	linux-spi@vger.kernel.org
12029L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12030S:	Maintained
12031F:	Documentation/devicetree/bindings/spi/spi-samsung.txt
12032F:	drivers/spi/spi-s3c*
12033F:	include/linux/platform_data/spi-s3c64xx.h
12034
12035SAMSUNG SXGBE DRIVERS
12036M:	Byungho An <bh74.an@samsung.com>
12037M:	Girish K S <ks.giri@samsung.com>
12038M:	Vipul Pandya <vipul.pandya@samsung.com>
12039S:	Supported
12040L:	netdev@vger.kernel.org
12041F:	drivers/net/ethernet/samsung/sxgbe/
12042
12043SAMSUNG THERMAL DRIVER
12044M:	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12045L:	linux-pm@vger.kernel.org
12046L:	linux-samsung-soc@vger.kernel.org
12047S:	Supported
12048T:	git https://github.com/lmajewski/linux-samsung-thermal.git
12049F:	drivers/thermal/samsung/
12050
12051SAMSUNG USB2 PHY DRIVER
12052M:	Kamil Debski <kamil@wypas.org>
12053M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
12054L:	linux-kernel@vger.kernel.org
12055S:	Supported
12056F:	Documentation/devicetree/bindings/phy/samsung-phy.txt
12057F:	Documentation/phy/samsung-usb2.txt
12058F:	drivers/phy/samsung/phy-exynos4210-usb2.c
12059F:	drivers/phy/samsung/phy-exynos4x12-usb2.c
12060F:	drivers/phy/samsung/phy-exynos5250-usb2.c
12061F:	drivers/phy/samsung/phy-s5pv210-usb2.c
12062F:	drivers/phy/samsung/phy-samsung-usb2.c
12063F:	drivers/phy/samsung/phy-samsung-usb2.h
12064
12065SC1200 WDT DRIVER
12066M:	Zwane Mwaikambo <zwanem@gmail.com>
12067S:	Maintained
12068F:	drivers/watchdog/sc1200wdt.c
12069
12070SCHEDULER
12071M:	Ingo Molnar <mingo@redhat.com>
12072M:	Peter Zijlstra <peterz@infradead.org>
12073L:	linux-kernel@vger.kernel.org
12074T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
12075S:	Maintained
12076F:	kernel/sched/
12077F:	include/linux/sched.h
12078F:	include/uapi/linux/sched.h
12079F:	include/linux/wait.h
12080
12081SCORE ARCHITECTURE
12082M:	Chen Liqin <liqin.linux@gmail.com>
12083M:	Lennox Wu <lennox.wu@gmail.com>
12084W:	http://www.sunplus.com
12085S:	Supported
12086F:	arch/score/
12087
12088SCR24X CHIP CARD INTERFACE DRIVER
12089M:	Lubomir Rintel <lkundrak@v3.sk>
12090S:	Supported
12091F:	drivers/char/pcmcia/scr24x_cs.c
12092
12093SCSI CDROM DRIVER
12094M:	Jens Axboe <axboe@kernel.dk>
12095L:	linux-scsi@vger.kernel.org
12096W:	http://www.kernel.dk
12097S:	Maintained
12098F:	drivers/scsi/sr*
12099
12100SCSI RDMA PROTOCOL (SRP) INITIATOR
12101M:	Bart Van Assche <bart.vanassche@sandisk.com>
12102L:	linux-rdma@vger.kernel.org
12103S:	Supported
12104W:	http://www.openfabrics.org
12105Q:	http://patchwork.kernel.org/project/linux-rdma/list/
12106T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
12107F:	drivers/infiniband/ulp/srp/
12108F:	include/scsi/srp.h
12109
12110SCSI SG DRIVER
12111M:	Doug Gilbert <dgilbert@interlog.com>
12112L:	linux-scsi@vger.kernel.org
12113W:	http://sg.danny.cz/sg
12114S:	Maintained
12115F:	Documentation/scsi/scsi-generic.txt
12116F:	drivers/scsi/sg.c
12117F:	include/scsi/sg.h
12118
12119SCSI SUBSYSTEM
12120M:	"James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
12121T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
12122M:	"Martin K. Petersen" <martin.petersen@oracle.com>
12123T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
12124L:	linux-scsi@vger.kernel.org
12125S:	Maintained
12126F:	Documentation/devicetree/bindings/scsi/
12127F:	drivers/scsi/
12128F:	include/scsi/
12129
12130SCSI TAPE DRIVER
12131M:	Kai Mäkisara <Kai.Makisara@kolumbus.fi>
12132L:	linux-scsi@vger.kernel.org
12133S:	Maintained
12134F:	Documentation/scsi/st.txt
12135F:	drivers/scsi/st.*
12136F:	drivers/scsi/st_*.h
12137
12138SCTP PROTOCOL
12139M:	Vlad Yasevich <vyasevich@gmail.com>
12140M:	Neil Horman <nhorman@tuxdriver.com>
12141L:	linux-sctp@vger.kernel.org
12142W:	http://lksctp.sourceforge.net
12143S:	Maintained
12144F:	Documentation/networking/sctp.txt
12145F:	include/linux/sctp.h
12146F:	include/uapi/linux/sctp.h
12147F:	include/net/sctp/
12148F:	net/sctp/
12149
12150SCx200 CPU SUPPORT
12151M:	Jim Cromie <jim.cromie@gmail.com>
12152S:	Odd Fixes
12153F:	Documentation/i2c/busses/scx200_acb
12154F:	arch/x86/platform/scx200/
12155F:	drivers/watchdog/scx200_wdt.c
12156F:	drivers/i2c/busses/scx200*
12157F:	drivers/mtd/maps/scx200_docflash.c
12158F:	include/linux/scx200.h
12159
12160SCx200 GPIO DRIVER
12161M:	Jim Cromie <jim.cromie@gmail.com>
12162S:	Maintained
12163F:	drivers/char/scx200_gpio.c
12164F:	include/linux/scx200_gpio.h
12165
12166SCx200 HRT CLOCKSOURCE DRIVER
12167M:	Jim Cromie <jim.cromie@gmail.com>
12168S:	Maintained
12169F:	drivers/clocksource/scx200_hrt.c
12170
12171SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
12172M:	Sascha Sommer <saschasommer@freenet.de>
12173L:	sdricohcs-devel@lists.sourceforge.net (subscribers-only)
12174S:	Maintained
12175F:	drivers/mmc/host/sdricoh_cs.c
12176
12177SECURE COMPUTING
12178M:	Kees Cook <keescook@chromium.org>
12179R:	Andy Lutomirski <luto@amacapital.net>
12180R:	Will Drewry <wad@chromium.org>
12181T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
12182S:	Supported
12183F:	kernel/seccomp.c
12184F:	include/uapi/linux/seccomp.h
12185F:	include/linux/seccomp.h
12186F:	tools/testing/selftests/seccomp/*
12187F:	tools/testing/selftests/kselftest_harness.h
12188F:	Documentation/userspace-api/seccomp_filter.rst
12189K:	\bsecure_computing
12190K:	\bTIF_SECCOMP\b
12191
12192SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
12193M:	Al Cooper <alcooperx@gmail.com>
12194L:	linux-mmc@vger.kernel.org
12195L:	bcm-kernel-feedback-list@broadcom.com
12196S:	Maintained
12197F:	drivers/mmc/host/sdhci-brcmstb*
12198
12199SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
12200M:	Adrian Hunter <adrian.hunter@intel.com>
12201L:	linux-mmc@vger.kernel.org
12202T:	git git://git.infradead.org/users/ahunter/linux-sdhci.git
12203S:	Maintained
12204F:	drivers/mmc/host/sdhci*
12205F:	include/linux/mmc/sdhci*
12206
12207SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
12208M:	Ben Dooks <ben-linux@fluff.org>
12209M:	Jaehoon Chung <jh80.chung@samsung.com>
12210L:	linux-mmc@vger.kernel.org
12211S:	Maintained
12212F:	drivers/mmc/host/sdhci-s3c*
12213
12214SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
12215M:	Viresh Kumar <vireshk@kernel.org>
12216L:	linux-mmc@vger.kernel.org
12217S:	Maintained
12218F:	drivers/mmc/host/sdhci-spear.c
12219
12220SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
12221M:	Kishon Vijay Abraham I <kishon@ti.com>
12222L:	linux-mmc@vger.kernel.org
12223S:	Maintained
12224F:	drivers/mmc/host/sdhci-omap.c
12225
12226SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
12227M:	Scott Bauer <scott.bauer@intel.com>
12228M:	Jonathan Derrick <jonathan.derrick@intel.com>
12229L:	linux-block@vger.kernel.org
12230S:	Supported
12231F:	block/sed*
12232F:	block/opal_proto.h
12233F:	include/linux/sed*
12234F:	include/uapi/linux/sed*
12235
12236SECURITY CONTACT
12237M:	Security Officers <security@kernel.org>
12238S:	Supported
12239
12240SECURITY SUBSYSTEM
12241M:	James Morris <james.l.morris@oracle.com>
12242M:	"Serge E. Hallyn" <serge@hallyn.com>
12243L:	linux-security-module@vger.kernel.org (suggested Cc:)
12244T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
12245W:	http://kernsec.org/
12246S:	Supported
12247F:	security/
12248
12249SELINUX SECURITY MODULE
12250M:	Paul Moore <paul@paul-moore.com>
12251M:	Stephen Smalley <sds@tycho.nsa.gov>
12252M:	Eric Paris <eparis@parisplace.org>
12253L:	selinux@tycho.nsa.gov (moderated for non-subscribers)
12254W:	https://selinuxproject.org
12255W:	https://github.com/SELinuxProject
12256T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
12257S:	Supported
12258F:	include/linux/selinux*
12259F:	security/selinux/
12260F:	scripts/selinux/
12261F:	Documentation/admin-guide/LSM/SELinux.rst
12262
12263SENSABLE PHANTOM
12264M:	Jiri Slaby <jirislaby@gmail.com>
12265S:	Maintained
12266F:	drivers/misc/phantom.c
12267F:	include/uapi/linux/phantom.h
12268
12269SERIAL DEVICE BUS
12270M:	Rob Herring <robh@kernel.org>
12271L:	linux-serial@vger.kernel.org
12272S:	Maintained
12273F:	Documentation/devicetree/bindings/serial/slave-device.txt
12274F:	drivers/tty/serdev/
12275F:	include/linux/serdev.h
12276
12277SERIAL DRIVERS
12278M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12279L:	linux-serial@vger.kernel.org
12280S:	Maintained
12281F:	Documentation/devicetree/bindings/serial/
12282F:	drivers/tty/serial/
12283
12284SERIAL IR RECEIVER
12285M:	Sean Young <sean@mess.org>
12286L:	linux-media@vger.kernel.org
12287S:	Maintained
12288F:	drivers/media/rc/serial_ir.c
12289
12290SFC NETWORK DRIVER
12291M:	Solarflare linux maintainers <linux-net-drivers@solarflare.com>
12292M:	Edward Cree <ecree@solarflare.com>
12293M:	Bert Kenward <bkenward@solarflare.com>
12294L:	netdev@vger.kernel.org
12295S:	Supported
12296F:	drivers/net/ethernet/sfc/
12297
12298SGI GRU DRIVER
12299M:	Dimitri Sivanich <sivanich@sgi.com>
12300S:	Maintained
12301F:	drivers/misc/sgi-gru/
12302
12303SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12304M:	Pat Gefre <pfg@sgi.com>
12305L:	linux-ia64@vger.kernel.org
12306S:	Supported
12307F:	Documentation/ia64/serial.txt
12308F:	drivers/tty/serial/ioc?_serial.c
12309F:	include/linux/ioc?.h
12310
12311SGI XP/XPC/XPNET DRIVER
12312M:	Cliff Whickman <cpw@sgi.com>
12313M:	Robin Holt <robinmholt@gmail.com>
12314S:	Maintained
12315F:	drivers/misc/sgi-xp/
12316
12317SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
12318M:	Ursula Braun <ubraun@linux.vnet.ibm.com>
12319L:	linux-s390@vger.kernel.org
12320W:	http://www.ibm.com/developerworks/linux/linux390/
12321S:	Supported
12322F:	net/smc/
12323
12324SH_VEU V4L2 MEM2MEM DRIVER
12325L:	linux-media@vger.kernel.org
12326S:	Orphan
12327F:	drivers/media/platform/sh_veu.c
12328
12329SH_VOU V4L2 OUTPUT DRIVER
12330L:	linux-media@vger.kernel.org
12331S:	Orphan
12332F:	drivers/media/platform/sh_vou.c
12333F:	include/media/drv-intf/sh_vou.h
12334
12335SI2157 MEDIA DRIVER
12336M:	Antti Palosaari <crope@iki.fi>
12337L:	linux-media@vger.kernel.org
12338W:	https://linuxtv.org
12339W:	http://palosaari.fi/linux/
12340Q:	http://patchwork.linuxtv.org/project/linux-media/list/
12341T:	git git://linuxtv.org/anttip/media_tree.git
12342S:	Maintained
12343F:	drivers/media/tuners/si2157*
12344
12345SI2168 MEDIA DRIVER
12346M:	Antti Palosaari <crope@iki.fi>
12347L:	linux-media@vger.kernel.org
12348W:	https://linuxtv.org
12349W:	http://palosaari.fi/linux/
12350Q:	http://patchwork.linuxtv.org/project/linux-media/list/
12351T:	git git://linuxtv.org/anttip/media_tree.git
12352S:	Maintained
12353F:	drivers/media/dvb-frontends/si2168*
12354
12355SI470X FM RADIO RECEIVER I2C DRIVER
12356M:	Hans Verkuil <hverkuil@xs4all.nl>
12357L:	linux-media@vger.kernel.org
12358T:	git git://linuxtv.org/media_tree.git
12359W:	https://linuxtv.org
12360S:	Odd Fixes
12361F:	drivers/media/radio/si470x/radio-si470x-i2c.c
12362
12363SI470X FM RADIO RECEIVER USB DRIVER
12364M:	Hans Verkuil <hverkuil@xs4all.nl>
12365L:	linux-media@vger.kernel.org
12366T:	git git://linuxtv.org/media_tree.git
12367W:	https://linuxtv.org
12368S:	Maintained
12369F:	drivers/media/radio/si470x/radio-si470x-common.c
12370F:	drivers/media/radio/si470x/radio-si470x.h
12371F:	drivers/media/radio/si470x/radio-si470x-usb.c
12372
12373SI4713 FM RADIO TRANSMITTER I2C DRIVER
12374M:	Eduardo Valentin <edubezval@gmail.com>
12375L:	linux-media@vger.kernel.org
12376T:	git git://linuxtv.org/media_tree.git
12377W:	https://linuxtv.org
12378S:	Odd Fixes
12379F:	drivers/media/radio/si4713/si4713.?
12380
12381SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12382M:	Eduardo Valentin <edubezval@gmail.com>
12383L:	linux-media@vger.kernel.org
12384T:	git git://linuxtv.org/media_tree.git
12385W:	https://linuxtv.org
12386S:	Odd Fixes
12387F:	drivers/media/radio/si4713/radio-platform-si4713.c
12388
12389SI4713 FM RADIO TRANSMITTER USB DRIVER
12390M:	Hans Verkuil <hverkuil@xs4all.nl>
12391L:	linux-media@vger.kernel.org
12392T:	git git://linuxtv.org/media_tree.git
12393W:	https://linuxtv.org
12394S:	Maintained
12395F:	drivers/media/radio/si4713/radio-usb-si4713.c
12396
12397SIANO DVB DRIVER
12398M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
12399M:	Mauro Carvalho Chehab <mchehab@kernel.org>
12400L:	linux-media@vger.kernel.org
12401W:	https://linuxtv.org
12402T:	git git://linuxtv.org/media_tree.git
12403S:	Odd fixes
12404F:	drivers/media/common/siano/
12405F:	drivers/media/usb/siano/
12406F:	drivers/media/usb/siano/
12407F:	drivers/media/mmc/siano/
12408
12409SILEAD TOUCHSCREEN DRIVER
12410M:	Hans de Goede <hdegoede@redhat.com>
12411L:	linux-input@vger.kernel.org
12412L:	platform-driver-x86@vger.kernel.org
12413S:	Maintained
12414F:	drivers/input/touchscreen/silead.c
12415F:	drivers/platform/x86/silead_dmi.c
12416
12417SILICON MOTION SM712 FRAME BUFFER DRIVER
12418M:	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12419M:	Teddy Wang <teddy.wang@siliconmotion.com>
12420M:	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12421L:	linux-fbdev@vger.kernel.org
12422S:	Maintained
12423F:	drivers/video/fbdev/sm712*
12424F:	Documentation/fb/sm712fb.txt
12425
12426SIMPLE FIRMWARE INTERFACE (SFI)
12427M:	Len Brown <lenb@kernel.org>
12428L:	sfi-devel@simplefirmware.org
12429W:	http://simplefirmware.org/
12430T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12431S:	Supported
12432F:	arch/x86/platform/sfi/
12433F:	drivers/sfi/
12434F:	include/linux/sfi*.h
12435
12436SIMPLEFB FB DRIVER
12437M:	Hans de Goede <hdegoede@redhat.com>
12438L:	linux-fbdev@vger.kernel.org
12439S:	Maintained
12440F:	Documentation/devicetree/bindings/display/simple-framebuffer.txt
12441F:	drivers/video/fbdev/simplefb.c
12442F:	include/linux/platform_data/simplefb.h
12443
12444SIMTEC EB110ATX (Chalice CATS)
12445P:	Ben Dooks
12446P:	Vincent Sanders <vince@simtec.co.uk>
12447M:	Simtec Linux Team <linux@simtec.co.uk>
12448W:	http://www.simtec.co.uk/products/EB110ATX/
12449S:	Supported
12450
12451SIMTEC EB2410ITX (BAST)
12452P:	Ben Dooks
12453P:	Vincent Sanders <vince@simtec.co.uk>
12454M:	Simtec Linux Team <linux@simtec.co.uk>
12455W:	http://www.simtec.co.uk/products/EB2410ITX/
12456S:	Supported
12457F:	arch/arm/mach-s3c24xx/mach-bast.c
12458F:	arch/arm/mach-s3c24xx/bast-ide.c
12459F:	arch/arm/mach-s3c24xx/bast-irq.c
12460
12461SIPHASH PRF ROUTINES
12462M:	Jason A. Donenfeld <Jason@zx2c4.com>
12463S:	Maintained
12464F:	lib/siphash.c
12465F:	lib/test_siphash.c
12466F:	include/linux/siphash.h
12467
12468SIS 190 ETHERNET DRIVER
12469M:	Francois Romieu <romieu@fr.zoreil.com>
12470L:	netdev@vger.kernel.org
12471S:	Maintained
12472F:	drivers/net/ethernet/sis/sis190.c
12473
12474SIS 900/7016 FAST ETHERNET DRIVER
12475M:	Daniele Venzano <venza@brownhat.org>
12476W:	http://www.brownhat.org/sis900.html
12477L:	netdev@vger.kernel.org
12478S:	Maintained
12479F:	drivers/net/ethernet/sis/sis900.*
12480
12481SIS FRAMEBUFFER DRIVER
12482M:	Thomas Winischhofer <thomas@winischhofer.net>
12483W:	http://www.winischhofer.net/linuxsisvga.shtml
12484S:	Maintained
12485F:	Documentation/fb/sisfb.txt
12486F:	drivers/video/fbdev/sis/
12487F:	include/video/sisfb.h
12488
12489SIS USB2VGA DRIVER
12490M:	Thomas Winischhofer <thomas@winischhofer.net>
12491W:	http://www.winischhofer.at/linuxsisusbvga.shtml
12492S:	Maintained
12493F:	drivers/usb/misc/sisusbvga/
12494
12495SLAB ALLOCATOR
12496M:	Christoph Lameter <cl@linux.com>
12497M:	Pekka Enberg <penberg@kernel.org>
12498M:	David Rientjes <rientjes@google.com>
12499M:	Joonsoo Kim <iamjoonsoo.kim@lge.com>
12500M:	Andrew Morton <akpm@linux-foundation.org>
12501L:	linux-mm@kvack.org
12502S:	Maintained
12503F:	include/linux/sl?b*.h
12504F:	mm/sl?b*
12505
12506SLEEPABLE READ-COPY UPDATE (SRCU)
12507M:	Lai Jiangshan <jiangshanlai@gmail.com>
12508M:	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12509M:	Josh Triplett <josh@joshtriplett.org>
12510R:	Steven Rostedt <rostedt@goodmis.org>
12511R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12512L:	linux-kernel@vger.kernel.org
12513W:	http://www.rdrop.com/users/paulmck/RCU/
12514S:	Supported
12515T:	git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12516F:	include/linux/srcu.h
12517F:	kernel/rcu/srcu.c
12518
12519SMACK SECURITY MODULE
12520M:	Casey Schaufler <casey@schaufler-ca.com>
12521L:	linux-security-module@vger.kernel.org
12522W:	http://schaufler-ca.com
12523T:	git git://github.com/cschaufler/smack-next
12524S:	Maintained
12525F:	Documentation/admin-guide/LSM/Smack.rst
12526F:	security/smack/
12527
12528SMC91x ETHERNET DRIVER
12529M:	Nicolas Pitre <nico@fluxnic.net>
12530S:	Odd Fixes
12531F:	drivers/net/ethernet/smsc/smc91x.*
12532
12533SMIA AND SMIA++ IMAGE SENSOR DRIVER
12534M:	Sakari Ailus <sakari.ailus@iki.fi>
12535L:	linux-media@vger.kernel.org
12536S:	Maintained
12537F:	drivers/media/i2c/smiapp/
12538F:	include/media/i2c/smiapp.h
12539F:	drivers/media/i2c/smiapp-pll.c
12540F:	drivers/media/i2c/smiapp-pll.h
12541F:	include/uapi/linux/smiapp.h
12542F:	Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12543
12544SMM665 HARDWARE MONITOR DRIVER
12545M:	Guenter Roeck <linux@roeck-us.net>
12546L:	linux-hwmon@vger.kernel.org
12547S:	Maintained
12548F:	Documentation/hwmon/smm665
12549F:	drivers/hwmon/smm665.c
12550
12551SMSC EMC2103 HARDWARE MONITOR DRIVER
12552M:	Steve Glendinning <steve.glendinning@shawell.net>
12553L:	linux-hwmon@vger.kernel.org
12554S:	Maintained
12555F:	Documentation/hwmon/emc2103
12556F:	drivers/hwmon/emc2103.c
12557
12558SMSC SCH5627 HARDWARE MONITOR DRIVER
12559M:	Hans de Goede <hdegoede@redhat.com>
12560L:	linux-hwmon@vger.kernel.org
12561S:	Supported
12562F:	Documentation/hwmon/sch5627
12563F:	drivers/hwmon/sch5627.c
12564
12565SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12566M:	Steve Glendinning <steve.glendinning@shawell.net>
12567L:	linux-fbdev@vger.kernel.org
12568S:	Maintained
12569F:	drivers/video/fbdev/smscufx.c
12570
12571SMSC47B397 HARDWARE MONITOR DRIVER
12572M:	Jean Delvare <jdelvare@suse.com>
12573L:	linux-hwmon@vger.kernel.org
12574S:	Maintained
12575F:	Documentation/hwmon/smsc47b397
12576F:	drivers/hwmon/smsc47b397.c
12577
12578SMSC911x ETHERNET DRIVER
12579M:	Steve Glendinning <steve.glendinning@shawell.net>
12580L:	netdev@vger.kernel.org
12581S:	Maintained
12582F:	include/linux/smsc911x.h
12583F:	drivers/net/ethernet/smsc/smsc911x.*
12584
12585SMSC9420 PCI ETHERNET DRIVER
12586M:	Steve Glendinning <steve.glendinning@shawell.net>
12587L:	netdev@vger.kernel.org
12588S:	Maintained
12589F:	drivers/net/ethernet/smsc/smsc9420.*
12590
12591SOC-CAMERA V4L2 SUBSYSTEM
12592M:	Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12593L:	linux-media@vger.kernel.org
12594T:	git git://linuxtv.org/media_tree.git
12595S:	Maintained
12596F:	include/media/soc*
12597F:	drivers/media/i2c/soc_camera/
12598F:	drivers/media/platform/soc_camera/
12599
12600SOEKRIS NET48XX LED SUPPORT
12601M:	Chris Boot <bootc@bootc.net>
12602S:	Maintained
12603F:	drivers/leds/leds-net48xx.c
12604
12605SOFT-ROCE DRIVER (rxe)
12606M:	Moni Shoua <monis@mellanox.com>
12607L:	linux-rdma@vger.kernel.org
12608S:	Supported
12609W:	https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
12610Q:	http://patchwork.kernel.org/project/linux-rdma/list/
12611F:	drivers/infiniband/sw/rxe/
12612F:	include/uapi/rdma/rdma_user_rxe.h
12613
12614SOFTLOGIC 6x10 MPEG CODEC
12615M:	Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12616M:	Anton Sviridenko <anton@corp.bluecherry.net>
12617M:	Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12618M:	Andrey Utkin <andrey_utkin@fastmail.com>
12619M:	Ismael Luceno <ismael@iodev.co.uk>
12620L:	linux-media@vger.kernel.org
12621S:	Supported
12622F:	drivers/media/pci/solo6x10/
12623
12624SOFTWARE RAID (Multiple Disks) SUPPORT
12625M:	Shaohua Li <shli@kernel.org>
12626L:	linux-raid@vger.kernel.org
12627T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12628S:	Supported
12629F:	drivers/md/Makefile
12630F:	drivers/md/Kconfig
12631F:	drivers/md/md*
12632F:	drivers/md/raid*
12633F:	include/linux/raid/
12634F:	include/uapi/linux/raid/
12635
12636SONIC NETWORK DRIVER
12637M:	Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12638L:	netdev@vger.kernel.org
12639S:	Maintained
12640F:	drivers/net/ethernet/natsemi/sonic.*
12641
12642SONICS SILICON BACKPLANE DRIVER (SSB)
12643M:	Michael Buesch <m@bues.ch>
12644L:	linux-wireless@vger.kernel.org
12645S:	Maintained
12646F:	drivers/ssb/
12647F:	include/linux/ssb/
12648
12649SONY IMX274 SENSOR DRIVER
12650M:	Leon Luo <leonl@leopardimaging.com>
12651L:	linux-media@vger.kernel.org
12652T:	git git://linuxtv.org/media_tree.git
12653S:	Maintained
12654F:	drivers/media/i2c/imx274.c
12655F:	Documentation/devicetree/bindings/media/i2c/imx274.txt
12656
12657SONY MEMORYSTICK CARD SUPPORT
12658M:	Alex Dubov <oakad@yahoo.com>
12659W:	http://tifmxx.berlios.de/
12660S:	Maintained
12661F:	drivers/memstick/host/tifm_ms.c
12662
12663SONY MEMORYSTICK STANDARD SUPPORT
12664M:	Maxim Levitsky <maximlevitsky@gmail.com>
12665S:	Maintained
12666F:	drivers/memstick/core/ms_block.*
12667
12668SONY VAIO CONTROL DEVICE DRIVER
12669M:	Mattia Dongili <malattia@linux.it>
12670L:	platform-driver-x86@vger.kernel.org
12671W:	http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12672S:	Maintained
12673F:	Documentation/laptops/sony-laptop.txt
12674F:	drivers/char/sonypi.c
12675F:	drivers/platform/x86/sony-laptop.c
12676F:	include/linux/sony-laptop.h
12677
12678SOUND
12679M:	Jaroslav Kysela <perex@perex.cz>
12680M:	Takashi Iwai <tiwai@suse.com>
12681L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
12682W:	http://www.alsa-project.org/
12683T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12684T:	git git://git.alsa-project.org/alsa-kernel.git
12685Q:	http://patchwork.kernel.org/project/alsa-devel/list/
12686S:	Maintained
12687F:	Documentation/sound/
12688F:	include/sound/
12689F:	include/uapi/sound/
12690F:	sound/
12691
12692SOUND - COMPRESSED AUDIO
12693M:	Vinod Koul <vinod.koul@intel.com>
12694L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
12695T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12696S:	Supported
12697F:	Documentation/sound/alsa/compress_offload.txt
12698F:	include/sound/compress_driver.h
12699F:	include/uapi/sound/compress_*
12700F:	sound/core/compress_offload.c
12701F:	sound/soc/soc-compress.c
12702
12703SOUND - DMAENGINE HELPERS
12704M:	Lars-Peter Clausen <lars@metafoo.de>
12705S:	Supported
12706F:	include/sound/dmaengine_pcm.h
12707F:	sound/core/pcm_dmaengine.c
12708F:	sound/soc/soc-generic-dmaengine-pcm.c
12709
12710SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12711M:	Liam Girdwood <lgirdwood@gmail.com>
12712M:	Mark Brown <broonie@kernel.org>
12713T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12714L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
12715W:	http://alsa-project.org/main/index.php/ASoC
12716S:	Supported
12717F:	Documentation/devicetree/bindings/sound/
12718F:	Documentation/sound/alsa/soc/
12719F:	sound/soc/
12720F:	include/sound/soc*
12721
12722SP2 MEDIA DRIVER
12723M:	Olli Salonen <olli.salonen@iki.fi>
12724L:	linux-media@vger.kernel.org
12725W:	https://linuxtv.org
12726Q:	http://patchwork.linuxtv.org/project/linux-media/list/
12727S:	Maintained
12728F:	drivers/media/dvb-frontends/sp2*
12729
12730SPARC + UltraSPARC (sparc/sparc64)
12731M:	"David S. Miller" <davem@davemloft.net>
12732L:	sparclinux@vger.kernel.org
12733Q:	http://patchwork.ozlabs.org/project/sparclinux/list/
12734T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12735T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12736S:	Maintained
12737F:	arch/sparc/
12738F:	drivers/sbus/
12739
12740SPARC SERIAL DRIVERS
12741M:	"David S. Miller" <davem@davemloft.net>
12742L:	sparclinux@vger.kernel.org
12743T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12744T:	git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12745S:	Maintained
12746F:	include/linux/sunserialcore.h
12747F:	drivers/tty/serial/suncore.c
12748F:	drivers/tty/serial/sunhv.c
12749F:	drivers/tty/serial/sunsab.c
12750F:	drivers/tty/serial/sunsab.h
12751F:	drivers/tty/serial/sunsu.c
12752F:	drivers/tty/serial/sunzilog.c
12753F:	drivers/tty/serial/sunzilog.h
12754F:	drivers/tty/vcc.c
12755
12756SPARSE CHECKER
12757M:	"Christopher Li" <sparse@chrisli.org>
12758L:	linux-sparse@vger.kernel.org
12759W:	https://sparse.wiki.kernel.org/
12760T:	git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12761T:	git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12762S:	Maintained
12763F:	include/linux/compiler.h
12764
12765SPEAR CLOCK FRAMEWORK SUPPORT
12766M:	Viresh Kumar <vireshk@kernel.org>
12767L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12768W:	http://www.st.com/spear
12769S:	Maintained
12770F:	drivers/clk/spear/
12771
12772SPEAR PLATFORM SUPPORT
12773M:	Viresh Kumar <vireshk@kernel.org>
12774M:	Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12775L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12776W:	http://www.st.com/spear
12777S:	Maintained
12778F:	arch/arm/boot/dts/spear*
12779F:	arch/arm/mach-spear/
12780
12781SPI NOR SUBSYSTEM
12782M:	Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12783M:	Marek Vasut <marek.vasut@gmail.com>
12784L:	linux-mtd@lists.infradead.org
12785W:	http://www.linux-mtd.infradead.org/
12786Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
12787T:	git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12788T:	git git://git.infradead.org/l2-mtd.git spi-nor/next
12789S:	Maintained
12790F:	drivers/mtd/spi-nor/
12791F:	include/linux/mtd/spi-nor.h
12792
12793SPI SUBSYSTEM
12794M:	Mark Brown <broonie@kernel.org>
12795L:	linux-spi@vger.kernel.org
12796T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12797Q:	http://patchwork.kernel.org/project/spi-devel-general/list/
12798S:	Maintained
12799F:	Documentation/devicetree/bindings/spi/
12800F:	Documentation/spi/
12801F:	drivers/spi/
12802F:	include/linux/spi/
12803F:	include/uapi/linux/spi/
12804F:	tools/spi/
12805
12806SPIDERNET NETWORK DRIVER for CELL
12807M:	Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12808L:	netdev@vger.kernel.org
12809S:	Supported
12810F:	Documentation/networking/spider_net.txt
12811F:	drivers/net/ethernet/toshiba/spider_net*
12812
12813SPMI SUBSYSTEM
12814R:	Stephen Boyd <sboyd@codeaurora.org>
12815L:	linux-arm-msm@vger.kernel.org
12816F:	Documentation/devicetree/bindings/spmi/
12817F:	drivers/spmi/
12818F:	include/dt-bindings/spmi/spmi.h
12819F:	include/linux/spmi.h
12820F:	include/trace/events/spmi.h
12821
12822SPU FILE SYSTEM
12823M:	Jeremy Kerr <jk@ozlabs.org>
12824L:	linuxppc-dev@lists.ozlabs.org
12825W:	http://www.ibm.com/developerworks/power/cell/
12826S:	Supported
12827F:	Documentation/filesystems/spufs.txt
12828F:	arch/powerpc/platforms/cell/spufs/
12829
12830SQUASHFS FILE SYSTEM
12831M:	Phillip Lougher <phillip@squashfs.org.uk>
12832L:	squashfs-devel@lists.sourceforge.net (subscribers-only)
12833W:	http://squashfs.org.uk
12834T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12835S:	Maintained
12836F:	Documentation/filesystems/squashfs.txt
12837F:	fs/squashfs/
12838
12839SRM (Alpha) environment access
12840M:	Jan-Benedict Glaw <jbglaw@lug-owl.de>
12841S:	Maintained
12842F:	arch/alpha/kernel/srm_env.c
12843
12844STABLE BRANCH
12845M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12846L:	stable@vger.kernel.org
12847S:	Supported
12848F:	Documentation/process/stable-kernel-rules.rst
12849
12850STAGING - ATOMISP DRIVER
12851M:	Alan Cox <alan@linux.intel.com>
12852M:	Sakari Ailus <sakari.ailus@linux.intel.com>
12853L:	linux-media@vger.kernel.org
12854S:	Maintained
12855F:	drivers/staging/media/atomisp/
12856
12857STAGING - COMEDI
12858M:	Ian Abbott <abbotti@mev.co.uk>
12859M:	H Hartley Sweeten <hsweeten@visionengravers.com>
12860S:	Odd Fixes
12861F:	drivers/staging/comedi/
12862
12863STAGING - FLARION FT1000 DRIVERS
12864M:	Marek Belisko <marek.belisko@gmail.com>
12865S:	Odd Fixes
12866F:	drivers/staging/ft1000/
12867
12868STAGING - INDUSTRIAL IO
12869M:	Jonathan Cameron <jic23@kernel.org>
12870L:	linux-iio@vger.kernel.org
12871S:	Odd Fixes
12872F:	Documentation/devicetree/bindings/staging/iio/
12873F:	drivers/staging/iio/
12874
12875STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12876M:	Jarod Wilson <jarod@wilsonet.com>
12877W:	http://www.lirc.org/
12878S:	Odd Fixes
12879F:	drivers/staging/media/lirc/
12880
12881STAGING - LUSTRE PARALLEL FILESYSTEM
12882M:	Oleg Drokin <oleg.drokin@intel.com>
12883M:	Andreas Dilger <andreas.dilger@intel.com>
12884M:	James Simmons <jsimmons@infradead.org>
12885L:	lustre-devel@lists.lustre.org (moderated for non-subscribers)
12886W:	http://wiki.lustre.org/
12887S:	Maintained
12888F:	drivers/staging/lustre
12889
12890STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12891M:	Marc Dietrich <marvin24@gmx.de>
12892L:	ac100@lists.launchpad.net (moderated for non-subscribers)
12893L:	linux-tegra@vger.kernel.org
12894S:	Maintained
12895F:	drivers/staging/nvec/
12896
12897STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12898M:	Jens Frederich <jfrederich@gmail.com>
12899M:	Daniel Drake <dsd@laptop.org>
12900M:	Jon Nettleton <jon.nettleton@gmail.com>
12901W:	http://wiki.laptop.org/go/DCON
12902S:	Maintained
12903F:	drivers/staging/olpc_dcon/
12904
12905STAGING - REALTEK RTL8712U DRIVERS
12906M:	Larry Finger <Larry.Finger@lwfinger.net>
12907M:	Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12908S:	Odd Fixes
12909F:	drivers/staging/rtl8712/
12910
12911STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12912M:	Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12913M:	Teddy Wang <teddy.wang@siliconmotion.com>
12914M:	Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12915L:	linux-fbdev@vger.kernel.org
12916S:	Maintained
12917F:	drivers/staging/sm750fb/
12918
12919STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12920M:	William Hubbs <w.d.hubbs@gmail.com>
12921M:	Chris Brannon <chris@the-brannons.com>
12922M:	Kirk Reiser <kirk@reisers.ca>
12923M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
12924L:	speakup@linux-speakup.org
12925W:	http://www.linux-speakup.org/
12926S:	Odd Fixes
12927F:	drivers/staging/speakup/
12928
12929STAGING - VIA VT665X DRIVERS
12930M:	Forest Bond <forest@alittletooquiet.net>
12931S:	Odd Fixes
12932F:	drivers/staging/vt665?/
12933
12934STAGING - WILC1000 WIFI DRIVER
12935M:	Aditya Shankar <aditya.shankar@microchip.com>
12936M:	Ganesh Krishna <ganesh.krishna@microchip.com>
12937L:	linux-wireless@vger.kernel.org
12938S:	Supported
12939F:	drivers/staging/wilc1000/
12940
12941STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12942M:	Arnaud Patard <arnaud.patard@rtp-net.org>
12943S:	Odd Fixes
12944F:	drivers/staging/xgifb/
12945
12946STAGING SUBSYSTEM
12947M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12948T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12949L:	devel@driverdev.osuosl.org
12950S:	Supported
12951F:	drivers/staging/
12952
12953STARFIRE/DURALAN NETWORK DRIVER
12954M:	Ion Badulescu <ionut@badula.org>
12955S:	Odd Fixes
12956F:	drivers/net/ethernet/adaptec/starfire*
12957
12958STEC S1220 SKD DRIVER
12959M:	Bart Van Assche <bart.vanassche@wdc.com>
12960L:	linux-block@vger.kernel.org
12961S:	Maintained
12962F:	drivers/block/skd*[ch]
12963
12964STI CEC DRIVER
12965M:	Benjamin Gaignard <benjamin.gaignard@linaro.org>
12966S:	Maintained
12967F:	drivers/staging/media/st-cec/
12968F:	Documentation/devicetree/bindings/media/stih-cec.txt
12969
12970STK1160 USB VIDEO CAPTURE DRIVER
12971M:	Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12972L:	linux-media@vger.kernel.org
12973T:	git git://linuxtv.org/media_tree.git
12974S:	Maintained
12975F:	drivers/media/usb/stk1160/
12976
12977STMMAC ETHERNET DRIVER
12978M:	Giuseppe Cavallaro <peppe.cavallaro@st.com>
12979M:	Alexandre Torgue <alexandre.torgue@st.com>
12980L:	netdev@vger.kernel.org
12981W:	http://www.stlinux.com
12982S:	Supported
12983F:	drivers/net/ethernet/stmicro/stmmac/
12984
12985SUN3/3X
12986M:	Sam Creasey <sammy@sammy.net>
12987W:	http://sammy.net/sun3/
12988S:	Maintained
12989F:	arch/m68k/kernel/*sun3*
12990F:	arch/m68k/sun3*/
12991F:	arch/m68k/include/asm/sun3*
12992F:	drivers/net/ethernet/i825xx/sun3*
12993
12994SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12995M:	Hans de Goede <hdegoede@redhat.com>
12996L:	linux-input@vger.kernel.org
12997S:	Maintained
12998F:	Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12999F:	drivers/input/keyboard/sun4i-lradc-keys.c
13000
13001SUNDANCE NETWORK DRIVER
13002M:	Denis Kirjanov <kda@linux-powerpc.org>
13003L:	netdev@vger.kernel.org
13004S:	Maintained
13005F:	drivers/net/ethernet/dlink/sundance.c
13006
13007SUPERH
13008M:	Yoshinori Sato <ysato@users.sourceforge.jp>
13009M:	Rich Felker <dalias@libc.org>
13010L:	linux-sh@vger.kernel.org
13011Q:	http://patchwork.kernel.org/project/linux-sh/list/
13012S:	Maintained
13013F:	Documentation/sh/
13014F:	arch/sh/
13015F:	drivers/sh/
13016
13017SUSPEND TO RAM
13018M:	"Rafael J. Wysocki" <rjw@rjwysocki.net>
13019M:	Len Brown <len.brown@intel.com>
13020M:	Pavel Machek <pavel@ucw.cz>
13021L:	linux-pm@vger.kernel.org
13022B:	https://bugzilla.kernel.org
13023S:	Supported
13024F:	Documentation/power/
13025F:	arch/x86/kernel/acpi/
13026F:	drivers/base/power/
13027F:	kernel/power/
13028F:	include/linux/suspend.h
13029F:	include/linux/freezer.h
13030F:	include/linux/pm.h
13031
13032SVGA HANDLING
13033M:	Martin Mares <mj@ucw.cz>
13034L:	linux-video@atrey.karlin.mff.cuni.cz
13035S:	Maintained
13036F:	Documentation/svga.txt
13037F:	arch/x86/boot/video*
13038
13039SWIOTLB SUBSYSTEM
13040M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13041L:	linux-kernel@vger.kernel.org
13042T:	git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
13043S:	Supported
13044F:	lib/swiotlb.c
13045F:	arch/*/kernel/pci-swiotlb.c
13046F:	include/linux/swiotlb.h
13047
13048SWITCHDEV
13049M:	Jiri Pirko <jiri@resnulli.us>
13050M:	Ivan Vecera <ivecera@redhat.com>
13051L:	netdev@vger.kernel.org
13052S:	Supported
13053F:	net/switchdev/
13054F:	include/net/switchdev.h
13055
13056SYNC FILE FRAMEWORK
13057M:	Sumit Semwal <sumit.semwal@linaro.org>
13058R:	Gustavo Padovan <gustavo@padovan.org>
13059S:	Maintained
13060L:	linux-media@vger.kernel.org
13061L:	dri-devel@lists.freedesktop.org
13062F:	drivers/dma-buf/sync_*
13063F:	drivers/dma-buf/dma-fence*
13064F:	drivers/dma-buf/sw_sync.c
13065F:	include/linux/sync_file.h
13066F:	include/uapi/linux/sync_file.h
13067F:	Documentation/sync_file.txt
13068T:	git git://anongit.freedesktop.org/drm/drm-misc
13069
13070SYNOPSYS ARC ARCHITECTURE
13071M:	Vineet Gupta <vgupta@synopsys.com>
13072L:	linux-snps-arc@lists.infradead.org
13073S:	Supported
13074F:	arch/arc/
13075F:	Documentation/devicetree/bindings/arc/*
13076F:	Documentation/devicetree/bindings/interrupt-controller/snps,arc*
13077F:	drivers/clocksource/arc_timer.c
13078F:	drivers/tty/serial/arc_uart.c
13079T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
13080
13081SYNOPSYS ARC HSDK SDP pll clock driver
13082M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13083S:	Supported
13084F:	drivers/clk/clk-hsdk-pll.c
13085F:	Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
13086
13087SYNOPSYS ARC SDP clock driver
13088M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13089S:	Supported
13090F:	drivers/clk/axs10x/*
13091F:	Documentation/devicetree/bindings/clock/snps,pll-clock.txt
13092
13093SYNOPSYS ARC SDP platform support
13094M:	Alexey Brodkin <abrodkin@synopsys.com>
13095S:	Supported
13096F:	arch/arc/plat-axs10x
13097F:	arch/arc/boot/dts/ax*
13098F:	Documentation/devicetree/bindings/arc/axs10*
13099
13100SYNOPSYS AXS10x RESET CONTROLLER DRIVER
13101M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13102S:	Supported
13103F:	drivers/reset/reset-axs10x.c
13104F:	Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
13105
13106SYNOPSYS DESIGNWARE APB GPIO DRIVER
13107M:	Hoan Tran <hotran@apm.com>
13108L:	linux-gpio@vger.kernel.org
13109S:	Maintained
13110F:	drivers/gpio/gpio-dwapb.c
13111F:	Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
13112
13113SYNOPSYS DESIGNWARE DMAC DRIVER
13114M:	Viresh Kumar <vireshk@kernel.org>
13115R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13116S:	Maintained
13117F:	include/linux/dma/dw.h
13118F:	include/linux/platform_data/dma-dw.h
13119F:	drivers/dma/dw/
13120
13121SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
13122M:	Jie Deng <jiedeng@synopsys.com>
13123M:	Jose Abreu <Jose.Abreu@synopsys.com>
13124L:	netdev@vger.kernel.org
13125S:	Supported
13126F:	drivers/net/ethernet/synopsys/
13127
13128SYNOPSYS DESIGNWARE I2C DRIVER
13129M:	Jarkko Nikula <jarkko.nikula@linux.intel.com>
13130R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13131R:	Mika Westerberg <mika.westerberg@linux.intel.com>
13132L:	linux-i2c@vger.kernel.org
13133S:	Maintained
13134F:	drivers/i2c/busses/i2c-designware-*
13135F:	include/linux/platform_data/i2c-designware.h
13136
13137SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
13138M:	Jaehoon Chung <jh80.chung@samsung.com>
13139L:	linux-mmc@vger.kernel.org
13140S:	Maintained
13141F:	drivers/mmc/host/dw_mmc*
13142
13143SYNOPSYS HSDK RESET CONTROLLER DRIVER
13144M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13145S:	Supported
13146F:	drivers/reset/reset-hsdk.c
13147F:	include/dt-bindings/reset/snps,hsdk-reset.h
13148F:	Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
13149
13150SYSTEM CONFIGURATION (SYSCON)
13151M:	Lee Jones <lee.jones@linaro.org>
13152M:	Arnd Bergmann <arnd@arndb.de>
13153T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
13154S:	Supported
13155F:	drivers/mfd/syscon.c
13156
13157SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
13158M:	Sudeep Holla <sudeep.holla@arm.com>
13159L:	linux-arm-kernel@lists.infradead.org
13160S:	Maintained
13161F:	Documentation/devicetree/bindings/arm/arm,scpi.txt
13162F:	drivers/clk/clk-scpi.c
13163F:	drivers/cpufreq/scpi-cpufreq.c
13164F:	drivers/firmware/arm_scpi.c
13165F:	include/linux/scpi_protocol.h
13166
13167SYSTEM RESET/SHUTDOWN DRIVERS
13168M:	Sebastian Reichel <sre@kernel.org>
13169L:	linux-pm@vger.kernel.org
13170T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
13171S:	Maintained
13172F:	Documentation/devicetree/bindings/power/reset/
13173F:	drivers/power/reset/
13174
13175SYSTEM TRACE MODULE CLASS
13176M:	Alexander Shishkin <alexander.shishkin@linux.intel.com>
13177S:	Maintained
13178T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
13179F:	Documentation/trace/stm.txt
13180F:	drivers/hwtracing/stm/
13181F:	include/linux/stm.h
13182F:	include/uapi/linux/stm.h
13183
13184SYSV FILESYSTEM
13185M:	Christoph Hellwig <hch@infradead.org>
13186S:	Maintained
13187F:	Documentation/filesystems/sysv-fs.txt
13188F:	fs/sysv/
13189F:	include/linux/sysv_fs.h
13190
13191TARGET SUBSYSTEM
13192M:	"Nicholas A. Bellinger" <nab@linux-iscsi.org>
13193L:	linux-scsi@vger.kernel.org
13194L:	target-devel@vger.kernel.org
13195W:	http://www.linux-iscsi.org
13196W:	http://groups.google.com/group/linux-iscsi-target-dev
13197T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
13198S:	Supported
13199F:	drivers/target/
13200F:	include/target/
13201F:	Documentation/target/
13202
13203TASKSTATS STATISTICS INTERFACE
13204M:	Balbir Singh <bsingharora@gmail.com>
13205S:	Maintained
13206F:	Documentation/accounting/taskstats*
13207F:	include/linux/taskstats*
13208F:	kernel/taskstats.c
13209
13210TC subsystem
13211M:	Jamal Hadi Salim <jhs@mojatatu.com>
13212M:	Cong Wang <xiyou.wangcong@gmail.com>
13213M:	Jiri Pirko <jiri@resnulli.us>
13214L:	netdev@vger.kernel.org
13215S:	Maintained
13216F:	include/net/pkt_cls.h
13217F:	include/net/pkt_sched.h
13218F:	include/net/tc_act/
13219F:	include/uapi/linux/pkt_cls.h
13220F:	include/uapi/linux/pkt_sched.h
13221F:	include/uapi/linux/tc_act/
13222F:	include/uapi/linux/tc_ematch/
13223F:	net/sched/
13224
13225TCP LOW PRIORITY MODULE
13226M:	"Wong Hoi Sing, Edison" <hswong3i@gmail.com>
13227M:	"Hung Hing Lun, Mike" <hlhung3i@gmail.com>
13228W:	http://tcp-lp-mod.sourceforge.net/
13229S:	Maintained
13230F:	net/ipv4/tcp_lp.c
13231
13232TDA10071 MEDIA DRIVER
13233M:	Antti Palosaari <crope@iki.fi>
13234L:	linux-media@vger.kernel.org
13235W:	https://linuxtv.org
13236W:	http://palosaari.fi/linux/
13237Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13238T:	git git://linuxtv.org/anttip/media_tree.git
13239S:	Maintained
13240F:	drivers/media/dvb-frontends/tda10071*
13241
13242TDA18212 MEDIA DRIVER
13243M:	Antti Palosaari <crope@iki.fi>
13244L:	linux-media@vger.kernel.org
13245W:	https://linuxtv.org
13246W:	http://palosaari.fi/linux/
13247Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13248T:	git git://linuxtv.org/anttip/media_tree.git
13249S:	Maintained
13250F:	drivers/media/tuners/tda18212*
13251
13252TDA18218 MEDIA DRIVER
13253M:	Antti Palosaari <crope@iki.fi>
13254L:	linux-media@vger.kernel.org
13255W:	https://linuxtv.org
13256W:	http://palosaari.fi/linux/
13257Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13258T:	git git://linuxtv.org/anttip/media_tree.git
13259S:	Maintained
13260F:	drivers/media/tuners/tda18218*
13261
13262TDA18271 MEDIA DRIVER
13263M:	Michael Krufky <mkrufky@linuxtv.org>
13264L:	linux-media@vger.kernel.org
13265W:	https://linuxtv.org
13266W:	http://github.com/mkrufky
13267Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13268T:	git git://linuxtv.org/mkrufky/tuners.git
13269S:	Maintained
13270F:	drivers/media/tuners/tda18271*
13271
13272TDA827x MEDIA DRIVER
13273M:	Michael Krufky <mkrufky@linuxtv.org>
13274L:	linux-media@vger.kernel.org
13275W:	https://linuxtv.org
13276W:	http://github.com/mkrufky
13277Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13278T:	git git://linuxtv.org/mkrufky/tuners.git
13279S:	Maintained
13280F:	drivers/media/tuners/tda8290.*
13281
13282TDA8290 MEDIA DRIVER
13283M:	Michael Krufky <mkrufky@linuxtv.org>
13284L:	linux-media@vger.kernel.org
13285W:	https://linuxtv.org
13286W:	http://github.com/mkrufky
13287Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13288T:	git git://linuxtv.org/mkrufky/tuners.git
13289S:	Maintained
13290F:	drivers/media/tuners/tda8290.*
13291
13292TDA9840 MEDIA DRIVER
13293M:	Hans Verkuil <hverkuil@xs4all.nl>
13294L:	linux-media@vger.kernel.org
13295T:	git git://linuxtv.org/media_tree.git
13296W:	https://linuxtv.org
13297S:	Maintained
13298F:	drivers/media/i2c/tda9840*
13299
13300TEA5761 TUNER DRIVER
13301M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
13302M:	Mauro Carvalho Chehab <mchehab@kernel.org>
13303L:	linux-media@vger.kernel.org
13304W:	https://linuxtv.org
13305T:	git git://linuxtv.org/media_tree.git
13306S:	Odd fixes
13307F:	drivers/media/tuners/tea5761.*
13308
13309TEA5767 TUNER DRIVER
13310M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
13311M:	Mauro Carvalho Chehab <mchehab@kernel.org>
13312L:	linux-media@vger.kernel.org
13313W:	https://linuxtv.org
13314T:	git git://linuxtv.org/media_tree.git
13315S:	Maintained
13316F:	drivers/media/tuners/tea5767.*
13317
13318TEA6415C MEDIA DRIVER
13319M:	Hans Verkuil <hverkuil@xs4all.nl>
13320L:	linux-media@vger.kernel.org
13321T:	git git://linuxtv.org/media_tree.git
13322W:	https://linuxtv.org
13323S:	Maintained
13324F:	drivers/media/i2c/tea6415c*
13325
13326TEA6420 MEDIA DRIVER
13327M:	Hans Verkuil <hverkuil@xs4all.nl>
13328L:	linux-media@vger.kernel.org
13329T:	git git://linuxtv.org/media_tree.git
13330W:	https://linuxtv.org
13331S:	Maintained
13332F:	drivers/media/i2c/tea6420*
13333
13334TEAM DRIVER
13335M:	Jiri Pirko <jiri@resnulli.us>
13336L:	netdev@vger.kernel.org
13337S:	Supported
13338F:	drivers/net/team/
13339F:	include/linux/if_team.h
13340F:	include/uapi/linux/if_team.h
13341
13342TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
13343M:	"Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
13344S:	Maintained
13345F:	arch/x86/platform/ts5500/
13346
13347TECHNOTREND USB IR RECEIVER
13348M:	Sean Young <sean@mess.org>
13349L:	linux-media@vger.kernel.org
13350S:	Maintained
13351F:	drivers/media/rc/ttusbir.c
13352
13353TEE SUBSYSTEM
13354M:	Jens Wiklander <jens.wiklander@linaro.org>
13355S:	Maintained
13356F:	include/linux/tee_drv.h
13357F:	include/uapi/linux/tee.h
13358F:	drivers/tee/
13359F:	Documentation/tee.txt
13360
13361TEGRA ARCHITECTURE SUPPORT
13362M:	Thierry Reding <thierry.reding@gmail.com>
13363M:	Jonathan Hunter <jonathanh@nvidia.com>
13364L:	linux-tegra@vger.kernel.org
13365Q:	http://patchwork.ozlabs.org/project/linux-tegra/list/
13366T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
13367S:	Supported
13368N:	[^a-z]tegra
13369
13370TEGRA CLOCK DRIVER
13371M:	Peter De Schrijver <pdeschrijver@nvidia.com>
13372M:	Prashant Gaikwad <pgaikwad@nvidia.com>
13373S:	Supported
13374F:	drivers/clk/tegra/
13375
13376TEGRA DMA DRIVERS
13377M:	Laxman Dewangan <ldewangan@nvidia.com>
13378M:	Jon Hunter <jonathanh@nvidia.com>
13379S:	Supported
13380F:	drivers/dma/tegra*
13381
13382TEGRA I2C DRIVER
13383M:	Laxman Dewangan <ldewangan@nvidia.com>
13384S:	Supported
13385F:	drivers/i2c/busses/i2c-tegra.c
13386
13387TEGRA IOMMU DRIVERS
13388M:	Hiroshi Doyu <hdoyu@nvidia.com>
13389S:	Supported
13390F:	drivers/iommu/tegra*
13391
13392TEGRA KBC DRIVER
13393M:	Rakesh Iyer <riyer@nvidia.com>
13394M:	Laxman Dewangan <ldewangan@nvidia.com>
13395S:	Supported
13396F:	drivers/input/keyboard/tegra-kbc.c
13397
13398TEGRA PWM DRIVER
13399M:	Thierry Reding <thierry.reding@gmail.com>
13400S:	Supported
13401F:	drivers/pwm/pwm-tegra.c
13402
13403TEGRA SERIAL DRIVER
13404M:	Laxman Dewangan <ldewangan@nvidia.com>
13405S:	Supported
13406F:	drivers/tty/serial/serial-tegra.c
13407
13408TEGRA SPI DRIVER
13409M:	Laxman Dewangan <ldewangan@nvidia.com>
13410S:	Supported
13411F:	drivers/spi/spi-tegra*
13412
13413TEHUTI ETHERNET DRIVER
13414M:	Andy Gospodarek <andy@greyhouse.net>
13415L:	netdev@vger.kernel.org
13416S:	Supported
13417F:	drivers/net/ethernet/tehuti/*
13418
13419Telecom Clock Driver for MCPL0010
13420M:	Mark Gross <mark.gross@intel.com>
13421S:	Supported
13422F:	drivers/char/tlclk.c
13423
13424TENSILICA XTENSA PORT (xtensa)
13425M:	Chris Zankel <chris@zankel.net>
13426M:	Max Filippov <jcmvbkbc@gmail.com>
13427L:	linux-xtensa@linux-xtensa.org
13428T:	git git://github.com/czankel/xtensa-linux.git
13429S:	Maintained
13430F:	arch/xtensa/
13431F:	drivers/irqchip/irq-xtensa-*
13432
13433Texas Instruments' System Control Interface (TISCI) Protocol Driver
13434M:	Nishanth Menon <nm@ti.com>
13435M:	Tero Kristo <t-kristo@ti.com>
13436M:	Santosh Shilimkar <ssantosh@kernel.org>
13437L:	linux-arm-kernel@lists.infradead.org
13438S:	Maintained
13439F:	Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13440F:	drivers/firmware/ti_sci*
13441F:	include/linux/soc/ti/ti_sci_protocol.h
13442F:	Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13443F:	include/dt-bindings/genpd/k2g.h
13444F:	drivers/soc/ti/ti_sci_pm_domains.c
13445F:	Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13446F:	Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13447F:	drivers/clk/keystone/sci-clk.c
13448F:	drivers/reset/reset-ti-sci.c
13449
13450THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13451M:	Hans Verkuil <hverkuil@xs4all.nl>
13452L:	linux-media@vger.kernel.org
13453T:	git git://linuxtv.org/media_tree.git
13454W:	https://linuxtv.org
13455S:	Maintained
13456F:	drivers/media/radio/radio-raremono.c
13457
13458THERMAL
13459M:	Zhang Rui <rui.zhang@intel.com>
13460M:	Eduardo Valentin <edubezval@gmail.com>
13461L:	linux-pm@vger.kernel.org
13462T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13463T:	git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13464Q:	https://patchwork.kernel.org/project/linux-pm/list/
13465S:	Supported
13466F:	drivers/thermal/
13467F:	include/linux/thermal.h
13468F:	include/uapi/linux/thermal.h
13469F:	include/linux/cpu_cooling.h
13470F:	Documentation/devicetree/bindings/thermal/
13471
13472THERMAL/CPU_COOLING
13473M:	Amit Daniel Kachhap <amit.kachhap@gmail.com>
13474M:	Viresh Kumar <viresh.kumar@linaro.org>
13475M:	Javi Merino <javi.merino@kernel.org>
13476L:	linux-pm@vger.kernel.org
13477S:	Supported
13478F:	Documentation/thermal/cpu-cooling-api.txt
13479F:	drivers/thermal/cpu_cooling.c
13480F:	include/linux/cpu_cooling.h
13481
13482THINKPAD ACPI EXTRAS DRIVER
13483M:	Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13484L:	ibm-acpi-devel@lists.sourceforge.net
13485L:	platform-driver-x86@vger.kernel.org
13486W:	http://ibm-acpi.sourceforge.net
13487W:	http://thinkwiki.org/wiki/Ibm-acpi
13488T:	git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13489S:	Maintained
13490F:	drivers/platform/x86/thinkpad_acpi.c
13491
13492THUNDERBOLT DRIVER
13493M:	Andreas Noever <andreas.noever@gmail.com>
13494M:	Michael Jamet <michael.jamet@intel.com>
13495M:	Mika Westerberg <mika.westerberg@linux.intel.com>
13496M:	Yehezkel Bernat <yehezkel.bernat@intel.com>
13497T:	git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
13498S:	Maintained
13499F:	Documentation/admin-guide/thunderbolt.rst
13500F:	drivers/thunderbolt/
13501F:	include/linux/thunderbolt.h
13502
13503THUNDERBOLT NETWORK DRIVER
13504M:	Michael Jamet <michael.jamet@intel.com>
13505M:	Mika Westerberg <mika.westerberg@linux.intel.com>
13506M:	Yehezkel Bernat <yehezkel.bernat@intel.com>
13507L:	netdev@vger.kernel.org
13508S:	Maintained
13509F:	drivers/net/thunderbolt.c
13510
13511THUNDERX GPIO DRIVER
13512M:	David Daney <david.daney@cavium.com>
13513S:	Maintained
13514F:	drivers/gpio/gpio-thunderx.c
13515
13516TI AM437X VPFE DRIVER
13517M:	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13518L:	linux-media@vger.kernel.org
13519W:	https://linuxtv.org
13520Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13521T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13522S:	Maintained
13523F:	drivers/media/platform/am437x/
13524
13525TI BANDGAP AND THERMAL DRIVER
13526M:	Eduardo Valentin <edubezval@gmail.com>
13527M:	Keerthy <j-keerthy@ti.com>
13528L:	linux-pm@vger.kernel.org
13529L:	linux-omap@vger.kernel.org
13530S:	Maintained
13531F:	drivers/thermal/ti-soc-thermal/
13532
13533TI BQ27XXX POWER SUPPLY DRIVER
13534R:	Andrew F. Davis <afd@ti.com>
13535F:	include/linux/power/bq27xxx_battery.h
13536F:	drivers/power/supply/bq27xxx_battery.c
13537F:	drivers/power/supply/bq27xxx_battery_i2c.c
13538
13539TI CDCE706 CLOCK DRIVER
13540M:	Max Filippov <jcmvbkbc@gmail.com>
13541S:	Maintained
13542F:	drivers/clk/clk-cdce706.c
13543
13544TI CLOCK DRIVER
13545M:	Tero Kristo <t-kristo@ti.com>
13546L:	linux-omap@vger.kernel.org
13547S:	Maintained
13548F:	drivers/clk/ti/
13549F:	include/linux/clk/ti.h
13550
13551TI DAVINCI MACHINE SUPPORT
13552M:	Sekhar Nori <nsekhar@ti.com>
13553M:	Kevin Hilman <khilman@kernel.org>
13554L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13555T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
13556S:	Supported
13557F:	arch/arm/mach-davinci/
13558F:	drivers/i2c/busses/i2c-davinci.c
13559F:	arch/arm/boot/dts/da850*
13560
13561TI DAVINCI SERIES GPIO DRIVER
13562M:	Keerthy <j-keerthy@ti.com>
13563L:	linux-gpio@vger.kernel.org
13564S:	Maintained
13565F:	Documentation/devicetree/bindings/gpio/gpio-davinci.txt
13566F:	drivers/gpio/gpio-davinci.c
13567
13568TI DAVINCI SERIES MEDIA DRIVER
13569M:	"Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13570L:	linux-media@vger.kernel.org
13571W:	https://linuxtv.org
13572Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13573T:	git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13574S:	Maintained
13575F:	drivers/media/platform/davinci/
13576F:	include/media/davinci/
13577
13578TI ETHERNET SWITCH DRIVER (CPSW)
13579R:	Grygorii Strashko <grygorii.strashko@ti.com>
13580L:	linux-omap@vger.kernel.org
13581L:	netdev@vger.kernel.org
13582S:	Maintained
13583F:	drivers/net/ethernet/ti/cpsw*
13584F:	drivers/net/ethernet/ti/davinci*
13585
13586TI FLASH MEDIA INTERFACE DRIVER
13587M:	Alex Dubov <oakad@yahoo.com>
13588S:	Maintained
13589F:	drivers/misc/tifm*
13590F:	drivers/mmc/host/tifm_sd.c
13591F:	include/linux/tifm.h
13592
13593TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13594M:	Santosh Shilimkar <ssantosh@kernel.org>
13595L:	linux-kernel@vger.kernel.org
13596L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13597S:	Maintained
13598F:	drivers/soc/ti/*
13599T:	git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13600
13601TI LM49xxx FAMILY ASoC CODEC DRIVERS
13602M:	M R Swami Reddy <mr.swami.reddy@ti.com>
13603M:	Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13604L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13605S:	Maintained
13606F:	sound/soc/codecs/lm49453*
13607F:	sound/soc/codecs/isabelle*
13608
13609TI LP855x BACKLIGHT DRIVER
13610M:	Milo Kim <milo.kim@ti.com>
13611S:	Maintained
13612F:	Documentation/backlight/lp855x-driver.txt
13613F:	drivers/video/backlight/lp855x_bl.c
13614F:	include/linux/platform_data/lp855x.h
13615
13616TI LP8727 CHARGER DRIVER
13617M:	Milo Kim <milo.kim@ti.com>
13618S:	Maintained
13619F:	drivers/power/supply/lp8727_charger.c
13620F:	include/linux/platform_data/lp8727.h
13621
13622TI LP8788 MFD DRIVER
13623M:	Milo Kim <milo.kim@ti.com>
13624S:	Maintained
13625F:	drivers/iio/adc/lp8788_adc.c
13626F:	drivers/leds/leds-lp8788.c
13627F:	drivers/mfd/lp8788*.c
13628F:	drivers/power/supply/lp8788-charger.c
13629F:	drivers/regulator/lp8788-*.c
13630F:	include/linux/mfd/lp8788*.h
13631
13632TI NETCP ETHERNET DRIVER
13633M:	Wingman Kwok <w-kwok2@ti.com>
13634M:	Murali Karicheri <m-karicheri2@ti.com>
13635L:	netdev@vger.kernel.org
13636S:	Maintained
13637F:	drivers/net/ethernet/ti/netcp*
13638
13639TI TAS571X FAMILY ASoC CODEC DRIVER
13640M:	Kevin Cernekee <cernekee@chromium.org>
13641L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13642S:	Odd Fixes
13643F:	sound/soc/codecs/tas571x*
13644
13645TI TRF7970A NFC DRIVER
13646M:	Mark Greer <mgreer@animalcreek.com>
13647L:	linux-wireless@vger.kernel.org
13648L:	linux-nfc@lists.01.org (moderated for non-subscribers)
13649S:	Supported
13650F:	drivers/nfc/trf7970a.c
13651F:	Documentation/devicetree/bindings/net/nfc/trf7970a.txt
13652
13653TI TWL4030 SERIES SOC CODEC DRIVER
13654M:	Peter Ujfalusi <peter.ujfalusi@ti.com>
13655L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
13656S:	Maintained
13657F:	sound/soc/codecs/twl4030*
13658
13659TI VPE/CAL DRIVERS
13660M:	Benoit Parrot <bparrot@ti.com>
13661L:	linux-media@vger.kernel.org
13662W:	http://linuxtv.org/
13663Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13664S:	Maintained
13665F:	drivers/media/platform/ti-vpe/
13666
13667TI WILINK WIRELESS DRIVERS
13668L:	linux-wireless@vger.kernel.org
13669W:	http://wireless.kernel.org/en/users/Drivers/wl12xx
13670W:	http://wireless.kernel.org/en/users/Drivers/wl1251
13671T:	git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13672S:	Orphan
13673F:	drivers/net/wireless/ti/
13674F:	include/linux/wl12xx.h
13675
13676TILE ARCHITECTURE
13677W:	http://www.mellanox.com/repository/solutions/tile-scm/
13678S:	Orphan
13679F:	arch/tile/
13680F:	drivers/char/tile-srom.c
13681F:	drivers/edac/tile_edac.c
13682F:	drivers/net/ethernet/tile/
13683F:	drivers/rtc/rtc-tile.c
13684F:	drivers/tty/hvc/hvc_tile.c
13685F:	drivers/tty/serial/tilegx.c
13686F:	drivers/usb/host/*-tilegx.c
13687F:	include/linux/usb/tilegx.h
13688
13689TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
13690M:	John Stultz <john.stultz@linaro.org>
13691M:	Thomas Gleixner <tglx@linutronix.de>
13692R:	Stephen Boyd <sboyd@codeaurora.org>
13693L:	linux-kernel@vger.kernel.org
13694T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13695S:	Supported
13696F:	include/linux/clocksource.h
13697F:	include/linux/time.h
13698F:	include/linux/timex.h
13699F:	include/uapi/linux/time.h
13700F:	include/uapi/linux/timex.h
13701F:	kernel/time/clocksource.c
13702F:	kernel/time/time*.c
13703F:	kernel/time/alarmtimer.c
13704F:	kernel/time/ntp.c
13705F:	tools/testing/selftests/timers/
13706
13707TIPC NETWORK LAYER
13708M:	Jon Maloy <jon.maloy@ericsson.com>
13709M:	Ying Xue <ying.xue@windriver.com>
13710L:	netdev@vger.kernel.org (core kernel code)
13711L:	tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13712W:	http://tipc.sourceforge.net/
13713S:	Maintained
13714F:	include/uapi/linux/tipc*.h
13715F:	net/tipc/
13716
13717TLAN NETWORK DRIVER
13718M:	Samuel Chessman <chessman@tux.org>
13719L:	tlan-devel@lists.sourceforge.net (subscribers-only)
13720W:	http://sourceforge.net/projects/tlan/
13721S:	Maintained
13722F:	Documentation/networking/tlan.txt
13723F:	drivers/net/ethernet/ti/tlan.*
13724
13725TM6000 VIDEO4LINUX DRIVER
13726M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
13727M:	Mauro Carvalho Chehab <mchehab@kernel.org>
13728L:	linux-media@vger.kernel.org
13729W:	https://linuxtv.org
13730T:	git git://linuxtv.org/media_tree.git
13731S:	Odd fixes
13732F:	drivers/media/usb/tm6000/
13733F:	Documentation/media/v4l-drivers/tm6000*
13734
13735TMIO/SDHI MMC DRIVER
13736M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
13737L:	linux-mmc@vger.kernel.org
13738S:	Supported
13739F:	drivers/mmc/host/tmio_mmc*
13740F:	drivers/mmc/host/renesas_sdhi*
13741F:	include/linux/mfd/tmio.h
13742
13743TMP401 HARDWARE MONITOR DRIVER
13744M:	Guenter Roeck <linux@roeck-us.net>
13745L:	linux-hwmon@vger.kernel.org
13746S:	Maintained
13747F:	Documentation/hwmon/tmp401
13748F:	drivers/hwmon/tmp401.c
13749
13750TMPFS (SHMEM FILESYSTEM)
13751M:	Hugh Dickins <hughd@google.com>
13752L:	linux-mm@kvack.org
13753S:	Maintained
13754F:	include/linux/shmem_fs.h
13755F:	mm/shmem.c
13756
13757TOMOYO SECURITY MODULE
13758M:	Kentaro Takeda <takedakn@nttdata.co.jp>
13759M:	Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13760L:	tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13761L:	tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13762L:	tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13763L:	tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13764W:	http://tomoyo.sourceforge.jp/
13765T:	quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13766S:	Maintained
13767F:	security/tomoyo/
13768
13769TOPSTAR LAPTOP EXTRAS DRIVER
13770M:	Herton Ronaldo Krzesinski <herton@canonical.com>
13771L:	platform-driver-x86@vger.kernel.org
13772S:	Maintained
13773F:	drivers/platform/x86/topstar-laptop.c
13774
13775TOSHIBA ACPI EXTRAS DRIVER
13776M:	Azael Avalos <coproscefalo@gmail.com>
13777L:	platform-driver-x86@vger.kernel.org
13778S:	Maintained
13779F:	drivers/platform/x86/toshiba_acpi.c
13780
13781TOSHIBA BLUETOOTH DRIVER
13782M:	Azael Avalos <coproscefalo@gmail.com>
13783L:	platform-driver-x86@vger.kernel.org
13784S:	Maintained
13785F:	drivers/platform/x86/toshiba_bluetooth.c
13786
13787TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13788M:	Azael Avalos <coproscefalo@gmail.com>
13789L:	platform-driver-x86@vger.kernel.org
13790S:	Maintained
13791F:	drivers/platform/x86/toshiba_haps.c
13792
13793TOSHIBA SMM DRIVER
13794M:	Jonathan Buzzard <jonathan@buzzard.org.uk>
13795W:	http://www.buzzard.org.uk/toshiba/
13796S:	Maintained
13797F:	drivers/char/toshiba.c
13798F:	include/linux/toshiba.h
13799F:	include/uapi/linux/toshiba.h
13800
13801TOSHIBA TC358743 DRIVER
13802M:	Mats Randgaard <matrandg@cisco.com>
13803L:	linux-media@vger.kernel.org
13804S:	Maintained
13805F:	drivers/media/i2c/tc358743*
13806F:	include/media/i2c/tc358743.h
13807
13808TOSHIBA WMI HOTKEYS DRIVER
13809M:	Azael Avalos <coproscefalo@gmail.com>
13810L:	platform-driver-x86@vger.kernel.org
13811S:	Maintained
13812F:	drivers/platform/x86/toshiba-wmi.c
13813
13814TPM DEVICE DRIVER
13815M:	Peter Huewe <peterhuewe@gmx.de>
13816M:	Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13817R:	Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13818L:	linux-integrity@vger.kernel.org
13819Q:	https://patchwork.kernel.org/project/linux-integrity/list/
13820T:	git git://git.infradead.org/users/jjs/linux-tpmdd.git
13821S:	Maintained
13822F:	drivers/char/tpm/
13823
13824TRACING
13825M:	Steven Rostedt <rostedt@goodmis.org>
13826M:	Ingo Molnar <mingo@redhat.com>
13827T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13828S:	Maintained
13829F:	Documentation/trace/ftrace.txt
13830F:	arch/*/*/*/ftrace.h
13831F:	arch/*/kernel/ftrace.c
13832F:	include/*/ftrace.h
13833F:	include/linux/trace*.h
13834F:	include/trace/
13835F:	kernel/trace/
13836F:	tools/testing/selftests/ftrace/
13837
13838TRACING MMIO ACCESSES (MMIOTRACE)
13839M:	Steven Rostedt <rostedt@goodmis.org>
13840M:	Ingo Molnar <mingo@kernel.org>
13841R:	Karol Herbst <karolherbst@gmail.com>
13842R:	Pekka Paalanen <ppaalanen@gmail.com>
13843S:	Maintained
13844L:	linux-kernel@vger.kernel.org
13845L:	nouveau@lists.freedesktop.org
13846F:	kernel/trace/trace_mmiotrace.c
13847F:	include/linux/mmiotrace.h
13848F:	arch/x86/mm/kmmio.c
13849F:	arch/x86/mm/mmio-mod.c
13850F:	arch/x86/mm/testmmiotrace.c
13851
13852TRIVIAL PATCHES
13853M:	Jiri Kosina <trivial@kernel.org>
13854T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13855S:	Maintained
13856K:	^Subject:.*(?i)trivial
13857
13858TTY LAYER
13859M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13860M:	Jiri Slaby <jslaby@suse.com>
13861S:	Supported
13862T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13863F:	Documentation/serial/
13864F:	drivers/tty/
13865F:	drivers/tty/serial/serial_core.c
13866F:	include/linux/serial_core.h
13867F:	include/linux/serial.h
13868F:	include/linux/tty.h
13869F:	include/uapi/linux/serial_core.h
13870F:	include/uapi/linux/serial.h
13871F:	include/uapi/linux/tty.h
13872
13873TUA9001 MEDIA DRIVER
13874M:	Antti Palosaari <crope@iki.fi>
13875L:	linux-media@vger.kernel.org
13876W:	https://linuxtv.org
13877W:	http://palosaari.fi/linux/
13878Q:	http://patchwork.linuxtv.org/project/linux-media/list/
13879T:	git git://linuxtv.org/anttip/media_tree.git
13880S:	Maintained
13881F:	drivers/media/tuners/tua9001*
13882
13883TULIP NETWORK DRIVERS
13884L:	netdev@vger.kernel.org
13885L:	linux-parisc@vger.kernel.org
13886S:	Orphan
13887F:	drivers/net/ethernet/dec/tulip/
13888
13889TUN/TAP driver
13890M:	Maxim Krasnyansky <maxk@qti.qualcomm.com>
13891W:	http://vtun.sourceforge.net/tun
13892S:	Maintained
13893F:	Documentation/networking/tuntap.txt
13894F:	arch/um/os-Linux/drivers/
13895
13896TURBOCHANNEL SUBSYSTEM
13897M:	"Maciej W. Rozycki" <macro@linux-mips.org>
13898M:	Ralf Baechle <ralf@linux-mips.org>
13899L:	linux-mips@linux-mips.org
13900Q:	http://patchwork.linux-mips.org/project/linux-mips/list/
13901S:	Maintained
13902F:	drivers/tc/
13903F:	include/linux/tc.h
13904
13905TW5864 VIDEO4LINUX DRIVER
13906M:	Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13907M:	Anton Sviridenko <anton@corp.bluecherry.net>
13908M:	Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13909M:	Andrey Utkin <andrey_utkin@fastmail.com>
13910L:	linux-media@vger.kernel.org
13911S:	Supported
13912F:	drivers/media/pci/tw5864/
13913
13914TW68 VIDEO4LINUX DRIVER
13915M:	Hans Verkuil <hverkuil@xs4all.nl>
13916L:	linux-media@vger.kernel.org
13917T:	git git://linuxtv.org/media_tree.git
13918W:	https://linuxtv.org
13919S:	Odd Fixes
13920F:	drivers/media/pci/tw68/
13921
13922TW686X VIDEO4LINUX DRIVER
13923M:	Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13924L:	linux-media@vger.kernel.org
13925T:	git git://linuxtv.org/media_tree.git
13926W:	http://linuxtv.org
13927S:	Maintained
13928F:	drivers/media/pci/tw686x/
13929
13930UBI FILE SYSTEM (UBIFS)
13931M:	Richard Weinberger <richard@nod.at>
13932M:	Artem Bityutskiy <dedekind1@gmail.com>
13933M:	Adrian Hunter <adrian.hunter@intel.com>
13934L:	linux-mtd@lists.infradead.org
13935T:	git git://git.infradead.org/ubifs-2.6.git
13936W:	http://www.linux-mtd.infradead.org/doc/ubifs.html
13937S:	Supported
13938F:	Documentation/filesystems/ubifs.txt
13939F:	fs/ubifs/
13940
13941UCLINUX (M68KNOMMU AND COLDFIRE)
13942M:	Greg Ungerer <gerg@linux-m68k.org>
13943W:	http://www.linux-m68k.org/
13944W:	http://www.uclinux.org/
13945L:	linux-m68k@lists.linux-m68k.org
13946L:	uclinux-dev@uclinux.org  (subscribers-only)
13947T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13948S:	Maintained
13949F:	arch/m68k/coldfire/
13950F:	arch/m68k/68*/
13951F:	arch/m68k/*/*_no.*
13952F:	arch/m68k/include/asm/*_no.*
13953
13954UDF FILESYSTEM
13955M:	Jan Kara <jack@suse.com>
13956S:	Maintained
13957F:	Documentation/filesystems/udf.txt
13958F:	fs/udf/
13959
13960UDRAW TABLET
13961M:	Bastien Nocera <hadess@hadess.net>
13962L:	linux-input@vger.kernel.org
13963S:	Maintained
13964F:	drivers/hid/hid-udraw-ps3.c
13965
13966UFS FILESYSTEM
13967M:	Evgeniy Dushistov <dushistov@mail.ru>
13968S:	Maintained
13969F:	Documentation/filesystems/ufs.txt
13970F:	fs/ufs/
13971
13972UHID USERSPACE HID IO DRIVER:
13973M:	David Herrmann <dh.herrmann@googlemail.com>
13974L:	linux-input@vger.kernel.org
13975S:	Maintained
13976F:	drivers/hid/uhid.c
13977F:	include/uapi/linux/uhid.h
13978
13979ULPI BUS
13980M:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
13981L:	linux-usb@vger.kernel.org
13982S:	Maintained
13983F:	drivers/usb/common/ulpi.c
13984F:	include/linux/ulpi/
13985
13986ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13987L:	linux-usb@vger.kernel.org
13988S:	Orphan
13989F:	drivers/uwb/
13990F:	include/linux/uwb.h
13991F:	include/linux/uwb/
13992
13993UNICORE32 ARCHITECTURE:
13994M:	Guan Xuetao <gxt@mprc.pku.edu.cn>
13995W:	http://mprc.pku.edu.cn/~guanxuetao/linux
13996S:	Maintained
13997T:	git git://github.com/gxt/linux.git
13998F:	arch/unicore32/
13999
14000UNIFDEF
14001M:	Tony Finch <dot@dotat.at>
14002W:	http://dotat.at/prog/unifdef
14003S:	Maintained
14004F:	scripts/unifdef.c
14005
14006UNIFORM CDROM DRIVER
14007M:	Jens Axboe <axboe@kernel.dk>
14008W:	http://www.kernel.dk
14009S:	Maintained
14010F:	Documentation/cdrom/
14011F:	drivers/cdrom/cdrom.c
14012F:	include/linux/cdrom.h
14013F:	include/uapi/linux/cdrom.h
14014
14015UNISYS S-PAR DRIVERS
14016M:	David Kershner <david.kershner@unisys.com>
14017L:	sparmaintainer@unisys.com (Unisys internal)
14018S:	Supported
14019F:	include/linux/visorbus.h
14020F:	drivers/visorbus/
14021F:	drivers/staging/unisys/
14022
14023UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
14024M:	Vinayak Holikatti <vinholikatti@gmail.com>
14025L:	linux-scsi@vger.kernel.org
14026S:	Supported
14027F:	Documentation/scsi/ufs.txt
14028F:	drivers/scsi/ufs/
14029
14030UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
14031M:	Joao Pinto <jpinto@synopsys.com>
14032L:	linux-scsi@vger.kernel.org
14033S:	Supported
14034F:	drivers/scsi/ufs/*dwc*
14035
14036UNSORTED BLOCK IMAGES (UBI)
14037M:	Artem Bityutskiy <dedekind1@gmail.com>
14038M:	Richard Weinberger <richard@nod.at>
14039W:	http://www.linux-mtd.infradead.org/
14040L:	linux-mtd@lists.infradead.org
14041T:	git git://git.infradead.org/ubifs-2.6.git
14042S:	Supported
14043F:	drivers/mtd/ubi/
14044F:	include/linux/mtd/ubi.h
14045F:	include/uapi/mtd/ubi-user.h
14046
14047USB "USBNET" DRIVER FRAMEWORK
14048M:	Oliver Neukum <oneukum@suse.com>
14049L:	netdev@vger.kernel.org
14050W:	http://www.linux-usb.org/usbnet
14051S:	Maintained
14052F:	drivers/net/usb/usbnet.c
14053F:	include/linux/usb/usbnet.h
14054
14055USB ACM DRIVER
14056M:	Oliver Neukum <oneukum@suse.com>
14057L:	linux-usb@vger.kernel.org
14058S:	Maintained
14059F:	Documentation/usb/acm.txt
14060F:	drivers/usb/class/cdc-acm.*
14061
14062USB AR5523 WIRELESS DRIVER
14063M:	Pontus Fuchs <pontus.fuchs@gmail.com>
14064L:	linux-wireless@vger.kernel.org
14065S:	Maintained
14066F:	drivers/net/wireless/ath/ar5523/
14067
14068USB ATTACHED SCSI
14069M:	Oliver Neukum <oneukum@suse.com>
14070L:	linux-usb@vger.kernel.org
14071L:	linux-scsi@vger.kernel.org
14072S:	Maintained
14073F:	drivers/usb/storage/uas.c
14074
14075USB CDC ETHERNET DRIVER
14076M:	Oliver Neukum <oliver@neukum.org>
14077L:	linux-usb@vger.kernel.org
14078S:	Maintained
14079F:	drivers/net/usb/cdc_*.c
14080F:	include/uapi/linux/usb/cdc.h
14081
14082USB CHAOSKEY DRIVER
14083M:	Keith Packard <keithp@keithp.com>
14084L:	linux-usb@vger.kernel.org
14085S:	Maintained
14086F:	drivers/usb/misc/chaoskey.c
14087
14088USB CYPRESS C67X00 DRIVER
14089M:	Peter Korsgaard <jacmet@sunsite.dk>
14090L:	linux-usb@vger.kernel.org
14091S:	Maintained
14092F:	drivers/usb/c67x00/
14093
14094USB DAVICOM DM9601 DRIVER
14095M:	Peter Korsgaard <jacmet@sunsite.dk>
14096L:	netdev@vger.kernel.org
14097W:	http://www.linux-usb.org/usbnet
14098S:	Maintained
14099F:	drivers/net/usb/dm9601.c
14100
14101USB DIAMOND RIO500 DRIVER
14102M:	Cesar Miquel <miquel@df.uba.ar>
14103L:	rio500-users@lists.sourceforge.net
14104W:	http://rio500.sourceforge.net
14105S:	Maintained
14106F:	drivers/usb/misc/rio500*
14107
14108USB EHCI DRIVER
14109M:	Alan Stern <stern@rowland.harvard.edu>
14110L:	linux-usb@vger.kernel.org
14111S:	Maintained
14112F:	Documentation/usb/ehci.txt
14113F:	drivers/usb/host/ehci*
14114
14115USB GADGET/PERIPHERAL SUBSYSTEM
14116M:	Felipe Balbi <balbi@kernel.org>
14117L:	linux-usb@vger.kernel.org
14118W:	http://www.linux-usb.org/gadget
14119T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14120S:	Maintained
14121F:	drivers/usb/gadget/
14122F:	include/linux/usb/gadget*
14123
14124USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
14125M:	Jiri Kosina <jikos@kernel.org>
14126R:	Benjamin Tissoires <benjamin.tissoires@redhat.com>
14127L:	linux-usb@vger.kernel.org
14128T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
14129S:	Maintained
14130F:	Documentation/hid/hiddev.txt
14131F:	drivers/hid/usbhid/
14132
14133USB ISP116X DRIVER
14134M:	Olav Kongas <ok@artecdesign.ee>
14135L:	linux-usb@vger.kernel.org
14136S:	Maintained
14137F:	drivers/usb/host/isp116x*
14138F:	include/linux/usb/isp116x.h
14139
14140USB LAN78XX ETHERNET DRIVER
14141M:	Woojung Huh <woojung.huh@microchip.com>
14142M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14143L:	netdev@vger.kernel.org
14144S:	Maintained
14145F:	drivers/net/usb/lan78xx.*
14146
14147USB MASS STORAGE DRIVER
14148M:	Alan Stern <stern@rowland.harvard.edu>
14149L:	linux-usb@vger.kernel.org
14150L:	usb-storage@lists.one-eyed-alien.net
14151S:	Maintained
14152W:	http://www.one-eyed-alien.net/~mdharm/linux-usb/
14153F:	drivers/usb/storage/
14154
14155USB MIDI DRIVER
14156M:	Clemens Ladisch <clemens@ladisch.de>
14157L:	alsa-devel@alsa-project.org (moderated for non-subscribers)
14158T:	git git://git.alsa-project.org/alsa-kernel.git
14159S:	Maintained
14160F:	sound/usb/midi.*
14161
14162USB NETWORKING DRIVERS
14163L:	linux-usb@vger.kernel.org
14164S:	Odd Fixes
14165F:	drivers/net/usb/
14166
14167USB OHCI DRIVER
14168M:	Alan Stern <stern@rowland.harvard.edu>
14169L:	linux-usb@vger.kernel.org
14170S:	Maintained
14171F:	Documentation/usb/ohci.txt
14172F:	drivers/usb/host/ohci*
14173
14174USB OTG FSM (Finite State Machine)
14175M:	Peter Chen <Peter.Chen@nxp.com>
14176T:	git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
14177L:	linux-usb@vger.kernel.org
14178S:	Maintained
14179F:	drivers/usb/common/usb-otg-fsm.c
14180
14181USB OVER IP DRIVER
14182M:	Valentina Manea <valentina.manea.m@gmail.com>
14183M:	Shuah Khan <shuahkh@osg.samsung.com>
14184M:	Shuah Khan <shuah@kernel.org>
14185L:	linux-usb@vger.kernel.org
14186S:	Maintained
14187F:	Documentation/usb/usbip_protocol.txt
14188F:	drivers/usb/usbip/
14189F:	tools/usb/usbip/
14190
14191USB PEGASUS DRIVER
14192M:	Petko Manolov <petkan@nucleusys.com>
14193L:	linux-usb@vger.kernel.org
14194L:	netdev@vger.kernel.org
14195T:	git git://github.com/petkan/pegasus.git
14196W:	https://github.com/petkan/pegasus
14197S:	Maintained
14198F:	drivers/net/usb/pegasus.*
14199
14200USB PHY LAYER
14201M:	Felipe Balbi <balbi@kernel.org>
14202L:	linux-usb@vger.kernel.org
14203T:	git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14204S:	Maintained
14205F:	drivers/usb/phy/
14206
14207USB PRINTER DRIVER (usblp)
14208M:	Pete Zaitcev <zaitcev@redhat.com>
14209L:	linux-usb@vger.kernel.org
14210S:	Supported
14211F:	drivers/usb/class/usblp.c
14212
14213USB QMI WWAN NETWORK DRIVER
14214M:	Bjørn Mork <bjorn@mork.no>
14215L:	netdev@vger.kernel.org
14216S:	Maintained
14217F:	Documentation/ABI/testing/sysfs-class-net-qmi
14218F:	drivers/net/usb/qmi_wwan.c
14219
14220USB RTL8150 DRIVER
14221M:	Petko Manolov <petkan@nucleusys.com>
14222L:	linux-usb@vger.kernel.org
14223L:	netdev@vger.kernel.org
14224T:	git git://github.com/petkan/rtl8150.git
14225W:	https://github.com/petkan/rtl8150
14226S:	Maintained
14227F:	drivers/net/usb/rtl8150.c
14228
14229USB SERIAL SUBSYSTEM
14230M:	Johan Hovold <johan@kernel.org>
14231L:	linux-usb@vger.kernel.org
14232T:	git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
14233S:	Maintained
14234F:	Documentation/usb/usb-serial.txt
14235F:	drivers/usb/serial/
14236F:	include/linux/usb/serial.h
14237
14238USB SMSC75XX ETHERNET DRIVER
14239M:	Steve Glendinning <steve.glendinning@shawell.net>
14240L:	netdev@vger.kernel.org
14241S:	Maintained
14242F:	drivers/net/usb/smsc75xx.*
14243
14244USB SMSC95XX ETHERNET DRIVER
14245M:	Steve Glendinning <steve.glendinning@shawell.net>
14246M:	Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14247L:	netdev@vger.kernel.org
14248S:	Maintained
14249F:	drivers/net/usb/smsc95xx.*
14250
14251USB SUBSYSTEM
14252M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14253L:	linux-usb@vger.kernel.org
14254W:	http://www.linux-usb.org
14255T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
14256S:	Supported
14257F:	Documentation/devicetree/bindings/usb/
14258F:	Documentation/usb/
14259F:	drivers/usb/
14260F:	include/linux/usb.h
14261F:	include/linux/usb/
14262
14263USB TYPEC SUBSYSTEM
14264M:	Heikki Krogerus <heikki.krogerus@linux.intel.com>
14265L:	linux-usb@vger.kernel.org
14266S:	Maintained
14267F:	Documentation/ABI/testing/sysfs-class-typec
14268F:	Documentation/usb/typec.rst
14269F:	drivers/usb/typec/
14270F:	include/linux/usb/typec.h
14271
14272USB UHCI DRIVER
14273M:	Alan Stern <stern@rowland.harvard.edu>
14274L:	linux-usb@vger.kernel.org
14275S:	Maintained
14276F:	drivers/usb/host/uhci*
14277
14278USB VIDEO CLASS
14279M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14280L:	linux-uvc-devel@lists.sourceforge.net (subscribers-only)
14281L:	linux-media@vger.kernel.org
14282T:	git git://linuxtv.org/media_tree.git
14283W:	http://www.ideasonboard.org/uvc/
14284S:	Maintained
14285F:	drivers/media/usb/uvc/
14286F:	include/uapi/linux/uvcvideo.h
14287
14288USB VISION DRIVER
14289M:	Hans Verkuil <hverkuil@xs4all.nl>
14290L:	linux-media@vger.kernel.org
14291T:	git git://linuxtv.org/media_tree.git
14292W:	https://linuxtv.org
14293S:	Odd Fixes
14294F:	drivers/media/usb/usbvision/
14295
14296USB WEBCAM GADGET
14297M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14298L:	linux-usb@vger.kernel.org
14299S:	Maintained
14300F:	drivers/usb/gadget/function/*uvc*
14301F:	drivers/usb/gadget/legacy/webcam.c
14302
14303USB WIRELESS RNDIS DRIVER (rndis_wlan)
14304M:	Jussi Kivilinna <jussi.kivilinna@iki.fi>
14305L:	linux-wireless@vger.kernel.org
14306S:	Maintained
14307F:	drivers/net/wireless/rndis_wlan.c
14308
14309USB XHCI DRIVER
14310M:	Mathias Nyman <mathias.nyman@intel.com>
14311L:	linux-usb@vger.kernel.org
14312S:	Supported
14313F:	drivers/usb/host/xhci*
14314F:	drivers/usb/host/pci-quirks*
14315
14316USB ZD1201 DRIVER
14317L:	linux-wireless@vger.kernel.org
14318W:	http://linux-lc100020.sourceforge.net
14319S:	Orphan
14320F:	drivers/net/wireless/zydas/zd1201.*
14321
14322USB ZR364XX DRIVER
14323M:	Antoine Jacquet <royale@zerezo.com>
14324L:	linux-usb@vger.kernel.org
14325L:	linux-media@vger.kernel.org
14326T:	git git://linuxtv.org/media_tree.git
14327W:	http://royale.zerezo.com/zr364xx/
14328S:	Maintained
14329F:	Documentation/media/v4l-drivers/zr364xx*
14330F:	drivers/media/usb/zr364xx/
14331
14332USER-MODE LINUX (UML)
14333M:	Jeff Dike <jdike@addtoit.com>
14334M:	Richard Weinberger <richard@nod.at>
14335L:	user-mode-linux-devel@lists.sourceforge.net
14336L:	user-mode-linux-user@lists.sourceforge.net
14337W:	http://user-mode-linux.sourceforge.net
14338T:	git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
14339S:	Maintained
14340F:	Documentation/virtual/uml/
14341F:	arch/um/
14342F:	arch/x86/um/
14343F:	fs/hostfs/
14344F:	fs/hppfs/
14345
14346USERSPACE I/O (UIO)
14347M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14348S:	Maintained
14349T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14350F:	Documentation/driver-api/uio-howto.rst
14351F:	drivers/uio/
14352F:	include/linux/uio*.h
14353
14354UTIL-LINUX PACKAGE
14355M:	Karel Zak <kzak@redhat.com>
14356L:	util-linux@vger.kernel.org
14357W:	http://en.wikipedia.org/wiki/Util-linux
14358T:	git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
14359S:	Maintained
14360
14361UUID HELPERS
14362M:	Christoph Hellwig <hch@lst.de>
14363R:	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14364L:	linux-kernel@vger.kernel.org
14365T:	git git://git.infradead.org/users/hch/uuid.git
14366F:	lib/uuid.c
14367F:	lib/test_uuid.c
14368F:	include/linux/uuid.h
14369F:	include/uapi/linux/uuid.h
14370S:	Maintained
14371
14372UVESAFB DRIVER
14373M:	Michal Januszewski <spock@gentoo.org>
14374L:	linux-fbdev@vger.kernel.org
14375W:	http://dev.gentoo.org/~spock/projects/uvesafb/
14376S:	Maintained
14377F:	Documentation/fb/uvesafb.txt
14378F:	drivers/video/fbdev/uvesafb.*
14379
14380VF610 NAND DRIVER
14381M:	Stefan Agner <stefan@agner.ch>
14382L:	linux-mtd@lists.infradead.org
14383S:	Supported
14384F:	drivers/mtd/nand/vf610_nfc.c
14385
14386VFAT/FAT/MSDOS FILESYSTEM
14387M:	OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
14388S:	Maintained
14389F:	Documentation/filesystems/vfat.txt
14390F:	fs/fat/
14391
14392VFIO DRIVER
14393M:	Alex Williamson <alex.williamson@redhat.com>
14394L:	kvm@vger.kernel.org
14395T:	git git://github.com/awilliam/linux-vfio.git
14396S:	Maintained
14397F:	Documentation/vfio.txt
14398F:	drivers/vfio/
14399F:	include/linux/vfio.h
14400F:	include/uapi/linux/vfio.h
14401
14402VFIO MEDIATED DEVICE DRIVERS
14403M:	Kirti Wankhede <kwankhede@nvidia.com>
14404L:	kvm@vger.kernel.org
14405S:	Maintained
14406F:	Documentation/vfio-mediated-device.txt
14407F:	drivers/vfio/mdev/
14408F:	include/linux/mdev.h
14409F:	samples/vfio-mdev/
14410
14411VFIO PLATFORM DRIVER
14412M:	Baptiste Reynal <b.reynal@virtualopensystems.com>
14413L:	kvm@vger.kernel.org
14414S:	Maintained
14415F:	drivers/vfio/platform/
14416
14417VGA_SWITCHEROO
14418R:	Lukas Wunner <lukas@wunner.de>
14419S:	Maintained
14420F:	Documentation/gpu/vga-switcheroo.rst
14421F:	drivers/gpu/vga/vga_switcheroo.c
14422F:	include/linux/vga_switcheroo.h
14423T:	git git://anongit.freedesktop.org/drm/drm-misc
14424
14425VIA RHINE NETWORK DRIVER
14426S:	Orphan
14427F:	drivers/net/ethernet/via/via-rhine.c
14428
14429VIA SD/MMC CARD CONTROLLER DRIVER
14430M:	Bruce Chang <brucechang@via.com.tw>
14431M:	Harald Welte <HaraldWelte@viatech.com>
14432S:	Maintained
14433F:	drivers/mmc/host/via-sdmmc.c
14434
14435VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14436M:	Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
14437L:	linux-fbdev@vger.kernel.org
14438S:	Maintained
14439F:	include/linux/via-core.h
14440F:	include/linux/via-gpio.h
14441F:	include/linux/via_i2c.h
14442F:	drivers/video/fbdev/via/
14443
14444VIA VELOCITY NETWORK DRIVER
14445M:	Francois Romieu <romieu@fr.zoreil.com>
14446L:	netdev@vger.kernel.org
14447S:	Maintained
14448F:	drivers/net/ethernet/via/via-velocity.*
14449
14450VIDEO MULTIPLEXER DRIVER
14451M:	Philipp Zabel <p.zabel@pengutronix.de>
14452L:	linux-media@vger.kernel.org
14453S:	Maintained
14454F:	drivers/media/platform/video-mux.c
14455
14456VIDEOBUF2 FRAMEWORK
14457M:	Pawel Osciak <pawel@osciak.com>
14458M:	Marek Szyprowski <m.szyprowski@samsung.com>
14459M:	Kyungmin Park <kyungmin.park@samsung.com>
14460L:	linux-media@vger.kernel.org
14461S:	Maintained
14462F:	drivers/media/v4l2-core/videobuf2-*
14463F:	include/media/videobuf2-*
14464
14465VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14466M:	Helen Koike <helen.koike@collabora.com>
14467L:	linux-media@vger.kernel.org
14468T:	git git://linuxtv.org/media_tree.git
14469W:	https://linuxtv.org
14470S:	Maintained
14471F:	drivers/media/platform/vimc/*
14472
14473VIRT LIB
14474M:	Alex Williamson <alex.williamson@redhat.com>
14475M:	Paolo Bonzini <pbonzini@redhat.com>
14476L:	kvm@vger.kernel.org
14477S:	Supported
14478F:	virt/lib/
14479
14480VIRTIO AND VHOST VSOCK DRIVER
14481M:	Stefan Hajnoczi <stefanha@redhat.com>
14482L:	kvm@vger.kernel.org
14483L:	virtualization@lists.linux-foundation.org
14484L:	netdev@vger.kernel.org
14485S:	Maintained
14486F:	include/linux/virtio_vsock.h
14487F:	include/uapi/linux/virtio_vsock.h
14488F:	include/uapi/linux/vsockmon.h
14489F:	include/uapi/linux/vm_sockets_diag.h
14490F:	net/vmw_vsock/diag.c
14491F:	net/vmw_vsock/af_vsock_tap.c
14492F:	net/vmw_vsock/virtio_transport_common.c
14493F:	net/vmw_vsock/virtio_transport.c
14494F:	drivers/net/vsockmon.c
14495F:	drivers/vhost/vsock.c
14496F:	drivers/vhost/vsock.h
14497F:	tools/testing/vsock/
14498
14499VIRTIO CONSOLE DRIVER
14500M:	Amit Shah <amit@kernel.org>
14501L:	virtualization@lists.linux-foundation.org
14502S:	Maintained
14503F:	drivers/char/virtio_console.c
14504F:	include/linux/virtio_console.h
14505F:	include/uapi/linux/virtio_console.h
14506
14507VIRTIO CORE, NET AND BLOCK DRIVERS
14508M:	"Michael S. Tsirkin" <mst@redhat.com>
14509M:	Jason Wang <jasowang@redhat.com>
14510L:	virtualization@lists.linux-foundation.org
14511S:	Maintained
14512F:	Documentation/devicetree/bindings/virtio/
14513F:	drivers/virtio/
14514F:	tools/virtio/
14515F:	drivers/net/virtio_net.c
14516F:	drivers/block/virtio_blk.c
14517F:	include/linux/virtio*.h
14518F:	include/uapi/linux/virtio_*.h
14519F:	drivers/crypto/virtio/
14520F:	mm/balloon_compaction.c
14521
14522VIRTIO CRYPTO DRIVER
14523M:	Gonglei <arei.gonglei@huawei.com>
14524L:	virtualization@lists.linux-foundation.org
14525L:	linux-crypto@vger.kernel.org
14526S:	Maintained
14527F:	drivers/crypto/virtio/
14528F:	include/uapi/linux/virtio_crypto.h
14529
14530VIRTIO DRIVERS FOR S390
14531M:	Cornelia Huck <cohuck@redhat.com>
14532M:	Halil Pasic <pasic@linux.vnet.ibm.com>
14533L:	linux-s390@vger.kernel.org
14534L:	virtualization@lists.linux-foundation.org
14535L:	kvm@vger.kernel.org
14536S:	Supported
14537F:	drivers/s390/virtio/
14538F:	arch/s390/include/uapi/asm/virtio-ccw.h
14539
14540VIRTIO GPU DRIVER
14541M:	David Airlie <airlied@linux.ie>
14542M:	Gerd Hoffmann <kraxel@redhat.com>
14543L:	dri-devel@lists.freedesktop.org
14544L:	virtualization@lists.linux-foundation.org
14545T:	git git://anongit.freedesktop.org/drm/drm-misc
14546S:	Maintained
14547F:	drivers/gpu/drm/virtio/
14548F:	include/uapi/linux/virtio_gpu.h
14549
14550VIRTIO HOST (VHOST)
14551M:	"Michael S. Tsirkin" <mst@redhat.com>
14552M:	Jason Wang <jasowang@redhat.com>
14553L:	kvm@vger.kernel.org
14554L:	virtualization@lists.linux-foundation.org
14555L:	netdev@vger.kernel.org
14556T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14557S:	Maintained
14558F:	drivers/vhost/
14559F:	include/uapi/linux/vhost.h
14560
14561VIRTIO INPUT DRIVER
14562M:	Gerd Hoffmann <kraxel@redhat.com>
14563S:	Maintained
14564F:	drivers/virtio/virtio_input.c
14565F:	include/uapi/linux/virtio_input.h
14566
14567VIRTUAL SERIO DEVICE DRIVER
14568M:	Stephen Chandler Paul <thatslyude@gmail.com>
14569S:	Maintained
14570F:	drivers/input/serio/userio.c
14571F:	include/uapi/linux/userio.h
14572
14573VIVID VIRTUAL VIDEO DRIVER
14574M:	Hans Verkuil <hverkuil@xs4all.nl>
14575L:	linux-media@vger.kernel.org
14576T:	git git://linuxtv.org/media_tree.git
14577W:	https://linuxtv.org
14578S:	Maintained
14579F:	drivers/media/platform/vivid/*
14580
14581VLYNQ BUS
14582M:	Florian Fainelli <f.fainelli@gmail.com>
14583L:	openwrt-devel@lists.openwrt.org (subscribers-only)
14584S:	Maintained
14585F:	drivers/vlynq/vlynq.c
14586F:	include/linux/vlynq.h
14587
14588VME SUBSYSTEM
14589M:	Martyn Welch <martyn@welchs.me.uk>
14590M:	Manohar Vanga <manohar.vanga@gmail.com>
14591M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14592L:	devel@driverdev.osuosl.org
14593S:	Maintained
14594T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14595F:	Documentation/driver-api/vme.rst
14596F:	drivers/staging/vme/
14597F:	drivers/vme/
14598F:	include/linux/vme*
14599
14600VMWARE BALLOON DRIVER
14601M:	Xavier Deguillard <xdeguillard@vmware.com>
14602M:	Philip Moltmann <moltmann@vmware.com>
14603M:	"VMware, Inc." <pv-drivers@vmware.com>
14604L:	linux-kernel@vger.kernel.org
14605S:	Maintained
14606F:	drivers/misc/vmw_balloon.c
14607
14608VMWARE HYPERVISOR INTERFACE
14609M:	Alok Kataria <akataria@vmware.com>
14610L:	virtualization@lists.linux-foundation.org
14611S:	Supported
14612F:	arch/x86/kernel/cpu/vmware.c
14613
14614VMWARE PVRDMA DRIVER
14615M:	Adit Ranadive <aditr@vmware.com>
14616M:	VMware PV-Drivers <pv-drivers@vmware.com>
14617L:	linux-rdma@vger.kernel.org
14618S:	Maintained
14619F:	drivers/infiniband/hw/vmw_pvrdma/
14620
14621VMware PVSCSI driver
14622M:	Jim Gill <jgill@vmware.com>
14623M:	VMware PV-Drivers <pv-drivers@vmware.com>
14624L:	linux-scsi@vger.kernel.org
14625S:	Maintained
14626F:	drivers/scsi/vmw_pvscsi.c
14627F:	drivers/scsi/vmw_pvscsi.h
14628
14629VMWARE VMMOUSE SUBDRIVER
14630M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
14631M:	"VMware, Inc." <pv-drivers@vmware.com>
14632L:	linux-input@vger.kernel.org
14633S:	Maintained
14634F:	drivers/input/mouse/vmmouse.c
14635F:	drivers/input/mouse/vmmouse.h
14636
14637VMWARE VMXNET3 ETHERNET DRIVER
14638M:	Shrikrishna Khare <skhare@vmware.com>
14639M:	"VMware, Inc." <pv-drivers@vmware.com>
14640L:	netdev@vger.kernel.org
14641S:	Maintained
14642F:	drivers/net/vmxnet3/
14643
14644VOCORE VOCORE2 BOARD
14645M:	Harvey Hunt <harveyhuntnexus@gmail.com>
14646L:	linux-mips@linux-mips.org
14647S:	Maintained
14648F:	arch/mips/boot/dts/ralink/vocore2.dts
14649
14650VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14651M:	Liam Girdwood <lgirdwood@gmail.com>
14652M:	Mark Brown <broonie@kernel.org>
14653L:	linux-kernel@vger.kernel.org
14654W:	http://www.slimlogic.co.uk/?p=48
14655T:	git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14656S:	Supported
14657F:	Documentation/devicetree/bindings/regulator/
14658F:	drivers/regulator/
14659F:	include/dt-bindings/regulator/
14660F:	include/linux/regulator/
14661
14662VRF
14663M:	David Ahern <dsa@cumulusnetworks.com>
14664M:	Shrijeet Mukherjee <shm@cumulusnetworks.com>
14665L:	netdev@vger.kernel.org
14666S:	Maintained
14667F:	drivers/net/vrf.c
14668F:	Documentation/networking/vrf.txt
14669
14670VT1211 HARDWARE MONITOR DRIVER
14671M:	Juerg Haefliger <juergh@gmail.com>
14672L:	linux-hwmon@vger.kernel.org
14673S:	Maintained
14674F:	Documentation/hwmon/vt1211
14675F:	drivers/hwmon/vt1211.c
14676
14677VT8231 HARDWARE MONITOR DRIVER
14678M:	Roger Lucas <vt8231@hiddenengine.co.uk>
14679L:	linux-hwmon@vger.kernel.org
14680S:	Maintained
14681F:	drivers/hwmon/vt8231.c
14682
14683VUB300 USB to SDIO/SD/MMC bridge chip
14684M:	Tony Olech <tony.olech@elandigitalsystems.com>
14685L:	linux-mmc@vger.kernel.org
14686L:	linux-usb@vger.kernel.org
14687S:	Supported
14688F:	drivers/mmc/host/vub300.c
14689
14690W1 DALLAS'S 1-WIRE BUS
14691M:	Evgeniy Polyakov <zbr@ioremap.net>
14692S:	Maintained
14693F:	Documentation/w1/
14694F:	drivers/w1/
14695F:	include/linux/w1.h
14696
14697W83791D HARDWARE MONITORING DRIVER
14698M:	Marc Hulsman <m.hulsman@tudelft.nl>
14699L:	linux-hwmon@vger.kernel.org
14700S:	Maintained
14701F:	Documentation/hwmon/w83791d
14702F:	drivers/hwmon/w83791d.c
14703
14704W83793 HARDWARE MONITORING DRIVER
14705M:	Rudolf Marek <r.marek@assembler.cz>
14706L:	linux-hwmon@vger.kernel.org
14707S:	Maintained
14708F:	Documentation/hwmon/w83793
14709F:	drivers/hwmon/w83793.c
14710
14711W83795 HARDWARE MONITORING DRIVER
14712M:	Jean Delvare <jdelvare@suse.com>
14713L:	linux-hwmon@vger.kernel.org
14714S:	Maintained
14715F:	drivers/hwmon/w83795.c
14716
14717W83L51xD SD/MMC CARD INTERFACE DRIVER
14718M:	Pierre Ossman <pierre@ossman.eu>
14719S:	Maintained
14720F:	drivers/mmc/host/wbsd.*
14721
14722WACOM PROTOCOL 4 SERIAL TABLETS
14723M:	Julian Squires <julian@cipht.net>
14724M:	Hans de Goede <hdegoede@redhat.com>
14725L:	linux-input@vger.kernel.org
14726S:	Maintained
14727F:	drivers/input/tablet/wacom_serial4.c
14728
14729WATCHDOG DEVICE DRIVERS
14730M:	Wim Van Sebroeck <wim@iguana.be>
14731R:	Guenter Roeck <linux@roeck-us.net>
14732L:	linux-watchdog@vger.kernel.org
14733W:	http://www.linux-watchdog.org/
14734T:	git git://www.linux-watchdog.org/linux-watchdog.git
14735S:	Maintained
14736F:	Documentation/devicetree/bindings/watchdog/
14737F:	Documentation/watchdog/
14738F:	drivers/watchdog/
14739F:	include/linux/watchdog.h
14740F:	include/uapi/linux/watchdog.h
14741
14742WHISKEYCOVE PMIC GPIO DRIVER
14743M:	Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
14744L:	linux-gpio@vger.kernel.org
14745S:	Maintained
14746F:	drivers/gpio/gpio-wcove.c
14747
14748WIIMOTE HID DRIVER
14749M:	David Herrmann <dh.herrmann@googlemail.com>
14750L:	linux-input@vger.kernel.org
14751S:	Maintained
14752F:	drivers/hid/hid-wiimote*
14753
14754WILOCITY WIL6210 WIRELESS DRIVER
14755M:	Maya Erez <qca_merez@qca.qualcomm.com>
14756L:	linux-wireless@vger.kernel.org
14757L:	wil6210@qca.qualcomm.com
14758S:	Supported
14759W:	http://wireless.kernel.org/en/users/Drivers/wil6210
14760F:	drivers/net/wireless/ath/wil6210/
14761
14762WIMAX STACK
14763M:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14764M:	linux-wimax@intel.com
14765L:	wimax@linuxwimax.org (subscribers-only)
14766S:	Supported
14767W:	http://linuxwimax.org
14768F:	Documentation/wimax/README.wimax
14769F:	include/linux/wimax/debug.h
14770F:	include/net/wimax.h
14771F:	include/uapi/linux/wimax.h
14772F:	net/wimax/
14773
14774WINBOND CIR DRIVER
14775M:	David Härdeman <david@hardeman.nu>
14776S:	Maintained
14777F:	drivers/media/rc/winbond-cir.c
14778
14779WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14780M:	William Breathitt Gray <vilhelm.gray@gmail.com>
14781L:	linux-watchdog@vger.kernel.org
14782S:	Maintained
14783F:	drivers/watchdog/ebc-c384_wdt.c
14784
14785WINSYSTEMS WS16C48 GPIO DRIVER
14786M:	William Breathitt Gray <vilhelm.gray@gmail.com>
14787L:	linux-gpio@vger.kernel.org
14788S:	Maintained
14789F:	drivers/gpio/gpio-ws16c48.c
14790
14791WISTRON LAPTOP BUTTON DRIVER
14792M:	Miloslav Trmac <mitr@volny.cz>
14793S:	Maintained
14794F:	drivers/input/misc/wistron_btns.c
14795
14796WL3501 WIRELESS PCMCIA CARD DRIVER
14797L:	linux-wireless@vger.kernel.org
14798S:	Odd fixes
14799F:	drivers/net/wireless/wl3501*
14800
14801WOLFSON MICROELECTRONICS DRIVERS
14802L:	patches@opensource.cirrus.com
14803T:	git https://github.com/CirrusLogic/linux-drivers.git
14804W:	https://github.com/CirrusLogic/linux-drivers/wiki
14805S:	Supported
14806F:	Documentation/hwmon/wm83??
14807F:	Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14808F:	Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14809F:	Documentation/devicetree/bindings/mfd/arizona.txt
14810F:	Documentation/devicetree/bindings/mfd/wm831x.txt
14811F:	Documentation/devicetree/bindings/sound/wlf,arizona.txt
14812F:	arch/arm/mach-s3c64xx/mach-crag6410*
14813F:	drivers/clk/clk-wm83*.c
14814F:	drivers/extcon/extcon-arizona.c
14815F:	drivers/leds/leds-wm83*.c
14816F:	drivers/gpio/gpio-*wm*.c
14817F:	drivers/gpio/gpio-arizona.c
14818F:	drivers/hwmon/wm83??-hwmon.c
14819F:	drivers/input/misc/wm831x-on.c
14820F:	drivers/input/touchscreen/wm831x-ts.c
14821F:	drivers/input/touchscreen/wm97*.c
14822F:	drivers/mfd/arizona*
14823F:	drivers/mfd/wm*.c
14824F:	drivers/mfd/cs47l24*
14825F:	drivers/power/supply/wm83*.c
14826F:	drivers/rtc/rtc-wm83*.c
14827F:	drivers/regulator/wm8*.c
14828F:	drivers/regulator/arizona*
14829F:	drivers/video/backlight/wm83*_bl.c
14830F:	drivers/watchdog/wm83*_wdt.c
14831F:	include/linux/mfd/arizona/
14832F:	include/linux/mfd/wm831x/
14833F:	include/linux/mfd/wm8350/
14834F:	include/linux/mfd/wm8400*
14835F:	include/linux/regulator/arizona*
14836F:	include/linux/wm97xx.h
14837F:	include/sound/wm????.h
14838F:	sound/soc/codecs/arizona.?
14839F:	sound/soc/codecs/wm*
14840F:	sound/soc/codecs/cs47l24*
14841
14842WORKQUEUE
14843M:	Tejun Heo <tj@kernel.org>
14844R:	Lai Jiangshan <jiangshanlai@gmail.com>
14845T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14846S:	Maintained
14847F:	include/linux/workqueue.h
14848F:	kernel/workqueue.c
14849F:	Documentation/core-api/workqueue.rst
14850
14851X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14852M:	Chen-Yu Tsai <wens@csie.org>
14853L:	linux-kernel@vger.kernel.org
14854S:	Maintained
14855N:	axp[128]
14856
14857X.25 NETWORK LAYER
14858M:	Andrew Hendry <andrew.hendry@gmail.com>
14859L:	linux-x25@vger.kernel.org
14860S:	Odd Fixes
14861F:	Documentation/networking/x25*
14862F:	include/net/x25*
14863F:	net/x25/
14864
14865X86 ARCHITECTURE (32-BIT AND 64-BIT)
14866M:	Thomas Gleixner <tglx@linutronix.de>
14867M:	Ingo Molnar <mingo@redhat.com>
14868M:	"H. Peter Anvin" <hpa@zytor.com>
14869M:	x86@kernel.org
14870L:	linux-kernel@vger.kernel.org
14871T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14872S:	Maintained
14873F:	Documentation/x86/
14874F:	arch/x86/
14875
14876X86 MCE INFRASTRUCTURE
14877M:	Tony Luck <tony.luck@intel.com>
14878M:	Borislav Petkov <bp@alien8.de>
14879L:	linux-edac@vger.kernel.org
14880S:	Maintained
14881F:	arch/x86/kernel/cpu/mcheck/*
14882
14883X86 MICROCODE UPDATE SUPPORT
14884M:	Borislav Petkov <bp@alien8.de>
14885S:	Maintained
14886F:	arch/x86/kernel/cpu/microcode/*
14887
14888X86 PLATFORM DRIVERS
14889M:	Darren Hart <dvhart@infradead.org>
14890M:	Andy Shevchenko <andy@infradead.org>
14891L:	platform-driver-x86@vger.kernel.org
14892T:	git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14893S:	Maintained
14894F:	drivers/platform/x86/
14895F:	drivers/platform/olpc/
14896
14897X86 VDSO
14898M:	Andy Lutomirski <luto@amacapital.net>
14899L:	linux-kernel@vger.kernel.org
14900T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14901S:	Maintained
14902F:	arch/x86/entry/vdso/
14903
14904XC2028/3028 TUNER DRIVER
14905M:	Mauro Carvalho Chehab <mchehab@s-opensource.com>
14906M:	Mauro Carvalho Chehab <mchehab@kernel.org>
14907L:	linux-media@vger.kernel.org
14908W:	https://linuxtv.org
14909T:	git git://linuxtv.org/media_tree.git
14910S:	Maintained
14911F:	drivers/media/tuners/tuner-xc2028.*
14912
14913XEN BLOCK SUBSYSTEM
14914M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14915M:	Roger Pau Monné <roger.pau@citrix.com>
14916L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14917S:	Supported
14918F:	drivers/block/xen-blkback/*
14919F:	drivers/block/xen*
14920
14921XEN HYPERVISOR ARM
14922M:	Stefano Stabellini <sstabellini@kernel.org>
14923L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14924S:	Maintained
14925F:	arch/arm/xen/
14926F:	arch/arm/include/asm/xen/
14927
14928XEN HYPERVISOR ARM64
14929M:	Stefano Stabellini <sstabellini@kernel.org>
14930L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14931S:	Maintained
14932F:	arch/arm64/xen/
14933F:	arch/arm64/include/asm/xen/
14934
14935XEN HYPERVISOR INTERFACE
14936M:	Boris Ostrovsky <boris.ostrovsky@oracle.com>
14937M:	Juergen Gross <jgross@suse.com>
14938L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14939T:	git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14940S:	Supported
14941F:	arch/x86/xen/
14942F:	drivers/*/xen-*front.c
14943F:	drivers/xen/
14944F:	arch/x86/include/asm/xen/
14945F:	arch/x86/include/asm/pvclock-abi.h
14946F:	include/xen/
14947F:	include/uapi/xen/
14948F:	Documentation/ABI/stable/sysfs-hypervisor-xen
14949F:	Documentation/ABI/testing/sysfs-hypervisor-xen
14950
14951XEN NETWORK BACKEND DRIVER
14952M:	Wei Liu <wei.liu2@citrix.com>
14953M:	Paul Durrant <paul.durrant@citrix.com>
14954L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14955L:	netdev@vger.kernel.org
14956S:	Supported
14957F:	drivers/net/xen-netback/*
14958
14959XEN PCI SUBSYSTEM
14960M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14961L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14962S:	Supported
14963F:	arch/x86/pci/*xen*
14964F:	drivers/pci/*xen*
14965
14966XEN PVSCSI DRIVERS
14967M:	Juergen Gross <jgross@suse.com>
14968L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14969L:	linux-scsi@vger.kernel.org
14970S:	Supported
14971F:	drivers/scsi/xen-scsifront.c
14972F:	drivers/xen/xen-scsiback.c
14973F:	include/xen/interface/io/vscsiif.h
14974
14975XEN SWIOTLB SUBSYSTEM
14976M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14977L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
14978S:	Supported
14979F:	arch/x86/xen/*swiotlb*
14980F:	drivers/xen/*swiotlb*
14981
14982XFS FILESYSTEM
14983M:	Darrick J. Wong <darrick.wong@oracle.com>
14984M:	linux-xfs@vger.kernel.org
14985L:	linux-xfs@vger.kernel.org
14986W:	http://xfs.org/
14987T:	git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14988S:	Supported
14989F:	Documentation/filesystems/xfs.txt
14990F:	fs/xfs/
14991
14992XILINX AXI ETHERNET DRIVER
14993M:	Anirudha Sarangi <anirudh@xilinx.com>
14994M:	John Linn <John.Linn@xilinx.com>
14995S:	Maintained
14996F:	drivers/net/ethernet/xilinx/xilinx_axienet*
14997
14998XILINX UARTLITE SERIAL DRIVER
14999M:	Peter Korsgaard <jacmet@sunsite.dk>
15000L:	linux-serial@vger.kernel.org
15001S:	Maintained
15002F:	drivers/tty/serial/uartlite.c
15003
15004XILINX VIDEO IP CORES
15005M:	Hyun Kwon <hyun.kwon@xilinx.com>
15006M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15007L:	linux-media@vger.kernel.org
15008T:	git git://linuxtv.org/media_tree.git
15009S:	Supported
15010F:	Documentation/devicetree/bindings/media/xilinx/
15011F:	drivers/media/platform/xilinx/
15012F:	include/uapi/linux/xilinx-v4l2-controls.h
15013
15014XILLYBUS DRIVER
15015M:	Eli Billauer <eli.billauer@gmail.com>
15016L:	linux-kernel@vger.kernel.org
15017S:	Supported
15018F:	drivers/char/xillybus/
15019
15020XRA1403 GPIO EXPANDER
15021M:	Nandor Han <nandor.han@ge.com>
15022M:	Semi Malinen <semi.malinen@ge.com>
15023L:	linux-gpio@vger.kernel.org
15024S:	Maintained
15025F:	drivers/gpio/gpio-xra1403.c
15026F:	Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
15027
15028XTENSA XTFPGA PLATFORM SUPPORT
15029M:	Max Filippov <jcmvbkbc@gmail.com>
15030L:	linux-xtensa@linux-xtensa.org
15031S:	Maintained
15032F:	drivers/spi/spi-xtensa-xtfpga.c
15033F:	sound/soc/xtensa/xtfpga-i2s.c
15034
15035YAM DRIVER FOR AX.25
15036M:	Jean-Paul Roubelat <jpr@f6fbb.org>
15037L:	linux-hams@vger.kernel.org
15038S:	Maintained
15039F:	drivers/net/hamradio/yam*
15040F:	include/linux/yam.h
15041
15042YAMA SECURITY MODULE
15043M:	Kees Cook <keescook@chromium.org>
15044T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
15045S:	Supported
15046F:	security/yama/
15047F:	Documentation/admin-guide/LSM/Yama.rst
15048
15049YEALINK PHONE DRIVER
15050M:	Henk Vergonet <Henk.Vergonet@gmail.com>
15051L:	usbb2k-api-dev@nongnu.org
15052S:	Maintained
15053F:	Documentation/input/yealink.rst
15054F:	drivers/input/misc/yealink.*
15055
15056Z8530 DRIVER FOR AX.25
15057M:	Joerg Reuter <jreuter@yaina.de>
15058W:	http://yaina.de/jreuter/
15059W:	http://www.qsl.net/dl1bke/
15060L:	linux-hams@vger.kernel.org
15061S:	Maintained
15062F:	Documentation/networking/z8530drv.txt
15063F:	drivers/net/hamradio/*scc.c
15064F:	drivers/net/hamradio/z8530.h
15065
15066ZBUD COMPRESSED PAGE ALLOCATOR
15067M:	Seth Jennings <sjenning@redhat.com>
15068M:	Dan Streetman <ddstreet@ieee.org>
15069L:	linux-mm@kvack.org
15070S:	Maintained
15071F:	mm/zbud.c
15072F:	include/linux/zbud.h
15073
15074ZD1211RW WIRELESS DRIVER
15075M:	Daniel Drake <dsd@gentoo.org>
15076M:	Ulrich Kunitz <kune@deine-taler.de>
15077W:	http://zd1211.ath.cx/wiki/DriverRewrite
15078L:	linux-wireless@vger.kernel.org
15079L:	zd1211-devs@lists.sourceforge.net (subscribers-only)
15080S:	Maintained
15081F:	drivers/net/wireless/zydas/zd1211rw/
15082
15083ZD1301 MEDIA DRIVER
15084M:	Antti Palosaari <crope@iki.fi>
15085L:	linux-media@vger.kernel.org
15086W:	https://linuxtv.org/
15087W:	http://palosaari.fi/linux/
15088Q:	https://patchwork.linuxtv.org/project/linux-media/list/
15089S:	Maintained
15090F:	drivers/media/usb/dvb-usb-v2/zd1301*
15091
15092ZD1301_DEMOD MEDIA DRIVER
15093M:	Antti Palosaari <crope@iki.fi>
15094L:	linux-media@vger.kernel.org
15095W:	https://linuxtv.org/
15096W:	http://palosaari.fi/linux/
15097Q:	https://patchwork.linuxtv.org/project/linux-media/list/
15098S:	Maintained
15099F:	drivers/media/dvb-frontends/zd1301_demod*
15100
15101ZPOOL COMPRESSED PAGE STORAGE API
15102M:	Dan Streetman <ddstreet@ieee.org>
15103L:	linux-mm@kvack.org
15104S:	Maintained
15105F:	mm/zpool.c
15106F:	include/linux/zpool.h
15107
15108ZR36067 VIDEO FOR LINUX DRIVER
15109L:	mjpeg-users@lists.sourceforge.net
15110L:	linux-media@vger.kernel.org
15111W:	http://mjpeg.sourceforge.net/driver-zoran/
15112T:	hg https://linuxtv.org/hg/v4l-dvb
15113S:	Odd Fixes
15114F:	drivers/media/pci/zoran/
15115
15116ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
15117M:	Minchan Kim <minchan@kernel.org>
15118M:	Nitin Gupta <ngupta@vflare.org>
15119R:	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
15120L:	linux-kernel@vger.kernel.org
15121S:	Maintained
15122F:	drivers/block/zram/
15123F:	Documentation/blockdev/zram.txt
15124
15125ZS DECSTATION Z85C30 SERIAL DRIVER
15126M:	"Maciej W. Rozycki" <macro@linux-mips.org>
15127S:	Maintained
15128F:	drivers/tty/serial/zs.*
15129
15130ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
15131M:	Minchan Kim <minchan@kernel.org>
15132M:	Nitin Gupta <ngupta@vflare.org>
15133R:	Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
15134L:	linux-mm@kvack.org
15135S:	Maintained
15136F:	mm/zsmalloc.c
15137F:	include/linux/zsmalloc.h
15138F:	Documentation/vm/zsmalloc.txt
15139
15140ZSWAP COMPRESSED SWAP CACHING
15141M:	Seth Jennings <sjenning@redhat.com>
15142M:	Dan Streetman <ddstreet@ieee.org>
15143L:	linux-mm@kvack.org
15144S:	Maintained
15145F:	mm/zswap.c
15146
15147THE REST
15148M:	Linus Torvalds <torvalds@linux-foundation.org>
15149L:	linux-kernel@vger.kernel.org
15150Q:	http://patchwork.kernel.org/project/LKML/list/
15151T:	git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
15152S:	Buried alive in reporters
15153F:	*
15154F:	*/
15155