]> asedeno.scripts.mit.edu Git - linux.git/blob - MAINTAINERS
9d868775d8e8723a0fb903948ce05fa5f90d18da
[linux.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/device_drivers/3com/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 M:      Heiner Kallweit <hkallweit1@gmail.com>
184 L:      netdev@vger.kernel.org
185 S:      Maintained
186 F:      drivers/net/ethernet/realtek/r8169*
187
188 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
189 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
190 L:      linux-serial@vger.kernel.org
191 S:      Maintained
192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
193 F:      drivers/tty/serial/8250*
194 F:      include/linux/serial_8250.h
195
196 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
197 L:      netdev@vger.kernel.org
198 S:      Orphan / Obsolete
199 F:      drivers/net/ethernet/8390/
200
201 9P FILE SYSTEM
202 M:      Eric Van Hensbergen <ericvh@gmail.com>
203 M:      Latchesar Ionkov <lucho@ionkov.net>
204 M:      Dominique Martinet <asmadeus@codewreck.org>
205 L:      v9fs-developer@lists.sourceforge.net
206 W:      http://swik.net/v9fs
207 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
209 T:      git git://github.com/martinetd/linux.git
210 S:      Maintained
211 F:      Documentation/filesystems/9p.txt
212 F:      fs/9p/
213 F:      net/9p/
214 F:      include/net/9p/
215 F:      include/uapi/linux/virtio_9p.h
216 F:      include/trace/events/9p.h
217
218 A8293 MEDIA DRIVER
219 M:      Antti Palosaari <crope@iki.fi>
220 L:      linux-media@vger.kernel.org
221 W:      https://linuxtv.org
222 W:      http://palosaari.fi/linux/
223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
224 T:      git git://linuxtv.org/anttip/media_tree.git
225 S:      Maintained
226 F:      drivers/media/dvb-frontends/a8293*
227
228 AACRAID SCSI RAID DRIVER
229 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
230 L:      linux-scsi@vger.kernel.org
231 W:      http://www.adaptec.com/
232 S:      Supported
233 F:      Documentation/scsi/aacraid.txt
234 F:      drivers/scsi/aacraid/
235
236 ABI/API
237 L:      linux-api@vger.kernel.org
238 F:      include/linux/syscalls.h
239 F:      kernel/sys_ni.c
240
241 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
242 M:      Hans de Goede <hdegoede@redhat.com>
243 L:      linux-hwmon@vger.kernel.org
244 S:      Maintained
245 F:      drivers/hwmon/abituguru.c
246
247 ABIT UGURU 3 HARDWARE MONITOR DRIVER
248 M:      Alistair John Strachan <alistair@devzero.co.uk>
249 L:      linux-hwmon@vger.kernel.org
250 S:      Maintained
251 F:      drivers/hwmon/abituguru3.c
252
253 ACCES 104-DIO-48E GPIO DRIVER
254 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-dio-48e.c
258
259 ACCES 104-IDI-48 GPIO DRIVER
260 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
261 L:      linux-gpio@vger.kernel.org
262 S:      Maintained
263 F:      drivers/gpio/gpio-104-idi-48.c
264
265 ACCES 104-IDIO-16 GPIO DRIVER
266 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
267 L:      linux-gpio@vger.kernel.org
268 S:      Maintained
269 F:      drivers/gpio/gpio-104-idio-16.c
270
271 ACCES 104-QUAD-8 DRIVER
272 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
273 L:      linux-iio@vger.kernel.org
274 S:      Maintained
275 F:      Documentation/ABI/testing/sysfs-bus-counter-104-quad-8
276 F:      Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
277 F:      drivers/counter/104-quad-8.c
278
279 ACCES PCI-IDIO-16 GPIO DRIVER
280 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
281 L:      linux-gpio@vger.kernel.org
282 S:      Maintained
283 F:      drivers/gpio/gpio-pci-idio-16.c
284
285 ACCES PCIe-IDIO-24 GPIO DRIVER
286 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
287 L:      linux-gpio@vger.kernel.org
288 S:      Maintained
289 F:      drivers/gpio/gpio-pcie-idio-24.c
290
291 ACENIC DRIVER
292 M:      Jes Sorensen <jes@trained-monkey.org>
293 L:      linux-acenic@sunsite.dk
294 S:      Maintained
295 F:      drivers/net/ethernet/alteon/acenic*
296
297 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
298 M:      Peter Feuerer <peter@piie.net>
299 L:      platform-driver-x86@vger.kernel.org
300 W:      http://piie.net/?section=acerhdf
301 S:      Maintained
302 F:      drivers/platform/x86/acerhdf.c
303
304 ACER WMI LAPTOP EXTRAS
305 M:      "Lee, Chun-Yi" <jlee@suse.com>
306 L:      platform-driver-x86@vger.kernel.org
307 S:      Maintained
308 F:      drivers/platform/x86/acer-wmi.c
309
310 ACPI
311 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
312 M:      Len Brown <lenb@kernel.org>
313 L:      linux-acpi@vger.kernel.org
314 W:      https://01.org/linux-acpi
315 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
317 B:      https://bugzilla.kernel.org
318 S:      Supported
319 F:      drivers/acpi/
320 F:      drivers/pnp/pnpacpi/
321 F:      include/linux/acpi.h
322 F:      include/linux/fwnode.h
323 F:      include/acpi/
324 F:      Documentation/firmware-guide/acpi/
325 F:      Documentation/ABI/testing/sysfs-bus-acpi
326 F:      Documentation/ABI/testing/configfs-acpi
327 F:      drivers/pci/*acpi*
328 F:      drivers/pci/*/*acpi*
329 F:      tools/power/acpi/
330
331 ACPI APEI
332 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
333 M:      Len Brown <lenb@kernel.org>
334 L:      linux-acpi@vger.kernel.org
335 R:      James Morse <james.morse@arm.com>
336 R:      Tony Luck <tony.luck@intel.com>
337 R:      Borislav Petkov <bp@alien8.de>
338 F:      drivers/acpi/apei/
339
340 ACPI COMPONENT ARCHITECTURE (ACPICA)
341 M:      Robert Moore <robert.moore@intel.com>
342 M:      Erik Schmauss <erik.schmauss@intel.com>
343 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
344 L:      linux-acpi@vger.kernel.org
345 L:      devel@acpica.org
346 W:      https://acpica.org/
347 W:      https://github.com/acpica/acpica/
348 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
350 B:      https://bugzilla.kernel.org
351 B:      https://bugs.acpica.org
352 S:      Supported
353 F:      drivers/acpi/acpica/
354 F:      include/acpi/
355 F:      tools/power/acpi/
356
357 ACPI FAN DRIVER
358 M:      Zhang Rui <rui.zhang@intel.com>
359 L:      linux-acpi@vger.kernel.org
360 W:      https://01.org/linux-acpi
361 B:      https://bugzilla.kernel.org
362 S:      Supported
363 F:      drivers/acpi/fan.c
364
365 ACPI FOR ARM64 (ACPI/arm64)
366 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
367 M:      Hanjun Guo <guohanjun@huawei.com>
368 M:      Sudeep Holla <sudeep.holla@arm.com>
369 L:      linux-acpi@vger.kernel.org
370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
371 S:      Maintained
372 F:      drivers/acpi/arm64
373
374 ACPI I2C MULTI INSTANTIATE DRIVER
375 M:      Hans de Goede <hdegoede@redhat.com>
376 L:      platform-driver-x86@vger.kernel.org
377 S:      Maintained
378 F:      drivers/platform/x86/i2c-multi-instantiate.c
379
380 ACPI PMIC DRIVERS
381 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
382 M:      Len Brown <lenb@kernel.org>
383 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
384 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
385 L:      linux-acpi@vger.kernel.org
386 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
388 B:      https://bugzilla.kernel.org
389 S:      Supported
390 F:      drivers/acpi/pmic/
391
392 ACPI THERMAL DRIVER
393 M:      Zhang Rui <rui.zhang@intel.com>
394 L:      linux-acpi@vger.kernel.org
395 W:      https://01.org/linux-acpi
396 B:      https://bugzilla.kernel.org
397 S:      Supported
398 F:      drivers/acpi/*thermal*
399
400 ACPI VIDEO DRIVER
401 M:      Zhang Rui <rui.zhang@intel.com>
402 L:      linux-acpi@vger.kernel.org
403 W:      https://01.org/linux-acpi
404 B:      https://bugzilla.kernel.org
405 S:      Supported
406 F:      drivers/acpi/acpi_video.c
407
408 ACPI WMI DRIVER
409 L:      platform-driver-x86@vger.kernel.org
410 S:      Orphan
411 F:      drivers/platform/x86/wmi.c
412 F:      include/uapi/linux/wmi.h
413
414 AD1889 ALSA SOUND DRIVER
415 W:      https://parisc.wiki.kernel.org/index.php/AD1889
416 L:      linux-parisc@vger.kernel.org
417 S:      Maintained
418 F:      sound/pci/ad1889.*
419
420 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
421 M:      Michael Hennerich <michael.hennerich@analog.com>
422 W:      http://wiki.analog.com/AD5254
423 W:      http://ez.analog.com/community/linux-device-drivers
424 S:      Supported
425 F:      drivers/misc/ad525x_dpot.c
426
427 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
428 M:      Michael Hennerich <michael.hennerich@analog.com>
429 W:      http://wiki.analog.com/AD5398
430 W:      http://ez.analog.com/community/linux-device-drivers
431 S:      Supported
432 F:      drivers/regulator/ad5398.c
433
434 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
435 M:      Michael Hennerich <michael.hennerich@analog.com>
436 W:      http://wiki.analog.com/AD7142
437 W:      http://ez.analog.com/community/linux-device-drivers
438 S:      Supported
439 F:      drivers/input/misc/ad714x.c
440
441 AD7877 TOUCHSCREEN DRIVER
442 M:      Michael Hennerich <michael.hennerich@analog.com>
443 W:      http://wiki.analog.com/AD7877
444 W:      http://ez.analog.com/community/linux-device-drivers
445 S:      Supported
446 F:      drivers/input/touchscreen/ad7877.c
447
448 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
449 M:      Michael Hennerich <michael.hennerich@analog.com>
450 W:      http://wiki.analog.com/AD7879
451 W:      http://ez.analog.com/community/linux-device-drivers
452 S:      Supported
453 F:      drivers/input/touchscreen/ad7879.c
454
455 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
456 M:      Jiri Kosina <jikos@kernel.org>
457 S:      Maintained
458
459 ADF7242 IEEE 802.15.4 RADIO DRIVER
460 M:      Michael Hennerich <michael.hennerich@analog.com>
461 W:      https://wiki.analog.com/ADF7242
462 W:      http://ez.analog.com/community/linux-device-drivers
463 L:      linux-wpan@vger.kernel.org
464 S:      Supported
465 F:      drivers/net/ieee802154/adf7242.c
466 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
467
468 ADM1025 HARDWARE MONITOR DRIVER
469 M:      Jean Delvare <jdelvare@suse.com>
470 L:      linux-hwmon@vger.kernel.org
471 S:      Maintained
472 F:      Documentation/hwmon/adm1025.rst
473 F:      drivers/hwmon/adm1025.c
474
475 ADM1029 HARDWARE MONITOR DRIVER
476 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
477 L:      linux-hwmon@vger.kernel.org
478 S:      Maintained
479 F:      drivers/hwmon/adm1029.c
480
481 ADM8211 WIRELESS DRIVER
482 L:      linux-wireless@vger.kernel.org
483 W:      http://wireless.kernel.org/
484 S:      Orphan
485 F:      drivers/net/wireless/admtek/adm8211.*
486
487 ADP1653 FLASH CONTROLLER DRIVER
488 M:      Sakari Ailus <sakari.ailus@iki.fi>
489 L:      linux-media@vger.kernel.org
490 S:      Maintained
491 F:      drivers/media/i2c/adp1653.c
492 F:      include/media/i2c/adp1653.h
493
494 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
495 M:      Michael Hennerich <michael.hennerich@analog.com>
496 W:      http://wiki.analog.com/ADP5520
497 W:      http://ez.analog.com/community/linux-device-drivers
498 S:      Supported
499 F:      drivers/mfd/adp5520.c
500 F:      drivers/video/backlight/adp5520_bl.c
501 F:      drivers/leds/leds-adp5520.c
502 F:      drivers/gpio/gpio-adp5520.c
503 F:      drivers/input/keyboard/adp5520-keys.c
504
505 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
506 M:      Michael Hennerich <michael.hennerich@analog.com>
507 W:      http://wiki.analog.com/ADP5588
508 W:      http://ez.analog.com/community/linux-device-drivers
509 S:      Supported
510 F:      drivers/input/keyboard/adp5588-keys.c
511 F:      drivers/gpio/gpio-adp5588.c
512
513 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
514 M:      Michael Hennerich <michael.hennerich@analog.com>
515 W:      http://wiki.analog.com/ADP8860
516 W:      http://ez.analog.com/community/linux-device-drivers
517 S:      Supported
518 F:      drivers/video/backlight/adp8860_bl.c
519
520 ADT746X FAN DRIVER
521 M:      Colin Leroy <colin@colino.net>
522 S:      Maintained
523 F:      drivers/macintosh/therm_adt746x.c
524
525 ADT7475 HARDWARE MONITOR DRIVER
526 M:      Jean Delvare <jdelvare@suse.com>
527 L:      linux-hwmon@vger.kernel.org
528 S:      Maintained
529 F:      Documentation/hwmon/adt7475.rst
530 F:      drivers/hwmon/adt7475.c
531
532 ADVANSYS SCSI DRIVER
533 M:      Matthew Wilcox <willy@infradead.org>
534 M:      Hannes Reinecke <hare@suse.com>
535 L:      linux-scsi@vger.kernel.org
536 S:      Maintained
537 F:      Documentation/scsi/advansys.txt
538 F:      drivers/scsi/advansys.c
539
540 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
541 M:      Michael Hennerich <michael.hennerich@analog.com>
542 W:      http://wiki.analog.com/ADXL345
543 W:      http://ez.analog.com/community/linux-device-drivers
544 S:      Supported
545 F:      drivers/input/misc/adxl34x.c
546 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml
547
548 ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
549 M:      Stefan Popa <stefan.popa@analog.com>
550 W:      http://ez.analog.com/community/linux-device-drivers
551 S:      Supported
552 F:      drivers/iio/accel/adxl372.c
553 F:      drivers/iio/accel/adxl372_spi.c
554 F:      drivers/iio/accel/adxl372_i2c.c
555 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml
556
557 AF9013 MEDIA DRIVER
558 M:      Antti Palosaari <crope@iki.fi>
559 L:      linux-media@vger.kernel.org
560 W:      https://linuxtv.org
561 W:      http://palosaari.fi/linux/
562 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
563 T:      git git://linuxtv.org/anttip/media_tree.git
564 S:      Maintained
565 F:      drivers/media/dvb-frontends/af9013*
566
567 AF9033 MEDIA DRIVER
568 M:      Antti Palosaari <crope@iki.fi>
569 L:      linux-media@vger.kernel.org
570 W:      https://linuxtv.org
571 W:      http://palosaari.fi/linux/
572 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
573 T:      git git://linuxtv.org/anttip/media_tree.git
574 S:      Maintained
575 F:      drivers/media/dvb-frontends/af9033*
576
577 AFFS FILE SYSTEM
578 M:      David Sterba <dsterba@suse.com>
579 L:      linux-fsdevel@vger.kernel.org
580 S:      Odd Fixes
581 F:      Documentation/filesystems/affs.txt
582 F:      fs/affs/
583
584 AFS FILESYSTEM
585 M:      David Howells <dhowells@redhat.com>
586 L:      linux-afs@lists.infradead.org
587 S:      Supported
588 F:      fs/afs/
589 F:      include/trace/events/afs.h
590 F:      Documentation/filesystems/afs.txt
591 W:      https://www.infradead.org/~dhowells/kafs/
592
593 AGPGART DRIVER
594 M:      David Airlie <airlied@linux.ie>
595 T:      git git://anongit.freedesktop.org/drm/drm
596 S:      Maintained
597 F:      drivers/char/agp/
598 F:      include/linux/agp*
599 F:      include/uapi/linux/agp*
600
601 AHA152X SCSI DRIVER
602 M:      "Juergen E. Fischer" <fischer@norbit.de>
603 L:      linux-scsi@vger.kernel.org
604 S:      Maintained
605 F:      drivers/scsi/aha152x*
606 F:      drivers/scsi/pcmcia/aha152x*
607
608 AIC7XXX / AIC79XX SCSI DRIVER
609 M:      Hannes Reinecke <hare@suse.com>
610 L:      linux-scsi@vger.kernel.org
611 S:      Maintained
612 F:      drivers/scsi/aic7xxx/
613
614 AIMSLAB FM RADIO RECEIVER DRIVER
615 M:      Hans Verkuil <hverkuil@xs4all.nl>
616 L:      linux-media@vger.kernel.org
617 T:      git git://linuxtv.org/media_tree.git
618 W:      https://linuxtv.org
619 S:      Maintained
620 F:      drivers/media/radio/radio-aimslab*
621
622 AIO
623 M:      Benjamin LaHaise <bcrl@kvack.org>
624 L:      linux-aio@kvack.org
625 S:      Supported
626 F:      fs/aio.c
627 F:      include/linux/*aio*.h
628
629 AIRSPY MEDIA DRIVER
630 M:      Antti Palosaari <crope@iki.fi>
631 L:      linux-media@vger.kernel.org
632 W:      https://linuxtv.org
633 W:      http://palosaari.fi/linux/
634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
635 T:      git git://linuxtv.org/anttip/media_tree.git
636 S:      Maintained
637 F:      drivers/media/usb/airspy/
638
639 ALACRITECH GIGABIT ETHERNET DRIVER
640 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
641 S:      Maintained
642 F:      drivers/net/ethernet/alacritech/*
643
644 ALCATEL SPEEDTOUCH USB DRIVER
645 M:      Duncan Sands <duncan.sands@free.fr>
646 L:      linux-usb@vger.kernel.org
647 W:      http://www.linux-usb.org/SpeedTouch/
648 S:      Maintained
649 F:      drivers/usb/atm/speedtch.c
650 F:      drivers/usb/atm/usbatm.c
651
652 ALCHEMY AU1XX0 MMC DRIVER
653 M:      Manuel Lauss <manuel.lauss@gmail.com>
654 S:      Maintained
655 F:      drivers/mmc/host/au1xmmc.c
656
657 ALI1563 I2C DRIVER
658 M:      Rudolf Marek <r.marek@assembler.cz>
659 L:      linux-i2c@vger.kernel.org
660 S:      Maintained
661 F:      Documentation/i2c/busses/i2c-ali1563.rst
662 F:      drivers/i2c/busses/i2c-ali1563.c
663
664 ALLEGRO DVT VIDEO IP CORE DRIVER
665 M:      Michael Tretter <m.tretter@pengutronix.de>
666 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
667 L:      linux-media@vger.kernel.org
668 S:      Maintained
669 F:      drivers/staging/media/allegro-dvt/
670
671 ALLWINNER SECURITY SYSTEM
672 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
673 L:      linux-crypto@vger.kernel.org
674 S:      Maintained
675 F:      drivers/crypto/sunxi-ss/
676
677 ALLWINNER VPU DRIVER
678 M:      Maxime Ripard <mripard@kernel.org>
679 M:      Paul Kocialkowski <paul.kocialkowski@bootlin.com>
680 L:      linux-media@vger.kernel.org
681 S:      Maintained
682 F:      drivers/staging/media/sunxi/cedrus/
683
684 ALPHA PORT
685 M:      Richard Henderson <rth@twiddle.net>
686 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
687 M:      Matt Turner <mattst88@gmail.com>
688 S:      Odd Fixes
689 L:      linux-alpha@vger.kernel.org
690 F:      arch/alpha/
691
692 ALPS PS/2 TOUCHPAD DRIVER
693 R:      Pali Rohár <pali.rohar@gmail.com>
694 F:      drivers/input/mouse/alps.*
695
696 ALTERA I2C CONTROLLER DRIVER
697 M:      Thor Thayer <thor.thayer@linux.intel.com>
698 S:      Maintained
699 F:      Documentation/devicetree/bindings/i2c/i2c-altera.txt
700 F:      drivers/i2c/busses/i2c-altera.c
701
702 ALTERA MAILBOX DRIVER
703 M:      Ley Foon Tan <lftan@altera.com>
704 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
705 S:      Maintained
706 F:      drivers/mailbox/mailbox-altera.c
707
708 ALTERA PIO DRIVER
709 M:      Tien Hock Loh <thloh@altera.com>
710 L:      linux-gpio@vger.kernel.org
711 S:      Maintained
712 F:      drivers/gpio/gpio-altera.c
713
714 ALTERA SYSTEM MANAGER DRIVER
715 M:      Thor Thayer <thor.thayer@linux.intel.com>
716 S:      Maintained
717 F:      drivers/mfd/altera-sysmgr.c
718 F:      include/linux/mfd/altera-sysgmr.h
719
720 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
721 M:      Thor Thayer <thor.thayer@linux.intel.com>
722 S:      Maintained
723 F:      drivers/gpio/gpio-altera-a10sr.c
724 F:      drivers/mfd/altera-a10sr.c
725 F:      drivers/reset/reset-a10sr.c
726 F:      include/linux/mfd/altera-a10sr.h
727 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
728
729 ALTERA TRIPLE SPEED ETHERNET DRIVER
730 M:      Thor Thayer <thor.thayer@linux.intel.com>
731 L:      netdev@vger.kernel.org
732 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
733 S:      Maintained
734 F:      drivers/net/ethernet/altera/
735
736 ALTERA UART/JTAG UART SERIAL DRIVERS
737 M:      Tobias Klauser <tklauser@distanz.ch>
738 L:      linux-serial@vger.kernel.org
739 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
740 S:      Maintained
741 F:      drivers/tty/serial/altera_uart.c
742 F:      drivers/tty/serial/altera_jtaguart.c
743 F:      include/linux/altera_uart.h
744 F:      include/linux/altera_jtaguart.h
745
746 AMAZON ANNAPURNA LABS THERMAL MMIO DRIVER
747 M:      Talel Shenhar <talel@amazon.com>
748 S:      Maintained
749 F:      Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
750 F:      drivers/thermal/thermal_mmio.c
751
752 AMAZON ETHERNET DRIVERS
753 M:      Netanel Belgazal <netanel@amazon.com>
754 R:      Saeed Bishara <saeedb@amazon.com>
755 R:      Zorik Machulsky <zorik@amazon.com>
756 L:      netdev@vger.kernel.org
757 S:      Supported
758 F:      Documentation/networking/device_drivers/amazon/ena.txt
759 F:      drivers/net/ethernet/amazon/
760
761 AMAZON RDMA EFA DRIVER
762 M:      Gal Pressman <galpress@amazon.com>
763 R:      Yossi Leybovich <sleybo@amazon.com>
764 L:      linux-rdma@vger.kernel.org
765 Q:      https://patchwork.kernel.org/project/linux-rdma/list/
766 S:      Supported
767 F:      drivers/infiniband/hw/efa/
768 F:      include/uapi/rdma/efa-abi.h
769
770 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
771 M:      Tom Lendacky <thomas.lendacky@amd.com>
772 M:      Gary Hook <gary.hook@amd.com>
773 L:      linux-crypto@vger.kernel.org
774 S:      Supported
775 F:      drivers/crypto/ccp/
776 F:      include/linux/ccp.h
777
778 AMD DISPLAY CORE
779 M:      Harry Wentland <harry.wentland@amd.com>
780 M:      Leo Li <sunpeng.li@amd.com>
781 L:      amd-gfx@lists.freedesktop.org
782 T:      git git://people.freedesktop.org/~agd5f/linux
783 S:      Supported
784 F:      drivers/gpu/drm/amd/display/
785
786 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
787 M:      Huang Rui <ray.huang@amd.com>
788 L:      linux-hwmon@vger.kernel.org
789 S:      Supported
790 F:      Documentation/hwmon/fam15h_power.rst
791 F:      drivers/hwmon/fam15h_power.c
792
793 AMD FCH GPIO DRIVER
794 M:      Enrico Weigelt, metux IT consult <info@metux.net>
795 L:      linux-gpio@vger.kernel.org
796 S:      Maintained
797 F:      drivers/gpio/gpio-amd-fch.c
798 F:      include/linux/platform_data/gpio/gpio-amd-fch.h
799
800 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
801 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
802 S:      Orphan
803 F:      drivers/usb/gadget/udc/amd5536udc.*
804
805 AMD GEODE PROCESSOR/CHIPSET SUPPORT
806 P:      Andres Salomon <dilinger@queued.net>
807 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
808 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
809 S:      Supported
810 F:      drivers/char/hw_random/geode-rng.c
811 F:      drivers/crypto/geode*
812 F:      drivers/video/fbdev/geode/
813 F:      arch/x86/include/asm/geode.h
814
815 AMD IOMMU (AMD-VI)
816 M:      Joerg Roedel <joro@8bytes.org>
817 L:      iommu@lists.linux-foundation.org
818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
819 S:      Maintained
820 F:      drivers/iommu/amd_iommu*.[ch]
821 F:      include/linux/amd-iommu.h
822
823 AMD KFD
824 M:      Oded Gabbay <oded.gabbay@gmail.com>
825 L:      dri-devel@lists.freedesktop.org
826 T:      git git://people.freedesktop.org/~gabbayo/linux.git
827 S:      Supported
828 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
829 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
830 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
831 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
832 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
833 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
834 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
835 F:      drivers/gpu/drm/amd/amdkfd/
836 F:      drivers/gpu/drm/amd/include/cik_structs.h
837 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
838 F:      drivers/gpu/drm/amd/include/vi_structs.h
839 F:      drivers/gpu/drm/amd/include/v9_structs.h
840 F:      include/uapi/linux/kfd_ioctl.h
841
842 AMD MP2 I2C DRIVER
843 M:      Elie Morisse <syniurge@gmail.com>
844 M:      Nehal Shah <nehal-bakulchandra.shah@amd.com>
845 M:      Shyam Sundar S K <shyam-sundar.s-k@amd.com>
846 L:      linux-i2c@vger.kernel.org
847 S:      Maintained
848 F:      drivers/i2c/busses/i2c-amd-mp2*
849
850 AMD POWERPLAY
851 M:      Rex Zhu <rex.zhu@amd.com>
852 M:      Evan Quan <evan.quan@amd.com>
853 L:      amd-gfx@lists.freedesktop.org
854 S:      Supported
855 F:      drivers/gpu/drm/amd/powerplay/
856 T:      git git://people.freedesktop.org/~agd5f/linux
857
858 AMD SEATTLE DEVICE TREE SUPPORT
859 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
860 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
861 M:      Tom Lendacky <thomas.lendacky@amd.com>
862 S:      Supported
863 F:      arch/arm64/boot/dts/amd/
864
865 AMD XGBE DRIVER
866 M:      Tom Lendacky <thomas.lendacky@amd.com>
867 L:      netdev@vger.kernel.org
868 S:      Supported
869 F:      drivers/net/ethernet/amd/xgbe/
870 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
871
872 ANALOG DEVICES INC AD5686 DRIVER
873 M:      Stefan Popa <stefan.popa@analog.com>
874 L:      linux-pm@vger.kernel.org
875 W:      http://ez.analog.com/community/linux-device-drivers
876 S:      Supported
877 F:      drivers/iio/dac/ad5686*
878 F:      drivers/iio/dac/ad5696*
879
880 ANALOG DEVICES INC AD5758 DRIVER
881 M:      Stefan Popa <stefan.popa@analog.com>
882 L:      linux-iio@vger.kernel.org
883 W:      http://ez.analog.com/community/linux-device-drivers
884 S:      Supported
885 F:      drivers/iio/dac/ad5758.c
886 F:      Documentation/devicetree/bindings/iio/dac/ad5758.txt
887
888 ANALOG DEVICES INC AD7124 DRIVER
889 M:      Stefan Popa <stefan.popa@analog.com>
890 L:      linux-iio@vger.kernel.org
891 W:      http://ez.analog.com/community/linux-device-drivers
892 S:      Supported
893 F:      drivers/iio/adc/ad7124.c
894 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml
895
896 ANALOG DEVICES INC AD7606 DRIVER
897 M:      Stefan Popa <stefan.popa@analog.com>
898 L:      linux-iio@vger.kernel.org
899 W:      http://ez.analog.com/community/linux-device-drivers
900 S:      Supported
901 F:      drivers/iio/adc/ad7606.c
902 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7606.txt
903
904 ANALOG DEVICES INC AD7768-1 DRIVER
905 M:      Stefan Popa <stefan.popa@analog.com>
906 L:      linux-iio@vger.kernel.org
907 W:      http://ez.analog.com/community/linux-device-drivers
908 S:      Supported
909 F:      drivers/iio/adc/ad7768-1.c
910 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.txt
911
912 ANALOG DEVICES INC AD7780 DRIVER
913 M:      Michael Hennerich <Michael.Hennerich@analog.com>
914 M:      Renato Lui Geh <renatogeh@gmail.com>
915 L:      linux-iio@vger.kernel.org
916 W:      http://ez.analog.com/community/linux-device-drivers
917 S:      Supported
918 F:      drivers/iio/adc/ad7780.c
919 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml
920
921 ANALOG DEVICES INC AD9389B DRIVER
922 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
923 L:      linux-media@vger.kernel.org
924 S:      Maintained
925 F:      drivers/media/i2c/ad9389b*
926
927 ANALOG DEVICES INC ADGS1408 DRIVER
928 M:      Mircea Caprioru <mircea.caprioru@analog.com>
929 S:      Supported
930 F:      drivers/mux/adgs1408.c
931 F:      Documentation/devicetree/bindings/mux/adi,adgs1408.txt
932
933 ANALOG DEVICES INC ADIS DRIVER LIBRARY
934 M:      Alexandru Ardelean <alexandru.ardelean@analog.com>
935 S:      Supported
936 L:      linux-iio@vger.kernel.org
937 F:      include/linux/iio/imu/adis.h
938 F:      drivers/iio/imu/adis.c
939
940 ANALOG DEVICES INC ADP5061 DRIVER
941 M:      Stefan Popa <stefan.popa@analog.com>
942 L:      linux-pm@vger.kernel.org
943 W:      http://ez.analog.com/community/linux-device-drivers
944 S:      Supported
945 F:      drivers/power/supply/adp5061.c
946
947 ANALOG DEVICES INC ADV7180 DRIVER
948 M:      Lars-Peter Clausen <lars@metafoo.de>
949 L:      linux-media@vger.kernel.org
950 W:      http://ez.analog.com/community/linux-device-drivers
951 S:      Supported
952 F:      drivers/media/i2c/adv7180.c
953
954 ANALOG DEVICES INC ADV748X DRIVER
955 M:      Kieran Bingham <kieran.bingham@ideasonboard.com>
956 L:      linux-media@vger.kernel.org
957 S:      Maintained
958 F:      drivers/media/i2c/adv748x/*
959
960 ANALOG DEVICES INC ADV7511 DRIVER
961 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
962 L:      linux-media@vger.kernel.org
963 S:      Maintained
964 F:      drivers/media/i2c/adv7511*
965
966 ANALOG DEVICES INC ADV7604 DRIVER
967 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
968 L:      linux-media@vger.kernel.org
969 S:      Maintained
970 F:      drivers/media/i2c/adv7604*
971
972 ANALOG DEVICES INC ADV7842 DRIVER
973 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
974 L:      linux-media@vger.kernel.org
975 S:      Maintained
976 F:      drivers/media/i2c/adv7842*
977
978 ANALOG DEVICES INC ASOC CODEC DRIVERS
979 M:      Lars-Peter Clausen <lars@metafoo.de>
980 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
981 W:      http://wiki.analog.com/
982 W:      http://ez.analog.com/community/linux-device-drivers
983 S:      Supported
984 F:      sound/soc/codecs/adau*
985 F:      sound/soc/codecs/adav*
986 F:      sound/soc/codecs/ad1*
987 F:      sound/soc/codecs/ad7*
988 F:      sound/soc/codecs/ssm*
989 F:      sound/soc/codecs/sigmadsp.*
990
991 ANALOG DEVICES INC DMA DRIVERS
992 M:      Lars-Peter Clausen <lars@metafoo.de>
993 W:      http://ez.analog.com/community/linux-device-drivers
994 S:      Supported
995 F:      drivers/dma/dma-axi-dmac.c
996
997 ANALOG DEVICES INC IIO DRIVERS
998 M:      Lars-Peter Clausen <lars@metafoo.de>
999 M:      Michael Hennerich <Michael.Hennerich@analog.com>
1000 M:      Stefan Popa <stefan.popa@analog.com>
1001 W:      http://wiki.analog.com/
1002 W:      http://ez.analog.com/community/linux-device-drivers
1003 S:      Supported
1004 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
1005 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
1006 F:      drivers/iio/*/ad*
1007 F:      drivers/iio/adc/ltc2497*
1008 X:      drivers/iio/*/adjd*
1009 F:      drivers/staging/iio/*/ad*
1010
1011 ANALOGBITS PLL LIBRARIES
1012 M:      Paul Walmsley <paul.walmsley@sifive.com>
1013 S:      Supported
1014 F:      drivers/clk/analogbits/*
1015 F:      include/linux/clk/analogbits*
1016
1017 ANDES ARCHITECTURE
1018 M:      Greentime Hu <green.hu@gmail.com>
1019 M:      Vincent Chen <deanbo422@gmail.com>
1020 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git
1021 S:      Supported
1022 F:      arch/nds32/
1023 F:      Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
1024 F:      Documentation/devicetree/bindings/nds32/
1025 K:      nds32
1026 N:      nds32
1027
1028 ANDROID CONFIG FRAGMENTS
1029 M:      Rob Herring <robh@kernel.org>
1030 S:      Supported
1031 F:      kernel/configs/android*
1032
1033 ANDROID DRIVERS
1034 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1035 M:      Arve Hjønnevåg <arve@android.com>
1036 M:      Todd Kjos <tkjos@android.com>
1037 M:      Martijn Coenen <maco@android.com>
1038 M:      Joel Fernandes <joel@joelfernandes.org>
1039 M:      Christian Brauner <christian@brauner.io>
1040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1041 L:      devel@driverdev.osuosl.org
1042 S:      Supported
1043 F:      drivers/android/
1044 F:      drivers/staging/android/
1045
1046 ANDROID GOLDFISH PIC DRIVER
1047 M:      Miodrag Dinic <miodrag.dinic@mips.com>
1048 S:      Supported
1049 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
1050 F:      drivers/irqchip/irq-goldfish-pic.c
1051
1052 ANDROID GOLDFISH RTC DRIVER
1053 M:      Miodrag Dinic <miodrag.dinic@mips.com>
1054 S:      Supported
1055 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
1056 F:      drivers/rtc/rtc-goldfish.c
1057
1058 ANDROID ION DRIVER
1059 M:      Laura Abbott <labbott@redhat.com>
1060 M:      Sumit Semwal <sumit.semwal@linaro.org>
1061 L:      devel@driverdev.osuosl.org
1062 L:      dri-devel@lists.freedesktop.org
1063 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
1064 S:      Supported
1065 F:      drivers/staging/android/ion
1066 F:      drivers/staging/android/uapi/ion.h
1067
1068 AOA (Apple Onboard Audio) ALSA DRIVER
1069 M:      Johannes Berg <johannes@sipsolutions.net>
1070 L:      linuxppc-dev@lists.ozlabs.org
1071 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1072 S:      Maintained
1073 F:      sound/aoa/
1074
1075 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
1076 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
1077 L:      linux-iio@vger.kernel.org
1078 S:      Maintained
1079 F:      drivers/iio/adc/stx104.c
1080
1081 APM DRIVER
1082 M:      Jiri Kosina <jikos@kernel.org>
1083 S:      Odd fixes
1084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
1085 F:      arch/x86/kernel/apm_32.c
1086 F:      include/linux/apm_bios.h
1087 F:      include/uapi/linux/apm_bios.h
1088 F:      drivers/char/apm-emulation.c
1089
1090 APPARMOR SECURITY MODULE
1091 M:      John Johansen <john.johansen@canonical.com>
1092 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
1093 W:      wiki.apparmor.net
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
1095 S:      Supported
1096 F:      security/apparmor/
1097 F:      Documentation/admin-guide/LSM/apparmor.rst
1098
1099 APPLE BCM5974 MULTITOUCH DRIVER
1100 M:      Henrik Rydberg <rydberg@bitmath.org>
1101 L:      linux-input@vger.kernel.org
1102 S:      Odd fixes
1103 F:      drivers/input/mouse/bcm5974.c
1104
1105 APPLE SMC DRIVER
1106 M:      Henrik Rydberg <rydberg@bitmath.org>
1107 L:      linux-hwmon@vger.kernel.org
1108 S:      Odd fixes
1109 F:      drivers/hwmon/applesmc.c
1110
1111 APPLETALK NETWORK LAYER
1112 L:      netdev@vger.kernel.org
1113 S:      Odd fixes
1114 F:      drivers/net/appletalk/
1115 F:      net/appletalk/
1116 F:      include/linux/atalk.h
1117 F:      include/uapi/linux/atalk.h
1118
1119 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1120 M:      Khuong Dinh <khuong@os.amperecomputing.com>
1121 S:      Supported
1122 F:      arch/arm64/boot/dts/apm/
1123
1124 APPLIED MICRO (APM) X-GENE SOC EDAC
1125 M:      Khuong Dinh <khuong@os.amperecomputing.com>
1126 S:      Supported
1127 F:      drivers/edac/xgene_edac.c
1128 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1129
1130 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1131 M:      Iyappan Subramanian <iyappan@os.amperecomputing.com>
1132 M:      Keyur Chudgar <keyur@os.amperecomputing.com>
1133 S:      Supported
1134 F:      drivers/net/ethernet/apm/xgene-v2/
1135
1136 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1137 M:      Iyappan Subramanian <iyappan@os.amperecomputing.com>
1138 M:      Keyur Chudgar <keyur@os.amperecomputing.com>
1139 M:      Quan Nguyen <quan@os.amperecomputing.com>
1140 S:      Supported
1141 F:      drivers/net/ethernet/apm/xgene/
1142 F:      drivers/net/phy/mdio-xgene.c
1143 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1144 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1145
1146 APPLIED MICRO (APM) X-GENE SOC PMU
1147 M:      Khuong Dinh <khuong@os.amperecomputing.com>
1148 S:      Supported
1149 F:      drivers/perf/xgene_pmu.c
1150 F:      Documentation/admin-guide/perf/xgene-pmu.rst
1151 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1152
1153 APTINA CAMERA SENSOR PLL
1154 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1155 L:      linux-media@vger.kernel.org
1156 S:      Maintained
1157 F:      drivers/media/i2c/aptina-pll.*
1158
1159 AQUANTIA ETHERNET DRIVER (atlantic)
1160 M:      Igor Russkikh <igor.russkikh@aquantia.com>
1161 L:      netdev@vger.kernel.org
1162 S:      Supported
1163 W:      http://www.aquantia.com
1164 Q:      http://patchwork.ozlabs.org/project/netdev/list/
1165 F:      drivers/net/ethernet/aquantia/atlantic/
1166 F:      Documentation/networking/device_drivers/aquantia/atlantic.txt
1167
1168 ARC FRAMEBUFFER DRIVER
1169 M:      Jaya Kumar <jayalk@intworks.biz>
1170 S:      Maintained
1171 F:      drivers/video/fbdev/arcfb.c
1172 F:      drivers/video/fbdev/core/fb_defio.c
1173
1174 ARC PGU DRM DRIVER
1175 M:      Alexey Brodkin <abrodkin@synopsys.com>
1176 S:      Supported
1177 F:      drivers/gpu/drm/arc/
1178 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
1179
1180 ARCNET NETWORK LAYER
1181 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
1182 L:      netdev@vger.kernel.org
1183 S:      Maintained
1184 F:      drivers/net/arcnet/
1185 F:      include/uapi/linux/if_arcnet.h
1186
1187 ARM ARCHITECTED TIMER DRIVER
1188 M:      Mark Rutland <mark.rutland@arm.com>
1189 M:      Marc Zyngier <maz@kernel.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192 F:      arch/arm/include/asm/arch_timer.h
1193 F:      arch/arm64/include/asm/arch_timer.h
1194 F:      drivers/clocksource/arm_arch_timer.c
1195
1196 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1197 M:      Linus Walleij <linus.walleij@linaro.org>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S:      Maintained
1200 F:      Documentation/devicetree/bindings/arm/arm-boards
1201 F:      Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1202 F:      Documentation/devicetree/bindings/clock/arm-integrator.txt
1203 F:      Documentation/devicetree/bindings/i2c/i2c-versatile.txt
1204 F:      Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1205 F:      Documentation/devicetree/bindings/mtd/arm-versatile.txt
1206 F:      arch/arm/mach-integrator/
1207 F:      arch/arm/mach-realview/
1208 F:      arch/arm/mach-versatile/
1209 F:      arch/arm/plat-versatile/
1210 F:      arch/arm/boot/dts/arm-realview-*
1211 F:      arch/arm/boot/dts/integrator*
1212 F:      arch/arm/boot/dts/versatile*
1213 F:      drivers/clk/versatile/
1214 F:      drivers/i2c/busses/i2c-versatile.c
1215 F:      drivers/irqchip/irq-versatile-fpga.c
1216 F:      drivers/mtd/maps/physmap_of_versatile.c
1217 F:      drivers/power/reset/arm-versatile-reboot.c
1218 F:      drivers/soc/versatile/
1219
1220 ARM HDLCD DRM DRIVER
1221 M:      Liviu Dudau <liviu.dudau@arm.com>
1222 S:      Supported
1223 F:      drivers/gpu/drm/arm/hdlcd_*
1224 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
1225
1226 ARM KOMEDA DRM-KMS DRIVER
1227 M:      James (Qian) Wang <james.qian.wang@arm.com>
1228 M:      Liviu Dudau <liviu.dudau@arm.com>
1229 L:      Mali DP Maintainers <malidp@foss.arm.com>
1230 S:      Supported
1231 T:      git git://anongit.freedesktop.org/drm/drm-misc
1232 F:      drivers/gpu/drm/arm/display/include/
1233 F:      drivers/gpu/drm/arm/display/komeda/
1234 F:      Documentation/devicetree/bindings/display/arm,komeda.txt
1235 F:      Documentation/gpu/komeda-kms.rst
1236
1237 ARM MALI-DP DRM DRIVER
1238 M:      Liviu Dudau <liviu.dudau@arm.com>
1239 M:      Brian Starkey <brian.starkey@arm.com>
1240 L:      Mali DP Maintainers <malidp@foss.arm.com>
1241 S:      Supported
1242 T:      git git://anongit.freedesktop.org/drm/drm-misc
1243 F:      drivers/gpu/drm/arm/
1244 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
1245 F:      Documentation/gpu/afbc.rst
1246
1247 ARM MALI PANFROST DRM DRIVER
1248 M:      Rob Herring <robh@kernel.org>
1249 M:      Tomeu Vizoso <tomeu.vizoso@collabora.com>
1250 L:      dri-devel@lists.freedesktop.org
1251 S:      Supported
1252 T:      git git://anongit.freedesktop.org/drm/drm-misc
1253 F:      drivers/gpu/drm/panfrost/
1254 F:      include/uapi/drm/panfrost_drm.h
1255
1256 ARM MFM AND FLOPPY DRIVERS
1257 M:      Ian Molton <spyro@f2s.com>
1258 S:      Maintained
1259 F:      arch/arm/mach-rpc/floppydma.S
1260 F:      arch/arm/include/asm/floppy.h
1261
1262 ARM PMU PROFILING AND DEBUGGING
1263 M:      Will Deacon <will@kernel.org>
1264 M:      Mark Rutland <mark.rutland@arm.com>
1265 S:      Maintained
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 F:      arch/arm*/kernel/perf_*
1268 F:      arch/arm/oprofile/common.c
1269 F:      arch/arm*/kernel/hw_breakpoint.c
1270 F:      arch/arm*/include/asm/hw_breakpoint.h
1271 F:      arch/arm*/include/asm/perf_event.h
1272 F:      drivers/perf/*
1273 F:      include/linux/perf/arm_pmu.h
1274 F:      Documentation/devicetree/bindings/arm/pmu.yaml
1275 F:      Documentation/devicetree/bindings/perf/
1276
1277 ARM PORT
1278 M:      Russell King <linux@armlinux.org.uk>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 W:      http://www.armlinux.org.uk/
1281 S:      Odd Fixes
1282 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1283 F:      arch/arm/
1284 X:      arch/arm/boot/dts/
1285
1286 ARM PRIMECELL AACI PL041 DRIVER
1287 M:      Russell King <linux@armlinux.org.uk>
1288 S:      Odd Fixes
1289 F:      sound/arm/aaci.*
1290
1291 ARM PRIMECELL BUS SUPPORT
1292 M:      Russell King <linux@armlinux.org.uk>
1293 S:      Odd Fixes
1294 F:      drivers/amba/
1295 F:      include/linux/amba/bus.h
1296
1297 ARM PRIMECELL CLCD PL110 DRIVER
1298 M:      Russell King <linux@armlinux.org.uk>
1299 S:      Odd Fixes
1300 F:      drivers/video/fbdev/amba-clcd.*
1301
1302 ARM PRIMECELL KMI PL050 DRIVER
1303 M:      Russell King <linux@armlinux.org.uk>
1304 S:      Odd Fixes
1305 F:      drivers/input/serio/ambakmi.*
1306 F:      include/linux/amba/kmi.h
1307
1308 ARM PRIMECELL MMCI PL180/1 DRIVER
1309 M:      Russell King <linux@armlinux.org.uk>
1310 S:      Odd Fixes
1311 F:      drivers/mmc/host/mmci.*
1312 F:      include/linux/amba/mmci.h
1313
1314 ARM PRIMECELL SSP PL022 SPI DRIVER
1315 M:      Linus Walleij <linus.walleij@linaro.org>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 S:      Maintained
1318 F:      Documentation/devicetree/bindings/spi/spi-pl022.yaml
1319 F:      drivers/spi/spi-pl022.c
1320
1321 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1322 M:      Russell King <linux@armlinux.org.uk>
1323 S:      Odd Fixes
1324 F:      drivers/tty/serial/amba-pl01*.c
1325 F:      include/linux/amba/serial.h
1326
1327 ARM PRIMECELL VIC PL190/PL192 DRIVER
1328 M:      Linus Walleij <linus.walleij@linaro.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1332 F:      drivers/irqchip/irq-vic.c
1333
1334 AMAZON ANNAPURNA LABS FIC DRIVER
1335 M:      Talel Shenhar <talel@amazon.com>
1336 S:      Maintained
1337 F:      Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
1338 F:      drivers/irqchip/irq-al-fic.c
1339
1340 ARM SMMU DRIVERS
1341 M:      Will Deacon <will@kernel.org>
1342 R:      Robin Murphy <robin.murphy@arm.com>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 S:      Maintained
1345 F:      drivers/iommu/arm-smmu*
1346 F:      drivers/iommu/io-pgtable-arm.c
1347 F:      drivers/iommu/io-pgtable-arm-v7s.c
1348
1349 ARM SUB-ARCHITECTURES
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 S:      Maintained
1352 F:      arch/arm/mach-*/
1353 F:      arch/arm/plat-*/
1354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1355
1356 ARM/ACTIONS SEMI ARCHITECTURE
1357 M:      Andreas Färber <afaerber@suse.de>
1358 R:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 S:      Maintained
1361 N:      owl
1362 F:      arch/arm/mach-actions/
1363 F:      arch/arm/boot/dts/owl-*
1364 F:      arch/arm64/boot/dts/actions/
1365 F:      drivers/clk/actions/
1366 F:      drivers/clocksource/timer-owl*
1367 F:      drivers/dma/owl-dma.c
1368 F:      drivers/i2c/busses/i2c-owl.c
1369 F:      drivers/pinctrl/actions/*
1370 F:      drivers/soc/actions/
1371 F:      include/dt-bindings/power/owl-*
1372 F:      include/linux/soc/actions/
1373 F:      Documentation/devicetree/bindings/arm/actions.txt
1374 F:      Documentation/devicetree/bindings/clock/actions,owl-cmu.txt
1375 F:      Documentation/devicetree/bindings/dma/owl-dma.txt
1376 F:      Documentation/devicetree/bindings/i2c/i2c-owl.txt
1377 F:      Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1378 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1379 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1380
1381 ARM/ADS SPHERE MACHINE SUPPORT
1382 M:      Lennert Buytenhek <kernel@wantstofly.org>
1383 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1384 S:      Maintained
1385
1386 ARM/AFEB9260 MACHINE SUPPORT
1387 M:      Sergey Lapin <slapin@ossfans.org>
1388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1389 S:      Maintained
1390
1391 ARM/AJECO 1ARM MACHINE SUPPORT
1392 M:      Lennert Buytenhek <kernel@wantstofly.org>
1393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1394 S:      Maintained
1395
1396 ARM/Allwinner SoC Clock Support
1397 M:      Emilio López <emilio@elopez.com.ar>
1398 S:      Maintained
1399 F:      drivers/clk/sunxi/
1400
1401 ARM/Allwinner sunXi SoC support
1402 M:      Maxime Ripard <mripard@kernel.org>
1403 M:      Chen-Yu Tsai <wens@csie.org>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 S:      Maintained
1406 N:      sun[x456789]i
1407 N:      sun50i
1408 F:      arch/arm/mach-sunxi/
1409 F:      arch/arm64/boot/dts/allwinner/
1410 F:      drivers/clk/sunxi-ng/
1411 F:      drivers/pinctrl/sunxi/
1412 F:      drivers/soc/sunxi/
1413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1414
1415 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1416 M:      Neil Armstrong <narmstrong@baylibre.com>
1417 M:      Jerome Brunet <jbrunet@baylibre.com>
1418 L:      linux-amlogic@lists.infradead.org
1419 S:      Maintained
1420 F:      drivers/clk/meson/
1421 F:      include/dt-bindings/clock/meson*
1422 F:      include/dt-bindings/clock/gxbb*
1423 F:      Documentation/devicetree/bindings/clock/amlogic*
1424
1425 ARM/Amlogic Meson SoC support
1426 M:      Kevin Hilman <khilman@baylibre.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-amlogic@lists.infradead.org
1429 W:      http://linux-meson.com/
1430 S:      Maintained
1431 F:      arch/arm/mach-meson/
1432 F:      arch/arm/boot/dts/meson*
1433 F:      arch/arm64/boot/dts/amlogic/
1434 F:      drivers/pinctrl/meson/
1435 F:      drivers/mmc/host/meson*
1436 F:      drivers/soc/amlogic/
1437 N:      meson
1438
1439 ARM/Amlogic Meson SoC Sound Drivers
1440 M:      Jerome Brunet <jbrunet@baylibre.com>
1441 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1442 S:      Maintained
1443 F:      sound/soc/meson/
1444 F:      Documentation/devicetree/bindings/sound/amlogic*
1445
1446 ARM/Annapurna Labs ALPINE ARCHITECTURE
1447 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1448 M:      Antoine Tenart <antoine.tenart@bootlin.com>
1449 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1450 S:      Maintained
1451 F:      arch/arm/mach-alpine/
1452 F:      arch/arm/boot/dts/alpine*
1453 F:      arch/arm64/boot/dts/al/
1454 F:      drivers/*/*alpine*
1455
1456 ARM/ARTPEC MACHINE SUPPORT
1457 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1458 M:      Lars Persson <lars.persson@axis.com>
1459 S:      Maintained
1460 L:      linux-arm-kernel@axis.com
1461 F:      arch/arm/mach-artpec
1462 F:      arch/arm/boot/dts/artpec6*
1463 F:      drivers/clk/axis
1464 F:      drivers/crypto/axis
1465 F:      drivers/mmc/host/usdhi6rol0.c
1466 F:      drivers/pinctrl/pinctrl-artpec*
1467 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1468
1469 ARM/ASPEED I2C DRIVER
1470 M:      Brendan Higgins <brendanhiggins@google.com>
1471 R:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
1472 R:      Joel Stanley <joel@jms.id.au>
1473 L:      linux-i2c@vger.kernel.org
1474 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1475 S:      Maintained
1476 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1477 F:      drivers/i2c/busses/i2c-aspeed.c
1478 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1479 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1480
1481 ARM/ASPEED MACHINE SUPPORT
1482 M:      Joel Stanley <joel@jms.id.au>
1483 R:      Andrew Jeffery <andrew@aj.id.au>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1486 Q:      https://patchwork.ozlabs.org/project/linux-aspeed/list/
1487 S:      Supported
1488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1489 F:      arch/arm/mach-aspeed/
1490 F:      arch/arm/boot/dts/aspeed-*
1491 N:      aspeed
1492
1493 ARM/BITMAIN ARCHITECTURE
1494 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 S:      Maintained
1497 F:      arch/arm64/boot/dts/bitmain/
1498 F:      drivers/pinctrl/pinctrl-bm1880.c
1499 F:      Documentation/devicetree/bindings/arm/bitmain.yaml
1500 F:      Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt
1501
1502 ARM/CALXEDA HIGHBANK ARCHITECTURE
1503 M:      Rob Herring <robh@kernel.org>
1504 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1505 S:      Maintained
1506 F:      arch/arm/mach-highbank/
1507 F:      arch/arm/boot/dts/highbank.dts
1508 F:      arch/arm/boot/dts/ecx-*.dts*
1509
1510 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1511 M:      Krzysztof Halasa <khalasa@piap.pl>
1512 S:      Maintained
1513 F:      arch/arm/mach-cns3xxx/
1514
1515 ARM/CAVIUM THUNDER NETWORK DRIVER
1516 M:      Sunil Goutham <sgoutham@cavium.com>
1517 M:      Robert Richter <rric@kernel.org>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 S:      Supported
1520 F:      drivers/net/ethernet/cavium/thunder/
1521
1522 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1523 M:      Lukasz Majewski <lukma@denx.de>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 S:      Maintained
1526 F:      arch/arm/mach-ep93xx/ts72xx.c
1527
1528 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1529 M:      Alexander Shiyan <shc_work@mail.ru>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 S:      Odd Fixes
1532 N:      clps711x
1533
1534 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1535 M:      Lennert Buytenhek <kernel@wantstofly.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S:      Maintained
1538
1539 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1540 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1541 M:      Alexander Sverdlin <alexander.sverdlin@gmail.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 S:      Maintained
1544 F:      arch/arm/mach-ep93xx/
1545 F:      arch/arm/mach-ep93xx/include/mach/
1546
1547 ARM/CLKDEV SUPPORT
1548 M:      Russell King <linux@armlinux.org.uk>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1552 F:      drivers/clk/clkdev.c
1553
1554 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1555 M:      Mike Rapoport <mike@compulab.co.il>
1556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1557 S:      Maintained
1558
1559 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1560 M:      Baruch Siach <baruch@tkos.co.il>
1561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 S:      Maintained
1563 F:      arch/arm/boot/dts/cx92755*
1564 N:      digicolor
1565
1566 ARM/CONTEC MICRO9 MACHINE SUPPORT
1567 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1568 S:      Maintained
1569 F:      arch/arm/mach-ep93xx/micro9.c
1570
1571 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1572 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1573 R:      Suzuki K Poulose <suzuki.poulose@arm.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 S:      Maintained
1576 F:      drivers/hwtracing/coresight/*
1577 F:      Documentation/trace/coresight.rst
1578 F:      Documentation/trace/coresight-cpu-debug.rst
1579 F:      Documentation/devicetree/bindings/arm/coresight.txt
1580 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1581 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1582 F:      tools/perf/arch/arm/util/pmu.c
1583 F:      tools/perf/arch/arm/util/auxtrace.c
1584 F:      tools/perf/arch/arm/util/cs-etm.c
1585 F:      tools/perf/arch/arm/util/cs-etm.h
1586 F:      tools/perf/util/cs-etm.*
1587 F:      tools/perf/util/cs-etm-decoder/*
1588
1589 ARM/CORGI MACHINE SUPPORT
1590 M:      Richard Purdie <rpurdie@rpsys.net>
1591 S:      Maintained
1592
1593 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1594 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1595 M:      Linus Walleij <linus.walleij@linaro.org>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 T:      git git://github.com/ulli-kroll/linux.git
1598 S:      Maintained
1599 F:      Documentation/devicetree/bindings/arm/gemini.txt
1600 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1601 F:      Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1602 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1603 F:      arch/arm/mach-gemini/
1604 F:      drivers/net/ethernet/cortina/
1605 F:      drivers/pinctrl/pinctrl-gemini.c
1606 F:      drivers/rtc/rtc-ftrtc010.c
1607
1608 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1609 M:      Barry Song <baohua@kernel.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1612 S:      Maintained
1613 F:      arch/arm/boot/dts/prima2*
1614 F:      arch/arm/mach-prima2/
1615 F:      drivers/clk/sirf/
1616 F:      drivers/clocksource/timer-prima2.c
1617 F:      drivers/clocksource/timer-atlas7.c
1618 N:      [^a-z]sirf
1619 X:      drivers/gnss
1620
1621 ARM/CZ.NIC TURRIS MOX SUPPORT
1622 M:      Marek Behun <marek.behun@nic.cz>
1623 W:      http://mox.turris.cz
1624 S:      Maintained
1625 F:      Documentation/ABI/testing/debugfs-moxtet
1626 F:      Documentation/ABI/testing/sysfs-bus-moxtet-devices
1627 F:      Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm
1628 F:      Documentation/devicetree/bindings/bus/moxtet.txt
1629 F:      Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
1630 F:      Documentation/devicetree/bindings/gpio/gpio-moxtet.txt
1631 F:      include/linux/moxtet.h
1632 F:      drivers/bus/moxtet.c
1633 F:      drivers/firmware/turris-mox-rwtm.c
1634 F:      drivers/gpio/gpio-moxtet.c
1635
1636 ARM/EBSA110 MACHINE SUPPORT
1637 M:      Russell King <linux@armlinux.org.uk>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 W:      http://www.armlinux.org.uk/
1640 S:      Maintained
1641 F:      arch/arm/mach-ebsa110/
1642 F:      drivers/net/ethernet/amd/am79c961a.*
1643
1644 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1645 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1646 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 S:      Maintained
1649 N:      efm32
1650
1651 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1652 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 S:      Maintained
1655 F:      arch/arm/mach-pxa/ezx.c
1656
1657 ARM/FARADAY FA526 PORT
1658 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 S:      Maintained
1661 T:      git git://git.berlios.de/gemini-board
1662 F:      arch/arm/mm/*-fa*
1663
1664 ARM/FOOTBRIDGE ARCHITECTURE
1665 M:      Russell King <linux@armlinux.org.uk>
1666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 W:      http://www.armlinux.org.uk/
1668 S:      Maintained
1669 F:      arch/arm/include/asm/hardware/dec21285.h
1670 F:      arch/arm/mach-footbridge/
1671
1672 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1673 M:      Shawn Guo <shawnguo@kernel.org>
1674 M:      Sascha Hauer <s.hauer@pengutronix.de>
1675 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1676 R:      Fabio Estevam <festevam@gmail.com>
1677 R:      NXP Linux Team <linux-imx@nxp.com>
1678 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1679 S:      Maintained
1680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1681 N:      imx
1682 N:      mxs
1683 X:      drivers/media/i2c/
1684
1685 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1686 M:      Shawn Guo <shawnguo@kernel.org>
1687 M:      Sascha Hauer <s.hauer@pengutronix.de>
1688 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1689 R:      Stefan Agner <stefan@agner.ch>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S:      Maintained
1692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1693 F:      arch/arm/mach-imx/*vf610*
1694 F:      arch/arm/boot/dts/vf*
1695
1696 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1697 M:      Shawn Guo <shawnguo@kernel.org>
1698 M:      Li Yang <leoyang.li@nxp.com>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 S:      Maintained
1701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1702 F:      arch/arm/boot/dts/ls1021a*
1703 F:      arch/arm64/boot/dts/freescale/fsl-*
1704 F:      arch/arm64/boot/dts/freescale/qoriq-*
1705
1706 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1707 M:      Lennert Buytenhek <kernel@wantstofly.org>
1708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1709 S:      Maintained
1710
1711 ARM/GUMSTIX MACHINE SUPPORT
1712 M:      Steve Sakoman <sakoman@gmail.com>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715
1716 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1717 M:      Philipp Zabel <philipp.zabel@gmail.com>
1718 M:      Paul Parsons <lost.distance@yahoo.com>
1719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1720 S:      Maintained
1721 F:      arch/arm/mach-pxa/hx4700.c
1722 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1723 F:      sound/soc/pxa/hx4700.c
1724
1725 ARM/HISILICON SOC SUPPORT
1726 M:      Wei Xu <xuwei5@hisilicon.com>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 W:      http://www.hisilicon.com
1729 S:      Supported
1730 T:      git git://github.com/hisilicon/linux-hisi.git
1731 F:      arch/arm/mach-hisi/
1732 F:      arch/arm/boot/dts/hi3*
1733 F:      arch/arm/boot/dts/hip*
1734 F:      arch/arm/boot/dts/hisi*
1735 F:      arch/arm64/boot/dts/hisilicon/
1736
1737 ARM/HP JORNADA 7XX MACHINE SUPPORT
1738 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1739 W:      www.jlime.com
1740 S:      Maintained
1741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1742 F:      arch/arm/mach-sa1100/jornada720.c
1743 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1744
1745 ARM/IGEP MACHINE SUPPORT
1746 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1747 M:      Javier Martinez Canillas <javier@dowhile0.org>
1748 L:      linux-omap@vger.kernel.org
1749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1750 S:      Maintained
1751 F:      arch/arm/boot/dts/omap3-igep*
1752
1753 ARM/INCOME PXA270 SUPPORT
1754 M:      Marek Vasut <marek.vasut@gmail.com>
1755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756 S:      Maintained
1757 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1758
1759 ARM/INTEL IOP32X ARM ARCHITECTURE
1760 M:      Lennert Buytenhek <kernel@wantstofly.org>
1761 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1762 S:      Maintained
1763
1764 ARM/INTEL IQ81342EX MACHINE SUPPORT
1765 M:      Lennert Buytenhek <kernel@wantstofly.org>
1766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767 S:      Maintained
1768
1769 ARM/INTEL IXDP2850 MACHINE SUPPORT
1770 M:      Lennert Buytenhek <kernel@wantstofly.org>
1771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1772 S:      Maintained
1773
1774 ARM/INTEL IXP4XX ARM ARCHITECTURE
1775 M:      Linus Walleij <linusw@kernel.org>
1776 M:      Imre Kaloz <kaloz@openwrt.org>
1777 M:      Krzysztof Halasa <khalasa@piap.pl>
1778 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1779 S:      Maintained
1780 F:      Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml
1781 F:      Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.txt
1782 F:      Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml
1783 F:      Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml
1784 F:      arch/arm/mach-ixp4xx/
1785 F:      drivers/clocksource/timer-ixp4xx.c
1786 F:      drivers/gpio/gpio-ixp4xx.c
1787 F:      drivers/irqchip/irq-ixp4xx.c
1788 F:      include/linux/irqchip/irq-ixp4xx.h
1789 F:      include/linux/platform_data/timer-ixp4xx.h
1790
1791 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1792 M:      Jonathan Cameron <jic23@cam.ac.uk>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 S:      Maintained
1795 F:      arch/arm/mach-pxa/stargate2.c
1796 F:      drivers/pcmcia/pxa2xx_stargate2.c
1797
1798 ARM/INTEL XSC3 (MANZANO) ARM CORE
1799 M:      Lennert Buytenhek <kernel@wantstofly.org>
1800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1801 S:      Maintained
1802
1803 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1804 M:      Lennert Buytenhek <kernel@wantstofly.org>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 S:      Maintained
1807
1808 ARM/LG1K ARCHITECTURE
1809 M:      Chanho Min <chanho.min@lge.com>
1810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1811 S:      Maintained
1812 F:      arch/arm64/boot/dts/lg/
1813
1814 ARM/LOGICPD PXA270 MACHINE SUPPORT
1815 M:      Lennert Buytenhek <kernel@wantstofly.org>
1816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S:      Maintained
1818
1819 ARM/LPC18XX ARCHITECTURE
1820 M:      Vladimir Zapolskiy <vz@mleia.com>
1821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 S:      Maintained
1823 F:      Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt
1824 F:      arch/arm/boot/dts/lpc43*
1825 F:      drivers/i2c/busses/i2c-lpc2k.c
1826 F:      drivers/memory/pl172.c
1827 F:      drivers/mtd/spi-nor/nxp-spifi.c
1828 F:      drivers/rtc/rtc-lpc24xx.c
1829 N:      lpc18xx
1830
1831 ARM/LPC32XX SOC SUPPORT
1832 M:      Vladimir Zapolskiy <vz@mleia.com>
1833 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1834 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1835 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1836 S:      Maintained
1837 F:      Documentation/devicetree/bindings/i2c/i2c-pnx.txt
1838 F:      arch/arm/boot/dts/lpc32*
1839 F:      arch/arm/mach-lpc32xx/
1840 F:      drivers/i2c/busses/i2c-pnx.c
1841 F:      drivers/net/ethernet/nxp/lpc_eth.c
1842 F:      drivers/usb/host/ohci-nxp.c
1843 F:      drivers/watchdog/pnx4008_wdt.c
1844 N:      lpc32xx
1845
1846 ARM/MAGICIAN MACHINE SUPPORT
1847 M:      Philipp Zabel <philipp.zabel@gmail.com>
1848 S:      Maintained
1849
1850 ARM/Marvell Dove/MV78xx0/Orion SOC support
1851 M:      Jason Cooper <jason@lakedaemon.net>
1852 M:      Andrew Lunn <andrew@lunn.ch>
1853 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1854 M:      Gregory Clement <gregory.clement@bootlin.com>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 S:      Maintained
1857 F:      Documentation/devicetree/bindings/soc/dove/
1858 F:      arch/arm/mach-dove/
1859 F:      arch/arm/mach-mv78xx0/
1860 F:      arch/arm/mach-orion5x/
1861 F:      arch/arm/plat-orion/
1862 F:      arch/arm/boot/dts/dove*
1863 F:      arch/arm/boot/dts/orion5x*
1864 T:      git git://git.infradead.org/linux-mvebu.git
1865
1866 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1867 M:      Jason Cooper <jason@lakedaemon.net>
1868 M:      Andrew Lunn <andrew@lunn.ch>
1869 M:      Gregory Clement <gregory.clement@bootlin.com>
1870 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1872 S:      Maintained
1873 F:      arch/arm/boot/dts/armada*
1874 F:      arch/arm/boot/dts/kirkwood*
1875 F:      arch/arm/configs/mvebu_*_defconfig
1876 F:      arch/arm/mach-mvebu/
1877 F:      arch/arm64/boot/dts/marvell/armada*
1878 F:      drivers/cpufreq/armada-37xx-cpufreq.c
1879 F:      drivers/cpufreq/armada-8k-cpufreq.c
1880 F:      drivers/cpufreq/mvebu-cpufreq.c
1881 F:      drivers/irqchip/irq-armada-370-xp.c
1882 F:      drivers/irqchip/irq-mvebu-*
1883 F:      drivers/pinctrl/mvebu/
1884 F:      drivers/rtc/rtc-armada38x.c
1885 T:      git git://git.infradead.org/linux-mvebu.git
1886
1887 ARM/Mediatek RTC DRIVER
1888 M:      Eddie Huang <eddie.huang@mediatek.com>
1889 M:      Sean Wang <sean.wang@mediatek.com>
1890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1891 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1892 S:      Maintained
1893 F:      Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1894 F:      drivers/rtc/rtc-mt6397.c
1895 F:      drivers/rtc/rtc-mt7622.c
1896
1897 ARM/Mediatek SoC support
1898 M:      Matthias Brugger <matthias.bgg@gmail.com>
1899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1900 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1901 W:      https://mtk.bcnfs.org/
1902 C:      irc://chat.freenode.net/linux-mediatek
1903 S:      Maintained
1904 F:      arch/arm/boot/dts/mt6*
1905 F:      arch/arm/boot/dts/mt7*
1906 F:      arch/arm/boot/dts/mt8*
1907 F:      arch/arm/mach-mediatek/
1908 F:      arch/arm64/boot/dts/mediatek/
1909 F:      drivers/soc/mediatek/
1910 N:      mtk
1911 N:      mt[678]
1912 K:      mediatek
1913
1914 ARM/Mediatek USB3 PHY DRIVER
1915 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1918 S:      Maintained
1919 F:      drivers/phy/mediatek/
1920 F:      Documentation/devicetree/bindings/phy/phy-mtk-*
1921
1922 ARM/Microchip (AT91) SoC support
1923 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1924 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
1925 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
1926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927 W:      http://www.linux4sam.org
1928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
1929 S:      Supported
1930 N:      at91
1931 N:      atmel
1932 F:      arch/arm/mach-at91/
1933 F:      include/soc/at91/
1934 F:      arch/arm/boot/dts/at91*.dts
1935 F:      arch/arm/boot/dts/at91*.dtsi
1936 F:      arch/arm/boot/dts/sama*.dts
1937 F:      arch/arm/boot/dts/sama*.dtsi
1938 F:      arch/arm/include/debug/at91.S
1939 F:      drivers/memory/atmel*
1940 F:      drivers/watchdog/sama5d4_wdt.c
1941 X:      drivers/input/touchscreen/atmel_mxt_ts.c
1942 X:      drivers/net/wireless/atmel/
1943
1944 ARM/MIOA701 MACHINE SUPPORT
1945 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1947 F:      arch/arm/mach-pxa/mioa701.c
1948 S:      Maintained
1949
1950 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1951 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1952 S:      Maintained
1953
1954 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1955 M:      Linus Walleij <linus.walleij@linaro.org>
1956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1957 S:      Maintained
1958 F:      Documentation/devicetree/bindings/i2c/i2c-nomadik.txt
1959 F:      Documentation/devicetree/bindings/i2c/i2c-stu300.txt
1960 F:      arch/arm/mach-nomadik/
1961 F:      arch/arm/mach-u300/
1962 F:      arch/arm/mach-ux500/
1963 F:      drivers/soc/ux500/
1964 F:      arch/arm/boot/dts/ste-*
1965 F:      drivers/clk/clk-nomadik.c
1966 F:      drivers/clk/clk-u300.c
1967 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1968 F:      drivers/clocksource/timer-u300.c
1969 F:      drivers/dma/coh901318*
1970 F:      drivers/dma/ste_dma40*
1971 F:      drivers/hwspinlock/u8500_hsem.c
1972 F:      drivers/i2c/busses/i2c-nomadik.c
1973 F:      drivers/i2c/busses/i2c-stu300.c
1974 F:      drivers/mfd/ab3100*
1975 F:      drivers/mfd/ab8500*
1976 F:      drivers/mfd/abx500*
1977 F:      drivers/mfd/dbx500*
1978 F:      drivers/mfd/db8500*
1979 F:      drivers/pinctrl/nomadik/
1980 F:      drivers/pinctrl/pinctrl-coh901*
1981 F:      drivers/pinctrl/pinctrl-u300.c
1982 F:      drivers/rtc/rtc-ab3100.c
1983 F:      drivers/rtc/rtc-ab8500.c
1984 F:      drivers/rtc/rtc-coh901331.c
1985 F:      drivers/rtc/rtc-pl031.c
1986 F:      drivers/watchdog/coh901327_wdt.c
1987 F:      Documentation/devicetree/bindings/arm/ste-*
1988 F:      Documentation/devicetree/bindings/arm/ux500/
1989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1990
1991 ARM/NUVOTON NPCM ARCHITECTURE
1992 M:      Avi Fishman <avifishman70@gmail.com>
1993 M:      Tomer Maimon <tmaimon77@gmail.com>
1994 M:      Tali Perry <tali.perry1@gmail.com>
1995 R:      Patrick Venture <venture@google.com>
1996 R:      Nancy Yuen <yuenn@google.com>
1997 R:      Benjamin Fair <benjaminfair@google.com>
1998 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1999 S:      Supported
2000 F:      arch/arm/mach-npcm/
2001 F:      arch/arm/boot/dts/nuvoton-npcm*
2002 F:      include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
2003 F:      drivers/*/*npcm*
2004 F:      Documentation/devicetree/bindings/*/*npcm*
2005 F:      Documentation/devicetree/bindings/*/*/*npcm*
2006
2007 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
2008 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
2009 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
2010 S:      Orphan
2011 F:      arch/arm/mach-s3c24xx/mach-gta02.c
2012 F:      arch/arm/mach-s3c24xx/gta02.h
2013
2014 ARM/Orion SoC/Technologic Systems TS-78xx platform support
2015 M:      Alexander Clouter <alex@digriz.org.uk>
2016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2017 W:      http://www.digriz.org.uk/ts78xx/kernel
2018 S:      Maintained
2019 F:      arch/arm/mach-orion5x/ts78xx-*
2020
2021 ARM/OXNAS platform support
2022 M:      Neil Armstrong <narmstrong@baylibre.com>
2023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2024 L:      linux-oxnas@groups.io (moderated for non-subscribers)
2025 S:      Maintained
2026 F:      arch/arm/mach-oxnas/
2027 F:      arch/arm/boot/dts/ox8*.dts*
2028 N:      oxnas
2029
2030 ARM/PALM TREO SUPPORT
2031 M:      Tomas Cech <sleep_walker@suse.com>
2032 L:      linux-arm-kernel@lists.infradead.org
2033 W:      http://hackndev.com
2034 S:      Maintained
2035 F:      arch/arm/mach-pxa/palmtreo.*
2036
2037 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
2038 M:      Marek Vasut <marek.vasut@gmail.com>
2039 L:      linux-arm-kernel@lists.infradead.org
2040 W:      http://hackndev.com
2041 S:      Maintained
2042 F:      arch/arm/mach-pxa/include/mach/palmtx.h
2043 F:      arch/arm/mach-pxa/palmtx.c
2044 F:      arch/arm/mach-pxa/palmt5.*
2045 F:      arch/arm/mach-pxa/include/mach/palmld.h
2046 F:      arch/arm/mach-pxa/palmld.c
2047 F:      arch/arm/mach-pxa/palmte2.*
2048 F:      arch/arm/mach-pxa/include/mach/palmtc.h
2049 F:      arch/arm/mach-pxa/palmtc.c
2050
2051 ARM/PALMZ72 SUPPORT
2052 M:      Sergey Lapin <slapin@ossfans.org>
2053 L:      linux-arm-kernel@lists.infradead.org
2054 W:      http://hackndev.com
2055 S:      Maintained
2056 F:      arch/arm/mach-pxa/palmz72.*
2057
2058 ARM/PLEB SUPPORT
2059 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
2060 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
2061 S:      Maintained
2062
2063 ARM/PT DIGITAL BOARD PORT
2064 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
2065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2066 W:      http://www.armlinux.org.uk/
2067 S:      Maintained
2068
2069 ARM/QUALCOMM SUPPORT
2070 M:      Andy Gross <agross@kernel.org>
2071 L:      linux-arm-msm@vger.kernel.org
2072 S:      Maintained
2073 F:      Documentation/devicetree/bindings/soc/qcom/
2074 F:      Documentation/devicetree/bindings/*/qcom*
2075 F:      arch/arm/boot/dts/qcom-*.dts
2076 F:      arch/arm/boot/dts/qcom-*.dtsi
2077 F:      arch/arm/mach-qcom/
2078 F:      arch/arm64/boot/dts/qcom/
2079 F:      drivers/*/qcom/
2080 F:      drivers/*/qcom*
2081 F:      drivers/*/*/qcom/
2082 F:      drivers/*/*/qcom*
2083 F:      drivers/*/pm8???-*
2084 F:      drivers/bluetooth/btqcomsmd.c
2085 F:      drivers/clocksource/timer-qcom.c
2086 F:      drivers/extcon/extcon-qcom*
2087 F:      drivers/iommu/msm*
2088 F:      drivers/i2c/busses/i2c-qup.c
2089 F:      drivers/i2c/busses/i2c-qcom-geni.c
2090 F:      drivers/mfd/ssbi.c
2091 F:      drivers/mmc/host/mmci_qcom*
2092 F:      drivers/mmc/host/sdhci-msm.c
2093 F:      drivers/pci/controller/dwc/pcie-qcom.c
2094 F:      drivers/phy/qualcomm/
2095 F:      drivers/power/*/msm*
2096 F:      drivers/reset/reset-qcom-*
2097 F:      drivers/scsi/ufs/ufs-qcom.*
2098 F:      drivers/spi/spi-qup.c
2099 F:      drivers/spi/spi-geni-qcom.c
2100 F:      drivers/spi/spi-qcom-qspi.c
2101 F:      drivers/tty/serial/msm_serial.c
2102 F:      drivers/usb/dwc3/dwc3-qcom.c
2103 F:      include/dt-bindings/*/qcom*
2104 F:      include/linux/*/qcom*
2105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
2106
2107 ARM/RADISYS ENP2611 MACHINE SUPPORT
2108 M:      Lennert Buytenhek <kernel@wantstofly.org>
2109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2110 S:      Maintained
2111
2112 ARM/RDA MICRO ARCHITECTURE
2113 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2115 L:      linux-unisoc@lists.infradead.org (moderated for non-subscribers)
2116 S:      Maintained
2117 F:      arch/arm/boot/dts/rda8810pl-*
2118 F:      drivers/clocksource/timer-rda.c
2119 F:      drivers/irqchip/irq-rda-intc.c
2120 F:      drivers/tty/serial/rda-uart.c
2121 F:      Documentation/devicetree/bindings/arm/rda.yaml
2122 F:      Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.txt
2123 F:      Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
2124 F:      Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
2125
2126 ARM/REALTEK ARCHITECTURE
2127 M:      Andreas Färber <afaerber@suse.de>
2128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2129 S:      Maintained
2130 F:      arch/arm64/boot/dts/realtek/
2131 F:      Documentation/devicetree/bindings/arm/realtek.txt
2132
2133 ARM/RENESAS ARM64 ARCHITECTURE
2134 M:      Simon Horman <horms@verge.net.au>
2135 M:      Geert Uytterhoeven <geert+renesas@glider.be>
2136 M:      Magnus Damm <magnus.damm@gmail.com>
2137 L:      linux-renesas-soc@vger.kernel.org
2138 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
2141 S:      Supported
2142 F:      arch/arm64/boot/dts/renesas/
2143 F:      Documentation/devicetree/bindings/arm/renesas.yaml
2144 F:      drivers/soc/renesas/
2145 F:      include/linux/soc/renesas/
2146
2147 ARM/RISCPC ARCHITECTURE
2148 M:      Russell King <linux@armlinux.org.uk>
2149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2150 W:      http://www.armlinux.org.uk/
2151 S:      Maintained
2152 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
2153 F:      arch/arm/include/asm/hardware/ioc.h
2154 F:      arch/arm/include/asm/hardware/iomd.h
2155 F:      arch/arm/include/asm/hardware/memc.h
2156 F:      arch/arm/mach-rpc/
2157 F:      drivers/net/ethernet/8390/etherh.c
2158 F:      drivers/net/ethernet/i825xx/ether1*
2159 F:      drivers/net/ethernet/seeq/ether3*
2160 F:      drivers/scsi/arm/
2161
2162 ARM/Rockchip SoC support
2163 M:      Heiko Stuebner <heiko@sntech.de>
2164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2165 L:      linux-rockchip@lists.infradead.org
2166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
2167 S:      Maintained
2168 F:      Documentation/devicetree/bindings/i2c/i2c-rk3x.txt
2169 F:      arch/arm/boot/dts/rk3*
2170 F:      arch/arm/boot/dts/rv1108*
2171 F:      arch/arm/mach-rockchip/
2172 F:      drivers/clk/rockchip/
2173 F:      drivers/i2c/busses/i2c-rk3x.c
2174 F:      drivers/*/*rockchip*
2175 F:      drivers/*/*/*rockchip*
2176 F:      sound/soc/rockchip/
2177 N:      rockchip
2178
2179 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
2180 M:      Kukjin Kim <kgene@kernel.org>
2181 M:      Krzysztof Kozlowski <krzk@kernel.org>
2182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2183 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2184 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
2185 S:      Maintained
2186 F:      arch/arm/boot/dts/s3c*
2187 F:      arch/arm/boot/dts/s5p*
2188 F:      arch/arm/boot/dts/exynos*
2189 F:      arch/arm64/boot/dts/exynos/
2190 F:      arch/arm/plat-samsung/
2191 F:      arch/arm/mach-s3c24*/
2192 F:      arch/arm/mach-s3c64xx/
2193 F:      arch/arm/mach-s5p*/
2194 F:      arch/arm/mach-exynos*/
2195 F:      drivers/*/*s3c24*
2196 F:      drivers/*/*/*s3c24*
2197 F:      drivers/*/*s3c64xx*
2198 F:      drivers/*/*s5pv210*
2199 F:      drivers/memory/samsung/
2200 F:      drivers/soc/samsung/
2201 F:      include/linux/soc/samsung/
2202 F:      Documentation/arm/samsung/
2203 F:      Documentation/devicetree/bindings/arm/samsung/
2204 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
2205 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
2206 N:      exynos
2207
2208 ARM/SAMSUNG MOBILE MACHINE SUPPORT
2209 M:      Kyungmin Park <kyungmin.park@samsung.com>
2210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2211 S:      Maintained
2212 F:      arch/arm/mach-s5pv210/
2213
2214 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
2215 M:      Kyungmin Park <kyungmin.park@samsung.com>
2216 M:      Kamil Debski <kamil@wypas.org>
2217 M:      Andrzej Hajda <a.hajda@samsung.com>
2218 L:      linux-arm-kernel@lists.infradead.org
2219 L:      linux-media@vger.kernel.org
2220 S:      Maintained
2221 F:      drivers/media/platform/s5p-g2d/
2222
2223 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
2224 M:      Marek Szyprowski <m.szyprowski@samsung.com>
2225 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2226 L:      linux-media@vger.kernel.org
2227 S:      Maintained
2228 F:      drivers/media/platform/s5p-cec/
2229 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
2230
2231 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
2232 M:      Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
2233 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
2234 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
2235 L:      linux-arm-kernel@lists.infradead.org
2236 L:      linux-media@vger.kernel.org
2237 S:      Maintained
2238 F:      drivers/media/platform/s5p-jpeg/
2239
2240 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
2241 M:      Kyungmin Park <kyungmin.park@samsung.com>
2242 M:      Kamil Debski <kamil@wypas.org>
2243 M:      Jeongtae Park <jtp.park@samsung.com>
2244 M:      Andrzej Hajda <a.hajda@samsung.com>
2245 L:      linux-arm-kernel@lists.infradead.org
2246 L:      linux-media@vger.kernel.org
2247 S:      Maintained
2248 F:      drivers/media/platform/s5p-mfc/
2249
2250 ARM/SHMOBILE ARM ARCHITECTURE
2251 M:      Simon Horman <horms@verge.net.au>
2252 M:      Geert Uytterhoeven <geert+renesas@glider.be>
2253 M:      Magnus Damm <magnus.damm@gmail.com>
2254 L:      linux-renesas-soc@vger.kernel.org
2255 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
2258 S:      Supported
2259 F:      arch/arm/boot/dts/emev2*
2260 F:      arch/arm/boot/dts/gr-peach*
2261 F:      arch/arm/boot/dts/iwg20d-q7*
2262 F:      arch/arm/boot/dts/r7s*
2263 F:      arch/arm/boot/dts/r8a*
2264 F:      arch/arm/boot/dts/r9a*
2265 F:      arch/arm/boot/dts/sh*
2266 F:      arch/arm/configs/shmobile_defconfig
2267 F:      arch/arm/include/debug/renesas-scif.S
2268 F:      arch/arm/mach-shmobile/
2269 F:      Documentation/devicetree/bindings/arm/renesas.yaml
2270 F:      drivers/soc/renesas/
2271 F:      include/linux/soc/renesas/
2272
2273 ARM/SOCFPGA ARCHITECTURE
2274 M:      Dinh Nguyen <dinguyen@kernel.org>
2275 S:      Maintained
2276 F:      arch/arm/mach-socfpga/
2277 F:      arch/arm/boot/dts/socfpga*
2278 F:      arch/arm/configs/socfpga_defconfig
2279 F:      arch/arm64/boot/dts/altera/
2280 F:      arch/arm64/boot/dts/intel/
2281 W:      http://www.rocketboards.org
2282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2283
2284 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2285 M:      Dinh Nguyen <dinguyen@kernel.org>
2286 S:      Maintained
2287 F:      drivers/clk/socfpga/
2288
2289 ARM/SOCFPGA EDAC SUPPORT
2290 M:      Thor Thayer <thor.thayer@linux.intel.com>
2291 S:      Maintained
2292 F:      drivers/edac/altera_edac.
2293
2294 ARM/SPREADTRUM SoC SUPPORT
2295 M:      Orson Zhai <orsonzhai@gmail.com>
2296 M:      Baolin Wang <baolin.wang@linaro.org>
2297 M:      Chunyan Zhang <zhang.lyra@gmail.com>
2298 S:      Maintained
2299 F:      arch/arm64/boot/dts/sprd
2300 N:      sprd
2301
2302 ARM/STI ARCHITECTURE
2303 M:      Patrice Chotard <patrice.chotard@st.com>
2304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2305 W:      http://www.stlinux.com
2306 S:      Maintained
2307 F:      Documentation/devicetree/bindings/i2c/i2c-st.txt
2308 F:      arch/arm/mach-sti/
2309 F:      arch/arm/boot/dts/sti*
2310 F:      drivers/char/hw_random/st-rng.c
2311 F:      drivers/clocksource/arm_global_timer.c
2312 F:      drivers/clocksource/clksrc_st_lpc.c
2313 F:      drivers/cpufreq/sti-cpufreq.c
2314 F:      drivers/dma/st_fdma*
2315 F:      drivers/i2c/busses/i2c-st.c
2316 F:      drivers/media/rc/st_rc.c
2317 F:      drivers/media/platform/sti/c8sectpfe/
2318 F:      drivers/mmc/host/sdhci-st.c
2319 F:      drivers/phy/st/phy-miphy28lp.c
2320 F:      drivers/phy/st/phy-stih407-usb.c
2321 F:      drivers/pinctrl/pinctrl-st.c
2322 F:      drivers/remoteproc/st_remoteproc.c
2323 F:      drivers/remoteproc/st_slim_rproc.c
2324 F:      drivers/reset/sti/
2325 F:      drivers/rtc/rtc-st-lpc.c
2326 F:      drivers/tty/serial/st-asc.c
2327 F:      drivers/usb/dwc3/dwc3-st.c
2328 F:      drivers/usb/host/ehci-st.c
2329 F:      drivers/usb/host/ohci-st.c
2330 F:      drivers/watchdog/st_lpc_wdt.c
2331 F:      drivers/ata/ahci_st.c
2332 F:      include/linux/remoteproc/st_slim_rproc.h
2333
2334 ARM/STM32 ARCHITECTURE
2335 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
2336 M:      Alexandre Torgue <alexandre.torgue@st.com>
2337 L:      linux-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2339 S:      Maintained
2340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2341 N:      stm32
2342 N:      stm
2343 F:      arch/arm/boot/dts/stm32*
2344 F:      arch/arm/mach-stm32/
2345 F:      drivers/clocksource/armv7m_systick.c
2346
2347 ARM/Synaptics SoC support
2348 M:      Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2349 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2351 S:      Maintained
2352 F:      arch/arm/mach-berlin/
2353 F:      arch/arm/boot/dts/berlin*
2354 F:      arch/arm64/boot/dts/synaptics/
2355
2356 ARM/TANGO ARCHITECTURE
2357 M:      Marc Gonzalez <marc.w.gonzalez@free.fr>
2358 M:      Mans Rullgard <mans@mansr.com>
2359 L:      linux-arm-kernel@lists.infradead.org
2360 S:      Odd Fixes
2361 N:      tango
2362
2363 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2364 M:      Lennert Buytenhek <kernel@wantstofly.org>
2365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2366 S:      Maintained
2367
2368 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2369 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
2370 L:      linux-tegra@vger.kernel.org
2371 L:      linux-media@vger.kernel.org
2372 S:      Maintained
2373 F:      drivers/media/platform/tegra-cec/
2374 F:      Documentation/devicetree/bindings/media/tegra-cec.txt
2375
2376 ARM/TETON BGA MACHINE SUPPORT
2377 M:      "Mark F. Brown" <mark.brown314@gmail.com>
2378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2379 S:      Maintained
2380
2381 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2382 M:      Santosh Shilimkar <ssantosh@kernel.org>
2383 L:      linux-kernel@vger.kernel.org
2384 S:      Maintained
2385 F:      drivers/memory/*emif*
2386
2387 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2388 M:      Tero Kristo <t-kristo@ti.com>
2389 M:      Nishanth Menon <nm@ti.com>
2390 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2391 S:      Supported
2392 F:      Documentation/devicetree/bindings/arm/ti/k3.txt
2393 F:      arch/arm64/boot/dts/ti/Makefile
2394 F:      arch/arm64/boot/dts/ti/k3-*
2395 F:      include/dt-bindings/pinctrl/k3.h
2396
2397 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2398 M:      Santosh Shilimkar <ssantosh@kernel.org>
2399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2400 S:      Maintained
2401 F:      arch/arm/mach-keystone/
2402 F:      arch/arm/boot/dts/keystone-*
2403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2404
2405 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2406 M:      Santosh Shilimkar <ssantosh@kernel.org>
2407 L:      linux-kernel@vger.kernel.org
2408 S:      Maintained
2409 F:      drivers/clk/keystone/
2410
2411 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2412 M:      Santosh Shilimkar <ssantosh@kernel.org>
2413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2414 L:      linux-kernel@vger.kernel.org
2415 S:      Maintained
2416 F:      drivers/clocksource/timer-keystone.c
2417
2418 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2419 M:      Santosh Shilimkar <ssantosh@kernel.org>
2420 L:      linux-kernel@vger.kernel.org
2421 S:      Maintained
2422 F:      drivers/power/reset/keystone-reset.c
2423
2424 ARM/THECUS N2100 MACHINE SUPPORT
2425 M:      Lennert Buytenhek <kernel@wantstofly.org>
2426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2427 S:      Maintained
2428
2429 ARM/TOSA MACHINE SUPPORT
2430 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2431 M:      Dirk Opfer <dirk@opfer-online.de>
2432 S:      Maintained
2433
2434 ARM/UNIPHIER ARCHITECTURE
2435 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
2436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2438 S:      Maintained
2439 F:      Documentation/devicetree/bindings/arm/socionext/uniphier.txt
2440 F:      Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2441 F:      Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2442 F:      arch/arm/boot/dts/uniphier*
2443 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2444 F:      arch/arm/mach-uniphier/
2445 F:      arch/arm/mm/cache-uniphier.c
2446 F:      arch/arm64/boot/dts/socionext/uniphier*
2447 F:      drivers/bus/uniphier-system-bus.c
2448 F:      drivers/clk/uniphier/
2449 F:      drivers/dma/uniphier-mdmac.c
2450 F:      drivers/gpio/gpio-uniphier.c
2451 F:      drivers/i2c/busses/i2c-uniphier*
2452 F:      drivers/irqchip/irq-uniphier-aidet.c
2453 F:      drivers/mmc/host/uniphier-sd.c
2454 F:      drivers/pinctrl/uniphier/
2455 F:      drivers/reset/reset-uniphier.c
2456 F:      drivers/tty/serial/8250/8250_uniphier.c
2457 N:      uniphier
2458
2459 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2460 M:      Ulf Hansson <ulf.hansson@linaro.org>
2461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2462 T:      git git://git.linaro.org/people/ulfh/clk.git
2463 S:      Maintained
2464 F:      drivers/clk/ux500/
2465
2466 ARM/VERSATILE EXPRESS PLATFORM
2467 M:      Liviu Dudau <liviu.dudau@arm.com>
2468 M:      Sudeep Holla <sudeep.holla@arm.com>
2469 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2471 S:      Maintained
2472 F:      arch/arm/boot/dts/vexpress*
2473 F:      arch/arm64/boot/dts/arm/
2474 F:      arch/arm/mach-vexpress/
2475 F:      */*/vexpress*
2476 F:      */*/*/vexpress*
2477 F:      drivers/clk/versatile/clk-vexpress-osc.c
2478 F:      drivers/clocksource/timer-versatile.c
2479 N:      mps2
2480
2481 ARM/VFP SUPPORT
2482 M:      Russell King <linux@armlinux.org.uk>
2483 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2484 W:      http://www.armlinux.org.uk/
2485 S:      Maintained
2486 F:      arch/arm/vfp/
2487
2488 ARM/VOIPAC PXA270 SUPPORT
2489 M:      Marek Vasut <marek.vasut@gmail.com>
2490 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2491 S:      Maintained
2492 F:      arch/arm/mach-pxa/vpac270.c
2493 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2494
2495 ARM/VT8500 ARM ARCHITECTURE
2496 M:      Tony Prisk <linux@prisktech.co.nz>
2497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2498 S:      Maintained
2499 F:      Documentation/devicetree/bindings/i2c/i2c-wmt.txt
2500 F:      arch/arm/mach-vt8500/
2501 F:      drivers/clocksource/timer-vt8500.c
2502 F:      drivers/i2c/busses/i2c-wmt.c
2503 F:      drivers/mmc/host/wmt-sdmmc.c
2504 F:      drivers/pwm/pwm-vt8500.c
2505 F:      drivers/rtc/rtc-vt8500.c
2506 F:      drivers/tty/serial/vt8500_serial.c
2507 F:      drivers/usb/host/ehci-platform.c
2508 F:      drivers/usb/host/uhci-platform.c
2509 F:      drivers/video/fbdev/vt8500lcdfb.*
2510 F:      drivers/video/fbdev/wm8505fb*
2511 F:      drivers/video/fbdev/wmt_ge_rops.*
2512
2513 ARM/ZIPIT Z2 SUPPORT
2514 M:      Marek Vasut <marek.vasut@gmail.com>
2515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2516 S:      Maintained
2517 F:      arch/arm/mach-pxa/z2.c
2518 F:      arch/arm/mach-pxa/include/mach/z2.h
2519
2520 ARM/ZTE ARCHITECTURE
2521 M:      Jun Nie <jun.nie@linaro.org>
2522 M:      Shawn Guo <shawnguo@kernel.org>
2523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2524 S:      Maintained
2525 F:      arch/arm/boot/dts/zx2967*
2526 F:      arch/arm/mach-zx/
2527 F:      arch/arm64/boot/dts/zte/
2528 F:      drivers/clk/zte/
2529 F:      drivers/dma/zx_dma.c
2530 F:      drivers/gpio/gpio-zx.c
2531 F:      drivers/i2c/busses/i2c-zx2967.c
2532 F:      drivers/mmc/host/dw_mmc-zx.*
2533 F:      drivers/pinctrl/zte/
2534 F:      drivers/soc/zte/
2535 F:      drivers/thermal/zx2967_thermal.c
2536 F:      drivers/watchdog/zx2967_wdt.c
2537 F:      Documentation/devicetree/bindings/arm/zte.yaml
2538 F:      Documentation/devicetree/bindings/clock/zx2967*.txt
2539 F:      Documentation/devicetree/bindings/dma/zxdma.txt
2540 F:      Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2541 F:      Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2542 F:      Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2543 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2544 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2545 F:      Documentation/devicetree/bindings/soc/zte/
2546 F:      Documentation/devicetree/bindings/sound/zte,*.txt
2547 F:      Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2548 F:      Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2549 F:      include/dt-bindings/clock/zx2967*.h
2550 F:      include/dt-bindings/soc/zte,*.h
2551 F:      sound/soc/codecs/zx_aud96p22.c
2552 F:      sound/soc/zte/
2553
2554 ARM/ZYNQ ARCHITECTURE
2555 M:      Michal Simek <michal.simek@xilinx.com>
2556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2557 W:      http://wiki.xilinx.com
2558 T:      git https://github.com/Xilinx/linux-xlnx.git
2559 S:      Supported
2560 F:      arch/arm/mach-zynq/
2561 F:      drivers/cpuidle/cpuidle-zynq.c
2562 F:      drivers/block/xsysace.c
2563 N:      zynq
2564 N:      xilinx
2565 F:      Documentation/devicetree/bindings/i2c/i2c-cadence.txt
2566 F:      Documentation/devicetree/bindings/i2c/i2c-xiic.txt
2567 F:      drivers/clocksource/timer-cadence-ttc.c
2568 F:      drivers/i2c/busses/i2c-cadence.c
2569 F:      drivers/mmc/host/sdhci-of-arasan.c
2570 F:      drivers/edac/synopsys_edac.c
2571 F:      drivers/i2c/busses/i2c-xiic.c
2572
2573 ARM64 PORT (AARCH64 ARCHITECTURE)
2574 M:      Catalin Marinas <catalin.marinas@arm.com>
2575 M:      Will Deacon <will@kernel.org>
2576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2578 S:      Maintained
2579 F:      arch/arm64/
2580 X:      arch/arm64/boot/dts/
2581 F:      Documentation/arm64/
2582
2583 AS3645A LED FLASH CONTROLLER DRIVER
2584 M:      Sakari Ailus <sakari.ailus@iki.fi>
2585 L:      linux-leds@vger.kernel.org
2586 S:      Maintained
2587 F:      drivers/leds/leds-as3645a.c
2588
2589 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2590 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
2591 L:      linux-media@vger.kernel.org
2592 T:      git git://linuxtv.org/media_tree.git
2593 S:      Maintained
2594 F:      drivers/media/i2c/ak7375.c
2595 F:      Documentation/devicetree/bindings/media/i2c/ak7375.txt
2596
2597 ASAHI KASEI AK8974 DRIVER
2598 M:      Linus Walleij <linus.walleij@linaro.org>
2599 L:      linux-iio@vger.kernel.org
2600 W:      http://www.akm.com/
2601 S:      Supported
2602 F:      drivers/iio/magnetometer/ak8974.c
2603
2604 ASC7621 HARDWARE MONITOR DRIVER
2605 M:      George Joseph <george.joseph@fairview5.com>
2606 L:      linux-hwmon@vger.kernel.org
2607 S:      Maintained
2608 F:      Documentation/hwmon/asc7621.rst
2609 F:      drivers/hwmon/asc7621.c
2610
2611 ASPEED PINCTRL DRIVERS
2612 M:      Andrew Jeffery <andrew@aj.id.au>
2613 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
2614 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
2615 L:      linux-gpio@vger.kernel.org
2616 S:      Maintained
2617 F:      drivers/pinctrl/aspeed/
2618 F:      Documentation/devicetree/bindings/pinctrl/aspeed,*
2619
2620 ASPEED VIDEO ENGINE DRIVER
2621 M:      Eddie James <eajames@linux.ibm.com>
2622 L:      linux-media@vger.kernel.org
2623 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
2624 S:      Maintained
2625 F:      drivers/media/platform/aspeed-video.c
2626 F:      Documentation/devicetree/bindings/media/aspeed-video.txt
2627
2628 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2629 M:      Corentin Chary <corentin.chary@gmail.com>
2630 L:      acpi4asus-user@lists.sourceforge.net
2631 L:      platform-driver-x86@vger.kernel.org
2632 W:      http://acpi4asus.sf.net
2633 S:      Maintained
2634 F:      drivers/platform/x86/asus*.c
2635 F:      drivers/platform/x86/eeepc*.c
2636
2637 ASUS WIRELESS RADIO CONTROL DRIVER
2638 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2639 L:      platform-driver-x86@vger.kernel.org
2640 S:      Maintained
2641 F:      drivers/platform/x86/asus-wireless.c
2642
2643 ASYMMETRIC KEYS
2644 M:      David Howells <dhowells@redhat.com>
2645 L:      keyrings@vger.kernel.org
2646 S:      Maintained
2647 F:      Documentation/crypto/asymmetric-keys.txt
2648 F:      include/linux/verification.h
2649 F:      include/crypto/public_key.h
2650 F:      include/crypto/pkcs7.h
2651 F:      crypto/asymmetric_keys/
2652
2653 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2654 R:      Dan Williams <dan.j.williams@intel.com>
2655 W:      http://sourceforge.net/projects/xscaleiop
2656 S:      Odd fixes
2657 F:      Documentation/crypto/async-tx-api.txt
2658 F:      crypto/async_tx/
2659 F:      drivers/dma/
2660 F:      include/linux/dmaengine.h
2661 F:      include/linux/async_tx.h
2662
2663 AT24 EEPROM DRIVER
2664 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
2665 L:      linux-i2c@vger.kernel.org
2666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2667 S:      Maintained
2668 F:      Documentation/devicetree/bindings/eeprom/at24.txt
2669 F:      drivers/misc/eeprom/at24.c
2670
2671 ATA OVER ETHERNET (AOE) DRIVER
2672 M:      "Justin Sanders" <justin@coraid.com>
2673 W:      http://www.openaoe.org/
2674 S:      Supported
2675 F:      Documentation/admin-guide/aoe/
2676 F:      drivers/block/aoe/
2677
2678 ATHEROS 71XX/9XXX GPIO DRIVER
2679 M:      Alban Bedel <albeu@free.fr>
2680 W:      https://github.com/AlbanBedel/linux
2681 T:      git git://github.com/AlbanBedel/linux
2682 S:      Maintained
2683 F:      drivers/gpio/gpio-ath79.c
2684 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2685
2686 ATHEROS 71XX/9XXX USB PHY DRIVER
2687 M:      Alban Bedel <albeu@free.fr>
2688 W:      https://github.com/AlbanBedel/linux
2689 T:      git git://github.com/AlbanBedel/linux
2690 S:      Maintained
2691 F:      drivers/phy/qualcomm/phy-ath79-usb.c
2692 F:      Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2693
2694 ATHEROS ATH GENERIC UTILITIES
2695 M:      Kalle Valo <kvalo@codeaurora.org>
2696 L:      linux-wireless@vger.kernel.org
2697 S:      Supported
2698 F:      drivers/net/wireless/ath/*
2699
2700 ATHEROS ATH5K WIRELESS DRIVER
2701 M:      Jiri Slaby <jirislaby@gmail.com>
2702 M:      Nick Kossifidis <mickflemm@gmail.com>
2703 M:      Luis Chamberlain <mcgrof@kernel.org>
2704 L:      linux-wireless@vger.kernel.org
2705 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2706 S:      Maintained
2707 F:      drivers/net/wireless/ath/ath5k/
2708
2709 ATHEROS ATH6KL WIRELESS DRIVER
2710 M:      Kalle Valo <kvalo@codeaurora.org>
2711 L:      linux-wireless@vger.kernel.org
2712 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2714 S:      Supported
2715 F:      drivers/net/wireless/ath/ath6kl/
2716
2717 ATI_REMOTE2 DRIVER
2718 M:      Ville Syrjala <syrjala@sci.fi>
2719 S:      Maintained
2720 F:      drivers/input/misc/ati_remote2.c
2721
2722 ATK0110 HWMON DRIVER
2723 M:      Luca Tettamanti <kronos.it@gmail.com>
2724 L:      linux-hwmon@vger.kernel.org
2725 S:      Maintained
2726 F:      drivers/hwmon/asus_atk0110.c
2727
2728 ATLX ETHERNET DRIVERS
2729 M:      Jay Cliburn <jcliburn@gmail.com>
2730 M:      Chris Snook <chris.snook@gmail.com>
2731 L:      netdev@vger.kernel.org
2732 W:      http://sourceforge.net/projects/atl1
2733 W:      http://atl1.sourceforge.net
2734 S:      Maintained
2735 F:      drivers/net/ethernet/atheros/
2736
2737 ATM
2738 M:      Chas Williams <3chas3@gmail.com>
2739 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2740 L:      netdev@vger.kernel.org
2741 W:      http://linux-atm.sourceforge.net
2742 S:      Maintained
2743 F:      drivers/atm/
2744 F:      include/linux/atm*
2745 F:      include/uapi/linux/atm*
2746
2747 ATMEL MACB ETHERNET DRIVER
2748 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2749 S:      Supported
2750 F:      drivers/net/ethernet/cadence/
2751
2752 ATMEL MAXTOUCH DRIVER
2753 M:      Nick Dyer <nick@shmanahar.org>
2754 T:      git git://github.com/ndyer/linux.git
2755 S:      Maintained
2756 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2757 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2758
2759 ATMEL WIRELESS DRIVER
2760 M:      Simon Kelley <simon@thekelleys.org.uk>
2761 L:      linux-wireless@vger.kernel.org
2762 W:      http://www.thekelleys.org.uk/atmel
2763 W:      http://atmelwlandriver.sourceforge.net/
2764 S:      Maintained
2765 F:      drivers/net/wireless/atmel/atmel*
2766
2767 ATOMIC INFRASTRUCTURE
2768 M:      Will Deacon <will@kernel.org>
2769 M:      Peter Zijlstra <peterz@infradead.org>
2770 R:      Boqun Feng <boqun.feng@gmail.com>
2771 L:      linux-kernel@vger.kernel.org
2772 S:      Maintained
2773 F:      arch/*/include/asm/atomic*.h
2774 F:      include/*/atomic*.h
2775 F:      scripts/atomic/
2776
2777 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2778 M:      Bradley Grove <linuxdrivers@attotech.com>
2779 L:      linux-scsi@vger.kernel.org
2780 W:      http://www.attotech.com
2781 S:      Supported
2782 F:      drivers/scsi/esas2r
2783
2784 ATUSB IEEE 802.15.4 RADIO DRIVER
2785 M:      Stefan Schmidt <stefan@datenfreihafen.org>
2786 L:      linux-wpan@vger.kernel.org
2787 S:      Maintained
2788 F:      drivers/net/ieee802154/atusb.c
2789 F:      drivers/net/ieee802154/atusb.h
2790 F:      drivers/net/ieee802154/at86rf230.h
2791
2792 AUDIT SUBSYSTEM
2793 M:      Paul Moore <paul@paul-moore.com>
2794 M:      Eric Paris <eparis@redhat.com>
2795 L:      linux-audit@redhat.com (moderated for non-subscribers)
2796 W:      https://github.com/linux-audit
2797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2798 S:      Supported
2799 F:      include/linux/audit.h
2800 F:      include/uapi/linux/audit.h
2801 F:      kernel/audit*
2802
2803 AUXILIARY DISPLAY DRIVERS
2804 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2805 S:      Maintained
2806 F:      drivers/auxdisplay/
2807 F:      include/linux/cfag12864b.h
2808
2809 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2810 M:      Andreas Klinger <ak@it-klinger.de>
2811 L:      linux-iio@vger.kernel.org
2812 S:      Maintained
2813 F:      Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
2814 F:      drivers/iio/adc/hx711.c
2815
2816 AX.25 NETWORK LAYER
2817 M:      Ralf Baechle <ralf@linux-mips.org>
2818 L:      linux-hams@vger.kernel.org
2819 W:      http://www.linux-ax25.org/
2820 S:      Maintained
2821 F:      include/uapi/linux/ax25.h
2822 F:      include/net/ax25.h
2823 F:      net/ax25/
2824
2825 AXENTIA ARM DEVICES
2826 M:      Peter Rosin <peda@axentia.se>
2827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2828 S:      Maintained
2829 F:      Documentation/devicetree/bindings/arm/axentia.txt
2830 F:      arch/arm/boot/dts/at91-linea.dtsi
2831 F:      arch/arm/boot/dts/at91-natte.dtsi
2832 F:      arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2833 F:      arch/arm/boot/dts/at91-tse850-3.dts
2834
2835 AXENTIA ASOC DRIVERS
2836 M:      Peter Rosin <peda@axentia.se>
2837 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2838 S:      Maintained
2839 F:      Documentation/devicetree/bindings/sound/axentia,*
2840 F:      sound/soc/atmel/tse850-pcm5142.c
2841
2842 AXXIA I2C CONTROLLER
2843 M:      Krzysztof Adamski <krzysztof.adamski@nokia.com>
2844 L:      linux-i2c@vger.kernel.org
2845 S:      Maintained
2846 F:      Documentation/devicetree/bindings/i2c/i2c-axxia.txt
2847 F:      drivers/i2c/busses/i2c-axxia.c
2848
2849 AZ6007 DVB DRIVER
2850 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2851 L:      linux-media@vger.kernel.org
2852 W:      https://linuxtv.org
2853 T:      git git://linuxtv.org/media_tree.git
2854 S:      Maintained
2855 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2856
2857 AZTECH FM RADIO RECEIVER DRIVER
2858 M:      Hans Verkuil <hverkuil@xs4all.nl>
2859 L:      linux-media@vger.kernel.org
2860 T:      git git://linuxtv.org/media_tree.git
2861 W:      https://linuxtv.org
2862 S:      Maintained
2863 F:      drivers/media/radio/radio-aztech*
2864
2865 B43 WIRELESS DRIVER
2866 L:      linux-wireless@vger.kernel.org
2867 L:      b43-dev@lists.infradead.org
2868 W:      http://wireless.kernel.org/en/users/Drivers/b43
2869 S:      Odd Fixes
2870 F:      drivers/net/wireless/broadcom/b43/
2871
2872 B43LEGACY WIRELESS DRIVER
2873 M:      Larry Finger <Larry.Finger@lwfinger.net>
2874 L:      linux-wireless@vger.kernel.org
2875 L:      b43-dev@lists.infradead.org
2876 W:      http://wireless.kernel.org/en/users/Drivers/b43
2877 S:      Maintained
2878 F:      drivers/net/wireless/broadcom/b43legacy/
2879
2880 BACKLIGHT CLASS/SUBSYSTEM
2881 M:      Lee Jones <lee.jones@linaro.org>
2882 M:      Daniel Thompson <daniel.thompson@linaro.org>
2883 M:      Jingoo Han <jingoohan1@gmail.com>
2884 L:      dri-devel@lists.freedesktop.org
2885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2886 S:      Maintained
2887 F:      drivers/video/backlight/
2888 F:      include/linux/backlight.h
2889 F:      include/linux/pwm_backlight.h
2890 F:      Documentation/devicetree/bindings/leds/backlight
2891
2892 BATMAN ADVANCED
2893 M:      Marek Lindner <mareklindner@neomailbox.ch>
2894 M:      Simon Wunderlich <sw@simonwunderlich.de>
2895 M:      Antonio Quartulli <a@unstable.cc>
2896 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2897 W:      https://www.open-mesh.org/
2898 B:      https://www.open-mesh.org/projects/batman-adv/issues
2899 C:      irc://chat.freenode.net/batman
2900 Q:      https://patchwork.open-mesh.org/project/batman/list/
2901 T:      git https://git.open-mesh.org/linux-merge.git
2902 S:      Maintained
2903 F:      Documentation/ABI/obsolete/sysfs-class-net-batman-adv
2904 F:      Documentation/ABI/obsolete/sysfs-class-net-mesh
2905 F:      Documentation/networking/batman-adv.rst
2906 F:      include/uapi/linux/batadv_packet.h
2907 F:      include/uapi/linux/batman_adv.h
2908 F:      net/batman-adv/
2909
2910 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2911 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2912 L:      linux-hams@vger.kernel.org
2913 W:      http://www.baycom.org/~tom/ham/ham.html
2914 S:      Maintained
2915 F:      drivers/net/hamradio/baycom*
2916
2917 BCACHE (BLOCK LAYER CACHE)
2918 M:      Coly Li <colyli@suse.de>
2919 M:      Kent Overstreet <kent.overstreet@gmail.com>
2920 L:      linux-bcache@vger.kernel.org
2921 W:      http://bcache.evilpiepirate.org
2922 C:      irc://irc.oftc.net/bcache
2923 S:      Maintained
2924 F:      drivers/md/bcache/
2925
2926 BDISP ST MEDIA DRIVER
2927 M:      Fabien Dessenne <fabien.dessenne@st.com>
2928 L:      linux-media@vger.kernel.org
2929 T:      git git://linuxtv.org/media_tree.git
2930 W:      https://linuxtv.org
2931 S:      Supported
2932 F:      drivers/media/platform/sti/bdisp
2933
2934 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2935 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2936 L:      netdev@vger.kernel.org
2937 S:      Maintained
2938 F:      drivers/net/ethernet/ec_bhf.c
2939
2940 BEFS FILE SYSTEM
2941 M:      Luis de Bethencourt <luisbg@kernel.org>
2942 M:      Salah Triki <salah.triki@gmail.com>
2943 S:      Maintained
2944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2945 F:      Documentation/filesystems/befs.txt
2946 F:      fs/befs/
2947
2948 BFQ I/O SCHEDULER
2949 M:      Paolo Valente <paolo.valente@linaro.org>
2950 M:      Jens Axboe <axboe@kernel.dk>
2951 L:      linux-block@vger.kernel.org
2952 S:      Maintained
2953 F:      block/bfq-*
2954 F:      Documentation/block/bfq-iosched.rst
2955
2956 BFS FILE SYSTEM
2957 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2958 S:      Maintained
2959 F:      Documentation/filesystems/bfs.txt
2960 F:      fs/bfs/
2961 F:      include/uapi/linux/bfs_fs.h
2962
2963 BLINKM RGB LED DRIVER
2964 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2965 S:      Maintained
2966 F:      drivers/leds/leds-blinkm.c
2967
2968 BLOCK LAYER
2969 M:      Jens Axboe <axboe@kernel.dk>
2970 L:      linux-block@vger.kernel.org
2971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2972 S:      Maintained
2973 F:      block/
2974 F:      drivers/block/
2975 F:      kernel/trace/blktrace.c
2976 F:      lib/sbitmap.c
2977
2978 BLOCK2MTD DRIVER
2979 M:      Joern Engel <joern@lazybastard.org>
2980 L:      linux-mtd@lists.infradead.org
2981 S:      Maintained
2982 F:      drivers/mtd/devices/block2mtd.c
2983
2984 BLUETOOTH DRIVERS
2985 M:      Marcel Holtmann <marcel@holtmann.org>
2986 M:      Johan Hedberg <johan.hedberg@gmail.com>
2987 L:      linux-bluetooth@vger.kernel.org
2988 W:      http://www.bluez.org/
2989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2991 S:      Maintained
2992 F:      drivers/bluetooth/
2993
2994 BLUETOOTH SUBSYSTEM
2995 M:      Marcel Holtmann <marcel@holtmann.org>
2996 M:      Johan Hedberg <johan.hedberg@gmail.com>
2997 L:      linux-bluetooth@vger.kernel.org
2998 W:      http://www.bluez.org/
2999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
3000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
3001 S:      Maintained
3002 F:      net/bluetooth/
3003 F:      include/net/bluetooth/
3004
3005 BONDING DRIVER
3006 M:      Jay Vosburgh <j.vosburgh@gmail.com>
3007 M:      Veaceslav Falico <vfalico@gmail.com>
3008 M:      Andy Gospodarek <andy@greyhouse.net>
3009 L:      netdev@vger.kernel.org
3010 W:      http://sourceforge.net/projects/bonding/
3011 S:      Supported
3012 F:      drivers/net/bonding/
3013 F:      include/uapi/linux/if_bonding.h
3014
3015 BPF (Safe dynamic programs and tools)
3016 M:      Alexei Starovoitov <ast@kernel.org>
3017 M:      Daniel Borkmann <daniel@iogearbox.net>
3018 R:      Martin KaFai Lau <kafai@fb.com>
3019 R:      Song Liu <songliubraving@fb.com>
3020 R:      Yonghong Song <yhs@fb.com>
3021 L:      netdev@vger.kernel.org
3022 L:      bpf@vger.kernel.org
3023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
3024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
3025 Q:      https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
3026 S:      Supported
3027 F:      arch/*/net/*
3028 F:      Documentation/networking/filter.txt
3029 F:      Documentation/bpf/
3030 F:      include/linux/bpf*
3031 F:      include/linux/filter.h
3032 F:      include/trace/events/xdp.h
3033 F:      include/uapi/linux/bpf*
3034 F:      include/uapi/linux/filter.h
3035 F:      kernel/bpf/
3036 F:      kernel/trace/bpf_trace.c
3037 F:      lib/test_bpf.c
3038 F:      net/bpf/
3039 F:      net/core/filter.c
3040 F:      net/sched/act_bpf.c
3041 F:      net/sched/cls_bpf.c
3042 F:      samples/bpf/
3043 F:      tools/bpf/
3044 F:      tools/lib/bpf/
3045 F:      tools/testing/selftests/bpf/
3046 K:      bpf
3047 N:      bpf
3048
3049 BPF JIT for ARM
3050 M:      Shubham Bansal <illusionist.neo@gmail.com>
3051 L:      netdev@vger.kernel.org
3052 L:      bpf@vger.kernel.org
3053 S:      Maintained
3054 F:      arch/arm/net/
3055
3056 BPF JIT for ARM64
3057 M:      Daniel Borkmann <daniel@iogearbox.net>
3058 M:      Alexei Starovoitov <ast@kernel.org>
3059 M:      Zi Shen Lim <zlim.lnx@gmail.com>
3060 L:      netdev@vger.kernel.org
3061 L:      bpf@vger.kernel.org
3062 S:      Supported
3063 F:      arch/arm64/net/
3064
3065 BPF JIT for MIPS (32-BIT AND 64-BIT)
3066 M:      Paul Burton <paul.burton@mips.com>
3067 L:      netdev@vger.kernel.org
3068 L:      bpf@vger.kernel.org
3069 S:      Maintained
3070 F:      arch/mips/net/
3071
3072 BPF JIT for NFP NICs
3073 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
3074 L:      netdev@vger.kernel.org
3075 L:      bpf@vger.kernel.org
3076 S:      Supported
3077 F:      drivers/net/ethernet/netronome/nfp/bpf/
3078
3079 BPF JIT for POWERPC (32-BIT AND 64-BIT)
3080 M:      Naveen N. Rao <naveen.n.rao@linux.ibm.com>
3081 M:      Sandipan Das <sandipan@linux.ibm.com>
3082 L:      netdev@vger.kernel.org
3083 L:      bpf@vger.kernel.org
3084 S:      Maintained
3085 F:      arch/powerpc/net/
3086
3087 BPF JIT for RISC-V (RV64G)
3088 M:      Björn Töpel <bjorn.topel@gmail.com>
3089 L:      netdev@vger.kernel.org
3090 S:      Maintained
3091 F:      arch/riscv/net/
3092
3093 BPF JIT for S390
3094 M:      Ilya Leoshkevich <iii@linux.ibm.com>
3095 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
3096 M:      Vasily Gorbik <gor@linux.ibm.com>
3097 L:      netdev@vger.kernel.org
3098 L:      bpf@vger.kernel.org
3099 S:      Maintained
3100 F:      arch/s390/net/
3101 X:      arch/s390/net/pnet.c
3102
3103 BPF JIT for SPARC (32-BIT AND 64-BIT)
3104 M:      David S. Miller <davem@davemloft.net>
3105 L:      netdev@vger.kernel.org
3106 L:      bpf@vger.kernel.org
3107 S:      Maintained
3108 F:      arch/sparc/net/
3109
3110 BPF JIT for X86 32-BIT
3111 M:      Wang YanQing <udknight@gmail.com>
3112 L:      netdev@vger.kernel.org
3113 L:      bpf@vger.kernel.org
3114 S:      Maintained
3115 F:      arch/x86/net/bpf_jit_comp32.c
3116
3117 BPF JIT for X86 64-BIT
3118 M:      Alexei Starovoitov <ast@kernel.org>
3119 M:      Daniel Borkmann <daniel@iogearbox.net>
3120 L:      netdev@vger.kernel.org
3121 L:      bpf@vger.kernel.org
3122 S:      Supported
3123 F:      arch/x86/net/
3124 X:      arch/x86/net/bpf_jit_comp32.c
3125
3126 BROADCOM B44 10/100 ETHERNET DRIVER
3127 M:      Michael Chan <michael.chan@broadcom.com>
3128 L:      netdev@vger.kernel.org
3129 S:      Supported
3130 F:      drivers/net/ethernet/broadcom/b44.*
3131
3132 BROADCOM B53 ETHERNET SWITCH DRIVER
3133 M:      Florian Fainelli <f.fainelli@gmail.com>
3134 L:      netdev@vger.kernel.org
3135 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
3136 S:      Supported
3137 F:      drivers/net/dsa/b53/*
3138 F:      include/linux/platform_data/b53.h
3139
3140 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
3141 M:      Florian Fainelli <f.fainelli@gmail.com>
3142 M:      Ray Jui <rjui@broadcom.com>
3143 M:      Scott Branden <sbranden@broadcom.com>
3144 M:      bcm-kernel-feedback-list@broadcom.com
3145 T:      git git://github.com/broadcom/mach-bcm
3146 S:      Maintained
3147 N:      bcm281*
3148 N:      bcm113*
3149 N:      bcm216*
3150 N:      kona
3151 F:      arch/arm/mach-bcm/
3152
3153 BROADCOM BCM2835 ARM ARCHITECTURE
3154 M:      Eric Anholt <eric@anholt.net>
3155 M:      Stefan Wahren <wahrenst@gmx.net>
3156 L:      bcm-kernel-feedback-list@broadcom.com
3157 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
3158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3159 T:      git git://github.com/anholt/linux
3160 S:      Maintained
3161 N:      bcm2835
3162 F:      drivers/staging/vc04_services
3163
3164 BROADCOM BCM47XX MIPS ARCHITECTURE
3165 M:      Hauke Mehrtens <hauke@hauke-m.de>
3166 M:      Rafał Miłecki <zajec5@gmail.com>
3167 L:      linux-mips@vger.kernel.org
3168 S:      Maintained
3169 F:      Documentation/devicetree/bindings/mips/brcm/
3170 F:      arch/mips/bcm47xx/*
3171 F:      arch/mips/include/asm/mach-bcm47xx/*
3172
3173 BROADCOM BCM5301X ARM ARCHITECTURE
3174 M:      Hauke Mehrtens <hauke@hauke-m.de>
3175 M:      Rafał Miłecki <zajec5@gmail.com>
3176 M:      bcm-kernel-feedback-list@broadcom.com
3177 L:      linux-arm-kernel@lists.infradead.org
3178 S:      Maintained
3179 F:      arch/arm/mach-bcm/bcm_5301x.c
3180 F:      arch/arm/boot/dts/bcm5301x*.dtsi
3181 F:      arch/arm/boot/dts/bcm470*
3182 F:      arch/arm/boot/dts/bcm953012*
3183
3184 BROADCOM BCM53573 ARM ARCHITECTURE
3185 M:      Rafał Miłecki <rafal@milecki.pl>
3186 L:      bcm-kernel-feedback-list@broadcom.com
3187 L:      linux-arm-kernel@lists.infradead.org
3188 S:      Maintained
3189 F:      arch/arm/boot/dts/bcm53573*
3190 F:      arch/arm/boot/dts/bcm47189*
3191
3192 BROADCOM BCM63XX ARM ARCHITECTURE
3193 M:      Florian Fainelli <f.fainelli@gmail.com>
3194 M:      bcm-kernel-feedback-list@broadcom.com
3195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3196 T:      git git://github.com/broadcom/stblinux.git
3197 S:      Maintained
3198 N:      bcm63xx
3199
3200 BROADCOM BCM63XX/BCM33XX UDC DRIVER
3201 M:      Kevin Cernekee <cernekee@gmail.com>
3202 L:      linux-usb@vger.kernel.org
3203 S:      Maintained
3204 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
3205
3206 BROADCOM BCM7XXX ARM ARCHITECTURE
3207 M:      Brian Norris <computersforpeace@gmail.com>
3208 M:      Gregory Fong <gregory.0xf0@gmail.com>
3209 M:      Florian Fainelli <f.fainelli@gmail.com>
3210 M:      bcm-kernel-feedback-list@broadcom.com
3211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3212 T:      git git://github.com/broadcom/stblinux.git
3213 S:      Maintained
3214 F:      arch/arm/mach-bcm/*brcmstb*
3215 F:      arch/arm/boot/dts/bcm7*.dts*
3216 F:      drivers/bus/brcmstb_gisb.c
3217 F:      arch/arm/mm/cache-b15-rac.c
3218 F:      arch/arm/include/asm/hardware/cache-b15-rac.h
3219 N:      brcmstb
3220
3221 BROADCOM BMIPS CPUFREQ DRIVER
3222 M:      Markus Mayer <mmayer@broadcom.com>
3223 M:      bcm-kernel-feedback-list@broadcom.com
3224 L:      linux-pm@vger.kernel.org
3225 S:      Maintained
3226 F:      drivers/cpufreq/bmips-cpufreq.c
3227
3228 BROADCOM BMIPS MIPS ARCHITECTURE
3229 M:      Kevin Cernekee <cernekee@gmail.com>
3230 M:      Florian Fainelli <f.fainelli@gmail.com>
3231 L:      bcm-kernel-feedback-list@broadcom.com
3232 L:      linux-mips@vger.kernel.org
3233 T:      git git://github.com/broadcom/stblinux.git
3234 S:      Maintained
3235 F:      arch/mips/bmips/*
3236 F:      arch/mips/include/asm/mach-bmips/*
3237 F:      arch/mips/kernel/*bmips*
3238 F:      arch/mips/boot/dts/brcm/bcm*.dts*
3239 F:      drivers/irqchip/irq-bcm63*
3240 F:      drivers/irqchip/irq-bcm7*
3241 F:      drivers/irqchip/irq-brcmstb*
3242 F:      include/linux/bcm963xx_nvram.h
3243 F:      include/linux/bcm963xx_tag.h
3244
3245 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
3246 M:      Rasesh Mody <rmody@marvell.com>
3247 M:      GR-Linux-NIC-Dev@marvell.com
3248 L:      netdev@vger.kernel.org
3249 S:      Supported
3250 F:      drivers/net/ethernet/broadcom/bnx2.*
3251 F:      drivers/net/ethernet/broadcom/bnx2_*
3252
3253 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3254 M:      QLogic-Storage-Upstream@qlogic.com
3255 L:      linux-scsi@vger.kernel.org
3256 S:      Supported
3257 F:      drivers/scsi/bnx2fc/
3258
3259 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3260 M:      QLogic-Storage-Upstream@qlogic.com
3261 L:      linux-scsi@vger.kernel.org
3262 S:      Supported
3263 F:      drivers/scsi/bnx2i/
3264
3265 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
3266 M:      Ariel Elior <aelior@marvell.com>
3267 M:      Sudarsana Kalluru <skalluru@marvell.com>
3268 M:      GR-everest-linux-l2@marvell.com
3269 L:      netdev@vger.kernel.org
3270 S:      Supported
3271 F:      drivers/net/ethernet/broadcom/bnx2x/
3272
3273 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
3274 M:      Michael Chan <michael.chan@broadcom.com>
3275 L:      netdev@vger.kernel.org
3276 S:      Supported
3277 F:      drivers/net/ethernet/broadcom/bnxt/
3278
3279 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
3280 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
3281 M:      Franky Lin <franky.lin@broadcom.com>
3282 M:      Hante Meuleman <hante.meuleman@broadcom.com>
3283 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
3284 M:      Wright Feng <wright.feng@cypress.com>
3285 L:      linux-wireless@vger.kernel.org
3286 L:      brcm80211-dev-list.pdl@broadcom.com
3287 L:      brcm80211-dev-list@cypress.com
3288 S:      Supported
3289 F:      drivers/net/wireless/broadcom/brcm80211/
3290
3291 BROADCOM BRCMSTB GPIO DRIVER
3292 M:      Gregory Fong <gregory.0xf0@gmail.com>
3293 L:      bcm-kernel-feedback-list@broadcom.com
3294 S:      Supported
3295 F:      drivers/gpio/gpio-brcmstb.c
3296 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3297
3298 BROADCOM BRCMSTB I2C DRIVER
3299 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3300 L:      linux-i2c@vger.kernel.org
3301 L:      bcm-kernel-feedback-list@broadcom.com
3302 S:      Supported
3303 F:      drivers/i2c/busses/i2c-brcmstb.c
3304 F:      Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt
3305
3306 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
3307 M:      Al Cooper <alcooperx@gmail.com>
3308 L:      linux-kernel@vger.kernel.org
3309 L:      bcm-kernel-feedback-list@broadcom.com
3310 S:      Maintained
3311 F:      drivers/phy/broadcom/phy-brcm-usb*
3312
3313 BROADCOM GENET ETHERNET DRIVER
3314 M:      Doug Berger <opendmb@gmail.com>
3315 M:      Florian Fainelli <f.fainelli@gmail.com>
3316 L:      bcm-kernel-feedback-list@broadcom.com
3317 L:      netdev@vger.kernel.org
3318 S:      Supported
3319 F:      drivers/net/ethernet/broadcom/genet/
3320
3321 BROADCOM IPROC ARM ARCHITECTURE
3322 M:      Ray Jui <rjui@broadcom.com>
3323 M:      Scott Branden <sbranden@broadcom.com>
3324 M:      bcm-kernel-feedback-list@broadcom.com
3325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3326 T:      git git://github.com/broadcom/cygnus-linux.git
3327 S:      Maintained
3328 N:      iproc
3329 N:      cygnus
3330 N:      bcm[-_]nsp
3331 N:      bcm9113*
3332 N:      bcm9583*
3333 N:      bcm9585*
3334 N:      bcm9586*
3335 N:      bcm988312
3336 N:      bcm113*
3337 N:      bcm583*
3338 N:      bcm585*
3339 N:      bcm586*
3340 N:      bcm88312
3341 N:      hr2
3342 N:      stingray
3343 F:      arch/arm64/boot/dts/broadcom/northstar2/*
3344 F:      arch/arm64/boot/dts/broadcom/stingray/*
3345 F:      drivers/clk/bcm/clk-ns*
3346 F:      drivers/clk/bcm/clk-sr*
3347 F:      drivers/pinctrl/bcm/pinctrl-ns*
3348 F:      include/dt-bindings/clock/bcm-sr*
3349
3350 BROADCOM KONA GPIO DRIVER
3351 M:      Ray Jui <rjui@broadcom.com>
3352 L:      bcm-kernel-feedback-list@broadcom.com
3353 S:      Supported
3354 F:      drivers/gpio/gpio-bcm-kona.c
3355 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3356
3357 BROADCOM NETXTREME-E ROCE DRIVER
3358 M:      Selvin Xavier <selvin.xavier@broadcom.com>
3359 M:      Devesh Sharma <devesh.sharma@broadcom.com>
3360 M:      Somnath Kotur <somnath.kotur@broadcom.com>
3361 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
3362 L:      linux-rdma@vger.kernel.org
3363 W:      http://www.broadcom.com
3364 S:      Supported
3365 F:      drivers/infiniband/hw/bnxt_re/
3366 F:      include/uapi/rdma/bnxt_re-abi.h
3367
3368 BROADCOM NVRAM DRIVER
3369 M:      Rafał Miłecki <zajec5@gmail.com>
3370 L:      linux-mips@vger.kernel.org
3371 S:      Maintained
3372 F:      drivers/firmware/broadcom/*
3373
3374 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3375 M:      Rafał Miłecki <zajec5@gmail.com>
3376 L:      linux-wireless@vger.kernel.org
3377 S:      Maintained
3378 F:      drivers/bcma/
3379 F:      include/linux/bcma/
3380
3381 BROADCOM STB AVS CPUFREQ DRIVER
3382 M:      Markus Mayer <mmayer@broadcom.com>
3383 M:      bcm-kernel-feedback-list@broadcom.com
3384 L:      linux-pm@vger.kernel.org
3385 S:      Maintained
3386 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3387 F:      drivers/cpufreq/brcmstb*
3388
3389 BROADCOM STB AVS TMON DRIVER
3390 M:      Markus Mayer <mmayer@broadcom.com>
3391 M:      bcm-kernel-feedback-list@broadcom.com
3392 L:      linux-pm@vger.kernel.org
3393 S:      Maintained
3394 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3395 F:      drivers/thermal/broadcom/brcmstb*
3396
3397 BROADCOM STB NAND FLASH DRIVER
3398 M:      Brian Norris <computersforpeace@gmail.com>
3399 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3400 L:      linux-mtd@lists.infradead.org
3401 L:      bcm-kernel-feedback-list@broadcom.com
3402 S:      Maintained
3403 F:      drivers/mtd/nand/raw/brcmnand/
3404
3405 BROADCOM STB DPFE DRIVER
3406 M:      Markus Mayer <mmayer@broadcom.com>
3407 M:      bcm-kernel-feedback-list@broadcom.com
3408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3409 S:      Maintained
3410 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3411 F:      drivers/memory/brcmstb_dpfe.c
3412
3413 BROADCOM SPI DRIVER
3414 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3415 M:      bcm-kernel-feedback-list@broadcom.com
3416 S:      Maintained
3417 F:      Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt
3418 F:      drivers/spi/spi-bcm-qspi.*
3419 F:      drivers/spi/spi-brcmstb-qspi.c
3420 F:      drivers/spi/spi-iproc-qspi.c
3421
3422 BROADCOM SYSTEMPORT ETHERNET DRIVER
3423 M:      Florian Fainelli <f.fainelli@gmail.com>
3424 L:      bcm-kernel-feedback-list@broadcom.com
3425 L:      netdev@vger.kernel.org
3426 S:      Supported
3427 F:      drivers/net/ethernet/broadcom/bcmsysport.*
3428
3429 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3430 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
3431 M:      Prashant Sreedharan <prashant@broadcom.com>
3432 M:      Michael Chan <mchan@broadcom.com>
3433 L:      netdev@vger.kernel.org
3434 S:      Supported
3435 F:      drivers/net/ethernet/broadcom/tg3.*
3436
3437 BROCADE BFA FC SCSI DRIVER
3438 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3439 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3440 L:      linux-scsi@vger.kernel.org
3441 S:      Supported
3442 F:      drivers/scsi/bfa/
3443
3444 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3445 M:      Rasesh Mody <rmody@marvell.com>
3446 M:      Sudarsana Kalluru <skalluru@marvell.com>
3447 M:      GR-Linux-NIC-Dev@marvell.com
3448 L:      netdev@vger.kernel.org
3449 S:      Supported
3450 F:      drivers/net/ethernet/brocade/bna/
3451
3452 BSG (block layer generic sg v4 driver)
3453 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3454 L:      linux-scsi@vger.kernel.org
3455 S:      Supported
3456 F:      block/bsg.c
3457 F:      include/linux/bsg.h
3458 F:      include/uapi/linux/bsg.h
3459
3460 BT87X AUDIO DRIVER
3461 M:      Clemens Ladisch <clemens@ladisch.de>
3462 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3464 S:      Maintained
3465 F:      Documentation/sound/cards/bt87x.rst
3466 F:      sound/pci/bt87x.c
3467
3468 BT8XXGPIO DRIVER
3469 M:      Michael Buesch <m@bues.ch>
3470 W:      http://bu3sch.de/btgpio.php
3471 S:      Maintained
3472 F:      drivers/gpio/gpio-bt8xx.c
3473
3474 BTRFS FILE SYSTEM
3475 M:      Chris Mason <clm@fb.com>
3476 M:      Josef Bacik <josef@toxicpanda.com>
3477 M:      David Sterba <dsterba@suse.com>
3478 L:      linux-btrfs@vger.kernel.org
3479 W:      http://btrfs.wiki.kernel.org/
3480 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3482 S:      Maintained
3483 F:      Documentation/filesystems/btrfs.txt
3484 F:      fs/btrfs/
3485 F:      include/linux/btrfs*
3486 F:      include/uapi/linux/btrfs*
3487
3488 BTTV VIDEO4LINUX DRIVER
3489 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3490 L:      linux-media@vger.kernel.org
3491 W:      https://linuxtv.org
3492 T:      git git://linuxtv.org/media_tree.git
3493 S:      Odd fixes
3494 F:      Documentation/media/v4l-drivers/bttv*
3495 F:      drivers/media/pci/bt8xx/bttv*
3496
3497 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3498 M:      Chanwoo Choi <cw00.choi@samsung.com>
3499 L:      linux-pm@vger.kernel.org
3500 L:      linux-samsung-soc@vger.kernel.org
3501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3502 S:      Maintained
3503 F:      drivers/devfreq/exynos-bus.c
3504 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3505
3506 BUSLOGIC SCSI DRIVER
3507 M:      Khalid Aziz <khalid@gonehiking.org>
3508 L:      linux-scsi@vger.kernel.org
3509 S:      Maintained
3510 F:      drivers/scsi/BusLogic.*
3511 F:      drivers/scsi/FlashPoint.*
3512
3513 C-MEDIA CMI8788 DRIVER
3514 M:      Clemens Ladisch <clemens@ladisch.de>
3515 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3517 S:      Maintained
3518 F:      sound/pci/oxygen/
3519
3520 C-SKY ARCHITECTURE
3521 M:      Guo Ren <guoren@kernel.org>
3522 T:      git https://github.com/c-sky/csky-linux.git
3523 S:      Supported
3524 F:      arch/csky/
3525 F:      Documentation/devicetree/bindings/csky/
3526 F:      drivers/irqchip/irq-csky-*
3527 F:      Documentation/devicetree/bindings/interrupt-controller/csky,*
3528 F:      drivers/clocksource/timer-gx6605s.c
3529 F:      drivers/clocksource/timer-mp-csky.c
3530 F:      Documentation/devicetree/bindings/timer/csky,*
3531 K:      csky
3532 N:      csky
3533
3534 C6X ARCHITECTURE
3535 M:      Mark Salter <msalter@redhat.com>
3536 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3537 L:      linux-c6x-dev@linux-c6x.org
3538 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3539 S:      Maintained
3540 F:      arch/c6x/
3541
3542 CA8210 IEEE-802.15.4 RADIO DRIVER
3543 M:      Harry Morris <h.morris@cascoda.com>
3544 L:      linux-wpan@vger.kernel.org
3545 W:      https://github.com/Cascoda/ca8210-linux.git
3546 S:      Maintained
3547 F:      drivers/net/ieee802154/ca8210.c
3548 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3549
3550 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3551 M:      David Howells <dhowells@redhat.com>
3552 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3553 S:      Supported
3554 F:      Documentation/filesystems/caching/cachefiles.txt
3555 F:      fs/cachefiles/
3556
3557 CADENCE MIPI-CSI2 BRIDGES
3558 M:      Maxime Ripard <mripard@kernel.org>
3559 L:      linux-media@vger.kernel.org
3560 S:      Maintained
3561 F:      Documentation/devicetree/bindings/media/cdns,*.txt
3562 F:      drivers/media/platform/cadence/cdns-csi2*
3563
3564 CADET FM/AM RADIO RECEIVER DRIVER
3565 M:      Hans Verkuil <hverkuil@xs4all.nl>
3566 L:      linux-media@vger.kernel.org
3567 T:      git git://linuxtv.org/media_tree.git
3568 W:      https://linuxtv.org
3569 S:      Maintained
3570 F:      drivers/media/radio/radio-cadet*
3571
3572 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3573 M:      Jonathan Corbet <corbet@lwn.net>
3574 L:      linux-media@vger.kernel.org
3575 T:      git git://linuxtv.org/media_tree.git
3576 S:      Maintained
3577 F:      Documentation/media/v4l-drivers/cafe_ccic*
3578 F:      drivers/media/platform/marvell-ccic/
3579
3580 CAIF NETWORK LAYER
3581 L:      netdev@vger.kernel.org
3582 S:      Orphan
3583 F:      Documentation/networking/caif/
3584 F:      drivers/net/caif/
3585 F:      include/uapi/linux/caif/
3586 F:      include/net/caif/
3587 F:      net/caif/
3588
3589 CAKE QDISC
3590 M:      Toke Høiland-Jørgensen <toke@toke.dk>
3591 L:      cake@lists.bufferbloat.net (moderated for non-subscribers)
3592 S:      Maintained
3593 F:      net/sched/sch_cake.c
3594
3595 CALGARY x86-64 IOMMU
3596 M:      Muli Ben-Yehuda <mulix@mulix.org>
3597 M:      Jon Mason <jdmason@kudzu.us>
3598 L:      iommu@lists.linux-foundation.org
3599 S:      Maintained
3600 F:      arch/x86/kernel/pci-calgary_64.c
3601 F:      arch/x86/kernel/tce_64.c
3602 F:      arch/x86/include/asm/calgary.h
3603 F:      arch/x86/include/asm/tce.h
3604
3605 CAN NETWORK DRIVERS
3606 M:      Wolfgang Grandegger <wg@grandegger.com>
3607 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3608 L:      linux-can@vger.kernel.org
3609 W:      https://github.com/linux-can
3610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3612 S:      Maintained
3613 F:      Documentation/devicetree/bindings/net/can/
3614 F:      drivers/net/can/
3615 F:      include/linux/can/dev.h
3616 F:      include/linux/can/platform/
3617 F:      include/uapi/linux/can/error.h
3618 F:      include/uapi/linux/can/netlink.h
3619
3620 CAN NETWORK LAYER
3621 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3622 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3623 L:      linux-can@vger.kernel.org
3624 W:      https://github.com/linux-can
3625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3627 S:      Maintained
3628 F:      Documentation/networking/can.rst
3629 F:      net/can/
3630 F:      include/linux/can/core.h
3631 F:      include/uapi/linux/can.h
3632 F:      include/uapi/linux/can/bcm.h
3633 F:      include/uapi/linux/can/raw.h
3634 F:      include/uapi/linux/can/gw.h
3635
3636 CAPABILITIES
3637 M:      Serge Hallyn <serge@hallyn.com>
3638 L:      linux-security-module@vger.kernel.org
3639 S:      Supported
3640 F:      include/linux/capability.h
3641 F:      include/uapi/linux/capability.h
3642 F:      security/commoncap.c
3643 F:      kernel/capability.c
3644
3645 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3646 M:      Kevin Tsai <ktsai@capellamicro.com>
3647 S:      Maintained
3648 F:      drivers/iio/light/cm*
3649
3650 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3651 M:      Christian Lamparter <chunkeey@googlemail.com>
3652 L:      linux-wireless@vger.kernel.org
3653 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
3654 S:      Maintained
3655 F:      drivers/net/wireless/ath/carl9170/
3656
3657 CAVIUM I2C DRIVER
3658 M:      Jan Glauber <jglauber@cavium.com>
3659 M:      David Daney <david.daney@cavium.com>
3660 W:      http://www.cavium.com
3661 S:      Supported
3662 F:      drivers/i2c/busses/i2c-octeon*
3663 F:      drivers/i2c/busses/i2c-thunderx*
3664
3665 CAVIUM LIQUIDIO NETWORK DRIVER
3666 M:      Derek Chickles <dchickles@marvell.com>
3667 M:      Satanand Burla <sburla@marvell.com>
3668 M:      Felix Manlunas <fmanlunas@marvell.com>
3669 L:      netdev@vger.kernel.org
3670 W:      http://www.cavium.com
3671 S:      Supported
3672 F:      drivers/net/ethernet/cavium/liquidio/
3673
3674 CAVIUM MMC DRIVER
3675 M:      Jan Glauber <jglauber@cavium.com>
3676 M:      David Daney <david.daney@cavium.com>
3677 M:      Steven J. Hill <Steven.Hill@cavium.com>
3678 W:      http://www.cavium.com
3679 S:      Supported
3680 F:      drivers/mmc/host/cavium*
3681
3682 CAVIUM OCTEON-TX CRYPTO DRIVER
3683 M:      George Cherian <george.cherian@cavium.com>
3684 L:      linux-crypto@vger.kernel.org
3685 W:      http://www.cavium.com
3686 S:      Supported
3687 F:      drivers/crypto/cavium/cpt/
3688
3689 CAVIUM THUNDERX2 ARM64 SOC
3690 M:      Robert Richter <rrichter@cavium.com>
3691 M:      Jayachandran C <jnair@caviumnetworks.com>
3692 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3693 S:      Maintained
3694 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3695 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3696
3697 CC2520 IEEE-802.15.4 RADIO DRIVER
3698 M:      Varka Bhadram <varkabhadram@gmail.com>
3699 L:      linux-wpan@vger.kernel.org
3700 S:      Maintained
3701 F:      drivers/net/ieee802154/cc2520.c
3702 F:      include/linux/spi/cc2520.h
3703 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3704
3705 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3706 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3707 L:      linux-crypto@vger.kernel.org
3708 S:      Supported
3709 F:      drivers/crypto/ccree/
3710 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3711
3712 CEC FRAMEWORK
3713 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
3714 L:      linux-media@vger.kernel.org
3715 T:      git git://linuxtv.org/media_tree.git
3716 W:      http://linuxtv.org
3717 S:      Supported
3718 F:      Documentation/media/kapi/cec-core.rst
3719 F:      Documentation/media/uapi/cec
3720 F:      drivers/media/cec/
3721 F:      drivers/media/rc/keymaps/rc-cec.c
3722 F:      include/media/cec.h
3723 F:      include/media/cec-notifier.h
3724 F:      include/uapi/linux/cec.h
3725 F:      include/uapi/linux/cec-funcs.h
3726 F:      Documentation/devicetree/bindings/media/cec.txt
3727 F:      Documentation/ABI/testing/debugfs-cec-error-inj
3728
3729 CEC GPIO DRIVER
3730 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
3731 L:      linux-media@vger.kernel.org
3732 T:      git git://linuxtv.org/media_tree.git
3733 W:      http://linuxtv.org
3734 S:      Supported
3735 F:      drivers/media/platform/cec-gpio/
3736 F:      Documentation/devicetree/bindings/media/cec-gpio.txt
3737
3738 CELL BROADBAND ENGINE ARCHITECTURE
3739 M:      Arnd Bergmann <arnd@arndb.de>
3740 L:      linuxppc-dev@lists.ozlabs.org
3741 W:      http://www.ibm.com/developerworks/power/cell/
3742 S:      Supported
3743 F:      arch/powerpc/include/asm/cell*.h
3744 F:      arch/powerpc/include/asm/spu*.h
3745 F:      arch/powerpc/include/uapi/asm/spu*.h
3746 F:      arch/powerpc/oprofile/*cell*
3747 F:      arch/powerpc/platforms/cell/
3748
3749 CEPH COMMON CODE (LIBCEPH)
3750 M:      Ilya Dryomov <idryomov@gmail.com>
3751 M:      Jeff Layton <jlayton@kernel.org>
3752 M:      Sage Weil <sage@redhat.com>
3753 L:      ceph-devel@vger.kernel.org
3754 W:      http://ceph.com/
3755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3756 T:      git git://github.com/ceph/ceph-client.git
3757 S:      Supported
3758 F:      net/ceph/
3759 F:      include/linux/ceph/
3760 F:      include/linux/crush/
3761
3762 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3763 M:      Jeff Layton <jlayton@kernel.org>
3764 M:      Sage Weil <sage@redhat.com>
3765 M:      Ilya Dryomov <idryomov@gmail.com>
3766 L:      ceph-devel@vger.kernel.org
3767 W:      http://ceph.com/
3768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3769 T:      git git://github.com/ceph/ceph-client.git
3770 S:      Supported
3771 F:      Documentation/filesystems/ceph.txt
3772 F:      fs/ceph/
3773
3774 CERTIFICATE HANDLING:
3775 M:      David Howells <dhowells@redhat.com>
3776 M:      David Woodhouse <dwmw2@infradead.org>
3777 L:      keyrings@vger.kernel.org
3778 S:      Maintained
3779 F:      Documentation/admin-guide/module-signing.rst
3780 F:      certs/
3781 F:      scripts/sign-file.c
3782 F:      scripts/extract-cert.c
3783
3784 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3785 L:      linux-usb@vger.kernel.org
3786 S:      Orphan
3787 F:      Documentation/usb/wusb-design-overview.rst
3788 F:      Documentation/usb/wusb-cbaf
3789 F:      drivers/usb/host/hwa-hc.c
3790 F:      drivers/usb/host/whci/
3791 F:      drivers/usb/wusbcore/
3792 F:      include/linux/usb/wusb*
3793
3794 CFAG12864B LCD DRIVER
3795 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3796 S:      Maintained
3797 F:      drivers/auxdisplay/cfag12864b.c
3798 F:      include/linux/cfag12864b.h
3799
3800 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3801 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3802 S:      Maintained
3803 F:      drivers/auxdisplay/cfag12864bfb.c
3804 F:      include/linux/cfag12864b.h
3805
3806 802.11 (including CFG80211/NL80211)
3807 M:      Johannes Berg <johannes@sipsolutions.net>
3808 L:      linux-wireless@vger.kernel.org
3809 W:      http://wireless.kernel.org/
3810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3812 S:      Maintained
3813 F:      net/wireless/
3814 F:      include/uapi/linux/nl80211.h
3815 F:      include/linux/ieee80211.h
3816 F:      include/net/wext.h
3817 F:      include/net/cfg80211.h
3818 F:      include/net/iw_handler.h
3819 F:      include/net/ieee80211_radiotap.h
3820 F:      Documentation/driver-api/80211/cfg80211.rst
3821 F:      Documentation/networking/regulatory.txt
3822
3823 CHAR and MISC DRIVERS
3824 M:      Arnd Bergmann <arnd@arndb.de>
3825 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3827 S:      Supported
3828 F:      drivers/char/
3829 F:      drivers/misc/
3830 F:      include/linux/miscdevice.h
3831
3832 CHECKPATCH
3833 M:      Andy Whitcroft <apw@canonical.com>
3834 M:      Joe Perches <joe@perches.com>
3835 S:      Maintained
3836 F:      scripts/checkpatch.pl
3837
3838 CHINESE DOCUMENTATION
3839 M:      Harry Wei <harryxiyou@gmail.com>
3840 M:      Alex Shi <alex.shi@linux.alibaba.com>
3841 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3842 S:      Maintained
3843 F:      Documentation/translations/zh_CN/
3844
3845 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3846 M:      Peter Chen <Peter.Chen@nxp.com>
3847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3848 L:      linux-usb@vger.kernel.org
3849 S:      Maintained
3850 F:      drivers/usb/chipidea/
3851
3852 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3853 M:      Hans de Goede <hdegoede@redhat.com>
3854 L:      linux-input@vger.kernel.org
3855 S:      Maintained
3856 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3857 F:      drivers/input/touchscreen/chipone_icn8318.c
3858
3859 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3860 M:      Hans de Goede <hdegoede@redhat.com>
3861 L:      linux-input@vger.kernel.org
3862 S:      Maintained
3863 F:      drivers/input/touchscreen/chipone_icn8505.c
3864
3865 CHROME HARDWARE PLATFORM SUPPORT
3866 M:      Benson Leung <bleung@chromium.org>
3867 M:      Enric Balletbo i Serra <enric.balletbo@collabora.com>
3868 S:      Maintained
3869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
3870 F:      drivers/platform/chrome/
3871
3872 CHROMEOS EC SUBDRIVERS
3873 M:      Benson Leung <bleung@chromium.org>
3874 M:      Enric Balletbo i Serra <enric.balletbo@collabora.com>
3875 R:      Guenter Roeck <groeck@chromium.org>
3876 S:      Maintained
3877 N:      cros_ec
3878 N:      cros-ec
3879 F:      drivers/power/supply/cros_usbpd-charger.c
3880
3881 CHROMEOS EC CODEC DRIVER
3882 M:      Cheng-Yi Chiang <cychiang@chromium.org>
3883 S:      Maintained
3884 R:      Enric Balletbo i Serra <enric.balletbo@collabora.com>
3885 R:      Guenter Roeck <groeck@chromium.org>
3886 F:      Documentation/devicetree/bindings/sound/google,cros-ec-codec.txt
3887 F:      sound/soc/codecs/cros_ec_codec.*
3888
3889 CIRRUS LOGIC AUDIO CODEC DRIVERS
3890 M:      Brian Austin <brian.austin@cirrus.com>
3891 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3892 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3893 S:      Maintained
3894 F:      sound/soc/codecs/cs*
3895
3896 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3897 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3898 L:      netdev@vger.kernel.org
3899 S:      Maintained
3900 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3901
3902 CIRRUS LOGIC LOCHNAGAR DRIVER
3903 M:      Charles Keepax <ckeepax@opensource.cirrus.com>
3904 M:      Richard Fitzgerald <rf@opensource.cirrus.com>
3905 L:      patches@opensource.cirrus.com
3906 S:      Supported
3907 F:      drivers/clk/clk-lochnagar.c
3908 F:      drivers/hwmon/lochnagar-hwmon.c
3909 F:      drivers/mfd/lochnagar-i2c.c
3910 F:      drivers/pinctrl/cirrus/pinctrl-lochnagar.c
3911 F:      drivers/regulator/lochnagar-regulator.c
3912 F:      sound/soc/codecs/lochnagar-sc.c
3913 F:      include/dt-bindings/clk/lochnagar.h
3914 F:      include/dt-bindings/pinctrl/lochnagar.h
3915 F:      include/linux/mfd/lochnagar*
3916 F:      Documentation/devicetree/bindings/mfd/cirrus,lochnagar.txt
3917 F:      Documentation/devicetree/bindings/clock/cirrus,lochnagar.txt
3918 F:      Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.txt
3919 F:      Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.txt
3920 F:      Documentation/devicetree/bindings/regulator/cirrus,lochnagar.txt
3921 F:      Documentation/devicetree/bindings/sound/cirrus,lochnagar.txt
3922 F:      Documentation/hwmon/lochnagar.rst
3923
3924 CISCO FCOE HBA DRIVER
3925 M:      Satish Kharat <satishkh@cisco.com>
3926 M:      Sesidhar Baddela <sebaddel@cisco.com>
3927 M:      Karan Tilak Kumar <kartilak@cisco.com>
3928 L:      linux-scsi@vger.kernel.org
3929 S:      Supported
3930 F:      drivers/scsi/fnic/
3931
3932 CISCO SCSI HBA DRIVER
3933 M:      Karan Tilak Kumar <kartilak@cisco.com>
3934 M:      Sesidhar Baddela <sebaddel@cisco.com>
3935 L:      linux-scsi@vger.kernel.org
3936 S:      Supported
3937 F:      drivers/scsi/snic/
3938
3939 CISCO VIC ETHERNET NIC DRIVER
3940 M:      Christian Benvenuti <benve@cisco.com>
3941 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3942 M:      Parvi Kaustubhi <pkaustub@cisco.com>
3943 S:      Supported
3944 F:      drivers/net/ethernet/cisco/enic/
3945
3946 CISCO VIC LOW LATENCY NIC DRIVER
3947 M:      Christian Benvenuti <benve@cisco.com>
3948 M:      Nelson Escobar <neescoba@cisco.com>
3949 M:      Parvi Kaustubhi <pkaustub@cisco.com>
3950 S:      Supported
3951 F:      drivers/infiniband/hw/usnic/
3952
3953 CIRRUS LOGIC MADERA CODEC DRIVERS
3954 M:      Charles Keepax <ckeepax@opensource.cirrus.com>
3955 M:      Richard Fitzgerald <rf@opensource.cirrus.com>
3956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3957 L:      patches@opensource.cirrus.com
3958 T:      git https://github.com/CirrusLogic/linux-drivers.git
3959 W:      https://github.com/CirrusLogic/linux-drivers/wiki
3960 S:      Supported
3961 F:      Documentation/devicetree/bindings/mfd/madera.txt
3962 F:      Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt
3963 F:      Documentation/devicetree/bindings/sound/madera.txt
3964 F:      include/dt-bindings/sound/madera*
3965 F:      include/linux/irqchip/irq-madera*
3966 F:      include/linux/mfd/madera/*
3967 F:      include/sound/madera*
3968 F:      drivers/gpio/gpio-madera*
3969 F:      drivers/irqchip/irq-madera*
3970 F:      drivers/mfd/madera*
3971 F:      drivers/mfd/cs47l*
3972 F:      drivers/pinctrl/cirrus/*
3973 F:      sound/soc/codecs/cs47l*
3974 F:      sound/soc/codecs/madera*
3975
3976 CLANG-FORMAT FILE
3977 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
3978 S:      Maintained
3979 F:      .clang-format
3980
3981 CLANG/LLVM BUILD SUPPORT
3982 L:      clang-built-linux@googlegroups.com
3983 W:      https://clangbuiltlinux.github.io/
3984 B:      https://github.com/ClangBuiltLinux/linux/issues
3985 C:      irc://chat.freenode.net/clangbuiltlinux
3986 S:      Supported
3987 K:      \b(?i:clang|llvm)\b
3988
3989 CLEANCACHE API
3990 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3991 L:      linux-kernel@vger.kernel.org
3992 S:      Maintained
3993 F:      mm/cleancache.c
3994 F:      include/linux/cleancache.h
3995
3996 CLK API
3997 M:      Russell King <linux@armlinux.org.uk>
3998 L:      linux-clk@vger.kernel.org
3999 S:      Maintained
4000 F:      include/linux/clk.h
4001
4002 CLOCKSOURCE, CLOCKEVENT DRIVERS
4003 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4004 M:      Thomas Gleixner <tglx@linutronix.de>
4005 L:      linux-kernel@vger.kernel.org
4006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4007 S:      Supported
4008 F:      drivers/clocksource/
4009 F:      Documentation/devicetree/bindings/timer/
4010
4011 CMPC ACPI DRIVER
4012 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
4013 M:      Daniel Oliveira Nascimento <don@syst.com.br>
4014 L:      platform-driver-x86@vger.kernel.org
4015 S:      Supported
4016 F:      drivers/platform/x86/classmate-laptop.c
4017
4018 COBALT MEDIA DRIVER
4019 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
4020 L:      linux-media@vger.kernel.org
4021 T:      git git://linuxtv.org/media_tree.git
4022 W:      https://linuxtv.org
4023 S:      Supported
4024 F:      drivers/media/pci/cobalt/
4025
4026 COCCINELLE/Semantic Patches (SmPL)
4027 M:      Julia Lawall <Julia.Lawall@lip6.fr>
4028 M:      Gilles Muller <Gilles.Muller@lip6.fr>
4029 M:      Nicolas Palix <nicolas.palix@imag.fr>
4030 M:      Michal Marek <michal.lkml@markovi.net>
4031 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
4033 W:      http://coccinelle.lip6.fr/
4034 S:      Supported
4035 F:      Documentation/dev-tools/coccinelle.rst
4036 F:      scripts/coccinelle/
4037 F:      scripts/coccicheck
4038
4039 CODA FILE SYSTEM
4040 M:      Jan Harkes <jaharkes@cs.cmu.edu>
4041 M:      coda@cs.cmu.edu
4042 L:      codalist@coda.cs.cmu.edu
4043 W:      http://www.coda.cs.cmu.edu/
4044 S:      Maintained
4045 F:      Documentation/filesystems/coda.txt
4046 F:      fs/coda/
4047 F:      include/linux/coda*.h
4048 F:      include/uapi/linux/coda*.h
4049
4050 CODA V4L2 MEM2MEM DRIVER
4051 M:      Philipp Zabel <p.zabel@pengutronix.de>
4052 L:      linux-media@vger.kernel.org
4053 S:      Maintained
4054 F:      Documentation/devicetree/bindings/media/coda.txt
4055 F:      drivers/media/platform/coda/
4056
4057 CODE OF CONDUCT
4058 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4059 S:      Supported
4060 F:      Documentation/process/code-of-conduct.rst
4061 F:      Documentation/process/code-of-conduct-interpretation.rst
4062
4063 COMMON CLK FRAMEWORK
4064 M:      Michael Turquette <mturquette@baylibre.com>
4065 M:      Stephen Boyd <sboyd@kernel.org>
4066 L:      linux-clk@vger.kernel.org
4067 Q:      http://patchwork.kernel.org/project/linux-clk/list/
4068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
4069 S:      Maintained
4070 F:      Documentation/devicetree/bindings/clock/
4071 F:      drivers/clk/
4072 X:      drivers/clk/clkdev.c
4073 F:      include/linux/clk-pr*
4074 F:      include/linux/clk/
4075 F:      include/linux/of_clk.h
4076
4077 COMMON INTERNET FILE SYSTEM (CIFS)
4078 M:      Steve French <sfrench@samba.org>
4079 L:      linux-cifs@vger.kernel.org
4080 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
4081 W:      http://linux-cifs.samba.org/
4082 T:      git git://git.samba.org/sfrench/cifs-2.6.git
4083 S:      Supported
4084 F:      Documentation/admin-guide/cifs/
4085 F:      fs/cifs/
4086
4087 COMPACTPCI HOTPLUG CORE
4088 M:      Scott Murray <scott@spiteful.org>
4089 L:      linux-pci@vger.kernel.org
4090 S:      Maintained
4091 F:      drivers/pci/hotplug/cpci_hotplug*
4092
4093 COMPACTPCI HOTPLUG GENERIC DRIVER
4094 M:      Scott Murray <scott@spiteful.org>
4095 L:      linux-pci@vger.kernel.org
4096 S:      Maintained
4097 F:      drivers/pci/hotplug/cpcihp_generic.c
4098
4099 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
4100 M:      Scott Murray <scott@spiteful.org>
4101 L:      linux-pci@vger.kernel.org
4102 S:      Maintained
4103 F:      drivers/pci/hotplug/cpcihp_zt5550.*
4104
4105 COMPAL LAPTOP SUPPORT
4106 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
4107 L:      platform-driver-x86@vger.kernel.org
4108 S:      Maintained
4109 F:      drivers/platform/x86/compal-laptop.c
4110
4111 COMPILER ATTRIBUTES
4112 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4113 S:      Maintained
4114 F:      include/linux/compiler_attributes.h
4115
4116 CONEXANT ACCESSRUNNER USB DRIVER
4117 L:      accessrunner-general@lists.sourceforge.net
4118 W:      http://accessrunner.sourceforge.net/
4119 S:      Orphan
4120 F:      drivers/usb/atm/cxacru.c
4121
4122 CONFIGFS
4123 M:      Joel Becker <jlbec@evilplan.org>
4124 M:      Christoph Hellwig <hch@lst.de>
4125 T:      git git://git.infradead.org/users/hch/configfs.git
4126 S:      Supported
4127 F:      fs/configfs/
4128 F:      include/linux/configfs.h
4129
4130 CONNECTOR
4131 M:      Evgeniy Polyakov <zbr@ioremap.net>
4132 L:      netdev@vger.kernel.org
4133 S:      Maintained
4134 F:      drivers/connector/
4135
4136 CONTROL GROUP (CGROUP)
4137 M:      Tejun Heo <tj@kernel.org>
4138 M:      Li Zefan <lizefan@huawei.com>
4139 M:      Johannes Weiner <hannes@cmpxchg.org>
4140 L:      cgroups@vger.kernel.org
4141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
4142 S:      Maintained
4143 F:      Documentation/admin-guide/cgroup-v2.rst
4144 F:      Documentation/admin-guide/cgroup-v1/
4145 F:      include/linux/cgroup*
4146 F:      kernel/cgroup/
4147
4148 CONTROL GROUP - CPUSET
4149 M:      Li Zefan <lizefan@huawei.com>
4150 L:      cgroups@vger.kernel.org
4151 W:      http://www.bullopensource.org/cpuset/
4152 W:      http://oss.sgi.com/projects/cpusets/
4153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
4154 S:      Maintained
4155 F:      Documentation/admin-guide/cgroup-v1/cpusets.rst
4156 F:      include/linux/cpuset.h
4157 F:      kernel/cgroup/cpuset.c
4158
4159 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
4160 M:      Johannes Weiner <hannes@cmpxchg.org>
4161 M:      Michal Hocko <mhocko@kernel.org>
4162 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
4163 L:      cgroups@vger.kernel.org
4164 L:      linux-mm@kvack.org
4165 S:      Maintained
4166 F:      mm/memcontrol.c
4167 F:      mm/swap_cgroup.c
4168
4169 CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)
4170 M:      Tejun Heo <tj@kernel.org>
4171 M:      Jens Axboe <axboe@kernel.dk>
4172 L:      cgroups@vger.kernel.org
4173 L:      linux-block@vger.kernel.org
4174 T:      git git://git.kernel.dk/linux-block
4175 F:      Documentation/admin-guide/cgroup-v1/blkio-controller.rst
4176 F:      block/blk-cgroup.c
4177 F:      include/linux/blk-cgroup.h
4178 F:      block/blk-throttle.c
4179 F:      block/blk-iolatency.c
4180 F:      block/bfq-cgroup.c
4181
4182 CORETEMP HARDWARE MONITORING DRIVER
4183 M:      Fenghua Yu <fenghua.yu@intel.com>
4184 L:      linux-hwmon@vger.kernel.org
4185 S:      Maintained
4186 F:      Documentation/hwmon/coretemp.rst
4187 F:      drivers/hwmon/coretemp.c
4188
4189 COSA/SRP SYNC SERIAL DRIVER
4190 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
4191 W:      http://www.fi.muni.cz/~kas/cosa/
4192 S:      Maintained
4193 F:      drivers/net/wan/cosa*
4194
4195 COUNTER SUBSYSTEM
4196 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4197 L:      linux-iio@vger.kernel.org
4198 S:      Maintained
4199 F:      Documentation/ABI/testing/sysfs-bus-counter*
4200 F:      Documentation/driver-api/generic-counter.rst
4201 F:      drivers/counter/
4202 F:      include/linux/counter.h
4203 F:      include/linux/counter_enum.h
4204
4205 CPMAC ETHERNET DRIVER
4206 M:      Florian Fainelli <f.fainelli@gmail.com>
4207 L:      netdev@vger.kernel.org
4208 S:      Maintained
4209 F:      drivers/net/ethernet/ti/cpmac.c
4210
4211 CPU FREQUENCY SCALING FRAMEWORK
4212 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4213 M:      Viresh Kumar <viresh.kumar@linaro.org>
4214 L:      linux-pm@vger.kernel.org
4215 S:      Maintained
4216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git (For ARM Updates)
4218 B:      https://bugzilla.kernel.org
4219 F:      Documentation/admin-guide/pm/cpufreq.rst
4220 F:      Documentation/admin-guide/pm/intel_pstate.rst
4221 F:      Documentation/cpu-freq/
4222 F:      Documentation/devicetree/bindings/cpufreq/
4223 F:      drivers/cpufreq/
4224 F:      kernel/sched/cpufreq*.c
4225 F:      include/linux/cpufreq.h
4226 F:      include/linux/sched/cpufreq.h
4227 F:      tools/testing/selftests/cpufreq/
4228
4229 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
4230 M:      Viresh Kumar <viresh.kumar@linaro.org>
4231 M:      Sudeep Holla <sudeep.holla@arm.com>
4232 L:      linux-pm@vger.kernel.org
4233 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
4234 S:      Maintained
4235 F:      drivers/cpufreq/arm_big_little.h
4236 F:      drivers/cpufreq/arm_big_little.c
4237
4238 CPU POWER MONITORING SUBSYSTEM
4239 M:      Thomas Renninger <trenn@suse.com>
4240 M:      Shuah Khan <shuah@kernel.org>
4241 M:      Shuah Khan <skhan@linuxfoundation.org>
4242 L:      linux-pm@vger.kernel.org
4243 S:      Maintained
4244 F:      tools/power/cpupower/
4245
4246 CPUID/MSR DRIVER
4247 M:      "H. Peter Anvin" <hpa@zytor.com>
4248 S:      Maintained
4249 F:      arch/x86/kernel/cpuid.c
4250 F:      arch/x86/kernel/msr.c
4251
4252 CPUIDLE DRIVER - ARM BIG LITTLE
4253 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
4254 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4255 L:      linux-pm@vger.kernel.org
4256 L:      linux-arm-kernel@lists.infradead.org
4257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4258 S:      Maintained
4259 F:      drivers/cpuidle/cpuidle-big_little.c
4260
4261 CPUIDLE DRIVER - ARM EXYNOS
4262 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
4263 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4264 M:      Kukjin Kim <kgene@kernel.org>
4265 L:      linux-pm@vger.kernel.org
4266 L:      linux-samsung-soc@vger.kernel.org
4267 S:      Supported
4268 F:      drivers/cpuidle/cpuidle-exynos.c
4269 F:      arch/arm/mach-exynos/pm.c
4270
4271 CPUIDLE DRIVER - ARM PSCI
4272 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
4273 M:      Sudeep Holla <sudeep.holla@arm.com>
4274 L:      linux-pm@vger.kernel.org
4275 L:      linux-arm-kernel@lists.infradead.org
4276 S:      Supported
4277 F:      drivers/cpuidle/cpuidle-psci.c
4278
4279 CPU IDLE TIME MANAGEMENT FRAMEWORK
4280 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4281 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4282 L:      linux-pm@vger.kernel.org
4283 S:      Maintained
4284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4285 B:      https://bugzilla.kernel.org
4286 F:      Documentation/admin-guide/pm/cpuidle.rst
4287 F:      Documentation/driver-api/pm/cpuidle.rst
4288 F:      drivers/cpuidle/*
4289 F:      include/linux/cpuidle.h
4290
4291 CRAMFS FILESYSTEM
4292 M:      Nicolas Pitre <nico@fluxnic.net>
4293 S:      Maintained
4294 F:      Documentation/filesystems/cramfs.txt
4295 F:      fs/cramfs/
4296
4297 CRYPTO API
4298 M:      Herbert Xu <herbert@gondor.apana.org.au>
4299 M:      "David S. Miller" <davem@davemloft.net>
4300 L:      linux-crypto@vger.kernel.org
4301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
4302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
4303 S:      Maintained
4304 F:      Documentation/crypto/
4305 F:      Documentation/devicetree/bindings/crypto/
4306 F:      arch/*/crypto/
4307 F:      crypto/
4308 F:      drivers/crypto/
4309 F:      include/crypto/
4310 F:      include/linux/crypto*
4311 F:      lib/crypto/
4312
4313 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
4314 M:      Neil Horman <nhorman@tuxdriver.com>
4315 L:      linux-crypto@vger.kernel.org
4316 S:      Maintained
4317 F:      crypto/ansi_cprng.c
4318 F:      crypto/rng.c
4319
4320 CS3308 MEDIA DRIVER
4321 M:      Hans Verkuil <hverkuil@xs4all.nl>
4322 L:      linux-media@vger.kernel.org
4323 T:      git git://linuxtv.org/media_tree.git
4324 W:      http://linuxtv.org
4325 S:      Odd Fixes
4326 F:      drivers/media/i2c/cs3308.c
4327
4328 CS5535 Audio ALSA driver
4329 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
4330 S:      Maintained
4331 F:      sound/pci/cs5535audio/
4332
4333 CSI DRIVERS FOR ALLWINNER V3s
4334 M:      Yong Deng <yong.deng@magewell.com>
4335 L:      linux-media@vger.kernel.org
4336 T:      git git://linuxtv.org/media_tree.git
4337 S:      Maintained
4338 F:      drivers/media/platform/sunxi/sun6i-csi/
4339 F:      Documentation/devicetree/bindings/media/sun6i-csi.txt
4340
4341 CW1200 WLAN driver
4342 M:      Solomon Peachy <pizza@shaftnet.org>
4343 S:      Maintained
4344 F:      drivers/net/wireless/st/cw1200/
4345
4346 CX18 VIDEO4LINUX DRIVER
4347 M:      Andy Walls <awalls@md.metrocast.net>
4348 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
4349 L:      linux-media@vger.kernel.org
4350 T:      git git://linuxtv.org/media_tree.git
4351 W:      https://linuxtv.org
4352 W:      http://www.ivtvdriver.org/index.php/Cx18
4353 S:      Maintained
4354 F:      Documentation/media/v4l-drivers/cx18*
4355 F:      drivers/media/pci/cx18/
4356 F:      include/uapi/linux/ivtv*
4357
4358 CX2341X MPEG ENCODER HELPER MODULE
4359 M:      Hans Verkuil <hverkuil@xs4all.nl>
4360 L:      linux-media@vger.kernel.org
4361 T:      git git://linuxtv.org/media_tree.git
4362 W:      https://linuxtv.org
4363 S:      Maintained
4364 F:      drivers/media/common/cx2341x*
4365 F:      include/media/drv-intf/cx2341x.h
4366
4367 CX24120 MEDIA DRIVER
4368 M:      Jemma Denson <jdenson@gmail.com>
4369 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
4370 L:      linux-media@vger.kernel.org
4371 W:      https://linuxtv.org
4372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4373 S:      Maintained
4374 F:      drivers/media/dvb-frontends/cx24120*
4375
4376 CX88 VIDEO4LINUX DRIVER
4377 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4378 L:      linux-media@vger.kernel.org
4379 W:      https://linuxtv.org
4380 T:      git git://linuxtv.org/media_tree.git
4381 S:      Odd fixes
4382 F:      Documentation/media/v4l-drivers/cx88*
4383 F:      drivers/media/pci/cx88/
4384
4385 CXD2820R MEDIA DRIVER
4386 M:      Antti Palosaari <crope@iki.fi>
4387 L:      linux-media@vger.kernel.org
4388 W:      https://linuxtv.org
4389 W:      http://palosaari.fi/linux/
4390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4391 T:      git git://linuxtv.org/anttip/media_tree.git
4392 S:      Maintained
4393 F:      drivers/media/dvb-frontends/cxd2820r*
4394
4395 CXGB3 ETHERNET DRIVER (CXGB3)
4396 M:      Vishal Kulkarni <vishal@chelsio.com>
4397 L:      netdev@vger.kernel.org
4398 W:      http://www.chelsio.com
4399 S:      Supported
4400 F:      drivers/net/ethernet/chelsio/cxgb3/
4401
4402 CXGB3 ISCSI DRIVER (CXGB3I)
4403 M:      Karen Xie <kxie@chelsio.com>
4404 L:      linux-scsi@vger.kernel.org
4405 W:      http://www.chelsio.com
4406 S:      Supported
4407 F:      drivers/scsi/cxgbi/cxgb3i
4408
4409 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
4410 M:      Potnuri Bharat Teja <bharat@chelsio.com>
4411 L:      linux-rdma@vger.kernel.org
4412 W:      http://www.openfabrics.org
4413 S:      Supported
4414 F:      drivers/infiniband/hw/cxgb3/
4415 F:      include/uapi/rdma/cxgb3-abi.h
4416
4417 CXGB4 CRYPTO DRIVER (chcr)
4418 M:      Atul Gupta <atul.gupta@chelsio.com>
4419 L:      linux-crypto@vger.kernel.org
4420 W:      http://www.chelsio.com
4421 S:      Supported
4422 F:      drivers/crypto/chelsio
4423
4424 CXGB4 ETHERNET DRIVER (CXGB4)
4425 M:      Vishal Kulkarni <vishal@chelsio.com>
4426 L:      netdev@vger.kernel.org
4427 W:      http://www.chelsio.com
4428 S:      Supported
4429 F:      drivers/net/ethernet/chelsio/cxgb4/
4430
4431 CXGB4 ISCSI DRIVER (CXGB4I)
4432 M:      Karen Xie <kxie@chelsio.com>
4433 L:      linux-scsi@vger.kernel.org
4434 W:      http://www.chelsio.com
4435 S:      Supported
4436 F:      drivers/scsi/cxgbi/cxgb4i
4437
4438 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
4439 M:      Potnuri Bharat Teja <bharat@chelsio.com>
4440 L:      linux-rdma@vger.kernel.org
4441 W:      http://www.openfabrics.org
4442 S:      Supported
4443 F:      drivers/infiniband/hw/cxgb4/
4444 F:      include/uapi/rdma/cxgb4-abi.h
4445
4446 CXGB4VF ETHERNET DRIVER (CXGB4VF)
4447 M:      Casey Leedom <leedom@chelsio.com>
4448 L:      netdev@vger.kernel.org
4449 W:      http://www.chelsio.com
4450 S:      Supported
4451 F:      drivers/net/ethernet/chelsio/cxgb4vf/
4452
4453 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
4454 M:      Frederic Barrat <fbarrat@linux.ibm.com>
4455 M:      Andrew Donnellan <ajd@linux.ibm.com>
4456 L:      linuxppc-dev@lists.ozlabs.org
4457 S:      Supported
4458 F:      arch/powerpc/platforms/powernv/pci-cxl.c
4459 F:      drivers/misc/cxl/
4460 F:      include/misc/cxl*
4461 F:      include/uapi/misc/cxl.h
4462 F:      Documentation/powerpc/cxl.rst
4463 F:      Documentation/ABI/testing/sysfs-class-cxl
4464
4465 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
4466 M:      Manoj N. Kumar <manoj@linux.ibm.com>
4467 M:      Matthew R. Ochs <mrochs@linux.ibm.com>
4468 M:      Uma Krishnan <ukrishn@linux.ibm.com>
4469 L:      linux-scsi@vger.kernel.org
4470 S:      Supported
4471 F:      drivers/scsi/cxlflash/
4472 F:      include/uapi/scsi/cxlflash_ioctl.h
4473 F:      Documentation/powerpc/cxlflash.rst
4474
4475 CYBERPRO FB DRIVER
4476 M:      Russell King <linux@armlinux.org.uk>
4477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4478 W:      http://www.armlinux.org.uk/
4479 S:      Maintained
4480 F:      drivers/video/fbdev/cyber2000fb.*
4481
4482 CYCLADES ASYNC MUX DRIVER
4483 W:      http://www.cyclades.com/
4484 S:      Orphan
4485 F:      drivers/tty/cyclades.c
4486 F:      include/linux/cyclades.h
4487 F:      include/uapi/linux/cyclades.h
4488
4489 CYCLADES PC300 DRIVER
4490 W:      http://www.cyclades.com/
4491 S:      Orphan
4492 F:      drivers/net/wan/pc300*
4493
4494 CYPRESS_FIRMWARE MEDIA DRIVER
4495 M:      Antti Palosaari <crope@iki.fi>
4496 L:      linux-media@vger.kernel.org
4497 W:      https://linuxtv.org
4498 W:      http://palosaari.fi/linux/
4499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4500 T:      git git://linuxtv.org/anttip/media_tree.git
4501 S:      Maintained
4502 F:      drivers/media/common/cypress_firmware*
4503
4504 CYTTSP TOUCHSCREEN DRIVER
4505 M:      Ferruh Yigit <fery@cypress.com>
4506 L:      linux-input@vger.kernel.org
4507 S:      Supported
4508 F:      drivers/input/touchscreen/cyttsp*
4509 F:      include/linux/input/cyttsp.h
4510
4511 D-LINK DIR-685 TOUCHKEYS DRIVER
4512 M:      Linus Walleij <linus.walleij@linaro.org>
4513 L:      linux-input@vger.kernel.org
4514 S:      Supported
4515 F:      drivers/input/keyboard/dlink-dir685-touchkeys.c
4516
4517 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
4518 M:      Joshua Kinard <kumba@gentoo.org>
4519 S:      Maintained
4520 F:      drivers/rtc/rtc-ds1685.c
4521 F:      include/linux/rtc/ds1685.h
4522
4523 DAMA SLAVE for AX.25
4524 M:      Joerg Reuter <jreuter@yaina.de>
4525 W:      http://yaina.de/jreuter/
4526 W:      http://www.qsl.net/dl1bke/
4527 L:      linux-hams@vger.kernel.org
4528 S:      Maintained
4529 F:      net/ax25/af_ax25.c
4530 F:      net/ax25/ax25_dev.c
4531 F:      net/ax25/ax25_ds_*
4532 F:      net/ax25/ax25_in.c
4533 F:      net/ax25/ax25_out.c
4534 F:      net/ax25/ax25_timer.c
4535 F:      net/ax25/sysctl_net_ax25.c
4536
4537 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4538 L:      netdev@vger.kernel.org
4539 S:      Orphan
4540 F:      Documentation/networking/device_drivers/dec/dmfe.txt
4541 F:      drivers/net/ethernet/dec/tulip/dmfe.c
4542
4543 DC390/AM53C974 SCSI driver
4544 M:      Hannes Reinecke <hare@suse.com>
4545 L:      linux-scsi@vger.kernel.org
4546 S:      Maintained
4547 F:      drivers/scsi/am53c974.c
4548
4549 DC395x SCSI driver
4550 M:      Oliver Neukum <oliver@neukum.org>
4551 M:      Ali Akcaagac <aliakc@web.de>
4552 M:      Jamie Lenehan <lenehan@twibble.org>
4553 L:      dc395x@twibble.org
4554 W:      http://twibble.org/dist/dc395x/
4555 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
4556 S:      Maintained
4557 F:      Documentation/scsi/dc395x.txt
4558 F:      drivers/scsi/dc395x.*
4559
4560 DCCP PROTOCOL
4561 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
4562 L:      dccp@vger.kernel.org
4563 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4564 S:      Maintained
4565 F:      include/linux/dccp.h
4566 F:      include/uapi/linux/dccp.h
4567 F:      include/linux/tfrc.h
4568 F:      net/dccp/
4569
4570 DECnet NETWORK LAYER
4571 W:      http://linux-decnet.sourceforge.net
4572 L:      linux-decnet-user@lists.sourceforge.net
4573 S:      Orphan
4574 F:      Documentation/networking/decnet.txt
4575 F:      net/decnet/
4576
4577 DECSTATION PLATFORM SUPPORT
4578 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4579 L:      linux-mips@vger.kernel.org
4580 W:      http://www.linux-mips.org/wiki/DECstation
4581 S:      Maintained
4582 F:      arch/mips/dec/
4583 F:      arch/mips/include/asm/dec/
4584 F:      arch/mips/include/asm/mach-dec/
4585
4586 DEFXX FDDI NETWORK DRIVER
4587 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4588 S:      Maintained
4589 F:      drivers/net/fddi/defxx.*
4590
4591 DELL SMBIOS DRIVER
4592 M:      Pali Rohár <pali.rohar@gmail.com>
4593 M:      Mario Limonciello <mario.limonciello@dell.com>
4594 L:      platform-driver-x86@vger.kernel.org
4595 S:      Maintained
4596 F:      drivers/platform/x86/dell-smbios.*
4597
4598 DELL SMBIOS SMM DRIVER
4599 M:      Mario Limonciello <mario.limonciello@dell.com>
4600 L:      platform-driver-x86@vger.kernel.org
4601 S:      Maintained
4602 F:      drivers/platform/x86/dell-smbios-smm.c
4603
4604 DELL SMBIOS WMI DRIVER
4605 M:      Mario Limonciello <mario.limonciello@dell.com>
4606 L:      platform-driver-x86@vger.kernel.org
4607 S:      Maintained
4608 F:      drivers/platform/x86/dell-smbios-wmi.c
4609 F:      tools/wmi/dell-smbios-example.c
4610
4611 DEFZA FDDI NETWORK DRIVER
4612 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4613 S:      Maintained
4614 F:      drivers/net/fddi/defza.*
4615
4616 DELL LAPTOP DRIVER
4617 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4618 M:      Pali Rohár <pali.rohar@gmail.com>
4619 L:      platform-driver-x86@vger.kernel.org
4620 S:      Maintained
4621 F:      drivers/platform/x86/dell-laptop.c
4622
4623 DELL LAPTOP FREEFALL DRIVER
4624 M:      Pali Rohár <pali.rohar@gmail.com>
4625 S:      Maintained
4626 F:      drivers/platform/x86/dell-smo8800.c
4627
4628 DELL LAPTOP RBTN DRIVER
4629 M:      Pali Rohár <pali.rohar@gmail.com>
4630 S:      Maintained
4631 F:      drivers/platform/x86/dell-rbtn.*
4632
4633 DELL REMOTE BIOS UPDATE DRIVER
4634 M:      Stuart Hayes <stuart.w.hayes@gmail.com>
4635 L:      platform-driver-x86@vger.kernel.org
4636 S:      Maintained
4637 F:      drivers/platform/x86/dell_rbu.c
4638
4639 DELL LAPTOP SMM DRIVER
4640 M:      Pali Rohár <pali.rohar@gmail.com>
4641 S:      Maintained
4642 F:      drivers/hwmon/dell-smm-hwmon.c
4643 F:      include/uapi/linux/i8k.h
4644
4645 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4646 M:      Stuart Hayes <stuart.w.hayes@gmail.com>
4647 L:      platform-driver-x86@vger.kernel.org
4648 S:      Maintained
4649 F:      Documentation/driver-api/dcdbas.rst
4650 F:      drivers/platform/x86/dcdbas.*
4651
4652 DELL WMI NOTIFICATIONS DRIVER
4653 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4654 M:      Pali Rohár <pali.rohar@gmail.com>
4655 S:      Maintained
4656 F:      drivers/platform/x86/dell-wmi.c
4657
4658 DELL WMI DESCRIPTOR DRIVER
4659 M:      Mario Limonciello <mario.limonciello@dell.com>
4660 S:      Maintained
4661 F:      drivers/platform/x86/dell-wmi-descriptor.c
4662
4663 DELTA ST MEDIA DRIVER
4664 M:      Hugues Fruchet <hugues.fruchet@st.com>
4665 L:      linux-media@vger.kernel.org
4666 T:      git git://linuxtv.org/media_tree.git
4667 W:      https://linuxtv.org
4668 S:      Supported
4669 F:      drivers/media/platform/sti/delta
4670
4671 DENALI NAND DRIVER
4672 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
4673 L:      linux-mtd@lists.infradead.org
4674 S:      Supported
4675 F:      drivers/mtd/nand/raw/denali*
4676
4677 DESIGNWARE EDMA CORE IP DRIVER
4678 M:      Gustavo Pimentel <gustavo.pimentel@synopsys.com>
4679 L:      dmaengine@vger.kernel.org
4680 S:      Maintained
4681 F:      drivers/dma/dw-edma/
4682 F:      include/linux/dma/edma.h
4683
4684 DESIGNWARE USB2 DRD IP DRIVER
4685 M:      Minas Harutyunyan <hminas@synopsys.com>
4686 L:      linux-usb@vger.kernel.org
4687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4688 S:      Maintained
4689 F:      drivers/usb/dwc2/
4690
4691 DESIGNWARE USB3 DRD IP DRIVER
4692 M:      Felipe Balbi <balbi@kernel.org>
4693 L:      linux-usb@vger.kernel.org
4694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4695 S:      Maintained
4696 F:      drivers/usb/dwc3/
4697
4698 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4699 M:      Andreas Klinger <ak@it-klinger.de>
4700 L:      linux-iio@vger.kernel.org
4701 S:      Maintained
4702 F:      Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4703 F:      drivers/iio/proximity/srf*.c
4704
4705 DEVICE COREDUMP (DEV_COREDUMP)
4706 M:      Johannes Berg <johannes@sipsolutions.net>
4707 L:      linux-kernel@vger.kernel.org
4708 S:      Maintained
4709 F:      drivers/base/devcoredump.c
4710 F:      include/linux/devcoredump.h
4711
4712 DEVICE FREQUENCY (DEVFREQ)
4713 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4714 M:      Kyungmin Park <kyungmin.park@samsung.com>
4715 R:      Chanwoo Choi <cw00.choi@samsung.com>
4716 L:      linux-pm@vger.kernel.org
4717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4718 S:      Maintained
4719 F:      drivers/devfreq/
4720 F:      include/linux/devfreq.h
4721 F:      Documentation/devicetree/bindings/devfreq/
4722 F:      include/trace/events/devfreq.h
4723
4724 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4725 M:      Chanwoo Choi <cw00.choi@samsung.com>
4726 L:      linux-pm@vger.kernel.org
4727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4728 S:      Supported
4729 F:      drivers/devfreq/event/
4730 F:      drivers/devfreq/devfreq-event.c
4731 F:      include/linux/devfreq-event.h
4732 F:      Documentation/devicetree/bindings/devfreq/event/
4733
4734 DEVICE NUMBER REGISTRY
4735 M:      Torben Mathiasen <device@lanana.org>
4736 W:      http://lanana.org/docs/device-list/index.html
4737 S:      Maintained
4738
4739 DEVICE-MAPPER  (LVM)
4740 M:      Alasdair Kergon <agk@redhat.com>
4741 M:      Mike Snitzer <snitzer@redhat.com>
4742 M:      dm-devel@redhat.com
4743 L:      dm-devel@redhat.com
4744 W:      http://sources.redhat.com/dm
4745 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4747 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4748 S:      Maintained
4749 F:      Documentation/admin-guide/device-mapper/
4750 F:      drivers/md/Makefile
4751 F:      drivers/md/Kconfig
4752 F:      drivers/md/dm*
4753 F:      drivers/md/persistent-data/
4754 F:      include/linux/device-mapper.h
4755 F:      include/linux/dm-*.h
4756 F:      include/uapi/linux/dm-*.h
4757
4758 DEVLINK
4759 M:      Jiri Pirko <jiri@mellanox.com>
4760 L:      netdev@vger.kernel.org
4761 S:      Supported
4762 F:      net/core/devlink.c
4763 F:      include/net/devlink.h
4764 F:      include/uapi/linux/devlink.h
4765
4766 DIALOG SEMICONDUCTOR DRIVERS
4767 M:      Support Opensource <support.opensource@diasemi.com>
4768 W:      http://www.dialog-semiconductor.com/products
4769 S:      Supported
4770 F:      Documentation/hwmon/da90??.rst
4771 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4772 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4773 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4774 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4775 F:      Documentation/devicetree/bindings/regulator/slg51000.txt
4776 F:      Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4777 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4778 F:      drivers/gpio/gpio-da90??.c
4779 F:      drivers/hwmon/da90??-hwmon.c
4780 F:      drivers/iio/adc/da91??-*.c
4781 F:      drivers/input/misc/da90??_onkey.c
4782 F:      drivers/input/touchscreen/da9052_tsi.c
4783 F:      drivers/leds/leds-da90??.c
4784 F:      drivers/mfd/da903x.c
4785 F:      drivers/mfd/da90??-*.c
4786 F:      drivers/mfd/da91??-*.c
4787 F:      drivers/power/supply/da9052-battery.c
4788 F:      drivers/power/supply/da91??-*.c
4789 F:      drivers/regulator/da903x.c
4790 F:      drivers/regulator/da9???-regulator.[ch]
4791 F:      drivers/regulator/slg51000-regulator.[ch]
4792 F:      drivers/thermal/da90??-thermal.c
4793 F:      drivers/rtc/rtc-da90??.c
4794 F:      drivers/video/backlight/da90??_bl.c
4795 F:      drivers/watchdog/da90??_wdt.c
4796 F:      include/linux/mfd/da903x.h
4797 F:      include/linux/mfd/da9052/
4798 F:      include/linux/mfd/da9055/
4799 F:      include/linux/mfd/da9062/
4800 F:      include/linux/mfd/da9063/
4801 F:      include/linux/mfd/da9150/
4802 F:      include/linux/regulator/da9211.h
4803 F:      include/sound/da[79]*.h
4804 F:      sound/soc/codecs/da[79]*.[ch]
4805
4806 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4807 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4808 L:      linux-gpio@vger.kernel.org
4809 S:      Maintained
4810 F:      drivers/gpio/gpio-gpio-mm.c
4811
4812 DIOLAN U2C-12 I2C DRIVER
4813 M:      Guenter Roeck <linux@roeck-us.net>
4814 L:      linux-i2c@vger.kernel.org
4815 S:      Maintained
4816 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4817
4818 FILESYSTEM DIRECT ACCESS (DAX)
4819 M:      Dan Williams <dan.j.williams@intel.com>
4820 R:      Matthew Wilcox <willy@infradead.org>
4821 R:      Jan Kara <jack@suse.cz>
4822 L:      linux-fsdevel@vger.kernel.org
4823 L:      linux-nvdimm@lists.01.org
4824 S:      Supported
4825 F:      fs/dax.c
4826 F:      include/linux/dax.h
4827 F:      include/trace/events/fs_dax.h
4828
4829 DEVICE DIRECT ACCESS (DAX)
4830 M:      Dan Williams <dan.j.williams@intel.com>
4831 M:      Vishal Verma <vishal.l.verma@intel.com>
4832 M:      Keith Busch <keith.busch@intel.com>
4833 M:      Dave Jiang <dave.jiang@intel.com>
4834 L:      linux-nvdimm@lists.01.org
4835 S:      Supported
4836 F:      drivers/dax/
4837
4838 DIRECTORY NOTIFICATION (DNOTIFY)
4839 M:      Jan Kara <jack@suse.cz>
4840 R:      Amir Goldstein <amir73il@gmail.com>
4841 L:      linux-fsdevel@vger.kernel.org
4842 S:      Maintained
4843 F:      Documentation/filesystems/dnotify.txt
4844 F:      fs/notify/dnotify/
4845 F:      include/linux/dnotify.h
4846
4847 DISK GEOMETRY AND PARTITION HANDLING
4848 M:      Andries Brouwer <aeb@cwi.nl>
4849 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4850 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4851 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4852 S:      Maintained
4853
4854 DISKQUOTA
4855 M:      Jan Kara <jack@suse.com>
4856 S:      Maintained
4857 F:      Documentation/filesystems/quota.txt
4858 F:      fs/quota/
4859 F:      include/linux/quota*.h
4860 F:      include/uapi/linux/quota*.h
4861
4862 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4863 M:      Bernie Thompson <bernie@plugable.com>
4864 L:      linux-fbdev@vger.kernel.org
4865 S:      Maintained
4866 W:      http://plugable.com/category/projects/udlfb/
4867 F:      drivers/video/fbdev/udlfb.c
4868 F:      include/video/udlfb.h
4869 F:      Documentation/fb/udlfb.rst
4870
4871 DISTRIBUTED LOCK MANAGER (DLM)
4872 M:      Christine Caulfield <ccaulfie@redhat.com>
4873 M:      David Teigland <teigland@redhat.com>
4874 L:      cluster-devel@redhat.com
4875 W:      http://sources.redhat.com/cluster/
4876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4877 S:      Supported
4878 F:      fs/dlm/
4879
4880 DMA BUFFER SHARING FRAMEWORK
4881 M:      Sumit Semwal <sumit.semwal@linaro.org>
4882 S:      Maintained
4883 L:      linux-media@vger.kernel.org
4884 L:      dri-devel@lists.freedesktop.org
4885 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4886 F:      drivers/dma-buf/
4887 F:      include/linux/dma-buf*
4888 F:      include/linux/reservation.h
4889 F:      include/linux/*fence.h
4890 F:      Documentation/driver-api/dma-buf.rst
4891 T:      git git://anongit.freedesktop.org/drm/drm-misc
4892
4893 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4894 M:      Vinod Koul <vkoul@kernel.org>
4895 L:      dmaengine@vger.kernel.org
4896 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4897 S:      Maintained
4898 F:      drivers/dma/
4899 F:      include/linux/dmaengine.h
4900 F:      include/linux/of_dma.h
4901 F:      Documentation/devicetree/bindings/dma/
4902 F:      Documentation/driver-api/dmaengine/
4903 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4904
4905 DMA MAPPING HELPERS
4906 M:      Christoph Hellwig <hch@lst.de>
4907 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4908 R:      Robin Murphy <robin.murphy@arm.com>
4909 L:      iommu@lists.linux-foundation.org
4910 T:      git git://git.infradead.org/users/hch/dma-mapping.git
4911 W:      http://git.infradead.org/users/hch/dma-mapping.git
4912 S:      Supported
4913 F:      kernel/dma/
4914 F:      include/asm-generic/dma-mapping.h
4915 F:      include/linux/dma-direct.h
4916 F:      include/linux/dma-mapping.h
4917 F:      include/linux/dma-noncoherent.h
4918
4919 DME1737 HARDWARE MONITOR DRIVER
4920 M:      Juerg Haefliger <juergh@gmail.com>
4921 L:      linux-hwmon@vger.kernel.org
4922 S:      Maintained
4923 F:      Documentation/hwmon/dme1737.rst
4924 F:      drivers/hwmon/dme1737.c
4925
4926 DMI/SMBIOS SUPPORT
4927 M:      Jean Delvare <jdelvare@suse.com>
4928 S:      Maintained
4929 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4930 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4931 F:      drivers/firmware/dmi-id.c
4932 F:      drivers/firmware/dmi_scan.c
4933 F:      include/linux/dmi.h
4934
4935 DOCUMENTATION
4936 M:      Jonathan Corbet <corbet@lwn.net>
4937 L:      linux-doc@vger.kernel.org
4938 S:      Maintained
4939 F:      Documentation/
4940 F:      scripts/documentation-file-ref-check
4941 F:      scripts/kernel-doc
4942 F:      scripts/sphinx-pre-install
4943 X:      Documentation/ABI/
4944 X:      Documentation/firmware-guide/acpi/
4945 X:      Documentation/devicetree/
4946 X:      Documentation/i2c/
4947 X:      Documentation/media/
4948 X:      Documentation/power/
4949 X:      Documentation/spi/
4950 T:      git git://git.lwn.net/linux.git docs-next
4951
4952 DOCUMENTATION/ITALIAN
4953 M:      Federico Vaga <federico.vaga@vaga.pv.it>
4954 L:      linux-doc@vger.kernel.org
4955 S:      Maintained
4956 F:      Documentation/translations/it_IT
4957
4958 DOCUMENTATION SCRIPTS
4959 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4960 L:      linux-doc@vger.kernel.org
4961 S:      Maintained
4962 F:      scripts/documentation-file-ref-check
4963 F:      scripts/sphinx-pre-install
4964 F:      Documentation/sphinx/parse-headers.pl
4965
4966 DONGWOON DW9714 LENS VOICE COIL DRIVER
4967 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4968 L:      linux-media@vger.kernel.org
4969 T:      git git://linuxtv.org/media_tree.git
4970 S:      Maintained
4971 F:      drivers/media/i2c/dw9714.c
4972 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt
4973
4974 DONGWOON DW9807 LENS VOICE COIL DRIVER
4975 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4976 L:      linux-media@vger.kernel.org
4977 T:      git git://linuxtv.org/media_tree.git
4978 S:      Maintained
4979 F:      drivers/media/i2c/dw9807-vcm.c
4980 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt
4981
4982 DOUBLETALK DRIVER
4983 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4984 L:      blinux-list@redhat.com
4985 S:      Maintained
4986 F:      drivers/char/dtlk.c
4987 F:      include/linux/dtlk.h
4988
4989 DPAA2 DATAPATH I/O (DPIO) DRIVER
4990 M:      Roy Pledge <Roy.Pledge@nxp.com>
4991 L:      linux-kernel@vger.kernel.org
4992 S:      Maintained
4993 F:      drivers/soc/fsl/dpio
4994
4995 DPAA2 ETHERNET DRIVER
4996 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4997 L:      netdev@vger.kernel.org
4998 S:      Maintained
4999 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
5000 F:      drivers/net/ethernet/freescale/dpaa2/dpni*
5001 F:      drivers/net/ethernet/freescale/dpaa2/dpkg.h
5002 F:      drivers/net/ethernet/freescale/dpaa2/Makefile
5003 F:      drivers/net/ethernet/freescale/dpaa2/Kconfig
5004
5005 DPAA2 ETHERNET SWITCH DRIVER
5006 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
5007 M:      Ioana Ciornei <ioana.ciornei@nxp.com>
5008 L:      linux-kernel@vger.kernel.org
5009 S:      Maintained
5010 F:      drivers/staging/fsl-dpaa2/ethsw
5011
5012 DPT_I2O SCSI RAID DRIVER
5013 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
5014 L:      linux-scsi@vger.kernel.org
5015 W:      http://www.adaptec.com/
5016 S:      Maintained
5017 F:      drivers/scsi/dpt*
5018 F:      drivers/scsi/dpt/
5019
5020 DRBD DRIVER
5021 M:      Philipp Reisner <philipp.reisner@linbit.com>
5022 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
5023 L:      drbd-dev@lists.linbit.com
5024 W:      http://www.drbd.org
5025 T:      git git://git.linbit.com/linux-drbd.git
5026 T:      git git://git.linbit.com/drbd-8.4.git
5027 S:      Supported
5028 F:      drivers/block/drbd/
5029 F:      lib/lru_cache.c
5030 F:      Documentation/admin-guide/blockdev/
5031
5032 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
5033 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5034 R:      "Rafael J. Wysocki" <rafael@kernel.org>
5035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
5036 S:      Supported
5037 F:      Documentation/kobject.txt
5038 F:      drivers/base/
5039 F:      fs/debugfs/
5040 F:      fs/sysfs/
5041 F:      include/linux/debugfs.h
5042 F:      include/linux/kobj*
5043 F:      lib/kobj*
5044
5045 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
5046 M:      Kevin Hilman <khilman@kernel.org>
5047 M:      Nishanth Menon <nm@ti.com>
5048 S:      Maintained
5049 F:      drivers/power/avs/
5050 F:      include/linux/power/smartreflex.h
5051 L:      linux-pm@vger.kernel.org
5052
5053 DRM DRIVER FOR ARM PL111 CLCD
5054 M:      Eric Anholt <eric@anholt.net>
5055 T:      git git://anongit.freedesktop.org/drm/drm-misc
5056 S:      Supported
5057 F:      drivers/gpu/drm/pl111/
5058
5059 DRM DRIVER FOR ARM VERSATILE TFT PANELS
5060 M:      Linus Walleij <linus.walleij@linaro.org>
5061 T:      git git://anongit.freedesktop.org/drm/drm-misc
5062 S:      Maintained
5063 F:      drivers/gpu/drm/panel/panel-arm-versatile.c
5064 F:      Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.txt
5065
5066 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
5067 M:      Dave Airlie <airlied@redhat.com>
5068 S:      Odd Fixes
5069 F:      drivers/gpu/drm/ast/
5070
5071 DRM DRIVER FOR ASPEED BMC GFX
5072 M:      Joel Stanley <joel@jms.id.au>
5073 L:      linux-aspeed@lists.ozlabs.org
5074 T:      git git://anongit.freedesktop.org/drm/drm-misc
5075 S:      Supported
5076 F:      drivers/gpu/drm/aspeed/
5077 F:      Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
5078
5079 DRM DRIVER FOR BOCHS VIRTUAL GPU
5080 M:      Gerd Hoffmann <kraxel@redhat.com>
5081 L:      virtualization@lists.linux-foundation.org
5082 T:      git git://anongit.freedesktop.org/drm/drm-misc
5083 S:      Maintained
5084 F:      drivers/gpu/drm/bochs/
5085
5086 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
5087 M:      Linus Walleij <linus.walleij@linaro.org>
5088 T:      git git://anongit.freedesktop.org/drm/drm-misc
5089 S:      Maintained
5090 F:      drivers/gpu/drm/tve200/
5091
5092 DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS
5093 M:      Jagan Teki <jagan@amarulasolutions.com>
5094 S:      Maintained
5095 F:      drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
5096 F:      Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.txt
5097
5098 DRM DRIVER FOR ILITEK ILI9225 PANELS
5099 M:      David Lechner <david@lechnology.com>
5100 S:      Maintained
5101 F:      drivers/gpu/drm/tinydrm/ili9225.c
5102 F:      Documentation/devicetree/bindings/display/ilitek,ili9225.txt
5103
5104 DRM DRIVER FOR HX8357D PANELS
5105 M:      Eric Anholt <eric@anholt.net>
5106 T:      git git://anongit.freedesktop.org/drm/drm-misc
5107 S:      Maintained
5108 F:      drivers/gpu/drm/tinydrm/hx8357d.c
5109 F:      Documentation/devicetree/bindings/display/himax,hx8357d.txt
5110
5111 DRM DRIVER FOR INTEL I810 VIDEO CARDS
5112 S:      Orphan / Obsolete
5113 F:      drivers/gpu/drm/i810/
5114 F:      include/uapi/drm/i810_drm.h
5115
5116 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
5117 S:      Orphan / Obsolete
5118 F:      drivers/gpu/drm/mga/
5119 F:      include/uapi/drm/mga_drm.h
5120
5121 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
5122 M:      Dave Airlie <airlied@redhat.com>
5123 S:      Odd Fixes
5124 F:      drivers/gpu/drm/mgag200/
5125
5126 DRM DRIVER FOR MI0283QT
5127 M:      Noralf Trønnes <noralf@tronnes.org>
5128 S:      Maintained
5129 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
5130 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
5131
5132 DRM DRIVER FOR MSM ADRENO GPU
5133 M:      Rob Clark <robdclark@gmail.com>
5134 M:      Sean Paul <sean@poorly.run>
5135 L:      linux-arm-msm@vger.kernel.org
5136 L:      dri-devel@lists.freedesktop.org
5137 L:      freedreno@lists.freedesktop.org
5138 T:      git https://gitlab.freedesktop.org/drm/msm.git
5139 S:      Maintained
5140 F:      drivers/gpu/drm/msm/
5141 F:      include/uapi/drm/msm_drm.h
5142 F:      Documentation/devicetree/bindings/display/msm/
5143
5144 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
5145 M:      Ben Skeggs <bskeggs@redhat.com>
5146 L:      dri-devel@lists.freedesktop.org
5147 L:      nouveau@lists.freedesktop.org
5148 T:      git git://github.com/skeggsb/linux
5149 S:      Supported
5150 F:      drivers/gpu/drm/nouveau/
5151 F:      include/uapi/drm/nouveau_drm.h
5152
5153 DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
5154 M:      Stefan Mavrodiev <stefan@olimex.com>
5155 S:      Maintained
5156 F:      drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
5157 F:      Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.txt
5158
5159 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
5160 M:      Noralf Trønnes <noralf@tronnes.org>
5161 S:      Maintained
5162 F:      drivers/gpu/drm/tinydrm/repaper.c
5163 F:      Documentation/devicetree/bindings/display/repaper.txt
5164
5165 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
5166 M:      Dave Airlie <airlied@redhat.com>
5167 M:      Gerd Hoffmann <kraxel@redhat.com>
5168 L:      virtualization@lists.linux-foundation.org
5169 T:      git git://anongit.freedesktop.org/drm/drm-misc
5170 S:      Obsolete
5171 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
5172 F:      drivers/gpu/drm/cirrus/
5173
5174 DRM DRIVER FOR QXL VIRTUAL GPU
5175 M:      Dave Airlie <airlied@redhat.com>
5176 M:      Gerd Hoffmann <kraxel@redhat.com>
5177 L:      virtualization@lists.linux-foundation.org
5178 L:      spice-devel@lists.freedesktop.org
5179 T:      git git://anongit.freedesktop.org/drm/drm-misc
5180 S:      Maintained
5181 F:      drivers/gpu/drm/qxl/
5182 F:      include/uapi/drm/qxl_drm.h
5183
5184 DRM DRIVER FOR RAGE 128 VIDEO CARDS
5185 S:      Orphan / Obsolete
5186 F:      drivers/gpu/drm/r128/
5187 F:      include/uapi/drm/r128_drm.h
5188
5189 DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
5190 M:      Guido Günther <agx@sigxcpu.org>
5191 S:      Maintained
5192 F:      drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
5193 F:      Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
5194
5195 DRM DRIVER FOR SAVAGE VIDEO CARDS
5196 S:      Orphan / Obsolete
5197 F:      drivers/gpu/drm/savage/
5198 F:      include/uapi/drm/savage_drm.h
5199
5200 DRM DRIVER FOR SIS VIDEO CARDS
5201 S:      Orphan / Obsolete
5202 F:      drivers/gpu/drm/sis/
5203 F:      include/uapi/drm/sis_drm.h
5204
5205 DRM DRIVER FOR SITRONIX ST7701 PANELS
5206 M:      Jagan Teki <jagan@amarulasolutions.com>
5207 S:      Maintained
5208 F:      drivers/gpu/drm/panel/panel-sitronix-st7701.c
5209 F:      Documentation/devicetree/bindings/display/panel/sitronix,st7701.txt
5210
5211 DRM DRIVER FOR SITRONIX ST7586 PANELS
5212 M:      David Lechner <david@lechnology.com>
5213 S:      Maintained
5214 F:      drivers/gpu/drm/tinydrm/st7586.c
5215 F:      Documentation/devicetree/bindings/display/sitronix,st7586.txt
5216
5217 DRM DRIVER FOR SITRONIX ST7735R PANELS
5218 M:      David Lechner <david@lechnology.com>
5219 S:      Maintained
5220 F:      drivers/gpu/drm/tinydrm/st7735r.c
5221 F:      Documentation/devicetree/bindings/display/sitronix,st7735r.txt
5222
5223 DRM DRIVER FOR ST-ERICSSON MCDE
5224 M:      Linus Walleij <linus.walleij@linaro.org>
5225 T:      git git://anongit.freedesktop.org/drm/drm-misc
5226 S:      Maintained
5227 F:      drivers/gpu/drm/mcde/
5228 F:      Documentation/devicetree/bindings/display/ste,mcde.txt
5229
5230 DRM DRIVER FOR TDFX VIDEO CARDS
5231 S:      Orphan / Obsolete
5232 F:      drivers/gpu/drm/tdfx/
5233
5234 DRM DRIVER FOR TPO TPG110 PANELS
5235 M:      Linus Walleij <linus.walleij@linaro.org>
5236 T:      git git://anongit.freedesktop.org/drm/drm-misc
5237 S:      Maintained
5238 F:      drivers/gpu/drm/panel/panel-tpo-tpg110.c
5239 F:      Documentation/devicetree/bindings/display/panel/tpo,tpg110.txt
5240
5241 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
5242 M:      Dave Airlie <airlied@redhat.com>
5243 R:      Sean Paul <sean@poorly.run>
5244 L:      dri-devel@lists.freedesktop.org
5245 S:      Odd Fixes
5246 F:      drivers/gpu/drm/udl/
5247 T:      git git://anongit.freedesktop.org/drm/drm-misc
5248
5249 DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU
5250 M:      Hans de Goede <hdegoede@redhat.com>
5251 L:      dri-devel@lists.freedesktop.org
5252 S:      Maintained
5253 F:      drivers/gpu/drm/vboxvideo/
5254 T:      git git://anongit.freedesktop.org/drm/drm-misc
5255
5256 DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS)
5257 M:      Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
5258 R:      Haneen Mohammed <hamohammed.sa@gmail.com>
5259 R:      Daniel Vetter <daniel@ffwll.ch>
5260 T:      git git://anongit.freedesktop.org/drm/drm-misc
5261 S:      Maintained
5262 L:      dri-devel@lists.freedesktop.org
5263 F:      drivers/gpu/drm/vkms/
5264 F:      Documentation/gpu/vkms.rst
5265
5266 DRM DRIVER FOR VMWARE VIRTUAL GPU
5267 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
5268 M:      Thomas Hellstrom <thellstrom@vmware.com>
5269 L:      dri-devel@lists.freedesktop.org
5270 T:      git git://people.freedesktop.org/~thomash/linux
5271 S:      Supported
5272 F:      drivers/gpu/drm/vmwgfx/
5273 F:      include/uapi/drm/vmwgfx_drm.h
5274
5275 DRM DRIVERS
5276 M:      David Airlie <airlied@linux.ie>
5277 M:      Daniel Vetter <daniel@ffwll.ch>
5278 L:      dri-devel@lists.freedesktop.org
5279 T:      git git://anongit.freedesktop.org/drm/drm
5280 B:      https://bugs.freedesktop.org/
5281 C:      irc://chat.freenode.net/dri-devel
5282 S:      Maintained
5283 F:      drivers/gpu/drm/
5284 F:      drivers/gpu/vga/
5285 F:      Documentation/devicetree/bindings/display/
5286 F:      Documentation/devicetree/bindings/gpu/
5287 F:      Documentation/gpu/
5288 F:      include/drm/
5289 F:      include/uapi/drm/
5290 F:      include/linux/vga*
5291
5292 DRM DRIVERS AND MISC GPU PATCHES
5293 M:      Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
5294 M:      Maxime Ripard <mripard@kernel.org>
5295 M:      Sean Paul <sean@poorly.run>
5296 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
5297 S:      Maintained
5298 T:      git git://anongit.freedesktop.org/drm/drm-misc
5299 F:      Documentation/gpu/
5300 F:      drivers/gpu/vga/
5301 F:      drivers/gpu/drm/*
5302 F:      include/drm/drm*
5303 F:      include/uapi/drm/drm*
5304 F:      include/linux/vga*
5305
5306 DRM DRIVERS FOR ALLWINNER A10
5307 M:      Maxime Ripard <mripard@kernel.org>
5308 L:      dri-devel@lists.freedesktop.org
5309 S:      Supported
5310 F:      drivers/gpu/drm/sun4i/
5311 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
5312 T:      git git://anongit.freedesktop.org/drm/drm-misc
5313
5314 DRM DRIVERS FOR AMLOGIC SOCS
5315 M:      Neil Armstrong <narmstrong@baylibre.com>
5316 L:      dri-devel@lists.freedesktop.org
5317 L:      linux-amlogic@lists.infradead.org
5318 W:      http://linux-meson.com/
5319 S:      Supported
5320 F:      drivers/gpu/drm/meson/
5321 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
5322 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
5323 F:      Documentation/gpu/meson.rst
5324 T:      git git://anongit.freedesktop.org/drm/drm-misc
5325
5326 DRM DRIVERS FOR ATMEL HLCDC
5327 M:      Boris Brezillon <bbrezillon@kernel.org>
5328 L:      dri-devel@lists.freedesktop.org
5329 S:      Supported
5330 F:      drivers/gpu/drm/atmel-hlcdc/
5331 F:      Documentation/devicetree/bindings/display/atmel/
5332 T:      git git://anongit.freedesktop.org/drm/drm-misc
5333
5334 DRM DRIVERS FOR BRIDGE CHIPS
5335 M:      Andrzej Hajda <a.hajda@samsung.com>
5336 R:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
5337 S:      Maintained
5338 T:      git git://anongit.freedesktop.org/drm/drm-misc
5339 F:      drivers/gpu/drm/bridge/
5340
5341 DRM DRIVERS FOR EXYNOS
5342 M:      Inki Dae <inki.dae@samsung.com>
5343 M:      Joonyoung Shim <jy0922.shim@samsung.com>
5344 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
5345 M:      Kyungmin Park <kyungmin.park@samsung.com>
5346 L:      dri-devel@lists.freedesktop.org
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
5348 S:      Supported
5349 F:      drivers/gpu/drm/exynos/
5350 F:      include/uapi/drm/exynos_drm.h
5351 F:      Documentation/devicetree/bindings/display/exynos/
5352
5353 DRM DRIVERS FOR FREESCALE DCU
5354 M:      Stefan Agner <stefan@agner.ch>
5355 M:      Alison Wang <alison.wang@nxp.com>
5356 L:      dri-devel@lists.freedesktop.org
5357 S:      Supported
5358 F:      drivers/gpu/drm/fsl-dcu/
5359 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
5360 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
5361 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
5362 T:      git git://anongit.freedesktop.org/drm/drm-misc
5363
5364 DRM DRIVERS FOR FREESCALE IMX
5365 M:      Philipp Zabel <p.zabel@pengutronix.de>
5366 L:      dri-devel@lists.freedesktop.org
5367 S:      Maintained
5368 F:      drivers/gpu/drm/imx/
5369 F:      drivers/gpu/ipu-v3/
5370 F:      Documentation/devicetree/bindings/display/imx/
5371
5372 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
5373 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
5374 L:      dri-devel@lists.freedesktop.org
5375 T:      git git://github.com/patjak/drm-gma500
5376 S:      Maintained
5377 F:      drivers/gpu/drm/gma500/
5378
5379 DRM DRIVERS FOR HISILICON
5380 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
5381 M:      Rongrong Zou <zourongrong@gmail.com>
5382 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
5383 R:      Chen Feng <puck.chen@hisilicon.com>
5384 L:      dri-devel@lists.freedesktop.org
5385 T:      git git://github.com/xin3liang/linux.git
5386 S:      Maintained
5387 F:      drivers/gpu/drm/hisilicon/
5388 F:      Documentation/devicetree/bindings/display/hisilicon/
5389
5390 DRM DRIVERS FOR LIMA
5391 M:      Qiang Yu <yuq825@gmail.com>
5392 L:      dri-devel@lists.freedesktop.org
5393 L:      lima@lists.freedesktop.org (moderated for non-subscribers)
5394 S:      Maintained
5395 F:      drivers/gpu/drm/lima/
5396 F:      include/uapi/drm/lima_drm.h
5397 T:      git git://anongit.freedesktop.org/drm/drm-misc
5398
5399 DRM DRIVERS FOR MEDIATEK
5400 M:      CK Hu <ck.hu@mediatek.com>
5401 M:      Philipp Zabel <p.zabel@pengutronix.de>
5402 L:      dri-devel@lists.freedesktop.org
5403 S:      Supported
5404 F:      drivers/gpu/drm/mediatek/
5405 F:      Documentation/devicetree/bindings/display/mediatek/
5406
5407 DRM DRIVERS FOR NVIDIA TEGRA
5408 M:      Thierry Reding <thierry.reding@gmail.com>
5409 L:      dri-devel@lists.freedesktop.org
5410 L:      linux-tegra@vger.kernel.org
5411 T:      git git://anongit.freedesktop.org/tegra/linux.git
5412 S:      Supported
5413 F:      drivers/gpu/drm/tegra/
5414 F:      drivers/gpu/host1x/
5415 F:      include/linux/host1x.h
5416 F:      include/uapi/drm/tegra_drm.h
5417 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
5418
5419 DRM DRIVERS FOR RENESAS
5420 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5421 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
5422 L:      dri-devel@lists.freedesktop.org
5423 L:      linux-renesas-soc@vger.kernel.org
5424 T:      git git://linuxtv.org/pinchartl/media drm/du/next
5425 S:      Supported
5426 F:      drivers/gpu/drm/rcar-du/
5427 F:      drivers/gpu/drm/shmobile/
5428 F:      include/linux/platform_data/shmob_drm.h
5429 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
5430 F:      Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
5431 F:      Documentation/devicetree/bindings/display/renesas,du.txt
5432
5433 DRM DRIVERS FOR ROCKCHIP
5434 M:      Sandy Huang <hjc@rock-chips.com>
5435 M:      Heiko Stübner <heiko@sntech.de>
5436 L:      dri-devel@lists.freedesktop.org
5437 S:      Maintained
5438 F:      drivers/gpu/drm/rockchip/
5439 F:      Documentation/devicetree/bindings/display/rockchip/
5440 T:      git git://anongit.freedesktop.org/drm/drm-misc
5441
5442 DRM DRIVERS FOR STI
5443 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5444 M:      Vincent Abriou <vincent.abriou@st.com>
5445 L:      dri-devel@lists.freedesktop.org
5446 T:      git git://anongit.freedesktop.org/drm/drm-misc
5447 S:      Maintained
5448 F:      drivers/gpu/drm/sti
5449 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
5450
5451 DRM DRIVERS FOR STM
5452 M:      Yannick Fertre <yannick.fertre@st.com>
5453 M:      Philippe Cornu <philippe.cornu@st.com>
5454 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5455 M:      Vincent Abriou <vincent.abriou@st.com>
5456 L:      dri-devel@lists.freedesktop.org
5457 T:      git git://anongit.freedesktop.org/drm/drm-misc
5458 S:      Maintained
5459 F:      drivers/gpu/drm/stm
5460 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
5461
5462 DRM DRIVERS FOR TI LCDC
5463 M:      Jyri Sarha <jsarha@ti.com>
5464 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5465 L:      dri-devel@lists.freedesktop.org
5466 S:      Maintained
5467 F:      drivers/gpu/drm/tilcdc/
5468 F:      Documentation/devicetree/bindings/display/tilcdc/
5469
5470 DRM DRIVERS FOR TI OMAP
5471 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5472 L:      dri-devel@lists.freedesktop.org
5473 S:      Maintained
5474 F:      drivers/gpu/drm/omapdrm/
5475 F:      Documentation/devicetree/bindings/display/ti/
5476
5477 DRM DRIVERS FOR V3D
5478 M:      Eric Anholt <eric@anholt.net>
5479 S:      Supported
5480 F:      drivers/gpu/drm/v3d/
5481 F:      include/uapi/drm/v3d_drm.h
5482 F:      Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt
5483 T:      git git://anongit.freedesktop.org/drm/drm-misc
5484
5485 DRM DRIVERS FOR VC4
5486 M:      Eric Anholt <eric@anholt.net>
5487 T:      git git://github.com/anholt/linux
5488 S:      Supported
5489 F:      drivers/gpu/drm/vc4/
5490 F:      include/uapi/drm/vc4_drm.h
5491 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
5492 T:      git git://anongit.freedesktop.org/drm/drm-misc
5493
5494 DRM DRIVERS FOR VIVANTE GPU IP
5495 M:      Lucas Stach <l.stach@pengutronix.de>
5496 R:      Russell King <linux+etnaviv@armlinux.org.uk>
5497 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
5498 L:      etnaviv@lists.freedesktop.org (moderated for non-subscribers)
5499 L:      dri-devel@lists.freedesktop.org
5500 S:      Maintained
5501 F:      drivers/gpu/drm/etnaviv/
5502 F:      include/uapi/drm/etnaviv_drm.h
5503 F:      Documentation/devicetree/bindings/display/etnaviv/
5504
5505 DRM DRIVERS FOR ZTE ZX
5506 M:      Shawn Guo <shawnguo@kernel.org>
5507 L:      dri-devel@lists.freedesktop.org
5508 S:      Maintained
5509 F:      drivers/gpu/drm/zte/
5510 F:      Documentation/devicetree/bindings/display/zte,vou.txt
5511 T:      git git://anongit.freedesktop.org/drm/drm-misc
5512
5513 DRM PANEL DRIVERS
5514 M:      Thierry Reding <thierry.reding@gmail.com>
5515 R:      Sam Ravnborg <sam@ravnborg.org>
5516 L:      dri-devel@lists.freedesktop.org
5517 T:      git git://anongit.freedesktop.org/drm/drm-misc
5518 S:      Maintained
5519 F:      drivers/gpu/drm/drm_panel.c
5520 F:      drivers/gpu/drm/panel/
5521 F:      include/drm/drm_panel.h
5522 F:      Documentation/devicetree/bindings/display/panel/
5523
5524 DRM TINYDRM DRIVERS
5525 M:      Noralf Trønnes <noralf@tronnes.org>
5526 W:      https://github.com/notro/tinydrm/wiki/Development
5527 T:      git git://anongit.freedesktop.org/drm/drm-misc
5528 S:      Maintained
5529 F:      drivers/gpu/drm/tinydrm/
5530 F:      include/drm/tinydrm/
5531
5532 DRM DRIVERS FOR XEN
5533 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
5534 T:      git git://anongit.freedesktop.org/drm/drm-misc
5535 L:      dri-devel@lists.freedesktop.org
5536 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
5537 S:      Supported
5538 F:      drivers/gpu/drm/xen/
5539 F:      Documentation/gpu/xen-front.rst
5540
5541 DRM TTM SUBSYSTEM
5542 M:      Christian Koenig <christian.koenig@amd.com>
5543 M:      Huang Rui <ray.huang@amd.com>
5544 T:      git git://people.freedesktop.org/~agd5f/linux
5545 S:      Maintained
5546 L:      dri-devel@lists.freedesktop.org
5547 F:      include/drm/ttm/
5548 F:      drivers/gpu/drm/ttm/
5549
5550 DSBR100 USB FM RADIO DRIVER
5551 M:      Alexey Klimov <klimov.linux@gmail.com>
5552 L:      linux-media@vger.kernel.org
5553 T:      git git://linuxtv.org/media_tree.git
5554 S:      Maintained
5555 F:      drivers/media/radio/dsbr100.c
5556
5557 DSCC4 DRIVER
5558 M:      Francois Romieu <romieu@fr.zoreil.com>
5559 L:      netdev@vger.kernel.org
5560 S:      Maintained
5561 F:      drivers/net/wan/dscc4.c
5562
5563 DT3155 MEDIA DRIVER
5564 M:      Hans Verkuil <hverkuil@xs4all.nl>
5565 L:      linux-media@vger.kernel.org
5566 T:      git git://linuxtv.org/media_tree.git
5567 W:      https://linuxtv.org
5568 S:      Odd Fixes
5569 F:      drivers/media/pci/dt3155/
5570
5571 DVB_USB_AF9015 MEDIA DRIVER
5572 M:      Antti Palosaari <crope@iki.fi>
5573 L:      linux-media@vger.kernel.org
5574 W:      https://linuxtv.org
5575 W:      http://palosaari.fi/linux/
5576 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5577 T:      git git://linuxtv.org/anttip/media_tree.git
5578 S:      Maintained
5579 F:      drivers/media/usb/dvb-usb-v2/af9015*
5580
5581 DVB_USB_AF9035 MEDIA DRIVER
5582 M:      Antti Palosaari <crope@iki.fi>
5583 L:      linux-media@vger.kernel.org
5584 W:      https://linuxtv.org
5585 W:      http://palosaari.fi/linux/
5586 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5587 T:      git git://linuxtv.org/anttip/media_tree.git
5588 S:      Maintained
5589 F:      drivers/media/usb/dvb-usb-v2/af9035*
5590
5591 DVB_USB_ANYSEE MEDIA DRIVER
5592 M:      Antti Palosaari <crope@iki.fi>
5593 L:      linux-media@vger.kernel.org
5594 W:      https://linuxtv.org
5595 W:      http://palosaari.fi/linux/
5596 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5597 T:      git git://linuxtv.org/anttip/media_tree.git
5598 S:      Maintained
5599 F:      drivers/media/usb/dvb-usb-v2/anysee*
5600
5601 DVB_USB_AU6610 MEDIA DRIVER
5602 M:      Antti Palosaari <crope@iki.fi>
5603 L:      linux-media@vger.kernel.org
5604 W:      https://linuxtv.org
5605 W:      http://palosaari.fi/linux/
5606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5607 T:      git git://linuxtv.org/anttip/media_tree.git
5608 S:      Maintained
5609 F:      drivers/media/usb/dvb-usb-v2/au6610*
5610
5611 DVB_USB_CE6230 MEDIA DRIVER
5612 M:      Antti Palosaari <crope@iki.fi>
5613 L:      linux-media@vger.kernel.org
5614 W:      https://linuxtv.org
5615 W:      http://palosaari.fi/linux/
5616 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5617 T:      git git://linuxtv.org/anttip/media_tree.git
5618 S:      Maintained
5619 F:      drivers/media/usb/dvb-usb-v2/ce6230*
5620
5621 DVB_USB_CXUSB MEDIA DRIVER
5622 M:      Michael Krufky <mkrufky@linuxtv.org>
5623 L:      linux-media@vger.kernel.org
5624 W:      https://linuxtv.org
5625 W:      http://github.com/mkrufky
5626 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5627 T:      git git://linuxtv.org/media_tree.git
5628 S:      Maintained
5629 F:      drivers/media/usb/dvb-usb/cxusb*
5630
5631 DVB_USB_EC168 MEDIA DRIVER
5632 M:      Antti Palosaari <crope@iki.fi>
5633 L:      linux-media@vger.kernel.org
5634 W:      https://linuxtv.org
5635 W:      http://palosaari.fi/linux/
5636 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5637 T:      git git://linuxtv.org/anttip/media_tree.git
5638 S:      Maintained
5639 F:      drivers/media/usb/dvb-usb-v2/ec168*
5640
5641 DVB_USB_GL861 MEDIA DRIVER
5642 M:      Antti Palosaari <crope@iki.fi>
5643 L:      linux-media@vger.kernel.org
5644 W:      https://linuxtv.org
5645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5646 T:      git git://linuxtv.org/anttip/media_tree.git
5647 S:      Maintained
5648 F:      drivers/media/usb/dvb-usb-v2/gl861*
5649
5650 DVB_USB_MXL111SF MEDIA DRIVER
5651 M:      Michael Krufky <mkrufky@linuxtv.org>
5652 L:      linux-media@vger.kernel.org
5653 W:      https://linuxtv.org
5654 W:      http://github.com/mkrufky
5655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5656 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
5657 S:      Maintained
5658 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
5659
5660 DVB_USB_RTL28XXU MEDIA DRIVER
5661 M:      Antti Palosaari <crope@iki.fi>
5662 L:      linux-media@vger.kernel.org
5663 W:      https://linuxtv.org
5664 W:      http://palosaari.fi/linux/
5665 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5666 T:      git git://linuxtv.org/anttip/media_tree.git
5667 S:      Maintained
5668 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
5669
5670 DVB_USB_V2 MEDIA DRIVER
5671 M:      Antti Palosaari <crope@iki.fi>
5672 L:      linux-media@vger.kernel.org
5673 W:      https://linuxtv.org
5674 W:      http://palosaari.fi/linux/
5675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5676 T:      git git://linuxtv.org/anttip/media_tree.git
5677 S:      Maintained
5678 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
5679 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
5680
5681 DYNAMIC DEBUG
5682 M:      Jason Baron <jbaron@akamai.com>
5683 S:      Maintained
5684 F:      lib/dynamic_debug.c
5685 F:      include/linux/dynamic_debug.h
5686
5687 DYNAMIC INTERRUPT MODERATION
5688 M:      Tal Gilboa <talgi@mellanox.com>
5689 S:      Maintained
5690 F:      include/linux/dim.h
5691 F:      lib/dim/
5692
5693 DZ DECSTATION DZ11 SERIAL DRIVER
5694 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5695 S:      Maintained
5696 F:      drivers/tty/serial/dz.*
5697
5698 E3X0 POWER BUTTON DRIVER
5699 M:      Moritz Fischer <moritz.fischer@ettus.com>
5700 L:      usrp-users@lists.ettus.com
5701 W:      http://www.ettus.com
5702 S:      Supported
5703 F:      drivers/input/misc/e3x0-button.c
5704 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
5705
5706 E4000 MEDIA DRIVER
5707 M:      Antti Palosaari <crope@iki.fi>
5708 L:      linux-media@vger.kernel.org
5709 W:      https://linuxtv.org
5710 W:      http://palosaari.fi/linux/
5711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5712 T:      git git://linuxtv.org/anttip/media_tree.git
5713 S:      Maintained
5714 F:      drivers/media/tuners/e4000*
5715
5716 EARTH_PT1 MEDIA DRIVER
5717 M:      Akihiro Tsukada <tskd08@gmail.com>
5718 L:      linux-media@vger.kernel.org
5719 S:      Odd Fixes
5720 F:      drivers/media/pci/pt1/
5721
5722 EARTH_PT3 MEDIA DRIVER
5723 M:      Akihiro Tsukada <tskd08@gmail.com>
5724 L:      linux-media@vger.kernel.org
5725 S:      Odd Fixes
5726 F:      drivers/media/pci/pt3/
5727
5728 EC100 MEDIA DRIVER
5729 M:      Antti Palosaari <crope@iki.fi>
5730 L:      linux-media@vger.kernel.org
5731 W:      https://linuxtv.org
5732 W:      http://palosaari.fi/linux/
5733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5734 T:      git git://linuxtv.org/anttip/media_tree.git
5735 S:      Maintained
5736 F:      drivers/media/dvb-frontends/ec100*
5737
5738 ECRYPT FILE SYSTEM
5739 M:      Tyler Hicks <tyhicks@canonical.com>
5740 L:      ecryptfs@vger.kernel.org
5741 W:      http://ecryptfs.org
5742 W:      https://launchpad.net/ecryptfs
5743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
5744 S:      Supported
5745 F:      Documentation/filesystems/ecryptfs.txt
5746 F:      fs/ecryptfs/
5747
5748 EDAC-AMD64
5749 M:      Borislav Petkov <bp@alien8.de>
5750 L:      linux-edac@vger.kernel.org
5751 S:      Maintained
5752 F:      drivers/edac/amd64_edac*
5753
5754 EDAC-AST2500
5755 M:      Stefan Schaeckeler <sschaeck@cisco.com>
5756 S:      Supported
5757 F:      drivers/edac/aspeed_edac.c
5758 F:      Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt
5759
5760 EDAC-BLUEFIELD
5761 M:      Shravan Kumar Ramani <sramani@mellanox.com>
5762 S:      Supported
5763 F:      drivers/edac/bluefield_edac.c
5764
5765 EDAC-CALXEDA
5766 M:      Robert Richter <rric@kernel.org>
5767 L:      linux-edac@vger.kernel.org
5768 S:      Maintained
5769 F:      drivers/edac/highbank*
5770
5771 EDAC-CAVIUM OCTEON
5772 M:      Ralf Baechle <ralf@linux-mips.org>
5773 M:      David Daney <david.daney@cavium.com>
5774 L:      linux-edac@vger.kernel.org
5775 L:      linux-mips@vger.kernel.org
5776 S:      Supported
5777 F:      drivers/edac/octeon_edac*
5778
5779 EDAC-CAVIUM THUNDERX
5780 M:      David Daney <david.daney@cavium.com>
5781 M:      Jan Glauber <jglauber@cavium.com>
5782 L:      linux-edac@vger.kernel.org
5783 S:      Supported
5784 F:      drivers/edac/thunderx_edac*
5785
5786 EDAC-CORE
5787 M:      Borislav Petkov <bp@alien8.de>
5788 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5789 M:      Tony Luck <tony.luck@intel.com>
5790 R:      James Morse <james.morse@arm.com>
5791 R:      Robert Richter <rrichter@marvell.com>
5792 L:      linux-edac@vger.kernel.org
5793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-for-next
5794 S:      Supported
5795 F:      Documentation/admin-guide/ras.rst
5796 F:      Documentation/driver-api/edac.rst
5797 F:      drivers/edac/
5798 F:      include/linux/edac.h
5799
5800 EDAC-E752X
5801 M:      Mark Gross <mark.gross@intel.com>
5802 L:      linux-edac@vger.kernel.org
5803 S:      Maintained
5804 F:      drivers/edac/e752x_edac.c
5805
5806 EDAC-E7XXX
5807 L:      linux-edac@vger.kernel.org
5808 S:      Maintained
5809 F:      drivers/edac/e7xxx_edac.c
5810
5811 EDAC-FSL_DDR
5812 M:      York Sun <york.sun@nxp.com>
5813 L:      linux-edac@vger.kernel.org
5814 S:      Maintained
5815 F:      drivers/edac/fsl_ddr_edac.*
5816
5817 EDAC-GHES
5818 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5819 L:      linux-edac@vger.kernel.org
5820 S:      Maintained
5821 F:      drivers/edac/ghes_edac.c
5822
5823 EDAC-I10NM
5824 M:      Tony Luck <tony.luck@intel.com>
5825 L:      linux-edac@vger.kernel.org
5826 S:      Maintained
5827 F:      drivers/edac/i10nm_base.c
5828
5829 EDAC-I3000
5830 L:      linux-edac@vger.kernel.org
5831 S:      Orphan
5832 F:      drivers/edac/i3000_edac.c
5833
5834 EDAC-I5000
5835 L:      linux-edac@vger.kernel.org
5836 S:      Maintained
5837 F:      drivers/edac/i5000_edac.c
5838
5839 EDAC-I5400
5840 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5841 L:      linux-edac@vger.kernel.org
5842 S:      Maintained
5843 F:      drivers/edac/i5400_edac.c
5844
5845 EDAC-I7300
5846 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5847 L:      linux-edac@vger.kernel.org
5848 S:      Maintained
5849 F:      drivers/edac/i7300_edac.c
5850
5851 EDAC-I7CORE
5852 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5853 L:      linux-edac@vger.kernel.org
5854 S:      Maintained
5855 F:      drivers/edac/i7core_edac.c
5856
5857 EDAC-I82443BXGX
5858 M:      Tim Small <tim@buttersideup.com>
5859 L:      linux-edac@vger.kernel.org
5860 S:      Maintained
5861 F:      drivers/edac/i82443bxgx_edac.c
5862
5863 EDAC-I82975X
5864 M:      "Arvind R." <arvino55@gmail.com>
5865 L:      linux-edac@vger.kernel.org
5866 S:      Maintained
5867 F:      drivers/edac/i82975x_edac.c
5868
5869 EDAC-IE31200
5870 M:      Jason Baron <jbaron@akamai.com>
5871 L:      linux-edac@vger.kernel.org
5872 S:      Maintained
5873 F:      drivers/edac/ie31200_edac.c
5874
5875 EDAC-MPC85XX
5876 M:      Johannes Thumshirn <morbidrsa@gmail.com>
5877 L:      linux-edac@vger.kernel.org
5878 S:      Maintained
5879 F:      drivers/edac/mpc85xx_edac.[ch]
5880
5881 EDAC-PASEMI
5882 M:      Egor Martovetsky <egor@pasemi.com>
5883 L:      linux-edac@vger.kernel.org
5884 S:      Maintained
5885 F:      drivers/edac/pasemi_edac.c
5886
5887 EDAC-PND2
5888 M:      Tony Luck <tony.luck@intel.com>
5889 L:      linux-edac@vger.kernel.org
5890 S:      Maintained
5891 F:      drivers/edac/pnd2_edac.[ch]
5892
5893 EDAC-R82600
5894 M:      Tim Small <tim@buttersideup.com>
5895 L:      linux-edac@vger.kernel.org
5896 S:      Maintained
5897 F:      drivers/edac/r82600_edac.c
5898
5899 EDAC-SBRIDGE
5900 M:      Tony Luck <tony.luck@intel.com>
5901 R:      Qiuxu Zhuo <qiuxu.zhuo@intel.com>
5902 L:      linux-edac@vger.kernel.org
5903 S:      Maintained
5904 F:      drivers/edac/sb_edac.c
5905
5906 EDAC-SIFIVE
5907 M:      Yash Shah <yash.shah@sifive.com>
5908 L:      linux-edac@vger.kernel.org
5909 S:      Supported
5910 F:      drivers/edac/sifive_edac.c
5911
5912 EDAC-SKYLAKE
5913 M:      Tony Luck <tony.luck@intel.com>
5914 L:      linux-edac@vger.kernel.org
5915 S:      Maintained
5916 F:      drivers/edac/skx_*.c
5917
5918 EDAC-TI
5919 M:      Tero Kristo <t-kristo@ti.com>
5920 L:      linux-edac@vger.kernel.org
5921 S:      Maintained
5922 F:      drivers/edac/ti_edac.c
5923
5924 EDAC-QCOM
5925 M:      Channagoud Kadabi <ckadabi@codeaurora.org>
5926 M:      Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
5927 L:      linux-arm-msm@vger.kernel.org
5928 L:      linux-edac@vger.kernel.org
5929 S:      Maintained
5930 F:      drivers/edac/qcom_edac.c
5931
5932 EDIROL UA-101/UA-1000 DRIVER
5933 M:      Clemens Ladisch <clemens@ladisch.de>
5934 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
5936 S:      Maintained
5937 F:      sound/usb/misc/ua101.c
5938
5939 EFI TEST DRIVER
5940 L:      linux-efi@vger.kernel.org
5941 M:      Ivan Hu <ivan.hu@canonical.com>
5942 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5943 S:      Maintained
5944 F:      drivers/firmware/efi/test/
5945
5946 EFI VARIABLE FILESYSTEM
5947 M:      Matthew Garrett <matthew.garrett@nebula.com>
5948 M:      Jeremy Kerr <jk@ozlabs.org>
5949 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5951 L:      linux-efi@vger.kernel.org
5952 S:      Maintained
5953 F:      fs/efivarfs/
5954
5955 EFIFB FRAMEBUFFER DRIVER
5956 L:      linux-fbdev@vger.kernel.org
5957 M:      Peter Jones <pjones@redhat.com>
5958 S:      Maintained
5959 F:      drivers/video/fbdev/efifb.c
5960
5961 EFS FILESYSTEM
5962 W:      http://aeschi.ch.eu.org/efs/
5963 S:      Orphan
5964 F:      fs/efs/
5965
5966 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5967 M:      Douglas Miller <dougmill@linux.ibm.com>
5968 L:      netdev@vger.kernel.org
5969 S:      Maintained
5970 F:      drivers/net/ethernet/ibm/ehea/
5971
5972 EM28XX VIDEO4LINUX DRIVER
5973 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5974 L:      linux-media@vger.kernel.org
5975 W:      https://linuxtv.org
5976 T:      git git://linuxtv.org/media_tree.git
5977 S:      Maintained
5978 F:      drivers/media/usb/em28xx/
5979 F:      Documentation/media/v4l-drivers/em28xx*
5980
5981 EMBEDDED LINUX
5982 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
5983 M:      Matt Mackall <mpm@selenic.com>
5984 M:      David Woodhouse <dwmw2@infradead.org>
5985 L:      linux-embedded@vger.kernel.org
5986 S:      Maintained
5987
5988 Emulex 10Gbps iSCSI - OneConnect DRIVER
5989 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5990 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
5991 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5992 L:      linux-scsi@vger.kernel.org
5993 W:      http://www.broadcom.com
5994 S:      Supported
5995 F:      drivers/scsi/be2iscsi/
5996
5997 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5998 M:      Sathya Perla <sathya.perla@broadcom.com>
5999 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
6000 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
6001 M:      Somnath Kotur <somnath.kotur@broadcom.com>
6002 L:      netdev@vger.kernel.org
6003 W:      http://www.emulex.com
6004 S:      Supported
6005 F:      drivers/net/ethernet/emulex/benet/
6006
6007 EMULEX ONECONNECT ROCE DRIVER
6008 M:      Selvin Xavier <selvin.xavier@broadcom.com>
6009 M:      Devesh Sharma <devesh.sharma@broadcom.com>
6010 L:      linux-rdma@vger.kernel.org
6011 W:      http://www.broadcom.com
6012 S:      Odd Fixes
6013 F:      drivers/infiniband/hw/ocrdma/
6014 F:      include/uapi/rdma/ocrdma-abi.h
6015
6016 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
6017 M:      James Smart <james.smart@broadcom.com>
6018 M:      Dick Kennedy <dick.kennedy@broadcom.com>
6019 L:      linux-scsi@vger.kernel.org
6020 W:      http://www.broadcom.com
6021 S:      Supported
6022 F:      drivers/scsi/lpfc/
6023
6024 ENE CB710 FLASH CARD READER DRIVER
6025 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
6026 S:      Maintained
6027 F:      drivers/misc/cb710/
6028 F:      drivers/mmc/host/cb710-mmc.*
6029 F:      include/linux/cb710.h
6030
6031 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
6032 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6033 S:      Maintained
6034 F:      drivers/media/rc/ene_ir.*
6035
6036 EPSON S1D13XXX FRAMEBUFFER DRIVER
6037 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
6038 S:      Maintained
6039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
6040 F:      drivers/video/fbdev/s1d13xxxfb.c
6041 F:      include/video/s1d13xxxfb.h
6042
6043 ERRSEQ ERROR TRACKING INFRASTRUCTURE
6044 M:      Jeff Layton <jlayton@kernel.org>
6045 S:      Maintained
6046 F:      lib/errseq.c
6047 F:      include/linux/errseq.h
6048
6049 ET131X NETWORK DRIVER
6050 M:      Mark Einon <mark.einon@gmail.com>
6051 S:      Odd Fixes
6052 F:      drivers/net/ethernet/agere/
6053
6054 ETHERNET BRIDGE
6055 M:      Roopa Prabhu <roopa@cumulusnetworks.com>
6056 M:      Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
6057 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
6058 L:      netdev@vger.kernel.org
6059 W:      http://www.linuxfoundation.org/en/Net:Bridge
6060 S:      Maintained
6061 F:      include/linux/netfilter_bridge/
6062 F:      net/bridge/
6063
6064 ETHERNET PHY LIBRARY
6065 M:      Andrew Lunn <andrew@lunn.ch>
6066 M:      Florian Fainelli <f.fainelli@gmail.com>
6067 M:      Heiner Kallweit <hkallweit1@gmail.com>
6068 L:      netdev@vger.kernel.org
6069 S:      Maintained
6070 F:      Documentation/ABI/testing/sysfs-class-net-phydev
6071 F:      Documentation/devicetree/bindings/net/ethernet-phy.yaml
6072 F:      Documentation/devicetree/bindings/net/mdio*
6073 F:      Documentation/networking/phy.rst
6074 F:      drivers/net/phy/
6075 F:      drivers/of/of_mdio.c
6076 F:      drivers/of/of_net.c
6077 F:      include/linux/*mdio*.h
6078 F:      include/linux/of_net.h
6079 F:      include/linux/phy.h
6080 F:      include/linux/phy_fixed.h
6081 F:      include/linux/platform_data/mdio-bcm-unimac.h
6082 F:      include/linux/platform_data/mdio-gpio.h
6083 F:      include/trace/events/mdio.h
6084 F:      include/uapi/linux/mdio.h
6085 F:      include/uapi/linux/mii.h
6086
6087 EXT2 FILE SYSTEM
6088 M:      Jan Kara <jack@suse.com>
6089 L:      linux-ext4@vger.kernel.org
6090 S:      Maintained
6091 F:      Documentation/filesystems/ext2.txt
6092 F:      fs/ext2/
6093 F:      include/linux/ext2*
6094
6095 EXT4 FILE SYSTEM
6096 M:      "Theodore Ts'o" <tytso@mit.edu>
6097 M:      Andreas Dilger <adilger.kernel@dilger.ca>
6098 L:      linux-ext4@vger.kernel.org
6099 W:      http://ext4.wiki.kernel.org
6100 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
6101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
6102 S:      Maintained
6103 F:      Documentation/filesystems/ext4/
6104 F:      fs/ext4/
6105
6106 Extended Verification Module (EVM)
6107 M:      Mimi Zohar <zohar@linux.ibm.com>
6108 L:      linux-integrity@vger.kernel.org
6109 S:      Supported
6110 F:      security/integrity/evm/
6111
6112 EXTENSIBLE FIRMWARE INTERFACE (EFI)
6113 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
6114 L:      linux-efi@vger.kernel.org
6115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
6116 S:      Maintained
6117 F:      Documentation/admin-guide/efi-stub.rst
6118 F:      arch/*/kernel/efi.c
6119 F:      arch/x86/boot/compressed/eboot.[ch]
6120 F:      arch/*/include/asm/efi.h
6121 F:      arch/x86/platform/efi/
6122 F:      drivers/firmware/efi/
6123 F:      include/linux/efi*.h
6124 F:      arch/arm/boot/compressed/efi-header.S
6125 F:      arch/arm64/kernel/efi-entry.S
6126
6127 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
6128 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
6129 M:      Chanwoo Choi <cw00.choi@samsung.com>
6130 L:      linux-kernel@vger.kernel.org
6131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
6132 S:      Maintained
6133 F:      drivers/extcon/
6134 F:      include/linux/extcon/
6135 F:      include/linux/extcon.h
6136 F:      Documentation/firmware-guide/acpi/extcon-intel-int3496.rst
6137 F:      Documentation/devicetree/bindings/extcon/
6138
6139 EXYNOS DP DRIVER
6140 M:      Jingoo Han <jingoohan1@gmail.com>
6141 L:      dri-devel@lists.freedesktop.org
6142 S:      Maintained
6143 F:      drivers/gpu/drm/exynos/exynos_dp*
6144
6145 EXYNOS SYSMMU (IOMMU) driver
6146 M:      Marek Szyprowski <m.szyprowski@samsung.com>
6147 L:      iommu@lists.linux-foundation.org
6148 S:      Maintained
6149 F:      drivers/iommu/exynos-iommu.c
6150
6151 EZchip NPS platform support
6152 M:      Vineet Gupta <vgupta@synopsys.com>
6153 M:      Ofer Levi <oferle@mellanox.com>
6154 S:      Supported
6155 F:      arch/arc/plat-eznps
6156 F:      arch/arc/boot/dts/eznps.dts
6157
6158 F2FS FILE SYSTEM
6159 M:      Jaegeuk Kim <jaegeuk@kernel.org>
6160 M:      Chao Yu <yuchao0@huawei.com>
6161 L:      linux-f2fs-devel@lists.sourceforge.net
6162 W:      https://f2fs.wiki.kernel.org/
6163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
6164 S:      Maintained
6165 F:      Documentation/filesystems/f2fs.txt
6166 F:      Documentation/ABI/testing/sysfs-fs-f2fs
6167 F:      fs/f2fs/
6168 F:      include/linux/f2fs_fs.h
6169 F:      include/trace/events/f2fs.h
6170
6171 F71805F HARDWARE MONITORING DRIVER
6172 M:      Jean Delvare <jdelvare@suse.com>
6173 L:      linux-hwmon@vger.kernel.org
6174 S:      Maintained
6175 F:      Documentation/hwmon/f71805f.rst
6176 F:      drivers/hwmon/f71805f.c
6177
6178 FADDR2LINE
6179 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6180 S:      Maintained
6181 F:      scripts/faddr2line
6182
6183 FAILOVER MODULE
6184 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
6185 L:      netdev@vger.kernel.org
6186 S:      Supported
6187 F:      net/core/failover.c
6188 F:      include/net/failover.h
6189 F:      Documentation/networking/failover.rst
6190
6191 FANOTIFY
6192 M:      Jan Kara <jack@suse.cz>
6193 R:      Amir Goldstein <amir73il@gmail.com>
6194 L:      linux-fsdevel@vger.kernel.org
6195 S:      Maintained
6196 F:      fs/notify/fanotify/
6197 F:      include/linux/fanotify.h
6198 F:      include/uapi/linux/fanotify.h
6199
6200 FARSYNC SYNCHRONOUS DRIVER
6201 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
6202 W:      http://www.farsite.co.uk/
6203 S:      Supported
6204 F:      drivers/net/wan/farsync.*
6205
6206 FAULT INJECTION SUPPORT
6207 M:      Akinobu Mita <akinobu.mita@gmail.com>
6208 S:      Supported
6209 F:      Documentation/fault-injection/
6210 F:      lib/fault-inject.c
6211
6212 FBTFT Framebuffer drivers
6213 S:      Orphan
6214 L:      dri-devel@lists.freedesktop.org
6215 L:      linux-fbdev@vger.kernel.org
6216 F:      drivers/staging/fbtft/
6217
6218 FC0011 TUNER DRIVER
6219 M:      Michael Buesch <m@bues.ch>
6220 L:      linux-media@vger.kernel.org
6221 S:      Maintained
6222 F:      drivers/media/tuners/fc0011.h
6223 F:      drivers/media/tuners/fc0011.c
6224
6225 FC2580 MEDIA DRIVER
6226 M:      Antti Palosaari <crope@iki.fi>
6227 L:      linux-media@vger.kernel.org
6228 W:      https://linuxtv.org
6229 W:      http://palosaari.fi/linux/
6230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6231 T:      git git://linuxtv.org/anttip/media_tree.git
6232 S:      Maintained
6233 F:      drivers/media/tuners/fc2580*
6234
6235 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
6236 M:      Hannes Reinecke <hare@suse.de>
6237 L:      linux-scsi@vger.kernel.org
6238 W:      www.Open-FCoE.org
6239 S:      Supported
6240 F:      drivers/scsi/libfc/
6241 F:      drivers/scsi/fcoe/
6242 F:      include/scsi/fc/
6243 F:      include/scsi/libfc.h
6244 F:      include/scsi/libfcoe.h
6245 F:      include/uapi/scsi/fc/
6246
6247 FILE LOCKING (flock() and fcntl()/lockf())
6248 M:      Jeff Layton <jlayton@kernel.org>
6249 M:      "J. Bruce Fields" <bfields@fieldses.org>
6250 L:      linux-fsdevel@vger.kernel.org
6251 S:      Maintained
6252 F:      include/linux/fcntl.h
6253 F:      include/uapi/linux/fcntl.h
6254 F:      fs/fcntl.c
6255 F:      fs/locks.c
6256
6257 FILESYSTEMS (VFS and infrastructure)
6258 M:      Alexander Viro <viro@zeniv.linux.org.uk>
6259 L:      linux-fsdevel@vger.kernel.org
6260 S:      Maintained
6261 F:      fs/*
6262 F:      include/linux/fs.h
6263 F:      include/linux/fs_types.h
6264 F:      include/uapi/linux/fs.h
6265
6266 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6267 M:      Riku Voipio <riku.voipio@iki.fi>
6268 L:      linux-hwmon@vger.kernel.org
6269 S:      Maintained
6270 F:      drivers/hwmon/f75375s.c
6271 F:      include/linux/f75375s.h
6272
6273 FIREWIRE AUDIO DRIVERS and IEC 61883-1/6 PACKET STREAMING ENGINE
6274 M:      Clemens Ladisch <clemens@ladisch.de>
6275 M:      Takashi Sakamoto <o-takashi@sakamocchi.jp>
6276 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6278 S:      Maintained
6279 F:      sound/firewire/
6280 F:      include/uapi/sound/firewire.h
6281
6282 FIREWIRE MEDIA DRIVERS (firedtv)
6283 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
6284 L:      linux-media@vger.kernel.org
6285 L:      linux1394-devel@lists.sourceforge.net
6286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6287 S:      Maintained
6288 F:      drivers/media/firewire/
6289
6290 FIREWIRE SBP-2 TARGET
6291 M:      Chris Boot <bootc@bootc.net>
6292 L:      linux-scsi@vger.kernel.org
6293 L:      target-devel@vger.kernel.org
6294 L:      linux1394-devel@lists.sourceforge.net
6295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6296 S:      Maintained
6297 F:      drivers/target/sbp/
6298
6299 FIREWIRE SUBSYSTEM
6300 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
6301 L:      linux1394-devel@lists.sourceforge.net
6302 W:      http://ieee1394.wiki.kernel.org/
6303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
6304 S:      Maintained
6305 F:      drivers/firewire/
6306 F:      include/linux/firewire.h
6307 F:      include/uapi/linux/firewire*.h
6308 F:      tools/firewire/
6309
6310 FIRMWARE LOADER (request_firmware)
6311 M:      Luis Chamberlain <mcgrof@kernel.org>
6312 L:      linux-kernel@vger.kernel.org
6313 S:      Maintained
6314 F:      Documentation/firmware_class/
6315 F:      drivers/base/firmware_loader/
6316 F:      include/linux/firmware.h
6317
6318 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
6319 M:      Joshua Morris <josh.h.morris@us.ibm.com>
6320 M:      Philip Kelleher <pjk1939@linux.ibm.com>
6321 S:      Maintained
6322 F:      drivers/block/rsxx/
6323
6324 FLEXTIMER FTM-QUADDEC DRIVER
6325 M:      Patrick Havelange <patrick.havelange@essensium.com>
6326 L:      linux-iio@vger.kernel.org
6327 S:      Maintained
6328 F:      Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec
6329 F:      Documentation/devicetree/bindings/counter/ftm-quaddec.txt
6330 F:      drivers/counter/ftm-quaddec.c
6331
6332 FLOPPY DRIVER
6333 M:      Denis Efremov <efremov@linux.com>
6334 S:      Odd Fixes
6335 L:      linux-block@vger.kernel.org
6336 F:      drivers/block/floppy.c
6337
6338 FPGA MANAGER FRAMEWORK
6339 M:      Moritz Fischer <mdf@kernel.org>
6340 L:      linux-fpga@vger.kernel.org
6341 S:      Maintained
6342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git
6343 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
6344 F:      Documentation/fpga/
6345 F:      Documentation/driver-api/fpga/
6346 F:      Documentation/devicetree/bindings/fpga/
6347 F:      drivers/fpga/
6348 F:      include/linux/fpga/
6349 W:      http://www.rocketboards.org
6350
6351 FPGA DFL DRIVERS
6352 M:      Wu Hao <hao.wu@intel.com>
6353 L:      linux-fpga@vger.kernel.org
6354 S:      Maintained
6355 F:      Documentation/fpga/dfl.rst
6356 F:      include/uapi/linux/fpga-dfl.h
6357 F:      drivers/fpga/dfl*
6358
6359 FPU EMULATOR
6360 M:      Bill Metzenthen <billm@melbpc.org.au>
6361 W:      http://floatingpoint.sourceforge.net/emulator/index.html
6362 S:      Maintained
6363 F:      arch/x86/math-emu/
6364
6365 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
6366 L:      netdev@vger.kernel.org
6367 S:      Orphan
6368 F:      drivers/net/wan/dlci.c
6369 F:      drivers/net/wan/sdla.c
6370
6371 FRAMEBUFFER LAYER
6372 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6373 L:      dri-devel@lists.freedesktop.org
6374 L:      linux-fbdev@vger.kernel.org
6375 T:      git git://anongit.freedesktop.org/drm/drm-misc
6376 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
6377 S:      Maintained
6378 F:      Documentation/fb/
6379 F:      drivers/video/
6380 F:      include/video/
6381 F:      include/linux/fb.h
6382 F:      include/uapi/video/
6383 F:      include/uapi/linux/fb.h
6384
6385 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
6386 M:      Horia Geantă <horia.geanta@nxp.com>
6387 M:      Aymen Sghaier <aymen.sghaier@nxp.com>
6388 L:      linux-crypto@vger.kernel.org
6389 S:      Maintained
6390 F:      drivers/crypto/caam/
6391 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
6392
6393 FREESCALE DIU FRAMEBUFFER DRIVER
6394 M:      Timur Tabi <timur@kernel.org>
6395 L:      linux-fbdev@vger.kernel.org
6396 S:      Maintained
6397 F:      drivers/video/fbdev/fsl-diu-fb.*
6398
6399 FREESCALE DMA DRIVER
6400 M:      Li Yang <leoyang.li@nxp.com>
6401 M:      Zhang Wei <zw@zh-kernel.org>
6402 L:      linuxppc-dev@lists.ozlabs.org
6403 S:      Maintained
6404 F:      drivers/dma/fsldma.*
6405
6406 FREESCALE ENETC ETHERNET DRIVERS
6407 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
6408 L:      netdev@vger.kernel.org
6409 S:      Maintained
6410 F:      drivers/net/ethernet/freescale/enetc/
6411
6412 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
6413 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
6414 L:      netdev@vger.kernel.org
6415 S:      Maintained
6416 F:      drivers/net/ethernet/freescale/gianfar*
6417 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
6418
6419 FREESCALE GPMI NAND DRIVER
6420 M:      Han Xu <han.xu@nxp.com>
6421 L:      linux-mtd@lists.infradead.org
6422 S:      Maintained
6423 F:      drivers/mtd/nand/raw/gpmi-nand/*
6424
6425 FREESCALE I2C CPM DRIVER
6426 M:      Jochen Friedrich <jochen@scram.de>
6427 L:      linuxppc-dev@lists.ozlabs.org
6428 L:      linux-i2c@vger.kernel.org
6429 S:      Maintained
6430 F:      drivers/i2c/busses/i2c-cpm.c
6431
6432 FREESCALE IMX DDR PMU DRIVER
6433 M:      Frank Li <Frank.li@nxp.com>
6434 L:      linux-arm-kernel@lists.infradead.org
6435 S:      Maintained
6436 F:      drivers/perf/fsl_imx8_ddr_perf.c
6437 F:      Documentation/admin-guide/perf/imx-ddr.rst
6438 F:      Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt
6439
6440 FREESCALE IMX I2C DRIVER
6441 M:      Oleksij Rempel <o.rempel@pengutronix.de>
6442 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
6443 L:      linux-i2c@vger.kernel.org
6444 S:      Maintained
6445 F:      drivers/i2c/busses/i2c-imx.c
6446 F:      Documentation/devicetree/bindings/i2c/i2c-imx.txt
6447
6448 FREESCALE IMX LPI2C DRIVER
6449 M:      Dong Aisheng <aisheng.dong@nxp.com>
6450 L:      linux-i2c@vger.kernel.org
6451 L:      linux-imx@nxp.com
6452 S:      Maintained
6453 F:      drivers/i2c/busses/i2c-imx-lpi2c.c
6454 F:      Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
6455
6456 FREESCALE IMX / MXC FEC DRIVER
6457 M:      Fugang Duan <fugang.duan@nxp.com>
6458 L:      netdev@vger.kernel.org
6459 S:      Maintained
6460 F:      drivers/net/ethernet/freescale/fec_main.c
6461 F:      drivers/net/ethernet/freescale/fec_ptp.c
6462 F:      drivers/net/ethernet/freescale/fec.h
6463 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
6464
6465 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
6466 M:      Sascha Hauer <s.hauer@pengutronix.de>
6467 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
6468 L:      linux-fbdev@vger.kernel.org
6469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6470 S:      Maintained
6471 F:      include/linux/platform_data/video-imxfb.h
6472 F:      drivers/video/fbdev/imxfb.c
6473
6474 FREESCALE QORIQ DPAA ETHERNET DRIVER
6475 M:      Madalin Bucur <madalin.bucur@nxp.com>
6476 L:      netdev@vger.kernel.org
6477 S:      Maintained
6478 F:      drivers/net/ethernet/freescale/dpaa
6479
6480 FREESCALE QORIQ DPAA FMAN DRIVER
6481 M:      Madalin Bucur <madalin.bucur@nxp.com>
6482 L:      netdev@vger.kernel.org
6483 S:      Maintained
6484 F:      drivers/net/ethernet/freescale/fman
6485 F:      Documentation/devicetree/bindings/net/fsl-fman.txt
6486
6487 FREESCALE QORIQ PTP CLOCK DRIVER
6488 M:      Yangbo Lu <yangbo.lu@nxp.com>
6489 L:      netdev@vger.kernel.org
6490 S:      Maintained
6491 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
6492 F:      drivers/net/ethernet/freescale/dpaa2/dprtc*
6493 F:      drivers/net/ethernet/freescale/enetc/enetc_ptp.c
6494 F:      drivers/ptp/ptp_qoriq.c
6495 F:      drivers/ptp/ptp_qoriq_debugfs.c
6496 F:      include/linux/fsl/ptp_qoriq.h
6497 F:      Documentation/devicetree/bindings/ptp/ptp-qoriq.txt
6498
6499 FREESCALE QUAD SPI DRIVER
6500 M:      Han Xu <han.xu@nxp.com>
6501 L:      linux-spi@vger.kernel.org
6502 S:      Maintained
6503 F:      drivers/spi/spi-fsl-qspi.c
6504
6505 FREESCALE QUICC ENGINE LIBRARY
6506 M:      Qiang Zhao <qiang.zhao@nxp.com>
6507 L:      linuxppc-dev@lists.ozlabs.org
6508 S:      Maintained
6509 F:      drivers/soc/fsl/qe/
6510 F:      include/soc/fsl/*qe*.h
6511 F:      include/soc/fsl/*ucc*.h
6512
6513 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
6514 M:      Li Yang <leoyang.li@nxp.com>
6515 L:      netdev@vger.kernel.org
6516 L:      linuxppc-dev@lists.ozlabs.org
6517 S:      Maintained
6518 F:      drivers/net/ethernet/freescale/ucc_geth*
6519
6520 FREESCALE QUICC ENGINE UCC HDLC DRIVER
6521 M:      Zhao Qiang <qiang.zhao@nxp.com>
6522 L:      netdev@vger.kernel.org
6523 L:      linuxppc-dev@lists.ozlabs.org
6524 S:      Maintained
6525 F:      drivers/net/wan/fsl_ucc_hdlc*
6526
6527 FREESCALE QUICC ENGINE UCC UART DRIVER
6528 M:      Timur Tabi <timur@kernel.org>
6529 L:      linuxppc-dev@lists.ozlabs.org
6530 S:      Maintained
6531 F:      drivers/tty/serial/ucc_uart.c
6532
6533 FREESCALE SOC DRIVERS
6534 M:      Li Yang <leoyang.li@nxp.com>
6535 L:      linuxppc-dev@lists.ozlabs.org
6536 L:      linux-arm-kernel@lists.infradead.org
6537 S:      Maintained
6538 F:      Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt
6539 F:      Documentation/devicetree/bindings/soc/fsl/
6540 F:      drivers/soc/fsl/
6541 F:      include/linux/fsl/
6542
6543 FREESCALE SOC FS_ENET DRIVER
6544 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
6545 L:      linuxppc-dev@lists.ozlabs.org
6546 L:      netdev@vger.kernel.org
6547 S:      Maintained
6548 F:      drivers/net/ethernet/freescale/fs_enet/
6549 F:      include/linux/fs_enet_pd.h
6550
6551 FREESCALE SOC SOUND DRIVERS
6552 M:      Timur Tabi <timur@kernel.org>
6553 M:      Nicolin Chen <nicoleotsuka@gmail.com>
6554 M:      Xiubo Li <Xiubo.Lee@gmail.com>
6555 R:      Fabio Estevam <festevam@gmail.com>
6556 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6557 L:      linuxppc-dev@lists.ozlabs.org
6558 S:      Maintained
6559 F:      sound/soc/fsl/fsl*
6560 F:      sound/soc/fsl/imx*
6561 F:      sound/soc/fsl/mpc8610_hpcd.c
6562
6563 FREESCALE USB PERIPHERAL DRIVERS
6564 M:      Li Yang <leoyang.li@nxp.com>
6565 L:      linux-usb@vger.kernel.org
6566 L:      linuxppc-dev@lists.ozlabs.org
6567 S:      Maintained
6568 F:      drivers/usb/gadget/udc/fsl*
6569
6570 FREEVXFS FILESYSTEM
6571 M:      Christoph Hellwig <hch@infradead.org>
6572 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
6573 S:      Maintained
6574 F:      fs/freevxfs/
6575
6576 FREEZER
6577 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6578 M:      Pavel Machek <pavel@ucw.cz>
6579 L:      linux-pm@vger.kernel.org
6580 S:      Supported
6581 F:      Documentation/power/freezing-of-tasks.rst
6582 F:      include/linux/freezer.h
6583 F:      kernel/freezer.c
6584
6585 FRONTSWAP API
6586 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6587 L:      linux-kernel@vger.kernel.org
6588 S:      Maintained
6589 F:      mm/frontswap.c
6590 F:      include/linux/frontswap.h
6591
6592 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
6593 M:      David Howells <dhowells@redhat.com>
6594 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
6595 S:      Supported
6596 F:      Documentation/filesystems/caching/
6597 F:      fs/fscache/
6598 F:      include/linux/fscache*.h
6599
6600 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
6601 M:      Theodore Y. Ts'o <tytso@mit.edu>
6602 M:      Jaegeuk Kim <jaegeuk@kernel.org>
6603 M:      Eric Biggers <ebiggers@kernel.org>
6604 L:      linux-fscrypt@vger.kernel.org
6605 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
6606 T:      git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git
6607 S:      Supported
6608 F:      fs/crypto/
6609 F:      include/linux/fscrypt*.h
6610 F:      Documentation/filesystems/fscrypt.rst
6611
6612 FSI SUBSYSTEM
6613 M:      Jeremy Kerr <jk@ozlabs.org>
6614 M:      Joel Stanley <joel@jms.id.au>
6615 R:      Alistar Popple <alistair@popple.id.au>
6616 R:      Eddie James <eajames@linux.ibm.com>
6617 L:      linux-fsi@lists.ozlabs.org
6618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git
6619 Q:      http://patchwork.ozlabs.org/project/linux-fsi/list/
6620 S:      Supported
6621 F:      drivers/fsi/
6622 F:      include/linux/fsi*.h
6623 F:      include/trace/events/fsi*.h
6624
6625 FSI-ATTACHED I2C DRIVER
6626 M:      Eddie James <eajames@linux.ibm.com>
6627 L:      linux-i2c@vger.kernel.org
6628 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
6629 S:      Maintained
6630 F:      drivers/i2c/busses/i2c-fsi.c
6631 F:      Documentation/devicetree/bindings/i2c/i2c-fsi.txt
6632
6633 FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
6634 M:      Jan Kara <jack@suse.cz>
6635 R:      Amir Goldstein <amir73il@gmail.com>
6636 L:      linux-fsdevel@vger.kernel.org
6637 S:      Maintained
6638 F:      fs/notify/
6639 F:      include/linux/fsnotify*.h
6640
6641 FUJITSU LAPTOP EXTRAS
6642 M:      Jonathan Woithe <jwoithe@just42.net>
6643 L:      platform-driver-x86@vger.kernel.org
6644 S:      Maintained
6645 F:      drivers/platform/x86/fujitsu-laptop.c
6646
6647 FUJITSU M-5MO LS CAMERA ISP DRIVER
6648 M:      Kyungmin Park <kyungmin.park@samsung.com>
6649 M:      Heungjun Kim <riverful.kim@samsung.com>
6650 L:      linux-media@vger.kernel.org
6651 S:      Maintained
6652 F:      drivers/media/i2c/m5mols/
6653 F:      include/media/i2c/m5mols.h
6654
6655 FUJITSU TABLET EXTRAS
6656 M:      Robert Gerlach <khnz@gmx.de>
6657 L:      platform-driver-x86@vger.kernel.org
6658 S:      Maintained
6659 F:      drivers/platform/x86/fujitsu-tablet.c
6660
6661 FUSE: FILESYSTEM IN USERSPACE
6662 M:      Miklos Szeredi <miklos@szeredi.hu>
6663 L:      linux-fsdevel@vger.kernel.org
6664 W:      http://fuse.sourceforge.net/
6665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
6666 S:      Maintained
6667 F:      fs/fuse/
6668 F:      include/uapi/linux/fuse.h
6669 F:      Documentation/filesystems/fuse.txt
6670
6671 FUTEX SUBSYSTEM
6672 M:      Thomas Gleixner <tglx@linutronix.de>
6673 M:      Ingo Molnar <mingo@redhat.com>
6674 R:      Peter Zijlstra <peterz@infradead.org>
6675 R:      Darren Hart <dvhart@infradead.org>
6676 L:      linux-kernel@vger.kernel.org
6677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
6678 S:      Maintained
6679 F:      kernel/futex.c
6680 F:      include/asm-generic/futex.h
6681 F:      include/linux/futex.h
6682 F:      include/uapi/linux/futex.h
6683 F:      tools/testing/selftests/futex/
6684 F:      tools/perf/bench/futex*
6685 F:      Documentation/*futex*
6686
6687 GCC PLUGINS
6688 M:      Kees Cook <keescook@chromium.org>
6689 R:      Emese Revfy <re.emese@gmail.com>
6690 L:      kernel-hardening@lists.openwall.com
6691 S:      Maintained
6692 F:      scripts/gcc-plugins/
6693 F:      scripts/gcc-plugin.sh
6694 F:      scripts/Makefile.gcc-plugins
6695 F:      Documentation/core-api/gcc-plugins.rst
6696
6697 GASKET DRIVER FRAMEWORK
6698 M:      Rob Springer <rspringer@google.com>
6699 M:      Todd Poynor <toddpoynor@google.com>
6700 M:      Ben Chan <benchan@chromium.org>
6701 S:      Maintained
6702 F:      drivers/staging/gasket/
6703
6704 GCOV BASED KERNEL PROFILING
6705 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
6706 S:      Maintained
6707 F:      kernel/gcov/
6708 F:      Documentation/dev-tools/gcov.rst
6709
6710 GDB KERNEL DEBUGGING HELPER SCRIPTS
6711 M:      Jan Kiszka <jan.kiszka@siemens.com>
6712 M:      Kieran Bingham <kbingham@kernel.org>
6713 S:      Supported
6714 F:      scripts/gdb/
6715
6716 GDT SCSI DISK ARRAY CONTROLLER DRIVER
6717 M:      Achim Leubner <achim_leubner@adaptec.com>
6718 L:      linux-scsi@vger.kernel.org
6719 W:      http://www.icp-vortex.com/
6720 S:      Supported
6721 F:      drivers/scsi/gdt*
6722
6723 GEMTEK FM RADIO RECEIVER DRIVER
6724 M:      Hans Verkuil <hverkuil@xs4all.nl>
6725 L:      linux-media@vger.kernel.org
6726 T:      git git://linuxtv.org/media_tree.git
6727 W:      https://linuxtv.org
6728 S:      Maintained
6729 F:      drivers/media/radio/radio-gemtek*
6730
6731 GENERIC ARCHITECTURE TOPOLOGY
6732 M:      Sudeep Holla <sudeep.holla@arm.com>
6733 L:      linux-kernel@vger.kernel.org
6734 S:      Maintained
6735 F:      drivers/base/arch_topology.c
6736 F:      include/linux/arch_topology.h
6737
6738 GENERIC GPIO I2C DRIVER
6739 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
6740 S:      Supported
6741 F:      drivers/i2c/busses/i2c-gpio.c
6742 F:      include/linux/platform_data/i2c-gpio.h
6743
6744 GENERIC GPIO I2C MULTIPLEXER DRIVER
6745 M:      Peter Korsgaard <peter.korsgaard@barco.com>
6746 L:      linux-i2c@vger.kernel.org
6747 S:      Supported
6748 F:      drivers/i2c/muxes/i2c-mux-gpio.c
6749 F:      include/linux/platform_data/i2c-mux-gpio.h
6750 F:      Documentation/i2c/muxes/i2c-mux-gpio.rst
6751
6752 GENERIC HDLC (WAN) DRIVERS
6753 M:      Krzysztof Halasa <khc@pm.waw.pl>
6754 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
6755 S:      Maintained
6756 F:      drivers/net/wan/c101.c
6757 F:      drivers/net/wan/hd6457*
6758 F:      drivers/net/wan/hdlc*
6759 F:      drivers/net/wan/n2.c
6760 F:      drivers/net/wan/pc300too.c
6761 F:      drivers/net/wan/pci200syn.c
6762 F:      drivers/net/wan/wanxl*
6763
6764 GENERIC INCLUDE/ASM HEADER FILES
6765 M:      Arnd Bergmann <arnd@arndb.de>
6766 L:      linux-arch@vger.kernel.org
6767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
6768 S:      Maintained
6769 F:      include/asm-generic/
6770 F:      include/uapi/asm-generic/
6771
6772 GENERIC PHY FRAMEWORK
6773 M:      Kishon Vijay Abraham I <kishon@ti.com>
6774 L:      linux-kernel@vger.kernel.org
6775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
6776 S:      Supported
6777 F:      drivers/phy/
6778 F:      include/linux/phy/
6779 F:      Documentation/devicetree/bindings/phy/
6780
6781 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
6782 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
6783 S:      Supported
6784 F:      drivers/i2c/muxes/i2c-demux-pinctrl.c
6785
6786 GENERIC PM DOMAINS
6787 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6788 M:      Kevin Hilman <khilman@kernel.org>
6789 M:      Ulf Hansson <ulf.hansson@linaro.org>
6790 L:      linux-pm@vger.kernel.org
6791 S:      Supported
6792 F:      drivers/base/power/domain*.c
6793 F:      include/linux/pm_domain.h
6794 F:      Documentation/devicetree/bindings/power/power_domain.txt
6795
6796 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
6797 M:      Eugen Hristev <eugen.hristev@microchip.com>
6798 L:      linux-input@vger.kernel.org
6799 S:      Maintained
6800 F:      drivers/input/touchscreen/resistive-adc-touch.c
6801
6802 GENERIC UIO DRIVER FOR PCI DEVICES
6803 M:      "Michael S. Tsirkin" <mst@redhat.com>
6804 L:      kvm@vger.kernel.org
6805 S:      Supported
6806 F:      drivers/uio/uio_pci_generic.c
6807
6808 GENERIC VDSO LIBRARY:
6809 M:      Andy Lutomirski <luto@kernel.org>
6810 M:      Thomas Gleixner <tglx@linutronix.de>
6811 M:      Vincenzo Frascino <vincenzo.frascino@arm.com>
6812 L:      linux-kernel@vger.kernel.org
6813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/vdso
6814 S:      Maintained
6815 F:      lib/vdso/
6816 F:      kernel/time/vsyscall.c
6817 F:      include/vdso/
6818 F:      include/asm-generic/vdso/vsyscall.h
6819
6820 GENWQE (IBM Generic Workqueue Card)
6821 M:      Frank Haverkamp <haver@linux.ibm.com>
6822 S:      Supported
6823 F:      drivers/misc/genwqe/
6824
6825 GET_MAINTAINER SCRIPT
6826 M:      Joe Perches <joe@perches.com>
6827 S:      Maintained
6828 F:      scripts/get_maintainer.pl
6829
6830 GFS2 FILE SYSTEM
6831 M:      Bob Peterson <rpeterso@redhat.com>
6832 M:      Andreas Gruenbacher <agruenba@redhat.com>
6833 L:      cluster-devel@redhat.com
6834 W:      http://sources.redhat.com/cluster/
6835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
6836 S:      Supported
6837 F:      Documentation/filesystems/gfs2*.txt
6838 F:      fs/gfs2/
6839 F:      include/uapi/linux/gfs2_ondisk.h
6840
6841 GNSS SUBSYSTEM
6842 M:      Johan Hovold <johan@kernel.org>
6843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git
6844 S:      Maintained
6845 F:      Documentation/ABI/testing/sysfs-class-gnss
6846 F:      Documentation/devicetree/bindings/gnss/
6847 F:      drivers/gnss/
6848 F:      include/linux/gnss.h
6849
6850 GO7007 MPEG CODEC
6851 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
6852 L:      linux-media@vger.kernel.org
6853 S:      Maintained
6854 F:      drivers/media/usb/go7007/
6855
6856 GOODIX TOUCHSCREEN
6857 M:      Bastien Nocera <hadess@hadess.net>
6858 L:      linux-input@vger.kernel.org
6859 S:      Maintained
6860 F:      drivers/input/touchscreen/goodix.c
6861
6862 GOOGLE ETHERNET DRIVERS
6863 M:      Catherine Sullivan <csully@google.com>
6864 R:      Sagi Shahar <sagis@google.com>
6865 R:      Jon Olson <jonolson@google.com>
6866 L:      netdev@vger.kernel.org
6867 S:      Supported
6868 F:      Documentation/networking/device_drivers/google/gve.rst
6869 F:      drivers/net/ethernet/google
6870
6871 GPD POCKET FAN DRIVER
6872 M:      Hans de Goede <hdegoede@redhat.com>
6873 L:      platform-driver-x86@vger.kernel.org
6874 S:      Maintained
6875 F:      drivers/platform/x86/gpd-pocket-fan.c
6876
6877 GPIO ACPI SUPPORT
6878 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6879 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6880 L:      linux-gpio@vger.kernel.org
6881 L:      linux-acpi@vger.kernel.org
6882 S:      Maintained
6883 F:      Documentation/firmware-guide/acpi/gpio-properties.rst
6884 F:      drivers/gpio/gpiolib-acpi.c
6885
6886 GPIO IR Transmitter
6887 M:      Sean Young <sean@mess.org>
6888 L:      linux-media@vger.kernel.org
6889 S:      Maintained
6890 F:      drivers/media/rc/gpio-ir-tx.c
6891
6892 GPIO MOCKUP DRIVER
6893 M:      Bamvor Jian Zhang <bamv2005@gmail.com>
6894 L:      linux-gpio@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/gpio/gpio-mockup.c
6897 F:      tools/testing/selftests/gpio/
6898
6899 GPIO SUBSYSTEM
6900 M:      Linus Walleij <linus.walleij@linaro.org>
6901 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
6902 L:      linux-gpio@vger.kernel.org
6903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
6904 S:      Maintained
6905 F:      Documentation/devicetree/bindings/gpio/
6906 F:      Documentation/driver-api/gpio/
6907 F:      Documentation/admin-guide/gpio/
6908 F:      Documentation/ABI/testing/gpio-cdev
6909 F:      Documentation/ABI/obsolete/sysfs-gpio
6910 F:      drivers/gpio/
6911 F:      include/linux/gpio/
6912 F:      include/linux/gpio.h
6913 F:      include/linux/of_gpio.h
6914 F:      include/asm-generic/gpio.h
6915 F:      include/uapi/linux/gpio.h
6916 F:      tools/gpio/
6917
6918 GRE DEMULTIPLEXER DRIVER
6919 M:      Dmitry Kozlov <xeb@mail.ru>
6920 L:      netdev@vger.kernel.org
6921 S:      Maintained
6922 F:      net/ipv4/gre_demux.c
6923 F:      net/ipv4/gre_offload.c
6924 F:      include/net/gre.h
6925
6926 GRETH 10/100/1G Ethernet MAC device driver
6927 M:      Andreas Larsson <andreas@gaisler.com>
6928 L:      netdev@vger.kernel.org
6929 S:      Maintained
6930 F:      drivers/net/ethernet/aeroflex/
6931
6932 GREYBUS AUDIO PROTOCOLS DRIVERS
6933 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
6934 M:      Mark Greer <mgreer@animalcreek.com>
6935 S:      Maintained
6936 F:      drivers/staging/greybus/audio_apbridgea.c
6937 F:      drivers/staging/greybus/audio_apbridgea.h
6938 F:      drivers/staging/greybus/audio_codec.c
6939 F:      drivers/staging/greybus/audio_codec.h
6940 F:      drivers/staging/greybus/audio_gb.c
6941 F:      drivers/staging/greybus/audio_manager.c
6942 F:      drivers/staging/greybus/audio_manager.h
6943 F:      drivers/staging/greybus/audio_manager_module.c
6944 F:      drivers/staging/greybus/audio_manager_private.h
6945 F:      drivers/staging/greybus/audio_manager_sysfs.c
6946 F:      drivers/staging/greybus/audio_module.c
6947 F:      drivers/staging/greybus/audio_topology.c
6948
6949 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
6950 M:      Viresh Kumar <vireshk@kernel.org>
6951 S:      Maintained
6952 F:      drivers/staging/greybus/authentication.c
6953 F:      drivers/staging/greybus/bootrom.c
6954 F:      drivers/staging/greybus/firmware.h
6955 F:      drivers/staging/greybus/fw-core.c
6956 F:      drivers/staging/greybus/fw-download.c
6957 F:      drivers/staging/greybus/fw-management.c
6958 F:      drivers/staging/greybus/greybus_authentication.h
6959 F:      drivers/staging/greybus/greybus_firmware.h
6960 F:      drivers/staging/greybus/hid.c
6961 F:      drivers/staging/greybus/i2c.c
6962 F:      drivers/staging/greybus/spi.c
6963 F:      drivers/staging/greybus/spilib.c
6964 F:      drivers/staging/greybus/spilib.h
6965
6966 GREYBUS LOOPBACK DRIVER
6967 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
6968 S:      Maintained
6969 F:      drivers/staging/greybus/loopback.c
6970
6971 GREYBUS PLATFORM DRIVERS
6972 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
6973 S:      Maintained
6974 F:      drivers/staging/greybus/arche-platform.c
6975 F:      drivers/staging/greybus/arche-apb-ctrl.c
6976 F:      drivers/staging/greybus/arche_platform.h
6977
6978 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6979 M:      Rui Miguel Silva <rmfrfs@gmail.com>
6980 S:      Maintained
6981 F:      drivers/staging/greybus/sdio.c
6982 F:      drivers/staging/greybus/light.c
6983 F:      drivers/staging/greybus/gpio.c
6984 F:      drivers/staging/greybus/power_supply.c
6985 F:      drivers/staging/greybus/spi.c
6986 F:      drivers/staging/greybus/spilib.c
6987
6988 GREYBUS SUBSYSTEM
6989 M:      Johan Hovold <johan@kernel.org>
6990 M:      Alex Elder <elder@kernel.org>
6991 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6992 S:      Maintained
6993 F:      drivers/staging/greybus/
6994 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
6995
6996 GREYBUS UART PROTOCOLS DRIVERS
6997 M:      David Lin <dtwlin@gmail.com>
6998 S:      Maintained
6999 F:      drivers/staging/greybus/uart.c
7000 F:      drivers/staging/greybus/log.c
7001
7002 GS1662 VIDEO SERIALIZER
7003 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
7004 L:      linux-media@vger.kernel.org
7005 T:      git git://linuxtv.org/media_tree.git
7006 S:      Maintained
7007 F:      drivers/media/spi/gs1662.c
7008
7009 GSPCA FINEPIX SUBDRIVER
7010 M:      Frank Zago <frank@zago.net>
7011 L:      linux-media@vger.kernel.org
7012 T:      git git://linuxtv.org/media_tree.git
7013 S:      Maintained
7014 F:      drivers/media/usb/gspca/finepix.c
7015
7016 GSPCA GL860 SUBDRIVER
7017 M:      Olivier Lorin <o.lorin@laposte.net>
7018 L:      linux-media@vger.kernel.org
7019 T:      git git://linuxtv.org/media_tree.git
7020 S:      Maintained
7021 F:      drivers/media/usb/gspca/gl860/
7022
7023 GSPCA M5602 SUBDRIVER
7024 M:      Erik Andren <erik.andren@gmail.com>
7025 L:      linux-media@vger.kernel.org
7026 T:      git git://linuxtv.org/media_tree.git
7027 S:      Maintained
7028 F:      drivers/media/usb/gspca/m5602/
7029
7030 GSPCA PAC207 SONIXB SUBDRIVER
7031 M:      Hans Verkuil <hverkuil@xs4all.nl>
7032 L:      linux-media@vger.kernel.org
7033 T:      git git://linuxtv.org/media_tree.git
7034 S:      Odd Fixes
7035 F:      drivers/media/usb/gspca/pac207.c
7036
7037 GSPCA SN9C20X SUBDRIVER
7038 M:      Brian Johnson <brijohn@gmail.com>
7039 L:      linux-media@vger.kernel.org
7040 T:      git git://linuxtv.org/media_tree.git
7041 S:      Maintained
7042 F:      drivers/media/usb/gspca/sn9c20x.c
7043
7044 GSPCA T613 SUBDRIVER
7045 M:      Leandro Costantino <lcostantino@gmail.com>
7046 L:      linux-media@vger.kernel.org
7047 T:      git git://linuxtv.org/media_tree.git
7048 S:      Maintained
7049 F:      drivers/media/usb/gspca/t613.c
7050
7051 GSPCA USB WEBCAM DRIVER
7052 M:      Hans Verkuil <hverkuil@xs4all.nl>
7053 L:      linux-media@vger.kernel.org
7054 T:      git git://linuxtv.org/media_tree.git
7055 S:      Odd Fixes
7056 F:      drivers/media/usb/gspca/
7057
7058 GTP (GPRS Tunneling Protocol)
7059 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7060 M:      Harald Welte <laforge@gnumonks.org>
7061 L:      osmocom-net-gprs@lists.osmocom.org
7062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
7063 S:      Maintained
7064 F:      drivers/net/gtp.c
7065
7066 GUID PARTITION TABLE (GPT)
7067 M:      Davidlohr Bueso <dave@stgolabs.net>
7068 L:      linux-efi@vger.kernel.org
7069 S:      Maintained
7070 F:      block/partitions/efi.*
7071
7072 H8/300 ARCHITECTURE
7073 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
7074 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
7075 W:      http://uclinux-h8.sourceforge.jp
7076 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
7077 S:      Maintained
7078 F:      arch/h8300/
7079 F:      drivers/clocksource/h8300_*.c
7080 F:      drivers/clk/h8300/
7081 F:      drivers/irqchip/irq-renesas-h8*.c
7082
7083 HABANALABS PCI DRIVER
7084 M:      Oded Gabbay <oded.gabbay@gmail.com>
7085 T:      git https://github.com/HabanaAI/linux.git
7086 S:      Supported
7087 F:      drivers/misc/habanalabs/
7088 F:      include/uapi/misc/habanalabs.h
7089 F:      Documentation/ABI/testing/sysfs-driver-habanalabs
7090 F:      Documentation/ABI/testing/debugfs-driver-habanalabs
7091
7092 HACKRF MEDIA DRIVER
7093 M:      Antti Palosaari <crope@iki.fi>
7094 L:      linux-media@vger.kernel.org
7095 W:      https://linuxtv.org
7096 W:      http://palosaari.fi/linux/
7097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7098 T:      git git://linuxtv.org/anttip/media_tree.git
7099 S:      Maintained
7100 F:      drivers/media/usb/hackrf/
7101
7102 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
7103 M:      Frank Seidel <frank@f-seidel.de>
7104 L:      platform-driver-x86@vger.kernel.org
7105 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
7106 S:      Maintained
7107 F:      drivers/platform/x86/hdaps.c
7108
7109 HARDWARE MONITORING
7110 M:      Jean Delvare <jdelvare@suse.com>
7111 M:      Guenter Roeck <linux@roeck-us.net>
7112 L:      linux-hwmon@vger.kernel.org
7113 W:      http://hwmon.wiki.kernel.org/
7114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7115 S:      Maintained
7116 F:      Documentation/devicetree/bindings/hwmon/
7117 F:      Documentation/hwmon/
7118 F:      drivers/hwmon/
7119 F:      include/linux/hwmon*.h
7120 F:      include/trace/events/hwmon*.h
7121
7122 HARDWARE RANDOM NUMBER GENERATOR CORE
7123 M:      Matt Mackall <mpm@selenic.com>
7124 M:      Herbert Xu <herbert@gondor.apana.org.au>
7125 L:      linux-crypto@vger.kernel.org
7126 S:      Odd fixes
7127 F:      Documentation/devicetree/bindings/rng/
7128 F:      Documentation/admin-guide/hw_random.rst
7129 F:      drivers/char/hw_random/
7130 F:      include/linux/hw_random.h
7131
7132 HARDWARE TRACING FACILITIES
7133 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
7134 S:      Maintained
7135 F:      drivers/hwtracing/
7136
7137 HARDWARE SPINLOCK CORE
7138 M:      Ohad Ben-Cohen <ohad@wizery.com>
7139 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
7140 L:      linux-remoteproc@vger.kernel.org
7141 S:      Maintained
7142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
7143 F:      Documentation/devicetree/bindings/hwlock/
7144 F:      Documentation/hwspinlock.txt
7145 F:      drivers/hwspinlock/
7146 F:      include/linux/hwspinlock.h
7147
7148 HARMONY SOUND DRIVER
7149 L:      linux-parisc@vger.kernel.org
7150 S:      Maintained
7151 F:      sound/parisc/harmony.*
7152
7153 HDPVR USB VIDEO ENCODER DRIVER
7154 M:      Hans Verkuil <hverkuil@xs4all.nl>
7155 L:      linux-media@vger.kernel.org
7156 T:      git git://linuxtv.org/media_tree.git
7157 W:      https://linuxtv.org
7158 S:      Odd Fixes
7159 F:      drivers/media/usb/hdpvr/
7160
7161 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
7162 M:      Jerry Hoemann <jerry.hoemann@hpe.com>
7163 S:      Supported
7164 F:      Documentation/watchdog/hpwdt.rst
7165 F:      drivers/watchdog/hpwdt.c
7166
7167 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
7168 M:      Don Brace <don.brace@microsemi.com>
7169 L:      esc.storagedev@microsemi.com
7170 L:      linux-scsi@vger.kernel.org
7171 S:      Supported
7172 F:      Documentation/scsi/hpsa.txt
7173 F:      drivers/scsi/hpsa*.[ch]
7174 F:      include/linux/cciss*.h
7175 F:      include/uapi/linux/cciss*.h
7176
7177 HFI1 DRIVER
7178 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
7179 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
7180 L:      linux-rdma@vger.kernel.org
7181 S:      Supported
7182 F:      drivers/infiniband/hw/hfi1
7183
7184 HFS FILESYSTEM
7185 L:      linux-fsdevel@vger.kernel.org
7186 S:      Orphan
7187 F:      Documentation/filesystems/hfs.txt
7188 F:      fs/hfs/
7189
7190 HFSPLUS FILESYSTEM
7191 L:      linux-fsdevel@vger.kernel.org
7192 S:      Orphan
7193 F:      Documentation/filesystems/hfsplus.txt
7194 F:      fs/hfsplus/
7195
7196 HGA FRAMEBUFFER DRIVER
7197 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
7198 L:      linux-nvidia@lists.surfsouth.com
7199 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
7200 S:      Maintained
7201 F:      drivers/video/fbdev/hgafb.c
7202
7203 HIBERNATION (aka Software Suspend, aka swsusp)
7204 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
7205 M:      Pavel Machek <pavel@ucw.cz>
7206 L:      linux-pm@vger.kernel.org
7207 B:      https://bugzilla.kernel.org
7208 S:      Supported
7209 F:      arch/x86/power/
7210 F:      drivers/base/power/
7211 F:      kernel/power/
7212 F:      include/linux/suspend.h
7213 F:      include/linux/freezer.h
7214 F:      include/linux/pm.h
7215 F:      arch/*/include/asm/suspend*.h
7216
7217 HID CORE LAYER
7218 M:      Jiri Kosina <jikos@kernel.org>
7219 M:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
7220 L:      linux-input@vger.kernel.org
7221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
7222 S:      Maintained
7223 F:      drivers/hid/
7224 F:      include/linux/hid*
7225 F:      include/uapi/linux/hid*
7226
7227 HID SENSOR HUB DRIVERS
7228 M:      Jiri Kosina <jikos@kernel.org>
7229 M:      Jonathan Cameron <jic23@kernel.org>
7230 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7231 L:      linux-input@vger.kernel.org
7232 L:      linux-iio@vger.kernel.org
7233 S:      Maintained
7234 F:      Documentation/hid/hid-sensor*
7235 F:      drivers/hid/hid-sensor-*
7236 F:      drivers/iio/*/hid-*
7237 F:      include/linux/hid-sensor-*
7238
7239 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
7240 M:      Thomas Gleixner <tglx@linutronix.de>
7241 L:      linux-kernel@vger.kernel.org
7242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7243 S:      Maintained
7244 F:      Documentation/timers/
7245 F:      kernel/time/hrtimer.c
7246 F:      kernel/time/clockevents.c
7247 F:      kernel/time/timer_*.c
7248 F:      include/linux/clockchips.h
7249 F:      include/linux/hrtimer.h
7250
7251 HIGH-SPEED SCC DRIVER FOR AX.25
7252 L:      linux-hams@vger.kernel.org
7253 S:      Orphan
7254 F:      drivers/net/hamradio/dmascc.c
7255 F:      drivers/net/hamradio/scc.c
7256
7257 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
7258 M:      HighPoint Linux Team <linux@highpoint-tech.com>
7259 W:      http://www.highpoint-tech.com
7260 S:      Supported
7261 F:      Documentation/scsi/hptiop.txt
7262 F:      drivers/scsi/hptiop.c
7263
7264 HIPPI
7265 M:      Jes Sorensen <jes@trained-monkey.org>
7266 L:      linux-hippi@sunsite.dk
7267 S:      Maintained
7268 F:      include/linux/hippidevice.h
7269 F:      include/uapi/linux/if_hippi.h
7270 F:      net/802/hippi.c
7271 F:      drivers/net/hippi/
7272
7273 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
7274 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
7275 M:      Salil Mehta <salil.mehta@huawei.com>
7276 L:      netdev@vger.kernel.org
7277 W:      http://www.hisilicon.com
7278 S:      Maintained
7279 F:      drivers/net/ethernet/hisilicon/hns3/
7280
7281 HISILICON LPC BUS DRIVER
7282 M:      john.garry@huawei.com
7283 W:      http://www.hisilicon.com
7284 S:      Maintained
7285 F:      drivers/bus/hisi_lpc.c
7286 F:      Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt
7287
7288 HISILICON NETWORK SUBSYSTEM DRIVER
7289 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
7290 M:      Salil Mehta <salil.mehta@huawei.com>
7291 L:      netdev@vger.kernel.org
7292 W:      http://www.hisilicon.com
7293 S:      Maintained
7294 F:      drivers/net/ethernet/hisilicon/
7295 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
7296
7297 HISILICON PMU DRIVER
7298 M:      Shaokun Zhang <zhangshaokun@hisilicon.com>
7299 W:      http://www.hisilicon.com
7300 S:      Supported
7301 F:      drivers/perf/hisilicon
7302 F:      Documentation/admin-guide/perf/hisi-pmu.rst
7303
7304 HISILICON ROCE DRIVER
7305 M:      Lijun Ou <oulijun@huawei.com>
7306 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
7307 L:      linux-rdma@vger.kernel.org
7308 S:      Maintained
7309 F:      drivers/infiniband/hw/hns/
7310 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
7311
7312 HISILICON SAS Controller
7313 M:      John Garry <john.garry@huawei.com>
7314 W:      http://www.hisilicon.com
7315 S:      Supported
7316 F:      drivers/scsi/hisi_sas/
7317 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
7318
7319 HMM - Heterogeneous Memory Management
7320 M:      Jérôme Glisse <jglisse@redhat.com>
7321 L:      linux-mm@kvack.org
7322 S:      Maintained
7323 F:      mm/hmm*
7324 F:      include/linux/hmm*
7325 F:      Documentation/vm/hmm.rst
7326
7327 HOST AP DRIVER
7328 M:      Jouni Malinen <j@w1.fi>
7329 L:      linux-wireless@vger.kernel.org
7330 W:      http://w1.fi/hostap-driver.html
7331 S:      Obsolete
7332 F:      drivers/net/wireless/intersil/hostap/
7333
7334 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
7335 L:      platform-driver-x86@vger.kernel.org
7336 S:      Orphan
7337 F:      drivers/platform/x86/tc1100-wmi.c
7338
7339 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
7340 M:      Jaroslav Kysela <perex@perex.cz>
7341 S:      Maintained
7342 F:      drivers/net/ethernet/hp/hp100.*
7343
7344 HPET:   High Precision Event Timers driver
7345 M:      Clemens Ladisch <clemens@ladisch.de>
7346 S:      Maintained
7347 F:      Documentation/timers/hpet.rst
7348 F:      drivers/char/hpet.c
7349 F:      include/linux/hpet.h
7350 F:      include/uapi/linux/hpet.h
7351
7352 HPET:   x86
7353 S:      Orphan
7354 F:      arch/x86/kernel/hpet.c
7355 F:      arch/x86/include/asm/hpet.h
7356
7357 HPFS FILESYSTEM
7358 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
7359 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
7360 S:      Maintained
7361 F:      fs/hpfs/
7362
7363 HSI SUBSYSTEM
7364 M:      Sebastian Reichel <sre@kernel.org>
7365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
7366 S:      Maintained
7367 F:      Documentation/ABI/testing/sysfs-bus-hsi
7368 F:      Documentation/driver-api/hsi.rst
7369 F:      drivers/hsi/
7370 F:      include/linux/hsi/
7371 F:      include/uapi/linux/hsi/
7372
7373 HSO 3G MODEM DRIVER
7374 L:      linux-usb@vger.kernel.org
7375 S:      Orphan
7376 F:      drivers/net/usb/hso.c
7377
7378 HSR NETWORK PROTOCOL
7379 M:      Arvid Brodin <arvid.brodin@alten.se>
7380 L:      netdev@vger.kernel.org
7381 S:      Maintained
7382 F:      net/hsr/
7383
7384 HT16K33 LED CONTROLLER DRIVER
7385 M:      Robin van der Gracht <robin@protonic.nl>
7386 S:      Maintained
7387 F:      drivers/auxdisplay/ht16k33.c
7388 F:      Documentation/devicetree/bindings/display/ht16k33.txt
7389
7390 HTCPEN TOUCHSCREEN DRIVER
7391 M:      Pau Oliva Fora <pof@eslack.org>
7392 L:      linux-input@vger.kernel.org
7393 S:      Maintained
7394 F:      drivers/input/touchscreen/htcpen.c
7395
7396 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
7397 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
7398 L:      linux-iio@vger.kernel.org
7399 W:      http://www.st.com/
7400 S:      Maintained
7401 F:      drivers/iio/humidity/hts221*
7402 F:      Documentation/devicetree/bindings/iio/humidity/hts221.txt
7403
7404 HUAWEI ETHERNET DRIVER
7405 M:      Aviad Krawczyk <aviad.krawczyk@huawei.com>
7406 L:      netdev@vger.kernel.org
7407 S:      Supported
7408 F:      Documentation/networking/hinic.txt
7409 F:      drivers/net/ethernet/huawei/hinic/
7410
7411 HUGETLB FILESYSTEM
7412 M:      Mike Kravetz <mike.kravetz@oracle.com>
7413 L:      linux-mm@kvack.org
7414 S:      Maintained
7415 F:      fs/hugetlbfs/
7416 F:      mm/hugetlb.c
7417 F:      include/linux/hugetlb.h
7418 F:      Documentation/admin-guide/mm/hugetlbpage.rst
7419 F:      Documentation/vm/hugetlbfs_reserv.rst
7420 F:      Documentation/ABI/testing/sysfs-kernel-mm-hugepages
7421
7422 HVA ST MEDIA DRIVER
7423 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
7424 L:      linux-media@vger.kernel.org
7425 T:      git git://linuxtv.org/media_tree.git
7426 W:      https://linuxtv.org
7427 S:      Supported
7428 F:      drivers/media/platform/sti/hva
7429
7430 HWPOISON MEMORY FAILURE HANDLING
7431 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
7432 L:      linux-mm@kvack.org
7433 S:      Maintained
7434 F:      mm/memory-failure.c
7435 F:      mm/hwpoison-inject.c
7436
7437 HYGON PROCESSOR SUPPORT
7438 M:      Pu Wen <puwen@hygon.cn>
7439 L:      linux-kernel@vger.kernel.org
7440 S:      Maintained
7441 F:      arch/x86/kernel/cpu/hygon.c
7442
7443 Hyper-V CORE AND DRIVERS
7444 M:      "K. Y. Srinivasan" <kys@microsoft.com>
7445 M:      Haiyang Zhang <haiyangz@microsoft.com>
7446 M:      Stephen Hemminger <sthemmin@microsoft.com>
7447 M:      Sasha Levin <sashal@kernel.org>
7448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
7449 L:      linux-hyperv@vger.kernel.org
7450 S:      Supported
7451 F:      Documentation/networking/device_drivers/microsoft/netvsc.txt
7452 F:      arch/x86/include/asm/mshyperv.h
7453 F:      arch/x86/include/asm/trace/hyperv.h
7454 F:      arch/x86/include/asm/hyperv-tlfs.h
7455 F:      arch/x86/kernel/cpu/mshyperv.c
7456 F:      arch/x86/hyperv
7457 F:      drivers/clocksource/hyperv_timer.c
7458 F:      drivers/hid/hid-hyperv.c
7459 F:      drivers/hv/
7460 F:      drivers/input/serio/hyperv-keyboard.c
7461 F:      drivers/pci/controller/pci-hyperv.c
7462 F:      drivers/net/hyperv/
7463 F:      drivers/scsi/storvsc_drv.c
7464 F:      drivers/uio/uio_hv_generic.c
7465 F:      drivers/video/fbdev/hyperv_fb.c
7466 F:      drivers/iommu/hyperv-iommu.c
7467 F:      net/vmw_vsock/hyperv_transport.c
7468 F:      include/clocksource/hyperv_timer.h
7469 F:      include/linux/hyperv.h
7470 F:      include/uapi/linux/hyperv.h
7471 F:      include/asm-generic/mshyperv.h
7472 F:      tools/hv/
7473 F:      Documentation/ABI/stable/sysfs-bus-vmbus
7474
7475 HYPERBUS SUPPORT
7476 M:      Vignesh Raghavendra <vigneshr@ti.com>
7477 S:      Supported
7478 F:      drivers/mtd/hyperbus/
7479 F:      include/linux/mtd/hyperbus.h
7480 F:      Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
7481 F:      Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
7482
7483 HYPERVISOR VIRTUAL CONSOLE DRIVER
7484 L:      linuxppc-dev@lists.ozlabs.org
7485 S:      Odd Fixes
7486 F:      drivers/tty/hvc/
7487
7488 I2C ACPI SUPPORT
7489 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7490 L:      linux-i2c@vger.kernel.org
7491 L:      linux-acpi@vger.kernel.org
7492 S:      Maintained
7493 F:      drivers/i2c/i2c-core-acpi.c
7494
7495 I2C CONTROLLER DRIVER FOR NVIDIA GPU
7496 M:      Ajay Gupta <ajayg@nvidia.com>
7497 L:      linux-i2c@vger.kernel.org
7498 S:      Maintained
7499 F:      Documentation/i2c/busses/i2c-nvidia-gpu.rst
7500 F:      drivers/i2c/busses/i2c-nvidia-gpu.c
7501
7502 I2C MUXES
7503 M:      Peter Rosin <peda@axentia.se>
7504 L:      linux-i2c@vger.kernel.org
7505 S:      Maintained
7506 F:      Documentation/i2c/i2c-topology.rst
7507 F:      Documentation/i2c/muxes/
7508 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
7509 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
7510 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
7511 F:      drivers/i2c/i2c-mux.c
7512 F:      drivers/i2c/muxes/
7513 F:      include/linux/i2c-mux.h
7514
7515 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
7516 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
7517 L:      linux-i2c@vger.kernel.org
7518 S:      Maintained
7519 F:      Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
7520 F:      drivers/i2c/busses/i2c-mv64xxx.c
7521
7522 I2C OVER PARALLEL PORT
7523 M:      Jean Delvare <jdelvare@suse.com>
7524 L:      linux-i2c@vger.kernel.org
7525 S:      Maintained
7526 F:      Documentation/i2c/busses/i2c-parport.rst
7527 F:      Documentation/i2c/busses/i2c-parport-light.rst
7528 F:      drivers/i2c/busses/i2c-parport.c
7529 F:      drivers/i2c/busses/i2c-parport-light.c
7530
7531 I2C SUBSYSTEM
7532 M:      Wolfram Sang <wsa@the-dreams.de>
7533 L:      linux-i2c@vger.kernel.org
7534 W:      https://i2c.wiki.kernel.org/
7535 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
7536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
7537 S:      Maintained
7538 F:      Documentation/devicetree/bindings/i2c/i2c.txt
7539 F:      Documentation/i2c/
7540 F:      drivers/i2c/*
7541 F:      include/linux/i2c.h
7542 F:      include/linux/i2c-dev.h
7543 F:      include/linux/i2c-smbus.h
7544 F:      include/uapi/linux/i2c.h
7545 F:      include/uapi/linux/i2c-*.h
7546
7547 I2C SUBSYSTEM HOST DRIVERS
7548 L:      linux-i2c@vger.kernel.org
7549 W:      https://i2c.wiki.kernel.org/
7550 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
7551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
7552 S:      Odd Fixes
7553 F:      Documentation/devicetree/bindings/i2c/
7554 F:      drivers/i2c/algos/
7555 F:      drivers/i2c/busses/
7556
7557 I2C-TAOS-EVM DRIVER
7558 M:      Jean Delvare <jdelvare@suse.com>
7559 L:      linux-i2c@vger.kernel.org
7560 S:      Maintained
7561 F:      Documentation/i2c/busses/i2c-taos-evm.rst
7562 F:      drivers/i2c/busses/i2c-taos-evm.c
7563
7564 I2C-TINY-USB DRIVER
7565 M:      Till Harbaum <till@harbaum.org>
7566 L:      linux-i2c@vger.kernel.org
7567 W:      http://www.harbaum.org/till/i2c_tiny_usb
7568 S:      Maintained
7569 F:      drivers/i2c/busses/i2c-tiny-usb.c
7570
7571 I2C/SMBUS CONTROLLER DRIVERS FOR PC
7572 M:      Jean Delvare <jdelvare@suse.com>
7573 L:      linux-i2c@vger.kernel.org
7574 S:      Maintained
7575 F:      Documentation/i2c/busses/i2c-ali1535.rst
7576 F:      Documentation/i2c/busses/i2c-ali1563.rst
7577 F:      Documentation/i2c/busses/i2c-ali15x3.rst
7578 F:      Documentation/i2c/busses/i2c-amd756.rst
7579 F:      Documentation/i2c/busses/i2c-amd8111.rst
7580 F:      Documentation/i2c/busses/i2c-i801.rst
7581 F:      Documentation/i2c/busses/i2c-nforce2.rst
7582 F:      Documentation/i2c/busses/i2c-piix4.rst
7583 F:      Documentation/i2c/busses/i2c-sis5595.rst
7584 F:      Documentation/i2c/busses/i2c-sis630.rst
7585 F:      Documentation/i2c/busses/i2c-sis96x.rst
7586 F:      Documentation/i2c/busses/i2c-via.rst
7587 F:      Documentation/i2c/busses/i2c-viapro.rst
7588 F:      drivers/i2c/busses/i2c-ali1535.c
7589 F:      drivers/i2c/busses/i2c-ali1563.c
7590 F:      drivers/i2c/busses/i2c-ali15x3.c
7591 F:      drivers/i2c/busses/i2c-amd756.c
7592 F:      drivers/i2c/busses/i2c-amd756-s4882.c
7593 F:      drivers/i2c/busses/i2c-amd8111.c
7594 F:      drivers/i2c/busses/i2c-i801.c
7595 F:      drivers/i2c/busses/i2c-isch.c
7596 F:      drivers/i2c/busses/i2c-nforce2.c
7597 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
7598 F:      drivers/i2c/busses/i2c-piix4.c
7599 F:      drivers/i2c/busses/i2c-sis5595.c
7600 F:      drivers/i2c/busses/i2c-sis630.c
7601 F:      drivers/i2c/busses/i2c-sis96x.c
7602 F:      drivers/i2c/busses/i2c-via.c
7603 F:      drivers/i2c/busses/i2c-viapro.c
7604
7605 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
7606 M:      Hans de Goede <hdegoede@redhat.com>
7607 L:      linux-i2c@vger.kernel.org
7608 S:      Maintained
7609 F:      drivers/i2c/busses/i2c-cht-wc.c
7610
7611 I2C/SMBUS ISMT DRIVER
7612 M:      Seth Heasley <seth.heasley@intel.com>
7613 M:      Neil Horman <nhorman@tuxdriver.com>
7614 L:      linux-i2c@vger.kernel.org
7615 F:      drivers/i2c/busses/i2c-ismt.c
7616 F:      Documentation/i2c/busses/i2c-ismt.rst
7617
7618 I2C/SMBUS STUB DRIVER
7619 M:      Jean Delvare <jdelvare@suse.com>
7620 L:      linux-i2c@vger.kernel.org
7621 S:      Maintained
7622 F:      drivers/i2c/i2c-stub.c
7623
7624 I3C SUBSYSTEM
7625 M:      Boris Brezillon <bbrezillon@kernel.org>
7626 L:      linux-i3c@lists.infradead.org
7627 C:      irc://chat.freenode.net/linux-i3c
7628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
7629 S:      Maintained
7630 F:      Documentation/ABI/testing/sysfs-bus-i3c
7631 F:      Documentation/devicetree/bindings/i3c/
7632 F:      Documentation/driver-api/i3c
7633 F:      drivers/i3c/
7634 F:      include/linux/i3c/
7635
7636 I3C DRIVER FOR SYNOPSYS DESIGNWARE
7637 M:      Vitor Soares <vitor.soares@synopsys.com>
7638 S:      Maintained
7639 F:      Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
7640 F:      drivers/i3c/master/dw*
7641
7642 IA64 (Itanium) PLATFORM
7643 M:      Tony Luck <tony.luck@intel.com>
7644 M:      Fenghua Yu <fenghua.yu@intel.com>
7645 L:      linux-ia64@vger.kernel.org
7646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
7647 S:      Maintained
7648 F:      arch/ia64/
7649
7650 IBM Power 842 compression accelerator
7651 M:      Haren Myneni <haren@us.ibm.com>
7652 S:      Supported
7653 F:      drivers/crypto/nx/Makefile
7654 F:      drivers/crypto/nx/Kconfig
7655 F:      drivers/crypto/nx/nx-842*
7656 F:      include/linux/sw842.h
7657 F:      crypto/842.c
7658 F:      lib/842/
7659
7660 IBM Power in-Nest Crypto Acceleration
7661 M:      Breno Leitão <leitao@debian.org>
7662 M:      Nayna Jain <nayna@linux.ibm.com>
7663 M:      Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
7664 L:      linux-crypto@vger.kernel.org
7665 S:      Supported
7666 F:      drivers/crypto/nx/Makefile
7667 F:      drivers/crypto/nx/Kconfig
7668 F:      drivers/crypto/nx/nx-aes*
7669 F:      drivers/crypto/nx/nx-sha*
7670 F:      drivers/crypto/nx/nx.*
7671 F:      drivers/crypto/nx/nx_csbcpb.h
7672 F:      drivers/crypto/nx/nx_debugfs.h
7673
7674 IBM Power Linux RAID adapter
7675 M:      Brian King <brking@us.ibm.com>
7676 S:      Supported
7677 F:      drivers/scsi/ipr.*
7678
7679 IBM Power SRIOV Virtual NIC Device Driver
7680 M:      Thomas Falcon <tlfalcon@linux.ibm.com>
7681 M:      John Allen <jallen@linux.ibm.com>
7682 L:      netdev@vger.kernel.org
7683 S:      Supported
7684 F:      drivers/net/ethernet/ibm/ibmvnic.*
7685
7686 IBM Power Virtual Accelerator Switchboard
7687 M:      Sukadev Bhattiprolu <sukadev@linux.ibm.com>
7688 L:      linuxppc-dev@lists.ozlabs.org
7689 S:      Supported
7690 F:      arch/powerpc/platforms/powernv/vas*
7691 F:      arch/powerpc/platforms/powernv/copy-paste.h
7692 F:      arch/powerpc/include/asm/vas.h
7693
7694 IBM Power Virtual Ethernet Device Driver
7695 M:      Thomas Falcon <tlfalcon@linux.ibm.com>
7696 L:      netdev@vger.kernel.org
7697 S:      Supported
7698 F:      drivers/net/ethernet/ibm/ibmveth.*
7699
7700 IBM Power Virtual FC Device Drivers
7701 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
7702 L:      linux-scsi@vger.kernel.org
7703 S:      Supported
7704 F:      drivers/scsi/ibmvscsi/ibmvfc*
7705
7706 IBM Power Virtual Management Channel Driver
7707 M:      Steven Royer <seroyer@linux.ibm.com>
7708 S:      Supported
7709 F:      drivers/misc/ibmvmc.*
7710
7711 IBM Power Virtual SCSI Device Drivers
7712 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
7713 L:      linux-scsi@vger.kernel.org
7714 S:      Supported
7715 F:      drivers/scsi/ibmvscsi/ibmvscsi*
7716 F:      include/scsi/viosrp.h
7717
7718 IBM Power Virtual SCSI Device Target Driver
7719 M:      Michael Cyr <mikecyr@linux.ibm.com>
7720 L:      linux-scsi@vger.kernel.org
7721 L:      target-devel@vger.kernel.org
7722 S:      Supported
7723 F:      drivers/scsi/ibmvscsi_tgt/
7724
7725 IBM Power VMX Cryptographic instructions
7726 M:      Breno Leitão <leitao@debian.org>
7727 M:      Nayna Jain <nayna@linux.ibm.com>
7728 M:      Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
7729 L:      linux-crypto@vger.kernel.org
7730 S:      Supported
7731 F:      drivers/crypto/vmx/Makefile
7732 F:      drivers/crypto/vmx/Kconfig
7733 F:      drivers/crypto/vmx/vmx.c
7734 F:      drivers/crypto/vmx/aes*
7735 F:      drivers/crypto/vmx/ghash*
7736 F:      drivers/crypto/vmx/ppc-xlate.pl
7737
7738 IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform
7739 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
7740 L:      linux-pci@vger.kernel.org
7741 L:      linuxppc-dev@lists.ozlabs.org
7742 S:      Supported
7743 F:      drivers/pci/hotplug/rpaphp*
7744
7745 IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform
7746 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
7747 L:      linux-pci@vger.kernel.org
7748 L:      linuxppc-dev@lists.ozlabs.org
7749 S:      Supported
7750 F:      drivers/pci/hotplug/rpadlpar*
7751
7752 IBM ServeRAID RAID DRIVER
7753 S:      Orphan
7754 F:      drivers/scsi/ips.*
7755
7756 ICH LPC AND GPIO DRIVER
7757 M:      Peter Tyser <ptyser@xes-inc.com>
7758 S:      Maintained
7759 F:      drivers/mfd/lpc_ich.c
7760 F:      drivers/gpio/gpio-ich.c
7761
7762 IDE SUBSYSTEM
7763 M:      "David S. Miller" <davem@davemloft.net>
7764 L:      linux-ide@vger.kernel.org
7765 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
7766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
7767 S:      Maintained
7768 F:      Documentation/ide/
7769 F:      drivers/ide/
7770 F:      include/linux/ide.h
7771
7772 IDE/ATAPI DRIVERS
7773 M:      Borislav Petkov <bp@alien8.de>
7774 L:      linux-ide@vger.kernel.org
7775 S:      Maintained
7776 F:      Documentation/cdrom/ide-cd.rst
7777 F:      drivers/ide/ide-cd*
7778
7779 IDEAPAD LAPTOP EXTRAS DRIVER
7780 M:      Ike Panhc <ike.pan@canonical.com>
7781 L:      platform-driver-x86@vger.kernel.org
7782 W:      http://launchpad.net/ideapad-laptop
7783 S:      Maintained
7784 F:      drivers/platform/x86/ideapad-laptop.c
7785
7786 IDEAPAD LAPTOP SLIDEBAR DRIVER
7787 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
7788 L:      linux-input@vger.kernel.org
7789 W:      https://github.com/o2genum/ideapad-slidebar
7790 S:      Maintained
7791 F:      drivers/input/misc/ideapad_slidebar.c
7792
7793 IDT VersaClock 5 CLOCK DRIVER
7794 M:      Marek Vasut <marek.vasut@gmail.com>
7795 S:      Maintained
7796 F:      drivers/clk/clk-versaclock5.c
7797
7798 IEEE 802.15.4 SUBSYSTEM
7799 M:      Alexander Aring <alex.aring@gmail.com>
7800 M:      Stefan Schmidt <stefan@datenfreihafen.org>
7801 L:      linux-wpan@vger.kernel.org
7802 W:      http://wpan.cakelab.org/
7803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
7804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
7805 S:      Maintained
7806 F:      net/ieee802154/
7807 F:      net/mac802154/
7808 F:      drivers/net/ieee802154/
7809 F:      include/linux/nl802154.h
7810 F:      include/linux/ieee802154.h
7811 F:      include/net/nl802154.h
7812 F:      include/net/mac802154.h
7813 F:      include/net/af_ieee802154.h
7814 F:      include/net/cfg802154.h
7815 F:      include/net/ieee802154_netdev.h
7816 F:      Documentation/networking/ieee802154.rst
7817
7818 IFE PROTOCOL
7819 M:      Yotam Gigi <yotam.gi@gmail.com>
7820 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7821 F:      net/ife
7822 F:      include/net/ife.h
7823 F:      include/uapi/linux/ife.h
7824
7825 IGORPLUG-USB IR RECEIVER
7826 M:      Sean Young <sean@mess.org>
7827 L:      linux-media@vger.kernel.org
7828 S:      Maintained
7829 F:      drivers/media/rc/igorplugusb.c
7830
7831 IGUANAWORKS USB IR TRANSCEIVER
7832 M:      Sean Young <sean@mess.org>
7833 L:      linux-media@vger.kernel.org
7834 S:      Maintained
7835 F:      drivers/media/rc/iguanair.c
7836
7837 IIO DIGITAL POTENTIOMETER DAC
7838 M:      Peter Rosin <peda@axentia.se>
7839 L:      linux-iio@vger.kernel.org
7840 S:      Maintained
7841 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
7842 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
7843 F:      drivers/iio/dac/dpot-dac.c
7844
7845 IIO ENVELOPE DETECTOR
7846 M:      Peter Rosin <peda@axentia.se>
7847 L:      linux-iio@vger.kernel.org
7848 S:      Maintained
7849 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
7850 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
7851 F:      drivers/iio/adc/envelope-detector.c
7852
7853 IIO MULTIPLEXER
7854 M:      Peter Rosin <peda@axentia.se>
7855 L:      linux-iio@vger.kernel.org
7856 S:      Maintained
7857 F:      Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt
7858 F:      drivers/iio/multiplexer/iio-mux.c
7859
7860 IIO SUBSYSTEM AND DRIVERS
7861 M:      Jonathan Cameron <jic23@kernel.org>
7862 R:      Hartmut Knaack <knaack.h@gmx.de>
7863 R:      Lars-Peter Clausen <lars@metafoo.de>
7864 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
7865 L:      linux-iio@vger.kernel.org
7866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
7867 S:      Maintained
7868 F:      Documentation/ABI/testing/configfs-iio*
7869 F:      Documentation/ABI/testing/sysfs-bus-iio*
7870 F:      Documentation/devicetree/bindings/iio/
7871 F:      drivers/iio/
7872 F:      drivers/staging/iio/
7873 F:      include/linux/iio/
7874 F:      tools/iio/
7875
7876 IIO UNIT CONVERTER
7877 M:      Peter Rosin <peda@axentia.se>
7878 L:      linux-iio@vger.kernel.org
7879 S:      Maintained
7880 F:      Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.txt
7881 F:      Documentation/devicetree/bindings/iio/afe/current-sense-shunt.txt
7882 F:      Documentation/devicetree/bindings/iio/afe/voltage-divider.txt
7883 F:      drivers/iio/afe/iio-rescale.c
7884
7885 IKANOS/ADI EAGLE ADSL USB DRIVER
7886 M:      Matthieu Castet <castet.matthieu@free.fr>
7887 M:      Stanislaw Gruszka <stf_xl@wp.pl>
7888 S:      Maintained
7889 F:      drivers/usb/atm/ueagle-atm.c
7890
7891 IMGTEC ASCII LCD DRIVER
7892 M:      Paul Burton <paul.burton@mips.com>
7893 S:      Maintained
7894 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
7895 F:      drivers/auxdisplay/img-ascii-lcd.c
7896
7897 IMGTEC IR DECODER DRIVER
7898 M:      James Hogan <jhogan@kernel.org>
7899 S:      Maintained
7900 F:      drivers/media/rc/img-ir/
7901
7902 IMON SOUNDGRAPH USB IR RECEIVER
7903 M:      Sean Young <sean@mess.org>
7904 L:      linux-media@vger.kernel.org
7905 S:      Maintained
7906 F:      drivers/media/rc/imon_raw.c
7907 F:      drivers/media/rc/imon.c
7908
7909 IMS TWINTURBO FRAMEBUFFER DRIVER
7910 L:      linux-fbdev@vger.kernel.org
7911 S:      Orphan
7912 F:      drivers/video/fbdev/imsttfb.c
7913
7914 INA209 HARDWARE MONITOR DRIVER
7915 M:      Guenter Roeck <linux@roeck-us.net>
7916 L:      linux-hwmon@vger.kernel.org
7917 S:      Maintained
7918 F:      Documentation/hwmon/ina209.rst
7919 F:      Documentation/devicetree/bindings/hwmon/ina2xx.txt
7920 F:      drivers/hwmon/ina209.c
7921
7922 INA2XX HARDWARE MONITOR DRIVER
7923 M:      Guenter Roeck <linux@roeck-us.net>
7924 L:      linux-hwmon@vger.kernel.org
7925 S:      Maintained
7926 F:      Documentation/hwmon/ina2xx.rst
7927 F:      drivers/hwmon/ina2xx.c
7928 F:      include/linux/platform_data/ina2xx.h
7929
7930 INDUSTRY PACK SUBSYSTEM (IPACK)
7931 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
7932 M:      Jens Taprogge <jens.taprogge@taprogge.org>
7933 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7934 L:      industrypack-devel@lists.sourceforge.net
7935 W:      http://industrypack.sourceforge.net
7936 S:      Maintained
7937 F:      drivers/ipack/
7938
7939 INFINEON DPS310 Driver
7940 M:      Eddie James <eajames@linux.ibm.com>
7941 L:      linux-iio@vger.kernel.org
7942 F:      drivers/iio/pressure/dps310.c
7943 S:      Maintained
7944
7945 INFINIBAND SUBSYSTEM
7946 M:      Doug Ledford <dledford@redhat.com>
7947 M:      Jason Gunthorpe <jgg@mellanox.com>
7948 L:      linux-rdma@vger.kernel.org
7949 W:      https://github.com/linux-rdma/rdma-core
7950 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
7952 S:      Supported
7953 F:      Documentation/devicetree/bindings/infiniband/
7954 F:      Documentation/infiniband/
7955 F:      drivers/infiniband/
7956 F:      include/uapi/linux/if_infiniband.h
7957 F:      include/uapi/rdma/
7958 F:      include/rdma/
7959 F:      include/trace/events/ib_mad.h
7960 F:      include/trace/events/ib_umad.h
7961 F:      samples/bpf/ibumad_kern.c
7962 F:      samples/bpf/ibumad_user.c
7963
7964 INGENIC JZ4780 DMA Driver
7965 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
7966 S:      Maintained
7967 F:      drivers/dma/dma-jz4780.c
7968
7969 INGENIC JZ4780 NAND DRIVER
7970 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
7971 L:      linux-mtd@lists.infradead.org
7972 S:      Maintained
7973 F:      drivers/mtd/nand/raw/ingenic/
7974
7975 INGENIC JZ47xx SoCs
7976 M:      Paul Cercueil <paul@crapouillou.net>
7977 S:      Maintained
7978 F:      arch/mips/boot/dts/ingenic/
7979 F:      arch/mips/include/asm/mach-jz4740/
7980 F:      arch/mips/jz4740/
7981 F:      drivers/clk/ingenic/
7982 F:      drivers/dma/dma-jz4780.c
7983 F:      drivers/gpu/drm/ingenic/
7984 F:      drivers/i2c/busses/i2c-jz4780.c
7985 F:      drivers/iio/adc/ingenic-adc.c
7986 F:      drivers/irqchip/irq-ingenic.c
7987 F:      drivers/memory/jz4780-nemc.c
7988 F:      drivers/mmc/host/jz4740_mmc.c
7989 F:      drivers/mtd/nand/raw/ingenic/
7990 F:      drivers/pinctrl/pinctrl-ingenic.c
7991 F:      drivers/power/supply/ingenic-battery.c
7992 F:      drivers/pwm/pwm-jz4740.c
7993 F:      drivers/rtc/rtc-jz4740.c
7994 F:      drivers/tty/serial/8250/8250_ingenic.c
7995 F:      drivers/usb/musb/jz4740.c
7996 F:      drivers/watchdog/jz4740_wdt.c
7997 F:      include/dt-bindings/iio/adc/ingenic,adc.h
7998 F:      include/linux/mfd/ingenic-tcu.h
7999 F:      sound/soc/jz4740/
8000 F:      sound/soc/codecs/jz47*
8001
8002 INOTIFY
8003 M:      Jan Kara <jack@suse.cz>
8004 R:      Amir Goldstein <amir73il@gmail.com>
8005 L:      linux-fsdevel@vger.kernel.org
8006 S:      Maintained
8007 F:      Documentation/filesystems/inotify.txt
8008 F:      fs/notify/inotify/
8009 F:      include/linux/inotify.h
8010 F:      include/uapi/linux/inotify.h
8011
8012 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8013 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
8014 L:      linux-input@vger.kernel.org
8015 Q:      http://patchwork.kernel.org/project/linux-input/list/
8016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
8017 S:      Maintained
8018 F:      drivers/input/
8019 F:      include/linux/input.h
8020 F:      include/uapi/linux/input.h
8021 F:      include/uapi/linux/input-event-codes.h
8022 F:      include/linux/input/
8023 F:      Documentation/devicetree/bindings/input/
8024 F:      Documentation/devicetree/bindings/serio/
8025 F:      Documentation/input/
8026
8027 INPUT MULTITOUCH (MT) PROTOCOL
8028 M:      Henrik Rydberg <rydberg@bitmath.org>
8029 L:      linux-input@vger.kernel.org
8030 S:      Odd fixes
8031 F:      Documentation/input/multi-touch-protocol.rst
8032 F:      drivers/input/input-mt.c
8033 K:      \b(ABS|SYN)_MT_
8034
8035 INSIDE SECURE CRYPTO DRIVER
8036 M:      Antoine Tenart <antoine.tenart@bootlin.com>
8037 F:      drivers/crypto/inside-secure/
8038 S:      Maintained
8039 L:      linux-crypto@vger.kernel.org
8040
8041 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
8042 M:      Mimi Zohar <zohar@linux.ibm.com>
8043 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
8044 L:      linux-integrity@vger.kernel.org
8045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
8046 S:      Supported
8047 F:      security/integrity/ima/
8048
8049 INTEL 810/815 FRAMEBUFFER DRIVER
8050 M:      Antonino Daplas <adaplas@gmail.com>
8051 L:      linux-fbdev@vger.kernel.org
8052 S:      Maintained
8053 F:      drivers/video/fbdev/i810/
8054
8055 INTEL ASoC DRIVERS
8056 M:      Cezary Rojewski <cezary.rojewski@intel.com>
8057 M:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
8058 M:      Liam Girdwood <liam.r.girdwood@linux.intel.com>
8059 M:      Jie Yang <yang.jie@linux.intel.com>
8060 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8061 S:      Supported
8062 F:      sound/soc/intel/
8063
8064 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
8065 M:      Hans de Goede <hdegoede@redhat.com>
8066 L:      platform-driver-x86@vger.kernel.org
8067 S:      Maintained
8068 F:      drivers/platform/x86/intel_atomisp2_pm.c
8069
8070 INTEL C600 SERIES SAS CONTROLLER DRIVER
8071 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
8072 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
8073 L:      linux-scsi@vger.kernel.org
8074 T:      git git://git.code.sf.net/p/intel-sas/isci
8075 S:      Supported
8076 F:      drivers/scsi/isci/
8077
8078 INTEL CPU family model numbers
8079 M:      Tony Luck <tony.luck@intel.com>
8080 M:      x86@kernel.org
8081 L:      linux-kernel@vger.kernel.org
8082 S:      Supported
8083 F:      arch/x86/include/asm/intel-family.h
8084
8085 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
8086 M:      Jani Nikula <jani.nikula@linux.intel.com>
8087 M:      Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
8088 M:      Rodrigo Vivi <rodrigo.vivi@intel.com>
8089 L:      intel-gfx@lists.freedesktop.org
8090 W:      https://01.org/linuxgraphics/
8091 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
8092 C:      irc://chat.freenode.net/intel-gfx
8093 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
8094 T:      git git://anongit.freedesktop.org/drm-intel
8095 S:      Supported
8096 F:      drivers/gpu/drm/i915/
8097 F:      include/drm/i915*
8098 F:      include/uapi/drm/i915_drm.h
8099 F:      Documentation/gpu/i915.rst
8100
8101 INTEL ETHERNET DRIVERS
8102 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
8103 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
8104 W:      http://www.intel.com/support/feedback.htm
8105 W:      http://e1000.sourceforge.net/
8106 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
8107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
8108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
8109 S:      Supported
8110 F:      Documentation/networking/device_drivers/intel/e100.rst
8111 F:      Documentation/networking/device_drivers/intel/e1000.rst
8112 F:      Documentation/networking/device_drivers/intel/e1000e.rst
8113 F:      Documentation/networking/device_drivers/intel/fm10k.rst
8114 F:      Documentation/networking/device_drivers/intel/igb.rst
8115 F:      Documentation/networking/device_drivers/intel/igbvf.rst
8116 F:      Documentation/networking/device_drivers/intel/ixgb.rst
8117 F:      Documentation/networking/device_drivers/intel/ixgbe.rst
8118 F:      Documentation/networking/device_drivers/intel/ixgbevf.rst
8119 F:      Documentation/networking/device_drivers/intel/i40e.rst
8120 F:      Documentation/networking/device_drivers/intel/iavf.rst
8121 F:      Documentation/networking/device_drivers/intel/ice.rst
8122 F:      drivers/net/ethernet/intel/
8123 F:      drivers/net/ethernet/intel/*/
8124 F:      include/linux/avf/virtchnl.h
8125
8126 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
8127 M:      Maik Broemme <mbroemme@libmpq.org>
8128 L:      linux-fbdev@vger.kernel.org
8129 S:      Maintained
8130 F:      Documentation/fb/intelfb.rst
8131 F:      drivers/video/fbdev/intelfb/
8132
8133 INTEL GPIO DRIVERS
8134 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8135 L:      linux-gpio@vger.kernel.org
8136 S:      Maintained
8137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
8138 F:      drivers/gpio/gpio-ich.c
8139 F:      drivers/gpio/gpio-intel-mid.c
8140 F:      drivers/gpio/gpio-lynxpoint.c
8141 F:      drivers/gpio/gpio-merrifield.c
8142 F:      drivers/gpio/gpio-ml-ioh.c
8143 F:      drivers/gpio/gpio-pch.c
8144 F:      drivers/gpio/gpio-sch.c
8145 F:      drivers/gpio/gpio-sodaville.c
8146
8147 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
8148 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
8149 M:      Zhi Wang <zhi.a.wang@intel.com>
8150 L:      intel-gvt-dev@lists.freedesktop.org
8151 L:      intel-gfx@lists.freedesktop.org
8152 W:      https://01.org/igvt-g
8153 T:      git https://github.com/intel/gvt-linux.git
8154 S:      Supported
8155 F:      drivers/gpu/drm/i915/gvt/
8156
8157 INTEL HID EVENT DRIVER
8158 M:      Alex Hung <alex.hung@canonical.com>
8159 L:      platform-driver-x86@vger.kernel.org
8160 S:      Maintained
8161 F:      drivers/platform/x86/intel-hid.c
8162
8163 INTEL I/OAT DMA DRIVER
8164 M:      Dave Jiang <dave.jiang@intel.com>
8165 R:      Dan Williams <dan.j.williams@intel.com>
8166 L:      dmaengine@vger.kernel.org
8167 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
8168 S:      Supported
8169 F:      drivers/dma/ioat*
8170
8171 INTEL IDLE DRIVER
8172 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
8173 M:      Len Brown <lenb@kernel.org>
8174 L:      linux-pm@vger.kernel.org
8175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
8176 B:      https://bugzilla.kernel.org
8177 S:      Supported
8178 F:      drivers/idle/intel_idle.c
8179
8180 INTEL INTEGRATED SENSOR HUB DRIVER
8181 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8182 M:      Jiri Kosina <jikos@kernel.org>
8183 L:      linux-input@vger.kernel.org
8184 S:      Maintained
8185 F:      drivers/hid/intel-ish-hid/
8186
8187 INTEL IOMMU (VT-d)
8188 M:      David Woodhouse <dwmw2@infradead.org>
8189 L:      iommu@lists.linux-foundation.org
8190 T:      git git://git.infradead.org/iommu-2.6.git
8191 S:      Supported
8192 F:      drivers/iommu/intel-iommu.c
8193 F:      include/linux/intel-iommu.h
8194
8195 INTEL IOP-ADMA DMA DRIVER
8196 R:      Dan Williams <dan.j.williams@intel.com>
8197 S:      Odd fixes
8198 F:      drivers/dma/iop-adma.c
8199
8200 INTEL IPU3 CSI-2 CIO2 DRIVER
8201 M:      Yong Zhi <yong.zhi@intel.com>
8202 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
8203 M:      Bingbu Cao <bingbu.cao@intel.com>
8204 R:      Tian Shu Qiu <tian.shu.qiu@intel.com>
8205 L:      linux-media@vger.kernel.org
8206 S:      Maintained
8207 F:      drivers/media/pci/intel/ipu3/
8208 F:      Documentation/media/uapi/v4l/pixfmt-srggb10-ipu3.rst
8209
8210 INTEL IPU3 CSI-2 IMGU DRIVER
8211 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
8212 L:      linux-media@vger.kernel.org
8213 S:      Maintained
8214 F:      drivers/staging/media/ipu3/
8215 F:      Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
8216 F:      Documentation/media/v4l-drivers/ipu3.rst
8217
8218 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8219 M:      Krzysztof Halasa <khalasa@piap.pl>
8220 S:      Maintained
8221 F:      include/linux/soc/ixp4xx/qmgr.h
8222 F:      include/linux/soc/ixp4xx/npe.h
8223 F:      drivers/soc/ixp4xx/ixp4xx-qmgr.c
8224 F:      drivers/soc/ixp4xx/ixp4xx-npe.c
8225 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
8226 F:      drivers/net/wan/ixp4xx_hss.c
8227
8228 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8229 M:      Deepak Saxena <dsaxena@plexity.net>
8230 S:      Maintained
8231 F:      drivers/char/hw_random/ixp4xx-rng.c
8232
8233 INTEL MANAGEMENT ENGINE (mei)
8234 M:      Tomas Winkler <tomas.winkler@intel.com>
8235 L:      linux-kernel@vger.kernel.org
8236 S:      Supported
8237 F:      include/uapi/linux/mei.h
8238 F:      include/linux/mei_cl_bus.h
8239 F:      drivers/misc/mei/*
8240 F:      drivers/watchdog/mei_wdt.c
8241 F:      Documentation/driver-api/mei/*
8242 F:      samples/mei/*
8243
8244 INTEL MENLOW THERMAL DRIVER
8245 M:      Sujith Thomas <sujith.thomas@intel.com>
8246 L:      platform-driver-x86@vger.kernel.org
8247 W:      https://01.org/linux-acpi
8248 S:      Supported
8249 F:      drivers/platform/x86/intel_menlow.c
8250
8251 INTEL MIC DRIVERS (mic)
8252 M:      Sudeep Dutt <sudeep.dutt@intel.com>
8253 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
8254 S:      Supported
8255 W:      https://github.com/sudeepdutt/mic
8256 W:      http://software.intel.com/en-us/mic-developer
8257 F:      include/linux/mic_bus.h
8258 F:      include/linux/scif.h
8259 F:      include/uapi/linux/mic_common.h
8260 F:      include/uapi/linux/mic_ioctl.h
8261 F:      include/uapi/linux/scif_ioctl.h
8262 F:      drivers/misc/mic/
8263 F:      drivers/dma/mic_x100_dma.c
8264 F:      drivers/dma/mic_x100_dma.h
8265 F:      Documentation/mic/
8266
8267 INTEL PMC CORE DRIVER
8268 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
8269 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
8270 L:      platform-driver-x86@vger.kernel.org
8271 S:      Maintained
8272 F:      drivers/platform/x86/intel_pmc_core*
8273
8274 INTEL PMC/P-Unit IPC DRIVER
8275 M:      Zha Qipeng<qipeng.zha@intel.com>
8276 L:      platform-driver-x86@vger.kernel.org
8277 S:      Maintained
8278 F:      drivers/platform/x86/intel_pmc_ipc.c
8279 F:      drivers/platform/x86/intel_punit_ipc.c
8280 F:      arch/x86/include/asm/intel_pmc_ipc.h
8281 F:      arch/x86/include/asm/intel_punit_ipc.h
8282
8283 INTEL PMIC GPIO DRIVERS
8284 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8285 S:      Maintained
8286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
8287 F:      drivers/gpio/gpio-*cove.c
8288 F:      drivers/gpio/gpio-msic.c
8289
8290 INTEL PMIC MULTIFUNCTION DEVICE DRIVERS
8291 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8292 S:      Maintained
8293 F:      drivers/mfd/intel_msic.c
8294 F:      drivers/mfd/intel_soc_pmic*
8295 F:      include/linux/mfd/intel_msic.h
8296 F:      include/linux/mfd/intel_soc_pmic*
8297
8298 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
8299 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
8300 L:      linux-wireless@vger.kernel.org
8301 S:      Maintained
8302 F:      Documentation/networking/device_drivers/intel/ipw2100.txt
8303 F:      Documentation/networking/device_drivers/intel/ipw2200.txt
8304 F:      drivers/net/wireless/intel/ipw2x00/
8305
8306 INTEL PSTATE DRIVER
8307 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8308 M:      Len Brown <lenb@kernel.org>
8309 L:      linux-pm@vger.kernel.org
8310 S:      Supported
8311 F:      drivers/cpufreq/intel_pstate.c
8312
8313 INTEL RDMA RNIC DRIVER
8314 M:      Faisal Latif <faisal.latif@intel.com>
8315 M:      Shiraz Saleem <shiraz.saleem@intel.com>
8316 L:      linux-rdma@vger.kernel.org
8317 S:      Supported
8318 F:      drivers/infiniband/hw/i40iw/
8319 F:      include/uapi/rdma/i40iw-abi.h
8320
8321 INTEL SPEED SELECT TECHNOLOGY
8322 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8323 L:      platform-driver-x86@vger.kernel.org
8324 S:      Maintained
8325 F:      drivers/platform/x86/intel_speed_select_if/
8326 F:      tools/power/x86/intel-speed-select/
8327 F:      include/uapi/linux/isst_if.h
8328
8329 INTEL TELEMETRY DRIVER
8330 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
8331 M:      "David E. Box" <david.e.box@linux.intel.com>
8332 L:      platform-driver-x86@vger.kernel.org
8333 S:      Maintained
8334 F:      arch/x86/include/asm/intel_telemetry.h
8335 F:      drivers/platform/x86/intel_telemetry*
8336
8337 INTEL VIRTUAL BUTTON DRIVER
8338 M:      AceLan Kao <acelan.kao@canonical.com>
8339 L:      platform-driver-x86@vger.kernel.org
8340 S:      Maintained
8341 F:      drivers/platform/x86/intel-vbtn.c
8342
8343 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
8344 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8345 L:      linux-wireless@vger.kernel.org
8346 S:      Supported
8347 F:      drivers/net/wireless/intel/iwlegacy/
8348
8349 INTEL WIRELESS WIFI LINK (iwlwifi)
8350 M:      Johannes Berg <johannes.berg@intel.com>
8351 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
8352 M:      Luca Coelho <luciano.coelho@intel.com>
8353 M:      Intel Linux Wireless <linuxwifi@intel.com>
8354 L:      linux-wireless@vger.kernel.org
8355 W:      http://intellinuxwireless.org
8356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
8357 S:      Supported
8358 F:      drivers/net/wireless/intel/iwlwifi/
8359
8360 INTEL WIRELESS WIMAX CONNECTION 2400
8361 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8362 M:      linux-wimax@intel.com
8363 L:      wimax@linuxwimax.org (subscribers-only)
8364 S:      Supported
8365 W:      http://linuxwimax.org
8366 F:      Documentation/admin-guide/wimax/i2400m.rst
8367 F:      drivers/net/wimax/i2400m/
8368 F:      include/uapi/linux/wimax/i2400m.h
8369
8370 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
8371 M:      Mario Limonciello <mario.limonciello@dell.com>
8372 S:      Maintained
8373 F:      drivers/platform/x86/intel-wmi-thunderbolt.c
8374
8375 INTEL(R) TRACE HUB
8376 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8377 S:      Supported
8378 F:      Documentation/trace/intel_th.rst
8379 F:      drivers/hwtracing/intel_th/
8380
8381 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
8382 M:      Ning Sun <ning.sun@intel.com>
8383 L:      tboot-devel@lists.sourceforge.net
8384 W:      http://tboot.sourceforge.net
8385 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
8386 S:      Supported
8387 F:      Documentation/x86/intel_txt.rst
8388 F:      include/linux/tboot.h
8389 F:      arch/x86/kernel/tboot.c
8390
8391 INTERCONNECT API
8392 M:      Georgi Djakov <georgi.djakov@linaro.org>
8393 L:      linux-pm@vger.kernel.org
8394 S:      Maintained
8395 F:      Documentation/driver-api/interconnect.rst
8396 F:      Documentation/devicetree/bindings/interconnect/
8397 F:      drivers/interconnect/
8398 F:      include/dt-bindings/interconnect/
8399 F:      include/linux/interconnect-provider.h
8400 F:      include/linux/interconnect.h
8401
8402 INVENSENSE MPU-3050 GYROSCOPE DRIVER
8403 M:      Linus Walleij <linus.walleij@linaro.org>
8404 L:      linux-iio@vger.kernel.org
8405 S:      Maintained
8406 F:      drivers/iio/gyro/mpu3050*
8407 F:      Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
8408
8409 IOC3 ETHERNET DRIVER
8410 M:      Ralf Baechle <ralf@linux-mips.org>
8411 L:      linux-mips@vger.kernel.org
8412 S:      Maintained
8413 F:      drivers/net/ethernet/sgi/ioc3-eth.c
8414
8415 IOMAP FILESYSTEM LIBRARY
8416 M:      Christoph Hellwig <hch@infradead.org>
8417 M:      Darrick J. Wong <darrick.wong@oracle.com>
8418 M:      linux-xfs@vger.kernel.org
8419 M:      linux-fsdevel@vger.kernel.org
8420 L:      linux-xfs@vger.kernel.org
8421 L:      linux-fsdevel@vger.kernel.org
8422 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
8423 S:      Supported
8424 F:      fs/iomap/
8425 F:      include/linux/iomap.h
8426
8427 IOMMU DRIVERS
8428 M:      Joerg Roedel <joro@8bytes.org>
8429 L:      iommu@lists.linux-foundation.org
8430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
8431 S:      Maintained
8432 F:      Documentation/devicetree/bindings/iommu/
8433 F:      drivers/iommu/
8434 F:      include/linux/iommu.h
8435 F:      include/linux/of_iommu.h
8436 F:      include/linux/iova.h
8437
8438 IO_URING
8439 M:      Jens Axboe <axboe@kernel.dk>
8440 L:      linux-block@vger.kernel.org
8441 L:      linux-fsdevel@vger.kernel.org
8442 T:      git git://git.kernel.dk/linux-block
8443 T:      git git://git.kernel.dk/liburing
8444 S:      Maintained
8445 F:      fs/io_uring.c
8446 F:      include/uapi/linux/io_uring.h
8447
8448 IPMI SUBSYSTEM
8449 M:      Corey Minyard <minyard@acm.org>
8450 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
8451 W:      http://openipmi.sourceforge.net/
8452 S:      Supported
8453 F:      Documentation/devicetree/bindings/ipmi/
8454 F:      Documentation/IPMI.txt
8455 F:      drivers/char/ipmi/
8456 F:      include/linux/ipmi*
8457 F:      include/uapi/linux/ipmi*
8458
8459 IPS SCSI RAID DRIVER
8460 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
8461 L:      linux-scsi@vger.kernel.org
8462 W:      http://www.adaptec.com/
8463 S:      Maintained
8464 F:      drivers/scsi/ips*
8465
8466 IPVS
8467 M:      Wensong Zhang <wensong@linux-vs.org>
8468 M:      Simon Horman <horms@verge.net.au>
8469 M:      Julian Anastasov <ja@ssi.bg>
8470 L:      netdev@vger.kernel.org
8471 L:      lvs-devel@vger.kernel.org
8472 S:      Maintained
8473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
8474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
8475 F:      Documentation/networking/ipvs-sysctl.txt
8476 F:      include/net/ip_vs.h
8477 F:      include/uapi/linux/ip_vs.h
8478 F:      net/netfilter/ipvs/
8479
8480 IPWIRELESS DRIVER
8481 M:      Jiri Kosina <jikos@kernel.org>
8482 M:      David Sterba <dsterba@suse.com>
8483 S:      Odd Fixes
8484 F:      drivers/tty/ipwireless/
8485
8486 IPX NETWORK LAYER
8487 L:      netdev@vger.kernel.org
8488 S:      Obsolete
8489 F:      include/uapi/linux/ipx.h
8490
8491 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
8492 M:      Marc Zyngier <maz@kernel.org>
8493 S:      Maintained
8494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
8495 F:      Documentation/IRQ-domain.txt
8496 F:      include/linux/irqdomain.h
8497 F:      kernel/irq/irqdomain.c
8498 F:      kernel/irq/msi.c
8499
8500 IRQ SUBSYSTEM
8501 M:      Thomas Gleixner <tglx@linutronix.de>
8502 L:      linux-kernel@vger.kernel.org
8503 S:      Maintained
8504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
8505 F:      kernel/irq/
8506
8507 IRQCHIP DRIVERS
8508 M:      Thomas Gleixner <tglx@linutronix.de>
8509 M:      Jason Cooper <jason@lakedaemon.net>
8510 M:      Marc Zyngier <maz@kernel.org>
8511 L:      linux-kernel@vger.kernel.org
8512 S:      Maintained
8513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
8514 F:      Documentation/devicetree/bindings/interrupt-controller/
8515 F:      drivers/irqchip/
8516
8517 ISA
8518 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
8519 S:      Maintained
8520 F:      Documentation/driver-api/isa.rst
8521 F:      drivers/base/isa.c
8522 F:      include/linux/isa.h
8523
8524 ISA RADIO MODULE
8525 M:      Hans Verkuil <hverkuil@xs4all.nl>
8526 L:      linux-media@vger.kernel.org
8527 T:      git git://linuxtv.org/media_tree.git
8528 W:      https://linuxtv.org
8529 S:      Maintained
8530 F:      drivers/media/radio/radio-isa*
8531
8532 ISAPNP
8533 M:      Jaroslav Kysela <perex@perex.cz>
8534 S:      Maintained
8535 F:      Documentation/driver-api/isapnp.rst
8536 F:      drivers/pnp/isapnp/
8537 F:      include/linux/isapnp.h
8538
8539 ISCSI
8540 M:      Lee Duncan <lduncan@suse.com>
8541 M:      Chris Leech <cleech@redhat.com>
8542 L:      open-iscsi@googlegroups.com
8543 W:      www.open-iscsi.com
8544 S:      Maintained
8545 F:      drivers/scsi/*iscsi*
8546 F:      include/scsi/*iscsi*
8547
8548 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
8549 M:      Peter Jones <pjones@redhat.com>
8550 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
8551 S:      Maintained
8552 F:      drivers/firmware/iscsi_ibft*
8553
8554 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
8555 M:      Sagi Grimberg <sagi@grimberg.me>
8556 M:      Max Gurtovoy <maxg@mellanox.com>
8557 L:      linux-rdma@vger.kernel.org
8558 S:      Supported
8559 W:      http://www.openfabrics.org
8560 W:      www.open-iscsi.org
8561 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8562 F:      drivers/infiniband/ulp/iser/
8563
8564 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
8565 M:      Sagi Grimberg <sagi@grimberg.me>
8566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8567 L:      linux-rdma@vger.kernel.org
8568 L:      target-devel@vger.kernel.org
8569 S:      Supported
8570 W:      http://www.linux-iscsi.org
8571 F:      drivers/infiniband/ulp/isert
8572
8573 ISDN/mISDN SUBSYSTEM
8574 M:      Karsten Keil <isdn@linux-pingi.de>
8575 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
8576 L:      netdev@vger.kernel.org
8577 W:      http://www.isdn4linux.de
8578 S:      Maintained
8579 F:      drivers/isdn/mISDN
8580 F:      drivers/isdn/hardware
8581
8582 ISDN/CAPI SUBSYSTEM
8583 M:      Karsten Keil <isdn@linux-pingi.de>
8584 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
8585 L:      netdev@vger.kernel.org
8586 W:      http://www.isdn4linux.de
8587 S:      Odd Fixes
8588 F:      Documentation/isdn/
8589 F:      drivers/isdn/capi/
8590 F:      drivers/staging/isdn/
8591 F:      net/bluetooth/cmtp/
8592 F:      include/linux/isdn/
8593 F:      include/uapi/linux/isdn/
8594
8595 IT87 HARDWARE MONITORING DRIVER
8596 M:      Jean Delvare <jdelvare@suse.com>
8597 L:      linux-hwmon@vger.kernel.org
8598 S:      Maintained
8599 F:      Documentation/hwmon/it87.rst
8600 F:      drivers/hwmon/it87.c
8601
8602 IT913X MEDIA DRIVER
8603 M:      Antti Palosaari <crope@iki.fi>
8604 L:      linux-media@vger.kernel.org
8605 W:      https://linuxtv.org
8606 W:      http://palosaari.fi/linux/
8607 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8608 T:      git git://linuxtv.org/anttip/media_tree.git
8609 S:      Maintained
8610 F:      drivers/media/tuners/it913x*
8611
8612 IVTV VIDEO4LINUX DRIVER
8613 M:      Andy Walls <awalls@md.metrocast.net>
8614 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
8615 L:      linux-media@vger.kernel.org
8616 T:      git git://linuxtv.org/media_tree.git
8617 W:      http://www.ivtvdriver.org
8618 S:      Maintained
8619 F:      Documentation/media/v4l-drivers/ivtv*
8620 F:      drivers/media/pci/ivtv/
8621 F:      include/uapi/linux/ivtv*
8622
8623 IX2505V MEDIA DRIVER
8624 M:      Malcolm Priestley <tvboxspy@gmail.com>
8625 L:      linux-media@vger.kernel.org
8626 W:      https://linuxtv.org
8627 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8628 S:      Maintained
8629 F:      drivers/media/dvb-frontends/ix2505v*
8630
8631 JAILHOUSE HYPERVISOR INTERFACE
8632 M:      Jan Kiszka <jan.kiszka@siemens.com>
8633 L:      jailhouse-dev@googlegroups.com
8634 S:      Maintained
8635 F:      arch/x86/kernel/jailhouse.c
8636 F:      arch/x86/include/asm/jailhouse_para.h
8637
8638 JC42.4 TEMPERATURE SENSOR DRIVER
8639 M:      Guenter Roeck <linux@roeck-us.net>
8640 L:      linux-hwmon@vger.kernel.org
8641 S:      Maintained
8642 F:      drivers/hwmon/jc42.c
8643 F:      Documentation/hwmon/jc42.rst
8644
8645 JFS FILESYSTEM
8646 M:      Dave Kleikamp <shaggy@kernel.org>
8647 L:      jfs-discussion@lists.sourceforge.net
8648 W:      http://jfs.sourceforge.net/
8649 T:      git git://github.com/kleikamp/linux-shaggy.git
8650 S:      Maintained
8651 F:      Documentation/admin-guide/jfs.rst
8652 F:      fs/jfs/
8653
8654 JME NETWORK DRIVER
8655 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
8656 L:      netdev@vger.kernel.org
8657 S:      Maintained
8658 F:      drivers/net/ethernet/jme.*
8659
8660 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8661 M:      David Woodhouse <dwmw2@infradead.org>
8662 M:      Richard Weinberger <richard@nod.at>
8663 L:      linux-mtd@lists.infradead.org
8664 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
8665 T:      git git://git.infradead.org/ubifs-2.6.git
8666 S:      Odd Fixes
8667 F:      fs/jffs2/
8668 F:      include/uapi/linux/jffs2.h
8669
8670 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
8671 M:      "Theodore Ts'o" <tytso@mit.edu>
8672 M:      Jan Kara <jack@suse.com>
8673 L:      linux-ext4@vger.kernel.org
8674 S:      Maintained
8675 F:      fs/jbd2/
8676 F:      include/linux/jbd2.h
8677
8678 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
8679 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
8680 L:      linux-media@vger.kernel.org
8681 S:      Maintained
8682 F:      drivers/media/platform/rcar_jpu.c
8683
8684 JSM Neo PCI based serial card
8685 L:      linux-serial@vger.kernel.org
8686 S:      Orphan
8687 F:      drivers/tty/serial/jsm/
8688
8689 K10TEMP HARDWARE MONITORING DRIVER
8690 M:      Clemens Ladisch <clemens@ladisch.de>
8691 L:      linux-hwmon@vger.kernel.org
8692 S:      Maintained
8693 F:      Documentation/hwmon/k10temp.rst
8694 F:      drivers/hwmon/k10temp.c
8695
8696 K8TEMP HARDWARE MONITORING DRIVER
8697 M:      Rudolf Marek <r.marek@assembler.cz>
8698 L:      linux-hwmon@vger.kernel.org
8699 S:      Maintained
8700 F:      Documentation/hwmon/k8temp.rst
8701 F:      drivers/hwmon/k8temp.c
8702
8703 KASAN
8704 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
8705 R:      Alexander Potapenko <glider@google.com>
8706 R:      Dmitry Vyukov <dvyukov@google.com>
8707 L:      kasan-dev@googlegroups.com
8708 S:      Maintained
8709 F:      arch/*/include/asm/kasan.h
8710 F:      arch/*/mm/kasan_init*
8711 F:      Documentation/dev-tools/kasan.rst
8712 F:      include/linux/kasan*.h
8713 F:      lib/test_kasan.c
8714 F:      mm/kasan/
8715 F:      scripts/Makefile.kasan
8716
8717 KCONFIG
8718 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
8719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
8720 L:      linux-kbuild@vger.kernel.org
8721 S:      Maintained
8722 F:      Documentation/kbuild/kconfig*
8723 F:      scripts/kconfig/
8724 F:      scripts/Kconfig.include
8725
8726 KDUMP
8727 M:      Dave Young <dyoung@redhat.com>
8728 M:      Baoquan He <bhe@redhat.com>
8729 R:      Vivek Goyal <vgoyal@redhat.com>
8730 L:      kexec@lists.infradead.org
8731 W:      http://lse.sourceforge.net/kdump/
8732 S:      Maintained
8733 F:      Documentation/admin-guide/kdump/
8734
8735 KEENE FM RADIO TRANSMITTER DRIVER
8736 M:      Hans Verkuil <hverkuil@xs4all.nl>
8737 L:      linux-media@vger.kernel.org
8738 T:      git git://linuxtv.org/media_tree.git
8739 W:      https://linuxtv.org
8740 S:      Maintained
8741 F:      drivers/media/radio/radio-keene*
8742
8743 KERNEL AUTOMOUNTER
8744 M:      Ian Kent <raven@themaw.net>
8745 L:      autofs@vger.kernel.org
8746 S:      Maintained
8747 F:      fs/autofs/
8748
8749 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
8750 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
8751 M:      Michal Marek <michal.lkml@markovi.net>
8752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
8753 L:      linux-kbuild@vger.kernel.org
8754 S:      Maintained
8755 F:      Documentation/kbuild/
8756 F:      Makefile
8757 F:      scripts/Kbuild*
8758 F:      scripts/Makefile*
8759 F:      scripts/basic/
8760 F:      scripts/mk*
8761 F:      scripts/*vmlinux*
8762 F:      scripts/mod/
8763 F:      scripts/package/
8764
8765 KERNEL JANITORS
8766 L:      kernel-janitors@vger.kernel.org
8767 W:      http://kernelnewbies.org/KernelJanitors
8768 S:      Odd Fixes
8769
8770 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8771 M:      "J. Bruce Fields" <bfields@fieldses.org>
8772 M:      Chuck Lever <chuck.lever@oracle.com>
8773 L:      linux-nfs@vger.kernel.org
8774 W:      http://nfs.sourceforge.net/
8775 T:      git git://linux-nfs.org/~bfields/linux.git
8776 S:      Supported
8777 F:      fs/nfsd/
8778 F:      include/uapi/linux/nfsd/
8779 F:      fs/lockd/
8780 F:      fs/nfs_common/
8781 F:      net/sunrpc/
8782 F:      include/linux/lockd/
8783 F:      include/linux/sunrpc/
8784 F:      include/uapi/linux/sunrpc/
8785
8786 KERNEL SELFTEST FRAMEWORK
8787 M:      Shuah Khan <shuah@kernel.org>
8788 M:      Shuah Khan <skhan@linuxfoundation.org>
8789 L:      linux-kselftest@vger.kernel.org
8790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
8791 Q:      https://patchwork.kernel.org/project/linux-kselftest/list/
8792 S:      Maintained
8793 F:      tools/testing/selftests/
8794 F:      Documentation/dev-tools/kselftest*
8795
8796 KERNEL USERMODE HELPER
8797 M:      Luis Chamberlain <mcgrof@kernel.org>
8798 L:      linux-kernel@vger.kernel.org
8799 S:      Maintained
8800 F:      kernel/umh.c
8801 F:      include/linux/umh.h
8802
8803 KERNEL VIRTUAL MACHINE (KVM)
8804 M:      Paolo Bonzini <pbonzini@redhat.com>
8805 M:      Radim Krčmář <rkrcmar@redhat.com>
8806 L:      kvm@vger.kernel.org
8807 W:      http://www.linux-kvm.org
8808 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8809 S:      Supported
8810 F:      Documentation/virt/kvm/
8811 F:      include/trace/events/kvm.h
8812 F:      include/uapi/asm-generic/kvm*
8813 F:      include/uapi/linux/kvm*
8814 F:      include/asm-generic/kvm*
8815 F:      include/linux/kvm*
8816 F:      include/kvm/iodev.h
8817 F:      virt/kvm/*
8818 F:      tools/kvm/
8819 F:      tools/testing/selftests/kvm/
8820
8821 KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64)
8822 M:      Marc Zyngier <maz@kernel.org>
8823 R:      James Morse <james.morse@arm.com>
8824 R:      Julien Thierry <julien.thierry.kdev@gmail.com>
8825 R:      Suzuki K Poulose <suzuki.poulose@arm.com>
8826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8827 L:      kvmarm@lists.cs.columbia.edu
8828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
8829 S:      Maintained
8830 F:      arch/arm/include/uapi/asm/kvm*
8831 F:      arch/arm/include/asm/kvm*
8832 F:      arch/arm/kvm/
8833 F:      arch/arm64/include/uapi/asm/kvm*
8834 F:      arch/arm64/include/asm/kvm*
8835 F:      arch/arm64/kvm/
8836 F:      virt/kvm/arm/
8837 F:      include/kvm/arm_*
8838
8839 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
8840 M:      James Hogan <jhogan@kernel.org>
8841 L:      linux-mips@vger.kernel.org
8842 S:      Supported
8843 F:      arch/mips/include/uapi/asm/kvm*
8844 F:      arch/mips/include/asm/kvm*
8845 F:      arch/mips/kvm/
8846
8847 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
8848 M:      Paul Mackerras <paulus@ozlabs.org>
8849 L:      kvm-ppc@vger.kernel.org
8850 W:      http://www.linux-kvm.org/
8851 T:      git git://github.com/agraf/linux-2.6.git
8852 S:      Supported
8853 F:      arch/powerpc/include/uapi/asm/kvm*
8854 F:      arch/powerpc/include/asm/kvm*
8855 F:      arch/powerpc/kvm/
8856 F:      arch/powerpc/kernel/kvm*
8857
8858 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8859 M:      Christian Borntraeger <borntraeger@de.ibm.com>
8860 M:      Janosch Frank <frankja@linux.ibm.com>
8861 R:      David Hildenbrand <david@redhat.com>
8862 R:      Cornelia Huck <cohuck@redhat.com>
8863 L:      kvm@vger.kernel.org
8864 W:      http://www.ibm.com/developerworks/linux/linux390/
8865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
8866 S:      Supported
8867 F:      arch/s390/include/uapi/asm/kvm*
8868 F:      arch/s390/include/asm/gmap.h
8869 F:      arch/s390/include/asm/kvm*
8870 F:      arch/s390/kvm/
8871 F:      arch/s390/mm/gmap.c
8872 F:      tools/testing/selftests/kvm/s390x/
8873 F:      tools/testing/selftests/kvm/*/s390x/
8874
8875 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
8876 M:      Paolo Bonzini <pbonzini@redhat.com>
8877 M:      Radim Krčmář <rkrcmar@redhat.com>
8878 R:      Sean Christopherson <sean.j.christopherson@intel.com>
8879 R:      Vitaly Kuznetsov <vkuznets@redhat.com>
8880 R:      Wanpeng Li <wanpengli@tencent.com>
8881 R:      Jim Mattson <jmattson@google.com>
8882 R:      Joerg Roedel <joro@8bytes.org>
8883 L:      kvm@vger.kernel.org
8884 W:      http://www.linux-kvm.org
8885 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8886 S:      Supported
8887 F:      arch/x86/kvm/
8888 F:      arch/x86/kvm/*/
8889 F:      arch/x86/include/uapi/asm/kvm*
8890 F:      arch/x86/include/uapi/asm/vmx.h
8891 F:      arch/x86/include/uapi/asm/svm.h
8892 F:      arch/x86/include/asm/kvm*
8893 F:      arch/x86/include/asm/pvclock-abi.h
8894 F:      arch/x86/include/asm/svm.h
8895 F:      arch/x86/include/asm/vmx.h
8896 F:      arch/x86/kernel/kvm.c
8897 F:      arch/x86/kernel/kvmclock.c
8898
8899 KERNFS
8900 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8901 M:      Tejun Heo <tj@kernel.org>
8902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8903 S:      Supported
8904 F:      include/linux/kernfs.h
8905 F:      fs/kernfs/
8906
8907 KEXEC
8908 M:      Eric Biederman <ebiederm@xmission.com>
8909 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
8910 L:      kexec@lists.infradead.org
8911 S:      Maintained
8912 F:      include/linux/kexec.h
8913 F:      include/uapi/linux/kexec.h
8914 F:      kernel/kexec*
8915
8916 KEYS-ENCRYPTED
8917 M:      Mimi Zohar <zohar@linux.ibm.com>
8918 L:      linux-integrity@vger.kernel.org
8919 L:      keyrings@vger.kernel.org
8920 S:      Supported
8921 F:      Documentation/security/keys/trusted-encrypted.rst
8922 F:      include/keys/encrypted-type.h
8923 F:      security/keys/encrypted-keys/
8924
8925 KEYS-TRUSTED
8926 M:      James Bottomley <jejb@linux.ibm.com>
8927 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
8928 M:      Mimi Zohar <zohar@linux.ibm.com>
8929 L:      linux-integrity@vger.kernel.org
8930 L:      keyrings@vger.kernel.org
8931 S:      Supported
8932 F:      Documentation/security/keys/trusted-encrypted.rst
8933 F:      include/keys/trusted-type.h
8934 F:      security/keys/trusted.c
8935 F:      security/keys/trusted.h
8936
8937 KEYS/KEYRINGS:
8938 M:      David Howells <dhowells@redhat.com>
8939 L:      keyrings@vger.kernel.org
8940 S:      Maintained
8941 F:      Documentation/security/keys/core.rst
8942 F:      include/linux/key.h
8943 F:      include/linux/key-type.h
8944 F:      include/linux/keyctl.h
8945 F:      include/uapi/linux/keyctl.h
8946 F:      include/keys/
8947 F:      security/keys/
8948
8949 KGDB / KDB /debug_core
8950 M:      Jason Wessel <jason.wessel@windriver.com>
8951 M:      Daniel Thompson <daniel.thompson@linaro.org>
8952 W:      http://kgdb.wiki.kernel.org/
8953 L:      kgdb-bugreport@lists.sourceforge.net
8954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
8955 S:      Maintained
8956 F:      Documentation/dev-tools/kgdb.rst
8957 F:      drivers/misc/kgdbts.c
8958 F:      drivers/tty/serial/kgdboc.c
8959 F:      include/linux/kdb.h
8960 F:      include/linux/kgdb.h
8961 F:      kernel/debug/
8962
8963 KMEMLEAK
8964 M:      Catalin Marinas <catalin.marinas@arm.com>
8965 S:      Maintained
8966 F:      Documentation/dev-tools/kmemleak.rst
8967 F:      include/linux/kmemleak.h
8968 F:      mm/kmemleak.c
8969 F:      mm/kmemleak-test.c
8970
8971 KMOD KERNEL MODULE LOADER - USERMODE HELPER
8972 M:      Luis Chamberlain <mcgrof@kernel.org>
8973 L:      linux-kernel@vger.kernel.org
8974 S:      Maintained
8975 F:      kernel/kmod.c
8976 F:      include/linux/kmod.h
8977 F:      lib/test_kmod.c
8978 F:      tools/testing/selftests/kmod/
8979
8980 KPROBES
8981 M:      Naveen N. Rao <naveen.n.rao@linux.ibm.com>
8982 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
8983 M:      "David S. Miller" <davem@davemloft.net>
8984 M:      Masami Hiramatsu <mhiramat@kernel.org>
8985 S:      Maintained
8986 F:      Documentation/kprobes.txt
8987 F:      include/linux/kprobes.h
8988 F:      include/asm-generic/kprobes.h
8989 F:      kernel/kprobes.c
8990
8991 KS0108 LCD CONTROLLER DRIVER
8992 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
8993 S:      Maintained
8994 F:      Documentation/admin-guide/auxdisplay/ks0108.rst
8995 F:      drivers/auxdisplay/ks0108.c
8996 F:      include/linux/ks0108.h
8997
8998 L3MDEV
8999 M:      David Ahern <dsa@cumulusnetworks.com>
9000 L:      netdev@vger.kernel.org
9001 S:      Maintained
9002 F:      net/l3mdev
9003 F:      include/net/l3mdev.h
9004
9005 L7 BPF FRAMEWORK
9006 M:      John Fastabend <john.fastabend@gmail.com>
9007 M:      Daniel Borkmann <daniel@iogearbox.net>
9008 L:      netdev@vger.kernel.org
9009 L:      bpf@vger.kernel.org
9010 S:      Maintained
9011 F:      include/linux/skmsg.h
9012 F:      net/core/skmsg.c
9013 F:      net/core/sock_map.c
9014 F:      net/ipv4/tcp_bpf.c
9015
9016 LANTIQ / INTEL Ethernet drivers
9017 M:      Hauke Mehrtens <hauke@hauke-m.de>
9018 L:      netdev@vger.kernel.org
9019 S:      Maintained
9020 F:      net/dsa/tag_gswip.c
9021 F:      drivers/net/ethernet/lantiq_xrx200.c
9022 F:      drivers/net/dsa/lantiq_pce.h
9023 F:      drivers/net/dsa/lantiq_gswip.c
9024
9025 LANTIQ MIPS ARCHITECTURE
9026 M:      John Crispin <john@phrozen.org>
9027 L:      linux-mips@vger.kernel.org
9028 S:      Maintained
9029 F:      arch/mips/lantiq
9030 F:      drivers/soc/lantiq
9031
9032 LAPB module
9033 L:      linux-x25@vger.kernel.org
9034 S:      Orphan
9035 F:      Documentation/networking/lapb-module.txt
9036 F:      include/*/lapb.h
9037 F:      net/lapb/
9038
9039 LASI 53c700 driver for PARISC
9040 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9041 L:      linux-scsi@vger.kernel.org
9042 S:      Maintained
9043 F:      Documentation/scsi/53c700.txt
9044 F:      drivers/scsi/53c700*
9045
9046 LEAKING_ADDRESSES
9047 M:      Tobin C. Harding <me@tobin.cc>
9048 M:      Tycho Andersen <tycho@tycho.ws>
9049 L:      kernel-hardening@lists.openwall.com
9050 S:      Maintained
9051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
9052 F:      scripts/leaking_addresses.pl
9053
9054 LED SUBSYSTEM
9055 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
9056 M:      Pavel Machek <pavel@ucw.cz>
9057 R:      Dan Murphy <dmurphy@ti.com>
9058 L:      linux-leds@vger.kernel.org
9059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
9060 S:      Maintained
9061 F:      Documentation/devicetree/bindings/leds/
9062 F:      drivers/leds/
9063 F:      include/linux/leds.h
9064
9065 LEGACY EEPROM DRIVER
9066 M:      Jean Delvare <jdelvare@suse.com>
9067 S:      Maintained
9068 F:      Documentation/misc-devices/eeprom.rst
9069 F:      drivers/misc/eeprom/eeprom.c
9070
9071 LEGO MINDSTORMS EV3
9072 R:      David Lechner <david@lechnology.com>
9073 S:      Maintained
9074 F:      arch/arm/boot/dts/da850-lego-ev3.dts
9075 F:      Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt
9076 F:      drivers/power/supply/lego_ev3_battery.c
9077
9078 LEGO USB Tower driver
9079 M:      Juergen Stuber <starblue@users.sourceforge.net>
9080 L:      legousb-devel@lists.sourceforge.net
9081 W:      http://legousb.sourceforge.net/
9082 S:      Maintained
9083 F:      drivers/usb/misc/legousbtower.c
9084
9085 LG LAPTOP EXTRAS
9086 M:      Matan Ziv-Av <matan@svgalib.org>
9087 L:      platform-driver-x86@vger.kernel.org
9088 S:      Maintained
9089 F:      Documentation/ABI/testing/sysfs-platform-lg-laptop
9090 F:      Documentation/admin-guide/laptops/lg-laptop.rst
9091 F:      drivers/platform/x86/lg-laptop.c
9092
9093 LG2160 MEDIA DRIVER
9094 M:      Michael Krufky <mkrufky@linuxtv.org>
9095 L:      linux-media@vger.kernel.org
9096 W:      https://linuxtv.org
9097 W:      http://github.com/mkrufky
9098 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9099 T:      git git://linuxtv.org/mkrufky/tuners.git
9100 S:      Maintained
9101 F:      drivers/media/dvb-frontends/lg2160.*
9102
9103 LGDT3305 MEDIA DRIVER
9104 M:      Michael Krufky <mkrufky@linuxtv.org>
9105 L:      linux-media@vger.kernel.org
9106 W:      https://linuxtv.org
9107 W:      http://github.com/mkrufky
9108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9109 T:      git git://linuxtv.org/mkrufky/tuners.git
9110 S:      Maintained
9111 F:      drivers/media/dvb-frontends/lgdt3305.*
9112
9113 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
9114 M:      Viresh Kumar <vireshk@kernel.org>
9115 L:      linux-ide@vger.kernel.org
9116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9117 S:      Maintained
9118 F:      include/linux/pata_arasan_cf_data.h
9119 F:      drivers/ata/pata_arasan_cf.c
9120
9121 LIBATA PATA DRIVERS
9122 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9123 M:      Jens Axboe <axboe@kernel.dk>
9124 L:      linux-ide@vger.kernel.org
9125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9126 S:      Maintained
9127 F:      drivers/ata/pata_*.c
9128 F:      drivers/ata/ata_generic.c
9129
9130 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
9131 M:      Linus Walleij <linus.walleij@linaro.org>
9132 L:      linux-ide@vger.kernel.org
9133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9134 S:      Maintained
9135 F:      drivers/ata/pata_ftide010.c
9136 F:      drivers/ata/sata_gemini.c
9137 F:      drivers/ata/sata_gemini.h
9138
9139 LIBATA SATA AHCI PLATFORM devices support
9140 M:      Hans de Goede <hdegoede@redhat.com>
9141 M:      Jens Axboe <axboe@kernel.dk>
9142 L:      linux-ide@vger.kernel.org
9143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9144 S:      Maintained
9145 F:      drivers/ata/ahci_platform.c
9146 F:      drivers/ata/libahci_platform.c
9147 F:      include/linux/ahci_platform.h
9148
9149 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
9150 M:      Mikael Pettersson <mikpelinux@gmail.com>
9151 L:      linux-ide@vger.kernel.org
9152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9153 S:      Maintained
9154 F:      drivers/ata/sata_promise.*
9155
9156 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
9157 M:      Jens Axboe <axboe@kernel.dk>
9158 L:      linux-ide@vger.kernel.org
9159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9160 S:      Maintained
9161 F:      drivers/ata/
9162 F:      include/linux/ata.h
9163 F:      include/linux/libata.h
9164 F:      Documentation/devicetree/bindings/ata/
9165
9166 LIBLOCKDEP
9167 M:      Sasha Levin <alexander.levin@microsoft.com>
9168 S:      Maintained
9169 F:      tools/lib/lockdep/
9170
9171 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
9172 M:      Dan Williams <dan.j.williams@intel.com>
9173 M:      Vishal Verma <vishal.l.verma@intel.com>
9174 M:      Dave Jiang <dave.jiang@intel.com>
9175 L:      linux-nvdimm@lists.01.org
9176 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9177 S:      Supported
9178 F:      drivers/nvdimm/blk.c
9179 F:      drivers/nvdimm/region_devs.c
9180
9181 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
9182 M:      Vishal Verma <vishal.l.verma@intel.com>
9183 M:      Dan Williams <dan.j.williams@intel.com>
9184 M:      Dave Jiang <dave.jiang@intel.com>
9185 L:      linux-nvdimm@lists.01.org
9186 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9187 S:      Supported
9188 F:      drivers/nvdimm/btt*
9189
9190 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
9191 M:      Dan Williams <dan.j.williams@intel.com>
9192 M:      Vishal Verma <vishal.l.verma@intel.com>
9193 M:      Dave Jiang <dave.jiang@intel.com>
9194 L:      linux-nvdimm@lists.01.org
9195 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9196 S:      Supported
9197 F:      drivers/nvdimm/pmem*
9198
9199 LIBNVDIMM: DEVICETREE BINDINGS
9200 M:      Oliver O'Halloran <oohall@gmail.com>
9201 L:      linux-nvdimm@lists.01.org
9202 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9203 S:      Supported
9204 F:      drivers/nvdimm/of_pmem.c
9205 F:      Documentation/devicetree/bindings/pmem/pmem-region.txt
9206
9207 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
9208 M:      Dan Williams <dan.j.williams@intel.com>
9209 M:      Vishal Verma <vishal.l.verma@intel.com>
9210 M:      Dave Jiang <dave.jiang@intel.com>
9211 M:      Keith Busch <keith.busch@intel.com>
9212 M:      Ira Weiny <ira.weiny@intel.com>
9213 L:      linux-nvdimm@lists.01.org
9214 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
9216 S:      Supported
9217 F:      drivers/nvdimm/*
9218 F:      drivers/acpi/nfit/*
9219 F:      include/linux/nd.h
9220 F:      include/linux/libnvdimm.h
9221 F:      include/uapi/linux/ndctl.h
9222
9223 LICENSES and SPDX stuff
9224 M:      Thomas Gleixner <tglx@linutronix.de>
9225 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9226 L:      linux-spdx@vger.kernel.org
9227 S:      Maintained
9228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git
9229 F:      COPYING
9230 F:      Documentation/process/license-rules.rst
9231 F:      LICENSES/
9232 F:      scripts/spdxcheck-test.sh
9233 F:      scripts/spdxcheck.py
9234
9235 LIGHTNVM PLATFORM SUPPORT
9236 M:      Matias Bjorling <mb@lightnvm.io>
9237 W:      http://github/OpenChannelSSD
9238 L:      linux-block@vger.kernel.org
9239 S:      Maintained
9240 F:      drivers/lightnvm/
9241 F:      include/linux/lightnvm.h
9242 F:      include/uapi/linux/lightnvm.h
9243
9244 LINUX FOR POWER MACINTOSH
9245 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9246 W:      http://www.penguinppc.org/
9247 L:      linuxppc-dev@lists.ozlabs.org
9248 S:      Maintained
9249 F:      arch/powerpc/platforms/powermac/
9250 F:      drivers/macintosh/
9251
9252 LINUX FOR POWERPC (32-BIT AND 64-BIT)
9253 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9254 M:      Paul Mackerras <paulus@samba.org>
9255 M:      Michael Ellerman <mpe@ellerman.id.au>
9256 W:      https://github.com/linuxppc/linux/wiki
9257 L:      linuxppc-dev@lists.ozlabs.org
9258 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
9259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
9260 S:      Supported
9261 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
9262 F:      Documentation/devicetree/bindings/powerpc/
9263 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
9264 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
9265 F:      Documentation/powerpc/
9266 F:      arch/powerpc/
9267 F:      drivers/char/tpm/tpm_ibmvtpm*
9268 F:      drivers/crypto/nx/
9269 F:      drivers/crypto/vmx/
9270 F:      drivers/i2c/busses/i2c-opal.c
9271 F:      drivers/net/ethernet/ibm/ibmveth.*
9272 F:      drivers/net/ethernet/ibm/ibmvnic.*
9273 F:      drivers/pci/hotplug/pnv_php.c
9274 F:      drivers/pci/hotplug/rpa*
9275 F:      drivers/rtc/rtc-opal.c
9276 F:      drivers/scsi/ibmvscsi/
9277 F:      drivers/tty/hvc/hvc_opal.c
9278 F:      drivers/watchdog/wdrtas.c
9279 F:      tools/testing/selftests/powerpc
9280 N:      /pmac
9281 N:      powermac
9282 N:      powernv
9283 N:      [^a-z0-9]ps3
9284 N:      pseries
9285
9286 LINUX FOR POWERPC EMBEDDED MPC5XXX
9287 M:      Anatolij Gustschin <agust@denx.de>
9288 L:      linuxppc-dev@lists.ozlabs.org
9289 T:      git git://git.denx.de/linux-denx-agust.git
9290 S:      Maintained
9291 F:      arch/powerpc/platforms/512x/
9292 F:      arch/powerpc/platforms/52xx/
9293
9294 LINUX FOR POWERPC EMBEDDED PPC4XX
9295 M:      Alistair Popple <alistair@popple.id.au>
9296 M:      Matt Porter <mporter@kernel.crashing.org>
9297 W:      http://www.penguinppc.org/
9298 L:      linuxppc-dev@lists.ozlabs.org
9299 S:      Maintained
9300 F:      arch/powerpc/platforms/40x/
9301 F:      arch/powerpc/platforms/44x/
9302
9303 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
9304 M:      Scott Wood <oss@buserror.net>
9305 M:      Kumar Gala <galak@kernel.crashing.org>
9306 W:      http://www.penguinppc.org/
9307 L:      linuxppc-dev@lists.ozlabs.org
9308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
9309 S:      Maintained
9310 F:      arch/powerpc/platforms/83xx/
9311 F:      arch/powerpc/platforms/85xx/
9312 F:      Documentation/devicetree/bindings/powerpc/fsl/
9313
9314 LINUX FOR POWERPC EMBEDDED PPC8XX
9315 M:      Vitaly Bordug <vitb@kernel.crashing.org>
9316 W:      http://www.penguinppc.org/
9317 L:      linuxppc-dev@lists.ozlabs.org
9318 S:      Maintained
9319 F:      arch/powerpc/platforms/8xx/
9320
9321 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
9322 L:      linuxppc-dev@lists.ozlabs.org
9323 S:      Orphan
9324 F:      arch/powerpc/*/*virtex*
9325 F:      arch/powerpc/*/*/*virtex*
9326
9327 LINUX FOR POWERPC PA SEMI PWRFICIENT
9328 L:      linuxppc-dev@lists.ozlabs.org
9329 S:      Orphan
9330 F:      arch/powerpc/platforms/pasemi/
9331 F:      drivers/*/*pasemi*
9332 F:      drivers/*/*/*pasemi*
9333
9334 LINUX KERNEL DUMP TEST MODULE (LKDTM)
9335 M:      Kees Cook <keescook@chromium.org>
9336 S:      Maintained
9337 F:      drivers/misc/lkdtm/*
9338
9339 LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
9340 M:      Alan Stern <stern@rowland.harvard.edu>
9341 M:      Andrea Parri <parri.andrea@gmail.com>
9342 M:      Will Deacon <will@kernel.org>
9343 M:      Peter Zijlstra <peterz@infradead.org>
9344 M:      Boqun Feng <boqun.feng@gmail.com>
9345 M:      Nicholas Piggin <npiggin@gmail.com>
9346 M:      David Howells <dhowells@redhat.com>
9347 M:      Jade Alglave <j.alglave@ucl.ac.uk>
9348 M:      Luc Maranget <luc.maranget@inria.fr>
9349 M:      "Paul E. McKenney" <paulmck@kernel.org>
9350 R:      Akira Yokosawa <akiyks@gmail.com>
9351 R:      Daniel Lustig <dlustig@nvidia.com>
9352 L:      linux-kernel@vger.kernel.org
9353 L:      linux-arch@vger.kernel.org
9354 S:      Supported
9355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
9356 F:      tools/memory-model/
9357 F:      Documentation/atomic_bitops.txt
9358 F:      Documentation/atomic_t.txt
9359 F:      Documentation/core-api/atomic_ops.rst
9360 F:      Documentation/core-api/refcount-vs-atomic.rst
9361 F:      Documentation/memory-barriers.txt
9362
9363 LIS3LV02D ACCELEROMETER DRIVER
9364 M:      Eric Piel <eric.piel@tremplin-utc.net>
9365 S:      Maintained
9366 F:      Documentation/misc-devices/lis3lv02d.rst
9367 F:      drivers/misc/lis3lv02d/
9368 F:      drivers/platform/x86/hp_accel.c
9369
9370 LIVE PATCHING
9371 M:      Josh Poimboeuf <jpoimboe@redhat.com>
9372 M:      Jiri Kosina <jikos@kernel.org>
9373 M:      Miroslav Benes <mbenes@suse.cz>
9374 M:      Petr Mladek <pmladek@suse.com>
9375 R:      Joe Lawrence <joe.lawrence@redhat.com>
9376 S:      Maintained
9377 F:      kernel/livepatch/
9378 F:      include/linux/livepatch.h
9379 F:      arch/x86/include/asm/livepatch.h
9380 F:      arch/x86/kernel/livepatch.c
9381 F:      Documentation/livepatch/
9382 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
9383 F:      samples/livepatch/
9384 F:      tools/testing/selftests/livepatch/
9385 L:      live-patching@vger.kernel.org
9386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git
9387
9388 LLC (802.2)
9389 L:      netdev@vger.kernel.org
9390 S:      Odd fixes
9391 F:      include/linux/llc.h
9392 F:      include/uapi/linux/llc.h
9393 F:      include/net/llc*
9394 F:      net/llc/
9395
9396 LM73 HARDWARE MONITOR DRIVER
9397 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
9398 L:      linux-hwmon@vger.kernel.org
9399 S:      Maintained
9400 F:      drivers/hwmon/lm73.c
9401
9402 LM78 HARDWARE MONITOR DRIVER
9403 M:      Jean Delvare <jdelvare@suse.com>
9404 L:      linux-hwmon@vger.kernel.org
9405 S:      Maintained
9406 F:      Documentation/hwmon/lm78.rst
9407 F:      drivers/hwmon/lm78.c
9408
9409 LM83 HARDWARE MONITOR DRIVER
9410 M:      Jean Delvare <jdelvare@suse.com>
9411 L:      linux-hwmon@vger.kernel.org
9412 S:      Maintained
9413 F:      Documentation/hwmon/lm83.rst
9414 F:      drivers/hwmon/lm83.c
9415
9416 LM90 HARDWARE MONITOR DRIVER
9417 M:      Jean Delvare <jdelvare@suse.com>
9418 L:      linux-hwmon@vger.kernel.org
9419 S:      Maintained
9420 F:      Documentation/hwmon/lm90.rst
9421 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
9422 F:      drivers/hwmon/lm90.c
9423 F:      include/dt-bindings/thermal/lm90.h
9424
9425 LM95234 HARDWARE MONITOR DRIVER
9426 M:      Guenter Roeck <linux@roeck-us.net>
9427 L:      linux-hwmon@vger.kernel.org
9428 S:      Maintained
9429 F:      Documentation/hwmon/lm95234.rst
9430 F:      drivers/hwmon/lm95234.c
9431
9432 LME2510 MEDIA DRIVER
9433 M:      Malcolm Priestley <tvboxspy@gmail.com>
9434 L:      linux-media@vger.kernel.org
9435 W:      https://linuxtv.org
9436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9437 S:      Maintained
9438 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
9439
9440 LOADPIN SECURITY MODULE
9441 M:      Kees Cook <keescook@chromium.org>
9442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
9443 S:      Supported
9444 F:      security/loadpin/
9445 F:      Documentation/admin-guide/LSM/LoadPin.rst
9446
9447 LOCKING PRIMITIVES
9448 M:      Peter Zijlstra <peterz@infradead.org>
9449 M:      Ingo Molnar <mingo@redhat.com>
9450 M:      Will Deacon <will@kernel.org>
9451 L:      linux-kernel@vger.kernel.org
9452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
9453 S:      Maintained
9454 F:      Documentation/locking/
9455 F:      include/linux/lockdep.h
9456 F:      include/linux/spinlock*.h
9457 F:      arch/*/include/asm/spinlock*.h
9458 F:      include/linux/rwlock*.h
9459 F:      include/linux/mutex*.h
9460 F:      include/linux/rwsem*.h
9461 F:      include/linux/seqlock.h
9462 F:      lib/locking*.[ch]
9463 F:      kernel/locking/
9464 X:      kernel/locking/locktorture.c
9465
9466 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
9467 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
9468 L:      linux-ntfs-dev@lists.sourceforge.net
9469 W:      http://www.linux-ntfs.org/content/view/19/37/
9470 S:      Maintained
9471 F:      Documentation/admin-guide/ldm.rst
9472 F:      block/partitions/ldm.*
9473
9474 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
9475 M:      Sathya Prakash <sathya.prakash@broadcom.com>
9476 M:      Chaitra P B <chaitra.basappa@broadcom.com>
9477 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
9478 L:      MPT-FusionLinux.pdl@broadcom.com
9479 L:      linux-scsi@vger.kernel.org
9480 W:      http://www.avagotech.com/support/
9481 S:      Supported
9482 F:      drivers/message/fusion/
9483 F:      drivers/scsi/mpt3sas/
9484
9485 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
9486 M:      Matthew Wilcox <willy@infradead.org>
9487 L:      linux-scsi@vger.kernel.org
9488 S:      Maintained
9489 F:      drivers/scsi/sym53c8xx_2/
9490
9491 LTC1660 DAC DRIVER
9492 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
9493 L:      linux-iio@vger.kernel.org
9494 S:      Maintained
9495 F:      Documentation/devicetree/bindings/iio/dac/ltc1660.txt
9496 F:      drivers/iio/dac/ltc1660.c
9497
9498 LTC4261 HARDWARE MONITOR DRIVER
9499 M:      Guenter Roeck <linux@roeck-us.net>
9500 L:      linux-hwmon@vger.kernel.org
9501 S:      Maintained
9502 F:      Documentation/hwmon/ltc4261.rst
9503 F:      drivers/hwmon/ltc4261.c
9504
9505 LTC4306 I2C MULTIPLEXER DRIVER
9506 M:      Michael Hennerich <michael.hennerich@analog.com>
9507 W:      http://ez.analog.com/community/linux-device-drivers
9508 L:      linux-i2c@vger.kernel.org
9509 S:      Supported
9510 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
9511 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
9512
9513 LTP (Linux Test Project)
9514 M:      Mike Frysinger <vapier@gentoo.org>
9515 M:      Cyril Hrubis <chrubis@suse.cz>
9516 M:      Wanlong Gao <wanlong.gao@gmail.com>
9517 M:      Jan Stancek <jstancek@redhat.com>
9518 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
9519 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
9520 L:      ltp@lists.linux.it (subscribers-only)
9521 W:      http://linux-test-project.github.io/
9522 T:      git git://github.com/linux-test-project/ltp.git
9523 S:      Maintained
9524
9525 M68K ARCHITECTURE
9526 M:      Geert Uytterhoeven <geert@linux-m68k.org>
9527 L:      linux-m68k@lists.linux-m68k.org
9528 W:      http://www.linux-m68k.org/
9529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
9530 S:      Maintained
9531 F:      arch/m68k/
9532 F:      drivers/zorro/
9533
9534 M68K ON APPLE MACINTOSH
9535 M:      Joshua Thompson <funaho@jurai.org>
9536 W:      http://www.mac.linux-m68k.org/
9537 L:      linux-m68k@lists.linux-m68k.org
9538 S:      Maintained
9539 F:      arch/m68k/mac/
9540
9541 M68K ON HP9000/300
9542 M:      Philip Blundell <philb@gnu.org>
9543 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
9544 S:      Maintained
9545 F:      arch/m68k/hp300/
9546
9547 M88DS3103 MEDIA DRIVER
9548 M:      Antti Palosaari <crope@iki.fi>
9549 L:      linux-media@vger.kernel.org
9550 W:      https://linuxtv.org
9551 W:      http://palosaari.fi/linux/
9552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9553 T:      git git://linuxtv.org/anttip/media_tree.git
9554 S:      Maintained
9555 F:      drivers/media/dvb-frontends/m88ds3103*
9556
9557 M88RS2000 MEDIA DRIVER
9558 M:      Malcolm Priestley <tvboxspy@gmail.com>
9559 L:      linux-media@vger.kernel.org
9560 W:      https://linuxtv.org
9561 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9562 S:      Maintained
9563 F:      drivers/media/dvb-frontends/m88rs2000*
9564
9565 MA901 MASTERKIT USB FM RADIO DRIVER
9566 M:      Alexey Klimov <klimov.linux@gmail.com>
9567 L:      linux-media@vger.kernel.org
9568 T:      git git://linuxtv.org/media_tree.git
9569 S:      Maintained
9570 F:      drivers/media/radio/radio-ma901.c
9571
9572 MAC80211
9573 M:      Johannes Berg <johannes@sipsolutions.net>
9574 L:      linux-wireless@vger.kernel.org
9575 W:      http://wireless.kernel.org/
9576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9578 S:      Maintained
9579 F:      Documentation/networking/mac80211-injection.txt
9580 F:      include/net/mac80211.h
9581 F:      net/mac80211/
9582 F:      drivers/net/wireless/mac80211_hwsim.[ch]
9583 F:      Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst
9584
9585 MAILBOX API
9586 M:      Jassi Brar <jassisinghbrar@gmail.com>
9587 L:      linux-kernel@vger.kernel.org
9588 S:      Maintained
9589 F:      drivers/mailbox/
9590 F:      include/linux/mailbox_client.h
9591 F:      include/linux/mailbox_controller.h
9592
9593 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
9594 M:      Michael Kerrisk <mtk.manpages@gmail.com>
9595 W:      http://www.kernel.org/doc/man-pages
9596 L:      linux-man@vger.kernel.org
9597 S:      Maintained
9598
9599 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
9600 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
9601 L:      linux-mips@vger.kernel.org
9602 S:      Maintained
9603 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
9604
9605 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
9606 M:      Andrew Lunn <andrew@lunn.ch>
9607 M:      Vivien Didelot <vivien.didelot@gmail.com>
9608 L:      netdev@vger.kernel.org
9609 S:      Maintained
9610 F:      drivers/net/dsa/mv88e6xxx/
9611 F:      include/linux/platform_data/mv88e6xxx.h
9612 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
9613
9614 MARVELL ARMADA DRM SUPPORT
9615 M:      Russell King <linux@armlinux.org.uk>
9616 S:      Maintained
9617 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
9618 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
9619 F:      drivers/gpu/drm/armada/
9620 F:      include/uapi/drm/armada_drm.h
9621 F:      Documentation/devicetree/bindings/display/armada/
9622
9623 MARVELL ARMADA 3700 PHY DRIVERS
9624 M:      Miquel Raynal <miquel.raynal@bootlin.com>
9625 S:      Maintained
9626 F:      drivers/phy/marvell/phy-mvebu-a3700-comphy.c
9627 F:      drivers/phy/marvell/phy-mvebu-a3700-utmi.c
9628 F:      Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt
9629 F:      Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt
9630
9631 MARVELL CRYPTO DRIVER
9632 M:      Boris Brezillon <bbrezillon@kernel.org>
9633 M:      Arnaud Ebalard <arno@natisbad.org>
9634 F:      drivers/crypto/marvell/
9635 S:      Maintained
9636 L:      linux-crypto@vger.kernel.org
9637
9638 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
9639 M:      Mirko Lindner <mlindner@marvell.com>
9640 M:      Stephen Hemminger <stephen@networkplumber.org>
9641 L:      netdev@vger.kernel.org
9642 S:      Maintained
9643 F:      drivers/net/ethernet/marvell/sk*
9644
9645 MARVELL LIBERTAS WIRELESS DRIVER
9646 L:      libertas-dev@lists.infradead.org
9647 S:      Orphan
9648 F:      drivers/net/wireless/marvell/libertas/
9649
9650 MARVELL MACCHIATOBIN SUPPORT
9651 M:      Russell King <linux@armlinux.org.uk>
9652 L:      linux-arm-kernel@lists.infradead.org
9653 S:      Maintained
9654 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
9655
9656 MARVELL MV643XX ETHERNET DRIVER
9657 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
9658 L:      netdev@vger.kernel.org
9659 S:      Maintained
9660 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
9661 F:      include/linux/mv643xx.h
9662
9663 MARVELL MV88X3310 PHY DRIVER
9664 M:      Russell King <linux@armlinux.org.uk>
9665 L:      netdev@vger.kernel.org
9666 S:      Maintained
9667 F:      drivers/net/phy/marvell10g.c
9668
9669 MARVELL MVEBU THERMAL DRIVER
9670 M:      Miquel Raynal <miquel.raynal@bootlin.com>
9671 S:      Maintained
9672 F:      drivers/thermal/armada_thermal.c
9673
9674 MARVELL MVNETA ETHERNET DRIVER
9675 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9676 L:      netdev@vger.kernel.org
9677 S:      Maintained
9678 F:      drivers/net/ethernet/marvell/mvneta.*
9679
9680 MARVELL MWIFIEX WIRELESS DRIVER
9681 M:      Amitkumar Karwar <amitkarwar@gmail.com>
9682 M:      Nishant Sarmukadam <nishants@marvell.com>
9683 M:      Ganapathi Bhat <gbhat@marvell.com>
9684 M:      Xinming Hu <huxinming820@gmail.com>
9685 L:      linux-wireless@vger.kernel.org
9686 S:      Maintained
9687 F:      drivers/net/wireless/marvell/mwifiex/
9688
9689 MARVELL MWL8K WIRELESS DRIVER
9690 M:      Lennert Buytenhek <buytenh@wantstofly.org>
9691 L:      linux-wireless@vger.kernel.org
9692 S:      Odd Fixes
9693 F:      drivers/net/wireless/marvell/mwl8k.c
9694
9695 MARVELL NAND CONTROLLER DRIVER
9696 M:      Miquel Raynal <miquel.raynal@bootlin.com>
9697 L:      linux-mtd@lists.infradead.org
9698 S:      Maintained
9699 F:      drivers/mtd/nand/raw/marvell_nand.c
9700 F:      Documentation/devicetree/bindings/mtd/marvell-nand.txt
9701
9702 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
9703 M:      Nicolas Pitre <nico@fluxnic.net>
9704 S:      Odd Fixes
9705 F:      drivers/mmc/host/mvsdio.*
9706
9707 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
9708 M:      Hu Ziji <huziji@marvell.com>
9709 L:      linux-mmc@vger.kernel.org
9710 S:      Supported
9711 F:      drivers/mmc/host/sdhci-xenon*
9712 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
9713
9714 MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER
9715 M:      Sunil Goutham <sgoutham@marvell.com>
9716 M:      Linu Cherian <lcherian@marvell.com>
9717 M:      Geetha sowjanya <gakula@marvell.com>
9718 M:      Jerin Jacob <jerinj@marvell.com>
9719 L:      netdev@vger.kernel.org
9720 S:      Supported
9721 F:      drivers/net/ethernet/marvell/octeontx2/af/
9722
9723 MATROX FRAMEBUFFER DRIVER
9724 L:      linux-fbdev@vger.kernel.org
9725 S:      Orphan
9726 F:      drivers/video/fbdev/matrox/matroxfb_*
9727 F:      include/uapi/linux/matroxfb.h
9728
9729 MAX16065 HARDWARE MONITOR DRIVER
9730 M:      Guenter Roeck <linux@roeck-us.net>
9731 L:      linux-hwmon@vger.kernel.org
9732 S:      Maintained
9733 F:      Documentation/hwmon/max16065.rst
9734 F:      drivers/hwmon/max16065.c
9735
9736 MAX2175 SDR TUNER DRIVER
9737 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
9738 L:      linux-media@vger.kernel.org
9739 T:      git git://linuxtv.org/media_tree.git
9740 S:      Maintained
9741 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
9742 F:      Documentation/media/v4l-drivers/max2175.rst
9743 F:      drivers/media/i2c/max2175*
9744 F:      include/uapi/linux/max2175.h
9745
9746 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
9747 L:      linux-hwmon@vger.kernel.org
9748 S:      Orphan
9749 F:      Documentation/hwmon/max6650.rst
9750 F:      drivers/hwmon/max6650.c
9751
9752 MAX6697 HARDWARE MONITOR DRIVER
9753 M:      Guenter Roeck <linux@roeck-us.net>
9754 L:      linux-hwmon@vger.kernel.org
9755 S:      Maintained
9756 F:      Documentation/hwmon/max6697.rst
9757 F:      Documentation/devicetree/bindings/hwmon/max6697.txt
9758 F:      drivers/hwmon/max6697.c
9759 F:      include/linux/platform_data/max6697.h
9760
9761 MAX9860 MONO AUDIO VOICE CODEC DRIVER
9762 M:      Peter Rosin <peda@axentia.se>
9763 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9764 S:      Maintained
9765 F:      Documentation/devicetree/bindings/sound/max9860.txt
9766 F:      sound/soc/codecs/max9860.*
9767
9768 MAXBOTIX ULTRASONIC RANGER IIO DRIVER
9769 M:      Andreas Klinger <ak@it-klinger.de>
9770 L:      linux-iio@vger.kernel.org
9771 S:      Maintained
9772 F:      Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.txt
9773 F:      drivers/iio/proximity/mb1232.c
9774
9775 MAXIM MAX77650 PMIC MFD DRIVER
9776 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
9777 L:      linux-kernel@vger.kernel.org
9778 S:      Maintained
9779 F:      Documentation/devicetree/bindings/*/*max77650.txt
9780 F:      Documentation/devicetree/bindings/*/max77650*.txt
9781 F:      include/linux/mfd/max77650.h
9782 F:      drivers/mfd/max77650.c
9783 F:      drivers/regulator/max77650-regulator.c
9784 F:      drivers/power/supply/max77650-charger.c
9785 F:      drivers/input/misc/max77650-onkey.c
9786 F:      drivers/leds/leds-max77650.c
9787 F:      drivers/gpio/gpio-max77650.c
9788
9789 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
9790 M:      Javier Martinez Canillas <javier@dowhile0.org>
9791 L:      linux-kernel@vger.kernel.org
9792 S:      Supported
9793 F:      drivers/regulator/max77802-regulator.c
9794 F:      Documentation/devicetree/bindings/*/*max77802.txt
9795 F:      include/dt-bindings/*/*max77802.h
9796
9797 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
9798 M:      Krzysztof Kozlowski <krzk@kernel.org>
9799 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9800 L:      linux-pm@vger.kernel.org
9801 S:      Supported
9802 F:      drivers/power/supply/max14577_charger.c
9803 F:      drivers/power/supply/max77693_charger.c
9804
9805 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
9806 M:      Chanwoo Choi <cw00.choi@samsung.com>
9807 M:      Krzysztof Kozlowski <krzk@kernel.org>
9808 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9809 L:      linux-kernel@vger.kernel.org
9810 S:      Supported
9811 F:      drivers/*/max14577*.c
9812 F:      drivers/*/max77686*.c
9813 F:      drivers/*/max77693*.c
9814 F:      drivers/extcon/extcon-max14577.c
9815 F:      drivers/extcon/extcon-max77693.c
9816 F:      drivers/rtc/rtc-max77686.c
9817 F:      drivers/clk/clk-max77686.c
9818 F:      Documentation/devicetree/bindings/mfd/max14577.txt
9819 F:      Documentation/devicetree/bindings/*/max77686.txt
9820 F:      Documentation/devicetree/bindings/mfd/max77693.txt
9821 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
9822 F:      include/linux/mfd/max14577*.h
9823 F:      include/linux/mfd/max77686*.h
9824 F:      include/linux/mfd/max77693*.h
9825
9826 MAXIRADIO FM RADIO RECEIVER DRIVER
9827 M:      Hans Verkuil <hverkuil@xs4all.nl>
9828 L:      linux-media@vger.kernel.org
9829 T:      git git://linuxtv.org/media_tree.git
9830 W:      https://linuxtv.org
9831 S:      Maintained
9832 F:      drivers/media/radio/radio-maxiradio*
9833
9834 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
9835 M:      Peter Rosin <peda@axentia.se>
9836 L:      linux-iio@vger.kernel.org
9837 S:      Maintained
9838 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
9839 F:      drivers/iio/potentiometer/mcp4018.c
9840 F:      drivers/iio/potentiometer/mcp4531.c
9841
9842 MCR20A IEEE-802.15.4 RADIO DRIVER
9843 M:      Xue Liu <liuxuenetmail@gmail.com>
9844 L:      linux-wpan@vger.kernel.org
9845 W:      https://github.com/xueliu/mcr20a-linux
9846 S:      Maintained
9847 F:      drivers/net/ieee802154/mcr20a.c
9848 F:      drivers/net/ieee802154/mcr20a.h
9849 F:      Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
9850
9851 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
9852 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
9853 L:      linux-iio@vger.kernel.org
9854 S:      Maintained
9855 F:      drivers/iio/dac/cio-dac.c
9856
9857 MEDIA CONTROLLER FRAMEWORK
9858 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
9859 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9860 L:      linux-media@vger.kernel.org
9861 W:      https://www.linuxtv.org
9862 T:      git git://linuxtv.org/media_tree.git
9863 S:      Supported
9864 F:      drivers/media/mc/
9865 F:      include/media/media-*.h
9866 F:      include/uapi/linux/media.h
9867
9868 MEDIA DRIVERS FOR ASCOT2E
9869 M:      Sergey Kozlov <serjk@netup.ru>
9870 M:      Abylay Ospan <aospan@netup.ru>
9871 L:      linux-media@vger.kernel.org
9872 W:      https://linuxtv.org
9873 W:      http://netup.tv/
9874 T:      git git://linuxtv.org/media_tree.git
9875 S:      Supported
9876 F:      drivers/media/dvb-frontends/ascot2e*
9877
9878 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
9879 M:      Jasmin Jessich <jasmin@anw.at>
9880 L:      linux-media@vger.kernel.org
9881 W:      https://linuxtv.org
9882 T:      git git://linuxtv.org/media_tree.git
9883 S:      Maintained
9884 F:      drivers/media/dvb-frontends/cxd2099*
9885
9886 MEDIA DRIVERS FOR CXD2841ER
9887 M:      Sergey Kozlov <serjk@netup.ru>
9888 M:      Abylay Ospan <aospan@netup.ru>
9889 L:      linux-media@vger.kernel.org
9890 W:      https://linuxtv.org
9891 W:      http://netup.tv/
9892 T:      git git://linuxtv.org/media_tree.git
9893 S:      Supported
9894 F:      drivers/media/dvb-frontends/cxd2841er*
9895
9896 MEDIA DRIVERS FOR CXD2880
9897 M:      Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
9898 L:      linux-media@vger.kernel.org
9899 W:      http://linuxtv.org/
9900 T:      git git://linuxtv.org/media_tree.git
9901 S:      Supported
9902 F:      drivers/media/dvb-frontends/cxd2880/*
9903 F:      drivers/media/spi/cxd2880*
9904
9905 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
9906 L:      linux-media@vger.kernel.org
9907 W:      https://linuxtv.org
9908 T:      git git://linuxtv.org/media_tree.git
9909 S:      Orphan
9910 F:      drivers/media/pci/ddbridge/*
9911
9912 MEDIA DRIVERS FOR FREESCALE IMX
9913 M:      Steve Longerbeam <slongerbeam@gmail.com>
9914 M:      Philipp Zabel <p.zabel@pengutronix.de>
9915 L:      linux-media@vger.kernel.org
9916 T:      git git://linuxtv.org/media_tree.git
9917 S:      Maintained
9918 F:      Documentation/devicetree/bindings/media/imx.txt
9919 F:      Documentation/media/v4l-drivers/imx.rst
9920 F:      drivers/staging/media/imx/
9921 F:      include/linux/imx-media.h
9922 F:      include/media/imx.h
9923
9924 MEDIA DRIVER FOR FREESCALE IMX PXP
9925 M:      Philipp Zabel <p.zabel@pengutronix.de>
9926 L:      linux-media@vger.kernel.org
9927 T:      git git://linuxtv.org/media_tree.git
9928 S:      Maintained
9929 F:      drivers/media/platform/imx-pxp.[ch]
9930
9931 MEDIA DRIVERS FOR FREESCALE IMX7
9932 M:      Rui Miguel Silva <rmfrfs@gmail.com>
9933 L:      linux-media@vger.kernel.org
9934 T:      git git://linuxtv.org/media_tree.git
9935 S:      Maintained
9936 F:      Documentation/devicetree/bindings/media/imx7-csi.txt
9937 F:      Documentation/devicetree/bindings/media/imx7-mipi-csi2.txt
9938 F:      Documentation/media/v4l-drivers/imx7.rst
9939 F:      drivers/staging/media/imx/imx7-media-csi.c
9940 F:      drivers/staging/media/imx/imx7-mipi-csis.c
9941
9942 MEDIA DRIVERS FOR HELENE
9943 M:      Abylay Ospan <aospan@netup.ru>
9944 L:      linux-media@vger.kernel.org
9945 W:      https://linuxtv.org
9946 W:      http://netup.tv/
9947 T:      git git://linuxtv.org/media_tree.git
9948 S:      Supported
9949 F:      drivers/media/dvb-frontends/helene*
9950
9951 MEDIA DRIVERS FOR HORUS3A
9952 M:      Sergey Kozlov <serjk@netup.ru>
9953 M:      Abylay Ospan <aospan@netup.ru>
9954 L:      linux-media@vger.kernel.org
9955 W:      https://linuxtv.org
9956 W:      http://netup.tv/
9957 T:      git git://linuxtv.org/media_tree.git
9958 S:      Supported
9959 F:      drivers/media/dvb-frontends/horus3a*
9960
9961 MEDIA DRIVERS FOR LNBH25
9962 M:      Sergey Kozlov <serjk@netup.ru>
9963 M:      Abylay Ospan <aospan@netup.ru>
9964 L:      linux-media@vger.kernel.org
9965 W:      https://linuxtv.org
9966 W:      http://netup.tv/
9967 T:      git git://linuxtv.org/media_tree.git
9968 S:      Supported
9969 F:      drivers/media/dvb-frontends/lnbh25*
9970
9971 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
9972 L:      linux-media@vger.kernel.org
9973 W:      https://linuxtv.org
9974 T:      git git://linuxtv.org/media_tree.git
9975 S:      Orphan
9976 F:      drivers/media/dvb-frontends/mxl5xx*
9977
9978 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
9979 M:      Sergey Kozlov <serjk@netup.ru>
9980 M:      Abylay Ospan <aospan@netup.ru>
9981 L:      linux-media@vger.kernel.org
9982 W:      https://linuxtv.org
9983 W:      http://netup.tv/
9984 T:      git git://linuxtv.org/media_tree.git
9985 S:      Supported
9986 F:      drivers/media/pci/netup_unidvb/*
9987
9988 MEDIA DRIVERS FOR RENESAS - CEU
9989 M:      Jacopo Mondi <jacopo@jmondi.org>
9990 L:      linux-media@vger.kernel.org
9991 L:      linux-renesas-soc@vger.kernel.org
9992 T:      git git://linuxtv.org/media_tree.git
9993 S:      Supported
9994 F:      Documentation/devicetree/bindings/media/renesas,ceu.txt
9995 F:      drivers/media/platform/renesas-ceu.c
9996 F:      include/media/drv-intf/renesas-ceu.h
9997
9998 MEDIA DRIVERS FOR RENESAS - DRIF
9999 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
10000 L:      linux-media@vger.kernel.org
10001 L:      linux-renesas-soc@vger.kernel.org
10002 T:      git git://linuxtv.org/media_tree.git
10003 S:      Supported
10004 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
10005 F:      drivers/media/platform/rcar_drif.c
10006
10007 MEDIA DRIVERS FOR RENESAS - FCP
10008 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10009 L:      linux-media@vger.kernel.org
10010 L:      linux-renesas-soc@vger.kernel.org
10011 T:      git git://linuxtv.org/media_tree.git
10012 S:      Supported
10013 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
10014 F:      drivers/media/platform/rcar-fcp.c
10015 F:      include/media/rcar-fcp.h
10016
10017 MEDIA DRIVERS FOR RENESAS - FDP1
10018 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
10019 L:      linux-media@vger.kernel.org
10020 L:      linux-renesas-soc@vger.kernel.org
10021 T:      git git://linuxtv.org/media_tree.git
10022 S:      Supported
10023 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
10024 F:      drivers/media/platform/rcar_fdp1.c
10025
10026 MEDIA DRIVERS FOR RENESAS - VIN
10027 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
10028 L:      linux-media@vger.kernel.org
10029 L:      linux-renesas-soc@vger.kernel.org
10030 T:      git git://linuxtv.org/media_tree.git
10031 S:      Supported
10032 F:      Documentation/devicetree/bindings/media/renesas,csi2.txt
10033 F:      Documentation/devicetree/bindings/media/renesas,vin.txt
10034 F:      drivers/media/platform/rcar-vin/
10035
10036 MEDIA DRIVERS FOR RENESAS - VSP1
10037 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10038 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
10039 L:      linux-media@vger.kernel.org
10040 L:      linux-renesas-soc@vger.kernel.org
10041 T:      git git://linuxtv.org/media_tree.git
10042 S:      Supported
10043 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
10044 F:      drivers/media/platform/vsp1/
10045
10046 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
10047 L:      linux-media@vger.kernel.org
10048 W:      https://linuxtv.org
10049 T:      git git://linuxtv.org/media_tree.git
10050 S:      Orphan
10051 F:      drivers/media/dvb-frontends/stv0910*
10052
10053 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
10054 L:      linux-media@vger.kernel.org
10055 W:      https://linuxtv.org
10056 T:      git git://linuxtv.org/media_tree.git
10057 S:      Orphan
10058 F:      drivers/media/dvb-frontends/stv6111*
10059
10060 MEDIA DRIVERS FOR STM32 - DCMI
10061 M:      Hugues Fruchet <hugues.fruchet@st.com>
10062 L:      linux-media@vger.kernel.org
10063 T:      git git://linuxtv.org/media_tree.git
10064 S:      Supported
10065 F:      Documentation/devicetree/bindings/media/st,stm32-dcmi.txt
10066 F:      drivers/media/platform/stm32/stm32-dcmi.c
10067
10068 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
10069 M:      Dmitry Osipenko <digetx@gmail.com>
10070 L:      linux-media@vger.kernel.org
10071 L:      linux-tegra@vger.kernel.org
10072 T:      git git://linuxtv.org/media_tree.git
10073 S:      Maintained
10074 F:      Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
10075 F:      drivers/staging/media/tegra-vde/
10076
10077 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
10078 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10079 P:      LinuxTV.org Project
10080 L:      linux-media@vger.kernel.org
10081 W:      https://linuxtv.org
10082 Q:      http://patchwork.kernel.org/project/linux-media/list/
10083 T:      git git://linuxtv.org/media_tree.git
10084 S:      Maintained
10085 F:      Documentation/devicetree/bindings/media/
10086 F:      Documentation/media/
10087 F:      drivers/media/
10088 F:      drivers/staging/media/
10089 F:      include/linux/platform_data/media/
10090 F:      include/media/
10091 F:      include/uapi/linux/dvb/
10092 F:      include/uapi/linux/videodev2.h
10093 F:      include/uapi/linux/media.h
10094 F:      include/uapi/linux/v4l2-*
10095 F:      include/uapi/linux/meye.h
10096 F:      include/uapi/linux/ivtv*
10097 F:      include/uapi/linux/uvcvideo.h
10098
10099 MEDIATEK BLUETOOTH DRIVER
10100 M:      Sean Wang <sean.wang@mediatek.com>
10101 L:      linux-bluetooth@vger.kernel.org
10102 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
10103 S:      Maintained
10104 F:      Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
10105 F:      drivers/bluetooth/btmtkuart.c
10106
10107 MEDIATEK CIR DRIVER
10108 M:      Sean Wang <sean.wang@mediatek.com>
10109 S:      Maintained
10110 F:      drivers/media/rc/mtk-cir.c
10111
10112 MEDIATEK DMA DRIVER
10113 M:      Sean Wang <sean.wang@mediatek.com>
10114 L:      dmaengine@vger.kernel.org
10115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10116 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
10117 S:      Maintained
10118 F:      Documentation/devicetree/bindings/dma/mtk-*
10119 F:      drivers/dma/mediatek/
10120
10121 MEDIATEK PMIC LED DRIVER
10122 M:      Sean Wang <sean.wang@mediatek.com>
10123 S:      Maintained
10124 F:      drivers/leds/leds-mt6323.c
10125 F:      Documentation/devicetree/bindings/leds/leds-mt6323.txt
10126
10127 MEDIATEK ETHERNET DRIVER
10128 M:      Felix Fietkau <nbd@openwrt.org>
10129 M:      John Crispin <john@phrozen.org>
10130 M:      Sean Wang <sean.wang@mediatek.com>
10131 M:      Nelson Chang <nelson.chang@mediatek.com>
10132 L:      netdev@vger.kernel.org
10133 S:      Maintained
10134 F:      drivers/net/ethernet/mediatek/
10135
10136 MEDIATEK SWITCH DRIVER
10137 M:      Sean Wang <sean.wang@mediatek.com>
10138 L:      netdev@vger.kernel.org
10139 S:      Maintained
10140 F:      drivers/net/dsa/mt7530.*
10141 F:      net/dsa/tag_mtk.c
10142
10143 MEDIATEK JPEG DRIVER
10144 M:      Rick Chang <rick.chang@mediatek.com>
10145 M:      Bin Liu <bin.liu@mediatek.com>
10146 S:      Supported
10147 F:      drivers/media/platform/mtk-jpeg/
10148 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
10149
10150 MEDIATEK MDP DRIVER
10151 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
10152 M:      Houlong Wei <houlong.wei@mediatek.com>
10153 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
10154 S:      Supported
10155 F:      drivers/media/platform/mtk-mdp/
10156 F:      drivers/media/platform/mtk-vpu/
10157 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
10158
10159 MEDIATEK MEDIA DRIVER
10160 M:      Tiffany Lin <tiffany.lin@mediatek.com>
10161 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
10162 S:      Supported
10163 F:      drivers/media/platform/mtk-vcodec/
10164 F:      drivers/media/platform/mtk-vpu/
10165 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
10166 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
10167
10168 MEDIATEK MMC/SD/SDIO DRIVER
10169 M:      Chaotian Jing <chaotian.jing@mediatek.com>
10170 S:      Maintained
10171 F:      drivers/mmc/host/mtk-sd.c
10172 F:      Documentation/devicetree/bindings/mmc/mtk-sd.txt
10173
10174 MEDIATEK MT76 WIRELESS LAN DRIVER
10175 M:      Felix Fietkau <nbd@nbd.name>
10176 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
10177 R:      Ryder Lee <ryder.lee@mediatek.com>
10178 R:      Roy Luo <royluo@google.com>
10179 L:      linux-wireless@vger.kernel.org
10180 S:      Maintained
10181 F:      drivers/net/wireless/mediatek/mt76/
10182
10183 MEDIATEK MT7601U WIRELESS LAN DRIVER
10184 M:      Jakub Kicinski <kubakici@wp.pl>
10185 L:      linux-wireless@vger.kernel.org
10186 S:      Maintained
10187 F:      drivers/net/wireless/mediatek/mt7601u/
10188
10189 MEDIATEK MT7621/28/88 I2C DRIVER
10190 M:      Stefan Roese <sr@denx.de>
10191 L:      linux-i2c@vger.kernel.org
10192 S:      Maintained
10193 F:      drivers/i2c/busses/i2c-mt7621.c
10194 F:      Documentation/devicetree/bindings/i2c/i2c-mt7621.txt
10195
10196 MEDIATEK NAND CONTROLLER DRIVER
10197 M:      Xiaolei Li <xiaolei.li@mediatek.com>
10198 L:      linux-mtd@lists.infradead.org
10199 S:      Maintained
10200 F:      drivers/mtd/nand/raw/mtk_*
10201 F:      Documentation/devicetree/bindings/mtd/mtk-nand.txt
10202
10203 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
10204 M:      Sean Wang <sean.wang@mediatek.com>
10205 S:      Maintained
10206 F:      drivers/char/hw_random/mtk-rng.c
10207
10208 MEDIATEK USB3 DRD IP DRIVER
10209 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
10210 L:      linux-usb@vger.kernel.org (moderated for non-subscribers)
10211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10212 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
10213 S:      Maintained
10214 F:      drivers/usb/mtu3/
10215
10216 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
10217 M:      Peter Senna Tschudin <peter.senna@gmail.com>
10218 M:      Martin Donnelly <martin.donnelly@ge.com>
10219 M:      Martyn Welch <martyn.welch@collabora.co.uk>
10220 S:      Maintained
10221 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
10222 F:      Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
10223
10224 MEGARAID SCSI/SAS DRIVERS
10225 M:      Kashyap Desai <kashyap.desai@broadcom.com>
10226 M:      Sumit Saxena <sumit.saxena@broadcom.com>
10227 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
10228 L:      megaraidlinux.pdl@broadcom.com
10229 L:      linux-scsi@vger.kernel.org
10230 W:      http://www.avagotech.com/support/
10231 S:      Maintained
10232 F:      Documentation/scsi/megaraid.txt
10233 F:      drivers/scsi/megaraid.*
10234 F:      drivers/scsi/megaraid/
10235
10236 MELEXIS MLX90614 DRIVER
10237 M:      Crt Mori <cmo@melexis.com>
10238 L:      linux-iio@vger.kernel.org
10239 W:      http://www.melexis.com
10240 S:      Supported
10241 F:      drivers/iio/temperature/mlx90614.c
10242
10243 MELEXIS MLX90632 DRIVER
10244 M:      Crt Mori <cmo@melexis.com>
10245 L:      linux-iio@vger.kernel.org
10246 W:      http://www.melexis.com
10247 S:      Supported
10248 F:      drivers/iio/temperature/mlx90632.c
10249
10250 MELFAS MIP4 TOUCHSCREEN DRIVER
10251 M:      Sangwon Jee <jeesw@melfas.com>
10252 W:      http://www.melfas.com
10253 S:      Supported
10254 F:      drivers/input/touchscreen/melfas_mip4.c
10255 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
10256
10257 MELLANOX ETHERNET DRIVER (mlx4_en)
10258 M:      Tariq Toukan <tariqt@mellanox.com>
10259 L:      netdev@vger.kernel.org
10260 S:      Supported
10261 W:      http://www.mellanox.com
10262 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10263 F:      drivers/net/ethernet/mellanox/mlx4/en_*
10264
10265 MELLANOX ETHERNET DRIVER (mlx5e)
10266 M:      Saeed Mahameed <saeedm@mellanox.com>
10267 L:      netdev@vger.kernel.org
10268 S:      Supported
10269 W:      http://www.mellanox.com
10270 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10271 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
10272
10273 MELLANOX ETHERNET INNOVA DRIVERS
10274 R:      Boris Pismenny <borisp@mellanox.com>
10275 L:      netdev@vger.kernel.org
10276 S:      Supported
10277 W:      http://www.mellanox.com
10278 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10279 F:      drivers/net/ethernet/mellanox/mlx5/core/en_accel/*
10280 F:      drivers/net/ethernet/mellanox/mlx5/core/accel/*
10281 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
10282 F:      include/linux/mlx5/mlx5_ifc_fpga.h
10283
10284 MELLANOX ETHERNET SWITCH DRIVERS
10285 M:      Jiri Pirko <jiri@mellanox.com>
10286 M:      Ido Schimmel <idosch@mellanox.com>
10287 L:      netdev@vger.kernel.org
10288 S:      Supported
10289 W:      http://www.mellanox.com
10290 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10291 F:      drivers/net/ethernet/mellanox/mlxsw/
10292 F:      tools/testing/selftests/drivers/net/mlxsw/
10293
10294 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
10295 M:      mlxsw@mellanox.com
10296 L:      netdev@vger.kernel.org
10297 S:      Supported
10298 W:      http://www.mellanox.com
10299 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10300 F:      drivers/net/ethernet/mellanox/mlxfw/
10301
10302 MELLANOX HARDWARE PLATFORM SUPPORT
10303 M:      Andy Shevchenko <andy@infradead.org>
10304 M:      Darren Hart <dvhart@infradead.org>
10305 M:      Vadim Pasternak <vadimp@mellanox.com>
10306 L:      platform-driver-x86@vger.kernel.org
10307 S:      Supported
10308 F:      drivers/platform/mellanox/
10309 F:      include/linux/platform_data/mlxreg.h
10310
10311 MELLANOX MLX4 core VPI driver
10312 M:      Tariq Toukan <tariqt@mellanox.com>
10313 L:      netdev@vger.kernel.org
10314 L:      linux-rdma@vger.kernel.org
10315 W:      http://www.mellanox.com
10316 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10317 S:      Supported
10318 F:      drivers/net/ethernet/mellanox/mlx4/
10319 F:      include/linux/mlx4/
10320
10321 MELLANOX MLX4 IB driver
10322 M:      Yishai Hadas <yishaih@mellanox.com>
10323 L:      linux-rdma@vger.kernel.org
10324 W:      http://www.mellanox.com
10325 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10326 S:      Supported
10327 F:      drivers/infiniband/hw/mlx4/
10328 F:      include/linux/mlx4/
10329 F:      include/uapi/rdma/mlx4-abi.h
10330
10331 MELLANOX MLX5 core VPI driver
10332 M:      Saeed Mahameed <saeedm@mellanox.com>
10333 M:      Leon Romanovsky <leonro@mellanox.com>
10334 L:      netdev@vger.kernel.org
10335 L:      linux-rdma@vger.kernel.org
10336 W:      http://www.mellanox.com
10337 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10338 S:      Supported
10339 F:      drivers/net/ethernet/mellanox/mlx5/core/
10340 F:      include/linux/mlx5/
10341 F:      Documentation/networking/device_drivers/mellanox/
10342
10343 MELLANOX MLX5 IB driver
10344 M:      Leon Romanovsky <leonro@mellanox.com>
10345 L:      linux-rdma@vger.kernel.org
10346 W:      http://www.mellanox.com
10347 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
10348 S:      Supported
10349 F:      drivers/infiniband/hw/mlx5/
10350 F:      include/linux/mlx5/
10351 F:      include/uapi/rdma/mlx5-abi.h
10352
10353 MELLANOX MLXCPLD I2C AND MUX DRIVER
10354 M:      Vadim Pasternak <vadimp@mellanox.com>
10355 M:      Michael Shych <michaelsh@mellanox.com>
10356 L:      linux-i2c@vger.kernel.org
10357 S:      Supported
10358 F:      drivers/i2c/busses/i2c-mlxcpld.c
10359 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
10360 F:      Documentation/i2c/busses/i2c-mlxcpld.rst
10361
10362 MELLANOX MLXCPLD LED DRIVER
10363 M:      Vadim Pasternak <vadimp@mellanox.com>
10364 L:      linux-leds@vger.kernel.org
10365 S:      Supported
10366 F:      drivers/leds/leds-mlxcpld.c
10367 F:      drivers/leds/leds-mlxreg.c
10368 F:      Documentation/leds/leds-mlxcpld.rst
10369
10370 MELLANOX PLATFORM DRIVER
10371 M:      Vadim Pasternak <vadimp@mellanox.com>
10372 L:      platform-driver-x86@vger.kernel.org
10373 S:      Supported
10374 F:      drivers/platform/x86/mlx-platform.c
10375
10376 MEMBARRIER SUPPORT
10377 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10378 M:      "Paul E. McKenney" <paulmck@kernel.org>
10379 L:      linux-kernel@vger.kernel.org
10380 S:      Supported
10381 F:      kernel/sched/membarrier.c
10382 F:      include/uapi/linux/membarrier.h
10383 F:      arch/powerpc/include/asm/membarrier.h
10384
10385 MEMBLOCK
10386 M:      Mike Rapoport <rppt@linux.ibm.com>
10387 L:      linux-mm@kvack.org
10388 S:      Maintained
10389 F:      include/linux/memblock.h
10390 F:      mm/memblock.c
10391 F:      Documentation/core-api/boot-time-mm.rst
10392
10393 MEMORY MANAGEMENT
10394 L:      linux-mm@kvack.org
10395 W:      http://www.linux-mm.org
10396 S:      Maintained
10397 F:      include/linux/mm.h
10398 F:      include/linux/gfp.h
10399 F:      include/linux/mmzone.h
10400 F:      include/linux/memory_hotplug.h
10401 F:      include/linux/vmalloc.h
10402 F:      mm/
10403
10404 MEMORY TECHNOLOGY DEVICES (MTD)
10405 M:      David Woodhouse <dwmw2@infradead.org>
10406 M:      Brian Norris <computersforpeace@gmail.com>
10407 M:      Marek Vasut <marek.vasut@gmail.com>
10408 M:      Miquel Raynal <miquel.raynal@bootlin.com>
10409 M:      Richard Weinberger <richard@nod.at>
10410 M:      Vignesh Raghavendra <vigneshr@ti.com>
10411 L:      linux-mtd@lists.infradead.org
10412 W:      http://www.linux-mtd.infradead.org/
10413 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
10414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes
10415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next
10416 S:      Maintained
10417 F:      Documentation/devicetree/bindings/mtd/
10418 F:      drivers/mtd/
10419 F:      include/linux/mtd/
10420 F:      include/uapi/mtd/
10421
10422 MEN A21 WATCHDOG DRIVER
10423 M:      Johannes Thumshirn <morbidrsa@gmail.com>
10424 L:      linux-watchdog@vger.kernel.org
10425 S:      Maintained
10426 F:      drivers/watchdog/mena21_wdt.c
10427
10428 MEN CHAMELEON BUS (mcb)
10429 M:      Johannes Thumshirn <morbidrsa@gmail.com>
10430 S:      Maintained
10431 F:      drivers/mcb/
10432 F:      include/linux/mcb.h
10433 F:      Documentation/driver-api/men-chameleon-bus.rst
10434
10435 MEN F21BMC (Board Management Controller)
10436 M:      Andreas Werner <andreas.werner@men.de>
10437 S:      Supported
10438 F:      drivers/mfd/menf21bmc.c
10439 F:      drivers/watchdog/menf21bmc_wdt.c
10440 F:      drivers/leds/leds-menf21bmc.c
10441 F:      drivers/hwmon/menf21bmc_hwmon.c
10442 F:      Documentation/hwmon/menf21bmc.rst
10443
10444 MEN Z069 WATCHDOG DRIVER
10445 M:      Johannes Thumshirn <jth@kernel.org>
10446 L:      linux-watchdog@vger.kernel.org
10447 S:      Maintained
10448 F:      drivers/watchdog/menz69_wdt.c
10449
10450 MESON AO CEC DRIVER FOR AMLOGIC SOCS
10451 M:      Neil Armstrong <narmstrong@baylibre.com>
10452 L:      linux-media@vger.kernel.org
10453 L:      linux-amlogic@lists.infradead.org
10454 W:      http://linux-meson.com/
10455 S:      Supported
10456 F:      drivers/media/platform/meson/ao-cec.c
10457 F:      drivers/media/platform/meson/ao-cec-g12a.c
10458 F:      Documentation/devicetree/bindings/media/meson-ao-cec.txt
10459 T:      git git://linuxtv.org/media_tree.git
10460
10461 MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
10462 M:      Liang Yang <liang.yang@amlogic.com>
10463 L:      linux-mtd@lists.infradead.org
10464 S:      Maintained
10465 F:      drivers/mtd/nand/raw/meson_*
10466 F:      Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
10467
10468 MESON VIDEO DECODER DRIVER FOR AMLOGIC SOCS
10469 M:      Maxime Jourdan <mjourdan@baylibre.com>
10470 L:      linux-media@vger.kernel.org
10471 L:      linux-amlogic@lists.infradead.org
10472 S:      Supported
10473 F:      drivers/staging/media/meson/vdec/
10474 T:      git git://linuxtv.org/media_tree.git
10475
10476 METHODE UDPU SUPPORT
10477 M:      Vladimir Vid <vladimir.vid@sartura.hr>
10478 S:      Maintained
10479 F:      arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
10480
10481 MICROBLAZE ARCHITECTURE
10482 M:      Michal Simek <monstr@monstr.eu>
10483 W:      http://www.monstr.eu/fdt/
10484 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
10485 S:      Supported
10486 F:      arch/microblaze/
10487
10488 MICROCHIP AT91 SERIAL DRIVER
10489 M:      Richard Genoud <richard.genoud@gmail.com>
10490 S:      Maintained
10491 F:      drivers/tty/serial/atmel_serial.c
10492 F:      drivers/tty/serial/atmel_serial.h
10493 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
10494
10495 MICROCHIP AUDIO ASOC DRIVERS
10496 M:      Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
10497 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10498 S:      Supported
10499 F:      sound/soc/atmel
10500
10501 MICROCHIP DMA DRIVER
10502 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10504 L:      dmaengine@vger.kernel.org
10505 S:      Supported
10506 F:      drivers/dma/at_hdmac.c
10507 F:      drivers/dma/at_hdmac_regs.h
10508 F:      include/linux/platform_data/dma-atmel.h
10509 F:      Documentation/devicetree/bindings/dma/atmel-dma.txt
10510 F:      include/dt-bindings/dma/at91.h
10511
10512 MICROCHIP ECC DRIVER
10513 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
10514 L:      linux-crypto@vger.kernel.org
10515 S:      Maintained
10516 F:      drivers/crypto/atmel-ecc.*
10517
10518 MICROCHIP I2C DRIVER
10519 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10520 L:      linux-i2c@vger.kernel.org
10521 S:      Supported
10522 F:      drivers/i2c/busses/i2c-at91.h
10523 F:      drivers/i2c/busses/i2c-at91-*.c
10524
10525 MICROCHIP ISC DRIVER
10526 M:      Eugen Hristev <eugen.hristev@microchip.com>
10527 L:      linux-media@vger.kernel.org
10528 S:      Supported
10529 F:      drivers/media/platform/atmel/atmel-sama5d2-isc.c
10530 F:      drivers/media/platform/atmel/atmel-isc.h
10531 F:      drivers/media/platform/atmel/atmel-isc-base.c
10532 F:      drivers/media/platform/atmel/atmel-isc-regs.h
10533 F:      Documentation/devicetree/bindings/media/atmel-isc.txt
10534
10535 MICROCHIP ISI DRIVER
10536 M:      Eugen Hristev <eugen.hristev@microchip.com>
10537 L:      linux-media@vger.kernel.org
10538 S:      Supported
10539 F:      drivers/media/platform/atmel/atmel-isi.c
10540 F:      drivers/media/platform/atmel/atmel-isi.h
10541
10542 MICROCHIP AT91 USART MFD DRIVER
10543 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
10544 L:      linux-kernel@vger.kernel.org
10545 S:      Supported
10546 F:      drivers/mfd/at91-usart.c
10547 F:      include/dt-bindings/mfd/at91-usart.h
10548 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
10549
10550 MICROCHIP AT91 USART SPI DRIVER
10551 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
10552 L:      linux-spi@vger.kernel.org
10553 S:      Supported
10554 F:      drivers/spi/spi-at91-usart.c
10555 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
10556
10557 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
10558 M:      Woojung Huh <woojung.huh@microchip.com>
10559 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
10560 L:      netdev@vger.kernel.org
10561 S:      Maintained
10562 F:      net/dsa/tag_ksz.c
10563 F:      drivers/net/dsa/microchip/*
10564 F:      include/linux/platform_data/microchip-ksz.h
10565 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
10566
10567 MICROCHIP LAN743X ETHERNET DRIVER
10568 M:      Bryan Whitehead <bryan.whitehead@microchip.com>
10569 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
10570 L:      netdev@vger.kernel.org
10571 S:      Maintained
10572 F:      drivers/net/ethernet/microchip/lan743x_*
10573
10574 MICROCHIP LCDFB DRIVER
10575 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
10576 L:      linux-fbdev@vger.kernel.org
10577 S:      Maintained
10578 F:      drivers/video/fbdev/atmel_lcdfb.c
10579 F:      include/video/atmel_lcdc.h
10580
10581 MICROCHIP MMC/SD/SDIO MCI DRIVER
10582 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10583 S:      Maintained
10584 F:      drivers/mmc/host/atmel-mci.c
10585
10586 MICROCHIP MCP16502 PMIC DRIVER
10587 M:      Andrei Stefanescu <andrei.stefanescu@microchip.com>
10588 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10589 S:      Maintained
10590 F:      Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
10591 F:      drivers/regulator/mcp16502.c
10592
10593 MICROCHIP MCP3911 ADC DRIVER
10594 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
10595 M:      Kent Gustavsson <kent@minoris.se>
10596 L:      linux-iio@vger.kernel.org
10597 S:      Supported
10598 F:      drivers/iio/adc/mcp3911.c
10599 F:      Documentation/devicetree/bindings/iio/adc/mcp3911.txt
10600
10601 MICROCHIP NAND DRIVER
10602 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
10603 L:      linux-mtd@lists.infradead.org
10604 S:      Supported
10605 F:      drivers/mtd/nand/raw/atmel/*
10606 F:      Documentation/devicetree/bindings/mtd/atmel-nand.txt
10607
10608 MICROCHIP PWM DRIVER
10609 M:      Claudiu Beznea <claudiu.beznea@microchip.com>
10610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10611 L:      linux-pwm@vger.kernel.org
10612 S:      Supported
10613 F:      drivers/pwm/pwm-atmel.c
10614 F:      Documentation/devicetree/bindings/pwm/atmel-pwm.txt
10615
10616 MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
10617 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10618 M:      Eugen Hristev <eugen.hristev@microchip.com>
10619 L:      linux-iio@vger.kernel.org
10620 S:      Supported
10621 F:      drivers/iio/adc/at91-sama5d2_adc.c
10622 F:      Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
10623 F:      include/dt-bindings/iio/adc/at91-sama5d2_adc.h
10624
10625 MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
10626 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
10627 S:      Supported
10628 F:      drivers/power/reset/at91-sama5d2_shdwc.c
10629
10630 MICROCHIP SPI DRIVER
10631 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
10632 S:      Supported
10633 F:      drivers/spi/spi-atmel.*
10634
10635 MICROCHIP SSC DRIVER
10636 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
10637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10638 S:      Supported
10639 F:      drivers/misc/atmel-ssc.c
10640 F:      include/linux/atmel-ssc.h
10641
10642 MICROCHIP USBA UDC DRIVER
10643 M:      Cristian Birsan <cristian.birsan@microchip.com>
10644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10645 S:      Supported
10646 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
10647
10648 MICROCHIP USB251XB DRIVER
10649 M:      Richard Leitner <richard.leitner@skidata.com>
10650 L:      linux-usb@vger.kernel.org
10651 S:      Maintained
10652 F:      drivers/usb/misc/usb251xb.c
10653 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
10654
10655 MICROCHIP XDMA DRIVER
10656 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10657 L:      linux-arm-kernel@lists.infradead.org
10658 L:      dmaengine@vger.kernel.org
10659 S:      Supported
10660 F:      drivers/dma/at_xdmac.c
10661
10662 MICROSEMI MIPS SOCS
10663 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
10664 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
10665 L:      linux-mips@vger.kernel.org
10666 S:      Supported
10667 F:      arch/mips/generic/board-ocelot.c
10668 F:      arch/mips/configs/generic/board-ocelot.config
10669 F:      arch/mips/boot/dts/mscc/
10670 F:      Documentation/devicetree/bindings/mips/mscc.txt
10671
10672 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
10673 M:      Don Brace <don.brace@microsemi.com>
10674 L:      esc.storagedev@microsemi.com
10675 L:      linux-scsi@vger.kernel.org
10676 S:      Supported
10677 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
10678 F:      drivers/scsi/smartpqi/Kconfig
10679 F:      drivers/scsi/smartpqi/Makefile
10680 F:      include/linux/cciss*.h
10681 F:      include/uapi/linux/cciss*.h
10682 F:      Documentation/scsi/smartpqi.txt
10683
10684 MICROSEMI ETHERNET SWITCH DRIVER
10685 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
10686 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
10687 L:      netdev@vger.kernel.org
10688 S:      Supported
10689 F:      drivers/net/ethernet/mscc/
10690
10691 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
10692 M:      Chen Yu <yu.c.chen@intel.com>
10693 L:      platform-driver-x86@vger.kernel.org
10694 S:      Supported
10695 F:      drivers/platform/x86/surfacepro3_button.c
10696
10697 MICROTEK X6 SCANNER
10698 M:      Oliver Neukum <oliver@neukum.org>
10699 S:      Maintained
10700 F:      drivers/usb/image/microtek.*
10701
10702 MIPS
10703 M:      Ralf Baechle <ralf@linux-mips.org>
10704 M:      Paul Burton <paul.burton@mips.com>
10705 M:      James Hogan <jhogan@kernel.org>
10706 L:      linux-mips@vger.kernel.org
10707 W:      http://www.linux-mips.org/
10708 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
10709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
10710 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10711 S:      Supported
10712 F:      Documentation/devicetree/bindings/mips/
10713 F:      Documentation/mips/
10714 F:      arch/mips/
10715 F:      drivers/platform/mips/
10716
10717 MIPS BOSTON DEVELOPMENT BOARD
10718 M:      Paul Burton <paul.burton@mips.com>
10719 L:      linux-mips@vger.kernel.org
10720 S:      Maintained
10721 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
10722 F:      arch/mips/boot/dts/img/boston.dts
10723 F:      arch/mips/configs/generic/board-boston.config
10724 F:      drivers/clk/imgtec/clk-boston.c
10725 F:      include/dt-bindings/clock/boston-clock.h
10726
10727 MIPS GENERIC PLATFORM
10728 M:      Paul Burton <paul.burton@mips.com>
10729 L:      linux-mips@vger.kernel.org
10730 S:      Supported
10731 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
10732 F:      arch/mips/generic/
10733 F:      arch/mips/tools/generic-board-config.sh
10734
10735 MIPS/LOONGSON1 ARCHITECTURE
10736 M:      Keguang Zhang <keguang.zhang@gmail.com>
10737 L:      linux-mips@vger.kernel.org
10738 S:      Maintained
10739 F:      arch/mips/loongson32/
10740 F:      arch/mips/include/asm/mach-loongson32/
10741 F:      drivers/*/*loongson1*
10742 F:      drivers/*/*/*loongson1*
10743
10744 MIPS/LOONGSON2 ARCHITECTURE
10745 M:      Jiaxun Yang <jiaxun.yang@flygoat.com>
10746 L:      linux-mips@vger.kernel.org
10747 S:      Maintained
10748 F:      arch/mips/loongson64/fuloong-2e/
10749 F:      arch/mips/loongson64/lemote-2f/
10750 F:      arch/mips/include/asm/mach-loongson64/
10751 F:      drivers/*/*loongson2*
10752 F:      drivers/*/*/*loongson2*
10753
10754 MIPS/LOONGSON3 ARCHITECTURE
10755 M:      Huacai Chen <chenhc@lemote.com>
10756 L:      linux-mips@vger.kernel.org
10757 S:      Maintained
10758 F:      arch/mips/loongson64/
10759 F:      arch/mips/include/asm/mach-loongson64/
10760 F:      drivers/platform/mips/cpu_hwmon.c
10761 F:      drivers/*/*loongson3*
10762 F:      drivers/*/*/*loongson3*
10763
10764 MIPS RINT INSTRUCTION EMULATION
10765 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
10766 L:      linux-mips@vger.kernel.org
10767 S:      Supported
10768 F:      arch/mips/math-emu/sp_rint.c
10769 F:      arch/mips/math-emu/dp_rint.c
10770
10771 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
10772 M:      Hans Verkuil <hverkuil@xs4all.nl>
10773 L:      linux-media@vger.kernel.org
10774 T:      git git://linuxtv.org/media_tree.git
10775 W:      https://linuxtv.org
10776 S:      Odd Fixes
10777 F:      drivers/media/radio/radio-miropcm20*
10778
10779 MMP SUPPORT
10780 R:      Lubomir Rintel <lkundrak@v3.sk>
10781 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10782 S:      Odd Fixes
10783 F:      arch/arm/boot/dts/mmp*
10784 F:      arch/arm/mach-mmp/
10785
10786 MMU GATHER AND TLB INVALIDATION
10787 M:      Will Deacon <will@kernel.org>
10788 M:      "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
10789 M:      Andrew Morton <akpm@linux-foundation.org>
10790 M:      Nick Piggin <npiggin@gmail.com>
10791 M:      Peter Zijlstra <peterz@infradead.org>
10792 L:      linux-arch@vger.kernel.org
10793 L:      linux-mm@kvack.org
10794 S:      Maintained
10795 F:      arch/*/include/asm/tlb.h
10796 F:      include/asm-generic/tlb.h
10797 F:      mm/mmu_gather.c
10798
10799 MN88472 MEDIA DRIVER
10800 M:      Antti Palosaari <crope@iki.fi>
10801 L:      linux-media@vger.kernel.org
10802 W:      https://linuxtv.org
10803 W:      http://palosaari.fi/linux/
10804 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10805 S:      Maintained
10806 F:      drivers/media/dvb-frontends/mn88472*
10807
10808 MN88473 MEDIA DRIVER
10809 M:      Antti Palosaari <crope@iki.fi>
10810 L:      linux-media@vger.kernel.org
10811 W:      https://linuxtv.org
10812 W:      http://palosaari.fi/linux/
10813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10814 S:      Maintained
10815 F:      drivers/media/dvb-frontends/mn88473*
10816
10817 MODULE SUPPORT
10818 M:      Jessica Yu <jeyu@kernel.org>
10819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
10820 S:      Maintained
10821 F:      include/linux/module.h
10822 F:      kernel/module.c
10823
10824 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
10825 W:      http://popies.net/meye/
10826 S:      Orphan
10827 F:      Documentation/media/v4l-drivers/meye*
10828 F:      drivers/media/pci/meye/
10829 F:      include/uapi/linux/meye.h
10830
10831 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
10832 M:      Jiri Slaby <jirislaby@gmail.com>
10833 S:      Maintained
10834 F:      Documentation/driver-api/serial/moxa-smartio.rst
10835 F:      drivers/tty/mxser.*
10836
10837 MR800 AVERMEDIA USB FM RADIO DRIVER
10838 M:      Alexey Klimov <klimov.linux@gmail.com>
10839 L:      linux-media@vger.kernel.org
10840 T:      git git://linuxtv.org/media_tree.git
10841 S:      Maintained
10842 F:      drivers/media/radio/radio-mr800.c
10843
10844 MRF24J40 IEEE 802.15.4 RADIO DRIVER
10845 M:      Alan Ott <alan@signal11.us>
10846 L:      linux-wpan@vger.kernel.org
10847 S:      Maintained
10848 F:      drivers/net/ieee802154/mrf24j40.c
10849 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
10850
10851 MSI LAPTOP SUPPORT
10852 M:      "Lee, Chun-Yi" <jlee@suse.com>
10853 L:      platform-driver-x86@vger.kernel.org
10854 S:      Maintained
10855 F:      drivers/platform/x86/msi-laptop.c
10856
10857 MSI WMI SUPPORT
10858 L:      platform-driver-x86@vger.kernel.org
10859 S:      Orphan
10860 F:      drivers/platform/x86/msi-wmi.c
10861
10862 MSI001 MEDIA DRIVER
10863 M:      Antti Palosaari <crope@iki.fi>
10864 L:      linux-media@vger.kernel.org
10865 W:      https://linuxtv.org
10866 W:      http://palosaari.fi/linux/
10867 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10868 T:      git git://linuxtv.org/anttip/media_tree.git
10869 S:      Maintained
10870 F:      drivers/media/tuners/msi001*
10871
10872 MSI2500 MEDIA DRIVER
10873 M:      Antti Palosaari <crope@iki.fi>
10874 L:      linux-media@vger.kernel.org
10875 W:      https://linuxtv.org
10876 W:      http://palosaari.fi/linux/
10877 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10878 T:      git git://linuxtv.org/anttip/media_tree.git
10879 S:      Maintained
10880 F:      drivers/media/usb/msi2500/
10881
10882 MSYSTEMS DISKONCHIP G3 MTD DRIVER
10883 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10884 L:      linux-mtd@lists.infradead.org
10885 S:      Maintained
10886 F:      drivers/mtd/devices/docg3*
10887
10888 MT9M032 APTINA SENSOR DRIVER
10889 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10890 L:      linux-media@vger.kernel.org
10891 T:      git git://linuxtv.org/media_tree.git
10892 S:      Maintained
10893 F:      drivers/media/i2c/mt9m032.c
10894 F:      include/media/i2c/mt9m032.h
10895
10896 MT9P031 APTINA CAMERA SENSOR
10897 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10898 L:      linux-media@vger.kernel.org
10899 T:      git git://linuxtv.org/media_tree.git
10900 S:      Maintained
10901 F:      drivers/media/i2c/mt9p031.c
10902 F:      include/media/i2c/mt9p031.h
10903
10904 MT9T001 APTINA CAMERA SENSOR
10905 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10906 L:      linux-media@vger.kernel.org
10907 T:      git git://linuxtv.org/media_tree.git
10908 S:      Maintained
10909 F:      drivers/media/i2c/mt9t001.c
10910 F:      include/media/i2c/mt9t001.h
10911
10912 MT9T112 APTINA CAMERA SENSOR
10913 M:      Jacopo Mondi <jacopo@jmondi.org>
10914 L:      linux-media@vger.kernel.org
10915 T:      git git://linuxtv.org/media_tree.git
10916 S:      Odd Fixes
10917 F:      drivers/media/i2c/mt9t112.c
10918 F:      include/media/i2c/mt9t112.h
10919
10920 MT9V032 APTINA CAMERA SENSOR
10921 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10922 L:      linux-media@vger.kernel.org
10923 T:      git git://linuxtv.org/media_tree.git
10924 S:      Maintained
10925 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
10926 F:      drivers/media/i2c/mt9v032.c
10927 F:      include/media/i2c/mt9v032.h
10928
10929 MT9V111 APTINA CAMERA SENSOR
10930 M:      Jacopo Mondi <jacopo@jmondi.org>
10931 L:      linux-media@vger.kernel.org
10932 T:      git git://linuxtv.org/media_tree.git
10933 S:      Maintained
10934 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
10935 F:      drivers/media/i2c/mt9v111.c
10936
10937 MULTIFUNCTION DEVICES (MFD)
10938 M:      Lee Jones <lee.jones@linaro.org>
10939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10940 S:      Supported
10941 F:      Documentation/devicetree/bindings/mfd/
10942 F:      drivers/mfd/
10943 F:      include/linux/mfd/
10944 F:      include/dt-bindings/mfd/
10945
10946 MULTIMEDIA CARD (MMC) ETC. OVER SPI
10947 S:      Orphan
10948 F:      drivers/mmc/host/mmc_spi.c
10949 F:      include/linux/spi/mmc_spi.h
10950
10951 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
10952 M:      Ulf Hansson <ulf.hansson@linaro.org>
10953 L:      linux-mmc@vger.kernel.org
10954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
10955 S:      Maintained
10956 F:      Documentation/devicetree/bindings/mmc/
10957 F:      drivers/mmc/
10958 F:      include/linux/mmc/
10959 F:      include/uapi/linux/mmc/
10960
10961 MULTIPLEXER SUBSYSTEM
10962 M:      Peter Rosin <peda@axentia.se>
10963 S:      Maintained
10964 F:      Documentation/ABI/testing/sysfs-class-mux*
10965 F:      Documentation/devicetree/bindings/mux/
10966 F:      include/dt-bindings/mux/
10967 F:      include/linux/mux/
10968 F:      drivers/mux/
10969
10970 MULTITECH MULTIPORT CARD (ISICOM)
10971 S:      Orphan
10972 F:      drivers/tty/isicom.c
10973 F:      include/linux/isicom.h
10974
10975 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
10976 M:      Bin Liu <b-liu@ti.com>
10977 L:      linux-usb@vger.kernel.org
10978 S:      Maintained
10979 F:      drivers/usb/musb/
10980
10981 MXL301RF MEDIA DRIVER
10982 M:      Akihiro Tsukada <tskd08@gmail.com>
10983 L:      linux-media@vger.kernel.org
10984 S:      Odd Fixes
10985 F:      drivers/media/tuners/mxl301rf*
10986
10987 MXL5007T MEDIA DRIVER
10988 M:      Michael Krufky <mkrufky@linuxtv.org>
10989 L:      linux-media@vger.kernel.org
10990 W:      https://linuxtv.org
10991 W:      http://github.com/mkrufky
10992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10993 T:      git git://linuxtv.org/mkrufky/tuners.git
10994 S:      Maintained
10995 F:      drivers/media/tuners/mxl5007t.*
10996
10997 MXSFB DRM DRIVER
10998 M:      Marek Vasut <marex@denx.de>
10999 M:      Stefan Agner <stefan@agner.ch>
11000 L:      dri-devel@lists.freedesktop.org
11001 S:      Supported
11002 F:      drivers/gpu/drm/mxsfb/
11003 F:      Documentation/devicetree/bindings/display/mxsfb.txt
11004 T:      git git://anongit.freedesktop.org/drm/drm-misc
11005
11006 MYLEX DAC960 PCI RAID Controller
11007 M:      Hannes Reinecke <hare@kernel.org>
11008 L:      linux-scsi@vger.kernel.org
11009 S:      Supported
11010 F:      drivers/scsi/myrb.*
11011 F:      drivers/scsi/myrs.*
11012
11013 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
11014 M:      Chris Lee <christopher.lee@cspi.com>
11015 L:      netdev@vger.kernel.org
11016 W:      https://www.cspi.com/ethernet-products/support/downloads/
11017 S:      Supported
11018 F:      drivers/net/ethernet/myricom/myri10ge/
11019
11020 NAND FLASH SUBSYSTEM
11021 M:      Miquel Raynal <miquel.raynal@bootlin.com>
11022 R:      Richard Weinberger <richard@nod.at>
11023 L:      linux-mtd@lists.infradead.org
11024 W:      http://www.linux-mtd.infradead.org/
11025 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
11027 S:      Maintained
11028 F:      drivers/mtd/nand/
11029 F:      include/linux/mtd/*nand*.h
11030
11031 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
11032 M:      Daniel Mack <zonque@gmail.com>
11033 S:      Maintained
11034 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11035 W:      http://www.native-instruments.com
11036 F:      sound/usb/caiaq/
11037
11038 NATSEMI ETHERNET DRIVER (DP8381x)
11039 S:      Orphan
11040 F:      drivers/net/ethernet/natsemi/natsemi.c
11041
11042 NCR 5380 SCSI DRIVERS
11043 M:      Finn Thain <fthain@telegraphics.com.au>
11044 M:      Michael Schmitz <schmitzmic@gmail.com>
11045 L:      linux-scsi@vger.kernel.org
11046 S:      Maintained
11047 F:      Documentation/scsi/g_NCR5380.txt
11048 F:      drivers/scsi/NCR5380.*
11049 F:      drivers/scsi/arm/cumana_1.c
11050 F:      drivers/scsi/arm/oak.c
11051 F:      drivers/scsi/atari_scsi.*
11052 F:      drivers/scsi/dmx3191d.c
11053 F:      drivers/scsi/g_NCR5380.*
11054 F:      drivers/scsi/mac_scsi.*
11055 F:      drivers/scsi/sun3_scsi.*
11056 F:      drivers/scsi/sun3_scsi_vme.c
11057
11058 NCSI LIBRARY:
11059 M:      Samuel Mendoza-Jonas <sam@mendozajonas.com>
11060 S:      Maintained
11061 F:      net/ncsi/
11062
11063 NCT6775 HARDWARE MONITOR DRIVER
11064 M:      Guenter Roeck <linux@roeck-us.net>
11065 L:      linux-hwmon@vger.kernel.org
11066 S:      Maintained
11067 F:      Documentation/hwmon/nct6775.rst
11068 F:      drivers/hwmon/nct6775.c
11069
11070 NET_FAILOVER MODULE
11071 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
11072 L:      netdev@vger.kernel.org
11073 S:      Supported
11074 F:      drivers/net/net_failover.c
11075 F:      include/net/net_failover.h
11076 F:      Documentation/networking/net_failover.rst
11077
11078 NETEM NETWORK EMULATOR
11079 M:      Stephen Hemminger <stephen@networkplumber.org>
11080 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
11081 S:      Maintained
11082 F:      net/sched/sch_netem.c
11083
11084 NETERION 10GbE DRIVERS (s2io/vxge)
11085 M:      Jon Mason <jdmason@kudzu.us>
11086 L:      netdev@vger.kernel.org
11087 S:      Supported
11088 F:      Documentation/networking/device_drivers/neterion/s2io.txt
11089 F:      Documentation/networking/device_drivers/neterion/vxge.txt
11090 F:      drivers/net/ethernet/neterion/
11091
11092 NETFILTER
11093 M:      Pablo Neira Ayuso <pablo@netfilter.org>
11094 M:      Jozsef Kadlecsik <kadlec@netfilter.org>
11095 M:      Florian Westphal <fw@strlen.de>
11096 L:      netfilter-devel@vger.kernel.org
11097 L:      coreteam@netfilter.org
11098 W:      http://www.netfilter.org/
11099 W:      http://www.iptables.org/
11100 W:      http://www.nftables.org/
11101 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
11102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
11103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
11104 S:      Maintained
11105 F:      include/linux/netfilter*
11106 F:      include/linux/netfilter/
11107 F:      include/net/netfilter/
11108 F:      include/uapi/linux/netfilter*
11109 F:      include/uapi/linux/netfilter/
11110 F:      net/*/netfilter.c
11111 F:      net/*/netfilter/
11112 F:      net/netfilter/
11113 F:      net/bridge/br_netfilter*.c
11114
11115 NETROM NETWORK LAYER
11116 M:      Ralf Baechle <ralf@linux-mips.org>
11117 L:      linux-hams@vger.kernel.org
11118 W:      http://www.linux-ax25.org/
11119 S:      Maintained
11120 F:      include/net/netrom.h
11121 F:      include/uapi/linux/netrom.h
11122 F:      net/netrom/
11123
11124 NETRONOME ETHERNET DRIVERS
11125 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
11126 L:      oss-drivers@netronome.com
11127 S:      Maintained
11128 F:      drivers/net/ethernet/netronome/
11129
11130 NETWORK BLOCK DEVICE (NBD)
11131 M:      Josef Bacik <josef@toxicpanda.com>
11132 S:      Maintained
11133 L:      linux-block@vger.kernel.org
11134 L:      nbd@other.debian.org
11135 F:      Documentation/admin-guide/blockdev/nbd.rst
11136 F:      drivers/block/nbd.c
11137 F:      include/trace/events/nbd.h
11138 F:      include/uapi/linux/nbd.h
11139
11140 NETWORK DROP MONITOR
11141 M:      Neil Horman <nhorman@tuxdriver.com>
11142 L:      netdev@vger.kernel.org
11143 S:      Maintained
11144 W:      https://fedorahosted.org/dropwatch/
11145 F:      net/core/drop_monitor.c
11146 F:      include/uapi/linux/net_dropmon.h
11147
11148 NETWORKING DRIVERS
11149 M:      "David S. Miller" <davem@davemloft.net>
11150 L:      netdev@vger.kernel.org
11151 W:      http://www.linuxfoundation.org/en/Net
11152 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
11154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
11155 S:      Odd Fixes
11156 F:      Documentation/devicetree/bindings/net/
11157 F:      drivers/net/
11158 F:      include/linux/if_*
11159 F:      include/linux/netdevice.h
11160 F:      include/linux/etherdevice.h
11161 F:      include/linux/fcdevice.h
11162 F:      include/linux/fddidevice.h
11163 F:      include/linux/hippidevice.h
11164 F:      include/linux/inetdevice.h
11165 F:      include/uapi/linux/if_*
11166 F:      include/uapi/linux/netdevice.h
11167
11168 NETWORKING DRIVERS (WIRELESS)
11169 M:      Kalle Valo <kvalo@codeaurora.org>
11170 L:      linux-wireless@vger.kernel.org
11171 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
11172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
11173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
11174 S:      Maintained
11175 F:      Documentation/devicetree/bindings/net/wireless/
11176 F:      drivers/net/wireless/
11177
11178 NETWORKING [DSA]
11179 M:      Andrew Lunn <andrew@lunn.ch>
11180 M:      Vivien Didelot <vivien.didelot@gmail.com>
11181 M:      Florian Fainelli <f.fainelli@gmail.com>
11182 S:      Maintained
11183 F:      Documentation/devicetree/bindings/net/dsa/
11184 F:      net/dsa/
11185 F:      include/net/dsa.h
11186 F:      include/linux/dsa/
11187 F:      include/linux/platform_data/dsa.h
11188 F:      drivers/net/dsa/
11189
11190 NETWORKING [GENERAL]
11191 M:      "David S. Miller" <davem@davemloft.net>
11192 L:      netdev@vger.kernel.org
11193 W:      http://www.linuxfoundation.org/en/Net
11194 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
11196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
11197 B:      mailto:netdev@vger.kernel.org
11198 S:      Maintained
11199 F:      net/
11200 F:      include/net/
11201 F:      include/linux/in.h
11202 F:      include/linux/net.h
11203 F:      include/linux/netdevice.h
11204 F:      include/uapi/linux/in.h
11205 F:      include/uapi/linux/net.h
11206 F:      include/uapi/linux/netdevice.h
11207 F:      include/uapi/linux/net_namespace.h
11208 F:      tools/testing/selftests/net/
11209 F:      lib/net_utils.c
11210 F:      lib/random32.c
11211 F:      Documentation/networking/
11212
11213 NETWORKING [IPSEC]
11214 M:      Steffen Klassert <steffen.klassert@secunet.com>
11215 M:      Herbert Xu <herbert@gondor.apana.org.au>
11216 M:      "David S. Miller" <davem@davemloft.net>
11217 L:      netdev@vger.kernel.org
11218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
11219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
11220 S:      Maintained
11221 F:      net/xfrm/
11222 F:      net/key/
11223 F:      net/ipv4/xfrm*
11224 F:      net/ipv4/esp4*
11225 F:      net/ipv4/ah4.c
11226 F:      net/ipv4/ipcomp.c
11227 F:      net/ipv4/ip_vti.c
11228 F:      net/ipv6/xfrm*
11229 F:      net/ipv6/esp6*
11230 F:      net/ipv6/ah6.c
11231 F:      net/ipv6/ipcomp6.c
11232 F:      net/ipv6/ip6_vti.c
11233 F:      include/uapi/linux/xfrm.h
11234 F:      include/net/xfrm.h
11235
11236 NETWORKING [IPv4/IPv6]
11237 M:      "David S. Miller" <davem@davemloft.net>
11238 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
11239 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
11240 L:      netdev@vger.kernel.org
11241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
11242 S:      Maintained
11243 F:      net/ipv4/
11244 F:      net/ipv6/
11245 F:      include/net/ip*
11246 F:      arch/x86/net/*
11247
11248 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
11249 M:      Paul Moore <paul@paul-moore.com>
11250 W:      https://github.com/netlabel
11251 L:      netdev@vger.kernel.org
11252 L:      linux-security-module@vger.kernel.org
11253 S:      Maintained
11254 F:      Documentation/netlabel/
11255 F:      include/net/calipso.h
11256 F:      include/net/cipso_ipv4.h
11257 F:      include/net/netlabel.h
11258 F:      include/uapi/linux/netfilter/xt_SECMARK.h
11259 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
11260 F:      net/netlabel/
11261 F:      net/ipv4/cipso_ipv4.c
11262 F:      net/ipv6/calipso.c
11263 F:      net/netfilter/xt_CONNSECMARK.c
11264 F:      net/netfilter/xt_SECMARK.c
11265
11266 NETWORKING [TCP]
11267 M:      Eric Dumazet <edumazet@google.com>
11268 L:      netdev@vger.kernel.org
11269 S:      Maintained
11270 F:      net/ipv4/tcp*.c
11271 F:      net/ipv4/syncookies.c
11272 F:      net/ipv6/tcp*.c
11273 F:      net/ipv6/syncookies.c
11274 F:      include/uapi/linux/tcp.h
11275 F:      include/net/tcp.h
11276 F:      include/linux/tcp.h
11277 F:      include/trace/events/tcp.h
11278
11279 NETWORKING [TLS]
11280 M:      Boris Pismenny <borisp@mellanox.com>
11281 M:      Aviad Yehezkel <aviadye@mellanox.com>
11282 M:      Dave Watson <davejwatson@fb.com>
11283 M:      John Fastabend <john.fastabend@gmail.com>
11284 M:      Daniel Borkmann <daniel@iogearbox.net>
11285 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
11286 L:      netdev@vger.kernel.org
11287 S:      Maintained
11288 F:      net/tls/*
11289 F:      include/uapi/linux/tls.h
11290 F:      include/net/tls.h
11291
11292 NETWORKING [WIRELESS]
11293 L:      linux-wireless@vger.kernel.org
11294 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
11295
11296 NETDEVSIM
11297 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
11298 S:      Maintained
11299 F:      drivers/net/netdevsim/*
11300
11301 NETXEN (1/10) GbE SUPPORT
11302 M:      Manish Chopra <manishc@marvell.com>
11303 M:      Rahul Verma <rahulv@marvell.com>
11304 M:      GR-Linux-NIC-Dev@marvell.com
11305 L:      netdev@vger.kernel.org
11306 S:      Supported
11307 F:      drivers/net/ethernet/qlogic/netxen/
11308
11309 NEXTHOP
11310 M:      David Ahern <dsahern@kernel.org>
11311 L:      netdev@vger.kernel.org
11312 S:      Maintained
11313 F:      include/net/nexthop.h
11314 F:      include/uapi/linux/nexthop.h
11315 F:      include/net/netns/nexthop.h
11316 F:      net/ipv4/nexthop.c
11317
11318 NFC SUBSYSTEM
11319 L:      netdev@vger.kernel.org
11320 S:      Orphan
11321 F:      net/nfc/
11322 F:      include/net/nfc/
11323 F:      include/uapi/linux/nfc.h
11324 F:      drivers/nfc/
11325 F:      include/linux/platform_data/nfcmrvl.h
11326 F:      include/linux/platform_data/nxp-nci.h
11327 F:      Documentation/devicetree/bindings/net/nfc/
11328
11329 NFS, SUNRPC, AND LOCKD CLIENTS
11330 M:      Trond Myklebust <trond.myklebust@hammerspace.com>
11331 M:      Anna Schumaker <anna.schumaker@netapp.com>
11332 L:      linux-nfs@vger.kernel.org
11333 W:      http://client.linux-nfs.org
11334 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
11335 S:      Maintained
11336 F:      fs/lockd/
11337 F:      fs/nfs/
11338 F:      fs/nfs_common/
11339 F:      net/sunrpc/
11340 F:      include/linux/lockd/
11341 F:      include/linux/nfs*
11342 F:      include/linux/sunrpc/
11343 F:      include/uapi/linux/nfs*
11344 F:      include/uapi/linux/sunrpc/
11345
11346 NILFS2 FILESYSTEM
11347 M:      Ryusuke Konishi <konishi.ryusuke@gmail.com>
11348 L:      linux-nilfs@vger.kernel.org
11349 W:      https://nilfs.sourceforge.io/
11350 W:      https://nilfs.osdn.jp/
11351 T:      git git://github.com/konis/nilfs2.git
11352 S:      Supported
11353 F:      Documentation/filesystems/nilfs2.txt
11354 F:      fs/nilfs2/
11355 F:      include/trace/events/nilfs2.h
11356 F:      include/uapi/linux/nilfs2_api.h
11357 F:      include/uapi/linux/nilfs2_ondisk.h
11358
11359 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
11360 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
11361 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
11362 S:      Maintained
11363 F:      Documentation/scsi/NinjaSCSI.txt
11364 F:      drivers/scsi/pcmcia/nsp_*
11365
11366 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
11367 M:      GOTO Masanori <gotom@debian.or.jp>
11368 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
11369 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
11370 S:      Maintained
11371 F:      Documentation/scsi/NinjaSCSI.txt
11372 F:      drivers/scsi/nsp32*
11373
11374 NIOS2 ARCHITECTURE
11375 M:      Ley Foon Tan <lftan@altera.com>
11376 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
11377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
11378 S:      Maintained
11379 F:      arch/nios2/
11380
11381 NOHZ, DYNTICKS SUPPORT
11382 M:      Frederic Weisbecker <fweisbec@gmail.com>
11383 M:      Thomas Gleixner <tglx@linutronix.de>
11384 M:      Ingo Molnar <mingo@kernel.org>
11385 L:      linux-kernel@vger.kernel.org
11386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
11387 S:      Maintained
11388 F:      kernel/time/tick*.*
11389 F:      include/linux/tick.h
11390 F:      include/linux/sched/nohz.h
11391
11392 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
11393 M:      Pavel Machek <pavel@ucw.cz>
11394 M:      Sakari Ailus <sakari.ailus@iki.fi>
11395 L:      linux-media@vger.kernel.org
11396 S:      Maintained
11397 F:      drivers/media/i2c/et8ek8
11398 F:      drivers/media/i2c/ad5820.c
11399
11400 NOKIA N900 POWER SUPPLY DRIVERS
11401 R:      Pali Rohár <pali.rohar@gmail.com>
11402 F:      include/linux/power/bq2415x_charger.h
11403 F:      include/linux/power/bq27xxx_battery.h
11404 F:      include/linux/power/isp1704_charger.h
11405 F:      drivers/power/supply/bq2415x_charger.c
11406 F:      drivers/power/supply/bq27xxx_battery.c
11407 F:      drivers/power/supply/bq27xxx_battery_i2c.c
11408 F:      drivers/power/supply/isp1704_charger.c
11409 F:      drivers/power/supply/rx51_battery.c
11410
11411 NOLIBC HEADER FILE
11412 M:      Willy Tarreau <w@1wt.eu>
11413 S:      Maintained
11414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/nolibc.git
11415 F:      tools/include/nolibc/
11416
11417 NTB AMD DRIVER
11418 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
11419 L:      linux-ntb@googlegroups.com
11420 S:      Supported
11421 F:      drivers/ntb/hw/amd/
11422
11423 NTB DRIVER CORE
11424 M:      Jon Mason <jdmason@kudzu.us>
11425 M:      Dave Jiang <dave.jiang@intel.com>
11426 M:      Allen Hubbe <allenbh@gmail.com>
11427 L:      linux-ntb@googlegroups.com
11428 S:      Supported
11429 W:      https://github.com/jonmason/ntb/wiki
11430 T:      git git://github.com/jonmason/ntb.git
11431 F:      drivers/ntb/
11432 F:      drivers/net/ntb_netdev.c
11433 F:      include/linux/ntb.h
11434 F:      include/linux/ntb_transport.h
11435 F:      tools/testing/selftests/ntb/
11436
11437 NTB IDT DRIVER
11438 M:      Serge Semin <fancer.lancer@gmail.com>
11439 L:      linux-ntb@googlegroups.com
11440 S:      Supported
11441 F:      drivers/ntb/hw/idt/
11442
11443 NTB INTEL DRIVER
11444 M:      Dave Jiang <dave.jiang@intel.com>
11445 L:      linux-ntb@googlegroups.com
11446 S:      Supported
11447 W:      https://github.com/davejiang/linux/wiki
11448 T:      git https://github.com/davejiang/linux.git
11449 F:      drivers/ntb/hw/intel/
11450
11451 NTFS FILESYSTEM
11452 M:      Anton Altaparmakov <anton@tuxera.com>
11453 L:      linux-ntfs-dev@lists.sourceforge.net
11454 W:      http://www.tuxera.com/
11455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
11456 S:      Supported
11457 F:      Documentation/filesystems/ntfs.txt
11458 F:      fs/ntfs/
11459
11460 NUBUS SUBSYSTEM
11461 M:      Finn Thain <fthain@telegraphics.com.au>
11462 L:      linux-m68k@lists.linux-m68k.org
11463 S:      Maintained
11464 F:      arch/*/include/asm/nubus.h
11465 F:      drivers/nubus/
11466 F:      include/linux/nubus.h
11467 F:      include/uapi/linux/nubus.h
11468
11469 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
11470 M:      Antonino Daplas <adaplas@gmail.com>
11471 L:      linux-fbdev@vger.kernel.org
11472 S:      Maintained
11473 F:      drivers/video/fbdev/riva/
11474 F:      drivers/video/fbdev/nvidia/
11475
11476 NVM EXPRESS DRIVER
11477 M:      Keith Busch <kbusch@kernel.org>
11478 M:      Jens Axboe <axboe@fb.com>
11479 M:      Christoph Hellwig <hch@lst.de>
11480 M:      Sagi Grimberg <sagi@grimberg.me>
11481 L:      linux-nvme@lists.infradead.org
11482 T:      git://git.infradead.org/nvme.git
11483 W:      http://git.infradead.org/nvme.git
11484 S:      Supported
11485 F:      drivers/nvme/host/
11486 F:      include/linux/nvme.h
11487 F:      include/uapi/linux/nvme_ioctl.h
11488
11489 NVM EXPRESS FC TRANSPORT DRIVERS
11490 M:      James Smart <james.smart@broadcom.com>
11491 L:      linux-nvme@lists.infradead.org
11492 S:      Supported
11493 F:      include/linux/nvme-fc.h
11494 F:      include/linux/nvme-fc-driver.h
11495 F:      drivers/nvme/host/fc.c
11496 F:      drivers/nvme/target/fc.c
11497 F:      drivers/nvme/target/fcloop.c
11498
11499 NVM EXPRESS TARGET DRIVER
11500 M:      Christoph Hellwig <hch@lst.de>
11501 M:      Sagi Grimberg <sagi@grimberg.me>
11502 L:      linux-nvme@lists.infradead.org
11503 T:      git://git.infradead.org/nvme.git
11504 W:      http://git.infradead.org/nvme.git
11505 S:      Supported
11506 F:      drivers/nvme/target/
11507
11508 NVMEM FRAMEWORK
11509 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
11510 S:      Maintained
11511 F:      drivers/nvmem/
11512 F:      Documentation/devicetree/bindings/nvmem/
11513 F:      Documentation/ABI/stable/sysfs-bus-nvmem
11514 F:      include/linux/nvmem-consumer.h
11515 F:      include/linux/nvmem-provider.h
11516
11517 NXP FXAS21002C DRIVER
11518 M:      Rui Miguel Silva <rmfrfs@gmail.com>
11519 L:      linux-iio@vger.kernel.org
11520 S:      Maintained
11521 F:      Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.txt
11522 F:      drivers/iio/gyro/fxas21002c_core.c
11523 F:      drivers/iio/gyro/fxas21002c.h
11524 F:      drivers/iio/gyro/fxas21002c_i2c.c
11525 F:      drivers/iio/gyro/fxas21002c_spi.c
11526
11527 NXP SGTL5000 DRIVER
11528 M:      Fabio Estevam <festevam@gmail.com>
11529 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11530 S:      Maintained
11531 F:      Documentation/devicetree/bindings/sound/sgtl5000.txt
11532 F:      sound/soc/codecs/sgtl5000*
11533
11534 NXP SJA1105 ETHERNET SWITCH DRIVER
11535 M:      Vladimir Oltean <olteanv@gmail.com>
11536 L:      linux-kernel@vger.kernel.org
11537 S:      Maintained
11538 F:      drivers/net/dsa/sja1105
11539
11540 NXP TDA998X DRM DRIVER
11541 M:      Russell King <linux@armlinux.org.uk>
11542 S:      Maintained
11543 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
11544 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
11545 F:      drivers/gpu/drm/i2c/tda998x_drv.c
11546 F:      include/drm/i2c/tda998x.h
11547 F:      include/dt-bindings/display/tda998x.h
11548 K:      "nxp,tda998x"
11549
11550 NXP TFA9879 DRIVER
11551 M:      Peter Rosin <peda@axentia.se>
11552 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11553 S:      Maintained
11554 F:      Documentation/devicetree/bindings/sound/tfa9879.txt
11555 F:      sound/soc/codecs/tfa9879*
11556
11557 NXP-NCI NFC DRIVER
11558 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
11559 R:      Charles Gorand <charles.gorand@effinnov.com>
11560 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11561 S:      Supported
11562 F:      drivers/nfc/nxp-nci
11563
11564 OBJAGG
11565 M:      Jiri Pirko <jiri@mellanox.com>
11566 L:      netdev@vger.kernel.org
11567 S:      Supported
11568 F:      lib/objagg.c
11569 F:      lib/test_objagg.c
11570 F:      include/linux/objagg.h
11571
11572 NXP FSPI DRIVER
11573 R:      Yogesh Gaur <yogeshgaur.83@gmail.com>
11574 M:      Ashish Kumar <ashish.kumar@nxp.com>
11575 L:      linux-spi@vger.kernel.org
11576 S:      Maintained
11577 F:      drivers/spi/spi-nxp-fspi.c
11578 F:      Documentation/devicetree/bindings/spi/spi-nxp-fspi.txt
11579
11580 OBJTOOL
11581 M:      Josh Poimboeuf <jpoimboe@redhat.com>
11582 M:      Peter Zijlstra <peterz@infradead.org>
11583 S:      Supported
11584 F:      tools/objtool/
11585
11586 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
11587 M:      Frederic Barrat <fbarrat@linux.ibm.com>
11588 M:      Andrew Donnellan <ajd@linux.ibm.com>
11589 L:      linuxppc-dev@lists.ozlabs.org
11590 S:      Supported
11591 F:      arch/powerpc/platforms/powernv/ocxl.c
11592 F:      arch/powerpc/include/asm/pnv-ocxl.h
11593 F:      drivers/misc/ocxl/
11594 F:      include/misc/ocxl*
11595 F:      include/uapi/misc/ocxl.h
11596 F:      Documentation/userspace-api/accelerators/ocxl.rst
11597
11598 OMAP AUDIO SUPPORT
11599 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11600 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
11601 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11602 L:      linux-omap@vger.kernel.org
11603 S:      Maintained
11604 F:      sound/soc/ti/omap*
11605 F:      sound/soc/ti/rx51.c
11606 F:      sound/soc/ti/n810.c
11607 F:      sound/soc/ti/sdma-pcm.*
11608
11609 OMAP CLOCK FRAMEWORK SUPPORT
11610 M:      Paul Walmsley <paul@pwsan.com>
11611 L:      linux-omap@vger.kernel.org
11612 S:      Maintained
11613 F:      arch/arm/*omap*/*clock*
11614
11615 OMAP DEVICE TREE SUPPORT
11616 M:      Benoît Cousson <bcousson@baylibre.com>
11617 M:      Tony Lindgren <tony@atomide.com>
11618 L:      linux-omap@vger.kernel.org
11619 L:      devicetree@vger.kernel.org
11620 S:      Maintained
11621 F:      arch/arm/boot/dts/*omap*
11622 F:      arch/arm/boot/dts/*am3*
11623 F:      arch/arm/boot/dts/*am4*
11624 F:      arch/arm/boot/dts/*am5*
11625 F:      arch/arm/boot/dts/*dra7*
11626
11627 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
11628 L:      linux-omap@vger.kernel.org
11629 L:      linux-fbdev@vger.kernel.org
11630 S:      Orphan
11631 F:      drivers/video/fbdev/omap2/
11632 F:      Documentation/arm/omap/dss.rst
11633
11634 OMAP FRAMEBUFFER SUPPORT
11635 L:      linux-fbdev@vger.kernel.org
11636 L:      linux-omap@vger.kernel.org
11637 S:      Orphan
11638 F:      drivers/video/fbdev/omap/
11639
11640 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
11641 M:      Roger Quadros <rogerq@ti.com>
11642 M:      Tony Lindgren <tony@atomide.com>
11643 L:      linux-omap@vger.kernel.org
11644 S:      Maintained
11645 F:      drivers/memory/omap-gpmc.c
11646 F:      arch/arm/mach-omap2/*gpmc*
11647
11648 OMAP GPIO DRIVER
11649 M:      Grygorii Strashko <grygorii.strashko@ti.com>
11650 M:      Santosh Shilimkar <ssantosh@kernel.org>
11651 M:      Kevin Hilman <khilman@kernel.org>
11652 L:      linux-omap@vger.kernel.org
11653 S:      Maintained
11654 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
11655 F:      drivers/gpio/gpio-omap.c
11656
11657 OMAP HARDWARE SPINLOCK SUPPORT
11658 M:      Ohad Ben-Cohen <ohad@wizery.com>
11659 L:      linux-omap@vger.kernel.org
11660 S:      Maintained
11661 F:      drivers/hwspinlock/omap_hwspinlock.c
11662
11663 OMAP HS MMC SUPPORT
11664 L:      linux-mmc@vger.kernel.org
11665 L:      linux-omap@vger.kernel.org
11666 S:      Orphan
11667 F:      drivers/mmc/host/omap_hsmmc.c
11668
11669 OMAP HWMOD DATA
11670 M:      Paul Walmsley <paul@pwsan.com>
11671 L:      linux-omap@vger.kernel.org
11672 S:      Maintained
11673 F:      arch/arm/mach-omap2/omap_hwmod*data*
11674
11675 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
11676 M:      Benoît Cousson <bcousson@baylibre.com>
11677 L:      linux-omap@vger.kernel.org
11678 S:      Maintained
11679 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
11680
11681 OMAP HWMOD SUPPORT
11682 M:      Benoît Cousson <bcousson@baylibre.com>
11683 M:      Paul Walmsley <paul@pwsan.com>
11684 L:      linux-omap@vger.kernel.org
11685 S:      Maintained
11686 F:      arch/arm/mach-omap2/omap_hwmod.*
11687
11688 OMAP I2C DRIVER
11689 M:      Vignesh R <vigneshr@ti.com>
11690 L:      linux-omap@vger.kernel.org
11691 L:      linux-i2c@vger.kernel.org
11692 S:      Maintained
11693 F:      Documentation/devicetree/bindings/i2c/i2c-omap.txt
11694 F:      drivers/i2c/busses/i2c-omap.c
11695
11696 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
11697 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11698 L:      linux-media@vger.kernel.org
11699 S:      Maintained
11700 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
11701 F:      drivers/media/platform/omap3isp/
11702 F:      drivers/staging/media/omap4iss/
11703
11704 OMAP MMC SUPPORT
11705 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
11706 L:      linux-omap@vger.kernel.org
11707 S:      Odd Fixes
11708 F:      drivers/mmc/host/omap.c
11709
11710 OMAP POWER MANAGEMENT SUPPORT
11711 M:      Kevin Hilman <khilman@kernel.org>
11712 L:      linux-omap@vger.kernel.org
11713 S:      Maintained
11714 F:      arch/arm/*omap*/*pm*
11715 F:      drivers/cpufreq/omap-cpufreq.c
11716
11717 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
11718 M:      Rajendra Nayak <rnayak@codeaurora.org>
11719 M:      Paul Walmsley <paul@pwsan.com>
11720 L:      linux-omap@vger.kernel.org
11721 S:      Maintained
11722 F:      arch/arm/mach-omap2/prm*
11723
11724 OMAP RANDOM NUMBER GENERATOR SUPPORT
11725 M:      Deepak Saxena <dsaxena@plexity.net>
11726 S:      Maintained
11727 F:      drivers/char/hw_random/omap-rng.c
11728
11729 OMAP USB SUPPORT
11730 L:      linux-usb@vger.kernel.org
11731 L:      linux-omap@vger.kernel.org
11732 S:      Orphan
11733 F:      drivers/usb/*/*omap*
11734 F:      arch/arm/*omap*/usb*
11735
11736 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
11737 M:      Mark Jackson <mpfj@newflow.co.uk>
11738 L:      linux-omap@vger.kernel.org
11739 S:      Maintained
11740 F:      arch/arm/boot/dts/am335x-nano.dts
11741
11742 OMAP1 SUPPORT
11743 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
11744 M:      Tony Lindgren <tony@atomide.com>
11745 L:      linux-omap@vger.kernel.org
11746 Q:      http://patchwork.kernel.org/project/linux-omap/list/
11747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
11748 S:      Maintained
11749 F:      arch/arm/mach-omap1/
11750 F:      arch/arm/plat-omap/
11751 F:      arch/arm/configs/omap1_defconfig
11752 F:      drivers/i2c/busses/i2c-omap.c
11753 F:      include/linux/platform_data/i2c-omap.h
11754 F:      include/linux/platform_data/ams-delta-fiq.h
11755
11756 OMAP2+ SUPPORT
11757 M:      Tony Lindgren <tony@atomide.com>
11758 L:      linux-omap@vger.kernel.org
11759 W:      http://www.muru.com/linux/omap/
11760 W:      http://linux.omap.com/
11761 Q:      http://patchwork.kernel.org/project/linux-omap/list/
11762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
11763 S:      Maintained
11764 F:      arch/arm/mach-omap2/
11765 F:      arch/arm/plat-omap/
11766 F:      arch/arm/configs/omap2plus_defconfig
11767 F:      drivers/i2c/busses/i2c-omap.c
11768 F:      drivers/irqchip/irq-omap-intc.c
11769 F:      drivers/mfd/*omap*.c
11770 F:      drivers/mfd/menelaus.c
11771 F:      drivers/mfd/palmas.c
11772 F:      drivers/mfd/tps65217.c
11773 F:      drivers/mfd/tps65218.c
11774 F:      drivers/mfd/tps65910.c
11775 F:      drivers/mfd/twl-core.[ch]
11776 F:      drivers/mfd/twl4030*.c
11777 F:      drivers/mfd/twl6030*.c
11778 F:      drivers/mfd/twl6040*.c
11779 F:      drivers/regulator/palmas-regulator*.c
11780 F:      drivers/regulator/pbias-regulator.c
11781 F:      drivers/regulator/tps65217-regulator.c
11782 F:      drivers/regulator/tps65218-regulator.c
11783 F:      drivers/regulator/tps65910-regulator.c
11784 F:      drivers/regulator/twl-regulator.c
11785 F:      drivers/regulator/twl6030-regulator.c
11786 F:      include/linux/platform_data/i2c-omap.h
11787
11788 ONION OMEGA2+ BOARD
11789 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
11790 L:      linux-mips@vger.kernel.org
11791 S:      Maintained
11792 F:      arch/mips/boot/dts/ralink/omega2p.dts
11793
11794 OMFS FILESYSTEM
11795 M:      Bob Copeland <me@bobcopeland.com>
11796 L:      linux-karma-devel@lists.sourceforge.net
11797 S:      Maintained
11798 F:      Documentation/filesystems/omfs.txt
11799 F:      fs/omfs/
11800
11801 OMNIKEY CARDMAN 4000 DRIVER
11802 M:      Harald Welte <laforge@gnumonks.org>
11803 S:      Maintained
11804 F:      drivers/char/pcmcia/cm4000_cs.c
11805 F:      include/linux/cm4000_cs.h
11806 F:      include/uapi/linux/cm4000_cs.h
11807
11808 OMNIKEY CARDMAN 4040 DRIVER
11809 M:      Harald Welte <laforge@gnumonks.org>
11810 S:      Maintained
11811 F:      drivers/char/pcmcia/cm4040_cs.*
11812
11813 OMNIVISION OV13858 SENSOR DRIVER
11814 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
11815 L:      linux-media@vger.kernel.org
11816 T:      git git://linuxtv.org/media_tree.git
11817 S:      Maintained
11818 F:      drivers/media/i2c/ov13858.c
11819
11820 OMNIVISION OV2680 SENSOR DRIVER
11821 M:      Rui Miguel Silva <rmfrfs@gmail.com>
11822 L:      linux-media@vger.kernel.org
11823 T:      git git://linuxtv.org/media_tree.git
11824 S:      Maintained
11825 F:      drivers/media/i2c/ov2680.c
11826 F:      Documentation/devicetree/bindings/media/i2c/ov2680.txt
11827
11828 OMNIVISION OV2685 SENSOR DRIVER
11829 M:      Shunqian Zheng <zhengsq@rock-chips.com>
11830 L:      linux-media@vger.kernel.org
11831 T:      git git://linuxtv.org/media_tree.git
11832 S:      Maintained
11833 F:      drivers/media/i2c/ov2685.c
11834
11835 OMNIVISION OV5640 SENSOR DRIVER
11836 M:      Steve Longerbeam <slongerbeam@gmail.com>
11837 L:      linux-media@vger.kernel.org
11838 T:      git git://linuxtv.org/media_tree.git
11839 S:      Maintained
11840 F:      drivers/media/i2c/ov5640.c
11841
11842 OMNIVISION OV5647 SENSOR DRIVER
11843 M:      Luis Oliveira <lolivei@synopsys.com>
11844 L:      linux-media@vger.kernel.org
11845 T:      git git://linuxtv.org/media_tree.git
11846 S:      Maintained
11847 F:      drivers/media/i2c/ov5647.c
11848
11849 OMNIVISION OV5695 SENSOR DRIVER
11850 M:      Shunqian Zheng <zhengsq@rock-chips.com>
11851 L:      linux-media@vger.kernel.org
11852 T:      git git://linuxtv.org/media_tree.git
11853 S:      Maintained
11854 F:      drivers/media/i2c/ov5695.c
11855
11856 OMNIVISION OV7670 SENSOR DRIVER
11857 M:      Jonathan Corbet <corbet@lwn.net>
11858 L:      linux-media@vger.kernel.org
11859 T:      git git://linuxtv.org/media_tree.git
11860 S:      Maintained
11861 F:      drivers/media/i2c/ov7670.c
11862 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
11863
11864 OMNIVISION OV772x SENSOR DRIVER
11865 M:      Jacopo Mondi <jacopo@jmondi.org>
11866 L:      linux-media@vger.kernel.org
11867 T:      git git://linuxtv.org/media_tree.git
11868 S:      Odd fixes
11869 F:      drivers/media/i2c/ov772x.c
11870 F:      include/media/i2c/ov772x.h
11871 F:      Documentation/devicetree/bindings/media/i2c/ov772x.txt
11872
11873 OMNIVISION OV7740 SENSOR DRIVER
11874 M:      Wenyou Yang <wenyou.yang@microchip.com>
11875 L:      linux-media@vger.kernel.org
11876 T:      git git://linuxtv.org/media_tree.git
11877 S:      Maintained
11878 F:      drivers/media/i2c/ov7740.c
11879 F:      Documentation/devicetree/bindings/media/i2c/ov7740.txt
11880
11881 OMNIVISION OV9640 SENSOR DRIVER
11882 M:      Petr Cvek <petrcvekcz@gmail.com>
11883 L:      linux-media@vger.kernel.org
11884 S:      Maintained
11885 F:      drivers/media/i2c/ov9640.*
11886
11887 OMNIVISION OV8856 SENSOR DRIVER
11888 M:      Ben Kao <ben.kao@intel.com>
11889 L:      linux-media@vger.kernel.org
11890 T:      git git://linuxtv.org/media_tree.git
11891 S:      Maintained
11892 F:      drivers/media/i2c/ov8856.c
11893
11894 OMNIVISION OV9650 SENSOR DRIVER
11895 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
11896 R:      Akinobu Mita <akinobu.mita@gmail.com>
11897 R:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11898 L:      linux-media@vger.kernel.org
11899 T:      git git://linuxtv.org/media_tree.git
11900 S:      Maintained
11901 F:      drivers/media/i2c/ov9650.c
11902 F:      Documentation/devicetree/bindings/media/i2c/ov9650.txt
11903
11904 ONENAND FLASH DRIVER
11905 M:      Kyungmin Park <kyungmin.park@samsung.com>
11906 L:      linux-mtd@lists.infradead.org
11907 S:      Maintained
11908 F:      drivers/mtd/nand/onenand/
11909 F:      include/linux/mtd/onenand*.h
11910
11911 OP-TEE DRIVER
11912 M:      Jens Wiklander <jens.wiklander@linaro.org>
11913 L:      tee-dev@lists.linaro.org
11914 S:      Maintained
11915 F:      drivers/tee/optee/
11916
11917 OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER
11918 M:      Sumit Garg <sumit.garg@linaro.org>
11919 L:      tee-dev@lists.linaro.org
11920 S:      Maintained
11921 F:      drivers/char/hw_random/optee-rng.c
11922
11923 OPA-VNIC DRIVER
11924 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
11925 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
11926 L:      linux-rdma@vger.kernel.org
11927 S:      Supported
11928 F:      drivers/infiniband/ulp/opa_vnic
11929
11930 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
11931 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
11932 M:      Frank Rowand <frowand.list@gmail.com>
11933 L:      devicetree@vger.kernel.org
11934 S:      Maintained
11935 F:      Documentation/devicetree/dynamic-resolution-notes.txt
11936 F:      Documentation/devicetree/overlay-notes.txt
11937 F:      drivers/of/overlay.c
11938 F:      drivers/of/resolver.c
11939 K:      of_overlay_notifier_
11940
11941 OPEN FIRMWARE AND FLATTENED DEVICE TREE
11942 M:      Rob Herring <robh+dt@kernel.org>
11943 M:      Frank Rowand <frowand.list@gmail.com>
11944 L:      devicetree@vger.kernel.org
11945 W:      http://www.devicetree.org/
11946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
11947 S:      Maintained
11948 F:      drivers/of/
11949 F:      include/linux/of*.h
11950 F:      scripts/dtc/
11951 F:      Documentation/ABI/testing/sysfs-firmware-ofw
11952
11953 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
11954 M:      Rob Herring <robh+dt@kernel.org>
11955 M:      Mark Rutland <mark.rutland@arm.com>
11956 L:      devicetree@vger.kernel.org
11957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
11958 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
11959 S:      Maintained
11960 F:      Documentation/devicetree/
11961 F:      arch/*/boot/dts/
11962 F:      include/dt-bindings/
11963
11964 OPENCORES I2C BUS DRIVER
11965 M:      Peter Korsgaard <peter@korsgaard.com>
11966 M:      Andrew Lunn <andrew@lunn.ch>
11967 L:      linux-i2c@vger.kernel.org
11968 S:      Maintained
11969 F:      Documentation/devicetree/bindings/i2c/i2c-ocores.txt
11970 F:      Documentation/i2c/busses/i2c-ocores.rst
11971 F:      drivers/i2c/busses/i2c-ocores.c
11972 F:      include/linux/platform_data/i2c-ocores.h
11973
11974 OPENRISC ARCHITECTURE
11975 M:      Jonas Bonn <jonas@southpole.se>
11976 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
11977 M:      Stafford Horne <shorne@gmail.com>
11978 T:      git git://github.com/openrisc/linux.git
11979 L:      openrisc@lists.librecores.org
11980 W:      http://openrisc.io
11981 S:      Maintained
11982 F:      Documentation/devicetree/bindings/openrisc/
11983 F:      Documentation/openrisc/
11984 F:      arch/openrisc/
11985 F:      drivers/irqchip/irq-ompic.c
11986 F:      drivers/irqchip/irq-or1k-*
11987
11988 OPENVSWITCH
11989 M:      Pravin B Shelar <pshelar@ovn.org>
11990 L:      netdev@vger.kernel.org
11991 L:      dev@openvswitch.org
11992 W:      http://openvswitch.org
11993 S:      Maintained
11994 F:      net/openvswitch/
11995 F:      include/uapi/linux/openvswitch.h
11996
11997 OPERATING PERFORMANCE POINTS (OPP)
11998 M:      Viresh Kumar <vireshk@kernel.org>
11999 M:      Nishanth Menon <nm@ti.com>
12000 M:      Stephen Boyd <sboyd@kernel.org>
12001 L:      linux-pm@vger.kernel.org
12002 S:      Maintained
12003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
12004 F:      drivers/opp/
12005 F:      include/linux/pm_opp.h
12006 F:      Documentation/power/opp.rst
12007 F:      Documentation/devicetree/bindings/opp/
12008
12009 OPL4 DRIVER
12010 M:      Clemens Ladisch <clemens@ladisch.de>
12011 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12013 S:      Maintained
12014 F:      sound/drivers/opl4/
12015
12016 OPROFILE
12017 M:      Robert Richter <rric@kernel.org>
12018 L:      oprofile-list@lists.sf.net
12019 S:      Maintained
12020 F:      arch/*/include/asm/oprofile*.h
12021 F:      arch/*/oprofile/
12022 F:      drivers/oprofile/
12023 F:      include/linux/oprofile.h
12024
12025 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
12026 M:      Mark Fasheh <mark@fasheh.com>
12027 M:      Joel Becker <jlbec@evilplan.org>
12028 M:      Joseph Qi <joseph.qi@linux.alibaba.com>
12029 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
12030 W:      http://ocfs2.wiki.kernel.org
12031 S:      Supported
12032 F:      Documentation/filesystems/ocfs2.txt
12033 F:      Documentation/filesystems/dlmfs.txt
12034 F:      fs/ocfs2/
12035
12036 ORANGEFS FILESYSTEM
12037 M:      Mike Marshall <hubcap@omnibond.com>
12038 R:      Martin Brandenburg <martin@omnibond.com>
12039 L:      devel@lists.orangefs.org
12040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
12041 S:      Supported
12042 F:      fs/orangefs/
12043 F:      Documentation/filesystems/orangefs.txt
12044
12045 ORINOCO DRIVER
12046 L:      linux-wireless@vger.kernel.org
12047 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
12048 W:      http://www.nongnu.org/orinoco/
12049 S:      Orphan
12050 F:      drivers/net/wireless/intersil/orinoco/
12051
12052 OV2659 OMNIVISION SENSOR DRIVER
12053 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12054 L:      linux-media@vger.kernel.org
12055 W:      https://linuxtv.org
12056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12057 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12058 S:      Maintained
12059 F:      drivers/media/i2c/ov2659.c
12060 F:      include/media/i2c/ov2659.h
12061
12062 OVERLAY FILESYSTEM
12063 M:      Miklos Szeredi <miklos@szeredi.hu>
12064 L:      linux-unionfs@vger.kernel.org
12065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
12066 S:      Supported
12067 F:      fs/overlayfs/
12068 F:      Documentation/filesystems/overlayfs.txt
12069
12070 P54 WIRELESS DRIVER
12071 M:      Christian Lamparter <chunkeey@googlemail.com>
12072 L:      linux-wireless@vger.kernel.org
12073 W:      http://wireless.kernel.org/en/users/Drivers/p54
12074 S:      Maintained
12075 F:      drivers/net/wireless/intersil/p54/
12076
12077 PA SEMI ETHERNET DRIVER
12078 L:      netdev@vger.kernel.org
12079 S:      Orphan
12080 F:      drivers/net/ethernet/pasemi/*
12081
12082 PA SEMI SMBUS DRIVER
12083 L:      linux-i2c@vger.kernel.org
12084 S:      Orphan
12085 F:      drivers/i2c/busses/i2c-pasemi.c
12086
12087 PACKING
12088 M:      Vladimir Oltean <olteanv@gmail.com>
12089 L:      netdev@vger.kernel.org
12090 S:      Supported
12091 F:      lib/packing.c
12092 F:      include/linux/packing.h
12093 F:      Documentation/core-api/packing.rst
12094
12095 PADATA PARALLEL EXECUTION MECHANISM
12096 M:      Steffen Klassert <steffen.klassert@secunet.com>
12097 L:      linux-crypto@vger.kernel.org
12098 S:      Maintained
12099 F:      kernel/padata.c
12100 F:      include/linux/padata.h
12101 F:      Documentation/padata.txt
12102
12103 PAGE POOL
12104 M:      Jesper Dangaard Brouer <hawk@kernel.org>
12105 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
12106 L:      netdev@vger.kernel.org
12107 S:      Supported
12108 F:      net/core/page_pool.c
12109 F:      include/net/page_pool.h
12110
12111 PANASONIC LAPTOP ACPI EXTRAS DRIVER
12112 M:      Harald Welte <laforge@gnumonks.org>
12113 L:      platform-driver-x86@vger.kernel.org
12114 S:      Maintained
12115 F:      drivers/platform/x86/panasonic-laptop.c
12116
12117 PARALLEL LCD/KEYPAD PANEL DRIVER
12118 M:      Willy Tarreau <willy@haproxy.com>
12119 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
12120 S:      Odd Fixes
12121 F:      Documentation/admin-guide/lcd-panel-cgram.rst
12122 F:      drivers/auxdisplay/panel.c
12123
12124 PARALLEL PORT SUBSYSTEM
12125 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12126 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12127 L:      linux-parport@lists.infradead.org (subscribers-only)
12128 S:      Maintained
12129 F:      drivers/parport/
12130 F:      include/linux/parport*.h
12131 F:      drivers/char/ppdev.c
12132 F:      include/uapi/linux/ppdev.h
12133 F:      Documentation/driver-api/parport*.rst
12134
12135 PARAVIRT_OPS INTERFACE
12136 M:      Juergen Gross <jgross@suse.com>
12137 M:      Thomas Hellstrom <thellstrom@vmware.com>
12138 M:      "VMware, Inc." <pv-drivers@vmware.com>
12139 L:      virtualization@lists.linux-foundation.org
12140 S:      Supported
12141 F:      Documentation/virt/paravirt_ops.rst
12142 F:      arch/*/kernel/paravirt*
12143 F:      arch/*/include/asm/paravirt*.h
12144 F:      include/linux/hypervisor.h
12145
12146 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
12147 M:      Tim Waugh <tim@cyberelk.net>
12148 L:      linux-parport@lists.infradead.org (subscribers-only)
12149 S:      Maintained
12150 F:      Documentation/admin-guide/blockdev/paride.rst
12151 F:      drivers/block/paride/
12152
12153 PARISC ARCHITECTURE
12154 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
12155 M:      Helge Deller <deller@gmx.de>
12156 L:      linux-parisc@vger.kernel.org
12157 W:      http://www.parisc-linux.org/
12158 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
12159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
12160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
12161 S:      Maintained
12162 F:      arch/parisc/
12163 F:      Documentation/parisc/
12164 F:      drivers/parisc/
12165 F:      drivers/char/agp/parisc-agp.c
12166 F:      drivers/input/serio/gscps2.c
12167 F:      drivers/parport/parport_gsc.*
12168 F:      drivers/tty/serial/8250/8250_gsc.c
12169 F:      drivers/video/fbdev/sti*
12170 F:      drivers/video/console/sti*
12171 F:      drivers/video/logo/logo_parisc*
12172
12173 PARMAN
12174 M:      Jiri Pirko <jiri@mellanox.com>
12175 L:      netdev@vger.kernel.org
12176 S:      Supported
12177 F:      lib/parman.c
12178 F:      lib/test_parman.c
12179 F:      include/linux/parman.h
12180
12181 PC ENGINES APU BOARD DRIVER
12182 M:      Enrico Weigelt, metux IT consult <info@metux.net>
12183 S:      Maintained
12184 F:      drivers/platform/x86/pcengines-apuv2.c
12185
12186 PC87360 HARDWARE MONITORING DRIVER
12187 M:      Jim Cromie <jim.cromie@gmail.com>
12188 L:      linux-hwmon@vger.kernel.org
12189 S:      Maintained
12190 F:      Documentation/hwmon/pc87360.rst
12191 F:      drivers/hwmon/pc87360.c
12192
12193 PC8736x GPIO DRIVER
12194 M:      Jim Cromie <jim.cromie@gmail.com>
12195 S:      Maintained
12196 F:      drivers/char/pc8736x_gpio.c
12197
12198 PC87427 HARDWARE MONITORING DRIVER
12199 M:      Jean Delvare <jdelvare@suse.com>
12200 L:      linux-hwmon@vger.kernel.org
12201 S:      Maintained
12202 F:      Documentation/hwmon/pc87427.rst
12203 F:      drivers/hwmon/pc87427.c
12204
12205 PCA9532 LED DRIVER
12206 M:      Riku Voipio <riku.voipio@iki.fi>
12207 S:      Maintained
12208 F:      drivers/leds/leds-pca9532.c
12209 F:      include/linux/leds-pca9532.h
12210
12211 PCA9541 I2C BUS MASTER SELECTOR DRIVER
12212 M:      Guenter Roeck <linux@roeck-us.net>
12213 L:      linux-i2c@vger.kernel.org
12214 S:      Maintained
12215 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
12216
12217 PCDP - PRIMARY CONSOLE AND DEBUG PORT
12218 M:      Khalid Aziz <khalid@gonehiking.org>
12219 S:      Maintained
12220 F:      drivers/firmware/pcdp.*
12221
12222 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
12223 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12224 L:      linux-pci@vger.kernel.org
12225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12226 S:      Maintained
12227 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
12228 F:      drivers/pci/controller/pci-aardvark.c
12229
12230 PCI DRIVER FOR ALTERA PCIE IP
12231 M:      Ley Foon Tan <lftan@altera.com>
12232 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
12233 L:      linux-pci@vger.kernel.org
12234 S:      Supported
12235 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
12236 F:      drivers/pci/controller/pcie-altera.c
12237
12238 PCI DRIVER FOR APPLIEDMICRO XGENE
12239 M:      Toan Le <toan@os.amperecomputing.com>
12240 L:      linux-pci@vger.kernel.org
12241 L:      linux-arm-kernel@lists.infradead.org
12242 S:      Maintained
12243 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
12244 F:      drivers/pci/controller/pci-xgene.c
12245
12246 PCI DRIVER FOR ARM VERSATILE PLATFORM
12247 M:      Rob Herring <robh@kernel.org>
12248 L:      linux-pci@vger.kernel.org
12249 L:      linux-arm-kernel@lists.infradead.org
12250 S:      Maintained
12251 F:      Documentation/devicetree/bindings/pci/versatile.txt
12252 F:      drivers/pci/controller/pci-versatile.c
12253
12254 PCI DRIVER FOR ARMADA 8K
12255 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12256 L:      linux-pci@vger.kernel.org
12257 L:      linux-arm-kernel@lists.infradead.org
12258 S:      Maintained
12259 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
12260 F:      drivers/pci/controller/dwc/pcie-armada8k.c
12261
12262 PCI DRIVER FOR CADENCE PCIE IP
12263 M:      Tom Joseph <tjoseph@cadence.com>
12264 L:      linux-pci@vger.kernel.org
12265 S:      Maintained
12266 F:      Documentation/devicetree/bindings/pci/cdns,*.txt
12267 F:      drivers/pci/controller/pcie-cadence*
12268
12269 PCI DRIVER FOR FREESCALE LAYERSCAPE
12270 M:      Minghuan Lian <minghuan.Lian@nxp.com>
12271 M:      Mingkai Hu <mingkai.hu@nxp.com>
12272 M:      Roy Zang <roy.zang@nxp.com>
12273 L:      linuxppc-dev@lists.ozlabs.org
12274 L:      linux-pci@vger.kernel.org
12275 L:      linux-arm-kernel@lists.infradead.org
12276 S:      Maintained
12277 F:      drivers/pci/controller/dwc/*layerscape*
12278
12279 PCI DRIVER FOR GENERIC OF HOSTS
12280 M:      Will Deacon <will@kernel.org>
12281 L:      linux-pci@vger.kernel.org
12282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12283 S:      Maintained
12284 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
12285 F:      drivers/pci/controller/pci-host-common.c
12286 F:      drivers/pci/controller/pci-host-generic.c
12287
12288 PCI DRIVER FOR IMX6
12289 M:      Richard Zhu <hongxing.zhu@nxp.com>
12290 M:      Lucas Stach <l.stach@pengutronix.de>
12291 L:      linux-pci@vger.kernel.org
12292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12293 S:      Maintained
12294 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
12295 F:      drivers/pci/controller/dwc/*imx6*
12296
12297 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
12298 M:      Keith Busch <keith.busch@intel.com>
12299 M:      Jonathan Derrick <jonathan.derrick@intel.com>
12300 L:      linux-pci@vger.kernel.org
12301 S:      Supported
12302 F:      drivers/pci/controller/vmd.c
12303
12304 PCI DRIVER FOR MICROSEMI SWITCHTEC
12305 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
12306 M:      Logan Gunthorpe <logang@deltatee.com>
12307 L:      linux-pci@vger.kernel.org
12308 S:      Maintained
12309 F:      Documentation/driver-api/switchtec.rst
12310 F:      Documentation/ABI/testing/sysfs-class-switchtec
12311 F:      drivers/pci/switch/switchtec*
12312 F:      include/uapi/linux/switchtec_ioctl.h
12313 F:      include/linux/switchtec.h
12314 F:      drivers/ntb/hw/mscc/
12315
12316 PCI DRIVER FOR MOBIVEIL PCIE IP
12317 M:      Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
12318 M:      Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
12319 L:      linux-pci@vger.kernel.org
12320 S:      Supported
12321 F:      Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
12322 F:      drivers/pci/controller/pcie-mobiveil.c
12323
12324 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
12325 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12326 M:      Jason Cooper <jason@lakedaemon.net>
12327 L:      linux-pci@vger.kernel.org
12328 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12329 S:      Maintained
12330 F:      drivers/pci/controller/*mvebu*
12331
12332 PCI DRIVER FOR NVIDIA TEGRA
12333 M:      Thierry Reding <thierry.reding@gmail.com>
12334 L:      linux-tegra@vger.kernel.org
12335 L:      linux-pci@vger.kernel.org
12336 S:      Supported
12337 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
12338 F:      drivers/pci/controller/pci-tegra.c
12339
12340 PCI DRIVER FOR RENESAS R-CAR
12341 M:      Simon Horman <horms@verge.net.au>
12342 L:      linux-pci@vger.kernel.org
12343 L:      linux-renesas-soc@vger.kernel.org
12344 S:      Maintained
12345 F:      drivers/pci/controller/*rcar*
12346
12347 PCI DRIVER FOR SAMSUNG EXYNOS
12348 M:      Jingoo Han <jingoohan1@gmail.com>
12349 L:      linux-pci@vger.kernel.org
12350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12351 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12352 S:      Maintained
12353 F:      drivers/pci/controller/dwc/pci-exynos.c
12354
12355 PCI DRIVER FOR SYNOPSYS DESIGNWARE
12356 M:      Jingoo Han <jingoohan1@gmail.com>
12357 M:      Gustavo Pimentel <gustavo.pimentel@synopsys.com>
12358 L:      linux-pci@vger.kernel.org
12359 S:      Maintained
12360 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
12361 F:      drivers/pci/controller/dwc/*designware*
12362
12363 PCI DRIVER FOR TI DRA7XX
12364 M:      Kishon Vijay Abraham I <kishon@ti.com>
12365 L:      linux-omap@vger.kernel.org
12366 L:      linux-pci@vger.kernel.org
12367 S:      Supported
12368 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
12369 F:      drivers/pci/controller/dwc/pci-dra7xx.c
12370
12371 PCI DRIVER FOR TI KEYSTONE
12372 M:      Murali Karicheri <m-karicheri2@ti.com>
12373 L:      linux-pci@vger.kernel.org
12374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12375 S:      Maintained
12376 F:      drivers/pci/controller/dwc/pci-keystone.c
12377
12378 PCI ENDPOINT SUBSYSTEM
12379 M:      Kishon Vijay Abraham I <kishon@ti.com>
12380 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
12381 L:      linux-pci@vger.kernel.org
12382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
12383 S:      Supported
12384 F:      drivers/pci/endpoint/
12385 F:      drivers/misc/pci_endpoint_test.c
12386 F:      tools/pci/
12387
12388 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
12389 M:      Russell Currey <ruscur@russell.cc>
12390 M:      Sam Bobroff <sbobroff@linux.ibm.com>
12391 M:      Oliver O'Halloran <oohall@gmail.com>
12392 L:      linuxppc-dev@lists.ozlabs.org
12393 S:      Supported
12394 F:      Documentation/PCI/pci-error-recovery.rst
12395 F:      drivers/pci/pcie/aer.c
12396 F:      drivers/pci/pcie/dpc.c
12397 F:      drivers/pci/pcie/err.c
12398 F:      Documentation/powerpc/eeh-pci-error-recovery.rst
12399 F:      arch/powerpc/kernel/eeh*.c
12400 F:      arch/powerpc/platforms/*/eeh*.c
12401 F:      arch/powerpc/include/*/eeh*.h
12402
12403 PCI ERROR RECOVERY
12404 M:      Linas Vepstas <linasvepstas@gmail.com>
12405 L:      linux-pci@vger.kernel.org
12406 S:      Supported
12407 F:      Documentation/PCI/pci-error-recovery.rst
12408
12409 PCI MSI DRIVER FOR ALTERA MSI IP
12410 M:      Ley Foon Tan <lftan@altera.com>
12411 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
12412 L:      linux-pci@vger.kernel.org
12413 S:      Supported
12414 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
12415 F:      drivers/pci/controller/pcie-altera-msi.c
12416
12417 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
12418 M:      Toan Le <toan@os.amperecomputing.com>
12419 L:      linux-pci@vger.kernel.org
12420 L:      linux-arm-kernel@lists.infradead.org
12421 S:      Maintained
12422 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
12423 F:      drivers/pci/controller/pci-xgene-msi.c
12424
12425 PCI SUBSYSTEM
12426 M:      Bjorn Helgaas <bhelgaas@google.com>
12427 L:      linux-pci@vger.kernel.org
12428 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
12429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
12430 S:      Supported
12431 F:      Documentation/devicetree/bindings/pci/
12432 F:      Documentation/PCI/
12433 F:      drivers/acpi/pci*
12434 F:      drivers/pci/
12435 F:      include/asm-generic/pci*
12436 F:      include/linux/pci*
12437 F:      include/linux/of_pci.h
12438 F:      include/uapi/linux/pci*
12439 F:      lib/pci*
12440 F:      arch/x86/pci/
12441 F:      arch/x86/kernel/quirks.c
12442 F:      arch/x86/kernel/early-quirks.c
12443
12444 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
12445 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
12446 L:      linux-pci@vger.kernel.org
12447 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
12448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
12449 S:      Supported
12450 F:      drivers/pci/controller/
12451
12452 PCIE DRIVER FOR ANNAPURNA LABS
12453 M:      Jonathan Chocron <jonnyc@amazon.com>
12454 L:      linux-pci@vger.kernel.org
12455 S:      Maintained
12456 F:      drivers/pci/controller/dwc/pcie-al.c
12457
12458 PCIE DRIVER FOR AMLOGIC MESON
12459 M:      Yue Wang <yue.wang@Amlogic.com>
12460 L:      linux-pci@vger.kernel.org
12461 L:      linux-amlogic@lists.infradead.org
12462 S:      Maintained
12463 F:      drivers/pci/controller/dwc/pci-meson.c
12464
12465 PCIE DRIVER FOR AXIS ARTPEC
12466 M:      Jesper Nilsson <jesper.nilsson@axis.com>
12467 L:      linux-arm-kernel@axis.com
12468 L:      linux-pci@vger.kernel.org
12469 S:      Maintained
12470 F:      Documentation/devicetree/bindings/pci/axis,artpec*
12471 F:      drivers/pci/controller/dwc/*artpec*
12472
12473 PCIE DRIVER FOR CAVIUM THUNDERX
12474 M:      David Daney <david.daney@cavium.com>
12475 L:      linux-pci@vger.kernel.org
12476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12477 S:      Supported
12478 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
12479 F:      drivers/pci/controller/pci-thunder-*
12480
12481 PCIE DRIVER FOR HISILICON
12482 M:      Zhou Wang <wangzhou1@hisilicon.com>
12483 L:      linux-pci@vger.kernel.org
12484 S:      Maintained
12485 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
12486 F:      drivers/pci/controller/dwc/pcie-hisi.c
12487
12488 PCIE DRIVER FOR HISILICON KIRIN
12489 M:      Xiaowei Song <songxiaowei@hisilicon.com>
12490 M:      Binghui Wang <wangbinghui@hisilicon.com>
12491 L:      linux-pci@vger.kernel.org
12492 S:      Maintained
12493 F:      Documentation/devicetree/bindings/pci/kirin-pcie.txt
12494 F:      drivers/pci/controller/dwc/pcie-kirin.c
12495
12496 PCIE DRIVER FOR HISILICON STB
12497 M:      Shawn Guo <shawn.guo@linaro.org>
12498 L:      linux-pci@vger.kernel.org
12499 S:      Maintained
12500 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
12501 F:      drivers/pci/controller/dwc/pcie-histb.c
12502
12503 PCIE DRIVER FOR MEDIATEK
12504 M:      Ryder Lee <ryder.lee@mediatek.com>
12505 L:      linux-pci@vger.kernel.org
12506 L:      linux-mediatek@lists.infradead.org
12507 S:      Supported
12508 F:      Documentation/devicetree/bindings/pci/mediatek*
12509 F:      drivers/pci/controller/*mediatek*
12510
12511 PCIE DRIVER FOR QUALCOMM MSM
12512 M:      Stanimir Varbanov <svarbanov@mm-sol.com>
12513 L:      linux-pci@vger.kernel.org
12514 L:      linux-arm-msm@vger.kernel.org
12515 S:      Maintained
12516 F:      drivers/pci/controller/dwc/*qcom*
12517
12518 PCIE DRIVER FOR ROCKCHIP
12519 M:      Shawn Lin <shawn.lin@rock-chips.com>
12520 L:      linux-pci@vger.kernel.org
12521 L:      linux-rockchip@lists.infradead.org
12522 S:      Maintained
12523 F:      Documentation/devicetree/bindings/pci/rockchip-pcie*
12524 F:      drivers/pci/controller/pcie-rockchip*
12525
12526 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
12527 M:      Linus Walleij <linus.walleij@linaro.org>
12528 L:      linux-pci@vger.kernel.org
12529 S:      Maintained
12530 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
12531 F:      drivers/pci/controller/pci-v3-semi.c
12532
12533 PCIE DRIVER FOR SOCIONEXT UNIPHIER
12534 M:      Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
12535 L:      linux-pci@vger.kernel.org
12536 S:      Maintained
12537 F:      Documentation/devicetree/bindings/pci/uniphier-pcie.txt
12538 F:      drivers/pci/controller/dwc/pcie-uniphier.c
12539
12540 PCIE DRIVER FOR ST SPEAR13XX
12541 M:      Pratyush Anand <pratyush.anand@gmail.com>
12542 L:      linux-pci@vger.kernel.org
12543 S:      Maintained
12544 F:      drivers/pci/controller/dwc/*spear*
12545
12546 PCMCIA SUBSYSTEM
12547 M:      Dominik Brodowski <linux@dominikbrodowski.net>
12548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
12549 S:      Odd Fixes
12550 F:      Documentation/pcmcia/
12551 F:      tools/pcmcia/
12552 F:      drivers/pcmcia/
12553 F:      include/pcmcia/
12554
12555 PCNET32 NETWORK DRIVER
12556 M:      Don Fry <pcnet32@frontier.com>
12557 L:      netdev@vger.kernel.org
12558 S:      Maintained
12559 F:      drivers/net/ethernet/amd/pcnet32.c
12560
12561 PCRYPT PARALLEL CRYPTO ENGINE
12562 M:      Steffen Klassert <steffen.klassert@secunet.com>
12563 L:      linux-crypto@vger.kernel.org
12564 S:      Maintained
12565 F:      crypto/pcrypt.c
12566 F:      include/crypto/pcrypt.h
12567
12568 PEAQ WMI HOTKEYS DRIVER
12569 M:      Hans de Goede <hdegoede@redhat.com>
12570 L:      platform-driver-x86@vger.kernel.org
12571 S:      Maintained
12572 F:      drivers/platform/x86/peaq-wmi.c
12573
12574 PER-CPU MEMORY ALLOCATOR
12575 M:      Dennis Zhou <dennis@kernel.org>
12576 M:      Tejun Heo <tj@kernel.org>
12577 M:      Christoph Lameter <cl@linux.com>
12578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
12579 S:      Maintained
12580 F:      include/linux/percpu*.h
12581 F:      mm/percpu*.c
12582 F:      arch/*/include/asm/percpu.h
12583
12584 PER-TASK DELAY ACCOUNTING
12585 M:      Balbir Singh <bsingharora@gmail.com>
12586 S:      Maintained
12587 F:      include/linux/delayacct.h
12588 F:      kernel/delayacct.c
12589
12590 PERFORMANCE EVENTS SUBSYSTEM
12591 M:      Peter Zijlstra <peterz@infradead.org>
12592 M:      Ingo Molnar <mingo@redhat.com>
12593 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
12594 R:      Mark Rutland <mark.rutland@arm.com>
12595 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
12596 R:      Jiri Olsa <jolsa@redhat.com>
12597 R:      Namhyung Kim <namhyung@kernel.org>
12598 L:      linux-kernel@vger.kernel.org
12599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
12600 S:      Supported
12601 F:      kernel/events/*
12602 F:      include/linux/perf_event.h
12603 F:      include/uapi/linux/perf_event.h
12604 F:      arch/*/kernel/perf_event*.c
12605 F:      arch/*/kernel/*/perf_event*.c
12606 F:      arch/*/kernel/*/*/perf_event*.c
12607 F:      arch/*/include/asm/perf_event.h
12608 F:      arch/*/kernel/perf_callchain.c
12609 F:      arch/*/events/*
12610 F:      arch/*/events/*/*
12611 F:      tools/perf/
12612
12613 PERSONALITY HANDLING
12614 M:      Christoph Hellwig <hch@infradead.org>
12615 L:      linux-abi-devel@lists.sourceforge.net
12616 S:      Maintained
12617 F:      include/linux/personality.h
12618 F:      include/uapi/linux/personality.h
12619
12620 PHOENIX RC FLIGHT CONTROLLER ADAPTER
12621 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
12622 L:      linux-input@vger.kernel.org
12623 S:      Maintained
12624 F:      Documentation/input/devices/pxrc.rst
12625 F:      drivers/input/joystick/pxrc.c
12626
12627 PHONET PROTOCOL
12628 M:      Remi Denis-Courmont <courmisch@gmail.com>
12629 S:      Supported
12630 F:      Documentation/networking/phonet.txt
12631 F:      include/linux/phonet.h
12632 F:      include/net/phonet/
12633 F:      include/uapi/linux/phonet.h
12634 F:      net/phonet/
12635
12636 PHRAM MTD DRIVER
12637 M:      Joern Engel <joern@lazybastard.org>
12638 L:      linux-mtd@lists.infradead.org
12639 S:      Maintained
12640 F:      drivers/mtd/devices/phram.c
12641
12642 PICOLCD HID DRIVER
12643 M:      Bruno Prémont <bonbons@linux-vserver.org>
12644 L:      linux-input@vger.kernel.org
12645 S:      Maintained
12646 F:      drivers/hid/hid-picolcd*
12647
12648 PICOXCELL SUPPORT
12649 M:      Jamie Iles <jamie@jamieiles.com>
12650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12651 T:      git git://github.com/jamieiles/linux-2.6-ji.git
12652 S:      Supported
12653 F:      arch/arm/boot/dts/picoxcell*
12654 F:      arch/arm/mach-picoxcell/
12655 F:      drivers/crypto/picoxcell*
12656
12657 PIDFD API
12658 M:      Christian Brauner <christian@brauner.io>
12659 L:      linux-kernel@vger.kernel.org
12660 S:      Maintained
12661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
12662 F:      samples/pidfd/
12663 F:      tools/testing/selftests/pidfd/
12664 K:      (?i)pidfd
12665 K:      (?i)clone3
12666 K:      \b(clone_args|kernel_clone_args)\b
12667
12668 PIN CONTROL SUBSYSTEM
12669 M:      Linus Walleij <linus.walleij@linaro.org>
12670 L:      linux-gpio@vger.kernel.org
12671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
12672 S:      Maintained
12673 F:      Documentation/devicetree/bindings/pinctrl/
12674 F:      Documentation/driver-api/pinctl.rst
12675 F:      drivers/pinctrl/
12676 F:      include/linux/pinctrl/
12677
12678 PIN CONTROLLER - MICROCHIP AT91
12679 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
12680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12681 L:      linux-gpio@vger.kernel.org
12682 S:      Supported
12683 F:      drivers/pinctrl/pinctrl-at91*
12684 F:      drivers/gpio/gpio-sama5d2-piobu.c
12685
12686 PIN CONTROLLER - FREESCALE
12687 M:      Dong Aisheng <aisheng.dong@nxp.com>
12688 M:      Fabio Estevam <festevam@gmail.com>
12689 M:      Shawn Guo <shawnguo@kernel.org>
12690 M:      Stefan Agner <stefan@agner.ch>
12691 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
12692 L:      linux-gpio@vger.kernel.org
12693 S:      Maintained
12694 F:      drivers/pinctrl/freescale/
12695 F:      Documentation/devicetree/bindings/pinctrl/fsl,*
12696
12697 PIN CONTROLLER - INTEL
12698 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
12699 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
12700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
12701 S:      Maintained
12702 F:      drivers/pinctrl/intel/
12703
12704 PIN CONTROLLER - MEDIATEK
12705 M:      Sean Wang <sean.wang@kernel.org>
12706 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
12707 S:      Maintained
12708 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
12709 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
12710 F:      drivers/pinctrl/mediatek/
12711
12712 PIN CONTROLLER - QUALCOMM
12713 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
12714 S:      Maintained
12715 L:      linux-arm-msm@vger.kernel.org
12716 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
12717 F:      drivers/pinctrl/qcom/
12718
12719 PIN CONTROLLER - RENESAS
12720 M:      Geert Uytterhoeven <geert+renesas@glider.be>
12721 L:      linux-renesas-soc@vger.kernel.org
12722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
12723 S:      Maintained
12724 F:      drivers/pinctrl/pinctrl-rz*
12725 F:      drivers/pinctrl/sh-pfc/
12726
12727 PIN CONTROLLER - SAMSUNG
12728 M:      Tomasz Figa <tomasz.figa@gmail.com>
12729 M:      Krzysztof Kozlowski <krzk@kernel.org>
12730 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
12731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12732 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12733 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
12734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
12735 S:      Maintained
12736 F:      drivers/pinctrl/samsung/
12737 F:      include/dt-bindings/pinctrl/samsung.h
12738 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
12739
12740 PIN CONTROLLER - SINGLE
12741 M:      Tony Lindgren <tony@atomide.com>
12742 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
12743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12744 L:      linux-omap@vger.kernel.org
12745 S:      Maintained
12746 F:      drivers/pinctrl/pinctrl-single.c
12747
12748 PIN CONTROLLER - ST SPEAR
12749 M:      Viresh Kumar <vireshk@kernel.org>
12750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12751 W:      http://www.st.com/spear
12752 S:      Maintained
12753 F:      drivers/pinctrl/spear/
12754
12755 PISTACHIO SOC SUPPORT
12756 M:      James Hartley <james.hartley@sondrel.com>
12757 L:      linux-mips@vger.kernel.org
12758 S:      Odd Fixes
12759 F:      arch/mips/pistachio/
12760 F:      arch/mips/include/asm/mach-pistachio/
12761 F:      arch/mips/boot/dts/img/pistachio*
12762 F:      arch/mips/configs/pistachio*_defconfig
12763
12764 PKTCDVD DRIVER
12765 S:      Orphan
12766 M:      linux-block@vger.kernel.org
12767 F:      drivers/block/pktcdvd.c
12768 F:      include/linux/pktcdvd.h
12769 F:      include/uapi/linux/pktcdvd.h
12770
12771 PKUNITY SOC DRIVERS
12772 M:      Guan Xuetao <gxt@pku.edu.cn>
12773 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12774 S:      Maintained
12775 T:      git git://github.com/gxt/linux.git
12776 F:      drivers/input/serio/i8042-unicore32io.h
12777 F:      drivers/i2c/busses/i2c-puv3.c
12778 F:      drivers/video/fbdev/fb-puv3.c
12779 F:      drivers/rtc/rtc-puv3.c
12780
12781 PMBUS HARDWARE MONITORING DRIVERS
12782 M:      Guenter Roeck <linux@roeck-us.net>
12783 L:      linux-hwmon@vger.kernel.org
12784 W:      http://hwmon.wiki.kernel.org/
12785 W:      http://www.roeck-us.net/linux/drivers/
12786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
12787 S:      Maintained
12788 F:      Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt
12789 F:      Documentation/devicetree/bindings/hwmon/max31785.txt
12790 F:      Documentation/devicetree/bindings/hwmon/ltc2978.txt
12791 F:      Documentation/hwmon/adm1275.rst
12792 F:      Documentation/hwmon/ibm-cffps.rst
12793 F:      Documentation/hwmon/ir35221.rst
12794 F:      Documentation/hwmon/lm25066.rst
12795 F:      Documentation/hwmon/ltc2978.rst
12796 F:      Documentation/hwmon/ltc3815.rst
12797 F:      Documentation/hwmon/max16064.rst
12798 F:      Documentation/hwmon/max20751.rst
12799 F:      Documentation/hwmon/max31785.rst
12800 F:      Documentation/hwmon/max34440.rst
12801 F:      Documentation/hwmon/max8688.rst
12802 F:      Documentation/hwmon/pmbus.rst
12803 F:      Documentation/hwmon/pmbus-core.rst
12804 F:      Documentation/hwmon/tps40422.rst
12805 F:      Documentation/hwmon/ucd9000.rst
12806 F:      Documentation/hwmon/ucd9200.rst
12807 F:      Documentation/hwmon/zl6100.rst
12808 F:      drivers/hwmon/pmbus/
12809 F:      include/linux/pmbus.h
12810
12811 PMC SIERRA MaxRAID DRIVER
12812 L:      linux-scsi@vger.kernel.org
12813 W:      http://www.pmc-sierra.com/
12814 S:      Orphan
12815 F:      drivers/scsi/pmcraid.*
12816
12817 PMC SIERRA PM8001 DRIVER
12818 M:      Jack Wang <jinpu.wang@cloud.ionos.com>
12819 L:      linux-scsi@vger.kernel.org
12820 S:      Supported
12821 F:      drivers/scsi/pm8001/
12822
12823 PNP SUPPORT
12824 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
12825 S:      Maintained
12826 F:      drivers/pnp/
12827
12828 PNI RM3100 IIO DRIVER
12829 M:      Song Qiang <songqiang1304521@gmail.com>
12830 L:      linux-iio@vger.kernel.org
12831 S:      Maintained
12832 F:      drivers/iio/magnetometer/rm3100*
12833 F:      Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt
12834
12835 POSIX CLOCKS and TIMERS
12836 M:      Thomas Gleixner <tglx@linutronix.de>
12837 L:      linux-kernel@vger.kernel.org
12838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
12839 S:      Maintained
12840 F:      fs/timerfd.c
12841 F:      include/linux/timer*
12842 F:      kernel/time/*timer*
12843
12844 POWER MANAGEMENT CORE
12845 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12846 L:      linux-pm@vger.kernel.org
12847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
12848 B:      https://bugzilla.kernel.org
12849 S:      Supported
12850 F:      drivers/base/power/
12851 F:      include/linux/pm.h
12852 F:      include/linux/pm_*
12853 F:      include/linux/powercap.h
12854 F:      include/linux/intel_rapl.h
12855 F:      drivers/powercap/
12856 F:      kernel/configs/nopm.config
12857
12858 POWER STATE COORDINATION INTERFACE (PSCI)
12859 M:      Mark Rutland <mark.rutland@arm.com>
12860 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
12861 L:      linux-arm-kernel@lists.infradead.org
12862 S:      Maintained
12863 F:      drivers/firmware/psci/
12864 F:      include/linux/psci.h
12865 F:      include/uapi/linux/psci.h
12866
12867 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
12868 M:      Sebastian Reichel <sre@kernel.org>
12869 L:      linux-pm@vger.kernel.org
12870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12871 S:      Maintained
12872 F:      Documentation/ABI/testing/sysfs-class-power
12873 F:      Documentation/devicetree/bindings/power/supply/
12874 F:      include/linux/power_supply.h
12875 F:      drivers/power/supply/
12876
12877 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
12878 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
12879 L:      linuxppc-dev@lists.ozlabs.org
12880 S:      Maintained
12881 F:      drivers/char/powernv-op-panel.c
12882
12883 PPP OVER ATM (RFC 2364)
12884 M:      Mitchell Blank Jr <mitch@sfgoth.com>
12885 S:      Maintained
12886 F:      net/atm/pppoatm.c
12887 F:      include/uapi/linux/atmppp.h
12888
12889 PPP OVER ETHERNET
12890 M:      Michal Ostrowski <mostrows@earthlink.net>
12891 S:      Maintained
12892 F:      drivers/net/ppp/pppoe.c
12893 F:      drivers/net/ppp/pppox.c
12894
12895 PPP OVER L2TP
12896 M:      James Chapman <jchapman@katalix.com>
12897 S:      Maintained
12898 F:      net/l2tp/l2tp_ppp.c
12899 F:      include/linux/if_pppol2tp.h
12900 F:      include/uapi/linux/if_pppol2tp.h
12901
12902 PPP PROTOCOL DRIVERS AND COMPRESSORS
12903 M:      Paul Mackerras <paulus@samba.org>
12904 L:      linux-ppp@vger.kernel.org
12905 S:      Maintained
12906 F:      drivers/net/ppp/ppp_*
12907
12908 PPS SUPPORT
12909 M:      Rodolfo Giometti <giometti@enneenne.com>
12910 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
12911 L:      linuxpps@ml.enneenne.com (subscribers-only)
12912 S:      Maintained
12913 F:      Documentation/driver-api/pps.rst
12914 F:      Documentation/devicetree/bindings/pps/pps-gpio.txt
12915 F:      Documentation/ABI/testing/sysfs-pps
12916 F:      drivers/pps/
12917 F:      include/linux/pps*.h
12918 F:      include/uapi/linux/pps.h
12919
12920 PPTP DRIVER
12921 M:      Dmitry Kozlov <xeb@mail.ru>
12922 L:      netdev@vger.kernel.org
12923 S:      Maintained
12924 F:      drivers/net/ppp/pptp.c
12925 W:      http://sourceforge.net/projects/accel-pptp
12926
12927 PRINTK
12928 M:      Petr Mladek <pmladek@suse.com>
12929 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
12930 R:      Steven Rostedt <rostedt@goodmis.org>
12931 S:      Maintained
12932 F:      kernel/printk/
12933 F:      include/linux/printk.h
12934
12935 PRISM54 WIRELESS DRIVER
12936 M:      Luis Chamberlain <mcgrof@kernel.org>
12937 L:      linux-wireless@vger.kernel.org
12938 W:      http://wireless.kernel.org/en/users/Drivers/p54
12939 S:      Obsolete
12940 F:      drivers/net/wireless/intersil/prism54/
12941
12942 PROC FILESYSTEM
12943 R:      Alexey Dobriyan <adobriyan@gmail.com>
12944 L:      linux-kernel@vger.kernel.org
12945 L:      linux-fsdevel@vger.kernel.org
12946 S:      Maintained
12947 F:      fs/proc/
12948 F:      include/linux/proc_fs.h
12949 F:      tools/testing/selftests/proc/
12950 F:      Documentation/filesystems/proc.txt
12951
12952 PROC SYSCTL
12953 M:      Luis Chamberlain <mcgrof@kernel.org>
12954 M:      Kees Cook <keescook@chromium.org>
12955 L:      linux-kernel@vger.kernel.org
12956 L:      linux-fsdevel@vger.kernel.org
12957 S:      Maintained
12958 F:      fs/proc/proc_sysctl.c
12959 F:      include/linux/sysctl.h
12960 F:      kernel/sysctl.c
12961 F:      tools/testing/selftests/sysctl/
12962
12963 PS3 NETWORK SUPPORT
12964 M:      Geoff Levand <geoff@infradead.org>
12965 L:      netdev@vger.kernel.org
12966 L:      linuxppc-dev@lists.ozlabs.org
12967 S:      Maintained
12968 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
12969
12970 PS3 PLATFORM SUPPORT
12971 M:      Geoff Levand <geoff@infradead.org>
12972 L:      linuxppc-dev@lists.ozlabs.org
12973 S:      Maintained
12974 F:      arch/powerpc/boot/ps3*
12975 F:      arch/powerpc/include/asm/lv1call.h
12976 F:      arch/powerpc/include/asm/ps3*.h
12977 F:      arch/powerpc/platforms/ps3/
12978 F:      drivers/*/ps3*
12979 F:      drivers/ps3/
12980 F:      drivers/rtc/rtc-ps3.c
12981 F:      drivers/usb/host/*ps3.c
12982 F:      sound/ppc/snd_ps3*
12983
12984 PS3VRAM DRIVER
12985 M:      Jim Paris <jim@jtan.com>
12986 M:      Geoff Levand <geoff@infradead.org>
12987 L:      linuxppc-dev@lists.ozlabs.org
12988 S:      Maintained
12989 F:      drivers/block/ps3vram.c
12990
12991 PSAMPLE PACKET SAMPLING SUPPORT:
12992 M:      Yotam Gigi <yotam.gi@gmail.com>
12993 S:      Maintained
12994 F:      net/psample
12995 F:      include/net/psample.h
12996 F:      include/uapi/linux/psample.h
12997
12998 PSTORE FILESYSTEM
12999 M:      Kees Cook <keescook@chromium.org>
13000 M:      Anton Vorontsov <anton@enomsg.org>
13001 M:      Colin Cross <ccross@android.com>
13002 M:      Tony Luck <tony.luck@intel.com>
13003 S:      Maintained
13004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
13005 F:      fs/pstore/
13006 F:      include/linux/pstore*
13007 F:      drivers/firmware/efi/efi-pstore.c
13008 F:      drivers/acpi/apei/erst.c
13009 F:      Documentation/admin-guide/ramoops.rst
13010 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
13011 K:      \b(pstore|ramoops)
13012
13013 PTP HARDWARE CLOCK SUPPORT
13014 M:      Richard Cochran <richardcochran@gmail.com>
13015 L:      netdev@vger.kernel.org
13016 S:      Maintained
13017 W:      http://linuxptp.sourceforge.net/
13018 F:      Documentation/ABI/testing/sysfs-ptp
13019 F:      Documentation/driver-api/ptp.rst
13020 F:      drivers/net/phy/dp83640*
13021 F:      drivers/ptp/*
13022 F:      include/linux/ptp_cl*
13023
13024 PTRACE SUPPORT
13025 M:      Oleg Nesterov <oleg@redhat.com>
13026 S:      Maintained
13027 F:      include/asm-generic/syscall.h
13028 F:      include/linux/ptrace.h
13029 F:      include/linux/regset.h
13030 F:      include/linux/tracehook.h
13031 F:      include/uapi/linux/ptrace.h
13032 F:      include/uapi/linux/ptrace.h
13033 F:      kernel/ptrace.c
13034 F:      arch/*/ptrace*.c
13035 F:      arch/*/*/ptrace*.c
13036 F:      arch/*/include/asm/ptrace*.h
13037
13038 PULSE8-CEC DRIVER
13039 M:      Hans Verkuil <hverkuil@xs4all.nl>
13040 L:      linux-media@vger.kernel.org
13041 T:      git git://linuxtv.org/media_tree.git
13042 S:      Maintained
13043 F:      drivers/media/usb/pulse8-cec/*
13044 F:      Documentation/media/cec-drivers/pulse8-cec.rst
13045
13046 PVRUSB2 VIDEO4LINUX DRIVER
13047 M:      Mike Isely <isely@pobox.com>
13048 L:      pvrusb2@isely.net       (subscribers-only)
13049 L:      linux-media@vger.kernel.org
13050 W:      http://www.isely.net/pvrusb2/
13051 T:      git git://linuxtv.org/media_tree.git
13052 S:      Maintained
13053 F:      Documentation/media/v4l-drivers/pvrusb2*
13054 F:      drivers/media/usb/pvrusb2/
13055
13056 PWC WEBCAM DRIVER
13057 M:      Hans Verkuil <hverkuil@xs4all.nl>
13058 L:      linux-media@vger.kernel.org
13059 T:      git git://linuxtv.org/media_tree.git
13060 S:      Odd Fixes
13061 F:      drivers/media/usb/pwc/*
13062 F:      include/trace/events/pwc.h
13063
13064 PWM FAN DRIVER
13065 M:      Kamil Debski <kamil@wypas.org>
13066 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
13067 L:      linux-hwmon@vger.kernel.org
13068 S:      Supported
13069 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
13070 F:      Documentation/hwmon/pwm-fan.rst
13071 F:      drivers/hwmon/pwm-fan.c
13072
13073 PWM IR Transmitter
13074 M:      Sean Young <sean@mess.org>
13075 L:      linux-media@vger.kernel.org
13076 S:      Maintained
13077 F:      drivers/media/rc/pwm-ir-tx.c
13078
13079 PWM SUBSYSTEM
13080 M:      Thierry Reding <thierry.reding@gmail.com>
13081 L:      linux-pwm@vger.kernel.org
13082 S:      Maintained
13083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
13084 F:      Documentation/driver-api/pwm.rst
13085 F:      Documentation/devicetree/bindings/pwm/
13086 F:      include/linux/pwm.h
13087 F:      drivers/pwm/
13088 F:      drivers/video/backlight/pwm_bl.c
13089 F:      include/linux/pwm_backlight.h
13090 F:      drivers/gpio/gpio-mvebu.c
13091 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
13092
13093 PXA GPIO DRIVER
13094 M:      Robert Jarzmik <robert.jarzmik@free.fr>
13095 L:      linux-gpio@vger.kernel.org
13096 S:      Maintained
13097 F:      drivers/gpio/gpio-pxa.c
13098
13099 PXA MMCI DRIVER
13100 S:      Orphan
13101
13102 PXA RTC DRIVER
13103 M:      Robert Jarzmik <robert.jarzmik@free.fr>
13104 L:      linux-rtc@vger.kernel.org
13105 S:      Maintained
13106
13107 PXA2xx/PXA3xx SUPPORT
13108 M:      Daniel Mack <daniel@zonque.org>
13109 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
13110 M:      Robert Jarzmik <robert.jarzmik@free.fr>
13111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13112 T:      git git://github.com/hzhuang1/linux.git
13113 T:      git git://github.com/rjarzmik/linux.git
13114 S:      Maintained
13115 F:      arch/arm/boot/dts/pxa*
13116 F:      arch/arm/mach-pxa/
13117 F:      drivers/dma/pxa*
13118 F:      drivers/pcmcia/pxa2xx*
13119 F:      drivers/pinctrl/pxa/
13120 F:      drivers/spi/spi-pxa2xx*
13121 F:      drivers/usb/gadget/udc/pxa2*
13122 F:      include/sound/pxa2xx-lib.h
13123 F:      sound/arm/pxa*
13124 F:      sound/soc/pxa/
13125
13126 QAT DRIVER
13127 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
13128 L:      qat-linux@intel.com
13129 S:      Supported
13130 F:      drivers/crypto/qat/
13131
13132 QCOM AUDIO (ASoC) DRIVERS
13133 M:      Patrick Lai <plai@codeaurora.org>
13134 M:      Banajit Goswami <bgoswami@codeaurora.org>
13135 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13136 S:      Supported
13137 F:      sound/soc/qcom/
13138
13139 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
13140 M:      Gabriel Somlo <somlo@cmu.edu>
13141 M:      "Michael S. Tsirkin" <mst@redhat.com>
13142 L:      qemu-devel@nongnu.org
13143 S:      Maintained
13144 F:      drivers/firmware/qemu_fw_cfg.c
13145 F:      include/uapi/linux/qemu_fw_cfg.h
13146
13147 QIB DRIVER
13148 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
13149 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
13150 L:      linux-rdma@vger.kernel.org
13151 S:      Supported
13152 F:      drivers/infiniband/hw/qib/
13153
13154 QLOGIC QL41xxx FCOE DRIVER
13155 M:      QLogic-Storage-Upstream@cavium.com
13156 L:      linux-scsi@vger.kernel.org
13157 S:      Supported
13158 F:      drivers/scsi/qedf/
13159
13160 QLOGIC QL41xxx ISCSI DRIVER
13161 M:      QLogic-Storage-Upstream@cavium.com
13162 L:      linux-scsi@vger.kernel.org
13163 S:      Supported
13164 F:      drivers/scsi/qedi/
13165
13166 QLOGIC QL4xxx ETHERNET DRIVER
13167 M:      Ariel Elior <aelior@marvell.com>
13168 M:      GR-everest-linux-l2@marvell.com
13169 L:      netdev@vger.kernel.org
13170 S:      Supported
13171 F:      drivers/net/ethernet/qlogic/qed/
13172 F:      include/linux/qed/
13173 F:      drivers/net/ethernet/qlogic/qede/
13174
13175 QLOGIC QL4xxx RDMA DRIVER
13176 M:      Michal Kalderon <mkalderon@marvell.com>
13177 M:      Ariel Elior <aelior@marvell.com>
13178 L:      linux-rdma@vger.kernel.org
13179 S:      Supported
13180 F:      drivers/infiniband/hw/qedr/
13181 F:      include/uapi/rdma/qedr-abi.h
13182
13183 QLOGIC QLA1280 SCSI DRIVER
13184 M:      Michael Reed <mdr@sgi.com>
13185 L:      linux-scsi@vger.kernel.org
13186 S:      Maintained
13187 F:      drivers/scsi/qla1280.[ch]
13188
13189 QLOGIC QLA2XXX FC-SCSI DRIVER
13190 M:      qla2xxx-upstream@qlogic.com
13191 L:      linux-scsi@vger.kernel.org
13192 S:      Supported
13193 F:      Documentation/scsi/LICENSE.qla2xxx
13194 F:      drivers/scsi/qla2xxx/
13195
13196 QLOGIC QLA3XXX NETWORK DRIVER
13197 M:      GR-Linux-NIC-Dev@marvell.com
13198 L:      netdev@vger.kernel.org
13199 S:      Supported
13200 F:      Documentation/networking/device_drivers/qlogic/LICENSE.qla3xxx
13201 F:      drivers/net/ethernet/qlogic/qla3xxx.*
13202
13203 QLOGIC QLA4XXX iSCSI DRIVER
13204 M:      QLogic-Storage-Upstream@qlogic.com
13205 L:      linux-scsi@vger.kernel.org
13206 S:      Supported
13207 F:      Documentation/scsi/LICENSE.qla4xxx
13208 F:      drivers/scsi/qla4xxx/
13209
13210 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
13211 M:      Shahed Shaikh <shshaikh@marvell.com>
13212 M:      Manish Chopra <manishc@marvell.com>
13213 M:      GR-Linux-NIC-Dev@marvell.com
13214 L:      netdev@vger.kernel.org
13215 S:      Supported
13216 F:      drivers/net/ethernet/qlogic/qlcnic/
13217
13218 QLOGIC QLGE 10Gb ETHERNET DRIVER
13219 M:      Manish Chopra <manishc@marvell.com>
13220 M:      GR-Linux-NIC-Dev@marvell.com
13221 L:      netdev@vger.kernel.org
13222 S:      Supported
13223 F:      drivers/net/ethernet/qlogic/qlge/
13224
13225 QM1D1B0004 MEDIA DRIVER
13226 M:      Akihiro Tsukada <tskd08@gmail.com>
13227 L:      linux-media@vger.kernel.org
13228 S:      Odd Fixes
13229 F:      drivers/media/tuners/qm1d1b0004*
13230
13231 QM1D1C0042 MEDIA DRIVER
13232 M:      Akihiro Tsukada <tskd08@gmail.com>
13233 L:      linux-media@vger.kernel.org
13234 S:      Odd Fixes
13235 F:      drivers/media/tuners/qm1d1c0042*
13236
13237 QNX4 FILESYSTEM
13238 M:      Anders Larsen <al@alarsen.net>
13239 W:      http://www.alarsen.net/linux/qnx4fs/
13240 S:      Maintained
13241 F:      fs/qnx4/
13242 F:      include/uapi/linux/qnx4_fs.h
13243 F:      include/uapi/linux/qnxtypes.h
13244
13245 QORIQ DPAA2 FSL-MC BUS DRIVER
13246 M:      Stuart Yoder <stuyoder@gmail.com>
13247 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
13248 L:      linux-kernel@vger.kernel.org
13249 S:      Maintained
13250 F:      drivers/bus/fsl-mc/
13251 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
13252 F:      Documentation/networking/device_drivers/freescale/dpaa2/overview.rst
13253
13254 QT1010 MEDIA DRIVER
13255 M:      Antti Palosaari <crope@iki.fi>
13256 L:      linux-media@vger.kernel.org
13257 W:      https://linuxtv.org
13258 W:      http://palosaari.fi/linux/
13259 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13260 T:      git git://linuxtv.org/anttip/media_tree.git
13261 S:      Maintained
13262 F:      drivers/media/tuners/qt1010*
13263
13264 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
13265 M:      Kalle Valo <kvalo@codeaurora.org>
13266 L:      ath10k@lists.infradead.org
13267 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
13268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
13269 S:      Supported
13270 F:      drivers/net/wireless/ath/ath10k/
13271
13272 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
13273 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
13274 L:      linux-wireless@vger.kernel.org
13275 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
13276 S:      Supported
13277 F:      drivers/net/wireless/ath/ath9k/
13278
13279 QUALCOMM CAMERA SUBSYSTEM DRIVER
13280 M:      Todor Tomov <todor.too@gmail.com>
13281 L:      linux-media@vger.kernel.org
13282 S:      Maintained
13283 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
13284 F:      Documentation/media/v4l-drivers/qcom_camss.rst
13285 F:      drivers/media/platform/qcom/camss/
13286
13287 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
13288 M:      Ilia Lin <ilia.lin@kernel.org>
13289 L:      linux-pm@vger.kernel.org
13290 S:      Maintained
13291 F:      Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
13292 F:      drivers/cpufreq/qcom-cpufreq-kryo.c
13293
13294 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
13295 M:      Timur Tabi <timur@kernel.org>
13296 L:      netdev@vger.kernel.org
13297 S:      Maintained
13298 F:      drivers/net/ethernet/qualcomm/emac/
13299
13300 QUALCOMM ETHQOS ETHERNET DRIVER
13301 M:      Vinod Koul <vkoul@kernel.org>
13302 M:      Niklas Cassel <niklas.cassel@linaro.org>
13303 L:      netdev@vger.kernel.org
13304 S:      Maintained
13305 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
13306 F:      Documentation/devicetree/bindings/net/qcom,ethqos.txt
13307
13308 QUALCOMM GENERIC INTERFACE I2C DRIVER
13309 M:      Alok Chauhan <alokc@codeaurora.org>
13310 L:      linux-i2c@vger.kernel.org
13311 L:      linux-arm-msm@vger.kernel.org
13312 S:      Supported
13313 F:      drivers/i2c/busses/i2c-qcom-geni.c
13314
13315 QUALCOMM HEXAGON ARCHITECTURE
13316 M:      Richard Kuo <rkuo@codeaurora.org>
13317 L:      linux-hexagon@vger.kernel.org
13318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
13319 S:      Supported
13320 F:      arch/hexagon/
13321
13322 QUALCOMM HIDMA DRIVER
13323 M:      Sinan Kaya <okaya@kernel.org>
13324 L:      linux-arm-kernel@lists.infradead.org
13325 L:      linux-arm-msm@vger.kernel.org
13326 L:      dmaengine@vger.kernel.org
13327 S:      Supported
13328 F:      drivers/dma/qcom/hidma*
13329
13330 QUALCOMM IOMMU
13331 M:      Rob Clark <robdclark@gmail.com>
13332 L:      iommu@lists.linux-foundation.org
13333 L:      linux-arm-msm@vger.kernel.org
13334 S:      Maintained
13335 F:      drivers/iommu/qcom_iommu.c
13336
13337 QUALCOMM TSENS THERMAL DRIVER
13338 M:      Amit Kucheria <amit.kucheria@linaro.org>
13339 L:      linux-pm@vger.kernel.org
13340 L:      linux-arm-msm@vger.kernel.org
13341 S:      Maintained
13342 F:      drivers/thermal/qcom/
13343
13344 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
13345 M:      Stanimir Varbanov <stanimir.varbanov@linaro.org>
13346 L:      linux-media@vger.kernel.org
13347 L:      linux-arm-msm@vger.kernel.org
13348 T:      git git://linuxtv.org/media_tree.git
13349 S:      Maintained
13350 F:      drivers/media/platform/qcom/venus/
13351
13352 QUALCOMM WCN36XX WIRELESS DRIVER
13353 M:      Kalle Valo <kvalo@codeaurora.org>
13354 L:      wcn36xx@lists.infradead.org
13355 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
13356 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
13357 S:      Supported
13358 F:      drivers/net/wireless/ath/wcn36xx/
13359
13360 QUANTENNA QTNFMAC WIRELESS DRIVER
13361 M:      Igor Mitsyanko <imitsyanko@quantenna.com>
13362 M:      Avinash Patil <avinashp@quantenna.com>
13363 M:      Sergey Matyukevich <smatyukevich@quantenna.com>
13364 L:      linux-wireless@vger.kernel.org
13365 S:      Maintained
13366 F:      drivers/net/wireless/quantenna
13367
13368 RADEON and AMDGPU DRM DRIVERS
13369 M:      Alex Deucher <alexander.deucher@amd.com>
13370 M:      Christian König <christian.koenig@amd.com>
13371 M:      David (ChunMing) Zhou <David1.Zhou@amd.com>
13372 L:      amd-gfx@lists.freedesktop.org
13373 T:      git git://people.freedesktop.org/~agd5f/linux
13374 S:      Supported
13375 F:      drivers/gpu/drm/radeon/
13376 F:      include/uapi/drm/radeon_drm.h
13377 F:      drivers/gpu/drm/amd/
13378 F:      include/uapi/drm/amdgpu_drm.h
13379
13380 RADEON FRAMEBUFFER DISPLAY DRIVER
13381 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
13382 L:      linux-fbdev@vger.kernel.org
13383 S:      Maintained
13384 F:      drivers/video/fbdev/aty/radeon*
13385 F:      include/uapi/linux/radeonfb.h
13386
13387 RADIOSHARK RADIO DRIVER
13388 M:      Hans Verkuil <hverkuil@xs4all.nl>
13389 L:      linux-media@vger.kernel.org
13390 T:      git git://linuxtv.org/media_tree.git
13391 S:      Maintained
13392 F:      drivers/media/radio/radio-shark.c
13393
13394 RADIOSHARK2 RADIO DRIVER
13395 M:      Hans Verkuil <hverkuil@xs4all.nl>
13396 L:      linux-media@vger.kernel.org
13397 T:      git git://linuxtv.org/media_tree.git
13398 S:      Maintained
13399 F:      drivers/media/radio/radio-shark2.c
13400 F:      drivers/media/radio/radio-tea5777.c
13401
13402 RADOS BLOCK DEVICE (RBD)
13403 M:      Ilya Dryomov <idryomov@gmail.com>
13404 M:      Sage Weil <sage@redhat.com>
13405 M:      Alex Elder <elder@kernel.org>
13406 L:      ceph-devel@vger.kernel.org
13407 W:      http://ceph.com/
13408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
13409 T:      git git://github.com/ceph/ceph-client.git
13410 S:      Supported
13411 F:      Documentation/ABI/testing/sysfs-bus-rbd
13412 F:      drivers/block/rbd.c
13413 F:      drivers/block/rbd_types.h
13414
13415 RAGE128 FRAMEBUFFER DISPLAY DRIVER
13416 M:      Paul Mackerras <paulus@samba.org>
13417 L:      linux-fbdev@vger.kernel.org
13418 S:      Maintained
13419 F:      drivers/video/fbdev/aty/aty128fb.c
13420
13421 RAINSHADOW-CEC DRIVER
13422 M:      Hans Verkuil <hverkuil@xs4all.nl>
13423 L:      linux-media@vger.kernel.org
13424 T:      git git://linuxtv.org/media_tree.git
13425 S:      Maintained
13426 F:      drivers/media/usb/rainshadow-cec/*
13427
13428 RALINK MIPS ARCHITECTURE
13429 M:      John Crispin <john@phrozen.org>
13430 L:      linux-mips@vger.kernel.org
13431 S:      Maintained
13432 F:      arch/mips/ralink
13433
13434 RALINK RT2X00 WIRELESS LAN DRIVER
13435 P:      rt2x00 project
13436 M:      Stanislaw Gruszka <sgruszka@redhat.com>
13437 M:      Helmut Schaa <helmut.schaa@googlemail.com>
13438 L:      linux-wireless@vger.kernel.org
13439 S:      Maintained
13440 F:      drivers/net/wireless/ralink/rt2x00/
13441
13442 RAMDISK RAM BLOCK DEVICE DRIVER
13443 M:      Jens Axboe <axboe@kernel.dk>
13444 S:      Maintained
13445 F:      Documentation/admin-guide/blockdev/ramdisk.rst
13446 F:      drivers/block/brd.c
13447
13448 RANCHU VIRTUAL BOARD FOR MIPS
13449 M:      Miodrag Dinic <miodrag.dinic@mips.com>
13450 L:      linux-mips@vger.kernel.org
13451 S:      Supported
13452 F:      arch/mips/generic/board-ranchu.c
13453 F:      arch/mips/configs/generic/board-ranchu.config
13454
13455 RANDOM NUMBER DRIVER
13456 M:      "Theodore Ts'o" <tytso@mit.edu>
13457 S:      Maintained
13458 F:      drivers/char/random.c
13459
13460 RAPIDIO SUBSYSTEM
13461 M:      Matt Porter <mporter@kernel.crashing.org>
13462 M:      Alexandre Bounine <alex.bou9@gmail.com>
13463 S:      Maintained
13464 F:      drivers/rapidio/
13465
13466 RAS INFRASTRUCTURE
13467 M:      Tony Luck <tony.luck@intel.com>
13468 M:      Borislav Petkov <bp@alien8.de>
13469 L:      linux-edac@vger.kernel.org
13470 S:      Maintained
13471 F:      drivers/ras/
13472 F:      include/linux/ras.h
13473 F:      include/ras/ras_event.h
13474 F:      Documentation/admin-guide/ras.rst
13475
13476 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
13477 L:      linux-wireless@vger.kernel.org
13478 S:      Orphan
13479 F:      drivers/net/wireless/ray*
13480
13481 RCUTORTURE TEST FRAMEWORK
13482 M:      "Paul E. McKenney" <paulmck@kernel.org>
13483 M:      Josh Triplett <josh@joshtriplett.org>
13484 R:      Steven Rostedt <rostedt@goodmis.org>
13485 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13486 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13487 L:      rcu@vger.kernel.org
13488 S:      Supported
13489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
13490 F:      tools/testing/selftests/rcutorture
13491
13492 RDC R-321X SoC
13493 M:      Florian Fainelli <florian@openwrt.org>
13494 S:      Maintained
13495
13496 RDC R6040 FAST ETHERNET DRIVER
13497 M:      Florian Fainelli <f.fainelli@gmail.com>
13498 L:      netdev@vger.kernel.org
13499 S:      Maintained
13500 F:      drivers/net/ethernet/rdc/r6040.c
13501
13502 RDMAVT - RDMA verbs software
13503 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
13504 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
13505 L:      linux-rdma@vger.kernel.org
13506 S:      Supported
13507 F:      drivers/infiniband/sw/rdmavt
13508
13509 RDS - RELIABLE DATAGRAM SOCKETS
13510 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
13511 L:      netdev@vger.kernel.org
13512 L:      linux-rdma@vger.kernel.org
13513 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
13514 W:      https://oss.oracle.com/projects/rds/
13515 S:      Supported
13516 F:      net/rds/
13517 F:      Documentation/networking/rds.txt
13518
13519 RDT - RESOURCE ALLOCATION
13520 M:      Fenghua Yu <fenghua.yu@intel.com>
13521 M:      Reinette Chatre <reinette.chatre@intel.com>
13522 L:      linux-kernel@vger.kernel.org
13523 S:      Supported
13524 F:      arch/x86/kernel/cpu/resctrl/
13525 F:      arch/x86/include/asm/resctrl_sched.h
13526 F:      Documentation/x86/resctrl*
13527
13528 READ-COPY UPDATE (RCU)
13529 M:      "Paul E. McKenney" <paulmck@kernel.org>
13530 M:      Josh Triplett <josh@joshtriplett.org>
13531 R:      Steven Rostedt <rostedt@goodmis.org>
13532 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13533 R:      Lai Jiangshan <jiangshanlai@gmail.com>
13534 R:      Joel Fernandes <joel@joelfernandes.org>
13535 L:      rcu@vger.kernel.org
13536 W:      http://www.rdrop.com/users/paulmck/RCU/
13537 S:      Supported
13538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
13539 F:      Documentation/RCU/
13540 X:      Documentation/RCU/torture.txt
13541 F:      include/linux/rcu*
13542 X:      include/linux/srcu*.h
13543 F:      kernel/rcu/
13544 X:      kernel/rcu/srcu*.c
13545
13546 REAL TIME CLOCK (RTC) SUBSYSTEM
13547 M:      Alessandro Zummo <a.zummo@towertech.it>
13548 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
13549 L:      linux-rtc@vger.kernel.org
13550 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
13551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
13552 S:      Maintained
13553 F:      Documentation/devicetree/bindings/rtc/
13554 F:      Documentation/admin-guide/rtc.rst
13555 F:      drivers/rtc/
13556 F:      include/linux/rtc.h
13557 F:      include/uapi/linux/rtc.h
13558 F:      include/linux/rtc/
13559 F:      include/linux/platform_data/rtc-*
13560 F:      tools/testing/selftests/rtc/
13561
13562 REALTEK AUDIO CODECS
13563 M:      Bard Liao <bardliao@realtek.com>
13564 M:      Oder Chiou <oder_chiou@realtek.com>
13565 S:      Maintained
13566 F:      sound/soc/codecs/rt*
13567 F:      include/sound/rt*.h
13568
13569 REALTEK RTL83xx SMI DSA ROUTER CHIPS
13570 M:      Linus Walleij <linus.walleij@linaro.org>
13571 S:      Maintained
13572 F:      Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
13573 F:      drivers/net/dsa/realtek-smi*
13574 F:      drivers/net/dsa/rtl83*
13575
13576 REDPINE WIRELESS DRIVER
13577 M:      Amitkumar Karwar <amitkarwar@gmail.com>
13578 M:      Siva Rebbagondla <siva8118@gmail.com>
13579 L:      linux-wireless@vger.kernel.org
13580 S:      Maintained
13581 F:      drivers/net/wireless/rsi/
13582
13583 REGISTER MAP ABSTRACTION
13584 M:      Mark Brown <broonie@kernel.org>
13585 L:      linux-kernel@vger.kernel.org
13586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
13587 S:      Supported
13588 F:      Documentation/devicetree/bindings/regmap/
13589 F:      drivers/base/regmap/
13590 F:      include/linux/regmap.h
13591
13592 REISERFS FILE SYSTEM
13593 L:      reiserfs-devel@vger.kernel.org
13594 S:      Supported
13595 F:      fs/reiserfs/
13596
13597 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
13598 M:      Ohad Ben-Cohen <ohad@wizery.com>
13599 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
13600 L:      linux-remoteproc@vger.kernel.org
13601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
13602 S:      Maintained
13603 F:      Documentation/devicetree/bindings/remoteproc/
13604 F:      Documentation/ABI/testing/sysfs-class-remoteproc
13605 F:      Documentation/remoteproc.txt
13606 F:      drivers/remoteproc/
13607 F:      include/linux/remoteproc.h
13608 F:      include/linux/remoteproc/
13609
13610 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
13611 M:      Ohad Ben-Cohen <ohad@wizery.com>
13612 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
13613 L:      linux-remoteproc@vger.kernel.org
13614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
13615 S:      Maintained
13616 F:      drivers/rpmsg/
13617 F:      Documentation/rpmsg.txt
13618 F:      Documentation/ABI/testing/sysfs-bus-rpmsg
13619 F:      include/linux/rpmsg.h
13620 F:      include/linux/rpmsg/
13621 F:      include/uapi/linux/rpmsg.h
13622 F:      samples/rpmsg/
13623
13624 RENESAS CLOCK DRIVERS
13625 M:      Geert Uytterhoeven <geert+renesas@glider.be>
13626 L:      linux-renesas-soc@vger.kernel.org
13627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
13628 S:      Supported
13629 F:      drivers/clk/renesas/
13630
13631 RENESAS EMEV2 I2C DRIVER
13632 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
13633 S:      Supported
13634 F:      Documentation/devicetree/bindings/i2c/i2c-emev2.txt
13635 F:      drivers/i2c/busses/i2c-emev2.c
13636
13637 RENESAS ETHERNET DRIVERS
13638 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
13639 L:      netdev@vger.kernel.org
13640 L:      linux-renesas-soc@vger.kernel.org
13641 F:      Documentation/devicetree/bindings/net/renesas,*.txt
13642 F:      Documentation/devicetree/bindings/net/sh_eth.txt
13643 F:      drivers/net/ethernet/renesas/
13644 F:      include/linux/sh_eth.h
13645
13646 RENESAS R-CAR GYROADC DRIVER
13647 M:      Marek Vasut <marek.vasut@gmail.com>
13648 L:      linux-iio@vger.kernel.org
13649 S:      Supported
13650 F:      Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
13651 F:      drivers/iio/adc/rcar-gyroadc.c
13652
13653 RENESAS R-CAR I2C DRIVERS
13654 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
13655 S:      Supported
13656 F:      Documentation/devicetree/bindings/i2c/i2c-rcar.txt
13657 F:      Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt
13658 F:      drivers/i2c/busses/i2c-rcar.c
13659 F:      drivers/i2c/busses/i2c-sh_mobile.c
13660
13661 RENESAS RIIC DRIVER
13662 M:      Chris Brandt <chris.brandt@renesas.com>
13663 S:      Supported
13664 F:      Documentation/devicetree/bindings/i2c/i2c-riic.txt
13665 F:      drivers/i2c/busses/i2c-riic.c
13666
13667 RENESAS USB PHY DRIVER
13668 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
13669 L:      linux-renesas-soc@vger.kernel.org
13670 S:      Maintained
13671 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
13672
13673 RESET CONTROLLER FRAMEWORK
13674 M:      Philipp Zabel <p.zabel@pengutronix.de>
13675 T:      git git://git.pengutronix.de/git/pza/linux
13676 S:      Maintained
13677 F:      drivers/reset/
13678 F:      Documentation/devicetree/bindings/reset/
13679 F:      include/dt-bindings/reset/
13680 F:      include/linux/reset.h
13681 F:      include/linux/reset/
13682 F:      include/linux/reset-controller.h
13683
13684 RESTARTABLE SEQUENCES SUPPORT
13685 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13686 M:      Peter Zijlstra <peterz@infradead.org>
13687 M:      "Paul E. McKenney" <paulmck@kernel.org>
13688 M:      Boqun Feng <boqun.feng@gmail.com>
13689 L:      linux-kernel@vger.kernel.org
13690 S:      Supported
13691 F:      kernel/rseq.c
13692 F:      include/uapi/linux/rseq.h
13693 F:      include/trace/events/rseq.h
13694 F:      tools/testing/selftests/rseq/
13695
13696 RFKILL
13697 M:      Johannes Berg <johannes@sipsolutions.net>
13698 L:      linux-wireless@vger.kernel.org
13699 W:      http://wireless.kernel.org/
13700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
13701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
13702 S:      Maintained
13703 F:      Documentation/driver-api/rfkill.rst
13704 F:      Documentation/ABI/stable/sysfs-class-rfkill
13705 F:      net/rfkill/
13706 F:      include/linux/rfkill.h
13707 F:      include/uapi/linux/rfkill.h
13708
13709 RHASHTABLE
13710 M:      Thomas Graf <tgraf@suug.ch>
13711 M:      Herbert Xu <herbert@gondor.apana.org.au>
13712 L:      netdev@vger.kernel.org
13713 S:      Maintained
13714 F:      lib/rhashtable.c
13715 F:      lib/test_rhashtable.c
13716 F:      include/linux/rhashtable.h
13717 F:      include/linux/rhashtable-types.h
13718
13719 RICOH R5C592 MEMORYSTICK DRIVER
13720 M:      Maxim Levitsky <maximlevitsky@gmail.com>
13721 S:      Maintained
13722 F:      drivers/memstick/host/r592.*
13723
13724 RICOH SMARTMEDIA/XD DRIVER
13725 M:      Maxim Levitsky <maximlevitsky@gmail.com>
13726 S:      Maintained
13727 F:      drivers/mtd/nand/raw/r852.c
13728 F:      drivers/mtd/nand/raw/r852.h
13729
13730 RISC-V ARCHITECTURE
13731 M:      Paul Walmsley <paul.walmsley@sifive.com>
13732 M:      Palmer Dabbelt <palmer@sifive.com>
13733 M:      Albert Ou <aou@eecs.berkeley.edu>
13734 L:      linux-riscv@lists.infradead.org
13735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
13736 S:      Supported
13737 F:      arch/riscv/
13738 K:      riscv
13739 N:      riscv
13740
13741 ROCCAT DRIVERS
13742 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
13743 W:      http://sourceforge.net/projects/roccat/
13744 S:      Maintained
13745 F:      drivers/hid/hid-roccat*
13746 F:      include/linux/hid-roccat*
13747 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
13748
13749 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
13750 M:      Jacob chen <jacob2.chen@rock-chips.com>
13751 L:      linux-media@vger.kernel.org
13752 S:      Maintained
13753 F:      drivers/media/platform/rockchip/rga/
13754 F:      Documentation/devicetree/bindings/media/rockchip-rga.txt
13755
13756 HANTRO VPU CODEC DRIVER
13757 M:      Ezequiel Garcia <ezequiel@collabora.com>
13758 L:      linux-media@vger.kernel.org
13759 S:      Maintained
13760 F:      drivers/staging/media/platform/hantro/
13761 F:      Documentation/devicetree/bindings/media/rockchip-vpu.txt
13762
13763 ROCKER DRIVER
13764 M:      Jiri Pirko <jiri@resnulli.us>
13765 L:      netdev@vger.kernel.org
13766 S:      Supported
13767 F:      drivers/net/ethernet/rocker/
13768
13769 ROCKETPORT DRIVER
13770 P:      Comtrol Corp.
13771 W:      http://www.comtrol.com
13772 S:      Maintained
13773 F:      Documentation/driver-api/serial/rocket.rst
13774 F:      drivers/tty/rocket*
13775
13776 ROCKETPORT EXPRESS/INFINITY DRIVER
13777 M:      Kevin Cernekee <cernekee@gmail.com>
13778 L:      linux-serial@vger.kernel.org
13779 S:      Odd Fixes
13780 F:      drivers/tty/serial/rp2.*
13781
13782 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
13783 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
13784 L:      linux-kernel@vger.kernel.org
13785 L:      linux-renesas-soc@vger.kernel.org
13786 S:      Supported
13787 F:      drivers/mfd/bd9571mwv.c
13788 F:      drivers/regulator/bd9571mwv-regulator.c
13789 F:      drivers/gpio/gpio-bd9571mwv.c
13790 F:      include/linux/mfd/bd9571mwv.h
13791 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
13792
13793 ROSE NETWORK LAYER
13794 M:      Ralf Baechle <ralf@linux-mips.org>
13795 L:      linux-hams@vger.kernel.org
13796 W:      http://www.linux-ax25.org/
13797 S:      Maintained
13798 F:      include/net/rose.h
13799 F:      include/uapi/linux/rose.h
13800 F:      net/rose/
13801
13802 RTL2830 MEDIA DRIVER
13803 M:      Antti Palosaari <crope@iki.fi>
13804 L:      linux-media@vger.kernel.org
13805 W:      https://linuxtv.org
13806 W:      http://palosaari.fi/linux/
13807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13808 T:      git git://linuxtv.org/anttip/media_tree.git
13809 S:      Maintained
13810 F:      drivers/media/dvb-frontends/rtl2830*
13811
13812 RTL2832 MEDIA DRIVER
13813 M:      Antti Palosaari <crope@iki.fi>
13814 L:      linux-media@vger.kernel.org
13815 W:      https://linuxtv.org
13816 W:      http://palosaari.fi/linux/
13817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13818 T:      git git://linuxtv.org/anttip/media_tree.git
13819 S:      Maintained
13820 F:      drivers/media/dvb-frontends/rtl2832*
13821
13822 RTL2832_SDR MEDIA DRIVER
13823 M:      Antti Palosaari <crope@iki.fi>
13824 L:      linux-media@vger.kernel.org
13825 W:      https://linuxtv.org
13826 W:      http://palosaari.fi/linux/
13827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13828 T:      git git://linuxtv.org/anttip/media_tree.git
13829 S:      Maintained
13830 F:      drivers/media/dvb-frontends/rtl2832_sdr*
13831
13832 RTL8180 WIRELESS DRIVER
13833 L:      linux-wireless@vger.kernel.org
13834 W:      http://wireless.kernel.org/
13835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13836 S:      Orphan
13837 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
13838
13839 RTL8187 WIRELESS DRIVER
13840 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
13841 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
13842 M:      Larry Finger <Larry.Finger@lwfinger.net>
13843 L:      linux-wireless@vger.kernel.org
13844 W:      http://wireless.kernel.org/
13845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13846 S:      Maintained
13847 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
13848
13849 REALTEK WIRELESS DRIVER (rtlwifi family)
13850 M:      Ping-Ke Shih <pkshih@realtek.com>
13851 L:      linux-wireless@vger.kernel.org
13852 W:      http://wireless.kernel.org/
13853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13854 S:      Maintained
13855 F:      drivers/net/wireless/realtek/rtlwifi/
13856
13857 REALTEK WIRELESS DRIVER (rtw88)
13858 M:      Yan-Hsuan Chuang <yhchuang@realtek.com>
13859 L:      linux-wireless@vger.kernel.org
13860 S:      Maintained
13861 F:      drivers/net/wireless/realtek/rtw88/
13862
13863 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
13864 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
13865 L:      linux-wireless@vger.kernel.org
13866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
13867 S:      Maintained
13868 F:      drivers/net/wireless/realtek/rtl8xxxu/
13869
13870 RXRPC SOCKETS (AF_RXRPC)
13871 M:      David Howells <dhowells@redhat.com>
13872 L:      linux-afs@lists.infradead.org
13873 S:      Supported
13874 F:      net/rxrpc/
13875 F:      include/keys/rxrpc-type.h
13876 F:      include/net/af_rxrpc.h
13877 F:      include/trace/events/rxrpc.h
13878 F:      include/uapi/linux/rxrpc.h
13879 F:      Documentation/networking/rxrpc.txt
13880 W:      https://www.infradead.org/~dhowells/kafs/
13881
13882 S3 SAVAGE FRAMEBUFFER DRIVER
13883 M:      Antonino Daplas <adaplas@gmail.com>
13884 L:      linux-fbdev@vger.kernel.org
13885 S:      Maintained
13886 F:      drivers/video/fbdev/savage/
13887
13888 S390
13889 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
13890 M:      Vasily Gorbik <gor@linux.ibm.com>
13891 M:      Christian Borntraeger <borntraeger@de.ibm.com>
13892 L:      linux-s390@vger.kernel.org
13893 W:      http://www.ibm.com/developerworks/linux/linux390/
13894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
13895 S:      Supported
13896 F:      arch/s390/
13897 F:      drivers/s390/
13898 F:      Documentation/s390/
13899 F:      Documentation/driver-api/s390-drivers.rst
13900
13901 S390 COMMON I/O LAYER
13902 M:      Sebastian Ott <sebott@linux.ibm.com>
13903 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
13904 L:      linux-s390@vger.kernel.org
13905 W:      http://www.ibm.com/developerworks/linux/linux390/
13906 S:      Supported
13907 F:      drivers/s390/cio/
13908
13909 S390 DASD DRIVER
13910 M:      Stefan Haberland <sth@linux.ibm.com>
13911 M:      Jan Hoeppner <hoeppner@linux.ibm.com>
13912 L:      linux-s390@vger.kernel.org
13913 W:      http://www.ibm.com/developerworks/linux/linux390/
13914 S:      Supported
13915 F:      drivers/s390/block/dasd*
13916 F:      block/partitions/ibm.c
13917
13918 S390 IOMMU (PCI)
13919 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
13920 L:      linux-s390@vger.kernel.org
13921 W:      http://www.ibm.com/developerworks/linux/linux390/
13922 S:      Supported
13923 F:      drivers/iommu/s390-iommu.c
13924
13925 S390 IUCV NETWORK LAYER
13926 M:      Julian Wiedmann <jwi@linux.ibm.com>
13927 M:      Ursula Braun <ubraun@linux.ibm.com>
13928 L:      linux-s390@vger.kernel.org
13929 W:      http://www.ibm.com/developerworks/linux/linux390/
13930 S:      Supported
13931 F:      drivers/s390/net/*iucv*
13932 F:      include/net/iucv/
13933 F:      net/iucv/
13934
13935 S390 NETWORK DRIVERS
13936 M:      Julian Wiedmann <jwi@linux.ibm.com>
13937 M:      Ursula Braun <ubraun@linux.ibm.com>
13938 L:      linux-s390@vger.kernel.org
13939 W:      http://www.ibm.com/developerworks/linux/linux390/
13940 S:      Supported
13941 F:      drivers/s390/net/
13942
13943 S390 PCI SUBSYSTEM
13944 M:      Sebastian Ott <sebott@linux.ibm.com>
13945 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
13946 L:      linux-s390@vger.kernel.org
13947 W:      http://www.ibm.com/developerworks/linux/linux390/
13948 S:      Supported
13949 F:      arch/s390/pci/
13950 F:      drivers/pci/hotplug/s390_pci_hpc.c
13951
13952 S390 VFIO-CCW DRIVER
13953 M:      Cornelia Huck <cohuck@redhat.com>
13954 M:      Eric Farman <farman@linux.ibm.com>
13955 R:      Halil Pasic <pasic@linux.ibm.com>
13956 L:      linux-s390@vger.kernel.org
13957 L:      kvm@vger.kernel.org
13958 S:      Supported
13959 F:      drivers/s390/cio/vfio_ccw*
13960 F:      Documentation/s390/vfio-ccw.rst
13961 F:      include/uapi/linux/vfio_ccw.h
13962
13963 S390 ZCRYPT DRIVER
13964 M:      Harald Freudenberger <freude@linux.ibm.com>
13965 L:      linux-s390@vger.kernel.org
13966 W:      http://www.ibm.com/developerworks/linux/linux390/
13967 S:      Supported
13968 F:      drivers/s390/crypto/
13969
13970 S390 VFIO AP DRIVER
13971 M:      Tony Krowiak <akrowiak@linux.ibm.com>
13972 M:      Pierre Morel <pmorel@linux.ibm.com>
13973 M:      Halil Pasic <pasic@linux.ibm.com>
13974 L:      linux-s390@vger.kernel.org
13975 W:      http://www.ibm.com/developerworks/linux/linux390/
13976 S:      Supported
13977 F:      drivers/s390/crypto/vfio_ap_drv.c
13978 F:      drivers/s390/crypto/vfio_ap_private.h
13979 F:      drivers/s390/crypto/vfio_ap_ops.c
13980 F:      Documentation/s390/vfio-ap.rst
13981
13982 S390 ZFCP DRIVER
13983 M:      Steffen Maier <maier@linux.ibm.com>
13984 M:      Benjamin Block <bblock@linux.ibm.com>
13985 L:      linux-s390@vger.kernel.org
13986 W:      http://www.ibm.com/developerworks/linux/linux390/
13987 S:      Supported
13988 F:      drivers/s390/scsi/zfcp_*
13989
13990 S3C24XX SD/MMC Driver
13991 M:      Ben Dooks <ben-linux@fluff.org>
13992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13993 S:      Supported
13994 F:      drivers/mmc/host/s3cmci.*
13995
13996 SAA6588 RDS RECEIVER DRIVER
13997 M:      Hans Verkuil <hverkuil@xs4all.nl>
13998 L:      linux-media@vger.kernel.org
13999 T:      git git://linuxtv.org/media_tree.git
14000 W:      https://linuxtv.org
14001 S:      Odd Fixes
14002 F:      drivers/media/i2c/saa6588*
14003
14004 SAA7134 VIDEO4LINUX DRIVER
14005 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14006 L:      linux-media@vger.kernel.org
14007 W:      https://linuxtv.org
14008 T:      git git://linuxtv.org/media_tree.git
14009 S:      Odd fixes
14010 F:      Documentation/media/v4l-drivers/saa7134*
14011 F:      drivers/media/pci/saa7134/
14012
14013 SAA7146 VIDEO4LINUX-2 DRIVER
14014 M:      Hans Verkuil <hverkuil@xs4all.nl>
14015 L:      linux-media@vger.kernel.org
14016 T:      git git://linuxtv.org/media_tree.git
14017 S:      Maintained
14018 F:      drivers/media/common/saa7146/
14019 F:      drivers/media/pci/saa7146/
14020 F:      include/media/drv-intf/saa7146*
14021
14022 SAFESETID SECURITY MODULE
14023 M:     Micah Morton <mortonm@chromium.org>
14024 S:     Supported
14025 F:     security/safesetid/
14026 F:     Documentation/admin-guide/LSM/SafeSetID.rst
14027
14028 SAMSUNG AUDIO (ASoC) DRIVERS
14029 M:      Krzysztof Kozlowski <krzk@kernel.org>
14030 M:      Sangbeom Kim <sbkim73@samsung.com>
14031 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
14032 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14033 S:      Supported
14034 F:      sound/soc/samsung/
14035 F:      Documentation/devicetree/bindings/sound/samsung*
14036
14037 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
14038 M:      Krzysztof Kozlowski <krzk@kernel.org>
14039 L:      linux-crypto@vger.kernel.org
14040 L:      linux-samsung-soc@vger.kernel.org
14041 S:      Maintained
14042 F:      drivers/crypto/exynos-rng.c
14043 F:      Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt
14044
14045 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
14046 M:      Łukasz Stelmach <l.stelmach@samsung.com>
14047 L:      linux-samsung-soc@vger.kernel.org
14048 S:      Maintained
14049 F:      drivers/char/hw_random/exynos-trng.c
14050 F:      Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
14051
14052 SAMSUNG FRAMEBUFFER DRIVER
14053 M:      Jingoo Han <jingoohan1@gmail.com>
14054 L:      linux-fbdev@vger.kernel.org
14055 S:      Maintained
14056 F:      drivers/video/fbdev/s3c-fb.c
14057
14058 SAMSUNG LAPTOP DRIVER
14059 M:      Corentin Chary <corentin.chary@gmail.com>
14060 L:      platform-driver-x86@vger.kernel.org
14061 S:      Maintained
14062 F:      drivers/platform/x86/samsung-laptop.c
14063
14064 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
14065 M:      Sangbeom Kim <sbkim73@samsung.com>
14066 M:      Krzysztof Kozlowski <krzk@kernel.org>
14067 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
14068 L:      linux-kernel@vger.kernel.org
14069 L:      linux-samsung-soc@vger.kernel.org
14070 S:      Supported
14071 F:      drivers/mfd/sec*.c
14072 F:      drivers/regulator/s2m*.c
14073 F:      drivers/regulator/s5m*.c
14074 F:      drivers/clk/clk-s2mps11.c
14075 F:      drivers/rtc/rtc-s5m.c
14076 F:      include/linux/mfd/samsung/
14077 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
14078 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
14079 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
14080 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
14081
14082 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
14083 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
14084 L:      linux-media@vger.kernel.org
14085 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
14086 S:      Maintained
14087 F:      drivers/media/platform/s3c-camif/
14088 F:      include/media/drv-intf/s3c_camif.h
14089
14090 SAMSUNG S3FWRN5 NFC DRIVER
14091 M:      Robert Baldyga <r.baldyga@samsung.com>
14092 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
14093 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
14094 S:      Supported
14095 F:      drivers/nfc/s3fwrn5
14096
14097 SAMSUNG S5C73M3 CAMERA DRIVER
14098 M:      Kyungmin Park <kyungmin.park@samsung.com>
14099 M:      Andrzej Hajda <a.hajda@samsung.com>
14100 L:      linux-media@vger.kernel.org
14101 S:      Supported
14102 F:      drivers/media/i2c/s5c73m3/*
14103
14104 SAMSUNG S5K5BAF CAMERA DRIVER
14105 M:      Kyungmin Park <kyungmin.park@samsung.com>
14106 M:      Andrzej Hajda <a.hajda@samsung.com>
14107 L:      linux-media@vger.kernel.org
14108 S:      Supported
14109 F:      drivers/media/i2c/s5k5baf.c
14110
14111 SAMSUNG S5P Security SubSystem (SSS) DRIVER
14112 M:      Krzysztof Kozlowski <krzk@kernel.org>
14113 M:      Vladimir Zapolskiy <vz@mleia.com>
14114 M:      Kamil Konieczny <k.konieczny@partner.samsung.com>
14115 L:      linux-crypto@vger.kernel.org
14116 L:      linux-samsung-soc@vger.kernel.org
14117 S:      Maintained
14118 F:      Documentation/devicetree/bindings/crypto/samsung-slimsss.txt
14119 F:      Documentation/devicetree/bindings/crypto/samsung-sss.txt
14120 F:      drivers/crypto/s5p-sss.c
14121
14122 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
14123 M:      Kyungmin Park <kyungmin.park@samsung.com>
14124 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
14125 L:      linux-media@vger.kernel.org
14126 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
14127 S:      Supported
14128 F:      drivers/media/platform/exynos4-is/
14129
14130 SAMSUNG SOC CLOCK DRIVERS
14131 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
14132 M:      Tomasz Figa <tomasz.figa@gmail.com>
14133 M:      Chanwoo Choi <cw00.choi@samsung.com>
14134 S:      Supported
14135 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
14136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
14137 F:      drivers/clk/samsung/
14138 F:      include/dt-bindings/clock/exynos*.h
14139 F:      Documentation/devicetree/bindings/clock/exynos*.txt
14140 F:      Documentation/devicetree/bindings/clock/samsung,s3c*
14141 F:      Documentation/devicetree/bindings/clock/samsung,s5p*
14142
14143 SAMSUNG SPI DRIVERS
14144 M:      Kukjin Kim <kgene@kernel.org>
14145 M:      Krzysztof Kozlowski <krzk@kernel.org>
14146 M:      Andi Shyti <andi@etezian.org>
14147 L:      linux-spi@vger.kernel.org
14148 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
14149 S:      Maintained
14150 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
14151 F:      drivers/spi/spi-s3c*
14152 F:      include/linux/platform_data/spi-s3c64xx.h
14153
14154 SAMSUNG SXGBE DRIVERS
14155 M:      Byungho An <bh74.an@samsung.com>
14156 M:      Girish K S <ks.giri@samsung.com>
14157 M:      Vipul Pandya <vipul.pandya@samsung.com>
14158 S:      Supported
14159 L:      netdev@vger.kernel.org
14160 F:      drivers/net/ethernet/samsung/sxgbe/
14161
14162 SAMSUNG THERMAL DRIVER
14163 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
14164 L:      linux-pm@vger.kernel.org
14165 L:      linux-samsung-soc@vger.kernel.org
14166 S:      Supported
14167 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
14168 F:      drivers/thermal/samsung/
14169
14170 SAMSUNG USB2 PHY DRIVER
14171 M:      Kamil Debski <kamil@wypas.org>
14172 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
14173 L:      linux-kernel@vger.kernel.org
14174 S:      Supported
14175 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
14176 F:      Documentation/driver-api/phy/samsung-usb2.rst
14177 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
14178 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
14179 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
14180 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
14181 F:      drivers/phy/samsung/phy-samsung-usb2.c
14182 F:      drivers/phy/samsung/phy-samsung-usb2.h
14183
14184 SC1200 WDT DRIVER
14185 M:      Zwane Mwaikambo <zwanem@gmail.com>
14186 S:      Maintained
14187 F:      drivers/watchdog/sc1200wdt.c
14188
14189 SCHEDULER
14190 M:      Ingo Molnar <mingo@redhat.com>
14191 M:      Peter Zijlstra <peterz@infradead.org>
14192 M:      Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
14193 M:      Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL)
14194 R:      Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL)
14195 R:      Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR)
14196 R:      Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH)
14197 R:      Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING)
14198 L:      linux-kernel@vger.kernel.org
14199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
14200 S:      Maintained
14201 F:      kernel/sched/
14202 F:      include/linux/sched.h
14203 F:      include/uapi/linux/sched.h
14204 F:      include/linux/wait.h
14205 F:      include/linux/preempt.h
14206
14207 SCR24X CHIP CARD INTERFACE DRIVER
14208 M:      Lubomir Rintel <lkundrak@v3.sk>
14209 S:      Supported
14210 F:      drivers/char/pcmcia/scr24x_cs.c
14211
14212 SCSI CDROM DRIVER
14213 M:      Jens Axboe <axboe@kernel.dk>
14214 L:      linux-scsi@vger.kernel.org
14215 W:      http://www.kernel.dk
14216 S:      Maintained
14217 F:      drivers/scsi/sr*
14218
14219 SCSI RDMA PROTOCOL (SRP) INITIATOR
14220 M:      Bart Van Assche <bvanassche@acm.org>
14221 L:      linux-rdma@vger.kernel.org
14222 S:      Supported
14223 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
14224 F:      drivers/infiniband/ulp/srp/
14225 F:      include/scsi/srp.h
14226
14227 SCSI RDMA PROTOCOL (SRP) TARGET
14228 M:      Bart Van Assche <bvanassche@acm.org>
14229 L:      linux-rdma@vger.kernel.org
14230 L:      target-devel@vger.kernel.org
14231 S:      Supported
14232 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
14233 F:      drivers/infiniband/ulp/srpt/
14234
14235 SCSI SG DRIVER
14236 M:      Doug Gilbert <dgilbert@interlog.com>
14237 L:      linux-scsi@vger.kernel.org
14238 W:      http://sg.danny.cz/sg
14239 S:      Maintained
14240 F:      Documentation/scsi/scsi-generic.txt
14241 F:      drivers/scsi/sg.c
14242 F:      include/scsi/sg.h
14243
14244 SCSI SUBSYSTEM
14245 M:      "James E.J. Bottomley" <jejb@linux.ibm.com>
14246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
14247 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
14248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
14249 Q:      https://patchwork.kernel.org/project/linux-scsi/list/
14250 L:      linux-scsi@vger.kernel.org
14251 S:      Maintained
14252 F:      Documentation/devicetree/bindings/scsi/
14253 F:      drivers/scsi/
14254 F:      include/scsi/
14255
14256 SCSI TAPE DRIVER
14257 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
14258 L:      linux-scsi@vger.kernel.org
14259 S:      Maintained
14260 F:      Documentation/scsi/st.txt
14261 F:      drivers/scsi/st.*
14262 F:      drivers/scsi/st_*.h
14263
14264 SCSI TARGET SUBSYSTEM
14265 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
14266 L:      linux-scsi@vger.kernel.org
14267 L:      target-devel@vger.kernel.org
14268 W:      http://www.linux-iscsi.org
14269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
14270 Q:      https://patchwork.kernel.org/project/target-devel/list/
14271 S:      Supported
14272 F:      drivers/target/
14273 F:      include/target/
14274 F:      Documentation/target/
14275
14276 SCTP PROTOCOL
14277 M:      Vlad Yasevich <vyasevich@gmail.com>
14278 M:      Neil Horman <nhorman@tuxdriver.com>
14279 M:      Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
14280 L:      linux-sctp@vger.kernel.org
14281 W:      http://lksctp.sourceforge.net
14282 S:      Maintained
14283 F:      Documentation/networking/sctp.txt
14284 F:      include/linux/sctp.h
14285 F:      include/uapi/linux/sctp.h
14286 F:      include/net/sctp/
14287 F:      net/sctp/
14288
14289 SCx200 CPU SUPPORT
14290 M:      Jim Cromie <jim.cromie@gmail.com>
14291 S:      Odd Fixes
14292 F:      Documentation/i2c/busses/scx200_acb.rst
14293 F:      arch/x86/platform/scx200/
14294 F:      drivers/watchdog/scx200_wdt.c
14295 F:      drivers/i2c/busses/scx200*
14296 F:      drivers/mtd/maps/scx200_docflash.c
14297 F:      include/linux/scx200.h
14298
14299 SCx200 GPIO DRIVER
14300 M:      Jim Cromie <jim.cromie@gmail.com>
14301 S:      Maintained
14302 F:      drivers/char/scx200_gpio.c
14303 F:      include/linux/scx200_gpio.h
14304
14305 SCx200 HRT CLOCKSOURCE DRIVER
14306 M:      Jim Cromie <jim.cromie@gmail.com>
14307 S:      Maintained
14308 F:      drivers/clocksource/scx200_hrt.c
14309
14310 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
14311 M:      Sascha Sommer <saschasommer@freenet.de>
14312 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
14313 S:      Maintained
14314 F:      drivers/mmc/host/sdricoh_cs.c
14315
14316 SECO BOARDS CEC DRIVER
14317 M:      Ettore Chimenti <ek5.chimenti@gmail.com>
14318 S:      Maintained
14319 F:      drivers/media/platform/seco-cec/seco-cec.c
14320 F:      drivers/media/platform/seco-cec/seco-cec.h
14321
14322 SECURE COMPUTING
14323 M:      Kees Cook <keescook@chromium.org>
14324 R:      Andy Lutomirski <luto@amacapital.net>
14325 R:      Will Drewry <wad@chromium.org>
14326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
14327 S:      Supported
14328 F:      kernel/seccomp.c
14329 F:      include/uapi/linux/seccomp.h
14330 F:      include/linux/seccomp.h
14331 F:      tools/testing/selftests/seccomp/*
14332 F:      tools/testing/selftests/kselftest_harness.h
14333 F:      Documentation/userspace-api/seccomp_filter.rst
14334 K:      \bsecure_computing
14335 K:      \bTIF_SECCOMP\b
14336
14337 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
14338 M:      Al Cooper <alcooperx@gmail.com>
14339 L:      linux-mmc@vger.kernel.org
14340 L:      bcm-kernel-feedback-list@broadcom.com
14341 S:      Maintained
14342 F:      drivers/mmc/host/sdhci-brcmstb*
14343
14344 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
14345 M:      Adrian Hunter <adrian.hunter@intel.com>
14346 L:      linux-mmc@vger.kernel.org
14347 S:      Maintained
14348 F:      drivers/mmc/host/sdhci*
14349 F:      include/linux/mmc/sdhci*
14350
14351 EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER
14352 M:      Adrian Hunter <adrian.hunter@intel.com>
14353 M:      Ritesh Harjani <riteshh@codeaurora.org>
14354 M:      Asutosh Das <asutoshd@codeaurora.org>
14355 L:      linux-mmc@vger.kernel.org
14356 S:      Maintained
14357 F:      drivers/mmc/host/cqhci*
14358
14359 SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER
14360 M:      Prabu Thangamuthu <prabu.t@synopsys.com>
14361 M:      Manjunath M B <manjumb@synopsys.com>
14362 L:      linux-mmc@vger.kernel.org
14363 S:      Maintained
14364 F:      drivers/mmc/host/sdhci-pci-dwc-mshc.c
14365
14366 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
14367 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
14368 L:      linux-mmc@vger.kernel.org
14369 S:      Supported
14370 F:      drivers/mmc/host/sdhci-of-at91.c
14371
14372 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
14373 M:      Ben Dooks <ben-linux@fluff.org>
14374 M:      Jaehoon Chung <jh80.chung@samsung.com>
14375 L:      linux-mmc@vger.kernel.org
14376 S:      Maintained
14377 F:      drivers/mmc/host/sdhci-s3c*
14378
14379 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
14380 M:      Viresh Kumar <vireshk@kernel.org>
14381 L:      linux-mmc@vger.kernel.org
14382 S:      Maintained
14383 F:      drivers/mmc/host/sdhci-spear.c
14384
14385 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
14386 M:      Kishon Vijay Abraham I <kishon@ti.com>
14387 L:      linux-mmc@vger.kernel.org
14388 S:      Maintained
14389 F:      drivers/mmc/host/sdhci-omap.c
14390
14391 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
14392 M:      Scott Bauer <scott.bauer@intel.com>
14393 M:      Jonathan Derrick <jonathan.derrick@intel.com>
14394 L:      linux-block@vger.kernel.org
14395 S:      Supported
14396 F:      block/sed*
14397 F:      block/opal_proto.h
14398 F:      include/linux/sed*
14399 F:      include/uapi/linux/sed*
14400
14401 SECURITY CONTACT
14402 M:      Security Officers <security@kernel.org>
14403 S:      Supported
14404
14405 SECURITY SUBSYSTEM
14406 M:      James Morris <jmorris@namei.org>
14407 M:      "Serge E. Hallyn" <serge@hallyn.com>
14408 L:      linux-security-module@vger.kernel.org (suggested Cc:)
14409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
14410 W:      http://kernsec.org/
14411 S:      Supported
14412 F:      security/
14413 X:      security/selinux/
14414
14415 SELINUX SECURITY MODULE
14416 M:      Paul Moore <paul@paul-moore.com>
14417 M:      Stephen Smalley <sds@tycho.nsa.gov>
14418 M:      Eric Paris <eparis@parisplace.org>
14419 L:      selinux@vger.kernel.org
14420 W:      https://selinuxproject.org
14421 W:      https://github.com/SELinuxProject
14422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
14423 S:      Supported
14424 F:      include/uapi/linux/selinux_netlink.h
14425 F:      security/selinux/
14426 F:      scripts/selinux/
14427 F:      Documentation/admin-guide/LSM/SELinux.rst
14428
14429 SENSABLE PHANTOM
14430 M:      Jiri Slaby <jirislaby@gmail.com>
14431 S:      Maintained
14432 F:      drivers/misc/phantom.c
14433 F:      include/uapi/linux/phantom.h
14434
14435 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
14436 M:      Tomasz Duszynski <tduszyns@gmail.com>
14437 S:      Maintained
14438 F:      drivers/iio/chemical/sps30.c
14439 F:      Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
14440
14441 SERIAL DEVICE BUS
14442 M:      Rob Herring <robh@kernel.org>
14443 L:      linux-serial@vger.kernel.org
14444 S:      Maintained
14445 F:      Documentation/devicetree/bindings/serial/slave-device.txt
14446 F:      drivers/tty/serdev/
14447 F:      include/linux/serdev.h
14448
14449 SERIAL DRIVERS
14450 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14451 L:      linux-serial@vger.kernel.org
14452 S:      Maintained
14453 F:      Documentation/devicetree/bindings/serial/
14454 F:      drivers/tty/serial/
14455
14456 SERIAL IR RECEIVER
14457 M:      Sean Young <sean@mess.org>
14458 L:      linux-media@vger.kernel.org
14459 S:      Maintained
14460 F:      drivers/media/rc/serial_ir.c
14461
14462 SFC NETWORK DRIVER
14463 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
14464 M:      Edward Cree <ecree@solarflare.com>
14465 M:      Martin Habets <mhabets@solarflare.com>
14466 L:      netdev@vger.kernel.org
14467 S:      Supported
14468 F:      drivers/net/ethernet/sfc/
14469
14470 SFF/SFP/SFP+ MODULE SUPPORT
14471 M:      Russell King <linux@armlinux.org.uk>
14472 L:      netdev@vger.kernel.org
14473 S:      Maintained
14474 F:      drivers/net/phy/phylink.c
14475 F:      drivers/net/phy/sfp*
14476 F:      include/linux/phylink.h
14477 F:      include/linux/sfp.h
14478 K:      phylink
14479
14480 SGI GRU DRIVER
14481 M:      Dimitri Sivanich <sivanich@sgi.com>
14482 S:      Maintained
14483 F:      drivers/misc/sgi-gru/
14484
14485 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
14486 M:      Pat Gefre <pfg@sgi.com>
14487 L:      linux-ia64@vger.kernel.org
14488 S:      Supported
14489 F:      Documentation/ia64/serial.rst
14490 F:      drivers/tty/serial/ioc?_serial.c
14491 F:      include/linux/ioc?.h
14492
14493 SGI XP/XPC/XPNET DRIVER
14494 M:      Cliff Whickman <cpw@sgi.com>
14495 M:      Robin Holt <robinmholt@gmail.com>
14496 S:      Maintained
14497 F:      drivers/misc/sgi-xp/
14498
14499 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
14500 M:      Ursula Braun <ubraun@linux.ibm.com>
14501 M:      Karsten Graul <kgraul@linux.ibm.com>
14502 L:      linux-s390@vger.kernel.org
14503 W:      http://www.ibm.com/developerworks/linux/linux390/
14504 S:      Supported
14505 F:      net/smc/
14506
14507 SHARP RJ54N1CB0C SENSOR DRIVER
14508 M:      Jacopo Mondi <jacopo@jmondi.org>
14509 L:      linux-media@vger.kernel.org
14510 T:      git git://linuxtv.org/media_tree.git
14511 S:      Odd fixes
14512 F:      drivers/media/i2c/rj54n1cb0c.c
14513 F:      include/media/i2c/rj54n1cb0c.h
14514
14515 SH_VEU V4L2 MEM2MEM DRIVER
14516 L:      linux-media@vger.kernel.org
14517 S:      Orphan
14518 F:      drivers/media/platform/sh_veu.c
14519
14520 SH_VOU V4L2 OUTPUT DRIVER
14521 L:      linux-media@vger.kernel.org
14522 S:      Orphan
14523 F:      drivers/media/platform/sh_vou.c
14524 F:      include/media/drv-intf/sh_vou.h
14525
14526 SI2157 MEDIA DRIVER
14527 M:      Antti Palosaari <crope@iki.fi>
14528 L:      linux-media@vger.kernel.org
14529 W:      https://linuxtv.org
14530 W:      http://palosaari.fi/linux/
14531 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14532 T:      git git://linuxtv.org/anttip/media_tree.git
14533 S:      Maintained
14534 F:      drivers/media/tuners/si2157*
14535
14536 SI2165 MEDIA DRIVER
14537 M:      Matthias Schwarzott <zzam@gentoo.org>
14538 L:      linux-media@vger.kernel.org
14539 W:      https://linuxtv.org
14540 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14541 S:      Maintained
14542 F:      drivers/media/dvb-frontends/si2165*
14543
14544 SI2168 MEDIA DRIVER
14545 M:      Antti Palosaari <crope@iki.fi>
14546 L:      linux-media@vger.kernel.org
14547 W:      https://linuxtv.org
14548 W:      http://palosaari.fi/linux/
14549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14550 T:      git git://linuxtv.org/anttip/media_tree.git
14551 S:      Maintained
14552 F:      drivers/media/dvb-frontends/si2168*
14553
14554 SI470X FM RADIO RECEIVER I2C DRIVER
14555 M:      Hans Verkuil <hverkuil@xs4all.nl>
14556 L:      linux-media@vger.kernel.org
14557 T:      git git://linuxtv.org/media_tree.git
14558 W:      https://linuxtv.org
14559 S:      Odd Fixes
14560 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
14561
14562 SI470X FM RADIO RECEIVER USB DRIVER
14563 M:      Hans Verkuil <hverkuil@xs4all.nl>
14564 L:      linux-media@vger.kernel.org
14565 T:      git git://linuxtv.org/media_tree.git
14566 W:      https://linuxtv.org
14567 S:      Maintained
14568 F:      drivers/media/radio/si470x/radio-si470x-common.c
14569 F:      drivers/media/radio/si470x/radio-si470x.h
14570 F:      drivers/media/radio/si470x/radio-si470x-usb.c
14571
14572 SI4713 FM RADIO TRANSMITTER I2C DRIVER
14573 M:      Eduardo Valentin <edubezval@gmail.com>
14574 L:      linux-media@vger.kernel.org
14575 T:      git git://linuxtv.org/media_tree.git
14576 W:      https://linuxtv.org
14577 S:      Odd Fixes
14578 F:      drivers/media/radio/si4713/si4713.?
14579
14580 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
14581 M:      Eduardo Valentin <edubezval@gmail.com>
14582 L:      linux-media@vger.kernel.org
14583 T:      git git://linuxtv.org/media_tree.git
14584 W:      https://linuxtv.org
14585 S:      Odd Fixes
14586 F:      drivers/media/radio/si4713/radio-platform-si4713.c
14587
14588 SI4713 FM RADIO TRANSMITTER 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/si4713/radio-usb-si4713.c
14595
14596 SIANO DVB DRIVER
14597 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14598 L:      linux-media@vger.kernel.org
14599 W:      https://linuxtv.org
14600 T:      git git://linuxtv.org/media_tree.git
14601 S:      Odd fixes
14602 F:      drivers/media/common/siano/
14603 F:      drivers/media/usb/siano/
14604 F:      drivers/media/usb/siano/
14605 F:      drivers/media/mmc/siano/
14606
14607 SIFIVE DRIVERS
14608 M:      Palmer Dabbelt <palmer@sifive.com>
14609 M:      Paul Walmsley <paul.walmsley@sifive.com>
14610 L:      linux-riscv@lists.infradead.org
14611 T:      git git://github.com/sifive/riscv-linux.git
14612 S:      Supported
14613 K:      [^@]sifive
14614 N:      sifive
14615
14616 SIFIVE FU540 SYSTEM-ON-CHIP
14617 M:      Paul Walmsley <paul.walmsley@sifive.com>
14618 M:      Palmer Dabbelt <palmer@sifive.com>
14619 L:      linux-riscv@lists.infradead.org
14620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pjw/sifive.git
14621 S:      Supported
14622 K:      fu540
14623 N:      fu540
14624
14625 SILEAD TOUCHSCREEN DRIVER
14626 M:      Hans de Goede <hdegoede@redhat.com>
14627 L:      linux-input@vger.kernel.org
14628 L:      platform-driver-x86@vger.kernel.org
14629 S:      Maintained
14630 F:      drivers/input/touchscreen/silead.c
14631 F:      drivers/platform/x86/touchscreen_dmi.c
14632
14633 SILICON MOTION SM712 FRAME BUFFER DRIVER
14634 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
14635 M:      Teddy Wang <teddy.wang@siliconmotion.com>
14636 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
14637 L:      linux-fbdev@vger.kernel.org
14638 S:      Maintained
14639 F:      drivers/video/fbdev/sm712*
14640 F:      Documentation/fb/sm712fb.rst
14641
14642 SIMPLE FIRMWARE INTERFACE (SFI)
14643 M:      Len Brown <lenb@kernel.org>
14644 L:      sfi-devel@simplefirmware.org
14645 W:      http://simplefirmware.org/
14646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
14647 S:      Supported
14648 F:      arch/x86/platform/sfi/
14649 F:      drivers/sfi/
14650 F:      include/linux/sfi*.h
14651
14652 SIMPLEFB FB DRIVER
14653 M:      Hans de Goede <hdegoede@redhat.com>
14654 L:      linux-fbdev@vger.kernel.org
14655 S:      Maintained
14656 F:      Documentation/devicetree/bindings/display/simple-framebuffer.yaml
14657 F:      drivers/video/fbdev/simplefb.c
14658 F:      include/linux/platform_data/simplefb.h
14659
14660 SIMTEC EB110ATX (Chalice CATS)
14661 P:      Ben Dooks
14662 P:      Vincent Sanders <vince@simtec.co.uk>
14663 M:      Simtec Linux Team <linux@simtec.co.uk>
14664 W:      http://www.simtec.co.uk/products/EB110ATX/
14665 S:      Supported
14666
14667 SIMTEC EB2410ITX (BAST)
14668 P:      Ben Dooks
14669 P:      Vincent Sanders <vince@simtec.co.uk>
14670 M:      Simtec Linux Team <linux@simtec.co.uk>
14671 W:      http://www.simtec.co.uk/products/EB2410ITX/
14672 S:      Supported
14673 F:      arch/arm/mach-s3c24xx/mach-bast.c
14674 F:      arch/arm/mach-s3c24xx/bast-ide.c
14675 F:      arch/arm/mach-s3c24xx/bast-irq.c
14676
14677 SIPHASH PRF ROUTINES
14678 M:      Jason A. Donenfeld <Jason@zx2c4.com>
14679 S:      Maintained
14680 F:      lib/siphash.c
14681 F:      lib/test_siphash.c
14682 F:      include/linux/siphash.h
14683
14684 SIOX
14685 M:      Thorsten Scherer <t.scherer@eckelmann.de>
14686 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
14687 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
14688 S:      Supported
14689 F:      drivers/siox/*
14690 F:      drivers/gpio/gpio-siox.c
14691 F:      include/trace/events/siox.h
14692
14693 SIS 190 ETHERNET DRIVER
14694 M:      Francois Romieu <romieu@fr.zoreil.com>
14695 L:      netdev@vger.kernel.org
14696 S:      Maintained
14697 F:      drivers/net/ethernet/sis/sis190.c
14698
14699 SIS 900/7016 FAST ETHERNET DRIVER
14700 M:      Daniele Venzano <venza@brownhat.org>
14701 W:      http://www.brownhat.org/sis900.html
14702 L:      netdev@vger.kernel.org
14703 S:      Maintained
14704 F:      drivers/net/ethernet/sis/sis900.*
14705
14706 SIS FRAMEBUFFER DRIVER
14707 M:      Thomas Winischhofer <thomas@winischhofer.net>
14708 W:      http://www.winischhofer.net/linuxsisvga.shtml
14709 S:      Maintained
14710 F:      Documentation/fb/sisfb.rst
14711 F:      drivers/video/fbdev/sis/
14712 F:      include/video/sisfb.h
14713
14714 SIS USB2VGA DRIVER
14715 M:      Thomas Winischhofer <thomas@winischhofer.net>
14716 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
14717 S:      Maintained
14718 F:      drivers/usb/misc/sisusbvga/
14719
14720 SLAB ALLOCATOR
14721 M:      Christoph Lameter <cl@linux.com>
14722 M:      Pekka Enberg <penberg@kernel.org>
14723 M:      David Rientjes <rientjes@google.com>
14724 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
14725 M:      Andrew Morton <akpm@linux-foundation.org>
14726 L:      linux-mm@kvack.org
14727 S:      Maintained
14728 F:      include/linux/sl?b*.h
14729 F:      mm/sl?b*
14730
14731 SLEEPABLE READ-COPY UPDATE (SRCU)
14732 M:      Lai Jiangshan <jiangshanlai@gmail.com>
14733 M:      "Paul E. McKenney" <paulmck@kernel.org>
14734 M:      Josh Triplett <josh@joshtriplett.org>
14735 R:      Steven Rostedt <rostedt@goodmis.org>
14736 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
14737 L:      rcu@vger.kernel.org
14738 W:      http://www.rdrop.com/users/paulmck/RCU/
14739 S:      Supported
14740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
14741 F:      include/linux/srcu*.h
14742 F:      kernel/rcu/srcu*.c
14743
14744 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus)
14745 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
14746 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14747 S:      Maintained
14748 F:      drivers/slimbus/
14749 F:      Documentation/devicetree/bindings/slimbus/
14750 F:      include/linux/slimbus.h
14751
14752 SMACK SECURITY MODULE
14753 M:      Casey Schaufler <casey@schaufler-ca.com>
14754 L:      linux-security-module@vger.kernel.org
14755 W:      http://schaufler-ca.com
14756 T:      git git://github.com/cschaufler/smack-next
14757 S:      Maintained
14758 F:      Documentation/admin-guide/LSM/Smack.rst
14759 F:      security/smack/
14760
14761 SMC91x ETHERNET DRIVER
14762 M:      Nicolas Pitre <nico@fluxnic.net>
14763 S:      Odd Fixes
14764 F:      drivers/net/ethernet/smsc/smc91x.*
14765
14766 SMIA AND SMIA++ IMAGE SENSOR DRIVER
14767 M:      Sakari Ailus <sakari.ailus@iki.fi>
14768 L:      linux-media@vger.kernel.org
14769 S:      Maintained
14770 F:      drivers/media/i2c/smiapp/
14771 F:      include/media/i2c/smiapp.h
14772 F:      drivers/media/i2c/smiapp-pll.c
14773 F:      drivers/media/i2c/smiapp-pll.h
14774 F:      include/uapi/linux/smiapp.h
14775 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
14776
14777 SMM665 HARDWARE MONITOR DRIVER
14778 M:      Guenter Roeck <linux@roeck-us.net>
14779 L:      linux-hwmon@vger.kernel.org
14780 S:      Maintained
14781 F:      Documentation/hwmon/smm665.rst
14782 F:      drivers/hwmon/smm665.c
14783
14784 SMSC EMC2103 HARDWARE MONITOR DRIVER
14785 M:      Steve Glendinning <steve.glendinning@shawell.net>
14786 L:      linux-hwmon@vger.kernel.org
14787 S:      Maintained
14788 F:      Documentation/hwmon/emc2103.rst
14789 F:      drivers/hwmon/emc2103.c
14790
14791 SMSC SCH5627 HARDWARE MONITOR DRIVER
14792 M:      Hans de Goede <hdegoede@redhat.com>
14793 L:      linux-hwmon@vger.kernel.org
14794 S:      Supported
14795 F:      Documentation/hwmon/sch5627.rst
14796 F:      drivers/hwmon/sch5627.c
14797
14798 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
14799 M:      Steve Glendinning <steve.glendinning@shawell.net>
14800 L:      linux-fbdev@vger.kernel.org
14801 S:      Maintained
14802 F:      drivers/video/fbdev/smscufx.c
14803
14804 SMSC47B397 HARDWARE MONITOR DRIVER
14805 M:      Jean Delvare <jdelvare@suse.com>
14806 L:      linux-hwmon@vger.kernel.org
14807 S:      Maintained
14808 F:      Documentation/hwmon/smsc47b397.rst
14809 F:      drivers/hwmon/smsc47b397.c
14810
14811 SMSC911x ETHERNET DRIVER
14812 M:      Steve Glendinning <steve.glendinning@shawell.net>
14813 L:      netdev@vger.kernel.org
14814 S:      Maintained
14815 F:      include/linux/smsc911x.h
14816 F:      drivers/net/ethernet/smsc/smsc911x.*
14817
14818 SMSC9420 PCI ETHERNET DRIVER
14819 M:      Steve Glendinning <steve.glendinning@shawell.net>
14820 L:      netdev@vger.kernel.org
14821 S:      Maintained
14822 F:      drivers/net/ethernet/smsc/smsc9420.*
14823
14824 SOC-CAMERA V4L2 SUBSYSTEM
14825 L:      linux-media@vger.kernel.org
14826 T:      git git://linuxtv.org/media_tree.git
14827 S:      Orphan
14828 F:      include/media/soc_camera.h
14829 F:      drivers/staging/media/soc_camera/
14830
14831 SOCIONEXT SYNQUACER I2C DRIVER
14832 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
14833 L:      linux-i2c@vger.kernel.org
14834 S:      Maintained
14835 F:      drivers/i2c/busses/i2c-synquacer.c
14836 F:      Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
14837
14838 SOCIONEXT UNIPHIER SOUND DRIVER
14839 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14840 S:      Orphan
14841 F:      sound/soc/uniphier/
14842
14843 SOEKRIS NET48XX LED SUPPORT
14844 M:      Chris Boot <bootc@bootc.net>
14845 S:      Maintained
14846 F:      drivers/leds/leds-net48xx.c
14847
14848 SOFT-IWARP DRIVER (siw)
14849 M:      Bernard Metzler <bmt@zurich.ibm.com>
14850 L:      linux-rdma@vger.kernel.org
14851 S:      Supported
14852 F:      drivers/infiniband/sw/siw/
14853 F:      include/uapi/rdma/siw-abi.h
14854
14855 SOFT-ROCE DRIVER (rxe)
14856 M:      Moni Shoua <monis@mellanox.com>
14857 L:      linux-rdma@vger.kernel.org
14858 S:      Supported
14859 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
14860 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
14861 F:      drivers/infiniband/sw/rxe/
14862 F:      include/uapi/rdma/rdma_user_rxe.h
14863
14864 SOFTLOGIC 6x10 MPEG CODEC
14865 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
14866 M:      Anton Sviridenko <anton@corp.bluecherry.net>
14867 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
14868 M:      Andrey Utkin <andrey_utkin@fastmail.com>
14869 M:      Ismael Luceno <ismael@iodev.co.uk>
14870 L:      linux-media@vger.kernel.org
14871 S:      Supported
14872 F:      drivers/media/pci/solo6x10/
14873
14874 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
14875 M:      James Morse <james.morse@arm.com>
14876 L:      linux-arm-kernel@lists.infradead.org
14877 S:      Maintained
14878 F:      Documentation/devicetree/bindings/arm/firmware/sdei.txt
14879 F:      drivers/firmware/arm_sdei.c
14880 F:      include/linux/arm_sdei.h
14881 F:      include/uapi/linux/arm_sdei.h
14882
14883 SOFTWARE RAID (Multiple Disks) SUPPORT
14884 M:      Song Liu <song@kernel.org>
14885 L:      linux-raid@vger.kernel.org
14886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git
14887 S:      Supported
14888 F:      drivers/md/Makefile
14889 F:      drivers/md/Kconfig
14890 F:      drivers/md/md*
14891 F:      drivers/md/raid*
14892 F:      include/linux/raid/
14893 F:      include/uapi/linux/raid/
14894
14895 SOCIONEXT (SNI) AVE NETWORK DRIVER
14896 M:      Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
14897 L:      netdev@vger.kernel.org
14898 S:      Maintained
14899 F:      drivers/net/ethernet/socionext/sni_ave.c
14900 F:      Documentation/devicetree/bindings/net/socionext,uniphier-ave4.txt
14901
14902 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
14903 M:      Jassi Brar <jaswinder.singh@linaro.org>
14904 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
14905 L:      netdev@vger.kernel.org
14906 S:      Maintained
14907 F:      drivers/net/ethernet/socionext/netsec.c
14908 F:      Documentation/devicetree/bindings/net/socionext-netsec.txt
14909
14910 SOCIONEXT (SNI) Synquacer SPI DRIVER
14911 M:      Masahisa Kojima <masahisa.kojima@linaro.org>
14912 M:      Jassi Brar <jaswinder.singh@linaro.org>
14913 L:      linux-spi@vger.kernel.org
14914 S:      Maintained
14915 F:      drivers/spi/spi-synquacer.c
14916 F:      Documentation/devicetree/bindings/spi/spi-synquacer.txt
14917
14918 SOLIDRUN CLEARFOG SUPPORT
14919 M:      Russell King <linux@armlinux.org.uk>
14920 S:      Maintained
14921 F:      arch/arm/boot/dts/armada-388-clearfog*
14922 F:      arch/arm/boot/dts/armada-38x-solidrun-*
14923
14924 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
14925 M:      Russell King <linux@armlinux.org.uk>
14926 S:      Maintained
14927 F:      arch/arm/boot/dts/imx6*-cubox-i*
14928 F:      arch/arm/boot/dts/imx6*-hummingboard*
14929 F:      arch/arm/boot/dts/imx6*-sr-*
14930
14931 SONIC NETWORK DRIVER
14932 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
14933 L:      netdev@vger.kernel.org
14934 S:      Maintained
14935 F:      drivers/net/ethernet/natsemi/sonic.*
14936
14937 SONICS SILICON BACKPLANE DRIVER (SSB)
14938 M:      Michael Buesch <m@bues.ch>
14939 L:      linux-wireless@vger.kernel.org
14940 S:      Maintained
14941 F:      drivers/ssb/
14942 F:      include/linux/ssb/
14943
14944 SONY IMX214 SENSOR DRIVER
14945 M:      Ricardo Ribalda <ricardo.ribalda@gmail.com>
14946 L:      linux-media@vger.kernel.org
14947 T:      git git://linuxtv.org/media_tree.git
14948 S:      Maintained
14949 F:      drivers/media/i2c/imx214.c
14950 F:      Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
14951
14952 SONY IMX258 SENSOR DRIVER
14953 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
14954 L:      linux-media@vger.kernel.org
14955 T:      git git://linuxtv.org/media_tree.git
14956 S:      Maintained
14957 F:      drivers/media/i2c/imx258.c
14958
14959 SONY IMX274 SENSOR DRIVER
14960 M:      Leon Luo <leonl@leopardimaging.com>
14961 L:      linux-media@vger.kernel.org
14962 T:      git git://linuxtv.org/media_tree.git
14963 S:      Maintained
14964 F:      drivers/media/i2c/imx274.c
14965 F:      Documentation/devicetree/bindings/media/i2c/imx274.txt
14966
14967 SONY IMX319 SENSOR DRIVER
14968 M:      Bingbu Cao <bingbu.cao@intel.com>
14969 L:      linux-media@vger.kernel.org
14970 T:      git git://linuxtv.org/media_tree.git
14971 S:      Maintained
14972 F:      drivers/media/i2c/imx319.c
14973
14974 SONY IMX355 SENSOR DRIVER
14975 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
14976 L:      linux-media@vger.kernel.org
14977 T:      git git://linuxtv.org/media_tree.git
14978 S:      Maintained
14979 F:      drivers/media/i2c/imx355.c
14980
14981 SONY MEMORYSTICK SUBSYSTEM
14982 M:      Maxim Levitsky <maximlevitsky@gmail.com>
14983 M:      Alex Dubov <oakad@yahoo.com>
14984 M:      Ulf Hansson <ulf.hansson@linaro.org>
14985 L:      linux-mmc@vger.kernel.org
14986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
14987 S:      Maintained
14988 F:      drivers/memstick/
14989 F:      include/linux/memstick.h
14990
14991 SONY VAIO CONTROL DEVICE DRIVER
14992 M:      Mattia Dongili <malattia@linux.it>
14993 L:      platform-driver-x86@vger.kernel.org
14994 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
14995 S:      Maintained
14996 F:      Documentation/admin-guide/laptops/sony-laptop.rst
14997 F:      drivers/char/sonypi.c
14998 F:      drivers/platform/x86/sony-laptop.c
14999 F:      include/linux/sony-laptop.h
15000
15001 SOUND
15002 M:      Jaroslav Kysela <perex@perex.cz>
15003 M:      Takashi Iwai <tiwai@suse.com>
15004 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15005 W:      http://www.alsa-project.org/
15006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
15007 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
15008 S:      Maintained
15009 F:      Documentation/sound/
15010 F:      include/sound/
15011 F:      include/uapi/sound/
15012 F:      sound/
15013
15014 SOUND - COMPRESSED AUDIO
15015 M:      Vinod Koul <vkoul@kernel.org>
15016 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
15018 S:      Supported
15019 F:      Documentation/sound/designs/compress-offload.rst
15020 F:      include/sound/compress_driver.h
15021 F:      include/uapi/sound/compress_*
15022 F:      sound/core/compress_offload.c
15023 F:      sound/soc/soc-compress.c
15024
15025 SOUND - DMAENGINE HELPERS
15026 M:      Lars-Peter Clausen <lars@metafoo.de>
15027 S:      Supported
15028 F:      include/sound/dmaengine_pcm.h
15029 F:      sound/core/pcm_dmaengine.c
15030 F:      sound/soc/soc-generic-dmaengine-pcm.c
15031
15032 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
15033 M:      Liam Girdwood <lgirdwood@gmail.com>
15034 M:      Mark Brown <broonie@kernel.org>
15035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
15036 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15037 W:      http://alsa-project.org/main/index.php/ASoC
15038 S:      Supported
15039 F:      Documentation/devicetree/bindings/sound/
15040 F:      Documentation/sound/soc/
15041 F:      sound/soc/
15042 F:      include/dt-bindings/sound/
15043 F:      include/sound/soc*
15044
15045 SOUNDWIRE SUBSYSTEM
15046 M:      Vinod Koul <vkoul@kernel.org>
15047 M:      Sanyog Kale <sanyog.r.kale@intel.com>
15048 R:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
15049 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15050 S:      Supported
15051 F:      Documentation/driver-api/soundwire/
15052 F:      drivers/soundwire/
15053 F:      include/linux/soundwire/
15054
15055 SP2 MEDIA DRIVER
15056 M:      Olli Salonen <olli.salonen@iki.fi>
15057 L:      linux-media@vger.kernel.org
15058 W:      https://linuxtv.org
15059 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15060 S:      Maintained
15061 F:      drivers/media/dvb-frontends/sp2*
15062
15063 SPARC + UltraSPARC (sparc/sparc64)
15064 M:      "David S. Miller" <davem@davemloft.net>
15065 L:      sparclinux@vger.kernel.org
15066 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
15067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
15068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
15069 S:      Maintained
15070 F:      arch/sparc/
15071 F:      drivers/sbus/
15072
15073 SPARC SERIAL DRIVERS
15074 M:      "David S. Miller" <davem@davemloft.net>
15075 L:      sparclinux@vger.kernel.org
15076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
15077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
15078 S:      Maintained
15079 F:      include/linux/sunserialcore.h
15080 F:      drivers/tty/serial/suncore.c
15081 F:      drivers/tty/serial/sunhv.c
15082 F:      drivers/tty/serial/sunsab.c
15083 F:      drivers/tty/serial/sunsab.h
15084 F:      drivers/tty/serial/sunsu.c
15085 F:      drivers/tty/serial/sunzilog.c
15086 F:      drivers/tty/serial/sunzilog.h
15087 F:      drivers/tty/vcc.c
15088
15089 SPARSE CHECKER
15090 M:      "Luc Van Oostenryck" <luc.vanoostenryck@gmail.com>
15091 L:      linux-sparse@vger.kernel.org
15092 W:      https://sparse.wiki.kernel.org/
15093 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
15094 S:      Maintained
15095 F:      include/linux/compiler.h
15096
15097 SPEAR CLOCK FRAMEWORK SUPPORT
15098 M:      Viresh Kumar <vireshk@kernel.org>
15099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
15100 W:      http://www.st.com/spear
15101 S:      Maintained
15102 F:      drivers/clk/spear/
15103
15104 SPEAR PLATFORM SUPPORT
15105 M:      Viresh Kumar <vireshk@kernel.org>
15106 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
15107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
15108 W:      http://www.st.com/spear
15109 S:      Maintained
15110 F:      arch/arm/boot/dts/spear*
15111 F:      arch/arm/mach-spear/
15112
15113 SPI NOR SUBSYSTEM
15114 M:      Marek Vasut <marek.vasut@gmail.com>
15115 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
15116 L:      linux-mtd@lists.infradead.org
15117 W:      http://www.linux-mtd.infradead.org/
15118 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
15119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
15120 S:      Maintained
15121 F:      drivers/mtd/spi-nor/
15122 F:      include/linux/mtd/spi-nor.h
15123
15124 SPI SUBSYSTEM
15125 M:      Mark Brown <broonie@kernel.org>
15126 L:      linux-spi@vger.kernel.org
15127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
15128 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
15129 S:      Maintained
15130 F:      Documentation/devicetree/bindings/spi/
15131 F:      Documentation/spi/
15132 F:      drivers/spi/
15133 F:      include/linux/spi/
15134 F:      include/uapi/linux/spi/
15135 F:      tools/spi/
15136
15137 SPIDERNET NETWORK DRIVER for CELL
15138 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
15139 L:      netdev@vger.kernel.org
15140 S:      Supported
15141 F:      Documentation/networking/device_drivers/toshiba/spider_net.txt
15142 F:      drivers/net/ethernet/toshiba/spider_net*
15143
15144 SPMI SUBSYSTEM
15145 R:      Stephen Boyd <sboyd@kernel.org>
15146 L:      linux-arm-msm@vger.kernel.org
15147 F:      Documentation/devicetree/bindings/spmi/
15148 F:      drivers/spmi/
15149 F:      include/dt-bindings/spmi/spmi.h
15150 F:      include/linux/spmi.h
15151 F:      include/trace/events/spmi.h
15152
15153 SPU FILE SYSTEM
15154 M:      Jeremy Kerr <jk@ozlabs.org>
15155 L:      linuxppc-dev@lists.ozlabs.org
15156 W:      http://www.ibm.com/developerworks/power/cell/
15157 S:      Supported
15158 F:      Documentation/filesystems/spufs.txt
15159 F:      arch/powerpc/platforms/cell/spufs/
15160
15161 SQUASHFS FILE SYSTEM
15162 M:      Phillip Lougher <phillip@squashfs.org.uk>
15163 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
15164 W:      http://squashfs.org.uk
15165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
15166 S:      Maintained
15167 F:      Documentation/filesystems/squashfs.txt
15168 F:      fs/squashfs/
15169
15170 SRM (Alpha) environment access
15171 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
15172 S:      Maintained
15173 F:      arch/alpha/kernel/srm_env.c
15174
15175 ST LSM6DSx IMU IIO DRIVER
15176 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
15177 L:      linux-iio@vger.kernel.org
15178 W:      http://www.st.com/
15179 S:      Maintained
15180 F:      drivers/iio/imu/st_lsm6dsx/
15181 F:      Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
15182
15183 ST MIPID02 CSI-2 TO PARALLEL BRIDGE DRIVER
15184 M:      Mickael Guene <mickael.guene@st.com>
15185 L:      linux-media@vger.kernel.org
15186 T:      git git://linuxtv.org/media_tree.git
15187 S:      Maintained
15188 F:      drivers/media/i2c/st-mipid02.c
15189 F:      Documentation/devicetree/bindings/media/i2c/st,st-mipid02.txt
15190
15191 ST STM32 I2C/SMBUS DRIVER
15192 M:      Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
15193 L:      linux-i2c@vger.kernel.org
15194 S:      Maintained
15195 F:      drivers/i2c/busses/i2c-stm32*
15196
15197 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
15198 M:      Song Qiang <songqiang1304521@gmail.com>
15199 L:      linux-iio@vger.kernel.org
15200 S:      Maintained
15201 F:      drivers/iio/proximity/vl53l0x-i2c.c
15202 F:      Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt
15203
15204 STABLE BRANCH
15205 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15206 M:      Sasha Levin <sashal@kernel.org>
15207 L:      stable@vger.kernel.org
15208 S:      Supported
15209 F:      Documentation/process/stable-kernel-rules.rst
15210
15211 STAGING - COMEDI
15212 M:      Ian Abbott <abbotti@mev.co.uk>
15213 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
15214 S:      Odd Fixes
15215 F:      drivers/staging/comedi/
15216
15217 STAGING - EROFS FILE SYSTEM
15218 M:      Gao Xiang <gaoxiang25@huawei.com>
15219 M:      Chao Yu <yuchao0@huawei.com>
15220 L:      linux-erofs@lists.ozlabs.org
15221 S:      Maintained
15222 F:      drivers/staging/erofs/
15223
15224 STAGING - FIELDBUS SUBSYSTEM
15225 M:      Sven Van Asbroeck <TheSven73@gmail.com>
15226 S:      Maintained
15227 F:      drivers/staging/fieldbus/*
15228 F:      drivers/staging/fieldbus/Documentation/
15229
15230 STAGING - HMS ANYBUS-S BUS
15231 M:      Sven Van Asbroeck <TheSven73@gmail.com>
15232 S:      Maintained
15233 F:      drivers/staging/fieldbus/anybuss/
15234
15235 STAGING - INDUSTRIAL IO
15236 M:      Jonathan Cameron <jic23@kernel.org>
15237 L:      linux-iio@vger.kernel.org
15238 S:      Odd Fixes
15239 F:      Documentation/devicetree/bindings/staging/iio/
15240 F:      drivers/staging/iio/
15241
15242 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
15243 M:      Marc Dietrich <marvin24@gmx.de>
15244 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
15245 L:      linux-tegra@vger.kernel.org
15246 S:      Maintained
15247 F:      drivers/staging/nvec/
15248
15249 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
15250 M:      Jens Frederich <jfrederich@gmail.com>
15251 M:      Daniel Drake <dsd@laptop.org>
15252 M:      Jon Nettleton <jon.nettleton@gmail.com>
15253 W:      http://wiki.laptop.org/go/DCON
15254 S:      Maintained
15255 F:      drivers/staging/olpc_dcon/
15256
15257 STAGING - REALTEK RTL8712U DRIVERS
15258 M:      Larry Finger <Larry.Finger@lwfinger.net>
15259 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
15260 S:      Odd Fixes
15261 F:      drivers/staging/rtl8712/
15262
15263 STAGING - REALTEK RTL8188EU DRIVERS
15264 M:      Larry Finger <Larry.Finger@lwfinger.net>
15265 S:      Odd Fixes
15266 F:      drivers/staging/rtl8188eu/
15267
15268 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
15269 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
15270 M:      Teddy Wang <teddy.wang@siliconmotion.com>
15271 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
15272 L:      linux-fbdev@vger.kernel.org
15273 S:      Maintained
15274 F:      drivers/staging/sm750fb/
15275
15276 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
15277 M:      William Hubbs <w.d.hubbs@gmail.com>
15278 M:      Chris Brannon <chris@the-brannons.com>
15279 M:      Kirk Reiser <kirk@reisers.ca>
15280 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
15281 L:      speakup@linux-speakup.org
15282 W:      http://www.linux-speakup.org/
15283 S:      Odd Fixes
15284 F:      drivers/staging/speakup/
15285
15286 STAGING - VIA VT665X DRIVERS
15287 M:      Forest Bond <forest@alittletooquiet.net>
15288 S:      Odd Fixes
15289 F:      drivers/staging/vt665?/
15290
15291 STAGING - WILC1000 WIFI DRIVER
15292 M:      Adham Abozaeid <adham.abozaeid@microchip.com>
15293 M:      Ajay Singh <ajay.kathat@microchip.com>
15294 L:      linux-wireless@vger.kernel.org
15295 S:      Supported
15296 F:      drivers/staging/wilc1000/
15297
15298 STAGING SUBSYSTEM
15299 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
15301 L:      devel@driverdev.osuosl.org
15302 S:      Supported
15303 F:      drivers/staging/
15304
15305 STARFIRE/DURALAN NETWORK DRIVER
15306 M:      Ion Badulescu <ionut@badula.org>
15307 S:      Odd Fixes
15308 F:      drivers/net/ethernet/adaptec/starfire*
15309
15310 STEC S1220 SKD DRIVER
15311 M:      Damien Le Moal <Damien.LeMoal@wdc.com>
15312 L:      linux-block@vger.kernel.org
15313 S:      Maintained
15314 F:      drivers/block/skd*[ch]
15315
15316 STI AUDIO (ASoC) DRIVERS
15317 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
15318 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15319 S:      Maintained
15320 F:      Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
15321 F:      sound/soc/sti/
15322
15323 STI CEC DRIVER
15324 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
15325 S:      Maintained
15326 F:      drivers/media/platform/sti/cec/
15327 F:      Documentation/devicetree/bindings/media/stih-cec.txt
15328
15329 STK1160 USB VIDEO CAPTURE DRIVER
15330 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
15331 L:      linux-media@vger.kernel.org
15332 T:      git git://linuxtv.org/media_tree.git
15333 S:      Maintained
15334 F:      drivers/media/usb/stk1160/
15335
15336 STM32 AUDIO (ASoC) DRIVERS
15337 M:      Olivier Moysan <olivier.moysan@st.com>
15338 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
15339 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15340 S:      Maintained
15341 F:      Documentation/devicetree/bindings/sound/st,stm32-*.txt
15342 F:      sound/soc/stm/
15343
15344 STM32 TIMER/LPTIMER DRIVERS
15345 M:      Fabrice Gasnier <fabrice.gasnier@st.com>
15346 S:      Maintained
15347 F:      drivers/*/stm32-*timer*
15348 F:      drivers/pwm/pwm-stm32*
15349 F:      include/linux/*/stm32-*tim*
15350 F:      Documentation/ABI/testing/*timer-stm32
15351 F:      Documentation/devicetree/bindings/*/stm32-*timer*
15352 F:      Documentation/devicetree/bindings/pwm/pwm-stm32*
15353
15354 STMMAC ETHERNET DRIVER
15355 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
15356 M:      Alexandre Torgue <alexandre.torgue@st.com>
15357 M:      Jose Abreu <joabreu@synopsys.com>
15358 L:      netdev@vger.kernel.org
15359 W:      http://www.stlinux.com
15360 S:      Supported
15361 F:      drivers/net/ethernet/stmicro/stmmac/
15362
15363 SUN3/3X
15364 M:      Sam Creasey <sammy@sammy.net>
15365 W:      http://sammy.net/sun3/
15366 S:      Maintained
15367 F:      arch/m68k/kernel/*sun3*
15368 F:      arch/m68k/sun3*/
15369 F:      arch/m68k/include/asm/sun3*
15370 F:      drivers/net/ethernet/i825xx/sun3*
15371
15372 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
15373 M:      Hans de Goede <hdegoede@redhat.com>
15374 L:      linux-input@vger.kernel.org
15375 S:      Maintained
15376 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
15377 F:      drivers/input/keyboard/sun4i-lradc-keys.c
15378
15379 SUNDANCE NETWORK DRIVER
15380 M:      Denis Kirjanov <kda@linux-powerpc.org>
15381 L:      netdev@vger.kernel.org
15382 S:      Maintained
15383 F:      drivers/net/ethernet/dlink/sundance.c
15384
15385 SUPERH
15386 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
15387 M:      Rich Felker <dalias@libc.org>
15388 L:      linux-sh@vger.kernel.org
15389 Q:      http://patchwork.kernel.org/project/linux-sh/list/
15390 S:      Maintained
15391 F:      Documentation/sh/
15392 F:      arch/sh/
15393 F:      drivers/sh/
15394
15395 SUSPEND TO RAM
15396 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
15397 M:      Len Brown <len.brown@intel.com>
15398 M:      Pavel Machek <pavel@ucw.cz>
15399 L:      linux-pm@vger.kernel.org
15400 B:      https://bugzilla.kernel.org
15401 S:      Supported
15402 F:      Documentation/power/
15403 F:      arch/x86/kernel/acpi/
15404 F:      drivers/base/power/
15405 F:      kernel/power/
15406 F:      include/linux/suspend.h
15407 F:      include/linux/freezer.h
15408 F:      include/linux/pm.h
15409
15410 SVGA HANDLING
15411 M:      Martin Mares <mj@ucw.cz>
15412 L:      linux-video@atrey.karlin.mff.cuni.cz
15413 S:      Maintained
15414 F:      Documentation/admin-guide/svga.rst
15415 F:      arch/x86/boot/video*
15416
15417 SWIOTLB SUBSYSTEM
15418 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
15419 L:      iommu@lists.linux-foundation.org
15420 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
15421 S:      Supported
15422 F:      kernel/dma/swiotlb.c
15423 F:      arch/*/kernel/pci-swiotlb.c
15424 F:      include/linux/swiotlb.h
15425
15426 SWITCHDEV
15427 M:      Jiri Pirko <jiri@resnulli.us>
15428 M:      Ivan Vecera <ivecera@redhat.com>
15429 L:      netdev@vger.kernel.org
15430 S:      Supported
15431 F:      net/switchdev/
15432 F:      include/net/switchdev.h
15433
15434 SY8106A REGULATOR DRIVER
15435 M:      Icenowy Zheng <icenowy@aosc.io>
15436 S:      Maintained
15437 F:      drivers/regulator/sy8106a-regulator.c
15438 F:      Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt
15439
15440 SYNC FILE FRAMEWORK
15441 M:      Sumit Semwal <sumit.semwal@linaro.org>
15442 R:      Gustavo Padovan <gustavo@padovan.org>
15443 S:      Maintained
15444 L:      linux-media@vger.kernel.org
15445 L:      dri-devel@lists.freedesktop.org
15446 F:      drivers/dma-buf/sync_*
15447 F:      drivers/dma-buf/dma-fence*
15448 F:      drivers/dma-buf/sw_sync.c
15449 F:      include/linux/sync_file.h
15450 F:      include/uapi/linux/sync_file.h
15451 F:      Documentation/driver-api/sync_file.rst
15452 T:      git git://anongit.freedesktop.org/drm/drm-misc
15453
15454 SYNOPSYS ARC ARCHITECTURE
15455 M:      Vineet Gupta <vgupta@synopsys.com>
15456 L:      linux-snps-arc@lists.infradead.org
15457 S:      Supported
15458 F:      arch/arc/
15459 F:      Documentation/devicetree/bindings/arc/*
15460 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
15461 F:      drivers/clocksource/arc_timer.c
15462 F:      drivers/tty/serial/arc_uart.c
15463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
15464
15465 SYNOPSYS ARC HSDK SDP pll clock driver
15466 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
15467 S:      Supported
15468 F:      drivers/clk/clk-hsdk-pll.c
15469 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
15470
15471 SYNOPSYS ARC SDP clock driver
15472 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
15473 S:      Supported
15474 F:      drivers/clk/axs10x/*
15475 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
15476
15477 SYNOPSYS ARC SDP platform support
15478 M:      Alexey Brodkin <abrodkin@synopsys.com>
15479 S:      Supported
15480 F:      arch/arc/plat-axs10x
15481 F:      arch/arc/boot/dts/ax*
15482 F:      Documentation/devicetree/bindings/arc/axs10*
15483
15484 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
15485 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
15486 S:      Supported
15487 F:      drivers/reset/reset-axs10x.c
15488 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
15489
15490 SYNOPSYS CREG GPIO DRIVER
15491 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
15492 S:      Maintained
15493 F:      drivers/gpio/gpio-creg-snps.c
15494 F:      Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
15495
15496 SYNOPSYS DESIGNWARE 8250 UART DRIVER
15497 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
15498 S:      Maintained
15499 F:      drivers/tty/serial/8250/8250_dw.c
15500
15501 SYNOPSYS DESIGNWARE APB GPIO DRIVER
15502 M:      Hoan Tran <hoan@os.amperecomputing.com>
15503 L:      linux-gpio@vger.kernel.org
15504 S:      Maintained
15505 F:      drivers/gpio/gpio-dwapb.c
15506 F:      Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
15507
15508 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
15509 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
15510 S:      Maintained
15511 F:      drivers/dma/dwi-axi-dmac/
15512 F:      Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
15513
15514 SYNOPSYS DESIGNWARE DMAC DRIVER
15515 M:      Viresh Kumar <vireshk@kernel.org>
15516 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
15517 S:      Maintained
15518 F:      Documentation/devicetree/bindings/dma/snps-dma.txt
15519 F:      drivers/dma/dw/
15520 F:      include/dt-bindings/dma/dw-dmac.h
15521 F:      include/linux/dma/dw.h
15522 F:      include/linux/platform_data/dma-dw.h
15523
15524 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
15525 M:      Jose Abreu <Jose.Abreu@synopsys.com>
15526 L:      netdev@vger.kernel.org
15527 S:      Supported
15528 F:      drivers/net/ethernet/synopsys/
15529
15530 SYNOPSYS DESIGNWARE I2C DRIVER
15531 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
15532 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
15533 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
15534 L:      linux-i2c@vger.kernel.org
15535 S:      Maintained
15536 F:      drivers/i2c/busses/i2c-designware-*
15537 F:      include/linux/platform_data/i2c-designware.h
15538
15539 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
15540 M:      Jaehoon Chung <jh80.chung@samsung.com>
15541 L:      linux-mmc@vger.kernel.org
15542 S:      Maintained
15543 F:      drivers/mmc/host/dw_mmc*
15544
15545 SYNOPSYS HSDK RESET CONTROLLER DRIVER
15546 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
15547 S:      Supported
15548 F:      drivers/reset/reset-hsdk.c
15549 F:      include/dt-bindings/reset/snps,hsdk-reset.h
15550 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
15551
15552 SYSTEM CONFIGURATION (SYSCON)
15553 M:      Lee Jones <lee.jones@linaro.org>
15554 M:      Arnd Bergmann <arnd@arndb.de>
15555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
15556 S:      Supported
15557 F:      drivers/mfd/syscon.c
15558
15559 SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
15560 M:      Sudeep Holla <sudeep.holla@arm.com>
15561 L:      linux-arm-kernel@lists.infradead.org
15562 S:      Maintained
15563 F:      Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt
15564 F:      drivers/clk/clk-sc[mp]i.c
15565 F:      drivers/cpufreq/sc[mp]i-cpufreq.c
15566 F:      drivers/firmware/arm_scpi.c
15567 F:      drivers/firmware/arm_scmi/
15568 F:      drivers/reset/reset-scmi.c
15569 F:      include/linux/sc[mp]i_protocol.h
15570
15571 SYSTEM RESET/SHUTDOWN DRIVERS
15572 M:      Sebastian Reichel <sre@kernel.org>
15573 L:      linux-pm@vger.kernel.org
15574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
15575 S:      Maintained
15576 F:      Documentation/devicetree/bindings/power/reset/
15577 F:      drivers/power/reset/
15578
15579 SYSTEM TRACE MODULE CLASS
15580 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
15581 S:      Maintained
15582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
15583 F:      Documentation/trace/stm.rst
15584 F:      drivers/hwtracing/stm/
15585 F:      include/linux/stm.h
15586 F:      include/uapi/linux/stm.h
15587
15588 SYSV FILESYSTEM
15589 M:      Christoph Hellwig <hch@infradead.org>
15590 S:      Maintained
15591 F:      Documentation/filesystems/sysv-fs.txt
15592 F:      fs/sysv/
15593 F:      include/linux/sysv_fs.h
15594
15595 TASKSTATS STATISTICS INTERFACE
15596 M:      Balbir Singh <bsingharora@gmail.com>
15597 S:      Maintained
15598 F:      Documentation/accounting/taskstats*
15599 F:      include/linux/taskstats*
15600 F:      kernel/taskstats.c
15601
15602 TC subsystem
15603 M:      Jamal Hadi Salim <jhs@mojatatu.com>
15604 M:      Cong Wang <xiyou.wangcong@gmail.com>
15605 M:      Jiri Pirko <jiri@resnulli.us>
15606 L:      netdev@vger.kernel.org
15607 S:      Maintained
15608 F:      include/net/pkt_cls.h
15609 F:      include/net/pkt_sched.h
15610 F:      include/net/tc_act/
15611 F:      include/uapi/linux/pkt_cls.h
15612 F:      include/uapi/linux/pkt_sched.h
15613 F:      include/uapi/linux/tc_act/
15614 F:      include/uapi/linux/tc_ematch/
15615 F:      net/sched/
15616
15617 TC90522 MEDIA DRIVER
15618 M:      Akihiro Tsukada <tskd08@gmail.com>
15619 L:      linux-media@vger.kernel.org
15620 S:      Odd Fixes
15621 F:      drivers/media/dvb-frontends/tc90522*
15622
15623 TCP LOW PRIORITY MODULE
15624 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
15625 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
15626 W:      http://tcp-lp-mod.sourceforge.net/
15627 S:      Maintained
15628 F:      net/ipv4/tcp_lp.c
15629
15630 TDA10071 MEDIA DRIVER
15631 M:      Antti Palosaari <crope@iki.fi>
15632 L:      linux-media@vger.kernel.org
15633 W:      https://linuxtv.org
15634 W:      http://palosaari.fi/linux/
15635 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15636 T:      git git://linuxtv.org/anttip/media_tree.git
15637 S:      Maintained
15638 F:      drivers/media/dvb-frontends/tda10071*
15639
15640 TDA18212 MEDIA DRIVER
15641 M:      Antti Palosaari <crope@iki.fi>
15642 L:      linux-media@vger.kernel.org
15643 W:      https://linuxtv.org
15644 W:      http://palosaari.fi/linux/
15645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15646 T:      git git://linuxtv.org/anttip/media_tree.git
15647 S:      Maintained
15648 F:      drivers/media/tuners/tda18212*
15649
15650 TDA18218 MEDIA DRIVER
15651 M:      Antti Palosaari <crope@iki.fi>
15652 L:      linux-media@vger.kernel.org
15653 W:      https://linuxtv.org
15654 W:      http://palosaari.fi/linux/
15655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15656 T:      git git://linuxtv.org/anttip/media_tree.git
15657 S:      Maintained
15658 F:      drivers/media/tuners/tda18218*
15659
15660 TDA18250 MEDIA DRIVER
15661 M:      Olli Salonen <olli.salonen@iki.fi>
15662 L:      linux-media@vger.kernel.org
15663 W:      https://linuxtv.org
15664 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15665 T:      git git://linuxtv.org/media_tree.git
15666 S:      Maintained
15667 F:      drivers/media/tuners/tda18250*
15668
15669 TDA18271 MEDIA DRIVER
15670 M:      Michael Krufky <mkrufky@linuxtv.org>
15671 L:      linux-media@vger.kernel.org
15672 W:      https://linuxtv.org
15673 W:      http://github.com/mkrufky
15674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15675 T:      git git://linuxtv.org/mkrufky/tuners.git
15676 S:      Maintained
15677 F:      drivers/media/tuners/tda18271*
15678
15679 TDA1997x MEDIA DRIVER
15680 M:      Tim Harvey <tharvey@gateworks.com>
15681 L:      linux-media@vger.kernel.org
15682 W:      https://linuxtv.org
15683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15684 S:      Maintained
15685 F:      drivers/media/i2c/tda1997x.*
15686
15687 TDA827x MEDIA DRIVER
15688 M:      Michael Krufky <mkrufky@linuxtv.org>
15689 L:      linux-media@vger.kernel.org
15690 W:      https://linuxtv.org
15691 W:      http://github.com/mkrufky
15692 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15693 T:      git git://linuxtv.org/mkrufky/tuners.git
15694 S:      Maintained
15695 F:      drivers/media/tuners/tda8290.*
15696
15697 TDA8290 MEDIA DRIVER
15698 M:      Michael Krufky <mkrufky@linuxtv.org>
15699 L:      linux-media@vger.kernel.org
15700 W:      https://linuxtv.org
15701 W:      http://github.com/mkrufky
15702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15703 T:      git git://linuxtv.org/mkrufky/tuners.git
15704 S:      Maintained
15705 F:      drivers/media/tuners/tda8290.*
15706
15707 TDA9840 MEDIA DRIVER
15708 M:      Hans Verkuil <hverkuil@xs4all.nl>
15709 L:      linux-media@vger.kernel.org
15710 T:      git git://linuxtv.org/media_tree.git
15711 W:      https://linuxtv.org
15712 S:      Maintained
15713 F:      drivers/media/i2c/tda9840*
15714
15715 TEA5761 TUNER DRIVER
15716 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
15717 L:      linux-media@vger.kernel.org
15718 W:      https://linuxtv.org
15719 T:      git git://linuxtv.org/media_tree.git
15720 S:      Odd fixes
15721 F:      drivers/media/tuners/tea5761.*
15722
15723 TEA5767 TUNER DRIVER
15724 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
15725 L:      linux-media@vger.kernel.org
15726 W:      https://linuxtv.org
15727 T:      git git://linuxtv.org/media_tree.git
15728 S:      Maintained
15729 F:      drivers/media/tuners/tea5767.*
15730
15731 TEA6415C MEDIA DRIVER
15732 M:      Hans Verkuil <hverkuil@xs4all.nl>
15733 L:      linux-media@vger.kernel.org
15734 T:      git git://linuxtv.org/media_tree.git
15735 W:      https://linuxtv.org
15736 S:      Maintained
15737 F:      drivers/media/i2c/tea6415c*
15738
15739 TEA6420 MEDIA DRIVER
15740 M:      Hans Verkuil <hverkuil@xs4all.nl>
15741 L:      linux-media@vger.kernel.org
15742 T:      git git://linuxtv.org/media_tree.git
15743 W:      https://linuxtv.org
15744 S:      Maintained
15745 F:      drivers/media/i2c/tea6420*
15746
15747 TEAM DRIVER
15748 M:      Jiri Pirko <jiri@resnulli.us>
15749 L:      netdev@vger.kernel.org
15750 S:      Supported
15751 F:      drivers/net/team/
15752 F:      include/linux/if_team.h
15753 F:      include/uapi/linux/if_team.h
15754
15755 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
15756 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
15757 S:      Maintained
15758 F:      arch/x86/platform/ts5500/
15759
15760 TECHNOTREND USB IR RECEIVER
15761 M:      Sean Young <sean@mess.org>
15762 L:      linux-media@vger.kernel.org
15763 S:      Maintained
15764 F:      drivers/media/rc/ttusbir.c
15765
15766 TECHWELL TW9910 VIDEO DECODER
15767 L:      linux-media@vger.kernel.org
15768 S:      Orphan
15769 F:      drivers/media/i2c/tw9910.c
15770 F:      include/media/i2c/tw9910.h
15771
15772 TEE SUBSYSTEM
15773 M:      Jens Wiklander <jens.wiklander@linaro.org>
15774 L:      tee-dev@lists.linaro.org
15775 S:      Maintained
15776 F:      include/linux/tee_drv.h
15777 F:      include/uapi/linux/tee.h
15778 F:      drivers/tee/
15779 F:      Documentation/tee.txt
15780
15781 TEGRA ARCHITECTURE SUPPORT
15782 M:      Thierry Reding <thierry.reding@gmail.com>
15783 M:      Jonathan Hunter <jonathanh@nvidia.com>
15784 L:      linux-tegra@vger.kernel.org
15785 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
15786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
15787 S:      Supported
15788 N:      [^a-z]tegra
15789
15790 TEGRA CLOCK DRIVER
15791 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
15792 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
15793 S:      Supported
15794 F:      drivers/clk/tegra/
15795
15796 TEGRA DMA DRIVERS
15797 M:      Laxman Dewangan <ldewangan@nvidia.com>
15798 M:      Jon Hunter <jonathanh@nvidia.com>
15799 S:      Supported
15800 F:      drivers/dma/tegra*
15801
15802 TEGRA I2C DRIVER
15803 M:      Laxman Dewangan <ldewangan@nvidia.com>
15804 R:      Dmitry Osipenko <digetx@gmail.com>
15805 S:      Supported
15806 F:      drivers/i2c/busses/i2c-tegra.c
15807
15808 TEGRA IOMMU DRIVERS
15809 M:      Thierry Reding <thierry.reding@gmail.com>
15810 L:      linux-tegra@vger.kernel.org
15811 S:      Supported
15812 F:      drivers/iommu/tegra*
15813
15814 TEGRA KBC DRIVER
15815 M:      Laxman Dewangan <ldewangan@nvidia.com>
15816 S:      Supported
15817 F:      drivers/input/keyboard/tegra-kbc.c
15818
15819 TEGRA NAND DRIVER
15820 M:      Stefan Agner <stefan@agner.ch>
15821 M:      Lucas Stach <dev@lynxeye.de>
15822 S:      Maintained
15823 F:      Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
15824 F:      drivers/mtd/nand/raw/tegra_nand.c
15825
15826 TEGRA PWM DRIVER
15827 M:      Thierry Reding <thierry.reding@gmail.com>
15828 S:      Supported
15829 F:      drivers/pwm/pwm-tegra.c
15830
15831 TEGRA SERIAL DRIVER
15832 M:      Laxman Dewangan <ldewangan@nvidia.com>
15833 S:      Supported
15834 F:      drivers/tty/serial/serial-tegra.c
15835
15836 TEGRA SPI DRIVER
15837 M:      Laxman Dewangan <ldewangan@nvidia.com>
15838 S:      Supported
15839 F:      drivers/spi/spi-tegra*
15840
15841 TEGRA XUSB PADCTL DRIVER
15842 M:      JC Kuo <jckuo@nvidia.com>
15843 S:      Supported
15844 F:      drivers/phy/tegra/xusb*
15845
15846 TEHUTI ETHERNET DRIVER
15847 M:      Andy Gospodarek <andy@greyhouse.net>
15848 L:      netdev@vger.kernel.org
15849 S:      Supported
15850 F:      drivers/net/ethernet/tehuti/*
15851
15852 Telecom Clock Driver for MCPL0010
15853 M:      Mark Gross <mark.gross@intel.com>
15854 S:      Supported
15855 F:      drivers/char/tlclk.c
15856
15857 TENSILICA XTENSA PORT (xtensa)
15858 M:      Chris Zankel <chris@zankel.net>
15859 M:      Max Filippov <jcmvbkbc@gmail.com>
15860 L:      linux-xtensa@linux-xtensa.org
15861 T:      git git://github.com/czankel/xtensa-linux.git
15862 S:      Maintained
15863 F:      arch/xtensa/
15864 F:      drivers/irqchip/irq-xtensa-*
15865
15866 Texas Instruments' System Control Interface (TISCI) Protocol Driver
15867 M:      Nishanth Menon <nm@ti.com>
15868 M:      Tero Kristo <t-kristo@ti.com>
15869 M:      Santosh Shilimkar <ssantosh@kernel.org>
15870 L:      linux-arm-kernel@lists.infradead.org
15871 S:      Maintained
15872 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
15873 F:      drivers/firmware/ti_sci*
15874 F:      include/linux/soc/ti/ti_sci_protocol.h
15875 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
15876 F:      drivers/soc/ti/ti_sci_pm_domains.c
15877 F:      include/dt-bindings/soc/ti,sci_pm_domain.h
15878 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
15879 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
15880 F:      drivers/clk/keystone/sci-clk.c
15881 F:      drivers/reset/reset-ti-sci.c
15882 F:      Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.txt
15883 F:      Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.txt
15884 F:      drivers/irqchip/irq-ti-sci-intr.c
15885 F:      drivers/irqchip/irq-ti-sci-inta.c
15886 F:      include/linux/soc/ti/ti_sci_inta_msi.h
15887 F:      drivers/soc/ti/ti_sci_inta_msi.c
15888
15889 Texas Instruments ASoC drivers
15890 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
15891 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15892 S:      Maintained
15893 F:      sound/soc/ti/
15894
15895 Texas Instruments' DAC7612 DAC Driver
15896 M:      Ricardo Ribalda <ricardo@ribalda.com>
15897 L:      linux-iio@vger.kernel.org
15898 S:      Supported
15899 F:      drivers/iio/dac/ti-dac7612.c
15900 F:      Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt
15901
15902 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
15903 M:      Hans Verkuil <hverkuil@xs4all.nl>
15904 L:      linux-media@vger.kernel.org
15905 T:      git git://linuxtv.org/media_tree.git
15906 W:      https://linuxtv.org
15907 S:      Maintained
15908 F:      drivers/media/radio/radio-raremono.c
15909
15910 THERMAL
15911 M:      Zhang Rui <rui.zhang@intel.com>
15912 M:      Eduardo Valentin <edubezval@gmail.com>
15913 R:      Daniel Lezcano <daniel.lezcano@linaro.org>
15914 L:      linux-pm@vger.kernel.org
15915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
15916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
15917 Q:      https://patchwork.kernel.org/project/linux-pm/list/
15918 S:      Supported
15919 F:      drivers/thermal/
15920 F:      include/linux/thermal.h
15921 F:      include/uapi/linux/thermal.h
15922 F:      include/linux/cpu_cooling.h
15923 F:      Documentation/devicetree/bindings/thermal/
15924
15925 THERMAL/CPU_COOLING
15926 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
15927 M:      Viresh Kumar <viresh.kumar@linaro.org>
15928 M:      Javi Merino <javi.merino@kernel.org>
15929 L:      linux-pm@vger.kernel.org
15930 S:      Supported
15931 F:      Documentation/driver-api/thermal/cpu-cooling-api.rst
15932 F:      drivers/thermal/cpu_cooling.c
15933 F:      include/linux/cpu_cooling.h
15934
15935 THINKPAD ACPI EXTRAS DRIVER
15936 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
15937 L:      ibm-acpi-devel@lists.sourceforge.net
15938 L:      platform-driver-x86@vger.kernel.org
15939 W:      http://ibm-acpi.sourceforge.net
15940 W:      http://thinkwiki.org/wiki/Ibm-acpi
15941 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
15942 S:      Maintained
15943 F:      drivers/platform/x86/thinkpad_acpi.c
15944
15945 THUNDERBOLT DRIVER
15946 M:      Andreas Noever <andreas.noever@gmail.com>
15947 M:      Michael Jamet <michael.jamet@intel.com>
15948 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
15949 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
15950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
15951 S:      Maintained
15952 F:      Documentation/admin-guide/thunderbolt.rst
15953 F:      drivers/thunderbolt/
15954 F:      include/linux/thunderbolt.h
15955
15956 THUNDERBOLT NETWORK DRIVER
15957 M:      Michael Jamet <michael.jamet@intel.com>
15958 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
15959 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
15960 L:      netdev@vger.kernel.org
15961 S:      Maintained
15962 F:      drivers/net/thunderbolt.c
15963
15964 THUNDERX GPIO DRIVER
15965 M:      David Daney <david.daney@cavium.com>
15966 S:      Maintained
15967 F:      drivers/gpio/gpio-thunderx.c
15968
15969 TI AM437X VPFE DRIVER
15970 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
15971 L:      linux-media@vger.kernel.org
15972 W:      https://linuxtv.org
15973 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15974 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
15975 S:      Maintained
15976 F:      drivers/media/platform/am437x/
15977
15978 TI BANDGAP AND THERMAL DRIVER
15979 M:      Eduardo Valentin <edubezval@gmail.com>
15980 M:      Keerthy <j-keerthy@ti.com>
15981 L:      linux-pm@vger.kernel.org
15982 L:      linux-omap@vger.kernel.org
15983 S:      Maintained
15984 F:      drivers/thermal/ti-soc-thermal/
15985
15986 TI BQ27XXX POWER SUPPLY DRIVER
15987 R:      Andrew F. Davis <afd@ti.com>
15988 F:      include/linux/power/bq27xxx_battery.h
15989 F:      drivers/power/supply/bq27xxx_battery.c
15990 F:      drivers/power/supply/bq27xxx_battery_i2c.c
15991
15992 TI CDCE706 CLOCK DRIVER
15993 M:      Max Filippov <jcmvbkbc@gmail.com>
15994 S:      Maintained
15995 F:      drivers/clk/clk-cdce706.c
15996
15997 TI CLOCK DRIVER
15998 M:      Tero Kristo <t-kristo@ti.com>
15999 L:      linux-omap@vger.kernel.org
16000 S:      Maintained
16001 F:      drivers/clk/ti/
16002 F:      include/linux/clk/ti.h
16003
16004 TI DAVINCI MACHINE SUPPORT
16005 M:      Sekhar Nori <nsekhar@ti.com>
16006 R:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
16007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
16008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
16009 S:      Supported
16010 F:      Documentation/devicetree/bindings/i2c/i2c-davinci.txt
16011 F:      arch/arm/mach-davinci/
16012 F:      drivers/i2c/busses/i2c-davinci.c
16013 F:      arch/arm/boot/dts/da850*
16014
16015 TI DAVINCI SERIES CLOCK DRIVER
16016 M:      David Lechner <david@lechnology.com>
16017 R:      Sekhar Nori <nsekhar@ti.com>
16018 S:      Maintained
16019 F:      Documentation/devicetree/bindings/clock/ti/davinci/
16020 F:      drivers/clk/davinci/
16021
16022 TI DAVINCI SERIES GPIO DRIVER
16023 M:      Keerthy <j-keerthy@ti.com>
16024 L:      linux-gpio@vger.kernel.org
16025 S:      Maintained
16026 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
16027 F:      drivers/gpio/gpio-davinci.c
16028
16029 TI DAVINCI SERIES MEDIA DRIVER
16030 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
16031 L:      linux-media@vger.kernel.org
16032 W:      https://linuxtv.org
16033 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16034 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
16035 S:      Maintained
16036 F:      drivers/media/platform/davinci/
16037 F:      include/media/davinci/
16038
16039 TI ETHERNET SWITCH DRIVER (CPSW)
16040 R:      Grygorii Strashko <grygorii.strashko@ti.com>
16041 L:      linux-omap@vger.kernel.org
16042 L:      netdev@vger.kernel.org
16043 S:      Maintained
16044 F:      drivers/net/ethernet/ti/cpsw*
16045 F:      drivers/net/ethernet/ti/davinci*
16046
16047 TI FLASH MEDIA MEMORYSTICK/MMC DRIVERS
16048 M:      Alex Dubov <oakad@yahoo.com>
16049 S:      Maintained
16050 W:      http://tifmxx.berlios.de/
16051 F:      drivers/memstick/host/tifm_ms.c
16052 F:      drivers/misc/tifm*
16053 F:      drivers/mmc/host/tifm_sd.c
16054 F:      include/linux/tifm.h
16055
16056 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
16057 M:      Santosh Shilimkar <ssantosh@kernel.org>
16058 L:      linux-kernel@vger.kernel.org
16059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
16060 S:      Maintained
16061 F:      drivers/soc/ti/*
16062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
16063
16064 TI LM49xxx FAMILY ASoC CODEC DRIVERS
16065 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
16066 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
16067 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16068 S:      Maintained
16069 F:      sound/soc/codecs/lm49453*
16070 F:      sound/soc/codecs/isabelle*
16071
16072 TI LP855x BACKLIGHT DRIVER
16073 M:      Milo Kim <milo.kim@ti.com>
16074 S:      Maintained
16075 F:      Documentation/driver-api/backlight/lp855x-driver.rst
16076 F:      drivers/video/backlight/lp855x_bl.c
16077 F:      include/linux/platform_data/lp855x.h
16078
16079 TI LP8727 CHARGER DRIVER
16080 M:      Milo Kim <milo.kim@ti.com>
16081 S:      Maintained
16082 F:      drivers/power/supply/lp8727_charger.c
16083 F:      include/linux/platform_data/lp8727.h
16084
16085 TI LP8788 MFD DRIVER
16086 M:      Milo Kim <milo.kim@ti.com>
16087 S:      Maintained
16088 F:      drivers/iio/adc/lp8788_adc.c
16089 F:      drivers/leds/leds-lp8788.c
16090 F:      drivers/mfd/lp8788*.c
16091 F:      drivers/power/supply/lp8788-charger.c
16092 F:      drivers/regulator/lp8788-*.c
16093 F:      include/linux/mfd/lp8788*.h
16094
16095 TI NETCP ETHERNET DRIVER
16096 M:      Wingman Kwok <w-kwok2@ti.com>
16097 M:      Murali Karicheri <m-karicheri2@ti.com>
16098 L:      netdev@vger.kernel.org
16099 S:      Maintained
16100 F:      drivers/net/ethernet/ti/netcp*
16101
16102 TI PCM3060 ASoC CODEC DRIVER
16103 M:      Kirill Marinushkin <kmarinushkin@birdec.com>
16104 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16105 S:      Maintained
16106 F:      Documentation/devicetree/bindings/sound/pcm3060.txt
16107 F:      sound/soc/codecs/pcm3060*
16108
16109 TI TAS571X FAMILY ASoC CODEC DRIVER
16110 M:      Kevin Cernekee <cernekee@chromium.org>
16111 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16112 S:      Odd Fixes
16113 F:      sound/soc/codecs/tas571x*
16114
16115 TI TRF7970A NFC DRIVER
16116 M:      Mark Greer <mgreer@animalcreek.com>
16117 L:      linux-wireless@vger.kernel.org
16118 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
16119 S:      Supported
16120 F:      drivers/nfc/trf7970a.c
16121 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
16122
16123 TI TWL4030 SERIES SOC CODEC DRIVER
16124 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
16125 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16126 S:      Maintained
16127 F:      sound/soc/codecs/twl4030*
16128
16129 TI VPE/CAL DRIVERS
16130 M:      Benoit Parrot <bparrot@ti.com>
16131 L:      linux-media@vger.kernel.org
16132 W:      http://linuxtv.org/
16133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16134 S:      Maintained
16135 F:      drivers/media/platform/ti-vpe/
16136
16137 TI WILINK WIRELESS DRIVERS
16138 L:      linux-wireless@vger.kernel.org
16139 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
16140 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
16141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
16142 S:      Orphan
16143 F:      drivers/net/wireless/ti/
16144 F:      include/linux/wl12xx.h
16145
16146 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
16147 M:      John Stultz <john.stultz@linaro.org>
16148 M:      Thomas Gleixner <tglx@linutronix.de>
16149 R:      Stephen Boyd <sboyd@kernel.org>
16150 L:      linux-kernel@vger.kernel.org
16151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
16152 S:      Supported
16153 F:      include/linux/clocksource.h
16154 F:      include/linux/time.h
16155 F:      include/linux/timex.h
16156 F:      include/uapi/linux/time.h
16157 F:      include/uapi/linux/timex.h
16158 F:      kernel/time/clocksource.c
16159 F:      kernel/time/time*.c
16160 F:      kernel/time/alarmtimer.c
16161 F:      kernel/time/ntp.c
16162 F:      tools/testing/selftests/timers/
16163
16164 TIPC NETWORK LAYER
16165 M:      Jon Maloy <jon.maloy@ericsson.com>
16166 M:      Ying Xue <ying.xue@windriver.com>
16167 L:      netdev@vger.kernel.org (core kernel code)
16168 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
16169 W:      http://tipc.sourceforge.net/
16170 S:      Maintained
16171 F:      include/uapi/linux/tipc*.h
16172 F:      net/tipc/
16173
16174 TLAN NETWORK DRIVER
16175 M:      Samuel Chessman <chessman@tux.org>
16176 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
16177 W:      http://sourceforge.net/projects/tlan/
16178 S:      Maintained
16179 F:      Documentation/networking/device_drivers/ti/tlan.txt
16180 F:      drivers/net/ethernet/ti/tlan.*
16181
16182 TM6000 VIDEO4LINUX DRIVER
16183 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
16184 L:      linux-media@vger.kernel.org
16185 W:      https://linuxtv.org
16186 T:      git git://linuxtv.org/media_tree.git
16187 S:      Odd fixes
16188 F:      drivers/media/usb/tm6000/
16189 F:      Documentation/media/v4l-drivers/tm6000*
16190
16191 TMIO/SDHI MMC DRIVER
16192 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
16193 L:      linux-mmc@vger.kernel.org
16194 S:      Supported
16195 F:      drivers/mmc/host/tmio_mmc*
16196 F:      drivers/mmc/host/renesas_sdhi*
16197 F:      include/linux/mfd/tmio.h
16198
16199 TMP401 HARDWARE MONITOR DRIVER
16200 M:      Guenter Roeck <linux@roeck-us.net>
16201 L:      linux-hwmon@vger.kernel.org
16202 S:      Maintained
16203 F:      Documentation/hwmon/tmp401.rst
16204 F:      drivers/hwmon/tmp401.c
16205
16206 TMPFS (SHMEM FILESYSTEM)
16207 M:      Hugh Dickins <hughd@google.com>
16208 L:      linux-mm@kvack.org
16209 S:      Maintained
16210 F:      include/linux/shmem_fs.h
16211 F:      mm/shmem.c
16212
16213 TOMOYO SECURITY MODULE
16214 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
16215 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
16216 L:      tomoyo-dev-en@lists.osdn.me (subscribers-only, for developers in English)
16217 L:      tomoyo-users-en@lists.osdn.me (subscribers-only, for users in English)
16218 L:      tomoyo-dev@lists.osdn.me (subscribers-only, for developers in Japanese)
16219 L:      tomoyo-users@lists.osdn.me (subscribers-only, for users in Japanese)
16220 W:      https://tomoyo.osdn.jp/
16221 S:      Maintained
16222 F:      security/tomoyo/
16223
16224 TOPSTAR LAPTOP EXTRAS DRIVER
16225 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
16226 L:      platform-driver-x86@vger.kernel.org
16227 S:      Maintained
16228 F:      drivers/platform/x86/topstar-laptop.c
16229
16230 TORTURE-TEST MODULES
16231 M:      Davidlohr Bueso <dave@stgolabs.net>
16232 M:      "Paul E. McKenney" <paulmck@kernel.org>
16233 M:      Josh Triplett <josh@joshtriplett.org>
16234 L:      linux-kernel@vger.kernel.org
16235 S:      Supported
16236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
16237 F:      Documentation/RCU/torture.txt
16238 F:      kernel/torture.c
16239 F:      kernel/rcu/rcutorture.c
16240 F:      kernel/rcu/rcuperf.c
16241 F:      kernel/locking/locktorture.c
16242
16243 TOSHIBA ACPI EXTRAS DRIVER
16244 M:      Azael Avalos <coproscefalo@gmail.com>
16245 L:      platform-driver-x86@vger.kernel.org
16246 S:      Maintained
16247 F:      drivers/platform/x86/toshiba_acpi.c
16248
16249 TOSHIBA BLUETOOTH DRIVER
16250 M:      Azael Avalos <coproscefalo@gmail.com>
16251 L:      platform-driver-x86@vger.kernel.org
16252 S:      Maintained
16253 F:      drivers/platform/x86/toshiba_bluetooth.c
16254
16255 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
16256 M:      Azael Avalos <coproscefalo@gmail.com>
16257 L:      platform-driver-x86@vger.kernel.org
16258 S:      Maintained
16259 F:      drivers/platform/x86/toshiba_haps.c
16260
16261 TOSHIBA SMM DRIVER
16262 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
16263 W:      http://www.buzzard.org.uk/toshiba/
16264 S:      Maintained
16265 F:      drivers/char/toshiba.c
16266 F:      include/linux/toshiba.h
16267 F:      include/uapi/linux/toshiba.h
16268
16269 TOSHIBA TC358743 DRIVER
16270 M:      Mats Randgaard <matrandg@cisco.com>
16271 L:      linux-media@vger.kernel.org
16272 S:      Maintained
16273 F:      drivers/media/i2c/tc358743*
16274 F:      include/media/i2c/tc358743.h
16275
16276 TOSHIBA WMI HOTKEYS DRIVER
16277 M:      Azael Avalos <coproscefalo@gmail.com>
16278 L:      platform-driver-x86@vger.kernel.org
16279 S:      Maintained
16280 F:      drivers/platform/x86/toshiba-wmi.c
16281
16282 TPM DEVICE DRIVER
16283 M:      Peter Huewe <peterhuewe@gmx.de>
16284 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
16285 R:      Jason Gunthorpe <jgg@ziepe.ca>
16286 L:      linux-integrity@vger.kernel.org
16287 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
16288 W:      https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
16289 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
16290 S:      Maintained
16291 F:      drivers/char/tpm/
16292
16293 TRACING
16294 M:      Steven Rostedt <rostedt@goodmis.org>
16295 M:      Ingo Molnar <mingo@redhat.com>
16296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
16297 S:      Maintained
16298 F:      Documentation/trace/ftrace.rst
16299 F:      arch/*/*/*/ftrace.h
16300 F:      arch/*/kernel/ftrace.c
16301 F:      include/*/ftrace.h
16302 F:      include/linux/trace*.h
16303 F:      include/trace/
16304 F:      kernel/trace/
16305 F:      tools/testing/selftests/ftrace/
16306
16307 TRACING MMIO ACCESSES (MMIOTRACE)
16308 M:      Steven Rostedt <rostedt@goodmis.org>
16309 M:      Ingo Molnar <mingo@kernel.org>
16310 R:      Karol Herbst <karolherbst@gmail.com>
16311 R:      Pekka Paalanen <ppaalanen@gmail.com>
16312 S:      Maintained
16313 L:      linux-kernel@vger.kernel.org
16314 L:      nouveau@lists.freedesktop.org
16315 F:      kernel/trace/trace_mmiotrace.c
16316 F:      include/linux/mmiotrace.h
16317 F:      arch/x86/mm/kmmio.c
16318 F:      arch/x86/mm/mmio-mod.c
16319 F:      arch/x86/mm/testmmiotrace.c
16320
16321 TRIVIAL PATCHES
16322 M:      Jiri Kosina <trivial@kernel.org>
16323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
16324 S:      Maintained
16325 K:      ^Subject:.*(?i)trivial
16326
16327 TEMPO SEMICONDUCTOR DRIVERS
16328 M:      Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
16329 S:      Maintained
16330 F:      sound/soc/codecs/tscs*.c
16331 F:      sound/soc/codecs/tscs*.h
16332 F:      Documentation/devicetree/bindings/sound/tscs*.txt
16333
16334 TTY LAYER
16335 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16336 M:      Jiri Slaby <jslaby@suse.com>
16337 S:      Supported
16338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
16339 F:      Documentation/driver-api/serial/
16340 F:      drivers/tty/
16341 F:      drivers/tty/serial/serial_core.c
16342 F:      include/linux/serial_core.h
16343 F:      include/linux/serial.h
16344 F:      include/linux/tty.h
16345 F:      include/uapi/linux/serial_core.h
16346 F:      include/uapi/linux/serial.h
16347 F:      include/uapi/linux/tty.h
16348
16349 TUA9001 MEDIA DRIVER
16350 M:      Antti Palosaari <crope@iki.fi>
16351 L:      linux-media@vger.kernel.org
16352 W:      https://linuxtv.org
16353 W:      http://palosaari.fi/linux/
16354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16355 T:      git git://linuxtv.org/anttip/media_tree.git
16356 S:      Maintained
16357 F:      drivers/media/tuners/tua9001*
16358
16359 TULIP NETWORK DRIVERS
16360 L:      netdev@vger.kernel.org
16361 L:      linux-parisc@vger.kernel.org
16362 S:      Orphan
16363 F:      drivers/net/ethernet/dec/tulip/
16364
16365 TUN/TAP driver
16366 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
16367 W:      http://vtun.sourceforge.net/tun
16368 S:      Maintained
16369 F:      Documentation/networking/tuntap.txt
16370 F:      arch/um/os-Linux/drivers/
16371
16372 TURBOCHANNEL SUBSYSTEM
16373 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
16374 M:      Ralf Baechle <ralf@linux-mips.org>
16375 L:      linux-mips@vger.kernel.org
16376 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
16377 S:      Maintained
16378 F:      drivers/tc/
16379 F:      include/linux/tc.h
16380
16381 TURBOSTAT UTILITY
16382 M:      "Len Brown" <lenb@kernel.org>
16383 L:      linux-pm@vger.kernel.org
16384 B:      https://bugzilla.kernel.org
16385 Q:      https://patchwork.kernel.org/project/linux-pm/list/
16386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
16387 S:      Supported
16388 F:      tools/power/x86/turbostat/
16389
16390 TW5864 VIDEO4LINUX DRIVER
16391 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
16392 M:      Anton Sviridenko <anton@corp.bluecherry.net>
16393 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
16394 M:      Andrey Utkin <andrey_utkin@fastmail.com>
16395 L:      linux-media@vger.kernel.org
16396 S:      Supported
16397 F:      drivers/media/pci/tw5864/
16398
16399 TW68 VIDEO4LINUX DRIVER
16400 M:      Hans Verkuil <hverkuil@xs4all.nl>
16401 L:      linux-media@vger.kernel.org
16402 T:      git git://linuxtv.org/media_tree.git
16403 W:      https://linuxtv.org
16404 S:      Odd Fixes
16405 F:      drivers/media/pci/tw68/
16406
16407 TW686X VIDEO4LINUX DRIVER
16408 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
16409 L:      linux-media@vger.kernel.org
16410 T:      git git://linuxtv.org/media_tree.git
16411 W:      http://linuxtv.org
16412 S:      Maintained
16413 F:      drivers/media/pci/tw686x/
16414
16415 UBI FILE SYSTEM (UBIFS)
16416 M:      Richard Weinberger <richard@nod.at>
16417 M:      Artem Bityutskiy <dedekind1@gmail.com>
16418 M:      Adrian Hunter <adrian.hunter@intel.com>
16419 L:      linux-mtd@lists.infradead.org
16420 T:      git git://git.infradead.org/ubifs-2.6.git
16421 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
16422 S:      Supported
16423 F:      Documentation/filesystems/ubifs.txt
16424 F:      fs/ubifs/
16425
16426 UCLINUX (M68KNOMMU AND COLDFIRE)
16427 M:      Greg Ungerer <gerg@linux-m68k.org>
16428 W:      http://www.linux-m68k.org/
16429 W:      http://www.uclinux.org/
16430 L:      linux-m68k@lists.linux-m68k.org
16431 L:      uclinux-dev@uclinux.org  (subscribers-only)
16432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
16433 S:      Maintained
16434 F:      arch/m68k/coldfire/
16435 F:      arch/m68k/68*/
16436 F:      arch/m68k/*/*_no.*
16437 F:      arch/m68k/include/asm/*_no.*
16438
16439 UDF FILESYSTEM
16440 M:      Jan Kara <jack@suse.com>
16441 S:      Maintained
16442 F:      Documentation/filesystems/udf.txt
16443 F:      fs/udf/
16444
16445 UDRAW TABLET
16446 M:      Bastien Nocera <hadess@hadess.net>
16447 L:      linux-input@vger.kernel.org
16448 S:      Maintained
16449 F:      drivers/hid/hid-udraw-ps3.c
16450
16451 UFS FILESYSTEM
16452 M:      Evgeniy Dushistov <dushistov@mail.ru>
16453 S:      Maintained
16454 F:      Documentation/admin-guide/ufs.rst
16455 F:      fs/ufs/
16456
16457 UHID USERSPACE HID IO DRIVER:
16458 M:      David Herrmann <dh.herrmann@googlemail.com>
16459 L:      linux-input@vger.kernel.org
16460 S:      Maintained
16461 F:      drivers/hid/uhid.c
16462 F:      include/uapi/linux/uhid.h
16463
16464 ULPI BUS
16465 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
16466 L:      linux-usb@vger.kernel.org
16467 S:      Maintained
16468 F:      drivers/usb/common/ulpi.c
16469 F:      include/linux/ulpi/
16470
16471 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
16472 L:      linux-usb@vger.kernel.org
16473 S:      Orphan
16474 F:      drivers/uwb/
16475 F:      include/linux/uwb.h
16476 F:      include/linux/uwb/
16477
16478 UNICODE SUBSYSTEM:
16479 M:      Gabriel Krisman Bertazi <krisman@collabora.com>
16480 L:      linux-fsdevel@vger.kernel.org
16481 S:      Supported
16482 F:      fs/unicode/
16483
16484 UNICORE32 ARCHITECTURE:
16485 M:      Guan Xuetao <gxt@pku.edu.cn>
16486 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
16487 S:      Maintained
16488 T:      git git://github.com/gxt/linux.git
16489 F:      arch/unicore32/
16490
16491 UNIFDEF
16492 M:      Tony Finch <dot@dotat.at>
16493 W:      http://dotat.at/prog/unifdef
16494 S:      Maintained
16495 F:      scripts/unifdef.c
16496
16497 UNIFORM CDROM DRIVER
16498 M:      Jens Axboe <axboe@kernel.dk>
16499 W:      http://www.kernel.dk
16500 S:      Maintained
16501 F:      Documentation/cdrom/
16502 F:      drivers/cdrom/cdrom.c
16503 F:      include/linux/cdrom.h
16504 F:      include/uapi/linux/cdrom.h
16505
16506 UNISYS S-PAR DRIVERS
16507 M:      David Kershner <david.kershner@unisys.com>
16508 L:      sparmaintainer@unisys.com (Unisys internal)
16509 S:      Supported
16510 F:      include/linux/visorbus.h
16511 F:      drivers/visorbus/
16512 F:      drivers/staging/unisys/
16513
16514 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
16515 R:      Alim Akhtar <alim.akhtar@samsung.com>
16516 R:      Avri Altman <avri.altman@wdc.com>
16517 R:      Pedro Sousa <pedrom.sousa@synopsys.com>
16518 L:      linux-scsi@vger.kernel.org
16519 S:      Supported
16520 F:      Documentation/scsi/ufs.txt
16521 F:      drivers/scsi/ufs/
16522
16523 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
16524 M:      Pedro Sousa <pedrom.sousa@synopsys.com>
16525 L:      linux-scsi@vger.kernel.org
16526 S:      Supported
16527 F:      drivers/scsi/ufs/*dwc*
16528
16529 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER MEDIATEK HOOKS
16530 M:      Stanley Chu <stanley.chu@mediatek.com>
16531 L:      linux-scsi@vger.kernel.org
16532 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
16533 S:      Maintained
16534 F:      drivers/scsi/ufs/ufs-mediatek*
16535
16536 UNSORTED BLOCK IMAGES (UBI)
16537 M:      Artem Bityutskiy <dedekind1@gmail.com>
16538 M:      Richard Weinberger <richard@nod.at>
16539 W:      http://www.linux-mtd.infradead.org/
16540 L:      linux-mtd@lists.infradead.org
16541 T:      git git://git.infradead.org/ubifs-2.6.git
16542 S:      Supported
16543 F:      drivers/mtd/ubi/
16544 F:      include/linux/mtd/ubi.h
16545 F:      include/uapi/mtd/ubi-user.h
16546
16547 USB "USBNET" DRIVER FRAMEWORK
16548 M:      Oliver Neukum <oneukum@suse.com>
16549 L:      netdev@vger.kernel.org
16550 W:      http://www.linux-usb.org/usbnet
16551 S:      Maintained
16552 F:      drivers/net/usb/usbnet.c
16553 F:      include/linux/usb/usbnet.h
16554
16555 USB ACM DRIVER
16556 M:      Oliver Neukum <oneukum@suse.com>
16557 L:      linux-usb@vger.kernel.org
16558 S:      Maintained
16559 F:      Documentation/usb/acm.rst
16560 F:      drivers/usb/class/cdc-acm.*
16561
16562 USB AR5523 WIRELESS DRIVER
16563 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
16564 L:      linux-wireless@vger.kernel.org
16565 S:      Maintained
16566 F:      drivers/net/wireless/ath/ar5523/
16567
16568 USB ATTACHED SCSI
16569 M:      Oliver Neukum <oneukum@suse.com>
16570 L:      linux-usb@vger.kernel.org
16571 L:      linux-scsi@vger.kernel.org
16572 S:      Maintained
16573 F:      drivers/usb/storage/uas.c
16574
16575 USB CDC ETHERNET DRIVER
16576 M:      Oliver Neukum <oliver@neukum.org>
16577 L:      linux-usb@vger.kernel.org
16578 S:      Maintained
16579 F:      drivers/net/usb/cdc_*.c
16580 F:      include/uapi/linux/usb/cdc.h
16581
16582 USB CHAOSKEY DRIVER
16583 M:      Keith Packard <keithp@keithp.com>
16584 L:      linux-usb@vger.kernel.org
16585 S:      Maintained
16586 F:      drivers/usb/misc/chaoskey.c
16587
16588 USB CYPRESS C67X00 DRIVER
16589 M:      Peter Korsgaard <jacmet@sunsite.dk>
16590 L:      linux-usb@vger.kernel.org
16591 S:      Maintained
16592 F:      drivers/usb/c67x00/
16593
16594 USB DAVICOM DM9601 DRIVER
16595 M:      Peter Korsgaard <jacmet@sunsite.dk>
16596 L:      netdev@vger.kernel.org
16597 W:      http://www.linux-usb.org/usbnet
16598 S:      Maintained
16599 F:      drivers/net/usb/dm9601.c
16600
16601 USB DIAMOND RIO500 DRIVER
16602 M:      Cesar Miquel <miquel@df.uba.ar>
16603 L:      rio500-users@lists.sourceforge.net
16604 W:      http://rio500.sourceforge.net
16605 S:      Maintained
16606 F:      drivers/usb/misc/rio500*
16607
16608 USB EHCI DRIVER
16609 M:      Alan Stern <stern@rowland.harvard.edu>
16610 L:      linux-usb@vger.kernel.org
16611 S:      Maintained
16612 F:      Documentation/usb/ehci.rst
16613 F:      drivers/usb/host/ehci*
16614
16615 USB GADGET/PERIPHERAL SUBSYSTEM
16616 M:      Felipe Balbi <balbi@kernel.org>
16617 L:      linux-usb@vger.kernel.org
16618 W:      http://www.linux-usb.org/gadget
16619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
16620 S:      Maintained
16621 F:      drivers/usb/gadget/
16622 F:      include/linux/usb/gadget*
16623
16624 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
16625 M:      Jiri Kosina <jikos@kernel.org>
16626 M:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
16627 L:      linux-usb@vger.kernel.org
16628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
16629 S:      Maintained
16630 F:      Documentation/hid/hiddev.rst
16631 F:      drivers/hid/usbhid/
16632
16633 USB INTEL XHCI ROLE MUX DRIVER
16634 M:      Hans de Goede <hdegoede@redhat.com>
16635 L:      linux-usb@vger.kernel.org
16636 S:      Maintained
16637 F:      drivers/usb/roles/intel-xhci-usb-role-switch.c
16638
16639 USB IP DRIVER FOR HISILICON KIRIN
16640 M:      Yu Chen <chenyu56@huawei.com>
16641 M:      Binghui Wang <wangbinghui@hisilicon.com>
16642 L:      linux-usb@vger.kernel.org
16643 S:      Maintained
16644 F:      Documentation/devicetree/bindings/phy/phy-hi3660-usb3.txt
16645 F:      drivers/phy/hisilicon/phy-hi3660-usb3.c
16646
16647 USB ISP116X DRIVER
16648 M:      Olav Kongas <ok@artecdesign.ee>
16649 L:      linux-usb@vger.kernel.org
16650 S:      Maintained
16651 F:      drivers/usb/host/isp116x*
16652 F:      include/linux/usb/isp116x.h
16653
16654 USB LAN78XX ETHERNET DRIVER
16655 M:      Woojung Huh <woojung.huh@microchip.com>
16656 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
16657 L:      netdev@vger.kernel.org
16658 S:      Maintained
16659 F:      Documentation/devicetree/bindings/net/microchip,lan78xx.txt
16660 F:      drivers/net/usb/lan78xx.*
16661 F:      include/dt-bindings/net/microchip-lan78xx.h
16662
16663 USB MASS STORAGE DRIVER
16664 M:      Alan Stern <stern@rowland.harvard.edu>
16665 L:      linux-usb@vger.kernel.org
16666 L:      usb-storage@lists.one-eyed-alien.net
16667 S:      Maintained
16668 F:      drivers/usb/storage/
16669
16670 USB MIDI DRIVER
16671 M:      Clemens Ladisch <clemens@ladisch.de>
16672 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
16674 S:      Maintained
16675 F:      sound/usb/midi.*
16676
16677 USB NETWORKING DRIVERS
16678 L:      linux-usb@vger.kernel.org
16679 S:      Odd Fixes
16680 F:      drivers/net/usb/
16681
16682 USB OHCI DRIVER
16683 M:      Alan Stern <stern@rowland.harvard.edu>
16684 L:      linux-usb@vger.kernel.org
16685 S:      Maintained
16686 F:      Documentation/usb/ohci.rst
16687 F:      drivers/usb/host/ohci*
16688
16689 USB OTG FSM (Finite State Machine)
16690 M:      Peter Chen <Peter.Chen@nxp.com>
16691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
16692 L:      linux-usb@vger.kernel.org
16693 S:      Maintained
16694 F:      drivers/usb/common/usb-otg-fsm.c
16695
16696 USB OVER IP DRIVER
16697 M:      Valentina Manea <valentina.manea.m@gmail.com>
16698 M:      Shuah Khan <shuah@kernel.org>
16699 M:      Shuah Khan <skhan@linuxfoundation.org>
16700 L:      linux-usb@vger.kernel.org
16701 S:      Maintained
16702 F:      Documentation/usb/usbip_protocol.rst
16703 F:      drivers/usb/usbip/
16704 F:      tools/usb/usbip/
16705 F:      tools/testing/selftests/drivers/usb/usbip/
16706
16707 USB PEGASUS DRIVER
16708 M:      Petko Manolov <petkan@nucleusys.com>
16709 L:      linux-usb@vger.kernel.org
16710 L:      netdev@vger.kernel.org
16711 T:      git git://github.com/petkan/pegasus.git
16712 W:      https://github.com/petkan/pegasus
16713 S:      Maintained
16714 F:      drivers/net/usb/pegasus.*
16715
16716 USB PHY LAYER
16717 M:      Felipe Balbi <balbi@kernel.org>
16718 L:      linux-usb@vger.kernel.org
16719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
16720 S:      Maintained
16721 F:      drivers/usb/phy/
16722
16723 USB PRINTER DRIVER (usblp)
16724 M:      Pete Zaitcev <zaitcev@redhat.com>
16725 L:      linux-usb@vger.kernel.org
16726 S:      Supported
16727 F:      drivers/usb/class/usblp.c
16728
16729 USB QMI WWAN NETWORK DRIVER
16730 M:      Bjørn Mork <bjorn@mork.no>
16731 L:      netdev@vger.kernel.org
16732 S:      Maintained
16733 F:      Documentation/ABI/testing/sysfs-class-net-qmi
16734 F:      drivers/net/usb/qmi_wwan.c
16735
16736 USB RTL8150 DRIVER
16737 M:      Petko Manolov <petkan@nucleusys.com>
16738 L:      linux-usb@vger.kernel.org
16739 L:      netdev@vger.kernel.org
16740 T:      git git://github.com/petkan/rtl8150.git
16741 W:      https://github.com/petkan/rtl8150
16742 S:      Maintained
16743 F:      drivers/net/usb/rtl8150.c
16744
16745 USB SERIAL SUBSYSTEM
16746 M:      Johan Hovold <johan@kernel.org>
16747 L:      linux-usb@vger.kernel.org
16748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
16749 S:      Maintained
16750 F:      Documentation/usb/usb-serial.rst
16751 F:      drivers/usb/serial/
16752 F:      include/linux/usb/serial.h
16753
16754 USB SMSC75XX ETHERNET DRIVER
16755 M:      Steve Glendinning <steve.glendinning@shawell.net>
16756 L:      netdev@vger.kernel.org
16757 S:      Maintained
16758 F:      drivers/net/usb/smsc75xx.*
16759
16760 USB SMSC95XX ETHERNET DRIVER
16761 M:      Steve Glendinning <steve.glendinning@shawell.net>
16762 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
16763 L:      netdev@vger.kernel.org
16764 S:      Maintained
16765 F:      drivers/net/usb/smsc95xx.*
16766
16767 USB SUBSYSTEM
16768 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16769 L:      linux-usb@vger.kernel.org
16770 W:      http://www.linux-usb.org
16771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
16772 S:      Supported
16773 F:      Documentation/devicetree/bindings/usb/
16774 F:      Documentation/usb/
16775 F:      drivers/usb/
16776 F:      include/linux/usb.h
16777 F:      include/linux/usb/
16778
16779 USB TYPEC PI3USB30532 MUX DRIVER
16780 M:      Hans de Goede <hdegoede@redhat.com>
16781 L:      linux-usb@vger.kernel.org
16782 S:      Maintained
16783 F:      drivers/usb/typec/mux/pi3usb30532.c
16784
16785 USB TYPEC CLASS
16786 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
16787 L:      linux-usb@vger.kernel.org
16788 S:      Maintained
16789 F:      Documentation/ABI/testing/sysfs-class-typec
16790 F:      Documentation/driver-api/usb/typec.rst
16791 F:      drivers/usb/typec/
16792 F:      include/linux/usb/typec.h
16793
16794 USB TYPEC BUS FOR ALTERNATE MODES
16795 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
16796 L:      linux-usb@vger.kernel.org
16797 S:      Maintained
16798 F:      Documentation/ABI/testing/sysfs-bus-typec
16799 F:      Documentation/driver-api/usb/typec_bus.rst
16800 F:      drivers/usb/typec/altmodes/
16801 F:      include/linux/usb/typec_altmode.h
16802
16803 USB TYPEC PORT CONTROLLER DRIVERS
16804 M:      Guenter Roeck <linux@roeck-us.net>
16805 L:      linux-usb@vger.kernel.org
16806 S:      Maintained
16807 F:      drivers/usb/typec/tcpm/
16808
16809 USB UHCI DRIVER
16810 M:      Alan Stern <stern@rowland.harvard.edu>
16811 L:      linux-usb@vger.kernel.org
16812 S:      Maintained
16813 F:      drivers/usb/host/uhci*
16814
16815 USB VIDEO CLASS
16816 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
16817 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
16818 L:      linux-media@vger.kernel.org
16819 T:      git git://linuxtv.org/media_tree.git
16820 W:      http://www.ideasonboard.org/uvc/
16821 S:      Maintained
16822 F:      drivers/media/usb/uvc/
16823 F:      include/uapi/linux/uvcvideo.h
16824
16825 USB VISION DRIVER
16826 M:      Hans Verkuil <hverkuil@xs4all.nl>
16827 L:      linux-media@vger.kernel.org
16828 T:      git git://linuxtv.org/media_tree.git
16829 W:      https://linuxtv.org
16830 S:      Odd Fixes
16831 F:      drivers/media/usb/usbvision/
16832
16833 USB WEBCAM GADGET
16834 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
16835 L:      linux-usb@vger.kernel.org
16836 S:      Maintained
16837 F:      drivers/usb/gadget/function/*uvc*
16838 F:      drivers/usb/gadget/legacy/webcam.c
16839 F:      include/uapi/linux/usb/g_uvc.h
16840
16841 USB WIRELESS RNDIS DRIVER (rndis_wlan)
16842 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
16843 L:      linux-wireless@vger.kernel.org
16844 S:      Maintained
16845 F:      drivers/net/wireless/rndis_wlan.c
16846
16847 USB XHCI DRIVER
16848 M:      Mathias Nyman <mathias.nyman@intel.com>
16849 L:      linux-usb@vger.kernel.org
16850 S:      Supported
16851 F:      drivers/usb/host/xhci*
16852 F:      drivers/usb/host/pci-quirks*
16853
16854 USB ZD1201 DRIVER
16855 L:      linux-wireless@vger.kernel.org
16856 W:      http://linux-lc100020.sourceforge.net
16857 S:      Orphan
16858 F:      drivers/net/wireless/zydas/zd1201.*
16859
16860 USB ZR364XX DRIVER
16861 M:      Antoine Jacquet <royale@zerezo.com>
16862 L:      linux-usb@vger.kernel.org
16863 L:      linux-media@vger.kernel.org
16864 T:      git git://linuxtv.org/media_tree.git
16865 W:      http://royale.zerezo.com/zr364xx/
16866 S:      Maintained
16867 F:      Documentation/media/v4l-drivers/zr364xx*
16868 F:      drivers/media/usb/zr364xx/
16869
16870 USER-MODE LINUX (UML)
16871 M:      Jeff Dike <jdike@addtoit.com>
16872 M:      Richard Weinberger <richard@nod.at>
16873 M:      Anton Ivanov <anton.ivanov@cambridgegreys.com>
16874 L:      linux-um@lists.infradead.org
16875 W:      http://user-mode-linux.sourceforge.net
16876 Q:      https://patchwork.ozlabs.org/project/linux-um/list/
16877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
16878 S:      Maintained
16879 F:      Documentation/virt/uml/
16880 F:      arch/um/
16881 F:      arch/x86/um/
16882 F:      fs/hostfs/
16883
16884 USERSPACE COPYIN/COPYOUT (UIOVEC)
16885 M:      Alexander Viro <viro@zeniv.linux.org.uk>
16886 S:      Maintained
16887 F:      lib/iov_iter.c
16888 F:      include/linux/uio.h
16889
16890 USERSPACE DMA BUFFER DRIVER
16891 M:      Gerd Hoffmann <kraxel@redhat.com>
16892 S:      Maintained
16893 L:      dri-devel@lists.freedesktop.org
16894 F:      drivers/dma-buf/udmabuf.c
16895 F:      include/uapi/linux/udmabuf.h
16896 T:      git git://anongit.freedesktop.org/drm/drm-misc
16897
16898 USERSPACE I/O (UIO)
16899 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16900 S:      Maintained
16901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
16902 F:      Documentation/driver-api/uio-howto.rst
16903 F:      drivers/uio/
16904 F:      include/linux/uio_driver.h
16905
16906 UTIL-LINUX PACKAGE
16907 M:      Karel Zak <kzak@redhat.com>
16908 L:      util-linux@vger.kernel.org
16909 W:      http://en.wikipedia.org/wiki/Util-linux
16910 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
16911 S:      Maintained
16912
16913 UUID HELPERS
16914 M:      Christoph Hellwig <hch@lst.de>
16915 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
16916 L:      linux-kernel@vger.kernel.org
16917 T:      git git://git.infradead.org/users/hch/uuid.git
16918 F:      lib/uuid.c
16919 F:      lib/test_uuid.c
16920 F:      include/linux/uuid.h
16921 F:      include/uapi/linux/uuid.h
16922 S:      Maintained
16923
16924 UVESAFB DRIVER
16925 M:      Michal Januszewski <spock@gentoo.org>
16926 L:      linux-fbdev@vger.kernel.org
16927 W:      https://github.com/mjanusz/v86d
16928 S:      Maintained
16929 F:      Documentation/fb/uvesafb.rst
16930 F:      drivers/video/fbdev/uvesafb.*
16931
16932 VF610 NAND DRIVER
16933 M:      Stefan Agner <stefan@agner.ch>
16934 L:      linux-mtd@lists.infradead.org
16935 S:      Supported
16936 F:      drivers/mtd/nand/raw/vf610_nfc.c
16937
16938 VFAT/FAT/MSDOS FILESYSTEM
16939 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
16940 S:      Maintained
16941 F:      Documentation/filesystems/vfat.txt
16942 F:      fs/fat/
16943
16944 VFIO DRIVER
16945 M:      Alex Williamson <alex.williamson@redhat.com>
16946 R:      Cornelia Huck <cohuck@redhat.com>
16947 L:      kvm@vger.kernel.org
16948 T:      git git://github.com/awilliam/linux-vfio.git
16949 S:      Maintained
16950 F:      Documentation/driver-api/vfio.rst
16951 F:      drivers/vfio/
16952 F:      include/linux/vfio.h
16953 F:      include/uapi/linux/vfio.h
16954
16955 VFIO MEDIATED DEVICE DRIVERS
16956 M:      Kirti Wankhede <kwankhede@nvidia.com>
16957 L:      kvm@vger.kernel.org
16958 S:      Maintained
16959 F:      Documentation/driver-api/vfio-mediated-device.rst
16960 F:      drivers/vfio/mdev/
16961 F:      include/linux/mdev.h
16962 F:      samples/vfio-mdev/
16963
16964 VFIO PLATFORM DRIVER
16965 M:      Eric Auger <eric.auger@redhat.com>
16966 L:      kvm@vger.kernel.org
16967 S:      Maintained
16968 F:      drivers/vfio/platform/
16969
16970 VGA_SWITCHEROO
16971 R:      Lukas Wunner <lukas@wunner.de>
16972 S:      Maintained
16973 F:      Documentation/gpu/vga-switcheroo.rst
16974 F:      drivers/gpu/vga/vga_switcheroo.c
16975 F:      include/linux/vga_switcheroo.h
16976 T:      git git://anongit.freedesktop.org/drm/drm-misc
16977
16978 VIA RHINE NETWORK DRIVER
16979 S:      Orphan
16980 F:      drivers/net/ethernet/via/via-rhine.c
16981
16982 VIA SD/MMC CARD CONTROLLER DRIVER
16983 M:      Bruce Chang <brucechang@via.com.tw>
16984 M:      Harald Welte <HaraldWelte@viatech.com>
16985 S:      Maintained
16986 F:      drivers/mmc/host/via-sdmmc.c
16987
16988 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
16989 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
16990 L:      linux-fbdev@vger.kernel.org
16991 S:      Maintained
16992 F:      include/linux/via-core.h
16993 F:      include/linux/via-gpio.h
16994 F:      include/linux/via_i2c.h
16995 F:      drivers/video/fbdev/via/
16996
16997 VIA VELOCITY NETWORK DRIVER
16998 M:      Francois Romieu <romieu@fr.zoreil.com>
16999 L:      netdev@vger.kernel.org
17000 S:      Maintained
17001 F:      drivers/net/ethernet/via/via-velocity.*
17002
17003 VICODEC VIRTUAL CODEC DRIVER
17004 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
17005 L:      linux-media@vger.kernel.org
17006 T:      git git://linuxtv.org/media_tree.git
17007 W:      https://linuxtv.org
17008 S:      Maintained
17009 F:      drivers/media/platform/vicodec/*
17010
17011 VIDEO MULTIPLEXER DRIVER
17012 M:      Philipp Zabel <p.zabel@pengutronix.de>
17013 L:      linux-media@vger.kernel.org
17014 S:      Maintained
17015 F:      drivers/media/platform/video-mux.c
17016
17017 VIDEO I2C POLLING DRIVER
17018 M:      Matt Ranostay <matt.ranostay@konsulko.com>
17019 L:      linux-media@vger.kernel.org
17020 S:      Maintained
17021 F:      drivers/media/i2c/video-i2c.c
17022
17023 VIDEOBUF2 FRAMEWORK
17024 M:      Pawel Osciak <pawel@osciak.com>
17025 M:      Marek Szyprowski <m.szyprowski@samsung.com>
17026 M:      Kyungmin Park <kyungmin.park@samsung.com>
17027 R:      Tomasz Figa <tfiga@chromium.org>
17028 L:      linux-media@vger.kernel.org
17029 S:      Maintained
17030 F:      drivers/media/common/videobuf2/*
17031 F:      include/media/videobuf2-*
17032
17033 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
17034 M:      Helen Koike <helen.koike@collabora.com>
17035 L:      linux-media@vger.kernel.org
17036 T:      git git://linuxtv.org/media_tree.git
17037 W:      https://linuxtv.org
17038 S:      Maintained
17039 F:      drivers/media/platform/vimc/*
17040
17041 VIRT LIB
17042 M:      Alex Williamson <alex.williamson@redhat.com>
17043 M:      Paolo Bonzini <pbonzini@redhat.com>
17044 L:      kvm@vger.kernel.org
17045 S:      Supported
17046 F:      virt/lib/
17047
17048 VIRTIO AND VHOST VSOCK DRIVER
17049 M:      Stefan Hajnoczi <stefanha@redhat.com>
17050 L:      kvm@vger.kernel.org
17051 L:      virtualization@lists.linux-foundation.org
17052 L:      netdev@vger.kernel.org
17053 S:      Maintained
17054 F:      include/linux/virtio_vsock.h
17055 F:      include/uapi/linux/virtio_vsock.h
17056 F:      include/uapi/linux/vsockmon.h
17057 F:      include/uapi/linux/vm_sockets_diag.h
17058 F:      net/vmw_vsock/diag.c
17059 F:      net/vmw_vsock/af_vsock_tap.c
17060 F:      net/vmw_vsock/virtio_transport_common.c
17061 F:      net/vmw_vsock/virtio_transport.c
17062 F:      drivers/net/vsockmon.c
17063 F:      drivers/vhost/vsock.c
17064 F:      tools/testing/vsock/
17065
17066 VIRTIO CONSOLE DRIVER
17067 M:      Amit Shah <amit@kernel.org>
17068 L:      virtualization@lists.linux-foundation.org
17069 S:      Maintained
17070 F:      drivers/char/virtio_console.c
17071 F:      include/linux/virtio_console.h
17072 F:      include/uapi/linux/virtio_console.h
17073
17074 VIRTIO CORE AND NET DRIVERS
17075 M:      "Michael S. Tsirkin" <mst@redhat.com>
17076 M:      Jason Wang <jasowang@redhat.com>
17077 L:      virtualization@lists.linux-foundation.org
17078 S:      Maintained
17079 F:      Documentation/devicetree/bindings/virtio/
17080 F:      drivers/virtio/
17081 F:      tools/virtio/
17082 F:      drivers/net/virtio_net.c
17083 F:      drivers/block/virtio_blk.c
17084 F:      include/linux/virtio*.h
17085 F:      include/uapi/linux/virtio_*.h
17086 F:      drivers/crypto/virtio/
17087 F:      mm/balloon_compaction.c
17088
17089 VIRTIO BLOCK AND SCSI DRIVERS
17090 M:      "Michael S. Tsirkin" <mst@redhat.com>
17091 M:      Jason Wang <jasowang@redhat.com>
17092 R:      Paolo Bonzini <pbonzini@redhat.com>
17093 R:      Stefan Hajnoczi <stefanha@redhat.com>
17094 L:      virtualization@lists.linux-foundation.org
17095 S:      Maintained
17096 F:      drivers/block/virtio_blk.c
17097 F:      drivers/scsi/virtio_scsi.c
17098 F:      include/uapi/linux/virtio_blk.h
17099 F:      include/uapi/linux/virtio_scsi.h
17100 F:      drivers/vhost/scsi.c
17101
17102 VIRTIO CRYPTO DRIVER
17103 M:      Gonglei <arei.gonglei@huawei.com>
17104 L:      virtualization@lists.linux-foundation.org
17105 L:      linux-crypto@vger.kernel.org
17106 S:      Maintained
17107 F:      drivers/crypto/virtio/
17108 F:      include/uapi/linux/virtio_crypto.h
17109
17110 VIRTIO DRIVERS FOR S390
17111 M:      Cornelia Huck <cohuck@redhat.com>
17112 M:      Halil Pasic <pasic@linux.ibm.com>
17113 L:      linux-s390@vger.kernel.org
17114 L:      virtualization@lists.linux-foundation.org
17115 L:      kvm@vger.kernel.org
17116 S:      Supported
17117 F:      drivers/s390/virtio/
17118 F:      arch/s390/include/uapi/asm/virtio-ccw.h
17119
17120 VIRTIO GPU DRIVER
17121 M:      David Airlie <airlied@linux.ie>
17122 M:      Gerd Hoffmann <kraxel@redhat.com>
17123 L:      dri-devel@lists.freedesktop.org
17124 L:      virtualization@lists.linux-foundation.org
17125 T:      git git://anongit.freedesktop.org/drm/drm-misc
17126 S:      Maintained
17127 F:      drivers/gpu/drm/virtio/
17128 F:      include/uapi/linux/virtio_gpu.h
17129
17130 VIRTIO HOST (VHOST)
17131 M:      "Michael S. Tsirkin" <mst@redhat.com>
17132 M:      Jason Wang <jasowang@redhat.com>
17133 L:      kvm@vger.kernel.org
17134 L:      virtualization@lists.linux-foundation.org
17135 L:      netdev@vger.kernel.org
17136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
17137 S:      Maintained
17138 F:      drivers/vhost/
17139 F:      include/uapi/linux/vhost.h
17140
17141 VIRTIO INPUT DRIVER
17142 M:      Gerd Hoffmann <kraxel@redhat.com>
17143 S:      Maintained
17144 F:      drivers/virtio/virtio_input.c
17145 F:      include/uapi/linux/virtio_input.h
17146
17147 VIRTIO IOMMU DRIVER
17148 M:      Jean-Philippe Brucker <jean-philippe@linaro.org>
17149 L:      virtualization@lists.linux-foundation.org
17150 S:      Maintained
17151 F:      drivers/iommu/virtio-iommu.c
17152 F:      include/uapi/linux/virtio_iommu.h
17153
17154 VIRTUAL BOX GUEST DEVICE DRIVER
17155 M:      Hans de Goede <hdegoede@redhat.com>
17156 M:      Arnd Bergmann <arnd@arndb.de>
17157 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17158 S:      Maintained
17159 F:      include/linux/vbox_utils.h
17160 F:      include/uapi/linux/vbox*.h
17161 F:      drivers/virt/vboxguest/
17162
17163 VIRTUAL SERIO DEVICE DRIVER
17164 M:      Stephen Chandler Paul <thatslyude@gmail.com>
17165 S:      Maintained
17166 F:      drivers/input/serio/userio.c
17167 F:      include/uapi/linux/userio.h
17168
17169 VIVID VIRTUAL VIDEO DRIVER
17170 M:      Hans Verkuil <hverkuil@xs4all.nl>
17171 L:      linux-media@vger.kernel.org
17172 T:      git git://linuxtv.org/media_tree.git
17173 W:      https://linuxtv.org
17174 S:      Maintained
17175 F:      drivers/media/platform/vivid/*
17176
17177 VLYNQ BUS
17178 M:      Florian Fainelli <f.fainelli@gmail.com>
17179 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
17180 S:      Maintained
17181 F:      drivers/vlynq/vlynq.c
17182 F:      include/linux/vlynq.h
17183
17184 VME SUBSYSTEM
17185 M:      Martyn Welch <martyn@welchs.me.uk>
17186 M:      Manohar Vanga <manohar.vanga@gmail.com>
17187 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17188 L:      devel@driverdev.osuosl.org
17189 S:      Maintained
17190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
17191 F:      Documentation/driver-api/vme.rst
17192 F:      drivers/staging/vme/
17193 F:      drivers/vme/
17194 F:      include/linux/vme*
17195
17196 VMWARE BALLOON DRIVER
17197 M:      Nadav Amit <namit@vmware.com>
17198 M:      "VMware, Inc." <pv-drivers@vmware.com>
17199 L:      linux-kernel@vger.kernel.org
17200 S:      Maintained
17201 F:      drivers/misc/vmw_balloon.c
17202
17203 VMWARE HYPERVISOR INTERFACE
17204 M:      Thomas Hellstrom <thellstrom@vmware.com>
17205 M:      "VMware, Inc." <pv-drivers@vmware.com>
17206 L:      virtualization@lists.linux-foundation.org
17207 S:      Supported
17208 F:      arch/x86/kernel/cpu/vmware.c
17209 F:      arch/x86/include/asm/vmware.h
17210
17211 VMWARE PVRDMA DRIVER
17212 M:      Adit Ranadive <aditr@vmware.com>
17213 M:      VMware PV-Drivers <pv-drivers@vmware.com>
17214 L:      linux-rdma@vger.kernel.org
17215 S:      Maintained
17216 F:      drivers/infiniband/hw/vmw_pvrdma/
17217
17218 VMware PVSCSI driver
17219 M:      Jim Gill <jgill@vmware.com>
17220 M:      VMware PV-Drivers <pv-drivers@vmware.com>
17221 L:      linux-scsi@vger.kernel.org
17222 S:      Maintained
17223 F:      drivers/scsi/vmw_pvscsi.c
17224 F:      drivers/scsi/vmw_pvscsi.h
17225
17226 VMWARE VMMOUSE SUBDRIVER
17227 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
17228 M:      "VMware, Inc." <pv-drivers@vmware.com>
17229 L:      linux-input@vger.kernel.org
17230 S:      Maintained
17231 F:      drivers/input/mouse/vmmouse.c
17232 F:      drivers/input/mouse/vmmouse.h
17233
17234 VMWARE VMXNET3 ETHERNET DRIVER
17235 M:      Ronak Doshi <doshir@vmware.com>
17236 M:      "VMware, Inc." <pv-drivers@vmware.com>
17237 L:      netdev@vger.kernel.org
17238 S:      Maintained
17239 F:      drivers/net/vmxnet3/
17240
17241 VOCORE VOCORE2 BOARD
17242 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
17243 L:      linux-mips@vger.kernel.org
17244 S:      Maintained
17245 F:      arch/mips/boot/dts/ralink/vocore2.dts
17246
17247 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
17248 M:      Liam Girdwood <lgirdwood@gmail.com>
17249 M:      Mark Brown <broonie@kernel.org>
17250 L:      linux-kernel@vger.kernel.org
17251 W:      http://www.slimlogic.co.uk/?p=48
17252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
17253 S:      Supported
17254 F:      Documentation/devicetree/bindings/regulator/
17255 F:      Documentation/power/regulator/
17256 F:      drivers/regulator/
17257 F:      include/dt-bindings/regulator/
17258 F:      include/linux/regulator/
17259 K:      regulator_get_optional
17260
17261 VRF
17262 M:      David Ahern <dsa@cumulusnetworks.com>
17263 M:      Shrijeet Mukherjee <shrijeet@gmail.com>
17264 L:      netdev@vger.kernel.org
17265 S:      Maintained
17266 F:      drivers/net/vrf.c
17267 F:      Documentation/networking/vrf.txt
17268
17269 VT1211 HARDWARE MONITOR DRIVER
17270 M:      Juerg Haefliger <juergh@gmail.com>
17271 L:      linux-hwmon@vger.kernel.org
17272 S:      Maintained
17273 F:      Documentation/hwmon/vt1211.rst
17274 F:      drivers/hwmon/vt1211.c
17275
17276 VT8231 HARDWARE MONITOR DRIVER
17277 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
17278 L:      linux-hwmon@vger.kernel.org
17279 S:      Maintained
17280 F:      drivers/hwmon/vt8231.c
17281
17282 VUB300 USB to SDIO/SD/MMC bridge chip
17283 M:      Tony Olech <tony.olech@elandigitalsystems.com>
17284 L:      linux-mmc@vger.kernel.org
17285 L:      linux-usb@vger.kernel.org
17286 S:      Supported
17287 F:      drivers/mmc/host/vub300.c
17288
17289 W1 DALLAS'S 1-WIRE BUS
17290 M:      Evgeniy Polyakov <zbr@ioremap.net>
17291 S:      Maintained
17292 F:      Documentation/devicetree/bindings/w1/
17293 F:      Documentation/w1/
17294 F:      drivers/w1/
17295 F:      include/linux/w1.h
17296
17297 W83791D HARDWARE MONITORING DRIVER
17298 M:      Marc Hulsman <m.hulsman@tudelft.nl>
17299 L:      linux-hwmon@vger.kernel.org
17300 S:      Maintained
17301 F:      Documentation/hwmon/w83791d.rst
17302 F:      drivers/hwmon/w83791d.c
17303
17304 W83793 HARDWARE MONITORING DRIVER
17305 M:      Rudolf Marek <r.marek@assembler.cz>
17306 L:      linux-hwmon@vger.kernel.org
17307 S:      Maintained
17308 F:      Documentation/hwmon/w83793.rst
17309 F:      drivers/hwmon/w83793.c
17310
17311 W83795 HARDWARE MONITORING DRIVER
17312 M:      Jean Delvare <jdelvare@suse.com>
17313 L:      linux-hwmon@vger.kernel.org
17314 S:      Maintained
17315 F:      drivers/hwmon/w83795.c
17316
17317 W83L51xD SD/MMC CARD INTERFACE DRIVER
17318 M:      Pierre Ossman <pierre@ossman.eu>
17319 S:      Maintained
17320 F:      drivers/mmc/host/wbsd.*
17321
17322 WACOM PROTOCOL 4 SERIAL TABLETS
17323 M:      Julian Squires <julian@cipht.net>
17324 M:      Hans de Goede <hdegoede@redhat.com>
17325 L:      linux-input@vger.kernel.org
17326 S:      Maintained
17327 F:      drivers/input/tablet/wacom_serial4.c
17328
17329 WATCHDOG DEVICE DRIVERS
17330 M:      Wim Van Sebroeck <wim@linux-watchdog.org>
17331 M:      Guenter Roeck <linux@roeck-us.net>
17332 L:      linux-watchdog@vger.kernel.org
17333 W:      http://www.linux-watchdog.org/
17334 T:      git git://www.linux-watchdog.org/linux-watchdog.git
17335 S:      Maintained
17336 F:      Documentation/devicetree/bindings/watchdog/
17337 F:      Documentation/watchdog/
17338 F:      drivers/watchdog/
17339 F:      include/linux/watchdog.h
17340 F:      include/uapi/linux/watchdog.h
17341
17342 WHISKEYCOVE PMIC GPIO DRIVER
17343 M:      Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
17344 L:      linux-gpio@vger.kernel.org
17345 S:      Maintained
17346 F:      drivers/gpio/gpio-wcove.c
17347
17348 WHWAVE RTC DRIVER
17349 M:      Dianlong Li <long17.cool@163.com>
17350 L:      linux-rtc@vger.kernel.org
17351 S:      Maintained
17352 F:      drivers/rtc/rtc-sd3078.c
17353
17354 WIIMOTE HID DRIVER
17355 M:      David Herrmann <dh.herrmann@googlemail.com>
17356 L:      linux-input@vger.kernel.org
17357 S:      Maintained
17358 F:      drivers/hid/hid-wiimote*
17359
17360 WILOCITY WIL6210 WIRELESS DRIVER
17361 M:      Maya Erez <merez@codeaurora.org>
17362 L:      linux-wireless@vger.kernel.org
17363 L:      wil6210@qti.qualcomm.com
17364 S:      Supported
17365 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
17366 F:      drivers/net/wireless/ath/wil6210/
17367
17368 WIMAX STACK
17369 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
17370 M:      linux-wimax@intel.com
17371 L:      wimax@linuxwimax.org (subscribers-only)
17372 S:      Supported
17373 W:      http://linuxwimax.org
17374 F:      Documentation/admin-guide/wimax/wimax.rst
17375 F:      include/linux/wimax/debug.h
17376 F:      include/net/wimax.h
17377 F:      include/uapi/linux/wimax.h
17378 F:      net/wimax/
17379
17380 WINBOND CIR DRIVER
17381 M:      David Härdeman <david@hardeman.nu>
17382 S:      Maintained
17383 F:      drivers/media/rc/winbond-cir.c
17384
17385 RCMM REMOTE CONTROLS DECODER
17386 M:      Patrick Lerda <patrick9876@free.fr>
17387 S:      Maintained
17388 F:      drivers/media/rc/ir-rcmm-decoder.c
17389
17390 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
17391 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
17392 L:      linux-watchdog@vger.kernel.org
17393 S:      Maintained
17394 F:      drivers/watchdog/ebc-c384_wdt.c
17395
17396 WINSYSTEMS WS16C48 GPIO DRIVER
17397 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
17398 L:      linux-gpio@vger.kernel.org
17399 S:      Maintained
17400 F:      drivers/gpio/gpio-ws16c48.c
17401
17402 WISTRON LAPTOP BUTTON DRIVER
17403 M:      Miloslav Trmac <mitr@volny.cz>
17404 S:      Maintained
17405 F:      drivers/input/misc/wistron_btns.c
17406
17407 WL3501 WIRELESS PCMCIA CARD DRIVER
17408 L:      linux-wireless@vger.kernel.org
17409 S:      Odd fixes
17410 F:      drivers/net/wireless/wl3501*
17411
17412 WOLFSON MICROELECTRONICS DRIVERS
17413 L:      patches@opensource.cirrus.com
17414 T:      git https://github.com/CirrusLogic/linux-drivers.git
17415 W:      https://github.com/CirrusLogic/linux-drivers/wiki
17416 S:      Supported
17417 F:      Documentation/hwmon/wm83??.rst
17418 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
17419 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
17420 F:      Documentation/devicetree/bindings/mfd/arizona.txt
17421 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
17422 F:      Documentation/devicetree/bindings/sound/wlf,arizona.txt
17423 F:      arch/arm/mach-s3c64xx/mach-crag6410*
17424 F:      drivers/clk/clk-wm83*.c
17425 F:      drivers/extcon/extcon-arizona.c
17426 F:      drivers/leds/leds-wm83*.c
17427 F:      drivers/gpio/gpio-*wm*.c
17428 F:      drivers/gpio/gpio-arizona.c
17429 F:      drivers/hwmon/wm83??-hwmon.c
17430 F:      drivers/input/misc/wm831x-on.c
17431 F:      drivers/input/touchscreen/wm831x-ts.c
17432 F:      drivers/input/touchscreen/wm97*.c
17433 F:      drivers/mfd/arizona*
17434 F:      drivers/mfd/wm*.c
17435 F:      drivers/mfd/cs47l24*
17436 F:      drivers/power/supply/wm83*.c
17437 F:      drivers/rtc/rtc-wm83*.c
17438 F:      drivers/regulator/wm8*.c
17439 F:      drivers/regulator/arizona*
17440 F:      drivers/video/backlight/wm83*_bl.c
17441 F:      drivers/watchdog/wm83*_wdt.c
17442 F:      include/linux/mfd/arizona/
17443 F:      include/linux/mfd/wm831x/
17444 F:      include/linux/mfd/wm8350/
17445 F:      include/linux/mfd/wm8400*
17446 F:      include/linux/regulator/arizona*
17447 F:      include/linux/wm97xx.h
17448 F:      include/sound/wm????.h
17449 F:      sound/soc/codecs/arizona.?
17450 F:      sound/soc/codecs/wm*
17451 F:      sound/soc/codecs/cs47l24*
17452
17453 WORKQUEUE
17454 M:      Tejun Heo <tj@kernel.org>
17455 R:      Lai Jiangshan <jiangshanlai@gmail.com>
17456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
17457 S:      Maintained
17458 F:      include/linux/workqueue.h
17459 F:      kernel/workqueue.c
17460 F:      Documentation/core-api/workqueue.rst
17461
17462 X-POWERS AXP288 PMIC DRIVERS
17463 M:      Hans de Goede <hdegoede@redhat.com>
17464 S:      Maintained
17465 N:      axp288
17466 F:      drivers/acpi/pmic/intel_pmic_xpower.c
17467
17468 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
17469 M:      Chen-Yu Tsai <wens@csie.org>
17470 L:      linux-kernel@vger.kernel.org
17471 S:      Maintained
17472 N:      axp[128]
17473
17474 X.25 NETWORK LAYER
17475 M:      Andrew Hendry <andrew.hendry@gmail.com>
17476 L:      linux-x25@vger.kernel.org
17477 S:      Odd Fixes
17478 F:      Documentation/networking/x25*
17479 F:      include/net/x25*
17480 F:      net/x25/
17481
17482 X86 ARCHITECTURE (32-BIT AND 64-BIT)
17483 M:      Thomas Gleixner <tglx@linutronix.de>
17484 M:      Ingo Molnar <mingo@redhat.com>
17485 M:      Borislav Petkov <bp@alien8.de>
17486 R:      "H. Peter Anvin" <hpa@zytor.com>
17487 M:      x86@kernel.org
17488 L:      linux-kernel@vger.kernel.org
17489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
17490 S:      Maintained
17491 F:      Documentation/devicetree/bindings/x86/
17492 F:      Documentation/x86/
17493 F:      arch/x86/
17494
17495 X86 ENTRY CODE
17496 M:      Andy Lutomirski <luto@kernel.org>
17497 L:      linux-kernel@vger.kernel.org
17498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
17499 S:      Maintained
17500 F:      arch/x86/entry/
17501
17502 X86 MCE INFRASTRUCTURE
17503 M:      Tony Luck <tony.luck@intel.com>
17504 M:      Borislav Petkov <bp@alien8.de>
17505 L:      linux-edac@vger.kernel.org
17506 S:      Maintained
17507 F:      arch/x86/kernel/cpu/mce/*
17508
17509 X86 MICROCODE UPDATE SUPPORT
17510 M:      Borislav Petkov <bp@alien8.de>
17511 S:      Maintained
17512 F:      arch/x86/kernel/cpu/microcode/*
17513
17514 X86 MM
17515 M:      Dave Hansen <dave.hansen@linux.intel.com>
17516 M:      Andy Lutomirski <luto@kernel.org>
17517 M:      Peter Zijlstra <peterz@infradead.org>
17518 L:      linux-kernel@vger.kernel.org
17519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
17520 S:      Maintained
17521 F:      arch/x86/mm/
17522
17523 X86 PLATFORM DRIVERS
17524 M:      Darren Hart <dvhart@infradead.org>
17525 M:      Andy Shevchenko <andy@infradead.org>
17526 L:      platform-driver-x86@vger.kernel.org
17527 T:      git git://git.infradead.org/linux-platform-drivers-x86.git
17528 S:      Odd Fixes
17529 F:      drivers/platform/x86/
17530 F:      drivers/platform/olpc/
17531
17532 X86 PLATFORM DRIVERS - ARCH
17533 R:      Darren Hart <dvhart@infradead.org>
17534 R:      Andy Shevchenko <andy@infradead.org>
17535 L:      platform-driver-x86@vger.kernel.org
17536 L:      x86@kernel.org
17537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
17538 S:      Maintained
17539 F:      arch/x86/platform
17540
17541 X86 VDSO
17542 M:      Andy Lutomirski <luto@kernel.org>
17543 L:      linux-kernel@vger.kernel.org
17544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
17545 S:      Maintained
17546 F:      arch/x86/entry/vdso/
17547
17548 XARRAY
17549 M:      Matthew Wilcox <willy@infradead.org>
17550 L:      linux-fsdevel@vger.kernel.org
17551 S:      Supported
17552 F:      Documentation/core-api/xarray.rst
17553 F:      lib/idr.c
17554 F:      lib/xarray.c
17555 F:      include/linux/idr.h
17556 F:      include/linux/xarray.h
17557 F:      tools/testing/radix-tree
17558
17559 XBOX DVD IR REMOTE
17560 M:      Benjamin Valentin <benpicco@googlemail.com>
17561 S:      Maintained
17562 F:      drivers/media/rc/xbox_remote.c
17563 F:      drivers/media/rc/keymaps/rc-xbox-dvd.c
17564
17565 XC2028/3028 TUNER DRIVER
17566 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
17567 L:      linux-media@vger.kernel.org
17568 W:      https://linuxtv.org
17569 T:      git git://linuxtv.org/media_tree.git
17570 S:      Maintained
17571 F:      drivers/media/tuners/tuner-xc2028.*
17572
17573 XDP (eXpress Data Path)
17574 M:      Alexei Starovoitov <ast@kernel.org>
17575 M:      Daniel Borkmann <daniel@iogearbox.net>
17576 M:      David S. Miller <davem@davemloft.net>
17577 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
17578 M:      Jesper Dangaard Brouer <hawk@kernel.org>
17579 M:      John Fastabend <john.fastabend@gmail.com>
17580 L:      netdev@vger.kernel.org
17581 L:      bpf@vger.kernel.org
17582 S:      Supported
17583 F:      net/core/xdp.c
17584 F:      include/net/xdp.h
17585 F:      kernel/bpf/devmap.c
17586 F:      kernel/bpf/cpumap.c
17587 F:      include/trace/events/xdp.h
17588 K:      xdp
17589 N:      xdp
17590
17591 XDP SOCKETS (AF_XDP)
17592 M:      Björn Töpel <bjorn.topel@intel.com>
17593 M:      Magnus Karlsson <magnus.karlsson@intel.com>
17594 R:      Jonathan Lemon <jonathan.lemon@gmail.com>
17595 L:      netdev@vger.kernel.org
17596 L:      bpf@vger.kernel.org
17597 S:      Maintained
17598 F:      kernel/bpf/xskmap.c
17599 F:      net/xdp/
17600
17601 XEN BLOCK SUBSYSTEM
17602 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
17603 M:      Roger Pau Monné <roger.pau@citrix.com>
17604 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17605 S:      Supported
17606 F:      drivers/block/xen-blkback/*
17607 F:      drivers/block/xen*
17608
17609 XEN HYPERVISOR ARM
17610 M:      Stefano Stabellini <sstabellini@kernel.org>
17611 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17612 S:      Maintained
17613 F:      arch/arm/xen/
17614 F:      arch/arm/include/asm/xen/
17615
17616 XEN HYPERVISOR ARM64
17617 M:      Stefano Stabellini <sstabellini@kernel.org>
17618 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17619 S:      Maintained
17620 F:      arch/arm64/xen/
17621 F:      arch/arm64/include/asm/xen/
17622
17623 XEN HYPERVISOR INTERFACE
17624 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
17625 M:      Juergen Gross <jgross@suse.com>
17626 R:      Stefano Stabellini <sstabellini@kernel.org>
17627 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
17629 S:      Supported
17630 F:      arch/x86/xen/
17631 F:      arch/x86/platform/pvh/
17632 F:      drivers/*/xen-*front.c
17633 F:      drivers/xen/
17634 F:      arch/x86/include/asm/xen/
17635 F:      arch/x86/include/asm/pvclock-abi.h
17636 F:      include/xen/
17637 F:      include/uapi/xen/
17638 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
17639 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
17640
17641 XEN NETWORK BACKEND DRIVER
17642 M:      Wei Liu <wei.liu@kernel.org>
17643 M:      Paul Durrant <paul.durrant@citrix.com>
17644 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17645 L:      netdev@vger.kernel.org
17646 S:      Supported
17647 F:      drivers/net/xen-netback/*
17648
17649 XEN PCI SUBSYSTEM
17650 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
17651 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17652 S:      Supported
17653 F:      arch/x86/pci/*xen*
17654 F:      drivers/pci/*xen*
17655
17656 XEN PVSCSI DRIVERS
17657 M:      Juergen Gross <jgross@suse.com>
17658 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17659 L:      linux-scsi@vger.kernel.org
17660 S:      Supported
17661 F:      drivers/scsi/xen-scsifront.c
17662 F:      drivers/xen/xen-scsiback.c
17663 F:      include/xen/interface/io/vscsiif.h
17664
17665 XEN SWIOTLB SUBSYSTEM
17666 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
17667 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17668 L:      iommu@lists.linux-foundation.org
17669 S:      Supported
17670 F:      arch/x86/xen/*swiotlb*
17671 F:      drivers/xen/*swiotlb*
17672
17673 XEN SOUND FRONTEND DRIVER
17674 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
17675 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
17676 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
17677 S:      Supported
17678 F:      sound/xen/*
17679
17680 XFS FILESYSTEM
17681 M:      Darrick J. Wong <darrick.wong@oracle.com>
17682 M:      linux-xfs@vger.kernel.org
17683 L:      linux-xfs@vger.kernel.org
17684 W:      http://xfs.org/
17685 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
17686 S:      Supported
17687 F:      Documentation/admin-guide/xfs.rst
17688 F:      Documentation/ABI/testing/sysfs-fs-xfs
17689 F:      Documentation/filesystems/xfs-delayed-logging-design.txt
17690 F:      Documentation/filesystems/xfs-self-describing-metadata.txt
17691 F:      fs/xfs/
17692 F:      include/uapi/linux/dqblk_xfs.h
17693 F:      include/uapi/linux/fsmap.h
17694
17695 XILINX AXI ETHERNET DRIVER
17696 M:      Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
17697 S:      Maintained
17698 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
17699
17700 XILINX UARTLITE SERIAL DRIVER
17701 M:      Peter Korsgaard <jacmet@sunsite.dk>
17702 L:      linux-serial@vger.kernel.org
17703 S:      Maintained
17704 F:      drivers/tty/serial/uartlite.c
17705
17706 XILINX VIDEO IP CORES
17707 M:      Hyun Kwon <hyun.kwon@xilinx.com>
17708 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
17709 L:      linux-media@vger.kernel.org
17710 T:      git git://linuxtv.org/media_tree.git
17711 S:      Supported
17712 F:      Documentation/devicetree/bindings/media/xilinx/
17713 F:      drivers/media/platform/xilinx/
17714 F:      include/uapi/linux/xilinx-v4l2-controls.h
17715
17716 XILLYBUS DRIVER
17717 M:      Eli Billauer <eli.billauer@gmail.com>
17718 L:      linux-kernel@vger.kernel.org
17719 S:      Supported
17720 F:      drivers/char/xillybus/
17721
17722 XLP9XX I2C DRIVER
17723 M:      George Cherian <george.cherian@cavium.com>
17724 M:      Jan Glauber <jglauber@cavium.com>
17725 L:      linux-i2c@vger.kernel.org
17726 W:      http://www.cavium.com
17727 S:      Supported
17728 F:      Documentation/devicetree/bindings/i2c/i2c-xlp9xx.txt
17729 F:      drivers/i2c/busses/i2c-xlp9xx.c
17730
17731 XRA1403 GPIO EXPANDER
17732 M:      Nandor Han <nandor.han@ge.com>
17733 M:      Semi Malinen <semi.malinen@ge.com>
17734 L:      linux-gpio@vger.kernel.org
17735 S:      Maintained
17736 F:      drivers/gpio/gpio-xra1403.c
17737 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
17738
17739 XTENSA XTFPGA PLATFORM SUPPORT
17740 M:      Max Filippov <jcmvbkbc@gmail.com>
17741 L:      linux-xtensa@linux-xtensa.org
17742 S:      Maintained
17743 F:      drivers/spi/spi-xtensa-xtfpga.c
17744 F:      sound/soc/xtensa/xtfpga-i2s.c
17745
17746 YAM DRIVER FOR AX.25
17747 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
17748 L:      linux-hams@vger.kernel.org
17749 S:      Maintained
17750 F:      drivers/net/hamradio/yam*
17751 F:      include/linux/yam.h
17752
17753 YAMA SECURITY MODULE
17754 M:      Kees Cook <keescook@chromium.org>
17755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
17756 S:      Supported
17757 F:      security/yama/
17758 F:      Documentation/admin-guide/LSM/Yama.rst
17759
17760 YEALINK PHONE DRIVER
17761 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
17762 L:      usbb2k-api-dev@nongnu.org
17763 S:      Maintained
17764 F:      Documentation/input/devices/yealink.rst
17765 F:      drivers/input/misc/yealink.*
17766
17767 Z8530 DRIVER FOR AX.25
17768 M:      Joerg Reuter <jreuter@yaina.de>
17769 W:      http://yaina.de/jreuter/
17770 W:      http://www.qsl.net/dl1bke/
17771 L:      linux-hams@vger.kernel.org
17772 S:      Maintained
17773 F:      Documentation/networking/z8530drv.txt
17774 F:      drivers/net/hamradio/*scc.c
17775 F:      drivers/net/hamradio/z8530.h
17776
17777 ZBUD COMPRESSED PAGE ALLOCATOR
17778 M:      Seth Jennings <sjenning@redhat.com>
17779 M:      Dan Streetman <ddstreet@ieee.org>
17780 L:      linux-mm@kvack.org
17781 S:      Maintained
17782 F:      mm/zbud.c
17783 F:      include/linux/zbud.h
17784
17785 ZD1211RW WIRELESS DRIVER
17786 M:      Daniel Drake <dsd@gentoo.org>
17787 M:      Ulrich Kunitz <kune@deine-taler.de>
17788 W:      http://zd1211.ath.cx/wiki/DriverRewrite
17789 L:      linux-wireless@vger.kernel.org
17790 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
17791 S:      Maintained
17792 F:      drivers/net/wireless/zydas/zd1211rw/
17793
17794 ZD1301 MEDIA DRIVER
17795 M:      Antti Palosaari <crope@iki.fi>
17796 L:      linux-media@vger.kernel.org
17797 W:      https://linuxtv.org/
17798 W:      http://palosaari.fi/linux/
17799 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
17800 S:      Maintained
17801 F:      drivers/media/usb/dvb-usb-v2/zd1301*
17802
17803 ZD1301_DEMOD MEDIA DRIVER
17804 M:      Antti Palosaari <crope@iki.fi>
17805 L:      linux-media@vger.kernel.org
17806 W:      https://linuxtv.org/
17807 W:      http://palosaari.fi/linux/
17808 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
17809 S:      Maintained
17810 F:      drivers/media/dvb-frontends/zd1301_demod*
17811
17812 ZHAOXIN PROCESSOR SUPPORT
17813 M:      Tony W Wang-oc <TonyWWang-oc@zhaoxin.com>
17814 L:      linux-kernel@vger.kernel.org
17815 S:      Maintained
17816 F:      arch/x86/kernel/cpu/zhaoxin.c
17817
17818 ZPOOL COMPRESSED PAGE STORAGE API
17819 M:      Dan Streetman <ddstreet@ieee.org>
17820 L:      linux-mm@kvack.org
17821 S:      Maintained
17822 F:      mm/zpool.c
17823 F:      include/linux/zpool.h
17824
17825 ZR36067 VIDEO FOR LINUX DRIVER
17826 L:      mjpeg-users@lists.sourceforge.net
17827 L:      linux-media@vger.kernel.org
17828 W:      http://mjpeg.sourceforge.net/driver-zoran/
17829 T:      hg https://linuxtv.org/hg/v4l-dvb
17830 S:      Odd Fixes
17831 F:      drivers/staging/media/zoran/
17832
17833 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
17834 M:      Minchan Kim <minchan@kernel.org>
17835 M:      Nitin Gupta <ngupta@vflare.org>
17836 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
17837 L:      linux-kernel@vger.kernel.org
17838 S:      Maintained
17839 F:      drivers/block/zram/
17840 F:      Documentation/admin-guide/blockdev/zram.rst
17841
17842 ZS DECSTATION Z85C30 SERIAL DRIVER
17843 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
17844 S:      Maintained
17845 F:      drivers/tty/serial/zs.*
17846
17847 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
17848 M:      Minchan Kim <minchan@kernel.org>
17849 M:      Nitin Gupta <ngupta@vflare.org>
17850 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
17851 L:      linux-mm@kvack.org
17852 S:      Maintained
17853 F:      mm/zsmalloc.c
17854 F:      include/linux/zsmalloc.h
17855 F:      Documentation/vm/zsmalloc.rst
17856
17857 ZSWAP COMPRESSED SWAP CACHING
17858 M:      Seth Jennings <sjenning@redhat.com>
17859 M:      Dan Streetman <ddstreet@ieee.org>
17860 L:      linux-mm@kvack.org
17861 S:      Maintained
17862 F:      mm/zswap.c
17863
17864 THE REST
17865 M:      Linus Torvalds <torvalds@linux-foundation.org>
17866 L:      linux-kernel@vger.kernel.org
17867 Q:      http://patchwork.kernel.org/project/LKML/list/
17868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
17869 S:      Buried alive in reporters
17870 F:      *
17871 F:      */