Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / MAINTAINERS
1 List of maintainers and how to submit kernel changes
2 ====================================================
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 Tips for patch submitters
9 -------------------------
10
11 1.      Always *test* your changes, however small, on at least 4 or
12         5 people, preferably many more.
13
14 2.      Try to release a few ALPHA test versions to the net. Announce
15         them onto the kernel channel and await results. This is especially
16         important for device drivers, because often that's the only way
17         you will find things like the fact version 3 firmware needs
18         a magic fix you didn't know about, or some clown changed the
19         chips on a board and not its name.  (Don't laugh!  Look at the
20         SMC etherpower for that.)
21
22 3.      Make sure your changes compile correctly in multiple
23         configurations. In particular check that changes work both as a
24         module and built into the kernel.
25
26 4.      When you are happy with a change make it generally available for
27         testing and await feedback.
28
29 5.      Make a patch available to the relevant maintainer in the list. Use
30         ``diff -u`` to make the patch easy to merge. Be prepared to get your
31         changes sent back with seemingly silly requests about formatting
32         and variable names.  These aren't as silly as they seem. One
33         job the maintainers (and especially Linus) do is to keep things
34         looking the same. Sometimes this means that the clever hack in
35         your driver to get around a problem actually needs to become a
36         generalized kernel feature ready for next time.
37
38         PLEASE check your patch with the automated style checker
39         (scripts/checkpatch.pl) to catch trivial style violations.
40         See Documentation/process/coding-style.rst for guidance here.
41
42         PLEASE CC: the maintainers and mailing lists that are generated
43         by ``scripts/get_maintainer.pl.`` The results returned by the
44         script will be best if you have git installed and are making
45         your changes in a branch derived from Linus' latest git tree.
46         See Documentation/process/submitting-patches.rst for details.
47
48         PLEASE try to include any credit lines you want added with the
49         patch. It avoids people being missed off by mistake and makes
50         it easier to know who wants adding and who doesn't.
51
52         PLEASE document known bugs. If it doesn't work for everything
53         or does something very odd once a month document it.
54
55         PLEASE remember that submissions must be made under the terms
56         of the Linux Foundation certificate of contribution and should
57         include a Signed-off-by: line.  The current version of this
58         "Developer's Certificate of Origin" (DCO) is listed in the file
59         Documentation/process/submitting-patches.rst.
60
61 6.      Make sure you have the right to send any changes you make. If you
62         do changes at work you may find your employer owns the patch
63         not you.
64
65 7.      When sending security related changes or reports to a maintainer
66         please Cc: security@kernel.org, especially if the maintainer
67         does not respond. Please keep in mind that the security team is
68         a small set of people who can be efficient only when working on
69         verified bugs. Please only Cc: this list when you have identified
70         that the bug would present a short-term risk to other users if it
71         were publicly disclosed. For example, reports of address leaks do
72         not represent an immediate threat and are better handled publicly,
73         and ideally, should come with a patch proposal. Please do not send
74         automated reports to this list either. Such bugs will be handled
75         better and faster in the usual public places. See
76         Documentation/admin-guide/security-bugs.rst for details.
77
78 8.      Happy hacking.
79
80 Descriptions of section entries and preferred order
81 ---------------------------------------------------
82
83         M: *Mail* patches to: FullName <address@domain>
84         R: Designated *Reviewer*: FullName <address@domain>
85            These reviewers should be CCed on patches.
86         L: *Mailing list* that is relevant to this area
87         S: *Status*, one of the following:
88            Supported:   Someone is actually paid to look after this.
89            Maintained:  Someone actually looks after it.
90            Odd Fixes:   It has a maintainer but they don't have time to do
91                         much other than throw the odd patch in. See below..
92            Orphan:      No current maintainer [but maybe you could take the
93                         role as you write your new code].
94            Obsolete:    Old code. Something tagged obsolete generally means
95                         it has been replaced by a better system and you
96                         should be using that.
97         W: *Web-page* with status/info
98         Q: *Patchwork* web based patch tracking system site
99         B: URI for where to file *bugs*. A web-page with detailed bug
100            filing info, a direct bug tracker link, or a mailto: URI.
101         C: URI for *chat* protocol, server and channel where developers
102            usually hang out, for example irc://server/channel.
103         P: Subsystem Profile document for more details submitting
104            patches to the given subsystem. This is either an in-tree file,
105            or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
106            for details.
107         T: *SCM* tree type and location.
108            Type is one of: git, hg, quilt, stgit, topgit
109         F: *Files* and directories wildcard patterns.
110            A trailing slash includes all files and subdirectory files.
111            F:   drivers/net/    all files in and below drivers/net
112            F:   drivers/net/*   all files in drivers/net, but not below
113            F:   */net/*         all files in "any top level directory"/net
114            One pattern per line.  Multiple F: lines acceptable.
115         X: *Excluded* files and directories that are NOT maintained, same
116            rules as F:. Files exclusions are tested before file matches.
117            Can be useful for excluding a specific subdirectory, for instance:
118            F:   net/
119            X:   net/ipv6/
120            matches all files in and below net excluding net/ipv6/
121         N: Files and directories *Regex* patterns.
122            N:   [^a-z]tegra     all files whose path contains tegra
123                                 (not including files like integrator)
124            One pattern per line.  Multiple N: lines acceptable.
125            scripts/get_maintainer.pl has different behavior for files that
126            match F: pattern and matches of N: patterns.  By default,
127            get_maintainer will not look at git log history when an F: pattern
128            match occurs.  When an N: match occurs, git log history is used
129            to also notify the people that have git commit signatures.
130         K: *Content regex* (perl extended) pattern match in a patch or file.
131            For instance:
132            K: of_get_profile
133               matches patches or files that contain "of_get_profile"
134            K: \b(printk|pr_(info|err))\b
135               matches patches or files that contain one or more of the words
136               printk, pr_info or pr_err
137            One regex pattern per line.  Multiple K: lines acceptable.
138
139 Maintainers List
140 ----------------
141
142 .. note:: When reading this list, please look for the most precise areas
143           first. When adding to this list, please keep the entries in
144           alphabetical order.
145
146 3C59X NETWORK DRIVER
147 M:      Steffen Klassert <klassert@kernel.org>
148 L:      netdev@vger.kernel.org
149 S:      Odd Fixes
150 F:      Documentation/networking/device_drivers/3com/vortex.rst
151 F:      drivers/net/ethernet/3com/3c59x.c
152
153 3CR990 NETWORK DRIVER
154 M:      David Dillow <dave@thedillows.org>
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/ethernet/3com/typhoon*
158
159 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
160 M:      Adam Radford <aradford@gmail.com>
161 L:      linux-scsi@vger.kernel.org
162 S:      Supported
163 W:      http://www.lsi.com
164 F:      drivers/scsi/3w-*
165
166 53C700 AND 53C700-66 SCSI DRIVER
167 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
168 L:      linux-scsi@vger.kernel.org
169 S:      Maintained
170 F:      drivers/scsi/53c700*
171
172 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
173 M:      Alexander Aring <alex.aring@gmail.com>
174 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
175 L:      linux-bluetooth@vger.kernel.org
176 L:      linux-wpan@vger.kernel.org
177 S:      Maintained
178 F:      Documentation/networking/6lowpan.rst
179 F:      include/net/6lowpan.h
180 F:      net/6lowpan/
181
182 6PACK NETWORK DRIVER FOR AX.25
183 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
184 L:      linux-hams@vger.kernel.org
185 S:      Maintained
186 F:      drivers/net/hamradio/6pack.c
187
188 802.11 (including CFG80211/NL80211)
189 M:      Johannes Berg <johannes@sipsolutions.net>
190 L:      linux-wireless@vger.kernel.org
191 S:      Maintained
192 W:      https://wireless.wiki.kernel.org/
193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
195 F:      Documentation/driver-api/80211/cfg80211.rst
196 F:      Documentation/networking/regulatory.rst
197 F:      include/linux/ieee80211.h
198 F:      include/net/cfg80211.h
199 F:      include/net/ieee80211_radiotap.h
200 F:      include/net/iw_handler.h
201 F:      include/net/wext.h
202 F:      include/uapi/linux/nl80211.h
203 F:      net/wireless/
204
205 8169 10/100/1000 GIGABIT ETHERNET DRIVER
206 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
207 M:      Heiner Kallweit <hkallweit1@gmail.com>
208 L:      netdev@vger.kernel.org
209 S:      Maintained
210 F:      drivers/net/ethernet/realtek/r8169*
211
212 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
213 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
214 L:      linux-serial@vger.kernel.org
215 S:      Maintained
216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
217 F:      drivers/tty/serial/8250*
218 F:      include/linux/serial_8250.h
219
220 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
221 L:      netdev@vger.kernel.org
222 S:      Orphan / Obsolete
223 F:      drivers/net/ethernet/8390/
224
225 9P FILE SYSTEM
226 M:      Eric Van Hensbergen <ericvh@gmail.com>
227 M:      Latchesar Ionkov <lucho@ionkov.net>
228 M:      Dominique Martinet <asmadeus@codewreck.org>
229 L:      v9fs-developer@lists.sourceforge.net
230 S:      Maintained
231 W:      http://swik.net/v9fs
232 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
234 T:      git git://github.com/martinetd/linux.git
235 F:      Documentation/filesystems/9p.rst
236 F:      fs/9p/
237 F:      include/net/9p/
238 F:      include/trace/events/9p.h
239 F:      include/uapi/linux/virtio_9p.h
240 F:      net/9p/
241
242 A8293 MEDIA DRIVER
243 M:      Antti Palosaari <crope@iki.fi>
244 L:      linux-media@vger.kernel.org
245 S:      Maintained
246 W:      https://linuxtv.org
247 W:      http://palosaari.fi/linux/
248 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
249 T:      git git://linuxtv.org/anttip/media_tree.git
250 F:      drivers/media/dvb-frontends/a8293*
251
252 AACRAID SCSI RAID DRIVER
253 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
254 L:      linux-scsi@vger.kernel.org
255 S:      Supported
256 W:      http://www.adaptec.com/
257 F:      Documentation/scsi/aacraid.rst
258 F:      drivers/scsi/aacraid/
259
260 ABI/API
261 L:      linux-api@vger.kernel.org
262 F:      include/linux/syscalls.h
263 F:      kernel/sys_ni.c
264
265 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
266 M:      Hans de Goede <hdegoede@redhat.com>
267 L:      linux-hwmon@vger.kernel.org
268 S:      Maintained
269 F:      drivers/hwmon/abituguru.c
270
271 ABIT UGURU 3 HARDWARE MONITOR DRIVER
272 M:      Alistair John Strachan <alistair@devzero.co.uk>
273 L:      linux-hwmon@vger.kernel.org
274 S:      Maintained
275 F:      drivers/hwmon/abituguru3.c
276
277 ACCES 104-DIO-48E GPIO DRIVER
278 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
279 L:      linux-gpio@vger.kernel.org
280 S:      Maintained
281 F:      drivers/gpio/gpio-104-dio-48e.c
282
283 ACCES 104-IDI-48 GPIO DRIVER
284 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
285 L:      linux-gpio@vger.kernel.org
286 S:      Maintained
287 F:      drivers/gpio/gpio-104-idi-48.c
288
289 ACCES 104-IDIO-16 GPIO DRIVER
290 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
291 L:      linux-gpio@vger.kernel.org
292 S:      Maintained
293 F:      drivers/gpio/gpio-104-idio-16.c
294
295 ACCES 104-QUAD-8 DRIVER
296 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
297 M:      Syed Nayyar Waris <syednwaris@gmail.com>
298 L:      linux-iio@vger.kernel.org
299 S:      Maintained
300 F:      Documentation/ABI/testing/sysfs-bus-counter-104-quad-8
301 F:      Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
302 F:      drivers/counter/104-quad-8.c
303
304 ACCES PCI-IDIO-16 GPIO DRIVER
305 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
306 L:      linux-gpio@vger.kernel.org
307 S:      Maintained
308 F:      drivers/gpio/gpio-pci-idio-16.c
309
310 ACCES PCIe-IDIO-24 GPIO DRIVER
311 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
312 L:      linux-gpio@vger.kernel.org
313 S:      Maintained
314 F:      drivers/gpio/gpio-pcie-idio-24.c
315
316 ACENIC DRIVER
317 M:      Jes Sorensen <jes@trained-monkey.org>
318 L:      linux-acenic@sunsite.dk
319 S:      Maintained
320 F:      drivers/net/ethernet/alteon/acenic*
321
322 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
323 M:      Peter Kaestle <peter@piie.net>
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Maintained
326 W:      http://piie.net/?section=acerhdf
327 F:      drivers/platform/x86/acerhdf.c
328
329 ACER WMI LAPTOP EXTRAS
330 M:      "Lee, Chun-Yi" <jlee@suse.com>
331 L:      platform-driver-x86@vger.kernel.org
332 S:      Maintained
333 F:      drivers/platform/x86/acer-wmi.c
334
335 ACPI
336 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
337 M:      Len Brown <lenb@kernel.org>
338 L:      linux-acpi@vger.kernel.org
339 S:      Supported
340 W:      https://01.org/linux-acpi
341 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
342 B:      https://bugzilla.kernel.org
343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
344 F:      Documentation/ABI/testing/configfs-acpi
345 F:      Documentation/ABI/testing/sysfs-bus-acpi
346 F:      Documentation/firmware-guide/acpi/
347 F:      drivers/acpi/
348 F:      drivers/pci/*/*acpi*
349 F:      drivers/pci/*acpi*
350 F:      drivers/pnp/pnpacpi/
351 F:      include/acpi/
352 F:      include/linux/acpi.h
353 F:      include/linux/fwnode.h
354 F:      tools/power/acpi/
355
356 ACPI APEI
357 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
358 M:      Len Brown <lenb@kernel.org>
359 R:      James Morse <james.morse@arm.com>
360 R:      Tony Luck <tony.luck@intel.com>
361 R:      Borislav Petkov <bp@alien8.de>
362 L:      linux-acpi@vger.kernel.org
363 F:      drivers/acpi/apei/
364
365 ACPI COMPONENT ARCHITECTURE (ACPICA)
366 M:      Robert Moore <robert.moore@intel.com>
367 M:      Erik Kaneda <erik.kaneda@intel.com>
368 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
369 L:      linux-acpi@vger.kernel.org
370 L:      devel@acpica.org
371 S:      Supported
372 W:      https://acpica.org/
373 W:      https://github.com/acpica/acpica/
374 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
375 B:      https://bugzilla.kernel.org
376 B:      https://bugs.acpica.org
377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
378 F:      drivers/acpi/acpica/
379 F:      include/acpi/
380 F:      tools/power/acpi/
381
382 ACPI FAN DRIVER
383 M:      Zhang Rui <rui.zhang@intel.com>
384 L:      linux-acpi@vger.kernel.org
385 S:      Supported
386 W:      https://01.org/linux-acpi
387 B:      https://bugzilla.kernel.org
388 F:      drivers/acpi/fan.c
389
390 ACPI FOR ARM64 (ACPI/arm64)
391 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
392 M:      Hanjun Guo <guohanjun@huawei.com>
393 M:      Sudeep Holla <sudeep.holla@arm.com>
394 L:      linux-acpi@vger.kernel.org
395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
396 S:      Maintained
397 F:      drivers/acpi/arm64
398
399 ACPI I2C MULTI INSTANTIATE DRIVER
400 M:      Hans de Goede <hdegoede@redhat.com>
401 L:      platform-driver-x86@vger.kernel.org
402 S:      Maintained
403 F:      drivers/platform/x86/i2c-multi-instantiate.c
404
405 ACPI PMIC DRIVERS
406 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
407 M:      Len Brown <lenb@kernel.org>
408 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
409 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
410 L:      linux-acpi@vger.kernel.org
411 S:      Supported
412 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
413 B:      https://bugzilla.kernel.org
414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
415 F:      drivers/acpi/pmic/
416
417 ACPI THERMAL DRIVER
418 M:      Zhang Rui <rui.zhang@intel.com>
419 L:      linux-acpi@vger.kernel.org
420 S:      Supported
421 W:      https://01.org/linux-acpi
422 B:      https://bugzilla.kernel.org
423 F:      drivers/acpi/*thermal*
424
425 ACPI VIDEO DRIVER
426 M:      Zhang Rui <rui.zhang@intel.com>
427 L:      linux-acpi@vger.kernel.org
428 S:      Supported
429 W:      https://01.org/linux-acpi
430 B:      https://bugzilla.kernel.org
431 F:      drivers/acpi/acpi_video.c
432
433 ACPI WMI DRIVER
434 L:      platform-driver-x86@vger.kernel.org
435 S:      Orphan
436 F:      drivers/platform/x86/wmi.c
437 F:      include/uapi/linux/wmi.h
438
439 AD1889 ALSA SOUND DRIVER
440 L:      linux-parisc@vger.kernel.org
441 S:      Maintained
442 W:      https://parisc.wiki.kernel.org/index.php/AD1889
443 F:      sound/pci/ad1889.*
444
445 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
446 M:      Michael Hennerich <michael.hennerich@analog.com>
447 S:      Supported
448 W:      http://wiki.analog.com/AD5254
449 W:      http://ez.analog.com/community/linux-device-drivers
450 F:      drivers/misc/ad525x_dpot.c
451
452 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
453 M:      Michael Hennerich <michael.hennerich@analog.com>
454 S:      Supported
455 W:      http://wiki.analog.com/AD5398
456 W:      http://ez.analog.com/community/linux-device-drivers
457 F:      drivers/regulator/ad5398.c
458
459 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
460 M:      Michael Hennerich <michael.hennerich@analog.com>
461 S:      Supported
462 W:      http://wiki.analog.com/AD7142
463 W:      http://ez.analog.com/community/linux-device-drivers
464 F:      drivers/input/misc/ad714x.c
465
466 AD7877 TOUCHSCREEN DRIVER
467 M:      Michael Hennerich <michael.hennerich@analog.com>
468 S:      Supported
469 W:      http://wiki.analog.com/AD7877
470 W:      http://ez.analog.com/community/linux-device-drivers
471 F:      drivers/input/touchscreen/ad7877.c
472
473 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
474 M:      Michael Hennerich <michael.hennerich@analog.com>
475 S:      Supported
476 W:      http://wiki.analog.com/AD7879
477 W:      http://ez.analog.com/community/linux-device-drivers
478 F:      drivers/input/touchscreen/ad7879.c
479
480 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
481 M:      Jiri Kosina <jikos@kernel.org>
482 S:      Maintained
483
484 ADF7242 IEEE 802.15.4 RADIO DRIVER
485 M:      Michael Hennerich <michael.hennerich@analog.com>
486 L:      linux-wpan@vger.kernel.org
487 S:      Supported
488 W:      https://wiki.analog.com/ADF7242
489 W:      http://ez.analog.com/community/linux-device-drivers
490 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
491 F:      drivers/net/ieee802154/adf7242.c
492
493 ADM1025 HARDWARE MONITOR DRIVER
494 M:      Jean Delvare <jdelvare@suse.com>
495 L:      linux-hwmon@vger.kernel.org
496 S:      Maintained
497 F:      Documentation/hwmon/adm1025.rst
498 F:      drivers/hwmon/adm1025.c
499
500 ADM1029 HARDWARE MONITOR DRIVER
501 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
502 L:      linux-hwmon@vger.kernel.org
503 S:      Maintained
504 F:      drivers/hwmon/adm1029.c
505
506 ADM8211 WIRELESS DRIVER
507 L:      linux-wireless@vger.kernel.org
508 S:      Orphan
509 W:      https://wireless.wiki.kernel.org/
510 F:      drivers/net/wireless/admtek/adm8211.*
511
512 ADP1653 FLASH CONTROLLER DRIVER
513 M:      Sakari Ailus <sakari.ailus@iki.fi>
514 L:      linux-media@vger.kernel.org
515 S:      Maintained
516 F:      drivers/media/i2c/adp1653.c
517 F:      include/media/i2c/adp1653.h
518
519 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
520 M:      Michael Hennerich <michael.hennerich@analog.com>
521 S:      Supported
522 W:      http://wiki.analog.com/ADP5520
523 W:      http://ez.analog.com/community/linux-device-drivers
524 F:      drivers/gpio/gpio-adp5520.c
525 F:      drivers/input/keyboard/adp5520-keys.c
526 F:      drivers/leds/leds-adp5520.c
527 F:      drivers/mfd/adp5520.c
528 F:      drivers/video/backlight/adp5520_bl.c
529
530 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
531 M:      Michael Hennerich <michael.hennerich@analog.com>
532 S:      Supported
533 W:      http://wiki.analog.com/ADP5588
534 W:      http://ez.analog.com/community/linux-device-drivers
535 F:      drivers/gpio/gpio-adp5588.c
536 F:      drivers/input/keyboard/adp5588-keys.c
537
538 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
539 M:      Michael Hennerich <michael.hennerich@analog.com>
540 S:      Supported
541 W:      http://wiki.analog.com/ADP8860
542 W:      http://ez.analog.com/community/linux-device-drivers
543 F:      drivers/video/backlight/adp8860_bl.c
544
545 ADT746X FAN DRIVER
546 M:      Colin Leroy <colin@colino.net>
547 S:      Maintained
548 F:      drivers/macintosh/therm_adt746x.c
549
550 ADT7475 HARDWARE MONITOR DRIVER
551 M:      Jean Delvare <jdelvare@suse.com>
552 L:      linux-hwmon@vger.kernel.org
553 S:      Maintained
554 F:      Documentation/hwmon/adt7475.rst
555 F:      drivers/hwmon/adt7475.c
556
557 ADVANSYS SCSI DRIVER
558 M:      Matthew Wilcox <willy@infradead.org>
559 M:      Hannes Reinecke <hare@suse.com>
560 L:      linux-scsi@vger.kernel.org
561 S:      Maintained
562 F:      Documentation/scsi/advansys.rst
563 F:      drivers/scsi/advansys.c
564
565 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
566 M:      Michael Hennerich <michael.hennerich@analog.com>
567 S:      Supported
568 W:      http://wiki.analog.com/ADXL345
569 W:      http://ez.analog.com/community/linux-device-drivers
570 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml
571 F:      drivers/input/misc/adxl34x.c
572
573 ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
574 M:      Michael Hennerich <michael.hennerich@analog.com>
575 S:      Supported
576 W:      http://ez.analog.com/community/linux-device-drivers
577 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml
578 F:      drivers/iio/accel/adxl372.c
579 F:      drivers/iio/accel/adxl372_i2c.c
580 F:      drivers/iio/accel/adxl372_spi.c
581
582 AF9013 MEDIA DRIVER
583 M:      Antti Palosaari <crope@iki.fi>
584 L:      linux-media@vger.kernel.org
585 S:      Maintained
586 W:      https://linuxtv.org
587 W:      http://palosaari.fi/linux/
588 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
589 T:      git git://linuxtv.org/anttip/media_tree.git
590 F:      drivers/media/dvb-frontends/af9013*
591
592 AF9033 MEDIA DRIVER
593 M:      Antti Palosaari <crope@iki.fi>
594 L:      linux-media@vger.kernel.org
595 S:      Maintained
596 W:      https://linuxtv.org
597 W:      http://palosaari.fi/linux/
598 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
599 T:      git git://linuxtv.org/anttip/media_tree.git
600 F:      drivers/media/dvb-frontends/af9033*
601
602 AFFS FILE SYSTEM
603 M:      David Sterba <dsterba@suse.com>
604 L:      linux-fsdevel@vger.kernel.org
605 S:      Odd Fixes
606 F:      Documentation/filesystems/affs.rst
607 F:      fs/affs/
608
609 AFS FILESYSTEM
610 M:      David Howells <dhowells@redhat.com>
611 L:      linux-afs@lists.infradead.org
612 S:      Supported
613 W:      https://www.infradead.org/~dhowells/kafs/
614 F:      Documentation/filesystems/afs.rst
615 F:      fs/afs/
616 F:      include/trace/events/afs.h
617
618 AGPGART DRIVER
619 M:      David Airlie <airlied@linux.ie>
620 S:      Maintained
621 T:      git git://anongit.freedesktop.org/drm/drm
622 F:      drivers/char/agp/
623 F:      include/linux/agp*
624 F:      include/uapi/linux/agp*
625
626 AHA152X SCSI DRIVER
627 M:      "Juergen E. Fischer" <fischer@norbit.de>
628 L:      linux-scsi@vger.kernel.org
629 S:      Maintained
630 F:      drivers/scsi/aha152x*
631 F:      drivers/scsi/pcmcia/aha152x*
632
633 AIC7XXX / AIC79XX SCSI DRIVER
634 M:      Hannes Reinecke <hare@suse.com>
635 L:      linux-scsi@vger.kernel.org
636 S:      Maintained
637 F:      drivers/scsi/aic7xxx/
638
639 AIMSLAB FM RADIO RECEIVER DRIVER
640 M:      Hans Verkuil <hverkuil@xs4all.nl>
641 L:      linux-media@vger.kernel.org
642 S:      Maintained
643 W:      https://linuxtv.org
644 T:      git git://linuxtv.org/media_tree.git
645 F:      drivers/media/radio/radio-aimslab*
646
647 AIO
648 M:      Benjamin LaHaise <bcrl@kvack.org>
649 L:      linux-aio@kvack.org
650 S:      Supported
651 F:      fs/aio.c
652 F:      include/linux/*aio*.h
653
654 AIRSPY MEDIA DRIVER
655 M:      Antti Palosaari <crope@iki.fi>
656 L:      linux-media@vger.kernel.org
657 S:      Maintained
658 W:      https://linuxtv.org
659 W:      http://palosaari.fi/linux/
660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
661 T:      git git://linuxtv.org/anttip/media_tree.git
662 F:      drivers/media/usb/airspy/
663
664 ALACRITECH GIGABIT ETHERNET DRIVER
665 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
666 S:      Maintained
667 F:      drivers/net/ethernet/alacritech/*
668
669 ALCATEL SPEEDTOUCH USB DRIVER
670 M:      Duncan Sands <duncan.sands@free.fr>
671 L:      linux-usb@vger.kernel.org
672 S:      Maintained
673 W:      http://www.linux-usb.org/SpeedTouch/
674 F:      drivers/usb/atm/speedtch.c
675 F:      drivers/usb/atm/usbatm.c
676
677 ALCHEMY AU1XX0 MMC DRIVER
678 M:      Manuel Lauss <manuel.lauss@gmail.com>
679 S:      Maintained
680 F:      drivers/mmc/host/au1xmmc.c
681
682 ALI1563 I2C DRIVER
683 M:      Rudolf Marek <r.marek@assembler.cz>
684 L:      linux-i2c@vger.kernel.org
685 S:      Maintained
686 F:      Documentation/i2c/busses/i2c-ali1563.rst
687 F:      drivers/i2c/busses/i2c-ali1563.c
688
689 ALL SENSORS DLH SERIES PRESSURE SENSORS DRIVER
690 M:      Tomislav Denis <tomislav.denis@avl.com>
691 L:      linux-iio@vger.kernel.org
692 S:      Maintained
693 W:      http://www.allsensors.com/
694 F:      Documentation/devicetree/bindings/iio/pressure/asc,dlhl60d.yaml
695 F:      drivers/iio/pressure/dlhl60d.c
696
697 ALLEGRO DVT VIDEO IP CORE DRIVER
698 M:      Michael Tretter <m.tretter@pengutronix.de>
699 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
700 L:      linux-media@vger.kernel.org
701 S:      Maintained
702 F:      drivers/staging/media/allegro-dvt/
703
704 ALLWINNER A10 CSI DRIVER
705 M:      Maxime Ripard <mripard@kernel.org>
706 L:      linux-media@vger.kernel.org
707 S:      Maintained
708 T:      git git://linuxtv.org/media_tree.git
709 F:      Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
710 F:      drivers/media/platform/sunxi/sun4i-csi/
711
712 ALLWINNER CPUFREQ DRIVER
713 M:      Yangtao Li <tiny.windzz@gmail.com>
714 L:      linux-pm@vger.kernel.org
715 S:      Maintained
716 F:      Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml
717 F:      drivers/cpufreq/sun50i-cpufreq-nvmem.c
718
719 ALLWINNER CRYPTO DRIVERS
720 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
721 L:      linux-crypto@vger.kernel.org
722 S:      Maintained
723 F:      drivers/crypto/allwinner/
724
725 ALLWINNER THERMAL DRIVER
726 M:      Vasily Khoruzhick <anarsoul@gmail.com>
727 M:      Yangtao Li <tiny.windzz@gmail.com>
728 L:      linux-pm@vger.kernel.org
729 S:      Maintained
730 F:      Documentation/devicetree/bindings/thermal/allwinner,sun8i-a83t-ths.yaml
731 F:      drivers/thermal/sun8i_thermal.c
732
733 ALLWINNER VPU DRIVER
734 M:      Maxime Ripard <mripard@kernel.org>
735 M:      Paul Kocialkowski <paul.kocialkowski@bootlin.com>
736 L:      linux-media@vger.kernel.org
737 S:      Maintained
738 F:      drivers/staging/media/sunxi/cedrus/
739
740 ALPHA PORT
741 M:      Richard Henderson <rth@twiddle.net>
742 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
743 M:      Matt Turner <mattst88@gmail.com>
744 L:      linux-alpha@vger.kernel.org
745 S:      Odd Fixes
746 F:      arch/alpha/
747
748 ALPS PS/2 TOUCHPAD DRIVER
749 R:      Pali Rohár <pali@kernel.org>
750 F:      drivers/input/mouse/alps.*
751
752 ALTERA I2C CONTROLLER DRIVER
753 M:      Thor Thayer <thor.thayer@linux.intel.com>
754 S:      Maintained
755 F:      Documentation/devicetree/bindings/i2c/i2c-altera.txt
756 F:      drivers/i2c/busses/i2c-altera.c
757
758 ALTERA MAILBOX DRIVER
759 M:      Ley Foon Tan <ley.foon.tan@intel.com>
760 S:      Maintained
761 F:      drivers/mailbox/mailbox-altera.c
762
763 ALTERA PIO DRIVER
764 M:      Joyce Ooi <joyce.ooi@intel.com>
765 L:      linux-gpio@vger.kernel.org
766 S:      Maintained
767 F:      drivers/gpio/gpio-altera.c
768
769 ALTERA SYSTEM MANAGER DRIVER
770 M:      Thor Thayer <thor.thayer@linux.intel.com>
771 S:      Maintained
772 F:      drivers/mfd/altera-sysmgr.c
773 F:      include/linux/mfd/altera-sysmgr.h
774
775 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
776 M:      Thor Thayer <thor.thayer@linux.intel.com>
777 S:      Maintained
778 F:      drivers/gpio/gpio-altera-a10sr.c
779 F:      drivers/mfd/altera-a10sr.c
780 F:      drivers/reset/reset-a10sr.c
781 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
782 F:      include/linux/mfd/altera-a10sr.h
783
784 ALTERA TRIPLE SPEED ETHERNET DRIVER
785 M:      Joyce Ooi <joyce.ooi@intel.com>
786 L:      netdev@vger.kernel.org
787 S:      Maintained
788 F:      drivers/net/ethernet/altera/
789
790 ALTERA UART/JTAG UART SERIAL DRIVERS
791 M:      Tobias Klauser <tklauser@distanz.ch>
792 L:      linux-serial@vger.kernel.org
793 S:      Maintained
794 F:      drivers/tty/serial/altera_jtaguart.c
795 F:      drivers/tty/serial/altera_uart.c
796 F:      include/linux/altera_jtaguart.h
797 F:      include/linux/altera_uart.h
798
799 AMAZON ANNAPURNA LABS FIC DRIVER
800 M:      Talel Shenhar <talel@amazon.com>
801 S:      Maintained
802 F:      Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
803 F:      drivers/irqchip/irq-al-fic.c
804
805 AMAZON ANNAPURNA LABS THERMAL MMIO DRIVER
806 M:      Talel Shenhar <talel@amazon.com>
807 S:      Maintained
808 F:      Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
809 F:      drivers/thermal/thermal_mmio.c
810
811 AMAZON ETHERNET DRIVERS
812 M:      Netanel Belgazal <netanel@amazon.com>
813 M:      Arthur Kiyanovski <akiyano@amazon.com>
814 R:      Guy Tzalik <gtzalik@amazon.com>
815 R:      Saeed Bishara <saeedb@amazon.com>
816 R:      Zorik Machulsky <zorik@amazon.com>
817 L:      netdev@vger.kernel.org
818 S:      Supported
819 F:      Documentation/networking/device_drivers/amazon/ena.rst
820 F:      drivers/net/ethernet/amazon/
821
822 AMAZON RDMA EFA DRIVER
823 M:      Gal Pressman <galpress@amazon.com>
824 R:      Yossi Leybovich <sleybo@amazon.com>
825 L:      linux-rdma@vger.kernel.org
826 S:      Supported
827 Q:      https://patchwork.kernel.org/project/linux-rdma/list/
828 F:      drivers/infiniband/hw/efa/
829 F:      include/uapi/rdma/efa-abi.h
830
831 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
832 M:      Tom Lendacky <thomas.lendacky@amd.com>
833 L:      linux-crypto@vger.kernel.org
834 S:      Supported
835 F:      drivers/crypto/ccp/
836 F:      include/linux/ccp.h
837
838 AMD DISPLAY CORE
839 M:      Harry Wentland <harry.wentland@amd.com>
840 M:      Leo Li <sunpeng.li@amd.com>
841 L:      amd-gfx@lists.freedesktop.org
842 S:      Supported
843 T:      git git://people.freedesktop.org/~agd5f/linux
844 F:      drivers/gpu/drm/amd/display/
845
846 AMD ENERGY DRIVER
847 M:      Naveen Krishna Chatradhi <nchatrad@amd.com>
848 L:      linux-hwmon@vger.kernel.org
849 S:      Maintained
850 F:      Documentation/hwmon/amd_energy.rst
851 F:      drivers/hwmon/amd_energy.c
852
853 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
854 M:      Huang Rui <ray.huang@amd.com>
855 L:      linux-hwmon@vger.kernel.org
856 S:      Supported
857 F:      Documentation/hwmon/fam15h_power.rst
858 F:      drivers/hwmon/fam15h_power.c
859
860 AMD FCH GPIO DRIVER
861 M:      Enrico Weigelt, metux IT consult <info@metux.net>
862 L:      linux-gpio@vger.kernel.org
863 S:      Maintained
864 F:      drivers/gpio/gpio-amd-fch.c
865 F:      include/linux/platform_data/gpio/gpio-amd-fch.h
866
867 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
868 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
869 S:      Orphan
870 F:      drivers/usb/gadget/udc/amd5536udc.*
871
872 AMD GEODE PROCESSOR/CHIPSET SUPPORT
873 M:      Andres Salomon <dilinger@queued.net>
874 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
875 S:      Supported
876 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
877 F:      arch/x86/include/asm/geode.h
878 F:      drivers/char/hw_random/geode-rng.c
879 F:      drivers/crypto/geode*
880 F:      drivers/video/fbdev/geode/
881
882 AMD IOMMU (AMD-VI)
883 M:      Joerg Roedel <joro@8bytes.org>
884 L:      iommu@lists.linux-foundation.org
885 S:      Maintained
886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
887 F:      drivers/iommu/amd/
888 F:      include/linux/amd-iommu.h
889
890 AMD KFD
891 M:      Felix Kuehling <Felix.Kuehling@amd.com>
892 L:      amd-gfx@lists.freedesktop.org
893 S:      Supported
894 T:      git git://people.freedesktop.org/~agd5f/linux
895 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd*.[ch]
896 F:      drivers/gpu/drm/amd/amdkfd/
897 F:      drivers/gpu/drm/amd/include/cik_structs.h
898 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
899 F:      drivers/gpu/drm/amd/include/v9_structs.h
900 F:      drivers/gpu/drm/amd/include/vi_structs.h
901 F:      include/uapi/linux/kfd_ioctl.h
902
903 AMD SPI DRIVER
904 M:      Sanjay R Mehta <sanju.mehta@amd.com>
905 S:      Maintained
906 F:      drivers/spi/spi-amd.c
907
908 AMD MP2 I2C DRIVER
909 M:      Elie Morisse <syniurge@gmail.com>
910 M:      Nehal Shah <nehal-bakulchandra.shah@amd.com>
911 M:      Shyam Sundar S K <shyam-sundar.s-k@amd.com>
912 L:      linux-i2c@vger.kernel.org
913 S:      Maintained
914 F:      drivers/i2c/busses/i2c-amd-mp2*
915
916 AMD POWERPLAY
917 M:      Evan Quan <evan.quan@amd.com>
918 L:      amd-gfx@lists.freedesktop.org
919 S:      Supported
920 T:      git git://people.freedesktop.org/~agd5f/linux
921 F:      drivers/gpu/drm/amd/powerplay/
922
923 AMD SEATTLE DEVICE TREE SUPPORT
924 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
925 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
926 M:      Tom Lendacky <thomas.lendacky@amd.com>
927 S:      Supported
928 F:      arch/arm64/boot/dts/amd/
929
930 AMD XGBE DRIVER
931 M:      Tom Lendacky <thomas.lendacky@amd.com>
932 L:      netdev@vger.kernel.org
933 S:      Supported
934 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
935 F:      drivers/net/ethernet/amd/xgbe/
936
937 ANALOG DEVICES INC AD5686 DRIVER
938 M:      Michael Hennerich <Michael.Hennerich@analog.com>
939 L:      linux-pm@vger.kernel.org
940 S:      Supported
941 W:      http://ez.analog.com/community/linux-device-drivers
942 F:      drivers/iio/dac/ad5686*
943 F:      drivers/iio/dac/ad5696*
944
945 ANALOG DEVICES INC AD5758 DRIVER
946 M:      Michael Hennerich <Michael.Hennerich@analog.com>
947 L:      linux-iio@vger.kernel.org
948 S:      Supported
949 W:      http://ez.analog.com/community/linux-device-drivers
950 F:      Documentation/devicetree/bindings/iio/dac/ad5758.txt
951 F:      drivers/iio/dac/ad5758.c
952
953 ANALOG DEVICES INC AD7091R5 DRIVER
954 M:      Beniamin Bia <beniamin.bia@analog.com>
955 L:      linux-iio@vger.kernel.org
956 S:      Supported
957 W:      http://ez.analog.com/community/linux-device-drivers
958 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7091r5.yaml
959 F:      drivers/iio/adc/ad7091r5.c
960
961 ANALOG DEVICES INC AD7124 DRIVER
962 M:      Michael Hennerich <Michael.Hennerich@analog.com>
963 L:      linux-iio@vger.kernel.org
964 S:      Supported
965 W:      http://ez.analog.com/community/linux-device-drivers
966 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7124.yaml
967 F:      drivers/iio/adc/ad7124.c
968
969 ANALOG DEVICES INC AD7192 DRIVER
970 M:      Alexandru Tachici <alexandru.tachici@analog.com>
971 L:      linux-iio@vger.kernel.org
972 S:      Supported
973 W:      http://ez.analog.com/community/linux-device-drivers
974 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
975 F:      drivers/iio/adc/ad7192.c
976
977 ANALOG DEVICES INC AD7292 DRIVER
978 M:      Marcelo Schmitt <marcelo.schmitt1@gmail.com>
979 L:      linux-iio@vger.kernel.org
980 S:      Supported
981 W:      http://ez.analog.com/community/linux-device-drivers
982 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
983 F:      drivers/iio/adc/ad7292.c
984
985 ANALOG DEVICES INC AD7606 DRIVER
986 M:      Michael Hennerich <Michael.Hennerich@analog.com>
987 M:      Beniamin Bia <beniamin.bia@analog.com>
988 L:      linux-iio@vger.kernel.org
989 S:      Supported
990 W:      http://ez.analog.com/community/linux-device-drivers
991 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
992 F:      drivers/iio/adc/ad7606.c
993
994 ANALOG DEVICES INC AD7768-1 DRIVER
995 M:      Michael Hennerich <Michael.Hennerich@analog.com>
996 L:      linux-iio@vger.kernel.org
997 S:      Supported
998 W:      http://ez.analog.com/community/linux-device-drivers
999 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.txt
1000 F:      drivers/iio/adc/ad7768-1.c
1001
1002 ANALOG DEVICES INC AD7780 DRIVER
1003 M:      Michael Hennerich <Michael.Hennerich@analog.com>
1004 M:      Renato Lui Geh <renatogeh@gmail.com>
1005 L:      linux-iio@vger.kernel.org
1006 S:      Supported
1007 W:      http://ez.analog.com/community/linux-device-drivers
1008 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml
1009 F:      drivers/iio/adc/ad7780.c
1010
1011 ANALOG DEVICES INC AD9389B DRIVER
1012 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
1013 L:      linux-media@vger.kernel.org
1014 S:      Maintained
1015 F:      drivers/media/i2c/ad9389b*
1016
1017 ANALOG DEVICES INC ADGS1408 DRIVER
1018 M:      Mircea Caprioru <mircea.caprioru@analog.com>
1019 S:      Supported
1020 F:      Documentation/devicetree/bindings/mux/adi,adgs1408.txt
1021 F:      drivers/mux/adgs1408.c
1022
1023 ANALOG DEVICES INC ADIN DRIVER
1024 M:      Alexandru Ardelean <alexaundru.ardelean@analog.com>
1025 L:      netdev@vger.kernel.org
1026 S:      Supported
1027 W:      http://ez.analog.com/community/linux-device-drivers
1028 F:      Documentation/devicetree/bindings/net/adi,adin.yaml
1029 F:      drivers/net/phy/adin.c
1030
1031 ANALOG DEVICES INC ADIS DRIVER LIBRARY
1032 M:      Alexandru Ardelean <alexandru.ardelean@analog.com>
1033 L:      linux-iio@vger.kernel.org
1034 S:      Supported
1035 F:      drivers/iio/imu/adis.c
1036 F:      include/linux/iio/imu/adis.h
1037
1038 ANALOG DEVICES INC ADIS16460 DRIVER
1039 M:      Dragos Bogdan <dragos.bogdan@analog.com>
1040 L:      linux-iio@vger.kernel.org
1041 S:      Supported
1042 W:      http://ez.analog.com/community/linux-device-drivers
1043 F:      Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml
1044 F:      drivers/iio/imu/adis16460.c
1045
1046 ANALOG DEVICES INC ADIS16475 DRIVER
1047 M:      Nuno Sa <nuno.sa@analog.com>
1048 L:      linux-iio@vger.kernel.org
1049 W:      http://ez.analog.com/community/linux-device-drivers
1050 S:      Supported
1051 F:      drivers/iio/imu/adis16475.c
1052 F:      Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml
1053
1054 ANALOG DEVICES INC ADM1177 DRIVER
1055 M:      Beniamin Bia <beniamin.bia@analog.com>
1056 M:      Michael Hennerich <Michael.Hennerich@analog.com>
1057 L:      linux-hwmon@vger.kernel.org
1058 S:      Supported
1059 W:      http://ez.analog.com/community/linux-device-drivers
1060 F:      Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml
1061 F:      drivers/hwmon/adm1177.c
1062
1063 ANALOG DEVICES INC ADP5061 DRIVER
1064 M:      Michael Hennerich <Michael.Hennerich@analog.com>
1065 L:      linux-pm@vger.kernel.org
1066 S:      Supported
1067 W:      http://ez.analog.com/community/linux-device-drivers
1068 F:      drivers/power/supply/adp5061.c
1069
1070 ANALOG DEVICES INC ADV7180 DRIVER
1071 M:      Lars-Peter Clausen <lars@metafoo.de>
1072 L:      linux-media@vger.kernel.org
1073 S:      Supported
1074 W:      http://ez.analog.com/community/linux-device-drivers
1075 F:      drivers/media/i2c/adv7180.c
1076
1077 ANALOG DEVICES INC ADV748X DRIVER
1078 M:      Kieran Bingham <kieran.bingham@ideasonboard.com>
1079 L:      linux-media@vger.kernel.org
1080 S:      Maintained
1081 F:      drivers/media/i2c/adv748x/*
1082
1083 ANALOG DEVICES INC ADV7511 DRIVER
1084 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
1085 L:      linux-media@vger.kernel.org
1086 S:      Maintained
1087 F:      drivers/media/i2c/adv7511*
1088
1089 ANALOG DEVICES INC ADV7604 DRIVER
1090 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
1091 L:      linux-media@vger.kernel.org
1092 S:      Maintained
1093 F:      drivers/media/i2c/adv7604*
1094
1095 ANALOG DEVICES INC ADV7842 DRIVER
1096 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
1097 L:      linux-media@vger.kernel.org
1098 S:      Maintained
1099 F:      drivers/media/i2c/adv7842*
1100
1101 ANALOG DEVICES INC ASOC CODEC DRIVERS
1102 M:      Lars-Peter Clausen <lars@metafoo.de>
1103 M:      Nuno Sá <nuno.sa@analog.com>
1104 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1105 S:      Supported
1106 W:      http://wiki.analog.com/
1107 W:      http://ez.analog.com/community/linux-device-drivers
1108 F:      sound/soc/codecs/ad1*
1109 F:      sound/soc/codecs/ad7*
1110 F:      sound/soc/codecs/adau*
1111 F:      sound/soc/codecs/adav*
1112 F:      sound/soc/codecs/sigmadsp.*
1113 F:      sound/soc/codecs/ssm*
1114
1115 ANALOG DEVICES INC DMA DRIVERS
1116 M:      Lars-Peter Clausen <lars@metafoo.de>
1117 S:      Supported
1118 W:      http://ez.analog.com/community/linux-device-drivers
1119 F:      drivers/dma/dma-axi-dmac.c
1120
1121 ANALOG DEVICES INC HMC425A DRIVER
1122 M:      Beniamin Bia <beniamin.bia@analog.com>
1123 M:      Michael Hennerich <michael.hennerich@analog.com>
1124 L:      linux-iio@vger.kernel.org
1125 S:      Supported
1126 W:      http://ez.analog.com/community/linux-device-drivers
1127 F:      Documentation/devicetree/bindings/iio/amplifiers/adi,hmc425a.yaml
1128 F:      drivers/iio/amplifiers/hmc425a.c
1129
1130 ANALOG DEVICES INC IIO DRIVERS
1131 M:      Lars-Peter Clausen <lars@metafoo.de>
1132 M:      Michael Hennerich <Michael.Hennerich@analog.com>
1133 S:      Supported
1134 W:      http://wiki.analog.com/
1135 W:      http://ez.analog.com/community/linux-device-drivers
1136 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
1137 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
1138 F:      drivers/iio/*/ad*
1139 F:      drivers/iio/adc/ltc249*
1140 F:      drivers/staging/iio/*/ad*
1141 X:      drivers/iio/*/adjd*
1142
1143 ANALOGBITS PLL LIBRARIES
1144 M:      Paul Walmsley <paul.walmsley@sifive.com>
1145 S:      Supported
1146 F:      drivers/clk/analogbits/*
1147 F:      include/linux/clk/analogbits*
1148
1149 ANDES ARCHITECTURE
1150 M:      Nick Hu <nickhu@andestech.com>
1151 M:      Greentime Hu <green.hu@gmail.com>
1152 M:      Vincent Chen <deanbo422@gmail.com>
1153 S:      Supported
1154 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/greentime/linux.git
1155 F:      Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
1156 F:      Documentation/devicetree/bindings/nds32/
1157 F:      arch/nds32/
1158 N:      nds32
1159 K:      nds32
1160
1161 ANDROID CONFIG FRAGMENTS
1162 M:      Rob Herring <robh@kernel.org>
1163 S:      Supported
1164 F:      kernel/configs/android*
1165
1166 ANDROID DRIVERS
1167 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1168 M:      Arve Hjønnevåg <arve@android.com>
1169 M:      Todd Kjos <tkjos@android.com>
1170 M:      Martijn Coenen <maco@android.com>
1171 M:      Joel Fernandes <joel@joelfernandes.org>
1172 M:      Christian Brauner <christian@brauner.io>
1173 L:      devel@driverdev.osuosl.org
1174 S:      Supported
1175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1176 F:      drivers/android/
1177 F:      drivers/staging/android/
1178
1179 ANDROID GOLDFISH PIC DRIVER
1180 M:      Miodrag Dinic <miodrag.dinic@mips.com>
1181 S:      Supported
1182 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
1183 F:      drivers/irqchip/irq-goldfish-pic.c
1184
1185 ANDROID GOLDFISH RTC DRIVER
1186 M:      Miodrag Dinic <miodrag.dinic@mips.com>
1187 S:      Supported
1188 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
1189 F:      drivers/rtc/rtc-goldfish.c
1190
1191 ANDROID ION DRIVER
1192 M:      Laura Abbott <labbott@redhat.com>
1193 M:      Sumit Semwal <sumit.semwal@linaro.org>
1194 L:      devel@driverdev.osuosl.org
1195 L:      dri-devel@lists.freedesktop.org
1196 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
1197 S:      Supported
1198 F:      drivers/staging/android/ion
1199 F:      drivers/staging/android/uapi/ion.h
1200
1201 AOA (Apple Onboard Audio) ALSA DRIVER
1202 M:      Johannes Berg <johannes@sipsolutions.net>
1203 L:      linuxppc-dev@lists.ozlabs.org
1204 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1205 S:      Maintained
1206 F:      sound/aoa/
1207
1208 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
1209 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
1210 L:      linux-iio@vger.kernel.org
1211 S:      Maintained
1212 F:      drivers/iio/adc/stx104.c
1213
1214 APM DRIVER
1215 M:      Jiri Kosina <jikos@kernel.org>
1216 S:      Odd fixes
1217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
1218 F:      arch/x86/kernel/apm_32.c
1219 F:      drivers/char/apm-emulation.c
1220 F:      include/linux/apm_bios.h
1221 F:      include/uapi/linux/apm_bios.h
1222
1223 APPARMOR SECURITY MODULE
1224 M:      John Johansen <john.johansen@canonical.com>
1225 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
1226 S:      Supported
1227 W:      wiki.apparmor.net
1228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
1229 F:      Documentation/admin-guide/LSM/apparmor.rst
1230 F:      security/apparmor/
1231
1232 APPLE BCM5974 MULTITOUCH DRIVER
1233 M:      Henrik Rydberg <rydberg@bitmath.org>
1234 L:      linux-input@vger.kernel.org
1235 S:      Odd fixes
1236 F:      drivers/input/mouse/bcm5974.c
1237
1238 APPLE SMC DRIVER
1239 M:      Henrik Rydberg <rydberg@bitmath.org>
1240 L:      linux-hwmon@vger.kernel.org
1241 S:      Odd fixes
1242 F:      drivers/hwmon/applesmc.c
1243
1244 APPLETALK NETWORK LAYER
1245 L:      netdev@vger.kernel.org
1246 S:      Odd fixes
1247 F:      drivers/net/appletalk/
1248 F:      include/linux/atalk.h
1249 F:      include/uapi/linux/atalk.h
1250 F:      net/appletalk/
1251
1252 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1253 M:      Khuong Dinh <khuong@os.amperecomputing.com>
1254 S:      Supported
1255 F:      arch/arm64/boot/dts/apm/
1256
1257 APPLIED MICRO (APM) X-GENE SOC EDAC
1258 M:      Khuong Dinh <khuong@os.amperecomputing.com>
1259 S:      Supported
1260 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1261 F:      drivers/edac/xgene_edac.c
1262
1263 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1264 M:      Iyappan Subramanian <iyappan@os.amperecomputing.com>
1265 M:      Keyur Chudgar <keyur@os.amperecomputing.com>
1266 S:      Supported
1267 F:      drivers/net/ethernet/apm/xgene-v2/
1268
1269 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1270 M:      Iyappan Subramanian <iyappan@os.amperecomputing.com>
1271 M:      Keyur Chudgar <keyur@os.amperecomputing.com>
1272 M:      Quan Nguyen <quan@os.amperecomputing.com>
1273 S:      Supported
1274 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1275 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1276 F:      drivers/net/ethernet/apm/xgene/
1277 F:      drivers/net/phy/mdio-xgene.c
1278
1279 APPLIED MICRO (APM) X-GENE SOC PMU
1280 M:      Khuong Dinh <khuong@os.amperecomputing.com>
1281 S:      Supported
1282 F:      Documentation/admin-guide/perf/xgene-pmu.rst
1283 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1284 F:      drivers/perf/xgene_pmu.c
1285
1286 APTINA CAMERA SENSOR PLL
1287 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1288 L:      linux-media@vger.kernel.org
1289 S:      Maintained
1290 F:      drivers/media/i2c/aptina-pll.*
1291
1292 AQUANTIA ETHERNET DRIVER (atlantic)
1293 M:      Igor Russkikh <irusskikh@marvell.com>
1294 L:      netdev@vger.kernel.org
1295 S:      Supported
1296 W:      https://www.marvell.com/
1297 Q:      http://patchwork.ozlabs.org/project/netdev/list/
1298 F:      Documentation/networking/device_drivers/aquantia/atlantic.rst
1299 F:      drivers/net/ethernet/aquantia/atlantic/
1300
1301 AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM
1302 M:      Egor Pomozov <epomozov@marvell.com>
1303 L:      netdev@vger.kernel.org
1304 S:      Supported
1305 W:      http://www.aquantia.com
1306 F:      drivers/net/ethernet/aquantia/atlantic/aq_ptp*
1307
1308 ARASAN NAND CONTROLLER DRIVER
1309 M:      Naga Sureshkumar Relli <nagasure@xilinx.com>
1310 L:      linux-mtd@lists.infradead.org
1311 S:      Maintained
1312 F:      Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
1313 F:      drivers/mtd/nand/raw/arasan-nand-controller.c
1314
1315 ARC FRAMEBUFFER DRIVER
1316 M:      Jaya Kumar <jayalk@intworks.biz>
1317 S:      Maintained
1318 F:      drivers/video/fbdev/arcfb.c
1319 F:      drivers/video/fbdev/core/fb_defio.c
1320
1321 ARC PGU DRM DRIVER
1322 M:      Alexey Brodkin <abrodkin@synopsys.com>
1323 S:      Supported
1324 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
1325 F:      drivers/gpu/drm/arc/
1326
1327 ARCNET NETWORK LAYER
1328 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
1329 L:      netdev@vger.kernel.org
1330 S:      Maintained
1331 F:      drivers/net/arcnet/
1332 F:      include/uapi/linux/if_arcnet.h
1333
1334 ARM ARCHITECTED TIMER DRIVER
1335 M:      Mark Rutland <mark.rutland@arm.com>
1336 M:      Marc Zyngier <maz@kernel.org>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 S:      Maintained
1339 F:      arch/arm/include/asm/arch_timer.h
1340 F:      arch/arm64/include/asm/arch_timer.h
1341 F:      drivers/clocksource/arm_arch_timer.c
1342
1343 ARM HDLCD DRM DRIVER
1344 M:      Liviu Dudau <liviu.dudau@arm.com>
1345 S:      Supported
1346 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
1347 F:      drivers/gpu/drm/arm/hdlcd_*
1348
1349 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1350 M:      Linus Walleij <linus.walleij@linaro.org>
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 S:      Maintained
1353 F:      Documentation/devicetree/bindings/arm/arm,integrator.yaml
1354 F:      Documentation/devicetree/bindings/arm/arm,realview.yaml
1355 F:      Documentation/devicetree/bindings/arm/arm,versatile.yaml
1356 F:      Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
1357 F:      Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1358 F:      Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
1359 F:      Documentation/devicetree/bindings/i2c/i2c-versatile.txt
1360 F:      Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1361 F:      Documentation/devicetree/bindings/mtd/arm-versatile.txt
1362 F:      arch/arm/boot/dts/arm-realview-*
1363 F:      arch/arm/boot/dts/integrator*
1364 F:      arch/arm/boot/dts/versatile*
1365 F:      arch/arm/mach-integrator/
1366 F:      arch/arm/mach-realview/
1367 F:      arch/arm/mach-versatile/
1368 F:      arch/arm/plat-versatile/
1369 F:      drivers/bus/arm-integrator-lm.c
1370 F:      drivers/clk/versatile/
1371 F:      drivers/i2c/busses/i2c-versatile.c
1372 F:      drivers/irqchip/irq-versatile-fpga.c
1373 F:      drivers/mtd/maps/physmap-versatile.*
1374 F:      drivers/power/reset/arm-versatile-reboot.c
1375 F:      drivers/soc/versatile/
1376
1377 ARM KOMEDA DRM-KMS DRIVER
1378 M:      James (Qian) Wang <james.qian.wang@arm.com>
1379 M:      Liviu Dudau <liviu.dudau@arm.com>
1380 M:      Mihail Atanassov <mihail.atanassov@arm.com>
1381 L:      Mali DP Maintainers <malidp@foss.arm.com>
1382 S:      Supported
1383 T:      git git://anongit.freedesktop.org/drm/drm-misc
1384 F:      Documentation/devicetree/bindings/display/arm,komeda.txt
1385 F:      Documentation/gpu/komeda-kms.rst
1386 F:      drivers/gpu/drm/arm/display/include/
1387 F:      drivers/gpu/drm/arm/display/komeda/
1388
1389 ARM MALI PANFROST DRM DRIVER
1390 M:      Rob Herring <robh@kernel.org>
1391 M:      Tomeu Vizoso <tomeu.vizoso@collabora.com>
1392 R:      Steven Price <steven.price@arm.com>
1393 R:      Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
1394 L:      dri-devel@lists.freedesktop.org
1395 S:      Supported
1396 T:      git git://anongit.freedesktop.org/drm/drm-misc
1397 F:      drivers/gpu/drm/panfrost/
1398 F:      include/uapi/drm/panfrost_drm.h
1399
1400 ARM MALI-DP DRM DRIVER
1401 M:      Liviu Dudau <liviu.dudau@arm.com>
1402 M:      Brian Starkey <brian.starkey@arm.com>
1403 L:      Mali DP Maintainers <malidp@foss.arm.com>
1404 S:      Supported
1405 T:      git git://anongit.freedesktop.org/drm/drm-misc
1406 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
1407 F:      Documentation/gpu/afbc.rst
1408 F:      drivers/gpu/drm/arm/
1409
1410 ARM MFM AND FLOPPY DRIVERS
1411 M:      Ian Molton <spyro@f2s.com>
1412 S:      Maintained
1413 F:      arch/arm/include/asm/floppy.h
1414 F:      arch/arm/mach-rpc/floppydma.S
1415
1416 ARM PMU PROFILING AND DEBUGGING
1417 M:      Will Deacon <will@kernel.org>
1418 M:      Mark Rutland <mark.rutland@arm.com>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 S:      Maintained
1421 F:      Documentation/devicetree/bindings/arm/pmu.yaml
1422 F:      Documentation/devicetree/bindings/perf/
1423 F:      arch/arm*/include/asm/hw_breakpoint.h
1424 F:      arch/arm*/include/asm/perf_event.h
1425 F:      arch/arm*/kernel/hw_breakpoint.c
1426 F:      arch/arm*/kernel/perf_*
1427 F:      arch/arm/oprofile/common.c
1428 F:      drivers/perf/
1429 F:      include/linux/perf/arm_pmu.h
1430
1431 ARM PORT
1432 M:      Russell King <linux@armlinux.org.uk>
1433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 S:      Odd Fixes
1435 W:      http://www.armlinux.org.uk/
1436 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1437 F:      arch/arm/
1438 X:      arch/arm/boot/dts/
1439
1440 ARM PRIMECELL AACI PL041 DRIVER
1441 M:      Russell King <linux@armlinux.org.uk>
1442 S:      Odd Fixes
1443 F:      sound/arm/aaci.*
1444
1445 ARM PRIMECELL BUS SUPPORT
1446 M:      Russell King <linux@armlinux.org.uk>
1447 S:      Odd Fixes
1448 F:      drivers/amba/
1449 F:      include/linux/amba/bus.h
1450
1451 ARM PRIMECELL KMI PL050 DRIVER
1452 M:      Russell King <linux@armlinux.org.uk>
1453 S:      Odd Fixes
1454 F:      drivers/input/serio/ambakmi.*
1455 F:      include/linux/amba/kmi.h
1456
1457 ARM PRIMECELL MMCI PL180/1 DRIVER
1458 M:      Russell King <linux@armlinux.org.uk>
1459 S:      Odd Fixes
1460 F:      drivers/mmc/host/mmci.*
1461 F:      include/linux/amba/mmci.h
1462
1463 ARM PRIMECELL SSP PL022 SPI DRIVER
1464 M:      Linus Walleij <linus.walleij@linaro.org>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S:      Maintained
1467 F:      Documentation/devicetree/bindings/spi/spi-pl022.yaml
1468 F:      drivers/spi/spi-pl022.c
1469
1470 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1471 M:      Russell King <linux@armlinux.org.uk>
1472 S:      Odd Fixes
1473 F:      drivers/tty/serial/amba-pl01*.c
1474 F:      include/linux/amba/serial.h
1475
1476 ARM PRIMECELL VIC PL190/PL192 DRIVER
1477 M:      Linus Walleij <linus.walleij@linaro.org>
1478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1479 S:      Maintained
1480 F:      Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1481 F:      drivers/irqchip/irq-vic.c
1482
1483 ARM SMC WATCHDOG DRIVER
1484 M:      Julius Werner <jwerner@chromium.org>
1485 R:      Evan Benn <evanbenn@chromium.org>
1486 S:      Maintained
1487 F:      devicetree/bindings/watchdog/arm-smc-wdt.yaml
1488 F:      drivers/watchdog/arm_smc_wdt.c
1489
1490 ARM SMMU DRIVERS
1491 M:      Will Deacon <will@kernel.org>
1492 R:      Robin Murphy <robin.murphy@arm.com>
1493 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1494 S:      Maintained
1495 F:      Documentation/devicetree/bindings/iommu/arm,smmu*
1496 F:      drivers/iommu/arm-smmu*
1497 F:      drivers/iommu/io-pgtable-arm-v7s.c
1498 F:      drivers/iommu/io-pgtable-arm.c
1499
1500 ARM SUB-ARCHITECTURES
1501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 S:      Maintained
1503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1504 F:      arch/arm/mach-*/
1505 F:      arch/arm/plat-*/
1506
1507 ARM/ACTIONS SEMI ARCHITECTURE
1508 M:      Andreas Färber <afaerber@suse.de>
1509 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 S:      Maintained
1512 F:      Documentation/devicetree/bindings/arm/actions.yaml
1513 F:      Documentation/devicetree/bindings/clock/actions,owl-cmu.txt
1514 F:      Documentation/devicetree/bindings/dma/owl-dma.txt
1515 F:      Documentation/devicetree/bindings/i2c/i2c-owl.txt
1516 F:      Documentation/devicetree/bindings/mmc/owl-mmc.yaml
1517 F:      Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1518 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1519 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1520 F:      arch/arm/boot/dts/owl-*
1521 F:      arch/arm/mach-actions/
1522 F:      arch/arm64/boot/dts/actions/
1523 F:      drivers/clk/actions/
1524 F:      drivers/clocksource/timer-owl*
1525 F:      drivers/dma/owl-dma.c
1526 F:      drivers/i2c/busses/i2c-owl.c
1527 F:      drivers/mmc/host/owl-mmc.c
1528 F:      drivers/pinctrl/actions/*
1529 F:      drivers/soc/actions/
1530 F:      include/dt-bindings/power/owl-*
1531 F:      include/linux/soc/actions/
1532 N:      owl
1533
1534 ARM/ADS SPHERE 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/AFEB9260 MACHINE SUPPORT
1540 M:      Sergey Lapin <slapin@ossfans.org>
1541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 S:      Maintained
1543
1544 ARM/AJECO 1ARM MACHINE SUPPORT
1545 M:      Lennert Buytenhek <kernel@wantstofly.org>
1546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1547 S:      Maintained
1548
1549 ARM/Allwinner SoC Clock Support
1550 M:      Emilio López <emilio@elopez.com.ar>
1551 S:      Maintained
1552 F:      drivers/clk/sunxi/
1553
1554 ARM/Allwinner sunXi SoC support
1555 M:      Maxime Ripard <mripard@kernel.org>
1556 M:      Chen-Yu Tsai <wens@csie.org>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 S:      Maintained
1559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1560 F:      arch/arm/mach-sunxi/
1561 F:      arch/arm64/boot/dts/allwinner/
1562 F:      drivers/clk/sunxi-ng/
1563 F:      drivers/pinctrl/sunxi/
1564 F:      drivers/soc/sunxi/
1565 N:      sun[x456789]i
1566 N:      sun50i
1567
1568 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1569 M:      Neil Armstrong <narmstrong@baylibre.com>
1570 M:      Jerome Brunet <jbrunet@baylibre.com>
1571 L:      linux-amlogic@lists.infradead.org
1572 S:      Maintained
1573 F:      Documentation/devicetree/bindings/clock/amlogic*
1574 F:      drivers/clk/meson/
1575 F:      include/dt-bindings/clock/gxbb*
1576 F:      include/dt-bindings/clock/meson*
1577
1578 ARM/Amlogic Meson SoC Crypto Drivers
1579 M:      Corentin Labbe <clabbe@baylibre.com>
1580 L:      linux-crypto@vger.kernel.org
1581 L:      linux-amlogic@lists.infradead.org
1582 S:      Maintained
1583 F:      Documentation/devicetree/bindings/crypto/amlogic*
1584 F:      drivers/crypto/amlogic/
1585
1586 ARM/Amlogic Meson SoC Sound Drivers
1587 M:      Jerome Brunet <jbrunet@baylibre.com>
1588 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1589 S:      Maintained
1590 F:      Documentation/devicetree/bindings/sound/amlogic*
1591 F:      sound/soc/meson/
1592
1593 ARM/Amlogic Meson SoC support
1594 M:      Kevin Hilman <khilman@baylibre.com>
1595 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1596 L:      linux-amlogic@lists.infradead.org
1597 S:      Maintained
1598 W:      http://linux-meson.com/
1599 F:      arch/arm/boot/dts/meson*
1600 F:      arch/arm/mach-meson/
1601 F:      arch/arm64/boot/dts/amlogic/
1602 F:      drivers/mmc/host/meson*
1603 F:      drivers/pinctrl/meson/
1604 F:      drivers/rtc/rtc-meson*
1605 F:      drivers/soc/amlogic/
1606 N:      meson
1607
1608 ARM/Annapurna Labs ALPINE ARCHITECTURE
1609 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1610 M:      Antoine Tenart <antoine.tenart@bootlin.com>
1611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612 S:      Maintained
1613 F:      arch/arm/boot/dts/alpine*
1614 F:      arch/arm/mach-alpine/
1615 F:      arch/arm64/boot/dts/al/
1616 F:      drivers/*/*alpine*
1617
1618 ARM/ARTPEC MACHINE SUPPORT
1619 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1620 M:      Lars Persson <lars.persson@axis.com>
1621 L:      linux-arm-kernel@axis.com
1622 S:      Maintained
1623 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1624 F:      arch/arm/boot/dts/artpec6*
1625 F:      arch/arm/mach-artpec
1626 F:      drivers/clk/axis
1627 F:      drivers/crypto/axis
1628 F:      drivers/mmc/host/usdhi6rol0.c
1629 F:      drivers/pinctrl/pinctrl-artpec*
1630
1631 ARM/ASPEED I2C DRIVER
1632 M:      Brendan Higgins <brendanhiggins@google.com>
1633 R:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
1634 R:      Joel Stanley <joel@jms.id.au>
1635 L:      linux-i2c@vger.kernel.org
1636 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1637 S:      Maintained
1638 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1639 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1640 F:      drivers/i2c/busses/i2c-aspeed.c
1641 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1642
1643 ARM/ASPEED MACHINE SUPPORT
1644 M:      Joel Stanley <joel@jms.id.au>
1645 R:      Andrew Jeffery <andrew@aj.id.au>
1646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1648 S:      Supported
1649 Q:      https://patchwork.ozlabs.org/project/linux-aspeed/list/
1650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1651 F:      arch/arm/boot/dts/aspeed-*
1652 F:      arch/arm/mach-aspeed/
1653 N:      aspeed
1654
1655 ARM/BITMAIN ARCHITECTURE
1656 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S:      Maintained
1659 F:      Documentation/devicetree/bindings/arm/bitmain.yaml
1660 F:      Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml
1661 F:      Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt
1662 F:      arch/arm64/boot/dts/bitmain/
1663 F:      drivers/clk/clk-bm1880.c
1664 F:      drivers/pinctrl/pinctrl-bm1880.c
1665
1666 ARM/CALXEDA HIGHBANK ARCHITECTURE
1667 M:      Andre Przywara <andre.przywara@arm.com>
1668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1669 S:      Maintained
1670 F:      arch/arm/boot/dts/ecx-*.dts*
1671 F:      arch/arm/boot/dts/highbank.dts
1672 F:      arch/arm/mach-highbank/
1673
1674 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1675 M:      Krzysztof Halasa <khalasa@piap.pl>
1676 S:      Maintained
1677 F:      arch/arm/mach-cns3xxx/
1678
1679 ARM/CAVIUM THUNDER NETWORK DRIVER
1680 M:      Sunil Goutham <sgoutham@marvell.com>
1681 M:      Robert Richter <rrichter@marvell.com>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Supported
1684 F:      drivers/net/ethernet/cavium/thunder/
1685
1686 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1687 M:      Lukasz Majewski <lukma@denx.de>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-ep93xx/ts72xx.c
1691
1692 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1693 M:      Alexander Shiyan <shc_work@mail.ru>
1694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1695 S:      Odd Fixes
1696 N:      clps711x
1697
1698 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1699 M:      Lennert Buytenhek <kernel@wantstofly.org>
1700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701 S:      Maintained
1702
1703 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1704 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1705 M:      Alexander Sverdlin <alexander.sverdlin@gmail.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S:      Maintained
1708 F:      arch/arm/mach-ep93xx/
1709 F:      arch/arm/mach-ep93xx/include/mach/
1710
1711 ARM/CLKDEV SUPPORT
1712 M:      Russell King <linux@armlinux.org.uk>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1716 F:      drivers/clk/clkdev.c
1717
1718 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1719 M:      Baruch Siach <baruch@tkos.co.il>
1720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1721 S:      Maintained
1722 F:      arch/arm/boot/dts/cx92755*
1723 N:      digicolor
1724
1725 ARM/CONTEC MICRO9 MACHINE SUPPORT
1726 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1727 S:      Maintained
1728 F:      arch/arm/mach-ep93xx/micro9.c
1729
1730 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1731 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1732 R:      Suzuki K Poulose <suzuki.poulose@arm.com>
1733 R:      Mike Leach <mike.leach@linaro.org>
1734 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1735 S:      Maintained
1736 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1737 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1738 F:      Documentation/devicetree/bindings/arm/coresight-cti.yaml
1739 F:      Documentation/devicetree/bindings/arm/coresight.txt
1740 F:      Documentation/trace/coresight/*
1741 F:      drivers/hwtracing/coresight/*
1742 F:      include/dt-bindings/arm/coresight-cti-dt.h
1743 F:      tools/perf/arch/arm/util/auxtrace.c
1744 F:      tools/perf/arch/arm/util/cs-etm.c
1745 F:      tools/perf/arch/arm/util/cs-etm.h
1746 F:      tools/perf/arch/arm/util/pmu.c
1747 F:      tools/perf/util/cs-etm-decoder/*
1748 F:      tools/perf/util/cs-etm.*
1749
1750 ARM/CORGI MACHINE SUPPORT
1751 M:      Richard Purdie <rpurdie@rpsys.net>
1752 S:      Maintained
1753
1754 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1755 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1756 M:      Linus Walleij <linus.walleij@linaro.org>
1757 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 S:      Maintained
1759 T:      git git://github.com/ulli-kroll/linux.git
1760 F:      Documentation/devicetree/bindings/arm/gemini.txt
1761 F:      Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1762 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1763 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1764 F:      arch/arm/mach-gemini/
1765 F:      drivers/net/ethernet/cortina/
1766 F:      drivers/pinctrl/pinctrl-gemini.c
1767 F:      drivers/rtc/rtc-ftrtc010.c
1768
1769 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1770 M:      Barry Song <baohua@kernel.org>
1771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1772 S:      Maintained
1773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1774 F:      arch/arm/boot/dts/prima2*
1775 F:      arch/arm/mach-prima2/
1776 F:      drivers/clk/sirf/
1777 F:      drivers/clocksource/timer-atlas7.c
1778 F:      drivers/clocksource/timer-prima2.c
1779 X:      drivers/gnss
1780 N:      [^a-z]sirf
1781
1782 ARM/CZ.NIC TURRIS MOX SUPPORT
1783 M:      Marek Behun <marek.behun@nic.cz>
1784 S:      Maintained
1785 W:      http://mox.turris.cz
1786 F:      Documentation/ABI/testing/debugfs-moxtet
1787 F:      Documentation/ABI/testing/sysfs-bus-moxtet-devices
1788 F:      Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm
1789 F:      Documentation/devicetree/bindings/bus/moxtet.txt
1790 F:      Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
1791 F:      Documentation/devicetree/bindings/gpio/gpio-moxtet.txt
1792 F:      drivers/bus/moxtet.c
1793 F:      drivers/firmware/turris-mox-rwtm.c
1794 F:      drivers/gpio/gpio-moxtet.c
1795 F:      include/linux/moxtet.h
1796
1797 ARM/EBSA110 MACHINE SUPPORT
1798 M:      Russell King <linux@armlinux.org.uk>
1799 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1800 S:      Maintained
1801 W:      http://www.armlinux.org.uk/
1802 F:      arch/arm/mach-ebsa110/
1803 F:      drivers/net/ethernet/amd/am79c961a.*
1804
1805 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1806 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1807 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1808 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1809 S:      Maintained
1810 N:      efm32
1811
1812 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1813 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 S:      Maintained
1816 F:      arch/arm/mach-pxa/ezx.c
1817
1818 ARM/FARADAY FA526 PORT
1819 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 S:      Maintained
1822 T:      git git://git.berlios.de/gemini-board
1823 F:      arch/arm/mm/*-fa*
1824
1825 ARM/FOOTBRIDGE ARCHITECTURE
1826 M:      Russell King <linux@armlinux.org.uk>
1827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1828 S:      Maintained
1829 W:      http://www.armlinux.org.uk/
1830 F:      arch/arm/include/asm/hardware/dec21285.h
1831 F:      arch/arm/mach-footbridge/
1832
1833 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1834 M:      Shawn Guo <shawnguo@kernel.org>
1835 M:      Sascha Hauer <s.hauer@pengutronix.de>
1836 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1837 R:      Fabio Estevam <festevam@gmail.com>
1838 R:      NXP Linux Team <linux-imx@nxp.com>
1839 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1840 S:      Maintained
1841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1842 X:      drivers/media/i2c/
1843 N:      imx
1844 N:      mxs
1845
1846 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1847 M:      Shawn Guo <shawnguo@kernel.org>
1848 M:      Li Yang <leoyang.li@nxp.com>
1849 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1850 S:      Maintained
1851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1852 F:      arch/arm/boot/dts/ls1021a*
1853 F:      arch/arm64/boot/dts/freescale/fsl-*
1854 F:      arch/arm64/boot/dts/freescale/qoriq-*
1855
1856 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1857 M:      Shawn Guo <shawnguo@kernel.org>
1858 M:      Sascha Hauer <s.hauer@pengutronix.de>
1859 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1860 R:      Stefan Agner <stefan@agner.ch>
1861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1862 S:      Maintained
1863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1864 F:      arch/arm/boot/dts/vf*
1865 F:      arch/arm/mach-imx/*vf610*
1866
1867 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1868 M:      Lennert Buytenhek <kernel@wantstofly.org>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Maintained
1871
1872 ARM/GUMSTIX MACHINE SUPPORT
1873 M:      Steve Sakoman <sakoman@gmail.com>
1874 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1875 S:      Maintained
1876
1877 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1878 M:      Philipp Zabel <philipp.zabel@gmail.com>
1879 M:      Paul Parsons <lost.distance@yahoo.com>
1880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1881 S:      Maintained
1882 F:      arch/arm/mach-pxa/hx4700.c
1883 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1884 F:      sound/soc/pxa/hx4700.c
1885
1886 ARM/HISILICON SOC SUPPORT
1887 M:      Wei Xu <xuwei5@hisilicon.com>
1888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889 S:      Supported
1890 W:      http://www.hisilicon.com
1891 T:      git git://github.com/hisilicon/linux-hisi.git
1892 F:      arch/arm/boot/dts/hi3*
1893 F:      arch/arm/boot/dts/hip*
1894 F:      arch/arm/boot/dts/hisi*
1895 F:      arch/arm/mach-hisi/
1896 F:      arch/arm64/boot/dts/hisilicon/
1897
1898 ARM/HP JORNADA 7XX MACHINE SUPPORT
1899 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1900 S:      Maintained
1901 W:      www.jlime.com
1902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1903 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1904 F:      arch/arm/mach-sa1100/jornada720.c
1905
1906 ARM/IGEP MACHINE SUPPORT
1907 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1908 M:      Javier Martinez Canillas <javier@dowhile0.org>
1909 L:      linux-omap@vger.kernel.org
1910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1911 S:      Maintained
1912 F:      arch/arm/boot/dts/omap3-igep*
1913
1914 ARM/INCOME PXA270 SUPPORT
1915 M:      Marek Vasut <marek.vasut@gmail.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Maintained
1918 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1919
1920 ARM/INTEL IOP32X ARM ARCHITECTURE
1921 M:      Lennert Buytenhek <kernel@wantstofly.org>
1922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1923 S:      Maintained
1924
1925 ARM/INTEL IQ81342EX MACHINE SUPPORT
1926 M:      Lennert Buytenhek <kernel@wantstofly.org>
1927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1928 S:      Maintained
1929
1930 ARM/INTEL IXDP2850 MACHINE SUPPORT
1931 M:      Lennert Buytenhek <kernel@wantstofly.org>
1932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1933 S:      Maintained
1934
1935 ARM/INTEL IXP4XX ARM ARCHITECTURE
1936 M:      Linus Walleij <linusw@kernel.org>
1937 M:      Imre Kaloz <kaloz@openwrt.org>
1938 M:      Krzysztof Halasa <khalasa@piap.pl>
1939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1940 S:      Maintained
1941 F:      Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml
1942 F:      Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.txt
1943 F:      Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml
1944 F:      Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml
1945 F:      arch/arm/mach-ixp4xx/
1946 F:      drivers/clocksource/timer-ixp4xx.c
1947 F:      drivers/gpio/gpio-ixp4xx.c
1948 F:      drivers/irqchip/irq-ixp4xx.c
1949 F:      include/linux/irqchip/irq-ixp4xx.h
1950 F:      include/linux/platform_data/timer-ixp4xx.h
1951
1952 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1953 M:      Jonathan Cameron <jic23@cam.ac.uk>
1954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1955 S:      Maintained
1956 F:      arch/arm/mach-pxa/stargate2.c
1957 F:      drivers/pcmcia/pxa2xx_stargate2.c
1958
1959 ARM/INTEL XSC3 (MANZANO) ARM CORE
1960 M:      Lennert Buytenhek <kernel@wantstofly.org>
1961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 S:      Maintained
1963
1964 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1965 M:      Lennert Buytenhek <kernel@wantstofly.org>
1966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1967 S:      Maintained
1968
1969 ARM/LG1K ARCHITECTURE
1970 M:      Chanho Min <chanho.min@lge.com>
1971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1972 S:      Maintained
1973 F:      arch/arm64/boot/dts/lg/
1974
1975 ARM/LOGICPD PXA270 MACHINE SUPPORT
1976 M:      Lennert Buytenhek <kernel@wantstofly.org>
1977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1978 S:      Maintained
1979
1980 ARM/LPC18XX ARCHITECTURE
1981 M:      Vladimir Zapolskiy <vz@mleia.com>
1982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 S:      Maintained
1984 F:      Documentation/devicetree/bindings/i2c/i2c-lpc2k.txt
1985 F:      arch/arm/boot/dts/lpc43*
1986 F:      drivers/i2c/busses/i2c-lpc2k.c
1987 F:      drivers/memory/pl172.c
1988 F:      drivers/mtd/spi-nor/controllers/nxp-spifi.c
1989 F:      drivers/rtc/rtc-lpc24xx.c
1990 N:      lpc18xx
1991
1992 ARM/LPC32XX SOC SUPPORT
1993 M:      Vladimir Zapolskiy <vz@mleia.com>
1994 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1995 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1996 S:      Maintained
1997 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1998 F:      Documentation/devicetree/bindings/i2c/i2c-pnx.txt
1999 F:      arch/arm/boot/dts/lpc32*
2000 F:      arch/arm/mach-lpc32xx/
2001 F:      drivers/i2c/busses/i2c-pnx.c
2002 F:      drivers/net/ethernet/nxp/lpc_eth.c
2003 F:      drivers/usb/host/ohci-nxp.c
2004 F:      drivers/watchdog/pnx4008_wdt.c
2005 N:      lpc32xx
2006
2007 ARM/MAGICIAN MACHINE SUPPORT
2008 M:      Philipp Zabel <philipp.zabel@gmail.com>
2009 S:      Maintained
2010
2011 ARM/Marvell Dove/MV78xx0/Orion SOC support
2012 M:      Jason Cooper <jason@lakedaemon.net>
2013 M:      Andrew Lunn <andrew@lunn.ch>
2014 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2015 M:      Gregory Clement <gregory.clement@bootlin.com>
2016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2017 S:      Maintained
2018 T:      git git://git.infradead.org/linux-mvebu.git
2019 F:      Documentation/devicetree/bindings/soc/dove/
2020 F:      arch/arm/boot/dts/dove*
2021 F:      arch/arm/boot/dts/orion5x*
2022 F:      arch/arm/mach-dove/
2023 F:      arch/arm/mach-mv78xx0/
2024 F:      arch/arm/mach-orion5x/
2025 F:      arch/arm/plat-orion/
2026 F:      drivers/soc/dove/
2027
2028 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K, CN9130 SOC support
2029 M:      Jason Cooper <jason@lakedaemon.net>
2030 M:      Andrew Lunn <andrew@lunn.ch>
2031 M:      Gregory Clement <gregory.clement@bootlin.com>
2032 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2034 S:      Maintained
2035 T:      git git://git.infradead.org/linux-mvebu.git
2036 F:      arch/arm/boot/dts/armada*
2037 F:      arch/arm/boot/dts/kirkwood*
2038 F:      arch/arm/configs/mvebu_*_defconfig
2039 F:      arch/arm/mach-mvebu/
2040 F:      arch/arm64/boot/dts/marvell/armada*
2041 F:      arch/arm64/boot/dts/marvell/cn913*
2042 F:      drivers/cpufreq/armada-37xx-cpufreq.c
2043 F:      drivers/cpufreq/armada-8k-cpufreq.c
2044 F:      drivers/cpufreq/mvebu-cpufreq.c
2045 F:      drivers/irqchip/irq-armada-370-xp.c
2046 F:      drivers/irqchip/irq-mvebu-*
2047 F:      drivers/pinctrl/mvebu/
2048 F:      drivers/rtc/rtc-armada38x.c
2049
2050 ARM/Mediatek RTC DRIVER
2051 M:      Eddie Huang <eddie.huang@mediatek.com>
2052 M:      Sean Wang <sean.wang@mediatek.com>
2053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2054 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
2055 S:      Maintained
2056 F:      Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
2057 F:      Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
2058 F:      drivers/rtc/rtc-mt2712.c
2059 F:      drivers/rtc/rtc-mt6397.c
2060 F:      drivers/rtc/rtc-mt7622.c
2061
2062 ARM/Mediatek SoC support
2063 M:      Matthias Brugger <matthias.bgg@gmail.com>
2064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2065 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
2066 S:      Maintained
2067 W:      https://mtk.bcnfs.org/
2068 C:      irc://chat.freenode.net/linux-mediatek
2069 F:      arch/arm/boot/dts/mt6*
2070 F:      arch/arm/boot/dts/mt7*
2071 F:      arch/arm/boot/dts/mt8*
2072 F:      arch/arm/mach-mediatek/
2073 F:      arch/arm64/boot/dts/mediatek/
2074 F:      drivers/soc/mediatek/
2075 N:      mtk
2076 N:      mt[678]
2077 K:      mediatek
2078
2079 ARM/Mediatek USB3 PHY DRIVER
2080 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
2081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2082 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
2083 S:      Maintained
2084 F:      Documentation/devicetree/bindings/phy/phy-mtk-*
2085 F:      drivers/phy/mediatek/
2086
2087 ARM/Microchip (AT91) SoC support
2088 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2089 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
2090 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2092 S:      Supported
2093 W:      http://www.linux4sam.org
2094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
2095 F:      arch/arm/boot/dts/at91*.dts
2096 F:      arch/arm/boot/dts/at91*.dtsi
2097 F:      arch/arm/boot/dts/sama*.dts
2098 F:      arch/arm/boot/dts/sama*.dtsi
2099 F:      arch/arm/include/debug/at91.S
2100 F:      arch/arm/mach-at91/
2101 F:      drivers/memory/atmel*
2102 F:      drivers/watchdog/sama5d4_wdt.c
2103 F:      include/soc/at91/
2104 X:      drivers/input/touchscreen/atmel_mxt_ts.c
2105 X:      drivers/net/wireless/atmel/
2106 N:      at91
2107 N:      atmel
2108
2109 ARM/MIOA701 MACHINE SUPPORT
2110 M:      Robert Jarzmik <robert.jarzmik@free.fr>
2111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2112 S:      Maintained
2113 F:      arch/arm/mach-pxa/mioa701.c
2114
2115 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
2116 M:      Michael Petchkovsky <mkpetch@internode.on.net>
2117 S:      Maintained
2118
2119 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
2120 M:      Linus Walleij <linus.walleij@linaro.org>
2121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2122 S:      Maintained
2123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
2124 F:      Documentation/devicetree/bindings/arm/ste-*
2125 F:      Documentation/devicetree/bindings/arm/ux500.yaml
2126 F:      Documentation/devicetree/bindings/arm/ux500/
2127 F:      Documentation/devicetree/bindings/i2c/i2c-nomadik.txt
2128 F:      Documentation/devicetree/bindings/i2c/i2c-stu300.txt
2129 F:      arch/arm/boot/dts/ste-*
2130 F:      arch/arm/mach-nomadik/
2131 F:      arch/arm/mach-u300/
2132 F:      arch/arm/mach-ux500/
2133 F:      drivers/clk/clk-nomadik.c
2134 F:      drivers/clk/clk-u300.c
2135 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
2136 F:      drivers/clocksource/timer-u300.c
2137 F:      drivers/dma/coh901318*
2138 F:      drivers/dma/ste_dma40*
2139 F:      drivers/hwspinlock/u8500_hsem.c
2140 F:      drivers/i2c/busses/i2c-nomadik.c
2141 F:      drivers/i2c/busses/i2c-stu300.c
2142 F:      drivers/iio/adc/ab8500-gpadc.c
2143 F:      drivers/mfd/ab3100*
2144 F:      drivers/mfd/ab8500*
2145 F:      drivers/mfd/abx500*
2146 F:      drivers/mfd/db8500*
2147 F:      drivers/mfd/dbx500*
2148 F:      drivers/pinctrl/nomadik/
2149 F:      drivers/pinctrl/pinctrl-coh901*
2150 F:      drivers/pinctrl/pinctrl-u300.c
2151 F:      drivers/rtc/rtc-ab3100.c
2152 F:      drivers/rtc/rtc-ab8500.c
2153 F:      drivers/rtc/rtc-coh901331.c
2154 F:      drivers/rtc/rtc-pl031.c
2155 F:      drivers/soc/ux500/
2156 F:      drivers/watchdog/coh901327_wdt.c
2157
2158 ARM/NUVOTON NPCM ARCHITECTURE
2159 M:      Avi Fishman <avifishman70@gmail.com>
2160 M:      Tomer Maimon <tmaimon77@gmail.com>
2161 M:      Tali Perry <tali.perry1@gmail.com>
2162 R:      Patrick Venture <venture@google.com>
2163 R:      Nancy Yuen <yuenn@google.com>
2164 R:      Benjamin Fair <benjaminfair@google.com>
2165 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
2166 S:      Supported
2167 F:      Documentation/devicetree/bindings/*/*/*npcm*
2168 F:      Documentation/devicetree/bindings/*/*npcm*
2169 F:      arch/arm/boot/dts/nuvoton-npcm*
2170 F:      arch/arm/mach-npcm/
2171 F:      drivers/*/*npcm*
2172 F:      drivers/*/*/*npcm*
2173 F:      include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
2174
2175 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
2176 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
2177 S:      Orphan
2178 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
2179 F:      arch/arm/mach-s3c24xx/gta02.h
2180 F:      arch/arm/mach-s3c24xx/mach-gta02.c
2181
2182 ARM/Orion SoC/Technologic Systems TS-78xx platform support
2183 M:      Alexander Clouter <alex@digriz.org.uk>
2184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2185 S:      Maintained
2186 W:      http://www.digriz.org.uk/ts78xx/kernel
2187 F:      arch/arm/mach-orion5x/ts78xx-*
2188
2189 ARM/OXNAS platform support
2190 M:      Neil Armstrong <narmstrong@baylibre.com>
2191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2192 L:      linux-oxnas@groups.io (moderated for non-subscribers)
2193 S:      Maintained
2194 F:      arch/arm/boot/dts/ox8*.dts*
2195 F:      arch/arm/mach-oxnas/
2196 F:      drivers/power/reset/oxnas-restart.c
2197 N:      oxnas
2198
2199 ARM/PALM TREO SUPPORT
2200 M:      Tomas Cech <sleep_walker@suse.com>
2201 L:      linux-arm-kernel@lists.infradead.org
2202 S:      Maintained
2203 W:      http://hackndev.com
2204 F:      arch/arm/mach-pxa/palmtreo.*
2205
2206 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
2207 M:      Marek Vasut <marek.vasut@gmail.com>
2208 L:      linux-arm-kernel@lists.infradead.org
2209 S:      Maintained
2210 W:      http://hackndev.com
2211 F:      arch/arm/mach-pxa/include/mach/palmld.h
2212 F:      arch/arm/mach-pxa/include/mach/palmtc.h
2213 F:      arch/arm/mach-pxa/include/mach/palmtx.h
2214 F:      arch/arm/mach-pxa/palmld.c
2215 F:      arch/arm/mach-pxa/palmt5.*
2216 F:      arch/arm/mach-pxa/palmtc.c
2217 F:      arch/arm/mach-pxa/palmte2.*
2218 F:      arch/arm/mach-pxa/palmtx.c
2219
2220 ARM/PALMZ72 SUPPORT
2221 M:      Sergey Lapin <slapin@ossfans.org>
2222 L:      linux-arm-kernel@lists.infradead.org
2223 S:      Maintained
2224 W:      http://hackndev.com
2225 F:      arch/arm/mach-pxa/palmz72.*
2226
2227 ARM/PLEB SUPPORT
2228 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
2229 S:      Maintained
2230 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
2231
2232 ARM/PT DIGITAL BOARD PORT
2233 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
2234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2235 S:      Maintained
2236 W:      http://www.armlinux.org.uk/
2237
2238 ARM/QUALCOMM SUPPORT
2239 M:      Andy Gross <agross@kernel.org>
2240 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
2241 L:      linux-arm-msm@vger.kernel.org
2242 S:      Maintained
2243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
2244 F:      Documentation/devicetree/bindings/*/qcom*
2245 F:      Documentation/devicetree/bindings/soc/qcom/
2246 F:      arch/arm/boot/dts/qcom-*.dts
2247 F:      arch/arm/boot/dts/qcom-*.dtsi
2248 F:      arch/arm/mach-qcom/
2249 F:      arch/arm64/boot/dts/qcom/
2250 F:      drivers/*/*/qcom*
2251 F:      drivers/*/*/qcom/
2252 F:      drivers/*/pm8???-*
2253 F:      drivers/*/qcom*
2254 F:      drivers/*/qcom/
2255 F:      drivers/bluetooth/btqcomsmd.c
2256 F:      drivers/clocksource/timer-qcom.c
2257 F:      drivers/cpuidle/cpuidle-qcom-spm.c
2258 F:      drivers/extcon/extcon-qcom*
2259 F:      drivers/i2c/busses/i2c-qcom-geni.c
2260 F:      drivers/i2c/busses/i2c-qup.c
2261 F:      drivers/iommu/msm*
2262 F:      drivers/mfd/ssbi.c
2263 F:      drivers/mmc/host/mmci_qcom*
2264 F:      drivers/mmc/host/sdhci-msm.c
2265 F:      drivers/pci/controller/dwc/pcie-qcom.c
2266 F:      drivers/phy/qualcomm/
2267 F:      drivers/power/*/msm*
2268 F:      drivers/reset/reset-qcom-*
2269 F:      drivers/scsi/ufs/ufs-qcom.*
2270 F:      drivers/spi/spi-geni-qcom.c
2271 F:      drivers/spi/spi-qcom-qspi.c
2272 F:      drivers/spi/spi-qup.c
2273 F:      drivers/tty/serial/msm_serial.c
2274 F:      drivers/usb/dwc3/dwc3-qcom.c
2275 F:      include/dt-bindings/*/qcom*
2276 F:      include/linux/*/qcom*
2277
2278 ARM/RADISYS ENP2611 MACHINE SUPPORT
2279 M:      Lennert Buytenhek <kernel@wantstofly.org>
2280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2281 S:      Maintained
2282
2283 ARM/RDA MICRO ARCHITECTURE
2284 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2286 L:      linux-unisoc@lists.infradead.org (moderated for non-subscribers)
2287 S:      Maintained
2288 F:      Documentation/devicetree/bindings/arm/rda.yaml
2289 F:      Documentation/devicetree/bindings/gpio/gpio-rda.yaml
2290 F:      Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.txt
2291 F:      Documentation/devicetree/bindings/serial/rda,8810pl-uart.txt
2292 F:      Documentation/devicetree/bindings/timer/rda,8810pl-timer.txt
2293 F:      arch/arm/boot/dts/rda8810pl-*
2294 F:      drivers/clocksource/timer-rda.c
2295 F:      drivers/gpio/gpio-rda.c
2296 F:      drivers/irqchip/irq-rda-intc.c
2297 F:      drivers/tty/serial/rda-uart.c
2298
2299 ARM/REALTEK ARCHITECTURE
2300 M:      Andreas Färber <afaerber@suse.de>
2301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2302 L:      linux-realtek-soc@lists.infradead.org (moderated for non-subscribers)
2303 S:      Maintained
2304 F:      Documentation/devicetree/bindings/arm/realtek.yaml
2305 F:      arch/arm/boot/dts/rtd*
2306 F:      arch/arm/mach-realtek/
2307 F:      arch/arm64/boot/dts/realtek/
2308
2309 ARM/RENESAS ARM64 ARCHITECTURE
2310 M:      Geert Uytterhoeven <geert+renesas@glider.be>
2311 M:      Magnus Damm <magnus.damm@gmail.com>
2312 L:      linux-renesas-soc@vger.kernel.org
2313 S:      Supported
2314 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
2316 F:      Documentation/devicetree/bindings/arm/renesas.yaml
2317 F:      arch/arm64/boot/dts/renesas/
2318 F:      drivers/soc/renesas/
2319 F:      include/linux/soc/renesas/
2320
2321 ARM/RISCPC ARCHITECTURE
2322 M:      Russell King <linux@armlinux.org.uk>
2323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2324 S:      Maintained
2325 W:      http://www.armlinux.org.uk/
2326 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
2327 F:      arch/arm/include/asm/hardware/ioc.h
2328 F:      arch/arm/include/asm/hardware/iomd.h
2329 F:      arch/arm/include/asm/hardware/memc.h
2330 F:      arch/arm/mach-rpc/
2331 F:      drivers/net/ethernet/8390/etherh.c
2332 F:      drivers/net/ethernet/i825xx/ether1*
2333 F:      drivers/net/ethernet/seeq/ether3*
2334 F:      drivers/scsi/arm/
2335
2336 ARM/Rockchip SoC support
2337 M:      Heiko Stuebner <heiko@sntech.de>
2338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2339 L:      linux-rockchip@lists.infradead.org
2340 S:      Maintained
2341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
2342 F:      Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
2343 F:      Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
2344 F:      Documentation/devicetree/bindings/spi/spi-rockchip.yaml
2345 F:      arch/arm/boot/dts/rk3*
2346 F:      arch/arm/boot/dts/rv1108*
2347 F:      arch/arm/mach-rockchip/
2348 F:      drivers/*/*/*rockchip*
2349 F:      drivers/*/*rockchip*
2350 F:      drivers/clk/rockchip/
2351 F:      drivers/i2c/busses/i2c-rk3x.c
2352 F:      sound/soc/rockchip/
2353 N:      rockchip
2354
2355 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
2356 M:      Kukjin Kim <kgene@kernel.org>
2357 M:      Krzysztof Kozlowski <krzk@kernel.org>
2358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2359 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2360 S:      Maintained
2361 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
2362 F:      Documentation/arm/samsung/
2363 F:      Documentation/devicetree/bindings/arm/samsung/
2364 F:      Documentation/devicetree/bindings/power/pd-samsung.yaml
2365 F:      arch/arm/boot/dts/exynos*
2366 F:      arch/arm/boot/dts/s3c*
2367 F:      arch/arm/boot/dts/s5p*
2368 F:      arch/arm/mach-exynos*/
2369 F:      arch/arm/mach-s3c24*/
2370 F:      arch/arm/mach-s3c64xx/
2371 F:      arch/arm/mach-s5p*/
2372 F:      arch/arm/plat-samsung/
2373 F:      arch/arm64/boot/dts/exynos/
2374 F:      drivers/*/*/*s3c24*
2375 F:      drivers/*/*s3c24*
2376 F:      drivers/*/*s3c64xx*
2377 F:      drivers/*/*s5pv210*
2378 F:      drivers/memory/samsung/
2379 F:      drivers/soc/samsung/
2380 F:      drivers/tty/serial/samsung*
2381 F:      include/linux/soc/samsung/
2382 N:      exynos
2383
2384 ARM/SAMSUNG MOBILE MACHINE SUPPORT
2385 M:      Kyungmin Park <kyungmin.park@samsung.com>
2386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2387 S:      Maintained
2388 F:      arch/arm/mach-s5pv210/
2389
2390 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
2391 M:      Kyungmin Park <kyungmin.park@samsung.com>
2392 M:      Kamil Debski <kamil@wypas.org>
2393 M:      Andrzej Hajda <a.hajda@samsung.com>
2394 L:      linux-arm-kernel@lists.infradead.org
2395 L:      linux-media@vger.kernel.org
2396 S:      Maintained
2397 F:      drivers/media/platform/s5p-g2d/
2398
2399 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
2400 M:      Marek Szyprowski <m.szyprowski@samsung.com>
2401 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2402 L:      linux-media@vger.kernel.org
2403 S:      Maintained
2404 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
2405 F:      drivers/media/platform/s5p-cec/
2406
2407 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
2408 M:      Andrzej Pietrasiewicz <andrzejtp2010@gmail.com>
2409 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
2410 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
2411 L:      linux-arm-kernel@lists.infradead.org
2412 L:      linux-media@vger.kernel.org
2413 S:      Maintained
2414 F:      drivers/media/platform/s5p-jpeg/
2415
2416 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
2417 M:      Kyungmin Park <kyungmin.park@samsung.com>
2418 M:      Kamil Debski <kamil@wypas.org>
2419 M:      Jeongtae Park <jtp.park@samsung.com>
2420 M:      Andrzej Hajda <a.hajda@samsung.com>
2421 L:      linux-arm-kernel@lists.infradead.org
2422 L:      linux-media@vger.kernel.org
2423 S:      Maintained
2424 F:      drivers/media/platform/s5p-mfc/
2425
2426 ARM/SHMOBILE ARM ARCHITECTURE
2427 M:      Geert Uytterhoeven <geert+renesas@glider.be>
2428 M:      Magnus Damm <magnus.damm@gmail.com>
2429 L:      linux-renesas-soc@vger.kernel.org
2430 S:      Supported
2431 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
2433 F:      Documentation/devicetree/bindings/arm/renesas.yaml
2434 F:      arch/arm/boot/dts/emev2*
2435 F:      arch/arm/boot/dts/gr-peach*
2436 F:      arch/arm/boot/dts/iwg20d-q7*
2437 F:      arch/arm/boot/dts/r7s*
2438 F:      arch/arm/boot/dts/r8a*
2439 F:      arch/arm/boot/dts/r9a*
2440 F:      arch/arm/boot/dts/sh*
2441 F:      arch/arm/configs/shmobile_defconfig
2442 F:      arch/arm/include/debug/renesas-scif.S
2443 F:      arch/arm/mach-shmobile/
2444 F:      drivers/soc/renesas/
2445 F:      include/linux/soc/renesas/
2446
2447 ARM/SOCFPGA ARCHITECTURE
2448 M:      Dinh Nguyen <dinguyen@kernel.org>
2449 S:      Maintained
2450 W:      http://www.rocketboards.org
2451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2452 F:      arch/arm/boot/dts/socfpga*
2453 F:      arch/arm/configs/socfpga_defconfig
2454 F:      arch/arm/mach-socfpga/
2455 F:      arch/arm64/boot/dts/altera/
2456 F:      arch/arm64/boot/dts/intel/
2457
2458 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2459 M:      Dinh Nguyen <dinguyen@kernel.org>
2460 S:      Maintained
2461 F:      drivers/clk/socfpga/
2462
2463 ARM/SOCFPGA EDAC SUPPORT
2464 M:      Thor Thayer <thor.thayer@linux.intel.com>
2465 S:      Maintained
2466 F:      drivers/edac/altera_edac.
2467
2468 ARM/SPREADTRUM SoC SUPPORT
2469 M:      Orson Zhai <orsonzhai@gmail.com>
2470 M:      Baolin Wang <baolin.wang7@gmail.com>
2471 M:      Chunyan Zhang <zhang.lyra@gmail.com>
2472 S:      Maintained
2473 F:      arch/arm64/boot/dts/sprd
2474 N:      sprd
2475 N:      sc27xx
2476 N:      sc2731
2477
2478 ARM/STI ARCHITECTURE
2479 M:      Patrice Chotard <patrice.chotard@st.com>
2480 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2481 S:      Maintained
2482 W:      http://www.stlinux.com
2483 F:      Documentation/devicetree/bindings/i2c/i2c-st.txt
2484 F:      arch/arm/boot/dts/sti*
2485 F:      arch/arm/mach-sti/
2486 F:      drivers/ata/ahci_st.c
2487 F:      drivers/char/hw_random/st-rng.c
2488 F:      drivers/clocksource/arm_global_timer.c
2489 F:      drivers/clocksource/clksrc_st_lpc.c
2490 F:      drivers/cpufreq/sti-cpufreq.c
2491 F:      drivers/dma/st_fdma*
2492 F:      drivers/i2c/busses/i2c-st.c
2493 F:      drivers/media/platform/sti/c8sectpfe/
2494 F:      drivers/media/rc/st_rc.c
2495 F:      drivers/mmc/host/sdhci-st.c
2496 F:      drivers/phy/st/phy-miphy28lp.c
2497 F:      drivers/phy/st/phy-stih407-usb.c
2498 F:      drivers/pinctrl/pinctrl-st.c
2499 F:      drivers/remoteproc/st_remoteproc.c
2500 F:      drivers/remoteproc/st_slim_rproc.c
2501 F:      drivers/reset/sti/
2502 F:      drivers/rtc/rtc-st-lpc.c
2503 F:      drivers/tty/serial/st-asc.c
2504 F:      drivers/usb/dwc3/dwc3-st.c
2505 F:      drivers/usb/host/ehci-st.c
2506 F:      drivers/usb/host/ohci-st.c
2507 F:      drivers/watchdog/st_lpc_wdt.c
2508 F:      include/linux/remoteproc/st_slim_rproc.h
2509
2510 ARM/STM32 ARCHITECTURE
2511 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
2512 M:      Alexandre Torgue <alexandre.torgue@st.com>
2513 L:      linux-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2515 S:      Maintained
2516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2517 F:      arch/arm/boot/dts/stm32*
2518 F:      arch/arm/mach-stm32/
2519 F:      drivers/clocksource/armv7m_systick.c
2520 N:      stm32
2521 N:      stm
2522
2523 ARM/Synaptics SoC support
2524 M:      Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2525 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2527 S:      Maintained
2528 F:      arch/arm/boot/dts/berlin*
2529 F:      arch/arm/mach-berlin/
2530 F:      arch/arm64/boot/dts/synaptics/
2531
2532 ARM/TANGO ARCHITECTURE
2533 M:      Marc Gonzalez <marc.w.gonzalez@free.fr>
2534 M:      Mans Rullgard <mans@mansr.com>
2535 L:      linux-arm-kernel@lists.infradead.org
2536 S:      Odd Fixes
2537 N:      tango
2538
2539 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2540 M:      Lennert Buytenhek <kernel@wantstofly.org>
2541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2542 S:      Maintained
2543
2544 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2545 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
2546 L:      linux-tegra@vger.kernel.org
2547 L:      linux-media@vger.kernel.org
2548 S:      Maintained
2549 F:      Documentation/devicetree/bindings/media/tegra-cec.txt
2550 F:      drivers/media/platform/tegra-cec/
2551
2552 ARM/TETON BGA MACHINE SUPPORT
2553 M:      "Mark F. Brown" <mark.brown314@gmail.com>
2554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2555 S:      Maintained
2556
2557 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2558 M:      Santosh Shilimkar <ssantosh@kernel.org>
2559 L:      linux-kernel@vger.kernel.org
2560 S:      Maintained
2561 F:      drivers/memory/*emif*
2562
2563 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2564 M:      Santosh Shilimkar <ssantosh@kernel.org>
2565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2566 S:      Maintained
2567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2568 F:      arch/arm/boot/dts/keystone-*
2569 F:      arch/arm/mach-keystone/
2570
2571 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2572 M:      Santosh Shilimkar <ssantosh@kernel.org>
2573 L:      linux-kernel@vger.kernel.org
2574 S:      Maintained
2575 F:      drivers/clk/keystone/
2576
2577 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2578 M:      Santosh Shilimkar <ssantosh@kernel.org>
2579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2580 L:      linux-kernel@vger.kernel.org
2581 S:      Maintained
2582 F:      drivers/clocksource/timer-keystone.c
2583
2584 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2585 M:      Santosh Shilimkar <ssantosh@kernel.org>
2586 L:      linux-kernel@vger.kernel.org
2587 S:      Maintained
2588 F:      drivers/power/reset/keystone-reset.c
2589
2590 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2591 M:      Tero Kristo <t-kristo@ti.com>
2592 M:      Nishanth Menon <nm@ti.com>
2593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2594 S:      Supported
2595 F:      Documentation/devicetree/bindings/arm/ti/k3.txt
2596 F:      arch/arm64/boot/dts/ti/Makefile
2597 F:      arch/arm64/boot/dts/ti/k3-*
2598 F:      include/dt-bindings/pinctrl/k3.h
2599
2600 ARM/THECUS N2100 MACHINE SUPPORT
2601 M:      Lennert Buytenhek <kernel@wantstofly.org>
2602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2603 S:      Maintained
2604
2605 ARM/TOSA MACHINE SUPPORT
2606 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2607 M:      Dirk Opfer <dirk@opfer-online.de>
2608 S:      Maintained
2609
2610 ARM/UNIPHIER ARCHITECTURE
2611 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
2612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2613 S:      Maintained
2614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2615 F:      Documentation/devicetree/bindings/arm/socionext/uniphier.yaml
2616 F:      Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml
2617 F:      Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml
2618 F:      arch/arm/boot/dts/uniphier*
2619 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2620 F:      arch/arm/mach-uniphier/
2621 F:      arch/arm/mm/cache-uniphier.c
2622 F:      arch/arm64/boot/dts/socionext/uniphier*
2623 F:      drivers/bus/uniphier-system-bus.c
2624 F:      drivers/clk/uniphier/
2625 F:      drivers/dma/uniphier-mdmac.c
2626 F:      drivers/gpio/gpio-uniphier.c
2627 F:      drivers/i2c/busses/i2c-uniphier*
2628 F:      drivers/irqchip/irq-uniphier-aidet.c
2629 F:      drivers/mmc/host/uniphier-sd.c
2630 F:      drivers/pinctrl/uniphier/
2631 F:      drivers/reset/reset-uniphier.c
2632 F:      drivers/tty/serial/8250/8250_uniphier.c
2633 N:      uniphier
2634
2635 ARM/VERSATILE EXPRESS PLATFORM
2636 M:      Liviu Dudau <liviu.dudau@arm.com>
2637 M:      Sudeep Holla <sudeep.holla@arm.com>
2638 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2639 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2640 S:      Maintained
2641 F:      */*/*/vexpress*
2642 F:      */*/vexpress*
2643 F:      arch/arm/boot/dts/vexpress*
2644 F:      arch/arm/mach-vexpress/
2645 F:      arch/arm64/boot/dts/arm/
2646 F:      drivers/clk/versatile/clk-vexpress-osc.c
2647 F:      drivers/clocksource/timer-versatile.c
2648 N:      mps2
2649
2650 ARM/VFP SUPPORT
2651 M:      Russell King <linux@armlinux.org.uk>
2652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2653 S:      Maintained
2654 W:      http://www.armlinux.org.uk/
2655 F:      arch/arm/vfp/
2656
2657 ARM/VOIPAC PXA270 SUPPORT
2658 M:      Marek Vasut <marek.vasut@gmail.com>
2659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2660 S:      Maintained
2661 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2662 F:      arch/arm/mach-pxa/vpac270.c
2663
2664 ARM/VT8500 ARM ARCHITECTURE
2665 M:      Tony Prisk <linux@prisktech.co.nz>
2666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2667 S:      Maintained
2668 F:      Documentation/devicetree/bindings/i2c/i2c-wmt.txt
2669 F:      arch/arm/mach-vt8500/
2670 F:      drivers/clocksource/timer-vt8500.c
2671 F:      drivers/i2c/busses/i2c-wmt.c
2672 F:      drivers/mmc/host/wmt-sdmmc.c
2673 F:      drivers/pwm/pwm-vt8500.c
2674 F:      drivers/rtc/rtc-vt8500.c
2675 F:      drivers/tty/serial/vt8500_serial.c
2676 F:      drivers/usb/host/ehci-platform.c
2677 F:      drivers/usb/host/uhci-platform.c
2678 F:      drivers/video/fbdev/vt8500lcdfb.*
2679 F:      drivers/video/fbdev/wm8505fb*
2680 F:      drivers/video/fbdev/wmt_ge_rops.*
2681
2682 ARM/ZIPIT Z2 SUPPORT
2683 M:      Marek Vasut <marek.vasut@gmail.com>
2684 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2685 S:      Maintained
2686 F:      arch/arm/mach-pxa/include/mach/z2.h
2687 F:      arch/arm/mach-pxa/z2.c
2688
2689 ARM/ZTE ARCHITECTURE
2690 M:      Jun Nie <jun.nie@linaro.org>
2691 M:      Shawn Guo <shawnguo@kernel.org>
2692 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2693 S:      Maintained
2694 F:      Documentation/devicetree/bindings/arm/zte.yaml
2695 F:      Documentation/devicetree/bindings/clock/zx2967*.txt
2696 F:      Documentation/devicetree/bindings/dma/zxdma.txt
2697 F:      Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2698 F:      Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2699 F:      Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2700 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2701 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2702 F:      Documentation/devicetree/bindings/soc/zte/
2703 F:      Documentation/devicetree/bindings/sound/zte,*.txt
2704 F:      Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2705 F:      Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2706 F:      arch/arm/boot/dts/zx2967*
2707 F:      arch/arm/mach-zx/
2708 F:      arch/arm64/boot/dts/zte/
2709 F:      drivers/clk/zte/
2710 F:      drivers/dma/zx_dma.c
2711 F:      drivers/gpio/gpio-zx.c
2712 F:      drivers/i2c/busses/i2c-zx2967.c
2713 F:      drivers/mmc/host/dw_mmc-zx.*
2714 F:      drivers/pinctrl/zte/
2715 F:      drivers/soc/zte/
2716 F:      drivers/thermal/zx2967_thermal.c
2717 F:      drivers/watchdog/zx2967_wdt.c
2718 F:      include/dt-bindings/clock/zx2967*.h
2719 F:      include/dt-bindings/soc/zte,*.h
2720 F:      sound/soc/codecs/zx_aud96p22.c
2721 F:      sound/soc/zte/
2722
2723 ARM/ZYNQ ARCHITECTURE
2724 M:      Michal Simek <michal.simek@xilinx.com>
2725 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2726 S:      Supported
2727 W:      http://wiki.xilinx.com
2728 T:      git https://github.com/Xilinx/linux-xlnx.git
2729 F:      Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
2730 F:      Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
2731 F:      arch/arm/mach-zynq/
2732 F:      drivers/block/xsysace.c
2733 F:      drivers/clocksource/timer-cadence-ttc.c
2734 F:      drivers/cpuidle/cpuidle-zynq.c
2735 F:      drivers/edac/synopsys_edac.c
2736 F:      drivers/i2c/busses/i2c-cadence.c
2737 F:      drivers/i2c/busses/i2c-xiic.c
2738 F:      drivers/mmc/host/sdhci-of-arasan.c
2739 N:      zynq
2740 N:      xilinx
2741
2742 ARM64 PORT (AARCH64 ARCHITECTURE)
2743 M:      Catalin Marinas <catalin.marinas@arm.com>
2744 M:      Will Deacon <will@kernel.org>
2745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2746 S:      Maintained
2747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2748 F:      Documentation/arm64/
2749 F:      arch/arm64/
2750 F:      tools/testing/selftests/arm64/
2751 X:      arch/arm64/boot/dts/
2752
2753 AS3645A LED FLASH CONTROLLER DRIVER
2754 M:      Sakari Ailus <sakari.ailus@iki.fi>
2755 L:      linux-leds@vger.kernel.org
2756 S:      Maintained
2757 F:      drivers/leds/leds-as3645a.c
2758
2759 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2760 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
2761 L:      linux-media@vger.kernel.org
2762 S:      Maintained
2763 T:      git git://linuxtv.org/media_tree.git
2764 F:      Documentation/devicetree/bindings/media/i2c/ak7375.txt
2765 F:      drivers/media/i2c/ak7375.c
2766
2767 ASAHI KASEI AK8974 DRIVER
2768 M:      Linus Walleij <linus.walleij@linaro.org>
2769 L:      linux-iio@vger.kernel.org
2770 S:      Supported
2771 W:      http://www.akm.com/
2772 F:      drivers/iio/magnetometer/ak8974.c
2773
2774 ASC7621 HARDWARE MONITOR DRIVER
2775 M:      George Joseph <george.joseph@fairview5.com>
2776 L:      linux-hwmon@vger.kernel.org
2777 S:      Maintained
2778 F:      Documentation/hwmon/asc7621.rst
2779 F:      drivers/hwmon/asc7621.c
2780
2781 ASPEED PINCTRL DRIVERS
2782 M:      Andrew Jeffery <andrew@aj.id.au>
2783 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
2784 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
2785 L:      linux-gpio@vger.kernel.org
2786 S:      Maintained
2787 F:      Documentation/devicetree/bindings/pinctrl/aspeed,*
2788 F:      drivers/pinctrl/aspeed/
2789
2790 ASPEED SCU INTERRUPT CONTROLLER DRIVER
2791 M:      Eddie James <eajames@linux.ibm.com>
2792 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
2793 S:      Maintained
2794 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
2795 F:      drivers/irqchip/irq-aspeed-scu-ic.c
2796 F:      include/dt-bindings/interrupt-controller/aspeed-scu-ic.h
2797
2798 ASPEED VIDEO ENGINE DRIVER
2799 M:      Eddie James <eajames@linux.ibm.com>
2800 L:      linux-media@vger.kernel.org
2801 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
2802 S:      Maintained
2803 F:      Documentation/devicetree/bindings/media/aspeed-video.txt
2804 F:      drivers/media/platform/aspeed-video.c
2805
2806 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2807 M:      Corentin Chary <corentin.chary@gmail.com>
2808 L:      acpi4asus-user@lists.sourceforge.net
2809 L:      platform-driver-x86@vger.kernel.org
2810 S:      Maintained
2811 W:      http://acpi4asus.sf.net
2812 F:      drivers/platform/x86/asus*.c
2813 F:      drivers/platform/x86/eeepc*.c
2814
2815 ASUS WIRELESS RADIO CONTROL DRIVER
2816 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2817 L:      platform-driver-x86@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/platform/x86/asus-wireless.c
2820
2821 ASYMMETRIC KEYS
2822 M:      David Howells <dhowells@redhat.com>
2823 L:      keyrings@vger.kernel.org
2824 S:      Maintained
2825 F:      Documentation/crypto/asymmetric-keys.txt
2826 F:      crypto/asymmetric_keys/
2827 F:      include/crypto/pkcs7.h
2828 F:      include/crypto/public_key.h
2829 F:      include/linux/verification.h
2830
2831 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2832 R:      Dan Williams <dan.j.williams@intel.com>
2833 S:      Odd fixes
2834 W:      http://sourceforge.net/projects/xscaleiop
2835 F:      Documentation/crypto/async-tx-api.txt
2836 F:      crypto/async_tx/
2837 F:      drivers/dma/
2838 F:      include/linux/async_tx.h
2839 F:      include/linux/dmaengine.h
2840
2841 AT24 EEPROM DRIVER
2842 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
2843 L:      linux-i2c@vger.kernel.org
2844 S:      Maintained
2845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2846 F:      Documentation/devicetree/bindings/eeprom/at24.yaml
2847 F:      drivers/misc/eeprom/at24.c
2848
2849 ATA OVER ETHERNET (AOE) DRIVER
2850 M:      "Justin Sanders" <justin@coraid.com>
2851 S:      Supported
2852 W:      http://www.openaoe.org/
2853 F:      Documentation/admin-guide/aoe/
2854 F:      drivers/block/aoe/
2855
2856 ATHEROS 71XX/9XXX GPIO DRIVER
2857 M:      Alban Bedel <albeu@free.fr>
2858 S:      Maintained
2859 W:      https://github.com/AlbanBedel/linux
2860 T:      git git://github.com/AlbanBedel/linux
2861 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2862 F:      drivers/gpio/gpio-ath79.c
2863
2864 ATHEROS 71XX/9XXX USB PHY DRIVER
2865 M:      Alban Bedel <albeu@free.fr>
2866 S:      Maintained
2867 W:      https://github.com/AlbanBedel/linux
2868 T:      git git://github.com/AlbanBedel/linux
2869 F:      Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2870 F:      drivers/phy/qualcomm/phy-ath79-usb.c
2871
2872 ATHEROS ATH GENERIC UTILITIES
2873 M:      Kalle Valo <kvalo@codeaurora.org>
2874 L:      linux-wireless@vger.kernel.org
2875 S:      Supported
2876 F:      drivers/net/wireless/ath/*
2877
2878 ATHEROS ATH5K WIRELESS DRIVER
2879 M:      Jiri Slaby <jirislaby@gmail.com>
2880 M:      Nick Kossifidis <mickflemm@gmail.com>
2881 M:      Luis Chamberlain <mcgrof@kernel.org>
2882 L:      linux-wireless@vger.kernel.org
2883 S:      Maintained
2884 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath5k
2885 F:      drivers/net/wireless/ath/ath5k/
2886
2887 ATHEROS ATH6KL WIRELESS DRIVER
2888 M:      Kalle Valo <kvalo@codeaurora.org>
2889 L:      linux-wireless@vger.kernel.org
2890 S:      Supported
2891 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath6kl
2892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2893 F:      drivers/net/wireless/ath/ath6kl/
2894
2895 ATI_REMOTE2 DRIVER
2896 M:      Ville Syrjala <syrjala@sci.fi>
2897 S:      Maintained
2898 F:      drivers/input/misc/ati_remote2.c
2899
2900 ATK0110 HWMON DRIVER
2901 M:      Luca Tettamanti <kronos.it@gmail.com>
2902 L:      linux-hwmon@vger.kernel.org
2903 S:      Maintained
2904 F:      drivers/hwmon/asus_atk0110.c
2905
2906 ATLX ETHERNET DRIVERS
2907 M:      Jay Cliburn <jcliburn@gmail.com>
2908 M:      Chris Snook <chris.snook@gmail.com>
2909 L:      netdev@vger.kernel.org
2910 S:      Maintained
2911 W:      http://sourceforge.net/projects/atl1
2912 W:      http://atl1.sourceforge.net
2913 F:      drivers/net/ethernet/atheros/
2914
2915 ATM
2916 M:      Chas Williams <3chas3@gmail.com>
2917 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2918 L:      netdev@vger.kernel.org
2919 S:      Maintained
2920 W:      http://linux-atm.sourceforge.net
2921 F:      drivers/atm/
2922 F:      include/linux/atm*
2923 F:      include/uapi/linux/atm*
2924
2925 ATMEL MACB ETHERNET DRIVER
2926 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2927 M:      Claudiu Beznea <claudiu.beznea@microchip.com>
2928 S:      Supported
2929 F:      drivers/net/ethernet/cadence/
2930
2931 ATMEL MAXTOUCH DRIVER
2932 M:      Nick Dyer <nick@shmanahar.org>
2933 S:      Maintained
2934 T:      git git://github.com/ndyer/linux.git
2935 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2936 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2937
2938 ATMEL WIRELESS DRIVER
2939 M:      Simon Kelley <simon@thekelleys.org.uk>
2940 L:      linux-wireless@vger.kernel.org
2941 S:      Maintained
2942 W:      http://www.thekelleys.org.uk/atmel
2943 W:      http://atmelwlandriver.sourceforge.net/
2944 F:      drivers/net/wireless/atmel/atmel*
2945
2946 ATOMIC INFRASTRUCTURE
2947 M:      Will Deacon <will@kernel.org>
2948 M:      Peter Zijlstra <peterz@infradead.org>
2949 R:      Boqun Feng <boqun.feng@gmail.com>
2950 L:      linux-kernel@vger.kernel.org
2951 S:      Maintained
2952 F:      arch/*/include/asm/atomic*.h
2953 F:      include/*/atomic*.h
2954 F:      scripts/atomic/
2955
2956 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2957 M:      Bradley Grove <linuxdrivers@attotech.com>
2958 L:      linux-scsi@vger.kernel.org
2959 S:      Supported
2960 W:      http://www.attotech.com
2961 F:      drivers/scsi/esas2r
2962
2963 ATUSB IEEE 802.15.4 RADIO DRIVER
2964 M:      Stefan Schmidt <stefan@datenfreihafen.org>
2965 L:      linux-wpan@vger.kernel.org
2966 S:      Maintained
2967 F:      drivers/net/ieee802154/at86rf230.h
2968 F:      drivers/net/ieee802154/atusb.c
2969 F:      drivers/net/ieee802154/atusb.h
2970
2971 AUDIT SUBSYSTEM
2972 M:      Paul Moore <paul@paul-moore.com>
2973 M:      Eric Paris <eparis@redhat.com>
2974 L:      linux-audit@redhat.com (moderated for non-subscribers)
2975 S:      Supported
2976 W:      https://github.com/linux-audit
2977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2978 F:      include/linux/audit.h
2979 F:      include/uapi/linux/audit.h
2980 F:      kernel/audit*
2981
2982 AUXILIARY DISPLAY DRIVERS
2983 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2984 S:      Maintained
2985 F:      drivers/auxdisplay/
2986 F:      include/linux/cfag12864b.h
2987
2988 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2989 M:      Andreas Klinger <ak@it-klinger.de>
2990 L:      linux-iio@vger.kernel.org
2991 S:      Maintained
2992 F:      Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
2993 F:      drivers/iio/adc/hx711.c
2994
2995 AX.25 NETWORK LAYER
2996 M:      Ralf Baechle <ralf@linux-mips.org>
2997 L:      linux-hams@vger.kernel.org
2998 S:      Maintained
2999 W:      http://www.linux-ax25.org/
3000 F:      include/net/ax25.h
3001 F:      include/uapi/linux/ax25.h
3002 F:      net/ax25/
3003
3004 AXENTIA ARM DEVICES
3005 M:      Peter Rosin <peda@axentia.se>
3006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3007 S:      Maintained
3008 F:      arch/arm/boot/dts/at91-linea.dtsi
3009 F:      arch/arm/boot/dts/at91-natte.dtsi
3010 F:      arch/arm/boot/dts/at91-nattis-2-natte-2.dts
3011 F:      arch/arm/boot/dts/at91-tse850-3.dts
3012
3013 AXENTIA ASOC DRIVERS
3014 M:      Peter Rosin <peda@axentia.se>
3015 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3016 S:      Maintained
3017 F:      Documentation/devicetree/bindings/sound/axentia,*
3018 F:      sound/soc/atmel/tse850-pcm5142.c
3019
3020 AXI-FAN-CONTROL HARDWARE MONITOR DRIVER
3021 M:      Nuno Sá <nuno.sa@analog.com>
3022 L:      linux-hwmon@vger.kernel.org
3023 S:      Supported
3024 W:      http://ez.analog.com/community/linux-device-drivers
3025 F:      Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
3026 F:      drivers/hwmon/axi-fan-control.c
3027
3028 AXXIA I2C CONTROLLER
3029 M:      Krzysztof Adamski <krzysztof.adamski@nokia.com>
3030 L:      linux-i2c@vger.kernel.org
3031 S:      Maintained
3032 F:      Documentation/devicetree/bindings/i2c/i2c-axxia.txt
3033 F:      drivers/i2c/busses/i2c-axxia.c
3034
3035 AZ6007 DVB DRIVER
3036 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3037 L:      linux-media@vger.kernel.org
3038 S:      Maintained
3039 W:      https://linuxtv.org
3040 T:      git git://linuxtv.org/media_tree.git
3041 F:      drivers/media/usb/dvb-usb-v2/az6007.c
3042
3043 AZTECH FM RADIO RECEIVER DRIVER
3044 M:      Hans Verkuil <hverkuil@xs4all.nl>
3045 L:      linux-media@vger.kernel.org
3046 S:      Maintained
3047 W:      https://linuxtv.org
3048 T:      git git://linuxtv.org/media_tree.git
3049 F:      drivers/media/radio/radio-aztech*
3050
3051 B43 WIRELESS DRIVER
3052 L:      linux-wireless@vger.kernel.org
3053 L:      b43-dev@lists.infradead.org
3054 S:      Odd Fixes
3055 W:      https://wireless.wiki.kernel.org/en/users/Drivers/b43
3056 F:      drivers/net/wireless/broadcom/b43/
3057
3058 B43LEGACY WIRELESS DRIVER
3059 M:      Larry Finger <Larry.Finger@lwfinger.net>
3060 L:      linux-wireless@vger.kernel.org
3061 L:      b43-dev@lists.infradead.org
3062 S:      Maintained
3063 W:      https://wireless.wiki.kernel.org/en/users/Drivers/b43
3064 F:      drivers/net/wireless/broadcom/b43legacy/
3065
3066 BACKLIGHT CLASS/SUBSYSTEM
3067 M:      Lee Jones <lee.jones@linaro.org>
3068 M:      Daniel Thompson <daniel.thompson@linaro.org>
3069 M:      Jingoo Han <jingoohan1@gmail.com>
3070 L:      dri-devel@lists.freedesktop.org
3071 S:      Maintained
3072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
3073 F:      Documentation/ABI/stable/sysfs-class-backlight
3074 F:      Documentation/ABI/testing/sysfs-class-backlight
3075 F:      Documentation/devicetree/bindings/leds/backlight
3076 F:      drivers/video/backlight/
3077 F:      include/linux/backlight.h
3078 F:      include/linux/pwm_backlight.h
3079
3080 BATMAN ADVANCED
3081 M:      Marek Lindner <mareklindner@neomailbox.ch>
3082 M:      Simon Wunderlich <sw@simonwunderlich.de>
3083 M:      Antonio Quartulli <a@unstable.cc>
3084 M:      Sven Eckelmann <sven@narfation.org>
3085 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
3086 S:      Maintained
3087 W:      https://www.open-mesh.org/
3088 Q:      https://patchwork.open-mesh.org/project/batman/list/
3089 B:      https://www.open-mesh.org/projects/batman-adv/issues
3090 C:      irc://chat.freenode.net/batman
3091 T:      git https://git.open-mesh.org/linux-merge.git
3092 F:      Documentation/ABI/obsolete/sysfs-class-net-batman-adv
3093 F:      Documentation/ABI/obsolete/sysfs-class-net-mesh
3094 F:      Documentation/networking/batman-adv.rst
3095 F:      include/uapi/linux/batadv_packet.h
3096 F:      include/uapi/linux/batman_adv.h
3097 F:      net/batman-adv/
3098
3099 BAYCOM/HDLCDRV DRIVERS FOR AX.25
3100 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
3101 L:      linux-hams@vger.kernel.org
3102 S:      Maintained
3103 W:      http://www.baycom.org/~tom/ham/ham.html
3104 F:      drivers/net/hamradio/baycom*
3105
3106 BCACHE (BLOCK LAYER CACHE)
3107 M:      Coly Li <colyli@suse.de>
3108 M:      Kent Overstreet <kent.overstreet@gmail.com>
3109 L:      linux-bcache@vger.kernel.org
3110 S:      Maintained
3111 W:      http://bcache.evilpiepirate.org
3112 C:      irc://irc.oftc.net/bcache
3113 F:      drivers/md/bcache/
3114
3115 BDISP ST MEDIA DRIVER
3116 M:      Fabien Dessenne <fabien.dessenne@st.com>
3117 L:      linux-media@vger.kernel.org
3118 S:      Supported
3119 W:      https://linuxtv.org
3120 T:      git git://linuxtv.org/media_tree.git
3121 F:      drivers/media/platform/sti/bdisp
3122
3123 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
3124 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
3125 L:      netdev@vger.kernel.org
3126 S:      Maintained
3127 F:      drivers/net/ethernet/ec_bhf.c
3128
3129 BEFS FILE SYSTEM
3130 M:      Luis de Bethencourt <luisbg@kernel.org>
3131 M:      Salah Triki <salah.triki@gmail.com>
3132 S:      Maintained
3133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
3134 F:      Documentation/filesystems/befs.rst
3135 F:      fs/befs/
3136
3137 BFQ I/O SCHEDULER
3138 M:      Paolo Valente <paolo.valente@linaro.org>
3139 M:      Jens Axboe <axboe@kernel.dk>
3140 L:      linux-block@vger.kernel.org
3141 S:      Maintained
3142 F:      Documentation/block/bfq-iosched.rst
3143 F:      block/bfq-*
3144
3145 BFS FILE SYSTEM
3146 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
3147 S:      Maintained
3148 F:      Documentation/filesystems/bfs.rst
3149 F:      fs/bfs/
3150 F:      include/uapi/linux/bfs_fs.h
3151
3152 BLINKM RGB LED DRIVER
3153 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
3154 S:      Maintained
3155 F:      drivers/leds/leds-blinkm.c
3156
3157 BLOCK LAYER
3158 M:      Jens Axboe <axboe@kernel.dk>
3159 L:      linux-block@vger.kernel.org
3160 S:      Maintained
3161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
3162 F:      block/
3163 F:      drivers/block/
3164 F:      kernel/trace/blktrace.c
3165 F:      lib/sbitmap.c
3166
3167 BLOCK2MTD DRIVER
3168 M:      Joern Engel <joern@lazybastard.org>
3169 L:      linux-mtd@lists.infradead.org
3170 S:      Maintained
3171 F:      drivers/mtd/devices/block2mtd.c
3172
3173 BLUETOOTH DRIVERS
3174 M:      Marcel Holtmann <marcel@holtmann.org>
3175 M:      Johan Hedberg <johan.hedberg@gmail.com>
3176 L:      linux-bluetooth@vger.kernel.org
3177 S:      Maintained
3178 W:      http://www.bluez.org/
3179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
3180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
3181 F:      drivers/bluetooth/
3182
3183 BLUETOOTH SUBSYSTEM
3184 M:      Marcel Holtmann <marcel@holtmann.org>
3185 M:      Johan Hedberg <johan.hedberg@gmail.com>
3186 L:      linux-bluetooth@vger.kernel.org
3187 S:      Maintained
3188 W:      http://www.bluez.org/
3189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
3191 F:      include/net/bluetooth/
3192 F:      net/bluetooth/
3193
3194 BONDING DRIVER
3195 M:      Jay Vosburgh <j.vosburgh@gmail.com>
3196 M:      Veaceslav Falico <vfalico@gmail.com>
3197 M:      Andy Gospodarek <andy@greyhouse.net>
3198 L:      netdev@vger.kernel.org
3199 S:      Supported
3200 W:      http://sourceforge.net/projects/bonding/
3201 F:      drivers/net/bonding/
3202 F:      include/uapi/linux/if_bonding.h
3203
3204 BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER
3205 M:      Dan Robertson <dan@dlrobertson.com>
3206 L:      linux-iio@vger.kernel.org
3207 S:      Maintained
3208 F:      Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml
3209 F:      drivers/iio/accel/bma400*
3210
3211 BPF (Safe dynamic programs and tools)
3212 M:      Alexei Starovoitov <ast@kernel.org>
3213 M:      Daniel Borkmann <daniel@iogearbox.net>
3214 R:      Martin KaFai Lau <kafai@fb.com>
3215 R:      Song Liu <songliubraving@fb.com>
3216 R:      Yonghong Song <yhs@fb.com>
3217 R:      Andrii Nakryiko <andriin@fb.com>
3218 R:      John Fastabend <john.fastabend@gmail.com>
3219 R:      KP Singh <kpsingh@chromium.org>
3220 L:      netdev@vger.kernel.org
3221 L:      bpf@vger.kernel.org
3222 S:      Supported
3223 Q:      https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
3224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
3225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
3226 F:      Documentation/bpf/
3227 F:      Documentation/networking/filter.rst
3228 F:      arch/*/net/*
3229 F:      include/linux/bpf*
3230 F:      include/linux/filter.h
3231 F:      include/trace/events/xdp.h
3232 F:      include/uapi/linux/bpf*
3233 F:      include/uapi/linux/filter.h
3234 F:      kernel/bpf/
3235 F:      kernel/trace/bpf_trace.c
3236 F:      lib/test_bpf.c
3237 F:      net/bpf/
3238 F:      net/core/filter.c
3239 F:      net/sched/act_bpf.c
3240 F:      net/sched/cls_bpf.c
3241 F:      samples/bpf/
3242 F:      tools/bpf/
3243 F:      tools/lib/bpf/
3244 F:      tools/testing/selftests/bpf/
3245 N:      bpf
3246 K:      bpf
3247
3248 BPF JIT for ARM
3249 M:      Shubham Bansal <illusionist.neo@gmail.com>
3250 L:      netdev@vger.kernel.org
3251 L:      bpf@vger.kernel.org
3252 S:      Maintained
3253 F:      arch/arm/net/
3254
3255 BPF JIT for ARM64
3256 M:      Daniel Borkmann <daniel@iogearbox.net>
3257 M:      Alexei Starovoitov <ast@kernel.org>
3258 M:      Zi Shen Lim <zlim.lnx@gmail.com>
3259 L:      netdev@vger.kernel.org
3260 L:      bpf@vger.kernel.org
3261 S:      Supported
3262 F:      arch/arm64/net/
3263
3264 BPF JIT for MIPS (32-BIT AND 64-BIT)
3265 M:      Paul Burton <paulburton@kernel.org>
3266 L:      netdev@vger.kernel.org
3267 L:      bpf@vger.kernel.org
3268 S:      Maintained
3269 F:      arch/mips/net/
3270
3271 BPF JIT for NFP NICs
3272 M:      Jakub Kicinski <kuba@kernel.org>
3273 L:      netdev@vger.kernel.org
3274 L:      bpf@vger.kernel.org
3275 S:      Supported
3276 F:      drivers/net/ethernet/netronome/nfp/bpf/
3277
3278 BPF JIT for POWERPC (32-BIT AND 64-BIT)
3279 M:      Naveen N. Rao <naveen.n.rao@linux.ibm.com>
3280 M:      Sandipan Das <sandipan@linux.ibm.com>
3281 L:      netdev@vger.kernel.org
3282 L:      bpf@vger.kernel.org
3283 S:      Maintained
3284 F:      arch/powerpc/net/
3285
3286 BPF JIT for RISC-V (32-bit)
3287 M:      Luke Nelson <luke.r.nels@gmail.com>
3288 M:      Xi Wang <xi.wang@gmail.com>
3289 L:      netdev@vger.kernel.org
3290 L:      bpf@vger.kernel.org
3291 S:      Maintained
3292 F:      arch/riscv/net/
3293 X:      arch/riscv/net/bpf_jit_comp64.c
3294
3295 BPF JIT for RISC-V (64-bit)
3296 M:      Björn Töpel <bjorn.topel@gmail.com>
3297 L:      netdev@vger.kernel.org
3298 L:      bpf@vger.kernel.org
3299 S:      Maintained
3300 F:      arch/riscv/net/
3301 X:      arch/riscv/net/bpf_jit_comp32.c
3302
3303 BPF JIT for S390
3304 M:      Ilya Leoshkevich <iii@linux.ibm.com>
3305 M:      Heiko Carstens <hca@linux.ibm.com>
3306 M:      Vasily Gorbik <gor@linux.ibm.com>
3307 L:      netdev@vger.kernel.org
3308 L:      bpf@vger.kernel.org
3309 S:      Maintained
3310 F:      arch/s390/net/
3311 X:      arch/s390/net/pnet.c
3312
3313 BPF JIT for SPARC (32-BIT AND 64-BIT)
3314 M:      David S. Miller <davem@davemloft.net>
3315 L:      netdev@vger.kernel.org
3316 L:      bpf@vger.kernel.org
3317 S:      Maintained
3318 F:      arch/sparc/net/
3319
3320 BPF JIT for X86 32-BIT
3321 M:      Wang YanQing <udknight@gmail.com>
3322 L:      netdev@vger.kernel.org
3323 L:      bpf@vger.kernel.org
3324 S:      Maintained
3325 F:      arch/x86/net/bpf_jit_comp32.c
3326
3327 BPF JIT for X86 64-BIT
3328 M:      Alexei Starovoitov <ast@kernel.org>
3329 M:      Daniel Borkmann <daniel@iogearbox.net>
3330 L:      netdev@vger.kernel.org
3331 L:      bpf@vger.kernel.org
3332 S:      Supported
3333 F:      arch/x86/net/
3334 X:      arch/x86/net/bpf_jit_comp32.c
3335
3336 BROADCOM B44 10/100 ETHERNET DRIVER
3337 M:      Michael Chan <michael.chan@broadcom.com>
3338 L:      netdev@vger.kernel.org
3339 S:      Supported
3340 F:      drivers/net/ethernet/broadcom/b44.*
3341
3342 BROADCOM B53 ETHERNET SWITCH DRIVER
3343 M:      Florian Fainelli <f.fainelli@gmail.com>
3344 L:      netdev@vger.kernel.org
3345 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
3346 S:      Supported
3347 F:      drivers/net/dsa/b53/*
3348 F:      include/linux/platform_data/b53.h
3349
3350 BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE
3351 M:      Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
3352 L:      bcm-kernel-feedback-list@broadcom.com
3353 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
3354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3355 S:      Maintained
3356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsaenz/linux-rpi.git
3357 F:      Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
3358 F:      drivers/pci/controller/pcie-brcmstb.c
3359 F:      drivers/staging/vc04_services
3360 N:      bcm2711
3361 N:      bcm2835
3362
3363 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
3364 M:      Florian Fainelli <f.fainelli@gmail.com>
3365 M:      Ray Jui <rjui@broadcom.com>
3366 M:      Scott Branden <sbranden@broadcom.com>
3367 M:      bcm-kernel-feedback-list@broadcom.com
3368 S:      Maintained
3369 T:      git git://github.com/broadcom/mach-bcm
3370 F:      arch/arm/mach-bcm/
3371 N:      bcm281*
3372 N:      bcm113*
3373 N:      bcm216*
3374 N:      kona
3375
3376 BROADCOM BCM47XX MIPS ARCHITECTURE
3377 M:      Hauke Mehrtens <hauke@hauke-m.de>
3378 M:      Rafał Miłecki <zajec5@gmail.com>
3379 L:      linux-mips@vger.kernel.org
3380 S:      Maintained
3381 F:      Documentation/devicetree/bindings/mips/brcm/
3382 F:      arch/mips/bcm47xx/*
3383 F:      arch/mips/include/asm/mach-bcm47xx/*
3384
3385 BROADCOM BCM5301X ARM ARCHITECTURE
3386 M:      Hauke Mehrtens <hauke@hauke-m.de>
3387 M:      Rafał Miłecki <zajec5@gmail.com>
3388 M:      bcm-kernel-feedback-list@broadcom.com
3389 L:      linux-arm-kernel@lists.infradead.org
3390 S:      Maintained
3391 F:      arch/arm/boot/dts/bcm470*
3392 F:      arch/arm/boot/dts/bcm5301x*.dtsi
3393 F:      arch/arm/boot/dts/bcm953012*
3394 F:      arch/arm/mach-bcm/bcm_5301x.c
3395
3396 BROADCOM BCM53573 ARM ARCHITECTURE
3397 M:      Rafał Miłecki <rafal@milecki.pl>
3398 L:      bcm-kernel-feedback-list@broadcom.com
3399 L:      linux-arm-kernel@lists.infradead.org
3400 S:      Maintained
3401 F:      arch/arm/boot/dts/bcm47189*
3402 F:      arch/arm/boot/dts/bcm53573*
3403
3404 BROADCOM BCM63XX ARM ARCHITECTURE
3405 M:      Florian Fainelli <f.fainelli@gmail.com>
3406 M:      bcm-kernel-feedback-list@broadcom.com
3407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3408 S:      Maintained
3409 T:      git git://github.com/broadcom/stblinux.git
3410 N:      bcm63xx
3411
3412 BROADCOM BCM63XX/BCM33XX UDC DRIVER
3413 M:      Kevin Cernekee <cernekee@gmail.com>
3414 L:      linux-usb@vger.kernel.org
3415 S:      Maintained
3416 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
3417
3418 BROADCOM BCM7XXX ARM ARCHITECTURE
3419 M:      Florian Fainelli <f.fainelli@gmail.com>
3420 M:      bcm-kernel-feedback-list@broadcom.com
3421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3422 S:      Maintained
3423 T:      git git://github.com/broadcom/stblinux.git
3424 F:      Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
3425 F:      arch/arm/boot/dts/bcm7*.dts*
3426 F:      arch/arm/include/asm/hardware/cache-b15-rac.h
3427 F:      arch/arm/mach-bcm/*brcmstb*
3428 F:      arch/arm/mm/cache-b15-rac.c
3429 F:      drivers/bus/brcmstb_gisb.c
3430 F:      drivers/pci/controller/pcie-brcmstb.c
3431 N:      brcmstb
3432
3433 BROADCOM BMIPS CPUFREQ DRIVER
3434 M:      Markus Mayer <mmayer@broadcom.com>
3435 M:      bcm-kernel-feedback-list@broadcom.com
3436 L:      linux-pm@vger.kernel.org
3437 S:      Maintained
3438 F:      drivers/cpufreq/bmips-cpufreq.c
3439
3440 BROADCOM BMIPS MIPS ARCHITECTURE
3441 M:      Florian Fainelli <f.fainelli@gmail.com>
3442 L:      bcm-kernel-feedback-list@broadcom.com
3443 L:      linux-mips@vger.kernel.org
3444 S:      Maintained
3445 T:      git git://github.com/broadcom/stblinux.git
3446 F:      arch/mips/bmips/*
3447 F:      arch/mips/boot/dts/brcm/bcm*.dts*
3448 F:      arch/mips/include/asm/mach-bmips/*
3449 F:      arch/mips/kernel/*bmips*
3450 F:      drivers/irqchip/irq-bcm63*
3451 F:      drivers/irqchip/irq-bcm7*
3452 F:      drivers/irqchip/irq-brcmstb*
3453 F:      include/linux/bcm963xx_nvram.h
3454 F:      include/linux/bcm963xx_tag.h
3455
3456 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
3457 M:      Rasesh Mody <rmody@marvell.com>
3458 M:      GR-Linux-NIC-Dev@marvell.com
3459 L:      netdev@vger.kernel.org
3460 S:      Supported
3461 F:      drivers/net/ethernet/broadcom/bnx2.*
3462 F:      drivers/net/ethernet/broadcom/bnx2_*
3463
3464 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3465 M:      QLogic-Storage-Upstream@qlogic.com
3466 L:      linux-scsi@vger.kernel.org
3467 S:      Supported
3468 F:      drivers/scsi/bnx2fc/
3469
3470 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3471 M:      QLogic-Storage-Upstream@qlogic.com
3472 L:      linux-scsi@vger.kernel.org
3473 S:      Supported
3474 F:      drivers/scsi/bnx2i/
3475
3476 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
3477 M:      Ariel Elior <aelior@marvell.com>
3478 M:      Sudarsana Kalluru <skalluru@marvell.com>
3479 M:      GR-everest-linux-l2@marvell.com
3480 L:      netdev@vger.kernel.org
3481 S:      Supported
3482 F:      drivers/net/ethernet/broadcom/bnx2x/
3483
3484 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
3485 M:      Michael Chan <michael.chan@broadcom.com>
3486 L:      netdev@vger.kernel.org
3487 S:      Supported
3488 F:      drivers/net/ethernet/broadcom/bnxt/
3489
3490 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
3491 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
3492 M:      Franky Lin <franky.lin@broadcom.com>
3493 M:      Hante Meuleman <hante.meuleman@broadcom.com>
3494 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
3495 M:      Wright Feng <wright.feng@cypress.com>
3496 L:      linux-wireless@vger.kernel.org
3497 L:      brcm80211-dev-list.pdl@broadcom.com
3498 L:      brcm80211-dev-list@cypress.com
3499 S:      Supported
3500 F:      drivers/net/wireless/broadcom/brcm80211/
3501
3502 BROADCOM BRCMSTB GPIO DRIVER
3503 M:      Gregory Fong <gregory.0xf0@gmail.com>
3504 L:      bcm-kernel-feedback-list@broadcom.com
3505 S:      Supported
3506 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3507 F:      drivers/gpio/gpio-brcmstb.c
3508
3509 BROADCOM BRCMSTB I2C DRIVER
3510 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3511 L:      linux-i2c@vger.kernel.org
3512 L:      bcm-kernel-feedback-list@broadcom.com
3513 S:      Supported
3514 F:      Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml
3515 F:      drivers/i2c/busses/i2c-brcmstb.c
3516
3517 BROADCOM BRCMSTB USB EHCI DRIVER
3518 M:      Al Cooper <alcooperx@gmail.com>
3519 L:      linux-usb@vger.kernel.org
3520 L:      bcm-kernel-feedback-list@broadcom.com
3521 S:      Maintained
3522 F:      Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml
3523 F:      drivers/usb/host/ehci-brcm.*
3524
3525 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
3526 M:      Al Cooper <alcooperx@gmail.com>
3527 L:      linux-kernel@vger.kernel.org
3528 L:      bcm-kernel-feedback-list@broadcom.com
3529 S:      Maintained
3530 F:      drivers/phy/broadcom/phy-brcm-usb*
3531
3532 BROADCOM GENET ETHERNET DRIVER
3533 M:      Doug Berger <opendmb@gmail.com>
3534 M:      Florian Fainelli <f.fainelli@gmail.com>
3535 L:      bcm-kernel-feedback-list@broadcom.com
3536 L:      netdev@vger.kernel.org
3537 S:      Supported
3538 F:      drivers/net/ethernet/broadcom/genet/
3539
3540 BROADCOM IPROC ARM ARCHITECTURE
3541 M:      Ray Jui <rjui@broadcom.com>
3542 M:      Scott Branden <sbranden@broadcom.com>
3543 M:      bcm-kernel-feedback-list@broadcom.com
3544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3545 S:      Maintained
3546 T:      git git://github.com/broadcom/cygnus-linux.git
3547 F:      arch/arm64/boot/dts/broadcom/northstar2/*
3548 F:      arch/arm64/boot/dts/broadcom/stingray/*
3549 F:      drivers/clk/bcm/clk-ns*
3550 F:      drivers/clk/bcm/clk-sr*
3551 F:      drivers/pinctrl/bcm/pinctrl-ns*
3552 F:      include/dt-bindings/clock/bcm-sr*
3553 N:      iproc
3554 N:      cygnus
3555 N:      bcm[-_]nsp
3556 N:      bcm9113*
3557 N:      bcm9583*
3558 N:      bcm9585*
3559 N:      bcm9586*
3560 N:      bcm988312
3561 N:      bcm113*
3562 N:      bcm583*
3563 N:      bcm585*
3564 N:      bcm586*
3565 N:      bcm88312
3566 N:      hr2
3567 N:      stingray
3568
3569 BROADCOM KONA GPIO DRIVER
3570 M:      Ray Jui <rjui@broadcom.com>
3571 L:      bcm-kernel-feedback-list@broadcom.com
3572 S:      Supported
3573 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3574 F:      drivers/gpio/gpio-bcm-kona.c
3575
3576 BROADCOM NETXTREME-E ROCE DRIVER
3577 M:      Selvin Xavier <selvin.xavier@broadcom.com>
3578 M:      Devesh Sharma <devesh.sharma@broadcom.com>
3579 M:      Somnath Kotur <somnath.kotur@broadcom.com>
3580 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
3581 L:      linux-rdma@vger.kernel.org
3582 S:      Supported
3583 W:      http://www.broadcom.com
3584 F:      drivers/infiniband/hw/bnxt_re/
3585 F:      include/uapi/rdma/bnxt_re-abi.h
3586
3587 BROADCOM NVRAM DRIVER
3588 M:      Rafał Miłecki <zajec5@gmail.com>
3589 L:      linux-mips@vger.kernel.org
3590 S:      Maintained
3591 F:      drivers/firmware/broadcom/*
3592
3593 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3594 M:      Rafał Miłecki <zajec5@gmail.com>
3595 L:      linux-wireless@vger.kernel.org
3596 S:      Maintained
3597 F:      drivers/bcma/
3598 F:      include/linux/bcma/
3599
3600 BROADCOM SPI DRIVER
3601 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3602 M:      bcm-kernel-feedback-list@broadcom.com
3603 S:      Maintained
3604 F:      Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt
3605 F:      drivers/spi/spi-bcm-qspi.*
3606 F:      drivers/spi/spi-brcmstb-qspi.c
3607 F:      drivers/spi/spi-iproc-qspi.c
3608
3609 BROADCOM STB AVS CPUFREQ DRIVER
3610 M:      Markus Mayer <mmayer@broadcom.com>
3611 M:      bcm-kernel-feedback-list@broadcom.com
3612 L:      linux-pm@vger.kernel.org
3613 S:      Maintained
3614 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3615 F:      drivers/cpufreq/brcmstb*
3616
3617 BROADCOM STB AVS TMON DRIVER
3618 M:      Markus Mayer <mmayer@broadcom.com>
3619 M:      bcm-kernel-feedback-list@broadcom.com
3620 L:      linux-pm@vger.kernel.org
3621 S:      Maintained
3622 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3623 F:      drivers/thermal/broadcom/brcmstb*
3624
3625 BROADCOM STB DPFE DRIVER
3626 M:      Markus Mayer <mmayer@broadcom.com>
3627 M:      bcm-kernel-feedback-list@broadcom.com
3628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3629 S:      Maintained
3630 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3631 F:      drivers/memory/brcmstb_dpfe.c
3632
3633 BROADCOM STB NAND FLASH DRIVER
3634 M:      Brian Norris <computersforpeace@gmail.com>
3635 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3636 L:      linux-mtd@lists.infradead.org
3637 L:      bcm-kernel-feedback-list@broadcom.com
3638 S:      Maintained
3639 F:      drivers/mtd/nand/raw/brcmnand/
3640
3641 BROADCOM SYSTEMPORT ETHERNET DRIVER
3642 M:      Florian Fainelli <f.fainelli@gmail.com>
3643 L:      bcm-kernel-feedback-list@broadcom.com
3644 L:      netdev@vger.kernel.org
3645 S:      Supported
3646 F:      drivers/net/ethernet/broadcom/bcmsysport.*
3647
3648 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3649 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
3650 M:      Prashant Sreedharan <prashant@broadcom.com>
3651 M:      Michael Chan <mchan@broadcom.com>
3652 L:      netdev@vger.kernel.org
3653 S:      Supported
3654 F:      drivers/net/ethernet/broadcom/tg3.*
3655
3656 BROCADE BFA FC SCSI DRIVER
3657 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3658 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3659 L:      linux-scsi@vger.kernel.org
3660 S:      Supported
3661 F:      drivers/scsi/bfa/
3662
3663 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3664 M:      Rasesh Mody <rmody@marvell.com>
3665 M:      Sudarsana Kalluru <skalluru@marvell.com>
3666 M:      GR-Linux-NIC-Dev@marvell.com
3667 L:      netdev@vger.kernel.org
3668 S:      Supported
3669 F:      drivers/net/ethernet/brocade/bna/
3670
3671 BSG (block layer generic sg v4 driver)
3672 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3673 L:      linux-scsi@vger.kernel.org
3674 S:      Supported
3675 F:      block/bsg.c
3676 F:      include/linux/bsg.h
3677 F:      include/uapi/linux/bsg.h
3678
3679 BT87X AUDIO DRIVER
3680 M:      Clemens Ladisch <clemens@ladisch.de>
3681 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3682 S:      Maintained
3683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3684 F:      Documentation/sound/cards/bt87x.rst
3685 F:      sound/pci/bt87x.c
3686
3687 BT8XXGPIO DRIVER
3688 M:      Michael Buesch <m@bues.ch>
3689 S:      Maintained
3690 W:      http://bu3sch.de/btgpio.php
3691 F:      drivers/gpio/gpio-bt8xx.c
3692
3693 BTRFS FILE SYSTEM
3694 M:      Chris Mason <clm@fb.com>
3695 M:      Josef Bacik <josef@toxicpanda.com>
3696 M:      David Sterba <dsterba@suse.com>
3697 L:      linux-btrfs@vger.kernel.org
3698 S:      Maintained
3699 W:      http://btrfs.wiki.kernel.org/
3700 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git
3702 F:      Documentation/filesystems/btrfs.rst
3703 F:      fs/btrfs/
3704 F:      include/linux/btrfs*
3705 F:      include/uapi/linux/btrfs*
3706
3707 BTTV VIDEO4LINUX DRIVER
3708 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3709 L:      linux-media@vger.kernel.org
3710 S:      Odd fixes
3711 W:      https://linuxtv.org
3712 T:      git git://linuxtv.org/media_tree.git
3713 F:      Documentation/driver-api/media/drivers/bttv*
3714 F:      drivers/media/pci/bt8xx/bttv*
3715
3716 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3717 M:      Chanwoo Choi <cw00.choi@samsung.com>
3718 L:      linux-pm@vger.kernel.org
3719 L:      linux-samsung-soc@vger.kernel.org
3720 S:      Maintained
3721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
3722 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3723 F:      drivers/devfreq/exynos-bus.c
3724
3725 BUSLOGIC SCSI DRIVER
3726 M:      Khalid Aziz <khalid@gonehiking.org>
3727 L:      linux-scsi@vger.kernel.org
3728 S:      Maintained
3729 F:      drivers/scsi/BusLogic.*
3730 F:      drivers/scsi/FlashPoint.*
3731
3732 C-MEDIA CMI8788 DRIVER
3733 M:      Clemens Ladisch <clemens@ladisch.de>
3734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3735 S:      Maintained
3736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3737 F:      sound/pci/oxygen/
3738
3739 C-SKY ARCHITECTURE
3740 M:      Guo Ren <guoren@kernel.org>
3741 L:      linux-csky@vger.kernel.org
3742 S:      Supported
3743 T:      git https://github.com/c-sky/csky-linux.git
3744 F:      Documentation/devicetree/bindings/csky/
3745 F:      Documentation/devicetree/bindings/interrupt-controller/csky,*
3746 F:      Documentation/devicetree/bindings/timer/csky,*
3747 F:      arch/csky/
3748 F:      drivers/clocksource/timer-gx6605s.c
3749 F:      drivers/clocksource/timer-mp-csky.c
3750 F:      drivers/irqchip/irq-csky-*
3751 N:      csky
3752 K:      csky
3753
3754 C6X ARCHITECTURE
3755 M:      Mark Salter <msalter@redhat.com>
3756 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3757 L:      linux-c6x-dev@linux-c6x.org
3758 S:      Maintained
3759 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3760 F:      arch/c6x/
3761
3762 CA8210 IEEE-802.15.4 RADIO DRIVER
3763 M:      Harry Morris <h.morris@cascoda.com>
3764 L:      linux-wpan@vger.kernel.org
3765 S:      Maintained
3766 W:      https://github.com/Cascoda/ca8210-linux.git
3767 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3768 F:      drivers/net/ieee802154/ca8210.c
3769
3770 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3771 M:      David Howells <dhowells@redhat.com>
3772 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3773 S:      Supported
3774 F:      Documentation/filesystems/caching/cachefiles.rst
3775 F:      fs/cachefiles/
3776
3777 CADENCE MIPI-CSI2 BRIDGES
3778 M:      Maxime Ripard <mripard@kernel.org>
3779 L:      linux-media@vger.kernel.org
3780 S:      Maintained
3781 F:      Documentation/devicetree/bindings/media/cdns,*.txt
3782 F:      drivers/media/platform/cadence/cdns-csi2*
3783
3784 CADENCE NAND DRIVER
3785 L:      linux-mtd@lists.infradead.org
3786 S:      Orphan
3787 F:      Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt
3788 F:      drivers/mtd/nand/raw/cadence-nand-controller.c
3789
3790 CADET FM/AM RADIO RECEIVER DRIVER
3791 M:      Hans Verkuil <hverkuil@xs4all.nl>
3792 L:      linux-media@vger.kernel.org
3793 S:      Maintained
3794 W:      https://linuxtv.org
3795 T:      git git://linuxtv.org/media_tree.git
3796 F:      drivers/media/radio/radio-cadet*
3797
3798 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3799 M:      Jonathan Corbet <corbet@lwn.net>
3800 L:      linux-media@vger.kernel.org
3801 S:      Maintained
3802 T:      git git://linuxtv.org/media_tree.git
3803 F:      Documentation/admin-guide/media/cafe_ccic*
3804 F:      drivers/media/platform/marvell-ccic/
3805
3806 CAIF NETWORK LAYER
3807 L:      netdev@vger.kernel.org
3808 S:      Orphan
3809 F:      Documentation/networking/caif/
3810 F:      drivers/net/caif/
3811 F:      include/net/caif/
3812 F:      include/uapi/linux/caif/
3813 F:      net/caif/
3814
3815 CAKE QDISC
3816 M:      Toke Høiland-Jørgensen <toke@toke.dk>
3817 L:      cake@lists.bufferbloat.net (moderated for non-subscribers)
3818 S:      Maintained
3819 F:      net/sched/sch_cake.c
3820
3821 CAN NETWORK DRIVERS
3822 M:      Wolfgang Grandegger <wg@grandegger.com>
3823 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3824 L:      linux-can@vger.kernel.org
3825 S:      Maintained
3826 W:      https://github.com/linux-can
3827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3829 F:      Documentation/devicetree/bindings/net/can/
3830 F:      drivers/net/can/
3831 F:      include/linux/can/dev.h
3832 F:      include/linux/can/led.h
3833 F:      include/linux/can/platform/
3834 F:      include/linux/can/rx-offload.h
3835 F:      include/uapi/linux/can/error.h
3836 F:      include/uapi/linux/can/netlink.h
3837 F:      include/uapi/linux/can/vxcan.h
3838
3839 CAN NETWORK LAYER
3840 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3841 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3842 L:      linux-can@vger.kernel.org
3843 S:      Maintained
3844 W:      https://github.com/linux-can
3845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3847 F:      Documentation/networking/can.rst
3848 F:      include/linux/can/core.h
3849 F:      include/linux/can/skb.h
3850 F:      include/net/netns/can.h
3851 F:      include/uapi/linux/can.h
3852 F:      include/uapi/linux/can/bcm.h
3853 F:      include/uapi/linux/can/gw.h
3854 F:      include/uapi/linux/can/raw.h
3855 F:      net/can/
3856
3857 CAN-J1939 NETWORK LAYER
3858 M:      Robin van der Gracht <robin@protonic.nl>
3859 M:      Oleksij Rempel <o.rempel@pengutronix.de>
3860 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
3861 L:      linux-can@vger.kernel.org
3862 S:      Maintained
3863 F:      Documentation/networking/j1939.rst
3864 F:      include/uapi/linux/can/j1939.h
3865 F:      net/can/j1939/
3866
3867 CAPABILITIES
3868 M:      Serge Hallyn <serge@hallyn.com>
3869 L:      linux-security-module@vger.kernel.org
3870 S:      Supported
3871 F:      include/linux/capability.h
3872 F:      include/uapi/linux/capability.h
3873 F:      kernel/capability.c
3874 F:      security/commoncap.c
3875
3876 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3877 M:      Kevin Tsai <ktsai@capellamicro.com>
3878 S:      Maintained
3879 F:      drivers/iio/light/cm*
3880
3881 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3882 M:      Christian Lamparter <chunkeey@googlemail.com>
3883 L:      linux-wireless@vger.kernel.org
3884 S:      Maintained
3885 W:      https://wireless.wiki.kernel.org/en/users/Drivers/carl9170
3886 F:      drivers/net/wireless/ath/carl9170/
3887
3888 CAVIUM I2C DRIVER
3889 M:      Robert Richter <rrichter@marvell.com>
3890 S:      Supported
3891 W:      http://www.marvell.com
3892 F:      drivers/i2c/busses/i2c-octeon*
3893 F:      drivers/i2c/busses/i2c-thunderx*
3894
3895 CAVIUM LIQUIDIO NETWORK DRIVER
3896 M:      Derek Chickles <dchickles@marvell.com>
3897 M:      Satanand Burla <sburla@marvell.com>
3898 M:      Felix Manlunas <fmanlunas@marvell.com>
3899 L:      netdev@vger.kernel.org
3900 S:      Supported
3901 W:      http://www.marvell.com
3902 F:      drivers/net/ethernet/cavium/liquidio/
3903
3904 CAVIUM MMC DRIVER
3905 M:      Robert Richter <rrichter@marvell.com>
3906 S:      Supported
3907 W:      http://www.marvell.com
3908 F:      drivers/mmc/host/cavium*
3909
3910 CAVIUM OCTEON-TX CRYPTO DRIVER
3911 M:      George Cherian <gcherian@marvell.com>
3912 L:      linux-crypto@vger.kernel.org
3913 S:      Supported
3914 W:      http://www.marvell.com
3915 F:      drivers/crypto/cavium/cpt/
3916
3917 CAVIUM THUNDERX2 ARM64 SOC
3918 M:      Robert Richter <rrichter@marvell.com>
3919 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3920 S:      Maintained
3921 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3922 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3923
3924 CC2520 IEEE-802.15.4 RADIO DRIVER
3925 M:      Varka Bhadram <varkabhadram@gmail.com>
3926 L:      linux-wpan@vger.kernel.org
3927 S:      Maintained
3928 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3929 F:      drivers/net/ieee802154/cc2520.c
3930 F:      include/linux/spi/cc2520.h
3931
3932 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3933 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3934 L:      linux-crypto@vger.kernel.org
3935 S:      Supported
3936 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3937 F:      drivers/crypto/ccree/
3938
3939 CCTRNG ARM TRUSTZONE CRYPTOCELL TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
3940 M:      Hadar Gat <hadar.gat@arm.com>
3941 L:      linux-crypto@vger.kernel.org
3942 S:      Supported
3943 F:      drivers/char/hw_random/cctrng.c
3944 F:      drivers/char/hw_random/cctrng.h
3945 F:      Documentation/devicetree/bindings/rng/arm-cctrng.yaml
3946 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3947
3948 CEC FRAMEWORK
3949 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
3950 L:      linux-media@vger.kernel.org
3951 S:      Supported
3952 W:      http://linuxtv.org
3953 T:      git git://linuxtv.org/media_tree.git
3954 F:      Documentation/ABI/testing/debugfs-cec-error-inj
3955 F:      Documentation/devicetree/bindings/media/cec.txt
3956 F:      Documentation/driver-api/media/cec-core.rst
3957 F:      Documentation/userspace-api/media/cec
3958 F:      drivers/media/cec/
3959 F:      drivers/media/rc/keymaps/rc-cec.c
3960 F:      include/media/cec-notifier.h
3961 F:      include/media/cec.h
3962 F:      include/uapi/linux/cec-funcs.h
3963 F:      include/uapi/linux/cec.h
3964
3965 CEC GPIO DRIVER
3966 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
3967 L:      linux-media@vger.kernel.org
3968 S:      Supported
3969 W:      http://linuxtv.org
3970 T:      git git://linuxtv.org/media_tree.git
3971 F:      Documentation/devicetree/bindings/media/cec-gpio.txt
3972 F:      drivers/media/platform/cec-gpio/
3973
3974 CELL BROADBAND ENGINE ARCHITECTURE
3975 M:      Arnd Bergmann <arnd@arndb.de>
3976 L:      linuxppc-dev@lists.ozlabs.org
3977 S:      Supported
3978 W:      http://www.ibm.com/developerworks/power/cell/
3979 F:      arch/powerpc/include/asm/cell*.h
3980 F:      arch/powerpc/include/asm/spu*.h
3981 F:      arch/powerpc/include/uapi/asm/spu*.h
3982 F:      arch/powerpc/oprofile/*cell*
3983 F:      arch/powerpc/platforms/cell/
3984
3985 CELLWISE CW2015 BATTERY DRIVER
3986 M:      Tobias Schrammm <t.schramm@manjaro.org>
3987 S:      Maintained
3988 F:      Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml
3989 F:      drivers/power/supply/cw2015_battery.c
3990
3991 CEPH COMMON CODE (LIBCEPH)
3992 M:      Ilya Dryomov <idryomov@gmail.com>
3993 M:      Jeff Layton <jlayton@kernel.org>
3994 L:      ceph-devel@vger.kernel.org
3995 S:      Supported
3996 W:      http://ceph.com/
3997 T:      git git://github.com/ceph/ceph-client.git
3998 F:      include/linux/ceph/
3999 F:      include/linux/crush/
4000 F:      net/ceph/
4001
4002 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
4003 M:      Jeff Layton <jlayton@kernel.org>
4004 M:      Ilya Dryomov <idryomov@gmail.com>
4005 L:      ceph-devel@vger.kernel.org
4006 S:      Supported
4007 W:      http://ceph.com/
4008 T:      git git://github.com/ceph/ceph-client.git
4009 F:      Documentation/filesystems/ceph.rst
4010 F:      fs/ceph/
4011
4012 CERTIFICATE HANDLING
4013 M:      David Howells <dhowells@redhat.com>
4014 M:      David Woodhouse <dwmw2@infradead.org>
4015 L:      keyrings@vger.kernel.org
4016 S:      Maintained
4017 F:      Documentation/admin-guide/module-signing.rst
4018 F:      certs/
4019 F:      scripts/extract-cert.c
4020 F:      scripts/sign-file.c
4021
4022 CFAG12864B LCD DRIVER
4023 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4024 S:      Maintained
4025 F:      drivers/auxdisplay/cfag12864b.c
4026 F:      include/linux/cfag12864b.h
4027
4028 CFAG12864BFB LCD FRAMEBUFFER DRIVER
4029 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4030 S:      Maintained
4031 F:      drivers/auxdisplay/cfag12864bfb.c
4032 F:      include/linux/cfag12864b.h
4033
4034 CHAR and MISC DRIVERS
4035 M:      Arnd Bergmann <arnd@arndb.de>
4036 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4037 S:      Supported
4038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
4039 F:      drivers/char/
4040 F:      drivers/misc/
4041 F:      include/linux/miscdevice.h
4042
4043 CHECKPATCH
4044 M:      Andy Whitcroft <apw@canonical.com>
4045 M:      Joe Perches <joe@perches.com>
4046 S:      Maintained
4047 F:      scripts/checkpatch.pl
4048
4049 CHINESE DOCUMENTATION
4050 M:      Harry Wei <harryxiyou@gmail.com>
4051 M:      Alex Shi <alex.shi@linux.alibaba.com>
4052 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
4053 S:      Maintained
4054 F:      Documentation/translations/zh_CN/
4055
4056 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
4057 M:      Peter Chen <Peter.Chen@nxp.com>
4058 L:      linux-usb@vger.kernel.org
4059 S:      Maintained
4060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
4061 F:      drivers/usb/chipidea/
4062
4063 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
4064 M:      Hans de Goede <hdegoede@redhat.com>
4065 L:      linux-input@vger.kernel.org
4066 S:      Maintained
4067 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
4068 F:      drivers/input/touchscreen/chipone_icn8318.c
4069
4070 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
4071 M:      Hans de Goede <hdegoede@redhat.com>
4072 L:      linux-input@vger.kernel.org
4073 S:      Maintained
4074 F:      drivers/input/touchscreen/chipone_icn8505.c
4075
4076 CHROME HARDWARE PLATFORM SUPPORT
4077 M:      Benson Leung <bleung@chromium.org>
4078 M:      Enric Balletbo i Serra <enric.balletbo@collabora.com>
4079 S:      Maintained
4080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
4081 F:      drivers/platform/chrome/
4082
4083 CHROMEOS EC CODEC DRIVER
4084 M:      Cheng-Yi Chiang <cychiang@chromium.org>
4085 R:      Enric Balletbo i Serra <enric.balletbo@collabora.com>
4086 R:      Guenter Roeck <groeck@chromium.org>
4087 S:      Maintained
4088 F:      Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
4089 F:      sound/soc/codecs/cros_ec_codec.*
4090
4091 CHROMEOS EC SUBDRIVERS
4092 M:      Benson Leung <bleung@chromium.org>
4093 M:      Enric Balletbo i Serra <enric.balletbo@collabora.com>
4094 R:      Guenter Roeck <groeck@chromium.org>
4095 S:      Maintained
4096 F:      drivers/power/supply/cros_usbpd-charger.c
4097 N:      cros_ec
4098 N:      cros-ec
4099
4100 CIRRUS LOGIC AUDIO CODEC DRIVERS
4101 M:      James Schulman <james.schulman@cirrus.com>
4102 M:      David Rhodes <david.rhodes@cirrus.com>
4103 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4104 S:      Maintained
4105 F:      sound/soc/codecs/cs*
4106
4107 CIRRUS LOGIC EP93XX ETHERNET DRIVER
4108 M:      Hartley Sweeten <hsweeten@visionengravers.com>
4109 L:      netdev@vger.kernel.org
4110 S:      Maintained
4111 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
4112
4113 CIRRUS LOGIC LOCHNAGAR DRIVER
4114 M:      Charles Keepax <ckeepax@opensource.cirrus.com>
4115 M:      Richard Fitzgerald <rf@opensource.cirrus.com>
4116 L:      patches@opensource.cirrus.com
4117 S:      Supported
4118 F:      Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml
4119 F:      Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.yaml
4120 F:      Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml
4121 F:      Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
4122 F:      Documentation/devicetree/bindings/sound/cirrus,lochnagar.yaml
4123 F:      Documentation/hwmon/lochnagar.rst
4124 F:      drivers/clk/clk-lochnagar.c
4125 F:      drivers/hwmon/lochnagar-hwmon.c
4126 F:      drivers/mfd/lochnagar-i2c.c
4127 F:      drivers/pinctrl/cirrus/pinctrl-lochnagar.c
4128 F:      drivers/regulator/lochnagar-regulator.c
4129 F:      include/dt-bindings/clk/lochnagar.h
4130 F:      include/dt-bindings/pinctrl/lochnagar.h
4131 F:      include/linux/mfd/lochnagar*
4132 F:      sound/soc/codecs/lochnagar-sc.c
4133
4134 CIRRUS LOGIC MADERA CODEC DRIVERS
4135 M:      Charles Keepax <ckeepax@opensource.cirrus.com>
4136 M:      Richard Fitzgerald <rf@opensource.cirrus.com>
4137 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4138 L:      patches@opensource.cirrus.com
4139 S:      Supported
4140 W:      https://github.com/CirrusLogic/linux-drivers/wiki
4141 T:      git https://github.com/CirrusLogic/linux-drivers.git
4142 F:      Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
4143 F:      Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
4144 F:      Documentation/devicetree/bindings/sound/cirrus,madera.yaml
4145 F:      drivers/gpio/gpio-madera*
4146 F:      drivers/irqchip/irq-madera*
4147 F:      drivers/mfd/cs47l*
4148 F:      drivers/mfd/madera*
4149 F:      drivers/pinctrl/cirrus/*
4150 F:      include/dt-bindings/sound/madera*
4151 F:      include/linux/irqchip/irq-madera*
4152 F:      include/linux/mfd/madera/*
4153 F:      include/sound/madera*
4154 F:      sound/soc/codecs/cs47l*
4155 F:      sound/soc/codecs/madera*
4156
4157 CISCO FCOE HBA DRIVER
4158 M:      Satish Kharat <satishkh@cisco.com>
4159 M:      Sesidhar Baddela <sebaddel@cisco.com>
4160 M:      Karan Tilak Kumar <kartilak@cisco.com>
4161 L:      linux-scsi@vger.kernel.org
4162 S:      Supported
4163 F:      drivers/scsi/fnic/
4164
4165 CISCO SCSI HBA DRIVER
4166 M:      Karan Tilak Kumar <kartilak@cisco.com>
4167 M:      Sesidhar Baddela <sebaddel@cisco.com>
4168 L:      linux-scsi@vger.kernel.org
4169 S:      Supported
4170 F:      drivers/scsi/snic/
4171
4172 CISCO VIC ETHERNET NIC DRIVER
4173 M:      Christian Benvenuti <benve@cisco.com>
4174 M:      Govindarajulu Varadarajan <_govind@gmx.com>
4175 S:      Supported
4176 F:      drivers/net/ethernet/cisco/enic/
4177
4178 CISCO VIC LOW LATENCY NIC DRIVER
4179 M:      Christian Benvenuti <benve@cisco.com>
4180 M:      Nelson Escobar <neescoba@cisco.com>
4181 M:      Parvi Kaustubhi <pkaustub@cisco.com>
4182 S:      Supported
4183 F:      drivers/infiniband/hw/usnic/
4184
4185 CLANG-FORMAT FILE
4186 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4187 S:      Maintained
4188 F:      .clang-format
4189
4190 CLANG/LLVM BUILD SUPPORT
4191 L:      clang-built-linux@googlegroups.com
4192 S:      Supported
4193 W:      https://clangbuiltlinux.github.io/
4194 B:      https://github.com/ClangBuiltLinux/linux/issues
4195 C:      irc://chat.freenode.net/clangbuiltlinux
4196 F:      Documentation/kbuild/llvm.rst
4197 K:      \b(?i:clang|llvm)\b
4198
4199 CLEANCACHE API
4200 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4201 L:      linux-kernel@vger.kernel.org
4202 S:      Maintained
4203 F:      include/linux/cleancache.h
4204 F:      mm/cleancache.c
4205
4206 CLK API
4207 M:      Russell King <linux@armlinux.org.uk>
4208 L:      linux-clk@vger.kernel.org
4209 S:      Maintained
4210 F:      include/linux/clk.h
4211
4212 CLOCKSOURCE, CLOCKEVENT DRIVERS
4213 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4214 M:      Thomas Gleixner <tglx@linutronix.de>
4215 L:      linux-kernel@vger.kernel.org
4216 S:      Supported
4217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4218 F:      Documentation/devicetree/bindings/timer/
4219 F:      drivers/clocksource/
4220
4221 CMPC ACPI DRIVER
4222 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
4223 M:      Daniel Oliveira Nascimento <don@syst.com.br>
4224 L:      platform-driver-x86@vger.kernel.org
4225 S:      Supported
4226 F:      drivers/platform/x86/classmate-laptop.c
4227
4228 COBALT MEDIA DRIVER
4229 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
4230 L:      linux-media@vger.kernel.org
4231 S:      Supported
4232 W:      https://linuxtv.org
4233 T:      git git://linuxtv.org/media_tree.git
4234 F:      drivers/media/pci/cobalt/
4235
4236 COCCINELLE/Semantic Patches (SmPL)
4237 M:      Julia Lawall <Julia.Lawall@lip6.fr>
4238 M:      Gilles Muller <Gilles.Muller@lip6.fr>
4239 M:      Nicolas Palix <nicolas.palix@imag.fr>
4240 M:      Michal Marek <michal.lkml@markovi.net>
4241 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
4242 S:      Supported
4243 W:      http://coccinelle.lip6.fr/
4244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
4245 F:      Documentation/dev-tools/coccinelle.rst
4246 F:      scripts/coccicheck
4247 F:      scripts/coccinelle/
4248
4249 CODA FILE SYSTEM
4250 M:      Jan Harkes <jaharkes@cs.cmu.edu>
4251 M:      coda@cs.cmu.edu
4252 L:      codalist@coda.cs.cmu.edu
4253 S:      Maintained
4254 W:      http://www.coda.cs.cmu.edu/
4255 F:      Documentation/filesystems/coda.rst
4256 F:      fs/coda/
4257 F:      include/linux/coda*.h
4258 F:      include/uapi/linux/coda*.h
4259
4260 CODA V4L2 MEM2MEM DRIVER
4261 M:      Philipp Zabel <p.zabel@pengutronix.de>
4262 L:      linux-media@vger.kernel.org
4263 S:      Maintained
4264 F:      Documentation/devicetree/bindings/media/coda.txt
4265 F:      drivers/media/platform/coda/
4266
4267 CODE OF CONDUCT
4268 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4269 S:      Supported
4270 F:      Documentation/process/code-of-conduct-interpretation.rst
4271 F:      Documentation/process/code-of-conduct.rst
4272
4273 COMMON CLK FRAMEWORK
4274 M:      Michael Turquette <mturquette@baylibre.com>
4275 M:      Stephen Boyd <sboyd@kernel.org>
4276 L:      linux-clk@vger.kernel.org
4277 S:      Maintained
4278 Q:      http://patchwork.kernel.org/project/linux-clk/list/
4279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
4280 F:      Documentation/devicetree/bindings/clock/
4281 F:      drivers/clk/
4282 F:      include/linux/clk-pr*
4283 F:      include/linux/clk/
4284 F:      include/linux/of_clk.h
4285 X:      drivers/clk/clkdev.c
4286
4287 COMMON INTERNET FILE SYSTEM (CIFS)
4288 M:      Steve French <sfrench@samba.org>
4289 L:      linux-cifs@vger.kernel.org
4290 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
4291 S:      Supported
4292 W:      http://linux-cifs.samba.org/
4293 T:      git git://git.samba.org/sfrench/cifs-2.6.git
4294 F:      Documentation/admin-guide/cifs/
4295 F:      fs/cifs/
4296
4297 COMPACTPCI HOTPLUG CORE
4298 M:      Scott Murray <scott@spiteful.org>
4299 L:      linux-pci@vger.kernel.org
4300 S:      Maintained
4301 F:      drivers/pci/hotplug/cpci_hotplug*
4302
4303 COMPACTPCI HOTPLUG GENERIC DRIVER
4304 M:      Scott Murray <scott@spiteful.org>
4305 L:      linux-pci@vger.kernel.org
4306 S:      Maintained
4307 F:      drivers/pci/hotplug/cpcihp_generic.c
4308
4309 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
4310 M:      Scott Murray <scott@spiteful.org>
4311 L:      linux-pci@vger.kernel.org
4312 S:      Maintained
4313 F:      drivers/pci/hotplug/cpcihp_zt5550.*
4314
4315 COMPAL LAPTOP SUPPORT
4316 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
4317 L:      platform-driver-x86@vger.kernel.org
4318 S:      Maintained
4319 F:      drivers/platform/x86/compal-laptop.c
4320
4321 COMPILER ATTRIBUTES
4322 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4323 S:      Maintained
4324 F:      include/linux/compiler_attributes.h
4325
4326 CONEXANT ACCESSRUNNER USB DRIVER
4327 L:      accessrunner-general@lists.sourceforge.net
4328 S:      Orphan
4329 W:      http://accessrunner.sourceforge.net/
4330 F:      drivers/usb/atm/cxacru.c
4331
4332 CONFIGFS
4333 M:      Joel Becker <jlbec@evilplan.org>
4334 M:      Christoph Hellwig <hch@lst.de>
4335 S:      Supported
4336 T:      git git://git.infradead.org/users/hch/configfs.git
4337 F:      fs/configfs/
4338 F:      include/linux/configfs.h
4339
4340 CONNECTOR
4341 M:      Evgeniy Polyakov <zbr@ioremap.net>
4342 L:      netdev@vger.kernel.org
4343 S:      Maintained
4344 F:      drivers/connector/
4345
4346 CONTROL GROUP (CGROUP)
4347 M:      Tejun Heo <tj@kernel.org>
4348 M:      Li Zefan <lizefan@huawei.com>
4349 M:      Johannes Weiner <hannes@cmpxchg.org>
4350 L:      cgroups@vger.kernel.org
4351 S:      Maintained
4352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
4353 F:      Documentation/admin-guide/cgroup-v1/
4354 F:      Documentation/admin-guide/cgroup-v2.rst
4355 F:      include/linux/cgroup*
4356 F:      kernel/cgroup/
4357
4358 CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)
4359 M:      Tejun Heo <tj@kernel.org>
4360 M:      Jens Axboe <axboe@kernel.dk>
4361 L:      cgroups@vger.kernel.org
4362 L:      linux-block@vger.kernel.org
4363 T:      git git://git.kernel.dk/linux-block
4364 F:      Documentation/admin-guide/cgroup-v1/blkio-controller.rst
4365 F:      block/bfq-cgroup.c
4366 F:      block/blk-cgroup.c
4367 F:      block/blk-iolatency.c
4368 F:      block/blk-throttle.c
4369 F:      include/linux/blk-cgroup.h
4370
4371 CONTROL GROUP - CPUSET
4372 M:      Li Zefan <lizefan@huawei.com>
4373 L:      cgroups@vger.kernel.org
4374 S:      Maintained
4375 W:      http://www.bullopensource.org/cpuset/
4376 W:      http://oss.sgi.com/projects/cpusets/
4377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
4378 F:      Documentation/admin-guide/cgroup-v1/cpusets.rst
4379 F:      include/linux/cpuset.h
4380 F:      kernel/cgroup/cpuset.c
4381
4382 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
4383 M:      Johannes Weiner <hannes@cmpxchg.org>
4384 M:      Michal Hocko <mhocko@kernel.org>
4385 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
4386 L:      cgroups@vger.kernel.org
4387 L:      linux-mm@kvack.org
4388 S:      Maintained
4389 F:      mm/memcontrol.c
4390 F:      mm/swap_cgroup.c
4391
4392 CORETEMP HARDWARE MONITORING DRIVER
4393 M:      Fenghua Yu <fenghua.yu@intel.com>
4394 L:      linux-hwmon@vger.kernel.org
4395 S:      Maintained
4396 F:      Documentation/hwmon/coretemp.rst
4397 F:      drivers/hwmon/coretemp.c
4398
4399 COSA/SRP SYNC SERIAL DRIVER
4400 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
4401 S:      Maintained
4402 W:      http://www.fi.muni.cz/~kas/cosa/
4403 F:      drivers/net/wan/cosa*
4404
4405 COUNTER SUBSYSTEM
4406 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4407 L:      linux-iio@vger.kernel.org
4408 S:      Maintained
4409 F:      Documentation/ABI/testing/sysfs-bus-counter*
4410 F:      Documentation/driver-api/generic-counter.rst
4411 F:      drivers/counter/
4412 F:      include/linux/counter.h
4413 F:      include/linux/counter_enum.h
4414
4415 CPMAC ETHERNET DRIVER
4416 M:      Florian Fainelli <f.fainelli@gmail.com>
4417 L:      netdev@vger.kernel.org
4418 S:      Maintained
4419 F:      drivers/net/ethernet/ti/cpmac.c
4420
4421 CPU FREQUENCY DRIVERS - VEXPRESS SPC ARM BIG LITTLE
4422 M:      Viresh Kumar <viresh.kumar@linaro.org>
4423 M:      Sudeep Holla <sudeep.holla@arm.com>
4424 L:      linux-pm@vger.kernel.org
4425 S:      Maintained
4426 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
4427 F:      drivers/cpufreq/vexpress-spc-cpufreq.c
4428
4429 CPU FREQUENCY SCALING FRAMEWORK
4430 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4431 M:      Viresh Kumar <viresh.kumar@linaro.org>
4432 L:      linux-pm@vger.kernel.org
4433 S:      Maintained
4434 B:      https://bugzilla.kernel.org
4435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git (For ARM Updates)
4437 F:      Documentation/admin-guide/pm/cpufreq.rst
4438 F:      Documentation/admin-guide/pm/intel_pstate.rst
4439 F:      Documentation/cpu-freq/
4440 F:      Documentation/devicetree/bindings/cpufreq/
4441 F:      drivers/cpufreq/
4442 F:      include/linux/cpufreq.h
4443 F:      include/linux/sched/cpufreq.h
4444 F:      kernel/sched/cpufreq*.c
4445 F:      tools/testing/selftests/cpufreq/
4446
4447 CPU IDLE TIME MANAGEMENT FRAMEWORK
4448 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4449 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4450 L:      linux-pm@vger.kernel.org
4451 S:      Maintained
4452 B:      https://bugzilla.kernel.org
4453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4454 F:      Documentation/admin-guide/pm/cpuidle.rst
4455 F:      Documentation/driver-api/pm/cpuidle.rst
4456 F:      drivers/cpuidle/*
4457 F:      include/linux/cpuidle.h
4458
4459 CPU POWER MONITORING SUBSYSTEM
4460 M:      Thomas Renninger <trenn@suse.com>
4461 M:      Shuah Khan <shuah@kernel.org>
4462 M:      Shuah Khan <skhan@linuxfoundation.org>
4463 L:      linux-pm@vger.kernel.org
4464 S:      Maintained
4465 F:      tools/power/cpupower/
4466
4467 CPUID/MSR DRIVER
4468 M:      "H. Peter Anvin" <hpa@zytor.com>
4469 S:      Maintained
4470 F:      arch/x86/kernel/cpuid.c
4471 F:      arch/x86/kernel/msr.c
4472
4473 CPUIDLE DRIVER - ARM BIG LITTLE
4474 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
4475 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4476 L:      linux-pm@vger.kernel.org
4477 L:      linux-arm-kernel@lists.infradead.org
4478 S:      Maintained
4479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4480 F:      drivers/cpuidle/cpuidle-big_little.c
4481
4482 CPUIDLE DRIVER - ARM EXYNOS
4483 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
4484 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
4485 M:      Kukjin Kim <kgene@kernel.org>
4486 L:      linux-pm@vger.kernel.org
4487 L:      linux-samsung-soc@vger.kernel.org
4488 S:      Supported
4489 F:      arch/arm/mach-exynos/pm.c
4490 F:      drivers/cpuidle/cpuidle-exynos.c
4491
4492 CPUIDLE DRIVER - ARM PSCI
4493 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
4494 M:      Sudeep Holla <sudeep.holla@arm.com>
4495 L:      linux-pm@vger.kernel.org
4496 L:      linux-arm-kernel@lists.infradead.org
4497 S:      Supported
4498 F:      drivers/cpuidle/cpuidle-psci.c
4499
4500 CRAMFS FILESYSTEM
4501 M:      Nicolas Pitre <nico@fluxnic.net>
4502 S:      Maintained
4503 F:      Documentation/filesystems/cramfs.rst
4504 F:      fs/cramfs/
4505
4506 CREATIVE SB0540
4507 M:      Bastien Nocera <hadess@hadess.net>
4508 L:      linux-input@vger.kernel.org
4509 S:      Maintained
4510 F:      drivers/hid/hid-creative-sb0540.c
4511
4512 CRYPTO API
4513 M:      Herbert Xu <herbert@gondor.apana.org.au>
4514 M:      "David S. Miller" <davem@davemloft.net>
4515 L:      linux-crypto@vger.kernel.org
4516 S:      Maintained
4517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
4518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
4519 F:      Documentation/crypto/
4520 F:      Documentation/devicetree/bindings/crypto/
4521 F:      arch/*/crypto/
4522 F:      crypto/
4523 F:      drivers/crypto/
4524 F:      include/crypto/
4525 F:      include/linux/crypto*
4526 F:      lib/crypto/
4527
4528 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
4529 M:      Neil Horman <nhorman@tuxdriver.com>
4530 L:      linux-crypto@vger.kernel.org
4531 S:      Maintained
4532 F:      crypto/ansi_cprng.c
4533 F:      crypto/rng.c
4534
4535 CS3308 MEDIA DRIVER
4536 M:      Hans Verkuil <hverkuil@xs4all.nl>
4537 L:      linux-media@vger.kernel.org
4538 S:      Odd Fixes
4539 W:      http://linuxtv.org
4540 T:      git git://linuxtv.org/media_tree.git
4541 F:      drivers/media/i2c/cs3308.c
4542
4543 CS5535 Audio ALSA driver
4544 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
4545 S:      Maintained
4546 F:      sound/pci/cs5535audio/
4547
4548 CSI DRIVERS FOR ALLWINNER V3s
4549 M:      Yong Deng <yong.deng@magewell.com>
4550 L:      linux-media@vger.kernel.org
4551 S:      Maintained
4552 T:      git git://linuxtv.org/media_tree.git
4553 F:      Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml
4554 F:      drivers/media/platform/sunxi/sun6i-csi/
4555
4556 CW1200 WLAN driver
4557 M:      Solomon Peachy <pizza@shaftnet.org>
4558 S:      Maintained
4559 F:      drivers/net/wireless/st/cw1200/
4560
4561 CX18 VIDEO4LINUX DRIVER
4562 M:      Andy Walls <awalls@md.metrocast.net>
4563 L:      linux-media@vger.kernel.org
4564 S:      Maintained
4565 W:      https://linuxtv.org
4566 T:      git git://linuxtv.org/media_tree.git
4567 F:      drivers/media/pci/cx18/
4568 F:      include/uapi/linux/ivtv*
4569
4570 CX2341X MPEG ENCODER HELPER MODULE
4571 M:      Hans Verkuil <hverkuil@xs4all.nl>
4572 L:      linux-media@vger.kernel.org
4573 S:      Maintained
4574 W:      https://linuxtv.org
4575 T:      git git://linuxtv.org/media_tree.git
4576 F:      drivers/media/common/cx2341x*
4577 F:      include/media/drv-intf/cx2341x.h
4578
4579 CX24120 MEDIA DRIVER
4580 M:      Jemma Denson <jdenson@gmail.com>
4581 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
4582 L:      linux-media@vger.kernel.org
4583 S:      Maintained
4584 W:      https://linuxtv.org
4585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4586 F:      drivers/media/dvb-frontends/cx24120*
4587
4588 CX88 VIDEO4LINUX DRIVER
4589 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4590 L:      linux-media@vger.kernel.org
4591 S:      Odd fixes
4592 W:      https://linuxtv.org
4593 T:      git git://linuxtv.org/media_tree.git
4594 F:      Documentation/driver-api/media/drivers/cx88*
4595 F:      drivers/media/pci/cx88/
4596
4597 CXD2820R MEDIA DRIVER
4598 M:      Antti Palosaari <crope@iki.fi>
4599 L:      linux-media@vger.kernel.org
4600 S:      Maintained
4601 W:      https://linuxtv.org
4602 W:      http://palosaari.fi/linux/
4603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4604 T:      git git://linuxtv.org/anttip/media_tree.git
4605 F:      drivers/media/dvb-frontends/cxd2820r*
4606
4607 CXGB3 ETHERNET DRIVER (CXGB3)
4608 M:      Vishal Kulkarni <vishal@chelsio.com>
4609 L:      netdev@vger.kernel.org
4610 S:      Supported
4611 W:      http://www.chelsio.com
4612 F:      drivers/net/ethernet/chelsio/cxgb3/
4613
4614 CXGB3 ISCSI DRIVER (CXGB3I)
4615 M:      Karen Xie <kxie@chelsio.com>
4616 L:      linux-scsi@vger.kernel.org
4617 S:      Supported
4618 W:      http://www.chelsio.com
4619 F:      drivers/scsi/cxgbi/cxgb3i
4620
4621 CXGB4 CRYPTO DRIVER (chcr)
4622 M:      Ayush Sawal <ayush.sawal@chelsio.com>
4623 M:      Vinay Kumar Yadav <vinay.yadav@chelsio.com>
4624 M:      Rohit Maheshwari <rohitm@chelsio.com>
4625 L:      linux-crypto@vger.kernel.org
4626 S:      Supported
4627 W:      http://www.chelsio.com
4628 F:      drivers/crypto/chelsio
4629
4630 CXGB4 ETHERNET DRIVER (CXGB4)
4631 M:      Vishal Kulkarni <vishal@chelsio.com>
4632 L:      netdev@vger.kernel.org
4633 S:      Supported
4634 W:      http://www.chelsio.com
4635 F:      drivers/net/ethernet/chelsio/cxgb4/
4636
4637 CXGB4 ISCSI DRIVER (CXGB4I)
4638 M:      Karen Xie <kxie@chelsio.com>
4639 L:      linux-scsi@vger.kernel.org
4640 S:      Supported
4641 W:      http://www.chelsio.com
4642 F:      drivers/scsi/cxgbi/cxgb4i
4643
4644 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
4645 M:      Potnuri Bharat Teja <bharat@chelsio.com>
4646 L:      linux-rdma@vger.kernel.org
4647 S:      Supported
4648 W:      http://www.openfabrics.org
4649 F:      drivers/infiniband/hw/cxgb4/
4650 F:      include/uapi/rdma/cxgb4-abi.h
4651
4652 CXGB4VF ETHERNET DRIVER (CXGB4VF)
4653 M:      Vishal Kulkarni <vishal@gmail.com>
4654 L:      netdev@vger.kernel.org
4655 S:      Supported
4656 W:      http://www.chelsio.com
4657 F:      drivers/net/ethernet/chelsio/cxgb4vf/
4658
4659 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
4660 M:      Frederic Barrat <fbarrat@linux.ibm.com>
4661 M:      Andrew Donnellan <ajd@linux.ibm.com>
4662 L:      linuxppc-dev@lists.ozlabs.org
4663 S:      Supported
4664 F:      Documentation/ABI/testing/sysfs-class-cxl
4665 F:      Documentation/powerpc/cxl.rst
4666 F:      arch/powerpc/platforms/powernv/pci-cxl.c
4667 F:      drivers/misc/cxl/
4668 F:      include/misc/cxl*
4669 F:      include/uapi/misc/cxl.h
4670
4671 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
4672 M:      Manoj N. Kumar <manoj@linux.ibm.com>
4673 M:      Matthew R. Ochs <mrochs@linux.ibm.com>
4674 M:      Uma Krishnan <ukrishn@linux.ibm.com>
4675 L:      linux-scsi@vger.kernel.org
4676 S:      Supported
4677 F:      Documentation/powerpc/cxlflash.rst
4678 F:      drivers/scsi/cxlflash/
4679 F:      include/uapi/scsi/cxlflash_ioctl.h
4680
4681 CYBERPRO FB DRIVER
4682 M:      Russell King <linux@armlinux.org.uk>
4683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4684 S:      Maintained
4685 W:      http://www.armlinux.org.uk/
4686 F:      drivers/video/fbdev/cyber2000fb.*
4687
4688 CYCLADES ASYNC MUX DRIVER
4689 S:      Orphan
4690 W:      http://www.cyclades.com/
4691 F:      drivers/tty/cyclades.c
4692 F:      include/linux/cyclades.h
4693 F:      include/uapi/linux/cyclades.h
4694
4695 CYCLADES PC300 DRIVER
4696 S:      Orphan
4697 W:      http://www.cyclades.com/
4698 F:      drivers/net/wan/pc300*
4699
4700 CYPRESS_FIRMWARE MEDIA DRIVER
4701 M:      Antti Palosaari <crope@iki.fi>
4702 L:      linux-media@vger.kernel.org
4703 S:      Maintained
4704 W:      https://linuxtv.org
4705 W:      http://palosaari.fi/linux/
4706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4707 T:      git git://linuxtv.org/anttip/media_tree.git
4708 F:      drivers/media/common/cypress_firmware*
4709
4710 CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER
4711 M:      Linus Walleij <linus.walleij@linaro.org>
4712 L:      linux-input@vger.kernel.org
4713 S:      Maintained
4714 F:      drivers/input/touchscreen/cy8ctma140.c
4715
4716 CYTTSP TOUCHSCREEN DRIVER
4717 M:      Ferruh Yigit <fery@cypress.com>
4718 L:      linux-input@vger.kernel.org
4719 S:      Supported
4720 F:      drivers/input/touchscreen/cyttsp*
4721 F:      include/linux/input/cyttsp.h
4722
4723 D-LINK DIR-685 TOUCHKEYS DRIVER
4724 M:      Linus Walleij <linus.walleij@linaro.org>
4725 L:      linux-input@vger.kernel.org
4726 S:      Supported
4727 F:      drivers/input/keyboard/dlink-dir685-touchkeys.c
4728
4729 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
4730 M:      Joshua Kinard <kumba@gentoo.org>
4731 S:      Maintained
4732 F:      drivers/rtc/rtc-ds1685.c
4733 F:      include/linux/rtc/ds1685.h
4734
4735 DAMA SLAVE for AX.25
4736 M:      Joerg Reuter <jreuter@yaina.de>
4737 L:      linux-hams@vger.kernel.org
4738 S:      Maintained
4739 W:      http://yaina.de/jreuter/
4740 W:      http://www.qsl.net/dl1bke/
4741 F:      net/ax25/af_ax25.c
4742 F:      net/ax25/ax25_dev.c
4743 F:      net/ax25/ax25_ds_*
4744 F:      net/ax25/ax25_in.c
4745 F:      net/ax25/ax25_out.c
4746 F:      net/ax25/ax25_timer.c
4747 F:      net/ax25/sysctl_net_ax25.c
4748
4749 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4750 L:      netdev@vger.kernel.org
4751 S:      Orphan
4752 F:      Documentation/networking/device_drivers/dec/dmfe.rst
4753 F:      drivers/net/ethernet/dec/tulip/dmfe.c
4754
4755 DC390/AM53C974 SCSI driver
4756 M:      Hannes Reinecke <hare@suse.com>
4757 L:      linux-scsi@vger.kernel.org
4758 S:      Maintained
4759 F:      drivers/scsi/am53c974.c
4760
4761 DC395x SCSI driver
4762 M:      Oliver Neukum <oliver@neukum.org>
4763 M:      Ali Akcaagac <aliakc@web.de>
4764 M:      Jamie Lenehan <lenehan@twibble.org>
4765 L:      dc395x@twibble.org
4766 S:      Maintained
4767 W:      http://twibble.org/dist/dc395x/
4768 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
4769 F:      Documentation/scsi/dc395x.rst
4770 F:      drivers/scsi/dc395x.*
4771
4772 DCCP PROTOCOL
4773 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
4774 L:      dccp@vger.kernel.org
4775 S:      Maintained
4776 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4777 F:      include/linux/dccp.h
4778 F:      include/linux/tfrc.h
4779 F:      include/uapi/linux/dccp.h
4780 F:      net/dccp/
4781
4782 DECnet NETWORK LAYER
4783 L:      linux-decnet-user@lists.sourceforge.net
4784 S:      Orphan
4785 W:      http://linux-decnet.sourceforge.net
4786 F:      Documentation/networking/decnet.rst
4787 F:      net/decnet/
4788
4789 DECSTATION PLATFORM SUPPORT
4790 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4791 L:      linux-mips@vger.kernel.org
4792 S:      Maintained
4793 W:      http://www.linux-mips.org/wiki/DECstation
4794 F:      arch/mips/dec/
4795 F:      arch/mips/include/asm/dec/
4796 F:      arch/mips/include/asm/mach-dec/
4797
4798 DEFXX FDDI NETWORK DRIVER
4799 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4800 S:      Maintained
4801 F:      drivers/net/fddi/defxx.*
4802
4803 DEFZA FDDI NETWORK DRIVER
4804 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4805 S:      Maintained
4806 F:      drivers/net/fddi/defza.*
4807
4808 DEINTERLACE DRIVERS FOR ALLWINNER H3
4809 M:      Jernej Skrabec <jernej.skrabec@siol.net>
4810 L:      linux-media@vger.kernel.org
4811 S:      Maintained
4812 T:      git git://linuxtv.org/media_tree.git
4813 F:      Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml
4814 F:      drivers/media/platform/sunxi/sun8i-di/
4815
4816 DELL LAPTOP DRIVER
4817 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4818 M:      Pali Rohár <pali@kernel.org>
4819 L:      platform-driver-x86@vger.kernel.org
4820 S:      Maintained
4821 F:      drivers/platform/x86/dell-laptop.c
4822
4823 DELL LAPTOP FREEFALL DRIVER
4824 M:      Pali Rohár <pali@kernel.org>
4825 S:      Maintained
4826 F:      drivers/platform/x86/dell-smo8800.c
4827
4828 DELL LAPTOP RBTN DRIVER
4829 M:      Pali Rohár <pali@kernel.org>
4830 S:      Maintained
4831 F:      drivers/platform/x86/dell-rbtn.*
4832
4833 DELL LAPTOP SMM DRIVER
4834 M:      Pali Rohár <pali@kernel.org>
4835 S:      Maintained
4836 F:      drivers/hwmon/dell-smm-hwmon.c
4837 F:      include/uapi/linux/i8k.h
4838
4839 DELL REMOTE BIOS UPDATE DRIVER
4840 M:      Stuart Hayes <stuart.w.hayes@gmail.com>
4841 L:      platform-driver-x86@vger.kernel.org
4842 S:      Maintained
4843 F:      drivers/platform/x86/dell_rbu.c
4844
4845 DELL SMBIOS DRIVER
4846 M:      Pali Rohár <pali@kernel.org>
4847 M:      Mario Limonciello <mario.limonciello@dell.com>
4848 L:      platform-driver-x86@vger.kernel.org
4849 S:      Maintained
4850 F:      drivers/platform/x86/dell-smbios.*
4851
4852 DELL SMBIOS SMM DRIVER
4853 M:      Mario Limonciello <mario.limonciello@dell.com>
4854 L:      platform-driver-x86@vger.kernel.org
4855 S:      Maintained
4856 F:      drivers/platform/x86/dell-smbios-smm.c
4857
4858 DELL SMBIOS WMI DRIVER
4859 M:      Mario Limonciello <mario.limonciello@dell.com>
4860 L:      platform-driver-x86@vger.kernel.org
4861 S:      Maintained
4862 F:      drivers/platform/x86/dell-smbios-wmi.c
4863 F:      tools/wmi/dell-smbios-example.c
4864
4865 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4866 M:      Stuart Hayes <stuart.w.hayes@gmail.com>
4867 L:      platform-driver-x86@vger.kernel.org
4868 S:      Maintained
4869 F:      Documentation/driver-api/dcdbas.rst
4870 F:      drivers/platform/x86/dcdbas.*
4871
4872 DELL WMI DESCRIPTOR DRIVER
4873 M:      Mario Limonciello <mario.limonciello@dell.com>
4874 S:      Maintained
4875 F:      drivers/platform/x86/dell-wmi-descriptor.c
4876
4877 DELL WMI NOTIFICATIONS DRIVER
4878 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4879 M:      Pali Rohár <pali@kernel.org>
4880 S:      Maintained
4881 F:      drivers/platform/x86/dell-wmi.c
4882
4883 DELTA ST MEDIA DRIVER
4884 M:      Hugues Fruchet <hugues.fruchet@st.com>
4885 L:      linux-media@vger.kernel.org
4886 S:      Supported
4887 W:      https://linuxtv.org
4888 T:      git git://linuxtv.org/media_tree.git
4889 F:      drivers/media/platform/sti/delta
4890
4891 DENALI NAND DRIVER
4892 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
4893 L:      linux-mtd@lists.infradead.org
4894 S:      Supported
4895 F:      drivers/mtd/nand/raw/denali*
4896
4897 DESIGNWARE EDMA CORE IP DRIVER
4898 M:      Gustavo Pimentel <gustavo.pimentel@synopsys.com>
4899 L:      dmaengine@vger.kernel.org
4900 S:      Maintained
4901 F:      drivers/dma/dw-edma/
4902 F:      include/linux/dma/edma.h
4903
4904 DESIGNWARE USB2 DRD IP DRIVER
4905 M:      Minas Harutyunyan <hminas@synopsys.com>
4906 L:      linux-usb@vger.kernel.org
4907 S:      Maintained
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4909 F:      drivers/usb/dwc2/
4910
4911 DESIGNWARE USB3 DRD IP DRIVER
4912 M:      Felipe Balbi <balbi@kernel.org>
4913 L:      linux-usb@vger.kernel.org
4914 S:      Maintained
4915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4916 F:      drivers/usb/dwc3/
4917
4918 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4919 M:      Andreas Klinger <ak@it-klinger.de>
4920 L:      linux-iio@vger.kernel.org
4921 S:      Maintained
4922 F:      Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4923 F:      drivers/iio/proximity/srf*.c
4924
4925 DEVICE COREDUMP (DEV_COREDUMP)
4926 M:      Johannes Berg <johannes@sipsolutions.net>
4927 L:      linux-kernel@vger.kernel.org
4928 S:      Maintained
4929 F:      drivers/base/devcoredump.c
4930 F:      include/linux/devcoredump.h
4931
4932 DEVICE DIRECT ACCESS (DAX)
4933 M:      Dan Williams <dan.j.williams@intel.com>
4934 M:      Vishal Verma <vishal.l.verma@intel.com>
4935 M:      Dave Jiang <dave.jiang@intel.com>
4936 L:      linux-nvdimm@lists.01.org
4937 S:      Supported
4938 F:      drivers/dax/
4939
4940 DEVICE FREQUENCY (DEVFREQ)
4941 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4942 M:      Kyungmin Park <kyungmin.park@samsung.com>
4943 M:      Chanwoo Choi <cw00.choi@samsung.com>
4944 L:      linux-pm@vger.kernel.org
4945 S:      Maintained
4946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
4947 F:      Documentation/devicetree/bindings/devfreq/
4948 F:      drivers/devfreq/
4949 F:      include/linux/devfreq.h
4950 F:      include/trace/events/devfreq.h
4951
4952 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4953 M:      Chanwoo Choi <cw00.choi@samsung.com>
4954 L:      linux-pm@vger.kernel.org
4955 S:      Supported
4956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
4957 F:      Documentation/devicetree/bindings/devfreq/event/
4958 F:      drivers/devfreq/devfreq-event.c
4959 F:      drivers/devfreq/event/
4960 F:      include/dt-bindings/pmu/exynos_ppmu.h
4961 F:      include/linux/devfreq-event.h
4962
4963 DEVICE NUMBER REGISTRY
4964 M:      Torben Mathiasen <device@lanana.org>
4965 S:      Maintained
4966 W:      http://lanana.org/docs/device-list/index.html
4967
4968 DEVICE-MAPPER  (LVM)
4969 M:      Alasdair Kergon <agk@redhat.com>
4970 M:      Mike Snitzer <snitzer@redhat.com>
4971 M:      dm-devel@redhat.com
4972 L:      dm-devel@redhat.com
4973 S:      Maintained
4974 W:      http://sources.redhat.com/dm
4975 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4977 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4978 F:      Documentation/admin-guide/device-mapper/
4979 F:      drivers/md/Kconfig
4980 F:      drivers/md/Makefile
4981 F:      drivers/md/dm*
4982 F:      drivers/md/persistent-data/
4983 F:      include/linux/device-mapper.h
4984 F:      include/linux/dm-*.h
4985 F:      include/uapi/linux/dm-*.h
4986
4987 DEVLINK
4988 M:      Jiri Pirko <jiri@mellanox.com>
4989 L:      netdev@vger.kernel.org
4990 S:      Supported
4991 F:      Documentation/networking/devlink
4992 F:      include/net/devlink.h
4993 F:      include/uapi/linux/devlink.h
4994 F:      net/core/devlink.c
4995
4996 DIALOG SEMICONDUCTOR DRIVERS
4997 M:      Support Opensource <support.opensource@diasemi.com>
4998 S:      Supported
4999 W:      http://www.dialog-semiconductor.com/products
5000 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
5001 F:      Documentation/devicetree/bindings/mfd/da90*.txt
5002 F:      Documentation/devicetree/bindings/regulator/da92*.txt
5003 F:      Documentation/devicetree/bindings/regulator/slg51000.txt
5004 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
5005 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
5006 F:      Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
5007 F:      Documentation/hwmon/da90??.rst
5008 F:      drivers/gpio/gpio-da90??.c
5009 F:      drivers/hwmon/da90??-hwmon.c
5010 F:      drivers/iio/adc/da91??-*.c
5011 F:      drivers/input/misc/da90??_onkey.c
5012 F:      drivers/input/touchscreen/da9052_tsi.c
5013 F:      drivers/leds/leds-da90??.c
5014 F:      drivers/mfd/da903x.c
5015 F:      drivers/mfd/da90??-*.c
5016 F:      drivers/mfd/da91??-*.c
5017 F:      drivers/pinctrl/pinctrl-da90??.c
5018 F:      drivers/power/supply/da9052-battery.c
5019 F:      drivers/power/supply/da91??-*.c
5020 F:      drivers/regulator/da9???-regulator.[ch]
5021 F:      drivers/regulator/slg51000-regulator.[ch]
5022 F:      drivers/rtc/rtc-da90??.c
5023 F:      drivers/thermal/da90??-thermal.c
5024 F:      drivers/video/backlight/da90??_bl.c
5025 F:      drivers/watchdog/da90??_wdt.c
5026 F:      include/linux/mfd/da903x.h
5027 F:      include/linux/mfd/da9052/
5028 F:      include/linux/mfd/da9055/
5029 F:      include/linux/mfd/da9062/
5030 F:      include/linux/mfd/da9063/
5031 F:      include/linux/mfd/da9150/
5032 F:      include/linux/regulator/da9211.h
5033 F:      include/sound/da[79]*.h
5034 F:      sound/soc/codecs/da[79]*.[ch]
5035
5036 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
5037 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
5038 L:      linux-gpio@vger.kernel.org
5039 S:      Maintained
5040 F:      drivers/gpio/gpio-gpio-mm.c
5041
5042 DIOLAN U2C-12 I2C DRIVER
5043 M:      Guenter Roeck <linux@roeck-us.net>
5044 L:      linux-i2c@vger.kernel.org
5045 S:      Maintained
5046 F:      drivers/i2c/busses/i2c-diolan-u2c.c
5047
5048 DIRECTORY NOTIFICATION (DNOTIFY)
5049 M:      Jan Kara <jack@suse.cz>
5050 R:      Amir Goldstein <amir73il@gmail.com>
5051 L:      linux-fsdevel@vger.kernel.org
5052 S:      Maintained
5053 F:      Documentation/filesystems/dnotify.rst
5054 F:      fs/notify/dnotify/
5055 F:      include/linux/dnotify.h
5056
5057 DISK GEOMETRY AND PARTITION HANDLING
5058 M:      Andries Brouwer <aeb@cwi.nl>
5059 S:      Maintained
5060 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
5061 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
5062 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
5063
5064 DISKQUOTA
5065 M:      Jan Kara <jack@suse.com>
5066 S:      Maintained
5067 F:      Documentation/filesystems/quota.rst
5068 F:      fs/quota/
5069 F:      include/linux/quota*.h
5070 F:      include/uapi/linux/quota*.h
5071
5072 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
5073 M:      Bernie Thompson <bernie@plugable.com>
5074 L:      linux-fbdev@vger.kernel.org
5075 S:      Maintained
5076 W:      http://plugable.com/category/projects/udlfb/
5077 F:      Documentation/fb/udlfb.rst
5078 F:      drivers/video/fbdev/udlfb.c
5079 F:      include/video/udlfb.h
5080
5081 DISTRIBUTED LOCK MANAGER (DLM)
5082 M:      Christine Caulfield <ccaulfie@redhat.com>
5083 M:      David Teigland <teigland@redhat.com>
5084 L:      cluster-devel@redhat.com
5085 S:      Supported
5086 W:      http://sources.redhat.com/cluster/
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
5088 F:      fs/dlm/
5089
5090 DMA BUFFER SHARING FRAMEWORK
5091 M:      Sumit Semwal <sumit.semwal@linaro.org>
5092 M:      Christian König <christian.koenig@amd.com>
5093 L:      linux-media@vger.kernel.org
5094 L:      dri-devel@lists.freedesktop.org
5095 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
5096 S:      Maintained
5097 T:      git git://anongit.freedesktop.org/drm/drm-misc
5098 F:      Documentation/driver-api/dma-buf.rst
5099 F:      drivers/dma-buf/
5100 F:      include/linux/*fence.h
5101 F:      include/linux/dma-buf*
5102 F:      include/linux/dma-resv.h
5103 K:      \bdma_(?:buf|fence|resv)\b
5104
5105 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
5106 M:      Vinod Koul <vkoul@kernel.org>
5107 L:      dmaengine@vger.kernel.org
5108 S:      Maintained
5109 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git
5111 F:      Documentation/devicetree/bindings/dma/
5112 F:      Documentation/driver-api/dmaengine/
5113 F:      drivers/dma/
5114 F:      include/linux/dmaengine.h
5115 F:      include/linux/of_dma.h
5116
5117 DMA MAPPING HELPERS
5118 M:      Christoph Hellwig <hch@lst.de>
5119 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5120 R:      Robin Murphy <robin.murphy@arm.com>
5121 L:      iommu@lists.linux-foundation.org
5122 S:      Supported
5123 W:      http://git.infradead.org/users/hch/dma-mapping.git
5124 T:      git git://git.infradead.org/users/hch/dma-mapping.git
5125 F:      include/asm-generic/dma-mapping.h
5126 F:      include/linux/dma-direct.h
5127 F:      include/linux/dma-mapping.h
5128 F:      include/linux/dma-noncoherent.h
5129 F:      kernel/dma/
5130
5131 DMA-BUF HEAPS FRAMEWORK
5132 M:      Sumit Semwal <sumit.semwal@linaro.org>
5133 R:      Andrew F. Davis <afd@ti.com>
5134 R:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5135 R:      Liam Mark <lmark@codeaurora.org>
5136 R:      Laura Abbott <labbott@redhat.com>
5137 R:      Brian Starkey <Brian.Starkey@arm.com>
5138 R:      John Stultz <john.stultz@linaro.org>
5139 L:      linux-media@vger.kernel.org
5140 L:      dri-devel@lists.freedesktop.org
5141 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
5142 S:      Maintained
5143 T:      git git://anongit.freedesktop.org/drm/drm-misc
5144 F:      drivers/dma-buf/dma-heap.c
5145 F:      drivers/dma-buf/heaps/*
5146 F:      include/linux/dma-heap.h
5147 F:      include/uapi/linux/dma-heap.h
5148
5149 DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422
5150 M:      Lukasz Luba <lukasz.luba@arm.com>
5151 L:      linux-pm@vger.kernel.org
5152 L:      linux-samsung-soc@vger.kernel.org
5153 S:      Maintained
5154 F:      Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt
5155 F:      drivers/memory/samsung/exynos5422-dmc.c
5156
5157 DME1737 HARDWARE MONITOR DRIVER
5158 M:      Juerg Haefliger <juergh@gmail.com>
5159 L:      linux-hwmon@vger.kernel.org
5160 S:      Maintained
5161 F:      Documentation/hwmon/dme1737.rst
5162 F:      drivers/hwmon/dme1737.c
5163
5164 DMI/SMBIOS SUPPORT
5165 M:      Jean Delvare <jdelvare@suse.com>
5166 S:      Maintained
5167 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
5168 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
5169 F:      drivers/firmware/dmi-id.c
5170 F:      drivers/firmware/dmi_scan.c
5171 F:      include/linux/dmi.h
5172
5173 DOCUMENTATION
5174 M:      Jonathan Corbet <corbet@lwn.net>
5175 L:      linux-doc@vger.kernel.org
5176 S:      Maintained
5177 T:      git git://git.lwn.net/linux.git docs-next
5178 F:      Documentation/
5179 F:      scripts/documentation-file-ref-check
5180 F:      scripts/kernel-doc
5181 F:      scripts/sphinx-pre-install
5182 X:      Documentation/ABI/
5183 X:      Documentation/admin-guide/media/
5184 X:      Documentation/devicetree/
5185 X:      Documentation/driver-api/media/
5186 X:      Documentation/firmware-guide/acpi/
5187 X:      Documentation/i2c/
5188 X:      Documentation/power/
5189 X:      Documentation/spi/
5190 X:      Documentation/userspace-api/media/
5191
5192 DOCUMENTATION SCRIPTS
5193 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5194 L:      linux-doc@vger.kernel.org
5195 S:      Maintained
5196 F:      Documentation/sphinx/parse-headers.pl
5197 F:      scripts/documentation-file-ref-check
5198 F:      scripts/sphinx-pre-install
5199
5200 DOCUMENTATION/ITALIAN
5201 M:      Federico Vaga <federico.vaga@vaga.pv.it>
5202 L:      linux-doc@vger.kernel.org
5203 S:      Maintained
5204 F:      Documentation/translations/it_IT
5205
5206 DONGWOON DW9714 LENS VOICE COIL DRIVER
5207 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
5208 L:      linux-media@vger.kernel.org
5209 S:      Maintained
5210 T:      git git://linuxtv.org/media_tree.git
5211 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt
5212 F:      drivers/media/i2c/dw9714.c
5213
5214 DONGWOON DW9807 LENS VOICE COIL DRIVER
5215 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
5216 L:      linux-media@vger.kernel.org
5217 S:      Maintained
5218 T:      git git://linuxtv.org/media_tree.git
5219 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt
5220 F:      drivers/media/i2c/dw9807-vcm.c
5221
5222 DOUBLETALK DRIVER
5223 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
5224 L:      blinux-list@redhat.com
5225 S:      Maintained
5226 F:      drivers/char/dtlk.c
5227 F:      include/linux/dtlk.h
5228
5229 DPAA2 DATAPATH I/O (DPIO) DRIVER
5230 M:      Roy Pledge <Roy.Pledge@nxp.com>
5231 L:      linux-kernel@vger.kernel.org
5232 S:      Maintained
5233 F:      drivers/soc/fsl/dpio
5234
5235 DPAA2 ETHERNET DRIVER
5236 M:      Ioana Ciornei <ioana.ciornei@nxp.com>
5237 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
5238 L:      netdev@vger.kernel.org
5239 S:      Maintained
5240 F:      Documentation/networking/device_drivers/freescale/dpaa2/ethernet-driver.rst
5241 F:      Documentation/networking/device_drivers/freescale/dpaa2/mac-phy-support.rst
5242 F:      drivers/net/ethernet/freescale/dpaa2/Kconfig
5243 F:      drivers/net/ethernet/freescale/dpaa2/Makefile
5244 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
5245 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-mac*
5246 F:      drivers/net/ethernet/freescale/dpaa2/dpkg.h
5247 F:      drivers/net/ethernet/freescale/dpaa2/dpmac*
5248 F:      drivers/net/ethernet/freescale/dpaa2/dpni*
5249
5250 DPAA2 ETHERNET SWITCH DRIVER
5251 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
5252 M:      Ioana Ciornei <ioana.ciornei@nxp.com>
5253 L:      linux-kernel@vger.kernel.org
5254 S:      Maintained
5255 F:      drivers/staging/fsl-dpaa2/ethsw
5256
5257 DPT_I2O SCSI RAID DRIVER
5258 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
5259 L:      linux-scsi@vger.kernel.org
5260 S:      Maintained
5261 W:      http://www.adaptec.com/
5262 F:      drivers/scsi/dpt*
5263 F:      drivers/scsi/dpt/
5264
5265 DRBD DRIVER
5266 M:      Philipp Reisner <philipp.reisner@linbit.com>
5267 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
5268 L:      drbd-dev@lists.linbit.com
5269 S:      Supported
5270 W:      http://www.drbd.org
5271 T:      git git://git.linbit.com/linux-drbd.git
5272 T:      git git://git.linbit.com/drbd-8.4.git
5273 F:      Documentation/admin-guide/blockdev/
5274 F:      drivers/block/drbd/
5275 F:      lib/lru_cache.c
5276
5277 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
5278 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5279 R:      "Rafael J. Wysocki" <rafael@kernel.org>
5280 S:      Supported
5281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
5282 F:      Documentation/core-api/kobject.rst
5283 F:      drivers/base/
5284 F:      fs/debugfs/
5285 F:      fs/sysfs/
5286 F:      include/linux/debugfs.h
5287 F:      include/linux/kobj*
5288 F:      lib/kobj*
5289
5290 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
5291 M:      Kevin Hilman <khilman@kernel.org>
5292 M:      Nishanth Menon <nm@ti.com>
5293 L:      linux-pm@vger.kernel.org
5294 S:      Maintained
5295 F:      drivers/power/avs/
5296 F:      include/linux/power/smartreflex.h
5297
5298 DRM DRIVER FOR ALLWINNER DE2 AND DE3 ENGINE
5299 M:      Maxime Ripard <mripard@kernel.org>
5300 M:      Chen-Yu Tsai <wens@csie.org>
5301 R:      Jernej Skrabec <jernej.skrabec@siol.net>
5302 L:      dri-devel@lists.freedesktop.org
5303 S:      Supported
5304 T:      git git://anongit.freedesktop.org/drm/drm-misc
5305 F:      drivers/gpu/drm/sun4i/sun8i*
5306
5307 DRM DRIVER FOR ARM PL111 CLCD
5308 M:      Eric Anholt <eric@anholt.net>
5309 S:      Supported
5310 T:      git git://anongit.freedesktop.org/drm/drm-misc
5311 F:      drivers/gpu/drm/pl111/
5312
5313 DRM DRIVER FOR ARM VERSATILE TFT PANELS
5314 M:      Linus Walleij <linus.walleij@linaro.org>
5315 S:      Maintained
5316 T:      git git://anongit.freedesktop.org/drm/drm-misc
5317 F:      Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml
5318 F:      drivers/gpu/drm/panel/panel-arm-versatile.c
5319
5320 DRM DRIVER FOR ASPEED BMC GFX
5321 M:      Joel Stanley <joel@jms.id.au>
5322 L:      linux-aspeed@lists.ozlabs.org
5323 S:      Supported
5324 T:      git git://anongit.freedesktop.org/drm/drm-misc
5325 F:      Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
5326 F:      drivers/gpu/drm/aspeed/
5327
5328 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
5329 M:      Dave Airlie <airlied@redhat.com>
5330 S:      Odd Fixes
5331 F:      drivers/gpu/drm/ast/
5332
5333 DRM DRIVER FOR BOCHS VIRTUAL GPU
5334 M:      Gerd Hoffmann <kraxel@redhat.com>
5335 L:      virtualization@lists.linux-foundation.org
5336 S:      Maintained
5337 T:      git git://anongit.freedesktop.org/drm/drm-misc
5338 F:      drivers/gpu/drm/bochs/
5339
5340 DRM DRIVER FOR BOE HIMAX8279D PANELS
5341 M:      Jerry Han <hanxu5@huaqin.corp-partner.google.com>
5342 S:      Maintained
5343 F:      Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml
5344 F:      drivers/gpu/drm/panel/panel-boe-himax8279d.c
5345
5346 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
5347 M:      Linus Walleij <linus.walleij@linaro.org>
5348 S:      Maintained
5349 T:      git git://anongit.freedesktop.org/drm/drm-misc
5350 F:      drivers/gpu/drm/tve200/
5351
5352 DRM DRIVER FOR FEIXIN K101 IM2BA02 MIPI-DSI LCD PANELS
5353 M:      Icenowy Zheng <icenowy@aosc.io>
5354 S:      Maintained
5355 F:      Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml
5356 F:      drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
5357
5358 DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS
5359 M:      Jagan Teki <jagan@amarulasolutions.com>
5360 S:      Maintained
5361 F:      Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
5362 F:      drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
5363
5364 DRM DRIVER FOR GRAIN MEDIA GM12U320 PROJECTORS
5365 M:      Hans de Goede <hdegoede@redhat.com>
5366 S:      Maintained
5367 T:      git git://anongit.freedesktop.org/drm/drm-misc
5368 F:      drivers/gpu/drm/tiny/gm12u320.c
5369
5370 DRM DRIVER FOR HX8357D PANELS
5371 M:      Eric Anholt <eric@anholt.net>
5372 S:      Maintained
5373 T:      git git://anongit.freedesktop.org/drm/drm-misc
5374 F:      Documentation/devicetree/bindings/display/himax,hx8357d.txt
5375 F:      drivers/gpu/drm/tiny/hx8357d.c
5376
5377 DRM DRIVER FOR ILITEK ILI9225 PANELS
5378 M:      David Lechner <david@lechnology.com>
5379 S:      Maintained
5380 T:      git git://anongit.freedesktop.org/drm/drm-misc
5381 F:      Documentation/devicetree/bindings/display/ilitek,ili9225.txt
5382 F:      drivers/gpu/drm/tiny/ili9225.c
5383
5384 DRM DRIVER FOR ILITEK ILI9486 PANELS
5385 M:      Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
5386 S:      Maintained
5387 T:      git git://anongit.freedesktop.org/drm/drm-misc
5388 F:      Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
5389 F:      drivers/gpu/drm/tiny/ili9486.c
5390
5391 DRM DRIVER FOR INTEL I810 VIDEO CARDS
5392 S:      Orphan / Obsolete
5393 F:      drivers/gpu/drm/i810/
5394 F:      include/uapi/drm/i810_drm.h
5395
5396 DRM DRIVER FOR LVDS PANELS
5397 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5398 L:      dri-devel@lists.freedesktop.org
5399 T:      git git://anongit.freedesktop.org/drm/drm-misc
5400 S:      Maintained
5401 F:      drivers/gpu/drm/panel/panel-lvds.c
5402 F:      Documentation/devicetree/bindings/display/panel/lvds.yaml
5403
5404 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
5405 S:      Orphan / Obsolete
5406 F:      drivers/gpu/drm/mga/
5407 F:      include/uapi/drm/mga_drm.h
5408
5409 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
5410 M:      Dave Airlie <airlied@redhat.com>
5411 S:      Odd Fixes
5412 F:      drivers/gpu/drm/mgag200/
5413
5414 DRM DRIVER FOR MI0283QT
5415 M:      Noralf Trønnes <noralf@tronnes.org>
5416 S:      Maintained
5417 T:      git git://anongit.freedesktop.org/drm/drm-misc
5418 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
5419 F:      drivers/gpu/drm/tiny/mi0283qt.c
5420
5421 DRM DRIVER FOR MSM ADRENO GPU
5422 M:      Rob Clark <robdclark@gmail.com>
5423 M:      Sean Paul <sean@poorly.run>
5424 L:      linux-arm-msm@vger.kernel.org
5425 L:      dri-devel@lists.freedesktop.org
5426 L:      freedreno@lists.freedesktop.org
5427 S:      Maintained
5428 T:      git https://gitlab.freedesktop.org/drm/msm.git
5429 F:      Documentation/devicetree/bindings/display/msm/
5430 F:      drivers/gpu/drm/msm/
5431 F:      include/uapi/drm/msm_drm.h
5432
5433 DRM DRIVER FOR NOVATEK NT35510 PANELS
5434 M:      Linus Walleij <linus.walleij@linaro.org>
5435 S:      Maintained
5436 T:      git git://anongit.freedesktop.org/drm/drm-misc
5437 F:      Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml
5438 F:      drivers/gpu/drm/panel/panel-novatek-nt35510.c
5439
5440 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
5441 M:      Ben Skeggs <bskeggs@redhat.com>
5442 L:      dri-devel@lists.freedesktop.org
5443 L:      nouveau@lists.freedesktop.org
5444 S:      Supported
5445 T:      git git://github.com/skeggsb/linux
5446 F:      drivers/gpu/drm/nouveau/
5447 F:      include/uapi/drm/nouveau_drm.h
5448
5449 DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
5450 M:      Stefan Mavrodiev <stefan@olimex.com>
5451 S:      Maintained
5452 F:      Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
5453 F:      drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
5454
5455 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
5456 M:      Noralf Trønnes <noralf@tronnes.org>
5457 S:      Maintained
5458 T:      git git://anongit.freedesktop.org/drm/drm-misc
5459 F:      Documentation/devicetree/bindings/display/repaper.txt
5460 F:      drivers/gpu/drm/tiny/repaper.c
5461
5462 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
5463 M:      Dave Airlie <airlied@redhat.com>
5464 M:      Gerd Hoffmann <kraxel@redhat.com>
5465 L:      virtualization@lists.linux-foundation.org
5466 S:      Obsolete
5467 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
5468 T:      git git://anongit.freedesktop.org/drm/drm-misc
5469 F:      drivers/gpu/drm/tiny/cirrus.c
5470
5471 DRM DRIVER FOR QXL VIRTUAL GPU
5472 M:      Dave Airlie <airlied@redhat.com>
5473 M:      Gerd Hoffmann <kraxel@redhat.com>
5474 L:      virtualization@lists.linux-foundation.org
5475 L:      spice-devel@lists.freedesktop.org
5476 S:      Maintained
5477 T:      git git://anongit.freedesktop.org/drm/drm-misc
5478 F:      drivers/gpu/drm/qxl/
5479 F:      include/uapi/drm/qxl_drm.h
5480
5481 DRM DRIVER FOR RAGE 128 VIDEO CARDS
5482 S:      Orphan / Obsolete
5483 F:      drivers/gpu/drm/r128/
5484 F:      include/uapi/drm/r128_drm.h
5485
5486 DRM DRIVER FOR RAYDIUM RM67191 PANELS
5487 M:      Robert Chiras <robert.chiras@nxp.com>
5488 S:      Maintained
5489 F:      Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
5490 F:      drivers/gpu/drm/panel/panel-raydium-rm67191.c
5491
5492 DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
5493 M:      Guido Günther <agx@sigxcpu.org>
5494 R:      Purism Kernel Team <kernel@puri.sm>
5495 S:      Maintained
5496 F:      Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
5497 F:      drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
5498
5499 DRM DRIVER FOR SAVAGE VIDEO CARDS
5500 S:      Orphan / Obsolete
5501 F:      drivers/gpu/drm/savage/
5502 F:      include/uapi/drm/savage_drm.h
5503
5504 DRM DRIVER FOR SIS VIDEO CARDS
5505 S:      Orphan / Obsolete
5506 F:      drivers/gpu/drm/sis/
5507 F:      include/uapi/drm/sis_drm.h
5508
5509 DRM DRIVER FOR SITRONIX ST7586 PANELS
5510 M:      David Lechner <david@lechnology.com>
5511 S:      Maintained
5512 T:      git git://anongit.freedesktop.org/drm/drm-misc
5513 F:      Documentation/devicetree/bindings/display/sitronix,st7586.txt
5514 F:      drivers/gpu/drm/tiny/st7586.c
5515
5516 DRM DRIVER FOR SITRONIX ST7701 PANELS
5517 M:      Jagan Teki <jagan@amarulasolutions.com>
5518 S:      Maintained
5519 F:      Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
5520 F:      drivers/gpu/drm/panel/panel-sitronix-st7701.c
5521
5522 DRM DRIVER FOR SITRONIX ST7735R PANELS
5523 M:      David Lechner <david@lechnology.com>
5524 S:      Maintained
5525 T:      git git://anongit.freedesktop.org/drm/drm-misc
5526 F:      Documentation/devicetree/bindings/display/sitronix,st7735r.yaml
5527 F:      drivers/gpu/drm/tiny/st7735r.c
5528
5529 DRM DRIVER FOR SONY ACX424AKP PANELS
5530 M:      Linus Walleij <linus.walleij@linaro.org>
5531 S:      Maintained
5532 T:      git git://anongit.freedesktop.org/drm/drm-misc
5533 F:      drivers/gpu/drm/panel/panel-sony-acx424akp.c
5534
5535 DRM DRIVER FOR ST-ERICSSON MCDE
5536 M:      Linus Walleij <linus.walleij@linaro.org>
5537 S:      Maintained
5538 T:      git git://anongit.freedesktop.org/drm/drm-misc
5539 F:      Documentation/devicetree/bindings/display/ste,mcde.txt
5540 F:      drivers/gpu/drm/mcde/
5541
5542 DRM DRIVER FOR TDFX VIDEO CARDS
5543 S:      Orphan / Obsolete
5544 F:      drivers/gpu/drm/tdfx/
5545
5546 DRM DRIVER FOR TPO TPG110 PANELS
5547 M:      Linus Walleij <linus.walleij@linaro.org>
5548 S:      Maintained
5549 T:      git git://anongit.freedesktop.org/drm/drm-misc
5550 F:      Documentation/devicetree/bindings/display/panel/tpo,tpg110.yaml
5551 F:      drivers/gpu/drm/panel/panel-tpo-tpg110.c
5552
5553 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
5554 M:      Dave Airlie <airlied@redhat.com>
5555 R:      Sean Paul <sean@poorly.run>
5556 L:      dri-devel@lists.freedesktop.org
5557 S:      Odd Fixes
5558 T:      git git://anongit.freedesktop.org/drm/drm-misc
5559 F:      drivers/gpu/drm/udl/
5560
5561 DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS)
5562 M:      Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
5563 R:      Haneen Mohammed <hamohammed.sa@gmail.com>
5564 R:      Daniel Vetter <daniel@ffwll.ch>
5565 L:      dri-devel@lists.freedesktop.org
5566 S:      Maintained
5567 T:      git git://anongit.freedesktop.org/drm/drm-misc
5568 F:      Documentation/gpu/vkms.rst
5569 F:      drivers/gpu/drm/vkms/
5570
5571 DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU
5572 M:      Hans de Goede <hdegoede@redhat.com>
5573 L:      dri-devel@lists.freedesktop.org
5574 S:      Maintained
5575 T:      git git://anongit.freedesktop.org/drm/drm-misc
5576 F:      drivers/gpu/drm/vboxvideo/
5577
5578 DRM DRIVER FOR VMWARE VIRTUAL GPU
5579 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
5580 M:      Roland Scheidegger <sroland@vmware.com>
5581 L:      dri-devel@lists.freedesktop.org
5582 S:      Supported
5583 T:      git git://people.freedesktop.org/~sroland/linux
5584 F:      drivers/gpu/drm/vmwgfx/
5585 F:      include/uapi/drm/vmwgfx_drm.h
5586
5587 DRM DRIVERS
5588 M:      David Airlie <airlied@linux.ie>
5589 M:      Daniel Vetter <daniel@ffwll.ch>
5590 L:      dri-devel@lists.freedesktop.org
5591 S:      Maintained
5592 B:      https://bugs.freedesktop.org/
5593 C:      irc://chat.freenode.net/dri-devel
5594 T:      git git://anongit.freedesktop.org/drm/drm
5595 F:      Documentation/devicetree/bindings/display/
5596 F:      Documentation/devicetree/bindings/gpu/
5597 F:      Documentation/gpu/
5598 F:      drivers/gpu/drm/
5599 F:      drivers/gpu/vga/
5600 F:      include/drm/
5601 F:      include/linux/vga*
5602 F:      include/uapi/drm/
5603
5604 DRM DRIVERS AND MISC GPU PATCHES
5605 M:      Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
5606 M:      Maxime Ripard <mripard@kernel.org>
5607 M:      Thomas Zimmermann <tzimmermann@suse.de>
5608 S:      Maintained
5609 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
5610 T:      git git://anongit.freedesktop.org/drm/drm-misc
5611 F:      Documentation/gpu/
5612 F:      drivers/gpu/drm/*
5613 F:      drivers/gpu/vga/
5614 F:      include/drm/drm*
5615 F:      include/linux/vga*
5616 F:      include/uapi/drm/drm*
5617
5618 DRM DRIVERS FOR ALLWINNER A10
5619 M:      Maxime Ripard <mripard@kernel.org>
5620 M:      Chen-Yu Tsai <wens@csie.org>
5621 L:      dri-devel@lists.freedesktop.org
5622 S:      Supported
5623 T:      git git://anongit.freedesktop.org/drm/drm-misc
5624 F:      Documentation/devicetree/bindings/display/allwinner*
5625 F:      drivers/gpu/drm/sun4i/
5626
5627 DRM DRIVERS FOR AMLOGIC SOCS
5628 M:      Neil Armstrong <narmstrong@baylibre.com>
5629 L:      dri-devel@lists.freedesktop.org
5630 L:      linux-amlogic@lists.infradead.org
5631 S:      Supported
5632 W:      http://linux-meson.com/
5633 T:      git git://anongit.freedesktop.org/drm/drm-misc
5634 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
5635 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
5636 F:      Documentation/gpu/meson.rst
5637 F:      drivers/gpu/drm/meson/
5638
5639 DRM DRIVERS FOR ATMEL HLCDC
5640 M:      Sam Ravnborg <sam@ravnborg.org>
5641 M:      Boris Brezillon <bbrezillon@kernel.org>
5642 L:      dri-devel@lists.freedesktop.org
5643 S:      Supported
5644 T:      git git://anongit.freedesktop.org/drm/drm-misc
5645 F:      Documentation/devicetree/bindings/display/atmel/
5646 F:      drivers/gpu/drm/atmel-hlcdc/
5647
5648 DRM DRIVERS FOR BRIDGE CHIPS
5649 M:      Andrzej Hajda <a.hajda@samsung.com>
5650 M:      Neil Armstrong <narmstrong@baylibre.com>
5651 R:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
5652 R:      Jonas Karlman <jonas@kwiboo.se>
5653 R:      Jernej Skrabec <jernej.skrabec@siol.net>
5654 S:      Maintained
5655 T:      git git://anongit.freedesktop.org/drm/drm-misc
5656 F:      drivers/gpu/drm/bridge/
5657
5658 DRM DRIVERS FOR EXYNOS
5659 M:      Inki Dae <inki.dae@samsung.com>
5660 M:      Joonyoung Shim <jy0922.shim@samsung.com>
5661 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
5662 M:      Kyungmin Park <kyungmin.park@samsung.com>
5663 L:      dri-devel@lists.freedesktop.org
5664 S:      Supported
5665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
5666 F:      Documentation/devicetree/bindings/display/exynos/
5667 F:      drivers/gpu/drm/exynos/
5668 F:      include/uapi/drm/exynos_drm.h
5669
5670 DRM DRIVERS FOR FREESCALE DCU
5671 M:      Stefan Agner <stefan@agner.ch>
5672 M:      Alison Wang <alison.wang@nxp.com>
5673 L:      dri-devel@lists.freedesktop.org
5674 S:      Supported
5675 T:      git git://anongit.freedesktop.org/drm/drm-misc
5676 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
5677 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
5678 F:      drivers/gpu/drm/fsl-dcu/
5679
5680 DRM DRIVERS FOR FREESCALE IMX
5681 M:      Philipp Zabel <p.zabel@pengutronix.de>
5682 L:      dri-devel@lists.freedesktop.org
5683 S:      Maintained
5684 F:      Documentation/devicetree/bindings/display/imx/
5685 F:      drivers/gpu/drm/imx/
5686 F:      drivers/gpu/ipu-v3/
5687
5688 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
5689 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
5690 L:      dri-devel@lists.freedesktop.org
5691 S:      Maintained
5692 T:      git git://github.com/patjak/drm-gma500
5693 F:      drivers/gpu/drm/gma500/
5694
5695 DRM DRIVERS FOR HISILICON
5696 M:      Xinliang Liu <xinliang.liu@linaro.org>
5697 M:      Rongrong Zou <zourongrong@gmail.com>
5698 R:      John Stultz <john.stultz@linaro.org>
5699 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
5700 R:      Chen Feng <puck.chen@hisilicon.com>
5701 L:      dri-devel@lists.freedesktop.org
5702 S:      Maintained
5703 T:      git git://anongit.freedesktop.org/drm/drm-misc
5704 F:      Documentation/devicetree/bindings/display/hisilicon/
5705 F:      drivers/gpu/drm/hisilicon/
5706
5707 DRM DRIVERS FOR LIMA
5708 M:      Qiang Yu <yuq825@gmail.com>
5709 L:      dri-devel@lists.freedesktop.org
5710 L:      lima@lists.freedesktop.org (moderated for non-subscribers)
5711 S:      Maintained
5712 T:      git git://anongit.freedesktop.org/drm/drm-misc
5713 F:      drivers/gpu/drm/lima/
5714 F:      include/uapi/drm/lima_drm.h
5715
5716 DRM DRIVERS FOR MEDIATEK
5717 M:      Chun-Kuang Hu <chunkuang.hu@kernel.org>
5718 M:      Philipp Zabel <p.zabel@pengutronix.de>
5719 L:      dri-devel@lists.freedesktop.org
5720 S:      Supported
5721 F:      Documentation/devicetree/bindings/display/mediatek/
5722 F:      drivers/gpu/drm/mediatek/
5723
5724 DRM DRIVERS FOR NVIDIA TEGRA
5725 M:      Thierry Reding <thierry.reding@gmail.com>
5726 L:      dri-devel@lists.freedesktop.org
5727 L:      linux-tegra@vger.kernel.org
5728 S:      Supported
5729 T:      git git://anongit.freedesktop.org/tegra/linux.git
5730 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
5731 F:      drivers/gpu/drm/tegra/
5732 F:      drivers/gpu/host1x/
5733 F:      include/linux/host1x.h
5734 F:      include/uapi/drm/tegra_drm.h
5735
5736 DRM DRIVERS FOR RENESAS
5737 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5738 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
5739 L:      dri-devel@lists.freedesktop.org
5740 L:      linux-renesas-soc@vger.kernel.org
5741 S:      Supported
5742 T:      git git://linuxtv.org/pinchartl/media drm/du/next
5743 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
5744 F:      Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
5745 F:      Documentation/devicetree/bindings/display/renesas,du.txt
5746 F:      drivers/gpu/drm/rcar-du/
5747 F:      drivers/gpu/drm/shmobile/
5748 F:      include/linux/platform_data/shmob_drm.h
5749
5750 DRM DRIVERS FOR ROCKCHIP
5751 M:      Sandy Huang <hjc@rock-chips.com>
5752 M:      Heiko Stübner <heiko@sntech.de>
5753 L:      dri-devel@lists.freedesktop.org
5754 S:      Maintained
5755 T:      git git://anongit.freedesktop.org/drm/drm-misc
5756 F:      Documentation/devicetree/bindings/display/rockchip/
5757 F:      drivers/gpu/drm/rockchip/
5758
5759 DRM DRIVERS FOR STI
5760 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5761 M:      Vincent Abriou <vincent.abriou@st.com>
5762 L:      dri-devel@lists.freedesktop.org
5763 S:      Maintained
5764 T:      git git://anongit.freedesktop.org/drm/drm-misc
5765 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
5766 F:      drivers/gpu/drm/sti
5767
5768 DRM DRIVERS FOR STM
5769 M:      Yannick Fertre <yannick.fertre@st.com>
5770 M:      Philippe Cornu <philippe.cornu@st.com>
5771 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5772 M:      Vincent Abriou <vincent.abriou@st.com>
5773 L:      dri-devel@lists.freedesktop.org
5774 S:      Maintained
5775 T:      git git://anongit.freedesktop.org/drm/drm-misc
5776 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml
5777 F:      drivers/gpu/drm/stm
5778
5779 DRM DRIVERS FOR TI KEYSTONE
5780 M:      Jyri Sarha <jsarha@ti.com>
5781 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5782 L:      dri-devel@lists.freedesktop.org
5783 S:      Maintained
5784 T:      git git://anongit.freedesktop.org/drm/drm-misc
5785 F:      Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
5786 F:      Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
5787 F:      Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml
5788 F:      drivers/gpu/drm/tidss/
5789
5790 DRM DRIVERS FOR TI LCDC
5791 M:      Jyri Sarha <jsarha@ti.com>
5792 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5793 L:      dri-devel@lists.freedesktop.org
5794 S:      Maintained
5795 F:      Documentation/devicetree/bindings/display/tilcdc/
5796 F:      drivers/gpu/drm/tilcdc/
5797
5798 DRM DRIVERS FOR TI OMAP
5799 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5800 L:      dri-devel@lists.freedesktop.org
5801 S:      Maintained
5802 F:      Documentation/devicetree/bindings/display/ti/
5803 F:      drivers/gpu/drm/omapdrm/
5804
5805 DRM DRIVERS FOR V3D
5806 M:      Eric Anholt <eric@anholt.net>
5807 S:      Supported
5808 T:      git git://anongit.freedesktop.org/drm/drm-misc
5809 F:      Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt
5810 F:      drivers/gpu/drm/v3d/
5811 F:      include/uapi/drm/v3d_drm.h
5812
5813 DRM DRIVERS FOR VC4
5814 M:      Eric Anholt <eric@anholt.net>
5815 S:      Supported
5816 T:      git git://github.com/anholt/linux
5817 T:      git git://anongit.freedesktop.org/drm/drm-misc
5818 F:      Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml
5819 F:      drivers/gpu/drm/vc4/
5820 F:      include/uapi/drm/vc4_drm.h
5821
5822 DRM DRIVERS FOR VIVANTE GPU IP
5823 M:      Lucas Stach <l.stach@pengutronix.de>
5824 R:      Russell King <linux+etnaviv@armlinux.org.uk>
5825 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
5826 L:      etnaviv@lists.freedesktop.org (moderated for non-subscribers)
5827 L:      dri-devel@lists.freedesktop.org
5828 S:      Maintained
5829 F:      Documentation/devicetree/bindings/gpu/vivante,gc.yaml
5830 F:      drivers/gpu/drm/etnaviv/
5831 F:      include/uapi/drm/etnaviv_drm.h
5832
5833 DRM DRIVERS FOR XEN
5834 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
5835 L:      dri-devel@lists.freedesktop.org
5836 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
5837 S:      Supported
5838 T:      git git://anongit.freedesktop.org/drm/drm-misc
5839 F:      Documentation/gpu/xen-front.rst
5840 F:      drivers/gpu/drm/xen/
5841
5842 DRM DRIVERS FOR XILINX
5843 M:      Hyun Kwon <hyun.kwon@xilinx.com>
5844 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5845 L:      dri-devel@lists.freedesktop.org
5846 S:      Maintained
5847 T:      git git://anongit.freedesktop.org/drm/drm-misc
5848 F:      Documentation/devicetree/bindings/display/xlnx/
5849 F:      drivers/gpu/drm/xlnx/
5850
5851 DRM DRIVERS FOR ZTE ZX
5852 M:      Shawn Guo <shawnguo@kernel.org>
5853 L:      dri-devel@lists.freedesktop.org
5854 S:      Maintained
5855 T:      git git://anongit.freedesktop.org/drm/drm-misc
5856 F:      Documentation/devicetree/bindings/display/zte,vou.txt
5857 F:      drivers/gpu/drm/zte/
5858
5859 DRM PANEL DRIVERS
5860 M:      Thierry Reding <thierry.reding@gmail.com>
5861 R:      Sam Ravnborg <sam@ravnborg.org>
5862 L:      dri-devel@lists.freedesktop.org
5863 S:      Maintained
5864 T:      git git://anongit.freedesktop.org/drm/drm-misc
5865 F:      Documentation/devicetree/bindings/display/panel/
5866 F:      drivers/gpu/drm/drm_panel.c
5867 F:      drivers/gpu/drm/panel/
5868 F:      include/drm/drm_panel.h
5869
5870 DRM TTM SUBSYSTEM
5871 M:      Christian Koenig <christian.koenig@amd.com>
5872 M:      Huang Rui <ray.huang@amd.com>
5873 L:      dri-devel@lists.freedesktop.org
5874 S:      Maintained
5875 T:      git git://people.freedesktop.org/~agd5f/linux
5876 F:      drivers/gpu/drm/ttm/
5877 F:      include/drm/ttm/
5878
5879 DSBR100 USB FM RADIO DRIVER
5880 M:      Alexey Klimov <klimov.linux@gmail.com>
5881 L:      linux-media@vger.kernel.org
5882 S:      Maintained
5883 T:      git git://linuxtv.org/media_tree.git
5884 F:      drivers/media/radio/dsbr100.c
5885
5886 DT3155 MEDIA DRIVER
5887 M:      Hans Verkuil <hverkuil@xs4all.nl>
5888 L:      linux-media@vger.kernel.org
5889 S:      Odd Fixes
5890 W:      https://linuxtv.org
5891 T:      git git://linuxtv.org/media_tree.git
5892 F:      drivers/media/pci/dt3155/
5893
5894 DVB_USB_AF9015 MEDIA DRIVER
5895 M:      Antti Palosaari <crope@iki.fi>
5896 L:      linux-media@vger.kernel.org
5897 S:      Maintained
5898 W:      https://linuxtv.org
5899 W:      http://palosaari.fi/linux/
5900 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5901 T:      git git://linuxtv.org/anttip/media_tree.git
5902 F:      drivers/media/usb/dvb-usb-v2/af9015*
5903
5904 DVB_USB_AF9035 MEDIA DRIVER
5905 M:      Antti Palosaari <crope@iki.fi>
5906 L:      linux-media@vger.kernel.org
5907 S:      Maintained
5908 W:      https://linuxtv.org
5909 W:      http://palosaari.fi/linux/
5910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5911 T:      git git://linuxtv.org/anttip/media_tree.git
5912 F:      drivers/media/usb/dvb-usb-v2/af9035*
5913
5914 DVB_USB_ANYSEE MEDIA DRIVER
5915 M:      Antti Palosaari <crope@iki.fi>
5916 L:      linux-media@vger.kernel.org
5917 S:      Maintained
5918 W:      https://linuxtv.org
5919 W:      http://palosaari.fi/linux/
5920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5921 T:      git git://linuxtv.org/anttip/media_tree.git
5922 F:      drivers/media/usb/dvb-usb-v2/anysee*
5923
5924 DVB_USB_AU6610 MEDIA DRIVER
5925 M:      Antti Palosaari <crope@iki.fi>
5926 L:      linux-media@vger.kernel.org
5927 S:      Maintained
5928 W:      https://linuxtv.org
5929 W:      http://palosaari.fi/linux/
5930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5931 T:      git git://linuxtv.org/anttip/media_tree.git
5932 F:      drivers/media/usb/dvb-usb-v2/au6610*
5933
5934 DVB_USB_CE6230 MEDIA DRIVER
5935 M:      Antti Palosaari <crope@iki.fi>
5936 L:      linux-media@vger.kernel.org
5937 S:      Maintained
5938 W:      https://linuxtv.org
5939 W:      http://palosaari.fi/linux/
5940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5941 T:      git git://linuxtv.org/anttip/media_tree.git
5942 F:      drivers/media/usb/dvb-usb-v2/ce6230*
5943
5944 DVB_USB_CXUSB MEDIA DRIVER
5945 M:      Michael Krufky <mkrufky@linuxtv.org>
5946 L:      linux-media@vger.kernel.org
5947 S:      Maintained
5948 W:      https://linuxtv.org
5949 W:      http://github.com/mkrufky
5950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5951 T:      git git://linuxtv.org/media_tree.git
5952 F:      drivers/media/usb/dvb-usb/cxusb*
5953
5954 DVB_USB_EC168 MEDIA DRIVER
5955 M:      Antti Palosaari <crope@iki.fi>
5956 L:      linux-media@vger.kernel.org
5957 S:      Maintained
5958 W:      https://linuxtv.org
5959 W:      http://palosaari.fi/linux/
5960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5961 T:      git git://linuxtv.org/anttip/media_tree.git
5962 F:      drivers/media/usb/dvb-usb-v2/ec168*
5963
5964 DVB_USB_GL861 MEDIA DRIVER
5965 M:      Antti Palosaari <crope@iki.fi>
5966 L:      linux-media@vger.kernel.org
5967 S:      Maintained
5968 W:      https://linuxtv.org
5969 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5970 T:      git git://linuxtv.org/anttip/media_tree.git
5971 F:      drivers/media/usb/dvb-usb-v2/gl861*
5972
5973 DVB_USB_MXL111SF MEDIA DRIVER
5974 M:      Michael Krufky <mkrufky@linuxtv.org>
5975 L:      linux-media@vger.kernel.org
5976 S:      Maintained
5977 W:      https://linuxtv.org
5978 W:      http://github.com/mkrufky
5979 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5980 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
5981 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
5982
5983 DVB_USB_RTL28XXU MEDIA DRIVER
5984 M:      Antti Palosaari <crope@iki.fi>
5985 L:      linux-media@vger.kernel.org
5986 S:      Maintained
5987 W:      https://linuxtv.org
5988 W:      http://palosaari.fi/linux/
5989 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5990 T:      git git://linuxtv.org/anttip/media_tree.git
5991 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
5992
5993 DVB_USB_V2 MEDIA DRIVER
5994 M:      Antti Palosaari <crope@iki.fi>
5995 L:      linux-media@vger.kernel.org
5996 S:      Maintained
5997 W:      https://linuxtv.org
5998 W:      http://palosaari.fi/linux/
5999 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6000 T:      git git://linuxtv.org/anttip/media_tree.git
6001 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
6002 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
6003
6004 DYNAMIC DEBUG
6005 M:      Jason Baron <jbaron@akamai.com>
6006 S:      Maintained
6007 F:      include/linux/dynamic_debug.h
6008 F:      lib/dynamic_debug.c
6009
6010 DYNAMIC INTERRUPT MODERATION
6011 M:      Tal Gilboa <talgi@mellanox.com>
6012 S:      Maintained
6013 F:      Documentation/networking/net_dim.rst
6014 F:      include/linux/dim.h
6015 F:      lib/dim/
6016
6017 DZ DECSTATION DZ11 SERIAL DRIVER
6018 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6019 S:      Maintained
6020 F:      drivers/tty/serial/dz.*
6021
6022 E3X0 POWER BUTTON DRIVER
6023 M:      Moritz Fischer <moritz.fischer@ettus.com>
6024 L:      usrp-users@lists.ettus.com
6025 S:      Supported
6026 W:      http://www.ettus.com
6027 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
6028 F:      drivers/input/misc/e3x0-button.c
6029
6030 E4000 MEDIA DRIVER
6031 M:      Antti Palosaari <crope@iki.fi>
6032 L:      linux-media@vger.kernel.org
6033 S:      Maintained
6034 W:      https://linuxtv.org
6035 W:      http://palosaari.fi/linux/
6036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6037 T:      git git://linuxtv.org/anttip/media_tree.git
6038 F:      drivers/media/tuners/e4000*
6039
6040 EARTH_PT1 MEDIA DRIVER
6041 M:      Akihiro Tsukada <tskd08@gmail.com>
6042 L:      linux-media@vger.kernel.org
6043 S:      Odd Fixes
6044 F:      drivers/media/pci/pt1/
6045
6046 EARTH_PT3 MEDIA DRIVER
6047 M:      Akihiro Tsukada <tskd08@gmail.com>
6048 L:      linux-media@vger.kernel.org
6049 S:      Odd Fixes
6050 F:      drivers/media/pci/pt3/
6051
6052 EC100 MEDIA DRIVER
6053 M:      Antti Palosaari <crope@iki.fi>
6054 L:      linux-media@vger.kernel.org
6055 S:      Maintained
6056 W:      https://linuxtv.org
6057 W:      http://palosaari.fi/linux/
6058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6059 T:      git git://linuxtv.org/anttip/media_tree.git
6060 F:      drivers/media/dvb-frontends/ec100*
6061
6062 ECRYPT FILE SYSTEM
6063 M:      Tyler Hicks <code@tyhicks.com>
6064 L:      ecryptfs@vger.kernel.org
6065 S:      Odd Fixes
6066 W:      http://ecryptfs.org
6067 W:      https://launchpad.net/ecryptfs
6068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
6069 F:      Documentation/filesystems/ecryptfs.rst
6070 F:      fs/ecryptfs/
6071
6072 EDAC-AMD64
6073 M:      Borislav Petkov <bp@alien8.de>
6074 L:      linux-edac@vger.kernel.org
6075 S:      Maintained
6076 F:      drivers/edac/amd64_edac*
6077
6078 EDAC-ARMADA
6079 M:      Jan Luebbe <jlu@pengutronix.de>
6080 L:      linux-edac@vger.kernel.org
6081 S:      Maintained
6082 F:      drivers/edac/armada_xp_*
6083
6084 EDAC-AST2500
6085 M:      Stefan Schaeckeler <sschaeck@cisco.com>
6086 S:      Supported
6087 F:      Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt
6088 F:      drivers/edac/aspeed_edac.c
6089
6090 EDAC-BLUEFIELD
6091 M:      Shravan Kumar Ramani <sramani@mellanox.com>
6092 S:      Supported
6093 F:      drivers/edac/bluefield_edac.c
6094
6095 EDAC-CALXEDA
6096 M:      Robert Richter <rric@kernel.org>
6097 L:      linux-edac@vger.kernel.org
6098 S:      Maintained
6099 F:      drivers/edac/highbank*
6100
6101 EDAC-CAVIUM OCTEON
6102 M:      Ralf Baechle <ralf@linux-mips.org>
6103 M:      Robert Richter <rrichter@marvell.com>
6104 L:      linux-edac@vger.kernel.org
6105 L:      linux-mips@vger.kernel.org
6106 S:      Supported
6107 F:      drivers/edac/octeon_edac*
6108
6109 EDAC-CAVIUM THUNDERX
6110 M:      Robert Richter <rrichter@marvell.com>
6111 L:      linux-edac@vger.kernel.org
6112 S:      Supported
6113 F:      drivers/edac/thunderx_edac*
6114
6115 EDAC-CORE
6116 M:      Borislav Petkov <bp@alien8.de>
6117 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
6118 M:      Tony Luck <tony.luck@intel.com>
6119 R:      James Morse <james.morse@arm.com>
6120 R:      Robert Richter <rrichter@marvell.com>
6121 L:      linux-edac@vger.kernel.org
6122 S:      Supported
6123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-for-next
6124 F:      Documentation/admin-guide/ras.rst
6125 F:      Documentation/driver-api/edac.rst
6126 F:      drivers/edac/
6127 F:      include/linux/edac.h
6128
6129 EDAC-DMC520
6130 M:      Lei Wang <lewan@microsoft.com>
6131 L:      linux-edac@vger.kernel.org
6132 S:      Supported
6133 F:      drivers/edac/dmc520_edac.c
6134
6135 EDAC-E752X
6136 M:      Mark Gross <mark.gross@intel.com>
6137 L:      linux-edac@vger.kernel.org
6138 S:      Maintained
6139 F:      drivers/edac/e752x_edac.c
6140
6141 EDAC-E7XXX
6142 L:      linux-edac@vger.kernel.org
6143 S:      Maintained
6144 F:      drivers/edac/e7xxx_edac.c
6145
6146 EDAC-FSL_DDR
6147 M:      York Sun <york.sun@nxp.com>
6148 L:      linux-edac@vger.kernel.org
6149 S:      Maintained
6150 F:      drivers/edac/fsl_ddr_edac.*
6151
6152 EDAC-GHES
6153 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
6154 L:      linux-edac@vger.kernel.org
6155 S:      Maintained
6156 F:      drivers/edac/ghes_edac.c
6157
6158 EDAC-I10NM
6159 M:      Tony Luck <tony.luck@intel.com>
6160 L:      linux-edac@vger.kernel.org
6161 S:      Maintained
6162 F:      drivers/edac/i10nm_base.c
6163
6164 EDAC-I3000
6165 L:      linux-edac@vger.kernel.org
6166 S:      Orphan
6167 F:      drivers/edac/i3000_edac.c
6168
6169 EDAC-I5000
6170 L:      linux-edac@vger.kernel.org
6171 S:      Maintained
6172 F:      drivers/edac/i5000_edac.c
6173
6174 EDAC-I5400
6175 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
6176 L:      linux-edac@vger.kernel.org
6177 S:      Maintained
6178 F:      drivers/edac/i5400_edac.c
6179
6180 EDAC-I7300
6181 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
6182 L:      linux-edac@vger.kernel.org
6183 S:      Maintained
6184 F:      drivers/edac/i7300_edac.c
6185
6186 EDAC-I7CORE
6187 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
6188 L:      linux-edac@vger.kernel.org
6189 S:      Maintained
6190 F:      drivers/edac/i7core_edac.c
6191
6192 EDAC-I82443BXGX
6193 M:      Tim Small <tim@buttersideup.com>
6194 L:      linux-edac@vger.kernel.org
6195 S:      Maintained
6196 F:      drivers/edac/i82443bxgx_edac.c
6197
6198 EDAC-I82975X
6199 M:      "Arvind R." <arvino55@gmail.com>
6200 L:      linux-edac@vger.kernel.org
6201 S:      Maintained
6202 F:      drivers/edac/i82975x_edac.c
6203
6204 EDAC-IE31200
6205 M:      Jason Baron <jbaron@akamai.com>
6206 L:      linux-edac@vger.kernel.org
6207 S:      Maintained
6208 F:      drivers/edac/ie31200_edac.c
6209
6210 EDAC-MPC85XX
6211 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6212 L:      linux-edac@vger.kernel.org
6213 S:      Maintained
6214 F:      drivers/edac/mpc85xx_edac.[ch]
6215
6216 EDAC-PASEMI
6217 M:      Egor Martovetsky <egor@pasemi.com>
6218 L:      linux-edac@vger.kernel.org
6219 S:      Maintained
6220 F:      drivers/edac/pasemi_edac.c
6221
6222 EDAC-PND2
6223 M:      Tony Luck <tony.luck@intel.com>
6224 L:      linux-edac@vger.kernel.org
6225 S:      Maintained
6226 F:      drivers/edac/pnd2_edac.[ch]
6227
6228 EDAC-QCOM
6229 M:      Channagoud Kadabi <ckadabi@codeaurora.org>
6230 M:      Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
6231 L:      linux-arm-msm@vger.kernel.org
6232 L:      linux-edac@vger.kernel.org
6233 S:      Maintained
6234 F:      drivers/edac/qcom_edac.c
6235
6236 EDAC-R82600
6237 M:      Tim Small <tim@buttersideup.com>
6238 L:      linux-edac@vger.kernel.org
6239 S:      Maintained
6240 F:      drivers/edac/r82600_edac.c
6241
6242 EDAC-SBRIDGE
6243 M:      Tony Luck <tony.luck@intel.com>
6244 R:      Qiuxu Zhuo <qiuxu.zhuo@intel.com>
6245 L:      linux-edac@vger.kernel.org
6246 S:      Maintained
6247 F:      drivers/edac/sb_edac.c
6248
6249 EDAC-SIFIVE
6250 M:      Yash Shah <yash.shah@sifive.com>
6251 L:      linux-edac@vger.kernel.org
6252 S:      Supported
6253 F:      drivers/edac/sifive_edac.c
6254
6255 EDAC-SKYLAKE
6256 M:      Tony Luck <tony.luck@intel.com>
6257 L:      linux-edac@vger.kernel.org
6258 S:      Maintained
6259 F:      drivers/edac/skx_*.c
6260
6261 EDAC-TI
6262 M:      Tero Kristo <t-kristo@ti.com>
6263 L:      linux-edac@vger.kernel.org
6264 S:      Maintained
6265 F:      drivers/edac/ti_edac.c
6266
6267 EDIROL UA-101/UA-1000 DRIVER
6268 M:      Clemens Ladisch <clemens@ladisch.de>
6269 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6270 S:      Maintained
6271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6272 F:      sound/usb/misc/ua101.c
6273
6274 EFI TEST DRIVER
6275 M:      Ivan Hu <ivan.hu@canonical.com>
6276 M:      Ard Biesheuvel <ardb@kernel.org>
6277 L:      linux-efi@vger.kernel.org
6278 S:      Maintained
6279 F:      drivers/firmware/efi/test/
6280
6281 EFI VARIABLE FILESYSTEM
6282 M:      Matthew Garrett <matthew.garrett@nebula.com>
6283 M:      Jeremy Kerr <jk@ozlabs.org>
6284 M:      Ard Biesheuvel <ardb@kernel.org>
6285 L:      linux-efi@vger.kernel.org
6286 S:      Maintained
6287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
6288 F:      fs/efivarfs/
6289
6290 EFIFB FRAMEBUFFER DRIVER
6291 M:      Peter Jones <pjones@redhat.com>
6292 L:      linux-fbdev@vger.kernel.org
6293 S:      Maintained
6294 F:      drivers/video/fbdev/efifb.c
6295
6296 EFS FILESYSTEM
6297 S:      Orphan
6298 W:      http://aeschi.ch.eu.org/efs/
6299 F:      fs/efs/
6300
6301 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
6302 M:      Douglas Miller <dougmill@linux.ibm.com>
6303 L:      netdev@vger.kernel.org
6304 S:      Maintained
6305 F:      drivers/net/ethernet/ibm/ehea/
6306
6307 EM28XX VIDEO4LINUX DRIVER
6308 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
6309 L:      linux-media@vger.kernel.org
6310 S:      Maintained
6311 W:      https://linuxtv.org
6312 T:      git git://linuxtv.org/media_tree.git
6313 F:      Documentation/admin-guide/media/em28xx*
6314 F:      drivers/media/usb/em28xx/
6315
6316 EMBEDDED LINUX
6317 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
6318 M:      Matt Mackall <mpm@selenic.com>
6319 M:      David Woodhouse <dwmw2@infradead.org>
6320 L:      linux-embedded@vger.kernel.org
6321 S:      Maintained
6322
6323 EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER
6324 M:      Adrian Hunter <adrian.hunter@intel.com>
6325 M:      Ritesh Harjani <riteshh@codeaurora.org>
6326 M:      Asutosh Das <asutoshd@codeaurora.org>
6327 L:      linux-mmc@vger.kernel.org
6328 S:      Maintained
6329 F:      drivers/mmc/host/cqhci*
6330
6331 EMULEX 10Gbps iSCSI - OneConnect DRIVER
6332 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
6333 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
6334 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
6335 L:      linux-scsi@vger.kernel.org
6336 S:      Supported
6337 W:      http://www.broadcom.com
6338 F:      drivers/scsi/be2iscsi/
6339
6340 EMULEX 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
6341 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
6342 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
6343 M:      Somnath Kotur <somnath.kotur@broadcom.com>
6344 L:      netdev@vger.kernel.org
6345 S:      Supported
6346 W:      http://www.emulex.com
6347 F:      drivers/net/ethernet/emulex/benet/
6348
6349 EMULEX ONECONNECT ROCE DRIVER
6350 M:      Selvin Xavier <selvin.xavier@broadcom.com>
6351 M:      Devesh Sharma <devesh.sharma@broadcom.com>
6352 L:      linux-rdma@vger.kernel.org
6353 S:      Odd Fixes
6354 W:      http://www.broadcom.com
6355 F:      drivers/infiniband/hw/ocrdma/
6356 F:      include/uapi/rdma/ocrdma-abi.h
6357
6358 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
6359 M:      James Smart <james.smart@broadcom.com>
6360 M:      Dick Kennedy <dick.kennedy@broadcom.com>
6361 L:      linux-scsi@vger.kernel.org
6362 S:      Supported
6363 W:      http://www.broadcom.com
6364 F:      drivers/scsi/lpfc/
6365
6366 ENE CB710 FLASH CARD READER DRIVER
6367 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
6368 S:      Maintained
6369 F:      drivers/misc/cb710/
6370 F:      drivers/mmc/host/cb710-mmc.*
6371 F:      include/linux/cb710.h
6372
6373 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
6374 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6375 S:      Maintained
6376 F:      drivers/media/rc/ene_ir.*
6377
6378 EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER
6379 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
6380 L:      linuxppc-dev@lists.ozlabs.org
6381 S:      Maintained
6382 F:      drivers/tty/ehv_bytechan.c
6383
6384 EPSON S1D13XXX FRAMEBUFFER DRIVER
6385 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
6386 S:      Maintained
6387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
6388 F:      drivers/video/fbdev/s1d13xxxfb.c
6389 F:      include/video/s1d13xxxfb.h
6390
6391 EROFS FILE SYSTEM
6392 M:      Gao Xiang <xiang@kernel.org>
6393 M:      Chao Yu <yuchao0@huawei.com>
6394 L:      linux-erofs@lists.ozlabs.org
6395 S:      Maintained
6396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
6397 F:      Documentation/filesystems/erofs.rst
6398 F:      fs/erofs/
6399 F:      include/trace/events/erofs.h
6400
6401 ERRSEQ ERROR TRACKING INFRASTRUCTURE
6402 M:      Jeff Layton <jlayton@kernel.org>
6403 S:      Maintained
6404 F:      include/linux/errseq.h
6405 F:      lib/errseq.c
6406
6407 ET131X NETWORK DRIVER
6408 M:      Mark Einon <mark.einon@gmail.com>
6409 S:      Odd Fixes
6410 F:      drivers/net/ethernet/agere/
6411
6412 ETHERNET BRIDGE
6413 M:      Roopa Prabhu <roopa@cumulusnetworks.com>
6414 M:      Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
6415 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
6416 L:      netdev@vger.kernel.org
6417 S:      Maintained
6418 W:      http://www.linuxfoundation.org/en/Net:Bridge
6419 F:      include/linux/netfilter_bridge/
6420 F:      net/bridge/
6421
6422 ETHERNET PHY LIBRARY
6423 M:      Andrew Lunn <andrew@lunn.ch>
6424 M:      Florian Fainelli <f.fainelli@gmail.com>
6425 M:      Heiner Kallweit <hkallweit1@gmail.com>
6426 R:      Russell King <linux@armlinux.org.uk>
6427 L:      netdev@vger.kernel.org
6428 S:      Maintained
6429 F:      Documentation/ABI/testing/sysfs-class-net-phydev
6430 F:      Documentation/devicetree/bindings/net/ethernet-phy.yaml
6431 F:      Documentation/devicetree/bindings/net/mdio*
6432 F:      Documentation/devicetree/bindings/net/qca,ar803x.yaml
6433 F:      Documentation/networking/phy.rst
6434 F:      drivers/net/phy/
6435 F:      drivers/of/of_mdio.c
6436 F:      drivers/of/of_net.c
6437 F:      include/dt-bindings/net/qca-ar803x.h
6438 F:      include/linux/*mdio*.h
6439 F:      include/linux/of_net.h
6440 F:      include/linux/phy.h
6441 F:      include/linux/phy_fixed.h
6442 F:      include/linux/platform_data/mdio-bcm-unimac.h
6443 F:      include/linux/platform_data/mdio-gpio.h
6444 F:      include/trace/events/mdio.h
6445 F:      include/uapi/linux/mdio.h
6446 F:      include/uapi/linux/mii.h
6447
6448 EXFAT FILE SYSTEM
6449 M:      Namjae Jeon <namjae.jeon@samsung.com>
6450 M:      Sungjong Seo <sj1557.seo@samsung.com>
6451 L:      linux-fsdevel@vger.kernel.org
6452 S:      Maintained
6453 F:      fs/exfat/
6454
6455 EXT2 FILE SYSTEM
6456 M:      Jan Kara <jack@suse.com>
6457 L:      linux-ext4@vger.kernel.org
6458 S:      Maintained
6459 F:      Documentation/filesystems/ext2.rst
6460 F:      fs/ext2/
6461 F:      include/linux/ext2*
6462
6463 EXT4 FILE SYSTEM
6464 M:      "Theodore Ts'o" <tytso@mit.edu>
6465 M:      Andreas Dilger <adilger.kernel@dilger.ca>
6466 L:      linux-ext4@vger.kernel.org
6467 S:      Maintained
6468 W:      http://ext4.wiki.kernel.org
6469 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
6470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
6471 F:      Documentation/filesystems/ext4/
6472 F:      fs/ext4/
6473
6474 Extended Verification Module (EVM)
6475 M:      Mimi Zohar <zohar@linux.ibm.com>
6476 L:      linux-integrity@vger.kernel.org
6477 S:      Supported
6478 F:      security/integrity/evm/
6479
6480 EXTENSIBLE FIRMWARE INTERFACE (EFI)
6481 M:      Ard Biesheuvel <ardb@kernel.org>
6482 L:      linux-efi@vger.kernel.org
6483 S:      Maintained
6484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
6485 F:      Documentation/admin-guide/efi-stub.rst
6486 F:      arch/*/include/asm/efi.h
6487 F:      arch/*/kernel/efi.c
6488 F:      arch/arm/boot/compressed/efi-header.S
6489 F:      arch/arm64/kernel/efi-entry.S
6490 F:      arch/x86/platform/efi/
6491 F:      drivers/firmware/efi/
6492 F:      include/linux/efi*.h
6493
6494 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
6495 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
6496 M:      Chanwoo Choi <cw00.choi@samsung.com>
6497 L:      linux-kernel@vger.kernel.org
6498 S:      Maintained
6499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
6500 F:      Documentation/devicetree/bindings/extcon/
6501 F:      Documentation/firmware-guide/acpi/extcon-intel-int3496.rst
6502 F:      drivers/extcon/
6503 F:      include/linux/extcon.h
6504 F:      include/linux/extcon/
6505
6506 EXTRA BOOT CONFIG
6507 M:      Masami Hiramatsu <mhiramat@kernel.org>
6508 S:      Maintained
6509 F:      Documentation/admin-guide/bootconfig.rst
6510 F:      fs/proc/bootconfig.c
6511 F:      include/linux/bootconfig.h
6512 F:      lib/bootconfig.c
6513 F:      tools/bootconfig/*
6514
6515 EXYNOS DP DRIVER
6516 M:      Jingoo Han <jingoohan1@gmail.com>
6517 L:      dri-devel@lists.freedesktop.org
6518 S:      Maintained
6519 F:      drivers/gpu/drm/exynos/exynos_dp*
6520
6521 EXYNOS SYSMMU (IOMMU) driver
6522 M:      Marek Szyprowski <m.szyprowski@samsung.com>
6523 L:      iommu@lists.linux-foundation.org
6524 S:      Maintained
6525 F:      drivers/iommu/exynos-iommu.c
6526
6527 EZchip NPS platform support
6528 M:      Vineet Gupta <vgupta@synopsys.com>
6529 M:      Ofer Levi <oferle@mellanox.com>
6530 S:      Supported
6531 F:      arch/arc/boot/dts/eznps.dts
6532 F:      arch/arc/plat-eznps
6533
6534 F2FS FILE SYSTEM
6535 M:      Jaegeuk Kim <jaegeuk@kernel.org>
6536 M:      Chao Yu <yuchao0@huawei.com>
6537 L:      linux-f2fs-devel@lists.sourceforge.net
6538 S:      Maintained
6539 W:      https://f2fs.wiki.kernel.org/
6540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
6541 F:      Documentation/ABI/testing/sysfs-fs-f2fs
6542 F:      Documentation/filesystems/f2fs.rst
6543 F:      fs/f2fs/
6544 F:      include/linux/f2fs_fs.h
6545 F:      include/trace/events/f2fs.h
6546
6547 F71805F HARDWARE MONITORING DRIVER
6548 M:      Jean Delvare <jdelvare@suse.com>
6549 L:      linux-hwmon@vger.kernel.org
6550 S:      Maintained
6551 F:      Documentation/hwmon/f71805f.rst
6552 F:      drivers/hwmon/f71805f.c
6553
6554 FADDR2LINE
6555 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6556 S:      Maintained
6557 F:      scripts/faddr2line
6558
6559 FAILOVER MODULE
6560 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
6561 L:      netdev@vger.kernel.org
6562 S:      Supported
6563 F:      Documentation/networking/failover.rst
6564 F:      include/net/failover.h
6565 F:      net/core/failover.c
6566
6567 FANOTIFY
6568 M:      Jan Kara <jack@suse.cz>
6569 R:      Amir Goldstein <amir73il@gmail.com>
6570 L:      linux-fsdevel@vger.kernel.org
6571 S:      Maintained
6572 F:      fs/notify/fanotify/
6573 F:      include/linux/fanotify.h
6574 F:      include/uapi/linux/fanotify.h
6575
6576 FARSYNC SYNCHRONOUS DRIVER
6577 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
6578 S:      Supported
6579 W:      http://www.farsite.co.uk/
6580 F:      drivers/net/wan/farsync.*
6581
6582 FAULT INJECTION SUPPORT
6583 M:      Akinobu Mita <akinobu.mita@gmail.com>
6584 S:      Supported
6585 F:      Documentation/fault-injection/
6586 F:      lib/fault-inject.c
6587
6588 FBTFT Framebuffer drivers
6589 L:      dri-devel@lists.freedesktop.org
6590 L:      linux-fbdev@vger.kernel.org
6591 S:      Orphan
6592 F:      drivers/staging/fbtft/
6593
6594 FC0011 TUNER DRIVER
6595 M:      Michael Buesch <m@bues.ch>
6596 L:      linux-media@vger.kernel.org
6597 S:      Maintained
6598 F:      drivers/media/tuners/fc0011.c
6599 F:      drivers/media/tuners/fc0011.h
6600
6601 FC2580 MEDIA DRIVER
6602 M:      Antti Palosaari <crope@iki.fi>
6603 L:      linux-media@vger.kernel.org
6604 S:      Maintained
6605 W:      https://linuxtv.org
6606 W:      http://palosaari.fi/linux/
6607 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6608 T:      git git://linuxtv.org/anttip/media_tree.git
6609 F:      drivers/media/tuners/fc2580*
6610
6611 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
6612 M:      Hannes Reinecke <hare@suse.de>
6613 L:      linux-scsi@vger.kernel.org
6614 S:      Supported
6615 W:      www.Open-FCoE.org
6616 F:      drivers/scsi/fcoe/
6617 F:      drivers/scsi/libfc/
6618 F:      include/scsi/fc/
6619 F:      include/scsi/libfc.h
6620 F:      include/scsi/libfcoe.h
6621 F:      include/uapi/scsi/fc/
6622
6623 FILE LOCKING (flock() and fcntl()/lockf())
6624 M:      Jeff Layton <jlayton@kernel.org>
6625 M:      "J. Bruce Fields" <bfields@fieldses.org>
6626 L:      linux-fsdevel@vger.kernel.org
6627 S:      Maintained
6628 F:      fs/fcntl.c
6629 F:      fs/locks.c
6630 F:      include/linux/fcntl.h
6631 F:      include/uapi/linux/fcntl.h
6632
6633 FILESYSTEM DIRECT ACCESS (DAX)
6634 M:      Dan Williams <dan.j.williams@intel.com>
6635 R:      Matthew Wilcox <willy@infradead.org>
6636 R:      Jan Kara <jack@suse.cz>
6637 L:      linux-fsdevel@vger.kernel.org
6638 L:      linux-nvdimm@lists.01.org
6639 S:      Supported
6640 F:      fs/dax.c
6641 F:      include/linux/dax.h
6642 F:      include/trace/events/fs_dax.h
6643
6644 FILESYSTEMS (VFS and infrastructure)
6645 M:      Alexander Viro <viro@zeniv.linux.org.uk>
6646 L:      linux-fsdevel@vger.kernel.org
6647 S:      Maintained
6648 F:      fs/*
6649 F:      include/linux/fs.h
6650 F:      include/linux/fs_types.h
6651 F:      include/uapi/linux/fs.h
6652 F:      include/uapi/linux/openat2.h
6653
6654 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6655 M:      Riku Voipio <riku.voipio@iki.fi>
6656 L:      linux-hwmon@vger.kernel.org
6657 S:      Maintained
6658 F:      drivers/hwmon/f75375s.c
6659 F:      include/linux/f75375s.h
6660
6661 FIREWIRE AUDIO DRIVERS and IEC 61883-1/6 PACKET STREAMING ENGINE
6662 M:      Clemens Ladisch <clemens@ladisch.de>
6663 M:      Takashi Sakamoto <o-takashi@sakamocchi.jp>
6664 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6665 S:      Maintained
6666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6667 F:      include/uapi/sound/firewire.h
6668 F:      sound/firewire/
6669
6670 FIREWIRE MEDIA DRIVERS (firedtv)
6671 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
6672 L:      linux-media@vger.kernel.org
6673 L:      linux1394-devel@lists.sourceforge.net
6674 S:      Maintained
6675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6676 F:      drivers/media/firewire/
6677
6678 FIREWIRE SBP-2 TARGET
6679 M:      Chris Boot <bootc@bootc.net>
6680 L:      linux-scsi@vger.kernel.org
6681 L:      target-devel@vger.kernel.org
6682 L:      linux1394-devel@lists.sourceforge.net
6683 S:      Maintained
6684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6685 F:      drivers/target/sbp/
6686
6687 FIREWIRE SUBSYSTEM
6688 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
6689 L:      linux1394-devel@lists.sourceforge.net
6690 S:      Maintained
6691 W:      http://ieee1394.wiki.kernel.org/
6692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
6693 F:      drivers/firewire/
6694 F:      include/linux/firewire.h
6695 F:      include/uapi/linux/firewire*.h
6696 F:      tools/firewire/
6697
6698 FIRMWARE LOADER (request_firmware)
6699 M:      Luis Chamberlain <mcgrof@kernel.org>
6700 L:      linux-kernel@vger.kernel.org
6701 S:      Maintained
6702 F:      Documentation/firmware_class/
6703 F:      drivers/base/firmware_loader/
6704 F:      include/linux/firmware.h
6705
6706 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
6707 M:      Joshua Morris <josh.h.morris@us.ibm.com>
6708 M:      Philip Kelleher <pjk1939@linux.ibm.com>
6709 S:      Maintained
6710 F:      drivers/block/rsxx/
6711
6712 FLEXTIMER FTM-QUADDEC DRIVER
6713 M:      Patrick Havelange <patrick.havelange@essensium.com>
6714 L:      linux-iio@vger.kernel.org
6715 S:      Maintained
6716 F:      Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec
6717 F:      Documentation/devicetree/bindings/counter/ftm-quaddec.txt
6718 F:      drivers/counter/ftm-quaddec.c
6719
6720 FLOPPY DRIVER
6721 M:      Denis Efremov <efremov@linux.com>
6722 L:      linux-block@vger.kernel.org
6723 S:      Odd Fixes
6724 F:      drivers/block/floppy.c
6725
6726 FLYSKY FSIA6B RC RECEIVER
6727 M:      Markus Koch <markus@notsyncing.net>
6728 L:      linux-input@vger.kernel.org
6729 S:      Maintained
6730 F:      drivers/input/joystick/fsia6b.c
6731
6732 FORCEDETH GIGABIT ETHERNET DRIVER
6733 M:      Rain River <rain.1986.08.12@gmail.com>
6734 M:      Zhu Yanjun <zyjzyj2000@gmail.com>
6735 L:      netdev@vger.kernel.org
6736 S:      Maintained
6737 F:      drivers/net/ethernet/nvidia/*
6738
6739 FPGA DFL DRIVERS
6740 M:      Wu Hao <hao.wu@intel.com>
6741 L:      linux-fpga@vger.kernel.org
6742 S:      Maintained
6743 F:      Documentation/fpga/dfl.rst
6744 F:      drivers/fpga/dfl*
6745 F:      include/uapi/linux/fpga-dfl.h
6746
6747 FPGA MANAGER FRAMEWORK
6748 M:      Moritz Fischer <mdf@kernel.org>
6749 L:      linux-fpga@vger.kernel.org
6750 S:      Maintained
6751 W:      http://www.rocketboards.org
6752 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
6753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git
6754 F:      Documentation/devicetree/bindings/fpga/
6755 F:      Documentation/driver-api/fpga/
6756 F:      Documentation/fpga/
6757 F:      drivers/fpga/
6758 F:      include/linux/fpga/
6759
6760 FPU EMULATOR
6761 M:      Bill Metzenthen <billm@melbpc.org.au>
6762 S:      Maintained
6763 W:      http://floatingpoint.sourceforge.net/emulator/index.html
6764 F:      arch/x86/math-emu/
6765
6766 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
6767 L:      netdev@vger.kernel.org
6768 S:      Orphan
6769 F:      drivers/net/wan/dlci.c
6770 F:      drivers/net/wan/sdla.c
6771
6772 FRAMEBUFFER LAYER
6773 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6774 L:      dri-devel@lists.freedesktop.org
6775 L:      linux-fbdev@vger.kernel.org
6776 S:      Maintained
6777 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
6778 T:      git git://anongit.freedesktop.org/drm/drm-misc
6779 F:      Documentation/fb/
6780 F:      drivers/video/
6781 F:      include/linux/fb.h
6782 F:      include/uapi/linux/fb.h
6783 F:      include/uapi/video/
6784 F:      include/video/
6785
6786 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
6787 M:      Horia Geantă <horia.geanta@nxp.com>
6788 M:      Aymen Sghaier <aymen.sghaier@nxp.com>
6789 L:      linux-crypto@vger.kernel.org
6790 S:      Maintained
6791 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
6792 F:      drivers/crypto/caam/
6793
6794 FREESCALE COLDFIRE M5441X MMC DRIVER
6795 M:      Angelo Dureghello <angelo.dureghello@timesys.com>
6796 L:      linux-mmc@vger.kernel.org
6797 S:      Maintained
6798 F:      drivers/mmc/host/sdhci-esdhc-mcf.c
6799 F:      include/linux/platform_data/mmc-esdhc-mcf.h
6800
6801 FREESCALE DIU FRAMEBUFFER DRIVER
6802 M:      Timur Tabi <timur@kernel.org>
6803 L:      linux-fbdev@vger.kernel.org
6804 S:      Maintained
6805 F:      drivers/video/fbdev/fsl-diu-fb.*
6806
6807 FREESCALE DMA DRIVER
6808 M:      Li Yang <leoyang.li@nxp.com>
6809 M:      Zhang Wei <zw@zh-kernel.org>
6810 L:      linuxppc-dev@lists.ozlabs.org
6811 S:      Maintained
6812 F:      drivers/dma/fsldma.*
6813
6814 FREESCALE ENETC ETHERNET DRIVERS
6815 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
6816 L:      netdev@vger.kernel.org
6817 S:      Maintained
6818 F:      drivers/net/ethernet/freescale/enetc/
6819
6820 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
6821 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
6822 L:      netdev@vger.kernel.org
6823 S:      Maintained
6824 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
6825 F:      drivers/net/ethernet/freescale/gianfar*
6826
6827 FREESCALE GPMI NAND DRIVER
6828 M:      Han Xu <han.xu@nxp.com>
6829 L:      linux-mtd@lists.infradead.org
6830 S:      Maintained
6831 F:      drivers/mtd/nand/raw/gpmi-nand/*
6832
6833 FREESCALE I2C CPM DRIVER
6834 M:      Jochen Friedrich <jochen@scram.de>
6835 L:      linuxppc-dev@lists.ozlabs.org
6836 L:      linux-i2c@vger.kernel.org
6837 S:      Maintained
6838 F:      drivers/i2c/busses/i2c-cpm.c
6839
6840 FREESCALE IMX / MXC FEC DRIVER
6841 M:      Fugang Duan <fugang.duan@nxp.com>
6842 L:      netdev@vger.kernel.org
6843 S:      Maintained
6844 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
6845 F:      drivers/net/ethernet/freescale/fec.h
6846 F:      drivers/net/ethernet/freescale/fec_main.c
6847 F:      drivers/net/ethernet/freescale/fec_ptp.c
6848
6849 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
6850 M:      Sascha Hauer <s.hauer@pengutronix.de>
6851 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
6852 L:      linux-fbdev@vger.kernel.org
6853 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6854 S:      Maintained
6855 F:      drivers/video/fbdev/imxfb.c
6856 F:      include/linux/platform_data/video-imxfb.h
6857
6858 FREESCALE IMX DDR PMU DRIVER
6859 M:      Frank Li <Frank.li@nxp.com>
6860 L:      linux-arm-kernel@lists.infradead.org
6861 S:      Maintained
6862 F:      Documentation/admin-guide/perf/imx-ddr.rst
6863 F:      Documentation/devicetree/bindings/perf/fsl-imx-ddr.txt
6864 F:      drivers/perf/fsl_imx8_ddr_perf.c
6865
6866 FREESCALE IMX I2C DRIVER
6867 M:      Oleksij Rempel <o.rempel@pengutronix.de>
6868 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
6869 L:      linux-i2c@vger.kernel.org
6870 S:      Maintained
6871 F:      Documentation/devicetree/bindings/i2c/i2c-imx.txt
6872 F:      drivers/i2c/busses/i2c-imx.c
6873
6874 FREESCALE IMX LPI2C DRIVER
6875 M:      Dong Aisheng <aisheng.dong@nxp.com>
6876 L:      linux-i2c@vger.kernel.org
6877 L:      linux-imx@nxp.com
6878 S:      Maintained
6879 F:      Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
6880 F:      drivers/i2c/busses/i2c-imx-lpi2c.c
6881
6882 FREESCALE QORIQ DPAA ETHERNET DRIVER
6883 M:      Madalin Bucur <madalin.bucur@nxp.com>
6884 L:      netdev@vger.kernel.org
6885 S:      Maintained
6886 F:      drivers/net/ethernet/freescale/dpaa
6887
6888 FREESCALE QORIQ DPAA FMAN DRIVER
6889 M:      Madalin Bucur <madalin.bucur@nxp.com>
6890 L:      netdev@vger.kernel.org
6891 S:      Maintained
6892 F:      Documentation/devicetree/bindings/net/fsl-fman.txt
6893 F:      drivers/net/ethernet/freescale/fman
6894
6895 FREESCALE QORIQ PTP CLOCK DRIVER
6896 M:      Yangbo Lu <yangbo.lu@nxp.com>
6897 L:      netdev@vger.kernel.org
6898 S:      Maintained
6899 F:      Documentation/devicetree/bindings/ptp/ptp-qoriq.txt
6900 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
6901 F:      drivers/net/ethernet/freescale/dpaa2/dprtc*
6902 F:      drivers/net/ethernet/freescale/enetc/enetc_ptp.c
6903 F:      drivers/ptp/ptp_qoriq.c
6904 F:      drivers/ptp/ptp_qoriq_debugfs.c
6905 F:      include/linux/fsl/ptp_qoriq.h
6906
6907 FREESCALE QUAD SPI DRIVER
6908 M:      Han Xu <han.xu@nxp.com>
6909 L:      linux-spi@vger.kernel.org
6910 S:      Maintained
6911 F:      drivers/spi/spi-fsl-qspi.c
6912
6913 FREESCALE QUICC ENGINE LIBRARY
6914 M:      Qiang Zhao <qiang.zhao@nxp.com>
6915 L:      linuxppc-dev@lists.ozlabs.org
6916 S:      Maintained
6917 F:      drivers/soc/fsl/qe/
6918 F:      include/soc/fsl/*qe*.h
6919 F:      include/soc/fsl/*ucc*.h
6920
6921 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
6922 M:      Li Yang <leoyang.li@nxp.com>
6923 L:      netdev@vger.kernel.org
6924 L:      linuxppc-dev@lists.ozlabs.org
6925 S:      Maintained
6926 F:      drivers/net/ethernet/freescale/ucc_geth*
6927
6928 FREESCALE QUICC ENGINE UCC HDLC DRIVER
6929 M:      Zhao Qiang <qiang.zhao@nxp.com>
6930 L:      netdev@vger.kernel.org
6931 L:      linuxppc-dev@lists.ozlabs.org
6932 S:      Maintained
6933 F:      drivers/net/wan/fsl_ucc_hdlc*
6934
6935 FREESCALE QUICC ENGINE UCC UART DRIVER
6936 M:      Timur Tabi <timur@kernel.org>
6937 L:      linuxppc-dev@lists.ozlabs.org
6938 S:      Maintained
6939 F:      drivers/tty/serial/ucc_uart.c
6940
6941 FREESCALE SOC DRIVERS
6942 M:      Li Yang <leoyang.li@nxp.com>
6943 L:      linuxppc-dev@lists.ozlabs.org
6944 L:      linux-arm-kernel@lists.infradead.org
6945 S:      Maintained
6946 F:      Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt
6947 F:      Documentation/devicetree/bindings/soc/fsl/
6948 F:      drivers/soc/fsl/
6949 F:      include/linux/fsl/
6950
6951 FREESCALE SOC FS_ENET DRIVER
6952 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
6953 L:      linuxppc-dev@lists.ozlabs.org
6954 L:      netdev@vger.kernel.org
6955 S:      Maintained
6956 F:      drivers/net/ethernet/freescale/fs_enet/
6957 F:      include/linux/fs_enet_pd.h
6958
6959 FREESCALE SOC SOUND DRIVERS
6960 M:      Timur Tabi <timur@kernel.org>
6961 M:      Nicolin Chen <nicoleotsuka@gmail.com>
6962 M:      Xiubo Li <Xiubo.Lee@gmail.com>
6963 R:      Fabio Estevam <festevam@gmail.com>
6964 R:      Shengjiu Wang <shengjiu.wang@gmail.com>
6965 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6966 L:      linuxppc-dev@lists.ozlabs.org
6967 S:      Maintained
6968 F:      sound/soc/fsl/fsl*
6969 F:      sound/soc/fsl/imx*
6970 F:      sound/soc/fsl/mpc8610_hpcd.c
6971
6972 FREESCALE USB PERIPHERAL DRIVERS
6973 M:      Li Yang <leoyang.li@nxp.com>
6974 L:      linux-usb@vger.kernel.org
6975 L:      linuxppc-dev@lists.ozlabs.org
6976 S:      Maintained
6977 F:      drivers/usb/gadget/udc/fsl*
6978
6979 FREEVXFS FILESYSTEM
6980 M:      Christoph Hellwig <hch@infradead.org>
6981 S:      Maintained
6982 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
6983 F:      fs/freevxfs/
6984
6985 FREEZER
6986 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6987 M:      Pavel Machek <pavel@ucw.cz>
6988 L:      linux-pm@vger.kernel.org
6989 S:      Supported
6990 F:      Documentation/power/freezing-of-tasks.rst
6991 F:      include/linux/freezer.h
6992 F:      kernel/freezer.c
6993
6994 FRONTSWAP API
6995 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6996 L:      linux-kernel@vger.kernel.org
6997 S:      Maintained
6998 F:      include/linux/frontswap.h
6999 F:      mm/frontswap.c
7000
7001 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
7002 M:      David Howells <dhowells@redhat.com>
7003 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
7004 S:      Supported
7005 F:      Documentation/filesystems/caching/
7006 F:      fs/fscache/
7007 F:      include/linux/fscache*.h
7008
7009 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
7010 M:      Theodore Y. Ts'o <tytso@mit.edu>
7011 M:      Jaegeuk Kim <jaegeuk@kernel.org>
7012 M:      Eric Biggers <ebiggers@kernel.org>
7013 L:      linux-fscrypt@vger.kernel.org
7014 S:      Supported
7015 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
7016 T:      git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git
7017 F:      Documentation/filesystems/fscrypt.rst
7018 F:      fs/crypto/
7019 F:      include/linux/fscrypt*.h
7020 F:      include/uapi/linux/fscrypt.h
7021
7022 FSI SUBSYSTEM
7023 M:      Jeremy Kerr <jk@ozlabs.org>
7024 M:      Joel Stanley <joel@jms.id.au>
7025 R:      Alistar Popple <alistair@popple.id.au>
7026 R:      Eddie James <eajames@linux.ibm.com>
7027 L:      linux-fsi@lists.ozlabs.org
7028 S:      Supported
7029 Q:      http://patchwork.ozlabs.org/project/linux-fsi/list/
7030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git
7031 F:      drivers/fsi/
7032 F:      include/linux/fsi*.h
7033 F:      include/trace/events/fsi*.h
7034
7035 FSI-ATTACHED I2C DRIVER
7036 M:      Eddie James <eajames@linux.ibm.com>
7037 L:      linux-i2c@vger.kernel.org
7038 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
7039 S:      Maintained
7040 F:      Documentation/devicetree/bindings/i2c/i2c-fsi.txt
7041 F:      drivers/i2c/busses/i2c-fsi.c
7042
7043 FSI-ATTACHED SPI DRIVER
7044 M:      Eddie James <eajames@linux.ibm.com>
7045 L:      linux-spi@vger.kernel.org
7046 S:      Maintained
7047 F:      Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml
7048 F:      drivers/spi/spi-fsi.c
7049
7050 FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
7051 M:      Jan Kara <jack@suse.cz>
7052 R:      Amir Goldstein <amir73il@gmail.com>
7053 L:      linux-fsdevel@vger.kernel.org
7054 S:      Maintained
7055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
7056 F:      fs/notify/
7057 F:      include/linux/fsnotify*.h
7058
7059 FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION
7060 M:      Eric Biggers <ebiggers@kernel.org>
7061 M:      Theodore Y. Ts'o <tytso@mit.edu>
7062 L:      linux-fscrypt@vger.kernel.org
7063 S:      Supported
7064 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
7065 T:      git git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git fsverity
7066 F:      Documentation/filesystems/fsverity.rst
7067 F:      fs/verity/
7068 F:      include/linux/fsverity.h
7069 F:      include/uapi/linux/fsverity.h
7070
7071 FUJITSU LAPTOP EXTRAS
7072 M:      Jonathan Woithe <jwoithe@just42.net>
7073 L:      platform-driver-x86@vger.kernel.org
7074 S:      Maintained
7075 F:      drivers/platform/x86/fujitsu-laptop.c
7076
7077 FUJITSU M-5MO LS CAMERA ISP DRIVER
7078 M:      Kyungmin Park <kyungmin.park@samsung.com>
7079 M:      Heungjun Kim <riverful.kim@samsung.com>
7080 L:      linux-media@vger.kernel.org
7081 S:      Maintained
7082 F:      drivers/media/i2c/m5mols/
7083 F:      include/media/i2c/m5mols.h
7084
7085 FUJITSU TABLET EXTRAS
7086 M:      Robert Gerlach <khnz@gmx.de>
7087 L:      platform-driver-x86@vger.kernel.org
7088 S:      Maintained
7089 F:      drivers/platform/x86/fujitsu-tablet.c
7090
7091 FUSE: FILESYSTEM IN USERSPACE
7092 M:      Miklos Szeredi <miklos@szeredi.hu>
7093 L:      linux-fsdevel@vger.kernel.org
7094 S:      Maintained
7095 W:      http://fuse.sourceforge.net/
7096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
7097 F:      Documentation/filesystems/fuse.rst
7098 F:      fs/fuse/
7099 F:      include/uapi/linux/fuse.h
7100
7101 FUTEX SUBSYSTEM
7102 M:      Thomas Gleixner <tglx@linutronix.de>
7103 M:      Ingo Molnar <mingo@redhat.com>
7104 R:      Peter Zijlstra <peterz@infradead.org>
7105 R:      Darren Hart <dvhart@infradead.org>
7106 L:      linux-kernel@vger.kernel.org
7107 S:      Maintained
7108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
7109 F:      Documentation/locking/*futex*
7110 F:      include/asm-generic/futex.h
7111 F:      include/linux/futex.h
7112 F:      include/uapi/linux/futex.h
7113 F:      kernel/futex.c
7114 F:      tools/perf/bench/futex*
7115 F:      Documentation/locking/*futex*
7116
7117 GATEWORKS SYSTEM CONTROLLER (GSC) DRIVER
7118 M:      Tim Harvey <tharvey@gateworks.com>
7119 M:      Robert Jones <rjones@gateworks.com>
7120 S:      Maintained
7121 F:      Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml
7122 F:      drivers/mfd/gateworks-gsc.c
7123 F:      include/linux/mfd/gsc.h
7124 F:      Documentation/hwmon/gsc-hwmon.rst
7125 F:      drivers/hwmon/gsc-hwmon.c
7126 F:      include/linux/platform_data/gsc_hwmon.h
7127
7128 GASKET DRIVER FRAMEWORK
7129 M:      Rob Springer <rspringer@google.com>
7130 M:      Todd Poynor <toddpoynor@google.com>
7131 M:      Ben Chan <benchan@chromium.org>
7132 M:      Richard Yeh <rcy@google.com>
7133 S:      Maintained
7134 F:      drivers/staging/gasket/
7135
7136 GCC PLUGINS
7137 M:      Kees Cook <keescook@chromium.org>
7138 R:      Emese Revfy <re.emese@gmail.com>
7139 L:      kernel-hardening@lists.openwall.com
7140 S:      Maintained
7141 F:      Documentation/kbuild/gcc-plugins.rst
7142 F:      scripts/Makefile.gcc-plugins
7143 F:      scripts/gcc-plugin.sh
7144 F:      scripts/gcc-plugins/
7145
7146 GCOV BASED KERNEL PROFILING
7147 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
7148 S:      Maintained
7149 F:      Documentation/dev-tools/gcov.rst
7150 F:      kernel/gcov/
7151
7152 GDB KERNEL DEBUGGING HELPER SCRIPTS
7153 M:      Jan Kiszka <jan.kiszka@siemens.com>
7154 M:      Kieran Bingham <kbingham@kernel.org>
7155 S:      Supported
7156 F:      scripts/gdb/
7157
7158 GDT SCSI DISK ARRAY CONTROLLER DRIVER
7159 M:      Achim Leubner <achim_leubner@adaptec.com>
7160 L:      linux-scsi@vger.kernel.org
7161 S:      Supported
7162 W:      http://www.icp-vortex.com/
7163 F:      drivers/scsi/gdt*
7164
7165 GEMTEK FM RADIO RECEIVER DRIVER
7166 M:      Hans Verkuil <hverkuil@xs4all.nl>
7167 L:      linux-media@vger.kernel.org
7168 S:      Maintained
7169 W:      https://linuxtv.org
7170 T:      git git://linuxtv.org/media_tree.git
7171 F:      drivers/media/radio/radio-gemtek*
7172
7173 GENERIC ARCHITECTURE TOPOLOGY
7174 M:      Sudeep Holla <sudeep.holla@arm.com>
7175 L:      linux-kernel@vger.kernel.org
7176 S:      Maintained
7177 F:      drivers/base/arch_topology.c
7178 F:      include/linux/arch_topology.h
7179
7180 GENERIC GPIO I2C DRIVER
7181 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
7182 S:      Supported
7183 F:      drivers/i2c/busses/i2c-gpio.c
7184 F:      include/linux/platform_data/i2c-gpio.h
7185
7186 GENERIC GPIO I2C MULTIPLEXER DRIVER
7187 M:      Peter Korsgaard <peter.korsgaard@barco.com>
7188 L:      linux-i2c@vger.kernel.org
7189 S:      Supported
7190 F:      Documentation/i2c/muxes/i2c-mux-gpio.rst
7191 F:      drivers/i2c/muxes/i2c-mux-gpio.c
7192 F:      include/linux/platform_data/i2c-mux-gpio.h
7193
7194 GENERIC HDLC (WAN) DRIVERS
7195 M:      Krzysztof Halasa <khc@pm.waw.pl>
7196 S:      Maintained
7197 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
7198 F:      drivers/net/wan/c101.c
7199 F:      drivers/net/wan/hd6457*
7200 F:      drivers/net/wan/hdlc*
7201 F:      drivers/net/wan/n2.c
7202 F:      drivers/net/wan/pc300too.c
7203 F:      drivers/net/wan/pci200syn.c
7204 F:      drivers/net/wan/wanxl*
7205
7206 GENERIC INCLUDE/ASM HEADER FILES
7207 M:      Arnd Bergmann <arnd@arndb.de>
7208 L:      linux-arch@vger.kernel.org
7209 S:      Maintained
7210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
7211 F:      include/asm-generic/
7212 F:      include/uapi/asm-generic/
7213
7214 GENERIC PHY FRAMEWORK
7215 M:      Kishon Vijay Abraham I <kishon@ti.com>
7216 M:      Vinod Koul <vkoul@kernel.org>
7217 L:      linux-kernel@vger.kernel.org
7218 S:      Supported
7219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
7220 F:      Documentation/devicetree/bindings/phy/
7221 F:      drivers/phy/
7222 F:      include/linux/phy/
7223
7224 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
7225 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
7226 S:      Supported
7227 F:      drivers/i2c/muxes/i2c-demux-pinctrl.c
7228
7229 GENERIC PM DOMAINS
7230 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
7231 M:      Kevin Hilman <khilman@kernel.org>
7232 M:      Ulf Hansson <ulf.hansson@linaro.org>
7233 L:      linux-pm@vger.kernel.org
7234 S:      Supported
7235 F:      Documentation/devicetree/bindings/power/power?domain*
7236 F:      drivers/base/power/domain*.c
7237 F:      include/linux/pm_domain.h
7238
7239 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
7240 M:      Eugen Hristev <eugen.hristev@microchip.com>
7241 L:      linux-input@vger.kernel.org
7242 S:      Maintained
7243 F:      drivers/input/touchscreen/resistive-adc-touch.c
7244
7245 GENERIC UIO DRIVER FOR PCI DEVICES
7246 M:      "Michael S. Tsirkin" <mst@redhat.com>
7247 L:      kvm@vger.kernel.org
7248 S:      Supported
7249 F:      drivers/uio/uio_pci_generic.c
7250
7251 GENERIC VDSO LIBRARY
7252 M:      Andy Lutomirski <luto@kernel.org>
7253 M:      Thomas Gleixner <tglx@linutronix.de>
7254 M:      Vincenzo Frascino <vincenzo.frascino@arm.com>
7255 L:      linux-kernel@vger.kernel.org
7256 S:      Maintained
7257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/vdso
7258 F:      include/asm-generic/vdso/vsyscall.h
7259 F:      include/vdso/
7260 F:      kernel/time/vsyscall.c
7261 F:      lib/vdso/
7262
7263 GENWQE (IBM Generic Workqueue Card)
7264 M:      Frank Haverkamp <haver@linux.ibm.com>
7265 S:      Supported
7266 F:      drivers/misc/genwqe/
7267
7268 GET_MAINTAINER SCRIPT
7269 M:      Joe Perches <joe@perches.com>
7270 S:      Maintained
7271 F:      scripts/get_maintainer.pl
7272
7273 GFS2 FILE SYSTEM
7274 M:      Bob Peterson <rpeterso@redhat.com>
7275 M:      Andreas Gruenbacher <agruenba@redhat.com>
7276 L:      cluster-devel@redhat.com
7277 S:      Supported
7278 W:      http://sources.redhat.com/cluster/
7279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
7280 F:      Documentation/filesystems/gfs2*
7281 F:      fs/gfs2/
7282 F:      include/uapi/linux/gfs2_ondisk.h
7283
7284 GNSS SUBSYSTEM
7285 M:      Johan Hovold <johan@kernel.org>
7286 S:      Maintained
7287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git
7288 F:      Documentation/ABI/testing/sysfs-class-gnss
7289 F:      Documentation/devicetree/bindings/gnss/
7290 F:      drivers/gnss/
7291 F:      include/linux/gnss.h
7292
7293 GO7007 MPEG CODEC
7294 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
7295 L:      linux-media@vger.kernel.org
7296 S:      Maintained
7297 F:      drivers/media/usb/go7007/
7298
7299 GOODIX TOUCHSCREEN
7300 M:      Bastien Nocera <hadess@hadess.net>
7301 L:      linux-input@vger.kernel.org
7302 S:      Maintained
7303 F:      drivers/input/touchscreen/goodix.c
7304
7305 GOOGLE ETHERNET DRIVERS
7306 M:      Catherine Sullivan <csully@google.com>
7307 R:      Sagi Shahar <sagis@google.com>
7308 R:      Jon Olson <jonolson@google.com>
7309 L:      netdev@vger.kernel.org
7310 S:      Supported
7311 F:      Documentation/networking/device_drivers/google/gve.rst
7312 F:      drivers/net/ethernet/google
7313
7314 GPD POCKET FAN DRIVER
7315 M:      Hans de Goede <hdegoede@redhat.com>
7316 L:      platform-driver-x86@vger.kernel.org
7317 S:      Maintained
7318 F:      drivers/platform/x86/gpd-pocket-fan.c
7319
7320 GPIO ACPI SUPPORT
7321 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7322 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7323 L:      linux-gpio@vger.kernel.org
7324 L:      linux-acpi@vger.kernel.org
7325 S:      Maintained
7326 F:      Documentation/firmware-guide/acpi/gpio-properties.rst
7327 F:      drivers/gpio/gpiolib-acpi.c
7328 F:      drivers/gpio/gpiolib-acpi.h
7329
7330 GPIO AGGREGATOR
7331 M:      Geert Uytterhoeven <geert+renesas@glider.be>
7332 L:      linux-gpio@vger.kernel.org
7333 S:      Supported
7334 F:      Documentation/admin-guide/gpio/gpio-aggregator.rst
7335 F:      drivers/gpio/gpio-aggregator.c
7336
7337 GPIO IR Transmitter
7338 M:      Sean Young <sean@mess.org>
7339 L:      linux-media@vger.kernel.org
7340 S:      Maintained
7341 F:      drivers/media/rc/gpio-ir-tx.c
7342
7343 GPIO MOCKUP DRIVER
7344 M:      Bamvor Jian Zhang <bamv2005@gmail.com>
7345 L:      linux-gpio@vger.kernel.org
7346 S:      Maintained
7347 F:      drivers/gpio/gpio-mockup.c
7348 F:      tools/testing/selftests/gpio/
7349
7350 GPIO REGMAP
7351 R:      Michael Walle <michael@walle.cc>
7352 S:      Maintained
7353 F:      drivers/gpio/gpio-regmap.c
7354 F:      include/linux/gpio/regmap.h
7355
7356 GPIO SUBSYSTEM
7357 M:      Linus Walleij <linus.walleij@linaro.org>
7358 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
7359 L:      linux-gpio@vger.kernel.org
7360 S:      Maintained
7361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
7362 F:      Documentation/ABI/obsolete/sysfs-gpio
7363 F:      Documentation/ABI/testing/gpio-cdev
7364 F:      Documentation/admin-guide/gpio/
7365 F:      Documentation/devicetree/bindings/gpio/
7366 F:      Documentation/driver-api/gpio/
7367 F:      drivers/gpio/
7368 F:      include/asm-generic/gpio.h
7369 F:      include/linux/gpio.h
7370 F:      include/linux/gpio/
7371 F:      include/linux/of_gpio.h
7372 F:      include/uapi/linux/gpio.h
7373 F:      tools/gpio/
7374
7375 GRE DEMULTIPLEXER DRIVER
7376 M:      Dmitry Kozlov <xeb@mail.ru>
7377 L:      netdev@vger.kernel.org
7378 S:      Maintained
7379 F:      include/net/gre.h
7380 F:      net/ipv4/gre_demux.c
7381 F:      net/ipv4/gre_offload.c
7382
7383 GRETH 10/100/1G Ethernet MAC device driver
7384 M:      Andreas Larsson <andreas@gaisler.com>
7385 L:      netdev@vger.kernel.org
7386 S:      Maintained
7387 F:      drivers/net/ethernet/aeroflex/
7388
7389 GREYBUS AUDIO PROTOCOLS DRIVERS
7390 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
7391 M:      Mark Greer <mgreer@animalcreek.com>
7392 S:      Maintained
7393 F:      drivers/staging/greybus/audio_apbridgea.c
7394 F:      drivers/staging/greybus/audio_apbridgea.h
7395 F:      drivers/staging/greybus/audio_codec.c
7396 F:      drivers/staging/greybus/audio_codec.h
7397 F:      drivers/staging/greybus/audio_gb.c
7398 F:      drivers/staging/greybus/audio_manager.c
7399 F:      drivers/staging/greybus/audio_manager.h
7400 F:      drivers/staging/greybus/audio_manager_module.c
7401 F:      drivers/staging/greybus/audio_manager_private.h
7402 F:      drivers/staging/greybus/audio_manager_sysfs.c
7403 F:      drivers/staging/greybus/audio_module.c
7404 F:      drivers/staging/greybus/audio_topology.c
7405
7406 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
7407 M:      Viresh Kumar <vireshk@kernel.org>
7408 S:      Maintained
7409 F:      drivers/staging/greybus/authentication.c
7410 F:      drivers/staging/greybus/bootrom.c
7411 F:      drivers/staging/greybus/firmware.h
7412 F:      drivers/staging/greybus/fw-core.c
7413 F:      drivers/staging/greybus/fw-download.c
7414 F:      drivers/staging/greybus/fw-management.c
7415 F:      drivers/staging/greybus/greybus_authentication.h
7416 F:      drivers/staging/greybus/greybus_firmware.h
7417 F:      drivers/staging/greybus/hid.c
7418 F:      drivers/staging/greybus/i2c.c
7419 F:      drivers/staging/greybus/spi.c
7420 F:      drivers/staging/greybus/spilib.c
7421 F:      drivers/staging/greybus/spilib.h
7422
7423 GREYBUS LOOPBACK DRIVER
7424 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
7425 S:      Maintained
7426 F:      drivers/staging/greybus/loopback.c
7427
7428 GREYBUS PLATFORM DRIVERS
7429 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
7430 S:      Maintained
7431 F:      drivers/staging/greybus/arche-apb-ctrl.c
7432 F:      drivers/staging/greybus/arche-platform.c
7433 F:      drivers/staging/greybus/arche_platform.h
7434
7435 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
7436 M:      Rui Miguel Silva <rmfrfs@gmail.com>
7437 S:      Maintained
7438 F:      drivers/staging/greybus/gpio.c
7439 F:      drivers/staging/greybus/light.c
7440 F:      drivers/staging/greybus/power_supply.c
7441 F:      drivers/staging/greybus/sdio.c
7442 F:      drivers/staging/greybus/spi.c
7443 F:      drivers/staging/greybus/spilib.c
7444
7445 GREYBUS SUBSYSTEM
7446 M:      Johan Hovold <johan@kernel.org>
7447 M:      Alex Elder <elder@kernel.org>
7448 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7449 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
7450 S:      Maintained
7451 F:      drivers/greybus/
7452 F:      drivers/staging/greybus/
7453 F:      include/linux/greybus.h
7454 F:      include/linux/greybus/
7455
7456 GREYBUS UART PROTOCOLS DRIVERS
7457 M:      David Lin <dtwlin@gmail.com>
7458 S:      Maintained
7459 F:      drivers/staging/greybus/log.c
7460 F:      drivers/staging/greybus/uart.c
7461
7462 GS1662 VIDEO SERIALIZER
7463 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
7464 L:      linux-media@vger.kernel.org
7465 S:      Maintained
7466 T:      git git://linuxtv.org/media_tree.git
7467 F:      drivers/media/spi/gs1662.c
7468
7469 GSPCA FINEPIX SUBDRIVER
7470 M:      Frank Zago <frank@zago.net>
7471 L:      linux-media@vger.kernel.org
7472 S:      Maintained
7473 T:      git git://linuxtv.org/media_tree.git
7474 F:      drivers/media/usb/gspca/finepix.c
7475
7476 GSPCA GL860 SUBDRIVER
7477 M:      Olivier Lorin <o.lorin@laposte.net>
7478 L:      linux-media@vger.kernel.org
7479 S:      Maintained
7480 T:      git git://linuxtv.org/media_tree.git
7481 F:      drivers/media/usb/gspca/gl860/
7482
7483 GSPCA M5602 SUBDRIVER
7484 M:      Erik Andren <erik.andren@gmail.com>
7485 L:      linux-media@vger.kernel.org
7486 S:      Maintained
7487 T:      git git://linuxtv.org/media_tree.git
7488 F:      drivers/media/usb/gspca/m5602/
7489
7490 GSPCA PAC207 SONIXB SUBDRIVER
7491 M:      Hans Verkuil <hverkuil@xs4all.nl>
7492 L:      linux-media@vger.kernel.org
7493 S:      Odd Fixes
7494 T:      git git://linuxtv.org/media_tree.git
7495 F:      drivers/media/usb/gspca/pac207.c
7496
7497 GSPCA SN9C20X SUBDRIVER
7498 M:      Brian Johnson <brijohn@gmail.com>
7499 L:      linux-media@vger.kernel.org
7500 S:      Maintained
7501 T:      git git://linuxtv.org/media_tree.git
7502 F:      drivers/media/usb/gspca/sn9c20x.c
7503
7504 GSPCA T613 SUBDRIVER
7505 M:      Leandro Costantino <lcostantino@gmail.com>
7506 L:      linux-media@vger.kernel.org
7507 S:      Maintained
7508 T:      git git://linuxtv.org/media_tree.git
7509 F:      drivers/media/usb/gspca/t613.c
7510
7511 GSPCA USB WEBCAM DRIVER
7512 M:      Hans Verkuil <hverkuil@xs4all.nl>
7513 L:      linux-media@vger.kernel.org
7514 S:      Odd Fixes
7515 T:      git git://linuxtv.org/media_tree.git
7516 F:      drivers/media/usb/gspca/
7517
7518 GTP (GPRS Tunneling Protocol)
7519 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7520 M:      Harald Welte <laforge@gnumonks.org>
7521 L:      osmocom-net-gprs@lists.osmocom.org
7522 S:      Maintained
7523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
7524 F:      drivers/net/gtp.c
7525
7526 GUID PARTITION TABLE (GPT)
7527 M:      Davidlohr Bueso <dave@stgolabs.net>
7528 L:      linux-efi@vger.kernel.org
7529 S:      Maintained
7530 F:      block/partitions/efi.*
7531
7532 H8/300 ARCHITECTURE
7533 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
7534 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
7535 S:      Maintained
7536 W:      http://uclinux-h8.sourceforge.jp
7537 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
7538 F:      arch/h8300/
7539 F:      drivers/clk/h8300/
7540 F:      drivers/clocksource/h8300_*.c
7541 F:      drivers/irqchip/irq-renesas-h8*.c
7542
7543 HABANALABS PCI DRIVER
7544 M:      Oded Gabbay <oded.gabbay@gmail.com>
7545 S:      Supported
7546 T:      git https://github.com/HabanaAI/linux.git
7547 F:      Documentation/ABI/testing/debugfs-driver-habanalabs
7548 F:      Documentation/ABI/testing/sysfs-driver-habanalabs
7549 F:      drivers/misc/habanalabs/
7550 F:      include/uapi/misc/habanalabs.h
7551
7552 HACKRF MEDIA DRIVER
7553 M:      Antti Palosaari <crope@iki.fi>
7554 L:      linux-media@vger.kernel.org
7555 S:      Maintained
7556 W:      https://linuxtv.org
7557 W:      http://palosaari.fi/linux/
7558 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7559 T:      git git://linuxtv.org/anttip/media_tree.git
7560 F:      drivers/media/usb/hackrf/
7561
7562 HANTRO VPU CODEC DRIVER
7563 M:      Ezequiel Garcia <ezequiel@collabora.com>
7564 M:      Philipp Zabel <p.zabel@pengutronix.de>
7565 L:      linux-media@vger.kernel.org
7566 L:      linux-rockchip@lists.infradead.org
7567 S:      Maintained
7568 F:      Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml
7569 F:      Documentation/devicetree/bindings/media/rockchip-vpu.yaml
7570 F:      drivers/staging/media/hantro/
7571
7572 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
7573 M:      Frank Seidel <frank@f-seidel.de>
7574 L:      platform-driver-x86@vger.kernel.org
7575 S:      Maintained
7576 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
7577 F:      drivers/platform/x86/hdaps.c
7578
7579 HARDWARE MONITORING
7580 M:      Jean Delvare <jdelvare@suse.com>
7581 M:      Guenter Roeck <linux@roeck-us.net>
7582 L:      linux-hwmon@vger.kernel.org
7583 S:      Maintained
7584 W:      http://hwmon.wiki.kernel.org/
7585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7586 F:      Documentation/devicetree/bindings/hwmon/
7587 F:      Documentation/hwmon/
7588 F:      drivers/hwmon/
7589 F:      include/linux/hwmon*.h
7590 F:      include/trace/events/hwmon*.h
7591
7592 HARDWARE RANDOM NUMBER GENERATOR CORE
7593 M:      Matt Mackall <mpm@selenic.com>
7594 M:      Herbert Xu <herbert@gondor.apana.org.au>
7595 L:      linux-crypto@vger.kernel.org
7596 S:      Odd fixes
7597 F:      Documentation/admin-guide/hw_random.rst
7598 F:      Documentation/devicetree/bindings/rng/
7599 F:      drivers/char/hw_random/
7600 F:      include/linux/hw_random.h
7601
7602 HARDWARE SPINLOCK CORE
7603 M:      Ohad Ben-Cohen <ohad@wizery.com>
7604 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
7605 R:      Baolin Wang <baolin.wang7@gmail.com>
7606 L:      linux-remoteproc@vger.kernel.org
7607 S:      Maintained
7608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git hwspinlock-next
7609 F:      Documentation/devicetree/bindings/hwlock/
7610 F:      Documentation/locking/hwspinlock.rst
7611 F:      drivers/hwspinlock/
7612 F:      include/linux/hwspinlock.h
7613
7614 HARDWARE TRACING FACILITIES
7615 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
7616 S:      Maintained
7617 F:      drivers/hwtracing/
7618
7619 HARMONY SOUND DRIVER
7620 L:      linux-parisc@vger.kernel.org
7621 S:      Maintained
7622 F:      sound/parisc/harmony.*
7623
7624 HDPVR USB VIDEO ENCODER DRIVER
7625 M:      Hans Verkuil <hverkuil@xs4all.nl>
7626 L:      linux-media@vger.kernel.org
7627 S:      Odd Fixes
7628 W:      https://linuxtv.org
7629 T:      git git://linuxtv.org/media_tree.git
7630 F:      drivers/media/usb/hdpvr/
7631
7632 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
7633 M:      Jerry Hoemann <jerry.hoemann@hpe.com>
7634 S:      Supported
7635 F:      Documentation/watchdog/hpwdt.rst
7636 F:      drivers/watchdog/hpwdt.c
7637
7638 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
7639 M:      Don Brace <don.brace@microsemi.com>
7640 L:      esc.storagedev@microsemi.com
7641 L:      linux-scsi@vger.kernel.org
7642 S:      Supported
7643 F:      Documentation/scsi/hpsa.rst
7644 F:      drivers/scsi/hpsa*.[ch]
7645 F:      include/linux/cciss*.h
7646 F:      include/uapi/linux/cciss*.h
7647
7648 HFI1 DRIVER
7649 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
7650 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
7651 L:      linux-rdma@vger.kernel.org
7652 S:      Supported
7653 F:      drivers/infiniband/hw/hfi1
7654
7655 HFS FILESYSTEM
7656 L:      linux-fsdevel@vger.kernel.org
7657 S:      Orphan
7658 F:      Documentation/filesystems/hfs.rst
7659 F:      fs/hfs/
7660
7661 HFSPLUS FILESYSTEM
7662 L:      linux-fsdevel@vger.kernel.org
7663 S:      Orphan
7664 F:      Documentation/filesystems/hfsplus.rst
7665 F:      fs/hfsplus/
7666
7667 HGA FRAMEBUFFER DRIVER
7668 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
7669 L:      linux-nvidia@lists.surfsouth.com
7670 S:      Maintained
7671 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
7672 F:      drivers/video/fbdev/hgafb.c
7673
7674 HIBERNATION (aka Software Suspend, aka swsusp)
7675 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
7676 M:      Pavel Machek <pavel@ucw.cz>
7677 L:      linux-pm@vger.kernel.org
7678 S:      Supported
7679 B:      https://bugzilla.kernel.org
7680 F:      arch/*/include/asm/suspend*.h
7681 F:      arch/x86/power/
7682 F:      drivers/base/power/
7683 F:      include/linux/freezer.h
7684 F:      include/linux/pm.h
7685 F:      include/linux/suspend.h
7686 F:      kernel/power/
7687
7688 HID CORE LAYER
7689 M:      Jiri Kosina <jikos@kernel.org>
7690 M:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
7691 L:      linux-input@vger.kernel.org
7692 S:      Maintained
7693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
7694 F:      drivers/hid/
7695 F:      include/linux/hid*
7696 F:      include/uapi/linux/hid*
7697
7698 HID SENSOR HUB DRIVERS
7699 M:      Jiri Kosina <jikos@kernel.org>
7700 M:      Jonathan Cameron <jic23@kernel.org>
7701 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7702 L:      linux-input@vger.kernel.org
7703 L:      linux-iio@vger.kernel.org
7704 S:      Maintained
7705 F:      Documentation/hid/hid-sensor*
7706 F:      drivers/hid/hid-sensor-*
7707 F:      drivers/iio/*/hid-*
7708 F:      include/linux/hid-sensor-*
7709
7710 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
7711 M:      Thomas Gleixner <tglx@linutronix.de>
7712 L:      linux-kernel@vger.kernel.org
7713 S:      Maintained
7714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7715 F:      Documentation/timers/
7716 F:      include/linux/clockchips.h
7717 F:      include/linux/hrtimer.h
7718 F:      kernel/time/clockevents.c
7719 F:      kernel/time/hrtimer.c
7720 F:      kernel/time/timer_*.c
7721
7722 HIGH-SPEED SCC DRIVER FOR AX.25
7723 L:      linux-hams@vger.kernel.org
7724 S:      Orphan
7725 F:      drivers/net/hamradio/dmascc.c
7726 F:      drivers/net/hamradio/scc.c
7727
7728 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
7729 M:      HighPoint Linux Team <linux@highpoint-tech.com>
7730 S:      Supported
7731 W:      http://www.highpoint-tech.com
7732 F:      Documentation/scsi/hptiop.rst
7733 F:      drivers/scsi/hptiop.c
7734
7735 HIPPI
7736 M:      Jes Sorensen <jes@trained-monkey.org>
7737 L:      linux-hippi@sunsite.dk
7738 S:      Maintained
7739 F:      drivers/net/hippi/
7740 F:      include/linux/hippidevice.h
7741 F:      include/uapi/linux/if_hippi.h
7742 F:      net/802/hippi.c
7743
7744 HISILICON DMA DRIVER
7745 M:      Zhou Wang <wangzhou1@hisilicon.com>
7746 L:      dmaengine@vger.kernel.org
7747 S:      Maintained
7748 F:      drivers/dma/hisi_dma.c
7749
7750 HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE)
7751 M:      Zaibo Xu <xuzaibo@huawei.com>
7752 L:      linux-crypto@vger.kernel.org
7753 S:      Maintained
7754 F:      Documentation/ABI/testing/debugfs-hisi-hpre
7755 F:      drivers/crypto/hisilicon/hpre/hpre.h
7756 F:      drivers/crypto/hisilicon/hpre/hpre_crypto.c
7757 F:      drivers/crypto/hisilicon/hpre/hpre_main.c
7758
7759 HISILICON LPC BUS DRIVER
7760 M:      john.garry@huawei.com
7761 S:      Maintained
7762 W:      http://www.hisilicon.com
7763 F:      Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt
7764 F:      drivers/bus/hisi_lpc.c
7765
7766 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
7767 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
7768 M:      Salil Mehta <salil.mehta@huawei.com>
7769 L:      netdev@vger.kernel.org
7770 S:      Maintained
7771 W:      http://www.hisilicon.com
7772 F:      drivers/net/ethernet/hisilicon/hns3/
7773
7774 HISILICON NETWORK SUBSYSTEM DRIVER
7775 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
7776 M:      Salil Mehta <salil.mehta@huawei.com>
7777 L:      netdev@vger.kernel.org
7778 S:      Maintained
7779 W:      http://www.hisilicon.com
7780 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
7781 F:      drivers/net/ethernet/hisilicon/
7782
7783 HISILICON PMU DRIVER
7784 M:      Shaokun Zhang <zhangshaokun@hisilicon.com>
7785 S:      Supported
7786 W:      http://www.hisilicon.com
7787 F:      Documentation/admin-guide/perf/hisi-pmu.rst
7788 F:      drivers/perf/hisilicon
7789
7790 HISILICON QM AND ZIP Controller DRIVER
7791 M:      Zhou Wang <wangzhou1@hisilicon.com>
7792 L:      linux-crypto@vger.kernel.org
7793 S:      Maintained
7794 F:      Documentation/ABI/testing/debugfs-hisi-zip
7795 F:      drivers/crypto/hisilicon/qm.c
7796 F:      drivers/crypto/hisilicon/qm.h
7797 F:      drivers/crypto/hisilicon/sgl.c
7798 F:      drivers/crypto/hisilicon/zip/
7799
7800 HISILICON ROCE DRIVER
7801 M:      Lijun Ou <oulijun@huawei.com>
7802 M:      Wei Hu(Xavier) <huwei87@hisilicon.com>
7803 M:      Weihang Li <liweihang@huawei.com>
7804 L:      linux-rdma@vger.kernel.org
7805 S:      Maintained
7806 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
7807 F:      drivers/infiniband/hw/hns/
7808
7809 HISILICON SAS Controller
7810 M:      John Garry <john.garry@huawei.com>
7811 S:      Supported
7812 W:      http://www.hisilicon.com
7813 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
7814 F:      drivers/scsi/hisi_sas/
7815
7816 HISILICON SECURITY ENGINE V2 DRIVER (SEC2)
7817 M:      Zaibo Xu <xuzaibo@huawei.com>
7818 L:      linux-crypto@vger.kernel.org
7819 S:      Maintained
7820 F:      Documentation/ABI/testing/debugfs-hisi-sec
7821 F:      drivers/crypto/hisilicon/sec2/sec.h
7822 F:      drivers/crypto/hisilicon/sec2/sec_crypto.c
7823 F:      drivers/crypto/hisilicon/sec2/sec_crypto.h
7824 F:      drivers/crypto/hisilicon/sec2/sec_main.c
7825
7826 HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT
7827 M:      Zaibo Xu <xuzaibo@huawei.com>
7828 S:      Maintained
7829 F:      drivers/char/hw_random/hisi-trng-v2.c
7830
7831 HISILICON V3XX SPI NOR FLASH Controller Driver
7832 M:      John Garry <john.garry@huawei.com>
7833 S:      Maintained
7834 W:      http://www.hisilicon.com
7835 F:      drivers/spi/spi-hisi-sfc-v3xx.c
7836
7837 HMM - Heterogeneous Memory Management
7838 M:      Jérôme Glisse <jglisse@redhat.com>
7839 L:      linux-mm@kvack.org
7840 S:      Maintained
7841 F:      Documentation/vm/hmm.rst
7842 F:      include/linux/hmm*
7843 F:      lib/test_hmm*
7844 F:      mm/hmm*
7845 F:      tools/testing/selftests/vm/*hmm*
7846
7847 HOST AP DRIVER
7848 M:      Jouni Malinen <j@w1.fi>
7849 L:      linux-wireless@vger.kernel.org
7850 S:      Obsolete
7851 W:      http://w1.fi/hostap-driver.html
7852 F:      drivers/net/wireless/intersil/hostap/
7853
7854 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
7855 L:      platform-driver-x86@vger.kernel.org
7856 S:      Orphan
7857 F:      drivers/platform/x86/tc1100-wmi.c
7858
7859 HPET:   High Precision Event Timers driver
7860 M:      Clemens Ladisch <clemens@ladisch.de>
7861 S:      Maintained
7862 F:      Documentation/timers/hpet.rst
7863 F:      drivers/char/hpet.c
7864 F:      include/linux/hpet.h
7865 F:      include/uapi/linux/hpet.h
7866
7867 HPET:   x86
7868 S:      Orphan
7869 F:      arch/x86/include/asm/hpet.h
7870 F:      arch/x86/kernel/hpet.c
7871
7872 HPFS FILESYSTEM
7873 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
7874 S:      Maintained
7875 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
7876 F:      fs/hpfs/
7877
7878 HSI SUBSYSTEM
7879 M:      Sebastian Reichel <sre@kernel.org>
7880 S:      Maintained
7881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
7882 F:      Documentation/ABI/testing/sysfs-bus-hsi
7883 F:      Documentation/driver-api/hsi.rst
7884 F:      drivers/hsi/
7885 F:      include/linux/hsi/
7886 F:      include/uapi/linux/hsi/
7887
7888 HSO 3G MODEM DRIVER
7889 L:      linux-usb@vger.kernel.org
7890 S:      Orphan
7891 F:      drivers/net/usb/hso.c
7892
7893 HSR NETWORK PROTOCOL
7894 L:      netdev@vger.kernel.org
7895 S:      Orphan
7896 F:      net/hsr/
7897
7898 HT16K33 LED CONTROLLER DRIVER
7899 M:      Robin van der Gracht <robin@protonic.nl>
7900 S:      Maintained
7901 F:      Documentation/devicetree/bindings/display/ht16k33.txt
7902 F:      drivers/auxdisplay/ht16k33.c
7903
7904 HTCPEN TOUCHSCREEN DRIVER
7905 M:      Pau Oliva Fora <pof@eslack.org>
7906 L:      linux-input@vger.kernel.org
7907 S:      Maintained
7908 F:      drivers/input/touchscreen/htcpen.c
7909
7910 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
7911 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
7912 L:      linux-iio@vger.kernel.org
7913 S:      Maintained
7914 W:      http://www.st.com/
7915 F:      Documentation/devicetree/bindings/iio/humidity/hts221.txt
7916 F:      drivers/iio/humidity/hts221*
7917
7918 HUAWEI ETHERNET DRIVER
7919 M:      Bin Luo <luobin9@huawei.com>
7920 L:      netdev@vger.kernel.org
7921 S:      Supported
7922 F:      Documentation/networking/hinic.rst
7923 F:      drivers/net/ethernet/huawei/hinic/
7924
7925 HUGETLB FILESYSTEM
7926 M:      Mike Kravetz <mike.kravetz@oracle.com>
7927 L:      linux-mm@kvack.org
7928 S:      Maintained
7929 F:      Documentation/ABI/testing/sysfs-kernel-mm-hugepages
7930 F:      Documentation/admin-guide/mm/hugetlbpage.rst
7931 F:      Documentation/vm/hugetlbfs_reserv.rst
7932 F:      fs/hugetlbfs/
7933 F:      include/linux/hugetlb.h
7934 F:      mm/hugetlb.c
7935
7936 HVA ST MEDIA DRIVER
7937 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
7938 L:      linux-media@vger.kernel.org
7939 S:      Supported
7940 W:      https://linuxtv.org
7941 T:      git git://linuxtv.org/media_tree.git
7942 F:      drivers/media/platform/sti/hva
7943
7944 HWPOISON MEMORY FAILURE HANDLING
7945 M:      Naoya Horiguchi <naoya.horiguchi@nec.com>
7946 L:      linux-mm@kvack.org
7947 S:      Maintained
7948 F:      mm/hwpoison-inject.c
7949 F:      mm/memory-failure.c
7950
7951 HYGON PROCESSOR SUPPORT
7952 M:      Pu Wen <puwen@hygon.cn>
7953 L:      linux-kernel@vger.kernel.org
7954 S:      Maintained
7955 F:      arch/x86/kernel/cpu/hygon.c
7956
7957 HYNIX HI556 SENSOR DRIVER
7958 M:      Shawn Tu <shawnx.tu@intel.com>
7959 L:      linux-media@vger.kernel.org
7960 S:      Maintained
7961 T:      git git://linuxtv.org/media_tree.git
7962 F:      drivers/media/i2c/hi556.c
7963
7964 Hyper-V CORE AND DRIVERS
7965 M:      "K. Y. Srinivasan" <kys@microsoft.com>
7966 M:      Haiyang Zhang <haiyangz@microsoft.com>
7967 M:      Stephen Hemminger <sthemmin@microsoft.com>
7968 M:      Wei Liu <wei.liu@kernel.org>
7969 L:      linux-hyperv@vger.kernel.org
7970 S:      Supported
7971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
7972 F:      Documentation/ABI/stable/sysfs-bus-vmbus
7973 F:      Documentation/ABI/testing/debugfs-hyperv
7974 F:      Documentation/networking/device_drivers/microsoft/netvsc.rst
7975 F:      arch/x86/hyperv
7976 F:      arch/x86/include/asm/hyperv-tlfs.h
7977 F:      arch/x86/include/asm/mshyperv.h
7978 F:      arch/x86/include/asm/trace/hyperv.h
7979 F:      arch/x86/kernel/cpu/mshyperv.c
7980 F:      drivers/clocksource/hyperv_timer.c
7981 F:      drivers/hid/hid-hyperv.c
7982 F:      drivers/hv/
7983 F:      drivers/input/serio/hyperv-keyboard.c
7984 F:      drivers/iommu/hyperv-iommu.c
7985 F:      drivers/net/hyperv/
7986 F:      drivers/pci/controller/pci-hyperv-intf.c
7987 F:      drivers/pci/controller/pci-hyperv.c
7988 F:      drivers/scsi/storvsc_drv.c
7989 F:      drivers/uio/uio_hv_generic.c
7990 F:      drivers/video/fbdev/hyperv_fb.c
7991 F:      include/asm-generic/hyperv-tlfs.h
7992 F:      include/asm-generic/mshyperv.h
7993 F:      include/clocksource/hyperv_timer.h
7994 F:      include/linux/hyperv.h
7995 F:      include/uapi/linux/hyperv.h
7996 F:      net/vmw_vsock/hyperv_transport.c
7997 F:      tools/hv/
7998
7999 HYPERBUS SUPPORT
8000 M:      Vignesh Raghavendra <vigneshr@ti.com>
8001 L:      linux-mtd@lists.infradead.org
8002 S:      Supported
8003 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8004 C:      irc://irc.oftc.net/mtd
8005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
8006 F:      Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt
8007 F:      Documentation/devicetree/bindings/mtd/ti,am654-hbmc.txt
8008 F:      drivers/mtd/hyperbus/
8009 F:      include/linux/mtd/hyperbus.h
8010
8011 HYPERVISOR VIRTUAL CONSOLE DRIVER
8012 L:      linuxppc-dev@lists.ozlabs.org
8013 S:      Odd Fixes
8014 F:      drivers/tty/hvc/
8015
8016 I2C ACPI SUPPORT
8017 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8018 L:      linux-i2c@vger.kernel.org
8019 L:      linux-acpi@vger.kernel.org
8020 S:      Maintained
8021 F:      drivers/i2c/i2c-core-acpi.c
8022
8023 I2C CONTROLLER DRIVER FOR NVIDIA GPU
8024 M:      Ajay Gupta <ajayg@nvidia.com>
8025 L:      linux-i2c@vger.kernel.org
8026 S:      Maintained
8027 F:      Documentation/i2c/busses/i2c-nvidia-gpu.rst
8028 F:      drivers/i2c/busses/i2c-nvidia-gpu.c
8029
8030 I2C MUXES
8031 M:      Peter Rosin <peda@axentia.se>
8032 L:      linux-i2c@vger.kernel.org
8033 S:      Maintained
8034 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
8035 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
8036 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
8037 F:      Documentation/i2c/i2c-topology.rst
8038 F:      Documentation/i2c/muxes/
8039 F:      drivers/i2c/i2c-mux.c
8040 F:      drivers/i2c/muxes/
8041 F:      include/linux/i2c-mux.h
8042
8043 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
8044 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
8045 L:      linux-i2c@vger.kernel.org
8046 S:      Maintained
8047 F:      Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
8048 F:      drivers/i2c/busses/i2c-mv64xxx.c
8049
8050 I2C OVER PARALLEL PORT
8051 M:      Jean Delvare <jdelvare@suse.com>
8052 L:      linux-i2c@vger.kernel.org
8053 S:      Maintained
8054 F:      Documentation/i2c/busses/i2c-parport.rst
8055 F:      drivers/i2c/busses/i2c-parport.c
8056
8057 I2C SUBSYSTEM
8058 M:      Wolfram Sang <wsa@kernel.org>
8059 L:      linux-i2c@vger.kernel.org
8060 S:      Maintained
8061 W:      https://i2c.wiki.kernel.org/
8062 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
8063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
8064 F:      Documentation/devicetree/bindings/i2c/i2c.txt
8065 F:      Documentation/i2c/
8066 F:      drivers/i2c/*
8067 F:      include/linux/i2c-dev.h
8068 F:      include/linux/i2c-smbus.h
8069 F:      include/linux/i2c.h
8070 F:      include/uapi/linux/i2c-*.h
8071 F:      include/uapi/linux/i2c.h
8072
8073 I2C SUBSYSTEM HOST DRIVERS
8074 L:      linux-i2c@vger.kernel.org
8075 S:      Odd Fixes
8076 W:      https://i2c.wiki.kernel.org/
8077 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
8078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
8079 F:      Documentation/devicetree/bindings/i2c/
8080 F:      drivers/i2c/algos/
8081 F:      drivers/i2c/busses/
8082
8083 I2C-TAOS-EVM DRIVER
8084 M:      Jean Delvare <jdelvare@suse.com>
8085 L:      linux-i2c@vger.kernel.org
8086 S:      Maintained
8087 F:      Documentation/i2c/busses/i2c-taos-evm.rst
8088 F:      drivers/i2c/busses/i2c-taos-evm.c
8089
8090 I2C-TINY-USB DRIVER
8091 M:      Till Harbaum <till@harbaum.org>
8092 L:      linux-i2c@vger.kernel.org
8093 S:      Maintained
8094 W:      http://www.harbaum.org/till/i2c_tiny_usb
8095 F:      drivers/i2c/busses/i2c-tiny-usb.c
8096
8097 I2C/SMBUS CONTROLLER DRIVERS FOR PC
8098 M:      Jean Delvare <jdelvare@suse.com>
8099 L:      linux-i2c@vger.kernel.org
8100 S:      Maintained
8101 F:      Documentation/i2c/busses/i2c-ali1535.rst
8102 F:      Documentation/i2c/busses/i2c-ali1563.rst
8103 F:      Documentation/i2c/busses/i2c-ali15x3.rst
8104 F:      Documentation/i2c/busses/i2c-amd756.rst
8105 F:      Documentation/i2c/busses/i2c-amd8111.rst
8106 F:      Documentation/i2c/busses/i2c-i801.rst
8107 F:      Documentation/i2c/busses/i2c-nforce2.rst
8108 F:      Documentation/i2c/busses/i2c-piix4.rst
8109 F:      Documentation/i2c/busses/i2c-sis5595.rst
8110 F:      Documentation/i2c/busses/i2c-sis630.rst
8111 F:      Documentation/i2c/busses/i2c-sis96x.rst
8112 F:      Documentation/i2c/busses/i2c-via.rst
8113 F:      Documentation/i2c/busses/i2c-viapro.rst
8114 F:      drivers/i2c/busses/i2c-ali1535.c
8115 F:      drivers/i2c/busses/i2c-ali1563.c
8116 F:      drivers/i2c/busses/i2c-ali15x3.c
8117 F:      drivers/i2c/busses/i2c-amd756-s4882.c
8118 F:      drivers/i2c/busses/i2c-amd756.c
8119 F:      drivers/i2c/busses/i2c-amd8111.c
8120 F:      drivers/i2c/busses/i2c-i801.c
8121 F:      drivers/i2c/busses/i2c-isch.c
8122 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
8123 F:      drivers/i2c/busses/i2c-nforce2.c
8124 F:      drivers/i2c/busses/i2c-piix4.c
8125 F:      drivers/i2c/busses/i2c-sis5595.c
8126 F:      drivers/i2c/busses/i2c-sis630.c
8127 F:      drivers/i2c/busses/i2c-sis96x.c
8128 F:      drivers/i2c/busses/i2c-via.c
8129 F:      drivers/i2c/busses/i2c-viapro.c
8130
8131 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
8132 M:      Hans de Goede <hdegoede@redhat.com>
8133 L:      linux-i2c@vger.kernel.org
8134 S:      Maintained
8135 F:      drivers/i2c/busses/i2c-cht-wc.c
8136
8137 I2C/SMBUS ISMT DRIVER
8138 M:      Seth Heasley <seth.heasley@intel.com>
8139 M:      Neil Horman <nhorman@tuxdriver.com>
8140 L:      linux-i2c@vger.kernel.org
8141 F:      Documentation/i2c/busses/i2c-ismt.rst
8142 F:      drivers/i2c/busses/i2c-ismt.c
8143
8144 I2C/SMBUS STUB DRIVER
8145 M:      Jean Delvare <jdelvare@suse.com>
8146 L:      linux-i2c@vger.kernel.org
8147 S:      Maintained
8148 F:      drivers/i2c/i2c-stub.c
8149
8150 I3C DRIVER FOR CADENCE I3C MASTER IP
8151 M:      Przemysław Gaj <pgaj@cadence.com>
8152 S:      Maintained
8153 F:      Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
8154 F:      drivers/i3c/master/i3c-master-cdns.c
8155
8156 I3C DRIVER FOR SYNOPSYS DESIGNWARE
8157 M:      Vitor Soares <vitor.soares@synopsys.com>
8158 S:      Maintained
8159 F:      Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
8160 F:      drivers/i3c/master/dw*
8161
8162 I3C SUBSYSTEM
8163 M:      Boris Brezillon <bbrezillon@kernel.org>
8164 L:      linux-i3c@lists.infradead.org (moderated for non-subscribers)
8165 S:      Maintained
8166 C:      irc://chat.freenode.net/linux-i3c
8167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
8168 F:      Documentation/ABI/testing/sysfs-bus-i3c
8169 F:      Documentation/devicetree/bindings/i3c/
8170 F:      Documentation/driver-api/i3c
8171 F:      drivers/i3c/
8172 F:      include/linux/i3c/
8173
8174 IA64 (Itanium) PLATFORM
8175 M:      Tony Luck <tony.luck@intel.com>
8176 M:      Fenghua Yu <fenghua.yu@intel.com>
8177 L:      linux-ia64@vger.kernel.org
8178 S:      Maintained
8179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8180 F:      Documentation/ia64/
8181 F:      arch/ia64/
8182
8183 IBM Power 842 compression accelerator
8184 M:      Haren Myneni <haren@us.ibm.com>
8185 S:      Supported
8186 F:      crypto/842.c
8187 F:      drivers/crypto/nx/Kconfig
8188 F:      drivers/crypto/nx/Makefile
8189 F:      drivers/crypto/nx/nx-842*
8190 F:      include/linux/sw842.h
8191 F:      lib/842/
8192
8193 IBM Power in-Nest Crypto Acceleration
8194 M:      Breno Leitão <leitao@debian.org>
8195 M:      Nayna Jain <nayna@linux.ibm.com>
8196 M:      Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
8197 L:      linux-crypto@vger.kernel.org
8198 S:      Supported
8199 F:      drivers/crypto/nx/Kconfig
8200 F:      drivers/crypto/nx/Makefile
8201 F:      drivers/crypto/nx/nx-aes*
8202 F:      drivers/crypto/nx/nx-sha*
8203 F:      drivers/crypto/nx/nx.*
8204 F:      drivers/crypto/nx/nx_csbcpb.h
8205 F:      drivers/crypto/nx/nx_debugfs.c
8206
8207 IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform
8208 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
8209 L:      linux-pci@vger.kernel.org
8210 L:      linuxppc-dev@lists.ozlabs.org
8211 S:      Supported
8212 F:      drivers/pci/hotplug/rpadlpar*
8213
8214 IBM Power Linux RAID adapter
8215 M:      Brian King <brking@us.ibm.com>
8216 S:      Supported
8217 F:      drivers/scsi/ipr.*
8218
8219 IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform
8220 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
8221 L:      linux-pci@vger.kernel.org
8222 L:      linuxppc-dev@lists.ozlabs.org
8223 S:      Supported
8224 F:      drivers/pci/hotplug/rpaphp*
8225
8226 IBM Power SRIOV Virtual NIC Device Driver
8227 M:      Thomas Falcon <tlfalcon@linux.ibm.com>
8228 M:      John Allen <jallen@linux.ibm.com>
8229 L:      netdev@vger.kernel.org
8230 S:      Supported
8231 F:      drivers/net/ethernet/ibm/ibmvnic.*
8232
8233 IBM Power Virtual Accelerator Switchboard
8234 M:      Sukadev Bhattiprolu <sukadev@linux.ibm.com>
8235 L:      linuxppc-dev@lists.ozlabs.org
8236 S:      Supported
8237 F:      arch/powerpc/include/asm/vas.h
8238 F:      arch/powerpc/platforms/powernv/copy-paste.h
8239 F:      arch/powerpc/platforms/powernv/vas*
8240
8241 IBM Power Virtual Ethernet Device Driver
8242 M:      Thomas Falcon <tlfalcon@linux.ibm.com>
8243 L:      netdev@vger.kernel.org
8244 S:      Supported
8245 F:      drivers/net/ethernet/ibm/ibmveth.*
8246
8247 IBM Power Virtual FC Device Drivers
8248 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
8249 L:      linux-scsi@vger.kernel.org
8250 S:      Supported
8251 F:      drivers/scsi/ibmvscsi/ibmvfc*
8252
8253 IBM Power Virtual Management Channel Driver
8254 M:      Steven Royer <seroyer@linux.ibm.com>
8255 S:      Supported
8256 F:      drivers/misc/ibmvmc.*
8257
8258 IBM Power Virtual SCSI Device Drivers
8259 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
8260 L:      linux-scsi@vger.kernel.org
8261 S:      Supported
8262 F:      drivers/scsi/ibmvscsi/ibmvscsi*
8263 F:      include/scsi/viosrp.h
8264
8265 IBM Power Virtual SCSI Device Target Driver
8266 M:      Michael Cyr <mikecyr@linux.ibm.com>
8267 L:      linux-scsi@vger.kernel.org
8268 L:      target-devel@vger.kernel.org
8269 S:      Supported
8270 F:      drivers/scsi/ibmvscsi_tgt/
8271
8272 IBM Power VMX Cryptographic instructions
8273 M:      Breno Leitão <leitao@debian.org>
8274 M:      Nayna Jain <nayna@linux.ibm.com>
8275 M:      Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
8276 L:      linux-crypto@vger.kernel.org
8277 S:      Supported
8278 F:      drivers/crypto/vmx/Kconfig
8279 F:      drivers/crypto/vmx/Makefile
8280 F:      drivers/crypto/vmx/aes*
8281 F:      drivers/crypto/vmx/ghash*
8282 F:      drivers/crypto/vmx/ppc-xlate.pl
8283 F:      drivers/crypto/vmx/vmx.c
8284
8285 IBM ServeRAID RAID DRIVER
8286 S:      Orphan
8287 F:      drivers/scsi/ips.*
8288
8289 ICH LPC AND GPIO DRIVER
8290 M:      Peter Tyser <ptyser@xes-inc.com>
8291 S:      Maintained
8292 F:      drivers/gpio/gpio-ich.c
8293 F:      drivers/mfd/lpc_ich.c
8294
8295 ICY I2C DRIVER
8296 M:      Max Staudt <max@enpas.org>
8297 L:      linux-i2c@vger.kernel.org
8298 S:      Maintained
8299 F:      drivers/i2c/busses/i2c-icy.c
8300
8301 IDE SUBSYSTEM
8302 M:      "David S. Miller" <davem@davemloft.net>
8303 L:      linux-ide@vger.kernel.org
8304 S:      Maintained
8305 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
8306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
8307 F:      Documentation/ide/
8308 F:      drivers/ide/
8309 F:      include/linux/ide.h
8310
8311 IDE/ATAPI DRIVERS
8312 M:      Borislav Petkov <bp@alien8.de>
8313 L:      linux-ide@vger.kernel.org
8314 S:      Maintained
8315 F:      Documentation/cdrom/ide-cd.rst
8316 F:      drivers/ide/ide-cd*
8317
8318 IDEAPAD LAPTOP EXTRAS DRIVER
8319 M:      Ike Panhc <ike.pan@canonical.com>
8320 L:      platform-driver-x86@vger.kernel.org
8321 S:      Maintained
8322 W:      http://launchpad.net/ideapad-laptop
8323 F:      drivers/platform/x86/ideapad-laptop.c
8324
8325 IDEAPAD LAPTOP SLIDEBAR DRIVER
8326 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
8327 L:      linux-input@vger.kernel.org
8328 S:      Maintained
8329 W:      https://github.com/o2genum/ideapad-slidebar
8330 F:      drivers/input/misc/ideapad_slidebar.c
8331
8332 IDT VersaClock 5 CLOCK DRIVER
8333 M:      Marek Vasut <marek.vasut@gmail.com>
8334 S:      Maintained
8335 F:      drivers/clk/clk-versaclock5.c
8336
8337 IEEE 802.15.4 SUBSYSTEM
8338 M:      Alexander Aring <alex.aring@gmail.com>
8339 M:      Stefan Schmidt <stefan@datenfreihafen.org>
8340 L:      linux-wpan@vger.kernel.org
8341 S:      Maintained
8342 W:      https://linux-wpan.org/
8343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
8344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
8345 F:      Documentation/networking/ieee802154.rst
8346 F:      drivers/net/ieee802154/
8347 F:      include/linux/ieee802154.h
8348 F:      include/linux/nl802154.h
8349 F:      include/net/af_ieee802154.h
8350 F:      include/net/cfg802154.h
8351 F:      include/net/ieee802154_netdev.h
8352 F:      include/net/mac802154.h
8353 F:      include/net/nl802154.h
8354 F:      net/ieee802154/
8355 F:      net/mac802154/
8356
8357 IFE PROTOCOL
8358 M:      Yotam Gigi <yotam.gi@gmail.com>
8359 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8360 F:      include/net/ife.h
8361 F:      include/uapi/linux/ife.h
8362 F:      net/ife
8363
8364 IGORPLUG-USB IR RECEIVER
8365 M:      Sean Young <sean@mess.org>
8366 L:      linux-media@vger.kernel.org
8367 S:      Maintained
8368 F:      drivers/media/rc/igorplugusb.c
8369
8370 IGUANAWORKS USB IR TRANSCEIVER
8371 M:      Sean Young <sean@mess.org>
8372 L:      linux-media@vger.kernel.org
8373 S:      Maintained
8374 F:      drivers/media/rc/iguanair.c
8375
8376 IIO DIGITAL POTENTIOMETER DAC
8377 M:      Peter Rosin <peda@axentia.se>
8378 L:      linux-iio@vger.kernel.org
8379 S:      Maintained
8380 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
8381 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
8382 F:      drivers/iio/dac/dpot-dac.c
8383
8384 IIO ENVELOPE DETECTOR
8385 M:      Peter Rosin <peda@axentia.se>
8386 L:      linux-iio@vger.kernel.org
8387 S:      Maintained
8388 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
8389 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
8390 F:      drivers/iio/adc/envelope-detector.c
8391
8392 IIO MULTIPLEXER
8393 M:      Peter Rosin <peda@axentia.se>
8394 L:      linux-iio@vger.kernel.org
8395 S:      Maintained
8396 F:      Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt
8397 F:      drivers/iio/multiplexer/iio-mux.c
8398
8399 IIO SUBSYSTEM AND DRIVERS
8400 M:      Jonathan Cameron <jic23@kernel.org>
8401 R:      Hartmut Knaack <knaack.h@gmx.de>
8402 R:      Lars-Peter Clausen <lars@metafoo.de>
8403 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
8404 L:      linux-iio@vger.kernel.org
8405 S:      Maintained
8406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
8407 F:      Documentation/ABI/testing/configfs-iio*
8408 F:      Documentation/ABI/testing/sysfs-bus-iio*
8409 F:      Documentation/devicetree/bindings/iio/
8410 F:      drivers/iio/
8411 F:      drivers/staging/iio/
8412 F:      include/linux/iio/
8413 F:      tools/iio/
8414
8415 IIO UNIT CONVERTER
8416 M:      Peter Rosin <peda@axentia.se>
8417 L:      linux-iio@vger.kernel.org
8418 S:      Maintained
8419 F:      Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.txt
8420 F:      Documentation/devicetree/bindings/iio/afe/current-sense-shunt.txt
8421 F:      Documentation/devicetree/bindings/iio/afe/voltage-divider.txt
8422 F:      drivers/iio/afe/iio-rescale.c
8423
8424 IKANOS/ADI EAGLE ADSL USB DRIVER
8425 M:      Matthieu Castet <castet.matthieu@free.fr>
8426 M:      Stanislaw Gruszka <stf_xl@wp.pl>
8427 S:      Maintained
8428 F:      drivers/usb/atm/ueagle-atm.c
8429
8430 IMGTEC ASCII LCD DRIVER
8431 M:      Paul Burton <paulburton@kernel.org>
8432 S:      Maintained
8433 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
8434 F:      drivers/auxdisplay/img-ascii-lcd.c
8435
8436 IMGTEC IR DECODER DRIVER
8437 S:      Orphan
8438 F:      drivers/media/rc/img-ir/
8439
8440 IMON SOUNDGRAPH USB IR RECEIVER
8441 M:      Sean Young <sean@mess.org>
8442 L:      linux-media@vger.kernel.org
8443 S:      Maintained
8444 F:      drivers/media/rc/imon.c
8445 F:      drivers/media/rc/imon_raw.c
8446
8447 IMS TWINTURBO FRAMEBUFFER DRIVER
8448 L:      linux-fbdev@vger.kernel.org
8449 S:      Orphan
8450 F:      drivers/video/fbdev/imsttfb.c
8451
8452 INA209 HARDWARE MONITOR DRIVER
8453 M:      Guenter Roeck <linux@roeck-us.net>
8454 L:      linux-hwmon@vger.kernel.org
8455 S:      Maintained
8456 F:      Documentation/devicetree/bindings/hwmon/ina2xx.txt
8457 F:      Documentation/hwmon/ina209.rst
8458 F:      drivers/hwmon/ina209.c
8459
8460 INA2XX HARDWARE MONITOR DRIVER
8461 M:      Guenter Roeck <linux@roeck-us.net>
8462 L:      linux-hwmon@vger.kernel.org
8463 S:      Maintained
8464 F:      Documentation/hwmon/ina2xx.rst
8465 F:      drivers/hwmon/ina2xx.c
8466 F:      include/linux/platform_data/ina2xx.h
8467
8468 INDUSTRY PACK SUBSYSTEM (IPACK)
8469 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
8470 M:      Jens Taprogge <jens.taprogge@taprogge.org>
8471 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8472 L:      industrypack-devel@lists.sourceforge.net
8473 S:      Maintained
8474 W:      http://industrypack.sourceforge.net
8475 F:      drivers/ipack/
8476
8477 INFINEON DPS310 Driver
8478 M:      Eddie James <eajames@linux.ibm.com>
8479 L:      linux-iio@vger.kernel.org
8480 S:      Maintained
8481 F:      drivers/iio/pressure/dps310.c
8482
8483 INFINIBAND SUBSYSTEM
8484 M:      Doug Ledford <dledford@redhat.com>
8485 M:      Jason Gunthorpe <jgg@mellanox.com>
8486 L:      linux-rdma@vger.kernel.org
8487 S:      Supported
8488 W:      https://github.com/linux-rdma/rdma-core
8489 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
8491 F:      Documentation/devicetree/bindings/infiniband/
8492 F:      Documentation/infiniband/
8493 F:      drivers/infiniband/
8494 F:      include/rdma/
8495 F:      include/trace/events/ib_mad.h
8496 F:      include/trace/events/ib_umad.h
8497 F:      include/uapi/linux/if_infiniband.h
8498 F:      include/uapi/rdma/
8499 F:      samples/bpf/ibumad_kern.c
8500 F:      samples/bpf/ibumad_user.c
8501
8502 INGENIC JZ4780 DMA Driver
8503 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
8504 S:      Maintained
8505 F:      drivers/dma/dma-jz4780.c
8506
8507 INGENIC JZ4780 NAND DRIVER
8508 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
8509 L:      linux-mtd@lists.infradead.org
8510 S:      Maintained
8511 F:      drivers/mtd/nand/raw/ingenic/
8512
8513 INGENIC JZ47xx SoCs
8514 M:      Paul Cercueil <paul@crapouillou.net>
8515 S:      Maintained
8516 F:      arch/mips/boot/dts/ingenic/
8517 F:      arch/mips/include/asm/mach-jz4740/
8518 F:      arch/mips/jz4740/
8519 F:      drivers/clk/ingenic/
8520 F:      drivers/dma/dma-jz4780.c
8521 F:      drivers/gpu/drm/ingenic/
8522 F:      drivers/i2c/busses/i2c-jz4780.c
8523 F:      drivers/iio/adc/ingenic-adc.c
8524 F:      drivers/irqchip/irq-ingenic.c
8525 F:      drivers/memory/jz4780-nemc.c
8526 F:      drivers/mmc/host/jz4740_mmc.c
8527 F:      drivers/mtd/nand/raw/ingenic/
8528 F:      drivers/pinctrl/pinctrl-ingenic.c
8529 F:      drivers/power/supply/ingenic-battery.c
8530 F:      drivers/pwm/pwm-jz4740.c
8531 F:      drivers/remoteproc/ingenic_rproc.c
8532 F:      drivers/rtc/rtc-jz4740.c
8533 F:      drivers/tty/serial/8250/8250_ingenic.c
8534 F:      drivers/usb/musb/jz4740.c
8535 F:      drivers/watchdog/jz4740_wdt.c
8536 F:      include/dt-bindings/iio/adc/ingenic,adc.h
8537 F:      include/linux/mfd/ingenic-tcu.h
8538 F:      sound/soc/codecs/jz47*
8539 F:      sound/soc/jz4740/
8540
8541 INOTIFY
8542 M:      Jan Kara <jack@suse.cz>
8543 R:      Amir Goldstein <amir73il@gmail.com>
8544 L:      linux-fsdevel@vger.kernel.org
8545 S:      Maintained
8546 F:      Documentation/filesystems/inotify.rst
8547 F:      fs/notify/inotify/
8548 F:      include/linux/inotify.h
8549 F:      include/uapi/linux/inotify.h
8550
8551 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8552 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
8553 L:      linux-input@vger.kernel.org
8554 S:      Maintained
8555 Q:      http://patchwork.kernel.org/project/linux-input/list/
8556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
8557 F:      Documentation/devicetree/bindings/input/
8558 F:      Documentation/devicetree/bindings/serio/
8559 F:      Documentation/input/
8560 F:      drivers/input/
8561 F:      include/linux/input.h
8562 F:      include/linux/input/
8563 F:      include/uapi/linux/input-event-codes.h
8564 F:      include/uapi/linux/input.h
8565
8566 INPUT MULTITOUCH (MT) PROTOCOL
8567 M:      Henrik Rydberg <rydberg@bitmath.org>
8568 L:      linux-input@vger.kernel.org
8569 S:      Odd fixes
8570 F:      Documentation/input/multi-touch-protocol.rst
8571 F:      drivers/input/input-mt.c
8572 K:      \b(ABS|SYN)_MT_
8573
8574 INSIDE SECURE CRYPTO DRIVER
8575 M:      Antoine Tenart <antoine.tenart@bootlin.com>
8576 L:      linux-crypto@vger.kernel.org
8577 S:      Maintained
8578 F:      drivers/crypto/inside-secure/
8579
8580 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
8581 M:      Mimi Zohar <zohar@linux.ibm.com>
8582 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
8583 L:      linux-integrity@vger.kernel.org
8584 S:      Supported
8585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
8586 F:      security/integrity/ima/
8587
8588 INTEL 810/815 FRAMEBUFFER DRIVER
8589 M:      Antonino Daplas <adaplas@gmail.com>
8590 L:      linux-fbdev@vger.kernel.org
8591 S:      Maintained
8592 F:      drivers/video/fbdev/i810/
8593
8594 INTEL ASoC DRIVERS
8595 M:      Cezary Rojewski <cezary.rojewski@intel.com>
8596 M:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
8597 M:      Liam Girdwood <liam.r.girdwood@linux.intel.com>
8598 M:      Jie Yang <yang.jie@linux.intel.com>
8599 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8600 S:      Supported
8601 F:      sound/soc/intel/
8602
8603 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
8604 M:      Hans de Goede <hdegoede@redhat.com>
8605 L:      platform-driver-x86@vger.kernel.org
8606 S:      Maintained
8607 F:      drivers/platform/x86/intel_atomisp2_pm.c
8608
8609 INTEL BROXTON PMC DRIVER
8610 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8611 M:      Zha Qipeng <qipeng.zha@intel.com>
8612 S:      Maintained
8613 F:      drivers/mfd/intel_pmc_bxt.c
8614 F:      include/linux/mfd/intel_pmc_bxt.h
8615
8616 INTEL C600 SERIES SAS CONTROLLER DRIVER
8617 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
8618 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
8619 L:      linux-scsi@vger.kernel.org
8620 S:      Supported
8621 T:      git git://git.code.sf.net/p/intel-sas/isci
8622 F:      drivers/scsi/isci/
8623
8624 INTEL CPU family model numbers
8625 M:      Tony Luck <tony.luck@intel.com>
8626 M:      x86@kernel.org
8627 L:      linux-kernel@vger.kernel.org
8628 S:      Supported
8629 F:      arch/x86/include/asm/intel-family.h
8630
8631 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
8632 M:      Jani Nikula <jani.nikula@linux.intel.com>
8633 M:      Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
8634 M:      Rodrigo Vivi <rodrigo.vivi@intel.com>
8635 L:      intel-gfx@lists.freedesktop.org
8636 S:      Supported
8637 W:      https://01.org/linuxgraphics/
8638 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
8639 B:      https://gitlab.freedesktop.org/drm/intel/-/wikis/How-to-file-i915-bugs
8640 C:      irc://chat.freenode.net/intel-gfx
8641 T:      git git://anongit.freedesktop.org/drm-intel
8642 F:      Documentation/gpu/i915.rst
8643 F:      drivers/gpu/drm/i915/
8644 F:      include/drm/i915*
8645 F:      include/uapi/drm/i915_drm.h
8646
8647 INTEL ETHERNET DRIVERS
8648 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
8649 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
8650 S:      Supported
8651 W:      http://www.intel.com/support/feedback.htm
8652 W:      http://e1000.sourceforge.net/
8653 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
8654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
8656 F:      Documentation/networking/device_drivers/intel/e100.rst
8657 F:      Documentation/networking/device_drivers/intel/e1000.rst
8658 F:      Documentation/networking/device_drivers/intel/e1000e.rst
8659 F:      Documentation/networking/device_drivers/intel/fm10k.rst
8660 F:      Documentation/networking/device_drivers/intel/i40e.rst
8661 F:      Documentation/networking/device_drivers/intel/iavf.rst
8662 F:      Documentation/networking/device_drivers/intel/ice.rst
8663 F:      Documentation/networking/device_drivers/intel/igb.rst
8664 F:      Documentation/networking/device_drivers/intel/igbvf.rst
8665 F:      Documentation/networking/device_drivers/intel/ixgb.rst
8666 F:      Documentation/networking/device_drivers/intel/ixgbe.rst
8667 F:      Documentation/networking/device_drivers/intel/ixgbevf.rst
8668 F:      drivers/net/ethernet/intel/
8669 F:      drivers/net/ethernet/intel/*/
8670 F:      include/linux/avf/virtchnl.h
8671
8672 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
8673 M:      Maik Broemme <mbroemme@libmpq.org>
8674 L:      linux-fbdev@vger.kernel.org
8675 S:      Maintained
8676 F:      Documentation/fb/intelfb.rst
8677 F:      drivers/video/fbdev/intelfb/
8678
8679 INTEL GPIO DRIVERS
8680 M:      Andy Shevchenko <andy@kernel.org>
8681 L:      linux-gpio@vger.kernel.org
8682 S:      Maintained
8683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
8684 F:      drivers/gpio/gpio-ich.c
8685 F:      drivers/gpio/gpio-intel-mid.c
8686 F:      drivers/gpio/gpio-merrifield.c
8687 F:      drivers/gpio/gpio-ml-ioh.c
8688 F:      drivers/gpio/gpio-pch.c
8689 F:      drivers/gpio/gpio-sch.c
8690 F:      drivers/gpio/gpio-sodaville.c
8691
8692 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
8693 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
8694 M:      Zhi Wang <zhi.a.wang@intel.com>
8695 L:      intel-gvt-dev@lists.freedesktop.org
8696 L:      intel-gfx@lists.freedesktop.org
8697 S:      Supported
8698 W:      https://01.org/igvt-g
8699 T:      git https://github.com/intel/gvt-linux.git
8700 F:      drivers/gpu/drm/i915/gvt/
8701
8702 INTEL HID EVENT DRIVER
8703 M:      Alex Hung <alex.hung@canonical.com>
8704 L:      platform-driver-x86@vger.kernel.org
8705 S:      Maintained
8706 F:      drivers/platform/x86/intel-hid.c
8707
8708 INTEL I/OAT DMA DRIVER
8709 M:      Dave Jiang <dave.jiang@intel.com>
8710 R:      Dan Williams <dan.j.williams@intel.com>
8711 L:      dmaengine@vger.kernel.org
8712 S:      Supported
8713 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
8714 F:      drivers/dma/ioat*
8715
8716 INTEL IADX DRIVER
8717 M:      Dave Jiang <dave.jiang@intel.com>
8718 L:      dmaengine@vger.kernel.org
8719 S:      Supported
8720 F:      drivers/dma/idxd/*
8721 F:      include/uapi/linux/idxd.h
8722
8723 INTEL IDLE DRIVER
8724 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
8725 M:      Len Brown <lenb@kernel.org>
8726 L:      linux-pm@vger.kernel.org
8727 S:      Supported
8728 B:      https://bugzilla.kernel.org
8729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
8730 F:      drivers/idle/intel_idle.c
8731
8732 INTEL INTEGRATED SENSOR HUB DRIVER
8733 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8734 M:      Jiri Kosina <jikos@kernel.org>
8735 L:      linux-input@vger.kernel.org
8736 S:      Maintained
8737 F:      drivers/hid/intel-ish-hid/
8738
8739 INTEL IOMMU (VT-d)
8740 M:      David Woodhouse <dwmw2@infradead.org>
8741 M:      Lu Baolu <baolu.lu@linux.intel.com>
8742 L:      iommu@lists.linux-foundation.org
8743 S:      Supported
8744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
8745 F:      drivers/iommu/intel/
8746 F:      include/linux/intel-iommu.h
8747 F:      include/linux/intel-svm.h
8748
8749 INTEL IOP-ADMA DMA DRIVER
8750 R:      Dan Williams <dan.j.williams@intel.com>
8751 S:      Odd fixes
8752 F:      drivers/dma/iop-adma.c
8753
8754 INTEL IPU3 CSI-2 CIO2 DRIVER
8755 M:      Yong Zhi <yong.zhi@intel.com>
8756 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
8757 M:      Bingbu Cao <bingbu.cao@intel.com>
8758 R:      Tian Shu Qiu <tian.shu.qiu@intel.com>
8759 L:      linux-media@vger.kernel.org
8760 S:      Maintained
8761 F:      Documentation/userspace-api/media/v4l/pixfmt-srggb10-ipu3.rst
8762 F:      drivers/media/pci/intel/ipu3/
8763
8764 INTEL IPU3 CSI-2 IMGU DRIVER
8765 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
8766 R:      Bingbu Cao <bingbu.cao@intel.com>
8767 R:      Tian Shu Qiu <tian.shu.qiu@intel.com>
8768 L:      linux-media@vger.kernel.org
8769 S:      Maintained
8770 F:      Documentation/admin-guide/media/ipu3.rst
8771 F:      Documentation/admin-guide/media/ipu3_rcb.svg
8772 F:      Documentation/userspace-api/media/v4l/pixfmt-meta-intel-ipu3.rst
8773 F:      drivers/staging/media/ipu3/
8774
8775 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8776 M:      Krzysztof Halasa <khalasa@piap.pl>
8777 S:      Maintained
8778 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
8779 F:      drivers/net/wan/ixp4xx_hss.c
8780 F:      drivers/soc/ixp4xx/ixp4xx-npe.c
8781 F:      drivers/soc/ixp4xx/ixp4xx-qmgr.c
8782 F:      include/linux/soc/ixp4xx/npe.h
8783 F:      include/linux/soc/ixp4xx/qmgr.h
8784
8785 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8786 M:      Deepak Saxena <dsaxena@plexity.net>
8787 S:      Maintained
8788 F:      drivers/char/hw_random/ixp4xx-rng.c
8789
8790 INTEL MANAGEMENT ENGINE (mei)
8791 M:      Tomas Winkler <tomas.winkler@intel.com>
8792 L:      linux-kernel@vger.kernel.org
8793 S:      Supported
8794 F:      Documentation/driver-api/mei/*
8795 F:      drivers/misc/mei/*
8796 F:      drivers/watchdog/mei_wdt.c
8797 F:      include/linux/mei_cl_bus.h
8798 F:      include/uapi/linux/mei.h
8799 F:      samples/mei/*
8800
8801 INTEL MENLOW THERMAL DRIVER
8802 M:      Sujith Thomas <sujith.thomas@intel.com>
8803 L:      platform-driver-x86@vger.kernel.org
8804 S:      Supported
8805 W:      https://01.org/linux-acpi
8806 F:      drivers/platform/x86/intel_menlow.c
8807
8808 INTEL MIC DRIVERS (mic)
8809 M:      Sudeep Dutt <sudeep.dutt@intel.com>
8810 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
8811 S:      Supported
8812 W:      https://github.com/sudeepdutt/mic
8813 W:      http://software.intel.com/en-us/mic-developer
8814 F:      Documentation/misc-devices/mic/
8815 F:      drivers/dma/mic_x100_dma.c
8816 F:      drivers/dma/mic_x100_dma.h
8817 F:      drivers/misc/mic/
8818 F:      include/linux/mic_bus.h
8819 F:      include/linux/scif.h
8820 F:      include/uapi/linux/mic_common.h
8821 F:      include/uapi/linux/mic_ioctl.h
8822 F:      include/uapi/linux/scif_ioctl.h
8823
8824 INTEL P-Unit IPC DRIVER
8825 M:      Zha Qipeng <qipeng.zha@intel.com>
8826 L:      platform-driver-x86@vger.kernel.org
8827 S:      Maintained
8828 F:      arch/x86/include/asm/intel_punit_ipc.h
8829 F:      drivers/platform/x86/intel_punit_ipc.c
8830
8831 INTEL PMC CORE DRIVER
8832 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
8833 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
8834 L:      platform-driver-x86@vger.kernel.org
8835 S:      Maintained
8836 F:      drivers/platform/x86/intel_pmc_core*
8837
8838 INTEL PMIC GPIO DRIVERS
8839 M:      Andy Shevchenko <andy@kernel.org>
8840 S:      Maintained
8841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
8842 F:      drivers/gpio/gpio-*cove.c
8843 F:      drivers/gpio/gpio-msic.c
8844
8845 INTEL PMIC MULTIFUNCTION DEVICE DRIVERS
8846 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8847 S:      Maintained
8848 F:      drivers/mfd/intel_msic.c
8849 F:      drivers/mfd/intel_soc_pmic*
8850 F:      include/linux/mfd/intel_msic.h
8851 F:      include/linux/mfd/intel_soc_pmic*
8852
8853 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
8854 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
8855 L:      linux-wireless@vger.kernel.org
8856 S:      Maintained
8857 F:      Documentation/networking/device_drivers/intel/ipw2100.rst
8858 F:      Documentation/networking/device_drivers/intel/ipw2200.rst
8859 F:      drivers/net/wireless/intel/ipw2x00/
8860
8861 INTEL PSTATE DRIVER
8862 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8863 M:      Len Brown <lenb@kernel.org>
8864 L:      linux-pm@vger.kernel.org
8865 S:      Supported
8866 F:      drivers/cpufreq/intel_pstate.c
8867
8868 INTEL RDMA RNIC DRIVER
8869 M:      Faisal Latif <faisal.latif@intel.com>
8870 M:      Shiraz Saleem <shiraz.saleem@intel.com>
8871 L:      linux-rdma@vger.kernel.org
8872 S:      Supported
8873 F:      drivers/infiniband/hw/i40iw/
8874 F:      include/uapi/rdma/i40iw-abi.h
8875
8876 INTEL SCU DRIVERS
8877 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8878 S:      Maintained
8879 F:      arch/x86/include/asm/intel_scu_ipc.h
8880 F:      drivers/platform/x86/intel_scu_*
8881
8882 INTEL SPEED SELECT TECHNOLOGY
8883 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8884 L:      platform-driver-x86@vger.kernel.org
8885 S:      Maintained
8886 F:      drivers/platform/x86/intel_speed_select_if/
8887 F:      include/uapi/linux/isst_if.h
8888 F:      tools/power/x86/intel-speed-select/
8889
8890 INTEL STRATIX10 FIRMWARE DRIVERS
8891 M:      Richard Gong <richard.gong@linux.intel.com>
8892 L:      linux-kernel@vger.kernel.org
8893 S:      Maintained
8894 F:      Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
8895 F:      Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt
8896 F:      drivers/firmware/stratix10-rsu.c
8897 F:      drivers/firmware/stratix10-svc.c
8898 F:      include/linux/firmware/intel/stratix10-smc.h
8899 F:      include/linux/firmware/intel/stratix10-svc-client.h
8900
8901 INTEL TELEMETRY DRIVER
8902 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
8903 M:      "David E. Box" <david.e.box@linux.intel.com>
8904 L:      platform-driver-x86@vger.kernel.org
8905 S:      Maintained
8906 F:      arch/x86/include/asm/intel_telemetry.h
8907 F:      drivers/platform/x86/intel_telemetry*
8908
8909 INTEL UNCORE FREQUENCY CONTROL
8910 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8911 L:      platform-driver-x86@vger.kernel.org
8912 S:      Maintained
8913 F:      drivers/platform/x86/intel-uncore-frequency.c
8914
8915 INTEL VIRTUAL BUTTON DRIVER
8916 M:      AceLan Kao <acelan.kao@canonical.com>
8917 L:      platform-driver-x86@vger.kernel.org
8918 S:      Maintained
8919 F:      drivers/platform/x86/intel-vbtn.c
8920
8921 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
8922 M:      Stanislaw Gruszka <stf_xl@wp.pl>
8923 L:      linux-wireless@vger.kernel.org
8924 S:      Supported
8925 F:      drivers/net/wireless/intel/iwlegacy/
8926
8927 INTEL WIRELESS WIFI LINK (iwlwifi)
8928 M:      Johannes Berg <johannes.berg@intel.com>
8929 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
8930 M:      Luca Coelho <luciano.coelho@intel.com>
8931 M:      Intel Linux Wireless <linuxwifi@intel.com>
8932 L:      linux-wireless@vger.kernel.org
8933 S:      Supported
8934 W:      https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
8935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
8936 F:      drivers/net/wireless/intel/iwlwifi/
8937
8938 INTEL WIRELESS WIMAX CONNECTION 2400
8939 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8940 M:      linux-wimax@intel.com
8941 L:      wimax@linuxwimax.org (subscribers-only)
8942 S:      Supported
8943 W:      http://linuxwimax.org
8944 F:      Documentation/admin-guide/wimax/i2400m.rst
8945 F:      drivers/net/wimax/i2400m/
8946 F:      include/uapi/linux/wimax/i2400m.h
8947
8948 INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
8949 M:      Jithu Joseph <jithu.joseph@intel.com>
8950 R:      Maurice Ma <maurice.ma@intel.com>
8951 S:      Maintained
8952 W:      https://slimbootloader.github.io/security/firmware-update.html
8953 F:      drivers/platform/x86/intel-wmi-sbl-fw-update.c
8954
8955 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
8956 M:      Mario Limonciello <mario.limonciello@dell.com>
8957 S:      Maintained
8958 F:      drivers/platform/x86/intel-wmi-thunderbolt.c
8959
8960 INTEL(R) TRACE HUB
8961 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8962 S:      Supported
8963 F:      Documentation/trace/intel_th.rst
8964 F:      drivers/hwtracing/intel_th/
8965 F:      include/linux/intel_th.h
8966
8967 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
8968 M:      Ning Sun <ning.sun@intel.com>
8969 L:      tboot-devel@lists.sourceforge.net
8970 S:      Supported
8971 W:      http://tboot.sourceforge.net
8972 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
8973 F:      Documentation/x86/intel_txt.rst
8974 F:      arch/x86/kernel/tboot.c
8975 F:      include/linux/tboot.h
8976
8977 INTERCONNECT API
8978 M:      Georgi Djakov <georgi.djakov@linaro.org>
8979 L:      linux-pm@vger.kernel.org
8980 S:      Maintained
8981 F:      Documentation/devicetree/bindings/interconnect/
8982 F:      Documentation/driver-api/interconnect.rst
8983 F:      drivers/interconnect/
8984 F:      include/dt-bindings/interconnect/
8985 F:      include/linux/interconnect-provider.h
8986 F:      include/linux/interconnect.h
8987
8988 INVENSENSE MPU-3050 GYROSCOPE DRIVER
8989 M:      Linus Walleij <linus.walleij@linaro.org>
8990 L:      linux-iio@vger.kernel.org
8991 S:      Maintained
8992 F:      Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
8993 F:      drivers/iio/gyro/mpu3050*
8994
8995 IOC3 ETHERNET DRIVER
8996 M:      Ralf Baechle <ralf@linux-mips.org>
8997 L:      linux-mips@vger.kernel.org
8998 S:      Maintained
8999 F:      drivers/net/ethernet/sgi/ioc3-eth.c
9000
9001 IOMAP FILESYSTEM LIBRARY
9002 M:      Christoph Hellwig <hch@infradead.org>
9003 M:      Darrick J. Wong <darrick.wong@oracle.com>
9004 M:      linux-xfs@vger.kernel.org
9005 M:      linux-fsdevel@vger.kernel.org
9006 L:      linux-xfs@vger.kernel.org
9007 L:      linux-fsdevel@vger.kernel.org
9008 S:      Supported
9009 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
9010 F:      fs/iomap/
9011 F:      include/linux/iomap.h
9012
9013 IOMMU DRIVERS
9014 M:      Joerg Roedel <joro@8bytes.org>
9015 L:      iommu@lists.linux-foundation.org
9016 S:      Maintained
9017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
9018 F:      Documentation/devicetree/bindings/iommu/
9019 F:      drivers/iommu/
9020 F:      include/linux/iommu.h
9021 F:      include/linux/iova.h
9022 F:      include/linux/of_iommu.h
9023
9024 IO_URING
9025 M:      Jens Axboe <axboe@kernel.dk>
9026 L:      io-uring@vger.kernel.org
9027 S:      Maintained
9028 T:      git git://git.kernel.dk/linux-block
9029 T:      git git://git.kernel.dk/liburing
9030 F:      fs/io-wq.c
9031 F:      fs/io-wq.h
9032 F:      fs/io_uring.c
9033 F:      include/uapi/linux/io_uring.h
9034
9035 IPMI SUBSYSTEM
9036 M:      Corey Minyard <minyard@acm.org>
9037 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
9038 S:      Supported
9039 W:      http://openipmi.sourceforge.net/
9040 F:      Documentation/driver-api/ipmi.rst
9041 F:      Documentation/devicetree/bindings/ipmi/
9042 F:      drivers/char/ipmi/
9043 F:      include/linux/ipmi*
9044 F:      include/uapi/linux/ipmi*
9045
9046 IPS SCSI RAID DRIVER
9047 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
9048 L:      linux-scsi@vger.kernel.org
9049 S:      Maintained
9050 W:      http://www.adaptec.com/
9051 F:      drivers/scsi/ips*
9052
9053 IPVS
9054 M:      Wensong Zhang <wensong@linux-vs.org>
9055 M:      Simon Horman <horms@verge.net.au>
9056 M:      Julian Anastasov <ja@ssi.bg>
9057 L:      netdev@vger.kernel.org
9058 L:      lvs-devel@vger.kernel.org
9059 S:      Maintained
9060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
9061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
9062 F:      Documentation/networking/ipvs-sysctl.rst
9063 F:      include/net/ip_vs.h
9064 F:      include/uapi/linux/ip_vs.h
9065 F:      net/netfilter/ipvs/
9066
9067 IPWIRELESS DRIVER
9068 M:      Jiri Kosina <jikos@kernel.org>
9069 M:      David Sterba <dsterba@suse.com>
9070 S:      Odd Fixes
9071 F:      drivers/tty/ipwireless/
9072
9073 IPX NETWORK LAYER
9074 L:      netdev@vger.kernel.org
9075 S:      Obsolete
9076 F:      include/uapi/linux/ipx.h
9077
9078 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
9079 M:      Marc Zyngier <maz@kernel.org>
9080 S:      Maintained
9081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
9082 F:      Documentation/core-api/irq/irq-domain.rst
9083 F:      include/linux/irqdomain.h
9084 F:      kernel/irq/irqdomain.c
9085 F:      kernel/irq/msi.c
9086
9087 IRQ SUBSYSTEM
9088 M:      Thomas Gleixner <tglx@linutronix.de>
9089 L:      linux-kernel@vger.kernel.org
9090 S:      Maintained
9091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
9092 F:      kernel/irq/
9093
9094 IRQCHIP DRIVERS
9095 M:      Thomas Gleixner <tglx@linutronix.de>
9096 M:      Jason Cooper <jason@lakedaemon.net>
9097 M:      Marc Zyngier <maz@kernel.org>
9098 L:      linux-kernel@vger.kernel.org
9099 S:      Maintained
9100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
9101 F:      Documentation/devicetree/bindings/interrupt-controller/
9102 F:      drivers/irqchip/
9103
9104 ISA
9105 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
9106 S:      Maintained
9107 F:      Documentation/driver-api/isa.rst
9108 F:      drivers/base/isa.c
9109 F:      include/linux/isa.h
9110
9111 ISA RADIO MODULE
9112 M:      Hans Verkuil <hverkuil@xs4all.nl>
9113 L:      linux-media@vger.kernel.org
9114 S:      Maintained
9115 W:      https://linuxtv.org
9116 T:      git git://linuxtv.org/media_tree.git
9117 F:      drivers/media/radio/radio-isa*
9118
9119 ISAPNP
9120 M:      Jaroslav Kysela <perex@perex.cz>
9121 S:      Maintained
9122 F:      Documentation/driver-api/isapnp.rst
9123 F:      drivers/pnp/isapnp/
9124 F:      include/linux/isapnp.h
9125
9126 ISCSI
9127 M:      Lee Duncan <lduncan@suse.com>
9128 M:      Chris Leech <cleech@redhat.com>
9129 L:      open-iscsi@googlegroups.com
9130 L:      linux-scsi@vger.kernel.org
9131 S:      Maintained
9132 W:      www.open-iscsi.com
9133 F:      drivers/scsi/*iscsi*
9134 F:      include/scsi/*iscsi*
9135
9136 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
9137 M:      Peter Jones <pjones@redhat.com>
9138 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
9139 S:      Maintained
9140 F:      drivers/firmware/iscsi_ibft*
9141
9142 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
9143 M:      Sagi Grimberg <sagi@grimberg.me>
9144 M:      Max Gurtovoy <maxg@mellanox.com>
9145 L:      linux-rdma@vger.kernel.org
9146 S:      Supported
9147 W:      http://www.openfabrics.org
9148 W:      www.open-iscsi.org
9149 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9150 F:      drivers/infiniband/ulp/iser/
9151
9152 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
9153 M:      Sagi Grimberg <sagi@grimberg.me>
9154 L:      linux-rdma@vger.kernel.org
9155 L:      target-devel@vger.kernel.org
9156 S:      Supported
9157 W:      http://www.linux-iscsi.org
9158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9159 F:      drivers/infiniband/ulp/isert
9160
9161 ISDN/CMTP OVER BLUETOOTH
9162 M:      Karsten Keil <isdn@linux-pingi.de>
9163 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
9164 L:      netdev@vger.kernel.org
9165 S:      Odd Fixes
9166 W:      http://www.isdn4linux.de
9167 F:      Documentation/isdn/
9168 F:      drivers/isdn/capi/
9169 F:      include/linux/isdn/
9170 F:      include/uapi/linux/isdn/
9171 F:      net/bluetooth/cmtp/
9172
9173 ISDN/mISDN SUBSYSTEM
9174 M:      Karsten Keil <isdn@linux-pingi.de>
9175 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
9176 L:      netdev@vger.kernel.org
9177 S:      Maintained
9178 W:      http://www.isdn4linux.de
9179 F:      drivers/isdn/Kconfig
9180 F:      drivers/isdn/Makefile
9181 F:      drivers/isdn/hardware/
9182 F:      drivers/isdn/mISDN/
9183
9184 IT87 HARDWARE MONITORING DRIVER
9185 M:      Jean Delvare <jdelvare@suse.com>
9186 L:      linux-hwmon@vger.kernel.org
9187 S:      Maintained
9188 F:      Documentation/hwmon/it87.rst
9189 F:      drivers/hwmon/it87.c
9190
9191 IT913X MEDIA DRIVER
9192 M:      Antti Palosaari <crope@iki.fi>
9193 L:      linux-media@vger.kernel.org
9194 S:      Maintained
9195 W:      https://linuxtv.org
9196 W:      http://palosaari.fi/linux/
9197 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9198 T:      git git://linuxtv.org/anttip/media_tree.git
9199 F:      drivers/media/tuners/it913x*
9200
9201 IVTV VIDEO4LINUX DRIVER
9202 M:      Andy Walls <awalls@md.metrocast.net>
9203 L:      linux-media@vger.kernel.org
9204 S:      Maintained
9205 W:      https://linuxtv.org
9206 T:      git git://linuxtv.org/media_tree.git
9207 F:      Documentation/admin-guide/media/ivtv*
9208 F:      drivers/media/pci/ivtv/
9209 F:      include/uapi/linux/ivtv*
9210
9211 IX2505V MEDIA DRIVER
9212 M:      Malcolm Priestley <tvboxspy@gmail.com>
9213 L:      linux-media@vger.kernel.org
9214 S:      Maintained
9215 W:      https://linuxtv.org
9216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9217 F:      drivers/media/dvb-frontends/ix2505v*
9218
9219 JAILHOUSE HYPERVISOR INTERFACE
9220 M:      Jan Kiszka <jan.kiszka@siemens.com>
9221 L:      jailhouse-dev@googlegroups.com
9222 S:      Maintained
9223 F:      arch/x86/include/asm/jailhouse_para.h
9224 F:      arch/x86/kernel/jailhouse.c
9225
9226 JC42.4 TEMPERATURE SENSOR DRIVER
9227 M:      Guenter Roeck <linux@roeck-us.net>
9228 L:      linux-hwmon@vger.kernel.org
9229 S:      Maintained
9230 F:      Documentation/hwmon/jc42.rst
9231 F:      drivers/hwmon/jc42.c
9232
9233 JFS FILESYSTEM
9234 M:      Dave Kleikamp <shaggy@kernel.org>
9235 L:      jfs-discussion@lists.sourceforge.net
9236 S:      Maintained
9237 W:      http://jfs.sourceforge.net/
9238 T:      git git://github.com/kleikamp/linux-shaggy.git
9239 F:      Documentation/admin-guide/jfs.rst
9240 F:      fs/jfs/
9241
9242 JME NETWORK DRIVER
9243 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
9244 L:      netdev@vger.kernel.org
9245 S:      Maintained
9246 F:      drivers/net/ethernet/jme.*
9247
9248 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
9249 M:      David Woodhouse <dwmw2@infradead.org>
9250 M:      Richard Weinberger <richard@nod.at>
9251 L:      linux-mtd@lists.infradead.org
9252 S:      Odd Fixes
9253 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
9254 T:      git git://git.infradead.org/ubifs-2.6.git
9255 F:      fs/jffs2/
9256 F:      include/uapi/linux/jffs2.h
9257
9258 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
9259 M:      "Theodore Ts'o" <tytso@mit.edu>
9260 M:      Jan Kara <jack@suse.com>
9261 L:      linux-ext4@vger.kernel.org
9262 S:      Maintained
9263 F:      fs/jbd2/
9264 F:      include/linux/jbd2.h
9265
9266 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
9267 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
9268 L:      linux-media@vger.kernel.org
9269 S:      Maintained
9270 F:      drivers/media/platform/rcar_jpu.c
9271
9272 JSM Neo PCI based serial card
9273 L:      linux-serial@vger.kernel.org
9274 S:      Orphan
9275 F:      drivers/tty/serial/jsm/
9276
9277 K10TEMP HARDWARE MONITORING DRIVER
9278 M:      Clemens Ladisch <clemens@ladisch.de>
9279 L:      linux-hwmon@vger.kernel.org
9280 S:      Maintained
9281 F:      Documentation/hwmon/k10temp.rst
9282 F:      drivers/hwmon/k10temp.c
9283
9284 K8TEMP HARDWARE MONITORING DRIVER
9285 M:      Rudolf Marek <r.marek@assembler.cz>
9286 L:      linux-hwmon@vger.kernel.org
9287 S:      Maintained
9288 F:      Documentation/hwmon/k8temp.rst
9289 F:      drivers/hwmon/k8temp.c
9290
9291 KASAN
9292 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
9293 R:      Alexander Potapenko <glider@google.com>
9294 R:      Dmitry Vyukov <dvyukov@google.com>
9295 L:      kasan-dev@googlegroups.com
9296 S:      Maintained
9297 F:      Documentation/dev-tools/kasan.rst
9298 F:      arch/*/include/asm/kasan.h
9299 F:      arch/*/mm/kasan_init*
9300 F:      include/linux/kasan*.h
9301 F:      lib/test_kasan.c
9302 F:      mm/kasan/
9303 F:      scripts/Makefile.kasan
9304
9305 KCONFIG
9306 M:      Masahiro Yamada <masahiroy@kernel.org>
9307 L:      linux-kbuild@vger.kernel.org
9308 S:      Maintained
9309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
9310 F:      Documentation/kbuild/kconfig*
9311 F:      scripts/Kconfig.include
9312 F:      scripts/kconfig/
9313
9314 KCOV
9315 R:      Dmitry Vyukov <dvyukov@google.com>
9316 R:      Andrey Konovalov <andreyknvl@google.com>
9317 L:      kasan-dev@googlegroups.com
9318 S:      Maintained
9319 F:      Documentation/dev-tools/kcov.rst
9320 F:      include/linux/kcov.h
9321 F:      include/uapi/linux/kcov.h
9322 F:      kernel/kcov.c
9323 F:      scripts/Makefile.kcov
9324
9325 KCSAN
9326 M:      Marco Elver <elver@google.com>
9327 R:      Dmitry Vyukov <dvyukov@google.com>
9328 L:      kasan-dev@googlegroups.com
9329 S:      Maintained
9330 F:      Documentation/dev-tools/kcsan.rst
9331 F:      include/linux/kcsan*.h
9332 F:      kernel/kcsan/
9333 F:      lib/Kconfig.kcsan
9334 F:      scripts/Makefile.kcsan
9335
9336 KDUMP
9337 M:      Dave Young <dyoung@redhat.com>
9338 M:      Baoquan He <bhe@redhat.com>
9339 R:      Vivek Goyal <vgoyal@redhat.com>
9340 L:      kexec@lists.infradead.org
9341 S:      Maintained
9342 W:      http://lse.sourceforge.net/kdump/
9343 F:      Documentation/admin-guide/kdump/
9344 F:      fs/proc/vmcore.c
9345 F:      include/linux/crash_core.h
9346 F:      include/linux/crash_dump.h
9347 F:      include/uapi/linux/vmcore.h
9348 F:      kernel/crash_*.c
9349
9350 KEENE FM RADIO TRANSMITTER DRIVER
9351 M:      Hans Verkuil <hverkuil@xs4all.nl>
9352 L:      linux-media@vger.kernel.org
9353 S:      Maintained
9354 W:      https://linuxtv.org
9355 T:      git git://linuxtv.org/media_tree.git
9356 F:      drivers/media/radio/radio-keene*
9357
9358 KERNEL AUTOMOUNTER
9359 M:      Ian Kent <raven@themaw.net>
9360 L:      autofs@vger.kernel.org
9361 S:      Maintained
9362 F:      fs/autofs/
9363
9364 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
9365 M:      Masahiro Yamada <masahiroy@kernel.org>
9366 M:      Michal Marek <michal.lkml@markovi.net>
9367 L:      linux-kbuild@vger.kernel.org
9368 S:      Maintained
9369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
9370 F:      Documentation/kbuild/
9371 F:      Makefile
9372 F:      scripts/*vmlinux*
9373 F:      scripts/Kbuild*
9374 F:      scripts/Makefile*
9375 F:      scripts/basic/
9376 F:      scripts/mk*
9377 F:      scripts/mod/
9378 F:      scripts/package/
9379
9380 KERNEL JANITORS
9381 L:      kernel-janitors@vger.kernel.org
9382 S:      Odd Fixes
9383 W:      http://kernelnewbies.org/KernelJanitors
9384
9385 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
9386 M:      "J. Bruce Fields" <bfields@fieldses.org>
9387 M:      Chuck Lever <chuck.lever@oracle.com>
9388 L:      linux-nfs@vger.kernel.org
9389 S:      Supported
9390 W:      http://nfs.sourceforge.net/
9391 T:      git git://linux-nfs.org/~bfields/linux.git
9392 F:      fs/lockd/
9393 F:      fs/nfs_common/
9394 F:      fs/nfsd/
9395 F:      include/linux/lockd/
9396 F:      include/linux/sunrpc/
9397 F:      include/uapi/linux/nfsd/
9398 F:      include/uapi/linux/sunrpc/
9399 F:      net/sunrpc/
9400
9401 KERNEL SELFTEST FRAMEWORK
9402 M:      Shuah Khan <shuah@kernel.org>
9403 M:      Shuah Khan <skhan@linuxfoundation.org>
9404 L:      linux-kselftest@vger.kernel.org
9405 S:      Maintained
9406 Q:      https://patchwork.kernel.org/project/linux-kselftest/list/
9407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
9408 F:      Documentation/dev-tools/kselftest*
9409 F:      tools/testing/selftests/
9410
9411 KERNEL UNIT TESTING FRAMEWORK (KUnit)
9412 M:      Brendan Higgins <brendanhiggins@google.com>
9413 L:      linux-kselftest@vger.kernel.org
9414 L:      kunit-dev@googlegroups.com
9415 S:      Maintained
9416 W:      https://google.github.io/kunit-docs/third_party/kernel/docs/
9417 F:      Documentation/dev-tools/kunit/
9418 F:      include/kunit/
9419 F:      lib/kunit/
9420 F:      tools/testing/kunit/
9421
9422 KERNEL USERMODE HELPER
9423 M:      Luis Chamberlain <mcgrof@kernel.org>
9424 L:      linux-kernel@vger.kernel.org
9425 S:      Maintained
9426 F:      include/linux/umh.h
9427 F:      kernel/umh.c
9428
9429 KERNEL VIRTUAL MACHINE (KVM)
9430 M:      Paolo Bonzini <pbonzini@redhat.com>
9431 L:      kvm@vger.kernel.org
9432 S:      Supported
9433 W:      http://www.linux-kvm.org
9434 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
9435 F:      Documentation/virt/kvm/
9436 F:      include/asm-generic/kvm*
9437 F:      include/kvm/iodev.h
9438 F:      include/linux/kvm*
9439 F:      include/trace/events/kvm.h
9440 F:      include/uapi/asm-generic/kvm*
9441 F:      include/uapi/linux/kvm*
9442 F:      tools/kvm/
9443 F:      tools/testing/selftests/kvm/
9444 F:      virt/kvm/*
9445
9446 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
9447 M:      Marc Zyngier <maz@kernel.org>
9448 R:      James Morse <james.morse@arm.com>
9449 R:      Julien Thierry <julien.thierry.kdev@gmail.com>
9450 R:      Suzuki K Poulose <suzuki.poulose@arm.com>
9451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9452 L:      kvmarm@lists.cs.columbia.edu
9453 S:      Maintained
9454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
9455 F:      arch/arm64/include/asm/kvm*
9456 F:      arch/arm64/include/uapi/asm/kvm*
9457 F:      arch/arm64/kvm/
9458 F:      include/kvm/arm_*
9459
9460 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
9461 L:      linux-mips@vger.kernel.org
9462 L:      kvm@vger.kernel.org
9463 S:      Orphan
9464 F:      arch/mips/include/asm/kvm*
9465 F:      arch/mips/include/uapi/asm/kvm*
9466 F:      arch/mips/kvm/
9467
9468 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
9469 M:      Paul Mackerras <paulus@ozlabs.org>
9470 L:      kvm-ppc@vger.kernel.org
9471 S:      Supported
9472 W:      http://www.linux-kvm.org/
9473 T:      git git://github.com/agraf/linux-2.6.git
9474 F:      arch/powerpc/include/asm/kvm*
9475 F:      arch/powerpc/include/uapi/asm/kvm*
9476 F:      arch/powerpc/kernel/kvm*
9477 F:      arch/powerpc/kvm/
9478
9479 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
9480 M:      Christian Borntraeger <borntraeger@de.ibm.com>
9481 M:      Janosch Frank <frankja@linux.ibm.com>
9482 R:      David Hildenbrand <david@redhat.com>
9483 R:      Cornelia Huck <cohuck@redhat.com>
9484 R:      Claudio Imbrenda <imbrenda@linux.ibm.com>
9485 L:      kvm@vger.kernel.org
9486 S:      Supported
9487 W:      http://www.ibm.com/developerworks/linux/linux390/
9488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
9489 F:      Documentation/virt/kvm/s390*
9490 F:      arch/s390/include/asm/gmap.h
9491 F:      arch/s390/include/asm/kvm*
9492 F:      arch/s390/include/uapi/asm/kvm*
9493 F:      arch/s390/kvm/
9494 F:      arch/s390/mm/gmap.c
9495 F:      tools/testing/selftests/kvm/*/s390x/
9496 F:      tools/testing/selftests/kvm/s390x/
9497
9498 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
9499 M:      Paolo Bonzini <pbonzini@redhat.com>
9500 R:      Sean Christopherson <sean.j.christopherson@intel.com>
9501 R:      Vitaly Kuznetsov <vkuznets@redhat.com>
9502 R:      Wanpeng Li <wanpengli@tencent.com>
9503 R:      Jim Mattson <jmattson@google.com>
9504 R:      Joerg Roedel <joro@8bytes.org>
9505 L:      kvm@vger.kernel.org
9506 S:      Supported
9507 W:      http://www.linux-kvm.org
9508 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
9509 F:      arch/x86/include/asm/kvm*
9510 F:      arch/x86/include/asm/pvclock-abi.h
9511 F:      arch/x86/include/asm/svm.h
9512 F:      arch/x86/include/asm/vmx*.h
9513 F:      arch/x86/include/uapi/asm/kvm*
9514 F:      arch/x86/include/uapi/asm/svm.h
9515 F:      arch/x86/include/uapi/asm/vmx.h
9516 F:      arch/x86/kernel/kvm.c
9517 F:      arch/x86/kernel/kvmclock.c
9518 F:      arch/x86/kvm/
9519 F:      arch/x86/kvm/*/
9520
9521 KERNFS
9522 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9523 M:      Tejun Heo <tj@kernel.org>
9524 S:      Supported
9525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9526 F:      fs/kernfs/
9527 F:      include/linux/kernfs.h
9528
9529 KEXEC
9530 M:      Eric Biederman <ebiederm@xmission.com>
9531 L:      kexec@lists.infradead.org
9532 S:      Maintained
9533 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
9534 F:      include/linux/kexec.h
9535 F:      include/uapi/linux/kexec.h
9536 F:      kernel/kexec*
9537
9538 KEYS-ENCRYPTED
9539 M:      Mimi Zohar <zohar@linux.ibm.com>
9540 L:      linux-integrity@vger.kernel.org
9541 L:      keyrings@vger.kernel.org
9542 S:      Supported
9543 F:      Documentation/security/keys/trusted-encrypted.rst
9544 F:      include/keys/encrypted-type.h
9545 F:      security/keys/encrypted-keys/
9546
9547 KEYS-TRUSTED
9548 M:      James Bottomley <jejb@linux.ibm.com>
9549 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
9550 M:      Mimi Zohar <zohar@linux.ibm.com>
9551 L:      linux-integrity@vger.kernel.org
9552 L:      keyrings@vger.kernel.org
9553 S:      Supported
9554 F:      Documentation/security/keys/trusted-encrypted.rst
9555 F:      include/keys/trusted-type.h
9556 F:      include/keys/trusted_tpm.h
9557 F:      security/keys/trusted-keys/
9558
9559 KEYS/KEYRINGS
9560 M:      David Howells <dhowells@redhat.com>
9561 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
9562 L:      keyrings@vger.kernel.org
9563 S:      Maintained
9564 F:      Documentation/security/keys/core.rst
9565 F:      include/keys/
9566 F:      include/linux/key-type.h
9567 F:      include/linux/key.h
9568 F:      include/linux/keyctl.h
9569 F:      include/uapi/linux/keyctl.h
9570 F:      security/keys/
9571
9572 KFIFO
9573 M:      Stefani Seibold <stefani@seibold.net>
9574 S:      Maintained
9575 F:      include/linux/kfifo.h
9576 F:      lib/kfifo.c
9577 F:      samples/kfifo/
9578
9579 KGDB / KDB /debug_core
9580 M:      Jason Wessel <jason.wessel@windriver.com>
9581 M:      Daniel Thompson <daniel.thompson@linaro.org>
9582 R:      Douglas Anderson <dianders@chromium.org>
9583 L:      kgdb-bugreport@lists.sourceforge.net
9584 S:      Maintained
9585 W:      http://kgdb.wiki.kernel.org/
9586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
9587 F:      Documentation/dev-tools/kgdb.rst
9588 F:      drivers/misc/kgdbts.c
9589 F:      drivers/tty/serial/kgdboc.c
9590 F:      include/linux/kdb.h
9591 F:      include/linux/kgdb.h
9592 F:      kernel/debug/
9593
9594 KMEMLEAK
9595 M:      Catalin Marinas <catalin.marinas@arm.com>
9596 S:      Maintained
9597 F:      Documentation/dev-tools/kmemleak.rst
9598 F:      include/linux/kmemleak.h
9599 F:      mm/kmemleak-test.c
9600 F:      mm/kmemleak.c
9601
9602 KMOD KERNEL MODULE LOADER - USERMODE HELPER
9603 M:      Luis Chamberlain <mcgrof@kernel.org>
9604 L:      linux-kernel@vger.kernel.org
9605 S:      Maintained
9606 F:      include/linux/kmod.h
9607 F:      kernel/kmod.c
9608 F:      lib/test_kmod.c
9609 F:      tools/testing/selftests/kmod/
9610
9611 KPROBES
9612 M:      Naveen N. Rao <naveen.n.rao@linux.ibm.com>
9613 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
9614 M:      "David S. Miller" <davem@davemloft.net>
9615 M:      Masami Hiramatsu <mhiramat@kernel.org>
9616 S:      Maintained
9617 F:      Documentation/kprobes.txt
9618 F:      include/asm-generic/kprobes.h
9619 F:      include/linux/kprobes.h
9620 F:      kernel/kprobes.c
9621
9622 KS0108 LCD CONTROLLER DRIVER
9623 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
9624 S:      Maintained
9625 F:      Documentation/admin-guide/auxdisplay/ks0108.rst
9626 F:      drivers/auxdisplay/ks0108.c
9627 F:      include/linux/ks0108.h
9628
9629 L3MDEV
9630 M:      David Ahern <dsahern@kernel.org>
9631 L:      netdev@vger.kernel.org
9632 S:      Maintained
9633 F:      include/net/l3mdev.h
9634 F:      net/l3mdev
9635
9636 L7 BPF FRAMEWORK
9637 M:      John Fastabend <john.fastabend@gmail.com>
9638 M:      Daniel Borkmann <daniel@iogearbox.net>
9639 M:      Jakub Sitnicki <jakub@cloudflare.com>
9640 M:      Lorenz Bauer <lmb@cloudflare.com>
9641 L:      netdev@vger.kernel.org
9642 L:      bpf@vger.kernel.org
9643 S:      Maintained
9644 F:      include/linux/skmsg.h
9645 F:      net/core/skmsg.c
9646 F:      net/core/sock_map.c
9647 F:      net/ipv4/tcp_bpf.c
9648 F:      net/ipv4/udp_bpf.c
9649
9650 LANTIQ / INTEL Ethernet drivers
9651 M:      Hauke Mehrtens <hauke@hauke-m.de>
9652 L:      netdev@vger.kernel.org
9653 S:      Maintained
9654 F:      drivers/net/dsa/lantiq_gswip.c
9655 F:      drivers/net/dsa/lantiq_pce.h
9656 F:      drivers/net/ethernet/lantiq_xrx200.c
9657 F:      net/dsa/tag_gswip.c
9658
9659 LANTIQ MIPS ARCHITECTURE
9660 M:      John Crispin <john@phrozen.org>
9661 L:      linux-mips@vger.kernel.org
9662 S:      Maintained
9663 F:      arch/mips/lantiq
9664 F:      drivers/soc/lantiq
9665
9666 LAPB module
9667 L:      linux-x25@vger.kernel.org
9668 S:      Orphan
9669 F:      Documentation/networking/lapb-module.rst
9670 F:      include/*/lapb.h
9671 F:      net/lapb/
9672
9673 LASI 53c700 driver for PARISC
9674 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9675 L:      linux-scsi@vger.kernel.org
9676 S:      Maintained
9677 F:      Documentation/scsi/53c700.rst
9678 F:      drivers/scsi/53c700*
9679
9680 LEAKING_ADDRESSES
9681 M:      Tobin C. Harding <me@tobin.cc>
9682 M:      Tycho Andersen <tycho@tycho.ws>
9683 L:      kernel-hardening@lists.openwall.com
9684 S:      Maintained
9685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
9686 F:      scripts/leaking_addresses.pl
9687
9688 LED SUBSYSTEM
9689 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
9690 M:      Pavel Machek <pavel@ucw.cz>
9691 R:      Dan Murphy <dmurphy@ti.com>
9692 L:      linux-leds@vger.kernel.org
9693 S:      Maintained
9694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
9695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds.git
9696 F:      Documentation/devicetree/bindings/leds/
9697 F:      drivers/leds/
9698 F:      include/linux/leds.h
9699
9700 LEGACY EEPROM DRIVER
9701 M:      Jean Delvare <jdelvare@suse.com>
9702 S:      Maintained
9703 F:      Documentation/misc-devices/eeprom.rst
9704 F:      drivers/misc/eeprom/eeprom.c
9705
9706 LEGO MINDSTORMS EV3
9707 R:      David Lechner <david@lechnology.com>
9708 S:      Maintained
9709 F:      Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt
9710 F:      arch/arm/boot/dts/da850-lego-ev3.dts
9711 F:      drivers/power/supply/lego_ev3_battery.c
9712
9713 LEGO USB Tower driver
9714 M:      Juergen Stuber <starblue@users.sourceforge.net>
9715 L:      legousb-devel@lists.sourceforge.net
9716 S:      Maintained
9717 W:      http://legousb.sourceforge.net/
9718 F:      drivers/usb/misc/legousbtower.c
9719
9720 LG LAPTOP EXTRAS
9721 M:      Matan Ziv-Av <matan@svgalib.org>
9722 L:      platform-driver-x86@vger.kernel.org
9723 S:      Maintained
9724 F:      Documentation/ABI/testing/sysfs-platform-lg-laptop
9725 F:      Documentation/admin-guide/laptops/lg-laptop.rst
9726 F:      drivers/platform/x86/lg-laptop.c
9727
9728 LG2160 MEDIA DRIVER
9729 M:      Michael Krufky <mkrufky@linuxtv.org>
9730 L:      linux-media@vger.kernel.org
9731 S:      Maintained
9732 W:      https://linuxtv.org
9733 W:      http://github.com/mkrufky
9734 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9735 T:      git git://linuxtv.org/mkrufky/tuners.git
9736 F:      drivers/media/dvb-frontends/lg2160.*
9737
9738 LGDT3305 MEDIA DRIVER
9739 M:      Michael Krufky <mkrufky@linuxtv.org>
9740 L:      linux-media@vger.kernel.org
9741 S:      Maintained
9742 W:      https://linuxtv.org
9743 W:      http://github.com/mkrufky
9744 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9745 T:      git git://linuxtv.org/mkrufky/tuners.git
9746 F:      drivers/media/dvb-frontends/lgdt3305.*
9747
9748 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
9749 M:      Viresh Kumar <vireshk@kernel.org>
9750 L:      linux-ide@vger.kernel.org
9751 S:      Maintained
9752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9753 F:      drivers/ata/pata_arasan_cf.c
9754 F:      include/linux/pata_arasan_cf_data.h
9755
9756 LIBATA PATA DRIVERS
9757 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9758 M:      Jens Axboe <axboe@kernel.dk>
9759 L:      linux-ide@vger.kernel.org
9760 S:      Maintained
9761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9762 F:      drivers/ata/ata_generic.c
9763 F:      drivers/ata/pata_*.c
9764
9765 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
9766 M:      Linus Walleij <linus.walleij@linaro.org>
9767 L:      linux-ide@vger.kernel.org
9768 S:      Maintained
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9770 F:      drivers/ata/pata_ftide010.c
9771 F:      drivers/ata/sata_gemini.c
9772 F:      drivers/ata/sata_gemini.h
9773
9774 LIBATA SATA AHCI PLATFORM devices support
9775 M:      Hans de Goede <hdegoede@redhat.com>
9776 M:      Jens Axboe <axboe@kernel.dk>
9777 L:      linux-ide@vger.kernel.org
9778 S:      Maintained
9779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9780 F:      drivers/ata/ahci_platform.c
9781 F:      drivers/ata/libahci_platform.c
9782 F:      include/linux/ahci_platform.h
9783
9784 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
9785 M:      Mikael Pettersson <mikpelinux@gmail.com>
9786 L:      linux-ide@vger.kernel.org
9787 S:      Maintained
9788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9789 F:      drivers/ata/sata_promise.*
9790
9791 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
9792 M:      Jens Axboe <axboe@kernel.dk>
9793 L:      linux-ide@vger.kernel.org
9794 S:      Maintained
9795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9796 F:      Documentation/devicetree/bindings/ata/
9797 F:      drivers/ata/
9798 F:      include/linux/ata.h
9799 F:      include/linux/libata.h
9800
9801 LIBLOCKDEP
9802 M:      Sasha Levin <alexander.levin@microsoft.com>
9803 S:      Maintained
9804 F:      tools/lib/lockdep/
9805
9806 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
9807 M:      Dan Williams <dan.j.williams@intel.com>
9808 M:      Vishal Verma <vishal.l.verma@intel.com>
9809 M:      Dave Jiang <dave.jiang@intel.com>
9810 L:      linux-nvdimm@lists.01.org
9811 S:      Supported
9812 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9813 P:      Documentation/nvdimm/maintainer-entry-profile.rst
9814 F:      drivers/nvdimm/blk.c
9815 F:      drivers/nvdimm/region_devs.c
9816
9817 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
9818 M:      Vishal Verma <vishal.l.verma@intel.com>
9819 M:      Dan Williams <dan.j.williams@intel.com>
9820 M:      Dave Jiang <dave.jiang@intel.com>
9821 L:      linux-nvdimm@lists.01.org
9822 S:      Supported
9823 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9824 P:      Documentation/nvdimm/maintainer-entry-profile.rst
9825 F:      drivers/nvdimm/btt*
9826
9827 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
9828 M:      Dan Williams <dan.j.williams@intel.com>
9829 M:      Vishal Verma <vishal.l.verma@intel.com>
9830 M:      Dave Jiang <dave.jiang@intel.com>
9831 L:      linux-nvdimm@lists.01.org
9832 S:      Supported
9833 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9834 P:      Documentation/nvdimm/maintainer-entry-profile.rst
9835 F:      drivers/nvdimm/pmem*
9836
9837 LIBNVDIMM: DEVICETREE BINDINGS
9838 M:      Oliver O'Halloran <oohall@gmail.com>
9839 L:      linux-nvdimm@lists.01.org
9840 S:      Supported
9841 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9842 F:      Documentation/devicetree/bindings/pmem/pmem-region.txt
9843 F:      drivers/nvdimm/of_pmem.c
9844
9845 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
9846 M:      Dan Williams <dan.j.williams@intel.com>
9847 M:      Vishal Verma <vishal.l.verma@intel.com>
9848 M:      Dave Jiang <dave.jiang@intel.com>
9849 M:      Ira Weiny <ira.weiny@intel.com>
9850 L:      linux-nvdimm@lists.01.org
9851 S:      Supported
9852 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
9853 P:      Documentation/nvdimm/maintainer-entry-profile.rst
9854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
9855 F:      drivers/acpi/nfit/*
9856 F:      drivers/nvdimm/*
9857 F:      include/linux/libnvdimm.h
9858 F:      include/linux/nd.h
9859 F:      include/uapi/linux/ndctl.h
9860 F:      tools/testing/nvdimm/
9861
9862 LICENSES and SPDX stuff
9863 M:      Thomas Gleixner <tglx@linutronix.de>
9864 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9865 L:      linux-spdx@vger.kernel.org
9866 S:      Maintained
9867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git
9868 F:      COPYING
9869 F:      Documentation/process/license-rules.rst
9870 F:      LICENSES/
9871 F:      scripts/spdxcheck-test.sh
9872 F:      scripts/spdxcheck.py
9873
9874 LIGHTNVM PLATFORM SUPPORT
9875 M:      Matias Bjorling <mb@lightnvm.io>
9876 L:      linux-block@vger.kernel.org
9877 S:      Maintained
9878 W:      http://github/OpenChannelSSD
9879 F:      drivers/lightnvm/
9880 F:      include/linux/lightnvm.h
9881 F:      include/uapi/linux/lightnvm.h
9882
9883 LINEAR RANGES HELPERS
9884 M:      Mark Brown <broonie@kernel.org>
9885 R:      Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
9886 F:      lib/linear_ranges.c
9887 F:      lib/test_linear_ranges.c
9888 F:      include/linux/linear_range.h
9889
9890 LINUX FOR POWER MACINTOSH
9891 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9892 L:      linuxppc-dev@lists.ozlabs.org
9893 S:      Odd Fixes
9894 F:      arch/powerpc/platforms/powermac/
9895 F:      drivers/macintosh/
9896
9897 LINUX FOR POWERPC (32-BIT AND 64-BIT)
9898 M:      Michael Ellerman <mpe@ellerman.id.au>
9899 R:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9900 R:      Paul Mackerras <paulus@samba.org>
9901 L:      linuxppc-dev@lists.ozlabs.org
9902 S:      Supported
9903 W:      https://github.com/linuxppc/wiki/wiki
9904 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
9905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
9906 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
9907 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
9908 F:      Documentation/devicetree/bindings/powerpc/
9909 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
9910 F:      Documentation/powerpc/
9911 F:      arch/powerpc/
9912 F:      drivers/*/*/*pasemi*
9913 F:      drivers/*/*pasemi*
9914 F:      drivers/char/tpm/tpm_ibmvtpm*
9915 F:      drivers/crypto/nx/
9916 F:      drivers/crypto/vmx/
9917 F:      drivers/i2c/busses/i2c-opal.c
9918 F:      drivers/net/ethernet/ibm/ibmveth.*
9919 F:      drivers/net/ethernet/ibm/ibmvnic.*
9920 F:      drivers/pci/hotplug/pnv_php.c
9921 F:      drivers/pci/hotplug/rpa*
9922 F:      drivers/rtc/rtc-opal.c
9923 F:      drivers/scsi/ibmvscsi/
9924 F:      drivers/tty/hvc/hvc_opal.c
9925 F:      drivers/watchdog/wdrtas.c
9926 F:      tools/testing/selftests/powerpc
9927 N:      /pmac
9928 N:      powermac
9929 N:      powernv
9930 N:      [^a-z0-9]ps3
9931 N:      pseries
9932
9933 LINUX FOR POWERPC EMBEDDED MPC5XXX
9934 M:      Anatolij Gustschin <agust@denx.de>
9935 L:      linuxppc-dev@lists.ozlabs.org
9936 S:      Odd Fixes
9937 F:      arch/powerpc/platforms/512x/
9938 F:      arch/powerpc/platforms/52xx/
9939
9940 LINUX FOR POWERPC EMBEDDED PPC4XX
9941 L:      linuxppc-dev@lists.ozlabs.org
9942 S:      Orphan
9943 F:      arch/powerpc/platforms/40x/
9944 F:      arch/powerpc/platforms/44x/
9945
9946 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
9947 M:      Scott Wood <oss@buserror.net>
9948 L:      linuxppc-dev@lists.ozlabs.org
9949 S:      Odd fixes
9950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
9951 F:      Documentation/devicetree/bindings/powerpc/fsl/
9952 F:      arch/powerpc/platforms/83xx/
9953 F:      arch/powerpc/platforms/85xx/
9954
9955 LINUX FOR POWERPC EMBEDDED PPC8XX
9956 M:      Christophe Leroy <christophe.leroy@csgroup.eu>
9957 L:      linuxppc-dev@lists.ozlabs.org
9958 S:      Maintained
9959 F:      arch/powerpc/platforms/8xx/
9960
9961 LINUX KERNEL DUMP TEST MODULE (LKDTM)
9962 M:      Kees Cook <keescook@chromium.org>
9963 S:      Maintained
9964 F:      drivers/misc/lkdtm/*
9965 F:      tools/testing/selftests/lkdtm/*
9966
9967 LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
9968 M:      Alan Stern <stern@rowland.harvard.edu>
9969 M:      Andrea Parri <parri.andrea@gmail.com>
9970 M:      Will Deacon <will@kernel.org>
9971 M:      Peter Zijlstra <peterz@infradead.org>
9972 M:      Boqun Feng <boqun.feng@gmail.com>
9973 M:      Nicholas Piggin <npiggin@gmail.com>
9974 M:      David Howells <dhowells@redhat.com>
9975 M:      Jade Alglave <j.alglave@ucl.ac.uk>
9976 M:      Luc Maranget <luc.maranget@inria.fr>
9977 M:      "Paul E. McKenney" <paulmck@kernel.org>
9978 R:      Akira Yokosawa <akiyks@gmail.com>
9979 R:      Daniel Lustig <dlustig@nvidia.com>
9980 L:      linux-kernel@vger.kernel.org
9981 L:      linux-arch@vger.kernel.org
9982 S:      Supported
9983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
9984 F:      Documentation/atomic_bitops.txt
9985 F:      Documentation/atomic_t.txt
9986 F:      Documentation/core-api/atomic_ops.rst
9987 F:      Documentation/core-api/refcount-vs-atomic.rst
9988 F:      Documentation/memory-barriers.txt
9989 F:      tools/memory-model/
9990
9991 LIS3LV02D ACCELEROMETER DRIVER
9992 M:      Eric Piel <eric.piel@tremplin-utc.net>
9993 S:      Maintained
9994 F:      Documentation/misc-devices/lis3lv02d.rst
9995 F:      drivers/misc/lis3lv02d/
9996 F:      drivers/platform/x86/hp_accel.c
9997
9998 LIST KUNIT TEST
9999 M:      David Gow <davidgow@google.com>
10000 L:      linux-kselftest@vger.kernel.org
10001 L:      kunit-dev@googlegroups.com
10002 S:      Maintained
10003 F:      lib/list-test.c
10004
10005 LIVE PATCHING
10006 M:      Josh Poimboeuf <jpoimboe@redhat.com>
10007 M:      Jiri Kosina <jikos@kernel.org>
10008 M:      Miroslav Benes <mbenes@suse.cz>
10009 M:      Petr Mladek <pmladek@suse.com>
10010 R:      Joe Lawrence <joe.lawrence@redhat.com>
10011 L:      live-patching@vger.kernel.org
10012 S:      Maintained
10013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git
10014 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
10015 F:      Documentation/livepatch/
10016 F:      arch/powerpc/include/asm/livepatch.h
10017 F:      arch/s390/include/asm/livepatch.h
10018 F:      arch/x86/include/asm/livepatch.h
10019 F:      include/linux/livepatch.h
10020 F:      kernel/livepatch/
10021 F:      lib/livepatch/
10022 F:      samples/livepatch/
10023 F:      tools/testing/selftests/livepatch/
10024
10025 LLC (802.2)
10026 L:      netdev@vger.kernel.org
10027 S:      Odd fixes
10028 F:      include/linux/llc.h
10029 F:      include/net/llc*
10030 F:      include/uapi/linux/llc.h
10031 F:      net/llc/
10032
10033 LM73 HARDWARE MONITOR DRIVER
10034 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
10035 L:      linux-hwmon@vger.kernel.org
10036 S:      Maintained
10037 F:      drivers/hwmon/lm73.c
10038
10039 LM78 HARDWARE MONITOR DRIVER
10040 M:      Jean Delvare <jdelvare@suse.com>
10041 L:      linux-hwmon@vger.kernel.org
10042 S:      Maintained
10043 F:      Documentation/hwmon/lm78.rst
10044 F:      drivers/hwmon/lm78.c
10045
10046 LM83 HARDWARE MONITOR DRIVER
10047 M:      Jean Delvare <jdelvare@suse.com>
10048 L:      linux-hwmon@vger.kernel.org
10049 S:      Maintained
10050 F:      Documentation/hwmon/lm83.rst
10051 F:      drivers/hwmon/lm83.c
10052
10053 LM90 HARDWARE MONITOR DRIVER
10054 M:      Jean Delvare <jdelvare@suse.com>
10055 L:      linux-hwmon@vger.kernel.org
10056 S:      Maintained
10057 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
10058 F:      Documentation/hwmon/lm90.rst
10059 F:      drivers/hwmon/lm90.c
10060 F:      include/dt-bindings/thermal/lm90.h
10061
10062 LM95234 HARDWARE MONITOR DRIVER
10063 M:      Guenter Roeck <linux@roeck-us.net>
10064 L:      linux-hwmon@vger.kernel.org
10065 S:      Maintained
10066 F:      Documentation/hwmon/lm95234.rst
10067 F:      drivers/hwmon/lm95234.c
10068
10069 LME2510 MEDIA DRIVER
10070 M:      Malcolm Priestley <tvboxspy@gmail.com>
10071 L:      linux-media@vger.kernel.org
10072 S:      Maintained
10073 W:      https://linuxtv.org
10074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10075 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
10076
10077 LOADPIN SECURITY MODULE
10078 M:      Kees Cook <keescook@chromium.org>
10079 S:      Supported
10080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
10081 F:      Documentation/admin-guide/LSM/LoadPin.rst
10082 F:      security/loadpin/
10083
10084 LOCKING PRIMITIVES
10085 M:      Peter Zijlstra <peterz@infradead.org>
10086 M:      Ingo Molnar <mingo@redhat.com>
10087 M:      Will Deacon <will@kernel.org>
10088 L:      linux-kernel@vger.kernel.org
10089 S:      Maintained
10090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
10091 F:      Documentation/locking/
10092 F:      arch/*/include/asm/spinlock*.h
10093 F:      include/linux/lockdep.h
10094 F:      include/linux/mutex*.h
10095 F:      include/linux/rwlock*.h
10096 F:      include/linux/rwsem*.h
10097 F:      include/linux/seqlock.h
10098 F:      include/linux/spinlock*.h
10099 F:      kernel/locking/
10100 F:      lib/locking*.[ch]
10101 X:      kernel/locking/locktorture.c
10102
10103 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
10104 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
10105 L:      linux-ntfs-dev@lists.sourceforge.net
10106 S:      Maintained
10107 W:      http://www.linux-ntfs.org/content/view/19/37/
10108 F:      Documentation/admin-guide/ldm.rst
10109 F:      block/partitions/ldm.*
10110
10111 LOGITECH HID GAMING KEYBOARDS
10112 M:      Hans de Goede <hdegoede@redhat.com>
10113 L:      linux-input@vger.kernel.org
10114 S:      Maintained
10115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
10116 F:      drivers/hid/hid-lg-g15.c
10117
10118 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
10119 M:      Sathya Prakash <sathya.prakash@broadcom.com>
10120 M:      Sreekanth Reddy <sreekanth.reddy@broadcom.com>
10121 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
10122 L:      MPT-FusionLinux.pdl@broadcom.com
10123 L:      linux-scsi@vger.kernel.org
10124 S:      Supported
10125 W:      http://www.avagotech.com/support/
10126 F:      drivers/message/fusion/
10127 F:      drivers/scsi/mpt3sas/
10128
10129 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
10130 M:      Matthew Wilcox <willy@infradead.org>
10131 L:      linux-scsi@vger.kernel.org
10132 S:      Maintained
10133 F:      drivers/scsi/sym53c8xx_2/
10134
10135 LTC1660 DAC DRIVER
10136 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
10137 L:      linux-iio@vger.kernel.org
10138 S:      Maintained
10139 F:      Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
10140 F:      drivers/iio/dac/ltc1660.c
10141
10142 LTC2947 HARDWARE MONITOR DRIVER
10143 M:      Nuno Sá <nuno.sa@analog.com>
10144 L:      linux-hwmon@vger.kernel.org
10145 S:      Supported
10146 W:      http://ez.analog.com/community/linux-device-drivers
10147 F:      Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml
10148 F:      drivers/hwmon/ltc2947-core.c
10149 F:      drivers/hwmon/ltc2947-i2c.c
10150 F:      drivers/hwmon/ltc2947-spi.c
10151 F:      drivers/hwmon/ltc2947.h
10152
10153 LTC2983 IIO TEMPERATURE DRIVER
10154 M:      Nuno Sá <nuno.sa@analog.com>
10155 L:      linux-iio@vger.kernel.org
10156 S:      Supported
10157 W:      http://ez.analog.com/community/linux-device-drivers
10158 F:      Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml
10159 F:      drivers/iio/temperature/ltc2983.c
10160
10161 LTC4261 HARDWARE MONITOR DRIVER
10162 M:      Guenter Roeck <linux@roeck-us.net>
10163 L:      linux-hwmon@vger.kernel.org
10164 S:      Maintained
10165 F:      Documentation/hwmon/ltc4261.rst
10166 F:      drivers/hwmon/ltc4261.c
10167
10168 LTC4306 I2C MULTIPLEXER DRIVER
10169 M:      Michael Hennerich <michael.hennerich@analog.com>
10170 L:      linux-i2c@vger.kernel.org
10171 S:      Supported
10172 W:      http://ez.analog.com/community/linux-device-drivers
10173 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
10174 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
10175
10176 LTP (Linux Test Project)
10177 M:      Mike Frysinger <vapier@gentoo.org>
10178 M:      Cyril Hrubis <chrubis@suse.cz>
10179 M:      Wanlong Gao <wanlong.gao@gmail.com>
10180 M:      Jan Stancek <jstancek@redhat.com>
10181 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
10182 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
10183 L:      ltp@lists.linux.it (subscribers-only)
10184 S:      Maintained
10185 W:      http://linux-test-project.github.io/
10186 T:      git git://github.com/linux-test-project/ltp.git
10187
10188 M68K ARCHITECTURE
10189 M:      Geert Uytterhoeven <geert@linux-m68k.org>
10190 L:      linux-m68k@lists.linux-m68k.org
10191 S:      Maintained
10192 W:      http://www.linux-m68k.org/
10193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
10194 F:      arch/m68k/
10195 F:      drivers/zorro/
10196
10197 M68K ON APPLE MACINTOSH
10198 M:      Joshua Thompson <funaho@jurai.org>
10199 L:      linux-m68k@lists.linux-m68k.org
10200 S:      Maintained
10201 W:      http://www.mac.linux-m68k.org/
10202 F:      arch/m68k/mac/
10203
10204 M68K ON HP9000/300
10205 M:      Philip Blundell <philb@gnu.org>
10206 S:      Maintained
10207 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
10208 F:      arch/m68k/hp300/
10209
10210 M88DS3103 MEDIA DRIVER
10211 M:      Antti Palosaari <crope@iki.fi>
10212 L:      linux-media@vger.kernel.org
10213 S:      Maintained
10214 W:      https://linuxtv.org
10215 W:      http://palosaari.fi/linux/
10216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10217 T:      git git://linuxtv.org/anttip/media_tree.git
10218 F:      drivers/media/dvb-frontends/m88ds3103*
10219
10220 M88RS2000 MEDIA DRIVER
10221 M:      Malcolm Priestley <tvboxspy@gmail.com>
10222 L:      linux-media@vger.kernel.org
10223 S:      Maintained
10224 W:      https://linuxtv.org
10225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10226 F:      drivers/media/dvb-frontends/m88rs2000*
10227
10228 MA901 MASTERKIT USB FM RADIO DRIVER
10229 M:      Alexey Klimov <klimov.linux@gmail.com>
10230 L:      linux-media@vger.kernel.org
10231 S:      Maintained
10232 T:      git git://linuxtv.org/media_tree.git
10233 F:      drivers/media/radio/radio-ma901.c
10234
10235 MAC80211
10236 M:      Johannes Berg <johannes@sipsolutions.net>
10237 L:      linux-wireless@vger.kernel.org
10238 S:      Maintained
10239 W:      https://wireless.wiki.kernel.org/
10240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
10241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
10242 F:      Documentation/networking/mac80211-injection.rst
10243 F:      Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst
10244 F:      drivers/net/wireless/mac80211_hwsim.[ch]
10245 F:      include/net/mac80211.h
10246 F:      net/mac80211/
10247
10248 MAILBOX API
10249 M:      Jassi Brar <jassisinghbrar@gmail.com>
10250 L:      linux-kernel@vger.kernel.org
10251 S:      Maintained
10252 F:      drivers/mailbox/
10253 F:      include/linux/mailbox_client.h
10254 F:      include/linux/mailbox_controller.h
10255
10256 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
10257 M:      Michael Kerrisk <mtk.manpages@gmail.com>
10258 L:      linux-man@vger.kernel.org
10259 S:      Maintained
10260 W:      http://www.kernel.org/doc/man-pages
10261
10262 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
10263 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
10264 L:      linux-mips@vger.kernel.org
10265 S:      Maintained
10266 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
10267
10268 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
10269 M:      Andrew Lunn <andrew@lunn.ch>
10270 M:      Vivien Didelot <vivien.didelot@gmail.com>
10271 L:      netdev@vger.kernel.org
10272 S:      Maintained
10273 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
10274 F:      Documentation/networking/devlink/mv88e6xxx.rst
10275 F:      drivers/net/dsa/mv88e6xxx/
10276 F:      include/linux/platform_data/mv88e6xxx.h
10277
10278 MARVELL ARMADA 3700 PHY DRIVERS
10279 M:      Miquel Raynal <miquel.raynal@bootlin.com>
10280 S:      Maintained
10281 F:      Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt
10282 F:      Documentation/devicetree/bindings/phy/phy-mvebu-utmi.txt
10283 F:      drivers/phy/marvell/phy-mvebu-a3700-comphy.c
10284 F:      drivers/phy/marvell/phy-mvebu-a3700-utmi.c
10285
10286 MARVELL ARMADA DRM SUPPORT
10287 M:      Russell King <linux@armlinux.org.uk>
10288 S:      Maintained
10289 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
10290 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
10291 F:      Documentation/devicetree/bindings/display/armada/
10292 F:      drivers/gpu/drm/armada/
10293 F:      include/uapi/drm/armada_drm.h
10294
10295 MARVELL CRYPTO DRIVER
10296 M:      Boris Brezillon <bbrezillon@kernel.org>
10297 M:      Arnaud Ebalard <arno@natisbad.org>
10298 M:      Srujana Challa <schalla@marvell.com>
10299 L:      linux-crypto@vger.kernel.org
10300 S:      Maintained
10301 F:      drivers/crypto/marvell/
10302
10303 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
10304 M:      Mirko Lindner <mlindner@marvell.com>
10305 M:      Stephen Hemminger <stephen@networkplumber.org>
10306 L:      netdev@vger.kernel.org
10307 S:      Maintained
10308 F:      drivers/net/ethernet/marvell/sk*
10309
10310 MARVELL LIBERTAS WIRELESS DRIVER
10311 L:      libertas-dev@lists.infradead.org
10312 S:      Orphan
10313 F:      drivers/net/wireless/marvell/libertas/
10314
10315 MARVELL MACCHIATOBIN SUPPORT
10316 M:      Russell King <linux@armlinux.org.uk>
10317 L:      linux-arm-kernel@lists.infradead.org
10318 S:      Maintained
10319 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
10320
10321 MARVELL MV643XX ETHERNET DRIVER
10322 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
10323 L:      netdev@vger.kernel.org
10324 S:      Maintained
10325 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
10326 F:      include/linux/mv643xx.h
10327
10328 MARVELL MV88X3310 PHY DRIVER
10329 M:      Russell King <linux@armlinux.org.uk>
10330 L:      netdev@vger.kernel.org
10331 S:      Maintained
10332 F:      drivers/net/phy/marvell10g.c
10333
10334 MARVELL MVEBU THERMAL DRIVER
10335 M:      Miquel Raynal <miquel.raynal@bootlin.com>
10336 S:      Maintained
10337 F:      drivers/thermal/armada_thermal.c
10338
10339 MARVELL MVNETA ETHERNET DRIVER
10340 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10341 L:      netdev@vger.kernel.org
10342 S:      Maintained
10343 F:      drivers/net/ethernet/marvell/mvneta.*
10344
10345 MARVELL MWIFIEX WIRELESS DRIVER
10346 M:      Amitkumar Karwar <amitkarwar@gmail.com>
10347 M:      Ganapathi Bhat <ganapathi.bhat@nxp.com>
10348 M:      Xinming Hu <huxinming820@gmail.com>
10349 L:      linux-wireless@vger.kernel.org
10350 S:      Maintained
10351 F:      drivers/net/wireless/marvell/mwifiex/
10352
10353 MARVELL MWL8K WIRELESS DRIVER
10354 M:      Lennert Buytenhek <buytenh@wantstofly.org>
10355 L:      linux-wireless@vger.kernel.org
10356 S:      Odd Fixes
10357 F:      drivers/net/wireless/marvell/mwl8k.c
10358
10359 MARVELL NAND CONTROLLER DRIVER
10360 M:      Miquel Raynal <miquel.raynal@bootlin.com>
10361 L:      linux-mtd@lists.infradead.org
10362 S:      Maintained
10363 F:      Documentation/devicetree/bindings/mtd/marvell-nand.txt
10364 F:      drivers/mtd/nand/raw/marvell_nand.c
10365
10366 MARVELL OCTEONTX2 PHYSICAL FUNCTION DRIVER
10367 M:      Sunil Goutham <sgoutham@marvell.com>
10368 M:      Geetha sowjanya <gakula@marvell.com>
10369 M:      Subbaraya Sundeep <sbhatta@marvell.com>
10370 M:      hariprasad <hkelam@marvell.com>
10371 L:      netdev@vger.kernel.org
10372 S:      Supported
10373 F:      drivers/net/ethernet/marvell/octeontx2/nic/
10374
10375 MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER
10376 M:      Sunil Goutham <sgoutham@marvell.com>
10377 M:      Linu Cherian <lcherian@marvell.com>
10378 M:      Geetha sowjanya <gakula@marvell.com>
10379 M:      Jerin Jacob <jerinj@marvell.com>
10380 L:      netdev@vger.kernel.org
10381 S:      Supported
10382 F:      Documentation/networking/device_drivers/marvell/octeontx2.rst
10383 F:      drivers/net/ethernet/marvell/octeontx2/af/
10384
10385 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
10386 M:      Nicolas Pitre <nico@fluxnic.net>
10387 S:      Odd Fixes
10388 F:      drivers/mmc/host/mvsdio.*
10389
10390 MARVELL USB MDIO CONTROLLER DRIVER
10391 M:      Tobias Waldekranz <tobias@waldekranz.com>
10392 L:      netdev@vger.kernel.org
10393 S:      Maintained
10394 F:      Documentation/devicetree/bindings/net/marvell,mvusb.yaml
10395 F:      drivers/net/phy/mdio-mvusb.c
10396
10397 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
10398 M:      Hu Ziji <huziji@marvell.com>
10399 L:      linux-mmc@vger.kernel.org
10400 S:      Supported
10401 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
10402 F:      drivers/mmc/host/sdhci-xenon*
10403
10404 MATROX FRAMEBUFFER DRIVER
10405 L:      linux-fbdev@vger.kernel.org
10406 S:      Orphan
10407 F:      drivers/video/fbdev/matrox/matroxfb_*
10408 F:      include/uapi/linux/matroxfb.h
10409
10410 MAX16065 HARDWARE MONITOR DRIVER
10411 M:      Guenter Roeck <linux@roeck-us.net>
10412 L:      linux-hwmon@vger.kernel.org
10413 S:      Maintained
10414 F:      Documentation/hwmon/max16065.rst
10415 F:      drivers/hwmon/max16065.c
10416
10417 MAX2175 SDR TUNER DRIVER
10418 M:      Ramesh Shanmugasundaram <rashanmu@gmail.com>
10419 L:      linux-media@vger.kernel.org
10420 S:      Maintained
10421 T:      git git://linuxtv.org/media_tree.git
10422 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
10423 F:      Documentation/userspace-api/media/drivers/max2175.rst
10424 F:      drivers/media/i2c/max2175*
10425 F:      include/uapi/linux/max2175.h
10426
10427 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
10428 L:      linux-hwmon@vger.kernel.org
10429 S:      Orphan
10430 F:      Documentation/hwmon/max6650.rst
10431 F:      drivers/hwmon/max6650.c
10432
10433 MAX6697 HARDWARE MONITOR DRIVER
10434 M:      Guenter Roeck <linux@roeck-us.net>
10435 L:      linux-hwmon@vger.kernel.org
10436 S:      Maintained
10437 F:      Documentation/devicetree/bindings/hwmon/max6697.txt
10438 F:      Documentation/hwmon/max6697.rst
10439 F:      drivers/hwmon/max6697.c
10440 F:      include/linux/platform_data/max6697.h
10441
10442 MAX9860 MONO AUDIO VOICE CODEC DRIVER
10443 M:      Peter Rosin <peda@axentia.se>
10444 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10445 S:      Maintained
10446 F:      Documentation/devicetree/bindings/sound/max9860.txt
10447 F:      sound/soc/codecs/max9860.*
10448
10449 MAXBOTIX ULTRASONIC RANGER IIO DRIVER
10450 M:      Andreas Klinger <ak@it-klinger.de>
10451 L:      linux-iio@vger.kernel.org
10452 S:      Maintained
10453 F:      Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
10454 F:      drivers/iio/proximity/mb1232.c
10455
10456 MAXIM MAX77650 PMIC MFD DRIVER
10457 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
10458 L:      linux-kernel@vger.kernel.org
10459 S:      Maintained
10460 F:      Documentation/devicetree/bindings/*/*max77650.yaml
10461 F:      Documentation/devicetree/bindings/*/max77650*.yaml
10462 F:      drivers/gpio/gpio-max77650.c
10463 F:      drivers/input/misc/max77650-onkey.c
10464 F:      drivers/leds/leds-max77650.c
10465 F:      drivers/mfd/max77650.c
10466 F:      drivers/power/supply/max77650-charger.c
10467 F:      drivers/regulator/max77650-regulator.c
10468 F:      include/linux/mfd/max77650.h
10469
10470 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
10471 M:      Javier Martinez Canillas <javier@dowhile0.org>
10472 L:      linux-kernel@vger.kernel.org
10473 S:      Supported
10474 F:      Documentation/devicetree/bindings/*/*max77802.txt
10475 F:      drivers/regulator/max77802-regulator.c
10476 F:      include/dt-bindings/*/*max77802.h
10477
10478 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
10479 M:      Krzysztof Kozlowski <krzk@kernel.org>
10480 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10481 L:      linux-pm@vger.kernel.org
10482 S:      Supported
10483 F:      drivers/power/supply/max14577_charger.c
10484 F:      drivers/power/supply/max77693_charger.c
10485
10486 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
10487 M:      Chanwoo Choi <cw00.choi@samsung.com>
10488 M:      Krzysztof Kozlowski <krzk@kernel.org>
10489 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
10490 L:      linux-kernel@vger.kernel.org
10491 S:      Supported
10492 F:      Documentation/devicetree/bindings/*/max77686.txt
10493 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
10494 F:      Documentation/devicetree/bindings/mfd/max14577.txt
10495 F:      Documentation/devicetree/bindings/mfd/max77693.txt
10496 F:      drivers/*/max14577*.c
10497 F:      drivers/*/max77686*.c
10498 F:      drivers/*/max77693*.c
10499 F:      drivers/clk/clk-max77686.c
10500 F:      drivers/extcon/extcon-max14577.c
10501 F:      drivers/extcon/extcon-max77693.c
10502 F:      drivers/rtc/rtc-max77686.c
10503 F:      include/linux/mfd/max14577*.h
10504 F:      include/linux/mfd/max77686*.h
10505 F:      include/linux/mfd/max77693*.h
10506
10507 MAXIRADIO FM RADIO RECEIVER DRIVER
10508 M:      Hans Verkuil <hverkuil@xs4all.nl>
10509 L:      linux-media@vger.kernel.org
10510 S:      Maintained
10511 W:      https://linuxtv.org
10512 T:      git git://linuxtv.org/media_tree.git
10513 F:      drivers/media/radio/radio-maxiradio*
10514
10515 MCAN MMIO DEVICE DRIVER
10516 M:      Dan Murphy <dmurphy@ti.com>
10517 M:      Sriram Dash <sriram.dash@samsung.com>
10518 L:      linux-can@vger.kernel.org
10519 S:      Maintained
10520 F:      Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
10521 F:      drivers/net/can/m_can/m_can.c
10522 F:      drivers/net/can/m_can/m_can.h
10523 F:      drivers/net/can/m_can/m_can_platform.c
10524
10525 MCP2221A MICROCHIP USB-HID TO I2C BRIDGE DRIVER
10526 M:      Rishi Gupta <gupt21@gmail.com>
10527 L:      linux-i2c@vger.kernel.org
10528 L:      linux-input@vger.kernel.org
10529 S:      Maintained
10530 F:      drivers/hid/hid-mcp2221.c
10531
10532 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
10533 M:      Peter Rosin <peda@axentia.se>
10534 L:      linux-iio@vger.kernel.org
10535 S:      Maintained
10536 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
10537 F:      drivers/iio/potentiometer/mcp4018.c
10538 F:      drivers/iio/potentiometer/mcp4531.c
10539
10540 MCR20A IEEE-802.15.4 RADIO DRIVER
10541 M:      Xue Liu <liuxuenetmail@gmail.com>
10542 L:      linux-wpan@vger.kernel.org
10543 S:      Maintained
10544 W:      https://github.com/xueliu/mcr20a-linux
10545 F:      Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
10546 F:      drivers/net/ieee802154/mcr20a.c
10547 F:      drivers/net/ieee802154/mcr20a.h
10548
10549 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
10550 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
10551 L:      linux-iio@vger.kernel.org
10552 S:      Maintained
10553 F:      drivers/iio/dac/cio-dac.c
10554
10555 MEDIA CONTROLLER FRAMEWORK
10556 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
10557 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10558 L:      linux-media@vger.kernel.org
10559 S:      Supported
10560 W:      https://www.linuxtv.org
10561 T:      git git://linuxtv.org/media_tree.git
10562 F:      drivers/media/mc/
10563 F:      include/media/media-*.h
10564 F:      include/uapi/linux/media.h
10565
10566 MEDIA DRIVER FOR FREESCALE IMX PXP
10567 M:      Philipp Zabel <p.zabel@pengutronix.de>
10568 L:      linux-media@vger.kernel.org
10569 S:      Maintained
10570 T:      git git://linuxtv.org/media_tree.git
10571 F:      drivers/media/platform/imx-pxp.[ch]
10572
10573 MEDIA DRIVERS FOR ASCOT2E
10574 M:      Sergey Kozlov <serjk@netup.ru>
10575 M:      Abylay Ospan <aospan@netup.ru>
10576 L:      linux-media@vger.kernel.org
10577 S:      Supported
10578 W:      https://linuxtv.org
10579 W:      http://netup.tv/
10580 T:      git git://linuxtv.org/media_tree.git
10581 F:      drivers/media/dvb-frontends/ascot2e*
10582
10583 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
10584 M:      Jasmin Jessich <jasmin@anw.at>
10585 L:      linux-media@vger.kernel.org
10586 S:      Maintained
10587 W:      https://linuxtv.org
10588 T:      git git://linuxtv.org/media_tree.git
10589 F:      drivers/media/dvb-frontends/cxd2099*
10590
10591 MEDIA DRIVERS FOR CXD2841ER
10592 M:      Sergey Kozlov <serjk@netup.ru>
10593 M:      Abylay Ospan <aospan@netup.ru>
10594 L:      linux-media@vger.kernel.org
10595 S:      Supported
10596 W:      https://linuxtv.org
10597 W:      http://netup.tv/
10598 T:      git git://linuxtv.org/media_tree.git
10599 F:      drivers/media/dvb-frontends/cxd2841er*
10600
10601 MEDIA DRIVERS FOR CXD2880
10602 M:      Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
10603 L:      linux-media@vger.kernel.org
10604 S:      Supported
10605 W:      http://linuxtv.org/
10606 T:      git git://linuxtv.org/media_tree.git
10607 F:      drivers/media/dvb-frontends/cxd2880/*
10608 F:      drivers/media/spi/cxd2880*
10609
10610 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
10611 L:      linux-media@vger.kernel.org
10612 S:      Orphan
10613 W:      https://linuxtv.org
10614 T:      git git://linuxtv.org/media_tree.git
10615 F:      drivers/media/pci/ddbridge/*
10616
10617 MEDIA DRIVERS FOR FREESCALE IMX
10618 M:      Steve Longerbeam <slongerbeam@gmail.com>
10619 M:      Philipp Zabel <p.zabel@pengutronix.de>
10620 L:      linux-media@vger.kernel.org
10621 S:      Maintained
10622 T:      git git://linuxtv.org/media_tree.git
10623 F:      Documentation/admin-guide/media/imx.rst
10624 F:      Documentation/devicetree/bindings/media/imx.txt
10625 F:      drivers/staging/media/imx/
10626 F:      include/linux/imx-media.h
10627 F:      include/media/imx.h
10628
10629 MEDIA DRIVERS FOR FREESCALE IMX7
10630 M:      Rui Miguel Silva <rmfrfs@gmail.com>
10631 L:      linux-media@vger.kernel.org
10632 S:      Maintained
10633 T:      git git://linuxtv.org/media_tree.git
10634 F:      Documentation/admin-guide/media/imx7.rst
10635 F:      Documentation/devicetree/bindings/media/imx7-csi.txt
10636 F:      Documentation/devicetree/bindings/media/imx7-mipi-csi2.txt
10637 F:      drivers/staging/media/imx/imx7-media-csi.c
10638 F:      drivers/staging/media/imx/imx7-mipi-csis.c
10639
10640 MEDIA DRIVERS FOR HELENE
10641 M:      Abylay Ospan <aospan@netup.ru>
10642 L:      linux-media@vger.kernel.org
10643 S:      Supported
10644 W:      https://linuxtv.org
10645 W:      http://netup.tv/
10646 T:      git git://linuxtv.org/media_tree.git
10647 F:      drivers/media/dvb-frontends/helene*
10648
10649 MEDIA DRIVERS FOR HORUS3A
10650 M:      Sergey Kozlov <serjk@netup.ru>
10651 M:      Abylay Ospan <aospan@netup.ru>
10652 L:      linux-media@vger.kernel.org
10653 S:      Supported
10654 W:      https://linuxtv.org
10655 W:      http://netup.tv/
10656 T:      git git://linuxtv.org/media_tree.git
10657 F:      drivers/media/dvb-frontends/horus3a*
10658
10659 MEDIA DRIVERS FOR LNBH25
10660 M:      Sergey Kozlov <serjk@netup.ru>
10661 M:      Abylay Ospan <aospan@netup.ru>
10662 L:      linux-media@vger.kernel.org
10663 S:      Supported
10664 W:      https://linuxtv.org
10665 W:      http://netup.tv/
10666 T:      git git://linuxtv.org/media_tree.git
10667 F:      drivers/media/dvb-frontends/lnbh25*
10668
10669 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
10670 L:      linux-media@vger.kernel.org
10671 S:      Orphan
10672 W:      https://linuxtv.org
10673 T:      git git://linuxtv.org/media_tree.git
10674 F:      drivers/media/dvb-frontends/mxl5xx*
10675
10676 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
10677 M:      Sergey Kozlov <serjk@netup.ru>
10678 M:      Abylay Ospan <aospan@netup.ru>
10679 L:      linux-media@vger.kernel.org
10680 S:      Supported
10681 W:      https://linuxtv.org
10682 W:      http://netup.tv/
10683 T:      git git://linuxtv.org/media_tree.git
10684 F:      drivers/media/pci/netup_unidvb/*
10685
10686 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
10687 M:      Dmitry Osipenko <digetx@gmail.com>
10688 L:      linux-media@vger.kernel.org
10689 L:      linux-tegra@vger.kernel.org
10690 S:      Maintained
10691 T:      git git://linuxtv.org/media_tree.git
10692 F:      Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
10693 F:      drivers/staging/media/tegra-vde/
10694
10695 MEDIA DRIVERS FOR RENESAS - CEU
10696 M:      Jacopo Mondi <jacopo@jmondi.org>
10697 L:      linux-media@vger.kernel.org
10698 L:      linux-renesas-soc@vger.kernel.org
10699 S:      Supported
10700 T:      git git://linuxtv.org/media_tree.git
10701 F:      Documentation/devicetree/bindings/media/renesas,ceu.yaml
10702 F:      drivers/media/platform/renesas-ceu.c
10703 F:      include/media/drv-intf/renesas-ceu.h
10704
10705 MEDIA DRIVERS FOR RENESAS - DRIF
10706 M:      Ramesh Shanmugasundaram <rashanmu@gmail.com>
10707 L:      linux-media@vger.kernel.org
10708 L:      linux-renesas-soc@vger.kernel.org
10709 S:      Supported
10710 T:      git git://linuxtv.org/media_tree.git
10711 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
10712 F:      drivers/media/platform/rcar_drif.c
10713
10714 MEDIA DRIVERS FOR RENESAS - FCP
10715 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10716 L:      linux-media@vger.kernel.org
10717 L:      linux-renesas-soc@vger.kernel.org
10718 S:      Supported
10719 T:      git git://linuxtv.org/media_tree.git
10720 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
10721 F:      drivers/media/platform/rcar-fcp.c
10722 F:      include/media/rcar-fcp.h
10723
10724 MEDIA DRIVERS FOR RENESAS - FDP1
10725 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
10726 L:      linux-media@vger.kernel.org
10727 L:      linux-renesas-soc@vger.kernel.org
10728 S:      Supported
10729 T:      git git://linuxtv.org/media_tree.git
10730 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
10731 F:      drivers/media/platform/rcar_fdp1.c
10732
10733 MEDIA DRIVERS FOR RENESAS - VIN
10734 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
10735 L:      linux-media@vger.kernel.org
10736 L:      linux-renesas-soc@vger.kernel.org
10737 S:      Supported
10738 T:      git git://linuxtv.org/media_tree.git
10739 F:      Documentation/devicetree/bindings/media/renesas,csi2.yaml
10740 F:      Documentation/devicetree/bindings/media/renesas,vin.yaml
10741 F:      drivers/media/platform/rcar-vin/
10742
10743 MEDIA DRIVERS FOR RENESAS - VSP1
10744 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10745 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
10746 L:      linux-media@vger.kernel.org
10747 L:      linux-renesas-soc@vger.kernel.org
10748 S:      Supported
10749 T:      git git://linuxtv.org/media_tree.git
10750 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
10751 F:      drivers/media/platform/vsp1/
10752
10753 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
10754 L:      linux-media@vger.kernel.org
10755 S:      Orphan
10756 W:      https://linuxtv.org
10757 T:      git git://linuxtv.org/media_tree.git
10758 F:      drivers/media/dvb-frontends/stv0910*
10759
10760 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
10761 L:      linux-media@vger.kernel.org
10762 S:      Orphan
10763 W:      https://linuxtv.org
10764 T:      git git://linuxtv.org/media_tree.git
10765 F:      drivers/media/dvb-frontends/stv6111*
10766
10767 MEDIA DRIVERS FOR STM32 - DCMI
10768 M:      Hugues Fruchet <hugues.fruchet@st.com>
10769 L:      linux-media@vger.kernel.org
10770 S:      Supported
10771 T:      git git://linuxtv.org/media_tree.git
10772 F:      Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml
10773 F:      drivers/media/platform/stm32/stm32-dcmi.c
10774
10775 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
10776 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
10777 L:      linux-media@vger.kernel.org
10778 S:      Maintained
10779 W:      https://linuxtv.org
10780 Q:      http://patchwork.kernel.org/project/linux-media/list/
10781 T:      git git://linuxtv.org/media_tree.git
10782 F:      Documentation/admin-guide/media/
10783 F:      Documentation/devicetree/bindings/media/
10784 F:      Documentation/driver-api/media/
10785 F:      Documentation/userspace-api/media/
10786 F:      drivers/media/
10787 F:      drivers/staging/media/
10788 F:      include/linux/platform_data/media/
10789 F:      include/media/
10790 F:      include/uapi/linux/dvb/
10791 F:      include/uapi/linux/ivtv*
10792 F:      include/uapi/linux/media.h
10793 F:      include/uapi/linux/meye.h
10794 F:      include/uapi/linux/uvcvideo.h
10795 F:      include/uapi/linux/v4l2-*
10796 F:      include/uapi/linux/videodev2.h
10797
10798 MEDIATEK BLUETOOTH DRIVER
10799 M:      Sean Wang <sean.wang@mediatek.com>
10800 L:      linux-bluetooth@vger.kernel.org
10801 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
10802 S:      Maintained
10803 F:      Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
10804 F:      drivers/bluetooth/btmtkuart.c
10805
10806 MEDIATEK BOARD LEVEL SHUTDOWN DRIVERS
10807 M:      Sean Wang <sean.wang@mediatek.com>
10808 L:      linux-pm@vger.kernel.org
10809 S:      Maintained
10810 F:      Documentation/devicetree/bindings/power/reset/mt6323-poweroff.txt
10811 F:      drivers/power/reset/mt6323-poweroff.c
10812
10813 MEDIATEK CIR DRIVER
10814 M:      Sean Wang <sean.wang@mediatek.com>
10815 S:      Maintained
10816 F:      drivers/media/rc/mtk-cir.c
10817
10818 MEDIATEK DMA DRIVER
10819 M:      Sean Wang <sean.wang@mediatek.com>
10820 L:      dmaengine@vger.kernel.org
10821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10822 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
10823 S:      Maintained
10824 F:      Documentation/devicetree/bindings/dma/mtk-*
10825 F:      drivers/dma/mediatek/
10826
10827 MEDIATEK ETHERNET DRIVER
10828 M:      Felix Fietkau <nbd@nbd.name>
10829 M:      John Crispin <john@phrozen.org>
10830 M:      Sean Wang <sean.wang@mediatek.com>
10831 M:      Mark Lee <Mark-MC.Lee@mediatek.com>
10832 L:      netdev@vger.kernel.org
10833 S:      Maintained
10834 F:      drivers/net/ethernet/mediatek/
10835
10836 MEDIATEK I2C CONTROLLER DRIVER
10837 M:      Qii Wang <qii.wang@mediatek.com>
10838 L:      linux-i2c@vger.kernel.org
10839 S:      Maintained
10840 F:      Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt
10841 F:      drivers/i2c/busses/i2c-mt65xx.c
10842
10843 MEDIATEK JPEG DRIVER
10844 M:      Rick Chang <rick.chang@mediatek.com>
10845 M:      Bin Liu <bin.liu@mediatek.com>
10846 S:      Supported
10847 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
10848 F:      drivers/media/platform/mtk-jpeg/
10849
10850 MEDIATEK MDP DRIVER
10851 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
10852 M:      Houlong Wei <houlong.wei@mediatek.com>
10853 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
10854 S:      Supported
10855 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
10856 F:      drivers/media/platform/mtk-mdp/
10857 F:      drivers/media/platform/mtk-vpu/
10858
10859 MEDIATEK MEDIA DRIVER
10860 M:      Tiffany Lin <tiffany.lin@mediatek.com>
10861 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
10862 S:      Supported
10863 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
10864 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
10865 F:      drivers/media/platform/mtk-vcodec/
10866 F:      drivers/media/platform/mtk-vpu/
10867
10868 MEDIATEK MMC/SD/SDIO DRIVER
10869 M:      Chaotian Jing <chaotian.jing@mediatek.com>
10870 S:      Maintained
10871 F:      Documentation/devicetree/bindings/mmc/mtk-sd.txt
10872 F:      drivers/mmc/host/mtk-sd.c
10873
10874 MEDIATEK MT76 WIRELESS LAN DRIVER
10875 M:      Felix Fietkau <nbd@nbd.name>
10876 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
10877 R:      Ryder Lee <ryder.lee@mediatek.com>
10878 L:      linux-wireless@vger.kernel.org
10879 S:      Maintained
10880 F:      drivers/net/wireless/mediatek/mt76/
10881
10882 MEDIATEK MT7601U WIRELESS LAN DRIVER
10883 M:      Jakub Kicinski <kubakici@wp.pl>
10884 L:      linux-wireless@vger.kernel.org
10885 S:      Maintained
10886 F:      drivers/net/wireless/mediatek/mt7601u/
10887
10888 MEDIATEK MT7621/28/88 I2C DRIVER
10889 M:      Stefan Roese <sr@denx.de>
10890 L:      linux-i2c@vger.kernel.org
10891 S:      Maintained
10892 F:      Documentation/devicetree/bindings/i2c/i2c-mt7621.txt
10893 F:      drivers/i2c/busses/i2c-mt7621.c
10894
10895 MEDIATEK NAND CONTROLLER DRIVER
10896 L:      linux-mtd@lists.infradead.org
10897 S:      Orphan
10898 F:      Documentation/devicetree/bindings/mtd/mtk-nand.txt
10899 F:      drivers/mtd/nand/raw/mtk_*
10900
10901 MEDIATEK PMIC LED DRIVER
10902 M:      Sean Wang <sean.wang@mediatek.com>
10903 S:      Maintained
10904 F:      Documentation/devicetree/bindings/leds/leds-mt6323.txt
10905 F:      drivers/leds/leds-mt6323.c
10906
10907 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
10908 M:      Sean Wang <sean.wang@mediatek.com>
10909 S:      Maintained
10910 F:      drivers/char/hw_random/mtk-rng.c
10911
10912 MEDIATEK SWITCH DRIVER
10913 M:      Sean Wang <sean.wang@mediatek.com>
10914 L:      netdev@vger.kernel.org
10915 S:      Maintained
10916 F:      drivers/net/dsa/mt7530.*
10917 F:      net/dsa/tag_mtk.c
10918
10919 MEDIATEK USB3 DRD IP DRIVER
10920 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
10921 L:      linux-usb@vger.kernel.org (moderated for non-subscribers)
10922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10923 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
10924 S:      Maintained
10925 F:      drivers/usb/mtu3/
10926
10927 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
10928 M:      Peter Senna Tschudin <peter.senna@gmail.com>
10929 M:      Martin Donnelly <martin.donnelly@ge.com>
10930 M:      Martyn Welch <martyn.welch@collabora.co.uk>
10931 S:      Maintained
10932 F:      Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
10933 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
10934
10935 MEGARAID SCSI/SAS DRIVERS
10936 M:      Kashyap Desai <kashyap.desai@broadcom.com>
10937 M:      Sumit Saxena <sumit.saxena@broadcom.com>
10938 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
10939 L:      megaraidlinux.pdl@broadcom.com
10940 L:      linux-scsi@vger.kernel.org
10941 S:      Maintained
10942 W:      http://www.avagotech.com/support/
10943 F:      Documentation/scsi/megaraid.rst
10944 F:      drivers/scsi/megaraid.*
10945 F:      drivers/scsi/megaraid/
10946
10947 MELEXIS MLX90614 DRIVER
10948 M:      Crt Mori <cmo@melexis.com>
10949 L:      linux-iio@vger.kernel.org
10950 S:      Supported
10951 W:      http://www.melexis.com
10952 F:      drivers/iio/temperature/mlx90614.c
10953
10954 MELEXIS MLX90632 DRIVER
10955 M:      Crt Mori <cmo@melexis.com>
10956 L:      linux-iio@vger.kernel.org
10957 S:      Supported
10958 W:      http://www.melexis.com
10959 F:      drivers/iio/temperature/mlx90632.c
10960
10961 MELFAS MIP4 TOUCHSCREEN DRIVER
10962 M:      Sangwon Jee <jeesw@melfas.com>
10963 S:      Supported
10964 W:      http://www.melfas.com
10965 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
10966 F:      drivers/input/touchscreen/melfas_mip4.c
10967
10968 MELLANOX ETHERNET DRIVER (mlx4_en)
10969 M:      Tariq Toukan <tariqt@mellanox.com>
10970 L:      netdev@vger.kernel.org
10971 S:      Supported
10972 W:      http://www.mellanox.com
10973 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10974 F:      drivers/net/ethernet/mellanox/mlx4/en_*
10975
10976 MELLANOX ETHERNET DRIVER (mlx5e)
10977 M:      Saeed Mahameed <saeedm@mellanox.com>
10978 L:      netdev@vger.kernel.org
10979 S:      Supported
10980 W:      http://www.mellanox.com
10981 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10982 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
10983
10984 MELLANOX ETHERNET INNOVA DRIVERS
10985 R:      Boris Pismenny <borisp@mellanox.com>
10986 L:      netdev@vger.kernel.org
10987 S:      Supported
10988 W:      http://www.mellanox.com
10989 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10990 F:      drivers/net/ethernet/mellanox/mlx5/core/accel/*
10991 F:      drivers/net/ethernet/mellanox/mlx5/core/en_accel/*
10992 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
10993 F:      include/linux/mlx5/mlx5_ifc_fpga.h
10994
10995 MELLANOX ETHERNET SWITCH DRIVERS
10996 M:      Jiri Pirko <jiri@mellanox.com>
10997 M:      Ido Schimmel <idosch@mellanox.com>
10998 L:      netdev@vger.kernel.org
10999 S:      Supported
11000 W:      http://www.mellanox.com
11001 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11002 F:      drivers/net/ethernet/mellanox/mlxsw/
11003 F:      tools/testing/selftests/drivers/net/mlxsw/
11004
11005 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
11006 M:      mlxsw@mellanox.com
11007 L:      netdev@vger.kernel.org
11008 S:      Supported
11009 W:      http://www.mellanox.com
11010 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11011 F:      drivers/net/ethernet/mellanox/mlxfw/
11012
11013 MELLANOX HARDWARE PLATFORM SUPPORT
11014 M:      Andy Shevchenko <andy@infradead.org>
11015 M:      Darren Hart <dvhart@infradead.org>
11016 M:      Vadim Pasternak <vadimp@mellanox.com>
11017 L:      platform-driver-x86@vger.kernel.org
11018 S:      Supported
11019 F:      Documentation/ABI/testing/sysfs-platform-mellanox-bootctl
11020 F:      drivers/platform/mellanox/
11021 F:      include/linux/platform_data/mlxreg.h
11022
11023 MELLANOX MLX4 core VPI driver
11024 M:      Tariq Toukan <tariqt@mellanox.com>
11025 L:      netdev@vger.kernel.org
11026 L:      linux-rdma@vger.kernel.org
11027 S:      Supported
11028 W:      http://www.mellanox.com
11029 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11030 F:      drivers/net/ethernet/mellanox/mlx4/
11031 F:      include/linux/mlx4/
11032
11033 MELLANOX MLX4 IB driver
11034 M:      Yishai Hadas <yishaih@mellanox.com>
11035 L:      linux-rdma@vger.kernel.org
11036 S:      Supported
11037 W:      http://www.mellanox.com
11038 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11039 F:      drivers/infiniband/hw/mlx4/
11040 F:      include/linux/mlx4/
11041 F:      include/uapi/rdma/mlx4-abi.h
11042
11043 MELLANOX MLX5 core VPI driver
11044 M:      Saeed Mahameed <saeedm@mellanox.com>
11045 M:      Leon Romanovsky <leonro@mellanox.com>
11046 L:      netdev@vger.kernel.org
11047 L:      linux-rdma@vger.kernel.org
11048 S:      Supported
11049 W:      http://www.mellanox.com
11050 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11051 F:      Documentation/networking/device_drivers/mellanox/
11052 F:      drivers/net/ethernet/mellanox/mlx5/core/
11053 F:      include/linux/mlx5/
11054
11055 MELLANOX MLX5 IB driver
11056 M:      Leon Romanovsky <leonro@mellanox.com>
11057 L:      linux-rdma@vger.kernel.org
11058 S:      Supported
11059 W:      http://www.mellanox.com
11060 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11061 F:      drivers/infiniband/hw/mlx5/
11062 F:      include/linux/mlx5/
11063 F:      include/uapi/rdma/mlx5-abi.h
11064
11065 MELLANOX MLXCPLD I2C AND MUX DRIVER
11066 M:      Vadim Pasternak <vadimp@mellanox.com>
11067 M:      Michael Shych <michaelsh@mellanox.com>
11068 L:      linux-i2c@vger.kernel.org
11069 S:      Supported
11070 F:      Documentation/i2c/busses/i2c-mlxcpld.rst
11071 F:      drivers/i2c/busses/i2c-mlxcpld.c
11072 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
11073
11074 MELLANOX MLXCPLD LED DRIVER
11075 M:      Vadim Pasternak <vadimp@mellanox.com>
11076 L:      linux-leds@vger.kernel.org
11077 S:      Supported
11078 F:      Documentation/leds/leds-mlxcpld.rst
11079 F:      drivers/leds/leds-mlxcpld.c
11080 F:      drivers/leds/leds-mlxreg.c
11081
11082 MELLANOX PLATFORM DRIVER
11083 M:      Vadim Pasternak <vadimp@mellanox.com>
11084 L:      platform-driver-x86@vger.kernel.org
11085 S:      Supported
11086 F:      drivers/platform/x86/mlx-platform.c
11087
11088 MEMBARRIER SUPPORT
11089 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11090 M:      "Paul E. McKenney" <paulmck@kernel.org>
11091 L:      linux-kernel@vger.kernel.org
11092 S:      Supported
11093 F:      arch/powerpc/include/asm/membarrier.h
11094 F:      include/uapi/linux/membarrier.h
11095 F:      kernel/sched/membarrier.c
11096
11097 MEMBLOCK
11098 M:      Mike Rapoport <rppt@linux.ibm.com>
11099 L:      linux-mm@kvack.org
11100 S:      Maintained
11101 F:      Documentation/core-api/boot-time-mm.rst
11102 F:      include/linux/memblock.h
11103 F:      mm/memblock.c
11104
11105 MEMORY MANAGEMENT
11106 M:      Andrew Morton <akpm@linux-foundation.org>
11107 L:      linux-mm@kvack.org
11108 S:      Maintained
11109 W:      http://www.linux-mm.org
11110 T:      quilt https://ozlabs.org/~akpm/mmotm/
11111 T:      quilt https://ozlabs.org/~akpm/mmots/
11112 T:      git git://github.com/hnaz/linux-mm.git
11113 F:      include/linux/gfp.h
11114 F:      include/linux/memory_hotplug.h
11115 F:      include/linux/mm.h
11116 F:      include/linux/mmzone.h
11117 F:      include/linux/vmalloc.h
11118 F:      mm/
11119
11120 MEMORY TECHNOLOGY DEVICES (MTD)
11121 M:      Miquel Raynal <miquel.raynal@bootlin.com>
11122 M:      Richard Weinberger <richard@nod.at>
11123 M:      Vignesh Raghavendra <vigneshr@ti.com>
11124 L:      linux-mtd@lists.infradead.org
11125 S:      Maintained
11126 W:      http://www.linux-mtd.infradead.org/
11127 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11128 C:      irc://irc.oftc.net/mtd
11129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes
11130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next
11131 F:      Documentation/devicetree/bindings/mtd/
11132 F:      drivers/mtd/
11133 F:      include/linux/mtd/
11134 F:      include/uapi/mtd/
11135
11136 MEN A21 WATCHDOG DRIVER
11137 M:      Johannes Thumshirn <morbidrsa@gmail.com>
11138 L:      linux-watchdog@vger.kernel.org
11139 S:      Maintained
11140 F:      drivers/watchdog/mena21_wdt.c
11141
11142 MEN CHAMELEON BUS (mcb)
11143 M:      Johannes Thumshirn <morbidrsa@gmail.com>
11144 S:      Maintained
11145 F:      Documentation/driver-api/men-chameleon-bus.rst
11146 F:      drivers/mcb/
11147 F:      include/linux/mcb.h
11148
11149 MEN F21BMC (Board Management Controller)
11150 M:      Andreas Werner <andreas.werner@men.de>
11151 S:      Supported
11152 F:      Documentation/hwmon/menf21bmc.rst
11153 F:      drivers/hwmon/menf21bmc_hwmon.c
11154 F:      drivers/leds/leds-menf21bmc.c
11155 F:      drivers/mfd/menf21bmc.c
11156 F:      drivers/watchdog/menf21bmc_wdt.c
11157
11158 MEN Z069 WATCHDOG DRIVER
11159 M:      Johannes Thumshirn <jth@kernel.org>
11160 L:      linux-watchdog@vger.kernel.org
11161 S:      Maintained
11162 F:      drivers/watchdog/menz69_wdt.c
11163
11164 MESON AO CEC DRIVER FOR AMLOGIC SOCS
11165 M:      Neil Armstrong <narmstrong@baylibre.com>
11166 L:      linux-media@vger.kernel.org
11167 L:      linux-amlogic@lists.infradead.org
11168 S:      Supported
11169 W:      http://linux-meson.com/
11170 T:      git git://linuxtv.org/media_tree.git
11171 F:      Documentation/devicetree/bindings/media/amlogic,meson-gx-ao-cec.yaml
11172 F:      drivers/media/platform/meson/ao-cec-g12a.c
11173 F:      drivers/media/platform/meson/ao-cec.c
11174
11175 MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
11176 M:      Liang Yang <liang.yang@amlogic.com>
11177 L:      linux-mtd@lists.infradead.org
11178 S:      Maintained
11179 F:      Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
11180 F:      drivers/mtd/nand/raw/meson_*
11181
11182 MESON VIDEO DECODER DRIVER FOR AMLOGIC SOCS
11183 M:      Maxime Jourdan <mjourdan@baylibre.com>
11184 M:      Neil Armstrong <narmstrong@baylibre.com>
11185 L:      linux-media@vger.kernel.org
11186 L:      linux-amlogic@lists.infradead.org
11187 S:      Supported
11188 T:      git git://linuxtv.org/media_tree.git
11189 F:      Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
11190 F:      drivers/staging/media/meson/vdec/
11191
11192 METHODE UDPU SUPPORT
11193 M:      Vladimir Vid <vladimir.vid@sartura.hr>
11194 S:      Maintained
11195 F:      arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
11196
11197 MHI BUS
11198 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
11199 M:      Hemant Kumar <hemantk@codeaurora.org>
11200 L:      linux-arm-msm@vger.kernel.org
11201 S:      Maintained
11202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git
11203 F:      Documentation/mhi/
11204 F:      drivers/bus/mhi/
11205 F:      include/linux/mhi.h
11206
11207 MICROBLAZE ARCHITECTURE
11208 M:      Michal Simek <monstr@monstr.eu>
11209 S:      Supported
11210 W:      http://www.monstr.eu/fdt/
11211 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
11212 F:      arch/microblaze/
11213
11214 MICROCHIP AT91 SERIAL DRIVER
11215 M:      Richard Genoud <richard.genoud@gmail.com>
11216 S:      Maintained
11217 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
11218 F:      drivers/tty/serial/atmel_serial.c
11219 F:      drivers/tty/serial/atmel_serial.h
11220
11221 MICROCHIP AT91 USART MFD DRIVER
11222 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
11223 L:      linux-kernel@vger.kernel.org
11224 S:      Supported
11225 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
11226 F:      drivers/mfd/at91-usart.c
11227 F:      include/dt-bindings/mfd/at91-usart.h
11228
11229 MICROCHIP AT91 USART SPI DRIVER
11230 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
11231 L:      linux-spi@vger.kernel.org
11232 S:      Supported
11233 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
11234 F:      drivers/spi/spi-at91-usart.c
11235
11236 MICROCHIP AUDIO ASOC DRIVERS
11237 M:      Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
11238 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11239 S:      Supported
11240 F:      sound/soc/atmel
11241
11242 MICROCHIP DMA DRIVER
11243 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
11244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11245 L:      dmaengine@vger.kernel.org
11246 S:      Supported
11247 F:      Documentation/devicetree/bindings/dma/atmel-dma.txt
11248 F:      drivers/dma/at_hdmac.c
11249 F:      drivers/dma/at_hdmac_regs.h
11250 F:      include/dt-bindings/dma/at91.h
11251 F:      include/linux/platform_data/dma-atmel.h
11252
11253 MICROCHIP ECC DRIVER
11254 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
11255 L:      linux-crypto@vger.kernel.org
11256 S:      Maintained
11257 F:      drivers/crypto/atmel-ecc.*
11258
11259 MICROCHIP I2C DRIVER
11260 M:      Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
11261 L:      linux-i2c@vger.kernel.org
11262 S:      Supported
11263 F:      drivers/i2c/busses/i2c-at91-*.c
11264 F:      drivers/i2c/busses/i2c-at91.h
11265
11266 MICROCHIP ISC DRIVER
11267 M:      Eugen Hristev <eugen.hristev@microchip.com>
11268 L:      linux-media@vger.kernel.org
11269 S:      Supported
11270 F:      Documentation/devicetree/bindings/media/atmel-isc.txt
11271 F:      drivers/media/platform/atmel/atmel-isc-base.c
11272 F:      drivers/media/platform/atmel/atmel-isc-regs.h
11273 F:      drivers/media/platform/atmel/atmel-isc.h
11274 F:      drivers/media/platform/atmel/atmel-sama5d2-isc.c
11275 F:      include/linux/atmel-isc-media.h
11276
11277 MICROCHIP ISI DRIVER
11278 M:      Eugen Hristev <eugen.hristev@microchip.com>
11279 L:      linux-media@vger.kernel.org
11280 S:      Supported
11281 F:      drivers/media/platform/atmel/atmel-isi.c
11282 F:      drivers/media/platform/atmel/atmel-isi.h
11283
11284 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
11285 M:      Woojung Huh <woojung.huh@microchip.com>
11286 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11287 L:      netdev@vger.kernel.org
11288 S:      Maintained
11289 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
11290 F:      drivers/net/dsa/microchip/*
11291 F:      include/linux/platform_data/microchip-ksz.h
11292 F:      net/dsa/tag_ksz.c
11293
11294 MICROCHIP LAN743X ETHERNET DRIVER
11295 M:      Bryan Whitehead <bryan.whitehead@microchip.com>
11296 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11297 L:      netdev@vger.kernel.org
11298 S:      Maintained
11299 F:      drivers/net/ethernet/microchip/lan743x_*
11300
11301 MICROCHIP LCDFB DRIVER
11302 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
11303 L:      linux-fbdev@vger.kernel.org
11304 S:      Maintained
11305 F:      drivers/video/fbdev/atmel_lcdfb.c
11306 F:      include/video/atmel_lcdc.h
11307
11308 MICROCHIP MCP16502 PMIC DRIVER
11309 M:      Andrei Stefanescu <andrei.stefanescu@microchip.com>
11310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11311 S:      Maintained
11312 F:      Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
11313 F:      drivers/regulator/mcp16502.c
11314
11315 MICROCHIP MCP3911 ADC DRIVER
11316 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
11317 M:      Kent Gustavsson <kent@minoris.se>
11318 L:      linux-iio@vger.kernel.org
11319 S:      Supported
11320 F:      Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
11321 F:      drivers/iio/adc/mcp3911.c
11322
11323 MICROCHIP MMC/SD/SDIO MCI DRIVER
11324 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
11325 S:      Maintained
11326 F:      drivers/mmc/host/atmel-mci.c
11327
11328 MICROCHIP NAND DRIVER
11329 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
11330 L:      linux-mtd@lists.infradead.org
11331 S:      Supported
11332 F:      Documentation/devicetree/bindings/mtd/atmel-nand.txt
11333 F:      drivers/mtd/nand/raw/atmel/*
11334
11335 MICROCHIP PWM DRIVER
11336 M:      Claudiu Beznea <claudiu.beznea@microchip.com>
11337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11338 L:      linux-pwm@vger.kernel.org
11339 S:      Supported
11340 F:      Documentation/devicetree/bindings/pwm/atmel-pwm.txt
11341 F:      drivers/pwm/pwm-atmel.c
11342
11343 MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
11344 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
11345 M:      Eugen Hristev <eugen.hristev@microchip.com>
11346 L:      linux-iio@vger.kernel.org
11347 S:      Supported
11348 F:      Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
11349 F:      drivers/iio/adc/at91-sama5d2_adc.c
11350 F:      include/dt-bindings/iio/adc/at91-sama5d2_adc.h
11351
11352 MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
11353 M:      Claudiu Beznea <claudiu.beznea@microchip.com>
11354 S:      Supported
11355 F:      drivers/power/reset/at91-sama5d2_shdwc.c
11356
11357 MICROCHIP SPI DRIVER
11358 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
11359 S:      Supported
11360 F:      drivers/spi/spi-atmel.*
11361
11362 MICROCHIP SSC DRIVER
11363 M:      Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
11364 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11365 S:      Supported
11366 F:      drivers/misc/atmel-ssc.c
11367 F:      include/linux/atmel-ssc.h
11368
11369 MICROCHIP USB251XB DRIVER
11370 M:      Richard Leitner <richard.leitner@skidata.com>
11371 L:      linux-usb@vger.kernel.org
11372 S:      Maintained
11373 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
11374 F:      drivers/usb/misc/usb251xb.c
11375
11376 MICROCHIP USBA UDC DRIVER
11377 M:      Cristian Birsan <cristian.birsan@microchip.com>
11378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11379 S:      Supported
11380 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
11381
11382 MICROCHIP XDMA DRIVER
11383 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
11384 L:      linux-arm-kernel@lists.infradead.org
11385 L:      dmaengine@vger.kernel.org
11386 S:      Supported
11387 F:      drivers/dma/at_xdmac.c
11388
11389 MICROSEMI MIPS SOCS
11390 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
11391 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11392 L:      linux-mips@vger.kernel.org
11393 S:      Supported
11394 F:      Documentation/devicetree/bindings/mips/mscc.txt
11395 F:      arch/mips/boot/dts/mscc/
11396 F:      arch/mips/configs/generic/board-ocelot.config
11397 F:      arch/mips/generic/board-ocelot.c
11398
11399 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
11400 M:      Don Brace <don.brace@microsemi.com>
11401 L:      esc.storagedev@microsemi.com
11402 L:      linux-scsi@vger.kernel.org
11403 S:      Supported
11404 F:      Documentation/scsi/smartpqi.rst
11405 F:      drivers/scsi/smartpqi/Kconfig
11406 F:      drivers/scsi/smartpqi/Makefile
11407 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
11408 F:      include/linux/cciss*.h
11409 F:      include/uapi/linux/cciss*.h
11410
11411 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
11412 M:      Chen Yu <yu.c.chen@intel.com>
11413 L:      platform-driver-x86@vger.kernel.org
11414 S:      Supported
11415 F:      drivers/platform/x86/surfacepro3_button.c
11416
11417 MICROTEK X6 SCANNER
11418 M:      Oliver Neukum <oliver@neukum.org>
11419 S:      Maintained
11420 F:      drivers/usb/image/microtek.*
11421
11422 MIPS
11423 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11424 L:      linux-mips@vger.kernel.org
11425 S:      Maintained
11426 W:      http://www.linux-mips.org/
11427 Q:      https://patchwork.kernel.org/project/linux-mips/list/
11428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
11429 F:      Documentation/devicetree/bindings/mips/
11430 F:      Documentation/mips/
11431 F:      arch/mips/
11432 F:      drivers/platform/mips/
11433
11434 MIPS BOSTON DEVELOPMENT BOARD
11435 M:      Paul Burton <paulburton@kernel.org>
11436 L:      linux-mips@vger.kernel.org
11437 S:      Maintained
11438 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
11439 F:      arch/mips/boot/dts/img/boston.dts
11440 F:      arch/mips/configs/generic/board-boston.config
11441 F:      drivers/clk/imgtec/clk-boston.c
11442 F:      include/dt-bindings/clock/boston-clock.h
11443
11444 MIPS GENERIC PLATFORM
11445 M:      Paul Burton <paulburton@kernel.org>
11446 L:      linux-mips@vger.kernel.org
11447 S:      Supported
11448 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
11449 F:      arch/mips/generic/
11450 F:      arch/mips/tools/generic-board-config.sh
11451
11452 MIPS RINT INSTRUCTION EMULATION
11453 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
11454 L:      linux-mips@vger.kernel.org
11455 S:      Supported
11456 F:      arch/mips/math-emu/dp_rint.c
11457 F:      arch/mips/math-emu/sp_rint.c
11458
11459 MIPS/LOONGSON1 ARCHITECTURE
11460 M:      Keguang Zhang <keguang.zhang@gmail.com>
11461 L:      linux-mips@vger.kernel.org
11462 S:      Maintained
11463 F:      arch/mips/include/asm/mach-loongson32/
11464 F:      arch/mips/loongson32/
11465 F:      drivers/*/*/*loongson1*
11466 F:      drivers/*/*loongson1*
11467
11468 MIPS/LOONGSON2EF ARCHITECTURE
11469 M:      Jiaxun Yang <jiaxun.yang@flygoat.com>
11470 L:      linux-mips@vger.kernel.org
11471 S:      Maintained
11472 F:      arch/mips/include/asm/mach-loongson2ef/
11473 F:      arch/mips/loongson2ef/
11474 F:      drivers/*/*/*loongson2*
11475 F:      drivers/*/*loongson2*
11476
11477 MIPS/LOONGSON64 ARCHITECTURE
11478 M:      Huacai Chen <chenhc@lemote.com>
11479 M:      Jiaxun Yang <jiaxun.yang@flygoat.com>
11480 L:      linux-mips@vger.kernel.org
11481 S:      Maintained
11482 F:      arch/mips/include/asm/mach-loongson64/
11483 F:      arch/mips/loongson64/
11484 F:      drivers/*/*/*loongson3*
11485 F:      drivers/*/*loongson3*
11486 F:      drivers/irqchip/irq-loongson*
11487 F:      drivers/platform/mips/cpu_hwmon.c
11488
11489 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
11490 M:      Hans Verkuil <hverkuil@xs4all.nl>
11491 L:      linux-media@vger.kernel.org
11492 S:      Odd Fixes
11493 W:      https://linuxtv.org
11494 T:      git git://linuxtv.org/media_tree.git
11495 F:      drivers/media/radio/radio-miropcm20*
11496
11497 MMP SUPPORT
11498 R:      Lubomir Rintel <lkundrak@v3.sk>
11499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11500 S:      Odd Fixes
11501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
11502 F:      arch/arm/boot/dts/mmp*
11503 F:      arch/arm/mach-mmp/
11504 F:      linux/soc/mmp/
11505
11506 MMP USB PHY DRIVERS
11507 R:      Lubomir Rintel <lkundrak@v3.sk>
11508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11509 S:      Maintained
11510 F:      drivers/phy/marvell/phy-mmp3-usb.c
11511 F:      drivers/phy/marvell/phy-pxa-usb.c
11512
11513 MMU GATHER AND TLB INVALIDATION
11514 M:      Will Deacon <will@kernel.org>
11515 M:      "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
11516 M:      Andrew Morton <akpm@linux-foundation.org>
11517 M:      Nick Piggin <npiggin@gmail.com>
11518 M:      Peter Zijlstra <peterz@infradead.org>
11519 L:      linux-arch@vger.kernel.org
11520 L:      linux-mm@kvack.org
11521 S:      Maintained
11522 F:      arch/*/include/asm/tlb.h
11523 F:      include/asm-generic/tlb.h
11524 F:      mm/mmu_gather.c
11525
11526 MN88472 MEDIA DRIVER
11527 M:      Antti Palosaari <crope@iki.fi>
11528 L:      linux-media@vger.kernel.org
11529 S:      Maintained
11530 W:      https://linuxtv.org
11531 W:      http://palosaari.fi/linux/
11532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11533 F:      drivers/media/dvb-frontends/mn88472*
11534
11535 MN88473 MEDIA DRIVER
11536 M:      Antti Palosaari <crope@iki.fi>
11537 L:      linux-media@vger.kernel.org
11538 S:      Maintained
11539 W:      https://linuxtv.org
11540 W:      http://palosaari.fi/linux/
11541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11542 F:      drivers/media/dvb-frontends/mn88473*
11543
11544 MODULE SUPPORT
11545 M:      Jessica Yu <jeyu@kernel.org>
11546 S:      Maintained
11547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
11548 F:      include/linux/module.h
11549 F:      kernel/module.c
11550
11551 MONOLITHIC POWER SYSTEM PMIC DRIVER
11552 M:      Saravanan Sekar <sravanhome@gmail.com>
11553 S:      Maintained
11554 F:      Documentation/devicetree/bindings/mfd/mps,mp2629.yaml
11555 F:      Documentation/devicetree/bindings/regulator/mps,mp*.yaml
11556 F:      drivers/iio/adc/mp2629_adc.c
11557 F:      drivers/mfd/mp2629.c
11558 F:      drivers/power/supply/mp2629_charger.c
11559 F:      drivers/regulator/mp5416.c
11560 F:      drivers/regulator/mpq7920.c
11561 F:      drivers/regulator/mpq7920.h
11562 F:      include/linux/mfd/mp2629.h
11563
11564 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
11565 S:      Orphan
11566 W:      http://popies.net/meye/
11567 F:      Documentation/userspace-api/media/drivers/meye*
11568 F:      drivers/media/pci/meye/
11569 F:      include/uapi/linux/meye.h
11570
11571 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
11572 M:      Jiri Slaby <jirislaby@gmail.com>
11573 S:      Maintained
11574 F:      Documentation/driver-api/serial/moxa-smartio.rst
11575 F:      drivers/tty/mxser.*
11576
11577 MR800 AVERMEDIA USB FM RADIO DRIVER
11578 M:      Alexey Klimov <klimov.linux@gmail.com>
11579 L:      linux-media@vger.kernel.org
11580 S:      Maintained
11581 T:      git git://linuxtv.org/media_tree.git
11582 F:      drivers/media/radio/radio-mr800.c
11583
11584 MRF24J40 IEEE 802.15.4 RADIO DRIVER
11585 M:      Alan Ott <alan@signal11.us>
11586 L:      linux-wpan@vger.kernel.org
11587 S:      Maintained
11588 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
11589 F:      drivers/net/ieee802154/mrf24j40.c
11590
11591 MSI LAPTOP SUPPORT
11592 M:      "Lee, Chun-Yi" <jlee@suse.com>
11593 L:      platform-driver-x86@vger.kernel.org
11594 S:      Maintained
11595 F:      drivers/platform/x86/msi-laptop.c
11596
11597 MSI WMI SUPPORT
11598 L:      platform-driver-x86@vger.kernel.org
11599 S:      Orphan
11600 F:      drivers/platform/x86/msi-wmi.c
11601
11602 MSI001 MEDIA DRIVER
11603 M:      Antti Palosaari <crope@iki.fi>
11604 L:      linux-media@vger.kernel.org
11605 S:      Maintained
11606 W:      https://linuxtv.org
11607 W:      http://palosaari.fi/linux/
11608 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11609 T:      git git://linuxtv.org/anttip/media_tree.git
11610 F:      drivers/media/tuners/msi001*
11611
11612 MSI2500 MEDIA DRIVER
11613 M:      Antti Palosaari <crope@iki.fi>
11614 L:      linux-media@vger.kernel.org
11615 S:      Maintained
11616 W:      https://linuxtv.org
11617 W:      http://palosaari.fi/linux/
11618 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11619 T:      git git://linuxtv.org/anttip/media_tree.git
11620 F:      drivers/media/usb/msi2500/
11621
11622 MSYSTEMS DISKONCHIP G3 MTD DRIVER
11623 M:      Robert Jarzmik <robert.jarzmik@free.fr>
11624 L:      linux-mtd@lists.infradead.org
11625 S:      Maintained
11626 F:      drivers/mtd/devices/docg3*
11627
11628 MT9M032 APTINA SENSOR DRIVER
11629 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11630 L:      linux-media@vger.kernel.org
11631 S:      Maintained
11632 T:      git git://linuxtv.org/media_tree.git
11633 F:      drivers/media/i2c/mt9m032.c
11634 F:      include/media/i2c/mt9m032.h
11635
11636 MT9P031 APTINA CAMERA SENSOR
11637 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11638 L:      linux-media@vger.kernel.org
11639 S:      Maintained
11640 T:      git git://linuxtv.org/media_tree.git
11641 F:      drivers/media/i2c/mt9p031.c
11642 F:      include/media/i2c/mt9p031.h
11643
11644 MT9T001 APTINA CAMERA SENSOR
11645 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11646 L:      linux-media@vger.kernel.org
11647 S:      Maintained
11648 T:      git git://linuxtv.org/media_tree.git
11649 F:      drivers/media/i2c/mt9t001.c
11650 F:      include/media/i2c/mt9t001.h
11651
11652 MT9T112 APTINA CAMERA SENSOR
11653 M:      Jacopo Mondi <jacopo@jmondi.org>
11654 L:      linux-media@vger.kernel.org
11655 S:      Odd Fixes
11656 T:      git git://linuxtv.org/media_tree.git
11657 F:      drivers/media/i2c/mt9t112.c
11658 F:      include/media/i2c/mt9t112.h
11659
11660 MT9V032 APTINA CAMERA SENSOR
11661 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11662 L:      linux-media@vger.kernel.org
11663 S:      Maintained
11664 T:      git git://linuxtv.org/media_tree.git
11665 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
11666 F:      drivers/media/i2c/mt9v032.c
11667 F:      include/media/i2c/mt9v032.h
11668
11669 MT9V111 APTINA CAMERA SENSOR
11670 M:      Jacopo Mondi <jacopo@jmondi.org>
11671 L:      linux-media@vger.kernel.org
11672 S:      Maintained
11673 T:      git git://linuxtv.org/media_tree.git
11674 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
11675 F:      drivers/media/i2c/mt9v111.c
11676
11677 MULTIFUNCTION DEVICES (MFD)
11678 M:      Lee Jones <lee.jones@linaro.org>
11679 S:      Supported
11680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11681 F:      Documentation/devicetree/bindings/mfd/
11682 F:      drivers/mfd/
11683 F:      include/dt-bindings/mfd/
11684 F:      include/linux/mfd/
11685
11686 MULTIMEDIA CARD (MMC) ETC. OVER SPI
11687 S:      Orphan
11688 F:      drivers/mmc/host/mmc_spi.c
11689 F:      include/linux/spi/mmc_spi.h
11690
11691 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
11692 M:      Ulf Hansson <ulf.hansson@linaro.org>
11693 L:      linux-mmc@vger.kernel.org
11694 S:      Maintained
11695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
11696 F:      Documentation/devicetree/bindings/mmc/
11697 F:      drivers/mmc/
11698 F:      include/linux/mmc/
11699 F:      include/uapi/linux/mmc/
11700
11701 MULTIPLEXER SUBSYSTEM
11702 M:      Peter Rosin <peda@axentia.se>
11703 S:      Maintained
11704 F:      Documentation/ABI/testing/sysfs-class-mux*
11705 F:      Documentation/devicetree/bindings/mux/
11706 F:      drivers/mux/
11707 F:      include/dt-bindings/mux/
11708 F:      include/linux/mux/
11709
11710 MULTITECH MULTIPORT CARD (ISICOM)
11711 S:      Orphan
11712 F:      drivers/tty/isicom.c
11713 F:      include/linux/isicom.h
11714
11715 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
11716 M:      Bin Liu <b-liu@ti.com>
11717 L:      linux-usb@vger.kernel.org
11718 S:      Maintained
11719 F:      drivers/usb/musb/
11720
11721 MXL301RF MEDIA DRIVER
11722 M:      Akihiro Tsukada <tskd08@gmail.com>
11723 L:      linux-media@vger.kernel.org
11724 S:      Odd Fixes
11725 F:      drivers/media/tuners/mxl301rf*
11726
11727 MXL5007T MEDIA DRIVER
11728 M:      Michael Krufky <mkrufky@linuxtv.org>
11729 L:      linux-media@vger.kernel.org
11730 S:      Maintained
11731 W:      https://linuxtv.org
11732 W:      http://github.com/mkrufky
11733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11734 T:      git git://linuxtv.org/mkrufky/tuners.git
11735 F:      drivers/media/tuners/mxl5007t.*
11736
11737 MXSFB DRM DRIVER
11738 M:      Marek Vasut <marex@denx.de>
11739 M:      Stefan Agner <stefan@agner.ch>
11740 L:      dri-devel@lists.freedesktop.org
11741 S:      Supported
11742 T:      git git://anongit.freedesktop.org/drm/drm-misc
11743 F:      Documentation/devicetree/bindings/display/mxsfb.txt
11744 F:      drivers/gpu/drm/mxsfb/
11745
11746 MYLEX DAC960 PCI RAID Controller
11747 M:      Hannes Reinecke <hare@kernel.org>
11748 L:      linux-scsi@vger.kernel.org
11749 S:      Supported
11750 F:      drivers/scsi/myrb.*
11751 F:      drivers/scsi/myrs.*
11752
11753 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
11754 M:      Chris Lee <christopher.lee@cspi.com>
11755 L:      netdev@vger.kernel.org
11756 S:      Supported
11757 W:      https://www.cspi.com/ethernet-products/support/downloads/
11758 F:      drivers/net/ethernet/myricom/myri10ge/
11759
11760 NAND FLASH SUBSYSTEM
11761 M:      Miquel Raynal <miquel.raynal@bootlin.com>
11762 R:      Richard Weinberger <richard@nod.at>
11763 L:      linux-mtd@lists.infradead.org
11764 S:      Maintained
11765 W:      http://www.linux-mtd.infradead.org/
11766 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
11767 C:      irc://irc.oftc.net/mtd
11768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
11769 F:      drivers/mtd/nand/
11770 F:      include/linux/mtd/*nand*.h
11771
11772 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
11773 M:      Daniel Mack <zonque@gmail.com>
11774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11775 S:      Maintained
11776 W:      http://www.native-instruments.com
11777 F:      sound/usb/caiaq/
11778
11779 NATSEMI ETHERNET DRIVER (DP8381x)
11780 S:      Orphan
11781 F:      drivers/net/ethernet/natsemi/natsemi.c
11782
11783 NCR 5380 SCSI DRIVERS
11784 M:      Finn Thain <fthain@telegraphics.com.au>
11785 M:      Michael Schmitz <schmitzmic@gmail.com>
11786 L:      linux-scsi@vger.kernel.org
11787 S:      Maintained
11788 F:      Documentation/scsi/g_NCR5380.rst
11789 F:      drivers/scsi/NCR5380.*
11790 F:      drivers/scsi/arm/cumana_1.c
11791 F:      drivers/scsi/arm/oak.c
11792 F:      drivers/scsi/atari_scsi.*
11793 F:      drivers/scsi/dmx3191d.c
11794 F:      drivers/scsi/g_NCR5380.*
11795 F:      drivers/scsi/mac_scsi.*
11796 F:      drivers/scsi/sun3_scsi.*
11797 F:      drivers/scsi/sun3_scsi_vme.c
11798
11799 NCSI LIBRARY
11800 M:      Samuel Mendoza-Jonas <sam@mendozajonas.com>
11801 S:      Maintained
11802 F:      net/ncsi/
11803
11804 NCT6775 HARDWARE MONITOR DRIVER
11805 M:      Guenter Roeck <linux@roeck-us.net>
11806 L:      linux-hwmon@vger.kernel.org
11807 S:      Maintained
11808 F:      Documentation/hwmon/nct6775.rst
11809 F:      drivers/hwmon/nct6775.c
11810
11811 NETDEVSIM
11812 M:      Jakub Kicinski <kuba@kernel.org>
11813 S:      Maintained
11814 F:      drivers/net/netdevsim/*
11815
11816 NETEM NETWORK EMULATOR
11817 M:      Stephen Hemminger <stephen@networkplumber.org>
11818 L:      netdev@vger.kernel.org
11819 S:      Maintained
11820 F:      net/sched/sch_netem.c
11821
11822 NETERION 10GbE DRIVERS (s2io/vxge)
11823 M:      Jon Mason <jdmason@kudzu.us>
11824 L:      netdev@vger.kernel.org
11825 S:      Supported
11826 F:      Documentation/networking/device_drivers/neterion/s2io.rst
11827 F:      Documentation/networking/device_drivers/neterion/vxge.rst
11828 F:      drivers/net/ethernet/neterion/
11829
11830 NETFILTER
11831 M:      Pablo Neira Ayuso <pablo@netfilter.org>
11832 M:      Jozsef Kadlecsik <kadlec@netfilter.org>
11833 M:      Florian Westphal <fw@strlen.de>
11834 L:      netfilter-devel@vger.kernel.org
11835 L:      coreteam@netfilter.org
11836 S:      Maintained
11837 W:      http://www.netfilter.org/
11838 W:      http://www.iptables.org/
11839 W:      http://www.nftables.org/
11840 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
11841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
11842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
11843 F:      include/linux/netfilter*
11844 F:      include/linux/netfilter/
11845 F:      include/net/netfilter/
11846 F:      include/uapi/linux/netfilter*
11847 F:      include/uapi/linux/netfilter/
11848 F:      net/*/netfilter.c
11849 F:      net/*/netfilter/
11850 F:      net/bridge/br_netfilter*.c
11851 F:      net/netfilter/
11852
11853 NETROM NETWORK LAYER
11854 M:      Ralf Baechle <ralf@linux-mips.org>
11855 L:      linux-hams@vger.kernel.org
11856 S:      Maintained
11857 W:      http://www.linux-ax25.org/
11858 F:      include/net/netrom.h
11859 F:      include/uapi/linux/netrom.h
11860 F:      net/netrom/
11861
11862 NETRONOME ETHERNET DRIVERS
11863 M:      Jakub Kicinski <kuba@kernel.org>
11864 L:      oss-drivers@netronome.com
11865 S:      Maintained
11866 F:      drivers/net/ethernet/netronome/
11867
11868 NETWORK BLOCK DEVICE (NBD)
11869 M:      Josef Bacik <josef@toxicpanda.com>
11870 L:      linux-block@vger.kernel.org
11871 L:      nbd@other.debian.org
11872 S:      Maintained
11873 F:      Documentation/admin-guide/blockdev/nbd.rst
11874 F:      drivers/block/nbd.c
11875 F:      include/trace/events/nbd.h
11876 F:      include/uapi/linux/nbd.h
11877
11878 NETWORK DROP MONITOR
11879 M:      Neil Horman <nhorman@tuxdriver.com>
11880 L:      netdev@vger.kernel.org
11881 S:      Maintained
11882 W:      https://fedorahosted.org/dropwatch/
11883 F:      include/net/drop_monitor.h
11884 F:      include/uapi/linux/net_dropmon.h
11885 F:      net/core/drop_monitor.c
11886
11887 NETWORKING DRIVERS
11888 M:      "David S. Miller" <davem@davemloft.net>
11889 M:      Jakub Kicinski <kuba@kernel.org>
11890 L:      netdev@vger.kernel.org
11891 S:      Maintained
11892 W:      http://www.linuxfoundation.org/en/Net
11893 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
11895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
11896 F:      Documentation/devicetree/bindings/net/
11897 F:      drivers/net/
11898 F:      include/linux/etherdevice.h
11899 F:      include/linux/fcdevice.h
11900 F:      include/linux/fddidevice.h
11901 F:      include/linux/hippidevice.h
11902 F:      include/linux/if_*
11903 F:      include/linux/inetdevice.h
11904 F:      include/linux/netdevice.h
11905 F:      include/uapi/linux/if_*
11906 F:      include/uapi/linux/netdevice.h
11907
11908 NETWORKING DRIVERS (WIRELESS)
11909 M:      Kalle Valo <kvalo@codeaurora.org>
11910 L:      linux-wireless@vger.kernel.org
11911 S:      Maintained
11912 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
11913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
11914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
11915 F:      Documentation/devicetree/bindings/net/wireless/
11916 F:      drivers/net/wireless/
11917
11918 NETWORKING [DSA]
11919 M:      Andrew Lunn <andrew@lunn.ch>
11920 M:      Vivien Didelot <vivien.didelot@gmail.com>
11921 M:      Florian Fainelli <f.fainelli@gmail.com>
11922 S:      Maintained
11923 F:      Documentation/devicetree/bindings/net/dsa/
11924 F:      drivers/net/dsa/
11925 F:      include/linux/dsa/
11926 F:      include/linux/platform_data/dsa.h
11927 F:      include/net/dsa.h
11928 F:      net/dsa/
11929
11930 NETWORKING [GENERAL]
11931 M:      "David S. Miller" <davem@davemloft.net>
11932 M:      Jakub Kicinski <kuba@kernel.org>
11933 L:      netdev@vger.kernel.org
11934 S:      Maintained
11935 W:      http://www.linuxfoundation.org/en/Net
11936 Q:      http://patchwork.ozlabs.org/project/netdev/list/
11937 B:      mailto:netdev@vger.kernel.org
11938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
11939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
11940 F:      Documentation/networking/
11941 F:      include/linux/in.h
11942 F:      include/linux/net.h
11943 F:      include/linux/netdevice.h
11944 F:      include/net/
11945 F:      include/uapi/linux/in.h
11946 F:      include/uapi/linux/net.h
11947 F:      include/uapi/linux/net_namespace.h
11948 F:      include/uapi/linux/netdevice.h
11949 F:      lib/net_utils.c
11950 F:      lib/random32.c
11951 F:      net/
11952 F:      tools/testing/selftests/net/
11953
11954 NETWORKING [IPSEC]
11955 M:      Steffen Klassert <steffen.klassert@secunet.com>
11956 M:      Herbert Xu <herbert@gondor.apana.org.au>
11957 M:      "David S. Miller" <davem@davemloft.net>
11958 L:      netdev@vger.kernel.org
11959 S:      Maintained
11960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
11961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
11962 F:      include/net/xfrm.h
11963 F:      include/uapi/linux/xfrm.h
11964 F:      net/ipv4/ah4.c
11965 F:      net/ipv4/esp4*
11966 F:      net/ipv4/ip_vti.c
11967 F:      net/ipv4/ipcomp.c
11968 F:      net/ipv4/xfrm*
11969 F:      net/ipv6/ah6.c
11970 F:      net/ipv6/esp6*
11971 F:      net/ipv6/ip6_vti.c
11972 F:      net/ipv6/ipcomp6.c
11973 F:      net/ipv6/xfrm*
11974 F:      net/key/
11975 F:      net/xfrm/
11976
11977 NETWORKING [IPv4/IPv6]
11978 M:      "David S. Miller" <davem@davemloft.net>
11979 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
11980 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
11981 L:      netdev@vger.kernel.org
11982 S:      Maintained
11983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
11984 F:      arch/x86/net/*
11985 F:      include/net/ip*
11986 F:      net/ipv4/
11987 F:      net/ipv6/
11988
11989 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
11990 M:      Paul Moore <paul@paul-moore.com>
11991 L:      netdev@vger.kernel.org
11992 L:      linux-security-module@vger.kernel.org
11993 S:      Maintained
11994 W:      https://github.com/netlabel
11995 F:      Documentation/netlabel/
11996 F:      include/net/calipso.h
11997 F:      include/net/cipso_ipv4.h
11998 F:      include/net/netlabel.h
11999 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
12000 F:      include/uapi/linux/netfilter/xt_SECMARK.h
12001 F:      net/ipv4/cipso_ipv4.c
12002 F:      net/ipv6/calipso.c
12003 F:      net/netfilter/xt_CONNSECMARK.c
12004 F:      net/netfilter/xt_SECMARK.c
12005 F:      net/netlabel/
12006
12007 NETWORKING [MPTCP]
12008 M:      Mat Martineau <mathew.j.martineau@linux.intel.com>
12009 M:      Matthieu Baerts <matthieu.baerts@tessares.net>
12010 L:      netdev@vger.kernel.org
12011 L:      mptcp@lists.01.org
12012 S:      Maintained
12013 W:      https://github.com/multipath-tcp/mptcp_net-next/wiki
12014 B:      https://github.com/multipath-tcp/mptcp_net-next/issues
12015 F:      include/net/mptcp.h
12016 F:      include/uapi/linux/mptcp.h
12017 F:      net/mptcp/
12018 F:      tools/testing/selftests/net/mptcp/
12019
12020 NETWORKING [TCP]
12021 M:      Eric Dumazet <edumazet@google.com>
12022 L:      netdev@vger.kernel.org
12023 S:      Maintained
12024 F:      include/linux/tcp.h
12025 F:      include/net/tcp.h
12026 F:      include/trace/events/tcp.h
12027 F:      include/uapi/linux/tcp.h
12028 F:      net/ipv4/syncookies.c
12029 F:      net/ipv4/tcp*.c
12030 F:      net/ipv6/syncookies.c
12031 F:      net/ipv6/tcp*.c
12032
12033 NETWORKING [TLS]
12034 M:      Boris Pismenny <borisp@mellanox.com>
12035 M:      Aviad Yehezkel <aviadye@mellanox.com>
12036 M:      John Fastabend <john.fastabend@gmail.com>
12037 M:      Daniel Borkmann <daniel@iogearbox.net>
12038 M:      Jakub Kicinski <kuba@kernel.org>
12039 L:      netdev@vger.kernel.org
12040 S:      Maintained
12041 F:      include/net/tls.h
12042 F:      include/uapi/linux/tls.h
12043 F:      net/tls/*
12044
12045 NETWORKING [WIRELESS]
12046 L:      linux-wireless@vger.kernel.org
12047 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
12048
12049 NETXEN (1/10) GbE SUPPORT
12050 M:      Manish Chopra <manishc@marvell.com>
12051 M:      Rahul Verma <rahulv@marvell.com>
12052 M:      GR-Linux-NIC-Dev@marvell.com
12053 L:      netdev@vger.kernel.org
12054 S:      Supported
12055 F:      drivers/net/ethernet/qlogic/netxen/
12056
12057 NET_FAILOVER MODULE
12058 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
12059 L:      netdev@vger.kernel.org
12060 S:      Supported
12061 F:      Documentation/networking/net_failover.rst
12062 F:      drivers/net/net_failover.c
12063 F:      include/net/net_failover.h
12064
12065 NEXTHOP
12066 M:      David Ahern <dsahern@kernel.org>
12067 L:      netdev@vger.kernel.org
12068 S:      Maintained
12069 F:      include/net/netns/nexthop.h
12070 F:      include/net/nexthop.h
12071 F:      include/uapi/linux/nexthop.h
12072 F:      net/ipv4/nexthop.c
12073
12074 NFC SUBSYSTEM
12075 L:      netdev@vger.kernel.org
12076 S:      Orphan
12077 F:      Documentation/devicetree/bindings/net/nfc/
12078 F:      drivers/nfc/
12079 F:      include/linux/platform_data/nfcmrvl.h
12080 F:      include/net/nfc/
12081 F:      include/uapi/linux/nfc.h
12082 F:      net/nfc/
12083
12084 NFS, SUNRPC, AND LOCKD CLIENTS
12085 M:      Trond Myklebust <trond.myklebust@hammerspace.com>
12086 M:      Anna Schumaker <anna.schumaker@netapp.com>
12087 L:      linux-nfs@vger.kernel.org
12088 S:      Maintained
12089 W:      http://client.linux-nfs.org
12090 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
12091 F:      fs/lockd/
12092 F:      fs/nfs/
12093 F:      fs/nfs_common/
12094 F:      include/linux/lockd/
12095 F:      include/linux/nfs*
12096 F:      include/linux/sunrpc/
12097 F:      include/uapi/linux/nfs*
12098 F:      include/uapi/linux/sunrpc/
12099 F:      net/sunrpc/
12100
12101 NILFS2 FILESYSTEM
12102 M:      Ryusuke Konishi <konishi.ryusuke@gmail.com>
12103 L:      linux-nilfs@vger.kernel.org
12104 S:      Supported
12105 W:      https://nilfs.sourceforge.io/
12106 W:      https://nilfs.osdn.jp/
12107 T:      git git://github.com/konis/nilfs2.git
12108 F:      Documentation/filesystems/nilfs2.rst
12109 F:      fs/nilfs2/
12110 F:      include/trace/events/nilfs2.h
12111 F:      include/uapi/linux/nilfs2_api.h
12112 F:      include/uapi/linux/nilfs2_ondisk.h
12113
12114 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
12115 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
12116 S:      Maintained
12117 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
12118 F:      Documentation/scsi/NinjaSCSI.rst
12119 F:      drivers/scsi/pcmcia/nsp_*
12120
12121 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
12122 M:      GOTO Masanori <gotom@debian.or.jp>
12123 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
12124 S:      Maintained
12125 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
12126 F:      Documentation/scsi/NinjaSCSI.rst
12127 F:      drivers/scsi/nsp32*
12128
12129 NIOS2 ARCHITECTURE
12130 M:      Ley Foon Tan <ley.foon.tan@intel.com>
12131 S:      Maintained
12132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
12133 F:      arch/nios2/
12134
12135 NOHZ, DYNTICKS SUPPORT
12136 M:      Frederic Weisbecker <fweisbec@gmail.com>
12137 M:      Thomas Gleixner <tglx@linutronix.de>
12138 M:      Ingo Molnar <mingo@kernel.org>
12139 L:      linux-kernel@vger.kernel.org
12140 S:      Maintained
12141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
12142 F:      include/linux/sched/nohz.h
12143 F:      include/linux/tick.h
12144 F:      kernel/time/tick*.*
12145
12146 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
12147 M:      Pavel Machek <pavel@ucw.cz>
12148 M:      Sakari Ailus <sakari.ailus@iki.fi>
12149 L:      linux-media@vger.kernel.org
12150 S:      Maintained
12151 F:      drivers/media/i2c/ad5820.c
12152 F:      drivers/media/i2c/et8ek8
12153
12154 NOKIA N900 POWER SUPPLY DRIVERS
12155 R:      Pali Rohár <pali@kernel.org>
12156 F:      drivers/power/supply/bq2415x_charger.c
12157 F:      drivers/power/supply/bq27xxx_battery.c
12158 F:      drivers/power/supply/bq27xxx_battery_i2c.c
12159 F:      drivers/power/supply/isp1704_charger.c
12160 F:      drivers/power/supply/rx51_battery.c
12161 F:      include/linux/power/bq2415x_charger.h
12162 F:      include/linux/power/bq27xxx_battery.h
12163
12164 NOLIBC HEADER FILE
12165 M:      Willy Tarreau <w@1wt.eu>
12166 S:      Maintained
12167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/nolibc.git
12168 F:      tools/include/nolibc/
12169
12170 NSDEPS
12171 M:      Matthias Maennich <maennich@google.com>
12172 S:      Maintained
12173 F:      Documentation/core-api/symbol-namespaces.rst
12174 F:      scripts/nsdeps
12175
12176 NTB AMD DRIVER
12177 M:      Sanjay R Mehta <sanju.mehta@amd.com>
12178 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
12179 L:      linux-ntb@googlegroups.com
12180 S:      Supported
12181 F:      drivers/ntb/hw/amd/
12182
12183 NTB DRIVER CORE
12184 M:      Jon Mason <jdmason@kudzu.us>
12185 M:      Dave Jiang <dave.jiang@intel.com>
12186 M:      Allen Hubbe <allenbh@gmail.com>
12187 L:      linux-ntb@googlegroups.com
12188 S:      Supported
12189 W:      https://github.com/jonmason/ntb/wiki
12190 T:      git git://github.com/jonmason/ntb.git
12191 F:      drivers/net/ntb_netdev.c
12192 F:      drivers/ntb/
12193 F:      include/linux/ntb.h
12194 F:      include/linux/ntb_transport.h
12195 F:      tools/testing/selftests/ntb/
12196
12197 NTB IDT DRIVER
12198 M:      Serge Semin <fancer.lancer@gmail.com>
12199 L:      linux-ntb@googlegroups.com
12200 S:      Supported
12201 F:      drivers/ntb/hw/idt/
12202
12203 NTB INTEL DRIVER
12204 M:      Dave Jiang <dave.jiang@intel.com>
12205 L:      linux-ntb@googlegroups.com
12206 S:      Supported
12207 W:      https://github.com/davejiang/linux/wiki
12208 T:      git https://github.com/davejiang/linux.git
12209 F:      drivers/ntb/hw/intel/
12210
12211 NTFS FILESYSTEM
12212 M:      Anton Altaparmakov <anton@tuxera.com>
12213 L:      linux-ntfs-dev@lists.sourceforge.net
12214 S:      Supported
12215 W:      http://www.tuxera.com/
12216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
12217 F:      Documentation/filesystems/ntfs.rst
12218 F:      fs/ntfs/
12219
12220 NUBUS SUBSYSTEM
12221 M:      Finn Thain <fthain@telegraphics.com.au>
12222 L:      linux-m68k@lists.linux-m68k.org
12223 S:      Maintained
12224 F:      arch/*/include/asm/nubus.h
12225 F:      drivers/nubus/
12226 F:      include/linux/nubus.h
12227 F:      include/uapi/linux/nubus.h
12228
12229 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
12230 M:      Antonino Daplas <adaplas@gmail.com>
12231 L:      linux-fbdev@vger.kernel.org
12232 S:      Maintained
12233 F:      drivers/video/fbdev/nvidia/
12234 F:      drivers/video/fbdev/riva/
12235
12236 NVM EXPRESS DRIVER
12237 M:      Keith Busch <kbusch@kernel.org>
12238 M:      Jens Axboe <axboe@fb.com>
12239 M:      Christoph Hellwig <hch@lst.de>
12240 M:      Sagi Grimberg <sagi@grimberg.me>
12241 L:      linux-nvme@lists.infradead.org
12242 S:      Supported
12243 W:      http://git.infradead.org/nvme.git
12244 T:      git://git.infradead.org/nvme.git
12245 F:      drivers/nvme/host/
12246 F:      include/linux/nvme.h
12247 F:      include/uapi/linux/nvme_ioctl.h
12248
12249 NVM EXPRESS FC TRANSPORT DRIVERS
12250 M:      James Smart <james.smart@broadcom.com>
12251 L:      linux-nvme@lists.infradead.org
12252 S:      Supported
12253 F:      drivers/nvme/host/fc.c
12254 F:      drivers/nvme/target/fc.c
12255 F:      drivers/nvme/target/fcloop.c
12256 F:      include/linux/nvme-fc-driver.h
12257 F:      include/linux/nvme-fc.h
12258
12259 NVM EXPRESS TARGET DRIVER
12260 M:      Christoph Hellwig <hch@lst.de>
12261 M:      Sagi Grimberg <sagi@grimberg.me>
12262 M:      Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
12263 L:      linux-nvme@lists.infradead.org
12264 S:      Supported
12265 W:      http://git.infradead.org/nvme.git
12266 T:      git://git.infradead.org/nvme.git
12267 F:      drivers/nvme/target/
12268
12269 NVMEM FRAMEWORK
12270 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
12271 S:      Maintained
12272 F:      Documentation/ABI/stable/sysfs-bus-nvmem
12273 F:      Documentation/devicetree/bindings/nvmem/
12274 F:      drivers/nvmem/
12275 F:      include/linux/nvmem-consumer.h
12276 F:      include/linux/nvmem-provider.h
12277
12278 NXP FSPI DRIVER
12279 M:      Ashish Kumar <ashish.kumar@nxp.com>
12280 R:      Yogesh Gaur <yogeshgaur.83@gmail.com>
12281 L:      linux-spi@vger.kernel.org
12282 S:      Maintained
12283 F:      Documentation/devicetree/bindings/spi/spi-nxp-fspi.txt
12284 F:      drivers/spi/spi-nxp-fspi.c
12285
12286 NXP FXAS21002C DRIVER
12287 M:      Rui Miguel Silva <rmfrfs@gmail.com>
12288 L:      linux-iio@vger.kernel.org
12289 S:      Maintained
12290 F:      Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.txt
12291 F:      drivers/iio/gyro/fxas21002c.h
12292 F:      drivers/iio/gyro/fxas21002c_core.c
12293 F:      drivers/iio/gyro/fxas21002c_i2c.c
12294 F:      drivers/iio/gyro/fxas21002c_spi.c
12295
12296 NXP SGTL5000 DRIVER
12297 M:      Fabio Estevam <festevam@gmail.com>
12298 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12299 S:      Maintained
12300 F:      Documentation/devicetree/bindings/sound/sgtl5000.txt
12301 F:      sound/soc/codecs/sgtl5000*
12302
12303 NXP SJA1105 ETHERNET SWITCH DRIVER
12304 M:      Vladimir Oltean <olteanv@gmail.com>
12305 L:      linux-kernel@vger.kernel.org
12306 S:      Maintained
12307 F:      drivers/net/dsa/sja1105
12308
12309 NXP TDA998X DRM DRIVER
12310 M:      Russell King <linux@armlinux.org.uk>
12311 S:      Maintained
12312 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
12313 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
12314 F:      drivers/gpu/drm/i2c/tda998x_drv.c
12315 F:      include/drm/i2c/tda998x.h
12316 F:      include/dt-bindings/display/tda998x.h
12317 K:      "nxp,tda998x"
12318
12319 NXP TFA9879 DRIVER
12320 M:      Peter Rosin <peda@axentia.se>
12321 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12322 S:      Maintained
12323 F:      Documentation/devicetree/bindings/sound/tfa9879.txt
12324 F:      sound/soc/codecs/tfa9879*
12325
12326 NXP-NCI NFC DRIVER
12327 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
12328 R:      Charles Gorand <charles.gorand@effinnov.com>
12329 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
12330 S:      Supported
12331 F:      drivers/nfc/nxp-nci
12332
12333 OBJAGG
12334 M:      Jiri Pirko <jiri@mellanox.com>
12335 L:      netdev@vger.kernel.org
12336 S:      Supported
12337 F:      include/linux/objagg.h
12338 F:      lib/objagg.c
12339 F:      lib/test_objagg.c
12340
12341 OBJTOOL
12342 M:      Josh Poimboeuf <jpoimboe@redhat.com>
12343 M:      Peter Zijlstra <peterz@infradead.org>
12344 S:      Supported
12345 F:      tools/objtool/
12346
12347 OCELOT ETHERNET SWITCH DRIVER
12348 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
12349 M:      Vladimir Oltean <vladimir.oltean@nxp.com>
12350 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
12351 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
12352 L:      netdev@vger.kernel.org
12353 S:      Supported
12354 F:      drivers/net/dsa/ocelot/*
12355 F:      drivers/net/ethernet/mscc/
12356 F:      include/soc/mscc/ocelot*
12357 F:      net/dsa/tag_ocelot.c
12358
12359 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
12360 M:      Frederic Barrat <fbarrat@linux.ibm.com>
12361 M:      Andrew Donnellan <ajd@linux.ibm.com>
12362 L:      linuxppc-dev@lists.ozlabs.org
12363 S:      Supported
12364 F:      Documentation/userspace-api/accelerators/ocxl.rst
12365 F:      arch/powerpc/include/asm/pnv-ocxl.h
12366 F:      arch/powerpc/platforms/powernv/ocxl.c
12367 F:      drivers/misc/ocxl/
12368 F:      include/misc/ocxl*
12369 F:      include/uapi/misc/ocxl.h
12370
12371 OMAP AUDIO SUPPORT
12372 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
12373 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
12374 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12375 L:      linux-omap@vger.kernel.org
12376 S:      Maintained
12377 F:      sound/soc/ti/n810.c
12378 F:      sound/soc/ti/omap*
12379 F:      sound/soc/ti/rx51.c
12380 F:      sound/soc/ti/sdma-pcm.*
12381
12382 OMAP CLOCK FRAMEWORK SUPPORT
12383 M:      Paul Walmsley <paul@pwsan.com>
12384 L:      linux-omap@vger.kernel.org
12385 S:      Maintained
12386 F:      arch/arm/*omap*/*clock*
12387
12388 OMAP DEVICE TREE SUPPORT
12389 M:      Benoît Cousson <bcousson@baylibre.com>
12390 M:      Tony Lindgren <tony@atomide.com>
12391 L:      linux-omap@vger.kernel.org
12392 L:      devicetree@vger.kernel.org
12393 S:      Maintained
12394 F:      arch/arm/boot/dts/*am3*
12395 F:      arch/arm/boot/dts/*am4*
12396 F:      arch/arm/boot/dts/*am5*
12397 F:      arch/arm/boot/dts/*dra7*
12398 F:      arch/arm/boot/dts/*omap*
12399 F:      arch/arm/boot/dts/logicpd-som-lv*
12400 F:      arch/arm/boot/dts/logicpd-torpedo*
12401
12402 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
12403 L:      linux-omap@vger.kernel.org
12404 L:      linux-fbdev@vger.kernel.org
12405 S:      Orphan
12406 F:      Documentation/arm/omap/dss.rst
12407 F:      drivers/video/fbdev/omap2/
12408
12409 OMAP FRAMEBUFFER SUPPORT
12410 L:      linux-fbdev@vger.kernel.org
12411 L:      linux-omap@vger.kernel.org
12412 S:      Orphan
12413 F:      drivers/video/fbdev/omap/
12414
12415 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
12416 M:      Roger Quadros <rogerq@ti.com>
12417 M:      Tony Lindgren <tony@atomide.com>
12418 L:      linux-omap@vger.kernel.org
12419 S:      Maintained
12420 F:      arch/arm/mach-omap2/*gpmc*
12421 F:      drivers/memory/omap-gpmc.c
12422
12423 OMAP GPIO DRIVER
12424 M:      Grygorii Strashko <grygorii.strashko@ti.com>
12425 M:      Santosh Shilimkar <ssantosh@kernel.org>
12426 M:      Kevin Hilman <khilman@kernel.org>
12427 L:      linux-omap@vger.kernel.org
12428 S:      Maintained
12429 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
12430 F:      drivers/gpio/gpio-omap.c
12431
12432 OMAP HARDWARE SPINLOCK SUPPORT
12433 M:      Ohad Ben-Cohen <ohad@wizery.com>
12434 L:      linux-omap@vger.kernel.org
12435 S:      Maintained
12436 F:      drivers/hwspinlock/omap_hwspinlock.c
12437
12438 OMAP HS MMC SUPPORT
12439 L:      linux-mmc@vger.kernel.org
12440 L:      linux-omap@vger.kernel.org
12441 S:      Orphan
12442 F:      drivers/mmc/host/omap_hsmmc.c
12443
12444 OMAP HWMOD DATA
12445 M:      Paul Walmsley <paul@pwsan.com>
12446 L:      linux-omap@vger.kernel.org
12447 S:      Maintained
12448 F:      arch/arm/mach-omap2/omap_hwmod*data*
12449
12450 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
12451 M:      Benoît Cousson <bcousson@baylibre.com>
12452 L:      linux-omap@vger.kernel.org
12453 S:      Maintained
12454 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
12455
12456 OMAP HWMOD SUPPORT
12457 M:      Benoît Cousson <bcousson@baylibre.com>
12458 M:      Paul Walmsley <paul@pwsan.com>
12459 L:      linux-omap@vger.kernel.org
12460 S:      Maintained
12461 F:      arch/arm/mach-omap2/omap_hwmod.*
12462
12463 OMAP I2C DRIVER
12464 M:      Vignesh R <vigneshr@ti.com>
12465 L:      linux-omap@vger.kernel.org
12466 L:      linux-i2c@vger.kernel.org
12467 S:      Maintained
12468 F:      Documentation/devicetree/bindings/i2c/i2c-omap.txt
12469 F:      drivers/i2c/busses/i2c-omap.c
12470
12471 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
12472 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12473 L:      linux-media@vger.kernel.org
12474 S:      Maintained
12475 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
12476 F:      drivers/media/platform/omap3isp/
12477 F:      drivers/staging/media/omap4iss/
12478
12479 OMAP MMC SUPPORT
12480 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
12481 L:      linux-omap@vger.kernel.org
12482 S:      Odd Fixes
12483 F:      drivers/mmc/host/omap.c
12484
12485 OMAP POWER MANAGEMENT SUPPORT
12486 M:      Kevin Hilman <khilman@kernel.org>
12487 L:      linux-omap@vger.kernel.org
12488 S:      Maintained
12489 F:      arch/arm/*omap*/*pm*
12490 F:      drivers/cpufreq/omap-cpufreq.c
12491
12492 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
12493 M:      Rajendra Nayak <rnayak@codeaurora.org>
12494 M:      Paul Walmsley <paul@pwsan.com>
12495 L:      linux-omap@vger.kernel.org
12496 S:      Maintained
12497 F:      arch/arm/mach-omap2/prm*
12498
12499 OMAP RANDOM NUMBER GENERATOR SUPPORT
12500 M:      Deepak Saxena <dsaxena@plexity.net>
12501 S:      Maintained
12502 F:      drivers/char/hw_random/omap-rng.c
12503
12504 OMAP USB SUPPORT
12505 L:      linux-usb@vger.kernel.org
12506 L:      linux-omap@vger.kernel.org
12507 S:      Orphan
12508 F:      arch/arm/*omap*/usb*
12509 F:      drivers/usb/*/*omap*
12510
12511 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
12512 M:      Mark Jackson <mpfj@newflow.co.uk>
12513 L:      linux-omap@vger.kernel.org
12514 S:      Maintained
12515 F:      arch/arm/boot/dts/am335x-nano.dts
12516
12517 OMAP1 SUPPORT
12518 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
12519 M:      Tony Lindgren <tony@atomide.com>
12520 L:      linux-omap@vger.kernel.org
12521 S:      Maintained
12522 Q:      http://patchwork.kernel.org/project/linux-omap/list/
12523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
12524 F:      arch/arm/configs/omap1_defconfig
12525 F:      arch/arm/mach-omap1/
12526 F:      arch/arm/plat-omap/
12527 F:      drivers/i2c/busses/i2c-omap.c
12528 F:      include/linux/platform_data/ams-delta-fiq.h
12529 F:      include/linux/platform_data/i2c-omap.h
12530
12531 OMAP2+ SUPPORT
12532 M:      Tony Lindgren <tony@atomide.com>
12533 L:      linux-omap@vger.kernel.org
12534 S:      Maintained
12535 W:      http://www.muru.com/linux/omap/
12536 W:      http://linux.omap.com/
12537 Q:      http://patchwork.kernel.org/project/linux-omap/list/
12538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
12539 F:      arch/arm/configs/omap2plus_defconfig
12540 F:      arch/arm/mach-omap2/
12541 F:      arch/arm/plat-omap/
12542 F:      drivers/bus/ti-sysc.c
12543 F:      drivers/i2c/busses/i2c-omap.c
12544 F:      drivers/irqchip/irq-omap-intc.c
12545 F:      drivers/mfd/*omap*.c
12546 F:      drivers/mfd/menelaus.c
12547 F:      drivers/mfd/palmas.c
12548 F:      drivers/mfd/tps65217.c
12549 F:      drivers/mfd/tps65218.c
12550 F:      drivers/mfd/tps65910.c
12551 F:      drivers/mfd/twl-core.[ch]
12552 F:      drivers/mfd/twl4030*.c
12553 F:      drivers/mfd/twl6030*.c
12554 F:      drivers/mfd/twl6040*.c
12555 F:      drivers/regulator/palmas-regulator*.c
12556 F:      drivers/regulator/pbias-regulator.c
12557 F:      drivers/regulator/tps65217-regulator.c
12558 F:      drivers/regulator/tps65218-regulator.c
12559 F:      drivers/regulator/tps65910-regulator.c
12560 F:      drivers/regulator/twl-regulator.c
12561 F:      drivers/regulator/twl6030-regulator.c
12562 F:      include/linux/platform_data/i2c-omap.h
12563 F:      include/linux/platform_data/ti-sysc.h
12564
12565 OMFS FILESYSTEM
12566 M:      Bob Copeland <me@bobcopeland.com>
12567 L:      linux-karma-devel@lists.sourceforge.net
12568 S:      Maintained
12569 F:      Documentation/filesystems/omfs.rst
12570 F:      fs/omfs/
12571
12572 OMNIKEY CARDMAN 4000 DRIVER
12573 M:      Harald Welte <laforge@gnumonks.org>
12574 S:      Maintained
12575 F:      drivers/char/pcmcia/cm4000_cs.c
12576 F:      include/linux/cm4000_cs.h
12577 F:      include/uapi/linux/cm4000_cs.h
12578
12579 OMNIKEY CARDMAN 4040 DRIVER
12580 M:      Harald Welte <laforge@gnumonks.org>
12581 S:      Maintained
12582 F:      drivers/char/pcmcia/cm4040_cs.*
12583
12584 OMNIVISION OV13858 SENSOR DRIVER
12585 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
12586 L:      linux-media@vger.kernel.org
12587 S:      Maintained
12588 T:      git git://linuxtv.org/media_tree.git
12589 F:      drivers/media/i2c/ov13858.c
12590
12591 OMNIVISION OV2680 SENSOR DRIVER
12592 M:      Rui Miguel Silva <rmfrfs@gmail.com>
12593 L:      linux-media@vger.kernel.org
12594 S:      Maintained
12595 T:      git git://linuxtv.org/media_tree.git
12596 F:      Documentation/devicetree/bindings/media/i2c/ov2680.txt
12597 F:      drivers/media/i2c/ov2680.c
12598
12599 OMNIVISION OV2685 SENSOR DRIVER
12600 M:      Shunqian Zheng <zhengsq@rock-chips.com>
12601 L:      linux-media@vger.kernel.org
12602 S:      Maintained
12603 T:      git git://linuxtv.org/media_tree.git
12604 F:      drivers/media/i2c/ov2685.c
12605
12606 OMNIVISION OV2740 SENSOR DRIVER
12607 M:      Tianshu Qiu <tian.shu.qiua@intel.com>
12608 R:      Shawn Tu <shawnx.tu@intel.com>
12609 R:      Bingbu Cao <bingbu.cao@intel.com>
12610 L:      linux-media@vger.kernel.org
12611 S:      Maintained
12612 T:      git git://linuxtv.org/media_tree.git
12613 F:      drivers/media/i2c/ov2740.c
12614
12615 OMNIVISION OV5640 SENSOR DRIVER
12616 M:      Steve Longerbeam <slongerbeam@gmail.com>
12617 L:      linux-media@vger.kernel.org
12618 S:      Maintained
12619 T:      git git://linuxtv.org/media_tree.git
12620 F:      drivers/media/i2c/ov5640.c
12621
12622 OMNIVISION OV5647 SENSOR DRIVER
12623 M:      Luis Oliveira <lolivei@synopsys.com>
12624 L:      linux-media@vger.kernel.org
12625 S:      Maintained
12626 T:      git git://linuxtv.org/media_tree.git
12627 F:      drivers/media/i2c/ov5647.c
12628
12629 OMNIVISION OV5670 SENSOR DRIVER
12630 M:      Chiranjeevi Rapolu <chiranjeevi.rapolu@intel.com>
12631 M:      Hyungwoo Yang <hyungwoo.yang@intel.com>
12632 L:      linux-media@vger.kernel.org
12633 S:      Maintained
12634 T:      git git://linuxtv.org/media_tree.git
12635 F:      drivers/media/i2c/ov5670.c
12636
12637 OMNIVISION OV5675 SENSOR DRIVER
12638 M:      Shawn Tu <shawnx.tu@intel.com>
12639 L:      linux-media@vger.kernel.org
12640 S:      Maintained
12641 T:      git git://linuxtv.org/media_tree.git
12642 F:      drivers/media/i2c/ov5675.c
12643
12644 OMNIVISION OV5695 SENSOR DRIVER
12645 M:      Shunqian Zheng <zhengsq@rock-chips.com>
12646 L:      linux-media@vger.kernel.org
12647 S:      Maintained
12648 T:      git git://linuxtv.org/media_tree.git
12649 F:      drivers/media/i2c/ov5695.c
12650
12651 OMNIVISION OV7670 SENSOR DRIVER
12652 M:      Jonathan Corbet <corbet@lwn.net>
12653 L:      linux-media@vger.kernel.org
12654 S:      Maintained
12655 T:      git git://linuxtv.org/media_tree.git
12656 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
12657 F:      drivers/media/i2c/ov7670.c
12658
12659 OMNIVISION OV772x SENSOR DRIVER
12660 M:      Jacopo Mondi <jacopo@jmondi.org>
12661 L:      linux-media@vger.kernel.org
12662 S:      Odd fixes
12663 T:      git git://linuxtv.org/media_tree.git
12664 F:      Documentation/devicetree/bindings/media/i2c/ov772x.txt
12665 F:      drivers/media/i2c/ov772x.c
12666 F:      include/media/i2c/ov772x.h
12667
12668 OMNIVISION OV7740 SENSOR DRIVER
12669 M:      Wenyou Yang <wenyou.yang@microchip.com>
12670 L:      linux-media@vger.kernel.org
12671 S:      Maintained
12672 T:      git git://linuxtv.org/media_tree.git
12673 F:      Documentation/devicetree/bindings/media/i2c/ov7740.txt
12674 F:      drivers/media/i2c/ov7740.c
12675
12676 OMNIVISION OV8856 SENSOR DRIVER
12677 M:      Dongchun Zhu <dongchun.zhu@mediatek.com>
12678 L:      linux-media@vger.kernel.org
12679 S:      Maintained
12680 T:      git git://linuxtv.org/media_tree.git
12681 F:      Documentation/devicetree/bindings/media/i2c/ov8856.yaml
12682 F:      drivers/media/i2c/ov8856.c
12683
12684 OMNIVISION OV9640 SENSOR DRIVER
12685 M:      Petr Cvek <petrcvekcz@gmail.com>
12686 L:      linux-media@vger.kernel.org
12687 S:      Maintained
12688 F:      drivers/media/i2c/ov9640.*
12689
12690 OMNIVISION OV9650 SENSOR DRIVER
12691 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
12692 R:      Akinobu Mita <akinobu.mita@gmail.com>
12693 R:      Sylwester Nawrocki <s.nawrocki@samsung.com>
12694 L:      linux-media@vger.kernel.org
12695 S:      Maintained
12696 T:      git git://linuxtv.org/media_tree.git
12697 F:      Documentation/devicetree/bindings/media/i2c/ov9650.txt
12698 F:      drivers/media/i2c/ov9650.c
12699
12700 ONENAND FLASH DRIVER
12701 M:      Kyungmin Park <kyungmin.park@samsung.com>
12702 L:      linux-mtd@lists.infradead.org
12703 S:      Maintained
12704 F:      drivers/mtd/nand/onenand/
12705 F:      include/linux/mtd/onenand*.h
12706
12707 ONION OMEGA2+ BOARD
12708 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
12709 L:      linux-mips@vger.kernel.org
12710 S:      Maintained
12711 F:      arch/mips/boot/dts/ralink/omega2p.dts
12712
12713 OP-TEE DRIVER
12714 M:      Jens Wiklander <jens.wiklander@linaro.org>
12715 L:      op-tee@lists.trustedfirmware.org
12716 S:      Maintained
12717 F:      drivers/tee/optee/
12718
12719 OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER
12720 M:      Sumit Garg <sumit.garg@linaro.org>
12721 L:      op-tee@lists.trustedfirmware.org
12722 S:      Maintained
12723 F:      drivers/char/hw_random/optee-rng.c
12724
12725 OPA-VNIC DRIVER
12726 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
12727 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
12728 L:      linux-rdma@vger.kernel.org
12729 S:      Supported
12730 F:      drivers/infiniband/ulp/opa_vnic
12731
12732 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
12733 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
12734 M:      Frank Rowand <frowand.list@gmail.com>
12735 L:      devicetree@vger.kernel.org
12736 S:      Maintained
12737 F:      Documentation/devicetree/dynamic-resolution-notes.rst
12738 F:      Documentation/devicetree/overlay-notes.rst
12739 F:      drivers/of/overlay.c
12740 F:      drivers/of/resolver.c
12741 K:      of_overlay_notifier_
12742
12743 OPEN FIRMWARE AND FLATTENED DEVICE TREE
12744 M:      Rob Herring <robh+dt@kernel.org>
12745 M:      Frank Rowand <frowand.list@gmail.com>
12746 L:      devicetree@vger.kernel.org
12747 S:      Maintained
12748 W:      http://www.devicetree.org/
12749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
12750 F:      Documentation/ABI/testing/sysfs-firmware-ofw
12751 F:      drivers/of/
12752 F:      include/linux/of*.h
12753 F:      scripts/dtc/
12754
12755 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
12756 M:      Rob Herring <robh+dt@kernel.org>
12757 L:      devicetree@vger.kernel.org
12758 S:      Maintained
12759 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
12760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
12761 F:      Documentation/devicetree/
12762 F:      arch/*/boot/dts/
12763 F:      include/dt-bindings/
12764
12765 OPENCORES I2C BUS DRIVER
12766 M:      Peter Korsgaard <peter@korsgaard.com>
12767 M:      Andrew Lunn <andrew@lunn.ch>
12768 L:      linux-i2c@vger.kernel.org
12769 S:      Maintained
12770 F:      Documentation/devicetree/bindings/i2c/i2c-ocores.txt
12771 F:      Documentation/i2c/busses/i2c-ocores.rst
12772 F:      drivers/i2c/busses/i2c-ocores.c
12773 F:      include/linux/platform_data/i2c-ocores.h
12774
12775 OPENRISC ARCHITECTURE
12776 M:      Jonas Bonn <jonas@southpole.se>
12777 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
12778 M:      Stafford Horne <shorne@gmail.com>
12779 L:      openrisc@lists.librecores.org
12780 S:      Maintained
12781 W:      http://openrisc.io
12782 T:      git git://github.com/openrisc/linux.git
12783 F:      Documentation/devicetree/bindings/openrisc/
12784 F:      Documentation/openrisc/
12785 F:      arch/openrisc/
12786 F:      drivers/irqchip/irq-ompic.c
12787 F:      drivers/irqchip/irq-or1k-*
12788
12789 OPENVSWITCH
12790 M:      Pravin B Shelar <pshelar@ovn.org>
12791 L:      netdev@vger.kernel.org
12792 L:      dev@openvswitch.org
12793 S:      Maintained
12794 W:      http://openvswitch.org
12795 F:      include/uapi/linux/openvswitch.h
12796 F:      net/openvswitch/
12797
12798 OPERATING PERFORMANCE POINTS (OPP)
12799 M:      Viresh Kumar <vireshk@kernel.org>
12800 M:      Nishanth Menon <nm@ti.com>
12801 M:      Stephen Boyd <sboyd@kernel.org>
12802 L:      linux-pm@vger.kernel.org
12803 S:      Maintained
12804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
12805 F:      Documentation/devicetree/bindings/opp/
12806 F:      Documentation/power/opp.rst
12807 F:      drivers/opp/
12808 F:      include/linux/pm_opp.h
12809
12810 OPL4 DRIVER
12811 M:      Clemens Ladisch <clemens@ladisch.de>
12812 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12813 S:      Maintained
12814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12815 F:      sound/drivers/opl4/
12816
12817 OPROFILE
12818 M:      Robert Richter <rric@kernel.org>
12819 L:      oprofile-list@lists.sf.net
12820 S:      Maintained
12821 F:      arch/*/include/asm/oprofile*.h
12822 F:      arch/*/oprofile/
12823 F:      drivers/oprofile/
12824 F:      include/linux/oprofile.h
12825
12826 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
12827 M:      Mark Fasheh <mark@fasheh.com>
12828 M:      Joel Becker <jlbec@evilplan.org>
12829 M:      Joseph Qi <joseph.qi@linux.alibaba.com>
12830 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
12831 S:      Supported
12832 W:      http://ocfs2.wiki.kernel.org
12833 F:      Documentation/filesystems/dlmfs.rst
12834 F:      Documentation/filesystems/ocfs2.rst
12835 F:      fs/ocfs2/
12836
12837 ORANGEFS FILESYSTEM
12838 M:      Mike Marshall <hubcap@omnibond.com>
12839 R:      Martin Brandenburg <martin@omnibond.com>
12840 L:      devel@lists.orangefs.org
12841 S:      Supported
12842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
12843 F:      Documentation/filesystems/orangefs.rst
12844 F:      fs/orangefs/
12845
12846 ORINOCO DRIVER
12847 L:      linux-wireless@vger.kernel.org
12848 S:      Orphan
12849 W:      https://wireless.wiki.kernel.org/en/users/Drivers/orinoco
12850 W:      http://www.nongnu.org/orinoco/
12851 F:      drivers/net/wireless/intersil/orinoco/
12852
12853 OV2659 OMNIVISION SENSOR DRIVER
12854 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12855 L:      linux-media@vger.kernel.org
12856 S:      Maintained
12857 W:      https://linuxtv.org
12858 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12859 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
12860 F:      drivers/media/i2c/ov2659.c
12861 F:      include/media/i2c/ov2659.h
12862
12863 OVERLAY FILESYSTEM
12864 M:      Miklos Szeredi <miklos@szeredi.hu>
12865 L:      linux-unionfs@vger.kernel.org
12866 S:      Supported
12867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
12868 F:      Documentation/filesystems/overlayfs.rst
12869 F:      fs/overlayfs/
12870
12871 P54 WIRELESS DRIVER
12872 M:      Christian Lamparter <chunkeey@googlemail.com>
12873 L:      linux-wireless@vger.kernel.org
12874 S:      Maintained
12875 W:      https://wireless.wiki.kernel.org/en/users/Drivers/p54
12876 F:      drivers/net/wireless/intersil/p54/
12877
12878 PACKING
12879 M:      Vladimir Oltean <olteanv@gmail.com>
12880 L:      netdev@vger.kernel.org
12881 S:      Supported
12882 F:      Documentation/core-api/packing.rst
12883 F:      include/linux/packing.h
12884 F:      lib/packing.c
12885
12886 PADATA PARALLEL EXECUTION MECHANISM
12887 M:      Steffen Klassert <steffen.klassert@secunet.com>
12888 L:      linux-crypto@vger.kernel.org
12889 S:      Maintained
12890 F:      Documentation/core-api/padata.rst
12891 F:      include/linux/padata.h
12892 F:      kernel/padata.c
12893
12894 PAGE POOL
12895 M:      Jesper Dangaard Brouer <hawk@kernel.org>
12896 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
12897 L:      netdev@vger.kernel.org
12898 S:      Supported
12899 F:      include/net/page_pool.h
12900 F:      net/core/page_pool.c
12901
12902 PANASONIC LAPTOP ACPI EXTRAS DRIVER
12903 M:      Harald Welte <laforge@gnumonks.org>
12904 L:      platform-driver-x86@vger.kernel.org
12905 S:      Maintained
12906 F:      drivers/platform/x86/panasonic-laptop.c
12907
12908 PARALLAX PING IIO SENSOR DRIVER
12909 M:      Andreas Klinger <ak@it-klinger.de>
12910 L:      linux-iio@vger.kernel.org
12911 S:      Maintained
12912 F:      Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml
12913 F:      drivers/iio/proximity/ping.c
12914
12915 PARALLEL LCD/KEYPAD PANEL DRIVER
12916 M:      Willy Tarreau <willy@haproxy.com>
12917 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
12918 S:      Odd Fixes
12919 F:      Documentation/admin-guide/lcd-panel-cgram.rst
12920 F:      drivers/auxdisplay/panel.c
12921
12922 PARALLEL PORT SUBSYSTEM
12923 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12924 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12925 L:      linux-parport@lists.infradead.org (subscribers-only)
12926 S:      Maintained
12927 F:      Documentation/driver-api/parport*.rst
12928 F:      drivers/char/ppdev.c
12929 F:      drivers/parport/
12930 F:      include/linux/parport*.h
12931 F:      include/uapi/linux/ppdev.h
12932
12933 PARAVIRT_OPS INTERFACE
12934 M:      Juergen Gross <jgross@suse.com>
12935 M:      Deep Shah <sdeep@vmware.com>
12936 M:      "VMware, Inc." <pv-drivers@vmware.com>
12937 L:      virtualization@lists.linux-foundation.org
12938 S:      Supported
12939 F:      Documentation/virt/paravirt_ops.rst
12940 F:      arch/*/include/asm/paravirt*.h
12941 F:      arch/*/kernel/paravirt*
12942 F:      include/linux/hypervisor.h
12943
12944 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
12945 M:      Tim Waugh <tim@cyberelk.net>
12946 L:      linux-parport@lists.infradead.org (subscribers-only)
12947 S:      Maintained
12948 F:      Documentation/admin-guide/blockdev/paride.rst
12949 F:      drivers/block/paride/
12950
12951 PARISC ARCHITECTURE
12952 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
12953 M:      Helge Deller <deller@gmx.de>
12954 L:      linux-parisc@vger.kernel.org
12955 S:      Maintained
12956 W:      https://parisc.wiki.kernel.org
12957 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
12958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
12959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
12960 F:      Documentation/parisc/
12961 F:      arch/parisc/
12962 F:      drivers/char/agp/parisc-agp.c
12963 F:      drivers/input/misc/hp_sdc_rtc.c
12964 F:      drivers/input/serio/gscps2.c
12965 F:      drivers/input/serio/hp_sdc*
12966 F:      drivers/parisc/
12967 F:      drivers/parport/parport_gsc.*
12968 F:      drivers/tty/serial/8250/8250_gsc.c
12969 F:      drivers/video/console/sti*
12970 F:      drivers/video/fbdev/sti*
12971 F:      drivers/video/logo/logo_parisc*
12972 F:      include/linux/hp_sdc.h
12973
12974 PARMAN
12975 M:      Jiri Pirko <jiri@mellanox.com>
12976 L:      netdev@vger.kernel.org
12977 S:      Supported
12978 F:      include/linux/parman.h
12979 F:      lib/parman.c
12980 F:      lib/test_parman.c
12981
12982 PC ENGINES APU BOARD DRIVER
12983 M:      Enrico Weigelt, metux IT consult <info@metux.net>
12984 S:      Maintained
12985 F:      drivers/platform/x86/pcengines-apuv2.c
12986
12987 PC87360 HARDWARE MONITORING DRIVER
12988 M:      Jim Cromie <jim.cromie@gmail.com>
12989 L:      linux-hwmon@vger.kernel.org
12990 S:      Maintained
12991 F:      Documentation/hwmon/pc87360.rst
12992 F:      drivers/hwmon/pc87360.c
12993
12994 PC8736x GPIO DRIVER
12995 M:      Jim Cromie <jim.cromie@gmail.com>
12996 S:      Maintained
12997 F:      drivers/char/pc8736x_gpio.c
12998
12999 PC87427 HARDWARE MONITORING DRIVER
13000 M:      Jean Delvare <jdelvare@suse.com>
13001 L:      linux-hwmon@vger.kernel.org
13002 S:      Maintained
13003 F:      Documentation/hwmon/pc87427.rst
13004 F:      drivers/hwmon/pc87427.c
13005
13006 PCA9532 LED DRIVER
13007 M:      Riku Voipio <riku.voipio@iki.fi>
13008 S:      Maintained
13009 F:      drivers/leds/leds-pca9532.c
13010 F:      include/linux/leds-pca9532.h
13011
13012 PCA9541 I2C BUS MASTER SELECTOR DRIVER
13013 M:      Guenter Roeck <linux@roeck-us.net>
13014 L:      linux-i2c@vger.kernel.org
13015 S:      Maintained
13016 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
13017
13018 PCDP - PRIMARY CONSOLE AND DEBUG PORT
13019 M:      Khalid Aziz <khalid@gonehiking.org>
13020 S:      Maintained
13021 F:      drivers/firmware/pcdp.*
13022
13023 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
13024 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13025 L:      linux-pci@vger.kernel.org
13026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13027 S:      Maintained
13028 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
13029 F:      drivers/pci/controller/pci-aardvark.c
13030
13031 PCI DRIVER FOR ALTERA PCIE IP
13032 M:      Ley Foon Tan <ley.foon.tan@intel.com>
13033 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
13034 L:      linux-pci@vger.kernel.org
13035 S:      Supported
13036 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
13037 F:      drivers/pci/controller/pcie-altera.c
13038
13039 PCI DRIVER FOR APPLIEDMICRO XGENE
13040 M:      Toan Le <toan@os.amperecomputing.com>
13041 L:      linux-pci@vger.kernel.org
13042 L:      linux-arm-kernel@lists.infradead.org
13043 S:      Maintained
13044 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
13045 F:      drivers/pci/controller/pci-xgene.c
13046
13047 PCI DRIVER FOR ARM VERSATILE PLATFORM
13048 M:      Rob Herring <robh@kernel.org>
13049 L:      linux-pci@vger.kernel.org
13050 L:      linux-arm-kernel@lists.infradead.org
13051 S:      Maintained
13052 F:      Documentation/devicetree/bindings/pci/versatile.yaml
13053 F:      drivers/pci/controller/pci-versatile.c
13054
13055 PCI DRIVER FOR ARMADA 8K
13056 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13057 L:      linux-pci@vger.kernel.org
13058 L:      linux-arm-kernel@lists.infradead.org
13059 S:      Maintained
13060 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
13061 F:      drivers/pci/controller/dwc/pcie-armada8k.c
13062
13063 PCI DRIVER FOR CADENCE PCIE IP
13064 M:      Tom Joseph <tjoseph@cadence.com>
13065 L:      linux-pci@vger.kernel.org
13066 S:      Maintained
13067 F:      Documentation/devicetree/bindings/pci/cdns,*
13068 F:      drivers/pci/controller/cadence/
13069
13070 PCI DRIVER FOR FREESCALE LAYERSCAPE
13071 M:      Minghuan Lian <minghuan.Lian@nxp.com>
13072 M:      Mingkai Hu <mingkai.hu@nxp.com>
13073 M:      Roy Zang <roy.zang@nxp.com>
13074 L:      linuxppc-dev@lists.ozlabs.org
13075 L:      linux-pci@vger.kernel.org
13076 L:      linux-arm-kernel@lists.infradead.org
13077 S:      Maintained
13078 F:      drivers/pci/controller/dwc/*layerscape*
13079
13080 PCI DRIVER FOR GENERIC OF HOSTS
13081 M:      Will Deacon <will@kernel.org>
13082 L:      linux-pci@vger.kernel.org
13083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13084 S:      Maintained
13085 F:      Documentation/devicetree/bindings/pci/host-generic-pci.yaml
13086 F:      drivers/pci/controller/pci-host-common.c
13087 F:      drivers/pci/controller/pci-host-generic.c
13088
13089 PCI DRIVER FOR IMX6
13090 M:      Richard Zhu <hongxing.zhu@nxp.com>
13091 M:      Lucas Stach <l.stach@pengutronix.de>
13092 L:      linux-pci@vger.kernel.org
13093 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13094 S:      Maintained
13095 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
13096 F:      drivers/pci/controller/dwc/*imx6*
13097
13098 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
13099 M:      Jonathan Derrick <jonathan.derrick@intel.com>
13100 L:      linux-pci@vger.kernel.org
13101 S:      Supported
13102 F:      drivers/pci/controller/vmd.c
13103
13104 PCI DRIVER FOR MICROSEMI SWITCHTEC
13105 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
13106 M:      Logan Gunthorpe <logang@deltatee.com>
13107 L:      linux-pci@vger.kernel.org
13108 S:      Maintained
13109 F:      Documentation/ABI/testing/sysfs-class-switchtec
13110 F:      Documentation/driver-api/switchtec.rst
13111 F:      drivers/ntb/hw/mscc/
13112 F:      drivers/pci/switch/switchtec*
13113 F:      include/linux/switchtec.h
13114 F:      include/uapi/linux/switchtec_ioctl.h
13115
13116 PCI DRIVER FOR MOBIVEIL PCIE IP
13117 M:      Karthikeyan Mitran <m.karthikeyan@mobiveil.co.in>
13118 M:      Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
13119 L:      linux-pci@vger.kernel.org
13120 S:      Supported
13121 F:      Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
13122 F:      drivers/pci/controller/mobiveil/pcie-mobiveil*
13123
13124 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
13125 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13126 M:      Jason Cooper <jason@lakedaemon.net>
13127 L:      linux-pci@vger.kernel.org
13128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13129 S:      Maintained
13130 F:      drivers/pci/controller/*mvebu*
13131
13132 PCI DRIVER FOR NVIDIA TEGRA
13133 M:      Thierry Reding <thierry.reding@gmail.com>
13134 L:      linux-tegra@vger.kernel.org
13135 L:      linux-pci@vger.kernel.org
13136 S:      Supported
13137 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
13138 F:      drivers/pci/controller/pci-tegra.c
13139
13140 PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER
13141 M:      Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
13142 L:      linux-pci@vger.kernel.org
13143 L:      linux-arm-kernel@lists.infradead.org
13144 S:      Maintained
13145 F:      Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
13146 F:      drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c
13147
13148 PCI DRIVER FOR RENESAS R-CAR
13149 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
13150 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
13151 L:      linux-pci@vger.kernel.org
13152 L:      linux-renesas-soc@vger.kernel.org
13153 S:      Maintained
13154 F:      Documentation/devicetree/bindings/pci/*rcar*
13155 F:      drivers/pci/controller/*rcar*
13156
13157 PCI DRIVER FOR SAMSUNG EXYNOS
13158 M:      Jingoo Han <jingoohan1@gmail.com>
13159 L:      linux-pci@vger.kernel.org
13160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13161 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13162 S:      Maintained
13163 F:      drivers/pci/controller/dwc/pci-exynos.c
13164
13165 PCI DRIVER FOR SYNOPSYS DESIGNWARE
13166 M:      Jingoo Han <jingoohan1@gmail.com>
13167 M:      Gustavo Pimentel <gustavo.pimentel@synopsys.com>
13168 L:      linux-pci@vger.kernel.org
13169 S:      Maintained
13170 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
13171 F:      drivers/pci/controller/dwc/*designware*
13172
13173 PCI DRIVER FOR TI DRA7XX
13174 M:      Kishon Vijay Abraham I <kishon@ti.com>
13175 L:      linux-omap@vger.kernel.org
13176 L:      linux-pci@vger.kernel.org
13177 S:      Supported
13178 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
13179 F:      drivers/pci/controller/dwc/pci-dra7xx.c
13180
13181 PCI DRIVER FOR TI KEYSTONE
13182 M:      Murali Karicheri <m-karicheri2@ti.com>
13183 L:      linux-pci@vger.kernel.org
13184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13185 S:      Maintained
13186 F:      drivers/pci/controller/dwc/pci-keystone.c
13187
13188 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
13189 M:      Linus Walleij <linus.walleij@linaro.org>
13190 L:      linux-pci@vger.kernel.org
13191 S:      Maintained
13192 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
13193 F:      drivers/pci/controller/pci-v3-semi.c
13194
13195 PCI ENDPOINT SUBSYSTEM
13196 M:      Kishon Vijay Abraham I <kishon@ti.com>
13197 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
13198 L:      linux-pci@vger.kernel.org
13199 S:      Supported
13200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
13201 F:      drivers/misc/pci_endpoint_test.c
13202 F:      drivers/pci/endpoint/
13203 F:      tools/pci/
13204
13205 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
13206 M:      Russell Currey <ruscur@russell.cc>
13207 M:      Sam Bobroff <sbobroff@linux.ibm.com>
13208 M:      Oliver O'Halloran <oohall@gmail.com>
13209 L:      linuxppc-dev@lists.ozlabs.org
13210 S:      Supported
13211 F:      Documentation/PCI/pci-error-recovery.rst
13212 F:      Documentation/powerpc/eeh-pci-error-recovery.rst
13213 F:      arch/powerpc/include/*/eeh*.h
13214 F:      arch/powerpc/kernel/eeh*.c
13215 F:      arch/powerpc/platforms/*/eeh*.c
13216 F:      drivers/pci/pcie/aer.c
13217 F:      drivers/pci/pcie/dpc.c
13218 F:      drivers/pci/pcie/err.c
13219
13220 PCI ERROR RECOVERY
13221 M:      Linas Vepstas <linasvepstas@gmail.com>
13222 L:      linux-pci@vger.kernel.org
13223 S:      Supported
13224 F:      Documentation/PCI/pci-error-recovery.rst
13225
13226 PCI MSI DRIVER FOR ALTERA MSI IP
13227 M:      Ley Foon Tan <ley.foon.tan@intel.com>
13228 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
13229 L:      linux-pci@vger.kernel.org
13230 S:      Supported
13231 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
13232 F:      drivers/pci/controller/pcie-altera-msi.c
13233
13234 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
13235 M:      Toan Le <toan@os.amperecomputing.com>
13236 L:      linux-pci@vger.kernel.org
13237 L:      linux-arm-kernel@lists.infradead.org
13238 S:      Maintained
13239 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
13240 F:      drivers/pci/controller/pci-xgene-msi.c
13241
13242 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
13243 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
13244 R:      Rob Herring <robh@kernel.org>
13245 L:      linux-pci@vger.kernel.org
13246 S:      Supported
13247 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
13248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
13249 F:      drivers/pci/controller/
13250
13251 PCI SUBSYSTEM
13252 M:      Bjorn Helgaas <bhelgaas@google.com>
13253 L:      linux-pci@vger.kernel.org
13254 S:      Supported
13255 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
13256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
13257 F:      Documentation/PCI/
13258 F:      Documentation/devicetree/bindings/pci/
13259 F:      arch/x86/kernel/early-quirks.c
13260 F:      arch/x86/kernel/quirks.c
13261 F:      arch/x86/pci/
13262 F:      drivers/acpi/pci*
13263 F:      drivers/pci/
13264 F:      include/asm-generic/pci*
13265 F:      include/linux/of_pci.h
13266 F:      include/linux/pci*
13267 F:      include/uapi/linux/pci*
13268 F:      lib/pci*
13269
13270 PCIE DRIVER FOR AMAZON ANNAPURNA LABS
13271 M:      Jonathan Chocron <jonnyc@amazon.com>
13272 L:      linux-pci@vger.kernel.org
13273 S:      Maintained
13274 F:      Documentation/devicetree/bindings/pci/pcie-al.txt
13275 F:      drivers/pci/controller/dwc/pcie-al.c
13276
13277 PCIE DRIVER FOR AMLOGIC MESON
13278 M:      Yue Wang <yue.wang@Amlogic.com>
13279 L:      linux-pci@vger.kernel.org
13280 L:      linux-amlogic@lists.infradead.org
13281 S:      Maintained
13282 F:      drivers/pci/controller/dwc/pci-meson.c
13283
13284 PCIE DRIVER FOR AXIS ARTPEC
13285 M:      Jesper Nilsson <jesper.nilsson@axis.com>
13286 L:      linux-arm-kernel@axis.com
13287 L:      linux-pci@vger.kernel.org
13288 S:      Maintained
13289 F:      Documentation/devicetree/bindings/pci/axis,artpec*
13290 F:      drivers/pci/controller/dwc/*artpec*
13291
13292 PCIE DRIVER FOR CAVIUM THUNDERX
13293 M:      Robert Richter <rrichter@marvell.com>
13294 L:      linux-pci@vger.kernel.org
13295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13296 S:      Supported
13297 F:      drivers/pci/controller/pci-thunder-*
13298
13299 PCIE DRIVER FOR HISILICON
13300 M:      Zhou Wang <wangzhou1@hisilicon.com>
13301 L:      linux-pci@vger.kernel.org
13302 S:      Maintained
13303 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
13304 F:      drivers/pci/controller/dwc/pcie-hisi.c
13305
13306 PCIE DRIVER FOR HISILICON KIRIN
13307 M:      Xiaowei Song <songxiaowei@hisilicon.com>
13308 M:      Binghui Wang <wangbinghui@hisilicon.com>
13309 L:      linux-pci@vger.kernel.org
13310 S:      Maintained
13311 F:      Documentation/devicetree/bindings/pci/kirin-pcie.txt
13312 F:      drivers/pci/controller/dwc/pcie-kirin.c
13313
13314 PCIE DRIVER FOR HISILICON STB
13315 M:      Shawn Guo <shawn.guo@linaro.org>
13316 L:      linux-pci@vger.kernel.org
13317 S:      Maintained
13318 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
13319 F:      drivers/pci/controller/dwc/pcie-histb.c
13320
13321 PCIE DRIVER FOR MEDIATEK
13322 M:      Ryder Lee <ryder.lee@mediatek.com>
13323 L:      linux-pci@vger.kernel.org
13324 L:      linux-mediatek@lists.infradead.org
13325 S:      Supported
13326 F:      Documentation/devicetree/bindings/pci/mediatek*
13327 F:      drivers/pci/controller/*mediatek*
13328
13329 PCIE DRIVER FOR QUALCOMM MSM
13330 M:      Stanimir Varbanov <svarbanov@mm-sol.com>
13331 L:      linux-pci@vger.kernel.org
13332 L:      linux-arm-msm@vger.kernel.org
13333 S:      Maintained
13334 F:      drivers/pci/controller/dwc/*qcom*
13335
13336 PCIE DRIVER FOR ROCKCHIP
13337 M:      Shawn Lin <shawn.lin@rock-chips.com>
13338 L:      linux-pci@vger.kernel.org
13339 L:      linux-rockchip@lists.infradead.org
13340 S:      Maintained
13341 F:      Documentation/devicetree/bindings/pci/rockchip-pcie*
13342 F:      drivers/pci/controller/pcie-rockchip*
13343
13344 PCIE DRIVER FOR SOCIONEXT UNIPHIER
13345 M:      Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
13346 L:      linux-pci@vger.kernel.org
13347 S:      Maintained
13348 F:      Documentation/devicetree/bindings/pci/uniphier-pcie*
13349 F:      drivers/pci/controller/dwc/pcie-uniphier*
13350
13351 PCIE DRIVER FOR ST SPEAR13XX
13352 M:      Pratyush Anand <pratyush.anand@gmail.com>
13353 L:      linux-pci@vger.kernel.org
13354 S:      Maintained
13355 F:      drivers/pci/controller/dwc/*spear*
13356
13357 PCMCIA SUBSYSTEM
13358 M:      Dominik Brodowski <linux@dominikbrodowski.net>
13359 S:      Odd Fixes
13360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
13361 F:      Documentation/pcmcia/
13362 F:      drivers/pcmcia/
13363 F:      include/pcmcia/
13364 F:      tools/pcmcia/
13365
13366 PCNET32 NETWORK DRIVER
13367 M:      Don Fry <pcnet32@frontier.com>
13368 L:      netdev@vger.kernel.org
13369 S:      Maintained
13370 F:      drivers/net/ethernet/amd/pcnet32.c
13371
13372 PCRYPT PARALLEL CRYPTO ENGINE
13373 M:      Steffen Klassert <steffen.klassert@secunet.com>
13374 L:      linux-crypto@vger.kernel.org
13375 S:      Maintained
13376 F:      crypto/pcrypt.c
13377 F:      include/crypto/pcrypt.h
13378
13379 PEAQ WMI HOTKEYS DRIVER
13380 M:      Hans de Goede <hdegoede@redhat.com>
13381 L:      platform-driver-x86@vger.kernel.org
13382 S:      Maintained
13383 F:      drivers/platform/x86/peaq-wmi.c
13384
13385 PENSANDO ETHERNET DRIVERS
13386 M:      Shannon Nelson <snelson@pensando.io>
13387 M:      Pensando Drivers <drivers@pensando.io>
13388 L:      netdev@vger.kernel.org
13389 S:      Supported
13390 F:      Documentation/networking/device_drivers/pensando/ionic.rst
13391 F:      drivers/net/ethernet/pensando/
13392
13393 PER-CPU MEMORY ALLOCATOR
13394 M:      Dennis Zhou <dennis@kernel.org>
13395 M:      Tejun Heo <tj@kernel.org>
13396 M:      Christoph Lameter <cl@linux.com>
13397 S:      Maintained
13398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
13399 F:      arch/*/include/asm/percpu.h
13400 F:      include/linux/percpu*.h
13401 F:      mm/percpu*.c
13402
13403 PER-TASK DELAY ACCOUNTING
13404 M:      Balbir Singh <bsingharora@gmail.com>
13405 S:      Maintained
13406 F:      include/linux/delayacct.h
13407 F:      kernel/delayacct.c
13408
13409 PERFORMANCE EVENTS SUBSYSTEM
13410 M:      Peter Zijlstra <peterz@infradead.org>
13411 M:      Ingo Molnar <mingo@redhat.com>
13412 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
13413 R:      Mark Rutland <mark.rutland@arm.com>
13414 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
13415 R:      Jiri Olsa <jolsa@redhat.com>
13416 R:      Namhyung Kim <namhyung@kernel.org>
13417 L:      linux-kernel@vger.kernel.org
13418 S:      Supported
13419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13420 F:      arch/*/events/*
13421 F:      arch/*/events/*/*
13422 F:      arch/*/include/asm/perf_event.h
13423 F:      arch/*/kernel/*/*/perf_event*.c
13424 F:      arch/*/kernel/*/perf_event*.c
13425 F:      arch/*/kernel/perf_callchain.c
13426 F:      arch/*/kernel/perf_event*.c
13427 F:      include/linux/perf_event.h
13428 F:      include/uapi/linux/perf_event.h
13429 F:      kernel/events/*
13430 F:      tools/perf/
13431
13432 PERFORMANCE EVENTS SUBSYSTEM ARM64 PMU EVENTS
13433 R:      John Garry <john.garry@huawei.com>
13434 R:      Will Deacon <will@kernel.org>
13435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13436 S:      Supported
13437 F:      tools/perf/pmu-events/arch/arm64/
13438
13439 PERSONALITY HANDLING
13440 M:      Christoph Hellwig <hch@infradead.org>
13441 L:      linux-abi-devel@lists.sourceforge.net
13442 S:      Maintained
13443 F:      include/linux/personality.h
13444 F:      include/uapi/linux/personality.h
13445
13446 PHOENIX RC FLIGHT CONTROLLER ADAPTER
13447 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
13448 L:      linux-input@vger.kernel.org
13449 S:      Maintained
13450 F:      Documentation/input/devices/pxrc.rst
13451 F:      drivers/input/joystick/pxrc.c
13452
13453 PHONET PROTOCOL
13454 M:      Remi Denis-Courmont <courmisch@gmail.com>
13455 S:      Supported
13456 F:      Documentation/networking/phonet.rst
13457 F:      include/linux/phonet.h
13458 F:      include/net/phonet/
13459 F:      include/uapi/linux/phonet.h
13460 F:      net/phonet/
13461
13462 PHRAM MTD DRIVER
13463 M:      Joern Engel <joern@lazybastard.org>
13464 L:      linux-mtd@lists.infradead.org
13465 S:      Maintained
13466 F:      drivers/mtd/devices/phram.c
13467
13468 PICOLCD HID DRIVER
13469 M:      Bruno Prémont <bonbons@linux-vserver.org>
13470 L:      linux-input@vger.kernel.org
13471 S:      Maintained
13472 F:      drivers/hid/hid-picolcd*
13473
13474 PICOXCELL SUPPORT
13475 M:      Jamie Iles <jamie@jamieiles.com>
13476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13477 S:      Supported
13478 T:      git git://github.com/jamieiles/linux-2.6-ji.git
13479 F:      arch/arm/boot/dts/picoxcell*
13480 F:      arch/arm/mach-picoxcell/
13481 F:      drivers/crypto/picoxcell*
13482
13483 PIDFD API
13484 M:      Christian Brauner <christian@brauner.io>
13485 L:      linux-kernel@vger.kernel.org
13486 S:      Maintained
13487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
13488 F:      samples/pidfd/
13489 F:      tools/testing/selftests/clone3/
13490 F:      tools/testing/selftests/pid_namespace/
13491 F:      tools/testing/selftests/pidfd/
13492 K:      (?i)pidfd
13493 K:      (?i)clone3
13494 K:      \b(clone_args|kernel_clone_args)\b
13495
13496 PIN CONTROL SUBSYSTEM
13497 M:      Linus Walleij <linus.walleij@linaro.org>
13498 L:      linux-gpio@vger.kernel.org
13499 S:      Maintained
13500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
13501 F:      Documentation/devicetree/bindings/pinctrl/
13502 F:      Documentation/driver-api/pinctl.rst
13503 F:      drivers/pinctrl/
13504 F:      include/linux/pinctrl/
13505
13506 PIN CONTROLLER - FREESCALE
13507 M:      Dong Aisheng <aisheng.dong@nxp.com>
13508 M:      Fabio Estevam <festevam@gmail.com>
13509 M:      Shawn Guo <shawnguo@kernel.org>
13510 M:      Stefan Agner <stefan@agner.ch>
13511 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
13512 L:      linux-gpio@vger.kernel.org
13513 S:      Maintained
13514 F:      Documentation/devicetree/bindings/pinctrl/fsl,*
13515 F:      drivers/pinctrl/freescale/
13516
13517 PIN CONTROLLER - INTEL
13518 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
13519 M:      Andy Shevchenko <andy@kernel.org>
13520 S:      Maintained
13521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
13522 F:      drivers/pinctrl/intel/
13523
13524 PIN CONTROLLER - MEDIATEK
13525 M:      Sean Wang <sean.wang@kernel.org>
13526 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
13527 S:      Maintained
13528 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
13529 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
13530 F:      drivers/pinctrl/mediatek/
13531
13532 PIN CONTROLLER - MICROCHIP AT91
13533 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
13534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13535 L:      linux-gpio@vger.kernel.org
13536 S:      Supported
13537 F:      drivers/gpio/gpio-sama5d2-piobu.c
13538 F:      drivers/pinctrl/pinctrl-at91*
13539
13540 PIN CONTROLLER - QUALCOMM
13541 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
13542 L:      linux-arm-msm@vger.kernel.org
13543 S:      Maintained
13544 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
13545 F:      drivers/pinctrl/qcom/
13546
13547 PIN CONTROLLER - RENESAS
13548 M:      Geert Uytterhoeven <geert+renesas@glider.be>
13549 L:      linux-renesas-soc@vger.kernel.org
13550 S:      Supported
13551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
13552 F:      Documentation/devicetree/bindings/pinctrl/renesas,*
13553 F:      drivers/pinctrl/pinctrl-rz*
13554 F:      drivers/pinctrl/sh-pfc/
13555
13556 PIN CONTROLLER - SAMSUNG
13557 M:      Tomasz Figa <tomasz.figa@gmail.com>
13558 M:      Krzysztof Kozlowski <krzk@kernel.org>
13559 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
13560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13561 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13562 S:      Maintained
13563 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
13564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
13565 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
13566 F:      drivers/pinctrl/samsung/
13567 F:      include/dt-bindings/pinctrl/samsung.h
13568
13569 PIN CONTROLLER - SINGLE
13570 M:      Tony Lindgren <tony@atomide.com>
13571 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
13572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13573 L:      linux-omap@vger.kernel.org
13574 S:      Maintained
13575 F:      drivers/pinctrl/pinctrl-single.c
13576
13577 PIN CONTROLLER - ST SPEAR
13578 M:      Viresh Kumar <vireshk@kernel.org>
13579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13580 S:      Maintained
13581 W:      http://www.st.com/spear
13582 F:      drivers/pinctrl/spear/
13583
13584 PISTACHIO SOC SUPPORT
13585 M:      James Hartley <james.hartley@sondrel.com>
13586 L:      linux-mips@vger.kernel.org
13587 S:      Odd Fixes
13588 F:      arch/mips/boot/dts/img/pistachio*
13589 F:      arch/mips/configs/pistachio*_defconfig
13590 F:      arch/mips/include/asm/mach-pistachio/
13591 F:      arch/mips/pistachio/
13592
13593 PKTCDVD DRIVER
13594 M:      linux-block@vger.kernel.org
13595 S:      Orphan
13596 F:      drivers/block/pktcdvd.c
13597 F:      include/linux/pktcdvd.h
13598 F:      include/uapi/linux/pktcdvd.h
13599
13600 PKUNITY SOC DRIVERS
13601 M:      Guan Xuetao <gxt@pku.edu.cn>
13602 S:      Maintained
13603 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13604 T:      git git://github.com/gxt/linux.git
13605 F:      drivers/i2c/busses/i2c-puv3.c
13606 F:      drivers/input/serio/i8042-unicore32io.h
13607 F:      drivers/rtc/rtc-puv3.c
13608 F:      drivers/video/fbdev/fb-puv3.c
13609
13610 PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER
13611 M:      Tomasz Duszynski <tduszyns@gmail.com>
13612 S:      Maintained
13613 F:      Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
13614 F:      drivers/iio/chemical/pms7003.c
13615
13616 PLX DMA DRIVER
13617 M:      Logan Gunthorpe <logang@deltatee.com>
13618 S:      Maintained
13619 F:      drivers/dma/plx_dma.c
13620
13621 PM-GRAPH UTILITY
13622 M:      "Todd E Brandt" <todd.e.brandt@linux.intel.com>
13623 L:      linux-pm@vger.kernel.org
13624 S:      Supported
13625 W:      https://01.org/pm-graph
13626 B:      https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
13627 T:      git git://github.com/intel/pm-graph
13628 F:      tools/power/pm-graph
13629
13630 PMBUS HARDWARE MONITORING DRIVERS
13631 M:      Guenter Roeck <linux@roeck-us.net>
13632 L:      linux-hwmon@vger.kernel.org
13633 S:      Maintained
13634 W:      http://hwmon.wiki.kernel.org/
13635 W:      http://www.roeck-us.net/linux/drivers/
13636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
13637 F:      Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt
13638 F:      Documentation/devicetree/bindings/hwmon/ltc2978.txt
13639 F:      Documentation/devicetree/bindings/hwmon/max31785.txt
13640 F:      Documentation/hwmon/adm1275.rst
13641 F:      Documentation/hwmon/ibm-cffps.rst
13642 F:      Documentation/hwmon/ir35221.rst
13643 F:      Documentation/hwmon/lm25066.rst
13644 F:      Documentation/hwmon/ltc2978.rst
13645 F:      Documentation/hwmon/ltc3815.rst
13646 F:      Documentation/hwmon/max16064.rst
13647 F:      Documentation/hwmon/max20751.rst
13648 F:      Documentation/hwmon/max31785.rst
13649 F:      Documentation/hwmon/max34440.rst
13650 F:      Documentation/hwmon/max8688.rst
13651 F:      Documentation/hwmon/pmbus-core.rst
13652 F:      Documentation/hwmon/pmbus.rst
13653 F:      Documentation/hwmon/tps40422.rst
13654 F:      Documentation/hwmon/ucd9000.rst
13655 F:      Documentation/hwmon/ucd9200.rst
13656 F:      Documentation/hwmon/zl6100.rst
13657 F:      drivers/hwmon/pmbus/
13658 F:      include/linux/pmbus.h
13659
13660 PMC SIERRA MaxRAID DRIVER
13661 L:      linux-scsi@vger.kernel.org
13662 S:      Orphan
13663 W:      http://www.pmc-sierra.com/
13664 F:      drivers/scsi/pmcraid.*
13665
13666 PMC SIERRA PM8001 DRIVER
13667 M:      Jack Wang <jinpu.wang@cloud.ionos.com>
13668 L:      linux-scsi@vger.kernel.org
13669 S:      Supported
13670 F:      drivers/scsi/pm8001/
13671
13672 PNI RM3100 IIO DRIVER
13673 M:      Song Qiang <songqiang1304521@gmail.com>
13674 L:      linux-iio@vger.kernel.org
13675 S:      Maintained
13676 F:      Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt
13677 F:      drivers/iio/magnetometer/rm3100*
13678
13679 PNP SUPPORT
13680 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
13681 L:      linux-acpi@vger.kernel.org
13682 S:      Maintained
13683 F:      drivers/pnp/
13684 F:      include/linux/pnp.h
13685
13686 POSIX CLOCKS and TIMERS
13687 M:      Thomas Gleixner <tglx@linutronix.de>
13688 L:      linux-kernel@vger.kernel.org
13689 S:      Maintained
13690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13691 F:      fs/timerfd.c
13692 F:      include/linux/time_namespace.h
13693 F:      include/linux/timer*
13694 F:      kernel/time/*timer*
13695 F:      kernel/time/namespace.c
13696
13697 POWER MANAGEMENT CORE
13698 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
13699 L:      linux-pm@vger.kernel.org
13700 S:      Supported
13701 B:      https://bugzilla.kernel.org
13702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
13703 F:      drivers/base/power/
13704 F:      drivers/powercap/
13705 F:      include/linux/intel_rapl.h
13706 F:      include/linux/pm.h
13707 F:      include/linux/pm_*
13708 F:      include/linux/powercap.h
13709 F:      kernel/configs/nopm.config
13710
13711 POWER STATE COORDINATION INTERFACE (PSCI)
13712 M:      Mark Rutland <mark.rutland@arm.com>
13713 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
13714 L:      linux-arm-kernel@lists.infradead.org
13715 S:      Maintained
13716 F:      drivers/firmware/psci/
13717 F:      include/linux/psci.h
13718 F:      include/uapi/linux/psci.h
13719
13720 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
13721 M:      Sebastian Reichel <sre@kernel.org>
13722 L:      linux-pm@vger.kernel.org
13723 S:      Maintained
13724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
13725 F:      Documentation/ABI/testing/sysfs-class-power
13726 F:      Documentation/devicetree/bindings/power/supply/
13727 F:      drivers/power/supply/
13728 F:      include/linux/power_supply.h
13729
13730 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
13731 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
13732 L:      linuxppc-dev@lists.ozlabs.org
13733 S:      Maintained
13734 F:      drivers/char/powernv-op-panel.c
13735
13736 PPP OVER ATM (RFC 2364)
13737 M:      Mitchell Blank Jr <mitch@sfgoth.com>
13738 S:      Maintained
13739 F:      include/uapi/linux/atmppp.h
13740 F:      net/atm/pppoatm.c
13741
13742 PPP OVER ETHERNET
13743 M:      Michal Ostrowski <mostrows@earthlink.net>
13744 S:      Maintained
13745 F:      drivers/net/ppp/pppoe.c
13746 F:      drivers/net/ppp/pppox.c
13747
13748 PPP OVER L2TP
13749 M:      James Chapman <jchapman@katalix.com>
13750 S:      Maintained
13751 F:      include/linux/if_pppol2tp.h
13752 F:      include/uapi/linux/if_pppol2tp.h
13753 F:      net/l2tp/l2tp_ppp.c
13754
13755 PPP PROTOCOL DRIVERS AND COMPRESSORS
13756 M:      Paul Mackerras <paulus@samba.org>
13757 L:      linux-ppp@vger.kernel.org
13758 S:      Maintained
13759 F:      drivers/net/ppp/ppp_*
13760
13761 PPS SUPPORT
13762 M:      Rodolfo Giometti <giometti@enneenne.com>
13763 L:      linuxpps@ml.enneenne.com (subscribers-only)
13764 S:      Maintained
13765 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
13766 F:      Documentation/ABI/testing/sysfs-pps
13767 F:      Documentation/devicetree/bindings/pps/pps-gpio.txt
13768 F:      Documentation/driver-api/pps.rst
13769 F:      drivers/pps/
13770 F:      include/linux/pps*.h
13771 F:      include/uapi/linux/pps.h
13772
13773 PPTP DRIVER
13774 M:      Dmitry Kozlov <xeb@mail.ru>
13775 L:      netdev@vger.kernel.org
13776 S:      Maintained
13777 W:      http://sourceforge.net/projects/accel-pptp
13778 F:      drivers/net/ppp/pptp.c
13779
13780 PRESSURE STALL INFORMATION (PSI)
13781 M:      Johannes Weiner <hannes@cmpxchg.org>
13782 S:      Maintained
13783 F:      include/linux/psi*
13784 F:      kernel/sched/psi.c
13785
13786 PRINTK
13787 M:      Petr Mladek <pmladek@suse.com>
13788 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
13789 R:      Steven Rostedt <rostedt@goodmis.org>
13790 S:      Maintained
13791 F:      include/linux/printk.h
13792 F:      kernel/printk/
13793
13794 PRISM54 WIRELESS DRIVER
13795 M:      Luis Chamberlain <mcgrof@kernel.org>
13796 L:      linux-wireless@vger.kernel.org
13797 S:      Obsolete
13798 W:      https://wireless.wiki.kernel.org/en/users/Drivers/p54
13799 F:      drivers/net/wireless/intersil/prism54/
13800
13801 PROC FILESYSTEM
13802 R:      Alexey Dobriyan <adobriyan@gmail.com>
13803 L:      linux-kernel@vger.kernel.org
13804 L:      linux-fsdevel@vger.kernel.org
13805 S:      Maintained
13806 F:      Documentation/filesystems/proc.rst
13807 F:      fs/proc/
13808 F:      include/linux/proc_fs.h
13809 F:      tools/testing/selftests/proc/
13810
13811 PROC SYSCTL
13812 M:      Luis Chamberlain <mcgrof@kernel.org>
13813 M:      Kees Cook <keescook@chromium.org>
13814 M:      Iurii Zaikin <yzaikin@google.com>
13815 L:      linux-kernel@vger.kernel.org
13816 L:      linux-fsdevel@vger.kernel.org
13817 S:      Maintained
13818 F:      fs/proc/proc_sysctl.c
13819 F:      include/linux/sysctl.h
13820 F:      kernel/sysctl-test.c
13821 F:      kernel/sysctl.c
13822 F:      tools/testing/selftests/sysctl/
13823
13824 PS3 NETWORK SUPPORT
13825 M:      Geoff Levand <geoff@infradead.org>
13826 L:      netdev@vger.kernel.org
13827 L:      linuxppc-dev@lists.ozlabs.org
13828 S:      Maintained
13829 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
13830
13831 PS3 PLATFORM SUPPORT
13832 M:      Geoff Levand <geoff@infradead.org>
13833 L:      linuxppc-dev@lists.ozlabs.org
13834 S:      Maintained
13835 F:      arch/powerpc/boot/ps3*
13836 F:      arch/powerpc/include/asm/lv1call.h
13837 F:      arch/powerpc/include/asm/ps3*.h
13838 F:      arch/powerpc/platforms/ps3/
13839 F:      drivers/*/ps3*
13840 F:      drivers/ps3/
13841 F:      drivers/rtc/rtc-ps3.c
13842 F:      drivers/usb/host/*ps3.c
13843 F:      sound/ppc/snd_ps3*
13844
13845 PS3VRAM DRIVER
13846 M:      Jim Paris <jim@jtan.com>
13847 M:      Geoff Levand <geoff@infradead.org>
13848 L:      linuxppc-dev@lists.ozlabs.org
13849 S:      Maintained
13850 F:      drivers/block/ps3vram.c
13851
13852 PSAMPLE PACKET SAMPLING SUPPORT
13853 M:      Yotam Gigi <yotam.gi@gmail.com>
13854 S:      Maintained
13855 F:      include/net/psample.h
13856 F:      include/uapi/linux/psample.h
13857 F:      net/psample
13858
13859 PSTORE FILESYSTEM
13860 M:      Kees Cook <keescook@chromium.org>
13861 M:      Anton Vorontsov <anton@enomsg.org>
13862 M:      Colin Cross <ccross@android.com>
13863 M:      Tony Luck <tony.luck@intel.com>
13864 S:      Maintained
13865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
13866 F:      Documentation/admin-guide/ramoops.rst
13867 F:      Documentation/admin-guide/pstore-blk.rst
13868 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
13869 F:      drivers/acpi/apei/erst.c
13870 F:      drivers/firmware/efi/efi-pstore.c
13871 F:      fs/pstore/
13872 F:      include/linux/pstore*
13873 K:      \b(pstore|ramoops)
13874
13875 PTP HARDWARE CLOCK SUPPORT
13876 M:      Richard Cochran <richardcochran@gmail.com>
13877 L:      netdev@vger.kernel.org
13878 S:      Maintained
13879 W:      http://linuxptp.sourceforge.net/
13880 F:      Documentation/ABI/testing/sysfs-ptp
13881 F:      Documentation/driver-api/ptp.rst
13882 F:      drivers/net/phy/dp83640*
13883 F:      drivers/ptp/*
13884 F:      include/linux/ptp_cl*
13885
13886 PTRACE SUPPORT
13887 M:      Oleg Nesterov <oleg@redhat.com>
13888 S:      Maintained
13889 F:      arch/*/*/ptrace*.c
13890 F:      arch/*/include/asm/ptrace*.h
13891 F:      arch/*/ptrace*.c
13892 F:      include/asm-generic/syscall.h
13893 F:      include/linux/ptrace.h
13894 F:      include/linux/regset.h
13895 F:      include/linux/tracehook.h
13896 F:      include/uapi/linux/ptrace.h
13897 F:      include/uapi/linux/ptrace.h
13898 F:      kernel/ptrace.c
13899
13900 PULSE8-CEC DRIVER
13901 M:      Hans Verkuil <hverkuil@xs4all.nl>
13902 L:      linux-media@vger.kernel.org
13903 S:      Maintained
13904 T:      git git://linuxtv.org/media_tree.git
13905 F:      Documentation/admin-guide/media/pulse8-cec.rst
13906 F:      drivers/media/cec/usb/pulse8/
13907
13908 PVRUSB2 VIDEO4LINUX DRIVER
13909 M:      Mike Isely <isely@pobox.com>
13910 L:      pvrusb2@isely.net       (subscribers-only)
13911 L:      linux-media@vger.kernel.org
13912 S:      Maintained
13913 W:      http://www.isely.net/pvrusb2/
13914 T:      git git://linuxtv.org/media_tree.git
13915 F:      Documentation/driver-api/media/drivers/pvrusb2*
13916 F:      drivers/media/usb/pvrusb2/
13917
13918 PWC WEBCAM DRIVER
13919 M:      Hans Verkuil <hverkuil@xs4all.nl>
13920 L:      linux-media@vger.kernel.org
13921 S:      Odd Fixes
13922 T:      git git://linuxtv.org/media_tree.git
13923 F:      drivers/media/usb/pwc/*
13924 F:      include/trace/events/pwc.h
13925
13926 PWM FAN DRIVER
13927 M:      Kamil Debski <kamil@wypas.org>
13928 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
13929 L:      linux-hwmon@vger.kernel.org
13930 S:      Supported
13931 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
13932 F:      Documentation/hwmon/pwm-fan.rst
13933 F:      drivers/hwmon/pwm-fan.c
13934
13935 PWM IR Transmitter
13936 M:      Sean Young <sean@mess.org>
13937 L:      linux-media@vger.kernel.org
13938 S:      Maintained
13939 F:      drivers/media/rc/pwm-ir-tx.c
13940
13941 PWM SUBSYSTEM
13942 M:      Thierry Reding <thierry.reding@gmail.com>
13943 R:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
13944 M:      Lee Jones <lee.jones@linaro.org>
13945 L:      linux-pwm@vger.kernel.org
13946 S:      Maintained
13947 Q:      https://patchwork.ozlabs.org/project/linux-pwm/list/
13948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
13949 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
13950 F:      Documentation/devicetree/bindings/pwm/
13951 F:      Documentation/driver-api/pwm.rst
13952 F:      drivers/gpio/gpio-mvebu.c
13953 F:      drivers/pwm/
13954 F:      drivers/video/backlight/pwm_bl.c
13955 F:      include/linux/pwm.h
13956 F:      include/linux/pwm_backlight.h
13957 K:      pwm_(config|apply_state|ops)
13958
13959 PXA GPIO DRIVER
13960 M:      Robert Jarzmik <robert.jarzmik@free.fr>
13961 L:      linux-gpio@vger.kernel.org
13962 S:      Maintained
13963 F:      drivers/gpio/gpio-pxa.c
13964
13965 PXA MMCI DRIVER
13966 S:      Orphan
13967
13968 PXA RTC DRIVER
13969 M:      Robert Jarzmik <robert.jarzmik@free.fr>
13970 L:      linux-rtc@vger.kernel.org
13971 S:      Maintained
13972
13973 PXA2xx/PXA3xx SUPPORT
13974 M:      Daniel Mack <daniel@zonque.org>
13975 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
13976 M:      Robert Jarzmik <robert.jarzmik@free.fr>
13977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13978 S:      Maintained
13979 T:      git git://github.com/hzhuang1/linux.git
13980 T:      git git://github.com/rjarzmik/linux.git
13981 F:      arch/arm/boot/dts/pxa*
13982 F:      arch/arm/mach-pxa/
13983 F:      drivers/dma/pxa*
13984 F:      drivers/pcmcia/pxa2xx*
13985 F:      drivers/pinctrl/pxa/
13986 F:      drivers/spi/spi-pxa2xx*
13987 F:      drivers/usb/gadget/udc/pxa2*
13988 F:      include/sound/pxa2xx-lib.h
13989 F:      sound/arm/pxa*
13990 F:      sound/soc/pxa/
13991
13992 QAT DRIVER
13993 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
13994 L:      qat-linux@intel.com
13995 S:      Supported
13996 F:      drivers/crypto/qat/
13997
13998 QCOM AUDIO (ASoC) DRIVERS
13999 M:      Patrick Lai <plai@codeaurora.org>
14000 M:      Banajit Goswami <bgoswami@codeaurora.org>
14001 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14002 S:      Supported
14003 F:      sound/soc/qcom/
14004
14005 QCOM IPA DRIVER
14006 M:      Alex Elder <elder@kernel.org>
14007 L:      netdev@vger.kernel.org
14008 S:      Supported
14009 F:      drivers/net/ipa/
14010
14011 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
14012 M:      Gabriel Somlo <somlo@cmu.edu>
14013 M:      "Michael S. Tsirkin" <mst@redhat.com>
14014 L:      qemu-devel@nongnu.org
14015 S:      Maintained
14016 F:      drivers/firmware/qemu_fw_cfg.c
14017 F:      include/uapi/linux/qemu_fw_cfg.h
14018
14019 QIB DRIVER
14020 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
14021 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
14022 L:      linux-rdma@vger.kernel.org
14023 S:      Supported
14024 F:      drivers/infiniband/hw/qib/
14025
14026 QLOGIC QL41xxx FCOE DRIVER
14027 M:      QLogic-Storage-Upstream@cavium.com
14028 L:      linux-scsi@vger.kernel.org
14029 S:      Supported
14030 F:      drivers/scsi/qedf/
14031
14032 QLOGIC QL41xxx ISCSI DRIVER
14033 M:      QLogic-Storage-Upstream@cavium.com
14034 L:      linux-scsi@vger.kernel.org
14035 S:      Supported
14036 F:      drivers/scsi/qedi/
14037
14038 QLOGIC QL4xxx ETHERNET DRIVER
14039 M:      Ariel Elior <aelior@marvell.com>
14040 M:      GR-everest-linux-l2@marvell.com
14041 L:      netdev@vger.kernel.org
14042 S:      Supported
14043 F:      drivers/net/ethernet/qlogic/qed/
14044 F:      drivers/net/ethernet/qlogic/qede/
14045 F:      include/linux/qed/
14046
14047 QLOGIC QL4xxx RDMA DRIVER
14048 M:      Michal Kalderon <mkalderon@marvell.com>
14049 M:      Ariel Elior <aelior@marvell.com>
14050 L:      linux-rdma@vger.kernel.org
14051 S:      Supported
14052 F:      drivers/infiniband/hw/qedr/
14053 F:      include/uapi/rdma/qedr-abi.h
14054
14055 QLOGIC QLA1280 SCSI DRIVER
14056 M:      Michael Reed <mdr@sgi.com>
14057 L:      linux-scsi@vger.kernel.org
14058 S:      Maintained
14059 F:      drivers/scsi/qla1280.[ch]
14060
14061 QLOGIC QLA2XXX FC-SCSI DRIVER
14062 M:      Nilesh Javali <njavali@marvell.com>
14063 M:      GR-QLogic-Storage-Upstream@marvell.com
14064 L:      linux-scsi@vger.kernel.org
14065 S:      Supported
14066 F:      Documentation/scsi/LICENSE.qla2xxx
14067 F:      drivers/scsi/qla2xxx/
14068
14069 QLOGIC QLA3XXX NETWORK DRIVER
14070 M:      GR-Linux-NIC-Dev@marvell.com
14071 L:      netdev@vger.kernel.org
14072 S:      Supported
14073 F:      Documentation/networking/device_drivers/qlogic/LICENSE.qla3xxx
14074 F:      drivers/net/ethernet/qlogic/qla3xxx.*
14075
14076 QLOGIC QLA4XXX iSCSI DRIVER
14077 M:      QLogic-Storage-Upstream@qlogic.com
14078 L:      linux-scsi@vger.kernel.org
14079 S:      Supported
14080 F:      Documentation/scsi/LICENSE.qla4xxx
14081 F:      drivers/scsi/qla4xxx/
14082
14083 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
14084 M:      Shahed Shaikh <shshaikh@marvell.com>
14085 M:      Manish Chopra <manishc@marvell.com>
14086 M:      GR-Linux-NIC-Dev@marvell.com
14087 L:      netdev@vger.kernel.org
14088 S:      Supported
14089 F:      drivers/net/ethernet/qlogic/qlcnic/
14090
14091 QLOGIC QLGE 10Gb ETHERNET DRIVER
14092 M:      Manish Chopra <manishc@marvell.com>
14093 M:      GR-Linux-NIC-Dev@marvell.com
14094 L:      netdev@vger.kernel.org
14095 S:      Supported
14096 F:      drivers/staging/qlge/
14097
14098 QM1D1B0004 MEDIA DRIVER
14099 M:      Akihiro Tsukada <tskd08@gmail.com>
14100 L:      linux-media@vger.kernel.org
14101 S:      Odd Fixes
14102 F:      drivers/media/tuners/qm1d1b0004*
14103
14104 QM1D1C0042 MEDIA DRIVER
14105 M:      Akihiro Tsukada <tskd08@gmail.com>
14106 L:      linux-media@vger.kernel.org
14107 S:      Odd Fixes
14108 F:      drivers/media/tuners/qm1d1c0042*
14109
14110 QNX4 FILESYSTEM
14111 M:      Anders Larsen <al@alarsen.net>
14112 S:      Maintained
14113 W:      http://www.alarsen.net/linux/qnx4fs/
14114 F:      fs/qnx4/
14115 F:      include/uapi/linux/qnx4_fs.h
14116 F:      include/uapi/linux/qnxtypes.h
14117
14118 QORIQ DPAA2 FSL-MC BUS DRIVER
14119 M:      Stuart Yoder <stuyoder@gmail.com>
14120 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
14121 L:      linux-kernel@vger.kernel.org
14122 S:      Maintained
14123 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
14124 F:      Documentation/networking/device_drivers/freescale/dpaa2/overview.rst
14125 F:      drivers/bus/fsl-mc/
14126
14127 QT1010 MEDIA DRIVER
14128 M:      Antti Palosaari <crope@iki.fi>
14129 L:      linux-media@vger.kernel.org
14130 S:      Maintained
14131 W:      https://linuxtv.org
14132 W:      http://palosaari.fi/linux/
14133 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14134 T:      git git://linuxtv.org/anttip/media_tree.git
14135 F:      drivers/media/tuners/qt1010*
14136
14137 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
14138 M:      Kalle Valo <kvalo@codeaurora.org>
14139 L:      ath10k@lists.infradead.org
14140 S:      Supported
14141 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath10k
14142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
14143 F:      drivers/net/wireless/ath/ath10k/
14144
14145 QUALCOMM ATHEROS ATH11K WIRELESS DRIVER
14146 M:      Kalle Valo <kvalo@codeaurora.org>
14147 L:      ath11k@lists.infradead.org
14148 S:      Supported
14149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
14150 F:      drivers/net/wireless/ath/ath11k/
14151
14152 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
14153 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
14154 L:      linux-wireless@vger.kernel.org
14155 S:      Supported
14156 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath9k
14157 F:      drivers/net/wireless/ath/ath9k/
14158
14159 QUALCOMM CAMERA SUBSYSTEM DRIVER
14160 M:      Todor Tomov <todor.too@gmail.com>
14161 L:      linux-media@vger.kernel.org
14162 S:      Maintained
14163 F:      Documentation/admin-guide/media/qcom_camss.rst
14164 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
14165 F:      drivers/media/platform/qcom/camss/
14166
14167 QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER
14168 M:      Niklas Cassel <nks@flawful.org>
14169 L:      linux-pm@vger.kernel.org
14170 L:      linux-arm-msm@vger.kernel.org
14171 S:      Maintained
14172 F:      Documentation/devicetree/bindings/power/avs/qcom,cpr.txt
14173 F:      drivers/power/avs/qcom-cpr.c
14174
14175 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
14176 M:      Ilia Lin <ilia.lin@kernel.org>
14177 L:      linux-pm@vger.kernel.org
14178 S:      Maintained
14179 F:      Documentation/devicetree/bindings/opp/qcom-nvmem-cpufreq.txt
14180 F:      drivers/cpufreq/qcom-cpufreq-nvmem.c
14181
14182 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
14183 M:      Timur Tabi <timur@kernel.org>
14184 L:      netdev@vger.kernel.org
14185 S:      Maintained
14186 F:      drivers/net/ethernet/qualcomm/emac/
14187
14188 QUALCOMM ETHQOS ETHERNET DRIVER
14189 M:      Vinod Koul <vkoul@kernel.org>
14190 L:      netdev@vger.kernel.org
14191 S:      Maintained
14192 F:      Documentation/devicetree/bindings/net/qcom,ethqos.txt
14193 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
14194
14195 QUALCOMM GENERIC INTERFACE I2C DRIVER
14196 M:      Akash Asthana <akashast@codeaurora.org>
14197 M:      Mukesh Savaliya <msavaliy@codeaurora.org>
14198 L:      linux-i2c@vger.kernel.org
14199 L:      linux-arm-msm@vger.kernel.org
14200 S:      Supported
14201 F:      drivers/i2c/busses/i2c-qcom-geni.c
14202
14203 QUALCOMM HEXAGON ARCHITECTURE
14204 M:      Brian Cain <bcain@codeaurora.org>
14205 L:      linux-hexagon@vger.kernel.org
14206 S:      Supported
14207 F:      arch/hexagon/
14208
14209 QUALCOMM HIDMA DRIVER
14210 M:      Sinan Kaya <okaya@kernel.org>
14211 L:      linux-arm-kernel@lists.infradead.org
14212 L:      linux-arm-msm@vger.kernel.org
14213 L:      dmaengine@vger.kernel.org
14214 S:      Supported
14215 F:      drivers/dma/qcom/hidma*
14216
14217 QUALCOMM I2C CCI DRIVER
14218 M:      Loic Poulain <loic.poulain@linaro.org>
14219 M:      Robert Foss <robert.foss@linaro.org>
14220 L:      linux-i2c@vger.kernel.org
14221 L:      linux-arm-msm@vger.kernel.org
14222 S:      Maintained
14223 F:      Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
14224 F:      drivers/i2c/busses/i2c-qcom-cci.c
14225
14226 QUALCOMM IOMMU
14227 M:      Rob Clark <robdclark@gmail.com>
14228 L:      iommu@lists.linux-foundation.org
14229 L:      linux-arm-msm@vger.kernel.org
14230 S:      Maintained
14231 F:      drivers/iommu/qcom_iommu.c
14232
14233 QUALCOMM IPCC MAILBOX DRIVER
14234 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
14235 L:      linux-arm-msm@vger.kernel.org
14236 S:      Supported
14237 F:      Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
14238 F:      drivers/mailbox/qcom-ipcc.c
14239 F:      include/dt-bindings/mailbox/qcom-ipcc.h
14240
14241 QUALCOMM RMNET DRIVER
14242 M:      Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
14243 M:      Sean Tranchetti <stranche@codeaurora.org>
14244 L:      netdev@vger.kernel.org
14245 S:      Maintained
14246 F:      Documentation/networking/device_drivers/qualcomm/rmnet.rst
14247 F:      drivers/net/ethernet/qualcomm/rmnet/
14248 F:      include/linux/if_rmnet.h
14249
14250 QUALCOMM TSENS THERMAL DRIVER
14251 M:      Amit Kucheria <amit.kucheria@linaro.org>
14252 L:      linux-pm@vger.kernel.org
14253 L:      linux-arm-msm@vger.kernel.org
14254 S:      Maintained
14255 F:      Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
14256 F:      drivers/thermal/qcom/
14257
14258 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
14259 M:      Stanimir Varbanov <stanimir.varbanov@linaro.org>
14260 L:      linux-media@vger.kernel.org
14261 L:      linux-arm-msm@vger.kernel.org
14262 S:      Maintained
14263 T:      git git://linuxtv.org/media_tree.git
14264 F:      Documentation/devicetree/bindings/media/*venus*
14265 F:      drivers/media/platform/qcom/venus/
14266
14267 QUALCOMM WCN36XX WIRELESS DRIVER
14268 M:      Kalle Valo <kvalo@codeaurora.org>
14269 L:      wcn36xx@lists.infradead.org
14270 S:      Supported
14271 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wcn36xx
14272 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
14273 F:      drivers/net/wireless/ath/wcn36xx/
14274
14275 QUANTENNA QTNFMAC WIRELESS DRIVER
14276 M:      Igor Mitsyanko <imitsyanko@quantenna.com>
14277 R:      Sergey Matyukevich <geomatsi@gmail.com>
14278 L:      linux-wireless@vger.kernel.org
14279 S:      Maintained
14280 F:      drivers/net/wireless/quantenna
14281
14282 RADEON and AMDGPU DRM DRIVERS
14283 M:      Alex Deucher <alexander.deucher@amd.com>
14284 M:      Christian König <christian.koenig@amd.com>
14285 L:      amd-gfx@lists.freedesktop.org
14286 S:      Supported
14287 T:      git git://people.freedesktop.org/~agd5f/linux
14288 F:      drivers/gpu/drm/amd/
14289 F:      drivers/gpu/drm/radeon/
14290 F:      include/uapi/drm/amdgpu_drm.h
14291 F:      include/uapi/drm/radeon_drm.h
14292
14293 RADEON FRAMEBUFFER DISPLAY DRIVER
14294 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
14295 L:      linux-fbdev@vger.kernel.org
14296 S:      Maintained
14297 F:      drivers/video/fbdev/aty/radeon*
14298 F:      include/uapi/linux/radeonfb.h
14299
14300 RADIOSHARK RADIO DRIVER
14301 M:      Hans Verkuil <hverkuil@xs4all.nl>
14302 L:      linux-media@vger.kernel.org
14303 S:      Maintained
14304 T:      git git://linuxtv.org/media_tree.git
14305 F:      drivers/media/radio/radio-shark.c
14306
14307 RADIOSHARK2 RADIO DRIVER
14308 M:      Hans Verkuil <hverkuil@xs4all.nl>
14309 L:      linux-media@vger.kernel.org
14310 S:      Maintained
14311 T:      git git://linuxtv.org/media_tree.git
14312 F:      drivers/media/radio/radio-shark2.c
14313 F:      drivers/media/radio/radio-tea5777.c
14314
14315 RADOS BLOCK DEVICE (RBD)
14316 M:      Ilya Dryomov <idryomov@gmail.com>
14317 R:      Dongsheng Yang <dongsheng.yang@easystack.cn>
14318 L:      ceph-devel@vger.kernel.org
14319 S:      Supported
14320 W:      http://ceph.com/
14321 T:      git git://github.com/ceph/ceph-client.git
14322 F:      Documentation/ABI/testing/sysfs-bus-rbd
14323 F:      drivers/block/rbd.c
14324 F:      drivers/block/rbd_types.h
14325
14326 RAGE128 FRAMEBUFFER DISPLAY DRIVER
14327 M:      Paul Mackerras <paulus@samba.org>
14328 L:      linux-fbdev@vger.kernel.org
14329 S:      Maintained
14330 F:      drivers/video/fbdev/aty/aty128fb.c
14331
14332 RAINSHADOW-CEC DRIVER
14333 M:      Hans Verkuil <hverkuil@xs4all.nl>
14334 L:      linux-media@vger.kernel.org
14335 S:      Maintained
14336 T:      git git://linuxtv.org/media_tree.git
14337 F:      drivers/media/cec/usb/rainshadow/
14338
14339 RALINK MIPS ARCHITECTURE
14340 M:      John Crispin <john@phrozen.org>
14341 L:      linux-mips@vger.kernel.org
14342 S:      Maintained
14343 F:      arch/mips/ralink
14344
14345 RALINK RT2X00 WIRELESS LAN DRIVER
14346 M:      Stanislaw Gruszka <stf_xl@wp.pl>
14347 M:      Helmut Schaa <helmut.schaa@googlemail.com>
14348 L:      linux-wireless@vger.kernel.org
14349 S:      Maintained
14350 F:      drivers/net/wireless/ralink/rt2x00/
14351
14352 RAMDISK RAM BLOCK DEVICE DRIVER
14353 M:      Jens Axboe <axboe@kernel.dk>
14354 S:      Maintained
14355 F:      Documentation/admin-guide/blockdev/ramdisk.rst
14356 F:      drivers/block/brd.c
14357
14358 RANCHU VIRTUAL BOARD FOR MIPS
14359 M:      Miodrag Dinic <miodrag.dinic@mips.com>
14360 L:      linux-mips@vger.kernel.org
14361 S:      Supported
14362 F:      arch/mips/configs/generic/board-ranchu.config
14363 F:      arch/mips/generic/board-ranchu.c
14364
14365 RANDOM NUMBER DRIVER
14366 M:      "Theodore Ts'o" <tytso@mit.edu>
14367 S:      Maintained
14368 F:      drivers/char/random.c
14369
14370 RAPIDIO SUBSYSTEM
14371 M:      Matt Porter <mporter@kernel.crashing.org>
14372 M:      Alexandre Bounine <alex.bou9@gmail.com>
14373 S:      Maintained
14374 F:      drivers/rapidio/
14375
14376 RAS INFRASTRUCTURE
14377 M:      Tony Luck <tony.luck@intel.com>
14378 M:      Borislav Petkov <bp@alien8.de>
14379 L:      linux-edac@vger.kernel.org
14380 S:      Maintained
14381 F:      Documentation/admin-guide/ras.rst
14382 F:      drivers/ras/
14383 F:      include/linux/ras.h
14384 F:      include/ras/ras_event.h
14385
14386 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
14387 L:      linux-wireless@vger.kernel.org
14388 S:      Orphan
14389 F:      drivers/net/wireless/ray*
14390
14391 RCMM REMOTE CONTROLS DECODER
14392 M:      Patrick Lerda <patrick9876@free.fr>
14393 S:      Maintained
14394 F:      drivers/media/rc/ir-rcmm-decoder.c
14395
14396 RCUTORTURE TEST FRAMEWORK
14397 M:      "Paul E. McKenney" <paulmck@kernel.org>
14398 M:      Josh Triplett <josh@joshtriplett.org>
14399 R:      Steven Rostedt <rostedt@goodmis.org>
14400 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
14401 R:      Lai Jiangshan <jiangshanlai@gmail.com>
14402 L:      rcu@vger.kernel.org
14403 S:      Supported
14404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
14405 F:      tools/testing/selftests/rcutorture
14406
14407 RDC R-321X SoC
14408 M:      Florian Fainelli <florian@openwrt.org>
14409 S:      Maintained
14410
14411 RDC R6040 FAST ETHERNET DRIVER
14412 M:      Florian Fainelli <f.fainelli@gmail.com>
14413 L:      netdev@vger.kernel.org
14414 S:      Maintained
14415 F:      drivers/net/ethernet/rdc/r6040.c
14416
14417 RDMAVT - RDMA verbs software
14418 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
14419 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
14420 L:      linux-rdma@vger.kernel.org
14421 S:      Supported
14422 F:      drivers/infiniband/sw/rdmavt
14423
14424 RDS - RELIABLE DATAGRAM SOCKETS
14425 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
14426 L:      netdev@vger.kernel.org
14427 L:      linux-rdma@vger.kernel.org
14428 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
14429 S:      Supported
14430 W:      https://oss.oracle.com/projects/rds/
14431 F:      Documentation/networking/rds.rst
14432 F:      net/rds/
14433
14434 RDT - RESOURCE ALLOCATION
14435 M:      Fenghua Yu <fenghua.yu@intel.com>
14436 M:      Reinette Chatre <reinette.chatre@intel.com>
14437 L:      linux-kernel@vger.kernel.org
14438 S:      Supported
14439 F:      Documentation/x86/resctrl*
14440 F:      arch/x86/include/asm/resctrl.h
14441 F:      arch/x86/kernel/cpu/resctrl/
14442 F:      tools/testing/selftests/resctrl/
14443
14444 READ-COPY UPDATE (RCU)
14445 M:      "Paul E. McKenney" <paulmck@kernel.org>
14446 M:      Josh Triplett <josh@joshtriplett.org>
14447 R:      Steven Rostedt <rostedt@goodmis.org>
14448 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
14449 R:      Lai Jiangshan <jiangshanlai@gmail.com>
14450 R:      Joel Fernandes <joel@joelfernandes.org>
14451 L:      rcu@vger.kernel.org
14452 S:      Supported
14453 W:      http://www.rdrop.com/users/paulmck/RCU/
14454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
14455 F:      Documentation/RCU/
14456 F:      include/linux/rcu*
14457 F:      kernel/rcu/
14458 X:      Documentation/RCU/torture.txt
14459 X:      include/linux/srcu*.h
14460 X:      kernel/rcu/srcu*.c
14461
14462 REAL TIME CLOCK (RTC) SUBSYSTEM
14463 M:      Alessandro Zummo <a.zummo@towertech.it>
14464 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
14465 L:      linux-rtc@vger.kernel.org
14466 S:      Maintained
14467 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
14468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
14469 F:      Documentation/admin-guide/rtc.rst
14470 F:      Documentation/devicetree/bindings/rtc/
14471 F:      drivers/rtc/
14472 F:      include/linux/platform_data/rtc-*
14473 F:      include/linux/rtc.h
14474 F:      include/linux/rtc/
14475 F:      include/uapi/linux/rtc.h
14476 F:      tools/testing/selftests/rtc/
14477
14478 REALTEK AUDIO CODECS
14479 M:      Oder Chiou <oder_chiou@realtek.com>
14480 S:      Maintained
14481 F:      include/sound/rt*.h
14482 F:      sound/soc/codecs/rt*
14483
14484 REALTEK RTL83xx SMI DSA ROUTER CHIPS
14485 M:      Linus Walleij <linus.walleij@linaro.org>
14486 S:      Maintained
14487 F:      Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
14488 F:      drivers/net/dsa/realtek-smi*
14489 F:      drivers/net/dsa/rtl83*
14490
14491 REALTEK WIRELESS DRIVER (rtlwifi family)
14492 M:      Ping-Ke Shih <pkshih@realtek.com>
14493 L:      linux-wireless@vger.kernel.org
14494 S:      Maintained
14495 W:      https://wireless.wiki.kernel.org/
14496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
14497 F:      drivers/net/wireless/realtek/rtlwifi/
14498
14499 REALTEK WIRELESS DRIVER (rtw88)
14500 M:      Yan-Hsuan Chuang <yhchuang@realtek.com>
14501 L:      linux-wireless@vger.kernel.org
14502 S:      Maintained
14503 F:      drivers/net/wireless/realtek/rtw88/
14504
14505 REDPINE WIRELESS DRIVER
14506 M:      Amitkumar Karwar <amitkarwar@gmail.com>
14507 M:      Siva Rebbagondla <siva8118@gmail.com>
14508 L:      linux-wireless@vger.kernel.org
14509 S:      Maintained
14510 F:      drivers/net/wireless/rsi/
14511
14512 REGISTER MAP ABSTRACTION
14513 M:      Mark Brown <broonie@kernel.org>
14514 L:      linux-kernel@vger.kernel.org
14515 S:      Supported
14516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
14517 F:      Documentation/devicetree/bindings/regmap/
14518 F:      drivers/base/regmap/
14519 F:      include/linux/regmap.h
14520
14521 REISERFS FILE SYSTEM
14522 L:      reiserfs-devel@vger.kernel.org
14523 S:      Supported
14524 F:      fs/reiserfs/
14525
14526 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
14527 M:      Ohad Ben-Cohen <ohad@wizery.com>
14528 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
14529 L:      linux-remoteproc@vger.kernel.org
14530 S:      Maintained
14531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rproc-next
14532 F:      Documentation/ABI/testing/sysfs-class-remoteproc
14533 F:      Documentation/devicetree/bindings/remoteproc/
14534 F:      Documentation/remoteproc.txt
14535 F:      drivers/remoteproc/
14536 F:      include/linux/remoteproc.h
14537 F:      include/linux/remoteproc/
14538
14539 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
14540 M:      Ohad Ben-Cohen <ohad@wizery.com>
14541 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
14542 L:      linux-remoteproc@vger.kernel.org
14543 S:      Maintained
14544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git rpmsg-next
14545 F:      Documentation/ABI/testing/sysfs-bus-rpmsg
14546 F:      Documentation/rpmsg.txt
14547 F:      drivers/rpmsg/
14548 F:      include/linux/rpmsg.h
14549 F:      include/linux/rpmsg/
14550 F:      include/uapi/linux/rpmsg.h
14551 F:      samples/rpmsg/
14552
14553 RENESAS CLOCK DRIVERS
14554 M:      Geert Uytterhoeven <geert+renesas@glider.be>
14555 L:      linux-renesas-soc@vger.kernel.org
14556 S:      Supported
14557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
14558 F:      Documentation/devicetree/bindings/clock/renesas,*
14559 F:      drivers/clk/renesas/
14560
14561 RENESAS EMEV2 I2C DRIVER
14562 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
14563 S:      Supported
14564 F:      Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt
14565 F:      drivers/i2c/busses/i2c-emev2.c
14566
14567 RENESAS ETHERNET DRIVERS
14568 R:      Sergei Shtylyov <sergei.shtylyov@gmail.com>
14569 L:      netdev@vger.kernel.org
14570 L:      linux-renesas-soc@vger.kernel.org
14571 F:      Documentation/devicetree/bindings/net/renesas,*.txt
14572 F:      Documentation/devicetree/bindings/net/renesas,*.yaml
14573 F:      drivers/net/ethernet/renesas/
14574 F:      include/linux/sh_eth.h
14575
14576 RENESAS R-CAR GYROADC DRIVER
14577 M:      Marek Vasut <marek.vasut@gmail.com>
14578 L:      linux-iio@vger.kernel.org
14579 S:      Supported
14580 F:      Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
14581 F:      drivers/iio/adc/rcar-gyroadc.c
14582
14583 RENESAS R-CAR I2C DRIVERS
14584 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
14585 S:      Supported
14586 F:      Documentation/devicetree/bindings/i2c/renesas,i2c.txt
14587 F:      Documentation/devicetree/bindings/i2c/renesas,iic.txt
14588 F:      drivers/i2c/busses/i2c-rcar.c
14589 F:      drivers/i2c/busses/i2c-sh_mobile.c
14590
14591 RENESAS R-CAR THERMAL DRIVERS
14592 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
14593 L:      linux-renesas-soc@vger.kernel.org
14594 S:      Supported
14595 F:      Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
14596 F:      Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
14597 F:      drivers/thermal/rcar_gen3_thermal.c
14598 F:      drivers/thermal/rcar_thermal.c
14599
14600 RENESAS RIIC DRIVER
14601 M:      Chris Brandt <chris.brandt@renesas.com>
14602 S:      Supported
14603 F:      Documentation/devicetree/bindings/i2c/renesas,riic.txt
14604 F:      drivers/i2c/busses/i2c-riic.c
14605
14606 RENESAS USB PHY DRIVER
14607 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
14608 L:      linux-renesas-soc@vger.kernel.org
14609 S:      Maintained
14610 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
14611
14612 RESET CONTROLLER FRAMEWORK
14613 M:      Philipp Zabel <p.zabel@pengutronix.de>
14614 S:      Maintained
14615 T:      git git://git.pengutronix.de/git/pza/linux
14616 F:      Documentation/devicetree/bindings/reset/
14617 F:      drivers/reset/
14618 F:      include/dt-bindings/reset/
14619 F:      include/linux/reset-controller.h
14620 F:      include/linux/reset.h
14621 F:      include/linux/reset/
14622 K:      \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
14623
14624 RESTARTABLE SEQUENCES SUPPORT
14625 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
14626 M:      Peter Zijlstra <peterz@infradead.org>
14627 M:      "Paul E. McKenney" <paulmck@kernel.org>
14628 M:      Boqun Feng <boqun.feng@gmail.com>
14629 L:      linux-kernel@vger.kernel.org
14630 S:      Supported
14631 F:      include/trace/events/rseq.h
14632 F:      include/uapi/linux/rseq.h
14633 F:      kernel/rseq.c
14634 F:      tools/testing/selftests/rseq/
14635
14636 RFKILL
14637 M:      Johannes Berg <johannes@sipsolutions.net>
14638 L:      linux-wireless@vger.kernel.org
14639 S:      Maintained
14640 W:      https://wireless.wiki.kernel.org/
14641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
14642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
14643 F:      Documentation/ABI/stable/sysfs-class-rfkill
14644 F:      Documentation/driver-api/rfkill.rst
14645 F:      include/linux/rfkill.h
14646 F:      include/uapi/linux/rfkill.h
14647 F:      net/rfkill/
14648
14649 RHASHTABLE
14650 M:      Thomas Graf <tgraf@suug.ch>
14651 M:      Herbert Xu <herbert@gondor.apana.org.au>
14652 L:      netdev@vger.kernel.org
14653 S:      Maintained
14654 F:      include/linux/rhashtable-types.h
14655 F:      include/linux/rhashtable.h
14656 F:      lib/rhashtable.c
14657 F:      lib/test_rhashtable.c
14658
14659 RICOH R5C592 MEMORYSTICK DRIVER
14660 M:      Maxim Levitsky <maximlevitsky@gmail.com>
14661 S:      Maintained
14662 F:      drivers/memstick/host/r592.*
14663
14664 RICOH SMARTMEDIA/XD DRIVER
14665 M:      Maxim Levitsky <maximlevitsky@gmail.com>
14666 S:      Maintained
14667 F:      drivers/mtd/nand/raw/r852.c
14668 F:      drivers/mtd/nand/raw/r852.h
14669
14670 RISC-V ARCHITECTURE
14671 M:      Paul Walmsley <paul.walmsley@sifive.com>
14672 M:      Palmer Dabbelt <palmer@dabbelt.com>
14673 M:      Albert Ou <aou@eecs.berkeley.edu>
14674 L:      linux-riscv@lists.infradead.org
14675 S:      Supported
14676 P:      Documentation/riscv/patch-acceptance.rst
14677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
14678 F:      arch/riscv/
14679 N:      riscv
14680 K:      riscv
14681
14682 RNBD BLOCK DRIVERS
14683 M:      Danil Kipnis <danil.kipnis@cloud.ionos.com>
14684 M:      Jack Wang <jinpu.wang@cloud.ionos.com>
14685 L:      linux-block@vger.kernel.org
14686 S:      Maintained
14687 F:      drivers/block/rnbd/
14688
14689 ROCCAT DRIVERS
14690 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
14691 S:      Maintained
14692 W:      http://sourceforge.net/projects/roccat/
14693 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
14694 F:      drivers/hid/hid-roccat*
14695 F:      include/linux/hid-roccat*
14696
14697 ROCKCHIP ISP V1 DRIVER
14698 M:      Helen Koike <helen.koike@collabora.com>
14699 L:      linux-media@vger.kernel.org
14700 S:      Maintained
14701 F:      drivers/staging/media/rkisp1/
14702
14703 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
14704 M:      Jacob Chen <jacob-chen@iotwrt.com>
14705 M:      Ezequiel Garcia <ezequiel@collabora.com>
14706 L:      linux-media@vger.kernel.org
14707 L:      linux-rockchip@lists.infradead.org
14708 S:      Maintained
14709 F:      Documentation/devicetree/bindings/media/rockchip-rga.yaml
14710 F:      drivers/media/platform/rockchip/rga/
14711
14712 ROCKCHIP VIDEO DECODER DRIVER
14713 M:      Ezequiel Garcia <ezequiel@collabora.com>
14714 L:      linux-media@vger.kernel.org
14715 L:      linux-rockchip@lists.infradead.org
14716 S:      Maintained
14717 F:      Documentation/devicetree/bindings/media/rockchip,vdec.yaml
14718 F:      drivers/staging/media/rkvdec/
14719
14720 ROCKER DRIVER
14721 M:      Jiri Pirko <jiri@resnulli.us>
14722 L:      netdev@vger.kernel.org
14723 S:      Supported
14724 F:      drivers/net/ethernet/rocker/
14725
14726 ROCKETPORT DRIVER
14727 S:      Maintained
14728 W:      http://www.comtrol.com
14729 F:      Documentation/driver-api/serial/rocket.rst
14730 F:      drivers/tty/rocket*
14731
14732 ROCKETPORT EXPRESS/INFINITY DRIVER
14733 M:      Kevin Cernekee <cernekee@gmail.com>
14734 L:      linux-serial@vger.kernel.org
14735 S:      Odd Fixes
14736 F:      drivers/tty/serial/rp2.*
14737
14738 ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER
14739 M:      Tomasz Duszynski <tduszyns@gmail.com>
14740 S:      Maintained
14741 F:      Documentation/devicetree/bindings/iio/light/bh1750.yaml
14742 F:      drivers/iio/light/bh1750.c
14743
14744 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
14745 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
14746 L:      linux-kernel@vger.kernel.org
14747 L:      linux-renesas-soc@vger.kernel.org
14748 S:      Supported
14749 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
14750 F:      drivers/gpio/gpio-bd9571mwv.c
14751 F:      drivers/mfd/bd9571mwv.c
14752 F:      drivers/regulator/bd9571mwv-regulator.c
14753 F:      include/linux/mfd/bd9571mwv.h
14754
14755 ROSE NETWORK LAYER
14756 M:      Ralf Baechle <ralf@linux-mips.org>
14757 L:      linux-hams@vger.kernel.org
14758 S:      Maintained
14759 W:      http://www.linux-ax25.org/
14760 F:      include/net/rose.h
14761 F:      include/uapi/linux/rose.h
14762 F:      net/rose/
14763
14764 ROTATION DRIVER FOR ALLWINNER A83T
14765 M:      Jernej Skrabec <jernej.skrabec@siol.net>
14766 L:      linux-media@vger.kernel.org
14767 S:      Maintained
14768 T:      git git://linuxtv.org/media_tree.git
14769 F:      Documentation/devicetree/bindings/media/allwinner,sun8i-a83t-de2-rotate.yaml
14770 F:      drivers/media/platform/sunxi/sun8i-rotate/
14771
14772 RTL2830 MEDIA DRIVER
14773 M:      Antti Palosaari <crope@iki.fi>
14774 L:      linux-media@vger.kernel.org
14775 S:      Maintained
14776 W:      https://linuxtv.org
14777 W:      http://palosaari.fi/linux/
14778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14779 T:      git git://linuxtv.org/anttip/media_tree.git
14780 F:      drivers/media/dvb-frontends/rtl2830*
14781
14782 RTL2832 MEDIA DRIVER
14783 M:      Antti Palosaari <crope@iki.fi>
14784 L:      linux-media@vger.kernel.org
14785 S:      Maintained
14786 W:      https://linuxtv.org
14787 W:      http://palosaari.fi/linux/
14788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14789 T:      git git://linuxtv.org/anttip/media_tree.git
14790 F:      drivers/media/dvb-frontends/rtl2832*
14791
14792 RTL2832_SDR MEDIA DRIVER
14793 M:      Antti Palosaari <crope@iki.fi>
14794 L:      linux-media@vger.kernel.org
14795 S:      Maintained
14796 W:      https://linuxtv.org
14797 W:      http://palosaari.fi/linux/
14798 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14799 T:      git git://linuxtv.org/anttip/media_tree.git
14800 F:      drivers/media/dvb-frontends/rtl2832_sdr*
14801
14802 RTL8180 WIRELESS DRIVER
14803 L:      linux-wireless@vger.kernel.org
14804 S:      Orphan
14805 W:      https://wireless.wiki.kernel.org/
14806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
14807 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
14808
14809 RTL8187 WIRELESS DRIVER
14810 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
14811 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
14812 M:      Larry Finger <Larry.Finger@lwfinger.net>
14813 L:      linux-wireless@vger.kernel.org
14814 S:      Maintained
14815 W:      https://wireless.wiki.kernel.org/
14816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
14817 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
14818
14819 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
14820 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
14821 L:      linux-wireless@vger.kernel.org
14822 S:      Maintained
14823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
14824 F:      drivers/net/wireless/realtek/rtl8xxxu/
14825
14826 RTRS TRANSPORT DRIVERS
14827 M:      Danil Kipnis <danil.kipnis@cloud.ionos.com>
14828 M:      Jack Wang <jinpu.wang@cloud.ionos.com>
14829 L:      linux-rdma@vger.kernel.org
14830 S:      Maintained
14831 F:      drivers/infiniband/ulp/rtrs/
14832
14833 RXRPC SOCKETS (AF_RXRPC)
14834 M:      David Howells <dhowells@redhat.com>
14835 L:      linux-afs@lists.infradead.org
14836 S:      Supported
14837 W:      https://www.infradead.org/~dhowells/kafs/
14838 F:      Documentation/networking/rxrpc.rst
14839 F:      include/keys/rxrpc-type.h
14840 F:      include/net/af_rxrpc.h
14841 F:      include/trace/events/rxrpc.h
14842 F:      include/uapi/linux/rxrpc.h
14843 F:      net/rxrpc/
14844
14845 S3 SAVAGE FRAMEBUFFER DRIVER
14846 M:      Antonino Daplas <adaplas@gmail.com>
14847 L:      linux-fbdev@vger.kernel.org
14848 S:      Maintained
14849 F:      drivers/video/fbdev/savage/
14850
14851 S390
14852 M:      Heiko Carstens <hca@linux.ibm.com>
14853 M:      Vasily Gorbik <gor@linux.ibm.com>
14854 M:      Christian Borntraeger <borntraeger@de.ibm.com>
14855 L:      linux-s390@vger.kernel.org
14856 S:      Supported
14857 W:      http://www.ibm.com/developerworks/linux/linux390/
14858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
14859 F:      Documentation/driver-api/s390-drivers.rst
14860 F:      Documentation/s390/
14861 F:      arch/s390/
14862 F:      drivers/s390/
14863
14864 S390 COMMON I/O LAYER
14865 M:      Vineeth Vijayan <vneethv@linux.ibm.com>
14866 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
14867 L:      linux-s390@vger.kernel.org
14868 S:      Supported
14869 W:      http://www.ibm.com/developerworks/linux/linux390/
14870 F:      drivers/s390/cio/
14871
14872 S390 DASD DRIVER
14873 M:      Stefan Haberland <sth@linux.ibm.com>
14874 M:      Jan Hoeppner <hoeppner@linux.ibm.com>
14875 L:      linux-s390@vger.kernel.org
14876 S:      Supported
14877 W:      http://www.ibm.com/developerworks/linux/linux390/
14878 F:      block/partitions/ibm.c
14879 F:      drivers/s390/block/dasd*
14880 F:      include/linux/dasd_mod.h
14881
14882 S390 IOMMU (PCI)
14883 M:      Matthew Rosato <mjrosato@linux.ibm.com>
14884 M:      Gerald Schaefer <gerald.schaefer@linux.ibm.com>
14885 L:      linux-s390@vger.kernel.org
14886 S:      Supported
14887 W:      http://www.ibm.com/developerworks/linux/linux390/
14888 F:      drivers/iommu/s390-iommu.c
14889
14890 S390 IUCV NETWORK LAYER
14891 M:      Julian Wiedmann <jwi@linux.ibm.com>
14892 M:      Karsten Graul <kgraul@linux.ibm.com>
14893 M:      Ursula Braun <ubraun@linux.ibm.com>
14894 L:      linux-s390@vger.kernel.org
14895 S:      Supported
14896 W:      http://www.ibm.com/developerworks/linux/linux390/
14897 F:      drivers/s390/net/*iucv*
14898 F:      include/net/iucv/
14899 F:      net/iucv/
14900
14901 S390 NETWORK DRIVERS
14902 M:      Julian Wiedmann <jwi@linux.ibm.com>
14903 M:      Karsten Graul <kgraul@linux.ibm.com>
14904 M:      Ursula Braun <ubraun@linux.ibm.com>
14905 L:      linux-s390@vger.kernel.org
14906 S:      Supported
14907 W:      http://www.ibm.com/developerworks/linux/linux390/
14908 F:      drivers/s390/net/
14909
14910 S390 PCI SUBSYSTEM
14911 M:      Niklas Schnelle <schnelle@linux.ibm.com>
14912 M:      Gerald Schaefer <gerald.schaefer@linux.ibm.com>
14913 L:      linux-s390@vger.kernel.org
14914 S:      Supported
14915 W:      http://www.ibm.com/developerworks/linux/linux390/
14916 F:      arch/s390/pci/
14917 F:      drivers/pci/hotplug/s390_pci_hpc.c
14918 F:      Documentation/s390/pci.rst
14919
14920 S390 VFIO AP DRIVER
14921 M:      Tony Krowiak <akrowiak@linux.ibm.com>
14922 M:      Pierre Morel <pmorel@linux.ibm.com>
14923 M:      Halil Pasic <pasic@linux.ibm.com>
14924 L:      linux-s390@vger.kernel.org
14925 S:      Supported
14926 W:      http://www.ibm.com/developerworks/linux/linux390/
14927 F:      Documentation/s390/vfio-ap.rst
14928 F:      drivers/s390/crypto/vfio_ap_drv.c
14929 F:      drivers/s390/crypto/vfio_ap_ops.c
14930 F:      drivers/s390/crypto/vfio_ap_private.h
14931
14932 S390 VFIO-CCW DRIVER
14933 M:      Cornelia Huck <cohuck@redhat.com>
14934 M:      Eric Farman <farman@linux.ibm.com>
14935 R:      Halil Pasic <pasic@linux.ibm.com>
14936 L:      linux-s390@vger.kernel.org
14937 L:      kvm@vger.kernel.org
14938 S:      Supported
14939 F:      Documentation/s390/vfio-ccw.rst
14940 F:      drivers/s390/cio/vfio_ccw*
14941 F:      include/uapi/linux/vfio_ccw.h
14942
14943 S390 ZCRYPT DRIVER
14944 M:      Harald Freudenberger <freude@linux.ibm.com>
14945 L:      linux-s390@vger.kernel.org
14946 S:      Supported
14947 W:      http://www.ibm.com/developerworks/linux/linux390/
14948 F:      drivers/s390/crypto/
14949
14950 S390 ZFCP DRIVER
14951 M:      Steffen Maier <maier@linux.ibm.com>
14952 M:      Benjamin Block <bblock@linux.ibm.com>
14953 L:      linux-s390@vger.kernel.org
14954 S:      Supported
14955 W:      http://www.ibm.com/developerworks/linux/linux390/
14956 F:      drivers/s390/scsi/zfcp_*
14957
14958 S3C24XX SD/MMC Driver
14959 M:      Ben Dooks <ben-linux@fluff.org>
14960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14961 S:      Supported
14962 F:      drivers/mmc/host/s3cmci.*
14963
14964 SAA6588 RDS RECEIVER DRIVER
14965 M:      Hans Verkuil <hverkuil@xs4all.nl>
14966 L:      linux-media@vger.kernel.org
14967 S:      Odd Fixes
14968 W:      https://linuxtv.org
14969 T:      git git://linuxtv.org/media_tree.git
14970 F:      drivers/media/i2c/saa6588*
14971
14972 SAA7134 VIDEO4LINUX DRIVER
14973 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14974 L:      linux-media@vger.kernel.org
14975 S:      Odd fixes
14976 W:      https://linuxtv.org
14977 T:      git git://linuxtv.org/media_tree.git
14978 F:      Documentation/driver-api/media/drivers/saa7134*
14979 F:      drivers/media/pci/saa7134/
14980
14981 SAA7146 VIDEO4LINUX-2 DRIVER
14982 M:      Hans Verkuil <hverkuil@xs4all.nl>
14983 L:      linux-media@vger.kernel.org
14984 S:      Maintained
14985 T:      git git://linuxtv.org/media_tree.git
14986 F:      drivers/media/common/saa7146/
14987 F:      drivers/media/pci/saa7146/
14988 F:      include/media/drv-intf/saa7146*
14989
14990 SAFESETID SECURITY MODULE
14991 M:      Micah Morton <mortonm@chromium.org>
14992 S:      Supported
14993 F:      Documentation/admin-guide/LSM/SafeSetID.rst
14994 F:      security/safesetid/
14995
14996 SAMSUNG AUDIO (ASoC) DRIVERS
14997 M:      Krzysztof Kozlowski <krzk@kernel.org>
14998 M:      Sangbeom Kim <sbkim73@samsung.com>
14999 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
15000 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15001 S:      Supported
15002 F:      Documentation/devicetree/bindings/sound/samsung*
15003 F:      sound/soc/samsung/
15004
15005 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
15006 M:      Krzysztof Kozlowski <krzk@kernel.org>
15007 L:      linux-crypto@vger.kernel.org
15008 L:      linux-samsung-soc@vger.kernel.org
15009 S:      Maintained
15010 F:      Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml
15011 F:      drivers/crypto/exynos-rng.c
15012
15013 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
15014 M:      Łukasz Stelmach <l.stelmach@samsung.com>
15015 L:      linux-samsung-soc@vger.kernel.org
15016 S:      Maintained
15017 F:      Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
15018 F:      drivers/char/hw_random/exynos-trng.c
15019
15020 SAMSUNG FRAMEBUFFER DRIVER
15021 M:      Jingoo Han <jingoohan1@gmail.com>
15022 L:      linux-fbdev@vger.kernel.org
15023 S:      Maintained
15024 F:      drivers/video/fbdev/s3c-fb.c
15025
15026 SAMSUNG LAPTOP DRIVER
15027 M:      Corentin Chary <corentin.chary@gmail.com>
15028 L:      platform-driver-x86@vger.kernel.org
15029 S:      Maintained
15030 F:      drivers/platform/x86/samsung-laptop.c
15031
15032 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
15033 M:      Sangbeom Kim <sbkim73@samsung.com>
15034 M:      Krzysztof Kozlowski <krzk@kernel.org>
15035 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
15036 L:      linux-kernel@vger.kernel.org
15037 L:      linux-samsung-soc@vger.kernel.org
15038 S:      Supported
15039 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
15040 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
15041 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
15042 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
15043 F:      drivers/clk/clk-s2mps11.c
15044 F:      drivers/mfd/sec*.c
15045 F:      drivers/regulator/s2m*.c
15046 F:      drivers/regulator/s5m*.c
15047 F:      drivers/rtc/rtc-s5m.c
15048 F:      include/linux/mfd/samsung/
15049
15050 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
15051 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
15052 L:      linux-media@vger.kernel.org
15053 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
15054 S:      Maintained
15055 F:      drivers/media/platform/s3c-camif/
15056 F:      include/media/drv-intf/s3c_camif.h
15057
15058 SAMSUNG S3FWRN5 NFC DRIVER
15059 M:      Robert Baldyga <r.baldyga@samsung.com>
15060 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
15061 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
15062 S:      Supported
15063 F:      drivers/nfc/s3fwrn5
15064
15065 SAMSUNG S5C73M3 CAMERA DRIVER
15066 M:      Kyungmin Park <kyungmin.park@samsung.com>
15067 M:      Andrzej Hajda <a.hajda@samsung.com>
15068 L:      linux-media@vger.kernel.org
15069 S:      Supported
15070 F:      drivers/media/i2c/s5c73m3/*
15071
15072 SAMSUNG S5K5BAF CAMERA DRIVER
15073 M:      Kyungmin Park <kyungmin.park@samsung.com>
15074 M:      Andrzej Hajda <a.hajda@samsung.com>
15075 L:      linux-media@vger.kernel.org
15076 S:      Supported
15077 F:      drivers/media/i2c/s5k5baf.c
15078
15079 SAMSUNG S5P Security SubSystem (SSS) DRIVER
15080 M:      Krzysztof Kozlowski <krzk@kernel.org>
15081 M:      Vladimir Zapolskiy <vz@mleia.com>
15082 M:      Kamil Konieczny <k.konieczny@samsung.com>
15083 L:      linux-crypto@vger.kernel.org
15084 L:      linux-samsung-soc@vger.kernel.org
15085 S:      Maintained
15086 F:      Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
15087 F:      Documentation/devicetree/bindings/crypto/samsung-sss.yaml
15088 F:      drivers/crypto/s5p-sss.c
15089
15090 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
15091 M:      Kyungmin Park <kyungmin.park@samsung.com>
15092 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
15093 L:      linux-media@vger.kernel.org
15094 S:      Supported
15095 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
15096 F:      drivers/media/platform/exynos4-is/
15097
15098 SAMSUNG SOC CLOCK DRIVERS
15099 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
15100 M:      Tomasz Figa <tomasz.figa@gmail.com>
15101 M:      Chanwoo Choi <cw00.choi@samsung.com>
15102 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
15103 S:      Supported
15104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
15105 F:      Documentation/devicetree/bindings/clock/exynos*.txt
15106 F:      Documentation/devicetree/bindings/clock/samsung,s3c*
15107 F:      Documentation/devicetree/bindings/clock/samsung,s5p*
15108 F:      drivers/clk/samsung/
15109 F:      include/dt-bindings/clock/exynos*.h
15110
15111 SAMSUNG SPI DRIVERS
15112 M:      Kukjin Kim <kgene@kernel.org>
15113 M:      Krzysztof Kozlowski <krzk@kernel.org>
15114 M:      Andi Shyti <andi@etezian.org>
15115 L:      linux-spi@vger.kernel.org
15116 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
15117 S:      Maintained
15118 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
15119 F:      drivers/spi/spi-s3c*
15120 F:      include/linux/platform_data/spi-s3c64xx.h
15121
15122 SAMSUNG SXGBE DRIVERS
15123 M:      Byungho An <bh74.an@samsung.com>
15124 L:      netdev@vger.kernel.org
15125 S:      Supported
15126 F:      drivers/net/ethernet/samsung/sxgbe/
15127
15128 SAMSUNG THERMAL DRIVER
15129 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
15130 L:      linux-pm@vger.kernel.org
15131 L:      linux-samsung-soc@vger.kernel.org
15132 S:      Supported
15133 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
15134 F:      drivers/thermal/samsung/
15135
15136 SAMSUNG USB2 PHY DRIVER
15137 M:      Kamil Debski <kamil@wypas.org>
15138 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
15139 L:      linux-kernel@vger.kernel.org
15140 S:      Supported
15141 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
15142 F:      Documentation/driver-api/phy/samsung-usb2.rst
15143 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
15144 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
15145 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
15146 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
15147 F:      drivers/phy/samsung/phy-samsung-usb2.c
15148 F:      drivers/phy/samsung/phy-samsung-usb2.h
15149
15150 SC1200 WDT DRIVER
15151 M:      Zwane Mwaikambo <zwanem@gmail.com>
15152 S:      Maintained
15153 F:      drivers/watchdog/sc1200wdt.c
15154
15155 SCHEDULER
15156 M:      Ingo Molnar <mingo@redhat.com>
15157 M:      Peter Zijlstra <peterz@infradead.org>
15158 M:      Juri Lelli <juri.lelli@redhat.com> (SCHED_DEADLINE)
15159 M:      Vincent Guittot <vincent.guittot@linaro.org> (SCHED_NORMAL)
15160 R:      Dietmar Eggemann <dietmar.eggemann@arm.com> (SCHED_NORMAL)
15161 R:      Steven Rostedt <rostedt@goodmis.org> (SCHED_FIFO/SCHED_RR)
15162 R:      Ben Segall <bsegall@google.com> (CONFIG_CFS_BANDWIDTH)
15163 R:      Mel Gorman <mgorman@suse.de> (CONFIG_NUMA_BALANCING)
15164 L:      linux-kernel@vger.kernel.org
15165 S:      Maintained
15166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
15167 F:      include/linux/preempt.h
15168 F:      include/linux/sched.h
15169 F:      include/linux/wait.h
15170 F:      include/uapi/linux/sched.h
15171 F:      kernel/sched/
15172
15173 SCR24X CHIP CARD INTERFACE DRIVER
15174 M:      Lubomir Rintel <lkundrak@v3.sk>
15175 S:      Supported
15176 F:      drivers/char/pcmcia/scr24x_cs.c
15177
15178 SCSI CDROM DRIVER
15179 M:      Jens Axboe <axboe@kernel.dk>
15180 L:      linux-scsi@vger.kernel.org
15181 S:      Maintained
15182 W:      http://www.kernel.dk
15183 F:      drivers/scsi/sr*
15184
15185 SCSI RDMA PROTOCOL (SRP) INITIATOR
15186 M:      Bart Van Assche <bvanassche@acm.org>
15187 L:      linux-rdma@vger.kernel.org
15188 S:      Supported
15189 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
15190 F:      drivers/infiniband/ulp/srp/
15191 F:      include/scsi/srp.h
15192
15193 SCSI RDMA PROTOCOL (SRP) TARGET
15194 M:      Bart Van Assche <bvanassche@acm.org>
15195 L:      linux-rdma@vger.kernel.org
15196 L:      target-devel@vger.kernel.org
15197 S:      Supported
15198 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
15199 F:      drivers/infiniband/ulp/srpt/
15200
15201 SCSI SG DRIVER
15202 M:      Doug Gilbert <dgilbert@interlog.com>
15203 L:      linux-scsi@vger.kernel.org
15204 S:      Maintained
15205 W:      http://sg.danny.cz/sg
15206 F:      Documentation/scsi/scsi-generic.rst
15207 F:      drivers/scsi/sg.c
15208 F:      include/scsi/sg.h
15209
15210 SCSI SUBSYSTEM
15211 M:      "James E.J. Bottomley" <jejb@linux.ibm.com>
15212 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
15213 L:      linux-scsi@vger.kernel.org
15214 S:      Maintained
15215 Q:      https://patchwork.kernel.org/project/linux-scsi/list/
15216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
15217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
15218 F:      Documentation/devicetree/bindings/scsi/
15219 F:      drivers/scsi/
15220 F:      include/scsi/
15221
15222 SCSI TAPE DRIVER
15223 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
15224 L:      linux-scsi@vger.kernel.org
15225 S:      Maintained
15226 F:      Documentation/scsi/st.rst
15227 F:      drivers/scsi/st.*
15228 F:      drivers/scsi/st_*.h
15229
15230 SCSI TARGET SUBSYSTEM
15231 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
15232 L:      linux-scsi@vger.kernel.org
15233 L:      target-devel@vger.kernel.org
15234 S:      Supported
15235 W:      http://www.linux-iscsi.org
15236 Q:      https://patchwork.kernel.org/project/target-devel/list/
15237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
15238 F:      Documentation/target/
15239 F:      drivers/target/
15240 F:      include/target/
15241
15242 SCTP PROTOCOL
15243 M:      Vlad Yasevich <vyasevich@gmail.com>
15244 M:      Neil Horman <nhorman@tuxdriver.com>
15245 M:      Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
15246 L:      linux-sctp@vger.kernel.org
15247 S:      Maintained
15248 W:      http://lksctp.sourceforge.net
15249 F:      Documentation/networking/sctp.rst
15250 F:      include/linux/sctp.h
15251 F:      include/net/sctp/
15252 F:      include/uapi/linux/sctp.h
15253 F:      net/sctp/
15254
15255 SCx200 CPU SUPPORT
15256 M:      Jim Cromie <jim.cromie@gmail.com>
15257 S:      Odd Fixes
15258 F:      Documentation/i2c/busses/scx200_acb.rst
15259 F:      arch/x86/platform/scx200/
15260 F:      drivers/i2c/busses/scx200*
15261 F:      drivers/mtd/maps/scx200_docflash.c
15262 F:      drivers/watchdog/scx200_wdt.c
15263 F:      include/linux/scx200.h
15264
15265 SCx200 GPIO DRIVER
15266 M:      Jim Cromie <jim.cromie@gmail.com>
15267 S:      Maintained
15268 F:      drivers/char/scx200_gpio.c
15269 F:      include/linux/scx200_gpio.h
15270
15271 SCx200 HRT CLOCKSOURCE DRIVER
15272 M:      Jim Cromie <jim.cromie@gmail.com>
15273 S:      Maintained
15274 F:      drivers/clocksource/scx200_hrt.c
15275
15276 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
15277 M:      Sascha Sommer <saschasommer@freenet.de>
15278 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
15279 S:      Maintained
15280 F:      drivers/mmc/host/sdricoh_cs.c
15281
15282 SECO BOARDS CEC DRIVER
15283 M:      Ettore Chimenti <ek5.chimenti@gmail.com>
15284 S:      Maintained
15285 F:      drivers/media/platform/seco-cec/seco-cec.c
15286 F:      drivers/media/platform/seco-cec/seco-cec.h
15287
15288 SECURE COMPUTING
15289 M:      Kees Cook <keescook@chromium.org>
15290 R:      Andy Lutomirski <luto@amacapital.net>
15291 R:      Will Drewry <wad@chromium.org>
15292 S:      Supported
15293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
15294 F:      Documentation/userspace-api/seccomp_filter.rst
15295 F:      include/linux/seccomp.h
15296 F:      include/uapi/linux/seccomp.h
15297 F:      kernel/seccomp.c
15298 F:      tools/testing/selftests/kselftest_harness.h
15299 F:      tools/testing/selftests/seccomp/*
15300 K:      \bsecure_computing
15301 K:      \bTIF_SECCOMP\b
15302
15303 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
15304 M:      Al Cooper <alcooperx@gmail.com>
15305 L:      linux-mmc@vger.kernel.org
15306 L:      bcm-kernel-feedback-list@broadcom.com
15307 S:      Maintained
15308 F:      drivers/mmc/host/sdhci-brcmstb*
15309
15310 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
15311 M:      Adrian Hunter <adrian.hunter@intel.com>
15312 L:      linux-mmc@vger.kernel.org
15313 S:      Maintained
15314 F:      drivers/mmc/host/sdhci*
15315 F:      include/linux/mmc/sdhci*
15316
15317 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
15318 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
15319 L:      linux-mmc@vger.kernel.org
15320 S:      Supported
15321 F:      drivers/mmc/host/sdhci-of-at91.c
15322
15323 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
15324 M:      Ben Dooks <ben-linux@fluff.org>
15325 M:      Jaehoon Chung <jh80.chung@samsung.com>
15326 L:      linux-mmc@vger.kernel.org
15327 S:      Maintained
15328 F:      drivers/mmc/host/sdhci-s3c*
15329
15330 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
15331 M:      Viresh Kumar <vireshk@kernel.org>
15332 L:      linux-mmc@vger.kernel.org
15333 S:      Maintained
15334 F:      drivers/mmc/host/sdhci-spear.c
15335
15336 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
15337 M:      Kishon Vijay Abraham I <kishon@ti.com>
15338 L:      linux-mmc@vger.kernel.org
15339 S:      Maintained
15340 F:      drivers/mmc/host/sdhci-omap.c
15341
15342 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
15343 M:      Jonathan Derrick <jonathan.derrick@intel.com>
15344 M:      Revanth Rajashekar <revanth.rajashekar@intel.com>
15345 L:      linux-block@vger.kernel.org
15346 S:      Supported
15347 F:      block/opal_proto.h
15348 F:      block/sed*
15349 F:      include/linux/sed*
15350 F:      include/uapi/linux/sed*
15351
15352 SECURITY CONTACT
15353 M:      Security Officers <security@kernel.org>
15354 S:      Supported
15355
15356 SECURITY SUBSYSTEM
15357 M:      James Morris <jmorris@namei.org>
15358 M:      "Serge E. Hallyn" <serge@hallyn.com>
15359 L:      linux-security-module@vger.kernel.org (suggested Cc:)
15360 S:      Supported
15361 W:      http://kernsec.org/
15362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
15363 F:      security/
15364 X:      security/selinux/
15365
15366 SELINUX SECURITY MODULE
15367 M:      Paul Moore <paul@paul-moore.com>
15368 M:      Stephen Smalley <stephen.smalley.work@gmail.com>
15369 M:      Eric Paris <eparis@parisplace.org>
15370 L:      selinux@vger.kernel.org
15371 S:      Supported
15372 W:      https://selinuxproject.org
15373 W:      https://github.com/SELinuxProject
15374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
15375 F:      Documentation/ABI/obsolete/sysfs-selinux-checkreqprot
15376 F:      Documentation/ABI/obsolete/sysfs-selinux-disable
15377 F:      Documentation/admin-guide/LSM/SELinux.rst
15378 F:      include/uapi/linux/selinux_netlink.h
15379 F:      scripts/selinux/
15380 F:      security/selinux/
15381
15382 SENSABLE PHANTOM
15383 M:      Jiri Slaby <jirislaby@gmail.com>
15384 S:      Maintained
15385 F:      drivers/misc/phantom.c
15386 F:      include/uapi/linux/phantom.h
15387
15388 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
15389 M:      Tomasz Duszynski <tduszyns@gmail.com>
15390 S:      Maintained
15391 F:      Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
15392 F:      drivers/iio/chemical/sps30.c
15393
15394 SERIAL DEVICE BUS
15395 M:      Rob Herring <robh@kernel.org>
15396 L:      linux-serial@vger.kernel.org
15397 S:      Maintained
15398 F:      Documentation/devicetree/bindings/serial/serial.yaml
15399 F:      drivers/tty/serdev/
15400 F:      include/linux/serdev.h
15401
15402 SERIAL DRIVERS
15403 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15404 L:      linux-serial@vger.kernel.org
15405 S:      Maintained
15406 F:      Documentation/devicetree/bindings/serial/
15407 F:      drivers/tty/serial/
15408
15409 SERIAL IR RECEIVER
15410 M:      Sean Young <sean@mess.org>
15411 L:      linux-media@vger.kernel.org
15412 S:      Maintained
15413 F:      drivers/media/rc/serial_ir.c
15414
15415 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus)
15416 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
15417 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15418 S:      Maintained
15419 F:      Documentation/devicetree/bindings/slimbus/
15420 F:      drivers/slimbus/
15421 F:      include/linux/slimbus.h
15422
15423 SFC NETWORK DRIVER
15424 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
15425 M:      Edward Cree <ecree@solarflare.com>
15426 M:      Martin Habets <mhabets@solarflare.com>
15427 L:      netdev@vger.kernel.org
15428 S:      Supported
15429 F:      drivers/net/ethernet/sfc/
15430
15431 SFF/SFP/SFP+ MODULE SUPPORT
15432 M:      Russell King <linux@armlinux.org.uk>
15433 L:      netdev@vger.kernel.org
15434 S:      Maintained
15435 F:      drivers/net/phy/phylink.c
15436 F:      drivers/net/phy/sfp*
15437 F:      include/linux/phylink.h
15438 F:      include/linux/sfp.h
15439 K:      phylink
15440
15441 SGI GRU DRIVER
15442 M:      Dimitri Sivanich <sivanich@sgi.com>
15443 S:      Maintained
15444 F:      drivers/misc/sgi-gru/
15445
15446 SGI XP/XPC/XPNET DRIVER
15447 M:      Cliff Whickman <cpw@sgi.com>
15448 M:      Robin Holt <robinmholt@gmail.com>
15449 S:      Maintained
15450 F:      drivers/misc/sgi-xp/
15451
15452 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
15453 M:      Ursula Braun <ubraun@linux.ibm.com>
15454 M:      Karsten Graul <kgraul@linux.ibm.com>
15455 L:      linux-s390@vger.kernel.org
15456 S:      Supported
15457 W:      http://www.ibm.com/developerworks/linux/linux390/
15458 F:      net/smc/
15459
15460 SHARP GP2AP002A00F/GP2AP002S00F SENSOR DRIVER
15461 M:      Linus Walleij <linus.walleij@linaro.org>
15462 L:      linux-iio@vger.kernel.org
15463 S:      Maintained
15464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
15465 F:      Documentation/devicetree/bindings/iio/light/sharp,gp2ap002.yaml
15466 F:      drivers/iio/light/gp2ap002.c
15467
15468 SHARP RJ54N1CB0C SENSOR DRIVER
15469 M:      Jacopo Mondi <jacopo@jmondi.org>
15470 L:      linux-media@vger.kernel.org
15471 S:      Odd fixes
15472 T:      git git://linuxtv.org/media_tree.git
15473 F:      drivers/media/i2c/rj54n1cb0c.c
15474 F:      include/media/i2c/rj54n1cb0c.h
15475
15476 SH_VOU V4L2 OUTPUT DRIVER
15477 L:      linux-media@vger.kernel.org
15478 S:      Orphan
15479 F:      drivers/media/platform/sh_vou.c
15480 F:      include/media/drv-intf/sh_vou.h
15481
15482 SI2157 MEDIA DRIVER
15483 M:      Antti Palosaari <crope@iki.fi>
15484 L:      linux-media@vger.kernel.org
15485 S:      Maintained
15486 W:      https://linuxtv.org
15487 W:      http://palosaari.fi/linux/
15488 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15489 T:      git git://linuxtv.org/anttip/media_tree.git
15490 F:      drivers/media/tuners/si2157*
15491
15492 SI2165 MEDIA DRIVER
15493 M:      Matthias Schwarzott <zzam@gentoo.org>
15494 L:      linux-media@vger.kernel.org
15495 S:      Maintained
15496 W:      https://linuxtv.org
15497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15498 F:      drivers/media/dvb-frontends/si2165*
15499
15500 SI2168 MEDIA DRIVER
15501 M:      Antti Palosaari <crope@iki.fi>
15502 L:      linux-media@vger.kernel.org
15503 S:      Maintained
15504 W:      https://linuxtv.org
15505 W:      http://palosaari.fi/linux/
15506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15507 T:      git git://linuxtv.org/anttip/media_tree.git
15508 F:      drivers/media/dvb-frontends/si2168*
15509
15510 SI470X FM RADIO RECEIVER I2C DRIVER
15511 M:      Hans Verkuil <hverkuil@xs4all.nl>
15512 L:      linux-media@vger.kernel.org
15513 S:      Odd Fixes
15514 W:      https://linuxtv.org
15515 T:      git git://linuxtv.org/media_tree.git
15516 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
15517
15518 SI470X FM RADIO RECEIVER USB DRIVER
15519 M:      Hans Verkuil <hverkuil@xs4all.nl>
15520 L:      linux-media@vger.kernel.org
15521 S:      Maintained
15522 W:      https://linuxtv.org
15523 T:      git git://linuxtv.org/media_tree.git
15524 F:      drivers/media/radio/si470x/radio-si470x-common.c
15525 F:      drivers/media/radio/si470x/radio-si470x-usb.c
15526 F:      drivers/media/radio/si470x/radio-si470x.h
15527
15528 SI4713 FM RADIO TRANSMITTER I2C DRIVER
15529 M:      Eduardo Valentin <edubezval@gmail.com>
15530 L:      linux-media@vger.kernel.org
15531 S:      Odd Fixes
15532 W:      https://linuxtv.org
15533 T:      git git://linuxtv.org/media_tree.git
15534 F:      drivers/media/radio/si4713/si4713.?
15535
15536 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
15537 M:      Eduardo Valentin <edubezval@gmail.com>
15538 L:      linux-media@vger.kernel.org
15539 S:      Odd Fixes
15540 W:      https://linuxtv.org
15541 T:      git git://linuxtv.org/media_tree.git
15542 F:      drivers/media/radio/si4713/radio-platform-si4713.c
15543
15544 SI4713 FM RADIO TRANSMITTER USB DRIVER
15545 M:      Hans Verkuil <hverkuil@xs4all.nl>
15546 L:      linux-media@vger.kernel.org
15547 S:      Maintained
15548 W:      https://linuxtv.org
15549 T:      git git://linuxtv.org/media_tree.git
15550 F:      drivers/media/radio/si4713/radio-usb-si4713.c
15551
15552 SIANO DVB DRIVER
15553 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
15554 L:      linux-media@vger.kernel.org
15555 S:      Odd fixes
15556 W:      https://linuxtv.org
15557 T:      git git://linuxtv.org/media_tree.git
15558 F:      drivers/media/common/siano/
15559 F:      drivers/media/mmc/siano/
15560 F:      drivers/media/usb/siano/
15561 F:      drivers/media/usb/siano/
15562
15563 SIFIVE DRIVERS
15564 M:      Palmer Dabbelt <palmer@dabbelt.com>
15565 M:      Paul Walmsley <paul.walmsley@sifive.com>
15566 L:      linux-riscv@lists.infradead.org
15567 S:      Supported
15568 T:      git git://github.com/sifive/riscv-linux.git
15569 N:      sifive
15570 K:      [^@]sifive
15571
15572 SIFIVE FU540 SYSTEM-ON-CHIP
15573 M:      Paul Walmsley <paul.walmsley@sifive.com>
15574 M:      Palmer Dabbelt <palmer@dabbelt.com>
15575 L:      linux-riscv@lists.infradead.org
15576 S:      Supported
15577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pjw/sifive.git
15578 N:      fu540
15579 K:      fu540
15580
15581 SIFIVE PDMA DRIVER
15582 M:      Green Wan <green.wan@sifive.com>
15583 S:      Maintained
15584 F:      Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
15585 F:      drivers/dma/sf-pdma/
15586
15587 SILEAD TOUCHSCREEN DRIVER
15588 M:      Hans de Goede <hdegoede@redhat.com>
15589 L:      linux-input@vger.kernel.org
15590 L:      platform-driver-x86@vger.kernel.org
15591 S:      Maintained
15592 F:      drivers/input/touchscreen/silead.c
15593 F:      drivers/platform/x86/touchscreen_dmi.c
15594
15595 SILICON LABS WIRELESS DRIVERS (for WFxxx series)
15596 M:      Jérôme Pouiller <jerome.pouiller@silabs.com>
15597 S:      Supported
15598 F:      drivers/staging/wfx/
15599
15600 SILICON MOTION SM712 FRAME BUFFER DRIVER
15601 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
15602 M:      Teddy Wang <teddy.wang@siliconmotion.com>
15603 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
15604 L:      linux-fbdev@vger.kernel.org
15605 S:      Maintained
15606 F:      Documentation/fb/sm712fb.rst
15607 F:      drivers/video/fbdev/sm712*
15608
15609 SIMPLE FIRMWARE INTERFACE (SFI)
15610 S:      Obsolete
15611 W:      http://simplefirmware.org/
15612 F:      arch/x86/platform/sfi/
15613 F:      drivers/sfi/
15614 F:      include/linux/sfi*.h
15615
15616 SIMPLEFB FB DRIVER
15617 M:      Hans de Goede <hdegoede@redhat.com>
15618 L:      linux-fbdev@vger.kernel.org
15619 S:      Maintained
15620 F:      Documentation/devicetree/bindings/display/simple-framebuffer.yaml
15621 F:      drivers/video/fbdev/simplefb.c
15622 F:      include/linux/platform_data/simplefb.h
15623
15624 SIMTEC EB110ATX (Chalice CATS)
15625 M:      Vincent Sanders <vince@simtec.co.uk>
15626 M:      Simtec Linux Team <linux@simtec.co.uk>
15627 S:      Supported
15628 W:      http://www.simtec.co.uk/products/EB110ATX/
15629
15630 SIMTEC EB2410ITX (BAST)
15631 M:      Vincent Sanders <vince@simtec.co.uk>
15632 M:      Simtec Linux Team <linux@simtec.co.uk>
15633 S:      Supported
15634 W:      http://www.simtec.co.uk/products/EB2410ITX/
15635 F:      arch/arm/mach-s3c24xx/bast-ide.c
15636 F:      arch/arm/mach-s3c24xx/bast-irq.c
15637 F:      arch/arm/mach-s3c24xx/mach-bast.c
15638
15639 SIOX
15640 M:      Thorsten Scherer <t.scherer@eckelmann.de>
15641 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
15642 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
15643 S:      Supported
15644 F:      drivers/gpio/gpio-siox.c
15645 F:      drivers/siox/*
15646 F:      include/trace/events/siox.h
15647
15648 SIPHASH PRF ROUTINES
15649 M:      Jason A. Donenfeld <Jason@zx2c4.com>
15650 S:      Maintained
15651 F:      include/linux/siphash.h
15652 F:      lib/siphash.c
15653 F:      lib/test_siphash.c
15654
15655 SIS 190 ETHERNET DRIVER
15656 M:      Francois Romieu <romieu@fr.zoreil.com>
15657 L:      netdev@vger.kernel.org
15658 S:      Maintained
15659 F:      drivers/net/ethernet/sis/sis190.c
15660
15661 SIS 900/7016 FAST ETHERNET DRIVER
15662 M:      Daniele Venzano <venza@brownhat.org>
15663 L:      netdev@vger.kernel.org
15664 S:      Maintained
15665 W:      http://www.brownhat.org/sis900.html
15666 F:      drivers/net/ethernet/sis/sis900.*
15667
15668 SIS FRAMEBUFFER DRIVER
15669 M:      Thomas Winischhofer <thomas@winischhofer.net>
15670 S:      Maintained
15671 W:      http://www.winischhofer.net/linuxsisvga.shtml
15672 F:      Documentation/fb/sisfb.rst
15673 F:      drivers/video/fbdev/sis/
15674 F:      include/video/sisfb.h
15675
15676 SIS USB2VGA DRIVER
15677 M:      Thomas Winischhofer <thomas@winischhofer.net>
15678 S:      Maintained
15679 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
15680 F:      drivers/usb/misc/sisusbvga/
15681
15682 SLAB ALLOCATOR
15683 M:      Christoph Lameter <cl@linux.com>
15684 M:      Pekka Enberg <penberg@kernel.org>
15685 M:      David Rientjes <rientjes@google.com>
15686 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
15687 M:      Andrew Morton <akpm@linux-foundation.org>
15688 L:      linux-mm@kvack.org
15689 S:      Maintained
15690 F:      include/linux/sl?b*.h
15691 F:      mm/sl?b*
15692
15693 SLEEPABLE READ-COPY UPDATE (SRCU)
15694 M:      Lai Jiangshan <jiangshanlai@gmail.com>
15695 M:      "Paul E. McKenney" <paulmck@kernel.org>
15696 M:      Josh Triplett <josh@joshtriplett.org>
15697 R:      Steven Rostedt <rostedt@goodmis.org>
15698 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
15699 L:      rcu@vger.kernel.org
15700 S:      Supported
15701 W:      http://www.rdrop.com/users/paulmck/RCU/
15702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
15703 F:      include/linux/srcu*.h
15704 F:      kernel/rcu/srcu*.c
15705
15706 SMACK SECURITY MODULE
15707 M:      Casey Schaufler <casey@schaufler-ca.com>
15708 L:      linux-security-module@vger.kernel.org
15709 S:      Maintained
15710 W:      http://schaufler-ca.com
15711 T:      git git://github.com/cschaufler/smack-next
15712 F:      Documentation/admin-guide/LSM/Smack.rst
15713 F:      security/smack/
15714
15715 SMC91x ETHERNET DRIVER
15716 M:      Nicolas Pitre <nico@fluxnic.net>
15717 S:      Odd Fixes
15718 F:      drivers/net/ethernet/smsc/smc91x.*
15719
15720 SECURE MONITOR CALL(SMC) CALLING CONVENTION (SMCCC)
15721 M:      Mark Rutland <mark.rutland@arm.com>
15722 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
15723 M:      Sudeep Holla <sudeep.holla@arm.com>
15724 L:      linux-arm-kernel@lists.infradead.org
15725 S:      Maintained
15726 F:      drivers/firmware/smccc/
15727 F:      include/linux/arm-smccc.h
15728
15729 SMIA AND SMIA++ IMAGE SENSOR DRIVER
15730 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
15731 L:      linux-media@vger.kernel.org
15732 S:      Maintained
15733 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
15734 F:      drivers/media/i2c/smiapp-pll.c
15735 F:      drivers/media/i2c/smiapp-pll.h
15736 F:      drivers/media/i2c/smiapp/
15737 F:      include/uapi/linux/smiapp.h
15738
15739 SMM665 HARDWARE MONITOR DRIVER
15740 M:      Guenter Roeck <linux@roeck-us.net>
15741 L:      linux-hwmon@vger.kernel.org
15742 S:      Maintained
15743 F:      Documentation/hwmon/smm665.rst
15744 F:      drivers/hwmon/smm665.c
15745
15746 SMSC EMC2103 HARDWARE MONITOR DRIVER
15747 M:      Steve Glendinning <steve.glendinning@shawell.net>
15748 L:      linux-hwmon@vger.kernel.org
15749 S:      Maintained
15750 F:      Documentation/hwmon/emc2103.rst
15751 F:      drivers/hwmon/emc2103.c
15752
15753 SMSC SCH5627 HARDWARE MONITOR DRIVER
15754 M:      Hans de Goede <hdegoede@redhat.com>
15755 L:      linux-hwmon@vger.kernel.org
15756 S:      Supported
15757 F:      Documentation/hwmon/sch5627.rst
15758 F:      drivers/hwmon/sch5627.c
15759
15760 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
15761 M:      Steve Glendinning <steve.glendinning@shawell.net>
15762 L:      linux-fbdev@vger.kernel.org
15763 S:      Maintained
15764 F:      drivers/video/fbdev/smscufx.c
15765
15766 SMSC47B397 HARDWARE MONITOR DRIVER
15767 M:      Jean Delvare <jdelvare@suse.com>
15768 L:      linux-hwmon@vger.kernel.org
15769 S:      Maintained
15770 F:      Documentation/hwmon/smsc47b397.rst
15771 F:      drivers/hwmon/smsc47b397.c
15772
15773 SMSC911x ETHERNET DRIVER
15774 M:      Steve Glendinning <steve.glendinning@shawell.net>
15775 L:      netdev@vger.kernel.org
15776 S:      Maintained
15777 F:      drivers/net/ethernet/smsc/smsc911x.*
15778 F:      include/linux/smsc911x.h
15779
15780 SMSC9420 PCI ETHERNET DRIVER
15781 M:      Steve Glendinning <steve.glendinning@shawell.net>
15782 L:      netdev@vger.kernel.org
15783 S:      Maintained
15784 F:      drivers/net/ethernet/smsc/smsc9420.*
15785
15786 SOC-CAMERA V4L2 SUBSYSTEM
15787 L:      linux-media@vger.kernel.org
15788 S:      Orphan
15789 T:      git git://linuxtv.org/media_tree.git
15790 F:      drivers/staging/media/soc_camera/
15791 F:      include/media/soc_camera.h
15792
15793 SOCIONEXT (SNI) AVE NETWORK DRIVER
15794 M:      Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
15795 L:      netdev@vger.kernel.org
15796 S:      Maintained
15797 F:      Documentation/devicetree/bindings/net/socionext,uniphier-ave4.yaml
15798 F:      drivers/net/ethernet/socionext/sni_ave.c
15799
15800 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
15801 M:      Jassi Brar <jaswinder.singh@linaro.org>
15802 M:      Ilias Apalodimas <ilias.apalodimas@linaro.org>
15803 L:      netdev@vger.kernel.org
15804 S:      Maintained
15805 F:      Documentation/devicetree/bindings/net/socionext-netsec.txt
15806 F:      drivers/net/ethernet/socionext/netsec.c
15807
15808 SOCIONEXT (SNI) Synquacer SPI DRIVER
15809 M:      Masahisa Kojima <masahisa.kojima@linaro.org>
15810 M:      Jassi Brar <jaswinder.singh@linaro.org>
15811 L:      linux-spi@vger.kernel.org
15812 S:      Maintained
15813 F:      Documentation/devicetree/bindings/spi/spi-synquacer.txt
15814 F:      drivers/spi/spi-synquacer.c
15815
15816 SOCIONEXT SYNQUACER I2C DRIVER
15817 M:      Ard Biesheuvel <ardb@kernel.org>
15818 L:      linux-i2c@vger.kernel.org
15819 S:      Maintained
15820 F:      Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
15821 F:      drivers/i2c/busses/i2c-synquacer.c
15822
15823 SOCIONEXT UNIPHIER SOUND DRIVER
15824 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15825 S:      Orphan
15826 F:      sound/soc/uniphier/
15827
15828 SOEKRIS NET48XX LED SUPPORT
15829 M:      Chris Boot <bootc@bootc.net>
15830 S:      Maintained
15831 F:      drivers/leds/leds-net48xx.c
15832
15833 SOFT-IWARP DRIVER (siw)
15834 M:      Bernard Metzler <bmt@zurich.ibm.com>
15835 L:      linux-rdma@vger.kernel.org
15836 S:      Supported
15837 F:      drivers/infiniband/sw/siw/
15838 F:      include/uapi/rdma/siw-abi.h
15839
15840 SOFT-ROCE DRIVER (rxe)
15841 M:      Zhu Yanjun <yanjunz@mellanox.com>
15842 L:      linux-rdma@vger.kernel.org
15843 S:      Supported
15844 F:      drivers/infiniband/sw/rxe/
15845 F:      include/uapi/rdma/rdma_user_rxe.h
15846
15847 SOFTLOGIC 6x10 MPEG CODEC
15848 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
15849 M:      Anton Sviridenko <anton@corp.bluecherry.net>
15850 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
15851 M:      Andrey Utkin <andrey_utkin@fastmail.com>
15852 M:      Ismael Luceno <ismael@iodev.co.uk>
15853 L:      linux-media@vger.kernel.org
15854 S:      Supported
15855 F:      drivers/media/pci/solo6x10/
15856
15857 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
15858 M:      James Morse <james.morse@arm.com>
15859 L:      linux-arm-kernel@lists.infradead.org
15860 S:      Maintained
15861 F:      Documentation/devicetree/bindings/arm/firmware/sdei.txt
15862 F:      drivers/firmware/arm_sdei.c
15863 F:      include/linux/arm_sdei.h
15864 F:      include/uapi/linux/arm_sdei.h
15865
15866 SOFTWARE RAID (Multiple Disks) SUPPORT
15867 M:      Song Liu <song@kernel.org>
15868 L:      linux-raid@vger.kernel.org
15869 S:      Supported
15870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git
15871 F:      drivers/md/Kconfig
15872 F:      drivers/md/Makefile
15873 F:      drivers/md/md*
15874 F:      drivers/md/raid*
15875 F:      include/linux/raid/
15876 F:      include/uapi/linux/raid/
15877
15878 SOLIDRUN CLEARFOG SUPPORT
15879 M:      Russell King <linux@armlinux.org.uk>
15880 S:      Maintained
15881 F:      arch/arm/boot/dts/armada-388-clearfog*
15882 F:      arch/arm/boot/dts/armada-38x-solidrun-*
15883
15884 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
15885 M:      Russell King <linux@armlinux.org.uk>
15886 S:      Maintained
15887 F:      arch/arm/boot/dts/imx6*-cubox-i*
15888 F:      arch/arm/boot/dts/imx6*-hummingboard*
15889 F:      arch/arm/boot/dts/imx6*-sr-*
15890
15891 SONIC NETWORK DRIVER
15892 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
15893 L:      netdev@vger.kernel.org
15894 S:      Maintained
15895 F:      drivers/net/ethernet/natsemi/sonic.*
15896
15897 SONICS SILICON BACKPLANE DRIVER (SSB)
15898 M:      Michael Buesch <m@bues.ch>
15899 L:      linux-wireless@vger.kernel.org
15900 S:      Maintained
15901 F:      drivers/ssb/
15902 F:      include/linux/ssb/
15903
15904 SONY IMX214 SENSOR DRIVER
15905 M:      Ricardo Ribalda <ribalda@kernel.org>
15906 L:      linux-media@vger.kernel.org
15907 S:      Maintained
15908 T:      git git://linuxtv.org/media_tree.git
15909 F:      Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
15910 F:      drivers/media/i2c/imx214.c
15911
15912 SONY IMX219 SENSOR DRIVER
15913 M:      Dave Stevenson <dave.stevenson@raspberrypi.com>
15914 L:      linux-media@vger.kernel.org
15915 S:      Maintained
15916 T:      git git://linuxtv.org/media_tree.git
15917 F:      Documentation/devicetree/bindings/media/i2c/imx219.yaml
15918 F:      drivers/media/i2c/imx219.c
15919
15920 SONY IMX258 SENSOR DRIVER
15921 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
15922 L:      linux-media@vger.kernel.org
15923 S:      Maintained
15924 T:      git git://linuxtv.org/media_tree.git
15925 F:      drivers/media/i2c/imx258.c
15926
15927 SONY IMX274 SENSOR DRIVER
15928 M:      Leon Luo <leonl@leopardimaging.com>
15929 L:      linux-media@vger.kernel.org
15930 S:      Maintained
15931 T:      git git://linuxtv.org/media_tree.git
15932 F:      Documentation/devicetree/bindings/media/i2c/imx274.txt
15933 F:      drivers/media/i2c/imx274.c
15934
15935 SONY IMX290 SENSOR DRIVER
15936 M:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
15937 L:      linux-media@vger.kernel.org
15938 S:      Maintained
15939 T:      git git://linuxtv.org/media_tree.git
15940 F:      Documentation/devicetree/bindings/media/i2c/imx290.txt
15941 F:      drivers/media/i2c/imx290.c
15942
15943 SONY IMX319 SENSOR DRIVER
15944 M:      Bingbu Cao <bingbu.cao@intel.com>
15945 L:      linux-media@vger.kernel.org
15946 S:      Maintained
15947 T:      git git://linuxtv.org/media_tree.git
15948 F:      drivers/media/i2c/imx319.c
15949
15950 SONY IMX355 SENSOR DRIVER
15951 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
15952 L:      linux-media@vger.kernel.org
15953 S:      Maintained
15954 T:      git git://linuxtv.org/media_tree.git
15955 F:      drivers/media/i2c/imx355.c
15956
15957 SONY MEMORYSTICK SUBSYSTEM
15958 M:      Maxim Levitsky <maximlevitsky@gmail.com>
15959 M:      Alex Dubov <oakad@yahoo.com>
15960 M:      Ulf Hansson <ulf.hansson@linaro.org>
15961 L:      linux-mmc@vger.kernel.org
15962 S:      Maintained
15963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
15964 F:      drivers/memstick/
15965 F:      include/linux/memstick.h
15966
15967 SONY VAIO CONTROL DEVICE DRIVER
15968 M:      Mattia Dongili <malattia@linux.it>
15969 L:      platform-driver-x86@vger.kernel.org
15970 S:      Maintained
15971 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
15972 F:      Documentation/admin-guide/laptops/sony-laptop.rst
15973 F:      drivers/char/sonypi.c
15974 F:      drivers/platform/x86/sony-laptop.c
15975 F:      include/linux/sony-laptop.h
15976
15977 SOUND
15978 M:      Jaroslav Kysela <perex@perex.cz>
15979 M:      Takashi Iwai <tiwai@suse.com>
15980 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15981 S:      Maintained
15982 W:      http://www.alsa-project.org/
15983 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
15984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
15985 F:      Documentation/sound/
15986 F:      include/sound/
15987 F:      include/uapi/sound/
15988 F:      sound/
15989
15990 SOUND - COMPRESSED AUDIO
15991 M:      Vinod Koul <vkoul@kernel.org>
15992 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15993 S:      Supported
15994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
15995 F:      Documentation/sound/designs/compress-offload.rst
15996 F:      include/sound/compress_driver.h
15997 F:      include/uapi/sound/compress_*
15998 F:      sound/core/compress_offload.c
15999 F:      sound/soc/soc-compress.c
16000
16001 SOUND - DMAENGINE HELPERS
16002 M:      Lars-Peter Clausen <lars@metafoo.de>
16003 S:      Supported
16004 F:      include/sound/dmaengine_pcm.h
16005 F:      sound/core/pcm_dmaengine.c
16006 F:      sound/soc/soc-generic-dmaengine-pcm.c
16007
16008 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
16009 M:      Liam Girdwood <lgirdwood@gmail.com>
16010 M:      Mark Brown <broonie@kernel.org>
16011 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16012 S:      Supported
16013 W:      http://alsa-project.org/main/index.php/ASoC
16014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
16015 F:      Documentation/devicetree/bindings/sound/
16016 F:      Documentation/sound/soc/
16017 F:      include/dt-bindings/sound/
16018 F:      include/sound/soc*
16019 F:      sound/soc/
16020
16021 SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
16022 M:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
16023 M:      Liam Girdwood <lgirdwood@gmail.com>
16024 M:      Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
16025 M:      Kai Vehmanen <kai.vehmanen@linux.intel.com>
16026 M:      Daniel Baluta <daniel.baluta@nxp.com>
16027 L:      sound-open-firmware@alsa-project.org (moderated for non-subscribers)
16028 S:      Supported
16029 W:      https://github.com/thesofproject/linux/
16030 F:      sound/soc/sof/
16031
16032 SOUNDWIRE SUBSYSTEM
16033 M:      Vinod Koul <vkoul@kernel.org>
16034 M:      Sanyog Kale <sanyog.r.kale@intel.com>
16035 R:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
16036 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16037 S:      Supported
16038 F:      Documentation/driver-api/soundwire/
16039 F:      drivers/soundwire/
16040 F:      include/linux/soundwire/
16041
16042 SP2 MEDIA DRIVER
16043 M:      Olli Salonen <olli.salonen@iki.fi>
16044 L:      linux-media@vger.kernel.org
16045 S:      Maintained
16046 W:      https://linuxtv.org
16047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16048 F:      drivers/media/dvb-frontends/sp2*
16049
16050 SPARC + UltraSPARC (sparc/sparc64)
16051 M:      "David S. Miller" <davem@davemloft.net>
16052 L:      sparclinux@vger.kernel.org
16053 S:      Maintained
16054 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
16055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
16056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
16057 F:      arch/sparc/
16058 F:      drivers/sbus/
16059
16060 SPARC SERIAL DRIVERS
16061 M:      "David S. Miller" <davem@davemloft.net>
16062 L:      sparclinux@vger.kernel.org
16063 S:      Maintained
16064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
16065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
16066 F:      drivers/tty/serial/suncore.c
16067 F:      drivers/tty/serial/sunhv.c
16068 F:      drivers/tty/serial/sunsab.c
16069 F:      drivers/tty/serial/sunsab.h
16070 F:      drivers/tty/serial/sunsu.c
16071 F:      drivers/tty/serial/sunzilog.c
16072 F:      drivers/tty/serial/sunzilog.h
16073 F:      drivers/tty/vcc.c
16074 F:      include/linux/sunserialcore.h
16075
16076 SPARSE CHECKER
16077 M:      "Luc Van Oostenryck" <luc.vanoostenryck@gmail.com>
16078 L:      linux-sparse@vger.kernel.org
16079 S:      Maintained
16080 W:      https://sparse.docs.kernel.org/
16081 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
16082 Q:      https://patchwork.kernel.org/project/linux-sparse/list/
16083 B:      https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools
16084 F:      include/linux/compiler.h
16085
16086 SPEAR CLOCK FRAMEWORK SUPPORT
16087 M:      Viresh Kumar <vireshk@kernel.org>
16088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
16089 S:      Maintained
16090 W:      http://www.st.com/spear
16091 F:      drivers/clk/spear/
16092
16093 SPEAR PLATFORM SUPPORT
16094 M:      Viresh Kumar <vireshk@kernel.org>
16095 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
16096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
16097 S:      Maintained
16098 W:      http://www.st.com/spear
16099 F:      arch/arm/boot/dts/spear*
16100 F:      arch/arm/mach-spear/
16101
16102 SPI NOR SUBSYSTEM
16103 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
16104 L:      linux-mtd@lists.infradead.org
16105 S:      Maintained
16106 W:      http://www.linux-mtd.infradead.org/
16107 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
16108 C:      irc://irc.oftc.net/mtd
16109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
16110 F:      drivers/mtd/spi-nor/
16111 F:      include/linux/mtd/spi-nor.h
16112
16113 SPI SUBSYSTEM
16114 M:      Mark Brown <broonie@kernel.org>
16115 L:      linux-spi@vger.kernel.org
16116 S:      Maintained
16117 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
16118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
16119 F:      Documentation/devicetree/bindings/spi/
16120 F:      Documentation/spi/
16121 F:      drivers/spi/
16122 F:      include/linux/spi/
16123 F:      include/uapi/linux/spi/
16124 F:      tools/spi/
16125
16126 SPIDERNET NETWORK DRIVER for CELL
16127 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
16128 L:      netdev@vger.kernel.org
16129 S:      Supported
16130 F:      Documentation/networking/device_drivers/toshiba/spider_net.rst
16131 F:      drivers/net/ethernet/toshiba/spider_net*
16132
16133 SPMI SUBSYSTEM
16134 R:      Stephen Boyd <sboyd@kernel.org>
16135 L:      linux-arm-msm@vger.kernel.org
16136 F:      Documentation/devicetree/bindings/spmi/
16137 F:      drivers/spmi/
16138 F:      include/dt-bindings/spmi/spmi.h
16139 F:      include/linux/spmi.h
16140 F:      include/trace/events/spmi.h
16141
16142 SPU FILE SYSTEM
16143 M:      Jeremy Kerr <jk@ozlabs.org>
16144 L:      linuxppc-dev@lists.ozlabs.org
16145 S:      Supported
16146 W:      http://www.ibm.com/developerworks/power/cell/
16147 F:      Documentation/filesystems/spufs/spufs.rst
16148 F:      arch/powerpc/platforms/cell/spufs/
16149
16150 SQUASHFS FILE SYSTEM
16151 M:      Phillip Lougher <phillip@squashfs.org.uk>
16152 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
16153 S:      Maintained
16154 W:      http://squashfs.org.uk
16155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
16156 F:      Documentation/filesystems/squashfs.rst
16157 F:      fs/squashfs/
16158
16159 SRM (Alpha) environment access
16160 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
16161 S:      Maintained
16162 F:      arch/alpha/kernel/srm_env.c
16163
16164 ST LSM6DSx IMU IIO DRIVER
16165 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
16166 L:      linux-iio@vger.kernel.org
16167 S:      Maintained
16168 W:      http://www.st.com/
16169 F:      Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
16170 F:      drivers/iio/imu/st_lsm6dsx/
16171
16172 ST MIPID02 CSI-2 TO PARALLEL BRIDGE DRIVER
16173 M:      Mickael Guene <mickael.guene@st.com>
16174 L:      linux-media@vger.kernel.org
16175 S:      Maintained
16176 T:      git git://linuxtv.org/media_tree.git
16177 F:      Documentation/devicetree/bindings/media/i2c/st,st-mipid02.txt
16178 F:      drivers/media/i2c/st-mipid02.c
16179
16180 ST STM32 I2C/SMBUS DRIVER
16181 M:      Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
16182 L:      linux-i2c@vger.kernel.org
16183 S:      Maintained
16184 F:      drivers/i2c/busses/i2c-stm32*
16185
16186 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
16187 M:      Song Qiang <songqiang1304521@gmail.com>
16188 L:      linux-iio@vger.kernel.org
16189 S:      Maintained
16190 F:      Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt
16191 F:      drivers/iio/proximity/vl53l0x-i2c.c
16192
16193 STABLE BRANCH
16194 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16195 M:      Sasha Levin <sashal@kernel.org>
16196 L:      stable@vger.kernel.org
16197 S:      Supported
16198 F:      Documentation/process/stable-kernel-rules.rst
16199
16200 STAGING - ATOMISP DRIVER
16201 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
16202 R:      Sakari Ailus <sakari.ailus@linux.intel.com>
16203 L:      linux-media@vger.kernel.org
16204 S:      Maintained
16205 F:      drivers/staging/media/atomisp/
16206
16207 STAGING - COMEDI
16208 M:      Ian Abbott <abbotti@mev.co.uk>
16209 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
16210 S:      Odd Fixes
16211 F:      drivers/staging/comedi/
16212
16213 STAGING - FIELDBUS SUBSYSTEM
16214 M:      Sven Van Asbroeck <TheSven73@gmail.com>
16215 S:      Maintained
16216 F:      drivers/staging/fieldbus/*
16217 F:      drivers/staging/fieldbus/Documentation/
16218
16219 STAGING - HMS ANYBUS-S BUS
16220 M:      Sven Van Asbroeck <TheSven73@gmail.com>
16221 S:      Maintained
16222 F:      drivers/staging/fieldbus/anybuss/
16223
16224 STAGING - INDUSTRIAL IO
16225 M:      Jonathan Cameron <jic23@kernel.org>
16226 L:      linux-iio@vger.kernel.org
16227 S:      Odd Fixes
16228 F:      Documentation/devicetree/bindings/staging/iio/
16229 F:      drivers/staging/iio/
16230
16231 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
16232 M:      Marc Dietrich <marvin24@gmx.de>
16233 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
16234 L:      linux-tegra@vger.kernel.org
16235 S:      Maintained
16236 F:      drivers/staging/nvec/
16237
16238 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
16239 M:      Jens Frederich <jfrederich@gmail.com>
16240 M:      Daniel Drake <dsd@laptop.org>
16241 M:      Jon Nettleton <jon.nettleton@gmail.com>
16242 S:      Maintained
16243 W:      http://wiki.laptop.org/go/DCON
16244 F:      drivers/staging/olpc_dcon/
16245
16246 STAGING - REALTEK RTL8188EU DRIVERS
16247 M:      Larry Finger <Larry.Finger@lwfinger.net>
16248 S:      Odd Fixes
16249 F:      drivers/staging/rtl8188eu/
16250
16251 STAGING - REALTEK RTL8712U DRIVERS
16252 M:      Larry Finger <Larry.Finger@lwfinger.net>
16253 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
16254 S:      Odd Fixes
16255 F:      drivers/staging/rtl8712/
16256
16257 STAGING - SEPS525 LCD CONTROLLER DRIVERS
16258 M:      Michael Hennerich <michael.hennerich@analog.com>
16259 M:      Beniamin Bia <beniamin.bia@analog.com>
16260 L:      linux-fbdev@vger.kernel.org
16261 S:      Supported
16262 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
16263 F:      drivers/staging/fbtft/fb_seps525.c
16264
16265 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
16266 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
16267 M:      Teddy Wang <teddy.wang@siliconmotion.com>
16268 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
16269 L:      linux-fbdev@vger.kernel.org
16270 S:      Maintained
16271 F:      drivers/staging/sm750fb/
16272
16273 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
16274 M:      William Hubbs <w.d.hubbs@gmail.com>
16275 M:      Chris Brannon <chris@the-brannons.com>
16276 M:      Kirk Reiser <kirk@reisers.ca>
16277 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
16278 L:      speakup@linux-speakup.org
16279 S:      Odd Fixes
16280 W:      http://www.linux-speakup.org/
16281 F:      drivers/staging/speakup/
16282
16283 STAGING - VIA VT665X DRIVERS
16284 M:      Forest Bond <forest@alittletooquiet.net>
16285 S:      Odd Fixes
16286 F:      drivers/staging/vt665?/
16287
16288 STAGING - WILC1000 WIFI DRIVER
16289 M:      Adham Abozaeid <adham.abozaeid@microchip.com>
16290 M:      Ajay Singh <ajay.kathat@microchip.com>
16291 L:      linux-wireless@vger.kernel.org
16292 S:      Supported
16293 F:      drivers/staging/wilc1000/
16294
16295 STAGING SUBSYSTEM
16296 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16297 L:      devel@driverdev.osuosl.org
16298 S:      Supported
16299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
16300 F:      drivers/staging/
16301
16302 STARFIRE/DURALAN NETWORK DRIVER
16303 M:      Ion Badulescu <ionut@badula.org>
16304 S:      Odd Fixes
16305 F:      drivers/net/ethernet/adaptec/starfire*
16306
16307 STEC S1220 SKD DRIVER
16308 M:      Damien Le Moal <Damien.LeMoal@wdc.com>
16309 L:      linux-block@vger.kernel.org
16310 S:      Maintained
16311 F:      drivers/block/skd*[ch]
16312
16313 STI AUDIO (ASoC) DRIVERS
16314 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
16315 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16316 S:      Maintained
16317 F:      Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
16318 F:      sound/soc/sti/
16319
16320 STI CEC DRIVER
16321 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
16322 S:      Maintained
16323 F:      Documentation/devicetree/bindings/media/stih-cec.txt
16324 F:      drivers/media/platform/sti/cec/
16325
16326 STK1160 USB VIDEO CAPTURE DRIVER
16327 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
16328 L:      linux-media@vger.kernel.org
16329 S:      Maintained
16330 T:      git git://linuxtv.org/media_tree.git
16331 F:      drivers/media/usb/stk1160/
16332
16333 STM32 AUDIO (ASoC) DRIVERS
16334 M:      Olivier Moysan <olivier.moysan@st.com>
16335 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
16336 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16337 S:      Maintained
16338 F:      Documentation/devicetree/bindings/sound/st,stm32-*.txt
16339 F:      sound/soc/stm/
16340
16341 STM32 TIMER/LPTIMER DRIVERS
16342 M:      Fabrice Gasnier <fabrice.gasnier@st.com>
16343 S:      Maintained
16344 F:      Documentation/ABI/testing/*timer-stm32
16345 F:      Documentation/devicetree/bindings/*/*stm32-*timer*
16346 F:      drivers/*/stm32-*timer*
16347 F:      drivers/pwm/pwm-stm32*
16348 F:      include/linux/*/stm32-*tim*
16349
16350 STMMAC ETHERNET DRIVER
16351 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
16352 M:      Alexandre Torgue <alexandre.torgue@st.com>
16353 M:      Jose Abreu <joabreu@synopsys.com>
16354 L:      netdev@vger.kernel.org
16355 S:      Supported
16356 W:      http://www.stlinux.com
16357 F:      Documentation/networking/device_drivers/stmicro/
16358 F:      drivers/net/ethernet/stmicro/stmmac/
16359
16360 SUN3/3X
16361 M:      Sam Creasey <sammy@sammy.net>
16362 S:      Maintained
16363 W:      http://sammy.net/sun3/
16364 F:      arch/m68k/include/asm/sun3*
16365 F:      arch/m68k/kernel/*sun3*
16366 F:      arch/m68k/sun3*/
16367 F:      drivers/net/ethernet/i825xx/sun3*
16368
16369 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
16370 M:      Hans de Goede <hdegoede@redhat.com>
16371 L:      linux-input@vger.kernel.org
16372 S:      Maintained
16373 F:      Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
16374 F:      drivers/input/keyboard/sun4i-lradc-keys.c
16375
16376 SUNDANCE NETWORK DRIVER
16377 M:      Denis Kirjanov <kda@linux-powerpc.org>
16378 L:      netdev@vger.kernel.org
16379 S:      Maintained
16380 F:      drivers/net/ethernet/dlink/sundance.c
16381
16382 SUPERH
16383 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
16384 M:      Rich Felker <dalias@libc.org>
16385 L:      linux-sh@vger.kernel.org
16386 S:      Maintained
16387 Q:      http://patchwork.kernel.org/project/linux-sh/list/
16388 F:      Documentation/sh/
16389 F:      arch/sh/
16390 F:      drivers/sh/
16391
16392 SUSPEND TO RAM
16393 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
16394 M:      Len Brown <len.brown@intel.com>
16395 M:      Pavel Machek <pavel@ucw.cz>
16396 L:      linux-pm@vger.kernel.org
16397 S:      Supported
16398 B:      https://bugzilla.kernel.org
16399 F:      Documentation/power/
16400 F:      arch/x86/kernel/acpi/
16401 F:      drivers/base/power/
16402 F:      include/linux/freezer.h
16403 F:      include/linux/pm.h
16404 F:      include/linux/suspend.h
16405 F:      kernel/power/
16406
16407 SVGA HANDLING
16408 M:      Martin Mares <mj@ucw.cz>
16409 L:      linux-video@atrey.karlin.mff.cuni.cz
16410 S:      Maintained
16411 F:      Documentation/admin-guide/svga.rst
16412 F:      arch/x86/boot/video*
16413
16414 SWIOTLB SUBSYSTEM
16415 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16416 L:      iommu@lists.linux-foundation.org
16417 S:      Supported
16418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
16419 F:      arch/*/kernel/pci-swiotlb.c
16420 F:      include/linux/swiotlb.h
16421 F:      kernel/dma/swiotlb.c
16422
16423 SWITCHDEV
16424 M:      Jiri Pirko <jiri@resnulli.us>
16425 M:      Ivan Vecera <ivecera@redhat.com>
16426 L:      netdev@vger.kernel.org
16427 S:      Supported
16428 F:      include/net/switchdev.h
16429 F:      net/switchdev/
16430
16431 SY8106A REGULATOR DRIVER
16432 M:      Icenowy Zheng <icenowy@aosc.io>
16433 S:      Maintained
16434 F:      Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt
16435 F:      drivers/regulator/sy8106a-regulator.c
16436
16437 SYNC FILE FRAMEWORK
16438 M:      Sumit Semwal <sumit.semwal@linaro.org>
16439 R:      Gustavo Padovan <gustavo@padovan.org>
16440 L:      linux-media@vger.kernel.org
16441 L:      dri-devel@lists.freedesktop.org
16442 S:      Maintained
16443 T:      git git://anongit.freedesktop.org/drm/drm-misc
16444 F:      Documentation/driver-api/sync_file.rst
16445 F:      drivers/dma-buf/dma-fence*
16446 F:      drivers/dma-buf/sw_sync.c
16447 F:      drivers/dma-buf/sync_*
16448 F:      include/linux/sync_file.h
16449 F:      include/uapi/linux/sync_file.h
16450
16451 SYNOPSYS ARC ARCHITECTURE
16452 M:      Vineet Gupta <vgupta@synopsys.com>
16453 L:      linux-snps-arc@lists.infradead.org
16454 S:      Supported
16455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
16456 F:      Documentation/devicetree/bindings/arc/*
16457 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
16458 F:      arch/arc/
16459 F:      drivers/clocksource/arc_timer.c
16460 F:      drivers/tty/serial/arc_uart.c
16461
16462 SYNOPSYS ARC HSDK SDP pll clock driver
16463 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16464 S:      Supported
16465 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
16466 F:      drivers/clk/clk-hsdk-pll.c
16467
16468 SYNOPSYS ARC SDP clock driver
16469 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16470 S:      Supported
16471 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
16472 F:      drivers/clk/axs10x/*
16473
16474 SYNOPSYS ARC SDP platform support
16475 M:      Alexey Brodkin <abrodkin@synopsys.com>
16476 S:      Supported
16477 F:      Documentation/devicetree/bindings/arc/axs10*
16478 F:      arch/arc/boot/dts/ax*
16479 F:      arch/arc/plat-axs10x
16480
16481 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
16482 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16483 S:      Supported
16484 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
16485 F:      drivers/reset/reset-axs10x.c
16486
16487 SYNOPSYS CREG GPIO DRIVER
16488 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16489 S:      Maintained
16490 F:      Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
16491 F:      drivers/gpio/gpio-creg-snps.c
16492
16493 SYNOPSYS DESIGNWARE 8250 UART DRIVER
16494 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
16495 S:      Maintained
16496 F:      drivers/tty/serial/8250/8250_dw.c
16497 F:      drivers/tty/serial/8250/8250_dwlib.*
16498 F:      drivers/tty/serial/8250/8250_lpss.c
16499
16500 SYNOPSYS DESIGNWARE APB GPIO DRIVER
16501 M:      Hoan Tran <hoan@os.amperecomputing.com>
16502 M:      Serge Semin <fancer.lancer@gmail.com>
16503 L:      linux-gpio@vger.kernel.org
16504 S:      Maintained
16505 F:      Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
16506 F:      drivers/gpio/gpio-dwapb.c
16507
16508 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
16509 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16510 S:      Maintained
16511 F:      Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
16512 F:      drivers/dma/dw-axi-dmac/
16513
16514 SYNOPSYS DESIGNWARE DMAC DRIVER
16515 M:      Viresh Kumar <vireshk@kernel.org>
16516 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
16517 S:      Maintained
16518 F:      Documentation/devicetree/bindings/dma/snps-dma.txt
16519 F:      drivers/dma/dw/
16520 F:      include/dt-bindings/dma/dw-dmac.h
16521 F:      include/linux/dma/dw.h
16522 F:      include/linux/platform_data/dma-dw.h
16523
16524 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
16525 M:      Jose Abreu <Jose.Abreu@synopsys.com>
16526 L:      netdev@vger.kernel.org
16527 S:      Supported
16528 F:      drivers/net/ethernet/synopsys/
16529
16530 SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER
16531 M:      Jose Abreu <Jose.Abreu@synopsys.com>
16532 L:      netdev@vger.kernel.org
16533 S:      Supported
16534 F:      drivers/net/phy/mdio-xpcs.c
16535 F:      include/linux/mdio-xpcs.h
16536
16537 SYNOPSYS DESIGNWARE I2C DRIVER
16538 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
16539 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
16540 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
16541 L:      linux-i2c@vger.kernel.org
16542 S:      Maintained
16543 F:      drivers/i2c/busses/i2c-designware-*
16544 F:      include/linux/platform_data/i2c-designware.h
16545
16546 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
16547 M:      Jaehoon Chung <jh80.chung@samsung.com>
16548 L:      linux-mmc@vger.kernel.org
16549 S:      Maintained
16550 F:      drivers/mmc/host/dw_mmc*
16551
16552 SYNOPSYS HSDK RESET CONTROLLER DRIVER
16553 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16554 S:      Supported
16555 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
16556 F:      drivers/reset/reset-hsdk.c
16557 F:      include/dt-bindings/reset/snps,hsdk-reset.h
16558
16559 SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER
16560 M:      Prabu Thangamuthu <prabu.t@synopsys.com>
16561 M:      Manjunath M B <manjumb@synopsys.com>
16562 L:      linux-mmc@vger.kernel.org
16563 S:      Maintained
16564 F:      drivers/mmc/host/sdhci-pci-dwc-mshc.c
16565
16566 SYSTEM CONFIGURATION (SYSCON)
16567 M:      Lee Jones <lee.jones@linaro.org>
16568 M:      Arnd Bergmann <arnd@arndb.de>
16569 S:      Supported
16570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
16571 F:      drivers/mfd/syscon.c
16572
16573 SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
16574 M:      Sudeep Holla <sudeep.holla@arm.com>
16575 L:      linux-arm-kernel@lists.infradead.org
16576 S:      Maintained
16577 F:      Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt
16578 F:      drivers/clk/clk-sc[mp]i.c
16579 F:      drivers/cpufreq/sc[mp]i-cpufreq.c
16580 F:      drivers/firmware/arm_scmi/
16581 F:      drivers/firmware/arm_scpi.c
16582 F:      drivers/reset/reset-scmi.c
16583 F:      include/linux/sc[mp]i_protocol.h
16584 F:      include/trace/events/scmi.h
16585
16586 SYSTEM RESET/SHUTDOWN DRIVERS
16587 M:      Sebastian Reichel <sre@kernel.org>
16588 L:      linux-pm@vger.kernel.org
16589 S:      Maintained
16590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
16591 F:      Documentation/devicetree/bindings/power/reset/
16592 F:      drivers/power/reset/
16593
16594 SYSTEM TRACE MODULE CLASS
16595 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
16596 S:      Maintained
16597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
16598 F:      Documentation/trace/stm.rst
16599 F:      drivers/hwtracing/stm/
16600 F:      include/linux/stm.h
16601 F:      include/uapi/linux/stm.h
16602
16603 SYSTEM76 ACPI DRIVER
16604 M:      Jeremy Soller <jeremy@system76.com>
16605 M:      System76 Product Development <productdev@system76.com>
16606 L:      platform-driver-x86@vger.kernel.org
16607 S:      Maintained
16608 F:      drivers/platform/x86/system76_acpi.c
16609
16610 SYSV FILESYSTEM
16611 M:      Christoph Hellwig <hch@infradead.org>
16612 S:      Maintained
16613 F:      Documentation/filesystems/sysv-fs.rst
16614 F:      fs/sysv/
16615 F:      include/linux/sysv_fs.h
16616
16617 TASKSTATS STATISTICS INTERFACE
16618 M:      Balbir Singh <bsingharora@gmail.com>
16619 S:      Maintained
16620 F:      Documentation/accounting/taskstats*
16621 F:      include/linux/taskstats*
16622 F:      kernel/taskstats.c
16623
16624 TC subsystem
16625 M:      Jamal Hadi Salim <jhs@mojatatu.com>
16626 M:      Cong Wang <xiyou.wangcong@gmail.com>
16627 M:      Jiri Pirko <jiri@resnulli.us>
16628 L:      netdev@vger.kernel.org
16629 S:      Maintained
16630 F:      include/net/pkt_cls.h
16631 F:      include/net/pkt_sched.h
16632 F:      include/net/tc_act/
16633 F:      include/uapi/linux/pkt_cls.h
16634 F:      include/uapi/linux/pkt_sched.h
16635 F:      include/uapi/linux/tc_act/
16636 F:      include/uapi/linux/tc_ematch/
16637 F:      net/sched/
16638
16639 TC90522 MEDIA DRIVER
16640 M:      Akihiro Tsukada <tskd08@gmail.com>
16641 L:      linux-media@vger.kernel.org
16642 S:      Odd Fixes
16643 F:      drivers/media/dvb-frontends/tc90522*
16644
16645 TCP LOW PRIORITY MODULE
16646 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
16647 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
16648 S:      Maintained
16649 W:      http://tcp-lp-mod.sourceforge.net/
16650 F:      net/ipv4/tcp_lp.c
16651
16652 TDA10071 MEDIA DRIVER
16653 M:      Antti Palosaari <crope@iki.fi>
16654 L:      linux-media@vger.kernel.org
16655 S:      Maintained
16656 W:      https://linuxtv.org
16657 W:      http://palosaari.fi/linux/
16658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16659 T:      git git://linuxtv.org/anttip/media_tree.git
16660 F:      drivers/media/dvb-frontends/tda10071*
16661
16662 TDA18212 MEDIA DRIVER
16663 M:      Antti Palosaari <crope@iki.fi>
16664 L:      linux-media@vger.kernel.org
16665 S:      Maintained
16666 W:      https://linuxtv.org
16667 W:      http://palosaari.fi/linux/
16668 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16669 T:      git git://linuxtv.org/anttip/media_tree.git
16670 F:      drivers/media/tuners/tda18212*
16671
16672 TDA18218 MEDIA DRIVER
16673 M:      Antti Palosaari <crope@iki.fi>
16674 L:      linux-media@vger.kernel.org
16675 S:      Maintained
16676 W:      https://linuxtv.org
16677 W:      http://palosaari.fi/linux/
16678 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16679 T:      git git://linuxtv.org/anttip/media_tree.git
16680 F:      drivers/media/tuners/tda18218*
16681
16682 TDA18250 MEDIA DRIVER
16683 M:      Olli Salonen <olli.salonen@iki.fi>
16684 L:      linux-media@vger.kernel.org
16685 S:      Maintained
16686 W:      https://linuxtv.org
16687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16688 T:      git git://linuxtv.org/media_tree.git
16689 F:      drivers/media/tuners/tda18250*
16690
16691 TDA18271 MEDIA DRIVER
16692 M:      Michael Krufky <mkrufky@linuxtv.org>
16693 L:      linux-media@vger.kernel.org
16694 S:      Maintained
16695 W:      https://linuxtv.org
16696 W:      http://github.com/mkrufky
16697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16698 T:      git git://linuxtv.org/mkrufky/tuners.git
16699 F:      drivers/media/tuners/tda18271*
16700
16701 TDA1997x MEDIA DRIVER
16702 M:      Tim Harvey <tharvey@gateworks.com>
16703 L:      linux-media@vger.kernel.org
16704 S:      Maintained
16705 W:      https://linuxtv.org
16706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16707 F:      drivers/media/i2c/tda1997x.*
16708
16709 TDA827x MEDIA DRIVER
16710 M:      Michael Krufky <mkrufky@linuxtv.org>
16711 L:      linux-media@vger.kernel.org
16712 S:      Maintained
16713 W:      https://linuxtv.org
16714 W:      http://github.com/mkrufky
16715 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16716 T:      git git://linuxtv.org/mkrufky/tuners.git
16717 F:      drivers/media/tuners/tda8290.*
16718
16719 TDA8290 MEDIA DRIVER
16720 M:      Michael Krufky <mkrufky@linuxtv.org>
16721 L:      linux-media@vger.kernel.org
16722 S:      Maintained
16723 W:      https://linuxtv.org
16724 W:      http://github.com/mkrufky
16725 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16726 T:      git git://linuxtv.org/mkrufky/tuners.git
16727 F:      drivers/media/tuners/tda8290.*
16728
16729 TDA9840 MEDIA DRIVER
16730 M:      Hans Verkuil <hverkuil@xs4all.nl>
16731 L:      linux-media@vger.kernel.org
16732 S:      Maintained
16733 W:      https://linuxtv.org
16734 T:      git git://linuxtv.org/media_tree.git
16735 F:      drivers/media/i2c/tda9840*
16736
16737 TEA5761 TUNER DRIVER
16738 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
16739 L:      linux-media@vger.kernel.org
16740 S:      Odd fixes
16741 W:      https://linuxtv.org
16742 T:      git git://linuxtv.org/media_tree.git
16743 F:      drivers/media/tuners/tea5761.*
16744
16745 TEA5767 TUNER DRIVER
16746 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
16747 L:      linux-media@vger.kernel.org
16748 S:      Maintained
16749 W:      https://linuxtv.org
16750 T:      git git://linuxtv.org/media_tree.git
16751 F:      drivers/media/tuners/tea5767.*
16752
16753 TEA6415C MEDIA DRIVER
16754 M:      Hans Verkuil <hverkuil@xs4all.nl>
16755 L:      linux-media@vger.kernel.org
16756 S:      Maintained
16757 W:      https://linuxtv.org
16758 T:      git git://linuxtv.org/media_tree.git
16759 F:      drivers/media/i2c/tea6415c*
16760
16761 TEA6420 MEDIA DRIVER
16762 M:      Hans Verkuil <hverkuil@xs4all.nl>
16763 L:      linux-media@vger.kernel.org
16764 S:      Maintained
16765 W:      https://linuxtv.org
16766 T:      git git://linuxtv.org/media_tree.git
16767 F:      drivers/media/i2c/tea6420*
16768
16769 TEAM DRIVER
16770 M:      Jiri Pirko <jiri@resnulli.us>
16771 L:      netdev@vger.kernel.org
16772 S:      Supported
16773 F:      drivers/net/team/
16774 F:      include/linux/if_team.h
16775 F:      include/uapi/linux/if_team.h
16776
16777 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
16778 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
16779 S:      Maintained
16780 F:      arch/x86/platform/ts5500/
16781
16782 TECHNOTREND USB IR RECEIVER
16783 M:      Sean Young <sean@mess.org>
16784 L:      linux-media@vger.kernel.org
16785 S:      Maintained
16786 F:      drivers/media/rc/ttusbir.c
16787
16788 TECHWELL TW9910 VIDEO DECODER
16789 L:      linux-media@vger.kernel.org
16790 S:      Orphan
16791 F:      drivers/media/i2c/tw9910.c
16792 F:      include/media/i2c/tw9910.h
16793
16794 TEE SUBSYSTEM
16795 M:      Jens Wiklander <jens.wiklander@linaro.org>
16796 L:      op-tee@lists.trustedfirmware.org
16797 S:      Maintained
16798 F:      Documentation/tee.txt
16799 F:      drivers/tee/
16800 F:      include/linux/tee_drv.h
16801 F:      include/uapi/linux/tee.h
16802
16803 TEGRA ARCHITECTURE SUPPORT
16804 M:      Thierry Reding <thierry.reding@gmail.com>
16805 M:      Jonathan Hunter <jonathanh@nvidia.com>
16806 L:      linux-tegra@vger.kernel.org
16807 S:      Supported
16808 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
16809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
16810 N:      [^a-z]tegra
16811
16812 TEGRA CLOCK DRIVER
16813 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
16814 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
16815 S:      Supported
16816 F:      drivers/clk/tegra/
16817
16818 TEGRA DMA DRIVERS
16819 M:      Laxman Dewangan <ldewangan@nvidia.com>
16820 M:      Jon Hunter <jonathanh@nvidia.com>
16821 S:      Supported
16822 F:      drivers/dma/tegra*
16823
16824 TEGRA I2C DRIVER
16825 M:      Laxman Dewangan <ldewangan@nvidia.com>
16826 R:      Dmitry Osipenko <digetx@gmail.com>
16827 S:      Supported
16828 F:      drivers/i2c/busses/i2c-tegra.c
16829
16830 TEGRA IOMMU DRIVERS
16831 M:      Thierry Reding <thierry.reding@gmail.com>
16832 L:      linux-tegra@vger.kernel.org
16833 S:      Supported
16834 F:      drivers/iommu/tegra*
16835
16836 TEGRA KBC DRIVER
16837 M:      Laxman Dewangan <ldewangan@nvidia.com>
16838 S:      Supported
16839 F:      drivers/input/keyboard/tegra-kbc.c
16840
16841 TEGRA NAND DRIVER
16842 M:      Stefan Agner <stefan@agner.ch>
16843 M:      Lucas Stach <dev@lynxeye.de>
16844 S:      Maintained
16845 F:      Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
16846 F:      drivers/mtd/nand/raw/tegra_nand.c
16847
16848 TEGRA PWM DRIVER
16849 M:      Thierry Reding <thierry.reding@gmail.com>
16850 S:      Supported
16851 F:      drivers/pwm/pwm-tegra.c
16852
16853 TEGRA SERIAL DRIVER
16854 M:      Laxman Dewangan <ldewangan@nvidia.com>
16855 S:      Supported
16856 F:      drivers/tty/serial/serial-tegra.c
16857
16858 TEGRA SPI DRIVER
16859 M:      Laxman Dewangan <ldewangan@nvidia.com>
16860 S:      Supported
16861 F:      drivers/spi/spi-tegra*
16862
16863 TEGRA VIDEO DRIVER
16864 M:      Thierry Reding <thierry.reding@gmail.com>
16865 M:      Jonathan Hunter <jonathanh@nvidia.com>
16866 M:      Sowjanya Komatineni <skomatineni@nvidia.com>
16867 L:      linux-media@vger.kernel.org
16868 L:      linux-tegra@vger.kernel.org
16869 S:      Maintained
16870 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
16871 F:      drivers/staging/media/tegra-video/
16872
16873 TEGRA XUSB PADCTL DRIVER
16874 M:      JC Kuo <jckuo@nvidia.com>
16875 S:      Supported
16876 F:      drivers/phy/tegra/xusb*
16877
16878 TEHUTI ETHERNET DRIVER
16879 M:      Andy Gospodarek <andy@greyhouse.net>
16880 L:      netdev@vger.kernel.org
16881 S:      Supported
16882 F:      drivers/net/ethernet/tehuti/*
16883
16884 TELECOM CLOCK DRIVER FOR MCPL0010
16885 M:      Mark Gross <mark.gross@intel.com>
16886 S:      Supported
16887 F:      drivers/char/tlclk.c
16888
16889 TEMPO SEMICONDUCTOR DRIVERS
16890 M:      Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
16891 S:      Maintained
16892 F:      Documentation/devicetree/bindings/sound/tscs*.txt
16893 F:      sound/soc/codecs/tscs*.c
16894 F:      sound/soc/codecs/tscs*.h
16895
16896 TENSILICA XTENSA PORT (xtensa)
16897 M:      Chris Zankel <chris@zankel.net>
16898 M:      Max Filippov <jcmvbkbc@gmail.com>
16899 L:      linux-xtensa@linux-xtensa.org
16900 S:      Maintained
16901 T:      git git://github.com/czankel/xtensa-linux.git
16902 F:      arch/xtensa/
16903 F:      drivers/irqchip/irq-xtensa-*
16904
16905 TEXAS INSTRUMENTS ASoC DRIVERS
16906 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
16907 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16908 S:      Maintained
16909 F:      sound/soc/ti/
16910
16911 TEXAS INSTRUMENTS' DAC7612 DAC DRIVER
16912 M:      Ricardo Ribalda <ribalda@kernel.org>
16913 L:      linux-iio@vger.kernel.org
16914 S:      Supported
16915 F:      Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt
16916 F:      drivers/iio/dac/ti-dac7612.c
16917
16918 TEXAS INSTRUMENTS' SYSTEM CONTROL INTERFACE (TISCI) PROTOCOL DRIVER
16919 M:      Nishanth Menon <nm@ti.com>
16920 M:      Tero Kristo <t-kristo@ti.com>
16921 M:      Santosh Shilimkar <ssantosh@kernel.org>
16922 L:      linux-arm-kernel@lists.infradead.org
16923 S:      Maintained
16924 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
16925 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
16926 F:      Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.txt
16927 F:      Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.txt
16928 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
16929 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
16930 F:      drivers/clk/keystone/sci-clk.c
16931 F:      drivers/firmware/ti_sci*
16932 F:      drivers/irqchip/irq-ti-sci-inta.c
16933 F:      drivers/irqchip/irq-ti-sci-intr.c
16934 F:      drivers/reset/reset-ti-sci.c
16935 F:      drivers/soc/ti/ti_sci_inta_msi.c
16936 F:      drivers/soc/ti/ti_sci_pm_domains.c
16937 F:      include/dt-bindings/soc/ti,sci_pm_domain.h
16938 F:      include/linux/soc/ti/ti_sci_inta_msi.h
16939 F:      include/linux/soc/ti/ti_sci_protocol.h
16940
16941 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
16942 M:      Hans Verkuil <hverkuil@xs4all.nl>
16943 L:      linux-media@vger.kernel.org
16944 S:      Maintained
16945 W:      https://linuxtv.org
16946 T:      git git://linuxtv.org/media_tree.git
16947 F:      drivers/media/radio/radio-raremono.c
16948
16949 THERMAL
16950 M:      Zhang Rui <rui.zhang@intel.com>
16951 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
16952 R:      Amit Kucheria <amit.kucheria@verdurent.com>
16953 L:      linux-pm@vger.kernel.org
16954 S:      Supported
16955 Q:      https://patchwork.kernel.org/project/linux-pm/list/
16956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
16957 F:      Documentation/devicetree/bindings/thermal/
16958 F:      drivers/thermal/
16959 F:      include/linux/cpu_cooling.h
16960 F:      include/linux/thermal.h
16961 F:      include/uapi/linux/thermal.h
16962
16963 THERMAL DRIVER FOR AMLOGIC SOCS
16964 M:      Guillaume La Roque <glaroque@baylibre.com>
16965 L:      linux-pm@vger.kernel.org
16966 L:      linux-amlogic@lists.infradead.org
16967 S:      Supported
16968 W:      http://linux-meson.com/
16969 F:      Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
16970 F:      drivers/thermal/amlogic_thermal.c
16971
16972 THERMAL/CPU_COOLING
16973 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
16974 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
16975 M:      Viresh Kumar <viresh.kumar@linaro.org>
16976 M:      Javi Merino <javi.merino@kernel.org>
16977 L:      linux-pm@vger.kernel.org
16978 S:      Supported
16979 F:      Documentation/driver-api/thermal/cpu-cooling-api.rst
16980 F:      Documentation/driver-api/thermal/cpu-idle-cooling.rst
16981 F:      drivers/thermal/cpufreq_cooling.c
16982 F:      drivers/thermal/cpuidle_cooling.c
16983 F:      include/linux/cpu_cooling.h
16984
16985 THINKPAD ACPI EXTRAS DRIVER
16986 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
16987 L:      ibm-acpi-devel@lists.sourceforge.net
16988 L:      platform-driver-x86@vger.kernel.org
16989 S:      Maintained
16990 W:      http://ibm-acpi.sourceforge.net
16991 W:      http://thinkwiki.org/wiki/Ibm-acpi
16992 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
16993 F:      drivers/platform/x86/thinkpad_acpi.c
16994
16995 THUNDERBOLT DRIVER
16996 M:      Andreas Noever <andreas.noever@gmail.com>
16997 M:      Michael Jamet <michael.jamet@intel.com>
16998 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
16999 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
17000 L:      linux-usb@vger.kernel.org
17001 S:      Maintained
17002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
17003 F:      Documentation/admin-guide/thunderbolt.rst
17004 F:      drivers/thunderbolt/
17005 F:      include/linux/thunderbolt.h
17006
17007 THUNDERBOLT NETWORK DRIVER
17008 M:      Michael Jamet <michael.jamet@intel.com>
17009 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
17010 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
17011 L:      netdev@vger.kernel.org
17012 S:      Maintained
17013 F:      drivers/net/thunderbolt.c
17014
17015 THUNDERX GPIO DRIVER
17016 M:      Robert Richter <rrichter@marvell.com>
17017 S:      Maintained
17018 F:      drivers/gpio/gpio-thunderx.c
17019
17020 TI AM437X VPFE DRIVER
17021 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
17022 L:      linux-media@vger.kernel.org
17023 S:      Maintained
17024 W:      https://linuxtv.org
17025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
17026 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
17027 F:      drivers/media/platform/am437x/
17028
17029 TI BANDGAP AND THERMAL DRIVER
17030 M:      Eduardo Valentin <edubezval@gmail.com>
17031 M:      Keerthy <j-keerthy@ti.com>
17032 L:      linux-pm@vger.kernel.org
17033 L:      linux-omap@vger.kernel.org
17034 S:      Maintained
17035 F:      drivers/thermal/ti-soc-thermal/
17036
17037 TI BQ27XXX POWER SUPPLY DRIVER
17038 R:      Andrew F. Davis <afd@ti.com>
17039 F:      drivers/power/supply/bq27xxx_battery.c
17040 F:      drivers/power/supply/bq27xxx_battery_i2c.c
17041 F:      include/linux/power/bq27xxx_battery.h
17042
17043 TI CDCE706 CLOCK DRIVER
17044 M:      Max Filippov <jcmvbkbc@gmail.com>
17045 S:      Maintained
17046 F:      drivers/clk/clk-cdce706.c
17047
17048 TI CLOCK DRIVER
17049 M:      Tero Kristo <t-kristo@ti.com>
17050 L:      linux-omap@vger.kernel.org
17051 S:      Maintained
17052 F:      drivers/clk/ti/
17053 F:      include/linux/clk/ti.h
17054
17055 TI DAVINCI MACHINE SUPPORT
17056 M:      Sekhar Nori <nsekhar@ti.com>
17057 R:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
17058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
17059 S:      Supported
17060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
17061 F:      Documentation/devicetree/bindings/i2c/i2c-davinci.txt
17062 F:      arch/arm/boot/dts/da850*
17063 F:      arch/arm/mach-davinci/
17064 F:      drivers/i2c/busses/i2c-davinci.c
17065
17066 TI DAVINCI SERIES CLOCK DRIVER
17067 M:      David Lechner <david@lechnology.com>
17068 R:      Sekhar Nori <nsekhar@ti.com>
17069 S:      Maintained
17070 F:      Documentation/devicetree/bindings/clock/ti/davinci/
17071 F:      drivers/clk/davinci/
17072
17073 TI DAVINCI SERIES GPIO DRIVER
17074 M:      Keerthy <j-keerthy@ti.com>
17075 L:      linux-gpio@vger.kernel.org
17076 S:      Maintained
17077 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
17078 F:      drivers/gpio/gpio-davinci.c
17079
17080 TI DAVINCI SERIES MEDIA DRIVER
17081 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
17082 L:      linux-media@vger.kernel.org
17083 S:      Maintained
17084 W:      https://linuxtv.org
17085 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
17086 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
17087 F:      drivers/media/platform/davinci/
17088 F:      include/media/davinci/
17089
17090 TI ENHANCED QUADRATURE ENCODER PULSE (eQEP) DRIVER
17091 R:      David Lechner <david@lechnology.com>
17092 L:      linux-iio@vger.kernel.org
17093 F:      Documentation/devicetree/bindings/counter/ti-eqep.yaml
17094 F:      drivers/counter/ti-eqep.c
17095
17096 TI ETHERNET SWITCH DRIVER (CPSW)
17097 R:      Grygorii Strashko <grygorii.strashko@ti.com>
17098 L:      linux-omap@vger.kernel.org
17099 L:      netdev@vger.kernel.org
17100 S:      Maintained
17101 F:      drivers/net/ethernet/ti/cpsw*
17102 F:      drivers/net/ethernet/ti/davinci*
17103
17104 TI FLASH MEDIA MEMORYSTICK/MMC DRIVERS
17105 M:      Alex Dubov <oakad@yahoo.com>
17106 S:      Maintained
17107 W:      http://tifmxx.berlios.de/
17108 F:      drivers/memstick/host/tifm_ms.c
17109 F:      drivers/misc/tifm*
17110 F:      drivers/mmc/host/tifm_sd.c
17111 F:      include/linux/tifm.h
17112
17113 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
17114 M:      Santosh Shilimkar <ssantosh@kernel.org>
17115 L:      linux-kernel@vger.kernel.org
17116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
17117 S:      Maintained
17118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
17119 F:      drivers/soc/ti/*
17120
17121 TI LM49xxx FAMILY ASoC CODEC DRIVERS
17122 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
17123 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
17124 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
17125 S:      Maintained
17126 F:      sound/soc/codecs/isabelle*
17127 F:      sound/soc/codecs/lm49453*
17128
17129 TI LP855x BACKLIGHT DRIVER
17130 M:      Milo Kim <milo.kim@ti.com>
17131 S:      Maintained
17132 F:      Documentation/driver-api/backlight/lp855x-driver.rst
17133 F:      drivers/video/backlight/lp855x_bl.c
17134 F:      include/linux/platform_data/lp855x.h
17135
17136 TI LP8727 CHARGER DRIVER
17137 M:      Milo Kim <milo.kim@ti.com>
17138 S:      Maintained
17139 F:      drivers/power/supply/lp8727_charger.c
17140 F:      include/linux/platform_data/lp8727.h
17141
17142 TI LP8788 MFD DRIVER
17143 M:      Milo Kim <milo.kim@ti.com>
17144 S:      Maintained
17145 F:      drivers/iio/adc/lp8788_adc.c
17146 F:      drivers/leds/leds-lp8788.c
17147 F:      drivers/mfd/lp8788*.c
17148 F:      drivers/power/supply/lp8788-charger.c
17149 F:      drivers/regulator/lp8788-*.c
17150 F:      include/linux/mfd/lp8788*.h
17151
17152 TI NETCP ETHERNET DRIVER
17153 M:      Wingman Kwok <w-kwok2@ti.com>
17154 M:      Murali Karicheri <m-karicheri2@ti.com>
17155 L:      netdev@vger.kernel.org
17156 S:      Maintained
17157 F:      drivers/net/ethernet/ti/netcp*
17158
17159 TI PCM3060 ASoC CODEC DRIVER
17160 M:      Kirill Marinushkin <kmarinushkin@birdec.com>
17161 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
17162 S:      Maintained
17163 F:      Documentation/devicetree/bindings/sound/pcm3060.txt
17164 F:      sound/soc/codecs/pcm3060*
17165
17166 TI TAS571X FAMILY ASoC CODEC DRIVER
17167 M:      Kevin Cernekee <cernekee@chromium.org>
17168 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
17169 S:      Odd Fixes
17170 F:      sound/soc/codecs/tas571x*
17171
17172 TI TCAN4X5X DEVICE DRIVER
17173 M:      Dan Murphy <dmurphy@ti.com>
17174 L:      linux-can@vger.kernel.org
17175 S:      Maintained
17176 F:      Documentation/devicetree/bindings/net/can/tcan4x5x.txt
17177 F:      drivers/net/can/m_can/tcan4x5x.c
17178
17179 TI TRF7970A NFC DRIVER
17180 M:      Mark Greer <mgreer@animalcreek.com>
17181 L:      linux-wireless@vger.kernel.org
17182 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
17183 S:      Supported
17184 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
17185 F:      drivers/nfc/trf7970a.c
17186
17187 TI TWL4030 SERIES SOC CODEC DRIVER
17188 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
17189 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
17190 S:      Maintained
17191 F:      sound/soc/codecs/twl4030*
17192
17193 TI VPE/CAL DRIVERS
17194 M:      Benoit Parrot <bparrot@ti.com>
17195 L:      linux-media@vger.kernel.org
17196 S:      Maintained
17197 W:      http://linuxtv.org/
17198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
17199 F:      Documentation/devicetree/bindings/media/ti,cal.yaml
17200 F:      Documentation/devicetree/bindings/media/ti,vpe.yaml
17201 F:      drivers/media/platform/ti-vpe/
17202
17203 TI WILINK WIRELESS DRIVERS
17204 L:      linux-wireless@vger.kernel.org
17205 S:      Orphan
17206 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wl12xx
17207 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wl1251
17208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
17209 F:      drivers/net/wireless/ti/
17210 F:      include/linux/wl12xx.h
17211
17212 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
17213 M:      John Stultz <john.stultz@linaro.org>
17214 M:      Thomas Gleixner <tglx@linutronix.de>
17215 R:      Stephen Boyd <sboyd@kernel.org>
17216 L:      linux-kernel@vger.kernel.org
17217 S:      Supported
17218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
17219 F:      include/linux/clocksource.h
17220 F:      include/linux/time.h
17221 F:      include/linux/timex.h
17222 F:      include/uapi/linux/time.h
17223 F:      include/uapi/linux/timex.h
17224 F:      kernel/time/alarmtimer.c
17225 F:      kernel/time/clocksource.c
17226 F:      kernel/time/ntp.c
17227 F:      kernel/time/time*.c
17228 F:      tools/testing/selftests/timers/
17229
17230 TIPC NETWORK LAYER
17231 M:      Jon Maloy <jmaloy@redhat.com>
17232 M:      Ying Xue <ying.xue@windriver.com>
17233 L:      netdev@vger.kernel.org (core kernel code)
17234 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
17235 S:      Maintained
17236 W:      http://tipc.sourceforge.net/
17237 F:      include/uapi/linux/tipc*.h
17238 F:      net/tipc/
17239
17240 TLAN NETWORK DRIVER
17241 M:      Samuel Chessman <chessman@tux.org>
17242 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
17243 S:      Maintained
17244 W:      http://sourceforge.net/projects/tlan/
17245 F:      Documentation/networking/device_drivers/ti/tlan.rst
17246 F:      drivers/net/ethernet/ti/tlan.*
17247
17248 TM6000 VIDEO4LINUX DRIVER
17249 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
17250 L:      linux-media@vger.kernel.org
17251 S:      Odd fixes
17252 W:      https://linuxtv.org
17253 T:      git git://linuxtv.org/media_tree.git
17254 F:      Documentation/admin-guide/media/tm6000*
17255 F:      drivers/media/usb/tm6000/
17256
17257 TMIO/SDHI MMC DRIVER
17258 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
17259 L:      linux-mmc@vger.kernel.org
17260 S:      Supported
17261 F:      drivers/mmc/host/renesas_sdhi*
17262 F:      drivers/mmc/host/tmio_mmc*
17263 F:      include/linux/mfd/tmio.h
17264
17265 TMP401 HARDWARE MONITOR DRIVER
17266 M:      Guenter Roeck <linux@roeck-us.net>
17267 L:      linux-hwmon@vger.kernel.org
17268 S:      Maintained
17269 F:      Documentation/hwmon/tmp401.rst
17270 F:      drivers/hwmon/tmp401.c
17271
17272 TMP513 HARDWARE MONITOR DRIVER
17273 M:      Eric Tremblay <etremblay@distech-controls.com>
17274 L:      linux-hwmon@vger.kernel.org
17275 S:      Maintained
17276 F:      Documentation/hwmon/tmp513.rst
17277 F:      drivers/hwmon/tmp513.c
17278
17279 TMPFS (SHMEM FILESYSTEM)
17280 M:      Hugh Dickins <hughd@google.com>
17281 L:      linux-mm@kvack.org
17282 S:      Maintained
17283 F:      include/linux/shmem_fs.h
17284 F:      mm/shmem.c
17285
17286 TOMOYO SECURITY MODULE
17287 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
17288 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
17289 L:      tomoyo-dev-en@lists.osdn.me (subscribers-only, for developers in English)
17290 L:      tomoyo-users-en@lists.osdn.me (subscribers-only, for users in English)
17291 L:      tomoyo-dev@lists.osdn.me (subscribers-only, for developers in Japanese)
17292 L:      tomoyo-users@lists.osdn.me (subscribers-only, for users in Japanese)
17293 S:      Maintained
17294 W:      https://tomoyo.osdn.jp/
17295 F:      security/tomoyo/
17296
17297 TOPSTAR LAPTOP EXTRAS DRIVER
17298 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
17299 L:      platform-driver-x86@vger.kernel.org
17300 S:      Maintained
17301 F:      drivers/platform/x86/topstar-laptop.c
17302
17303 TORTURE-TEST MODULES
17304 M:      Davidlohr Bueso <dave@stgolabs.net>
17305 M:      "Paul E. McKenney" <paulmck@kernel.org>
17306 M:      Josh Triplett <josh@joshtriplett.org>
17307 L:      linux-kernel@vger.kernel.org
17308 S:      Supported
17309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
17310 F:      Documentation/RCU/torture.txt
17311 F:      kernel/locking/locktorture.c
17312 F:      kernel/rcu/rcuperf.c
17313 F:      kernel/rcu/rcutorture.c
17314 F:      kernel/torture.c
17315
17316 TOSHIBA ACPI EXTRAS DRIVER
17317 M:      Azael Avalos <coproscefalo@gmail.com>
17318 L:      platform-driver-x86@vger.kernel.org
17319 S:      Maintained
17320 F:      drivers/platform/x86/toshiba_acpi.c
17321
17322 TOSHIBA BLUETOOTH DRIVER
17323 M:      Azael Avalos <coproscefalo@gmail.com>
17324 L:      platform-driver-x86@vger.kernel.org
17325 S:      Maintained
17326 F:      drivers/platform/x86/toshiba_bluetooth.c
17327
17328 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
17329 M:      Azael Avalos <coproscefalo@gmail.com>
17330 L:      platform-driver-x86@vger.kernel.org
17331 S:      Maintained
17332 F:      drivers/platform/x86/toshiba_haps.c
17333
17334 TOSHIBA SMM DRIVER
17335 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
17336 S:      Maintained
17337 W:      http://www.buzzard.org.uk/toshiba/
17338 F:      drivers/char/toshiba.c
17339 F:      include/linux/toshiba.h
17340 F:      include/uapi/linux/toshiba.h
17341
17342 TOSHIBA TC358743 DRIVER
17343 M:      Mats Randgaard <matrandg@cisco.com>
17344 L:      linux-media@vger.kernel.org
17345 S:      Maintained
17346 F:      drivers/media/i2c/tc358743*
17347 F:      include/media/i2c/tc358743.h
17348
17349 TOSHIBA WMI HOTKEYS DRIVER
17350 M:      Azael Avalos <coproscefalo@gmail.com>
17351 L:      platform-driver-x86@vger.kernel.org
17352 S:      Maintained
17353 F:      drivers/platform/x86/toshiba-wmi.c
17354
17355 TPM DEVICE DRIVER
17356 M:      Peter Huewe <peterhuewe@gmx.de>
17357 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
17358 R:      Jason Gunthorpe <jgg@ziepe.ca>
17359 L:      linux-integrity@vger.kernel.org
17360 S:      Maintained
17361 W:      https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
17362 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
17363 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
17364 F:      drivers/char/tpm/
17365
17366 TRACING
17367 M:      Steven Rostedt <rostedt@goodmis.org>
17368 M:      Ingo Molnar <mingo@redhat.com>
17369 S:      Maintained
17370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
17371 F:      Documentation/trace/ftrace.rst
17372 F:      arch/*/*/*/ftrace.h
17373 F:      arch/*/kernel/ftrace.c
17374 F:      include/*/ftrace.h
17375 F:      include/linux/trace*.h
17376 F:      include/trace/
17377 F:      kernel/trace/
17378 F:      tools/testing/selftests/ftrace/
17379
17380 TRACING MMIO ACCESSES (MMIOTRACE)
17381 M:      Steven Rostedt <rostedt@goodmis.org>
17382 M:      Ingo Molnar <mingo@kernel.org>
17383 R:      Karol Herbst <karolherbst@gmail.com>
17384 R:      Pekka Paalanen <ppaalanen@gmail.com>
17385 L:      linux-kernel@vger.kernel.org
17386 L:      nouveau@lists.freedesktop.org
17387 S:      Maintained
17388 F:      arch/x86/mm/kmmio.c
17389 F:      arch/x86/mm/mmio-mod.c
17390 F:      arch/x86/mm/testmmiotrace.c
17391 F:      include/linux/mmiotrace.h
17392 F:      kernel/trace/trace_mmiotrace.c
17393
17394 TRIVIAL PATCHES
17395 M:      Jiri Kosina <trivial@kernel.org>
17396 S:      Maintained
17397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
17398 K:      ^Subject:.*(?i)trivial
17399
17400 TTY LAYER
17401 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17402 M:      Jiri Slaby <jslaby@suse.com>
17403 S:      Supported
17404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
17405 F:      Documentation/driver-api/serial/
17406 F:      drivers/tty/
17407 F:      drivers/tty/serial/serial_core.c
17408 F:      include/linux/serial.h
17409 F:      include/linux/serial_core.h
17410 F:      include/linux/tty.h
17411 F:      include/uapi/linux/serial.h
17412 F:      include/uapi/linux/serial_core.h
17413 F:      include/uapi/linux/tty.h
17414
17415 TUA9001 MEDIA DRIVER
17416 M:      Antti Palosaari <crope@iki.fi>
17417 L:      linux-media@vger.kernel.org
17418 S:      Maintained
17419 W:      https://linuxtv.org
17420 W:      http://palosaari.fi/linux/
17421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
17422 T:      git git://linuxtv.org/anttip/media_tree.git
17423 F:      drivers/media/tuners/tua9001*
17424
17425 TULIP NETWORK DRIVERS
17426 L:      netdev@vger.kernel.org
17427 L:      linux-parisc@vger.kernel.org
17428 S:      Orphan
17429 F:      drivers/net/ethernet/dec/tulip/
17430
17431 TUN/TAP driver
17432 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
17433 S:      Maintained
17434 W:      http://vtun.sourceforge.net/tun
17435 F:      Documentation/networking/tuntap.rst
17436 F:      arch/um/os-Linux/drivers/
17437
17438 TURBOCHANNEL SUBSYSTEM
17439 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
17440 M:      Ralf Baechle <ralf@linux-mips.org>
17441 L:      linux-mips@vger.kernel.org
17442 S:      Maintained
17443 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
17444 F:      drivers/tc/
17445 F:      include/linux/tc.h
17446
17447 TURBOSTAT UTILITY
17448 M:      "Len Brown" <lenb@kernel.org>
17449 L:      linux-pm@vger.kernel.org
17450 S:      Supported
17451 Q:      https://patchwork.kernel.org/project/linux-pm/list/
17452 B:      https://bugzilla.kernel.org
17453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
17454 F:      tools/power/x86/turbostat/
17455
17456 TW5864 VIDEO4LINUX DRIVER
17457 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
17458 M:      Anton Sviridenko <anton@corp.bluecherry.net>
17459 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
17460 M:      Andrey Utkin <andrey_utkin@fastmail.com>
17461 L:      linux-media@vger.kernel.org
17462 S:      Supported
17463 F:      drivers/media/pci/tw5864/
17464
17465 TW68 VIDEO4LINUX DRIVER
17466 M:      Hans Verkuil <hverkuil@xs4all.nl>
17467 L:      linux-media@vger.kernel.org
17468 S:      Odd Fixes
17469 W:      https://linuxtv.org
17470 T:      git git://linuxtv.org/media_tree.git
17471 F:      drivers/media/pci/tw68/
17472
17473 TW686X VIDEO4LINUX DRIVER
17474 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
17475 L:      linux-media@vger.kernel.org
17476 S:      Maintained
17477 W:      http://linuxtv.org
17478 T:      git git://linuxtv.org/media_tree.git
17479 F:      drivers/media/pci/tw686x/
17480
17481 UACCE ACCELERATOR FRAMEWORK
17482 M:      Zhangfei Gao <zhangfei.gao@linaro.org>
17483 M:      Zhou Wang <wangzhou1@hisilicon.com>
17484 L:      linux-accelerators@lists.ozlabs.org
17485 L:      linux-kernel@vger.kernel.org
17486 S:      Maintained
17487 F:      Documentation/ABI/testing/sysfs-driver-uacce
17488 F:      Documentation/misc-devices/uacce.rst
17489 F:      drivers/misc/uacce/
17490 F:      include/linux/uacce.h
17491 F:      include/uapi/misc/uacce/
17492
17493 UBI FILE SYSTEM (UBIFS)
17494 M:      Richard Weinberger <richard@nod.at>
17495 L:      linux-mtd@lists.infradead.org
17496 S:      Supported
17497 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
17498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next
17499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
17500 F:      Documentation/filesystems/ubifs.rst
17501 F:      fs/ubifs/
17502
17503 UCLINUX (M68KNOMMU AND COLDFIRE)
17504 M:      Greg Ungerer <gerg@linux-m68k.org>
17505 L:      linux-m68k@lists.linux-m68k.org
17506 L:      uclinux-dev@uclinux.org  (subscribers-only)
17507 S:      Maintained
17508 W:      http://www.linux-m68k.org/
17509 W:      http://www.uclinux.org/
17510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
17511 F:      arch/m68k/*/*_no.*
17512 F:      arch/m68k/68*/
17513 F:      arch/m68k/coldfire/
17514 F:      arch/m68k/include/asm/*_no.*
17515
17516 UDF FILESYSTEM
17517 M:      Jan Kara <jack@suse.com>
17518 S:      Maintained
17519 F:      Documentation/filesystems/udf.rst
17520 F:      fs/udf/
17521
17522 UDRAW TABLET
17523 M:      Bastien Nocera <hadess@hadess.net>
17524 L:      linux-input@vger.kernel.org
17525 S:      Maintained
17526 F:      drivers/hid/hid-udraw-ps3.c
17527
17528 UFS FILESYSTEM
17529 M:      Evgeniy Dushistov <dushistov@mail.ru>
17530 S:      Maintained
17531 F:      Documentation/admin-guide/ufs.rst
17532 F:      fs/ufs/
17533
17534 UHID USERSPACE HID IO DRIVER
17535 M:      David Rheinsberg <david.rheinsberg@gmail.com>
17536 L:      linux-input@vger.kernel.org
17537 S:      Maintained
17538 F:      drivers/hid/uhid.c
17539 F:      include/uapi/linux/uhid.h
17540
17541 ULPI BUS
17542 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
17543 L:      linux-usb@vger.kernel.org
17544 S:      Maintained
17545 F:      drivers/usb/common/ulpi.c
17546 F:      include/linux/ulpi/
17547
17548 UNICODE SUBSYSTEM
17549 M:      Gabriel Krisman Bertazi <krisman@collabora.com>
17550 L:      linux-fsdevel@vger.kernel.org
17551 S:      Supported
17552 F:      fs/unicode/
17553
17554 UNICORE32 ARCHITECTURE
17555 M:      Guan Xuetao <gxt@pku.edu.cn>
17556 S:      Maintained
17557 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
17558 T:      git git://github.com/gxt/linux.git
17559 F:      arch/unicore32/
17560
17561 UNIFDEF
17562 M:      Tony Finch <dot@dotat.at>
17563 S:      Maintained
17564 W:      http://dotat.at/prog/unifdef
17565 F:      scripts/unifdef.c
17566
17567 UNIFORM CDROM DRIVER
17568 M:      Jens Axboe <axboe@kernel.dk>
17569 S:      Maintained
17570 W:      http://www.kernel.dk
17571 F:      Documentation/cdrom/
17572 F:      drivers/cdrom/cdrom.c
17573 F:      include/linux/cdrom.h
17574 F:      include/uapi/linux/cdrom.h
17575
17576 UNISYS S-PAR DRIVERS
17577 M:      David Kershner <david.kershner@unisys.com>
17578 L:      sparmaintainer@unisys.com (Unisys internal)
17579 S:      Supported
17580 F:      drivers/staging/unisys/
17581 F:      drivers/visorbus/
17582 F:      include/linux/visorbus.h
17583
17584 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
17585 R:      Alim Akhtar <alim.akhtar@samsung.com>
17586 R:      Avri Altman <avri.altman@wdc.com>
17587 L:      linux-scsi@vger.kernel.org
17588 S:      Supported
17589 F:      Documentation/scsi/ufs.rst
17590 F:      drivers/scsi/ufs/
17591
17592 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
17593 M:      Pedro Sousa <pedrom.sousa@synopsys.com>
17594 L:      linux-scsi@vger.kernel.org
17595 S:      Supported
17596 F:      drivers/scsi/ufs/*dwc*
17597
17598 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER MEDIATEK HOOKS
17599 M:      Stanley Chu <stanley.chu@mediatek.com>
17600 L:      linux-scsi@vger.kernel.org
17601 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
17602 S:      Maintained
17603 F:      drivers/scsi/ufs/ufs-mediatek*
17604
17605 UNSORTED BLOCK IMAGES (UBI)
17606 M:      Richard Weinberger <richard@nod.at>
17607 L:      linux-mtd@lists.infradead.org
17608 S:      Supported
17609 W:      http://www.linux-mtd.infradead.org/
17610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next
17611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
17612 F:      drivers/mtd/ubi/
17613 F:      include/linux/mtd/ubi.h
17614 F:      include/uapi/mtd/ubi-user.h
17615
17616 USB "USBNET" DRIVER FRAMEWORK
17617 M:      Oliver Neukum <oneukum@suse.com>
17618 L:      netdev@vger.kernel.org
17619 S:      Maintained
17620 W:      http://www.linux-usb.org/usbnet
17621 F:      drivers/net/usb/usbnet.c
17622 F:      include/linux/usb/usbnet.h
17623
17624 USB ACM DRIVER
17625 M:      Oliver Neukum <oneukum@suse.com>
17626 L:      linux-usb@vger.kernel.org
17627 S:      Maintained
17628 F:      Documentation/usb/acm.rst
17629 F:      drivers/usb/class/cdc-acm.*
17630
17631 USB APPLE MFI FASTCHARGE DRIVER
17632 M:      Bastien Nocera <hadess@hadess.net>
17633 L:      linux-usb@vger.kernel.org
17634 S:      Maintained
17635 F:      drivers/usb/misc/apple-mfi-fastcharge.c
17636
17637 USB AR5523 WIRELESS DRIVER
17638 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
17639 L:      linux-wireless@vger.kernel.org
17640 S:      Maintained
17641 F:      drivers/net/wireless/ath/ar5523/
17642
17643 USB ATTACHED SCSI
17644 M:      Oliver Neukum <oneukum@suse.com>
17645 L:      linux-usb@vger.kernel.org
17646 L:      linux-scsi@vger.kernel.org
17647 S:      Maintained
17648 F:      drivers/usb/storage/uas.c
17649
17650 USB CDC ETHERNET DRIVER
17651 M:      Oliver Neukum <oliver@neukum.org>
17652 L:      linux-usb@vger.kernel.org
17653 S:      Maintained
17654 F:      drivers/net/usb/cdc_*.c
17655 F:      include/uapi/linux/usb/cdc.h
17656
17657 USB CHAOSKEY DRIVER
17658 M:      Keith Packard <keithp@keithp.com>
17659 L:      linux-usb@vger.kernel.org
17660 S:      Maintained
17661 F:      drivers/usb/misc/chaoskey.c
17662
17663 USB CYPRESS C67X00 DRIVER
17664 M:      Peter Korsgaard <jacmet@sunsite.dk>
17665 L:      linux-usb@vger.kernel.org
17666 S:      Maintained
17667 F:      drivers/usb/c67x00/
17668
17669 USB DAVICOM DM9601 DRIVER
17670 M:      Peter Korsgaard <jacmet@sunsite.dk>
17671 L:      netdev@vger.kernel.org
17672 S:      Maintained
17673 W:      http://www.linux-usb.org/usbnet
17674 F:      drivers/net/usb/dm9601.c
17675
17676 USB EHCI DRIVER
17677 M:      Alan Stern <stern@rowland.harvard.edu>
17678 L:      linux-usb@vger.kernel.org
17679 S:      Maintained
17680 F:      Documentation/usb/ehci.rst
17681 F:      drivers/usb/host/ehci*
17682
17683 USB GADGET/PERIPHERAL SUBSYSTEM
17684 M:      Felipe Balbi <balbi@kernel.org>
17685 L:      linux-usb@vger.kernel.org
17686 S:      Maintained
17687 W:      http://www.linux-usb.org/gadget
17688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
17689 F:      drivers/usb/gadget/
17690 F:      include/linux/usb/gadget*
17691
17692 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
17693 M:      Jiri Kosina <jikos@kernel.org>
17694 M:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
17695 L:      linux-usb@vger.kernel.org
17696 S:      Maintained
17697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
17698 F:      Documentation/hid/hiddev.rst
17699 F:      drivers/hid/usbhid/
17700
17701 USB INTEL XHCI ROLE MUX DRIVER
17702 M:      Hans de Goede <hdegoede@redhat.com>
17703 L:      linux-usb@vger.kernel.org
17704 S:      Maintained
17705 F:      drivers/usb/roles/intel-xhci-usb-role-switch.c
17706
17707 USB IP DRIVER FOR HISILICON KIRIN
17708 M:      Yu Chen <chenyu56@huawei.com>
17709 M:      Binghui Wang <wangbinghui@hisilicon.com>
17710 L:      linux-usb@vger.kernel.org
17711 S:      Maintained
17712 F:      Documentation/devicetree/bindings/phy/phy-hi3660-usb3.txt
17713 F:      drivers/phy/hisilicon/phy-hi3660-usb3.c
17714
17715 USB ISP116X DRIVER
17716 M:      Olav Kongas <ok@artecdesign.ee>
17717 L:      linux-usb@vger.kernel.org
17718 S:      Maintained
17719 F:      drivers/usb/host/isp116x*
17720 F:      include/linux/usb/isp116x.h
17721
17722 USB LAN78XX ETHERNET DRIVER
17723 M:      Woojung Huh <woojung.huh@microchip.com>
17724 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
17725 L:      netdev@vger.kernel.org
17726 S:      Maintained
17727 F:      Documentation/devicetree/bindings/net/microchip,lan78xx.txt
17728 F:      drivers/net/usb/lan78xx.*
17729 F:      include/dt-bindings/net/microchip-lan78xx.h
17730
17731 USB MASS STORAGE DRIVER
17732 M:      Alan Stern <stern@rowland.harvard.edu>
17733 L:      linux-usb@vger.kernel.org
17734 L:      usb-storage@lists.one-eyed-alien.net
17735 S:      Maintained
17736 F:      drivers/usb/storage/
17737
17738 USB MIDI DRIVER
17739 M:      Clemens Ladisch <clemens@ladisch.de>
17740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
17741 S:      Maintained
17742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
17743 F:      sound/usb/midi.*
17744
17745 USB NETWORKING DRIVERS
17746 L:      linux-usb@vger.kernel.org
17747 S:      Odd Fixes
17748 F:      drivers/net/usb/
17749
17750 USB OHCI DRIVER
17751 M:      Alan Stern <stern@rowland.harvard.edu>
17752 L:      linux-usb@vger.kernel.org
17753 S:      Maintained
17754 F:      Documentation/usb/ohci.rst
17755 F:      drivers/usb/host/ohci*
17756
17757 USB OTG FSM (Finite State Machine)
17758 M:      Peter Chen <Peter.Chen@nxp.com>
17759 L:      linux-usb@vger.kernel.org
17760 S:      Maintained
17761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
17762 F:      drivers/usb/common/usb-otg-fsm.c
17763
17764 USB OVER IP DRIVER
17765 M:      Valentina Manea <valentina.manea.m@gmail.com>
17766 M:      Shuah Khan <shuah@kernel.org>
17767 M:      Shuah Khan <skhan@linuxfoundation.org>
17768 L:      linux-usb@vger.kernel.org
17769 S:      Maintained
17770 F:      Documentation/usb/usbip_protocol.rst
17771 F:      drivers/usb/usbip/
17772 F:      tools/testing/selftests/drivers/usb/usbip/
17773 F:      tools/usb/usbip/
17774
17775 USB PEGASUS DRIVER
17776 M:      Petko Manolov <petkan@nucleusys.com>
17777 L:      linux-usb@vger.kernel.org
17778 L:      netdev@vger.kernel.org
17779 S:      Maintained
17780 W:      https://github.com/petkan/pegasus
17781 T:      git git://github.com/petkan/pegasus.git
17782 F:      drivers/net/usb/pegasus.*
17783
17784 USB PHY LAYER
17785 M:      Felipe Balbi <balbi@kernel.org>
17786 L:      linux-usb@vger.kernel.org
17787 S:      Maintained
17788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
17789 F:      drivers/usb/phy/
17790
17791 USB PRINTER DRIVER (usblp)
17792 M:      Pete Zaitcev <zaitcev@redhat.com>
17793 L:      linux-usb@vger.kernel.org
17794 S:      Supported
17795 F:      drivers/usb/class/usblp.c
17796
17797 USB QMI WWAN NETWORK DRIVER
17798 M:      Bjørn Mork <bjorn@mork.no>
17799 L:      netdev@vger.kernel.org
17800 S:      Maintained
17801 F:      Documentation/ABI/testing/sysfs-class-net-qmi
17802 F:      drivers/net/usb/qmi_wwan.c
17803
17804 USB RTL8150 DRIVER
17805 M:      Petko Manolov <petkan@nucleusys.com>
17806 L:      linux-usb@vger.kernel.org
17807 L:      netdev@vger.kernel.org
17808 S:      Maintained
17809 W:      https://github.com/petkan/rtl8150
17810 T:      git git://github.com/petkan/rtl8150.git
17811 F:      drivers/net/usb/rtl8150.c
17812
17813 USB SERIAL SUBSYSTEM
17814 M:      Johan Hovold <johan@kernel.org>
17815 L:      linux-usb@vger.kernel.org
17816 S:      Maintained
17817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
17818 F:      Documentation/usb/usb-serial.rst
17819 F:      drivers/usb/serial/
17820 F:      include/linux/usb/serial.h
17821
17822 USB SMSC75XX ETHERNET DRIVER
17823 M:      Steve Glendinning <steve.glendinning@shawell.net>
17824 L:      netdev@vger.kernel.org
17825 S:      Maintained
17826 F:      drivers/net/usb/smsc75xx.*
17827
17828 USB SMSC95XX ETHERNET DRIVER
17829 M:      Steve Glendinning <steve.glendinning@shawell.net>
17830 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
17831 L:      netdev@vger.kernel.org
17832 S:      Maintained
17833 F:      drivers/net/usb/smsc95xx.*
17834
17835 USB SUBSYSTEM
17836 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17837 L:      linux-usb@vger.kernel.org
17838 S:      Supported
17839 W:      http://www.linux-usb.org
17840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
17841 F:      Documentation/devicetree/bindings/usb/
17842 F:      Documentation/usb/
17843 F:      drivers/usb/
17844 F:      include/linux/usb.h
17845 F:      include/linux/usb/
17846
17847 USB TYPEC BUS FOR ALTERNATE MODES
17848 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
17849 L:      linux-usb@vger.kernel.org
17850 S:      Maintained
17851 F:      Documentation/ABI/testing/sysfs-bus-typec
17852 F:      Documentation/driver-api/usb/typec_bus.rst
17853 F:      drivers/usb/typec/altmodes/
17854 F:      include/linux/usb/typec_altmode.h
17855
17856 USB TYPEC CLASS
17857 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
17858 L:      linux-usb@vger.kernel.org
17859 S:      Maintained
17860 F:      Documentation/ABI/testing/sysfs-class-typec
17861 F:      Documentation/driver-api/usb/typec.rst
17862 F:      drivers/usb/typec/
17863 F:      include/linux/usb/typec.h
17864
17865 USB TYPEC INTEL PMC MUX DRIVER
17866 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
17867 L:      linux-usb@vger.kernel.org
17868 S:      Maintained
17869 F:      Documentation/firmware-guide/acpi/intel-pmc-mux.rst
17870 F:      drivers/usb/typec/mux/intel_pmc_mux.c
17871
17872 USB TYPEC PI3USB30532 MUX DRIVER
17873 M:      Hans de Goede <hdegoede@redhat.com>
17874 L:      linux-usb@vger.kernel.org
17875 S:      Maintained
17876 F:      drivers/usb/typec/mux/pi3usb30532.c
17877
17878 USB TYPEC PORT CONTROLLER DRIVERS
17879 M:      Guenter Roeck <linux@roeck-us.net>
17880 L:      linux-usb@vger.kernel.org
17881 S:      Maintained
17882 F:      drivers/usb/typec/tcpm/
17883
17884 USB UHCI DRIVER
17885 M:      Alan Stern <stern@rowland.harvard.edu>
17886 L:      linux-usb@vger.kernel.org
17887 S:      Maintained
17888 F:      drivers/usb/host/uhci*
17889
17890 USB VIDEO CLASS
17891 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
17892 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
17893 L:      linux-media@vger.kernel.org
17894 S:      Maintained
17895 W:      http://www.ideasonboard.org/uvc/
17896 T:      git git://linuxtv.org/media_tree.git
17897 F:      drivers/media/usb/uvc/
17898 F:      include/uapi/linux/uvcvideo.h
17899
17900 USB VISION DRIVER
17901 M:      Hans Verkuil <hverkuil@xs4all.nl>
17902 L:      linux-media@vger.kernel.org
17903 S:      Odd Fixes
17904 W:      https://linuxtv.org
17905 T:      git git://linuxtv.org/media_tree.git
17906 F:      drivers/staging/media/usbvision/
17907
17908 USB WEBCAM GADGET
17909 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
17910 L:      linux-usb@vger.kernel.org
17911 S:      Maintained
17912 F:      drivers/usb/gadget/function/*uvc*
17913 F:      drivers/usb/gadget/legacy/webcam.c
17914 F:      include/uapi/linux/usb/g_uvc.h
17915
17916 USB WIRELESS RNDIS DRIVER (rndis_wlan)
17917 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
17918 L:      linux-wireless@vger.kernel.org
17919 S:      Maintained
17920 F:      drivers/net/wireless/rndis_wlan.c
17921
17922 USB XHCI DRIVER
17923 M:      Mathias Nyman <mathias.nyman@intel.com>
17924 L:      linux-usb@vger.kernel.org
17925 S:      Supported
17926 F:      drivers/usb/host/pci-quirks*
17927 F:      drivers/usb/host/xhci*
17928
17929 USB ZD1201 DRIVER
17930 L:      linux-wireless@vger.kernel.org
17931 S:      Orphan
17932 W:      http://linux-lc100020.sourceforge.net
17933 F:      drivers/net/wireless/zydas/zd1201.*
17934
17935 USB ZR364XX DRIVER
17936 M:      Antoine Jacquet <royale@zerezo.com>
17937 L:      linux-usb@vger.kernel.org
17938 L:      linux-media@vger.kernel.org
17939 S:      Maintained
17940 W:      http://royale.zerezo.com/zr364xx/
17941 T:      git git://linuxtv.org/media_tree.git
17942 F:      Documentation/admin-guide/media/zr364xx*
17943 F:      drivers/media/usb/zr364xx/
17944
17945 USER-MODE LINUX (UML)
17946 M:      Jeff Dike <jdike@addtoit.com>
17947 M:      Richard Weinberger <richard@nod.at>
17948 M:      Anton Ivanov <anton.ivanov@cambridgegreys.com>
17949 L:      linux-um@lists.infradead.org
17950 S:      Maintained
17951 W:      http://user-mode-linux.sourceforge.net
17952 Q:      https://patchwork.ozlabs.org/project/linux-um/list/
17953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
17954 F:      Documentation/virt/uml/
17955 F:      arch/um/
17956 F:      arch/x86/um/
17957 F:      fs/hostfs/
17958
17959 USERSPACE COPYIN/COPYOUT (UIOVEC)
17960 M:      Alexander Viro <viro@zeniv.linux.org.uk>
17961 S:      Maintained
17962 F:      include/linux/uio.h
17963 F:      lib/iov_iter.c
17964
17965 USERSPACE DMA BUFFER DRIVER
17966 M:      Gerd Hoffmann <kraxel@redhat.com>
17967 L:      dri-devel@lists.freedesktop.org
17968 S:      Maintained
17969 T:      git git://anongit.freedesktop.org/drm/drm-misc
17970 F:      drivers/dma-buf/udmabuf.c
17971 F:      include/uapi/linux/udmabuf.h
17972
17973 USERSPACE I/O (UIO)
17974 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17975 S:      Maintained
17976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
17977 F:      Documentation/driver-api/uio-howto.rst
17978 F:      drivers/uio/
17979 F:      include/linux/uio_driver.h
17980
17981 UTIL-LINUX PACKAGE
17982 M:      Karel Zak <kzak@redhat.com>
17983 L:      util-linux@vger.kernel.org
17984 S:      Maintained
17985 W:      http://en.wikipedia.org/wiki/Util-linux
17986 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
17987
17988 UUID HELPERS
17989 M:      Christoph Hellwig <hch@lst.de>
17990 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
17991 L:      linux-kernel@vger.kernel.org
17992 S:      Maintained
17993 T:      git git://git.infradead.org/users/hch/uuid.git
17994 F:      include/linux/uuid.h
17995 F:      include/uapi/linux/uuid.h
17996 F:      lib/test_uuid.c
17997 F:      lib/uuid.c
17998
17999 UVESAFB DRIVER
18000 M:      Michal Januszewski <spock@gentoo.org>
18001 L:      linux-fbdev@vger.kernel.org
18002 S:      Maintained
18003 W:      https://github.com/mjanusz/v86d
18004 F:      Documentation/fb/uvesafb.rst
18005 F:      drivers/video/fbdev/uvesafb.*
18006
18007 Ux500 CLOCK DRIVERS
18008 M:      Ulf Hansson <ulf.hansson@linaro.org>
18009 L:      linux-clk@vger.kernel.org
18010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
18011 S:      Maintained
18012 F:      drivers/clk/ux500/
18013
18014 VF610 NAND DRIVER
18015 M:      Stefan Agner <stefan@agner.ch>
18016 L:      linux-mtd@lists.infradead.org
18017 S:      Supported
18018 F:      drivers/mtd/nand/raw/vf610_nfc.c
18019
18020 VFAT/FAT/MSDOS FILESYSTEM
18021 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
18022 S:      Maintained
18023 F:      Documentation/filesystems/vfat.rst
18024 F:      fs/fat/
18025
18026 VFIO DRIVER
18027 M:      Alex Williamson <alex.williamson@redhat.com>
18028 R:      Cornelia Huck <cohuck@redhat.com>
18029 L:      kvm@vger.kernel.org
18030 S:      Maintained
18031 T:      git git://github.com/awilliam/linux-vfio.git
18032 F:      Documentation/driver-api/vfio.rst
18033 F:      drivers/vfio/
18034 F:      include/linux/vfio.h
18035 F:      include/uapi/linux/vfio.h
18036
18037 VFIO MEDIATED DEVICE DRIVERS
18038 M:      Kirti Wankhede <kwankhede@nvidia.com>
18039 L:      kvm@vger.kernel.org
18040 S:      Maintained
18041 F:      Documentation/driver-api/vfio-mediated-device.rst
18042 F:      drivers/vfio/mdev/
18043 F:      include/linux/mdev.h
18044 F:      samples/vfio-mdev/
18045
18046 VFIO PLATFORM DRIVER
18047 M:      Eric Auger <eric.auger@redhat.com>
18048 L:      kvm@vger.kernel.org
18049 S:      Maintained
18050 F:      drivers/vfio/platform/
18051
18052 VGA_SWITCHEROO
18053 R:      Lukas Wunner <lukas@wunner.de>
18054 S:      Maintained
18055 T:      git git://anongit.freedesktop.org/drm/drm-misc
18056 F:      Documentation/gpu/vga-switcheroo.rst
18057 F:      drivers/gpu/vga/vga_switcheroo.c
18058 F:      include/linux/vga_switcheroo.h
18059
18060 VIA RHINE NETWORK DRIVER
18061 S:      Orphan
18062 F:      drivers/net/ethernet/via/via-rhine.c
18063
18064 VIA SD/MMC CARD CONTROLLER DRIVER
18065 M:      Bruce Chang <brucechang@via.com.tw>
18066 M:      Harald Welte <HaraldWelte@viatech.com>
18067 S:      Maintained
18068 F:      drivers/mmc/host/via-sdmmc.c
18069
18070 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
18071 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
18072 L:      linux-fbdev@vger.kernel.org
18073 S:      Maintained
18074 F:      drivers/video/fbdev/via/
18075 F:      include/linux/via-core.h
18076 F:      include/linux/via-gpio.h
18077 F:      include/linux/via_i2c.h
18078
18079 VIA VELOCITY NETWORK DRIVER
18080 M:      Francois Romieu <romieu@fr.zoreil.com>
18081 L:      netdev@vger.kernel.org
18082 S:      Maintained
18083 F:      drivers/net/ethernet/via/via-velocity.*
18084
18085 VICODEC VIRTUAL CODEC DRIVER
18086 M:      Hans Verkuil <hverkuil-cisco@xs4all.nl>
18087 L:      linux-media@vger.kernel.org
18088 S:      Maintained
18089 W:      https://linuxtv.org
18090 T:      git git://linuxtv.org/media_tree.git
18091 F:      drivers/media/test-drivers/vicodec/*
18092
18093 VIDEO I2C POLLING DRIVER
18094 M:      Matt Ranostay <matt.ranostay@konsulko.com>
18095 L:      linux-media@vger.kernel.org
18096 S:      Maintained
18097 F:      drivers/media/i2c/video-i2c.c
18098
18099 VIDEO MULTIPLEXER DRIVER
18100 M:      Philipp Zabel <p.zabel@pengutronix.de>
18101 L:      linux-media@vger.kernel.org
18102 S:      Maintained
18103 F:      drivers/media/platform/video-mux.c
18104
18105 VIDEOBUF2 FRAMEWORK
18106 M:      Pawel Osciak <pawel@osciak.com>
18107 M:      Marek Szyprowski <m.szyprowski@samsung.com>
18108 M:      Kyungmin Park <kyungmin.park@samsung.com>
18109 R:      Tomasz Figa <tfiga@chromium.org>
18110 L:      linux-media@vger.kernel.org
18111 S:      Maintained
18112 F:      drivers/media/common/videobuf2/*
18113 F:      include/media/videobuf2-*
18114
18115 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
18116 M:      Helen Koike <helen.koike@collabora.com>
18117 R:      Shuah Khan <skhan@linuxfoundation.org>
18118 L:      linux-media@vger.kernel.org
18119 S:      Maintained
18120 W:      https://linuxtv.org
18121 T:      git git://linuxtv.org/media_tree.git
18122 F:      drivers/media/test-drivers/vimc/*
18123
18124 VIRT LIB
18125 M:      Alex Williamson <alex.williamson@redhat.com>
18126 M:      Paolo Bonzini <pbonzini@redhat.com>
18127 L:      kvm@vger.kernel.org
18128 S:      Supported
18129 F:      virt/lib/
18130
18131 VIRTIO AND VHOST VSOCK DRIVER
18132 M:      Stefan Hajnoczi <stefanha@redhat.com>
18133 M:      Stefano Garzarella <sgarzare@redhat.com>
18134 L:      kvm@vger.kernel.org
18135 L:      virtualization@lists.linux-foundation.org
18136 L:      netdev@vger.kernel.org
18137 S:      Maintained
18138 F:      drivers/net/vsockmon.c
18139 F:      drivers/vhost/vsock.c
18140 F:      include/linux/virtio_vsock.h
18141 F:      include/uapi/linux/virtio_vsock.h
18142 F:      include/uapi/linux/vm_sockets_diag.h
18143 F:      include/uapi/linux/vsockmon.h
18144 F:      net/vmw_vsock/af_vsock_tap.c
18145 F:      net/vmw_vsock/diag.c
18146 F:      net/vmw_vsock/virtio_transport.c
18147 F:      net/vmw_vsock/virtio_transport_common.c
18148 F:      net/vmw_vsock/vsock_loopback.c
18149 F:      tools/testing/vsock/
18150
18151 VIRTIO BLOCK AND SCSI DRIVERS
18152 M:      "Michael S. Tsirkin" <mst@redhat.com>
18153 M:      Jason Wang <jasowang@redhat.com>
18154 R:      Paolo Bonzini <pbonzini@redhat.com>
18155 R:      Stefan Hajnoczi <stefanha@redhat.com>
18156 L:      virtualization@lists.linux-foundation.org
18157 S:      Maintained
18158 F:      drivers/block/virtio_blk.c
18159 F:      drivers/scsi/virtio_scsi.c
18160 F:      drivers/vhost/scsi.c
18161 F:      include/uapi/linux/virtio_blk.h
18162 F:      include/uapi/linux/virtio_scsi.h
18163
18164 VIRTIO CONSOLE DRIVER
18165 M:      Amit Shah <amit@kernel.org>
18166 L:      virtualization@lists.linux-foundation.org
18167 S:      Maintained
18168 F:      drivers/char/virtio_console.c
18169 F:      include/linux/virtio_console.h
18170 F:      include/uapi/linux/virtio_console.h
18171
18172 VIRTIO CORE AND NET DRIVERS
18173 M:      "Michael S. Tsirkin" <mst@redhat.com>
18174 M:      Jason Wang <jasowang@redhat.com>
18175 L:      virtualization@lists.linux-foundation.org
18176 S:      Maintained
18177 F:      Documentation/devicetree/bindings/virtio/
18178 F:      drivers/block/virtio_blk.c
18179 F:      drivers/crypto/virtio/
18180 F:      drivers/net/virtio_net.c
18181 F:      drivers/vdpa/
18182 F:      drivers/virtio/
18183 F:      include/linux/vdpa.h
18184 F:      include/linux/virtio*.h
18185 F:      include/uapi/linux/virtio_*.h
18186 F:      tools/virtio/
18187
18188 VIRTIO BALLOON
18189 M:      "Michael S. Tsirkin" <mst@redhat.com>
18190 M:      David Hildenbrand <david@redhat.com>
18191 L:      virtualization@lists.linux-foundation.org
18192 S:      Maintained
18193 F:      drivers/virtio/virtio_balloon.c
18194 F:      include/uapi/linux/virtio_balloon.h
18195 F:      include/linux/balloon_compaction.h
18196 F:      mm/balloon_compaction.c
18197
18198 VIRTIO CRYPTO DRIVER
18199 M:      Gonglei <arei.gonglei@huawei.com>
18200 L:      virtualization@lists.linux-foundation.org
18201 L:      linux-crypto@vger.kernel.org
18202 S:      Maintained
18203 F:      drivers/crypto/virtio/
18204 F:      include/uapi/linux/virtio_crypto.h
18205
18206 VIRTIO DRIVERS FOR S390
18207 M:      Cornelia Huck <cohuck@redhat.com>
18208 M:      Halil Pasic <pasic@linux.ibm.com>
18209 L:      linux-s390@vger.kernel.org
18210 L:      virtualization@lists.linux-foundation.org
18211 L:      kvm@vger.kernel.org
18212 S:      Supported
18213 F:      arch/s390/include/uapi/asm/virtio-ccw.h
18214 F:      drivers/s390/virtio/
18215
18216 VIRTIO FILE SYSTEM
18217 M:      Vivek Goyal <vgoyal@redhat.com>
18218 M:      Stefan Hajnoczi <stefanha@redhat.com>
18219 M:      Miklos Szeredi <miklos@szeredi.hu>
18220 L:      virtualization@lists.linux-foundation.org
18221 L:      linux-fsdevel@vger.kernel.org
18222 S:      Supported
18223 W:      https://virtio-fs.gitlab.io/
18224 F:      Documentation/filesystems/virtiofs.rst
18225 F:      fs/fuse/virtio_fs.c
18226 F:      include/uapi/linux/virtio_fs.h
18227
18228 VIRTIO GPU DRIVER
18229 M:      David Airlie <airlied@linux.ie>
18230 M:      Gerd Hoffmann <kraxel@redhat.com>
18231 L:      dri-devel@lists.freedesktop.org
18232 L:      virtualization@lists.linux-foundation.org
18233 S:      Maintained
18234 T:      git git://anongit.freedesktop.org/drm/drm-misc
18235 F:      drivers/gpu/drm/virtio/
18236 F:      include/uapi/linux/virtio_gpu.h
18237
18238 VIRTIO HOST (VHOST)
18239 M:      "Michael S. Tsirkin" <mst@redhat.com>
18240 M:      Jason Wang <jasowang@redhat.com>
18241 L:      kvm@vger.kernel.org
18242 L:      virtualization@lists.linux-foundation.org
18243 L:      netdev@vger.kernel.org
18244 S:      Maintained
18245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
18246 F:      drivers/vhost/
18247 F:      include/linux/vhost_iotlb.h
18248 F:      include/uapi/linux/vhost.h
18249
18250 VIRTIO INPUT DRIVER
18251 M:      Gerd Hoffmann <kraxel@redhat.com>
18252 S:      Maintained
18253 F:      drivers/virtio/virtio_input.c
18254 F:      include/uapi/linux/virtio_input.h
18255
18256 VIRTIO IOMMU DRIVER
18257 M:      Jean-Philippe Brucker <jean-philippe@linaro.org>
18258 L:      virtualization@lists.linux-foundation.org
18259 S:      Maintained
18260 F:      drivers/iommu/virtio-iommu.c
18261 F:      include/uapi/linux/virtio_iommu.h
18262
18263 VIRTIO MEM DRIVER
18264 M:      David Hildenbrand <david@redhat.com>
18265 L:      virtualization@lists.linux-foundation.org
18266 S:      Maintained
18267 F:      drivers/virtio/virtio_mem.c
18268 F:      include/uapi/linux/virtio_mem.h
18269
18270 VIRTUAL BOX GUEST DEVICE DRIVER
18271 M:      Hans de Goede <hdegoede@redhat.com>
18272 M:      Arnd Bergmann <arnd@arndb.de>
18273 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18274 S:      Maintained
18275 F:      drivers/virt/vboxguest/
18276 F:      include/linux/vbox_utils.h
18277 F:      include/uapi/linux/vbox*.h
18278
18279 VIRTUAL BOX SHARED FOLDER VFS DRIVER
18280 M:      Hans de Goede <hdegoede@redhat.com>
18281 L:      linux-fsdevel@vger.kernel.org
18282 S:      Maintained
18283 F:      fs/vboxsf/*
18284
18285 VIRTUAL SERIO DEVICE DRIVER
18286 M:      Stephen Chandler Paul <thatslyude@gmail.com>
18287 S:      Maintained
18288 F:      drivers/input/serio/userio.c
18289 F:      include/uapi/linux/userio.h
18290
18291 VIVID VIRTUAL VIDEO DRIVER
18292 M:      Hans Verkuil <hverkuil@xs4all.nl>
18293 L:      linux-media@vger.kernel.org
18294 S:      Maintained
18295 W:      https://linuxtv.org
18296 T:      git git://linuxtv.org/media_tree.git
18297 F:      drivers/media/test-drivers/vivid/*
18298
18299 VLYNQ BUS
18300 M:      Florian Fainelli <f.fainelli@gmail.com>
18301 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
18302 S:      Maintained
18303 F:      drivers/vlynq/vlynq.c
18304 F:      include/linux/vlynq.h
18305
18306 VME SUBSYSTEM
18307 M:      Martyn Welch <martyn@welchs.me.uk>
18308 M:      Manohar Vanga <manohar.vanga@gmail.com>
18309 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18310 L:      devel@driverdev.osuosl.org
18311 S:      Maintained
18312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
18313 F:      Documentation/driver-api/vme.rst
18314 F:      drivers/staging/vme/
18315 F:      drivers/vme/
18316 F:      include/linux/vme*
18317
18318 VMWARE BALLOON DRIVER
18319 M:      Nadav Amit <namit@vmware.com>
18320 M:      "VMware, Inc." <pv-drivers@vmware.com>
18321 L:      linux-kernel@vger.kernel.org
18322 S:      Maintained
18323 F:      drivers/misc/vmw_balloon.c
18324
18325 VMWARE HYPERVISOR INTERFACE
18326 M:      Deep Shah <sdeep@vmware.com>
18327 M:      "VMware, Inc." <pv-drivers@vmware.com>
18328 L:      virtualization@lists.linux-foundation.org
18329 S:      Supported
18330 F:      arch/x86/include/asm/vmware.h
18331 F:      arch/x86/kernel/cpu/vmware.c
18332
18333 VMWARE PVRDMA DRIVER
18334 M:      Adit Ranadive <aditr@vmware.com>
18335 M:      VMware PV-Drivers <pv-drivers@vmware.com>
18336 L:      linux-rdma@vger.kernel.org
18337 S:      Maintained
18338 F:      drivers/infiniband/hw/vmw_pvrdma/
18339
18340 VMware PVSCSI driver
18341 M:      Jim Gill <jgill@vmware.com>
18342 M:      VMware PV-Drivers <pv-drivers@vmware.com>
18343 L:      linux-scsi@vger.kernel.org
18344 S:      Maintained
18345 F:      drivers/scsi/vmw_pvscsi.c
18346 F:      drivers/scsi/vmw_pvscsi.h
18347
18348 VMWARE VIRTUAL PTP CLOCK DRIVER
18349 M:      Vivek Thampi <vithampi@vmware.com>
18350 M:      "VMware, Inc." <pv-drivers@vmware.com>
18351 L:      netdev@vger.kernel.org
18352 S:      Supported
18353 F:      drivers/ptp/ptp_vmw.c
18354
18355 VMWARE VMMOUSE SUBDRIVER
18356 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
18357 M:      "VMware, Inc." <pv-drivers@vmware.com>
18358 L:      linux-input@vger.kernel.org
18359 S:      Maintained
18360 F:      drivers/input/mouse/vmmouse.c
18361 F:      drivers/input/mouse/vmmouse.h
18362
18363 VMWARE VMXNET3 ETHERNET DRIVER
18364 M:      Ronak Doshi <doshir@vmware.com>
18365 M:      "VMware, Inc." <pv-drivers@vmware.com>
18366 L:      netdev@vger.kernel.org
18367 S:      Maintained
18368 F:      drivers/net/vmxnet3/
18369
18370 VOCORE VOCORE2 BOARD
18371 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
18372 L:      linux-mips@vger.kernel.org
18373 S:      Maintained
18374 F:      arch/mips/boot/dts/ralink/vocore2.dts
18375
18376 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
18377 M:      Liam Girdwood <lgirdwood@gmail.com>
18378 M:      Mark Brown <broonie@kernel.org>
18379 L:      linux-kernel@vger.kernel.org
18380 S:      Supported
18381 W:      http://www.slimlogic.co.uk/?p=48
18382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
18383 F:      Documentation/devicetree/bindings/regulator/
18384 F:      Documentation/power/regulator/
18385 F:      drivers/regulator/
18386 F:      include/dt-bindings/regulator/
18387 F:      include/linux/regulator/
18388 K:      regulator_get_optional
18389
18390 VRF
18391 M:      David Ahern <dsahern@kernel.org>
18392 M:      Shrijeet Mukherjee <shrijeet@gmail.com>
18393 L:      netdev@vger.kernel.org
18394 S:      Maintained
18395 F:      Documentation/networking/vrf.rst
18396 F:      drivers/net/vrf.c
18397
18398 VSPRINTF
18399 M:      Petr Mladek <pmladek@suse.com>
18400 M:      Steven Rostedt <rostedt@goodmis.org>
18401 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
18402 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
18403 R:      Rasmus Villemoes <linux@rasmusvillemoes.dk>
18404 S:      Maintained
18405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
18406 F:      Documentation/core-api/printk-formats.rst
18407 F:      lib/test_printf.c
18408 F:      lib/vsprintf.c
18409
18410 VT1211 HARDWARE MONITOR DRIVER
18411 M:      Juerg Haefliger <juergh@gmail.com>
18412 L:      linux-hwmon@vger.kernel.org
18413 S:      Maintained
18414 F:      Documentation/hwmon/vt1211.rst
18415 F:      drivers/hwmon/vt1211.c
18416
18417 VT8231 HARDWARE MONITOR DRIVER
18418 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
18419 L:      linux-hwmon@vger.kernel.org
18420 S:      Maintained
18421 F:      drivers/hwmon/vt8231.c
18422
18423 VUB300 USB to SDIO/SD/MMC bridge chip
18424 L:      linux-mmc@vger.kernel.org
18425 S:      Orphan
18426 F:      drivers/mmc/host/vub300.c
18427
18428 W1 DALLAS'S 1-WIRE BUS
18429 M:      Evgeniy Polyakov <zbr@ioremap.net>
18430 S:      Maintained
18431 F:      Documentation/devicetree/bindings/w1/
18432 F:      Documentation/w1/
18433 F:      drivers/w1/
18434 F:      include/linux/w1.h
18435
18436 W83791D HARDWARE MONITORING DRIVER
18437 M:      Marc Hulsman <m.hulsman@tudelft.nl>
18438 L:      linux-hwmon@vger.kernel.org
18439 S:      Maintained
18440 F:      Documentation/hwmon/w83791d.rst
18441 F:      drivers/hwmon/w83791d.c
18442
18443 W83793 HARDWARE MONITORING DRIVER
18444 M:      Rudolf Marek <r.marek@assembler.cz>
18445 L:      linux-hwmon@vger.kernel.org
18446 S:      Maintained
18447 F:      Documentation/hwmon/w83793.rst
18448 F:      drivers/hwmon/w83793.c
18449
18450 W83795 HARDWARE MONITORING DRIVER
18451 M:      Jean Delvare <jdelvare@suse.com>
18452 L:      linux-hwmon@vger.kernel.org
18453 S:      Maintained
18454 F:      drivers/hwmon/w83795.c
18455
18456 W83L51xD SD/MMC CARD INTERFACE DRIVER
18457 M:      Pierre Ossman <pierre@ossman.eu>
18458 S:      Maintained
18459 F:      drivers/mmc/host/wbsd.*
18460
18461 WACOM PROTOCOL 4 SERIAL TABLETS
18462 M:      Julian Squires <julian@cipht.net>
18463 M:      Hans de Goede <hdegoede@redhat.com>
18464 L:      linux-input@vger.kernel.org
18465 S:      Maintained
18466 F:      drivers/input/tablet/wacom_serial4.c
18467
18468 WATCHDOG DEVICE DRIVERS
18469 M:      Wim Van Sebroeck <wim@linux-watchdog.org>
18470 M:      Guenter Roeck <linux@roeck-us.net>
18471 L:      linux-watchdog@vger.kernel.org
18472 S:      Maintained
18473 W:      http://www.linux-watchdog.org/
18474 T:      git git://www.linux-watchdog.org/linux-watchdog.git
18475 F:      Documentation/devicetree/bindings/watchdog/
18476 F:      Documentation/watchdog/
18477 F:      drivers/watchdog/
18478 F:      include/linux/watchdog.h
18479 F:      include/uapi/linux/watchdog.h
18480
18481 WHISKEYCOVE PMIC GPIO DRIVER
18482 M:      Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
18483 L:      linux-gpio@vger.kernel.org
18484 S:      Maintained
18485 F:      drivers/gpio/gpio-wcove.c
18486
18487 WHWAVE RTC DRIVER
18488 M:      Dianlong Li <long17.cool@163.com>
18489 L:      linux-rtc@vger.kernel.org
18490 S:      Maintained
18491 F:      drivers/rtc/rtc-sd3078.c
18492
18493 WIIMOTE HID DRIVER
18494 M:      David Rheinsberg <david.rheinsberg@gmail.com>
18495 L:      linux-input@vger.kernel.org
18496 S:      Maintained
18497 F:      drivers/hid/hid-wiimote*
18498
18499 WILOCITY WIL6210 WIRELESS DRIVER
18500 M:      Maya Erez <merez@codeaurora.org>
18501 L:      linux-wireless@vger.kernel.org
18502 L:      wil6210@qti.qualcomm.com
18503 S:      Supported
18504 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wil6210
18505 F:      drivers/net/wireless/ath/wil6210/
18506
18507 WIMAX STACK
18508 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
18509 M:      linux-wimax@intel.com
18510 L:      wimax@linuxwimax.org (subscribers-only)
18511 S:      Supported
18512 W:      http://linuxwimax.org
18513 F:      Documentation/admin-guide/wimax/wimax.rst
18514 F:      include/linux/wimax/debug.h
18515 F:      include/net/wimax.h
18516 F:      include/uapi/linux/wimax.h
18517 F:      net/wimax/
18518
18519 WINBOND CIR DRIVER
18520 M:      David Härdeman <david@hardeman.nu>
18521 S:      Maintained
18522 F:      drivers/media/rc/winbond-cir.c
18523
18524 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
18525 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
18526 L:      linux-watchdog@vger.kernel.org
18527 S:      Maintained
18528 F:      drivers/watchdog/ebc-c384_wdt.c
18529
18530 WINSYSTEMS WS16C48 GPIO DRIVER
18531 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
18532 L:      linux-gpio@vger.kernel.org
18533 S:      Maintained
18534 F:      drivers/gpio/gpio-ws16c48.c
18535
18536 WIREGUARD SECURE NETWORK TUNNEL
18537 M:      Jason A. Donenfeld <Jason@zx2c4.com>
18538 L:      wireguard@lists.zx2c4.com
18539 L:      netdev@vger.kernel.org
18540 S:      Maintained
18541 F:      drivers/net/wireguard/
18542 F:      tools/testing/selftests/wireguard/
18543
18544 WISTRON LAPTOP BUTTON DRIVER
18545 M:      Miloslav Trmac <mitr@volny.cz>
18546 S:      Maintained
18547 F:      drivers/input/misc/wistron_btns.c
18548
18549 WL3501 WIRELESS PCMCIA CARD DRIVER
18550 L:      linux-wireless@vger.kernel.org
18551 S:      Odd fixes
18552 F:      drivers/net/wireless/wl3501*
18553
18554 WOLFSON MICROELECTRONICS DRIVERS
18555 L:      patches@opensource.cirrus.com
18556 S:      Supported
18557 W:      https://github.com/CirrusLogic/linux-drivers/wiki
18558 T:      git https://github.com/CirrusLogic/linux-drivers.git
18559 F:      Documentation/devicetree/bindings/extcon/wlf,arizona.yaml
18560 F:      Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
18561 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
18562 F:      Documentation/devicetree/bindings/regulator/wlf,arizona.yaml
18563 F:      Documentation/devicetree/bindings/sound/wlf,arizona.yaml
18564 F:      Documentation/hwmon/wm83??.rst
18565 F:      arch/arm/mach-s3c64xx/mach-crag6410*
18566 F:      drivers/clk/clk-wm83*.c
18567 F:      drivers/extcon/extcon-arizona.c
18568 F:      drivers/gpio/gpio-*wm*.c
18569 F:      drivers/gpio/gpio-arizona.c
18570 F:      drivers/hwmon/wm83??-hwmon.c
18571 F:      drivers/input/misc/wm831x-on.c
18572 F:      drivers/input/touchscreen/wm831x-ts.c
18573 F:      drivers/input/touchscreen/wm97*.c
18574 F:      drivers/leds/leds-wm83*.c
18575 F:      drivers/mfd/arizona*
18576 F:      drivers/mfd/cs47l24*
18577 F:      drivers/mfd/wm*.c
18578 F:      drivers/power/supply/wm83*.c
18579 F:      drivers/regulator/arizona*
18580 F:      drivers/regulator/wm8*.c
18581 F:      drivers/rtc/rtc-wm83*.c
18582 F:      drivers/video/backlight/wm83*_bl.c
18583 F:      drivers/watchdog/wm83*_wdt.c
18584 F:      include/linux/mfd/arizona/
18585 F:      include/linux/mfd/wm831x/
18586 F:      include/linux/mfd/wm8350/
18587 F:      include/linux/mfd/wm8400*
18588 F:      include/linux/regulator/arizona*
18589 F:      include/linux/wm97xx.h
18590 F:      include/sound/wm????.h
18591 F:      sound/soc/codecs/arizona.?
18592 F:      sound/soc/codecs/cs47l24*
18593 F:      sound/soc/codecs/wm*
18594
18595 WORKQUEUE
18596 M:      Tejun Heo <tj@kernel.org>
18597 R:      Lai Jiangshan <jiangshanlai@gmail.com>
18598 S:      Maintained
18599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
18600 F:      Documentation/core-api/workqueue.rst
18601 F:      include/linux/workqueue.h
18602 F:      kernel/workqueue.c
18603
18604 X-POWERS AXP288 PMIC DRIVERS
18605 M:      Hans de Goede <hdegoede@redhat.com>
18606 S:      Maintained
18607 F:      drivers/acpi/pmic/intel_pmic_xpower.c
18608 N:      axp288
18609
18610 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
18611 M:      Chen-Yu Tsai <wens@csie.org>
18612 L:      linux-kernel@vger.kernel.org
18613 S:      Maintained
18614 N:      axp[128]
18615
18616 X.25 NETWORK LAYER
18617 M:      Andrew Hendry <andrew.hendry@gmail.com>
18618 L:      linux-x25@vger.kernel.org
18619 S:      Odd Fixes
18620 F:      Documentation/networking/x25*
18621 F:      include/net/x25*
18622 F:      net/x25/
18623
18624 X86 ARCHITECTURE (32-BIT AND 64-BIT)
18625 M:      Thomas Gleixner <tglx@linutronix.de>
18626 M:      Ingo Molnar <mingo@redhat.com>
18627 M:      Borislav Petkov <bp@alien8.de>
18628 M:      x86@kernel.org
18629 R:      "H. Peter Anvin" <hpa@zytor.com>
18630 L:      linux-kernel@vger.kernel.org
18631 S:      Maintained
18632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
18633 F:      Documentation/devicetree/bindings/x86/
18634 F:      Documentation/x86/
18635 F:      arch/x86/
18636
18637 X86 ENTRY CODE
18638 M:      Andy Lutomirski <luto@kernel.org>
18639 L:      linux-kernel@vger.kernel.org
18640 S:      Maintained
18641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
18642 F:      arch/x86/entry/
18643
18644 X86 MCE INFRASTRUCTURE
18645 M:      Tony Luck <tony.luck@intel.com>
18646 M:      Borislav Petkov <bp@alien8.de>
18647 L:      linux-edac@vger.kernel.org
18648 S:      Maintained
18649 F:      arch/x86/kernel/cpu/mce/*
18650
18651 X86 MICROCODE UPDATE SUPPORT
18652 M:      Borislav Petkov <bp@alien8.de>
18653 S:      Maintained
18654 F:      arch/x86/kernel/cpu/microcode/*
18655
18656 X86 MM
18657 M:      Dave Hansen <dave.hansen@linux.intel.com>
18658 M:      Andy Lutomirski <luto@kernel.org>
18659 M:      Peter Zijlstra <peterz@infradead.org>
18660 L:      linux-kernel@vger.kernel.org
18661 S:      Maintained
18662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
18663 F:      arch/x86/mm/
18664
18665 X86 PLATFORM DRIVERS
18666 M:      Darren Hart <dvhart@infradead.org>
18667 M:      Andy Shevchenko <andy@infradead.org>
18668 L:      platform-driver-x86@vger.kernel.org
18669 S:      Odd Fixes
18670 T:      git git://git.infradead.org/linux-platform-drivers-x86.git
18671 F:      drivers/platform/olpc/
18672 F:      drivers/platform/x86/
18673
18674 X86 PLATFORM DRIVERS - ARCH
18675 R:      Darren Hart <dvhart@infradead.org>
18676 R:      Andy Shevchenko <andy@infradead.org>
18677 L:      platform-driver-x86@vger.kernel.org
18678 L:      x86@kernel.org
18679 S:      Maintained
18680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
18681 F:      arch/x86/platform
18682
18683 X86 VDSO
18684 M:      Andy Lutomirski <luto@kernel.org>
18685 L:      linux-kernel@vger.kernel.org
18686 S:      Maintained
18687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
18688 F:      arch/x86/entry/vdso/
18689
18690 XARRAY
18691 M:      Matthew Wilcox <willy@infradead.org>
18692 L:      linux-fsdevel@vger.kernel.org
18693 S:      Supported
18694 F:      Documentation/core-api/xarray.rst
18695 F:      include/linux/idr.h
18696 F:      include/linux/xarray.h
18697 F:      lib/idr.c
18698 F:      lib/xarray.c
18699 F:      tools/testing/radix-tree
18700
18701 XBOX DVD IR REMOTE
18702 M:      Benjamin Valentin <benpicco@googlemail.com>
18703 S:      Maintained
18704 F:      drivers/media/rc/keymaps/rc-xbox-dvd.c
18705 F:      drivers/media/rc/xbox_remote.c
18706
18707 XC2028/3028 TUNER DRIVER
18708 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
18709 L:      linux-media@vger.kernel.org
18710 S:      Maintained
18711 W:      https://linuxtv.org
18712 T:      git git://linuxtv.org/media_tree.git
18713 F:      drivers/media/tuners/tuner-xc2028.*
18714
18715 XDP (eXpress Data Path)
18716 M:      Alexei Starovoitov <ast@kernel.org>
18717 M:      Daniel Borkmann <daniel@iogearbox.net>
18718 M:      David S. Miller <davem@davemloft.net>
18719 M:      Jakub Kicinski <kuba@kernel.org>
18720 M:      Jesper Dangaard Brouer <hawk@kernel.org>
18721 M:      John Fastabend <john.fastabend@gmail.com>
18722 L:      netdev@vger.kernel.org
18723 L:      bpf@vger.kernel.org
18724 S:      Supported
18725 F:      include/net/xdp.h
18726 F:      include/trace/events/xdp.h
18727 F:      kernel/bpf/cpumap.c
18728 F:      kernel/bpf/devmap.c
18729 F:      net/core/xdp.c
18730 N:      xdp
18731 K:      xdp
18732
18733 XDP SOCKETS (AF_XDP)
18734 M:      Björn Töpel <bjorn.topel@intel.com>
18735 M:      Magnus Karlsson <magnus.karlsson@intel.com>
18736 R:      Jonathan Lemon <jonathan.lemon@gmail.com>
18737 L:      netdev@vger.kernel.org
18738 L:      bpf@vger.kernel.org
18739 S:      Maintained
18740 F:      include/net/xdp_sock*
18741 F:      include/net/xsk_buff_pool.h
18742 F:      include/uapi/linux/if_xdp.h
18743 F:      net/xdp/
18744 F:      samples/bpf/xdpsock*
18745 F:      tools/lib/bpf/xsk*
18746
18747 XEN BLOCK SUBSYSTEM
18748 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
18749 M:      Roger Pau Monné <roger.pau@citrix.com>
18750 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18751 S:      Supported
18752 F:      drivers/block/xen*
18753 F:      drivers/block/xen-blkback/*
18754
18755 XEN HYPERVISOR ARM
18756 M:      Stefano Stabellini <sstabellini@kernel.org>
18757 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18758 S:      Maintained
18759 F:      arch/arm/include/asm/xen/
18760 F:      arch/arm/xen/
18761
18762 XEN HYPERVISOR ARM64
18763 M:      Stefano Stabellini <sstabellini@kernel.org>
18764 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18765 S:      Maintained
18766 F:      arch/arm64/include/asm/xen/
18767 F:      arch/arm64/xen/
18768
18769 XEN HYPERVISOR INTERFACE
18770 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
18771 M:      Juergen Gross <jgross@suse.com>
18772 R:      Stefano Stabellini <sstabellini@kernel.org>
18773 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18774 S:      Supported
18775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
18776 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
18777 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
18778 F:      arch/x86/include/asm/pvclock-abi.h
18779 F:      arch/x86/include/asm/xen/
18780 F:      arch/x86/platform/pvh/
18781 F:      arch/x86/xen/
18782 F:      drivers/*/xen-*front.c
18783 F:      drivers/xen/
18784 F:      include/uapi/xen/
18785 F:      include/xen/
18786
18787 XEN NETWORK BACKEND DRIVER
18788 M:      Wei Liu <wei.liu@kernel.org>
18789 M:      Paul Durrant <paul@xen.org>
18790 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18791 L:      netdev@vger.kernel.org
18792 S:      Supported
18793 F:      drivers/net/xen-netback/*
18794
18795 XEN PCI SUBSYSTEM
18796 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
18797 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18798 S:      Supported
18799 F:      arch/x86/pci/*xen*
18800 F:      drivers/pci/*xen*
18801
18802 XEN PVSCSI DRIVERS
18803 M:      Juergen Gross <jgross@suse.com>
18804 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18805 L:      linux-scsi@vger.kernel.org
18806 S:      Supported
18807 F:      drivers/scsi/xen-scsifront.c
18808 F:      drivers/xen/xen-scsiback.c
18809 F:      include/xen/interface/io/vscsiif.h
18810
18811 XEN SOUND FRONTEND DRIVER
18812 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
18813 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18814 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
18815 S:      Supported
18816 F:      sound/xen/*
18817
18818 XEN SWIOTLB SUBSYSTEM
18819 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
18820 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
18821 L:      iommu@lists.linux-foundation.org
18822 S:      Supported
18823 F:      arch/x86/xen/*swiotlb*
18824 F:      drivers/xen/*swiotlb*
18825
18826 XFS FILESYSTEM
18827 M:      Darrick J. Wong <darrick.wong@oracle.com>
18828 M:      linux-xfs@vger.kernel.org
18829 L:      linux-xfs@vger.kernel.org
18830 S:      Supported
18831 W:      http://xfs.org/
18832 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
18833 F:      Documentation/ABI/testing/sysfs-fs-xfs
18834 F:      Documentation/admin-guide/xfs.rst
18835 F:      Documentation/filesystems/xfs-delayed-logging-design.rst
18836 F:      Documentation/filesystems/xfs-self-describing-metadata.rst
18837 F:      fs/xfs/
18838 F:      include/uapi/linux/dqblk_xfs.h
18839 F:      include/uapi/linux/fsmap.h
18840
18841 XILINX AXI ETHERNET DRIVER
18842 M:      Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
18843 S:      Maintained
18844 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
18845
18846 XILINX CAN DRIVER
18847 M:      Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com>
18848 R:      Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
18849 L:      linux-can@vger.kernel.org
18850 S:      Maintained
18851 F:      Documentation/devicetree/bindings/net/can/xilinx_can.txt
18852 F:      drivers/net/can/xilinx_can.c
18853
18854 XILINX SD-FEC IP CORES
18855 M:      Derek Kiernan <derek.kiernan@xilinx.com>
18856 M:      Dragan Cvetic <dragan.cvetic@xilinx.com>
18857 S:      Maintained
18858 F:      Documentation/devicetree/bindings/misc/xlnx,sd-fec.txt
18859 F:      Documentation/misc-devices/xilinx_sdfec.rst
18860 F:      drivers/misc/Kconfig
18861 F:      drivers/misc/Makefile
18862 F:      drivers/misc/xilinx_sdfec.c
18863 F:      include/uapi/misc/xilinx_sdfec.h
18864
18865 XILINX UARTLITE SERIAL DRIVER
18866 M:      Peter Korsgaard <jacmet@sunsite.dk>
18867 L:      linux-serial@vger.kernel.org
18868 S:      Maintained
18869 F:      drivers/tty/serial/uartlite.c
18870
18871 XILINX VIDEO IP CORES
18872 M:      Hyun Kwon <hyun.kwon@xilinx.com>
18873 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
18874 L:      linux-media@vger.kernel.org
18875 S:      Supported
18876 T:      git git://linuxtv.org/media_tree.git
18877 F:      Documentation/devicetree/bindings/media/xilinx/
18878 F:      drivers/media/platform/xilinx/
18879 F:      include/uapi/linux/xilinx-v4l2-controls.h
18880
18881 XILINX ZYNQMP DPDMA DRIVER
18882 M:      Hyun Kwon <hyun.kwon@xilinx.com>
18883 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
18884 L:      dmaengine@vger.kernel.org
18885 S:      Supported
18886 F:      Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
18887 F:      drivers/dma/xilinx/xilinx_dpdma.c
18888 F:      include/dt-bindings/dma/xlnx-zynqmp-dpdma.h
18889
18890 XILLYBUS DRIVER
18891 M:      Eli Billauer <eli.billauer@gmail.com>
18892 L:      linux-kernel@vger.kernel.org
18893 S:      Supported
18894 F:      drivers/char/xillybus/
18895
18896 XLP9XX I2C DRIVER
18897 M:      George Cherian <gcherian@marvell.com>
18898 L:      linux-i2c@vger.kernel.org
18899 S:      Supported
18900 W:      http://www.marvell.com
18901 F:      Documentation/devicetree/bindings/i2c/i2c-xlp9xx.txt
18902 F:      drivers/i2c/busses/i2c-xlp9xx.c
18903
18904 XRA1403 GPIO EXPANDER
18905 M:      Nandor Han <nandor.han@ge.com>
18906 M:      Semi Malinen <semi.malinen@ge.com>
18907 L:      linux-gpio@vger.kernel.org
18908 S:      Maintained
18909 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
18910 F:      drivers/gpio/gpio-xra1403.c
18911
18912 XTENSA XTFPGA PLATFORM SUPPORT
18913 M:      Max Filippov <jcmvbkbc@gmail.com>
18914 L:      linux-xtensa@linux-xtensa.org
18915 S:      Maintained
18916 F:      drivers/spi/spi-xtensa-xtfpga.c
18917 F:      sound/soc/xtensa/xtfpga-i2s.c
18918
18919 YAM DRIVER FOR AX.25
18920 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
18921 L:      linux-hams@vger.kernel.org
18922 S:      Maintained
18923 F:      drivers/net/hamradio/yam*
18924 F:      include/linux/yam.h
18925
18926 YAMA SECURITY MODULE
18927 M:      Kees Cook <keescook@chromium.org>
18928 S:      Supported
18929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
18930 F:      Documentation/admin-guide/LSM/Yama.rst
18931 F:      security/yama/
18932
18933 YEALINK PHONE DRIVER
18934 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
18935 L:      usbb2k-api-dev@nongnu.org
18936 S:      Maintained
18937 F:      Documentation/input/devices/yealink.rst
18938 F:      drivers/input/misc/yealink.*
18939
18940 Z8530 DRIVER FOR AX.25
18941 M:      Joerg Reuter <jreuter@yaina.de>
18942 L:      linux-hams@vger.kernel.org
18943 S:      Maintained
18944 W:      http://yaina.de/jreuter/
18945 W:      http://www.qsl.net/dl1bke/
18946 F:      Documentation/networking/z8530drv.rst
18947 F:      drivers/net/hamradio/*scc.c
18948 F:      drivers/net/hamradio/z8530.h
18949
18950 ZBUD COMPRESSED PAGE ALLOCATOR
18951 M:      Seth Jennings <sjenning@redhat.com>
18952 M:      Dan Streetman <ddstreet@ieee.org>
18953 L:      linux-mm@kvack.org
18954 S:      Maintained
18955 F:      include/linux/zbud.h
18956 F:      mm/zbud.c
18957
18958 ZD1211RW WIRELESS DRIVER
18959 M:      Daniel Drake <dsd@gentoo.org>
18960 M:      Ulrich Kunitz <kune@deine-taler.de>
18961 L:      linux-wireless@vger.kernel.org
18962 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
18963 S:      Maintained
18964 W:      http://zd1211.ath.cx/wiki/DriverRewrite
18965 F:      drivers/net/wireless/zydas/zd1211rw/
18966
18967 ZD1301 MEDIA DRIVER
18968 M:      Antti Palosaari <crope@iki.fi>
18969 L:      linux-media@vger.kernel.org
18970 S:      Maintained
18971 W:      https://linuxtv.org/
18972 W:      http://palosaari.fi/linux/
18973 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
18974 F:      drivers/media/usb/dvb-usb-v2/zd1301*
18975
18976 ZD1301_DEMOD MEDIA DRIVER
18977 M:      Antti Palosaari <crope@iki.fi>
18978 L:      linux-media@vger.kernel.org
18979 S:      Maintained
18980 W:      https://linuxtv.org/
18981 W:      http://palosaari.fi/linux/
18982 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
18983 F:      drivers/media/dvb-frontends/zd1301_demod*
18984
18985 ZHAOXIN PROCESSOR SUPPORT
18986 M:      Tony W Wang-oc <TonyWWang-oc@zhaoxin.com>
18987 L:      linux-kernel@vger.kernel.org
18988 S:      Maintained
18989 F:      arch/x86/kernel/cpu/zhaoxin.c
18990
18991 ZONEFS FILESYSTEM
18992 M:      Damien Le Moal <damien.lemoal@wdc.com>
18993 M:      Naohiro Aota <naohiro.aota@wdc.com>
18994 R:      Johannes Thumshirn <jth@kernel.org>
18995 L:      linux-fsdevel@vger.kernel.org
18996 S:      Maintained
18997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git
18998 F:      Documentation/filesystems/zonefs.rst
18999 F:      fs/zonefs/
19000
19001 ZPOOL COMPRESSED PAGE STORAGE API
19002 M:      Dan Streetman <ddstreet@ieee.org>
19003 L:      linux-mm@kvack.org
19004 S:      Maintained
19005 F:      include/linux/zpool.h
19006 F:      mm/zpool.c
19007
19008 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
19009 M:      Minchan Kim <minchan@kernel.org>
19010 M:      Nitin Gupta <ngupta@vflare.org>
19011 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
19012 L:      linux-kernel@vger.kernel.org
19013 S:      Maintained
19014 F:      Documentation/admin-guide/blockdev/zram.rst
19015 F:      drivers/block/zram/
19016
19017 ZS DECSTATION Z85C30 SERIAL DRIVER
19018 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
19019 S:      Maintained
19020 F:      drivers/tty/serial/zs.*
19021
19022 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
19023 M:      Minchan Kim <minchan@kernel.org>
19024 M:      Nitin Gupta <ngupta@vflare.org>
19025 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
19026 L:      linux-mm@kvack.org
19027 S:      Maintained
19028 F:      Documentation/vm/zsmalloc.rst
19029 F:      include/linux/zsmalloc.h
19030 F:      mm/zsmalloc.c
19031
19032 ZSWAP COMPRESSED SWAP CACHING
19033 M:      Seth Jennings <sjenning@redhat.com>
19034 M:      Dan Streetman <ddstreet@ieee.org>
19035 M:      Vitaly Wool <vitaly.wool@konsulko.com>
19036 L:      linux-mm@kvack.org
19037 S:      Maintained
19038 F:      mm/zswap.c
19039
19040 THE REST
19041 M:      Linus Torvalds <torvalds@linux-foundation.org>
19042 L:      linux-kernel@vger.kernel.org
19043 S:      Buried alive in reporters
19044 Q:      http://patchwork.kernel.org/project/LKML/list/
19045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
19046 F:      *
19047 F:      */