Merge tag 'filesystems_for_v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      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
20 3.      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
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      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
59 6.      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
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond. Please keep in mind that the security team is
66         a small set of people who can be efficient only when working on
67         verified bugs. Please only Cc: this list when you have identified
68         that the bug would present a short-term risk to other users if it
69         were publicly disclosed. For example, reports of address leaks do
70         not represent an immediate threat and are better handled publicly,
71         and ideally, should come with a patch proposal. Please do not send
72         automated reports to this list either. Such bugs will be handled
73         better and faster in the usual public places.
74
75 8.      Happy hacking.
76
77 Descriptions of section entries:
78
79         P: Person (obsolete)
80         M: Mail patches to: FullName <address@domain>
81         R: Designated reviewer: FullName <address@domain>
82            These reviewers should be CCed on patches.
83         L: Mailing list that is relevant to this area
84         W: Web-page with status/info
85         B: URI for where to file bugs. A web-page with detailed bug
86            filing info, a direct bug tracker link, or a mailto: URI.
87         C: URI for chat protocol, server and channel where developers
88            usually hang out, for example irc://server/channel.
89         Q: Patchwork web based patch tracking system site
90         T: SCM tree type and location.
91            Type is one of: git, hg, quilt, stgit, topgit
92         S: Status, one of the following:
93            Supported:   Someone is actually paid to look after this.
94            Maintained:  Someone actually looks after it.
95            Odd Fixes:   It has a maintainer but they don't have time to do
96                         much other than throw the odd patch in. See below..
97            Orphan:      No current maintainer [but maybe you could take the
98                         role as you write your new code].
99            Obsolete:    Old code. Something tagged obsolete generally means
100                         it has been replaced by a better system and you
101                         should be using that.
102         F: Files and directories with wildcard patterns.
103            A trailing slash includes all files and subdirectory files.
104            F:   drivers/net/    all files in and below drivers/net
105            F:   drivers/net/*   all files in drivers/net, but not below
106            F:   */net/*         all files in "any top level directory"/net
107            One pattern per line.  Multiple F: lines acceptable.
108         N: Files and directories with regex patterns.
109            N:   [^a-z]tegra     all files whose path contains the word tegra
110            One pattern per line.  Multiple N: lines acceptable.
111            scripts/get_maintainer.pl has different behavior for files that
112            match F: pattern and matches of N: patterns.  By default,
113            get_maintainer will not look at git log history when an F: pattern
114            match occurs.  When an N: match occurs, git log history is used
115            to also notify the people that have git commit signatures.
116         X: Files and directories that are NOT maintained, same rules as F:
117            Files exclusions are tested before file matches.
118            Can be useful for excluding a specific subdirectory, for instance:
119            F:   net/
120            X:   net/ipv6/
121            matches all files in and below net excluding net/ipv6/
122         K: Keyword perl extended regex pattern to match content in a
123            patch or file.  For instance:
124            K: of_get_profile
125               matches patches or files that contain "of_get_profile"
126            K: \b(printk|pr_(info|err))\b
127               matches patches or files that contain one or more of the words
128               printk, pr_info or pr_err
129            One regex pattern per line.  Multiple K: lines acceptable.
130
131 Note: For the hard of thinking, this list is meant to remain in alphabetical
132 order. If you could add yourselves to it in alphabetical order that would be
133 so much easier [Ed]
134
135 Maintainers List (try to look for most precise areas first)
136
137                 -----------------------------------
138
139 3C59X NETWORK DRIVER
140 M:      Steffen Klassert <klassert@kernel.org>
141 L:      netdev@vger.kernel.org
142 S:      Odd Fixes
143 F:      Documentation/networking/vortex.txt
144 F:      drivers/net/ethernet/3com/3c59x.c
145
146 3CR990 NETWORK DRIVER
147 M:      David Dillow <dave@thedillows.org>
148 L:      netdev@vger.kernel.org
149 S:      Maintained
150 F:      drivers/net/ethernet/3com/typhoon*
151
152 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
153 M:      Adam Radford <aradford@gmail.com>
154 L:      linux-scsi@vger.kernel.org
155 W:      http://www.lsi.com
156 S:      Supported
157 F:      drivers/scsi/3w-*
158
159 53C700 AND 53C700-66 SCSI DRIVER
160 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
161 L:      linux-scsi@vger.kernel.org
162 S:      Maintained
163 F:      drivers/scsi/53c700*
164
165 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
166 M:      Alexander Aring <alex.aring@gmail.com>
167 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
168 L:      linux-bluetooth@vger.kernel.org
169 L:      linux-wpan@vger.kernel.org
170 S:      Maintained
171 F:      net/6lowpan/
172 F:      include/net/6lowpan.h
173 F:      Documentation/networking/6lowpan.txt
174
175 6PACK NETWORK DRIVER FOR AX.25
176 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
177 L:      linux-hams@vger.kernel.org
178 S:      Maintained
179 F:      drivers/net/hamradio/6pack.c
180
181 8169 10/100/1000 GIGABIT ETHERNET DRIVER
182 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
183 L:      netdev@vger.kernel.org
184 S:      Maintained
185 F:      drivers/net/ethernet/realtek/r8169.c
186
187 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
188 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
189 L:      linux-serial@vger.kernel.org
190 S:      Maintained
191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
192 F:      drivers/tty/serial/8250*
193 F:      include/linux/serial_8250.h
194
195 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
196 L:      netdev@vger.kernel.org
197 S:      Orphan / Obsolete
198 F:      drivers/net/ethernet/8390/
199
200 9P FILE SYSTEM
201 M:      Eric Van Hensbergen <ericvh@gmail.com>
202 M:      Latchesar Ionkov <lucho@ionkov.net>
203 M:      Dominique Martinet <asmadeus@codewreck.org>
204 L:      v9fs-developer@lists.sourceforge.net
205 W:      http://swik.net/v9fs
206 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
208 T:      git git://github.com/martinetd/linux.git
209 S:      Maintained
210 F:      Documentation/filesystems/9p.txt
211 F:      fs/9p/
212 F:      net/9p/
213 F:      include/net/9p/
214 F:      include/uapi/linux/virtio_9p.h
215 F:      include/trace/events/9p.h
216
217 A8293 MEDIA DRIVER
218 M:      Antti Palosaari <crope@iki.fi>
219 L:      linux-media@vger.kernel.org
220 W:      https://linuxtv.org
221 W:      http://palosaari.fi/linux/
222 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
223 T:      git git://linuxtv.org/anttip/media_tree.git
224 S:      Maintained
225 F:      drivers/media/dvb-frontends/a8293*
226
227 AACRAID SCSI RAID DRIVER
228 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
229 L:      linux-scsi@vger.kernel.org
230 W:      http://www.adaptec.com/
231 S:      Supported
232 F:      Documentation/scsi/aacraid.txt
233 F:      drivers/scsi/aacraid/
234
235 ABI/API
236 L:      linux-api@vger.kernel.org
237 F:      include/linux/syscalls.h
238 F:      kernel/sys_ni.c
239
240 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
241 M:      Hans de Goede <hdegoede@redhat.com>
242 L:      linux-hwmon@vger.kernel.org
243 S:      Maintained
244 F:      drivers/hwmon/abituguru.c
245
246 ABIT UGURU 3 HARDWARE MONITOR DRIVER
247 M:      Alistair John Strachan <alistair@devzero.co.uk>
248 L:      linux-hwmon@vger.kernel.org
249 S:      Maintained
250 F:      drivers/hwmon/abituguru3.c
251
252 ACCES 104-DIO-48E GPIO DRIVER
253 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
254 L:      linux-gpio@vger.kernel.org
255 S:      Maintained
256 F:      drivers/gpio/gpio-104-dio-48e.c
257
258 ACCES 104-IDI-48 GPIO DRIVER
259 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
260 L:      linux-gpio@vger.kernel.org
261 S:      Maintained
262 F:      drivers/gpio/gpio-104-idi-48.c
263
264 ACCES 104-IDIO-16 GPIO DRIVER
265 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
266 L:      linux-gpio@vger.kernel.org
267 S:      Maintained
268 F:      drivers/gpio/gpio-104-idio-16.c
269
270 ACCES 104-QUAD-8 IIO DRIVER
271 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
272 L:      linux-iio@vger.kernel.org
273 S:      Maintained
274 F:      Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
275 F:      drivers/iio/counter/104-quad-8.c
276
277 ACCES PCI-IDIO-16 GPIO DRIVER
278 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
279 L:      linux-gpio@vger.kernel.org
280 S:      Maintained
281 F:      drivers/gpio/gpio-pci-idio-16.c
282
283 ACCES PCIe-IDIO-24 GPIO DRIVER
284 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
285 L:      linux-gpio@vger.kernel.org
286 S:      Maintained
287 F:      drivers/gpio/gpio-pcie-idio-24.c
288
289 ACENIC DRIVER
290 M:      Jes Sorensen <jes@trained-monkey.org>
291 L:      linux-acenic@sunsite.dk
292 S:      Maintained
293 F:      drivers/net/ethernet/alteon/acenic*
294
295 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
296 M:      Peter Feuerer <peter@piie.net>
297 L:      platform-driver-x86@vger.kernel.org
298 W:      http://piie.net/?section=acerhdf
299 S:      Maintained
300 F:      drivers/platform/x86/acerhdf.c
301
302 ACER WMI LAPTOP EXTRAS
303 M:      "Lee, Chun-Yi" <jlee@suse.com>
304 L:      platform-driver-x86@vger.kernel.org
305 S:      Maintained
306 F:      drivers/platform/x86/acer-wmi.c
307
308 ACPI
309 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
310 M:      Len Brown <lenb@kernel.org>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
315 B:      https://bugzilla.kernel.org
316 S:      Supported
317 F:      drivers/acpi/
318 F:      drivers/pnp/pnpacpi/
319 F:      include/linux/acpi.h
320 F:      include/linux/fwnode.h
321 F:      include/acpi/
322 F:      Documentation/acpi/
323 F:      Documentation/ABI/testing/sysfs-bus-acpi
324 F:      Documentation/ABI/testing/configfs-acpi
325 F:      drivers/pci/*acpi*
326 F:      drivers/pci/*/*acpi*
327 F:      tools/power/acpi/
328
329 ACPI APEI
330 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
331 M:      Len Brown <lenb@kernel.org>
332 L:      linux-acpi@vger.kernel.org
333 R:      Tony Luck <tony.luck@intel.com>
334 R:      Borislav Petkov <bp@alien8.de>
335 F:      drivers/acpi/apei/
336
337 ACPI COMPONENT ARCHITECTURE (ACPICA)
338 M:      Robert Moore <robert.moore@intel.com>
339 M:      Erik Schmauss <erik.schmauss@intel.com>
340 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
341 L:      linux-acpi@vger.kernel.org
342 L:      devel@acpica.org
343 W:      https://acpica.org/
344 W:      https://github.com/acpica/acpica/
345 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
347 B:      https://bugzilla.kernel.org
348 B:      https://bugs.acpica.org
349 S:      Supported
350 F:      drivers/acpi/acpica/
351 F:      include/acpi/
352 F:      tools/power/acpi/
353
354 ACPI FAN DRIVER
355 M:      Zhang Rui <rui.zhang@intel.com>
356 L:      linux-acpi@vger.kernel.org
357 W:      https://01.org/linux-acpi
358 B:      https://bugzilla.kernel.org
359 S:      Supported
360 F:      drivers/acpi/fan.c
361
362 ACPI FOR ARM64 (ACPI/arm64)
363 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
364 M:      Hanjun Guo <hanjun.guo@linaro.org>
365 M:      Sudeep Holla <sudeep.holla@arm.com>
366 L:      linux-acpi@vger.kernel.org
367 S:      Maintained
368 F:      drivers/acpi/arm64
369
370 ACPI I2C MULTI INSTANTIATE DRIVER
371 M:      Hans de Goede <hdegoede@redhat.com>
372 L:      platform-driver-x86@vger.kernel.org
373 S:      Maintained
374 F:      drivers/platform/x86/i2c-multi-instantiate.c
375
376 ACPI PMIC DRIVERS
377 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
378 M:      Len Brown <lenb@kernel.org>
379 R:      Andy Shevchenko <andy@infradead.org>
380 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
381 L:      linux-acpi@vger.kernel.org
382 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
384 B:      https://bugzilla.kernel.org
385 S:      Supported
386 F:      drivers/acpi/pmic/
387
388 ACPI THERMAL DRIVER
389 M:      Zhang Rui <rui.zhang@intel.com>
390 L:      linux-acpi@vger.kernel.org
391 W:      https://01.org/linux-acpi
392 B:      https://bugzilla.kernel.org
393 S:      Supported
394 F:      drivers/acpi/*thermal*
395
396 ACPI VIDEO DRIVER
397 M:      Zhang Rui <rui.zhang@intel.com>
398 L:      linux-acpi@vger.kernel.org
399 W:      https://01.org/linux-acpi
400 B:      https://bugzilla.kernel.org
401 S:      Supported
402 F:      drivers/acpi/acpi_video.c
403
404 ACPI WMI DRIVER
405 L:      platform-driver-x86@vger.kernel.org
406 S:      Orphan
407 F:      drivers/platform/x86/wmi.c
408 F:      include/uapi/linux/wmi.h
409
410 AD1889 ALSA SOUND DRIVER
411 M:      Thibaut Varene <T-Bone@parisc-linux.org>
412 W:      http://wiki.parisc-linux.org/AD1889
413 L:      linux-parisc@vger.kernel.org
414 S:      Maintained
415 F:      sound/pci/ad1889.*
416
417 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
418 M:      Michael Hennerich <michael.hennerich@analog.com>
419 W:      http://wiki.analog.com/AD5254
420 W:      http://ez.analog.com/community/linux-device-drivers
421 S:      Supported
422 F:      drivers/misc/ad525x_dpot.c
423
424 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
425 M:      Michael Hennerich <michael.hennerich@analog.com>
426 W:      http://wiki.analog.com/AD5398
427 W:      http://ez.analog.com/community/linux-device-drivers
428 S:      Supported
429 F:      drivers/regulator/ad5398.c
430
431 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
432 M:      Michael Hennerich <michael.hennerich@analog.com>
433 W:      http://wiki.analog.com/AD7142
434 W:      http://ez.analog.com/community/linux-device-drivers
435 S:      Supported
436 F:      drivers/input/misc/ad714x.c
437
438 AD7877 TOUCHSCREEN DRIVER
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/AD7877
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/input/touchscreen/ad7877.c
444
445 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
446 M:      Michael Hennerich <michael.hennerich@analog.com>
447 W:      http://wiki.analog.com/AD7879
448 W:      http://ez.analog.com/community/linux-device-drivers
449 S:      Supported
450 F:      drivers/input/touchscreen/ad7879.c
451
452 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
453 M:      Jiri Kosina <jikos@kernel.org>
454 S:      Maintained
455
456 ADF7242 IEEE 802.15.4 RADIO DRIVER
457 M:      Michael Hennerich <michael.hennerich@analog.com>
458 W:      https://wiki.analog.com/ADF7242
459 W:      http://ez.analog.com/community/linux-device-drivers
460 L:      linux-wpan@vger.kernel.org
461 S:      Supported
462 F:      drivers/net/ieee802154/adf7242.c
463 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
464
465 ADM1025 HARDWARE MONITOR DRIVER
466 M:      Jean Delvare <jdelvare@suse.com>
467 L:      linux-hwmon@vger.kernel.org
468 S:      Maintained
469 F:      Documentation/hwmon/adm1025
470 F:      drivers/hwmon/adm1025.c
471
472 ADM1029 HARDWARE MONITOR DRIVER
473 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
474 L:      linux-hwmon@vger.kernel.org
475 S:      Maintained
476 F:      drivers/hwmon/adm1029.c
477
478 ADM8211 WIRELESS DRIVER
479 L:      linux-wireless@vger.kernel.org
480 W:      http://wireless.kernel.org/
481 S:      Orphan
482 F:      drivers/net/wireless/admtek/adm8211.*
483
484 ADP1653 FLASH CONTROLLER DRIVER
485 M:      Sakari Ailus <sakari.ailus@iki.fi>
486 L:      linux-media@vger.kernel.org
487 S:      Maintained
488 F:      drivers/media/i2c/adp1653.c
489 F:      include/media/i2c/adp1653.h
490
491 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
492 M:      Michael Hennerich <michael.hennerich@analog.com>
493 W:      http://wiki.analog.com/ADP5520
494 W:      http://ez.analog.com/community/linux-device-drivers
495 S:      Supported
496 F:      drivers/mfd/adp5520.c
497 F:      drivers/video/backlight/adp5520_bl.c
498 F:      drivers/leds/leds-adp5520.c
499 F:      drivers/gpio/gpio-adp5520.c
500 F:      drivers/input/keyboard/adp5520-keys.c
501
502 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
503 M:      Michael Hennerich <michael.hennerich@analog.com>
504 W:      http://wiki.analog.com/ADP5588
505 W:      http://ez.analog.com/community/linux-device-drivers
506 S:      Supported
507 F:      drivers/input/keyboard/adp5588-keys.c
508 F:      drivers/gpio/gpio-adp5588.c
509
510 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
511 M:      Michael Hennerich <michael.hennerich@analog.com>
512 W:      http://wiki.analog.com/ADP8860
513 W:      http://ez.analog.com/community/linux-device-drivers
514 S:      Supported
515 F:      drivers/video/backlight/adp8860_bl.c
516
517 ADS1015 HARDWARE MONITOR DRIVER
518 M:      Dirk Eibach <eibach@gdsys.de>
519 L:      linux-hwmon@vger.kernel.org
520 S:      Maintained
521 F:      Documentation/hwmon/ads1015
522 F:      drivers/hwmon/ads1015.c
523 F:      include/linux/platform_data/ads1015.h
524
525 ADT746X FAN DRIVER
526 M:      Colin Leroy <colin@colino.net>
527 S:      Maintained
528 F:      drivers/macintosh/therm_adt746x.c
529
530 ADT7475 HARDWARE MONITOR DRIVER
531 M:      Jean Delvare <jdelvare@suse.com>
532 L:      linux-hwmon@vger.kernel.org
533 S:      Maintained
534 F:      Documentation/hwmon/adt7475
535 F:      drivers/hwmon/adt7475.c
536
537 ADVANSYS SCSI DRIVER
538 M:      Matthew Wilcox <willy@infradead.org>
539 M:      Hannes Reinecke <hare@suse.com>
540 L:      linux-scsi@vger.kernel.org
541 S:      Maintained
542 F:      Documentation/scsi/advansys.txt
543 F:      drivers/scsi/advansys.c
544
545 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
546 M:      Michael Hennerich <michael.hennerich@analog.com>
547 W:      http://wiki.analog.com/ADXL345
548 W:      http://ez.analog.com/community/linux-device-drivers
549 S:      Supported
550 F:      drivers/input/misc/adxl34x.c
551
552 AF9013 MEDIA DRIVER
553 M:      Antti Palosaari <crope@iki.fi>
554 L:      linux-media@vger.kernel.org
555 W:      https://linuxtv.org
556 W:      http://palosaari.fi/linux/
557 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
558 T:      git git://linuxtv.org/anttip/media_tree.git
559 S:      Maintained
560 F:      drivers/media/dvb-frontends/af9013*
561
562 AF9033 MEDIA DRIVER
563 M:      Antti Palosaari <crope@iki.fi>
564 L:      linux-media@vger.kernel.org
565 W:      https://linuxtv.org
566 W:      http://palosaari.fi/linux/
567 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
568 T:      git git://linuxtv.org/anttip/media_tree.git
569 S:      Maintained
570 F:      drivers/media/dvb-frontends/af9033*
571
572 AFFS FILE SYSTEM
573 M:      David Sterba <dsterba@suse.com>
574 L:      linux-fsdevel@vger.kernel.org
575 S:      Odd Fixes
576 F:      Documentation/filesystems/affs.txt
577 F:      fs/affs/
578
579 AFS FILESYSTEM
580 M:      David Howells <dhowells@redhat.com>
581 L:      linux-afs@lists.infradead.org
582 S:      Supported
583 F:      fs/afs/
584 F:      include/trace/events/afs.h
585 F:      Documentation/filesystems/afs.txt
586 W:      https://www.infradead.org/~dhowells/kafs/
587
588 AGPGART DRIVER
589 M:      David Airlie <airlied@linux.ie>
590 T:      git git://anongit.freedesktop.org/drm/drm
591 S:      Maintained
592 F:      drivers/char/agp/
593 F:      include/linux/agp*
594 F:      include/uapi/linux/agp*
595
596 AHA152X SCSI DRIVER
597 M:      "Juergen E. Fischer" <fischer@norbit.de>
598 L:      linux-scsi@vger.kernel.org
599 S:      Maintained
600 F:      drivers/scsi/aha152x*
601 F:      drivers/scsi/pcmcia/aha152x*
602
603 AIC7XXX / AIC79XX SCSI DRIVER
604 M:      Hannes Reinecke <hare@suse.com>
605 L:      linux-scsi@vger.kernel.org
606 S:      Maintained
607 F:      drivers/scsi/aic7xxx/
608
609 AIMSLAB FM RADIO RECEIVER DRIVER
610 M:      Hans Verkuil <hverkuil@xs4all.nl>
611 L:      linux-media@vger.kernel.org
612 T:      git git://linuxtv.org/media_tree.git
613 W:      https://linuxtv.org
614 S:      Maintained
615 F:      drivers/media/radio/radio-aimslab*
616
617 AIO
618 M:      Benjamin LaHaise <bcrl@kvack.org>
619 L:      linux-aio@kvack.org
620 S:      Supported
621 F:      fs/aio.c
622 F:      include/linux/*aio*.h
623
624 AIRSPY MEDIA DRIVER
625 M:      Antti Palosaari <crope@iki.fi>
626 L:      linux-media@vger.kernel.org
627 W:      https://linuxtv.org
628 W:      http://palosaari.fi/linux/
629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
630 T:      git git://linuxtv.org/anttip/media_tree.git
631 S:      Maintained
632 F:      drivers/media/usb/airspy/
633
634 ALACRITECH GIGABIT ETHERNET DRIVER
635 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
636 S:      Maintained
637 F:      drivers/net/ethernet/alacritech/*
638
639 ALCATEL SPEEDTOUCH USB DRIVER
640 M:      Duncan Sands <duncan.sands@free.fr>
641 L:      linux-usb@vger.kernel.org
642 W:      http://www.linux-usb.org/SpeedTouch/
643 S:      Maintained
644 F:      drivers/usb/atm/speedtch.c
645 F:      drivers/usb/atm/usbatm.c
646
647 ALCHEMY AU1XX0 MMC DRIVER
648 M:      Manuel Lauss <manuel.lauss@gmail.com>
649 S:      Maintained
650 F:      drivers/mmc/host/au1xmmc.c
651
652 ALI1563 I2C DRIVER
653 M:      Rudolf Marek <r.marek@assembler.cz>
654 L:      linux-i2c@vger.kernel.org
655 S:      Maintained
656 F:      Documentation/i2c/busses/i2c-ali1563
657 F:      drivers/i2c/busses/i2c-ali1563.c
658
659 ALLWINNER SECURITY SYSTEM
660 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
661 L:      linux-crypto@vger.kernel.org
662 S:      Maintained
663 F:      drivers/crypto/sunxi-ss/
664
665 ALPHA PORT
666 M:      Richard Henderson <rth@twiddle.net>
667 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
668 M:      Matt Turner <mattst88@gmail.com>
669 S:      Odd Fixes
670 L:      linux-alpha@vger.kernel.org
671 F:      arch/alpha/
672
673 ALPS PS/2 TOUCHPAD DRIVER
674 R:      Pali Rohár <pali.rohar@gmail.com>
675 F:      drivers/input/mouse/alps.*
676
677 ALTERA I2C CONTROLLER DRIVER
678 M:      Thor Thayer <thor.thayer@linux.intel.com>
679 S:      Maintained
680 F:      drivers/i2c/busses/i2c-altera.c
681
682 ALTERA MAILBOX DRIVER
683 M:      Ley Foon Tan <lftan@altera.com>
684 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
685 S:      Maintained
686 F:      drivers/mailbox/mailbox-altera.c
687
688 ALTERA PIO DRIVER
689 M:      Tien Hock Loh <thloh@altera.com>
690 L:      linux-gpio@vger.kernel.org
691 S:      Maintained
692 F:      drivers/gpio/gpio-altera.c
693
694 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
695 M:      Thor Thayer <thor.thayer@linux.intel.com>
696 S:      Maintained
697 F:      drivers/gpio/gpio-altera-a10sr.c
698 F:      drivers/mfd/altera-a10sr.c
699 F:      drivers/reset/reset-a10sr.c
700 F:      include/linux/mfd/altera-a10sr.h
701 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
702
703 ALTERA TRIPLE SPEED ETHERNET DRIVER
704 M:      Vince Bridgers <vbridger@opensource.altera.com>
705 L:      netdev@vger.kernel.org
706 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
707 S:      Maintained
708 F:      drivers/net/ethernet/altera/
709
710 ALTERA UART/JTAG UART SERIAL DRIVERS
711 M:      Tobias Klauser <tklauser@distanz.ch>
712 L:      linux-serial@vger.kernel.org
713 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
714 S:      Maintained
715 F:      drivers/tty/serial/altera_uart.c
716 F:      drivers/tty/serial/altera_jtaguart.c
717 F:      include/linux/altera_uart.h
718 F:      include/linux/altera_jtaguart.h
719
720 AMAZON ETHERNET DRIVERS
721 M:      Netanel Belgazal <netanel@amazon.com>
722 R:      Saeed Bishara <saeedb@amazon.com>
723 R:      Zorik Machulsky <zorik@amazon.com>
724 L:      netdev@vger.kernel.org
725 S:      Supported
726 F:      Documentation/networking/ena.txt
727 F:      drivers/net/ethernet/amazon/
728
729 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
730 M:      Tom Lendacky <thomas.lendacky@amd.com>
731 M:      Gary Hook <gary.hook@amd.com>
732 L:      linux-crypto@vger.kernel.org
733 S:      Supported
734 F:      drivers/crypto/ccp/
735 F:      include/linux/ccp.h
736
737 AMD DISPLAY CORE
738 M:      Harry Wentland <harry.wentland@amd.com>
739 M:      Leo Li <sunpeng.li@amd.com>
740 L:      amd-gfx@lists.freedesktop.org
741 T:      git git://people.freedesktop.org/~agd5f/linux
742 S:      Supported
743 F:      drivers/gpu/drm/amd/display/
744
745 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
746 M:      Huang Rui <ray.huang@amd.com>
747 L:      linux-hwmon@vger.kernel.org
748 S:      Supported
749 F:      Documentation/hwmon/fam15h_power
750 F:      drivers/hwmon/fam15h_power.c
751
752 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
753 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
754 S:      Orphan
755 F:      drivers/usb/gadget/udc/amd5536udc.*
756
757 AMD GEODE PROCESSOR/CHIPSET SUPPORT
758 P:      Andres Salomon <dilinger@queued.net>
759 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
760 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
761 S:      Supported
762 F:      drivers/char/hw_random/geode-rng.c
763 F:      drivers/crypto/geode*
764 F:      drivers/video/fbdev/geode/
765 F:      arch/x86/include/asm/geode.h
766
767 AMD IOMMU (AMD-VI)
768 M:      Joerg Roedel <joro@8bytes.org>
769 L:      iommu@lists.linux-foundation.org
770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
771 S:      Maintained
772 F:      drivers/iommu/amd_iommu*.[ch]
773 F:      include/linux/amd-iommu.h
774
775 AMD KFD
776 M:      Oded Gabbay <oded.gabbay@gmail.com>
777 L:      dri-devel@lists.freedesktop.org
778 T:      git git://people.freedesktop.org/~gabbayo/linux.git
779 S:      Supported
780 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
781 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
782 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
783 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
784 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
785 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
786 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
787 F:      drivers/gpu/drm/amd/amdkfd/
788 F:      drivers/gpu/drm/amd/include/cik_structs.h
789 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
790 F:      drivers/gpu/drm/amd/include/vi_structs.h
791 F:      drivers/gpu/drm/amd/include/v9_structs.h
792 F:      include/uapi/linux/kfd_ioctl.h
793
794 AMD POWERPLAY
795 M:      Rex Zhu <rex.zhu@amd.com>
796 M:      Evan Quan <evan.quan@amd.com>
797 L:      amd-gfx@lists.freedesktop.org
798 S:      Supported
799 F:      drivers/gpu/drm/amd/powerplay/
800 T:      git git://people.freedesktop.org/~agd5f/linux
801
802 AMD SEATTLE DEVICE TREE SUPPORT
803 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
804 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
805 M:      Tom Lendacky <thomas.lendacky@amd.com>
806 S:      Supported
807 F:      arch/arm64/boot/dts/amd/
808
809 AMD XGBE DRIVER
810 M:      Tom Lendacky <thomas.lendacky@amd.com>
811 L:      netdev@vger.kernel.org
812 S:      Supported
813 F:      drivers/net/ethernet/amd/xgbe/
814 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
815
816 ANALOG DEVICES INC AD5686 DRIVER
817 M:      Stefan Popa <stefan.popa@analog.com>
818 L:      linux-pm@vger.kernel.org
819 W:      http://ez.analog.com/community/linux-device-drivers
820 S:      Supported
821 F:      drivers/iio/dac/ad5686*
822 F:      drivers/iio/dac/ad5696*
823
824 ANALOG DEVICES INC AD5758 DRIVER
825 M:      Stefan Popa <stefan.popa@analog.com>
826 L:      linux-iio@vger.kernel.org
827 W:      http://ez.analog.com/community/linux-device-drivers
828 S:      Supported
829 F:      drivers/iio/dac/ad5758.c
830 F:      Documentation/devicetree/bindings/iio/dac/ad5758.txt
831
832 ANALOG DEVICES INC AD9389B DRIVER
833 M:      Hans Verkuil <hans.verkuil@cisco.com>
834 L:      linux-media@vger.kernel.org
835 S:      Maintained
836 F:      drivers/media/i2c/ad9389b*
837
838 ANALOG DEVICES INC ADGS1408 DRIVER
839 M:      Mircea Caprioru <mircea.caprioru@analog.com>
840 S:      Supported
841 F:      drivers/mux/adgs1408.c
842 F:      Documentation/devicetree/bindings/mux/adi,adgs1408.txt
843
844 ANALOG DEVICES INC ADP5061 DRIVER
845 M:      Stefan Popa <stefan.popa@analog.com>
846 L:      linux-pm@vger.kernel.org
847 W:      http://ez.analog.com/community/linux-device-drivers
848 S:      Supported
849 F:      drivers/power/supply/adp5061.c
850
851 ANALOG DEVICES INC ADV7180 DRIVER
852 M:      Lars-Peter Clausen <lars@metafoo.de>
853 L:      linux-media@vger.kernel.org
854 W:      http://ez.analog.com/community/linux-device-drivers
855 S:      Supported
856 F:      drivers/media/i2c/adv7180.c
857
858 ANALOG DEVICES INC ADV748X DRIVER
859 M:      Kieran Bingham <kieran.bingham@ideasonboard.com>
860 L:      linux-media@vger.kernel.org
861 S:      Maintained
862 F:      drivers/media/i2c/adv748x/*
863
864 ANALOG DEVICES INC ADV7511 DRIVER
865 M:      Hans Verkuil <hans.verkuil@cisco.com>
866 L:      linux-media@vger.kernel.org
867 S:      Maintained
868 F:      drivers/media/i2c/adv7511*
869
870 ANALOG DEVICES INC ADV7604 DRIVER
871 M:      Hans Verkuil <hans.verkuil@cisco.com>
872 L:      linux-media@vger.kernel.org
873 S:      Maintained
874 F:      drivers/media/i2c/adv7604*
875
876 ANALOG DEVICES INC ADV7842 DRIVER
877 M:      Hans Verkuil <hans.verkuil@cisco.com>
878 L:      linux-media@vger.kernel.org
879 S:      Maintained
880 F:      drivers/media/i2c/adv7842*
881
882 ANALOG DEVICES INC ASOC CODEC DRIVERS
883 M:      Lars-Peter Clausen <lars@metafoo.de>
884 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
885 W:      http://wiki.analog.com/
886 W:      http://ez.analog.com/community/linux-device-drivers
887 S:      Supported
888 F:      sound/soc/codecs/adau*
889 F:      sound/soc/codecs/adav*
890 F:      sound/soc/codecs/ad1*
891 F:      sound/soc/codecs/ad7*
892 F:      sound/soc/codecs/ssm*
893 F:      sound/soc/codecs/sigmadsp.*
894
895 ANALOG DEVICES INC DMA DRIVERS
896 M:      Lars-Peter Clausen <lars@metafoo.de>
897 W:      http://ez.analog.com/community/linux-device-drivers
898 S:      Supported
899 F:      drivers/dma/dma-axi-dmac.c
900
901 ANALOG DEVICES INC IIO DRIVERS
902 M:      Lars-Peter Clausen <lars@metafoo.de>
903 M:      Michael Hennerich <Michael.Hennerich@analog.com>
904 W:      http://wiki.analog.com/
905 W:      http://ez.analog.com/community/linux-device-drivers
906 S:      Supported
907 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
908 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
909 F:      drivers/iio/*/ad*
910 F:      drivers/iio/adc/ltc2497*
911 X:      drivers/iio/*/adjd*
912 F:      drivers/staging/iio/*/ad*
913
914 ANDES ARCHITECTURE
915 M:      Greentime Hu <green.hu@gmail.com>
916 M:      Vincent Chen <deanbo422@gmail.com>
917 T:      git https://github.com/andestech/linux.git
918 S:      Supported
919 F:      arch/nds32/
920 F:      Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
921 F:      Documentation/devicetree/bindings/nds32/
922 K:      nds32
923 N:      nds32
924
925 ANDROID CONFIG FRAGMENTS
926 M:      Rob Herring <robh@kernel.org>
927 S:      Supported
928 F:      kernel/configs/android*
929
930 ANDROID DRIVERS
931 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
932 M:      Arve Hjønnevåg <arve@android.com>
933 M:      Todd Kjos <tkjos@android.com>
934 M:      Martijn Coenen <maco@android.com>
935 M:      Joel Fernandes <joel@joelfernandes.org>
936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
937 L:      devel@driverdev.osuosl.org
938 S:      Supported
939 F:      drivers/android/
940 F:      drivers/staging/android/
941
942 ANDROID GOLDFISH PIC DRIVER
943 M:      Miodrag Dinic <miodrag.dinic@mips.com>
944 S:      Supported
945 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
946 F:      drivers/irqchip/irq-goldfish-pic.c
947
948 ANDROID GOLDFISH RTC DRIVER
949 M:      Miodrag Dinic <miodrag.dinic@mips.com>
950 S:      Supported
951 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
952 F:      drivers/rtc/rtc-goldfish.c
953
954 ANDROID ION DRIVER
955 M:      Laura Abbott <labbott@redhat.com>
956 M:      Sumit Semwal <sumit.semwal@linaro.org>
957 L:      devel@driverdev.osuosl.org
958 L:      dri-devel@lists.freedesktop.org
959 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
960 S:      Supported
961 F:      drivers/staging/android/ion
962 F:      drivers/staging/android/uapi/ion.h
963
964 AOA (Apple Onboard Audio) ALSA DRIVER
965 M:      Johannes Berg <johannes@sipsolutions.net>
966 L:      linuxppc-dev@lists.ozlabs.org
967 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
968 S:      Maintained
969 F:      sound/aoa/
970
971 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
972 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
973 L:      linux-iio@vger.kernel.org
974 S:      Maintained
975 F:      drivers/iio/adc/stx104.c
976
977 APM DRIVER
978 M:      Jiri Kosina <jikos@kernel.org>
979 S:      Odd fixes
980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
981 F:      arch/x86/kernel/apm_32.c
982 F:      include/linux/apm_bios.h
983 F:      include/uapi/linux/apm_bios.h
984 F:      drivers/char/apm-emulation.c
985
986 APPARMOR SECURITY MODULE
987 M:      John Johansen <john.johansen@canonical.com>
988 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
989 W:      wiki.apparmor.net
990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
991 S:      Supported
992 F:      security/apparmor/
993 F:      Documentation/admin-guide/LSM/apparmor.rst
994
995 APPLE BCM5974 MULTITOUCH DRIVER
996 M:      Henrik Rydberg <rydberg@bitmath.org>
997 L:      linux-input@vger.kernel.org
998 S:      Odd fixes
999 F:      drivers/input/mouse/bcm5974.c
1000
1001 APPLE SMC DRIVER
1002 M:      Henrik Rydberg <rydberg@bitmath.org>
1003 L:      linux-hwmon@vger.kernel.org
1004 S:      Odd fixes
1005 F:      drivers/hwmon/applesmc.c
1006
1007 APPLETALK NETWORK LAYER
1008 L:      netdev@vger.kernel.org
1009 S:      Odd fixes
1010 F:      drivers/net/appletalk/
1011 F:      net/appletalk/
1012
1013 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1014 M:      Duc Dang <dhdang@apm.com>
1015 S:      Supported
1016 F:      arch/arm64/boot/dts/apm/
1017
1018 APPLIED MICRO (APM) X-GENE SOC EDAC
1019 M:      Loc Ho <lho@apm.com>
1020 S:      Supported
1021 F:      drivers/edac/xgene_edac.c
1022 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1023
1024 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1025 M:      Iyappan Subramanian <isubramanian@apm.com>
1026 M:      Keyur Chudgar <kchudgar@apm.com>
1027 S:      Supported
1028 F:      drivers/net/ethernet/apm/xgene-v2/
1029
1030 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1031 M:      Iyappan Subramanian <isubramanian@apm.com>
1032 M:      Keyur Chudgar <kchudgar@apm.com>
1033 M:      Quan Nguyen <qnguyen@apm.com>
1034 S:      Supported
1035 F:      drivers/net/ethernet/apm/xgene/
1036 F:      drivers/net/phy/mdio-xgene.c
1037 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1038 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1039
1040 APPLIED MICRO (APM) X-GENE SOC PMU
1041 M:      Tai Nguyen <ttnguyen@apm.com>
1042 S:      Supported
1043 F:      drivers/perf/xgene_pmu.c
1044 F:      Documentation/perf/xgene-pmu.txt
1045 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1046
1047 APTINA CAMERA SENSOR PLL
1048 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1049 L:      linux-media@vger.kernel.org
1050 S:      Maintained
1051 F:      drivers/media/i2c/aptina-pll.*
1052
1053 ARC FRAMEBUFFER DRIVER
1054 M:      Jaya Kumar <jayalk@intworks.biz>
1055 S:      Maintained
1056 F:      drivers/video/fbdev/arcfb.c
1057 F:      drivers/video/fbdev/core/fb_defio.c
1058
1059 ARC PGU DRM DRIVER
1060 M:      Alexey Brodkin <abrodkin@synopsys.com>
1061 S:      Supported
1062 F:      drivers/gpu/drm/arc/
1063 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
1064
1065 ARCNET NETWORK LAYER
1066 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
1067 L:      netdev@vger.kernel.org
1068 S:      Maintained
1069 F:      drivers/net/arcnet/
1070 F:      include/uapi/linux/if_arcnet.h
1071
1072 ARM ARCHITECTED TIMER DRIVER
1073 M:      Mark Rutland <mark.rutland@arm.com>
1074 M:      Marc Zyngier <marc.zyngier@arm.com>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 F:      arch/arm/include/asm/arch_timer.h
1078 F:      arch/arm64/include/asm/arch_timer.h
1079 F:      drivers/clocksource/arm_arch_timer.c
1080
1081 ARM HDLCD DRM DRIVER
1082 M:      Liviu Dudau <liviu.dudau@arm.com>
1083 S:      Supported
1084 F:      drivers/gpu/drm/arm/hdlcd_*
1085 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
1086
1087 ARM MALI-DP DRM DRIVER
1088 M:      Liviu Dudau <liviu.dudau@arm.com>
1089 M:      Brian Starkey <brian.starkey@arm.com>
1090 M:      Mali DP Maintainers <malidp@foss.arm.com>
1091 S:      Supported
1092 F:      drivers/gpu/drm/arm/
1093 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
1094
1095 ARM MFM AND FLOPPY DRIVERS
1096 M:      Ian Molton <spyro@f2s.com>
1097 S:      Maintained
1098 F:      arch/arm/lib/floppydma.S
1099 F:      arch/arm/include/asm/floppy.h
1100
1101 ARM PMU PROFILING AND DEBUGGING
1102 M:      Will Deacon <will.deacon@arm.com>
1103 M:      Mark Rutland <mark.rutland@arm.com>
1104 S:      Maintained
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 F:      arch/arm*/kernel/perf_*
1107 F:      arch/arm/oprofile/common.c
1108 F:      arch/arm*/kernel/hw_breakpoint.c
1109 F:      arch/arm*/include/asm/hw_breakpoint.h
1110 F:      arch/arm*/include/asm/perf_event.h
1111 F:      drivers/perf/*
1112 F:      include/linux/perf/arm_pmu.h
1113 F:      Documentation/devicetree/bindings/arm/pmu.txt
1114 F:      Documentation/devicetree/bindings/perf/
1115
1116 ARM PORT
1117 M:      Russell King <linux@armlinux.org.uk>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 W:      http://www.armlinux.org.uk/
1120 S:      Odd Fixes
1121 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1122 F:      arch/arm/
1123 X:      arch/arm/boot/dts/
1124
1125 ARM PRIMECELL AACI PL041 DRIVER
1126 M:      Russell King <linux@armlinux.org.uk>
1127 S:      Odd Fixes
1128 F:      sound/arm/aaci.*
1129
1130 ARM PRIMECELL BUS SUPPORT
1131 M:      Russell King <linux@armlinux.org.uk>
1132 S:      Odd Fixes
1133 F:      drivers/amba/
1134 F:      include/linux/amba/bus.h
1135
1136 ARM PRIMECELL CLCD PL110 DRIVER
1137 M:      Russell King <linux@armlinux.org.uk>
1138 S:      Odd Fixes
1139 F:      drivers/video/fbdev/amba-clcd.*
1140
1141 ARM PRIMECELL KMI PL050 DRIVER
1142 M:      Russell King <linux@armlinux.org.uk>
1143 S:      Odd Fixes
1144 F:      drivers/input/serio/ambakmi.*
1145 F:      include/linux/amba/kmi.h
1146
1147 ARM PRIMECELL MMCI PL180/1 DRIVER
1148 M:      Russell King <linux@armlinux.org.uk>
1149 S:      Odd Fixes
1150 F:      drivers/mmc/host/mmci.*
1151 F:      include/linux/amba/mmci.h
1152
1153 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1154 M:      Russell King <linux@armlinux.org.uk>
1155 S:      Odd Fixes
1156 F:      drivers/tty/serial/amba-pl01*.c
1157 F:      include/linux/amba/serial.h
1158
1159 ARM SMMU DRIVERS
1160 M:      Will Deacon <will.deacon@arm.com>
1161 R:      Robin Murphy <robin.murphy@arm.com>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1164 F:      drivers/iommu/arm-smmu.c
1165 F:      drivers/iommu/arm-smmu-v3.c
1166 F:      drivers/iommu/io-pgtable-arm.c
1167 F:      drivers/iommu/io-pgtable-arm-v7s.c
1168
1169 ARM SUB-ARCHITECTURES
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/mach-*/
1173 F:      arch/arm/plat-*/
1174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1175
1176 ARM/ACTIONS SEMI ARCHITECTURE
1177 M:      Andreas Färber <afaerber@suse.de>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180 N:      owl
1181 F:      arch/arm/mach-actions/
1182 F:      arch/arm/boot/dts/owl-*
1183 F:      arch/arm64/boot/dts/actions/
1184 F:      drivers/clocksource/timer-owl*
1185 F:      drivers/pinctrl/actions/*
1186 F:      drivers/soc/actions/
1187 F:      include/dt-bindings/power/owl-*
1188 F:      include/linux/soc/actions/
1189 F:      Documentation/devicetree/bindings/arm/actions.txt
1190 F:      Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1191 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1192 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1193
1194 ARM/ADS SPHERE MACHINE SUPPORT
1195 M:      Lennert Buytenhek <kernel@wantstofly.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198
1199 ARM/AFEB9260 MACHINE SUPPORT
1200 M:      Sergey Lapin <slapin@ossfans.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S:      Maintained
1203
1204 ARM/AJECO 1ARM MACHINE SUPPORT
1205 M:      Lennert Buytenhek <kernel@wantstofly.org>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208
1209 ARM/Allwinner SoC Clock Support
1210 M:      Emilio López <emilio@elopez.com.ar>
1211 S:      Maintained
1212 F:      drivers/clk/sunxi/
1213
1214 ARM/Allwinner sunXi SoC support
1215 M:      Maxime Ripard <maxime.ripard@bootlin.com>
1216 M:      Chen-Yu Tsai <wens@csie.org>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 N:      sun[x456789]i
1220 N:      sun50i
1221 F:      arch/arm/mach-sunxi/
1222 F:      arch/arm64/boot/dts/allwinner/
1223 F:      drivers/clk/sunxi-ng/
1224 F:      drivers/pinctrl/sunxi/
1225 F:      drivers/soc/sunxi/
1226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1227
1228 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1229 M:      Neil Armstrong <narmstrong@baylibre.com>
1230 M:      Jerome Brunet <jbrunet@baylibre.com>
1231 L:      linux-amlogic@lists.infradead.org
1232 S:      Maintained
1233 F:      drivers/clk/meson/
1234 F:      include/dt-bindings/clock/meson*
1235 F:      include/dt-bindings/clock/gxbb*
1236 F:      Documentation/devicetree/bindings/clock/amlogic*
1237
1238 ARM/Amlogic Meson SoC support
1239 M:      Carlo Caione <carlo@caione.org>
1240 M:      Kevin Hilman <khilman@baylibre.com>
1241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 L:      linux-amlogic@lists.infradead.org
1243 W:      http://linux-meson.com/
1244 S:      Maintained
1245 F:      arch/arm/mach-meson/
1246 F:      arch/arm/boot/dts/meson*
1247 F:      arch/arm64/boot/dts/amlogic/
1248 F:      drivers/pinctrl/meson/
1249 F:      drivers/mmc/host/meson*
1250 N:      meson
1251
1252 ARM/Annapurna Labs ALPINE ARCHITECTURE
1253 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1254 M:      Antoine Tenart <antoine.tenart@bootlin.com>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 F:      arch/arm/mach-alpine/
1258 F:      arch/arm/boot/dts/alpine*
1259 F:      arch/arm64/boot/dts/al/
1260 F:      drivers/*/*alpine*
1261
1262 ARM/ARTPEC MACHINE SUPPORT
1263 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1264 M:      Lars Persson <lars.persson@axis.com>
1265 S:      Maintained
1266 L:      linux-arm-kernel@axis.com
1267 F:      arch/arm/mach-artpec
1268 F:      arch/arm/boot/dts/artpec6*
1269 F:      drivers/clk/axis
1270 F:      drivers/crypto/axis
1271 F:      drivers/pinctrl/pinctrl-artpec*
1272 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1273
1274 ARM/ASPEED I2C DRIVER
1275 M:      Brendan Higgins <brendanhiggins@google.com>
1276 R:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
1277 R:      Joel Stanley <joel@jms.id.au>
1278 L:      linux-i2c@vger.kernel.org
1279 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1282 F:      drivers/i2c/busses/i2c-aspeed.c
1283 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1284 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1285
1286 ARM/ASPEED MACHINE SUPPORT
1287 M:      Joel Stanley <joel@jms.id.au>
1288 R:      Andrew Jeffery <andrew@aj.id.au>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1291 Q:      https://patchwork.ozlabs.org/project/linux-aspeed/list/
1292 S:      Supported
1293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1294 F:      arch/arm/mach-aspeed/
1295 F:      arch/arm/boot/dts/aspeed-*
1296 N:      aspeed
1297
1298 ARM/CALXEDA HIGHBANK ARCHITECTURE
1299 M:      Rob Herring <robh@kernel.org>
1300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1301 S:      Maintained
1302 F:      arch/arm/mach-highbank/
1303 F:      arch/arm/boot/dts/highbank.dts
1304 F:      arch/arm/boot/dts/ecx-*.dts*
1305
1306 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1307 M:      Krzysztof Halasa <khalasa@piap.pl>
1308 S:      Maintained
1309 F:      arch/arm/mach-cns3xxx/
1310
1311 ARM/CAVIUM THUNDER NETWORK DRIVER
1312 M:      Sunil Goutham <sgoutham@cavium.com>
1313 M:      Robert Richter <rric@kernel.org>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Supported
1316 F:      drivers/net/ethernet/cavium/thunder/
1317
1318 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1319 M:      Lukasz Majewski <lukma@denx.de>
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S:      Maintained
1322 F:      arch/arm/mach-ep93xx/ts72xx.c
1323
1324 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1325 M:      Alexander Shiyan <shc_work@mail.ru>
1326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1327 S:      Odd Fixes
1328 N:      clps711x
1329
1330 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1331 M:      Lennert Buytenhek <kernel@wantstofly.org>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 S:      Maintained
1334
1335 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1336 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1337 M:      Alexander Sverdlin <alexander.sverdlin@gmail.com>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 S:      Maintained
1340 F:      arch/arm/mach-ep93xx/
1341 F:      arch/arm/mach-ep93xx/include/mach/
1342
1343 ARM/CLKDEV SUPPORT
1344 M:      Russell King <linux@armlinux.org.uk>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 S:      Maintained
1347 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1348 F:      drivers/clk/clkdev.c
1349
1350 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1351 M:      Mike Rapoport <mike@compulab.co.il>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1354
1355 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1356 M:      Baruch Siach <baruch@tkos.co.il>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 S:      Maintained
1359 F:      arch/arm/boot/dts/cx92755*
1360 N:      digicolor
1361
1362 ARM/CONTEC MICRO9 MACHINE SUPPORT
1363 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1364 S:      Maintained
1365 F:      arch/arm/mach-ep93xx/micro9.c
1366
1367 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1368 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371 F:      drivers/hwtracing/coresight/*
1372 F:      Documentation/trace/coresight.txt
1373 F:      Documentation/trace/coresight-cpu-debug.txt
1374 F:      Documentation/devicetree/bindings/arm/coresight.txt
1375 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1376 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1377 F:      tools/perf/arch/arm/util/pmu.c
1378 F:      tools/perf/arch/arm/util/auxtrace.c
1379 F:      tools/perf/arch/arm/util/cs-etm.c
1380 F:      tools/perf/arch/arm/util/cs-etm.h
1381 F:      tools/perf/util/cs-etm.*
1382 F:      tools/perf/util/cs-etm-decoder/*
1383
1384 ARM/CORGI MACHINE SUPPORT
1385 M:      Richard Purdie <rpurdie@rpsys.net>
1386 S:      Maintained
1387
1388 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1389 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1390 M:      Linus Walleij <linus.walleij@linaro.org>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 T:      git git://github.com/ulli-kroll/linux.git
1393 S:      Maintained
1394 F:      Documentation/devicetree/bindings/arm/gemini.txt
1395 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1396 F:      Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1397 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1398 F:      arch/arm/mach-gemini/
1399 F:      drivers/net/ethernet/cortina/
1400 F:      drivers/pinctrl/pinctrl-gemini.c
1401 F:      drivers/rtc/rtc-ftrtc010.c
1402
1403 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1404 M:      Barry Song <baohua@kernel.org>
1405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1407 S:      Maintained
1408 F:      arch/arm/boot/dts/prima2*
1409 F:      arch/arm/mach-prima2/
1410 F:      drivers/clk/sirf/
1411 F:      drivers/clocksource/timer-prima2.c
1412 F:      drivers/clocksource/timer-atlas7.c
1413 N:      [^a-z]sirf
1414
1415 ARM/EBSA110 MACHINE SUPPORT
1416 M:      Russell King <linux@armlinux.org.uk>
1417 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 W:      http://www.armlinux.org.uk/
1419 S:      Maintained
1420 F:      arch/arm/mach-ebsa110/
1421 F:      drivers/net/ethernet/amd/am79c961a.*
1422
1423 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1424 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1425 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 S:      Maintained
1428 N:      efm32
1429
1430 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1431 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 S:      Maintained
1434 F:      arch/arm/mach-pxa/ezx.c
1435
1436 ARM/FARADAY FA526 PORT
1437 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S:      Maintained
1440 T:      git git://git.berlios.de/gemini-board
1441 F:      arch/arm/mm/*-fa*
1442
1443 ARM/FOOTBRIDGE ARCHITECTURE
1444 M:      Russell King <linux@armlinux.org.uk>
1445 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 W:      http://www.armlinux.org.uk/
1447 S:      Maintained
1448 F:      arch/arm/include/asm/hardware/dec21285.h
1449 F:      arch/arm/mach-footbridge/
1450
1451 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1452 M:      Shawn Guo <shawnguo@kernel.org>
1453 M:      Sascha Hauer <s.hauer@pengutronix.de>
1454 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1455 R:      Fabio Estevam <fabio.estevam@nxp.com>
1456 R:      NXP Linux Team <linux-imx@nxp.com>
1457 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 S:      Maintained
1459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1460 F:      arch/arm/mach-imx/
1461 F:      arch/arm/mach-mxs/
1462 F:      arch/arm/boot/dts/imx*
1463 F:      arch/arm/configs/imx*_defconfig
1464 F:      drivers/clk/imx/
1465 F:      drivers/soc/imx/
1466 F:      include/soc/imx/
1467
1468 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1469 M:      Shawn Guo <shawnguo@kernel.org>
1470 M:      Sascha Hauer <s.hauer@pengutronix.de>
1471 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1472 R:      Stefan Agner <stefan@agner.ch>
1473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1474 S:      Maintained
1475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1476 F:      arch/arm/mach-imx/*vf610*
1477 F:      arch/arm/boot/dts/vf*
1478
1479 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1480 M:      Shawn Guo <shawnguo@kernel.org>
1481 M:      Li Yang <leoyang.li@nxp.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 S:      Maintained
1484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1485 F:      arch/arm/boot/dts/ls1021a*
1486 F:      arch/arm64/boot/dts/freescale/fsl-*
1487 F:      arch/arm64/boot/dts/freescale/qoriq-*
1488
1489 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1490 M:      Lennert Buytenhek <kernel@wantstofly.org>
1491 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S:      Maintained
1493
1494 ARM/GUMSTIX MACHINE SUPPORT
1495 M:      Steve Sakoman <sakoman@gmail.com>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 S:      Maintained
1498
1499 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1500 M:      Philipp Zabel <philipp.zabel@gmail.com>
1501 M:      Paul Parsons <lost.distance@yahoo.com>
1502 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1503 S:      Maintained
1504 F:      arch/arm/mach-pxa/hx4700.c
1505 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1506 F:      sound/soc/pxa/hx4700.c
1507
1508 ARM/HISILICON SOC SUPPORT
1509 M:      Wei Xu <xuwei5@hisilicon.com>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 W:      http://www.hisilicon.com
1512 S:      Supported
1513 T:      git git://github.com/hisilicon/linux-hisi.git
1514 F:      arch/arm/mach-hisi/
1515 F:      arch/arm/boot/dts/hi3*
1516 F:      arch/arm/boot/dts/hip*
1517 F:      arch/arm/boot/dts/hisi*
1518 F:      arch/arm64/boot/dts/hisilicon/
1519
1520 ARM/HP JORNADA 7XX MACHINE SUPPORT
1521 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1522 W:      www.jlime.com
1523 S:      Maintained
1524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1525 F:      arch/arm/mach-sa1100/jornada720.c
1526 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1527
1528 ARM/IGEP MACHINE SUPPORT
1529 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1530 M:      Javier Martinez Canillas <javier@dowhile0.org>
1531 L:      linux-omap@vger.kernel.org
1532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 S:      Maintained
1534 F:      arch/arm/boot/dts/omap3-igep*
1535
1536 ARM/INCOME PXA270 SUPPORT
1537 M:      Marek Vasut <marek.vasut@gmail.com>
1538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1539 S:      Maintained
1540 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1541
1542 ARM/INTEL IOP13XX ARM ARCHITECTURE
1543 M:      Lennert Buytenhek <kernel@wantstofly.org>
1544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 S:      Maintained
1546
1547 ARM/INTEL IOP32X ARM ARCHITECTURE
1548 M:      Lennert Buytenhek <kernel@wantstofly.org>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551
1552 ARM/INTEL IOP33X ARM ARCHITECTURE
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Orphan
1555
1556 ARM/INTEL IQ81342EX MACHINE SUPPORT
1557 M:      Lennert Buytenhek <kernel@wantstofly.org>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1560
1561 ARM/INTEL IXDP2850 MACHINE SUPPORT
1562 M:      Lennert Buytenhek <kernel@wantstofly.org>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565
1566 ARM/INTEL IXP4XX ARM ARCHITECTURE
1567 M:      Imre Kaloz <kaloz@openwrt.org>
1568 M:      Krzysztof Halasa <khalasa@piap.pl>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 S:      Maintained
1571 F:      arch/arm/mach-ixp4xx/
1572
1573 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1574 M:      Jonathan Cameron <jic23@cam.ac.uk>
1575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1576 S:      Maintained
1577 F:      arch/arm/mach-pxa/stargate2.c
1578 F:      drivers/pcmcia/pxa2xx_stargate2.c
1579
1580 ARM/INTEL XSC3 (MANZANO) ARM CORE
1581 M:      Lennert Buytenhek <kernel@wantstofly.org>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S:      Maintained
1584
1585 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1586 M:      Lennert Buytenhek <kernel@wantstofly.org>
1587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1588 S:      Maintained
1589
1590 ARM/LG1K ARCHITECTURE
1591 M:      Chanho Min <chanho.min@lge.com>
1592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 S:      Maintained
1594 F:      arch/arm64/boot/dts/lg/
1595
1596 ARM/LOGICPD PXA270 MACHINE SUPPORT
1597 M:      Lennert Buytenhek <kernel@wantstofly.org>
1598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1599 S:      Maintained
1600
1601 ARM/LPC18XX ARCHITECTURE
1602 M:      Joachim Eastwood <manabian@gmail.com>
1603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1604 S:      Maintained
1605 F:      arch/arm/boot/dts/lpc43*
1606 F:      drivers/clk/nxp/clk-lpc18xx*
1607 F:      drivers/clocksource/timer-lpc32xx.c
1608 F:      drivers/i2c/busses/i2c-lpc2k.c
1609 F:      drivers/memory/pl172.c
1610 F:      drivers/mtd/spi-nor/nxp-spifi.c
1611 F:      drivers/rtc/rtc-lpc24xx.c
1612 N:      lpc18xx
1613
1614 ARM/LPC32XX SOC SUPPORT
1615 M:      Vladimir Zapolskiy <vz@mleia.com>
1616 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1619 S:      Maintained
1620 F:      arch/arm/boot/dts/lpc32*
1621 F:      arch/arm/mach-lpc32xx/
1622 F:      drivers/i2c/busses/i2c-pnx.c
1623 F:      drivers/net/ethernet/nxp/lpc_eth.c
1624 F:      drivers/usb/host/ohci-nxp.c
1625 F:      drivers/watchdog/pnx4008_wdt.c
1626 N:      lpc32xx
1627
1628 ARM/MAGICIAN MACHINE SUPPORT
1629 M:      Philipp Zabel <philipp.zabel@gmail.com>
1630 S:      Maintained
1631
1632 ARM/Marvell Dove/MV78xx0/Orion SOC support
1633 M:      Jason Cooper <jason@lakedaemon.net>
1634 M:      Andrew Lunn <andrew@lunn.ch>
1635 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1636 M:      Gregory Clement <gregory.clement@bootlin.com>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 S:      Maintained
1639 F:      Documentation/devicetree/bindings/soc/dove/
1640 F:      arch/arm/mach-dove/
1641 F:      arch/arm/mach-mv78xx0/
1642 F:      arch/arm/mach-orion5x/
1643 F:      arch/arm/plat-orion/
1644 F:      arch/arm/boot/dts/dove*
1645 F:      arch/arm/boot/dts/orion5x*
1646
1647 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1648 M:      Jason Cooper <jason@lakedaemon.net>
1649 M:      Andrew Lunn <andrew@lunn.ch>
1650 M:      Gregory Clement <gregory.clement@bootlin.com>
1651 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653 S:      Maintained
1654 F:      arch/arm/boot/dts/armada*
1655 F:      arch/arm/boot/dts/kirkwood*
1656 F:      arch/arm/configs/mvebu_*_defconfig
1657 F:      arch/arm/mach-mvebu/
1658 F:      arch/arm64/boot/dts/marvell/armada*
1659 F:      drivers/cpufreq/armada-37xx-cpufreq.c
1660 F:      drivers/cpufreq/mvebu-cpufreq.c
1661 F:      drivers/irqchip/irq-armada-370-xp.c
1662 F:      drivers/irqchip/irq-mvebu-*
1663 F:      drivers/pinctrl/mvebu/
1664 F:      drivers/rtc/rtc-armada38x.c
1665
1666 ARM/Mediatek RTC DRIVER
1667 M:      Eddie Huang <eddie.huang@mediatek.com>
1668 M:      Sean Wang <sean.wang@mediatek.com>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1671 S:      Maintained
1672 F:      Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1673 F:      drivers/rtc/rtc-mt6397.c
1674 F:      drivers/rtc/rtc-mt7622.c
1675
1676 ARM/Mediatek SoC support
1677 M:      Matthias Brugger <matthias.bgg@gmail.com>
1678 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1679 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1680 S:      Maintained
1681 F:      arch/arm/boot/dts/mt6*
1682 F:      arch/arm/boot/dts/mt7*
1683 F:      arch/arm/boot/dts/mt8*
1684 F:      arch/arm/mach-mediatek/
1685 F:      arch/arm64/boot/dts/mediatek/
1686 N:      mtk
1687 K:      mediatek
1688
1689 ARM/Mediatek USB3 PHY DRIVER
1690 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1692 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1693 S:      Maintained
1694 F:      drivers/phy/mediatek/
1695 F:      Documentation/devicetree/bindings/phy/phy-mtk-*
1696
1697 ARM/MICREL KS8695 ARCHITECTURE
1698 M:      Greg Ungerer <gerg@uclinux.org>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 F:      arch/arm/mach-ks8695/
1701 S:      Odd Fixes
1702
1703 ARM/Microchip (AT91) SoC support
1704 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1705 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 W:      http://www.linux4sam.org
1708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1709 S:      Supported
1710 N:      at91
1711 N:      atmel
1712 F:      arch/arm/mach-at91/
1713 F:      include/soc/at91/
1714 F:      arch/arm/boot/dts/at91*.dts
1715 F:      arch/arm/boot/dts/at91*.dtsi
1716 F:      arch/arm/boot/dts/sama*.dts
1717 F:      arch/arm/boot/dts/sama*.dtsi
1718 F:      arch/arm/include/debug/at91.S
1719 F:      drivers/memory/atmel*
1720 F:      drivers/watchdog/sama5d4_wdt.c
1721 X:      drivers/input/touchscreen/atmel_mxt_ts.c
1722 X:      drivers/net/wireless/atmel/
1723
1724 ARM/MIOA701 MACHINE SUPPORT
1725 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1727 F:      arch/arm/mach-pxa/mioa701.c
1728 S:      Maintained
1729
1730 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1731 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1732 S:      Maintained
1733
1734 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1735 M:      Linus Walleij <linus.walleij@linaro.org>
1736 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1737 S:      Maintained
1738 F:      arch/arm/mach-nomadik/
1739 F:      arch/arm/mach-u300/
1740 F:      arch/arm/mach-ux500/
1741 F:      arch/arm/boot/dts/ste-*
1742 F:      drivers/clk/clk-nomadik.c
1743 F:      drivers/clk/clk-u300.c
1744 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1745 F:      drivers/clocksource/timer-u300.c
1746 F:      drivers/dma/coh901318*
1747 F:      drivers/dma/ste_dma40*
1748 F:      drivers/hwspinlock/u8500_hsem.c
1749 F:      drivers/i2c/busses/i2c-nomadik.c
1750 F:      drivers/i2c/busses/i2c-stu300.c
1751 F:      drivers/mfd/ab3100*
1752 F:      drivers/mfd/ab8500*
1753 F:      drivers/mfd/abx500*
1754 F:      drivers/mfd/dbx500*
1755 F:      drivers/mfd/db8500*
1756 F:      drivers/pinctrl/nomadik/
1757 F:      drivers/pinctrl/pinctrl-coh901*
1758 F:      drivers/pinctrl/pinctrl-u300.c
1759 F:      drivers/rtc/rtc-ab3100.c
1760 F:      drivers/rtc/rtc-ab8500.c
1761 F:      drivers/rtc/rtc-coh901331.c
1762 F:      drivers/rtc/rtc-pl031.c
1763 F:      drivers/watchdog/coh901327_wdt.c
1764 F:      Documentation/devicetree/bindings/arm/ste-*
1765 F:      Documentation/devicetree/bindings/arm/ux500/
1766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1767
1768 ARM/NUVOTON NPCM ARCHITECTURE
1769 M:      Avi Fishman <avifishman70@gmail.com>
1770 M:      Tomer Maimon <tmaimon77@gmail.com>
1771 R:      Patrick Venture <venture@google.com>
1772 R:      Nancy Yuen <yuenn@google.com>
1773 R:      Brendan Higgins <brendanhiggins@google.com>
1774 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1775 S:      Supported
1776 F:      arch/arm/mach-npcm/
1777 F:      arch/arm/boot/dts/nuvoton-npcm*
1778 F:      include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
1779 F:      drivers/*/*npcm*
1780 F:      Documentation/devicetree/bindings/*/*npcm*
1781 F:      Documentation/devicetree/bindings/*/*/*npcm*
1782
1783 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1784 M:      Wan ZongShun <mcuos.com@gmail.com>
1785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1786 W:      http://www.mcuos.com
1787 S:      Maintained
1788 F:      arch/arm/mach-w90x900/
1789 F:      drivers/input/keyboard/w90p910_keypad.c
1790 F:      drivers/input/touchscreen/w90p910_ts.c
1791 F:      drivers/watchdog/nuc900_wdt.c
1792 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1793 F:      drivers/mtd/nand/raw/nuc900_nand.c
1794 F:      drivers/rtc/rtc-nuc900.c
1795 F:      drivers/spi/spi-nuc900.c
1796 F:      drivers/usb/host/ehci-w90x900.c
1797 F:      drivers/video/fbdev/nuc900fb.c
1798
1799 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1800 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1801 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1802 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1803 S:      Supported
1804
1805 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1806 M:      Alexander Clouter <alex@digriz.org.uk>
1807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 W:      http://www.digriz.org.uk/ts78xx/kernel
1809 S:      Maintained
1810 F:      arch/arm/mach-orion5x/ts78xx-*
1811
1812 ARM/OXNAS platform support
1813 M:      Neil Armstrong <narmstrong@baylibre.com>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 L:      linux-oxnas@groups.io (moderated for non-subscribers)
1816 S:      Maintained
1817 F:      arch/arm/mach-oxnas/
1818 F:      arch/arm/boot/dts/ox8*.dts*
1819 N:      oxnas
1820
1821 ARM/PALM TREO SUPPORT
1822 M:      Tomas Cech <sleep_walker@suse.com>
1823 L:      linux-arm-kernel@lists.infradead.org
1824 W:      http://hackndev.com
1825 S:      Maintained
1826 F:      arch/arm/mach-pxa/palmtreo.*
1827
1828 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1829 M:      Marek Vasut <marek.vasut@gmail.com>
1830 L:      linux-arm-kernel@lists.infradead.org
1831 W:      http://hackndev.com
1832 S:      Maintained
1833 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1834 F:      arch/arm/mach-pxa/palmtx.c
1835 F:      arch/arm/mach-pxa/palmt5.*
1836 F:      arch/arm/mach-pxa/include/mach/palmld.h
1837 F:      arch/arm/mach-pxa/palmld.c
1838 F:      arch/arm/mach-pxa/palmte2.*
1839 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1840 F:      arch/arm/mach-pxa/palmtc.c
1841
1842 ARM/PALMZ72 SUPPORT
1843 M:      Sergey Lapin <slapin@ossfans.org>
1844 L:      linux-arm-kernel@lists.infradead.org
1845 W:      http://hackndev.com
1846 S:      Maintained
1847 F:      arch/arm/mach-pxa/palmz72.*
1848
1849 ARM/PLEB SUPPORT
1850 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1851 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1852 S:      Maintained
1853
1854 ARM/PT DIGITAL BOARD PORT
1855 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 W:      http://www.armlinux.org.uk/
1858 S:      Maintained
1859
1860 ARM/QUALCOMM SUPPORT
1861 M:      Andy Gross <andy.gross@linaro.org>
1862 M:      David Brown <david.brown@linaro.org>
1863 L:      linux-arm-msm@vger.kernel.org
1864 L:      linux-soc@vger.kernel.org
1865 S:      Maintained
1866 F:      Documentation/devicetree/bindings/soc/qcom/
1867 F:      arch/arm/boot/dts/qcom-*.dts
1868 F:      arch/arm/boot/dts/qcom-*.dtsi
1869 F:      arch/arm/mach-qcom/
1870 F:      arch/arm64/boot/dts/qcom/*
1871 F:      drivers/i2c/busses/i2c-qup.c
1872 F:      drivers/clk/qcom/
1873 F:      drivers/dma/qcom/
1874 F:      drivers/soc/qcom/
1875 F:      drivers/spi/spi-qup.c
1876 F:      drivers/tty/serial/msm_serial.c
1877 F:      drivers/*/pm8???-*
1878 F:      drivers/mfd/ssbi.c
1879 F:      drivers/firmware/qcom_scm*
1880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1881
1882 ARM/RADISYS ENP2611 MACHINE SUPPORT
1883 M:      Lennert Buytenhek <kernel@wantstofly.org>
1884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1885 S:      Maintained
1886
1887 ARM/REALTEK ARCHITECTURE
1888 M:      Andreas Färber <afaerber@suse.de>
1889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1890 S:      Maintained
1891 F:      arch/arm64/boot/dts/realtek/
1892 F:      Documentation/devicetree/bindings/arm/realtek.txt
1893
1894 ARM/RENESAS ARM64 ARCHITECTURE
1895 M:      Simon Horman <horms@verge.net.au>
1896 M:      Magnus Damm <magnus.damm@gmail.com>
1897 L:      linux-renesas-soc@vger.kernel.org
1898 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1900 S:      Supported
1901 F:      arch/arm64/boot/dts/renesas/
1902 F:      Documentation/devicetree/bindings/arm/shmobile.txt
1903 F:      drivers/soc/renesas/
1904 F:      include/linux/soc/renesas/
1905
1906 ARM/RISCPC ARCHITECTURE
1907 M:      Russell King <linux@armlinux.org.uk>
1908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1909 W:      http://www.armlinux.org.uk/
1910 S:      Maintained
1911 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1912 F:      arch/arm/include/asm/hardware/ioc.h
1913 F:      arch/arm/include/asm/hardware/iomd.h
1914 F:      arch/arm/include/asm/hardware/memc.h
1915 F:      arch/arm/mach-rpc/
1916 F:      drivers/net/ethernet/8390/etherh.c
1917 F:      drivers/net/ethernet/i825xx/ether1*
1918 F:      drivers/net/ethernet/seeq/ether3*
1919 F:      drivers/scsi/arm/
1920
1921 ARM/Rockchip SoC support
1922 M:      Heiko Stuebner <heiko@sntech.de>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 L:      linux-rockchip@lists.infradead.org
1925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1926 S:      Maintained
1927 F:      arch/arm/boot/dts/rk3*
1928 F:      arch/arm/boot/dts/rv1108*
1929 F:      arch/arm/mach-rockchip/
1930 F:      drivers/clk/rockchip/
1931 F:      drivers/i2c/busses/i2c-rk3x.c
1932 F:      drivers/*/*rockchip*
1933 F:      drivers/*/*/*rockchip*
1934 F:      sound/soc/rockchip/
1935 N:      rockchip
1936
1937 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1938 M:      Kukjin Kim <kgene@kernel.org>
1939 M:      Krzysztof Kozlowski <krzk@kernel.org>
1940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1942 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1943 S:      Maintained
1944 F:      arch/arm/boot/dts/s3c*
1945 F:      arch/arm/boot/dts/s5p*
1946 F:      arch/arm/boot/dts/exynos*
1947 F:      arch/arm64/boot/dts/exynos/
1948 F:      arch/arm/plat-samsung/
1949 F:      arch/arm/mach-s3c24*/
1950 F:      arch/arm/mach-s3c64xx/
1951 F:      arch/arm/mach-s5p*/
1952 F:      arch/arm/mach-exynos*/
1953 F:      drivers/*/*s3c24*
1954 F:      drivers/*/*/*s3c24*
1955 F:      drivers/*/*s3c64xx*
1956 F:      drivers/*/*s5pv210*
1957 F:      drivers/memory/samsung/*
1958 F:      drivers/soc/samsung/*
1959 F:      Documentation/arm/Samsung/
1960 F:      Documentation/devicetree/bindings/arm/samsung/
1961 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1962 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1963 N:      exynos
1964
1965 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1966 M:      Kyungmin Park <kyungmin.park@samsung.com>
1967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1968 S:      Maintained
1969 F:      arch/arm/mach-s5pv210/
1970
1971 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1972 M:      Kyungmin Park <kyungmin.park@samsung.com>
1973 M:      Kamil Debski <kamil@wypas.org>
1974 M:      Andrzej Hajda <a.hajda@samsung.com>
1975 L:      linux-arm-kernel@lists.infradead.org
1976 L:      linux-media@vger.kernel.org
1977 S:      Maintained
1978 F:      drivers/media/platform/s5p-g2d/
1979
1980 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1981 M:      Marek Szyprowski <m.szyprowski@samsung.com>
1982 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1983 L:      linux-media@vger.kernel.org
1984 S:      Maintained
1985 F:      drivers/media/platform/s5p-cec/
1986 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
1987
1988 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1989 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1990 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1991 L:      linux-arm-kernel@lists.infradead.org
1992 L:      linux-media@vger.kernel.org
1993 S:      Maintained
1994 F:      drivers/media/platform/s5p-jpeg/
1995
1996 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1997 M:      Kyungmin Park <kyungmin.park@samsung.com>
1998 M:      Kamil Debski <kamil@wypas.org>
1999 M:      Jeongtae Park <jtp.park@samsung.com>
2000 M:      Andrzej Hajda <a.hajda@samsung.com>
2001 L:      linux-arm-kernel@lists.infradead.org
2002 L:      linux-media@vger.kernel.org
2003 S:      Maintained
2004 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
2005 F:      drivers/media/platform/s5p-mfc/
2006
2007 ARM/SHMOBILE ARM ARCHITECTURE
2008 M:      Simon Horman <horms@verge.net.au>
2009 M:      Magnus Damm <magnus.damm@gmail.com>
2010 L:      linux-renesas-soc@vger.kernel.org
2011 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2013 S:      Supported
2014 F:      arch/arm/boot/dts/emev2*
2015 F:      arch/arm/boot/dts/r7s*
2016 F:      arch/arm/boot/dts/r8a*
2017 F:      arch/arm/boot/dts/r9a*
2018 F:      arch/arm/boot/dts/sh*
2019 F:      arch/arm/configs/shmobile_defconfig
2020 F:      arch/arm/include/debug/renesas-scif.S
2021 F:      arch/arm/mach-shmobile/
2022 F:      Documentation/devicetree/bindings/arm/shmobile.txt
2023 F:      drivers/soc/renesas/
2024 F:      include/linux/soc/renesas/
2025
2026 ARM/SOCFPGA ARCHITECTURE
2027 M:      Dinh Nguyen <dinguyen@kernel.org>
2028 S:      Maintained
2029 F:      arch/arm/mach-socfpga/
2030 F:      arch/arm/boot/dts/socfpga*
2031 F:      arch/arm/configs/socfpga_defconfig
2032 F:      arch/arm64/boot/dts/altera/
2033 W:      http://www.rocketboards.org
2034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2035
2036 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2037 M:      Dinh Nguyen <dinguyen@kernel.org>
2038 S:      Maintained
2039 F:      drivers/clk/socfpga/
2040
2041 ARM/SOCFPGA EDAC SUPPORT
2042 M:      Thor Thayer <thor.thayer@linux.intel.com>
2043 S:      Maintained
2044 F:      drivers/edac/altera_edac.
2045
2046 ARM/SPREADTRUM SoC SUPPORT
2047 M:      Orson Zhai <orsonzhai@gmail.com>
2048 M:      Baolin Wang <baolin.wang@linaro.org>
2049 M:      Chunyan Zhang <zhang.lyra@gmail.com>
2050 S:      Maintained
2051 F:      arch/arm64/boot/dts/sprd
2052 N:      sprd
2053
2054 ARM/STI ARCHITECTURE
2055 M:      Patrice Chotard <patrice.chotard@st.com>
2056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2057 W:      http://www.stlinux.com
2058 S:      Maintained
2059 F:      arch/arm/mach-sti/
2060 F:      arch/arm/boot/dts/sti*
2061 F:      drivers/char/hw_random/st-rng.c
2062 F:      drivers/clocksource/arm_global_timer.c
2063 F:      drivers/clocksource/clksrc_st_lpc.c
2064 F:      drivers/cpufreq/sti-cpufreq.c
2065 F:      drivers/dma/st_fdma*
2066 F:      drivers/i2c/busses/i2c-st.c
2067 F:      drivers/media/rc/st_rc.c
2068 F:      drivers/media/platform/sti/c8sectpfe/
2069 F:      drivers/mmc/host/sdhci-st.c
2070 F:      drivers/phy/st/phy-miphy28lp.c
2071 F:      drivers/phy/st/phy-stih407-usb.c
2072 F:      drivers/pinctrl/pinctrl-st.c
2073 F:      drivers/remoteproc/st_remoteproc.c
2074 F:      drivers/remoteproc/st_slim_rproc.c
2075 F:      drivers/reset/sti/
2076 F:      drivers/rtc/rtc-st-lpc.c
2077 F:      drivers/tty/serial/st-asc.c
2078 F:      drivers/usb/dwc3/dwc3-st.c
2079 F:      drivers/usb/host/ehci-st.c
2080 F:      drivers/usb/host/ohci-st.c
2081 F:      drivers/watchdog/st_lpc_wdt.c
2082 F:      drivers/ata/ahci_st.c
2083 F:      include/linux/remoteproc/st_slim_rproc.h
2084
2085 ARM/STM32 ARCHITECTURE
2086 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
2087 M:      Alexandre Torgue <alexandre.torgue@st.com>
2088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2089 S:      Maintained
2090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2091 N:      stm32
2092 F:      arch/arm/boot/dts/stm32*
2093 F:      arch/arm/mach-stm32/
2094 F:      drivers/clocksource/armv7m_systick.c
2095
2096 ARM/Synaptics Berlin SoC support
2097 M:      Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2098 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2100 S:      Maintained
2101 F:      arch/arm/mach-berlin/
2102 F:      arch/arm/boot/dts/berlin*
2103 F:      arch/arm64/boot/dts/marvell/berlin*
2104
2105 ARM/TANGO ARCHITECTURE
2106 M:      Marc Gonzalez <marc.w.gonzalez@free.fr>
2107 M:      Mans Rullgard <mans@mansr.com>
2108 L:      linux-arm-kernel@lists.infradead.org
2109 S:      Odd Fixes
2110 N:      tango
2111
2112 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2113 M:      Lennert Buytenhek <kernel@wantstofly.org>
2114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2115 S:      Maintained
2116
2117 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2118 M:      Hans Verkuil <hans.verkuil@cisco.com>
2119 L:      linux-tegra@vger.kernel.org
2120 L:      linux-media@vger.kernel.org
2121 S:      Maintained
2122 F:      drivers/media/platform/tegra-cec/
2123 F:      Documentation/devicetree/bindings/media/tegra-cec.txt
2124
2125 ARM/TETON BGA MACHINE SUPPORT
2126 M:      "Mark F. Brown" <mark.brown314@gmail.com>
2127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2128 S:      Maintained
2129
2130 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2131 M:      Santosh Shilimkar <ssantosh@kernel.org>
2132 L:      linux-kernel@vger.kernel.org
2133 S:      Maintained
2134 F:      drivers/memory/*emif*
2135
2136 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2137 M:      Tero Kristo <t-kristo@ti.com>
2138 M:      Nishanth Menon <nm@ti.com>
2139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2140 S:      Supported
2141 F:      Documentation/devicetree/bindings/arm/ti/k3.txt
2142 F:      arch/arm64/boot/dts/ti/Makefile
2143 F:      arch/arm64/boot/dts/ti/k3-*
2144
2145 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2146 M:      Santosh Shilimkar <ssantosh@kernel.org>
2147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2148 S:      Maintained
2149 F:      arch/arm/mach-keystone/
2150 F:      arch/arm/boot/dts/keystone-*
2151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2152
2153 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2154 M:      Santosh Shilimkar <ssantosh@kernel.org>
2155 L:      linux-kernel@vger.kernel.org
2156 S:      Maintained
2157 F:      drivers/clk/keystone/
2158
2159 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2160 M:      Santosh Shilimkar <ssantosh@kernel.org>
2161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2162 L:      linux-kernel@vger.kernel.org
2163 S:      Maintained
2164 F:      drivers/clocksource/timer-keystone.c
2165
2166 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2167 M:      Santosh Shilimkar <ssantosh@kernel.org>
2168 L:      linux-kernel@vger.kernel.org
2169 S:      Maintained
2170 F:      drivers/power/reset/keystone-reset.c
2171
2172 ARM/THECUS N2100 MACHINE SUPPORT
2173 M:      Lennert Buytenhek <kernel@wantstofly.org>
2174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2175 S:      Maintained
2176
2177 ARM/TOSA MACHINE SUPPORT
2178 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2179 M:      Dirk Opfer <dirk@opfer-online.de>
2180 S:      Maintained
2181
2182 ARM/UNIPHIER ARCHITECTURE
2183 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
2184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2186 S:      Maintained
2187 F:      Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2188 F:      Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2189 F:      arch/arm/boot/dts/uniphier*
2190 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2191 F:      arch/arm/mach-uniphier/
2192 F:      arch/arm/mm/cache-uniphier.c
2193 F:      arch/arm64/boot/dts/socionext/uniphier*
2194 F:      drivers/bus/uniphier-system-bus.c
2195 F:      drivers/clk/uniphier/
2196 F:      drivers/gpio/gpio-uniphier.c
2197 F:      drivers/i2c/busses/i2c-uniphier*
2198 F:      drivers/irqchip/irq-uniphier-aidet.c
2199 F:      drivers/mmc/host/uniphier-sd.c
2200 F:      drivers/pinctrl/uniphier/
2201 F:      drivers/reset/reset-uniphier.c
2202 F:      drivers/tty/serial/8250/8250_uniphier.c
2203 N:      uniphier
2204
2205 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2206 M:      Ulf Hansson <ulf.hansson@linaro.org>
2207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2208 T:      git git://git.linaro.org/people/ulfh/clk.git
2209 S:      Maintained
2210 F:      drivers/clk/ux500/
2211
2212 ARM/VERSATILE EXPRESS PLATFORM
2213 M:      Liviu Dudau <liviu.dudau@arm.com>
2214 M:      Sudeep Holla <sudeep.holla@arm.com>
2215 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2217 S:      Maintained
2218 F:      arch/arm/boot/dts/vexpress*
2219 F:      arch/arm64/boot/dts/arm/
2220 F:      arch/arm/mach-vexpress/
2221 F:      */*/vexpress*
2222 F:      */*/*/vexpress*
2223 F:      drivers/clk/versatile/clk-vexpress-osc.c
2224 F:      drivers/clocksource/timer-versatile.c
2225 N:      mps2
2226
2227 ARM/VFP SUPPORT
2228 M:      Russell King <linux@armlinux.org.uk>
2229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2230 W:      http://www.armlinux.org.uk/
2231 S:      Maintained
2232 F:      arch/arm/vfp/
2233
2234 ARM/VOIPAC PXA270 SUPPORT
2235 M:      Marek Vasut <marek.vasut@gmail.com>
2236 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2237 S:      Maintained
2238 F:      arch/arm/mach-pxa/vpac270.c
2239 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2240
2241 ARM/VT8500 ARM ARCHITECTURE
2242 M:      Tony Prisk <linux@prisktech.co.nz>
2243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2244 S:      Maintained
2245 F:      arch/arm/mach-vt8500/
2246 F:      drivers/clocksource/timer-vt8500.c
2247 F:      drivers/i2c/busses/i2c-wmt.c
2248 F:      drivers/mmc/host/wmt-sdmmc.c
2249 F:      drivers/pwm/pwm-vt8500.c
2250 F:      drivers/rtc/rtc-vt8500.c
2251 F:      drivers/tty/serial/vt8500_serial.c
2252 F:      drivers/usb/host/ehci-platform.c
2253 F:      drivers/usb/host/uhci-platform.c
2254 F:      drivers/video/fbdev/vt8500lcdfb.*
2255 F:      drivers/video/fbdev/wm8505fb*
2256 F:      drivers/video/fbdev/wmt_ge_rops.*
2257
2258 ARM/ZIPIT Z2 SUPPORT
2259 M:      Marek Vasut <marek.vasut@gmail.com>
2260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2261 S:      Maintained
2262 F:      arch/arm/mach-pxa/z2.c
2263 F:      arch/arm/mach-pxa/include/mach/z2.h
2264
2265 ARM/ZTE ARCHITECTURE
2266 M:      Jun Nie <jun.nie@linaro.org>
2267 M:      Baoyou Xie <baoyou.xie@linaro.org>
2268 M:      Shawn Guo <shawnguo@kernel.org>
2269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2270 S:      Maintained
2271 F:      arch/arm/boot/dts/zx2967*
2272 F:      arch/arm/mach-zx/
2273 F:      arch/arm64/boot/dts/zte/
2274 F:      drivers/clk/zte/
2275 F:      drivers/dma/zx_dma.c
2276 F:      drivers/gpio/gpio-zx.c
2277 F:      drivers/i2c/busses/i2c-zx2967.c
2278 F:      drivers/mmc/host/dw_mmc-zx.*
2279 F:      drivers/pinctrl/zte/
2280 F:      drivers/soc/zte/
2281 F:      drivers/thermal/zx2967_thermal.c
2282 F:      drivers/watchdog/zx2967_wdt.c
2283 F:      Documentation/devicetree/bindings/arm/zte.txt
2284 F:      Documentation/devicetree/bindings/clock/zx2967*.txt
2285 F:      Documentation/devicetree/bindings/dma/zxdma.txt
2286 F:      Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2287 F:      Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2288 F:      Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2289 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2290 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2291 F:      Documentation/devicetree/bindings/soc/zte/
2292 F:      Documentation/devicetree/bindings/sound/zte,*.txt
2293 F:      Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2294 F:      Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2295 F:      include/dt-bindings/clock/zx2967*.h
2296 F:      include/dt-bindings/soc/zte,*.h
2297 F:      sound/soc/codecs/zx_aud96p22.c
2298 F:      sound/soc/zte/
2299
2300 ARM/ZYNQ ARCHITECTURE
2301 M:      Michal Simek <michal.simek@xilinx.com>
2302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2303 W:      http://wiki.xilinx.com
2304 T:      git https://github.com/Xilinx/linux-xlnx.git
2305 S:      Supported
2306 F:      arch/arm/mach-zynq/
2307 F:      drivers/cpuidle/cpuidle-zynq.c
2308 F:      drivers/block/xsysace.c
2309 N:      zynq
2310 N:      xilinx
2311 F:      drivers/clocksource/timer-cadence-ttc.c
2312 F:      drivers/i2c/busses/i2c-cadence.c
2313 F:      drivers/mmc/host/sdhci-of-arasan.c
2314 F:      drivers/edac/synopsys_edac.c
2315 F:      drivers/i2c/busses/i2c-xiic.c
2316
2317 ARM64 PORT (AARCH64 ARCHITECTURE)
2318 M:      Catalin Marinas <catalin.marinas@arm.com>
2319 M:      Will Deacon <will.deacon@arm.com>
2320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2322 S:      Maintained
2323 F:      arch/arm64/
2324 X:      arch/arm64/boot/dts/
2325 F:      Documentation/arm64/
2326
2327 AS3645A LED FLASH CONTROLLER DRIVER
2328 M:      Sakari Ailus <sakari.ailus@iki.fi>
2329 L:      linux-leds@vger.kernel.org
2330 S:      Maintained
2331 F:      drivers/leds/leds-as3645a.c
2332
2333 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2334 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
2335 L:      linux-media@vger.kernel.org
2336 T:      git git://linuxtv.org/media_tree.git
2337 S:      Maintained
2338 F:      drivers/media/i2c/ak7375.c
2339 F:      Documentation/devicetree/bindings/media/i2c/ak7375.txt
2340
2341 ASAHI KASEI AK8974 DRIVER
2342 M:      Linus Walleij <linus.walleij@linaro.org>
2343 L:      linux-iio@vger.kernel.org
2344 W:      http://www.akm.com/
2345 S:      Supported
2346 F:      drivers/iio/magnetometer/ak8974.c
2347
2348 ASC7621 HARDWARE MONITOR DRIVER
2349 M:      George Joseph <george.joseph@fairview5.com>
2350 L:      linux-hwmon@vger.kernel.org
2351 S:      Maintained
2352 F:      Documentation/hwmon/asc7621
2353 F:      drivers/hwmon/asc7621.c
2354
2355 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2356 M:      Corentin Chary <corentin.chary@gmail.com>
2357 L:      acpi4asus-user@lists.sourceforge.net
2358 L:      platform-driver-x86@vger.kernel.org
2359 W:      http://acpi4asus.sf.net
2360 S:      Maintained
2361 F:      drivers/platform/x86/asus*.c
2362 F:      drivers/platform/x86/eeepc*.c
2363
2364 ASUS WIRELESS RADIO CONTROL DRIVER
2365 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2366 L:      platform-driver-x86@vger.kernel.org
2367 S:      Maintained
2368 F:      drivers/platform/x86/asus-wireless.c
2369
2370 ASYMMETRIC KEYS
2371 M:      David Howells <dhowells@redhat.com>
2372 L:      keyrings@vger.kernel.org
2373 S:      Maintained
2374 F:      Documentation/crypto/asymmetric-keys.txt
2375 F:      include/linux/verification.h
2376 F:      include/crypto/public_key.h
2377 F:      include/crypto/pkcs7.h
2378 F:      crypto/asymmetric_keys/
2379
2380 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2381 R:      Dan Williams <dan.j.williams@intel.com>
2382 W:      http://sourceforge.net/projects/xscaleiop
2383 S:      Odd fixes
2384 F:      Documentation/crypto/async-tx-api.txt
2385 F:      crypto/async_tx/
2386 F:      drivers/dma/
2387 F:      include/linux/dmaengine.h
2388 F:      include/linux/async_tx.h
2389
2390 AT24 EEPROM DRIVER
2391 M:      Bartosz Golaszewski <brgl@bgdev.pl>
2392 L:      linux-i2c@vger.kernel.org
2393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2394 S:      Maintained
2395 F:      Documentation/devicetree/bindings/eeprom/at24.txt
2396 F:      drivers/misc/eeprom/at24.c
2397 F:      include/linux/platform_data/at24.h
2398
2399 ATA OVER ETHERNET (AOE) DRIVER
2400 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2401 W:      http://www.openaoe.org/
2402 S:      Supported
2403 F:      Documentation/aoe/
2404 F:      drivers/block/aoe/
2405
2406 ATHEROS 71XX/9XXX GPIO DRIVER
2407 M:      Alban Bedel <albeu@free.fr>
2408 W:      https://github.com/AlbanBedel/linux
2409 T:      git git://github.com/AlbanBedel/linux
2410 S:      Maintained
2411 F:      drivers/gpio/gpio-ath79.c
2412 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2413
2414 ATHEROS 71XX/9XXX USB PHY DRIVER
2415 M:      Alban Bedel <albeu@free.fr>
2416 W:      https://github.com/AlbanBedel/linux
2417 T:      git git://github.com/AlbanBedel/linux
2418 S:      Maintained
2419 F:      drivers/phy/qualcomm/phy-ath79-usb.c
2420 F:      Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2421
2422 ATHEROS ATH GENERIC UTILITIES
2423 M:      Kalle Valo <kvalo@codeaurora.org>
2424 L:      linux-wireless@vger.kernel.org
2425 S:      Supported
2426 F:      drivers/net/wireless/ath/*
2427
2428 ATHEROS ATH5K WIRELESS DRIVER
2429 M:      Jiri Slaby <jirislaby@gmail.com>
2430 M:      Nick Kossifidis <mickflemm@gmail.com>
2431 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2432 L:      linux-wireless@vger.kernel.org
2433 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2434 S:      Maintained
2435 F:      drivers/net/wireless/ath/ath5k/
2436
2437 ATHEROS ATH6KL WIRELESS DRIVER
2438 M:      Kalle Valo <kvalo@codeaurora.org>
2439 L:      linux-wireless@vger.kernel.org
2440 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2442 S:      Supported
2443 F:      drivers/net/wireless/ath/ath6kl/
2444
2445 ATI_REMOTE2 DRIVER
2446 M:      Ville Syrjala <syrjala@sci.fi>
2447 S:      Maintained
2448 F:      drivers/input/misc/ati_remote2.c
2449
2450 ATK0110 HWMON DRIVER
2451 M:      Luca Tettamanti <kronos.it@gmail.com>
2452 L:      linux-hwmon@vger.kernel.org
2453 S:      Maintained
2454 F:      drivers/hwmon/asus_atk0110.c
2455
2456 ATLX ETHERNET DRIVERS
2457 M:      Jay Cliburn <jcliburn@gmail.com>
2458 M:      Chris Snook <chris.snook@gmail.com>
2459 L:      netdev@vger.kernel.org
2460 W:      http://sourceforge.net/projects/atl1
2461 W:      http://atl1.sourceforge.net
2462 S:      Maintained
2463 F:      drivers/net/ethernet/atheros/
2464
2465 ATM
2466 M:      Chas Williams <3chas3@gmail.com>
2467 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2468 L:      netdev@vger.kernel.org
2469 W:      http://linux-atm.sourceforge.net
2470 S:      Maintained
2471 F:      drivers/atm/
2472 F:      include/linux/atm*
2473 F:      include/uapi/linux/atm*
2474
2475 ATMEL AT91 / AT32 MCI DRIVER
2476 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2477 S:      Maintained
2478 F:      drivers/mmc/host/atmel-mci.c
2479
2480 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2481 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2482 S:      Supported
2483 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2484
2485 ATMEL Audio ALSA driver
2486 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2487 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2488 S:      Supported
2489 F:      sound/soc/atmel
2490
2491 ATMEL I2C DRIVER
2492 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2493 L:      linux-i2c@vger.kernel.org
2494 S:      Supported
2495 F:      drivers/i2c/busses/i2c-at91.c
2496
2497 ATMEL ISI DRIVER
2498 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2499 L:      linux-media@vger.kernel.org
2500 S:      Supported
2501 F:      drivers/media/platform/atmel/atmel-isi.c
2502 F:      include/media/atmel-isi.h
2503
2504 ATMEL LCDFB DRIVER
2505 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2506 L:      linux-fbdev@vger.kernel.org
2507 S:      Maintained
2508 F:      drivers/video/fbdev/atmel_lcdfb.c
2509 F:      include/video/atmel_lcdc.h
2510
2511 ATMEL MACB ETHERNET DRIVER
2512 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2513 S:      Supported
2514 F:      drivers/net/ethernet/cadence/
2515
2516 ATMEL MAXTOUCH DRIVER
2517 M:      Nick Dyer <nick@shmanahar.org>
2518 T:      git git://github.com/ndyer/linux.git
2519 S:      Maintained
2520 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2521 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2522
2523 ATMEL SAMA5D2 ADC DRIVER
2524 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2525 L:      linux-iio@vger.kernel.org
2526 S:      Supported
2527 F:      drivers/iio/adc/at91-sama5d2_adc.c
2528
2529 ATMEL SDMMC DRIVER
2530 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2531 L:      linux-mmc@vger.kernel.org
2532 S:      Supported
2533 F:      drivers/mmc/host/sdhci-of-at91.c
2534
2535 ATMEL SPI DRIVER
2536 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2537 S:      Supported
2538 F:      drivers/spi/spi-atmel.*
2539
2540 ATMEL SSC DRIVER
2541 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2543 S:      Supported
2544 F:      drivers/misc/atmel-ssc.c
2545 F:      include/linux/atmel-ssc.h
2546
2547 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2548 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2550 S:      Supported
2551 F:      drivers/misc/atmel_tclib.c
2552 F:      drivers/clocksource/tcb_clksrc.c
2553
2554 ATMEL USBA UDC DRIVER
2555 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2557 S:      Supported
2558 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2559
2560 ATMEL WIRELESS DRIVER
2561 M:      Simon Kelley <simon@thekelleys.org.uk>
2562 L:      linux-wireless@vger.kernel.org
2563 W:      http://www.thekelleys.org.uk/atmel
2564 W:      http://atmelwlandriver.sourceforge.net/
2565 S:      Maintained
2566 F:      drivers/net/wireless/atmel/atmel*
2567
2568 ATMEL XDMA DRIVER
2569 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2570 L:      linux-arm-kernel@lists.infradead.org
2571 L:      dmaengine@vger.kernel.org
2572 S:      Supported
2573 F:      drivers/dma/at_xdmac.c
2574
2575 ATOMIC INFRASTRUCTURE
2576 M:      Will Deacon <will.deacon@arm.com>
2577 M:      Peter Zijlstra <peterz@infradead.org>
2578 R:      Boqun Feng <boqun.feng@gmail.com>
2579 L:      linux-kernel@vger.kernel.org
2580 S:      Maintained
2581 F:      arch/*/include/asm/atomic*.h
2582 F:      include/*/atomic*.h
2583
2584 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2585 M:      Bradley Grove <linuxdrivers@attotech.com>
2586 L:      linux-scsi@vger.kernel.org
2587 W:      http://www.attotech.com
2588 S:      Supported
2589 F:      drivers/scsi/esas2r
2590
2591 ATUSB IEEE 802.15.4 RADIO DRIVER
2592 M:      Stefan Schmidt <stefan@datenfreihafen.org>
2593 L:      linux-wpan@vger.kernel.org
2594 S:      Maintained
2595 F:      drivers/net/ieee802154/atusb.c
2596 F:      drivers/net/ieee802154/atusb.h
2597 F:      drivers/net/ieee802154/at86rf230.h
2598
2599 AUDIT SUBSYSTEM
2600 M:      Paul Moore <paul@paul-moore.com>
2601 M:      Eric Paris <eparis@redhat.com>
2602 L:      linux-audit@redhat.com (moderated for non-subscribers)
2603 W:      https://github.com/linux-audit
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2605 S:      Supported
2606 F:      include/linux/audit.h
2607 F:      include/uapi/linux/audit.h
2608 F:      kernel/audit*
2609
2610 AUXILIARY DISPLAY DRIVERS
2611 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2612 S:      Maintained
2613 F:      drivers/auxdisplay/
2614 F:      include/linux/cfag12864b.h
2615
2616 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2617 M:      Andreas Klinger <ak@it-klinger.de>
2618 L:      linux-iio@vger.kernel.org
2619 S:      Maintained
2620 F:      Documentation/devicetree/bindings/iio/adc/avia-hx711.txt
2621 F:      drivers/iio/adc/hx711.c
2622
2623 AX.25 NETWORK LAYER
2624 M:      Ralf Baechle <ralf@linux-mips.org>
2625 L:      linux-hams@vger.kernel.org
2626 W:      http://www.linux-ax25.org/
2627 S:      Maintained
2628 F:      include/uapi/linux/ax25.h
2629 F:      include/net/ax25.h
2630 F:      net/ax25/
2631
2632 AXENTIA ARM DEVICES
2633 M:      Peter Rosin <peda@axentia.se>
2634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2635 S:      Maintained
2636 F:      Documentation/devicetree/bindings/arm/axentia.txt
2637 F:      arch/arm/boot/dts/at91-linea.dtsi
2638 F:      arch/arm/boot/dts/at91-natte.dtsi
2639 F:      arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2640 F:      arch/arm/boot/dts/at91-tse850-3.dts
2641
2642 AXENTIA ASOC DRIVERS
2643 M:      Peter Rosin <peda@axentia.se>
2644 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2645 S:      Maintained
2646 F:      Documentation/devicetree/bindings/sound/axentia,*
2647 F:      sound/soc/atmel/tse850-pcm5142.c
2648
2649 AZ6007 DVB DRIVER
2650 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2651 L:      linux-media@vger.kernel.org
2652 W:      https://linuxtv.org
2653 T:      git git://linuxtv.org/media_tree.git
2654 S:      Maintained
2655 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2656
2657 AZTECH FM RADIO RECEIVER DRIVER
2658 M:      Hans Verkuil <hverkuil@xs4all.nl>
2659 L:      linux-media@vger.kernel.org
2660 T:      git git://linuxtv.org/media_tree.git
2661 W:      https://linuxtv.org
2662 S:      Maintained
2663 F:      drivers/media/radio/radio-aztech*
2664
2665 B43 WIRELESS DRIVER
2666 L:      linux-wireless@vger.kernel.org
2667 L:      b43-dev@lists.infradead.org
2668 W:      http://wireless.kernel.org/en/users/Drivers/b43
2669 S:      Odd Fixes
2670 F:      drivers/net/wireless/broadcom/b43/
2671
2672 B43LEGACY WIRELESS DRIVER
2673 M:      Larry Finger <Larry.Finger@lwfinger.net>
2674 L:      linux-wireless@vger.kernel.org
2675 L:      b43-dev@lists.infradead.org
2676 W:      http://wireless.kernel.org/en/users/Drivers/b43
2677 S:      Maintained
2678 F:      drivers/net/wireless/broadcom/b43legacy/
2679
2680 BACKLIGHT CLASS/SUBSYSTEM
2681 M:      Lee Jones <lee.jones@linaro.org>
2682 M:      Daniel Thompson <daniel.thompson@linaro.org>
2683 M:      Jingoo Han <jingoohan1@gmail.com>
2684 L:      dri-devel@lists.freedesktop.org
2685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2686 S:      Maintained
2687 F:      drivers/video/backlight/
2688 F:      include/linux/backlight.h
2689 F:      include/linux/pwm_backlight.h
2690 F:      Documentation/devicetree/bindings/leds/backlight
2691
2692 BATMAN ADVANCED
2693 M:      Marek Lindner <mareklindner@neomailbox.ch>
2694 M:      Simon Wunderlich <sw@simonwunderlich.de>
2695 M:      Antonio Quartulli <a@unstable.cc>
2696 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2697 W:      https://www.open-mesh.org/
2698 Q:      https://patchwork.open-mesh.org/project/batman/list/
2699 S:      Maintained
2700 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2701 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2702 F:      Documentation/networking/batman-adv.rst
2703 F:      include/uapi/linux/batadv_packet.h
2704 F:      include/uapi/linux/batman_adv.h
2705 F:      net/batman-adv/
2706
2707 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2708 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2709 L:      linux-hams@vger.kernel.org
2710 W:      http://www.baycom.org/~tom/ham/ham.html
2711 S:      Maintained
2712 F:      drivers/net/hamradio/baycom*
2713
2714 BCACHE (BLOCK LAYER CACHE)
2715 M:      Coly Li <colyli@suse.de>
2716 M:      Kent Overstreet <kent.overstreet@gmail.com>
2717 L:      linux-bcache@vger.kernel.org
2718 W:      http://bcache.evilpiepirate.org
2719 C:      irc://irc.oftc.net/bcache
2720 S:      Maintained
2721 F:      drivers/md/bcache/
2722
2723 BDISP ST MEDIA DRIVER
2724 M:      Fabien Dessenne <fabien.dessenne@st.com>
2725 L:      linux-media@vger.kernel.org
2726 T:      git git://linuxtv.org/media_tree.git
2727 W:      https://linuxtv.org
2728 S:      Supported
2729 F:      drivers/media/platform/sti/bdisp
2730
2731 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2732 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2733 L:      netdev@vger.kernel.org
2734 S:      Maintained
2735 F:      drivers/net/ethernet/ec_bhf.c
2736
2737 BEFS FILE SYSTEM
2738 M:      Luis de Bethencourt <luisbg@kernel.org>
2739 M:      Salah Triki <salah.triki@gmail.com>
2740 S:      Maintained
2741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2742 F:      Documentation/filesystems/befs.txt
2743 F:      fs/befs/
2744
2745 BFQ I/O SCHEDULER
2746 M:      Paolo Valente <paolo.valente@linaro.org>
2747 M:      Jens Axboe <axboe@kernel.dk>
2748 L:      linux-block@vger.kernel.org
2749 S:      Maintained
2750 F:      block/bfq-*
2751 F:      Documentation/block/bfq-iosched.txt
2752
2753 BFS FILE SYSTEM
2754 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2755 S:      Maintained
2756 F:      Documentation/filesystems/bfs.txt
2757 F:      fs/bfs/
2758 F:      include/uapi/linux/bfs_fs.h
2759
2760 BLINKM RGB LED DRIVER
2761 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2762 S:      Maintained
2763 F:      drivers/leds/leds-blinkm.c
2764
2765 BLOCK LAYER
2766 M:      Jens Axboe <axboe@kernel.dk>
2767 L:      linux-block@vger.kernel.org
2768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2769 S:      Maintained
2770 F:      block/
2771 F:      drivers/block/
2772 F:      kernel/trace/blktrace.c
2773 F:      lib/sbitmap.c
2774
2775 BLOCK2MTD DRIVER
2776 M:      Joern Engel <joern@lazybastard.org>
2777 L:      linux-mtd@lists.infradead.org
2778 S:      Maintained
2779 F:      drivers/mtd/devices/block2mtd.c
2780
2781 BLUETOOTH DRIVERS
2782 M:      Marcel Holtmann <marcel@holtmann.org>
2783 M:      Johan Hedberg <johan.hedberg@gmail.com>
2784 L:      linux-bluetooth@vger.kernel.org
2785 W:      http://www.bluez.org/
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2788 S:      Maintained
2789 F:      drivers/bluetooth/
2790
2791 BLUETOOTH SUBSYSTEM
2792 M:      Marcel Holtmann <marcel@holtmann.org>
2793 M:      Johan Hedberg <johan.hedberg@gmail.com>
2794 L:      linux-bluetooth@vger.kernel.org
2795 W:      http://www.bluez.org/
2796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2798 S:      Maintained
2799 F:      net/bluetooth/
2800 F:      include/net/bluetooth/
2801
2802 BONDING DRIVER
2803 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2804 M:      Veaceslav Falico <vfalico@gmail.com>
2805 M:      Andy Gospodarek <andy@greyhouse.net>
2806 L:      netdev@vger.kernel.org
2807 W:      http://sourceforge.net/projects/bonding/
2808 S:      Supported
2809 F:      drivers/net/bonding/
2810 F:      include/uapi/linux/if_bonding.h
2811
2812 BPF (Safe dynamic programs and tools)
2813 M:      Alexei Starovoitov <ast@kernel.org>
2814 M:      Daniel Borkmann <daniel@iogearbox.net>
2815 L:      netdev@vger.kernel.org
2816 L:      linux-kernel@vger.kernel.org
2817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
2818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
2819 Q:      https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
2820 S:      Supported
2821 F:      arch/x86/net/bpf_jit*
2822 F:      Documentation/networking/filter.txt
2823 F:      Documentation/bpf/
2824 F:      include/linux/bpf*
2825 F:      include/linux/filter.h
2826 F:      include/trace/events/xdp.h
2827 F:      include/uapi/linux/bpf*
2828 F:      include/uapi/linux/filter.h
2829 F:      kernel/bpf/
2830 F:      kernel/trace/bpf_trace.c
2831 F:      lib/test_bpf.c
2832 F:      net/bpf/
2833 F:      net/core/filter.c
2834 F:      net/sched/act_bpf.c
2835 F:      net/sched/cls_bpf.c
2836 F:      samples/bpf/
2837 F:      tools/bpf/
2838 F:      tools/lib/bpf/
2839 F:      tools/testing/selftests/bpf/
2840
2841 BROADCOM B44 10/100 ETHERNET DRIVER
2842 M:      Michael Chan <michael.chan@broadcom.com>
2843 L:      netdev@vger.kernel.org
2844 S:      Supported
2845 F:      drivers/net/ethernet/broadcom/b44.*
2846
2847 BROADCOM B53 ETHERNET SWITCH DRIVER
2848 M:      Florian Fainelli <f.fainelli@gmail.com>
2849 L:      netdev@vger.kernel.org
2850 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2851 S:      Supported
2852 F:      drivers/net/dsa/b53/*
2853 F:      include/linux/platform_data/b53.h
2854
2855 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2856 M:      Florian Fainelli <f.fainelli@gmail.com>
2857 M:      Ray Jui <rjui@broadcom.com>
2858 M:      Scott Branden <sbranden@broadcom.com>
2859 M:      bcm-kernel-feedback-list@broadcom.com
2860 T:      git git://github.com/broadcom/mach-bcm
2861 S:      Maintained
2862 N:      bcm281*
2863 N:      bcm113*
2864 N:      bcm216*
2865 N:      kona
2866 F:      arch/arm/mach-bcm/
2867
2868 BROADCOM BCM2835 ARM ARCHITECTURE
2869 M:      Eric Anholt <eric@anholt.net>
2870 M:      Stefan Wahren <stefan.wahren@i2se.com>
2871 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2873 T:      git git://github.com/anholt/linux
2874 S:      Maintained
2875 N:      bcm2835
2876 F:      drivers/staging/vc04_services
2877
2878 BROADCOM BCM47XX MIPS ARCHITECTURE
2879 M:      Hauke Mehrtens <hauke@hauke-m.de>
2880 M:      Rafał Miłecki <zajec5@gmail.com>
2881 L:      linux-mips@linux-mips.org
2882 S:      Maintained
2883 F:      Documentation/devicetree/bindings/mips/brcm/
2884 F:      arch/mips/bcm47xx/*
2885 F:      arch/mips/include/asm/mach-bcm47xx/*
2886
2887 BROADCOM BCM5301X ARM ARCHITECTURE
2888 M:      Hauke Mehrtens <hauke@hauke-m.de>
2889 M:      Rafał Miłecki <zajec5@gmail.com>
2890 M:      Jon Mason <jonmason@broadcom.com>
2891 M:      bcm-kernel-feedback-list@broadcom.com
2892 L:      linux-arm-kernel@lists.infradead.org
2893 S:      Maintained
2894 F:      arch/arm/mach-bcm/bcm_5301x.c
2895 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2896 F:      arch/arm/boot/dts/bcm470*
2897 F:      arch/arm/boot/dts/bcm953012*
2898
2899 BROADCOM BCM53573 ARM ARCHITECTURE
2900 M:      Rafał Miłecki <rafal@milecki.pl>
2901 L:      linux-arm-kernel@lists.infradead.org
2902 S:      Maintained
2903 F:      arch/arm/boot/dts/bcm53573*
2904 F:      arch/arm/boot/dts/bcm47189*
2905
2906 BROADCOM BCM63XX ARM ARCHITECTURE
2907 M:      Florian Fainelli <f.fainelli@gmail.com>
2908 M:      bcm-kernel-feedback-list@broadcom.com
2909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2910 T:      git git://github.com/broadcom/stblinux.git
2911 S:      Maintained
2912 N:      bcm63xx
2913
2914 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2915 M:      Kevin Cernekee <cernekee@gmail.com>
2916 L:      linux-usb@vger.kernel.org
2917 S:      Maintained
2918 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2919
2920 BROADCOM BCM7XXX ARM ARCHITECTURE
2921 M:      Brian Norris <computersforpeace@gmail.com>
2922 M:      Gregory Fong <gregory.0xf0@gmail.com>
2923 M:      Florian Fainelli <f.fainelli@gmail.com>
2924 M:      bcm-kernel-feedback-list@broadcom.com
2925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2926 T:      git git://github.com/broadcom/stblinux.git
2927 S:      Maintained
2928 F:      arch/arm/mach-bcm/*brcmstb*
2929 F:      arch/arm/boot/dts/bcm7*.dts*
2930 F:      drivers/bus/brcmstb_gisb.c
2931 F:      arch/arm/mm/cache-b15-rac.c
2932 F:      arch/arm/include/asm/hardware/cache-b15-rac.h
2933 N:      brcmstb
2934
2935 BROADCOM BMIPS CPUFREQ DRIVER
2936 M:      Markus Mayer <mmayer@broadcom.com>
2937 M:      bcm-kernel-feedback-list@broadcom.com
2938 L:      linux-pm@vger.kernel.org
2939 S:      Maintained
2940 F:      drivers/cpufreq/bmips-cpufreq.c
2941
2942 BROADCOM BMIPS MIPS ARCHITECTURE
2943 M:      Kevin Cernekee <cernekee@gmail.com>
2944 M:      Florian Fainelli <f.fainelli@gmail.com>
2945 L:      linux-mips@linux-mips.org
2946 T:      git git://github.com/broadcom/stblinux.git
2947 S:      Maintained
2948 F:      arch/mips/bmips/*
2949 F:      arch/mips/include/asm/mach-bmips/*
2950 F:      arch/mips/kernel/*bmips*
2951 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2952 F:      drivers/irqchip/irq-bcm63*
2953 F:      drivers/irqchip/irq-bcm7*
2954 F:      drivers/irqchip/irq-brcmstb*
2955 F:      include/linux/bcm963xx_nvram.h
2956 F:      include/linux/bcm963xx_tag.h
2957
2958 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2959 M:      Rasesh Mody <rasesh.mody@cavium.com>
2960 M:      Dept-GELinuxNICDev@cavium.com
2961 L:      netdev@vger.kernel.org
2962 S:      Supported
2963 F:      drivers/net/ethernet/broadcom/bnx2.*
2964 F:      drivers/net/ethernet/broadcom/bnx2_*
2965
2966 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2967 M:      QLogic-Storage-Upstream@qlogic.com
2968 L:      linux-scsi@vger.kernel.org
2969 S:      Supported
2970 F:      drivers/scsi/bnx2fc/
2971
2972 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2973 M:      QLogic-Storage-Upstream@qlogic.com
2974 L:      linux-scsi@vger.kernel.org
2975 S:      Supported
2976 F:      drivers/scsi/bnx2i/
2977
2978 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2979 M:      Ariel Elior <ariel.elior@cavium.com>
2980 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
2981 M:      everest-linux-l2@cavium.com
2982 L:      netdev@vger.kernel.org
2983 S:      Supported
2984 F:      drivers/net/ethernet/broadcom/bnx2x/
2985
2986 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2987 M:      Michael Chan <michael.chan@broadcom.com>
2988 L:      netdev@vger.kernel.org
2989 S:      Supported
2990 F:      drivers/net/ethernet/broadcom/bnxt/
2991
2992 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2993 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2994 M:      Franky Lin <franky.lin@broadcom.com>
2995 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2996 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2997 M:      Wright Feng <wright.feng@cypress.com>
2998 L:      linux-wireless@vger.kernel.org
2999 L:      brcm80211-dev-list.pdl@broadcom.com
3000 L:      brcm80211-dev-list@cypress.com
3001 S:      Supported
3002 F:      drivers/net/wireless/broadcom/brcm80211/
3003
3004 BROADCOM BRCMSTB GPIO DRIVER
3005 M:      Gregory Fong <gregory.0xf0@gmail.com>
3006 L:      bcm-kernel-feedback-list@broadcom.com
3007 S:      Supported
3008 F:      drivers/gpio/gpio-brcmstb.c
3009 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3010
3011 BROADCOM BRCMSTB I2C DRIVER
3012 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3013 L:      linux-i2c@vger.kernel.org
3014 L:      bcm-kernel-feedback-list@broadcom.com
3015 S:      Supported
3016 F:      drivers/i2c/busses/i2c-brcmstb.c
3017 F:      Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt
3018
3019 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
3020 M:      Al Cooper <alcooperx@gmail.com>
3021 L:      linux-kernel@vger.kernel.org
3022 L:      bcm-kernel-feedback-list@broadcom.com
3023 S:      Maintained
3024 F:      drivers/phy/broadcom/phy-brcm-usb*
3025
3026 BROADCOM GENET ETHERNET DRIVER
3027 M:      Doug Berger <opendmb@gmail.com>
3028 M:      Florian Fainelli <f.fainelli@gmail.com>
3029 L:      netdev@vger.kernel.org
3030 S:      Supported
3031 F:      drivers/net/ethernet/broadcom/genet/
3032
3033 BROADCOM IPROC ARM ARCHITECTURE
3034 M:      Ray Jui <rjui@broadcom.com>
3035 M:      Scott Branden <sbranden@broadcom.com>
3036 M:      Jon Mason <jonmason@broadcom.com>
3037 M:      bcm-kernel-feedback-list@broadcom.com
3038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3039 T:      git git://github.com/broadcom/cygnus-linux.git
3040 S:      Maintained
3041 N:      iproc
3042 N:      cygnus
3043 N:      bcm[-_]nsp
3044 N:      bcm9113*
3045 N:      bcm9583*
3046 N:      bcm9585*
3047 N:      bcm9586*
3048 N:      bcm988312
3049 N:      bcm113*
3050 N:      bcm583*
3051 N:      bcm585*
3052 N:      bcm586*
3053 N:      bcm88312
3054 N:      hr2
3055 N:      stingray
3056 F:      arch/arm64/boot/dts/broadcom/northstar2/*
3057 F:      arch/arm64/boot/dts/broadcom/stingray/*
3058 F:      drivers/clk/bcm/clk-ns*
3059 F:      drivers/clk/bcm/clk-sr*
3060 F:      drivers/pinctrl/bcm/pinctrl-ns*
3061 F:      include/dt-bindings/clock/bcm-sr*
3062
3063 BROADCOM KONA GPIO DRIVER
3064 M:      Ray Jui <rjui@broadcom.com>
3065 L:      bcm-kernel-feedback-list@broadcom.com
3066 S:      Supported
3067 F:      drivers/gpio/gpio-bcm-kona.c
3068 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3069
3070 BROADCOM NETXTREME-E ROCE DRIVER
3071 M:      Selvin Xavier <selvin.xavier@broadcom.com>
3072 M:      Devesh Sharma <devesh.sharma@broadcom.com>
3073 M:      Somnath Kotur <somnath.kotur@broadcom.com>
3074 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
3075 L:      linux-rdma@vger.kernel.org
3076 W:      http://www.broadcom.com
3077 S:      Supported
3078 F:      drivers/infiniband/hw/bnxt_re/
3079 F:      include/uapi/rdma/bnxt_re-abi.h
3080
3081 BROADCOM NVRAM DRIVER
3082 M:      Rafał Miłecki <zajec5@gmail.com>
3083 L:      linux-mips@linux-mips.org
3084 S:      Maintained
3085 F:      drivers/firmware/broadcom/*
3086
3087 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3088 M:      Rafał Miłecki <zajec5@gmail.com>
3089 L:      linux-wireless@vger.kernel.org
3090 S:      Maintained
3091 F:      drivers/bcma/
3092 F:      include/linux/bcma/
3093
3094 BROADCOM STB AVS CPUFREQ DRIVER
3095 M:      Markus Mayer <mmayer@broadcom.com>
3096 M:      bcm-kernel-feedback-list@broadcom.com
3097 L:      linux-pm@vger.kernel.org
3098 S:      Maintained
3099 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3100 F:      drivers/cpufreq/brcmstb*
3101
3102 BROADCOM STB AVS TMON DRIVER
3103 M:      Markus Mayer <mmayer@broadcom.com>
3104 M:      bcm-kernel-feedback-list@broadcom.com
3105 L:      linux-pm@vger.kernel.org
3106 S:      Maintained
3107 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3108 F:      drivers/thermal/broadcom/brcmstb*
3109
3110 BROADCOM STB NAND FLASH DRIVER
3111 M:      Brian Norris <computersforpeace@gmail.com>
3112 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3113 L:      linux-mtd@lists.infradead.org
3114 L:      bcm-kernel-feedback-list@broadcom.com
3115 S:      Maintained
3116 F:      drivers/mtd/nand/raw/brcmnand/
3117
3118 BROADCOM STB DPFE DRIVER
3119 M:      Markus Mayer <mmayer@broadcom.com>
3120 M:      bcm-kernel-feedback-list@broadcom.com
3121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3122 S:      Maintained
3123 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3124 F:      drivers/memory/brcmstb_dpfe.c
3125
3126 BROADCOM SPI DRIVER
3127 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3128 M:      bcm-kernel-feedback-list@broadcom.com
3129 S:      Maintained
3130 F:      Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt
3131 F:      drivers/spi/spi-bcm-qspi.*
3132 F:      drivers/spi/spi-brcmstb-qspi.c
3133 F:      drivers/spi/spi-iproc-qspi.c
3134
3135 BROADCOM SYSTEMPORT ETHERNET DRIVER
3136 M:      Florian Fainelli <f.fainelli@gmail.com>
3137 L:      netdev@vger.kernel.org
3138 S:      Supported
3139 F:      drivers/net/ethernet/broadcom/bcmsysport.*
3140
3141 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3142 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
3143 M:      Prashant Sreedharan <prashant@broadcom.com>
3144 M:      Michael Chan <mchan@broadcom.com>
3145 L:      netdev@vger.kernel.org
3146 S:      Supported
3147 F:      drivers/net/ethernet/broadcom/tg3.*
3148
3149 BROCADE BFA FC SCSI DRIVER
3150 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3151 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3152 L:      linux-scsi@vger.kernel.org
3153 S:      Supported
3154 F:      drivers/scsi/bfa/
3155
3156 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3157 M:      Rasesh Mody <rasesh.mody@cavium.com>
3158 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3159 M:      Dept-GELinuxNICDev@cavium.com
3160 L:      netdev@vger.kernel.org
3161 S:      Supported
3162 F:      drivers/net/ethernet/brocade/bna/
3163
3164 BSG (block layer generic sg v4 driver)
3165 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3166 L:      linux-scsi@vger.kernel.org
3167 S:      Supported
3168 F:      block/bsg.c
3169 F:      include/linux/bsg.h
3170 F:      include/uapi/linux/bsg.h
3171
3172 BT87X AUDIO DRIVER
3173 M:      Clemens Ladisch <clemens@ladisch.de>
3174 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3175 T:      git git://git.alsa-project.org/alsa-kernel.git
3176 S:      Maintained
3177 F:      Documentation/sound/cards/bt87x.rst
3178 F:      sound/pci/bt87x.c
3179
3180 BT8XXGPIO DRIVER
3181 M:      Michael Buesch <m@bues.ch>
3182 W:      http://bu3sch.de/btgpio.php
3183 S:      Maintained
3184 F:      drivers/gpio/gpio-bt8xx.c
3185
3186 BTRFS FILE SYSTEM
3187 M:      Chris Mason <clm@fb.com>
3188 M:      Josef Bacik <jbacik@fb.com>
3189 M:      David Sterba <dsterba@suse.com>
3190 L:      linux-btrfs@vger.kernel.org
3191 W:      http://btrfs.wiki.kernel.org/
3192 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3194 S:      Maintained
3195 F:      Documentation/filesystems/btrfs.txt
3196 F:      fs/btrfs/
3197 F:      include/linux/btrfs*
3198 F:      include/uapi/linux/btrfs*
3199
3200 BTTV VIDEO4LINUX DRIVER
3201 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3202 L:      linux-media@vger.kernel.org
3203 W:      https://linuxtv.org
3204 T:      git git://linuxtv.org/media_tree.git
3205 S:      Odd fixes
3206 F:      Documentation/media/v4l-drivers/bttv*
3207 F:      drivers/media/pci/bt8xx/bttv*
3208
3209 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3210 M:      Chanwoo Choi <cw00.choi@samsung.com>
3211 L:      linux-pm@vger.kernel.org
3212 L:      linux-samsung-soc@vger.kernel.org
3213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3214 S:      Maintained
3215 F:      drivers/devfreq/exynos-bus.c
3216 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3217
3218 BUSLOGIC SCSI DRIVER
3219 M:      Khalid Aziz <khalid@gonehiking.org>
3220 L:      linux-scsi@vger.kernel.org
3221 S:      Maintained
3222 F:      drivers/scsi/BusLogic.*
3223 F:      drivers/scsi/FlashPoint.*
3224
3225 C-MEDIA CMI8788 DRIVER
3226 M:      Clemens Ladisch <clemens@ladisch.de>
3227 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3228 T:      git git://git.alsa-project.org/alsa-kernel.git
3229 S:      Maintained
3230 F:      sound/pci/oxygen/
3231
3232 C-SKY ARCHITECTURE
3233 M:      Guo Ren <ren_guo@c-sky.com>
3234 T:      git https://github.com/c-sky/csky-linux.git
3235 S:      Supported
3236 F:      arch/csky/
3237 F:      Documentation/devicetree/bindings/csky/
3238 K:      csky
3239 N:      csky
3240
3241 C6X ARCHITECTURE
3242 M:      Mark Salter <msalter@redhat.com>
3243 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3244 L:      linux-c6x-dev@linux-c6x.org
3245 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3246 S:      Maintained
3247 F:      arch/c6x/
3248
3249 CA8210 IEEE-802.15.4 RADIO DRIVER
3250 M:      Harry Morris <h.morris@cascoda.com>
3251 L:      linux-wpan@vger.kernel.org
3252 W:      https://github.com/Cascoda/ca8210-linux.git
3253 S:      Maintained
3254 F:      drivers/net/ieee802154/ca8210.c
3255 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3256
3257 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3258 M:      David Howells <dhowells@redhat.com>
3259 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3260 S:      Supported
3261 F:      Documentation/filesystems/caching/cachefiles.txt
3262 F:      fs/cachefiles/
3263
3264 CADENCE MIPI-CSI2 BRIDGES
3265 M:      Maxime Ripard <maxime.ripard@bootlin.com>
3266 L:      linux-media@vger.kernel.org
3267 S:      Maintained
3268 F:      Documentation/devicetree/bindings/media/cdns,*.txt
3269 F:      drivers/media/platform/cadence/cdns-csi2*
3270
3271 CADET FM/AM RADIO RECEIVER DRIVER
3272 M:      Hans Verkuil <hverkuil@xs4all.nl>
3273 L:      linux-media@vger.kernel.org
3274 T:      git git://linuxtv.org/media_tree.git
3275 W:      https://linuxtv.org
3276 S:      Maintained
3277 F:      drivers/media/radio/radio-cadet*
3278
3279 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3280 M:      Jonathan Corbet <corbet@lwn.net>
3281 L:      linux-media@vger.kernel.org
3282 T:      git git://linuxtv.org/media_tree.git
3283 S:      Maintained
3284 F:      Documentation/media/v4l-drivers/cafe_ccic*
3285 F:      drivers/media/platform/marvell-ccic/
3286
3287 CAIF NETWORK LAYER
3288 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3289 L:      netdev@vger.kernel.org
3290 S:      Supported
3291 F:      Documentation/networking/caif/
3292 F:      drivers/net/caif/
3293 F:      include/uapi/linux/caif/
3294 F:      include/net/caif/
3295 F:      net/caif/
3296
3297 CALGARY x86-64 IOMMU
3298 M:      Muli Ben-Yehuda <mulix@mulix.org>
3299 M:      Jon Mason <jdmason@kudzu.us>
3300 L:      iommu@lists.linux-foundation.org
3301 S:      Maintained
3302 F:      arch/x86/kernel/pci-calgary_64.c
3303 F:      arch/x86/kernel/tce_64.c
3304 F:      arch/x86/include/asm/calgary.h
3305 F:      arch/x86/include/asm/tce.h
3306
3307 CAN NETWORK DRIVERS
3308 M:      Wolfgang Grandegger <wg@grandegger.com>
3309 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3310 L:      linux-can@vger.kernel.org
3311 W:      https://github.com/linux-can
3312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3314 S:      Maintained
3315 F:      Documentation/devicetree/bindings/net/can/
3316 F:      drivers/net/can/
3317 F:      include/linux/can/dev.h
3318 F:      include/linux/can/platform/
3319 F:      include/uapi/linux/can/error.h
3320 F:      include/uapi/linux/can/netlink.h
3321
3322 CAN NETWORK LAYER
3323 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3324 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3325 L:      linux-can@vger.kernel.org
3326 W:      https://github.com/linux-can
3327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3329 S:      Maintained
3330 F:      Documentation/networking/can.rst
3331 F:      net/can/
3332 F:      include/linux/can/core.h
3333 F:      include/uapi/linux/can.h
3334 F:      include/uapi/linux/can/bcm.h
3335 F:      include/uapi/linux/can/raw.h
3336 F:      include/uapi/linux/can/gw.h
3337
3338 CAPABILITIES
3339 M:      Serge Hallyn <serge@hallyn.com>
3340 L:      linux-security-module@vger.kernel.org
3341 S:      Supported
3342 F:      include/linux/capability.h
3343 F:      include/uapi/linux/capability.h
3344 F:      security/commoncap.c
3345 F:      kernel/capability.c
3346
3347 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3348 M:      Kevin Tsai <ktsai@capellamicro.com>
3349 S:      Maintained
3350 F:      drivers/iio/light/cm*
3351
3352 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3353 M:      Christian Lamparter <chunkeey@googlemail.com>
3354 L:      linux-wireless@vger.kernel.org
3355 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
3356 S:      Maintained
3357 F:      drivers/net/wireless/ath/carl9170/
3358
3359 CAVIUM I2C DRIVER
3360 M:      Jan Glauber <jglauber@cavium.com>
3361 M:      David Daney <david.daney@cavium.com>
3362 W:      http://www.cavium.com
3363 S:      Supported
3364 F:      drivers/i2c/busses/i2c-octeon*
3365 F:      drivers/i2c/busses/i2c-thunderx*
3366
3367 CAVIUM LIQUIDIO NETWORK DRIVER
3368 M:      Derek Chickles <derek.chickles@caviumnetworks.com>
3369 M:      Satanand Burla <satananda.burla@caviumnetworks.com>
3370 M:      Felix Manlunas <felix.manlunas@caviumnetworks.com>
3371 M:      Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3372 L:      netdev@vger.kernel.org
3373 W:      http://www.cavium.com
3374 S:      Supported
3375 F:      drivers/net/ethernet/cavium/liquidio/
3376
3377 CAVIUM MMC DRIVER
3378 M:      Jan Glauber <jglauber@cavium.com>
3379 M:      David Daney <david.daney@cavium.com>
3380 M:      Steven J. Hill <Steven.Hill@cavium.com>
3381 W:      http://www.cavium.com
3382 S:      Supported
3383 F:      drivers/mmc/host/cavium*
3384
3385 CAVIUM OCTEON-TX CRYPTO DRIVER
3386 M:      George Cherian <george.cherian@cavium.com>
3387 L:      linux-crypto@vger.kernel.org
3388 W:      http://www.cavium.com
3389 S:      Supported
3390 F:      drivers/crypto/cavium/cpt/
3391
3392 CAVIUM THUNDERX2 ARM64 SOC
3393 M:      Robert Richter <rrichter@cavium.com>
3394 M:      Jayachandran C <jnair@caviumnetworks.com>
3395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3396 S:      Maintained
3397 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3398 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3399
3400 CC2520 IEEE-802.15.4 RADIO DRIVER
3401 M:      Varka Bhadram <varkabhadram@gmail.com>
3402 L:      linux-wpan@vger.kernel.org
3403 S:      Maintained
3404 F:      drivers/net/ieee802154/cc2520.c
3405 F:      include/linux/spi/cc2520.h
3406 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3407
3408 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3409 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3410 L:      linux-crypto@vger.kernel.org
3411 S:      Supported
3412 F:      drivers/crypto/ccree/
3413 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3414
3415 CEC FRAMEWORK
3416 M:      Hans Verkuil <hans.verkuil@cisco.com>
3417 L:      linux-media@vger.kernel.org
3418 T:      git git://linuxtv.org/media_tree.git
3419 W:      http://linuxtv.org
3420 S:      Supported
3421 F:      Documentation/media/kapi/cec-core.rst
3422 F:      Documentation/media/uapi/cec
3423 F:      drivers/media/cec/
3424 F:      drivers/media/rc/keymaps/rc-cec.c
3425 F:      include/media/cec.h
3426 F:      include/media/cec-notifier.h
3427 F:      include/uapi/linux/cec.h
3428 F:      include/uapi/linux/cec-funcs.h
3429 F:      Documentation/devicetree/bindings/media/cec.txt
3430 F:      Documentation/ABI/testing/debugfs-cec-error-inj
3431
3432 CEC GPIO DRIVER
3433 M:      Hans Verkuil <hans.verkuil@cisco.com>
3434 L:      linux-media@vger.kernel.org
3435 T:      git git://linuxtv.org/media_tree.git
3436 W:      http://linuxtv.org
3437 S:      Supported
3438 F:      drivers/media/platform/cec-gpio/
3439 F:      Documentation/devicetree/bindings/media/cec-gpio.txt
3440
3441 CELL BROADBAND ENGINE ARCHITECTURE
3442 M:      Arnd Bergmann <arnd@arndb.de>
3443 L:      linuxppc-dev@lists.ozlabs.org
3444 W:      http://www.ibm.com/developerworks/power/cell/
3445 S:      Supported
3446 F:      arch/powerpc/include/asm/cell*.h
3447 F:      arch/powerpc/include/asm/spu*.h
3448 F:      arch/powerpc/include/uapi/asm/spu*.h
3449 F:      arch/powerpc/oprofile/*cell*
3450 F:      arch/powerpc/platforms/cell/
3451
3452 CEPH COMMON CODE (LIBCEPH)
3453 M:      Ilya Dryomov <idryomov@gmail.com>
3454 M:      "Yan, Zheng" <zyan@redhat.com>
3455 M:      Sage Weil <sage@redhat.com>
3456 L:      ceph-devel@vger.kernel.org
3457 W:      http://ceph.com/
3458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3459 T:      git git://github.com/ceph/ceph-client.git
3460 S:      Supported
3461 F:      net/ceph/
3462 F:      include/linux/ceph/
3463 F:      include/linux/crush/
3464
3465 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3466 M:      "Yan, Zheng" <zyan@redhat.com>
3467 M:      Sage Weil <sage@redhat.com>
3468 M:      Ilya Dryomov <idryomov@gmail.com>
3469 L:      ceph-devel@vger.kernel.org
3470 W:      http://ceph.com/
3471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3472 T:      git git://github.com/ceph/ceph-client.git
3473 S:      Supported
3474 F:      Documentation/filesystems/ceph.txt
3475 F:      fs/ceph/
3476
3477 CERTIFICATE HANDLING:
3478 M:      David Howells <dhowells@redhat.com>
3479 M:      David Woodhouse <dwmw2@infradead.org>
3480 L:      keyrings@vger.kernel.org
3481 S:      Maintained
3482 F:      Documentation/admin-guide/module-signing.rst
3483 F:      certs/
3484 F:      scripts/sign-file.c
3485 F:      scripts/extract-cert.c
3486
3487 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3488 L:      linux-usb@vger.kernel.org
3489 S:      Orphan
3490 F:      Documentation/usb/WUSB-Design-overview.txt
3491 F:      Documentation/usb/wusb-cbaf
3492 F:      drivers/usb/host/hwa-hc.c
3493 F:      drivers/usb/host/whci/
3494 F:      drivers/usb/wusbcore/
3495 F:      include/linux/usb/wusb*
3496
3497 CFAG12864B LCD DRIVER
3498 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3499 S:      Maintained
3500 F:      drivers/auxdisplay/cfag12864b.c
3501 F:      include/linux/cfag12864b.h
3502
3503 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3504 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3505 S:      Maintained
3506 F:      drivers/auxdisplay/cfag12864bfb.c
3507 F:      include/linux/cfag12864b.h
3508
3509 802.11 (including CFG80211/NL80211)
3510 M:      Johannes Berg <johannes@sipsolutions.net>
3511 L:      linux-wireless@vger.kernel.org
3512 W:      http://wireless.kernel.org/
3513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3515 S:      Maintained
3516 F:      net/wireless/
3517 F:      include/uapi/linux/nl80211.h
3518 F:      include/linux/ieee80211.h
3519 F:      include/net/wext.h
3520 F:      include/net/cfg80211.h
3521 F:      include/net/iw_handler.h
3522 F:      include/net/ieee80211_radiotap.h
3523 F:      Documentation/driver-api/80211/cfg80211.rst
3524 F:      Documentation/networking/regulatory.txt
3525
3526 CHAR and MISC DRIVERS
3527 M:      Arnd Bergmann <arnd@arndb.de>
3528 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3530 S:      Supported
3531 F:      drivers/char/
3532 F:      drivers/misc/
3533 F:      include/linux/miscdevice.h
3534
3535 CHECKPATCH
3536 M:      Andy Whitcroft <apw@canonical.com>
3537 M:      Joe Perches <joe@perches.com>
3538 S:      Maintained
3539 F:      scripts/checkpatch.pl
3540
3541 CHINESE DOCUMENTATION
3542 M:      Harry Wei <harryxiyou@gmail.com>
3543 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3544 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3545 S:      Maintained
3546 F:      Documentation/translations/zh_CN/
3547
3548 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3549 M:      Peter Chen <Peter.Chen@nxp.com>
3550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3551 L:      linux-usb@vger.kernel.org
3552 S:      Maintained
3553 F:      drivers/usb/chipidea/
3554
3555 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3556 M:      Hans de Goede <hdegoede@redhat.com>
3557 L:      linux-input@vger.kernel.org
3558 S:      Maintained
3559 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3560 F:      drivers/input/touchscreen/chipone_icn8318.c
3561
3562 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3563 M:      Hans de Goede <hdegoede@redhat.com>
3564 L:      linux-input@vger.kernel.org
3565 S:      Maintained
3566 F:      drivers/input/touchscreen/chipone_icn8505.c
3567
3568 CHROME HARDWARE PLATFORM SUPPORT
3569 M:      Benson Leung <bleung@chromium.org>
3570 M:      Olof Johansson <olof@lixom.net>
3571 S:      Maintained
3572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3573 F:      drivers/platform/chrome/
3574
3575 CIRRUS LOGIC AUDIO CODEC DRIVERS
3576 M:      Brian Austin <brian.austin@cirrus.com>
3577 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3578 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3579 S:      Maintained
3580 F:      sound/soc/codecs/cs*
3581
3582 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3583 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3584 L:      netdev@vger.kernel.org
3585 S:      Maintained
3586 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3587
3588 CISCO FCOE HBA DRIVER
3589 M:      Satish Kharat <satishkh@cisco.com>
3590 M:      Sesidhar Baddela <sebaddel@cisco.com>
3591 M:      Karan Tilak Kumar <kartilak@cisco.com>
3592 L:      linux-scsi@vger.kernel.org
3593 S:      Supported
3594 F:      drivers/scsi/fnic/
3595
3596 CISCO SCSI HBA DRIVER
3597 M:      Karan Tilak Kumar <kartilak@cisco.com>
3598 M:      Sesidhar Baddela <sebaddel@cisco.com>
3599 L:      linux-scsi@vger.kernel.org
3600 S:      Supported
3601 F:      drivers/scsi/snic/
3602
3603 CISCO VIC ETHERNET NIC DRIVER
3604 M:      Christian Benvenuti <benve@cisco.com>
3605 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3606 M:      Parvi Kaustubhi <pkaustub@cisco.com>
3607 S:      Supported
3608 F:      drivers/net/ethernet/cisco/enic/
3609
3610 CISCO VIC LOW LATENCY NIC DRIVER
3611 M:      Christian Benvenuti <benve@cisco.com>
3612 S:      Supported
3613 F:      drivers/infiniband/hw/usnic/
3614
3615 CIRRUS LOGIC MADERA CODEC DRIVERS
3616 M:      Charles Keepax <ckeepax@opensource.cirrus.com>
3617 M:      Richard Fitzgerald <rf@opensource.cirrus.com>
3618 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3619 L:      patches@opensource.cirrus.com
3620 T:      git https://github.com/CirrusLogic/linux-drivers.git
3621 W:      https://github.com/CirrusLogic/linux-drivers/wiki
3622 S:      Supported
3623 F:      Documentation/devicetree/bindings/mfd/madera.txt
3624 F:      Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt
3625 F:      include/linux/mfd/madera/*
3626 F:      drivers/gpio/gpio-madera*
3627 F:      drivers/mfd/madera*
3628 F:      drivers/mfd/cs47l*
3629 F:      drivers/pinctrl/cirrus/*
3630
3631 CLANG-FORMAT FILE
3632 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
3633 S:      Maintained
3634 F:      .clang-format
3635
3636 CLEANCACHE API
3637 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3638 L:      linux-kernel@vger.kernel.org
3639 S:      Maintained
3640 F:      mm/cleancache.c
3641 F:      include/linux/cleancache.h
3642
3643 CLK API
3644 M:      Russell King <linux@armlinux.org.uk>
3645 L:      linux-clk@vger.kernel.org
3646 S:      Maintained
3647 F:      include/linux/clk.h
3648
3649 CLOCKSOURCE, CLOCKEVENT DRIVERS
3650 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3651 M:      Thomas Gleixner <tglx@linutronix.de>
3652 L:      linux-kernel@vger.kernel.org
3653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3654 S:      Supported
3655 F:      drivers/clocksource/
3656 F:      Documentation/devicetree/bindings/timer/
3657
3658 CMPC ACPI DRIVER
3659 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3660 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3661 L:      platform-driver-x86@vger.kernel.org
3662 S:      Supported
3663 F:      drivers/platform/x86/classmate-laptop.c
3664
3665 COBALT MEDIA DRIVER
3666 M:      Hans Verkuil <hans.verkuil@cisco.com>
3667 L:      linux-media@vger.kernel.org
3668 T:      git git://linuxtv.org/media_tree.git
3669 W:      https://linuxtv.org
3670 S:      Supported
3671 F:      drivers/media/pci/cobalt/
3672
3673 COCCINELLE/Semantic Patches (SmPL)
3674 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3675 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3676 M:      Nicolas Palix <nicolas.palix@imag.fr>
3677 M:      Michal Marek <michal.lkml@markovi.net>
3678 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3680 W:      http://coccinelle.lip6.fr/
3681 S:      Supported
3682 F:      Documentation/dev-tools/coccinelle.rst
3683 F:      scripts/coccinelle/
3684 F:      scripts/coccicheck
3685
3686 CODA FILE SYSTEM
3687 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3688 M:      coda@cs.cmu.edu
3689 L:      codalist@coda.cs.cmu.edu
3690 W:      http://www.coda.cs.cmu.edu/
3691 S:      Maintained
3692 F:      Documentation/filesystems/coda.txt
3693 F:      fs/coda/
3694 F:      include/linux/coda*.h
3695 F:      include/uapi/linux/coda*.h
3696
3697 CODA V4L2 MEM2MEM DRIVER
3698 M:      Philipp Zabel <p.zabel@pengutronix.de>
3699 L:      linux-media@vger.kernel.org
3700 S:      Maintained
3701 F:      Documentation/devicetree/bindings/media/coda.txt
3702 F:      drivers/media/platform/coda/
3703
3704 CODE OF CONDUCT
3705 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3706 S:      Supported
3707 F:      Documentation/process/code-of-conduct.rst
3708 F:      Documentation/process/code-of-conduct-interpretation.rst
3709
3710 COMMON CLK FRAMEWORK
3711 M:      Michael Turquette <mturquette@baylibre.com>
3712 M:      Stephen Boyd <sboyd@kernel.org>
3713 L:      linux-clk@vger.kernel.org
3714 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3716 S:      Maintained
3717 F:      Documentation/devicetree/bindings/clock/
3718 F:      drivers/clk/
3719 X:      drivers/clk/clkdev.c
3720 F:      include/linux/clk-pr*
3721 F:      include/linux/clk/
3722 F:      include/linux/of_clk.h
3723
3724 COMMON INTERNET FILE SYSTEM (CIFS)
3725 M:      Steve French <sfrench@samba.org>
3726 L:      linux-cifs@vger.kernel.org
3727 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3728 W:      http://linux-cifs.samba.org/
3729 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3730 S:      Supported
3731 F:      Documentation/filesystems/cifs/
3732 F:      fs/cifs/
3733
3734 COMPACTPCI HOTPLUG CORE
3735 M:      Scott Murray <scott@spiteful.org>
3736 L:      linux-pci@vger.kernel.org
3737 S:      Maintained
3738 F:      drivers/pci/hotplug/cpci_hotplug*
3739
3740 COMPACTPCI HOTPLUG GENERIC DRIVER
3741 M:      Scott Murray <scott@spiteful.org>
3742 L:      linux-pci@vger.kernel.org
3743 S:      Maintained
3744 F:      drivers/pci/hotplug/cpcihp_generic.c
3745
3746 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3747 M:      Scott Murray <scott@spiteful.org>
3748 L:      linux-pci@vger.kernel.org
3749 S:      Maintained
3750 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3751
3752 COMPAL LAPTOP SUPPORT
3753 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3754 L:      platform-driver-x86@vger.kernel.org
3755 S:      Maintained
3756 F:      drivers/platform/x86/compal-laptop.c
3757
3758 CONEXANT ACCESSRUNNER USB DRIVER
3759 L:      accessrunner-general@lists.sourceforge.net
3760 W:      http://accessrunner.sourceforge.net/
3761 S:      Orphan
3762 F:      drivers/usb/atm/cxacru.c
3763
3764 CONFIGFS
3765 M:      Joel Becker <jlbec@evilplan.org>
3766 M:      Christoph Hellwig <hch@lst.de>
3767 T:      git git://git.infradead.org/users/hch/configfs.git
3768 S:      Supported
3769 F:      fs/configfs/
3770 F:      include/linux/configfs.h
3771
3772 CONNECTOR
3773 M:      Evgeniy Polyakov <zbr@ioremap.net>
3774 L:      netdev@vger.kernel.org
3775 S:      Maintained
3776 F:      drivers/connector/
3777
3778 CONTROL GROUP (CGROUP)
3779 M:      Tejun Heo <tj@kernel.org>
3780 M:      Li Zefan <lizefan@huawei.com>
3781 M:      Johannes Weiner <hannes@cmpxchg.org>
3782 L:      cgroups@vger.kernel.org
3783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3784 S:      Maintained
3785 F:      Documentation/cgroup*
3786 F:      include/linux/cgroup*
3787 F:      kernel/cgroup*
3788
3789 CONTROL GROUP - CPUSET
3790 M:      Li Zefan <lizefan@huawei.com>
3791 L:      cgroups@vger.kernel.org
3792 W:      http://www.bullopensource.org/cpuset/
3793 W:      http://oss.sgi.com/projects/cpusets/
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3795 S:      Maintained
3796 F:      Documentation/cgroup-v1/cpusets.txt
3797 F:      include/linux/cpuset.h
3798 F:      kernel/cgroup/cpuset.c
3799
3800 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3801 M:      Johannes Weiner <hannes@cmpxchg.org>
3802 M:      Michal Hocko <mhocko@kernel.org>
3803 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3804 L:      cgroups@vger.kernel.org
3805 L:      linux-mm@kvack.org
3806 S:      Maintained
3807 F:      mm/memcontrol.c
3808 F:      mm/swap_cgroup.c
3809
3810 CORETEMP HARDWARE MONITORING DRIVER
3811 M:      Fenghua Yu <fenghua.yu@intel.com>
3812 L:      linux-hwmon@vger.kernel.org
3813 S:      Maintained
3814 F:      Documentation/hwmon/coretemp
3815 F:      drivers/hwmon/coretemp.c
3816
3817 COSA/SRP SYNC SERIAL DRIVER
3818 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3819 W:      http://www.fi.muni.cz/~kas/cosa/
3820 S:      Maintained
3821 F:      drivers/net/wan/cosa*
3822
3823 CPMAC ETHERNET DRIVER
3824 M:      Florian Fainelli <f.fainelli@gmail.com>
3825 L:      netdev@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/net/ethernet/ti/cpmac.c
3828
3829 CPU FREQUENCY DRIVERS
3830 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3831 M:      Viresh Kumar <viresh.kumar@linaro.org>
3832 L:      linux-pm@vger.kernel.org
3833 S:      Maintained
3834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3835 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3836 B:      https://bugzilla.kernel.org
3837 F:      Documentation/cpu-freq/
3838 F:      Documentation/devicetree/bindings/cpufreq/
3839 F:      drivers/cpufreq/
3840 F:      include/linux/cpufreq.h
3841 F:      tools/testing/selftests/cpufreq/
3842
3843 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3844 M:      Viresh Kumar <viresh.kumar@linaro.org>
3845 M:      Sudeep Holla <sudeep.holla@arm.com>
3846 L:      linux-pm@vger.kernel.org
3847 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3848 S:      Maintained
3849 F:      drivers/cpufreq/arm_big_little.h
3850 F:      drivers/cpufreq/arm_big_little.c
3851 F:      drivers/cpufreq/arm_big_little_dt.c
3852
3853 CPU POWER MONITORING SUBSYSTEM
3854 M:      Thomas Renninger <trenn@suse.com>
3855 M:      Shuah Khan <shuah@kernel.org>
3856 L:      linux-pm@vger.kernel.org
3857 S:      Maintained
3858 F:      tools/power/cpupower/
3859
3860 CPUID/MSR DRIVER
3861 M:      "H. Peter Anvin" <hpa@zytor.com>
3862 S:      Maintained
3863 F:      arch/x86/kernel/cpuid.c
3864 F:      arch/x86/kernel/msr.c
3865
3866 CPUIDLE DRIVER - ARM BIG LITTLE
3867 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3868 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3869 L:      linux-pm@vger.kernel.org
3870 L:      linux-arm-kernel@lists.infradead.org
3871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3872 S:      Maintained
3873 F:      drivers/cpuidle/cpuidle-big_little.c
3874
3875 CPUIDLE DRIVER - ARM EXYNOS
3876 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3877 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3878 M:      Kukjin Kim <kgene@kernel.org>
3879 L:      linux-pm@vger.kernel.org
3880 L:      linux-samsung-soc@vger.kernel.org
3881 S:      Supported
3882 F:      drivers/cpuidle/cpuidle-exynos.c
3883 F:      arch/arm/mach-exynos/pm.c
3884
3885 CPUIDLE DRIVERS
3886 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3887 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3888 L:      linux-pm@vger.kernel.org
3889 S:      Maintained
3890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3891 B:      https://bugzilla.kernel.org
3892 F:      drivers/cpuidle/*
3893 F:      include/linux/cpuidle.h
3894
3895 CRAMFS FILESYSTEM
3896 M:      Nicolas Pitre <nico@linaro.org>
3897 S:      Maintained
3898 F:      Documentation/filesystems/cramfs.txt
3899 F:      fs/cramfs/
3900
3901 CRYPTO API
3902 M:      Herbert Xu <herbert@gondor.apana.org.au>
3903 M:      "David S. Miller" <davem@davemloft.net>
3904 L:      linux-crypto@vger.kernel.org
3905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3907 S:      Maintained
3908 F:      Documentation/crypto/
3909 F:      Documentation/devicetree/bindings/crypto/
3910 F:      arch/*/crypto/
3911 F:      crypto/
3912 F:      drivers/crypto/
3913 F:      include/crypto/
3914 F:      include/linux/crypto*
3915
3916 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3917 M:      Neil Horman <nhorman@tuxdriver.com>
3918 L:      linux-crypto@vger.kernel.org
3919 S:      Maintained
3920 F:      crypto/ansi_cprng.c
3921 F:      crypto/rng.c
3922
3923 CS3308 MEDIA DRIVER
3924 M:      Hans Verkuil <hverkuil@xs4all.nl>
3925 L:      linux-media@vger.kernel.org
3926 T:      git git://linuxtv.org/media_tree.git
3927 W:      http://linuxtv.org
3928 S:      Odd Fixes
3929 F:      drivers/media/i2c/cs3308.c
3930 F:      drivers/media/i2c/cs3308.h
3931
3932 CS5535 Audio ALSA driver
3933 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3934 S:      Maintained
3935 F:      sound/pci/cs5535audio/
3936
3937 CW1200 WLAN driver
3938 M:      Solomon Peachy <pizza@shaftnet.org>
3939 S:      Maintained
3940 F:      drivers/net/wireless/st/cw1200/
3941
3942 CX18 VIDEO4LINUX DRIVER
3943 M:      Andy Walls <awalls@md.metrocast.net>
3944 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3945 L:      linux-media@vger.kernel.org
3946 T:      git git://linuxtv.org/media_tree.git
3947 W:      https://linuxtv.org
3948 W:      http://www.ivtvdriver.org/index.php/Cx18
3949 S:      Maintained
3950 F:      Documentation/media/v4l-drivers/cx18*
3951 F:      drivers/media/pci/cx18/
3952 F:      include/uapi/linux/ivtv*
3953
3954 CX2341X MPEG ENCODER HELPER MODULE
3955 M:      Hans Verkuil <hverkuil@xs4all.nl>
3956 L:      linux-media@vger.kernel.org
3957 T:      git git://linuxtv.org/media_tree.git
3958 W:      https://linuxtv.org
3959 S:      Maintained
3960 F:      drivers/media/common/cx2341x*
3961 F:      include/media/cx2341x*
3962
3963 CX24120 MEDIA DRIVER
3964 M:      Jemma Denson <jdenson@gmail.com>
3965 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3966 L:      linux-media@vger.kernel.org
3967 W:      https://linuxtv.org
3968 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3969 S:      Maintained
3970 F:      drivers/media/dvb-frontends/cx24120*
3971
3972 CX88 VIDEO4LINUX DRIVER
3973 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3974 L:      linux-media@vger.kernel.org
3975 W:      https://linuxtv.org
3976 T:      git git://linuxtv.org/media_tree.git
3977 S:      Odd fixes
3978 F:      Documentation/media/v4l-drivers/cx88*
3979 F:      drivers/media/pci/cx88/
3980
3981 CXD2820R MEDIA DRIVER
3982 M:      Antti Palosaari <crope@iki.fi>
3983 L:      linux-media@vger.kernel.org
3984 W:      https://linuxtv.org
3985 W:      http://palosaari.fi/linux/
3986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3987 T:      git git://linuxtv.org/anttip/media_tree.git
3988 S:      Maintained
3989 F:      drivers/media/dvb-frontends/cxd2820r*
3990
3991 CXGB3 ETHERNET DRIVER (CXGB3)
3992 M:      Santosh Raspatur <santosh@chelsio.com>
3993 L:      netdev@vger.kernel.org
3994 W:      http://www.chelsio.com
3995 S:      Supported
3996 F:      drivers/net/ethernet/chelsio/cxgb3/
3997
3998 CXGB3 ISCSI DRIVER (CXGB3I)
3999 M:      Karen Xie <kxie@chelsio.com>
4000 L:      linux-scsi@vger.kernel.org
4001 W:      http://www.chelsio.com
4002 S:      Supported
4003 F:      drivers/scsi/cxgbi/cxgb3i
4004
4005 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
4006 M:      Steve Wise <swise@chelsio.com>
4007 L:      linux-rdma@vger.kernel.org
4008 W:      http://www.openfabrics.org
4009 S:      Supported
4010 F:      drivers/infiniband/hw/cxgb3/
4011 F:      include/uapi/rdma/cxgb3-abi.h
4012
4013 CXGB4 CRYPTO DRIVER (chcr)
4014 M:      Harsh Jain <harsh@chelsio.com>
4015 L:      linux-crypto@vger.kernel.org
4016 W:      http://www.chelsio.com
4017 S:      Supported
4018 F:      drivers/crypto/chelsio
4019
4020 CXGB4 ETHERNET DRIVER (CXGB4)
4021 M:      Ganesh Goudar <ganeshgr@chelsio.com>
4022 L:      netdev@vger.kernel.org
4023 W:      http://www.chelsio.com
4024 S:      Supported
4025 F:      drivers/net/ethernet/chelsio/cxgb4/
4026
4027 CXGB4 ISCSI DRIVER (CXGB4I)
4028 M:      Karen Xie <kxie@chelsio.com>
4029 L:      linux-scsi@vger.kernel.org
4030 W:      http://www.chelsio.com
4031 S:      Supported
4032 F:      drivers/scsi/cxgbi/cxgb4i
4033
4034 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
4035 M:      Steve Wise <swise@chelsio.com>
4036 L:      linux-rdma@vger.kernel.org
4037 W:      http://www.openfabrics.org
4038 S:      Supported
4039 F:      drivers/infiniband/hw/cxgb4/
4040 F:      include/uapi/rdma/cxgb4-abi.h
4041
4042 CXGB4VF ETHERNET DRIVER (CXGB4VF)
4043 M:      Casey Leedom <leedom@chelsio.com>
4044 L:      netdev@vger.kernel.org
4045 W:      http://www.chelsio.com
4046 S:      Supported
4047 F:      drivers/net/ethernet/chelsio/cxgb4vf/
4048
4049 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
4050 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
4051 M:      Andrew Donnellan <andrew.donnellan@au1.ibm.com>
4052 L:      linuxppc-dev@lists.ozlabs.org
4053 S:      Supported
4054 F:      arch/powerpc/platforms/powernv/pci-cxl.c
4055 F:      drivers/misc/cxl/
4056 F:      include/misc/cxl*
4057 F:      include/uapi/misc/cxl.h
4058 F:      Documentation/powerpc/cxl.txt
4059 F:      Documentation/ABI/testing/sysfs-class-cxl
4060
4061 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
4062 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
4063 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
4064 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
4065 L:      linux-scsi@vger.kernel.org
4066 S:      Supported
4067 F:      drivers/scsi/cxlflash/
4068 F:      include/uapi/scsi/cxlflash_ioctl.h
4069 F:      Documentation/powerpc/cxlflash.txt
4070
4071 CYBERPRO FB DRIVER
4072 M:      Russell King <linux@armlinux.org.uk>
4073 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4074 W:      http://www.armlinux.org.uk/
4075 S:      Maintained
4076 F:      drivers/video/fbdev/cyber2000fb.*
4077
4078 CYCLADES ASYNC MUX DRIVER
4079 W:      http://www.cyclades.com/
4080 S:      Orphan
4081 F:      drivers/tty/cyclades.c
4082 F:      include/linux/cyclades.h
4083 F:      include/uapi/linux/cyclades.h
4084
4085 CYCLADES PC300 DRIVER
4086 W:      http://www.cyclades.com/
4087 S:      Orphan
4088 F:      drivers/net/wan/pc300*
4089
4090 CYPRESS_FIRMWARE MEDIA DRIVER
4091 M:      Antti Palosaari <crope@iki.fi>
4092 L:      linux-media@vger.kernel.org
4093 W:      https://linuxtv.org
4094 W:      http://palosaari.fi/linux/
4095 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4096 T:      git git://linuxtv.org/anttip/media_tree.git
4097 S:      Maintained
4098 F:      drivers/media/common/cypress_firmware*
4099
4100 CYTTSP TOUCHSCREEN DRIVER
4101 M:      Ferruh Yigit <fery@cypress.com>
4102 L:      linux-input@vger.kernel.org
4103 S:      Supported
4104 F:      drivers/input/touchscreen/cyttsp*
4105 F:      include/linux/input/cyttsp.h
4106
4107 D-LINK DIR-685 TOUCHKEYS DRIVER
4108 M:      Linus Walleij <linus.walleij@linaro.org>
4109 L:      linux-input@vger.kernel.org
4110 S:      Supported
4111 F:      drivers/input/keyboard/dlink-dir685-touchkeys.c
4112
4113 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
4114 M:      Joshua Kinard <kumba@gentoo.org>
4115 S:      Maintained
4116 F:      drivers/rtc/rtc-ds1685.c
4117 F:      include/linux/rtc/ds1685.h
4118
4119 DAMA SLAVE for AX.25
4120 M:      Joerg Reuter <jreuter@yaina.de>
4121 W:      http://yaina.de/jreuter/
4122 W:      http://www.qsl.net/dl1bke/
4123 L:      linux-hams@vger.kernel.org
4124 S:      Maintained
4125 F:      net/ax25/af_ax25.c
4126 F:      net/ax25/ax25_dev.c
4127 F:      net/ax25/ax25_ds_*
4128 F:      net/ax25/ax25_in.c
4129 F:      net/ax25/ax25_out.c
4130 F:      net/ax25/ax25_timer.c
4131 F:      net/ax25/sysctl_net_ax25.c
4132
4133 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4134 L:      netdev@vger.kernel.org
4135 S:      Orphan
4136 F:      Documentation/networking/dmfe.txt
4137 F:      drivers/net/ethernet/dec/tulip/dmfe.c
4138
4139 DC390/AM53C974 SCSI driver
4140 M:      Hannes Reinecke <hare@suse.com>
4141 L:      linux-scsi@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/scsi/am53c974.c
4144
4145 DC395x SCSI driver
4146 M:      Oliver Neukum <oliver@neukum.org>
4147 M:      Ali Akcaagac <aliakc@web.de>
4148 M:      Jamie Lenehan <lenehan@twibble.org>
4149 L:      dc395x@twibble.org
4150 W:      http://twibble.org/dist/dc395x/
4151 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
4152 S:      Maintained
4153 F:      Documentation/scsi/dc395x.txt
4154 F:      drivers/scsi/dc395x.*
4155
4156 DCCP PROTOCOL
4157 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
4158 L:      dccp@vger.kernel.org
4159 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4160 S:      Maintained
4161 F:      include/linux/dccp.h
4162 F:      include/uapi/linux/dccp.h
4163 F:      include/linux/tfrc.h
4164 F:      net/dccp/
4165
4166 DECnet NETWORK LAYER
4167 W:      http://linux-decnet.sourceforge.net
4168 L:      linux-decnet-user@lists.sourceforge.net
4169 S:      Orphan
4170 F:      Documentation/networking/decnet.txt
4171 F:      net/decnet/
4172
4173 DECSTATION PLATFORM SUPPORT
4174 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4175 L:      linux-mips@linux-mips.org
4176 W:      http://www.linux-mips.org/wiki/DECstation
4177 S:      Maintained
4178 F:      arch/mips/dec/
4179 F:      arch/mips/include/asm/dec/
4180 F:      arch/mips/include/asm/mach-dec/
4181
4182 DEFXX FDDI NETWORK DRIVER
4183 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4184 S:      Maintained
4185 F:      drivers/net/fddi/defxx.*
4186
4187 DELL SMBIOS DRIVER
4188 M:      Pali Rohár <pali.rohar@gmail.com>
4189 M:      Mario Limonciello <mario.limonciello@dell.com>
4190 L:      platform-driver-x86@vger.kernel.org
4191 S:      Maintained
4192 F:      drivers/platform/x86/dell-smbios.*
4193
4194 DELL SMBIOS SMM DRIVER
4195 M:      Mario Limonciello <mario.limonciello@dell.com>
4196 L:      platform-driver-x86@vger.kernel.org
4197 S:      Maintained
4198 F:      drivers/platform/x86/dell-smbios-smm.c
4199
4200 DELL SMBIOS WMI DRIVER
4201 M:      Mario Limonciello <mario.limonciello@dell.com>
4202 L:      platform-driver-x86@vger.kernel.org
4203 S:      Maintained
4204 F:      drivers/platform/x86/dell-smbios-wmi.c
4205 F:      tools/wmi/dell-smbios-example.c
4206
4207 DEFZA FDDI NETWORK DRIVER
4208 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4209 S:      Maintained
4210 F:      drivers/net/fddi/defza.*
4211
4212 DELL LAPTOP DRIVER
4213 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4214 M:      Pali Rohár <pali.rohar@gmail.com>
4215 L:      platform-driver-x86@vger.kernel.org
4216 S:      Maintained
4217 F:      drivers/platform/x86/dell-laptop.c
4218
4219 DELL LAPTOP FREEFALL DRIVER
4220 M:      Pali Rohár <pali.rohar@gmail.com>
4221 S:      Maintained
4222 F:      drivers/platform/x86/dell-smo8800.c
4223
4224 DELL LAPTOP RBTN DRIVER
4225 M:      Pali Rohár <pali.rohar@gmail.com>
4226 S:      Maintained
4227 F:      drivers/platform/x86/dell-rbtn.*
4228
4229 DELL LAPTOP SMM DRIVER
4230 M:      Pali Rohár <pali.rohar@gmail.com>
4231 S:      Maintained
4232 F:      drivers/hwmon/dell-smm-hwmon.c
4233 F:      include/uapi/linux/i8k.h
4234
4235 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4236 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
4237 S:      Maintained
4238 F:      Documentation/dcdbas.txt
4239 F:      drivers/firmware/dcdbas.*
4240
4241 DELL WMI NOTIFICATIONS DRIVER
4242 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4243 M:      Pali Rohár <pali.rohar@gmail.com>
4244 S:      Maintained
4245 F:      drivers/platform/x86/dell-wmi.c
4246
4247 DELL WMI DESCRIPTOR DRIVER
4248 M:      Mario Limonciello <mario.limonciello@dell.com>
4249 S:      Maintained
4250 F:      drivers/platform/x86/dell-wmi-descriptor.c
4251
4252 DELTA ST MEDIA DRIVER
4253 M:      Hugues Fruchet <hugues.fruchet@st.com>
4254 L:      linux-media@vger.kernel.org
4255 T:      git git://linuxtv.org/media_tree.git
4256 W:      https://linuxtv.org
4257 S:      Supported
4258 F:      drivers/media/platform/sti/delta
4259
4260 DENALI NAND DRIVER
4261 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
4262 L:      linux-mtd@lists.infradead.org
4263 S:      Supported
4264 F:      drivers/mtd/nand/raw/denali*
4265
4266 DESIGNWARE USB2 DRD IP DRIVER
4267 M:      Minas Harutyunyan <hminas@synopsys.com>
4268 L:      linux-usb@vger.kernel.org
4269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4270 S:      Maintained
4271 F:      drivers/usb/dwc2/
4272
4273 DESIGNWARE USB3 DRD IP DRIVER
4274 M:      Felipe Balbi <balbi@kernel.org>
4275 L:      linux-usb@vger.kernel.org
4276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4277 S:      Maintained
4278 F:      drivers/usb/dwc3/
4279
4280 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4281 M:      Andreas Klinger <ak@it-klinger.de>
4282 L:      linux-iio@vger.kernel.org
4283 S:      Maintained
4284 F:      Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4285 F:      drivers/iio/proximity/srf*.c
4286
4287 DEVICE COREDUMP (DEV_COREDUMP)
4288 M:      Johannes Berg <johannes@sipsolutions.net>
4289 L:      linux-kernel@vger.kernel.org
4290 S:      Maintained
4291 F:      drivers/base/devcoredump.c
4292 F:      include/linux/devcoredump.h
4293
4294 DEVICE FREQUENCY (DEVFREQ)
4295 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4296 M:      Kyungmin Park <kyungmin.park@samsung.com>
4297 R:      Chanwoo Choi <cw00.choi@samsung.com>
4298 L:      linux-pm@vger.kernel.org
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4300 S:      Maintained
4301 F:      drivers/devfreq/
4302 F:      include/linux/devfreq.h
4303 F:      Documentation/devicetree/bindings/devfreq/
4304
4305 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4306 M:      Chanwoo Choi <cw00.choi@samsung.com>
4307 L:      linux-pm@vger.kernel.org
4308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4309 S:      Supported
4310 F:      drivers/devfreq/event/
4311 F:      drivers/devfreq/devfreq-event.c
4312 F:      include/linux/devfreq-event.h
4313 F:      Documentation/devicetree/bindings/devfreq/event/
4314
4315 DEVICE NUMBER REGISTRY
4316 M:      Torben Mathiasen <device@lanana.org>
4317 W:      http://lanana.org/docs/device-list/index.html
4318 S:      Maintained
4319
4320 DEVICE-MAPPER  (LVM)
4321 M:      Alasdair Kergon <agk@redhat.com>
4322 M:      Mike Snitzer <snitzer@redhat.com>
4323 M:      dm-devel@redhat.com
4324 L:      dm-devel@redhat.com
4325 W:      http://sources.redhat.com/dm
4326 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4328 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4329 S:      Maintained
4330 F:      Documentation/device-mapper/
4331 F:      drivers/md/Makefile
4332 F:      drivers/md/Kconfig
4333 F:      drivers/md/dm*
4334 F:      drivers/md/persistent-data/
4335 F:      include/linux/device-mapper.h
4336 F:      include/linux/dm-*.h
4337 F:      include/uapi/linux/dm-*.h
4338
4339 DEVLINK
4340 M:      Jiri Pirko <jiri@mellanox.com>
4341 L:      netdev@vger.kernel.org
4342 S:      Supported
4343 F:      net/core/devlink.c
4344 F:      include/net/devlink.h
4345 F:      include/uapi/linux/devlink.h
4346
4347 DIALOG SEMICONDUCTOR DRIVERS
4348 M:      Support Opensource <support.opensource@diasemi.com>
4349 W:      http://www.dialog-semiconductor.com/products
4350 S:      Supported
4351 F:      Documentation/hwmon/da90??
4352 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4353 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4354 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4355 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4356 F:      Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4357 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4358 F:      drivers/gpio/gpio-da90??.c
4359 F:      drivers/hwmon/da90??-hwmon.c
4360 F:      drivers/iio/adc/da91??-*.c
4361 F:      drivers/input/misc/da90??_onkey.c
4362 F:      drivers/input/touchscreen/da9052_tsi.c
4363 F:      drivers/leds/leds-da90??.c
4364 F:      drivers/mfd/da903x.c
4365 F:      drivers/mfd/da90??-*.c
4366 F:      drivers/mfd/da91??-*.c
4367 F:      drivers/power/supply/da9052-battery.c
4368 F:      drivers/power/supply/da91??-*.c
4369 F:      drivers/regulator/da903x.c
4370 F:      drivers/regulator/da9???-regulator.[ch]
4371 F:      drivers/thermal/da90??-thermal.c
4372 F:      drivers/rtc/rtc-da90??.c
4373 F:      drivers/video/backlight/da90??_bl.c
4374 F:      drivers/watchdog/da90??_wdt.c
4375 F:      include/linux/mfd/da903x.h
4376 F:      include/linux/mfd/da9052/
4377 F:      include/linux/mfd/da9055/
4378 F:      include/linux/mfd/da9062/
4379 F:      include/linux/mfd/da9063/
4380 F:      include/linux/mfd/da9150/
4381 F:      include/linux/regulator/da9211.h
4382 F:      include/sound/da[79]*.h
4383 F:      sound/soc/codecs/da[79]*.[ch]
4384
4385 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4386 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4387 L:      linux-gpio@vger.kernel.org
4388 S:      Maintained
4389 F:      drivers/gpio/gpio-gpio-mm.c
4390
4391 DIGI NEO AND CLASSIC PCI PRODUCTS
4392 M:      Lidza Louina <lidza.louina@gmail.com>
4393 M:      Mark Hounschell <markh@compro.net>
4394 L:      driverdev-devel@linuxdriverproject.org
4395 S:      Maintained
4396 F:      drivers/staging/dgnc/
4397
4398 DIOLAN U2C-12 I2C DRIVER
4399 M:      Guenter Roeck <linux@roeck-us.net>
4400 L:      linux-i2c@vger.kernel.org
4401 S:      Maintained
4402 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4403
4404 FILESYSTEM DIRECT ACCESS (DAX)
4405 M:      Matthew Wilcox <willy@infradead.org>
4406 M:      Ross Zwisler <zwisler@kernel.org>
4407 M:      Jan Kara <jack@suse.cz>
4408 L:      linux-fsdevel@vger.kernel.org
4409 S:      Supported
4410 F:      fs/dax.c
4411 F:      include/linux/dax.h
4412 F:      include/trace/events/fs_dax.h
4413
4414 DEVICE DIRECT ACCESS (DAX)
4415 M:      Dan Williams <dan.j.williams@intel.com>
4416 M:      Dave Jiang <dave.jiang@intel.com>
4417 M:      Ross Zwisler <zwisler@kernel.org>
4418 M:      Vishal Verma <vishal.l.verma@intel.com>
4419 L:      linux-nvdimm@lists.01.org
4420 S:      Supported
4421 F:      drivers/dax/
4422
4423 DIRECTORY NOTIFICATION (DNOTIFY)
4424 M:      Jan Kara <jack@suse.cz>
4425 R:      Amir Goldstein <amir73il@gmail.com>
4426 L:      linux-fsdevel@vger.kernel.org
4427 S:      Maintained
4428 F:      Documentation/filesystems/dnotify.txt
4429 F:      fs/notify/dnotify/
4430 F:      include/linux/dnotify.h
4431
4432 DISK GEOMETRY AND PARTITION HANDLING
4433 M:      Andries Brouwer <aeb@cwi.nl>
4434 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4435 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4436 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4437 S:      Maintained
4438
4439 DISKQUOTA
4440 M:      Jan Kara <jack@suse.com>
4441 S:      Maintained
4442 F:      Documentation/filesystems/quota.txt
4443 F:      fs/quota/
4444 F:      include/linux/quota*.h
4445 F:      include/uapi/linux/quota*.h
4446
4447 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4448 M:      Bernie Thompson <bernie@plugable.com>
4449 L:      linux-fbdev@vger.kernel.org
4450 S:      Maintained
4451 W:      http://plugable.com/category/projects/udlfb/
4452 F:      drivers/video/fbdev/udlfb.c
4453 F:      include/video/udlfb.h
4454 F:      Documentation/fb/udlfb.txt
4455
4456 DISTRIBUTED LOCK MANAGER (DLM)
4457 M:      Christine Caulfield <ccaulfie@redhat.com>
4458 M:      David Teigland <teigland@redhat.com>
4459 L:      cluster-devel@redhat.com
4460 W:      http://sources.redhat.com/cluster/
4461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4462 S:      Supported
4463 F:      fs/dlm/
4464
4465 DMA BUFFER SHARING FRAMEWORK
4466 M:      Sumit Semwal <sumit.semwal@linaro.org>
4467 S:      Maintained
4468 L:      linux-media@vger.kernel.org
4469 L:      dri-devel@lists.freedesktop.org
4470 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4471 F:      drivers/dma-buf/
4472 F:      include/linux/dma-buf*
4473 F:      include/linux/reservation.h
4474 F:      include/linux/*fence.h
4475 F:      Documentation/driver-api/dma-buf.rst
4476 T:      git git://anongit.freedesktop.org/drm/drm-misc
4477
4478 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4479 M:      Vinod Koul <vkoul@kernel.org>
4480 L:      dmaengine@vger.kernel.org
4481 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4482 S:      Maintained
4483 F:      drivers/dma/
4484 F:      include/linux/dmaengine.h
4485 F:      include/linux/of_dma.h
4486 F:      Documentation/devicetree/bindings/dma/
4487 F:      Documentation/driver-api/dmaengine/
4488 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4489
4490 DMA MAPPING HELPERS
4491 M:      Christoph Hellwig <hch@lst.de>
4492 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4493 R:      Robin Murphy <robin.murphy@arm.com>
4494 L:      iommu@lists.linux-foundation.org
4495 T:      git git://git.infradead.org/users/hch/dma-mapping.git
4496 W:      http://git.infradead.org/users/hch/dma-mapping.git
4497 S:      Supported
4498 F:      kernel/dma/
4499 F:      include/asm-generic/dma-mapping.h
4500 F:      include/linux/dma-direct.h
4501 F:      include/linux/dma-mapping.h
4502 F:      include/linux/dma-noncoherent.h
4503
4504 DME1737 HARDWARE MONITOR DRIVER
4505 M:      Juerg Haefliger <juergh@gmail.com>
4506 L:      linux-hwmon@vger.kernel.org
4507 S:      Maintained
4508 F:      Documentation/hwmon/dme1737
4509 F:      drivers/hwmon/dme1737.c
4510
4511 DMI/SMBIOS SUPPORT
4512 M:      Jean Delvare <jdelvare@suse.com>
4513 S:      Maintained
4514 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4515 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4516 F:      drivers/firmware/dmi-id.c
4517 F:      drivers/firmware/dmi_scan.c
4518 F:      include/linux/dmi.h
4519
4520 DOCUMENTATION
4521 M:      Jonathan Corbet <corbet@lwn.net>
4522 L:      linux-doc@vger.kernel.org
4523 S:      Maintained
4524 F:      Documentation/
4525 F:      scripts/kernel-doc
4526 X:      Documentation/ABI/
4527 X:      Documentation/acpi/
4528 X:      Documentation/devicetree/
4529 X:      Documentation/i2c/
4530 X:      Documentation/media/
4531 X:      Documentation/power/
4532 X:      Documentation/spi/
4533 T:      git git://git.lwn.net/linux.git docs-next
4534
4535 DOCUMENTATION/ITALIAN
4536 M:      Federico Vaga <federico.vaga@vaga.pv.it>
4537 L:      linux-doc@vger.kernel.org
4538 S:      Maintained
4539 F:      Documentation/translations/it_IT
4540
4541 DONGWOON DW9714 LENS VOICE COIL DRIVER
4542 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4543 L:      linux-media@vger.kernel.org
4544 T:      git git://linuxtv.org/media_tree.git
4545 S:      Maintained
4546 F:      drivers/media/i2c/dw9714.c
4547
4548 DONGWOON DW9807 LENS VOICE COIL DRIVER
4549 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4550 L:      linux-media@vger.kernel.org
4551 T:      git git://linuxtv.org/media_tree.git
4552 S:      Maintained
4553 F:      drivers/media/i2c/dw9807.c
4554
4555 DOUBLETALK DRIVER
4556 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4557 L:      blinux-list@redhat.com
4558 S:      Maintained
4559 F:      drivers/char/dtlk.c
4560 F:      include/linux/dtlk.h
4561
4562 DPAA2 DATAPATH I/O (DPIO) DRIVER
4563 M:      Roy Pledge <Roy.Pledge@nxp.com>
4564 L:      linux-kernel@vger.kernel.org
4565 S:      Maintained
4566 F:      drivers/soc/fsl/dpio
4567
4568 DPAA2 ETHERNET DRIVER
4569 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4570 L:      netdev@vger.kernel.org
4571 S:      Maintained
4572 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
4573 F:      drivers/net/ethernet/freescale/dpaa2/dpni*
4574 F:      drivers/net/ethernet/freescale/dpaa2/dpkg.h
4575 F:      drivers/net/ethernet/freescale/dpaa2/Makefile
4576 F:      drivers/net/ethernet/freescale/dpaa2/Kconfig
4577
4578 DPAA2 ETHERNET SWITCH DRIVER
4579 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4580 M:      Ioana Ciornei <ioana.ciornei@nxp.com>
4581 L:      linux-kernel@vger.kernel.org
4582 S:      Maintained
4583 F:      drivers/staging/fsl-dpaa2/ethsw
4584
4585 DPAA2 PTP CLOCK DRIVER
4586 M:      Yangbo Lu <yangbo.lu@nxp.com>
4587 L:      netdev@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
4590 F:      drivers/net/ethernet/freescale/dpaa2/dprtc*
4591
4592 DPT_I2O SCSI RAID DRIVER
4593 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
4594 L:      linux-scsi@vger.kernel.org
4595 W:      http://www.adaptec.com/
4596 S:      Maintained
4597 F:      drivers/scsi/dpt*
4598 F:      drivers/scsi/dpt/
4599
4600 DRBD DRIVER
4601 M:      Philipp Reisner <philipp.reisner@linbit.com>
4602 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4603 L:      drbd-dev@lists.linbit.com
4604 W:      http://www.drbd.org
4605 T:      git git://git.linbit.com/linux-drbd.git
4606 T:      git git://git.linbit.com/drbd-8.4.git
4607 S:      Supported
4608 F:      drivers/block/drbd/
4609 F:      lib/lru_cache.c
4610 F:      Documentation/blockdev/drbd/
4611
4612 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4613 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4614 R:      "Rafael J. Wysocki" <rafael@kernel.org>
4615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4616 S:      Supported
4617 F:      Documentation/kobject.txt
4618 F:      drivers/base/
4619 F:      fs/debugfs/
4620 F:      fs/sysfs/
4621 F:      include/linux/debugfs.h
4622 F:      include/linux/kobj*
4623 F:      lib/kobj*
4624
4625 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4626 M:      Kevin Hilman <khilman@kernel.org>
4627 M:      Nishanth Menon <nm@ti.com>
4628 S:      Maintained
4629 F:      drivers/power/avs/
4630 F:      include/linux/power/smartreflex.h
4631 L:      linux-pm@vger.kernel.org
4632
4633 DRM DRIVER FOR ARM PL111 CLCD
4634 M:      Eric Anholt <eric@anholt.net>
4635 T:      git git://anongit.freedesktop.org/drm/drm-misc
4636 S:      Supported
4637 F:      drivers/gpu/drm/pl111/
4638
4639 DRM DRIVER FOR ARM VERSATILE TFT PANELS
4640 M:      Linus Walleij <linus.walleij@linaro.org>
4641 T:      git git://anongit.freedesktop.org/drm/drm-misc
4642 S:      Maintained
4643 F:      drivers/gpu/drm/panel/panel-arm-versatile.c
4644 F:      Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.txt
4645
4646 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4647 M:      Dave Airlie <airlied@redhat.com>
4648 S:      Odd Fixes
4649 F:      drivers/gpu/drm/ast/
4650
4651 DRM DRIVER FOR BOCHS VIRTUAL GPU
4652 M:      Gerd Hoffmann <kraxel@redhat.com>
4653 L:      virtualization@lists.linux-foundation.org
4654 T:      git git://anongit.freedesktop.org/drm/drm-misc
4655 S:      Maintained
4656 F:      drivers/gpu/drm/bochs/
4657
4658 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
4659 M:      Linus Walleij <linus.walleij@linaro.org>
4660 T:      git git://anongit.freedesktop.org/drm/drm-misc
4661 S:      Maintained
4662 F:      drivers/gpu/drm/tve200/
4663
4664 DRM DRIVER FOR ILITEK ILI9225 PANELS
4665 M:      David Lechner <david@lechnology.com>
4666 S:      Maintained
4667 F:      drivers/gpu/drm/tinydrm/ili9225.c
4668 F:      Documentation/devicetree/bindings/display/ilitek,ili9225.txt
4669
4670 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4671 S:      Orphan / Obsolete
4672 F:      drivers/gpu/drm/i810/
4673 F:      include/uapi/drm/i810_drm.h
4674
4675 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4676 S:      Orphan / Obsolete
4677 F:      drivers/gpu/drm/mga/
4678 F:      include/uapi/drm/mga_drm.h
4679
4680 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4681 M:      Dave Airlie <airlied@redhat.com>
4682 S:      Odd Fixes
4683 F:      drivers/gpu/drm/mgag200/
4684
4685 DRM DRIVER FOR MI0283QT
4686 M:      Noralf Trønnes <noralf@tronnes.org>
4687 S:      Maintained
4688 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4689 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4690
4691 DRM DRIVER FOR MSM ADRENO GPU
4692 M:      Rob Clark <robdclark@gmail.com>
4693 L:      linux-arm-msm@vger.kernel.org
4694 L:      dri-devel@lists.freedesktop.org
4695 L:      freedreno@lists.freedesktop.org
4696 T:      git git://people.freedesktop.org/~robclark/linux
4697 S:      Maintained
4698 F:      drivers/gpu/drm/msm/
4699 F:      include/uapi/drm/msm_drm.h
4700 F:      Documentation/devicetree/bindings/display/msm/
4701
4702 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4703 M:      Ben Skeggs <bskeggs@redhat.com>
4704 L:      dri-devel@lists.freedesktop.org
4705 L:      nouveau@lists.freedesktop.org
4706 T:      git git://github.com/skeggsb/linux
4707 S:      Supported
4708 F:      drivers/gpu/drm/nouveau/
4709 F:      include/uapi/drm/nouveau_drm.h
4710
4711 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4712 M:      Noralf Trønnes <noralf@tronnes.org>
4713 S:      Maintained
4714 F:      drivers/gpu/drm/tinydrm/repaper.c
4715 F:      Documentation/devicetree/bindings/display/repaper.txt
4716
4717 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4718 M:      Dave Airlie <airlied@redhat.com>
4719 M:      Gerd Hoffmann <kraxel@redhat.com>
4720 L:      virtualization@lists.linux-foundation.org
4721 T:      git git://anongit.freedesktop.org/drm/drm-misc
4722 S:      Obsolete
4723 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4724 F:      drivers/gpu/drm/cirrus/
4725
4726 DRM DRIVER FOR QXL VIRTUAL GPU
4727 M:      Dave Airlie <airlied@redhat.com>
4728 M:      Gerd Hoffmann <kraxel@redhat.com>
4729 L:      virtualization@lists.linux-foundation.org
4730 T:      git git://anongit.freedesktop.org/drm/drm-misc
4731 S:      Maintained
4732 F:      drivers/gpu/drm/qxl/
4733 F:      include/uapi/drm/qxl_drm.h
4734
4735 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4736 S:      Orphan / Obsolete
4737 F:      drivers/gpu/drm/r128/
4738 F:      include/uapi/drm/r128_drm.h
4739
4740 DRM DRIVER FOR SAVAGE VIDEO CARDS
4741 S:      Orphan / Obsolete
4742 F:      drivers/gpu/drm/savage/
4743 F:      include/uapi/drm/savage_drm.h
4744
4745 DRM DRIVER FOR SIS VIDEO CARDS
4746 S:      Orphan / Obsolete
4747 F:      drivers/gpu/drm/sis/
4748 F:      include/uapi/drm/sis_drm.h
4749
4750 DRM DRIVER FOR SITRONIX ST7586 PANELS
4751 M:      David Lechner <david@lechnology.com>
4752 S:      Maintained
4753 F:      drivers/gpu/drm/tinydrm/st7586.c
4754 F:      Documentation/devicetree/bindings/display/sitronix,st7586.txt
4755
4756 DRM DRIVER FOR SITRONIX ST7735R PANELS
4757 M:      David Lechner <david@lechnology.com>
4758 S:      Maintained
4759 F:      drivers/gpu/drm/tinydrm/st7735r.c
4760 F:      Documentation/devicetree/bindings/display/sitronix,st7735r.txt
4761
4762 DRM DRIVER FOR TDFX VIDEO CARDS
4763 S:      Orphan / Obsolete
4764 F:      drivers/gpu/drm/tdfx/
4765
4766 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4767 M:      Dave Airlie <airlied@redhat.com>
4768 R:      Sean Paul <sean@poorly.run>
4769 L:      dri-devel@lists.freedesktop.org
4770 S:      Odd Fixes
4771 F:      drivers/gpu/drm/udl/
4772 T:      git git://anongit.freedesktop.org/drm/drm-misc
4773
4774 DRM DRIVER FOR VMWARE VIRTUAL GPU
4775 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4776 M:      Sinclair Yeh <syeh@vmware.com>
4777 M:      Thomas Hellstrom <thellstrom@vmware.com>
4778 L:      dri-devel@lists.freedesktop.org
4779 T:      git git://people.freedesktop.org/~syeh/repos_linux
4780 T:      git git://people.freedesktop.org/~thomash/linux
4781 S:      Supported
4782 F:      drivers/gpu/drm/vmwgfx/
4783 F:      include/uapi/drm/vmwgfx_drm.h
4784
4785 DRM DRIVERS
4786 M:      David Airlie <airlied@linux.ie>
4787 L:      dri-devel@lists.freedesktop.org
4788 T:      git git://anongit.freedesktop.org/drm/drm
4789 B:      https://bugs.freedesktop.org/
4790 C:      irc://chat.freenode.net/dri-devel
4791 S:      Maintained
4792 F:      drivers/gpu/drm/
4793 F:      drivers/gpu/vga/
4794 F:      Documentation/devicetree/bindings/display/
4795 F:      Documentation/devicetree/bindings/gpu/
4796 F:      Documentation/gpu/
4797 F:      include/drm/
4798 F:      include/uapi/drm/
4799 F:      include/linux/vga*
4800
4801 DRM DRIVERS AND MISC GPU PATCHES
4802 M:      Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
4803 M:      Maxime Ripard <maxime.ripard@bootlin.com>
4804 M:      Sean Paul <sean@poorly.run>
4805 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4806 S:      Maintained
4807 T:      git git://anongit.freedesktop.org/drm/drm-misc
4808 F:      Documentation/gpu/
4809 F:      drivers/gpu/vga/
4810 F:      drivers/gpu/drm/*
4811 F:      include/drm/drm*
4812 F:      include/uapi/drm/drm*
4813 F:      include/linux/vga*
4814
4815 DRM DRIVERS FOR ALLWINNER A10
4816 M:      Maxime Ripard  <maxime.ripard@bootlin.com>
4817 L:      dri-devel@lists.freedesktop.org
4818 S:      Supported
4819 F:      drivers/gpu/drm/sun4i/
4820 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4821 T:      git git://anongit.freedesktop.org/drm/drm-misc
4822
4823 DRM DRIVERS FOR AMLOGIC SOCS
4824 M:      Neil Armstrong <narmstrong@baylibre.com>
4825 L:      dri-devel@lists.freedesktop.org
4826 L:      linux-amlogic@lists.infradead.org
4827 W:      http://linux-meson.com/
4828 S:      Supported
4829 F:      drivers/gpu/drm/meson/
4830 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4831 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4832 F:      Documentation/gpu/meson.rst
4833 T:      git git://anongit.freedesktop.org/drm/drm-misc
4834
4835 DRM DRIVERS FOR ATMEL HLCDC
4836 M:      Boris Brezillon <boris.brezillon@bootlin.com>
4837 L:      dri-devel@lists.freedesktop.org
4838 S:      Supported
4839 F:      drivers/gpu/drm/atmel-hlcdc/
4840 F:      Documentation/devicetree/bindings/display/atmel/
4841 T:      git git://anongit.freedesktop.org/drm/drm-misc
4842
4843 DRM DRIVERS FOR BRIDGE CHIPS
4844 M:      Archit Taneja <architt@codeaurora.org>
4845 M:      Andrzej Hajda <a.hajda@samsung.com>
4846 R:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4847 S:      Maintained
4848 T:      git git://anongit.freedesktop.org/drm/drm-misc
4849 F:      drivers/gpu/drm/bridge/
4850
4851 DRM DRIVERS FOR EXYNOS
4852 M:      Inki Dae <inki.dae@samsung.com>
4853 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4854 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4855 M:      Kyungmin Park <kyungmin.park@samsung.com>
4856 L:      dri-devel@lists.freedesktop.org
4857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4858 S:      Supported
4859 F:      drivers/gpu/drm/exynos/
4860 F:      include/uapi/drm/exynos_drm.h
4861 F:      Documentation/devicetree/bindings/display/exynos/
4862
4863 DRM DRIVERS FOR FREESCALE DCU
4864 M:      Stefan Agner <stefan@agner.ch>
4865 M:      Alison Wang <alison.wang@nxp.com>
4866 L:      dri-devel@lists.freedesktop.org
4867 S:      Supported
4868 F:      drivers/gpu/drm/fsl-dcu/
4869 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4870 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4871 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
4872 T:      git git://anongit.freedesktop.org/drm/drm-misc
4873
4874 DRM DRIVERS FOR FREESCALE IMX
4875 M:      Philipp Zabel <p.zabel@pengutronix.de>
4876 L:      dri-devel@lists.freedesktop.org
4877 S:      Maintained
4878 F:      drivers/gpu/drm/imx/
4879 F:      drivers/gpu/ipu-v3/
4880 F:      Documentation/devicetree/bindings/display/imx/
4881
4882 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4883 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4884 L:      dri-devel@lists.freedesktop.org
4885 T:      git git://github.com/patjak/drm-gma500
4886 S:      Maintained
4887 F:      drivers/gpu/drm/gma500/
4888
4889 DRM DRIVERS FOR HISILICON
4890 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4891 M:      Rongrong Zou <zourongrong@gmail.com>
4892 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4893 R:      Chen Feng <puck.chen@hisilicon.com>
4894 L:      dri-devel@lists.freedesktop.org
4895 T:      git git://github.com/xin3liang/linux.git
4896 S:      Maintained
4897 F:      drivers/gpu/drm/hisilicon/
4898 F:      Documentation/devicetree/bindings/display/hisilicon/
4899
4900 DRM DRIVERS FOR MEDIATEK
4901 M:      CK Hu <ck.hu@mediatek.com>
4902 M:      Philipp Zabel <p.zabel@pengutronix.de>
4903 L:      dri-devel@lists.freedesktop.org
4904 S:      Supported
4905 F:      drivers/gpu/drm/mediatek/
4906 F:      Documentation/devicetree/bindings/display/mediatek/
4907
4908 DRM DRIVERS FOR NVIDIA TEGRA
4909 M:      Thierry Reding <thierry.reding@gmail.com>
4910 L:      dri-devel@lists.freedesktop.org
4911 L:      linux-tegra@vger.kernel.org
4912 T:      git git://anongit.freedesktop.org/tegra/linux.git
4913 S:      Supported
4914 F:      drivers/gpu/drm/tegra/
4915 F:      drivers/gpu/host1x/
4916 F:      include/linux/host1x.h
4917 F:      include/uapi/drm/tegra_drm.h
4918 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4919
4920 DRM DRIVERS FOR RENESAS
4921 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4922 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
4923 L:      dri-devel@lists.freedesktop.org
4924 L:      linux-renesas-soc@vger.kernel.org
4925 T:      git git://linuxtv.org/pinchartl/media drm/du/next
4926 S:      Supported
4927 F:      drivers/gpu/drm/rcar-du/
4928 F:      drivers/gpu/drm/shmobile/
4929 F:      include/linux/platform_data/shmob_drm.h
4930 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4931 F:      Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
4932 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4933
4934 DRM DRIVERS FOR ROCKCHIP
4935 M:      Sandy Huang <hjc@rock-chips.com>
4936 M:      Heiko Stübner <heiko@sntech.de>
4937 L:      dri-devel@lists.freedesktop.org
4938 S:      Maintained
4939 F:      drivers/gpu/drm/rockchip/
4940 F:      Documentation/devicetree/bindings/display/rockchip/
4941 T:      git git://anongit.freedesktop.org/drm/drm-misc
4942
4943 DRM DRIVERS FOR STI
4944 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4945 M:      Vincent Abriou <vincent.abriou@st.com>
4946 L:      dri-devel@lists.freedesktop.org
4947 T:      git git://anongit.freedesktop.org/drm/drm-misc
4948 S:      Maintained
4949 F:      drivers/gpu/drm/sti
4950 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4951
4952 DRM DRIVERS FOR STM
4953 M:      Yannick Fertre <yannick.fertre@st.com>
4954 M:      Philippe Cornu <philippe.cornu@st.com>
4955 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4956 M:      Vincent Abriou <vincent.abriou@st.com>
4957 L:      dri-devel@lists.freedesktop.org
4958 T:      git git://anongit.freedesktop.org/drm/drm-misc
4959 S:      Maintained
4960 F:      drivers/gpu/drm/stm
4961 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4962
4963 DRM DRIVERS FOR TI LCDC
4964 M:      Jyri Sarha <jsarha@ti.com>
4965 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4966 L:      dri-devel@lists.freedesktop.org
4967 S:      Maintained
4968 F:      drivers/gpu/drm/tilcdc/
4969 F:      Documentation/devicetree/bindings/display/tilcdc/
4970
4971 DRM DRIVERS FOR TI OMAP
4972 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4973 L:      dri-devel@lists.freedesktop.org
4974 S:      Maintained
4975 F:      drivers/gpu/drm/omapdrm/
4976 F:      Documentation/devicetree/bindings/display/ti/
4977
4978 DRM DRIVERS FOR V3D
4979 M:      Eric Anholt <eric@anholt.net>
4980 S:      Supported
4981 F:      drivers/gpu/drm/v3d/
4982 F:      include/uapi/drm/v3d_drm.h
4983 F:      Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt
4984 T:      git git://anongit.freedesktop.org/drm/drm-misc
4985
4986 DRM DRIVERS FOR VC4
4987 M:      Eric Anholt <eric@anholt.net>
4988 T:      git git://github.com/anholt/linux
4989 S:      Supported
4990 F:      drivers/gpu/drm/vc4/
4991 F:      include/uapi/drm/vc4_drm.h
4992 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4993 T:      git git://anongit.freedesktop.org/drm/drm-misc
4994
4995 DRM DRIVERS FOR VIVANTE GPU IP
4996 M:      Lucas Stach <l.stach@pengutronix.de>
4997 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4998 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4999 L:      etnaviv@lists.freedesktop.org
5000 L:      dri-devel@lists.freedesktop.org
5001 S:      Maintained
5002 F:      drivers/gpu/drm/etnaviv/
5003 F:      include/uapi/drm/etnaviv_drm.h
5004 F:      Documentation/devicetree/bindings/display/etnaviv/
5005
5006 DRM DRIVERS FOR ZTE ZX
5007 M:      Shawn Guo <shawnguo@kernel.org>
5008 L:      dri-devel@lists.freedesktop.org
5009 S:      Maintained
5010 F:      drivers/gpu/drm/zte/
5011 F:      Documentation/devicetree/bindings/display/zte,vou.txt
5012 T:      git git://anongit.freedesktop.org/drm/drm-misc
5013
5014 DRM PANEL DRIVERS
5015 M:      Thierry Reding <thierry.reding@gmail.com>
5016 L:      dri-devel@lists.freedesktop.org
5017 T:      git git://anongit.freedesktop.org/drm/drm-misc
5018 S:      Maintained
5019 F:      drivers/gpu/drm/drm_panel.c
5020 F:      drivers/gpu/drm/panel/
5021 F:      include/drm/drm_panel.h
5022 F:      Documentation/devicetree/bindings/display/panel/
5023
5024 DRM TINYDRM DRIVERS
5025 M:      Noralf Trønnes <noralf@tronnes.org>
5026 W:      https://github.com/notro/tinydrm/wiki/Development
5027 T:      git git://anongit.freedesktop.org/drm/drm-misc
5028 S:      Maintained
5029 F:      drivers/gpu/drm/tinydrm/
5030 F:      include/drm/tinydrm/
5031
5032 DRM DRIVERS FOR XEN
5033 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
5034 T:      git git://anongit.freedesktop.org/drm/drm-misc
5035 L:      dri-devel@lists.freedesktop.org
5036 L:      xen-devel@lists.xen.org
5037 S:      Supported
5038 F:      drivers/gpu/drm/xen/
5039 F:      Documentation/gpu/xen-front.rst
5040
5041 DRM TTM SUBSYSTEM
5042 M:      Christian Koenig <christian.koenig@amd.com>
5043 M:      Huang Rui <ray.huang@amd.com>
5044 M:      Junwei Zhang <Jerry.Zhang@amd.com>
5045 T:      git git://people.freedesktop.org/~agd5f/linux
5046 S:      Maintained
5047 L:      dri-devel@lists.freedesktop.org
5048 F:      include/drm/ttm/
5049 F:      drivers/gpu/drm/ttm/
5050
5051 DSBR100 USB FM RADIO DRIVER
5052 M:      Alexey Klimov <klimov.linux@gmail.com>
5053 L:      linux-media@vger.kernel.org
5054 T:      git git://linuxtv.org/media_tree.git
5055 S:      Maintained
5056 F:      drivers/media/radio/dsbr100.c
5057
5058 DSCC4 DRIVER
5059 M:      Francois Romieu <romieu@fr.zoreil.com>
5060 L:      netdev@vger.kernel.org
5061 S:      Maintained
5062 F:      drivers/net/wan/dscc4.c
5063
5064 DT3155 MEDIA DRIVER
5065 M:      Hans Verkuil <hverkuil@xs4all.nl>
5066 L:      linux-media@vger.kernel.org
5067 T:      git git://linuxtv.org/media_tree.git
5068 W:      https://linuxtv.org
5069 S:      Odd Fixes
5070 F:      drivers/media/pci/dt3155/
5071
5072 DVB_USB_AF9015 MEDIA DRIVER
5073 M:      Antti Palosaari <crope@iki.fi>
5074 L:      linux-media@vger.kernel.org
5075 W:      https://linuxtv.org
5076 W:      http://palosaari.fi/linux/
5077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5078 T:      git git://linuxtv.org/anttip/media_tree.git
5079 S:      Maintained
5080 F:      drivers/media/usb/dvb-usb-v2/af9015*
5081
5082 DVB_USB_AF9035 MEDIA DRIVER
5083 M:      Antti Palosaari <crope@iki.fi>
5084 L:      linux-media@vger.kernel.org
5085 W:      https://linuxtv.org
5086 W:      http://palosaari.fi/linux/
5087 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5088 T:      git git://linuxtv.org/anttip/media_tree.git
5089 S:      Maintained
5090 F:      drivers/media/usb/dvb-usb-v2/af9035*
5091
5092 DVB_USB_ANYSEE MEDIA DRIVER
5093 M:      Antti Palosaari <crope@iki.fi>
5094 L:      linux-media@vger.kernel.org
5095 W:      https://linuxtv.org
5096 W:      http://palosaari.fi/linux/
5097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5098 T:      git git://linuxtv.org/anttip/media_tree.git
5099 S:      Maintained
5100 F:      drivers/media/usb/dvb-usb-v2/anysee*
5101
5102 DVB_USB_AU6610 MEDIA DRIVER
5103 M:      Antti Palosaari <crope@iki.fi>
5104 L:      linux-media@vger.kernel.org
5105 W:      https://linuxtv.org
5106 W:      http://palosaari.fi/linux/
5107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5108 T:      git git://linuxtv.org/anttip/media_tree.git
5109 S:      Maintained
5110 F:      drivers/media/usb/dvb-usb-v2/au6610*
5111
5112 DVB_USB_CE6230 MEDIA DRIVER
5113 M:      Antti Palosaari <crope@iki.fi>
5114 L:      linux-media@vger.kernel.org
5115 W:      https://linuxtv.org
5116 W:      http://palosaari.fi/linux/
5117 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5118 T:      git git://linuxtv.org/anttip/media_tree.git
5119 S:      Maintained
5120 F:      drivers/media/usb/dvb-usb-v2/ce6230*
5121
5122 DVB_USB_CXUSB MEDIA DRIVER
5123 M:      Michael Krufky <mkrufky@linuxtv.org>
5124 L:      linux-media@vger.kernel.org
5125 W:      https://linuxtv.org
5126 W:      http://github.com/mkrufky
5127 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5128 T:      git git://linuxtv.org/media_tree.git
5129 S:      Maintained
5130 F:      drivers/media/usb/dvb-usb/cxusb*
5131
5132 DVB_USB_EC168 MEDIA DRIVER
5133 M:      Antti Palosaari <crope@iki.fi>
5134 L:      linux-media@vger.kernel.org
5135 W:      https://linuxtv.org
5136 W:      http://palosaari.fi/linux/
5137 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5138 T:      git git://linuxtv.org/anttip/media_tree.git
5139 S:      Maintained
5140 F:      drivers/media/usb/dvb-usb-v2/ec168*
5141
5142 DVB_USB_GL861 MEDIA DRIVER
5143 M:      Antti Palosaari <crope@iki.fi>
5144 L:      linux-media@vger.kernel.org
5145 W:      https://linuxtv.org
5146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5147 T:      git git://linuxtv.org/anttip/media_tree.git
5148 S:      Maintained
5149 F:      drivers/media/usb/dvb-usb-v2/gl861*
5150
5151 DVB_USB_MXL111SF MEDIA DRIVER
5152 M:      Michael Krufky <mkrufky@linuxtv.org>
5153 L:      linux-media@vger.kernel.org
5154 W:      https://linuxtv.org
5155 W:      http://github.com/mkrufky
5156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5157 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
5158 S:      Maintained
5159 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
5160
5161 DVB_USB_RTL28XXU MEDIA DRIVER
5162 M:      Antti Palosaari <crope@iki.fi>
5163 L:      linux-media@vger.kernel.org
5164 W:      https://linuxtv.org
5165 W:      http://palosaari.fi/linux/
5166 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5167 T:      git git://linuxtv.org/anttip/media_tree.git
5168 S:      Maintained
5169 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
5170
5171 DVB_USB_V2 MEDIA DRIVER
5172 M:      Antti Palosaari <crope@iki.fi>
5173 L:      linux-media@vger.kernel.org
5174 W:      https://linuxtv.org
5175 W:      http://palosaari.fi/linux/
5176 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5177 T:      git git://linuxtv.org/anttip/media_tree.git
5178 S:      Maintained
5179 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
5180 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
5181
5182 DYNAMIC DEBUG
5183 M:      Jason Baron <jbaron@akamai.com>
5184 S:      Maintained
5185 F:      lib/dynamic_debug.c
5186 F:      include/linux/dynamic_debug.h
5187
5188 DYNAMIC INTERRUPT MODERATION
5189 M:      Tal Gilboa <talgi@mellanox.com>
5190 S:      Maintained
5191 F:      include/linux/net_dim.h
5192
5193 DZ DECSTATION DZ11 SERIAL DRIVER
5194 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5195 S:      Maintained
5196 F:      drivers/tty/serial/dz.*
5197
5198 E3X0 POWER BUTTON DRIVER
5199 M:      Moritz Fischer <moritz.fischer@ettus.com>
5200 L:      usrp-users@lists.ettus.com
5201 W:      http://www.ettus.com
5202 S:      Supported
5203 F:      drivers/input/misc/e3x0-button.c
5204 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
5205
5206 E4000 MEDIA DRIVER
5207 M:      Antti Palosaari <crope@iki.fi>
5208 L:      linux-media@vger.kernel.org
5209 W:      https://linuxtv.org
5210 W:      http://palosaari.fi/linux/
5211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5212 T:      git git://linuxtv.org/anttip/media_tree.git
5213 S:      Maintained
5214 F:      drivers/media/tuners/e4000*
5215
5216 EARTH_PT1 MEDIA DRIVER
5217 M:      Akihiro Tsukada <tskd08@gmail.com>
5218 L:      linux-media@vger.kernel.org
5219 S:      Odd Fixes
5220 F:      drivers/media/pci/pt1/
5221
5222 EARTH_PT3 MEDIA DRIVER
5223 M:      Akihiro Tsukada <tskd08@gmail.com>
5224 L:      linux-media@vger.kernel.org
5225 S:      Odd Fixes
5226 F:      drivers/media/pci/pt3/
5227
5228 EC100 MEDIA DRIVER
5229 M:      Antti Palosaari <crope@iki.fi>
5230 L:      linux-media@vger.kernel.org
5231 W:      https://linuxtv.org
5232 W:      http://palosaari.fi/linux/
5233 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5234 T:      git git://linuxtv.org/anttip/media_tree.git
5235 S:      Maintained
5236 F:      drivers/media/dvb-frontends/ec100*
5237
5238 ECRYPT FILE SYSTEM
5239 M:      Tyler Hicks <tyhicks@canonical.com>
5240 L:      ecryptfs@vger.kernel.org
5241 W:      http://ecryptfs.org
5242 W:      https://launchpad.net/ecryptfs
5243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
5244 S:      Supported
5245 F:      Documentation/filesystems/ecryptfs.txt
5246 F:      fs/ecryptfs/
5247
5248 EDAC-AMD64
5249 M:      Borislav Petkov <bp@alien8.de>
5250 L:      linux-edac@vger.kernel.org
5251 S:      Maintained
5252 F:      drivers/edac/amd64_edac*
5253
5254 EDAC-CALXEDA
5255 M:      Robert Richter <rric@kernel.org>
5256 L:      linux-edac@vger.kernel.org
5257 S:      Maintained
5258 F:      drivers/edac/highbank*
5259
5260 EDAC-CAVIUM OCTEON
5261 M:      Ralf Baechle <ralf@linux-mips.org>
5262 M:      David Daney <david.daney@cavium.com>
5263 L:      linux-edac@vger.kernel.org
5264 L:      linux-mips@linux-mips.org
5265 S:      Supported
5266 F:      drivers/edac/octeon_edac*
5267
5268 EDAC-CAVIUM THUNDERX
5269 M:      David Daney <david.daney@cavium.com>
5270 M:      Jan Glauber <jglauber@cavium.com>
5271 L:      linux-edac@vger.kernel.org
5272 S:      Supported
5273 F:      drivers/edac/thunderx_edac*
5274
5275 EDAC-CORE
5276 M:      Borislav Petkov <bp@alien8.de>
5277 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5278 L:      linux-edac@vger.kernel.org
5279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
5281 S:      Supported
5282 F:      Documentation/admin-guide/ras.rst
5283 F:      Documentation/driver-api/edac.rst
5284 F:      drivers/edac/
5285 F:      include/linux/edac.h
5286
5287 EDAC-E752X
5288 M:      Mark Gross <mark.gross@intel.com>
5289 L:      linux-edac@vger.kernel.org
5290 S:      Maintained
5291 F:      drivers/edac/e752x_edac.c
5292
5293 EDAC-E7XXX
5294 L:      linux-edac@vger.kernel.org
5295 S:      Maintained
5296 F:      drivers/edac/e7xxx_edac.c
5297
5298 EDAC-FSL_DDR
5299 M:      York Sun <york.sun@nxp.com>
5300 L:      linux-edac@vger.kernel.org
5301 S:      Maintained
5302 F:      drivers/edac/fsl_ddr_edac.*
5303
5304 EDAC-GHES
5305 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5306 L:      linux-edac@vger.kernel.org
5307 S:      Maintained
5308 F:      drivers/edac/ghes_edac.c
5309
5310 EDAC-I3000
5311 L:      linux-edac@vger.kernel.org
5312 S:      Orphan
5313 F:      drivers/edac/i3000_edac.c
5314
5315 EDAC-I5000
5316 L:      linux-edac@vger.kernel.org
5317 S:      Maintained
5318 F:      drivers/edac/i5000_edac.c
5319
5320 EDAC-I5400
5321 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5322 L:      linux-edac@vger.kernel.org
5323 S:      Maintained
5324 F:      drivers/edac/i5400_edac.c
5325
5326 EDAC-I7300
5327 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5328 L:      linux-edac@vger.kernel.org
5329 S:      Maintained
5330 F:      drivers/edac/i7300_edac.c
5331
5332 EDAC-I7CORE
5333 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5334 L:      linux-edac@vger.kernel.org
5335 S:      Maintained
5336 F:      drivers/edac/i7core_edac.c
5337
5338 EDAC-I82443BXGX
5339 M:      Tim Small <tim@buttersideup.com>
5340 L:      linux-edac@vger.kernel.org
5341 S:      Maintained
5342 F:      drivers/edac/i82443bxgx_edac.c
5343
5344 EDAC-I82975X
5345 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
5346 M:      "Arvind R." <arvino55@gmail.com>
5347 L:      linux-edac@vger.kernel.org
5348 S:      Maintained
5349 F:      drivers/edac/i82975x_edac.c
5350
5351 EDAC-IE31200
5352 M:      Jason Baron <jbaron@akamai.com>
5353 L:      linux-edac@vger.kernel.org
5354 S:      Maintained
5355 F:      drivers/edac/ie31200_edac.c
5356
5357 EDAC-MPC85XX
5358 M:      Johannes Thumshirn <morbidrsa@gmail.com>
5359 L:      linux-edac@vger.kernel.org
5360 S:      Maintained
5361 F:      drivers/edac/mpc85xx_edac.[ch]
5362
5363 EDAC-PASEMI
5364 M:      Egor Martovetsky <egor@pasemi.com>
5365 L:      linux-edac@vger.kernel.org
5366 S:      Maintained
5367 F:      drivers/edac/pasemi_edac.c
5368
5369 EDAC-PND2
5370 M:      Tony Luck <tony.luck@intel.com>
5371 L:      linux-edac@vger.kernel.org
5372 S:      Maintained
5373 F:      drivers/edac/pnd2_edac.[ch]
5374
5375 EDAC-R82600
5376 M:      Tim Small <tim@buttersideup.com>
5377 L:      linux-edac@vger.kernel.org
5378 S:      Maintained
5379 F:      drivers/edac/r82600_edac.c
5380
5381 EDAC-SBRIDGE
5382 M:      Tony Luck <tony.luck@intel.com>
5383 R:      Qiuxu Zhuo <qiuxu.zhuo@intel.com>
5384 L:      linux-edac@vger.kernel.org
5385 S:      Maintained
5386 F:      drivers/edac/sb_edac.c
5387
5388 EDAC-SKYLAKE
5389 M:      Tony Luck <tony.luck@intel.com>
5390 L:      linux-edac@vger.kernel.org
5391 S:      Maintained
5392 F:      drivers/edac/skx_edac.c
5393
5394 EDAC-TI
5395 M:      Tero Kristo <t-kristo@ti.com>
5396 L:      linux-edac@vger.kernel.org
5397 S:      Maintained
5398 F:      drivers/edac/ti_edac.c
5399
5400 EDIROL UA-101/UA-1000 DRIVER
5401 M:      Clemens Ladisch <clemens@ladisch.de>
5402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5403 T:      git git://git.alsa-project.org/alsa-kernel.git
5404 S:      Maintained
5405 F:      sound/usb/misc/ua101.c
5406
5407 EFI TEST DRIVER
5408 L:      linux-efi@vger.kernel.org
5409 M:      Ivan Hu <ivan.hu@canonical.com>
5410 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5411 S:      Maintained
5412 F:      drivers/firmware/efi/test/
5413
5414 EFI VARIABLE FILESYSTEM
5415 M:      Matthew Garrett <matthew.garrett@nebula.com>
5416 M:      Jeremy Kerr <jk@ozlabs.org>
5417 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5419 L:      linux-efi@vger.kernel.org
5420 S:      Maintained
5421 F:      fs/efivarfs/
5422
5423 EFIFB FRAMEBUFFER DRIVER
5424 L:      linux-fbdev@vger.kernel.org
5425 M:      Peter Jones <pjones@redhat.com>
5426 S:      Maintained
5427 F:      drivers/video/fbdev/efifb.c
5428
5429 EFS FILESYSTEM
5430 W:      http://aeschi.ch.eu.org/efs/
5431 S:      Orphan
5432 F:      fs/efs/
5433
5434 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5435 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
5436 L:      netdev@vger.kernel.org
5437 S:      Maintained
5438 F:      drivers/net/ethernet/ibm/ehea/
5439
5440 EM28XX VIDEO4LINUX DRIVER
5441 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5442 L:      linux-media@vger.kernel.org
5443 W:      https://linuxtv.org
5444 T:      git git://linuxtv.org/media_tree.git
5445 S:      Maintained
5446 F:      drivers/media/usb/em28xx/
5447 F:      Documentation/media/v4l-drivers/em28xx*
5448
5449 EMBEDDED LINUX
5450 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
5451 M:      Matt Mackall <mpm@selenic.com>
5452 M:      David Woodhouse <dwmw2@infradead.org>
5453 L:      linux-embedded@vger.kernel.org
5454 S:      Maintained
5455
5456 Emulex 10Gbps iSCSI - OneConnect DRIVER
5457 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5458 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
5459 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5460 L:      linux-scsi@vger.kernel.org
5461 W:      http://www.broadcom.com
5462 S:      Supported
5463 F:      drivers/scsi/be2iscsi/
5464
5465 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5466 M:      Sathya Perla <sathya.perla@broadcom.com>
5467 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
5468 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
5469 M:      Somnath Kotur <somnath.kotur@broadcom.com>
5470 L:      netdev@vger.kernel.org
5471 W:      http://www.emulex.com
5472 S:      Supported
5473 F:      drivers/net/ethernet/emulex/benet/
5474
5475 EMULEX ONECONNECT ROCE DRIVER
5476 M:      Selvin Xavier <selvin.xavier@broadcom.com>
5477 M:      Devesh Sharma <devesh.sharma@broadcom.com>
5478 L:      linux-rdma@vger.kernel.org
5479 W:      http://www.broadcom.com
5480 S:      Odd Fixes
5481 F:      drivers/infiniband/hw/ocrdma/
5482 F:      include/uapi/rdma/ocrdma-abi.h
5483
5484 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5485 M:      James Smart <james.smart@broadcom.com>
5486 M:      Dick Kennedy <dick.kennedy@broadcom.com>
5487 L:      linux-scsi@vger.kernel.org
5488 W:      http://www.broadcom.com
5489 S:      Supported
5490 F:      drivers/scsi/lpfc/
5491
5492 ENE CB710 FLASH CARD READER DRIVER
5493 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
5494 S:      Maintained
5495 F:      drivers/misc/cb710/
5496 F:      drivers/mmc/host/cb710-mmc.*
5497 F:      include/linux/cb710.h
5498
5499 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5500 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5501 S:      Maintained
5502 F:      drivers/media/rc/ene_ir.*
5503
5504 EPSON S1D13XXX FRAMEBUFFER DRIVER
5505 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
5506 S:      Maintained
5507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5508 F:      drivers/video/fbdev/s1d13xxxfb.c
5509 F:      include/video/s1d13xxxfb.h
5510
5511 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5512 M:      Jeff Layton <jlayton@kernel.org>
5513 S:      Maintained
5514 F:      lib/errseq.c
5515 F:      include/linux/errseq.h
5516
5517 ET131X NETWORK DRIVER
5518 M:      Mark Einon <mark.einon@gmail.com>
5519 S:      Odd Fixes
5520 F:      drivers/net/ethernet/agere/
5521
5522 ETHERNET BRIDGE
5523 M:      Roopa Prabhu <roopa@cumulusnetworks.com>
5524 M:      Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
5525 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
5526 L:      netdev@vger.kernel.org
5527 W:      http://www.linuxfoundation.org/en/Net:Bridge
5528 S:      Maintained
5529 F:      include/linux/netfilter_bridge/
5530 F:      net/bridge/
5531
5532 ETHERNET PHY LIBRARY
5533 M:      Andrew Lunn <andrew@lunn.ch>
5534 M:      Florian Fainelli <f.fainelli@gmail.com>
5535 L:      netdev@vger.kernel.org
5536 S:      Maintained
5537 F:      Documentation/ABI/testing/sysfs-bus-mdio
5538 F:      Documentation/devicetree/bindings/net/mdio*
5539 F:      Documentation/networking/phy.txt
5540 F:      drivers/net/phy/
5541 F:      drivers/of/of_mdio.c
5542 F:      drivers/of/of_net.c
5543 F:      include/linux/*mdio*.h
5544 F:      include/linux/of_net.h
5545 F:      include/linux/phy.h
5546 F:      include/linux/phy_fixed.h
5547 F:      include/linux/platform_data/mdio-bcm-unimac.h
5548 F:      include/trace/events/mdio.h
5549 F:      include/uapi/linux/mdio.h
5550 F:      include/uapi/linux/mii.h
5551
5552 EXT2 FILE SYSTEM
5553 M:      Jan Kara <jack@suse.com>
5554 L:      linux-ext4@vger.kernel.org
5555 S:      Maintained
5556 F:      Documentation/filesystems/ext2.txt
5557 F:      fs/ext2/
5558 F:      include/linux/ext2*
5559
5560 EXT4 FILE SYSTEM
5561 M:      "Theodore Ts'o" <tytso@mit.edu>
5562 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5563 L:      linux-ext4@vger.kernel.org
5564 W:      http://ext4.wiki.kernel.org
5565 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5567 S:      Maintained
5568 F:      Documentation/filesystems/ext4/ext4.rst
5569 F:      fs/ext4/
5570
5571 Extended Verification Module (EVM)
5572 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5573 L:      linux-integrity@vger.kernel.org
5574 S:      Supported
5575 F:      security/integrity/evm/
5576
5577 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5578 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5579 L:      linux-efi@vger.kernel.org
5580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5581 S:      Maintained
5582 F:      Documentation/efi-stub.txt
5583 F:      arch/*/kernel/efi.c
5584 F:      arch/x86/boot/compressed/eboot.[ch]
5585 F:      arch/*/include/asm/efi.h
5586 F:      arch/x86/platform/efi/
5587 F:      drivers/firmware/efi/
5588 F:      include/linux/efi*.h
5589 F:      arch/arm/boot/compressed/efi-header.S
5590 F:      arch/arm64/kernel/efi-entry.S
5591
5592 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5593 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5594 M:      Chanwoo Choi <cw00.choi@samsung.com>
5595 L:      linux-kernel@vger.kernel.org
5596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5597 S:      Maintained
5598 F:      drivers/extcon/
5599 F:      include/linux/extcon/
5600 F:      include/linux/extcon.h
5601 F:      Documentation/extcon/
5602 F:      Documentation/devicetree/bindings/extcon/
5603
5604 EXYNOS DP DRIVER
5605 M:      Jingoo Han <jingoohan1@gmail.com>
5606 L:      dri-devel@lists.freedesktop.org
5607 S:      Maintained
5608 F:      drivers/gpu/drm/exynos/exynos_dp*
5609
5610 EXYNOS SYSMMU (IOMMU) driver
5611 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5612 L:      iommu@lists.linux-foundation.org
5613 S:      Maintained
5614 F:      drivers/iommu/exynos-iommu.c
5615
5616 EZchip NPS platform support
5617 M:      Vineet Gupta <vgupta@synopsys.com>
5618 M:      Ofer Levi <oferle@mellanox.com>
5619 S:      Supported
5620 F:      arch/arc/plat-eznps
5621 F:      arch/arc/boot/dts/eznps.dts
5622
5623 F2FS FILE SYSTEM
5624 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5625 M:      Chao Yu <yuchao0@huawei.com>
5626 L:      linux-f2fs-devel@lists.sourceforge.net
5627 W:      https://f2fs.wiki.kernel.org/
5628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5629 S:      Maintained
5630 F:      Documentation/filesystems/f2fs.txt
5631 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5632 F:      fs/f2fs/
5633 F:      include/linux/f2fs_fs.h
5634 F:      include/trace/events/f2fs.h
5635
5636 F71805F HARDWARE MONITORING DRIVER
5637 M:      Jean Delvare <jdelvare@suse.com>
5638 L:      linux-hwmon@vger.kernel.org
5639 S:      Maintained
5640 F:      Documentation/hwmon/f71805f
5641 F:      drivers/hwmon/f71805f.c
5642
5643 FADDR2LINE
5644 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5645 S:      Maintained
5646 F:      scripts/faddr2line
5647
5648 FAILOVER MODULE
5649 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
5650 L:      netdev@vger.kernel.org
5651 S:      Supported
5652 F:      net/core/failover.c
5653 F:      include/net/failover.h
5654 F:      Documentation/networking/failover.rst
5655
5656 FANOTIFY
5657 M:      Jan Kara <jack@suse.cz>
5658 R:      Amir Goldstein <amir73il@gmail.com>
5659 L:      linux-fsdevel@vger.kernel.org
5660 S:      Maintained
5661 F:      fs/notify/fanotify/
5662 F:      include/linux/fanotify.h
5663 F:      include/uapi/linux/fanotify.h
5664
5665 FARSYNC SYNCHRONOUS DRIVER
5666 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5667 W:      http://www.farsite.co.uk/
5668 S:      Supported
5669 F:      drivers/net/wan/farsync.*
5670
5671 FAULT INJECTION SUPPORT
5672 M:      Akinobu Mita <akinobu.mita@gmail.com>
5673 S:      Supported
5674 F:      Documentation/fault-injection/
5675 F:      lib/fault-inject.c
5676
5677 FBTFT Framebuffer drivers
5678 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5679 L:      dri-devel@lists.freedesktop.org
5680 L:      linux-fbdev@vger.kernel.org
5681 S:      Maintained
5682 F:      drivers/staging/fbtft/
5683
5684 FC0011 TUNER DRIVER
5685 M:      Michael Buesch <m@bues.ch>
5686 L:      linux-media@vger.kernel.org
5687 S:      Maintained
5688 F:      drivers/media/tuners/fc0011.h
5689 F:      drivers/media/tuners/fc0011.c
5690
5691 FC2580 MEDIA DRIVER
5692 M:      Antti Palosaari <crope@iki.fi>
5693 L:      linux-media@vger.kernel.org
5694 W:      https://linuxtv.org
5695 W:      http://palosaari.fi/linux/
5696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5697 T:      git git://linuxtv.org/anttip/media_tree.git
5698 S:      Maintained
5699 F:      drivers/media/tuners/fc2580*
5700
5701 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5702 M:      Johannes Thumshirn <jth@kernel.org>
5703 L:      linux-scsi@vger.kernel.org
5704 W:      www.Open-FCoE.org
5705 S:      Supported
5706 F:      drivers/scsi/libfc/
5707 F:      drivers/scsi/fcoe/
5708 F:      include/scsi/fc/
5709 F:      include/scsi/libfc.h
5710 F:      include/scsi/libfcoe.h
5711 F:      include/uapi/scsi/fc/
5712
5713 FILE LOCKING (flock() and fcntl()/lockf())
5714 M:      Jeff Layton <jlayton@kernel.org>
5715 M:      "J. Bruce Fields" <bfields@fieldses.org>
5716 L:      linux-fsdevel@vger.kernel.org
5717 S:      Maintained
5718 F:      include/linux/fcntl.h
5719 F:      include/uapi/linux/fcntl.h
5720 F:      fs/fcntl.c
5721 F:      fs/locks.c
5722
5723 FILESYSTEMS (VFS and infrastructure)
5724 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5725 L:      linux-fsdevel@vger.kernel.org
5726 S:      Maintained
5727 F:      fs/*
5728 F:      include/linux/fs.h
5729 F:      include/uapi/linux/fs.h
5730
5731 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5732 M:      Riku Voipio <riku.voipio@iki.fi>
5733 L:      linux-hwmon@vger.kernel.org
5734 S:      Maintained
5735 F:      drivers/hwmon/f75375s.c
5736 F:      include/linux/f75375s.h
5737
5738 FIREWIRE AUDIO DRIVERS
5739 M:      Clemens Ladisch <clemens@ladisch.de>
5740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5741 T:      git git://git.alsa-project.org/alsa-kernel.git
5742 S:      Maintained
5743 F:      sound/firewire/
5744
5745 FIREWIRE MEDIA DRIVERS (firedtv)
5746 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5747 L:      linux-media@vger.kernel.org
5748 L:      linux1394-devel@lists.sourceforge.net
5749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5750 S:      Maintained
5751 F:      drivers/media/firewire/
5752
5753 FIREWIRE SBP-2 TARGET
5754 M:      Chris Boot <bootc@bootc.net>
5755 L:      linux-scsi@vger.kernel.org
5756 L:      target-devel@vger.kernel.org
5757 L:      linux1394-devel@lists.sourceforge.net
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5759 S:      Maintained
5760 F:      drivers/target/sbp/
5761
5762 FIREWIRE SUBSYSTEM
5763 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5764 L:      linux1394-devel@lists.sourceforge.net
5765 W:      http://ieee1394.wiki.kernel.org/
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5767 S:      Maintained
5768 F:      drivers/firewire/
5769 F:      include/linux/firewire.h
5770 F:      include/uapi/linux/firewire*.h
5771 F:      tools/firewire/
5772
5773 FIRMWARE LOADER (request_firmware)
5774 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5775 L:      linux-kernel@vger.kernel.org
5776 S:      Maintained
5777 F:      Documentation/firmware_class/
5778 F:      drivers/base/firmware_loader/
5779 F:      include/linux/firmware.h
5780
5781 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5782 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5783 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5784 S:      Maintained
5785 F:      drivers/block/rsxx/
5786
5787 FLOPPY DRIVER
5788 M:      Jiri Kosina <jikos@kernel.org>
5789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5790 S:      Odd fixes
5791 F:      drivers/block/floppy.c
5792
5793 FMC SUBSYSTEM
5794 M:      Alessandro Rubini <rubini@gnudd.com>
5795 W:      http://www.ohwr.org/projects/fmc-bus
5796 S:      Supported
5797 F:      drivers/fmc/
5798 F:      include/linux/fmc*.h
5799 F:      include/linux/ipmi-fru.h
5800 K:      fmc_d.*register
5801
5802 FPGA MANAGER FRAMEWORK
5803 M:      Alan Tull <atull@kernel.org>
5804 M:      Moritz Fischer <mdf@kernel.org>
5805 L:      linux-fpga@vger.kernel.org
5806 S:      Maintained
5807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5808 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
5809 F:      Documentation/fpga/
5810 F:      Documentation/driver-api/fpga/
5811 F:      Documentation/devicetree/bindings/fpga/
5812 F:      drivers/fpga/
5813 F:      include/linux/fpga/
5814 W:      http://www.rocketboards.org
5815
5816 FPGA DFL DRIVERS
5817 M:      Wu Hao <hao.wu@intel.com>
5818 L:      linux-fpga@vger.kernel.org
5819 S:      Maintained
5820 F:      Documentation/fpga/dfl.txt
5821 F:      include/uapi/linux/fpga-dfl.h
5822 F:      drivers/fpga/dfl*
5823
5824 FPU EMULATOR
5825 M:      Bill Metzenthen <billm@melbpc.org.au>
5826 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5827 S:      Maintained
5828 F:      arch/x86/math-emu/
5829
5830 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5831 L:      netdev@vger.kernel.org
5832 S:      Orphan
5833 F:      drivers/net/wan/dlci.c
5834 F:      drivers/net/wan/sdla.c
5835
5836 FRAMEBUFFER LAYER
5837 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5838 L:      dri-devel@lists.freedesktop.org
5839 L:      linux-fbdev@vger.kernel.org
5840 T:      git git://github.com/bzolnier/linux.git
5841 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5842 S:      Maintained
5843 F:      Documentation/fb/
5844 F:      drivers/video/
5845 F:      include/video/
5846 F:      include/linux/fb.h
5847 F:      include/uapi/video/
5848 F:      include/uapi/linux/fb.h
5849
5850 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5851 M:      Horia Geantă <horia.geanta@nxp.com>
5852 M:      Aymen Sghaier <aymen.sghaier@nxp.com>
5853 L:      linux-crypto@vger.kernel.org
5854 S:      Maintained
5855 F:      drivers/crypto/caam/
5856 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5857
5858 FREESCALE DIU FRAMEBUFFER DRIVER
5859 M:      Timur Tabi <timur@kernel.org>
5860 L:      linux-fbdev@vger.kernel.org
5861 S:      Maintained
5862 F:      drivers/video/fbdev/fsl-diu-fb.*
5863
5864 FREESCALE DMA DRIVER
5865 M:      Li Yang <leoyang.li@nxp.com>
5866 M:      Zhang Wei <zw@zh-kernel.org>
5867 L:      linuxppc-dev@lists.ozlabs.org
5868 S:      Maintained
5869 F:      drivers/dma/fsldma.*
5870
5871 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5872 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
5873 L:      netdev@vger.kernel.org
5874 S:      Maintained
5875 F:      drivers/net/ethernet/freescale/gianfar*
5876 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5877
5878 FREESCALE GPMI NAND DRIVER
5879 M:      Han Xu <han.xu@nxp.com>
5880 L:      linux-mtd@lists.infradead.org
5881 S:      Maintained
5882 F:      drivers/mtd/nand/raw/gpmi-nand/*
5883
5884 FREESCALE I2C CPM DRIVER
5885 M:      Jochen Friedrich <jochen@scram.de>
5886 L:      linuxppc-dev@lists.ozlabs.org
5887 L:      linux-i2c@vger.kernel.org
5888 S:      Maintained
5889 F:      drivers/i2c/busses/i2c-cpm.c
5890
5891 FREESCALE IMX / MXC FEC DRIVER
5892 M:      Fugang Duan <fugang.duan@nxp.com>
5893 L:      netdev@vger.kernel.org
5894 S:      Maintained
5895 F:      drivers/net/ethernet/freescale/fec_main.c
5896 F:      drivers/net/ethernet/freescale/fec_ptp.c
5897 F:      drivers/net/ethernet/freescale/fec.h
5898 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5899
5900 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5901 M:      Sascha Hauer <s.hauer@pengutronix.de>
5902 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
5903 L:      linux-fbdev@vger.kernel.org
5904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5905 S:      Maintained
5906 F:      include/linux/platform_data/video-imxfb.h
5907 F:      drivers/video/fbdev/imxfb.c
5908
5909 FREESCALE QORIQ DPAA ETHERNET DRIVER
5910 M:      Madalin Bucur <madalin.bucur@nxp.com>
5911 L:      netdev@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/net/ethernet/freescale/dpaa
5914
5915 FREESCALE QORIQ DPAA FMAN DRIVER
5916 M:      Madalin Bucur <madalin.bucur@nxp.com>
5917 L:      netdev@vger.kernel.org
5918 S:      Maintained
5919 F:      drivers/net/ethernet/freescale/fman
5920 F:      Documentation/devicetree/bindings/net/fsl-fman.txt
5921
5922 FREESCALE QORIQ PTP CLOCK DRIVER
5923 M:      Yangbo Lu <yangbo.lu@nxp.com>
5924 L:      netdev@vger.kernel.org
5925 S:      Maintained
5926 F:      drivers/ptp/ptp_qoriq.c
5927 F:      include/linux/fsl/ptp_qoriq.h
5928 F:      Documentation/devicetree/bindings/ptp/ptp-qoriq.txt
5929
5930 FREESCALE QUAD SPI DRIVER
5931 M:      Han Xu <han.xu@nxp.com>
5932 L:      linux-mtd@lists.infradead.org
5933 S:      Maintained
5934 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5935
5936 FREESCALE QUICC ENGINE LIBRARY
5937 M:      Qiang Zhao <qiang.zhao@nxp.com>
5938 L:      linuxppc-dev@lists.ozlabs.org
5939 S:      Maintained
5940 F:      drivers/soc/fsl/qe/
5941 F:      include/soc/fsl/*qe*.h
5942 F:      include/soc/fsl/*ucc*.h
5943
5944 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5945 M:      Li Yang <leoyang.li@nxp.com>
5946 L:      netdev@vger.kernel.org
5947 L:      linuxppc-dev@lists.ozlabs.org
5948 S:      Maintained
5949 F:      drivers/net/ethernet/freescale/ucc_geth*
5950
5951 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5952 M:      Zhao Qiang <qiang.zhao@nxp.com>
5953 L:      netdev@vger.kernel.org
5954 L:      linuxppc-dev@lists.ozlabs.org
5955 S:      Maintained
5956 F:      drivers/net/wan/fsl_ucc_hdlc*
5957
5958 FREESCALE QUICC ENGINE UCC UART DRIVER
5959 M:      Timur Tabi <timur@kernel.org>
5960 L:      linuxppc-dev@lists.ozlabs.org
5961 S:      Maintained
5962 F:      drivers/tty/serial/ucc_uart.c
5963
5964 FREESCALE SOC DRIVERS
5965 M:      Li Yang <leoyang.li@nxp.com>
5966 L:      linuxppc-dev@lists.ozlabs.org
5967 L:      linux-arm-kernel@lists.infradead.org
5968 S:      Maintained
5969 F:      Documentation/devicetree/bindings/soc/fsl/
5970 F:      drivers/soc/fsl/
5971 F:      include/linux/fsl/
5972
5973 FREESCALE SOC FS_ENET DRIVER
5974 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5975 L:      linuxppc-dev@lists.ozlabs.org
5976 L:      netdev@vger.kernel.org
5977 S:      Maintained
5978 F:      drivers/net/ethernet/freescale/fs_enet/
5979 F:      include/linux/fs_enet_pd.h
5980
5981 FREESCALE SOC SOUND DRIVERS
5982 M:      Timur Tabi <timur@kernel.org>
5983 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5984 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5985 R:      Fabio Estevam <fabio.estevam@nxp.com>
5986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5987 L:      linuxppc-dev@lists.ozlabs.org
5988 S:      Maintained
5989 F:      sound/soc/fsl/fsl*
5990 F:      sound/soc/fsl/imx*
5991 F:      sound/soc/fsl/mpc8610_hpcd.c
5992
5993 FREESCALE USB PERIPHERAL DRIVERS
5994 M:      Li Yang <leoyang.li@nxp.com>
5995 L:      linux-usb@vger.kernel.org
5996 L:      linuxppc-dev@lists.ozlabs.org
5997 S:      Maintained
5998 F:      drivers/usb/gadget/udc/fsl*
5999
6000 FREEVXFS FILESYSTEM
6001 M:      Christoph Hellwig <hch@infradead.org>
6002 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
6003 S:      Maintained
6004 F:      fs/freevxfs/
6005
6006 FREEZER
6007 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6008 M:      Pavel Machek <pavel@ucw.cz>
6009 L:      linux-pm@vger.kernel.org
6010 S:      Supported
6011 F:      Documentation/power/freezing-of-tasks.txt
6012 F:      include/linux/freezer.h
6013 F:      kernel/freezer.c
6014
6015 FRONTSWAP API
6016 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6017 L:      linux-kernel@vger.kernel.org
6018 S:      Maintained
6019 F:      mm/frontswap.c
6020 F:      include/linux/frontswap.h
6021
6022 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
6023 M:      David Howells <dhowells@redhat.com>
6024 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
6025 S:      Supported
6026 F:      Documentation/filesystems/caching/
6027 F:      fs/fscache/
6028 F:      include/linux/fscache*.h
6029
6030 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
6031 M:      Theodore Y. Ts'o <tytso@mit.edu>
6032 M:      Jaegeuk Kim <jaegeuk@kernel.org>
6033 L:      linux-fscrypt@vger.kernel.org
6034 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
6035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
6036 S:      Supported
6037 F:      fs/crypto/
6038 F:      include/linux/fscrypt*.h
6039 F:      Documentation/filesystems/fscrypt.rst
6040
6041 FSI-ATTACHED I2C DRIVER
6042 M:      Eddie James <eajames@linux.vnet.ibm.com>
6043 L:      linux-i2c@vger.kernel.org
6044 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
6045 S:      Maintained
6046 F:      drivers/i2c/busses/i2c-fsi.c
6047 F:      Documentation/devicetree/bindings/i2c/i2c-fsi.txt
6048
6049 FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
6050 M:      Jan Kara <jack@suse.cz>
6051 R:      Amir Goldstein <amir73il@gmail.com>
6052 L:      linux-fsdevel@vger.kernel.org
6053 S:      Maintained
6054 F:      fs/notify/
6055 F:      include/linux/fsnotify*.h
6056
6057 FUJITSU LAPTOP EXTRAS
6058 M:      Jonathan Woithe <jwoithe@just42.net>
6059 L:      platform-driver-x86@vger.kernel.org
6060 S:      Maintained
6061 F:      drivers/platform/x86/fujitsu-laptop.c
6062
6063 FUJITSU M-5MO LS CAMERA ISP DRIVER
6064 M:      Kyungmin Park <kyungmin.park@samsung.com>
6065 M:      Heungjun Kim <riverful.kim@samsung.com>
6066 L:      linux-media@vger.kernel.org
6067 S:      Maintained
6068 F:      drivers/media/i2c/m5mols/
6069 F:      include/media/i2c/m5mols.h
6070
6071 FUJITSU TABLET EXTRAS
6072 M:      Robert Gerlach <khnz@gmx.de>
6073 L:      platform-driver-x86@vger.kernel.org
6074 S:      Maintained
6075 F:      drivers/platform/x86/fujitsu-tablet.c
6076
6077 FUSE: FILESYSTEM IN USERSPACE
6078 M:      Miklos Szeredi <miklos@szeredi.hu>
6079 L:      linux-fsdevel@vger.kernel.org
6080 W:      http://fuse.sourceforge.net/
6081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
6082 S:      Maintained
6083 F:      fs/fuse/
6084 F:      include/uapi/linux/fuse.h
6085 F:      Documentation/filesystems/fuse.txt
6086
6087 FUTEX SUBSYSTEM
6088 M:      Thomas Gleixner <tglx@linutronix.de>
6089 M:      Ingo Molnar <mingo@redhat.com>
6090 R:      Peter Zijlstra <peterz@infradead.org>
6091 R:      Darren Hart <dvhart@infradead.org>
6092 L:      linux-kernel@vger.kernel.org
6093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
6094 S:      Maintained
6095 F:      kernel/futex.c
6096 F:      kernel/futex_compat.c
6097 F:      include/asm-generic/futex.h
6098 F:      include/linux/futex.h
6099 F:      include/uapi/linux/futex.h
6100 F:      tools/testing/selftests/futex/
6101 F:      tools/perf/bench/futex*
6102 F:      Documentation/*futex*
6103
6104 GCC PLUGINS
6105 M:      Kees Cook <keescook@chromium.org>
6106 R:      Emese Revfy <re.emese@gmail.com>
6107 L:      kernel-hardening@lists.openwall.com
6108 S:      Maintained
6109 F:      scripts/gcc-plugins/
6110 F:      scripts/gcc-plugin.sh
6111 F:      scripts/Makefile.gcc-plugins
6112 F:      Documentation/gcc-plugins.txt
6113
6114 GASKET DRIVER FRAMEWORK
6115 M:      Rob Springer <rspringer@google.com>
6116 M:      Todd Poynor <toddpoynor@google.com>
6117 M:      Ben Chan <benchan@chromium.org>
6118 S:      Maintained
6119 F:      drivers/staging/gasket/
6120
6121 GCOV BASED KERNEL PROFILING
6122 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
6123 S:      Maintained
6124 F:      kernel/gcov/
6125 F:      Documentation/dev-tools/gcov.rst
6126
6127 GDB KERNEL DEBUGGING HELPER SCRIPTS
6128 M:      Jan Kiszka <jan.kiszka@siemens.com>
6129 M:      Kieran Bingham <kbingham@kernel.org>
6130 S:      Supported
6131 F:      scripts/gdb/
6132
6133 GDT SCSI DISK ARRAY CONTROLLER DRIVER
6134 M:      Achim Leubner <achim_leubner@adaptec.com>
6135 L:      linux-scsi@vger.kernel.org
6136 W:      http://www.icp-vortex.com/
6137 S:      Supported
6138 F:      drivers/scsi/gdt*
6139
6140 GEMTEK FM RADIO RECEIVER DRIVER
6141 M:      Hans Verkuil <hverkuil@xs4all.nl>
6142 L:      linux-media@vger.kernel.org
6143 T:      git git://linuxtv.org/media_tree.git
6144 W:      https://linuxtv.org
6145 S:      Maintained
6146 F:      drivers/media/radio/radio-gemtek*
6147
6148 GENERIC GPIO I2C DRIVER
6149 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
6150 S:      Supported
6151 F:      drivers/i2c/busses/i2c-gpio.c
6152 F:      include/linux/platform_data/i2c-gpio.h
6153
6154 GENERIC GPIO I2C MULTIPLEXER DRIVER
6155 M:      Peter Korsgaard <peter.korsgaard@barco.com>
6156 L:      linux-i2c@vger.kernel.org
6157 S:      Supported
6158 F:      drivers/i2c/muxes/i2c-mux-gpio.c
6159 F:      include/linux/platform_data/i2c-mux-gpio.h
6160 F:      Documentation/i2c/muxes/i2c-mux-gpio
6161
6162 GENERIC HDLC (WAN) DRIVERS
6163 M:      Krzysztof Halasa <khc@pm.waw.pl>
6164 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
6165 S:      Maintained
6166 F:      drivers/net/wan/c101.c
6167 F:      drivers/net/wan/hd6457*
6168 F:      drivers/net/wan/hdlc*
6169 F:      drivers/net/wan/n2.c
6170 F:      drivers/net/wan/pc300too.c
6171 F:      drivers/net/wan/pci200syn.c
6172 F:      drivers/net/wan/wanxl*
6173
6174 GENERIC INCLUDE/ASM HEADER FILES
6175 M:      Arnd Bergmann <arnd@arndb.de>
6176 L:      linux-arch@vger.kernel.org
6177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
6178 S:      Maintained
6179 F:      include/asm-generic/
6180 F:      include/uapi/asm-generic/
6181
6182 GENERIC PHY FRAMEWORK
6183 M:      Kishon Vijay Abraham I <kishon@ti.com>
6184 L:      linux-kernel@vger.kernel.org
6185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
6186 S:      Supported
6187 F:      drivers/phy/
6188 F:      include/linux/phy/
6189
6190 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
6191 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
6192 S:      Supported
6193 F:      drivers/i2c/muxes/i2c-demux-pinctrl.c
6194
6195 GENERIC PM DOMAINS
6196 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6197 M:      Kevin Hilman <khilman@kernel.org>
6198 M:      Ulf Hansson <ulf.hansson@linaro.org>
6199 L:      linux-pm@vger.kernel.org
6200 S:      Supported
6201 F:      drivers/base/power/domain*.c
6202 F:      include/linux/pm_domain.h
6203 F:      Documentation/devicetree/bindings/power/power_domain.txt
6204
6205 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
6206 M:      Eugen Hristev <eugen.hristev@microchip.com>
6207 L:      linux-input@vger.kernel.org
6208 S:      Maintained
6209 F:      drivers/input/touchscreen/resistive-adc-touch.c
6210
6211 GENERIC UIO DRIVER FOR PCI DEVICES
6212 M:      "Michael S. Tsirkin" <mst@redhat.com>
6213 L:      kvm@vger.kernel.org
6214 S:      Supported
6215 F:      drivers/uio/uio_pci_generic.c
6216
6217 GENWQE (IBM Generic Workqueue Card)
6218 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
6219 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
6220 S:      Supported
6221 F:      drivers/misc/genwqe/
6222
6223 GET_MAINTAINER SCRIPT
6224 M:      Joe Perches <joe@perches.com>
6225 S:      Maintained
6226 F:      scripts/get_maintainer.pl
6227
6228 GFS2 FILE SYSTEM
6229 M:      Bob Peterson <rpeterso@redhat.com>
6230 M:      Andreas Gruenbacher <agruenba@redhat.com>
6231 L:      cluster-devel@redhat.com
6232 W:      http://sources.redhat.com/cluster/
6233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
6234 S:      Supported
6235 F:      Documentation/filesystems/gfs2*.txt
6236 F:      fs/gfs2/
6237 F:      include/uapi/linux/gfs2_ondisk.h
6238
6239 GIGASET ISDN DRIVERS
6240 M:      Paul Bolle <pebolle@tiscali.nl>
6241 L:      gigaset307x-common@lists.sourceforge.net
6242 W:      http://gigaset307x.sourceforge.net/
6243 S:      Odd Fixes
6244 F:      Documentation/isdn/README.gigaset
6245 F:      drivers/isdn/gigaset/
6246 F:      include/uapi/linux/gigaset_dev.h
6247
6248 GNSS SUBSYSTEM
6249 M:      Johan Hovold <johan@kernel.org>
6250 S:      Maintained
6251 F:      Documentation/ABI/testing/sysfs-class-gnss
6252 F:      Documentation/devicetree/bindings/gnss/
6253 F:      drivers/gnss/
6254 F:      include/linux/gnss.h
6255
6256 GO7007 MPEG CODEC
6257 M:      Hans Verkuil <hans.verkuil@cisco.com>
6258 L:      linux-media@vger.kernel.org
6259 S:      Maintained
6260 F:      drivers/media/usb/go7007/
6261
6262 GOODIX TOUCHSCREEN
6263 M:      Bastien Nocera <hadess@hadess.net>
6264 L:      linux-input@vger.kernel.org
6265 S:      Maintained
6266 F:      drivers/input/touchscreen/goodix.c
6267
6268 GPD POCKET FAN DRIVER
6269 M:      Hans de Goede <hdegoede@redhat.com>
6270 L:      platform-driver-x86@vger.kernel.org
6271 S:      Maintained
6272 F:      drivers/platform/x86/gpd-pocket-fan.c
6273
6274 GPIO ACPI SUPPORT
6275 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6276 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6277 L:      linux-gpio@vger.kernel.org
6278 L:      linux-acpi@vger.kernel.org
6279 S:      Maintained
6280 F:      Documentation/acpi/gpio-properties.txt
6281 F:      drivers/gpio/gpiolib-acpi.c
6282
6283 GPIO IR Transmitter
6284 M:      Sean Young <sean@mess.org>
6285 L:      linux-media@vger.kernel.org
6286 S:      Maintained
6287 F:      drivers/media/rc/gpio-ir-tx.c
6288
6289 GPIO MOCKUP DRIVER
6290 M:      Bamvor Jian Zhang <bamv2005@gmail.com>
6291 R:      Bartosz Golaszewski <brgl@bgdev.pl>
6292 L:      linux-gpio@vger.kernel.org
6293 S:      Maintained
6294 F:      drivers/gpio/gpio-mockup.c
6295 F:      tools/testing/selftests/gpio/
6296
6297 GPIO SUBSYSTEM
6298 M:      Linus Walleij <linus.walleij@linaro.org>
6299 L:      linux-gpio@vger.kernel.org
6300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
6301 S:      Maintained
6302 F:      Documentation/devicetree/bindings/gpio/
6303 F:      Documentation/driver-api/gpio/
6304 F:      Documentation/gpio/
6305 F:      Documentation/ABI/testing/gpio-cdev
6306 F:      Documentation/ABI/obsolete/sysfs-gpio
6307 F:      drivers/gpio/
6308 F:      include/linux/gpio/
6309 F:      include/linux/gpio.h
6310 F:      include/linux/of_gpio.h
6311 F:      include/asm-generic/gpio.h
6312 F:      include/uapi/linux/gpio.h
6313 F:      tools/gpio/
6314
6315 GRE DEMULTIPLEXER DRIVER
6316 M:      Dmitry Kozlov <xeb@mail.ru>
6317 L:      netdev@vger.kernel.org
6318 S:      Maintained
6319 F:      net/ipv4/gre_demux.c
6320 F:      net/ipv4/gre_offload.c
6321 F:      include/net/gre.h
6322
6323 GRETH 10/100/1G Ethernet MAC device driver
6324 M:      Andreas Larsson <andreas@gaisler.com>
6325 L:      netdev@vger.kernel.org
6326 S:      Maintained
6327 F:      drivers/net/ethernet/aeroflex/
6328
6329 GREYBUS AUDIO PROTOCOLS DRIVERS
6330 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
6331 M:      Mark Greer <mgreer@animalcreek.com>
6332 S:      Maintained
6333 F:      drivers/staging/greybus/audio_apbridgea.c
6334 F:      drivers/staging/greybus/audio_apbridgea.h
6335 F:      drivers/staging/greybus/audio_codec.c
6336 F:      drivers/staging/greybus/audio_codec.h
6337 F:      drivers/staging/greybus/audio_gb.c
6338 F:      drivers/staging/greybus/audio_manager.c
6339 F:      drivers/staging/greybus/audio_manager.h
6340 F:      drivers/staging/greybus/audio_manager_module.c
6341 F:      drivers/staging/greybus/audio_manager_private.h
6342 F:      drivers/staging/greybus/audio_manager_sysfs.c
6343 F:      drivers/staging/greybus/audio_module.c
6344 F:      drivers/staging/greybus/audio_topology.c
6345
6346 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
6347 M:      Viresh Kumar <vireshk@kernel.org>
6348 S:      Maintained
6349 F:      drivers/staging/greybus/authentication.c
6350 F:      drivers/staging/greybus/bootrom.c
6351 F:      drivers/staging/greybus/firmware.h
6352 F:      drivers/staging/greybus/fw-core.c
6353 F:      drivers/staging/greybus/fw-download.c
6354 F:      drivers/staging/greybus/fw-management.c
6355 F:      drivers/staging/greybus/greybus_authentication.h
6356 F:      drivers/staging/greybus/greybus_firmware.h
6357 F:      drivers/staging/greybus/hid.c
6358 F:      drivers/staging/greybus/i2c.c
6359 F:      drivers/staging/greybus/spi.c
6360 F:      drivers/staging/greybus/spilib.c
6361 F:      drivers/staging/greybus/spilib.h
6362
6363 GREYBUS LOOPBACK DRIVER
6364 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
6365 S:      Maintained
6366 F:      drivers/staging/greybus/loopback.c
6367
6368 GREYBUS PLATFORM DRIVERS
6369 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
6370 S:      Maintained
6371 F:      drivers/staging/greybus/arche-platform.c
6372 F:      drivers/staging/greybus/arche-apb-ctrl.c
6373 F:      drivers/staging/greybus/arche_platform.h
6374
6375 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6376 M:      Rui Miguel Silva <rmfrfs@gmail.com>
6377 S:      Maintained
6378 F:      drivers/staging/greybus/sdio.c
6379 F:      drivers/staging/greybus/light.c
6380 F:      drivers/staging/greybus/gpio.c
6381 F:      drivers/staging/greybus/power_supply.c
6382 F:      drivers/staging/greybus/spi.c
6383 F:      drivers/staging/greybus/spilib.c
6384
6385 GREYBUS SUBSYSTEM
6386 M:      Johan Hovold <johan@kernel.org>
6387 M:      Alex Elder <elder@kernel.org>
6388 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6389 S:      Maintained
6390 F:      drivers/staging/greybus/
6391 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
6392
6393 GREYBUS UART PROTOCOLS DRIVERS
6394 M:      David Lin <dtwlin@gmail.com>
6395 S:      Maintained
6396 F:      drivers/staging/greybus/uart.c
6397 F:      drivers/staging/greybus/log.c
6398
6399 GS1662 VIDEO SERIALIZER
6400 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
6401 L:      linux-media@vger.kernel.org
6402 T:      git git://linuxtv.org/media_tree.git
6403 S:      Maintained
6404 F:      drivers/media/spi/gs1662.c
6405
6406 GSPCA FINEPIX SUBDRIVER
6407 M:      Frank Zago <frank@zago.net>
6408 L:      linux-media@vger.kernel.org
6409 T:      git git://linuxtv.org/media_tree.git
6410 S:      Maintained
6411 F:      drivers/media/usb/gspca/finepix.c
6412
6413 GSPCA GL860 SUBDRIVER
6414 M:      Olivier Lorin <o.lorin@laposte.net>
6415 L:      linux-media@vger.kernel.org
6416 T:      git git://linuxtv.org/media_tree.git
6417 S:      Maintained
6418 F:      drivers/media/usb/gspca/gl860/
6419
6420 GSPCA M5602 SUBDRIVER
6421 M:      Erik Andren <erik.andren@gmail.com>
6422 L:      linux-media@vger.kernel.org
6423 T:      git git://linuxtv.org/media_tree.git
6424 S:      Maintained
6425 F:      drivers/media/usb/gspca/m5602/
6426
6427 GSPCA PAC207 SONIXB SUBDRIVER
6428 M:      Hans Verkuil <hverkuil@xs4all.nl>
6429 L:      linux-media@vger.kernel.org
6430 T:      git git://linuxtv.org/media_tree.git
6431 S:      Odd Fixes
6432 F:      drivers/media/usb/gspca/pac207.c
6433
6434 GSPCA SN9C20X SUBDRIVER
6435 M:      Brian Johnson <brijohn@gmail.com>
6436 L:      linux-media@vger.kernel.org
6437 T:      git git://linuxtv.org/media_tree.git
6438 S:      Maintained
6439 F:      drivers/media/usb/gspca/sn9c20x.c
6440
6441 GSPCA T613 SUBDRIVER
6442 M:      Leandro Costantino <lcostantino@gmail.com>
6443 L:      linux-media@vger.kernel.org
6444 T:      git git://linuxtv.org/media_tree.git
6445 S:      Maintained
6446 F:      drivers/media/usb/gspca/t613.c
6447
6448 GSPCA USB WEBCAM DRIVER
6449 M:      Hans Verkuil <hverkuil@xs4all.nl>
6450 L:      linux-media@vger.kernel.org
6451 T:      git git://linuxtv.org/media_tree.git
6452 S:      Odd Fixes
6453 F:      drivers/media/usb/gspca/
6454
6455 GTP (GPRS Tunneling Protocol)
6456 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6457 M:      Harald Welte <laforge@gnumonks.org>
6458 L:      osmocom-net-gprs@lists.osmocom.org
6459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6460 S:      Maintained
6461 F:      drivers/net/gtp.c
6462
6463 GUID PARTITION TABLE (GPT)
6464 M:      Davidlohr Bueso <dave@stgolabs.net>
6465 L:      linux-efi@vger.kernel.org
6466 S:      Maintained
6467 F:      block/partitions/efi.*
6468
6469 H8/300 ARCHITECTURE
6470 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6471 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
6472 W:      http://uclinux-h8.sourceforge.jp
6473 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6474 S:      Maintained
6475 F:      arch/h8300/
6476 F:      drivers/clocksource/h8300_*.c
6477 F:      drivers/clk/h8300/
6478 F:      drivers/irqchip/irq-renesas-h8*.c
6479
6480 HACKRF MEDIA DRIVER
6481 M:      Antti Palosaari <crope@iki.fi>
6482 L:      linux-media@vger.kernel.org
6483 W:      https://linuxtv.org
6484 W:      http://palosaari.fi/linux/
6485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6486 T:      git git://linuxtv.org/anttip/media_tree.git
6487 S:      Maintained
6488 F:      drivers/media/usb/hackrf/
6489
6490 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6491 M:      Frank Seidel <frank@f-seidel.de>
6492 L:      platform-driver-x86@vger.kernel.org
6493 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6494 S:      Maintained
6495 F:      drivers/platform/x86/hdaps.c
6496
6497 HARDWARE MONITORING
6498 M:      Jean Delvare <jdelvare@suse.com>
6499 M:      Guenter Roeck <linux@roeck-us.net>
6500 L:      linux-hwmon@vger.kernel.org
6501 W:      http://hwmon.wiki.kernel.org/
6502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6503 S:      Maintained
6504 F:      Documentation/devicetree/bindings/hwmon/
6505 F:      Documentation/hwmon/
6506 F:      drivers/hwmon/
6507 F:      include/linux/hwmon*.h
6508 F:      include/trace/events/hwmon*.h
6509
6510 HARDWARE RANDOM NUMBER GENERATOR CORE
6511 M:      Matt Mackall <mpm@selenic.com>
6512 M:      Herbert Xu <herbert@gondor.apana.org.au>
6513 L:      linux-crypto@vger.kernel.org
6514 S:      Odd fixes
6515 F:      Documentation/devicetree/bindings/rng/
6516 F:      Documentation/hw_random.txt
6517 F:      drivers/char/hw_random/
6518 F:      include/linux/hw_random.h
6519
6520 HARDWARE TRACING FACILITIES
6521 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6522 S:      Maintained
6523 F:      drivers/hwtracing/
6524
6525 HARDWARE SPINLOCK CORE
6526 M:      Ohad Ben-Cohen <ohad@wizery.com>
6527 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
6528 L:      linux-remoteproc@vger.kernel.org
6529 S:      Maintained
6530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6531 F:      Documentation/devicetree/bindings/hwlock/
6532 F:      Documentation/hwspinlock.txt
6533 F:      drivers/hwspinlock/
6534 F:      include/linux/hwspinlock.h
6535
6536 HARMONY SOUND DRIVER
6537 L:      linux-parisc@vger.kernel.org
6538 S:      Maintained
6539 F:      sound/parisc/harmony.*
6540
6541 HDPVR USB VIDEO ENCODER DRIVER
6542 M:      Hans Verkuil <hverkuil@xs4all.nl>
6543 L:      linux-media@vger.kernel.org
6544 T:      git git://linuxtv.org/media_tree.git
6545 W:      https://linuxtv.org
6546 S:      Odd Fixes
6547 F:      drivers/media/usb/hdpvr/
6548
6549 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6550 M:      Jerry Hoemann <jerry.hoemann@hpe.com>
6551 S:      Supported
6552 F:      Documentation/watchdog/hpwdt.txt
6553 F:      drivers/watchdog/hpwdt.c
6554
6555 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6556 M:      Don Brace <don.brace@microsemi.com>
6557 L:      esc.storagedev@microsemi.com
6558 L:      linux-scsi@vger.kernel.org
6559 S:      Supported
6560 F:      Documentation/scsi/hpsa.txt
6561 F:      drivers/scsi/hpsa*.[ch]
6562 F:      include/linux/cciss*.h
6563 F:      include/uapi/linux/cciss*.h
6564
6565 HFI1 DRIVER
6566 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
6567 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6568 L:      linux-rdma@vger.kernel.org
6569 S:      Supported
6570 F:      drivers/infiniband/hw/hfi1
6571
6572 HFS FILESYSTEM
6573 L:      linux-fsdevel@vger.kernel.org
6574 S:      Orphan
6575 F:      Documentation/filesystems/hfs.txt
6576 F:      fs/hfs/
6577
6578 HFSPLUS FILESYSTEM
6579 L:      linux-fsdevel@vger.kernel.org
6580 S:      Orphan
6581 F:      Documentation/filesystems/hfsplus.txt
6582 F:      fs/hfsplus/
6583
6584 HGA FRAMEBUFFER DRIVER
6585 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6586 L:      linux-nvidia@lists.surfsouth.com
6587 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6588 S:      Maintained
6589 F:      drivers/video/fbdev/hgafb.c
6590
6591 HIBERNATION (aka Software Suspend, aka swsusp)
6592 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6593 M:      Pavel Machek <pavel@ucw.cz>
6594 L:      linux-pm@vger.kernel.org
6595 B:      https://bugzilla.kernel.org
6596 S:      Supported
6597 F:      arch/x86/power/
6598 F:      drivers/base/power/
6599 F:      kernel/power/
6600 F:      include/linux/suspend.h
6601 F:      include/linux/freezer.h
6602 F:      include/linux/pm.h
6603 F:      arch/*/include/asm/suspend*.h
6604
6605 HID CORE LAYER
6606 M:      Jiri Kosina <jikos@kernel.org>
6607 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
6608 L:      linux-input@vger.kernel.org
6609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6610 S:      Maintained
6611 F:      drivers/hid/
6612 F:      include/linux/hid*
6613 F:      include/uapi/linux/hid*
6614
6615 HID SENSOR HUB DRIVERS
6616 M:      Jiri Kosina <jikos@kernel.org>
6617 M:      Jonathan Cameron <jic23@kernel.org>
6618 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6619 L:      linux-input@vger.kernel.org
6620 L:      linux-iio@vger.kernel.org
6621 S:      Maintained
6622 F:      Documentation/hid/hid-sensor*
6623 F:      drivers/hid/hid-sensor-*
6624 F:      drivers/iio/*/hid-*
6625 F:      include/linux/hid-sensor-*
6626
6627 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6628 M:      Thomas Gleixner <tglx@linutronix.de>
6629 L:      linux-kernel@vger.kernel.org
6630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6631 S:      Maintained
6632 F:      Documentation/timers/
6633 F:      kernel/time/hrtimer.c
6634 F:      kernel/time/clockevents.c
6635 F:      kernel/time/timer_*.c
6636 F:      include/linux/clockchips.h
6637 F:      include/linux/hrtimer.h
6638
6639 HIGH-SPEED SCC DRIVER FOR AX.25
6640 L:      linux-hams@vger.kernel.org
6641 S:      Orphan
6642 F:      drivers/net/hamradio/dmascc.c
6643 F:      drivers/net/hamradio/scc.c
6644
6645 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6646 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6647 W:      http://www.highpoint-tech.com
6648 S:      Supported
6649 F:      Documentation/scsi/hptiop.txt
6650 F:      drivers/scsi/hptiop.c
6651
6652 HIPPI
6653 M:      Jes Sorensen <jes@trained-monkey.org>
6654 L:      linux-hippi@sunsite.dk
6655 S:      Maintained
6656 F:      include/linux/hippidevice.h
6657 F:      include/uapi/linux/if_hippi.h
6658 F:      net/802/hippi.c
6659 F:      drivers/net/hippi/
6660
6661 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6662 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6663 M:      Salil Mehta <salil.mehta@huawei.com>
6664 L:      netdev@vger.kernel.org
6665 W:      http://www.hisilicon.com
6666 S:      Maintained
6667 F:      drivers/net/ethernet/hisilicon/hns3/
6668
6669 HISILICON LPC BUS DRIVER
6670 M:      john.garry@huawei.com
6671 W:      http://www.hisilicon.com
6672 S:      Maintained
6673 F:      drivers/bus/hisi_lpc.c
6674 F:      Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt
6675
6676 HISILICON NETWORK SUBSYSTEM DRIVER
6677 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6678 M:      Salil Mehta <salil.mehta@huawei.com>
6679 L:      netdev@vger.kernel.org
6680 W:      http://www.hisilicon.com
6681 S:      Maintained
6682 F:      drivers/net/ethernet/hisilicon/
6683 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6684
6685 HISILICON PMU DRIVER
6686 M:      Shaokun Zhang <zhangshaokun@hisilicon.com>
6687 W:      http://www.hisilicon.com
6688 S:      Supported
6689 F:      drivers/perf/hisilicon
6690 F:      Documentation/perf/hisi-pmu.txt
6691
6692 HISILICON ROCE DRIVER
6693 M:      Lijun Ou <oulijun@huawei.com>
6694 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6695 L:      linux-rdma@vger.kernel.org
6696 S:      Maintained
6697 F:      drivers/infiniband/hw/hns/
6698 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6699
6700 HISILICON SAS Controller
6701 M:      John Garry <john.garry@huawei.com>
6702 W:      http://www.hisilicon.com
6703 S:      Supported
6704 F:      drivers/scsi/hisi_sas/
6705 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6706
6707 HMM - Heterogeneous Memory Management
6708 M:      Jérôme Glisse <jglisse@redhat.com>
6709 L:      linux-mm@kvack.org
6710 S:      Maintained
6711 F:      mm/hmm*
6712 F:      include/linux/hmm*
6713 F:      Documentation/vm/hmm.rst
6714
6715 HOST AP DRIVER
6716 M:      Jouni Malinen <j@w1.fi>
6717 L:      linux-wireless@vger.kernel.org
6718 W:      http://w1.fi/hostap-driver.html
6719 S:      Obsolete
6720 F:      drivers/net/wireless/intersil/hostap/
6721
6722 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6723 L:      platform-driver-x86@vger.kernel.org
6724 S:      Orphan
6725 F:      drivers/platform/x86/tc1100-wmi.c
6726
6727 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6728 M:      Jaroslav Kysela <perex@perex.cz>
6729 S:      Maintained
6730 F:      drivers/net/ethernet/hp/hp100.*
6731
6732 HPET:   High Precision Event Timers driver
6733 M:      Clemens Ladisch <clemens@ladisch.de>
6734 S:      Maintained
6735 F:      Documentation/timers/hpet.txt
6736 F:      drivers/char/hpet.c
6737 F:      include/linux/hpet.h
6738 F:      include/uapi/linux/hpet.h
6739
6740 HPET:   x86
6741 S:      Orphan
6742 F:      arch/x86/kernel/hpet.c
6743 F:      arch/x86/include/asm/hpet.h
6744
6745 HPFS FILESYSTEM
6746 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6747 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6748 S:      Maintained
6749 F:      fs/hpfs/
6750
6751 HSI SUBSYSTEM
6752 M:      Sebastian Reichel <sre@kernel.org>
6753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6754 S:      Maintained
6755 F:      Documentation/ABI/testing/sysfs-bus-hsi
6756 F:      Documentation/driver-api/hsi.rst
6757 F:      drivers/hsi/
6758 F:      include/linux/hsi/
6759 F:      include/uapi/linux/hsi/
6760
6761 HSO 3G MODEM DRIVER
6762 L:      linux-usb@vger.kernel.org
6763 S:      Orphan
6764 F:      drivers/net/usb/hso.c
6765
6766 HSR NETWORK PROTOCOL
6767 M:      Arvid Brodin <arvid.brodin@alten.se>
6768 L:      netdev@vger.kernel.org
6769 S:      Maintained
6770 F:      net/hsr/
6771
6772 HT16K33 LED CONTROLLER DRIVER
6773 M:      Robin van der Gracht <robin@protonic.nl>
6774 S:      Maintained
6775 F:      drivers/auxdisplay/ht16k33.c
6776 F:      Documentation/devicetree/bindings/display/ht16k33.txt
6777
6778 HTCPEN TOUCHSCREEN DRIVER
6779 M:      Pau Oliva Fora <pof@eslack.org>
6780 L:      linux-input@vger.kernel.org
6781 S:      Maintained
6782 F:      drivers/input/touchscreen/htcpen.c
6783
6784 HUAWEI ETHERNET DRIVER
6785 M:      Aviad Krawczyk <aviad.krawczyk@huawei.com>
6786 L:      netdev@vger.kernel.org
6787 S:      Supported
6788 F:      Documentation/networking/hinic.txt
6789 F:      drivers/net/ethernet/huawei/hinic/
6790
6791 HUGETLB FILESYSTEM
6792 M:      Mike Kravetz <mike.kravetz@oracle.com>
6793 L:      linux-mm@kvack.org
6794 S:      Maintained
6795 F:      fs/hugetlbfs/
6796 F:      mm/hugetlb.c
6797 F:      include/linux/hugetlb.h
6798 F:      Documentation/admin-guide/mm/hugetlbpage.rst
6799 F:      Documentation/vm/hugetlbfs_reserv.rst
6800 F:      Documentation/ABI/testing/sysfs-kernel-mm-hugepages
6801
6802 HVA ST MEDIA DRIVER
6803 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6804 L:      linux-media@vger.kernel.org
6805 T:      git git://linuxtv.org/media_tree.git
6806 W:      https://linuxtv.org
6807 S:      Supported
6808 F:      drivers/media/platform/sti/hva
6809
6810 HWPOISON MEMORY FAILURE HANDLING
6811 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6812 L:      linux-mm@kvack.org
6813 S:      Maintained
6814 F:      mm/memory-failure.c
6815 F:      mm/hwpoison-inject.c
6816
6817 HYGON PROCESSOR SUPPORT
6818 M:      Pu Wen <puwen@hygon.cn>
6819 L:      linux-kernel@vger.kernel.org
6820 S:      Maintained
6821 F:      arch/x86/kernel/cpu/hygon.c
6822
6823 Hyper-V CORE AND DRIVERS
6824 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6825 M:      Haiyang Zhang <haiyangz@microsoft.com>
6826 M:      Stephen Hemminger <sthemmin@microsoft.com>
6827 L:      devel@linuxdriverproject.org
6828 S:      Maintained
6829 F:      Documentation/networking/netvsc.txt
6830 F:      arch/x86/include/asm/mshyperv.h
6831 F:      arch/x86/include/asm/trace/hyperv.h
6832 F:      arch/x86/include/asm/hyperv-tlfs.h
6833 F:      arch/x86/kernel/cpu/mshyperv.c
6834 F:      arch/x86/hyperv
6835 F:      drivers/hid/hid-hyperv.c
6836 F:      drivers/hv/
6837 F:      drivers/input/serio/hyperv-keyboard.c
6838 F:      drivers/pci/controller/pci-hyperv.c
6839 F:      drivers/net/hyperv/
6840 F:      drivers/scsi/storvsc_drv.c
6841 F:      drivers/uio/uio_hv_generic.c
6842 F:      drivers/video/fbdev/hyperv_fb.c
6843 F:      net/vmw_vsock/hyperv_transport.c
6844 F:      include/linux/hyperv.h
6845 F:      include/uapi/linux/hyperv.h
6846 F:      tools/hv/
6847 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6848
6849 HYPERVISOR VIRTUAL CONSOLE DRIVER
6850 L:      linuxppc-dev@lists.ozlabs.org
6851 S:      Odd Fixes
6852 F:      drivers/tty/hvc/
6853
6854 I2C ACPI SUPPORT
6855 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6856 L:      linux-i2c@vger.kernel.org
6857 L:      linux-acpi@vger.kernel.org
6858 S:      Maintained
6859 F:      drivers/i2c/i2c-core-acpi.c
6860
6861 I2C MUXES
6862 M:      Peter Rosin <peda@axentia.se>
6863 L:      linux-i2c@vger.kernel.org
6864 S:      Maintained
6865 F:      Documentation/i2c/i2c-topology
6866 F:      Documentation/i2c/muxes/
6867 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6868 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6869 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6870 F:      drivers/i2c/i2c-mux.c
6871 F:      drivers/i2c/muxes/
6872 F:      include/linux/i2c-mux.h
6873
6874 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
6875 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
6876 L:      linux-i2c@vger.kernel.org
6877 S:      Maintained
6878 F:      drivers/i2c/busses/i2c-mv64xxx.c
6879
6880 I2C OVER PARALLEL PORT
6881 M:      Jean Delvare <jdelvare@suse.com>
6882 L:      linux-i2c@vger.kernel.org
6883 S:      Maintained
6884 F:      Documentation/i2c/busses/i2c-parport
6885 F:      Documentation/i2c/busses/i2c-parport-light
6886 F:      drivers/i2c/busses/i2c-parport.c
6887 F:      drivers/i2c/busses/i2c-parport-light.c
6888
6889 I2C SUBSYSTEM
6890 M:      Wolfram Sang <wsa@the-dreams.de>
6891 L:      linux-i2c@vger.kernel.org
6892 W:      https://i2c.wiki.kernel.org/
6893 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6895 S:      Maintained
6896 F:      Documentation/devicetree/bindings/i2c/i2c.txt
6897 F:      Documentation/i2c/
6898 F:      drivers/i2c/*
6899 F:      include/linux/i2c.h
6900 F:      include/linux/i2c-dev.h
6901 F:      include/linux/i2c-smbus.h
6902 F:      include/uapi/linux/i2c.h
6903 F:      include/uapi/linux/i2c-*.h
6904
6905 I2C SUBSYSTEM HOST DRIVERS
6906 L:      linux-i2c@vger.kernel.org
6907 W:      https://i2c.wiki.kernel.org/
6908 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6910 S:      Odd Fixes
6911 F:      Documentation/devicetree/bindings/i2c/
6912 F:      drivers/i2c/algos/
6913 F:      drivers/i2c/busses/
6914
6915 I2C-TAOS-EVM DRIVER
6916 M:      Jean Delvare <jdelvare@suse.com>
6917 L:      linux-i2c@vger.kernel.org
6918 S:      Maintained
6919 F:      Documentation/i2c/busses/i2c-taos-evm
6920 F:      drivers/i2c/busses/i2c-taos-evm.c
6921
6922 I2C-TINY-USB DRIVER
6923 M:      Till Harbaum <till@harbaum.org>
6924 L:      linux-i2c@vger.kernel.org
6925 W:      http://www.harbaum.org/till/i2c_tiny_usb
6926 S:      Maintained
6927 F:      drivers/i2c/busses/i2c-tiny-usb.c
6928
6929 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6930 M:      Jean Delvare <jdelvare@suse.com>
6931 L:      linux-i2c@vger.kernel.org
6932 S:      Maintained
6933 F:      Documentation/i2c/busses/i2c-ali1535
6934 F:      Documentation/i2c/busses/i2c-ali1563
6935 F:      Documentation/i2c/busses/i2c-ali15x3
6936 F:      Documentation/i2c/busses/i2c-amd756
6937 F:      Documentation/i2c/busses/i2c-amd8111
6938 F:      Documentation/i2c/busses/i2c-i801
6939 F:      Documentation/i2c/busses/i2c-nforce2
6940 F:      Documentation/i2c/busses/i2c-piix4
6941 F:      Documentation/i2c/busses/i2c-sis5595
6942 F:      Documentation/i2c/busses/i2c-sis630
6943 F:      Documentation/i2c/busses/i2c-sis96x
6944 F:      Documentation/i2c/busses/i2c-via
6945 F:      Documentation/i2c/busses/i2c-viapro
6946 F:      drivers/i2c/busses/i2c-ali1535.c
6947 F:      drivers/i2c/busses/i2c-ali1563.c
6948 F:      drivers/i2c/busses/i2c-ali15x3.c
6949 F:      drivers/i2c/busses/i2c-amd756.c
6950 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6951 F:      drivers/i2c/busses/i2c-amd8111.c
6952 F:      drivers/i2c/busses/i2c-i801.c
6953 F:      drivers/i2c/busses/i2c-isch.c
6954 F:      drivers/i2c/busses/i2c-nforce2.c
6955 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6956 F:      drivers/i2c/busses/i2c-piix4.c
6957 F:      drivers/i2c/busses/i2c-sis5595.c
6958 F:      drivers/i2c/busses/i2c-sis630.c
6959 F:      drivers/i2c/busses/i2c-sis96x.c
6960 F:      drivers/i2c/busses/i2c-via.c
6961 F:      drivers/i2c/busses/i2c-viapro.c
6962
6963 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
6964 M:      Hans de Goede <hdegoede@redhat.com>
6965 L:      linux-i2c@vger.kernel.org
6966 S:      Maintained
6967 F:      drivers/i2c/busses/i2c-cht-wc.c
6968
6969 I2C/SMBUS ISMT DRIVER
6970 M:      Seth Heasley <seth.heasley@intel.com>
6971 M:      Neil Horman <nhorman@tuxdriver.com>
6972 L:      linux-i2c@vger.kernel.org
6973 F:      drivers/i2c/busses/i2c-ismt.c
6974 F:      Documentation/i2c/busses/i2c-ismt
6975
6976 I2C/SMBUS STUB DRIVER
6977 M:      Jean Delvare <jdelvare@suse.com>
6978 L:      linux-i2c@vger.kernel.org
6979 S:      Maintained
6980 F:      drivers/i2c/i2c-stub.c
6981
6982 IA64 (Itanium) PLATFORM
6983 M:      Tony Luck <tony.luck@intel.com>
6984 M:      Fenghua Yu <fenghua.yu@intel.com>
6985 L:      linux-ia64@vger.kernel.org
6986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6987 S:      Maintained
6988 F:      arch/ia64/
6989
6990 IBM Power 842 compression accelerator
6991 M:      Haren Myneni <haren@us.ibm.com>
6992 S:      Supported
6993 F:      drivers/crypto/nx/Makefile
6994 F:      drivers/crypto/nx/Kconfig
6995 F:      drivers/crypto/nx/nx-842*
6996 F:      include/linux/sw842.h
6997 F:      crypto/842.c
6998 F:      lib/842/
6999
7000 IBM Power in-Nest Crypto Acceleration
7001 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
7002 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
7003 L:      linux-crypto@vger.kernel.org
7004 S:      Supported
7005 F:      drivers/crypto/nx/Makefile
7006 F:      drivers/crypto/nx/Kconfig
7007 F:      drivers/crypto/nx/nx-aes*
7008 F:      drivers/crypto/nx/nx-sha*
7009 F:      drivers/crypto/nx/nx.*
7010 F:      drivers/crypto/nx/nx_csbcpb.h
7011 F:      drivers/crypto/nx/nx_debugfs.h
7012
7013 IBM Power Linux RAID adapter
7014 M:      Brian King <brking@us.ibm.com>
7015 S:      Supported
7016 F:      drivers/scsi/ipr.*
7017
7018 IBM Power SRIOV Virtual NIC Device Driver
7019 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
7020 M:      John Allen <jallen@linux.vnet.ibm.com>
7021 L:      netdev@vger.kernel.org
7022 S:      Supported
7023 F:      drivers/net/ethernet/ibm/ibmvnic.*
7024
7025 IBM Power Virtual Accelerator Switchboard
7026 M:      Sukadev Bhattiprolu
7027 L:      linuxppc-dev@lists.ozlabs.org
7028 S:      Supported
7029 F:      arch/powerpc/platforms/powernv/vas*
7030 F:      arch/powerpc/platforms/powernv/copy-paste.h
7031 F:      arch/powerpc/include/asm/vas.h
7032 F:      arch/powerpc/include/uapi/asm/vas.h
7033
7034 IBM Power Virtual Ethernet Device Driver
7035 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
7036 L:      netdev@vger.kernel.org
7037 S:      Supported
7038 F:      drivers/net/ethernet/ibm/ibmveth.*
7039
7040 IBM Power Virtual FC Device Drivers
7041 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
7042 L:      linux-scsi@vger.kernel.org
7043 S:      Supported
7044 F:      drivers/scsi/ibmvscsi/ibmvfc*
7045
7046 IBM Power Virtual Management Channel Driver
7047 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
7048 M:      Steven Royer <seroyer@linux.vnet.ibm.com>
7049 S:      Supported
7050 F:      drivers/misc/ibmvmc.*
7051
7052 IBM Power Virtual SCSI Device Drivers
7053 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
7054 L:      linux-scsi@vger.kernel.org
7055 S:      Supported
7056 F:      drivers/scsi/ibmvscsi/ibmvscsi*
7057 F:      include/scsi/viosrp.h
7058
7059 IBM Power Virtual SCSI Device Target Driver
7060 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
7061 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
7062 L:      linux-scsi@vger.kernel.org
7063 L:      target-devel@vger.kernel.org
7064 S:      Supported
7065 F:      drivers/scsi/ibmvscsi_tgt/
7066
7067 IBM Power VMX Cryptographic instructions
7068 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
7069 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
7070 L:      linux-crypto@vger.kernel.org
7071 S:      Supported
7072 F:      drivers/crypto/vmx/Makefile
7073 F:      drivers/crypto/vmx/Kconfig
7074 F:      drivers/crypto/vmx/vmx.c
7075 F:      drivers/crypto/vmx/aes*
7076 F:      drivers/crypto/vmx/ghash*
7077 F:      drivers/crypto/vmx/ppc-xlate.pl
7078
7079 IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform
7080 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
7081 L:      linux-pci@vger.kernel.org
7082 L:      linuxppc-dev@lists.ozlabs.org
7083 S:      Supported
7084 F:      drivers/pci/hotplug/rpaphp*
7085
7086 IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform
7087 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
7088 L:      linux-pci@vger.kernel.org
7089 L:      linuxppc-dev@lists.ozlabs.org
7090 S:      Supported
7091 F:      drivers/pci/hotplug/rpadlpar*
7092
7093 IBM ServeRAID RAID DRIVER
7094 S:      Orphan
7095 F:      drivers/scsi/ips.*
7096
7097 ICH LPC AND GPIO DRIVER
7098 M:      Peter Tyser <ptyser@xes-inc.com>
7099 S:      Maintained
7100 F:      drivers/mfd/lpc_ich.c
7101 F:      drivers/gpio/gpio-ich.c
7102
7103 IDE SUBSYSTEM
7104 M:      "David S. Miller" <davem@davemloft.net>
7105 L:      linux-ide@vger.kernel.org
7106 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
7107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
7108 S:      Maintained
7109 F:      Documentation/ide/
7110 F:      drivers/ide/
7111 F:      include/linux/ide.h
7112
7113 IDE/ATAPI DRIVERS
7114 M:      Borislav Petkov <bp@alien8.de>
7115 L:      linux-ide@vger.kernel.org
7116 S:      Maintained
7117 F:      Documentation/cdrom/ide-cd
7118 F:      drivers/ide/ide-cd*
7119
7120 IDEAPAD LAPTOP EXTRAS DRIVER
7121 M:      Ike Panhc <ike.pan@canonical.com>
7122 L:      platform-driver-x86@vger.kernel.org
7123 W:      http://launchpad.net/ideapad-laptop
7124 S:      Maintained
7125 F:      drivers/platform/x86/ideapad-laptop.c
7126
7127 IDEAPAD LAPTOP SLIDEBAR DRIVER
7128 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
7129 L:      linux-input@vger.kernel.org
7130 W:      https://github.com/o2genum/ideapad-slidebar
7131 S:      Maintained
7132 F:      drivers/input/misc/ideapad_slidebar.c
7133
7134 IDT VersaClock 5 CLOCK DRIVER
7135 M:      Marek Vasut <marek.vasut@gmail.com>
7136 S:      Maintained
7137 F:      drivers/clk/clk-versaclock5.c
7138
7139 IEEE 802.15.4 SUBSYSTEM
7140 M:      Alexander Aring <alex.aring@gmail.com>
7141 M:      Stefan Schmidt <stefan@datenfreihafen.org>
7142 L:      linux-wpan@vger.kernel.org
7143 W:      http://wpan.cakelab.org/
7144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
7145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
7146 S:      Maintained
7147 F:      net/ieee802154/
7148 F:      net/mac802154/
7149 F:      drivers/net/ieee802154/
7150 F:      include/linux/nl802154.h
7151 F:      include/linux/ieee802154.h
7152 F:      include/net/nl802154.h
7153 F:      include/net/mac802154.h
7154 F:      include/net/af_ieee802154.h
7155 F:      include/net/cfg802154.h
7156 F:      include/net/ieee802154_netdev.h
7157 F:      Documentation/networking/ieee802154.txt
7158
7159 IFE PROTOCOL
7160 M:      Yotam Gigi <yotam.gi@gmail.com>
7161 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7162 F:      net/ife
7163 F:      include/net/ife.h
7164 F:      include/uapi/linux/ife.h
7165
7166 IGORPLUG-USB IR RECEIVER
7167 M:      Sean Young <sean@mess.org>
7168 L:      linux-media@vger.kernel.org
7169 S:      Maintained
7170 F:      drivers/media/rc/igorplugusb.c
7171
7172 IGUANAWORKS USB IR TRANSCEIVER
7173 M:      Sean Young <sean@mess.org>
7174 L:      linux-media@vger.kernel.org
7175 S:      Maintained
7176 F:      drivers/media/rc/iguanair.c
7177
7178 IIO DIGITAL POTENTIOMETER DAC
7179 M:      Peter Rosin <peda@axentia.se>
7180 L:      linux-iio@vger.kernel.org
7181 S:      Maintained
7182 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
7183 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
7184 F:      drivers/iio/dac/dpot-dac.c
7185
7186 IIO ENVELOPE DETECTOR
7187 M:      Peter Rosin <peda@axentia.se>
7188 L:      linux-iio@vger.kernel.org
7189 S:      Maintained
7190 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
7191 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
7192 F:      drivers/iio/adc/envelope-detector.c
7193
7194 IIO MULTIPLEXER
7195 M:      Peter Rosin <peda@axentia.se>
7196 L:      linux-iio@vger.kernel.org
7197 S:      Maintained
7198 F:      Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt
7199 F:      drivers/iio/multiplexer/iio-mux.c
7200
7201 IIO SUBSYSTEM AND DRIVERS
7202 M:      Jonathan Cameron <jic23@kernel.org>
7203 R:      Hartmut Knaack <knaack.h@gmx.de>
7204 R:      Lars-Peter Clausen <lars@metafoo.de>
7205 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
7206 L:      linux-iio@vger.kernel.org
7207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
7208 S:      Maintained
7209 F:      Documentation/ABI/testing/configfs-iio*
7210 F:      Documentation/ABI/testing/sysfs-bus-iio*
7211 F:      Documentation/devicetree/bindings/iio/
7212 F:      drivers/iio/
7213 F:      drivers/staging/iio/
7214 F:      include/linux/iio/
7215 F:      tools/iio/
7216
7217 IIO UNIT CONVERTER
7218 M:      Peter Rosin <peda@axentia.se>
7219 L:      linux-iio@vger.kernel.org
7220 S:      Maintained
7221 F:      Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.txt
7222 F:      Documentation/devicetree/bindings/iio/afe/current-sense-shunt.txt
7223 F:      Documentation/devicetree/bindings/iio/afe/voltage-divider.txt
7224 F:      drivers/iio/afe/iio-rescale.c
7225
7226 IKANOS/ADI EAGLE ADSL USB DRIVER
7227 M:      Matthieu Castet <castet.matthieu@free.fr>
7228 M:      Stanislaw Gruszka <stf_xl@wp.pl>
7229 S:      Maintained
7230 F:      drivers/usb/atm/ueagle-atm.c
7231
7232 IMGTEC ASCII LCD DRIVER
7233 M:      Paul Burton <paul.burton@mips.com>
7234 S:      Maintained
7235 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
7236 F:      drivers/auxdisplay/img-ascii-lcd.c
7237
7238 IMGTEC IR DECODER DRIVER
7239 M:      James Hogan <jhogan@kernel.org>
7240 S:      Maintained
7241 F:      drivers/media/rc/img-ir/
7242
7243 IMON SOUNDGRAPH USB IR RECEIVER
7244 M:      Sean Young <sean@mess.org>
7245 L:      linux-media@vger.kernel.org
7246 S:      Maintained
7247 F:      drivers/media/rc/imon_raw.c
7248 F:      drivers/media/rc/imon.c
7249
7250 IMS TWINTURBO FRAMEBUFFER DRIVER
7251 L:      linux-fbdev@vger.kernel.org
7252 S:      Orphan
7253 F:      drivers/video/fbdev/imsttfb.c
7254
7255 INA209 HARDWARE MONITOR DRIVER
7256 M:      Guenter Roeck <linux@roeck-us.net>
7257 L:      linux-hwmon@vger.kernel.org
7258 S:      Maintained
7259 F:      Documentation/hwmon/ina209
7260 F:      Documentation/devicetree/bindings/hwmon/ina2xx.txt
7261 F:      drivers/hwmon/ina209.c
7262
7263 INA2XX HARDWARE MONITOR DRIVER
7264 M:      Guenter Roeck <linux@roeck-us.net>
7265 L:      linux-hwmon@vger.kernel.org
7266 S:      Maintained
7267 F:      Documentation/hwmon/ina2xx
7268 F:      drivers/hwmon/ina2xx.c
7269 F:      include/linux/platform_data/ina2xx.h
7270
7271 INDUSTRY PACK SUBSYSTEM (IPACK)
7272 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
7273 M:      Jens Taprogge <jens.taprogge@taprogge.org>
7274 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7275 L:      industrypack-devel@lists.sourceforge.net
7276 W:      http://industrypack.sourceforge.net
7277 S:      Maintained
7278 F:      drivers/ipack/
7279
7280 INFINIBAND SUBSYSTEM
7281 M:      Doug Ledford <dledford@redhat.com>
7282 M:      Jason Gunthorpe <jgg@mellanox.com>
7283 L:      linux-rdma@vger.kernel.org
7284 W:      https://github.com/linux-rdma/rdma-core
7285 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
7287 S:      Supported
7288 F:      Documentation/devicetree/bindings/infiniband/
7289 F:      Documentation/infiniband/
7290 F:      drivers/infiniband/
7291 F:      include/uapi/linux/if_infiniband.h
7292 F:      include/uapi/rdma/
7293 F:      include/rdma/
7294
7295 INGENIC JZ4780 DMA Driver
7296 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
7297 S:      Maintained
7298 F:      drivers/dma/dma-jz4780.c
7299
7300 INGENIC JZ4780 NAND DRIVER
7301 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
7302 L:      linux-mtd@lists.infradead.org
7303 S:      Maintained
7304 F:      drivers/mtd/nand/raw/jz4780_*
7305
7306 INOTIFY
7307 M:      Jan Kara <jack@suse.cz>
7308 R:      Amir Goldstein <amir73il@gmail.com>
7309 L:      linux-fsdevel@vger.kernel.org
7310 S:      Maintained
7311 F:      Documentation/filesystems/inotify.txt
7312 F:      fs/notify/inotify/
7313 F:      include/linux/inotify.h
7314 F:      include/uapi/linux/inotify.h
7315
7316 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
7317 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
7318 L:      linux-input@vger.kernel.org
7319 Q:      http://patchwork.kernel.org/project/linux-input/list/
7320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
7321 S:      Maintained
7322 F:      drivers/input/
7323 F:      include/linux/input.h
7324 F:      include/uapi/linux/input.h
7325 F:      include/uapi/linux/input-event-codes.h
7326 F:      include/linux/input/
7327 F:      Documentation/devicetree/bindings/input/
7328 F:      Documentation/devicetree/bindings/serio/
7329 F:      Documentation/input/
7330
7331 INPUT MULTITOUCH (MT) PROTOCOL
7332 M:      Henrik Rydberg <rydberg@bitmath.org>
7333 L:      linux-input@vger.kernel.org
7334 S:      Odd fixes
7335 F:      Documentation/input/multi-touch-protocol.rst
7336 F:      drivers/input/input-mt.c
7337 K:      \b(ABS|SYN)_MT_
7338
7339 INSIDE SECURE CRYPTO DRIVER
7340 M:      Antoine Tenart <antoine.tenart@bootlin.com>
7341 F:      drivers/crypto/inside-secure/
7342 S:      Maintained
7343 L:      linux-crypto@vger.kernel.org
7344
7345 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
7346 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7347 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
7348 L:      linux-integrity@vger.kernel.org
7349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
7350 S:      Supported
7351 F:      security/integrity/ima/
7352
7353 INTEL 810/815 FRAMEBUFFER DRIVER
7354 M:      Antonino Daplas <adaplas@gmail.com>
7355 L:      linux-fbdev@vger.kernel.org
7356 S:      Maintained
7357 F:      drivers/video/fbdev/i810/
7358
7359 INTEL ASoC DRIVERS
7360 M:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
7361 M:      Liam Girdwood <liam.r.girdwood@linux.intel.com>
7362 M:      Jie Yang <yang.jie@linux.intel.com>
7363 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7364 S:      Supported
7365 F:      sound/soc/intel/
7366
7367 INTEL C600 SERIES SAS CONTROLLER DRIVER
7368 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
7369 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
7370 L:      linux-scsi@vger.kernel.org
7371 T:      git git://git.code.sf.net/p/intel-sas/isci
7372 S:      Supported
7373 F:      drivers/scsi/isci/
7374
7375 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
7376 M:      Jani Nikula <jani.nikula@linux.intel.com>
7377 M:      Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
7378 M:      Rodrigo Vivi <rodrigo.vivi@intel.com>
7379 L:      intel-gfx@lists.freedesktop.org
7380 W:      https://01.org/linuxgraphics/
7381 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
7382 C:      irc://chat.freenode.net/intel-gfx
7383 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
7384 T:      git git://anongit.freedesktop.org/drm-intel
7385 S:      Supported
7386 F:      drivers/gpu/drm/i915/
7387 F:      include/drm/i915*
7388 F:      include/uapi/drm/i915_drm.h
7389 F:      Documentation/gpu/i915.rst
7390
7391 INTEL ETHERNET DRIVERS
7392 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7393 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
7394 W:      http://www.intel.com/support/feedback.htm
7395 W:      http://e1000.sourceforge.net/
7396 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
7397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
7398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
7399 S:      Supported
7400 F:      Documentation/networking/e100.rst
7401 F:      Documentation/networking/e1000.rst
7402 F:      Documentation/networking/e1000e.rst
7403 F:      Documentation/networking/fm10k.rst
7404 F:      Documentation/networking/igb.rst
7405 F:      Documentation/networking/igbvf.rst
7406 F:      Documentation/networking/ixgb.rst
7407 F:      Documentation/networking/ixgbe.rst
7408 F:      Documentation/networking/ixgbevf.rst
7409 F:      Documentation/networking/i40e.rst
7410 F:      Documentation/networking/iavf.rst
7411 F:      Documentation/networking/ice.rst
7412 F:      drivers/net/ethernet/intel/
7413 F:      drivers/net/ethernet/intel/*/
7414 F:      include/linux/avf/virtchnl.h
7415
7416 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
7417 M:      Maik Broemme <mbroemme@libmpq.org>
7418 L:      linux-fbdev@vger.kernel.org
7419 S:      Maintained
7420 F:      Documentation/fb/intelfb.txt
7421 F:      drivers/video/fbdev/intelfb/
7422
7423 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
7424 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
7425 M:      Zhi Wang <zhi.a.wang@intel.com>
7426 L:      intel-gvt-dev@lists.freedesktop.org
7427 L:      intel-gfx@lists.freedesktop.org
7428 W:      https://01.org/igvt-g
7429 T:      git https://github.com/intel/gvt-linux.git
7430 S:      Supported
7431 F:      drivers/gpu/drm/i915/gvt/
7432
7433 INTEL PMIC GPIO DRIVER
7434 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7435 S:      Maintained
7436 F:      drivers/gpio/gpio-*cove.c
7437 F:      drivers/gpio/gpio-msic.c
7438
7439 INTEL HID EVENT DRIVER
7440 M:      Alex Hung <alex.hung@canonical.com>
7441 L:      platform-driver-x86@vger.kernel.org
7442 S:      Maintained
7443 F:      drivers/platform/x86/intel-hid.c
7444
7445 INTEL I/OAT DMA DRIVER
7446 M:      Dave Jiang <dave.jiang@intel.com>
7447 R:      Dan Williams <dan.j.williams@intel.com>
7448 L:      dmaengine@vger.kernel.org
7449 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
7450 S:      Supported
7451 F:      drivers/dma/ioat*
7452
7453 INTEL IDLE DRIVER
7454 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
7455 M:      Len Brown <lenb@kernel.org>
7456 L:      linux-pm@vger.kernel.org
7457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7458 B:      https://bugzilla.kernel.org
7459 S:      Supported
7460 F:      drivers/idle/intel_idle.c
7461
7462 INTEL INTEGRATED SENSOR HUB DRIVER
7463 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7464 M:      Jiri Kosina <jikos@kernel.org>
7465 L:      linux-input@vger.kernel.org
7466 S:      Maintained
7467 F:      drivers/hid/intel-ish-hid/
7468
7469 INTEL IOMMU (VT-d)
7470 M:      David Woodhouse <dwmw2@infradead.org>
7471 L:      iommu@lists.linux-foundation.org
7472 T:      git git://git.infradead.org/iommu-2.6.git
7473 S:      Supported
7474 F:      drivers/iommu/intel-iommu.c
7475 F:      include/linux/intel-iommu.h
7476
7477 INTEL IOP-ADMA DMA DRIVER
7478 R:      Dan Williams <dan.j.williams@intel.com>
7479 S:      Odd fixes
7480 F:      drivers/dma/iop-adma.c
7481
7482 INTEL IPU3 CSI-2 CIO2 DRIVER
7483 M:      Yong Zhi <yong.zhi@intel.com>
7484 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
7485 M:      Bingbu Cao <bingbu.cao@intel.com>
7486 R:      Tian Shu Qiu <tian.shu.qiu@intel.com>
7487 R:      Jian Xu Zheng <jian.xu.zheng@intel.com>
7488 L:      linux-media@vger.kernel.org
7489 S:      Maintained
7490 F:      drivers/media/pci/intel/ipu3/
7491 F:      Documentation/media/uapi/v4l/pixfmt-srggb10-ipu3.rst
7492
7493 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7494 M:      Krzysztof Halasa <khalasa@piap.pl>
7495 S:      Maintained
7496 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
7497 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
7498 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7499 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
7500 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
7501 F:      drivers/net/wan/ixp4xx_hss.c
7502
7503 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7504 M:      Deepak Saxena <dsaxena@plexity.net>
7505 S:      Maintained
7506 F:      drivers/char/hw_random/ixp4xx-rng.c
7507
7508 INTEL MANAGEMENT ENGINE (mei)
7509 M:      Tomas Winkler <tomas.winkler@intel.com>
7510 L:      linux-kernel@vger.kernel.org
7511 S:      Supported
7512 F:      include/uapi/linux/mei.h
7513 F:      include/linux/mei_cl_bus.h
7514 F:      drivers/misc/mei/*
7515 F:      drivers/watchdog/mei_wdt.c
7516 F:      Documentation/misc-devices/mei/*
7517 F:      samples/mei/*
7518
7519 INTEL MENLOW THERMAL DRIVER
7520 M:      Sujith Thomas <sujith.thomas@intel.com>
7521 L:      platform-driver-x86@vger.kernel.org
7522 W:      https://01.org/linux-acpi
7523 S:      Supported
7524 F:      drivers/platform/x86/intel_menlow.c
7525
7526 INTEL MERRIFIELD GPIO DRIVER
7527 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7528 L:      linux-gpio@vger.kernel.org
7529 S:      Maintained
7530 F:      drivers/gpio/gpio-merrifield.c
7531
7532 INTEL MIC DRIVERS (mic)
7533 M:      Sudeep Dutt <sudeep.dutt@intel.com>
7534 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
7535 S:      Supported
7536 W:      https://github.com/sudeepdutt/mic
7537 W:      http://software.intel.com/en-us/mic-developer
7538 F:      include/linux/mic_bus.h
7539 F:      include/linux/scif.h
7540 F:      include/uapi/linux/mic_common.h
7541 F:      include/uapi/linux/mic_ioctl.h
7542 F:      include/uapi/linux/scif_ioctl.h
7543 F:      drivers/misc/mic/
7544 F:      drivers/dma/mic_x100_dma.c
7545 F:      drivers/dma/mic_x100_dma.h
7546 F:      Documentation/mic/
7547
7548 INTEL PMC CORE DRIVER
7549 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7550 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7551 L:      platform-driver-x86@vger.kernel.org
7552 S:      Maintained
7553 F:      arch/x86/include/asm/pmc_core.h
7554 F:      drivers/platform/x86/intel_pmc_core*
7555
7556 INTEL PMC/P-Unit IPC DRIVER
7557 M:      Zha Qipeng<qipeng.zha@intel.com>
7558 L:      platform-driver-x86@vger.kernel.org
7559 S:      Maintained
7560 F:      drivers/platform/x86/intel_pmc_ipc.c
7561 F:      drivers/platform/x86/intel_punit_ipc.c
7562 F:      arch/x86/include/asm/intel_pmc_ipc.h
7563 F:      arch/x86/include/asm/intel_punit_ipc.h
7564
7565 INTEL MULTIFUNCTION PMIC DEVICE DRIVERS
7566 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7567 S:      Maintained
7568 F:      drivers/mfd/intel_msic.c
7569 F:      drivers/mfd/intel_soc_pmic*
7570 F:      include/linux/mfd/intel_msic.h
7571 F:      include/linux/mfd/intel_soc_pmic*
7572
7573 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7574 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
7575 L:      linux-wireless@vger.kernel.org
7576 S:      Maintained
7577 F:      Documentation/networking/README.ipw2100
7578 F:      Documentation/networking/README.ipw2200
7579 F:      drivers/net/wireless/intel/ipw2x00/
7580
7581 INTEL PSTATE DRIVER
7582 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7583 M:      Len Brown <lenb@kernel.org>
7584 L:      linux-pm@vger.kernel.org
7585 S:      Supported
7586 F:      drivers/cpufreq/intel_pstate.c
7587
7588 INTEL RDMA RNIC DRIVER
7589 M:      Faisal Latif <faisal.latif@intel.com>
7590 M:      Shiraz Saleem <shiraz.saleem@intel.com>
7591 L:      linux-rdma@vger.kernel.org
7592 S:      Supported
7593 F:      drivers/infiniband/hw/i40iw/
7594 F:      include/uapi/rdma/i40iw-abi.h
7595
7596 INTEL TELEMETRY DRIVER
7597 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7598 L:      platform-driver-x86@vger.kernel.org
7599 S:      Maintained
7600 F:      arch/x86/include/asm/intel_telemetry.h
7601 F:      drivers/platform/x86/intel_telemetry*
7602
7603 INTEL VIRTUAL BUTTON DRIVER
7604 M:      AceLan Kao <acelan.kao@canonical.com>
7605 L:      platform-driver-x86@vger.kernel.org
7606 S:      Maintained
7607 F:      drivers/platform/x86/intel-vbtn.c
7608
7609 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7610 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7611 L:      linux-wireless@vger.kernel.org
7612 S:      Supported
7613 F:      drivers/net/wireless/intel/iwlegacy/
7614
7615 INTEL WIRELESS WIFI LINK (iwlwifi)
7616 M:      Johannes Berg <johannes.berg@intel.com>
7617 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7618 M:      Luca Coelho <luciano.coelho@intel.com>
7619 M:      Intel Linux Wireless <linuxwifi@intel.com>
7620 L:      linux-wireless@vger.kernel.org
7621 W:      http://intellinuxwireless.org
7622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7623 S:      Supported
7624 F:      drivers/net/wireless/intel/iwlwifi/
7625
7626 INTEL WIRELESS WIMAX CONNECTION 2400
7627 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7628 M:      linux-wimax@intel.com
7629 L:      wimax@linuxwimax.org (subscribers-only)
7630 S:      Supported
7631 W:      http://linuxwimax.org
7632 F:      Documentation/wimax/README.i2400m
7633 F:      drivers/net/wimax/i2400m/
7634 F:      include/uapi/linux/wimax/i2400m.h
7635
7636 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
7637 M:      Mario Limonciello <mario.limonciello@dell.com>
7638 S:      Maintained
7639 F:      drivers/platform/x86/intel-wmi-thunderbolt.c
7640
7641 INTEL(R) TRACE HUB
7642 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
7643 S:      Supported
7644 F:      Documentation/trace/intel_th.rst
7645 F:      drivers/hwtracing/intel_th/
7646
7647 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7648 M:      Ning Sun <ning.sun@intel.com>
7649 L:      tboot-devel@lists.sourceforge.net
7650 W:      http://tboot.sourceforge.net
7651 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7652 S:      Supported
7653 F:      Documentation/intel_txt.txt
7654 F:      include/linux/tboot.h
7655 F:      arch/x86/kernel/tboot.c
7656
7657 INTEL-MID GPIO DRIVER
7658 M:      David Cohen <david.a.cohen@linux.intel.com>
7659 L:      linux-gpio@vger.kernel.org
7660 S:      Maintained
7661 F:      drivers/gpio/gpio-intel-mid.c
7662
7663 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7664 M:      Linus Walleij <linus.walleij@linaro.org>
7665 L:      linux-iio@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/iio/gyro/mpu3050*
7668 F:      Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
7669
7670 IOC3 ETHERNET DRIVER
7671 M:      Ralf Baechle <ralf@linux-mips.org>
7672 L:      linux-mips@linux-mips.org
7673 S:      Maintained
7674 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7675
7676 IOC3 SERIAL DRIVER
7677 M:      Pat Gefre <pfg@sgi.com>
7678 L:      linux-serial@vger.kernel.org
7679 S:      Maintained
7680 F:      drivers/tty/serial/ioc3_serial.c
7681
7682 IOMMU DRIVERS
7683 M:      Joerg Roedel <joro@8bytes.org>
7684 L:      iommu@lists.linux-foundation.org
7685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7686 S:      Maintained
7687 F:      Documentation/devicetree/bindings/iommu/
7688 F:      drivers/iommu/
7689 F:      include/linux/iommu.h
7690 F:      include/linux/of_iommu.h
7691 F:      include/linux/iova.h
7692
7693 IP MASQUERADING
7694 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7695 S:      Maintained
7696 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7697
7698 IPMI SUBSYSTEM
7699 M:      Corey Minyard <minyard@acm.org>
7700 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7701 W:      http://openipmi.sourceforge.net/
7702 S:      Supported
7703 F:      Documentation/devicetree/bindings/ipmi/
7704 F:      Documentation/IPMI.txt
7705 F:      drivers/char/ipmi/
7706 F:      include/linux/ipmi*
7707 F:      include/uapi/linux/ipmi*
7708
7709 IPS SCSI RAID DRIVER
7710 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
7711 L:      linux-scsi@vger.kernel.org
7712 W:      http://www.adaptec.com/
7713 S:      Maintained
7714 F:      drivers/scsi/ips*
7715
7716 IPVS
7717 M:      Wensong Zhang <wensong@linux-vs.org>
7718 M:      Simon Horman <horms@verge.net.au>
7719 M:      Julian Anastasov <ja@ssi.bg>
7720 L:      netdev@vger.kernel.org
7721 L:      lvs-devel@vger.kernel.org
7722 S:      Maintained
7723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7725 F:      Documentation/networking/ipvs-sysctl.txt
7726 F:      include/net/ip_vs.h
7727 F:      include/uapi/linux/ip_vs.h
7728 F:      net/netfilter/ipvs/
7729
7730 IPWIRELESS DRIVER
7731 M:      Jiri Kosina <jikos@kernel.org>
7732 M:      David Sterba <dsterba@suse.com>
7733 S:      Odd Fixes
7734 F:      drivers/tty/ipwireless/
7735
7736 IPX NETWORK LAYER
7737 L:      netdev@vger.kernel.org
7738 S:      Obsolete
7739 F:      include/uapi/linux/ipx.h
7740 F:      drivers/staging/ipx/
7741
7742 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7743 M:      Marc Zyngier <marc.zyngier@arm.com>
7744 S:      Maintained
7745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7746 F:      Documentation/IRQ-domain.txt
7747 F:      include/linux/irqdomain.h
7748 F:      kernel/irq/irqdomain.c
7749 F:      kernel/irq/msi.c
7750
7751 IRQ SUBSYSTEM
7752 M:      Thomas Gleixner <tglx@linutronix.de>
7753 L:      linux-kernel@vger.kernel.org
7754 S:      Maintained
7755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7756 F:      kernel/irq/
7757
7758 IRQCHIP DRIVERS
7759 M:      Thomas Gleixner <tglx@linutronix.de>
7760 M:      Jason Cooper <jason@lakedaemon.net>
7761 M:      Marc Zyngier <marc.zyngier@arm.com>
7762 L:      linux-kernel@vger.kernel.org
7763 S:      Maintained
7764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7765 F:      Documentation/devicetree/bindings/interrupt-controller/
7766 F:      drivers/irqchip/
7767
7768 ISA
7769 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7770 S:      Maintained
7771 F:      Documentation/isa.txt
7772 F:      drivers/base/isa.c
7773 F:      include/linux/isa.h
7774
7775 ISA RADIO MODULE
7776 M:      Hans Verkuil <hverkuil@xs4all.nl>
7777 L:      linux-media@vger.kernel.org
7778 T:      git git://linuxtv.org/media_tree.git
7779 W:      https://linuxtv.org
7780 S:      Maintained
7781 F:      drivers/media/radio/radio-isa*
7782
7783 ISAPNP
7784 M:      Jaroslav Kysela <perex@perex.cz>
7785 S:      Maintained
7786 F:      Documentation/isapnp.txt
7787 F:      drivers/pnp/isapnp/
7788 F:      include/linux/isapnp.h
7789
7790 ISCSI
7791 M:      Lee Duncan <lduncan@suse.com>
7792 M:      Chris Leech <cleech@redhat.com>
7793 L:      open-iscsi@googlegroups.com
7794 W:      www.open-iscsi.com
7795 S:      Maintained
7796 F:      drivers/scsi/*iscsi*
7797 F:      include/scsi/*iscsi*
7798
7799 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7800 M:      Peter Jones <pjones@redhat.com>
7801 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
7802 S:      Maintained
7803 F:      drivers/firmware/iscsi_ibft*
7804
7805 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7806 M:      Sagi Grimberg <sagi@grimberg.me>
7807 M:      Max Gurtovoy <maxg@mellanox.com>
7808 L:      linux-rdma@vger.kernel.org
7809 S:      Supported
7810 W:      http://www.openfabrics.org
7811 W:      www.open-iscsi.org
7812 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7813 F:      drivers/infiniband/ulp/iser/
7814
7815 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7816 M:      Sagi Grimberg <sagi@grimberg.me>
7817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7818 L:      linux-rdma@vger.kernel.org
7819 L:      target-devel@vger.kernel.org
7820 S:      Supported
7821 W:      http://www.linux-iscsi.org
7822 F:      drivers/infiniband/ulp/isert
7823
7824 ISDN SUBSYSTEM
7825 M:      Karsten Keil <isdn@linux-pingi.de>
7826 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7827 L:      netdev@vger.kernel.org
7828 W:      http://www.isdn4linux.de
7829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7830 S:      Maintained
7831 F:      Documentation/isdn/
7832 F:      drivers/isdn/
7833 F:      include/linux/isdn.h
7834 F:      include/linux/isdn/
7835 F:      include/uapi/linux/isdn.h
7836 F:      include/uapi/linux/isdn/
7837
7838 ISDN SUBSYSTEM (Eicon active card driver)
7839 M:      Armin Schindler <mac@melware.de>
7840 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7841 W:      http://www.melware.de
7842 S:      Maintained
7843 F:      drivers/isdn/hardware/eicon/
7844
7845 IT87 HARDWARE MONITORING DRIVER
7846 M:      Jean Delvare <jdelvare@suse.com>
7847 L:      linux-hwmon@vger.kernel.org
7848 S:      Maintained
7849 F:      Documentation/hwmon/it87
7850 F:      drivers/hwmon/it87.c
7851
7852 IT913X MEDIA DRIVER
7853 M:      Antti Palosaari <crope@iki.fi>
7854 L:      linux-media@vger.kernel.org
7855 W:      https://linuxtv.org
7856 W:      http://palosaari.fi/linux/
7857 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7858 T:      git git://linuxtv.org/anttip/media_tree.git
7859 S:      Maintained
7860 F:      drivers/media/tuners/it913x*
7861
7862 IVTV VIDEO4LINUX DRIVER
7863 M:      Andy Walls <awalls@md.metrocast.net>
7864 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
7865 L:      linux-media@vger.kernel.org
7866 T:      git git://linuxtv.org/media_tree.git
7867 W:      http://www.ivtvdriver.org
7868 S:      Maintained
7869 F:      Documentation/media/v4l-drivers/ivtv*
7870 F:      drivers/media/pci/ivtv/
7871 F:      include/uapi/linux/ivtv*
7872
7873 IX2505V MEDIA DRIVER
7874 M:      Malcolm Priestley <tvboxspy@gmail.com>
7875 L:      linux-media@vger.kernel.org
7876 W:      https://linuxtv.org
7877 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7878 S:      Maintained
7879 F:      drivers/media/dvb-frontends/ix2505v*
7880
7881 JAILHOUSE HYPERVISOR INTERFACE
7882 M:      Jan Kiszka <jan.kiszka@siemens.com>
7883 L:      jailhouse-dev@googlegroups.com
7884 S:      Maintained
7885 F:      arch/x86/kernel/jailhouse.c
7886 F:      arch/x86/include/asm/jailhouse_para.h
7887
7888 JC42.4 TEMPERATURE SENSOR DRIVER
7889 M:      Guenter Roeck <linux@roeck-us.net>
7890 L:      linux-hwmon@vger.kernel.org
7891 S:      Maintained
7892 F:      drivers/hwmon/jc42.c
7893 F:      Documentation/hwmon/jc42
7894
7895 JFS FILESYSTEM
7896 M:      Dave Kleikamp <shaggy@kernel.org>
7897 L:      jfs-discussion@lists.sourceforge.net
7898 W:      http://jfs.sourceforge.net/
7899 T:      git git://github.com/kleikamp/linux-shaggy.git
7900 S:      Maintained
7901 F:      Documentation/filesystems/jfs.txt
7902 F:      fs/jfs/
7903
7904 JME NETWORK DRIVER
7905 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
7906 L:      netdev@vger.kernel.org
7907 S:      Maintained
7908 F:      drivers/net/ethernet/jme.*
7909
7910 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7911 M:      David Woodhouse <dwmw2@infradead.org>
7912 L:      linux-mtd@lists.infradead.org
7913 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7914 S:      Maintained
7915 F:      fs/jffs2/
7916 F:      include/uapi/linux/jffs2.h
7917
7918 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7919 M:      "Theodore Ts'o" <tytso@mit.edu>
7920 M:      Jan Kara <jack@suse.com>
7921 L:      linux-ext4@vger.kernel.org
7922 S:      Maintained
7923 F:      fs/jbd2/
7924 F:      include/linux/jbd2.h
7925
7926 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7927 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7928 L:      linux-media@vger.kernel.org
7929 S:      Maintained
7930 F:      drivers/media/platform/rcar_jpu.c
7931
7932 JSM Neo PCI based serial card
7933 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7934 L:      linux-serial@vger.kernel.org
7935 S:      Maintained
7936 F:      drivers/tty/serial/jsm/
7937
7938 K10TEMP HARDWARE MONITORING DRIVER
7939 M:      Clemens Ladisch <clemens@ladisch.de>
7940 L:      linux-hwmon@vger.kernel.org
7941 S:      Maintained
7942 F:      Documentation/hwmon/k10temp
7943 F:      drivers/hwmon/k10temp.c
7944
7945 K8TEMP HARDWARE MONITORING DRIVER
7946 M:      Rudolf Marek <r.marek@assembler.cz>
7947 L:      linux-hwmon@vger.kernel.org
7948 S:      Maintained
7949 F:      Documentation/hwmon/k8temp
7950 F:      drivers/hwmon/k8temp.c
7951
7952 KASAN
7953 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
7954 R:      Alexander Potapenko <glider@google.com>
7955 R:      Dmitry Vyukov <dvyukov@google.com>
7956 L:      kasan-dev@googlegroups.com
7957 S:      Maintained
7958 F:      arch/*/include/asm/kasan.h
7959 F:      arch/*/mm/kasan_init*
7960 F:      Documentation/dev-tools/kasan.rst
7961 F:      include/linux/kasan*.h
7962 F:      lib/test_kasan.c
7963 F:      mm/kasan/
7964 F:      scripts/Makefile.kasan
7965
7966 KCONFIG
7967 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
7968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
7969 L:      linux-kbuild@vger.kernel.org
7970 S:      Maintained
7971 F:      Documentation/kbuild/kconfig*
7972 F:      scripts/kconfig/
7973 F:      scripts/Kconfig.include
7974
7975 KDUMP
7976 M:      Dave Young <dyoung@redhat.com>
7977 M:      Baoquan He <bhe@redhat.com>
7978 R:      Vivek Goyal <vgoyal@redhat.com>
7979 L:      kexec@lists.infradead.org
7980 W:      http://lse.sourceforge.net/kdump/
7981 S:      Maintained
7982 F:      Documentation/kdump/
7983
7984 KEENE FM RADIO TRANSMITTER DRIVER
7985 M:      Hans Verkuil <hverkuil@xs4all.nl>
7986 L:      linux-media@vger.kernel.org
7987 T:      git git://linuxtv.org/media_tree.git
7988 W:      https://linuxtv.org
7989 S:      Maintained
7990 F:      drivers/media/radio/radio-keene*
7991
7992 KERNEL AUTOMOUNTER
7993 M:      Ian Kent <raven@themaw.net>
7994 L:      autofs@vger.kernel.org
7995 S:      Maintained
7996 F:      fs/autofs/
7997
7998 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7999 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
8000 M:      Michal Marek <michal.lkml@markovi.net>
8001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
8002 L:      linux-kbuild@vger.kernel.org
8003 S:      Maintained
8004 F:      Documentation/kbuild/
8005 F:      Makefile
8006 F:      scripts/Kbuild*
8007 F:      scripts/Makefile*
8008 F:      scripts/basic/
8009 F:      scripts/mk*
8010 F:      scripts/mod/
8011 F:      scripts/package/
8012
8013 KERNEL JANITORS
8014 L:      kernel-janitors@vger.kernel.org
8015 W:      http://kernelnewbies.org/KernelJanitors
8016 S:      Odd Fixes
8017
8018 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8019 M:      "J. Bruce Fields" <bfields@fieldses.org>
8020 M:      Jeff Layton <jlayton@kernel.org>
8021 L:      linux-nfs@vger.kernel.org
8022 W:      http://nfs.sourceforge.net/
8023 T:      git git://linux-nfs.org/~bfields/linux.git
8024 S:      Supported
8025 F:      fs/nfsd/
8026 F:      include/uapi/linux/nfsd/
8027 F:      fs/lockd/
8028 F:      fs/nfs_common/
8029 F:      net/sunrpc/
8030 F:      include/linux/lockd/
8031 F:      include/linux/sunrpc/
8032 F:      include/uapi/linux/sunrpc/
8033
8034 KERNEL SELFTEST FRAMEWORK
8035 M:      Shuah Khan <shuah@kernel.org>
8036 L:      linux-kselftest@vger.kernel.org
8037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
8038 Q:      https://patchwork.kernel.org/project/linux-kselftest/list/
8039 S:      Maintained
8040 F:      tools/testing/selftests/
8041 F:      Documentation/dev-tools/kselftest*
8042
8043 KERNEL USERMODE HELPER
8044 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
8045 L:      linux-kernel@vger.kernel.org
8046 S:      Maintained
8047 F:      kernel/umh.c
8048 F:      include/linux/umh.h
8049
8050 KERNEL VIRTUAL MACHINE (KVM)
8051 M:      Paolo Bonzini <pbonzini@redhat.com>
8052 M:      Radim Krčmář <rkrcmar@redhat.com>
8053 L:      kvm@vger.kernel.org
8054 W:      http://www.linux-kvm.org
8055 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8056 S:      Supported
8057 F:      Documentation/virtual/kvm/
8058 F:      include/trace/events/kvm.h
8059 F:      include/uapi/asm-generic/kvm*
8060 F:      include/uapi/linux/kvm*
8061 F:      include/asm-generic/kvm*
8062 F:      include/linux/kvm*
8063 F:      include/kvm/iodev.h
8064 F:      virt/kvm/*
8065 F:      tools/kvm/
8066
8067 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
8068 M:      Joerg Roedel <joro@8bytes.org>
8069 L:      kvm@vger.kernel.org
8070 W:      http://www.linux-kvm.org/
8071 S:      Maintained
8072 F:      arch/x86/include/asm/svm.h
8073 F:      arch/x86/kvm/svm.c
8074
8075 KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
8076 M:      Christoffer Dall <christoffer.dall@arm.com>
8077 M:      Marc Zyngier <marc.zyngier@arm.com>
8078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8079 L:      kvmarm@lists.cs.columbia.edu
8080 W:      http://systems.cs.columbia.edu/projects/kvm-arm
8081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
8082 S:      Supported
8083 F:      arch/arm/include/uapi/asm/kvm*
8084 F:      arch/arm/include/asm/kvm*
8085 F:      arch/arm/kvm/
8086 F:      virt/kvm/arm/
8087 F:      include/kvm/arm_*
8088
8089 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
8090 M:      Christoffer Dall <christoffer.dall@arm.com>
8091 M:      Marc Zyngier <marc.zyngier@arm.com>
8092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8093 L:      kvmarm@lists.cs.columbia.edu
8094 S:      Maintained
8095 F:      arch/arm64/include/uapi/asm/kvm*
8096 F:      arch/arm64/include/asm/kvm*
8097 F:      arch/arm64/kvm/
8098
8099 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
8100 M:      James Hogan <jhogan@kernel.org>
8101 L:      linux-mips@linux-mips.org
8102 S:      Supported
8103 F:      arch/mips/include/uapi/asm/kvm*
8104 F:      arch/mips/include/asm/kvm*
8105 F:      arch/mips/kvm/
8106
8107 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
8108 M:      Paul Mackerras <paulus@ozlabs.org>
8109 L:      kvm-ppc@vger.kernel.org
8110 W:      http://www.linux-kvm.org/
8111 T:      git git://github.com/agraf/linux-2.6.git
8112 S:      Supported
8113 F:      arch/powerpc/include/uapi/asm/kvm*
8114 F:      arch/powerpc/include/asm/kvm*
8115 F:      arch/powerpc/kvm/
8116 F:      arch/powerpc/kernel/kvm*
8117
8118 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8119 M:      Christian Borntraeger <borntraeger@de.ibm.com>
8120 M:      Janosch Frank <frankja@linux.ibm.com>
8121 R:      David Hildenbrand <david@redhat.com>
8122 R:      Cornelia Huck <cohuck@redhat.com>
8123 L:      linux-s390@vger.kernel.org
8124 W:      http://www.ibm.com/developerworks/linux/linux390/
8125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
8126 S:      Supported
8127 F:      arch/s390/include/uapi/asm/kvm*
8128 F:      arch/s390/include/asm/gmap.h
8129 F:      arch/s390/include/asm/kvm*
8130 F:      arch/s390/kvm/
8131 F:      arch/s390/mm/gmap.c
8132
8133 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
8134 M:      Paolo Bonzini <pbonzini@redhat.com>
8135 M:      Radim Krčmář <rkrcmar@redhat.com>
8136 L:      kvm@vger.kernel.org
8137 W:      http://www.linux-kvm.org
8138 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8139 S:      Supported
8140 F:      arch/x86/kvm/
8141 F:      arch/x86/include/uapi/asm/kvm*
8142 F:      arch/x86/include/asm/kvm*
8143 F:      arch/x86/include/asm/pvclock-abi.h
8144 F:      arch/x86/kernel/kvm.c
8145 F:      arch/x86/kernel/kvmclock.c
8146
8147 KERNFS
8148 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8149 M:      Tejun Heo <tj@kernel.org>
8150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8151 S:      Supported
8152 F:      include/linux/kernfs.h
8153 F:      fs/kernfs/
8154
8155 KEXEC
8156 M:      Eric Biederman <ebiederm@xmission.com>
8157 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
8158 L:      kexec@lists.infradead.org
8159 S:      Maintained
8160 F:      include/linux/kexec.h
8161 F:      include/uapi/linux/kexec.h
8162 F:      kernel/kexec*
8163
8164 KEYS-ENCRYPTED
8165 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
8166 L:      linux-integrity@vger.kernel.org
8167 L:      keyrings@vger.kernel.org
8168 S:      Supported
8169 F:      Documentation/security/keys/trusted-encrypted.rst
8170 F:      include/keys/encrypted-type.h
8171 F:      security/keys/encrypted-keys/
8172
8173 KEYS-TRUSTED
8174 M:      James Bottomley <jejb@linux.vnet.ibm.com>
8175 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
8176 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
8177 L:      linux-integrity@vger.kernel.org
8178 L:      keyrings@vger.kernel.org
8179 S:      Supported
8180 F:      Documentation/security/keys/trusted-encrypted.rst
8181 F:      include/keys/trusted-type.h
8182 F:      security/keys/trusted.c
8183 F:      security/keys/trusted.h
8184
8185 KEYS/KEYRINGS:
8186 M:      David Howells <dhowells@redhat.com>
8187 L:      keyrings@vger.kernel.org
8188 S:      Maintained
8189 F:      Documentation/security/keys/core.rst
8190 F:      include/linux/key.h
8191 F:      include/linux/key-type.h
8192 F:      include/linux/keyctl.h
8193 F:      include/uapi/linux/keyctl.h
8194 F:      include/keys/
8195 F:      security/keys/
8196
8197 KGDB / KDB /debug_core
8198 M:      Jason Wessel <jason.wessel@windriver.com>
8199 M:      Daniel Thompson <daniel.thompson@linaro.org>
8200 W:      http://kgdb.wiki.kernel.org/
8201 L:      kgdb-bugreport@lists.sourceforge.net
8202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
8203 S:      Maintained
8204 F:      Documentation/dev-tools/kgdb.rst
8205 F:      drivers/misc/kgdbts.c
8206 F:      drivers/tty/serial/kgdboc.c
8207 F:      include/linux/kdb.h
8208 F:      include/linux/kgdb.h
8209 F:      kernel/debug/
8210
8211 KMEMLEAK
8212 M:      Catalin Marinas <catalin.marinas@arm.com>
8213 S:      Maintained
8214 F:      Documentation/dev-tools/kmemleak.rst
8215 F:      include/linux/kmemleak.h
8216 F:      mm/kmemleak.c
8217 F:      mm/kmemleak-test.c
8218
8219 KMOD KERNEL MODULE LOADER - USERMODE HELPER
8220 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
8221 L:      linux-kernel@vger.kernel.org
8222 S:      Maintained
8223 F:      kernel/kmod.c
8224 F:      include/linux/kmod.h
8225 F:      lib/test_kmod.c
8226 F:      tools/testing/selftests/kmod/
8227
8228 KPROBES
8229 M:      Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
8230 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
8231 M:      "David S. Miller" <davem@davemloft.net>
8232 M:      Masami Hiramatsu <mhiramat@kernel.org>
8233 S:      Maintained
8234 F:      Documentation/kprobes.txt
8235 F:      include/linux/kprobes.h
8236 F:      include/asm-generic/kprobes.h
8237 F:      kernel/kprobes.c
8238
8239 KS0108 LCD CONTROLLER DRIVER
8240 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
8241 S:      Maintained
8242 F:      Documentation/auxdisplay/ks0108
8243 F:      drivers/auxdisplay/ks0108.c
8244 F:      include/linux/ks0108.h
8245
8246 L3MDEV
8247 M:      David Ahern <dsa@cumulusnetworks.com>
8248 L:      netdev@vger.kernel.org
8249 S:      Maintained
8250 F:      net/l3mdev
8251 F:      include/net/l3mdev.h
8252
8253 L7 BPF FRAMEWORK
8254 M:      John Fastabend <john.fastabend@gmail.com>
8255 M:      Daniel Borkmann <daniel@iogearbox.net>
8256 L:      netdev@vger.kernel.org
8257 S:      Maintained
8258 F:      include/linux/skmsg.h
8259 F:      net/core/skmsg.c
8260 F:      net/core/sock_map.c
8261 F:      net/ipv4/tcp_bpf.c
8262
8263 LANTIQ / INTEL Ethernet drivers
8264 M:      Hauke Mehrtens <hauke@hauke-m.de>
8265 L:      netdev@vger.kernel.org
8266 S:      Maintained
8267 F:      net/dsa/tag_gswip.c
8268 F:      drivers/net/ethernet/lantiq_xrx200.c
8269 F:      drivers/net/dsa/lantiq_pce.h
8270 F:      drivers/net/dsa/lantiq_gswip.c
8271
8272 LANTIQ MIPS ARCHITECTURE
8273 M:      John Crispin <john@phrozen.org>
8274 L:      linux-mips@linux-mips.org
8275 S:      Maintained
8276 F:      arch/mips/lantiq
8277 F:      drivers/soc/lantiq
8278
8279 LAPB module
8280 L:      linux-x25@vger.kernel.org
8281 S:      Orphan
8282 F:      Documentation/networking/lapb-module.txt
8283 F:      include/*/lapb.h
8284 F:      net/lapb/
8285
8286 LASI 53c700 driver for PARISC
8287 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8288 L:      linux-scsi@vger.kernel.org
8289 S:      Maintained
8290 F:      Documentation/scsi/53c700.txt
8291 F:      drivers/scsi/53c700*
8292
8293 LEAKING_ADDRESSES
8294 M:      Tobin C. Harding <me@tobin.cc>
8295 M:      Tycho Andersen <tycho@tycho.ws>
8296 L:      kernel-hardening@lists.openwall.com
8297 S:      Maintained
8298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
8299 F:      scripts/leaking_addresses.pl
8300
8301 LED SUBSYSTEM
8302 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
8303 M:      Pavel Machek <pavel@ucw.cz>
8304 L:      linux-leds@vger.kernel.org
8305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
8306 S:      Maintained
8307 F:      Documentation/devicetree/bindings/leds/
8308 F:      drivers/leds/
8309 F:      include/linux/leds.h
8310
8311 LEGACY EEPROM DRIVER
8312 M:      Jean Delvare <jdelvare@suse.com>
8313 S:      Maintained
8314 F:      Documentation/misc-devices/eeprom
8315 F:      drivers/misc/eeprom/eeprom.c
8316
8317 LEGO MINDSTORMS EV3
8318 R:      David Lechner <david@lechnology.com>
8319 S:      Maintained
8320 F:      arch/arm/boot/dts/da850-lego-ev3.dts
8321 F:      Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt
8322 F:      drivers/power/supply/lego_ev3_battery.c
8323
8324 LEGO USB Tower driver
8325 M:      Juergen Stuber <starblue@users.sourceforge.net>
8326 L:      legousb-devel@lists.sourceforge.net
8327 W:      http://legousb.sourceforge.net/
8328 S:      Maintained
8329 F:      drivers/usb/misc/legousbtower.c
8330
8331 LG2160 MEDIA DRIVER
8332 M:      Michael Krufky <mkrufky@linuxtv.org>
8333 L:      linux-media@vger.kernel.org
8334 W:      https://linuxtv.org
8335 W:      http://github.com/mkrufky
8336 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8337 T:      git git://linuxtv.org/mkrufky/tuners.git
8338 S:      Maintained
8339 F:      drivers/media/dvb-frontends/lg2160.*
8340
8341 LGDT3305 MEDIA DRIVER
8342 M:      Michael Krufky <mkrufky@linuxtv.org>
8343 L:      linux-media@vger.kernel.org
8344 W:      https://linuxtv.org
8345 W:      http://github.com/mkrufky
8346 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8347 T:      git git://linuxtv.org/mkrufky/tuners.git
8348 S:      Maintained
8349 F:      drivers/media/dvb-frontends/lgdt3305.*
8350
8351 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
8352 M:      Viresh Kumar <vireshk@kernel.org>
8353 L:      linux-ide@vger.kernel.org
8354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8355 S:      Maintained
8356 F:      include/linux/pata_arasan_cf_data.h
8357 F:      drivers/ata/pata_arasan_cf.c
8358
8359 LIBATA PATA DRIVERS
8360 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8361 M:      Jens Axboe <axboe@kernel.dk>
8362 L:      linux-ide@vger.kernel.org
8363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8364 S:      Maintained
8365 F:      drivers/ata/pata_*.c
8366 F:      drivers/ata/ata_generic.c
8367
8368 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
8369 M:      Linus Walleij <linus.walleij@linaro.org>
8370 L:      linux-ide@vger.kernel.org
8371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8372 S:      Maintained
8373 F:      drivers/ata/pata_ftide010.c
8374 F:      drivers/ata/sata_gemini.c
8375 F:      drivers/ata/sata_gemini.h
8376
8377 LIBATA SATA AHCI PLATFORM devices support
8378 M:      Hans de Goede <hdegoede@redhat.com>
8379 M:      Jens Axboe <axboe@kernel.dk>
8380 L:      linux-ide@vger.kernel.org
8381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8382 S:      Maintained
8383 F:      drivers/ata/ahci_platform.c
8384 F:      drivers/ata/libahci_platform.c
8385 F:      include/linux/ahci_platform.h
8386
8387 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
8388 M:      Mikael Pettersson <mikpelinux@gmail.com>
8389 L:      linux-ide@vger.kernel.org
8390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8391 S:      Maintained
8392 F:      drivers/ata/sata_promise.*
8393
8394 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
8395 M:      Jens Axboe <axboe@kernel.dk>
8396 L:      linux-ide@vger.kernel.org
8397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8398 S:      Maintained
8399 F:      drivers/ata/
8400 F:      include/linux/ata.h
8401 F:      include/linux/libata.h
8402 F:      Documentation/devicetree/bindings/ata/
8403
8404 LIBLOCKDEP
8405 M:      Sasha Levin <alexander.levin@microsoft.com>
8406 S:      Maintained
8407 F:      tools/lib/lockdep/
8408
8409 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
8410 M:      Ross Zwisler <zwisler@kernel.org>
8411 M:      Dan Williams <dan.j.williams@intel.com>
8412 M:      Vishal Verma <vishal.l.verma@intel.com>
8413 M:      Dave Jiang <dave.jiang@intel.com>
8414 L:      linux-nvdimm@lists.01.org
8415 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8416 S:      Supported
8417 F:      drivers/nvdimm/blk.c
8418 F:      drivers/nvdimm/region_devs.c
8419
8420 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
8421 M:      Vishal Verma <vishal.l.verma@intel.com>
8422 M:      Dan Williams <dan.j.williams@intel.com>
8423 M:      Ross Zwisler <zwisler@kernel.org>
8424 M:      Dave Jiang <dave.jiang@intel.com>
8425 L:      linux-nvdimm@lists.01.org
8426 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8427 S:      Supported
8428 F:      drivers/nvdimm/btt*
8429
8430 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
8431 M:      Ross Zwisler <zwisler@kernel.org>
8432 M:      Dan Williams <dan.j.williams@intel.com>
8433 M:      Vishal Verma <vishal.l.verma@intel.com>
8434 M:      Dave Jiang <dave.jiang@intel.com>
8435 L:      linux-nvdimm@lists.01.org
8436 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8437 S:      Supported
8438 F:      drivers/nvdimm/pmem*
8439
8440 LIBNVDIMM: DEVICETREE BINDINGS
8441 M:      Oliver O'Halloran <oohall@gmail.com>
8442 L:      linux-nvdimm@lists.01.org
8443 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8444 S:      Supported
8445 F:      drivers/nvdimm/of_pmem.c
8446 F:      Documentation/devicetree/bindings/pmem/pmem-region.txt
8447
8448 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
8449 M:      Dan Williams <dan.j.williams@intel.com>
8450 M:      Ross Zwisler <zwisler@kernel.org>
8451 M:      Vishal Verma <vishal.l.verma@intel.com>
8452 M:      Dave Jiang <dave.jiang@intel.com>
8453 L:      linux-nvdimm@lists.01.org
8454 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
8456 S:      Supported
8457 F:      drivers/nvdimm/*
8458 F:      drivers/acpi/nfit/*
8459 F:      include/linux/nd.h
8460 F:      include/linux/libnvdimm.h
8461 F:      include/uapi/linux/ndctl.h
8462
8463 LIGHTNVM PLATFORM SUPPORT
8464 M:      Matias Bjorling <mb@lightnvm.io>
8465 W:      http://github/OpenChannelSSD
8466 L:      linux-block@vger.kernel.org
8467 S:      Maintained
8468 F:      drivers/lightnvm/
8469 F:      include/linux/lightnvm.h
8470 F:      include/uapi/linux/lightnvm.h
8471
8472 LINUX FOR POWER MACINTOSH
8473 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8474 W:      http://www.penguinppc.org/
8475 L:      linuxppc-dev@lists.ozlabs.org
8476 S:      Maintained
8477 F:      arch/powerpc/platforms/powermac/
8478 F:      drivers/macintosh/
8479
8480 LINUX FOR POWERPC (32-BIT AND 64-BIT)
8481 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8482 M:      Paul Mackerras <paulus@samba.org>
8483 M:      Michael Ellerman <mpe@ellerman.id.au>
8484 W:      https://github.com/linuxppc/linux/wiki
8485 L:      linuxppc-dev@lists.ozlabs.org
8486 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
8487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
8488 S:      Supported
8489 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
8490 F:      Documentation/devicetree/bindings/powerpc/
8491 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
8492 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
8493 F:      Documentation/powerpc/
8494 F:      arch/powerpc/
8495 F:      drivers/char/tpm/tpm_ibmvtpm*
8496 F:      drivers/crypto/nx/
8497 F:      drivers/crypto/vmx/
8498 F:      drivers/i2c/busses/i2c-opal.c
8499 F:      drivers/net/ethernet/ibm/ibmveth.*
8500 F:      drivers/net/ethernet/ibm/ibmvnic.*
8501 F:      drivers/pci/hotplug/pnv_php.c
8502 F:      drivers/pci/hotplug/rpa*
8503 F:      drivers/rtc/rtc-opal.c
8504 F:      drivers/scsi/ibmvscsi/
8505 F:      drivers/tty/hvc/hvc_opal.c
8506 F:      drivers/watchdog/wdrtas.c
8507 F:      tools/testing/selftests/powerpc
8508 N:      /pmac
8509 N:      powermac
8510 N:      powernv
8511 N:      [^a-z0-9]ps3
8512 N:      pseries
8513
8514 LINUX FOR POWERPC EMBEDDED MPC5XXX
8515 M:      Anatolij Gustschin <agust@denx.de>
8516 L:      linuxppc-dev@lists.ozlabs.org
8517 T:      git git://git.denx.de/linux-denx-agust.git
8518 S:      Maintained
8519 F:      arch/powerpc/platforms/512x/
8520 F:      arch/powerpc/platforms/52xx/
8521
8522 LINUX FOR POWERPC EMBEDDED PPC4XX
8523 M:      Alistair Popple <alistair@popple.id.au>
8524 M:      Matt Porter <mporter@kernel.crashing.org>
8525 W:      http://www.penguinppc.org/
8526 L:      linuxppc-dev@lists.ozlabs.org
8527 S:      Maintained
8528 F:      arch/powerpc/platforms/40x/
8529 F:      arch/powerpc/platforms/44x/
8530
8531 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8532 M:      Scott Wood <oss@buserror.net>
8533 M:      Kumar Gala <galak@kernel.crashing.org>
8534 W:      http://www.penguinppc.org/
8535 L:      linuxppc-dev@lists.ozlabs.org
8536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8537 S:      Maintained
8538 F:      arch/powerpc/platforms/83xx/
8539 F:      arch/powerpc/platforms/85xx/
8540 F:      Documentation/devicetree/bindings/powerpc/fsl/
8541
8542 LINUX FOR POWERPC EMBEDDED PPC8XX
8543 M:      Vitaly Bordug <vitb@kernel.crashing.org>
8544 W:      http://www.penguinppc.org/
8545 L:      linuxppc-dev@lists.ozlabs.org
8546 S:      Maintained
8547 F:      arch/powerpc/platforms/8xx/
8548
8549 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8550 L:      linuxppc-dev@lists.ozlabs.org
8551 S:      Orphan
8552 F:      arch/powerpc/*/*virtex*
8553 F:      arch/powerpc/*/*/*virtex*
8554
8555 LINUX FOR POWERPC PA SEMI PWRFICIENT
8556 L:      linuxppc-dev@lists.ozlabs.org
8557 S:      Orphan
8558 F:      arch/powerpc/platforms/pasemi/
8559 F:      drivers/*/*pasemi*
8560 F:      drivers/*/*/*pasemi*
8561
8562 LINUX KERNEL DUMP TEST MODULE (LKDTM)
8563 M:      Kees Cook <keescook@chromium.org>
8564 S:      Maintained
8565 F:      drivers/misc/lkdtm/*
8566
8567 LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
8568 M:      Alan Stern <stern@rowland.harvard.edu>
8569 M:      Andrea Parri <andrea.parri@amarulasolutions.com>
8570 M:      Will Deacon <will.deacon@arm.com>
8571 M:      Peter Zijlstra <peterz@infradead.org>
8572 M:      Boqun Feng <boqun.feng@gmail.com>
8573 M:      Nicholas Piggin <npiggin@gmail.com>
8574 M:      David Howells <dhowells@redhat.com>
8575 M:      Jade Alglave <j.alglave@ucl.ac.uk>
8576 M:      Luc Maranget <luc.maranget@inria.fr>
8577 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8578 R:      Akira Yokosawa <akiyks@gmail.com>
8579 R:      Daniel Lustig <dlustig@nvidia.com>
8580 L:      linux-kernel@vger.kernel.org
8581 L:      linux-arch@vger.kernel.org
8582 S:      Supported
8583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8584 F:      tools/memory-model/
8585 F:      Documentation/atomic_bitops.txt
8586 F:      Documentation/atomic_t.txt
8587 F:      Documentation/core-api/atomic_ops.rst
8588 F:      Documentation/core-api/refcount-vs-atomic.rst
8589 F:      Documentation/memory-barriers.txt
8590
8591 LIS3LV02D ACCELEROMETER DRIVER
8592 M:      Eric Piel <eric.piel@tremplin-utc.net>
8593 S:      Maintained
8594 F:      Documentation/misc-devices/lis3lv02d
8595 F:      drivers/misc/lis3lv02d/
8596 F:      drivers/platform/x86/hp_accel.c
8597
8598 LIVE PATCHING
8599 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8600 M:      Jessica Yu <jeyu@kernel.org>
8601 M:      Jiri Kosina <jikos@kernel.org>
8602 M:      Miroslav Benes <mbenes@suse.cz>
8603 R:      Petr Mladek <pmladek@suse.com>
8604 S:      Maintained
8605 F:      kernel/livepatch/
8606 F:      include/linux/livepatch.h
8607 F:      arch/x86/include/asm/livepatch.h
8608 F:      arch/x86/kernel/livepatch.c
8609 F:      Documentation/livepatch/
8610 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
8611 F:      samples/livepatch/
8612 L:      live-patching@vger.kernel.org
8613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8614
8615 LLC (802.2)
8616 L:      netdev@vger.kernel.org
8617 S:      Odd fixes
8618 F:      include/linux/llc.h
8619 F:      include/uapi/linux/llc.h
8620 F:      include/net/llc*
8621 F:      net/llc/
8622
8623 LM73 HARDWARE MONITOR DRIVER
8624 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
8625 L:      linux-hwmon@vger.kernel.org
8626 S:      Maintained
8627 F:      drivers/hwmon/lm73.c
8628
8629 LM78 HARDWARE MONITOR DRIVER
8630 M:      Jean Delvare <jdelvare@suse.com>
8631 L:      linux-hwmon@vger.kernel.org
8632 S:      Maintained
8633 F:      Documentation/hwmon/lm78
8634 F:      drivers/hwmon/lm78.c
8635
8636 LM83 HARDWARE MONITOR DRIVER
8637 M:      Jean Delvare <jdelvare@suse.com>
8638 L:      linux-hwmon@vger.kernel.org
8639 S:      Maintained
8640 F:      Documentation/hwmon/lm83
8641 F:      drivers/hwmon/lm83.c
8642
8643 LM90 HARDWARE MONITOR DRIVER
8644 M:      Jean Delvare <jdelvare@suse.com>
8645 L:      linux-hwmon@vger.kernel.org
8646 S:      Maintained
8647 F:      Documentation/hwmon/lm90
8648 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
8649 F:      drivers/hwmon/lm90.c
8650 F:      include/dt-bindings/thermal/lm90.h
8651
8652 LM95234 HARDWARE MONITOR DRIVER
8653 M:      Guenter Roeck <linux@roeck-us.net>
8654 L:      linux-hwmon@vger.kernel.org
8655 S:      Maintained
8656 F:      Documentation/hwmon/lm95234
8657 F:      drivers/hwmon/lm95234.c
8658
8659 LME2510 MEDIA DRIVER
8660 M:      Malcolm Priestley <tvboxspy@gmail.com>
8661 L:      linux-media@vger.kernel.org
8662 W:      https://linuxtv.org
8663 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8664 S:      Maintained
8665 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
8666
8667 LOADPIN SECURITY MODULE
8668 M:      Kees Cook <keescook@chromium.org>
8669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8670 S:      Supported
8671 F:      security/loadpin/
8672 F:      Documentation/admin-guide/LSM/LoadPin.rst
8673
8674 LOCKING PRIMITIVES
8675 M:      Peter Zijlstra <peterz@infradead.org>
8676 M:      Ingo Molnar <mingo@redhat.com>
8677 M:      Will Deacon <will.deacon@arm.com>
8678 L:      linux-kernel@vger.kernel.org
8679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8680 S:      Maintained
8681 F:      Documentation/locking/
8682 F:      include/linux/lockdep.h
8683 F:      include/linux/spinlock*.h
8684 F:      arch/*/include/asm/spinlock*.h
8685 F:      include/linux/rwlock*.h
8686 F:      include/linux/mutex*.h
8687 F:      include/linux/rwsem*.h
8688 F:      arch/*/include/asm/rwsem.h
8689 F:      include/linux/seqlock.h
8690 F:      lib/locking*.[ch]
8691 F:      kernel/locking/
8692 X:      kernel/locking/locktorture.c
8693
8694 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8695 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
8696 L:      linux-ntfs-dev@lists.sourceforge.net
8697 W:      http://www.linux-ntfs.org/content/view/19/37/
8698 S:      Maintained
8699 F:      Documentation/ldm.txt
8700 F:      block/partitions/ldm.*
8701
8702 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8703 M:      Sathya Prakash <sathya.prakash@broadcom.com>
8704 M:      Chaitra P B <chaitra.basappa@broadcom.com>
8705 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8706 L:      MPT-FusionLinux.pdl@broadcom.com
8707 L:      linux-scsi@vger.kernel.org
8708 W:      http://www.avagotech.com/support/
8709 S:      Supported
8710 F:      drivers/message/fusion/
8711 F:      drivers/scsi/mpt3sas/
8712
8713 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8714 M:      Matthew Wilcox <willy@infradead.org>
8715 L:      linux-scsi@vger.kernel.org
8716 S:      Maintained
8717 F:      drivers/scsi/sym53c8xx_2/
8718
8719 LTC4261 HARDWARE MONITOR DRIVER
8720 M:      Guenter Roeck <linux@roeck-us.net>
8721 L:      linux-hwmon@vger.kernel.org
8722 S:      Maintained
8723 F:      Documentation/hwmon/ltc4261
8724 F:      drivers/hwmon/ltc4261.c
8725
8726 LTC4306 I2C MULTIPLEXER DRIVER
8727 M:      Michael Hennerich <michael.hennerich@analog.com>
8728 W:      http://ez.analog.com/community/linux-device-drivers
8729 L:      linux-i2c@vger.kernel.org
8730 S:      Supported
8731 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
8732 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8733
8734 LTP (Linux Test Project)
8735 M:      Mike Frysinger <vapier@gentoo.org>
8736 M:      Cyril Hrubis <chrubis@suse.cz>
8737 M:      Wanlong Gao <wanlong.gao@gmail.com>
8738 M:      Jan Stancek <jstancek@redhat.com>
8739 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8740 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
8741 L:      ltp@lists.linux.it (subscribers-only)
8742 W:      http://linux-test-project.github.io/
8743 T:      git git://github.com/linux-test-project/ltp.git
8744 S:      Maintained
8745
8746 M68K ARCHITECTURE
8747 M:      Geert Uytterhoeven <geert@linux-m68k.org>
8748 L:      linux-m68k@lists.linux-m68k.org
8749 W:      http://www.linux-m68k.org/
8750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8751 S:      Maintained
8752 F:      arch/m68k/
8753 F:      drivers/zorro/
8754
8755 M68K ON APPLE MACINTOSH
8756 M:      Joshua Thompson <funaho@jurai.org>
8757 W:      http://www.mac.linux-m68k.org/
8758 L:      linux-m68k@lists.linux-m68k.org
8759 S:      Maintained
8760 F:      arch/m68k/mac/
8761
8762 M68K ON HP9000/300
8763 M:      Philip Blundell <philb@gnu.org>
8764 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8765 S:      Maintained
8766 F:      arch/m68k/hp300/
8767
8768 M88DS3103 MEDIA DRIVER
8769 M:      Antti Palosaari <crope@iki.fi>
8770 L:      linux-media@vger.kernel.org
8771 W:      https://linuxtv.org
8772 W:      http://palosaari.fi/linux/
8773 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8774 T:      git git://linuxtv.org/anttip/media_tree.git
8775 S:      Maintained
8776 F:      drivers/media/dvb-frontends/m88ds3103*
8777
8778 M88RS2000 MEDIA DRIVER
8779 M:      Malcolm Priestley <tvboxspy@gmail.com>
8780 L:      linux-media@vger.kernel.org
8781 W:      https://linuxtv.org
8782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8783 S:      Maintained
8784 F:      drivers/media/dvb-frontends/m88rs2000*
8785
8786 MA901 MASTERKIT USB FM RADIO DRIVER
8787 M:      Alexey Klimov <klimov.linux@gmail.com>
8788 L:      linux-media@vger.kernel.org
8789 T:      git git://linuxtv.org/media_tree.git
8790 S:      Maintained
8791 F:      drivers/media/radio/radio-ma901.c
8792
8793 MAC80211
8794 M:      Johannes Berg <johannes@sipsolutions.net>
8795 L:      linux-wireless@vger.kernel.org
8796 W:      http://wireless.kernel.org/
8797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8799 S:      Maintained
8800 F:      Documentation/networking/mac80211-injection.txt
8801 F:      include/net/mac80211.h
8802 F:      net/mac80211/
8803 F:      drivers/net/wireless/mac80211_hwsim.[ch]
8804 F:      Documentation/networking/mac80211_hwsim/README
8805
8806 MAILBOX API
8807 M:      Jassi Brar <jassisinghbrar@gmail.com>
8808 L:      linux-kernel@vger.kernel.org
8809 S:      Maintained
8810 F:      drivers/mailbox/
8811 F:      include/linux/mailbox_client.h
8812 F:      include/linux/mailbox_controller.h
8813
8814 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8815 M:      Michael Kerrisk <mtk.manpages@gmail.com>
8816 W:      http://www.kernel.org/doc/man-pages
8817 L:      linux-man@vger.kernel.org
8818 S:      Maintained
8819
8820 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8821 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
8822 L:      linux-mips@linux-mips.org
8823 S:      Maintained
8824 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
8825
8826 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8827 M:      Andrew Lunn <andrew@lunn.ch>
8828 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8829 L:      netdev@vger.kernel.org
8830 S:      Maintained
8831 F:      drivers/net/dsa/mv88e6xxx/
8832 F:      include/linux/platform_data/mv88e6xxx.h
8833 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
8834
8835 MARVELL ARMADA DRM SUPPORT
8836 M:      Russell King <linux@armlinux.org.uk>
8837 S:      Maintained
8838 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8839 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8840 F:      drivers/gpu/drm/armada/
8841 F:      include/uapi/drm/armada_drm.h
8842 F:      Documentation/devicetree/bindings/display/armada/
8843
8844 MARVELL CRYPTO DRIVER
8845 M:      Boris Brezillon <boris.brezillon@bootlin.com>
8846 M:      Arnaud Ebalard <arno@natisbad.org>
8847 F:      drivers/crypto/marvell/
8848 S:      Maintained
8849 L:      linux-crypto@vger.kernel.org
8850
8851 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8852 M:      Mirko Lindner <mlindner@marvell.com>
8853 M:      Stephen Hemminger <stephen@networkplumber.org>
8854 L:      netdev@vger.kernel.org
8855 S:      Maintained
8856 F:      drivers/net/ethernet/marvell/sk*
8857
8858 MARVELL LIBERTAS WIRELESS DRIVER
8859 L:      libertas-dev@lists.infradead.org
8860 S:      Orphan
8861 F:      drivers/net/wireless/marvell/libertas/
8862
8863 MARVELL MACCHIATOBIN SUPPORT
8864 M:      Russell King <linux@armlinux.org.uk>
8865 L:      linux-arm-kernel@lists.infradead.org
8866 S:      Maintained
8867 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8868
8869 MARVELL MV643XX ETHERNET DRIVER
8870 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8871 L:      netdev@vger.kernel.org
8872 S:      Maintained
8873 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
8874 F:      include/linux/mv643xx.h
8875
8876 MARVELL MV88X3310 PHY DRIVER
8877 M:      Russell King <linux@armlinux.org.uk>
8878 L:      netdev@vger.kernel.org
8879 S:      Maintained
8880 F:      drivers/net/phy/marvell10g.c
8881
8882 MARVELL MVNETA ETHERNET DRIVER
8883 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8884 L:      netdev@vger.kernel.org
8885 S:      Maintained
8886 F:      drivers/net/ethernet/marvell/mvneta.*
8887
8888 MARVELL MWIFIEX WIRELESS DRIVER
8889 M:      Amitkumar Karwar <amitkarwar@gmail.com>
8890 M:      Nishant Sarmukadam <nishants@marvell.com>
8891 M:      Ganapathi Bhat <gbhat@marvell.com>
8892 M:      Xinming Hu <huxinming820@gmail.com>
8893 L:      linux-wireless@vger.kernel.org
8894 S:      Maintained
8895 F:      drivers/net/wireless/marvell/mwifiex/
8896
8897 MARVELL MWL8K WIRELESS DRIVER
8898 M:      Lennert Buytenhek <buytenh@wantstofly.org>
8899 L:      linux-wireless@vger.kernel.org
8900 S:      Odd Fixes
8901 F:      drivers/net/wireless/marvell/mwl8k.c
8902
8903 MARVELL NAND CONTROLLER DRIVER
8904 M:      Miquel Raynal <miquel.raynal@bootlin.com>
8905 L:      linux-mtd@lists.infradead.org
8906 S:      Maintained
8907 F:      drivers/mtd/nand/raw/marvell_nand.c
8908 F:      Documentation/devicetree/bindings/mtd/marvell-nand.txt
8909
8910 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8911 M:      Nicolas Pitre <nico@fluxnic.net>
8912 S:      Odd Fixes
8913 F:      drivers/mmc/host/mvsdio.*
8914
8915 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8916 M:      Hu Ziji <huziji@marvell.com>
8917 L:      linux-mmc@vger.kernel.org
8918 S:      Supported
8919 F:      drivers/mmc/host/sdhci-xenon*
8920 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8921
8922 MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER
8923 M:      Sunil Goutham <sgoutham@marvell.com>
8924 M:      Linu Cherian <lcherian@marvell.com>
8925 M:      Geetha sowjanya <gakula@marvell.com>
8926 M:      Jerin Jacob <jerinj@marvell.com>
8927 L:      netdev@vger.kernel.org
8928 S:      Supported
8929 F:      drivers/net/ethernet/marvell/octeontx2/af/
8930
8931 MATROX FRAMEBUFFER DRIVER
8932 L:      linux-fbdev@vger.kernel.org
8933 S:      Orphan
8934 F:      drivers/video/fbdev/matrox/matroxfb_*
8935 F:      include/uapi/linux/matroxfb.h
8936
8937 MAX16065 HARDWARE MONITOR DRIVER
8938 M:      Guenter Roeck <linux@roeck-us.net>
8939 L:      linux-hwmon@vger.kernel.org
8940 S:      Maintained
8941 F:      Documentation/hwmon/max16065
8942 F:      drivers/hwmon/max16065.c
8943
8944 MAX2175 SDR TUNER DRIVER
8945 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8946 L:      linux-media@vger.kernel.org
8947 T:      git git://linuxtv.org/media_tree.git
8948 S:      Maintained
8949 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
8950 F:      Documentation/media/v4l-drivers/max2175.rst
8951 F:      drivers/media/i2c/max2175*
8952 F:      include/uapi/linux/max2175.h
8953
8954 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8955 L:      linux-hwmon@vger.kernel.org
8956 S:      Orphan
8957 F:      Documentation/hwmon/max6650
8958 F:      drivers/hwmon/max6650.c
8959
8960 MAX6697 HARDWARE MONITOR DRIVER
8961 M:      Guenter Roeck <linux@roeck-us.net>
8962 L:      linux-hwmon@vger.kernel.org
8963 S:      Maintained
8964 F:      Documentation/hwmon/max6697
8965 F:      Documentation/devicetree/bindings/hwmon/max6697.txt
8966 F:      drivers/hwmon/max6697.c
8967 F:      include/linux/platform_data/max6697.h
8968
8969 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8970 M:      Peter Rosin <peda@axentia.se>
8971 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8972 S:      Maintained
8973 F:      Documentation/devicetree/bindings/sound/max9860.txt
8974 F:      sound/soc/codecs/max9860.*
8975
8976 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8977 M:      Javier Martinez Canillas <javier@dowhile0.org>
8978 L:      linux-kernel@vger.kernel.org
8979 S:      Supported
8980 F:      drivers/regulator/max77802-regulator.c
8981 F:      Documentation/devicetree/bindings/*/*max77802.txt
8982 F:      include/dt-bindings/*/*max77802.h
8983
8984 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8985 M:      Krzysztof Kozlowski <krzk@kernel.org>
8986 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8987 L:      linux-pm@vger.kernel.org
8988 S:      Supported
8989 F:      drivers/power/supply/max14577_charger.c
8990 F:      drivers/power/supply/max77693_charger.c
8991
8992 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8993 M:      Chanwoo Choi <cw00.choi@samsung.com>
8994 M:      Krzysztof Kozlowski <krzk@kernel.org>
8995 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8996 L:      linux-kernel@vger.kernel.org
8997 S:      Supported
8998 F:      drivers/*/max14577*.c
8999 F:      drivers/*/max77686*.c
9000 F:      drivers/*/max77693*.c
9001 F:      drivers/extcon/extcon-max14577.c
9002 F:      drivers/extcon/extcon-max77693.c
9003 F:      drivers/rtc/rtc-max77686.c
9004 F:      drivers/clk/clk-max77686.c
9005 F:      Documentation/devicetree/bindings/mfd/max14577.txt
9006 F:      Documentation/devicetree/bindings/*/max77686.txt
9007 F:      Documentation/devicetree/bindings/mfd/max77693.txt
9008 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
9009 F:      include/linux/mfd/max14577*.h
9010 F:      include/linux/mfd/max77686*.h
9011 F:      include/linux/mfd/max77693*.h
9012
9013 MAXIRADIO FM RADIO RECEIVER DRIVER
9014 M:      Hans Verkuil <hverkuil@xs4all.nl>
9015 L:      linux-media@vger.kernel.org
9016 T:      git git://linuxtv.org/media_tree.git
9017 W:      https://linuxtv.org
9018 S:      Maintained
9019 F:      drivers/media/radio/radio-maxiradio*
9020
9021 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
9022 M:      Peter Rosin <peda@axentia.se>
9023 L:      linux-iio@vger.kernel.org
9024 S:      Maintained
9025 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
9026 F:      drivers/iio/potentiometer/mcp4018.c
9027 F:      drivers/iio/potentiometer/mcp4531.c
9028
9029 MCR20A IEEE-802.15.4 RADIO DRIVER
9030 M:      Xue Liu <liuxuenetmail@gmail.com>
9031 L:      linux-wpan@vger.kernel.org
9032 W:      https://github.com/xueliu/mcr20a-linux
9033 S:      Maintained
9034 F:      drivers/net/ieee802154/mcr20a.c
9035 F:      drivers/net/ieee802154/mcr20a.h
9036 F:      Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
9037
9038 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
9039 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
9040 L:      linux-iio@vger.kernel.org
9041 S:      Maintained
9042 F:      drivers/iio/dac/cio-dac.c
9043
9044 MEDIA DRIVERS FOR ASCOT2E
9045 M:      Sergey Kozlov <serjk@netup.ru>
9046 M:      Abylay Ospan <aospan@netup.ru>
9047 L:      linux-media@vger.kernel.org
9048 W:      https://linuxtv.org
9049 W:      http://netup.tv/
9050 T:      git git://linuxtv.org/media_tree.git
9051 S:      Supported
9052 F:      drivers/media/dvb-frontends/ascot2e*
9053
9054 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
9055 M:      Jasmin Jessich <jasmin@anw.at>
9056 L:      linux-media@vger.kernel.org
9057 W:      https://linuxtv.org
9058 T:      git git://linuxtv.org/media_tree.git
9059 S:      Maintained
9060 F:      drivers/media/dvb-frontends/cxd2099*
9061
9062 MEDIA DRIVERS FOR CXD2841ER
9063 M:      Sergey Kozlov <serjk@netup.ru>
9064 M:      Abylay Ospan <aospan@netup.ru>
9065 L:      linux-media@vger.kernel.org
9066 W:      https://linuxtv.org
9067 W:      http://netup.tv/
9068 T:      git git://linuxtv.org/media_tree.git
9069 S:      Supported
9070 F:      drivers/media/dvb-frontends/cxd2841er*
9071
9072 MEDIA DRIVERS FOR CXD2880
9073 M:      Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
9074 L:      linux-media@vger.kernel.org
9075 W:      http://linuxtv.org/
9076 T:      git git://linuxtv.org/media_tree.git
9077 S:      Supported
9078 F:      drivers/media/dvb-frontends/cxd2880/*
9079 F:      drivers/media/spi/cxd2880*
9080
9081 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
9082 M:      Daniel Scheller <d.scheller.oss@gmail.com>
9083 L:      linux-media@vger.kernel.org
9084 W:      https://linuxtv.org
9085 T:      git git://linuxtv.org/media_tree.git
9086 S:      Maintained
9087 F:      drivers/media/pci/ddbridge/*
9088
9089 MEDIA DRIVERS FOR FREESCALE IMX
9090 M:      Steve Longerbeam <slongerbeam@gmail.com>
9091 M:      Philipp Zabel <p.zabel@pengutronix.de>
9092 L:      linux-media@vger.kernel.org
9093 T:      git git://linuxtv.org/media_tree.git
9094 S:      Maintained
9095 F:      Documentation/devicetree/bindings/media/imx.txt
9096 F:      Documentation/media/v4l-drivers/imx.rst
9097 F:      drivers/staging/media/imx/
9098 F:      include/linux/imx-media.h
9099 F:      include/media/imx.h
9100
9101 MEDIA DRIVERS FOR HELENE
9102 M:      Abylay Ospan <aospan@netup.ru>
9103 L:      linux-media@vger.kernel.org
9104 W:      https://linuxtv.org
9105 W:      http://netup.tv/
9106 T:      git git://linuxtv.org/media_tree.git
9107 S:      Supported
9108 F:      drivers/media/dvb-frontends/helene*
9109
9110 MEDIA DRIVERS FOR HORUS3A
9111 M:      Sergey Kozlov <serjk@netup.ru>
9112 M:      Abylay Ospan <aospan@netup.ru>
9113 L:      linux-media@vger.kernel.org
9114 W:      https://linuxtv.org
9115 W:      http://netup.tv/
9116 T:      git git://linuxtv.org/media_tree.git
9117 S:      Supported
9118 F:      drivers/media/dvb-frontends/horus3a*
9119
9120 MEDIA DRIVERS FOR LNBH25
9121 M:      Sergey Kozlov <serjk@netup.ru>
9122 M:      Abylay Ospan <aospan@netup.ru>
9123 L:      linux-media@vger.kernel.org
9124 W:      https://linuxtv.org
9125 W:      http://netup.tv/
9126 T:      git git://linuxtv.org/media_tree.git
9127 S:      Supported
9128 F:      drivers/media/dvb-frontends/lnbh25*
9129
9130 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
9131 M:      Daniel Scheller <d.scheller.oss@gmail.com>
9132 L:      linux-media@vger.kernel.org
9133 W:      https://linuxtv.org
9134 T:      git git://linuxtv.org/media_tree.git
9135 S:      Maintained
9136 F:      drivers/media/dvb-frontends/mxl5xx*
9137
9138 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
9139 M:      Sergey Kozlov <serjk@netup.ru>
9140 M:      Abylay Ospan <aospan@netup.ru>
9141 L:      linux-media@vger.kernel.org
9142 W:      https://linuxtv.org
9143 W:      http://netup.tv/
9144 T:      git git://linuxtv.org/media_tree.git
9145 S:      Supported
9146 F:      drivers/media/pci/netup_unidvb/*
9147
9148 MEDIA DRIVERS FOR RENESAS - CEU
9149 M:      Jacopo Mondi <jacopo@jmondi.org>
9150 L:      linux-media@vger.kernel.org
9151 L:      linux-renesas-soc@vger.kernel.org
9152 T:      git git://linuxtv.org/media_tree.git
9153 S:      Supported
9154 F:      Documentation/devicetree/bindings/media/renesas,ceu.txt
9155 F:      drivers/media/platform/renesas-ceu.c
9156 F:      include/media/drv-intf/renesas-ceu.h
9157
9158 MEDIA DRIVERS FOR RENESAS - DRIF
9159 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
9160 L:      linux-media@vger.kernel.org
9161 L:      linux-renesas-soc@vger.kernel.org
9162 T:      git git://linuxtv.org/media_tree.git
9163 S:      Supported
9164 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
9165 F:      drivers/media/platform/rcar_drif.c
9166
9167 MEDIA DRIVERS FOR RENESAS - FCP
9168 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9169 L:      linux-media@vger.kernel.org
9170 L:      linux-renesas-soc@vger.kernel.org
9171 T:      git git://linuxtv.org/media_tree.git
9172 S:      Supported
9173 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
9174 F:      drivers/media/platform/rcar-fcp.c
9175 F:      include/media/rcar-fcp.h
9176
9177 MEDIA DRIVERS FOR RENESAS - FDP1
9178 M:      Kieran Bingham <kieran@bingham.xyz>
9179 L:      linux-media@vger.kernel.org
9180 L:      linux-renesas-soc@vger.kernel.org
9181 T:      git git://linuxtv.org/media_tree.git
9182 S:      Supported
9183 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
9184 F:      drivers/media/platform/rcar_fdp1.c
9185
9186 MEDIA DRIVERS FOR RENESAS - VIN
9187 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
9188 L:      linux-media@vger.kernel.org
9189 L:      linux-renesas-soc@vger.kernel.org
9190 T:      git git://linuxtv.org/media_tree.git
9191 S:      Supported
9192 F:      Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
9193 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
9194 F:      drivers/media/platform/rcar-vin/
9195
9196 MEDIA DRIVERS FOR RENESAS - VSP1
9197 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9198 L:      linux-media@vger.kernel.org
9199 L:      linux-renesas-soc@vger.kernel.org
9200 T:      git git://linuxtv.org/media_tree.git
9201 S:      Supported
9202 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
9203 F:      drivers/media/platform/vsp1/
9204
9205 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
9206 M:      Daniel Scheller <d.scheller.oss@gmail.com>
9207 L:      linux-media@vger.kernel.org
9208 W:      https://linuxtv.org
9209 T:      git git://linuxtv.org/media_tree.git
9210 S:      Maintained
9211 F:      drivers/media/dvb-frontends/stv0910*
9212
9213 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
9214 M:      Daniel Scheller <d.scheller.oss@gmail.com>
9215 L:      linux-media@vger.kernel.org
9216 W:      https://linuxtv.org
9217 T:      git git://linuxtv.org/media_tree.git
9218 S:      Maintained
9219 F:      drivers/media/dvb-frontends/stv6111*
9220
9221 MEDIA DRIVERS FOR STM32 - DCMI
9222 M:      Hugues Fruchet <hugues.fruchet@st.com>
9223 L:      linux-media@vger.kernel.org
9224 T:      git git://linuxtv.org/media_tree.git
9225 S:      Supported
9226 F:      Documentation/devicetree/bindings/media/st,stm32-dcmi.txt
9227 F:      drivers/media/platform/stm32/stm32-dcmi.c
9228
9229 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
9230 M:      Dmitry Osipenko <digetx@gmail.com>
9231 L:      linux-media@vger.kernel.org
9232 L:      linux-tegra@vger.kernel.org
9233 T:      git git://linuxtv.org/media_tree.git
9234 S:      Maintained
9235 F:      Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
9236 F:      drivers/staging/media/tegra-vde/
9237
9238 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
9239 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
9240 P:      LinuxTV.org Project
9241 L:      linux-media@vger.kernel.org
9242 W:      https://linuxtv.org
9243 Q:      http://patchwork.kernel.org/project/linux-media/list/
9244 T:      git git://linuxtv.org/media_tree.git
9245 S:      Maintained
9246 F:      Documentation/devicetree/bindings/media/
9247 F:      Documentation/media/
9248 F:      drivers/media/
9249 F:      drivers/staging/media/
9250 F:      include/linux/platform_data/media/
9251 F:      include/media/
9252 F:      include/uapi/linux/dvb/
9253 F:      include/uapi/linux/videodev2.h
9254 F:      include/uapi/linux/media.h
9255 F:      include/uapi/linux/v4l2-*
9256 F:      include/uapi/linux/meye.h
9257 F:      include/uapi/linux/ivtv*
9258 F:      include/uapi/linux/uvcvideo.h
9259
9260 MEDIATEK BLUETOOTH DRIVER
9261 M:      Sean Wang <sean.wang@mediatek.com>
9262 L:      linux-bluetooth@vger.kernel.org
9263 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
9264 S:      Maintained
9265 F:      Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
9266 F:      drivers/bluetooth/btmtkuart.c
9267
9268 MEDIATEK CIR DRIVER
9269 M:      Sean Wang <sean.wang@mediatek.com>
9270 S:      Maintained
9271 F:      drivers/media/rc/mtk-cir.c
9272
9273 MEDIATEK DMA DRIVER
9274 M:      Sean Wang <sean.wang@mediatek.com>
9275 L:      dmaengine@vger.kernel.org
9276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9277 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
9278 S:      Maintained
9279 F:      Documentation/devicetree/bindings/dma/mtk-*
9280 F:      drivers/dma/mediatek/
9281
9282 MEDIATEK PMIC LED DRIVER
9283 M:      Sean Wang <sean.wang@mediatek.com>
9284 S:      Maintained
9285 F:      drivers/leds/leds-mt6323.c
9286 F:      Documentation/devicetree/bindings/leds/leds-mt6323.txt
9287
9288 MEDIATEK ETHERNET DRIVER
9289 M:      Felix Fietkau <nbd@openwrt.org>
9290 M:      John Crispin <john@phrozen.org>
9291 M:      Sean Wang <sean.wang@mediatek.com>
9292 M:      Nelson Chang <nelson.chang@mediatek.com>
9293 L:      netdev@vger.kernel.org
9294 S:      Maintained
9295 F:      drivers/net/ethernet/mediatek/
9296
9297 MEDIATEK SWITCH DRIVER
9298 M:      Sean Wang <sean.wang@mediatek.com>
9299 L:      netdev@vger.kernel.org
9300 S:      Maintained
9301 F:      drivers/net/dsa/mt7530.*
9302 F:      net/dsa/tag_mtk.c
9303
9304 MEDIATEK JPEG DRIVER
9305 M:      Rick Chang <rick.chang@mediatek.com>
9306 M:      Bin Liu <bin.liu@mediatek.com>
9307 S:      Supported
9308 F:      drivers/media/platform/mtk-jpeg/
9309 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
9310
9311 MEDIATEK MDP DRIVER
9312 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
9313 M:      Houlong Wei <houlong.wei@mediatek.com>
9314 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
9315 S:      Supported
9316 F:      drivers/media/platform/mtk-mdp/
9317 F:      drivers/media/platform/mtk-vpu/
9318 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
9319
9320 MEDIATEK MEDIA DRIVER
9321 M:      Tiffany Lin <tiffany.lin@mediatek.com>
9322 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
9323 S:      Supported
9324 F:      drivers/media/platform/mtk-vcodec/
9325 F:      drivers/media/platform/mtk-vpu/
9326 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
9327 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
9328
9329 MEDIATEK MT7601U WIRELESS LAN DRIVER
9330 M:      Jakub Kicinski <kubakici@wp.pl>
9331 L:      linux-wireless@vger.kernel.org
9332 S:      Maintained
9333 F:      drivers/net/wireless/mediatek/mt7601u/
9334
9335 MEDIATEK NAND CONTROLLER DRIVER
9336 M:      Xiaolei Li <xiaolei.li@mediatek.com>
9337 L:      linux-mtd@lists.infradead.org
9338 S:      Maintained
9339 F:      drivers/mtd/nand/raw/mtk_*
9340 F:      Documentation/devicetree/bindings/mtd/mtk-nand.txt
9341
9342 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
9343 M:      Sean Wang <sean.wang@mediatek.com>
9344 S:      Maintained
9345 F:      drivers/char/hw_random/mtk-rng.c
9346
9347 MEDIATEK USB3 DRD IP DRIVER
9348 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
9349 L:      linux-usb@vger.kernel.org (moderated for non-subscribers)
9350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9351 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
9352 S:      Maintained
9353 F:      drivers/usb/mtu3/
9354
9355 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
9356 M:      Peter Senna Tschudin <peter.senna@gmail.com>
9357 M:      Martin Donnelly <martin.donnelly@ge.com>
9358 M:      Martyn Welch <martyn.welch@collabora.co.uk>
9359 S:      Maintained
9360 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
9361 F:      Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
9362
9363 MEGARAID SCSI/SAS DRIVERS
9364 M:      Kashyap Desai <kashyap.desai@broadcom.com>
9365 M:      Sumit Saxena <sumit.saxena@broadcom.com>
9366 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
9367 L:      megaraidlinux.pdl@broadcom.com
9368 L:      linux-scsi@vger.kernel.org
9369 W:      http://www.avagotech.com/support/
9370 S:      Maintained
9371 F:      Documentation/scsi/megaraid.txt
9372 F:      drivers/scsi/megaraid.*
9373 F:      drivers/scsi/megaraid/
9374
9375 MELEXIS MLX90614 DRIVER
9376 M:      Crt Mori <cmo@melexis.com>
9377 L:      linux-iio@vger.kernel.org
9378 W:      http://www.melexis.com
9379 S:      Supported
9380 F:      drivers/iio/temperature/mlx90614.c
9381
9382 MELEXIS MLX90632 DRIVER
9383 M:      Crt Mori <cmo@melexis.com>
9384 L:      linux-iio@vger.kernel.org
9385 W:      http://www.melexis.com
9386 S:      Supported
9387 F:      drivers/iio/temperature/mlx90632.c
9388
9389 MELFAS MIP4 TOUCHSCREEN DRIVER
9390 M:      Sangwon Jee <jeesw@melfas.com>
9391 W:      http://www.melfas.com
9392 S:      Supported
9393 F:      drivers/input/touchscreen/melfas_mip4.c
9394 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
9395
9396 MELLANOX ETHERNET DRIVER (mlx4_en)
9397 M:      Tariq Toukan <tariqt@mellanox.com>
9398 L:      netdev@vger.kernel.org
9399 S:      Supported
9400 W:      http://www.mellanox.com
9401 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9402 F:      drivers/net/ethernet/mellanox/mlx4/en_*
9403
9404 MELLANOX ETHERNET DRIVER (mlx5e)
9405 M:      Saeed Mahameed <saeedm@mellanox.com>
9406 L:      netdev@vger.kernel.org
9407 S:      Supported
9408 W:      http://www.mellanox.com
9409 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9410 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
9411
9412 MELLANOX ETHERNET INNOVA DRIVERS
9413 R:      Boris Pismenny <borisp@mellanox.com>
9414 L:      netdev@vger.kernel.org
9415 S:      Supported
9416 W:      http://www.mellanox.com
9417 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9418 F:      drivers/net/ethernet/mellanox/mlx5/core/en_accel/*
9419 F:      drivers/net/ethernet/mellanox/mlx5/core/accel/*
9420 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
9421 F:      include/linux/mlx5/mlx5_ifc_fpga.h
9422
9423 MELLANOX ETHERNET INNOVA IPSEC DRIVER
9424 R:      Boris Pismenny <borisp@mellanox.com>
9425 L:      netdev@vger.kernel.org
9426 S:      Supported
9427 W:      http://www.mellanox.com
9428 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9429 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
9430 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
9431
9432 MELLANOX ETHERNET SWITCH DRIVERS
9433 M:      Jiri Pirko <jiri@mellanox.com>
9434 M:      Ido Schimmel <idosch@mellanox.com>
9435 L:      netdev@vger.kernel.org
9436 S:      Supported
9437 W:      http://www.mellanox.com
9438 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9439 F:      drivers/net/ethernet/mellanox/mlxsw/
9440 F:      tools/testing/selftests/drivers/net/mlxsw/
9441
9442 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
9443 M:      mlxsw@mellanox.com
9444 L:      netdev@vger.kernel.org
9445 S:      Supported
9446 W:      http://www.mellanox.com
9447 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9448 F:      drivers/net/ethernet/mellanox/mlxfw/
9449
9450 MELLANOX HARDWARE PLATFORM SUPPORT
9451 M:      Andy Shevchenko <andy@infradead.org>
9452 M:      Darren Hart <dvhart@infradead.org>
9453 M:      Vadim Pasternak <vadimp@mellanox.com>
9454 L:      platform-driver-x86@vger.kernel.org
9455 S:      Supported
9456 F:      drivers/platform/mellanox/
9457
9458 MELLANOX MLX4 core VPI driver
9459 M:      Tariq Toukan <tariqt@mellanox.com>
9460 L:      netdev@vger.kernel.org
9461 L:      linux-rdma@vger.kernel.org
9462 W:      http://www.mellanox.com
9463 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9464 S:      Supported
9465 F:      drivers/net/ethernet/mellanox/mlx4/
9466 F:      include/linux/mlx4/
9467
9468 MELLANOX MLX4 IB driver
9469 M:      Yishai Hadas <yishaih@mellanox.com>
9470 L:      linux-rdma@vger.kernel.org
9471 W:      http://www.mellanox.com
9472 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9473 S:      Supported
9474 F:      drivers/infiniband/hw/mlx4/
9475 F:      include/linux/mlx4/
9476 F:      include/uapi/rdma/mlx4-abi.h
9477
9478 MELLANOX MLX5 core VPI driver
9479 M:      Saeed Mahameed <saeedm@mellanox.com>
9480 M:      Leon Romanovsky <leonro@mellanox.com>
9481 L:      netdev@vger.kernel.org
9482 L:      linux-rdma@vger.kernel.org
9483 W:      http://www.mellanox.com
9484 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9485 S:      Supported
9486 F:      drivers/net/ethernet/mellanox/mlx5/core/
9487 F:      include/linux/mlx5/
9488
9489 MELLANOX MLX5 IB driver
9490 M:      Leon Romanovsky <leonro@mellanox.com>
9491 L:      linux-rdma@vger.kernel.org
9492 W:      http://www.mellanox.com
9493 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9494 S:      Supported
9495 F:      drivers/infiniband/hw/mlx5/
9496 F:      include/linux/mlx5/
9497 F:      include/uapi/rdma/mlx5-abi.h
9498
9499 MELLANOX MLXCPLD I2C AND MUX DRIVER
9500 M:      Vadim Pasternak <vadimp@mellanox.com>
9501 M:      Michael Shych <michaelsh@mellanox.com>
9502 L:      linux-i2c@vger.kernel.org
9503 S:      Supported
9504 F:      drivers/i2c/busses/i2c-mlxcpld.c
9505 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
9506 F:      Documentation/i2c/busses/i2c-mlxcpld
9507
9508 MELLANOX MLXCPLD LED DRIVER
9509 M:      Vadim Pasternak <vadimp@mellanox.com>
9510 L:      linux-leds@vger.kernel.org
9511 S:      Supported
9512 F:      drivers/leds/leds-mlxcpld.c
9513 F:      drivers/leds/leds-mlxreg.c
9514 F:      Documentation/leds/leds-mlxcpld.txt
9515
9516 MELLANOX PLATFORM DRIVER
9517 M:      Vadim Pasternak <vadimp@mellanox.com>
9518 L:      platform-driver-x86@vger.kernel.org
9519 S:      Supported
9520 F:      drivers/platform/x86/mlx-platform.c
9521
9522 MEMBARRIER SUPPORT
9523 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9524 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9525 L:      linux-kernel@vger.kernel.org
9526 S:      Supported
9527 F:      kernel/sched/membarrier.c
9528 F:      include/uapi/linux/membarrier.h
9529 F:      arch/powerpc/include/asm/membarrier.h
9530
9531 MEMORY MANAGEMENT
9532 L:      linux-mm@kvack.org
9533 W:      http://www.linux-mm.org
9534 S:      Maintained
9535 F:      include/linux/mm.h
9536 F:      include/linux/gfp.h
9537 F:      include/linux/mmzone.h
9538 F:      include/linux/memory_hotplug.h
9539 F:      include/linux/vmalloc.h
9540 F:      mm/
9541
9542 MEMORY TECHNOLOGY DEVICES (MTD)
9543 M:      David Woodhouse <dwmw2@infradead.org>
9544 M:      Brian Norris <computersforpeace@gmail.com>
9545 M:      Boris Brezillon <boris.brezillon@bootlin.com>
9546 M:      Marek Vasut <marek.vasut@gmail.com>
9547 M:      Richard Weinberger <richard@nod.at>
9548 L:      linux-mtd@lists.infradead.org
9549 W:      http://www.linux-mtd.infradead.org/
9550 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
9551 T:      git git://git.infradead.org/linux-mtd.git master
9552 T:      git git://git.infradead.org/linux-mtd.git mtd/next
9553 S:      Maintained
9554 F:      Documentation/devicetree/bindings/mtd/
9555 F:      drivers/mtd/
9556 F:      include/linux/mtd/
9557 F:      include/uapi/mtd/
9558
9559 MEN A21 WATCHDOG DRIVER
9560 M:      Johannes Thumshirn <morbidrsa@gmail.com>
9561 L:      linux-watchdog@vger.kernel.org
9562 S:      Maintained
9563 F:      drivers/watchdog/mena21_wdt.c
9564
9565 MEN CHAMELEON BUS (mcb)
9566 M:      Johannes Thumshirn <morbidrsa@gmail.com>
9567 S:      Maintained
9568 F:      drivers/mcb/
9569 F:      include/linux/mcb.h
9570 F:      Documentation/men-chameleon-bus.txt
9571
9572 MEN F21BMC (Board Management Controller)
9573 M:      Andreas Werner <andreas.werner@men.de>
9574 S:      Supported
9575 F:      drivers/mfd/menf21bmc.c
9576 F:      drivers/watchdog/menf21bmc_wdt.c
9577 F:      drivers/leds/leds-menf21bmc.c
9578 F:      drivers/hwmon/menf21bmc_hwmon.c
9579 F:      Documentation/hwmon/menf21bmc
9580
9581 MEN Z069 WATCHDOG DRIVER
9582 M:      Johannes Thumshirn <jth@kernel.org>
9583 L:      linux-watchdog@vger.kernel.org
9584 S:      Maintained
9585 F:      drivers/watchdog/menz69_wdt.c
9586
9587 MESON AO CEC DRIVER FOR AMLOGIC SOCS
9588 M:      Neil Armstrong <narmstrong@baylibre.com>
9589 L:      linux-media@lists.freedesktop.org
9590 L:      linux-amlogic@lists.infradead.org
9591 W:      http://linux-meson.com/
9592 S:      Supported
9593 F:      drivers/media/platform/meson/ao-cec.c
9594 F:      Documentation/devicetree/bindings/media/meson-ao-cec.txt
9595 T:      git git://linuxtv.org/media_tree.git
9596
9597 MICROBLAZE ARCHITECTURE
9598 M:      Michal Simek <monstr@monstr.eu>
9599 W:      http://www.monstr.eu/fdt/
9600 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
9601 S:      Supported
9602 F:      arch/microblaze/
9603
9604 MICROCHIP / ATMEL AT91 SERIAL DRIVER
9605 M:      Richard Genoud <richard.genoud@gmail.com>
9606 S:      Maintained
9607 F:      drivers/tty/serial/atmel_serial.c
9608 F:      drivers/tty/serial/atmel_serial.h
9609 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9610
9611 MICROCHIP / ATMEL DMA DRIVER
9612 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9614 L:      dmaengine@vger.kernel.org
9615 S:      Supported
9616 F:      drivers/dma/at_hdmac.c
9617 F:      drivers/dma/at_hdmac_regs.h
9618 F:      include/linux/platform_data/dma-atmel.h
9619
9620 MICROCHIP / ATMEL ECC DRIVER
9621 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
9622 L:      linux-crypto@vger.kernel.org
9623 S:      Maintained
9624 F:      drivers/crypto/atmel-ecc.*
9625
9626 MICROCHIP / ATMEL ISC DRIVER
9627 M:      Songjun Wu <songjun.wu@microchip.com>
9628 L:      linux-media@vger.kernel.org
9629 S:      Supported
9630 F:      drivers/media/platform/atmel/atmel-isc.c
9631 F:      drivers/media/platform/atmel/atmel-isc-regs.h
9632 F:      devicetree/bindings/media/atmel-isc.txt
9633
9634 MICROCHIP / ATMEL NAND DRIVER
9635 M:      Josh Wu <rainyfeeling@outlook.com>
9636 L:      linux-mtd@lists.infradead.org
9637 S:      Supported
9638 F:      drivers/mtd/nand/raw/atmel/*
9639 F:      Documentation/devicetree/bindings/mtd/atmel-nand.txt
9640
9641 MICROCHIP AT91 USART MFD DRIVER
9642 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
9643 L:      linux-kernel@vger.kernel.org
9644 S:      Supported
9645 F:      drivers/mfd/at91-usart.c
9646 F:      include/dt-bindings/mfd/at91-usart.h
9647 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9648
9649 MICROCHIP AT91 USART SPI DRIVER
9650 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
9651 L:      linux-spi@vger.kernel.org
9652 S:      Supported
9653 F:      drivers/spi/spi-at91-usart.c
9654 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9655
9656 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9657 M:      Woojung Huh <Woojung.Huh@microchip.com>
9658 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9659 L:      netdev@vger.kernel.org
9660 S:      Maintained
9661 F:      net/dsa/tag_ksz.c
9662 F:      drivers/net/dsa/microchip/*
9663 F:      include/linux/platform_data/microchip-ksz.h
9664 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
9665
9666 MICROCHIP LAN743X ETHERNET DRIVER
9667 M:      Bryan Whitehead <bryan.whitehead@microchip.com>
9668 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9669 L:      netdev@vger.kernel.org
9670 S:      Maintained
9671 F:      drivers/net/ethernet/microchip/lan743x_*
9672
9673 MICROCHIP USB251XB DRIVER
9674 M:      Richard Leitner <richard.leitner@skidata.com>
9675 L:      linux-usb@vger.kernel.org
9676 S:      Maintained
9677 F:      drivers/usb/misc/usb251xb.c
9678 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
9679
9680 MICROSEMI MIPS SOCS
9681 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
9682 L:      linux-mips@linux-mips.org
9683 S:      Maintained
9684 F:      arch/mips/generic/board-ocelot.c
9685 F:      arch/mips/configs/generic/board-ocelot.config
9686 F:      arch/mips/boot/dts/mscc/
9687 F:      Documentation/devicetree/bindings/mips/mscc.txt
9688
9689 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
9690 M:      Don Brace <don.brace@microsemi.com>
9691 L:      esc.storagedev@microsemi.com
9692 L:      linux-scsi@vger.kernel.org
9693 S:      Supported
9694 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
9695 F:      drivers/scsi/smartpqi/Kconfig
9696 F:      drivers/scsi/smartpqi/Makefile
9697 F:      include/linux/cciss*.h
9698 F:      include/uapi/linux/cciss*.h
9699 F:      Documentation/scsi/smartpqi.txt
9700
9701 MICROSEMI ETHERNET SWITCH DRIVER
9702 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
9703 L:      netdev@vger.kernel.org
9704 S:      Supported
9705 F:      drivers/net/ethernet/mscc/
9706
9707 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
9708 M:      Chen Yu <yu.c.chen@intel.com>
9709 L:      platform-driver-x86@vger.kernel.org
9710 S:      Supported
9711 F:      drivers/platform/x86/surfacepro3_button.c
9712
9713 MICROTEK X6 SCANNER
9714 M:      Oliver Neukum <oliver@neukum.org>
9715 S:      Maintained
9716 F:      drivers/usb/image/microtek.*
9717
9718 MIPS
9719 M:      Ralf Baechle <ralf@linux-mips.org>
9720 M:      Paul Burton <paul.burton@mips.com>
9721 M:      James Hogan <jhogan@kernel.org>
9722 L:      linux-mips@linux-mips.org
9723 W:      http://www.linux-mips.org/
9724 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
9725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
9726 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9727 S:      Supported
9728 F:      Documentation/devicetree/bindings/mips/
9729 F:      Documentation/mips/
9730 F:      arch/mips/
9731 F:      drivers/platform/mips/
9732
9733 MIPS BOSTON DEVELOPMENT BOARD
9734 M:      Paul Burton <paul.burton@mips.com>
9735 L:      linux-mips@linux-mips.org
9736 S:      Maintained
9737 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
9738 F:      arch/mips/boot/dts/img/boston.dts
9739 F:      arch/mips/configs/generic/board-boston.config
9740 F:      drivers/clk/imgtec/clk-boston.c
9741 F:      include/dt-bindings/clock/boston-clock.h
9742
9743 MIPS GENERIC PLATFORM
9744 M:      Paul Burton <paul.burton@mips.com>
9745 L:      linux-mips@linux-mips.org
9746 S:      Supported
9747 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
9748 F:      arch/mips/generic/
9749 F:      arch/mips/tools/generic-board-config.sh
9750
9751 MIPS/LOONGSON1 ARCHITECTURE
9752 M:      Keguang Zhang <keguang.zhang@gmail.com>
9753 L:      linux-mips@linux-mips.org
9754 S:      Maintained
9755 F:      arch/mips/loongson32/
9756 F:      arch/mips/include/asm/mach-loongson32/
9757 F:      drivers/*/*loongson1*
9758 F:      drivers/*/*/*loongson1*
9759
9760 MIPS/LOONGSON2 ARCHITECTURE
9761 M:      Jiaxun Yang <jiaxun.yang@flygoat.com>
9762 L:      linux-mips@linux-mips.org
9763 S:      Maintained
9764 F:      arch/mips/loongson64/fuloong-2e/
9765 F:      arch/mips/loongson64/lemote-2f/
9766 F:      arch/mips/include/asm/mach-loongson64/
9767 F:      drivers/*/*loongson2*
9768 F:      drivers/*/*/*loongson2*
9769
9770 MIPS/LOONGSON3 ARCHITECTURE
9771 M:      Huacai Chen <chenhc@lemote.com>
9772 L:      linux-mips@linux-mips.org
9773 S:      Maintained
9774 F:      arch/mips/loongson64/
9775 F:      arch/mips/include/asm/mach-loongson64/
9776 F:      drivers/platform/mips/cpu_hwmon.c
9777 F:      drivers/*/*loongson3*
9778 F:      drivers/*/*/*loongson3*
9779
9780 MIPS RINT INSTRUCTION EMULATION
9781 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
9782 L:      linux-mips@linux-mips.org
9783 S:      Supported
9784 F:      arch/mips/math-emu/sp_rint.c
9785 F:      arch/mips/math-emu/dp_rint.c
9786
9787 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
9788 M:      Hans Verkuil <hverkuil@xs4all.nl>
9789 L:      linux-media@vger.kernel.org
9790 T:      git git://linuxtv.org/media_tree.git
9791 W:      https://linuxtv.org
9792 S:      Odd Fixes
9793 F:      drivers/media/radio/radio-miropcm20*
9794
9795 MMP SUPPORT
9796 M:      Eric Miao <eric.y.miao@gmail.com>
9797 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9799 T:      git git://github.com/hzhuang1/linux.git
9800 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9801 S:      Maintained
9802 F:      arch/arm/boot/dts/mmp*
9803 F:      arch/arm/mach-mmp/
9804
9805 MMU GATHER AND TLB INVALIDATION
9806 M:      Will Deacon <will.deacon@arm.com>
9807 M:      "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
9808 M:      Andrew Morton <akpm@linux-foundation.org>
9809 M:      Nick Piggin <npiggin@gmail.com>
9810 M:      Peter Zijlstra <peterz@infradead.org>
9811 L:      linux-arch@vger.kernel.org
9812 L:      linux-mm@kvack.org
9813 S:      Maintained
9814 F:      arch/*/include/asm/tlb.h
9815 F:      include/asm-generic/tlb.h
9816 F:      mm/mmu_gather.c
9817
9818 MN88472 MEDIA DRIVER
9819 M:      Antti Palosaari <crope@iki.fi>
9820 L:      linux-media@vger.kernel.org
9821 W:      https://linuxtv.org
9822 W:      http://palosaari.fi/linux/
9823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9824 S:      Maintained
9825 F:      drivers/media/dvb-frontends/mn88472*
9826
9827 MN88473 MEDIA DRIVER
9828 M:      Antti Palosaari <crope@iki.fi>
9829 L:      linux-media@vger.kernel.org
9830 W:      https://linuxtv.org
9831 W:      http://palosaari.fi/linux/
9832 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9833 S:      Maintained
9834 F:      drivers/media/dvb-frontends/mn88473*
9835
9836 MODULE SUPPORT
9837 M:      Jessica Yu <jeyu@kernel.org>
9838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
9839 S:      Maintained
9840 F:      include/linux/module.h
9841 F:      kernel/module.c
9842
9843 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
9844 W:      http://popies.net/meye/
9845 S:      Orphan
9846 F:      Documentation/media/v4l-drivers/meye*
9847 F:      drivers/media/pci/meye/
9848 F:      include/uapi/linux/meye.h
9849
9850 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
9851 M:      Jiri Slaby <jirislaby@gmail.com>
9852 S:      Maintained
9853 F:      Documentation/serial/moxa-smartio
9854 F:      drivers/tty/mxser.*
9855
9856 MR800 AVERMEDIA USB FM RADIO DRIVER
9857 M:      Alexey Klimov <klimov.linux@gmail.com>
9858 L:      linux-media@vger.kernel.org
9859 T:      git git://linuxtv.org/media_tree.git
9860 S:      Maintained
9861 F:      drivers/media/radio/radio-mr800.c
9862
9863 MRF24J40 IEEE 802.15.4 RADIO DRIVER
9864 M:      Alan Ott <alan@signal11.us>
9865 L:      linux-wpan@vger.kernel.org
9866 S:      Maintained
9867 F:      drivers/net/ieee802154/mrf24j40.c
9868 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9869
9870 MSI LAPTOP SUPPORT
9871 M:      "Lee, Chun-Yi" <jlee@suse.com>
9872 L:      platform-driver-x86@vger.kernel.org
9873 S:      Maintained
9874 F:      drivers/platform/x86/msi-laptop.c
9875
9876 MSI WMI SUPPORT
9877 L:      platform-driver-x86@vger.kernel.org
9878 S:      Orphan
9879 F:      drivers/platform/x86/msi-wmi.c
9880
9881 MSI001 MEDIA DRIVER
9882 M:      Antti Palosaari <crope@iki.fi>
9883 L:      linux-media@vger.kernel.org
9884 W:      https://linuxtv.org
9885 W:      http://palosaari.fi/linux/
9886 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9887 T:      git git://linuxtv.org/anttip/media_tree.git
9888 S:      Maintained
9889 F:      drivers/media/tuners/msi001*
9890
9891 MSI2500 MEDIA DRIVER
9892 M:      Antti Palosaari <crope@iki.fi>
9893 L:      linux-media@vger.kernel.org
9894 W:      https://linuxtv.org
9895 W:      http://palosaari.fi/linux/
9896 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9897 T:      git git://linuxtv.org/anttip/media_tree.git
9898 S:      Maintained
9899 F:      drivers/media/usb/msi2500/
9900
9901 MSYSTEMS DISKONCHIP G3 MTD DRIVER
9902 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9903 L:      linux-mtd@lists.infradead.org
9904 S:      Maintained
9905 F:      drivers/mtd/devices/docg3*
9906
9907 MT9M032 APTINA SENSOR DRIVER
9908 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9909 L:      linux-media@vger.kernel.org
9910 T:      git git://linuxtv.org/media_tree.git
9911 S:      Maintained
9912 F:      drivers/media/i2c/mt9m032.c
9913 F:      include/media/i2c/mt9m032.h
9914
9915 MT9P031 APTINA CAMERA SENSOR
9916 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9917 L:      linux-media@vger.kernel.org
9918 T:      git git://linuxtv.org/media_tree.git
9919 S:      Maintained
9920 F:      drivers/media/i2c/mt9p031.c
9921 F:      include/media/i2c/mt9p031.h
9922
9923 MT9T001 APTINA CAMERA SENSOR
9924 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9925 L:      linux-media@vger.kernel.org
9926 T:      git git://linuxtv.org/media_tree.git
9927 S:      Maintained
9928 F:      drivers/media/i2c/mt9t001.c
9929 F:      include/media/i2c/mt9t001.h
9930
9931 MT9T112 APTINA CAMERA SENSOR
9932 M:      Jacopo Mondi <jacopo@jmondi.org>
9933 L:      linux-media@vger.kernel.org
9934 T:      git git://linuxtv.org/media_tree.git
9935 S:      Odd Fixes
9936 F:      drivers/media/i2c/mt9t112.c
9937 F:      include/media/i2c/mt9t112.h
9938
9939 MT9V032 APTINA CAMERA SENSOR
9940 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9941 L:      linux-media@vger.kernel.org
9942 T:      git git://linuxtv.org/media_tree.git
9943 S:      Maintained
9944 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9945 F:      drivers/media/i2c/mt9v032.c
9946 F:      include/media/i2c/mt9v032.h
9947
9948 MT9V111 APTINA CAMERA SENSOR
9949 M:      Jacopo Mondi <jacopo@jmondi.org>
9950 L:      linux-media@vger.kernel.org
9951 T:      git git://linuxtv.org/media_tree.git
9952 S:      Maintained
9953 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
9954 F:      drivers/media/i2c/mt9v111.c
9955
9956 MULTIFUNCTION DEVICES (MFD)
9957 M:      Lee Jones <lee.jones@linaro.org>
9958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9959 S:      Supported
9960 F:      Documentation/devicetree/bindings/mfd/
9961 F:      drivers/mfd/
9962 F:      include/linux/mfd/
9963 F:      include/dt-bindings/mfd/
9964
9965 MULTIMEDIA CARD (MMC) ETC. OVER SPI
9966 S:      Orphan
9967 F:      drivers/mmc/host/mmc_spi.c
9968 F:      include/linux/spi/mmc_spi.h
9969
9970 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9971 M:      Ulf Hansson <ulf.hansson@linaro.org>
9972 L:      linux-mmc@vger.kernel.org
9973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9974 S:      Maintained
9975 F:      Documentation/devicetree/bindings/mmc/
9976 F:      drivers/mmc/
9977 F:      include/linux/mmc/
9978 F:      include/uapi/linux/mmc/
9979
9980 MULTIPLEXER SUBSYSTEM
9981 M:      Peter Rosin <peda@axentia.se>
9982 S:      Maintained
9983 F:      Documentation/ABI/testing/sysfs-class-mux*
9984 F:      Documentation/devicetree/bindings/mux/
9985 F:      include/dt-bindings/mux/
9986 F:      include/linux/mux/
9987 F:      drivers/mux/
9988
9989 MULTITECH MULTIPORT CARD (ISICOM)
9990 S:      Orphan
9991 F:      drivers/tty/isicom.c
9992 F:      include/linux/isicom.h
9993
9994 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9995 M:      Bin Liu <b-liu@ti.com>
9996 L:      linux-usb@vger.kernel.org
9997 S:      Maintained
9998 F:      drivers/usb/musb/
9999
10000 MXL301RF MEDIA DRIVER
10001 M:      Akihiro Tsukada <tskd08@gmail.com>
10002 L:      linux-media@vger.kernel.org
10003 S:      Odd Fixes
10004 F:      drivers/media/tuners/mxl301rf*
10005
10006 MXL5007T MEDIA DRIVER
10007 M:      Michael Krufky <mkrufky@linuxtv.org>
10008 L:      linux-media@vger.kernel.org
10009 W:      https://linuxtv.org
10010 W:      http://github.com/mkrufky
10011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10012 T:      git git://linuxtv.org/mkrufky/tuners.git
10013 S:      Maintained
10014 F:      drivers/media/tuners/mxl5007t.*
10015
10016 MXSFB DRM DRIVER
10017 M:      Marek Vasut <marex@denx.de>
10018 M:      Stefan Agner <stefan@agner.ch>
10019 L:      dri-devel@lists.freedesktop.org
10020 S:      Supported
10021 F:      drivers/gpu/drm/mxsfb/
10022 F:      Documentation/devicetree/bindings/display/mxsfb.txt
10023 T:      git git://anongit.freedesktop.org/drm/drm-misc
10024
10025 MYLEX DAC960 PCI RAID Controller
10026 M:      Hannes Reinecke <hare@kernel.org>
10027 L:      linux-scsi@vger.kernel.org
10028 S:      Supported
10029 F:      drivers/scsi/myrb.*
10030 F:      drivers/scsi/myrs.*
10031
10032 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
10033 M:      Chris Lee <christopher.lee@cspi.com>
10034 L:      netdev@vger.kernel.org
10035 W:      https://www.cspi.com/ethernet-products/support/downloads/
10036 S:      Supported
10037 F:      drivers/net/ethernet/myricom/myri10ge/
10038
10039 NAND FLASH SUBSYSTEM
10040 M:      Boris Brezillon <boris.brezillon@bootlin.com>
10041 M:      Miquel Raynal <miquel.raynal@bootlin.com>
10042 R:      Richard Weinberger <richard@nod.at>
10043 L:      linux-mtd@lists.infradead.org
10044 W:      http://www.linux-mtd.infradead.org/
10045 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
10046 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
10047 T:      git git://git.infradead.org/linux-mtd.git nand/next
10048 S:      Maintained
10049 F:      drivers/mtd/nand/
10050 F:      include/linux/mtd/*nand*.h
10051
10052 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
10053 M:      Daniel Mack <zonque@gmail.com>
10054 S:      Maintained
10055 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10056 W:      http://www.native-instruments.com
10057 F:      sound/usb/caiaq/
10058
10059 NATSEMI ETHERNET DRIVER (DP8381x)
10060 S:      Orphan
10061 F:      drivers/net/ethernet/natsemi/natsemi.c
10062
10063 NCP FILESYSTEM
10064 M:      Petr Vandrovec <petr@vandrovec.name>
10065 S:      Obsolete
10066 F:      drivers/staging/ncpfs/
10067
10068 NCR 5380 SCSI DRIVERS
10069 M:      Finn Thain <fthain@telegraphics.com.au>
10070 M:      Michael Schmitz <schmitzmic@gmail.com>
10071 L:      linux-scsi@vger.kernel.org
10072 S:      Maintained
10073 F:      Documentation/scsi/g_NCR5380.txt
10074 F:      drivers/scsi/NCR5380.*
10075 F:      drivers/scsi/arm/cumana_1.c
10076 F:      drivers/scsi/arm/oak.c
10077 F:      drivers/scsi/atari_scsi.*
10078 F:      drivers/scsi/dmx3191d.c
10079 F:      drivers/scsi/g_NCR5380.*
10080 F:      drivers/scsi/mac_scsi.*
10081 F:      drivers/scsi/sun3_scsi.*
10082 F:      drivers/scsi/sun3_scsi_vme.c
10083
10084 NCSI LIBRARY:
10085 M:      Samuel Mendoza-Jonas <sam@mendozajonas.com>
10086 S:      Maintained
10087 F:      net/ncsi/
10088
10089 NCT6775 HARDWARE MONITOR DRIVER
10090 M:      Guenter Roeck <linux@roeck-us.net>
10091 L:      linux-hwmon@vger.kernel.org
10092 S:      Maintained
10093 F:      Documentation/hwmon/nct6775
10094 F:      drivers/hwmon/nct6775.c
10095
10096 NET_FAILOVER MODULE
10097 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
10098 L:      netdev@vger.kernel.org
10099 S:      Supported
10100 F:      driver/net/net_failover.c
10101 F:      include/net/net_failover.h
10102 F:      Documentation/networking/net_failover.rst
10103
10104 NETEFFECT IWARP RNIC DRIVER (IW_NES)
10105 M:      Faisal Latif <faisal.latif@intel.com>
10106 L:      linux-rdma@vger.kernel.org
10107 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
10108 S:      Supported
10109 F:      drivers/infiniband/hw/nes/
10110 F:      include/uapi/rdma/nes-abi.h
10111
10112 NETEM NETWORK EMULATOR
10113 M:      Stephen Hemminger <stephen@networkplumber.org>
10114 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
10115 S:      Maintained
10116 F:      net/sched/sch_netem.c
10117
10118 NETERION 10GbE DRIVERS (s2io/vxge)
10119 M:      Jon Mason <jdmason@kudzu.us>
10120 L:      netdev@vger.kernel.org
10121 S:      Supported
10122 F:      Documentation/networking/s2io.txt
10123 F:      Documentation/networking/vxge.txt
10124 F:      drivers/net/ethernet/neterion/
10125
10126 NETFILTER
10127 M:      Pablo Neira Ayuso <pablo@netfilter.org>
10128 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
10129 M:      Florian Westphal <fw@strlen.de>
10130 L:      netfilter-devel@vger.kernel.org
10131 L:      coreteam@netfilter.org
10132 W:      http://www.netfilter.org/
10133 W:      http://www.iptables.org/
10134 W:      http://www.nftables.org/
10135 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
10136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
10137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
10138 S:      Maintained
10139 F:      include/linux/netfilter*
10140 F:      include/linux/netfilter/
10141 F:      include/net/netfilter/
10142 F:      include/uapi/linux/netfilter*
10143 F:      include/uapi/linux/netfilter/
10144 F:      net/*/netfilter.c
10145 F:      net/*/netfilter/
10146 F:      net/netfilter/
10147 F:      net/bridge/br_netfilter*.c
10148
10149 NETROM NETWORK LAYER
10150 M:      Ralf Baechle <ralf@linux-mips.org>
10151 L:      linux-hams@vger.kernel.org
10152 W:      http://www.linux-ax25.org/
10153 S:      Maintained
10154 F:      include/net/netrom.h
10155 F:      include/uapi/linux/netrom.h
10156 F:      net/netrom/
10157
10158 NETRONOME ETHERNET DRIVERS
10159 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
10160 L:      oss-drivers@netronome.com
10161 S:      Maintained
10162 F:      drivers/net/ethernet/netronome/
10163
10164 NETWORK BLOCK DEVICE (NBD)
10165 M:      Josef Bacik <josef@toxicpanda.com>
10166 S:      Maintained
10167 L:      linux-block@vger.kernel.org
10168 L:      nbd@other.debian.org
10169 F:      Documentation/blockdev/nbd.txt
10170 F:      drivers/block/nbd.c
10171 F:      include/uapi/linux/nbd.h
10172
10173 NETWORK DROP MONITOR
10174 M:      Neil Horman <nhorman@tuxdriver.com>
10175 L:      netdev@vger.kernel.org
10176 S:      Maintained
10177 W:      https://fedorahosted.org/dropwatch/
10178 F:      net/core/drop_monitor.c
10179
10180 NETWORKING DRIVERS
10181 M:      "David S. Miller" <davem@davemloft.net>
10182 L:      netdev@vger.kernel.org
10183 W:      http://www.linuxfoundation.org/en/Net
10184 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
10187 S:      Odd Fixes
10188 F:      Documentation/devicetree/bindings/net/
10189 F:      drivers/net/
10190 F:      include/linux/if_*
10191 F:      include/linux/netdevice.h
10192 F:      include/linux/etherdevice.h
10193 F:      include/linux/fcdevice.h
10194 F:      include/linux/fddidevice.h
10195 F:      include/linux/hippidevice.h
10196 F:      include/linux/inetdevice.h
10197 F:      include/uapi/linux/if_*
10198 F:      include/uapi/linux/netdevice.h
10199
10200 NETWORKING DRIVERS (WIRELESS)
10201 M:      Kalle Valo <kvalo@codeaurora.org>
10202 L:      linux-wireless@vger.kernel.org
10203 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
10204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
10205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
10206 S:      Maintained
10207 F:      Documentation/devicetree/bindings/net/wireless/
10208 F:      drivers/net/wireless/
10209
10210 NETWORKING [DSA]
10211 M:      Andrew Lunn <andrew@lunn.ch>
10212 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10213 M:      Florian Fainelli <f.fainelli@gmail.com>
10214 S:      Maintained
10215 F:      Documentation/devicetree/bindings/net/dsa/
10216 F:      net/dsa/
10217 F:      include/net/dsa.h
10218 F:      include/linux/dsa/
10219 F:      drivers/net/dsa/
10220
10221 NETWORKING [GENERAL]
10222 M:      "David S. Miller" <davem@davemloft.net>
10223 L:      netdev@vger.kernel.org
10224 W:      http://www.linuxfoundation.org/en/Net
10225 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
10228 B:      mailto:netdev@vger.kernel.org
10229 S:      Maintained
10230 F:      net/
10231 F:      include/net/
10232 F:      include/linux/in.h
10233 F:      include/linux/net.h
10234 F:      include/linux/netdevice.h
10235 F:      include/uapi/linux/in.h
10236 F:      include/uapi/linux/net.h
10237 F:      include/uapi/linux/netdevice.h
10238 F:      include/uapi/linux/net_namespace.h
10239 F:      tools/testing/selftests/net/
10240 F:      lib/net_utils.c
10241 F:      lib/random32.c
10242 F:      Documentation/networking/
10243
10244 NETWORKING [IPSEC]
10245 M:      Steffen Klassert <steffen.klassert@secunet.com>
10246 M:      Herbert Xu <herbert@gondor.apana.org.au>
10247 M:      "David S. Miller" <davem@davemloft.net>
10248 L:      netdev@vger.kernel.org
10249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
10250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
10251 S:      Maintained
10252 F:      net/xfrm/
10253 F:      net/key/
10254 F:      net/ipv4/xfrm*
10255 F:      net/ipv4/esp4*
10256 F:      net/ipv4/ah4.c
10257 F:      net/ipv4/ipcomp.c
10258 F:      net/ipv4/ip_vti.c
10259 F:      net/ipv6/xfrm*
10260 F:      net/ipv6/esp6*
10261 F:      net/ipv6/ah6.c
10262 F:      net/ipv6/ipcomp6.c
10263 F:      net/ipv6/ip6_vti.c
10264 F:      include/uapi/linux/xfrm.h
10265 F:      include/net/xfrm.h
10266
10267 NETWORKING [IPv4/IPv6]
10268 M:      "David S. Miller" <davem@davemloft.net>
10269 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
10270 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
10271 L:      netdev@vger.kernel.org
10272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10273 S:      Maintained
10274 F:      net/ipv4/
10275 F:      net/ipv6/
10276 F:      include/net/ip*
10277 F:      arch/x86/net/*
10278
10279 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
10280 M:      Paul Moore <paul@paul-moore.com>
10281 W:      https://github.com/netlabel
10282 L:      netdev@vger.kernel.org
10283 L:      linux-security-module@vger.kernel.org
10284 S:      Maintained
10285 F:      Documentation/netlabel/
10286 F:      include/net/calipso.h
10287 F:      include/net/cipso_ipv4.h
10288 F:      include/net/netlabel.h
10289 F:      include/uapi/linux/netfilter/xt_SECMARK.h
10290 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
10291 F:      net/netlabel/
10292 F:      net/ipv4/cipso_ipv4.c
10293 F:      net/ipv6/calipso.c
10294 F:      net/netfilter/xt_CONNSECMARK.c
10295 F:      net/netfilter/xt_SECMARK.c
10296
10297 NETWORKING [TCP]
10298 M:      Eric Dumazet <edumazet@google.com>
10299 L:      netdev@vger.kernel.org
10300 S:      Maintained
10301 F:      net/ipv4/tcp*.c
10302 F:      net/ipv4/syncookies.c
10303 F:      net/ipv6/tcp*.c
10304 F:      net/ipv6/syncookies.c
10305 F:      include/uapi/linux/tcp.h
10306 F:      include/net/tcp.h
10307 F:      include/linux/tcp.h
10308 F:      include/trace/events/tcp.h
10309
10310 NETWORKING [TLS]
10311 M:      Boris Pismenny <borisp@mellanox.com>
10312 M:      Aviad Yehezkel <aviadye@mellanox.com>
10313 M:      Dave Watson <davejwatson@fb.com>
10314 M:      John Fastabend <john.fastabend@gmail.com>
10315 M:      Daniel Borkmann <daniel@iogearbox.net>
10316 L:      netdev@vger.kernel.org
10317 S:      Maintained
10318 F:      net/tls/*
10319 F:      include/uapi/linux/tls.h
10320 F:      include/net/tls.h
10321
10322 NETWORKING [WIRELESS]
10323 L:      linux-wireless@vger.kernel.org
10324 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
10325
10326 NETDEVSIM
10327 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
10328 S:      Maintained
10329 F:      drivers/net/netdevsim/*
10330
10331 NETXEN (1/10) GbE SUPPORT
10332 M:      Manish Chopra <manish.chopra@cavium.com>
10333 M:      Rahul Verma <rahul.verma@cavium.com>
10334 M:      Dept-GELinuxNICDev@cavium.com
10335 L:      netdev@vger.kernel.org
10336 S:      Supported
10337 F:      drivers/net/ethernet/qlogic/netxen/
10338
10339 NFC SUBSYSTEM
10340 M:      Samuel Ortiz <sameo@linux.intel.com>
10341 L:      linux-wireless@vger.kernel.org
10342 L:      linux-nfc@lists.01.org (subscribers-only)
10343 S:      Supported
10344 F:      net/nfc/
10345 F:      include/net/nfc/
10346 F:      include/uapi/linux/nfc.h
10347 F:      drivers/nfc/
10348 F:      include/linux/platform_data/nfcmrvl.h
10349 F:      include/linux/platform_data/nxp-nci.h
10350 F:      Documentation/devicetree/bindings/net/nfc/
10351
10352 NFS, SUNRPC, AND LOCKD CLIENTS
10353 M:      Trond Myklebust <trond.myklebust@hammerspace.com>
10354 M:      Anna Schumaker <anna.schumaker@netapp.com>
10355 L:      linux-nfs@vger.kernel.org
10356 W:      http://client.linux-nfs.org
10357 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
10358 S:      Maintained
10359 F:      fs/lockd/
10360 F:      fs/nfs/
10361 F:      fs/nfs_common/
10362 F:      net/sunrpc/
10363 F:      include/linux/lockd/
10364 F:      include/linux/nfs*
10365 F:      include/linux/sunrpc/
10366 F:      include/uapi/linux/nfs*
10367 F:      include/uapi/linux/sunrpc/
10368
10369 NILFS2 FILESYSTEM
10370 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
10371 L:      linux-nilfs@vger.kernel.org
10372 W:      https://nilfs.sourceforge.io/
10373 W:      https://nilfs.osdn.jp/
10374 T:      git git://github.com/konis/nilfs2.git
10375 S:      Supported
10376 F:      Documentation/filesystems/nilfs2.txt
10377 F:      fs/nilfs2/
10378 F:      include/trace/events/nilfs2.h
10379 F:      include/uapi/linux/nilfs2_api.h
10380 F:      include/uapi/linux/nilfs2_ondisk.h
10381
10382 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
10383 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
10384 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
10385 S:      Maintained
10386 F:      Documentation/scsi/NinjaSCSI.txt
10387 F:      drivers/scsi/pcmcia/nsp_*
10388
10389 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
10390 M:      GOTO Masanori <gotom@debian.or.jp>
10391 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
10392 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
10393 S:      Maintained
10394 F:      Documentation/scsi/NinjaSCSI.txt
10395 F:      drivers/scsi/nsp32*
10396
10397 NIOS2 ARCHITECTURE
10398 M:      Ley Foon Tan <lftan@altera.com>
10399 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
10400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
10401 S:      Maintained
10402 F:      arch/nios2/
10403
10404 NOHZ, DYNTICKS SUPPORT
10405 M:      Frederic Weisbecker <fweisbec@gmail.com>
10406 M:      Thomas Gleixner <tglx@linutronix.de>
10407 M:      Ingo Molnar <mingo@kernel.org>
10408 L:      linux-kernel@vger.kernel.org
10409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
10410 S:      Maintained
10411 F:      kernel/time/tick*.*
10412 F:      include/linux/tick.h
10413 F:      include/linux/sched/nohz.h
10414
10415 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
10416 M:      Pavel Machek <pavel@ucw.cz>
10417 M:      Sakari Ailus <sakari.ailus@iki.fi>
10418 L:      linux-media@vger.kernel.org
10419 S:      Maintained
10420 F:      drivers/media/i2c/et8ek8
10421 F:      drivers/media/i2c/ad5820.c
10422
10423 NOKIA N900 POWER SUPPLY DRIVERS
10424 R:      Pali Rohár <pali.rohar@gmail.com>
10425 F:      include/linux/power/bq2415x_charger.h
10426 F:      include/linux/power/bq27xxx_battery.h
10427 F:      include/linux/power/isp1704_charger.h
10428 F:      drivers/power/supply/bq2415x_charger.c
10429 F:      drivers/power/supply/bq27xxx_battery.c
10430 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10431 F:      drivers/power/supply/isp1704_charger.c
10432 F:      drivers/power/supply/rx51_battery.c
10433
10434 NTB AMD DRIVER
10435 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
10436 L:      linux-ntb@googlegroups.com
10437 S:      Supported
10438 F:      drivers/ntb/hw/amd/
10439
10440 NTB DRIVER CORE
10441 M:      Jon Mason <jdmason@kudzu.us>
10442 M:      Dave Jiang <dave.jiang@intel.com>
10443 M:      Allen Hubbe <allenbh@gmail.com>
10444 L:      linux-ntb@googlegroups.com
10445 S:      Supported
10446 W:      https://github.com/jonmason/ntb/wiki
10447 T:      git git://github.com/jonmason/ntb.git
10448 F:      drivers/ntb/
10449 F:      drivers/net/ntb_netdev.c
10450 F:      include/linux/ntb.h
10451 F:      include/linux/ntb_transport.h
10452 F:      tools/testing/selftests/ntb/
10453
10454 NTB IDT DRIVER
10455 M:      Serge Semin <fancer.lancer@gmail.com>
10456 L:      linux-ntb@googlegroups.com
10457 S:      Supported
10458 F:      drivers/ntb/hw/idt/
10459
10460 NTB INTEL DRIVER
10461 M:      Dave Jiang <dave.jiang@intel.com>
10462 L:      linux-ntb@googlegroups.com
10463 S:      Supported
10464 W:      https://github.com/davejiang/linux/wiki
10465 T:      git https://github.com/davejiang/linux.git
10466 F:      drivers/ntb/hw/intel/
10467
10468 NTFS FILESYSTEM
10469 M:      Anton Altaparmakov <anton@tuxera.com>
10470 L:      linux-ntfs-dev@lists.sourceforge.net
10471 W:      http://www.tuxera.com/
10472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
10473 S:      Supported
10474 F:      Documentation/filesystems/ntfs.txt
10475 F:      fs/ntfs/
10476
10477 NUBUS SUBSYSTEM
10478 M:      Finn Thain <fthain@telegraphics.com.au>
10479 L:      linux-m68k@lists.linux-m68k.org
10480 S:      Maintained
10481 F:      arch/*/include/asm/nubus.h
10482 F:      drivers/nubus/
10483 F:      include/linux/nubus.h
10484 F:      include/uapi/linux/nubus.h
10485
10486 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
10487 M:      Antonino Daplas <adaplas@gmail.com>
10488 L:      linux-fbdev@vger.kernel.org
10489 S:      Maintained
10490 F:      drivers/video/fbdev/riva/
10491 F:      drivers/video/fbdev/nvidia/
10492
10493 NVM EXPRESS DRIVER
10494 M:      Keith Busch <keith.busch@intel.com>
10495 M:      Jens Axboe <axboe@fb.com>
10496 M:      Christoph Hellwig <hch@lst.de>
10497 M:      Sagi Grimberg <sagi@grimberg.me>
10498 L:      linux-nvme@lists.infradead.org
10499 T:      git://git.infradead.org/nvme.git
10500 W:      http://git.infradead.org/nvme.git
10501 S:      Supported
10502 F:      drivers/nvme/host/
10503 F:      include/linux/nvme.h
10504 F:      include/uapi/linux/nvme_ioctl.h
10505
10506 NVM EXPRESS FC TRANSPORT DRIVERS
10507 M:      James Smart <james.smart@broadcom.com>
10508 L:      linux-nvme@lists.infradead.org
10509 S:      Supported
10510 F:      include/linux/nvme-fc.h
10511 F:      include/linux/nvme-fc-driver.h
10512 F:      drivers/nvme/host/fc.c
10513 F:      drivers/nvme/target/fc.c
10514 F:      drivers/nvme/target/fcloop.c
10515
10516 NVM EXPRESS TARGET DRIVER
10517 M:      Christoph Hellwig <hch@lst.de>
10518 M:      Sagi Grimberg <sagi@grimberg.me>
10519 L:      linux-nvme@lists.infradead.org
10520 T:      git://git.infradead.org/nvme.git
10521 W:      http://git.infradead.org/nvme.git
10522 S:      Supported
10523 F:      drivers/nvme/target/
10524
10525 NVMEM FRAMEWORK
10526 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
10527 S:      Maintained
10528 F:      drivers/nvmem/
10529 F:      Documentation/devicetree/bindings/nvmem/
10530 F:      Documentation/ABI/stable/sysfs-bus-nvmem
10531 F:      include/linux/nvmem-consumer.h
10532 F:      include/linux/nvmem-provider.h
10533
10534 NXP SGTL5000 DRIVER
10535 M:      Fabio Estevam <fabio.estevam@nxp.com>
10536 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10537 S:      Maintained
10538 F:      Documentation/devicetree/bindings/sound/sgtl5000.txt
10539 F:      sound/soc/codecs/sgtl5000*
10540
10541 NXP TDA998X DRM DRIVER
10542 M:      Russell King <linux@armlinux.org.uk>
10543 S:      Maintained
10544 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
10545 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
10546 F:      drivers/gpu/drm/i2c/tda998x_drv.c
10547 F:      include/drm/i2c/tda998x.h
10548 F:      include/dt-bindings/display/tda998x.h
10549 K:      "nxp,tda998x"
10550
10551 NXP TFA9879 DRIVER
10552 M:      Peter Rosin <peda@axentia.se>
10553 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10554 S:      Maintained
10555 F:      Documentation/devicetree/bindings/sound/tfa9879.txt
10556 F:      sound/soc/codecs/tfa9879*
10557
10558 NXP-NCI NFC DRIVER
10559 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
10560 R:      Charles Gorand <charles.gorand@effinnov.com>
10561 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10562 S:      Supported
10563 F:      drivers/nfc/nxp-nci
10564
10565 OBJTOOL
10566 M:      Josh Poimboeuf <jpoimboe@redhat.com>
10567 M:      Peter Zijlstra <peterz@infradead.org>
10568 S:      Supported
10569 F:      tools/objtool/
10570
10571 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
10572 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
10573 M:      Andrew Donnellan <andrew.donnellan@au1.ibm.com>
10574 L:      linuxppc-dev@lists.ozlabs.org
10575 S:      Supported
10576 F:      arch/powerpc/platforms/powernv/ocxl.c
10577 F:      arch/powerpc/include/asm/pnv-ocxl.h
10578 F:      drivers/misc/ocxl/
10579 F:      include/misc/ocxl*
10580 F:      include/uapi/misc/ocxl.h
10581 F:      Documentation/accelerators/ocxl.rst
10582
10583 OMAP AUDIO SUPPORT
10584 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10585 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
10586 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10587 L:      linux-omap@vger.kernel.org
10588 S:      Maintained
10589 F:      sound/soc/omap/
10590
10591 OMAP CLOCK FRAMEWORK SUPPORT
10592 M:      Paul Walmsley <paul@pwsan.com>
10593 L:      linux-omap@vger.kernel.org
10594 S:      Maintained
10595 F:      arch/arm/*omap*/*clock*
10596
10597 OMAP DEVICE TREE SUPPORT
10598 M:      Benoît Cousson <bcousson@baylibre.com>
10599 M:      Tony Lindgren <tony@atomide.com>
10600 L:      linux-omap@vger.kernel.org
10601 L:      devicetree@vger.kernel.org
10602 S:      Maintained
10603 F:      arch/arm/boot/dts/*omap*
10604 F:      arch/arm/boot/dts/*am3*
10605 F:      arch/arm/boot/dts/*am4*
10606 F:      arch/arm/boot/dts/*am5*
10607 F:      arch/arm/boot/dts/*dra7*
10608
10609 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
10610 L:      linux-omap@vger.kernel.org
10611 L:      linux-fbdev@vger.kernel.org
10612 S:      Orphan
10613 F:      drivers/video/fbdev/omap2/
10614 F:      Documentation/arm/OMAP/DSS
10615
10616 OMAP FRAMEBUFFER SUPPORT
10617 L:      linux-fbdev@vger.kernel.org
10618 L:      linux-omap@vger.kernel.org
10619 S:      Orphan
10620 F:      drivers/video/fbdev/omap/
10621
10622 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
10623 M:      Roger Quadros <rogerq@ti.com>
10624 M:      Tony Lindgren <tony@atomide.com>
10625 L:      linux-omap@vger.kernel.org
10626 S:      Maintained
10627 F:      drivers/memory/omap-gpmc.c
10628 F:      arch/arm/mach-omap2/*gpmc*
10629
10630 OMAP GPIO DRIVER
10631 M:      Grygorii Strashko <grygorii.strashko@ti.com>
10632 M:      Santosh Shilimkar <ssantosh@kernel.org>
10633 M:      Kevin Hilman <khilman@kernel.org>
10634 L:      linux-omap@vger.kernel.org
10635 S:      Maintained
10636 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
10637 F:      drivers/gpio/gpio-omap.c
10638
10639 OMAP HARDWARE SPINLOCK SUPPORT
10640 M:      Ohad Ben-Cohen <ohad@wizery.com>
10641 L:      linux-omap@vger.kernel.org
10642 S:      Maintained
10643 F:      drivers/hwspinlock/omap_hwspinlock.c
10644
10645 OMAP HS MMC SUPPORT
10646 L:      linux-mmc@vger.kernel.org
10647 L:      linux-omap@vger.kernel.org
10648 S:      Orphan
10649 F:      drivers/mmc/host/omap_hsmmc.c
10650
10651 OMAP HWMOD DATA
10652 M:      Paul Walmsley <paul@pwsan.com>
10653 L:      linux-omap@vger.kernel.org
10654 S:      Maintained
10655 F:      arch/arm/mach-omap2/omap_hwmod*data*
10656
10657 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
10658 M:      Benoît Cousson <bcousson@baylibre.com>
10659 L:      linux-omap@vger.kernel.org
10660 S:      Maintained
10661 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
10662
10663 OMAP HWMOD SUPPORT
10664 M:      Benoît Cousson <bcousson@baylibre.com>
10665 M:      Paul Walmsley <paul@pwsan.com>
10666 L:      linux-omap@vger.kernel.org
10667 S:      Maintained
10668 F:      arch/arm/mach-omap2/omap_hwmod.*
10669
10670 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
10671 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10672 L:      linux-media@vger.kernel.org
10673 S:      Maintained
10674 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
10675 F:      drivers/media/platform/omap3isp/
10676 F:      drivers/staging/media/omap4iss/
10677
10678 OMAP MMC SUPPORT
10679 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
10680 L:      linux-omap@vger.kernel.org
10681 S:      Maintained
10682 F:      drivers/mmc/host/omap.c
10683
10684 OMAP POWER MANAGEMENT SUPPORT
10685 M:      Kevin Hilman <khilman@kernel.org>
10686 L:      linux-omap@vger.kernel.org
10687 S:      Maintained
10688 F:      arch/arm/*omap*/*pm*
10689 F:      drivers/cpufreq/omap-cpufreq.c
10690
10691 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
10692 M:      Rajendra Nayak <rnayak@codeaurora.org>
10693 M:      Paul Walmsley <paul@pwsan.com>
10694 L:      linux-omap@vger.kernel.org
10695 S:      Maintained
10696 F:      arch/arm/mach-omap2/prm*
10697
10698 OMAP RANDOM NUMBER GENERATOR SUPPORT
10699 M:      Deepak Saxena <dsaxena@plexity.net>
10700 S:      Maintained
10701 F:      drivers/char/hw_random/omap-rng.c
10702
10703 OMAP USB SUPPORT
10704 L:      linux-usb@vger.kernel.org
10705 L:      linux-omap@vger.kernel.org
10706 S:      Orphan
10707 F:      drivers/usb/*/*omap*
10708 F:      arch/arm/*omap*/usb*
10709
10710 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
10711 M:      Mark Jackson <mpfj@newflow.co.uk>
10712 L:      linux-omap@vger.kernel.org
10713 S:      Maintained
10714 F:      arch/arm/boot/dts/am335x-nano.dts
10715
10716 OMAP1 SUPPORT
10717 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
10718 M:      Tony Lindgren <tony@atomide.com>
10719 L:      linux-omap@vger.kernel.org
10720 Q:      http://patchwork.kernel.org/project/linux-omap/list/
10721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
10722 S:      Maintained
10723 F:      arch/arm/mach-omap1/
10724 F:      arch/arm/plat-omap/
10725 F:      arch/arm/configs/omap1_defconfig
10726 F:      drivers/i2c/busses/i2c-omap.c
10727 F:      include/linux/platform_data/i2c-omap.h
10728 F:      include/linux/platform_data/ams-delta-fiq.h
10729
10730 OMAP2+ SUPPORT
10731 M:      Tony Lindgren <tony@atomide.com>
10732 L:      linux-omap@vger.kernel.org
10733 W:      http://www.muru.com/linux/omap/
10734 W:      http://linux.omap.com/
10735 Q:      http://patchwork.kernel.org/project/linux-omap/list/
10736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
10737 S:      Maintained
10738 F:      arch/arm/mach-omap2/
10739 F:      arch/arm/plat-omap/
10740 F:      arch/arm/configs/omap2plus_defconfig
10741 F:      drivers/i2c/busses/i2c-omap.c
10742 F:      drivers/irqchip/irq-omap-intc.c
10743 F:      drivers/mfd/*omap*.c
10744 F:      drivers/mfd/menelaus.c
10745 F:      drivers/mfd/palmas.c
10746 F:      drivers/mfd/tps65217.c
10747 F:      drivers/mfd/tps65218.c
10748 F:      drivers/mfd/tps65910.c
10749 F:      drivers/mfd/twl-core.[ch]
10750 F:      drivers/mfd/twl4030*.c
10751 F:      drivers/mfd/twl6030*.c
10752 F:      drivers/mfd/twl6040*.c
10753 F:      drivers/regulator/palmas-regulator*.c
10754 F:      drivers/regulator/pbias-regulator.c
10755 F:      drivers/regulator/tps65217-regulator.c
10756 F:      drivers/regulator/tps65218-regulator.c
10757 F:      drivers/regulator/tps65910-regulator.c
10758 F:      drivers/regulator/twl-regulator.c
10759 F:      drivers/regulator/twl6030-regulator.c
10760 F:      include/linux/platform_data/i2c-omap.h
10761
10762 ONION OMEGA2+ BOARD
10763 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
10764 L:      linux-mips@linux-mips.org
10765 S:      Maintained
10766 F:      arch/mips/boot/dts/ralink/omega2p.dts
10767
10768 OMFS FILESYSTEM
10769 M:      Bob Copeland <me@bobcopeland.com>
10770 L:      linux-karma-devel@lists.sourceforge.net
10771 S:      Maintained
10772 F:      Documentation/filesystems/omfs.txt
10773 F:      fs/omfs/
10774
10775 OMNIKEY CARDMAN 4000 DRIVER
10776 M:      Harald Welte <laforge@gnumonks.org>
10777 S:      Maintained
10778 F:      drivers/char/pcmcia/cm4000_cs.c
10779 F:      include/linux/cm4000_cs.h
10780 F:      include/uapi/linux/cm4000_cs.h
10781
10782 OMNIKEY CARDMAN 4040 DRIVER
10783 M:      Harald Welte <laforge@gnumonks.org>
10784 S:      Maintained
10785 F:      drivers/char/pcmcia/cm4040_cs.*
10786
10787 OMNIVISION OV13858 SENSOR DRIVER
10788 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
10789 L:      linux-media@vger.kernel.org
10790 T:      git git://linuxtv.org/media_tree.git
10791 S:      Maintained
10792 F:      drivers/media/i2c/ov13858.c
10793
10794 OMNIVISION OV2680 SENSOR DRIVER
10795 M:      Rui Miguel Silva <rmfrfs@gmail.com>
10796 L:      linux-media@vger.kernel.org
10797 T:      git git://linuxtv.org/media_tree.git
10798 S:      Maintained
10799 F:      drivers/media/i2c/ov2680.c
10800 F:      Documentation/devicetree/bindings/media/i2c/ov2680.txt
10801
10802 OMNIVISION OV2685 SENSOR DRIVER
10803 M:      Shunqian Zheng <zhengsq@rock-chips.com>
10804 L:      linux-media@vger.kernel.org
10805 T:      git git://linuxtv.org/media_tree.git
10806 S:      Maintained
10807 F:      drivers/media/i2c/ov2685.c
10808
10809 OMNIVISION OV5640 SENSOR DRIVER
10810 M:      Steve Longerbeam <slongerbeam@gmail.com>
10811 L:      linux-media@vger.kernel.org
10812 T:      git git://linuxtv.org/media_tree.git
10813 S:      Maintained
10814 F:      drivers/media/i2c/ov5640.c
10815
10816 OMNIVISION OV5647 SENSOR DRIVER
10817 M:      Luis Oliveira <lolivei@synopsys.com>
10818 L:      linux-media@vger.kernel.org
10819 T:      git git://linuxtv.org/media_tree.git
10820 S:      Maintained
10821 F:      drivers/media/i2c/ov5647.c
10822
10823 OMNIVISION OV5695 SENSOR DRIVER
10824 M:      Shunqian Zheng <zhengsq@rock-chips.com>
10825 L:      linux-media@vger.kernel.org
10826 T:      git git://linuxtv.org/media_tree.git
10827 S:      Maintained
10828 F:      drivers/media/i2c/ov5695.c
10829
10830 OMNIVISION OV7670 SENSOR DRIVER
10831 M:      Jonathan Corbet <corbet@lwn.net>
10832 L:      linux-media@vger.kernel.org
10833 T:      git git://linuxtv.org/media_tree.git
10834 S:      Maintained
10835 F:      drivers/media/i2c/ov7670.c
10836 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
10837
10838 OMNIVISION OV772x SENSOR DRIVER
10839 M:      Jacopo Mondi <jacopo@jmondi.org>
10840 L:      linux-media@vger.kernel.org
10841 T:      git git://linuxtv.org/media_tree.git
10842 S:      Odd fixes
10843 F:      drivers/media/i2c/ov772x.c
10844 F:      include/media/i2c/ov772x.h
10845 F:      Documentation/devicetree/bindings/media/i2c/ov772x.txt
10846
10847 OMNIVISION OV7740 SENSOR DRIVER
10848 M:      Wenyou Yang <wenyou.yang@microchip.com>
10849 L:      linux-media@vger.kernel.org
10850 T:      git git://linuxtv.org/media_tree.git
10851 S:      Maintained
10852 F:      drivers/media/i2c/ov7740.c
10853 F:      Documentation/devicetree/bindings/media/i2c/ov7740.txt
10854
10855 OMNIVISION OV9650 SENSOR DRIVER
10856 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
10857 R:      Akinobu Mita <akinobu.mita@gmail.com>
10858 R:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10859 L:      linux-media@vger.kernel.org
10860 T:      git git://linuxtv.org/media_tree.git
10861 S:      Maintained
10862 F:      drivers/media/i2c/ov9650.c
10863 F:      Documentation/devicetree/bindings/media/i2c/ov9650.txt
10864
10865 ONENAND FLASH DRIVER
10866 M:      Kyungmin Park <kyungmin.park@samsung.com>
10867 L:      linux-mtd@lists.infradead.org
10868 S:      Maintained
10869 F:      drivers/mtd/nand/onenand/
10870 F:      include/linux/mtd/onenand*.h
10871
10872 ONSTREAM SCSI TAPE DRIVER
10873 M:      Willem Riede <osst@riede.org>
10874 L:      osst-users@lists.sourceforge.net
10875 L:      linux-scsi@vger.kernel.org
10876 S:      Maintained
10877 F:      Documentation/scsi/osst.txt
10878 F:      drivers/scsi/osst.*
10879 F:      drivers/scsi/osst_*.h
10880 F:      drivers/scsi/st.h
10881
10882 OP-TEE DRIVER
10883 M:      Jens Wiklander <jens.wiklander@linaro.org>
10884 S:      Maintained
10885 F:      drivers/tee/optee/
10886
10887 OPA-VNIC DRIVER
10888 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10889 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
10890 L:      linux-rdma@vger.kernel.org
10891 S:      Supported
10892 F:      drivers/infiniband/ulp/opa_vnic
10893
10894 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
10895 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
10896 M:      Frank Rowand <frowand.list@gmail.com>
10897 L:      devicetree@vger.kernel.org
10898 S:      Maintained
10899 F:      Documentation/devicetree/dynamic-resolution-notes.txt
10900 F:      Documentation/devicetree/overlay-notes.txt
10901 F:      drivers/of/overlay.c
10902 F:      drivers/of/resolver.c
10903 K:      of_overlay_notifier_
10904
10905 OPEN FIRMWARE AND FLATTENED DEVICE TREE
10906 M:      Rob Herring <robh+dt@kernel.org>
10907 M:      Frank Rowand <frowand.list@gmail.com>
10908 L:      devicetree@vger.kernel.org
10909 W:      http://www.devicetree.org/
10910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10911 S:      Maintained
10912 F:      drivers/of/
10913 F:      include/linux/of*.h
10914 F:      scripts/dtc/
10915 F:      Documentation/ABI/testing/sysfs-firmware-ofw
10916
10917 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
10918 M:      Rob Herring <robh+dt@kernel.org>
10919 M:      Mark Rutland <mark.rutland@arm.com>
10920 L:      devicetree@vger.kernel.org
10921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10922 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
10923 S:      Maintained
10924 F:      Documentation/devicetree/
10925 F:      arch/*/boot/dts/
10926 F:      include/dt-bindings/
10927
10928 OPENCORES I2C BUS DRIVER
10929 M:      Peter Korsgaard <peter@korsgaard.com>
10930 L:      linux-i2c@vger.kernel.org
10931 S:      Maintained
10932 F:      Documentation/i2c/busses/i2c-ocores
10933 F:      drivers/i2c/busses/i2c-ocores.c
10934
10935 OPENRISC ARCHITECTURE
10936 M:      Jonas Bonn <jonas@southpole.se>
10937 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
10938 M:      Stafford Horne <shorne@gmail.com>
10939 T:      git git://github.com/openrisc/linux.git
10940 L:      openrisc@lists.librecores.org
10941 W:      http://openrisc.io
10942 S:      Maintained
10943 F:      Documentation/devicetree/bindings/openrisc/
10944 F:      Documentation/openrisc/
10945 F:      arch/openrisc/
10946 F:      drivers/irqchip/irq-ompic.c
10947 F:      drivers/irqchip/irq-or1k-*
10948
10949 OPENVSWITCH
10950 M:      Pravin B Shelar <pshelar@ovn.org>
10951 L:      netdev@vger.kernel.org
10952 L:      dev@openvswitch.org
10953 W:      http://openvswitch.org
10954 S:      Maintained
10955 F:      net/openvswitch/
10956 F:      include/uapi/linux/openvswitch.h
10957
10958 OPERATING PERFORMANCE POINTS (OPP)
10959 M:      Viresh Kumar <vireshk@kernel.org>
10960 M:      Nishanth Menon <nm@ti.com>
10961 M:      Stephen Boyd <sboyd@kernel.org>
10962 L:      linux-pm@vger.kernel.org
10963 S:      Maintained
10964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
10965 F:      drivers/opp/
10966 F:      include/linux/pm_opp.h
10967 F:      Documentation/power/opp.txt
10968 F:      Documentation/devicetree/bindings/opp/
10969
10970 OPL4 DRIVER
10971 M:      Clemens Ladisch <clemens@ladisch.de>
10972 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10973 T:      git git://git.alsa-project.org/alsa-kernel.git
10974 S:      Maintained
10975 F:      sound/drivers/opl4/
10976
10977 OPROFILE
10978 M:      Robert Richter <rric@kernel.org>
10979 L:      oprofile-list@lists.sf.net
10980 S:      Maintained
10981 F:      arch/*/include/asm/oprofile*.h
10982 F:      arch/*/oprofile/
10983 F:      drivers/oprofile/
10984 F:      include/linux/oprofile.h
10985
10986 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
10987 M:      Mark Fasheh <mark@fasheh.com>
10988 M:      Joel Becker <jlbec@evilplan.org>
10989 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
10990 W:      http://ocfs2.wiki.kernel.org
10991 S:      Supported
10992 F:      Documentation/filesystems/ocfs2.txt
10993 F:      Documentation/filesystems/dlmfs.txt
10994 F:      fs/ocfs2/
10995
10996 ORANGEFS FILESYSTEM
10997 M:      Mike Marshall <hubcap@omnibond.com>
10998 R:      Martin Brandenburg <martin@omnibond.com>
10999 L:      devel@lists.orangefs.org
11000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
11001 S:      Supported
11002 F:      fs/orangefs/
11003 F:      Documentation/filesystems/orangefs.txt
11004
11005 ORINOCO DRIVER
11006 L:      linux-wireless@vger.kernel.org
11007 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
11008 W:      http://www.nongnu.org/orinoco/
11009 S:      Orphan
11010 F:      drivers/net/wireless/intersil/orinoco/
11011
11012 OSD LIBRARY and FILESYSTEM
11013 M:      Boaz Harrosh <ooo@electrozaur.com>
11014 S:      Maintained
11015 F:      drivers/scsi/osd/
11016 F:      include/scsi/osd_*
11017 F:      fs/exofs/
11018
11019 OV2659 OMNIVISION SENSOR DRIVER
11020 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11021 L:      linux-media@vger.kernel.org
11022 W:      https://linuxtv.org
11023 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11024 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11025 S:      Maintained
11026 F:      drivers/media/i2c/ov2659.c
11027 F:      include/media/i2c/ov2659.h
11028
11029 OVERLAY FILESYSTEM
11030 M:      Miklos Szeredi <miklos@szeredi.hu>
11031 L:      linux-unionfs@vger.kernel.org
11032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
11033 S:      Supported
11034 F:      fs/overlayfs/
11035 F:      Documentation/filesystems/overlayfs.txt
11036
11037 P54 WIRELESS DRIVER
11038 M:      Christian Lamparter <chunkeey@googlemail.com>
11039 L:      linux-wireless@vger.kernel.org
11040 W:      http://wireless.kernel.org/en/users/Drivers/p54
11041 S:      Maintained
11042 F:      drivers/net/wireless/intersil/p54/
11043
11044 PA SEMI ETHERNET DRIVER
11045 L:      netdev@vger.kernel.org
11046 S:      Orphan
11047 F:      drivers/net/ethernet/pasemi/*
11048
11049 PA SEMI SMBUS DRIVER
11050 L:      linux-i2c@vger.kernel.org
11051 S:      Orphan
11052 F:      drivers/i2c/busses/i2c-pasemi.c
11053
11054 PADATA PARALLEL EXECUTION MECHANISM
11055 M:      Steffen Klassert <steffen.klassert@secunet.com>
11056 L:      linux-crypto@vger.kernel.org
11057 S:      Maintained
11058 F:      kernel/padata.c
11059 F:      include/linux/padata.h
11060 F:      Documentation/padata.txt
11061
11062 PANASONIC LAPTOP ACPI EXTRAS DRIVER
11063 M:      Harald Welte <laforge@gnumonks.org>
11064 L:      platform-driver-x86@vger.kernel.org
11065 S:      Maintained
11066 F:      drivers/platform/x86/panasonic-laptop.c
11067
11068 PARALLEL LCD/KEYPAD PANEL DRIVER
11069 M:      Willy Tarreau <willy@haproxy.com>
11070 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
11071 S:      Odd Fixes
11072 F:      Documentation/auxdisplay/lcd-panel-cgram.txt
11073 F:      drivers/auxdisplay/panel.c
11074
11075 PARALLEL PORT SUBSYSTEM
11076 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11077 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11078 L:      linux-parport@lists.infradead.org (subscribers-only)
11079 S:      Maintained
11080 F:      drivers/parport/
11081 F:      include/linux/parport*.h
11082 F:      drivers/char/ppdev.c
11083 F:      include/uapi/linux/ppdev.h
11084 F:      Documentation/parport*.txt
11085
11086 PARAVIRT_OPS INTERFACE
11087 M:      Juergen Gross <jgross@suse.com>
11088 M:      Alok Kataria <akataria@vmware.com>
11089 L:      virtualization@lists.linux-foundation.org
11090 S:      Supported
11091 F:      Documentation/virtual/paravirt_ops.txt
11092 F:      arch/*/kernel/paravirt*
11093 F:      arch/*/include/asm/paravirt*.h
11094 F:      include/linux/hypervisor.h
11095
11096 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
11097 M:      Tim Waugh <tim@cyberelk.net>
11098 L:      linux-parport@lists.infradead.org (subscribers-only)
11099 S:      Maintained
11100 F:      Documentation/blockdev/paride.txt
11101 F:      drivers/block/paride/
11102
11103 PARISC ARCHITECTURE
11104 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
11105 M:      Helge Deller <deller@gmx.de>
11106 L:      linux-parisc@vger.kernel.org
11107 W:      http://www.parisc-linux.org/
11108 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
11109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
11110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
11111 S:      Maintained
11112 F:      arch/parisc/
11113 F:      Documentation/parisc/
11114 F:      drivers/parisc/
11115 F:      drivers/char/agp/parisc-agp.c
11116 F:      drivers/input/serio/gscps2.c
11117 F:      drivers/parport/parport_gsc.*
11118 F:      drivers/tty/serial/8250/8250_gsc.c
11119 F:      drivers/video/fbdev/sti*
11120 F:      drivers/video/console/sti*
11121 F:      drivers/video/logo/logo_parisc*
11122
11123 PARMAN
11124 M:      Jiri Pirko <jiri@mellanox.com>
11125 L:      netdev@vger.kernel.org
11126 S:      Supported
11127 F:      lib/parman.c
11128 F:      lib/test_parman.c
11129 F:      include/linux/parman.h
11130
11131 PC87360 HARDWARE MONITORING DRIVER
11132 M:      Jim Cromie <jim.cromie@gmail.com>
11133 L:      linux-hwmon@vger.kernel.org
11134 S:      Maintained
11135 F:      Documentation/hwmon/pc87360
11136 F:      drivers/hwmon/pc87360.c
11137
11138 PC8736x GPIO DRIVER
11139 M:      Jim Cromie <jim.cromie@gmail.com>
11140 S:      Maintained
11141 F:      drivers/char/pc8736x_gpio.c
11142
11143 PC87427 HARDWARE MONITORING DRIVER
11144 M:      Jean Delvare <jdelvare@suse.com>
11145 L:      linux-hwmon@vger.kernel.org
11146 S:      Maintained
11147 F:      Documentation/hwmon/pc87427
11148 F:      drivers/hwmon/pc87427.c
11149
11150 PCA9532 LED DRIVER
11151 M:      Riku Voipio <riku.voipio@iki.fi>
11152 S:      Maintained
11153 F:      drivers/leds/leds-pca9532.c
11154 F:      include/linux/leds-pca9532.h
11155
11156 PCA9541 I2C BUS MASTER SELECTOR DRIVER
11157 M:      Guenter Roeck <linux@roeck-us.net>
11158 L:      linux-i2c@vger.kernel.org
11159 S:      Maintained
11160 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
11161
11162 PCDP - PRIMARY CONSOLE AND DEBUG PORT
11163 M:      Khalid Aziz <khalid@gonehiking.org>
11164 S:      Maintained
11165 F:      drivers/firmware/pcdp.*
11166
11167 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
11168 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11169 L:      linux-pci@vger.kernel.org
11170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11171 S:      Maintained
11172 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
11173 F:      drivers/pci/controller/pci-aardvark.c
11174
11175 PCI DRIVER FOR ALTERA PCIE IP
11176 M:      Ley Foon Tan <lftan@altera.com>
11177 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
11178 L:      linux-pci@vger.kernel.org
11179 S:      Supported
11180 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
11181 F:      drivers/pci/controller/pcie-altera.c
11182
11183 PCI DRIVER FOR APPLIEDMICRO XGENE
11184 M:      Tanmay Inamdar <tinamdar@apm.com>
11185 L:      linux-pci@vger.kernel.org
11186 L:      linux-arm-kernel@lists.infradead.org
11187 S:      Maintained
11188 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
11189 F:      drivers/pci/controller/pci-xgene.c
11190
11191 PCI DRIVER FOR ARM VERSATILE PLATFORM
11192 M:      Rob Herring <robh@kernel.org>
11193 L:      linux-pci@vger.kernel.org
11194 L:      linux-arm-kernel@lists.infradead.org
11195 S:      Maintained
11196 F:      Documentation/devicetree/bindings/pci/versatile.txt
11197 F:      drivers/pci/controller/pci-versatile.c
11198
11199 PCI DRIVER FOR ARMADA 8K
11200 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11201 L:      linux-pci@vger.kernel.org
11202 L:      linux-arm-kernel@lists.infradead.org
11203 S:      Maintained
11204 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
11205 F:      drivers/pci/controller/dwc/pcie-armada8k.c
11206
11207 PCI DRIVER FOR CADENCE PCIE IP
11208 M:      Alan Douglas <adouglas@cadence.com>
11209 L:      linux-pci@vger.kernel.org
11210 S:      Maintained
11211 F:      Documentation/devicetree/bindings/pci/cdns,*.txt
11212 F:      drivers/pci/controller/pcie-cadence*
11213
11214 PCI DRIVER FOR FREESCALE LAYERSCAPE
11215 M:      Minghuan Lian <minghuan.Lian@nxp.com>
11216 M:      Mingkai Hu <mingkai.hu@nxp.com>
11217 M:      Roy Zang <roy.zang@nxp.com>
11218 L:      linuxppc-dev@lists.ozlabs.org
11219 L:      linux-pci@vger.kernel.org
11220 L:      linux-arm-kernel@lists.infradead.org
11221 S:      Maintained
11222 F:      drivers/pci/controller/dwc/*layerscape*
11223
11224 PCI DRIVER FOR GENERIC OF HOSTS
11225 M:      Will Deacon <will.deacon@arm.com>
11226 L:      linux-pci@vger.kernel.org
11227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11228 S:      Maintained
11229 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
11230 F:      drivers/pci/controller/pci-host-common.c
11231 F:      drivers/pci/controller/pci-host-generic.c
11232
11233 PCI DRIVER FOR IMX6
11234 M:      Richard Zhu <hongxing.zhu@nxp.com>
11235 M:      Lucas Stach <l.stach@pengutronix.de>
11236 L:      linux-pci@vger.kernel.org
11237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11238 S:      Maintained
11239 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
11240 F:      drivers/pci/controller/dwc/*imx6*
11241
11242 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
11243 M:      Keith Busch <keith.busch@intel.com>
11244 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11245 L:      linux-pci@vger.kernel.org
11246 S:      Supported
11247 F:      drivers/pci/controller/vmd.c
11248
11249 PCI DRIVER FOR MICROSEMI SWITCHTEC
11250 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
11251 M:      Logan Gunthorpe <logang@deltatee.com>
11252 L:      linux-pci@vger.kernel.org
11253 S:      Maintained
11254 F:      Documentation/switchtec.txt
11255 F:      Documentation/ABI/testing/sysfs-class-switchtec
11256 F:      drivers/pci/switch/switchtec*
11257 F:      include/uapi/linux/switchtec_ioctl.h
11258 F:      include/linux/switchtec.h
11259 F:      drivers/ntb/hw/mscc/
11260
11261 PCI DRIVER FOR MOBIVEIL PCIE IP
11262 M:      Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
11263 L:      linux-pci@vger.kernel.org
11264 S:      Supported
11265 F:      Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
11266 F:      drivers/pci/controller/pcie-mobiveil.c
11267
11268 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
11269 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11270 M:      Jason Cooper <jason@lakedaemon.net>
11271 L:      linux-pci@vger.kernel.org
11272 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11273 S:      Maintained
11274 F:      drivers/pci/controller/*mvebu*
11275
11276 PCI DRIVER FOR NVIDIA TEGRA
11277 M:      Thierry Reding <thierry.reding@gmail.com>
11278 L:      linux-tegra@vger.kernel.org
11279 L:      linux-pci@vger.kernel.org
11280 S:      Supported
11281 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
11282 F:      drivers/pci/controller/pci-tegra.c
11283
11284 PCI DRIVER FOR RENESAS R-CAR
11285 M:      Simon Horman <horms@verge.net.au>
11286 L:      linux-pci@vger.kernel.org
11287 L:      linux-renesas-soc@vger.kernel.org
11288 S:      Maintained
11289 F:      drivers/pci/controller/*rcar*
11290
11291 PCI DRIVER FOR SAMSUNG EXYNOS
11292 M:      Jingoo Han <jingoohan1@gmail.com>
11293 L:      linux-pci@vger.kernel.org
11294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11295 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11296 S:      Maintained
11297 F:      drivers/pci/controller/dwc/pci-exynos.c
11298
11299 PCI DRIVER FOR SYNOPSYS DESIGNWARE
11300 M:      Jingoo Han <jingoohan1@gmail.com>
11301 M:      Gustavo Pimentel <gustavo.pimentel@synopsys.com>
11302 L:      linux-pci@vger.kernel.org
11303 S:      Maintained
11304 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
11305 F:      drivers/pci/controller/dwc/*designware*
11306
11307 PCI DRIVER FOR TI DRA7XX
11308 M:      Kishon Vijay Abraham I <kishon@ti.com>
11309 L:      linux-omap@vger.kernel.org
11310 L:      linux-pci@vger.kernel.org
11311 S:      Supported
11312 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
11313 F:      drivers/pci/controller/dwc/pci-dra7xx.c
11314
11315 PCI DRIVER FOR TI KEYSTONE
11316 M:      Murali Karicheri <m-karicheri2@ti.com>
11317 L:      linux-pci@vger.kernel.org
11318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11319 S:      Maintained
11320 F:      drivers/pci/controller/dwc/pci-keystone.c
11321
11322 PCI ENDPOINT SUBSYSTEM
11323 M:      Kishon Vijay Abraham I <kishon@ti.com>
11324 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
11325 L:      linux-pci@vger.kernel.org
11326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
11327 S:      Supported
11328 F:      drivers/pci/endpoint/
11329 F:      drivers/misc/pci_endpoint_test.c
11330 F:      tools/pci/
11331
11332 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
11333 M:      Russell Currey <ruscur@russell.cc>
11334 M:      Sam Bobroff <sbobroff@linux.ibm.com>
11335 M:      Oliver O'Halloran <oohall@gmail.com>
11336 L:      linuxppc-dev@lists.ozlabs.org
11337 S:      Supported
11338 F:      Documentation/PCI/pci-error-recovery.txt
11339 F:      drivers/pci/pcie/aer.c
11340 F:      drivers/pci/pcie/dpc.c
11341 F:      drivers/pci/pcie/err.c
11342 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
11343 F:      arch/powerpc/kernel/eeh*.c
11344 F:      arch/powerpc/platforms/*/eeh*.c
11345 F:      arch/powerpc/include/*/eeh*.h
11346
11347 PCI ERROR RECOVERY
11348 M:      Linas Vepstas <linasvepstas@gmail.com>
11349 L:      linux-pci@vger.kernel.org
11350 S:      Supported
11351 F:      Documentation/PCI/pci-error-recovery.txt
11352
11353 PCI MSI DRIVER FOR ALTERA MSI IP
11354 M:      Ley Foon Tan <lftan@altera.com>
11355 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
11356 L:      linux-pci@vger.kernel.org
11357 S:      Supported
11358 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
11359 F:      drivers/pci/controller/pcie-altera-msi.c
11360
11361 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
11362 M:      Duc Dang <dhdang@apm.com>
11363 L:      linux-pci@vger.kernel.org
11364 L:      linux-arm-kernel@lists.infradead.org
11365 S:      Maintained
11366 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
11367 F:      drivers/pci/controller/pci-xgene-msi.c
11368
11369 PCI SUBSYSTEM
11370 M:      Bjorn Helgaas <bhelgaas@google.com>
11371 L:      linux-pci@vger.kernel.org
11372 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
11373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
11374 S:      Supported
11375 F:      Documentation/devicetree/bindings/pci/
11376 F:      Documentation/PCI/
11377 F:      drivers/acpi/pci*
11378 F:      drivers/pci/
11379 F:      include/asm-generic/pci*
11380 F:      include/linux/pci*
11381 F:      include/linux/of_pci.h
11382 F:      include/uapi/linux/pci*
11383 F:      lib/pci*
11384 F:      arch/x86/pci/
11385 F:      arch/x86/kernel/quirks.c
11386
11387 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
11388 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
11389 L:      linux-pci@vger.kernel.org
11390 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
11391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
11392 S:      Supported
11393 F:      drivers/pci/controller/
11394
11395 PCIE DRIVER FOR AXIS ARTPEC
11396 M:      Jesper Nilsson <jesper.nilsson@axis.com>
11397 L:      linux-arm-kernel@axis.com
11398 L:      linux-pci@vger.kernel.org
11399 S:      Maintained
11400 F:      Documentation/devicetree/bindings/pci/axis,artpec*
11401 F:      drivers/pci/controller/dwc/*artpec*
11402
11403 PCIE DRIVER FOR CAVIUM THUNDERX
11404 M:      David Daney <david.daney@cavium.com>
11405 L:      linux-pci@vger.kernel.org
11406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11407 S:      Supported
11408 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
11409 F:      drivers/pci/controller/pci-thunder-*
11410
11411 PCIE DRIVER FOR HISILICON
11412 M:      Zhou Wang <wangzhou1@hisilicon.com>
11413 L:      linux-pci@vger.kernel.org
11414 S:      Maintained
11415 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
11416 F:      drivers/pci/controller/dwc/pcie-hisi.c
11417
11418 PCIE DRIVER FOR HISILICON KIRIN
11419 M:      Xiaowei Song <songxiaowei@hisilicon.com>
11420 M:      Binghui Wang <wangbinghui@hisilicon.com>
11421 L:      linux-pci@vger.kernel.org
11422 S:      Maintained
11423 F:      Documentation/devicetree/bindings/pci/kirin-pcie.txt
11424 F:      drivers/pci/controller/dwc/pcie-kirin.c
11425
11426 PCIE DRIVER FOR HISILICON STB
11427 M:      Jianguo Sun <sunjianguo1@huawei.com>
11428 M:      Shawn Guo <shawn.guo@linaro.org>
11429 L:      linux-pci@vger.kernel.org
11430 S:      Maintained
11431 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
11432 F:      drivers/pci/controller/dwc/pcie-histb.c
11433
11434 PCIE DRIVER FOR MEDIATEK
11435 M:      Ryder Lee <ryder.lee@mediatek.com>
11436 L:      linux-pci@vger.kernel.org
11437 L:      linux-mediatek@lists.infradead.org
11438 S:      Supported
11439 F:      Documentation/devicetree/bindings/pci/mediatek*
11440 F:      drivers/pci/controller/*mediatek*
11441
11442 PCIE DRIVER FOR QUALCOMM MSM
11443 M:      Stanimir Varbanov <svarbanov@mm-sol.com>
11444 L:      linux-pci@vger.kernel.org
11445 L:      linux-arm-msm@vger.kernel.org
11446 S:      Maintained
11447 F:      drivers/pci/controller/dwc/*qcom*
11448
11449 PCIE DRIVER FOR ROCKCHIP
11450 M:      Shawn Lin <shawn.lin@rock-chips.com>
11451 L:      linux-pci@vger.kernel.org
11452 L:      linux-rockchip@lists.infradead.org
11453 S:      Maintained
11454 F:      Documentation/devicetree/bindings/pci/rockchip-pcie*
11455 F:      drivers/pci/controller/pcie-rockchip*
11456
11457 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
11458 M:      Linus Walleij <linus.walleij@linaro.org>
11459 L:      linux-pci@vger.kernel.org
11460 S:      Maintained
11461 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
11462 F:      drivers/pci/controller/pci-v3-semi.c
11463
11464 PCIE DRIVER FOR ST SPEAR13XX
11465 M:      Pratyush Anand <pratyush.anand@gmail.com>
11466 L:      linux-pci@vger.kernel.org
11467 S:      Maintained
11468 F:      drivers/pci/controller/dwc/*spear*
11469
11470 PCMCIA SUBSYSTEM
11471 M:      Dominik Brodowski <linux@dominikbrodowski.net>
11472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
11473 S:      Odd Fixes
11474 F:      Documentation/pcmcia/
11475 F:      tools/pcmcia/
11476 F:      drivers/pcmcia/
11477 F:      include/pcmcia/
11478
11479 PCNET32 NETWORK DRIVER
11480 M:      Don Fry <pcnet32@frontier.com>
11481 L:      netdev@vger.kernel.org
11482 S:      Maintained
11483 F:      drivers/net/ethernet/amd/pcnet32.c
11484
11485 PCRYPT PARALLEL CRYPTO ENGINE
11486 M:      Steffen Klassert <steffen.klassert@secunet.com>
11487 L:      linux-crypto@vger.kernel.org
11488 S:      Maintained
11489 F:      crypto/pcrypt.c
11490 F:      include/crypto/pcrypt.h
11491
11492 PEAQ WMI HOTKEYS DRIVER
11493 M:      Hans de Goede <hdegoede@redhat.com>
11494 L:      platform-driver-x86@vger.kernel.org
11495 S:      Maintained
11496 F:      drivers/platform/x86/peaq-wmi.c
11497
11498 PER-CPU MEMORY ALLOCATOR
11499 M:      Dennis Zhou <dennis@kernel.org>
11500 M:      Tejun Heo <tj@kernel.org>
11501 M:      Christoph Lameter <cl@linux.com>
11502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
11503 S:      Maintained
11504 F:      include/linux/percpu*.h
11505 F:      mm/percpu*.c
11506 F:      arch/*/include/asm/percpu.h
11507
11508 PER-TASK DELAY ACCOUNTING
11509 M:      Balbir Singh <bsingharora@gmail.com>
11510 S:      Maintained
11511 F:      include/linux/delayacct.h
11512 F:      kernel/delayacct.c
11513
11514 PERFORMANCE EVENTS SUBSYSTEM
11515 M:      Peter Zijlstra <peterz@infradead.org>
11516 M:      Ingo Molnar <mingo@redhat.com>
11517 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
11518 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
11519 R:      Jiri Olsa <jolsa@redhat.com>
11520 R:      Namhyung Kim <namhyung@kernel.org>
11521 L:      linux-kernel@vger.kernel.org
11522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11523 S:      Supported
11524 F:      kernel/events/*
11525 F:      include/linux/perf_event.h
11526 F:      include/uapi/linux/perf_event.h
11527 F:      arch/*/kernel/perf_event*.c
11528 F:      arch/*/kernel/*/perf_event*.c
11529 F:      arch/*/kernel/*/*/perf_event*.c
11530 F:      arch/*/include/asm/perf_event.h
11531 F:      arch/*/kernel/perf_callchain.c
11532 F:      arch/*/events/*
11533 F:      tools/perf/
11534
11535 PERSONALITY HANDLING
11536 M:      Christoph Hellwig <hch@infradead.org>
11537 L:      linux-abi-devel@lists.sourceforge.net
11538 S:      Maintained
11539 F:      include/linux/personality.h
11540 F:      include/uapi/linux/personality.h
11541
11542 PHOENIX RC FLIGHT CONTROLLER ADAPTER
11543 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
11544 L:      linux-input@vger.kernel.org
11545 S:      Maintained
11546 F:      Documentation/input/devices/pxrc.rst
11547 F:      drivers/input/joystick/pxrc.c
11548
11549 PHONET PROTOCOL
11550 M:      Remi Denis-Courmont <courmisch@gmail.com>
11551 S:      Supported
11552 F:      Documentation/networking/phonet.txt
11553 F:      include/linux/phonet.h
11554 F:      include/net/phonet/
11555 F:      include/uapi/linux/phonet.h
11556 F:      net/phonet/
11557
11558 PHRAM MTD DRIVER
11559 M:      Joern Engel <joern@lazybastard.org>
11560 L:      linux-mtd@lists.infradead.org
11561 S:      Maintained
11562 F:      drivers/mtd/devices/phram.c
11563
11564 PICOLCD HID DRIVER
11565 M:      Bruno Prémont <bonbons@linux-vserver.org>
11566 L:      linux-input@vger.kernel.org
11567 S:      Maintained
11568 F:      drivers/hid/hid-picolcd*
11569
11570 PICOXCELL SUPPORT
11571 M:      Jamie Iles <jamie@jamieiles.com>
11572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11573 T:      git git://github.com/jamieiles/linux-2.6-ji.git
11574 S:      Supported
11575 F:      arch/arm/boot/dts/picoxcell*
11576 F:      arch/arm/mach-picoxcell/
11577 F:      drivers/crypto/picoxcell*
11578
11579 PIN CONTROL SUBSYSTEM
11580 M:      Linus Walleij <linus.walleij@linaro.org>
11581 L:      linux-gpio@vger.kernel.org
11582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
11583 S:      Maintained
11584 F:      Documentation/devicetree/bindings/pinctrl/
11585 F:      Documentation/driver-api/pinctl.rst
11586 F:      drivers/pinctrl/
11587 F:      include/linux/pinctrl/
11588
11589 PIN CONTROLLER - ATMEL AT91
11590 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
11591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11592 S:      Maintained
11593 F:      drivers/pinctrl/pinctrl-at91.*
11594
11595 PIN CONTROLLER - ATMEL AT91 PIO4
11596 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
11597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11598 L:      linux-gpio@vger.kernel.org
11599 S:      Supported
11600 F:      drivers/pinctrl/pinctrl-at91-pio4.*
11601
11602 PIN CONTROLLER - FREESCALE
11603 M:      Dong Aisheng <aisheng.dong@nxp.com>
11604 M:      Fabio Estevam <festevam@gmail.com>
11605 M:      Shawn Guo <shawnguo@kernel.org>
11606 M:      Stefan Agner <stefan@agner.ch>
11607 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
11608 L:      linux-gpio@vger.kernel.org
11609 S:      Maintained
11610 F:      drivers/pinctrl/freescale/
11611 F:      Documentation/devicetree/bindings/pinctrl/fsl,*
11612
11613 PIN CONTROLLER - INTEL
11614 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
11615 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11616 S:      Maintained
11617 F:      drivers/pinctrl/intel/
11618
11619 PIN CONTROLLER - MEDIATEK
11620 M:      Sean Wang <sean.wang@kernel.org>
11621 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
11622 S:      Maintained
11623 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
11624 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
11625 F:      drivers/pinctrl/mediatek/
11626
11627 PIN CONTROLLER - QUALCOMM
11628 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
11629 S:      Maintained
11630 L:      linux-arm-msm@vger.kernel.org
11631 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
11632 F:      drivers/pinctrl/qcom/
11633
11634 PIN CONTROLLER - RENESAS
11635 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11636 M:      Geert Uytterhoeven <geert+renesas@glider.be>
11637 L:      linux-renesas-soc@vger.kernel.org
11638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
11639 S:      Maintained
11640 F:      drivers/pinctrl/sh-pfc/
11641
11642 PIN CONTROLLER - SAMSUNG
11643 M:      Tomasz Figa <tomasz.figa@gmail.com>
11644 M:      Krzysztof Kozlowski <krzk@kernel.org>
11645 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11647 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11648 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
11649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
11650 S:      Maintained
11651 F:      drivers/pinctrl/samsung/
11652 F:      include/dt-bindings/pinctrl/samsung.h
11653 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
11654
11655 PIN CONTROLLER - SINGLE
11656 M:      Tony Lindgren <tony@atomide.com>
11657 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
11658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11659 L:      linux-omap@vger.kernel.org
11660 S:      Maintained
11661 F:      drivers/pinctrl/pinctrl-single.c
11662
11663 PIN CONTROLLER - ST SPEAR
11664 M:      Viresh Kumar <vireshk@kernel.org>
11665 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11666 W:      http://www.st.com/spear
11667 S:      Maintained
11668 F:      drivers/pinctrl/spear/
11669
11670 PISTACHIO SOC SUPPORT
11671 M:      James Hartley <james.hartley@sondrel.com>
11672 L:      linux-mips@linux-mips.org
11673 S:      Odd Fixes
11674 F:      arch/mips/pistachio/
11675 F:      arch/mips/include/asm/mach-pistachio/
11676 F:      arch/mips/boot/dts/img/pistachio*
11677 F:      arch/mips/configs/pistachio*_defconfig
11678
11679 PKTCDVD DRIVER
11680 S:      Orphan
11681 M:      linux-block@vger.kernel.org
11682 F:      drivers/block/pktcdvd.c
11683 F:      include/linux/pktcdvd.h
11684 F:      include/uapi/linux/pktcdvd.h
11685
11686 PKUNITY SOC DRIVERS
11687 M:      Guan Xuetao <gxt@pku.edu.cn>
11688 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11689 S:      Maintained
11690 T:      git git://github.com/gxt/linux.git
11691 F:      drivers/input/serio/i8042-unicore32io.h
11692 F:      drivers/i2c/busses/i2c-puv3.c
11693 F:      drivers/video/fbdev/fb-puv3.c
11694 F:      drivers/rtc/rtc-puv3.c
11695
11696 PMBUS HARDWARE MONITORING DRIVERS
11697 M:      Guenter Roeck <linux@roeck-us.net>
11698 L:      linux-hwmon@vger.kernel.org
11699 W:      http://hwmon.wiki.kernel.org/
11700 W:      http://www.roeck-us.net/linux/drivers/
11701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
11702 S:      Maintained
11703 F:      Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt
11704 F:      Documentation/devicetree/bindings/hwmon/max31785.txt
11705 F:      Documentation/devicetree/bindings/hwmon/ltc2978.txt
11706 F:      Documentation/hwmon/adm1275
11707 F:      Documentation/hwmon/ibm-cffps
11708 F:      Documentation/hwmon/ir35221
11709 F:      Documentation/hwmon/lm25066
11710 F:      Documentation/hwmon/ltc2978
11711 F:      Documentation/hwmon/ltc3815
11712 F:      Documentation/hwmon/max16064
11713 F:      Documentation/hwmon/max20751
11714 F:      Documentation/hwmon/max31785
11715 F:      Documentation/hwmon/max34440
11716 F:      Documentation/hwmon/max8688
11717 F:      Documentation/hwmon/pmbus
11718 F:      Documentation/hwmon/pmbus-core
11719 F:      Documentation/hwmon/tps40422
11720 F:      Documentation/hwmon/ucd9000
11721 F:      Documentation/hwmon/ucd9200
11722 F:      Documentation/hwmon/zl6100
11723 F:      drivers/hwmon/pmbus/
11724 F:      include/linux/pmbus.h
11725
11726 PMC SIERRA MaxRAID DRIVER
11727 L:      linux-scsi@vger.kernel.org
11728 W:      http://www.pmc-sierra.com/
11729 S:      Orphan
11730 F:      drivers/scsi/pmcraid.*
11731
11732 PMC SIERRA PM8001 DRIVER
11733 M:      Jack Wang <jinpu.wang@profitbricks.com>
11734 M:      lindar_liu@usish.com
11735 L:      linux-scsi@vger.kernel.org
11736 S:      Supported
11737 F:      drivers/scsi/pm8001/
11738
11739 PNP SUPPORT
11740 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
11741 S:      Maintained
11742 F:      drivers/pnp/
11743
11744 POSIX CLOCKS and TIMERS
11745 M:      Thomas Gleixner <tglx@linutronix.de>
11746 L:      linux-kernel@vger.kernel.org
11747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
11748 S:      Maintained
11749 F:      fs/timerfd.c
11750 F:      include/linux/timer*
11751 F:      kernel/time/*timer*
11752
11753 POWER MANAGEMENT CORE
11754 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
11755 L:      linux-pm@vger.kernel.org
11756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
11757 B:      https://bugzilla.kernel.org
11758 S:      Supported
11759 F:      drivers/base/power/
11760 F:      include/linux/pm.h
11761 F:      include/linux/pm_*
11762 F:      include/linux/powercap.h
11763 F:      drivers/powercap/
11764 F:      kernel/configs/nopm.config
11765
11766 POWER STATE COORDINATION INTERFACE (PSCI)
11767 M:      Mark Rutland <mark.rutland@arm.com>
11768 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
11769 L:      linux-arm-kernel@lists.infradead.org
11770 S:      Maintained
11771 F:      drivers/firmware/psci*.c
11772 F:      include/linux/psci.h
11773 F:      include/uapi/linux/psci.h
11774
11775 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
11776 M:      Sebastian Reichel <sre@kernel.org>
11777 L:      linux-pm@vger.kernel.org
11778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
11779 S:      Maintained
11780 F:      Documentation/ABI/testing/sysfs-class-power
11781 F:      Documentation/devicetree/bindings/power/supply/
11782 F:      include/linux/power_supply.h
11783 F:      drivers/power/supply/
11784
11785 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
11786 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
11787 L:      linuxppc-dev@lists.ozlabs.org
11788 S:      Maintained
11789 F:      drivers/char/powernv-op-panel.c
11790
11791 PPP OVER ATM (RFC 2364)
11792 M:      Mitchell Blank Jr <mitch@sfgoth.com>
11793 S:      Maintained
11794 F:      net/atm/pppoatm.c
11795 F:      include/uapi/linux/atmppp.h
11796
11797 PPP OVER ETHERNET
11798 M:      Michal Ostrowski <mostrows@earthlink.net>
11799 S:      Maintained
11800 F:      drivers/net/ppp/pppoe.c
11801 F:      drivers/net/ppp/pppox.c
11802
11803 PPP OVER L2TP
11804 M:      James Chapman <jchapman@katalix.com>
11805 S:      Maintained
11806 F:      net/l2tp/l2tp_ppp.c
11807 F:      include/linux/if_pppol2tp.h
11808 F:      include/uapi/linux/if_pppol2tp.h
11809
11810 PPP PROTOCOL DRIVERS AND COMPRESSORS
11811 M:      Paul Mackerras <paulus@samba.org>
11812 L:      linux-ppp@vger.kernel.org
11813 S:      Maintained
11814 F:      drivers/net/ppp/ppp_*
11815
11816 PPS SUPPORT
11817 M:      Rodolfo Giometti <giometti@enneenne.com>
11818 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
11819 L:      linuxpps@ml.enneenne.com (subscribers-only)
11820 S:      Maintained
11821 F:      Documentation/pps/
11822 F:      Documentation/devicetree/bindings/pps/pps-gpio.txt
11823 F:      Documentation/ABI/testing/sysfs-pps
11824 F:      drivers/pps/
11825 F:      include/linux/pps*.h
11826 F:      include/uapi/linux/pps.h
11827
11828 PPTP DRIVER
11829 M:      Dmitry Kozlov <xeb@mail.ru>
11830 L:      netdev@vger.kernel.org
11831 S:      Maintained
11832 F:      drivers/net/ppp/pptp.c
11833 W:      http://sourceforge.net/projects/accel-pptp
11834
11835 PREEMPTIBLE KERNEL
11836 M:      Robert Love <rml@tech9.net>
11837 L:      kpreempt-tech@lists.sourceforge.net
11838 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
11839 S:      Supported
11840 F:      Documentation/preempt-locking.txt
11841 F:      include/linux/preempt.h
11842
11843 PRINTK
11844 M:      Petr Mladek <pmladek@suse.com>
11845 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
11846 R:      Steven Rostedt <rostedt@goodmis.org>
11847 S:      Maintained
11848 F:      kernel/printk/
11849 F:      include/linux/printk.h
11850
11851 PRISM54 WIRELESS DRIVER
11852 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
11853 L:      linux-wireless@vger.kernel.org
11854 W:      http://wireless.kernel.org/en/users/Drivers/p54
11855 S:      Obsolete
11856 F:      drivers/net/wireless/intersil/prism54/
11857
11858 PROC FILESYSTEM
11859 R:      Alexey Dobriyan <adobriyan@gmail.com>
11860 L:      linux-kernel@vger.kernel.org
11861 L:      linux-fsdevel@vger.kernel.org
11862 S:      Maintained
11863 F:      fs/proc/
11864 F:      include/linux/proc_fs.h
11865 F:      tools/testing/selftests/proc/
11866
11867 PROC SYSCTL
11868 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
11869 M:      Kees Cook <keescook@chromium.org>
11870 L:      linux-kernel@vger.kernel.org
11871 L:      linux-fsdevel@vger.kernel.org
11872 S:      Maintained
11873 F:      fs/proc/proc_sysctl.c
11874 F:      include/linux/sysctl.h
11875 F:      kernel/sysctl.c
11876 F:      tools/testing/selftests/sysctl/
11877
11878 PS3 NETWORK SUPPORT
11879 M:      Geoff Levand <geoff@infradead.org>
11880 L:      netdev@vger.kernel.org
11881 L:      linuxppc-dev@lists.ozlabs.org
11882 S:      Maintained
11883 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
11884
11885 PS3 PLATFORM SUPPORT
11886 M:      Geoff Levand <geoff@infradead.org>
11887 L:      linuxppc-dev@lists.ozlabs.org
11888 S:      Maintained
11889 F:      arch/powerpc/boot/ps3*
11890 F:      arch/powerpc/include/asm/lv1call.h
11891 F:      arch/powerpc/include/asm/ps3*.h
11892 F:      arch/powerpc/platforms/ps3/
11893 F:      drivers/*/ps3*
11894 F:      drivers/ps3/
11895 F:      drivers/rtc/rtc-ps3.c
11896 F:      drivers/usb/host/*ps3.c
11897 F:      sound/ppc/snd_ps3*
11898
11899 PS3VRAM DRIVER
11900 M:      Jim Paris <jim@jtan.com>
11901 M:      Geoff Levand <geoff@infradead.org>
11902 L:      linuxppc-dev@lists.ozlabs.org
11903 S:      Maintained
11904 F:      drivers/block/ps3vram.c
11905
11906 PSAMPLE PACKET SAMPLING SUPPORT:
11907 M:      Yotam Gigi <yotam.gi@gmail.com>
11908 S:      Maintained
11909 F:      net/psample
11910 F:      include/net/psample.h
11911 F:      include/uapi/linux/psample.h
11912
11913 PSTORE FILESYSTEM
11914 M:      Kees Cook <keescook@chromium.org>
11915 M:      Anton Vorontsov <anton@enomsg.org>
11916 M:      Colin Cross <ccross@android.com>
11917 M:      Tony Luck <tony.luck@intel.com>
11918 S:      Maintained
11919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
11920 F:      fs/pstore/
11921 F:      include/linux/pstore*
11922 F:      drivers/firmware/efi/efi-pstore.c
11923 F:      drivers/acpi/apei/erst.c
11924 F:      Documentation/admin-guide/ramoops.rst
11925 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
11926 K:      \b(pstore|ramoops)
11927
11928 PTP HARDWARE CLOCK SUPPORT
11929 M:      Richard Cochran <richardcochran@gmail.com>
11930 L:      netdev@vger.kernel.org
11931 S:      Maintained
11932 W:      http://linuxptp.sourceforge.net/
11933 F:      Documentation/ABI/testing/sysfs-ptp
11934 F:      Documentation/ptp/*
11935 F:      drivers/net/phy/dp83640*
11936 F:      drivers/ptp/*
11937 F:      include/linux/ptp_cl*
11938
11939 PTRACE SUPPORT
11940 M:      Oleg Nesterov <oleg@redhat.com>
11941 S:      Maintained
11942 F:      include/asm-generic/syscall.h
11943 F:      include/linux/ptrace.h
11944 F:      include/linux/regset.h
11945 F:      include/linux/tracehook.h
11946 F:      include/uapi/linux/ptrace.h
11947 F:      include/uapi/linux/ptrace.h
11948 F:      include/asm-generic/ptrace.h
11949 F:      kernel/ptrace.c
11950 F:      arch/*/ptrace*.c
11951 F:      arch/*/*/ptrace*.c
11952 F:      arch/*/include/asm/ptrace*.h
11953
11954 PULSE8-CEC DRIVER
11955 M:      Hans Verkuil <hverkuil@xs4all.nl>
11956 L:      linux-media@vger.kernel.org
11957 T:      git git://linuxtv.org/media_tree.git
11958 S:      Maintained
11959 F:      drivers/media/usb/pulse8-cec/*
11960 F:      Documentation/media/cec-drivers/pulse8-cec.rst
11961
11962 PVRUSB2 VIDEO4LINUX DRIVER
11963 M:      Mike Isely <isely@pobox.com>
11964 L:      pvrusb2@isely.net       (subscribers-only)
11965 L:      linux-media@vger.kernel.org
11966 W:      http://www.isely.net/pvrusb2/
11967 T:      git git://linuxtv.org/media_tree.git
11968 S:      Maintained
11969 F:      Documentation/media/v4l-drivers/pvrusb2*
11970 F:      drivers/media/usb/pvrusb2/
11971
11972 PWC WEBCAM DRIVER
11973 M:      Hans Verkuil <hverkuil@xs4all.nl>
11974 L:      linux-media@vger.kernel.org
11975 T:      git git://linuxtv.org/media_tree.git
11976 S:      Odd Fixes
11977 F:      drivers/media/usb/pwc/*
11978
11979 PWM FAN DRIVER
11980 M:      Kamil Debski <kamil@wypas.org>
11981 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11982 L:      linux-hwmon@vger.kernel.org
11983 S:      Supported
11984 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
11985 F:      Documentation/hwmon/pwm-fan
11986 F:      drivers/hwmon/pwm-fan.c
11987
11988 PWM IR Transmitter
11989 M:      Sean Young <sean@mess.org>
11990 L:      linux-media@vger.kernel.org
11991 S:      Maintained
11992 F:      drivers/media/rc/pwm-ir-tx.c
11993
11994 PWM SUBSYSTEM
11995 M:      Thierry Reding <thierry.reding@gmail.com>
11996 L:      linux-pwm@vger.kernel.org
11997 S:      Maintained
11998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
11999 F:      Documentation/pwm.txt
12000 F:      Documentation/devicetree/bindings/pwm/
12001 F:      include/linux/pwm.h
12002 F:      drivers/pwm/
12003 F:      drivers/video/backlight/pwm_bl.c
12004 F:      include/linux/pwm_backlight.h
12005 F:      drivers/gpio/gpio-mvebu.c
12006 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
12007
12008 PXA GPIO DRIVER
12009 M:      Robert Jarzmik <robert.jarzmik@free.fr>
12010 L:      linux-gpio@vger.kernel.org
12011 S:      Maintained
12012 F:      drivers/gpio/gpio-pxa.c
12013
12014 PXA MMCI DRIVER
12015 S:      Orphan
12016
12017 PXA RTC DRIVER
12018 M:      Robert Jarzmik <robert.jarzmik@free.fr>
12019 L:      linux-rtc@vger.kernel.org
12020 S:      Maintained
12021
12022 PXA2xx/PXA3xx SUPPORT
12023 M:      Daniel Mack <daniel@zonque.org>
12024 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
12025 M:      Robert Jarzmik <robert.jarzmik@free.fr>
12026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12027 T:      git git://github.com/hzhuang1/linux.git
12028 T:      git git://github.com/rjarzmik/linux.git
12029 S:      Maintained
12030 F:      arch/arm/boot/dts/pxa*
12031 F:      arch/arm/mach-pxa/
12032 F:      drivers/dma/pxa*
12033 F:      drivers/pcmcia/pxa2xx*
12034 F:      drivers/pinctrl/pxa/
12035 F:      drivers/spi/spi-pxa2xx*
12036 F:      drivers/usb/gadget/udc/pxa2*
12037 F:      include/sound/pxa2xx-lib.h
12038 F:      sound/arm/pxa*
12039 F:      sound/soc/pxa/
12040
12041 QAT DRIVER
12042 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
12043 L:      qat-linux@intel.com
12044 S:      Supported
12045 F:      drivers/crypto/qat/
12046
12047 QCOM AUDIO (ASoC) DRIVERS
12048 M:      Patrick Lai <plai@codeaurora.org>
12049 M:      Banajit Goswami <bgoswami@codeaurora.org>
12050 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12051 S:      Supported
12052 F:      sound/soc/qcom/
12053
12054 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
12055 M:      Gabriel Somlo <somlo@cmu.edu>
12056 M:      "Michael S. Tsirkin" <mst@redhat.com>
12057 L:      qemu-devel@nongnu.org
12058 S:      Maintained
12059 F:      drivers/firmware/qemu_fw_cfg.c
12060 F:      include/uapi/linux/qemu_fw_cfg.h
12061
12062 QIB DRIVER
12063 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
12064 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
12065 L:      linux-rdma@vger.kernel.org
12066 S:      Supported
12067 F:      drivers/infiniband/hw/qib/
12068
12069 QLOGIC QL41xxx FCOE DRIVER
12070 M:      QLogic-Storage-Upstream@cavium.com
12071 L:      linux-scsi@vger.kernel.org
12072 S:      Supported
12073 F:      drivers/scsi/qedf/
12074
12075 QLOGIC QL41xxx ISCSI DRIVER
12076 M:      QLogic-Storage-Upstream@cavium.com
12077 L:      linux-scsi@vger.kernel.org
12078 S:      Supported
12079 F:      drivers/scsi/qedi/
12080
12081 QLOGIC QL4xxx ETHERNET DRIVER
12082 M:      Ariel Elior <Ariel.Elior@cavium.com>
12083 M:      everest-linux-l2@cavium.com
12084 L:      netdev@vger.kernel.org
12085 S:      Supported
12086 F:      drivers/net/ethernet/qlogic/qed/
12087 F:      include/linux/qed/
12088 F:      drivers/net/ethernet/qlogic/qede/
12089
12090 QLOGIC QL4xxx RDMA DRIVER
12091 M:      Michal Kalderon <Michal.Kalderon@cavium.com>
12092 M:      Ariel Elior <Ariel.Elior@cavium.com>
12093 L:      linux-rdma@vger.kernel.org
12094 S:      Supported
12095 F:      drivers/infiniband/hw/qedr/
12096 F:      include/uapi/rdma/qedr-abi.h
12097
12098 QLOGIC QLA1280 SCSI DRIVER
12099 M:      Michael Reed <mdr@sgi.com>
12100 L:      linux-scsi@vger.kernel.org
12101 S:      Maintained
12102 F:      drivers/scsi/qla1280.[ch]
12103
12104 QLOGIC QLA2XXX FC-SCSI DRIVER
12105 M:      qla2xxx-upstream@qlogic.com
12106 L:      linux-scsi@vger.kernel.org
12107 S:      Supported
12108 F:      Documentation/scsi/LICENSE.qla2xxx
12109 F:      drivers/scsi/qla2xxx/
12110
12111 QLOGIC QLA3XXX NETWORK DRIVER
12112 M:      Dept-GELinuxNICDev@cavium.com
12113 L:      netdev@vger.kernel.org
12114 S:      Supported
12115 F:      Documentation/networking/LICENSE.qla3xxx
12116 F:      drivers/net/ethernet/qlogic/qla3xxx.*
12117
12118 QLOGIC QLA4XXX iSCSI DRIVER
12119 M:      QLogic-Storage-Upstream@qlogic.com
12120 L:      linux-scsi@vger.kernel.org
12121 S:      Supported
12122 F:      Documentation/scsi/LICENSE.qla4xxx
12123 F:      drivers/scsi/qla4xxx/
12124
12125 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
12126 M:      Shahed Shaikh <Shahed.Shaikh@cavium.com>
12127 M:      Manish Chopra <manish.chopra@cavium.com>
12128 M:      Dept-GELinuxNICDev@cavium.com
12129 L:      netdev@vger.kernel.org
12130 S:      Supported
12131 F:      drivers/net/ethernet/qlogic/qlcnic/
12132
12133 QLOGIC QLGE 10Gb ETHERNET DRIVER
12134 M:      Manish Chopra <manish.chopra@cavium.com>
12135 M:      Dept-GELinuxNICDev@cavium.com
12136 L:      netdev@vger.kernel.org
12137 S:      Supported
12138 F:      drivers/net/ethernet/qlogic/qlge/
12139
12140 QM1D1B0004 MEDIA DRIVER
12141 M:      Akihiro Tsukada <tskd08@gmail.com>
12142 L:      linux-media@vger.kernel.org
12143 S:      Odd Fixes
12144 F:      drivers/media/tuners/qm1d1b0004*
12145
12146 QM1D1C0042 MEDIA DRIVER
12147 M:      Akihiro Tsukada <tskd08@gmail.com>
12148 L:      linux-media@vger.kernel.org
12149 S:      Odd Fixes
12150 F:      drivers/media/tuners/qm1d1c0042*
12151
12152 QNX4 FILESYSTEM
12153 M:      Anders Larsen <al@alarsen.net>
12154 W:      http://www.alarsen.net/linux/qnx4fs/
12155 S:      Maintained
12156 F:      fs/qnx4/
12157 F:      include/uapi/linux/qnx4_fs.h
12158 F:      include/uapi/linux/qnxtypes.h
12159
12160 QORIQ DPAA2 FSL-MC BUS DRIVER
12161 M:      Stuart Yoder <stuyoder@gmail.com>
12162 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
12163 L:      linux-kernel@vger.kernel.org
12164 S:      Maintained
12165 F:      drivers/bus/fsl-mc/
12166 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
12167 F:      Documentation/networking/dpaa2/overview.rst
12168
12169 QT1010 MEDIA DRIVER
12170 M:      Antti Palosaari <crope@iki.fi>
12171 L:      linux-media@vger.kernel.org
12172 W:      https://linuxtv.org
12173 W:      http://palosaari.fi/linux/
12174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12175 T:      git git://linuxtv.org/anttip/media_tree.git
12176 S:      Maintained
12177 F:      drivers/media/tuners/qt1010*
12178
12179 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
12180 M:      Kalle Valo <kvalo@codeaurora.org>
12181 L:      ath10k@lists.infradead.org
12182 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
12183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
12184 S:      Supported
12185 F:      drivers/net/wireless/ath/ath10k/
12186
12187 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
12188 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
12189 L:      linux-wireless@vger.kernel.org
12190 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
12191 S:      Supported
12192 F:      drivers/net/wireless/ath/ath9k/
12193
12194 QUALCOMM CAMERA SUBSYSTEM DRIVER
12195 M:      Todor Tomov <todor.tomov@linaro.org>
12196 L:      linux-media@vger.kernel.org
12197 S:      Maintained
12198 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
12199 F:      Documentation/media/v4l-drivers/qcom_camss.rst
12200 F:      drivers/media/platform/qcom/camss/
12201
12202 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
12203 M:  Ilia Lin <ilia.lin@gmail.com>
12204 L:  linux-pm@vger.kernel.org
12205 S:  Maintained
12206 F:  Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
12207 F:  drivers/cpufreq/qcom-cpufreq-kryo.c
12208
12209 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
12210 M:      Timur Tabi <timur@kernel.org>
12211 L:      netdev@vger.kernel.org
12212 S:      Maintained
12213 F:      drivers/net/ethernet/qualcomm/emac/
12214
12215 QUALCOMM GENERIC INTERFACE I2C DRIVER
12216 M:      Alok Chauhan <alokc@codeaurora.org>
12217 M:      Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
12218 L:      linux-i2c@vger.kernel.org
12219 L:      linux-arm-msm@vger.kernel.org
12220 S:      Supported
12221 F:      drivers/i2c/busses/i2c-qcom-geni.c
12222
12223 QUALCOMM HEXAGON ARCHITECTURE
12224 M:      Richard Kuo <rkuo@codeaurora.org>
12225 L:      linux-hexagon@vger.kernel.org
12226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
12227 S:      Supported
12228 F:      arch/hexagon/
12229
12230 QUALCOMM HIDMA DRIVER
12231 M:      Sinan Kaya <okaya@kernel.org>
12232 L:      linux-arm-kernel@lists.infradead.org
12233 L:      linux-arm-msm@vger.kernel.org
12234 L:      dmaengine@vger.kernel.org
12235 S:      Supported
12236 F:      drivers/dma/qcom/hidma*
12237
12238 QUALCOMM IOMMU
12239 M:      Rob Clark <robdclark@gmail.com>
12240 L:      iommu@lists.linux-foundation.org
12241 L:      linux-arm-msm@vger.kernel.org
12242 S:      Maintained
12243 F:      drivers/iommu/qcom_iommu.c
12244
12245 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
12246 M:      Stanimir Varbanov <stanimir.varbanov@linaro.org>
12247 L:      linux-media@vger.kernel.org
12248 L:      linux-arm-msm@vger.kernel.org
12249 T:      git git://linuxtv.org/media_tree.git
12250 S:      Maintained
12251 F:      drivers/media/platform/qcom/venus/
12252
12253 QUALCOMM WCN36XX WIRELESS DRIVER
12254 M:      Kalle Valo <kvalo@codeaurora.org>
12255 L:      wcn36xx@lists.infradead.org
12256 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
12257 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
12258 S:      Supported
12259 F:      drivers/net/wireless/ath/wcn36xx/
12260
12261 QUANTENNA QTNFMAC WIRELESS DRIVER
12262 M:      Igor Mitsyanko <imitsyanko@quantenna.com>
12263 M:      Avinash Patil <avinashp@quantenna.com>
12264 M:      Sergey Matyukevich <smatyukevich@quantenna.com>
12265 L:      linux-wireless@vger.kernel.org
12266 S:      Maintained
12267 F:      drivers/net/wireless/quantenna
12268
12269 RADEON and AMDGPU DRM DRIVERS
12270 M:      Alex Deucher <alexander.deucher@amd.com>
12271 M:      Christian König <christian.koenig@amd.com>
12272 M:      David (ChunMing) Zhou <David1.Zhou@amd.com>
12273 L:      amd-gfx@lists.freedesktop.org
12274 T:      git git://people.freedesktop.org/~agd5f/linux
12275 S:      Supported
12276 F:      drivers/gpu/drm/radeon/
12277 F:      include/uapi/drm/radeon_drm.h
12278 F:      drivers/gpu/drm/amd/
12279 F:      include/uapi/drm/amdgpu_drm.h
12280
12281 RADEON FRAMEBUFFER DISPLAY DRIVER
12282 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
12283 L:      linux-fbdev@vger.kernel.org
12284 S:      Maintained
12285 F:      drivers/video/fbdev/aty/radeon*
12286 F:      include/uapi/linux/radeonfb.h
12287
12288 RADIOSHARK RADIO DRIVER
12289 M:      Hans Verkuil <hverkuil@xs4all.nl>
12290 L:      linux-media@vger.kernel.org
12291 T:      git git://linuxtv.org/media_tree.git
12292 S:      Maintained
12293 F:      drivers/media/radio/radio-shark.c
12294
12295 RADIOSHARK2 RADIO DRIVER
12296 M:      Hans Verkuil <hverkuil@xs4all.nl>
12297 L:      linux-media@vger.kernel.org
12298 T:      git git://linuxtv.org/media_tree.git
12299 S:      Maintained
12300 F:      drivers/media/radio/radio-shark2.c
12301 F:      drivers/media/radio/radio-tea5777.c
12302
12303 RADOS BLOCK DEVICE (RBD)
12304 M:      Ilya Dryomov <idryomov@gmail.com>
12305 M:      Sage Weil <sage@redhat.com>
12306 M:      Alex Elder <elder@kernel.org>
12307 L:      ceph-devel@vger.kernel.org
12308 W:      http://ceph.com/
12309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
12310 T:      git git://github.com/ceph/ceph-client.git
12311 S:      Supported
12312 F:      Documentation/ABI/testing/sysfs-bus-rbd
12313 F:      drivers/block/rbd.c
12314 F:      drivers/block/rbd_types.h
12315
12316 RAGE128 FRAMEBUFFER DISPLAY DRIVER
12317 M:      Paul Mackerras <paulus@samba.org>
12318 L:      linux-fbdev@vger.kernel.org
12319 S:      Maintained
12320 F:      drivers/video/fbdev/aty/aty128fb.c
12321
12322 RAINSHADOW-CEC DRIVER
12323 M:      Hans Verkuil <hverkuil@xs4all.nl>
12324 L:      linux-media@vger.kernel.org
12325 T:      git git://linuxtv.org/media_tree.git
12326 S:      Maintained
12327 F:      drivers/media/usb/rainshadow-cec/*
12328
12329 RALINK MIPS ARCHITECTURE
12330 M:      John Crispin <john@phrozen.org>
12331 L:      linux-mips@linux-mips.org
12332 S:      Maintained
12333 F:      arch/mips/ralink
12334
12335 RALINK RT2X00 WIRELESS LAN DRIVER
12336 P:      rt2x00 project
12337 M:      Stanislaw Gruszka <sgruszka@redhat.com>
12338 M:      Helmut Schaa <helmut.schaa@googlemail.com>
12339 L:      linux-wireless@vger.kernel.org
12340 S:      Maintained
12341 F:      drivers/net/wireless/ralink/rt2x00/
12342
12343 RAMDISK RAM BLOCK DEVICE DRIVER
12344 M:      Jens Axboe <axboe@kernel.dk>
12345 S:      Maintained
12346 F:      Documentation/blockdev/ramdisk.txt
12347 F:      drivers/block/brd.c
12348
12349 RANCHU VIRTUAL BOARD FOR MIPS
12350 M:      Miodrag Dinic <miodrag.dinic@mips.com>
12351 L:      linux-mips@linux-mips.org
12352 S:      Supported
12353 F:      arch/mips/generic/board-ranchu.c
12354 F:      arch/mips/configs/generic/board-ranchu.config
12355
12356 RANDOM NUMBER DRIVER
12357 M:      "Theodore Ts'o" <tytso@mit.edu>
12358 S:      Maintained
12359 F:      drivers/char/random.c
12360
12361 RAPIDIO SUBSYSTEM
12362 M:      Matt Porter <mporter@kernel.crashing.org>
12363 M:      Alexandre Bounine <alex.bou9@gmail.com>
12364 S:      Maintained
12365 F:      drivers/rapidio/
12366
12367 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
12368 L:      linux-wireless@vger.kernel.org
12369 S:      Orphan
12370 F:      drivers/net/wireless/ray*
12371
12372 RCUTORTURE TEST FRAMEWORK
12373 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12374 M:      Josh Triplett <josh@joshtriplett.org>
12375 R:      Steven Rostedt <rostedt@goodmis.org>
12376 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12377 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12378 L:      linux-kernel@vger.kernel.org
12379 S:      Supported
12380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12381 F:      tools/testing/selftests/rcutorture
12382
12383 RDC R-321X SoC
12384 M:      Florian Fainelli <florian@openwrt.org>
12385 S:      Maintained
12386
12387 RDC R6040 FAST ETHERNET DRIVER
12388 M:      Florian Fainelli <f.fainelli@gmail.com>
12389 L:      netdev@vger.kernel.org
12390 S:      Maintained
12391 F:      drivers/net/ethernet/rdc/r6040.c
12392
12393 RDMAVT - RDMA verbs software
12394 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
12395 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
12396 L:      linux-rdma@vger.kernel.org
12397 S:      Supported
12398 F:      drivers/infiniband/sw/rdmavt
12399
12400 RDS - RELIABLE DATAGRAM SOCKETS
12401 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
12402 L:      netdev@vger.kernel.org
12403 L:      linux-rdma@vger.kernel.org
12404 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
12405 W:      https://oss.oracle.com/projects/rds/
12406 S:      Supported
12407 F:      net/rds/
12408 F:      Documentation/networking/rds.txt
12409
12410 RDT - RESOURCE ALLOCATION
12411 M:      Fenghua Yu <fenghua.yu@intel.com>
12412 M:      Reinette Chatre <reinette.chatre@intel.com>
12413 L:      linux-kernel@vger.kernel.org
12414 S:      Supported
12415 F:      arch/x86/kernel/cpu/intel_rdt*
12416 F:      arch/x86/include/asm/intel_rdt_sched.h
12417 F:      Documentation/x86/intel_rdt*
12418
12419 READ-COPY UPDATE (RCU)
12420 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12421 M:      Josh Triplett <josh@joshtriplett.org>
12422 R:      Steven Rostedt <rostedt@goodmis.org>
12423 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12424 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12425 L:      linux-kernel@vger.kernel.org
12426 W:      http://www.rdrop.com/users/paulmck/RCU/
12427 S:      Supported
12428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12429 F:      Documentation/RCU/
12430 X:      Documentation/RCU/torture.txt
12431 F:      include/linux/rcu*
12432 X:      include/linux/srcu*.h
12433 F:      kernel/rcu/
12434 X:      kernel/rcu/srcu*.c
12435
12436 REAL TIME CLOCK (RTC) SUBSYSTEM
12437 M:      Alessandro Zummo <a.zummo@towertech.it>
12438 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
12439 L:      linux-rtc@vger.kernel.org
12440 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
12441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
12442 S:      Maintained
12443 F:      Documentation/devicetree/bindings/rtc/
12444 F:      Documentation/rtc.txt
12445 F:      drivers/rtc/
12446 F:      include/linux/rtc.h
12447 F:      include/uapi/linux/rtc.h
12448 F:      include/linux/rtc/
12449 F:      include/linux/platform_data/rtc-*
12450 F:      tools/testing/selftests/rtc/
12451
12452 REALTEK AUDIO CODECS
12453 M:      Bard Liao <bardliao@realtek.com>
12454 M:      Oder Chiou <oder_chiou@realtek.com>
12455 S:      Maintained
12456 F:      sound/soc/codecs/rt*
12457 F:      include/sound/rt*.h
12458
12459 REALTEK RTL83xx SMI DSA ROUTER CHIPS
12460 M:      Linus Walleij <linus.walleij@linaro.org>
12461 S:      Maintained
12462 F:      Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
12463 F:      drivers/net/dsa/realtek-smi*
12464 F:      drivers/net/dsa/rtl83*
12465
12466 REGISTER MAP ABSTRACTION
12467 M:      Mark Brown <broonie@kernel.org>
12468 L:      linux-kernel@vger.kernel.org
12469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
12470 S:      Supported
12471 F:      Documentation/devicetree/bindings/regmap/
12472 F:      drivers/base/regmap/
12473 F:      include/linux/regmap.h
12474
12475 REISERFS FILE SYSTEM
12476 L:      reiserfs-devel@vger.kernel.org
12477 S:      Supported
12478 F:      fs/reiserfs/
12479
12480 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
12481 M:      Ohad Ben-Cohen <ohad@wizery.com>
12482 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
12483 L:      linux-remoteproc@vger.kernel.org
12484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
12485 S:      Maintained
12486 F:      Documentation/devicetree/bindings/remoteproc/
12487 F:      Documentation/remoteproc.txt
12488 F:      drivers/remoteproc/
12489 F:      include/linux/remoteproc.h
12490
12491 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
12492 M:      Ohad Ben-Cohen <ohad@wizery.com>
12493 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
12494 L:      linux-remoteproc@vger.kernel.org
12495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
12496 S:      Maintained
12497 F:      drivers/rpmsg/
12498 F:      Documentation/rpmsg.txt
12499 F:      include/linux/rpmsg.h
12500 F:      include/linux/rpmsg/
12501
12502 RENESAS CLOCK DRIVERS
12503 M:      Geert Uytterhoeven <geert+renesas@glider.be>
12504 L:      linux-renesas-soc@vger.kernel.org
12505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
12506 S:      Supported
12507 F:      drivers/clk/renesas/
12508
12509 RENESAS EMEV2 I2C DRIVER
12510 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12511 S:      Supported
12512 F:      drivers/i2c/busses/i2c-emev2.c
12513
12514 RENESAS ETHERNET DRIVERS
12515 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
12516 L:      netdev@vger.kernel.org
12517 L:      linux-renesas-soc@vger.kernel.org
12518 F:      Documentation/devicetree/bindings/net/renesas,*.txt
12519 F:      Documentation/devicetree/bindings/net/sh_eth.txt
12520 F:      drivers/net/ethernet/renesas/
12521 F:      include/linux/sh_eth.h
12522
12523 RENESAS R-CAR GYROADC DRIVER
12524 M:      Marek Vasut <marek.vasut@gmail.com>
12525 L:      linux-iio@vger.kernel.org
12526 S:      Supported
12527 F:      drivers/iio/adc/rcar_gyro_adc.c
12528
12529 RENESAS R-CAR I2C DRIVERS
12530 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12531 S:      Supported
12532 F:      drivers/i2c/busses/i2c-rcar.c
12533 F:      drivers/i2c/busses/i2c-sh_mobile.c
12534
12535 RENESAS USB PHY DRIVER
12536 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
12537 L:      linux-renesas-soc@vger.kernel.org
12538 S:      Maintained
12539 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
12540
12541 RESET CONTROLLER FRAMEWORK
12542 M:      Philipp Zabel <p.zabel@pengutronix.de>
12543 T:      git git://git.pengutronix.de/git/pza/linux
12544 S:      Maintained
12545 F:      drivers/reset/
12546 F:      Documentation/devicetree/bindings/reset/
12547 F:      include/dt-bindings/reset/
12548 F:      include/linux/reset.h
12549 F:      include/linux/reset-controller.h
12550
12551 RESTARTABLE SEQUENCES SUPPORT
12552 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12553 M:      Peter Zijlstra <peterz@infradead.org>
12554 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12555 M:      Boqun Feng <boqun.feng@gmail.com>
12556 L:      linux-kernel@vger.kernel.org
12557 S:      Supported
12558 F:      kernel/rseq.c
12559 F:      include/uapi/linux/rseq.h
12560 F:      include/trace/events/rseq.h
12561 F:      tools/testing/selftests/rseq/
12562
12563 RFKILL
12564 M:      Johannes Berg <johannes@sipsolutions.net>
12565 L:      linux-wireless@vger.kernel.org
12566 W:      http://wireless.kernel.org/
12567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
12568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
12569 S:      Maintained
12570 F:      Documentation/rfkill.txt
12571 F:      Documentation/ABI/stable/sysfs-class-rfkill
12572 F:      net/rfkill/
12573 F:      include/linux/rfkill.h
12574 F:      include/uapi/linux/rfkill.h
12575
12576 RHASHTABLE
12577 M:      Thomas Graf <tgraf@suug.ch>
12578 M:      Herbert Xu <herbert@gondor.apana.org.au>
12579 L:      netdev@vger.kernel.org
12580 S:      Maintained
12581 F:      lib/rhashtable.c
12582 F:      lib/test_rhashtable.c
12583 F:      include/linux/rhashtable.h
12584 F:      include/linux/rhashtable-types.h
12585
12586 RICOH R5C592 MEMORYSTICK DRIVER
12587 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12588 S:      Maintained
12589 F:      drivers/memstick/host/r592.*
12590
12591 RICOH SMARTMEDIA/XD DRIVER
12592 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12593 S:      Maintained
12594 F:      drivers/mtd/nand/raw/r852.c
12595 F:      drivers/mtd/nand/raw/r852.h
12596
12597 RISC-V ARCHITECTURE
12598 M:      Palmer Dabbelt <palmer@sifive.com>
12599 M:      Albert Ou <aou@eecs.berkeley.edu>
12600 L:      linux-riscv@lists.infradead.org
12601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
12602 S:      Supported
12603 F:      arch/riscv/
12604 K:      riscv
12605 N:      riscv
12606
12607 ROCCAT DRIVERS
12608 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
12609 W:      http://sourceforge.net/projects/roccat/
12610 S:      Maintained
12611 F:      drivers/hid/hid-roccat*
12612 F:      include/linux/hid-roccat*
12613 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
12614
12615 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
12616 M:      Jacob chen <jacob2.chen@rock-chips.com>
12617 L:      linux-media@vger.kernel.org
12618 S:      Maintained
12619 F:      drivers/media/platform/rockchip/rga/
12620 F:      Documentation/devicetree/bindings/media/rockchip-rga.txt
12621
12622 ROCKER DRIVER
12623 M:      Jiri Pirko <jiri@resnulli.us>
12624 L:      netdev@vger.kernel.org
12625 S:      Supported
12626 F:      drivers/net/ethernet/rocker/
12627
12628 ROCKETPORT DRIVER
12629 P:      Comtrol Corp.
12630 W:      http://www.comtrol.com
12631 S:      Maintained
12632 F:      Documentation/serial/rocket.txt
12633 F:      drivers/tty/rocket*
12634
12635 ROCKETPORT EXPRESS/INFINITY DRIVER
12636 M:      Kevin Cernekee <cernekee@gmail.com>
12637 L:      linux-serial@vger.kernel.org
12638 S:      Odd Fixes
12639 F:      drivers/tty/serial/rp2.*
12640
12641 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
12642 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
12643 L:      linux-kernel@vger.kernel.org
12644 L:      linux-renesas-soc@vger.kernel.org
12645 S:      Supported
12646 F:      drivers/mfd/bd9571mwv.c
12647 F:      drivers/regulator/bd9571mwv-regulator.c
12648 F:      drivers/gpio/gpio-bd9571mwv.c
12649 F:      include/linux/mfd/bd9571mwv.h
12650 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
12651
12652 ROSE NETWORK LAYER
12653 M:      Ralf Baechle <ralf@linux-mips.org>
12654 L:      linux-hams@vger.kernel.org
12655 W:      http://www.linux-ax25.org/
12656 S:      Maintained
12657 F:      include/net/rose.h
12658 F:      include/uapi/linux/rose.h
12659 F:      net/rose/
12660
12661 RTL2830 MEDIA DRIVER
12662 M:      Antti Palosaari <crope@iki.fi>
12663 L:      linux-media@vger.kernel.org
12664 W:      https://linuxtv.org
12665 W:      http://palosaari.fi/linux/
12666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12667 T:      git git://linuxtv.org/anttip/media_tree.git
12668 S:      Maintained
12669 F:      drivers/media/dvb-frontends/rtl2830*
12670
12671 RTL2832 MEDIA DRIVER
12672 M:      Antti Palosaari <crope@iki.fi>
12673 L:      linux-media@vger.kernel.org
12674 W:      https://linuxtv.org
12675 W:      http://palosaari.fi/linux/
12676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12677 T:      git git://linuxtv.org/anttip/media_tree.git
12678 S:      Maintained
12679 F:      drivers/media/dvb-frontends/rtl2832*
12680
12681 RTL2832_SDR MEDIA DRIVER
12682 M:      Antti Palosaari <crope@iki.fi>
12683 L:      linux-media@vger.kernel.org
12684 W:      https://linuxtv.org
12685 W:      http://palosaari.fi/linux/
12686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12687 T:      git git://linuxtv.org/anttip/media_tree.git
12688 S:      Maintained
12689 F:      drivers/media/dvb-frontends/rtl2832_sdr*
12690
12691 RTL8180 WIRELESS DRIVER
12692 L:      linux-wireless@vger.kernel.org
12693 W:      http://wireless.kernel.org/
12694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
12695 S:      Orphan
12696 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
12697
12698 RTL8187 WIRELESS DRIVER
12699 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
12700 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
12701 M:      Larry Finger <Larry.Finger@lwfinger.net>
12702 L:      linux-wireless@vger.kernel.org
12703 W:      http://wireless.kernel.org/
12704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
12705 S:      Maintained
12706 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
12707
12708 REALTEK WIRELESS DRIVER (rtlwifi family)
12709 M:      Ping-Ke Shih <pkshih@realtek.com>
12710 L:      linux-wireless@vger.kernel.org
12711 W:      http://wireless.kernel.org/
12712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
12713 S:      Maintained
12714 F:      drivers/net/wireless/realtek/rtlwifi/
12715
12716 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
12717 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
12718 L:      linux-wireless@vger.kernel.org
12719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
12720 S:      Maintained
12721 F:      drivers/net/wireless/realtek/rtl8xxxu/
12722
12723 RXRPC SOCKETS (AF_RXRPC)
12724 M:      David Howells <dhowells@redhat.com>
12725 L:      linux-afs@lists.infradead.org
12726 S:      Supported
12727 F:      net/rxrpc/
12728 F:      include/keys/rxrpc-type.h
12729 F:      include/net/af_rxrpc.h
12730 F:      include/trace/events/rxrpc.h
12731 F:      include/uapi/linux/rxrpc.h
12732 F:      Documentation/networking/rxrpc.txt
12733 W:      https://www.infradead.org/~dhowells/kafs/
12734
12735 S3 SAVAGE FRAMEBUFFER DRIVER
12736 M:      Antonino Daplas <adaplas@gmail.com>
12737 L:      linux-fbdev@vger.kernel.org
12738 S:      Maintained
12739 F:      drivers/video/fbdev/savage/
12740
12741 S390
12742 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
12743 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
12744 L:      linux-s390@vger.kernel.org
12745 W:      http://www.ibm.com/developerworks/linux/linux390/
12746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
12747 S:      Supported
12748 F:      arch/s390/
12749 F:      drivers/s390/
12750 F:      Documentation/s390/
12751 F:      Documentation/driver-api/s390-drivers.rst
12752
12753 S390 COMMON I/O LAYER
12754 M:      Sebastian Ott <sebott@linux.ibm.com>
12755 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
12756 L:      linux-s390@vger.kernel.org
12757 W:      http://www.ibm.com/developerworks/linux/linux390/
12758 S:      Supported
12759 F:      drivers/s390/cio/
12760
12761 S390 DASD DRIVER
12762 M:      Stefan Haberland <sth@linux.ibm.com>
12763 M:      Jan Hoeppner <hoeppner@linux.ibm.com>
12764 L:      linux-s390@vger.kernel.org
12765 W:      http://www.ibm.com/developerworks/linux/linux390/
12766 S:      Supported
12767 F:      drivers/s390/block/dasd*
12768 F:      block/partitions/ibm.c
12769
12770 S390 IOMMU (PCI)
12771 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
12772 L:      linux-s390@vger.kernel.org
12773 W:      http://www.ibm.com/developerworks/linux/linux390/
12774 S:      Supported
12775 F:      drivers/iommu/s390-iommu.c
12776
12777 S390 IUCV NETWORK LAYER
12778 M:      Julian Wiedmann <jwi@linux.ibm.com>
12779 M:      Ursula Braun <ubraun@linux.ibm.com>
12780 L:      linux-s390@vger.kernel.org
12781 W:      http://www.ibm.com/developerworks/linux/linux390/
12782 S:      Supported
12783 F:      drivers/s390/net/*iucv*
12784 F:      include/net/iucv/
12785 F:      net/iucv/
12786
12787 S390 NETWORK DRIVERS
12788 M:      Julian Wiedmann <jwi@linux.ibm.com>
12789 M:      Ursula Braun <ubraun@linux.ibm.com>
12790 L:      linux-s390@vger.kernel.org
12791 W:      http://www.ibm.com/developerworks/linux/linux390/
12792 S:      Supported
12793 F:      drivers/s390/net/
12794
12795 S390 PCI SUBSYSTEM
12796 M:      Sebastian Ott <sebott@linux.ibm.com>
12797 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
12798 L:      linux-s390@vger.kernel.org
12799 W:      http://www.ibm.com/developerworks/linux/linux390/
12800 S:      Supported
12801 F:      arch/s390/pci/
12802 F:      drivers/pci/hotplug/s390_pci_hpc.c
12803
12804 S390 VFIO-CCW DRIVER
12805 M:      Cornelia Huck <cohuck@redhat.com>
12806 M:      Halil Pasic <pasic@linux.ibm.com>
12807 L:      linux-s390@vger.kernel.org
12808 L:      kvm@vger.kernel.org
12809 S:      Supported
12810 F:      drivers/s390/cio/vfio_ccw*
12811 F:      Documentation/s390/vfio-ccw.txt
12812 F:      include/uapi/linux/vfio_ccw.h
12813
12814 S390 ZCRYPT DRIVER
12815 M:      Harald Freudenberger <freude@linux.ibm.com>
12816 L:      linux-s390@vger.kernel.org
12817 W:      http://www.ibm.com/developerworks/linux/linux390/
12818 S:      Supported
12819 F:      drivers/s390/crypto/
12820
12821 S390 VFIO AP DRIVER
12822 M:      Tony Krowiak <akrowiak@linux.ibm.com>
12823 M:      Pierre Morel <pmorel@linux.ibm.com>
12824 M:      Halil Pasic <pasic@linux.ibm.com>
12825 L:      linux-s390@vger.kernel.org
12826 W:      http://www.ibm.com/developerworks/linux/linux390/
12827 S:      Supported
12828 F:      drivers/s390/crypto/vfio_ap_drv.c
12829 F:      drivers/s390/crypto/vfio_ap_private.h
12830 F:      drivers/s390/crypto/vfio_ap_ops.c
12831 F:      Documentation/s390/vfio-ap.txt
12832
12833 S390 ZFCP DRIVER
12834 M:      Steffen Maier <maier@linux.ibm.com>
12835 M:      Benjamin Block <bblock@linux.ibm.com>
12836 L:      linux-s390@vger.kernel.org
12837 W:      http://www.ibm.com/developerworks/linux/linux390/
12838 S:      Supported
12839 F:      drivers/s390/scsi/zfcp_*
12840
12841 S3C24XX SD/MMC Driver
12842 M:      Ben Dooks <ben-linux@fluff.org>
12843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12844 S:      Supported
12845 F:      drivers/mmc/host/s3cmci.*
12846
12847 SAA6588 RDS RECEIVER DRIVER
12848 M:      Hans Verkuil <hverkuil@xs4all.nl>
12849 L:      linux-media@vger.kernel.org
12850 T:      git git://linuxtv.org/media_tree.git
12851 W:      https://linuxtv.org
12852 S:      Odd Fixes
12853 F:      drivers/media/i2c/saa6588*
12854
12855 SAA7134 VIDEO4LINUX DRIVER
12856 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12857 L:      linux-media@vger.kernel.org
12858 W:      https://linuxtv.org
12859 T:      git git://linuxtv.org/media_tree.git
12860 S:      Odd fixes
12861 F:      Documentation/media/v4l-drivers/saa7134*
12862 F:      drivers/media/pci/saa7134/
12863
12864 SAA7146 VIDEO4LINUX-2 DRIVER
12865 M:      Hans Verkuil <hverkuil@xs4all.nl>
12866 L:      linux-media@vger.kernel.org
12867 T:      git git://linuxtv.org/media_tree.git
12868 S:      Maintained
12869 F:      drivers/media/common/saa7146/
12870 F:      drivers/media/pci/saa7146/
12871 F:      include/media/saa7146*
12872
12873 SAMSUNG AUDIO (ASoC) DRIVERS
12874 M:      Krzysztof Kozlowski <krzk@kernel.org>
12875 M:      Sangbeom Kim <sbkim73@samsung.com>
12876 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
12877 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12878 S:      Supported
12879 F:      sound/soc/samsung/
12880 F:      Documentation/devicetree/bindings/sound/samsung*
12881
12882 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
12883 M:      Krzysztof Kozlowski <krzk@kernel.org>
12884 L:      linux-crypto@vger.kernel.org
12885 L:      linux-samsung-soc@vger.kernel.org
12886 S:      Maintained
12887 F:      drivers/crypto/exynos-rng.c
12888 F:      Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt
12889
12890 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
12891 M:      Łukasz Stelmach <l.stelmach@samsung.com>
12892 L:      linux-samsung-soc@vger.kernel.org
12893 S:      Maintained
12894 F:      drivers/char/hw_random/exynos-trng.c
12895 F:      Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
12896
12897 SAMSUNG FRAMEBUFFER DRIVER
12898 M:      Jingoo Han <jingoohan1@gmail.com>
12899 L:      linux-fbdev@vger.kernel.org
12900 S:      Maintained
12901 F:      drivers/video/fbdev/s3c-fb.c
12902
12903 SAMSUNG LAPTOP DRIVER
12904 M:      Corentin Chary <corentin.chary@gmail.com>
12905 L:      platform-driver-x86@vger.kernel.org
12906 S:      Maintained
12907 F:      drivers/platform/x86/samsung-laptop.c
12908
12909 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
12910 M:      Sangbeom Kim <sbkim73@samsung.com>
12911 M:      Krzysztof Kozlowski <krzk@kernel.org>
12912 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12913 L:      linux-kernel@vger.kernel.org
12914 L:      linux-samsung-soc@vger.kernel.org
12915 S:      Supported
12916 F:      drivers/mfd/sec*.c
12917 F:      drivers/regulator/s2m*.c
12918 F:      drivers/regulator/s5m*.c
12919 F:      drivers/clk/clk-s2mps11.c
12920 F:      drivers/rtc/rtc-s5m.c
12921 F:      include/linux/mfd/samsung/
12922 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
12923 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
12924 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
12925 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
12926
12927 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
12928 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
12929 L:      linux-media@vger.kernel.org
12930 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12931 S:      Maintained
12932 F:      drivers/media/platform/s3c-camif/
12933 F:      include/media/drv-intf/s3c_camif.h
12934
12935 SAMSUNG S3FWRN5 NFC DRIVER
12936 M:      Robert Baldyga <r.baldyga@samsung.com>
12937 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
12938 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
12939 S:      Supported
12940 F:      drivers/nfc/s3fwrn5
12941
12942 SAMSUNG S5C73M3 CAMERA DRIVER
12943 M:      Kyungmin Park <kyungmin.park@samsung.com>
12944 M:      Andrzej Hajda <a.hajda@samsung.com>
12945 L:      linux-media@vger.kernel.org
12946 S:      Supported
12947 F:      drivers/media/i2c/s5c73m3/*
12948
12949 SAMSUNG S5K5BAF CAMERA DRIVER
12950 M:      Kyungmin Park <kyungmin.park@samsung.com>
12951 M:      Andrzej Hajda <a.hajda@samsung.com>
12952 L:      linux-media@vger.kernel.org
12953 S:      Supported
12954 F:      drivers/media/i2c/s5k5baf.c
12955
12956 SAMSUNG S5P Security SubSystem (SSS) DRIVER
12957 M:      Krzysztof Kozlowski <krzk@kernel.org>
12958 M:      Vladimir Zapolskiy <vz@mleia.com>
12959 M:      Kamil Konieczny <k.konieczny@partner.samsung.com>
12960 L:      linux-crypto@vger.kernel.org
12961 L:      linux-samsung-soc@vger.kernel.org
12962 S:      Maintained
12963 F:      drivers/crypto/s5p-sss.c
12964
12965 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
12966 M:      Kyungmin Park <kyungmin.park@samsung.com>
12967 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
12968 L:      linux-media@vger.kernel.org
12969 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
12970 S:      Supported
12971 F:      drivers/media/platform/exynos4-is/
12972
12973 SAMSUNG SOC CLOCK DRIVERS
12974 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
12975 M:      Tomasz Figa <tomasz.figa@gmail.com>
12976 M:      Chanwoo Choi <cw00.choi@samsung.com>
12977 S:      Supported
12978 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
12980 F:      drivers/clk/samsung/
12981 F:      include/dt-bindings/clock/exynos*.h
12982 F:      Documentation/devicetree/bindings/clock/exynos*.txt
12983
12984 SAMSUNG SPI DRIVERS
12985 M:      Kukjin Kim <kgene@kernel.org>
12986 M:      Krzysztof Kozlowski <krzk@kernel.org>
12987 M:      Andi Shyti <andi@etezian.org>
12988 L:      linux-spi@vger.kernel.org
12989 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12990 S:      Maintained
12991 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
12992 F:      drivers/spi/spi-s3c*
12993 F:      include/linux/platform_data/spi-s3c64xx.h
12994
12995 SAMSUNG SXGBE DRIVERS
12996 M:      Byungho An <bh74.an@samsung.com>
12997 M:      Girish K S <ks.giri@samsung.com>
12998 M:      Vipul Pandya <vipul.pandya@samsung.com>
12999 S:      Supported
13000 L:      netdev@vger.kernel.org
13001 F:      drivers/net/ethernet/samsung/sxgbe/
13002
13003 SAMSUNG THERMAL DRIVER
13004 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
13005 L:      linux-pm@vger.kernel.org
13006 L:      linux-samsung-soc@vger.kernel.org
13007 S:      Supported
13008 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
13009 F:      drivers/thermal/samsung/
13010
13011 SAMSUNG USB2 PHY DRIVER
13012 M:      Kamil Debski <kamil@wypas.org>
13013 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
13014 L:      linux-kernel@vger.kernel.org
13015 S:      Supported
13016 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
13017 F:      Documentation/phy/samsung-usb2.txt
13018 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
13019 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
13020 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
13021 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
13022 F:      drivers/phy/samsung/phy-samsung-usb2.c
13023 F:      drivers/phy/samsung/phy-samsung-usb2.h
13024
13025 SC1200 WDT DRIVER
13026 M:      Zwane Mwaikambo <zwanem@gmail.com>
13027 S:      Maintained
13028 F:      drivers/watchdog/sc1200wdt.c
13029
13030 SCHEDULER
13031 M:      Ingo Molnar <mingo@redhat.com>
13032 M:      Peter Zijlstra <peterz@infradead.org>
13033 L:      linux-kernel@vger.kernel.org
13034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
13035 S:      Maintained
13036 F:      kernel/sched/
13037 F:      include/linux/sched.h
13038 F:      include/uapi/linux/sched.h
13039 F:      include/linux/wait.h
13040
13041 SCR24X CHIP CARD INTERFACE DRIVER
13042 M:      Lubomir Rintel <lkundrak@v3.sk>
13043 S:      Supported
13044 F:      drivers/char/pcmcia/scr24x_cs.c
13045
13046 SCSI CDROM DRIVER
13047 M:      Jens Axboe <axboe@kernel.dk>
13048 L:      linux-scsi@vger.kernel.org
13049 W:      http://www.kernel.dk
13050 S:      Maintained
13051 F:      drivers/scsi/sr*
13052
13053 SCSI RDMA PROTOCOL (SRP) INITIATOR
13054 M:      Bart Van Assche <bvanassche@acm.org>
13055 L:      linux-rdma@vger.kernel.org
13056 S:      Supported
13057 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13058 F:      drivers/infiniband/ulp/srp/
13059 F:      include/scsi/srp.h
13060
13061 SCSI RDMA PROTOCOL (SRP) TARGET
13062 M:      Bart Van Assche <bvanassche@acm.org>
13063 L:      linux-rdma@vger.kernel.org
13064 L:      target-devel@vger.kernel.org
13065 S:      Supported
13066 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13067 F:      drivers/infiniband/ulp/srpt/
13068
13069 SCSI SG DRIVER
13070 M:      Doug Gilbert <dgilbert@interlog.com>
13071 L:      linux-scsi@vger.kernel.org
13072 W:      http://sg.danny.cz/sg
13073 S:      Maintained
13074 F:      Documentation/scsi/scsi-generic.txt
13075 F:      drivers/scsi/sg.c
13076 F:      include/scsi/sg.h
13077
13078 SCSI SUBSYSTEM
13079 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
13080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
13081 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
13082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
13083 L:      linux-scsi@vger.kernel.org
13084 S:      Maintained
13085 F:      Documentation/devicetree/bindings/scsi/
13086 F:      drivers/scsi/
13087 F:      include/scsi/
13088
13089 SCSI TAPE DRIVER
13090 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
13091 L:      linux-scsi@vger.kernel.org
13092 S:      Maintained
13093 F:      Documentation/scsi/st.txt
13094 F:      drivers/scsi/st.*
13095 F:      drivers/scsi/st_*.h
13096
13097 SCTP PROTOCOL
13098 M:      Vlad Yasevich <vyasevich@gmail.com>
13099 M:      Neil Horman <nhorman@tuxdriver.com>
13100 M:      Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
13101 L:      linux-sctp@vger.kernel.org
13102 W:      http://lksctp.sourceforge.net
13103 S:      Maintained
13104 F:      Documentation/networking/sctp.txt
13105 F:      include/linux/sctp.h
13106 F:      include/uapi/linux/sctp.h
13107 F:      include/net/sctp/
13108 F:      net/sctp/
13109
13110 SCx200 CPU SUPPORT
13111 M:      Jim Cromie <jim.cromie@gmail.com>
13112 S:      Odd Fixes
13113 F:      Documentation/i2c/busses/scx200_acb
13114 F:      arch/x86/platform/scx200/
13115 F:      drivers/watchdog/scx200_wdt.c
13116 F:      drivers/i2c/busses/scx200*
13117 F:      drivers/mtd/maps/scx200_docflash.c
13118 F:      include/linux/scx200.h
13119
13120 SCx200 GPIO DRIVER
13121 M:      Jim Cromie <jim.cromie@gmail.com>
13122 S:      Maintained
13123 F:      drivers/char/scx200_gpio.c
13124 F:      include/linux/scx200_gpio.h
13125
13126 SCx200 HRT CLOCKSOURCE DRIVER
13127 M:      Jim Cromie <jim.cromie@gmail.com>
13128 S:      Maintained
13129 F:      drivers/clocksource/scx200_hrt.c
13130
13131 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
13132 M:      Sascha Sommer <saschasommer@freenet.de>
13133 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
13134 S:      Maintained
13135 F:      drivers/mmc/host/sdricoh_cs.c
13136
13137 SECURE COMPUTING
13138 M:      Kees Cook <keescook@chromium.org>
13139 R:      Andy Lutomirski <luto@amacapital.net>
13140 R:      Will Drewry <wad@chromium.org>
13141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
13142 S:      Supported
13143 F:      kernel/seccomp.c
13144 F:      include/uapi/linux/seccomp.h
13145 F:      include/linux/seccomp.h
13146 F:      tools/testing/selftests/seccomp/*
13147 F:      tools/testing/selftests/kselftest_harness.h
13148 F:      Documentation/userspace-api/seccomp_filter.rst
13149 K:      \bsecure_computing
13150 K:      \bTIF_SECCOMP\b
13151
13152 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
13153 M:      Al Cooper <alcooperx@gmail.com>
13154 L:      linux-mmc@vger.kernel.org
13155 L:      bcm-kernel-feedback-list@broadcom.com
13156 S:      Maintained
13157 F:      drivers/mmc/host/sdhci-brcmstb*
13158
13159 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
13160 M:      Adrian Hunter <adrian.hunter@intel.com>
13161 L:      linux-mmc@vger.kernel.org
13162 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
13163 S:      Maintained
13164 F:      drivers/mmc/host/sdhci*
13165 F:      include/linux/mmc/sdhci*
13166
13167 SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER
13168 M:      Prabu Thangamuthu <prabu.t@synopsys.com>
13169 M:      Manjunath M B <manjumb@synopsys.com>
13170 L:      linux-mmc@vger.kernel.org
13171 S:      Maintained
13172 F:      drivers/mmc/host/sdhci-pci-dwc-mshc.c
13173
13174 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
13175 M:      Ben Dooks <ben-linux@fluff.org>
13176 M:      Jaehoon Chung <jh80.chung@samsung.com>
13177 L:      linux-mmc@vger.kernel.org
13178 S:      Maintained
13179 F:      drivers/mmc/host/sdhci-s3c*
13180
13181 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
13182 M:      Viresh Kumar <vireshk@kernel.org>
13183 L:      linux-mmc@vger.kernel.org
13184 S:      Maintained
13185 F:      drivers/mmc/host/sdhci-spear.c
13186
13187 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
13188 M:      Kishon Vijay Abraham I <kishon@ti.com>
13189 L:      linux-mmc@vger.kernel.org
13190 S:      Maintained
13191 F:      drivers/mmc/host/sdhci-omap.c
13192
13193 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
13194 M:      Scott Bauer <scott.bauer@intel.com>
13195 M:      Jonathan Derrick <jonathan.derrick@intel.com>
13196 L:      linux-block@vger.kernel.org
13197 S:      Supported
13198 F:      block/sed*
13199 F:      block/opal_proto.h
13200 F:      include/linux/sed*
13201 F:      include/uapi/linux/sed*
13202
13203 SECURITY CONTACT
13204 M:      Security Officers <security@kernel.org>
13205 S:      Supported
13206
13207 SECURITY SUBSYSTEM
13208 M:      James Morris <jmorris@namei.org>
13209 M:      "Serge E. Hallyn" <serge@hallyn.com>
13210 L:      linux-security-module@vger.kernel.org (suggested Cc:)
13211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
13212 W:      http://kernsec.org/
13213 S:      Supported
13214 F:      security/
13215 X:      security/selinux/
13216
13217 SELINUX SECURITY MODULE
13218 M:      Paul Moore <paul@paul-moore.com>
13219 M:      Stephen Smalley <sds@tycho.nsa.gov>
13220 M:      Eric Paris <eparis@parisplace.org>
13221 L:      selinux@vger.kernel.org
13222 W:      https://selinuxproject.org
13223 W:      https://github.com/SELinuxProject
13224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
13225 S:      Supported
13226 F:      include/linux/selinux*
13227 F:      security/selinux/
13228 F:      scripts/selinux/
13229 F:      Documentation/admin-guide/LSM/SELinux.rst
13230
13231 SENSABLE PHANTOM
13232 M:      Jiri Slaby <jirislaby@gmail.com>
13233 S:      Maintained
13234 F:      drivers/misc/phantom.c
13235 F:      include/uapi/linux/phantom.h
13236
13237 SERIAL DEVICE BUS
13238 M:      Rob Herring <robh@kernel.org>
13239 L:      linux-serial@vger.kernel.org
13240 S:      Maintained
13241 F:      Documentation/devicetree/bindings/serial/slave-device.txt
13242 F:      drivers/tty/serdev/
13243 F:      include/linux/serdev.h
13244
13245 SERIAL DRIVERS
13246 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13247 L:      linux-serial@vger.kernel.org
13248 S:      Maintained
13249 F:      Documentation/devicetree/bindings/serial/
13250 F:      drivers/tty/serial/
13251
13252 SERIAL IR RECEIVER
13253 M:      Sean Young <sean@mess.org>
13254 L:      linux-media@vger.kernel.org
13255 S:      Maintained
13256 F:      drivers/media/rc/serial_ir.c
13257
13258 SFC NETWORK DRIVER
13259 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
13260 M:      Edward Cree <ecree@solarflare.com>
13261 M:      Bert Kenward <bkenward@solarflare.com>
13262 L:      netdev@vger.kernel.org
13263 S:      Supported
13264 F:      drivers/net/ethernet/sfc/
13265
13266 SGI GRU DRIVER
13267 M:      Dimitri Sivanich <sivanich@sgi.com>
13268 S:      Maintained
13269 F:      drivers/misc/sgi-gru/
13270
13271 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
13272 M:      Pat Gefre <pfg@sgi.com>
13273 L:      linux-ia64@vger.kernel.org
13274 S:      Supported
13275 F:      Documentation/ia64/serial.txt
13276 F:      drivers/tty/serial/ioc?_serial.c
13277 F:      include/linux/ioc?.h
13278
13279 SGI XP/XPC/XPNET DRIVER
13280 M:      Cliff Whickman <cpw@sgi.com>
13281 M:      Robin Holt <robinmholt@gmail.com>
13282 S:      Maintained
13283 F:      drivers/misc/sgi-xp/
13284
13285 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
13286 M:      Ursula Braun <ubraun@linux.ibm.com>
13287 L:      linux-s390@vger.kernel.org
13288 W:      http://www.ibm.com/developerworks/linux/linux390/
13289 S:      Supported
13290 F:      net/smc/
13291
13292 SHARP RJ54N1CB0C SENSOR DRIVER
13293 M:      Jacopo Mondi <jacopo@jmondi.org>
13294 L:      linux-media@vger.kernel.org
13295 T:      git git://linuxtv.org/media_tree.git
13296 S:      Odd fixes
13297 F:      drivers/media/i2c/rj54n1cb0c.c
13298 F:      include/media/i2c/rj54n1cb0c.h
13299
13300 SH_VEU V4L2 MEM2MEM DRIVER
13301 L:      linux-media@vger.kernel.org
13302 S:      Orphan
13303 F:      drivers/media/platform/sh_veu.c
13304
13305 SH_VOU V4L2 OUTPUT DRIVER
13306 L:      linux-media@vger.kernel.org
13307 S:      Orphan
13308 F:      drivers/media/platform/sh_vou.c
13309 F:      include/media/drv-intf/sh_vou.h
13310
13311 SI2157 MEDIA DRIVER
13312 M:      Antti Palosaari <crope@iki.fi>
13313 L:      linux-media@vger.kernel.org
13314 W:      https://linuxtv.org
13315 W:      http://palosaari.fi/linux/
13316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13317 T:      git git://linuxtv.org/anttip/media_tree.git
13318 S:      Maintained
13319 F:      drivers/media/tuners/si2157*
13320
13321 SI2165 MEDIA DRIVER
13322 M:      Matthias Schwarzott <zzam@gentoo.org>
13323 L:      linux-media@vger.kernel.org
13324 W:      https://linuxtv.org
13325 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13326 S:      Maintained
13327 F:      drivers/media/dvb-frontends/si2165*
13328
13329 SI2168 MEDIA DRIVER
13330 M:      Antti Palosaari <crope@iki.fi>
13331 L:      linux-media@vger.kernel.org
13332 W:      https://linuxtv.org
13333 W:      http://palosaari.fi/linux/
13334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13335 T:      git git://linuxtv.org/anttip/media_tree.git
13336 S:      Maintained
13337 F:      drivers/media/dvb-frontends/si2168*
13338
13339 SI470X FM RADIO RECEIVER I2C DRIVER
13340 M:      Hans Verkuil <hverkuil@xs4all.nl>
13341 L:      linux-media@vger.kernel.org
13342 T:      git git://linuxtv.org/media_tree.git
13343 W:      https://linuxtv.org
13344 S:      Odd Fixes
13345 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
13346
13347 SI470X FM RADIO RECEIVER USB DRIVER
13348 M:      Hans Verkuil <hverkuil@xs4all.nl>
13349 L:      linux-media@vger.kernel.org
13350 T:      git git://linuxtv.org/media_tree.git
13351 W:      https://linuxtv.org
13352 S:      Maintained
13353 F:      drivers/media/radio/si470x/radio-si470x-common.c
13354 F:      drivers/media/radio/si470x/radio-si470x.h
13355 F:      drivers/media/radio/si470x/radio-si470x-usb.c
13356
13357 SI4713 FM RADIO TRANSMITTER I2C DRIVER
13358 M:      Eduardo Valentin <edubezval@gmail.com>
13359 L:      linux-media@vger.kernel.org
13360 T:      git git://linuxtv.org/media_tree.git
13361 W:      https://linuxtv.org
13362 S:      Odd Fixes
13363 F:      drivers/media/radio/si4713/si4713.?
13364
13365 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
13366 M:      Eduardo Valentin <edubezval@gmail.com>
13367 L:      linux-media@vger.kernel.org
13368 T:      git git://linuxtv.org/media_tree.git
13369 W:      https://linuxtv.org
13370 S:      Odd Fixes
13371 F:      drivers/media/radio/si4713/radio-platform-si4713.c
13372
13373 SI4713 FM RADIO TRANSMITTER USB DRIVER
13374 M:      Hans Verkuil <hverkuil@xs4all.nl>
13375 L:      linux-media@vger.kernel.org
13376 T:      git git://linuxtv.org/media_tree.git
13377 W:      https://linuxtv.org
13378 S:      Maintained
13379 F:      drivers/media/radio/si4713/radio-usb-si4713.c
13380
13381 SIANO DVB DRIVER
13382 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13383 L:      linux-media@vger.kernel.org
13384 W:      https://linuxtv.org
13385 T:      git git://linuxtv.org/media_tree.git
13386 S:      Odd fixes
13387 F:      drivers/media/common/siano/
13388 F:      drivers/media/usb/siano/
13389 F:      drivers/media/usb/siano/
13390 F:      drivers/media/mmc/siano/
13391
13392 SIFIVE DRIVERS
13393 M:      Palmer Dabbelt <palmer@sifive.com>
13394 L:      linux-riscv@lists.infradead.org
13395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
13396 S:      Supported
13397 K:      sifive
13398 N:      sifive
13399
13400 SILEAD TOUCHSCREEN DRIVER
13401 M:      Hans de Goede <hdegoede@redhat.com>
13402 L:      linux-input@vger.kernel.org
13403 L:      platform-driver-x86@vger.kernel.org
13404 S:      Maintained
13405 F:      drivers/input/touchscreen/silead.c
13406 F:      drivers/platform/x86/touchscreen_dmi.c
13407
13408 SILICON MOTION SM712 FRAME BUFFER DRIVER
13409 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
13410 M:      Teddy Wang <teddy.wang@siliconmotion.com>
13411 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
13412 L:      linux-fbdev@vger.kernel.org
13413 S:      Maintained
13414 F:      drivers/video/fbdev/sm712*
13415 F:      Documentation/fb/sm712fb.txt
13416
13417 SIMPLE FIRMWARE INTERFACE (SFI)
13418 M:      Len Brown <lenb@kernel.org>
13419 L:      sfi-devel@simplefirmware.org
13420 W:      http://simplefirmware.org/
13421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
13422 S:      Supported
13423 F:      arch/x86/platform/sfi/
13424 F:      drivers/sfi/
13425 F:      include/linux/sfi*.h
13426
13427 SIMPLEFB FB DRIVER
13428 M:      Hans de Goede <hdegoede@redhat.com>
13429 L:      linux-fbdev@vger.kernel.org
13430 S:      Maintained
13431 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
13432 F:      drivers/video/fbdev/simplefb.c
13433 F:      include/linux/platform_data/simplefb.h
13434
13435 SIMTEC EB110ATX (Chalice CATS)
13436 P:      Ben Dooks
13437 P:      Vincent Sanders <vince@simtec.co.uk>
13438 M:      Simtec Linux Team <linux@simtec.co.uk>
13439 W:      http://www.simtec.co.uk/products/EB110ATX/
13440 S:      Supported
13441
13442 SIMTEC EB2410ITX (BAST)
13443 P:      Ben Dooks
13444 P:      Vincent Sanders <vince@simtec.co.uk>
13445 M:      Simtec Linux Team <linux@simtec.co.uk>
13446 W:      http://www.simtec.co.uk/products/EB2410ITX/
13447 S:      Supported
13448 F:      arch/arm/mach-s3c24xx/mach-bast.c
13449 F:      arch/arm/mach-s3c24xx/bast-ide.c
13450 F:      arch/arm/mach-s3c24xx/bast-irq.c
13451
13452 SIPHASH PRF ROUTINES
13453 M:      Jason A. Donenfeld <Jason@zx2c4.com>
13454 S:      Maintained
13455 F:      lib/siphash.c
13456 F:      lib/test_siphash.c
13457 F:      include/linux/siphash.h
13458
13459 SIOX
13460 M:      Gavin Schenk <g.schenk@eckelmann.de>
13461 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
13462 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
13463 S:      Supported
13464 F:      drivers/siox/*
13465 F:      drivers/gpio/gpio-siox.c
13466 F:      include/trace/events/siox.h
13467
13468 SIS 190 ETHERNET DRIVER
13469 M:      Francois Romieu <romieu@fr.zoreil.com>
13470 L:      netdev@vger.kernel.org
13471 S:      Maintained
13472 F:      drivers/net/ethernet/sis/sis190.c
13473
13474 SIS 900/7016 FAST ETHERNET DRIVER
13475 M:      Daniele Venzano <venza@brownhat.org>
13476 W:      http://www.brownhat.org/sis900.html
13477 L:      netdev@vger.kernel.org
13478 S:      Maintained
13479 F:      drivers/net/ethernet/sis/sis900.*
13480
13481 SIS FRAMEBUFFER DRIVER
13482 M:      Thomas Winischhofer <thomas@winischhofer.net>
13483 W:      http://www.winischhofer.net/linuxsisvga.shtml
13484 S:      Maintained
13485 F:      Documentation/fb/sisfb.txt
13486 F:      drivers/video/fbdev/sis/
13487 F:      include/video/sisfb.h
13488
13489 SIS USB2VGA DRIVER
13490 M:      Thomas Winischhofer <thomas@winischhofer.net>
13491 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
13492 S:      Maintained
13493 F:      drivers/usb/misc/sisusbvga/
13494
13495 SLAB ALLOCATOR
13496 M:      Christoph Lameter <cl@linux.com>
13497 M:      Pekka Enberg <penberg@kernel.org>
13498 M:      David Rientjes <rientjes@google.com>
13499 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
13500 M:      Andrew Morton <akpm@linux-foundation.org>
13501 L:      linux-mm@kvack.org
13502 S:      Maintained
13503 F:      include/linux/sl?b*.h
13504 F:      mm/sl?b*
13505
13506 SLEEPABLE READ-COPY UPDATE (SRCU)
13507 M:      Lai Jiangshan <jiangshanlai@gmail.com>
13508 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
13509 M:      Josh Triplett <josh@joshtriplett.org>
13510 R:      Steven Rostedt <rostedt@goodmis.org>
13511 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13512 L:      linux-kernel@vger.kernel.org
13513 W:      http://www.rdrop.com/users/paulmck/RCU/
13514 S:      Supported
13515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
13516 F:      include/linux/srcu*.h
13517 F:      kernel/rcu/srcu*.c
13518
13519 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus)
13520 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13521 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13522 S:      Maintained
13523 F:      drivers/slimbus/
13524 F:      Documentation/devicetree/bindings/slimbus/
13525 F:      include/linux/slimbus.h
13526
13527 SMACK SECURITY MODULE
13528 M:      Casey Schaufler <casey@schaufler-ca.com>
13529 L:      linux-security-module@vger.kernel.org
13530 W:      http://schaufler-ca.com
13531 T:      git git://github.com/cschaufler/smack-next
13532 S:      Maintained
13533 F:      Documentation/admin-guide/LSM/Smack.rst
13534 F:      security/smack/
13535
13536 SMC91x ETHERNET DRIVER
13537 M:      Nicolas Pitre <nico@fluxnic.net>
13538 S:      Odd Fixes
13539 F:      drivers/net/ethernet/smsc/smc91x.*
13540
13541 SMIA AND SMIA++ IMAGE SENSOR DRIVER
13542 M:      Sakari Ailus <sakari.ailus@iki.fi>
13543 L:      linux-media@vger.kernel.org
13544 S:      Maintained
13545 F:      drivers/media/i2c/smiapp/
13546 F:      include/media/i2c/smiapp.h
13547 F:      drivers/media/i2c/smiapp-pll.c
13548 F:      drivers/media/i2c/smiapp-pll.h
13549 F:      include/uapi/linux/smiapp.h
13550 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
13551
13552 SMM665 HARDWARE MONITOR DRIVER
13553 M:      Guenter Roeck <linux@roeck-us.net>
13554 L:      linux-hwmon@vger.kernel.org
13555 S:      Maintained
13556 F:      Documentation/hwmon/smm665
13557 F:      drivers/hwmon/smm665.c
13558
13559 SMSC EMC2103 HARDWARE MONITOR DRIVER
13560 M:      Steve Glendinning <steve.glendinning@shawell.net>
13561 L:      linux-hwmon@vger.kernel.org
13562 S:      Maintained
13563 F:      Documentation/hwmon/emc2103
13564 F:      drivers/hwmon/emc2103.c
13565
13566 SMSC SCH5627 HARDWARE MONITOR DRIVER
13567 M:      Hans de Goede <hdegoede@redhat.com>
13568 L:      linux-hwmon@vger.kernel.org
13569 S:      Supported
13570 F:      Documentation/hwmon/sch5627
13571 F:      drivers/hwmon/sch5627.c
13572
13573 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
13574 M:      Steve Glendinning <steve.glendinning@shawell.net>
13575 L:      linux-fbdev@vger.kernel.org
13576 S:      Maintained
13577 F:      drivers/video/fbdev/smscufx.c
13578
13579 SMSC47B397 HARDWARE MONITOR DRIVER
13580 M:      Jean Delvare <jdelvare@suse.com>
13581 L:      linux-hwmon@vger.kernel.org
13582 S:      Maintained
13583 F:      Documentation/hwmon/smsc47b397
13584 F:      drivers/hwmon/smsc47b397.c
13585
13586 SMSC911x ETHERNET DRIVER
13587 M:      Steve Glendinning <steve.glendinning@shawell.net>
13588 L:      netdev@vger.kernel.org
13589 S:      Maintained
13590 F:      include/linux/smsc911x.h
13591 F:      drivers/net/ethernet/smsc/smsc911x.*
13592
13593 SMSC9420 PCI ETHERNET DRIVER
13594 M:      Steve Glendinning <steve.glendinning@shawell.net>
13595 L:      netdev@vger.kernel.org
13596 S:      Maintained
13597 F:      drivers/net/ethernet/smsc/smsc9420.*
13598
13599 SOC-CAMERA V4L2 SUBSYSTEM
13600 L:      linux-media@vger.kernel.org
13601 T:      git git://linuxtv.org/media_tree.git
13602 S:      Orphan
13603 F:      include/media/soc*
13604 F:      drivers/media/i2c/soc_camera/
13605 F:      drivers/media/platform/soc_camera/
13606
13607 SOCIONEXT SYNQUACER I2C DRIVER
13608 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
13609 L:      linux-i2c@vger.kernel.org
13610 S:      Maintained
13611 F:      drivers/i2c/busses/i2c-synquacer.c
13612 F:      Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
13613
13614 SOCIONEXT UNIPHIER SOUND DRIVER
13615 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13616 S:      Orphan
13617 F:      sound/soc/uniphier/
13618
13619 SOEKRIS NET48XX LED SUPPORT
13620 M:      Chris Boot <bootc@bootc.net>
13621 S:      Maintained
13622 F:      drivers/leds/leds-net48xx.c
13623
13624 SOFT-ROCE DRIVER (rxe)
13625 M:      Moni Shoua <monis@mellanox.com>
13626 L:      linux-rdma@vger.kernel.org
13627 S:      Supported
13628 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
13629 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13630 F:      drivers/infiniband/sw/rxe/
13631 F:      include/uapi/rdma/rdma_user_rxe.h
13632
13633 SOFTLOGIC 6x10 MPEG CODEC
13634 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13635 M:      Anton Sviridenko <anton@corp.bluecherry.net>
13636 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13637 M:      Andrey Utkin <andrey_utkin@fastmail.com>
13638 M:      Ismael Luceno <ismael@iodev.co.uk>
13639 L:      linux-media@vger.kernel.org
13640 S:      Supported
13641 F:      drivers/media/pci/solo6x10/
13642
13643 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
13644 M:      James Morse <james.morse@arm.com>
13645 L:      linux-arm-kernel@lists.infradead.org
13646 S:      Maintained
13647 F:      Documentation/devicetree/bindings/arm/firmware/sdei.txt
13648 F:      drivers/firmware/arm_sdei.c
13649 F:      include/linux/arm_sdei.h
13650 F:      include/uapi/linux/arm_sdei.h
13651
13652 SOFTWARE RAID (Multiple Disks) SUPPORT
13653 M:      Shaohua Li <shli@kernel.org>
13654 L:      linux-raid@vger.kernel.org
13655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
13656 S:      Supported
13657 F:      drivers/md/Makefile
13658 F:      drivers/md/Kconfig
13659 F:      drivers/md/md*
13660 F:      drivers/md/raid*
13661 F:      include/linux/raid/
13662 F:      include/uapi/linux/raid/
13663
13664 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
13665 M:      Jassi Brar <jaswinder.singh@linaro.org>
13666 L:      netdev@vger.kernel.org
13667 S:      Maintained
13668 F:      drivers/net/ethernet/socionext/netsec.c
13669 F:      Documentation/devicetree/bindings/net/socionext-netsec.txt
13670
13671 SOLIDRUN CLEARFOG SUPPORT
13672 M:      Russell King <linux@armlinux.org.uk>
13673 S:      Maintained
13674 F:      arch/arm/boot/dts/armada-388-clearfog*
13675 F:      arch/arm/boot/dts/armada-38x-solidrun-*
13676
13677 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
13678 M:      Russell King <linux@armlinux.org.uk>
13679 S:      Maintained
13680 F:      arch/arm/boot/dts/imx6*-cubox-i*
13681 F:      arch/arm/boot/dts/imx6*-hummingboard*
13682 F:      arch/arm/boot/dts/imx6*-sr-*
13683
13684 SONIC NETWORK DRIVER
13685 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
13686 L:      netdev@vger.kernel.org
13687 S:      Maintained
13688 F:      drivers/net/ethernet/natsemi/sonic.*
13689
13690 SONICS SILICON BACKPLANE DRIVER (SSB)
13691 M:      Michael Buesch <m@bues.ch>
13692 L:      linux-wireless@vger.kernel.org
13693 S:      Maintained
13694 F:      drivers/ssb/
13695 F:      include/linux/ssb/
13696
13697 SONY IMX258 SENSOR DRIVER
13698 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
13699 L:      linux-media@vger.kernel.org
13700 T:      git git://linuxtv.org/media_tree.git
13701 S:      Maintained
13702 F:      drivers/media/i2c/imx258.c
13703
13704 SONY IMX274 SENSOR DRIVER
13705 M:      Leon Luo <leonl@leopardimaging.com>
13706 L:      linux-media@vger.kernel.org
13707 T:      git git://linuxtv.org/media_tree.git
13708 S:      Maintained
13709 F:      drivers/media/i2c/imx274.c
13710 F:      Documentation/devicetree/bindings/media/i2c/imx274.txt
13711
13712 SONY MEMORYSTICK CARD SUPPORT
13713 M:      Alex Dubov <oakad@yahoo.com>
13714 W:      http://tifmxx.berlios.de/
13715 S:      Maintained
13716 F:      drivers/memstick/host/tifm_ms.c
13717
13718 SONY MEMORYSTICK STANDARD SUPPORT
13719 M:      Maxim Levitsky <maximlevitsky@gmail.com>
13720 S:      Maintained
13721 F:      drivers/memstick/core/ms_block.*
13722
13723 SONY VAIO CONTROL DEVICE DRIVER
13724 M:      Mattia Dongili <malattia@linux.it>
13725 L:      platform-driver-x86@vger.kernel.org
13726 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
13727 S:      Maintained
13728 F:      Documentation/laptops/sony-laptop.txt
13729 F:      drivers/char/sonypi.c
13730 F:      drivers/platform/x86/sony-laptop.c
13731 F:      include/linux/sony-laptop.h
13732
13733 SOUND
13734 M:      Jaroslav Kysela <perex@perex.cz>
13735 M:      Takashi Iwai <tiwai@suse.com>
13736 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13737 W:      http://www.alsa-project.org/
13738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
13739 T:      git git://git.alsa-project.org/alsa-kernel.git
13740 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
13741 S:      Maintained
13742 F:      Documentation/sound/
13743 F:      include/sound/
13744 F:      include/uapi/sound/
13745 F:      sound/
13746
13747 SOUND - COMPRESSED AUDIO
13748 M:      Vinod Koul <vkoul@kernel.org>
13749 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
13751 S:      Supported
13752 F:      Documentation/sound/designs/compress-offload.rst
13753 F:      include/sound/compress_driver.h
13754 F:      include/uapi/sound/compress_*
13755 F:      sound/core/compress_offload.c
13756 F:      sound/soc/soc-compress.c
13757
13758 SOUND - DMAENGINE HELPERS
13759 M:      Lars-Peter Clausen <lars@metafoo.de>
13760 S:      Supported
13761 F:      include/sound/dmaengine_pcm.h
13762 F:      sound/core/pcm_dmaengine.c
13763 F:      sound/soc/soc-generic-dmaengine-pcm.c
13764
13765 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
13766 M:      Liam Girdwood <lgirdwood@gmail.com>
13767 M:      Mark Brown <broonie@kernel.org>
13768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
13769 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13770 W:      http://alsa-project.org/main/index.php/ASoC
13771 S:      Supported
13772 F:      Documentation/devicetree/bindings/sound/
13773 F:      Documentation/sound/soc/
13774 F:      sound/soc/
13775 F:      include/sound/soc*
13776
13777 SOUNDWIRE SUBSYSTEM
13778 M:      Vinod Koul <vkoul@kernel.org>
13779 M:      Sanyog Kale <sanyog.r.kale@intel.com>
13780 R:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
13781 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13782 S:      Supported
13783 F:      Documentation/driver-api/soundwire/
13784 F:      drivers/soundwire/
13785 F:      include/linux/soundwire/
13786
13787 SP2 MEDIA DRIVER
13788 M:      Olli Salonen <olli.salonen@iki.fi>
13789 L:      linux-media@vger.kernel.org
13790 W:      https://linuxtv.org
13791 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13792 S:      Maintained
13793 F:      drivers/media/dvb-frontends/sp2*
13794
13795 SPARC + UltraSPARC (sparc/sparc64)
13796 M:      "David S. Miller" <davem@davemloft.net>
13797 L:      sparclinux@vger.kernel.org
13798 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
13799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
13800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
13801 S:      Maintained
13802 F:      arch/sparc/
13803 F:      drivers/sbus/
13804
13805 SPARC SERIAL DRIVERS
13806 M:      "David S. Miller" <davem@davemloft.net>
13807 L:      sparclinux@vger.kernel.org
13808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
13809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
13810 S:      Maintained
13811 F:      include/linux/sunserialcore.h
13812 F:      drivers/tty/serial/suncore.c
13813 F:      drivers/tty/serial/sunhv.c
13814 F:      drivers/tty/serial/sunsab.c
13815 F:      drivers/tty/serial/sunsab.h
13816 F:      drivers/tty/serial/sunsu.c
13817 F:      drivers/tty/serial/sunzilog.c
13818 F:      drivers/tty/serial/sunzilog.h
13819 F:      drivers/tty/vcc.c
13820
13821 SPARSE CHECKER
13822 M:      "Christopher Li" <sparse@chrisli.org>
13823 L:      linux-sparse@vger.kernel.org
13824 W:      https://sparse.wiki.kernel.org/
13825 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
13826 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
13827 S:      Maintained
13828 F:      include/linux/compiler.h
13829
13830 SPEAR CLOCK FRAMEWORK SUPPORT
13831 M:      Viresh Kumar <vireshk@kernel.org>
13832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13833 W:      http://www.st.com/spear
13834 S:      Maintained
13835 F:      drivers/clk/spear/
13836
13837 SPEAR PLATFORM SUPPORT
13838 M:      Viresh Kumar <vireshk@kernel.org>
13839 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
13840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13841 W:      http://www.st.com/spear
13842 S:      Maintained
13843 F:      arch/arm/boot/dts/spear*
13844 F:      arch/arm/mach-spear/
13845
13846 SPI NOR SUBSYSTEM
13847 M:      Marek Vasut <marek.vasut@gmail.com>
13848 L:      linux-mtd@lists.infradead.org
13849 W:      http://www.linux-mtd.infradead.org/
13850 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
13851 T:      git git://git.infradead.org/linux-mtd.git spi-nor/fixes
13852 T:      git git://git.infradead.org/linux-mtd.git spi-nor/next
13853 S:      Maintained
13854 F:      drivers/mtd/spi-nor/
13855 F:      include/linux/mtd/spi-nor.h
13856
13857 SPI SUBSYSTEM
13858 M:      Mark Brown <broonie@kernel.org>
13859 L:      linux-spi@vger.kernel.org
13860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
13861 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
13862 S:      Maintained
13863 F:      Documentation/devicetree/bindings/spi/
13864 F:      Documentation/spi/
13865 F:      drivers/spi/
13866 F:      include/linux/spi/
13867 F:      include/uapi/linux/spi/
13868 F:      tools/spi/
13869
13870 SPIDERNET NETWORK DRIVER for CELL
13871 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
13872 L:      netdev@vger.kernel.org
13873 S:      Supported
13874 F:      Documentation/networking/spider_net.txt
13875 F:      drivers/net/ethernet/toshiba/spider_net*
13876
13877 SPMI SUBSYSTEM
13878 R:      Stephen Boyd <sboyd@kernel.org>
13879 L:      linux-arm-msm@vger.kernel.org
13880 F:      Documentation/devicetree/bindings/spmi/
13881 F:      drivers/spmi/
13882 F:      include/dt-bindings/spmi/spmi.h
13883 F:      include/linux/spmi.h
13884 F:      include/trace/events/spmi.h
13885
13886 SPU FILE SYSTEM
13887 M:      Jeremy Kerr <jk@ozlabs.org>
13888 L:      linuxppc-dev@lists.ozlabs.org
13889 W:      http://www.ibm.com/developerworks/power/cell/
13890 S:      Supported
13891 F:      Documentation/filesystems/spufs.txt
13892 F:      arch/powerpc/platforms/cell/spufs/
13893
13894 SQUASHFS FILE SYSTEM
13895 M:      Phillip Lougher <phillip@squashfs.org.uk>
13896 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
13897 W:      http://squashfs.org.uk
13898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
13899 S:      Maintained
13900 F:      Documentation/filesystems/squashfs.txt
13901 F:      fs/squashfs/
13902
13903 SRM (Alpha) environment access
13904 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
13905 S:      Maintained
13906 F:      arch/alpha/kernel/srm_env.c
13907
13908 ST STM32 I2C/SMBUS DRIVER
13909 M:      Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
13910 L:      linux-i2c@vger.kernel.org
13911 S:      Maintained
13912 F:      drivers/i2c/busses/i2c-stm32*
13913
13914 STABLE BRANCH
13915 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13916 L:      stable@vger.kernel.org
13917 S:      Supported
13918 F:      Documentation/process/stable-kernel-rules.rst
13919
13920 STAGING - COMEDI
13921 M:      Ian Abbott <abbotti@mev.co.uk>
13922 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
13923 S:      Odd Fixes
13924 F:      drivers/staging/comedi/
13925
13926 STAGING - EROFS FILE SYSTEM
13927 M:      Gao Xiang <gaoxiang25@huawei.com>
13928 M:      Chao Yu <yuchao0@huawei.com>
13929 L:      linux-erofs@lists.ozlabs.org
13930 S:      Maintained
13931 F:      drivers/staging/erofs/
13932
13933 STAGING - FLARION FT1000 DRIVERS
13934 M:      Marek Belisko <marek.belisko@gmail.com>
13935 S:      Odd Fixes
13936 F:      drivers/staging/ft1000/
13937
13938 STAGING - INDUSTRIAL IO
13939 M:      Jonathan Cameron <jic23@kernel.org>
13940 L:      linux-iio@vger.kernel.org
13941 S:      Odd Fixes
13942 F:      Documentation/devicetree/bindings/staging/iio/
13943 F:      drivers/staging/iio/
13944
13945 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
13946 M:      Marc Dietrich <marvin24@gmx.de>
13947 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
13948 L:      linux-tegra@vger.kernel.org
13949 S:      Maintained
13950 F:      drivers/staging/nvec/
13951
13952 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
13953 M:      Jens Frederich <jfrederich@gmail.com>
13954 M:      Daniel Drake <dsd@laptop.org>
13955 M:      Jon Nettleton <jon.nettleton@gmail.com>
13956 W:      http://wiki.laptop.org/go/DCON
13957 S:      Maintained
13958 F:      drivers/staging/olpc_dcon/
13959
13960 STAGING - REALTEK RTL8712U DRIVERS
13961 M:      Larry Finger <Larry.Finger@lwfinger.net>
13962 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
13963 S:      Odd Fixes
13964 F:      drivers/staging/rtl8712/
13965
13966 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
13967 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
13968 M:      Teddy Wang <teddy.wang@siliconmotion.com>
13969 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
13970 L:      linux-fbdev@vger.kernel.org
13971 S:      Maintained
13972 F:      drivers/staging/sm750fb/
13973
13974 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
13975 M:      William Hubbs <w.d.hubbs@gmail.com>
13976 M:      Chris Brannon <chris@the-brannons.com>
13977 M:      Kirk Reiser <kirk@reisers.ca>
13978 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
13979 L:      speakup@linux-speakup.org
13980 W:      http://www.linux-speakup.org/
13981 S:      Odd Fixes
13982 F:      drivers/staging/speakup/
13983
13984 STAGING - VIA VT665X DRIVERS
13985 M:      Forest Bond <forest@alittletooquiet.net>
13986 S:      Odd Fixes
13987 F:      drivers/staging/vt665?/
13988
13989 STAGING - WILC1000 WIFI DRIVER
13990 M:      Aditya Shankar <aditya.shankar@microchip.com>
13991 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
13992 L:      linux-wireless@vger.kernel.org
13993 S:      Supported
13994 F:      drivers/staging/wilc1000/
13995
13996 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
13997 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
13998 S:      Odd Fixes
13999 F:      drivers/staging/xgifb/
14000
14001 STAGING SUBSYSTEM
14002 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
14004 L:      devel@driverdev.osuosl.org
14005 S:      Supported
14006 F:      drivers/staging/
14007
14008 STARFIRE/DURALAN NETWORK DRIVER
14009 M:      Ion Badulescu <ionut@badula.org>
14010 S:      Odd Fixes
14011 F:      drivers/net/ethernet/adaptec/starfire*
14012
14013 STEC S1220 SKD DRIVER
14014 M:      Bart Van Assche <bart.vanassche@wdc.com>
14015 L:      linux-block@vger.kernel.org
14016 S:      Maintained
14017 F:      drivers/block/skd*[ch]
14018
14019 STI AUDIO (ASoC) DRIVERS
14020 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
14021 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14022 S:      Maintained
14023 F:      Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
14024 F:      sound/soc/sti/
14025
14026 STI CEC DRIVER
14027 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
14028 S:      Maintained
14029 F:      drivers/staging/media/st-cec/
14030 F:      Documentation/devicetree/bindings/media/stih-cec.txt
14031
14032 STK1160 USB VIDEO CAPTURE DRIVER
14033 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
14034 L:      linux-media@vger.kernel.org
14035 T:      git git://linuxtv.org/media_tree.git
14036 S:      Maintained
14037 F:      drivers/media/usb/stk1160/
14038
14039 STM32 AUDIO (ASoC) DRIVERS
14040 M:      Olivier Moysan <olivier.moysan@st.com>
14041 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
14042 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14043 S:      Maintained
14044 F:      Documentation/devicetree/bindings/sound/st,stm32-*.txt
14045 F:      sound/soc/stm/
14046
14047 STM32 TIMER/LPTIMER DRIVERS
14048 M:      Fabrice Gasnier <fabrice.gasnier@st.com>
14049 S:      Maintained
14050 F:      drivers/*/stm32-*timer*
14051 F:      drivers/pwm/pwm-stm32*
14052 F:      include/linux/*/stm32-*tim*
14053 F:      Documentation/ABI/testing/*timer-stm32
14054 F:      Documentation/devicetree/bindings/*/stm32-*timer*
14055 F:      Documentation/devicetree/bindings/pwm/pwm-stm32*
14056
14057 STMMAC ETHERNET DRIVER
14058 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
14059 M:      Alexandre Torgue <alexandre.torgue@st.com>
14060 M:      Jose Abreu <joabreu@synopsys.com>
14061 L:      netdev@vger.kernel.org
14062 W:      http://www.stlinux.com
14063 S:      Supported
14064 F:      drivers/net/ethernet/stmicro/stmmac/
14065
14066 SUN3/3X
14067 M:      Sam Creasey <sammy@sammy.net>
14068 W:      http://sammy.net/sun3/
14069 S:      Maintained
14070 F:      arch/m68k/kernel/*sun3*
14071 F:      arch/m68k/sun3*/
14072 F:      arch/m68k/include/asm/sun3*
14073 F:      drivers/net/ethernet/i825xx/sun3*
14074
14075 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
14076 M:      Hans de Goede <hdegoede@redhat.com>
14077 L:      linux-input@vger.kernel.org
14078 S:      Maintained
14079 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
14080 F:      drivers/input/keyboard/sun4i-lradc-keys.c
14081
14082 SUNDANCE NETWORK DRIVER
14083 M:      Denis Kirjanov <kda@linux-powerpc.org>
14084 L:      netdev@vger.kernel.org
14085 S:      Maintained
14086 F:      drivers/net/ethernet/dlink/sundance.c
14087
14088 SUPERH
14089 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
14090 M:      Rich Felker <dalias@libc.org>
14091 L:      linux-sh@vger.kernel.org
14092 Q:      http://patchwork.kernel.org/project/linux-sh/list/
14093 S:      Maintained
14094 F:      Documentation/sh/
14095 F:      arch/sh/
14096 F:      drivers/sh/
14097
14098 SUSPEND TO RAM
14099 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
14100 M:      Len Brown <len.brown@intel.com>
14101 M:      Pavel Machek <pavel@ucw.cz>
14102 L:      linux-pm@vger.kernel.org
14103 B:      https://bugzilla.kernel.org
14104 S:      Supported
14105 F:      Documentation/power/
14106 F:      arch/x86/kernel/acpi/
14107 F:      drivers/base/power/
14108 F:      kernel/power/
14109 F:      include/linux/suspend.h
14110 F:      include/linux/freezer.h
14111 F:      include/linux/pm.h
14112
14113 SVGA HANDLING
14114 M:      Martin Mares <mj@ucw.cz>
14115 L:      linux-video@atrey.karlin.mff.cuni.cz
14116 S:      Maintained
14117 F:      Documentation/svga.txt
14118 F:      arch/x86/boot/video*
14119
14120 SWIOTLB SUBSYSTEM
14121 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14122 L:      iommu@lists.linux-foundation.org
14123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
14124 S:      Supported
14125 F:      kernel/dma/swiotlb.c
14126 F:      arch/*/kernel/pci-swiotlb.c
14127 F:      include/linux/swiotlb.h
14128
14129 SWITCHDEV
14130 M:      Jiri Pirko <jiri@resnulli.us>
14131 M:      Ivan Vecera <ivecera@redhat.com>
14132 L:      netdev@vger.kernel.org
14133 S:      Supported
14134 F:      net/switchdev/
14135 F:      include/net/switchdev.h
14136
14137 SY8106A REGULATOR DRIVER
14138 M:      Icenowy Zheng <icenowy@aosc.io>
14139 S:      Maintained
14140 F:      drivers/regulator/sy8106a-regulator.c
14141 F:      Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt
14142
14143 SYNC FILE FRAMEWORK
14144 M:      Sumit Semwal <sumit.semwal@linaro.org>
14145 R:      Gustavo Padovan <gustavo@padovan.org>
14146 S:      Maintained
14147 L:      linux-media@vger.kernel.org
14148 L:      dri-devel@lists.freedesktop.org
14149 F:      drivers/dma-buf/sync_*
14150 F:      drivers/dma-buf/dma-fence*
14151 F:      drivers/dma-buf/sw_sync.c
14152 F:      include/linux/sync_file.h
14153 F:      include/uapi/linux/sync_file.h
14154 F:      Documentation/sync_file.txt
14155 T:      git git://anongit.freedesktop.org/drm/drm-misc
14156
14157 SYNOPSYS ARC ARCHITECTURE
14158 M:      Vineet Gupta <vgupta@synopsys.com>
14159 L:      linux-snps-arc@lists.infradead.org
14160 S:      Supported
14161 F:      arch/arc/
14162 F:      Documentation/devicetree/bindings/arc/*
14163 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
14164 F:      drivers/clocksource/arc_timer.c
14165 F:      drivers/tty/serial/arc_uart.c
14166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
14167
14168 SYNOPSYS ARC HSDK SDP pll clock driver
14169 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14170 S:      Supported
14171 F:      drivers/clk/clk-hsdk-pll.c
14172 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
14173
14174 SYNOPSYS ARC SDP clock driver
14175 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14176 S:      Supported
14177 F:      drivers/clk/axs10x/*
14178 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
14179
14180 SYNOPSYS ARC SDP platform support
14181 M:      Alexey Brodkin <abrodkin@synopsys.com>
14182 S:      Supported
14183 F:      arch/arc/plat-axs10x
14184 F:      arch/arc/boot/dts/ax*
14185 F:      Documentation/devicetree/bindings/arc/axs10*
14186
14187 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
14188 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14189 S:      Supported
14190 F:      drivers/reset/reset-axs10x.c
14191 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
14192
14193 SYNOPSYS CREG GPIO DRIVER
14194 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14195 S:      Maintained
14196 F:      drivers/gpio/gpio-creg-snps.c
14197 F:      Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
14198
14199 SYNOPSYS DESIGNWARE 8250 UART DRIVER
14200 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14201 S:      Maintained
14202 F:      drivers/tty/serial/8250/8250_dw.c
14203
14204 SYNOPSYS DESIGNWARE APB GPIO DRIVER
14205 M:      Hoan Tran <hotran@apm.com>
14206 L:      linux-gpio@vger.kernel.org
14207 S:      Maintained
14208 F:      drivers/gpio/gpio-dwapb.c
14209 F:      Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
14210
14211 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
14212 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14213 S:      Maintained
14214 F:      drivers/dma/dwi-axi-dmac/
14215 F:      Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
14216
14217 SYNOPSYS DESIGNWARE DMAC DRIVER
14218 M:      Viresh Kumar <vireshk@kernel.org>
14219 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14220 S:      Maintained
14221 F:      include/linux/dma/dw.h
14222 F:      include/linux/platform_data/dma-dw.h
14223 F:      drivers/dma/dw/
14224
14225 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
14226 M:      Jose Abreu <Jose.Abreu@synopsys.com>
14227 L:      netdev@vger.kernel.org
14228 S:      Supported
14229 F:      drivers/net/ethernet/synopsys/
14230
14231 SYNOPSYS DESIGNWARE I2C DRIVER
14232 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
14233 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14234 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
14235 L:      linux-i2c@vger.kernel.org
14236 S:      Maintained
14237 F:      drivers/i2c/busses/i2c-designware-*
14238 F:      include/linux/platform_data/i2c-designware.h
14239
14240 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
14241 M:      Jaehoon Chung <jh80.chung@samsung.com>
14242 L:      linux-mmc@vger.kernel.org
14243 S:      Maintained
14244 F:      drivers/mmc/host/dw_mmc*
14245
14246 SYNOPSYS HSDK RESET CONTROLLER DRIVER
14247 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14248 S:      Supported
14249 F:      drivers/reset/reset-hsdk.c
14250 F:      include/dt-bindings/reset/snps,hsdk-reset.h
14251 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
14252
14253 SYSTEM CONFIGURATION (SYSCON)
14254 M:      Lee Jones <lee.jones@linaro.org>
14255 M:      Arnd Bergmann <arnd@arndb.de>
14256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
14257 S:      Supported
14258 F:      drivers/mfd/syscon.c
14259
14260 SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
14261 M:      Sudeep Holla <sudeep.holla@arm.com>
14262 L:      linux-arm-kernel@lists.infradead.org
14263 S:      Maintained
14264 F:      Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt
14265 F:      drivers/clk/clk-sc[mp]i.c
14266 F:      drivers/cpufreq/sc[mp]i-cpufreq.c
14267 F:      drivers/firmware/arm_scpi.c
14268 F:      drivers/firmware/arm_scmi/
14269 F:      include/linux/sc[mp]i_protocol.h
14270
14271 SYSTEM RESET/SHUTDOWN DRIVERS
14272 M:      Sebastian Reichel <sre@kernel.org>
14273 L:      linux-pm@vger.kernel.org
14274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
14275 S:      Maintained
14276 F:      Documentation/devicetree/bindings/power/reset/
14277 F:      drivers/power/reset/
14278
14279 SYSTEM TRACE MODULE CLASS
14280 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
14281 S:      Maintained
14282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
14283 F:      Documentation/trace/stm.rst
14284 F:      drivers/hwtracing/stm/
14285 F:      include/linux/stm.h
14286 F:      include/uapi/linux/stm.h
14287
14288 SYSV FILESYSTEM
14289 M:      Christoph Hellwig <hch@infradead.org>
14290 S:      Maintained
14291 F:      Documentation/filesystems/sysv-fs.txt
14292 F:      fs/sysv/
14293 F:      include/linux/sysv_fs.h
14294
14295 TARGET SUBSYSTEM
14296 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
14297 L:      linux-scsi@vger.kernel.org
14298 L:      target-devel@vger.kernel.org
14299 W:      http://www.linux-iscsi.org
14300 W:      http://groups.google.com/group/linux-iscsi-target-dev
14301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
14302 S:      Supported
14303 F:      drivers/target/
14304 F:      include/target/
14305 F:      Documentation/target/
14306
14307 TASKSTATS STATISTICS INTERFACE
14308 M:      Balbir Singh <bsingharora@gmail.com>
14309 S:      Maintained
14310 F:      Documentation/accounting/taskstats*
14311 F:      include/linux/taskstats*
14312 F:      kernel/taskstats.c
14313
14314 TC subsystem
14315 M:      Jamal Hadi Salim <jhs@mojatatu.com>
14316 M:      Cong Wang <xiyou.wangcong@gmail.com>
14317 M:      Jiri Pirko <jiri@resnulli.us>
14318 L:      netdev@vger.kernel.org
14319 S:      Maintained
14320 F:      include/net/pkt_cls.h
14321 F:      include/net/pkt_sched.h
14322 F:      include/net/tc_act/
14323 F:      include/uapi/linux/pkt_cls.h
14324 F:      include/uapi/linux/pkt_sched.h
14325 F:      include/uapi/linux/tc_act/
14326 F:      include/uapi/linux/tc_ematch/
14327 F:      net/sched/
14328
14329 TC90522 MEDIA DRIVER
14330 M:      Akihiro Tsukada <tskd08@gmail.com>
14331 L:      linux-media@vger.kernel.org
14332 S:      Odd Fixes
14333 F:      drivers/media/dvb-frontends/tc90522*
14334
14335 TCP LOW PRIORITY MODULE
14336 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
14337 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
14338 W:      http://tcp-lp-mod.sourceforge.net/
14339 S:      Maintained
14340 F:      net/ipv4/tcp_lp.c
14341
14342 TDA10071 MEDIA DRIVER
14343 M:      Antti Palosaari <crope@iki.fi>
14344 L:      linux-media@vger.kernel.org
14345 W:      https://linuxtv.org
14346 W:      http://palosaari.fi/linux/
14347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14348 T:      git git://linuxtv.org/anttip/media_tree.git
14349 S:      Maintained
14350 F:      drivers/media/dvb-frontends/tda10071*
14351
14352 TDA18212 MEDIA DRIVER
14353 M:      Antti Palosaari <crope@iki.fi>
14354 L:      linux-media@vger.kernel.org
14355 W:      https://linuxtv.org
14356 W:      http://palosaari.fi/linux/
14357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14358 T:      git git://linuxtv.org/anttip/media_tree.git
14359 S:      Maintained
14360 F:      drivers/media/tuners/tda18212*
14361
14362 TDA18218 MEDIA DRIVER
14363 M:      Antti Palosaari <crope@iki.fi>
14364 L:      linux-media@vger.kernel.org
14365 W:      https://linuxtv.org
14366 W:      http://palosaari.fi/linux/
14367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14368 T:      git git://linuxtv.org/anttip/media_tree.git
14369 S:      Maintained
14370 F:      drivers/media/tuners/tda18218*
14371
14372 TDA18250 MEDIA DRIVER
14373 M:      Olli Salonen <olli.salonen@iki.fi>
14374 L:      linux-media@vger.kernel.org
14375 W:      https://linuxtv.org
14376 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14377 T:      git git://linuxtv.org/media_tree.git
14378 S:      Maintained
14379 F:      drivers/media/tuners/tda18250*
14380
14381 TDA18271 MEDIA DRIVER
14382 M:      Michael Krufky <mkrufky@linuxtv.org>
14383 L:      linux-media@vger.kernel.org
14384 W:      https://linuxtv.org
14385 W:      http://github.com/mkrufky
14386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14387 T:      git git://linuxtv.org/mkrufky/tuners.git
14388 S:      Maintained
14389 F:      drivers/media/tuners/tda18271*
14390
14391 TDA1997x MEDIA DRIVER
14392 M:      Tim Harvey <tharvey@gateworks.com>
14393 L:      linux-media@vger.kernel.org
14394 W:      https://linuxtv.org
14395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14396 S:      Maintained
14397 F:      drivers/media/i2c/tda1997x.*
14398
14399 TDA827x MEDIA DRIVER
14400 M:      Michael Krufky <mkrufky@linuxtv.org>
14401 L:      linux-media@vger.kernel.org
14402 W:      https://linuxtv.org
14403 W:      http://github.com/mkrufky
14404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14405 T:      git git://linuxtv.org/mkrufky/tuners.git
14406 S:      Maintained
14407 F:      drivers/media/tuners/tda8290.*
14408
14409 TDA8290 MEDIA DRIVER
14410 M:      Michael Krufky <mkrufky@linuxtv.org>
14411 L:      linux-media@vger.kernel.org
14412 W:      https://linuxtv.org
14413 W:      http://github.com/mkrufky
14414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14415 T:      git git://linuxtv.org/mkrufky/tuners.git
14416 S:      Maintained
14417 F:      drivers/media/tuners/tda8290.*
14418
14419 TDA9840 MEDIA DRIVER
14420 M:      Hans Verkuil <hverkuil@xs4all.nl>
14421 L:      linux-media@vger.kernel.org
14422 T:      git git://linuxtv.org/media_tree.git
14423 W:      https://linuxtv.org
14424 S:      Maintained
14425 F:      drivers/media/i2c/tda9840*
14426
14427 TEA5761 TUNER DRIVER
14428 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14429 L:      linux-media@vger.kernel.org
14430 W:      https://linuxtv.org
14431 T:      git git://linuxtv.org/media_tree.git
14432 S:      Odd fixes
14433 F:      drivers/media/tuners/tea5761.*
14434
14435 TEA5767 TUNER DRIVER
14436 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14437 L:      linux-media@vger.kernel.org
14438 W:      https://linuxtv.org
14439 T:      git git://linuxtv.org/media_tree.git
14440 S:      Maintained
14441 F:      drivers/media/tuners/tea5767.*
14442
14443 TEA6415C MEDIA DRIVER
14444 M:      Hans Verkuil <hverkuil@xs4all.nl>
14445 L:      linux-media@vger.kernel.org
14446 T:      git git://linuxtv.org/media_tree.git
14447 W:      https://linuxtv.org
14448 S:      Maintained
14449 F:      drivers/media/i2c/tea6415c*
14450
14451 TEA6420 MEDIA DRIVER
14452 M:      Hans Verkuil <hverkuil@xs4all.nl>
14453 L:      linux-media@vger.kernel.org
14454 T:      git git://linuxtv.org/media_tree.git
14455 W:      https://linuxtv.org
14456 S:      Maintained
14457 F:      drivers/media/i2c/tea6420*
14458
14459 TEAM DRIVER
14460 M:      Jiri Pirko <jiri@resnulli.us>
14461 L:      netdev@vger.kernel.org
14462 S:      Supported
14463 F:      drivers/net/team/
14464 F:      include/linux/if_team.h
14465 F:      include/uapi/linux/if_team.h
14466
14467 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
14468 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
14469 S:      Maintained
14470 F:      arch/x86/platform/ts5500/
14471
14472 TECHNOTREND USB IR RECEIVER
14473 M:      Sean Young <sean@mess.org>
14474 L:      linux-media@vger.kernel.org
14475 S:      Maintained
14476 F:      drivers/media/rc/ttusbir.c
14477
14478 TECHWELL TW9910 VIDEO DECODER
14479 L:      linux-media@vger.kernel.org
14480 S:      Orphan
14481 F:      drivers/media/i2c/tw9910.c
14482 F:      include/media/i2c/tw9910.h
14483
14484 TEE SUBSYSTEM
14485 M:      Jens Wiklander <jens.wiklander@linaro.org>
14486 S:      Maintained
14487 F:      include/linux/tee_drv.h
14488 F:      include/uapi/linux/tee.h
14489 F:      drivers/tee/
14490 F:      Documentation/tee.txt
14491
14492 TEGRA ARCHITECTURE SUPPORT
14493 M:      Thierry Reding <thierry.reding@gmail.com>
14494 M:      Jonathan Hunter <jonathanh@nvidia.com>
14495 L:      linux-tegra@vger.kernel.org
14496 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
14497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
14498 S:      Supported
14499 N:      [^a-z]tegra
14500
14501 TEGRA CLOCK DRIVER
14502 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
14503 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
14504 S:      Supported
14505 F:      drivers/clk/tegra/
14506
14507 TEGRA DMA DRIVERS
14508 M:      Laxman Dewangan <ldewangan@nvidia.com>
14509 M:      Jon Hunter <jonathanh@nvidia.com>
14510 S:      Supported
14511 F:      drivers/dma/tegra*
14512
14513 TEGRA I2C DRIVER
14514 M:      Laxman Dewangan <ldewangan@nvidia.com>
14515 S:      Supported
14516 F:      drivers/i2c/busses/i2c-tegra.c
14517
14518 TEGRA IOMMU DRIVERS
14519 M:      Thierry Reding <thierry.reding@gmail.com>
14520 L:      linux-tegra@vger.kernel.org
14521 S:      Supported
14522 F:      drivers/iommu/tegra*
14523
14524 TEGRA KBC DRIVER
14525 M:      Laxman Dewangan <ldewangan@nvidia.com>
14526 S:      Supported
14527 F:      drivers/input/keyboard/tegra-kbc.c
14528
14529 TEGRA NAND DRIVER
14530 M:      Stefan Agner <stefan@agner.ch>
14531 M:      Lucas Stach <dev@lynxeye.de>
14532 S:      Maintained
14533 F:      Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
14534 F:      drivers/mtd/nand/raw/tegra_nand.c
14535
14536 TEGRA PWM DRIVER
14537 M:      Thierry Reding <thierry.reding@gmail.com>
14538 S:      Supported
14539 F:      drivers/pwm/pwm-tegra.c
14540
14541 TEGRA SERIAL DRIVER
14542 M:      Laxman Dewangan <ldewangan@nvidia.com>
14543 S:      Supported
14544 F:      drivers/tty/serial/serial-tegra.c
14545
14546 TEGRA SPI DRIVER
14547 M:      Laxman Dewangan <ldewangan@nvidia.com>
14548 S:      Supported
14549 F:      drivers/spi/spi-tegra*
14550
14551 TEHUTI ETHERNET DRIVER
14552 M:      Andy Gospodarek <andy@greyhouse.net>
14553 L:      netdev@vger.kernel.org
14554 S:      Supported
14555 F:      drivers/net/ethernet/tehuti/*
14556
14557 Telecom Clock Driver for MCPL0010
14558 M:      Mark Gross <mark.gross@intel.com>
14559 S:      Supported
14560 F:      drivers/char/tlclk.c
14561
14562 TENSILICA XTENSA PORT (xtensa)
14563 M:      Chris Zankel <chris@zankel.net>
14564 M:      Max Filippov <jcmvbkbc@gmail.com>
14565 L:      linux-xtensa@linux-xtensa.org
14566 T:      git git://github.com/czankel/xtensa-linux.git
14567 S:      Maintained
14568 F:      arch/xtensa/
14569 F:      drivers/irqchip/irq-xtensa-*
14570
14571 Texas Instruments' System Control Interface (TISCI) Protocol Driver
14572 M:      Nishanth Menon <nm@ti.com>
14573 M:      Tero Kristo <t-kristo@ti.com>
14574 M:      Santosh Shilimkar <ssantosh@kernel.org>
14575 L:      linux-arm-kernel@lists.infradead.org
14576 S:      Maintained
14577 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
14578 F:      drivers/firmware/ti_sci*
14579 F:      include/linux/soc/ti/ti_sci_protocol.h
14580 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
14581 F:      include/dt-bindings/genpd/k2g.h
14582 F:      drivers/soc/ti/ti_sci_pm_domains.c
14583 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
14584 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
14585 F:      drivers/clk/keystone/sci-clk.c
14586 F:      drivers/reset/reset-ti-sci.c
14587
14588 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
14589 M:      Hans Verkuil <hverkuil@xs4all.nl>
14590 L:      linux-media@vger.kernel.org
14591 T:      git git://linuxtv.org/media_tree.git
14592 W:      https://linuxtv.org
14593 S:      Maintained
14594 F:      drivers/media/radio/radio-raremono.c
14595
14596 THERMAL
14597 M:      Zhang Rui <rui.zhang@intel.com>
14598 M:      Eduardo Valentin <edubezval@gmail.com>
14599 R:      Daniel Lezcano <daniel.lezcano@linaro.org>
14600 L:      linux-pm@vger.kernel.org
14601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
14602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
14603 Q:      https://patchwork.kernel.org/project/linux-pm/list/
14604 S:      Supported
14605 F:      drivers/thermal/
14606 F:      include/linux/thermal.h
14607 F:      include/uapi/linux/thermal.h
14608 F:      include/linux/cpu_cooling.h
14609 F:      Documentation/devicetree/bindings/thermal/
14610
14611 THERMAL/CPU_COOLING
14612 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
14613 M:      Viresh Kumar <viresh.kumar@linaro.org>
14614 M:      Javi Merino <javi.merino@kernel.org>
14615 L:      linux-pm@vger.kernel.org
14616 S:      Supported
14617 F:      Documentation/thermal/cpu-cooling-api.txt
14618 F:      drivers/thermal/cpu_cooling.c
14619 F:      include/linux/cpu_cooling.h
14620
14621 THINKPAD ACPI EXTRAS DRIVER
14622 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
14623 L:      ibm-acpi-devel@lists.sourceforge.net
14624 L:      platform-driver-x86@vger.kernel.org
14625 W:      http://ibm-acpi.sourceforge.net
14626 W:      http://thinkwiki.org/wiki/Ibm-acpi
14627 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
14628 S:      Maintained
14629 F:      drivers/platform/x86/thinkpad_acpi.c
14630
14631 THUNDERBOLT DRIVER
14632 M:      Andreas Noever <andreas.noever@gmail.com>
14633 M:      Michael Jamet <michael.jamet@intel.com>
14634 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
14635 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
14636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
14637 S:      Maintained
14638 F:      Documentation/admin-guide/thunderbolt.rst
14639 F:      drivers/thunderbolt/
14640 F:      include/linux/thunderbolt.h
14641
14642 THUNDERBOLT NETWORK DRIVER
14643 M:      Michael Jamet <michael.jamet@intel.com>
14644 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
14645 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
14646 L:      netdev@vger.kernel.org
14647 S:      Maintained
14648 F:      drivers/net/thunderbolt.c
14649
14650 THUNDERX GPIO DRIVER
14651 M:      David Daney <david.daney@cavium.com>
14652 S:      Maintained
14653 F:      drivers/gpio/gpio-thunderx.c
14654
14655 TI AM437X VPFE DRIVER
14656 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
14657 L:      linux-media@vger.kernel.org
14658 W:      https://linuxtv.org
14659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14660 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
14661 S:      Maintained
14662 F:      drivers/media/platform/am437x/
14663
14664 TI BANDGAP AND THERMAL DRIVER
14665 M:      Eduardo Valentin <edubezval@gmail.com>
14666 M:      Keerthy <j-keerthy@ti.com>
14667 L:      linux-pm@vger.kernel.org
14668 L:      linux-omap@vger.kernel.org
14669 S:      Maintained
14670 F:      drivers/thermal/ti-soc-thermal/
14671
14672 TI BQ27XXX POWER SUPPLY DRIVER
14673 R:      Andrew F. Davis <afd@ti.com>
14674 F:      include/linux/power/bq27xxx_battery.h
14675 F:      drivers/power/supply/bq27xxx_battery.c
14676 F:      drivers/power/supply/bq27xxx_battery_i2c.c
14677
14678 TI CDCE706 CLOCK DRIVER
14679 M:      Max Filippov <jcmvbkbc@gmail.com>
14680 S:      Maintained
14681 F:      drivers/clk/clk-cdce706.c
14682
14683 TI CLOCK DRIVER
14684 M:      Tero Kristo <t-kristo@ti.com>
14685 L:      linux-omap@vger.kernel.org
14686 S:      Maintained
14687 F:      drivers/clk/ti/
14688 F:      include/linux/clk/ti.h
14689
14690 TI DAVINCI MACHINE SUPPORT
14691 M:      Sekhar Nori <nsekhar@ti.com>
14692 M:      Kevin Hilman <khilman@kernel.org>
14693 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
14695 S:      Supported
14696 F:      arch/arm/mach-davinci/
14697 F:      drivers/i2c/busses/i2c-davinci.c
14698 F:      arch/arm/boot/dts/da850*
14699
14700 TI DAVINCI SERIES CLOCK DRIVER
14701 M:      David Lechner <david@lechnology.com>
14702 R:      Sekhar Nori <nsekhar@ti.com>
14703 S:      Maintained
14704 F:      Documentation/devicetree/bindings/clock/ti/davinci/
14705 F:      drivers/clk/davinci/
14706
14707 TI DAVINCI SERIES GPIO DRIVER
14708 M:      Keerthy <j-keerthy@ti.com>
14709 L:      linux-gpio@vger.kernel.org
14710 S:      Maintained
14711 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
14712 F:      drivers/gpio/gpio-davinci.c
14713
14714 TI DAVINCI SERIES MEDIA DRIVER
14715 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
14716 L:      linux-media@vger.kernel.org
14717 W:      https://linuxtv.org
14718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14719 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
14720 S:      Maintained
14721 F:      drivers/media/platform/davinci/
14722 F:      include/media/davinci/
14723
14724 TI ETHERNET SWITCH DRIVER (CPSW)
14725 R:      Grygorii Strashko <grygorii.strashko@ti.com>
14726 L:      linux-omap@vger.kernel.org
14727 L:      netdev@vger.kernel.org
14728 S:      Maintained
14729 F:      drivers/net/ethernet/ti/cpsw*
14730 F:      drivers/net/ethernet/ti/davinci*
14731
14732 TI FLASH MEDIA INTERFACE DRIVER
14733 M:      Alex Dubov <oakad@yahoo.com>
14734 S:      Maintained
14735 F:      drivers/misc/tifm*
14736 F:      drivers/mmc/host/tifm_sd.c
14737 F:      include/linux/tifm.h
14738
14739 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
14740 M:      Santosh Shilimkar <ssantosh@kernel.org>
14741 L:      linux-kernel@vger.kernel.org
14742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14743 S:      Maintained
14744 F:      drivers/soc/ti/*
14745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
14746
14747 TI LM49xxx FAMILY ASoC CODEC DRIVERS
14748 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
14749 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
14750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14751 S:      Maintained
14752 F:      sound/soc/codecs/lm49453*
14753 F:      sound/soc/codecs/isabelle*
14754
14755 TI LP855x BACKLIGHT DRIVER
14756 M:      Milo Kim <milo.kim@ti.com>
14757 S:      Maintained
14758 F:      Documentation/backlight/lp855x-driver.txt
14759 F:      drivers/video/backlight/lp855x_bl.c
14760 F:      include/linux/platform_data/lp855x.h
14761
14762 TI LP8727 CHARGER DRIVER
14763 M:      Milo Kim <milo.kim@ti.com>
14764 S:      Maintained
14765 F:      drivers/power/supply/lp8727_charger.c
14766 F:      include/linux/platform_data/lp8727.h
14767
14768 TI LP8788 MFD DRIVER
14769 M:      Milo Kim <milo.kim@ti.com>
14770 S:      Maintained
14771 F:      drivers/iio/adc/lp8788_adc.c
14772 F:      drivers/leds/leds-lp8788.c
14773 F:      drivers/mfd/lp8788*.c
14774 F:      drivers/power/supply/lp8788-charger.c
14775 F:      drivers/regulator/lp8788-*.c
14776 F:      include/linux/mfd/lp8788*.h
14777
14778 TI NETCP ETHERNET DRIVER
14779 M:      Wingman Kwok <w-kwok2@ti.com>
14780 M:      Murali Karicheri <m-karicheri2@ti.com>
14781 L:      netdev@vger.kernel.org
14782 S:      Maintained
14783 F:      drivers/net/ethernet/ti/netcp*
14784
14785 TI PCM3060 ASoC CODEC DRIVER
14786 M:      Kirill Marinushkin <kmarinushkin@birdec.tech>
14787 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14788 S:      Maintained
14789 F:      Documentation/devicetree/bindings/sound/pcm3060.txt
14790 F:      sound/soc/codecs/pcm3060*
14791
14792 TI TAS571X FAMILY ASoC CODEC DRIVER
14793 M:      Kevin Cernekee <cernekee@chromium.org>
14794 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14795 S:      Odd Fixes
14796 F:      sound/soc/codecs/tas571x*
14797
14798 TI TRF7970A NFC DRIVER
14799 M:      Mark Greer <mgreer@animalcreek.com>
14800 L:      linux-wireless@vger.kernel.org
14801 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
14802 S:      Supported
14803 F:      drivers/nfc/trf7970a.c
14804 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
14805
14806 TI TWL4030 SERIES SOC CODEC DRIVER
14807 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
14808 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14809 S:      Maintained
14810 F:      sound/soc/codecs/twl4030*
14811
14812 TI VPE/CAL DRIVERS
14813 M:      Benoit Parrot <bparrot@ti.com>
14814 L:      linux-media@vger.kernel.org
14815 W:      http://linuxtv.org/
14816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14817 S:      Maintained
14818 F:      drivers/media/platform/ti-vpe/
14819
14820 TI WILINK WIRELESS DRIVERS
14821 L:      linux-wireless@vger.kernel.org
14822 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
14823 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
14824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
14825 S:      Orphan
14826 F:      drivers/net/wireless/ti/
14827 F:      include/linux/wl12xx.h
14828
14829 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
14830 M:      John Stultz <john.stultz@linaro.org>
14831 M:      Thomas Gleixner <tglx@linutronix.de>
14832 R:      Stephen Boyd <sboyd@kernel.org>
14833 L:      linux-kernel@vger.kernel.org
14834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
14835 S:      Supported
14836 F:      include/linux/clocksource.h
14837 F:      include/linux/time.h
14838 F:      include/linux/timex.h
14839 F:      include/uapi/linux/time.h
14840 F:      include/uapi/linux/timex.h
14841 F:      kernel/time/clocksource.c
14842 F:      kernel/time/time*.c
14843 F:      kernel/time/alarmtimer.c
14844 F:      kernel/time/ntp.c
14845 F:      tools/testing/selftests/timers/
14846
14847 TIPC NETWORK LAYER
14848 M:      Jon Maloy <jon.maloy@ericsson.com>
14849 M:      Ying Xue <ying.xue@windriver.com>
14850 L:      netdev@vger.kernel.org (core kernel code)
14851 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
14852 W:      http://tipc.sourceforge.net/
14853 S:      Maintained
14854 F:      include/uapi/linux/tipc*.h
14855 F:      net/tipc/
14856
14857 TLAN NETWORK DRIVER
14858 M:      Samuel Chessman <chessman@tux.org>
14859 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
14860 W:      http://sourceforge.net/projects/tlan/
14861 S:      Maintained
14862 F:      Documentation/networking/tlan.txt
14863 F:      drivers/net/ethernet/ti/tlan.*
14864
14865 TM6000 VIDEO4LINUX DRIVER
14866 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14867 L:      linux-media@vger.kernel.org
14868 W:      https://linuxtv.org
14869 T:      git git://linuxtv.org/media_tree.git
14870 S:      Odd fixes
14871 F:      drivers/media/usb/tm6000/
14872 F:      Documentation/media/v4l-drivers/tm6000*
14873
14874 TMIO/SDHI MMC DRIVER
14875 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
14876 L:      linux-mmc@vger.kernel.org
14877 S:      Supported
14878 F:      drivers/mmc/host/tmio_mmc*
14879 F:      drivers/mmc/host/renesas_sdhi*
14880 F:      include/linux/mfd/tmio.h
14881
14882 TMP401 HARDWARE MONITOR DRIVER
14883 M:      Guenter Roeck <linux@roeck-us.net>
14884 L:      linux-hwmon@vger.kernel.org
14885 S:      Maintained
14886 F:      Documentation/hwmon/tmp401
14887 F:      drivers/hwmon/tmp401.c
14888
14889 TMPFS (SHMEM FILESYSTEM)
14890 M:      Hugh Dickins <hughd@google.com>
14891 L:      linux-mm@kvack.org
14892 S:      Maintained
14893 F:      include/linux/shmem_fs.h
14894 F:      mm/shmem.c
14895
14896 TOMOYO SECURITY MODULE
14897 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
14898 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
14899 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
14900 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
14901 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
14902 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
14903 W:      http://tomoyo.sourceforge.jp/
14904 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
14905 S:      Maintained
14906 F:      security/tomoyo/
14907
14908 TOPSTAR LAPTOP EXTRAS DRIVER
14909 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
14910 L:      platform-driver-x86@vger.kernel.org
14911 S:      Maintained
14912 F:      drivers/platform/x86/topstar-laptop.c
14913
14914 TORTURE-TEST MODULES
14915 M:      Davidlohr Bueso <dave@stgolabs.net>
14916 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
14917 M:      Josh Triplett <josh@joshtriplett.org>
14918 L:      linux-kernel@vger.kernel.org
14919 S:      Supported
14920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
14921 F:      Documentation/RCU/torture.txt
14922 F:      kernel/torture.c
14923 F:      kernel/rcu/rcutorture.c
14924 F:      kernel/rcu/rcuperf.c
14925 F:      kernel/locking/locktorture.c
14926
14927 TOSHIBA ACPI EXTRAS DRIVER
14928 M:      Azael Avalos <coproscefalo@gmail.com>
14929 L:      platform-driver-x86@vger.kernel.org
14930 S:      Maintained
14931 F:      drivers/platform/x86/toshiba_acpi.c
14932
14933 TOSHIBA BLUETOOTH DRIVER
14934 M:      Azael Avalos <coproscefalo@gmail.com>
14935 L:      platform-driver-x86@vger.kernel.org
14936 S:      Maintained
14937 F:      drivers/platform/x86/toshiba_bluetooth.c
14938
14939 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
14940 M:      Azael Avalos <coproscefalo@gmail.com>
14941 L:      platform-driver-x86@vger.kernel.org
14942 S:      Maintained
14943 F:      drivers/platform/x86/toshiba_haps.c
14944
14945 TOSHIBA SMM DRIVER
14946 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
14947 W:      http://www.buzzard.org.uk/toshiba/
14948 S:      Maintained
14949 F:      drivers/char/toshiba.c
14950 F:      include/linux/toshiba.h
14951 F:      include/uapi/linux/toshiba.h
14952
14953 TOSHIBA TC358743 DRIVER
14954 M:      Mats Randgaard <matrandg@cisco.com>
14955 L:      linux-media@vger.kernel.org
14956 S:      Maintained
14957 F:      drivers/media/i2c/tc358743*
14958 F:      include/media/i2c/tc358743.h
14959
14960 TOSHIBA WMI HOTKEYS DRIVER
14961 M:      Azael Avalos <coproscefalo@gmail.com>
14962 L:      platform-driver-x86@vger.kernel.org
14963 S:      Maintained
14964 F:      drivers/platform/x86/toshiba-wmi.c
14965
14966 TPM DEVICE DRIVER
14967 M:      Peter Huewe <peterhuewe@gmx.de>
14968 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
14969 R:      Jason Gunthorpe <jgg@ziepe.ca>
14970 L:      linux-integrity@vger.kernel.org
14971 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
14972 W:      https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
14973 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
14974 S:      Maintained
14975 F:      drivers/char/tpm/
14976
14977 TRACING
14978 M:      Steven Rostedt <rostedt@goodmis.org>
14979 M:      Ingo Molnar <mingo@redhat.com>
14980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
14981 S:      Maintained
14982 F:      Documentation/trace/ftrace.rst
14983 F:      arch/*/*/*/ftrace.h
14984 F:      arch/*/kernel/ftrace.c
14985 F:      include/*/ftrace.h
14986 F:      include/linux/trace*.h
14987 F:      include/trace/
14988 F:      kernel/trace/
14989 F:      tools/testing/selftests/ftrace/
14990
14991 TRACING MMIO ACCESSES (MMIOTRACE)
14992 M:      Steven Rostedt <rostedt@goodmis.org>
14993 M:      Ingo Molnar <mingo@kernel.org>
14994 R:      Karol Herbst <karolherbst@gmail.com>
14995 R:      Pekka Paalanen <ppaalanen@gmail.com>
14996 S:      Maintained
14997 L:      linux-kernel@vger.kernel.org
14998 L:      nouveau@lists.freedesktop.org
14999 F:      kernel/trace/trace_mmiotrace.c
15000 F:      include/linux/mmiotrace.h
15001 F:      arch/x86/mm/kmmio.c
15002 F:      arch/x86/mm/mmio-mod.c
15003 F:      arch/x86/mm/testmmiotrace.c
15004
15005 TRIVIAL PATCHES
15006 M:      Jiri Kosina <trivial@kernel.org>
15007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
15008 S:      Maintained
15009 K:      ^Subject:.*(?i)trivial
15010
15011 TEMPO SEMICONDUCTOR DRIVERS
15012 M:      Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
15013 S:      Maintained
15014 F:      sound/soc/codecs/tscs*.c
15015 F:      sound/soc/codecs/tscs*.h
15016 F:      Documentation/devicetree/bindings/sound/tscs*.txt
15017
15018 TTY LAYER
15019 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15020 M:      Jiri Slaby <jslaby@suse.com>
15021 S:      Supported
15022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
15023 F:      Documentation/serial/
15024 F:      drivers/tty/
15025 F:      drivers/tty/serial/serial_core.c
15026 F:      include/linux/serial_core.h
15027 F:      include/linux/serial.h
15028 F:      include/linux/tty.h
15029 F:      include/uapi/linux/serial_core.h
15030 F:      include/uapi/linux/serial.h
15031 F:      include/uapi/linux/tty.h
15032
15033 TUA9001 MEDIA DRIVER
15034 M:      Antti Palosaari <crope@iki.fi>
15035 L:      linux-media@vger.kernel.org
15036 W:      https://linuxtv.org
15037 W:      http://palosaari.fi/linux/
15038 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15039 T:      git git://linuxtv.org/anttip/media_tree.git
15040 S:      Maintained
15041 F:      drivers/media/tuners/tua9001*
15042
15043 TULIP NETWORK DRIVERS
15044 L:      netdev@vger.kernel.org
15045 L:      linux-parisc@vger.kernel.org
15046 S:      Orphan
15047 F:      drivers/net/ethernet/dec/tulip/
15048
15049 TUN/TAP driver
15050 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
15051 W:      http://vtun.sourceforge.net/tun
15052 S:      Maintained
15053 F:      Documentation/networking/tuntap.txt
15054 F:      arch/um/os-Linux/drivers/
15055
15056 TURBOCHANNEL SUBSYSTEM
15057 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
15058 M:      Ralf Baechle <ralf@linux-mips.org>
15059 L:      linux-mips@linux-mips.org
15060 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
15061 S:      Maintained
15062 F:      drivers/tc/
15063 F:      include/linux/tc.h
15064
15065 TURBOSTAT UTILITY
15066 M:      "Len Brown" <lenb@kernel.org>
15067 L:      linux-pm@vger.kernel.org
15068 B:      https://bugzilla.kernel.org
15069 Q:      https://patchwork.kernel.org/project/linux-pm/list/
15070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
15071 S:      Supported
15072 F:      tools/power/x86/turbostat/
15073
15074 TW5864 VIDEO4LINUX DRIVER
15075 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
15076 M:      Anton Sviridenko <anton@corp.bluecherry.net>
15077 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
15078 M:      Andrey Utkin <andrey_utkin@fastmail.com>
15079 L:      linux-media@vger.kernel.org
15080 S:      Supported
15081 F:      drivers/media/pci/tw5864/
15082
15083 TW68 VIDEO4LINUX DRIVER
15084 M:      Hans Verkuil <hverkuil@xs4all.nl>
15085 L:      linux-media@vger.kernel.org
15086 T:      git git://linuxtv.org/media_tree.git
15087 W:      https://linuxtv.org
15088 S:      Odd Fixes
15089 F:      drivers/media/pci/tw68/
15090
15091 TW686X VIDEO4LINUX DRIVER
15092 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
15093 L:      linux-media@vger.kernel.org
15094 T:      git git://linuxtv.org/media_tree.git
15095 W:      http://linuxtv.org
15096 S:      Maintained
15097 F:      drivers/media/pci/tw686x/
15098
15099 UBI FILE SYSTEM (UBIFS)
15100 M:      Richard Weinberger <richard@nod.at>
15101 M:      Artem Bityutskiy <dedekind1@gmail.com>
15102 M:      Adrian Hunter <adrian.hunter@intel.com>
15103 L:      linux-mtd@lists.infradead.org
15104 T:      git git://git.infradead.org/ubifs-2.6.git
15105 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
15106 S:      Supported
15107 F:      Documentation/filesystems/ubifs.txt
15108 F:      fs/ubifs/
15109
15110 UCLINUX (M68KNOMMU AND COLDFIRE)
15111 M:      Greg Ungerer <gerg@linux-m68k.org>
15112 W:      http://www.linux-m68k.org/
15113 W:      http://www.uclinux.org/
15114 L:      linux-m68k@lists.linux-m68k.org
15115 L:      uclinux-dev@uclinux.org  (subscribers-only)
15116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
15117 S:      Maintained
15118 F:      arch/m68k/coldfire/
15119 F:      arch/m68k/68*/
15120 F:      arch/m68k/*/*_no.*
15121 F:      arch/m68k/include/asm/*_no.*
15122
15123 UDF FILESYSTEM
15124 M:      Jan Kara <jack@suse.com>
15125 S:      Maintained
15126 F:      Documentation/filesystems/udf.txt
15127 F:      fs/udf/
15128
15129 UDRAW TABLET
15130 M:      Bastien Nocera <hadess@hadess.net>
15131 L:      linux-input@vger.kernel.org
15132 S:      Maintained
15133 F:      drivers/hid/hid-udraw-ps3.c
15134
15135 UFS FILESYSTEM
15136 M:      Evgeniy Dushistov <dushistov@mail.ru>
15137 S:      Maintained
15138 F:      Documentation/filesystems/ufs.txt
15139 F:      fs/ufs/
15140
15141 UHID USERSPACE HID IO DRIVER:
15142 M:      David Herrmann <dh.herrmann@googlemail.com>
15143 L:      linux-input@vger.kernel.org
15144 S:      Maintained
15145 F:      drivers/hid/uhid.c
15146 F:      include/uapi/linux/uhid.h
15147
15148 ULPI BUS
15149 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
15150 L:      linux-usb@vger.kernel.org
15151 S:      Maintained
15152 F:      drivers/usb/common/ulpi.c
15153 F:      include/linux/ulpi/
15154
15155 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
15156 L:      linux-usb@vger.kernel.org
15157 S:      Orphan
15158 F:      drivers/uwb/
15159 F:      include/linux/uwb.h
15160 F:      include/linux/uwb/
15161
15162 UNICORE32 ARCHITECTURE:
15163 M:      Guan Xuetao <gxt@pku.edu.cn>
15164 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
15165 S:      Maintained
15166 T:      git git://github.com/gxt/linux.git
15167 F:      arch/unicore32/
15168
15169 UNIFDEF
15170 M:      Tony Finch <dot@dotat.at>
15171 W:      http://dotat.at/prog/unifdef
15172 S:      Maintained
15173 F:      scripts/unifdef.c
15174
15175 UNIFORM CDROM DRIVER
15176 M:      Jens Axboe <axboe@kernel.dk>
15177 W:      http://www.kernel.dk
15178 S:      Maintained
15179 F:      Documentation/cdrom/
15180 F:      drivers/cdrom/cdrom.c
15181 F:      include/linux/cdrom.h
15182 F:      include/uapi/linux/cdrom.h
15183
15184 UNISYS S-PAR DRIVERS
15185 M:      David Kershner <david.kershner@unisys.com>
15186 L:      sparmaintainer@unisys.com (Unisys internal)
15187 S:      Supported
15188 F:      include/linux/visorbus.h
15189 F:      drivers/visorbus/
15190 F:      drivers/staging/unisys/
15191
15192 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
15193 M:      Vinayak Holikatti <vinholikatti@gmail.com>
15194 L:      linux-scsi@vger.kernel.org
15195 S:      Supported
15196 F:      Documentation/scsi/ufs.txt
15197 F:      drivers/scsi/ufs/
15198
15199 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
15200 M:      Joao Pinto <jpinto@synopsys.com>
15201 L:      linux-scsi@vger.kernel.org
15202 S:      Supported
15203 F:      drivers/scsi/ufs/*dwc*
15204
15205 UNSORTED BLOCK IMAGES (UBI)
15206 M:      Artem Bityutskiy <dedekind1@gmail.com>
15207 M:      Richard Weinberger <richard@nod.at>
15208 W:      http://www.linux-mtd.infradead.org/
15209 L:      linux-mtd@lists.infradead.org
15210 T:      git git://git.infradead.org/ubifs-2.6.git
15211 S:      Supported
15212 F:      drivers/mtd/ubi/
15213 F:      include/linux/mtd/ubi.h
15214 F:      include/uapi/mtd/ubi-user.h
15215
15216 USB "USBNET" DRIVER FRAMEWORK
15217 M:      Oliver Neukum <oneukum@suse.com>
15218 L:      netdev@vger.kernel.org
15219 W:      http://www.linux-usb.org/usbnet
15220 S:      Maintained
15221 F:      drivers/net/usb/usbnet.c
15222 F:      include/linux/usb/usbnet.h
15223
15224 USB ACM DRIVER
15225 M:      Oliver Neukum <oneukum@suse.com>
15226 L:      linux-usb@vger.kernel.org
15227 S:      Maintained
15228 F:      Documentation/usb/acm.txt
15229 F:      drivers/usb/class/cdc-acm.*
15230
15231 USB AR5523 WIRELESS DRIVER
15232 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
15233 L:      linux-wireless@vger.kernel.org
15234 S:      Maintained
15235 F:      drivers/net/wireless/ath/ar5523/
15236
15237 USB ATTACHED SCSI
15238 M:      Oliver Neukum <oneukum@suse.com>
15239 L:      linux-usb@vger.kernel.org
15240 L:      linux-scsi@vger.kernel.org
15241 S:      Maintained
15242 F:      drivers/usb/storage/uas.c
15243
15244 USB CDC ETHERNET DRIVER
15245 M:      Oliver Neukum <oliver@neukum.org>
15246 L:      linux-usb@vger.kernel.org
15247 S:      Maintained
15248 F:      drivers/net/usb/cdc_*.c
15249 F:      include/uapi/linux/usb/cdc.h
15250
15251 USB CHAOSKEY DRIVER
15252 M:      Keith Packard <keithp@keithp.com>
15253 L:      linux-usb@vger.kernel.org
15254 S:      Maintained
15255 F:      drivers/usb/misc/chaoskey.c
15256
15257 USB CYPRESS C67X00 DRIVER
15258 M:      Peter Korsgaard <jacmet@sunsite.dk>
15259 L:      linux-usb@vger.kernel.org
15260 S:      Maintained
15261 F:      drivers/usb/c67x00/
15262
15263 USB DAVICOM DM9601 DRIVER
15264 M:      Peter Korsgaard <jacmet@sunsite.dk>
15265 L:      netdev@vger.kernel.org
15266 W:      http://www.linux-usb.org/usbnet
15267 S:      Maintained
15268 F:      drivers/net/usb/dm9601.c
15269
15270 USB DIAMOND RIO500 DRIVER
15271 M:      Cesar Miquel <miquel@df.uba.ar>
15272 L:      rio500-users@lists.sourceforge.net
15273 W:      http://rio500.sourceforge.net
15274 S:      Maintained
15275 F:      drivers/usb/misc/rio500*
15276
15277 USB EHCI DRIVER
15278 M:      Alan Stern <stern@rowland.harvard.edu>
15279 L:      linux-usb@vger.kernel.org
15280 S:      Maintained
15281 F:      Documentation/usb/ehci.txt
15282 F:      drivers/usb/host/ehci*
15283
15284 USB GADGET/PERIPHERAL SUBSYSTEM
15285 M:      Felipe Balbi <balbi@kernel.org>
15286 L:      linux-usb@vger.kernel.org
15287 W:      http://www.linux-usb.org/gadget
15288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
15289 S:      Maintained
15290 F:      drivers/usb/gadget/
15291 F:      include/linux/usb/gadget*
15292
15293 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
15294 M:      Jiri Kosina <jikos@kernel.org>
15295 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
15296 L:      linux-usb@vger.kernel.org
15297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
15298 S:      Maintained
15299 F:      Documentation/hid/hiddev.txt
15300 F:      drivers/hid/usbhid/
15301
15302 USB INTEL XHCI ROLE MUX DRIVER
15303 M:      Hans de Goede <hdegoede@redhat.com>
15304 L:      linux-usb@vger.kernel.org
15305 S:      Maintained
15306 F:      drivers/usb/roles/intel-xhci-usb-role-switch.c
15307
15308 USB ISP116X DRIVER
15309 M:      Olav Kongas <ok@artecdesign.ee>
15310 L:      linux-usb@vger.kernel.org
15311 S:      Maintained
15312 F:      drivers/usb/host/isp116x*
15313 F:      include/linux/usb/isp116x.h
15314
15315 USB LAN78XX ETHERNET DRIVER
15316 M:      Woojung Huh <woojung.huh@microchip.com>
15317 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
15318 L:      netdev@vger.kernel.org
15319 S:      Maintained
15320 F:      Documentation/devicetree/bindings/net/microchip,lan78xx.txt
15321 F:      drivers/net/usb/lan78xx.*
15322 F:      include/dt-bindings/net/microchip-lan78xx.h
15323
15324 USB MASS STORAGE DRIVER
15325 M:      Alan Stern <stern@rowland.harvard.edu>
15326 L:      linux-usb@vger.kernel.org
15327 L:      usb-storage@lists.one-eyed-alien.net
15328 S:      Maintained
15329 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
15330 F:      drivers/usb/storage/
15331
15332 USB MIDI DRIVER
15333 M:      Clemens Ladisch <clemens@ladisch.de>
15334 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15335 T:      git git://git.alsa-project.org/alsa-kernel.git
15336 S:      Maintained
15337 F:      sound/usb/midi.*
15338
15339 USB NETWORKING DRIVERS
15340 L:      linux-usb@vger.kernel.org
15341 S:      Odd Fixes
15342 F:      drivers/net/usb/
15343
15344 USB OHCI DRIVER
15345 M:      Alan Stern <stern@rowland.harvard.edu>
15346 L:      linux-usb@vger.kernel.org
15347 S:      Maintained
15348 F:      Documentation/usb/ohci.txt
15349 F:      drivers/usb/host/ohci*
15350
15351 USB OTG FSM (Finite State Machine)
15352 M:      Peter Chen <Peter.Chen@nxp.com>
15353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
15354 L:      linux-usb@vger.kernel.org
15355 S:      Maintained
15356 F:      drivers/usb/common/usb-otg-fsm.c
15357
15358 USB OVER IP DRIVER
15359 M:      Valentina Manea <valentina.manea.m@gmail.com>
15360 M:      Shuah Khan <shuah@kernel.org>
15361 L:      linux-usb@vger.kernel.org
15362 S:      Maintained
15363 F:      Documentation/usb/usbip_protocol.txt
15364 F:      drivers/usb/usbip/
15365 F:      tools/usb/usbip/
15366 F:      tools/testing/selftests/drivers/usb/usbip/
15367
15368 USB PEGASUS DRIVER
15369 M:      Petko Manolov <petkan@nucleusys.com>
15370 L:      linux-usb@vger.kernel.org
15371 L:      netdev@vger.kernel.org
15372 T:      git git://github.com/petkan/pegasus.git
15373 W:      https://github.com/petkan/pegasus
15374 S:      Maintained
15375 F:      drivers/net/usb/pegasus.*
15376
15377 USB PHY LAYER
15378 M:      Felipe Balbi <balbi@kernel.org>
15379 L:      linux-usb@vger.kernel.org
15380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
15381 S:      Maintained
15382 F:      drivers/usb/phy/
15383
15384 USB PRINTER DRIVER (usblp)
15385 M:      Pete Zaitcev <zaitcev@redhat.com>
15386 L:      linux-usb@vger.kernel.org
15387 S:      Supported
15388 F:      drivers/usb/class/usblp.c
15389
15390 USB QMI WWAN NETWORK DRIVER
15391 M:      Bjørn Mork <bjorn@mork.no>
15392 L:      netdev@vger.kernel.org
15393 S:      Maintained
15394 F:      Documentation/ABI/testing/sysfs-class-net-qmi
15395 F:      drivers/net/usb/qmi_wwan.c
15396
15397 USB RTL8150 DRIVER
15398 M:      Petko Manolov <petkan@nucleusys.com>
15399 L:      linux-usb@vger.kernel.org
15400 L:      netdev@vger.kernel.org
15401 T:      git git://github.com/petkan/rtl8150.git
15402 W:      https://github.com/petkan/rtl8150
15403 S:      Maintained
15404 F:      drivers/net/usb/rtl8150.c
15405
15406 USB SERIAL SUBSYSTEM
15407 M:      Johan Hovold <johan@kernel.org>
15408 L:      linux-usb@vger.kernel.org
15409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
15410 S:      Maintained
15411 F:      Documentation/usb/usb-serial.txt
15412 F:      drivers/usb/serial/
15413 F:      include/linux/usb/serial.h
15414
15415 USB SMSC75XX ETHERNET DRIVER
15416 M:      Steve Glendinning <steve.glendinning@shawell.net>
15417 L:      netdev@vger.kernel.org
15418 S:      Maintained
15419 F:      drivers/net/usb/smsc75xx.*
15420
15421 USB SMSC95XX ETHERNET DRIVER
15422 M:      Steve Glendinning <steve.glendinning@shawell.net>
15423 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
15424 L:      netdev@vger.kernel.org
15425 S:      Maintained
15426 F:      drivers/net/usb/smsc95xx.*
15427
15428 USB SUBSYSTEM
15429 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15430 L:      linux-usb@vger.kernel.org
15431 W:      http://www.linux-usb.org
15432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
15433 S:      Supported
15434 F:      Documentation/devicetree/bindings/usb/
15435 F:      Documentation/usb/
15436 F:      drivers/usb/
15437 F:      include/linux/usb.h
15438 F:      include/linux/usb/
15439
15440 USB TYPEC PI3USB30532 MUX DRIVER
15441 M:      Hans de Goede <hdegoede@redhat.com>
15442 L:      linux-usb@vger.kernel.org
15443 S:      Maintained
15444 F:      drivers/usb/typec/mux/pi3usb30532.c
15445
15446 USB TYPEC CLASS
15447 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
15448 L:      linux-usb@vger.kernel.org
15449 S:      Maintained
15450 F:      Documentation/ABI/testing/sysfs-class-typec
15451 F:      Documentation/driver-api/usb/typec.rst
15452 F:      drivers/usb/typec/
15453 F:      include/linux/usb/typec.h
15454
15455 USB TYPEC BUS FOR ALTERNATE MODES
15456 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
15457 L:      linux-usb@vger.kernel.org
15458 S:      Maintained
15459 F:      Documentation/ABI/testing/sysfs-bus-typec
15460 F:      Documentation/driver-api/usb/typec_bus.rst
15461 F:      drivers/usb/typec/altmodes/
15462 F:      include/linux/usb/typec_altmode.h
15463
15464 USB TYPEC PORT CONTROLLER DRIVERS
15465 M:      Guenter Roeck <linux@roeck-us.net>
15466 L:      linux-usb@vger.kernel.org
15467 S:      Maintained
15468 F:      drivers/usb/typec/tcpm/
15469
15470 USB UHCI DRIVER
15471 M:      Alan Stern <stern@rowland.harvard.edu>
15472 L:      linux-usb@vger.kernel.org
15473 S:      Maintained
15474 F:      drivers/usb/host/uhci*
15475
15476 USB VIDEO CLASS
15477 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15478 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
15479 L:      linux-media@vger.kernel.org
15480 T:      git git://linuxtv.org/media_tree.git
15481 W:      http://www.ideasonboard.org/uvc/
15482 S:      Maintained
15483 F:      drivers/media/usb/uvc/
15484 F:      include/uapi/linux/uvcvideo.h
15485
15486 USB VISION DRIVER
15487 M:      Hans Verkuil <hverkuil@xs4all.nl>
15488 L:      linux-media@vger.kernel.org
15489 T:      git git://linuxtv.org/media_tree.git
15490 W:      https://linuxtv.org
15491 S:      Odd Fixes
15492 F:      drivers/media/usb/usbvision/
15493
15494 USB WEBCAM GADGET
15495 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15496 L:      linux-usb@vger.kernel.org
15497 S:      Maintained
15498 F:      drivers/usb/gadget/function/*uvc*
15499 F:      drivers/usb/gadget/legacy/webcam.c
15500 F:      include/uapi/linux/usb/g_uvc.h
15501
15502 USB WIRELESS RNDIS DRIVER (rndis_wlan)
15503 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
15504 L:      linux-wireless@vger.kernel.org
15505 S:      Maintained
15506 F:      drivers/net/wireless/rndis_wlan.c
15507
15508 USB XHCI DRIVER
15509 M:      Mathias Nyman <mathias.nyman@intel.com>
15510 L:      linux-usb@vger.kernel.org
15511 S:      Supported
15512 F:      drivers/usb/host/xhci*
15513 F:      drivers/usb/host/pci-quirks*
15514
15515 USB ZD1201 DRIVER
15516 L:      linux-wireless@vger.kernel.org
15517 W:      http://linux-lc100020.sourceforge.net
15518 S:      Orphan
15519 F:      drivers/net/wireless/zydas/zd1201.*
15520
15521 USB ZR364XX DRIVER
15522 M:      Antoine Jacquet <royale@zerezo.com>
15523 L:      linux-usb@vger.kernel.org
15524 L:      linux-media@vger.kernel.org
15525 T:      git git://linuxtv.org/media_tree.git
15526 W:      http://royale.zerezo.com/zr364xx/
15527 S:      Maintained
15528 F:      Documentation/media/v4l-drivers/zr364xx*
15529 F:      drivers/media/usb/zr364xx/
15530
15531 USER-MODE LINUX (UML)
15532 M:      Jeff Dike <jdike@addtoit.com>
15533 M:      Richard Weinberger <richard@nod.at>
15534 L:      linux-um@lists.infradead.org
15535 W:      http://user-mode-linux.sourceforge.net
15536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
15537 S:      Maintained
15538 F:      Documentation/virtual/uml/
15539 F:      arch/um/
15540 F:      arch/x86/um/
15541 F:      fs/hostfs/
15542 F:      fs/hppfs/
15543
15544 USERSPACE COPYIN/COPYOUT (UIOVEC)
15545 M:      Alexander Viro <viro@zeniv.linux.org.uk>
15546 S:      Maintained
15547 F:      lib/iov_iter.c
15548 F:      include/linux/uio.h
15549
15550 USERSPACE DMA BUFFER DRIVER
15551 M:      Gerd Hoffmann <kraxel@redhat.com>
15552 S:      Maintained
15553 L:      dri-devel@lists.freedesktop.org
15554 F:      drivers/dma-buf/udmabuf.c
15555 F:      include/uapi/linux/udmabuf.h
15556 T:      git git://anongit.freedesktop.org/drm/drm-misc
15557
15558 USERSPACE I/O (UIO)
15559 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15560 S:      Maintained
15561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
15562 F:      Documentation/driver-api/uio-howto.rst
15563 F:      drivers/uio/
15564 F:      include/linux/uio_driver.h
15565
15566 UTIL-LINUX PACKAGE
15567 M:      Karel Zak <kzak@redhat.com>
15568 L:      util-linux@vger.kernel.org
15569 W:      http://en.wikipedia.org/wiki/Util-linux
15570 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
15571 S:      Maintained
15572
15573 UUID HELPERS
15574 M:      Christoph Hellwig <hch@lst.de>
15575 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
15576 L:      linux-kernel@vger.kernel.org
15577 T:      git git://git.infradead.org/users/hch/uuid.git
15578 F:      lib/uuid.c
15579 F:      lib/test_uuid.c
15580 F:      include/linux/uuid.h
15581 F:      include/uapi/linux/uuid.h
15582 S:      Maintained
15583
15584 UVESAFB DRIVER
15585 M:      Michal Januszewski <spock@gentoo.org>
15586 L:      linux-fbdev@vger.kernel.org
15587 W:      https://github.com/mjanusz/v86d
15588 S:      Maintained
15589 F:      Documentation/fb/uvesafb.txt
15590 F:      drivers/video/fbdev/uvesafb.*
15591
15592 VF610 NAND DRIVER
15593 M:      Stefan Agner <stefan@agner.ch>
15594 L:      linux-mtd@lists.infradead.org
15595 S:      Supported
15596 F:      drivers/mtd/nand/raw/vf610_nfc.c
15597
15598 VFAT/FAT/MSDOS FILESYSTEM
15599 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
15600 S:      Maintained
15601 F:      Documentation/filesystems/vfat.txt
15602 F:      fs/fat/
15603
15604 VFIO DRIVER
15605 M:      Alex Williamson <alex.williamson@redhat.com>
15606 L:      kvm@vger.kernel.org
15607 T:      git git://github.com/awilliam/linux-vfio.git
15608 S:      Maintained
15609 F:      Documentation/vfio.txt
15610 F:      drivers/vfio/
15611 F:      include/linux/vfio.h
15612 F:      include/uapi/linux/vfio.h
15613
15614 VFIO MEDIATED DEVICE DRIVERS
15615 M:      Kirti Wankhede <kwankhede@nvidia.com>
15616 L:      kvm@vger.kernel.org
15617 S:      Maintained
15618 F:      Documentation/vfio-mediated-device.txt
15619 F:      drivers/vfio/mdev/
15620 F:      include/linux/mdev.h
15621 F:      samples/vfio-mdev/
15622
15623 VFIO PLATFORM DRIVER
15624 M:      Eric Auger <eric.auger@redhat.com>
15625 L:      kvm@vger.kernel.org
15626 S:      Maintained
15627 F:      drivers/vfio/platform/
15628
15629 VGA_SWITCHEROO
15630 R:      Lukas Wunner <lukas@wunner.de>
15631 S:      Maintained
15632 F:      Documentation/gpu/vga-switcheroo.rst
15633 F:      drivers/gpu/vga/vga_switcheroo.c
15634 F:      include/linux/vga_switcheroo.h
15635 T:      git git://anongit.freedesktop.org/drm/drm-misc
15636
15637 VIA RHINE NETWORK DRIVER
15638 S:      Orphan
15639 F:      drivers/net/ethernet/via/via-rhine.c
15640
15641 VIA SD/MMC CARD CONTROLLER DRIVER
15642 M:      Bruce Chang <brucechang@via.com.tw>
15643 M:      Harald Welte <HaraldWelte@viatech.com>
15644 S:      Maintained
15645 F:      drivers/mmc/host/via-sdmmc.c
15646
15647 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
15648 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
15649 L:      linux-fbdev@vger.kernel.org
15650 S:      Maintained
15651 F:      include/linux/via-core.h
15652 F:      include/linux/via-gpio.h
15653 F:      include/linux/via_i2c.h
15654 F:      drivers/video/fbdev/via/
15655
15656 VIA VELOCITY NETWORK DRIVER
15657 M:      Francois Romieu <romieu@fr.zoreil.com>
15658 L:      netdev@vger.kernel.org
15659 S:      Maintained
15660 F:      drivers/net/ethernet/via/via-velocity.*
15661
15662 VICODEC VIRTUAL CODEC DRIVER
15663 M:      Hans Verkuil <hans.verkuil@cisco.com>
15664 L:      linux-media@vger.kernel.org
15665 T:      git git://linuxtv.org/media_tree.git
15666 W:      https://linuxtv.org
15667 S:      Maintained
15668 F:      drivers/media/platform/vicodec/*
15669
15670 VIDEO MULTIPLEXER DRIVER
15671 M:      Philipp Zabel <p.zabel@pengutronix.de>
15672 L:      linux-media@vger.kernel.org
15673 S:      Maintained
15674 F:      drivers/media/platform/video-mux.c
15675
15676 VIDEO I2C POLLING DRIVER
15677 M:      Matt Ranostay <matt.ranostay@konsulko.com>
15678 L:      linux-media@vger.kernel.org
15679 S:      Maintained
15680 F:      drivers/media/i2c/video-i2c.c
15681
15682 VIDEOBUF2 FRAMEWORK
15683 M:      Pawel Osciak <pawel@osciak.com>
15684 M:      Marek Szyprowski <m.szyprowski@samsung.com>
15685 M:      Kyungmin Park <kyungmin.park@samsung.com>
15686 L:      linux-media@vger.kernel.org
15687 S:      Maintained
15688 F:      drivers/media/v4l2-core/videobuf2-*
15689 F:      include/media/videobuf2-*
15690
15691 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
15692 M:      Helen Koike <helen.koike@collabora.com>
15693 L:      linux-media@vger.kernel.org
15694 T:      git git://linuxtv.org/media_tree.git
15695 W:      https://linuxtv.org
15696 S:      Maintained
15697 F:      drivers/media/platform/vimc/*
15698
15699 VIRT LIB
15700 M:      Alex Williamson <alex.williamson@redhat.com>
15701 M:      Paolo Bonzini <pbonzini@redhat.com>
15702 L:      kvm@vger.kernel.org
15703 S:      Supported
15704 F:      virt/lib/
15705
15706 VIRTIO AND VHOST VSOCK DRIVER
15707 M:      Stefan Hajnoczi <stefanha@redhat.com>
15708 L:      kvm@vger.kernel.org
15709 L:      virtualization@lists.linux-foundation.org
15710 L:      netdev@vger.kernel.org
15711 S:      Maintained
15712 F:      include/linux/virtio_vsock.h
15713 F:      include/uapi/linux/virtio_vsock.h
15714 F:      include/uapi/linux/vsockmon.h
15715 F:      include/uapi/linux/vm_sockets_diag.h
15716 F:      net/vmw_vsock/diag.c
15717 F:      net/vmw_vsock/af_vsock_tap.c
15718 F:      net/vmw_vsock/virtio_transport_common.c
15719 F:      net/vmw_vsock/virtio_transport.c
15720 F:      drivers/net/vsockmon.c
15721 F:      drivers/vhost/vsock.c
15722 F:      drivers/vhost/vsock.h
15723 F:      tools/testing/vsock/
15724
15725 VIRTIO CONSOLE DRIVER
15726 M:      Amit Shah <amit@kernel.org>
15727 L:      virtualization@lists.linux-foundation.org
15728 S:      Maintained
15729 F:      drivers/char/virtio_console.c
15730 F:      include/linux/virtio_console.h
15731 F:      include/uapi/linux/virtio_console.h
15732
15733 VIRTIO CORE, NET AND BLOCK DRIVERS
15734 M:      "Michael S. Tsirkin" <mst@redhat.com>
15735 M:      Jason Wang <jasowang@redhat.com>
15736 L:      virtualization@lists.linux-foundation.org
15737 S:      Maintained
15738 F:      Documentation/devicetree/bindings/virtio/
15739 F:      drivers/virtio/
15740 F:      tools/virtio/
15741 F:      drivers/net/virtio_net.c
15742 F:      drivers/block/virtio_blk.c
15743 F:      include/linux/virtio*.h
15744 F:      include/uapi/linux/virtio_*.h
15745 F:      drivers/crypto/virtio/
15746 F:      mm/balloon_compaction.c
15747
15748 VIRTIO CRYPTO DRIVER
15749 M:      Gonglei <arei.gonglei@huawei.com>
15750 L:      virtualization@lists.linux-foundation.org
15751 L:      linux-crypto@vger.kernel.org
15752 S:      Maintained
15753 F:      drivers/crypto/virtio/
15754 F:      include/uapi/linux/virtio_crypto.h
15755
15756 VIRTIO DRIVERS FOR S390
15757 M:      Cornelia Huck <cohuck@redhat.com>
15758 M:      Halil Pasic <pasic@linux.ibm.com>
15759 L:      linux-s390@vger.kernel.org
15760 L:      virtualization@lists.linux-foundation.org
15761 L:      kvm@vger.kernel.org
15762 S:      Supported
15763 F:      drivers/s390/virtio/
15764 F:      arch/s390/include/uapi/asm/virtio-ccw.h
15765
15766 VIRTIO GPU DRIVER
15767 M:      David Airlie <airlied@linux.ie>
15768 M:      Gerd Hoffmann <kraxel@redhat.com>
15769 L:      dri-devel@lists.freedesktop.org
15770 L:      virtualization@lists.linux-foundation.org
15771 T:      git git://anongit.freedesktop.org/drm/drm-misc
15772 S:      Maintained
15773 F:      drivers/gpu/drm/virtio/
15774 F:      include/uapi/linux/virtio_gpu.h
15775
15776 VIRTIO HOST (VHOST)
15777 M:      "Michael S. Tsirkin" <mst@redhat.com>
15778 M:      Jason Wang <jasowang@redhat.com>
15779 L:      kvm@vger.kernel.org
15780 L:      virtualization@lists.linux-foundation.org
15781 L:      netdev@vger.kernel.org
15782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
15783 S:      Maintained
15784 F:      drivers/vhost/
15785 F:      include/uapi/linux/vhost.h
15786
15787 VIRTIO INPUT DRIVER
15788 M:      Gerd Hoffmann <kraxel@redhat.com>
15789 S:      Maintained
15790 F:      drivers/virtio/virtio_input.c
15791 F:      include/uapi/linux/virtio_input.h
15792
15793 VIRTUAL BOX GUEST DEVICE DRIVER
15794 M:      Hans de Goede <hdegoede@redhat.com>
15795 M:      Arnd Bergmann <arnd@arndb.de>
15796 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15797 S:      Maintained
15798 F:      include/linux/vbox_utils.h
15799 F:      include/uapi/linux/vbox*.h
15800 F:      drivers/virt/vboxguest/
15801
15802 VIRTUAL SERIO DEVICE DRIVER
15803 M:      Stephen Chandler Paul <thatslyude@gmail.com>
15804 S:      Maintained
15805 F:      drivers/input/serio/userio.c
15806 F:      include/uapi/linux/userio.h
15807
15808 VIVID VIRTUAL VIDEO DRIVER
15809 M:      Hans Verkuil <hverkuil@xs4all.nl>
15810 L:      linux-media@vger.kernel.org
15811 T:      git git://linuxtv.org/media_tree.git
15812 W:      https://linuxtv.org
15813 S:      Maintained
15814 F:      drivers/media/platform/vivid/*
15815
15816 VLYNQ BUS
15817 M:      Florian Fainelli <f.fainelli@gmail.com>
15818 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
15819 S:      Maintained
15820 F:      drivers/vlynq/vlynq.c
15821 F:      include/linux/vlynq.h
15822
15823 VME SUBSYSTEM
15824 M:      Martyn Welch <martyn@welchs.me.uk>
15825 M:      Manohar Vanga <manohar.vanga@gmail.com>
15826 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15827 L:      devel@driverdev.osuosl.org
15828 S:      Maintained
15829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
15830 F:      Documentation/driver-api/vme.rst
15831 F:      drivers/staging/vme/
15832 F:      drivers/vme/
15833 F:      include/linux/vme*
15834
15835 VMWARE BALLOON DRIVER
15836 M:      Xavier Deguillard <xdeguillard@vmware.com>
15837 M:      Nadav Amit <namit@vmware.com>
15838 M:      "VMware, Inc." <pv-drivers@vmware.com>
15839 L:      linux-kernel@vger.kernel.org
15840 S:      Maintained
15841 F:      drivers/misc/vmw_balloon.c
15842
15843 VMWARE HYPERVISOR INTERFACE
15844 M:      Alok Kataria <akataria@vmware.com>
15845 L:      virtualization@lists.linux-foundation.org
15846 S:      Supported
15847 F:      arch/x86/kernel/cpu/vmware.c
15848
15849 VMWARE PVRDMA DRIVER
15850 M:      Adit Ranadive <aditr@vmware.com>
15851 M:      VMware PV-Drivers <pv-drivers@vmware.com>
15852 L:      linux-rdma@vger.kernel.org
15853 S:      Maintained
15854 F:      drivers/infiniband/hw/vmw_pvrdma/
15855
15856 VMware PVSCSI driver
15857 M:      Jim Gill <jgill@vmware.com>
15858 M:      VMware PV-Drivers <pv-drivers@vmware.com>
15859 L:      linux-scsi@vger.kernel.org
15860 S:      Maintained
15861 F:      drivers/scsi/vmw_pvscsi.c
15862 F:      drivers/scsi/vmw_pvscsi.h
15863
15864 VMWARE VMMOUSE SUBDRIVER
15865 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
15866 M:      "VMware, Inc." <pv-drivers@vmware.com>
15867 L:      linux-input@vger.kernel.org
15868 S:      Maintained
15869 F:      drivers/input/mouse/vmmouse.c
15870 F:      drivers/input/mouse/vmmouse.h
15871
15872 VMWARE VMXNET3 ETHERNET DRIVER
15873 M:      Ronak Doshi <doshir@vmware.com>
15874 M:      "VMware, Inc." <pv-drivers@vmware.com>
15875 L:      netdev@vger.kernel.org
15876 S:      Maintained
15877 F:      drivers/net/vmxnet3/
15878
15879 VOCORE VOCORE2 BOARD
15880 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
15881 L:      linux-mips@linux-mips.org
15882 S:      Maintained
15883 F:      arch/mips/boot/dts/ralink/vocore2.dts
15884
15885 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
15886 M:      Liam Girdwood <lgirdwood@gmail.com>
15887 M:      Mark Brown <broonie@kernel.org>
15888 L:      linux-kernel@vger.kernel.org
15889 W:      http://www.slimlogic.co.uk/?p=48
15890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
15891 S:      Supported
15892 F:      Documentation/devicetree/bindings/regulator/
15893 F:      Documentation/power/regulator/
15894 F:      drivers/regulator/
15895 F:      include/dt-bindings/regulator/
15896 F:      include/linux/regulator/
15897
15898 VRF
15899 M:      David Ahern <dsa@cumulusnetworks.com>
15900 M:      Shrijeet Mukherjee <shrijeet@gmail.com>
15901 L:      netdev@vger.kernel.org
15902 S:      Maintained
15903 F:      drivers/net/vrf.c
15904 F:      Documentation/networking/vrf.txt
15905
15906 VT1211 HARDWARE MONITOR DRIVER
15907 M:      Juerg Haefliger <juergh@gmail.com>
15908 L:      linux-hwmon@vger.kernel.org
15909 S:      Maintained
15910 F:      Documentation/hwmon/vt1211
15911 F:      drivers/hwmon/vt1211.c
15912
15913 VT8231 HARDWARE MONITOR DRIVER
15914 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
15915 L:      linux-hwmon@vger.kernel.org
15916 S:      Maintained
15917 F:      drivers/hwmon/vt8231.c
15918
15919 VUB300 USB to SDIO/SD/MMC bridge chip
15920 M:      Tony Olech <tony.olech@elandigitalsystems.com>
15921 L:      linux-mmc@vger.kernel.org
15922 L:      linux-usb@vger.kernel.org
15923 S:      Supported
15924 F:      drivers/mmc/host/vub300.c
15925
15926 W1 DALLAS'S 1-WIRE BUS
15927 M:      Evgeniy Polyakov <zbr@ioremap.net>
15928 S:      Maintained
15929 F:      Documentation/devicetree/bindings/w1/
15930 F:      Documentation/w1/
15931 F:      drivers/w1/
15932 F:      include/linux/w1.h
15933
15934 W83791D HARDWARE MONITORING DRIVER
15935 M:      Marc Hulsman <m.hulsman@tudelft.nl>
15936 L:      linux-hwmon@vger.kernel.org
15937 S:      Maintained
15938 F:      Documentation/hwmon/w83791d
15939 F:      drivers/hwmon/w83791d.c
15940
15941 W83793 HARDWARE MONITORING DRIVER
15942 M:      Rudolf Marek <r.marek@assembler.cz>
15943 L:      linux-hwmon@vger.kernel.org
15944 S:      Maintained
15945 F:      Documentation/hwmon/w83793
15946 F:      drivers/hwmon/w83793.c
15947
15948 W83795 HARDWARE MONITORING DRIVER
15949 M:      Jean Delvare <jdelvare@suse.com>
15950 L:      linux-hwmon@vger.kernel.org
15951 S:      Maintained
15952 F:      drivers/hwmon/w83795.c
15953
15954 W83L51xD SD/MMC CARD INTERFACE DRIVER
15955 M:      Pierre Ossman <pierre@ossman.eu>
15956 S:      Maintained
15957 F:      drivers/mmc/host/wbsd.*
15958
15959 WACOM PROTOCOL 4 SERIAL TABLETS
15960 M:      Julian Squires <julian@cipht.net>
15961 M:      Hans de Goede <hdegoede@redhat.com>
15962 L:      linux-input@vger.kernel.org
15963 S:      Maintained
15964 F:      drivers/input/tablet/wacom_serial4.c
15965
15966 WATCHDOG DEVICE DRIVERS
15967 M:      Wim Van Sebroeck <wim@linux-watchdog.org>
15968 M:      Guenter Roeck <linux@roeck-us.net>
15969 L:      linux-watchdog@vger.kernel.org
15970 W:      http://www.linux-watchdog.org/
15971 T:      git git://www.linux-watchdog.org/linux-watchdog.git
15972 S:      Maintained
15973 F:      Documentation/devicetree/bindings/watchdog/
15974 F:      Documentation/watchdog/
15975 F:      drivers/watchdog/
15976 F:      include/linux/watchdog.h
15977 F:      include/uapi/linux/watchdog.h
15978
15979 WHISKEYCOVE PMIC GPIO DRIVER
15980 M:      Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
15981 L:      linux-gpio@vger.kernel.org
15982 S:      Maintained
15983 F:      drivers/gpio/gpio-wcove.c
15984
15985 WIIMOTE HID DRIVER
15986 M:      David Herrmann <dh.herrmann@googlemail.com>
15987 L:      linux-input@vger.kernel.org
15988 S:      Maintained
15989 F:      drivers/hid/hid-wiimote*
15990
15991 WILOCITY WIL6210 WIRELESS DRIVER
15992 M:      Maya Erez <merez@codeaurora.org>
15993 L:      linux-wireless@vger.kernel.org
15994 L:      wil6210@qti.qualcomm.com
15995 S:      Supported
15996 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
15997 F:      drivers/net/wireless/ath/wil6210/
15998
15999 WIMAX STACK
16000 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
16001 M:      linux-wimax@intel.com
16002 L:      wimax@linuxwimax.org (subscribers-only)
16003 S:      Supported
16004 W:      http://linuxwimax.org
16005 F:      Documentation/wimax/README.wimax
16006 F:      include/linux/wimax/debug.h
16007 F:      include/net/wimax.h
16008 F:      include/uapi/linux/wimax.h
16009 F:      net/wimax/
16010
16011 WINBOND CIR DRIVER
16012 M:      David Härdeman <david@hardeman.nu>
16013 S:      Maintained
16014 F:      drivers/media/rc/winbond-cir.c
16015
16016 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
16017 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
16018 L:      linux-watchdog@vger.kernel.org
16019 S:      Maintained
16020 F:      drivers/watchdog/ebc-c384_wdt.c
16021
16022 WINSYSTEMS WS16C48 GPIO DRIVER
16023 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
16024 L:      linux-gpio@vger.kernel.org
16025 S:      Maintained
16026 F:      drivers/gpio/gpio-ws16c48.c
16027
16028 WISTRON LAPTOP BUTTON DRIVER
16029 M:      Miloslav Trmac <mitr@volny.cz>
16030 S:      Maintained
16031 F:      drivers/input/misc/wistron_btns.c
16032
16033 WL3501 WIRELESS PCMCIA CARD DRIVER
16034 L:      linux-wireless@vger.kernel.org
16035 S:      Odd fixes
16036 F:      drivers/net/wireless/wl3501*
16037
16038 WOLFSON MICROELECTRONICS DRIVERS
16039 L:      patches@opensource.cirrus.com
16040 T:      git https://github.com/CirrusLogic/linux-drivers.git
16041 W:      https://github.com/CirrusLogic/linux-drivers/wiki
16042 S:      Supported
16043 F:      Documentation/hwmon/wm83??
16044 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
16045 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
16046 F:      Documentation/devicetree/bindings/mfd/arizona.txt
16047 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
16048 F:      Documentation/devicetree/bindings/sound/wlf,arizona.txt
16049 F:      arch/arm/mach-s3c64xx/mach-crag6410*
16050 F:      drivers/clk/clk-wm83*.c
16051 F:      drivers/extcon/extcon-arizona.c
16052 F:      drivers/leds/leds-wm83*.c
16053 F:      drivers/gpio/gpio-*wm*.c
16054 F:      drivers/gpio/gpio-arizona.c
16055 F:      drivers/hwmon/wm83??-hwmon.c
16056 F:      drivers/input/misc/wm831x-on.c
16057 F:      drivers/input/touchscreen/wm831x-ts.c
16058 F:      drivers/input/touchscreen/wm97*.c
16059 F:      drivers/mfd/arizona*
16060 F:      drivers/mfd/wm*.c
16061 F:      drivers/mfd/cs47l24*
16062 F:      drivers/power/supply/wm83*.c
16063 F:      drivers/rtc/rtc-wm83*.c
16064 F:      drivers/regulator/wm8*.c
16065 F:      drivers/regulator/arizona*
16066 F:      drivers/video/backlight/wm83*_bl.c
16067 F:      drivers/watchdog/wm83*_wdt.c
16068 F:      include/linux/mfd/arizona/
16069 F:      include/linux/mfd/wm831x/
16070 F:      include/linux/mfd/wm8350/
16071 F:      include/linux/mfd/wm8400*
16072 F:      include/linux/regulator/arizona*
16073 F:      include/linux/wm97xx.h
16074 F:      include/sound/wm????.h
16075 F:      sound/soc/codecs/arizona.?
16076 F:      sound/soc/codecs/wm*
16077 F:      sound/soc/codecs/cs47l24*
16078
16079 WORKQUEUE
16080 M:      Tejun Heo <tj@kernel.org>
16081 R:      Lai Jiangshan <jiangshanlai@gmail.com>
16082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
16083 S:      Maintained
16084 F:      include/linux/workqueue.h
16085 F:      kernel/workqueue.c
16086 F:      Documentation/core-api/workqueue.rst
16087
16088 X-POWERS AXP288 PMIC DRIVERS
16089 M:      Hans de Goede <hdegoede@redhat.com>
16090 S:      Maintained
16091 N:      axp288
16092 F:      drivers/acpi/pmic/intel_pmic_xpower.c
16093
16094 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
16095 M:      Chen-Yu Tsai <wens@csie.org>
16096 L:      linux-kernel@vger.kernel.org
16097 S:      Maintained
16098 N:      axp[128]
16099
16100 X.25 NETWORK LAYER
16101 M:      Andrew Hendry <andrew.hendry@gmail.com>
16102 L:      linux-x25@vger.kernel.org
16103 S:      Odd Fixes
16104 F:      Documentation/networking/x25*
16105 F:      include/net/x25*
16106 F:      net/x25/
16107
16108 X86 ARCHITECTURE (32-BIT AND 64-BIT)
16109 M:      Thomas Gleixner <tglx@linutronix.de>
16110 M:      Ingo Molnar <mingo@redhat.com>
16111 M:      Borislav Petkov <bp@alien8.de>
16112 R:      "H. Peter Anvin" <hpa@zytor.com>
16113 M:      x86@kernel.org
16114 L:      linux-kernel@vger.kernel.org
16115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
16116 S:      Maintained
16117 F:      Documentation/devicetree/bindings/x86/
16118 F:      Documentation/x86/
16119 F:      arch/x86/
16120
16121 X86 ENTRY CODE
16122 M:      Andy Lutomirski <luto@kernel.org>
16123 L:      linux-kernel@vger.kernel.org
16124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
16125 S:      Maintained
16126 F:      arch/x86/entry/
16127
16128 X86 MCE INFRASTRUCTURE
16129 M:      Tony Luck <tony.luck@intel.com>
16130 M:      Borislav Petkov <bp@alien8.de>
16131 L:      linux-edac@vger.kernel.org
16132 S:      Maintained
16133 F:      arch/x86/kernel/cpu/mcheck/*
16134
16135 X86 MICROCODE UPDATE SUPPORT
16136 M:      Borislav Petkov <bp@alien8.de>
16137 S:      Maintained
16138 F:      arch/x86/kernel/cpu/microcode/*
16139
16140 X86 MM
16141 M:      Dave Hansen <dave.hansen@linux.intel.com>
16142 M:      Andy Lutomirski <luto@kernel.org>
16143 M:      Peter Zijlstra <peterz@infradead.org>
16144 L:      linux-kernel@vger.kernel.org
16145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
16146 S:      Maintained
16147 F:      arch/x86/mm/
16148
16149 X86 PLATFORM DRIVERS
16150 M:      Darren Hart <dvhart@infradead.org>
16151 M:      Andy Shevchenko <andy@infradead.org>
16152 L:      platform-driver-x86@vger.kernel.org
16153 T:      git git://git.infradead.org/linux-platform-drivers-x86.git
16154 S:      Maintained
16155 F:      drivers/platform/x86/
16156 F:      drivers/platform/olpc/
16157
16158 X86 VDSO
16159 M:      Andy Lutomirski <luto@kernel.org>
16160 L:      linux-kernel@vger.kernel.org
16161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
16162 S:      Maintained
16163 F:      arch/x86/entry/vdso/
16164
16165 XARRAY
16166 M:      Matthew Wilcox <willy@infradead.org>
16167 L:      linux-fsdevel@vger.kernel.org
16168 S:      Supported
16169 F:      Documentation/core-api/xarray.rst
16170 F:      lib/idr.c
16171 F:      lib/xarray.c
16172 F:      include/linux/idr.h
16173 F:      include/linux/xarray.h
16174 F:      tools/testing/radix-tree
16175
16176 XC2028/3028 TUNER DRIVER
16177 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
16178 L:      linux-media@vger.kernel.org
16179 W:      https://linuxtv.org
16180 T:      git git://linuxtv.org/media_tree.git
16181 S:      Maintained
16182 F:      drivers/media/tuners/tuner-xc2028.*
16183
16184 XDP SOCKETS (AF_XDP)
16185 M:      Björn Töpel <bjorn.topel@intel.com>
16186 M:      Magnus Karlsson <magnus.karlsson@intel.com>
16187 L:      netdev@vger.kernel.org
16188 S:      Maintained
16189 F:      kernel/bpf/xskmap.c
16190 F:      net/xdp/
16191
16192 XEN BLOCK SUBSYSTEM
16193 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16194 M:      Roger Pau Monné <roger.pau@citrix.com>
16195 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16196 S:      Supported
16197 F:      drivers/block/xen-blkback/*
16198 F:      drivers/block/xen*
16199
16200 XEN HYPERVISOR ARM
16201 M:      Stefano Stabellini <sstabellini@kernel.org>
16202 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16203 S:      Maintained
16204 F:      arch/arm/xen/
16205 F:      arch/arm/include/asm/xen/
16206
16207 XEN HYPERVISOR ARM64
16208 M:      Stefano Stabellini <sstabellini@kernel.org>
16209 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16210 S:      Maintained
16211 F:      arch/arm64/xen/
16212 F:      arch/arm64/include/asm/xen/
16213
16214 XEN HYPERVISOR INTERFACE
16215 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
16216 M:      Juergen Gross <jgross@suse.com>
16217 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
16219 S:      Supported
16220 F:      arch/x86/xen/
16221 F:      drivers/*/xen-*front.c
16222 F:      drivers/xen/
16223 F:      arch/x86/include/asm/xen/
16224 F:      arch/x86/include/asm/pvclock-abi.h
16225 F:      include/xen/
16226 F:      include/uapi/xen/
16227 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
16228 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
16229
16230 XEN NETWORK BACKEND DRIVER
16231 M:      Wei Liu <wei.liu2@citrix.com>
16232 M:      Paul Durrant <paul.durrant@citrix.com>
16233 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16234 L:      netdev@vger.kernel.org
16235 S:      Supported
16236 F:      drivers/net/xen-netback/*
16237
16238 XEN PCI SUBSYSTEM
16239 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16240 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16241 S:      Supported
16242 F:      arch/x86/pci/*xen*
16243 F:      drivers/pci/*xen*
16244
16245 XEN PVSCSI DRIVERS
16246 M:      Juergen Gross <jgross@suse.com>
16247 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16248 L:      linux-scsi@vger.kernel.org
16249 S:      Supported
16250 F:      drivers/scsi/xen-scsifront.c
16251 F:      drivers/xen/xen-scsiback.c
16252 F:      include/xen/interface/io/vscsiif.h
16253
16254 XEN SWIOTLB SUBSYSTEM
16255 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16256 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16257 L:      iommu@lists.linux-foundation.org
16258 S:      Supported
16259 F:      arch/x86/xen/*swiotlb*
16260 F:      drivers/xen/*swiotlb*
16261
16262 XEN SOUND FRONTEND DRIVER
16263 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
16264 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16265 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16266 S:      Supported
16267 F:      sound/xen/*
16268
16269 XFS FILESYSTEM
16270 M:      Darrick J. Wong <darrick.wong@oracle.com>
16271 M:      linux-xfs@vger.kernel.org
16272 L:      linux-xfs@vger.kernel.org
16273 W:      http://xfs.org/
16274 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
16275 S:      Supported
16276 F:      Documentation/filesystems/xfs.txt
16277 F:      fs/xfs/
16278
16279 XILINX AXI ETHERNET DRIVER
16280 M:      Anirudha Sarangi <anirudh@xilinx.com>
16281 M:      John Linn <John.Linn@xilinx.com>
16282 S:      Maintained
16283 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
16284
16285 XILINX UARTLITE SERIAL DRIVER
16286 M:      Peter Korsgaard <jacmet@sunsite.dk>
16287 L:      linux-serial@vger.kernel.org
16288 S:      Maintained
16289 F:      drivers/tty/serial/uartlite.c
16290
16291 XILINX VIDEO IP CORES
16292 M:      Hyun Kwon <hyun.kwon@xilinx.com>
16293 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
16294 L:      linux-media@vger.kernel.org
16295 T:      git git://linuxtv.org/media_tree.git
16296 S:      Supported
16297 F:      Documentation/devicetree/bindings/media/xilinx/
16298 F:      drivers/media/platform/xilinx/
16299 F:      include/uapi/linux/xilinx-v4l2-controls.h
16300
16301 XILLYBUS DRIVER
16302 M:      Eli Billauer <eli.billauer@gmail.com>
16303 L:      linux-kernel@vger.kernel.org
16304 S:      Supported
16305 F:      drivers/char/xillybus/
16306
16307 XLP9XX I2C DRIVER
16308 M:      George Cherian <george.cherian@cavium.com>
16309 M:      Jan Glauber <jglauber@cavium.com>
16310 L:      linux-i2c@vger.kernel.org
16311 W:      http://www.cavium.com
16312 S:      Supported
16313 F:      drivers/i2c/busses/i2c-xlp9xx.c
16314
16315 XRA1403 GPIO EXPANDER
16316 M:      Nandor Han <nandor.han@ge.com>
16317 M:      Semi Malinen <semi.malinen@ge.com>
16318 L:      linux-gpio@vger.kernel.org
16319 S:      Maintained
16320 F:      drivers/gpio/gpio-xra1403.c
16321 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
16322
16323 XTENSA XTFPGA PLATFORM SUPPORT
16324 M:      Max Filippov <jcmvbkbc@gmail.com>
16325 L:      linux-xtensa@linux-xtensa.org
16326 S:      Maintained
16327 F:      drivers/spi/spi-xtensa-xtfpga.c
16328 F:      sound/soc/xtensa/xtfpga-i2s.c
16329
16330 YAM DRIVER FOR AX.25
16331 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
16332 L:      linux-hams@vger.kernel.org
16333 S:      Maintained
16334 F:      drivers/net/hamradio/yam*
16335 F:      include/linux/yam.h
16336
16337 YAMA SECURITY MODULE
16338 M:      Kees Cook <keescook@chromium.org>
16339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
16340 S:      Supported
16341 F:      security/yama/
16342 F:      Documentation/admin-guide/LSM/Yama.rst
16343
16344 YEALINK PHONE DRIVER
16345 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
16346 L:      usbb2k-api-dev@nongnu.org
16347 S:      Maintained
16348 F:      Documentation/input/devices/yealink.rst
16349 F:      drivers/input/misc/yealink.*
16350
16351 Z8530 DRIVER FOR AX.25
16352 M:      Joerg Reuter <jreuter@yaina.de>
16353 W:      http://yaina.de/jreuter/
16354 W:      http://www.qsl.net/dl1bke/
16355 L:      linux-hams@vger.kernel.org
16356 S:      Maintained
16357 F:      Documentation/networking/z8530drv.txt
16358 F:      drivers/net/hamradio/*scc.c
16359 F:      drivers/net/hamradio/z8530.h
16360
16361 ZBUD COMPRESSED PAGE ALLOCATOR
16362 M:      Seth Jennings <sjenning@redhat.com>
16363 M:      Dan Streetman <ddstreet@ieee.org>
16364 L:      linux-mm@kvack.org
16365 S:      Maintained
16366 F:      mm/zbud.c
16367 F:      include/linux/zbud.h
16368
16369 ZD1211RW WIRELESS DRIVER
16370 M:      Daniel Drake <dsd@gentoo.org>
16371 M:      Ulrich Kunitz <kune@deine-taler.de>
16372 W:      http://zd1211.ath.cx/wiki/DriverRewrite
16373 L:      linux-wireless@vger.kernel.org
16374 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
16375 S:      Maintained
16376 F:      drivers/net/wireless/zydas/zd1211rw/
16377
16378 ZD1301 MEDIA DRIVER
16379 M:      Antti Palosaari <crope@iki.fi>
16380 L:      linux-media@vger.kernel.org
16381 W:      https://linuxtv.org/
16382 W:      http://palosaari.fi/linux/
16383 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
16384 S:      Maintained
16385 F:      drivers/media/usb/dvb-usb-v2/zd1301*
16386
16387 ZD1301_DEMOD MEDIA DRIVER
16388 M:      Antti Palosaari <crope@iki.fi>
16389 L:      linux-media@vger.kernel.org
16390 W:      https://linuxtv.org/
16391 W:      http://palosaari.fi/linux/
16392 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
16393 S:      Maintained
16394 F:      drivers/media/dvb-frontends/zd1301_demod*
16395
16396 ZPOOL COMPRESSED PAGE STORAGE API
16397 M:      Dan Streetman <ddstreet@ieee.org>
16398 L:      linux-mm@kvack.org
16399 S:      Maintained
16400 F:      mm/zpool.c
16401 F:      include/linux/zpool.h
16402
16403 ZR36067 VIDEO FOR LINUX DRIVER
16404 L:      mjpeg-users@lists.sourceforge.net
16405 L:      linux-media@vger.kernel.org
16406 W:      http://mjpeg.sourceforge.net/driver-zoran/
16407 T:      hg https://linuxtv.org/hg/v4l-dvb
16408 S:      Odd Fixes
16409 F:      drivers/staging/media/zoran/
16410
16411 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
16412 M:      Minchan Kim <minchan@kernel.org>
16413 M:      Nitin Gupta <ngupta@vflare.org>
16414 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
16415 L:      linux-kernel@vger.kernel.org
16416 S:      Maintained
16417 F:      drivers/block/zram/
16418 F:      Documentation/blockdev/zram.txt
16419
16420 ZS DECSTATION Z85C30 SERIAL DRIVER
16421 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
16422 S:      Maintained
16423 F:      drivers/tty/serial/zs.*
16424
16425 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
16426 M:      Minchan Kim <minchan@kernel.org>
16427 M:      Nitin Gupta <ngupta@vflare.org>
16428 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
16429 L:      linux-mm@kvack.org
16430 S:      Maintained
16431 F:      mm/zsmalloc.c
16432 F:      include/linux/zsmalloc.h
16433 F:      Documentation/vm/zsmalloc.rst
16434
16435 ZSWAP COMPRESSED SWAP CACHING
16436 M:      Seth Jennings <sjenning@redhat.com>
16437 M:      Dan Streetman <ddstreet@ieee.org>
16438 L:      linux-mm@kvack.org
16439 S:      Maintained
16440 F:      mm/zswap.c
16441
16442 THE REST
16443 M:      Linus Torvalds <torvalds@linux-foundation.org>
16444 L:      linux-kernel@vger.kernel.org
16445 Q:      http://patchwork.kernel.org/project/LKML/list/
16446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
16447 S:      Buried alive in reporters
16448 F:      *
16449 F:      */