1 List of maintainers and how to submit kernel changes
2 ====================================================
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.
8 Tips for patch submitters
9 -------------------------
11 1. Always *test* your changes, however small, on at least 4 or
12 5 people, preferably many more.
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.)
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.
26 4. When you are happy with a change make it generally available for
27 testing and await feedback.
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.
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.
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.
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.
52 PLEASE document known bugs. If it doesn't work for everything
53 or does something very odd once a month document it.
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.
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
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.
80 Descriptions of section entries and preferred order
81 ---------------------------------------------------
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
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
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:
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.
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.
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
147 M: Steffen Klassert <klassert@kernel.org>
148 L: netdev@vger.kernel.org
150 F: Documentation/networking/device_drivers/3com/vortex.rst
151 F: drivers/net/ethernet/3com/3c59x.c
153 3CR990 NETWORK DRIVER
154 M: David Dillow <dave@thedillows.org>
155 L: netdev@vger.kernel.org
157 F: drivers/net/ethernet/3com/typhoon*
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
163 W: http://www.lsi.com
166 53C700 AND 53C700-66 SCSI DRIVER
167 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
168 L: linux-scsi@vger.kernel.org
170 F: drivers/scsi/53c700*
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
178 F: Documentation/networking/6lowpan.rst
179 F: include/net/6lowpan.h
182 6PACK NETWORK DRIVER FOR AX.25
183 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
184 L: linux-hams@vger.kernel.org
186 F: drivers/net/hamradio/6pack.c
188 802.11 (including CFG80211/NL80211)
189 M: Johannes Berg <johannes@sipsolutions.net>
190 L: linux-wireless@vger.kernel.org
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
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
210 F: drivers/net/ethernet/realtek/r8169*
212 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
213 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
214 L: linux-serial@vger.kernel.org
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
220 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
221 L: netdev@vger.kernel.org
223 F: drivers/net/ethernet/8390/
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
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
238 F: include/trace/events/9p.h
239 F: include/uapi/linux/virtio_9p.h
243 M: Antti Palosaari <crope@iki.fi>
244 L: linux-media@vger.kernel.org
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*
252 AACRAID SCSI RAID DRIVER
253 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
254 L: linux-scsi@vger.kernel.org
256 W: http://www.adaptec.com/
257 F: Documentation/scsi/aacraid.rst
258 F: drivers/scsi/aacraid/
261 L: linux-api@vger.kernel.org
262 F: include/linux/syscalls.h
265 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
266 M: Hans de Goede <hdegoede@redhat.com>
267 L: linux-hwmon@vger.kernel.org
269 F: drivers/hwmon/abituguru.c
271 ABIT UGURU 3 HARDWARE MONITOR DRIVER
272 M: Alistair John Strachan <alistair@devzero.co.uk>
273 L: linux-hwmon@vger.kernel.org
275 F: drivers/hwmon/abituguru3.c
277 ACCES 104-DIO-48E GPIO DRIVER
278 M: William Breathitt Gray <vilhelm.gray@gmail.com>
279 L: linux-gpio@vger.kernel.org
281 F: drivers/gpio/gpio-104-dio-48e.c
283 ACCES 104-IDI-48 GPIO DRIVER
284 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
285 L: linux-gpio@vger.kernel.org
287 F: drivers/gpio/gpio-104-idi-48.c
289 ACCES 104-IDIO-16 GPIO DRIVER
290 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
291 L: linux-gpio@vger.kernel.org
293 F: drivers/gpio/gpio-104-idio-16.c
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
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
304 ACCES PCI-IDIO-16 GPIO DRIVER
305 M: William Breathitt Gray <vilhelm.gray@gmail.com>
306 L: linux-gpio@vger.kernel.org
308 F: drivers/gpio/gpio-pci-idio-16.c
310 ACCES PCIe-IDIO-24 GPIO DRIVER
311 M: William Breathitt Gray <vilhelm.gray@gmail.com>
312 L: linux-gpio@vger.kernel.org
314 F: drivers/gpio/gpio-pcie-idio-24.c
317 M: Jes Sorensen <jes@trained-monkey.org>
318 L: linux-acenic@sunsite.dk
320 F: drivers/net/ethernet/alteon/acenic*
322 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
323 M: Peter Kaestle <peter@piie.net>
324 L: platform-driver-x86@vger.kernel.org
326 W: http://piie.net/?section=acerhdf
327 F: drivers/platform/x86/acerhdf.c
329 ACER WMI LAPTOP EXTRAS
330 M: "Lee, Chun-Yi" <jlee@suse.com>
331 L: platform-driver-x86@vger.kernel.org
333 F: drivers/platform/x86/acer-wmi.c
336 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
337 M: Len Brown <lenb@kernel.org>
338 L: linux-acpi@vger.kernel.org
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/
348 F: drivers/pci/*/*acpi*
349 F: drivers/pci/*acpi*
350 F: drivers/pnp/pnpacpi/
352 F: include/linux/acpi.h
353 F: include/linux/fwnode.h
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/
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
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/
383 M: Zhang Rui <rui.zhang@intel.com>
384 L: linux-acpi@vger.kernel.org
386 W: https://01.org/linux-acpi
387 B: https://bugzilla.kernel.org
388 F: drivers/acpi/fan.c
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)
397 F: drivers/acpi/arm64
399 ACPI I2C MULTI INSTANTIATE DRIVER
400 M: Hans de Goede <hdegoede@redhat.com>
401 L: platform-driver-x86@vger.kernel.org
403 F: drivers/platform/x86/i2c-multi-instantiate.c
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
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/
418 M: Zhang Rui <rui.zhang@intel.com>
419 L: linux-acpi@vger.kernel.org
421 W: https://01.org/linux-acpi
422 B: https://bugzilla.kernel.org
423 F: drivers/acpi/*thermal*
426 M: Zhang Rui <rui.zhang@intel.com>
427 L: linux-acpi@vger.kernel.org
429 W: https://01.org/linux-acpi
430 B: https://bugzilla.kernel.org
431 F: drivers/acpi/acpi_video.c
434 L: platform-driver-x86@vger.kernel.org
436 F: drivers/platform/x86/wmi.c
437 F: include/uapi/linux/wmi.h
439 AD1889 ALSA SOUND DRIVER
440 L: linux-parisc@vger.kernel.org
442 W: https://parisc.wiki.kernel.org/index.php/AD1889
443 F: sound/pci/ad1889.*
445 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
446 M: Michael Hennerich <michael.hennerich@analog.com>
448 W: http://wiki.analog.com/AD5254
449 W: http://ez.analog.com/community/linux-device-drivers
450 F: drivers/misc/ad525x_dpot.c
452 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
453 M: Michael Hennerich <michael.hennerich@analog.com>
455 W: http://wiki.analog.com/AD5398
456 W: http://ez.analog.com/community/linux-device-drivers
457 F: drivers/regulator/ad5398.c
459 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
460 M: Michael Hennerich <michael.hennerich@analog.com>
462 W: http://wiki.analog.com/AD7142
463 W: http://ez.analog.com/community/linux-device-drivers
464 F: drivers/input/misc/ad714x.c
466 AD7877 TOUCHSCREEN DRIVER
467 M: Michael Hennerich <michael.hennerich@analog.com>
469 W: http://wiki.analog.com/AD7877
470 W: http://ez.analog.com/community/linux-device-drivers
471 F: drivers/input/touchscreen/ad7877.c
473 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
474 M: Michael Hennerich <michael.hennerich@analog.com>
476 W: http://wiki.analog.com/AD7879
477 W: http://ez.analog.com/community/linux-device-drivers
478 F: drivers/input/touchscreen/ad7879.c
480 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
481 M: Jiri Kosina <jikos@kernel.org>
484 ADF7242 IEEE 802.15.4 RADIO DRIVER
485 M: Michael Hennerich <michael.hennerich@analog.com>
486 L: linux-wpan@vger.kernel.org
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
493 ADM1025 HARDWARE MONITOR DRIVER
494 M: Jean Delvare <jdelvare@suse.com>
495 L: linux-hwmon@vger.kernel.org
497 F: Documentation/hwmon/adm1025.rst
498 F: drivers/hwmon/adm1025.c
500 ADM1029 HARDWARE MONITOR DRIVER
501 M: Corentin Labbe <clabbe.montjoie@gmail.com>
502 L: linux-hwmon@vger.kernel.org
504 F: drivers/hwmon/adm1029.c
506 ADM8211 WIRELESS DRIVER
507 L: linux-wireless@vger.kernel.org
509 W: https://wireless.wiki.kernel.org/
510 F: drivers/net/wireless/admtek/adm8211.*
512 ADP1653 FLASH CONTROLLER DRIVER
513 M: Sakari Ailus <sakari.ailus@iki.fi>
514 L: linux-media@vger.kernel.org
516 F: drivers/media/i2c/adp1653.c
517 F: include/media/i2c/adp1653.h
519 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
520 M: Michael Hennerich <michael.hennerich@analog.com>
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
530 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
531 M: Michael Hennerich <michael.hennerich@analog.com>
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
538 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
539 M: Michael Hennerich <michael.hennerich@analog.com>
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
546 M: Colin Leroy <colin@colino.net>
548 F: drivers/macintosh/therm_adt746x.c
550 ADT7475 HARDWARE MONITOR DRIVER
551 M: Jean Delvare <jdelvare@suse.com>
552 L: linux-hwmon@vger.kernel.org
554 F: Documentation/hwmon/adt7475.rst
555 F: drivers/hwmon/adt7475.c
558 M: Matthew Wilcox <willy@infradead.org>
559 M: Hannes Reinecke <hare@suse.com>
560 L: linux-scsi@vger.kernel.org
562 F: Documentation/scsi/advansys.rst
563 F: drivers/scsi/advansys.c
565 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
566 M: Michael Hennerich <michael.hennerich@analog.com>
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
573 ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
574 M: Michael Hennerich <michael.hennerich@analog.com>
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
583 M: Antti Palosaari <crope@iki.fi>
584 L: linux-media@vger.kernel.org
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*
593 M: Antti Palosaari <crope@iki.fi>
594 L: linux-media@vger.kernel.org
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*
603 M: David Sterba <dsterba@suse.com>
604 L: linux-fsdevel@vger.kernel.org
606 F: Documentation/filesystems/affs.rst
610 M: David Howells <dhowells@redhat.com>
611 L: linux-afs@lists.infradead.org
613 W: https://www.infradead.org/~dhowells/kafs/
614 F: Documentation/filesystems/afs.rst
616 F: include/trace/events/afs.h
619 M: David Airlie <airlied@linux.ie>
621 T: git git://anongit.freedesktop.org/drm/drm
623 F: include/linux/agp*
624 F: include/uapi/linux/agp*
627 M: "Juergen E. Fischer" <fischer@norbit.de>
628 L: linux-scsi@vger.kernel.org
630 F: drivers/scsi/aha152x*
631 F: drivers/scsi/pcmcia/aha152x*
633 AIC7XXX / AIC79XX SCSI DRIVER
634 M: Hannes Reinecke <hare@suse.com>
635 L: linux-scsi@vger.kernel.org
637 F: drivers/scsi/aic7xxx/
639 AIMSLAB FM RADIO RECEIVER DRIVER
640 M: Hans Verkuil <hverkuil@xs4all.nl>
641 L: linux-media@vger.kernel.org
643 W: https://linuxtv.org
644 T: git git://linuxtv.org/media_tree.git
645 F: drivers/media/radio/radio-aimslab*
648 M: Benjamin LaHaise <bcrl@kvack.org>
649 L: linux-aio@kvack.org
652 F: include/linux/*aio*.h
655 M: Antti Palosaari <crope@iki.fi>
656 L: linux-media@vger.kernel.org
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/
664 ALACRITECH GIGABIT ETHERNET DRIVER
665 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
667 F: drivers/net/ethernet/alacritech/*
669 ALCATEL SPEEDTOUCH USB DRIVER
670 M: Duncan Sands <duncan.sands@free.fr>
671 L: linux-usb@vger.kernel.org
673 W: http://www.linux-usb.org/SpeedTouch/
674 F: drivers/usb/atm/speedtch.c
675 F: drivers/usb/atm/usbatm.c
677 ALCHEMY AU1XX0 MMC DRIVER
678 M: Manuel Lauss <manuel.lauss@gmail.com>
680 F: drivers/mmc/host/au1xmmc.c
683 M: Rudolf Marek <r.marek@assembler.cz>
684 L: linux-i2c@vger.kernel.org
686 F: Documentation/i2c/busses/i2c-ali1563.rst
687 F: drivers/i2c/busses/i2c-ali1563.c
689 ALL SENSORS DLH SERIES PRESSURE SENSORS DRIVER
690 M: Tomislav Denis <tomislav.denis@avl.com>
691 L: linux-iio@vger.kernel.org
693 W: http://www.allsensors.com/
694 F: Documentation/devicetree/bindings/iio/pressure/asc,dlhl60d.yaml
695 F: drivers/iio/pressure/dlhl60d.c
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
702 F: drivers/staging/media/allegro-dvt/
704 ALLWINNER A10 CSI DRIVER
705 M: Maxime Ripard <mripard@kernel.org>
706 L: linux-media@vger.kernel.org
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/
712 ALLWINNER CPUFREQ DRIVER
713 M: Yangtao Li <tiny.windzz@gmail.com>
714 L: linux-pm@vger.kernel.org
716 F: Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml
717 F: drivers/cpufreq/sun50i-cpufreq-nvmem.c
719 ALLWINNER CRYPTO DRIVERS
720 M: Corentin Labbe <clabbe.montjoie@gmail.com>
721 L: linux-crypto@vger.kernel.org
723 F: drivers/crypto/allwinner/
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
730 F: Documentation/devicetree/bindings/thermal/allwinner,sun8i-a83t-ths.yaml
731 F: drivers/thermal/sun8i_thermal.c
734 M: Maxime Ripard <mripard@kernel.org>
735 M: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
736 L: linux-media@vger.kernel.org
738 F: drivers/staging/media/sunxi/cedrus/
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
748 ALPS PS/2 TOUCHPAD DRIVER
749 R: Pali Rohár <pali@kernel.org>
750 F: drivers/input/mouse/alps.*
752 ALTERA I2C CONTROLLER DRIVER
753 M: Thor Thayer <thor.thayer@linux.intel.com>
755 F: Documentation/devicetree/bindings/i2c/i2c-altera.txt
756 F: drivers/i2c/busses/i2c-altera.c
758 ALTERA MAILBOX DRIVER
759 M: Ley Foon Tan <ley.foon.tan@intel.com>
761 F: drivers/mailbox/mailbox-altera.c
764 M: Joyce Ooi <joyce.ooi@intel.com>
765 L: linux-gpio@vger.kernel.org
767 F: drivers/gpio/gpio-altera.c
769 ALTERA SYSTEM MANAGER DRIVER
770 M: Thor Thayer <thor.thayer@linux.intel.com>
772 F: drivers/mfd/altera-sysmgr.c
773 F: include/linux/mfd/altera-sysmgr.h
775 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
776 M: Thor Thayer <thor.thayer@linux.intel.com>
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
784 ALTERA TRIPLE SPEED ETHERNET DRIVER
785 M: Joyce Ooi <joyce.ooi@intel.com>
786 L: netdev@vger.kernel.org
788 F: drivers/net/ethernet/altera/
790 ALTERA UART/JTAG UART SERIAL DRIVERS
791 M: Tobias Klauser <tklauser@distanz.ch>
792 L: linux-serial@vger.kernel.org
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
799 AMAZON ANNAPURNA LABS FIC DRIVER
800 M: Talel Shenhar <talel@amazon.com>
802 F: Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
803 F: drivers/irqchip/irq-al-fic.c
805 AMAZON ANNAPURNA LABS THERMAL MMIO DRIVER
806 M: Talel Shenhar <talel@amazon.com>
808 F: Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
809 F: drivers/thermal/thermal_mmio.c
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
819 F: Documentation/networking/device_drivers/amazon/ena.rst
820 F: drivers/net/ethernet/amazon/
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
827 Q: https://patchwork.kernel.org/project/linux-rdma/list/
828 F: drivers/infiniband/hw/efa/
829 F: include/uapi/rdma/efa-abi.h
831 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
832 M: Tom Lendacky <thomas.lendacky@amd.com>
833 L: linux-crypto@vger.kernel.org
835 F: drivers/crypto/ccp/
836 F: include/linux/ccp.h
839 M: Harry Wentland <harry.wentland@amd.com>
840 M: Leo Li <sunpeng.li@amd.com>
841 L: amd-gfx@lists.freedesktop.org
843 T: git git://people.freedesktop.org/~agd5f/linux
844 F: drivers/gpu/drm/amd/display/
847 M: Naveen Krishna Chatradhi <nchatrad@amd.com>
848 L: linux-hwmon@vger.kernel.org
850 F: Documentation/hwmon/amd_energy.rst
851 F: drivers/hwmon/amd_energy.c
853 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
854 M: Huang Rui <ray.huang@amd.com>
855 L: linux-hwmon@vger.kernel.org
857 F: Documentation/hwmon/fam15h_power.rst
858 F: drivers/hwmon/fam15h_power.c
861 M: Enrico Weigelt, metux IT consult <info@metux.net>
862 L: linux-gpio@vger.kernel.org
864 F: drivers/gpio/gpio-amd-fch.c
865 F: include/linux/platform_data/gpio/gpio-amd-fch.h
867 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
868 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
870 F: drivers/usb/gadget/udc/amd5536udc.*
872 AMD GEODE PROCESSOR/CHIPSET SUPPORT
873 M: Andres Salomon <dilinger@queued.net>
874 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
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/
883 M: Joerg Roedel <joro@8bytes.org>
884 L: iommu@lists.linux-foundation.org
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
891 M: Felix Kuehling <Felix.Kuehling@amd.com>
892 L: amd-gfx@lists.freedesktop.org
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
904 M: Sanjay R Mehta <sanju.mehta@amd.com>
906 F: drivers/spi/spi-amd.c
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
914 F: drivers/i2c/busses/i2c-amd-mp2*
917 M: Evan Quan <evan.quan@amd.com>
918 L: amd-gfx@lists.freedesktop.org
920 T: git git://people.freedesktop.org/~agd5f/linux
921 F: drivers/gpu/drm/amd/powerplay/
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>
928 F: arch/arm64/boot/dts/amd/
931 M: Tom Lendacky <thomas.lendacky@amd.com>
932 L: netdev@vger.kernel.org
934 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
935 F: drivers/net/ethernet/amd/xgbe/
937 ANALOG DEVICES INC AD5686 DRIVER
938 M: Michael Hennerich <Michael.Hennerich@analog.com>
939 L: linux-pm@vger.kernel.org
941 W: http://ez.analog.com/community/linux-device-drivers
942 F: drivers/iio/dac/ad5686*
943 F: drivers/iio/dac/ad5696*
945 ANALOG DEVICES INC AD5758 DRIVER
946 M: Michael Hennerich <Michael.Hennerich@analog.com>
947 L: linux-iio@vger.kernel.org
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
953 ANALOG DEVICES INC AD7091R5 DRIVER
954 M: Beniamin Bia <beniamin.bia@analog.com>
955 L: linux-iio@vger.kernel.org
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
961 ANALOG DEVICES INC AD7124 DRIVER
962 M: Michael Hennerich <Michael.Hennerich@analog.com>
963 L: linux-iio@vger.kernel.org
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
969 ANALOG DEVICES INC AD7192 DRIVER
970 M: Alexandru Tachici <alexandru.tachici@analog.com>
971 L: linux-iio@vger.kernel.org
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
977 ANALOG DEVICES INC AD7292 DRIVER
978 M: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
979 L: linux-iio@vger.kernel.org
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
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
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
994 ANALOG DEVICES INC AD7768-1 DRIVER
995 M: Michael Hennerich <Michael.Hennerich@analog.com>
996 L: linux-iio@vger.kernel.org
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
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
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
1011 ANALOG DEVICES INC AD9389B DRIVER
1012 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1013 L: linux-media@vger.kernel.org
1015 F: drivers/media/i2c/ad9389b*
1017 ANALOG DEVICES INC ADGS1408 DRIVER
1018 M: Mircea Caprioru <mircea.caprioru@analog.com>
1020 F: Documentation/devicetree/bindings/mux/adi,adgs1408.txt
1021 F: drivers/mux/adgs1408.c
1023 ANALOG DEVICES INC ADIN DRIVER
1024 M: Alexandru Ardelean <alexaundru.ardelean@analog.com>
1025 L: netdev@vger.kernel.org
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
1031 ANALOG DEVICES INC ADIS DRIVER LIBRARY
1032 M: Alexandru Ardelean <alexandru.ardelean@analog.com>
1033 L: linux-iio@vger.kernel.org
1035 F: drivers/iio/imu/adis.c
1036 F: include/linux/iio/imu/adis.h
1038 ANALOG DEVICES INC ADIS16460 DRIVER
1039 M: Dragos Bogdan <dragos.bogdan@analog.com>
1040 L: linux-iio@vger.kernel.org
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
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
1051 F: drivers/iio/imu/adis16475.c
1052 F: Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml
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
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
1063 ANALOG DEVICES INC ADP5061 DRIVER
1064 M: Michael Hennerich <Michael.Hennerich@analog.com>
1065 L: linux-pm@vger.kernel.org
1067 W: http://ez.analog.com/community/linux-device-drivers
1068 F: drivers/power/supply/adp5061.c
1070 ANALOG DEVICES INC ADV7180 DRIVER
1071 M: Lars-Peter Clausen <lars@metafoo.de>
1072 L: linux-media@vger.kernel.org
1074 W: http://ez.analog.com/community/linux-device-drivers
1075 F: drivers/media/i2c/adv7180.c
1077 ANALOG DEVICES INC ADV748X DRIVER
1078 M: Kieran Bingham <kieran.bingham@ideasonboard.com>
1079 L: linux-media@vger.kernel.org
1081 F: drivers/media/i2c/adv748x/*
1083 ANALOG DEVICES INC ADV7511 DRIVER
1084 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1085 L: linux-media@vger.kernel.org
1087 F: drivers/media/i2c/adv7511*
1089 ANALOG DEVICES INC ADV7604 DRIVER
1090 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1091 L: linux-media@vger.kernel.org
1093 F: drivers/media/i2c/adv7604*
1095 ANALOG DEVICES INC ADV7842 DRIVER
1096 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1097 L: linux-media@vger.kernel.org
1099 F: drivers/media/i2c/adv7842*
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)
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*
1115 ANALOG DEVICES INC DMA DRIVERS
1116 M: Lars-Peter Clausen <lars@metafoo.de>
1118 W: http://ez.analog.com/community/linux-device-drivers
1119 F: drivers/dma/dma-axi-dmac.c
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
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
1130 ANALOG DEVICES INC IIO DRIVERS
1131 M: Lars-Peter Clausen <lars@metafoo.de>
1132 M: Michael Hennerich <Michael.Hennerich@analog.com>
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*
1143 ANALOGBITS PLL LIBRARIES
1144 M: Paul Walmsley <paul.walmsley@sifive.com>
1146 F: drivers/clk/analogbits/*
1147 F: include/linux/clk/analogbits*
1150 M: Nick Hu <nickhu@andestech.com>
1151 M: Greentime Hu <green.hu@gmail.com>
1152 M: Vincent Chen <deanbo422@gmail.com>
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/
1161 ANDROID CONFIG FRAGMENTS
1162 M: Rob Herring <robh@kernel.org>
1164 F: kernel/configs/android*
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
1175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1177 F: drivers/staging/android/
1179 ANDROID GOLDFISH PIC DRIVER
1180 M: Miodrag Dinic <miodrag.dinic@mips.com>
1182 F: Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
1183 F: drivers/irqchip/irq-goldfish-pic.c
1185 ANDROID GOLDFISH RTC DRIVER
1186 M: Miodrag Dinic <miodrag.dinic@mips.com>
1188 F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
1189 F: drivers/rtc/rtc-goldfish.c
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)
1198 F: drivers/staging/android/ion
1199 F: drivers/staging/android/uapi/ion.h
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)
1208 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
1209 M: William Breathitt Gray <vilhelm.gray@gmail.com>
1210 L: linux-iio@vger.kernel.org
1212 F: drivers/iio/adc/stx104.c
1215 M: Jiri Kosina <jikos@kernel.org>
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
1223 APPARMOR SECURITY MODULE
1224 M: John Johansen <john.johansen@canonical.com>
1225 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
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/
1232 APPLE BCM5974 MULTITOUCH DRIVER
1233 M: Henrik Rydberg <rydberg@bitmath.org>
1234 L: linux-input@vger.kernel.org
1236 F: drivers/input/mouse/bcm5974.c
1239 M: Henrik Rydberg <rydberg@bitmath.org>
1240 L: linux-hwmon@vger.kernel.org
1242 F: drivers/hwmon/applesmc.c
1244 APPLETALK NETWORK LAYER
1245 L: netdev@vger.kernel.org
1247 F: drivers/net/appletalk/
1248 F: include/linux/atalk.h
1249 F: include/uapi/linux/atalk.h
1252 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1253 M: Khuong Dinh <khuong@os.amperecomputing.com>
1255 F: arch/arm64/boot/dts/apm/
1257 APPLIED MICRO (APM) X-GENE SOC EDAC
1258 M: Khuong Dinh <khuong@os.amperecomputing.com>
1260 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1261 F: drivers/edac/xgene_edac.c
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>
1267 F: drivers/net/ethernet/apm/xgene-v2/
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>
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
1279 APPLIED MICRO (APM) X-GENE SOC PMU
1280 M: Khuong Dinh <khuong@os.amperecomputing.com>
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
1286 APTINA CAMERA SENSOR PLL
1287 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1288 L: linux-media@vger.kernel.org
1290 F: drivers/media/i2c/aptina-pll.*
1292 AQUANTIA ETHERNET DRIVER (atlantic)
1293 M: Igor Russkikh <irusskikh@marvell.com>
1294 L: netdev@vger.kernel.org
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/
1301 AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM
1302 M: Egor Pomozov <epomozov@marvell.com>
1303 L: netdev@vger.kernel.org
1305 W: http://www.aquantia.com
1306 F: drivers/net/ethernet/aquantia/atlantic/aq_ptp*
1308 ARASAN NAND CONTROLLER DRIVER
1309 M: Naga Sureshkumar Relli <nagasure@xilinx.com>
1310 L: linux-mtd@lists.infradead.org
1312 F: Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
1313 F: drivers/mtd/nand/raw/arasan-nand-controller.c
1315 ARC FRAMEBUFFER DRIVER
1316 M: Jaya Kumar <jayalk@intworks.biz>
1318 F: drivers/video/fbdev/arcfb.c
1319 F: drivers/video/fbdev/core/fb_defio.c
1322 M: Alexey Brodkin <abrodkin@synopsys.com>
1324 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
1325 F: drivers/gpu/drm/arc/
1327 ARCNET NETWORK LAYER
1328 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
1329 L: netdev@vger.kernel.org
1331 F: drivers/net/arcnet/
1332 F: include/uapi/linux/if_arcnet.h
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)
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
1343 ARM HDLCD DRM DRIVER
1344 M: Liviu Dudau <liviu.dudau@arm.com>
1346 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
1347 F: drivers/gpu/drm/arm/hdlcd_*
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)
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/
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>
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/
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
1396 T: git git://anongit.freedesktop.org/drm/drm-misc
1397 F: drivers/gpu/drm/panfrost/
1398 F: include/uapi/drm/panfrost_drm.h
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>
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/
1410 ARM MFM AND FLOPPY DRIVERS
1411 M: Ian Molton <spyro@f2s.com>
1413 F: arch/arm/include/asm/floppy.h
1414 F: arch/arm/mach-rpc/floppydma.S
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)
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
1429 F: include/linux/perf/arm_pmu.h
1432 M: Russell King <linux@armlinux.org.uk>
1433 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 W: http://www.armlinux.org.uk/
1436 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
1438 X: arch/arm/boot/dts/
1440 ARM PRIMECELL AACI PL041 DRIVER
1441 M: Russell King <linux@armlinux.org.uk>
1445 ARM PRIMECELL BUS SUPPORT
1446 M: Russell King <linux@armlinux.org.uk>
1449 F: include/linux/amba/bus.h
1451 ARM PRIMECELL KMI PL050 DRIVER
1452 M: Russell King <linux@armlinux.org.uk>
1454 F: drivers/input/serio/ambakmi.*
1455 F: include/linux/amba/kmi.h
1457 ARM PRIMECELL MMCI PL180/1 DRIVER
1458 M: Russell King <linux@armlinux.org.uk>
1460 F: drivers/mmc/host/mmci.*
1461 F: include/linux/amba/mmci.h
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)
1467 F: Documentation/devicetree/bindings/spi/spi-pl022.yaml
1468 F: drivers/spi/spi-pl022.c
1470 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1471 M: Russell King <linux@armlinux.org.uk>
1473 F: drivers/tty/serial/amba-pl01*.c
1474 F: include/linux/amba/serial.h
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)
1480 F: Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1481 F: drivers/irqchip/irq-vic.c
1483 ARM SMC WATCHDOG DRIVER
1484 M: Julius Werner <jwerner@chromium.org>
1485 R: Evan Benn <evanbenn@chromium.org>
1487 F: devicetree/bindings/watchdog/arm-smc-wdt.yaml
1488 F: drivers/watchdog/arm_smc_wdt.c
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)
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
1500 ARM SUB-ARCHITECTURES
1501 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
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)
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/
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)
1539 ARM/AFEB9260 MACHINE SUPPORT
1540 M: Sergey Lapin <slapin@ossfans.org>
1541 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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)
1549 ARM/Allwinner SoC Clock Support
1550 M: Emilio López <emilio@elopez.com.ar>
1552 F: drivers/clk/sunxi/
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)
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/
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
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*
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
1583 F: Documentation/devicetree/bindings/crypto/amlogic*
1584 F: drivers/crypto/amlogic/
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)
1590 F: Documentation/devicetree/bindings/sound/amlogic*
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
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/
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)
1613 F: arch/arm/boot/dts/alpine*
1614 F: arch/arm/mach-alpine/
1615 F: arch/arm64/boot/dts/al/
1616 F: drivers/*/*alpine*
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
1623 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1624 F: arch/arm/boot/dts/artpec6*
1625 F: arch/arm/mach-artpec
1627 F: drivers/crypto/axis
1628 F: drivers/mmc/host/usdhi6rol0.c
1629 F: drivers/pinctrl/pinctrl-artpec*
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)
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
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)
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/
1655 ARM/BITMAIN ARCHITECTURE
1656 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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
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)
1670 F: arch/arm/boot/dts/ecx-*.dts*
1671 F: arch/arm/boot/dts/highbank.dts
1672 F: arch/arm/mach-highbank/
1674 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1675 M: Krzysztof Halasa <khalasa@piap.pl>
1677 F: arch/arm/mach-cns3xxx/
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)
1684 F: drivers/net/ethernet/cavium/thunder/
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)
1690 F: arch/arm/mach-ep93xx/ts72xx.c
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)
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)
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)
1708 F: arch/arm/mach-ep93xx/
1709 F: arch/arm/mach-ep93xx/include/mach/
1712 M: Russell King <linux@armlinux.org.uk>
1713 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1715 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1716 F: drivers/clk/clkdev.c
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)
1722 F: arch/arm/boot/dts/cx92755*
1725 ARM/CONTEC MICRO9 MACHINE SUPPORT
1726 M: Hubert Feurstein <hubert.feurstein@contec.at>
1728 F: arch/arm/mach-ep93xx/micro9.c
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)
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.*
1750 ARM/CORGI MACHINE SUPPORT
1751 M: Richard Purdie <rpurdie@rpsys.net>
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)
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
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)
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
1782 ARM/CZ.NIC TURRIS MOX SUPPORT
1783 M: Marek Behun <marek.behun@nic.cz>
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
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)
1801 W: http://www.armlinux.org.uk/
1802 F: arch/arm/mach-ebsa110/
1803 F: drivers/net/ethernet/amd/am79c961a.*
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)
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)
1816 F: arch/arm/mach-pxa/ezx.c
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)
1822 T: git git://git.berlios.de/gemini-board
1823 F: arch/arm/mm/*-fa*
1825 ARM/FOOTBRIDGE ARCHITECTURE
1826 M: Russell King <linux@armlinux.org.uk>
1827 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 W: http://www.armlinux.org.uk/
1830 F: arch/arm/include/asm/hardware/dec21285.h
1831 F: arch/arm/mach-footbridge/
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)
1841 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1842 X: drivers/media/i2c/
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)
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-*
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)
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*
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)
1872 ARM/GUMSTIX MACHINE SUPPORT
1873 M: Steve Sakoman <sakoman@gmail.com>
1874 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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)
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
1886 ARM/HISILICON SOC SUPPORT
1887 M: Wei Xu <xuwei5@hisilicon.com>
1888 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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/
1898 ARM/HP JORNADA 7XX MACHINE SUPPORT
1899 M: Kristoffer Ericson <kristoffer.ericson@gmail.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
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)
1912 F: arch/arm/boot/dts/omap3-igep*
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)
1918 F: arch/arm/mach-pxa/colibri-pxa270-income.c
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)
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)
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)
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)
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
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)
1956 F: arch/arm/mach-pxa/stargate2.c
1957 F: drivers/pcmcia/pxa2xx_stargate2.c
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)
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)
1969 ARM/LG1K ARCHITECTURE
1970 M: Chanho Min <chanho.min@lge.com>
1971 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1973 F: arch/arm64/boot/dts/lg/
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)
1980 ARM/LPC18XX ARCHITECTURE
1981 M: Vladimir Zapolskiy <vz@mleia.com>
1982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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
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)
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
2007 ARM/MAGICIAN MACHINE SUPPORT
2008 M: Philipp Zabel <philipp.zabel@gmail.com>
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)
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/
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)
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
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)
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
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)
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/
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)
2084 F: Documentation/devicetree/bindings/phy/phy-mtk-*
2085 F: drivers/phy/mediatek/
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)
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/
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)
2113 F: arch/arm/mach-pxa/mioa701.c
2115 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
2116 M: Michael Petchkovsky <mkpetch@internode.on.net>
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)
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
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)
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/
2172 F: drivers/*/*/*npcm*
2173 F: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
2175 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
2176 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
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
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)
2186 W: http://www.digriz.org.uk/ts78xx/kernel
2187 F: arch/arm/mach-orion5x/ts78xx-*
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)
2194 F: arch/arm/boot/dts/ox8*.dts*
2195 F: arch/arm/mach-oxnas/
2196 F: drivers/power/reset/oxnas-restart.c
2199 ARM/PALM TREO SUPPORT
2200 M: Tomas Cech <sleep_walker@suse.com>
2201 L: linux-arm-kernel@lists.infradead.org
2203 W: http://hackndev.com
2204 F: arch/arm/mach-pxa/palmtreo.*
2206 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
2207 M: Marek Vasut <marek.vasut@gmail.com>
2208 L: linux-arm-kernel@lists.infradead.org
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
2221 M: Sergey Lapin <slapin@ossfans.org>
2222 L: linux-arm-kernel@lists.infradead.org
2224 W: http://hackndev.com
2225 F: arch/arm/mach-pxa/palmz72.*
2228 M: Peter Chubb <pleb@gelato.unsw.edu.au>
2230 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
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)
2236 W: http://www.armlinux.org.uk/
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
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???-*
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*
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)
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)
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
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)
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/
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
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/
2321 ARM/RISCPC ARCHITECTURE
2322 M: Russell King <linux@armlinux.org.uk>
2323 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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/
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
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/
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)
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/
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)
2388 F: arch/arm/mach-s5pv210/
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
2397 F: drivers/media/platform/s5p-g2d/
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
2404 F: Documentation/devicetree/bindings/media/s5p-cec.txt
2405 F: drivers/media/platform/s5p-cec/
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
2414 F: drivers/media/platform/s5p-jpeg/
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
2424 F: drivers/media/platform/s5p-mfc/
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
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/
2447 ARM/SOCFPGA ARCHITECTURE
2448 M: Dinh Nguyen <dinguyen@kernel.org>
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/
2458 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2459 M: Dinh Nguyen <dinguyen@kernel.org>
2461 F: drivers/clk/socfpga/
2463 ARM/SOCFPGA EDAC SUPPORT
2464 M: Thor Thayer <thor.thayer@linux.intel.com>
2466 F: drivers/edac/altera_edac.
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>
2473 F: arch/arm64/boot/dts/sprd
2478 ARM/STI ARCHITECTURE
2479 M: Patrice Chotard <patrice.chotard@st.com>
2480 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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
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)
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
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)
2528 F: arch/arm/boot/dts/berlin*
2529 F: arch/arm/mach-berlin/
2530 F: arch/arm64/boot/dts/synaptics/
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
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)
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
2549 F: Documentation/devicetree/bindings/media/tegra-cec.txt
2550 F: drivers/media/platform/tegra-cec/
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)
2557 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2558 M: Santosh Shilimkar <ssantosh@kernel.org>
2559 L: linux-kernel@vger.kernel.org
2561 F: drivers/memory/*emif*
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)
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/
2571 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2572 M: Santosh Shilimkar <ssantosh@kernel.org>
2573 L: linux-kernel@vger.kernel.org
2575 F: drivers/clk/keystone/
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
2582 F: drivers/clocksource/timer-keystone.c
2584 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2585 M: Santosh Shilimkar <ssantosh@kernel.org>
2586 L: linux-kernel@vger.kernel.org
2588 F: drivers/power/reset/keystone-reset.c
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)
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
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)
2605 ARM/TOSA MACHINE SUPPORT
2606 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2607 M: Dirk Opfer <dirk@opfer-online.de>
2610 ARM/UNIPHIER ARCHITECTURE
2611 M: Masahiro Yamada <yamada.masahiro@socionext.com>
2612 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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
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)
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
2651 M: Russell King <linux@armlinux.org.uk>
2652 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2654 W: http://www.armlinux.org.uk/
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)
2661 F: arch/arm/mach-pxa/include/mach/vpac270.h
2662 F: arch/arm/mach-pxa/vpac270.c
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)
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.*
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)
2686 F: arch/arm/mach-pxa/include/mach/z2.h
2687 F: arch/arm/mach-pxa/z2.c
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)
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/
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/
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
2723 ARM/ZYNQ ARCHITECTURE
2724 M: Michal Simek <michal.simek@xilinx.com>
2725 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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
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)
2747 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2748 F: Documentation/arm64/
2750 F: tools/testing/selftests/arm64/
2751 X: arch/arm64/boot/dts/
2753 AS3645A LED FLASH CONTROLLER DRIVER
2754 M: Sakari Ailus <sakari.ailus@iki.fi>
2755 L: linux-leds@vger.kernel.org
2757 F: drivers/leds/leds-as3645a.c
2759 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2760 M: Tianshu Qiu <tian.shu.qiu@intel.com>
2761 L: linux-media@vger.kernel.org
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
2767 ASAHI KASEI AK8974 DRIVER
2768 M: Linus Walleij <linus.walleij@linaro.org>
2769 L: linux-iio@vger.kernel.org
2771 W: http://www.akm.com/
2772 F: drivers/iio/magnetometer/ak8974.c
2774 ASC7621 HARDWARE MONITOR DRIVER
2775 M: George Joseph <george.joseph@fairview5.com>
2776 L: linux-hwmon@vger.kernel.org
2778 F: Documentation/hwmon/asc7621.rst
2779 F: drivers/hwmon/asc7621.c
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
2787 F: Documentation/devicetree/bindings/pinctrl/aspeed,*
2788 F: drivers/pinctrl/aspeed/
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)
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
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)
2803 F: Documentation/devicetree/bindings/media/aspeed-video.txt
2804 F: drivers/media/platform/aspeed-video.c
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
2811 W: http://acpi4asus.sf.net
2812 F: drivers/platform/x86/asus*.c
2813 F: drivers/platform/x86/eeepc*.c
2815 ASUS WIRELESS RADIO CONTROL DRIVER
2816 M: João Paulo Rechi Vita <jprvita@gmail.com>
2817 L: platform-driver-x86@vger.kernel.org
2819 F: drivers/platform/x86/asus-wireless.c
2822 M: David Howells <dhowells@redhat.com>
2823 L: keyrings@vger.kernel.org
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
2831 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2832 R: Dan Williams <dan.j.williams@intel.com>
2834 W: http://sourceforge.net/projects/xscaleiop
2835 F: Documentation/crypto/async-tx-api.txt
2838 F: include/linux/async_tx.h
2839 F: include/linux/dmaengine.h
2842 M: Bartosz Golaszewski <bgolaszewski@baylibre.com>
2843 L: linux-i2c@vger.kernel.org
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
2849 ATA OVER ETHERNET (AOE) DRIVER
2850 M: "Justin Sanders" <justin@coraid.com>
2852 W: http://www.openaoe.org/
2853 F: Documentation/admin-guide/aoe/
2854 F: drivers/block/aoe/
2856 ATHEROS 71XX/9XXX GPIO DRIVER
2857 M: Alban Bedel <albeu@free.fr>
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
2864 ATHEROS 71XX/9XXX USB PHY DRIVER
2865 M: Alban Bedel <albeu@free.fr>
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
2872 ATHEROS ATH GENERIC UTILITIES
2873 M: Kalle Valo <kvalo@codeaurora.org>
2874 L: linux-wireless@vger.kernel.org
2876 F: drivers/net/wireless/ath/*
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
2884 W: https://wireless.wiki.kernel.org/en/users/Drivers/ath5k
2885 F: drivers/net/wireless/ath/ath5k/
2887 ATHEROS ATH6KL WIRELESS DRIVER
2888 M: Kalle Valo <kvalo@codeaurora.org>
2889 L: linux-wireless@vger.kernel.org
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/
2896 M: Ville Syrjala <syrjala@sci.fi>
2898 F: drivers/input/misc/ati_remote2.c
2900 ATK0110 HWMON DRIVER
2901 M: Luca Tettamanti <kronos.it@gmail.com>
2902 L: linux-hwmon@vger.kernel.org
2904 F: drivers/hwmon/asus_atk0110.c
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
2911 W: http://sourceforge.net/projects/atl1
2912 W: http://atl1.sourceforge.net
2913 F: drivers/net/ethernet/atheros/
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
2920 W: http://linux-atm.sourceforge.net
2922 F: include/linux/atm*
2923 F: include/uapi/linux/atm*
2925 ATMEL MACB ETHERNET DRIVER
2926 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2927 M: Claudiu Beznea <claudiu.beznea@microchip.com>
2929 F: drivers/net/ethernet/cadence/
2931 ATMEL MAXTOUCH DRIVER
2932 M: Nick Dyer <nick@shmanahar.org>
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
2938 ATMEL WIRELESS DRIVER
2939 M: Simon Kelley <simon@thekelleys.org.uk>
2940 L: linux-wireless@vger.kernel.org
2942 W: http://www.thekelleys.org.uk/atmel
2943 W: http://atmelwlandriver.sourceforge.net/
2944 F: drivers/net/wireless/atmel/atmel*
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
2952 F: arch/*/include/asm/atomic*.h
2953 F: include/*/atomic*.h
2956 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2957 M: Bradley Grove <linuxdrivers@attotech.com>
2958 L: linux-scsi@vger.kernel.org
2960 W: http://www.attotech.com
2961 F: drivers/scsi/esas2r
2963 ATUSB IEEE 802.15.4 RADIO DRIVER
2964 M: Stefan Schmidt <stefan@datenfreihafen.org>
2965 L: linux-wpan@vger.kernel.org
2967 F: drivers/net/ieee802154/at86rf230.h
2968 F: drivers/net/ieee802154/atusb.c
2969 F: drivers/net/ieee802154/atusb.h
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)
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
2982 AUXILIARY DISPLAY DRIVERS
2983 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2985 F: drivers/auxdisplay/
2986 F: include/linux/cfag12864b.h
2988 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2989 M: Andreas Klinger <ak@it-klinger.de>
2990 L: linux-iio@vger.kernel.org
2992 F: Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
2993 F: drivers/iio/adc/hx711.c
2996 M: Ralf Baechle <ralf@linux-mips.org>
2997 L: linux-hams@vger.kernel.org
2999 W: http://www.linux-ax25.org/
3000 F: include/net/ax25.h
3001 F: include/uapi/linux/ax25.h
3005 M: Peter Rosin <peda@axentia.se>
3006 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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
3013 AXENTIA ASOC DRIVERS
3014 M: Peter Rosin <peda@axentia.se>
3015 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3017 F: Documentation/devicetree/bindings/sound/axentia,*
3018 F: sound/soc/atmel/tse850-pcm5142.c
3020 AXI-FAN-CONTROL HARDWARE MONITOR DRIVER
3021 M: Nuno Sá <nuno.sa@analog.com>
3022 L: linux-hwmon@vger.kernel.org
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
3028 AXXIA I2C CONTROLLER
3029 M: Krzysztof Adamski <krzysztof.adamski@nokia.com>
3030 L: linux-i2c@vger.kernel.org
3032 F: Documentation/devicetree/bindings/i2c/i2c-axxia.txt
3033 F: drivers/i2c/busses/i2c-axxia.c
3036 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3037 L: linux-media@vger.kernel.org
3039 W: https://linuxtv.org
3040 T: git git://linuxtv.org/media_tree.git
3041 F: drivers/media/usb/dvb-usb-v2/az6007.c
3043 AZTECH FM RADIO RECEIVER DRIVER
3044 M: Hans Verkuil <hverkuil@xs4all.nl>
3045 L: linux-media@vger.kernel.org
3047 W: https://linuxtv.org
3048 T: git git://linuxtv.org/media_tree.git
3049 F: drivers/media/radio/radio-aztech*
3052 L: linux-wireless@vger.kernel.org
3053 L: b43-dev@lists.infradead.org
3055 W: https://wireless.wiki.kernel.org/en/users/Drivers/b43
3056 F: drivers/net/wireless/broadcom/b43/
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
3063 W: https://wireless.wiki.kernel.org/en/users/Drivers/b43
3064 F: drivers/net/wireless/broadcom/b43legacy/
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
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
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)
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
3099 BAYCOM/HDLCDRV DRIVERS FOR AX.25
3100 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
3101 L: linux-hams@vger.kernel.org
3103 W: http://www.baycom.org/~tom/ham/ham.html
3104 F: drivers/net/hamradio/baycom*
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
3111 W: http://bcache.evilpiepirate.org
3112 C: irc://irc.oftc.net/bcache
3113 F: drivers/md/bcache/
3115 BDISP ST MEDIA DRIVER
3116 M: Fabien Dessenne <fabien.dessenne@st.com>
3117 L: linux-media@vger.kernel.org
3119 W: https://linuxtv.org
3120 T: git git://linuxtv.org/media_tree.git
3121 F: drivers/media/platform/sti/bdisp
3123 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
3124 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
3125 L: netdev@vger.kernel.org
3127 F: drivers/net/ethernet/ec_bhf.c
3130 M: Luis de Bethencourt <luisbg@kernel.org>
3131 M: Salah Triki <salah.triki@gmail.com>
3133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
3134 F: Documentation/filesystems/befs.rst
3138 M: Paolo Valente <paolo.valente@linaro.org>
3139 M: Jens Axboe <axboe@kernel.dk>
3140 L: linux-block@vger.kernel.org
3142 F: Documentation/block/bfq-iosched.rst
3146 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
3148 F: Documentation/filesystems/bfs.rst
3150 F: include/uapi/linux/bfs_fs.h
3152 BLINKM RGB LED DRIVER
3153 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
3155 F: drivers/leds/leds-blinkm.c
3158 M: Jens Axboe <axboe@kernel.dk>
3159 L: linux-block@vger.kernel.org
3161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
3164 F: kernel/trace/blktrace.c
3168 M: Joern Engel <joern@lazybastard.org>
3169 L: linux-mtd@lists.infradead.org
3171 F: drivers/mtd/devices/block2mtd.c
3174 M: Marcel Holtmann <marcel@holtmann.org>
3175 M: Johan Hedberg <johan.hedberg@gmail.com>
3176 L: linux-bluetooth@vger.kernel.org
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/
3184 M: Marcel Holtmann <marcel@holtmann.org>
3185 M: Johan Hedberg <johan.hedberg@gmail.com>
3186 L: linux-bluetooth@vger.kernel.org
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/
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
3200 W: http://sourceforge.net/projects/bonding/
3201 F: drivers/net/bonding/
3202 F: include/uapi/linux/if_bonding.h
3204 BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER
3205 M: Dan Robertson <dan@dlrobertson.com>
3206 L: linux-iio@vger.kernel.org
3208 F: Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml
3209 F: drivers/iio/accel/bma400*
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
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
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
3235 F: kernel/trace/bpf_trace.c
3238 F: net/core/filter.c
3239 F: net/sched/act_bpf.c
3240 F: net/sched/cls_bpf.c
3244 F: tools/testing/selftests/bpf/
3249 M: Shubham Bansal <illusionist.neo@gmail.com>
3250 L: netdev@vger.kernel.org
3251 L: bpf@vger.kernel.org
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
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
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
3276 F: drivers/net/ethernet/netronome/nfp/bpf/
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
3284 F: arch/powerpc/net/
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
3293 X: arch/riscv/net/bpf_jit_comp64.c
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
3301 X: arch/riscv/net/bpf_jit_comp32.c
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
3311 X: arch/s390/net/pnet.c
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
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
3325 F: arch/x86/net/bpf_jit_comp32.c
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
3334 X: arch/x86/net/bpf_jit_comp32.c
3336 BROADCOM B44 10/100 ETHERNET DRIVER
3337 M: Michael Chan <michael.chan@broadcom.com>
3338 L: netdev@vger.kernel.org
3340 F: drivers/net/ethernet/broadcom/b44.*
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)
3347 F: drivers/net/dsa/b53/*
3348 F: include/linux/platform_data/b53.h
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)
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
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
3369 T: git git://github.com/broadcom/mach-bcm
3370 F: arch/arm/mach-bcm/
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
3381 F: Documentation/devicetree/bindings/mips/brcm/
3382 F: arch/mips/bcm47xx/*
3383 F: arch/mips/include/asm/mach-bcm47xx/*
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
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
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
3401 F: arch/arm/boot/dts/bcm47189*
3402 F: arch/arm/boot/dts/bcm53573*
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)
3409 T: git git://github.com/broadcom/stblinux.git
3412 BROADCOM BCM63XX/BCM33XX UDC DRIVER
3413 M: Kevin Cernekee <cernekee@gmail.com>
3414 L: linux-usb@vger.kernel.org
3416 F: drivers/usb/gadget/udc/bcm63xx_udc.*
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)
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
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
3438 F: drivers/cpufreq/bmips-cpufreq.c
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
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
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
3461 F: drivers/net/ethernet/broadcom/bnx2.*
3462 F: drivers/net/ethernet/broadcom/bnx2_*
3464 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3465 M: QLogic-Storage-Upstream@qlogic.com
3466 L: linux-scsi@vger.kernel.org
3468 F: drivers/scsi/bnx2fc/
3470 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3471 M: QLogic-Storage-Upstream@qlogic.com
3472 L: linux-scsi@vger.kernel.org
3474 F: drivers/scsi/bnx2i/
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
3482 F: drivers/net/ethernet/broadcom/bnx2x/
3484 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
3485 M: Michael Chan <michael.chan@broadcom.com>
3486 L: netdev@vger.kernel.org
3488 F: drivers/net/ethernet/broadcom/bnxt/
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
3500 F: drivers/net/wireless/broadcom/brcm80211/
3502 BROADCOM BRCMSTB GPIO DRIVER
3503 M: Gregory Fong <gregory.0xf0@gmail.com>
3504 L: bcm-kernel-feedback-list@broadcom.com
3506 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3507 F: drivers/gpio/gpio-brcmstb.c
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
3514 F: Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml
3515 F: drivers/i2c/busses/i2c-brcmstb.c
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
3522 F: Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml
3523 F: drivers/usb/host/ehci-brcm.*
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
3530 F: drivers/phy/broadcom/phy-brcm-usb*
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
3538 F: drivers/net/ethernet/broadcom/genet/
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)
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*
3569 BROADCOM KONA GPIO DRIVER
3570 M: Ray Jui <rjui@broadcom.com>
3571 L: bcm-kernel-feedback-list@broadcom.com
3573 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3574 F: drivers/gpio/gpio-bcm-kona.c
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
3583 W: http://www.broadcom.com
3584 F: drivers/infiniband/hw/bnxt_re/
3585 F: include/uapi/rdma/bnxt_re-abi.h
3587 BROADCOM NVRAM DRIVER
3588 M: Rafał Miłecki <zajec5@gmail.com>
3589 L: linux-mips@vger.kernel.org
3591 F: drivers/firmware/broadcom/*
3593 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3594 M: Rafał Miłecki <zajec5@gmail.com>
3595 L: linux-wireless@vger.kernel.org
3598 F: include/linux/bcma/
3601 M: Kamal Dasu <kdasu.kdev@gmail.com>
3602 M: bcm-kernel-feedback-list@broadcom.com
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
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
3614 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3615 F: drivers/cpufreq/brcmstb*
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
3622 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3623 F: drivers/thermal/broadcom/brcmstb*
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)
3630 F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3631 F: drivers/memory/brcmstb_dpfe.c
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
3639 F: drivers/mtd/nand/raw/brcmnand/
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
3646 F: drivers/net/ethernet/broadcom/bcmsysport.*
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
3654 F: drivers/net/ethernet/broadcom/tg3.*
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
3661 F: drivers/scsi/bfa/
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
3669 F: drivers/net/ethernet/brocade/bna/
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
3676 F: include/linux/bsg.h
3677 F: include/uapi/linux/bsg.h
3680 M: Clemens Ladisch <clemens@ladisch.de>
3681 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
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
3688 M: Michael Buesch <m@bues.ch>
3690 W: http://bu3sch.de/btgpio.php
3691 F: drivers/gpio/gpio-bt8xx.c
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
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
3704 F: include/linux/btrfs*
3705 F: include/uapi/linux/btrfs*
3707 BTTV VIDEO4LINUX DRIVER
3708 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3709 L: linux-media@vger.kernel.org
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*
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
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
3725 BUSLOGIC SCSI DRIVER
3726 M: Khalid Aziz <khalid@gonehiking.org>
3727 L: linux-scsi@vger.kernel.org
3729 F: drivers/scsi/BusLogic.*
3730 F: drivers/scsi/FlashPoint.*
3732 C-MEDIA CMI8788 DRIVER
3733 M: Clemens Ladisch <clemens@ladisch.de>
3734 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3736 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
3737 F: sound/pci/oxygen/
3740 M: Guo Ren <guoren@kernel.org>
3741 L: linux-csky@vger.kernel.org
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,*
3748 F: drivers/clocksource/timer-gx6605s.c
3749 F: drivers/clocksource/timer-mp-csky.c
3750 F: drivers/irqchip/irq-csky-*
3755 M: Mark Salter <msalter@redhat.com>
3756 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3757 L: linux-c6x-dev@linux-c6x.org
3759 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3762 CA8210 IEEE-802.15.4 RADIO DRIVER
3763 M: Harry Morris <h.morris@cascoda.com>
3764 L: linux-wpan@vger.kernel.org
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
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)
3774 F: Documentation/filesystems/caching/cachefiles.rst
3777 CADENCE MIPI-CSI2 BRIDGES
3778 M: Maxime Ripard <mripard@kernel.org>
3779 L: linux-media@vger.kernel.org
3781 F: Documentation/devicetree/bindings/media/cdns,*.txt
3782 F: drivers/media/platform/cadence/cdns-csi2*
3785 L: linux-mtd@lists.infradead.org
3787 F: Documentation/devicetree/bindings/mtd/cadence-nand-controller.txt
3788 F: drivers/mtd/nand/raw/cadence-nand-controller.c
3790 CADET FM/AM RADIO RECEIVER DRIVER
3791 M: Hans Verkuil <hverkuil@xs4all.nl>
3792 L: linux-media@vger.kernel.org
3794 W: https://linuxtv.org
3795 T: git git://linuxtv.org/media_tree.git
3796 F: drivers/media/radio/radio-cadet*
3798 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3799 M: Jonathan Corbet <corbet@lwn.net>
3800 L: linux-media@vger.kernel.org
3802 T: git git://linuxtv.org/media_tree.git
3803 F: Documentation/admin-guide/media/cafe_ccic*
3804 F: drivers/media/platform/marvell-ccic/
3807 L: netdev@vger.kernel.org
3809 F: Documentation/networking/caif/
3810 F: drivers/net/caif/
3811 F: include/net/caif/
3812 F: include/uapi/linux/caif/
3816 M: Toke Høiland-Jørgensen <toke@toke.dk>
3817 L: cake@lists.bufferbloat.net (moderated for non-subscribers)
3819 F: net/sched/sch_cake.c
3822 M: Wolfgang Grandegger <wg@grandegger.com>
3823 M: Marc Kleine-Budde <mkl@pengutronix.de>
3824 L: linux-can@vger.kernel.org
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/
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
3840 M: Oliver Hartkopp <socketcan@hartkopp.net>
3841 M: Marc Kleine-Budde <mkl@pengutronix.de>
3842 L: linux-can@vger.kernel.org
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
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
3863 F: Documentation/networking/j1939.rst
3864 F: include/uapi/linux/can/j1939.h
3868 M: Serge Hallyn <serge@hallyn.com>
3869 L: linux-security-module@vger.kernel.org
3871 F: include/linux/capability.h
3872 F: include/uapi/linux/capability.h
3873 F: kernel/capability.c
3874 F: security/commoncap.c
3876 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3877 M: Kevin Tsai <ktsai@capellamicro.com>
3879 F: drivers/iio/light/cm*
3881 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3882 M: Christian Lamparter <chunkeey@googlemail.com>
3883 L: linux-wireless@vger.kernel.org
3885 W: https://wireless.wiki.kernel.org/en/users/Drivers/carl9170
3886 F: drivers/net/wireless/ath/carl9170/
3889 M: Robert Richter <rrichter@marvell.com>
3891 W: http://www.marvell.com
3892 F: drivers/i2c/busses/i2c-octeon*
3893 F: drivers/i2c/busses/i2c-thunderx*
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
3901 W: http://www.marvell.com
3902 F: drivers/net/ethernet/cavium/liquidio/
3905 M: Robert Richter <rrichter@marvell.com>
3907 W: http://www.marvell.com
3908 F: drivers/mmc/host/cavium*
3910 CAVIUM OCTEON-TX CRYPTO DRIVER
3911 M: George Cherian <gcherian@marvell.com>
3912 L: linux-crypto@vger.kernel.org
3914 W: http://www.marvell.com
3915 F: drivers/crypto/cavium/cpt/
3917 CAVIUM THUNDERX2 ARM64 SOC
3918 M: Robert Richter <rrichter@marvell.com>
3919 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3921 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3922 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3924 CC2520 IEEE-802.15.4 RADIO DRIVER
3925 M: Varka Bhadram <varkabhadram@gmail.com>
3926 L: linux-wpan@vger.kernel.org
3928 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3929 F: drivers/net/ieee802154/cc2520.c
3930 F: include/linux/spi/cc2520.h
3932 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3933 M: Gilad Ben-Yossef <gilad@benyossef.com>
3934 L: linux-crypto@vger.kernel.org
3936 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3937 F: drivers/crypto/ccree/
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
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
3949 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
3950 L: linux-media@vger.kernel.org
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
3966 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
3967 L: linux-media@vger.kernel.org
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/
3974 CELL BROADBAND ENGINE ARCHITECTURE
3975 M: Arnd Bergmann <arnd@arndb.de>
3976 L: linuxppc-dev@lists.ozlabs.org
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/
3985 CELLWISE CW2015 BATTERY DRIVER
3986 M: Tobias Schrammm <t.schramm@manjaro.org>
3988 F: Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml
3989 F: drivers/power/supply/cw2015_battery.c
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
3997 T: git git://github.com/ceph/ceph-client.git
3998 F: include/linux/ceph/
3999 F: include/linux/crush/
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
4008 T: git git://github.com/ceph/ceph-client.git
4009 F: Documentation/filesystems/ceph.rst
4012 CERTIFICATE HANDLING
4013 M: David Howells <dhowells@redhat.com>
4014 M: David Woodhouse <dwmw2@infradead.org>
4015 L: keyrings@vger.kernel.org
4017 F: Documentation/admin-guide/module-signing.rst
4019 F: scripts/extract-cert.c
4020 F: scripts/sign-file.c
4022 CFAG12864B LCD DRIVER
4023 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4025 F: drivers/auxdisplay/cfag12864b.c
4026 F: include/linux/cfag12864b.h
4028 CFAG12864BFB LCD FRAMEBUFFER DRIVER
4029 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4031 F: drivers/auxdisplay/cfag12864bfb.c
4032 F: include/linux/cfag12864b.h
4034 CHAR and MISC DRIVERS
4035 M: Arnd Bergmann <arnd@arndb.de>
4036 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4038 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
4041 F: include/linux/miscdevice.h
4044 M: Andy Whitcroft <apw@canonical.com>
4045 M: Joe Perches <joe@perches.com>
4047 F: scripts/checkpatch.pl
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)
4054 F: Documentation/translations/zh_CN/
4056 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
4057 M: Peter Chen <Peter.Chen@nxp.com>
4058 L: linux-usb@vger.kernel.org
4060 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
4061 F: drivers/usb/chipidea/
4063 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
4064 M: Hans de Goede <hdegoede@redhat.com>
4065 L: linux-input@vger.kernel.org
4067 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
4068 F: drivers/input/touchscreen/chipone_icn8318.c
4070 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
4071 M: Hans de Goede <hdegoede@redhat.com>
4072 L: linux-input@vger.kernel.org
4074 F: drivers/input/touchscreen/chipone_icn8505.c
4076 CHROME HARDWARE PLATFORM SUPPORT
4077 M: Benson Leung <bleung@chromium.org>
4078 M: Enric Balletbo i Serra <enric.balletbo@collabora.com>
4080 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
4081 F: drivers/platform/chrome/
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>
4088 F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
4089 F: sound/soc/codecs/cros_ec_codec.*
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>
4096 F: drivers/power/supply/cros_usbpd-charger.c
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)
4105 F: sound/soc/codecs/cs*
4107 CIRRUS LOGIC EP93XX ETHERNET DRIVER
4108 M: Hartley Sweeten <hsweeten@visionengravers.com>
4109 L: netdev@vger.kernel.org
4111 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
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
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
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
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*
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
4163 F: drivers/scsi/fnic/
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
4170 F: drivers/scsi/snic/
4172 CISCO VIC ETHERNET NIC DRIVER
4173 M: Christian Benvenuti <benve@cisco.com>
4174 M: Govindarajulu Varadarajan <_govind@gmx.com>
4176 F: drivers/net/ethernet/cisco/enic/
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>
4183 F: drivers/infiniband/hw/usnic/
4186 M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4190 CLANG/LLVM BUILD SUPPORT
4191 L: clang-built-linux@googlegroups.com
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
4200 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4201 L: linux-kernel@vger.kernel.org
4203 F: include/linux/cleancache.h
4207 M: Russell King <linux@armlinux.org.uk>
4208 L: linux-clk@vger.kernel.org
4210 F: include/linux/clk.h
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
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/
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
4226 F: drivers/platform/x86/classmate-laptop.c
4229 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
4230 L: linux-media@vger.kernel.org
4232 W: https://linuxtv.org
4233 T: git git://linuxtv.org/media_tree.git
4234 F: drivers/media/pci/cobalt/
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)
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/
4250 M: Jan Harkes <jaharkes@cs.cmu.edu>
4252 L: codalist@coda.cs.cmu.edu
4254 W: http://www.coda.cs.cmu.edu/
4255 F: Documentation/filesystems/coda.rst
4257 F: include/linux/coda*.h
4258 F: include/uapi/linux/coda*.h
4260 CODA V4L2 MEM2MEM DRIVER
4261 M: Philipp Zabel <p.zabel@pengutronix.de>
4262 L: linux-media@vger.kernel.org
4264 F: Documentation/devicetree/bindings/media/coda.txt
4265 F: drivers/media/platform/coda/
4268 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4270 F: Documentation/process/code-of-conduct-interpretation.rst
4271 F: Documentation/process/code-of-conduct.rst
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
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/
4282 F: include/linux/clk-pr*
4283 F: include/linux/clk/
4284 F: include/linux/of_clk.h
4285 X: drivers/clk/clkdev.c
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)
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/
4297 COMPACTPCI HOTPLUG CORE
4298 M: Scott Murray <scott@spiteful.org>
4299 L: linux-pci@vger.kernel.org
4301 F: drivers/pci/hotplug/cpci_hotplug*
4303 COMPACTPCI HOTPLUG GENERIC DRIVER
4304 M: Scott Murray <scott@spiteful.org>
4305 L: linux-pci@vger.kernel.org
4307 F: drivers/pci/hotplug/cpcihp_generic.c
4309 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
4310 M: Scott Murray <scott@spiteful.org>
4311 L: linux-pci@vger.kernel.org
4313 F: drivers/pci/hotplug/cpcihp_zt5550.*
4315 COMPAL LAPTOP SUPPORT
4316 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
4317 L: platform-driver-x86@vger.kernel.org
4319 F: drivers/platform/x86/compal-laptop.c
4322 M: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
4324 F: include/linux/compiler_attributes.h
4326 CONEXANT ACCESSRUNNER USB DRIVER
4327 L: accessrunner-general@lists.sourceforge.net
4329 W: http://accessrunner.sourceforge.net/
4330 F: drivers/usb/atm/cxacru.c
4333 M: Joel Becker <jlbec@evilplan.org>
4334 M: Christoph Hellwig <hch@lst.de>
4336 T: git git://git.infradead.org/users/hch/configfs.git
4338 F: include/linux/configfs.h
4341 M: Evgeniy Polyakov <zbr@ioremap.net>
4342 L: netdev@vger.kernel.org
4344 F: drivers/connector/
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
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*
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
4371 CONTROL GROUP - CPUSET
4372 M: Li Zefan <lizefan@huawei.com>
4373 L: cgroups@vger.kernel.org
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
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
4392 CORETEMP HARDWARE MONITORING DRIVER
4393 M: Fenghua Yu <fenghua.yu@intel.com>
4394 L: linux-hwmon@vger.kernel.org
4396 F: Documentation/hwmon/coretemp.rst
4397 F: drivers/hwmon/coretemp.c
4399 COSA/SRP SYNC SERIAL DRIVER
4400 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
4402 W: http://www.fi.muni.cz/~kas/cosa/
4403 F: drivers/net/wan/cosa*
4406 M: William Breathitt Gray <vilhelm.gray@gmail.com>
4407 L: linux-iio@vger.kernel.org
4409 F: Documentation/ABI/testing/sysfs-bus-counter*
4410 F: Documentation/driver-api/generic-counter.rst
4412 F: include/linux/counter.h
4413 F: include/linux/counter_enum.h
4415 CPMAC ETHERNET DRIVER
4416 M: Florian Fainelli <f.fainelli@gmail.com>
4417 L: netdev@vger.kernel.org
4419 F: drivers/net/ethernet/ti/cpmac.c
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
4426 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
4427 F: drivers/cpufreq/vexpress-spc-cpufreq.c
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
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/
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/
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
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
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
4465 F: tools/power/cpupower/
4468 M: "H. Peter Anvin" <hpa@zytor.com>
4470 F: arch/x86/kernel/cpuid.c
4471 F: arch/x86/kernel/msr.c
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
4479 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
4480 F: drivers/cpuidle/cpuidle-big_little.c
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
4489 F: arch/arm/mach-exynos/pm.c
4490 F: drivers/cpuidle/cpuidle-exynos.c
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
4498 F: drivers/cpuidle/cpuidle-psci.c
4501 M: Nicolas Pitre <nico@fluxnic.net>
4503 F: Documentation/filesystems/cramfs.rst
4507 M: Bastien Nocera <hadess@hadess.net>
4508 L: linux-input@vger.kernel.org
4510 F: drivers/hid/hid-creative-sb0540.c
4513 M: Herbert Xu <herbert@gondor.apana.org.au>
4514 M: "David S. Miller" <davem@davemloft.net>
4515 L: linux-crypto@vger.kernel.org
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/
4525 F: include/linux/crypto*
4528 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
4529 M: Neil Horman <nhorman@tuxdriver.com>
4530 L: linux-crypto@vger.kernel.org
4532 F: crypto/ansi_cprng.c
4536 M: Hans Verkuil <hverkuil@xs4all.nl>
4537 L: linux-media@vger.kernel.org
4539 W: http://linuxtv.org
4540 T: git git://linuxtv.org/media_tree.git
4541 F: drivers/media/i2c/cs3308.c
4543 CS5535 Audio ALSA driver
4544 M: Jaya Kumar <jayakumar.alsa@gmail.com>
4546 F: sound/pci/cs5535audio/
4548 CSI DRIVERS FOR ALLWINNER V3s
4549 M: Yong Deng <yong.deng@magewell.com>
4550 L: linux-media@vger.kernel.org
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/
4557 M: Solomon Peachy <pizza@shaftnet.org>
4559 F: drivers/net/wireless/st/cw1200/
4561 CX18 VIDEO4LINUX DRIVER
4562 M: Andy Walls <awalls@md.metrocast.net>
4563 L: linux-media@vger.kernel.org
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*
4570 CX2341X MPEG ENCODER HELPER MODULE
4571 M: Hans Verkuil <hverkuil@xs4all.nl>
4572 L: linux-media@vger.kernel.org
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
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
4584 W: https://linuxtv.org
4585 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4586 F: drivers/media/dvb-frontends/cx24120*
4588 CX88 VIDEO4LINUX DRIVER
4589 M: Mauro Carvalho Chehab <mchehab@kernel.org>
4590 L: linux-media@vger.kernel.org
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/
4597 CXD2820R MEDIA DRIVER
4598 M: Antti Palosaari <crope@iki.fi>
4599 L: linux-media@vger.kernel.org
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*
4607 CXGB3 ETHERNET DRIVER (CXGB3)
4608 M: Vishal Kulkarni <vishal@chelsio.com>
4609 L: netdev@vger.kernel.org
4611 W: http://www.chelsio.com
4612 F: drivers/net/ethernet/chelsio/cxgb3/
4614 CXGB3 ISCSI DRIVER (CXGB3I)
4615 M: Karen Xie <kxie@chelsio.com>
4616 L: linux-scsi@vger.kernel.org
4618 W: http://www.chelsio.com
4619 F: drivers/scsi/cxgbi/cxgb3i
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
4627 W: http://www.chelsio.com
4628 F: drivers/crypto/chelsio
4630 CXGB4 ETHERNET DRIVER (CXGB4)
4631 M: Vishal Kulkarni <vishal@chelsio.com>
4632 L: netdev@vger.kernel.org
4634 W: http://www.chelsio.com
4635 F: drivers/net/ethernet/chelsio/cxgb4/
4637 CXGB4 ISCSI DRIVER (CXGB4I)
4638 M: Karen Xie <kxie@chelsio.com>
4639 L: linux-scsi@vger.kernel.org
4641 W: http://www.chelsio.com
4642 F: drivers/scsi/cxgbi/cxgb4i
4644 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
4645 M: Potnuri Bharat Teja <bharat@chelsio.com>
4646 L: linux-rdma@vger.kernel.org
4648 W: http://www.openfabrics.org
4649 F: drivers/infiniband/hw/cxgb4/
4650 F: include/uapi/rdma/cxgb4-abi.h
4652 CXGB4VF ETHERNET DRIVER (CXGB4VF)
4653 M: Vishal Kulkarni <vishal@gmail.com>
4654 L: netdev@vger.kernel.org
4656 W: http://www.chelsio.com
4657 F: drivers/net/ethernet/chelsio/cxgb4vf/
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
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
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
4677 F: Documentation/powerpc/cxlflash.rst
4678 F: drivers/scsi/cxlflash/
4679 F: include/uapi/scsi/cxlflash_ioctl.h
4682 M: Russell King <linux@armlinux.org.uk>
4683 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4685 W: http://www.armlinux.org.uk/
4686 F: drivers/video/fbdev/cyber2000fb.*
4688 CYCLADES ASYNC MUX DRIVER
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
4695 CYCLADES PC300 DRIVER
4697 W: http://www.cyclades.com/
4698 F: drivers/net/wan/pc300*
4700 CYPRESS_FIRMWARE MEDIA DRIVER
4701 M: Antti Palosaari <crope@iki.fi>
4702 L: linux-media@vger.kernel.org
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*
4710 CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER
4711 M: Linus Walleij <linus.walleij@linaro.org>
4712 L: linux-input@vger.kernel.org
4714 F: drivers/input/touchscreen/cy8ctma140.c
4716 CYTTSP TOUCHSCREEN DRIVER
4717 M: Ferruh Yigit <fery@cypress.com>
4718 L: linux-input@vger.kernel.org
4720 F: drivers/input/touchscreen/cyttsp*
4721 F: include/linux/input/cyttsp.h
4723 D-LINK DIR-685 TOUCHKEYS DRIVER
4724 M: Linus Walleij <linus.walleij@linaro.org>
4725 L: linux-input@vger.kernel.org
4727 F: drivers/input/keyboard/dlink-dir685-touchkeys.c
4729 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
4730 M: Joshua Kinard <kumba@gentoo.org>
4732 F: drivers/rtc/rtc-ds1685.c
4733 F: include/linux/rtc/ds1685.h
4735 DAMA SLAVE for AX.25
4736 M: Joerg Reuter <jreuter@yaina.de>
4737 L: linux-hams@vger.kernel.org
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
4749 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4750 L: netdev@vger.kernel.org
4752 F: Documentation/networking/device_drivers/dec/dmfe.rst
4753 F: drivers/net/ethernet/dec/tulip/dmfe.c
4755 DC390/AM53C974 SCSI driver
4756 M: Hannes Reinecke <hare@suse.com>
4757 L: linux-scsi@vger.kernel.org
4759 F: drivers/scsi/am53c974.c
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
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.*
4773 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
4774 L: dccp@vger.kernel.org
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
4782 DECnet NETWORK LAYER
4783 L: linux-decnet-user@lists.sourceforge.net
4785 W: http://linux-decnet.sourceforge.net
4786 F: Documentation/networking/decnet.rst
4789 DECSTATION PLATFORM SUPPORT
4790 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4791 L: linux-mips@vger.kernel.org
4793 W: http://www.linux-mips.org/wiki/DECstation
4795 F: arch/mips/include/asm/dec/
4796 F: arch/mips/include/asm/mach-dec/
4798 DEFXX FDDI NETWORK DRIVER
4799 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4801 F: drivers/net/fddi/defxx.*
4803 DEFZA FDDI NETWORK DRIVER
4804 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4806 F: drivers/net/fddi/defza.*
4808 DEINTERLACE DRIVERS FOR ALLWINNER H3
4809 M: Jernej Skrabec <jernej.skrabec@siol.net>
4810 L: linux-media@vger.kernel.org
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/
4817 M: Matthew Garrett <mjg59@srcf.ucam.org>
4818 M: Pali Rohár <pali@kernel.org>
4819 L: platform-driver-x86@vger.kernel.org
4821 F: drivers/platform/x86/dell-laptop.c
4823 DELL LAPTOP FREEFALL DRIVER
4824 M: Pali Rohár <pali@kernel.org>
4826 F: drivers/platform/x86/dell-smo8800.c
4828 DELL LAPTOP RBTN DRIVER
4829 M: Pali Rohár <pali@kernel.org>
4831 F: drivers/platform/x86/dell-rbtn.*
4833 DELL LAPTOP SMM DRIVER
4834 M: Pali Rohár <pali@kernel.org>
4836 F: drivers/hwmon/dell-smm-hwmon.c
4837 F: include/uapi/linux/i8k.h
4839 DELL REMOTE BIOS UPDATE DRIVER
4840 M: Stuart Hayes <stuart.w.hayes@gmail.com>
4841 L: platform-driver-x86@vger.kernel.org
4843 F: drivers/platform/x86/dell_rbu.c
4846 M: Pali Rohár <pali@kernel.org>
4847 M: Mario Limonciello <mario.limonciello@dell.com>
4848 L: platform-driver-x86@vger.kernel.org
4850 F: drivers/platform/x86/dell-smbios.*
4852 DELL SMBIOS SMM DRIVER
4853 M: Mario Limonciello <mario.limonciello@dell.com>
4854 L: platform-driver-x86@vger.kernel.org
4856 F: drivers/platform/x86/dell-smbios-smm.c
4858 DELL SMBIOS WMI DRIVER
4859 M: Mario Limonciello <mario.limonciello@dell.com>
4860 L: platform-driver-x86@vger.kernel.org
4862 F: drivers/platform/x86/dell-smbios-wmi.c
4863 F: tools/wmi/dell-smbios-example.c
4865 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4866 M: Stuart Hayes <stuart.w.hayes@gmail.com>
4867 L: platform-driver-x86@vger.kernel.org
4869 F: Documentation/driver-api/dcdbas.rst
4870 F: drivers/platform/x86/dcdbas.*
4872 DELL WMI DESCRIPTOR DRIVER
4873 M: Mario Limonciello <mario.limonciello@dell.com>
4875 F: drivers/platform/x86/dell-wmi-descriptor.c
4877 DELL WMI NOTIFICATIONS DRIVER
4878 M: Matthew Garrett <mjg59@srcf.ucam.org>
4879 M: Pali Rohár <pali@kernel.org>
4881 F: drivers/platform/x86/dell-wmi.c
4883 DELTA ST MEDIA DRIVER
4884 M: Hugues Fruchet <hugues.fruchet@st.com>
4885 L: linux-media@vger.kernel.org
4887 W: https://linuxtv.org
4888 T: git git://linuxtv.org/media_tree.git
4889 F: drivers/media/platform/sti/delta
4892 M: Masahiro Yamada <yamada.masahiro@socionext.com>
4893 L: linux-mtd@lists.infradead.org
4895 F: drivers/mtd/nand/raw/denali*
4897 DESIGNWARE EDMA CORE IP DRIVER
4898 M: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
4899 L: dmaengine@vger.kernel.org
4901 F: drivers/dma/dw-edma/
4902 F: include/linux/dma/edma.h
4904 DESIGNWARE USB2 DRD IP DRIVER
4905 M: Minas Harutyunyan <hminas@synopsys.com>
4906 L: linux-usb@vger.kernel.org
4908 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4909 F: drivers/usb/dwc2/
4911 DESIGNWARE USB3 DRD IP DRIVER
4912 M: Felipe Balbi <balbi@kernel.org>
4913 L: linux-usb@vger.kernel.org
4915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4916 F: drivers/usb/dwc3/
4918 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4919 M: Andreas Klinger <ak@it-klinger.de>
4920 L: linux-iio@vger.kernel.org
4922 F: Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4923 F: drivers/iio/proximity/srf*.c
4925 DEVICE COREDUMP (DEV_COREDUMP)
4926 M: Johannes Berg <johannes@sipsolutions.net>
4927 L: linux-kernel@vger.kernel.org
4929 F: drivers/base/devcoredump.c
4930 F: include/linux/devcoredump.h
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
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
4946 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
4947 F: Documentation/devicetree/bindings/devfreq/
4949 F: include/linux/devfreq.h
4950 F: include/trace/events/devfreq.h
4952 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4953 M: Chanwoo Choi <cw00.choi@samsung.com>
4954 L: linux-pm@vger.kernel.org
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
4963 DEVICE NUMBER REGISTRY
4964 M: Torben Mathiasen <device@lanana.org>
4966 W: http://lanana.org/docs/device-list/index.html
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
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
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
4988 M: Jiri Pirko <jiri@mellanox.com>
4989 L: netdev@vger.kernel.org
4991 F: Documentation/networking/devlink
4992 F: include/net/devlink.h
4993 F: include/uapi/linux/devlink.h
4994 F: net/core/devlink.c
4996 DIALOG SEMICONDUCTOR DRIVERS
4997 M: Support Opensource <support.opensource@diasemi.com>
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]
5036 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
5037 M: William Breathitt Gray <vilhelm.gray@gmail.com>
5038 L: linux-gpio@vger.kernel.org
5040 F: drivers/gpio/gpio-gpio-mm.c
5042 DIOLAN U2C-12 I2C DRIVER
5043 M: Guenter Roeck <linux@roeck-us.net>
5044 L: linux-i2c@vger.kernel.org
5046 F: drivers/i2c/busses/i2c-diolan-u2c.c
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
5053 F: Documentation/filesystems/dnotify.rst
5054 F: fs/notify/dnotify/
5055 F: include/linux/dnotify.h
5057 DISK GEOMETRY AND PARTITION HANDLING
5058 M: Andries Brouwer <aeb@cwi.nl>
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
5065 M: Jan Kara <jack@suse.com>
5067 F: Documentation/filesystems/quota.rst
5069 F: include/linux/quota*.h
5070 F: include/uapi/linux/quota*.h
5072 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
5073 M: Bernie Thompson <bernie@plugable.com>
5074 L: linux-fbdev@vger.kernel.org
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
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
5086 W: http://sources.redhat.com/cluster/
5087 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
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)
5097 T: git git://anongit.freedesktop.org/drm/drm-misc
5098 F: Documentation/driver-api/dma-buf.rst
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
5105 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
5106 M: Vinod Koul <vkoul@kernel.org>
5107 L: dmaengine@vger.kernel.org
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/
5114 F: include/linux/dmaengine.h
5115 F: include/linux/of_dma.h
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
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
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)
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
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
5154 F: Documentation/devicetree/bindings/memory-controllers/exynos5422-dmc.txt
5155 F: drivers/memory/samsung/exynos5422-dmc.c
5157 DME1737 HARDWARE MONITOR DRIVER
5158 M: Juerg Haefliger <juergh@gmail.com>
5159 L: linux-hwmon@vger.kernel.org
5161 F: Documentation/hwmon/dme1737.rst
5162 F: drivers/hwmon/dme1737.c
5165 M: Jean Delvare <jdelvare@suse.com>
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
5174 M: Jonathan Corbet <corbet@lwn.net>
5175 L: linux-doc@vger.kernel.org
5177 T: git git://git.lwn.net/linux.git docs-next
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/
5192 DOCUMENTATION SCRIPTS
5193 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5194 L: linux-doc@vger.kernel.org
5196 F: Documentation/sphinx/parse-headers.pl
5197 F: scripts/documentation-file-ref-check
5198 F: scripts/sphinx-pre-install
5200 DOCUMENTATION/ITALIAN
5201 M: Federico Vaga <federico.vaga@vaga.pv.it>
5202 L: linux-doc@vger.kernel.org
5204 F: Documentation/translations/it_IT
5206 DONGWOON DW9714 LENS VOICE COIL DRIVER
5207 M: Sakari Ailus <sakari.ailus@linux.intel.com>
5208 L: linux-media@vger.kernel.org
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
5214 DONGWOON DW9807 LENS VOICE COIL DRIVER
5215 M: Sakari Ailus <sakari.ailus@linux.intel.com>
5216 L: linux-media@vger.kernel.org
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
5223 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
5224 L: blinux-list@redhat.com
5226 F: drivers/char/dtlk.c
5227 F: include/linux/dtlk.h
5229 DPAA2 DATAPATH I/O (DPIO) DRIVER
5230 M: Roy Pledge <Roy.Pledge@nxp.com>
5231 L: linux-kernel@vger.kernel.org
5233 F: drivers/soc/fsl/dpio
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
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*
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
5255 F: drivers/staging/fsl-dpaa2/ethsw
5257 DPT_I2O SCSI RAID DRIVER
5258 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
5259 L: linux-scsi@vger.kernel.org
5261 W: http://www.adaptec.com/
5262 F: drivers/scsi/dpt*
5263 F: drivers/scsi/dpt/
5266 M: Philipp Reisner <philipp.reisner@linbit.com>
5267 M: Lars Ellenberg <lars.ellenberg@linbit.com>
5268 L: drbd-dev@lists.linbit.com
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/
5277 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
5278 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5279 R: "Rafael J. Wysocki" <rafael@kernel.org>
5281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
5282 F: Documentation/core-api/kobject.rst
5286 F: include/linux/debugfs.h
5287 F: include/linux/kobj*
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
5295 F: drivers/power/avs/
5296 F: include/linux/power/smartreflex.h
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
5304 T: git git://anongit.freedesktop.org/drm/drm-misc
5305 F: drivers/gpu/drm/sun4i/sun8i*
5307 DRM DRIVER FOR ARM PL111 CLCD
5308 M: Eric Anholt <eric@anholt.net>
5310 T: git git://anongit.freedesktop.org/drm/drm-misc
5311 F: drivers/gpu/drm/pl111/
5313 DRM DRIVER FOR ARM VERSATILE TFT PANELS
5314 M: Linus Walleij <linus.walleij@linaro.org>
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
5320 DRM DRIVER FOR ASPEED BMC GFX
5321 M: Joel Stanley <joel@jms.id.au>
5322 L: linux-aspeed@lists.ozlabs.org
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/
5328 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
5329 M: Dave Airlie <airlied@redhat.com>
5331 F: drivers/gpu/drm/ast/
5333 DRM DRIVER FOR BOCHS VIRTUAL GPU
5334 M: Gerd Hoffmann <kraxel@redhat.com>
5335 L: virtualization@lists.linux-foundation.org
5337 T: git git://anongit.freedesktop.org/drm/drm-misc
5338 F: drivers/gpu/drm/bochs/
5340 DRM DRIVER FOR BOE HIMAX8279D PANELS
5341 M: Jerry Han <hanxu5@huaqin.corp-partner.google.com>
5343 F: Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml
5344 F: drivers/gpu/drm/panel/panel-boe-himax8279d.c
5346 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
5347 M: Linus Walleij <linus.walleij@linaro.org>
5349 T: git git://anongit.freedesktop.org/drm/drm-misc
5350 F: drivers/gpu/drm/tve200/
5352 DRM DRIVER FOR FEIXIN K101 IM2BA02 MIPI-DSI LCD PANELS
5353 M: Icenowy Zheng <icenowy@aosc.io>
5355 F: Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml
5356 F: drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
5358 DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS
5359 M: Jagan Teki <jagan@amarulasolutions.com>
5361 F: Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
5362 F: drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
5364 DRM DRIVER FOR GRAIN MEDIA GM12U320 PROJECTORS
5365 M: Hans de Goede <hdegoede@redhat.com>
5367 T: git git://anongit.freedesktop.org/drm/drm-misc
5368 F: drivers/gpu/drm/tiny/gm12u320.c
5370 DRM DRIVER FOR HX8357D PANELS
5371 M: Eric Anholt <eric@anholt.net>
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
5377 DRM DRIVER FOR ILITEK ILI9225 PANELS
5378 M: David Lechner <david@lechnology.com>
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
5384 DRM DRIVER FOR ILITEK ILI9486 PANELS
5385 M: Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
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
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
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
5401 F: drivers/gpu/drm/panel/panel-lvds.c
5402 F: Documentation/devicetree/bindings/display/panel/lvds.yaml
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
5409 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
5410 M: Dave Airlie <airlied@redhat.com>
5412 F: drivers/gpu/drm/mgag200/
5414 DRM DRIVER FOR MI0283QT
5415 M: Noralf Trønnes <noralf@tronnes.org>
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
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
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
5433 DRM DRIVER FOR NOVATEK NT35510 PANELS
5434 M: Linus Walleij <linus.walleij@linaro.org>
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
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
5445 T: git git://github.com/skeggsb/linux
5446 F: drivers/gpu/drm/nouveau/
5447 F: include/uapi/drm/nouveau_drm.h
5449 DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
5450 M: Stefan Mavrodiev <stefan@olimex.com>
5452 F: Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
5453 F: drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
5455 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
5456 M: Noralf Trønnes <noralf@tronnes.org>
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
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
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
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
5477 T: git git://anongit.freedesktop.org/drm/drm-misc
5478 F: drivers/gpu/drm/qxl/
5479 F: include/uapi/drm/qxl_drm.h
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
5486 DRM DRIVER FOR RAYDIUM RM67191 PANELS
5487 M: Robert Chiras <robert.chiras@nxp.com>
5489 F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
5490 F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
5492 DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
5493 M: Guido Günther <agx@sigxcpu.org>
5494 R: Purism Kernel Team <kernel@puri.sm>
5496 F: Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
5497 F: drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
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
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
5509 DRM DRIVER FOR SITRONIX ST7586 PANELS
5510 M: David Lechner <david@lechnology.com>
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
5516 DRM DRIVER FOR SITRONIX ST7701 PANELS
5517 M: Jagan Teki <jagan@amarulasolutions.com>
5519 F: Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
5520 F: drivers/gpu/drm/panel/panel-sitronix-st7701.c
5522 DRM DRIVER FOR SITRONIX ST7735R PANELS
5523 M: David Lechner <david@lechnology.com>
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
5529 DRM DRIVER FOR SONY ACX424AKP PANELS
5530 M: Linus Walleij <linus.walleij@linaro.org>
5532 T: git git://anongit.freedesktop.org/drm/drm-misc
5533 F: drivers/gpu/drm/panel/panel-sony-acx424akp.c
5535 DRM DRIVER FOR ST-ERICSSON MCDE
5536 M: Linus Walleij <linus.walleij@linaro.org>
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/
5542 DRM DRIVER FOR TDFX VIDEO CARDS
5543 S: Orphan / Obsolete
5544 F: drivers/gpu/drm/tdfx/
5546 DRM DRIVER FOR TPO TPG110 PANELS
5547 M: Linus Walleij <linus.walleij@linaro.org>
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
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
5558 T: git git://anongit.freedesktop.org/drm/drm-misc
5559 F: drivers/gpu/drm/udl/
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
5567 T: git git://anongit.freedesktop.org/drm/drm-misc
5568 F: Documentation/gpu/vkms.rst
5569 F: drivers/gpu/drm/vkms/
5571 DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU
5572 M: Hans de Goede <hdegoede@redhat.com>
5573 L: dri-devel@lists.freedesktop.org
5575 T: git git://anongit.freedesktop.org/drm/drm-misc
5576 F: drivers/gpu/drm/vboxvideo/
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
5583 T: git git://people.freedesktop.org/~sroland/linux
5584 F: drivers/gpu/drm/vmwgfx/
5585 F: include/uapi/drm/vmwgfx_drm.h
5588 M: David Airlie <airlied@linux.ie>
5589 M: Daniel Vetter <daniel@ffwll.ch>
5590 L: dri-devel@lists.freedesktop.org
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/
5601 F: include/linux/vga*
5602 F: include/uapi/drm/
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>
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/*
5615 F: include/linux/vga*
5616 F: include/uapi/drm/drm*
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
5623 T: git git://anongit.freedesktop.org/drm/drm-misc
5624 F: Documentation/devicetree/bindings/display/allwinner*
5625 F: drivers/gpu/drm/sun4i/
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
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/
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
5644 T: git git://anongit.freedesktop.org/drm/drm-misc
5645 F: Documentation/devicetree/bindings/display/atmel/
5646 F: drivers/gpu/drm/atmel-hlcdc/
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>
5655 T: git git://anongit.freedesktop.org/drm/drm-misc
5656 F: drivers/gpu/drm/bridge/
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
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
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
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/
5680 DRM DRIVERS FOR FREESCALE IMX
5681 M: Philipp Zabel <p.zabel@pengutronix.de>
5682 L: dri-devel@lists.freedesktop.org
5684 F: Documentation/devicetree/bindings/display/imx/
5685 F: drivers/gpu/drm/imx/
5686 F: drivers/gpu/ipu-v3/
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
5692 T: git git://github.com/patjak/drm-gma500
5693 F: drivers/gpu/drm/gma500/
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
5703 T: git git://anongit.freedesktop.org/drm/drm-misc
5704 F: Documentation/devicetree/bindings/display/hisilicon/
5705 F: drivers/gpu/drm/hisilicon/
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)
5712 T: git git://anongit.freedesktop.org/drm/drm-misc
5713 F: drivers/gpu/drm/lima/
5714 F: include/uapi/drm/lima_drm.h
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
5721 F: Documentation/devicetree/bindings/display/mediatek/
5722 F: drivers/gpu/drm/mediatek/
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
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
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
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
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
5755 T: git git://anongit.freedesktop.org/drm/drm-misc
5756 F: Documentation/devicetree/bindings/display/rockchip/
5757 F: drivers/gpu/drm/rockchip/
5760 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
5761 M: Vincent Abriou <vincent.abriou@st.com>
5762 L: dri-devel@lists.freedesktop.org
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
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
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
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
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/
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
5795 F: Documentation/devicetree/bindings/display/tilcdc/
5796 F: drivers/gpu/drm/tilcdc/
5798 DRM DRIVERS FOR TI OMAP
5799 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5800 L: dri-devel@lists.freedesktop.org
5802 F: Documentation/devicetree/bindings/display/ti/
5803 F: drivers/gpu/drm/omapdrm/
5806 M: Eric Anholt <eric@anholt.net>
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
5814 M: Eric Anholt <eric@anholt.net>
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
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
5829 F: Documentation/devicetree/bindings/gpu/vivante,gc.yaml
5830 F: drivers/gpu/drm/etnaviv/
5831 F: include/uapi/drm/etnaviv_drm.h
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)
5838 T: git git://anongit.freedesktop.org/drm/drm-misc
5839 F: Documentation/gpu/xen-front.rst
5840 F: drivers/gpu/drm/xen/
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
5847 T: git git://anongit.freedesktop.org/drm/drm-misc
5848 F: Documentation/devicetree/bindings/display/xlnx/
5849 F: drivers/gpu/drm/xlnx/
5851 DRM DRIVERS FOR ZTE ZX
5852 M: Shawn Guo <shawnguo@kernel.org>
5853 L: dri-devel@lists.freedesktop.org
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/
5860 M: Thierry Reding <thierry.reding@gmail.com>
5861 R: Sam Ravnborg <sam@ravnborg.org>
5862 L: dri-devel@lists.freedesktop.org
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
5871 M: Christian Koenig <christian.koenig@amd.com>
5872 M: Huang Rui <ray.huang@amd.com>
5873 L: dri-devel@lists.freedesktop.org
5875 T: git git://people.freedesktop.org/~agd5f/linux
5876 F: drivers/gpu/drm/ttm/
5879 DSBR100 USB FM RADIO DRIVER
5880 M: Alexey Klimov <klimov.linux@gmail.com>
5881 L: linux-media@vger.kernel.org
5883 T: git git://linuxtv.org/media_tree.git
5884 F: drivers/media/radio/dsbr100.c
5887 M: Hans Verkuil <hverkuil@xs4all.nl>
5888 L: linux-media@vger.kernel.org
5890 W: https://linuxtv.org
5891 T: git git://linuxtv.org/media_tree.git
5892 F: drivers/media/pci/dt3155/
5894 DVB_USB_AF9015 MEDIA DRIVER
5895 M: Antti Palosaari <crope@iki.fi>
5896 L: linux-media@vger.kernel.org
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*
5904 DVB_USB_AF9035 MEDIA DRIVER
5905 M: Antti Palosaari <crope@iki.fi>
5906 L: linux-media@vger.kernel.org
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*
5914 DVB_USB_ANYSEE MEDIA DRIVER
5915 M: Antti Palosaari <crope@iki.fi>
5916 L: linux-media@vger.kernel.org
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*
5924 DVB_USB_AU6610 MEDIA DRIVER
5925 M: Antti Palosaari <crope@iki.fi>
5926 L: linux-media@vger.kernel.org
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*
5934 DVB_USB_CE6230 MEDIA DRIVER
5935 M: Antti Palosaari <crope@iki.fi>
5936 L: linux-media@vger.kernel.org
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*
5944 DVB_USB_CXUSB MEDIA DRIVER
5945 M: Michael Krufky <mkrufky@linuxtv.org>
5946 L: linux-media@vger.kernel.org
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*
5954 DVB_USB_EC168 MEDIA DRIVER
5955 M: Antti Palosaari <crope@iki.fi>
5956 L: linux-media@vger.kernel.org
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*
5964 DVB_USB_GL861 MEDIA DRIVER
5965 M: Antti Palosaari <crope@iki.fi>
5966 L: linux-media@vger.kernel.org
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*
5973 DVB_USB_MXL111SF MEDIA DRIVER
5974 M: Michael Krufky <mkrufky@linuxtv.org>
5975 L: linux-media@vger.kernel.org
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*
5983 DVB_USB_RTL28XXU MEDIA DRIVER
5984 M: Antti Palosaari <crope@iki.fi>
5985 L: linux-media@vger.kernel.org
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*
5993 DVB_USB_V2 MEDIA DRIVER
5994 M: Antti Palosaari <crope@iki.fi>
5995 L: linux-media@vger.kernel.org
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
6005 M: Jason Baron <jbaron@akamai.com>
6007 F: include/linux/dynamic_debug.h
6008 F: lib/dynamic_debug.c
6010 DYNAMIC INTERRUPT MODERATION
6011 M: Tal Gilboa <talgi@mellanox.com>
6013 F: Documentation/networking/net_dim.rst
6014 F: include/linux/dim.h
6017 DZ DECSTATION DZ11 SERIAL DRIVER
6018 M: "Maciej W. Rozycki" <macro@linux-mips.org>
6020 F: drivers/tty/serial/dz.*
6022 E3X0 POWER BUTTON DRIVER
6023 M: Moritz Fischer <moritz.fischer@ettus.com>
6024 L: usrp-users@lists.ettus.com
6026 W: http://www.ettus.com
6027 F: Documentation/devicetree/bindings/input/e3x0-button.txt
6028 F: drivers/input/misc/e3x0-button.c
6031 M: Antti Palosaari <crope@iki.fi>
6032 L: linux-media@vger.kernel.org
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*
6040 EARTH_PT1 MEDIA DRIVER
6041 M: Akihiro Tsukada <tskd08@gmail.com>
6042 L: linux-media@vger.kernel.org
6044 F: drivers/media/pci/pt1/
6046 EARTH_PT3 MEDIA DRIVER
6047 M: Akihiro Tsukada <tskd08@gmail.com>
6048 L: linux-media@vger.kernel.org
6050 F: drivers/media/pci/pt3/
6053 M: Antti Palosaari <crope@iki.fi>
6054 L: linux-media@vger.kernel.org
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*
6063 M: Tyler Hicks <code@tyhicks.com>
6064 L: ecryptfs@vger.kernel.org
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
6073 M: Borislav Petkov <bp@alien8.de>
6074 L: linux-edac@vger.kernel.org
6076 F: drivers/edac/amd64_edac*
6079 M: Jan Luebbe <jlu@pengutronix.de>
6080 L: linux-edac@vger.kernel.org
6082 F: drivers/edac/armada_xp_*
6085 M: Stefan Schaeckeler <sschaeck@cisco.com>
6087 F: Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt
6088 F: drivers/edac/aspeed_edac.c
6091 M: Shravan Kumar Ramani <sramani@mellanox.com>
6093 F: drivers/edac/bluefield_edac.c
6096 M: Robert Richter <rric@kernel.org>
6097 L: linux-edac@vger.kernel.org
6099 F: drivers/edac/highbank*
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
6107 F: drivers/edac/octeon_edac*
6109 EDAC-CAVIUM THUNDERX
6110 M: Robert Richter <rrichter@marvell.com>
6111 L: linux-edac@vger.kernel.org
6113 F: drivers/edac/thunderx_edac*
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
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
6127 F: include/linux/edac.h
6130 M: Lei Wang <lewan@microsoft.com>
6131 L: linux-edac@vger.kernel.org
6133 F: drivers/edac/dmc520_edac.c
6136 M: Mark Gross <mark.gross@intel.com>
6137 L: linux-edac@vger.kernel.org
6139 F: drivers/edac/e752x_edac.c
6142 L: linux-edac@vger.kernel.org
6144 F: drivers/edac/e7xxx_edac.c
6147 M: York Sun <york.sun@nxp.com>
6148 L: linux-edac@vger.kernel.org
6150 F: drivers/edac/fsl_ddr_edac.*
6153 M: Mauro Carvalho Chehab <mchehab@kernel.org>
6154 L: linux-edac@vger.kernel.org
6156 F: drivers/edac/ghes_edac.c
6159 M: Tony Luck <tony.luck@intel.com>
6160 L: linux-edac@vger.kernel.org
6162 F: drivers/edac/i10nm_base.c
6165 L: linux-edac@vger.kernel.org
6167 F: drivers/edac/i3000_edac.c
6170 L: linux-edac@vger.kernel.org
6172 F: drivers/edac/i5000_edac.c
6175 M: Mauro Carvalho Chehab <mchehab@kernel.org>
6176 L: linux-edac@vger.kernel.org
6178 F: drivers/edac/i5400_edac.c
6181 M: Mauro Carvalho Chehab <mchehab@kernel.org>
6182 L: linux-edac@vger.kernel.org
6184 F: drivers/edac/i7300_edac.c
6187 M: Mauro Carvalho Chehab <mchehab@kernel.org>
6188 L: linux-edac@vger.kernel.org
6190 F: drivers/edac/i7core_edac.c
6193 M: Tim Small <tim@buttersideup.com>
6194 L: linux-edac@vger.kernel.org
6196 F: drivers/edac/i82443bxgx_edac.c
6199 M: "Arvind R." <arvino55@gmail.com>
6200 L: linux-edac@vger.kernel.org
6202 F: drivers/edac/i82975x_edac.c
6205 M: Jason Baron <jbaron@akamai.com>
6206 L: linux-edac@vger.kernel.org
6208 F: drivers/edac/ie31200_edac.c
6211 M: Johannes Thumshirn <morbidrsa@gmail.com>
6212 L: linux-edac@vger.kernel.org
6214 F: drivers/edac/mpc85xx_edac.[ch]
6217 M: Egor Martovetsky <egor@pasemi.com>
6218 L: linux-edac@vger.kernel.org
6220 F: drivers/edac/pasemi_edac.c
6223 M: Tony Luck <tony.luck@intel.com>
6224 L: linux-edac@vger.kernel.org
6226 F: drivers/edac/pnd2_edac.[ch]
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
6234 F: drivers/edac/qcom_edac.c
6237 M: Tim Small <tim@buttersideup.com>
6238 L: linux-edac@vger.kernel.org
6240 F: drivers/edac/r82600_edac.c
6243 M: Tony Luck <tony.luck@intel.com>
6244 R: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
6245 L: linux-edac@vger.kernel.org
6247 F: drivers/edac/sb_edac.c
6250 M: Yash Shah <yash.shah@sifive.com>
6251 L: linux-edac@vger.kernel.org
6253 F: drivers/edac/sifive_edac.c
6256 M: Tony Luck <tony.luck@intel.com>
6257 L: linux-edac@vger.kernel.org
6259 F: drivers/edac/skx_*.c
6262 M: Tero Kristo <t-kristo@ti.com>
6263 L: linux-edac@vger.kernel.org
6265 F: drivers/edac/ti_edac.c
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)
6271 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6272 F: sound/usb/misc/ua101.c
6275 M: Ivan Hu <ivan.hu@canonical.com>
6276 M: Ard Biesheuvel <ardb@kernel.org>
6277 L: linux-efi@vger.kernel.org
6279 F: drivers/firmware/efi/test/
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
6287 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
6290 EFIFB FRAMEBUFFER DRIVER
6291 M: Peter Jones <pjones@redhat.com>
6292 L: linux-fbdev@vger.kernel.org
6294 F: drivers/video/fbdev/efifb.c
6298 W: http://aeschi.ch.eu.org/efs/
6301 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
6302 M: Douglas Miller <dougmill@linux.ibm.com>
6303 L: netdev@vger.kernel.org
6305 F: drivers/net/ethernet/ibm/ehea/
6307 EM28XX VIDEO4LINUX DRIVER
6308 M: Mauro Carvalho Chehab <mchehab@kernel.org>
6309 L: linux-media@vger.kernel.org
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/
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
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
6329 F: drivers/mmc/host/cqhci*
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
6337 W: http://www.broadcom.com
6338 F: drivers/scsi/be2iscsi/
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
6346 W: http://www.emulex.com
6347 F: drivers/net/ethernet/emulex/benet/
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
6354 W: http://www.broadcom.com
6355 F: drivers/infiniband/hw/ocrdma/
6356 F: include/uapi/rdma/ocrdma-abi.h
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
6363 W: http://www.broadcom.com
6364 F: drivers/scsi/lpfc/
6366 ENE CB710 FLASH CARD READER DRIVER
6367 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
6369 F: drivers/misc/cb710/
6370 F: drivers/mmc/host/cb710-mmc.*
6371 F: include/linux/cb710.h
6373 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
6374 M: Maxim Levitsky <maximlevitsky@gmail.com>
6376 F: drivers/media/rc/ene_ir.*
6378 EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER
6379 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
6380 L: linuxppc-dev@lists.ozlabs.org
6382 F: drivers/tty/ehv_bytechan.c
6384 EPSON S1D13XXX FRAMEBUFFER DRIVER
6385 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
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
6392 M: Gao Xiang <xiang@kernel.org>
6393 M: Chao Yu <yuchao0@huawei.com>
6394 L: linux-erofs@lists.ozlabs.org
6396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
6397 F: Documentation/filesystems/erofs.rst
6399 F: include/trace/events/erofs.h
6401 ERRSEQ ERROR TRACKING INFRASTRUCTURE
6402 M: Jeff Layton <jlayton@kernel.org>
6404 F: include/linux/errseq.h
6407 ET131X NETWORK DRIVER
6408 M: Mark Einon <mark.einon@gmail.com>
6410 F: drivers/net/ethernet/agere/
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
6418 W: http://www.linuxfoundation.org/en/Net:Bridge
6419 F: include/linux/netfilter_bridge/
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
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
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
6449 M: Namjae Jeon <namjae.jeon@samsung.com>
6450 M: Sungjong Seo <sj1557.seo@samsung.com>
6451 L: linux-fsdevel@vger.kernel.org
6456 M: Jan Kara <jack@suse.com>
6457 L: linux-ext4@vger.kernel.org
6459 F: Documentation/filesystems/ext2.rst
6461 F: include/linux/ext2*
6464 M: "Theodore Ts'o" <tytso@mit.edu>
6465 M: Andreas Dilger <adilger.kernel@dilger.ca>
6466 L: linux-ext4@vger.kernel.org
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/
6474 Extended Verification Module (EVM)
6475 M: Mimi Zohar <zohar@linux.ibm.com>
6476 L: linux-integrity@vger.kernel.org
6478 F: security/integrity/evm/
6480 EXTENSIBLE FIRMWARE INTERFACE (EFI)
6481 M: Ard Biesheuvel <ardb@kernel.org>
6482 L: linux-efi@vger.kernel.org
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
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
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
6503 F: include/linux/extcon.h
6504 F: include/linux/extcon/
6507 M: Masami Hiramatsu <mhiramat@kernel.org>
6509 F: Documentation/admin-guide/bootconfig.rst
6510 F: fs/proc/bootconfig.c
6511 F: include/linux/bootconfig.h
6513 F: tools/bootconfig/*
6516 M: Jingoo Han <jingoohan1@gmail.com>
6517 L: dri-devel@lists.freedesktop.org
6519 F: drivers/gpu/drm/exynos/exynos_dp*
6521 EXYNOS SYSMMU (IOMMU) driver
6522 M: Marek Szyprowski <m.szyprowski@samsung.com>
6523 L: iommu@lists.linux-foundation.org
6525 F: drivers/iommu/exynos-iommu.c
6527 EZchip NPS platform support
6528 M: Vineet Gupta <vgupta@synopsys.com>
6529 M: Ofer Levi <oferle@mellanox.com>
6531 F: arch/arc/boot/dts/eznps.dts
6532 F: arch/arc/plat-eznps
6535 M: Jaegeuk Kim <jaegeuk@kernel.org>
6536 M: Chao Yu <yuchao0@huawei.com>
6537 L: linux-f2fs-devel@lists.sourceforge.net
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
6544 F: include/linux/f2fs_fs.h
6545 F: include/trace/events/f2fs.h
6547 F71805F HARDWARE MONITORING DRIVER
6548 M: Jean Delvare <jdelvare@suse.com>
6549 L: linux-hwmon@vger.kernel.org
6551 F: Documentation/hwmon/f71805f.rst
6552 F: drivers/hwmon/f71805f.c
6555 M: Josh Poimboeuf <jpoimboe@redhat.com>
6557 F: scripts/faddr2line
6560 M: Sridhar Samudrala <sridhar.samudrala@intel.com>
6561 L: netdev@vger.kernel.org
6563 F: Documentation/networking/failover.rst
6564 F: include/net/failover.h
6565 F: net/core/failover.c
6568 M: Jan Kara <jack@suse.cz>
6569 R: Amir Goldstein <amir73il@gmail.com>
6570 L: linux-fsdevel@vger.kernel.org
6572 F: fs/notify/fanotify/
6573 F: include/linux/fanotify.h
6574 F: include/uapi/linux/fanotify.h
6576 FARSYNC SYNCHRONOUS DRIVER
6577 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
6579 W: http://www.farsite.co.uk/
6580 F: drivers/net/wan/farsync.*
6582 FAULT INJECTION SUPPORT
6583 M: Akinobu Mita <akinobu.mita@gmail.com>
6585 F: Documentation/fault-injection/
6586 F: lib/fault-inject.c
6588 FBTFT Framebuffer drivers
6589 L: dri-devel@lists.freedesktop.org
6590 L: linux-fbdev@vger.kernel.org
6592 F: drivers/staging/fbtft/
6595 M: Michael Buesch <m@bues.ch>
6596 L: linux-media@vger.kernel.org
6598 F: drivers/media/tuners/fc0011.c
6599 F: drivers/media/tuners/fc0011.h
6602 M: Antti Palosaari <crope@iki.fi>
6603 L: linux-media@vger.kernel.org
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*
6611 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
6612 M: Hannes Reinecke <hare@suse.de>
6613 L: linux-scsi@vger.kernel.org
6615 W: www.Open-FCoE.org
6616 F: drivers/scsi/fcoe/
6617 F: drivers/scsi/libfc/
6619 F: include/scsi/libfc.h
6620 F: include/scsi/libfcoe.h
6621 F: include/uapi/scsi/fc/
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
6630 F: include/linux/fcntl.h
6631 F: include/uapi/linux/fcntl.h
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
6641 F: include/linux/dax.h
6642 F: include/trace/events/fs_dax.h
6644 FILESYSTEMS (VFS and infrastructure)
6645 M: Alexander Viro <viro@zeniv.linux.org.uk>
6646 L: linux-fsdevel@vger.kernel.org
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
6654 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6655 M: Riku Voipio <riku.voipio@iki.fi>
6656 L: linux-hwmon@vger.kernel.org
6658 F: drivers/hwmon/f75375s.c
6659 F: include/linux/f75375s.h
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)
6666 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6667 F: include/uapi/sound/firewire.h
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
6675 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6676 F: drivers/media/firewire/
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
6684 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
6685 F: drivers/target/sbp/
6688 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
6689 L: linux1394-devel@lists.sourceforge.net
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
6698 FIRMWARE LOADER (request_firmware)
6699 M: Luis Chamberlain <mcgrof@kernel.org>
6700 L: linux-kernel@vger.kernel.org
6702 F: Documentation/firmware_class/
6703 F: drivers/base/firmware_loader/
6704 F: include/linux/firmware.h
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>
6710 F: drivers/block/rsxx/
6712 FLEXTIMER FTM-QUADDEC DRIVER
6713 M: Patrick Havelange <patrick.havelange@essensium.com>
6714 L: linux-iio@vger.kernel.org
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
6721 M: Denis Efremov <efremov@linux.com>
6722 L: linux-block@vger.kernel.org
6724 F: drivers/block/floppy.c
6726 FLYSKY FSIA6B RC RECEIVER
6727 M: Markus Koch <markus@notsyncing.net>
6728 L: linux-input@vger.kernel.org
6730 F: drivers/input/joystick/fsia6b.c
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
6737 F: drivers/net/ethernet/nvidia/*
6740 M: Wu Hao <hao.wu@intel.com>
6741 L: linux-fpga@vger.kernel.org
6743 F: Documentation/fpga/dfl.rst
6744 F: drivers/fpga/dfl*
6745 F: include/uapi/linux/fpga-dfl.h
6747 FPGA MANAGER FRAMEWORK
6748 M: Moritz Fischer <mdf@kernel.org>
6749 L: linux-fpga@vger.kernel.org
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/
6758 F: include/linux/fpga/
6761 M: Bill Metzenthen <billm@melbpc.org.au>
6763 W: http://floatingpoint.sourceforge.net/emulator/index.html
6764 F: arch/x86/math-emu/
6766 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
6767 L: netdev@vger.kernel.org
6769 F: drivers/net/wan/dlci.c
6770 F: drivers/net/wan/sdla.c
6773 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6774 L: dri-devel@lists.freedesktop.org
6775 L: linux-fbdev@vger.kernel.org
6777 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
6778 T: git git://anongit.freedesktop.org/drm/drm-misc
6779 F: Documentation/fb/
6781 F: include/linux/fb.h
6782 F: include/uapi/linux/fb.h
6783 F: include/uapi/video/
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
6791 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
6792 F: drivers/crypto/caam/
6794 FREESCALE COLDFIRE M5441X MMC DRIVER
6795 M: Angelo Dureghello <angelo.dureghello@timesys.com>
6796 L: linux-mmc@vger.kernel.org
6798 F: drivers/mmc/host/sdhci-esdhc-mcf.c
6799 F: include/linux/platform_data/mmc-esdhc-mcf.h
6801 FREESCALE DIU FRAMEBUFFER DRIVER
6802 M: Timur Tabi <timur@kernel.org>
6803 L: linux-fbdev@vger.kernel.org
6805 F: drivers/video/fbdev/fsl-diu-fb.*
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
6812 F: drivers/dma/fsldma.*
6814 FREESCALE ENETC ETHERNET DRIVERS
6815 M: Claudiu Manoil <claudiu.manoil@nxp.com>
6816 L: netdev@vger.kernel.org
6818 F: drivers/net/ethernet/freescale/enetc/
6820 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
6821 M: Claudiu Manoil <claudiu.manoil@nxp.com>
6822 L: netdev@vger.kernel.org
6824 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
6825 F: drivers/net/ethernet/freescale/gianfar*
6827 FREESCALE GPMI NAND DRIVER
6828 M: Han Xu <han.xu@nxp.com>
6829 L: linux-mtd@lists.infradead.org
6831 F: drivers/mtd/nand/raw/gpmi-nand/*
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
6838 F: drivers/i2c/busses/i2c-cpm.c
6840 FREESCALE IMX / MXC FEC DRIVER
6841 M: Fugang Duan <fugang.duan@nxp.com>
6842 L: netdev@vger.kernel.org
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
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)
6855 F: drivers/video/fbdev/imxfb.c
6856 F: include/linux/platform_data/video-imxfb.h
6858 FREESCALE IMX DDR PMU DRIVER
6859 M: Frank Li <Frank.li@nxp.com>
6860 L: linux-arm-kernel@lists.infradead.org
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
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
6871 F: Documentation/devicetree/bindings/i2c/i2c-imx.txt
6872 F: drivers/i2c/busses/i2c-imx.c
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
6879 F: Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
6880 F: drivers/i2c/busses/i2c-imx-lpi2c.c
6882 FREESCALE QORIQ DPAA ETHERNET DRIVER
6883 M: Madalin Bucur <madalin.bucur@nxp.com>
6884 L: netdev@vger.kernel.org
6886 F: drivers/net/ethernet/freescale/dpaa
6888 FREESCALE QORIQ DPAA FMAN DRIVER
6889 M: Madalin Bucur <madalin.bucur@nxp.com>
6890 L: netdev@vger.kernel.org
6892 F: Documentation/devicetree/bindings/net/fsl-fman.txt
6893 F: drivers/net/ethernet/freescale/fman
6895 FREESCALE QORIQ PTP CLOCK DRIVER
6896 M: Yangbo Lu <yangbo.lu@nxp.com>
6897 L: netdev@vger.kernel.org
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
6907 FREESCALE QUAD SPI DRIVER
6908 M: Han Xu <han.xu@nxp.com>
6909 L: linux-spi@vger.kernel.org
6911 F: drivers/spi/spi-fsl-qspi.c
6913 FREESCALE QUICC ENGINE LIBRARY
6914 M: Qiang Zhao <qiang.zhao@nxp.com>
6915 L: linuxppc-dev@lists.ozlabs.org
6917 F: drivers/soc/fsl/qe/
6918 F: include/soc/fsl/*qe*.h
6919 F: include/soc/fsl/*ucc*.h
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
6926 F: drivers/net/ethernet/freescale/ucc_geth*
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
6933 F: drivers/net/wan/fsl_ucc_hdlc*
6935 FREESCALE QUICC ENGINE UCC UART DRIVER
6936 M: Timur Tabi <timur@kernel.org>
6937 L: linuxppc-dev@lists.ozlabs.org
6939 F: drivers/tty/serial/ucc_uart.c
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
6946 F: Documentation/devicetree/bindings/misc/fsl,dpaa2-console.txt
6947 F: Documentation/devicetree/bindings/soc/fsl/
6949 F: include/linux/fsl/
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
6956 F: drivers/net/ethernet/freescale/fs_enet/
6957 F: include/linux/fs_enet_pd.h
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
6968 F: sound/soc/fsl/fsl*
6969 F: sound/soc/fsl/imx*
6970 F: sound/soc/fsl/mpc8610_hpcd.c
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
6977 F: drivers/usb/gadget/udc/fsl*
6980 M: Christoph Hellwig <hch@infradead.org>
6982 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
6986 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
6987 M: Pavel Machek <pavel@ucw.cz>
6988 L: linux-pm@vger.kernel.org
6990 F: Documentation/power/freezing-of-tasks.rst
6991 F: include/linux/freezer.h
6995 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6996 L: linux-kernel@vger.kernel.org
6998 F: include/linux/frontswap.h
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)
7005 F: Documentation/filesystems/caching/
7007 F: include/linux/fscache*.h
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
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
7019 F: include/linux/fscrypt*.h
7020 F: include/uapi/linux/fscrypt.h
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
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
7032 F: include/linux/fsi*.h
7033 F: include/trace/events/fsi*.h
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)
7040 F: Documentation/devicetree/bindings/i2c/i2c-fsi.txt
7041 F: drivers/i2c/busses/i2c-fsi.c
7043 FSI-ATTACHED SPI DRIVER
7044 M: Eddie James <eajames@linux.ibm.com>
7045 L: linux-spi@vger.kernel.org
7047 F: Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml
7048 F: drivers/spi/spi-fsi.c
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
7055 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
7057 F: include/linux/fsnotify*.h
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
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
7068 F: include/linux/fsverity.h
7069 F: include/uapi/linux/fsverity.h
7071 FUJITSU LAPTOP EXTRAS
7072 M: Jonathan Woithe <jwoithe@just42.net>
7073 L: platform-driver-x86@vger.kernel.org
7075 F: drivers/platform/x86/fujitsu-laptop.c
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
7082 F: drivers/media/i2c/m5mols/
7083 F: include/media/i2c/m5mols.h
7085 FUJITSU TABLET EXTRAS
7086 M: Robert Gerlach <khnz@gmx.de>
7087 L: platform-driver-x86@vger.kernel.org
7089 F: drivers/platform/x86/fujitsu-tablet.c
7091 FUSE: FILESYSTEM IN USERSPACE
7092 M: Miklos Szeredi <miklos@szeredi.hu>
7093 L: linux-fsdevel@vger.kernel.org
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
7099 F: include/uapi/linux/fuse.h
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
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
7114 F: tools/perf/bench/futex*
7115 F: Documentation/locking/*futex*
7117 GATEWORKS SYSTEM CONTROLLER (GSC) DRIVER
7118 M: Tim Harvey <tharvey@gateworks.com>
7119 M: Robert Jones <rjones@gateworks.com>
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
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>
7134 F: drivers/staging/gasket/
7137 M: Kees Cook <keescook@chromium.org>
7138 R: Emese Revfy <re.emese@gmail.com>
7139 L: kernel-hardening@lists.openwall.com
7141 F: Documentation/kbuild/gcc-plugins.rst
7142 F: scripts/Makefile.gcc-plugins
7143 F: scripts/gcc-plugin.sh
7144 F: scripts/gcc-plugins/
7146 GCOV BASED KERNEL PROFILING
7147 M: Peter Oberparleiter <oberpar@linux.ibm.com>
7149 F: Documentation/dev-tools/gcov.rst
7152 GDB KERNEL DEBUGGING HELPER SCRIPTS
7153 M: Jan Kiszka <jan.kiszka@siemens.com>
7154 M: Kieran Bingham <kbingham@kernel.org>
7158 GDT SCSI DISK ARRAY CONTROLLER DRIVER
7159 M: Achim Leubner <achim_leubner@adaptec.com>
7160 L: linux-scsi@vger.kernel.org
7162 W: http://www.icp-vortex.com/
7163 F: drivers/scsi/gdt*
7165 GEMTEK FM RADIO RECEIVER DRIVER
7166 M: Hans Verkuil <hverkuil@xs4all.nl>
7167 L: linux-media@vger.kernel.org
7169 W: https://linuxtv.org
7170 T: git git://linuxtv.org/media_tree.git
7171 F: drivers/media/radio/radio-gemtek*
7173 GENERIC ARCHITECTURE TOPOLOGY
7174 M: Sudeep Holla <sudeep.holla@arm.com>
7175 L: linux-kernel@vger.kernel.org
7177 F: drivers/base/arch_topology.c
7178 F: include/linux/arch_topology.h
7180 GENERIC GPIO I2C DRIVER
7181 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
7183 F: drivers/i2c/busses/i2c-gpio.c
7184 F: include/linux/platform_data/i2c-gpio.h
7186 GENERIC GPIO I2C MULTIPLEXER DRIVER
7187 M: Peter Korsgaard <peter.korsgaard@barco.com>
7188 L: linux-i2c@vger.kernel.org
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
7194 GENERIC HDLC (WAN) DRIVERS
7195 M: Krzysztof Halasa <khc@pm.waw.pl>
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*
7206 GENERIC INCLUDE/ASM HEADER FILES
7207 M: Arnd Bergmann <arnd@arndb.de>
7208 L: linux-arch@vger.kernel.org
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/
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
7219 T: git git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
7220 F: Documentation/devicetree/bindings/phy/
7222 F: include/linux/phy/
7224 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
7225 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
7227 F: drivers/i2c/muxes/i2c-demux-pinctrl.c
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
7235 F: Documentation/devicetree/bindings/power/power?domain*
7236 F: drivers/base/power/domain*.c
7237 F: include/linux/pm_domain.h
7239 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
7240 M: Eugen Hristev <eugen.hristev@microchip.com>
7241 L: linux-input@vger.kernel.org
7243 F: drivers/input/touchscreen/resistive-adc-touch.c
7245 GENERIC UIO DRIVER FOR PCI DEVICES
7246 M: "Michael S. Tsirkin" <mst@redhat.com>
7247 L: kvm@vger.kernel.org
7249 F: drivers/uio/uio_pci_generic.c
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
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
7260 F: kernel/time/vsyscall.c
7263 GENWQE (IBM Generic Workqueue Card)
7264 M: Frank Haverkamp <haver@linux.ibm.com>
7266 F: drivers/misc/genwqe/
7268 GET_MAINTAINER SCRIPT
7269 M: Joe Perches <joe@perches.com>
7271 F: scripts/get_maintainer.pl
7274 M: Bob Peterson <rpeterso@redhat.com>
7275 M: Andreas Gruenbacher <agruenba@redhat.com>
7276 L: cluster-devel@redhat.com
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*
7282 F: include/uapi/linux/gfs2_ondisk.h
7285 M: Johan Hovold <johan@kernel.org>
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/
7291 F: include/linux/gnss.h
7294 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
7295 L: linux-media@vger.kernel.org
7297 F: drivers/media/usb/go7007/
7300 M: Bastien Nocera <hadess@hadess.net>
7301 L: linux-input@vger.kernel.org
7303 F: drivers/input/touchscreen/goodix.c
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
7311 F: Documentation/networking/device_drivers/google/gve.rst
7312 F: drivers/net/ethernet/google
7314 GPD POCKET FAN DRIVER
7315 M: Hans de Goede <hdegoede@redhat.com>
7316 L: platform-driver-x86@vger.kernel.org
7318 F: drivers/platform/x86/gpd-pocket-fan.c
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
7326 F: Documentation/firmware-guide/acpi/gpio-properties.rst
7327 F: drivers/gpio/gpiolib-acpi.c
7328 F: drivers/gpio/gpiolib-acpi.h
7331 M: Geert Uytterhoeven <geert+renesas@glider.be>
7332 L: linux-gpio@vger.kernel.org
7334 F: Documentation/admin-guide/gpio/gpio-aggregator.rst
7335 F: drivers/gpio/gpio-aggregator.c
7338 M: Sean Young <sean@mess.org>
7339 L: linux-media@vger.kernel.org
7341 F: drivers/media/rc/gpio-ir-tx.c
7344 M: Bamvor Jian Zhang <bamv2005@gmail.com>
7345 L: linux-gpio@vger.kernel.org
7347 F: drivers/gpio/gpio-mockup.c
7348 F: tools/testing/selftests/gpio/
7351 R: Michael Walle <michael@walle.cc>
7353 F: drivers/gpio/gpio-regmap.c
7354 F: include/linux/gpio/regmap.h
7357 M: Linus Walleij <linus.walleij@linaro.org>
7358 M: Bartosz Golaszewski <bgolaszewski@baylibre.com>
7359 L: linux-gpio@vger.kernel.org
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/
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
7375 GRE DEMULTIPLEXER DRIVER
7376 M: Dmitry Kozlov <xeb@mail.ru>
7377 L: netdev@vger.kernel.org
7379 F: include/net/gre.h
7380 F: net/ipv4/gre_demux.c
7381 F: net/ipv4/gre_offload.c
7383 GRETH 10/100/1G Ethernet MAC device driver
7384 M: Andreas Larsson <andreas@gaisler.com>
7385 L: netdev@vger.kernel.org
7387 F: drivers/net/ethernet/aeroflex/
7389 GREYBUS AUDIO PROTOCOLS DRIVERS
7390 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
7391 M: Mark Greer <mgreer@animalcreek.com>
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
7406 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
7407 M: Viresh Kumar <vireshk@kernel.org>
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
7423 GREYBUS LOOPBACK DRIVER
7424 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
7426 F: drivers/staging/greybus/loopback.c
7428 GREYBUS PLATFORM DRIVERS
7429 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
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
7435 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
7436 M: Rui Miguel Silva <rmfrfs@gmail.com>
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
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)
7452 F: drivers/staging/greybus/
7453 F: include/linux/greybus.h
7454 F: include/linux/greybus/
7456 GREYBUS UART PROTOCOLS DRIVERS
7457 M: David Lin <dtwlin@gmail.com>
7459 F: drivers/staging/greybus/log.c
7460 F: drivers/staging/greybus/uart.c
7462 GS1662 VIDEO SERIALIZER
7463 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
7464 L: linux-media@vger.kernel.org
7466 T: git git://linuxtv.org/media_tree.git
7467 F: drivers/media/spi/gs1662.c
7469 GSPCA FINEPIX SUBDRIVER
7470 M: Frank Zago <frank@zago.net>
7471 L: linux-media@vger.kernel.org
7473 T: git git://linuxtv.org/media_tree.git
7474 F: drivers/media/usb/gspca/finepix.c
7476 GSPCA GL860 SUBDRIVER
7477 M: Olivier Lorin <o.lorin@laposte.net>
7478 L: linux-media@vger.kernel.org
7480 T: git git://linuxtv.org/media_tree.git
7481 F: drivers/media/usb/gspca/gl860/
7483 GSPCA M5602 SUBDRIVER
7484 M: Erik Andren <erik.andren@gmail.com>
7485 L: linux-media@vger.kernel.org
7487 T: git git://linuxtv.org/media_tree.git
7488 F: drivers/media/usb/gspca/m5602/
7490 GSPCA PAC207 SONIXB SUBDRIVER
7491 M: Hans Verkuil <hverkuil@xs4all.nl>
7492 L: linux-media@vger.kernel.org
7494 T: git git://linuxtv.org/media_tree.git
7495 F: drivers/media/usb/gspca/pac207.c
7497 GSPCA SN9C20X SUBDRIVER
7498 M: Brian Johnson <brijohn@gmail.com>
7499 L: linux-media@vger.kernel.org
7501 T: git git://linuxtv.org/media_tree.git
7502 F: drivers/media/usb/gspca/sn9c20x.c
7504 GSPCA T613 SUBDRIVER
7505 M: Leandro Costantino <lcostantino@gmail.com>
7506 L: linux-media@vger.kernel.org
7508 T: git git://linuxtv.org/media_tree.git
7509 F: drivers/media/usb/gspca/t613.c
7511 GSPCA USB WEBCAM DRIVER
7512 M: Hans Verkuil <hverkuil@xs4all.nl>
7513 L: linux-media@vger.kernel.org
7515 T: git git://linuxtv.org/media_tree.git
7516 F: drivers/media/usb/gspca/
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
7523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
7524 F: drivers/net/gtp.c
7526 GUID PARTITION TABLE (GPT)
7527 M: Davidlohr Bueso <dave@stgolabs.net>
7528 L: linux-efi@vger.kernel.org
7530 F: block/partitions/efi.*
7533 M: Yoshinori Sato <ysato@users.sourceforge.jp>
7534 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
7536 W: http://uclinux-h8.sourceforge.jp
7537 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
7539 F: drivers/clk/h8300/
7540 F: drivers/clocksource/h8300_*.c
7541 F: drivers/irqchip/irq-renesas-h8*.c
7543 HABANALABS PCI DRIVER
7544 M: Oded Gabbay <oded.gabbay@gmail.com>
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
7553 M: Antti Palosaari <crope@iki.fi>
7554 L: linux-media@vger.kernel.org
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/
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
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/
7572 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
7573 M: Frank Seidel <frank@f-seidel.de>
7574 L: platform-driver-x86@vger.kernel.org
7576 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
7577 F: drivers/platform/x86/hdaps.c
7580 M: Jean Delvare <jdelvare@suse.com>
7581 M: Guenter Roeck <linux@roeck-us.net>
7582 L: linux-hwmon@vger.kernel.org
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/
7589 F: include/linux/hwmon*.h
7590 F: include/trace/events/hwmon*.h
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
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
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
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
7614 HARDWARE TRACING FACILITIES
7615 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
7617 F: drivers/hwtracing/
7619 HARMONY SOUND DRIVER
7620 L: linux-parisc@vger.kernel.org
7622 F: sound/parisc/harmony.*
7624 HDPVR USB VIDEO ENCODER DRIVER
7625 M: Hans Verkuil <hverkuil@xs4all.nl>
7626 L: linux-media@vger.kernel.org
7628 W: https://linuxtv.org
7629 T: git git://linuxtv.org/media_tree.git
7630 F: drivers/media/usb/hdpvr/
7632 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
7633 M: Jerry Hoemann <jerry.hoemann@hpe.com>
7635 F: Documentation/watchdog/hpwdt.rst
7636 F: drivers/watchdog/hpwdt.c
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
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
7649 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
7650 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
7651 L: linux-rdma@vger.kernel.org
7653 F: drivers/infiniband/hw/hfi1
7656 L: linux-fsdevel@vger.kernel.org
7658 F: Documentation/filesystems/hfs.rst
7662 L: linux-fsdevel@vger.kernel.org
7664 F: Documentation/filesystems/hfsplus.rst
7667 HGA FRAMEBUFFER DRIVER
7668 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
7669 L: linux-nvidia@lists.surfsouth.com
7671 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
7672 F: drivers/video/fbdev/hgafb.c
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
7679 B: https://bugzilla.kernel.org
7680 F: arch/*/include/asm/suspend*.h
7682 F: drivers/base/power/
7683 F: include/linux/freezer.h
7684 F: include/linux/pm.h
7685 F: include/linux/suspend.h
7689 M: Jiri Kosina <jikos@kernel.org>
7690 M: Benjamin Tissoires <benjamin.tissoires@redhat.com>
7691 L: linux-input@vger.kernel.org
7693 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
7695 F: include/linux/hid*
7696 F: include/uapi/linux/hid*
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
7705 F: Documentation/hid/hid-sensor*
7706 F: drivers/hid/hid-sensor-*
7707 F: drivers/iio/*/hid-*
7708 F: include/linux/hid-sensor-*
7710 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
7711 M: Thomas Gleixner <tglx@linutronix.de>
7712 L: linux-kernel@vger.kernel.org
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
7722 HIGH-SPEED SCC DRIVER FOR AX.25
7723 L: linux-hams@vger.kernel.org
7725 F: drivers/net/hamradio/dmascc.c
7726 F: drivers/net/hamradio/scc.c
7728 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
7729 M: HighPoint Linux Team <linux@highpoint-tech.com>
7731 W: http://www.highpoint-tech.com
7732 F: Documentation/scsi/hptiop.rst
7733 F: drivers/scsi/hptiop.c
7736 M: Jes Sorensen <jes@trained-monkey.org>
7737 L: linux-hippi@sunsite.dk
7739 F: drivers/net/hippi/
7740 F: include/linux/hippidevice.h
7741 F: include/uapi/linux/if_hippi.h
7744 HISILICON DMA DRIVER
7745 M: Zhou Wang <wangzhou1@hisilicon.com>
7746 L: dmaengine@vger.kernel.org
7748 F: drivers/dma/hisi_dma.c
7750 HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE)
7751 M: Zaibo Xu <xuzaibo@huawei.com>
7752 L: linux-crypto@vger.kernel.org
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
7759 HISILICON LPC BUS DRIVER
7760 M: john.garry@huawei.com
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
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
7771 W: http://www.hisilicon.com
7772 F: drivers/net/ethernet/hisilicon/hns3/
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
7779 W: http://www.hisilicon.com
7780 F: Documentation/devicetree/bindings/net/hisilicon*.txt
7781 F: drivers/net/ethernet/hisilicon/
7783 HISILICON PMU DRIVER
7784 M: Shaokun Zhang <zhangshaokun@hisilicon.com>
7786 W: http://www.hisilicon.com
7787 F: Documentation/admin-guide/perf/hisi-pmu.rst
7788 F: drivers/perf/hisilicon
7790 HISILICON QM AND ZIP Controller DRIVER
7791 M: Zhou Wang <wangzhou1@hisilicon.com>
7792 L: linux-crypto@vger.kernel.org
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/
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
7806 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
7807 F: drivers/infiniband/hw/hns/
7809 HISILICON SAS Controller
7810 M: John Garry <john.garry@huawei.com>
7812 W: http://www.hisilicon.com
7813 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
7814 F: drivers/scsi/hisi_sas/
7816 HISILICON SECURITY ENGINE V2 DRIVER (SEC2)
7817 M: Zaibo Xu <xuzaibo@huawei.com>
7818 L: linux-crypto@vger.kernel.org
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
7826 HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT
7827 M: Zaibo Xu <xuzaibo@huawei.com>
7829 F: drivers/char/hw_random/hisi-trng-v2.c
7831 HISILICON V3XX SPI NOR FLASH Controller Driver
7832 M: John Garry <john.garry@huawei.com>
7834 W: http://www.hisilicon.com
7835 F: drivers/spi/spi-hisi-sfc-v3xx.c
7837 HMM - Heterogeneous Memory Management
7838 M: Jérôme Glisse <jglisse@redhat.com>
7839 L: linux-mm@kvack.org
7841 F: Documentation/vm/hmm.rst
7842 F: include/linux/hmm*
7845 F: tools/testing/selftests/vm/*hmm*
7848 M: Jouni Malinen <j@w1.fi>
7849 L: linux-wireless@vger.kernel.org
7851 W: http://w1.fi/hostap-driver.html
7852 F: drivers/net/wireless/intersil/hostap/
7854 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
7855 L: platform-driver-x86@vger.kernel.org
7857 F: drivers/platform/x86/tc1100-wmi.c
7859 HPET: High Precision Event Timers driver
7860 M: Clemens Ladisch <clemens@ladisch.de>
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
7869 F: arch/x86/include/asm/hpet.h
7870 F: arch/x86/kernel/hpet.c
7873 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
7875 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
7879 M: Sebastian Reichel <sre@kernel.org>
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
7885 F: include/linux/hsi/
7886 F: include/uapi/linux/hsi/
7889 L: linux-usb@vger.kernel.org
7891 F: drivers/net/usb/hso.c
7893 HSR NETWORK PROTOCOL
7894 L: netdev@vger.kernel.org
7898 HT16K33 LED CONTROLLER DRIVER
7899 M: Robin van der Gracht <robin@protonic.nl>
7901 F: Documentation/devicetree/bindings/display/ht16k33.txt
7902 F: drivers/auxdisplay/ht16k33.c
7904 HTCPEN TOUCHSCREEN DRIVER
7905 M: Pau Oliva Fora <pof@eslack.org>
7906 L: linux-input@vger.kernel.org
7908 F: drivers/input/touchscreen/htcpen.c
7910 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
7911 M: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
7912 L: linux-iio@vger.kernel.org
7914 W: http://www.st.com/
7915 F: Documentation/devicetree/bindings/iio/humidity/hts221.txt
7916 F: drivers/iio/humidity/hts221*
7918 HUAWEI ETHERNET DRIVER
7919 M: Bin Luo <luobin9@huawei.com>
7920 L: netdev@vger.kernel.org
7922 F: Documentation/networking/hinic.rst
7923 F: drivers/net/ethernet/huawei/hinic/
7926 M: Mike Kravetz <mike.kravetz@oracle.com>
7927 L: linux-mm@kvack.org
7929 F: Documentation/ABI/testing/sysfs-kernel-mm-hugepages
7930 F: Documentation/admin-guide/mm/hugetlbpage.rst
7931 F: Documentation/vm/hugetlbfs_reserv.rst
7933 F: include/linux/hugetlb.h
7937 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
7938 L: linux-media@vger.kernel.org
7940 W: https://linuxtv.org
7941 T: git git://linuxtv.org/media_tree.git
7942 F: drivers/media/platform/sti/hva
7944 HWPOISON MEMORY FAILURE HANDLING
7945 M: Naoya Horiguchi <naoya.horiguchi@nec.com>
7946 L: linux-mm@kvack.org
7948 F: mm/hwpoison-inject.c
7949 F: mm/memory-failure.c
7951 HYGON PROCESSOR SUPPORT
7952 M: Pu Wen <puwen@hygon.cn>
7953 L: linux-kernel@vger.kernel.org
7955 F: arch/x86/kernel/cpu/hygon.c
7957 HYNIX HI556 SENSOR DRIVER
7958 M: Shawn Tu <shawnx.tu@intel.com>
7959 L: linux-media@vger.kernel.org
7961 T: git git://linuxtv.org/media_tree.git
7962 F: drivers/media/i2c/hi556.c
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
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
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
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
8000 M: Vignesh Raghavendra <vigneshr@ti.com>
8001 L: linux-mtd@lists.infradead.org
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
8011 HYPERVISOR VIRTUAL CONSOLE DRIVER
8012 L: linuxppc-dev@lists.ozlabs.org
8017 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8018 L: linux-i2c@vger.kernel.org
8019 L: linux-acpi@vger.kernel.org
8021 F: drivers/i2c/i2c-core-acpi.c
8023 I2C CONTROLLER DRIVER FOR NVIDIA GPU
8024 M: Ajay Gupta <ajayg@nvidia.com>
8025 L: linux-i2c@vger.kernel.org
8027 F: Documentation/i2c/busses/i2c-nvidia-gpu.rst
8028 F: drivers/i2c/busses/i2c-nvidia-gpu.c
8031 M: Peter Rosin <peda@axentia.se>
8032 L: linux-i2c@vger.kernel.org
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
8043 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
8044 M: Gregory CLEMENT <gregory.clement@bootlin.com>
8045 L: linux-i2c@vger.kernel.org
8047 F: Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
8048 F: drivers/i2c/busses/i2c-mv64xxx.c
8050 I2C OVER PARALLEL PORT
8051 M: Jean Delvare <jdelvare@suse.com>
8052 L: linux-i2c@vger.kernel.org
8054 F: Documentation/i2c/busses/i2c-parport.rst
8055 F: drivers/i2c/busses/i2c-parport.c
8058 M: Wolfram Sang <wsa@kernel.org>
8059 L: linux-i2c@vger.kernel.org
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/
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
8073 I2C SUBSYSTEM HOST DRIVERS
8074 L: linux-i2c@vger.kernel.org
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/
8084 M: Jean Delvare <jdelvare@suse.com>
8085 L: linux-i2c@vger.kernel.org
8087 F: Documentation/i2c/busses/i2c-taos-evm.rst
8088 F: drivers/i2c/busses/i2c-taos-evm.c
8091 M: Till Harbaum <till@harbaum.org>
8092 L: linux-i2c@vger.kernel.org
8094 W: http://www.harbaum.org/till/i2c_tiny_usb
8095 F: drivers/i2c/busses/i2c-tiny-usb.c
8097 I2C/SMBUS CONTROLLER DRIVERS FOR PC
8098 M: Jean Delvare <jdelvare@suse.com>
8099 L: linux-i2c@vger.kernel.org
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
8131 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
8132 M: Hans de Goede <hdegoede@redhat.com>
8133 L: linux-i2c@vger.kernel.org
8135 F: drivers/i2c/busses/i2c-cht-wc.c
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
8144 I2C/SMBUS STUB DRIVER
8145 M: Jean Delvare <jdelvare@suse.com>
8146 L: linux-i2c@vger.kernel.org
8148 F: drivers/i2c/i2c-stub.c
8150 I3C DRIVER FOR CADENCE I3C MASTER IP
8151 M: Przemysław Gaj <pgaj@cadence.com>
8153 F: Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
8154 F: drivers/i3c/master/i3c-master-cdns.c
8156 I3C DRIVER FOR SYNOPSYS DESIGNWARE
8157 M: Vitor Soares <vitor.soares@synopsys.com>
8159 F: Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
8160 F: drivers/i3c/master/dw*
8163 M: Boris Brezillon <bbrezillon@kernel.org>
8164 L: linux-i3c@lists.infradead.org (moderated for non-subscribers)
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
8172 F: include/linux/i3c/
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
8179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8180 F: Documentation/ia64/
8183 IBM Power 842 compression accelerator
8184 M: Haren Myneni <haren@us.ibm.com>
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
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
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
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
8212 F: drivers/pci/hotplug/rpadlpar*
8214 IBM Power Linux RAID adapter
8215 M: Brian King <brking@us.ibm.com>
8217 F: drivers/scsi/ipr.*
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
8224 F: drivers/pci/hotplug/rpaphp*
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
8231 F: drivers/net/ethernet/ibm/ibmvnic.*
8233 IBM Power Virtual Accelerator Switchboard
8234 M: Sukadev Bhattiprolu <sukadev@linux.ibm.com>
8235 L: linuxppc-dev@lists.ozlabs.org
8237 F: arch/powerpc/include/asm/vas.h
8238 F: arch/powerpc/platforms/powernv/copy-paste.h
8239 F: arch/powerpc/platforms/powernv/vas*
8241 IBM Power Virtual Ethernet Device Driver
8242 M: Thomas Falcon <tlfalcon@linux.ibm.com>
8243 L: netdev@vger.kernel.org
8245 F: drivers/net/ethernet/ibm/ibmveth.*
8247 IBM Power Virtual FC Device Drivers
8248 M: Tyrel Datwyler <tyreld@linux.ibm.com>
8249 L: linux-scsi@vger.kernel.org
8251 F: drivers/scsi/ibmvscsi/ibmvfc*
8253 IBM Power Virtual Management Channel Driver
8254 M: Steven Royer <seroyer@linux.ibm.com>
8256 F: drivers/misc/ibmvmc.*
8258 IBM Power Virtual SCSI Device Drivers
8259 M: Tyrel Datwyler <tyreld@linux.ibm.com>
8260 L: linux-scsi@vger.kernel.org
8262 F: drivers/scsi/ibmvscsi/ibmvscsi*
8263 F: include/scsi/viosrp.h
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
8270 F: drivers/scsi/ibmvscsi_tgt/
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
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
8285 IBM ServeRAID RAID DRIVER
8287 F: drivers/scsi/ips.*
8289 ICH LPC AND GPIO DRIVER
8290 M: Peter Tyser <ptyser@xes-inc.com>
8292 F: drivers/gpio/gpio-ich.c
8293 F: drivers/mfd/lpc_ich.c
8296 M: Max Staudt <max@enpas.org>
8297 L: linux-i2c@vger.kernel.org
8299 F: drivers/i2c/busses/i2c-icy.c
8302 M: "David S. Miller" <davem@davemloft.net>
8303 L: linux-ide@vger.kernel.org
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/
8309 F: include/linux/ide.h
8312 M: Borislav Petkov <bp@alien8.de>
8313 L: linux-ide@vger.kernel.org
8315 F: Documentation/cdrom/ide-cd.rst
8316 F: drivers/ide/ide-cd*
8318 IDEAPAD LAPTOP EXTRAS DRIVER
8319 M: Ike Panhc <ike.pan@canonical.com>
8320 L: platform-driver-x86@vger.kernel.org
8322 W: http://launchpad.net/ideapad-laptop
8323 F: drivers/platform/x86/ideapad-laptop.c
8325 IDEAPAD LAPTOP SLIDEBAR DRIVER
8326 M: Andrey Moiseev <o2g.org.ru@gmail.com>
8327 L: linux-input@vger.kernel.org
8329 W: https://github.com/o2genum/ideapad-slidebar
8330 F: drivers/input/misc/ideapad_slidebar.c
8332 IDT VersaClock 5 CLOCK DRIVER
8333 M: Marek Vasut <marek.vasut@gmail.com>
8335 F: drivers/clk/clk-versaclock5.c
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
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
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
8364 IGORPLUG-USB IR RECEIVER
8365 M: Sean Young <sean@mess.org>
8366 L: linux-media@vger.kernel.org
8368 F: drivers/media/rc/igorplugusb.c
8370 IGUANAWORKS USB IR TRANSCEIVER
8371 M: Sean Young <sean@mess.org>
8372 L: linux-media@vger.kernel.org
8374 F: drivers/media/rc/iguanair.c
8376 IIO DIGITAL POTENTIOMETER DAC
8377 M: Peter Rosin <peda@axentia.se>
8378 L: linux-iio@vger.kernel.org
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
8384 IIO ENVELOPE DETECTOR
8385 M: Peter Rosin <peda@axentia.se>
8386 L: linux-iio@vger.kernel.org
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
8393 M: Peter Rosin <peda@axentia.se>
8394 L: linux-iio@vger.kernel.org
8396 F: Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt
8397 F: drivers/iio/multiplexer/iio-mux.c
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
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/
8411 F: drivers/staging/iio/
8412 F: include/linux/iio/
8416 M: Peter Rosin <peda@axentia.se>
8417 L: linux-iio@vger.kernel.org
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
8424 IKANOS/ADI EAGLE ADSL USB DRIVER
8425 M: Matthieu Castet <castet.matthieu@free.fr>
8426 M: Stanislaw Gruszka <stf_xl@wp.pl>
8428 F: drivers/usb/atm/ueagle-atm.c
8430 IMGTEC ASCII LCD DRIVER
8431 M: Paul Burton <paulburton@kernel.org>
8433 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
8434 F: drivers/auxdisplay/img-ascii-lcd.c
8436 IMGTEC IR DECODER DRIVER
8438 F: drivers/media/rc/img-ir/
8440 IMON SOUNDGRAPH USB IR RECEIVER
8441 M: Sean Young <sean@mess.org>
8442 L: linux-media@vger.kernel.org
8444 F: drivers/media/rc/imon.c
8445 F: drivers/media/rc/imon_raw.c
8447 IMS TWINTURBO FRAMEBUFFER DRIVER
8448 L: linux-fbdev@vger.kernel.org
8450 F: drivers/video/fbdev/imsttfb.c
8452 INA209 HARDWARE MONITOR DRIVER
8453 M: Guenter Roeck <linux@roeck-us.net>
8454 L: linux-hwmon@vger.kernel.org
8456 F: Documentation/devicetree/bindings/hwmon/ina2xx.txt
8457 F: Documentation/hwmon/ina209.rst
8458 F: drivers/hwmon/ina209.c
8460 INA2XX HARDWARE MONITOR DRIVER
8461 M: Guenter Roeck <linux@roeck-us.net>
8462 L: linux-hwmon@vger.kernel.org
8464 F: Documentation/hwmon/ina2xx.rst
8465 F: drivers/hwmon/ina2xx.c
8466 F: include/linux/platform_data/ina2xx.h
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
8474 W: http://industrypack.sourceforge.net
8477 INFINEON DPS310 Driver
8478 M: Eddie James <eajames@linux.ibm.com>
8479 L: linux-iio@vger.kernel.org
8481 F: drivers/iio/pressure/dps310.c
8483 INFINIBAND SUBSYSTEM
8484 M: Doug Ledford <dledford@redhat.com>
8485 M: Jason Gunthorpe <jgg@mellanox.com>
8486 L: linux-rdma@vger.kernel.org
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/
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
8502 INGENIC JZ4780 DMA Driver
8503 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
8505 F: drivers/dma/dma-jz4780.c
8507 INGENIC JZ4780 NAND DRIVER
8508 M: Harvey Hunt <harveyhuntnexus@gmail.com>
8509 L: linux-mtd@lists.infradead.org
8511 F: drivers/mtd/nand/raw/ingenic/
8514 M: Paul Cercueil <paul@crapouillou.net>
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/
8542 M: Jan Kara <jack@suse.cz>
8543 R: Amir Goldstein <amir73il@gmail.com>
8544 L: linux-fsdevel@vger.kernel.org
8546 F: Documentation/filesystems/inotify.rst
8547 F: fs/notify/inotify/
8548 F: include/linux/inotify.h
8549 F: include/uapi/linux/inotify.h
8551 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8552 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
8553 L: linux-input@vger.kernel.org
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/
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
8566 INPUT MULTITOUCH (MT) PROTOCOL
8567 M: Henrik Rydberg <rydberg@bitmath.org>
8568 L: linux-input@vger.kernel.org
8570 F: Documentation/input/multi-touch-protocol.rst
8571 F: drivers/input/input-mt.c
8574 INSIDE SECURE CRYPTO DRIVER
8575 M: Antoine Tenart <antoine.tenart@bootlin.com>
8576 L: linux-crypto@vger.kernel.org
8578 F: drivers/crypto/inside-secure/
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
8585 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
8586 F: security/integrity/ima/
8588 INTEL 810/815 FRAMEBUFFER DRIVER
8589 M: Antonino Daplas <adaplas@gmail.com>
8590 L: linux-fbdev@vger.kernel.org
8592 F: drivers/video/fbdev/i810/
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)
8603 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
8604 M: Hans de Goede <hdegoede@redhat.com>
8605 L: platform-driver-x86@vger.kernel.org
8607 F: drivers/platform/x86/intel_atomisp2_pm.c
8609 INTEL BROXTON PMC DRIVER
8610 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8611 M: Zha Qipeng <qipeng.zha@intel.com>
8613 F: drivers/mfd/intel_pmc_bxt.c
8614 F: include/linux/mfd/intel_pmc_bxt.h
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
8621 T: git git://git.code.sf.net/p/intel-sas/isci
8622 F: drivers/scsi/isci/
8624 INTEL CPU family model numbers
8625 M: Tony Luck <tony.luck@intel.com>
8627 L: linux-kernel@vger.kernel.org
8629 F: arch/x86/include/asm/intel-family.h
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
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
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)
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
8672 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
8673 M: Maik Broemme <mbroemme@libmpq.org>
8674 L: linux-fbdev@vger.kernel.org
8676 F: Documentation/fb/intelfb.rst
8677 F: drivers/video/fbdev/intelfb/
8680 M: Andy Shevchenko <andy@kernel.org>
8681 L: linux-gpio@vger.kernel.org
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
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
8698 W: https://01.org/igvt-g
8699 T: git https://github.com/intel/gvt-linux.git
8700 F: drivers/gpu/drm/i915/gvt/
8702 INTEL HID EVENT DRIVER
8703 M: Alex Hung <alex.hung@canonical.com>
8704 L: platform-driver-x86@vger.kernel.org
8706 F: drivers/platform/x86/intel-hid.c
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
8713 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
8714 F: drivers/dma/ioat*
8717 M: Dave Jiang <dave.jiang@intel.com>
8718 L: dmaengine@vger.kernel.org
8720 F: drivers/dma/idxd/*
8721 F: include/uapi/linux/idxd.h
8724 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
8725 M: Len Brown <lenb@kernel.org>
8726 L: linux-pm@vger.kernel.org
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
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
8737 F: drivers/hid/intel-ish-hid/
8740 M: David Woodhouse <dwmw2@infradead.org>
8741 M: Lu Baolu <baolu.lu@linux.intel.com>
8742 L: iommu@lists.linux-foundation.org
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
8749 INTEL IOP-ADMA DMA DRIVER
8750 R: Dan Williams <dan.j.williams@intel.com>
8752 F: drivers/dma/iop-adma.c
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
8761 F: Documentation/userspace-api/media/v4l/pixfmt-srggb10-ipu3.rst
8762 F: drivers/media/pci/intel/ipu3/
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
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/
8775 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8776 M: Krzysztof Halasa <khalasa@piap.pl>
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
8785 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8786 M: Deepak Saxena <dsaxena@plexity.net>
8788 F: drivers/char/hw_random/ixp4xx-rng.c
8790 INTEL MANAGEMENT ENGINE (mei)
8791 M: Tomas Winkler <tomas.winkler@intel.com>
8792 L: linux-kernel@vger.kernel.org
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
8801 INTEL MENLOW THERMAL DRIVER
8802 M: Sujith Thomas <sujith.thomas@intel.com>
8803 L: platform-driver-x86@vger.kernel.org
8805 W: https://01.org/linux-acpi
8806 F: drivers/platform/x86/intel_menlow.c
8808 INTEL MIC DRIVERS (mic)
8809 M: Sudeep Dutt <sudeep.dutt@intel.com>
8810 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
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
8824 INTEL P-Unit IPC DRIVER
8825 M: Zha Qipeng <qipeng.zha@intel.com>
8826 L: platform-driver-x86@vger.kernel.org
8828 F: arch/x86/include/asm/intel_punit_ipc.h
8829 F: drivers/platform/x86/intel_punit_ipc.c
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
8836 F: drivers/platform/x86/intel_pmc_core*
8838 INTEL PMIC GPIO DRIVERS
8839 M: Andy Shevchenko <andy@kernel.org>
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
8845 INTEL PMIC MULTIFUNCTION DEVICE DRIVERS
8846 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
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*
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
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/
8862 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8863 M: Len Brown <lenb@kernel.org>
8864 L: linux-pm@vger.kernel.org
8866 F: drivers/cpufreq/intel_pstate.c
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
8873 F: drivers/infiniband/hw/i40iw/
8874 F: include/uapi/rdma/i40iw-abi.h
8877 M: Mika Westerberg <mika.westerberg@linux.intel.com>
8879 F: arch/x86/include/asm/intel_scu_ipc.h
8880 F: drivers/platform/x86/intel_scu_*
8882 INTEL SPEED SELECT TECHNOLOGY
8883 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8884 L: platform-driver-x86@vger.kernel.org
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/
8890 INTEL STRATIX10 FIRMWARE DRIVERS
8891 M: Richard Gong <richard.gong@linux.intel.com>
8892 L: linux-kernel@vger.kernel.org
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
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
8906 F: arch/x86/include/asm/intel_telemetry.h
8907 F: drivers/platform/x86/intel_telemetry*
8909 INTEL UNCORE FREQUENCY CONTROL
8910 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
8911 L: platform-driver-x86@vger.kernel.org
8913 F: drivers/platform/x86/intel-uncore-frequency.c
8915 INTEL VIRTUAL BUTTON DRIVER
8916 M: AceLan Kao <acelan.kao@canonical.com>
8917 L: platform-driver-x86@vger.kernel.org
8919 F: drivers/platform/x86/intel-vbtn.c
8921 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
8922 M: Stanislaw Gruszka <stf_xl@wp.pl>
8923 L: linux-wireless@vger.kernel.org
8925 F: drivers/net/wireless/intel/iwlegacy/
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
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/
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)
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
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>
8952 W: https://slimbootloader.github.io/security/firmware-update.html
8953 F: drivers/platform/x86/intel-wmi-sbl-fw-update.c
8955 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
8956 M: Mario Limonciello <mario.limonciello@dell.com>
8958 F: drivers/platform/x86/intel-wmi-thunderbolt.c
8961 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
8963 F: Documentation/trace/intel_th.rst
8964 F: drivers/hwtracing/intel_th/
8965 F: include/linux/intel_th.h
8967 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
8968 M: Ning Sun <ning.sun@intel.com>
8969 L: tboot-devel@lists.sourceforge.net
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
8978 M: Georgi Djakov <georgi.djakov@linaro.org>
8979 L: linux-pm@vger.kernel.org
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
8988 INVENSENSE MPU-3050 GYROSCOPE DRIVER
8989 M: Linus Walleij <linus.walleij@linaro.org>
8990 L: linux-iio@vger.kernel.org
8992 F: Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
8993 F: drivers/iio/gyro/mpu3050*
8995 IOC3 ETHERNET DRIVER
8996 M: Ralf Baechle <ralf@linux-mips.org>
8997 L: linux-mips@vger.kernel.org
8999 F: drivers/net/ethernet/sgi/ioc3-eth.c
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
9009 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
9011 F: include/linux/iomap.h
9014 M: Joerg Roedel <joro@8bytes.org>
9015 L: iommu@lists.linux-foundation.org
9017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
9018 F: Documentation/devicetree/bindings/iommu/
9020 F: include/linux/iommu.h
9021 F: include/linux/iova.h
9022 F: include/linux/of_iommu.h
9025 M: Jens Axboe <axboe@kernel.dk>
9026 L: io-uring@vger.kernel.org
9028 T: git git://git.kernel.dk/linux-block
9029 T: git git://git.kernel.dk/liburing
9033 F: include/uapi/linux/io_uring.h
9036 M: Corey Minyard <minyard@acm.org>
9037 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
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*
9046 IPS SCSI RAID DRIVER
9047 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
9048 L: linux-scsi@vger.kernel.org
9050 W: http://www.adaptec.com/
9051 F: drivers/scsi/ips*
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
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/
9068 M: Jiri Kosina <jikos@kernel.org>
9069 M: David Sterba <dsterba@suse.com>
9071 F: drivers/tty/ipwireless/
9074 L: netdev@vger.kernel.org
9076 F: include/uapi/linux/ipx.h
9078 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
9079 M: Marc Zyngier <maz@kernel.org>
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
9088 M: Thomas Gleixner <tglx@linutronix.de>
9089 L: linux-kernel@vger.kernel.org
9091 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
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
9100 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
9101 F: Documentation/devicetree/bindings/interrupt-controller/
9105 M: William Breathitt Gray <vilhelm.gray@gmail.com>
9107 F: Documentation/driver-api/isa.rst
9108 F: drivers/base/isa.c
9109 F: include/linux/isa.h
9112 M: Hans Verkuil <hverkuil@xs4all.nl>
9113 L: linux-media@vger.kernel.org
9115 W: https://linuxtv.org
9116 T: git git://linuxtv.org/media_tree.git
9117 F: drivers/media/radio/radio-isa*
9120 M: Jaroslav Kysela <perex@perex.cz>
9122 F: Documentation/driver-api/isapnp.rst
9123 F: drivers/pnp/isapnp/
9124 F: include/linux/isapnp.h
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
9132 W: www.open-iscsi.com
9133 F: drivers/scsi/*iscsi*
9134 F: include/scsi/*iscsi*
9136 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
9137 M: Peter Jones <pjones@redhat.com>
9138 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
9140 F: drivers/firmware/iscsi_ibft*
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
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/
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
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
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
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/
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
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/
9184 IT87 HARDWARE MONITORING DRIVER
9185 M: Jean Delvare <jdelvare@suse.com>
9186 L: linux-hwmon@vger.kernel.org
9188 F: Documentation/hwmon/it87.rst
9189 F: drivers/hwmon/it87.c
9192 M: Antti Palosaari <crope@iki.fi>
9193 L: linux-media@vger.kernel.org
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*
9201 IVTV VIDEO4LINUX DRIVER
9202 M: Andy Walls <awalls@md.metrocast.net>
9203 L: linux-media@vger.kernel.org
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*
9211 IX2505V MEDIA DRIVER
9212 M: Malcolm Priestley <tvboxspy@gmail.com>
9213 L: linux-media@vger.kernel.org
9215 W: https://linuxtv.org
9216 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9217 F: drivers/media/dvb-frontends/ix2505v*
9219 JAILHOUSE HYPERVISOR INTERFACE
9220 M: Jan Kiszka <jan.kiszka@siemens.com>
9221 L: jailhouse-dev@googlegroups.com
9223 F: arch/x86/include/asm/jailhouse_para.h
9224 F: arch/x86/kernel/jailhouse.c
9226 JC42.4 TEMPERATURE SENSOR DRIVER
9227 M: Guenter Roeck <linux@roeck-us.net>
9228 L: linux-hwmon@vger.kernel.org
9230 F: Documentation/hwmon/jc42.rst
9231 F: drivers/hwmon/jc42.c
9234 M: Dave Kleikamp <shaggy@kernel.org>
9235 L: jfs-discussion@lists.sourceforge.net
9237 W: http://jfs.sourceforge.net/
9238 T: git git://github.com/kleikamp/linux-shaggy.git
9239 F: Documentation/admin-guide/jfs.rst
9243 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
9244 L: netdev@vger.kernel.org
9246 F: drivers/net/ethernet/jme.*
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
9253 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
9254 T: git git://git.infradead.org/ubifs-2.6.git
9256 F: include/uapi/linux/jffs2.h
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
9264 F: include/linux/jbd2.h
9266 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
9267 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
9268 L: linux-media@vger.kernel.org
9270 F: drivers/media/platform/rcar_jpu.c
9272 JSM Neo PCI based serial card
9273 L: linux-serial@vger.kernel.org
9275 F: drivers/tty/serial/jsm/
9277 K10TEMP HARDWARE MONITORING DRIVER
9278 M: Clemens Ladisch <clemens@ladisch.de>
9279 L: linux-hwmon@vger.kernel.org
9281 F: Documentation/hwmon/k10temp.rst
9282 F: drivers/hwmon/k10temp.c
9284 K8TEMP HARDWARE MONITORING DRIVER
9285 M: Rudolf Marek <r.marek@assembler.cz>
9286 L: linux-hwmon@vger.kernel.org
9288 F: Documentation/hwmon/k8temp.rst
9289 F: drivers/hwmon/k8temp.c
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
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
9303 F: scripts/Makefile.kasan
9306 M: Masahiro Yamada <masahiroy@kernel.org>
9307 L: linux-kbuild@vger.kernel.org
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
9315 R: Dmitry Vyukov <dvyukov@google.com>
9316 R: Andrey Konovalov <andreyknvl@google.com>
9317 L: kasan-dev@googlegroups.com
9319 F: Documentation/dev-tools/kcov.rst
9320 F: include/linux/kcov.h
9321 F: include/uapi/linux/kcov.h
9323 F: scripts/Makefile.kcov
9326 M: Marco Elver <elver@google.com>
9327 R: Dmitry Vyukov <dvyukov@google.com>
9328 L: kasan-dev@googlegroups.com
9330 F: Documentation/dev-tools/kcsan.rst
9331 F: include/linux/kcsan*.h
9333 F: lib/Kconfig.kcsan
9334 F: scripts/Makefile.kcsan
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
9342 W: http://lse.sourceforge.net/kdump/
9343 F: Documentation/admin-guide/kdump/
9345 F: include/linux/crash_core.h
9346 F: include/linux/crash_dump.h
9347 F: include/uapi/linux/vmcore.h
9350 KEENE FM RADIO TRANSMITTER DRIVER
9351 M: Hans Verkuil <hverkuil@xs4all.nl>
9352 L: linux-media@vger.kernel.org
9354 W: https://linuxtv.org
9355 T: git git://linuxtv.org/media_tree.git
9356 F: drivers/media/radio/radio-keene*
9359 M: Ian Kent <raven@themaw.net>
9360 L: autofs@vger.kernel.org
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
9369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
9370 F: Documentation/kbuild/
9372 F: scripts/*vmlinux*
9374 F: scripts/Makefile*
9381 L: kernel-janitors@vger.kernel.org
9383 W: http://kernelnewbies.org/KernelJanitors
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
9390 W: http://nfs.sourceforge.net/
9391 T: git git://linux-nfs.org/~bfields/linux.git
9395 F: include/linux/lockd/
9396 F: include/linux/sunrpc/
9397 F: include/uapi/linux/nfsd/
9398 F: include/uapi/linux/sunrpc/
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
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/
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
9416 W: https://google.github.io/kunit-docs/third_party/kernel/docs/
9417 F: Documentation/dev-tools/kunit/
9420 F: tools/testing/kunit/
9422 KERNEL USERMODE HELPER
9423 M: Luis Chamberlain <mcgrof@kernel.org>
9424 L: linux-kernel@vger.kernel.org
9426 F: include/linux/umh.h
9429 KERNEL VIRTUAL MACHINE (KVM)
9430 M: Paolo Bonzini <pbonzini@redhat.com>
9431 L: kvm@vger.kernel.org
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*
9443 F: tools/testing/selftests/kvm/
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
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*
9458 F: include/kvm/arm_*
9460 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
9461 L: linux-mips@vger.kernel.org
9462 L: kvm@vger.kernel.org
9464 F: arch/mips/include/asm/kvm*
9465 F: arch/mips/include/uapi/asm/kvm*
9468 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
9469 M: Paul Mackerras <paulus@ozlabs.org>
9470 L: kvm-ppc@vger.kernel.org
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/
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
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*
9494 F: arch/s390/mm/gmap.c
9495 F: tools/testing/selftests/kvm/*/s390x/
9496 F: tools/testing/selftests/kvm/s390x/
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
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
9522 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9523 M: Tejun Heo <tj@kernel.org>
9525 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9527 F: include/linux/kernfs.h
9530 M: Eric Biederman <ebiederm@xmission.com>
9531 L: kexec@lists.infradead.org
9533 W: http://kernel.org/pub/linux/utils/kernel/kexec/
9534 F: include/linux/kexec.h
9535 F: include/uapi/linux/kexec.h
9539 M: Mimi Zohar <zohar@linux.ibm.com>
9540 L: linux-integrity@vger.kernel.org
9541 L: keyrings@vger.kernel.org
9543 F: Documentation/security/keys/trusted-encrypted.rst
9544 F: include/keys/encrypted-type.h
9545 F: security/keys/encrypted-keys/
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
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/
9560 M: David Howells <dhowells@redhat.com>
9561 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
9562 L: keyrings@vger.kernel.org
9564 F: Documentation/security/keys/core.rst
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
9573 M: Stefani Seibold <stefani@seibold.net>
9575 F: include/linux/kfifo.h
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
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
9595 M: Catalin Marinas <catalin.marinas@arm.com>
9597 F: Documentation/dev-tools/kmemleak.rst
9598 F: include/linux/kmemleak.h
9599 F: mm/kmemleak-test.c
9602 KMOD KERNEL MODULE LOADER - USERMODE HELPER
9603 M: Luis Chamberlain <mcgrof@kernel.org>
9604 L: linux-kernel@vger.kernel.org
9606 F: include/linux/kmod.h
9609 F: tools/testing/selftests/kmod/
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>
9617 F: Documentation/kprobes.txt
9618 F: include/asm-generic/kprobes.h
9619 F: include/linux/kprobes.h
9622 KS0108 LCD CONTROLLER DRIVER
9623 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
9625 F: Documentation/admin-guide/auxdisplay/ks0108.rst
9626 F: drivers/auxdisplay/ks0108.c
9627 F: include/linux/ks0108.h
9630 M: David Ahern <dsahern@kernel.org>
9631 L: netdev@vger.kernel.org
9633 F: include/net/l3mdev.h
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
9644 F: include/linux/skmsg.h
9646 F: net/core/sock_map.c
9647 F: net/ipv4/tcp_bpf.c
9648 F: net/ipv4/udp_bpf.c
9650 LANTIQ / INTEL Ethernet drivers
9651 M: Hauke Mehrtens <hauke@hauke-m.de>
9652 L: netdev@vger.kernel.org
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
9659 LANTIQ MIPS ARCHITECTURE
9660 M: John Crispin <john@phrozen.org>
9661 L: linux-mips@vger.kernel.org
9664 F: drivers/soc/lantiq
9667 L: linux-x25@vger.kernel.org
9669 F: Documentation/networking/lapb-module.rst
9673 LASI 53c700 driver for PARISC
9674 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9675 L: linux-scsi@vger.kernel.org
9677 F: Documentation/scsi/53c700.rst
9678 F: drivers/scsi/53c700*
9681 M: Tobin C. Harding <me@tobin.cc>
9682 M: Tycho Andersen <tycho@tycho.ws>
9683 L: kernel-hardening@lists.openwall.com
9685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
9686 F: scripts/leaking_addresses.pl
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
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/
9698 F: include/linux/leds.h
9700 LEGACY EEPROM DRIVER
9701 M: Jean Delvare <jdelvare@suse.com>
9703 F: Documentation/misc-devices/eeprom.rst
9704 F: drivers/misc/eeprom/eeprom.c
9707 R: David Lechner <david@lechnology.com>
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
9713 LEGO USB Tower driver
9714 M: Juergen Stuber <starblue@users.sourceforge.net>
9715 L: legousb-devel@lists.sourceforge.net
9717 W: http://legousb.sourceforge.net/
9718 F: drivers/usb/misc/legousbtower.c
9721 M: Matan Ziv-Av <matan@svgalib.org>
9722 L: platform-driver-x86@vger.kernel.org
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
9729 M: Michael Krufky <mkrufky@linuxtv.org>
9730 L: linux-media@vger.kernel.org
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.*
9738 LGDT3305 MEDIA DRIVER
9739 M: Michael Krufky <mkrufky@linuxtv.org>
9740 L: linux-media@vger.kernel.org
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.*
9748 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
9749 M: Viresh Kumar <vireshk@kernel.org>
9750 L: linux-ide@vger.kernel.org
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
9757 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9758 M: Jens Axboe <axboe@kernel.dk>
9759 L: linux-ide@vger.kernel.org
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
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
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
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
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
9784 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
9785 M: Mikael Pettersson <mikpelinux@gmail.com>
9786 L: linux-ide@vger.kernel.org
9788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9789 F: drivers/ata/sata_promise.*
9791 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
9792 M: Jens Axboe <axboe@kernel.dk>
9793 L: linux-ide@vger.kernel.org
9795 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
9796 F: Documentation/devicetree/bindings/ata/
9798 F: include/linux/ata.h
9799 F: include/linux/libata.h
9802 M: Sasha Levin <alexander.levin@microsoft.com>
9804 F: tools/lib/lockdep/
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
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
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
9823 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
9824 P: Documentation/nvdimm/maintainer-entry-profile.rst
9825 F: drivers/nvdimm/btt*
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
9833 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
9834 P: Documentation/nvdimm/maintainer-entry-profile.rst
9835 F: drivers/nvdimm/pmem*
9837 LIBNVDIMM: DEVICETREE BINDINGS
9838 M: Oliver O'Halloran <oohall@gmail.com>
9839 L: linux-nvdimm@lists.01.org
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
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
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/*
9857 F: include/linux/libnvdimm.h
9858 F: include/linux/nd.h
9859 F: include/uapi/linux/ndctl.h
9860 F: tools/testing/nvdimm/
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
9867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git
9869 F: Documentation/process/license-rules.rst
9871 F: scripts/spdxcheck-test.sh
9872 F: scripts/spdxcheck.py
9874 LIGHTNVM PLATFORM SUPPORT
9875 M: Matias Bjorling <mb@lightnvm.io>
9876 L: linux-block@vger.kernel.org
9878 W: http://github/OpenChannelSSD
9879 F: drivers/lightnvm/
9880 F: include/linux/lightnvm.h
9881 F: include/uapi/linux/lightnvm.h
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
9890 LINUX FOR POWER MACINTOSH
9891 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
9892 L: linuxppc-dev@lists.ozlabs.org
9894 F: arch/powerpc/platforms/powermac/
9895 F: drivers/macintosh/
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
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/
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
9933 LINUX FOR POWERPC EMBEDDED MPC5XXX
9934 M: Anatolij Gustschin <agust@denx.de>
9935 L: linuxppc-dev@lists.ozlabs.org
9937 F: arch/powerpc/platforms/512x/
9938 F: arch/powerpc/platforms/52xx/
9940 LINUX FOR POWERPC EMBEDDED PPC4XX
9941 L: linuxppc-dev@lists.ozlabs.org
9943 F: arch/powerpc/platforms/40x/
9944 F: arch/powerpc/platforms/44x/
9946 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
9947 M: Scott Wood <oss@buserror.net>
9948 L: linuxppc-dev@lists.ozlabs.org
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/
9955 LINUX FOR POWERPC EMBEDDED PPC8XX
9956 M: Christophe Leroy <christophe.leroy@csgroup.eu>
9957 L: linuxppc-dev@lists.ozlabs.org
9959 F: arch/powerpc/platforms/8xx/
9961 LINUX KERNEL DUMP TEST MODULE (LKDTM)
9962 M: Kees Cook <keescook@chromium.org>
9964 F: drivers/misc/lkdtm/*
9965 F: tools/testing/selftests/lkdtm/*
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
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/
9991 LIS3LV02D ACCELEROMETER DRIVER
9992 M: Eric Piel <eric.piel@tremplin-utc.net>
9994 F: Documentation/misc-devices/lis3lv02d.rst
9995 F: drivers/misc/lis3lv02d/
9996 F: drivers/platform/x86/hp_accel.c
9999 M: David Gow <davidgow@google.com>
10000 L: linux-kselftest@vger.kernel.org
10001 L: kunit-dev@googlegroups.com
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
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/
10022 F: samples/livepatch/
10023 F: tools/testing/selftests/livepatch/
10026 L: netdev@vger.kernel.org
10028 F: include/linux/llc.h
10029 F: include/net/llc*
10030 F: include/uapi/linux/llc.h
10033 LM73 HARDWARE MONITOR DRIVER
10034 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
10035 L: linux-hwmon@vger.kernel.org
10037 F: drivers/hwmon/lm73.c
10039 LM78 HARDWARE MONITOR DRIVER
10040 M: Jean Delvare <jdelvare@suse.com>
10041 L: linux-hwmon@vger.kernel.org
10043 F: Documentation/hwmon/lm78.rst
10044 F: drivers/hwmon/lm78.c
10046 LM83 HARDWARE MONITOR DRIVER
10047 M: Jean Delvare <jdelvare@suse.com>
10048 L: linux-hwmon@vger.kernel.org
10050 F: Documentation/hwmon/lm83.rst
10051 F: drivers/hwmon/lm83.c
10053 LM90 HARDWARE MONITOR DRIVER
10054 M: Jean Delvare <jdelvare@suse.com>
10055 L: linux-hwmon@vger.kernel.org
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
10062 LM95234 HARDWARE MONITOR DRIVER
10063 M: Guenter Roeck <linux@roeck-us.net>
10064 L: linux-hwmon@vger.kernel.org
10066 F: Documentation/hwmon/lm95234.rst
10067 F: drivers/hwmon/lm95234.c
10069 LME2510 MEDIA DRIVER
10070 M: Malcolm Priestley <tvboxspy@gmail.com>
10071 L: linux-media@vger.kernel.org
10073 W: https://linuxtv.org
10074 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10075 F: drivers/media/usb/dvb-usb-v2/lmedm04*
10077 LOADPIN SECURITY MODULE
10078 M: Kees Cook <keescook@chromium.org>
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/
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
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
10100 F: lib/locking*.[ch]
10101 X: kernel/locking/locktorture.c
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
10107 W: http://www.linux-ntfs.org/content/view/19/37/
10108 F: Documentation/admin-guide/ldm.rst
10109 F: block/partitions/ldm.*
10111 LOGITECH HID GAMING KEYBOARDS
10112 M: Hans de Goede <hdegoede@redhat.com>
10113 L: linux-input@vger.kernel.org
10115 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
10116 F: drivers/hid/hid-lg-g15.c
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
10125 W: http://www.avagotech.com/support/
10126 F: drivers/message/fusion/
10127 F: drivers/scsi/mpt3sas/
10129 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
10130 M: Matthew Wilcox <willy@infradead.org>
10131 L: linux-scsi@vger.kernel.org
10133 F: drivers/scsi/sym53c8xx_2/
10136 M: Marcus Folkesson <marcus.folkesson@gmail.com>
10137 L: linux-iio@vger.kernel.org
10139 F: Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
10140 F: drivers/iio/dac/ltc1660.c
10142 LTC2947 HARDWARE MONITOR DRIVER
10143 M: Nuno Sá <nuno.sa@analog.com>
10144 L: linux-hwmon@vger.kernel.org
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
10153 LTC2983 IIO TEMPERATURE DRIVER
10154 M: Nuno Sá <nuno.sa@analog.com>
10155 L: linux-iio@vger.kernel.org
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
10161 LTC4261 HARDWARE MONITOR DRIVER
10162 M: Guenter Roeck <linux@roeck-us.net>
10163 L: linux-hwmon@vger.kernel.org
10165 F: Documentation/hwmon/ltc4261.rst
10166 F: drivers/hwmon/ltc4261.c
10168 LTC4306 I2C MULTIPLEXER DRIVER
10169 M: Michael Hennerich <michael.hennerich@analog.com>
10170 L: linux-i2c@vger.kernel.org
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
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)
10185 W: http://linux-test-project.github.io/
10186 T: git git://github.com/linux-test-project/ltp.git
10189 M: Geert Uytterhoeven <geert@linux-m68k.org>
10190 L: linux-m68k@lists.linux-m68k.org
10192 W: http://www.linux-m68k.org/
10193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
10197 M68K ON APPLE MACINTOSH
10198 M: Joshua Thompson <funaho@jurai.org>
10199 L: linux-m68k@lists.linux-m68k.org
10201 W: http://www.mac.linux-m68k.org/
10205 M: Philip Blundell <philb@gnu.org>
10207 W: http://www.tazenda.demon.co.uk/phil/linux-hp
10208 F: arch/m68k/hp300/
10210 M88DS3103 MEDIA DRIVER
10211 M: Antti Palosaari <crope@iki.fi>
10212 L: linux-media@vger.kernel.org
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*
10220 M88RS2000 MEDIA DRIVER
10221 M: Malcolm Priestley <tvboxspy@gmail.com>
10222 L: linux-media@vger.kernel.org
10224 W: https://linuxtv.org
10225 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10226 F: drivers/media/dvb-frontends/m88rs2000*
10228 MA901 MASTERKIT USB FM RADIO DRIVER
10229 M: Alexey Klimov <klimov.linux@gmail.com>
10230 L: linux-media@vger.kernel.org
10232 T: git git://linuxtv.org/media_tree.git
10233 F: drivers/media/radio/radio-ma901.c
10236 M: Johannes Berg <johannes@sipsolutions.net>
10237 L: linux-wireless@vger.kernel.org
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
10249 M: Jassi Brar <jassisinghbrar@gmail.com>
10250 L: linux-kernel@vger.kernel.org
10252 F: drivers/mailbox/
10253 F: include/linux/mailbox_client.h
10254 F: include/linux/mailbox_controller.h
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
10260 W: http://www.kernel.org/doc/man-pages
10262 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
10263 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
10264 L: linux-mips@vger.kernel.org
10266 F: arch/mips/boot/dts/img/pistachio_marduk.dts
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
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
10278 MARVELL ARMADA 3700 PHY DRIVERS
10279 M: Miquel Raynal <miquel.raynal@bootlin.com>
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
10286 MARVELL ARMADA DRM SUPPORT
10287 M: Russell King <linux@armlinux.org.uk>
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
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
10301 F: drivers/crypto/marvell/
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
10308 F: drivers/net/ethernet/marvell/sk*
10310 MARVELL LIBERTAS WIRELESS DRIVER
10311 L: libertas-dev@lists.infradead.org
10313 F: drivers/net/wireless/marvell/libertas/
10315 MARVELL MACCHIATOBIN SUPPORT
10316 M: Russell King <linux@armlinux.org.uk>
10317 L: linux-arm-kernel@lists.infradead.org
10319 F: arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
10321 MARVELL MV643XX ETHERNET DRIVER
10322 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
10323 L: netdev@vger.kernel.org
10325 F: drivers/net/ethernet/marvell/mv643xx_eth.*
10326 F: include/linux/mv643xx.h
10328 MARVELL MV88X3310 PHY DRIVER
10329 M: Russell King <linux@armlinux.org.uk>
10330 L: netdev@vger.kernel.org
10332 F: drivers/net/phy/marvell10g.c
10334 MARVELL MVEBU THERMAL DRIVER
10335 M: Miquel Raynal <miquel.raynal@bootlin.com>
10337 F: drivers/thermal/armada_thermal.c
10339 MARVELL MVNETA ETHERNET DRIVER
10340 M: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10341 L: netdev@vger.kernel.org
10343 F: drivers/net/ethernet/marvell/mvneta.*
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
10351 F: drivers/net/wireless/marvell/mwifiex/
10353 MARVELL MWL8K WIRELESS DRIVER
10354 M: Lennert Buytenhek <buytenh@wantstofly.org>
10355 L: linux-wireless@vger.kernel.org
10357 F: drivers/net/wireless/marvell/mwl8k.c
10359 MARVELL NAND CONTROLLER DRIVER
10360 M: Miquel Raynal <miquel.raynal@bootlin.com>
10361 L: linux-mtd@lists.infradead.org
10363 F: Documentation/devicetree/bindings/mtd/marvell-nand.txt
10364 F: drivers/mtd/nand/raw/marvell_nand.c
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
10373 F: drivers/net/ethernet/marvell/octeontx2/nic/
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
10382 F: Documentation/networking/device_drivers/marvell/octeontx2.rst
10383 F: drivers/net/ethernet/marvell/octeontx2/af/
10385 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
10386 M: Nicolas Pitre <nico@fluxnic.net>
10388 F: drivers/mmc/host/mvsdio.*
10390 MARVELL USB MDIO CONTROLLER DRIVER
10391 M: Tobias Waldekranz <tobias@waldekranz.com>
10392 L: netdev@vger.kernel.org
10394 F: Documentation/devicetree/bindings/net/marvell,mvusb.yaml
10395 F: drivers/net/phy/mdio-mvusb.c
10397 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
10398 M: Hu Ziji <huziji@marvell.com>
10399 L: linux-mmc@vger.kernel.org
10401 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
10402 F: drivers/mmc/host/sdhci-xenon*
10404 MATROX FRAMEBUFFER DRIVER
10405 L: linux-fbdev@vger.kernel.org
10407 F: drivers/video/fbdev/matrox/matroxfb_*
10408 F: include/uapi/linux/matroxfb.h
10410 MAX16065 HARDWARE MONITOR DRIVER
10411 M: Guenter Roeck <linux@roeck-us.net>
10412 L: linux-hwmon@vger.kernel.org
10414 F: Documentation/hwmon/max16065.rst
10415 F: drivers/hwmon/max16065.c
10417 MAX2175 SDR TUNER DRIVER
10418 M: Ramesh Shanmugasundaram <rashanmu@gmail.com>
10419 L: linux-media@vger.kernel.org
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
10427 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
10428 L: linux-hwmon@vger.kernel.org
10430 F: Documentation/hwmon/max6650.rst
10431 F: drivers/hwmon/max6650.c
10433 MAX6697 HARDWARE MONITOR DRIVER
10434 M: Guenter Roeck <linux@roeck-us.net>
10435 L: linux-hwmon@vger.kernel.org
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
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)
10446 F: Documentation/devicetree/bindings/sound/max9860.txt
10447 F: sound/soc/codecs/max9860.*
10449 MAXBOTIX ULTRASONIC RANGER IIO DRIVER
10450 M: Andreas Klinger <ak@it-klinger.de>
10451 L: linux-iio@vger.kernel.org
10453 F: Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
10454 F: drivers/iio/proximity/mb1232.c
10456 MAXIM MAX77650 PMIC MFD DRIVER
10457 M: Bartosz Golaszewski <bgolaszewski@baylibre.com>
10458 L: linux-kernel@vger.kernel.org
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
10470 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
10471 M: Javier Martinez Canillas <javier@dowhile0.org>
10472 L: linux-kernel@vger.kernel.org
10474 F: Documentation/devicetree/bindings/*/*max77802.txt
10475 F: drivers/regulator/max77802-regulator.c
10476 F: include/dt-bindings/*/*max77802.h
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
10483 F: drivers/power/supply/max14577_charger.c
10484 F: drivers/power/supply/max77693_charger.c
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
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
10507 MAXIRADIO FM RADIO RECEIVER DRIVER
10508 M: Hans Verkuil <hverkuil@xs4all.nl>
10509 L: linux-media@vger.kernel.org
10511 W: https://linuxtv.org
10512 T: git git://linuxtv.org/media_tree.git
10513 F: drivers/media/radio/radio-maxiradio*
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
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
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
10530 F: drivers/hid/hid-mcp2221.c
10532 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
10533 M: Peter Rosin <peda@axentia.se>
10534 L: linux-iio@vger.kernel.org
10536 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
10537 F: drivers/iio/potentiometer/mcp4018.c
10538 F: drivers/iio/potentiometer/mcp4531.c
10540 MCR20A IEEE-802.15.4 RADIO DRIVER
10541 M: Xue Liu <liuxuenetmail@gmail.com>
10542 L: linux-wpan@vger.kernel.org
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
10549 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
10550 M: William Breathitt Gray <vilhelm.gray@gmail.com>
10551 L: linux-iio@vger.kernel.org
10553 F: drivers/iio/dac/cio-dac.c
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
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
10566 MEDIA DRIVER FOR FREESCALE IMX PXP
10567 M: Philipp Zabel <p.zabel@pengutronix.de>
10568 L: linux-media@vger.kernel.org
10570 T: git git://linuxtv.org/media_tree.git
10571 F: drivers/media/platform/imx-pxp.[ch]
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
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*
10583 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
10584 M: Jasmin Jessich <jasmin@anw.at>
10585 L: linux-media@vger.kernel.org
10587 W: https://linuxtv.org
10588 T: git git://linuxtv.org/media_tree.git
10589 F: drivers/media/dvb-frontends/cxd2099*
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
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*
10601 MEDIA DRIVERS FOR CXD2880
10602 M: Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
10603 L: linux-media@vger.kernel.org
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*
10610 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
10611 L: linux-media@vger.kernel.org
10613 W: https://linuxtv.org
10614 T: git git://linuxtv.org/media_tree.git
10615 F: drivers/media/pci/ddbridge/*
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
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
10629 MEDIA DRIVERS FOR FREESCALE IMX7
10630 M: Rui Miguel Silva <rmfrfs@gmail.com>
10631 L: linux-media@vger.kernel.org
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
10640 MEDIA DRIVERS FOR HELENE
10641 M: Abylay Ospan <aospan@netup.ru>
10642 L: linux-media@vger.kernel.org
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*
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
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*
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
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*
10669 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
10670 L: linux-media@vger.kernel.org
10672 W: https://linuxtv.org
10673 T: git git://linuxtv.org/media_tree.git
10674 F: drivers/media/dvb-frontends/mxl5xx*
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
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/*
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
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/
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
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
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
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
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
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
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
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
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
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/
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
10749 T: git git://linuxtv.org/media_tree.git
10750 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
10751 F: drivers/media/platform/vsp1/
10753 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
10754 L: linux-media@vger.kernel.org
10756 W: https://linuxtv.org
10757 T: git git://linuxtv.org/media_tree.git
10758 F: drivers/media/dvb-frontends/stv0910*
10760 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
10761 L: linux-media@vger.kernel.org
10763 W: https://linuxtv.org
10764 T: git git://linuxtv.org/media_tree.git
10765 F: drivers/media/dvb-frontends/stv6111*
10767 MEDIA DRIVERS FOR STM32 - DCMI
10768 M: Hugues Fruchet <hugues.fruchet@st.com>
10769 L: linux-media@vger.kernel.org
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
10775 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
10776 M: Mauro Carvalho Chehab <mchehab@kernel.org>
10777 L: linux-media@vger.kernel.org
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/
10787 F: drivers/staging/media/
10788 F: include/linux/platform_data/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
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)
10803 F: Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
10804 F: drivers/bluetooth/btmtkuart.c
10806 MEDIATEK BOARD LEVEL SHUTDOWN DRIVERS
10807 M: Sean Wang <sean.wang@mediatek.com>
10808 L: linux-pm@vger.kernel.org
10810 F: Documentation/devicetree/bindings/power/reset/mt6323-poweroff.txt
10811 F: drivers/power/reset/mt6323-poweroff.c
10813 MEDIATEK CIR DRIVER
10814 M: Sean Wang <sean.wang@mediatek.com>
10816 F: drivers/media/rc/mtk-cir.c
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)
10824 F: Documentation/devicetree/bindings/dma/mtk-*
10825 F: drivers/dma/mediatek/
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
10834 F: drivers/net/ethernet/mediatek/
10836 MEDIATEK I2C CONTROLLER DRIVER
10837 M: Qii Wang <qii.wang@mediatek.com>
10838 L: linux-i2c@vger.kernel.org
10840 F: Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt
10841 F: drivers/i2c/busses/i2c-mt65xx.c
10843 MEDIATEK JPEG DRIVER
10844 M: Rick Chang <rick.chang@mediatek.com>
10845 M: Bin Liu <bin.liu@mediatek.com>
10847 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
10848 F: drivers/media/platform/mtk-jpeg/
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>
10855 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
10856 F: drivers/media/platform/mtk-mdp/
10857 F: drivers/media/platform/mtk-vpu/
10859 MEDIATEK MEDIA DRIVER
10860 M: Tiffany Lin <tiffany.lin@mediatek.com>
10861 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
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/
10868 MEDIATEK MMC/SD/SDIO DRIVER
10869 M: Chaotian Jing <chaotian.jing@mediatek.com>
10871 F: Documentation/devicetree/bindings/mmc/mtk-sd.txt
10872 F: drivers/mmc/host/mtk-sd.c
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
10880 F: drivers/net/wireless/mediatek/mt76/
10882 MEDIATEK MT7601U WIRELESS LAN DRIVER
10883 M: Jakub Kicinski <kubakici@wp.pl>
10884 L: linux-wireless@vger.kernel.org
10886 F: drivers/net/wireless/mediatek/mt7601u/
10888 MEDIATEK MT7621/28/88 I2C DRIVER
10889 M: Stefan Roese <sr@denx.de>
10890 L: linux-i2c@vger.kernel.org
10892 F: Documentation/devicetree/bindings/i2c/i2c-mt7621.txt
10893 F: drivers/i2c/busses/i2c-mt7621.c
10895 MEDIATEK NAND CONTROLLER DRIVER
10896 L: linux-mtd@lists.infradead.org
10898 F: Documentation/devicetree/bindings/mtd/mtk-nand.txt
10899 F: drivers/mtd/nand/raw/mtk_*
10901 MEDIATEK PMIC LED DRIVER
10902 M: Sean Wang <sean.wang@mediatek.com>
10904 F: Documentation/devicetree/bindings/leds/leds-mt6323.txt
10905 F: drivers/leds/leds-mt6323.c
10907 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
10908 M: Sean Wang <sean.wang@mediatek.com>
10910 F: drivers/char/hw_random/mtk-rng.c
10912 MEDIATEK SWITCH DRIVER
10913 M: Sean Wang <sean.wang@mediatek.com>
10914 L: netdev@vger.kernel.org
10916 F: drivers/net/dsa/mt7530.*
10917 F: net/dsa/tag_mtk.c
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)
10925 F: drivers/usb/mtu3/
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>
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
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
10942 W: http://www.avagotech.com/support/
10943 F: Documentation/scsi/megaraid.rst
10944 F: drivers/scsi/megaraid.*
10945 F: drivers/scsi/megaraid/
10947 MELEXIS MLX90614 DRIVER
10948 M: Crt Mori <cmo@melexis.com>
10949 L: linux-iio@vger.kernel.org
10951 W: http://www.melexis.com
10952 F: drivers/iio/temperature/mlx90614.c
10954 MELEXIS MLX90632 DRIVER
10955 M: Crt Mori <cmo@melexis.com>
10956 L: linux-iio@vger.kernel.org
10958 W: http://www.melexis.com
10959 F: drivers/iio/temperature/mlx90632.c
10961 MELFAS MIP4 TOUCHSCREEN DRIVER
10962 M: Sangwon Jee <jeesw@melfas.com>
10964 W: http://www.melfas.com
10965 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
10966 F: drivers/input/touchscreen/melfas_mip4.c
10968 MELLANOX ETHERNET DRIVER (mlx4_en)
10969 M: Tariq Toukan <tariqt@mellanox.com>
10970 L: netdev@vger.kernel.org
10972 W: http://www.mellanox.com
10973 Q: http://patchwork.ozlabs.org/project/netdev/list/
10974 F: drivers/net/ethernet/mellanox/mlx4/en_*
10976 MELLANOX ETHERNET DRIVER (mlx5e)
10977 M: Saeed Mahameed <saeedm@mellanox.com>
10978 L: netdev@vger.kernel.org
10980 W: http://www.mellanox.com
10981 Q: http://patchwork.ozlabs.org/project/netdev/list/
10982 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
10984 MELLANOX ETHERNET INNOVA DRIVERS
10985 R: Boris Pismenny <borisp@mellanox.com>
10986 L: netdev@vger.kernel.org
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
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
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/
11005 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
11006 M: mlxsw@mellanox.com
11007 L: netdev@vger.kernel.org
11009 W: http://www.mellanox.com
11010 Q: http://patchwork.ozlabs.org/project/netdev/list/
11011 F: drivers/net/ethernet/mellanox/mlxfw/
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
11019 F: Documentation/ABI/testing/sysfs-platform-mellanox-bootctl
11020 F: drivers/platform/mellanox/
11021 F: include/linux/platform_data/mlxreg.h
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
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/
11033 MELLANOX MLX4 IB driver
11034 M: Yishai Hadas <yishaih@mellanox.com>
11035 L: linux-rdma@vger.kernel.org
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
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
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/
11055 MELLANOX MLX5 IB driver
11056 M: Leon Romanovsky <leonro@mellanox.com>
11057 L: linux-rdma@vger.kernel.org
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
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
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
11074 MELLANOX MLXCPLD LED DRIVER
11075 M: Vadim Pasternak <vadimp@mellanox.com>
11076 L: linux-leds@vger.kernel.org
11078 F: Documentation/leds/leds-mlxcpld.rst
11079 F: drivers/leds/leds-mlxcpld.c
11080 F: drivers/leds/leds-mlxreg.c
11082 MELLANOX PLATFORM DRIVER
11083 M: Vadim Pasternak <vadimp@mellanox.com>
11084 L: platform-driver-x86@vger.kernel.org
11086 F: drivers/platform/x86/mlx-platform.c
11089 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11090 M: "Paul E. McKenney" <paulmck@kernel.org>
11091 L: linux-kernel@vger.kernel.org
11093 F: arch/powerpc/include/asm/membarrier.h
11094 F: include/uapi/linux/membarrier.h
11095 F: kernel/sched/membarrier.c
11098 M: Mike Rapoport <rppt@linux.ibm.com>
11099 L: linux-mm@kvack.org
11101 F: Documentation/core-api/boot-time-mm.rst
11102 F: include/linux/memblock.h
11106 M: Andrew Morton <akpm@linux-foundation.org>
11107 L: linux-mm@kvack.org
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
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
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/
11133 F: include/linux/mtd/
11134 F: include/uapi/mtd/
11136 MEN A21 WATCHDOG DRIVER
11137 M: Johannes Thumshirn <morbidrsa@gmail.com>
11138 L: linux-watchdog@vger.kernel.org
11140 F: drivers/watchdog/mena21_wdt.c
11142 MEN CHAMELEON BUS (mcb)
11143 M: Johannes Thumshirn <morbidrsa@gmail.com>
11145 F: Documentation/driver-api/men-chameleon-bus.rst
11147 F: include/linux/mcb.h
11149 MEN F21BMC (Board Management Controller)
11150 M: Andreas Werner <andreas.werner@men.de>
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
11158 MEN Z069 WATCHDOG DRIVER
11159 M: Johannes Thumshirn <jth@kernel.org>
11160 L: linux-watchdog@vger.kernel.org
11162 F: drivers/watchdog/menz69_wdt.c
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
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
11175 MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
11176 M: Liang Yang <liang.yang@amlogic.com>
11177 L: linux-mtd@lists.infradead.org
11179 F: Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
11180 F: drivers/mtd/nand/raw/meson_*
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
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/
11192 METHODE UDPU SUPPORT
11193 M: Vladimir Vid <vladimir.vid@sartura.hr>
11195 F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
11198 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
11199 M: Hemant Kumar <hemantk@codeaurora.org>
11200 L: linux-arm-msm@vger.kernel.org
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
11207 MICROBLAZE ARCHITECTURE
11208 M: Michal Simek <monstr@monstr.eu>
11210 W: http://www.monstr.eu/fdt/
11211 T: git git://git.monstr.eu/linux-2.6-microblaze.git
11212 F: arch/microblaze/
11214 MICROCHIP AT91 SERIAL DRIVER
11215 M: Richard Genoud <richard.genoud@gmail.com>
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
11221 MICROCHIP AT91 USART MFD DRIVER
11222 M: Radu Pirea <radu_nicolae.pirea@upb.ro>
11223 L: linux-kernel@vger.kernel.org
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
11229 MICROCHIP AT91 USART SPI DRIVER
11230 M: Radu Pirea <radu_nicolae.pirea@upb.ro>
11231 L: linux-spi@vger.kernel.org
11233 F: Documentation/devicetree/bindings/mfd/atmel-usart.txt
11234 F: drivers/spi/spi-at91-usart.c
11236 MICROCHIP AUDIO ASOC DRIVERS
11237 M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
11238 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
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
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
11253 MICROCHIP ECC DRIVER
11254 M: Tudor Ambarus <tudor.ambarus@microchip.com>
11255 L: linux-crypto@vger.kernel.org
11257 F: drivers/crypto/atmel-ecc.*
11259 MICROCHIP I2C DRIVER
11260 M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
11261 L: linux-i2c@vger.kernel.org
11263 F: drivers/i2c/busses/i2c-at91-*.c
11264 F: drivers/i2c/busses/i2c-at91.h
11266 MICROCHIP ISC DRIVER
11267 M: Eugen Hristev <eugen.hristev@microchip.com>
11268 L: linux-media@vger.kernel.org
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
11277 MICROCHIP ISI DRIVER
11278 M: Eugen Hristev <eugen.hristev@microchip.com>
11279 L: linux-media@vger.kernel.org
11281 F: drivers/media/platform/atmel/atmel-isi.c
11282 F: drivers/media/platform/atmel/atmel-isi.h
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
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
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
11299 F: drivers/net/ethernet/microchip/lan743x_*
11301 MICROCHIP LCDFB DRIVER
11302 M: Nicolas Ferre <nicolas.ferre@microchip.com>
11303 L: linux-fbdev@vger.kernel.org
11305 F: drivers/video/fbdev/atmel_lcdfb.c
11306 F: include/video/atmel_lcdc.h
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)
11312 F: Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
11313 F: drivers/regulator/mcp16502.c
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
11320 F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
11321 F: drivers/iio/adc/mcp3911.c
11323 MICROCHIP MMC/SD/SDIO MCI DRIVER
11324 M: Ludovic Desroches <ludovic.desroches@microchip.com>
11326 F: drivers/mmc/host/atmel-mci.c
11328 MICROCHIP NAND DRIVER
11329 M: Tudor Ambarus <tudor.ambarus@microchip.com>
11330 L: linux-mtd@lists.infradead.org
11332 F: Documentation/devicetree/bindings/mtd/atmel-nand.txt
11333 F: drivers/mtd/nand/raw/atmel/*
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
11340 F: Documentation/devicetree/bindings/pwm/atmel-pwm.txt
11341 F: drivers/pwm/pwm-atmel.c
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
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
11352 MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
11353 M: Claudiu Beznea <claudiu.beznea@microchip.com>
11355 F: drivers/power/reset/at91-sama5d2_shdwc.c
11357 MICROCHIP SPI DRIVER
11358 M: Tudor Ambarus <tudor.ambarus@microchip.com>
11360 F: drivers/spi/spi-atmel.*
11362 MICROCHIP SSC DRIVER
11363 M: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
11364 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11366 F: drivers/misc/atmel-ssc.c
11367 F: include/linux/atmel-ssc.h
11369 MICROCHIP USB251XB DRIVER
11370 M: Richard Leitner <richard.leitner@skidata.com>
11371 L: linux-usb@vger.kernel.org
11373 F: Documentation/devicetree/bindings/usb/usb251xb.txt
11374 F: drivers/usb/misc/usb251xb.c
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)
11380 F: drivers/usb/gadget/udc/atmel_usba_udc.*
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
11387 F: drivers/dma/at_xdmac.c
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
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
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
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
11411 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
11412 M: Chen Yu <yu.c.chen@intel.com>
11413 L: platform-driver-x86@vger.kernel.org
11415 F: drivers/platform/x86/surfacepro3_button.c
11417 MICROTEK X6 SCANNER
11418 M: Oliver Neukum <oliver@neukum.org>
11420 F: drivers/usb/image/microtek.*
11423 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
11424 L: linux-mips@vger.kernel.org
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/
11432 F: drivers/platform/mips/
11434 MIPS BOSTON DEVELOPMENT BOARD
11435 M: Paul Burton <paulburton@kernel.org>
11436 L: linux-mips@vger.kernel.org
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
11444 MIPS GENERIC PLATFORM
11445 M: Paul Burton <paulburton@kernel.org>
11446 L: linux-mips@vger.kernel.org
11448 F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt
11449 F: arch/mips/generic/
11450 F: arch/mips/tools/generic-board-config.sh
11452 MIPS RINT INSTRUCTION EMULATION
11453 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
11454 L: linux-mips@vger.kernel.org
11456 F: arch/mips/math-emu/dp_rint.c
11457 F: arch/mips/math-emu/sp_rint.c
11459 MIPS/LOONGSON1 ARCHITECTURE
11460 M: Keguang Zhang <keguang.zhang@gmail.com>
11461 L: linux-mips@vger.kernel.org
11463 F: arch/mips/include/asm/mach-loongson32/
11464 F: arch/mips/loongson32/
11465 F: drivers/*/*/*loongson1*
11466 F: drivers/*/*loongson1*
11468 MIPS/LOONGSON2EF ARCHITECTURE
11469 M: Jiaxun Yang <jiaxun.yang@flygoat.com>
11470 L: linux-mips@vger.kernel.org
11472 F: arch/mips/include/asm/mach-loongson2ef/
11473 F: arch/mips/loongson2ef/
11474 F: drivers/*/*/*loongson2*
11475 F: drivers/*/*loongson2*
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
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
11489 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
11490 M: Hans Verkuil <hverkuil@xs4all.nl>
11491 L: linux-media@vger.kernel.org
11493 W: https://linuxtv.org
11494 T: git git://linuxtv.org/media_tree.git
11495 F: drivers/media/radio/radio-miropcm20*
11498 R: Lubomir Rintel <lkundrak@v3.sk>
11499 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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/
11506 MMP USB PHY DRIVERS
11507 R: Lubomir Rintel <lkundrak@v3.sk>
11508 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11510 F: drivers/phy/marvell/phy-mmp3-usb.c
11511 F: drivers/phy/marvell/phy-pxa-usb.c
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
11522 F: arch/*/include/asm/tlb.h
11523 F: include/asm-generic/tlb.h
11526 MN88472 MEDIA DRIVER
11527 M: Antti Palosaari <crope@iki.fi>
11528 L: linux-media@vger.kernel.org
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*
11535 MN88473 MEDIA DRIVER
11536 M: Antti Palosaari <crope@iki.fi>
11537 L: linux-media@vger.kernel.org
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*
11545 M: Jessica Yu <jeyu@kernel.org>
11547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
11548 F: include/linux/module.h
11551 MONOLITHIC POWER SYSTEM PMIC DRIVER
11552 M: Saravanan Sekar <sravanhome@gmail.com>
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
11564 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
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
11571 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
11572 M: Jiri Slaby <jirislaby@gmail.com>
11574 F: Documentation/driver-api/serial/moxa-smartio.rst
11575 F: drivers/tty/mxser.*
11577 MR800 AVERMEDIA USB FM RADIO DRIVER
11578 M: Alexey Klimov <klimov.linux@gmail.com>
11579 L: linux-media@vger.kernel.org
11581 T: git git://linuxtv.org/media_tree.git
11582 F: drivers/media/radio/radio-mr800.c
11584 MRF24J40 IEEE 802.15.4 RADIO DRIVER
11585 M: Alan Ott <alan@signal11.us>
11586 L: linux-wpan@vger.kernel.org
11588 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
11589 F: drivers/net/ieee802154/mrf24j40.c
11592 M: "Lee, Chun-Yi" <jlee@suse.com>
11593 L: platform-driver-x86@vger.kernel.org
11595 F: drivers/platform/x86/msi-laptop.c
11598 L: platform-driver-x86@vger.kernel.org
11600 F: drivers/platform/x86/msi-wmi.c
11602 MSI001 MEDIA DRIVER
11603 M: Antti Palosaari <crope@iki.fi>
11604 L: linux-media@vger.kernel.org
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*
11612 MSI2500 MEDIA DRIVER
11613 M: Antti Palosaari <crope@iki.fi>
11614 L: linux-media@vger.kernel.org
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/
11622 MSYSTEMS DISKONCHIP G3 MTD DRIVER
11623 M: Robert Jarzmik <robert.jarzmik@free.fr>
11624 L: linux-mtd@lists.infradead.org
11626 F: drivers/mtd/devices/docg3*
11628 MT9M032 APTINA SENSOR DRIVER
11629 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11630 L: linux-media@vger.kernel.org
11632 T: git git://linuxtv.org/media_tree.git
11633 F: drivers/media/i2c/mt9m032.c
11634 F: include/media/i2c/mt9m032.h
11636 MT9P031 APTINA CAMERA SENSOR
11637 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11638 L: linux-media@vger.kernel.org
11640 T: git git://linuxtv.org/media_tree.git
11641 F: drivers/media/i2c/mt9p031.c
11642 F: include/media/i2c/mt9p031.h
11644 MT9T001 APTINA CAMERA SENSOR
11645 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11646 L: linux-media@vger.kernel.org
11648 T: git git://linuxtv.org/media_tree.git
11649 F: drivers/media/i2c/mt9t001.c
11650 F: include/media/i2c/mt9t001.h
11652 MT9T112 APTINA CAMERA SENSOR
11653 M: Jacopo Mondi <jacopo@jmondi.org>
11654 L: linux-media@vger.kernel.org
11656 T: git git://linuxtv.org/media_tree.git
11657 F: drivers/media/i2c/mt9t112.c
11658 F: include/media/i2c/mt9t112.h
11660 MT9V032 APTINA CAMERA SENSOR
11661 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11662 L: linux-media@vger.kernel.org
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
11669 MT9V111 APTINA CAMERA SENSOR
11670 M: Jacopo Mondi <jacopo@jmondi.org>
11671 L: linux-media@vger.kernel.org
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
11677 MULTIFUNCTION DEVICES (MFD)
11678 M: Lee Jones <lee.jones@linaro.org>
11680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
11681 F: Documentation/devicetree/bindings/mfd/
11683 F: include/dt-bindings/mfd/
11684 F: include/linux/mfd/
11686 MULTIMEDIA CARD (MMC) ETC. OVER SPI
11688 F: drivers/mmc/host/mmc_spi.c
11689 F: include/linux/spi/mmc_spi.h
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
11695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
11696 F: Documentation/devicetree/bindings/mmc/
11698 F: include/linux/mmc/
11699 F: include/uapi/linux/mmc/
11701 MULTIPLEXER SUBSYSTEM
11702 M: Peter Rosin <peda@axentia.se>
11704 F: Documentation/ABI/testing/sysfs-class-mux*
11705 F: Documentation/devicetree/bindings/mux/
11707 F: include/dt-bindings/mux/
11708 F: include/linux/mux/
11710 MULTITECH MULTIPORT CARD (ISICOM)
11712 F: drivers/tty/isicom.c
11713 F: include/linux/isicom.h
11715 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
11716 M: Bin Liu <b-liu@ti.com>
11717 L: linux-usb@vger.kernel.org
11719 F: drivers/usb/musb/
11721 MXL301RF MEDIA DRIVER
11722 M: Akihiro Tsukada <tskd08@gmail.com>
11723 L: linux-media@vger.kernel.org
11725 F: drivers/media/tuners/mxl301rf*
11727 MXL5007T MEDIA DRIVER
11728 M: Michael Krufky <mkrufky@linuxtv.org>
11729 L: linux-media@vger.kernel.org
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.*
11738 M: Marek Vasut <marex@denx.de>
11739 M: Stefan Agner <stefan@agner.ch>
11740 L: dri-devel@lists.freedesktop.org
11742 T: git git://anongit.freedesktop.org/drm/drm-misc
11743 F: Documentation/devicetree/bindings/display/mxsfb.txt
11744 F: drivers/gpu/drm/mxsfb/
11746 MYLEX DAC960 PCI RAID Controller
11747 M: Hannes Reinecke <hare@kernel.org>
11748 L: linux-scsi@vger.kernel.org
11750 F: drivers/scsi/myrb.*
11751 F: drivers/scsi/myrs.*
11753 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
11754 M: Chris Lee <christopher.lee@cspi.com>
11755 L: netdev@vger.kernel.org
11757 W: https://www.cspi.com/ethernet-products/support/downloads/
11758 F: drivers/net/ethernet/myricom/myri10ge/
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
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
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)
11776 W: http://www.native-instruments.com
11777 F: sound/usb/caiaq/
11779 NATSEMI ETHERNET DRIVER (DP8381x)
11781 F: drivers/net/ethernet/natsemi/natsemi.c
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
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
11800 M: Samuel Mendoza-Jonas <sam@mendozajonas.com>
11804 NCT6775 HARDWARE MONITOR DRIVER
11805 M: Guenter Roeck <linux@roeck-us.net>
11806 L: linux-hwmon@vger.kernel.org
11808 F: Documentation/hwmon/nct6775.rst
11809 F: drivers/hwmon/nct6775.c
11812 M: Jakub Kicinski <kuba@kernel.org>
11814 F: drivers/net/netdevsim/*
11816 NETEM NETWORK EMULATOR
11817 M: Stephen Hemminger <stephen@networkplumber.org>
11818 L: netdev@vger.kernel.org
11820 F: net/sched/sch_netem.c
11822 NETERION 10GbE DRIVERS (s2io/vxge)
11823 M: Jon Mason <jdmason@kudzu.us>
11824 L: netdev@vger.kernel.org
11826 F: Documentation/networking/device_drivers/neterion/s2io.rst
11827 F: Documentation/networking/device_drivers/neterion/vxge.rst
11828 F: drivers/net/ethernet/neterion/
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
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
11853 NETROM NETWORK LAYER
11854 M: Ralf Baechle <ralf@linux-mips.org>
11855 L: linux-hams@vger.kernel.org
11857 W: http://www.linux-ax25.org/
11858 F: include/net/netrom.h
11859 F: include/uapi/linux/netrom.h
11862 NETRONOME ETHERNET DRIVERS
11863 M: Jakub Kicinski <kuba@kernel.org>
11864 L: oss-drivers@netronome.com
11866 F: drivers/net/ethernet/netronome/
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
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
11878 NETWORK DROP MONITOR
11879 M: Neil Horman <nhorman@tuxdriver.com>
11880 L: netdev@vger.kernel.org
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
11888 M: "David S. Miller" <davem@davemloft.net>
11889 M: Jakub Kicinski <kuba@kernel.org>
11890 L: netdev@vger.kernel.org
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/
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
11908 NETWORKING DRIVERS (WIRELESS)
11909 M: Kalle Valo <kvalo@codeaurora.org>
11910 L: linux-wireless@vger.kernel.org
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/
11919 M: Andrew Lunn <andrew@lunn.ch>
11920 M: Vivien Didelot <vivien.didelot@gmail.com>
11921 M: Florian Fainelli <f.fainelli@gmail.com>
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
11930 NETWORKING [GENERAL]
11931 M: "David S. Miller" <davem@davemloft.net>
11932 M: Jakub Kicinski <kuba@kernel.org>
11933 L: netdev@vger.kernel.org
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
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
11952 F: tools/testing/selftests/net/
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
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
11966 F: net/ipv4/ip_vti.c
11967 F: net/ipv4/ipcomp.c
11971 F: net/ipv6/ip6_vti.c
11972 F: net/ipv6/ipcomp6.c
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
11983 T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
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
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
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
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
12018 F: tools/testing/selftests/net/mptcp/
12021 M: Eric Dumazet <edumazet@google.com>
12022 L: netdev@vger.kernel.org
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
12030 F: net/ipv6/syncookies.c
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
12041 F: include/net/tls.h
12042 F: include/uapi/linux/tls.h
12045 NETWORKING [WIRELESS]
12046 L: linux-wireless@vger.kernel.org
12047 Q: http://patchwork.kernel.org/project/linux-wireless/list/
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
12055 F: drivers/net/ethernet/qlogic/netxen/
12057 NET_FAILOVER MODULE
12058 M: Sridhar Samudrala <sridhar.samudrala@intel.com>
12059 L: netdev@vger.kernel.org
12061 F: Documentation/networking/net_failover.rst
12062 F: drivers/net/net_failover.c
12063 F: include/net/net_failover.h
12066 M: David Ahern <dsahern@kernel.org>
12067 L: netdev@vger.kernel.org
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
12075 L: netdev@vger.kernel.org
12077 F: Documentation/devicetree/bindings/net/nfc/
12079 F: include/linux/platform_data/nfcmrvl.h
12080 F: include/net/nfc/
12081 F: include/uapi/linux/nfc.h
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
12089 W: http://client.linux-nfs.org
12090 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
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/
12102 M: Ryusuke Konishi <konishi.ryusuke@gmail.com>
12103 L: linux-nilfs@vger.kernel.org
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
12110 F: include/trace/events/nilfs2.h
12111 F: include/uapi/linux/nilfs2_api.h
12112 F: include/uapi/linux/nilfs2_ondisk.h
12114 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
12115 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
12117 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
12118 F: Documentation/scsi/NinjaSCSI.rst
12119 F: drivers/scsi/pcmcia/nsp_*
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>
12125 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
12126 F: Documentation/scsi/NinjaSCSI.rst
12127 F: drivers/scsi/nsp32*
12130 M: Ley Foon Tan <ley.foon.tan@intel.com>
12132 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
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
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*.*
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
12151 F: drivers/media/i2c/ad5820.c
12152 F: drivers/media/i2c/et8ek8
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
12165 M: Willy Tarreau <w@1wt.eu>
12167 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/nolibc.git
12168 F: tools/include/nolibc/
12171 M: Matthias Maennich <maennich@google.com>
12173 F: Documentation/core-api/symbol-namespaces.rst
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
12181 F: drivers/ntb/hw/amd/
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
12189 W: https://github.com/jonmason/ntb/wiki
12190 T: git git://github.com/jonmason/ntb.git
12191 F: drivers/net/ntb_netdev.c
12193 F: include/linux/ntb.h
12194 F: include/linux/ntb_transport.h
12195 F: tools/testing/selftests/ntb/
12198 M: Serge Semin <fancer.lancer@gmail.com>
12199 L: linux-ntb@googlegroups.com
12201 F: drivers/ntb/hw/idt/
12204 M: Dave Jiang <dave.jiang@intel.com>
12205 L: linux-ntb@googlegroups.com
12207 W: https://github.com/davejiang/linux/wiki
12208 T: git https://github.com/davejiang/linux.git
12209 F: drivers/ntb/hw/intel/
12212 M: Anton Altaparmakov <anton@tuxera.com>
12213 L: linux-ntfs-dev@lists.sourceforge.net
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
12221 M: Finn Thain <fthain@telegraphics.com.au>
12222 L: linux-m68k@lists.linux-m68k.org
12224 F: arch/*/include/asm/nubus.h
12226 F: include/linux/nubus.h
12227 F: include/uapi/linux/nubus.h
12229 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
12230 M: Antonino Daplas <adaplas@gmail.com>
12231 L: linux-fbdev@vger.kernel.org
12233 F: drivers/video/fbdev/nvidia/
12234 F: drivers/video/fbdev/riva/
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
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
12249 NVM EXPRESS FC TRANSPORT DRIVERS
12250 M: James Smart <james.smart@broadcom.com>
12251 L: linux-nvme@lists.infradead.org
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
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
12265 W: http://git.infradead.org/nvme.git
12266 T: git://git.infradead.org/nvme.git
12267 F: drivers/nvme/target/
12270 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
12272 F: Documentation/ABI/stable/sysfs-bus-nvmem
12273 F: Documentation/devicetree/bindings/nvmem/
12275 F: include/linux/nvmem-consumer.h
12276 F: include/linux/nvmem-provider.h
12279 M: Ashish Kumar <ashish.kumar@nxp.com>
12280 R: Yogesh Gaur <yogeshgaur.83@gmail.com>
12281 L: linux-spi@vger.kernel.org
12283 F: Documentation/devicetree/bindings/spi/spi-nxp-fspi.txt
12284 F: drivers/spi/spi-nxp-fspi.c
12286 NXP FXAS21002C DRIVER
12287 M: Rui Miguel Silva <rmfrfs@gmail.com>
12288 L: linux-iio@vger.kernel.org
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
12296 NXP SGTL5000 DRIVER
12297 M: Fabio Estevam <festevam@gmail.com>
12298 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12300 F: Documentation/devicetree/bindings/sound/sgtl5000.txt
12301 F: sound/soc/codecs/sgtl5000*
12303 NXP SJA1105 ETHERNET SWITCH DRIVER
12304 M: Vladimir Oltean <olteanv@gmail.com>
12305 L: linux-kernel@vger.kernel.org
12307 F: drivers/net/dsa/sja1105
12309 NXP TDA998X DRM DRIVER
12310 M: Russell King <linux@armlinux.org.uk>
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
12320 M: Peter Rosin <peda@axentia.se>
12321 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12323 F: Documentation/devicetree/bindings/sound/tfa9879.txt
12324 F: sound/soc/codecs/tfa9879*
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)
12331 F: drivers/nfc/nxp-nci
12334 M: Jiri Pirko <jiri@mellanox.com>
12335 L: netdev@vger.kernel.org
12337 F: include/linux/objagg.h
12339 F: lib/test_objagg.c
12342 M: Josh Poimboeuf <jpoimboe@redhat.com>
12343 M: Peter Zijlstra <peterz@infradead.org>
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
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
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
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
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
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.*
12382 OMAP CLOCK FRAMEWORK SUPPORT
12383 M: Paul Walmsley <paul@pwsan.com>
12384 L: linux-omap@vger.kernel.org
12386 F: arch/arm/*omap*/*clock*
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
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*
12402 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
12403 L: linux-omap@vger.kernel.org
12404 L: linux-fbdev@vger.kernel.org
12406 F: Documentation/arm/omap/dss.rst
12407 F: drivers/video/fbdev/omap2/
12409 OMAP FRAMEBUFFER SUPPORT
12410 L: linux-fbdev@vger.kernel.org
12411 L: linux-omap@vger.kernel.org
12413 F: drivers/video/fbdev/omap/
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
12420 F: arch/arm/mach-omap2/*gpmc*
12421 F: drivers/memory/omap-gpmc.c
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
12429 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
12430 F: drivers/gpio/gpio-omap.c
12432 OMAP HARDWARE SPINLOCK SUPPORT
12433 M: Ohad Ben-Cohen <ohad@wizery.com>
12434 L: linux-omap@vger.kernel.org
12436 F: drivers/hwspinlock/omap_hwspinlock.c
12438 OMAP HS MMC SUPPORT
12439 L: linux-mmc@vger.kernel.org
12440 L: linux-omap@vger.kernel.org
12442 F: drivers/mmc/host/omap_hsmmc.c
12445 M: Paul Walmsley <paul@pwsan.com>
12446 L: linux-omap@vger.kernel.org
12448 F: arch/arm/mach-omap2/omap_hwmod*data*
12450 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
12451 M: Benoît Cousson <bcousson@baylibre.com>
12452 L: linux-omap@vger.kernel.org
12454 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
12457 M: Benoît Cousson <bcousson@baylibre.com>
12458 M: Paul Walmsley <paul@pwsan.com>
12459 L: linux-omap@vger.kernel.org
12461 F: arch/arm/mach-omap2/omap_hwmod.*
12464 M: Vignesh R <vigneshr@ti.com>
12465 L: linux-omap@vger.kernel.org
12466 L: linux-i2c@vger.kernel.org
12468 F: Documentation/devicetree/bindings/i2c/i2c-omap.txt
12469 F: drivers/i2c/busses/i2c-omap.c
12471 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
12472 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12473 L: linux-media@vger.kernel.org
12475 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
12476 F: drivers/media/platform/omap3isp/
12477 F: drivers/staging/media/omap4iss/
12480 M: Aaro Koskinen <aaro.koskinen@iki.fi>
12481 L: linux-omap@vger.kernel.org
12483 F: drivers/mmc/host/omap.c
12485 OMAP POWER MANAGEMENT SUPPORT
12486 M: Kevin Hilman <khilman@kernel.org>
12487 L: linux-omap@vger.kernel.org
12489 F: arch/arm/*omap*/*pm*
12490 F: drivers/cpufreq/omap-cpufreq.c
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
12497 F: arch/arm/mach-omap2/prm*
12499 OMAP RANDOM NUMBER GENERATOR SUPPORT
12500 M: Deepak Saxena <dsaxena@plexity.net>
12502 F: drivers/char/hw_random/omap-rng.c
12505 L: linux-usb@vger.kernel.org
12506 L: linux-omap@vger.kernel.org
12508 F: arch/arm/*omap*/usb*
12509 F: drivers/usb/*/*omap*
12511 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
12512 M: Mark Jackson <mpfj@newflow.co.uk>
12513 L: linux-omap@vger.kernel.org
12515 F: arch/arm/boot/dts/am335x-nano.dts
12518 M: Aaro Koskinen <aaro.koskinen@iki.fi>
12519 M: Tony Lindgren <tony@atomide.com>
12520 L: linux-omap@vger.kernel.org
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
12532 M: Tony Lindgren <tony@atomide.com>
12533 L: linux-omap@vger.kernel.org
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
12566 M: Bob Copeland <me@bobcopeland.com>
12567 L: linux-karma-devel@lists.sourceforge.net
12569 F: Documentation/filesystems/omfs.rst
12572 OMNIKEY CARDMAN 4000 DRIVER
12573 M: Harald Welte <laforge@gnumonks.org>
12575 F: drivers/char/pcmcia/cm4000_cs.c
12576 F: include/linux/cm4000_cs.h
12577 F: include/uapi/linux/cm4000_cs.h
12579 OMNIKEY CARDMAN 4040 DRIVER
12580 M: Harald Welte <laforge@gnumonks.org>
12582 F: drivers/char/pcmcia/cm4040_cs.*
12584 OMNIVISION OV13858 SENSOR DRIVER
12585 M: Sakari Ailus <sakari.ailus@linux.intel.com>
12586 L: linux-media@vger.kernel.org
12588 T: git git://linuxtv.org/media_tree.git
12589 F: drivers/media/i2c/ov13858.c
12591 OMNIVISION OV2680 SENSOR DRIVER
12592 M: Rui Miguel Silva <rmfrfs@gmail.com>
12593 L: linux-media@vger.kernel.org
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
12599 OMNIVISION OV2685 SENSOR DRIVER
12600 M: Shunqian Zheng <zhengsq@rock-chips.com>
12601 L: linux-media@vger.kernel.org
12603 T: git git://linuxtv.org/media_tree.git
12604 F: drivers/media/i2c/ov2685.c
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
12612 T: git git://linuxtv.org/media_tree.git
12613 F: drivers/media/i2c/ov2740.c
12615 OMNIVISION OV5640 SENSOR DRIVER
12616 M: Steve Longerbeam <slongerbeam@gmail.com>
12617 L: linux-media@vger.kernel.org
12619 T: git git://linuxtv.org/media_tree.git
12620 F: drivers/media/i2c/ov5640.c
12622 OMNIVISION OV5647 SENSOR DRIVER
12623 M: Luis Oliveira <lolivei@synopsys.com>
12624 L: linux-media@vger.kernel.org
12626 T: git git://linuxtv.org/media_tree.git
12627 F: drivers/media/i2c/ov5647.c
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
12634 T: git git://linuxtv.org/media_tree.git
12635 F: drivers/media/i2c/ov5670.c
12637 OMNIVISION OV5675 SENSOR DRIVER
12638 M: Shawn Tu <shawnx.tu@intel.com>
12639 L: linux-media@vger.kernel.org
12641 T: git git://linuxtv.org/media_tree.git
12642 F: drivers/media/i2c/ov5675.c
12644 OMNIVISION OV5695 SENSOR DRIVER
12645 M: Shunqian Zheng <zhengsq@rock-chips.com>
12646 L: linux-media@vger.kernel.org
12648 T: git git://linuxtv.org/media_tree.git
12649 F: drivers/media/i2c/ov5695.c
12651 OMNIVISION OV7670 SENSOR DRIVER
12652 M: Jonathan Corbet <corbet@lwn.net>
12653 L: linux-media@vger.kernel.org
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
12659 OMNIVISION OV772x SENSOR DRIVER
12660 M: Jacopo Mondi <jacopo@jmondi.org>
12661 L: linux-media@vger.kernel.org
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
12668 OMNIVISION OV7740 SENSOR DRIVER
12669 M: Wenyou Yang <wenyou.yang@microchip.com>
12670 L: linux-media@vger.kernel.org
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
12676 OMNIVISION OV8856 SENSOR DRIVER
12677 M: Dongchun Zhu <dongchun.zhu@mediatek.com>
12678 L: linux-media@vger.kernel.org
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
12684 OMNIVISION OV9640 SENSOR DRIVER
12685 M: Petr Cvek <petrcvekcz@gmail.com>
12686 L: linux-media@vger.kernel.org
12688 F: drivers/media/i2c/ov9640.*
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
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
12700 ONENAND FLASH DRIVER
12701 M: Kyungmin Park <kyungmin.park@samsung.com>
12702 L: linux-mtd@lists.infradead.org
12704 F: drivers/mtd/nand/onenand/
12705 F: include/linux/mtd/onenand*.h
12707 ONION OMEGA2+ BOARD
12708 M: Harvey Hunt <harveyhuntnexus@gmail.com>
12709 L: linux-mips@vger.kernel.org
12711 F: arch/mips/boot/dts/ralink/omega2p.dts
12714 M: Jens Wiklander <jens.wiklander@linaro.org>
12715 L: op-tee@lists.trustedfirmware.org
12717 F: drivers/tee/optee/
12719 OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER
12720 M: Sumit Garg <sumit.garg@linaro.org>
12721 L: op-tee@lists.trustedfirmware.org
12723 F: drivers/char/hw_random/optee-rng.c
12726 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
12727 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
12728 L: linux-rdma@vger.kernel.org
12730 F: drivers/infiniband/ulp/opa_vnic
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
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_
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
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
12752 F: include/linux/of*.h
12755 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
12756 M: Rob Herring <robh+dt@kernel.org>
12757 L: devicetree@vger.kernel.org
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/
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
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
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
12781 W: http://openrisc.io
12782 T: git git://github.com/openrisc/linux.git
12783 F: Documentation/devicetree/bindings/openrisc/
12784 F: Documentation/openrisc/
12786 F: drivers/irqchip/irq-ompic.c
12787 F: drivers/irqchip/irq-or1k-*
12790 M: Pravin B Shelar <pshelar@ovn.org>
12791 L: netdev@vger.kernel.org
12792 L: dev@openvswitch.org
12794 W: http://openvswitch.org
12795 F: include/uapi/linux/openvswitch.h
12796 F: net/openvswitch/
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
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
12808 F: include/linux/pm_opp.h
12811 M: Clemens Ladisch <clemens@ladisch.de>
12812 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12814 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12815 F: sound/drivers/opl4/
12818 M: Robert Richter <rric@kernel.org>
12819 L: oprofile-list@lists.sf.net
12821 F: arch/*/include/asm/oprofile*.h
12822 F: arch/*/oprofile/
12823 F: drivers/oprofile/
12824 F: include/linux/oprofile.h
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)
12832 W: http://ocfs2.wiki.kernel.org
12833 F: Documentation/filesystems/dlmfs.rst
12834 F: Documentation/filesystems/ocfs2.rst
12837 ORANGEFS FILESYSTEM
12838 M: Mike Marshall <hubcap@omnibond.com>
12839 R: Martin Brandenburg <martin@omnibond.com>
12840 L: devel@lists.orangefs.org
12842 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
12843 F: Documentation/filesystems/orangefs.rst
12847 L: linux-wireless@vger.kernel.org
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/
12853 OV2659 OMNIVISION SENSOR DRIVER
12854 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
12855 L: linux-media@vger.kernel.org
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
12864 M: Miklos Szeredi <miklos@szeredi.hu>
12865 L: linux-unionfs@vger.kernel.org
12867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
12868 F: Documentation/filesystems/overlayfs.rst
12871 P54 WIRELESS DRIVER
12872 M: Christian Lamparter <chunkeey@googlemail.com>
12873 L: linux-wireless@vger.kernel.org
12875 W: https://wireless.wiki.kernel.org/en/users/Drivers/p54
12876 F: drivers/net/wireless/intersil/p54/
12879 M: Vladimir Oltean <olteanv@gmail.com>
12880 L: netdev@vger.kernel.org
12882 F: Documentation/core-api/packing.rst
12883 F: include/linux/packing.h
12886 PADATA PARALLEL EXECUTION MECHANISM
12887 M: Steffen Klassert <steffen.klassert@secunet.com>
12888 L: linux-crypto@vger.kernel.org
12890 F: Documentation/core-api/padata.rst
12891 F: include/linux/padata.h
12895 M: Jesper Dangaard Brouer <hawk@kernel.org>
12896 M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
12897 L: netdev@vger.kernel.org
12899 F: include/net/page_pool.h
12900 F: net/core/page_pool.c
12902 PANASONIC LAPTOP ACPI EXTRAS DRIVER
12903 M: Harald Welte <laforge@gnumonks.org>
12904 L: platform-driver-x86@vger.kernel.org
12906 F: drivers/platform/x86/panasonic-laptop.c
12908 PARALLAX PING IIO SENSOR DRIVER
12909 M: Andreas Klinger <ak@it-klinger.de>
12910 L: linux-iio@vger.kernel.org
12912 F: Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml
12913 F: drivers/iio/proximity/ping.c
12915 PARALLEL LCD/KEYPAD PANEL DRIVER
12916 M: Willy Tarreau <willy@haproxy.com>
12917 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
12919 F: Documentation/admin-guide/lcd-panel-cgram.rst
12920 F: drivers/auxdisplay/panel.c
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)
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
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
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
12944 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
12945 M: Tim Waugh <tim@cyberelk.net>
12946 L: linux-parport@lists.infradead.org (subscribers-only)
12948 F: Documentation/admin-guide/blockdev/paride.rst
12949 F: drivers/block/paride/
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
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/
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*
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
12975 M: Jiri Pirko <jiri@mellanox.com>
12976 L: netdev@vger.kernel.org
12978 F: include/linux/parman.h
12980 F: lib/test_parman.c
12982 PC ENGINES APU BOARD DRIVER
12983 M: Enrico Weigelt, metux IT consult <info@metux.net>
12985 F: drivers/platform/x86/pcengines-apuv2.c
12987 PC87360 HARDWARE MONITORING DRIVER
12988 M: Jim Cromie <jim.cromie@gmail.com>
12989 L: linux-hwmon@vger.kernel.org
12991 F: Documentation/hwmon/pc87360.rst
12992 F: drivers/hwmon/pc87360.c
12994 PC8736x GPIO DRIVER
12995 M: Jim Cromie <jim.cromie@gmail.com>
12997 F: drivers/char/pc8736x_gpio.c
12999 PC87427 HARDWARE MONITORING DRIVER
13000 M: Jean Delvare <jdelvare@suse.com>
13001 L: linux-hwmon@vger.kernel.org
13003 F: Documentation/hwmon/pc87427.rst
13004 F: drivers/hwmon/pc87427.c
13007 M: Riku Voipio <riku.voipio@iki.fi>
13009 F: drivers/leds/leds-pca9532.c
13010 F: include/linux/leds-pca9532.h
13012 PCA9541 I2C BUS MASTER SELECTOR DRIVER
13013 M: Guenter Roeck <linux@roeck-us.net>
13014 L: linux-i2c@vger.kernel.org
13016 F: drivers/i2c/muxes/i2c-mux-pca9541.c
13018 PCDP - PRIMARY CONSOLE AND DEBUG PORT
13019 M: Khalid Aziz <khalid@gonehiking.org>
13021 F: drivers/firmware/pcdp.*
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)
13028 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
13029 F: drivers/pci/controller/pci-aardvark.c
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
13036 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
13037 F: drivers/pci/controller/pcie-altera.c
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
13044 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
13045 F: drivers/pci/controller/pci-xgene.c
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
13052 F: Documentation/devicetree/bindings/pci/versatile.yaml
13053 F: drivers/pci/controller/pci-versatile.c
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
13060 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
13061 F: drivers/pci/controller/dwc/pcie-armada8k.c
13063 PCI DRIVER FOR CADENCE PCIE IP
13064 M: Tom Joseph <tjoseph@cadence.com>
13065 L: linux-pci@vger.kernel.org
13067 F: Documentation/devicetree/bindings/pci/cdns,*
13068 F: drivers/pci/controller/cadence/
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
13078 F: drivers/pci/controller/dwc/*layerscape*
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)
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
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)
13095 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
13096 F: drivers/pci/controller/dwc/*imx6*
13098 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
13099 M: Jonathan Derrick <jonathan.derrick@intel.com>
13100 L: linux-pci@vger.kernel.org
13102 F: drivers/pci/controller/vmd.c
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
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
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
13121 F: Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
13122 F: drivers/pci/controller/mobiveil/pcie-mobiveil*
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)
13130 F: drivers/pci/controller/*mvebu*
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
13137 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
13138 F: drivers/pci/controller/pci-tegra.c
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
13145 F: Documentation/devicetree/bindings/pci/layerscape-pcie-gen4.txt
13146 F: drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c
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
13154 F: Documentation/devicetree/bindings/pci/*rcar*
13155 F: drivers/pci/controller/*rcar*
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)
13163 F: drivers/pci/controller/dwc/pci-exynos.c
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
13170 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
13171 F: drivers/pci/controller/dwc/*designware*
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
13178 F: Documentation/devicetree/bindings/pci/ti-pci.txt
13179 F: drivers/pci/controller/dwc/pci-dra7xx.c
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)
13186 F: drivers/pci/controller/dwc/pci-keystone.c
13188 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
13189 M: Linus Walleij <linus.walleij@linaro.org>
13190 L: linux-pci@vger.kernel.org
13192 F: Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
13193 F: drivers/pci/controller/pci-v3-semi.c
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
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/
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
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
13221 M: Linas Vepstas <linasvepstas@gmail.com>
13222 L: linux-pci@vger.kernel.org
13224 F: Documentation/PCI/pci-error-recovery.rst
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
13231 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
13232 F: drivers/pci/controller/pcie-altera-msi.c
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
13239 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
13240 F: drivers/pci/controller/pci-xgene-msi.c
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
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/
13252 M: Bjorn Helgaas <bhelgaas@google.com>
13253 L: linux-pci@vger.kernel.org
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
13262 F: drivers/acpi/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*
13270 PCIE DRIVER FOR AMAZON ANNAPURNA LABS
13271 M: Jonathan Chocron <jonnyc@amazon.com>
13272 L: linux-pci@vger.kernel.org
13274 F: Documentation/devicetree/bindings/pci/pcie-al.txt
13275 F: drivers/pci/controller/dwc/pcie-al.c
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
13282 F: drivers/pci/controller/dwc/pci-meson.c
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
13289 F: Documentation/devicetree/bindings/pci/axis,artpec*
13290 F: drivers/pci/controller/dwc/*artpec*
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)
13297 F: drivers/pci/controller/pci-thunder-*
13299 PCIE DRIVER FOR HISILICON
13300 M: Zhou Wang <wangzhou1@hisilicon.com>
13301 L: linux-pci@vger.kernel.org
13303 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
13304 F: drivers/pci/controller/dwc/pcie-hisi.c
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
13311 F: Documentation/devicetree/bindings/pci/kirin-pcie.txt
13312 F: drivers/pci/controller/dwc/pcie-kirin.c
13314 PCIE DRIVER FOR HISILICON STB
13315 M: Shawn Guo <shawn.guo@linaro.org>
13316 L: linux-pci@vger.kernel.org
13318 F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
13319 F: drivers/pci/controller/dwc/pcie-histb.c
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
13326 F: Documentation/devicetree/bindings/pci/mediatek*
13327 F: drivers/pci/controller/*mediatek*
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
13334 F: drivers/pci/controller/dwc/*qcom*
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
13341 F: Documentation/devicetree/bindings/pci/rockchip-pcie*
13342 F: drivers/pci/controller/pcie-rockchip*
13344 PCIE DRIVER FOR SOCIONEXT UNIPHIER
13345 M: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
13346 L: linux-pci@vger.kernel.org
13348 F: Documentation/devicetree/bindings/pci/uniphier-pcie*
13349 F: drivers/pci/controller/dwc/pcie-uniphier*
13351 PCIE DRIVER FOR ST SPEAR13XX
13352 M: Pratyush Anand <pratyush.anand@gmail.com>
13353 L: linux-pci@vger.kernel.org
13355 F: drivers/pci/controller/dwc/*spear*
13358 M: Dominik Brodowski <linux@dominikbrodowski.net>
13360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
13361 F: Documentation/pcmcia/
13366 PCNET32 NETWORK DRIVER
13367 M: Don Fry <pcnet32@frontier.com>
13368 L: netdev@vger.kernel.org
13370 F: drivers/net/ethernet/amd/pcnet32.c
13372 PCRYPT PARALLEL CRYPTO ENGINE
13373 M: Steffen Klassert <steffen.klassert@secunet.com>
13374 L: linux-crypto@vger.kernel.org
13377 F: include/crypto/pcrypt.h
13379 PEAQ WMI HOTKEYS DRIVER
13380 M: Hans de Goede <hdegoede@redhat.com>
13381 L: platform-driver-x86@vger.kernel.org
13383 F: drivers/platform/x86/peaq-wmi.c
13385 PENSANDO ETHERNET DRIVERS
13386 M: Shannon Nelson <snelson@pensando.io>
13387 M: Pensando Drivers <drivers@pensando.io>
13388 L: netdev@vger.kernel.org
13390 F: Documentation/networking/device_drivers/pensando/ionic.rst
13391 F: drivers/net/ethernet/pensando/
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>
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
13403 PER-TASK DELAY ACCOUNTING
13404 M: Balbir Singh <bsingharora@gmail.com>
13406 F: include/linux/delayacct.h
13407 F: kernel/delayacct.c
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
13419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
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
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)
13437 F: tools/perf/pmu-events/arch/arm64/
13439 PERSONALITY HANDLING
13440 M: Christoph Hellwig <hch@infradead.org>
13441 L: linux-abi-devel@lists.sourceforge.net
13443 F: include/linux/personality.h
13444 F: include/uapi/linux/personality.h
13446 PHOENIX RC FLIGHT CONTROLLER ADAPTER
13447 M: Marcus Folkesson <marcus.folkesson@gmail.com>
13448 L: linux-input@vger.kernel.org
13450 F: Documentation/input/devices/pxrc.rst
13451 F: drivers/input/joystick/pxrc.c
13454 M: Remi Denis-Courmont <courmisch@gmail.com>
13456 F: Documentation/networking/phonet.rst
13457 F: include/linux/phonet.h
13458 F: include/net/phonet/
13459 F: include/uapi/linux/phonet.h
13463 M: Joern Engel <joern@lazybastard.org>
13464 L: linux-mtd@lists.infradead.org
13466 F: drivers/mtd/devices/phram.c
13469 M: Bruno Prémont <bonbons@linux-vserver.org>
13470 L: linux-input@vger.kernel.org
13472 F: drivers/hid/hid-picolcd*
13475 M: Jamie Iles <jamie@jamieiles.com>
13476 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
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*
13484 M: Christian Brauner <christian@brauner.io>
13485 L: linux-kernel@vger.kernel.org
13487 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
13489 F: tools/testing/selftests/clone3/
13490 F: tools/testing/selftests/pid_namespace/
13491 F: tools/testing/selftests/pidfd/
13494 K: \b(clone_args|kernel_clone_args)\b
13496 PIN CONTROL SUBSYSTEM
13497 M: Linus Walleij <linus.walleij@linaro.org>
13498 L: linux-gpio@vger.kernel.org
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/
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
13514 F: Documentation/devicetree/bindings/pinctrl/fsl,*
13515 F: drivers/pinctrl/freescale/
13517 PIN CONTROLLER - INTEL
13518 M: Mika Westerberg <mika.westerberg@linux.intel.com>
13519 M: Andy Shevchenko <andy@kernel.org>
13521 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
13522 F: drivers/pinctrl/intel/
13524 PIN CONTROLLER - MEDIATEK
13525 M: Sean Wang <sean.wang@kernel.org>
13526 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
13528 F: Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
13529 F: Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
13530 F: drivers/pinctrl/mediatek/
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
13537 F: drivers/gpio/gpio-sama5d2-piobu.c
13538 F: drivers/pinctrl/pinctrl-at91*
13540 PIN CONTROLLER - QUALCOMM
13541 M: Bjorn Andersson <bjorn.andersson@linaro.org>
13542 L: linux-arm-msm@vger.kernel.org
13544 F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt
13545 F: drivers/pinctrl/qcom/
13547 PIN CONTROLLER - RENESAS
13548 M: Geert Uytterhoeven <geert+renesas@glider.be>
13549 L: linux-renesas-soc@vger.kernel.org
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/
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)
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
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
13575 F: drivers/pinctrl/pinctrl-single.c
13577 PIN CONTROLLER - ST SPEAR
13578 M: Viresh Kumar <vireshk@kernel.org>
13579 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13581 W: http://www.st.com/spear
13582 F: drivers/pinctrl/spear/
13584 PISTACHIO SOC SUPPORT
13585 M: James Hartley <james.hartley@sondrel.com>
13586 L: linux-mips@vger.kernel.org
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/
13594 M: linux-block@vger.kernel.org
13596 F: drivers/block/pktcdvd.c
13597 F: include/linux/pktcdvd.h
13598 F: include/uapi/linux/pktcdvd.h
13600 PKUNITY SOC DRIVERS
13601 M: Guan Xuetao <gxt@pku.edu.cn>
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
13610 PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER
13611 M: Tomasz Duszynski <tduszyns@gmail.com>
13613 F: Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
13614 F: drivers/iio/chemical/pms7003.c
13617 M: Logan Gunthorpe <logang@deltatee.com>
13619 F: drivers/dma/plx_dma.c
13622 M: "Todd E Brandt" <todd.e.brandt@linux.intel.com>
13623 L: linux-pm@vger.kernel.org
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
13630 PMBUS HARDWARE MONITORING DRIVERS
13631 M: Guenter Roeck <linux@roeck-us.net>
13632 L: linux-hwmon@vger.kernel.org
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
13660 PMC SIERRA MaxRAID DRIVER
13661 L: linux-scsi@vger.kernel.org
13663 W: http://www.pmc-sierra.com/
13664 F: drivers/scsi/pmcraid.*
13666 PMC SIERRA PM8001 DRIVER
13667 M: Jack Wang <jinpu.wang@cloud.ionos.com>
13668 L: linux-scsi@vger.kernel.org
13670 F: drivers/scsi/pm8001/
13672 PNI RM3100 IIO DRIVER
13673 M: Song Qiang <songqiang1304521@gmail.com>
13674 L: linux-iio@vger.kernel.org
13676 F: Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt
13677 F: drivers/iio/magnetometer/rm3100*
13680 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
13681 L: linux-acpi@vger.kernel.org
13684 F: include/linux/pnp.h
13686 POSIX CLOCKS and TIMERS
13687 M: Thomas Gleixner <tglx@linutronix.de>
13688 L: linux-kernel@vger.kernel.org
13690 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13692 F: include/linux/time_namespace.h
13693 F: include/linux/timer*
13694 F: kernel/time/*timer*
13695 F: kernel/time/namespace.c
13697 POWER MANAGEMENT CORE
13698 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
13699 L: linux-pm@vger.kernel.org
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
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
13716 F: drivers/firmware/psci/
13717 F: include/linux/psci.h
13718 F: include/uapi/linux/psci.h
13720 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
13721 M: Sebastian Reichel <sre@kernel.org>
13722 L: linux-pm@vger.kernel.org
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
13730 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
13731 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
13732 L: linuxppc-dev@lists.ozlabs.org
13734 F: drivers/char/powernv-op-panel.c
13736 PPP OVER ATM (RFC 2364)
13737 M: Mitchell Blank Jr <mitch@sfgoth.com>
13739 F: include/uapi/linux/atmppp.h
13740 F: net/atm/pppoatm.c
13743 M: Michal Ostrowski <mostrows@earthlink.net>
13745 F: drivers/net/ppp/pppoe.c
13746 F: drivers/net/ppp/pppox.c
13749 M: James Chapman <jchapman@katalix.com>
13751 F: include/linux/if_pppol2tp.h
13752 F: include/uapi/linux/if_pppol2tp.h
13753 F: net/l2tp/l2tp_ppp.c
13755 PPP PROTOCOL DRIVERS AND COMPRESSORS
13756 M: Paul Mackerras <paulus@samba.org>
13757 L: linux-ppp@vger.kernel.org
13759 F: drivers/net/ppp/ppp_*
13762 M: Rodolfo Giometti <giometti@enneenne.com>
13763 L: linuxpps@ml.enneenne.com (subscribers-only)
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
13770 F: include/linux/pps*.h
13771 F: include/uapi/linux/pps.h
13774 M: Dmitry Kozlov <xeb@mail.ru>
13775 L: netdev@vger.kernel.org
13777 W: http://sourceforge.net/projects/accel-pptp
13778 F: drivers/net/ppp/pptp.c
13780 PRESSURE STALL INFORMATION (PSI)
13781 M: Johannes Weiner <hannes@cmpxchg.org>
13783 F: include/linux/psi*
13784 F: kernel/sched/psi.c
13787 M: Petr Mladek <pmladek@suse.com>
13788 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
13789 R: Steven Rostedt <rostedt@goodmis.org>
13791 F: include/linux/printk.h
13794 PRISM54 WIRELESS DRIVER
13795 M: Luis Chamberlain <mcgrof@kernel.org>
13796 L: linux-wireless@vger.kernel.org
13798 W: https://wireless.wiki.kernel.org/en/users/Drivers/p54
13799 F: drivers/net/wireless/intersil/prism54/
13802 R: Alexey Dobriyan <adobriyan@gmail.com>
13803 L: linux-kernel@vger.kernel.org
13804 L: linux-fsdevel@vger.kernel.org
13806 F: Documentation/filesystems/proc.rst
13808 F: include/linux/proc_fs.h
13809 F: tools/testing/selftests/proc/
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
13818 F: fs/proc/proc_sysctl.c
13819 F: include/linux/sysctl.h
13820 F: kernel/sysctl-test.c
13822 F: tools/testing/selftests/sysctl/
13824 PS3 NETWORK SUPPORT
13825 M: Geoff Levand <geoff@infradead.org>
13826 L: netdev@vger.kernel.org
13827 L: linuxppc-dev@lists.ozlabs.org
13829 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
13831 PS3 PLATFORM SUPPORT
13832 M: Geoff Levand <geoff@infradead.org>
13833 L: linuxppc-dev@lists.ozlabs.org
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/
13841 F: drivers/rtc/rtc-ps3.c
13842 F: drivers/usb/host/*ps3.c
13843 F: sound/ppc/snd_ps3*
13846 M: Jim Paris <jim@jtan.com>
13847 M: Geoff Levand <geoff@infradead.org>
13848 L: linuxppc-dev@lists.ozlabs.org
13850 F: drivers/block/ps3vram.c
13852 PSAMPLE PACKET SAMPLING SUPPORT
13853 M: Yotam Gigi <yotam.gi@gmail.com>
13855 F: include/net/psample.h
13856 F: include/uapi/linux/psample.h
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>
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
13872 F: include/linux/pstore*
13873 K: \b(pstore|ramoops)
13875 PTP HARDWARE CLOCK SUPPORT
13876 M: Richard Cochran <richardcochran@gmail.com>
13877 L: netdev@vger.kernel.org
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*
13884 F: include/linux/ptp_cl*
13887 M: Oleg Nesterov <oleg@redhat.com>
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
13901 M: Hans Verkuil <hverkuil@xs4all.nl>
13902 L: linux-media@vger.kernel.org
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/
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
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/
13919 M: Hans Verkuil <hverkuil@xs4all.nl>
13920 L: linux-media@vger.kernel.org
13922 T: git git://linuxtv.org/media_tree.git
13923 F: drivers/media/usb/pwc/*
13924 F: include/trace/events/pwc.h
13927 M: Kamil Debski <kamil@wypas.org>
13928 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
13929 L: linux-hwmon@vger.kernel.org
13931 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
13932 F: Documentation/hwmon/pwm-fan.rst
13933 F: drivers/hwmon/pwm-fan.c
13936 M: Sean Young <sean@mess.org>
13937 L: linux-media@vger.kernel.org
13939 F: drivers/media/rc/pwm-ir-tx.c
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
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
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)
13960 M: Robert Jarzmik <robert.jarzmik@free.fr>
13961 L: linux-gpio@vger.kernel.org
13963 F: drivers/gpio/gpio-pxa.c
13969 M: Robert Jarzmik <robert.jarzmik@free.fr>
13970 L: linux-rtc@vger.kernel.org
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)
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
13993 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
13994 L: qat-linux@intel.com
13996 F: drivers/crypto/qat/
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)
14006 M: Alex Elder <elder@kernel.org>
14007 L: netdev@vger.kernel.org
14009 F: drivers/net/ipa/
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
14016 F: drivers/firmware/qemu_fw_cfg.c
14017 F: include/uapi/linux/qemu_fw_cfg.h
14020 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
14021 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
14022 L: linux-rdma@vger.kernel.org
14024 F: drivers/infiniband/hw/qib/
14026 QLOGIC QL41xxx FCOE DRIVER
14027 M: QLogic-Storage-Upstream@cavium.com
14028 L: linux-scsi@vger.kernel.org
14030 F: drivers/scsi/qedf/
14032 QLOGIC QL41xxx ISCSI DRIVER
14033 M: QLogic-Storage-Upstream@cavium.com
14034 L: linux-scsi@vger.kernel.org
14036 F: drivers/scsi/qedi/
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
14043 F: drivers/net/ethernet/qlogic/qed/
14044 F: drivers/net/ethernet/qlogic/qede/
14045 F: include/linux/qed/
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
14052 F: drivers/infiniband/hw/qedr/
14053 F: include/uapi/rdma/qedr-abi.h
14055 QLOGIC QLA1280 SCSI DRIVER
14056 M: Michael Reed <mdr@sgi.com>
14057 L: linux-scsi@vger.kernel.org
14059 F: drivers/scsi/qla1280.[ch]
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
14066 F: Documentation/scsi/LICENSE.qla2xxx
14067 F: drivers/scsi/qla2xxx/
14069 QLOGIC QLA3XXX NETWORK DRIVER
14070 M: GR-Linux-NIC-Dev@marvell.com
14071 L: netdev@vger.kernel.org
14073 F: Documentation/networking/device_drivers/qlogic/LICENSE.qla3xxx
14074 F: drivers/net/ethernet/qlogic/qla3xxx.*
14076 QLOGIC QLA4XXX iSCSI DRIVER
14077 M: QLogic-Storage-Upstream@qlogic.com
14078 L: linux-scsi@vger.kernel.org
14080 F: Documentation/scsi/LICENSE.qla4xxx
14081 F: drivers/scsi/qla4xxx/
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
14089 F: drivers/net/ethernet/qlogic/qlcnic/
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
14096 F: drivers/staging/qlge/
14098 QM1D1B0004 MEDIA DRIVER
14099 M: Akihiro Tsukada <tskd08@gmail.com>
14100 L: linux-media@vger.kernel.org
14102 F: drivers/media/tuners/qm1d1b0004*
14104 QM1D1C0042 MEDIA DRIVER
14105 M: Akihiro Tsukada <tskd08@gmail.com>
14106 L: linux-media@vger.kernel.org
14108 F: drivers/media/tuners/qm1d1c0042*
14111 M: Anders Larsen <al@alarsen.net>
14113 W: http://www.alarsen.net/linux/qnx4fs/
14115 F: include/uapi/linux/qnx4_fs.h
14116 F: include/uapi/linux/qnxtypes.h
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
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/
14127 QT1010 MEDIA DRIVER
14128 M: Antti Palosaari <crope@iki.fi>
14129 L: linux-media@vger.kernel.org
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*
14137 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
14138 M: Kalle Valo <kvalo@codeaurora.org>
14139 L: ath10k@lists.infradead.org
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/
14145 QUALCOMM ATHEROS ATH11K WIRELESS DRIVER
14146 M: Kalle Valo <kvalo@codeaurora.org>
14147 L: ath11k@lists.infradead.org
14149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
14150 F: drivers/net/wireless/ath/ath11k/
14152 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
14153 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
14154 L: linux-wireless@vger.kernel.org
14156 W: https://wireless.wiki.kernel.org/en/users/Drivers/ath9k
14157 F: drivers/net/wireless/ath/ath9k/
14159 QUALCOMM CAMERA SUBSYSTEM DRIVER
14160 M: Todor Tomov <todor.too@gmail.com>
14161 L: linux-media@vger.kernel.org
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/
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
14172 F: Documentation/devicetree/bindings/power/avs/qcom,cpr.txt
14173 F: drivers/power/avs/qcom-cpr.c
14175 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
14176 M: Ilia Lin <ilia.lin@kernel.org>
14177 L: linux-pm@vger.kernel.org
14179 F: Documentation/devicetree/bindings/opp/qcom-nvmem-cpufreq.txt
14180 F: drivers/cpufreq/qcom-cpufreq-nvmem.c
14182 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
14183 M: Timur Tabi <timur@kernel.org>
14184 L: netdev@vger.kernel.org
14186 F: drivers/net/ethernet/qualcomm/emac/
14188 QUALCOMM ETHQOS ETHERNET DRIVER
14189 M: Vinod Koul <vkoul@kernel.org>
14190 L: netdev@vger.kernel.org
14192 F: Documentation/devicetree/bindings/net/qcom,ethqos.txt
14193 F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
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
14201 F: drivers/i2c/busses/i2c-qcom-geni.c
14203 QUALCOMM HEXAGON ARCHITECTURE
14204 M: Brian Cain <bcain@codeaurora.org>
14205 L: linux-hexagon@vger.kernel.org
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
14215 F: drivers/dma/qcom/hidma*
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
14223 F: Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
14224 F: drivers/i2c/busses/i2c-qcom-cci.c
14227 M: Rob Clark <robdclark@gmail.com>
14228 L: iommu@lists.linux-foundation.org
14229 L: linux-arm-msm@vger.kernel.org
14231 F: drivers/iommu/qcom_iommu.c
14233 QUALCOMM IPCC MAILBOX DRIVER
14234 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
14235 L: linux-arm-msm@vger.kernel.org
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
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
14246 F: Documentation/networking/device_drivers/qualcomm/rmnet.rst
14247 F: drivers/net/ethernet/qualcomm/rmnet/
14248 F: include/linux/if_rmnet.h
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
14255 F: Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
14256 F: drivers/thermal/qcom/
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
14263 T: git git://linuxtv.org/media_tree.git
14264 F: Documentation/devicetree/bindings/media/*venus*
14265 F: drivers/media/platform/qcom/venus/
14267 QUALCOMM WCN36XX WIRELESS DRIVER
14268 M: Kalle Valo <kvalo@codeaurora.org>
14269 L: wcn36xx@lists.infradead.org
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/
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
14280 F: drivers/net/wireless/quantenna
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
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
14293 RADEON FRAMEBUFFER DISPLAY DRIVER
14294 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
14295 L: linux-fbdev@vger.kernel.org
14297 F: drivers/video/fbdev/aty/radeon*
14298 F: include/uapi/linux/radeonfb.h
14300 RADIOSHARK RADIO DRIVER
14301 M: Hans Verkuil <hverkuil@xs4all.nl>
14302 L: linux-media@vger.kernel.org
14304 T: git git://linuxtv.org/media_tree.git
14305 F: drivers/media/radio/radio-shark.c
14307 RADIOSHARK2 RADIO DRIVER
14308 M: Hans Verkuil <hverkuil@xs4all.nl>
14309 L: linux-media@vger.kernel.org
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
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
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
14326 RAGE128 FRAMEBUFFER DISPLAY DRIVER
14327 M: Paul Mackerras <paulus@samba.org>
14328 L: linux-fbdev@vger.kernel.org
14330 F: drivers/video/fbdev/aty/aty128fb.c
14332 RAINSHADOW-CEC DRIVER
14333 M: Hans Verkuil <hverkuil@xs4all.nl>
14334 L: linux-media@vger.kernel.org
14336 T: git git://linuxtv.org/media_tree.git
14337 F: drivers/media/cec/usb/rainshadow/
14339 RALINK MIPS ARCHITECTURE
14340 M: John Crispin <john@phrozen.org>
14341 L: linux-mips@vger.kernel.org
14343 F: arch/mips/ralink
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
14350 F: drivers/net/wireless/ralink/rt2x00/
14352 RAMDISK RAM BLOCK DEVICE DRIVER
14353 M: Jens Axboe <axboe@kernel.dk>
14355 F: Documentation/admin-guide/blockdev/ramdisk.rst
14356 F: drivers/block/brd.c
14358 RANCHU VIRTUAL BOARD FOR MIPS
14359 M: Miodrag Dinic <miodrag.dinic@mips.com>
14360 L: linux-mips@vger.kernel.org
14362 F: arch/mips/configs/generic/board-ranchu.config
14363 F: arch/mips/generic/board-ranchu.c
14365 RANDOM NUMBER DRIVER
14366 M: "Theodore Ts'o" <tytso@mit.edu>
14368 F: drivers/char/random.c
14371 M: Matt Porter <mporter@kernel.crashing.org>
14372 M: Alexandre Bounine <alex.bou9@gmail.com>
14374 F: drivers/rapidio/
14377 M: Tony Luck <tony.luck@intel.com>
14378 M: Borislav Petkov <bp@alien8.de>
14379 L: linux-edac@vger.kernel.org
14381 F: Documentation/admin-guide/ras.rst
14383 F: include/linux/ras.h
14384 F: include/ras/ras_event.h
14386 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
14387 L: linux-wireless@vger.kernel.org
14389 F: drivers/net/wireless/ray*
14391 RCMM REMOTE CONTROLS DECODER
14392 M: Patrick Lerda <patrick9876@free.fr>
14394 F: drivers/media/rc/ir-rcmm-decoder.c
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
14404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev
14405 F: tools/testing/selftests/rcutorture
14408 M: Florian Fainelli <florian@openwrt.org>
14411 RDC R6040 FAST ETHERNET DRIVER
14412 M: Florian Fainelli <f.fainelli@gmail.com>
14413 L: netdev@vger.kernel.org
14415 F: drivers/net/ethernet/rdc/r6040.c
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
14422 F: drivers/infiniband/sw/rdmavt
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)
14430 W: https://oss.oracle.com/projects/rds/
14431 F: Documentation/networking/rds.rst
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
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/
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
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*
14458 X: Documentation/RCU/torture.txt
14459 X: include/linux/srcu*.h
14460 X: kernel/rcu/srcu*.c
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
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/
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/
14478 REALTEK AUDIO CODECS
14479 M: Oder Chiou <oder_chiou@realtek.com>
14481 F: include/sound/rt*.h
14482 F: sound/soc/codecs/rt*
14484 REALTEK RTL83xx SMI DSA ROUTER CHIPS
14485 M: Linus Walleij <linus.walleij@linaro.org>
14487 F: Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
14488 F: drivers/net/dsa/realtek-smi*
14489 F: drivers/net/dsa/rtl83*
14491 REALTEK WIRELESS DRIVER (rtlwifi family)
14492 M: Ping-Ke Shih <pkshih@realtek.com>
14493 L: linux-wireless@vger.kernel.org
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/
14499 REALTEK WIRELESS DRIVER (rtw88)
14500 M: Yan-Hsuan Chuang <yhchuang@realtek.com>
14501 L: linux-wireless@vger.kernel.org
14503 F: drivers/net/wireless/realtek/rtw88/
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
14510 F: drivers/net/wireless/rsi/
14512 REGISTER MAP ABSTRACTION
14513 M: Mark Brown <broonie@kernel.org>
14514 L: linux-kernel@vger.kernel.org
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
14521 REISERFS FILE SYSTEM
14522 L: reiserfs-devel@vger.kernel.org
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
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/
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
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
14548 F: include/linux/rpmsg.h
14549 F: include/linux/rpmsg/
14550 F: include/uapi/linux/rpmsg.h
14553 RENESAS CLOCK DRIVERS
14554 M: Geert Uytterhoeven <geert+renesas@glider.be>
14555 L: linux-renesas-soc@vger.kernel.org
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/
14561 RENESAS EMEV2 I2C DRIVER
14562 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
14564 F: Documentation/devicetree/bindings/i2c/renesas,iic-emev2.txt
14565 F: drivers/i2c/busses/i2c-emev2.c
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
14576 RENESAS R-CAR GYROADC DRIVER
14577 M: Marek Vasut <marek.vasut@gmail.com>
14578 L: linux-iio@vger.kernel.org
14580 F: Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
14581 F: drivers/iio/adc/rcar-gyroadc.c
14583 RENESAS R-CAR I2C DRIVERS
14584 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
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
14591 RENESAS R-CAR THERMAL DRIVERS
14592 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
14593 L: linux-renesas-soc@vger.kernel.org
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
14600 RENESAS RIIC DRIVER
14601 M: Chris Brandt <chris.brandt@renesas.com>
14603 F: Documentation/devicetree/bindings/i2c/renesas,riic.txt
14604 F: drivers/i2c/busses/i2c-riic.c
14606 RENESAS USB PHY DRIVER
14607 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
14608 L: linux-renesas-soc@vger.kernel.org
14610 F: drivers/phy/renesas/phy-rcar-gen3-usb*.c
14612 RESET CONTROLLER FRAMEWORK
14613 M: Philipp Zabel <p.zabel@pengutronix.de>
14615 T: git git://git.pengutronix.de/git/pza/linux
14616 F: Documentation/devicetree/bindings/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
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
14631 F: include/trace/events/rseq.h
14632 F: include/uapi/linux/rseq.h
14634 F: tools/testing/selftests/rseq/
14637 M: Johannes Berg <johannes@sipsolutions.net>
14638 L: linux-wireless@vger.kernel.org
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
14650 M: Thomas Graf <tgraf@suug.ch>
14651 M: Herbert Xu <herbert@gondor.apana.org.au>
14652 L: netdev@vger.kernel.org
14654 F: include/linux/rhashtable-types.h
14655 F: include/linux/rhashtable.h
14656 F: lib/rhashtable.c
14657 F: lib/test_rhashtable.c
14659 RICOH R5C592 MEMORYSTICK DRIVER
14660 M: Maxim Levitsky <maximlevitsky@gmail.com>
14662 F: drivers/memstick/host/r592.*
14664 RICOH SMARTMEDIA/XD DRIVER
14665 M: Maxim Levitsky <maximlevitsky@gmail.com>
14667 F: drivers/mtd/nand/raw/r852.c
14668 F: drivers/mtd/nand/raw/r852.h
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
14676 P: Documentation/riscv/patch-acceptance.rst
14677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
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
14687 F: drivers/block/rnbd/
14690 M: Stefan Achatz <erazor_de@users.sourceforge.net>
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*
14697 ROCKCHIP ISP V1 DRIVER
14698 M: Helen Koike <helen.koike@collabora.com>
14699 L: linux-media@vger.kernel.org
14701 F: drivers/staging/media/rkisp1/
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
14709 F: Documentation/devicetree/bindings/media/rockchip-rga.yaml
14710 F: drivers/media/platform/rockchip/rga/
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
14717 F: Documentation/devicetree/bindings/media/rockchip,vdec.yaml
14718 F: drivers/staging/media/rkvdec/
14721 M: Jiri Pirko <jiri@resnulli.us>
14722 L: netdev@vger.kernel.org
14724 F: drivers/net/ethernet/rocker/
14728 W: http://www.comtrol.com
14729 F: Documentation/driver-api/serial/rocket.rst
14730 F: drivers/tty/rocket*
14732 ROCKETPORT EXPRESS/INFINITY DRIVER
14733 M: Kevin Cernekee <cernekee@gmail.com>
14734 L: linux-serial@vger.kernel.org
14736 F: drivers/tty/serial/rp2.*
14738 ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER
14739 M: Tomasz Duszynski <tduszyns@gmail.com>
14741 F: Documentation/devicetree/bindings/iio/light/bh1750.yaml
14742 F: drivers/iio/light/bh1750.c
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
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
14756 M: Ralf Baechle <ralf@linux-mips.org>
14757 L: linux-hams@vger.kernel.org
14759 W: http://www.linux-ax25.org/
14760 F: include/net/rose.h
14761 F: include/uapi/linux/rose.h
14764 ROTATION DRIVER FOR ALLWINNER A83T
14765 M: Jernej Skrabec <jernej.skrabec@siol.net>
14766 L: linux-media@vger.kernel.org
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/
14772 RTL2830 MEDIA DRIVER
14773 M: Antti Palosaari <crope@iki.fi>
14774 L: linux-media@vger.kernel.org
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*
14782 RTL2832 MEDIA DRIVER
14783 M: Antti Palosaari <crope@iki.fi>
14784 L: linux-media@vger.kernel.org
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*
14792 RTL2832_SDR MEDIA DRIVER
14793 M: Antti Palosaari <crope@iki.fi>
14794 L: linux-media@vger.kernel.org
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*
14802 RTL8180 WIRELESS DRIVER
14803 L: linux-wireless@vger.kernel.org
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/
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
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/
14819 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
14820 M: Jes Sorensen <Jes.Sorensen@gmail.com>
14821 L: linux-wireless@vger.kernel.org
14823 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
14824 F: drivers/net/wireless/realtek/rtl8xxxu/
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
14831 F: drivers/infiniband/ulp/rtrs/
14833 RXRPC SOCKETS (AF_RXRPC)
14834 M: David Howells <dhowells@redhat.com>
14835 L: linux-afs@lists.infradead.org
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
14845 S3 SAVAGE FRAMEBUFFER DRIVER
14846 M: Antonino Daplas <adaplas@gmail.com>
14847 L: linux-fbdev@vger.kernel.org
14849 F: drivers/video/fbdev/savage/
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
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/
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
14869 W: http://www.ibm.com/developerworks/linux/linux390/
14870 F: drivers/s390/cio/
14873 M: Stefan Haberland <sth@linux.ibm.com>
14874 M: Jan Hoeppner <hoeppner@linux.ibm.com>
14875 L: linux-s390@vger.kernel.org
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
14883 M: Matthew Rosato <mjrosato@linux.ibm.com>
14884 M: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
14885 L: linux-s390@vger.kernel.org
14887 W: http://www.ibm.com/developerworks/linux/linux390/
14888 F: drivers/iommu/s390-iommu.c
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
14896 W: http://www.ibm.com/developerworks/linux/linux390/
14897 F: drivers/s390/net/*iucv*
14898 F: include/net/iucv/
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
14907 W: http://www.ibm.com/developerworks/linux/linux390/
14908 F: drivers/s390/net/
14911 M: Niklas Schnelle <schnelle@linux.ibm.com>
14912 M: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
14913 L: linux-s390@vger.kernel.org
14915 W: http://www.ibm.com/developerworks/linux/linux390/
14917 F: drivers/pci/hotplug/s390_pci_hpc.c
14918 F: Documentation/s390/pci.rst
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
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
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
14939 F: Documentation/s390/vfio-ccw.rst
14940 F: drivers/s390/cio/vfio_ccw*
14941 F: include/uapi/linux/vfio_ccw.h
14944 M: Harald Freudenberger <freude@linux.ibm.com>
14945 L: linux-s390@vger.kernel.org
14947 W: http://www.ibm.com/developerworks/linux/linux390/
14948 F: drivers/s390/crypto/
14951 M: Steffen Maier <maier@linux.ibm.com>
14952 M: Benjamin Block <bblock@linux.ibm.com>
14953 L: linux-s390@vger.kernel.org
14955 W: http://www.ibm.com/developerworks/linux/linux390/
14956 F: drivers/s390/scsi/zfcp_*
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)
14962 F: drivers/mmc/host/s3cmci.*
14964 SAA6588 RDS RECEIVER DRIVER
14965 M: Hans Verkuil <hverkuil@xs4all.nl>
14966 L: linux-media@vger.kernel.org
14968 W: https://linuxtv.org
14969 T: git git://linuxtv.org/media_tree.git
14970 F: drivers/media/i2c/saa6588*
14972 SAA7134 VIDEO4LINUX DRIVER
14973 M: Mauro Carvalho Chehab <mchehab@kernel.org>
14974 L: linux-media@vger.kernel.org
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/
14981 SAA7146 VIDEO4LINUX-2 DRIVER
14982 M: Hans Verkuil <hverkuil@xs4all.nl>
14983 L: linux-media@vger.kernel.org
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*
14990 SAFESETID SECURITY MODULE
14991 M: Micah Morton <mortonm@chromium.org>
14993 F: Documentation/admin-guide/LSM/SafeSetID.rst
14994 F: security/safesetid/
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)
15002 F: Documentation/devicetree/bindings/sound/samsung*
15003 F: sound/soc/samsung/
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
15010 F: Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml
15011 F: drivers/crypto/exynos-rng.c
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
15017 F: Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
15018 F: drivers/char/hw_random/exynos-trng.c
15020 SAMSUNG FRAMEBUFFER DRIVER
15021 M: Jingoo Han <jingoohan1@gmail.com>
15022 L: linux-fbdev@vger.kernel.org
15024 F: drivers/video/fbdev/s3c-fb.c
15026 SAMSUNG LAPTOP DRIVER
15027 M: Corentin Chary <corentin.chary@gmail.com>
15028 L: platform-driver-x86@vger.kernel.org
15030 F: drivers/platform/x86/samsung-laptop.c
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
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/
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)
15055 F: drivers/media/platform/s3c-camif/
15056 F: include/media/drv-intf/s3c_camif.h
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)
15063 F: drivers/nfc/s3fwrn5
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
15070 F: drivers/media/i2c/s5c73m3/*
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
15077 F: drivers/media/i2c/s5k5baf.c
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
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
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
15095 Q: https://patchwork.linuxtv.org/project/linux-media/list/
15096 F: drivers/media/platform/exynos4-is/
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)
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
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)
15118 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
15119 F: drivers/spi/spi-s3c*
15120 F: include/linux/platform_data/spi-s3c64xx.h
15122 SAMSUNG SXGBE DRIVERS
15123 M: Byungho An <bh74.an@samsung.com>
15124 L: netdev@vger.kernel.org
15126 F: drivers/net/ethernet/samsung/sxgbe/
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
15133 T: git https://github.com/lmajewski/linux-samsung-thermal.git
15134 F: drivers/thermal/samsung/
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
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
15151 M: Zwane Mwaikambo <zwanem@gmail.com>
15153 F: drivers/watchdog/sc1200wdt.c
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
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
15173 SCR24X CHIP CARD INTERFACE DRIVER
15174 M: Lubomir Rintel <lkundrak@v3.sk>
15176 F: drivers/char/pcmcia/scr24x_cs.c
15179 M: Jens Axboe <axboe@kernel.dk>
15180 L: linux-scsi@vger.kernel.org
15182 W: http://www.kernel.dk
15183 F: drivers/scsi/sr*
15185 SCSI RDMA PROTOCOL (SRP) INITIATOR
15186 M: Bart Van Assche <bvanassche@acm.org>
15187 L: linux-rdma@vger.kernel.org
15189 Q: http://patchwork.kernel.org/project/linux-rdma/list/
15190 F: drivers/infiniband/ulp/srp/
15191 F: include/scsi/srp.h
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
15198 Q: http://patchwork.kernel.org/project/linux-rdma/list/
15199 F: drivers/infiniband/ulp/srpt/
15202 M: Doug Gilbert <dgilbert@interlog.com>
15203 L: linux-scsi@vger.kernel.org
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
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
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/
15223 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
15224 L: linux-scsi@vger.kernel.org
15226 F: Documentation/scsi/st.rst
15227 F: drivers/scsi/st.*
15228 F: drivers/scsi/st_*.h
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
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/
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
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
15256 M: Jim Cromie <jim.cromie@gmail.com>
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
15266 M: Jim Cromie <jim.cromie@gmail.com>
15268 F: drivers/char/scx200_gpio.c
15269 F: include/linux/scx200_gpio.h
15271 SCx200 HRT CLOCKSOURCE DRIVER
15272 M: Jim Cromie <jim.cromie@gmail.com>
15274 F: drivers/clocksource/scx200_hrt.c
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)
15280 F: drivers/mmc/host/sdricoh_cs.c
15282 SECO BOARDS CEC DRIVER
15283 M: Ettore Chimenti <ek5.chimenti@gmail.com>
15285 F: drivers/media/platform/seco-cec/seco-cec.c
15286 F: drivers/media/platform/seco-cec/seco-cec.h
15289 M: Kees Cook <keescook@chromium.org>
15290 R: Andy Lutomirski <luto@amacapital.net>
15291 R: Will Drewry <wad@chromium.org>
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
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
15308 F: drivers/mmc/host/sdhci-brcmstb*
15310 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
15311 M: Adrian Hunter <adrian.hunter@intel.com>
15312 L: linux-mmc@vger.kernel.org
15314 F: drivers/mmc/host/sdhci*
15315 F: include/linux/mmc/sdhci*
15317 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
15318 M: Ludovic Desroches <ludovic.desroches@microchip.com>
15319 L: linux-mmc@vger.kernel.org
15321 F: drivers/mmc/host/sdhci-of-at91.c
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
15328 F: drivers/mmc/host/sdhci-s3c*
15330 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
15331 M: Viresh Kumar <vireshk@kernel.org>
15332 L: linux-mmc@vger.kernel.org
15334 F: drivers/mmc/host/sdhci-spear.c
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
15340 F: drivers/mmc/host/sdhci-omap.c
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
15347 F: block/opal_proto.h
15349 F: include/linux/sed*
15350 F: include/uapi/linux/sed*
15353 M: Security Officers <security@kernel.org>
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:)
15361 W: http://kernsec.org/
15362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
15364 X: security/selinux/
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
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/
15383 M: Jiri Slaby <jirislaby@gmail.com>
15385 F: drivers/misc/phantom.c
15386 F: include/uapi/linux/phantom.h
15388 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
15389 M: Tomasz Duszynski <tduszyns@gmail.com>
15391 F: Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
15392 F: drivers/iio/chemical/sps30.c
15395 M: Rob Herring <robh@kernel.org>
15396 L: linux-serial@vger.kernel.org
15398 F: Documentation/devicetree/bindings/serial/serial.yaml
15399 F: drivers/tty/serdev/
15400 F: include/linux/serdev.h
15403 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15404 L: linux-serial@vger.kernel.org
15406 F: Documentation/devicetree/bindings/serial/
15407 F: drivers/tty/serial/
15410 M: Sean Young <sean@mess.org>
15411 L: linux-media@vger.kernel.org
15413 F: drivers/media/rc/serial_ir.c
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)
15419 F: Documentation/devicetree/bindings/slimbus/
15420 F: drivers/slimbus/
15421 F: include/linux/slimbus.h
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
15429 F: drivers/net/ethernet/sfc/
15431 SFF/SFP/SFP+ MODULE SUPPORT
15432 M: Russell King <linux@armlinux.org.uk>
15433 L: netdev@vger.kernel.org
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
15442 M: Dimitri Sivanich <sivanich@sgi.com>
15444 F: drivers/misc/sgi-gru/
15446 SGI XP/XPC/XPNET DRIVER
15447 M: Cliff Whickman <cpw@sgi.com>
15448 M: Robin Holt <robinmholt@gmail.com>
15450 F: drivers/misc/sgi-xp/
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
15457 W: http://www.ibm.com/developerworks/linux/linux390/
15460 SHARP GP2AP002A00F/GP2AP002S00F SENSOR DRIVER
15461 M: Linus Walleij <linus.walleij@linaro.org>
15462 L: linux-iio@vger.kernel.org
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
15468 SHARP RJ54N1CB0C SENSOR DRIVER
15469 M: Jacopo Mondi <jacopo@jmondi.org>
15470 L: linux-media@vger.kernel.org
15472 T: git git://linuxtv.org/media_tree.git
15473 F: drivers/media/i2c/rj54n1cb0c.c
15474 F: include/media/i2c/rj54n1cb0c.h
15476 SH_VOU V4L2 OUTPUT DRIVER
15477 L: linux-media@vger.kernel.org
15479 F: drivers/media/platform/sh_vou.c
15480 F: include/media/drv-intf/sh_vou.h
15482 SI2157 MEDIA DRIVER
15483 M: Antti Palosaari <crope@iki.fi>
15484 L: linux-media@vger.kernel.org
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*
15492 SI2165 MEDIA DRIVER
15493 M: Matthias Schwarzott <zzam@gentoo.org>
15494 L: linux-media@vger.kernel.org
15496 W: https://linuxtv.org
15497 Q: http://patchwork.linuxtv.org/project/linux-media/list/
15498 F: drivers/media/dvb-frontends/si2165*
15500 SI2168 MEDIA DRIVER
15501 M: Antti Palosaari <crope@iki.fi>
15502 L: linux-media@vger.kernel.org
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*
15510 SI470X FM RADIO RECEIVER I2C DRIVER
15511 M: Hans Verkuil <hverkuil@xs4all.nl>
15512 L: linux-media@vger.kernel.org
15514 W: https://linuxtv.org
15515 T: git git://linuxtv.org/media_tree.git
15516 F: drivers/media/radio/si470x/radio-si470x-i2c.c
15518 SI470X FM RADIO RECEIVER USB DRIVER
15519 M: Hans Verkuil <hverkuil@xs4all.nl>
15520 L: linux-media@vger.kernel.org
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
15528 SI4713 FM RADIO TRANSMITTER I2C DRIVER
15529 M: Eduardo Valentin <edubezval@gmail.com>
15530 L: linux-media@vger.kernel.org
15532 W: https://linuxtv.org
15533 T: git git://linuxtv.org/media_tree.git
15534 F: drivers/media/radio/si4713/si4713.?
15536 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
15537 M: Eduardo Valentin <edubezval@gmail.com>
15538 L: linux-media@vger.kernel.org
15540 W: https://linuxtv.org
15541 T: git git://linuxtv.org/media_tree.git
15542 F: drivers/media/radio/si4713/radio-platform-si4713.c
15544 SI4713 FM RADIO TRANSMITTER USB DRIVER
15545 M: Hans Verkuil <hverkuil@xs4all.nl>
15546 L: linux-media@vger.kernel.org
15548 W: https://linuxtv.org
15549 T: git git://linuxtv.org/media_tree.git
15550 F: drivers/media/radio/si4713/radio-usb-si4713.c
15553 M: Mauro Carvalho Chehab <mchehab@kernel.org>
15554 L: linux-media@vger.kernel.org
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/
15564 M: Palmer Dabbelt <palmer@dabbelt.com>
15565 M: Paul Walmsley <paul.walmsley@sifive.com>
15566 L: linux-riscv@lists.infradead.org
15568 T: git git://github.com/sifive/riscv-linux.git
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
15577 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pjw/sifive.git
15582 M: Green Wan <green.wan@sifive.com>
15584 F: Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
15585 F: drivers/dma/sf-pdma/
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
15592 F: drivers/input/touchscreen/silead.c
15593 F: drivers/platform/x86/touchscreen_dmi.c
15595 SILICON LABS WIRELESS DRIVERS (for WFxxx series)
15596 M: Jérôme Pouiller <jerome.pouiller@silabs.com>
15598 F: drivers/staging/wfx/
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
15606 F: Documentation/fb/sm712fb.rst
15607 F: drivers/video/fbdev/sm712*
15609 SIMPLE FIRMWARE INTERFACE (SFI)
15611 W: http://simplefirmware.org/
15612 F: arch/x86/platform/sfi/
15614 F: include/linux/sfi*.h
15617 M: Hans de Goede <hdegoede@redhat.com>
15618 L: linux-fbdev@vger.kernel.org
15620 F: Documentation/devicetree/bindings/display/simple-framebuffer.yaml
15621 F: drivers/video/fbdev/simplefb.c
15622 F: include/linux/platform_data/simplefb.h
15624 SIMTEC EB110ATX (Chalice CATS)
15625 M: Vincent Sanders <vince@simtec.co.uk>
15626 M: Simtec Linux Team <linux@simtec.co.uk>
15628 W: http://www.simtec.co.uk/products/EB110ATX/
15630 SIMTEC EB2410ITX (BAST)
15631 M: Vincent Sanders <vince@simtec.co.uk>
15632 M: Simtec Linux Team <linux@simtec.co.uk>
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
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>
15644 F: drivers/gpio/gpio-siox.c
15646 F: include/trace/events/siox.h
15648 SIPHASH PRF ROUTINES
15649 M: Jason A. Donenfeld <Jason@zx2c4.com>
15651 F: include/linux/siphash.h
15653 F: lib/test_siphash.c
15655 SIS 190 ETHERNET DRIVER
15656 M: Francois Romieu <romieu@fr.zoreil.com>
15657 L: netdev@vger.kernel.org
15659 F: drivers/net/ethernet/sis/sis190.c
15661 SIS 900/7016 FAST ETHERNET DRIVER
15662 M: Daniele Venzano <venza@brownhat.org>
15663 L: netdev@vger.kernel.org
15665 W: http://www.brownhat.org/sis900.html
15666 F: drivers/net/ethernet/sis/sis900.*
15668 SIS FRAMEBUFFER DRIVER
15669 M: Thomas Winischhofer <thomas@winischhofer.net>
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
15677 M: Thomas Winischhofer <thomas@winischhofer.net>
15679 W: http://www.winischhofer.at/linuxsisusbvga.shtml
15680 F: drivers/usb/misc/sisusbvga/
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
15690 F: include/linux/sl?b*.h
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
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
15706 SMACK SECURITY MODULE
15707 M: Casey Schaufler <casey@schaufler-ca.com>
15708 L: linux-security-module@vger.kernel.org
15710 W: http://schaufler-ca.com
15711 T: git git://github.com/cschaufler/smack-next
15712 F: Documentation/admin-guide/LSM/Smack.rst
15715 SMC91x ETHERNET DRIVER
15716 M: Nicolas Pitre <nico@fluxnic.net>
15718 F: drivers/net/ethernet/smsc/smc91x.*
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
15726 F: drivers/firmware/smccc/
15727 F: include/linux/arm-smccc.h
15729 SMIA AND SMIA++ IMAGE SENSOR DRIVER
15730 M: Sakari Ailus <sakari.ailus@linux.intel.com>
15731 L: linux-media@vger.kernel.org
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
15739 SMM665 HARDWARE MONITOR DRIVER
15740 M: Guenter Roeck <linux@roeck-us.net>
15741 L: linux-hwmon@vger.kernel.org
15743 F: Documentation/hwmon/smm665.rst
15744 F: drivers/hwmon/smm665.c
15746 SMSC EMC2103 HARDWARE MONITOR DRIVER
15747 M: Steve Glendinning <steve.glendinning@shawell.net>
15748 L: linux-hwmon@vger.kernel.org
15750 F: Documentation/hwmon/emc2103.rst
15751 F: drivers/hwmon/emc2103.c
15753 SMSC SCH5627 HARDWARE MONITOR DRIVER
15754 M: Hans de Goede <hdegoede@redhat.com>
15755 L: linux-hwmon@vger.kernel.org
15757 F: Documentation/hwmon/sch5627.rst
15758 F: drivers/hwmon/sch5627.c
15760 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
15761 M: Steve Glendinning <steve.glendinning@shawell.net>
15762 L: linux-fbdev@vger.kernel.org
15764 F: drivers/video/fbdev/smscufx.c
15766 SMSC47B397 HARDWARE MONITOR DRIVER
15767 M: Jean Delvare <jdelvare@suse.com>
15768 L: linux-hwmon@vger.kernel.org
15770 F: Documentation/hwmon/smsc47b397.rst
15771 F: drivers/hwmon/smsc47b397.c
15773 SMSC911x ETHERNET DRIVER
15774 M: Steve Glendinning <steve.glendinning@shawell.net>
15775 L: netdev@vger.kernel.org
15777 F: drivers/net/ethernet/smsc/smsc911x.*
15778 F: include/linux/smsc911x.h
15780 SMSC9420 PCI ETHERNET DRIVER
15781 M: Steve Glendinning <steve.glendinning@shawell.net>
15782 L: netdev@vger.kernel.org
15784 F: drivers/net/ethernet/smsc/smsc9420.*
15786 SOC-CAMERA V4L2 SUBSYSTEM
15787 L: linux-media@vger.kernel.org
15789 T: git git://linuxtv.org/media_tree.git
15790 F: drivers/staging/media/soc_camera/
15791 F: include/media/soc_camera.h
15793 SOCIONEXT (SNI) AVE NETWORK DRIVER
15794 M: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
15795 L: netdev@vger.kernel.org
15797 F: Documentation/devicetree/bindings/net/socionext,uniphier-ave4.yaml
15798 F: drivers/net/ethernet/socionext/sni_ave.c
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
15805 F: Documentation/devicetree/bindings/net/socionext-netsec.txt
15806 F: drivers/net/ethernet/socionext/netsec.c
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
15813 F: Documentation/devicetree/bindings/spi/spi-synquacer.txt
15814 F: drivers/spi/spi-synquacer.c
15816 SOCIONEXT SYNQUACER I2C DRIVER
15817 M: Ard Biesheuvel <ardb@kernel.org>
15818 L: linux-i2c@vger.kernel.org
15820 F: Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
15821 F: drivers/i2c/busses/i2c-synquacer.c
15823 SOCIONEXT UNIPHIER SOUND DRIVER
15824 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
15826 F: sound/soc/uniphier/
15828 SOEKRIS NET48XX LED SUPPORT
15829 M: Chris Boot <bootc@bootc.net>
15831 F: drivers/leds/leds-net48xx.c
15833 SOFT-IWARP DRIVER (siw)
15834 M: Bernard Metzler <bmt@zurich.ibm.com>
15835 L: linux-rdma@vger.kernel.org
15837 F: drivers/infiniband/sw/siw/
15838 F: include/uapi/rdma/siw-abi.h
15840 SOFT-ROCE DRIVER (rxe)
15841 M: Zhu Yanjun <yanjunz@mellanox.com>
15842 L: linux-rdma@vger.kernel.org
15844 F: drivers/infiniband/sw/rxe/
15845 F: include/uapi/rdma/rdma_user_rxe.h
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
15855 F: drivers/media/pci/solo6x10/
15857 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
15858 M: James Morse <james.morse@arm.com>
15859 L: linux-arm-kernel@lists.infradead.org
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
15866 SOFTWARE RAID (Multiple Disks) SUPPORT
15867 M: Song Liu <song@kernel.org>
15868 L: linux-raid@vger.kernel.org
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
15874 F: drivers/md/raid*
15875 F: include/linux/raid/
15876 F: include/uapi/linux/raid/
15878 SOLIDRUN CLEARFOG SUPPORT
15879 M: Russell King <linux@armlinux.org.uk>
15881 F: arch/arm/boot/dts/armada-388-clearfog*
15882 F: arch/arm/boot/dts/armada-38x-solidrun-*
15884 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
15885 M: Russell King <linux@armlinux.org.uk>
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-*
15891 SONIC NETWORK DRIVER
15892 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
15893 L: netdev@vger.kernel.org
15895 F: drivers/net/ethernet/natsemi/sonic.*
15897 SONICS SILICON BACKPLANE DRIVER (SSB)
15898 M: Michael Buesch <m@bues.ch>
15899 L: linux-wireless@vger.kernel.org
15902 F: include/linux/ssb/
15904 SONY IMX214 SENSOR DRIVER
15905 M: Ricardo Ribalda <ribalda@kernel.org>
15906 L: linux-media@vger.kernel.org
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
15912 SONY IMX219 SENSOR DRIVER
15913 M: Dave Stevenson <dave.stevenson@raspberrypi.com>
15914 L: linux-media@vger.kernel.org
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
15920 SONY IMX258 SENSOR DRIVER
15921 M: Sakari Ailus <sakari.ailus@linux.intel.com>
15922 L: linux-media@vger.kernel.org
15924 T: git git://linuxtv.org/media_tree.git
15925 F: drivers/media/i2c/imx258.c
15927 SONY IMX274 SENSOR DRIVER
15928 M: Leon Luo <leonl@leopardimaging.com>
15929 L: linux-media@vger.kernel.org
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
15935 SONY IMX290 SENSOR DRIVER
15936 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
15937 L: linux-media@vger.kernel.org
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
15943 SONY IMX319 SENSOR DRIVER
15944 M: Bingbu Cao <bingbu.cao@intel.com>
15945 L: linux-media@vger.kernel.org
15947 T: git git://linuxtv.org/media_tree.git
15948 F: drivers/media/i2c/imx319.c
15950 SONY IMX355 SENSOR DRIVER
15951 M: Tianshu Qiu <tian.shu.qiu@intel.com>
15952 L: linux-media@vger.kernel.org
15954 T: git git://linuxtv.org/media_tree.git
15955 F: drivers/media/i2c/imx355.c
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
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
15967 SONY VAIO CONTROL DEVICE DRIVER
15968 M: Mattia Dongili <malattia@linux.it>
15969 L: platform-driver-x86@vger.kernel.org
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
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)
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/
15987 F: include/uapi/sound/
15990 SOUND - COMPRESSED AUDIO
15991 M: Vinod Koul <vkoul@kernel.org>
15992 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
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
16001 SOUND - DMAENGINE HELPERS
16002 M: Lars-Peter Clausen <lars@metafoo.de>
16004 F: include/sound/dmaengine_pcm.h
16005 F: sound/core/pcm_dmaengine.c
16006 F: sound/soc/soc-generic-dmaengine-pcm.c
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)
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*
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)
16029 W: https://github.com/thesofproject/linux/
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)
16038 F: Documentation/driver-api/soundwire/
16039 F: drivers/soundwire/
16040 F: include/linux/soundwire/
16043 M: Olli Salonen <olli.salonen@iki.fi>
16044 L: linux-media@vger.kernel.org
16046 W: https://linuxtv.org
16047 Q: http://patchwork.linuxtv.org/project/linux-media/list/
16048 F: drivers/media/dvb-frontends/sp2*
16050 SPARC + UltraSPARC (sparc/sparc64)
16051 M: "David S. Miller" <davem@davemloft.net>
16052 L: sparclinux@vger.kernel.org
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
16060 SPARC SERIAL DRIVERS
16061 M: "David S. Miller" <davem@davemloft.net>
16062 L: sparclinux@vger.kernel.org
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
16077 M: "Luc Van Oostenryck" <luc.vanoostenryck@gmail.com>
16078 L: linux-sparse@vger.kernel.org
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
16086 SPEAR CLOCK FRAMEWORK SUPPORT
16087 M: Viresh Kumar <vireshk@kernel.org>
16088 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
16090 W: http://www.st.com/spear
16091 F: drivers/clk/spear/
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)
16098 W: http://www.st.com/spear
16099 F: arch/arm/boot/dts/spear*
16100 F: arch/arm/mach-spear/
16103 M: Tudor Ambarus <tudor.ambarus@microchip.com>
16104 L: linux-mtd@lists.infradead.org
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
16114 M: Mark Brown <broonie@kernel.org>
16115 L: linux-spi@vger.kernel.org
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/
16122 F: include/linux/spi/
16123 F: include/uapi/linux/spi/
16126 SPIDERNET NETWORK DRIVER for CELL
16127 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
16128 L: netdev@vger.kernel.org
16130 F: Documentation/networking/device_drivers/toshiba/spider_net.rst
16131 F: drivers/net/ethernet/toshiba/spider_net*
16134 R: Stephen Boyd <sboyd@kernel.org>
16135 L: linux-arm-msm@vger.kernel.org
16136 F: Documentation/devicetree/bindings/spmi/
16138 F: include/dt-bindings/spmi/spmi.h
16139 F: include/linux/spmi.h
16140 F: include/trace/events/spmi.h
16143 M: Jeremy Kerr <jk@ozlabs.org>
16144 L: linuxppc-dev@lists.ozlabs.org
16146 W: http://www.ibm.com/developerworks/power/cell/
16147 F: Documentation/filesystems/spufs/spufs.rst
16148 F: arch/powerpc/platforms/cell/spufs/
16150 SQUASHFS FILE SYSTEM
16151 M: Phillip Lougher <phillip@squashfs.org.uk>
16152 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
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
16159 SRM (Alpha) environment access
16160 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
16162 F: arch/alpha/kernel/srm_env.c
16164 ST LSM6DSx IMU IIO DRIVER
16165 M: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
16166 L: linux-iio@vger.kernel.org
16168 W: http://www.st.com/
16169 F: Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
16170 F: drivers/iio/imu/st_lsm6dsx/
16172 ST MIPID02 CSI-2 TO PARALLEL BRIDGE DRIVER
16173 M: Mickael Guene <mickael.guene@st.com>
16174 L: linux-media@vger.kernel.org
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
16180 ST STM32 I2C/SMBUS DRIVER
16181 M: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
16182 L: linux-i2c@vger.kernel.org
16184 F: drivers/i2c/busses/i2c-stm32*
16186 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
16187 M: Song Qiang <songqiang1304521@gmail.com>
16188 L: linux-iio@vger.kernel.org
16190 F: Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt
16191 F: drivers/iio/proximity/vl53l0x-i2c.c
16194 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16195 M: Sasha Levin <sashal@kernel.org>
16196 L: stable@vger.kernel.org
16198 F: Documentation/process/stable-kernel-rules.rst
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
16205 F: drivers/staging/media/atomisp/
16208 M: Ian Abbott <abbotti@mev.co.uk>
16209 M: H Hartley Sweeten <hsweeten@visionengravers.com>
16211 F: drivers/staging/comedi/
16213 STAGING - FIELDBUS SUBSYSTEM
16214 M: Sven Van Asbroeck <TheSven73@gmail.com>
16216 F: drivers/staging/fieldbus/*
16217 F: drivers/staging/fieldbus/Documentation/
16219 STAGING - HMS ANYBUS-S BUS
16220 M: Sven Van Asbroeck <TheSven73@gmail.com>
16222 F: drivers/staging/fieldbus/anybuss/
16224 STAGING - INDUSTRIAL IO
16225 M: Jonathan Cameron <jic23@kernel.org>
16226 L: linux-iio@vger.kernel.org
16228 F: Documentation/devicetree/bindings/staging/iio/
16229 F: drivers/staging/iio/
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
16236 F: drivers/staging/nvec/
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>
16243 W: http://wiki.laptop.org/go/DCON
16244 F: drivers/staging/olpc_dcon/
16246 STAGING - REALTEK RTL8188EU DRIVERS
16247 M: Larry Finger <Larry.Finger@lwfinger.net>
16249 F: drivers/staging/rtl8188eu/
16251 STAGING - REALTEK RTL8712U DRIVERS
16252 M: Larry Finger <Larry.Finger@lwfinger.net>
16253 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
16255 F: drivers/staging/rtl8712/
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
16262 F: Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
16263 F: drivers/staging/fbtft/fb_seps525.c
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
16271 F: drivers/staging/sm750fb/
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
16280 W: http://www.linux-speakup.org/
16281 F: drivers/staging/speakup/
16283 STAGING - VIA VT665X DRIVERS
16284 M: Forest Bond <forest@alittletooquiet.net>
16286 F: drivers/staging/vt665?/
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
16293 F: drivers/staging/wilc1000/
16296 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16297 L: devel@driverdev.osuosl.org
16299 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
16300 F: drivers/staging/
16302 STARFIRE/DURALAN NETWORK DRIVER
16303 M: Ion Badulescu <ionut@badula.org>
16305 F: drivers/net/ethernet/adaptec/starfire*
16307 STEC S1220 SKD DRIVER
16308 M: Damien Le Moal <Damien.LeMoal@wdc.com>
16309 L: linux-block@vger.kernel.org
16311 F: drivers/block/skd*[ch]
16313 STI AUDIO (ASoC) DRIVERS
16314 M: Arnaud Pouliquen <arnaud.pouliquen@st.com>
16315 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
16317 F: Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
16321 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
16323 F: Documentation/devicetree/bindings/media/stih-cec.txt
16324 F: drivers/media/platform/sti/cec/
16326 STK1160 USB VIDEO CAPTURE DRIVER
16327 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
16328 L: linux-media@vger.kernel.org
16330 T: git git://linuxtv.org/media_tree.git
16331 F: drivers/media/usb/stk1160/
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)
16338 F: Documentation/devicetree/bindings/sound/st,stm32-*.txt
16341 STM32 TIMER/LPTIMER DRIVERS
16342 M: Fabrice Gasnier <fabrice.gasnier@st.com>
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*
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
16356 W: http://www.stlinux.com
16357 F: Documentation/networking/device_drivers/stmicro/
16358 F: drivers/net/ethernet/stmicro/stmmac/
16361 M: Sam Creasey <sammy@sammy.net>
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*
16369 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
16370 M: Hans de Goede <hdegoede@redhat.com>
16371 L: linux-input@vger.kernel.org
16373 F: Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
16374 F: drivers/input/keyboard/sun4i-lradc-keys.c
16376 SUNDANCE NETWORK DRIVER
16377 M: Denis Kirjanov <kda@linux-powerpc.org>
16378 L: netdev@vger.kernel.org
16380 F: drivers/net/ethernet/dlink/sundance.c
16383 M: Yoshinori Sato <ysato@users.sourceforge.jp>
16384 M: Rich Felker <dalias@libc.org>
16385 L: linux-sh@vger.kernel.org
16387 Q: http://patchwork.kernel.org/project/linux-sh/list/
16388 F: Documentation/sh/
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
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
16408 M: Martin Mares <mj@ucw.cz>
16409 L: linux-video@atrey.karlin.mff.cuni.cz
16411 F: Documentation/admin-guide/svga.rst
16412 F: arch/x86/boot/video*
16415 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16416 L: iommu@lists.linux-foundation.org
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
16424 M: Jiri Pirko <jiri@resnulli.us>
16425 M: Ivan Vecera <ivecera@redhat.com>
16426 L: netdev@vger.kernel.org
16428 F: include/net/switchdev.h
16431 SY8106A REGULATOR DRIVER
16432 M: Icenowy Zheng <icenowy@aosc.io>
16434 F: Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt
16435 F: drivers/regulator/sy8106a-regulator.c
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
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
16451 SYNOPSYS ARC ARCHITECTURE
16452 M: Vineet Gupta <vgupta@synopsys.com>
16453 L: linux-snps-arc@lists.infradead.org
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*
16459 F: drivers/clocksource/arc_timer.c
16460 F: drivers/tty/serial/arc_uart.c
16462 SYNOPSYS ARC HSDK SDP pll clock driver
16463 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16465 F: Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
16466 F: drivers/clk/clk-hsdk-pll.c
16468 SYNOPSYS ARC SDP clock driver
16469 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16471 F: Documentation/devicetree/bindings/clock/snps,pll-clock.txt
16472 F: drivers/clk/axs10x/*
16474 SYNOPSYS ARC SDP platform support
16475 M: Alexey Brodkin <abrodkin@synopsys.com>
16477 F: Documentation/devicetree/bindings/arc/axs10*
16478 F: arch/arc/boot/dts/ax*
16479 F: arch/arc/plat-axs10x
16481 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
16482 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16484 F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
16485 F: drivers/reset/reset-axs10x.c
16487 SYNOPSYS CREG GPIO DRIVER
16488 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16490 F: Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
16491 F: drivers/gpio/gpio-creg-snps.c
16493 SYNOPSYS DESIGNWARE 8250 UART DRIVER
16494 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
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
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
16505 F: Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
16506 F: drivers/gpio/gpio-dwapb.c
16508 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
16509 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
16511 F: Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
16512 F: drivers/dma/dw-axi-dmac/
16514 SYNOPSYS DESIGNWARE DMAC DRIVER
16515 M: Viresh Kumar <vireshk@kernel.org>
16516 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
16518 F: Documentation/devicetree/bindings/dma/snps-dma.txt
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
16524 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
16525 M: Jose Abreu <Jose.Abreu@synopsys.com>
16526 L: netdev@vger.kernel.org
16528 F: drivers/net/ethernet/synopsys/
16530 SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER
16531 M: Jose Abreu <Jose.Abreu@synopsys.com>
16532 L: netdev@vger.kernel.org
16534 F: drivers/net/phy/mdio-xpcs.c
16535 F: include/linux/mdio-xpcs.h
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
16543 F: drivers/i2c/busses/i2c-designware-*
16544 F: include/linux/platform_data/i2c-designware.h
16546 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
16547 M: Jaehoon Chung <jh80.chung@samsung.com>
16548 L: linux-mmc@vger.kernel.org
16550 F: drivers/mmc/host/dw_mmc*
16552 SYNOPSYS HSDK RESET CONTROLLER DRIVER
16553 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
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
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
16564 F: drivers/mmc/host/sdhci-pci-dwc-mshc.c
16566 SYSTEM CONFIGURATION (SYSCON)
16567 M: Lee Jones <lee.jones@linaro.org>
16568 M: Arnd Bergmann <arnd@arndb.de>
16570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
16571 F: drivers/mfd/syscon.c
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
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
16586 SYSTEM RESET/SHUTDOWN DRIVERS
16587 M: Sebastian Reichel <sre@kernel.org>
16588 L: linux-pm@vger.kernel.org
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/
16594 SYSTEM TRACE MODULE CLASS
16595 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
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
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
16608 F: drivers/platform/x86/system76_acpi.c
16611 M: Christoph Hellwig <hch@infradead.org>
16613 F: Documentation/filesystems/sysv-fs.rst
16615 F: include/linux/sysv_fs.h
16617 TASKSTATS STATISTICS INTERFACE
16618 M: Balbir Singh <bsingharora@gmail.com>
16620 F: Documentation/accounting/taskstats*
16621 F: include/linux/taskstats*
16622 F: kernel/taskstats.c
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
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/
16639 TC90522 MEDIA DRIVER
16640 M: Akihiro Tsukada <tskd08@gmail.com>
16641 L: linux-media@vger.kernel.org
16643 F: drivers/media/dvb-frontends/tc90522*
16645 TCP LOW PRIORITY MODULE
16646 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
16647 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
16649 W: http://tcp-lp-mod.sourceforge.net/
16650 F: net/ipv4/tcp_lp.c
16652 TDA10071 MEDIA DRIVER
16653 M: Antti Palosaari <crope@iki.fi>
16654 L: linux-media@vger.kernel.org
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*
16662 TDA18212 MEDIA DRIVER
16663 M: Antti Palosaari <crope@iki.fi>
16664 L: linux-media@vger.kernel.org
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*
16672 TDA18218 MEDIA DRIVER
16673 M: Antti Palosaari <crope@iki.fi>
16674 L: linux-media@vger.kernel.org
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*
16682 TDA18250 MEDIA DRIVER
16683 M: Olli Salonen <olli.salonen@iki.fi>
16684 L: linux-media@vger.kernel.org
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*
16691 TDA18271 MEDIA DRIVER
16692 M: Michael Krufky <mkrufky@linuxtv.org>
16693 L: linux-media@vger.kernel.org
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*
16701 TDA1997x MEDIA DRIVER
16702 M: Tim Harvey <tharvey@gateworks.com>
16703 L: linux-media@vger.kernel.org
16705 W: https://linuxtv.org
16706 Q: http://patchwork.linuxtv.org/project/linux-media/list/
16707 F: drivers/media/i2c/tda1997x.*
16709 TDA827x MEDIA DRIVER
16710 M: Michael Krufky <mkrufky@linuxtv.org>
16711 L: linux-media@vger.kernel.org
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.*
16719 TDA8290 MEDIA DRIVER
16720 M: Michael Krufky <mkrufky@linuxtv.org>
16721 L: linux-media@vger.kernel.org
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.*
16729 TDA9840 MEDIA DRIVER
16730 M: Hans Verkuil <hverkuil@xs4all.nl>
16731 L: linux-media@vger.kernel.org
16733 W: https://linuxtv.org
16734 T: git git://linuxtv.org/media_tree.git
16735 F: drivers/media/i2c/tda9840*
16737 TEA5761 TUNER DRIVER
16738 M: Mauro Carvalho Chehab <mchehab@kernel.org>
16739 L: linux-media@vger.kernel.org
16741 W: https://linuxtv.org
16742 T: git git://linuxtv.org/media_tree.git
16743 F: drivers/media/tuners/tea5761.*
16745 TEA5767 TUNER DRIVER
16746 M: Mauro Carvalho Chehab <mchehab@kernel.org>
16747 L: linux-media@vger.kernel.org
16749 W: https://linuxtv.org
16750 T: git git://linuxtv.org/media_tree.git
16751 F: drivers/media/tuners/tea5767.*
16753 TEA6415C MEDIA DRIVER
16754 M: Hans Verkuil <hverkuil@xs4all.nl>
16755 L: linux-media@vger.kernel.org
16757 W: https://linuxtv.org
16758 T: git git://linuxtv.org/media_tree.git
16759 F: drivers/media/i2c/tea6415c*
16761 TEA6420 MEDIA DRIVER
16762 M: Hans Verkuil <hverkuil@xs4all.nl>
16763 L: linux-media@vger.kernel.org
16765 W: https://linuxtv.org
16766 T: git git://linuxtv.org/media_tree.git
16767 F: drivers/media/i2c/tea6420*
16770 M: Jiri Pirko <jiri@resnulli.us>
16771 L: netdev@vger.kernel.org
16773 F: drivers/net/team/
16774 F: include/linux/if_team.h
16775 F: include/uapi/linux/if_team.h
16777 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
16778 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
16780 F: arch/x86/platform/ts5500/
16782 TECHNOTREND USB IR RECEIVER
16783 M: Sean Young <sean@mess.org>
16784 L: linux-media@vger.kernel.org
16786 F: drivers/media/rc/ttusbir.c
16788 TECHWELL TW9910 VIDEO DECODER
16789 L: linux-media@vger.kernel.org
16791 F: drivers/media/i2c/tw9910.c
16792 F: include/media/i2c/tw9910.h
16795 M: Jens Wiklander <jens.wiklander@linaro.org>
16796 L: op-tee@lists.trustedfirmware.org
16798 F: Documentation/tee.txt
16800 F: include/linux/tee_drv.h
16801 F: include/uapi/linux/tee.h
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
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
16813 M: Peter De Schrijver <pdeschrijver@nvidia.com>
16814 M: Prashant Gaikwad <pgaikwad@nvidia.com>
16816 F: drivers/clk/tegra/
16819 M: Laxman Dewangan <ldewangan@nvidia.com>
16820 M: Jon Hunter <jonathanh@nvidia.com>
16822 F: drivers/dma/tegra*
16825 M: Laxman Dewangan <ldewangan@nvidia.com>
16826 R: Dmitry Osipenko <digetx@gmail.com>
16828 F: drivers/i2c/busses/i2c-tegra.c
16830 TEGRA IOMMU DRIVERS
16831 M: Thierry Reding <thierry.reding@gmail.com>
16832 L: linux-tegra@vger.kernel.org
16834 F: drivers/iommu/tegra*
16837 M: Laxman Dewangan <ldewangan@nvidia.com>
16839 F: drivers/input/keyboard/tegra-kbc.c
16842 M: Stefan Agner <stefan@agner.ch>
16843 M: Lucas Stach <dev@lynxeye.de>
16845 F: Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
16846 F: drivers/mtd/nand/raw/tegra_nand.c
16849 M: Thierry Reding <thierry.reding@gmail.com>
16851 F: drivers/pwm/pwm-tegra.c
16853 TEGRA SERIAL DRIVER
16854 M: Laxman Dewangan <ldewangan@nvidia.com>
16856 F: drivers/tty/serial/serial-tegra.c
16859 M: Laxman Dewangan <ldewangan@nvidia.com>
16861 F: drivers/spi/spi-tegra*
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
16870 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
16871 F: drivers/staging/media/tegra-video/
16873 TEGRA XUSB PADCTL DRIVER
16874 M: JC Kuo <jckuo@nvidia.com>
16876 F: drivers/phy/tegra/xusb*
16878 TEHUTI ETHERNET DRIVER
16879 M: Andy Gospodarek <andy@greyhouse.net>
16880 L: netdev@vger.kernel.org
16882 F: drivers/net/ethernet/tehuti/*
16884 TELECOM CLOCK DRIVER FOR MCPL0010
16885 M: Mark Gross <mark.gross@intel.com>
16887 F: drivers/char/tlclk.c
16889 TEMPO SEMICONDUCTOR DRIVERS
16890 M: Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
16892 F: Documentation/devicetree/bindings/sound/tscs*.txt
16893 F: sound/soc/codecs/tscs*.c
16894 F: sound/soc/codecs/tscs*.h
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
16901 T: git git://github.com/czankel/xtensa-linux.git
16903 F: drivers/irqchip/irq-xtensa-*
16905 TEXAS INSTRUMENTS ASoC DRIVERS
16906 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
16907 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
16911 TEXAS INSTRUMENTS' DAC7612 DAC DRIVER
16912 M: Ricardo Ribalda <ribalda@kernel.org>
16913 L: linux-iio@vger.kernel.org
16915 F: Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt
16916 F: drivers/iio/dac/ti-dac7612.c
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
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
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
16945 W: https://linuxtv.org
16946 T: git git://linuxtv.org/media_tree.git
16947 F: drivers/media/radio/radio-raremono.c
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
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
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
16968 W: http://linux-meson.com/
16969 F: Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
16970 F: drivers/thermal/amlogic_thermal.c
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
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
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
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
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
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
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
17013 F: drivers/net/thunderbolt.c
17015 THUNDERX GPIO DRIVER
17016 M: Robert Richter <rrichter@marvell.com>
17018 F: drivers/gpio/gpio-thunderx.c
17020 TI AM437X VPFE DRIVER
17021 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
17022 L: linux-media@vger.kernel.org
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/
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
17035 F: drivers/thermal/ti-soc-thermal/
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
17043 TI CDCE706 CLOCK DRIVER
17044 M: Max Filippov <jcmvbkbc@gmail.com>
17046 F: drivers/clk/clk-cdce706.c
17049 M: Tero Kristo <t-kristo@ti.com>
17050 L: linux-omap@vger.kernel.org
17053 F: include/linux/clk/ti.h
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)
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
17066 TI DAVINCI SERIES CLOCK DRIVER
17067 M: David Lechner <david@lechnology.com>
17068 R: Sekhar Nori <nsekhar@ti.com>
17070 F: Documentation/devicetree/bindings/clock/ti/davinci/
17071 F: drivers/clk/davinci/
17073 TI DAVINCI SERIES GPIO DRIVER
17074 M: Keerthy <j-keerthy@ti.com>
17075 L: linux-gpio@vger.kernel.org
17077 F: Documentation/devicetree/bindings/gpio/gpio-davinci.txt
17078 F: drivers/gpio/gpio-davinci.c
17080 TI DAVINCI SERIES MEDIA DRIVER
17081 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
17082 L: linux-media@vger.kernel.org
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/
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
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
17101 F: drivers/net/ethernet/ti/cpsw*
17102 F: drivers/net/ethernet/ti/davinci*
17104 TI FLASH MEDIA MEMORYSTICK/MMC DRIVERS
17105 M: Alex Dubov <oakad@yahoo.com>
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
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)
17118 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
17119 F: drivers/soc/ti/*
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)
17126 F: sound/soc/codecs/isabelle*
17127 F: sound/soc/codecs/lm49453*
17129 TI LP855x BACKLIGHT DRIVER
17130 M: Milo Kim <milo.kim@ti.com>
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
17136 TI LP8727 CHARGER DRIVER
17137 M: Milo Kim <milo.kim@ti.com>
17139 F: drivers/power/supply/lp8727_charger.c
17140 F: include/linux/platform_data/lp8727.h
17142 TI LP8788 MFD DRIVER
17143 M: Milo Kim <milo.kim@ti.com>
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
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
17157 F: drivers/net/ethernet/ti/netcp*
17159 TI PCM3060 ASoC CODEC DRIVER
17160 M: Kirill Marinushkin <kmarinushkin@birdec.com>
17161 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
17163 F: Documentation/devicetree/bindings/sound/pcm3060.txt
17164 F: sound/soc/codecs/pcm3060*
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)
17170 F: sound/soc/codecs/tas571x*
17172 TI TCAN4X5X DEVICE DRIVER
17173 M: Dan Murphy <dmurphy@ti.com>
17174 L: linux-can@vger.kernel.org
17176 F: Documentation/devicetree/bindings/net/can/tcan4x5x.txt
17177 F: drivers/net/can/m_can/tcan4x5x.c
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)
17184 F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt
17185 F: drivers/nfc/trf7970a.c
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)
17191 F: sound/soc/codecs/twl4030*
17194 M: Benoit Parrot <bparrot@ti.com>
17195 L: linux-media@vger.kernel.org
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/
17203 TI WILINK WIRELESS DRIVERS
17204 L: linux-wireless@vger.kernel.org
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
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
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/
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)
17236 W: http://tipc.sourceforge.net/
17237 F: include/uapi/linux/tipc*.h
17240 TLAN NETWORK DRIVER
17241 M: Samuel Chessman <chessman@tux.org>
17242 L: tlan-devel@lists.sourceforge.net (subscribers-only)
17244 W: http://sourceforge.net/projects/tlan/
17245 F: Documentation/networking/device_drivers/ti/tlan.rst
17246 F: drivers/net/ethernet/ti/tlan.*
17248 TM6000 VIDEO4LINUX DRIVER
17249 M: Mauro Carvalho Chehab <mchehab@kernel.org>
17250 L: linux-media@vger.kernel.org
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/
17257 TMIO/SDHI MMC DRIVER
17258 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
17259 L: linux-mmc@vger.kernel.org
17261 F: drivers/mmc/host/renesas_sdhi*
17262 F: drivers/mmc/host/tmio_mmc*
17263 F: include/linux/mfd/tmio.h
17265 TMP401 HARDWARE MONITOR DRIVER
17266 M: Guenter Roeck <linux@roeck-us.net>
17267 L: linux-hwmon@vger.kernel.org
17269 F: Documentation/hwmon/tmp401.rst
17270 F: drivers/hwmon/tmp401.c
17272 TMP513 HARDWARE MONITOR DRIVER
17273 M: Eric Tremblay <etremblay@distech-controls.com>
17274 L: linux-hwmon@vger.kernel.org
17276 F: Documentation/hwmon/tmp513.rst
17277 F: drivers/hwmon/tmp513.c
17279 TMPFS (SHMEM FILESYSTEM)
17280 M: Hugh Dickins <hughd@google.com>
17281 L: linux-mm@kvack.org
17283 F: include/linux/shmem_fs.h
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)
17294 W: https://tomoyo.osdn.jp/
17295 F: security/tomoyo/
17297 TOPSTAR LAPTOP EXTRAS DRIVER
17298 M: Herton Ronaldo Krzesinski <herton@canonical.com>
17299 L: platform-driver-x86@vger.kernel.org
17301 F: drivers/platform/x86/topstar-laptop.c
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
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
17316 TOSHIBA ACPI EXTRAS DRIVER
17317 M: Azael Avalos <coproscefalo@gmail.com>
17318 L: platform-driver-x86@vger.kernel.org
17320 F: drivers/platform/x86/toshiba_acpi.c
17322 TOSHIBA BLUETOOTH DRIVER
17323 M: Azael Avalos <coproscefalo@gmail.com>
17324 L: platform-driver-x86@vger.kernel.org
17326 F: drivers/platform/x86/toshiba_bluetooth.c
17328 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
17329 M: Azael Avalos <coproscefalo@gmail.com>
17330 L: platform-driver-x86@vger.kernel.org
17332 F: drivers/platform/x86/toshiba_haps.c
17335 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
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
17342 TOSHIBA TC358743 DRIVER
17343 M: Mats Randgaard <matrandg@cisco.com>
17344 L: linux-media@vger.kernel.org
17346 F: drivers/media/i2c/tc358743*
17347 F: include/media/i2c/tc358743.h
17349 TOSHIBA WMI HOTKEYS DRIVER
17350 M: Azael Avalos <coproscefalo@gmail.com>
17351 L: platform-driver-x86@vger.kernel.org
17353 F: drivers/platform/x86/toshiba-wmi.c
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
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/
17367 M: Steven Rostedt <rostedt@goodmis.org>
17368 M: Ingo Molnar <mingo@redhat.com>
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
17378 F: tools/testing/selftests/ftrace/
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
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
17395 M: Jiri Kosina <trivial@kernel.org>
17397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
17398 K: ^Subject:.*(?i)trivial
17401 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17402 M: Jiri Slaby <jslaby@suse.com>
17404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
17405 F: Documentation/driver-api/serial/
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
17415 TUA9001 MEDIA DRIVER
17416 M: Antti Palosaari <crope@iki.fi>
17417 L: linux-media@vger.kernel.org
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*
17425 TULIP NETWORK DRIVERS
17426 L: netdev@vger.kernel.org
17427 L: linux-parisc@vger.kernel.org
17429 F: drivers/net/ethernet/dec/tulip/
17432 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
17434 W: http://vtun.sourceforge.net/tun
17435 F: Documentation/networking/tuntap.rst
17436 F: arch/um/os-Linux/drivers/
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
17443 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
17445 F: include/linux/tc.h
17448 M: "Len Brown" <lenb@kernel.org>
17449 L: linux-pm@vger.kernel.org
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/
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
17463 F: drivers/media/pci/tw5864/
17465 TW68 VIDEO4LINUX DRIVER
17466 M: Hans Verkuil <hverkuil@xs4all.nl>
17467 L: linux-media@vger.kernel.org
17469 W: https://linuxtv.org
17470 T: git git://linuxtv.org/media_tree.git
17471 F: drivers/media/pci/tw68/
17473 TW686X VIDEO4LINUX DRIVER
17474 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
17475 L: linux-media@vger.kernel.org
17477 W: http://linuxtv.org
17478 T: git git://linuxtv.org/media_tree.git
17479 F: drivers/media/pci/tw686x/
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
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/
17493 UBI FILE SYSTEM (UBIFS)
17494 M: Richard Weinberger <richard@nod.at>
17495 L: linux-mtd@lists.infradead.org
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
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)
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.*
17513 F: arch/m68k/coldfire/
17514 F: arch/m68k/include/asm/*_no.*
17517 M: Jan Kara <jack@suse.com>
17519 F: Documentation/filesystems/udf.rst
17523 M: Bastien Nocera <hadess@hadess.net>
17524 L: linux-input@vger.kernel.org
17526 F: drivers/hid/hid-udraw-ps3.c
17529 M: Evgeniy Dushistov <dushistov@mail.ru>
17531 F: Documentation/admin-guide/ufs.rst
17534 UHID USERSPACE HID IO DRIVER
17535 M: David Rheinsberg <david.rheinsberg@gmail.com>
17536 L: linux-input@vger.kernel.org
17538 F: drivers/hid/uhid.c
17539 F: include/uapi/linux/uhid.h
17542 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
17543 L: linux-usb@vger.kernel.org
17545 F: drivers/usb/common/ulpi.c
17546 F: include/linux/ulpi/
17549 M: Gabriel Krisman Bertazi <krisman@collabora.com>
17550 L: linux-fsdevel@vger.kernel.org
17554 UNICORE32 ARCHITECTURE
17555 M: Guan Xuetao <gxt@pku.edu.cn>
17557 W: http://mprc.pku.edu.cn/~guanxuetao/linux
17558 T: git git://github.com/gxt/linux.git
17562 M: Tony Finch <dot@dotat.at>
17564 W: http://dotat.at/prog/unifdef
17565 F: scripts/unifdef.c
17567 UNIFORM CDROM DRIVER
17568 M: Jens Axboe <axboe@kernel.dk>
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
17576 UNISYS S-PAR DRIVERS
17577 M: David Kershner <david.kershner@unisys.com>
17578 L: sparmaintainer@unisys.com (Unisys internal)
17580 F: drivers/staging/unisys/
17581 F: drivers/visorbus/
17582 F: include/linux/visorbus.h
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
17589 F: Documentation/scsi/ufs.rst
17590 F: drivers/scsi/ufs/
17592 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
17593 M: Pedro Sousa <pedrom.sousa@synopsys.com>
17594 L: linux-scsi@vger.kernel.org
17596 F: drivers/scsi/ufs/*dwc*
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)
17603 F: drivers/scsi/ufs/ufs-mediatek*
17605 UNSORTED BLOCK IMAGES (UBI)
17606 M: Richard Weinberger <richard@nod.at>
17607 L: linux-mtd@lists.infradead.org
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
17616 USB "USBNET" DRIVER FRAMEWORK
17617 M: Oliver Neukum <oneukum@suse.com>
17618 L: netdev@vger.kernel.org
17620 W: http://www.linux-usb.org/usbnet
17621 F: drivers/net/usb/usbnet.c
17622 F: include/linux/usb/usbnet.h
17625 M: Oliver Neukum <oneukum@suse.com>
17626 L: linux-usb@vger.kernel.org
17628 F: Documentation/usb/acm.rst
17629 F: drivers/usb/class/cdc-acm.*
17631 USB APPLE MFI FASTCHARGE DRIVER
17632 M: Bastien Nocera <hadess@hadess.net>
17633 L: linux-usb@vger.kernel.org
17635 F: drivers/usb/misc/apple-mfi-fastcharge.c
17637 USB AR5523 WIRELESS DRIVER
17638 M: Pontus Fuchs <pontus.fuchs@gmail.com>
17639 L: linux-wireless@vger.kernel.org
17641 F: drivers/net/wireless/ath/ar5523/
17644 M: Oliver Neukum <oneukum@suse.com>
17645 L: linux-usb@vger.kernel.org
17646 L: linux-scsi@vger.kernel.org
17648 F: drivers/usb/storage/uas.c
17650 USB CDC ETHERNET DRIVER
17651 M: Oliver Neukum <oliver@neukum.org>
17652 L: linux-usb@vger.kernel.org
17654 F: drivers/net/usb/cdc_*.c
17655 F: include/uapi/linux/usb/cdc.h
17657 USB CHAOSKEY DRIVER
17658 M: Keith Packard <keithp@keithp.com>
17659 L: linux-usb@vger.kernel.org
17661 F: drivers/usb/misc/chaoskey.c
17663 USB CYPRESS C67X00 DRIVER
17664 M: Peter Korsgaard <jacmet@sunsite.dk>
17665 L: linux-usb@vger.kernel.org
17667 F: drivers/usb/c67x00/
17669 USB DAVICOM DM9601 DRIVER
17670 M: Peter Korsgaard <jacmet@sunsite.dk>
17671 L: netdev@vger.kernel.org
17673 W: http://www.linux-usb.org/usbnet
17674 F: drivers/net/usb/dm9601.c
17677 M: Alan Stern <stern@rowland.harvard.edu>
17678 L: linux-usb@vger.kernel.org
17680 F: Documentation/usb/ehci.rst
17681 F: drivers/usb/host/ehci*
17683 USB GADGET/PERIPHERAL SUBSYSTEM
17684 M: Felipe Balbi <balbi@kernel.org>
17685 L: linux-usb@vger.kernel.org
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*
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
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/
17701 USB INTEL XHCI ROLE MUX DRIVER
17702 M: Hans de Goede <hdegoede@redhat.com>
17703 L: linux-usb@vger.kernel.org
17705 F: drivers/usb/roles/intel-xhci-usb-role-switch.c
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
17712 F: Documentation/devicetree/bindings/phy/phy-hi3660-usb3.txt
17713 F: drivers/phy/hisilicon/phy-hi3660-usb3.c
17716 M: Olav Kongas <ok@artecdesign.ee>
17717 L: linux-usb@vger.kernel.org
17719 F: drivers/usb/host/isp116x*
17720 F: include/linux/usb/isp116x.h
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
17727 F: Documentation/devicetree/bindings/net/microchip,lan78xx.txt
17728 F: drivers/net/usb/lan78xx.*
17729 F: include/dt-bindings/net/microchip-lan78xx.h
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
17736 F: drivers/usb/storage/
17739 M: Clemens Ladisch <clemens@ladisch.de>
17740 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
17742 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
17743 F: sound/usb/midi.*
17745 USB NETWORKING DRIVERS
17746 L: linux-usb@vger.kernel.org
17748 F: drivers/net/usb/
17751 M: Alan Stern <stern@rowland.harvard.edu>
17752 L: linux-usb@vger.kernel.org
17754 F: Documentation/usb/ohci.rst
17755 F: drivers/usb/host/ohci*
17757 USB OTG FSM (Finite State Machine)
17758 M: Peter Chen <Peter.Chen@nxp.com>
17759 L: linux-usb@vger.kernel.org
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
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
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/
17776 M: Petko Manolov <petkan@nucleusys.com>
17777 L: linux-usb@vger.kernel.org
17778 L: netdev@vger.kernel.org
17780 W: https://github.com/petkan/pegasus
17781 T: git git://github.com/petkan/pegasus.git
17782 F: drivers/net/usb/pegasus.*
17785 M: Felipe Balbi <balbi@kernel.org>
17786 L: linux-usb@vger.kernel.org
17788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
17789 F: drivers/usb/phy/
17791 USB PRINTER DRIVER (usblp)
17792 M: Pete Zaitcev <zaitcev@redhat.com>
17793 L: linux-usb@vger.kernel.org
17795 F: drivers/usb/class/usblp.c
17797 USB QMI WWAN NETWORK DRIVER
17798 M: Bjørn Mork <bjorn@mork.no>
17799 L: netdev@vger.kernel.org
17801 F: Documentation/ABI/testing/sysfs-class-net-qmi
17802 F: drivers/net/usb/qmi_wwan.c
17805 M: Petko Manolov <petkan@nucleusys.com>
17806 L: linux-usb@vger.kernel.org
17807 L: netdev@vger.kernel.org
17809 W: https://github.com/petkan/rtl8150
17810 T: git git://github.com/petkan/rtl8150.git
17811 F: drivers/net/usb/rtl8150.c
17813 USB SERIAL SUBSYSTEM
17814 M: Johan Hovold <johan@kernel.org>
17815 L: linux-usb@vger.kernel.org
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
17822 USB SMSC75XX ETHERNET DRIVER
17823 M: Steve Glendinning <steve.glendinning@shawell.net>
17824 L: netdev@vger.kernel.org
17826 F: drivers/net/usb/smsc75xx.*
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
17833 F: drivers/net/usb/smsc95xx.*
17836 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17837 L: linux-usb@vger.kernel.org
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/
17844 F: include/linux/usb.h
17845 F: include/linux/usb/
17847 USB TYPEC BUS FOR ALTERNATE MODES
17848 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
17849 L: linux-usb@vger.kernel.org
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
17857 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
17858 L: linux-usb@vger.kernel.org
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
17865 USB TYPEC INTEL PMC MUX DRIVER
17866 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
17867 L: linux-usb@vger.kernel.org
17869 F: Documentation/firmware-guide/acpi/intel-pmc-mux.rst
17870 F: drivers/usb/typec/mux/intel_pmc_mux.c
17872 USB TYPEC PI3USB30532 MUX DRIVER
17873 M: Hans de Goede <hdegoede@redhat.com>
17874 L: linux-usb@vger.kernel.org
17876 F: drivers/usb/typec/mux/pi3usb30532.c
17878 USB TYPEC PORT CONTROLLER DRIVERS
17879 M: Guenter Roeck <linux@roeck-us.net>
17880 L: linux-usb@vger.kernel.org
17882 F: drivers/usb/typec/tcpm/
17885 M: Alan Stern <stern@rowland.harvard.edu>
17886 L: linux-usb@vger.kernel.org
17888 F: drivers/usb/host/uhci*
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
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
17901 M: Hans Verkuil <hverkuil@xs4all.nl>
17902 L: linux-media@vger.kernel.org
17904 W: https://linuxtv.org
17905 T: git git://linuxtv.org/media_tree.git
17906 F: drivers/staging/media/usbvision/
17909 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
17910 L: linux-usb@vger.kernel.org
17912 F: drivers/usb/gadget/function/*uvc*
17913 F: drivers/usb/gadget/legacy/webcam.c
17914 F: include/uapi/linux/usb/g_uvc.h
17916 USB WIRELESS RNDIS DRIVER (rndis_wlan)
17917 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
17918 L: linux-wireless@vger.kernel.org
17920 F: drivers/net/wireless/rndis_wlan.c
17923 M: Mathias Nyman <mathias.nyman@intel.com>
17924 L: linux-usb@vger.kernel.org
17926 F: drivers/usb/host/pci-quirks*
17927 F: drivers/usb/host/xhci*
17930 L: linux-wireless@vger.kernel.org
17932 W: http://linux-lc100020.sourceforge.net
17933 F: drivers/net/wireless/zydas/zd1201.*
17936 M: Antoine Jacquet <royale@zerezo.com>
17937 L: linux-usb@vger.kernel.org
17938 L: linux-media@vger.kernel.org
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/
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
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/
17959 USERSPACE COPYIN/COPYOUT (UIOVEC)
17960 M: Alexander Viro <viro@zeniv.linux.org.uk>
17962 F: include/linux/uio.h
17965 USERSPACE DMA BUFFER DRIVER
17966 M: Gerd Hoffmann <kraxel@redhat.com>
17967 L: dri-devel@lists.freedesktop.org
17969 T: git git://anongit.freedesktop.org/drm/drm-misc
17970 F: drivers/dma-buf/udmabuf.c
17971 F: include/uapi/linux/udmabuf.h
17973 USERSPACE I/O (UIO)
17974 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
17977 F: Documentation/driver-api/uio-howto.rst
17979 F: include/linux/uio_driver.h
17982 M: Karel Zak <kzak@redhat.com>
17983 L: util-linux@vger.kernel.org
17985 W: http://en.wikipedia.org/wiki/Util-linux
17986 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
17989 M: Christoph Hellwig <hch@lst.de>
17990 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
17991 L: linux-kernel@vger.kernel.org
17993 T: git git://git.infradead.org/users/hch/uuid.git
17994 F: include/linux/uuid.h
17995 F: include/uapi/linux/uuid.h
18000 M: Michal Januszewski <spock@gentoo.org>
18001 L: linux-fbdev@vger.kernel.org
18003 W: https://github.com/mjanusz/v86d
18004 F: Documentation/fb/uvesafb.rst
18005 F: drivers/video/fbdev/uvesafb.*
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)
18012 F: drivers/clk/ux500/
18015 M: Stefan Agner <stefan@agner.ch>
18016 L: linux-mtd@lists.infradead.org
18018 F: drivers/mtd/nand/raw/vf610_nfc.c
18020 VFAT/FAT/MSDOS FILESYSTEM
18021 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
18023 F: Documentation/filesystems/vfat.rst
18027 M: Alex Williamson <alex.williamson@redhat.com>
18028 R: Cornelia Huck <cohuck@redhat.com>
18029 L: kvm@vger.kernel.org
18031 T: git git://github.com/awilliam/linux-vfio.git
18032 F: Documentation/driver-api/vfio.rst
18034 F: include/linux/vfio.h
18035 F: include/uapi/linux/vfio.h
18037 VFIO MEDIATED DEVICE DRIVERS
18038 M: Kirti Wankhede <kwankhede@nvidia.com>
18039 L: kvm@vger.kernel.org
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/
18046 VFIO PLATFORM DRIVER
18047 M: Eric Auger <eric.auger@redhat.com>
18048 L: kvm@vger.kernel.org
18050 F: drivers/vfio/platform/
18053 R: Lukas Wunner <lukas@wunner.de>
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
18060 VIA RHINE NETWORK DRIVER
18062 F: drivers/net/ethernet/via/via-rhine.c
18064 VIA SD/MMC CARD CONTROLLER DRIVER
18065 M: Bruce Chang <brucechang@via.com.tw>
18066 M: Harald Welte <HaraldWelte@viatech.com>
18068 F: drivers/mmc/host/via-sdmmc.c
18070 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
18071 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
18072 L: linux-fbdev@vger.kernel.org
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
18079 VIA VELOCITY NETWORK DRIVER
18080 M: Francois Romieu <romieu@fr.zoreil.com>
18081 L: netdev@vger.kernel.org
18083 F: drivers/net/ethernet/via/via-velocity.*
18085 VICODEC VIRTUAL CODEC DRIVER
18086 M: Hans Verkuil <hverkuil-cisco@xs4all.nl>
18087 L: linux-media@vger.kernel.org
18089 W: https://linuxtv.org
18090 T: git git://linuxtv.org/media_tree.git
18091 F: drivers/media/test-drivers/vicodec/*
18093 VIDEO I2C POLLING DRIVER
18094 M: Matt Ranostay <matt.ranostay@konsulko.com>
18095 L: linux-media@vger.kernel.org
18097 F: drivers/media/i2c/video-i2c.c
18099 VIDEO MULTIPLEXER DRIVER
18100 M: Philipp Zabel <p.zabel@pengutronix.de>
18101 L: linux-media@vger.kernel.org
18103 F: drivers/media/platform/video-mux.c
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
18112 F: drivers/media/common/videobuf2/*
18113 F: include/media/videobuf2-*
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
18120 W: https://linuxtv.org
18121 T: git git://linuxtv.org/media_tree.git
18122 F: drivers/media/test-drivers/vimc/*
18125 M: Alex Williamson <alex.williamson@redhat.com>
18126 M: Paolo Bonzini <pbonzini@redhat.com>
18127 L: kvm@vger.kernel.org
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
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/
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
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
18164 VIRTIO CONSOLE DRIVER
18165 M: Amit Shah <amit@kernel.org>
18166 L: virtualization@lists.linux-foundation.org
18168 F: drivers/char/virtio_console.c
18169 F: include/linux/virtio_console.h
18170 F: include/uapi/linux/virtio_console.h
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
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
18183 F: include/linux/vdpa.h
18184 F: include/linux/virtio*.h
18185 F: include/uapi/linux/virtio_*.h
18189 M: "Michael S. Tsirkin" <mst@redhat.com>
18190 M: David Hildenbrand <david@redhat.com>
18191 L: virtualization@lists.linux-foundation.org
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
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
18203 F: drivers/crypto/virtio/
18204 F: include/uapi/linux/virtio_crypto.h
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
18213 F: arch/s390/include/uapi/asm/virtio-ccw.h
18214 F: drivers/s390/virtio/
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
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
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
18234 T: git git://anongit.freedesktop.org/drm/drm-misc
18235 F: drivers/gpu/drm/virtio/
18236 F: include/uapi/linux/virtio_gpu.h
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
18245 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
18247 F: include/linux/vhost_iotlb.h
18248 F: include/uapi/linux/vhost.h
18250 VIRTIO INPUT DRIVER
18251 M: Gerd Hoffmann <kraxel@redhat.com>
18253 F: drivers/virtio/virtio_input.c
18254 F: include/uapi/linux/virtio_input.h
18256 VIRTIO IOMMU DRIVER
18257 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
18258 L: virtualization@lists.linux-foundation.org
18260 F: drivers/iommu/virtio-iommu.c
18261 F: include/uapi/linux/virtio_iommu.h
18264 M: David Hildenbrand <david@redhat.com>
18265 L: virtualization@lists.linux-foundation.org
18267 F: drivers/virtio/virtio_mem.c
18268 F: include/uapi/linux/virtio_mem.h
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>
18275 F: drivers/virt/vboxguest/
18276 F: include/linux/vbox_utils.h
18277 F: include/uapi/linux/vbox*.h
18279 VIRTUAL BOX SHARED FOLDER VFS DRIVER
18280 M: Hans de Goede <hdegoede@redhat.com>
18281 L: linux-fsdevel@vger.kernel.org
18285 VIRTUAL SERIO DEVICE DRIVER
18286 M: Stephen Chandler Paul <thatslyude@gmail.com>
18288 F: drivers/input/serio/userio.c
18289 F: include/uapi/linux/userio.h
18291 VIVID VIRTUAL VIDEO DRIVER
18292 M: Hans Verkuil <hverkuil@xs4all.nl>
18293 L: linux-media@vger.kernel.org
18295 W: https://linuxtv.org
18296 T: git git://linuxtv.org/media_tree.git
18297 F: drivers/media/test-drivers/vivid/*
18300 M: Florian Fainelli <f.fainelli@gmail.com>
18301 L: openwrt-devel@lists.openwrt.org (subscribers-only)
18303 F: drivers/vlynq/vlynq.c
18304 F: include/linux/vlynq.h
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
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/
18316 F: include/linux/vme*
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
18323 F: drivers/misc/vmw_balloon.c
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
18330 F: arch/x86/include/asm/vmware.h
18331 F: arch/x86/kernel/cpu/vmware.c
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
18338 F: drivers/infiniband/hw/vmw_pvrdma/
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
18345 F: drivers/scsi/vmw_pvscsi.c
18346 F: drivers/scsi/vmw_pvscsi.h
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
18353 F: drivers/ptp/ptp_vmw.c
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
18360 F: drivers/input/mouse/vmmouse.c
18361 F: drivers/input/mouse/vmmouse.h
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
18368 F: drivers/net/vmxnet3/
18370 VOCORE VOCORE2 BOARD
18371 M: Harvey Hunt <harveyhuntnexus@gmail.com>
18372 L: linux-mips@vger.kernel.org
18374 F: arch/mips/boot/dts/ralink/vocore2.dts
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
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
18391 M: David Ahern <dsahern@kernel.org>
18392 M: Shrijeet Mukherjee <shrijeet@gmail.com>
18393 L: netdev@vger.kernel.org
18395 F: Documentation/networking/vrf.rst
18396 F: drivers/net/vrf.c
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>
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
18410 VT1211 HARDWARE MONITOR DRIVER
18411 M: Juerg Haefliger <juergh@gmail.com>
18412 L: linux-hwmon@vger.kernel.org
18414 F: Documentation/hwmon/vt1211.rst
18415 F: drivers/hwmon/vt1211.c
18417 VT8231 HARDWARE MONITOR DRIVER
18418 M: Roger Lucas <vt8231@hiddenengine.co.uk>
18419 L: linux-hwmon@vger.kernel.org
18421 F: drivers/hwmon/vt8231.c
18423 VUB300 USB to SDIO/SD/MMC bridge chip
18424 L: linux-mmc@vger.kernel.org
18426 F: drivers/mmc/host/vub300.c
18428 W1 DALLAS'S 1-WIRE BUS
18429 M: Evgeniy Polyakov <zbr@ioremap.net>
18431 F: Documentation/devicetree/bindings/w1/
18432 F: Documentation/w1/
18434 F: include/linux/w1.h
18436 W83791D HARDWARE MONITORING DRIVER
18437 M: Marc Hulsman <m.hulsman@tudelft.nl>
18438 L: linux-hwmon@vger.kernel.org
18440 F: Documentation/hwmon/w83791d.rst
18441 F: drivers/hwmon/w83791d.c
18443 W83793 HARDWARE MONITORING DRIVER
18444 M: Rudolf Marek <r.marek@assembler.cz>
18445 L: linux-hwmon@vger.kernel.org
18447 F: Documentation/hwmon/w83793.rst
18448 F: drivers/hwmon/w83793.c
18450 W83795 HARDWARE MONITORING DRIVER
18451 M: Jean Delvare <jdelvare@suse.com>
18452 L: linux-hwmon@vger.kernel.org
18454 F: drivers/hwmon/w83795.c
18456 W83L51xD SD/MMC CARD INTERFACE DRIVER
18457 M: Pierre Ossman <pierre@ossman.eu>
18459 F: drivers/mmc/host/wbsd.*
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
18466 F: drivers/input/tablet/wacom_serial4.c
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
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
18481 WHISKEYCOVE PMIC GPIO DRIVER
18482 M: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
18483 L: linux-gpio@vger.kernel.org
18485 F: drivers/gpio/gpio-wcove.c
18488 M: Dianlong Li <long17.cool@163.com>
18489 L: linux-rtc@vger.kernel.org
18491 F: drivers/rtc/rtc-sd3078.c
18494 M: David Rheinsberg <david.rheinsberg@gmail.com>
18495 L: linux-input@vger.kernel.org
18497 F: drivers/hid/hid-wiimote*
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
18504 W: https://wireless.wiki.kernel.org/en/users/Drivers/wil6210
18505 F: drivers/net/wireless/ath/wil6210/
18508 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
18509 M: linux-wimax@intel.com
18510 L: wimax@linuxwimax.org (subscribers-only)
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
18520 M: David Härdeman <david@hardeman.nu>
18522 F: drivers/media/rc/winbond-cir.c
18524 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
18525 M: William Breathitt Gray <vilhelm.gray@gmail.com>
18526 L: linux-watchdog@vger.kernel.org
18528 F: drivers/watchdog/ebc-c384_wdt.c
18530 WINSYSTEMS WS16C48 GPIO DRIVER
18531 M: William Breathitt Gray <vilhelm.gray@gmail.com>
18532 L: linux-gpio@vger.kernel.org
18534 F: drivers/gpio/gpio-ws16c48.c
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
18541 F: drivers/net/wireguard/
18542 F: tools/testing/selftests/wireguard/
18544 WISTRON LAPTOP BUTTON DRIVER
18545 M: Miloslav Trmac <mitr@volny.cz>
18547 F: drivers/input/misc/wistron_btns.c
18549 WL3501 WIRELESS PCMCIA CARD DRIVER
18550 L: linux-wireless@vger.kernel.org
18552 F: drivers/net/wireless/wl3501*
18554 WOLFSON MICROELECTRONICS DRIVERS
18555 L: patches@opensource.cirrus.com
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*
18596 M: Tejun Heo <tj@kernel.org>
18597 R: Lai Jiangshan <jiangshanlai@gmail.com>
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
18604 X-POWERS AXP288 PMIC DRIVERS
18605 M: Hans de Goede <hdegoede@redhat.com>
18607 F: drivers/acpi/pmic/intel_pmic_xpower.c
18610 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
18611 M: Chen-Yu Tsai <wens@csie.org>
18612 L: linux-kernel@vger.kernel.org
18617 M: Andrew Hendry <andrew.hendry@gmail.com>
18618 L: linux-x25@vger.kernel.org
18620 F: Documentation/networking/x25*
18621 F: include/net/x25*
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>
18629 R: "H. Peter Anvin" <hpa@zytor.com>
18630 L: linux-kernel@vger.kernel.org
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/
18638 M: Andy Lutomirski <luto@kernel.org>
18639 L: linux-kernel@vger.kernel.org
18641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
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
18649 F: arch/x86/kernel/cpu/mce/*
18651 X86 MICROCODE UPDATE SUPPORT
18652 M: Borislav Petkov <bp@alien8.de>
18654 F: arch/x86/kernel/cpu/microcode/*
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
18662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
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
18670 T: git git://git.infradead.org/linux-platform-drivers-x86.git
18671 F: drivers/platform/olpc/
18672 F: drivers/platform/x86/
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
18680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
18681 F: arch/x86/platform
18684 M: Andy Lutomirski <luto@kernel.org>
18685 L: linux-kernel@vger.kernel.org
18687 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
18688 F: arch/x86/entry/vdso/
18691 M: Matthew Wilcox <willy@infradead.org>
18692 L: linux-fsdevel@vger.kernel.org
18694 F: Documentation/core-api/xarray.rst
18695 F: include/linux/idr.h
18696 F: include/linux/xarray.h
18699 F: tools/testing/radix-tree
18702 M: Benjamin Valentin <benpicco@googlemail.com>
18704 F: drivers/media/rc/keymaps/rc-xbox-dvd.c
18705 F: drivers/media/rc/xbox_remote.c
18707 XC2028/3028 TUNER DRIVER
18708 M: Mauro Carvalho Chehab <mchehab@kernel.org>
18709 L: linux-media@vger.kernel.org
18711 W: https://linuxtv.org
18712 T: git git://linuxtv.org/media_tree.git
18713 F: drivers/media/tuners/tuner-xc2028.*
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
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
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
18740 F: include/net/xdp_sock*
18741 F: include/net/xsk_buff_pool.h
18742 F: include/uapi/linux/if_xdp.h
18744 F: samples/bpf/xdpsock*
18745 F: tools/lib/bpf/xsk*
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)
18752 F: drivers/block/xen*
18753 F: drivers/block/xen-blkback/*
18756 M: Stefano Stabellini <sstabellini@kernel.org>
18757 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
18759 F: arch/arm/include/asm/xen/
18762 XEN HYPERVISOR ARM64
18763 M: Stefano Stabellini <sstabellini@kernel.org>
18764 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
18766 F: arch/arm64/include/asm/xen/
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)
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/
18782 F: drivers/*/xen-*front.c
18784 F: include/uapi/xen/
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
18793 F: drivers/net/xen-netback/*
18796 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
18797 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
18799 F: arch/x86/pci/*xen*
18800 F: drivers/pci/*xen*
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
18807 F: drivers/scsi/xen-scsifront.c
18808 F: drivers/xen/xen-scsiback.c
18809 F: include/xen/interface/io/vscsiif.h
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)
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
18823 F: arch/x86/xen/*swiotlb*
18824 F: drivers/xen/*swiotlb*
18827 M: Darrick J. Wong <darrick.wong@oracle.com>
18828 M: linux-xfs@vger.kernel.org
18829 L: linux-xfs@vger.kernel.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
18838 F: include/uapi/linux/dqblk_xfs.h
18839 F: include/uapi/linux/fsmap.h
18841 XILINX AXI ETHERNET DRIVER
18842 M: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
18844 F: drivers/net/ethernet/xilinx/xilinx_axienet*
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
18851 F: Documentation/devicetree/bindings/net/can/xilinx_can.txt
18852 F: drivers/net/can/xilinx_can.c
18854 XILINX SD-FEC IP CORES
18855 M: Derek Kiernan <derek.kiernan@xilinx.com>
18856 M: Dragan Cvetic <dragan.cvetic@xilinx.com>
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
18865 XILINX UARTLITE SERIAL DRIVER
18866 M: Peter Korsgaard <jacmet@sunsite.dk>
18867 L: linux-serial@vger.kernel.org
18869 F: drivers/tty/serial/uartlite.c
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
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
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
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
18891 M: Eli Billauer <eli.billauer@gmail.com>
18892 L: linux-kernel@vger.kernel.org
18894 F: drivers/char/xillybus/
18897 M: George Cherian <gcherian@marvell.com>
18898 L: linux-i2c@vger.kernel.org
18900 W: http://www.marvell.com
18901 F: Documentation/devicetree/bindings/i2c/i2c-xlp9xx.txt
18902 F: drivers/i2c/busses/i2c-xlp9xx.c
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
18909 F: Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
18910 F: drivers/gpio/gpio-xra1403.c
18912 XTENSA XTFPGA PLATFORM SUPPORT
18913 M: Max Filippov <jcmvbkbc@gmail.com>
18914 L: linux-xtensa@linux-xtensa.org
18916 F: drivers/spi/spi-xtensa-xtfpga.c
18917 F: sound/soc/xtensa/xtfpga-i2s.c
18919 YAM DRIVER FOR AX.25
18920 M: Jean-Paul Roubelat <jpr@f6fbb.org>
18921 L: linux-hams@vger.kernel.org
18923 F: drivers/net/hamradio/yam*
18924 F: include/linux/yam.h
18926 YAMA SECURITY MODULE
18927 M: Kees Cook <keescook@chromium.org>
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
18933 YEALINK PHONE DRIVER
18934 M: Henk Vergonet <Henk.Vergonet@gmail.com>
18935 L: usbb2k-api-dev@nongnu.org
18937 F: Documentation/input/devices/yealink.rst
18938 F: drivers/input/misc/yealink.*
18940 Z8530 DRIVER FOR AX.25
18941 M: Joerg Reuter <jreuter@yaina.de>
18942 L: linux-hams@vger.kernel.org
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
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
18955 F: include/linux/zbud.h
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)
18964 W: http://zd1211.ath.cx/wiki/DriverRewrite
18965 F: drivers/net/wireless/zydas/zd1211rw/
18967 ZD1301 MEDIA DRIVER
18968 M: Antti Palosaari <crope@iki.fi>
18969 L: linux-media@vger.kernel.org
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*
18976 ZD1301_DEMOD MEDIA DRIVER
18977 M: Antti Palosaari <crope@iki.fi>
18978 L: linux-media@vger.kernel.org
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*
18985 ZHAOXIN PROCESSOR SUPPORT
18986 M: Tony W Wang-oc <TonyWWang-oc@zhaoxin.com>
18987 L: linux-kernel@vger.kernel.org
18989 F: arch/x86/kernel/cpu/zhaoxin.c
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
18997 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git
18998 F: Documentation/filesystems/zonefs.rst
19001 ZPOOL COMPRESSED PAGE STORAGE API
19002 M: Dan Streetman <ddstreet@ieee.org>
19003 L: linux-mm@kvack.org
19005 F: include/linux/zpool.h
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
19014 F: Documentation/admin-guide/blockdev/zram.rst
19015 F: drivers/block/zram/
19017 ZS DECSTATION Z85C30 SERIAL DRIVER
19018 M: "Maciej W. Rozycki" <macro@linux-mips.org>
19020 F: drivers/tty/serial/zs.*
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
19028 F: Documentation/vm/zsmalloc.rst
19029 F: include/linux/zsmalloc.h
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
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