]> Git Repo - linux.git/blob - MAINTAINERS
Linux 6.14-rc3
[linux.git] / MAINTAINERS
1 List of maintainers
2 ===================
3
4 Descriptions of section entries and preferred order
5 ---------------------------------------------------
6
7         M: *Mail* patches to: FullName <address@domain>
8         R: Designated *Reviewer*: FullName <address@domain>
9            These reviewers should be CCed on patches.
10         L: *Mailing list* that is relevant to this area
11         S: *Status*, one of the following:
12            Supported:   Someone is actually paid to look after this.
13            Maintained:  Someone actually looks after it.
14            Odd Fixes:   It has a maintainer but they don't have time to do
15                         much other than throw the odd patch in. See below..
16            Orphan:      No current maintainer [but maybe you could take the
17                         role as you write your new code].
18            Obsolete:    Old code. Something tagged obsolete generally means
19                         it has been replaced by a better system and you
20                         should be using that.
21         W: *Web-page* with status/info
22         Q: *Patchwork* web based patch tracking system site
23         B: URI for where to file *bugs*. A web-page with detailed bug
24            filing info, a direct bug tracker link, or a mailto: URI.
25         C: URI for *chat* protocol, server and channel where developers
26            usually hang out, for example irc://server/channel.
27         P: *Subsystem Profile* document for more details submitting
28            patches to the given subsystem. This is either an in-tree file,
29            or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
30            for details.
31         T: *SCM* tree type and location.
32            Type is one of: git, hg, quilt, stgit, topgit
33         F: *Files* and directories wildcard patterns.
34            A trailing slash includes all files and subdirectory files.
35            F:   drivers/net/    all files in and below drivers/net
36            F:   drivers/net/*   all files in drivers/net, but not below
37            F:   */net/*         all files in "any top level directory"/net
38            One pattern per line.  Multiple F: lines acceptable.
39         X: *Excluded* files and directories that are NOT maintained, same
40            rules as F:. Files exclusions are tested before file matches.
41            Can be useful for excluding a specific subdirectory, for instance:
42            F:   net/
43            X:   net/ipv6/
44            matches all files in and below net excluding net/ipv6/
45         N: Files and directories *Regex* patterns.
46            N:   [^a-z]tegra     all files whose path contains tegra
47                                 (not including files like integrator)
48            One pattern per line.  Multiple N: lines acceptable.
49            scripts/get_maintainer.pl has different behavior for files that
50            match F: pattern and matches of N: patterns.  By default,
51            get_maintainer will not look at git log history when an F: pattern
52            match occurs.  When an N: match occurs, git log history is used
53            to also notify the people that have git commit signatures.
54         K: *Content regex* (perl extended) pattern match in a patch or file.
55            For instance:
56            K: of_get_profile
57               matches patches or files that contain "of_get_profile"
58            K: \b(printk|pr_(info|err))\b
59               matches patches or files that contain one or more of the words
60               printk, pr_info or pr_err
61            One regex pattern per line.  Multiple K: lines acceptable.
62
63 Maintainers List
64 ----------------
65
66 .. note:: When reading this list, please look for the most precise areas
67           first. When adding to this list, please keep the entries in
68           alphabetical order.
69
70 3C59X NETWORK DRIVER
71 M:      Steffen Klassert <[email protected]>
72 L:      [email protected]
73 S:      Odd Fixes
74 F:      Documentation/networking/device_drivers/ethernet/3com/vortex.rst
75 F:      drivers/net/ethernet/3com/3c59x.c
76
77 3CR990 NETWORK DRIVER
78 M:      David Dillow <[email protected]>
79 L:      [email protected]
80 S:      Maintained
81 F:      drivers/net/ethernet/3com/typhoon*
82
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
84 M:      Adam Radford <[email protected]>
85 L:      [email protected]
86 S:      Supported
87 W:      http://www.lsi.com
88 F:      drivers/scsi/3w-*
89
90 53C700 AND 53C700-66 SCSI DRIVER
91 M:      "James E.J. Bottomley" <[email protected]>
92 L:      [email protected]
93 S:      Maintained
94 F:      drivers/scsi/53c700*
95
96 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
97 M:      Alexander Aring <[email protected]>
98 L:      [email protected]
99 L:      [email protected]
100 S:      Maintained
101 F:      Documentation/networking/6lowpan.rst
102 F:      include/net/6lowpan.h
103 F:      net/6lowpan/
104
105 6PACK NETWORK DRIVER FOR AX.25
106 M:      Andreas Koensgen <[email protected]>
107 L:      [email protected]
108 S:      Maintained
109 F:      drivers/net/hamradio/6pack.c
110
111 802.11 (including CFG80211/NL80211)
112 M:      Johannes Berg <[email protected]>
113 L:      [email protected]
114 S:      Maintained
115 W:      https://wireless.wiki.kernel.org/
116 Q:      https://patchwork.kernel.org/project/linux-wireless/list/
117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
119 F:      Documentation/driver-api/80211/cfg80211.rst
120 F:      Documentation/networking/regulatory.rst
121 F:      include/linux/ieee80211.h
122 F:      include/net/cfg80211.h
123 F:      include/net/ieee80211_radiotap.h
124 F:      include/net/iw_handler.h
125 F:      include/net/wext.h
126 F:      include/uapi/linux/nl80211.h
127 F:      include/uapi/linux/wireless.h
128 F:      net/wireless/
129
130 8169 10/100/1000 GIGABIT ETHERNET DRIVER
131 M:      Heiner Kallweit <[email protected]>
132 M:      [email protected]
133 L:      [email protected]
134 S:      Maintained
135 F:      drivers/net/ethernet/realtek/r8169*
136
137 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138 M:      Greg Kroah-Hartman <[email protected]>
139 L:      [email protected]
140 S:      Maintained
141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
142 F:      drivers/tty/serial/8250*
143 F:      include/linux/serial_8250.h
144
145 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
146 L:      [email protected]
147 S:      Orphan / Obsolete
148 F:      drivers/net/ethernet/8390/
149
150 9P FILE SYSTEM
151 M:      Eric Van Hensbergen <[email protected]>
152 M:      Latchesar Ionkov <[email protected]>
153 M:      Dominique Martinet <[email protected]>
154 R:      Christian Schoenebeck <[email protected]>
155 L:      [email protected]
156 S:      Maintained
157 W:      http://github.com/v9fs
158 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
160 T:      git git://github.com/martinetd/linux.git
161 F:      Documentation/filesystems/9p.rst
162 F:      fs/9p/
163 F:      include/net/9p/
164 F:      include/trace/events/9p.h
165 F:      include/uapi/linux/virtio_9p.h
166 F:      net/9p/
167
168 A64FX DIAG DRIVER
169 M:      Hitomi Hasegawa <[email protected]>
170 S:      Supported
171 F:      drivers/soc/fujitsu/a64fx-diag.c
172
173 A8293 MEDIA DRIVER
174 L:      [email protected]
175 S:      Orphan
176 W:      https://linuxtv.org
177 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
178 F:      drivers/media/dvb-frontends/a8293*
179
180 AACRAID SCSI RAID DRIVER
181 M:      Adaptec OEM Raid Solutions <[email protected]>
182 L:      [email protected]
183 S:      Supported
184 W:      http://www.adaptec.com/
185 F:      Documentation/scsi/aacraid.rst
186 F:      drivers/scsi/aacraid/
187
188 AAEON UPBOARD FPGA MFD DRIVER
189 M:      Thomas Richard <[email protected]>
190 S:      Maintained
191 F:      drivers/leds/leds-upboard.c
192 F:      drivers/mfd/upboard-fpga.c
193 F:      drivers/pinctrl/pinctrl-upboard.c
194 F:      include/linux/mfd/upboard-fpga.h
195
196 AB8500 BATTERY AND CHARGER DRIVERS
197 M:      Linus Walleij <[email protected]>
198 F:      Documentation/devicetree/bindings/power/supply/*ab8500*
199 F:      drivers/power/supply/*ab8500*
200
201 ABI/API
202 L:      [email protected]
203 F:      include/linux/syscalls.h
204 F:      kernel/sys_ni.c
205 X:      arch/*/include/uapi/
206 X:      include/uapi/
207
208 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
209 M:      Hans de Goede <[email protected]>
210 L:      [email protected]
211 S:      Maintained
212 F:      drivers/hwmon/abituguru.c
213
214 ABIT UGURU 3 HARDWARE MONITOR DRIVER
215 M:      Alistair John Strachan <[email protected]>
216 L:      [email protected]
217 S:      Maintained
218 F:      drivers/hwmon/abituguru3.c
219
220 ACCES 104-DIO-48E GPIO DRIVER
221 M:      William Breathitt Gray <[email protected]>
222 L:      [email protected]
223 S:      Maintained
224 F:      drivers/gpio/gpio-104-dio-48e.c
225
226 ACCES 104-IDI-48 GPIO DRIVER
227 M:      William Breathitt Gray <[email protected]>
228 L:      [email protected]
229 S:      Maintained
230 F:      drivers/gpio/gpio-104-idi-48.c
231
232 ACCES 104-IDIO-16 GPIO DRIVER
233 M:      William Breathitt Gray <[email protected]>
234 L:      [email protected]
235 S:      Maintained
236 F:      drivers/gpio/gpio-104-idio-16.c
237
238 ACCES 104-QUAD-8 DRIVER
239 M:      William Breathitt Gray <[email protected]>
240 L:      [email protected]
241 S:      Maintained
242 F:      drivers/counter/104-quad-8.c
243
244 ACCES IDIO-16 GPIO LIBRARY
245 M:      William Breathitt Gray <[email protected]>
246 L:      [email protected]
247 S:      Maintained
248 F:      drivers/gpio/gpio-idio-16.c
249 F:      drivers/gpio/gpio-idio-16.h
250
251 ACCES PCI-IDIO-16 GPIO DRIVER
252 M:      William Breathitt Gray <[email protected]>
253 L:      [email protected]
254 S:      Maintained
255 F:      drivers/gpio/gpio-pci-idio-16.c
256
257 ACCES PCIe-IDIO-24 GPIO DRIVER
258 M:      William Breathitt Gray <[email protected]>
259 L:      [email protected]
260 S:      Maintained
261 F:      drivers/gpio/gpio-pcie-idio-24.c
262
263 ACENIC DRIVER
264 M:      Jes Sorensen <[email protected]>
265 L:      [email protected]
266 S:      Maintained
267 F:      drivers/net/ethernet/alteon/acenic*
268
269 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
270 M:      Peter Kaestle <[email protected]>
271 L:      [email protected]
272 S:      Maintained
273 W:      http://piie.net/?section=acerhdf
274 F:      drivers/platform/x86/acerhdf.c
275
276 ACER WMI LAPTOP EXTRAS
277 M:      "Lee, Chun-Yi" <[email protected]>
278 L:      [email protected]
279 S:      Maintained
280 F:      drivers/platform/x86/acer-wmi.c
281
282 ACPI
283 M:      "Rafael J. Wysocki" <[email protected]>
284 R:      Len Brown <[email protected]>
285 L:      [email protected]
286 S:      Supported
287 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
288 B:      https://bugzilla.kernel.org
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 F:      Documentation/ABI/testing/configfs-acpi
291 F:      Documentation/ABI/testing/sysfs-bus-acpi
292 F:      Documentation/firmware-guide/acpi/
293 F:      arch/x86/kernel/acpi/
294 F:      arch/x86/pci/acpi.c
295 F:      drivers/acpi/
296 F:      drivers/pci/*/*acpi*
297 F:      drivers/pci/*acpi*
298 F:      drivers/pnp/pnpacpi/
299 F:      include/acpi/
300 F:      include/linux/acpi.h
301 F:      include/linux/fwnode.h
302 F:      include/linux/fw_table.h
303 F:      lib/fw_table.c
304 F:      tools/power/acpi/
305
306 ACPI APEI
307 M:      "Rafael J. Wysocki" <[email protected]>
308 R:      Len Brown <[email protected]>
309 R:      James Morse <[email protected]>
310 R:      Tony Luck <[email protected]>
311 R:      Borislav Petkov <[email protected]>
312 L:      [email protected]
313 F:      drivers/acpi/apei/
314
315 ACPI COMPONENT ARCHITECTURE (ACPICA)
316 M:      Robert Moore <[email protected]>
317 M:      "Rafael J. Wysocki" <[email protected]>
318 L:      [email protected]
319 L:      [email protected]
320 S:      Supported
321 W:      https://acpica.org/
322 W:      https://github.com/acpica/acpica/
323 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
324 B:      https://bugzilla.kernel.org
325 B:      https://bugs.acpica.org
326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
327 F:      drivers/acpi/acpica/
328 F:      include/acpi/
329 F:      tools/power/acpi/
330
331 ACPI FOR ARM64 (ACPI/arm64)
332 M:      Lorenzo Pieralisi <[email protected]>
333 M:      Hanjun Guo <[email protected]>
334 M:      Sudeep Holla <[email protected]>
335 L:      [email protected]
336 L:      [email protected] (moderated for non-subscribers)
337 S:      Maintained
338 F:      drivers/acpi/arm64
339 F:      include/linux/acpi_iort.h
340
341 ACPI FOR RISC-V (ACPI/riscv)
342 M:      Sunil V L <[email protected]>
343 L:      [email protected]
344 L:      [email protected]
345 S:      Maintained
346 F:      drivers/acpi/riscv/
347
348 ACPI PCC(Platform Communication Channel) MAILBOX DRIVER
349 M:      Sudeep Holla <[email protected]>
350 L:      [email protected]
351 S:      Supported
352 F:      drivers/mailbox/pcc.c
353
354 ACPI PMIC DRIVERS
355 M:      "Rafael J. Wysocki" <[email protected]>
356 M:      Len Brown <[email protected]>
357 R:      Andy Shevchenko <[email protected]>
358 R:      Mika Westerberg <[email protected]>
359 L:      [email protected]
360 S:      Supported
361 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
362 B:      https://bugzilla.kernel.org
363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
364 F:      drivers/acpi/pmic/
365
366 ACPI QUICKSTART DRIVER
367 M:      Armin Wolf <[email protected]>
368 L:      [email protected]
369 S:      Maintained
370 F:      drivers/platform/x86/quickstart.c
371
372 ACPI SERIAL MULTI INSTANTIATE DRIVER
373 M:      Hans de Goede <[email protected]>
374 L:      [email protected]
375 S:      Maintained
376 F:      drivers/platform/x86/serial-multi-instantiate.c
377
378 ACPI THERMAL DRIVER
379 M:      Rafael J. Wysocki <[email protected]>
380 R:      Zhang Rui <[email protected]>
381 L:      [email protected]
382 S:      Supported
383 B:      https://bugzilla.kernel.org
384 F:      drivers/acpi/*thermal*
385
386 ACPI VIOT DRIVER
387 M:      Jean-Philippe Brucker <[email protected]>
388 L:      [email protected]
389 L:      [email protected]
390 S:      Maintained
391 F:      drivers/acpi/viot.c
392 F:      include/linux/acpi_viot.h
393
394 ACPI WMI DRIVER
395 M:      Armin Wolf <[email protected]>
396 L:      [email protected]
397 S:      Maintained
398 F:      Documentation/ABI/testing/sysfs-bus-wmi
399 F:      Documentation/driver-api/wmi.rst
400 F:      Documentation/wmi/
401 F:      drivers/platform/x86/wmi.c
402 F:      include/uapi/linux/wmi.h
403
404 ACRN HYPERVISOR SERVICE MODULE
405 M:      Fei Li <[email protected]>
406 L:      [email protected] (subscribers-only)
407 S:      Supported
408 W:      https://projectacrn.org
409 F:      Documentation/virt/acrn/
410 F:      drivers/virt/acrn/
411 F:      include/uapi/linux/acrn.h
412
413 AD1889 ALSA SOUND DRIVER
414 L:      [email protected]
415 S:      Maintained
416 W:      https://parisc.wiki.kernel.org/index.php/AD1889
417 F:      sound/pci/ad1889.*
418
419 AD5110 ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
420 M:      Mugilraj Dhavachelvan <[email protected]>
421 L:      [email protected]
422 S:      Supported
423 F:      drivers/iio/potentiometer/ad5110.c
424
425 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
426 M:      Michael Hennerich <[email protected]>
427 S:      Supported
428 W:      http://wiki.analog.com/AD5254
429 W:      https://ez.analog.com/linux-software-drivers
430 F:      drivers/misc/ad525x_dpot.c
431
432 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
433 M:      Michael Hennerich <[email protected]>
434 S:      Supported
435 W:      http://wiki.analog.com/AD5398
436 W:      https://ez.analog.com/linux-software-drivers
437 F:      drivers/regulator/ad5398.c
438
439 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
440 M:      Michael Hennerich <[email protected]>
441 S:      Supported
442 W:      http://wiki.analog.com/AD7142
443 W:      https://ez.analog.com/linux-software-drivers
444 F:      drivers/input/misc/ad714x.c
445
446 AD738X ADC DRIVER (AD7380/1/2/4)
447 M:      Michael Hennerich <[email protected]>
448 M:      Nuno Sá <[email protected]>
449 R:      David Lechner <[email protected]>
450 S:      Supported
451 W:      https://wiki.analog.com/resources/tools-software/linux-drivers/iio-adc/ad738x
452 W:      https://ez.analog.com/linux-software-drivers
453 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7380.yaml
454 F:      Documentation/iio/ad7380.rst
455 F:      drivers/iio/adc/ad7380.c
456
457 AD7877 TOUCHSCREEN DRIVER
458 M:      Michael Hennerich <[email protected]>
459 S:      Supported
460 W:      http://wiki.analog.com/AD7877
461 W:      https://ez.analog.com/linux-software-drivers
462 F:      drivers/input/touchscreen/ad7877.c
463
464 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
465 M:      Michael Hennerich <[email protected]>
466 S:      Supported
467 W:      http://wiki.analog.com/AD7879
468 W:      https://ez.analog.com/linux-software-drivers
469 F:      drivers/input/touchscreen/ad7879.c
470
471 AD7944 ADC DRIVER (AD7944/AD7985/AD7986)
472 M:      Michael Hennerich <[email protected]>
473 M:      Nuno Sá <[email protected]>
474 R:      David Lechner <[email protected]>
475 S:      Supported
476 W:      https://ez.analog.com/linux-software-drivers
477 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7944.yaml
478 F:      Documentation/iio/ad7944.rst
479 F:      drivers/iio/adc/ad7944.c
480
481 ADAFRUIT MINI I2C GAMEPAD
482 M:      Anshul Dalal <[email protected]>
483 L:      [email protected]
484 S:      Maintained
485 F:      Documentation/devicetree/bindings/input/adafruit,seesaw-gamepad.yaml
486 F:      drivers/input/joystick/adafruit-seesaw.c
487
488 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
489 M:      Jiri Kosina <[email protected]>
490 S:      Maintained
491
492 ADF7242 IEEE 802.15.4 RADIO DRIVER
493 M:      Michael Hennerich <[email protected]>
494 L:      [email protected]
495 S:      Supported
496 W:      https://wiki.analog.com/ADF7242
497 W:      https://ez.analog.com/linux-software-drivers
498 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
499 F:      drivers/net/ieee802154/adf7242.c
500
501 ADM1025 HARDWARE MONITOR DRIVER
502 M:      Jean Delvare <[email protected]>
503 L:      [email protected]
504 S:      Maintained
505 F:      Documentation/hwmon/adm1025.rst
506 F:      drivers/hwmon/adm1025.c
507
508 ADM1029 HARDWARE MONITOR DRIVER
509 M:      Corentin Labbe <[email protected]>
510 L:      [email protected]
511 S:      Maintained
512 F:      drivers/hwmon/adm1029.c
513
514 ADM8211 WIRELESS DRIVER
515 L:      [email protected]
516 S:      Orphan
517 F:      drivers/net/wireless/admtek/adm8211.*
518
519 ADP1050 HARDWARE MONITOR DRIVER
520 M:      Radu Sabau <[email protected]>
521 L:      [email protected]
522 S:      Supported
523 W:      https://ez.analog.com/linux-software-drivers
524 F:      Documentation/devicetree/bindings/hwmon/pmbus/adi,adp1050.yaml
525
526 ADP1653 FLASH CONTROLLER DRIVER
527 M:      Sakari Ailus <[email protected]>
528 L:      [email protected]
529 S:      Maintained
530 F:      drivers/media/i2c/adp1653.c
531 F:      include/media/i2c/adp1653.h
532
533 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
534 M:      Michael Hennerich <[email protected]>
535 S:      Supported
536 W:      http://wiki.analog.com/ADP5520
537 W:      https://ez.analog.com/linux-software-drivers
538 F:      drivers/gpio/gpio-adp5520.c
539 F:      drivers/input/keyboard/adp5520-keys.c
540 F:      drivers/leds/leds-adp5520.c
541 F:      drivers/mfd/adp5520.c
542 F:      drivers/video/backlight/adp5520_bl.c
543
544 ADP5585 GPIO EXPANDER, PWM AND KEYPAD CONTROLLER DRIVER
545 M:      Laurent Pinchart <[email protected]>
546 L:      [email protected]
547 L:      [email protected]
548 S:      Maintained
549 F:      Documentation/devicetree/bindings/*/adi,adp5585*.yaml
550 F:      drivers/gpio/gpio-adp5585.c
551 F:      drivers/mfd/adp5585.c
552 F:      drivers/pwm/pwm-adp5585.c
553 F:      include/linux/mfd/adp5585.h
554
555 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
556 M:      Michael Hennerich <[email protected]>
557 S:      Supported
558 W:      http://wiki.analog.com/ADP5588
559 W:      https://ez.analog.com/linux-software-drivers
560 F:      Documentation/devicetree/bindings/input/adi,adp5588.yaml
561 F:      drivers/input/keyboard/adp5588-keys.c
562
563 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
564 M:      Michael Hennerich <[email protected]>
565 S:      Supported
566 W:      http://wiki.analog.com/ADP8860
567 W:      https://ez.analog.com/linux-software-drivers
568 F:      drivers/video/backlight/adp8860_bl.c
569
570 ADT746X FAN DRIVER
571 M:      Colin Leroy <[email protected]>
572 S:      Maintained
573 F:      drivers/macintosh/therm_adt746x.c
574
575 ADT7475 HARDWARE MONITOR DRIVER
576 M:      Jean Delvare <[email protected]>
577 L:      [email protected]
578 S:      Maintained
579 F:      Documentation/hwmon/adt7475.rst
580 F:      drivers/hwmon/adt7475.c
581
582 ADVANSYS SCSI DRIVER
583 M:      Matthew Wilcox <[email protected]>
584 M:      Hannes Reinecke <[email protected]>
585 L:      [email protected]
586 S:      Maintained
587 F:      Documentation/scsi/advansys.rst
588 F:      drivers/scsi/advansys.c
589
590 ADVANTECH SWBTN DRIVER
591 M:      Andrea Ho <[email protected]>
592 L:      [email protected]
593 S:      Maintained
594 F:      drivers/platform/x86/adv_swbutton.c
595
596 ADXL313 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
597 M:      Lucas Stankus <[email protected]>
598 S:      Supported
599 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl313.yaml
600 F:      drivers/iio/accel/adxl313*
601
602 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
603 M:      Michael Hennerich <[email protected]>
604 S:      Supported
605 W:      http://wiki.analog.com/ADXL345
606 W:      https://ez.analog.com/linux-software-drivers
607 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml
608 F:      drivers/input/misc/adxl34x.c
609
610 ADXL355 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
611 M:      Puranjay Mohan <[email protected]>
612 L:      [email protected]
613 S:      Supported
614 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl355.yaml
615 F:      drivers/iio/accel/adxl355.h
616 F:      drivers/iio/accel/adxl355_core.c
617 F:      drivers/iio/accel/adxl355_i2c.c
618 F:      drivers/iio/accel/adxl355_spi.c
619
620 ADXL367 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
621 M:      Cosmin Tanislav <[email protected]>
622 L:      [email protected]
623 S:      Supported
624 W:      https://ez.analog.com/linux-software-drivers
625 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl367.yaml
626 F:      drivers/iio/accel/adxl367*
627
628 ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
629 M:      Michael Hennerich <[email protected]>
630 S:      Supported
631 W:      https://ez.analog.com/linux-software-drivers
632 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl372.yaml
633 F:      drivers/iio/accel/adxl372.c
634 F:      drivers/iio/accel/adxl372_i2c.c
635 F:      drivers/iio/accel/adxl372_spi.c
636
637 ADXL380 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
638 M:      Ramona Gradinariu <[email protected]>
639 M:      Antoniu Miclaus <[email protected]>
640 S:      Supported
641 W:      https://ez.analog.com/linux-software-drivers
642 F:      Documentation/devicetree/bindings/iio/accel/adi,adxl380.yaml
643 F:      drivers/iio/accel/adxl380.c
644 F:      drivers/iio/accel/adxl380.h
645 F:      drivers/iio/accel/adxl380_i2c.c
646 F:      drivers/iio/accel/adxl380_spi.c
647
648 AF8133J THREE-AXIS MAGNETOMETER DRIVER
649 M:      Ondřej Jirman <[email protected]>
650 S:      Maintained
651 F:      Documentation/devicetree/bindings/iio/magnetometer/voltafield,af8133j.yaml
652 F:      drivers/iio/magnetometer/af8133j.c
653
654 AF9013 MEDIA DRIVER
655 L:      [email protected]
656 S:      Orphan
657 W:      https://linuxtv.org
658 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
659 F:      drivers/media/dvb-frontends/af9013*
660
661 AF9033 MEDIA DRIVER
662 L:      [email protected]
663 S:      Orphan
664 W:      https://linuxtv.org
665 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
666 F:      drivers/media/dvb-frontends/af9033*
667
668 AFFS FILE SYSTEM
669 M:      David Sterba <[email protected]>
670 L:      [email protected]
671 S:      Odd Fixes
672 F:      Documentation/filesystems/affs.rst
673 F:      fs/affs/
674
675 AFS FILESYSTEM
676 M:      David Howells <[email protected]>
677 M:      Marc Dionne <[email protected]>
678 L:      [email protected]
679 S:      Supported
680 W:      https://www.infradead.org/~dhowells/kafs/
681 F:      Documentation/filesystems/afs.rst
682 F:      fs/afs/
683 F:      include/trace/events/afs.h
684
685 AGPGART DRIVER
686 M:      David Airlie <[email protected]>
687 L:      [email protected]
688 S:      Maintained
689 T:      git https://gitlab.freedesktop.org/drm/kernel.git
690 F:      drivers/char/agp/
691 F:      include/linux/agp*
692 F:      include/uapi/linux/agp*
693
694 AHA152X SCSI DRIVER
695 M:      "Juergen E. Fischer" <[email protected]>
696 L:      [email protected]
697 S:      Maintained
698 F:      drivers/scsi/aha152x*
699 F:      drivers/scsi/pcmcia/aha152x*
700
701 AIC7XXX / AIC79XX SCSI DRIVER
702 M:      Hannes Reinecke <[email protected]>
703 L:      [email protected]
704 S:      Maintained
705 F:      drivers/scsi/aic7xxx/
706
707 AIMSLAB FM RADIO RECEIVER DRIVER
708 M:      Hans Verkuil <[email protected]>
709 L:      [email protected]
710 S:      Maintained
711 W:      https://linuxtv.org
712 T:      git git://linuxtv.org/media.git
713 F:      drivers/media/radio/radio-aimslab*
714
715 AIO
716 M:      Benjamin LaHaise <[email protected]>
717 L:      [email protected]
718 S:      Supported
719 F:      fs/aio.c
720 F:      include/linux/*aio*.h
721
722 AIROHA ETHERNET DRIVER
723 M:      Lorenzo Bianconi <[email protected]>
724 L:      [email protected] (moderated for non-subscribers)
725 L:      [email protected] (moderated for non-subscribers)
726 L:      [email protected]
727 S:      Maintained
728 F:      Documentation/devicetree/bindings/net/airoha,en7581-eth.yaml
729 F:      drivers/net/ethernet/mediatek/airoha_eth.c
730
731 AIROHA PCIE PHY DRIVER
732 M:      Lorenzo Bianconi <[email protected]>
733 L:      [email protected] (moderated for non-subscribers)
734 S:      Maintained
735 F:      Documentation/devicetree/bindings/phy/airoha,en7581-pcie-phy.yaml
736 F:      drivers/phy/phy-airoha-pcie-regs.h
737 F:      drivers/phy/phy-airoha-pcie.c
738
739 AIROHA SPI SNFI DRIVER
740 M:      Lorenzo Bianconi <[email protected]>
741 M:      Ray Liu <[email protected]>
742 L:      [email protected] (moderated for non-subscribers)
743 L:      [email protected]
744 S:      Maintained
745 F:      Documentation/devicetree/bindings/spi/airoha,en7581-snand.yaml
746 F:      drivers/spi/spi-airoha-snfi.c
747
748 AIRSPY MEDIA DRIVER
749 L:      [email protected]
750 S:      Orphan
751 W:      https://linuxtv.org
752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
753 F:      drivers/media/usb/airspy/
754
755 ALACRITECH GIGABIT ETHERNET DRIVER
756 M:      Lino Sanfilippo <[email protected]>
757 S:      Maintained
758 F:      drivers/net/ethernet/alacritech/*
759
760 ALCATEL SPEEDTOUCH USB DRIVER
761 M:      Duncan Sands <[email protected]>
762 L:      [email protected]
763 S:      Maintained
764 W:      http://www.linux-usb.org/SpeedTouch/
765 F:      drivers/usb/atm/speedtch.c
766 F:      drivers/usb/atm/usbatm.c
767
768 ALCHEMY AU1XX0 MMC DRIVER
769 M:      Manuel Lauss <[email protected]>
770 S:      Maintained
771 F:      drivers/mmc/host/au1xmmc.c
772
773 ALI1563 I2C DRIVER
774 M:      Rudolf Marek <[email protected]>
775 L:      [email protected]
776 S:      Maintained
777 F:      Documentation/i2c/busses/i2c-ali1563.rst
778 F:      drivers/i2c/busses/i2c-ali1563.c
779
780 ALIBABA ELASTIC RDMA DRIVER
781 M:      Cheng Xu <[email protected]>
782 M:      Kai Shen <[email protected]>
783 L:      [email protected]
784 S:      Supported
785 F:      drivers/infiniband/hw/erdma
786 F:      include/uapi/rdma/erdma-abi.h
787
788 ALIBABA PMU DRIVER
789 M:      Shuai Xue <[email protected]>
790 S:      Supported
791 F:      Documentation/admin-guide/perf/alibaba_pmu.rst
792 F:      drivers/perf/alibaba_uncore_drw_pmu.c
793
794 ALIENWARE WMI DRIVER
795 L:      [email protected]
796 S:      Maintained
797 F:      Documentation/wmi/devices/alienware-wmi.rst
798 F:      drivers/platform/x86/dell/alienware-wmi.c
799
800 ALLEGRO DVT VIDEO IP CORE DRIVER
801 M:      Michael Tretter <[email protected]>
802 R:      Pengutronix Kernel Team <[email protected]>
803 L:      [email protected]
804 S:      Maintained
805 F:      Documentation/devicetree/bindings/media/allegro,al5e.yaml
806 F:      drivers/media/platform/allegro-dvt/
807
808 ALLIED VISION ALVIUM CAMERA DRIVER
809 M:      Tommaso Merciai <[email protected]>
810 M:      Martin Hecht <[email protected]>
811 L:      [email protected]
812 S:      Maintained
813 F:      Documentation/devicetree/bindings/media/i2c/alliedvision,alvium-csi2.yaml
814 F:      drivers/media/i2c/alvium-csi2.c
815 F:      drivers/media/i2c/alvium-csi2.h
816
817 ALLWINNER A10 CSI DRIVER
818 M:      Maxime Ripard <[email protected]>
819 L:      [email protected]
820 S:      Maintained
821 T:      git git://linuxtv.org/media.git
822 F:      Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml
823 F:      drivers/media/platform/sunxi/sun4i-csi/
824
825 ALLWINNER A31 CSI DRIVER
826 M:      Yong Deng <[email protected]>
827 M:      Paul Kocialkowski <[email protected]>
828 L:      [email protected]
829 S:      Maintained
830 T:      git git://linuxtv.org/media.git
831 F:      Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml
832 F:      drivers/media/platform/sunxi/sun6i-csi/
833
834 ALLWINNER A31 ISP DRIVER
835 M:      Paul Kocialkowski <[email protected]>
836 L:      [email protected]
837 S:      Maintained
838 T:      git git://linuxtv.org/media.git
839 F:      Documentation/devicetree/bindings/media/allwinner,sun6i-a31-isp.yaml
840 F:      drivers/staging/media/sunxi/sun6i-isp/
841 F:      drivers/staging/media/sunxi/sun6i-isp/uapi/sun6i-isp-config.h
842
843 ALLWINNER A31 MIPI CSI-2 BRIDGE DRIVER
844 M:      Paul Kocialkowski <[email protected]>
845 L:      [email protected]
846 S:      Maintained
847 T:      git git://linuxtv.org/media.git
848 F:      Documentation/devicetree/bindings/media/allwinner,sun6i-a31-mipi-csi2.yaml
849 F:      drivers/media/platform/sunxi/sun6i-mipi-csi2/
850
851 ALLWINNER CPUFREQ DRIVER
852 M:      Yangtao Li <[email protected]>
853 L:      [email protected]
854 S:      Maintained
855 F:      Documentation/devicetree/bindings/opp/allwinner,sun50i-h6-operating-points.yaml
856 F:      drivers/cpufreq/sun50i-cpufreq-nvmem.c
857
858 ALLWINNER CRYPTO DRIVERS
859 M:      Corentin Labbe <[email protected]>
860 L:      [email protected]
861 S:      Maintained
862 F:      drivers/crypto/allwinner/
863
864 ALLWINNER DMIC DRIVERS
865 M:      Ban Tao <[email protected]>
866 L:      [email protected]
867 S:      Maintained
868 F:      Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml
869 F:      sound/soc/sunxi/sun50i-dmic.c
870
871 ALLWINNER HARDWARE SPINLOCK SUPPORT
872 M:      Wilken Gottwalt <[email protected]>
873 S:      Maintained
874 F:      Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
875 F:      drivers/hwspinlock/sun6i_hwspinlock.c
876
877 ALLWINNER THERMAL DRIVER
878 M:      Vasily Khoruzhick <[email protected]>
879 M:      Yangtao Li <[email protected]>
880 L:      [email protected]
881 S:      Maintained
882 F:      Documentation/devicetree/bindings/thermal/allwinner,sun8i-a83t-ths.yaml
883 F:      drivers/thermal/sun8i_thermal.c
884
885 ALLWINNER VPU DRIVER
886 M:      Maxime Ripard <[email protected]>
887 M:      Paul Kocialkowski <[email protected]>
888 L:      [email protected]
889 S:      Maintained
890 F:      drivers/staging/media/sunxi/cedrus/
891
892 ALPHA PORT
893 M:      Richard Henderson <[email protected]>
894 M:      Matt Turner <[email protected]>
895 L:      [email protected]
896 S:      Odd Fixes
897 F:      arch/alpha/
898
899 ALPS PS/2 TOUCHPAD DRIVER
900 R:      Pali Rohár <[email protected]>
901 F:      drivers/input/mouse/alps.*
902
903 ALTERA MAILBOX DRIVER
904 M:      Mun Yew Tham <[email protected]>
905 S:      Maintained
906 F:      drivers/mailbox/mailbox-altera.c
907
908 ALTERA MSGDMA IP CORE DRIVER
909 M:      Olivier Dautricourt <[email protected]>
910 R:      Stefan Roese <[email protected]>
911 L:      [email protected]
912 S:      Odd Fixes
913 F:      Documentation/devicetree/bindings/dma/altr,msgdma.yaml
914 F:      drivers/dma/altera-msgdma.c
915
916 ALTERA PIO DRIVER
917 M:      Mun Yew Tham <[email protected]>
918 L:      [email protected]
919 S:      Maintained
920 F:      drivers/gpio/gpio-altera.c
921
922 ALTERA TRIPLE SPEED ETHERNET DRIVER
923 M:      Joyce Ooi <[email protected]>
924 L:      [email protected]
925 S:      Maintained
926 F:      drivers/net/ethernet/altera/
927
928 ALTERA UART/JTAG UART SERIAL DRIVERS
929 M:      Tobias Klauser <[email protected]>
930 L:      [email protected]
931 S:      Maintained
932 F:      drivers/tty/serial/altera_jtaguart.c
933 F:      drivers/tty/serial/altera_uart.c
934 F:      include/linux/altera_jtaguart.h
935 F:      include/linux/altera_uart.h
936
937 AMAZON ANNAPURNA LABS FIC DRIVER
938 M:      Talel Shenhar <[email protected]>
939 S:      Maintained
940 F:      Documentation/devicetree/bindings/interrupt-controller/amazon,al-fic.txt
941 F:      drivers/irqchip/irq-al-fic.c
942
943 AMAZON ANNAPURNA LABS MEMORY CONTROLLER EDAC
944 M:      Talel Shenhar <[email protected]>
945 M:      Talel Shenhar <[email protected]>
946 S:      Maintained
947 F:      Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml
948 F:      drivers/edac/al_mc_edac.c
949
950 AMAZON ANNAPURNA LABS THERMAL MMIO DRIVER
951 M:      Talel Shenhar <[email protected]>
952 S:      Maintained
953 F:      Documentation/devicetree/bindings/thermal/amazon,al-thermal.txt
954 F:      drivers/thermal/thermal_mmio.c
955
956 AMAZON ETHERNET DRIVERS
957 M:      Shay Agroskin <[email protected]>
958 M:      Arthur Kiyanovski <[email protected]>
959 R:      David Arinzon <[email protected]>
960 R:      Saeed Bishara <[email protected]>
961 L:      [email protected]
962 S:      Maintained
963 F:      Documentation/networking/device_drivers/ethernet/amazon/ena.rst
964 F:      drivers/net/ethernet/amazon/
965
966 AMAZON RDMA EFA DRIVER
967 M:      Michael Margolin <[email protected]>
968 R:      Gal Pressman <[email protected]>
969 R:      Yossi Leybovich <[email protected]>
970 L:      [email protected]
971 S:      Supported
972 Q:      https://patchwork.kernel.org/project/linux-rdma/list/
973 F:      drivers/infiniband/hw/efa/
974 F:      include/uapi/rdma/efa-abi.h
975
976 AMD 3D V-CACHE PERFORMANCE OPTIMIZER DRIVER
977 M:      Basavaraj Natikar <[email protected]>
978 R:      Mario Limonciello <[email protected]>
979 L:      [email protected]
980 S:      Supported
981 F:      Documentation/ABI/testing/sysfs-bus-platform-drivers-amd_x3d_vcache
982 F:      drivers/platform/x86/amd/x3d_vcache.c
983
984 AMD ADDRESS TRANSLATION LIBRARY (ATL)
985 M:      Yazen Ghannam <[email protected]>
986 L:      [email protected]
987 S:      Supported
988 F:      drivers/ras/amd/atl/*
989
990 AMD AE4DMA DRIVER
991 M:      Basavaraj Natikar <[email protected]>
992 L:      [email protected]
993 S:      Supported
994 F:      drivers/dma/amd/ae4dma/
995
996 AMD AXI W1 DRIVER
997 M:      Kris Chaplin <[email protected]>
998 R:      Thomas Delev <[email protected]>
999 R:      Michal Simek <[email protected]>
1000 S:      Maintained
1001 F:      Documentation/devicetree/bindings/w1/amd,axi-1wire-host.yaml
1002 F:      drivers/w1/masters/amd_axi_w1.c
1003
1004 AMD CDX BUS DRIVER
1005 M:      Nipun Gupta <[email protected]>
1006 M:      Nikhil Agarwal <[email protected]>
1007 S:      Maintained
1008 F:      Documentation/devicetree/bindings/bus/xlnx,versal-net-cdx.yaml
1009 F:      drivers/cdx/*
1010 F:      include/linux/cdx/*
1011
1012 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
1013 M:      Tom Lendacky <[email protected]>
1014 M:      John Allen <[email protected]>
1015 L:      [email protected]
1016 S:      Supported
1017 F:      drivers/crypto/ccp/
1018 F:      include/linux/ccp.h
1019
1020 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
1021 M:      Ashish Kalra <[email protected]>
1022 M:      Tom Lendacky <[email protected]>
1023 L:      [email protected]
1024 S:      Supported
1025 F:      drivers/crypto/ccp/sev*
1026 F:      include/uapi/linux/psp-sev.h
1027
1028 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - DBC SUPPORT
1029 M:      Mario Limonciello <[email protected]>
1030 L:      [email protected]
1031 S:      Supported
1032 F:      drivers/crypto/ccp/dbc.c
1033 F:      drivers/crypto/ccp/dbc.h
1034 F:      drivers/crypto/ccp/platform-access.c
1035 F:      drivers/crypto/ccp/platform-access.h
1036 F:      include/uapi/linux/psp-dbc.h
1037 F:      tools/crypto/ccp/*.c
1038 F:      tools/crypto/ccp/*.py
1039
1040 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - HSTI SUPPORT
1041 M:      Mario Limonciello <[email protected]>
1042 L:      [email protected]
1043 S:      Supported
1044 F:      drivers/crypto/ccp/hsti.*
1045
1046 AMD DISPLAY CORE
1047 M:      Harry Wentland <[email protected]>
1048 M:      Leo Li <[email protected]>
1049 M:      Rodrigo Siqueira <[email protected]>
1050 L:      [email protected]
1051 S:      Supported
1052 T:      git https://gitlab.freedesktop.org/agd5f/linux.git
1053 F:      drivers/gpu/drm/amd/display/
1054
1055 AMD DISPLAY CORE - DML
1056 M:      Chaitanya Dhere <[email protected]>
1057 M:      Jun Lei <[email protected]>
1058 S:      Supported
1059 F:      drivers/gpu/drm/amd/display/dc/dml/
1060 F:      drivers/gpu/drm/amd/display/dc/dml2/
1061
1062 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
1063 M:      Huang Rui <[email protected]>
1064 L:      [email protected]
1065 S:      Supported
1066 F:      Documentation/hwmon/fam15h_power.rst
1067 F:      drivers/hwmon/fam15h_power.c
1068
1069 AMD FCH GPIO DRIVER
1070 M:      Enrico Weigelt, metux IT consult <[email protected]>
1071 L:      [email protected]
1072 S:      Maintained
1073 F:      drivers/gpio/gpio-amd-fch.c
1074 F:      include/linux/platform_data/gpio/gpio-amd-fch.h
1075
1076 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
1077 L:      [email protected] (moderated for non-subscribers)
1078 S:      Orphan
1079 F:      drivers/usb/gadget/udc/amd5536udc.*
1080
1081 AMD GEODE PROCESSOR/CHIPSET SUPPORT
1082 M:      Andres Salomon <[email protected]>
1083 L:      [email protected] (moderated for non-subscribers)
1084 S:      Supported
1085 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
1086 F:      arch/x86/include/asm/geode.h
1087 F:      drivers/char/hw_random/geode-rng.c
1088 F:      drivers/crypto/geode*
1089 F:      drivers/video/fbdev/geode/
1090
1091 AMD HSMP DRIVER
1092 M:      Naveen Krishna Chatradhi <[email protected]>
1093 R:      Carlos Bilbao <[email protected]>
1094 L:      [email protected]
1095 S:      Maintained
1096 F:      Documentation/arch/x86/amd_hsmp.rst
1097 F:      arch/x86/include/asm/amd_hsmp.h
1098 F:      arch/x86/include/uapi/asm/amd_hsmp.h
1099 F:      drivers/platform/x86/amd/hsmp/
1100
1101 AMD IOMMU (AMD-VI)
1102 M:      Joerg Roedel <[email protected]>
1103 R:      Suravee Suthikulpanit <[email protected]>
1104 L:      [email protected]
1105 S:      Maintained
1106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
1107 F:      drivers/iommu/amd/
1108 F:      include/linux/amd-iommu.h
1109
1110 AMD KFD
1111 M:      Felix Kuehling <[email protected]>
1112 L:      [email protected]
1113 S:      Supported
1114 T:      git https://gitlab.freedesktop.org/agd5f/linux.git
1115 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd*.[ch]
1116 F:      drivers/gpu/drm/amd/amdkfd/
1117 F:      drivers/gpu/drm/amd/include/cik_structs.h
1118 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
1119 F:      drivers/gpu/drm/amd/include/v9_structs.h
1120 F:      drivers/gpu/drm/amd/include/vi_structs.h
1121 F:      include/uapi/linux/kfd_ioctl.h
1122 F:      include/uapi/linux/kfd_sysfs.h
1123
1124 AMD MP2 I2C DRIVER
1125 M:      Elie Morisse <[email protected]>
1126 M:      Shyam Sundar S K <[email protected]>
1127 L:      [email protected]
1128 S:      Maintained
1129 F:      drivers/i2c/busses/i2c-amd-mp2*
1130
1131 AMD ASF I2C DRIVER
1132 M:      Shyam Sundar S K <[email protected]>
1133 L:      [email protected]
1134 S:      Supported
1135 F:      drivers/i2c/busses/i2c-amd-asf-plat.c
1136
1137 AMD NODE DRIVER
1138 M:      Mario Limonciello <[email protected]>
1139 M:      Yazen Ghannam <[email protected]>
1140 L:      [email protected]
1141 S:      Supported
1142 F:      arch/x86/include/asm/amd_node.h
1143 F:      arch/x86/kernel/amd_node.c
1144
1145 AMD PDS CORE DRIVER
1146 M:      Shannon Nelson <[email protected]>
1147 M:      Brett Creeley <[email protected]>
1148 L:      [email protected]
1149 S:      Maintained
1150 F:      Documentation/networking/device_drivers/ethernet/amd/pds_core.rst
1151 F:      drivers/net/ethernet/amd/pds_core/
1152 F:      include/linux/pds/
1153
1154 AMD PMC DRIVER
1155 M:      Shyam Sundar S K <[email protected]>
1156 L:      [email protected]
1157 S:      Supported
1158 F:      drivers/platform/x86/amd/pmc/
1159
1160 AMD PMF DRIVER
1161 M:      Shyam Sundar S K <[email protected]>
1162 L:      [email protected]
1163 S:      Supported
1164 F:      Documentation/ABI/testing/sysfs-amd-pmf
1165 F:      drivers/platform/x86/amd/pmf/
1166
1167 AMD POWERPLAY AND SWSMU
1168 M:      Kenneth Feng <[email protected]>
1169 L:      [email protected]
1170 S:      Supported
1171 T:      git https://gitlab.freedesktop.org/agd5f/linux.git
1172 F:      drivers/gpu/drm/amd/pm/
1173
1174 AMD PSTATE DRIVER
1175 M:      Huang Rui <[email protected]>
1176 M:      Gautham R. Shenoy <[email protected]>
1177 M:      Mario Limonciello <[email protected]>
1178 R:      Perry Yuan <[email protected]>
1179 L:      [email protected]
1180 S:      Supported
1181 F:      Documentation/admin-guide/pm/amd-pstate.rst
1182 F:      drivers/cpufreq/amd-pstate*
1183 F:      tools/power/x86/amd_pstate_tracer/amd_pstate_trace.py
1184
1185 AMD PTDMA DRIVER
1186 M:      Basavaraj Natikar <[email protected]>
1187 L:      [email protected]
1188 S:      Supported
1189 F:      drivers/dma/amd/ptdma/
1190
1191 AMD QDMA DRIVER
1192 M:      Nishad Saraf <[email protected]>
1193 M:      Lizhi Hou <[email protected]>
1194 L:      [email protected]
1195 S:      Supported
1196 F:      drivers/dma/amd/qdma/
1197 F:      include/linux/platform_data/amd_qdma.h
1198
1199 AMD SEATTLE DEVICE TREE SUPPORT
1200 M:      Suravee Suthikulpanit <[email protected]>
1201 M:      Tom Lendacky <[email protected]>
1202 S:      Supported
1203 F:      arch/arm64/boot/dts/amd/
1204
1205 AMD SENSOR FUSION HUB DRIVER
1206 M:      Basavaraj Natikar <[email protected]>
1207 L:      [email protected]
1208 S:      Maintained
1209 F:      Documentation/hid/amd-sfh*
1210 F:      drivers/hid/amd-sfh-hid/
1211
1212 AMD SPI DRIVER
1213 M:      Raju Rangoju <[email protected]>
1214 L:      [email protected]
1215 S:      Supported
1216 F:      drivers/spi/spi-amd.c
1217
1218 AMD XDNA DRIVER
1219 M:      Min Ma <[email protected]>
1220 M:      Lizhi Hou <[email protected]>
1221 L:      [email protected]
1222 S:      Supported
1223 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
1224 F:      Documentation/accel/amdxdna/
1225 F:      drivers/accel/amdxdna/
1226 F:      include/trace/events/amdxdna.h
1227 F:      include/uapi/drm/amdxdna_accel.h
1228
1229 AMD XGBE DRIVER
1230 M:      "Shyam Sundar S K" <[email protected]>
1231 L:      [email protected]
1232 S:      Maintained
1233 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
1234 F:      drivers/net/ethernet/amd/xgbe/
1235
1236 AMLOGIC BLUETOOTH DRIVER
1237 M:      Yang Li <[email protected]>
1238 L:      [email protected]
1239 S:      Maintained
1240 F:      Documentation/devicetree/bindings/net/bluetooth/amlogic,w155s2-bt.yaml
1241 F:      drivers/bluetooth/hci_aml.c
1242
1243 AMLOGIC DDR PMU DRIVER
1244 M:      Jiucheng Xu <[email protected]>
1245 L:      [email protected]
1246 S:      Supported
1247 W:      http://www.amlogic.com
1248 F:      Documentation/admin-guide/perf/meson-ddr-pmu.rst
1249 F:      Documentation/devicetree/bindings/perf/amlogic,g12-ddr-pmu.yaml
1250 F:      drivers/perf/amlogic/
1251 F:      include/soc/amlogic/
1252
1253 AMLOGIC RTC DRIVER
1254 M:      Yiting Deng <[email protected]>
1255 M:      Xianwei Zhao <[email protected]>
1256 L:      [email protected]
1257 S:      Maintained
1258 F:      Documentation/devicetree/bindings/rtc/amlogic,a4-rtc.yaml
1259 F:      drivers/rtc/rtc-amlogic-a4.c
1260
1261 AMPHENOL CHIPCAP 2 DRIVER
1262 M:      Javier Carrasco <[email protected]>
1263 L:      [email protected]
1264 S:      Maintained
1265 F:      Documentation/devicetree/bindings/hwmon/amphenol,chipcap2.yaml
1266 F:      Documentation/hwmon/chipcap2.rst
1267 F:      drivers/hwmon/chipcap2.c
1268
1269 AMPHION VPU CODEC V4L2 DRIVER
1270 M:      Ming Qian <[email protected]>
1271 M:      Zhou Peng <[email protected]>
1272 L:      [email protected]
1273 S:      Maintained
1274 F:      Documentation/devicetree/bindings/media/amphion,vpu.yaml
1275 F:      drivers/media/platform/amphion/
1276
1277 AMS AS73211 DRIVER
1278 M:      Christian Eggers <[email protected]>
1279 L:      [email protected]
1280 S:      Maintained
1281 F:      Documentation/devicetree/bindings/iio/light/ams,as73211.yaml
1282 F:      drivers/iio/light/as73211.c
1283
1284 AMT (Automatic Multicast Tunneling)
1285 M:      Taehee Yoo <[email protected]>
1286 L:      [email protected]
1287 S:      Maintained
1288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
1289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
1290 F:      drivers/net/amt.c
1291
1292 ANALOG DEVICES INC AD3552R DRIVER
1293 M:      Nuno Sá <[email protected]>
1294 L:      [email protected]
1295 S:      Supported
1296 W:      https://ez.analog.com/linux-software-drivers
1297 F:      Documentation/devicetree/bindings/iio/dac/adi,ad3552r.yaml
1298 F:      drivers/iio/dac/ad3552r.c
1299
1300 ANALOG DEVICES INC AD4000 DRIVER
1301 M:      Marcelo Schmitt <[email protected]>
1302 L:      [email protected]
1303 S:      Supported
1304 W:      https://ez.analog.com/linux-software-drivers
1305 F:      Documentation/devicetree/bindings/iio/adc/adi,ad4000.yaml
1306 F:      Documentation/iio/ad4000.rst
1307 F:      drivers/iio/adc/ad4000.c
1308
1309 ANALOG DEVICES INC AD4130 DRIVER
1310 M:      Cosmin Tanislav <[email protected]>
1311 L:      [email protected]
1312 S:      Supported
1313 W:      https://ez.analog.com/linux-software-drivers
1314 F:      Documentation/devicetree/bindings/iio/adc/adi,ad4130.yaml
1315 F:      drivers/iio/adc/ad4130.c
1316
1317 ANALOG DEVICES INC AD4695 DRIVER
1318 M:      Michael Hennerich <[email protected]>
1319 M:      Nuno Sá <[email protected]>
1320 R:      David Lechner <[email protected]>
1321 L:      [email protected]
1322 S:      Supported
1323 W:      https://ez.analog.com/linux-software-drivers
1324 F:      Documentation/devicetree/bindings/iio/adc/adi,ad4695.yaml
1325 F:      Documentation/iio/ad4695.rst
1326 F:      drivers/iio/adc/ad4695.c
1327 F:      include/dt-bindings/iio/adc/adi,ad4695.h
1328
1329 ANALOG DEVICES INC AD7091R DRIVER
1330 M:      Marcelo Schmitt <[email protected]>
1331 L:      [email protected]
1332 S:      Supported
1333 W:      http://ez.analog.com/community/linux-device-drivers
1334 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7091r*
1335 F:      drivers/iio/adc/ad7091r*
1336
1337 ANALOG DEVICES INC AD7192 DRIVER
1338 M:      Alisa-Dariana Roman <[email protected]>
1339 L:      [email protected]
1340 S:      Supported
1341 W:      https://ez.analog.com/linux-software-drivers
1342 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml
1343 F:      drivers/iio/adc/ad7192.c
1344
1345 ANALOG DEVICES INC AD7292 DRIVER
1346 M:      Marcelo Schmitt <[email protected]>
1347 L:      [email protected]
1348 S:      Supported
1349 W:      https://ez.analog.com/linux-software-drivers
1350 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
1351 F:      drivers/iio/adc/ad7292.c
1352
1353 ANALOG DEVICES INC AD7293 DRIVER
1354 M:      Antoniu Miclaus <[email protected]>
1355 L:      [email protected]
1356 S:      Supported
1357 W:      https://ez.analog.com/linux-software-drivers
1358 F:      Documentation/devicetree/bindings/iio/dac/adi,ad7293.yaml
1359 F:      drivers/iio/dac/ad7293.c
1360
1361 ANALOG DEVICES INC AD74115 DRIVER
1362 M:      Cosmin Tanislav <[email protected]>
1363 L:      [email protected]
1364 S:      Supported
1365 W:      https://ez.analog.com/linux-software-drivers
1366 F:      Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml
1367 F:      drivers/iio/addac/ad74115.c
1368
1369 ANALOG DEVICES INC AD74413R DRIVER
1370 M:      Cosmin Tanislav <[email protected]>
1371 L:      [email protected]
1372 S:      Supported
1373 W:      https://ez.analog.com/linux-software-drivers
1374 F:      Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml
1375 F:      drivers/iio/addac/ad74413r.c
1376 F:      include/dt-bindings/iio/addac/adi,ad74413r.h
1377
1378 ANALOG DEVICES INC AD7625 DRIVER
1379 M:      Michael Hennerich <[email protected]>
1380 M:      Nuno Sá <[email protected]>
1381 R:      Trevor Gamblin <[email protected]>
1382 S:      Supported
1383 W:      https://ez.analog.com/linux-software-drivers
1384 W:      http://analogdevicesinc.github.io/hdl/projects/pulsar_lvds/index.html
1385 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7625.yaml
1386 F:      Documentation/iio/ad7625.rst
1387 F:      drivers/iio/adc/ad7625.c
1388
1389 ANALOG DEVICES INC AD7768-1 DRIVER
1390 M:      Michael Hennerich <[email protected]>
1391 L:      [email protected]
1392 S:      Supported
1393 W:      https://ez.analog.com/linux-software-drivers
1394 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7768-1.yaml
1395 F:      drivers/iio/adc/ad7768-1.c
1396
1397 ANALOG DEVICES INC AD7780 DRIVER
1398 M:      Michael Hennerich <[email protected]>
1399 M:      Renato Lui Geh <[email protected]>
1400 L:      [email protected]
1401 S:      Supported
1402 W:      https://ez.analog.com/linux-software-drivers
1403 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7780.yaml
1404 F:      drivers/iio/adc/ad7780.c
1405
1406 ANALOG DEVICES INC AD9467 DRIVER
1407 M:      Michael Hennerich <[email protected]>
1408 M:      Nuno Sa <[email protected]>
1409 L:      [email protected]
1410 S:      Supported
1411 W:      https://ez.analog.com/linux-software-drivers
1412 F:      Documentation/ABI/testing/debugfs-iio-ad9467
1413 F:      Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml
1414 F:      drivers/iio/adc/ad9467.c
1415
1416 ANALOG DEVICES INC AD8460 DRIVER
1417 M:      Mariel Tinaco <[email protected]>
1418 L:      [email protected]
1419 S:      Supported
1420 W:      https://ez.analog.com/linux-software-drivers
1421 F:      Documentation/devicetree/bindings/iio/dac/adi,ad8460.yaml
1422 F:      drivers/iio/dac/ad8460.c
1423
1424 ANALOG DEVICES INC AD9739a DRIVER
1425 M:      Nuno Sa <[email protected]>
1426 M:      Dragos Bogdan <[email protected]>
1427 L:      [email protected]
1428 S:      Supported
1429 W:      https://ez.analog.com/linux-software-drivers
1430 F:      Documentation/devicetree/bindings/iio/dac/adi,ad9739a.yaml
1431 F:      drivers/iio/dac/ad9739a.c
1432
1433 ANALOG DEVICES INC ADA4250 DRIVER
1434 M:      Antoniu Miclaus <[email protected]>
1435 L:      [email protected]
1436 S:      Supported
1437 W:      https://ez.analog.com/linux-software-drivers
1438 F:      Documentation/devicetree/bindings/iio/amplifiers/adi,ada4250.yaml
1439 F:      drivers/iio/amplifiers/ada4250.c
1440
1441 ANALOG DEVICES INC ADF4377 DRIVER
1442 M:      Antoniu Miclaus <[email protected]>
1443 L:      [email protected]
1444 S:      Supported
1445 W:      https://ez.analog.com/linux-software-drivers
1446 F:      Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml
1447 F:      drivers/iio/frequency/adf4377.c
1448
1449 ANALOG DEVICES INC ADGS1408 DRIVER
1450 M:      Mircea Caprioru <[email protected]>
1451 S:      Supported
1452 F:      Documentation/devicetree/bindings/mux/adi,adgs1408.txt
1453 F:      drivers/mux/adgs1408.c
1454
1455 ANALOG DEVICES INC ADIN DRIVER
1456 M:      Michael Hennerich <[email protected]>
1457 L:      [email protected]
1458 S:      Supported
1459 W:      https://ez.analog.com/linux-software-drivers
1460 F:      Documentation/devicetree/bindings/net/adi,adin.yaml
1461 F:      drivers/net/phy/adin.c
1462
1463 ANALOG DEVICES INC ADIS DRIVER LIBRARY
1464 M:      Nuno Sa <[email protected]>
1465 L:      [email protected]
1466 S:      Supported
1467 F:      drivers/iio/imu/adis.c
1468 F:      drivers/iio/imu/adis_buffer.c
1469 F:      drivers/iio/imu/adis_trigger.c
1470 F:      include/linux/iio/imu/adis.h
1471
1472 ANALOG DEVICES INC ADIS16460 DRIVER
1473 M:      Dragos Bogdan <[email protected]>
1474 L:      [email protected]
1475 S:      Supported
1476 W:      https://ez.analog.com/linux-software-drivers
1477 F:      Documentation/devicetree/bindings/iio/imu/adi,adis16460.yaml
1478 F:      drivers/iio/imu/adis16460.c
1479
1480 ANALOG DEVICES INC ADIS16475 DRIVER
1481 M:      Nuno Sa <[email protected]>
1482 L:      [email protected]
1483 S:      Supported
1484 W:      https://ez.analog.com/linux-software-drivers
1485 F:      Documentation/devicetree/bindings/iio/imu/adi,adis16475.yaml
1486 F:      drivers/iio/imu/adis16475.c
1487
1488 ANALOG DEVICES INC ADM1177 DRIVER
1489 M:      Michael Hennerich <[email protected]>
1490 L:      [email protected]
1491 S:      Supported
1492 W:      https://ez.analog.com/linux-software-drivers
1493 F:      Documentation/devicetree/bindings/hwmon/adi,adm1177.yaml
1494 F:      drivers/hwmon/adm1177.c
1495
1496 ANALOG DEVICES INC ADMFM2000 DRIVER
1497 M:      Kim Seer Paller <[email protected]>
1498 L:      [email protected]
1499 S:      Supported
1500 W:      https://ez.analog.com/linux-software-drivers
1501 F:      Documentation/devicetree/bindings/iio/frequency/adi,admfm2000.yaml
1502 F:      drivers/iio/frequency/admfm2000.c
1503
1504 ANALOG DEVICES INC ADMV1013 DRIVER
1505 M:      Antoniu Miclaus <[email protected]>
1506 L:      [email protected]
1507 S:      Supported
1508 W:      https://ez.analog.com/linux-software-drivers
1509 F:      Documentation/devicetree/bindings/iio/frequency/adi,admv1013.yaml
1510 F:      drivers/iio/frequency/admv1013.c
1511
1512 ANALOG DEVICES INC ADMV1014 DRIVER
1513 M:      Antoniu Miclaus <[email protected]>
1514 L:      [email protected]
1515 S:      Supported
1516 W:      https://ez.analog.com/linux-software-drivers
1517 F:      Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
1518 F:      drivers/iio/frequency/admv1014.c
1519
1520 ANALOG DEVICES INC ADMV8818 DRIVER
1521 M:      Antoniu Miclaus <[email protected]>
1522 L:      [email protected]
1523 S:      Supported
1524 W:      https://ez.analog.com/linux-software-drivers
1525 F:      Documentation/devicetree/bindings/iio/filter/adi,admv8818.yaml
1526 F:      drivers/iio/filter/admv8818.c
1527
1528 ANALOG DEVICES INC ADP5061 DRIVER
1529 M:      Michael Hennerich <[email protected]>
1530 L:      [email protected]
1531 S:      Supported
1532 W:      https://ez.analog.com/linux-software-drivers
1533 F:      drivers/power/supply/adp5061.c
1534
1535 ANALOG DEVICES INC ADRF6780 DRIVER
1536 M:      Antoniu Miclaus <[email protected]>
1537 L:      [email protected]
1538 S:      Supported
1539 W:      https://ez.analog.com/linux-software-drivers
1540 F:      Documentation/devicetree/bindings/iio/frequency/adi,adrf6780.yaml
1541 F:      drivers/iio/frequency/adrf6780.c
1542
1543 ANALOG DEVICES INC ADV7180 DRIVER
1544 M:      Lars-Peter Clausen <[email protected]>
1545 L:      [email protected]
1546 S:      Supported
1547 W:      https://ez.analog.com/linux-software-drivers
1548 F:      Documentation/devicetree/bindings/media/i2c/adv7180.yaml
1549 F:      drivers/media/i2c/adv7180.c
1550
1551 ANALOG DEVICES INC ADV748X DRIVER
1552 M:      Kieran Bingham <[email protected]>
1553 L:      [email protected]
1554 S:      Maintained
1555 F:      Documentation/devicetree/bindings/media/i2c/adv748x.yaml
1556 F:      drivers/media/i2c/adv748x/*
1557
1558 ANALOG DEVICES INC ADV7511 DRIVER
1559 M:      Hans Verkuil <[email protected]>
1560 L:      [email protected]
1561 S:      Maintained
1562 F:      drivers/media/i2c/adv7511*
1563
1564 ANALOG DEVICES INC ADV7604 DRIVER
1565 M:      Hans Verkuil <[email protected]>
1566 L:      [email protected]
1567 S:      Maintained
1568 F:      Documentation/devicetree/bindings/media/i2c/adv7604.yaml
1569 F:      drivers/media/i2c/adv7604*
1570
1571 ANALOG DEVICES INC ADV7842 DRIVER
1572 M:      Hans Verkuil <[email protected]>
1573 L:      [email protected]
1574 S:      Maintained
1575 F:      drivers/media/i2c/adv7842*
1576
1577 ANALOG DEVICES INC ADXRS290 DRIVER
1578 M:      Nishant Malpani <[email protected]>
1579 L:      [email protected]
1580 S:      Supported
1581 F:      Documentation/devicetree/bindings/iio/gyroscope/adi,adxrs290.yaml
1582 F:      drivers/iio/gyro/adxrs290.c
1583
1584 ANALOG DEVICES INC ASOC CODEC DRIVERS
1585 M:      Lars-Peter Clausen <[email protected]>
1586 M:      Nuno Sá <[email protected]>
1587 L:      [email protected]
1588 S:      Supported
1589 W:      http://wiki.analog.com/
1590 W:      https://ez.analog.com/linux-software-drivers
1591 F:      Documentation/devicetree/bindings/sound/adi,*
1592 F:      sound/soc/codecs/ad1*
1593 F:      sound/soc/codecs/ad7*
1594 F:      sound/soc/codecs/adau*
1595 F:      sound/soc/codecs/adav*
1596 F:      sound/soc/codecs/sigmadsp.*
1597 F:      sound/soc/codecs/ssm*
1598
1599 ANALOG DEVICES INC AXI DAC DRIVER
1600 M:      Nuno Sa <[email protected]>
1601 L:      [email protected]
1602 S:      Supported
1603 W:      https://ez.analog.com/linux-software-drivers
1604 F:      Documentation/devicetree/bindings/iio/dac/adi,axi-dac.yaml
1605 F:      drivers/iio/dac/adi-axi-dac.c
1606
1607 ANALOG DEVICES INC DMA DRIVERS
1608 M:      Lars-Peter Clausen <[email protected]>
1609 S:      Supported
1610 W:      https://ez.analog.com/linux-software-drivers
1611 F:      drivers/dma/dma-axi-dmac.c
1612
1613 ANALOG DEVICES INC IIO DRIVERS
1614 M:      Lars-Peter Clausen <[email protected]>
1615 M:      Michael Hennerich <[email protected]>
1616 S:      Supported
1617 W:      http://wiki.analog.com/
1618 W:      https://ez.analog.com/linux-software-drivers
1619 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
1620 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
1621 F:      Documentation/devicetree/bindings/iio/*/adi,*
1622 F:      Documentation/devicetree/bindings/iio/adc/lltc,ltc2496.yaml
1623 F:      Documentation/devicetree/bindings/iio/adc/lltc,ltc2497.yaml
1624 F:      Documentation/iio/ad7606.rst
1625 F:      drivers/iio/*/ad*
1626 F:      drivers/iio/adc/ltc249*
1627 F:      drivers/iio/amplifiers/hmc425a.c
1628 F:      drivers/staging/iio/*/ad*
1629 X:      drivers/iio/*/adjd*
1630
1631 ANALOGBITS PLL LIBRARIES
1632 M:      Paul Walmsley <[email protected]>
1633 M:      Samuel Holland <[email protected]>
1634 S:      Supported
1635 F:      drivers/clk/analogbits/*
1636 F:      include/linux/clk/analogbits*
1637
1638 ANDROID DRIVERS
1639 M:      Greg Kroah-Hartman <[email protected]>
1640 M:      Arve Hjønnevåg <[email protected]>
1641 M:      Todd Kjos <[email protected]>
1642 M:      Martijn Coenen <[email protected]>
1643 M:      Joel Fernandes <[email protected]>
1644 M:      Christian Brauner <[email protected]>
1645 M:      Carlos Llamas <[email protected]>
1646 M:      Suren Baghdasaryan <[email protected]>
1647 L:      [email protected]
1648 S:      Supported
1649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
1650 F:      drivers/android/
1651
1652 ANDROID GOLDFISH PIC DRIVER
1653 M:      Miodrag Dinic <[email protected]>
1654 S:      Supported
1655 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
1656 F:      drivers/irqchip/irq-goldfish-pic.c
1657
1658 ANDROID GOLDFISH RTC DRIVER
1659 M:      Jiaxun Yang <[email protected]>
1660 S:      Supported
1661 F:      drivers/rtc/rtc-goldfish.c
1662
1663 AOA (Apple Onboard Audio) ALSA DRIVER
1664 M:      Johannes Berg <[email protected]>
1665 L:      [email protected]
1666 L:      [email protected]
1667 S:      Maintained
1668 F:      sound/aoa/
1669
1670 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
1671 M:      William Breathitt Gray <[email protected]>
1672 L:      [email protected]
1673 S:      Maintained
1674 F:      drivers/iio/addac/stx104.c
1675
1676 APM DRIVER
1677 M:      Jiri Kosina <[email protected]>
1678 S:      Odd fixes
1679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
1680 F:      arch/x86/kernel/apm_32.c
1681 F:      drivers/char/apm-emulation.c
1682 F:      include/linux/apm_bios.h
1683 F:      include/uapi/linux/apm_bios.h
1684
1685 APPARMOR SECURITY MODULE
1686 M:      John Johansen <[email protected]>
1687 M:      John Johansen <[email protected]>
1688 L:      [email protected] (moderated for non-subscribers)
1689 S:      Supported
1690 W:      apparmor.net
1691 B:      https://gitlab.com/apparmor/apparmor-kernel
1692 C:      irc://irc.oftc.net/apparmor
1693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
1694 T:      https://gitlab.com/apparmor/apparmor-kernel.git
1695 F:      Documentation/admin-guide/LSM/apparmor.rst
1696 F:      security/apparmor/
1697
1698 APPLE BCM5974 MULTITOUCH DRIVER
1699 M:      Henrik Rydberg <[email protected]>
1700 L:      [email protected]
1701 S:      Odd fixes
1702 F:      drivers/input/mouse/bcm5974.c
1703
1704 APPLE PCIE CONTROLLER DRIVER
1705 M:      Alyssa Rosenzweig <[email protected]>
1706 M:      Marc Zyngier <[email protected]>
1707 L:      [email protected]
1708 S:      Maintained
1709 F:      drivers/pci/controller/pcie-apple.c
1710
1711 APPLE SMC DRIVER
1712 M:      Henrik Rydberg <[email protected]>
1713 L:      [email protected]
1714 S:      Odd fixes
1715 F:      drivers/hwmon/applesmc.c
1716
1717 APPLETALK NETWORK LAYER
1718 L:      [email protected]
1719 S:      Odd fixes
1720 F:      include/linux/atalk.h
1721 F:      include/uapi/linux/atalk.h
1722 F:      net/appletalk/
1723
1724 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1725 M:      Khuong Dinh <[email protected]>
1726 S:      Supported
1727 F:      arch/arm64/boot/dts/apm/
1728
1729 APPLIED MICRO (APM) X-GENE SOC EDAC
1730 M:      Khuong Dinh <[email protected]>
1731 S:      Supported
1732 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1733 F:      drivers/edac/xgene_edac.c
1734
1735 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1736 M:      Iyappan Subramanian <[email protected]>
1737 M:      Keyur Chudgar <[email protected]>
1738 S:      Maintained
1739 F:      drivers/net/ethernet/apm/xgene-v2/
1740
1741 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1742 M:      Iyappan Subramanian <[email protected]>
1743 M:      Keyur Chudgar <[email protected]>
1744 M:      Quan Nguyen <[email protected]>
1745 S:      Maintained
1746 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1747 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1748 F:      drivers/net/ethernet/apm/xgene/
1749 F:      drivers/net/mdio/mdio-xgene.c
1750
1751 APPLIED MICRO (APM) X-GENE SOC PMU
1752 M:      Khuong Dinh <[email protected]>
1753 S:      Supported
1754 F:      Documentation/admin-guide/perf/xgene-pmu.rst
1755 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1756 F:      drivers/perf/xgene_pmu.c
1757
1758 APPLIED MICRO QT2025 PHY DRIVER
1759 M:      FUJITA Tomonori <[email protected]>
1760 R:      Trevor Gross <[email protected]>
1761 L:      [email protected]
1762 L:      [email protected]
1763 S:      Maintained
1764 F:      drivers/net/phy/qt2025.rs
1765
1766 APTINA CAMERA SENSOR PLL
1767 M:      Laurent Pinchart <[email protected]>
1768 L:      [email protected]
1769 S:      Maintained
1770 F:      drivers/media/i2c/aptina-pll.*
1771
1772 AQUACOMPUTER D5 NEXT PUMP SENSOR DRIVER
1773 M:      Aleksa Savic <[email protected]>
1774 M:      Jack Doan <[email protected]>
1775 L:      [email protected]
1776 S:      Maintained
1777 F:      Documentation/hwmon/aquacomputer_d5next.rst
1778 F:      drivers/hwmon/aquacomputer_d5next.c
1779
1780 AQUANTIA ETHERNET DRIVER (atlantic)
1781 M:      Igor Russkikh <[email protected]>
1782 L:      [email protected]
1783 S:      Maintained
1784 W:      https://www.marvell.com/
1785 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
1786 F:      Documentation/networking/device_drivers/ethernet/aquantia/atlantic.rst
1787 F:      drivers/net/ethernet/aquantia/atlantic/
1788
1789 AQUANTIA ETHERNET DRIVER PTP SUBSYSTEM
1790 M:      Egor Pomozov <[email protected]>
1791 L:      [email protected]
1792 S:      Maintained
1793 W:      http://www.aquantia.com
1794 F:      drivers/net/ethernet/aquantia/atlantic/aq_ptp*
1795
1796 AR0521 ON SEMICONDUCTOR CAMERA SENSOR DRIVER
1797 M:      Krzysztof Hałasa <[email protected]>
1798 L:      [email protected]
1799 S:      Maintained
1800 F:      Documentation/devicetree/bindings/media/i2c/onnn,ar0521.yaml
1801 F:      drivers/media/i2c/ar0521.c
1802
1803 ARASAN NAND CONTROLLER DRIVER
1804 M:      Miquel Raynal <[email protected]>
1805 R:      Michal Simek <[email protected]>
1806 L:      [email protected]
1807 S:      Maintained
1808 F:      Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
1809 F:      drivers/mtd/nand/raw/arasan-nand-controller.c
1810
1811 ARC FRAMEBUFFER DRIVER
1812 M:      Jaya Kumar <[email protected]>
1813 S:      Maintained
1814 F:      drivers/video/fbdev/arcfb.c
1815 F:      drivers/video/fbdev/core/fb_defio.c
1816
1817 ARC PGU DRM DRIVER
1818 M:      Alexey Brodkin <[email protected]>
1819 S:      Supported
1820 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
1821 F:      drivers/gpu/drm/tiny/arcpgu.c
1822
1823 ARCNET NETWORK LAYER
1824 M:      Michael Grzeschik <[email protected]>
1825 L:      [email protected]
1826 S:      Maintained
1827 F:      drivers/net/arcnet/
1828 F:      include/uapi/linux/if_arcnet.h
1829
1830 ARM AND ARM64 SoC SUB-ARCHITECTURES (COMMON PARTS)
1831 M:      Arnd Bergmann <[email protected]>
1832 L:      [email protected] (moderated for non-subscribers)
1833 L:      [email protected]
1834 S:      Maintained
1835 P:      Documentation/process/maintainer-soc.rst
1836 C:      irc://irc.libera.chat/armlinux
1837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
1838 F:      Documentation/process/maintainer-soc*.rst
1839 F:      arch/arm/boot/dts/Makefile
1840 F:      arch/arm64/boot/dts/Makefile
1841
1842 ARM ARCHITECTED TIMER DRIVER
1843 M:      Mark Rutland <[email protected]>
1844 M:      Marc Zyngier <[email protected]>
1845 L:      [email protected] (moderated for non-subscribers)
1846 S:      Maintained
1847 F:      arch/arm/include/asm/arch_timer.h
1848 F:      arch/arm64/include/asm/arch_timer.h
1849 F:      drivers/clocksource/arm_arch_timer.c
1850
1851 ARM GENERIC INTERRUPT CONTROLLER DRIVERS
1852 M:      Marc Zyngier <[email protected]>
1853 L:      [email protected] (moderated for non-subscribers)
1854 S:      Maintained
1855 F:      Documentation/devicetree/bindings/interrupt-controller/arm,gic*
1856 F:      arch/arm/include/asm/arch_gicv3.h
1857 F:      arch/arm64/include/asm/arch_gicv3.h
1858 F:      drivers/irqchip/irq-gic*.[ch]
1859 F:      include/linux/irqchip/arm-gic*.h
1860 F:      include/linux/irqchip/arm-vgic-info.h
1861
1862 ARM HDLCD DRM DRIVER
1863 M:      Liviu Dudau <[email protected]>
1864 S:      Supported
1865 F:      Documentation/devicetree/bindings/display/arm,hdlcd.yaml
1866 F:      drivers/gpu/drm/arm/hdlcd_*
1867
1868 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1869 M:      Linus Walleij <[email protected]>
1870 L:      [email protected] (moderated for non-subscribers)
1871 S:      Maintained
1872 F:      Documentation/devicetree/bindings/arm/arm,integrator.yaml
1873 F:      Documentation/devicetree/bindings/arm/arm,realview.yaml
1874 F:      Documentation/devicetree/bindings/arm/arm,versatile.yaml
1875 F:      Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
1876 F:      Documentation/devicetree/bindings/auxdisplay/arm,versatile-lcd.yaml
1877 F:      Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
1878 F:      Documentation/devicetree/bindings/i2c/arm,i2c-versatile.yaml
1879 F:      Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1880 F:      Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
1881 F:      arch/arm/boot/dts/arm/arm-realview-*
1882 F:      arch/arm/boot/dts/arm/integrator*
1883 F:      arch/arm/boot/dts/arm/versatile*
1884 F:      arch/arm/mach-versatile/
1885 F:      drivers/bus/arm-integrator-lm.c
1886 F:      drivers/clk/versatile/
1887 F:      drivers/i2c/busses/i2c-versatile.c
1888 F:      drivers/irqchip/irq-versatile-fpga.c
1889 F:      drivers/mtd/maps/physmap-versatile.*
1890 F:      drivers/power/reset/arm-versatile-reboot.c
1891 F:      drivers/soc/versatile/
1892
1893 ARM INTERCONNECT PMU DRIVERS
1894 M:      Robin Murphy <[email protected]>
1895 S:      Supported
1896 F:      Documentation/admin-guide/perf/arm-cmn.rst
1897 F:      Documentation/admin-guide/perf/arm-ni.rst
1898 F:      Documentation/devicetree/bindings/perf/arm,cmn.yaml
1899 F:      Documentation/devicetree/bindings/perf/arm,ni.yaml
1900 F:      drivers/perf/arm-cmn.c
1901 F:      drivers/perf/arm-ni.c
1902 F:      tools/perf/pmu-events/arch/arm64/arm/cmn/
1903
1904 ARM KOMEDA DRM-KMS DRIVER
1905 M:      Liviu Dudau <[email protected]>
1906 S:      Supported
1907 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
1908 F:      Documentation/devicetree/bindings/display/arm,komeda.yaml
1909 F:      Documentation/gpu/komeda-kms.rst
1910 F:      drivers/gpu/drm/arm/display/include/
1911 F:      drivers/gpu/drm/arm/display/komeda/
1912
1913 ARM MALI PANFROST DRM DRIVER
1914 M:      Boris Brezillon <[email protected]>
1915 M:      Rob Herring <[email protected]>
1916 R:      Steven Price <[email protected]>
1917 L:      [email protected]
1918 S:      Supported
1919 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
1920 F:      Documentation/gpu/panfrost.rst
1921 F:      drivers/gpu/drm/ci/xfails/panfrost*
1922 F:      drivers/gpu/drm/panfrost/
1923 F:      include/uapi/drm/panfrost_drm.h
1924
1925 ARM MALI PANTHOR DRM DRIVER
1926 M:      Boris Brezillon <[email protected]>
1927 M:      Steven Price <[email protected]>
1928 M:      Liviu Dudau <[email protected]>
1929 L:      [email protected]
1930 S:      Supported
1931 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
1932 F:      Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml
1933 F:      drivers/gpu/drm/panthor/
1934 F:      include/uapi/drm/panthor_drm.h
1935
1936 ARM MALI-DP DRM DRIVER
1937 M:      Liviu Dudau <[email protected]>
1938 S:      Supported
1939 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
1940 F:      Documentation/devicetree/bindings/display/arm,malidp.yaml
1941 F:      Documentation/gpu/afbc.rst
1942 F:      drivers/gpu/drm/arm/
1943
1944 ARM MFM AND FLOPPY DRIVERS
1945 M:      Ian Molton <[email protected]>
1946 S:      Maintained
1947 F:      arch/arm/include/asm/floppy.h
1948 F:      arch/arm/mach-rpc/floppydma.S
1949
1950 ARM PMU PROFILING AND DEBUGGING
1951 M:      Will Deacon <[email protected]>
1952 M:      Mark Rutland <[email protected]>
1953 L:      [email protected] (moderated for non-subscribers)
1954 L:      [email protected]
1955 S:      Maintained
1956 F:      Documentation/devicetree/bindings/arm/pmu.yaml
1957 F:      Documentation/devicetree/bindings/perf/
1958 F:      arch/arm*/include/asm/hw_breakpoint.h
1959 F:      arch/arm*/include/asm/perf_event.h
1960 F:      arch/arm*/kernel/hw_breakpoint.c
1961 F:      arch/arm*/kernel/perf_*
1962 F:      drivers/perf/
1963 F:      include/linux/perf/arm_pmu*.h
1964
1965 ARM PORT
1966 M:      Russell King <[email protected]>
1967 L:      [email protected] (moderated for non-subscribers)
1968 S:      Odd Fixes
1969 W:      http://www.armlinux.org.uk/
1970 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1971 F:      arch/arm/
1972 X:      arch/arm/boot/dts/
1973
1974 ARM PRIMECELL AACI PL041 DRIVER
1975 M:      Russell King <[email protected]>
1976 S:      Odd Fixes
1977 F:      sound/arm/aaci.*
1978
1979 ARM PRIMECELL BUS SUPPORT
1980 M:      Russell King <[email protected]>
1981 S:      Odd Fixes
1982 F:      drivers/amba/
1983 F:      include/linux/amba/bus.h
1984
1985 ARM PRIMECELL KMI PL050 DRIVER
1986 M:      Russell King <[email protected]>
1987 S:      Odd Fixes
1988 F:      drivers/input/serio/ambakmi.*
1989 F:      include/linux/amba/kmi.h
1990
1991 ARM PRIMECELL MMCI PL180/1 DRIVER
1992 M:      Russell King <[email protected]>
1993 S:      Odd Fixes
1994 F:      drivers/mmc/host/mmci.*
1995 F:      include/linux/amba/mmci.h
1996
1997 ARM PRIMECELL PL35X NAND CONTROLLER DRIVER
1998 M:      Miquel Raynal <[email protected]>
1999 R:      Michal Simek <[email protected]>
2000 L:      [email protected]
2001 S:      Maintained
2002 F:      Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
2003 F:      drivers/mtd/nand/raw/pl35x-nand-controller.c
2004
2005 ARM PRIMECELL PL35X SMC DRIVER
2006 M:      Miquel Raynal <[email protected]>
2007 R:      Michal Simek <[email protected]>
2008 L:      [email protected] (moderated for non-subscribers)
2009 S:      Maintained
2010 F:      Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml
2011 F:      drivers/memory/pl353-smc.c
2012
2013 ARM PRIMECELL SSP PL022 SPI DRIVER
2014 M:      Linus Walleij <[email protected]>
2015 L:      [email protected] (moderated for non-subscribers)
2016 S:      Maintained
2017 F:      Documentation/devicetree/bindings/spi/spi-pl022.yaml
2018 F:      drivers/spi/spi-pl022.c
2019
2020 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
2021 M:      Russell King <[email protected]>
2022 S:      Odd Fixes
2023 F:      drivers/tty/serial/amba-pl01*.c
2024 F:      include/linux/amba/serial.h
2025
2026 ARM PRIMECELL VIC PL190/PL192 DRIVER
2027 M:      Linus Walleij <[email protected]>
2028 L:      [email protected] (moderated for non-subscribers)
2029 S:      Maintained
2030 F:      Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml
2031 F:      drivers/irqchip/irq-vic.c
2032
2033 ARM SMC WATCHDOG DRIVER
2034 M:      Julius Werner <[email protected]>
2035 R:      Evan Benn <[email protected]>
2036 S:      Maintained
2037 F:      Documentation/devicetree/bindings/watchdog/arm-smc-wdt.yaml
2038 F:      drivers/watchdog/arm_smc_wdt.c
2039
2040 ARM SMMU DRIVERS
2041 M:      Will Deacon <[email protected]>
2042 R:      Robin Murphy <[email protected]>
2043 L:      [email protected] (moderated for non-subscribers)
2044 S:      Maintained
2045 F:      Documentation/devicetree/bindings/iommu/arm,smmu*
2046 F:      drivers/iommu/arm/
2047 F:      drivers/iommu/io-pgtable-arm*
2048
2049 ARM SMMU SVA SUPPORT
2050 R:      Jean-Philippe Brucker <[email protected]>
2051 F:      drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c
2052
2053 ARM SUB-ARCHITECTURES
2054 L:      [email protected] (moderated for non-subscribers)
2055 S:      Maintained
2056 C:      irc://irc.libera.chat/armlinux
2057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
2058 F:      arch/arm/mach-*/
2059 F:      arch/arm/plat-*/
2060
2061 ARM/ACTIONS SEMI ARCHITECTURE
2062 M:      Andreas Färber <[email protected]>
2063 M:      Manivannan Sadhasivam <[email protected]>
2064 L:      [email protected] (moderated for non-subscribers)
2065 L:      [email protected] (moderated for non-subscribers)
2066 S:      Maintained
2067 F:      Documentation/devicetree/bindings/arm/actions.yaml
2068 F:      Documentation/devicetree/bindings/clock/actions,owl-cmu.yaml
2069 F:      Documentation/devicetree/bindings/dma/owl-dma.yaml
2070 F:      Documentation/devicetree/bindings/i2c/i2c-owl.yaml
2071 F:      Documentation/devicetree/bindings/interrupt-controller/actions,owl-sirq.yaml
2072 F:      Documentation/devicetree/bindings/mmc/owl-mmc.yaml
2073 F:      Documentation/devicetree/bindings/net/actions,owl-emac.yaml
2074 F:      Documentation/devicetree/bindings/pinctrl/actions,*
2075 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
2076 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.yaml
2077 F:      arch/arm/boot/dts/actions/
2078 F:      arch/arm/mach-actions/
2079 F:      arch/arm64/boot/dts/actions/
2080 F:      drivers/clk/actions/
2081 F:      drivers/clocksource/timer-owl*
2082 F:      drivers/dma/owl-dma.c
2083 F:      drivers/i2c/busses/i2c-owl.c
2084 F:      drivers/irqchip/irq-owl-sirq.c
2085 F:      drivers/mmc/host/owl-mmc.c
2086 F:      drivers/net/ethernet/actions/
2087 F:      drivers/pinctrl/actions/*
2088 F:      drivers/pmdomain/actions/
2089 F:      include/dt-bindings/power/owl-*
2090 F:      include/dt-bindings/reset/actions,*
2091 F:      include/linux/soc/actions/
2092 N:      owl
2093
2094 ARM/AIROHA SOC SUPPORT
2095 M:      Matthias Brugger <[email protected]>
2096 M:      AngeloGioacchino Del Regno <[email protected]>
2097 L:      [email protected] (moderated for non-subscribers)
2098 L:      [email protected] (moderated for non-subscribers)
2099 S:      Odd Fixes
2100 F:      arch/arm/boot/dts/airoha/
2101 F:      arch/arm64/boot/dts/airoha/
2102
2103 ARM/Allwinner SoC Clock Support
2104 M:      Emilio López <[email protected]>
2105 S:      Maintained
2106 F:      drivers/clk/sunxi/
2107
2108 ARM/Allwinner sunXi SoC support
2109 M:      Chen-Yu Tsai <[email protected]>
2110 M:      Jernej Skrabec <[email protected]>
2111 M:      Samuel Holland <[email protected]>
2112 L:      [email protected] (moderated for non-subscribers)
2113 L:      [email protected]
2114 S:      Maintained
2115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
2116 F:      arch/arm/mach-sunxi/
2117 F:      arch/arm64/boot/dts/allwinner/
2118 F:      drivers/clk/sunxi-ng/
2119 F:      drivers/pinctrl/sunxi/
2120 F:      drivers/soc/sunxi/
2121 N:      allwinner
2122 N:      sun[x456789]i
2123 N:      sun[25]0i
2124
2125 ARM/ALPHASCALE ARCHITECTURE
2126 M:      Krzysztof Kozlowski <[email protected]>
2127 L:      [email protected] (moderated for non-subscribers)
2128 S:      Odd Fixes
2129 F:      arch/arm/boot/dts/alphascale/
2130 F:      drivers/clk/clk-asm9260.c
2131 F:      drivers/clocksource/asm9260_timer.c
2132 F:      drivers/rtc/rtc-asm9260.c
2133 F:      drivers/watchdog/asm9260_wdt.c
2134
2135 ARM/AMD PENSANDO ARM64 ARCHITECTURE
2136 M:      Brad Larson <[email protected]>
2137 L:      [email protected] (moderated for non-subscribers)
2138 S:      Supported
2139 F:      Documentation/devicetree/bindings/*/amd,pensando*
2140 F:      arch/arm64/boot/dts/amd/elba*
2141
2142 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
2143 M:      Neil Armstrong <[email protected]>
2144 M:      Jerome Brunet <[email protected]>
2145 L:      [email protected]
2146 S:      Maintained
2147 F:      Documentation/devicetree/bindings/clock/amlogic*
2148 F:      drivers/clk/meson/
2149 F:      include/dt-bindings/clock/amlogic,a1*
2150 F:      include/dt-bindings/clock/gxbb*
2151 F:      include/dt-bindings/clock/meson*
2152
2153 ARM/Amlogic Meson SoC Crypto Drivers
2154 M:      Corentin Labbe <[email protected]>
2155 L:      [email protected]
2156 L:      [email protected]
2157 S:      Maintained
2158 F:      Documentation/devicetree/bindings/crypto/amlogic*
2159 F:      drivers/crypto/amlogic/
2160
2161 ARM/Amlogic Meson SoC Sound Drivers
2162 M:      Jerome Brunet <[email protected]>
2163 L:      [email protected]
2164 S:      Maintained
2165 F:      Documentation/devicetree/bindings/sound/amlogic*
2166 F:      sound/soc/meson/
2167
2168 ARM/Amlogic Meson SoC support
2169 M:      Neil Armstrong <[email protected]>
2170 M:      Kevin Hilman <[email protected]>
2171 R:      Jerome Brunet <[email protected]>
2172 R:      Martin Blumenstingl <[email protected]>
2173 L:      [email protected] (moderated for non-subscribers)
2174 L:      [email protected]
2175 S:      Maintained
2176 W:      http://linux-meson.com/
2177 F:      Documentation/devicetree/bindings/phy/amlogic*
2178 F:      arch/arm/boot/dts/amlogic/
2179 F:      arch/arm/mach-meson/
2180 F:      arch/arm64/boot/dts/amlogic/
2181 F:      drivers/pmdomain/amlogic/
2182 F:      drivers/mmc/host/meson*
2183 F:      drivers/phy/amlogic/
2184 F:      drivers/pinctrl/meson/
2185 F:      drivers/rtc/rtc-meson*
2186 F:      drivers/soc/amlogic/
2187 N:      meson
2188
2189 ARM/Annapurna Labs ALPINE ARCHITECTURE
2190 M:      Antoine Tenart <[email protected]>
2191 L:      [email protected] (moderated for non-subscribers)
2192 S:      Odd Fixes
2193 F:      arch/arm/boot/dts/amazon/
2194 F:      arch/arm/mach-alpine/
2195 F:      arch/arm64/boot/dts/amazon/
2196 F:      drivers/*/*alpine*
2197
2198 ARM/APPLE MACHINE SOUND DRIVERS
2199 M:      Martin Povišer <[email protected]>
2200 L:      [email protected]
2201 L:      [email protected]
2202 S:      Maintained
2203 F:      Documentation/devicetree/bindings/sound/adi,ssm3515.yaml
2204 F:      Documentation/devicetree/bindings/sound/cirrus,cs42l84.yaml
2205 F:      Documentation/devicetree/bindings/sound/apple,*
2206 F:      sound/soc/apple/*
2207 F:      sound/soc/codecs/cs42l83-i2c.c
2208 F:      sound/soc/codecs/cs42l84.*
2209 F:      sound/soc/codecs/ssm3515.c
2210
2211 ARM/APPLE MACHINE SUPPORT
2212 M:      Sven Peter <[email protected]>
2213 R:      Alyssa Rosenzweig <[email protected]>
2214 L:      [email protected]
2215 L:      [email protected] (moderated for non-subscribers)
2216 S:      Maintained
2217 W:      https://asahilinux.org
2218 B:      https://github.com/AsahiLinux/linux/issues
2219 C:      irc://irc.oftc.net/asahi-dev
2220 T:      git https://github.com/AsahiLinux/linux.git
2221 F:      Documentation/devicetree/bindings/arm/apple.yaml
2222 F:      Documentation/devicetree/bindings/arm/apple/*
2223 F:      Documentation/devicetree/bindings/clock/apple,nco.yaml
2224 F:      Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml
2225 F:      Documentation/devicetree/bindings/dma/apple,admac.yaml
2226 F:      Documentation/devicetree/bindings/i2c/apple,i2c.yaml
2227 F:      Documentation/devicetree/bindings/interrupt-controller/apple,*
2228 F:      Documentation/devicetree/bindings/iommu/apple,dart.yaml
2229 F:      Documentation/devicetree/bindings/iommu/apple,sart.yaml
2230 F:      Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml
2231 F:      Documentation/devicetree/bindings/net/bluetooth/brcm,bcm4377-bluetooth.yaml
2232 F:      Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml
2233 F:      Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
2234 F:      Documentation/devicetree/bindings/pci/apple,pcie.yaml
2235 F:      Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml
2236 F:      Documentation/devicetree/bindings/power/apple*
2237 F:      Documentation/devicetree/bindings/pwm/apple,s5l-fpwm.yaml
2238 F:      Documentation/devicetree/bindings/watchdog/apple,wdt.yaml
2239 F:      arch/arm64/boot/dts/apple/
2240 F:      drivers/bluetooth/hci_bcm4377.c
2241 F:      drivers/clk/clk-apple-nco.c
2242 F:      drivers/cpufreq/apple-soc-cpufreq.c
2243 F:      drivers/dma/apple-admac.c
2244 F:      drivers/pmdomain/apple/
2245 F:      drivers/i2c/busses/i2c-pasemi-core.c
2246 F:      drivers/i2c/busses/i2c-pasemi-platform.c
2247 F:      drivers/iommu/apple-dart.c
2248 F:      drivers/iommu/io-pgtable-dart.c
2249 F:      drivers/irqchip/irq-apple-aic.c
2250 F:      drivers/nvme/host/apple.c
2251 F:      drivers/nvmem/apple-efuses.c
2252 F:      drivers/pinctrl/pinctrl-apple-gpio.c
2253 F:      drivers/pwm/pwm-apple.c
2254 F:      drivers/soc/apple/*
2255 F:      drivers/watchdog/apple_wdt.c
2256 F:      include/dt-bindings/interrupt-controller/apple-aic.h
2257 F:      include/dt-bindings/pinctrl/apple.h
2258 F:      include/linux/soc/apple/*
2259
2260 ARM/ARTPEC MACHINE SUPPORT
2261 M:      Jesper Nilsson <[email protected]>
2262 M:      Lars Persson <[email protected]>
2263 L:      [email protected]
2264 S:      Maintained
2265 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
2266 F:      arch/arm/boot/dts/axis/
2267 F:      arch/arm/mach-artpec
2268 F:      drivers/clk/axis
2269 F:      drivers/crypto/axis
2270 F:      drivers/mmc/host/usdhi6rol0.c
2271 F:      drivers/pinctrl/pinctrl-artpec*
2272
2273 ARM/ASPEED I2C DRIVER
2274 M:      Ryan Chen <[email protected]>
2275 R:      Benjamin Herrenschmidt <[email protected]>
2276 R:      Joel Stanley <[email protected]>
2277 L:      [email protected]
2278 L:      [email protected] (moderated for non-subscribers)
2279 S:      Maintained
2280 F:      Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml
2281 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
2282 F:      drivers/i2c/busses/i2c-aspeed.c
2283 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
2284
2285 ARM/ASPEED MACHINE SUPPORT
2286 M:      Joel Stanley <[email protected]>
2287 R:      Andrew Jeffery <[email protected]>
2288 L:      [email protected] (moderated for non-subscribers)
2289 L:      [email protected] (moderated for non-subscribers)
2290 S:      Supported
2291 Q:      https://patchwork.ozlabs.org/project/linux-aspeed/list/
2292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc.git
2293 F:      Documentation/devicetree/bindings/arm/aspeed/
2294 F:      arch/arm/boot/dts/aspeed/
2295 F:      arch/arm/mach-aspeed/
2296 N:      aspeed
2297
2298 ARM/AXM LSI SOC
2299 M:      Krzysztof Kozlowski <[email protected]>
2300 L:      [email protected] (moderated for non-subscribers)
2301 S:      Odd Fixes
2302 F:      Documentation/devicetree/bindings/arm/axxia.yaml
2303 F:      arch/arm/boot/dts/intel/axm/
2304 F:      arch/arm/mach-axxia/
2305
2306 ARM/BITMAIN ARCHITECTURE
2307 M:      Manivannan Sadhasivam <[email protected]>
2308 L:      [email protected] (moderated for non-subscribers)
2309 S:      Maintained
2310 F:      Documentation/devicetree/bindings/arm/bitmain.yaml
2311 F:      Documentation/devicetree/bindings/clock/bitmain,bm1880-clk.yaml
2312 F:      Documentation/devicetree/bindings/pinctrl/bitmain,bm1880-pinctrl.txt
2313 F:      arch/arm64/boot/dts/bitmain/
2314 F:      drivers/clk/clk-bm1880.c
2315 F:      drivers/pinctrl/pinctrl-bm1880.c
2316
2317 ARM/BLAIZE ARCHITECTURE
2318 M:      James Cowgill <[email protected]>
2319 M:      Matt Redfearn <[email protected]>
2320 M:      Neil Jones <[email protected]>
2321 M:      Nikolaos Pasaloukos <[email protected]>
2322 S:      Maintained
2323 F:      Documentation/devicetree/bindings/arm/blaize.yaml
2324 F:      arch/arm64/boot/dts/blaize/
2325
2326 ARM/CALXEDA HIGHBANK ARCHITECTURE
2327 M:      Andre Przywara <[email protected]>
2328 L:      [email protected] (moderated for non-subscribers)
2329 S:      Maintained
2330 F:      arch/arm/boot/dts/calxeda/
2331 F:      arch/arm/mach-highbank/
2332
2333 ARM/CAVIUM THUNDER NETWORK DRIVER
2334 M:      Sunil Goutham <[email protected]>
2335 L:      [email protected] (moderated for non-subscribers)
2336 S:      Maintained
2337 F:      drivers/net/ethernet/cavium/thunder/
2338
2339 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
2340 M:      Lukasz Majewski <[email protected]>
2341 L:      [email protected] (moderated for non-subscribers)
2342 S:      Maintained
2343 F:      arch/arm/mach-ep93xx/ts72xx.c
2344
2345 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
2346 M:      Hartley Sweeten <[email protected]>
2347 M:      Alexander Sverdlin <[email protected]>
2348 M:      Nikita Shubin <[email protected]>
2349 L:      [email protected] (moderated for non-subscribers)
2350 S:      Maintained
2351 F:      Documentation/devicetree/bindings/iio/adc/cirrus,ep9301-adc.yaml
2352 F:      Documentation/devicetree/bindings/sound/cirrus,ep9301-*
2353 F:      arch/arm/boot/compressed/misc-ep93xx.h
2354 F:      arch/arm/mach-ep93xx/
2355 F:      drivers/iio/adc/ep93xx_adc.c
2356
2357 ARM/CLKDEV SUPPORT
2358 M:      Russell King <[email protected]>
2359 L:      [email protected] (moderated for non-subscribers)
2360 S:      Maintained
2361 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
2362 F:      drivers/clk/clkdev.c
2363
2364 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
2365 M:      Baruch Siach <[email protected]>
2366 L:      [email protected] (moderated for non-subscribers)
2367 S:      Maintained
2368 F:      arch/arm/boot/dts/cnxt/
2369 N:      digicolor
2370
2371 ARM/CORESIGHT FRAMEWORK AND DRIVERS
2372 M:      Suzuki K Poulose <[email protected]>
2373 R:      Mike Leach <[email protected]>
2374 R:      James Clark <[email protected]>
2375 L:      [email protected] (moderated for non-subscribers)
2376 L:      [email protected] (moderated for non-subscribers)
2377 S:      Maintained
2378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux.git
2379 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
2380 F:      Documentation/devicetree/bindings/arm/arm,coresight-*.yaml
2381 F:      Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml
2382 F:      Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml
2383 F:      Documentation/devicetree/bindings/arm/qcom,coresight-*.yaml
2384 F:      Documentation/trace/coresight/*
2385 F:      drivers/hwtracing/coresight/*
2386 F:      include/dt-bindings/arm/coresight-cti-dt.h
2387 F:      include/linux/coresight*
2388 F:      include/uapi/linux/coresight*
2389 F:      samples/coresight/*
2390 F:      tools/perf/Documentation/arm-coresight.txt
2391 F:      tools/perf/arch/arm/util/auxtrace.c
2392 F:      tools/perf/arch/arm/util/cs-etm.c
2393 F:      tools/perf/arch/arm/util/cs-etm.h
2394 F:      tools/perf/arch/arm/util/pmu.c
2395 F:      tools/perf/tests/shell/*coresight*
2396 F:      tools/perf/tests/shell/coresight/*
2397 F:      tools/perf/tests/shell/lib/*coresight*
2398 F:      tools/perf/util/cs-etm-decoder/*
2399 F:      tools/perf/util/cs-etm.*
2400
2401 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
2402 M:      Hans Ulli Kroll <[email protected]>
2403 M:      Linus Walleij <[email protected]>
2404 L:      [email protected] (moderated for non-subscribers)
2405 S:      Maintained
2406 T:      git git://github.com/ulli-kroll/linux.git
2407 F:      Documentation/devicetree/bindings/arm/gemini.yaml
2408 F:      Documentation/devicetree/bindings/net/cortina,gemini-ethernet.yaml
2409 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
2410 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml
2411 F:      arch/arm/boot/dts/gemini/
2412 F:      arch/arm/mach-gemini/
2413 F:      drivers/crypto/gemini/
2414 F:      drivers/net/ethernet/cortina/
2415 F:      drivers/pinctrl/pinctrl-gemini.c
2416 F:      drivers/rtc/rtc-ftrtc010.c
2417
2418 ARM/CZ.NIC TURRIS SUPPORT
2419 M:      Marek Behún <[email protected]>
2420 S:      Maintained
2421 W:      https://www.turris.cz/
2422 F:      Documentation/ABI/testing/debugfs-moxtet
2423 F:      Documentation/ABI/testing/sysfs-bus-i2c-devices-turris-omnia-mcu
2424 F:      Documentation/ABI/testing/sysfs-bus-moxtet-devices
2425 F:      Documentation/ABI/testing/sysfs-firmware-turris-mox-rwtm
2426 F:      Documentation/devicetree/bindings/bus/moxtet.txt
2427 F:      Documentation/devicetree/bindings/firmware/cznic,turris-mox-rwtm.txt
2428 F:      Documentation/devicetree/bindings/firmware/cznic,turris-omnia-mcu.yaml
2429 F:      Documentation/devicetree/bindings/gpio/gpio-moxtet.txt
2430 F:      Documentation/devicetree/bindings/interrupt-controller/marvell,mpic.yaml
2431 F:      Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml
2432 F:      Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
2433 F:      drivers/bus/moxtet.c
2434 F:      drivers/firmware/turris-mox-rwtm.c
2435 F:      drivers/gpio/gpio-moxtet.c
2436 F:      drivers/leds/leds-turris-omnia.c
2437 F:      drivers/mailbox/armada-37xx-rwtm-mailbox.c
2438 F:      drivers/platform/cznic/
2439 F:      drivers/watchdog/armada_37xx_wdt.c
2440 F:      include/dt-bindings/bus/moxtet.h
2441 F:      include/linux/armada-37xx-rwtm-mailbox.h
2442 F:      include/linux/moxtet.h
2443 F:      include/linux/turris-omnia-mcu-interface.h
2444
2445 ARM/FARADAY FA526 PORT
2446 M:      Hans Ulli Kroll <[email protected]>
2447 L:      [email protected] (moderated for non-subscribers)
2448 S:      Maintained
2449 T:      git git://git.berlios.de/gemini-board
2450 F:      arch/arm/mm/*-fa*
2451
2452 ARM/FOOTBRIDGE ARCHITECTURE
2453 M:      Russell King <[email protected]>
2454 L:      [email protected] (moderated for non-subscribers)
2455 S:      Maintained
2456 W:      http://www.armlinux.org.uk/
2457 F:      arch/arm/include/asm/hardware/dec21285.h
2458 F:      arch/arm/mach-footbridge/
2459
2460 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
2461 M:      Shawn Guo <[email protected]>
2462 M:      Sascha Hauer <[email protected]>
2463 R:      Pengutronix Kernel Team <[email protected]>
2464 R:      Fabio Estevam <[email protected]>
2465 L:      [email protected]
2466 L:      [email protected] (moderated for non-subscribers)
2467 S:      Maintained
2468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
2469 F:      arch/arm/boot/dts/nxp/imx/
2470 F:      arch/arm/boot/dts/nxp/mxs/
2471 F:      arch/arm64/boot/dts/freescale/
2472 X:      arch/arm64/boot/dts/freescale/fsl-*
2473 X:      arch/arm64/boot/dts/freescale/qoriq-*
2474 X:      drivers/media/i2c/
2475 N:      imx
2476 N:      mxs
2477
2478 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
2479 M:      Shawn Guo <[email protected]>
2480 L:      [email protected] (moderated for non-subscribers)
2481 S:      Maintained
2482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
2483 F:      arch/arm/boot/dts/nxp/ls/
2484 F:      arch/arm64/boot/dts/freescale/fsl-*
2485 F:      arch/arm64/boot/dts/freescale/qoriq-*
2486
2487 ARM/FREESCALE VYBRID ARM ARCHITECTURE
2488 M:      Shawn Guo <[email protected]>
2489 M:      Sascha Hauer <[email protected]>
2490 R:      Pengutronix Kernel Team <[email protected]>
2491 R:      Stefan Agner <[email protected]>
2492 L:      [email protected] (moderated for non-subscribers)
2493 S:      Maintained
2494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
2495 F:      arch/arm/boot/dts/nxp/vf/
2496 F:      arch/arm/mach-imx/*vf610*
2497
2498 ARM/GUMSTIX MACHINE SUPPORT
2499 M:      Steve Sakoman <[email protected]>
2500 L:      [email protected] (moderated for non-subscribers)
2501 S:      Maintained
2502
2503 ARM/HISILICON SOC SUPPORT
2504 M:      Wei Xu <[email protected]>
2505 L:      [email protected] (moderated for non-subscribers)
2506 S:      Supported
2507 W:      http://www.hisilicon.com
2508 T:      git https://github.com/hisilicon/linux-hisi.git
2509 F:      arch/arm/boot/dts/hisilicon/
2510 F:      arch/arm/mach-hisi/
2511 F:      arch/arm64/boot/dts/hisilicon/
2512
2513 ARM/HP JORNADA 7XX MACHINE SUPPORT
2514 M:      Kristoffer Ericson <[email protected]>
2515 S:      Maintained
2516 W:      www.jlime.com
2517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2518 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
2519 F:      arch/arm/mach-sa1100/jornada720.c
2520
2521 ARM/HPE GXP ARCHITECTURE
2522 M:      Jean-Marie Verdun <[email protected]>
2523 M:      Nick Hawkins <[email protected]>
2524 S:      Maintained
2525 F:      Documentation/devicetree/bindings/arm/hpe,gxp.yaml
2526 F:      Documentation/devicetree/bindings/hwmon/hpe,gxp-fan-ctrl.yaml
2527 F:      Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
2528 F:      Documentation/devicetree/bindings/spi/hpe,gxp-spifi.yaml
2529 F:      Documentation/devicetree/bindings/timer/hpe,gxp-timer.yaml
2530 F:      Documentation/hwmon/gxp-fan-ctrl.rst
2531 F:      arch/arm/boot/dts/hpe/
2532 F:      arch/arm/mach-hpe/
2533 F:      drivers/clocksource/timer-gxp.c
2534 F:      drivers/hwmon/gxp-fan-ctrl.c
2535 F:      drivers/i2c/busses/i2c-gxp.c
2536 F:      drivers/spi/spi-gxp.c
2537 F:      drivers/watchdog/gxp-wdt.c
2538
2539 ARM/IGEP MACHINE SUPPORT
2540 M:      Enric Balletbo i Serra <[email protected]>
2541 M:      Javier Martinez Canillas <[email protected]>
2542 L:      [email protected]
2543 L:      [email protected] (moderated for non-subscribers)
2544 S:      Maintained
2545 F:      arch/arm/boot/dts/ti/omap/omap3-igep*
2546
2547 ARM/INTEL IXP4XX ARM ARCHITECTURE
2548 M:      Linus Walleij <[email protected]>
2549 M:      Imre Kaloz <[email protected]>
2550 L:      [email protected] (moderated for non-subscribers)
2551 S:      Maintained
2552 F:      Documentation/devicetree/bindings/arm/intel-ixp4xx.yaml
2553 F:      Documentation/devicetree/bindings/gpio/intel,ixp4xx-gpio.yaml
2554 F:      Documentation/devicetree/bindings/interrupt-controller/intel,ixp4xx-interrupt.yaml
2555 F:      Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion*
2556 F:      Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml
2557 F:      Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml
2558 F:      arch/arm/boot/dts/intel/ixp/
2559 F:      arch/arm/mach-ixp4xx/
2560 F:      drivers/bus/intel-ixp4xx-eb.c
2561 F:      drivers/char/hw_random/ixp4xx-rng.c
2562 F:      drivers/clocksource/timer-ixp4xx.c
2563 F:      drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
2564 F:      drivers/gpio/gpio-ixp4xx.c
2565 F:      drivers/irqchip/irq-ixp4xx.c
2566 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
2567 F:      drivers/net/wan/ixp4xx_hss.c
2568 F:      drivers/soc/ixp4xx/ixp4xx-npe.c
2569 F:      drivers/soc/ixp4xx/ixp4xx-qmgr.c
2570 F:      include/linux/soc/ixp4xx/npe.h
2571 F:      include/linux/soc/ixp4xx/qmgr.h
2572
2573 ARM/INTEL KEEMBAY ARCHITECTURE
2574 M:      Paul J. Murphy <[email protected]>
2575 M:      Daniele Alessandrelli <[email protected]>
2576 S:      Maintained
2577 F:      Documentation/devicetree/bindings/arm/intel,keembay.yaml
2578 F:      arch/arm64/boot/dts/intel/keembay-evm.dts
2579 F:      arch/arm64/boot/dts/intel/keembay-soc.dtsi
2580
2581 ARM/INTEL XSC3 (MANZANO) ARM CORE
2582 M:      Lennert Buytenhek <[email protected]>
2583 L:      [email protected] (moderated for non-subscribers)
2584 S:      Maintained
2585
2586 ARM/LG1K ARCHITECTURE
2587 M:      Chanho Min <[email protected]>
2588 L:      [email protected] (moderated for non-subscribers)
2589 S:      Maintained
2590 F:      arch/arm64/boot/dts/lg/
2591
2592 ARM/LPC18XX ARCHITECTURE
2593 M:      Vladimir Zapolskiy <[email protected]>
2594 L:      [email protected] (moderated for non-subscribers)
2595 S:      Maintained
2596 F:      Documentation/devicetree/bindings/i2c/nxp,lpc1788-i2c.yaml
2597 F:      arch/arm/boot/dts/nxp/lpc/lpc43*
2598 F:      drivers/i2c/busses/i2c-lpc2k.c
2599 F:      drivers/memory/pl172.c
2600 F:      drivers/mtd/spi-nor/controllers/nxp-spifi.c
2601 F:      drivers/rtc/rtc-lpc24xx.c
2602 N:      lpc18xx
2603
2604 ARM/LPC32XX SOC SUPPORT
2605 M:      Vladimir Zapolskiy <[email protected]>
2606 M:      Piotr Wojtaszczyk <[email protected]>
2607 L:      [email protected] (moderated for non-subscribers)
2608 S:      Maintained
2609 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
2610 F:      Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
2611 F:      arch/arm/boot/dts/nxp/lpc/lpc32*
2612 F:      arch/arm/mach-lpc32xx/
2613 F:      drivers/dma/lpc32xx-dmamux.c
2614 F:      drivers/i2c/busses/i2c-pnx.c
2615 F:      drivers/net/ethernet/nxp/lpc_eth.c
2616 F:      drivers/usb/host/ohci-nxp.c
2617 F:      drivers/watchdog/pnx4008_wdt.c
2618 N:      lpc32xx
2619
2620 LPC32XX DMAMUX SUPPORT
2621 M:      J.M.B. Downing <[email protected]>
2622 M:      Piotr Wojtaszczyk <[email protected]>
2623 R:      Vladimir Zapolskiy <[email protected]>
2624 L:      [email protected] (moderated for non-subscribers)
2625 S:      Maintained
2626 F:      Documentation/devicetree/bindings/dma/nxp,lpc3220-dmamux.yaml
2627
2628 ARM/Marvell Dove/MV78xx0/Orion SOC support
2629 M:      Andrew Lunn <[email protected]>
2630 M:      Sebastian Hesselbarth <[email protected]>
2631 M:      Gregory Clement <[email protected]>
2632 L:      [email protected] (moderated for non-subscribers)
2633 S:      Maintained
2634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git
2635 F:      Documentation/devicetree/bindings/arm/marvell/marvell,dove.txt
2636 F:      Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
2637 F:      Documentation/devicetree/bindings/soc/dove/
2638 F:      arch/arm/boot/dts/marvell/dove*
2639 F:      arch/arm/boot/dts/marvell/orion5x*
2640 F:      arch/arm/mach-dove/
2641 F:      arch/arm/mach-mv78xx0/
2642 F:      arch/arm/mach-orion5x/
2643 F:      arch/arm/plat-orion/
2644 F:      drivers/bus/mvebu-mbus.c
2645 F:      drivers/soc/dove/
2646
2647 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K, CN9130 SOC support
2648 M:      Andrew Lunn <[email protected]>
2649 M:      Gregory Clement <[email protected]>
2650 M:      Sebastian Hesselbarth <[email protected]>
2651 L:      [email protected] (moderated for non-subscribers)
2652 S:      Maintained
2653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git
2654 F:      Documentation/devicetree/bindings/arm/marvell/
2655 F:      arch/arm/boot/dts/marvell/armada*
2656 F:      arch/arm/boot/dts/marvell/kirkwood*
2657 F:      arch/arm/configs/mvebu_*_defconfig
2658 F:      arch/arm/mach-mvebu/
2659 F:      arch/arm64/boot/dts/marvell/
2660 F:      drivers/clk/mvebu/
2661 F:      drivers/cpufreq/armada-37xx-cpufreq.c
2662 F:      drivers/cpufreq/armada-8k-cpufreq.c
2663 F:      drivers/cpufreq/mvebu-cpufreq.c
2664 F:      drivers/irqchip/irq-armada-370-xp.c
2665 F:      drivers/irqchip/irq-mvebu-*
2666 F:      drivers/pinctrl/mvebu/
2667 F:      drivers/rtc/rtc-armada38x.c
2668
2669 ARM/Mediatek RTC DRIVER
2670 M:      Eddie Huang <[email protected]>
2671 M:      Sean Wang <[email protected]>
2672 L:      [email protected] (moderated for non-subscribers)
2673 L:      [email protected] (moderated for non-subscribers)
2674 S:      Maintained
2675 F:      Documentation/devicetree/bindings/rtc/mediatek,mt2712-rtc.yaml
2676 F:      Documentation/devicetree/bindings/rtc/mediatek,mt7622-rtc.yaml
2677 F:      drivers/rtc/rtc-mt2712.c
2678 F:      drivers/rtc/rtc-mt6397.c
2679 F:      drivers/rtc/rtc-mt7622.c
2680
2681 ARM/Mediatek SoC support
2682 M:      Matthias Brugger <[email protected]>
2683 M:      AngeloGioacchino Del Regno <[email protected]>
2684 L:      [email protected]
2685 L:      [email protected] (moderated for non-subscribers)
2686 L:      [email protected] (moderated for non-subscribers)
2687 S:      Maintained
2688 W:      https://mtk.wiki.kernel.org/
2689 C:      irc://irc.libera.chat/linux-mediatek
2690 F:      arch/arm/boot/dts/mediatek/
2691 F:      arch/arm/mach-mediatek/
2692 F:      arch/arm64/boot/dts/mediatek/
2693 F:      drivers/soc/mediatek/
2694 N:      mtk
2695 N:      mt[2678]
2696 K:      mediatek
2697
2698 ARM/Mediatek USB3 PHY DRIVER
2699 M:      Chunfeng Yun <[email protected]>
2700 L:      [email protected] (moderated for non-subscribers)
2701 L:      [email protected] (moderated for non-subscribers)
2702 S:      Maintained
2703 F:      Documentation/devicetree/bindings/phy/mediatek,*
2704 F:      drivers/phy/mediatek/
2705
2706 ARM/MICROCHIP (ARM64) SoC support
2707 M:      Conor Dooley <[email protected]>
2708 M:      Nicolas Ferre <[email protected]>
2709 M:      Claudiu Beznea <[email protected]>
2710 L:      [email protected] (moderated for non-subscribers)
2711 S:      Supported
2712 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
2713 F:      arch/arm64/boot/dts/microchip/
2714
2715 ARM/Microchip (AT91) SoC support
2716 M:      Nicolas Ferre <[email protected]>
2717 M:      Alexandre Belloni <[email protected]>
2718 M:      Claudiu Beznea <[email protected]>
2719 L:      [email protected] (moderated for non-subscribers)
2720 S:      Supported
2721 W:      http://www.linux4sam.org
2722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
2723 F:      arch/arm/boot/dts/microchip/
2724 F:      arch/arm/include/debug/at91.S
2725 F:      arch/arm/mach-at91/
2726 F:      drivers/memory/atmel*
2727 F:      drivers/watchdog/sama5d4_wdt.c
2728 F:      include/soc/at91/
2729 X:      drivers/input/touchscreen/atmel_mxt_ts.c
2730 N:      at91
2731 N:      atmel
2732
2733 ARM/Microchip Sparx5 SoC support
2734 M:      Steen Hegelund <[email protected]>
2735 M:      Daniel Machon <[email protected]>
2736 M:      [email protected]
2737 L:      [email protected] (moderated for non-subscribers)
2738 S:      Supported
2739 F:      arch/arm64/boot/dts/microchip/sparx*
2740 F:      drivers/net/ethernet/microchip/vcap/
2741 F:      drivers/pinctrl/pinctrl-microchip-sgpio.c
2742 N:      sparx5
2743
2744 ARM/MILBEAUT ARCHITECTURE
2745 M:      Taichi Sugaya <[email protected]>
2746 M:      Takao Orito <[email protected]>
2747 L:      [email protected] (moderated for non-subscribers)
2748 S:      Maintained
2749 F:      arch/arm/boot/dts/socionext/milbeaut*
2750 F:      arch/arm/mach-milbeaut/
2751 N:      milbeaut
2752
2753 ARM/MOXA ART SOC
2754 M:      Krzysztof Kozlowski <[email protected]>
2755 L:      [email protected] (moderated for non-subscribers)
2756 S:      Odd Fixes
2757 F:      Documentation/devicetree/bindings/arm/moxart.yaml
2758 F:      Documentation/devicetree/bindings/clock/moxa,moxart-clock.txt
2759 F:      arch/arm/boot/dts/moxa/
2760 F:      drivers/clk/clk-moxart.c
2761
2762 ARM/MStar/Sigmastar Armv7 SoC support
2763 M:      Daniel Palmer <[email protected]>
2764 M:      Romain Perier <[email protected]>
2765 L:      [email protected] (moderated for non-subscribers)
2766 S:      Maintained
2767 W:      http://linux-chenxing.org/
2768 T:      git git://github.com/linux-chenxing/linux.git
2769 F:      Documentation/devicetree/bindings/arm/mstar/*
2770 F:      Documentation/devicetree/bindings/clock/mstar,msc313-mpll.yaml
2771 F:      Documentation/devicetree/bindings/gpio/mstar,msc313-gpio.yaml
2772 F:      arch/arm/boot/dts/sigmastar/
2773 F:      arch/arm/mach-mstar/
2774 F:      drivers/clk/mstar/
2775 F:      drivers/clocksource/timer-msc313e.c
2776 F:      drivers/gpio/gpio-msc313.c
2777 F:      drivers/rtc/rtc-msc313.c
2778 F:      drivers/watchdog/msc313e_wdt.c
2779 F:      include/dt-bindings/clock/mstar-*
2780 F:      include/dt-bindings/gpio/msc313-gpio.h
2781
2782 ARM/NOMADIK/Ux500 ARCHITECTURES
2783 M:      Linus Walleij <[email protected]>
2784 L:      [email protected] (moderated for non-subscribers)
2785 S:      Maintained
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
2787 F:      Documentation/devicetree/bindings/arm/ste-*
2788 F:      Documentation/devicetree/bindings/arm/ux500.yaml
2789 F:      Documentation/devicetree/bindings/arm/ux500/
2790 F:      Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml
2791 F:      Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml
2792 F:      arch/arm/boot/dts/st/ste-*
2793 F:      arch/arm/mach-nomadik/
2794 F:      arch/arm/mach-ux500/
2795 F:      drivers/clk/clk-nomadik.c
2796 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
2797 F:      drivers/dma/ste_dma40*
2798 F:      drivers/pmdomain/st/ste-ux500-pm-domain.c
2799 F:      drivers/gpio/gpio-nomadik.c
2800 F:      drivers/hwspinlock/u8500_hsem.c
2801 F:      drivers/i2c/busses/i2c-nomadik.c
2802 F:      drivers/iio/adc/ab8500-gpadc.c
2803 F:      drivers/mfd/ab8500*
2804 F:      drivers/mfd/abx500*
2805 F:      drivers/mfd/db8500*
2806 F:      drivers/pinctrl/nomadik/
2807 F:      drivers/rtc/rtc-ab8500.c
2808 F:      drivers/rtc/rtc-pl031.c
2809 F:      drivers/soc/ux500/
2810
2811 ARM/NUVOTON MA35 ARCHITECTURE
2812 M:      Jacky Huang <[email protected]>
2813 M:      Shan-Chun Hung <[email protected]>
2814 L:      [email protected] (moderated for non-subscribers)
2815 S:      Supported
2816 F:      Documentation/devicetree/bindings/*/*/*ma35*
2817 F:      Documentation/devicetree/bindings/*/*ma35*
2818 F:      arch/arm64/boot/dts/nuvoton/*ma35*
2819 F:      drivers/*/*/*ma35*
2820 F:      drivers/*/*ma35*
2821 K:      ma35d1
2822
2823 ARM/NUVOTON NPCM ARCHITECTURE
2824 M:      Avi Fishman <[email protected]>
2825 M:      Tomer Maimon <[email protected]>
2826 M:      Tali Perry <[email protected]>
2827 R:      Patrick Venture <[email protected]>
2828 R:      Nancy Yuen <[email protected]>
2829 R:      Benjamin Fair <[email protected]>
2830 L:      [email protected] (moderated for non-subscribers)
2831 S:      Supported
2832 F:      Documentation/devicetree/bindings/*/*/*npcm*
2833 F:      Documentation/devicetree/bindings/*/*npcm*
2834 F:      Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml
2835 F:      arch/arm/boot/dts/nuvoton/nuvoton-npcm*
2836 F:      arch/arm/mach-npcm/
2837 F:      arch/arm64/boot/dts/nuvoton/
2838 F:      drivers/*/*/*npcm*
2839 F:      drivers/*/*npcm*
2840 F:      drivers/rtc/rtc-nct3018y.c
2841 F:      include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
2842 F:      include/dt-bindings/clock/nuvoton,npcm845-clk.h
2843
2844 ARM/NUVOTON NPCM VIDEO ENGINE DRIVER
2845 M:      Joseph Liu <[email protected]>
2846 M:      Marvin Lin <[email protected]>
2847 L:      [email protected]
2848 L:      [email protected] (moderated for non-subscribers)
2849 S:      Maintained
2850 F:      Documentation/devicetree/bindings/media/nuvoton,npcm-ece.yaml
2851 F:      Documentation/devicetree/bindings/media/nuvoton,npcm-vcd.yaml
2852 F:      Documentation/userspace-api/media/drivers/npcm-video.rst
2853 F:      drivers/media/platform/nuvoton/
2854 F:      include/uapi/linux/npcm-video.h
2855
2856 ARM/NUVOTON WPCM450 ARCHITECTURE
2857 M:      Jonathan Neuschäfer <[email protected]>
2858 L:      [email protected] (moderated for non-subscribers)
2859 S:      Maintained
2860 W:      https://github.com/neuschaefer/wpcm450/wiki
2861 F:      Documentation/devicetree/bindings/*/*wpcm*
2862 F:      arch/arm/boot/dts/nuvoton/nuvoton-wpcm450*
2863 F:      arch/arm/configs/wpcm450_defconfig
2864 F:      arch/arm/mach-npcm/wpcm450.c
2865 F:      drivers/*/*/*wpcm*
2866 F:      drivers/*/*wpcm*
2867
2868 ARM/NXP S32G ARCHITECTURE
2869 R:      Chester Lin <[email protected]>
2870 R:      Matthias Brugger <[email protected]>
2871 R:      Ghennadi Procopciuc <[email protected]>
2872 R:      NXP S32 Linux Team <[email protected]>
2873 L:      [email protected] (moderated for non-subscribers)
2874 S:      Maintained
2875 F:      arch/arm64/boot/dts/freescale/s32g*.dts*
2876 F:      drivers/pinctrl/nxp/
2877
2878 ARM/NXP S32G/S32R DWMAC ETHERNET DRIVER
2879 M:      Jan Petrous <[email protected]>
2880 L:      NXP S32 Linux Team <[email protected]>
2881 S:      Maintained
2882 F:      Documentation/devicetree/bindings/net/nxp,s32-dwmac.yaml
2883 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-s32.c
2884
2885 ARM/Orion SoC/Technologic Systems TS-78xx platform support
2886 M:      Alexander Clouter <[email protected]>
2887 L:      [email protected] (moderated for non-subscribers)
2888 S:      Maintained
2889 W:      http://www.digriz.org.uk/ts78xx/kernel
2890 F:      arch/arm/mach-orion5x/ts78xx-*
2891
2892 ARM/QUALCOMM CHROMEBOOK SUPPORT
2893 R:      [email protected]
2894 F:      arch/arm64/boot/dts/qcom/sc7180*
2895 F:      arch/arm64/boot/dts/qcom/sc7280*
2896 F:      arch/arm64/boot/dts/qcom/sdm845-cheza*
2897
2898 ARM/QUALCOMM MAILING LIST
2899 L:      [email protected]
2900 C:      irc://irc.oftc.net/linux-msm
2901 F:      Documentation/devicetree/bindings/*/qcom*
2902 F:      Documentation/devicetree/bindings/soc/qcom/
2903 F:      arch/arm/boot/dts/qcom/
2904 F:      arch/arm/configs/qcom_defconfig
2905 F:      arch/arm/mach-qcom/
2906 F:      arch/arm64/boot/dts/qcom/
2907 F:      drivers/*/*/pm8???-*
2908 F:      drivers/*/*/qcom*
2909 F:      drivers/*/*/qcom/
2910 F:      drivers/*/qcom*
2911 F:      drivers/*/qcom/
2912 F:      drivers/bluetooth/btqcomsmd.c
2913 F:      drivers/clocksource/timer-qcom.c
2914 F:      drivers/cpuidle/cpuidle-qcom-spm.c
2915 F:      drivers/extcon/extcon-qcom*
2916 F:      drivers/i2c/busses/i2c-qcom-geni.c
2917 F:      drivers/i2c/busses/i2c-qup.c
2918 F:      drivers/iommu/msm*
2919 F:      drivers/mfd/ssbi.c
2920 F:      drivers/mmc/host/mmci_qcom*
2921 F:      drivers/mmc/host/sdhci-msm.c
2922 F:      drivers/pci/controller/dwc/pcie-qcom*
2923 F:      drivers/phy/qualcomm/
2924 F:      drivers/power/*/msm*
2925 F:      drivers/reset/reset-qcom-*
2926 F:      drivers/rtc/rtc-pm8xxx.c
2927 F:      drivers/spi/spi-geni-qcom.c
2928 F:      drivers/spi/spi-qcom-qspi.c
2929 F:      drivers/spi/spi-qup.c
2930 F:      drivers/tty/serial/msm_serial.c
2931 F:      drivers/ufs/host/ufs-qcom*
2932 F:      drivers/usb/dwc3/dwc3-qcom.c
2933 F:      include/dt-bindings/*/qcom*
2934 F:      include/linux/*/qcom*
2935 F:      include/linux/soc/qcom/
2936
2937 ARM/QUALCOMM SUPPORT
2938 M:      Bjorn Andersson <[email protected]>
2939 M:      Konrad Dybcio <[email protected]>
2940 L:      [email protected]
2941 S:      Maintained
2942 C:      irc://irc.oftc.net/linux-msm
2943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
2944 F:      Documentation/devicetree/bindings/arm/qcom-soc.yaml
2945 F:      Documentation/devicetree/bindings/arm/qcom.yaml
2946 F:      Documentation/devicetree/bindings/bus/qcom*
2947 F:      Documentation/devicetree/bindings/cache/qcom,llcc.yaml
2948 F:      Documentation/devicetree/bindings/firmware/qcom,scm.yaml
2949 F:      Documentation/devicetree/bindings/reserved-memory/qcom*
2950 F:      Documentation/devicetree/bindings/soc/qcom/
2951 F:      arch/arm/boot/dts/qcom/
2952 F:      arch/arm/configs/qcom_defconfig
2953 F:      arch/arm/mach-qcom/
2954 F:      arch/arm64/boot/dts/qcom/
2955 F:      drivers/bus/qcom*
2956 F:      drivers/firmware/qcom/
2957 F:      drivers/soc/qcom/
2958 F:      include/dt-bindings/arm/qcom,ids.h
2959 F:      include/dt-bindings/firmware/qcom,scm.h
2960 F:      include/dt-bindings/soc/qcom*
2961 F:      include/linux/firmware/qcom
2962 F:      include/linux/soc/qcom/
2963 F:      include/soc/qcom/
2964
2965 ARM/RDA MICRO ARCHITECTURE
2966 M:      Manivannan Sadhasivam <[email protected]>
2967 L:      [email protected] (moderated for non-subscribers)
2968 L:      [email protected] (moderated for non-subscribers)
2969 S:      Maintained
2970 F:      Documentation/devicetree/bindings/arm/rda.yaml
2971 F:      Documentation/devicetree/bindings/gpio/gpio-rda.yaml
2972 F:      Documentation/devicetree/bindings/interrupt-controller/rda,8810pl-intc.yaml
2973 F:      Documentation/devicetree/bindings/serial/rda,8810pl-uart.yaml
2974 F:      Documentation/devicetree/bindings/timer/rda,8810pl-timer.yaml
2975 F:      arch/arm/boot/dts/unisoc/
2976 F:      drivers/clocksource/timer-rda.c
2977 F:      drivers/gpio/gpio-rda.c
2978 F:      drivers/irqchip/irq-rda-intc.c
2979 F:      drivers/tty/serial/rda-uart.c
2980
2981 ARM/REALTEK ARCHITECTURE
2982 M:      Andreas Färber <[email protected]>
2983 L:      [email protected] (moderated for non-subscribers)
2984 L:      [email protected] (moderated for non-subscribers)
2985 S:      Maintained
2986 F:      Documentation/devicetree/bindings/arm/realtek.yaml
2987 F:      arch/arm/boot/dts/realtek/
2988 F:      arch/arm/mach-realtek/
2989 F:      arch/arm64/boot/dts/realtek/
2990
2991 ARM/RISC-V/RENESAS ARCHITECTURE
2992 M:      Geert Uytterhoeven <[email protected]>
2993 M:      Magnus Damm <[email protected]>
2994 L:      [email protected]
2995 S:      Supported
2996 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2997 C:      irc://irc.libera.chat/renesas-soc
2998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git next
2999 F:      Documentation/devicetree/bindings/hwinfo/renesas,prr.yaml
3000 F:      Documentation/devicetree/bindings/nvmem/renesas,*
3001 F:      Documentation/devicetree/bindings/soc/renesas/
3002 F:      arch/arm/boot/dts/renesas/
3003 F:      arch/arm/configs/shmobile_defconfig
3004 F:      arch/arm/include/debug/renesas-scif.S
3005 F:      arch/arm/mach-shmobile/
3006 F:      arch/arm64/boot/dts/renesas/
3007 F:      arch/riscv/boot/dts/renesas/
3008 F:      drivers/nvmem/rcar-efuse.c
3009 F:      drivers/pmdomain/renesas/
3010 F:      drivers/soc/renesas/
3011 F:      include/linux/soc/renesas/
3012 K:      \brenesas,
3013
3014 ARM/RISCPC ARCHITECTURE
3015 M:      Russell King <[email protected]>
3016 L:      [email protected] (moderated for non-subscribers)
3017 S:      Maintained
3018 W:      http://www.armlinux.org.uk/
3019 F:      arch/arm/include/asm/hardware/ioc.h
3020 F:      arch/arm/include/asm/hardware/iomd.h
3021 F:      arch/arm/include/asm/hardware/memc.h
3022 F:      arch/arm/mach-rpc/
3023 F:      drivers/net/ethernet/8390/etherh.c
3024 F:      drivers/net/ethernet/i825xx/ether1*
3025 F:      drivers/net/ethernet/seeq/ether3*
3026 F:      drivers/scsi/arm/
3027
3028 ARM/Rockchip SoC support
3029 M:      Heiko Stuebner <[email protected]>
3030 L:      [email protected] (moderated for non-subscribers)
3031 L:      [email protected]
3032 S:      Maintained
3033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
3034 F:      Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml
3035 F:      Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml
3036 F:      Documentation/devicetree/bindings/spi/spi-rockchip.yaml
3037 F:      arch/arm/boot/dts/rockchip/
3038 F:      arch/arm/mach-rockchip/
3039 F:      drivers/*/*/*rockchip*
3040 F:      drivers/*/*rockchip*
3041 F:      drivers/clk/rockchip/
3042 F:      drivers/i2c/busses/i2c-rk3x.c
3043 F:      sound/soc/rockchip/
3044 N:      rockchip
3045
3046 ARM/SAMSUNG S3C, S5P AND EXYNOS ARM ARCHITECTURES
3047 M:      Krzysztof Kozlowski <[email protected]>
3048 R:      Alim Akhtar <[email protected]>
3049 L:      [email protected] (moderated for non-subscribers)
3050 L:      [email protected]
3051 S:      Maintained
3052 P:      Documentation/process/maintainer-soc-clean-dts.rst
3053 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
3054 B:      mailto:[email protected]
3055 C:      irc://irc.libera.chat/linux-exynos
3056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
3057 F:      Documentation/arch/arm/samsung/
3058 F:      Documentation/devicetree/bindings/arm/samsung/
3059 F:      Documentation/devicetree/bindings/hwinfo/samsung,*
3060 F:      Documentation/devicetree/bindings/power/pd-samsung.yaml
3061 F:      Documentation/devicetree/bindings/soc/samsung/
3062 F:      arch/arm/boot/dts/samsung/
3063 F:      arch/arm/mach-exynos*/
3064 F:      arch/arm/mach-s3c/
3065 F:      arch/arm/mach-s5p*/
3066 F:      arch/arm64/boot/dts/exynos/
3067 F:      drivers/*/*/*s3c24*
3068 F:      drivers/*/*s3c24*
3069 F:      drivers/*/*s3c64xx*
3070 F:      drivers/*/*s5pv210*
3071 F:      drivers/clocksource/samsung_pwm_timer.c
3072 F:      drivers/mailbox/exynos-mailbox.c
3073 F:      drivers/memory/samsung/
3074 F:      drivers/pwm/pwm-samsung.c
3075 F:      drivers/soc/samsung/
3076 F:      drivers/tty/serial/samsung*
3077 F:      include/clocksource/samsung_pwm.h
3078 F:      include/linux/platform_data/*s3c*
3079 F:      include/linux/serial_s3c.h
3080 F:      include/linux/soc/samsung/
3081 N:      exynos
3082 N:      s3c64xx
3083 N:      s5pv210
3084
3085 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
3086 M:      Łukasz Stelmach <[email protected]>
3087 L:      [email protected] (moderated for non-subscribers)
3088 L:      [email protected]
3089 S:      Maintained
3090 F:      drivers/media/platform/samsung/s5p-g2d/
3091
3092 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
3093 M:      Marek Szyprowski <[email protected]>
3094 L:      [email protected]
3095 L:      [email protected]
3096 S:      Maintained
3097 F:      Documentation/devicetree/bindings/media/cec/samsung,s5p-cec.yaml
3098 F:      drivers/media/cec/platform/s5p/
3099
3100 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
3101 M:      Andrzej Pietrasiewicz <[email protected]>
3102 M:      Jacek Anaszewski <[email protected]>
3103 M:      Sylwester Nawrocki <[email protected]>
3104 L:      [email protected] (moderated for non-subscribers)
3105 L:      [email protected]
3106 S:      Maintained
3107 F:      Documentation/devicetree/bindings/media/samsung,s5pv210-jpeg.yaml
3108 F:      drivers/media/platform/samsung/s5p-jpeg/
3109
3110 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
3111 M:      Marek Szyprowski <[email protected]>
3112 M:      Andrzej Hajda <[email protected]>
3113 L:      [email protected] (moderated for non-subscribers)
3114 L:      [email protected]
3115 S:      Maintained
3116 F:      Documentation/devicetree/bindings/media/samsung,s5p-mfc.yaml
3117 F:      drivers/media/platform/samsung/s5p-mfc/
3118
3119 ARM/SOCFPGA ARCHITECTURE
3120 M:      Dinh Nguyen <[email protected]>
3121 S:      Maintained
3122 W:      http://www.rocketboards.org
3123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
3124 F:      arch/arm/boot/dts/intel/socfpga/
3125 F:      arch/arm/configs/socfpga_defconfig
3126 F:      arch/arm/mach-socfpga/
3127 F:      arch/arm64/boot/dts/altera/
3128 F:      arch/arm64/boot/dts/intel/
3129
3130 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
3131 M:      Dinh Nguyen <[email protected]>
3132 S:      Maintained
3133 F:      drivers/clk/socfpga/
3134
3135 ARM/SOCFPGA EDAC SUPPORT
3136 M:      Dinh Nguyen <[email protected]>
3137 S:      Maintained
3138 F:      drivers/edac/altera_edac.[ch]
3139
3140 ARM/SPREADTRUM SoC SUPPORT
3141 M:      Orson Zhai <[email protected]>
3142 M:      Baolin Wang <[email protected]>
3143 R:      Chunyan Zhang <[email protected]>
3144 S:      Maintained
3145 F:      arch/arm64/boot/dts/sprd
3146 N:      sprd
3147 N:      sc27xx
3148 N:      sc2731
3149
3150 ARM/STI ARCHITECTURE
3151 M:      Patrice Chotard <[email protected]>
3152 L:      [email protected] (moderated for non-subscribers)
3153 S:      Maintained
3154 W:      http://www.stlinux.com
3155 F:      Documentation/devicetree/bindings/i2c/st,sti-i2c.yaml
3156 F:      Documentation/devicetree/bindings/spi/st,ssc-spi.yaml
3157 F:      arch/arm/boot/dts/st/sti*
3158 F:      arch/arm/mach-sti/
3159 F:      drivers/ata/ahci_st.c
3160 F:      drivers/char/hw_random/st-rng.c
3161 F:      drivers/clocksource/arm_global_timer.c
3162 F:      drivers/clocksource/clksrc_st_lpc.c
3163 F:      drivers/cpufreq/sti-cpufreq.c
3164 F:      drivers/dma/st_fdma*
3165 F:      drivers/i2c/busses/i2c-st.c
3166 F:      drivers/media/platform/st/sti/c8sectpfe/
3167 F:      drivers/media/rc/st_rc.c
3168 F:      drivers/mmc/host/sdhci-st.c
3169 F:      drivers/phy/st/phy-miphy28lp.c
3170 F:      drivers/phy/st/phy-stih407-usb.c
3171 F:      drivers/pinctrl/pinctrl-st.c
3172 F:      drivers/remoteproc/st_remoteproc.c
3173 F:      drivers/remoteproc/st_slim_rproc.c
3174 F:      drivers/reset/sti/
3175 F:      drivers/rtc/rtc-st-lpc.c
3176 F:      drivers/tty/serial/st-asc.c
3177 F:      drivers/usb/dwc3/dwc3-st.c
3178 F:      drivers/usb/host/ehci-st.c
3179 F:      drivers/usb/host/ohci-st.c
3180 F:      drivers/watchdog/st_lpc_wdt.c
3181 F:      include/linux/remoteproc/st_slim_rproc.h
3182
3183 ARM/STM32 ARCHITECTURE
3184 M:      Maxime Coquelin <[email protected]>
3185 M:      Alexandre Torgue <[email protected]>
3186 L:      [email protected] (moderated for non-subscribers)
3187 L:      [email protected] (moderated for non-subscribers)
3188 S:      Maintained
3189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
3190 F:      arch/arm/boot/dts/st/stm32*
3191 F:      arch/arm/mach-stm32/
3192 F:      arch/arm64/boot/dts/st/
3193 F:      drivers/clocksource/armv7m_systick.c
3194 N:      stm32
3195 N:      stm
3196
3197 ARM/SUNPLUS SP7021 SOC SUPPORT
3198 M:      Qin Jian <[email protected]>
3199 L:      [email protected] (moderated for mon-subscribers)
3200 S:      Maintained
3201 W:      https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
3202 F:      Documentation/devicetree/bindings/arm/sunplus,sp7021.yaml
3203 F:      Documentation/devicetree/bindings/clock/sunplus,sp7021-clkc.yaml
3204 F:      Documentation/devicetree/bindings/interrupt-controller/sunplus,sp7021-intc.yaml
3205 F:      Documentation/devicetree/bindings/reset/sunplus,reset.yaml
3206 F:      arch/arm/boot/dts/sunplus/
3207 F:      arch/arm/configs/sp7021_*defconfig
3208 F:      drivers/clk/clk-sp7021.c
3209 F:      drivers/irqchip/irq-sp7021-intc.c
3210 F:      drivers/reset/reset-sunplus.c
3211 F:      include/dt-bindings/clock/sunplus,sp7021-clkc.h
3212 F:      include/dt-bindings/reset/sunplus,sp7021-reset.h
3213
3214 ARM/Synaptics SoC support
3215 M:      Jisheng Zhang <[email protected]>
3216 M:      Sebastian Hesselbarth <[email protected]>
3217 L:      [email protected] (moderated for non-subscribers)
3218 S:      Maintained
3219 F:      arch/arm/boot/dts/synaptics/
3220 F:      arch/arm/mach-berlin/
3221 F:      arch/arm64/boot/dts/synaptics/
3222
3223 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
3224 M:      Hans Verkuil <[email protected]>
3225 L:      [email protected]
3226 L:      [email protected]
3227 S:      Maintained
3228 F:      Documentation/devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml
3229 F:      drivers/media/cec/platform/tegra/
3230
3231 ARM/TESLA FSD SoC SUPPORT
3232 M:      Alim Akhtar <[email protected]>
3233 M:      [email protected]
3234 L:      [email protected] (moderated for non-subscribers)
3235 L:      [email protected]
3236 S:      Maintained
3237 F:      arch/arm64/boot/dts/tesla/
3238
3239 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
3240 M:      Santosh Shilimkar <[email protected]>
3241 L:      [email protected]
3242 S:      Maintained
3243 F:      drivers/memory/*emif*
3244
3245 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
3246 M:      Nishanth Menon <[email protected]>
3247 M:      Santosh Shilimkar <[email protected]>
3248 L:      [email protected] (moderated for non-subscribers)
3249 S:      Maintained
3250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
3251 F:      arch/arm/boot/dts/ti/keystone/
3252 F:      arch/arm/mach-keystone/
3253
3254 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
3255 M:      Santosh Shilimkar <[email protected]>
3256 L:      [email protected]
3257 S:      Maintained
3258 F:      drivers/clk/keystone/
3259
3260 ARM/TEXAS INSTRUMENT KEYSTONE CLOCKSOURCE
3261 M:      Santosh Shilimkar <[email protected]>
3262 L:      [email protected] (moderated for non-subscribers)
3263 L:      [email protected]
3264 S:      Maintained
3265 F:      drivers/clocksource/timer-keystone.c
3266
3267 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
3268 M:      Santosh Shilimkar <[email protected]>
3269 L:      [email protected]
3270 S:      Maintained
3271 F:      drivers/power/reset/keystone-reset.c
3272
3273 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
3274 M:      Nishanth Menon <[email protected]>
3275 M:      Vignesh Raghavendra <[email protected]>
3276 M:      Tero Kristo <[email protected]>
3277 L:      [email protected] (moderated for non-subscribers)
3278 S:      Supported
3279 F:      Documentation/devicetree/bindings/arm/ti/k3.yaml
3280 F:      Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml
3281 F:      arch/arm64/boot/dts/ti/Makefile
3282 F:      arch/arm64/boot/dts/ti/k3-*
3283
3284 ARM/TEXAS INSTRUMENTS NSPIRE ARCHITECTURE
3285 M:      Krzysztof Kozlowski <[email protected]>
3286 L:      [email protected] (moderated for non-subscribers)
3287 S:      Odd Fixes
3288 F:      Documentation/devicetree/bindings/*/*/ti,nspire*
3289 F:      Documentation/devicetree/bindings/*/ti,nspire*
3290 F:      Documentation/devicetree/bindings/arm/ti/nspire.yaml
3291 F:      arch/arm/boot/dts/nspire/
3292
3293 ARM/TOSHIBA VISCONTI ARCHITECTURE
3294 M:      Nobuhiro Iwamatsu <[email protected]>
3295 L:      [email protected] (moderated for non-subscribers)
3296 S:      Supported
3297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git
3298 F:      Documentation/devicetree/bindings/arm/toshiba.yaml
3299 F:      Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml
3300 F:      Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pismu.yaml
3301 F:      Documentation/devicetree/bindings/gpio/toshiba,gpio-visconti.yaml
3302 F:      Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml
3303 F:      Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml
3304 F:      Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml
3305 F:      Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml
3306 F:      arch/arm64/boot/dts/toshiba/
3307 F:      drivers/clk/visconti/
3308 F:      drivers/gpio/gpio-visconti.c
3309 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-visconti.c
3310 F:      drivers/pci/controller/dwc/pcie-visconti.c
3311 F:      drivers/pinctrl/visconti/
3312 F:      drivers/watchdog/visconti_wdt.c
3313 N:      visconti
3314
3315 ARM/UNIPHIER ARCHITECTURE
3316 M:      Kunihiko Hayashi <[email protected]>
3317 M:      Masami Hiramatsu <[email protected]>
3318 L:      [email protected] (moderated for non-subscribers)
3319 S:      Maintained
3320 F:      Documentation/devicetree/bindings/arm/socionext/uniphier.yaml
3321 F:      Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml
3322 F:      Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml
3323 F:      Documentation/devicetree/bindings/soc/socionext/socionext,uniphier*.yaml
3324 F:      arch/arm/boot/dts/socionext/uniphier*
3325 F:      arch/arm/include/asm/hardware/cache-uniphier.h
3326 F:      arch/arm/mm/cache-uniphier.c
3327 F:      arch/arm64/boot/dts/socionext/uniphier*
3328 F:      drivers/bus/uniphier-system-bus.c
3329 F:      drivers/clk/uniphier/
3330 F:      drivers/dma/uniphier-mdmac.c
3331 F:      drivers/gpio/gpio-uniphier.c
3332 F:      drivers/i2c/busses/i2c-uniphier*
3333 F:      drivers/irqchip/irq-uniphier-aidet.c
3334 F:      drivers/mmc/host/uniphier-sd.c
3335 F:      drivers/pinctrl/uniphier/
3336 F:      drivers/reset/reset-uniphier.c
3337 F:      drivers/tty/serial/8250/8250_uniphier.c
3338 N:      uniphier
3339
3340 ARM/VERSATILE EXPRESS PLATFORM
3341 M:      Liviu Dudau <[email protected]>
3342 M:      Sudeep Holla <[email protected]>
3343 M:      Lorenzo Pieralisi <[email protected]>
3344 L:      [email protected] (moderated for non-subscribers)
3345 S:      Maintained
3346 N:      mps2
3347 N:      vexpress
3348 F:      arch/arm/mach-versatile/
3349 F:      arch/arm64/boot/dts/arm/
3350 F:      drivers/clocksource/timer-versatile.c
3351 X:      drivers/cpufreq/vexpress-spc-cpufreq.c
3352 X:      Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
3353
3354 ARM/VFP SUPPORT
3355 M:      Russell King <[email protected]>
3356 L:      [email protected] (moderated for non-subscribers)
3357 S:      Maintained
3358 W:      http://www.armlinux.org.uk/
3359 F:      arch/arm/vfp/
3360
3361 ARM/VT8500 ARM ARCHITECTURE
3362 M:      Alexey Charkov <[email protected]>
3363 M:      Krzysztof Kozlowski <[email protected]>
3364 L:      [email protected] (moderated for non-subscribers)
3365 S:      Odd Fixes
3366 F:      Documentation/devicetree/bindings/i2c/i2c-wmt.txt
3367 F:      arch/arm/boot/dts/vt8500/
3368 F:      arch/arm/mach-vt8500/
3369 F:      drivers/clocksource/timer-vt8500.c
3370 F:      drivers/i2c/busses/i2c-viai2c-wmt.c
3371 F:      drivers/mmc/host/wmt-sdmmc.c
3372 F:      drivers/pwm/pwm-vt8500.c
3373 F:      drivers/rtc/rtc-vt8500.c
3374 F:      drivers/tty/serial/vt8500_serial.c
3375 F:      drivers/video/fbdev/vt8500lcdfb.*
3376 F:      drivers/video/fbdev/wm8505fb*
3377 F:      drivers/video/fbdev/wmt_ge_rops.*
3378
3379 ARM/ZYNQ ARCHITECTURE
3380 M:      Michal Simek <[email protected]>
3381 L:      [email protected] (moderated for non-subscribers)
3382 S:      Supported
3383 W:      http://wiki.xilinx.com
3384 T:      git https://github.com/Xilinx/linux-xlnx.git
3385 F:      Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml
3386 F:      Documentation/devicetree/bindings/i2c/xlnx,xps-iic-2.00.a.yaml
3387 F:      Documentation/devicetree/bindings/memory-controllers/snps,dw-umctl2-ddrc.yaml
3388 F:      Documentation/devicetree/bindings/memory-controllers/xlnx,zynq-ddrc-a05.yaml
3389 F:      Documentation/devicetree/bindings/soc/xilinx/xilinx.yaml
3390 F:      Documentation/devicetree/bindings/spi/xlnx,zynq-qspi.yaml
3391 F:      arch/arm/mach-zynq/
3392 F:      drivers/clocksource/timer-cadence-ttc.c
3393 F:      drivers/cpuidle/cpuidle-zynq.c
3394 F:      drivers/edac/synopsys_edac.c
3395 F:      drivers/i2c/busses/i2c-cadence.c
3396 F:      drivers/i2c/busses/i2c-xiic.c
3397 F:      drivers/mmc/host/sdhci-of-arasan.c
3398 N:      zynq
3399 N:      xilinx
3400
3401 ARM64 FIT SUPPORT
3402 M:      Simon Glass <[email protected]>
3403 L:      [email protected] (moderated for non-subscribers)
3404 S:      Maintained
3405 F:      arch/arm64/boot/Makefile
3406 F:      scripts/make_fit.py
3407
3408 ARM64 PLATFORM DRIVERS
3409 M:      Hans de Goede <[email protected]>
3410 M:      Ilpo Järvinen <[email protected]>
3411 R:      Bryan O'Donoghue <[email protected]>
3412 L:      [email protected]
3413 S:      Maintained
3414 Q:      https://patchwork.kernel.org/project/platform-driver-x86/list/
3415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
3416 F:      drivers/platform/arm64/
3417
3418 ARM64 PORT (AARCH64 ARCHITECTURE)
3419 M:      Catalin Marinas <[email protected]>
3420 M:      Will Deacon <[email protected]>
3421 L:      [email protected] (moderated for non-subscribers)
3422 S:      Maintained
3423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
3424 F:      Documentation/arch/arm64/
3425 F:      arch/arm64/
3426 F:      drivers/virt/coco/arm-cca-guest/
3427 F:      drivers/virt/coco/pkvm-guest/
3428 F:      tools/testing/selftests/arm64/
3429 X:      arch/arm64/boot/dts/
3430
3431 ARROW SPEEDCHIPS XRS7000 SERIES ETHERNET SWITCH DRIVER
3432 M:      George McCollister <[email protected]>
3433 L:      [email protected]
3434 S:      Maintained
3435 F:      Documentation/devicetree/bindings/net/dsa/arrow,xrs700x.yaml
3436 F:      drivers/net/dsa/xrs700x/*
3437 F:      net/dsa/tag_xrs700x.c
3438
3439 AS3645A LED FLASH CONTROLLER DRIVER
3440 M:      Sakari Ailus <[email protected]>
3441 L:      [email protected]
3442 S:      Maintained
3443 F:      drivers/leds/flash/leds-as3645a.c
3444
3445 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
3446 M:      Tianshu Qiu <[email protected]>
3447 L:      [email protected]
3448 S:      Maintained
3449 T:      git git://linuxtv.org/media.git
3450 F:      Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
3451 F:      drivers/media/i2c/ak7375.c
3452
3453 ASAHI KASEI AK8974 DRIVER
3454 M:      Linus Walleij <[email protected]>
3455 L:      [email protected]
3456 S:      Supported
3457 W:      http://www.akm.com/
3458 F:      drivers/iio/magnetometer/ak8974.c
3459
3460 AOSONG AGS02MA TVOC SENSOR DRIVER
3461 M:      Anshul Dalal <[email protected]>
3462 L:      [email protected]
3463 S:      Maintained
3464 F:      Documentation/devicetree/bindings/iio/chemical/aosong,ags02ma.yaml
3465 F:      drivers/iio/chemical/ags02ma.c
3466
3467 ASC7621 HARDWARE MONITOR DRIVER
3468 M:      George Joseph <[email protected]>
3469 L:      [email protected]
3470 S:      Maintained
3471 F:      Documentation/hwmon/asc7621.rst
3472 F:      drivers/hwmon/asc7621.c
3473
3474 ASIX AX88796C SPI ETHERNET ADAPTER
3475 M:      Łukasz Stelmach <[email protected]>
3476 S:      Maintained
3477 F:      Documentation/devicetree/bindings/net/asix,ax88796c.yaml
3478 F:      drivers/net/ethernet/asix/ax88796c_*
3479
3480 ASIX PHY DRIVER [RUST]
3481 M:      FUJITA Tomonori <[email protected]>
3482 R:      Trevor Gross <[email protected]>
3483 L:      [email protected]
3484 L:      [email protected]
3485 S:      Maintained
3486 F:      drivers/net/phy/ax88796b_rust.rs
3487
3488 ASPEED CRYPTO DRIVER
3489 M:      Neal Liu <[email protected]>
3490 L:      [email protected] (moderated for non-subscribers)
3491 S:      Maintained
3492 F:      Documentation/devicetree/bindings/crypto/aspeed,*
3493 F:      drivers/crypto/aspeed/
3494
3495 ASPEED PECI CONTROLLER
3496 M:      Iwona Winiarska <[email protected]>
3497 L:      [email protected] (moderated for non-subscribers)
3498 L:      [email protected] (moderated for non-subscribers)
3499 S:      Supported
3500 F:      Documentation/devicetree/bindings/peci/peci-aspeed.yaml
3501 F:      drivers/peci/controller/peci-aspeed.c
3502
3503 ASPEED PINCTRL DRIVERS
3504 M:      Andrew Jeffery <[email protected]>
3505 L:      [email protected] (moderated for non-subscribers)
3506 L:      [email protected] (moderated for non-subscribers)
3507 L:      [email protected]
3508 S:      Maintained
3509 F:      Documentation/devicetree/bindings/pinctrl/aspeed,*
3510 F:      drivers/pinctrl/aspeed/
3511
3512 ASPEED SCU INTERRUPT CONTROLLER DRIVER
3513 M:      Eddie James <[email protected]>
3514 L:      [email protected] (moderated for non-subscribers)
3515 S:      Maintained
3516 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2xxx-scu-ic.txt
3517 F:      drivers/irqchip/irq-aspeed-scu-ic.c
3518 F:      include/dt-bindings/interrupt-controller/aspeed-scu-ic.h
3519
3520 ASPEED SD/MMC DRIVER
3521 M:      Andrew Jeffery <[email protected]>
3522 L:      [email protected] (moderated for non-subscribers)
3523 L:      [email protected] (moderated for non-subscribers)
3524 L:      [email protected]
3525 S:      Maintained
3526 F:      Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml
3527 F:      drivers/mmc/host/sdhci-of-aspeed*
3528
3529 ASPEED SMC SPI DRIVER
3530 M:      Chin-Ting Kuo <[email protected]>
3531 M:      Cédric Le Goater <[email protected]>
3532 L:      [email protected] (moderated for non-subscribers)
3533 L:      [email protected] (moderated for non-subscribers)
3534 L:      [email protected]
3535 S:      Maintained
3536 F:      Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml
3537 F:      drivers/spi/spi-aspeed-smc.c
3538
3539 ASPEED USB UDC DRIVER
3540 M:      Neal Liu <[email protected]>
3541 L:      [email protected] (moderated for non-subscribers)
3542 S:      Maintained
3543 F:      Documentation/devicetree/bindings/usb/aspeed,ast2600-udc.yaml
3544 F:      drivers/usb/gadget/udc/aspeed_udc.c
3545
3546 ASPEED VIDEO ENGINE DRIVER
3547 M:      Eddie James <[email protected]>
3548 L:      [email protected]
3549 L:      [email protected] (moderated for non-subscribers)
3550 S:      Maintained
3551 F:      Documentation/devicetree/bindings/media/aspeed-video.txt
3552 F:      drivers/media/platform/aspeed/
3553
3554 ASUS EC HARDWARE MONITOR DRIVER
3555 M:      Eugene Shalygin <[email protected]>
3556 L:      [email protected]
3557 S:      Maintained
3558 F:      drivers/hwmon/asus-ec-sensors.c
3559
3560 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
3561 M:      Corentin Chary <[email protected]>
3562 M:      Luke D. Jones <[email protected]>
3563 L:      [email protected]
3564 S:      Maintained
3565 W:      https://asus-linux.org/
3566 F:      drivers/platform/x86/asus*.c
3567 F:      drivers/platform/x86/eeepc*.c
3568
3569 ASUS TF103C DOCK DRIVER
3570 M:      Hans de Goede <[email protected]>
3571 L:      [email protected]
3572 S:      Maintained
3573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
3574 F:      drivers/platform/x86/asus-tf103c-dock.c
3575
3576 ASUS ROG RYUJIN AIO HARDWARE MONITOR DRIVER
3577 M:      Aleksa Savic <[email protected]>
3578 L:      [email protected]
3579 S:      Maintained
3580 F:      drivers/hwmon/asus_rog_ryujin.c
3581
3582 ASUS WIRELESS RADIO CONTROL DRIVER
3583 M:      João Paulo Rechi Vita <[email protected]>
3584 L:      [email protected]
3585 S:      Maintained
3586 F:      drivers/platform/x86/asus-wireless.c
3587
3588 ASUS WMI HARDWARE MONITOR DRIVER
3589 M:      Ed Brindley <[email protected]>
3590 M:      Denis Pauk <[email protected]>
3591 L:      [email protected]
3592 S:      Maintained
3593 F:      drivers/hwmon/asus_wmi_sensors.c
3594
3595 ASYMMETRIC KEYS
3596 M:      David Howells <[email protected]>
3597 L:      [email protected]
3598 S:      Maintained
3599 F:      Documentation/crypto/asymmetric-keys.rst
3600 F:      crypto/asymmetric_keys/
3601 F:      include/crypto/pkcs7.h
3602 F:      include/crypto/public_key.h
3603 F:      include/linux/verification.h
3604
3605 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
3606 R:      Dan Williams <[email protected]>
3607 S:      Odd fixes
3608 W:      http://sourceforge.net/projects/xscaleiop
3609 F:      Documentation/crypto/async-tx-api.rst
3610 F:      crypto/async_tx/
3611 F:      include/linux/async_tx.h
3612
3613 AT24 EEPROM DRIVER
3614 M:      Bartosz Golaszewski <[email protected]>
3615 L:      [email protected]
3616 S:      Maintained
3617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
3618 F:      Documentation/devicetree/bindings/eeprom/at24.yaml
3619 F:      drivers/misc/eeprom/at24.c
3620
3621 ATA OVER ETHERNET (AOE) DRIVER
3622 M:      "Justin Sanders" <[email protected]>
3623 S:      Supported
3624 W:      http://www.openaoe.org/
3625 F:      Documentation/admin-guide/aoe/
3626 F:      drivers/block/aoe/
3627
3628 ATC260X PMIC MFD DRIVER
3629 M:      Manivannan Sadhasivam <[email protected]>
3630 M:      Cristian Ciocaltea <[email protected]>
3631 L:      [email protected]
3632 S:      Maintained
3633 F:      Documentation/devicetree/bindings/mfd/actions,atc260x.yaml
3634 F:      drivers/input/misc/atc260x-onkey.c
3635 F:      drivers/mfd/atc260*
3636 F:      drivers/power/reset/atc260x-poweroff.c
3637 F:      drivers/regulator/atc260x-regulator.c
3638 F:      include/linux/mfd/atc260x/*
3639
3640 ATHEROS 71XX/9XXX GPIO DRIVER
3641 M:      Alban Bedel <[email protected]>
3642 S:      Maintained
3643 W:      https://github.com/AlbanBedel/linux
3644 T:      git git://github.com/AlbanBedel/linux
3645 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
3646 F:      drivers/gpio/gpio-ath79.c
3647
3648 ATHEROS 71XX/9XXX USB PHY DRIVER
3649 M:      Alban Bedel <[email protected]>
3650 S:      Maintained
3651 W:      https://github.com/AlbanBedel/linux
3652 T:      git git://github.com/AlbanBedel/linux
3653 F:      Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
3654 F:      drivers/phy/qualcomm/phy-ath79-usb.c
3655
3656 ATHEROS ATH GENERIC UTILITIES
3657 M:      Jeff Johnson <[email protected]>
3658 L:      [email protected]
3659 S:      Supported
3660 F:      drivers/net/wireless/ath/*
3661
3662 ATHEROS ATH5K WIRELESS DRIVER
3663 M:      Jiri Slaby <[email protected]>
3664 M:      Nick Kossifidis <[email protected]>
3665 M:      Luis Chamberlain <[email protected]>
3666 L:      [email protected]
3667 S:      Maintained
3668 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath5k
3669 F:      drivers/net/wireless/ath/ath5k/
3670
3671 ATHEROS ATH6KL WIRELESS DRIVER
3672 L:      [email protected]
3673 S:      Orphan
3674 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath6kl
3675 F:      drivers/net/wireless/ath/ath6kl/
3676
3677 ATI_REMOTE2 DRIVER
3678 M:      Ville Syrjala <[email protected]>
3679 S:      Maintained
3680 F:      drivers/input/misc/ati_remote2.c
3681
3682 ATK0110 HWMON DRIVER
3683 M:      Luca Tettamanti <[email protected]>
3684 L:      [email protected]
3685 S:      Maintained
3686 F:      drivers/hwmon/asus_atk0110.c
3687
3688 ATLX ETHERNET DRIVERS
3689 M:      Chris Snook <[email protected]>
3690 L:      [email protected]
3691 S:      Maintained
3692 W:      http://sourceforge.net/projects/atl1
3693 W:      http://atl1.sourceforge.net
3694 F:      drivers/net/ethernet/atheros/
3695
3696 ATM
3697 M:      Chas Williams <[email protected]>
3698 L:      [email protected] (moderated for non-subscribers)
3699 L:      [email protected]
3700 S:      Maintained
3701 W:      http://linux-atm.sourceforge.net
3702 F:      drivers/atm/
3703 F:      include/linux/atm*
3704 F:      include/linux/sonet.h
3705 F:      include/uapi/linux/atm*
3706 F:      include/uapi/linux/sonet.h
3707
3708 ATMEL MACB ETHERNET DRIVER
3709 M:      Nicolas Ferre <[email protected]>
3710 M:      Claudiu Beznea <[email protected]>
3711 S:      Maintained
3712 F:      drivers/net/ethernet/cadence/
3713
3714 ATMEL MAXTOUCH DRIVER
3715 M:      Nick Dyer <[email protected]>
3716 S:      Maintained
3717 T:      git git://github.com/ndyer/linux.git
3718 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.yaml
3719 F:      drivers/input/touchscreen/atmel_mxt_ts.c
3720
3721 ATOMIC INFRASTRUCTURE
3722 M:      Will Deacon <[email protected]>
3723 M:      Peter Zijlstra <[email protected]>
3724 R:      Boqun Feng <[email protected]>
3725 R:      Mark Rutland <[email protected]>
3726 L:      [email protected]
3727 S:      Maintained
3728 F:      Documentation/atomic_*.txt
3729 F:      arch/*/include/asm/atomic*.h
3730 F:      include/*/atomic*.h
3731 F:      include/linux/refcount.h
3732 F:      scripts/atomic/
3733
3734 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
3735 M:      Bradley Grove <[email protected]>
3736 L:      [email protected]
3737 S:      Supported
3738 W:      http://www.attotech.com
3739 F:      drivers/scsi/esas2r
3740
3741 ATUSB IEEE 802.15.4 RADIO DRIVER
3742 M:      Stefan Schmidt <[email protected]>
3743 L:      [email protected]
3744 S:      Maintained
3745 F:      drivers/net/ieee802154/at86rf230.h
3746 F:      drivers/net/ieee802154/atusb.c
3747 F:      drivers/net/ieee802154/atusb.h
3748
3749 AUDIT SUBSYSTEM
3750 M:      Paul Moore <[email protected]>
3751 M:      Eric Paris <[email protected]>
3752 L:      [email protected]
3753 S:      Supported
3754 W:      https://github.com/linux-audit
3755 Q:      https://patchwork.kernel.org/project/audit/list
3756 B:      mailto:[email protected]
3757 P:      https://github.com/linux-audit/audit-kernel/blob/main/README.md
3758 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
3759 F:      include/asm-generic/audit_*.h
3760 F:      include/linux/audit.h
3761 F:      include/linux/audit_arch.h
3762 F:      include/uapi/linux/audit.h
3763 F:      kernel/audit*
3764 F:      lib/*audit.c
3765 K:      \baudit_[a-z_0-9]\+\b
3766
3767 AUTOFDO BUILD
3768 M:      Rong Xu <[email protected]>
3769 M:      Han Shen <[email protected]>
3770 S:      Supported
3771 F:      Documentation/dev-tools/autofdo.rst
3772 F:      scripts/Makefile.autofdo
3773
3774 AUXILIARY BUS DRIVER
3775 M:      Greg Kroah-Hartman <[email protected]>
3776 R:      Dave Ertman <[email protected]>
3777 R:      Ira Weiny <[email protected]>
3778 S:      Supported
3779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3780 F:      Documentation/driver-api/auxiliary_bus.rst
3781 F:      drivers/base/auxiliary.c
3782 F:      include/linux/auxiliary_bus.h
3783
3784 AUXILIARY DISPLAY DRIVERS
3785 M:      Andy Shevchenko <[email protected]>
3786 R:      Geert Uytterhoeven <[email protected]>
3787 S:      Odd Fixes
3788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay.git
3789 F:      Documentation/devicetree/bindings/auxdisplay/
3790 F:      drivers/auxdisplay/
3791 F:      include/linux/cfag12864b.h
3792 F:      include/uapi/linux/map_to_14segment.h
3793 F:      include/uapi/linux/map_to_7segment.h
3794
3795 AVAGO APDS9306 AMBIENT LIGHT SENSOR DRIVER
3796 M:      Subhajit Ghosh <[email protected]>
3797 L:      [email protected]
3798 S:      Maintained
3799 F:      Documentation/devicetree/bindings/iio/light/avago,apds9300.yaml
3800 F:      drivers/iio/light/apds9306.c
3801
3802 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
3803 M:      Andreas Klinger <[email protected]>
3804 L:      [email protected]
3805 S:      Maintained
3806 F:      Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
3807 F:      drivers/iio/adc/hx711.c
3808
3809 AX.25 NETWORK LAYER
3810 L:      [email protected]
3811 S:      Orphan
3812 W:      https://linux-ax25.in-berlin.de
3813 F:      include/net/ax25.h
3814 F:      include/uapi/linux/ax25.h
3815 F:      net/ax25/
3816
3817 AXENTIA ARM DEVICES
3818 M:      Peter Rosin <[email protected]>
3819 L:      [email protected] (moderated for non-subscribers)
3820 S:      Maintained
3821 F:      arch/arm/boot/dts/microchip/at91-linea.dtsi
3822 F:      arch/arm/boot/dts/microchip/at91-natte.dtsi
3823 F:      arch/arm/boot/dts/microchip/at91-nattis-2-natte-2.dts
3824 F:      arch/arm/boot/dts/microchip/at91-tse850-3.dts
3825
3826 AXENTIA ASOC DRIVERS
3827 M:      Peter Rosin <[email protected]>
3828 L:      [email protected]
3829 S:      Maintained
3830 F:      Documentation/devicetree/bindings/sound/axentia,*
3831 F:      sound/soc/atmel/tse850-pcm5142.c
3832
3833 AXI-FAN-CONTROL HARDWARE MONITOR DRIVER
3834 M:      Nuno Sá <[email protected]>
3835 L:      [email protected]
3836 S:      Supported
3837 W:      https://ez.analog.com/linux-software-drivers
3838 F:      Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
3839 F:      drivers/hwmon/axi-fan-control.c
3840
3841 AXI SPI ENGINE
3842 M:      Michael Hennerich <[email protected]>
3843 M:      Nuno Sá <[email protected]>
3844 R:      David Lechner <[email protected]>
3845 L:      [email protected]
3846 S:      Supported
3847 W:      https://ez.analog.com/linux-software-drivers
3848 F:      Documentation/devicetree/bindings/spi/adi,axi-spi-engine.yaml
3849 F:      drivers/spi/spi-axi-spi-engine.c
3850
3851 AXI PWM GENERATOR
3852 M:      Michael Hennerich <[email protected]>
3853 M:      Nuno Sá <[email protected]>
3854 R:      Trevor Gamblin <[email protected]>
3855 L:      [email protected]
3856 S:      Supported
3857 W:      https://ez.analog.com/linux-software-drivers
3858 F:      Documentation/devicetree/bindings/pwm/adi,axi-pwmgen.yaml
3859 F:      drivers/pwm/pwm-axi-pwmgen.c
3860
3861 AZ6007 DVB DRIVER
3862 M:      Mauro Carvalho Chehab <[email protected]>
3863 L:      [email protected]
3864 S:      Maintained
3865 W:      https://linuxtv.org
3866 T:      git git://linuxtv.org/media.git
3867 F:      drivers/media/usb/dvb-usb-v2/az6007.c
3868
3869 AZTECH FM RADIO RECEIVER DRIVER
3870 M:      Hans Verkuil <[email protected]>
3871 L:      [email protected]
3872 S:      Maintained
3873 W:      https://linuxtv.org
3874 T:      git git://linuxtv.org/media.git
3875 F:      drivers/media/radio/radio-aztech*
3876
3877 B43 WIRELESS DRIVER
3878 L:      [email protected]
3879 L:      [email protected]
3880 S:      Orphan
3881 W:      https://wireless.wiki.kernel.org/en/users/Drivers/b43
3882 F:      drivers/net/wireless/broadcom/b43/
3883
3884 B43LEGACY WIRELESS DRIVER
3885 L:      [email protected]
3886 L:      [email protected]
3887 S:      Orphan
3888 W:      https://wireless.wiki.kernel.org/en/users/Drivers/b43
3889 F:      drivers/net/wireless/broadcom/b43legacy/
3890
3891 BACKLIGHT CLASS/SUBSYSTEM
3892 M:      Lee Jones <[email protected]>
3893 M:      Daniel Thompson <[email protected]>
3894 M:      Jingoo Han <[email protected]>
3895 L:      [email protected]
3896 S:      Maintained
3897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
3898 F:      Documentation/ABI/stable/sysfs-class-backlight
3899 F:      Documentation/ABI/testing/sysfs-class-backlight
3900 F:      Documentation/devicetree/bindings/leds/backlight
3901 F:      drivers/video/backlight/
3902 F:      include/linux/backlight.h
3903 F:      include/linux/pwm_backlight.h
3904
3905 BARCO P50 GPIO DRIVER
3906 M:      Santosh Kumar Yadav <[email protected]>
3907 M:      Peter Korsgaard <[email protected]>
3908 S:      Maintained
3909 F:      drivers/platform/x86/barco-p50-gpio.c
3910
3911 BATMAN ADVANCED
3912 M:      Marek Lindner <[email protected]>
3913 M:      Simon Wunderlich <[email protected]>
3914 M:      Antonio Quartulli <[email protected]>
3915 M:      Sven Eckelmann <[email protected]>
3916 L:      [email protected] (moderated for non-subscribers)
3917 S:      Maintained
3918 W:      https://www.open-mesh.org/
3919 Q:      https://patchwork.open-mesh.org/project/batman/list/
3920 B:      https://www.open-mesh.org/projects/batman-adv/issues
3921 C:      ircs://irc.hackint.org/batadv
3922 T:      git https://git.open-mesh.org/linux-merge.git
3923 F:      Documentation/networking/batman-adv.rst
3924 F:      include/uapi/linux/batadv_packet.h
3925 F:      include/uapi/linux/batman_adv.h
3926 F:      net/batman-adv/
3927
3928 BAYCOM/HDLCDRV DRIVERS FOR AX.25
3929 M:      Thomas Sailer <[email protected]>
3930 L:      [email protected]
3931 S:      Maintained
3932 W:      http://www.baycom.org/~tom/ham/ham.html
3933 F:      drivers/net/hamradio/baycom*
3934
3935 BCACHE (BLOCK LAYER CACHE)
3936 M:      Coly Li <[email protected]>
3937 M:      Kent Overstreet <[email protected]>
3938 L:      [email protected]
3939 S:      Maintained
3940 W:      http://bcache.evilpiepirate.org
3941 C:      irc://irc.oftc.net/bcache
3942 F:      drivers/md/bcache/
3943
3944 BCACHEFS
3945 M:      Kent Overstreet <[email protected]>
3946 L:      [email protected]
3947 S:      Supported
3948 C:      irc://irc.oftc.net/bcache
3949 P:      Documentation/filesystems/bcachefs/SubmittingPatches.rst
3950 T:      git https://evilpiepirate.org/git/bcachefs.git
3951 F:      fs/bcachefs/
3952 F:      Documentation/filesystems/bcachefs/
3953
3954 BDISP ST MEDIA DRIVER
3955 M:      Fabien Dessenne <[email protected]>
3956 L:      [email protected]
3957 S:      Supported
3958 W:      https://linuxtv.org
3959 T:      git git://linuxtv.org/media.git
3960 F:      drivers/media/platform/st/sti/bdisp
3961
3962 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
3963 M:      Dariusz Marcinkiewicz <[email protected]>
3964 L:      [email protected]
3965 S:      Maintained
3966 F:      drivers/net/ethernet/ec_bhf.c
3967
3968 BEFS FILE SYSTEM
3969 M:      Luis de Bethencourt <[email protected]>
3970 M:      Salah Triki <[email protected]>
3971 S:      Maintained
3972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
3973 F:      Documentation/filesystems/befs.rst
3974 F:      fs/befs/
3975
3976 BFQ I/O SCHEDULER
3977 M:      Yu Kuai <[email protected]>
3978 L:      [email protected]
3979 S:      Odd Fixes
3980 F:      Documentation/block/bfq-iosched.rst
3981 F:      block/bfq-*
3982
3983 BFS FILE SYSTEM
3984 M:      "Tigran A. Aivazian" <[email protected]>
3985 S:      Maintained
3986 F:      Documentation/filesystems/bfs.rst
3987 F:      fs/bfs/
3988 F:      include/uapi/linux/bfs_fs.h
3989
3990 BINMAN
3991 M:      Simon Glass <[email protected]>
3992 S:      Supported
3993 F:      Documentation/devicetree/bindings/mtd/partitions/binman*
3994
3995 BITMAP API
3996 M:      Yury Norov <[email protected]>
3997 R:      Rasmus Villemoes <[email protected]>
3998 S:      Maintained
3999 F:      include/linux/bitfield.h
4000 F:      include/linux/bitmap-str.h
4001 F:      include/linux/bitmap.h
4002 F:      include/linux/bits.h
4003 F:      include/linux/cpumask.h
4004 F:      include/linux/cpumask_types.h
4005 F:      include/linux/find.h
4006 F:      include/linux/nodemask.h
4007 F:      include/linux/nodemask_types.h
4008 F:      include/vdso/bits.h
4009 F:      lib/bitmap-str.c
4010 F:      lib/bitmap.c
4011 F:      lib/cpumask.c
4012 F:      lib/cpumask_kunit.c
4013 F:      lib/find_bit.c
4014 F:      lib/find_bit_benchmark.c
4015 F:      lib/test_bitmap.c
4016 F:      tools/include/linux/bitfield.h
4017 F:      tools/include/linux/bitmap.h
4018 F:      tools/include/linux/bits.h
4019 F:      tools/include/linux/find.h
4020 F:      tools/include/vdso/bits.h
4021 F:      tools/lib/bitmap.c
4022 F:      tools/lib/find_bit.c
4023
4024 BITOPS API
4025 M:      Yury Norov <[email protected]>
4026 R:      Rasmus Villemoes <[email protected]>
4027 S:      Maintained
4028 F:      arch/*/include/asm/bitops.h
4029 F:      arch/*/include/asm/bitops_32.h
4030 F:      arch/*/include/asm/bitops_64.h
4031 F:      arch/*/lib/bitops.c
4032 F:      include/asm-generic/bitops
4033 F:      include/asm-generic/bitops.h
4034 F:      include/linux/bitops.h
4035 F:      lib/test_bitops.c
4036 F:      tools/*/bitops*
4037
4038 BLINKM RGB LED DRIVER
4039 M:      Jan-Simon Moeller <[email protected]>
4040 S:      Maintained
4041 F:      drivers/leds/leds-blinkm.c
4042
4043 BLOCK LAYER
4044 M:      Jens Axboe <[email protected]>
4045 L:      [email protected]
4046 S:      Maintained
4047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
4048 F:      Documentation/ABI/stable/sysfs-block
4049 F:      Documentation/block/
4050 F:      block/
4051 F:      drivers/block/
4052 F:      include/linux/bio.h
4053 F:      include/linux/blk*
4054 F:      kernel/trace/blktrace.c
4055 F:      lib/sbitmap.c
4056
4057 BLOCK LAYER DEVICE DRIVER API [RUST]
4058 M:      Andreas Hindborg <[email protected]>
4059 R:      Boqun Feng <[email protected]>
4060 L:      [email protected]
4061 L:      [email protected]
4062 S:      Supported
4063 W:      https://rust-for-linux.com
4064 B:      https://github.com/Rust-for-Linux/linux/issues
4065 C:      https://rust-for-linux.zulipchat.com/#narrow/stream/Block
4066 T:      git https://github.com/Rust-for-Linux/linux.git rust-block-next
4067 F:      drivers/block/rnull.rs
4068 F:      rust/kernel/block.rs
4069 F:      rust/kernel/block/
4070
4071 BLOCK2MTD DRIVER
4072 M:      Joern Engel <[email protected]>
4073 L:      [email protected]
4074 S:      Maintained
4075 F:      drivers/mtd/devices/block2mtd.c
4076
4077 BLUETOOTH DRIVERS
4078 M:      Marcel Holtmann <[email protected]>
4079 M:      Luiz Augusto von Dentz <[email protected]>
4080 L:      [email protected]
4081 S:      Supported
4082 W:      http://www.bluez.org/
4083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
4084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
4085 F:      Documentation/devicetree/bindings/net/bluetooth/
4086 F:      drivers/bluetooth/
4087
4088 BLUETOOTH SUBSYSTEM
4089 M:      Marcel Holtmann <[email protected]>
4090 M:      Johan Hedberg <[email protected]>
4091 M:      Luiz Augusto von Dentz <[email protected]>
4092 L:      [email protected]
4093 S:      Supported
4094 W:      http://www.bluez.org/
4095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
4096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
4097 F:      Documentation/ABI/stable/sysfs-class-bluetooth
4098 F:      include/net/bluetooth/
4099 F:      net/bluetooth/
4100
4101 BONDING DRIVER
4102 M:      Jay Vosburgh <[email protected]>
4103 L:      [email protected]
4104 S:      Maintained
4105 F:      Documentation/networking/bonding.rst
4106 F:      drivers/net/bonding/
4107 F:      include/net/bond*
4108 F:      include/uapi/linux/if_bonding.h
4109 F:      tools/testing/selftests/drivers/net/bonding/
4110
4111 BOSCH SENSORTEC BMA400 ACCELEROMETER IIO DRIVER
4112 M:      Dan Robertson <[email protected]>
4113 L:      [email protected]
4114 S:      Maintained
4115 F:      Documentation/devicetree/bindings/iio/accel/bosch,bma400.yaml
4116 F:      drivers/iio/accel/bma400*
4117
4118 BOSCH SENSORTEC BMI270 IMU IIO DRIVER
4119 M:      Alex Lanzano <[email protected]>
4120 L:      [email protected]
4121 S:      Maintained
4122 F:      Documentation/devicetree/bindings/iio/imu/bosch,bmi270.yaml
4123 F:      drivers/iio/imu/bmi270/
4124
4125 BOSCH SENSORTEC BMI323 IMU IIO DRIVER
4126 M:      Jagath Jog J <[email protected]>
4127 L:      [email protected]
4128 S:      Maintained
4129 F:      Documentation/devicetree/bindings/iio/imu/bosch,bmi323.yaml
4130 F:      drivers/iio/imu/bmi323/
4131
4132 BPF JIT for ARC
4133 M:      Shahab Vahedi <[email protected]>
4134 L:      [email protected]
4135 S:      Maintained
4136 F:      arch/arc/net/
4137
4138 BPF JIT for ARM
4139 M:      Russell King <[email protected]>
4140 M:      Puranjay Mohan <[email protected]>
4141 L:      [email protected]
4142 S:      Maintained
4143 F:      arch/arm/net/
4144
4145 BPF JIT for ARM64
4146 M:      Daniel Borkmann <[email protected]>
4147 M:      Alexei Starovoitov <[email protected]>
4148 M:      Puranjay Mohan <[email protected]>
4149 R:      Xu Kuohai <[email protected]>
4150 L:      [email protected]
4151 S:      Supported
4152 F:      arch/arm64/net/
4153
4154 BPF JIT for LOONGARCH
4155 M:      Tiezhu Yang <[email protected]>
4156 R:      Hengqi Chen <[email protected]>
4157 L:      [email protected]
4158 S:      Maintained
4159 F:      arch/loongarch/net/
4160
4161 BPF JIT for MIPS (32-BIT AND 64-BIT)
4162 M:      Johan Almbladh <[email protected]>
4163 M:      Paul Burton <[email protected]>
4164 L:      [email protected]
4165 S:      Maintained
4166 F:      arch/mips/net/
4167
4168 BPF JIT for NFP NICs
4169 M:      Jakub Kicinski <[email protected]>
4170 L:      [email protected]
4171 S:      Odd Fixes
4172 F:      drivers/net/ethernet/netronome/nfp/bpf/
4173
4174 BPF JIT for POWERPC (32-BIT AND 64-BIT)
4175 M:      Hari Bathini <[email protected]>
4176 M:      Christophe Leroy <[email protected]>
4177 R:      Naveen N Rao <[email protected]>
4178 L:      [email protected]
4179 S:      Supported
4180 F:      arch/powerpc/net/
4181
4182 BPF JIT for RISC-V (32-bit)
4183 M:      Luke Nelson <[email protected]>
4184 M:      Xi Wang <[email protected]>
4185 L:      [email protected]
4186 S:      Maintained
4187 F:      arch/riscv/net/
4188 X:      arch/riscv/net/bpf_jit_comp64.c
4189
4190 BPF JIT for RISC-V (64-bit)
4191 M:      Björn Töpel <[email protected]>
4192 R:      Pu Lehui <[email protected]>
4193 R:      Puranjay Mohan <[email protected]>
4194 L:      [email protected]
4195 S:      Maintained
4196 F:      arch/riscv/net/
4197 X:      arch/riscv/net/bpf_jit_comp32.c
4198
4199 BPF JIT for S390
4200 M:      Ilya Leoshkevich <[email protected]>
4201 M:      Heiko Carstens <[email protected]>
4202 M:      Vasily Gorbik <[email protected]>
4203 L:      [email protected]
4204 S:      Supported
4205 F:      arch/s390/net/
4206 X:      arch/s390/net/pnet.c
4207
4208 BPF JIT for SPARC (32-BIT AND 64-BIT)
4209 M:      David S. Miller <[email protected]>
4210 L:      [email protected]
4211 S:      Odd Fixes
4212 F:      arch/sparc/net/
4213
4214 BPF JIT for X86 32-BIT
4215 M:      Wang YanQing <[email protected]>
4216 L:      [email protected]
4217 S:      Odd Fixes
4218 F:      arch/x86/net/bpf_jit_comp32.c
4219
4220 BPF JIT for X86 64-BIT
4221 M:      Alexei Starovoitov <[email protected]>
4222 M:      Daniel Borkmann <[email protected]>
4223 L:      [email protected]
4224 S:      Supported
4225 F:      arch/x86/net/
4226 X:      arch/x86/net/bpf_jit_comp32.c
4227
4228 BPF [BTF]
4229 M:      Martin KaFai Lau <[email protected]>
4230 L:      [email protected]
4231 S:      Maintained
4232 F:      include/linux/btf*
4233 F:      kernel/bpf/btf.c
4234
4235 BPF [CORE]
4236 M:      Alexei Starovoitov <[email protected]>
4237 M:      Daniel Borkmann <[email protected]>
4238 R:      John Fastabend <[email protected]>
4239 L:      [email protected]
4240 S:      Maintained
4241 F:      include/linux/bpf*
4242 F:      include/linux/filter.h
4243 F:      include/linux/tnum.h
4244 F:      kernel/bpf/core.c
4245 F:      kernel/bpf/dispatcher.c
4246 F:      kernel/bpf/mprog.c
4247 F:      kernel/bpf/syscall.c
4248 F:      kernel/bpf/tnum.c
4249 F:      kernel/bpf/trampoline.c
4250 F:      kernel/bpf/verifier.c
4251
4252 BPF [CRYPTO]
4253 M:      Vadim Fedorenko <[email protected]>
4254 L:      [email protected]
4255 S:      Maintained
4256 F:      crypto/bpf_crypto_skcipher.c
4257 F:      include/linux/bpf_crypto.h
4258 F:      kernel/bpf/crypto.c
4259
4260 BPF [DOCUMENTATION] (Related to Standardization)
4261 R:      David Vernet <[email protected]>
4262 L:      [email protected]
4263 L:      [email protected]
4264 S:      Maintained
4265 F:      Documentation/bpf/standardization/
4266
4267 BPF [GENERAL] (Safe Dynamic Programs and Tools)
4268 M:      Alexei Starovoitov <[email protected]>
4269 M:      Daniel Borkmann <[email protected]>
4270 M:      Andrii Nakryiko <[email protected]>
4271 R:      Martin KaFai Lau <[email protected]>
4272 R:      Eduard Zingerman <[email protected]>
4273 R:      Song Liu <[email protected]>
4274 R:      Yonghong Song <[email protected]>
4275 R:      John Fastabend <[email protected]>
4276 R:      KP Singh <[email protected]>
4277 R:      Stanislav Fomichev <[email protected]>
4278 R:      Hao Luo <[email protected]>
4279 R:      Jiri Olsa <[email protected]>
4280 L:      [email protected]
4281 S:      Supported
4282 W:      https://bpf.io/
4283 Q:      https://patchwork.kernel.org/project/netdevbpf/list/?delegate=121173
4284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
4285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
4286 F:      Documentation/bpf/
4287 F:      Documentation/networking/filter.rst
4288 F:      Documentation/userspace-api/ebpf/
4289 F:      arch/*/net/*
4290 F:      include/linux/bpf*
4291 F:      include/linux/btf*
4292 F:      include/linux/filter.h
4293 F:      include/trace/events/xdp.h
4294 F:      include/uapi/linux/bpf*
4295 F:      include/uapi/linux/btf*
4296 F:      include/uapi/linux/filter.h
4297 F:      kernel/bpf/
4298 F:      kernel/trace/bpf_trace.c
4299 F:      lib/buildid.c
4300 F:      lib/test_bpf.c
4301 F:      net/bpf/
4302 F:      net/core/filter.c
4303 F:      net/sched/act_bpf.c
4304 F:      net/sched/cls_bpf.c
4305 F:      samples/bpf/
4306 F:      scripts/bpf_doc.py
4307 F:      scripts/Makefile.btf
4308 F:      scripts/pahole-version.sh
4309 F:      tools/bpf/
4310 F:      tools/lib/bpf/
4311 F:      tools/testing/selftests/bpf/
4312
4313 BPF [ITERATOR]
4314 M:      Yonghong Song <[email protected]>
4315 L:      [email protected]
4316 S:      Maintained
4317 F:      kernel/bpf/*iter.c
4318
4319 BPF [L7 FRAMEWORK] (sockmap)
4320 M:      John Fastabend <[email protected]>
4321 M:      Jakub Sitnicki <[email protected]>
4322 L:      [email protected]
4323 L:      [email protected]
4324 S:      Maintained
4325 F:      include/linux/skmsg.h
4326 F:      net/core/skmsg.c
4327 F:      net/core/sock_map.c
4328 F:      net/ipv4/tcp_bpf.c
4329 F:      net/ipv4/udp_bpf.c
4330 F:      net/unix/unix_bpf.c
4331
4332 BPF [LIBRARY] (libbpf)
4333 M:      Andrii Nakryiko <[email protected]>
4334 M:      Eduard Zingerman <[email protected]>
4335 L:      [email protected]
4336 S:      Maintained
4337 F:      tools/lib/bpf/
4338
4339 BPF [MISC]
4340 L:      [email protected]
4341 S:      Odd Fixes
4342 K:      (?:\b|_)bpf(?:\b|_)
4343
4344 BPF [NETKIT] (BPF-programmable network device)
4345 M:      Daniel Borkmann <[email protected]>
4346 M:      Nikolay Aleksandrov <[email protected]>
4347 L:      [email protected]
4348 L:      [email protected]
4349 S:      Supported
4350 F:      drivers/net/netkit.c
4351 F:      include/net/netkit.h
4352
4353 BPF [NETWORKING] (struct_ops, reuseport)
4354 M:      Martin KaFai Lau <[email protected]>
4355 L:      [email protected]
4356 L:      [email protected]
4357 S:      Maintained
4358 F:      kernel/bpf/bpf_struct*
4359
4360 BPF [NETWORKING] (tcx & tc BPF, sock_addr)
4361 M:      Martin KaFai Lau <[email protected]>
4362 M:      Daniel Borkmann <[email protected]>
4363 R:      John Fastabend <[email protected]>
4364 L:      [email protected]
4365 L:      [email protected]
4366 S:      Maintained
4367 F:      include/net/tcx.h
4368 F:      kernel/bpf/tcx.c
4369 F:      net/core/filter.c
4370 F:      net/sched/act_bpf.c
4371 F:      net/sched/cls_bpf.c
4372
4373 BPF [RINGBUF]
4374 M:      Andrii Nakryiko <[email protected]>
4375 L:      [email protected]
4376 S:      Maintained
4377 F:      kernel/bpf/ringbuf.c
4378
4379 BPF [SECURITY & LSM] (Security Audit and Enforcement using BPF)
4380 M:      KP Singh <[email protected]>
4381 M:      Matt Bobrowski <[email protected]>
4382 L:      [email protected]
4383 S:      Maintained
4384 F:      Documentation/bpf/prog_lsm.rst
4385 F:      include/linux/bpf_lsm.h
4386 F:      kernel/bpf/bpf_lsm.c
4387 F:      kernel/trace/bpf_trace.c
4388 F:      security/bpf/
4389
4390 BPF [SELFTESTS] (Test Runners & Infrastructure)
4391 M:      Andrii Nakryiko <[email protected]>
4392 M:      Eduard Zingerman <[email protected]>
4393 R:      Mykola Lysenko <[email protected]>
4394 L:      [email protected]
4395 S:      Maintained
4396 F:      tools/testing/selftests/bpf/
4397
4398 BPF [STORAGE & CGROUPS]
4399 M:      Martin KaFai Lau <[email protected]>
4400 L:      [email protected]
4401 S:      Maintained
4402 F:      kernel/bpf/*storage.c
4403 F:      kernel/bpf/bpf_lru*
4404 F:      kernel/bpf/cgroup.c
4405
4406 BPF [TOOLING] (bpftool)
4407 M:      Quentin Monnet <[email protected]>
4408 L:      [email protected]
4409 S:      Maintained
4410 F:      kernel/bpf/disasm.*
4411 F:      tools/bpf/bpftool/
4412
4413 BPF [TRACING]
4414 M:      Song Liu <[email protected]>
4415 R:      Jiri Olsa <[email protected]>
4416 L:      [email protected]
4417 S:      Maintained
4418 F:      kernel/bpf/stackmap.c
4419 F:      kernel/trace/bpf_trace.c
4420 F:      lib/buildid.c
4421
4422 BROADCOM ASP 2.0 ETHERNET DRIVER
4423 M:      Justin Chen <[email protected]>
4424 M:      Florian Fainelli <[email protected]>
4425 L:      [email protected]
4426 L:      [email protected]
4427 S:      Supported
4428 F:      Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
4429 F:      drivers/net/ethernet/broadcom/asp2/
4430
4431 BROADCOM B44 10/100 ETHERNET DRIVER
4432 M:      Michael Chan <[email protected]>
4433 L:      [email protected]
4434 S:      Maintained
4435 F:      drivers/net/ethernet/broadcom/b44.*
4436
4437 BROADCOM B53/SF2 ETHERNET SWITCH DRIVER
4438 M:      Florian Fainelli <[email protected]>
4439 L:      [email protected]
4440 L:      [email protected] (subscribers-only)
4441 S:      Supported
4442 F:      Documentation/devicetree/bindings/net/dsa/brcm,b53.yaml
4443 F:      drivers/net/dsa/b53/*
4444 F:      drivers/net/dsa/bcm_sf2*
4445 F:      include/linux/dsa/brcm.h
4446 F:      include/linux/platform_data/b53.h
4447
4448 BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE
4449 M:      Florian Fainelli <[email protected]>
4450 R:      Broadcom internal kernel review list <[email protected]>
4451 L:      [email protected] (moderated for non-subscribers)
4452 L:      [email protected] (moderated for non-subscribers)
4453 S:      Maintained
4454 T:      git https://github.com/broadcom/stblinux.git
4455 F:      Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
4456 F:      drivers/pci/controller/pcie-brcmstb.c
4457 F:      drivers/staging/vc04_services
4458 N:      bcm2711
4459 N:      bcm283*
4460 N:      raspberrypi
4461
4462 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
4463 M:      Florian Fainelli <[email protected]>
4464 M:      Ray Jui <[email protected]>
4465 M:      Scott Branden <[email protected]>
4466 R:      Broadcom internal kernel review list <[email protected]>
4467 S:      Maintained
4468 T:      git https://github.com/broadcom/mach-bcm
4469 F:      arch/arm/mach-bcm/
4470 N:      bcm281*
4471 N:      bcm113*
4472 N:      bcm216*
4473 N:      kona
4474
4475 BROADCOM BCM2835 CAMERA DRIVERS
4476 M:      Raspberry Pi Kernel Maintenance <[email protected]>
4477 L:      [email protected]
4478 S:      Maintained
4479 F:      Documentation/devicetree/bindings/media/brcm,bcm2835-unicam.yaml
4480 F:      drivers/media/platform/broadcom/bcm2835-unicam*
4481
4482 BROADCOM BCM47XX MIPS ARCHITECTURE
4483 M:      Hauke Mehrtens <[email protected]>
4484 M:      Rafał Miłecki <[email protected]>
4485 L:      [email protected]
4486 S:      Maintained
4487 F:      Documentation/devicetree/bindings/mips/brcm/
4488 F:      arch/mips/bcm47xx/*
4489 F:      arch/mips/include/asm/mach-bcm47xx/*
4490
4491 BROADCOM BCM4908 ETHERNET DRIVER
4492 M:      Rafał Miłecki <[email protected]>
4493 R:      Broadcom internal kernel review list <[email protected]>
4494 L:      [email protected]
4495 S:      Maintained
4496 F:      Documentation/devicetree/bindings/net/brcm,bcm4908-enet.yaml
4497 F:      drivers/net/ethernet/broadcom/bcm4908_enet.*
4498 F:      drivers/net/ethernet/broadcom/unimac.h
4499
4500 BROADCOM BCM4908 PINMUX DRIVER
4501 M:      Rafał Miłecki <[email protected]>
4502 R:      Broadcom internal kernel review list <[email protected]>
4503 L:      [email protected]
4504 S:      Maintained
4505 F:      Documentation/devicetree/bindings/pinctrl/brcm,bcm4908-pinctrl.yaml
4506 F:      drivers/pinctrl/bcm/pinctrl-bcm4908.c
4507
4508 BROADCOM BCM5301X ARM ARCHITECTURE
4509 M:      Florian Fainelli <[email protected]>
4510 M:      Hauke Mehrtens <[email protected]>
4511 M:      Rafał Miłecki <[email protected]>
4512 R:      Broadcom internal kernel review list <[email protected]>
4513 L:      [email protected] (moderated for non-subscribers)
4514 S:      Maintained
4515 F:      arch/arm/boot/dts/broadcom/bcm-ns.dtsi
4516 F:      arch/arm/boot/dts/broadcom/bcm470*
4517 F:      arch/arm/boot/dts/broadcom/bcm5301*
4518 F:      arch/arm/boot/dts/broadcom/bcm953012*
4519 F:      arch/arm/mach-bcm/bcm_5301x.c
4520
4521 BROADCOM BCM53573 ARM ARCHITECTURE
4522 M:      Florian Fainelli <[email protected]>
4523 M:      Rafał Miłecki <[email protected]>
4524 R:      Broadcom internal kernel review list <[email protected]>
4525 L:      [email protected] (moderated for non-subscribers)
4526 S:      Maintained
4527 F:      arch/arm/boot/dts/broadcom/bcm47189*
4528 F:      arch/arm/boot/dts/broadcom/bcm53573*
4529
4530 BROADCOM BCM63XX/BCM33XX UDC DRIVER
4531 M:      Kevin Cernekee <[email protected]>
4532 L:      [email protected]
4533 S:      Maintained
4534 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
4535
4536 BROADCOM BCM7XXX ARM ARCHITECTURE
4537 M:      Florian Fainelli <[email protected]>
4538 R:      Broadcom internal kernel review list <[email protected]>
4539 L:      [email protected] (moderated for non-subscribers)
4540 S:      Maintained
4541 T:      git https://github.com/broadcom/stblinux.git
4542 F:      Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
4543 F:      arch/arm/boot/dts/broadcom/bcm7*.dts*
4544 F:      arch/arm/include/asm/hardware/cache-b15-rac.h
4545 F:      arch/arm/mach-bcm/*brcmstb*
4546 F:      arch/arm/mm/cache-b15-rac.c
4547 F:      drivers/bus/brcmstb_gisb.c
4548 F:      drivers/pci/controller/pcie-brcmstb.c
4549 N:      brcmstb
4550 N:      bcm7038
4551 N:      bcm7120
4552
4553 BROADCOM BCMBCA ARM ARCHITECTURE
4554 M:      William Zhang <[email protected]>
4555 M:      Anand Gore <[email protected]>
4556 M:      Kursad Oney <[email protected]>
4557 M:      Florian Fainelli <[email protected]>
4558 M:      Rafał Miłecki <[email protected]>
4559 R:      Broadcom internal kernel review list <[email protected]>
4560 L:      [email protected] (moderated for non-subscribers)
4561 S:      Maintained
4562 T:      git https://github.com/broadcom/stblinux.git
4563 F:      Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
4564 F:      arch/arm64/boot/dts/broadcom/bcmbca/*
4565 N:      bcmbca
4566 N:      bcm[9]?47622
4567 N:      bcm[9]?4912
4568 N:      bcm[9]?63138
4569 N:      bcm[9]?63146
4570 N:      bcm[9]?63148
4571 N:      bcm[9]?63158
4572 N:      bcm[9]?63178
4573 N:      bcm[9]?6756
4574 N:      bcm[9]?6813
4575 N:      bcm[9]?6846
4576 N:      bcm[9]?6855
4577 N:      bcm[9]?6856
4578 N:      bcm[9]?6858
4579 N:      bcm[9]?6878
4580
4581 BROADCOM BDC DRIVER
4582 M:      Justin Chen <[email protected]>
4583 M:      Al Cooper <[email protected]>
4584 R:      Broadcom internal kernel review list <[email protected]>
4585 L:      [email protected]
4586 S:      Maintained
4587 F:      Documentation/devicetree/bindings/usb/brcm,bdc.yaml
4588 F:      drivers/usb/gadget/udc/bdc/
4589
4590 BROADCOM BMIPS CPUFREQ DRIVER
4591 M:      Markus Mayer <[email protected]>
4592 R:      Broadcom internal kernel review list <[email protected]>
4593 L:      [email protected]
4594 S:      Maintained
4595 F:      drivers/cpufreq/bmips-cpufreq.c
4596
4597 BROADCOM BMIPS MIPS ARCHITECTURE
4598 M:      Florian Fainelli <[email protected]>
4599 R:      Broadcom internal kernel review list <[email protected]>
4600 L:      [email protected]
4601 S:      Maintained
4602 T:      git https://github.com/broadcom/stblinux.git
4603 F:      arch/mips/bmips/*
4604 F:      arch/mips/boot/dts/brcm/bcm*.dts*
4605 F:      arch/mips/include/asm/mach-bmips/*
4606 F:      arch/mips/kernel/*bmips*
4607 F:      drivers/irqchip/irq-bcm63*
4608 F:      drivers/irqchip/irq-bcm7*
4609 F:      drivers/irqchip/irq-brcmstb*
4610 F:      drivers/pmdomain/bcm/bcm63xx-power.c
4611 F:      include/linux/bcm963xx_nvram.h
4612 F:      include/linux/bcm963xx_tag.h
4613
4614 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
4615 M:      Rasesh Mody <[email protected]>
4616 M:      [email protected]
4617 L:      [email protected]
4618 S:      Maintained
4619 F:      drivers/net/ethernet/broadcom/bnx2.*
4620 F:      drivers/net/ethernet/broadcom/bnx2_*
4621
4622 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
4623 M:      Saurav Kashyap <[email protected]>
4624 M:      Javed Hasan <[email protected]>
4625 M:      [email protected]
4626 L:      [email protected]
4627 S:      Supported
4628 F:      drivers/scsi/bnx2fc/
4629
4630 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
4631 M:      Nilesh Javali <[email protected]>
4632 M:      Manish Rangankar <[email protected]>
4633 M:      [email protected]
4634 L:      [email protected]
4635 S:      Supported
4636 F:      drivers/scsi/bnx2i/
4637
4638 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
4639 M:      Sudarsana Kalluru <[email protected]>
4640 M:      Manish Chopra <[email protected]>
4641 L:      [email protected]
4642 S:      Maintained
4643 F:      drivers/net/ethernet/broadcom/bnx2x/
4644
4645 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
4646 M:      Michael Chan <[email protected]>
4647 M:      Pavan Chebbi <[email protected]>
4648 L:      [email protected]
4649 S:      Maintained
4650 F:      drivers/firmware/broadcom/tee_bnxt_fw.c
4651 F:      drivers/net/ethernet/broadcom/bnxt/
4652 F:      include/linux/firmware/broadcom/tee_bnxt_fw.h
4653
4654 BROADCOM BRCM80211 IEEE802.11 WIRELESS DRIVERS
4655 M:      Arend van Spriel <[email protected]>
4656 L:      [email protected]
4657 L:      [email protected]
4658 L:      [email protected]
4659 S:      Supported
4660 F:      drivers/net/wireless/broadcom/brcm80211/
4661 F:      include/linux/platform_data/brcmfmac.h
4662
4663 BROADCOM BRCMSTB GPIO DRIVER
4664 M:      Doug Berger <[email protected]>
4665 M:      Florian Fainelli <[email protected]>
4666 R:      Broadcom internal kernel review list <[email protected]>
4667 S:      Supported
4668 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.yaml
4669 F:      drivers/gpio/gpio-brcmstb.c
4670
4671 BROADCOM BRCMSTB I2C DRIVER
4672 M:      Kamal Dasu <[email protected]>
4673 R:      Broadcom internal kernel review list <[email protected]>
4674 L:      [email protected]
4675 S:      Supported
4676 F:      Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml
4677 F:      drivers/i2c/busses/i2c-brcmstb.c
4678
4679 BROADCOM BRCMSTB UART DRIVER
4680 M:      Al Cooper <[email protected]>
4681 R:      Broadcom internal kernel review list <[email protected]>
4682 L:      [email protected]
4683 S:      Maintained
4684 F:      Documentation/devicetree/bindings/serial/brcm,bcm7271-uart.yaml
4685 F:      drivers/tty/serial/8250/8250_bcm7271.c
4686
4687 BROADCOM BRCMSTB USB EHCI DRIVER
4688 M:      Justin Chen <[email protected]>
4689 M:      Al Cooper <[email protected]>
4690 R:      Broadcom internal kernel review list <[email protected]>
4691 L:      [email protected]
4692 S:      Maintained
4693 F:      Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml
4694 F:      drivers/usb/host/ehci-brcm.*
4695
4696 BROADCOM BRCMSTB USB PIN MAP DRIVER
4697 M:      Al Cooper <[email protected]>
4698 R:      Broadcom internal kernel review list <[email protected]>
4699 L:      [email protected]
4700 S:      Maintained
4701 F:      Documentation/devicetree/bindings/usb/brcm,usb-pinmap.yaml
4702 F:      drivers/usb/misc/brcmstb-usb-pinmap.c
4703
4704 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
4705 M:      Justin Chen <[email protected]>
4706 M:      Al Cooper <[email protected]>
4707 R:      Broadcom internal kernel review list <[email protected]>
4708 L:      [email protected]
4709 S:      Maintained
4710 F:      drivers/phy/broadcom/phy-brcm-usb*
4711
4712 BROADCOM Broadband SoC High Speed SPI Controller DRIVER
4713 M:      William Zhang <[email protected]>
4714 M:      Kursad Oney <[email protected]>
4715 M:      Jonas Gorski <[email protected]>
4716 R:      Broadcom internal kernel review list <[email protected]>
4717 L:      [email protected]
4718 S:      Maintained
4719 F:      Documentation/devicetree/bindings/spi/brcm,bcm63xx-hsspi.yaml
4720 F:      drivers/spi/spi-bcm63xx-hsspi.c
4721 F:      drivers/spi/spi-bcmbca-hsspi.c
4722
4723 BROADCOM BCM6348/BCM6358 SPI controller DRIVER
4724 M:      Jonas Gorski <[email protected]>
4725 L:      [email protected]
4726 S:      Odd Fixes
4727 F:      Documentation/devicetree/bindings/spi/brcm,bcm63xx-spi.yaml
4728 F:      drivers/spi/spi-bcm63xx.c
4729
4730 BROADCOM ETHERNET PHY DRIVERS
4731 M:      Florian Fainelli <[email protected]>
4732 R:      Broadcom internal kernel review list <[email protected]>
4733 L:      [email protected]
4734 S:      Supported
4735 F:      Documentation/devicetree/bindings/net/broadcom-bcm87xx.txt
4736 F:      drivers/net/phy/bcm*.[ch]
4737 F:      drivers/net/phy/broadcom.c
4738 F:      include/linux/brcmphy.h
4739
4740 BROADCOM GENET ETHERNET DRIVER
4741 M:      Doug Berger <[email protected]>
4742 M:      Florian Fainelli <[email protected]>
4743 R:      Broadcom internal kernel review list <[email protected]>
4744 L:      [email protected]
4745 S:      Maintained
4746 F:      Documentation/devicetree/bindings/net/brcm,bcmgenet.yaml
4747 F:      Documentation/devicetree/bindings/net/brcm,unimac-mdio.yaml
4748 F:      drivers/net/ethernet/broadcom/genet/
4749 F:      drivers/net/ethernet/broadcom/unimac.h
4750 F:      drivers/net/mdio/mdio-bcm-unimac.c
4751 F:      include/linux/platform_data/bcmgenet.h
4752 F:      include/linux/platform_data/mdio-bcm-unimac.h
4753
4754 BROADCOM IPROC ARM ARCHITECTURE
4755 M:      Ray Jui <[email protected]>
4756 M:      Scott Branden <[email protected]>
4757 R:      Broadcom internal kernel review list <[email protected]>
4758 L:      [email protected] (moderated for non-subscribers)
4759 S:      Maintained
4760 T:      git https://github.com/broadcom/stblinux.git
4761 F:      arch/arm64/boot/dts/broadcom/northstar2/*
4762 F:      arch/arm64/boot/dts/broadcom/stingray/*
4763 F:      drivers/clk/bcm/clk-ns*
4764 F:      drivers/clk/bcm/clk-sr*
4765 F:      drivers/pinctrl/bcm/pinctrl-ns*
4766 F:      include/dt-bindings/clock/bcm-sr*
4767 N:      iproc
4768 N:      cygnus
4769 N:      bcm[-_]nsp
4770 N:      bcm9113*
4771 N:      bcm9583*
4772 N:      bcm9585*
4773 N:      bcm9586*
4774 N:      bcm988312
4775 N:      bcm113*
4776 N:      bcm583*
4777 N:      bcm585*
4778 N:      bcm586*
4779 N:      bcm88312
4780 N:      hr2
4781 N:      stingray
4782
4783 BROADCOM IPROC GBIT ETHERNET DRIVER
4784 M:      Rafał Miłecki <[email protected]>
4785 R:      Broadcom internal kernel review list <[email protected]>
4786 L:      [email protected]
4787 S:      Maintained
4788 F:      Documentation/devicetree/bindings/net/brcm,amac.yaml
4789 F:      drivers/net/ethernet/broadcom/bgmac*
4790 F:      drivers/net/ethernet/broadcom/unimac.h
4791
4792 BROADCOM KONA GPIO DRIVER
4793 M:      Ray Jui <[email protected]>
4794 R:      Broadcom internal kernel review list <[email protected]>
4795 S:      Supported
4796 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.yaml
4797 F:      drivers/gpio/gpio-bcm-kona.c
4798
4799 BROADCOM MPI3 STORAGE CONTROLLER DRIVER
4800 M:      Sathya Prakash Veerichetty <[email protected]>
4801 M:      Kashyap Desai <[email protected]>
4802 M:      Sumit Saxena <[email protected]>
4803 M:      Sreekanth Reddy <[email protected]>
4804 L:      [email protected]
4805 L:      [email protected]
4806 S:      Supported
4807 W:      https://www.broadcom.com/support/storage
4808 F:      drivers/scsi/mpi3mr/
4809
4810 BROADCOM NETXTREME-E ROCE DRIVER
4811 M:      Selvin Xavier <[email protected]>
4812 M:      Kalesh AP <[email protected]>
4813 L:      [email protected]
4814 S:      Supported
4815 W:      http://www.broadcom.com
4816 F:      drivers/infiniband/hw/bnxt_re/
4817 F:      include/uapi/rdma/bnxt_re-abi.h
4818
4819 BROADCOM NVRAM DRIVER
4820 M:      Rafał Miłecki <[email protected]>
4821 L:      [email protected]
4822 S:      Maintained
4823 F:      drivers/firmware/broadcom/*
4824
4825 BROADCOM PMB (POWER MANAGEMENT BUS) DRIVER
4826 M:      Rafał Miłecki <[email protected]>
4827 M:      Florian Fainelli <[email protected]>
4828 R:      Broadcom internal kernel review list <[email protected]>
4829 L:      [email protected]
4830 S:      Maintained
4831 T:      git https://github.com/broadcom/stblinux.git
4832 F:      drivers/pmdomain/bcm/bcm-pmb.c
4833 F:      include/dt-bindings/soc/bcm-pmb.h
4834
4835 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
4836 M:      Rafał Miłecki <[email protected]>
4837 L:      [email protected]
4838 S:      Maintained
4839 F:      drivers/bcma/
4840 F:      include/linux/bcma/
4841
4842 BROADCOM SPI DRIVER
4843 M:      Kamal Dasu <[email protected]>
4844 R:      Broadcom internal kernel review list <[email protected]>
4845 S:      Maintained
4846 F:      Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.yaml
4847 F:      drivers/spi/spi-bcm-qspi.*
4848 F:      drivers/spi/spi-brcmstb-qspi.c
4849 F:      drivers/spi/spi-iproc-qspi.c
4850
4851 BROADCOM STB AVS CPUFREQ DRIVER
4852 M:      Markus Mayer <[email protected]>
4853 R:      Broadcom internal kernel review list <[email protected]>
4854 L:      [email protected]
4855 S:      Maintained
4856 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
4857 F:      drivers/cpufreq/brcmstb*
4858
4859 BROADCOM STB AVS TMON DRIVER
4860 M:      Markus Mayer <[email protected]>
4861 R:      Broadcom internal kernel review list <[email protected]>
4862 L:      [email protected]
4863 S:      Maintained
4864 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
4865 F:      drivers/thermal/broadcom/brcmstb*
4866
4867 BROADCOM STB DPFE DRIVER
4868 M:      Markus Mayer <[email protected]>
4869 R:      Broadcom internal kernel review list <[email protected]>
4870 L:      [email protected] (moderated for non-subscribers)
4871 S:      Maintained
4872 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.yaml
4873 F:      drivers/memory/brcmstb_dpfe.c
4874
4875 BROADCOM STB NAND FLASH DRIVER
4876 M:      Brian Norris <[email protected]>
4877 M:      Kamal Dasu <[email protected]>
4878 R:      Broadcom internal kernel review list <[email protected]>
4879 L:      [email protected]
4880 S:      Maintained
4881 F:      drivers/mtd/nand/raw/brcmnand/
4882 F:      include/linux/platform_data/brcmnand.h
4883
4884 BROADCOM STB PCIE DRIVER
4885 M:      Jim Quinlan <[email protected]>
4886 M:      Nicolas Saenz Julienne <[email protected]>
4887 M:      Florian Fainelli <[email protected]>
4888 R:      Broadcom internal kernel review list <[email protected]>
4889 L:      [email protected]
4890 S:      Maintained
4891 F:      Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
4892 F:      drivers/pci/controller/pcie-brcmstb.c
4893
4894 BROADCOM SYSTEMPORT ETHERNET DRIVER
4895 M:      Florian Fainelli <[email protected]>
4896 R:      Broadcom internal kernel review list <[email protected]>
4897 L:      [email protected]
4898 S:      Maintained
4899 F:      Documentation/devicetree/bindings/net/brcm,systemport.yaml
4900 F:      drivers/net/ethernet/broadcom/bcmsysport.*
4901 F:      drivers/net/ethernet/broadcom/unimac.h
4902
4903 BROADCOM TG3 GIGABIT ETHERNET DRIVER
4904 M:      Pavan Chebbi <[email protected]>
4905 M:      Michael Chan <[email protected]>
4906 L:      [email protected]
4907 S:      Maintained
4908 F:      drivers/net/ethernet/broadcom/tg3.*
4909
4910 BROADCOM VK DRIVER
4911 M:      Scott Branden <[email protected]>
4912 R:      Broadcom internal kernel review list <[email protected]>
4913 S:      Supported
4914 F:      drivers/misc/bcm-vk/
4915 F:      include/uapi/linux/misc/bcm_vk.h
4916
4917 BROCADE BFA FC SCSI DRIVER
4918 M:      Anil Gurumurthy <[email protected]>
4919 M:      Sudarsana Kalluru <[email protected]>
4920 L:      [email protected]
4921 S:      Supported
4922 F:      drivers/scsi/bfa/
4923
4924 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
4925 M:      Rasesh Mody <[email protected]>
4926 M:      Sudarsana Kalluru <[email protected]>
4927 M:      [email protected]
4928 L:      [email protected]
4929 S:      Maintained
4930 F:      drivers/net/ethernet/brocade/bna/
4931
4932 BSG (block layer generic sg v4 driver)
4933 M:      FUJITA Tomonori <[email protected]>
4934 L:      [email protected]
4935 S:      Supported
4936 F:      block/bsg.c
4937 F:      include/linux/bsg.h
4938 F:      include/uapi/linux/bsg.h
4939
4940 BT87X AUDIO DRIVER
4941 M:      Clemens Ladisch <[email protected]>
4942 L:      [email protected]
4943 S:      Maintained
4944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
4945 F:      Documentation/sound/cards/bt87x.rst
4946 F:      sound/pci/bt87x.c
4947
4948 BT8XXGPIO DRIVER
4949 M:      Michael Buesch <[email protected]>
4950 S:      Maintained
4951 W:      http://bu3sch.de/btgpio.php
4952 F:      drivers/gpio/gpio-bt8xx.c
4953
4954 BTRFS FILE SYSTEM
4955 M:      Chris Mason <[email protected]>
4956 M:      Josef Bacik <[email protected]>
4957 M:      David Sterba <[email protected]>
4958 L:      [email protected]
4959 S:      Maintained
4960 W:      https://btrfs.readthedocs.io
4961 Q:      https://patchwork.kernel.org/project/linux-btrfs/list/
4962 C:      irc://irc.libera.chat/btrfs
4963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git
4964 F:      Documentation/filesystems/btrfs.rst
4965 F:      fs/btrfs/
4966 F:      include/linux/btrfs*
4967 F:      include/trace/events/btrfs.h
4968 F:      include/uapi/linux/btrfs*
4969
4970 BTTV VIDEO4LINUX DRIVER
4971 M:      Mauro Carvalho Chehab <[email protected]>
4972 L:      [email protected]
4973 S:      Odd fixes
4974 W:      https://linuxtv.org
4975 T:      git git://linuxtv.org/media.git
4976 F:      Documentation/driver-api/media/drivers/bttv*
4977 F:      drivers/media/pci/bt8xx/bttv*
4978
4979 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
4980 M:      Chanwoo Choi <[email protected]>
4981 L:      [email protected]
4982 L:      [email protected]
4983 S:      Maintained
4984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
4985 F:      Documentation/devicetree/bindings/interconnect/samsung,exynos-bus.yaml
4986 F:      drivers/devfreq/exynos-bus.c
4987
4988 BUSLOGIC SCSI DRIVER
4989 M:      Khalid Aziz <[email protected]>
4990 L:      [email protected]
4991 S:      Maintained
4992 F:      drivers/scsi/BusLogic.*
4993 F:      drivers/scsi/FlashPoint.*
4994
4995 BXCAN CAN NETWORK DRIVER
4996 M:      Dario Binacchi <[email protected]>
4997 L:      [email protected]
4998 S:      Maintained
4999 F:      Documentation/devicetree/bindings/net/can/st,stm32-bxcan.yaml
5000 F:      drivers/net/can/bxcan.c
5001
5002 C-MEDIA CMI8788 DRIVER
5003 M:      Clemens Ladisch <[email protected]>
5004 L:      [email protected]
5005 S:      Maintained
5006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
5007 F:      sound/pci/oxygen/
5008
5009 C-SKY ARCHITECTURE
5010 M:      Guo Ren <[email protected]>
5011 L:      [email protected]
5012 S:      Supported
5013 T:      git https://github.com/c-sky/csky-linux.git
5014 F:      Documentation/devicetree/bindings/csky/
5015 F:      Documentation/devicetree/bindings/interrupt-controller/csky,*
5016 F:      Documentation/devicetree/bindings/timer/csky,*
5017 F:      arch/csky/
5018 F:      drivers/clocksource/timer-gx6605s.c
5019 F:      drivers/clocksource/timer-mp-csky.c
5020 F:      drivers/irqchip/irq-csky-*
5021 N:      csky
5022 K:      csky
5023
5024 CA8210 IEEE-802.15.4 RADIO DRIVER
5025 L:      [email protected]
5026 S:      Orphan
5027 W:      https://github.com/Cascoda/ca8210-linux.git
5028 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
5029 F:      drivers/net/ieee802154/ca8210.c
5030
5031 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
5032 M:      David Howells <[email protected]>
5033 L:      [email protected]
5034 S:      Supported
5035 F:      Documentation/filesystems/caching/cachefiles.rst
5036 F:      fs/cachefiles/
5037
5038 CACHESTAT: PAGE CACHE STATS FOR A FILE
5039 M:      Nhat Pham <[email protected]>
5040 M:      Johannes Weiner <[email protected]>
5041 L:      [email protected]
5042 S:      Maintained
5043 F:      tools/testing/selftests/cachestat/test_cachestat.c
5044
5045 CADENCE MIPI-CSI2 BRIDGES
5046 M:      Maxime Ripard <[email protected]>
5047 L:      [email protected]
5048 S:      Maintained
5049 F:      Documentation/devicetree/bindings/media/cdns,*.txt
5050 F:      Documentation/devicetree/bindings/media/cdns,csi2rx.yaml
5051 F:      drivers/media/platform/cadence/cdns-csi2*
5052
5053 CADENCE NAND DRIVER
5054 L:      [email protected]
5055 S:      Orphan
5056 F:      Documentation/devicetree/bindings/mtd/cdns,hp-nfc.yaml
5057 F:      drivers/mtd/nand/raw/cadence-nand-controller.c
5058
5059 CADENCE USB3 DRD IP DRIVER
5060 M:      Peter Chen <[email protected]>
5061 M:      Pawel Laszczak <[email protected]>
5062 R:      Roger Quadros <[email protected]>
5063 L:      [email protected]
5064 S:      Maintained
5065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
5066 F:      Documentation/devicetree/bindings/usb/cdns,usb3.yaml
5067 F:      drivers/usb/cdns3/
5068 X:      drivers/usb/cdns3/cdnsp*
5069
5070 CADENCE USBHS DRIVER
5071 M:      Pawel Laszczak <[email protected]>
5072 L:      [email protected]
5073 S:      Maintained
5074 F:      drivers/usb/gadget/udc/cdns2
5075
5076 CADENCE USBSSP DRD IP DRIVER
5077 M:      Pawel Laszczak <[email protected]>
5078 L:      [email protected]
5079 S:      Maintained
5080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
5081 F:      drivers/usb/cdns3/
5082 X:      drivers/usb/cdns3/cdns3*
5083
5084 CADET FM/AM RADIO RECEIVER DRIVER
5085 M:      Hans Verkuil <[email protected]>
5086 L:      [email protected]
5087 S:      Maintained
5088 W:      https://linuxtv.org
5089 T:      git git://linuxtv.org/media.git
5090 F:      drivers/media/radio/radio-cadet*
5091
5092 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
5093 L:      [email protected]
5094 S:      Orphan
5095 T:      git git://linuxtv.org/media.git
5096 F:      Documentation/admin-guide/media/cafe_ccic*
5097 F:      drivers/media/platform/marvell/
5098
5099 CAIF NETWORK LAYER
5100 L:      [email protected]
5101 S:      Orphan
5102 F:      Documentation/networking/caif/
5103 F:      drivers/net/caif/
5104 F:      include/net/caif/
5105 F:      include/uapi/linux/caif/
5106 F:      net/caif/
5107
5108 CAKE QDISC
5109 M:      Toke Høiland-Jørgensen <[email protected]>
5110 L:      [email protected] (moderated for non-subscribers)
5111 S:      Maintained
5112 F:      net/sched/sch_cake.c
5113
5114 CAN NETWORK DRIVERS
5115 M:      Marc Kleine-Budde <[email protected]>
5116 M:      Vincent Mailhol <[email protected]>
5117 L:      [email protected]
5118 S:      Maintained
5119 W:      https://github.com/linux-can
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
5121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
5122 F:      Documentation/devicetree/bindings/net/can/
5123 F:      Documentation/devicetree/bindings/phy/ti,tcan104x-can.yaml
5124 F:      drivers/net/can/
5125 F:      drivers/phy/phy-can-transceiver.c
5126 F:      include/linux/can/bittiming.h
5127 F:      include/linux/can/dev.h
5128 F:      include/linux/can/length.h
5129 F:      include/linux/can/platform/
5130 F:      include/linux/can/rx-offload.h
5131 F:      include/uapi/linux/can/error.h
5132 F:      include/uapi/linux/can/netlink.h
5133 F:      include/uapi/linux/can/vxcan.h
5134
5135 CAN NETWORK LAYER
5136 M:      Oliver Hartkopp <[email protected]>
5137 M:      Marc Kleine-Budde <[email protected]>
5138 L:      [email protected]
5139 S:      Maintained
5140 W:      https://github.com/linux-can
5141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
5142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
5143 F:      Documentation/networking/can.rst
5144 F:      Documentation/networking/iso15765-2.rst
5145 F:      include/linux/can/can-ml.h
5146 F:      include/linux/can/core.h
5147 F:      include/linux/can/skb.h
5148 F:      include/net/netns/can.h
5149 F:      include/uapi/linux/can.h
5150 F:      include/uapi/linux/can/bcm.h
5151 F:      include/uapi/linux/can/gw.h
5152 F:      include/uapi/linux/can/isotp.h
5153 F:      include/uapi/linux/can/raw.h
5154 F:      net/can/
5155 F:      net/sched/em_canid.c
5156
5157 CAN-J1939 NETWORK LAYER
5158 M:      Robin van der Gracht <[email protected]>
5159 M:      Oleksij Rempel <[email protected]>
5160 R:      [email protected]
5161 L:      [email protected]
5162 S:      Maintained
5163 F:      Documentation/networking/j1939.rst
5164 F:      include/uapi/linux/can/j1939.h
5165 F:      net/can/j1939/
5166
5167 CANAAN/KENDRYTE K210 SOC FPIOA DRIVER
5168 M:      Damien Le Moal <[email protected]>
5169 L:      [email protected]
5170 L:      [email protected] (pinctrl driver)
5171 F:      Documentation/devicetree/bindings/pinctrl/canaan,k210-fpioa.yaml
5172 F:      drivers/pinctrl/pinctrl-k210.c
5173
5174 CANAAN/KENDRYTE K210 SOC RESET CONTROLLER DRIVER
5175 M:      Damien Le Moal <[email protected]>
5176 L:      [email protected]
5177 L:      [email protected]
5178 S:      Maintained
5179 F:      Documentation/devicetree/bindings/reset/canaan,k210-rst.yaml
5180 F:      drivers/reset/reset-k210.c
5181
5182 CANAAN/KENDRYTE K210 SOC SYSTEM CONTROLLER DRIVER
5183 M:      Damien Le Moal <[email protected]>
5184 L:      [email protected]
5185 S:      Maintained
5186 F:      Documentation/devicetree/bindings/mfd/canaan,k210-sysctl.yaml
5187 F:      drivers/soc/canaan/
5188 F:      include/soc/canaan/
5189
5190 CAPABILITIES
5191 M:      Serge Hallyn <[email protected]>
5192 L:      [email protected]
5193 S:      Supported
5194 F:      include/linux/capability.h
5195 F:      include/trace/events/capability.h
5196 F:      include/uapi/linux/capability.h
5197 F:      kernel/capability.c
5198 F:      security/commoncap.c
5199
5200 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
5201 M:      Kevin Tsai <[email protected]>
5202 S:      Maintained
5203 F:      drivers/iio/light/cm*
5204
5205 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
5206 M:      Christian Lamparter <[email protected]>
5207 L:      [email protected]
5208 S:      Maintained
5209 W:      https://wireless.wiki.kernel.org/en/users/Drivers/carl9170
5210 F:      drivers/net/wireless/ath/carl9170/
5211
5212 CAVIUM I2C DRIVER
5213 M:      Robert Richter <[email protected]>
5214 S:      Odd Fixes
5215 W:      http://www.marvell.com
5216 F:      drivers/i2c/busses/i2c-octeon*
5217 F:      drivers/i2c/busses/i2c-thunderx*
5218
5219 CAVIUM LIQUIDIO NETWORK DRIVER
5220 L:      [email protected]
5221 S:      Orphan
5222 W:      http://www.marvell.com
5223 F:      drivers/net/ethernet/cavium/liquidio/
5224
5225 CAVIUM MMC DRIVER
5226 M:      Robert Richter <[email protected]>
5227 S:      Odd Fixes
5228 W:      http://www.marvell.com
5229 F:      drivers/mmc/host/cavium*
5230
5231 CAVIUM OCTEON-TX CRYPTO DRIVER
5232 M:      George Cherian <[email protected]>
5233 L:      [email protected]
5234 S:      Supported
5235 W:      http://www.marvell.com
5236 F:      drivers/crypto/cavium/cpt/
5237
5238 CAVIUM THUNDERX2 ARM64 SOC
5239 M:      Robert Richter <[email protected]>
5240 L:      [email protected] (moderated for non-subscribers)
5241 S:      Odd Fixes
5242 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
5243 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
5244
5245 CBS/ETF/TAPRIO QDISCS
5246 M:      Vinicius Costa Gomes <[email protected]>
5247 L:      [email protected]
5248 S:      Maintained
5249 F:      net/sched/sch_cbs.c
5250 F:      net/sched/sch_etf.c
5251 F:      net/sched/sch_taprio.c
5252
5253 CC2520 IEEE-802.15.4 RADIO DRIVER
5254 M:      Stefan Schmidt <[email protected]>
5255 L:      [email protected]
5256 S:      Odd Fixes
5257 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
5258 F:      drivers/net/ieee802154/cc2520.c
5259
5260 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
5261 M:      Gilad Ben-Yossef <[email protected]>
5262 L:      [email protected]
5263 S:      Supported
5264 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
5265 F:      drivers/crypto/ccree/
5266
5267 CCTRNG ARM TRUSTZONE CRYPTOCELL TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
5268 M:      Hadar Gat <[email protected]>
5269 L:      [email protected]
5270 S:      Supported
5271 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
5272 F:      Documentation/devicetree/bindings/rng/arm-cctrng.yaml
5273 F:      drivers/char/hw_random/cctrng.c
5274 F:      drivers/char/hw_random/cctrng.h
5275
5276 CEC FRAMEWORK
5277 M:      Hans Verkuil <[email protected]>
5278 L:      [email protected]
5279 S:      Supported
5280 W:      http://linuxtv.org
5281 T:      git git://linuxtv.org/media.git
5282 F:      Documentation/ABI/testing/debugfs-cec-error-inj
5283 F:      Documentation/devicetree/bindings/media/cec/cec-common.yaml
5284 F:      Documentation/driver-api/media/cec-core.rst
5285 F:      Documentation/userspace-api/media/cec
5286 F:      drivers/media/cec/
5287 F:      drivers/media/rc/keymaps/rc-cec.c
5288 F:      include/media/cec-notifier.h
5289 F:      include/media/cec.h
5290 F:      include/uapi/linux/cec-funcs.h
5291 F:      include/uapi/linux/cec.h
5292
5293 CEC GPIO DRIVER
5294 M:      Hans Verkuil <[email protected]>
5295 L:      [email protected]
5296 S:      Supported
5297 W:      http://linuxtv.org
5298 T:      git git://linuxtv.org/media.git
5299 F:      Documentation/devicetree/bindings/media/cec/cec-gpio.yaml
5300 F:      drivers/media/cec/platform/cec-gpio/
5301
5302 CELL BROADBAND ENGINE ARCHITECTURE
5303 L:      [email protected]
5304 S:      Orphan
5305 F:      arch/powerpc/include/asm/cell*.h
5306 F:      arch/powerpc/include/asm/spu*.h
5307 F:      arch/powerpc/include/uapi/asm/spu*.h
5308 F:      arch/powerpc/platforms/cell/
5309
5310 CELLWISE CW2015 BATTERY DRIVER
5311 M:      Tobias Schrammm <[email protected]>
5312 S:      Maintained
5313 F:      Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml
5314 F:      drivers/power/supply/cw2015_battery.c
5315
5316 CEPH COMMON CODE (LIBCEPH)
5317 M:      Ilya Dryomov <[email protected]>
5318 M:      Xiubo Li <[email protected]>
5319 L:      [email protected]
5320 S:      Supported
5321 W:      http://ceph.com/
5322 T:      git https://github.com/ceph/ceph-client.git
5323 F:      include/linux/ceph/
5324 F:      include/linux/crush/
5325 F:      net/ceph/
5326
5327 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
5328 M:      Xiubo Li <[email protected]>
5329 M:      Ilya Dryomov <[email protected]>
5330 L:      [email protected]
5331 S:      Supported
5332 W:      http://ceph.com/
5333 T:      git https://github.com/ceph/ceph-client.git
5334 F:      Documentation/filesystems/ceph.rst
5335 F:      fs/ceph/
5336
5337 CERTIFICATE HANDLING
5338 M:      David Howells <[email protected]>
5339 M:      David Woodhouse <[email protected]>
5340 L:      [email protected]
5341 S:      Maintained
5342 F:      Documentation/admin-guide/module-signing.rst
5343 F:      certs/
5344 F:      scripts/sign-file.c
5345 F:      scripts/ssl-common.h
5346 F:      tools/certs/
5347
5348 CFAG12864B LCD DRIVER
5349 M:      Miguel Ojeda <[email protected]>
5350 S:      Maintained
5351 F:      drivers/auxdisplay/cfag12864b.c
5352 F:      include/linux/cfag12864b.h
5353
5354 CFAG12864BFB LCD FRAMEBUFFER DRIVER
5355 M:      Miguel Ojeda <[email protected]>
5356 S:      Maintained
5357 F:      drivers/auxdisplay/cfag12864bfb.c
5358 F:      include/linux/cfag12864b.h
5359
5360 CHAR and MISC DRIVERS
5361 M:      Arnd Bergmann <[email protected]>
5362 M:      Greg Kroah-Hartman <[email protected]>
5363 S:      Supported
5364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
5365 F:      drivers/char/
5366 F:      drivers/misc/
5367 F:      include/linux/miscdevice.h
5368 F:      samples/rust/rust_misc_device.rs
5369 X:      drivers/char/agp/
5370 X:      drivers/char/hw_random/
5371 X:      drivers/char/ipmi/
5372 X:      drivers/char/random.c
5373 X:      drivers/char/tpm/
5374
5375 CHARGERLAB POWER-Z HARDWARE MONITOR DRIVER
5376 M:      Thomas Weißschuh <[email protected]>
5377 L:      [email protected]
5378 S:      Maintained
5379 F:      Documentation/hwmon/powerz.rst
5380 F:      drivers/hwmon/powerz.c
5381
5382 CHECKPATCH
5383 M:      Andy Whitcroft <[email protected]>
5384 M:      Joe Perches <[email protected]>
5385 R:      Dwaipayan Ray <[email protected]>
5386 R:      Lukas Bulwahn <[email protected]>
5387 S:      Maintained
5388 F:      scripts/checkpatch.pl
5389
5390 CHECKPATCH DOCUMENTATION
5391 M:      Dwaipayan Ray <[email protected]>
5392 M:      Lukas Bulwahn <[email protected]>
5393 R:      Joe Perches <[email protected]>
5394 S:      Maintained
5395 F:      Documentation/dev-tools/checkpatch.rst
5396
5397 CHINESE DOCUMENTATION
5398 M:      Alex Shi <[email protected]>
5399 M:      Yanteng Si <[email protected]>
5400 S:      Maintained
5401 F:      Documentation/translations/zh_CN/
5402
5403 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
5404 M:      Peter Chen <[email protected]>
5405 L:      [email protected]
5406 S:      Maintained
5407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
5408 F:      drivers/usb/chipidea/
5409
5410 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
5411 M:      Hans de Goede <[email protected]>
5412 L:      [email protected]
5413 S:      Maintained
5414 F:      Documentation/devicetree/bindings/input/touchscreen/chipone,icn8318.yaml
5415 F:      drivers/input/touchscreen/chipone_icn8318.c
5416
5417 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
5418 M:      Hans de Goede <[email protected]>
5419 L:      [email protected]
5420 S:      Maintained
5421 F:      drivers/input/touchscreen/chipone_icn8505.c
5422
5423 CHROME HARDWARE PLATFORM SUPPORT
5424 M:      Benson Leung <[email protected]>
5425 M:      Tzung-Bi Shih <[email protected]>
5426 L:      [email protected]
5427 S:      Maintained
5428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
5429 F:      drivers/platform/chrome/
5430
5431 CHROMEOS EC CODEC DRIVER
5432 M:      Cheng-Yi Chiang <[email protected]>
5433 M:      Tzung-Bi Shih <[email protected]>
5434 R:      Guenter Roeck <[email protected]>
5435 L:      [email protected]
5436 S:      Maintained
5437 F:      Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
5438 F:      sound/soc/codecs/cros_ec_codec.*
5439
5440 CHROMEOS EC CHARGE CONTROL
5441 M:      Thomas Weißschuh <[email protected]>
5442 S:      Maintained
5443 F:      drivers/power/supply/cros_charge-control.c
5444
5445 CHROMEOS EC HARDWARE MONITORING
5446 M:      Thomas Weißschuh <[email protected]>
5447 L:      [email protected]
5448 L:      [email protected]
5449 S:      Maintained
5450 F:      Documentation/hwmon/cros_ec_hwmon.rst
5451 F:      drivers/hwmon/cros_ec_hwmon.c
5452
5453 CHROMEOS EC LED DRIVER
5454 M:      Thomas Weißschuh <[email protected]>
5455 S:      Maintained
5456 F:      drivers/leds/leds-cros_ec.c
5457
5458 CHROMEOS EC SUBDRIVERS
5459 M:      Benson Leung <[email protected]>
5460 R:      Guenter Roeck <[email protected]>
5461 L:      [email protected]
5462 S:      Maintained
5463 F:      drivers/power/supply/cros_charge-control.c
5464 F:      drivers/power/supply/cros_usbpd-charger.c
5465 N:      cros_ec
5466 N:      cros-ec
5467
5468 CHROMEOS EC UART DRIVER
5469 M:      Bhanu Prakash Maiya <[email protected]>
5470 R:      Benson Leung <[email protected]>
5471 R:      Tzung-Bi Shih <[email protected]>
5472 S:      Maintained
5473 F:      drivers/platform/chrome/cros_ec_uart.c
5474
5475 CHROMEOS EC USB PD NOTIFY DRIVER
5476 M:      Prashant Malani <[email protected]>
5477 L:      [email protected]
5478 S:      Maintained
5479 F:      drivers/platform/chrome/cros_usbpd_notify.c
5480 F:      include/linux/platform_data/cros_usbpd_notify.h
5481
5482 CHROMEOS EC USB TYPE-C DRIVER
5483 M:      Prashant Malani <[email protected]>
5484 M:      Benson Leung <[email protected]>
5485 M:      Abhishek Pandit-Subedi <[email protected]>
5486 L:      [email protected]
5487 S:      Maintained
5488 F:      drivers/platform/chrome/cros_ec_typec.*
5489 F:      drivers/platform/chrome/cros_typec_altmode.*
5490 F:      drivers/platform/chrome/cros_typec_switch.c
5491 F:      drivers/platform/chrome/cros_typec_vdm.*
5492
5493 CHROMEOS HPS DRIVER
5494 M:      Dan Callaghan <[email protected]>
5495 R:      Sami Kyöstilä <[email protected]>
5496 S:      Maintained
5497 F:      drivers/platform/chrome/cros_hps_i2c.c
5498
5499 CHROMEOS EC WATCHDOG
5500 M:      Lukasz Majczak <[email protected]>
5501 L:      [email protected]
5502 S:      Maintained
5503 F:      drivers/watchdog/cros_ec_wdt.c
5504
5505 CHROMEOS UCSI DRIVER
5506 M:      Abhishek Pandit-Subedi <[email protected]>
5507 M:      Łukasz Bartosik <[email protected]>
5508 L:      [email protected]
5509 S:      Maintained
5510 F:      drivers/usb/typec/ucsi/cros_ec_ucsi.c
5511
5512 CHRONTEL CH7322 CEC DRIVER
5513 M:      Joe Tessler <[email protected]>
5514 L:      [email protected]
5515 S:      Maintained
5516 T:      git git://linuxtv.org/media.git
5517 F:      Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.yaml
5518 F:      drivers/media/cec/i2c/ch7322.c
5519
5520 CIRRUS LOGIC AUDIO CODEC DRIVERS
5521 M:      David Rhodes <[email protected]>
5522 M:      Richard Fitzgerald <[email protected]>
5523 L:      [email protected]
5524 L:      [email protected]
5525 S:      Maintained
5526 F:      Documentation/devicetree/bindings/sound/cirrus,cs*
5527 F:      Documentation/sound/codecs/cs*
5528 F:      drivers/mfd/cs42l43*
5529 F:      drivers/pinctrl/cirrus/pinctrl-cs42l43*
5530 F:      drivers/spi/spi-cs42l43*
5531 F:      include/dt-bindings/sound/cs*
5532 F:      include/linux/mfd/cs42l43*
5533 F:      include/sound/cs*
5534 F:      sound/pci/hda/cirrus*
5535 F:      sound/pci/hda/cs*
5536 F:      sound/pci/hda/hda_component*
5537 F:      sound/pci/hda/hda_cs_dsp_ctl.*
5538 F:      sound/soc/codecs/cs*
5539
5540 CIRRUS LOGIC HAPTIC DRIVERS
5541 M:      James Ogletree <[email protected]>
5542 M:      Fred Treven <[email protected]>
5543 M:      Ben Bright <[email protected]>
5544 L:      [email protected]
5545 S:      Supported
5546 F:      Documentation/devicetree/bindings/input/cirrus,cs40l50.yaml
5547 F:      drivers/input/misc/cs40l*
5548 F:      drivers/mfd/cs40l*
5549 F:      include/linux/mfd/cs40l*
5550 F:      sound/soc/codecs/cs40l*
5551
5552 CIRRUS LOGIC DSP FIRMWARE DRIVER
5553 M:      Simon Trimmer <[email protected]>
5554 M:      Charles Keepax <[email protected]>
5555 M:      Richard Fitzgerald <[email protected]>
5556 L:      [email protected]
5557 S:      Supported
5558 W:      https://github.com/CirrusLogic/linux-drivers/wiki
5559 T:      git https://github.com/CirrusLogic/linux-drivers.git
5560 F:      drivers/firmware/cirrus/
5561 F:      include/linux/firmware/cirrus/
5562
5563 CIRRUS LOGIC EP93XX ETHERNET DRIVER
5564 M:      Hartley Sweeten <[email protected]>
5565 L:      [email protected]
5566 S:      Maintained
5567 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
5568
5569 CIRRUS LOGIC LOCHNAGAR DRIVER
5570 M:      Charles Keepax <[email protected]>
5571 M:      Richard Fitzgerald <[email protected]>
5572 L:      [email protected]
5573 S:      Supported
5574 F:      Documentation/devicetree/bindings/clock/cirrus,lochnagar.yaml
5575 F:      Documentation/devicetree/bindings/hwmon/cirrus,lochnagar.yaml
5576 F:      Documentation/devicetree/bindings/mfd/cirrus,lochnagar.yaml
5577 F:      Documentation/devicetree/bindings/pinctrl/cirrus,lochnagar.yaml
5578 F:      Documentation/devicetree/bindings/sound/cirrus,lochnagar.yaml
5579 F:      Documentation/hwmon/lochnagar.rst
5580 F:      drivers/clk/clk-lochnagar.c
5581 F:      drivers/hwmon/lochnagar-hwmon.c
5582 F:      drivers/mfd/lochnagar-i2c.c
5583 F:      drivers/pinctrl/cirrus/pinctrl-lochnagar.c
5584 F:      drivers/regulator/lochnagar-regulator.c
5585 F:      include/dt-bindings/clock/lochnagar.h
5586 F:      include/dt-bindings/pinctrl/lochnagar.h
5587 F:      include/linux/mfd/lochnagar*
5588 F:      sound/soc/codecs/lochnagar-sc.c
5589
5590 CIRRUS LOGIC MADERA CODEC DRIVERS
5591 M:      Charles Keepax <[email protected]>
5592 M:      Richard Fitzgerald <[email protected]>
5593 L:      [email protected]
5594 L:      [email protected]
5595 S:      Supported
5596 W:      https://github.com/CirrusLogic/linux-drivers/wiki
5597 T:      git https://github.com/CirrusLogic/linux-drivers.git
5598 F:      Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
5599 F:      Documentation/devicetree/bindings/pinctrl/cirrus,madera.yaml
5600 F:      Documentation/devicetree/bindings/sound/cirrus,madera.yaml
5601 F:      drivers/gpio/gpio-madera*
5602 F:      drivers/irqchip/irq-madera*
5603 F:      drivers/mfd/cs47l*
5604 F:      drivers/mfd/madera*
5605 F:      drivers/pinctrl/cirrus/*
5606 F:      include/dt-bindings/sound/madera*
5607 F:      include/linux/irqchip/irq-madera*
5608 F:      include/linux/mfd/madera/*
5609 F:      include/sound/madera*
5610 F:      sound/soc/codecs/cs47l*
5611 F:      sound/soc/codecs/madera*
5612
5613 CISCO FCOE HBA DRIVER
5614 M:      Satish Kharat <[email protected]>
5615 M:      Sesidhar Baddela <[email protected]>
5616 M:      Karan Tilak Kumar <[email protected]>
5617 L:      [email protected]
5618 S:      Supported
5619 F:      drivers/scsi/fnic/
5620
5621 CISCO SCSI HBA DRIVER
5622 M:      Karan Tilak Kumar <[email protected]>
5623 M:      Sesidhar Baddela <[email protected]>
5624 L:      [email protected]
5625 S:      Supported
5626 F:      drivers/scsi/snic/
5627
5628 CISCO VIC ETHERNET NIC DRIVER
5629 M:      Christian Benvenuti <[email protected]>
5630 M:      Satish Kharat <[email protected]>
5631 S:      Maintained
5632 F:      drivers/net/ethernet/cisco/enic/
5633
5634 CISCO VIC LOW LATENCY NIC DRIVER
5635 M:      Christian Benvenuti <[email protected]>
5636 M:      Nelson Escobar <[email protected]>
5637 S:      Supported
5638 F:      drivers/infiniband/hw/usnic/
5639
5640 CLANG CONTROL FLOW INTEGRITY SUPPORT
5641 M:      Sami Tolvanen <[email protected]>
5642 M:      Kees Cook <[email protected]>
5643 R:      Nathan Chancellor <[email protected]>
5644 L:      [email protected]
5645 S:      Supported
5646 B:      https://github.com/ClangBuiltLinux/linux/issues
5647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
5648 F:      include/linux/cfi.h
5649 F:      kernel/cfi.c
5650
5651 CLANG-FORMAT FILE
5652 M:      Miguel Ojeda <[email protected]>
5653 S:      Maintained
5654 F:      .clang-format
5655
5656 CLANG/LLVM BUILD SUPPORT
5657 M:      Nathan Chancellor <[email protected]>
5658 R:      Nick Desaulniers <[email protected]>
5659 R:      Bill Wendling <[email protected]>
5660 R:      Justin Stitt <[email protected]>
5661 L:      [email protected]
5662 S:      Supported
5663 W:      https://clangbuiltlinux.github.io/
5664 B:      https://github.com/ClangBuiltLinux/linux/issues
5665 C:      irc://irc.libera.chat/clangbuiltlinux
5666 F:      Documentation/kbuild/llvm.rst
5667 F:      include/linux/compiler-clang.h
5668 F:      scripts/Makefile.clang
5669 F:      scripts/clang-tools/
5670 K:      \b(?i:clang|llvm)\b
5671
5672 CLK API
5673 M:      Russell King <[email protected]>
5674 L:      [email protected]
5675 S:      Maintained
5676 F:      include/linux/clk.h
5677
5678 CLOCKSOURCE, CLOCKEVENT DRIVERS
5679 M:      Daniel Lezcano <[email protected]>
5680 M:      Thomas Gleixner <[email protected]>
5681 L:      [email protected]
5682 S:      Supported
5683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5684 F:      Documentation/devicetree/bindings/timer/
5685 F:      drivers/clocksource/
5686
5687 CLOSURES
5688 M:      Kent Overstreet <[email protected]>
5689 L:      [email protected]
5690 S:      Supported
5691 C:      irc://irc.oftc.net/bcache
5692 F:      include/linux/closure.h
5693 F:      lib/closure.c
5694
5695 CMPC ACPI DRIVER
5696 M:      Thadeu Lima de Souza Cascardo <[email protected]>
5697 L:      [email protected]
5698 S:      Supported
5699 F:      drivers/platform/x86/classmate-laptop.c
5700
5701 COBALT MEDIA DRIVER
5702 M:      Hans Verkuil <[email protected]>
5703 L:      [email protected]
5704 S:      Supported
5705 W:      https://linuxtv.org
5706 T:      git git://linuxtv.org/media.git
5707 F:      drivers/media/pci/cobalt/
5708
5709 COCCINELLE/Semantic Patches (SmPL)
5710 M:      Julia Lawall <[email protected]>
5711 M:      Nicolas Palix <[email protected]>
5712 L:      [email protected] (moderated for non-subscribers)
5713 S:      Supported
5714 W:      https://coccinelle.gitlabpages.inria.fr/website/
5715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux.git
5716 F:      Documentation/dev-tools/coccinelle.rst
5717 F:      scripts/coccicheck
5718 F:      scripts/coccinelle/
5719
5720 CODA FILE SYSTEM
5721 M:      Jan Harkes <[email protected]>
5722 M:      [email protected]
5723 L:      [email protected]
5724 S:      Maintained
5725 W:      http://www.coda.cs.cmu.edu/
5726 F:      Documentation/filesystems/coda.rst
5727 F:      fs/coda/
5728 F:      include/linux/coda*.h
5729 F:      include/uapi/linux/coda*.h
5730
5731 CODA V4L2 MEM2MEM DRIVER
5732 M:      Philipp Zabel <[email protected]>
5733 L:      [email protected]
5734 S:      Maintained
5735 F:      Documentation/devicetree/bindings/media/coda.yaml
5736 F:      drivers/media/platform/chips-media/coda
5737
5738 CODE OF CONDUCT
5739 M:      Greg Kroah-Hartman <[email protected]>
5740 S:      Supported
5741 F:      Documentation/process/code-of-conduct-interpretation.rst
5742 F:      Documentation/process/code-of-conduct.rst
5743
5744 CODE TAGGING
5745 M:      Suren Baghdasaryan <[email protected]>
5746 M:      Kent Overstreet <[email protected]>
5747 S:      Maintained
5748 F:      include/asm-generic/codetag.lds.h
5749 F:      include/linux/codetag.h
5750 F:      lib/codetag.c
5751
5752 COMEDI DRIVERS
5753 M:      Ian Abbott <[email protected]>
5754 M:      H Hartley Sweeten <[email protected]>
5755 S:      Odd Fixes
5756 F:      drivers/comedi/
5757 F:      include/linux/comedi/
5758 F:      include/uapi/linux/comedi.h
5759
5760 COMMON CLK FRAMEWORK
5761 M:      Michael Turquette <[email protected]>
5762 M:      Stephen Boyd <[email protected]>
5763 L:      [email protected]
5764 S:      Maintained
5765 Q:      http://patchwork.kernel.org/project/linux-clk/list/
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
5767 F:      Documentation/devicetree/bindings/clock/
5768 F:      drivers/clk/
5769 F:      include/dt-bindings/clock/
5770 F:      include/linux/clk-pr*
5771 F:      include/linux/clk/
5772 F:      include/linux/of_clk.h
5773 X:      drivers/clk/clkdev.c
5774
5775 COMMON INTERNET FILE SYSTEM CLIENT (CIFS and SMB3)
5776 M:      Steve French <[email protected]>
5777 R:      Paulo Alcantara <[email protected]> (DFS, global name space)
5778 R:      Ronnie Sahlberg <[email protected]> (directory leases, sparse files)
5779 R:      Shyam Prasad N <[email protected]> (multichannel)
5780 R:      Tom Talpey <[email protected]> (RDMA, smbdirect)
5781 R:      Bharath SM <[email protected]> (deferred close, directory leases)
5782 L:      [email protected]
5783 L:      [email protected] (moderated for non-subscribers)
5784 S:      Supported
5785 W:      https://wiki.samba.org/index.php/LinuxCIFS
5786 T:      git git://git.samba.org/sfrench/cifs-2.6.git
5787 F:      Documentation/admin-guide/cifs/
5788 F:      fs/smb/client/
5789 F:      fs/smb/common/
5790 F:      include/uapi/linux/cifs
5791
5792 COMPACTPCI HOTPLUG CORE
5793 M:      Scott Murray <[email protected]>
5794 L:      [email protected]
5795 S:      Maintained
5796 F:      drivers/pci/hotplug/cpci_hotplug*
5797
5798 COMPACTPCI HOTPLUG GENERIC DRIVER
5799 M:      Scott Murray <[email protected]>
5800 L:      [email protected]
5801 S:      Maintained
5802 F:      drivers/pci/hotplug/cpcihp_generic.c
5803
5804 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
5805 M:      Scott Murray <[email protected]>
5806 L:      [email protected]
5807 S:      Maintained
5808 F:      drivers/pci/hotplug/cpcihp_zt5550.*
5809
5810 COMPAL LAPTOP SUPPORT
5811 M:      Cezary Jackiewicz <[email protected]>
5812 L:      [email protected]
5813 S:      Maintained
5814 F:      drivers/platform/x86/compal-laptop.c
5815
5816 COMPILER ATTRIBUTES
5817 M:      Miguel Ojeda <[email protected]>
5818 S:      Maintained
5819 F:      include/linux/compiler_attributes.h
5820
5821 COMPUTE EXPRESS LINK (CXL)
5822 M:      Davidlohr Bueso <[email protected]>
5823 M:      Jonathan Cameron <[email protected]>
5824 M:      Dave Jiang <[email protected]>
5825 M:      Alison Schofield <[email protected]>
5826 M:      Vishal Verma <[email protected]>
5827 M:      Ira Weiny <[email protected]>
5828 M:      Dan Williams <[email protected]>
5829 L:      [email protected]
5830 S:      Maintained
5831 F:      Documentation/driver-api/cxl
5832 F:      drivers/cxl/
5833 F:      include/cxl/
5834 F:      include/uapi/linux/cxl_mem.h
5835 F:      tools/testing/cxl/
5836
5837 COMPUTE EXPRESS LINK PMU (CPMU)
5838 M:      Jonathan Cameron <[email protected]>
5839 L:      [email protected]
5840 S:      Maintained
5841 F:      Documentation/admin-guide/perf/cxl.rst
5842 F:      drivers/perf/cxl_pmu.c
5843
5844 CONEXANT ACCESSRUNNER USB DRIVER
5845 L:      [email protected]
5846 S:      Orphan
5847 W:      http://accessrunner.sourceforge.net/
5848 F:      drivers/usb/atm/cxacru.c
5849
5850 CONFIDENTIAL COMPUTING THREAT MODEL FOR X86 VIRTUALIZATION (SNP/TDX)
5851 M:      Elena Reshetova <[email protected]>
5852 M:      Carlos Bilbao <[email protected]>
5853 S:      Maintained
5854 F:      Documentation/security/snp-tdx-threat-model.rst
5855
5856 CONFIGFS
5857 M:      Joel Becker <[email protected]>
5858 M:      Christoph Hellwig <[email protected]>
5859 S:      Supported
5860 T:      git git://git.infradead.org/users/hch/configfs.git
5861 F:      fs/configfs/
5862 F:      include/linux/configfs.h
5863 F:      samples/configfs/
5864
5865 CONGATEC BOARD CONTROLLER MFD DRIVER
5866 M:      Thomas Richard <[email protected]>
5867 S:      Maintained
5868 F:      drivers/gpio/gpio-cgbc.c
5869 F:      drivers/i2c/busses/i2c-cgbc.c
5870 F:      drivers/mfd/cgbc-core.c
5871 F:      drivers/watchdog/cgbc_wdt.c
5872 F:      include/linux/mfd/cgbc.h
5873
5874 CONSOLE SUBSYSTEM
5875 M:      Greg Kroah-Hartman <[email protected]>
5876 S:      Supported
5877 F:      drivers/video/console/
5878 F:      include/linux/console*
5879
5880 CONTEXT TRACKING
5881 M:      Frederic Weisbecker <[email protected]>
5882 M:      "Paul E. McKenney" <[email protected]>
5883 S:      Maintained
5884 F:      include/linux/context_tracking*
5885 F:      kernel/context_tracking.c
5886
5887 CONTROL GROUP (CGROUP)
5888 M:      Tejun Heo <[email protected]>
5889 M:      Johannes Weiner <[email protected]>
5890 M:      Michal Koutný <[email protected]>
5891 L:      [email protected]
5892 S:      Maintained
5893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
5894 F:      Documentation/admin-guide/cgroup-v1/
5895 F:      Documentation/admin-guide/cgroup-v2.rst
5896 F:      include/linux/cgroup*
5897 F:      kernel/cgroup/
5898 F:      tools/testing/selftests/cgroup/
5899
5900 CONTROL GROUP - BLOCK IO CONTROLLER (BLKIO)
5901 M:      Tejun Heo <[email protected]>
5902 M:      Josef Bacik <[email protected]>
5903 M:      Jens Axboe <[email protected]>
5904 L:      [email protected]
5905 L:      [email protected]
5906 T:      git git://git.kernel.dk/linux-block
5907 F:      Documentation/admin-guide/cgroup-v1/blkio-controller.rst
5908 F:      block/bfq-cgroup.c
5909 F:      block/blk-cgroup.c
5910 F:      block/blk-iocost.c
5911 F:      block/blk-iolatency.c
5912 F:      block/blk-throttle.c
5913 F:      include/linux/blk-cgroup.h
5914
5915 CONTROL GROUP - CPUSET
5916 M:      Waiman Long <[email protected]>
5917 L:      [email protected]
5918 S:      Maintained
5919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
5920 F:      Documentation/admin-guide/cgroup-v1/cpusets.rst
5921 F:      include/linux/cpuset.h
5922 F:      kernel/cgroup/cpuset-internal.h
5923 F:      kernel/cgroup/cpuset-v1.c
5924 F:      kernel/cgroup/cpuset.c
5925 F:      tools/testing/selftests/cgroup/test_cpuset.c
5926 F:      tools/testing/selftests/cgroup/test_cpuset_prs.sh
5927 F:      tools/testing/selftests/cgroup/test_cpuset_v1_base.sh
5928
5929 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
5930 M:      Johannes Weiner <[email protected]>
5931 M:      Michal Hocko <[email protected]>
5932 M:      Roman Gushchin <[email protected]>
5933 M:      Shakeel Butt <[email protected]>
5934 R:      Muchun Song <[email protected]>
5935 L:      [email protected]
5936 L:      [email protected]
5937 S:      Maintained
5938 F:      include/linux/memcontrol.h
5939 F:      mm/memcontrol.c
5940 F:      mm/memcontrol-v1.c
5941 F:      mm/memcontrol-v1.h
5942 F:      mm/swap_cgroup.c
5943 F:      samples/cgroup/*
5944 F:      tools/testing/selftests/cgroup/memcg_protection.m
5945 F:      tools/testing/selftests/cgroup/test_hugetlb_memcg.c
5946 F:      tools/testing/selftests/cgroup/test_kmem.c
5947 F:      tools/testing/selftests/cgroup/test_memcontrol.c
5948
5949 CORETEMP HARDWARE MONITORING DRIVER
5950 M:      Fenghua Yu <[email protected]>
5951 L:      [email protected]
5952 S:      Maintained
5953 F:      Documentation/hwmon/coretemp.rst
5954 F:      drivers/hwmon/coretemp.c
5955
5956 CORSAIR-CPRO HARDWARE MONITOR DRIVER
5957 M:      Marius Zachmann <[email protected]>
5958 L:      [email protected]
5959 S:      Maintained
5960 F:      drivers/hwmon/corsair-cpro.c
5961
5962 CORSAIR-PSU HARDWARE MONITOR DRIVER
5963 M:      Wilken Gottwalt <[email protected]>
5964 L:      [email protected]
5965 S:      Maintained
5966 F:      Documentation/hwmon/corsair-psu.rst
5967 F:      drivers/hwmon/corsair-psu.c
5968
5969 COUNTER SUBSYSTEM
5970 M:      William Breathitt Gray <[email protected]>
5971 L:      [email protected]
5972 S:      Maintained
5973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git
5974 F:      Documentation/ABI/testing/sysfs-bus-counter
5975 F:      Documentation/driver-api/generic-counter.rst
5976 F:      drivers/counter/
5977 F:      include/linux/counter.h
5978 F:      include/uapi/linux/counter.h
5979 F:      tools/counter/
5980
5981 COUNTER WATCH EVENTS TOOL
5982 M:      Fabrice Gasnier <[email protected]>
5983 L:      [email protected]
5984 S:      Maintained
5985 F:      tools/counter/counter_watch_events.c
5986
5987 CP2615 I2C DRIVER
5988 M:      Bence Csókás <[email protected]>
5989 S:      Maintained
5990 F:      drivers/i2c/busses/i2c-cp2615.c
5991
5992 CPU FREQUENCY DRIVERS - VEXPRESS SPC ARM BIG LITTLE
5993 M:      Viresh Kumar <[email protected]>
5994 M:      Sudeep Holla <[email protected]>
5995 L:      [email protected]
5996 S:      Maintained
5997 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
5998 F:      drivers/cpufreq/vexpress-spc-cpufreq.c
5999
6000 CPU FREQUENCY SCALING FRAMEWORK
6001 M:      "Rafael J. Wysocki" <[email protected]>
6002 M:      Viresh Kumar <[email protected]>
6003 L:      [email protected]
6004 S:      Maintained
6005 B:      https://bugzilla.kernel.org
6006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
6007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git (For ARM Updates)
6008 F:      Documentation/admin-guide/pm/cpufreq.rst
6009 F:      Documentation/admin-guide/pm/intel_pstate.rst
6010 F:      Documentation/cpu-freq/
6011 F:      Documentation/devicetree/bindings/cpufreq/
6012 F:      drivers/cpufreq/
6013 F:      include/linux/cpufreq.h
6014 F:      include/linux/sched/cpufreq.h
6015 F:      kernel/sched/cpufreq*.c
6016 F:      tools/testing/selftests/cpufreq/
6017
6018 CPU HOTPLUG
6019 M:      Thomas Gleixner <[email protected]>
6020 M:      Peter Zijlstra <[email protected]>
6021 L:      [email protected]
6022 S:      Maintained
6023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp/core
6024 F:      include/linux/cpu.h
6025 F:      include/linux/cpuhotplug.h
6026 F:      include/linux/smpboot.h
6027 F:      kernel/cpu.c
6028 F:      kernel/smpboot.*
6029
6030 CPU IDLE TIME MANAGEMENT FRAMEWORK
6031 M:      "Rafael J. Wysocki" <[email protected]>
6032 M:      Daniel Lezcano <[email protected]>
6033 L:      [email protected]
6034 S:      Maintained
6035 B:      https://bugzilla.kernel.org
6036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
6037 F:      Documentation/admin-guide/pm/cpuidle.rst
6038 F:      Documentation/driver-api/pm/cpuidle.rst
6039 F:      drivers/cpuidle/
6040 F:      include/linux/cpuidle.h
6041
6042 CPU POWER MONITORING SUBSYSTEM
6043 M:      Thomas Renninger <[email protected]>
6044 M:      Shuah Khan <[email protected]>
6045 M:      Shuah Khan <[email protected]>
6046 M:      John B. Wyatt IV <[email protected]>
6047 M:      John B. Wyatt IV <[email protected]>
6048 M:      John Kacur <[email protected]>
6049 L:      [email protected]
6050 S:      Maintained
6051 F:      tools/power/cpupower/
6052
6053 CPUID/MSR DRIVER
6054 M:      "H. Peter Anvin" <[email protected]>
6055 S:      Maintained
6056 F:      arch/x86/kernel/cpuid.c
6057 F:      arch/x86/kernel/msr.c
6058
6059 CPUIDLE DRIVER - ARM BIG LITTLE
6060 M:      Lorenzo Pieralisi <[email protected]>
6061 M:      Daniel Lezcano <[email protected]>
6062 L:      [email protected]
6063 L:      [email protected] (moderated for non-subscribers)
6064 S:      Maintained
6065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
6066 F:      drivers/cpuidle/cpuidle-big_little.c
6067
6068 CPUIDLE DRIVER - ARM EXYNOS
6069 M:      Daniel Lezcano <[email protected]>
6070 M:      Kukjin Kim <[email protected]>
6071 R:      Krzysztof Kozlowski <[email protected]>
6072 L:      [email protected]
6073 L:      [email protected]
6074 S:      Maintained
6075 F:      arch/arm/mach-exynos/pm.c
6076 F:      drivers/cpuidle/cpuidle-exynos.c
6077 F:      include/linux/platform_data/cpuidle-exynos.h
6078
6079 CPUIDLE DRIVER - ARM PSCI
6080 M:      Lorenzo Pieralisi <[email protected]>
6081 M:      Sudeep Holla <[email protected]>
6082 L:      [email protected]
6083 L:      [email protected] (moderated for non-subscribers)
6084 S:      Supported
6085 F:      drivers/cpuidle/cpuidle-psci.c
6086
6087 CPUIDLE DRIVER - ARM PSCI PM DOMAIN
6088 M:      Ulf Hansson <[email protected]>
6089 L:      [email protected]
6090 L:      [email protected] (moderated for non-subscribers)
6091 S:      Supported
6092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git
6093 F:      drivers/cpuidle/cpuidle-psci-domain.c
6094 F:      drivers/cpuidle/cpuidle-psci.h
6095
6096 CPUIDLE DRIVER - DT IDLE PM DOMAIN
6097 M:      Ulf Hansson <[email protected]>
6098 L:      [email protected]
6099 S:      Supported
6100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git
6101 F:      drivers/cpuidle/dt_idle_genpd.c
6102 F:      drivers/cpuidle/dt_idle_genpd.h
6103
6104 CPUIDLE DRIVER - RISC-V SBI
6105 M:      Anup Patel <[email protected]>
6106 L:      [email protected]
6107 L:      [email protected]
6108 S:      Maintained
6109 F:      drivers/cpuidle/cpuidle-riscv-sbi.c
6110
6111 CRAMFS FILESYSTEM
6112 M:      Nicolas Pitre <[email protected]>
6113 S:      Maintained
6114 F:      Documentation/filesystems/cramfs.rst
6115 F:      fs/cramfs/
6116
6117 CRC LIBRARY
6118 M:      Eric Biggers <[email protected]>
6119 R:      Ard Biesheuvel <[email protected]>
6120 L:      [email protected]
6121 S:      Maintained
6122 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git crc-next
6123 F:      Documentation/staging/crc*
6124 F:      arch/*/lib/crc*
6125 F:      include/linux/crc*
6126 F:      lib/crc*
6127
6128 CREATIVE SB0540
6129 M:      Bastien Nocera <[email protected]>
6130 L:      [email protected]
6131 S:      Maintained
6132 F:      drivers/hid/hid-creative-sb0540.c
6133
6134 INTEL CRPS COMMON REDUNDANT PSU DRIVER
6135 M:      Ninad Palsule <[email protected]>
6136 L:      [email protected]
6137 S:      Maintained
6138 F:      Documentation/hwmon/crps.rst
6139 F:      drivers/hwmon/pmbus/crps.c
6140
6141 CRYPTO API
6142 M:      Herbert Xu <[email protected]>
6143 M:      "David S. Miller" <[email protected]>
6144 L:      [email protected]
6145 S:      Maintained
6146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
6147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
6148 F:      Documentation/crypto/
6149 F:      Documentation/devicetree/bindings/crypto/
6150 F:      arch/*/crypto/
6151 F:      crypto/
6152 F:      drivers/crypto/
6153 F:      include/crypto/
6154 F:      include/linux/crypto*
6155 F:      lib/crypto/
6156
6157 CRYPTO SPEED TEST COMPARE
6158 M:      Wang Jinchao <[email protected]>
6159 L:      [email protected]
6160 S:      Maintained
6161 F:      tools/crypto/tcrypt/tcrypt_speed_compare.py
6162
6163 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
6164 M:      Neil Horman <[email protected]>
6165 L:      [email protected]
6166 S:      Maintained
6167 F:      crypto/ansi_cprng.c
6168 F:      crypto/rng.c
6169
6170 CS3308 MEDIA DRIVER
6171 M:      Hans Verkuil <[email protected]>
6172 L:      [email protected]
6173 S:      Odd Fixes
6174 W:      http://linuxtv.org
6175 T:      git git://linuxtv.org/media.git
6176 F:      drivers/media/i2c/cs3308.c
6177
6178 CS5535 Audio ALSA driver
6179 M:      Jaya Kumar <[email protected]>
6180 S:      Maintained
6181 F:      sound/pci/cs5535audio/
6182
6183 CTU CAN FD DRIVER
6184 M:      Pavel Pisa <[email protected]>
6185 M:      Ondrej Ille <[email protected]>
6186 L:      [email protected]
6187 S:      Maintained
6188 F:      Documentation/devicetree/bindings/net/can/ctu,ctucanfd.yaml
6189 F:      drivers/net/can/ctucanfd/
6190
6191 CVE ASSIGNMENT CONTACT
6192 M:      CVE Assignment Team <[email protected]>
6193 S:      Maintained
6194 F:      Documentation/process/cve.rst
6195
6196 CW1200 WLAN driver
6197 S:      Orphan
6198 F:      drivers/net/wireless/st/cw1200/
6199 F:      include/linux/platform_data/net-cw1200.h
6200
6201 CX18 VIDEO4LINUX DRIVER
6202 M:      Andy Walls <[email protected]>
6203 L:      [email protected]
6204 S:      Maintained
6205 W:      https://linuxtv.org
6206 T:      git git://linuxtv.org/media.git
6207 F:      drivers/media/pci/cx18/
6208 F:      include/uapi/linux/ivtv*
6209
6210 CX2341X MPEG ENCODER HELPER MODULE
6211 M:      Hans Verkuil <[email protected]>
6212 L:      [email protected]
6213 S:      Maintained
6214 W:      https://linuxtv.org
6215 T:      git git://linuxtv.org/media.git
6216 F:      drivers/media/common/cx2341x*
6217 F:      include/media/drv-intf/cx2341x.h
6218
6219 CX24120 MEDIA DRIVER
6220 M:      Jemma Denson <[email protected]>
6221 M:      Patrick Boettcher <[email protected]>
6222 L:      [email protected]
6223 S:      Maintained
6224 W:      https://linuxtv.org
6225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6226 F:      drivers/media/dvb-frontends/cx24120*
6227
6228 CX88 VIDEO4LINUX DRIVER
6229 M:      Mauro Carvalho Chehab <[email protected]>
6230 L:      [email protected]
6231 S:      Odd fixes
6232 W:      https://linuxtv.org
6233 T:      git git://linuxtv.org/media.git
6234 F:      Documentation/driver-api/media/drivers/cx88*
6235 F:      drivers/media/pci/cx88/
6236
6237 CXD2820R MEDIA DRIVER
6238 L:      [email protected]
6239 S:      Orphan
6240 W:      https://linuxtv.org
6241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6242 F:      drivers/media/dvb-frontends/cxd2820r*
6243
6244 CXGB3 ETHERNET DRIVER (CXGB3)
6245 M:      Potnuri Bharat Teja <[email protected]>
6246 L:      [email protected]
6247 S:      Maintained
6248 W:      http://www.chelsio.com
6249 F:      drivers/net/ethernet/chelsio/cxgb3/
6250
6251 CXGB3 ISCSI DRIVER (CXGB3I)
6252 M:      Varun Prakash <[email protected]>
6253 L:      [email protected]
6254 S:      Supported
6255 W:      http://www.chelsio.com
6256 F:      drivers/scsi/cxgbi/cxgb3i
6257
6258 CXGB4 CRYPTO DRIVER (chcr)
6259 M:      Ayush Sawal <[email protected]>
6260 L:      [email protected]
6261 S:      Supported
6262 W:      http://www.chelsio.com
6263 F:      drivers/crypto/chelsio
6264
6265 CXGB4 ETHERNET DRIVER (CXGB4)
6266 M:      Potnuri Bharat Teja <[email protected]>
6267 L:      [email protected]
6268 S:      Maintained
6269 W:      http://www.chelsio.com
6270 F:      drivers/net/ethernet/chelsio/cxgb4/
6271
6272 CXGB4 INLINE CRYPTO DRIVER
6273 M:      Ayush Sawal <[email protected]>
6274 L:      [email protected]
6275 S:      Maintained
6276 W:      http://www.chelsio.com
6277 F:      drivers/net/ethernet/chelsio/inline_crypto/
6278
6279 CXGB4 ISCSI DRIVER (CXGB4I)
6280 M:      Varun Prakash <[email protected]>
6281 L:      [email protected]
6282 S:      Supported
6283 W:      http://www.chelsio.com
6284 F:      drivers/scsi/cxgbi/cxgb4i
6285
6286 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
6287 M:      Potnuri Bharat Teja <[email protected]>
6288 L:      [email protected]
6289 S:      Supported
6290 W:      http://www.openfabrics.org
6291 F:      drivers/infiniband/hw/cxgb4/
6292 F:      include/uapi/rdma/cxgb4-abi.h
6293
6294 CXGB4VF ETHERNET DRIVER (CXGB4VF)
6295 M:      Potnuri Bharat Teja <[email protected]>
6296 L:      [email protected]
6297 S:      Maintained
6298 W:      http://www.chelsio.com
6299 F:      drivers/net/ethernet/chelsio/cxgb4vf/
6300
6301 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
6302 M:      Frederic Barrat <[email protected]>
6303 M:      Andrew Donnellan <[email protected]>
6304 L:      [email protected]
6305 S:      Obsolete
6306 F:      Documentation/ABI/obsolete/sysfs-class-cxl
6307 F:      Documentation/arch/powerpc/cxl.rst
6308 F:      arch/powerpc/platforms/powernv/pci-cxl.c
6309 F:      drivers/misc/cxl/
6310 F:      include/misc/cxl*
6311 F:      include/uapi/misc/cxl.h
6312
6313 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
6314 M:      Manoj N. Kumar <[email protected]>
6315 M:      Uma Krishnan <[email protected]>
6316 L:      [email protected]
6317 S:      Obsolete
6318 F:      Documentation/arch/powerpc/cxlflash.rst
6319 F:      drivers/scsi/cxlflash/
6320 F:      include/uapi/scsi/cxlflash_ioctl.h
6321
6322 CYBERPRO FB DRIVER
6323 M:      Russell King <[email protected]>
6324 L:      [email protected] (moderated for non-subscribers)
6325 S:      Maintained
6326 W:      http://www.armlinux.org.uk/
6327 F:      drivers/video/fbdev/cyber2000fb.*
6328
6329 CYCLADES PC300 DRIVER
6330 S:      Orphan
6331 F:      drivers/net/wan/pc300*
6332
6333 CYPRESS CY8C95X0 PINCTRL DRIVER
6334 M:      Patrick Rudolph <[email protected]>
6335 L:      [email protected]
6336 S:      Maintained
6337 F:      drivers/pinctrl/pinctrl-cy8c95x0.c
6338
6339 CYPRESS CY8CTMA140 TOUCHSCREEN DRIVER
6340 M:      Linus Walleij <[email protected]>
6341 L:      [email protected]
6342 S:      Maintained
6343 F:      drivers/input/touchscreen/cy8ctma140.c
6344
6345 CYPRESS STREETFIGHTER TOUCHKEYS DRIVER
6346 M:      Yassine Oudjana <[email protected]>
6347 L:      [email protected]
6348 S:      Maintained
6349 F:      Documentation/devicetree/bindings/input/cypress-sf.yaml
6350 F:      drivers/input/keyboard/cypress-sf.c
6351
6352 CYPRESS_FIRMWARE MEDIA DRIVER
6353 L:      [email protected]
6354 S:      Orphan
6355 W:      https://linuxtv.org
6356 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6357 F:      drivers/media/common/cypress_firmware*
6358
6359 CYTTSP TOUCHSCREEN DRIVER
6360 M:      Linus Walleij <[email protected]>
6361 L:      [email protected]
6362 S:      Maintained
6363 F:      drivers/input/touchscreen/cyttsp*
6364
6365 D-LINK DIR-685 TOUCHKEYS DRIVER
6366 M:      Linus Walleij <[email protected]>
6367 L:      [email protected]
6368 S:      Supported
6369 F:      drivers/input/keyboard/dlink-dir685-touchkeys.c
6370
6371 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
6372 M:      Joshua Kinard <[email protected]>
6373 S:      Maintained
6374 F:      drivers/rtc/rtc-ds1685.c
6375 F:      include/linux/rtc/ds1685.h
6376
6377 DAMA SLAVE for AX.25
6378 M:      Joerg Reuter <[email protected]>
6379 L:      [email protected]
6380 S:      Maintained
6381 W:      http://yaina.de/jreuter/
6382 W:      http://www.qsl.net/dl1bke/
6383 F:      net/ax25/af_ax25.c
6384 F:      net/ax25/ax25_dev.c
6385 F:      net/ax25/ax25_ds_*
6386 F:      net/ax25/ax25_in.c
6387 F:      net/ax25/ax25_out.c
6388 F:      net/ax25/ax25_timer.c
6389 F:      net/ax25/sysctl_net_ax25.c
6390
6391 DATA ACCESS MONITOR
6392 M:      SeongJae Park <[email protected]>
6393 L:      [email protected]
6394 L:      [email protected]
6395 S:      Maintained
6396 W:      https://damonitor.github.io
6397 P:      Documentation/mm/damon/maintainer-profile.rst
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
6399 T:      quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
6400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sj/linux.git damon/next
6401 F:      Documentation/ABI/testing/sysfs-kernel-mm-damon
6402 F:      Documentation/admin-guide/mm/damon/
6403 F:      Documentation/mm/damon/
6404 F:      include/linux/damon.h
6405 F:      include/trace/events/damon.h
6406 F:      mm/damon/
6407 F:      samples/damon/
6408 F:      tools/testing/selftests/damon/
6409
6410 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
6411 L:      [email protected]
6412 S:      Orphan
6413 F:      Documentation/networking/device_drivers/ethernet/dec/dmfe.rst
6414 F:      drivers/net/ethernet/dec/tulip/dmfe.c
6415
6416 DC390/AM53C974 SCSI driver
6417 M:      Hannes Reinecke <[email protected]>
6418 L:      [email protected]
6419 S:      Maintained
6420 F:      drivers/scsi/am53c974.c
6421
6422 DC395x SCSI driver
6423 M:      Oliver Neukum <[email protected]>
6424 M:      Ali Akcaagac <[email protected]>
6425 M:      Jamie Lenehan <[email protected]>
6426 S:      Maintained
6427 F:      Documentation/scsi/dc395x.rst
6428 F:      drivers/scsi/dc395x.*
6429
6430 DCCP PROTOCOL
6431 L:      [email protected]
6432 S:      Orphan
6433 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
6434 F:      include/linux/dccp.h
6435 F:      include/linux/tfrc.h
6436 F:      include/uapi/linux/dccp.h
6437 F:      net/dccp/
6438
6439 DEBUGOBJECTS:
6440 M:      Thomas Gleixner <[email protected]>
6441 L:      [email protected]
6442 S:      Maintained
6443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/debugobjects
6444 F:      include/linux/debugobjects.h
6445 F:      lib/debugobjects.c
6446
6447 DECSTATION PLATFORM SUPPORT
6448 M:      "Maciej W. Rozycki" <[email protected]>
6449 L:      [email protected]
6450 S:      Maintained
6451 F:      arch/mips/dec/
6452 F:      arch/mips/include/asm/dec/
6453 F:      arch/mips/include/asm/mach-dec/
6454
6455 DEFXX FDDI NETWORK DRIVER
6456 M:      "Maciej W. Rozycki" <[email protected]>
6457 S:      Maintained
6458 F:      drivers/net/fddi/defxx.*
6459
6460 DEFZA FDDI NETWORK DRIVER
6461 M:      "Maciej W. Rozycki" <[email protected]>
6462 S:      Maintained
6463 F:      drivers/net/fddi/defza.*
6464
6465 DEINTERLACE DRIVERS FOR ALLWINNER H3
6466 M:      Jernej Skrabec <[email protected]>
6467 L:      [email protected]
6468 S:      Maintained
6469 T:      git git://linuxtv.org/media.git
6470 F:      Documentation/devicetree/bindings/media/allwinner,sun8i-h3-deinterlace.yaml
6471 F:      drivers/media/platform/sunxi/sun8i-di/
6472
6473 DELL LAPTOP DRIVER
6474 M:      Matthew Garrett <[email protected]>
6475 M:      Pali Rohár <[email protected]>
6476 L:      [email protected]
6477 S:      Maintained
6478 F:      drivers/platform/x86/dell/dell-laptop.c
6479
6480 DELL LAPTOP FREEFALL DRIVER
6481 M:      Pali Rohár <[email protected]>
6482 S:      Maintained
6483 F:      drivers/platform/x86/dell/dell-smo8800.c
6484
6485 DELL LAPTOP RBTN DRIVER
6486 M:      Pali Rohár <[email protected]>
6487 S:      Maintained
6488 F:      drivers/platform/x86/dell/dell-rbtn.*
6489
6490 DELL LAPTOP SMM DRIVER
6491 M:      Pali Rohár <[email protected]>
6492 S:      Maintained
6493 F:      Documentation/ABI/obsolete/procfs-i8k
6494 F:      drivers/hwmon/dell-smm-hwmon.c
6495 F:      include/uapi/linux/i8k.h
6496
6497 DELL PC DRIVER
6498 M:      Lyndon Sanche <[email protected]>
6499 L:      [email protected]
6500 S:      Maintained
6501 F:      drivers/platform/x86/dell/dell-pc.c
6502
6503 DELL REMOTE BIOS UPDATE DRIVER
6504 M:      Stuart Hayes <[email protected]>
6505 L:      [email protected]
6506 S:      Maintained
6507 F:      drivers/platform/x86/dell/dell_rbu.c
6508
6509 DELL SMBIOS DRIVER
6510 M:      Pali Rohár <[email protected]>
6511 L:      [email protected]
6512 L:      [email protected]
6513 S:      Maintained
6514 F:      drivers/platform/x86/dell/dell-smbios.*
6515
6516 DELL SMBIOS SMM DRIVER
6517 L:      [email protected]
6518 L:      [email protected]
6519 S:      Maintained
6520 F:      drivers/platform/x86/dell/dell-smbios-smm.c
6521
6522 DELL SMBIOS WMI DRIVER
6523 L:      [email protected]
6524 L:      [email protected]
6525 S:      Maintained
6526 F:      drivers/platform/x86/dell/dell-smbios-wmi.c
6527 F:      tools/wmi/dell-smbios-example.c
6528
6529 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
6530 M:      Stuart Hayes <[email protected]>
6531 L:      [email protected]
6532 S:      Maintained
6533 F:      Documentation/userspace-api/dcdbas.rst
6534 F:      drivers/platform/x86/dell/dcdbas.*
6535
6536 DELL WMI DDV DRIVER
6537 M:      Armin Wolf <[email protected]>
6538 S:      Maintained
6539 F:      Documentation/ABI/testing/debugfs-dell-wmi-ddv
6540 F:      Documentation/ABI/testing/sysfs-platform-dell-wmi-ddv
6541 F:      Documentation/wmi/devices/dell-wmi-ddv.rst
6542 F:      drivers/platform/x86/dell/dell-wmi-ddv.c
6543
6544 DELL WMI DESCRIPTOR DRIVER
6545 L:      [email protected]
6546 S:      Maintained
6547 F:      drivers/platform/x86/dell/dell-wmi-descriptor.c
6548
6549 DELL WMI HARDWARE PRIVACY SUPPORT
6550 L:      [email protected]
6551 L:      [email protected]
6552 S:      Maintained
6553 F:      drivers/platform/x86/dell/dell-wmi-privacy.c
6554
6555 DELL WMI NOTIFICATIONS DRIVER
6556 M:      Matthew Garrett <[email protected]>
6557 M:      Pali Rohár <[email protected]>
6558 S:      Maintained
6559 F:      drivers/platform/x86/dell/dell-wmi-base.c
6560
6561 DELL WMI SYSMAN DRIVER
6562 M:      Prasanth Ksr <[email protected]>
6563 L:      [email protected]
6564 L:      [email protected]
6565 S:      Maintained
6566 F:      Documentation/ABI/testing/sysfs-class-firmware-attributes
6567 F:      drivers/platform/x86/dell/dell-wmi-sysman/
6568
6569 DELTA AHE-50DC FAN CONTROL MODULE DRIVER
6570 M:      Zev Weiss <[email protected]>
6571 L:      [email protected]
6572 S:      Maintained
6573 F:      drivers/hwmon/pmbus/delta-ahe50dc-fan.c
6574
6575 DELTA DPS920AB PSU DRIVER
6576 M:      Robert Marko <[email protected]>
6577 L:      [email protected]
6578 S:      Maintained
6579 F:      Documentation/hwmon/dps920ab.rst
6580 F:      drivers/hwmon/pmbus/dps920ab.c
6581
6582 DELTA NETWORKS TN48M CPLD DRIVERS
6583 M:      Robert Marko <[email protected]>
6584 S:      Maintained
6585 F:      Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml
6586 F:      Documentation/devicetree/bindings/mfd/delta,tn48m-cpld.yaml
6587 F:      Documentation/devicetree/bindings/reset/delta,tn48m-reset.yaml
6588 F:      drivers/gpio/gpio-tn48m.c
6589 F:      include/dt-bindings/reset/delta,tn48m-reset.h
6590
6591 DELTA ST MEDIA DRIVER
6592 M:      Hugues Fruchet <[email protected]>
6593 L:      [email protected]
6594 S:      Supported
6595 W:      https://linuxtv.org
6596 T:      git git://linuxtv.org/media.git
6597 F:      drivers/media/platform/st/sti/delta
6598
6599 DENALI NAND DRIVER
6600 L:      [email protected]
6601 S:      Orphan
6602 F:      drivers/mtd/nand/raw/denali*
6603
6604 DESIGNWARE EDMA CORE IP DRIVER
6605 M:      Manivannan Sadhasivam <[email protected]>
6606 L:      [email protected]
6607 S:      Maintained
6608 F:      drivers/dma/dw-edma/
6609 F:      include/linux/dma/edma.h
6610
6611 DESIGNWARE USB2 DRD IP DRIVER
6612 M:      Minas Harutyunyan <[email protected]>
6613 L:      [email protected]
6614 S:      Maintained
6615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6616 F:      drivers/usb/dwc2/
6617
6618 DESIGNWARE USB3 DRD IP DRIVER
6619 M:      Thinh Nguyen <[email protected]>
6620 L:      [email protected]
6621 S:      Maintained
6622 F:      drivers/usb/dwc3/
6623
6624 DESIGNWARE XDATA IP DRIVER
6625 L:      [email protected]
6626 S:      Orphan
6627 F:      Documentation/misc-devices/dw-xdata-pcie.rst
6628 F:      drivers/misc/dw-xdata-pcie.c
6629
6630 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
6631 M:      Andreas Klinger <[email protected]>
6632 L:      [email protected]
6633 S:      Maintained
6634 F:      Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
6635 F:      drivers/iio/proximity/srf*.c
6636
6637 DEVICE COREDUMP (DEV_COREDUMP)
6638 M:      Johannes Berg <[email protected]>
6639 L:      [email protected]
6640 S:      Maintained
6641 F:      drivers/base/devcoredump.c
6642 F:      include/linux/devcoredump.h
6643
6644 DEVICE DEPENDENCY HELPER SCRIPT
6645 M:      Saravana Kannan <[email protected]>
6646 L:      [email protected]
6647 S:      Maintained
6648 F:      scripts/dev-needs.sh
6649
6650 DEVICE DIRECT ACCESS (DAX)
6651 M:      Dan Williams <[email protected]>
6652 M:      Vishal Verma <[email protected]>
6653 M:      Dave Jiang <[email protected]>
6654 L:      [email protected]
6655 L:      [email protected]
6656 S:      Supported
6657 F:      drivers/dax/
6658
6659 DEVICE FREQUENCY (DEVFREQ)
6660 M:      MyungJoo Ham <[email protected]>
6661 M:      Kyungmin Park <[email protected]>
6662 M:      Chanwoo Choi <[email protected]>
6663 L:      [email protected]
6664 S:      Maintained
6665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
6666 F:      Documentation/devicetree/bindings/devfreq/
6667 F:      Documentation/devicetree/bindings/interconnect/mediatek,cci.yaml
6668 F:      drivers/devfreq/
6669 F:      include/linux/devfreq.h
6670 F:      include/trace/events/devfreq.h
6671
6672 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
6673 M:      Chanwoo Choi <[email protected]>
6674 L:      [email protected]
6675 S:      Supported
6676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
6677 F:      Documentation/devicetree/bindings/devfreq/event/
6678 F:      drivers/devfreq/devfreq-event.c
6679 F:      drivers/devfreq/event/
6680 F:      include/dt-bindings/pmu/exynos_ppmu.h
6681 F:      include/linux/devfreq-event.h
6682
6683 DEVICE RESOURCE MANAGEMENT HELPERS
6684 M:      Hans de Goede <[email protected]>
6685 R:      Matti Vaittinen <[email protected]>
6686 S:      Maintained
6687 F:      include/linux/devm-helpers.h
6688
6689 DEVICE-MAPPER  (LVM)
6690 M:      Alasdair Kergon <[email protected]>
6691 M:      Mike Snitzer <[email protected]>
6692 M:      Mikulas Patocka <[email protected]>
6693 L:      [email protected]
6694 S:      Maintained
6695 Q:      http://patchwork.kernel.org/project/dm-devel/list/
6696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
6697 F:      Documentation/admin-guide/device-mapper/
6698 F:      drivers/md/Kconfig
6699 F:      drivers/md/Makefile
6700 F:      drivers/md/dm*
6701 F:      drivers/md/persistent-data/
6702 F:      include/linux/device-mapper.h
6703 F:      include/linux/dm-*.h
6704 F:      include/uapi/linux/dm-*.h
6705
6706 DEVICE-MAPPER VDO TARGET
6707 M:      Matthew Sakai <[email protected]>
6708 L:      [email protected]
6709 S:      Maintained
6710 F:      Documentation/admin-guide/device-mapper/vdo*.rst
6711 F:      drivers/md/dm-vdo/
6712
6713 DEVLINK
6714 M:      Jiri Pirko <[email protected]>
6715 L:      [email protected]
6716 S:      Supported
6717 F:      Documentation/networking/devlink
6718 F:      include/net/devlink.h
6719 F:      include/uapi/linux/devlink.h
6720 F:      net/devlink/
6721
6722 DFROBOT SD2405AL RTC DRIVER
6723 M:      Tóth János <[email protected]>
6724 L:      [email protected]
6725 S:      Maintained
6726 F:      drivers/rtc/rtc-sd2405al.c
6727
6728 DH ELECTRONICS DHSOM SOM AND BOARD SUPPORT
6729 M:      Christoph Niedermaier <[email protected]>
6730 M:      Marek Vasut <[email protected]>
6731 L:      [email protected]
6732 S:      Maintained
6733 N:      dhcom
6734 N:      dhcor
6735 N:      dhsom
6736
6737 DIALOG SEMICONDUCTOR DRIVERS
6738 M:      Support Opensource <[email protected]>
6739 S:      Supported
6740 W:      http://www.dialog-semiconductor.com/products
6741 F:      Documentation/devicetree/bindings/input/dlg,da72??.txt
6742 F:      Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml
6743 F:      Documentation/devicetree/bindings/mfd/da90*.txt
6744 F:      Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
6745 F:      Documentation/devicetree/bindings/regulator/da92*.txt
6746 F:      Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
6747 F:      Documentation/devicetree/bindings/regulator/dlg,slg51000.yaml
6748 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
6749 F:      Documentation/devicetree/bindings/sound/dlg,da7213.yaml
6750 F:      Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml
6751 F:      Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml
6752 F:      Documentation/hwmon/da90??.rst
6753 F:      drivers/gpio/gpio-da90??.c
6754 F:      drivers/hwmon/da90??-hwmon.c
6755 F:      drivers/iio/adc/da91??-*.c
6756 F:      drivers/input/misc/da72??.[ch]
6757 F:      drivers/input/misc/da90??_onkey.c
6758 F:      drivers/input/touchscreen/da9052_tsi.c
6759 F:      drivers/leds/leds-da90??.c
6760 F:      drivers/mfd/da903x.c
6761 F:      drivers/mfd/da90??-*.c
6762 F:      drivers/mfd/da91??-*.c
6763 F:      drivers/pinctrl/pinctrl-da90??.c
6764 F:      drivers/power/supply/da9052-battery.c
6765 F:      drivers/power/supply/da91??-*.c
6766 F:      drivers/regulator/da9???-regulator.[ch]
6767 F:      drivers/regulator/slg51000-regulator.[ch]
6768 F:      drivers/rtc/rtc-da90??.c
6769 F:      drivers/thermal/da90??-thermal.c
6770 F:      drivers/video/backlight/da90??_bl.c
6771 F:      drivers/watchdog/da90??_wdt.c
6772 F:      include/dt-bindings/regulator/dlg,da9*-regulator.h
6773 F:      include/linux/mfd/da903x.h
6774 F:      include/linux/mfd/da9052/
6775 F:      include/linux/mfd/da9055/
6776 F:      include/linux/mfd/da9062/
6777 F:      include/linux/mfd/da9063/
6778 F:      include/linux/mfd/da9150/
6779 F:      include/linux/regulator/da9211.h
6780 F:      include/sound/da[79]*.h
6781 F:      sound/soc/codecs/da[79]*.[ch]
6782
6783 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
6784 M:      William Breathitt Gray <[email protected]>
6785 L:      [email protected]
6786 S:      Maintained
6787 F:      drivers/gpio/gpio-gpio-mm.c
6788
6789 DIGITEQ AUTOMOTIVE MGB4 V4L2 DRIVER
6790 M:      Martin Tuma <[email protected]>
6791 L:      [email protected]
6792 S:      Maintained
6793 F:      Documentation/admin-guide/media/mgb4.rst
6794 F:      drivers/media/pci/mgb4/
6795
6796 DIOLAN U2C-12 I2C DRIVER
6797 M:      Guenter Roeck <[email protected]>
6798 L:      [email protected]
6799 S:      Maintained
6800 F:      drivers/i2c/busses/i2c-diolan-u2c.c
6801
6802 DIRECTORY NOTIFICATION (DNOTIFY)
6803 M:      Jan Kara <[email protected]>
6804 R:      Amir Goldstein <[email protected]>
6805 L:      [email protected]
6806 S:      Maintained
6807 F:      Documentation/filesystems/dnotify.rst
6808 F:      fs/notify/dnotify/
6809 F:      include/linux/dnotify.h
6810
6811 DISK GEOMETRY AND PARTITION HANDLING
6812 M:      Andries Brouwer <[email protected]>
6813 S:      Maintained
6814 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
6815 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
6816 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
6817
6818 DISKQUOTA
6819 M:      Jan Kara <[email protected]>
6820 S:      Maintained
6821 F:      Documentation/filesystems/quota.rst
6822 F:      fs/quota/
6823 F:      include/linux/quota*.h
6824 F:      include/uapi/linux/quota*.h
6825
6826 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
6827 M:      Bernie Thompson <[email protected]>
6828 L:      [email protected]
6829 S:      Maintained
6830 W:      http://plugable.com/category/projects/udlfb/
6831 F:      Documentation/fb/udlfb.rst
6832 F:      drivers/video/fbdev/udlfb.c
6833 F:      include/video/udlfb.h
6834
6835 DISTRIBUTED LOCK MANAGER (DLM)
6836 M:      Alexander Aring <[email protected]>
6837 M:      David Teigland <[email protected]>
6838 L:      [email protected]
6839 S:      Supported
6840 W:      https://pagure.io/dlm
6841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
6842 F:      fs/dlm/
6843
6844 DMA BUFFER SHARING FRAMEWORK
6845 M:      Sumit Semwal <[email protected]>
6846 M:      Christian König <[email protected]>
6847 L:      [email protected]
6848 L:      [email protected]
6849 L:      [email protected] (moderated for non-subscribers)
6850 S:      Maintained
6851 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
6852 F:      Documentation/driver-api/dma-buf.rst
6853 F:      Documentation/userspace-api/dma-buf-alloc-exchange.rst
6854 F:      drivers/dma-buf/
6855 F:      include/linux/*fence.h
6856 F:      include/linux/dma-buf.h
6857 F:      include/linux/dma-resv.h
6858 K:      \bdma_(?:buf|fence|resv)\b
6859
6860 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
6861 M:      Vinod Koul <[email protected]>
6862 L:      [email protected]
6863 S:      Maintained
6864 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
6865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git
6866 F:      Documentation/devicetree/bindings/dma/
6867 F:      Documentation/driver-api/dmaengine/
6868 F:      drivers/dma/
6869 F:      include/dt-bindings/dma/
6870 F:      include/linux/dma/
6871 F:      include/linux/dmaengine.h
6872 F:      include/linux/of_dma.h
6873
6874 DMA MAPPING BENCHMARK
6875 M:      Xiang Chen <[email protected]>
6876 L:      [email protected]
6877 F:      kernel/dma/map_benchmark.c
6878 F:      tools/testing/selftests/dma/
6879
6880 DMA MAPPING HELPERS
6881 M:      Christoph Hellwig <[email protected]>
6882 M:      Marek Szyprowski <[email protected]>
6883 R:      Robin Murphy <[email protected]>
6884 L:      [email protected]
6885 S:      Supported
6886 W:      http://git.infradead.org/users/hch/dma-mapping.git
6887 T:      git git://git.infradead.org/users/hch/dma-mapping.git
6888 F:      include/asm-generic/dma-mapping.h
6889 F:      include/linux/dma-direct.h
6890 F:      include/linux/dma-map-ops.h
6891 F:      include/linux/dma-mapping.h
6892 F:      include/linux/swiotlb.h
6893 F:      kernel/dma/
6894
6895 DMA-BUF HEAPS FRAMEWORK
6896 M:      Sumit Semwal <[email protected]>
6897 R:      Benjamin Gaignard <[email protected]>
6898 R:      Brian Starkey <[email protected]>
6899 R:      John Stultz <[email protected]>
6900 R:      T.J. Mercier <[email protected]>
6901 L:      [email protected]
6902 L:      [email protected]
6903 L:      [email protected] (moderated for non-subscribers)
6904 S:      Maintained
6905 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
6906 F:      drivers/dma-buf/dma-heap.c
6907 F:      drivers/dma-buf/heaps/*
6908 F:      include/linux/dma-heap.h
6909 F:      include/uapi/linux/dma-heap.h
6910 F:      tools/testing/selftests/dmabuf-heaps/
6911
6912 DMC FREQUENCY DRIVER FOR SAMSUNG EXYNOS5422
6913 M:      Lukasz Luba <[email protected]>
6914 L:      [email protected]
6915 L:      [email protected]
6916 S:      Maintained
6917 F:      Documentation/devicetree/bindings/memory-controllers/samsung,exynos5422-dmc.yaml
6918 F:      drivers/memory/samsung/exynos5422-dmc.c
6919
6920 DME1737 HARDWARE MONITOR DRIVER
6921 M:      Juerg Haefliger <[email protected]>
6922 L:      [email protected]
6923 S:      Maintained
6924 F:      Documentation/hwmon/dme1737.rst
6925 F:      drivers/hwmon/dme1737.c
6926
6927 DMI/SMBIOS SUPPORT
6928 M:      Jean Delvare <[email protected]>
6929 S:      Maintained
6930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git dmi-for-next
6931 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
6932 F:      drivers/firmware/dmi-id.c
6933 F:      drivers/firmware/dmi_scan.c
6934 F:      include/linux/dmi.h
6935
6936 DOCUMENTATION
6937 M:      Jonathan Corbet <[email protected]>
6938 L:      [email protected]
6939 S:      Maintained
6940 P:      Documentation/doc-guide/maintainer-profile.rst
6941 T:      git git://git.lwn.net/linux.git docs-next
6942 F:      Documentation/
6943 F:      scripts/check-variable-fonts.sh
6944 F:      scripts/documentation-file-ref-check
6945 F:      scripts/kernel-doc
6946 F:      scripts/sphinx-pre-install
6947 X:      Documentation/ABI/
6948 X:      Documentation/admin-guide/media/
6949 X:      Documentation/devicetree/
6950 X:      Documentation/driver-api/media/
6951 X:      Documentation/firmware-guide/acpi/
6952 X:      Documentation/i2c/
6953 X:      Documentation/netlink/
6954 X:      Documentation/power/
6955 X:      Documentation/spi/
6956 X:      Documentation/userspace-api/media/
6957
6958 DOCUMENTATION PROCESS
6959 M:      Jonathan Corbet <[email protected]>
6960 L:      [email protected]
6961 S:      Maintained
6962 F:      Documentation/dev-tools/
6963 F:      Documentation/maintainer/
6964 F:      Documentation/process/
6965
6966 DOCUMENTATION REPORTING ISSUES
6967 M:      Thorsten Leemhuis <[email protected]>
6968 L:      [email protected]
6969 S:      Maintained
6970 F:      Documentation/admin-guide/bug-bisect.rst
6971 F:      Documentation/admin-guide/quickly-build-trimmed-linux.rst
6972 F:      Documentation/admin-guide/reporting-issues.rst
6973 F:      Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst
6974
6975 DOCUMENTATION SCRIPTS
6976 M:      Mauro Carvalho Chehab <[email protected]>
6977 L:      [email protected]
6978 S:      Maintained
6979 F:      Documentation/sphinx/parse-headers.pl
6980 F:      scripts/documentation-file-ref-check
6981 F:      scripts/sphinx-pre-install
6982
6983 DOCUMENTATION/ITALIAN
6984 M:      Federico Vaga <[email protected]>
6985 L:      [email protected]
6986 S:      Maintained
6987 F:      Documentation/translations/it_IT
6988
6989 DOCUMENTATION/JAPANESE
6990 R:      Akira Yokosawa <[email protected]>
6991 L:      [email protected]
6992 S:      Maintained
6993 F:      Documentation/translations/ja_JP
6994
6995 DONGWOON DW9714 LENS VOICE COIL DRIVER
6996 M:      Sakari Ailus <[email protected]>
6997 L:      [email protected]
6998 S:      Maintained
6999 T:      git git://linuxtv.org/media.git
7000 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.yaml
7001 F:      drivers/media/i2c/dw9714.c
7002
7003 DONGWOON DW9719 LENS VOICE COIL DRIVER
7004 M:      Daniel Scally <[email protected]>
7005 L:      [email protected]
7006 S:      Maintained
7007 T:      git git://linuxtv.org/media.git
7008 F:      drivers/media/i2c/dw9719.c
7009
7010 DONGWOON DW9768 LENS VOICE COIL DRIVER
7011 L:      [email protected]
7012 S:      Orphan
7013 T:      git git://linuxtv.org/media.git
7014 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9768.yaml
7015 F:      drivers/media/i2c/dw9768.c
7016
7017 DONGWOON DW9807 LENS VOICE COIL DRIVER
7018 M:      Sakari Ailus <[email protected]>
7019 L:      [email protected]
7020 S:      Maintained
7021 T:      git git://linuxtv.org/media.git
7022 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.yaml
7023 F:      drivers/media/i2c/dw9807-vcm.c
7024
7025 DOUBLETALK DRIVER
7026 M:      "James R. Van Zandt" <[email protected]>
7027 L:      [email protected]
7028 S:      Maintained
7029 F:      drivers/char/dtlk.c
7030 F:      include/linux/dtlk.h
7031
7032 DPAA2 DATAPATH I/O (DPIO) DRIVER
7033 M:      Roy Pledge <[email protected]>
7034 L:      [email protected]
7035 S:      Maintained
7036 F:      drivers/soc/fsl/dpio
7037
7038 DPAA2 ETHERNET DRIVER
7039 M:      Ioana Ciornei <[email protected]>
7040 L:      [email protected]
7041 S:      Maintained
7042 F:      Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ethernet-driver.rst
7043 F:      Documentation/networking/device_drivers/ethernet/freescale/dpaa2/mac-phy-support.rst
7044 F:      drivers/net/ethernet/freescale/dpaa2/Kconfig
7045 F:      drivers/net/ethernet/freescale/dpaa2/Makefile
7046 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
7047 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-mac*
7048 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-xsk*
7049 F:      drivers/net/ethernet/freescale/dpaa2/dpkg.h
7050 F:      drivers/net/ethernet/freescale/dpaa2/dpmac*
7051 F:      drivers/net/ethernet/freescale/dpaa2/dpni*
7052
7053 DPAA2 ETHERNET SWITCH DRIVER
7054 M:      Ioana Ciornei <[email protected]>
7055 L:      [email protected]
7056 S:      Maintained
7057 F:      Documentation/networking/device_drivers/ethernet/freescale/dpaa2/switch-driver.rst
7058 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-switch*
7059 F:      drivers/net/ethernet/freescale/dpaa2/dpsw*
7060
7061 DPLL SUBSYSTEM
7062 M:      Vadim Fedorenko <[email protected]>
7063 M:      Arkadiusz Kubalewski <[email protected]>
7064 M:      Jiri Pirko <[email protected]>
7065 L:      [email protected]
7066 S:      Supported
7067 F:      Documentation/driver-api/dpll.rst
7068 F:      drivers/dpll/*
7069 F:      include/linux/dpll.h
7070 F:      include/uapi/linux/dpll.h
7071
7072 DRBD DRIVER
7073 M:      Philipp Reisner <[email protected]>
7074 M:      Lars Ellenberg <[email protected]>
7075 M:      Christoph Böhmwalder <[email protected]>
7076 L:      [email protected]
7077 S:      Supported
7078 W:      http://www.drbd.org
7079 T:      git git://git.linbit.com/linux-drbd.git
7080 T:      git git://git.linbit.com/drbd-8.4.git
7081 F:      Documentation/admin-guide/blockdev/
7082 F:      drivers/block/drbd/
7083 F:      include/linux/drbd*
7084 F:      lib/lru_cache.c
7085
7086 DRIVER COMPONENT FRAMEWORK
7087 L:      [email protected]
7088 F:      drivers/base/component.c
7089 F:      include/linux/component.h
7090
7091 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
7092 M:      Greg Kroah-Hartman <[email protected]>
7093 R:      "Rafael J. Wysocki" <[email protected]>
7094 R:      Danilo Krummrich <[email protected]>
7095 S:      Supported
7096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7097 F:      Documentation/core-api/kobject.rst
7098 F:      drivers/base/
7099 F:      fs/debugfs/
7100 F:      fs/sysfs/
7101 F:      include/linux/debugfs.h
7102 F:      include/linux/fwnode.h
7103 F:      include/linux/kobj*
7104 F:      include/linux/property.h
7105 F:      include/linux/sysfs.h
7106 F:      lib/kobj*
7107 F:      rust/kernel/device.rs
7108 F:      rust/kernel/device_id.rs
7109 F:      rust/kernel/devres.rs
7110 F:      rust/kernel/driver.rs
7111 F:      rust/kernel/faux.rs
7112 F:      rust/kernel/platform.rs
7113 F:      samples/rust/rust_driver_platform.rs
7114 F:      samples/rust/rust_driver_faux.rs
7115
7116 DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS)
7117 M:      Nishanth Menon <[email protected]>
7118 L:      [email protected]
7119 S:      Maintained
7120 F:      drivers/soc/ti/smartreflex.c
7121 F:      include/linux/power/smartreflex.h
7122
7123 DRM ACCEL DRIVERS FOR INTEL VPU
7124 M:      Jacek Lawrynowicz <[email protected]>
7125 M:      Stanislaw Gruszka <[email protected]>
7126 L:      [email protected]
7127 S:      Supported
7128 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7129 F:      drivers/accel/ivpu/
7130 F:      include/uapi/drm/ivpu_accel.h
7131
7132 DRM COMPUTE ACCELERATORS DRIVERS AND FRAMEWORK
7133 M:      Oded Gabbay <[email protected]>
7134 L:      [email protected]
7135 S:      Maintained
7136 C:      irc://irc.oftc.net/dri-devel
7137 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/accel.git
7138 F:      Documentation/accel/
7139 F:      drivers/accel/
7140 F:      include/drm/drm_accel.h
7141
7142 DRM DRIVER FOR ALLWINNER DE2 AND DE3 ENGINE
7143 M:      Maxime Ripard <[email protected]>
7144 M:      Chen-Yu Tsai <[email protected]>
7145 R:      Jernej Skrabec <[email protected]>
7146 L:      [email protected]
7147 S:      Supported
7148 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7149 F:      drivers/gpu/drm/sun4i/sun8i*
7150
7151 DRM DRIVER FOR ARM PL111 CLCD
7152 M:      Linus Walleij <[email protected]>
7153 S:      Maintained
7154 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7155 F:      drivers/gpu/drm/pl111/
7156
7157 DRM DRIVER FOR ARM VERSATILE TFT PANELS
7158 M:      Linus Walleij <[email protected]>
7159 S:      Maintained
7160 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7161 F:      Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.yaml
7162 F:      drivers/gpu/drm/panel/panel-arm-versatile.c
7163
7164 DRM DRIVER FOR ASPEED BMC GFX
7165 M:      Joel Stanley <[email protected]>
7166 L:      [email protected] (moderated for non-subscribers)
7167 S:      Supported
7168 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7169 F:      Documentation/devicetree/bindings/gpu/aspeed-gfx.txt
7170 F:      drivers/gpu/drm/aspeed/
7171
7172 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
7173 M:      Dave Airlie <[email protected]>
7174 R:      Thomas Zimmermann <[email protected]>
7175 R:      Jocelyn Falempe <[email protected]>
7176 L:      [email protected]
7177 S:      Supported
7178 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7179 F:      drivers/gpu/drm/ast/
7180
7181 DRM DRIVER FOR BOCHS VIRTUAL GPU
7182 M:      Gerd Hoffmann <[email protected]>
7183 L:      [email protected]
7184 S:      Maintained
7185 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7186 F:      drivers/gpu/drm/tiny/bochs.c
7187
7188 DRM DRIVER FOR BOE HIMAX8279D PANELS
7189 M:      Jerry Han <[email protected]>
7190 S:      Maintained
7191 F:      Documentation/devicetree/bindings/display/panel/boe,himax8279d.yaml
7192 F:      drivers/gpu/drm/panel/panel-boe-himax8279d.c
7193
7194 DRM DRIVER FOR CHIPONE ICN6211 MIPI-DSI to RGB CONVERTER BRIDGE
7195 M:      Jagan Teki <[email protected]>
7196 S:      Maintained
7197 F:      Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
7198 F:      drivers/gpu/drm/bridge/chipone-icn6211.c
7199
7200 DRM DRIVER FOR EBBG FT8719 PANEL
7201 M:      Joel Selvaraj <[email protected]>
7202 S:      Maintained
7203 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7204 F:      Documentation/devicetree/bindings/display/panel/ebbg,ft8719.yaml
7205 F:      drivers/gpu/drm/panel/panel-ebbg-ft8719.c
7206
7207 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
7208 M:      Linus Walleij <[email protected]>
7209 S:      Maintained
7210 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7211 F:      drivers/gpu/drm/tve200/
7212
7213 DRM DRIVER FOR FEIXIN K101 IM2BA02 MIPI-DSI LCD PANELS
7214 M:      Icenowy Zheng <[email protected]>
7215 S:      Maintained
7216 F:      Documentation/devicetree/bindings/display/panel/feixin,k101-im2ba02.yaml
7217 F:      drivers/gpu/drm/panel/panel-feixin-k101-im2ba02.c
7218
7219 DRM DRIVER FOR FEIYANG FY07024DI26A30-D MIPI-DSI LCD PANELS
7220 M:      Jagan Teki <[email protected]>
7221 S:      Maintained
7222 F:      Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
7223 F:      drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
7224
7225 DRM DRIVER FOR FIRMWARE FRAMEBUFFERS
7226 M:      Thomas Zimmermann <[email protected]>
7227 M:      Javier Martinez Canillas <[email protected]>
7228 L:      [email protected]
7229 S:      Maintained
7230 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7231 F:      drivers/gpu/drm/tiny/ofdrm.c
7232 F:      drivers/gpu/drm/tiny/simpledrm.c
7233 F:      drivers/video/aperture.c
7234 F:      drivers/video/nomodeset.c
7235 F:      include/linux/aperture.h
7236 F:      include/video/nomodeset.h
7237
7238 DRM DRIVER FOR GENERIC EDP PANELS
7239 R:      Douglas Anderson <[email protected]>
7240 F:      Documentation/devicetree/bindings/display/panel/panel-edp.yaml
7241 F:      drivers/gpu/drm/panel/panel-edp.c
7242
7243 DRM DRIVER FOR GENERIC USB DISPLAY
7244 M:      Noralf Trønnes <[email protected]>
7245 S:      Maintained
7246 W:      https://github.com/notro/gud/wiki
7247 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7248 F:      drivers/gpu/drm/gud/
7249 F:      include/drm/gud.h
7250
7251 DRM DRIVER FOR GRAIN MEDIA GM12U320 PROJECTORS
7252 M:      Hans de Goede <[email protected]>
7253 S:      Maintained
7254 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7255 F:      drivers/gpu/drm/tiny/gm12u320.c
7256
7257 DRM DRIVER FOR HIMAX HX8394 MIPI-DSI LCD panels
7258 M:      Ondrej Jirman <[email protected]>
7259 M:      Javier Martinez Canillas <[email protected]>
7260 S:      Maintained
7261 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7262 F:      Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml
7263 F:      drivers/gpu/drm/panel/panel-himax-hx8394.c
7264
7265 DRM DRIVER FOR HX8357D PANELS
7266 S:      Orphan
7267 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7268 F:      Documentation/devicetree/bindings/display/himax,hx8357d.txt
7269 F:      drivers/gpu/drm/tiny/hx8357d.c
7270
7271 DRM DRIVER FOR HYPERV SYNTHETIC VIDEO DEVICE
7272 M:      Deepak Rawat <[email protected]>
7273 L:      [email protected]
7274 L:      [email protected]
7275 S:      Maintained
7276 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7277 F:      drivers/gpu/drm/hyperv
7278
7279 DRM DRIVER FOR ILITEK ILI9225 PANELS
7280 M:      David Lechner <[email protected]>
7281 S:      Maintained
7282 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7283 F:      Documentation/devicetree/bindings/display/ilitek,ili9225.txt
7284 F:      drivers/gpu/drm/tiny/ili9225.c
7285
7286 DRM DRIVER FOR ILITEK ILI9486 PANELS
7287 M:      Kamlesh Gurudasani <[email protected]>
7288 S:      Maintained
7289 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7290 F:      Documentation/devicetree/bindings/display/ilitek,ili9486.yaml
7291 F:      drivers/gpu/drm/tiny/ili9486.c
7292
7293 DRM DRIVER FOR ILITEK ILI9805 PANELS
7294 M:      Michael Trimarchi <[email protected]>
7295 S:      Maintained
7296 F:      Documentation/devicetree/bindings/display/panel/ilitek,ili9805.yaml
7297 F:      drivers/gpu/drm/panel/panel-ilitek-ili9805.c
7298
7299 DRM DRIVER FOR ILITEK ILI9806E PANELS
7300 M:      Michael Walle <[email protected]>
7301 S:      Maintained
7302 F:      drivers/gpu/drm/panel/panel-ilitek-ili9806e.c
7303
7304 DRM DRIVER FOR JADARD JD9365DA-H3 MIPI-DSI LCD PANELS
7305 M:      Jagan Teki <[email protected]>
7306 S:      Maintained
7307 F:      Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
7308 F:      drivers/gpu/drm/panel/panel-jadard-jd9365da-h3.c
7309
7310 DRM DRIVER FOR LG SW43408 PANELS
7311 M:      Sumit Semwal <[email protected]>
7312 M:      Caleb Connolly <[email protected]>
7313 S:      Maintained
7314 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7315 F:      Documentation/devicetree/bindings/display/panel/lg,sw43408.yaml
7316 F:      drivers/gpu/drm/panel/panel-lg-sw43408.c
7317
7318 DRM DRIVER FOR LOGICVC DISPLAY CONTROLLER
7319 M:      Paul Kocialkowski <[email protected]>
7320 S:      Supported
7321 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7322 F:      drivers/gpu/drm/logicvc/
7323
7324 DRM DRIVER FOR LVDS PANELS
7325 M:      Laurent Pinchart <[email protected]>
7326 L:      [email protected]
7327 S:      Maintained
7328 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7329 F:      Documentation/devicetree/bindings/display/lvds.yaml
7330 F:      Documentation/devicetree/bindings/display/panel/panel-lvds.yaml
7331 F:      drivers/gpu/drm/panel/panel-lvds.c
7332
7333 DRM DRIVER FOR MANTIX MLAF057WE51 PANELS
7334 M:      Guido Günther <[email protected]>
7335 R:      Purism Kernel Team <[email protected]>
7336 S:      Maintained
7337 F:      Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml
7338 F:      drivers/gpu/drm/panel/panel-mantix-mlaf057we51.c
7339
7340 DRM DRIVER FOR MGA G200 GRAPHICS CHIPS
7341 M:      Dave Airlie <[email protected]>
7342 R:      Thomas Zimmermann <[email protected]>
7343 R:      Jocelyn Falempe <[email protected]>
7344 L:      [email protected]
7345 S:      Supported
7346 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7347 F:      drivers/gpu/drm/mgag200/
7348
7349 DRM DRIVER FOR MI0283QT
7350 M:      Noralf Trønnes <[email protected]>
7351 S:      Maintained
7352 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7353 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
7354 F:      drivers/gpu/drm/tiny/mi0283qt.c
7355
7356 DRM DRIVER FOR MIPI DBI compatible panels
7357 M:      Noralf Trønnes <[email protected]>
7358 S:      Maintained
7359 W:      https://github.com/notro/panel-mipi-dbi/wiki
7360 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7361 F:      Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
7362 F:      drivers/gpu/drm/tiny/panel-mipi-dbi.c
7363
7364 DRM DRIVER for Qualcomm Adreno GPUs
7365 M:      Rob Clark <[email protected]>
7366 R:      Sean Paul <[email protected]>
7367 R:      Konrad Dybcio <[email protected]>
7368 L:      [email protected]
7369 L:      [email protected]
7370 L:      [email protected]
7371 S:      Maintained
7372 B:      https://gitlab.freedesktop.org/drm/msm/-/issues
7373 T:      git https://gitlab.freedesktop.org/drm/msm.git
7374 F:      Documentation/devicetree/bindings/display/msm/gpu.yaml
7375 F:      drivers/gpu/drm/msm/adreno/
7376 F:      drivers/gpu/drm/msm/msm_gpu.*
7377 F:      drivers/gpu/drm/msm/msm_gpu_devfreq.*
7378 F:      drivers/gpu/drm/msm/msm_ringbuffer.*
7379 F:      drivers/gpu/drm/msm/registers/adreno/
7380 F:      include/uapi/drm/msm_drm.h
7381
7382 DRM DRIVER for Qualcomm display hardware
7383 M:      Rob Clark <[email protected]>
7384 M:      Abhinav Kumar <[email protected]>
7385 M:      Dmitry Baryshkov <[email protected]>
7386 R:      Sean Paul <[email protected]>
7387 R:      Marijn Suijten <[email protected]>
7388 L:      [email protected]
7389 L:      [email protected]
7390 L:      [email protected]
7391 S:      Maintained
7392 B:      https://gitlab.freedesktop.org/drm/msm/-/issues
7393 T:      git https://gitlab.freedesktop.org/drm/msm.git
7394 F:      Documentation/devicetree/bindings/display/msm/
7395 F:      drivers/gpu/drm/ci/xfails/msm*
7396 F:      drivers/gpu/drm/msm/
7397 F:      include/uapi/drm/msm_drm.h
7398
7399 DRM DRIVER FOR NOVATEK NT35510 PANELS
7400 M:      Linus Walleij <[email protected]>
7401 S:      Maintained
7402 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7403 F:      Documentation/devicetree/bindings/display/panel/novatek,nt35510.yaml
7404 F:      drivers/gpu/drm/panel/panel-novatek-nt35510.c
7405
7406 DRM DRIVER FOR NOVATEK NT35560 PANELS
7407 M:      Linus Walleij <[email protected]>
7408 S:      Maintained
7409 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7410 F:      Documentation/devicetree/bindings/display/panel/sony,acx424akp.yaml
7411 F:      drivers/gpu/drm/panel/panel-novatek-nt35560.c
7412
7413 DRM DRIVER FOR NOVATEK NT36523 PANELS
7414 M:      Jianhua Lu <[email protected]>
7415 S:      Maintained
7416 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7417 F:      Documentation/devicetree/bindings/display/panel/novatek,nt36523.yaml
7418 F:      drivers/gpu/drm/panel/panel-novatek-nt36523.c
7419
7420 DRM DRIVER FOR NOVATEK NT36672A PANELS
7421 M:      Sumit Semwal <[email protected]>
7422 S:      Maintained
7423 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7424 F:      Documentation/devicetree/bindings/display/panel/novatek,nt36672a.yaml
7425 F:      drivers/gpu/drm/panel/panel-novatek-nt36672a.c
7426
7427 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
7428 M:      Karol Herbst <[email protected]>
7429 M:      Lyude Paul <[email protected]>
7430 M:      Danilo Krummrich <[email protected]>
7431 L:      [email protected]
7432 L:      [email protected]
7433 S:      Supported
7434 W:      https://nouveau.freedesktop.org/
7435 Q:      https://patchwork.freedesktop.org/project/nouveau/
7436 Q:      https://gitlab.freedesktop.org/drm/nouveau/-/merge_requests
7437 B:      https://gitlab.freedesktop.org/drm/nouveau/-/issues
7438 C:      irc://irc.oftc.net/nouveau
7439 T:      git https://gitlab.freedesktop.org/drm/nouveau.git
7440 F:      drivers/gpu/drm/nouveau/
7441 F:      include/uapi/drm/nouveau_drm.h
7442
7443 DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
7444 M:      Stefan Mavrodiev <[email protected]>
7445 S:      Maintained
7446 F:      Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml
7447 F:      drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
7448
7449 DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP
7450 R:      Douglas Anderson <[email protected]>
7451 F:      Documentation/devicetree/bindings/display/bridge/ps8640.yaml
7452 F:      drivers/gpu/drm/bridge/parade-ps8640.c
7453
7454 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
7455 M:      Noralf Trønnes <[email protected]>
7456 S:      Maintained
7457 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7458 F:      Documentation/devicetree/bindings/display/repaper.txt
7459 F:      drivers/gpu/drm/tiny/repaper.c
7460
7461 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
7462 M:      Dave Airlie <[email protected]>
7463 M:      Gerd Hoffmann <[email protected]>
7464 L:      [email protected]
7465 S:      Obsolete
7466 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
7467 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7468 F:      drivers/gpu/drm/tiny/cirrus-qemu.c
7469
7470 DRM DRIVER FOR QXL VIRTUAL GPU
7471 M:      Dave Airlie <[email protected]>
7472 M:      Gerd Hoffmann <[email protected]>
7473 L:      [email protected]
7474 L:      [email protected]
7475 S:      Maintained
7476 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7477 F:      drivers/gpu/drm/qxl/
7478 F:      include/uapi/drm/qxl_drm.h
7479
7480 DRM DRIVER FOR RAYDIUM RM67191 PANELS
7481 M:      Robert Chiras <[email protected]>
7482 S:      Maintained
7483 F:      Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
7484 F:      drivers/gpu/drm/panel/panel-raydium-rm67191.c
7485
7486 DRM DRIVER FOR SAMSUNG DB7430 PANELS
7487 M:      Linus Walleij <[email protected]>
7488 S:      Maintained
7489 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7490 F:      Documentation/devicetree/bindings/display/panel/samsung,lms397kf04.yaml
7491 F:      drivers/gpu/drm/panel/panel-samsung-db7430.c
7492
7493 DRM DRIVER FOR SAMSUNG MIPI DSIM BRIDGE
7494 M:      Inki Dae <[email protected]>
7495 M:      Jagan Teki <[email protected]>
7496 M:      Marek Szyprowski <[email protected]>
7497 S:      Maintained
7498 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7499 F:      Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
7500 F:      drivers/gpu/drm/bridge/samsung-dsim.c
7501 F:      include/drm/bridge/samsung-dsim.h
7502
7503 DRM DRIVER FOR SAMSUNG S6D27A1 PANELS
7504 M:      Markuss Broks <[email protected]>
7505 S:      Maintained
7506 F:      Documentation/devicetree/bindings/display/panel/samsung,s6d27a1.yaml
7507 F:      drivers/gpu/drm/panel/panel-samsung-s6d27a1.c
7508
7509 DRM DRIVER FOR SAMSUNG S6D7AA0 PANELS
7510 M:      Artur Weber <[email protected]>
7511 S:      Maintained
7512 F:      Documentation/devicetree/bindings/display/panel/samsung,s6d7aa0.yaml
7513 F:      drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c
7514
7515 DRM DRIVER FOR SAMSUNG S6E3HA8 PANELS
7516 M:      Dzmitry Sankouski <[email protected]>
7517 S:      Maintained
7518 F:      Documentation/devicetree/bindings/display/panel/samsung,s6e3ha8.yaml
7519 F:      drivers/gpu/drm/panel/panel-samsung-s6e3ha8.c
7520
7521 DRM DRIVER FOR SHARP MEMORY LCD
7522 M:      Alex Lanzano <[email protected]>
7523 S:      Maintained
7524 F:      Documentation/devicetree/bindings/display/sharp,ls010b7dh04.yaml
7525 F:      drivers/gpu/drm/tiny/sharp-memory.c
7526
7527 DRM DRIVER FOR SITRONIX ST7586 PANELS
7528 M:      David Lechner <[email protected]>
7529 S:      Maintained
7530 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7531 F:      Documentation/devicetree/bindings/display/sitronix,st7586.txt
7532 F:      drivers/gpu/drm/tiny/st7586.c
7533
7534 DRM DRIVER FOR SITRONIX ST7701 PANELS
7535 M:      Jagan Teki <[email protected]>
7536 S:      Maintained
7537 F:      Documentation/devicetree/bindings/display/panel/sitronix,st7701.yaml
7538 F:      drivers/gpu/drm/panel/panel-sitronix-st7701.c
7539
7540 DRM DRIVER FOR SITRONIX ST7703 PANELS
7541 M:      Guido Günther <[email protected]>
7542 R:      Purism Kernel Team <[email protected]>
7543 R:      Ondrej Jirman <[email protected]>
7544 S:      Maintained
7545 F:      Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
7546 F:      drivers/gpu/drm/panel/panel-sitronix-st7703.c
7547
7548 DRM DRIVER FOR SITRONIX ST7735R PANELS
7549 M:      David Lechner <[email protected]>
7550 S:      Maintained
7551 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7552 F:      Documentation/devicetree/bindings/display/sitronix,st7735r.yaml
7553 F:      drivers/gpu/drm/tiny/st7735r.c
7554
7555 DRM DRIVER FOR SOLOMON SSD130X OLED DISPLAYS
7556 M:      Javier Martinez Canillas <[email protected]>
7557 S:      Maintained
7558 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7559 F:      Documentation/devicetree/bindings/display/solomon,ssd-common.yaml
7560 F:      Documentation/devicetree/bindings/display/solomon,ssd13*.yaml
7561 F:      drivers/gpu/drm/solomon/ssd130x*
7562
7563 DRM DRIVER FOR ST-ERICSSON MCDE
7564 M:      Linus Walleij <[email protected]>
7565 S:      Maintained
7566 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7567 F:      Documentation/devicetree/bindings/display/ste,mcde.yaml
7568 F:      drivers/gpu/drm/mcde/
7569
7570 DRM DRIVER FOR SYNAPTICS R63353 PANELS
7571 M:      Michael Trimarchi <[email protected]>
7572 S:      Maintained
7573 F:      Documentation/devicetree/bindings/display/panel/synaptics,r63353.yaml
7574 F:      drivers/gpu/drm/panel/panel-synaptics-r63353.c
7575
7576 DRM DRIVER FOR TI DLPC3433 MIPI DSI TO DMD BRIDGE
7577 M:      Jagan Teki <[email protected]>
7578 S:      Maintained
7579 F:      Documentation/devicetree/bindings/display/bridge/ti,dlpc3433.yaml
7580 F:      drivers/gpu/drm/bridge/ti-dlpc3433.c
7581
7582 DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP
7583 R:      Douglas Anderson <[email protected]>
7584 F:      Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml
7585 F:      drivers/gpu/drm/bridge/ti-sn65dsi86.c
7586
7587 DRM DRIVER FOR TPO TPG110 PANELS
7588 M:      Linus Walleij <[email protected]>
7589 S:      Maintained
7590 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7591 F:      Documentation/devicetree/bindings/display/panel/tpo,tpg110.yaml
7592 F:      drivers/gpu/drm/panel/panel-tpo-tpg110.c
7593
7594 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
7595 M:      Dave Airlie <[email protected]>
7596 R:      Sean Paul <[email protected]>
7597 R:      Thomas Zimmermann <[email protected]>
7598 L:      [email protected]
7599 S:      Supported
7600 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7601 F:      drivers/gpu/drm/udl/
7602
7603 DRM DRIVER FOR VIRTUAL KERNEL MODESETTING (VKMS)
7604 M:      Louis Chauvet <[email protected]>
7605 R:      Haneen Mohammed <[email protected]>
7606 R:      Simona Vetter <[email protected]>
7607 R:      Melissa Wen <[email protected]>
7608 L:      [email protected]
7609 S:      Maintained
7610 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7611 F:      Documentation/gpu/vkms.rst
7612 F:      drivers/gpu/drm/ci/xfails/vkms*
7613 F:      drivers/gpu/drm/vkms/
7614
7615 DRM DRIVER FOR VIRTUALBOX VIRTUAL GPU
7616 M:      Hans de Goede <[email protected]>
7617 L:      [email protected]
7618 S:      Maintained
7619 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7620 F:      drivers/gpu/drm/vboxvideo/
7621
7622 DRM DRIVER FOR VMWARE VIRTUAL GPU
7623 M:      Zack Rusin <[email protected]>
7624 R:      Broadcom internal kernel review list <[email protected]>
7625 L:      [email protected]
7626 S:      Supported
7627 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7628 F:      drivers/gpu/drm/vmwgfx/
7629 F:      include/uapi/drm/vmwgfx_drm.h
7630
7631 DRM DRIVER FOR WIDECHIPS WS2401 PANELS
7632 M:      Linus Walleij <[email protected]>
7633 S:      Maintained
7634 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7635 F:      Documentation/devicetree/bindings/display/panel/samsung,lms380kf01.yaml
7636 F:      drivers/gpu/drm/panel/panel-widechips-ws2401.c
7637
7638 DRM DRIVERS
7639 M:      David Airlie <[email protected]>
7640 M:      Simona Vetter <[email protected]>
7641 L:      [email protected]
7642 S:      Maintained
7643 B:      https://gitlab.freedesktop.org/drm
7644 C:      irc://irc.oftc.net/dri-devel
7645 T:      git https://gitlab.freedesktop.org/drm/kernel.git
7646 F:      Documentation/devicetree/bindings/display/
7647 F:      Documentation/devicetree/bindings/gpu/
7648 F:      Documentation/gpu/
7649 F:      drivers/gpu/
7650 F:      include/drm/
7651 F:      include/linux/vga*
7652 F:      include/uapi/drm/
7653
7654 DRM DRIVERS AND MISC GPU PATCHES
7655 M:      Maarten Lankhorst <[email protected]>
7656 M:      Maxime Ripard <[email protected]>
7657 M:      Thomas Zimmermann <[email protected]>
7658 S:      Maintained
7659 W:      https://drm.pages.freedesktop.org/maintainer-tools/drm-misc.html
7660 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7661 F:      Documentation/devicetree/bindings/display/
7662 F:      Documentation/devicetree/bindings/gpu/
7663 F:      Documentation/gpu/
7664 F:      drivers/gpu/drm/
7665 F:      drivers/gpu/vga/
7666 F:      include/drm/drm
7667 F:      include/linux/vga*
7668 F:      include/uapi/drm/
7669 X:      drivers/gpu/drm/amd/
7670 X:      drivers/gpu/drm/armada/
7671 X:      drivers/gpu/drm/etnaviv/
7672 X:      drivers/gpu/drm/exynos/
7673 X:      drivers/gpu/drm/i915/
7674 X:      drivers/gpu/drm/kmb/
7675 X:      drivers/gpu/drm/mediatek/
7676 X:      drivers/gpu/drm/msm/
7677 X:      drivers/gpu/drm/nouveau/
7678 X:      drivers/gpu/drm/radeon/
7679 X:      drivers/gpu/drm/renesas/rcar-du/
7680 X:      drivers/gpu/drm/tegra/
7681
7682 DRM DRIVERS FOR ALLWINNER A10
7683 M:      Maxime Ripard <[email protected]>
7684 M:      Chen-Yu Tsai <[email protected]>
7685 L:      [email protected]
7686 S:      Supported
7687 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7688 F:      Documentation/devicetree/bindings/display/allwinner*
7689 F:      drivers/gpu/drm/sun4i/
7690
7691 DRM DRIVERS FOR AMLOGIC SOCS
7692 M:      Neil Armstrong <[email protected]>
7693 L:      [email protected]
7694 L:      [email protected]
7695 S:      Supported
7696 W:      http://linux-meson.com/
7697 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7698 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
7699 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
7700 F:      Documentation/gpu/meson.rst
7701 F:      drivers/gpu/drm/ci/xfails/meson*
7702 F:      drivers/gpu/drm/meson/
7703
7704 DRM DRIVERS FOR ATMEL HLCDC
7705 M:      Sam Ravnborg <[email protected]>
7706 M:      Boris Brezillon <[email protected]>
7707 L:      [email protected]
7708 S:      Supported
7709 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7710 F:      Documentation/devicetree/bindings/display/atmel/
7711 F:      drivers/gpu/drm/atmel-hlcdc/
7712
7713 DRM DRIVERS FOR BRIDGE CHIPS
7714 M:      Andrzej Hajda <[email protected]>
7715 M:      Neil Armstrong <[email protected]>
7716 M:      Robert Foss <[email protected]>
7717 R:      Laurent Pinchart <[email protected]>
7718 R:      Jonas Karlman <[email protected]>
7719 R:      Jernej Skrabec <[email protected]>
7720 S:      Maintained
7721 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7722 F:      Documentation/devicetree/bindings/display/bridge/
7723 F:      drivers/gpu/drm/bridge/
7724 F:      drivers/gpu/drm/display/drm_bridge_connector.c
7725 F:      drivers/gpu/drm/drm_bridge.c
7726 F:      include/drm/drm_bridge.h
7727 F:      include/drm/drm_bridge_connector.h
7728
7729 DRM DRIVERS FOR EXYNOS
7730 M:      Inki Dae <[email protected]>
7731 M:      Seung-Woo Kim <[email protected]>
7732 M:      Kyungmin Park <[email protected]>
7733 L:      [email protected]
7734 S:      Supported
7735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
7736 F:      Documentation/devicetree/bindings/display/samsung/
7737 F:      drivers/gpu/drm/exynos/
7738 F:      include/uapi/drm/exynos_drm.h
7739
7740 DRM DRIVERS FOR FREESCALE DCU
7741 M:      Stefan Agner <[email protected]>
7742 M:      Alison Wang <[email protected]>
7743 L:      [email protected]
7744 S:      Supported
7745 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7746 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
7747 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
7748 F:      drivers/gpu/drm/fsl-dcu/
7749
7750 DRM DRIVERS FOR FREESCALE IMX 5/6
7751 M:      Philipp Zabel <[email protected]>
7752 L:      [email protected]
7753 S:      Maintained
7754 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7755 T:      git git://git.pengutronix.de/git/pza/linux
7756 F:      Documentation/devicetree/bindings/display/imx/
7757 F:      drivers/gpu/drm/imx/ipuv3/
7758 F:      drivers/gpu/ipu-v3/
7759
7760 DRM DRIVERS FOR FREESCALE IMX BRIDGE
7761 M:      Liu Ying <[email protected]>
7762 L:      [email protected]
7763 S:      Maintained
7764 F:      Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-ldb.yaml
7765 F:      Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-combiner.yaml
7766 F:      Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pixel-link.yaml
7767 F:      Documentation/devicetree/bindings/display/bridge/fsl,imx8qxp-pxl2dpi.yaml
7768 F:      drivers/gpu/drm/bridge/imx/
7769
7770 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
7771 M:      Patrik Jakobsson <[email protected]>
7772 L:      [email protected]
7773 S:      Maintained
7774 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7775 F:      drivers/gpu/drm/gma500/
7776
7777 DRM DRIVERS FOR HISILICON
7778 M:      Xinliang Liu <[email protected]>
7779 M:      Tian Tao  <[email protected]>
7780 R:      Xinwei Kong <[email protected]>
7781 R:      Sumit Semwal <[email protected]>
7782 R:      Yongqin Liu <[email protected]>
7783 R:      John Stultz <[email protected]>
7784 L:      [email protected]
7785 S:      Maintained
7786 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7787 F:      Documentation/devicetree/bindings/display/hisilicon/
7788 F:      drivers/gpu/drm/hisilicon/
7789
7790 DRM DRIVERS FOR LIMA
7791 M:      Qiang Yu <[email protected]>
7792 L:      [email protected]
7793 L:      [email protected] (moderated for non-subscribers)
7794 S:      Maintained
7795 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7796 F:      drivers/gpu/drm/lima/
7797 F:      include/uapi/drm/lima_drm.h
7798
7799 DRM DRIVERS FOR LOONGSON
7800 M:      Sui Jingfeng <[email protected]>
7801 L:      [email protected]
7802 S:      Supported
7803 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7804 F:      drivers/gpu/drm/loongson/
7805
7806 DRM DRIVERS FOR MEDIATEK
7807 M:      Chun-Kuang Hu <[email protected]>
7808 M:      Philipp Zabel <[email protected]>
7809 L:      [email protected]
7810 L:      [email protected] (moderated for non-subscribers)
7811 S:      Supported
7812 F:      Documentation/devicetree/bindings/display/mediatek/
7813 F:      drivers/gpu/drm/ci/xfails/mediatek*
7814 F:      drivers/gpu/drm/mediatek/
7815 F:      drivers/phy/mediatek/phy-mtk-dp.c
7816 F:      drivers/phy/mediatek/phy-mtk-hdmi*
7817 F:      drivers/phy/mediatek/phy-mtk-mipi*
7818
7819 DRM DRIVERS FOR NVIDIA TEGRA
7820 M:      Thierry Reding <[email protected]>
7821 M:      Mikko Perttunen <[email protected]>
7822 L:      [email protected]
7823 L:      [email protected]
7824 S:      Supported
7825 T:      git https://gitlab.freedesktop.org/drm/tegra.git
7826 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
7827 F:      Documentation/devicetree/bindings/gpu/host1x/
7828 F:      drivers/gpu/drm/tegra/
7829 F:      drivers/gpu/host1x/
7830 F:      include/linux/host1x.h
7831 F:      include/uapi/drm/tegra_drm.h
7832
7833 DRM DRIVERS FOR RENESAS R-CAR
7834 M:      Laurent Pinchart <[email protected]>
7835 M:      Kieran Bingham <[email protected]>
7836 L:      [email protected]
7837 L:      [email protected]
7838 S:      Supported
7839 T:      git git://linuxtv.org/pinchartl/media drm/du/next
7840 F:      Documentation/devicetree/bindings/display/bridge/renesas,dsi-csi2-tx.yaml
7841 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.yaml
7842 F:      Documentation/devicetree/bindings/display/bridge/renesas,lvds.yaml
7843 F:      Documentation/devicetree/bindings/display/renesas,du.yaml
7844 F:      drivers/gpu/drm/renesas/rcar-du/
7845
7846 DRM DRIVERS FOR RENESAS RZ
7847 M:      Biju Das <[email protected]>
7848 L:      [email protected]
7849 L:      [email protected]
7850 S:      Maintained
7851 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7852 F:      Documentation/devicetree/bindings/display/renesas,rzg2l-du.yaml
7853 F:      drivers/gpu/drm/renesas/rz-du/
7854
7855 DRM DRIVERS FOR RENESAS SHMOBILE
7856 M:      Laurent Pinchart <[email protected]>
7857 M:      Geert Uytterhoeven <[email protected]>
7858 L:      [email protected]
7859 L:      [email protected]
7860 S:      Supported
7861 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7862 F:      Documentation/devicetree/bindings/display/renesas,shmobile-lcdc.yaml
7863 F:      drivers/gpu/drm/renesas/shmobile/
7864 F:      include/linux/platform_data/shmob_drm.h
7865
7866 DRM DRIVERS FOR ROCKCHIP
7867 M:      Sandy Huang <[email protected]>
7868 M:      Heiko Stübner <[email protected]>
7869 M:      Andy Yan <[email protected]>
7870 L:      [email protected]
7871 S:      Maintained
7872 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7873 F:      Documentation/devicetree/bindings/display/rockchip/
7874 F:      drivers/gpu/drm/ci/xfails/rockchip*
7875 F:      drivers/gpu/drm/rockchip/
7876
7877 DRM DRIVERS FOR STI
7878 M:      Alain Volmat <[email protected]>
7879 M:      Raphael Gallais-Pou <[email protected]>
7880 L:      [email protected]
7881 S:      Maintained
7882 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7883 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
7884 F:      drivers/gpu/drm/sti
7885
7886 DRM DRIVERS FOR STM
7887 M:      Yannick Fertre <[email protected]>
7888 M:      Raphael Gallais-Pou <[email protected]>
7889 M:      Philippe Cornu <[email protected]>
7890 L:      [email protected]
7891 S:      Maintained
7892 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7893 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml
7894 F:      Documentation/devicetree/bindings/display/st,stm32mp25-lvds.yaml
7895 F:      drivers/gpu/drm/stm
7896
7897 DRM DRIVERS FOR TI KEYSTONE
7898 M:      Jyri Sarha <[email protected]>
7899 M:      Tomi Valkeinen <[email protected]>
7900 L:      [email protected]
7901 S:      Maintained
7902 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7903 F:      Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
7904 F:      Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml
7905 F:      Documentation/devicetree/bindings/display/ti/ti,k2g-dss.yaml
7906 F:      drivers/gpu/drm/tidss/
7907
7908 DRM DRIVERS FOR TI LCDC
7909 M:      Jyri Sarha <[email protected]>
7910 M:      Tomi Valkeinen <[email protected]>
7911 L:      [email protected]
7912 S:      Maintained
7913 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7914 F:      Documentation/devicetree/bindings/display/tilcdc/
7915 F:      drivers/gpu/drm/tilcdc/
7916
7917 DRM DRIVERS FOR TI OMAP
7918 M:      Tomi Valkeinen <[email protected]>
7919 L:      [email protected]
7920 S:      Maintained
7921 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7922 F:      Documentation/devicetree/bindings/display/ti/
7923 F:      drivers/gpu/drm/omapdrm/
7924
7925 DRM DRIVERS FOR V3D
7926 M:      Melissa Wen <[email protected]>
7927 M:      Maíra Canal <[email protected]>
7928 S:      Supported
7929 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7930 F:      Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
7931 F:      drivers/gpu/drm/v3d/
7932 F:      include/uapi/drm/v3d_drm.h
7933
7934 DRM DRIVERS FOR VC4
7935 M:      Maxime Ripard <[email protected]>
7936 M:      Dave Stevenson <[email protected]>
7937 R:      Maíra Canal <[email protected]>
7938 R:      Raspberry Pi Kernel Maintenance <[email protected]>
7939 S:      Supported
7940 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7941 F:      Documentation/devicetree/bindings/display/brcm,bcm2835-*.yaml
7942 F:      drivers/gpu/drm/vc4/
7943 F:      include/uapi/drm/vc4_drm.h
7944
7945 DRM DRIVERS FOR VIVANTE GPU IP
7946 M:      Lucas Stach <[email protected]>
7947 R:      Russell King <[email protected]>
7948 R:      Christian Gmeiner <[email protected]>
7949 L:      [email protected] (moderated for non-subscribers)
7950 L:      [email protected]
7951 S:      Maintained
7952 F:      Documentation/devicetree/bindings/gpu/vivante,gc.yaml
7953 F:      drivers/gpu/drm/etnaviv/
7954 F:      include/uapi/drm/etnaviv_drm.h
7955
7956 DRM DRIVERS FOR XEN
7957 M:      Oleksandr Andrushchenko <[email protected]>
7958 L:      [email protected]
7959 L:      [email protected] (moderated for non-subscribers)
7960 S:      Supported
7961 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7962 F:      Documentation/gpu/xen-front.rst
7963 F:      drivers/gpu/drm/xen/
7964
7965 DRM DRIVERS FOR XILINX
7966 M:      Laurent Pinchart <[email protected]>
7967 M:      Tomi Valkeinen <[email protected]>
7968 L:      [email protected]
7969 S:      Maintained
7970 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7971 F:      Documentation/devicetree/bindings/display/xlnx/
7972 F:      Documentation/gpu/zynqmp.rst
7973 F:      drivers/gpu/drm/xlnx/
7974
7975 DRM GPU SCHEDULER
7976 M:      Luben Tuikov <[email protected]>
7977 M:      Matthew Brost <[email protected]>
7978 M:      Danilo Krummrich <[email protected]>
7979 M:      Philipp Stanner <[email protected]>
7980 L:      [email protected]
7981 S:      Maintained
7982 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7983 F:      drivers/gpu/drm/scheduler/
7984 F:      include/drm/gpu_scheduler.h
7985
7986 DRM PANEL DRIVERS
7987 M:      Neil Armstrong <[email protected]>
7988 R:      Jessica Zhang <[email protected]>
7989 L:      [email protected]
7990 S:      Maintained
7991 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
7992 F:      Documentation/devicetree/bindings/display/panel/
7993 F:      drivers/gpu/drm/drm_panel.c
7994 F:      drivers/gpu/drm/panel/
7995 F:      include/drm/drm_panel.h
7996
7997 DRM PRIVACY-SCREEN CLASS
7998 M:      Hans de Goede <[email protected]>
7999 L:      [email protected]
8000 S:      Maintained
8001 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
8002 F:      drivers/gpu/drm/drm_privacy_screen*
8003 F:      include/drm/drm_privacy_screen*
8004
8005 DRM TTM SUBSYSTEM
8006 M:      Christian Koenig <[email protected]>
8007 M:      Huang Rui <[email protected]>
8008 L:      [email protected]
8009 S:      Maintained
8010 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
8011 F:      drivers/gpu/drm/ttm/
8012 F:      include/drm/ttm/
8013
8014 DRM AUTOMATED TESTING
8015 M:      Helen Koike <[email protected]>
8016 L:      [email protected]
8017 S:      Maintained
8018 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
8019 F:      Documentation/gpu/automated_testing.rst
8020 F:      drivers/gpu/drm/ci/
8021
8022 DSBR100 USB FM RADIO DRIVER
8023 M:      Alexey Klimov <[email protected]>
8024 L:      [email protected]
8025 S:      Maintained
8026 T:      git git://linuxtv.org/media.git
8027 F:      drivers/media/radio/dsbr100.c
8028
8029 DT3155 MEDIA DRIVER
8030 M:      Hans Verkuil <[email protected]>
8031 L:      [email protected]
8032 S:      Odd Fixes
8033 W:      https://linuxtv.org
8034 T:      git git://linuxtv.org/media.git
8035 F:      drivers/media/pci/dt3155/
8036
8037 DVB_USB_AF9015 MEDIA DRIVER
8038 L:      [email protected]
8039 S:      Orphan
8040 W:      https://linuxtv.org
8041 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8042 F:      drivers/media/usb/dvb-usb-v2/af9015*
8043
8044 DVB_USB_AF9035 MEDIA DRIVER
8045 L:      [email protected]
8046 S:      Orphan
8047 W:      https://linuxtv.org
8048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8049 F:      drivers/media/usb/dvb-usb-v2/af9035*
8050
8051 DVB_USB_ANYSEE MEDIA DRIVER
8052 L:      [email protected]
8053 S:      Orphan
8054 W:      https://linuxtv.org
8055 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8056 F:      drivers/media/usb/dvb-usb-v2/anysee*
8057
8058 DVB_USB_AU6610 MEDIA DRIVER
8059 L:      [email protected]
8060 S:      Orphan
8061 W:      https://linuxtv.org
8062 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8063 F:      drivers/media/usb/dvb-usb-v2/au6610*
8064
8065 DVB_USB_CE6230 MEDIA DRIVER
8066 L:      [email protected]
8067 S:      Orphan
8068 W:      https://linuxtv.org
8069 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8070 F:      drivers/media/usb/dvb-usb-v2/ce6230*
8071
8072 DVB_USB_CXUSB MEDIA DRIVER
8073 M:      Michael Krufky <[email protected]>
8074 L:      [email protected]
8075 S:      Maintained
8076 W:      https://linuxtv.org
8077 W:      http://github.com/mkrufky
8078 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8079 T:      git git://linuxtv.org/media.git
8080 F:      drivers/media/usb/dvb-usb/cxusb*
8081
8082 DVB_USB_EC168 MEDIA DRIVER
8083 L:      [email protected]
8084 S:      Orphan
8085 W:      https://linuxtv.org
8086 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8087 F:      drivers/media/usb/dvb-usb-v2/ec168*
8088
8089 DVB_USB_GL861 MEDIA DRIVER
8090 L:      [email protected]
8091 S:      Orphan
8092 W:      https://linuxtv.org
8093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8094 F:      drivers/media/usb/dvb-usb-v2/gl861*
8095
8096 DVB_USB_MXL111SF MEDIA DRIVER
8097 M:      Michael Krufky <[email protected]>
8098 L:      [email protected]
8099 S:      Maintained
8100 W:      https://linuxtv.org
8101 W:      http://github.com/mkrufky
8102 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8103 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
8104 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
8105
8106 DVB_USB_RTL28XXU MEDIA DRIVER
8107 L:      [email protected]
8108 S:      Orphan
8109 W:      https://linuxtv.org
8110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8111 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
8112
8113 DVB_USB_V2 MEDIA DRIVER
8114 L:      [email protected]
8115 S:      Orphan
8116 W:      https://linuxtv.org
8117 W:      http://palosaari.fi/linux/
8118 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8119 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
8120 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
8121
8122 DYNAMIC DEBUG
8123 M:      Jason Baron <[email protected]>
8124 M:      Jim Cromie <[email protected]>
8125 S:      Maintained
8126 F:      include/linux/dynamic_debug.h
8127 F:      lib/dynamic_debug.c
8128 F:      lib/test_dynamic_debug.c
8129
8130 DYNAMIC INTERRUPT MODERATION
8131 M:      Tal Gilboa <[email protected]>
8132 S:      Maintained
8133 F:      Documentation/networking/net_dim.rst
8134 F:      include/linux/dim.h
8135 F:      lib/dim/
8136
8137 DYNAMIC THERMAL POWER MANAGEMENT (DTPM)
8138 M:      Daniel Lezcano <[email protected]>
8139 L:      [email protected]
8140 S:      Supported
8141 B:      https://bugzilla.kernel.org
8142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8143 F:      drivers/powercap/dtpm*
8144 F:      include/linux/dtpm.h
8145
8146 DZ DECSTATION DZ11 SERIAL DRIVER
8147 M:      "Maciej W. Rozycki" <[email protected]>
8148 S:      Maintained
8149 F:      drivers/tty/serial/dz.*
8150
8151 E3X0 POWER BUTTON DRIVER
8152 M:      Moritz Fischer <[email protected]>
8153 L:      [email protected]
8154 S:      Supported
8155 W:      http://www.ettus.com
8156 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
8157 F:      drivers/input/misc/e3x0-button.c
8158
8159 E4000 MEDIA DRIVER
8160 L:      [email protected]
8161 S:      Orphan
8162 W:      https://linuxtv.org
8163 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8164 F:      drivers/media/tuners/e4000*
8165
8166 EARTH_PT1 MEDIA DRIVER
8167 M:      Akihiro Tsukada <[email protected]>
8168 L:      [email protected]
8169 S:      Odd Fixes
8170 F:      drivers/media/pci/pt1/
8171
8172 EARTH_PT3 MEDIA DRIVER
8173 M:      Akihiro Tsukada <[email protected]>
8174 L:      [email protected]
8175 S:      Odd Fixes
8176 F:      drivers/media/pci/pt3/
8177
8178 EC100 MEDIA DRIVER
8179 L:      [email protected]
8180 S:      Orphan
8181 W:      https://linuxtv.org
8182 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8183 F:      drivers/media/dvb-frontends/ec100*
8184
8185 ECRYPT FILE SYSTEM
8186 M:      Tyler Hicks <[email protected]>
8187 L:      [email protected]
8188 S:      Odd Fixes
8189 W:      http://ecryptfs.org
8190 W:      https://launchpad.net/ecryptfs
8191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
8192 F:      Documentation/filesystems/ecryptfs.rst
8193 F:      fs/ecryptfs/
8194
8195 EDAC-AMD64
8196 M:      Yazen Ghannam <[email protected]>
8197 L:      [email protected]
8198 S:      Supported
8199 F:      drivers/edac/amd64_edac*
8200 F:      drivers/edac/mce_amd*
8201
8202 EDAC-ARMADA
8203 M:      Jan Luebbe <[email protected]>
8204 L:      [email protected]
8205 S:      Maintained
8206 F:      Documentation/devicetree/bindings/memory-controllers/marvell,mvebu-sdram-controller.yaml
8207 F:      drivers/edac/armada_xp_*
8208
8209 EDAC-AST2500
8210 M:      Stefan Schaeckeler <[email protected]>
8211 S:      Supported
8212 F:      Documentation/devicetree/bindings/edac/aspeed-sdram-edac.txt
8213 F:      drivers/edac/aspeed_edac.c
8214
8215 EDAC-BLUEFIELD
8216 M:      Shravan Kumar Ramani <[email protected]>
8217 S:      Supported
8218 F:      drivers/edac/bluefield_edac.c
8219
8220 EDAC-CALXEDA
8221 M:      Andre Przywara <[email protected]>
8222 L:      [email protected]
8223 S:      Maintained
8224 F:      drivers/edac/highbank*
8225
8226 EDAC-CAVIUM OCTEON
8227 M:      Thomas Bogendoerfer <[email protected]>
8228 L:      [email protected]
8229 L:      [email protected]
8230 S:      Maintained
8231 F:      drivers/edac/octeon_edac*
8232
8233 EDAC-CAVIUM THUNDERX
8234 M:      Robert Richter <[email protected]>
8235 L:      [email protected]
8236 S:      Odd Fixes
8237 F:      drivers/edac/thunderx_edac*
8238
8239 EDAC-CORE
8240 M:      Borislav Petkov <[email protected]>
8241 M:      Tony Luck <[email protected]>
8242 R:      James Morse <[email protected]>
8243 R:      Mauro Carvalho Chehab <[email protected]>
8244 R:      Robert Richter <[email protected]>
8245 L:      [email protected]
8246 S:      Supported
8247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git edac-for-next
8248 F:      Documentation/driver-api/edac.rst
8249 F:      drivers/edac/
8250 F:      include/linux/edac.h
8251
8252 EDAC-DMC520
8253 M:      Lei Wang <[email protected]>
8254 L:      [email protected]
8255 S:      Supported
8256 F:      drivers/edac/dmc520_edac.c
8257
8258 EDAC-E752X
8259 M:      Mark Gross <[email protected]>
8260 L:      [email protected]
8261 S:      Maintained
8262 F:      drivers/edac/e752x_edac.c
8263
8264 EDAC-E7XXX
8265 L:      [email protected]
8266 S:      Maintained
8267 F:      drivers/edac/e7xxx_edac.c
8268
8269 EDAC-FSL_DDR
8270 R:      Frank Li <[email protected]>
8271 L:      [email protected]
8272 L:      [email protected]
8273 S:      Maintained
8274 F:      drivers/edac/fsl_ddr_edac.*
8275
8276 EDAC-GHES
8277 M:      Mauro Carvalho Chehab <[email protected]>
8278 L:      [email protected]
8279 S:      Maintained
8280 F:      drivers/edac/ghes_edac.c
8281
8282 EDAC-I10NM
8283 M:      Tony Luck <[email protected]>
8284 L:      [email protected]
8285 S:      Maintained
8286 F:      drivers/edac/i10nm_base.c
8287
8288 EDAC-I3000
8289 L:      [email protected]
8290 S:      Orphan
8291 F:      drivers/edac/i3000_edac.c
8292
8293 EDAC-I5000
8294 L:      [email protected]
8295 S:      Maintained
8296 F:      drivers/edac/i5000_edac.c
8297
8298 EDAC-I5400
8299 M:      Mauro Carvalho Chehab <[email protected]>
8300 L:      [email protected]
8301 S:      Maintained
8302 F:      drivers/edac/i5400_edac.c
8303
8304 EDAC-I7300
8305 M:      Mauro Carvalho Chehab <[email protected]>
8306 L:      [email protected]
8307 S:      Maintained
8308 F:      drivers/edac/i7300_edac.c
8309
8310 EDAC-I7CORE
8311 M:      Mauro Carvalho Chehab <[email protected]>
8312 L:      [email protected]
8313 S:      Maintained
8314 F:      drivers/edac/i7core_edac.c
8315
8316 EDAC-I82443BXGX
8317 M:      Tim Small <[email protected]>
8318 L:      [email protected]
8319 S:      Maintained
8320 F:      drivers/edac/i82443bxgx_edac.c
8321
8322 EDAC-I82975X
8323 M:      "Arvind R." <[email protected]>
8324 L:      [email protected]
8325 S:      Maintained
8326 F:      drivers/edac/i82975x_edac.c
8327
8328 EDAC-IE31200
8329 M:      Jason Baron <[email protected]>
8330 L:      [email protected]
8331 S:      Maintained
8332 F:      drivers/edac/ie31200_edac.c
8333
8334 EDAC-IGEN6
8335 M:      Tony Luck <[email protected]>
8336 R:      Qiuxu Zhuo <[email protected]>
8337 L:      [email protected]
8338 S:      Maintained
8339 F:      drivers/edac/igen6_edac.c
8340
8341 EDAC-MPC85XX
8342 M:      Johannes Thumshirn <[email protected]>
8343 L:      [email protected]
8344 S:      Maintained
8345 F:      drivers/edac/mpc85xx_edac.[ch]
8346
8347 EDAC-NPCM
8348 M:      Marvin Lin <[email protected]>
8349 M:      Stanley Chu <[email protected]>
8350 L:      [email protected]
8351 S:      Maintained
8352 F:      Documentation/devicetree/bindings/memory-controllers/nuvoton,npcm-memory-controller.yaml
8353 F:      drivers/edac/npcm_edac.c
8354
8355 EDAC-PASEMI
8356 M:      Egor Martovetsky <[email protected]>
8357 L:      [email protected]
8358 S:      Maintained
8359 F:      drivers/edac/pasemi_edac.c
8360
8361 EDAC-PND2
8362 M:      Tony Luck <[email protected]>
8363 L:      [email protected]
8364 S:      Maintained
8365 F:      drivers/edac/pnd2_edac.[ch]
8366
8367 EDAC-QCOM
8368 M:      Manivannan Sadhasivam <[email protected]>
8369 L:      [email protected]
8370 L:      [email protected]
8371 S:      Maintained
8372 F:      drivers/edac/qcom_edac.c
8373
8374 EDAC-R82600
8375 M:      Tim Small <[email protected]>
8376 L:      [email protected]
8377 S:      Maintained
8378 F:      drivers/edac/r82600_edac.c
8379
8380 EDAC-SBRIDGE
8381 M:      Tony Luck <[email protected]>
8382 R:      Qiuxu Zhuo <[email protected]>
8383 L:      [email protected]
8384 S:      Maintained
8385 F:      drivers/edac/sb_edac.c
8386
8387 EDAC-SKYLAKE
8388 M:      Tony Luck <[email protected]>
8389 L:      [email protected]
8390 S:      Maintained
8391 F:      drivers/edac/skx_*.[ch]
8392
8393 EDAC-TI
8394 M:      Tero Kristo <[email protected]>
8395 L:      [email protected]
8396 S:      Odd Fixes
8397 F:      drivers/edac/ti_edac.c
8398
8399 EDIROL UA-101/UA-1000 DRIVER
8400 M:      Clemens Ladisch <[email protected]>
8401 L:      [email protected]
8402 S:      Maintained
8403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8404 F:      sound/usb/misc/ua101.c
8405
8406 EFI TEST DRIVER
8407 M:      Ivan Hu <[email protected]>
8408 M:      Ard Biesheuvel <[email protected]>
8409 L:      [email protected]
8410 S:      Maintained
8411 F:      drivers/firmware/efi/test/
8412
8413 EFI VARIABLE FILESYSTEM
8414 M:      Jeremy Kerr <[email protected]>
8415 M:      Ard Biesheuvel <[email protected]>
8416 L:      [email protected]
8417 S:      Maintained
8418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
8419 F:      fs/efivarfs/
8420
8421 EFIFB FRAMEBUFFER DRIVER
8422 M:      Peter Jones <[email protected]>
8423 L:      [email protected]
8424 S:      Maintained
8425 F:      drivers/video/fbdev/efifb.c
8426
8427 EFS FILESYSTEM
8428 S:      Orphan
8429 W:      http://aeschi.ch.eu.org/efs/
8430 F:      fs/efs/
8431
8432 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
8433 L:      [email protected]
8434 S:      Orphan
8435 F:      drivers/net/ethernet/ibm/ehea/
8436
8437 ELM327 CAN NETWORK DRIVER
8438 M:      Max Staudt <[email protected]>
8439 L:      [email protected]
8440 S:      Maintained
8441 F:      Documentation/networking/device_drivers/can/can327.rst
8442 F:      drivers/net/can/can327.c
8443
8444 EM28XX VIDEO4LINUX DRIVER
8445 M:      Mauro Carvalho Chehab <[email protected]>
8446 L:      [email protected]
8447 S:      Maintained
8448 W:      https://linuxtv.org
8449 T:      git git://linuxtv.org/media.git
8450 F:      Documentation/admin-guide/media/em28xx*
8451 F:      drivers/media/usb/em28xx/
8452
8453 EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER
8454 M:      Adrian Hunter <[email protected]>
8455 M:      Asutosh Das <[email protected]>
8456 R:      Ritesh Harjani <[email protected]>
8457 L:      [email protected]
8458 S:      Supported
8459 F:      drivers/mmc/host/cqhci*
8460
8461 EMS CPC-PCI CAN DRIVER
8462 M:      Gerhard Uttenthaler <[email protected]>
8463 M:      [email protected]
8464 L:      [email protected]
8465 S:      Maintained
8466 F:      drivers/net/can/sja1000/ems_pci.c
8467
8468 EMULEX 10Gbps iSCSI - OneConnect DRIVER
8469 M:      Ketan Mukadam <[email protected]>
8470 L:      [email protected]
8471 S:      Supported
8472 W:      http://www.broadcom.com
8473 F:      drivers/scsi/be2iscsi/
8474
8475 EMULEX 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
8476 M:      Ajit Khaparde <[email protected]>
8477 M:      Sriharsha Basavapatna <[email protected]>
8478 M:      Somnath Kotur <[email protected]>
8479 L:      [email protected]
8480 S:      Maintained
8481 W:      http://www.emulex.com
8482 F:      drivers/net/ethernet/emulex/benet/
8483
8484 EMULEX ONECONNECT ROCE DRIVER
8485 M:      Selvin Xavier <[email protected]>
8486 L:      [email protected]
8487 S:      Odd Fixes
8488 W:      http://www.broadcom.com
8489 F:      drivers/infiniband/hw/ocrdma/
8490 F:      include/uapi/rdma/ocrdma-abi.h
8491
8492 EMULEX/BROADCOM EFCT FC/FCOE SCSI TARGET DRIVER
8493 M:      James Smart <[email protected]>
8494 M:      Ram Vegesna <[email protected]>
8495 L:      [email protected]
8496 L:      [email protected]
8497 S:      Supported
8498 W:      http://www.broadcom.com
8499 F:      drivers/scsi/elx/
8500
8501 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
8502 M:      James Smart <[email protected]>
8503 M:      Dick Kennedy <[email protected]>
8504 L:      [email protected]
8505 S:      Supported
8506 W:      http://www.broadcom.com
8507 F:      drivers/scsi/lpfc/
8508
8509 ENE CB710 FLASH CARD READER DRIVER
8510 M:      Michał Mirosław <[email protected]>
8511 S:      Maintained
8512 F:      drivers/misc/cb710/
8513 F:      drivers/mmc/host/cb710-mmc.*
8514 F:      include/linux/cb710.h
8515
8516 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
8517 M:      Maxim Levitsky <[email protected]>
8518 S:      Maintained
8519 F:      drivers/media/rc/ene_ir.*
8520
8521 EPAPR HYPERVISOR BYTE CHANNEL DEVICE DRIVER
8522 M:      Laurentiu Tudor <[email protected]>
8523 L:      [email protected]
8524 S:      Maintained
8525 F:      drivers/tty/ehv_bytechan.c
8526
8527 EPSON S1D13XXX FRAMEBUFFER DRIVER
8528 M:      Kristoffer Ericson <[email protected]>
8529 S:      Maintained
8530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
8531 F:      drivers/video/fbdev/s1d13xxxfb.c
8532 F:      include/video/s1d13xxxfb.h
8533
8534 EROFS FILE SYSTEM
8535 M:      Gao Xiang <[email protected]>
8536 M:      Chao Yu <[email protected]>
8537 R:      Yue Hu <[email protected]>
8538 R:      Jeffle Xu <[email protected]>
8539 R:      Sandeep Dhavale <[email protected]>
8540 L:      [email protected]
8541 S:      Maintained
8542 W:      https://erofs.docs.kernel.org
8543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
8544 F:      Documentation/ABI/testing/sysfs-fs-erofs
8545 F:      Documentation/filesystems/erofs.rst
8546 F:      fs/erofs/
8547 F:      include/trace/events/erofs.h
8548
8549 ERRSEQ ERROR TRACKING INFRASTRUCTURE
8550 M:      Jeff Layton <[email protected]>
8551 S:      Maintained
8552 F:      include/linux/errseq.h
8553 F:      lib/errseq.c
8554
8555 ESD CAN NETWORK DRIVERS
8556 M:      Stefan Mätje <[email protected]>
8557 R:      [email protected]
8558 L:      [email protected]
8559 S:      Maintained
8560 F:      drivers/net/can/esd/
8561
8562 ESD CAN/USB DRIVERS
8563 M:      Frank Jungclaus <[email protected]>
8564 R:      [email protected]
8565 L:      [email protected]
8566 S:      Maintained
8567 F:      drivers/net/can/usb/esd_usb.c
8568
8569 ET131X NETWORK DRIVER
8570 M:      Mark Einon <[email protected]>
8571 S:      Odd Fixes
8572 F:      drivers/net/ethernet/agere/
8573
8574 ETAS ES58X CAN/USB DRIVER
8575 M:      Vincent Mailhol <[email protected]>
8576 L:      [email protected]
8577 S:      Maintained
8578 F:      Documentation/networking/devlink/etas_es58x.rst
8579 F:      drivers/net/can/usb/etas_es58x/
8580
8581 ETHERNET BRIDGE
8582 M:      Roopa Prabhu <[email protected]>
8583 M:      Nikolay Aleksandrov <[email protected]>
8584 L:      [email protected]
8585 L:      [email protected]
8586 S:      Maintained
8587 W:      http://www.linuxfoundation.org/en/Net:Bridge
8588 F:      include/linux/netfilter_bridge/
8589 F:      net/bridge/
8590
8591 ETHERNET PHY LIBRARY
8592 M:      Andrew Lunn <[email protected]>
8593 M:      Heiner Kallweit <[email protected]>
8594 R:      Russell King <[email protected]>
8595 L:      [email protected]
8596 S:      Maintained
8597 F:      Documentation/ABI/testing/sysfs-class-net-phydev
8598 F:      Documentation/devicetree/bindings/net/ethernet-phy.yaml
8599 F:      Documentation/devicetree/bindings/net/mdio*
8600 F:      Documentation/devicetree/bindings/net/qca,ar803x.yaml
8601 F:      Documentation/networking/phy.rst
8602 F:      drivers/net/mdio/
8603 F:      drivers/net/mdio/acpi_mdio.c
8604 F:      drivers/net/mdio/fwnode_mdio.c
8605 F:      drivers/net/mdio/of_mdio.c
8606 F:      drivers/net/pcs/
8607 F:      drivers/net/phy/
8608 F:      include/dt-bindings/net/qca-ar803x.h
8609 F:      include/linux/*mdio*.h
8610 F:      include/linux/linkmode.h
8611 F:      include/linux/mdio/*.h
8612 F:      include/linux/mii.h
8613 F:      include/linux/of_net.h
8614 F:      include/linux/phy.h
8615 F:      include/linux/phy_fixed.h
8616 F:      include/linux/phy_link_topology.h
8617 F:      include/linux/phylib_stubs.h
8618 F:      include/linux/platform_data/mdio-bcm-unimac.h
8619 F:      include/linux/platform_data/mdio-gpio.h
8620 F:      include/trace/events/mdio.h
8621 F:      include/uapi/linux/mdio.h
8622 F:      include/uapi/linux/mii.h
8623 F:      net/core/of_net.c
8624
8625 ETHERNET PHY LIBRARY [RUST]
8626 M:      FUJITA Tomonori <[email protected]>
8627 R:      Trevor Gross <[email protected]>
8628 L:      [email protected]
8629 L:      [email protected]
8630 S:      Maintained
8631 F:      rust/kernel/net/phy.rs
8632 F:      rust/kernel/net/phy/reg.rs
8633
8634 EXEC & BINFMT API, ELF
8635 M:      Kees Cook <[email protected]>
8636 R:      Eric Biederman <[email protected]>
8637 L:      [email protected]
8638 S:      Supported
8639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/execve
8640 F:      Documentation/userspace-api/ELF.rst
8641 F:      fs/*binfmt_*.c
8642 F:      fs/Kconfig.binfmt
8643 F:      fs/exec.c
8644 F:      fs/tests/binfmt_*_kunit.c
8645 F:      fs/tests/exec_kunit.c
8646 F:      include/linux/binfmts.h
8647 F:      include/linux/elf.h
8648 F:      include/uapi/linux/auxvec.h
8649 F:      include/uapi/linux/binfmts.h
8650 F:      include/uapi/linux/elf.h
8651 F:      tools/testing/selftests/exec/
8652 N:      asm/elf.h
8653 N:      binfmt
8654
8655 EXFAT FILE SYSTEM
8656 M:      Namjae Jeon <[email protected]>
8657 M:      Sungjong Seo <[email protected]>
8658 R:      Yuezhang Mo <[email protected]>
8659 L:      [email protected]
8660 S:      Maintained
8661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat.git
8662 F:      fs/exfat/
8663
8664 EXPRESSWIRE PROTOCOL LIBRARY
8665 M:      Duje Mihanović <[email protected]>
8666 L:      [email protected]
8667 S:      Maintained
8668 F:      drivers/leds/leds-expresswire.c
8669 F:      include/linux/leds-expresswire.h
8670
8671 EXT2 FILE SYSTEM
8672 M:      Jan Kara <[email protected]>
8673 L:      [email protected]
8674 S:      Maintained
8675 F:      Documentation/filesystems/ext2.rst
8676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git
8677 F:      fs/ext2/
8678 F:      include/linux/ext2*
8679
8680 EXT4 FILE SYSTEM
8681 M:      "Theodore Ts'o" <[email protected]>
8682 M:      Andreas Dilger <[email protected]>
8683 L:      [email protected]
8684 S:      Maintained
8685 W:      http://ext4.wiki.kernel.org
8686 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
8687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
8688 F:      Documentation/filesystems/ext4/
8689 F:      fs/ext4/
8690 F:      include/trace/events/ext4.h
8691 F:      include/uapi/linux/ext4.h
8692
8693 Extended Verification Module (EVM)
8694 M:      Mimi Zohar <[email protected]>
8695 M:      Roberto Sassu <[email protected]>
8696 L:      [email protected]
8697 S:      Supported
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
8699 F:      security/integrity/
8700 F:      security/integrity/evm/
8701
8702 EXTENSIBLE FIRMWARE INTERFACE (EFI)
8703 M:      Ard Biesheuvel <[email protected]>
8704 L:      [email protected]
8705 S:      Maintained
8706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
8707 F:      Documentation/admin-guide/efi-stub.rst
8708 F:      arch/*/include/asm/efi.h
8709 F:      arch/*/kernel/efi.c
8710 F:      arch/arm/boot/compressed/efi-header.S
8711 F:      arch/x86/platform/efi/
8712 F:      drivers/firmware/efi/
8713 F:      include/linux/efi*.h
8714
8715 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
8716 M:      MyungJoo Ham <[email protected]>
8717 M:      Chanwoo Choi <[email protected]>
8718 L:      [email protected]
8719 S:      Maintained
8720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
8721 F:      Documentation/devicetree/bindings/extcon/
8722 F:      Documentation/driver-api/extcon.rst
8723 F:      Documentation/firmware-guide/acpi/extcon-intel-int3496.rst
8724 F:      drivers/extcon/
8725 F:      include/linux/extcon.h
8726 F:      include/linux/extcon/
8727
8728 EXTRA BOOT CONFIG
8729 M:      Masami Hiramatsu <[email protected]>
8730 L:      [email protected]
8731 L:      [email protected]
8732 S:      Maintained
8733 Q:      https://patchwork.kernel.org/project/linux-trace-kernel/list/
8734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
8735 F:      Documentation/admin-guide/bootconfig.rst
8736 F:      fs/proc/bootconfig.c
8737 F:      include/linux/bootconfig.h
8738 F:      lib/bootconfig-data.S
8739 F:      lib/bootconfig.c
8740 F:      tools/bootconfig/*
8741 F:      tools/bootconfig/scripts/*
8742
8743 EXTRON DA HD 4K PLUS CEC DRIVER
8744 M:      Hans Verkuil <[email protected]>
8745 L:      [email protected]
8746 S:      Maintained
8747 T:      git git://linuxtv.org/media.git
8748 F:      drivers/media/cec/usb/extron-da-hd-4k-plus/
8749
8750 EXYNOS DP DRIVER
8751 M:      Jingoo Han <[email protected]>
8752 L:      [email protected]
8753 S:      Maintained
8754 F:      drivers/gpu/drm/exynos/exynos_dp*
8755
8756 EXYNOS SYSMMU (IOMMU) driver
8757 M:      Marek Szyprowski <[email protected]>
8758 L:      [email protected]
8759 S:      Maintained
8760 F:      drivers/iommu/exynos-iommu.c
8761
8762 F2FS FILE SYSTEM
8763 M:      Jaegeuk Kim <[email protected]>
8764 M:      Chao Yu <[email protected]>
8765 L:      [email protected]
8766 S:      Maintained
8767 W:      https://f2fs.wiki.kernel.org/
8768 Q:      https://patchwork.kernel.org/project/f2fs/list/
8769 B:      https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=f2fs
8770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
8771 F:      Documentation/ABI/testing/sysfs-fs-f2fs
8772 F:      Documentation/filesystems/f2fs.rst
8773 F:      fs/f2fs/
8774 F:      include/linux/f2fs_fs.h
8775 F:      include/trace/events/f2fs.h
8776 F:      include/uapi/linux/f2fs.h
8777
8778 F71805F HARDWARE MONITORING DRIVER
8779 M:      Jean Delvare <[email protected]>
8780 L:      [email protected]
8781 S:      Maintained
8782 F:      Documentation/hwmon/f71805f.rst
8783 F:      drivers/hwmon/f71805f.c
8784
8785 FADDR2LINE
8786 M:      Josh Poimboeuf <[email protected]>
8787 S:      Maintained
8788 F:      scripts/faddr2line
8789
8790 FAILOVER MODULE
8791 M:      Sridhar Samudrala <[email protected]>
8792 L:      [email protected]
8793 S:      Supported
8794 F:      Documentation/networking/failover.rst
8795 F:      include/net/failover.h
8796 F:      net/core/failover.c
8797
8798 FANOTIFY
8799 M:      Jan Kara <[email protected]>
8800 R:      Amir Goldstein <[email protected]>
8801 R:      Matthew Bobrowski <[email protected]>
8802 L:      [email protected]
8803 S:      Maintained
8804 F:      fs/notify/fanotify/
8805 F:      include/linux/fanotify.h
8806 F:      include/uapi/linux/fanotify.h
8807
8808 FARADAY FOTG210 USB2 DUAL-ROLE CONTROLLER
8809 M:      Linus Walleij <[email protected]>
8810 L:      [email protected]
8811 S:      Maintained
8812 F:      drivers/usb/fotg210/
8813
8814 FARSYNC SYNCHRONOUS DRIVER
8815 M:      Kevin Curtis <[email protected]>
8816 S:      Supported
8817 W:      http://www.farsite.co.uk/
8818 F:      drivers/net/wan/farsync.*
8819
8820 FAULT INJECTION SUPPORT
8821 M:      Akinobu Mita <[email protected]>
8822 S:      Supported
8823 F:      Documentation/fault-injection/
8824 F:      lib/fault-inject.c
8825 F:      tools/testing/fault-injection/
8826
8827 FBTFT Framebuffer drivers
8828 L:      [email protected]
8829 L:      [email protected]
8830 S:      Orphan
8831 F:      drivers/staging/fbtft/
8832
8833 FC0011 TUNER DRIVER
8834 M:      Michael Buesch <[email protected]>
8835 L:      [email protected]
8836 S:      Maintained
8837 F:      drivers/media/tuners/fc0011.c
8838 F:      drivers/media/tuners/fc0011.h
8839
8840 FC2580 MEDIA DRIVER
8841 L:      [email protected]
8842 S:      Orphan
8843 W:      https://linuxtv.org
8844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8845 F:      drivers/media/tuners/fc2580*
8846
8847 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
8848 M:      Hannes Reinecke <[email protected]>
8849 L:      [email protected]
8850 S:      Supported
8851 W:      www.Open-FCoE.org
8852 F:      drivers/scsi/fcoe/
8853 F:      drivers/scsi/libfc/
8854 F:      include/scsi/fc/
8855 F:      include/scsi/libfc.h
8856 F:      include/scsi/libfcoe.h
8857 F:      include/uapi/scsi/fc/
8858
8859 FILE LOCKING (flock() and fcntl()/lockf())
8860 M:      Jeff Layton <[email protected]>
8861 M:      Chuck Lever <[email protected]>
8862 R:      Alexander Aring <[email protected]>
8863 L:      [email protected]
8864 S:      Maintained
8865 F:      fs/fcntl.c
8866 F:      fs/locks.c
8867 F:      include/linux/fcntl.h
8868 F:      include/uapi/linux/fcntl.h
8869
8870 FILESYSTEM DIRECT ACCESS (DAX)
8871 M:      Dan Williams <[email protected]>
8872 R:      Matthew Wilcox <[email protected]>
8873 R:      Jan Kara <[email protected]>
8874 L:      [email protected]
8875 L:      [email protected]
8876 S:      Supported
8877 F:      fs/dax.c
8878 F:      include/linux/dax.h
8879 F:      include/trace/events/fs_dax.h
8880
8881 FILESYSTEMS (VFS and infrastructure)
8882 M:      Alexander Viro <[email protected]>
8883 M:      Christian Brauner <[email protected]>
8884 R:      Jan Kara <[email protected]>
8885 L:      [email protected]
8886 S:      Maintained
8887 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
8888 F:      fs/*
8889 F:      include/linux/fs.h
8890 F:      include/linux/fs_types.h
8891 F:      include/uapi/linux/fs.h
8892 F:      include/uapi/linux/openat2.h
8893
8894 FILESYSTEMS [EXPORTFS]
8895 M:      Chuck Lever <[email protected]>
8896 M:      Jeff Layton <[email protected]>
8897 R:      Amir Goldstein <[email protected]>
8898 L:      [email protected]
8899 L:      [email protected]
8900 S:      Supported
8901 F:      Documentation/filesystems/nfs/exporting.rst
8902 F:      fs/exportfs/
8903 F:      fs/fhandle.c
8904 F:      include/linux/exportfs.h
8905
8906 FILESYSTEMS [IDMAPPED MOUNTS]
8907 M:      Christian Brauner <[email protected]>
8908 M:      Seth Forshee <[email protected]>
8909 L:      [email protected]
8910 S:      Maintained
8911 F:      Documentation/filesystems/idmappings.rst
8912 F:      fs/mnt_idmapping.c
8913 F:      include/linux/mnt_idmapping.*
8914 F:      tools/testing/selftests/mount_setattr/
8915
8916 FILESYSTEMS [IOMAP]
8917 M:      Christian Brauner <[email protected]>
8918 R:      Darrick J. Wong <[email protected]>
8919 L:      [email protected]
8920 L:      [email protected]
8921 S:      Supported
8922 F:      Documentation/filesystems/iomap/*
8923 F:      fs/iomap/
8924 F:      include/linux/iomap.h
8925
8926 FILESYSTEMS [NETFS LIBRARY]
8927 M:      David Howells <[email protected]>
8928 R:      Jeff Layton <[email protected]>
8929 L:      [email protected]
8930 L:      [email protected]
8931 S:      Supported
8932 F:      Documentation/filesystems/caching/
8933 F:      Documentation/filesystems/netfs_library.rst
8934 F:      fs/netfs/
8935 F:      include/linux/fscache*.h
8936 F:      include/linux/netfs.h
8937 F:      include/trace/events/fscache.h
8938 F:      include/trace/events/netfs.h
8939
8940 FILESYSTEMS [STACKABLE]
8941 M:      Miklos Szeredi <[email protected]>
8942 M:      Amir Goldstein <[email protected]>
8943 L:      [email protected]
8944 L:      [email protected]
8945 S:      Maintained
8946 F:      fs/backing-file.c
8947 F:      include/linux/backing-file.h
8948
8949 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8950 M:      Riku Voipio <[email protected]>
8951 L:      [email protected]
8952 S:      Maintained
8953 F:      drivers/hwmon/f75375s.c
8954 F:      include/linux/f75375s.h
8955
8956 FINTEK F81604 USB to 2xCANBUS DEVICE DRIVER
8957 M:      Ji-Ze Hong (Peter Hong) <[email protected]>
8958 L:      [email protected]
8959 S:      Maintained
8960 F:      drivers/net/can/usb/f81604.c
8961
8962 FIREWIRE AUDIO DRIVERS and IEC 61883-1/6 PACKET STREAMING ENGINE
8963 M:      Clemens Ladisch <[email protected]>
8964 M:      Takashi Sakamoto <[email protected]>
8965 L:      [email protected]
8966 S:      Maintained
8967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8968 F:      include/uapi/sound/firewire.h
8969 F:      sound/firewire/
8970
8971 FIREWIRE MEDIA DRIVERS (firedtv)
8972 M:      Stefan Richter <[email protected]>
8973 L:      [email protected]
8974 L:      [email protected]
8975 S:      Maintained
8976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
8977 F:      drivers/media/firewire/
8978
8979 FIREWIRE SBP-2 TARGET
8980 M:      Chris Boot <[email protected]>
8981 L:      [email protected]
8982 L:      [email protected]
8983 L:      [email protected]
8984 S:      Maintained
8985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
8986 F:      drivers/target/sbp/
8987
8988 FIREWIRE SUBSYSTEM
8989 M:      Takashi Sakamoto <[email protected]>
8990 M:      Takashi Sakamoto <[email protected]>
8991 L:      [email protected]
8992 S:      Maintained
8993 W:      http://ieee1394.docs.kernel.org/
8994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
8995 F:      drivers/firewire/
8996 F:      include/linux/firewire.h
8997 F:      include/uapi/linux/firewire*.h
8998 F:      tools/firewire/
8999
9000 FIRMWARE FRAMEWORK FOR ARMV8-A
9001 M:      Sudeep Holla <[email protected]>
9002 L:      [email protected] (moderated for non-subscribers)
9003 S:      Maintained
9004 F:      drivers/firmware/arm_ffa/
9005 F:      include/linux/arm_ffa.h
9006
9007 FIRMWARE LOADER (request_firmware)
9008 M:      Luis Chamberlain <[email protected]>
9009 M:      Russ Weight <[email protected]>
9010 M:      Danilo Krummrich <[email protected]>
9011 L:      [email protected]
9012 S:      Maintained
9013 F:      Documentation/firmware_class/
9014 F:      drivers/base/firmware_loader/
9015 F:      rust/kernel/firmware.rs
9016 F:      include/linux/firmware.h
9017
9018 FLEXTIMER FTM-QUADDEC DRIVER
9019 M:      Patrick Havelange <[email protected]>
9020 L:      [email protected]
9021 S:      Maintained
9022 F:      Documentation/devicetree/bindings/counter/ftm-quaddec.txt
9023 F:      drivers/counter/ftm-quaddec.c
9024
9025 FLOPPY DRIVER
9026 M:      Denis Efremov <[email protected]>
9027 L:      [email protected]
9028 S:      Odd Fixes
9029 F:      drivers/block/floppy.c
9030
9031 FLYSKY FSIA6B RC RECEIVER
9032 M:      Markus Koch <[email protected]>
9033 L:      [email protected]
9034 S:      Maintained
9035 F:      drivers/input/joystick/fsia6b.c
9036
9037 FOCUSRITE CONTROL PROTOCOL/SCARLETT2 MIXER DRIVERS (Scarlett Gen 2+, Clarett, and Vocaster)
9038 M:      Geoffrey D. Bennett <[email protected]>
9039 L:      [email protected]
9040 S:      Maintained
9041 W:      https://github.com/geoffreybennett/linux-fcp
9042 B:      https://github.com/geoffreybennett/linux-fcp/issues
9043 T:      git https://github.com/geoffreybennett/linux-fcp.git
9044 F:      include/uapi/sound/fcp.h
9045 F:      include/uapi/sound/scarlett2.h
9046 F:      sound/usb/fcp.c
9047 F:      sound/usb/mixer_scarlett2.c
9048
9049 FORCEDETH GIGABIT ETHERNET DRIVER
9050 M:      Rain River <[email protected]>
9051 M:      Zhu Yanjun <[email protected]>
9052 L:      [email protected]
9053 S:      Maintained
9054 F:      drivers/net/ethernet/nvidia/*
9055
9056 FORTIFY_SOURCE
9057 M:      Kees Cook <[email protected]>
9058 L:      [email protected]
9059 S:      Supported
9060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9061 F:      include/linux/fortify-string.h
9062 F:      lib/fortify_kunit.c
9063 F:      lib/memcpy_kunit.c
9064 F:      lib/test_fortify/*
9065 K:      \bunsafe_memcpy\b
9066 K:      \b__NO_FORTIFY\b
9067
9068 FPGA DFL DRIVERS
9069 M:      Wu Hao <[email protected]>
9070 R:      Tom Rix <[email protected]>
9071 L:      [email protected]
9072 S:      Maintained
9073 F:      Documentation/ABI/testing/sysfs-bus-dfl*
9074 F:      Documentation/fpga/dfl.rst
9075 F:      drivers/fpga/dfl*
9076 F:      drivers/uio/uio_dfl.c
9077 F:      include/linux/dfl.h
9078 F:      include/uapi/linux/fpga-dfl.h
9079
9080 FPGA MANAGER FRAMEWORK
9081 M:      Moritz Fischer <[email protected]>
9082 M:      Wu Hao <[email protected]>
9083 M:      Xu Yilun <[email protected]>
9084 R:      Tom Rix <[email protected]>
9085 L:      [email protected]
9086 S:      Maintained
9087 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
9088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga.git
9089 F:      Documentation/devicetree/bindings/fpga/
9090 F:      Documentation/driver-api/fpga/
9091 F:      Documentation/fpga/
9092 F:      drivers/fpga/
9093 F:      include/linux/fpga/
9094
9095 FPU EMULATOR
9096 M:      Bill Metzenthen <[email protected]>
9097 S:      Maintained
9098 W:      https://floatingpoint.billm.au/
9099 F:      arch/x86/math-emu/
9100
9101 FRAMEBUFFER CORE
9102 M:      Simona Vetter <[email protected]>
9103 S:      Odd Fixes
9104 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
9105 F:      drivers/video/fbdev/core/
9106
9107 FRAMEBUFFER LAYER
9108 M:      Helge Deller <[email protected]>
9109 L:      [email protected]
9110 L:      [email protected]
9111 S:      Maintained
9112 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
9113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git
9114 F:      Documentation/fb/
9115 F:      drivers/video/
9116 F:      include/linux/fb.h
9117 F:      include/uapi/linux/fb.h
9118 F:      include/uapi/video/
9119 F:      include/video/
9120
9121 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
9122 M:      Horia Geantă <[email protected]>
9123 M:      Pankaj Gupta <[email protected]>
9124 M:      Gaurav Jain <[email protected]>
9125 L:      [email protected]
9126 S:      Maintained
9127 F:      Documentation/devicetree/bindings/crypto/fsl,sec-v4.0*
9128 F:      drivers/crypto/caam/
9129
9130 FREESCALE COLDFIRE M5441X MMC DRIVER
9131 M:      Angelo Dureghello <[email protected]>
9132 L:      [email protected]
9133 S:      Maintained
9134 F:      drivers/mmc/host/sdhci-esdhc-mcf.c
9135 F:      include/linux/platform_data/mmc-esdhc-mcf.h
9136
9137 FREESCALE DIU FRAMEBUFFER DRIVER
9138 M:      Timur Tabi <[email protected]>
9139 L:      [email protected]
9140 S:      Maintained
9141 F:      drivers/video/fbdev/fsl-diu-fb.*
9142
9143 FREESCALE DMA DRIVER
9144 M:      Zhang Wei <[email protected]>
9145 L:      [email protected]
9146 S:      Maintained
9147 F:      drivers/dma/fsldma.*
9148
9149 FREESCALE DSPI DRIVER
9150 M:      Vladimir Oltean <[email protected]>
9151 L:      [email protected]
9152 L:      [email protected]
9153 S:      Maintained
9154 F:      Documentation/devicetree/bindings/spi/fsl,dspi*.yaml
9155 F:      drivers/spi/spi-fsl-dspi.c
9156 F:      include/linux/spi/spi-fsl-dspi.h
9157
9158 FREESCALE eDMA DRIVER
9159 M:      Frank Li <[email protected]>
9160 L:      [email protected]
9161 L:      [email protected]
9162 S:      Maintained
9163 F:      Documentation/devicetree/bindings/dma/fsl,edma.yaml
9164 F:      drivers/dma/fsl-edma*.*
9165
9166 FREESCALE ENETC ETHERNET DRIVERS
9167 M:      Claudiu Manoil <[email protected]>
9168 M:      Vladimir Oltean <[email protected]>
9169 M:      Wei Fang <[email protected]>
9170 M:      Clark Wang <[email protected]>
9171 L:      [email protected]
9172 L:      [email protected]
9173 S:      Maintained
9174 F:      Documentation/devicetree/bindings/net/fsl,enetc*.yaml
9175 F:      Documentation/devicetree/bindings/net/nxp,netc-blk-ctrl.yaml
9176 F:      drivers/net/ethernet/freescale/enetc/
9177 F:      include/linux/fsl/enetc_mdio.h
9178 F:      include/linux/fsl/netc_global.h
9179
9180 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
9181 M:      Claudiu Manoil <[email protected]>
9182 L:      [email protected]
9183 S:      Maintained
9184 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
9185 F:      drivers/net/ethernet/freescale/gianfar*
9186
9187 FREESCALE GPMI NAND DRIVER
9188 M:      Han Xu <[email protected]>
9189 L:      [email protected]
9190 L:      [email protected]
9191 S:      Maintained
9192 F:      drivers/mtd/nand/raw/gpmi-nand/*
9193
9194 FREESCALE I2C CPM DRIVER
9195 M:      Jochen Friedrich <[email protected]>
9196 L:      [email protected]
9197 L:      [email protected]
9198 S:      Maintained
9199 F:      drivers/i2c/busses/i2c-cpm.c
9200
9201 FREESCALE IMX / MXC FEC DRIVER
9202 M:      Wei Fang <[email protected]>
9203 R:      Shenwei Wang <[email protected]>
9204 R:      Clark Wang <[email protected]>
9205 L:      [email protected]
9206 L:      [email protected]
9207 S:      Maintained
9208 F:      Documentation/devicetree/bindings/net/fsl,fec.yaml
9209 F:      drivers/net/ethernet/freescale/fec.h
9210 F:      drivers/net/ethernet/freescale/fec_main.c
9211 F:      drivers/net/ethernet/freescale/fec_ptp.c
9212
9213 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
9214 M:      Sascha Hauer <[email protected]>
9215 R:      Pengutronix Kernel Team <[email protected]>
9216 L:      [email protected]
9217 L:      [email protected] (moderated for non-subscribers)
9218 S:      Maintained
9219 F:      drivers/video/fbdev/imxfb.c
9220
9221 FREESCALE IMX DDR PMU DRIVER
9222 M:      Frank Li <[email protected]>
9223 L:      [email protected] (moderated for non-subscribers)
9224 S:      Maintained
9225 F:      Documentation/admin-guide/perf/imx-ddr.rst
9226 F:      Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml
9227 F:      drivers/perf/fsl_imx8_ddr_perf.c
9228
9229 FREESCALE IMX I2C DRIVER
9230 M:      Oleksij Rempel <[email protected]>
9231 R:      Pengutronix Kernel Team <[email protected]>
9232 L:      [email protected]
9233 S:      Maintained
9234 F:      Documentation/devicetree/bindings/i2c/i2c-imx.yaml
9235 F:      drivers/i2c/busses/i2c-imx.c
9236
9237 FREESCALE IMX LPI2C DRIVER
9238 M:      Dong Aisheng <[email protected]>
9239 L:      [email protected]
9240 L:      [email protected]
9241 S:      Maintained
9242 F:      Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
9243 F:      drivers/i2c/busses/i2c-imx-lpi2c.c
9244
9245 FREESCALE IMX LPSPI DRIVER
9246 M:      Frank Li <[email protected]>
9247 L:      [email protected]
9248 L:      [email protected]
9249 S:      Maintained
9250 F:      Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
9251 F:      drivers/spi/spi-fsl-lpspi.c
9252
9253 FREESCALE MPC I2C DRIVER
9254 M:      Chris Packham <[email protected]>
9255 L:      [email protected]
9256 S:      Maintained
9257 F:      Documentation/devicetree/bindings/i2c/i2c-mpc.yaml
9258 F:      drivers/i2c/busses/i2c-mpc.c
9259
9260 FREESCALE QORIQ DPAA ETHERNET DRIVER
9261 M:      Madalin Bucur <[email protected]>
9262 L:      [email protected]
9263 S:      Maintained
9264 F:      drivers/net/ethernet/freescale/dpaa
9265
9266 FREESCALE QORIQ DPAA FMAN DRIVER
9267 M:      Madalin Bucur <[email protected]>
9268 R:      Sean Anderson <[email protected]>
9269 L:      [email protected]
9270 S:      Maintained
9271 F:      Documentation/devicetree/bindings/net/fsl,fman*.yaml
9272 F:      drivers/net/ethernet/freescale/fman
9273
9274 FREESCALE QORIQ PTP CLOCK DRIVER
9275 M:      Yangbo Lu <[email protected]>
9276 L:      [email protected]
9277 S:      Maintained
9278 F:      Documentation/devicetree/bindings/ptp/fsl,ptp.yaml
9279 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
9280 F:      drivers/net/ethernet/freescale/dpaa2/dprtc*
9281 F:      drivers/net/ethernet/freescale/enetc/enetc_ptp.c
9282 F:      drivers/ptp/ptp_qoriq.c
9283 F:      drivers/ptp/ptp_qoriq_debugfs.c
9284 F:      include/linux/fsl/ptp_qoriq.h
9285
9286 FREESCALE QUAD SPI DRIVER
9287 M:      Han Xu <[email protected]>
9288 L:      [email protected]
9289 L:      [email protected]
9290 S:      Maintained
9291 F:      Documentation/devicetree/bindings/spi/fsl,spi-fsl-qspi.yaml
9292 F:      drivers/spi/spi-fsl-qspi.c
9293
9294 FREESCALE QUICC ENGINE LIBRARY
9295 M:      Qiang Zhao <[email protected]>
9296 M:      Christophe Leroy <[email protected]>
9297 L:      [email protected]
9298 S:      Maintained
9299 F:      drivers/soc/fsl/qe/
9300 F:      include/soc/fsl/qe/
9301
9302 FREESCALE QUICC ENGINE QMC DRIVER
9303 M:      Herve Codina <[email protected]>
9304 L:      [email protected]
9305 S:      Maintained
9306 F:      Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml
9307 F:      Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,qe-ucc-qmc.yaml
9308 F:      drivers/soc/fsl/qe/qmc.c
9309 F:      include/soc/fsl/qe/qmc.h
9310
9311 FREESCALE QUICC ENGINE QMC HDLC DRIVER
9312 M:      Herve Codina <[email protected]>
9313 L:      [email protected]
9314 L:      [email protected]
9315 S:      Maintained
9316 F:      drivers/net/wan/fsl_qmc_hdlc.c
9317
9318 FREESCALE QUICC ENGINE TSA DRIVER
9319 M:      Herve Codina <[email protected]>
9320 L:      [email protected]
9321 S:      Maintained
9322 F:      Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-tsa.yaml
9323 F:      Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,qe-tsa.yaml
9324 F:      drivers/soc/fsl/qe/tsa.c
9325 F:      drivers/soc/fsl/qe/tsa.h
9326 F:      include/dt-bindings/soc/cpm1-fsl,tsa.h
9327 F:      include/dt-bindings/soc/qe-fsl,tsa.h
9328
9329 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
9330 L:      [email protected]
9331 L:      [email protected]
9332 S:      Orphan
9333 F:      drivers/net/ethernet/freescale/ucc_geth*
9334
9335 FREESCALE QUICC ENGINE UCC HDLC DRIVER
9336 M:      Zhao Qiang <[email protected]>
9337 L:      [email protected]
9338 L:      [email protected]
9339 S:      Maintained
9340 F:      drivers/net/wan/fsl_ucc_hdlc*
9341
9342 FREESCALE QUICC ENGINE UCC UART DRIVER
9343 M:      Timur Tabi <[email protected]>
9344 L:      [email protected]
9345 S:      Maintained
9346 F:      drivers/tty/serial/ucc_uart.c
9347
9348 FREESCALE SOC DRIVERS
9349 M:      Christophe Leroy <[email protected]>
9350 L:      [email protected]
9351 L:      [email protected] (moderated for non-subscribers)
9352 S:      Maintained
9353 F:      Documentation/devicetree/bindings/misc/fsl,dpaa2-console.yaml
9354 F:      Documentation/devicetree/bindings/soc/fsl/
9355 F:      drivers/soc/fsl/
9356 F:      include/linux/fsl/
9357 F:      include/soc/fsl/
9358
9359 FREESCALE SOC FS_ENET DRIVER
9360 M:      Pantelis Antoniou <[email protected]>
9361 L:      [email protected]
9362 L:      [email protected]
9363 S:      Maintained
9364 F:      drivers/net/ethernet/freescale/fs_enet/
9365
9366 FREESCALE SOC SOUND DRIVERS
9367 M:      Shengjiu Wang <[email protected]>
9368 M:      Xiubo Li <[email protected]>
9369 R:      Fabio Estevam <[email protected]>
9370 R:      Nicolin Chen <[email protected]>
9371 L:      [email protected]
9372 L:      [email protected]
9373 S:      Maintained
9374 F:      sound/soc/fsl/fsl*
9375 F:      sound/soc/fsl/imx*
9376
9377 FREESCALE SOC LPC32XX SOUND DRIVERS
9378 M:      J.M.B. Downing <[email protected]>
9379 M:      Piotr Wojtaszczyk <[email protected]>
9380 R:      Vladimir Zapolskiy <[email protected]>
9381 L:      [email protected]
9382 L:      [email protected]
9383 S:      Maintained
9384 F:      Documentation/devicetree/bindings/sound/nxp,lpc3220-i2s.yaml
9385 F:      sound/soc/fsl/lpc3xxx-*
9386
9387 FREESCALE SOC SOUND QMC DRIVER
9388 M:      Herve Codina <[email protected]>
9389 L:      [email protected]
9390 L:      [email protected]
9391 S:      Maintained
9392 F:      Documentation/devicetree/bindings/sound/fsl,qmc-audio.yaml
9393 F:      sound/soc/fsl/fsl_qmc_audio.c
9394
9395 FREESCALE USB PERIPHERAL DRIVERS
9396 L:      [email protected]
9397 L:      [email protected]
9398 S:      Orphan
9399 F:      drivers/usb/gadget/udc/fsl*
9400
9401 FREESCALE USB PHY DRIVER
9402 L:      [email protected]
9403 L:      [email protected]
9404 S:      Orphan
9405 F:      drivers/usb/phy/phy-fsl-usb*
9406
9407 FREEVXFS FILESYSTEM
9408 M:      Christoph Hellwig <[email protected]>
9409 S:      Maintained
9410 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
9411 F:      fs/freevxfs/
9412
9413 FREEZER
9414 M:      "Rafael J. Wysocki" <[email protected]>
9415 M:      Pavel Machek <[email protected]>
9416 L:      [email protected]
9417 S:      Supported
9418 F:      Documentation/power/freezing-of-tasks.rst
9419 F:      include/linux/freezer.h
9420 F:      kernel/freezer.c
9421
9422 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
9423 M:      Eric Biggers <[email protected]>
9424 M:      Theodore Y. Ts'o <[email protected]>
9425 M:      Jaegeuk Kim <[email protected]>
9426 L:      [email protected]
9427 S:      Supported
9428 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
9429 T:      git https://git.kernel.org/pub/scm/fs/fscrypt/linux.git
9430 F:      Documentation/filesystems/fscrypt.rst
9431 F:      fs/crypto/
9432 F:      include/linux/fscrypt.h
9433 F:      include/uapi/linux/fscrypt.h
9434
9435 FSI SUBSYSTEM
9436 M:      Jeremy Kerr <[email protected]>
9437 M:      Joel Stanley <[email protected]>
9438 R:      Alistar Popple <[email protected]>
9439 R:      Eddie James <[email protected]>
9440 L:      [email protected]
9441 S:      Supported
9442 Q:      http://patchwork.ozlabs.org/project/linux-fsi/list/
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git
9444 F:      drivers/fsi/
9445 F:      include/linux/fsi*.h
9446 F:      include/trace/events/fsi*.h
9447
9448 FSI-ATTACHED I2C DRIVER
9449 M:      Eddie James <[email protected]>
9450 L:      [email protected]
9451 L:      [email protected] (moderated for non-subscribers)
9452 S:      Maintained
9453 F:      Documentation/devicetree/bindings/i2c/ibm,i2c-fsi.yaml
9454 F:      drivers/i2c/busses/i2c-fsi.c
9455
9456 FSI-ATTACHED SPI DRIVER
9457 M:      Eddie James <[email protected]>
9458 L:      [email protected]
9459 S:      Maintained
9460 F:      Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml
9461 F:      drivers/spi/spi-fsi.c
9462
9463 FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
9464 M:      Jan Kara <[email protected]>
9465 R:      Amir Goldstein <[email protected]>
9466 L:      [email protected]
9467 S:      Maintained
9468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify
9469 F:      fs/notify/
9470 F:      include/linux/fsnotify*.h
9471
9472 FSVERITY: READ-ONLY FILE-BASED AUTHENTICITY PROTECTION
9473 M:      Eric Biggers <[email protected]>
9474 M:      Theodore Y. Ts'o <[email protected]>
9475 L:      [email protected]
9476 S:      Supported
9477 Q:      https://patchwork.kernel.org/project/fsverity/list/
9478 T:      git https://git.kernel.org/pub/scm/fs/fsverity/linux.git
9479 F:      Documentation/filesystems/fsverity.rst
9480 F:      fs/verity/
9481 F:      include/linux/fsverity.h
9482 F:      include/uapi/linux/fsverity.h
9483
9484 FT260 FTDI USB-HID TO I2C BRIDGE DRIVER
9485 M:      Michael Zaidman <[email protected]>
9486 L:      [email protected]
9487 L:      [email protected]
9488 S:      Maintained
9489 F:      drivers/hid/hid-ft260.c
9490
9491 FUJITSU LAPTOP EXTRAS
9492 M:      Jonathan Woithe <[email protected]>
9493 L:      [email protected]
9494 S:      Maintained
9495 F:      drivers/platform/x86/fujitsu-laptop.c
9496
9497 FUJITSU TABLET EXTRAS
9498 M:      Robert Gerlach <[email protected]>
9499 L:      [email protected]
9500 S:      Maintained
9501 F:      drivers/platform/x86/fujitsu-tablet.c
9502
9503 FUNCTION HOOKS (FTRACE)
9504 M:      Steven Rostedt <[email protected]>
9505 M:      Masami Hiramatsu <[email protected]>
9506 R:      Mark Rutland <[email protected]>
9507 L:      [email protected]
9508 L:      [email protected]
9509 S:      Maintained
9510 Q:      https://patchwork.kernel.org/project/linux-trace-kernel/list/
9511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
9512 F:      Documentation/trace/ftrace*
9513 F:      arch/*/*/*/*ftrace*
9514 F:      arch/*/*/*ftrace*
9515 F:      include/*/ftrace.h
9516 F:      kernel/trace/fgraph.c
9517 F:      kernel/trace/ftrace*
9518 F:      samples/ftrace
9519
9520 FUNGIBLE ETHERNET DRIVERS
9521 M:      Dimitris Michailidis <[email protected]>
9522 L:      [email protected]
9523 S:      Maintained
9524 F:      drivers/net/ethernet/fungible/
9525
9526 FUSE: FILESYSTEM IN USERSPACE
9527 M:      Miklos Szeredi <[email protected]>
9528 L:      [email protected]
9529 S:      Maintained
9530 W:      https://github.com/libfuse/
9531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
9532 F:      Documentation/filesystems/fuse.rst
9533 F:      fs/fuse/
9534 F:      include/uapi/linux/fuse.h
9535
9536 FUTEX SUBSYSTEM
9537 M:      Thomas Gleixner <[email protected]>
9538 M:      Ingo Molnar <[email protected]>
9539 R:      Peter Zijlstra <[email protected]>
9540 R:      Darren Hart <[email protected]>
9541 R:      Davidlohr Bueso <[email protected]>
9542 R:      André Almeida <[email protected]>
9543 L:      [email protected]
9544 S:      Maintained
9545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
9546 F:      Documentation/locking/*futex*
9547 F:      include/asm-generic/futex.h
9548 F:      include/linux/futex.h
9549 F:      include/uapi/linux/futex.h
9550 F:      kernel/futex/*
9551 F:      tools/perf/bench/futex*
9552 F:      tools/testing/selftests/futex/
9553
9554 GALAXYCORE GC0308 CAMERA SENSOR DRIVER
9555 M:      Sebastian Reichel <[email protected]>
9556 L:      [email protected]
9557 S:      Maintained
9558 F:      Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml
9559 F:      drivers/media/i2c/gc0308.c
9560
9561 GALAXYCORE GC05a2 CAMERA SENSOR DRIVER
9562 M:      Zhi Mao <[email protected]>
9563 L:      [email protected]
9564 S:      Maintained
9565 F:      Documentation/devicetree/bindings/media/i2c/galaxycore,gc05a2.yaml
9566 F:      drivers/media/i2c/gc05a2.c
9567
9568 GALAXYCORE GC08A3 CAMERA SENSOR DRIVER
9569 M:      Zhi Mao <[email protected]>
9570 L:      [email protected]
9571 S:      Maintained
9572 F:      Documentation/devicetree/bindings/media/i2c/galaxycore,gc08a3.yaml
9573 F:      drivers/media/i2c/gc08a3.c
9574
9575 GALAXYCORE GC2145 SENSOR DRIVER
9576 M:      Alain Volmat <[email protected]>
9577 L:      [email protected]
9578 S:      Maintained
9579 T:      git git://linuxtv.org/media.git
9580 F:      Documentation/devicetree/bindings/media/i2c/galaxycore,gc2145.yaml
9581 F:      drivers/media/i2c/gc2145.c
9582
9583 GATEWORKS SYSTEM CONTROLLER (GSC) DRIVER
9584 M:      Tim Harvey <[email protected]>
9585 S:      Maintained
9586 F:      Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml
9587 F:      Documentation/hwmon/gsc-hwmon.rst
9588 F:      drivers/hwmon/gsc-hwmon.c
9589 F:      drivers/mfd/gateworks-gsc.c
9590 F:      include/linux/mfd/gsc.h
9591 F:      include/linux/platform_data/gsc_hwmon.h
9592
9593 GCC PLUGINS
9594 M:      Kees Cook <[email protected]>
9595 L:      [email protected]
9596 S:      Maintained
9597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9598 F:      Documentation/kbuild/gcc-plugins.rst
9599 F:      include/linux/stackleak.h
9600 F:      kernel/stackleak.c
9601 F:      scripts/Makefile.gcc-plugins
9602 F:      scripts/gcc-plugins/
9603
9604 GCOV BASED KERNEL PROFILING
9605 M:      Peter Oberparleiter <[email protected]>
9606 S:      Maintained
9607 F:      Documentation/dev-tools/gcov.rst
9608 F:      kernel/gcov/
9609
9610 GDB KERNEL DEBUGGING HELPER SCRIPTS
9611 M:      Jan Kiszka <[email protected]>
9612 M:      Kieran Bingham <[email protected]>
9613 S:      Supported
9614 F:      scripts/gdb/
9615
9616 GE HEALTHCARE PMC ADC DRIVER
9617 M:      Herve Codina <[email protected]>
9618 L:      [email protected]
9619 S:      Maintained
9620 F:      Documentation/devicetree/bindings/iio/adc/gehc,pmc-adc.yaml
9621 F:      drivers/iio/adc/gehc-pmc-adc.c
9622 F:      include/dt-bindings/iio/adc/gehc,pmc-adc.h
9623
9624 GEMINI CRYPTO DRIVER
9625 M:      Corentin Labbe <[email protected]>
9626 L:      [email protected]
9627 S:      Maintained
9628 F:      drivers/crypto/gemini/
9629
9630 GEMTEK FM RADIO RECEIVER DRIVER
9631 M:      Hans Verkuil <[email protected]>
9632 L:      [email protected]
9633 S:      Maintained
9634 W:      https://linuxtv.org
9635 T:      git git://linuxtv.org/media.git
9636 F:      drivers/media/radio/radio-gemtek*
9637
9638 GENDWARFKSYMS
9639 M:      Sami Tolvanen <[email protected]>
9640 L:      [email protected]
9641 L:      [email protected]
9642 S:      Maintained
9643 F:      scripts/gendwarfksyms/
9644
9645 GENERIC ARCHITECTURE TOPOLOGY
9646 M:      Sudeep Holla <[email protected]>
9647 L:      [email protected]
9648 S:      Maintained
9649 F:      drivers/base/arch_topology.c
9650 F:      include/linux/arch_topology.h
9651
9652 GENERIC ENTRY CODE
9653 M:      Thomas Gleixner <[email protected]>
9654 M:      Peter Zijlstra <[email protected]>
9655 M:      Andy Lutomirski <[email protected]>
9656 L:      [email protected]
9657 S:      Maintained
9658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/entry
9659 F:      include/linux/entry-common.h
9660 F:      include/linux/entry-kvm.h
9661 F:      kernel/entry/
9662
9663 GENERIC GPIO I2C DRIVER
9664 M:      Wolfram Sang <[email protected]>
9665 S:      Supported
9666 F:      drivers/i2c/busses/i2c-gpio.c
9667 F:      include/linux/platform_data/i2c-gpio.h
9668
9669 GENERIC GPIO I2C MULTIPLEXER DRIVER
9670 M:      Peter Korsgaard <[email protected]>
9671 L:      [email protected]
9672 S:      Supported
9673 F:      Documentation/i2c/muxes/i2c-mux-gpio.rst
9674 F:      drivers/i2c/muxes/i2c-mux-gpio.c
9675 F:      include/linux/platform_data/i2c-mux-gpio.h
9676
9677 GENERIC GPIO RESET DRIVER
9678 M:      Krzysztof Kozlowski <[email protected]>
9679 S:      Maintained
9680 F:      drivers/reset/reset-gpio.c
9681
9682 GENERIC HDLC (WAN) DRIVERS
9683 M:      Krzysztof Halasa <[email protected]>
9684 S:      Maintained
9685 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
9686 F:      drivers/net/wan/c101.c
9687 F:      drivers/net/wan/hd6457*
9688 F:      drivers/net/wan/hdlc*
9689 F:      drivers/net/wan/n2.c
9690 F:      drivers/net/wan/pc300too.c
9691 F:      drivers/net/wan/pci200syn.c
9692 F:      drivers/net/wan/wanxl*
9693
9694 GENERIC INCLUDE/ASM HEADER FILES
9695 M:      Arnd Bergmann <[email protected]>
9696 L:      [email protected]
9697 S:      Maintained
9698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
9699 F:      include/asm-generic/
9700 F:      include/uapi/asm-generic/
9701
9702 GENERIC PHY FRAMEWORK
9703 M:      Vinod Koul <[email protected]>
9704 M:      Kishon Vijay Abraham I <[email protected]>
9705 L:      [email protected]
9706 S:      Supported
9707 Q:      https://patchwork.kernel.org/project/linux-phy/list/
9708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
9709 F:      Documentation/devicetree/bindings/phy/
9710 F:      drivers/phy/
9711 F:      include/dt-bindings/phy/
9712 F:      include/linux/phy/
9713
9714 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
9715 M:      Wolfram Sang <[email protected]>
9716 S:      Supported
9717 F:      Documentation/devicetree/bindings/i2c/i2c-demux-pinctrl.yaml
9718 F:      drivers/i2c/muxes/i2c-demux-pinctrl.c
9719
9720 GENERIC PM DOMAINS
9721 M:      Ulf Hansson <[email protected]>
9722 L:      [email protected]
9723 S:      Supported
9724 F:      Documentation/devicetree/bindings/power/power?domain*
9725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git
9726 F:      drivers/pmdomain/
9727 F:      include/linux/pm_domain.h
9728
9729 GENERIC RADIX TREE
9730 M:      Kent Overstreet <[email protected]>
9731 S:      Supported
9732 C:      irc://irc.oftc.net/bcache
9733 F:      include/linux/generic-radix-tree.h
9734 F:      lib/generic-radix-tree.c
9735
9736 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
9737 M:      Eugen Hristev <[email protected]>
9738 L:      [email protected]
9739 S:      Maintained
9740 F:      drivers/input/touchscreen/resistive-adc-touch.c
9741
9742 GENERIC STRING LIBRARY
9743 M:      Kees Cook <[email protected]>
9744 R:      Andy Shevchenko <[email protected]>
9745 L:      [email protected]
9746 S:      Supported
9747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
9748 F:      include/linux/string.h
9749 F:      include/linux/string_choices.h
9750 F:      include/linux/string_helpers.h
9751 F:      lib/string.c
9752 F:      lib/string_kunit.c
9753 F:      lib/string_helpers.c
9754 F:      lib/string_helpers_kunit.c
9755 F:      scripts/coccinelle/api/string_choices.cocci
9756
9757 GENERIC UIO DRIVER FOR PCI DEVICES
9758 M:      "Michael S. Tsirkin" <[email protected]>
9759 L:      [email protected]
9760 S:      Supported
9761 F:      drivers/uio/uio_pci_generic.c
9762
9763 GENERIC VDSO LIBRARY
9764 M:      Andy Lutomirski <[email protected]>
9765 M:      Thomas Gleixner <[email protected]>
9766 M:      Vincenzo Frascino <[email protected]>
9767 L:      [email protected]
9768 S:      Maintained
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/vdso
9770 F:      include/asm-generic/vdso/vsyscall.h
9771 F:      include/vdso/
9772 F:      kernel/time/vsyscall.c
9773 F:      lib/vdso/
9774
9775 GENWQE (IBM Generic Workqueue Card)
9776 M:      Frank Haverkamp <[email protected]>
9777 S:      Supported
9778 F:      drivers/misc/genwqe/
9779
9780 GET_MAINTAINER SCRIPT
9781 M:      Joe Perches <[email protected]>
9782 S:      Maintained
9783 F:      scripts/get_maintainer.pl
9784
9785 GFS2 FILE SYSTEM
9786 M:      Andreas Gruenbacher <[email protected]>
9787 L:      [email protected]
9788 S:      Supported
9789 B:      https://bugzilla.kernel.org/enter_bug.cgi?product=File%20System&component=gfs2
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
9791 F:      Documentation/filesystems/gfs2*
9792 F:      fs/gfs2/
9793 F:      include/uapi/linux/gfs2_ondisk.h
9794
9795 GIGABYTE WATERFORCE SENSOR DRIVER
9796 M:      Aleksa Savic <[email protected]>
9797 L:      [email protected]
9798 S:      Maintained
9799 F:      Documentation/hwmon/gigabyte_waterforce.rst
9800 F:      drivers/hwmon/gigabyte_waterforce.c
9801
9802 GIGABYTE WMI DRIVER
9803 M:      Thomas Weißschuh <[email protected]>
9804 L:      [email protected]
9805 S:      Maintained
9806 F:      drivers/platform/x86/gigabyte-wmi.c
9807
9808 GNSS SUBSYSTEM
9809 M:      Johan Hovold <[email protected]>
9810 S:      Maintained
9811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git
9812 F:      Documentation/ABI/testing/sysfs-class-gnss
9813 F:      Documentation/devicetree/bindings/gnss/
9814 F:      drivers/gnss/
9815 F:      include/linux/gnss.h
9816
9817 GO7007 MPEG CODEC
9818 M:      Hans Verkuil <[email protected]>
9819 L:      [email protected]
9820 S:      Maintained
9821 F:      drivers/media/usb/go7007/
9822
9823 GOODIX TOUCHSCREEN
9824 M:      Bastien Nocera <[email protected]>
9825 M:      Hans de Goede <[email protected]>
9826 L:      [email protected]
9827 S:      Maintained
9828 F:      drivers/input/touchscreen/goodix*
9829
9830 GOOGLE ETHERNET DRIVERS
9831 M:      Jeroen de Borst <[email protected]>
9832 M:      Praveen Kaligineedi <[email protected]>
9833 R:      Shailend Chand <[email protected]>
9834 L:      [email protected]
9835 S:      Maintained
9836 F:      Documentation/networking/device_drivers/ethernet/google/gve.rst
9837 F:      drivers/net/ethernet/google
9838
9839 GOOGLE FIRMWARE DRIVERS
9840 M:      Tzung-Bi Shih <[email protected]>
9841 R:      Brian Norris <[email protected]>
9842 R:      Julius Werner <[email protected]>
9843 L:      [email protected]
9844 S:      Maintained
9845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git
9846 F:      drivers/firmware/google/
9847
9848 GOOGLE TENSOR SoC SUPPORT
9849 M:      Peter Griffin <[email protected]>
9850 R:      André Draszik <[email protected]>
9851 R:      Tudor Ambarus <[email protected]>
9852 L:      [email protected] (moderated for non-subscribers)
9853 L:      [email protected]
9854 S:      Maintained
9855 C:      irc://irc.oftc.net/pixel6-kernel-dev
9856 F:      Documentation/devicetree/bindings/clock/google,gs101-clock.yaml
9857 F:      arch/arm64/boot/dts/exynos/google/
9858 F:      drivers/clk/samsung/clk-gs101.c
9859 F:      drivers/phy/samsung/phy-gs101-ufs.c
9860 F:      include/dt-bindings/clock/google,gs101.h
9861 K:      [gG]oogle.?[tT]ensor
9862
9863 GPD POCKET FAN DRIVER
9864 M:      Hans de Goede <[email protected]>
9865 L:      [email protected]
9866 S:      Maintained
9867 F:      drivers/platform/x86/gpd-pocket-fan.c
9868
9869 GPIB DRIVERS
9870 M:      Dave Penkler <[email protected]>
9871 S:      Maintained
9872 F:      drivers/staging/gpib/
9873
9874 GPIO ACPI SUPPORT
9875 M:      Mika Westerberg <[email protected]>
9876 M:      Andy Shevchenko <[email protected]>
9877 L:      [email protected]
9878 L:      [email protected]
9879 S:      Supported
9880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
9881 F:      Documentation/firmware-guide/acpi/gpio-properties.rst
9882 F:      drivers/gpio/gpiolib-acpi.c
9883 F:      drivers/gpio/gpiolib-acpi.h
9884
9885 GPIO AGGREGATOR
9886 M:      Geert Uytterhoeven <[email protected]>
9887 L:      [email protected]
9888 S:      Supported
9889 F:      Documentation/admin-guide/gpio/gpio-aggregator.rst
9890 F:      drivers/gpio/gpio-aggregator.c
9891
9892 GPIO IR Transmitter
9893 M:      Sean Young <[email protected]>
9894 L:      [email protected]
9895 S:      Maintained
9896 F:      Documentation/devicetree/bindings/leds/irled/gpio-ir-tx.yaml
9897 F:      drivers/media/rc/gpio-ir-tx.c
9898
9899 GPIO MOCKUP DRIVER
9900 M:      Bamvor Jian Zhang <[email protected]>
9901 L:      [email protected]
9902 S:      Maintained
9903 F:      drivers/gpio/gpio-mockup.c
9904 F:      tools/testing/selftests/gpio/
9905
9906 GPIO REGMAP
9907 M:      Michael Walle <[email protected]>
9908 S:      Maintained
9909 F:      drivers/gpio/gpio-regmap.c
9910 F:      include/linux/gpio/regmap.h
9911 K:      (devm_)?gpio_regmap_(un)?register
9912
9913 GPIO SUBSYSTEM
9914 M:      Linus Walleij <[email protected]>
9915 M:      Bartosz Golaszewski <[email protected]>
9916 L:      [email protected]
9917 S:      Maintained
9918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
9919 F:      Documentation/admin-guide/gpio/
9920 F:      Documentation/devicetree/bindings/gpio/
9921 F:      Documentation/driver-api/gpio/
9922 F:      drivers/gpio/
9923 F:      include/dt-bindings/gpio/
9924 F:      include/linux/gpio.h
9925 F:      include/linux/gpio/
9926 F:      include/linux/of_gpio.h
9927 K:      (devm_)?gpio_(request|free|direction|get|set)
9928
9929 GPIO UAPI
9930 M:      Bartosz Golaszewski <[email protected]>
9931 R:      Kent Gibson <[email protected]>
9932 L:      [email protected]
9933 S:      Maintained
9934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
9935 F:      Documentation/ABI/obsolete/sysfs-gpio
9936 F:      Documentation/ABI/testing/gpio-cdev
9937 F:      Documentation/userspace-api/gpio/
9938 F:      drivers/gpio/gpiolib-cdev.c
9939 F:      include/uapi/linux/gpio.h
9940 F:      tools/gpio/
9941
9942 GRETH 10/100/1G Ethernet MAC device driver
9943 M:      Andreas Larsson <[email protected]>
9944 L:      [email protected]
9945 S:      Maintained
9946 F:      drivers/net/ethernet/aeroflex/
9947
9948 GREYBUS AUDIO PROTOCOLS DRIVERS
9949 M:      Vaibhav Agarwal <[email protected]>
9950 M:      Mark Greer <[email protected]>
9951 S:      Maintained
9952 F:      drivers/staging/greybus/audio_apbridgea.c
9953 F:      drivers/staging/greybus/audio_apbridgea.h
9954 F:      drivers/staging/greybus/audio_codec.c
9955 F:      drivers/staging/greybus/audio_codec.h
9956 F:      drivers/staging/greybus/audio_gb.c
9957 F:      drivers/staging/greybus/audio_manager.c
9958 F:      drivers/staging/greybus/audio_manager.h
9959 F:      drivers/staging/greybus/audio_manager_module.c
9960 F:      drivers/staging/greybus/audio_manager_private.h
9961 F:      drivers/staging/greybus/audio_manager_sysfs.c
9962 F:      drivers/staging/greybus/audio_module.c
9963 F:      drivers/staging/greybus/audio_topology.c
9964
9965 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
9966 M:      Viresh Kumar <[email protected]>
9967 S:      Maintained
9968 F:      drivers/staging/greybus/authentication.c
9969 F:      drivers/staging/greybus/bootrom.c
9970 F:      drivers/staging/greybus/firmware.h
9971 F:      drivers/staging/greybus/fw-core.c
9972 F:      drivers/staging/greybus/fw-download.c
9973 F:      drivers/staging/greybus/fw-management.c
9974 F:      drivers/staging/greybus/greybus_authentication.h
9975 F:      drivers/staging/greybus/greybus_firmware.h
9976 F:      drivers/staging/greybus/hid.c
9977 F:      drivers/staging/greybus/i2c.c
9978 F:      drivers/staging/greybus/spi.c
9979 F:      drivers/staging/greybus/spilib.c
9980 F:      drivers/staging/greybus/spilib.h
9981
9982 GREYBUS LOOPBACK DRIVER
9983 M:      Bryan O'Donoghue <[email protected]>
9984 S:      Maintained
9985 F:      drivers/staging/greybus/loopback.c
9986
9987 GREYBUS PLATFORM DRIVERS
9988 M:      Vaibhav Hiremath <[email protected]>
9989 S:      Maintained
9990 F:      drivers/staging/greybus/arche-apb-ctrl.c
9991 F:      drivers/staging/greybus/arche-platform.c
9992 F:      drivers/staging/greybus/arche_platform.h
9993
9994 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
9995 M:      Rui Miguel Silva <[email protected]>
9996 S:      Maintained
9997 F:      drivers/staging/greybus/gpio.c
9998 F:      drivers/staging/greybus/light.c
9999 F:      drivers/staging/greybus/power_supply.c
10000 F:      drivers/staging/greybus/sdio.c
10001 F:      drivers/staging/greybus/spi.c
10002 F:      drivers/staging/greybus/spilib.c
10003
10004 GREYBUS BEAGLEPLAY DRIVERS
10005 M:      Ayush Singh <[email protected]>
10006 L:      [email protected] (moderated for non-subscribers)
10007 S:      Maintained
10008 F:      Documentation/devicetree/bindings/net/ti,cc1352p7.yaml
10009 F:      drivers/greybus/gb-beagleplay.c
10010
10011 GREYBUS SUBSYSTEM
10012 M:      Johan Hovold <[email protected]>
10013 M:      Alex Elder <[email protected]>
10014 M:      Greg Kroah-Hartman <[email protected]>
10015 L:      [email protected] (moderated for non-subscribers)
10016 S:      Maintained
10017 F:      drivers/greybus/
10018 F:      drivers/staging/greybus/
10019 F:      include/linux/greybus.h
10020 F:      include/linux/greybus/
10021
10022 GREYBUS UART PROTOCOLS DRIVERS
10023 M:      David Lin <[email protected]>
10024 S:      Maintained
10025 F:      drivers/staging/greybus/log.c
10026 F:      drivers/staging/greybus/uart.c
10027
10028 GS1662 VIDEO SERIALIZER
10029 M:      Charles-Antoine Couret <[email protected]>
10030 L:      [email protected]
10031 S:      Maintained
10032 T:      git git://linuxtv.org/media.git
10033 F:      drivers/media/spi/gs1662.c
10034
10035 GSPCA FINEPIX SUBDRIVER
10036 M:      Frank Zago <[email protected]>
10037 L:      [email protected]
10038 S:      Maintained
10039 T:      git git://linuxtv.org/media.git
10040 F:      drivers/media/usb/gspca/finepix.c
10041
10042 GSPCA GL860 SUBDRIVER
10043 M:      Olivier Lorin <[email protected]>
10044 L:      [email protected]
10045 S:      Maintained
10046 T:      git git://linuxtv.org/media.git
10047 F:      drivers/media/usb/gspca/gl860/
10048
10049 GSPCA M5602 SUBDRIVER
10050 M:      Erik Andren <[email protected]>
10051 L:      [email protected]
10052 S:      Maintained
10053 T:      git git://linuxtv.org/media.git
10054 F:      drivers/media/usb/gspca/m5602/
10055
10056 GSPCA PAC207 SONIXB SUBDRIVER
10057 M:      Hans Verkuil <[email protected]>
10058 L:      [email protected]
10059 S:      Odd Fixes
10060 T:      git git://linuxtv.org/media.git
10061 F:      drivers/media/usb/gspca/pac207.c
10062
10063 GSPCA SN9C20X SUBDRIVER
10064 M:      Brian Johnson <[email protected]>
10065 L:      [email protected]
10066 S:      Maintained
10067 T:      git git://linuxtv.org/media.git
10068 F:      drivers/media/usb/gspca/sn9c20x.c
10069
10070 GSPCA T613 SUBDRIVER
10071 M:      Leandro Costantino <[email protected]>
10072 L:      [email protected]
10073 S:      Maintained
10074 T:      git git://linuxtv.org/media.git
10075 F:      drivers/media/usb/gspca/t613.c
10076
10077 GSPCA USB WEBCAM DRIVER
10078 M:      Hans Verkuil <[email protected]>
10079 L:      [email protected]
10080 S:      Odd Fixes
10081 T:      git git://linuxtv.org/media.git
10082 F:      drivers/media/usb/gspca/
10083
10084 GTP (GPRS Tunneling Protocol)
10085 M:      Pablo Neira Ayuso <[email protected]>
10086 M:      Harald Welte <[email protected]>
10087 L:      [email protected]
10088 S:      Maintained
10089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
10090 F:      drivers/net/gtp.c
10091
10092 GUID PARTITION TABLE (GPT)
10093 M:      Davidlohr Bueso <[email protected]>
10094 L:      [email protected]
10095 S:      Maintained
10096 F:      block/partitions/efi.*
10097
10098 HABANALABS PCI DRIVER
10099 M:      Ofir Bitton <[email protected]>
10100 L:      [email protected]
10101 S:      Supported
10102 C:      irc://irc.oftc.net/dri-devel
10103 T:      git https://github.com/HabanaAI/drivers.accel.habanalabs.kernel.git
10104 F:      Documentation/ABI/testing/debugfs-driver-habanalabs
10105 F:      Documentation/ABI/testing/sysfs-driver-habanalabs
10106 F:      drivers/accel/habanalabs/
10107 F:      include/linux/habanalabs/
10108 F:      include/trace/events/habanalabs.h
10109 F:      include/uapi/drm/habanalabs_accel.h
10110
10111 HACKRF MEDIA DRIVER
10112 L:      [email protected]
10113 S:      Orphan
10114 W:      https://linuxtv.org
10115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10116 F:      drivers/media/usb/hackrf/
10117
10118 HANDSHAKE UPCALL FOR TRANSPORT LAYER SECURITY
10119 M:      Chuck Lever <[email protected]>
10120 L:      [email protected]
10121 L:      [email protected]
10122 S:      Maintained
10123 F:      Documentation/netlink/specs/handshake.yaml
10124 F:      Documentation/networking/tls-handshake.rst
10125 F:      include/net/handshake.h
10126 F:      include/trace/events/handshake.h
10127 F:      net/handshake/
10128
10129 HANTRO VPU CODEC DRIVER
10130 M:      Nicolas Dufresne <[email protected]>
10131 M:      Benjamin Gaignard <[email protected]>
10132 M:      Philipp Zabel <[email protected]>
10133 L:      [email protected]
10134 L:      [email protected]
10135 S:      Maintained
10136 F:      Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml
10137 F:      Documentation/devicetree/bindings/media/rockchip,rk3568-vepu.yaml
10138 F:      Documentation/devicetree/bindings/media/rockchip-vpu.yaml
10139 F:      drivers/media/platform/verisilicon/
10140
10141 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
10142 M:      Frank Seidel <[email protected]>
10143 L:      [email protected]
10144 S:      Maintained
10145 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
10146 F:      drivers/platform/x86/hdaps.c
10147
10148 HARDWARE MONITORING
10149 M:      Jean Delvare <[email protected]>
10150 M:      Guenter Roeck <[email protected]>
10151 L:      [email protected]
10152 S:      Maintained
10153 W:      http://hwmon.wiki.kernel.org/
10154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10155 F:      Documentation/ABI/testing/sysfs-class-hwmon
10156 F:      Documentation/devicetree/bindings/hwmon/
10157 F:      Documentation/hwmon/
10158 F:      drivers/hwmon/
10159 F:      include/linux/hwmon*.h
10160 F:      include/trace/events/hwmon*.h
10161 K:      (devm_)?hwmon_device_(un)?register(|_with_groups|_with_info)
10162
10163 HARDWARE RANDOM NUMBER GENERATOR CORE
10164 M:      Olivia Mackall <[email protected]>
10165 M:      Herbert Xu <[email protected]>
10166 L:      [email protected]
10167 S:      Odd fixes
10168 F:      Documentation/admin-guide/hw_random.rst
10169 F:      Documentation/devicetree/bindings/rng/
10170 F:      drivers/char/hw_random/
10171 F:      include/linux/hw_random.h
10172
10173 HARDWARE SPINLOCK CORE
10174 M:      Bjorn Andersson <[email protected]>
10175 R:      Baolin Wang <[email protected]>
10176 L:      [email protected]
10177 S:      Maintained
10178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git hwspinlock-next
10179 F:      Documentation/devicetree/bindings/hwlock/
10180 F:      Documentation/locking/hwspinlock.rst
10181 F:      drivers/hwspinlock/
10182 F:      include/linux/hwspinlock.h
10183
10184 HARDWARE TRACING FACILITIES
10185 M:      Alexander Shishkin <[email protected]>
10186 S:      Maintained
10187 F:      drivers/hwtracing/
10188
10189 HARMONY SOUND DRIVER
10190 L:      [email protected]
10191 S:      Maintained
10192 F:      sound/parisc/harmony.*
10193
10194 HDPVR USB VIDEO ENCODER DRIVER
10195 M:      Hans Verkuil <[email protected]>
10196 L:      [email protected]
10197 S:      Odd Fixes
10198 W:      https://linuxtv.org
10199 T:      git git://linuxtv.org/media.git
10200 F:      drivers/media/usb/hdpvr/
10201
10202 HEWLETT PACKARD ENTERPRISE ILO CHIF DRIVER
10203 M:      Keng-Yu Lin <[email protected]>
10204 S:      Supported
10205 F:      drivers/misc/hpilo.[ch]
10206
10207 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
10208 M:      Jerry Hoemann <[email protected]>
10209 S:      Supported
10210 F:      Documentation/watchdog/hpwdt.rst
10211 F:      drivers/watchdog/hpwdt.c
10212
10213 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
10214 M:      Don Brace <[email protected]>
10215 L:      [email protected]
10216 L:      [email protected]
10217 S:      Supported
10218 F:      Documentation/scsi/hpsa.rst
10219 F:      drivers/scsi/hpsa*.[ch]
10220 F:      include/linux/cciss*.h
10221 F:      include/uapi/linux/cciss*.h
10222
10223 HFI1 DRIVER
10224 M:      Dennis Dalessandro <[email protected]>
10225 L:      [email protected]
10226 S:      Supported
10227 F:      drivers/infiniband/hw/hfi1
10228
10229 HFS FILESYSTEM
10230 L:      [email protected]
10231 S:      Orphan
10232 F:      Documentation/filesystems/hfs.rst
10233 F:      fs/hfs/
10234
10235 HFSPLUS FILESYSTEM
10236 L:      [email protected]
10237 S:      Orphan
10238 F:      Documentation/filesystems/hfsplus.rst
10239 F:      fs/hfsplus/
10240
10241 HGA FRAMEBUFFER DRIVER
10242 M:      Ferenc Bakonyi <[email protected]>
10243 L:      [email protected]
10244 S:      Maintained
10245 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
10246 F:      drivers/video/fbdev/hgafb.c
10247
10248 HIBERNATION (aka Software Suspend, aka swsusp)
10249 M:      "Rafael J. Wysocki" <[email protected]>
10250 M:      Pavel Machek <[email protected]>
10251 L:      [email protected]
10252 S:      Supported
10253 B:      https://bugzilla.kernel.org
10254 F:      arch/*/include/asm/suspend*.h
10255 F:      arch/x86/power/
10256 F:      drivers/base/power/
10257 F:      include/linux/freezer.h
10258 F:      include/linux/pm.h
10259 F:      include/linux/suspend.h
10260 F:      kernel/power/
10261
10262 HID CORE LAYER
10263 M:      Jiri Kosina <[email protected]>
10264 M:      Benjamin Tissoires <[email protected]>
10265 L:      [email protected]
10266 S:      Maintained
10267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
10268 F:      Documentation/hid/
10269 F:      drivers/hid/
10270 F:      include/linux/hid*
10271 F:      include/uapi/linux/hid*
10272 F:      samples/hid/
10273 F:      tools/testing/selftests/hid/
10274
10275 HID LOGITECH DRIVERS
10276 R:      Filipe Laíns <[email protected]>
10277 L:      [email protected]
10278 S:      Maintained
10279 F:      drivers/hid/hid-logitech-*
10280
10281 HID NVIDIA SHIELD DRIVER
10282 M:      Rahul Rameshbabu <[email protected]>
10283 L:      [email protected]
10284 S:      Maintained
10285 F:      drivers/hid/hid-nvidia-shield.c
10286
10287 HID PHOENIX RC FLIGHT CONTROLLER
10288 M:      Marcus Folkesson <[email protected]>
10289 L:      [email protected]
10290 S:      Maintained
10291 F:      drivers/hid/hid-pxrc.c
10292
10293 HID PLAYSTATION DRIVER
10294 M:      Roderick Colenbrander <[email protected]>
10295 L:      [email protected]
10296 S:      Supported
10297 F:      drivers/hid/hid-playstation.c
10298
10299 HID SENSOR HUB DRIVERS
10300 M:      Jiri Kosina <[email protected]>
10301 M:      Jonathan Cameron <[email protected]>
10302 M:      Srinivas Pandruvada <[email protected]>
10303 L:      [email protected]
10304 L:      [email protected]
10305 S:      Maintained
10306 F:      Documentation/hid/hid-sensor*
10307 F:      drivers/hid/hid-sensor-*
10308 F:      drivers/iio/*/hid-*
10309 F:      include/linux/hid-sensor-*
10310
10311 HID VRC-2 CAR CONTROLLER DRIVER
10312 M:      Marcus Folkesson <[email protected]>
10313 L:      [email protected]
10314 S:      Maintained
10315 F:      drivers/hid/hid-vrc2.c
10316
10317 HID WACOM DRIVER
10318 M:      Ping Cheng <[email protected]>
10319 M:      Jason Gerecke  <[email protected]>
10320 L:      [email protected]
10321 S:      Maintained
10322 F:      drivers/hid/wacom.h
10323 F:      drivers/hid/wacom_*
10324
10325 HID++ LOGITECH DRIVERS
10326 R:      Filipe Laíns <[email protected]>
10327 R:      Bastien Nocera <[email protected]>
10328 L:      [email protected]
10329 S:      Maintained
10330 F:      drivers/hid/hid-logitech-hidpp.c
10331
10332 HIGH-RESOLUTION TIMERS, TIMER WHEEL, CLOCKEVENTS
10333 M:      Anna-Maria Behnsen <[email protected]>
10334 M:      Frederic Weisbecker <[email protected]>
10335 M:      Thomas Gleixner <[email protected]>
10336 L:      [email protected]
10337 S:      Maintained
10338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10339 F:      Documentation/timers/
10340 F:      include/linux/clockchips.h
10341 F:      include/linux/delay.h
10342 F:      include/linux/hrtimer.h
10343 F:      include/linux/timer.h
10344 F:      kernel/time/clockevents.c
10345 F:      kernel/time/hrtimer.c
10346 F:      kernel/time/sleep_timeout.c
10347 F:      kernel/time/timer.c
10348 F:      kernel/time/timer_list.c
10349 F:      kernel/time/timer_migration.*
10350 F:      tools/testing/selftests/timers/
10351
10352 HIGH-SPEED SCC DRIVER FOR AX.25
10353 L:      [email protected]
10354 S:      Orphan
10355 F:      drivers/net/hamradio/scc.c
10356
10357 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
10358 M:      HighPoint Linux Team <[email protected]>
10359 S:      Supported
10360 W:      http://www.highpoint-tech.com
10361 F:      Documentation/scsi/hptiop.rst
10362 F:      drivers/scsi/hptiop.c
10363
10364 HIKEY960 ONBOARD USB GPIO HUB DRIVER
10365 M:      John Stultz <[email protected]>
10366 L:      [email protected]
10367 S:      Maintained
10368 F:      drivers/misc/hisi_hikey_usb.c
10369
10370 HIMAX HX83112B TOUCHSCREEN SUPPORT
10371 M:      Job Noorman <[email protected]>
10372 L:      [email protected]
10373 S:      Maintained
10374 F:      Documentation/devicetree/bindings/input/touchscreen/himax,hx83112b.yaml
10375 F:      drivers/input/touchscreen/himax_hx83112b.c
10376
10377 HIPPI
10378 M:      Jes Sorensen <[email protected]>
10379 S:      Maintained
10380 F:      drivers/net/hippi/
10381 F:      include/linux/hippidevice.h
10382 F:      include/uapi/linux/if_hippi.h
10383 F:      net/802/hippi.c
10384
10385 HIRSCHMANN HELLCREEK ETHERNET SWITCH DRIVER
10386 M:      Kurt Kanzenbach <[email protected]>
10387 L:      [email protected]
10388 S:      Maintained
10389 F:      Documentation/devicetree/bindings/net/dsa/hirschmann,hellcreek.yaml
10390 F:      drivers/net/dsa/hirschmann/*
10391 F:      include/linux/platform_data/hirschmann-hellcreek.h
10392 F:      net/dsa/tag_hellcreek.c
10393
10394 HISILICON DMA DRIVER
10395 M:      Zhou Wang <[email protected]>
10396 M:      Jie Hai <[email protected]>
10397 L:      [email protected]
10398 S:      Maintained
10399 F:      drivers/dma/hisi_dma.c
10400
10401 HISILICON GPIO DRIVER
10402 M:      Jay Fang <[email protected]>
10403 L:      [email protected]
10404 S:      Maintained
10405 F:      Documentation/devicetree/bindings/gpio/hisilicon,ascend910-gpio.yaml
10406 F:      drivers/gpio/gpio-hisi.c
10407
10408 HISILICON HIGH PERFORMANCE RSA ENGINE DRIVER (HPRE)
10409 M:      Zhiqi Song <[email protected]>
10410 M:      Longfang Liu <[email protected]>
10411 L:      [email protected]
10412 S:      Maintained
10413 F:      Documentation/ABI/testing/debugfs-hisi-hpre
10414 F:      drivers/crypto/hisilicon/hpre/hpre.h
10415 F:      drivers/crypto/hisilicon/hpre/hpre_crypto.c
10416 F:      drivers/crypto/hisilicon/hpre/hpre_main.c
10417
10418 HISILICON HNS3 PMU DRIVER
10419 M:      Jijie Shao <[email protected]>
10420 S:      Supported
10421 F:      Documentation/admin-guide/perf/hns3-pmu.rst
10422 F:      drivers/perf/hisilicon/hns3_pmu.c
10423
10424 HISILICON I2C CONTROLLER DRIVER
10425 M:      Yicong Yang <[email protected]>
10426 L:      [email protected]
10427 S:      Maintained
10428 W:      https://www.hisilicon.com
10429 F:      Documentation/devicetree/bindings/i2c/hisilicon,ascend910-i2c.yaml
10430 F:      drivers/i2c/busses/i2c-hisi.c
10431
10432 HISILICON KUNPENG SOC HCCS DRIVER
10433 M:      Huisong Li <[email protected]>
10434 S:      Maintained
10435 F:      Documentation/ABI/testing/sysfs-devices-platform-kunpeng_hccs
10436 F:      drivers/soc/hisilicon/kunpeng_hccs.c
10437 F:      drivers/soc/hisilicon/kunpeng_hccs.h
10438
10439 HISILICON LPC BUS DRIVER
10440 M:      Jay Fang <[email protected]>
10441 S:      Maintained
10442 W:      http://www.hisilicon.com
10443 F:      Documentation/devicetree/bindings/arm/hisilicon/low-pin-count.yaml
10444 F:      drivers/bus/hisi_lpc.c
10445
10446 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
10447 M:      Jian Shen <[email protected]>
10448 M:      Salil Mehta <[email protected]>
10449 M:      Jijie Shao <[email protected]>
10450 L:      [email protected]
10451 S:      Maintained
10452 W:      http://www.hisilicon.com
10453 F:      drivers/net/ethernet/hisilicon/hns3/
10454
10455 HISILICON NETWORK HIBMCGE DRIVER
10456 M:      Jijie Shao <[email protected]>
10457 L:      [email protected]
10458 S:      Maintained
10459 F:      drivers/net/ethernet/hisilicon/hibmcge/
10460
10461 HISILICON NETWORK SUBSYSTEM DRIVER
10462 M:      Jian Shen <[email protected]>
10463 M:      Salil Mehta <[email protected]>
10464 L:      [email protected]
10465 S:      Maintained
10466 W:      http://www.hisilicon.com
10467 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
10468 F:      drivers/net/ethernet/hisilicon/
10469
10470 HISILICON PMU DRIVER
10471 M:      Yicong Yang <[email protected]>
10472 M:      Jonathan Cameron <[email protected]>
10473 S:      Supported
10474 W:      http://www.hisilicon.com
10475 F:      Documentation/admin-guide/perf/hisi-pcie-pmu.rst
10476 F:      Documentation/admin-guide/perf/hisi-pmu.rst
10477 F:      drivers/perf/hisilicon
10478
10479 HISILICON PTT DRIVER
10480 M:      Yicong Yang <[email protected]>
10481 M:      Jonathan Cameron <[email protected]>
10482 L:      [email protected]
10483 S:      Maintained
10484 F:      Documentation/ABI/testing/sysfs-bus-event_source-devices-hisi_ptt
10485 F:      Documentation/trace/hisi-ptt.rst
10486 F:      drivers/hwtracing/ptt/
10487 F:      tools/perf/arch/arm64/util/hisi-ptt.c
10488 F:      tools/perf/util/hisi-ptt*
10489 F:      tools/perf/util/hisi-ptt-decoder/*
10490
10491 HISILICON QM DRIVER
10492 M:      Weili Qian <[email protected]>
10493 M:      Zhou Wang <[email protected]>
10494 L:      [email protected]
10495 S:      Maintained
10496 F:      drivers/crypto/hisilicon/Kconfig
10497 F:      drivers/crypto/hisilicon/Makefile
10498 F:      drivers/crypto/hisilicon/qm.c
10499 F:      drivers/crypto/hisilicon/sgl.c
10500 F:      include/linux/hisi_acc_qm.h
10501
10502 HISILICON ROCE DRIVER
10503 M:      Chengchang Tang <[email protected]>
10504 M:      Junxian Huang <[email protected]>
10505 L:      [email protected]
10506 S:      Maintained
10507 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
10508 F:      drivers/infiniband/hw/hns/
10509
10510 HISILICON SAS Controller
10511 M:      Yihang Li <[email protected]>
10512 S:      Supported
10513 W:      http://www.hisilicon.com
10514 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
10515 F:      drivers/scsi/hisi_sas/
10516
10517 HISILICON SECURITY ENGINE V2 DRIVER (SEC2)
10518 M:      Longfang Liu <[email protected]>
10519 L:      [email protected]
10520 S:      Maintained
10521 F:      Documentation/ABI/testing/debugfs-hisi-sec
10522 F:      drivers/crypto/hisilicon/sec2/sec.h
10523 F:      drivers/crypto/hisilicon/sec2/sec_crypto.c
10524 F:      drivers/crypto/hisilicon/sec2/sec_crypto.h
10525 F:      drivers/crypto/hisilicon/sec2/sec_main.c
10526
10527 HISILICON SPI Controller DRIVER FOR KUNPENG SOCS
10528 M:      Jay Fang <[email protected]>
10529 L:      [email protected]
10530 S:      Maintained
10531 W:      http://www.hisilicon.com
10532 F:      drivers/spi/spi-hisi-kunpeng.c
10533
10534 HISILICON SPMI CONTROLLER DRIVER FOR HIKEY 970
10535 M:      Mauro Carvalho Chehab <[email protected]>
10536 L:      [email protected]
10537 S:      Maintained
10538 F:      Documentation/devicetree/bindings/spmi/hisilicon,hisi-spmi-controller.yaml
10539 F:      drivers/spmi/hisi-spmi-controller.c
10540
10541 HISILICON SPMI PMIC DRIVER FOR HIKEY 6421v600
10542 M:      Mauro Carvalho Chehab <[email protected]>
10543 L:      [email protected]
10544 S:      Maintained
10545 F:      Documentation/devicetree/bindings/mfd/hisilicon,hi6421-spmi-pmic.yaml
10546 F:      drivers/mfd/hi6421-spmi-pmic.c
10547
10548 HISILICON TRUE RANDOM NUMBER GENERATOR V2 SUPPORT
10549 M:      Weili Qian <[email protected]>
10550 S:      Maintained
10551 F:      drivers/crypto/hisilicon/trng/trng.c
10552
10553 HISILICON V3XX SPI NOR FLASH Controller Driver
10554 M:      Jay Fang <[email protected]>
10555 S:      Maintained
10556 W:      http://www.hisilicon.com
10557 F:      drivers/spi/spi-hisi-sfc-v3xx.c
10558
10559 HISILICON ZIP Controller DRIVER
10560 M:      Yang Shen <[email protected]>
10561 M:      Zhou Wang <[email protected]>
10562 L:      [email protected]
10563 S:      Maintained
10564 F:      Documentation/ABI/testing/debugfs-hisi-zip
10565 F:      drivers/crypto/hisilicon/zip/
10566
10567 HMM - Heterogeneous Memory Management
10568 M:      Jérôme Glisse <[email protected]>
10569 L:      [email protected]
10570 S:      Maintained
10571 F:      Documentation/mm/hmm.rst
10572 F:      include/linux/hmm*
10573 F:      lib/test_hmm*
10574 F:      mm/hmm*
10575 F:      tools/testing/selftests/mm/*hmm*
10576
10577 HONEYWELL HSC030PA PRESSURE SENSOR SERIES IIO DRIVER
10578 M:      Petre Rodan <[email protected]>
10579 L:      [email protected]
10580 S:      Maintained
10581 F:      Documentation/devicetree/bindings/iio/pressure/honeywell,hsc030pa.yaml
10582 F:      drivers/iio/pressure/hsc030pa*
10583
10584 HONEYWELL MPRLS0025PA PRESSURE SENSOR SERIES IIO DRIVER
10585 M:      Andreas Klinger <[email protected]>
10586 M:      Petre Rodan <[email protected]>
10587 L:      [email protected]
10588 S:      Maintained
10589 F:      Documentation/devicetree/bindings/iio/pressure/honeywell,mprls0025pa.yaml
10590 F:      drivers/iio/pressure/mprls0025pa*
10591
10592 HP BIOSCFG DRIVER
10593 M:      Jorge Lopez <[email protected]>
10594 L:      [email protected]
10595 S:      Maintained
10596 F:      drivers/platform/x86/hp/hp-bioscfg/
10597
10598 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
10599 L:      [email protected]
10600 S:      Orphan
10601 F:      drivers/platform/x86/hp/tc1100-wmi.c
10602
10603 HP WMI HARDWARE MONITOR DRIVER
10604 M:      James Seo <[email protected]>
10605 L:      [email protected]
10606 S:      Maintained
10607 F:      Documentation/hwmon/hp-wmi-sensors.rst
10608 F:      drivers/hwmon/hp-wmi-sensors.c
10609
10610 HPET:   High Precision Event Timers driver
10611 M:      Clemens Ladisch <[email protected]>
10612 S:      Maintained
10613 F:      Documentation/timers/hpet.rst
10614 F:      drivers/char/hpet.c
10615 F:      include/linux/hpet.h
10616 F:      include/uapi/linux/hpet.h
10617
10618 HPET:   x86
10619 S:      Orphan
10620 F:      arch/x86/include/asm/hpet.h
10621 F:      arch/x86/kernel/hpet.c
10622
10623 HPFS FILESYSTEM
10624 M:      Mikulas Patocka <[email protected]>
10625 S:      Maintained
10626 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
10627 F:      fs/hpfs/
10628
10629 HS3001 Hardware Temperature and Humidity Sensor
10630 M:      Andre Werner <[email protected]>
10631 L:      [email protected]
10632 S:      Maintained
10633 F:      drivers/hwmon/hs3001.c
10634
10635 HSI SUBSYSTEM
10636 M:      Sebastian Reichel <[email protected]>
10637 S:      Maintained
10638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
10639 F:      Documentation/ABI/testing/sysfs-bus-hsi
10640 F:      Documentation/driver-api/hsi.rst
10641 F:      drivers/hsi/
10642 F:      include/linux/hsi/
10643 F:      include/uapi/linux/hsi/
10644
10645 HSO 3G MODEM DRIVER
10646 L:      [email protected]
10647 S:      Orphan
10648 F:      drivers/net/usb/hso.c
10649
10650 HSR NETWORK PROTOCOL
10651 L:      [email protected]
10652 S:      Orphan
10653 F:      net/hsr/
10654
10655 HT16K33 LED CONTROLLER DRIVER
10656 M:      Robin van der Gracht <[email protected]>
10657 S:      Maintained
10658 F:      Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml
10659 F:      drivers/auxdisplay/ht16k33.c
10660
10661 HTCPEN TOUCHSCREEN DRIVER
10662 M:      Pau Oliva Fora <[email protected]>
10663 L:      [email protected]
10664 S:      Maintained
10665 F:      drivers/input/touchscreen/htcpen.c
10666
10667 HTE SUBSYSTEM
10668 M:      Dipen Patel <[email protected]>
10669 L:      [email protected]
10670 S:      Maintained
10671 Q:      https://patchwork.kernel.org/project/timestamp/list/
10672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen1984/linux.git
10673 F:      Documentation/devicetree/bindings/timestamp/
10674 F:      Documentation/driver-api/hte/
10675 F:      drivers/hte/
10676 F:      include/linux/hte.h
10677
10678 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
10679 M:      Lorenzo Bianconi <[email protected]>
10680 L:      [email protected]
10681 S:      Maintained
10682 W:      http://www.st.com/
10683 F:      Documentation/devicetree/bindings/iio/humidity/st,hts221.yaml
10684 F:      drivers/iio/humidity/hts221*
10685
10686 HUAWEI ETHERNET DRIVER
10687 M:      Cai Huoqing <[email protected]>
10688 L:      [email protected]
10689 S:      Maintained
10690 F:      Documentation/networking/device_drivers/ethernet/huawei/hinic.rst
10691 F:      drivers/net/ethernet/huawei/hinic/
10692
10693 HUGETLB SUBSYSTEM
10694 M:      Muchun Song <[email protected]>
10695 L:      [email protected]
10696 S:      Maintained
10697 F:      Documentation/ABI/testing/sysfs-kernel-mm-hugepages
10698 F:      Documentation/admin-guide/mm/hugetlbpage.rst
10699 F:      Documentation/mm/hugetlbfs_reserv.rst
10700 F:      Documentation/mm/vmemmap_dedup.rst
10701 F:      fs/hugetlbfs/
10702 F:      include/linux/hugetlb.h
10703 F:      include/trace/events/hugetlbfs.h
10704 F:      mm/hugetlb.c
10705 F:      mm/hugetlb_vmemmap.c
10706 F:      mm/hugetlb_vmemmap.h
10707 F:      tools/testing/selftests/cgroup/test_hugetlb_memcg.c
10708
10709 HVA ST MEDIA DRIVER
10710 M:      Jean-Christophe Trotin <[email protected]>
10711 L:      [email protected]
10712 S:      Supported
10713 W:      https://linuxtv.org
10714 T:      git git://linuxtv.org/media.git
10715 F:      drivers/media/platform/st/sti/hva
10716
10717 HWPOISON MEMORY FAILURE HANDLING
10718 M:      Miaohe Lin <[email protected]>
10719 R:      Naoya Horiguchi <[email protected]>
10720 L:      [email protected]
10721 S:      Maintained
10722 F:      mm/hwpoison-inject.c
10723 F:      mm/memory-failure.c
10724
10725 HYCON HY46XX TOUCHSCREEN SUPPORT
10726 M:      Giulio Benetti <[email protected]>
10727 L:      [email protected]
10728 S:      Maintained
10729 F:      Documentation/devicetree/bindings/input/touchscreen/hycon,hy46xx.yaml
10730 F:      drivers/input/touchscreen/hycon-hy46xx.c
10731
10732 HYGON PROCESSOR SUPPORT
10733 M:      Pu Wen <[email protected]>
10734 L:      [email protected]
10735 S:      Maintained
10736 F:      arch/x86/kernel/cpu/hygon.c
10737
10738 HYNIX HI556 SENSOR DRIVER
10739 M:      Sakari Ailus <[email protected]>
10740 L:      [email protected]
10741 S:      Maintained
10742 T:      git git://linuxtv.org/media.git
10743 F:      drivers/media/i2c/hi556.c
10744
10745 HYNIX HI846 SENSOR DRIVER
10746 M:      Martin Kepplinger <[email protected]>
10747 L:      [email protected]
10748 S:      Maintained
10749 F:      drivers/media/i2c/hi846.c
10750
10751 HYNIX HI847 SENSOR DRIVER
10752 M:      Sakari Ailus <[email protected]>
10753 L:      [email protected]
10754 S:      Maintained
10755 F:      drivers/media/i2c/hi847.c
10756
10757 Hyper-V/Azure CORE AND DRIVERS
10758 M:      "K. Y. Srinivasan" <[email protected]>
10759 M:      Haiyang Zhang <[email protected]>
10760 M:      Wei Liu <[email protected]>
10761 M:      Dexuan Cui <[email protected]>
10762 L:      [email protected]
10763 S:      Supported
10764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
10765 F:      Documentation/ABI/stable/sysfs-bus-vmbus
10766 F:      Documentation/ABI/testing/debugfs-hyperv
10767 F:      Documentation/devicetree/bindings/bus/microsoft,vmbus.yaml
10768 F:      Documentation/networking/device_drivers/ethernet/microsoft/netvsc.rst
10769 F:      Documentation/virt/hyperv
10770 F:      arch/arm64/hyperv
10771 F:      arch/arm64/include/asm/mshyperv.h
10772 F:      arch/x86/hyperv
10773 F:      arch/x86/include/asm/mshyperv.h
10774 F:      arch/x86/include/asm/trace/hyperv.h
10775 F:      arch/x86/kernel/cpu/mshyperv.c
10776 F:      drivers/clocksource/hyperv_timer.c
10777 F:      drivers/hid/hid-hyperv.c
10778 F:      drivers/hv/
10779 F:      drivers/input/serio/hyperv-keyboard.c
10780 F:      drivers/iommu/hyperv-iommu.c
10781 F:      drivers/net/ethernet/microsoft/
10782 F:      drivers/net/hyperv/
10783 F:      drivers/pci/controller/pci-hyperv-intf.c
10784 F:      drivers/pci/controller/pci-hyperv.c
10785 F:      drivers/scsi/storvsc_drv.c
10786 F:      drivers/uio/uio_hv_generic.c
10787 F:      drivers/video/fbdev/hyperv_fb.c
10788 F:      include/asm-generic/mshyperv.h
10789 F:      include/clocksource/hyperv_timer.h
10790 F:      include/hyperv/hvgdk.h
10791 F:      include/hyperv/hvgdk_ext.h
10792 F:      include/hyperv/hvgdk_mini.h
10793 F:      include/hyperv/hvhdk.h
10794 F:      include/hyperv/hvhdk_mini.h
10795 F:      include/linux/hyperv.h
10796 F:      include/net/mana
10797 F:      include/uapi/linux/hyperv.h
10798 F:      net/vmw_vsock/hyperv_transport.c
10799 F:      tools/hv/
10800
10801 HYPERBUS SUPPORT
10802 M:      Vignesh Raghavendra <[email protected]>
10803 R:      Tudor Ambarus <[email protected]>
10804 L:      [email protected]
10805 S:      Supported
10806 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
10807 C:      irc://irc.oftc.net/mtd
10808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
10809 F:      Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
10810 F:      drivers/mtd/hyperbus/
10811 F:      include/linux/mtd/hyperbus.h
10812
10813 HYPERVISOR VIRTUAL CONSOLE DRIVER
10814 L:      [email protected]
10815 S:      Odd Fixes
10816 F:      drivers/tty/hvc/
10817
10818 I2C ACPI SUPPORT
10819 M:      Mika Westerberg <[email protected]>
10820 L:      [email protected]
10821 L:      [email protected]
10822 S:      Maintained
10823 F:      drivers/i2c/i2c-core-acpi.c
10824
10825 I2C ADDRESS TRANSLATOR (ATR)
10826 M:      Tomi Valkeinen <[email protected]>
10827 R:      Luca Ceresoli <[email protected]>
10828 L:      [email protected]
10829 S:      Maintained
10830 F:      drivers/i2c/i2c-atr.c
10831 F:      include/linux/i2c-atr.h
10832
10833 I2C CONTROLLER DRIVER FOR NVIDIA GPU
10834 M:      Ajay Gupta <[email protected]>
10835 L:      [email protected]
10836 S:      Maintained
10837 F:      Documentation/i2c/busses/i2c-nvidia-gpu.rst
10838 F:      drivers/i2c/busses/i2c-nvidia-gpu.c
10839
10840 I2C MUXES
10841 M:      Peter Rosin <[email protected]>
10842 L:      [email protected]
10843 S:      Maintained
10844 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
10845 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
10846 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
10847 F:      Documentation/i2c/i2c-topology.rst
10848 F:      Documentation/i2c/muxes/
10849 F:      drivers/i2c/i2c-mux.c
10850 F:      drivers/i2c/muxes/
10851 F:      include/linux/i2c-mux.h
10852
10853 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
10854 M:      Gregory CLEMENT <[email protected]>
10855 L:      [email protected]
10856 S:      Maintained
10857 F:      Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
10858 F:      drivers/i2c/busses/i2c-mv64xxx.c
10859
10860 I2C OF COMPONENT PROBER
10861 M:      Chen-Yu Tsai <[email protected]>
10862 L:      [email protected]
10863 L:      [email protected]
10864 S:      Maintained
10865 F:      drivers/i2c/i2c-core-of-prober.c
10866 F:      include/linux/i2c-of-prober.h
10867
10868 I2C OVER PARALLEL PORT
10869 M:      Jean Delvare <[email protected]>
10870 L:      [email protected]
10871 S:      Maintained
10872 F:      Documentation/i2c/busses/i2c-parport.rst
10873 F:      drivers/i2c/busses/i2c-parport.c
10874
10875 I2C SUBSYSTEM
10876 M:      Wolfram Sang <[email protected]>
10877 L:      [email protected]
10878 S:      Maintained
10879 W:      https://i2c.wiki.kernel.org/
10880 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
10881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
10882 F:      Documentation/i2c/
10883 F:      drivers/i2c/*
10884 F:      include/dt-bindings/i2c/i2c.h
10885 F:      include/linux/i2c-dev.h
10886 F:      include/linux/i2c-smbus.h
10887 F:      include/linux/i2c.h
10888 F:      include/uapi/linux/i2c-*.h
10889 F:      include/uapi/linux/i2c.h
10890
10891 I2C SUBSYSTEM HOST DRIVERS
10892 M:      Andi Shyti <[email protected]>
10893 L:      [email protected]
10894 S:      Maintained
10895 W:      https://i2c.wiki.kernel.org/
10896 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
10897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git
10898 F:      Documentation/devicetree/bindings/i2c/
10899 F:      drivers/i2c/algos/
10900 F:      drivers/i2c/busses/
10901 F:      include/dt-bindings/i2c/
10902
10903 I2C-TAOS-EVM DRIVER
10904 M:      Jean Delvare <[email protected]>
10905 L:      [email protected]
10906 S:      Maintained
10907 F:      Documentation/i2c/busses/i2c-taos-evm.rst
10908 F:      drivers/i2c/busses/i2c-taos-evm.c
10909
10910 I2C-TINY-USB DRIVER
10911 M:      Till Harbaum <[email protected]>
10912 L:      [email protected]
10913 S:      Maintained
10914 W:      http://www.harbaum.org/till/i2c_tiny_usb
10915 F:      drivers/i2c/busses/i2c-tiny-usb.c
10916
10917 I2C/SMBUS CONTROLLER DRIVERS FOR PC
10918 M:      Jean Delvare <[email protected]>
10919 L:      [email protected]
10920 S:      Maintained
10921 F:      Documentation/i2c/busses/i2c-ali1535.rst
10922 F:      Documentation/i2c/busses/i2c-ali1563.rst
10923 F:      Documentation/i2c/busses/i2c-ali15x3.rst
10924 F:      Documentation/i2c/busses/i2c-amd756.rst
10925 F:      Documentation/i2c/busses/i2c-amd8111.rst
10926 F:      Documentation/i2c/busses/i2c-i801.rst
10927 F:      Documentation/i2c/busses/i2c-nforce2.rst
10928 F:      Documentation/i2c/busses/i2c-piix4.rst
10929 F:      Documentation/i2c/busses/i2c-sis5595.rst
10930 F:      Documentation/i2c/busses/i2c-sis630.rst
10931 F:      Documentation/i2c/busses/i2c-sis96x.rst
10932 F:      Documentation/i2c/busses/i2c-via.rst
10933 F:      Documentation/i2c/busses/i2c-viapro.rst
10934 F:      drivers/i2c/busses/i2c-ali1535.c
10935 F:      drivers/i2c/busses/i2c-ali1563.c
10936 F:      drivers/i2c/busses/i2c-ali15x3.c
10937 F:      drivers/i2c/busses/i2c-amd756.c
10938 F:      drivers/i2c/busses/i2c-amd8111.c
10939 F:      drivers/i2c/busses/i2c-i801.c
10940 F:      drivers/i2c/busses/i2c-isch.c
10941 F:      drivers/i2c/busses/i2c-nforce2.c
10942 F:      drivers/i2c/busses/i2c-piix4.*
10943 F:      drivers/i2c/busses/i2c-sis5595.c
10944 F:      drivers/i2c/busses/i2c-sis630.c
10945 F:      drivers/i2c/busses/i2c-sis96x.c
10946 F:      drivers/i2c/busses/i2c-via.c
10947 F:      drivers/i2c/busses/i2c-viapro.c
10948
10949 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
10950 M:      Hans de Goede <[email protected]>
10951 L:      [email protected]
10952 S:      Maintained
10953 F:      drivers/i2c/busses/i2c-cht-wc.c
10954
10955 I2C/SMBUS ISMT DRIVER
10956 M:      Seth Heasley <[email protected]>
10957 M:      Neil Horman <[email protected]>
10958 L:      [email protected]
10959 F:      Documentation/i2c/busses/i2c-ismt.rst
10960 F:      drivers/i2c/busses/i2c-ismt.c
10961
10962 I2C/SMBUS ZHAOXIN DRIVER
10963 M:      Hans Hu <[email protected]>
10964 L:      [email protected]
10965 S:      Maintained
10966 W:      https://www.zhaoxin.com
10967 F:      drivers/i2c/busses/i2c-viai2c-common.c
10968 F:      drivers/i2c/busses/i2c-viai2c-zhaoxin.c
10969
10970 I2C/SMBUS STUB DRIVER
10971 M:      Jean Delvare <[email protected]>
10972 L:      [email protected]
10973 S:      Maintained
10974 F:      drivers/i2c/i2c-stub.c
10975
10976 I3C DRIVER FOR ASPEED AST2600
10977 M:      Jeremy Kerr <[email protected]>
10978 S:      Maintained
10979 F:      Documentation/devicetree/bindings/i3c/aspeed,ast2600-i3c.yaml
10980 F:      drivers/i3c/master/ast2600-i3c-master.c
10981
10982 I3C DRIVER FOR CADENCE I3C MASTER IP
10983 M:      Przemysław Gaj <[email protected]>
10984 S:      Maintained
10985 F:      Documentation/devicetree/bindings/i3c/cdns,i3c-master.yaml
10986 F:      drivers/i3c/master/i3c-master-cdns.c
10987
10988 I3C DRIVER FOR SYNOPSYS DESIGNWARE
10989 S:      Orphan
10990 F:      Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
10991 F:      drivers/i3c/master/dw*
10992
10993 I3C SUBSYSTEM
10994 M:      Alexandre Belloni <[email protected]>
10995 L:      [email protected] (moderated for non-subscribers)
10996 S:      Maintained
10997 C:      irc://chat.freenode.net/linux-i3c
10998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
10999 F:      Documentation/ABI/testing/sysfs-bus-i3c
11000 F:      Documentation/devicetree/bindings/i3c/
11001 F:      Documentation/driver-api/i3c
11002 F:      drivers/i3c/
11003 F:      include/dt-bindings/i3c/
11004 F:      include/linux/i3c/
11005
11006 IBM Operation Panel Input Driver
11007 M:      Eddie James <[email protected]>
11008 L:      [email protected]
11009 S:      Maintained
11010 F:      Documentation/devicetree/bindings/input/ibm,op-panel.yaml
11011 F:      drivers/input/misc/ibm-panel.c
11012
11013 IBM Power 842 compression accelerator
11014 M:      Haren Myneni <[email protected]>
11015 S:      Supported
11016 F:      crypto/842.c
11017 F:      drivers/crypto/nx/Kconfig
11018 F:      drivers/crypto/nx/Makefile
11019 F:      drivers/crypto/nx/nx-842*
11020 F:      include/linux/sw842.h
11021 F:      lib/842/
11022
11023 IBM Power in-Nest Crypto Acceleration
11024 M:      Breno Leitão <[email protected]>
11025 M:      Nayna Jain <[email protected]>
11026 M:      Paulo Flabiano Smorigo <[email protected]>
11027 L:      [email protected]
11028 S:      Supported
11029 F:      drivers/crypto/nx/Kconfig
11030 F:      drivers/crypto/nx/Makefile
11031 F:      drivers/crypto/nx/nx-aes*
11032 F:      drivers/crypto/nx/nx-sha*
11033 F:      drivers/crypto/nx/nx.*
11034 F:      drivers/crypto/nx/nx_csbcpb.h
11035 F:      drivers/crypto/nx/nx_debugfs.c
11036
11037 IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform
11038 M:      Tyrel Datwyler <[email protected]>
11039 L:      [email protected]
11040 L:      [email protected]
11041 S:      Supported
11042 F:      drivers/pci/hotplug/rpadlpar*
11043
11044 IBM Power Linux RAID adapter
11045 M:      Brian King <[email protected]>
11046 S:      Supported
11047 F:      drivers/scsi/ipr.*
11048
11049 IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform
11050 M:      Tyrel Datwyler <[email protected]>
11051 L:      [email protected]
11052 L:      [email protected]
11053 S:      Supported
11054 F:      drivers/pci/hotplug/rpaphp*
11055
11056 IBM Power SRIOV Virtual NIC Device Driver
11057 M:      Haren Myneni <[email protected]>
11058 M:      Rick Lindsley <[email protected]>
11059 R:      Nick Child <[email protected]>
11060 R:      Thomas Falcon <[email protected]>
11061 L:      [email protected]
11062 S:      Maintained
11063 F:      drivers/net/ethernet/ibm/ibmvnic.*
11064
11065 IBM Power VFIO Support
11066 M:      Timothy Pearson <[email protected]>
11067 S:      Supported
11068 F:      drivers/vfio/vfio_iommu_spapr_tce.c
11069
11070 IBM Power Virtual Ethernet Device Driver
11071 M:      Nick Child <[email protected]>
11072 L:      [email protected]
11073 S:      Maintained
11074 F:      drivers/net/ethernet/ibm/ibmveth.*
11075
11076 IBM Power Virtual FC Device Drivers
11077 M:      Tyrel Datwyler <[email protected]>
11078 L:      [email protected]
11079 S:      Supported
11080 F:      drivers/scsi/ibmvscsi/ibmvfc*
11081
11082 IBM Power Virtual Management Channel Driver
11083 M:      Brad Warrum <[email protected]>
11084 M:      Ritu Agarwal <[email protected]>
11085 S:      Supported
11086 F:      drivers/misc/ibmvmc.*
11087
11088 IBM Power Virtual SCSI Device Drivers
11089 M:      Tyrel Datwyler <[email protected]>
11090 L:      [email protected]
11091 S:      Supported
11092 F:      drivers/scsi/ibmvscsi/ibmvscsi*
11093 F:      include/scsi/viosrp.h
11094
11095 IBM Power Virtual SCSI Device Target Driver
11096 M:      Tyrel Datwyler <[email protected]>
11097 L:      [email protected]
11098 L:      [email protected]
11099 S:      Supported
11100 F:      drivers/scsi/ibmvscsi_tgt/
11101
11102 IBM Power VMX Cryptographic instructions
11103 M:      Breno Leitão <[email protected]>
11104 M:      Nayna Jain <[email protected]>
11105 M:      Paulo Flabiano Smorigo <[email protected]>
11106 L:      [email protected]
11107 S:      Supported
11108 F:      arch/powerpc/crypto/Kconfig
11109 F:      arch/powerpc/crypto/Makefile
11110 F:      arch/powerpc/crypto/aes.c
11111 F:      arch/powerpc/crypto/aes_cbc.c
11112 F:      arch/powerpc/crypto/aes_ctr.c
11113 F:      arch/powerpc/crypto/aes_xts.c
11114 F:      arch/powerpc/crypto/aesp8-ppc.*
11115 F:      arch/powerpc/crypto/ghash.c
11116 F:      arch/powerpc/crypto/ghashp8-ppc.pl
11117 F:      arch/powerpc/crypto/ppc-xlate.pl
11118 F:      arch/powerpc/crypto/vmx.c
11119
11120 IBM ServeRAID RAID DRIVER
11121 S:      Orphan
11122 F:      drivers/scsi/ips.*
11123
11124 ICH LPC AND GPIO DRIVER
11125 M:      Peter Tyser <[email protected]>
11126 S:      Maintained
11127 F:      drivers/gpio/gpio-ich.c
11128 F:      drivers/mfd/lpc_ich.c
11129
11130 ICY I2C DRIVER
11131 M:      Max Staudt <[email protected]>
11132 L:      [email protected]
11133 S:      Maintained
11134 F:      drivers/i2c/busses/i2c-icy.c
11135
11136 IDEAPAD LAPTOP EXTRAS DRIVER
11137 M:      Ike Panhc <[email protected]>
11138 L:      [email protected]
11139 S:      Maintained
11140 W:      http://launchpad.net/ideapad-laptop
11141 F:      drivers/platform/x86/ideapad-laptop.c
11142
11143 IDEAPAD LAPTOP SLIDEBAR DRIVER
11144 M:      Andrey Moiseev <[email protected]>
11145 L:      [email protected]
11146 S:      Maintained
11147 W:      https://github.com/o2genum/ideapad-slidebar
11148 F:      drivers/input/misc/ideapad_slidebar.c
11149
11150 IDT VersaClock 5 CLOCK DRIVER
11151 M:      Luca Ceresoli <[email protected]>
11152 S:      Maintained
11153 F:      Documentation/devicetree/bindings/clock/idt,versaclock5.yaml
11154 F:      drivers/clk/clk-versaclock5.c
11155
11156 IEEE 802.15.4 SUBSYSTEM
11157 M:      Alexander Aring <[email protected]>
11158 M:      Stefan Schmidt <[email protected]>
11159 M:      Miquel Raynal <[email protected]>
11160 L:      [email protected]
11161 S:      Maintained
11162 W:      https://linux-wpan.org/
11163 Q:      https://patchwork.kernel.org/project/linux-wpan/list/
11164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git
11165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan-next.git
11166 F:      Documentation/networking/ieee802154.rst
11167 F:      drivers/net/ieee802154/
11168 F:      include/linux/ieee802154.h
11169 F:      include/linux/nl802154.h
11170 F:      include/net/af_ieee802154.h
11171 F:      include/net/cfg802154.h
11172 F:      include/net/ieee802154_netdev.h
11173 F:      include/net/mac802154.h
11174 F:      include/net/nl802154.h
11175 F:      net/ieee802154/
11176 F:      net/mac802154/
11177
11178 Intel VIRTIO DATA PATH ACCELERATOR
11179 M:      Zhu Lingshan <[email protected]>
11180 L:      [email protected]
11181 S:      Supported
11182 F:      drivers/vdpa/ifcvf/
11183
11184 IFE PROTOCOL
11185 M:      Yotam Gigi <[email protected]>
11186 M:      Jamal Hadi Salim <[email protected]>
11187 F:      include/net/ife.h
11188 F:      include/uapi/linux/ife.h
11189 F:      net/ife
11190
11191 IGORPLUG-USB IR RECEIVER
11192 M:      Sean Young <[email protected]>
11193 L:      [email protected]
11194 S:      Maintained
11195 F:      drivers/media/rc/igorplugusb.c
11196
11197 IGUANAWORKS USB IR TRANSCEIVER
11198 M:      Sean Young <[email protected]>
11199 L:      [email protected]
11200 S:      Maintained
11201 F:      drivers/media/rc/iguanair.c
11202
11203 IIO BACKEND FRAMEWORK
11204 M:      Nuno Sa <[email protected]>
11205 R:      Olivier Moysan <[email protected]>
11206 L:      [email protected]
11207 S:      Maintained
11208 F:      Documentation/ABI/testing/debugfs-iio-backend
11209 F:      drivers/iio/industrialio-backend.c
11210 F:      include/linux/iio/backend.h
11211
11212 IIO DIGITAL POTENTIOMETER DAC
11213 M:      Peter Rosin <[email protected]>
11214 L:      [email protected]
11215 S:      Maintained
11216 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
11217 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.yaml
11218 F:      drivers/iio/dac/dpot-dac.c
11219
11220 IIO ENVELOPE DETECTOR
11221 M:      Peter Rosin <[email protected]>
11222 L:      [email protected]
11223 S:      Maintained
11224 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
11225 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.yaml
11226 F:      drivers/iio/adc/envelope-detector.c
11227
11228 IIO LIGHT SENSOR GAIN-TIME-SCALE HELPERS
11229 M:      Matti Vaittinen <[email protected]>
11230 L:      [email protected]
11231 S:      Maintained
11232 F:      drivers/iio/industrialio-gts-helper.c
11233 F:      include/linux/iio/iio-gts-helper.h
11234 F:      drivers/iio/test/iio-test-gts.c
11235
11236 IIO MULTIPLEXER
11237 M:      Peter Rosin <[email protected]>
11238 L:      [email protected]
11239 S:      Maintained
11240 F:      Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.yaml
11241 F:      drivers/iio/multiplexer/iio-mux.c
11242
11243 IIO SCMI BASED DRIVER
11244 M:      Jyoti Bhayana <[email protected]>
11245 L:      [email protected]
11246 S:      Maintained
11247 F:      drivers/iio/common/scmi_sensors/scmi_iio.c
11248
11249 IIO SUBSYSTEM AND DRIVERS
11250 M:      Jonathan Cameron <[email protected]>
11251 R:      Lars-Peter Clausen <[email protected]>
11252 L:      [email protected]
11253 S:      Maintained
11254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
11255 F:      Documentation/ABI/testing/configfs-iio*
11256 F:      Documentation/ABI/testing/sysfs-bus-iio*
11257 F:      Documentation/devicetree/bindings/iio/
11258 F:      Documentation/iio/
11259 F:      drivers/iio/
11260 F:      drivers/staging/iio/
11261 F:      include/dt-bindings/iio/
11262 F:      include/linux/iio/
11263 F:      tools/iio/
11264
11265 IIO UNIT CONVERTER
11266 M:      Peter Rosin <[email protected]>
11267 L:      [email protected]
11268 S:      Maintained
11269 F:      Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.yaml
11270 F:      Documentation/devicetree/bindings/iio/afe/current-sense-shunt.yaml
11271 F:      Documentation/devicetree/bindings/iio/afe/voltage-divider.yaml
11272 F:      drivers/iio/afe/iio-rescale.c
11273
11274 IKANOS/ADI EAGLE ADSL USB DRIVER
11275 M:      Matthieu Castet <[email protected]>
11276 M:      Stanislaw Gruszka <[email protected]>
11277 S:      Maintained
11278 F:      drivers/usb/atm/ueagle-atm.c
11279
11280 IMAGIS TOUCHSCREEN DRIVER
11281 M:      Markuss Broks <[email protected]>
11282 S:      Maintained
11283 F:      Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
11284 F:      drivers/input/touchscreen/imagis.c
11285
11286 IMGTEC ASCII LCD DRIVER
11287 M:      Paul Burton <[email protected]>
11288 S:      Maintained
11289 F:      Documentation/devicetree/bindings/auxdisplay/img,ascii-lcd.yaml
11290 F:      drivers/auxdisplay/img-ascii-lcd.c
11291
11292 IMGTEC JPEG ENCODER DRIVER
11293 M:      Devarsh Thakkar <[email protected]>
11294 L:      [email protected]
11295 S:      Supported
11296 F:      Documentation/devicetree/bindings/media/img,e5010-jpeg-enc.yaml
11297 F:      drivers/media/platform/imagination/e5010*
11298
11299 IMGTEC IR DECODER DRIVER
11300 S:      Orphan
11301 F:      drivers/media/rc/img-ir/
11302
11303 IMGTEC POWERVR DRM DRIVER
11304 M:      Frank Binns <[email protected]>
11305 M:      Matt Coster <[email protected]>
11306 S:      Supported
11307 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
11308 F:      Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
11309 F:      Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
11310 F:      Documentation/gpu/imagination/
11311 F:      drivers/gpu/drm/ci/xfails/powervr*
11312 F:      drivers/gpu/drm/imagination/
11313 F:      include/uapi/drm/pvr_drm.h
11314
11315 IMON SOUNDGRAPH USB IR RECEIVER
11316 M:      Sean Young <[email protected]>
11317 L:      [email protected]
11318 S:      Maintained
11319 F:      drivers/media/rc/imon.c
11320 F:      drivers/media/rc/imon_raw.c
11321
11322 IMS TWINTURBO FRAMEBUFFER DRIVER
11323 L:      [email protected]
11324 S:      Orphan
11325 F:      drivers/video/fbdev/imsttfb.c
11326
11327 INDEX OF FURTHER KERNEL DOCUMENTATION
11328 M:      Carlos Bilbao <[email protected]>
11329 S:      Maintained
11330 F:      Documentation/process/kernel-docs.rst
11331
11332 INDUSTRY PACK SUBSYSTEM (IPACK)
11333 M:      Vaibhav Gupta <[email protected]>
11334 M:      Jens Taprogge <[email protected]>
11335 M:      Greg Kroah-Hartman <[email protected]>
11336 L:      [email protected]
11337 S:      Maintained
11338 W:      http://industrypack.sourceforge.net
11339 F:      drivers/ipack/
11340
11341 INFINEON DPS310 Driver
11342 M:      Eddie James <[email protected]>
11343 L:      [email protected]
11344 S:      Maintained
11345 F:      drivers/iio/pressure/dps310.c
11346
11347 INFINEON PEB2466 ASoC CODEC
11348 M:      Herve Codina <[email protected]>
11349 L:      [email protected]
11350 S:      Maintained
11351 F:      Documentation/devicetree/bindings/sound/infineon,peb2466.yaml
11352 F:      sound/soc/codecs/peb2466.c
11353
11354 INFINIBAND SUBSYSTEM
11355 M:      Jason Gunthorpe <[email protected]>
11356 M:      Leon Romanovsky <[email protected]>
11357 L:      [email protected]
11358 S:      Supported
11359 W:      https://github.com/linux-rdma/rdma-core
11360 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
11361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
11362 F:      Documentation/devicetree/bindings/infiniband/
11363 F:      Documentation/infiniband/
11364 F:      drivers/infiniband/
11365 F:      include/rdma/
11366 F:      include/trace/events/ib_mad.h
11367 F:      include/trace/events/ib_umad.h
11368 F:      include/trace/misc/rdma.h
11369 F:      include/uapi/linux/if_infiniband.h
11370 F:      include/uapi/rdma/
11371 F:      samples/bpf/ibumad_kern.c
11372 F:      samples/bpf/ibumad_user.c
11373
11374 INGENIC JZ4780 NAND DRIVER
11375 M:      Harvey Hunt <[email protected]>
11376 L:      [email protected]
11377 L:      [email protected]
11378 S:      Maintained
11379 F:      drivers/mtd/nand/raw/ingenic/
11380
11381 INGENIC JZ47xx SoCs
11382 M:      Paul Cercueil <[email protected]>
11383 L:      [email protected]
11384 S:      Maintained
11385 F:      arch/mips/boot/dts/ingenic/
11386 F:      arch/mips/generic/board-ingenic.c
11387 F:      arch/mips/include/asm/mach-ingenic/
11388 F:      arch/mips/ingenic/Kconfig
11389 F:      drivers/clk/ingenic/
11390 F:      drivers/dma/dma-jz4780.c
11391 F:      drivers/gpu/drm/ingenic/
11392 F:      drivers/i2c/busses/i2c-jz4780.c
11393 F:      drivers/iio/adc/ingenic-adc.c
11394 F:      drivers/irqchip/irq-ingenic.c
11395 F:      drivers/memory/jz4780-nemc.c
11396 F:      drivers/mmc/host/jz4740_mmc.c
11397 F:      drivers/mtd/nand/raw/ingenic/
11398 F:      drivers/pinctrl/pinctrl-ingenic.c
11399 F:      drivers/power/supply/ingenic-battery.c
11400 F:      drivers/pwm/pwm-jz4740.c
11401 F:      drivers/remoteproc/ingenic_rproc.c
11402 F:      drivers/rtc/rtc-jz4740.c
11403 F:      drivers/tty/serial/8250/8250_ingenic.c
11404 F:      drivers/usb/musb/jz4740.c
11405 F:      drivers/watchdog/jz4740_wdt.c
11406 F:      include/dt-bindings/iio/adc/ingenic,adc.h
11407 F:      include/linux/mfd/ingenic-tcu.h
11408 F:      sound/soc/codecs/jz47*
11409 F:      sound/soc/jz4740/
11410
11411 INJOINIC IP5xxx POWER BANK IC DRIVER
11412 M:      Samuel Holland <[email protected]>
11413 S:      Maintained
11414 F:      drivers/power/supply/ip5xxx_power.c
11415
11416 INOTIFY
11417 M:      Jan Kara <[email protected]>
11418 R:      Amir Goldstein <[email protected]>
11419 L:      [email protected]
11420 S:      Maintained
11421 F:      Documentation/filesystems/inotify.rst
11422 F:      fs/notify/inotify/
11423 F:      include/linux/inotify.h
11424 F:      include/uapi/linux/inotify.h
11425
11426 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
11427 M:      Dmitry Torokhov <[email protected]>
11428 L:      [email protected]
11429 S:      Maintained
11430 Q:      http://patchwork.kernel.org/project/linux-input/list/
11431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
11432 F:      Documentation/devicetree/bindings/input/
11433 F:      Documentation/devicetree/bindings/serio/
11434 F:      Documentation/input/
11435 F:      drivers/input/
11436 F:      include/dt-bindings/input/
11437 F:      include/linux/gameport.h
11438 F:      include/linux/i8042.h
11439 F:      include/linux/input.h
11440 F:      include/linux/input/
11441 F:      include/linux/libps2.h
11442 F:      include/linux/serio.h
11443 F:      include/uapi/linux/gameport.h
11444 F:      include/uapi/linux/input-event-codes.h
11445 F:      include/uapi/linux/input.h
11446 F:      include/uapi/linux/serio.h
11447 F:      include/uapi/linux/uinput.h
11448
11449 INPUT MULTITOUCH (MT) PROTOCOL
11450 M:      Henrik Rydberg <[email protected]>
11451 L:      [email protected]
11452 S:      Odd fixes
11453 F:      Documentation/input/multi-touch-protocol.rst
11454 F:      drivers/input/input-mt.c
11455 K:      \b(ABS|SYN)_MT_
11456
11457 INSIDE SECURE CRYPTO DRIVER
11458 M:      Antoine Tenart <[email protected]>
11459 L:      [email protected]
11460 S:      Maintained
11461 F:      drivers/crypto/inside-secure/
11462
11463 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
11464 M:      Mimi Zohar <[email protected]>
11465 M:      Roberto Sassu <[email protected]>
11466 M:      Dmitry Kasatkin <[email protected]>
11467 R:      Eric Snowberg <[email protected]>
11468 L:      [email protected]
11469 S:      Supported
11470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
11471 F:      security/integrity/
11472 F:      security/integrity/ima/
11473
11474 INTEGRITY POLICY ENFORCEMENT (IPE)
11475 M:      Fan Wu <[email protected]>
11476 L:      [email protected]
11477 S:      Supported
11478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wufan/ipe.git
11479 F:      Documentation/admin-guide/LSM/ipe.rst
11480 F:      Documentation/security/ipe.rst
11481 F:      scripts/ipe/
11482 F:      security/ipe/
11483
11484 INTEL 810/815 FRAMEBUFFER DRIVER
11485 M:      Antonino Daplas <[email protected]>
11486 L:      [email protected]
11487 S:      Maintained
11488 F:      drivers/video/fbdev/i810/
11489
11490 INTEL 8254 COUNTER DRIVER
11491 M:      William Breathitt Gray <[email protected]>
11492 L:      [email protected]
11493 S:      Maintained
11494 F:      drivers/counter/i8254.c
11495 F:      include/linux/i8254.h
11496
11497 INTEL 8255 GPIO DRIVER
11498 M:      William Breathitt Gray <[email protected]>
11499 L:      [email protected]
11500 S:      Maintained
11501 F:      drivers/gpio/gpio-i8255.c
11502 F:      drivers/gpio/gpio-i8255.h
11503
11504 INTEL ASoC DRIVERS
11505 M:      Cezary Rojewski <[email protected]>
11506 M:      Liam Girdwood <[email protected]>
11507 M:      Peter Ujfalusi <[email protected]>
11508 M:      Bard Liao <[email protected]>
11509 M:      Ranjani Sridharan <[email protected]>
11510 M:      Kai Vehmanen <[email protected]>
11511 R:      Pierre-Louis Bossart <[email protected]>
11512 L:      [email protected]
11513 S:      Supported
11514 F:      sound/soc/intel/
11515
11516 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
11517 M:      Hans de Goede <[email protected]>
11518 L:      [email protected]
11519 S:      Maintained
11520 F:      drivers/platform/x86/intel/atomisp2/pm.c
11521
11522 INTEL ATOMISP2 LED DRIVER
11523 M:      Hans de Goede <[email protected]>
11524 L:      [email protected]
11525 S:      Maintained
11526 F:      drivers/platform/x86/intel/atomisp2/led.c
11527
11528 INTEL BIOS SAR INT1092 DRIVER
11529 M:      Shravan Sudhakar <[email protected]>
11530 L:      [email protected]
11531 S:      Maintained
11532 F:      drivers/platform/x86/intel/int1092/
11533
11534 INTEL BROXTON PMC DRIVER
11535 M:      Mika Westerberg <[email protected]>
11536 M:      Zha Qipeng <[email protected]>
11537 S:      Maintained
11538 F:      drivers/mfd/intel_pmc_bxt.c
11539 F:      include/linux/mfd/intel_pmc_bxt.h
11540
11541 INTEL C600 SERIES SAS CONTROLLER DRIVER
11542 L:      [email protected]
11543 S:      Orphan
11544 T:      git git://git.code.sf.net/p/intel-sas/isci
11545 F:      drivers/scsi/isci/
11546
11547 INTEL CPU family model numbers
11548 M:      Tony Luck <[email protected]>
11549 M:      [email protected]
11550 L:      [email protected]
11551 S:      Supported
11552 F:      arch/x86/include/asm/intel-family.h
11553
11554 INTEL DRM DISPLAY FOR XE AND I915 DRIVERS
11555 M:      Jani Nikula <[email protected]>
11556 M:      Rodrigo Vivi <[email protected]>
11557 L:      [email protected]
11558 L:      [email protected]
11559 S:      Supported
11560 F:      drivers/gpu/drm/i915/display/
11561 F:      drivers/gpu/drm/xe/display/
11562 F:      drivers/gpu/drm/xe/compat-i915-headers
11563 F:      include/drm/intel/
11564
11565 INTEL DRM I915 DRIVER (Meteor Lake, DG2 and older excluding Poulsbo, Moorestown and derivative)
11566 M:      Jani Nikula <[email protected]>
11567 M:      Joonas Lahtinen <[email protected]>
11568 M:      Rodrigo Vivi <[email protected]>
11569 M:      Tvrtko Ursulin <[email protected]>
11570 L:      [email protected]
11571 S:      Supported
11572 W:      https://drm.pages.freedesktop.org/intel-docs/
11573 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
11574 B:      https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html
11575 C:      irc://irc.oftc.net/intel-gfx
11576 T:      git https://gitlab.freedesktop.org/drm/i915/kernel.git
11577 F:      Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
11578 F:      Documentation/gpu/i915.rst
11579 F:      drivers/gpu/drm/ci/xfails/i915*
11580 F:      drivers/gpu/drm/i915/
11581 F:      include/drm/intel/
11582 F:      include/uapi/drm/i915_drm.h
11583
11584 INTEL DRM XE DRIVER (Lunar Lake and newer)
11585 M:      Lucas De Marchi <[email protected]>
11586 M:      Thomas Hellström <[email protected]>
11587 M:      Rodrigo Vivi <[email protected]>
11588 L:      [email protected]
11589 S:      Supported
11590 W:      https://drm.pages.freedesktop.org/intel-docs/
11591 Q:      http://patchwork.freedesktop.org/project/intel-xe/
11592 B:      https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
11593 C:      irc://irc.oftc.net/xe
11594 T:      git https://gitlab.freedesktop.org/drm/xe/kernel.git
11595 F:      Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon
11596 F:      Documentation/gpu/xe/
11597 F:      drivers/gpu/drm/xe/
11598 F:      include/drm/intel/
11599 F:      include/uapi/drm/xe_drm.h
11600
11601 INTEL ETHERNET DRIVERS
11602 M:      Tony Nguyen <[email protected]>
11603 M:      Przemek Kitszel <[email protected]>
11604 L:      [email protected] (moderated for non-subscribers)
11605 S:      Maintained
11606 W:      https://www.intel.com/content/www/us/en/support.html
11607 Q:      https://patchwork.ozlabs.org/project/intel-wired-lan/list/
11608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue.git
11609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue.git
11610 F:      Documentation/networking/device_drivers/ethernet/intel/
11611 F:      drivers/net/ethernet/intel/
11612 F:      drivers/net/ethernet/intel/*/
11613 F:      include/linux/avf/virtchnl.h
11614 F:      include/linux/net/intel/iidc.h
11615
11616 INTEL ETHERNET PROTOCOL DRIVER FOR RDMA
11617 M:      Mustafa Ismail <[email protected]>
11618 M:      Tatyana Nikolova <[email protected]>
11619 L:      [email protected]
11620 S:      Supported
11621 F:      drivers/infiniband/hw/irdma/
11622 F:      include/uapi/rdma/irdma-abi.h
11623
11624 INTEL GPIO DRIVERS
11625 M:      Andy Shevchenko <[email protected]>
11626 L:      [email protected]
11627 S:      Supported
11628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
11629 F:      drivers/gpio/gpio-elkhartlake.c
11630 F:      drivers/gpio/gpio-graniterapids.c
11631 F:      drivers/gpio/gpio-ich.c
11632 F:      drivers/gpio/gpio-merrifield.c
11633 F:      drivers/gpio/gpio-ml-ioh.c
11634 F:      drivers/gpio/gpio-pch.c
11635 F:      drivers/gpio/gpio-sch.c
11636 F:      drivers/gpio/gpio-sodaville.c
11637 F:      drivers/gpio/gpio-tangier.c
11638 F:      drivers/gpio/gpio-tangier.h
11639
11640 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
11641 M:      Zhenyu Wang <[email protected]>
11642 M:      Zhi Wang <[email protected]>
11643 L:      [email protected]
11644 L:      [email protected]
11645 S:      Supported
11646 W:      https://github.com/intel/gvt-linux/wiki
11647 T:      git https://github.com/intel/gvt-linux.git
11648 F:      drivers/gpu/drm/i915/gvt/
11649
11650 INTEL HID EVENT DRIVER
11651 M:      Alex Hung <[email protected]>
11652 L:      [email protected]
11653 S:      Maintained
11654 F:      drivers/platform/x86/intel/hid.c
11655
11656 INTEL I/OAT DMA DRIVER
11657 M:      Dave Jiang <[email protected]>
11658 R:      Dan Williams <[email protected]>
11659 L:      [email protected]
11660 S:      Supported
11661 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
11662 F:      drivers/dma/ioat*
11663
11664 INTEL IAA CRYPTO DRIVER
11665 M:      Kristen Accardi <[email protected]>
11666 L:      [email protected]
11667 S:      Supported
11668 F:      Documentation/driver-api/crypto/iaa/iaa-crypto.rst
11669 F:      drivers/crypto/intel/iaa/*
11670
11671 INTEL IDLE DRIVER
11672 M:      Jacob Pan <[email protected]>
11673 M:      Len Brown <[email protected]>
11674 L:      [email protected]
11675 S:      Supported
11676 B:      https://bugzilla.kernel.org
11677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
11678 F:      drivers/idle/intel_idle.c
11679
11680 INTEL IDXD DRIVER
11681 M:      Fenghua Yu <[email protected]>
11682 R:      Dave Jiang <[email protected]>
11683 L:      [email protected]
11684 S:      Supported
11685 F:      drivers/dma/idxd/*
11686 F:      include/uapi/linux/idxd.h
11687
11688 INTEL IN FIELD SCAN (IFS) DEVICE
11689 M:      Jithu Joseph <[email protected]>
11690 R:      Ashok Raj <[email protected]>
11691 R:      Tony Luck <[email protected]>
11692 S:      Maintained
11693 F:      drivers/platform/x86/intel/ifs
11694 F:      include/trace/events/intel_ifs.h
11695 F:      tools/testing/selftests/drivers/platform/x86/intel/ifs/
11696
11697 INTEL INTEGRATED SENSOR HUB DRIVER
11698 M:      Srinivas Pandruvada <[email protected]>
11699 M:      Jiri Kosina <[email protected]>
11700 L:      [email protected]
11701 S:      Maintained
11702 F:      drivers/hid/intel-ish-hid/
11703
11704 INTEL IOMMU (VT-d)
11705 M:      David Woodhouse <[email protected]>
11706 M:      Lu Baolu <[email protected]>
11707 L:      [email protected]
11708 S:      Supported
11709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
11710 F:      drivers/iommu/intel/
11711
11712 INTEL IPU3 CSI-2 CIO2 DRIVER
11713 M:      Yong Zhi <[email protected]>
11714 M:      Sakari Ailus <[email protected]>
11715 M:      Bingbu Cao <[email protected]>
11716 M:      Dan Scally <[email protected]>
11717 R:      Tianshu Qiu <[email protected]>
11718 L:      [email protected]
11719 S:      Maintained
11720 T:      git git://linuxtv.org/media.git
11721 F:      Documentation/userspace-api/media/v4l/pixfmt-srggb10-ipu3.rst
11722 F:      drivers/media/pci/intel/ipu3/
11723
11724 INTEL IPU3 CSI-2 IMGU DRIVER
11725 M:      Sakari Ailus <[email protected]>
11726 R:      Bingbu Cao <[email protected]>
11727 R:      Tianshu Qiu <[email protected]>
11728 L:      [email protected]
11729 S:      Maintained
11730 F:      Documentation/admin-guide/media/ipu3.rst
11731 F:      Documentation/admin-guide/media/ipu3_rcb.svg
11732 F:      Documentation/userspace-api/media/v4l/metafmt-intel-ipu3.rst
11733 F:      drivers/staging/media/ipu3/
11734
11735 INTEL IPU6 INPUT SYSTEM DRIVER
11736 M:      Sakari Ailus <[email protected]>
11737 M:      Bingbu Cao <[email protected]>
11738 R:      Tianshu Qiu <[email protected]>
11739 L:      [email protected]
11740 S:      Maintained
11741 T:      git git://linuxtv.org/media.git
11742 F:      Documentation/admin-guide/media/ipu6-isys.rst
11743 F:      drivers/media/pci/intel/ipu6/
11744
11745 INTEL ISHTP ECLITE DRIVER
11746 M:      Srinivas Pandruvada <[email protected]>
11747 L:      [email protected]
11748 S:      Supported
11749 F:      drivers/platform/x86/intel/ishtp_eclite.c
11750
11751 INTEL IXP4XX CRYPTO SUPPORT
11752 M:      Corentin Labbe <[email protected]>
11753 L:      [email protected]
11754 S:      Maintained
11755 F:      drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
11756
11757 INTEL KEEM BAY DRM DRIVER
11758 M:      Anitha Chrisanthus <[email protected]>
11759 M:      Edmund Dea <[email protected]>
11760 S:      Maintained
11761 F:      Documentation/devicetree/bindings/display/intel,keembay-display.yaml
11762 F:      drivers/gpu/drm/kmb/
11763
11764 INTEL KEEM BAY OCS AES/SM4 CRYPTO DRIVER
11765 M:      Daniele Alessandrelli <[email protected]>
11766 S:      Maintained
11767 F:      Documentation/devicetree/bindings/crypto/intel,keembay-ocs-aes.yaml
11768 F:      drivers/crypto/intel/keembay/Kconfig
11769 F:      drivers/crypto/intel/keembay/Makefile
11770 F:      drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
11771 F:      drivers/crypto/intel/keembay/ocs-aes.c
11772 F:      drivers/crypto/intel/keembay/ocs-aes.h
11773
11774 INTEL KEEM BAY OCS ECC CRYPTO DRIVER
11775 M:      Daniele Alessandrelli <[email protected]>
11776 M:      Prabhjot Khurana <[email protected]>
11777 M:      Mark Gross <[email protected]>
11778 S:      Maintained
11779 F:      Documentation/devicetree/bindings/crypto/intel,keembay-ocs-ecc.yaml
11780 F:      drivers/crypto/intel/keembay/Kconfig
11781 F:      drivers/crypto/intel/keembay/Makefile
11782 F:      drivers/crypto/intel/keembay/keembay-ocs-ecc.c
11783
11784 INTEL KEEM BAY OCS HCU CRYPTO DRIVER
11785 M:      Daniele Alessandrelli <[email protected]>
11786 M:      Declan Murphy <[email protected]>
11787 S:      Maintained
11788 F:      Documentation/devicetree/bindings/crypto/intel,keembay-ocs-hcu.yaml
11789 F:      drivers/crypto/intel/keembay/Kconfig
11790 F:      drivers/crypto/intel/keembay/Makefile
11791 F:      drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
11792 F:      drivers/crypto/intel/keembay/ocs-hcu.c
11793 F:      drivers/crypto/intel/keembay/ocs-hcu.h
11794
11795 INTEL LA JOLLA COVE ADAPTER (LJCA) USB I/O EXPANDER DRIVERS
11796 M:      Wentong Wu <[email protected]>
11797 M:      Sakari Ailus <[email protected]>
11798 S:      Maintained
11799 F:      drivers/gpio/gpio-ljca.c
11800 F:      drivers/i2c/busses/i2c-ljca.c
11801 F:      drivers/spi/spi-ljca.c
11802 F:      drivers/usb/misc/usb-ljca.c
11803 F:      include/linux/usb/ljca.h
11804
11805 INTEL MANAGEMENT ENGINE (mei)
11806 M:      Alexander Usyskin <[email protected]>
11807 L:      [email protected]
11808 S:      Supported
11809 F:      Documentation/driver-api/mei/*
11810 F:      drivers/misc/mei/
11811 F:      drivers/watchdog/mei_wdt.c
11812 F:      include/linux/mei_aux.h
11813 F:      include/linux/mei_cl_bus.h
11814 F:      include/uapi/linux/mei.h
11815 F:      include/uapi/linux/mei_uuid.h
11816 F:      include/uapi/linux/uuid.h
11817 F:      samples/mei/*
11818
11819 INTEL MAX 10 BMC MFD DRIVER
11820 M:      Xu Yilun <[email protected]>
11821 R:      Tom Rix <[email protected]>
11822 S:      Maintained
11823 F:      Documentation/ABI/testing/sysfs-driver-intel-m10-bmc
11824 F:      Documentation/hwmon/intel-m10-bmc-hwmon.rst
11825 F:      drivers/hwmon/intel-m10-bmc-hwmon.c
11826 F:      drivers/mfd/intel-m10-bmc*
11827 F:      include/linux/mfd/intel-m10-bmc.h
11828
11829 INTEL MAX10 BMC SECURE UPDATES
11830 M:      Peter Colberg <[email protected]>
11831 L:      [email protected]
11832 S:      Maintained
11833 F:      Documentation/ABI/testing/sysfs-driver-intel-m10-bmc-sec-update
11834 F:      drivers/fpga/intel-m10-bmc-sec-update.c
11835
11836 INTEL MID (Mobile Internet Device) PLATFORM
11837 M:      Andy Shevchenko <[email protected]>
11838 L:      [email protected]
11839 S:      Supported
11840 F:      arch/x86/include/asm/intel-mid.h
11841 F:      arch/x86/pci/intel_mid_pci.c
11842 F:      arch/x86/platform/intel-mid/
11843 F:      drivers/extcon/extcon-intel-mrfld.c
11844 F:      drivers/iio/adc/intel_mrfld_adc.c
11845 F:      drivers/mfd/intel_soc_pmic_mrfld.c
11846 F:      drivers/platform/x86/intel/mrfld_pwrbtn.c
11847 F:      drivers/platform/x86/intel_scu_*
11848 F:      drivers/staging/media/atomisp/
11849 F:      drivers/watchdog/intel-mid_wdt.c
11850 F:      include/linux/mfd/intel_soc_pmic_mrfld.h
11851 F:      include/linux/platform_data/x86/intel-mid_wdt.h
11852 F:      include/linux/platform_data/x86/intel_scu_ipc.h
11853
11854 INTEL P-Unit IPC DRIVER
11855 M:      Zha Qipeng <[email protected]>
11856 L:      [email protected]
11857 S:      Maintained
11858 F:      arch/x86/include/asm/intel_punit_ipc.h
11859 F:      drivers/platform/x86/intel/punit_ipc.c
11860
11861 INTEL PMC CORE DRIVER
11862 M:      Rajneesh Bhardwaj <[email protected]>
11863 M:      David E Box <[email protected]>
11864 L:      [email protected]
11865 S:      Maintained
11866 F:      Documentation/ABI/testing/sysfs-platform-intel-pmc
11867 F:      drivers/platform/x86/intel/pmc/
11868
11869 INTEL PMIC GPIO DRIVERS
11870 M:      Andy Shevchenko <[email protected]>
11871 S:      Supported
11872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
11873 F:      drivers/gpio/gpio-*cove.c
11874
11875 INTEL PMIC MULTIFUNCTION DEVICE DRIVERS
11876 M:      Andy Shevchenko <[email protected]>
11877 S:      Supported
11878 F:      drivers/mfd/intel_soc_pmic*
11879 F:      include/linux/mfd/intel_soc_pmic*
11880
11881 INTEL PMT DRIVERS
11882 M:      David E. Box <[email protected]>
11883 S:      Supported
11884 F:      drivers/platform/x86/intel/pmt/
11885
11886 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
11887 M:      Stanislav Yakovlev <[email protected]>
11888 L:      [email protected]
11889 S:      Maintained
11890 F:      Documentation/networking/device_drivers/wifi/intel/ipw2100.rst
11891 F:      Documentation/networking/device_drivers/wifi/intel/ipw2200.rst
11892 F:      drivers/net/wireless/intel/ipw2x00/
11893
11894 INTEL PSTATE DRIVER
11895 M:      Srinivas Pandruvada <[email protected]>
11896 M:      Len Brown <[email protected]>
11897 L:      [email protected]
11898 S:      Supported
11899 F:      drivers/cpufreq/intel_pstate.c
11900
11901 INTEL PTP DFL ToD DRIVER
11902 M:      Tianfei Zhang <[email protected]>
11903 L:      [email protected]
11904 L:      [email protected]
11905 S:      Maintained
11906 F:      drivers/ptp/ptp_dfl_tod.c
11907
11908 INTEL QUADRATURE ENCODER PERIPHERAL DRIVER
11909 M:      Jarkko Nikula <[email protected]>
11910 L:      [email protected]
11911 F:      drivers/counter/intel-qep.c
11912
11913 INTEL SCU DRIVERS
11914 M:      Mika Westerberg <[email protected]>
11915 S:      Maintained
11916 F:      drivers/platform/x86/intel_scu_*
11917 F:      include/linux/platform_data/x86/intel_scu_ipc.h
11918
11919 INTEL SDSI DRIVER
11920 M:      David E. Box <[email protected]>
11921 S:      Supported
11922 F:      drivers/platform/x86/intel/sdsi.c
11923 F:      tools/arch/x86/intel_sdsi/
11924 F:      tools/testing/selftests/drivers/sdsi/
11925
11926 INTEL SGX
11927 M:      Jarkko Sakkinen <[email protected]>
11928 R:      Dave Hansen <[email protected]>
11929 L:      [email protected]
11930 S:      Supported
11931 Q:      https://patchwork.kernel.org/project/intel-sgx/list/
11932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/sgx
11933 F:      Documentation/arch/x86/sgx.rst
11934 F:      arch/x86/entry/vdso/vsgx.S
11935 F:      arch/x86/include/asm/sgx.h
11936 F:      arch/x86/include/uapi/asm/sgx.h
11937 F:      arch/x86/kernel/cpu/sgx/*
11938 F:      tools/testing/selftests/sgx/*
11939 K:      \bSGX_
11940
11941 INTEL SKYLAKE INT3472 ACPI DEVICE DRIVER
11942 M:      Daniel Scally <[email protected]>
11943 S:      Maintained
11944 F:      drivers/platform/x86/intel/int3472/
11945
11946 INTEL SPEED SELECT TECHNOLOGY
11947 M:      Srinivas Pandruvada <[email protected]>
11948 L:      [email protected]
11949 S:      Maintained
11950 F:      drivers/platform/x86/intel/speed_select_if/
11951 F:      include/uapi/linux/isst_if.h
11952 F:      tools/power/x86/intel-speed-select/
11953
11954 INTEL STRATIX10 FIRMWARE DRIVERS
11955 M:      Dinh Nguyen <[email protected]>
11956 L:      [email protected]
11957 S:      Maintained
11958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
11959 F:      Documentation/ABI/testing/sysfs-devices-platform-stratix10-rsu
11960 F:      Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt
11961 F:      drivers/firmware/stratix10-rsu.c
11962 F:      drivers/firmware/stratix10-svc.c
11963 F:      include/linux/firmware/intel/stratix10-smc.h
11964 F:      include/linux/firmware/intel/stratix10-svc-client.h
11965
11966 INTEL TELEMETRY DRIVER
11967 M:      Rajneesh Bhardwaj <[email protected]>
11968 M:      "David E. Box" <[email protected]>
11969 L:      [email protected]
11970 S:      Maintained
11971 F:      arch/x86/include/asm/intel_telemetry.h
11972 F:      drivers/platform/x86/intel/telemetry/
11973
11974 INTEL TOUCH HOST CONTROLLER (THC) DRIVER
11975 M:      Even Xu <[email protected]>
11976 M:      Xinpeng Sun <[email protected]>
11977 S:      Maintained
11978 F:      drivers/hid/intel-thc-hid/
11979
11980 INTEL TPMI DRIVER
11981 M:      Srinivas Pandruvada <[email protected]>
11982 L:      [email protected]
11983 S:      Maintained
11984 F:      Documentation/ABI/testing/debugfs-tpmi
11985 F:      drivers/platform/x86/intel/vsec_tpmi.c
11986 F:      include/linux/intel_tpmi.h
11987
11988 INTEL UNCORE FREQUENCY CONTROL
11989 M:      Srinivas Pandruvada <[email protected]>
11990 L:      [email protected]
11991 S:      Maintained
11992 F:      Documentation/admin-guide/pm/intel_uncore_frequency_scaling.rst
11993 F:      drivers/platform/x86/intel/uncore-frequency/
11994
11995 INTEL VENDOR SPECIFIC EXTENDED CAPABILITIES DRIVER
11996 M:      David E. Box <[email protected]>
11997 S:      Supported
11998 F:      drivers/platform/x86/intel/vsec.c
11999 F:      include/linux/intel_vsec.h
12000
12001 INTEL VIRTUAL BUTTON DRIVER
12002 M:      AceLan Kao <[email protected]>
12003 L:      [email protected]
12004 S:      Maintained
12005 F:      drivers/platform/x86/intel/vbtn.c
12006
12007 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
12008 M:      Stanislaw Gruszka <[email protected]>
12009 L:      [email protected]
12010 S:      Supported
12011 F:      drivers/net/wireless/intel/iwlegacy/
12012
12013 INTEL WIRELESS WIFI LINK (iwlwifi)
12014 M:      Miri Korenblit <[email protected]>
12015 L:      [email protected]
12016 S:      Supported
12017 W:      https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
12018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
12019 F:      drivers/net/wireless/intel/iwlwifi/
12020
12021 INTEL WMI SLIM BOOTLOADER (SBL) FIRMWARE UPDATE DRIVER
12022 M:      Jithu Joseph <[email protected]>
12023 S:      Maintained
12024 W:      https://slimbootloader.github.io/security/firmware-update.html
12025 F:      drivers/platform/x86/intel/wmi/sbl-fw-update.c
12026
12027 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
12028 L:      [email protected]
12029 S:      Maintained
12030 F:      drivers/platform/x86/intel/wmi/thunderbolt.c
12031
12032 INTEL WWAN IOSM DRIVER
12033 M:      M Chetan Kumar <[email protected]>
12034 L:      [email protected]
12035 S:      Maintained
12036 F:      drivers/net/wwan/iosm/
12037
12038 INTEL(R) FLEXIBLE RETURN AND EVENT DELIVERY
12039 M:      Xin Li <[email protected]>
12040 M:      "H. Peter Anvin" <[email protected]>
12041 S:      Supported
12042 F:      Documentation/arch/x86/x86_64/fred.rst
12043 F:      arch/x86/entry/entry_64_fred.S
12044 F:      arch/x86/entry/entry_fred.c
12045 F:      arch/x86/include/asm/fred.h
12046 F:      arch/x86/kernel/fred.c
12047
12048 INTEL(R) TRACE HUB
12049 M:      Alexander Shishkin <[email protected]>
12050 S:      Supported
12051 F:      Documentation/trace/intel_th.rst
12052 F:      drivers/hwtracing/intel_th/
12053 F:      include/linux/intel_th.h
12054
12055 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
12056 M:      Ning Sun <[email protected]>
12057 L:      [email protected]
12058 S:      Supported
12059 W:      http://tboot.sourceforge.net
12060 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
12061 F:      Documentation/arch/x86/intel_txt.rst
12062 F:      arch/x86/kernel/tboot.c
12063 F:      include/linux/tboot.h
12064
12065 INTERCONNECT API
12066 M:      Georgi Djakov <[email protected]>
12067 L:      [email protected]
12068 S:      Maintained
12069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git
12070 F:      Documentation/devicetree/bindings/interconnect/
12071 F:      Documentation/driver-api/interconnect.rst
12072 F:      drivers/interconnect/
12073 F:      include/dt-bindings/interconnect/
12074 F:      include/linux/interconnect-provider.h
12075 F:      include/linux/interconnect.h
12076
12077 INTERRUPT COUNTER DRIVER
12078 M:      Oleksij Rempel <[email protected]>
12079 R:      Pengutronix Kernel Team <[email protected]>
12080 L:      [email protected]
12081 F:      Documentation/devicetree/bindings/counter/interrupt-counter.yaml
12082 F:      drivers/counter/interrupt-cnt.c
12083
12084 INTERSIL ISL7998X VIDEO DECODER DRIVER
12085 M:      Michael Tretter <[email protected]>
12086 R:      Pengutronix Kernel Team <[email protected]>
12087 L:      [email protected]
12088 S:      Maintained
12089 F:      Documentation/devicetree/bindings/media/i2c/isil,isl79987.yaml
12090 F:      drivers/media/i2c/isl7998x.c
12091
12092 INVENSENSE ICM-426xx IMU DRIVER
12093 M:      Jean-Baptiste Maneyrol <[email protected]>
12094 L:      [email protected]
12095 S:      Maintained
12096 W:      https://invensense.tdk.com/
12097 F:      Documentation/ABI/testing/sysfs-bus-iio-inv_icm42600
12098 F:      Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml
12099 F:      drivers/iio/imu/inv_icm42600/
12100
12101 INVENSENSE MPU-3050 GYROSCOPE DRIVER
12102 M:      Linus Walleij <[email protected]>
12103 L:      [email protected]
12104 S:      Maintained
12105 F:      Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.yaml
12106 F:      drivers/iio/gyro/mpu3050*
12107
12108 INVENSENSE MPU-6050 IMU DRIVER
12109 M:      Jean-Baptiste Maneyrol <[email protected]>
12110 L:      [email protected]
12111 S:      Maintained
12112 W:      https://invensense.tdk.com/
12113 F:      Documentation/devicetree/bindings/iio/imu/invensense,mpu6050.yaml
12114 F:      drivers/iio/imu/inv_mpu6050/
12115
12116 IOC3 ETHERNET DRIVER
12117 M:      Thomas Bogendoerfer <[email protected]>
12118 L:      [email protected]
12119 S:      Maintained
12120 F:      drivers/net/ethernet/sgi/ioc3-eth.c
12121
12122 IOMMU DMA-API LAYER
12123 M:      Robin Murphy <[email protected]>
12124 L:      [email protected]
12125 S:      Maintained
12126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
12127 F:      drivers/iommu/dma-iommu.c
12128 F:      drivers/iommu/dma-iommu.h
12129 F:      drivers/iommu/iova.c
12130 F:      include/linux/iommu-dma.h
12131 F:      include/linux/iova.h
12132
12133 IOMMU SUBSYSTEM
12134 M:      Joerg Roedel <[email protected]>
12135 M:      Will Deacon <[email protected]>
12136 R:      Robin Murphy <[email protected]>
12137 L:      [email protected]
12138 S:      Maintained
12139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
12140 F:      Documentation/devicetree/bindings/iommu/
12141 F:      drivers/iommu/
12142 F:      include/linux/iommu.h
12143 F:      include/linux/iova.h
12144 F:      include/linux/of_iommu.h
12145
12146 IOMMUFD
12147 M:      Jason Gunthorpe <[email protected]>
12148 M:      Kevin Tian <[email protected]>
12149 L:      [email protected]
12150 S:      Maintained
12151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd.git
12152 F:      Documentation/userspace-api/iommufd.rst
12153 F:      drivers/iommu/iommufd/
12154 F:      include/linux/iommufd.h
12155 F:      include/uapi/linux/iommufd.h
12156 F:      tools/testing/selftests/iommu/
12157
12158 IOSYS-MAP HELPERS
12159 M:      Thomas Zimmermann <[email protected]>
12160 L:      [email protected]
12161 S:      Maintained
12162 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
12163 F:      include/linux/iosys-map.h
12164
12165 IO_URING
12166 M:      Jens Axboe <[email protected]>
12167 M:      Pavel Begunkov <[email protected]>
12168 L:      [email protected]
12169 S:      Maintained
12170 T:      git git://git.kernel.dk/linux-block
12171 T:      git git://git.kernel.dk/liburing
12172 F:      include/linux/io_uring/
12173 F:      include/linux/io_uring.h
12174 F:      include/linux/io_uring_types.h
12175 F:      include/trace/events/io_uring.h
12176 F:      include/uapi/linux/io_uring.h
12177 F:      io_uring/
12178
12179 IPMI SUBSYSTEM
12180 M:      Corey Minyard <[email protected]>
12181 L:      [email protected] (moderated for non-subscribers)
12182 S:      Supported
12183 W:      http://openipmi.sourceforge.net/
12184 T:      git https://github.com/cminyard/linux-ipmi.git for-next
12185 F:      Documentation/devicetree/bindings/ipmi/
12186 F:      Documentation/driver-api/ipmi.rst
12187 F:      drivers/char/ipmi/
12188 F:      include/linux/ipmi*
12189 F:      include/uapi/linux/ipmi*
12190
12191 IPS SCSI RAID DRIVER
12192 M:      Adaptec OEM Raid Solutions <[email protected]>
12193 L:      [email protected]
12194 S:      Maintained
12195 W:      http://www.adaptec.com/
12196 F:      drivers/scsi/ips*
12197
12198 IPVS
12199 M:      Simon Horman <[email protected]>
12200 M:      Julian Anastasov <[email protected]>
12201 L:      [email protected]
12202 L:      [email protected]
12203 S:      Maintained
12204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
12205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
12206 F:      Documentation/networking/ipvs-sysctl.rst
12207 F:      include/net/ip_vs.h
12208 F:      include/uapi/linux/ip_vs.h
12209 F:      net/netfilter/ipvs/
12210
12211 IPWIRELESS DRIVER
12212 M:      Jiri Kosina <[email protected]>
12213 M:      David Sterba <[email protected]>
12214 S:      Odd Fixes
12215 F:      drivers/tty/ipwireless/
12216
12217 IRON DEVICE AUDIO CODEC DRIVERS
12218 M:      Kiseok Jo <[email protected]>
12219 L:      [email protected]
12220 S:      Maintained
12221 F:      Documentation/devicetree/bindings/sound/irondevice,*
12222 F:      sound/soc/codecs/sma*
12223
12224 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
12225 M:      Thomas Gleixner <[email protected]>
12226 S:      Maintained
12227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
12228 F:      Documentation/core-api/irq/irq-domain.rst
12229 F:      include/linux/irqdomain.h
12230 F:      include/linux/irqdomain_defs.h
12231 F:      kernel/irq/irqdomain.c
12232 F:      kernel/irq/msi.c
12233
12234 IRQ SUBSYSTEM
12235 M:      Thomas Gleixner <[email protected]>
12236 L:      [email protected]
12237 S:      Maintained
12238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
12239 F:      include/linux/group_cpus.h
12240 F:      include/linux/irq.h
12241 F:      include/linux/irqhandler.h
12242 F:      include/linux/irqnr.h
12243 F:      include/linux/irqreturn.h
12244 F:      kernel/irq/
12245 F:      lib/group_cpus.c
12246
12247 IRQCHIP DRIVERS
12248 M:      Thomas Gleixner <[email protected]>
12249 L:      [email protected]
12250 S:      Maintained
12251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
12252 F:      Documentation/devicetree/bindings/interrupt-controller/
12253 F:      drivers/irqchip/
12254 F:      include/linux/irqchip.h
12255
12256 ISA
12257 M:      William Breathitt Gray <[email protected]>
12258 S:      Maintained
12259 F:      Documentation/driver-api/isa.rst
12260 F:      drivers/base/isa.c
12261 F:      include/linux/isa.h
12262
12263 ISA RADIO MODULE
12264 M:      Hans Verkuil <[email protected]>
12265 L:      [email protected]
12266 S:      Maintained
12267 W:      https://linuxtv.org
12268 T:      git git://linuxtv.org/media.git
12269 F:      drivers/media/radio/radio-isa*
12270
12271 ISAPNP
12272 M:      Jaroslav Kysela <[email protected]>
12273 S:      Maintained
12274 F:      Documentation/userspace-api/isapnp.rst
12275 F:      drivers/pnp/isapnp/
12276 F:      include/linux/isapnp.h
12277
12278 ISCSI
12279 M:      Lee Duncan <[email protected]>
12280 M:      Chris Leech <[email protected]>
12281 M:      Mike Christie <[email protected]>
12282 L:      [email protected]
12283 L:      [email protected]
12284 S:      Maintained
12285 W:      www.open-iscsi.com
12286 F:      drivers/scsi/*iscsi*
12287 F:      include/scsi/*iscsi*
12288
12289 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
12290 M:      Peter Jones <[email protected]>
12291 M:      Konrad Rzeszutek Wilk <[email protected]>
12292 S:      Maintained
12293 F:      drivers/firmware/iscsi_ibft*
12294
12295 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
12296 M:      Sagi Grimberg <[email protected]>
12297 M:      Max Gurtovoy <[email protected]>
12298 L:      [email protected]
12299 S:      Supported
12300 W:      http://www.openfabrics.org
12301 W:      www.open-iscsi.org
12302 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
12303 F:      drivers/infiniband/ulp/iser/
12304
12305 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
12306 M:      Sagi Grimberg <[email protected]>
12307 L:      [email protected]
12308 L:      [email protected]
12309 S:      Supported
12310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
12311 F:      drivers/infiniband/ulp/isert
12312
12313 ISDN/CMTP OVER BLUETOOTH
12314 M:      Karsten Keil <[email protected]>
12315 L:      [email protected] (subscribers-only)
12316 L:      [email protected]
12317 S:      Odd Fixes
12318 W:      http://www.isdn4linux.de
12319 F:      Documentation/isdn/
12320 F:      drivers/isdn/capi/
12321 F:      include/linux/isdn/
12322 F:      include/uapi/linux/isdn/
12323 F:      net/bluetooth/cmtp/
12324
12325 ISDN/mISDN SUBSYSTEM
12326 M:      Karsten Keil <[email protected]>
12327 L:      [email protected] (subscribers-only)
12328 L:      [email protected]
12329 S:      Maintained
12330 W:      http://www.isdn4linux.de
12331 F:      drivers/isdn/Kconfig
12332 F:      drivers/isdn/Makefile
12333 F:      drivers/isdn/hardware/
12334 F:      drivers/isdn/mISDN/
12335
12336 ISL28022 HARDWARE MONITORING DRIVER
12337 M:      Carsten Spieß <[email protected]>
12338 L:      [email protected]
12339 S:      Maintained
12340 F:      Documentation/devicetree/bindings/hwmon/renesas,isl28022.yaml
12341 F:      Documentation/hwmon/isl28022.rst
12342 F:      drivers/hwmon/isl28022.c
12343
12344 ISOFS FILESYSTEM
12345 M:      Jan Kara <[email protected]>
12346 L:      [email protected]
12347 S:      Maintained
12348 F:      Documentation/filesystems/isofs.rst
12349 F:      fs/isofs/
12350
12351 IT87 HARDWARE MONITORING DRIVER
12352 M:      Jean Delvare <[email protected]>
12353 L:      [email protected]
12354 S:      Maintained
12355 F:      Documentation/hwmon/it87.rst
12356 F:      drivers/hwmon/it87.c
12357
12358 IT913X MEDIA DRIVER
12359 L:      [email protected]
12360 S:      Orphan
12361 W:      https://linuxtv.org
12362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12363 F:      drivers/media/tuners/it913x*
12364
12365 ITE IT6263 LVDS TO HDMI BRIDGE DRIVER
12366 M:      Liu Ying <[email protected]>
12367 L:      [email protected]
12368 S:      Maintained
12369 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
12370 F:      Documentation/devicetree/bindings/display/bridge/ite,it6263.yaml
12371 F:      drivers/gpu/drm/bridge/ite-it6263.c
12372
12373 ITE IT66121 HDMI BRIDGE DRIVER
12374 M:      Phong LE <[email protected]>
12375 M:      Neil Armstrong <[email protected]>
12376 S:      Maintained
12377 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
12378 F:      Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
12379 F:      drivers/gpu/drm/bridge/ite-it66121.c
12380
12381 IVTV VIDEO4LINUX DRIVER
12382 M:      Andy Walls <[email protected]>
12383 L:      [email protected]
12384 S:      Maintained
12385 W:      https://linuxtv.org
12386 T:      git git://linuxtv.org/media.git
12387 F:      Documentation/admin-guide/media/ivtv*
12388 F:      drivers/media/pci/ivtv/
12389 F:      include/uapi/linux/ivtv*
12390
12391 IX2505V MEDIA DRIVER
12392 M:      Malcolm Priestley <[email protected]>
12393 L:      [email protected]
12394 S:      Maintained
12395 W:      https://linuxtv.org
12396 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12397 F:      drivers/media/dvb-frontends/ix2505v*
12398
12399 JAILHOUSE HYPERVISOR INTERFACE
12400 M:      Jan Kiszka <[email protected]>
12401 L:      [email protected]
12402 S:      Maintained
12403 F:      arch/x86/include/asm/jailhouse_para.h
12404 F:      arch/x86/kernel/jailhouse.c
12405
12406 JFS FILESYSTEM
12407 M:      Dave Kleikamp <[email protected]>
12408 L:      [email protected]
12409 S:      Odd Fixes
12410 W:      http://jfs.sourceforge.net/
12411 T:      git https://github.com/kleikamp/linux-shaggy.git
12412 F:      Documentation/admin-guide/jfs.rst
12413 F:      fs/jfs/
12414
12415 JME NETWORK DRIVER
12416 M:      Guo-Fu Tseng <[email protected]>
12417 L:      [email protected]
12418 S:      Odd Fixes
12419 F:      drivers/net/ethernet/jme.*
12420
12421 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
12422 M:      David Woodhouse <[email protected]>
12423 M:      Richard Weinberger <[email protected]>
12424 L:      [email protected]
12425 S:      Odd Fixes
12426 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
12427 T:      git git://git.infradead.org/ubifs-2.6.git
12428 F:      fs/jffs2/
12429 F:      include/uapi/linux/jffs2.h
12430
12431 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
12432 M:      "Theodore Ts'o" <[email protected]>
12433 M:      Jan Kara <[email protected]>
12434 L:      [email protected]
12435 S:      Maintained
12436 F:      fs/jbd2/
12437 F:      include/linux/jbd2.h
12438
12439 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
12440 M:      Mikhail Ulyanov <[email protected]>
12441 L:      [email protected]
12442 L:      [email protected]
12443 S:      Maintained
12444 F:      drivers/media/platform/renesas/rcar_jpu.c
12445
12446 JSM Neo PCI based serial card
12447 L:      [email protected]
12448 S:      Orphan
12449 F:      drivers/tty/serial/jsm/
12450
12451 K10TEMP HARDWARE MONITORING DRIVER
12452 M:      Clemens Ladisch <[email protected]>
12453 L:      [email protected]
12454 S:      Maintained
12455 F:      Documentation/hwmon/k10temp.rst
12456 F:      drivers/hwmon/k10temp.c
12457
12458 K8TEMP HARDWARE MONITORING DRIVER
12459 M:      Rudolf Marek <[email protected]>
12460 L:      [email protected]
12461 S:      Maintained
12462 F:      Documentation/hwmon/k8temp.rst
12463 F:      drivers/hwmon/k8temp.c
12464
12465 KASAN
12466 M:      Andrey Ryabinin <[email protected]>
12467 R:      Alexander Potapenko <[email protected]>
12468 R:      Andrey Konovalov <[email protected]>
12469 R:      Dmitry Vyukov <[email protected]>
12470 R:      Vincenzo Frascino <[email protected]>
12471 L:      [email protected]
12472 S:      Maintained
12473 B:      https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management
12474 F:      Documentation/dev-tools/kasan.rst
12475 F:      arch/*/include/asm/*kasan.h
12476 F:      arch/*/mm/kasan_init*
12477 F:      include/linux/kasan*.h
12478 F:      lib/Kconfig.kasan
12479 F:      mm/kasan/
12480 F:      scripts/Makefile.kasan
12481
12482 KCONFIG
12483 M:      Masahiro Yamada <[email protected]>
12484 L:      [email protected]
12485 S:      Maintained
12486 Q:      https://patchwork.kernel.org/project/linux-kbuild/list/
12487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kbuild
12488 F:      Documentation/kbuild/kconfig*
12489 F:      scripts/Kconfig.include
12490 F:      scripts/kconfig/
12491
12492 KCORE
12493 M:      Omar Sandoval <[email protected]>
12494 L:      [email protected]
12495 S:      Maintained
12496 F:      fs/proc/kcore.c
12497 F:      include/linux/kcore.h
12498
12499 KCOV
12500 R:      Dmitry Vyukov <[email protected]>
12501 R:      Andrey Konovalov <[email protected]>
12502 L:      [email protected]
12503 S:      Maintained
12504 B:      https://bugzilla.kernel.org/buglist.cgi?component=Sanitizers&product=Memory%20Management
12505 F:      Documentation/dev-tools/kcov.rst
12506 F:      include/linux/kcov.h
12507 F:      include/uapi/linux/kcov.h
12508 F:      kernel/kcov.c
12509 F:      scripts/Makefile.kcov
12510
12511 KCSAN
12512 M:      Marco Elver <[email protected]>
12513 R:      Dmitry Vyukov <[email protected]>
12514 L:      [email protected]
12515 S:      Maintained
12516 F:      Documentation/dev-tools/kcsan.rst
12517 F:      include/linux/kcsan*.h
12518 F:      kernel/kcsan/
12519 F:      lib/Kconfig.kcsan
12520 F:      scripts/Makefile.kcsan
12521
12522 KDUMP
12523 M:      Baoquan He <[email protected]>
12524 R:      Vivek Goyal <[email protected]>
12525 R:      Dave Young <[email protected]>
12526 L:      [email protected]
12527 S:      Maintained
12528 W:      http://lse.sourceforge.net/kdump/
12529 F:      Documentation/admin-guide/kdump/
12530 F:      fs/proc/vmcore.c
12531 F:      include/linux/crash_core.h
12532 F:      include/linux/crash_dump.h
12533 F:      include/uapi/linux/vmcore.h
12534 F:      kernel/crash_*.c
12535
12536 KEENE FM RADIO TRANSMITTER DRIVER
12537 M:      Hans Verkuil <[email protected]>
12538 L:      [email protected]
12539 S:      Maintained
12540 W:      https://linuxtv.org
12541 T:      git git://linuxtv.org/media.git
12542 F:      drivers/media/radio/radio-keene*
12543
12544 KERNEL AUTOMOUNTER
12545 M:      Ian Kent <[email protected]>
12546 L:      [email protected]
12547 S:      Maintained
12548 F:      fs/autofs/
12549
12550 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
12551 M:      Masahiro Yamada <[email protected]>
12552 R:      Nathan Chancellor <[email protected]>
12553 R:      Nicolas Schier <[email protected]>
12554 L:      [email protected]
12555 S:      Maintained
12556 Q:      https://patchwork.kernel.org/project/linux-kbuild/list/
12557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
12558 F:      Documentation/kbuild/
12559 F:      Makefile
12560 F:      scripts/*vmlinux*
12561 F:      scripts/Kbuild*
12562 F:      scripts/Makefile*
12563 F:      scripts/basic/
12564 F:      scripts/clang-tools/
12565 F:      scripts/dummy-tools/
12566 F:      scripts/include/
12567 F:      scripts/mk*
12568 F:      scripts/mod/
12569 F:      scripts/package/
12570 F:      usr/
12571
12572 KERNEL HARDENING (not covered by other areas)
12573 M:      Kees Cook <[email protected]>
12574 R:      Gustavo A. R. Silva <[email protected]>
12575 L:      [email protected]
12576 S:      Supported
12577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
12578 F:      Documentation/ABI/testing/sysfs-kernel-oops_count
12579 F:      Documentation/ABI/testing/sysfs-kernel-warn_count
12580 F:      arch/*/configs/hardening.config
12581 F:      include/linux/overflow.h
12582 F:      include/linux/randomize_kstack.h
12583 F:      kernel/configs/hardening.config
12584 F:      lib/usercopy_kunit.c
12585 F:      mm/usercopy.c
12586 F:      security/Kconfig.hardening
12587 K:      \b(add|choose)_random_kstack_offset\b
12588 K:      \b__check_(object_size|heap_object)\b
12589 K:      \b__counted_by(_le|_be)?\b
12590
12591 KERNEL JANITORS
12592 L:      [email protected]
12593 S:      Odd Fixes
12594 W:      http://kernelnewbies.org/KernelJanitors
12595
12596 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
12597 M:      Chuck Lever <[email protected]>
12598 M:      Jeff Layton <[email protected]>
12599 R:      Neil Brown <[email protected]>
12600 R:      Olga Kornievskaia <[email protected]>
12601 R:      Dai Ngo <[email protected]>
12602 R:      Tom Talpey <[email protected]>
12603 L:      [email protected]
12604 S:      Supported
12605 B:      https://bugzilla.kernel.org
12606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git
12607 F:      Documentation/filesystems/nfs/
12608 F:      fs/lockd/
12609 F:      fs/nfs_common/
12610 F:      fs/nfsd/
12611 F:      include/linux/lockd/
12612 F:      include/linux/sunrpc/
12613 F:      include/trace/events/rpcgss.h
12614 F:      include/trace/events/rpcrdma.h
12615 F:      include/trace/events/sunrpc.h
12616 F:      include/trace/misc/fs.h
12617 F:      include/trace/misc/nfs.h
12618 F:      include/trace/misc/sunrpc.h
12619 F:      include/uapi/linux/nfsd/
12620 F:      include/uapi/linux/sunrpc/
12621 F:      net/sunrpc/
12622 F:      tools/net/sunrpc/
12623
12624 KERNEL PACMAN PACKAGING (in addition to generic KERNEL BUILD)
12625 M:      Thomas Weißschuh <[email protected]>
12626 R:      Christian Heusel <[email protected]>
12627 R:      Nathan Chancellor <[email protected]>
12628 S:      Maintained
12629 F:      scripts/package/PKGBUILD
12630
12631 KERNEL REGRESSIONS
12632 M:      Thorsten Leemhuis <[email protected]>
12633 L:      [email protected]
12634 S:      Supported
12635 F:      Documentation/admin-guide/reporting-regressions.rst
12636 F:      Documentation/process/handling-regressions.rst
12637
12638 KERNEL SELFTEST FRAMEWORK
12639 M:      Shuah Khan <[email protected]>
12640 M:      Shuah Khan <[email protected]>
12641 L:      [email protected]
12642 S:      Maintained
12643 Q:      https://patchwork.kernel.org/project/linux-kselftest/list/
12644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
12645 F:      Documentation/dev-tools/kselftest*
12646 F:      tools/testing/selftests/
12647
12648 KERNEL SMB3 SERVER (KSMBD)
12649 M:      Namjae Jeon <[email protected]>
12650 M:      Steve French <[email protected]>
12651 R:      Sergey Senozhatsky <[email protected]>
12652 R:      Tom Talpey <[email protected]>
12653 L:      [email protected]
12654 S:      Maintained
12655 T:      git git://git.samba.org/ksmbd.git
12656 F:      Documentation/filesystems/smb/ksmbd.rst
12657 F:      fs/smb/common/
12658 F:      fs/smb/server/
12659
12660 KERNEL UNIT TESTING FRAMEWORK (KUnit)
12661 M:      Brendan Higgins <[email protected]>
12662 M:      David Gow <[email protected]>
12663 R:      Rae Moar <[email protected]>
12664 L:      [email protected]
12665 L:      [email protected]
12666 S:      Maintained
12667 W:      https://google.github.io/kunit-docs/third_party/kernel/docs/
12668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit
12669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git kunit-fixes
12670 F:      Documentation/dev-tools/kunit/
12671 F:      include/kunit/
12672 F:      lib/kunit/
12673 F:      rust/kernel/kunit.rs
12674 F:      scripts/rustdoc_test_*
12675 F:      tools/testing/kunit/
12676
12677 KERNEL USERMODE HELPER
12678 M:      Luis Chamberlain <[email protected]>
12679 L:      [email protected]
12680 S:      Maintained
12681 F:      include/linux/umh.h
12682 F:      kernel/umh.c
12683
12684 KERNEL VIRTUAL MACHINE (KVM)
12685 M:      Paolo Bonzini <[email protected]>
12686 L:      [email protected]
12687 S:      Supported
12688 W:      http://www.linux-kvm.org
12689 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
12690 F:      Documentation/virt/kvm/
12691 F:      include/asm-generic/kvm*
12692 F:      include/kvm/iodev.h
12693 F:      include/linux/kvm*
12694 F:      include/trace/events/kvm.h
12695 F:      include/uapi/asm-generic/kvm*
12696 F:      include/uapi/linux/kvm*
12697 F:      tools/kvm/
12698 F:      tools/testing/selftests/kvm/
12699 F:      virt/kvm/*
12700
12701 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
12702 M:      Marc Zyngier <[email protected]>
12703 M:      Oliver Upton <[email protected]>
12704 R:      Joey Gouly <[email protected]>
12705 R:      Suzuki K Poulose <[email protected]>
12706 R:      Zenghui Yu <[email protected]>
12707 L:      [email protected] (moderated for non-subscribers)
12708 L:      [email protected]
12709 S:      Maintained
12710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
12711 F:      Documentation/virt/kvm/arm/
12712 F:      Documentation/virt/kvm/devices/arm*
12713 F:      arch/arm64/include/asm/kvm*
12714 F:      arch/arm64/include/uapi/asm/kvm*
12715 F:      arch/arm64/kvm/
12716 F:      include/kvm/arm_*
12717 F:      tools/testing/selftests/kvm/*/arm64/
12718 F:      tools/testing/selftests/kvm/arm64/
12719
12720 KERNEL VIRTUAL MACHINE FOR LOONGARCH (KVM/LoongArch)
12721 M:      Tianrui Zhao <[email protected]>
12722 M:      Bibo Mao <[email protected]>
12723 M:      Huacai Chen <[email protected]>
12724 L:      [email protected]
12725 L:      [email protected]
12726 S:      Maintained
12727 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
12728 F:      Documentation/virt/kvm/loongarch/
12729 F:      arch/loongarch/include/asm/kvm*
12730 F:      arch/loongarch/include/uapi/asm/kvm*
12731 F:      arch/loongarch/kvm/
12732
12733 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
12734 M:      Huacai Chen <[email protected]>
12735 L:      [email protected]
12736 L:      [email protected]
12737 S:      Maintained
12738 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
12739 F:      arch/mips/include/asm/kvm*
12740 F:      arch/mips/include/uapi/asm/kvm*
12741 F:      arch/mips/kvm/
12742
12743 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
12744 M:      Madhavan Srinivasan <[email protected]>
12745 R:      Nicholas Piggin <[email protected]>
12746 L:      [email protected]
12747 L:      [email protected]
12748 S:      Maintained (Book3S 64-bit HV)
12749 S:      Odd fixes (Book3S 64-bit PR)
12750 S:      Orphan (Book3E and 32-bit)
12751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/ppc-kvm
12752 F:      arch/powerpc/include/asm/kvm*
12753 F:      arch/powerpc/include/uapi/asm/kvm*
12754 F:      arch/powerpc/kernel/kvm*
12755 F:      arch/powerpc/kvm/
12756
12757 KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)
12758 M:      Anup Patel <[email protected]>
12759 R:      Atish Patra <[email protected]>
12760 L:      [email protected]
12761 L:      [email protected]
12762 L:      [email protected]
12763 S:      Maintained
12764 T:      git https://github.com/kvm-riscv/linux.git
12765 F:      arch/riscv/include/asm/kvm*
12766 F:      arch/riscv/include/uapi/asm/kvm*
12767 F:      arch/riscv/kvm/
12768 F:      tools/testing/selftests/kvm/*/riscv/
12769 F:      tools/testing/selftests/kvm/riscv/
12770
12771 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
12772 M:      Christian Borntraeger <[email protected]>
12773 M:      Janosch Frank <[email protected]>
12774 M:      Claudio Imbrenda <[email protected]>
12775 R:      David Hildenbrand <[email protected]>
12776 L:      [email protected]
12777 S:      Supported
12778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
12779 F:      Documentation/virt/kvm/s390*
12780 F:      arch/s390/include/asm/gmap.h
12781 F:      arch/s390/include/asm/kvm*
12782 F:      arch/s390/include/uapi/asm/kvm*
12783 F:      arch/s390/include/uapi/asm/uvdevice.h
12784 F:      arch/s390/kernel/uv.c
12785 F:      arch/s390/kvm/
12786 F:      arch/s390/mm/gmap.c
12787 F:      drivers/s390/char/uvdevice.c
12788 F:      tools/testing/selftests/drivers/s390x/uvdevice/
12789 F:      tools/testing/selftests/kvm/*/s390/
12790 F:      tools/testing/selftests/kvm/s390/
12791
12792 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
12793 M:      Sean Christopherson <[email protected]>
12794 M:      Paolo Bonzini <[email protected]>
12795 L:      [email protected]
12796 S:      Supported
12797 P:      Documentation/process/maintainer-kvm-x86.rst
12798 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
12799 F:      arch/x86/include/asm/kvm*
12800 F:      arch/x86/include/asm/svm.h
12801 F:      arch/x86/include/asm/vmx*.h
12802 F:      arch/x86/include/uapi/asm/kvm*
12803 F:      arch/x86/include/uapi/asm/svm.h
12804 F:      arch/x86/include/uapi/asm/vmx.h
12805 F:      arch/x86/kvm/
12806 F:      arch/x86/kvm/*/
12807 F:      tools/testing/selftests/kvm/*/x86/
12808 F:      tools/testing/selftests/kvm/x86/
12809
12810 KERNFS
12811 M:      Greg Kroah-Hartman <[email protected]>
12812 M:      Tejun Heo <[email protected]>
12813 S:      Supported
12814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
12815 F:      fs/kernfs/
12816 F:      include/linux/kernfs.h
12817
12818 KEXEC
12819 M:      Eric Biederman <[email protected]>
12820 L:      [email protected]
12821 S:      Maintained
12822 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
12823 F:      include/linux/kexec.h
12824 F:      include/uapi/linux/kexec.h
12825 F:      kernel/kexec*
12826
12827 KEYS-ENCRYPTED
12828 M:      Mimi Zohar <[email protected]>
12829 L:      [email protected]
12830 L:      [email protected]
12831 S:      Supported
12832 F:      Documentation/security/keys/trusted-encrypted.rst
12833 F:      include/keys/encrypted-type.h
12834 F:      security/keys/encrypted-keys/
12835
12836 KEYS-TRUSTED
12837 M:      James Bottomley <[email protected]>
12838 M:      Jarkko Sakkinen <[email protected]>
12839 M:      Mimi Zohar <[email protected]>
12840 L:      [email protected]
12841 L:      [email protected]
12842 S:      Supported
12843 F:      Documentation/security/keys/trusted-encrypted.rst
12844 F:      include/keys/trusted-type.h
12845 F:      include/keys/trusted_tpm.h
12846 F:      security/keys/trusted-keys/
12847
12848 KEYS-TRUSTED-CAAM
12849 M:      Ahmad Fatoum <[email protected]>
12850 R:      Pengutronix Kernel Team <[email protected]>
12851 L:      [email protected]
12852 L:      [email protected]
12853 S:      Maintained
12854 F:      include/keys/trusted_caam.h
12855 F:      security/keys/trusted-keys/trusted_caam.c
12856
12857 KEYS-TRUSTED-DCP
12858 M:      David Gstir <[email protected]>
12859 R:      sigma star Kernel Team <[email protected]>
12860 L:      [email protected]
12861 L:      [email protected]
12862 S:      Supported
12863 F:      include/keys/trusted_dcp.h
12864 F:      security/keys/trusted-keys/trusted_dcp.c
12865
12866 KEYS-TRUSTED-TEE
12867 M:      Sumit Garg <[email protected]>
12868 L:      [email protected]
12869 L:      [email protected]
12870 S:      Supported
12871 F:      include/keys/trusted_tee.h
12872 F:      security/keys/trusted-keys/trusted_tee.c
12873
12874 KEYS/KEYRINGS
12875 M:      David Howells <[email protected]>
12876 M:      Jarkko Sakkinen <[email protected]>
12877 L:      [email protected]
12878 S:      Maintained
12879 F:      Documentation/security/keys/core.rst
12880 F:      include/keys/
12881 F:      include/linux/key-type.h
12882 F:      include/linux/key.h
12883 F:      include/linux/keyctl.h
12884 F:      include/uapi/linux/keyctl.h
12885 F:      security/keys/
12886
12887 KEYS/KEYRINGS_INTEGRITY
12888 M:      Jarkko Sakkinen <[email protected]>
12889 M:      Mimi Zohar <[email protected]>
12890 L:      [email protected]
12891 L:      [email protected]
12892 S:      Supported
12893 W:      https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
12894 F:      security/integrity/platform_certs
12895
12896 KFENCE
12897 M:      Alexander Potapenko <[email protected]>
12898 M:      Marco Elver <[email protected]>
12899 R:      Dmitry Vyukov <[email protected]>
12900 L:      [email protected]
12901 S:      Maintained
12902 F:      Documentation/dev-tools/kfence.rst
12903 F:      arch/*/include/asm/kfence.h
12904 F:      include/linux/kfence.h
12905 F:      lib/Kconfig.kfence
12906 F:      mm/kfence/
12907
12908 KFIFO
12909 M:      Stefani Seibold <[email protected]>
12910 S:      Maintained
12911 F:      include/linux/kfifo.h
12912 F:      lib/kfifo.c
12913 F:      samples/kfifo/
12914
12915 KGDB / KDB /debug_core
12916 M:      Jason Wessel <[email protected]>
12917 M:      Daniel Thompson <[email protected]>
12918 R:      Douglas Anderson <[email protected]>
12919 L:      [email protected]
12920 S:      Maintained
12921 W:      http://kgdb.wiki.kernel.org/
12922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
12923 F:      Documentation/process/debugging/kgdb.rst
12924 F:      drivers/misc/kgdbts.c
12925 F:      drivers/tty/serial/kgdboc.c
12926 F:      include/linux/kdb.h
12927 F:      include/linux/kgdb.h
12928 F:      kernel/debug/
12929 F:      kernel/module/kdb.c
12930
12931 KHADAS MCU MFD DRIVER
12932 M:      Neil Armstrong <[email protected]>
12933 L:      [email protected]
12934 S:      Maintained
12935 F:      Documentation/devicetree/bindings/mfd/khadas,mcu.yaml
12936 F:      drivers/mfd/khadas-mcu.c
12937 F:      drivers/thermal/khadas_mcu_fan.c
12938 F:      include/linux/mfd/khadas-mcu.h
12939
12940 KIONIX/ROHM KX022A ACCELEROMETER
12941 M:      Matti Vaittinen <[email protected]>
12942 L:      [email protected]
12943 S:      Supported
12944 F:      drivers/iio/accel/kionix-kx022a*
12945
12946 KMEMLEAK
12947 M:      Catalin Marinas <[email protected]>
12948 S:      Maintained
12949 F:      Documentation/dev-tools/kmemleak.rst
12950 F:      include/linux/kmemleak.h
12951 F:      mm/kmemleak.c
12952 F:      samples/kmemleak/kmemleak-test.c
12953
12954 KMSAN
12955 M:      Alexander Potapenko <[email protected]>
12956 R:      Marco Elver <[email protected]>
12957 R:      Dmitry Vyukov <[email protected]>
12958 L:      [email protected]
12959 S:      Maintained
12960 F:      Documentation/dev-tools/kmsan.rst
12961 F:      arch/*/include/asm/kmsan.h
12962 F:      arch/*/mm/kmsan_*
12963 F:      include/linux/kmsan*.h
12964 F:      lib/Kconfig.kmsan
12965 F:      mm/kmsan/
12966 F:      scripts/Makefile.kmsan
12967
12968 KPROBES
12969 M:      Naveen N Rao <[email protected]>
12970 M:      Anil S Keshavamurthy <[email protected]>
12971 M:      "David S. Miller" <[email protected]>
12972 M:      Masami Hiramatsu <[email protected]>
12973 L:      [email protected]
12974 L:      [email protected]
12975 S:      Maintained
12976 Q:      https://patchwork.kernel.org/project/linux-trace-kernel/list/
12977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
12978 F:      Documentation/trace/kprobes.rst
12979 F:      include/asm-generic/kprobes.h
12980 F:      include/linux/kprobes.h
12981 F:      kernel/kprobes.c
12982 F:      lib/test_kprobes.c
12983 F:      samples/kprobes
12984
12985 KS0108 LCD CONTROLLER DRIVER
12986 M:      Miguel Ojeda <[email protected]>
12987 S:      Maintained
12988 F:      Documentation/admin-guide/auxdisplay/ks0108.rst
12989 F:      drivers/auxdisplay/ks0108.c
12990 F:      include/linux/ks0108.h
12991
12992 KTD253 BACKLIGHT DRIVER
12993 M:      Linus Walleij <[email protected]>
12994 S:      Maintained
12995 F:      Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml
12996 F:      drivers/video/backlight/ktd253-backlight.c
12997
12998 KTD2801 BACKLIGHT DRIVER
12999 M:      Duje Mihanović <[email protected]>
13000 S:      Maintained
13001 F:      Documentation/devicetree/bindings/leds/backlight/kinetic,ktd2801.yaml
13002 F:      drivers/video/backlight/ktd2801-backlight.c
13003
13004 KTEST
13005 M:      Steven Rostedt <[email protected]>
13006 M:      John Hawley <[email protected]>
13007 S:      Maintained
13008 F:      tools/testing/ktest
13009
13010 KTZ8866 BACKLIGHT DRIVER
13011 M:      Jianhua Lu <[email protected]>
13012 S:      Maintained
13013 F:      Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml
13014 F:      drivers/video/backlight/ktz8866.c
13015
13016 KVM PARAVIRT (KVM/paravirt)
13017 M:      Paolo Bonzini <[email protected]>
13018 R:      Vitaly Kuznetsov <[email protected]>
13019 L:      [email protected]
13020 S:      Supported
13021 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
13022 F:      arch/um/include/asm/kvm_para.h
13023 F:      arch/x86/include/asm/kvm_para.h
13024 F:      arch/x86/include/asm/pvclock-abi.h
13025 F:      arch/x86/include/uapi/asm/kvm_para.h
13026 F:      arch/x86/kernel/kvm.c
13027 F:      arch/x86/kernel/kvmclock.c
13028 F:      include/asm-generic/kvm_para.h
13029 F:      include/linux/kvm_para.h
13030 F:      include/uapi/asm-generic/kvm_para.h
13031 F:      include/uapi/linux/kvm_para.h
13032
13033 KVM X86 HYPER-V (KVM/hyper-v)
13034 M:      Vitaly Kuznetsov <[email protected]>
13035 M:      Sean Christopherson <[email protected]>
13036 M:      Paolo Bonzini <[email protected]>
13037 L:      [email protected]
13038 S:      Supported
13039 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
13040 F:      arch/x86/kvm/hyperv.*
13041 F:      arch/x86/kvm/kvm_onhyperv.*
13042 F:      arch/x86/kvm/svm/hyperv.*
13043 F:      arch/x86/kvm/svm/svm_onhyperv.*
13044 F:      arch/x86/kvm/vmx/hyperv.*
13045
13046 KVM X86 Xen (KVM/Xen)
13047 M:      David Woodhouse <[email protected]>
13048 M:      Paul Durrant <[email protected]>
13049 M:      Sean Christopherson <[email protected]>
13050 M:      Paolo Bonzini <[email protected]>
13051 L:      [email protected]
13052 S:      Supported
13053 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
13054 F:      arch/x86/kvm/xen.*
13055
13056 L3MDEV
13057 M:      David Ahern <[email protected]>
13058 L:      [email protected]
13059 S:      Maintained
13060 F:      include/net/l3mdev.h
13061 F:      net/l3mdev
13062
13063 LANDLOCK SECURITY MODULE
13064 M:      Mickaël Salaün <[email protected]>
13065 R:      Günther Noack <[email protected]>
13066 L:      [email protected]
13067 S:      Supported
13068 W:      https://landlock.io
13069 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git
13070 F:      Documentation/security/landlock.rst
13071 F:      Documentation/userspace-api/landlock.rst
13072 F:      fs/ioctl.c
13073 F:      include/uapi/linux/landlock.h
13074 F:      samples/landlock/
13075 F:      security/landlock/
13076 F:      tools/testing/selftests/landlock/
13077 K:      landlock
13078 K:      LANDLOCK
13079
13080 LANTIQ / INTEL Ethernet drivers
13081 M:      Hauke Mehrtens <[email protected]>
13082 L:      [email protected]
13083 S:      Maintained
13084 F:      Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
13085 F:      drivers/net/dsa/lantiq_gswip.c
13086 F:      drivers/net/dsa/lantiq_pce.h
13087 F:      drivers/net/ethernet/lantiq_xrx200.c
13088 F:      net/dsa/tag_gswip.c
13089
13090 LANTIQ MIPS ARCHITECTURE
13091 M:      John Crispin <[email protected]>
13092 L:      [email protected]
13093 S:      Maintained
13094 F:      arch/mips/lantiq
13095 F:      drivers/soc/lantiq
13096
13097 LANTIQ PEF2256 DRIVER
13098 M:      Herve Codina <[email protected]>
13099 S:      Maintained
13100 F:      Documentation/devicetree/bindings/net/lantiq,pef2256.yaml
13101 F:      drivers/net/wan/framer/pef2256/
13102 F:      drivers/pinctrl/pinctrl-pef2256.c
13103 F:      include/linux/framer/pef2256.h
13104
13105 LASI 53c700 driver for PARISC
13106 M:      "James E.J. Bottomley" <[email protected]>
13107 L:      [email protected]
13108 S:      Maintained
13109 F:      Documentation/scsi/53c700.rst
13110 F:      drivers/scsi/53c700*
13111
13112 LEAKING_ADDRESSES
13113 M:      Tycho Andersen <[email protected]>
13114 R:      Kees Cook <[email protected]>
13115 L:      [email protected]
13116 S:      Maintained
13117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
13118 F:      scripts/leaking_addresses.pl
13119
13120 LED SUBSYSTEM
13121 M:      Lee Jones <[email protected]>
13122 M:      Pavel Machek <[email protected]>
13123 L:      [email protected]
13124 S:      Maintained
13125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds.git
13126 F:      Documentation/devicetree/bindings/leds/
13127 F:      Documentation/leds/
13128 F:      drivers/leds/
13129 F:      include/dt-bindings/leds/
13130 F:      include/linux/leds.h
13131
13132 LEGO MINDSTORMS EV3
13133 R:      David Lechner <[email protected]>
13134 S:      Maintained
13135 F:      Documentation/devicetree/bindings/power/supply/lego,ev3-battery.yaml
13136 F:      arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts
13137 F:      drivers/power/supply/lego_ev3_battery.c
13138
13139 LEGO USB Tower driver
13140 M:      Juergen Stuber <[email protected]>
13141 L:      [email protected]
13142 S:      Maintained
13143 W:      http://legousb.sourceforge.net/
13144 F:      drivers/usb/misc/legousbtower.c
13145
13146 LETSKETCH HID TABLET DRIVER
13147 M:      Hans de Goede <[email protected]>
13148 L:      [email protected]
13149 S:      Maintained
13150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
13151 F:      drivers/hid/hid-letsketch.c
13152
13153 LG LAPTOP EXTRAS
13154 M:      Matan Ziv-Av <[email protected]>
13155 L:      [email protected]
13156 S:      Maintained
13157 F:      Documentation/ABI/testing/sysfs-platform-lg-laptop
13158 F:      Documentation/admin-guide/laptops/lg-laptop.rst
13159 F:      drivers/platform/x86/lg-laptop.c
13160
13161 LG2160 MEDIA DRIVER
13162 M:      Michael Krufky <[email protected]>
13163 L:      [email protected]
13164 S:      Maintained
13165 W:      https://linuxtv.org
13166 W:      http://github.com/mkrufky
13167 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13168 T:      git git://linuxtv.org/mkrufky/tuners.git
13169 F:      drivers/media/dvb-frontends/lg2160.*
13170
13171 LGDT3305 MEDIA DRIVER
13172 M:      Michael Krufky <[email protected]>
13173 L:      [email protected]
13174 S:      Maintained
13175 W:      https://linuxtv.org
13176 W:      http://github.com/mkrufky
13177 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13178 T:      git git://linuxtv.org/mkrufky/tuners.git
13179 F:      drivers/media/dvb-frontends/lgdt3305.*
13180
13181 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
13182 M:      Viresh Kumar <[email protected]>
13183 L:      [email protected]
13184 S:      Maintained
13185 F:      drivers/ata/pata_arasan_cf.c
13186 F:      include/linux/pata_arasan_cf_data.h
13187
13188 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
13189 M:      Linus Walleij <[email protected]>
13190 L:      [email protected]
13191 S:      Maintained
13192 F:      drivers/ata/pata_ftide010.c
13193 F:      drivers/ata/sata_gemini.c
13194 F:      drivers/ata/sata_gemini.h
13195
13196 LIBATA SATA AHCI PLATFORM devices support
13197 M:      Hans de Goede <[email protected]>
13198 L:      [email protected]
13199 S:      Maintained
13200 F:      drivers/ata/ahci_platform.c
13201 F:      drivers/ata/libahci_platform.c
13202 F:      include/linux/ahci_platform.h
13203
13204 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
13205 M:      Mikael Pettersson <[email protected]>
13206 L:      [email protected]
13207 S:      Maintained
13208 F:      drivers/ata/sata_promise.*
13209
13210 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
13211 M:      Damien Le Moal <[email protected]>
13212 M:      Niklas Cassel <[email protected]>
13213 L:      [email protected]
13214 S:      Maintained
13215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux.git
13216 F:      Documentation/ABI/testing/sysfs-ata
13217 F:      Documentation/devicetree/bindings/ata/
13218 F:      drivers/ata/
13219 F:      include/linux/ata.h
13220 F:      include/linux/libata.h
13221
13222 LIBETH COMMON ETHERNET LIBRARY
13223 M:      Alexander Lobakin <[email protected]>
13224 L:      [email protected]
13225 L:      [email protected] (moderated for non-subscribers)
13226 S:      Maintained
13227 T:      git https://github.com/alobakin/linux.git
13228 F:      drivers/net/ethernet/intel/libeth/
13229 F:      include/net/libeth/
13230 K:      libeth
13231
13232 LIBIE COMMON INTEL ETHERNET LIBRARY
13233 M:      Alexander Lobakin <[email protected]>
13234 L:      [email protected] (moderated for non-subscribers)
13235 L:      [email protected]
13236 S:      Maintained
13237 T:      git https://github.com/alobakin/linux.git
13238 F:      drivers/net/ethernet/intel/libie/
13239 F:      include/linux/net/intel/libie/
13240 K:      libie
13241
13242 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
13243 M:      Vishal Verma <[email protected]>
13244 M:      Dan Williams <[email protected]>
13245 M:      Dave Jiang <[email protected]>
13246 L:      [email protected]
13247 S:      Supported
13248 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
13249 P:      Documentation/nvdimm/maintainer-entry-profile.rst
13250 F:      drivers/nvdimm/btt*
13251
13252 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
13253 M:      Dan Williams <[email protected]>
13254 M:      Vishal Verma <[email protected]>
13255 M:      Dave Jiang <[email protected]>
13256 L:      [email protected]
13257 S:      Supported
13258 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
13259 P:      Documentation/nvdimm/maintainer-entry-profile.rst
13260 F:      drivers/nvdimm/pmem*
13261
13262 LIBNVDIMM: DEVICETREE BINDINGS
13263 M:      Oliver O'Halloran <[email protected]>
13264 L:      [email protected]
13265 S:      Supported
13266 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
13267 F:      Documentation/devicetree/bindings/pmem/pmem-region.txt
13268 F:      drivers/nvdimm/of_pmem.c
13269
13270 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
13271 M:      Dan Williams <[email protected]>
13272 M:      Vishal Verma <[email protected]>
13273 M:      Dave Jiang <[email protected]>
13274 M:      Ira Weiny <[email protected]>
13275 L:      [email protected]
13276 S:      Supported
13277 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
13278 P:      Documentation/nvdimm/maintainer-entry-profile.rst
13279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
13280 F:      drivers/acpi/nfit/*
13281 F:      drivers/nvdimm/*
13282 F:      include/linux/libnvdimm.h
13283 F:      include/linux/nd.h
13284 F:      include/uapi/linux/ndctl.h
13285 F:      tools/testing/nvdimm/
13286
13287 LIBRARY CODE
13288 M:      Andrew Morton <[email protected]>
13289 L:      [email protected]
13290 S:      Supported
13291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-nonmm-unstable
13292 F:      lib/*
13293
13294 LICENSES and SPDX stuff
13295 M:      Thomas Gleixner <[email protected]>
13296 M:      Greg Kroah-Hartman <[email protected]>
13297 L:      [email protected]
13298 S:      Maintained
13299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git
13300 F:      COPYING
13301 F:      Documentation/process/license-rules.rst
13302 F:      LICENSES/
13303 F:      scripts/spdxcheck-test.sh
13304 F:      scripts/spdxcheck.py
13305 F:      scripts/spdxexclude
13306
13307 LINEAR RANGES HELPERS
13308 M:      Mark Brown <[email protected]>
13309 R:      Matti Vaittinen <[email protected]>
13310 F:      include/linux/linear_range.h
13311 F:      lib/linear_ranges.c
13312 F:      lib/test_linear_ranges.c
13313
13314 LINUX FOR POWER MACINTOSH
13315 L:      [email protected]
13316 S:      Orphan
13317 F:      arch/powerpc/platforms/powermac/
13318 F:      drivers/macintosh/
13319 X:      drivers/macintosh/adb-iop.c
13320 X:      drivers/macintosh/via-macii.c
13321
13322 LINUX FOR POWERPC (32-BIT AND 64-BIT)
13323 M:      Madhavan Srinivasan <[email protected]>
13324 M:      Michael Ellerman <[email protected]>
13325 R:      Nicholas Piggin <[email protected]>
13326 R:      Christophe Leroy <[email protected]>
13327 R:      Naveen N Rao <[email protected]>
13328 L:      [email protected]
13329 S:      Supported
13330 W:      https://github.com/linuxppc/wiki/wiki
13331 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
13332 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
13333 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
13334 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
13335 F:      Documentation/devicetree/bindings/powerpc/
13336 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
13337 F:      Documentation/arch/powerpc/
13338 F:      arch/powerpc/
13339 F:      drivers/*/*/*pasemi*
13340 F:      drivers/*/*pasemi*
13341 F:      drivers/char/tpm/tpm_ibmvtpm*
13342 F:      drivers/crypto/nx/
13343 F:      drivers/i2c/busses/i2c-opal.c
13344 F:      drivers/net/ethernet/ibm/ibmveth.*
13345 F:      drivers/net/ethernet/ibm/ibmvnic.*
13346 F:      drivers/pci/hotplug/pnv_php.c
13347 F:      drivers/pci/hotplug/rpa*
13348 F:      drivers/rtc/rtc-opal.c
13349 F:      drivers/scsi/ibmvscsi/
13350 F:      drivers/tty/hvc/hvc_opal.c
13351 F:      drivers/watchdog/wdrtas.c
13352 F:      include/linux/papr_scm.h
13353 F:      include/uapi/linux/papr_pdsm.h
13354 F:      tools/testing/selftests/powerpc
13355 N:      /pmac
13356 N:      powermac
13357 N:      powernv
13358 N:      [^a-z0-9]ps3
13359 N:      pseries
13360
13361 LINUX FOR POWERPC EMBEDDED MPC5XXX
13362 M:      Anatolij Gustschin <[email protected]>
13363 L:      [email protected]
13364 S:      Odd Fixes
13365 F:      arch/powerpc/platforms/512x/
13366 F:      arch/powerpc/platforms/52xx/
13367
13368 LINUX FOR POWERPC EMBEDDED PPC4XX
13369 L:      [email protected]
13370 S:      Orphan
13371 F:      arch/powerpc/platforms/44x/
13372
13373 LINUX FOR POWERPC EMBEDDED PPC85XX
13374 M:      Scott Wood <[email protected]>
13375 L:      [email protected]
13376 S:      Odd fixes
13377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
13378 F:      Documentation/devicetree/bindings/cache/freescale-l2cache.txt
13379 F:      Documentation/devicetree/bindings/powerpc/fsl/
13380 F:      arch/powerpc/platforms/85xx/
13381
13382 LINUX FOR POWERPC EMBEDDED PPC8XX AND PPC83XX
13383 M:      Christophe Leroy <[email protected]>
13384 L:      [email protected]
13385 S:      Maintained
13386 F:      arch/powerpc/platforms/8xx/
13387 F:      arch/powerpc/platforms/83xx/
13388
13389 LINUX KERNEL DUMP TEST MODULE (LKDTM)
13390 M:      Kees Cook <[email protected]>
13391 S:      Maintained
13392 F:      drivers/misc/lkdtm/*
13393 F:      tools/testing/selftests/lkdtm/*
13394
13395 LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
13396 M:      Alan Stern <[email protected]>
13397 M:      Andrea Parri <[email protected]>
13398 M:      Will Deacon <[email protected]>
13399 M:      Peter Zijlstra <[email protected]>
13400 M:      Boqun Feng <[email protected]>
13401 M:      Nicholas Piggin <[email protected]>
13402 M:      David Howells <[email protected]>
13403 M:      Jade Alglave <[email protected]>
13404 M:      Luc Maranget <[email protected]>
13405 M:      "Paul E. McKenney" <[email protected]>
13406 R:      Akira Yokosawa <[email protected]>
13407 R:      Daniel Lustig <[email protected]>
13408 R:      Joel Fernandes <[email protected]>
13409 L:      [email protected]
13410 L:      [email protected]
13411 L:      [email protected]
13412 S:      Supported
13413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
13414 F:      Documentation/atomic_bitops.txt
13415 F:      Documentation/atomic_t.txt
13416 F:      Documentation/core-api/refcount-vs-atomic.rst
13417 F:      Documentation/litmus-tests/
13418 F:      Documentation/memory-barriers.txt
13419 F:      tools/memory-model/
13420
13421 LINUX-NEXT TREE
13422 M:      Stephen Rothwell <[email protected]>
13423 L:      [email protected]
13424 S:      Supported
13425 B:      mailto:[email protected] and the appropriate development tree
13426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/
13427
13428 LIS3LV02D ACCELEROMETER DRIVER
13429 M:      Eric Piel <[email protected]>
13430 S:      Maintained
13431 F:      Documentation/misc-devices/lis3lv02d.rst
13432 F:      drivers/misc/lis3lv02d/
13433 F:      drivers/platform/x86/hp/hp_accel.c
13434
13435 LIST KUNIT TEST
13436 M:      David Gow <[email protected]>
13437 L:      [email protected]
13438 L:      [email protected]
13439 S:      Maintained
13440 F:      lib/list-test.c
13441
13442 LITEX PLATFORM
13443 M:      Karol Gugala <[email protected]>
13444 M:      Mateusz Holenko <[email protected]>
13445 M:      Gabriel Somlo <[email protected]>
13446 M:      Joel Stanley <[email protected]>
13447 S:      Maintained
13448 F:      Documentation/devicetree/bindings/*/litex,*.yaml
13449 F:      arch/openrisc/boot/dts/or1klitex.dts
13450 F:      drivers/mmc/host/litex_mmc.c
13451 F:      drivers/net/ethernet/litex/*
13452 F:      drivers/soc/litex/*
13453 F:      drivers/tty/serial/liteuart.c
13454 F:      include/linux/litex.h
13455 N:      litex
13456
13457 LIVE PATCHING
13458 M:      Josh Poimboeuf <[email protected]>
13459 M:      Jiri Kosina <[email protected]>
13460 M:      Miroslav Benes <[email protected]>
13461 M:      Petr Mladek <[email protected]>
13462 R:      Joe Lawrence <[email protected]>
13463 L:      [email protected]
13464 S:      Maintained
13465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching.git
13466 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
13467 F:      Documentation/livepatch/
13468 F:      arch/powerpc/include/asm/livepatch.h
13469 F:      include/linux/livepatch.h
13470 F:      kernel/livepatch/
13471 F:      kernel/module/livepatch.c
13472 F:      samples/livepatch/
13473 F:      tools/testing/selftests/livepatch/
13474
13475 LLC (802.2)
13476 L:      [email protected]
13477 S:      Odd fixes
13478 F:      include/linux/llc.h
13479 F:      include/net/llc*
13480 F:      include/uapi/linux/llc.h
13481 F:      net/llc/
13482
13483 LM73 HARDWARE MONITOR DRIVER
13484 M:      Guillaume Ligneul <[email protected]>
13485 L:      [email protected]
13486 S:      Maintained
13487 F:      drivers/hwmon/lm73.c
13488
13489 LM78 HARDWARE MONITOR DRIVER
13490 M:      Jean Delvare <[email protected]>
13491 L:      [email protected]
13492 S:      Maintained
13493 F:      Documentation/hwmon/lm78.rst
13494 F:      drivers/hwmon/lm78.c
13495
13496 LM83 HARDWARE MONITOR DRIVER
13497 M:      Jean Delvare <[email protected]>
13498 L:      [email protected]
13499 S:      Maintained
13500 F:      Documentation/hwmon/lm83.rst
13501 F:      drivers/hwmon/lm83.c
13502
13503 LM90 HARDWARE MONITOR DRIVER
13504 M:      Jean Delvare <[email protected]>
13505 L:      [email protected]
13506 S:      Maintained
13507 F:      Documentation/devicetree/bindings/hwmon/national,lm90.yaml
13508 F:      Documentation/hwmon/lm90.rst
13509 F:      drivers/hwmon/lm90.c
13510 F:      include/dt-bindings/thermal/lm90.h
13511
13512 LME2510 MEDIA DRIVER
13513 M:      Malcolm Priestley <[email protected]>
13514 L:      [email protected]
13515 S:      Maintained
13516 W:      https://linuxtv.org
13517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13518 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
13519
13520 LOADPIN SECURITY MODULE
13521 M:      Kees Cook <[email protected]>
13522 S:      Supported
13523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
13524 F:      Documentation/admin-guide/LSM/LoadPin.rst
13525 F:      security/loadpin/
13526
13527 LOCKDOWN SECURITY MODULE
13528 L:      [email protected]
13529 S:      Odd Fixes
13530 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
13531 F:      security/lockdown/
13532
13533 LOCKING PRIMITIVES
13534 M:      Peter Zijlstra <[email protected]>
13535 M:      Ingo Molnar <[email protected]>
13536 M:      Will Deacon <[email protected]>
13537 M:      Boqun Feng <[email protected]> (LOCKDEP & RUST)
13538 R:      Waiman Long <[email protected]>
13539 L:      [email protected]
13540 S:      Maintained
13541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
13542 F:      Documentation/locking/
13543 F:      arch/*/include/asm/spinlock*.h
13544 F:      include/linux/lockdep*.h
13545 F:      include/linux/mutex*.h
13546 F:      include/linux/rwlock*.h
13547 F:      include/linux/rwsem*.h
13548 F:      include/linux/seqlock.h
13549 F:      include/linux/spinlock*.h
13550 F:      kernel/locking/
13551 F:      lib/locking*.[ch]
13552 F:      rust/helpers/mutex.c
13553 F:      rust/helpers/spinlock.c
13554 F:      rust/kernel/sync/lock.rs
13555 F:      rust/kernel/sync/lock/
13556 F:      rust/kernel/sync/locked_by.rs
13557 X:      kernel/locking/locktorture.c
13558
13559 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
13560 M:      "Richard Russon (FlatCap)" <[email protected]>
13561 L:      [email protected]
13562 S:      Maintained
13563 W:      http://www.linux-ntfs.org/content/view/19/37/
13564 F:      Documentation/admin-guide/ldm.rst
13565 F:      block/partitions/ldm.*
13566
13567 LOGITECH HID GAMING KEYBOARDS
13568 M:      Hans de Goede <[email protected]>
13569 L:      [email protected]
13570 S:      Maintained
13571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
13572 F:      drivers/hid/hid-lg-g15.c
13573
13574 LONTIUM LT8912B MIPI TO HDMI BRIDGE
13575 M:      Adrien Grassein <[email protected]>
13576 S:      Maintained
13577 F:      Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
13578 F:      drivers/gpu/drm/bridge/lontium-lt8912b.c
13579
13580 LOONGARCH
13581 M:      Huacai Chen <[email protected]>
13582 R:      WANG Xuerui <[email protected]>
13583 L:      [email protected]
13584 S:      Maintained
13585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson.git
13586 F:      Documentation/arch/loongarch/
13587 F:      Documentation/translations/zh_CN/arch/loongarch/
13588 F:      arch/loongarch/
13589 F:      drivers/*/*loongarch*
13590 F:      drivers/cpufreq/loongson3_cpufreq.c
13591
13592 LOONGSON GPIO DRIVER
13593 M:      Yinbo Zhu <[email protected]>
13594 L:      [email protected]
13595 S:      Maintained
13596 F:      Documentation/devicetree/bindings/gpio/loongson,ls-gpio.yaml
13597 F:      drivers/gpio/gpio-loongson-64bit.c
13598
13599 LOONGSON-2 APB DMA DRIVER
13600 M:      Binbin Zhou <[email protected]>
13601 L:      [email protected]
13602 S:      Maintained
13603 F:      Documentation/devicetree/bindings/dma/loongson,ls2x-apbdma.yaml
13604 F:      drivers/dma/loongson2-apb-dma.c
13605
13606 LOONGSON LS2X I2C DRIVER
13607 M:      Binbin Zhou <[email protected]>
13608 L:      [email protected]
13609 S:      Maintained
13610 F:      Documentation/devicetree/bindings/i2c/loongson,ls2x-i2c.yaml
13611 F:      drivers/i2c/busses/i2c-ls2x.c
13612
13613 LOONGSON-2 SOC SERIES CLOCK DRIVER
13614 M:      Yinbo Zhu <[email protected]>
13615 L:      [email protected]
13616 S:      Maintained
13617 F:      Documentation/devicetree/bindings/clock/loongson,ls2k-clk.yaml
13618 F:      drivers/clk/clk-loongson2.c
13619 F:      include/dt-bindings/clock/loongson,ls2k-clk.h
13620
13621 LOONGSON SPI DRIVER
13622 M:      Yinbo Zhu <[email protected]>
13623 L:      [email protected]
13624 S:      Maintained
13625 F:      Documentation/devicetree/bindings/spi/loongson,ls2k-spi.yaml
13626 F:      drivers/spi/spi-loongson-core.c
13627 F:      drivers/spi/spi-loongson-pci.c
13628 F:      drivers/spi/spi-loongson-plat.c
13629 F:      drivers/spi/spi-loongson.h
13630
13631 LOONGSON-2 SOC SERIES GUTS DRIVER
13632 M:      Yinbo Zhu <[email protected]>
13633 L:      [email protected]
13634 S:      Maintained
13635 F:      Documentation/devicetree/bindings/hwinfo/loongson,ls2k-chipid.yaml
13636 F:      drivers/soc/loongson/loongson2_guts.c
13637
13638 LOONGSON-2 SOC SERIES PM DRIVER
13639 M:      Yinbo Zhu <[email protected]>
13640 L:      [email protected]
13641 S:      Maintained
13642 F:      Documentation/devicetree/bindings/soc/loongson/loongson,ls2k-pmc.yaml
13643 F:      drivers/soc/loongson/loongson2_pm.c
13644
13645 LOONGSON-2 SOC SERIES PINCTRL DRIVER
13646 M:      zhanghongchen <[email protected]>
13647 M:      Yinbo Zhu <[email protected]>
13648 L:      [email protected]
13649 S:      Maintained
13650 F:      Documentation/devicetree/bindings/pinctrl/loongson,ls2k-pinctrl.yaml
13651 F:      drivers/pinctrl/pinctrl-loongson2.c
13652
13653 LOONGSON-2 SOC SERIES THERMAL DRIVER
13654 M:      zhanghongchen <[email protected]>
13655 M:      Yinbo Zhu <[email protected]>
13656 L:      [email protected]
13657 S:      Maintained
13658 F:      Documentation/devicetree/bindings/thermal/loongson,ls2k-thermal.yaml
13659 F:      drivers/thermal/loongson2_thermal.c
13660
13661 LOONGSON EDAC DRIVER
13662 M:      Zhao Qunqin <[email protected]>
13663 L:      [email protected]
13664 S:      Maintained
13665 F:      drivers/edac/loongson_edac.c
13666
13667 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
13668 M:      Sathya Prakash <[email protected]>
13669 M:      Sreekanth Reddy <[email protected]>
13670 M:      Suganath Prabu Subramani <[email protected]>
13671 L:      [email protected]
13672 L:      [email protected]
13673 S:      Supported
13674 W:      http://www.avagotech.com/support/
13675 F:      drivers/message/fusion/
13676 F:      drivers/scsi/mpt3sas/
13677
13678 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
13679 M:      Matthew Wilcox <[email protected]>
13680 L:      [email protected]
13681 S:      Maintained
13682 F:      drivers/scsi/sym53c8xx_2/
13683
13684 LTC1660 DAC DRIVER
13685 M:      Marcus Folkesson <[email protected]>
13686 L:      [email protected]
13687 S:      Maintained
13688 F:      Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml
13689 F:      drivers/iio/dac/ltc1660.c
13690
13691 LTC2664 IIO DAC DRIVER
13692 M:      Michael Hennerich <[email protected]>
13693 M:      Kim Seer Paller <[email protected]>
13694 L:      [email protected]
13695 S:      Supported
13696 W:      https://ez.analog.com/linux-software-drivers
13697 F:      Documentation/devicetree/bindings/iio/dac/adi,ltc2664.yaml
13698 F:      Documentation/devicetree/bindings/iio/dac/adi,ltc2672.yaml
13699 F:      drivers/iio/dac/ltc2664.c
13700
13701 LTC2688 IIO DAC DRIVER
13702 M:      Nuno Sá <[email protected]>
13703 L:      [email protected]
13704 S:      Supported
13705 W:      https://ez.analog.com/linux-software-drivers
13706 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-ltc2688
13707 F:      Documentation/devicetree/bindings/iio/dac/adi,ltc2688.yaml
13708 F:      drivers/iio/dac/ltc2688.c
13709
13710 LTC2947 HARDWARE MONITOR DRIVER
13711 M:      Nuno Sá <[email protected]>
13712 L:      [email protected]
13713 S:      Supported
13714 W:      https://ez.analog.com/linux-software-drivers
13715 F:      Documentation/devicetree/bindings/hwmon/adi,ltc2947.yaml
13716 F:      drivers/hwmon/ltc2947-core.c
13717 F:      drivers/hwmon/ltc2947-i2c.c
13718 F:      drivers/hwmon/ltc2947-spi.c
13719 F:      drivers/hwmon/ltc2947.h
13720
13721 LTC2991 HARDWARE MONITOR DRIVER
13722 M:      Antoniu Miclaus <[email protected]>
13723 L:      [email protected]
13724 S:      Supported
13725 W:      https://ez.analog.com/linux-software-drivers
13726 F:      Documentation/devicetree/bindings/hwmon/adi,ltc2991.yaml
13727 F:      drivers/hwmon/ltc2991.c
13728
13729 LTC2983 IIO TEMPERATURE DRIVER
13730 M:      Nuno Sá <[email protected]>
13731 L:      [email protected]
13732 S:      Supported
13733 W:      https://ez.analog.com/linux-software-drivers
13734 F:      Documentation/devicetree/bindings/iio/temperature/adi,ltc2983.yaml
13735 F:      drivers/iio/temperature/ltc2983.c
13736
13737 LTC4282 HARDWARE MONITOR DRIVER
13738 M:      Nuno Sa <[email protected]>
13739 L:      [email protected]
13740 S:      Supported
13741 F:      Documentation/devicetree/bindings/hwmon/adi,ltc4282.yaml
13742 F:      Documentation/hwmon/ltc4282.rst
13743 F:      drivers/hwmon/ltc4282.c
13744
13745 LTC4286 HARDWARE MONITOR DRIVER
13746 M:      Delphine CC Chiu <[email protected]>
13747 L:      [email protected]
13748 S:      Maintained
13749 F:      Documentation/devicetree/bindings/hwmon/lltc,ltc4286.yaml
13750 F:      Documentation/hwmon/ltc4286.rst
13751 F:      drivers/hwmon/pmbus/Kconfig
13752 F:      drivers/hwmon/pmbus/Makefile
13753 F:      drivers/hwmon/pmbus/ltc4286.c
13754
13755 LTC4306 I2C MULTIPLEXER DRIVER
13756 M:      Michael Hennerich <[email protected]>
13757 L:      [email protected]
13758 S:      Supported
13759 W:      https://ez.analog.com/linux-software-drivers
13760 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
13761 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
13762
13763 LTP (Linux Test Project)
13764 M:      Andrea Cervesato <[email protected]>
13765 M:      Cyril Hrubis <[email protected]>
13766 M:      Jan Stancek <[email protected]>
13767 M:      Petr Vorel <[email protected]>
13768 M:      Li Wang <[email protected]>
13769 M:      Yang Xu <[email protected]>
13770 M:      Xiao Yang <[email protected]>
13771 L:      [email protected] (subscribers-only)
13772 S:      Maintained
13773 W:      https://linux-test-project.readthedocs.io/
13774 T:      git https://github.com/linux-test-project/ltp.git
13775
13776 LTR390 AMBIENT/UV LIGHT SENSOR DRIVER
13777 M:      Anshul Dalal <[email protected]>
13778 L:      [email protected]
13779 S:      Maintained
13780 F:      Documentation/devicetree/bindings/iio/light/liteon,ltr390.yaml
13781 F:      drivers/iio/light/ltr390.c
13782
13783 LYNX 28G SERDES PHY DRIVER
13784 M:      Ioana Ciornei <[email protected]>
13785 L:      [email protected]
13786 S:      Supported
13787 F:      Documentation/devicetree/bindings/phy/fsl,lynx-28g.yaml
13788 F:      drivers/phy/freescale/phy-fsl-lynx-28g.c
13789
13790 LYNX PCS MODULE
13791 M:      Ioana Ciornei <[email protected]>
13792 L:      [email protected]
13793 S:      Supported
13794 F:      drivers/net/pcs/pcs-lynx.c
13795 F:      include/linux/pcs-lynx.h
13796
13797 M68K ARCHITECTURE
13798 M:      Geert Uytterhoeven <[email protected]>
13799 L:      [email protected]
13800 S:      Maintained
13801 W:      http://www.linux-m68k.org/
13802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
13803 F:      arch/m68k/
13804 F:      drivers/zorro/
13805
13806 M68K ON APPLE MACINTOSH
13807 M:      Joshua Thompson <[email protected]>
13808 L:      [email protected]
13809 S:      Maintained
13810 W:      http://www.mac.linux-m68k.org/
13811 F:      arch/m68k/mac/
13812 F:      drivers/macintosh/adb-iop.c
13813 F:      drivers/macintosh/via-macii.c
13814
13815 M68K ON HP9000/300
13816 M:      Philip Blundell <[email protected]>
13817 S:      Maintained
13818 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
13819 F:      arch/m68k/hp300/
13820
13821 M88DS3103 MEDIA DRIVER
13822 L:      [email protected]
13823 S:      Orphan
13824 W:      https://linuxtv.org
13825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13826 F:      drivers/media/dvb-frontends/m88ds3103*
13827
13828 M88RS2000 MEDIA DRIVER
13829 M:      Malcolm Priestley <[email protected]>
13830 L:      [email protected]
13831 S:      Maintained
13832 W:      https://linuxtv.org
13833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13834 F:      drivers/media/dvb-frontends/m88rs2000*
13835
13836 MA901 MASTERKIT USB FM RADIO DRIVER
13837 M:      Alexey Klimov <[email protected]>
13838 L:      [email protected]
13839 S:      Maintained
13840 T:      git git://linuxtv.org/media.git
13841 F:      drivers/media/radio/radio-ma901.c
13842
13843 MAC80211
13844 M:      Johannes Berg <[email protected]>
13845 L:      [email protected]
13846 S:      Maintained
13847 W:      https://wireless.wiki.kernel.org/
13848 Q:      https://patchwork.kernel.org/project/linux-wireless/list/
13849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
13850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
13851 F:      Documentation/networking/mac80211-injection.rst
13852 F:      Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst
13853 F:      drivers/net/wireless/virtual/mac80211_hwsim.[ch]
13854 F:      include/net/mac80211.h
13855 F:      net/mac80211/
13856
13857 MAILBOX API
13858 M:      Jassi Brar <[email protected]>
13859 L:      [email protected]
13860 S:      Maintained
13861 F:      Documentation/devicetree/bindings/mailbox/
13862 F:      drivers/mailbox/
13863 F:      include/dt-bindings/mailbox/
13864 F:      include/linux/mailbox_client.h
13865 F:      include/linux/mailbox_controller.h
13866
13867 MAILBOX ARM MHUv2
13868 M:      Viresh Kumar <[email protected]>
13869 M:      Tushar Khandelwal <[email protected]>
13870 L:      [email protected]
13871 S:      Maintained
13872 F:      Documentation/devicetree/bindings/mailbox/arm,mhuv2.yaml
13873 F:      drivers/mailbox/arm_mhuv2.c
13874 F:      include/linux/mailbox/arm_mhuv2_message.h
13875
13876 MAILBOX ARM MHUv3
13877 M:      Sudeep Holla <[email protected]>
13878 M:      Cristian Marussi <[email protected]>
13879 L:      [email protected]
13880 L:      [email protected] (moderated for non-subscribers)
13881 S:      Maintained
13882 F:      Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml
13883 F:      drivers/mailbox/arm_mhuv3.c
13884
13885 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
13886 M:      Alejandro Colomar <[email protected]>
13887 L:      [email protected]
13888 S:      Maintained
13889 W:      http://www.kernel.org/doc/man-pages
13890 T:      git git://git.kernel.org/pub/scm/docs/man-pages/man-pages.git
13891 T:      git git://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git
13892
13893 MANAGEMENT COMPONENT TRANSPORT PROTOCOL (MCTP)
13894 M:      Jeremy Kerr <[email protected]>
13895 M:      Matt Johnston <[email protected]>
13896 L:      [email protected]
13897 S:      Maintained
13898 F:      Documentation/networking/mctp.rst
13899 F:      drivers/net/mctp/
13900 F:      include/net/mctp.h
13901 F:      include/net/mctpdevice.h
13902 F:      include/net/netns/mctp.h
13903 F:      net/mctp/
13904
13905 MAPLE TREE
13906 M:      Liam R. Howlett <[email protected]>
13907 L:      [email protected]
13908 L:      [email protected]
13909 S:      Supported
13910 F:      Documentation/core-api/maple_tree.rst
13911 F:      include/linux/maple_tree.h
13912 F:      include/trace/events/maple_tree.h
13913 F:      lib/maple_tree.c
13914 F:      lib/test_maple_tree.c
13915 F:      tools/testing/radix-tree/linux/maple_tree.h
13916 F:      tools/testing/radix-tree/maple.c
13917
13918 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
13919 M:      Rahul Bedarkar <[email protected]>
13920 L:      [email protected]
13921 S:      Maintained
13922 F:      arch/mips/boot/dts/img/pistachio*
13923
13924 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
13925 M:      Andrew Lunn <[email protected]>
13926 L:      [email protected]
13927 S:      Maintained
13928 F:      Documentation/devicetree/bindings/net/dsa/marvell,mv88e6060.yaml
13929 F:      Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml
13930 F:      Documentation/networking/devlink/mv88e6xxx.rst
13931 F:      drivers/net/dsa/mv88e6xxx/
13932 F:      include/linux/dsa/mv88e6xxx.h
13933 F:      include/linux/platform_data/mv88e6xxx.h
13934
13935 MARVELL 88PM886 PMIC DRIVER
13936 M:      Karel Balej <[email protected]>
13937 S:      Maintained
13938 F:      Documentation/devicetree/bindings/mfd/marvell,88pm886-a1.yaml
13939 F:      drivers/input/misc/88pm886-onkey.c
13940 F:      drivers/mfd/88pm886.c
13941 F:      drivers/regulator/88pm886-regulator.c
13942 F:      drivers/rtc/rtc-88pm886.c
13943 F:      include/linux/mfd/88pm886.h
13944
13945 MARVELL ARMADA 3700 PHY DRIVERS
13946 M:      Miquel Raynal <[email protected]>
13947 S:      Maintained
13948 F:      Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
13949 F:      Documentation/devicetree/bindings/phy/phy-mvebu-comphy.txt
13950 F:      drivers/phy/marvell/phy-mvebu-a3700-comphy.c
13951 F:      drivers/phy/marvell/phy-mvebu-a3700-utmi.c
13952
13953 MARVELL ARMADA 3700 SERIAL DRIVER
13954 M:      Pali Rohár <[email protected]>
13955 S:      Maintained
13956 F:      Documentation/devicetree/bindings/clock/marvell,armada-3700-uart-clock.yaml
13957 F:      Documentation/devicetree/bindings/serial/mvebu-uart.txt
13958 F:      drivers/tty/serial/mvebu-uart.c
13959
13960 MARVELL ARMADA DRM SUPPORT
13961 M:      Russell King <[email protected]>
13962 S:      Maintained
13963 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
13964 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
13965 F:      Documentation/devicetree/bindings/display/armada/
13966 F:      drivers/gpu/drm/armada/
13967 F:      include/uapi/drm/armada_drm.h
13968
13969 MARVELL CRYPTO DRIVER
13970 M:      Boris Brezillon <[email protected]>
13971 M:      Arnaud Ebalard <[email protected]>
13972 M:      Srujana Challa <[email protected]>
13973 L:      [email protected]
13974 S:      Maintained
13975 F:      drivers/crypto/marvell/
13976 F:      include/linux/soc/marvell/octeontx2/
13977
13978 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
13979 M:      Mirko Lindner <[email protected]>
13980 M:      Stephen Hemminger <[email protected]>
13981 L:      [email protected]
13982 S:      Odd fixes
13983 F:      drivers/net/ethernet/marvell/sk*
13984
13985 MARVELL LIBERTAS WIRELESS DRIVER
13986 L:      [email protected]
13987 S:      Orphan
13988 F:      drivers/net/wireless/marvell/libertas/
13989
13990 MARVELL MACCHIATOBIN SUPPORT
13991 M:      Russell King <[email protected]>
13992 L:      [email protected] (moderated for non-subscribers)
13993 S:      Maintained
13994 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
13995
13996 MARVELL MV643XX ETHERNET DRIVER
13997 M:      Sebastian Hesselbarth <[email protected]>
13998 L:      [email protected]
13999 S:      Maintained
14000 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
14001
14002 MARVELL MV88X3310 PHY DRIVER
14003 M:      Russell King <[email protected]>
14004 M:      Marek Behún <[email protected]>
14005 L:      [email protected]
14006 S:      Maintained
14007 F:      drivers/net/phy/marvell10g.c
14008
14009 MARVELL MVEBU THERMAL DRIVER
14010 M:      Miquel Raynal <[email protected]>
14011 S:      Maintained
14012 F:      drivers/thermal/armada_thermal.c
14013
14014 MARVELL MVNETA ETHERNET DRIVER
14015 M:      Marcin Wojtas <[email protected]>
14016 L:      [email protected]
14017 S:      Maintained
14018 F:      drivers/net/ethernet/marvell/mvneta*
14019
14020 MARVELL MVPP2 ETHERNET DRIVER
14021 M:      Marcin Wojtas <[email protected]>
14022 M:      Russell King <[email protected]>
14023 L:      [email protected]
14024 S:      Maintained
14025 F:      Documentation/devicetree/bindings/net/marvell,pp2.yaml
14026 F:      drivers/net/ethernet/marvell/mvpp2/
14027
14028 MARVELL MWIFIEX WIRELESS DRIVER
14029 M:      Brian Norris <[email protected]>
14030 R:      Francesco Dolcini <[email protected]>
14031 L:      [email protected]
14032 S:      Odd Fixes
14033 F:      drivers/net/wireless/marvell/mwifiex/
14034
14035 MARVELL MWL8K WIRELESS DRIVER
14036 L:      [email protected]
14037 S:      Orphan
14038 F:      drivers/net/wireless/marvell/mwl8k.c
14039
14040 MARVELL NAND CONTROLLER DRIVER
14041 M:      Miquel Raynal <[email protected]>
14042 L:      [email protected]
14043 S:      Maintained
14044 F:      drivers/mtd/nand/raw/marvell_nand.c
14045
14046 MARVELL OCTEON ENDPOINT DRIVER
14047 M:      Veerasenareddy Burru <[email protected]>
14048 M:      Sathesh Edara <[email protected]>
14049 L:      [email protected]
14050 S:      Maintained
14051 F:      drivers/net/ethernet/marvell/octeon_ep
14052
14053 MARVELL OCTEON ENDPOINT VF DRIVER
14054 M:      Veerasenareddy Burru <[email protected]>
14055 M:      Sathesh Edara <[email protected]>
14056 M:      Shinas Rasheed <[email protected]>
14057 M:      Satananda Burla <[email protected]>
14058 L:      [email protected]
14059 S:      Maintained
14060 F:      drivers/net/ethernet/marvell/octeon_ep_vf
14061
14062 MARVELL OCTEONTX2 PHYSICAL FUNCTION DRIVER
14063 M:      Sunil Goutham <[email protected]>
14064 M:      Geetha sowjanya <[email protected]>
14065 M:      Subbaraya Sundeep <[email protected]>
14066 M:      hariprasad <[email protected]>
14067 M:      Bharat Bhushan <[email protected]>
14068 L:      [email protected]
14069 S:      Maintained
14070 F:      drivers/net/ethernet/marvell/octeontx2/nic/
14071 F:      include/linux/soc/marvell/octeontx2/
14072
14073 MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER
14074 M:      Sunil Goutham <[email protected]>
14075 M:      Linu Cherian <[email protected]>
14076 M:      Geetha sowjanya <[email protected]>
14077 M:      Jerin Jacob <[email protected]>
14078 M:      hariprasad <[email protected]>
14079 M:      Subbaraya Sundeep <[email protected]>
14080 L:      [email protected]
14081 S:      Maintained
14082 F:      Documentation/networking/device_drivers/ethernet/marvell/octeontx2.rst
14083 F:      drivers/net/ethernet/marvell/octeontx2/af/
14084
14085 MARVELL PEM PMU DRIVER
14086 M:      Linu Cherian <[email protected]>
14087 M:      Gowthami Thiagarajan <[email protected]>
14088 S:      Supported
14089 F:      drivers/perf/marvell_pem_pmu.c
14090
14091 MARVELL PRESTERA ETHERNET SWITCH DRIVER
14092 M:      Taras Chornyi <[email protected]>
14093 S:      Supported
14094 W:      https://github.com/Marvell-switching/switchdev-prestera
14095 F:      drivers/net/ethernet/marvell/prestera/
14096
14097 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
14098 M:      Nicolas Pitre <[email protected]>
14099 S:      Odd Fixes
14100 F:      drivers/mmc/host/mvsdio.*
14101
14102 MARVELL USB MDIO CONTROLLER DRIVER
14103 M:      Tobias Waldekranz <[email protected]>
14104 L:      [email protected]
14105 S:      Maintained
14106 F:      Documentation/devicetree/bindings/net/marvell,mvusb.yaml
14107 F:      drivers/net/mdio/mdio-mvusb.c
14108
14109 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
14110 M:      Hu Ziji <[email protected]>
14111 L:      [email protected]
14112 S:      Supported
14113 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml
14114 F:      drivers/mmc/host/sdhci-xenon*
14115
14116 MARVELL OCTEON CN10K DPI DRIVER
14117 M:      Vamsi Attunuru <[email protected]>
14118 S:      Supported
14119 F:      drivers/misc/mrvl_cn10k_dpi.c
14120
14121 MARVELL OCTEON ENDPOINT VIRTIO DATA PATH ACCELERATOR
14122 R:      [email protected]
14123 R:      [email protected]
14124 F:      drivers/vdpa/octeon_ep/
14125
14126 MARVELL OCTEON HOTPLUG DRIVER
14127 R:      Shijith Thotton <[email protected]>
14128 R:      Vamsi Attunuru <[email protected]>
14129 S:      Supported
14130 F:      drivers/pci/hotplug/octep_hp.c
14131
14132 MATROX FRAMEBUFFER DRIVER
14133 L:      [email protected]
14134 S:      Orphan
14135 F:      drivers/video/fbdev/matrox/matroxfb_*
14136 F:      include/uapi/linux/matroxfb.h
14137
14138 MAX15301 DRIVER
14139 M:      Daniel Nilsson <[email protected]>
14140 L:      [email protected]
14141 S:      Maintained
14142 F:      Documentation/hwmon/max15301.rst
14143 F:      drivers/hwmon/pmbus/max15301.c
14144
14145 MAX2175 SDR TUNER DRIVER
14146 M:      Ramesh Shanmugasundaram <[email protected]>
14147 L:      [email protected]
14148 S:      Maintained
14149 T:      git git://linuxtv.org/media.git
14150 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
14151 F:      Documentation/userspace-api/media/drivers/max2175.rst
14152 F:      drivers/media/i2c/max2175*
14153 F:      include/uapi/linux/max2175.h
14154
14155 MAX31335 RTC DRIVER
14156 M:      Antoniu Miclaus <[email protected]>
14157 L:      [email protected]
14158 S:      Supported
14159 W:      https://ez.analog.com/linux-software-drivers
14160 F:      Documentation/devicetree/bindings/rtc/adi,max31335.yaml
14161 F:      drivers/rtc/rtc-max31335.c
14162
14163 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
14164 L:      [email protected]
14165 S:      Orphan
14166 F:      Documentation/hwmon/max6650.rst
14167 F:      drivers/hwmon/max6650.c
14168
14169 MAX9286 QUAD GMSL DESERIALIZER DRIVER
14170 M:      Jacopo Mondi <[email protected]>
14171 M:      Kieran Bingham <[email protected]>
14172 M:      Laurent Pinchart <[email protected]>
14173 M:      Niklas Söderlund <[email protected]>
14174 L:      [email protected]
14175 S:      Maintained
14176 F:      Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
14177 F:      drivers/media/i2c/max9286.c
14178
14179 MAX96712 QUAD GMSL2 DESERIALIZER DRIVER
14180 M:      Niklas Söderlund <[email protected]>
14181 L:      [email protected]
14182 S:      Maintained
14183 F:      Documentation/devicetree/bindings/media/i2c/maxim,max96712.yaml
14184 F:      drivers/staging/media/max96712/max96712.c
14185
14186 MAX96714 GMSL2 DESERIALIZER DRIVER
14187 M:      Julien Massot <[email protected]>
14188 L:      [email protected]
14189 S:      Maintained
14190 F:      Documentation/devicetree/bindings/media/i2c/maxim,max96714.yaml
14191 F:      drivers/media/i2c/max96714.c
14192
14193 MAX96717 GMSL2 SERIALIZER DRIVER
14194 M:      Julien Massot <[email protected]>
14195 L:      [email protected]
14196 S:      Maintained
14197 F:      Documentation/devicetree/bindings/media/i2c/maxim,max96717.yaml
14198 F:      drivers/media/i2c/max96717.c
14199
14200 MAX9860 MONO AUDIO VOICE CODEC DRIVER
14201 M:      Peter Rosin <[email protected]>
14202 L:      [email protected]
14203 S:      Maintained
14204 F:      Documentation/devicetree/bindings/sound/max9860.txt
14205 F:      sound/soc/codecs/max9860.*
14206
14207 MAXBOTIX ULTRASONIC RANGER IIO DRIVER
14208 M:      Andreas Klinger <[email protected]>
14209 L:      [email protected]
14210 S:      Maintained
14211 F:      Documentation/devicetree/bindings/iio/proximity/maxbotix,mb1232.yaml
14212 F:      drivers/iio/proximity/mb1232.c
14213
14214 MAXIM MAX11205 DRIVER
14215 M:      Ramona Bolboaca <[email protected]>
14216 L:      [email protected]
14217 S:      Supported
14218 W:      https://ez.analog.com/linux-software-drivers
14219 F:      Documentation/devicetree/bindings/iio/adc/maxim,max11205.yaml
14220 F:      drivers/iio/adc/max11205.c
14221
14222 MAXIM MAX17040 FAMILY FUEL GAUGE DRIVERS
14223 R:      Iskren Chernev <[email protected]>
14224 R:      Krzysztof Kozlowski <[email protected]>
14225 R:      Marek Szyprowski <[email protected]>
14226 R:      Matheus Castello <[email protected]>
14227 L:      [email protected]
14228 S:      Maintained
14229 F:      Documentation/devicetree/bindings/power/supply/maxim,max17040.yaml
14230 F:      drivers/power/supply/max17040_battery.c
14231
14232 MAXIM MAX17042 FAMILY FUEL GAUGE DRIVERS
14233 R:      Hans de Goede <[email protected]>
14234 R:      Krzysztof Kozlowski <[email protected]>
14235 R:      Marek Szyprowski <[email protected]>
14236 R:      Sebastian Krzyszkowiak <[email protected]>
14237 R:      Purism Kernel Team <[email protected]>
14238 L:      [email protected]
14239 S:      Maintained
14240 F:      Documentation/devicetree/bindings/power/supply/maxim,max17042.yaml
14241 F:      drivers/power/supply/max17042_battery.c
14242
14243 MAXIM MAX20086 CAMERA POWER PROTECTOR DRIVER
14244 M:      Laurent Pinchart <[email protected]>
14245 L:      [email protected]
14246 S:      Maintained
14247 F:      Documentation/devicetree/bindings/regulator/maxim,max20086.yaml
14248 F:      drivers/regulator/max20086-regulator.c
14249
14250 MAXIM MAX30208 TEMPERATURE SENSOR DRIVER
14251 M:      Rajat Khandelwal <[email protected]>
14252 L:      [email protected]
14253 S:      Maintained
14254 F:      drivers/iio/temperature/max30208.c
14255
14256 MAXIM MAX77650 PMIC MFD DRIVER
14257 M:      Bartosz Golaszewski <[email protected]>
14258 L:      [email protected]
14259 S:      Maintained
14260 F:      Documentation/devicetree/bindings/*/*max77650.yaml
14261 F:      Documentation/devicetree/bindings/*/max77650*.yaml
14262 F:      drivers/gpio/gpio-max77650.c
14263 F:      drivers/input/misc/max77650-onkey.c
14264 F:      drivers/leds/leds-max77650.c
14265 F:      drivers/mfd/max77650.c
14266 F:      drivers/power/supply/max77650-charger.c
14267 F:      drivers/regulator/max77650-regulator.c
14268 F:      include/linux/mfd/max77650.h
14269
14270 MAXIM MAX77714 PMIC MFD DRIVER
14271 M:      Luca Ceresoli <[email protected]>
14272 S:      Maintained
14273 F:      Documentation/devicetree/bindings/mfd/maxim,max77714.yaml
14274 F:      drivers/mfd/max77714.c
14275 F:      include/linux/mfd/max77714.h
14276
14277 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
14278 M:      Javier Martinez Canillas <[email protected]>
14279 L:      [email protected]
14280 S:      Supported
14281 F:      Documentation/devicetree/bindings/*/*max77802.yaml
14282 F:      drivers/regulator/max77802-regulator.c
14283 F:      include/dt-bindings/*/*max77802.h
14284
14285 MAXIM MAX77976 BATTERY CHARGER
14286 M:      Luca Ceresoli <[email protected]>
14287 S:      Supported
14288 F:      Documentation/devicetree/bindings/power/supply/maxim,max77976.yaml
14289 F:      drivers/power/supply/max77976_charger.c
14290
14291 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
14292 M:      Krzysztof Kozlowski <[email protected]>
14293 L:      [email protected]
14294 S:      Maintained
14295 B:      mailto:[email protected]
14296 F:      Documentation/devicetree/bindings/power/supply/maxim,max14577.yaml
14297 F:      Documentation/devicetree/bindings/power/supply/maxim,max77693.yaml
14298 F:      drivers/power/supply/max14577_charger.c
14299 F:      drivers/power/supply/max77693_charger.c
14300
14301 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
14302 M:      Chanwoo Choi <[email protected]>
14303 M:      Krzysztof Kozlowski <[email protected]>
14304 L:      [email protected]
14305 S:      Maintained
14306 B:      mailto:[email protected]
14307 F:      Documentation/devicetree/bindings/*/maxim,max14577.yaml
14308 F:      Documentation/devicetree/bindings/*/maxim,max77686.yaml
14309 F:      Documentation/devicetree/bindings/*/maxim,max77693.yaml
14310 F:      Documentation/devicetree/bindings/*/maxim,max77843.yaml
14311 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
14312 F:      drivers/*/*max77843.c
14313 F:      drivers/*/max14577*.c
14314 F:      drivers/*/max77686*.c
14315 F:      drivers/*/max77693*.c
14316 F:      drivers/clk/clk-max77686.c
14317 F:      drivers/extcon/extcon-max14577.c
14318 F:      drivers/extcon/extcon-max77693.c
14319 F:      drivers/rtc/rtc-max77686.c
14320 F:      include/linux/mfd/max14577*.h
14321 F:      include/linux/mfd/max77686*.h
14322 F:      include/linux/mfd/max77693*.h
14323
14324 MAXIRADIO FM RADIO RECEIVER DRIVER
14325 M:      Hans Verkuil <[email protected]>
14326 L:      [email protected]
14327 S:      Maintained
14328 W:      https://linuxtv.org
14329 T:      git git://linuxtv.org/media.git
14330 F:      drivers/media/radio/radio-maxiradio*
14331
14332 MAXLINEAR ETHERNET PHY DRIVER
14333 M:      Xu Liang <[email protected]>
14334 L:      [email protected]
14335 S:      Supported
14336 F:      drivers/net/phy/mxl-gpy.c
14337
14338 MCAN MMIO DEVICE DRIVER
14339 M:      Chandrasekar Ramakrishnan <[email protected]>
14340 L:      [email protected]
14341 S:      Maintained
14342 F:      Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
14343 F:      drivers/net/can/m_can/m_can.c
14344 F:      drivers/net/can/m_can/m_can.h
14345 F:      drivers/net/can/m_can/m_can_platform.c
14346
14347 MCBA MICROCHIP CAN BUS ANALYZER TOOL DRIVER
14348 R:      Yasushi SHOJI <[email protected]>
14349 L:      [email protected]
14350 S:      Maintained
14351 F:      drivers/net/can/usb/mcba_usb.c
14352
14353 MCP2221A MICROCHIP USB-HID TO I2C BRIDGE DRIVER
14354 M:      Rishi Gupta <[email protected]>
14355 L:      [email protected]
14356 L:      [email protected]
14357 S:      Maintained
14358 F:      drivers/hid/hid-mcp2221.c
14359
14360 MCP251XFD SPI-CAN NETWORK DRIVER
14361 M:      Marc Kleine-Budde <[email protected]>
14362 M:      Manivannan Sadhasivam <[email protected]>
14363 R:      Thomas Kopp <[email protected]>
14364 L:      [email protected]
14365 S:      Maintained
14366 F:      Documentation/devicetree/bindings/net/can/microchip,mcp251xfd.yaml
14367 F:      drivers/net/can/spi/mcp251xfd/
14368
14369 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
14370 M:      Peter Rosin <[email protected]>
14371 L:      [email protected]
14372 S:      Maintained
14373 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
14374 F:      drivers/iio/potentiometer/mcp4018.c
14375 F:      drivers/iio/potentiometer/mcp4531.c
14376
14377 MCP4821 DAC DRIVER
14378 M:      Anshul Dalal <[email protected]>
14379 L:      [email protected]
14380 S:      Maintained
14381 F:      Documentation/devicetree/bindings/iio/dac/microchip,mcp4821.yaml
14382 F:      drivers/iio/dac/mcp4821.c
14383
14384 MCR20A IEEE-802.15.4 RADIO DRIVER
14385 M:      Stefan Schmidt <[email protected]>
14386 L:      [email protected]
14387 S:      Odd Fixes
14388 W:      https://github.com/xueliu/mcr20a-linux
14389 F:      Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
14390 F:      drivers/net/ieee802154/mcr20a.c
14391 F:      drivers/net/ieee802154/mcr20a.h
14392
14393 MDIO REGMAP DRIVER
14394 M:      Maxime Chevallier <[email protected]>
14395 L:      [email protected]
14396 S:      Maintained
14397 F:      drivers/net/mdio/mdio-regmap.c
14398 F:      include/linux/mdio/mdio-regmap.h
14399
14400 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
14401 M:      William Breathitt Gray <[email protected]>
14402 L:      [email protected]
14403 S:      Maintained
14404 F:      drivers/iio/dac/cio-dac.c
14405
14406 MEDIA CONTROLLER FRAMEWORK
14407 M:      Sakari Ailus <[email protected]>
14408 M:      Laurent Pinchart <[email protected]>
14409 L:      [email protected]
14410 S:      Supported
14411 W:      https://www.linuxtv.org
14412 T:      git git://linuxtv.org/media.git
14413 F:      drivers/media/mc/
14414 F:      include/media/media-*.h
14415 F:      include/uapi/linux/media.h
14416
14417 MEDIA DRIVER FOR FREESCALE IMX PXP
14418 M:      Philipp Zabel <[email protected]>
14419 L:      [email protected]
14420 S:      Maintained
14421 T:      git git://linuxtv.org/media.git
14422 F:      drivers/media/platform/nxp/imx-pxp.[ch]
14423
14424 MEDIA DRIVERS FOR ASCOT2E
14425 M:      Abylay Ospan <[email protected]>
14426 L:      [email protected]
14427 S:      Supported
14428 W:      https://linuxtv.org
14429 W:      http://netup.tv/
14430 T:      git git://linuxtv.org/media.git
14431 F:      drivers/media/dvb-frontends/ascot2e*
14432
14433 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
14434 M:      Jasmin Jessich <[email protected]>
14435 L:      [email protected]
14436 S:      Maintained
14437 W:      https://linuxtv.org
14438 T:      git git://linuxtv.org/media.git
14439 F:      drivers/media/dvb-frontends/cxd2099*
14440
14441 MEDIA DRIVERS FOR CXD2841ER
14442 M:      Abylay Ospan <[email protected]>
14443 L:      [email protected]
14444 S:      Supported
14445 W:      https://linuxtv.org
14446 W:      http://netup.tv/
14447 T:      git git://linuxtv.org/media.git
14448 F:      drivers/media/dvb-frontends/cxd2841er*
14449
14450 MEDIA DRIVERS FOR CXD2880
14451 M:      Yasunari Takiguchi <[email protected]>
14452 L:      [email protected]
14453 S:      Supported
14454 W:      http://linuxtv.org/
14455 T:      git git://linuxtv.org/media.git
14456 F:      drivers/media/dvb-frontends/cxd2880/*
14457 F:      drivers/media/spi/cxd2880*
14458
14459 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
14460 L:      [email protected]
14461 S:      Orphan
14462 W:      https://linuxtv.org
14463 T:      git git://linuxtv.org/media.git
14464 F:      drivers/media/pci/ddbridge/*
14465
14466 MEDIA DRIVERS FOR FREESCALE IMX
14467 M:      Steve Longerbeam <[email protected]>
14468 M:      Philipp Zabel <[email protected]>
14469 L:      [email protected]
14470 S:      Maintained
14471 T:      git git://linuxtv.org/media.git
14472 F:      Documentation/admin-guide/media/imx.rst
14473 F:      Documentation/devicetree/bindings/media/imx.txt
14474 F:      drivers/staging/media/imx/
14475 F:      include/linux/imx-media.h
14476 F:      include/media/imx.h
14477
14478 MEDIA DRIVERS FOR FREESCALE IMX7/8
14479 M:      Rui Miguel Silva <[email protected]>
14480 M:      Laurent Pinchart <[email protected]>
14481 M:      Martin Kepplinger <[email protected]>
14482 R:      Purism Kernel Team <[email protected]>
14483 L:      [email protected]
14484 S:      Maintained
14485 T:      git git://linuxtv.org/media.git
14486 F:      Documentation/admin-guide/media/imx7.rst
14487 F:      Documentation/devicetree/bindings/media/nxp,imx-mipi-csi2.yaml
14488 F:      Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
14489 F:      Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
14490 F:      drivers/media/platform/nxp/imx-mipi-csis.c
14491 F:      drivers/media/platform/nxp/imx7-media-csi.c
14492 F:      drivers/media/platform/nxp/imx8mq-mipi-csi2.c
14493
14494 MEDIA DRIVERS FOR HELENE
14495 M:      Abylay Ospan <[email protected]>
14496 L:      [email protected]
14497 S:      Supported
14498 W:      https://linuxtv.org
14499 W:      http://netup.tv/
14500 T:      git git://linuxtv.org/media.git
14501 F:      drivers/media/dvb-frontends/helene*
14502
14503 MEDIA DRIVERS FOR HORUS3A
14504 M:      Abylay Ospan <[email protected]>
14505 L:      [email protected]
14506 S:      Supported
14507 W:      https://linuxtv.org
14508 W:      http://netup.tv/
14509 T:      git git://linuxtv.org/media.git
14510 F:      drivers/media/dvb-frontends/horus3a*
14511
14512 MEDIA DRIVERS FOR LNBH25
14513 M:      Abylay Ospan <[email protected]>
14514 L:      [email protected]
14515 S:      Supported
14516 W:      https://linuxtv.org
14517 W:      http://netup.tv/
14518 T:      git git://linuxtv.org/media.git
14519 F:      drivers/media/dvb-frontends/lnbh25*
14520
14521 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
14522 L:      [email protected]
14523 S:      Orphan
14524 W:      https://linuxtv.org
14525 T:      git git://linuxtv.org/media.git
14526 F:      drivers/media/dvb-frontends/mxl5xx*
14527
14528 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
14529 M:      Abylay Ospan <[email protected]>
14530 L:      [email protected]
14531 S:      Supported
14532 W:      https://linuxtv.org
14533 W:      http://netup.tv/
14534 T:      git git://linuxtv.org/media.git
14535 F:      drivers/media/pci/netup_unidvb/*
14536
14537 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
14538 M:      Dmitry Osipenko <[email protected]>
14539 L:      [email protected]
14540 L:      [email protected]
14541 S:      Maintained
14542 T:      git git://linuxtv.org/media.git
14543 F:      Documentation/devicetree/bindings/media/nvidia,tegra-vde.yaml
14544 F:      drivers/media/platform/nvidia/tegra-vde/
14545
14546 MEDIA DRIVERS FOR RENESAS - CEU
14547 M:      Jacopo Mondi <[email protected]>
14548 L:      [email protected]
14549 L:      [email protected]
14550 S:      Supported
14551 T:      git git://linuxtv.org/media.git
14552 F:      Documentation/devicetree/bindings/media/renesas,ceu.yaml
14553 F:      drivers/media/platform/renesas/renesas-ceu.c
14554 F:      include/media/drv-intf/renesas-ceu.h
14555
14556 MEDIA DRIVERS FOR RENESAS - DRIF
14557 M:      Fabrizio Castro <[email protected]>
14558 L:      [email protected]
14559 L:      [email protected]
14560 S:      Supported
14561 T:      git git://linuxtv.org/media.git
14562 F:      Documentation/devicetree/bindings/media/renesas,drif.yaml
14563 F:      drivers/media/platform/renesas/rcar_drif.c
14564
14565 MEDIA DRIVERS FOR RENESAS - FCP
14566 M:      Laurent Pinchart <[email protected]>
14567 L:      [email protected]
14568 L:      [email protected]
14569 S:      Supported
14570 T:      git git://linuxtv.org/media.git
14571 F:      Documentation/devicetree/bindings/media/renesas,fcp.yaml
14572 F:      drivers/media/platform/renesas/rcar-fcp.c
14573 F:      include/media/rcar-fcp.h
14574
14575 MEDIA DRIVERS FOR RENESAS - FDP1
14576 M:      Kieran Bingham <[email protected]>
14577 L:      [email protected]
14578 L:      [email protected]
14579 S:      Supported
14580 T:      git git://linuxtv.org/media.git
14581 F:      Documentation/devicetree/bindings/media/renesas,fdp1.yaml
14582 F:      drivers/media/platform/renesas/rcar_fdp1.c
14583
14584 MEDIA DRIVERS FOR RENESAS - VIN
14585 M:      Niklas Söderlund <[email protected]>
14586 L:      [email protected]
14587 L:      [email protected]
14588 S:      Supported
14589 T:      git git://linuxtv.org/media.git
14590 F:      Documentation/devicetree/bindings/media/renesas,csi2.yaml
14591 F:      Documentation/devicetree/bindings/media/renesas,isp.yaml
14592 F:      Documentation/devicetree/bindings/media/renesas,vin.yaml
14593 F:      drivers/media/platform/renesas/rcar-csi2.c
14594 F:      drivers/media/platform/renesas/rcar-isp.c
14595 F:      drivers/media/platform/renesas/rcar-vin/
14596
14597 MEDIA DRIVERS FOR RENESAS - VSP1
14598 M:      Laurent Pinchart <[email protected]>
14599 M:      Kieran Bingham <[email protected]>
14600 L:      [email protected]
14601 L:      [email protected]
14602 S:      Supported
14603 T:      git git://linuxtv.org/media.git
14604 F:      Documentation/devicetree/bindings/media/renesas,vsp1.yaml
14605 F:      drivers/media/platform/renesas/vsp1/
14606
14607 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
14608 L:      [email protected]
14609 S:      Orphan
14610 W:      https://linuxtv.org
14611 T:      git git://linuxtv.org/media.git
14612 F:      drivers/media/dvb-frontends/stv0910*
14613
14614 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
14615 L:      [email protected]
14616 S:      Orphan
14617 W:      https://linuxtv.org
14618 T:      git git://linuxtv.org/media.git
14619 F:      drivers/media/dvb-frontends/stv6111*
14620
14621 MEDIA DRIVERS FOR STM32 - CSI
14622 M:      Alain Volmat <[email protected]>
14623 L:      [email protected]
14624 S:      Supported
14625 T:      git git://linuxtv.org/media_tree.git
14626 F:      Documentation/devicetree/bindings/media/st,stm32mp25-csi.yaml
14627 F:      drivers/media/platform/st/stm32/stm32-csi.c
14628
14629 MEDIA DRIVERS FOR STM32 - DCMI / DCMIPP
14630 M:      Hugues Fruchet <[email protected]>
14631 M:      Alain Volmat <[email protected]>
14632 L:      [email protected]
14633 S:      Supported
14634 T:      git git://linuxtv.org/media.git
14635 F:      Documentation/devicetree/bindings/media/st,stm32-dcmi.yaml
14636 F:      Documentation/devicetree/bindings/media/st,stm32-dcmipp.yaml
14637 F:      drivers/media/platform/st/stm32/stm32-dcmi.c
14638 F:      drivers/media/platform/st/stm32/stm32-dcmipp/*
14639
14640 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
14641 M:      Mauro Carvalho Chehab <[email protected]>
14642 L:      [email protected]
14643 S:      Maintained
14644 W:      https://linuxtv.org
14645 Q:      http://patchwork.kernel.org/project/linux-media/list/
14646 T:      git git://linuxtv.org/media.git
14647 F:      Documentation/admin-guide/media/
14648 F:      Documentation/devicetree/bindings/media/
14649 F:      Documentation/driver-api/media/
14650 F:      Documentation/userspace-api/media/
14651 F:      drivers/media/
14652 F:      drivers/staging/media/
14653 F:      include/dt-bindings/media/
14654 F:      include/linux/platform_data/media/
14655 F:      include/media/
14656 F:      include/uapi/linux/dvb/
14657 F:      include/uapi/linux/ivtv*
14658 F:      include/uapi/linux/media.h
14659 F:      include/uapi/linux/uvcvideo.h
14660 F:      include/uapi/linux/v4l2-*
14661 F:      include/uapi/linux/videodev2.h
14662
14663 MEDIATEK BLUETOOTH DRIVER
14664 M:      Sean Wang <[email protected]>
14665 L:      [email protected]
14666 L:      [email protected] (moderated for non-subscribers)
14667 S:      Maintained
14668 F:      Documentation/devicetree/bindings/net/bluetooth/mediatek,bluetooth.txt
14669 F:      Documentation/devicetree/bindings/net/bluetooth/mediatek,mt7921s-bluetooth.yaml
14670 F:      drivers/bluetooth/btmtkuart.c
14671
14672 MEDIATEK BOARD LEVEL SHUTDOWN DRIVERS
14673 M:      Sen Chu <[email protected]>
14674 M:      Sean Wang <[email protected]>
14675 M:      Macpaul Lin <[email protected]>
14676 L:      [email protected]
14677 S:      Maintained
14678 F:      Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml
14679 F:      drivers/power/reset/mt6323-poweroff.c
14680
14681 MEDIATEK CIR DRIVER
14682 M:      Sean Wang <[email protected]>
14683 S:      Maintained
14684 F:      drivers/media/rc/mtk-cir.c
14685
14686 MEDIATEK DMA DRIVER
14687 M:      Sean Wang <[email protected]>
14688 L:      [email protected]
14689 L:      [email protected] (moderated for non-subscribers)
14690 L:      [email protected] (moderated for non-subscribers)
14691 S:      Maintained
14692 F:      Documentation/devicetree/bindings/dma/mediatek,*
14693 F:      drivers/dma/mediatek/
14694
14695 MEDIATEK ETHERNET DRIVER
14696 M:      Felix Fietkau <[email protected]>
14697 M:      Sean Wang <[email protected]>
14698 M:      Lorenzo Bianconi <[email protected]>
14699 L:      [email protected]
14700 S:      Maintained
14701 F:      drivers/net/ethernet/mediatek/
14702
14703 MEDIATEK ETHERNET PCS DRIVER
14704 M:      Alexander Couzens <[email protected]>
14705 M:      Daniel Golle <[email protected]>
14706 L:      [email protected]
14707 S:      Maintained
14708 F:      drivers/net/pcs/pcs-mtk-lynxi.c
14709 F:      include/linux/pcs/pcs-mtk-lynxi.h
14710
14711 MEDIATEK ETHERNET PHY DRIVERS
14712 M:      Daniel Golle <[email protected]>
14713 M:      Qingfang Deng <[email protected]>
14714 M:      SkyLake Huang <[email protected]>
14715 L:      [email protected]
14716 S:      Maintained
14717 F:      drivers/net/phy/mediatek/mtk-ge-soc.c
14718 F:      drivers/net/phy/mediatek/mtk-phy-lib.c
14719 F:      drivers/net/phy/mediatek/mtk-ge.c
14720 F:      drivers/net/phy/mediatek/mtk.h
14721 F:      drivers/phy/mediatek/phy-mtk-xfi-tphy.c
14722
14723 MEDIATEK I2C CONTROLLER DRIVER
14724 M:      Qii Wang <[email protected]>
14725 L:      [email protected]
14726 S:      Maintained
14727 F:      Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
14728 F:      drivers/i2c/busses/i2c-mt65xx.c
14729
14730 MEDIATEK IOMMU DRIVER
14731 M:      Yong Wu <[email protected]>
14732 L:      [email protected]
14733 L:      [email protected] (moderated for non-subscribers)
14734 S:      Supported
14735 F:      Documentation/devicetree/bindings/iommu/mediatek*
14736 F:      drivers/iommu/mtk_iommu*
14737 F:      include/dt-bindings/memory/mediatek,mt*-port.h
14738 F:      include/dt-bindings/memory/mt*-port.h
14739
14740 MEDIATEK JPEG DRIVER
14741 M:      Bin Liu <[email protected]>
14742 S:      Supported
14743 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-*.yaml
14744 F:      drivers/media/platform/mediatek/jpeg/
14745
14746 MEDIATEK KEYPAD DRIVER
14747 M:      Mattijs Korpershoek <[email protected]>
14748 S:      Supported
14749 F:      Documentation/devicetree/bindings/input/mediatek,mt6779-keypad.yaml
14750 F:      drivers/input/keyboard/mt6779-keypad.c
14751
14752 MEDIATEK MDP DRIVER
14753 M:      Minghsiu Tsai <[email protected]>
14754 M:      Houlong Wei <[email protected]>
14755 M:      Andrew-CT Chen <[email protected]>
14756 S:      Supported
14757 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
14758 F:      drivers/media/platform/mediatek/mdp/
14759 F:      drivers/media/platform/mediatek/vpu/
14760
14761 MEDIATEK MEDIA DRIVER
14762 M:      Tiffany Lin <[email protected]>
14763 M:      Andrew-CT Chen <[email protected]>
14764 M:      Yunfei Dong <[email protected]>
14765 S:      Supported
14766 F:      Documentation/devicetree/bindings/media/mediatek,vcodec*.yaml
14767 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
14768 F:      drivers/media/platform/mediatek/vcodec/
14769 F:      drivers/media/platform/mediatek/vpu/
14770
14771 MEDIATEK MIPI-CSI CDPHY DRIVER
14772 M:      Julien Stephan <[email protected]>
14773 M:      Andy Hsieh <[email protected]>
14774 S:      Supported
14775 F:      Documentation/devicetree/bindings/phy/mediatek,mt8365-csi-rx.yaml
14776 F:      drivers/phy/mediatek/phy-mtk-mipi-csi-0-5*
14777
14778 MEDIATEK MMC/SD/SDIO DRIVER
14779 M:      Chaotian Jing <[email protected]>
14780 S:      Maintained
14781 F:      Documentation/devicetree/bindings/mmc/mtk-sd.yaml
14782 F:      drivers/mmc/host/mtk-sd.c
14783
14784 MEDIATEK MT6735 CLOCK & RESET DRIVERS
14785 M:      Yassine Oudjana <[email protected]>
14786 L:      [email protected]
14787 L:      [email protected] (moderated for non-subscribers)
14788 S:      Maintained
14789 F:      drivers/clk/mediatek/clk-mt6735-apmixedsys.c
14790 F:      drivers/clk/mediatek/clk-mt6735-imgsys.c
14791 F:      drivers/clk/mediatek/clk-mt6735-infracfg.c
14792 F:      drivers/clk/mediatek/clk-mt6735-mfgcfg.c
14793 F:      drivers/clk/mediatek/clk-mt6735-pericfg.c
14794 F:      drivers/clk/mediatek/clk-mt6735-topckgen.c
14795 F:      drivers/clk/mediatek/clk-mt6735-vdecsys.c
14796 F:      drivers/clk/mediatek/clk-mt6735-vencsys.c
14797 F:      include/dt-bindings/clock/mediatek,mt6735-apmixedsys.h
14798 F:      include/dt-bindings/clock/mediatek,mt6735-imgsys.h
14799 F:      include/dt-bindings/clock/mediatek,mt6735-infracfg.h
14800 F:      include/dt-bindings/clock/mediatek,mt6735-mfgcfg.h
14801 F:      include/dt-bindings/clock/mediatek,mt6735-pericfg.h
14802 F:      include/dt-bindings/clock/mediatek,mt6735-topckgen.h
14803 F:      include/dt-bindings/clock/mediatek,mt6735-vdecsys.h
14804 F:      include/dt-bindings/clock/mediatek,mt6735-vencsys.h
14805 F:      include/dt-bindings/reset/mediatek,mt6735-infracfg.h
14806 F:      include/dt-bindings/reset/mediatek,mt6735-mfgcfg.h
14807 F:      include/dt-bindings/reset/mediatek,mt6735-pericfg.h
14808 F:      include/dt-bindings/reset/mediatek,mt6735-vdecsys.h
14809
14810 MEDIATEK MT76 WIRELESS LAN DRIVER
14811 M:      Felix Fietkau <[email protected]>
14812 M:      Lorenzo Bianconi <[email protected]>
14813 M:      Ryder Lee <[email protected]>
14814 R:      Shayne Chen <[email protected]>
14815 R:      Sean Wang <[email protected]>
14816 L:      [email protected]
14817 S:      Maintained
14818 T:      git https://github.com/nbd168/wireless
14819 F:      Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
14820 F:      drivers/net/wireless/mediatek/mt76/
14821
14822 MEDIATEK MT7601U WIRELESS LAN DRIVER
14823 M:      Jakub Kicinski <[email protected]>
14824 L:      [email protected]
14825 S:      Maintained
14826 F:      drivers/net/wireless/mediatek/mt7601u/
14827
14828 MEDIATEK MT7621 CLOCK DRIVER
14829 M:      Sergio Paracuellos <[email protected]>
14830 S:      Maintained
14831 F:      Documentation/devicetree/bindings/clock/mediatek,mt7621-sysc.yaml
14832 F:      drivers/clk/ralink/clk-mt7621.c
14833
14834 MEDIATEK MT7621 PCIE CONTROLLER DRIVER
14835 M:      Sergio Paracuellos <[email protected]>
14836 S:      Maintained
14837 F:      Documentation/devicetree/bindings/pci/mediatek,mt7621-pcie.yaml
14838 F:      drivers/pci/controller/pcie-mt7621.c
14839
14840 MEDIATEK MT7621 PHY PCI DRIVER
14841 M:      Sergio Paracuellos <[email protected]>
14842 S:      Maintained
14843 F:      Documentation/devicetree/bindings/phy/mediatek,mt7621-pci-phy.yaml
14844 F:      drivers/phy/ralink/phy-mt7621-pci.c
14845
14846 MEDIATEK MT7621/28/88 I2C DRIVER
14847 M:      Stefan Roese <[email protected]>
14848 L:      [email protected]
14849 S:      Maintained
14850 F:      Documentation/devicetree/bindings/i2c/mediatek,mt7621-i2c.yaml
14851 F:      drivers/i2c/busses/i2c-mt7621.c
14852
14853 MEDIATEK MTMIPS CLOCK DRIVER
14854 M:      Sergio Paracuellos <[email protected]>
14855 S:      Maintained
14856 F:      Documentation/devicetree/bindings/clock/mediatek,mtmips-sysc.yaml
14857 F:      drivers/clk/ralink/clk-mtmips.c
14858
14859 MEDIATEK NAND CONTROLLER DRIVER
14860 L:      [email protected]
14861 S:      Orphan
14862 F:      Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml
14863 F:      drivers/mtd/nand/raw/mtk_*
14864
14865 MEDIATEK PMIC LED DRIVER
14866 M:      Sen Chu <[email protected]>
14867 M:      Sean Wang <[email protected]>
14868 M:      Macpaul Lin <[email protected]>
14869 S:      Maintained
14870 F:      Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml
14871 F:      drivers/leds/leds-mt6323.c
14872
14873 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
14874 M:      Sean Wang <[email protected]>
14875 S:      Maintained
14876 F:      drivers/char/hw_random/mtk-rng.c
14877
14878 MEDIATEK SMI DRIVER
14879 M:      Yong Wu <[email protected]>
14880 L:      [email protected] (moderated for non-subscribers)
14881 S:      Supported
14882 F:      Documentation/devicetree/bindings/memory-controllers/mediatek,smi*
14883 F:      drivers/memory/mtk-smi.c
14884 F:      include/soc/mediatek/smi.h
14885
14886 MEDIATEK SWITCH DRIVER
14887 M:      Chester A. Unal <[email protected]>
14888 M:      Daniel Golle <[email protected]>
14889 M:      DENG Qingfang <[email protected]>
14890 M:      Sean Wang <[email protected]>
14891 L:      [email protected]
14892 S:      Maintained
14893 F:      drivers/net/dsa/mt7530-mdio.c
14894 F:      drivers/net/dsa/mt7530-mmio.c
14895 F:      drivers/net/dsa/mt7530.*
14896 F:      net/dsa/tag_mtk.c
14897
14898 MEDIATEK T7XX 5G WWAN MODEM DRIVER
14899 M:      Chandrashekar Devegowda <[email protected]>
14900 R:      Chiranjeevi Rapolu <[email protected]>
14901 R:      Liu Haijun <[email protected]>
14902 R:      M Chetan Kumar <[email protected]>
14903 R:      Ricardo Martinez <[email protected]>
14904 L:      [email protected]
14905 S:      Supported
14906 F:      drivers/net/wwan/t7xx/
14907
14908 MEDIATEK USB3 DRD IP DRIVER
14909 M:      Chunfeng Yun <[email protected]>
14910 L:      [email protected]
14911 L:      [email protected] (moderated for non-subscribers)
14912 L:      [email protected] (moderated for non-subscribers)
14913 S:      Maintained
14914 F:      Documentation/devicetree/bindings/usb/mediatek,*
14915 F:      drivers/usb/host/xhci-mtk*
14916 F:      drivers/usb/mtu3/
14917
14918 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
14919 M:      Peter Senna Tschudin <[email protected]>
14920 M:      Ian Ray <[email protected]>
14921 M:      Martyn Welch <[email protected]>
14922 S:      Maintained
14923 F:      Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
14924 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
14925
14926 MEGARAID SCSI/SAS DRIVERS
14927 M:      Kashyap Desai <[email protected]>
14928 M:      Sumit Saxena <[email protected]>
14929 M:      Shivasharan S <[email protected]>
14930 M:      Chandrakanth patil <[email protected]>
14931 L:      [email protected]
14932 L:      [email protected]
14933 S:      Maintained
14934 W:      http://www.avagotech.com/support/
14935 F:      Documentation/scsi/megaraid.rst
14936 F:      drivers/scsi/megaraid.*
14937 F:      drivers/scsi/megaraid/
14938
14939 MELEXIS MLX90614 DRIVER
14940 M:      Crt Mori <[email protected]>
14941 L:      [email protected]
14942 S:      Supported
14943 W:      http://www.melexis.com
14944 F:      drivers/iio/temperature/mlx90614.c
14945
14946 MELEXIS MLX90632 DRIVER
14947 M:      Crt Mori <[email protected]>
14948 L:      [email protected]
14949 S:      Supported
14950 W:      http://www.melexis.com
14951 F:      drivers/iio/temperature/mlx90632.c
14952
14953 MELEXIS MLX90635 DRIVER
14954 M:      Crt Mori <[email protected]>
14955 L:      [email protected]
14956 S:      Supported
14957 W:      http://www.melexis.com
14958 F:      drivers/iio/temperature/mlx90635.c
14959
14960 MELFAS MIP4 TOUCHSCREEN DRIVER
14961 M:      Sangwon Jee <[email protected]>
14962 S:      Supported
14963 W:      http://www.melfas.com
14964 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
14965 F:      drivers/input/touchscreen/melfas_mip4.c
14966
14967 MELLANOX BLUEFIELD I2C DRIVER
14968 M:      Khalil Blaiech <[email protected]>
14969 M:      Asmaa Mnebhi <[email protected]>
14970 L:      [email protected]
14971 S:      Supported
14972 F:      drivers/i2c/busses/i2c-mlxbf.c
14973
14974 MELLANOX ETHERNET DRIVER (mlx4_en)
14975 M:      Tariq Toukan <[email protected]>
14976 L:      [email protected]
14977 S:      Maintained
14978 W:      https://www.nvidia.com/networking/
14979 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
14980 F:      drivers/net/ethernet/mellanox/mlx4/en_*
14981
14982 MELLANOX ETHERNET DRIVER (mlx5e)
14983 M:      Saeed Mahameed <[email protected]>
14984 M:      Tariq Toukan <[email protected]>
14985 L:      [email protected]
14986 S:      Maintained
14987 W:      https://www.nvidia.com/networking/
14988 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
14989 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
14990
14991 MELLANOX ETHERNET INNOVA DRIVERS
14992 R:      Boris Pismenny <[email protected]>
14993 L:      [email protected]
14994 S:      Maintained
14995 W:      https://www.nvidia.com/networking/
14996 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
14997 F:      drivers/net/ethernet/mellanox/mlx5/core/en_accel/*
14998 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
14999 F:      include/linux/mlx5/mlx5_ifc_fpga.h
15000
15001 MELLANOX ETHERNET SWITCH DRIVERS
15002 M:      Ido Schimmel <[email protected]>
15003 M:      Petr Machata <[email protected]>
15004 L:      [email protected]
15005 S:      Supported
15006 W:      https://www.nvidia.com/networking/
15007 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
15008 F:      drivers/net/ethernet/mellanox/mlxsw/
15009 F:      tools/testing/selftests/drivers/net/mlxsw/
15010
15011 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
15012 M:      [email protected]
15013 L:      [email protected]
15014 S:      Supported
15015 W:      https://www.nvidia.com/networking/
15016 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
15017 F:      drivers/net/ethernet/mellanox/mlxfw/
15018
15019 MELLANOX HARDWARE PLATFORM SUPPORT
15020 M:      Hans de Goede <[email protected]>
15021 M:      Ilpo Järvinen <[email protected]>
15022 M:      Vadim Pasternak <[email protected]>
15023 L:      [email protected]
15024 S:      Supported
15025 F:      Documentation/ABI/testing/sysfs-platform-mellanox-bootctl
15026 F:      drivers/platform/mellanox/
15027 F:      include/linux/platform_data/mlxreg.h
15028
15029 MELLANOX MLX4 core VPI driver
15030 M:      Tariq Toukan <[email protected]>
15031 L:      [email protected]
15032 L:      [email protected]
15033 S:      Maintained
15034 W:      https://www.nvidia.com/networking/
15035 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
15036 F:      drivers/net/ethernet/mellanox/mlx4/
15037 F:      include/linux/mlx4/
15038
15039 MELLANOX MLX4 IB driver
15040 M:      Yishai Hadas <[email protected]>
15041 L:      [email protected]
15042 S:      Supported
15043 W:      https://www.nvidia.com/networking/
15044 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
15045 F:      drivers/infiniband/hw/mlx4/
15046 F:      include/linux/mlx4/
15047 F:      include/uapi/rdma/mlx4-abi.h
15048
15049 MELLANOX MLX5 core VPI driver
15050 M:      Saeed Mahameed <[email protected]>
15051 M:      Leon Romanovsky <[email protected]>
15052 M:      Tariq Toukan <[email protected]>
15053 L:      [email protected]
15054 L:      [email protected]
15055 S:      Maintained
15056 W:      https://www.nvidia.com/networking/
15057 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
15058 F:      Documentation/networking/device_drivers/ethernet/mellanox/
15059 F:      drivers/net/ethernet/mellanox/mlx5/core/
15060 F:      include/linux/mlx5/
15061
15062 MELLANOX MLX5 IB driver
15063 M:      Leon Romanovsky <[email protected]>
15064 L:      [email protected]
15065 S:      Supported
15066 W:      https://www.nvidia.com/networking/
15067 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
15068 F:      drivers/infiniband/hw/mlx5/
15069 F:      include/linux/mlx5/
15070 F:      include/uapi/rdma/mlx5-abi.h
15071
15072 MELLANOX MLX5 VDPA DRIVER
15073 M:      Dragos Tatulea <[email protected]>
15074 L:      [email protected]
15075 S:      Supported
15076 F:      drivers/vdpa/mlx5/
15077
15078 MELLANOX MLXCPLD I2C AND MUX DRIVER
15079 M:      Vadim Pasternak <[email protected]>
15080 M:      Michael Shych <[email protected]>
15081 L:      [email protected]
15082 S:      Supported
15083 F:      Documentation/i2c/busses/i2c-mlxcpld.rst
15084 F:      drivers/i2c/busses/i2c-mlxcpld.c
15085 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
15086
15087 MELLANOX MLXCPLD LED DRIVER
15088 M:      Vadim Pasternak <[email protected]>
15089 L:      [email protected]
15090 S:      Supported
15091 F:      Documentation/leds/leds-mlxcpld.rst
15092 F:      drivers/leds/leds-mlxcpld.c
15093 F:      drivers/leds/leds-mlxreg.c
15094
15095 MELLANOX PLATFORM DRIVER
15096 M:      Vadim Pasternak <[email protected]>
15097 L:      [email protected]
15098 S:      Supported
15099 F:      drivers/platform/x86/mlx-platform.c
15100
15101 MEMBARRIER SUPPORT
15102 M:      Mathieu Desnoyers <[email protected]>
15103 M:      "Paul E. McKenney" <[email protected]>
15104 L:      [email protected]
15105 S:      Supported
15106 F:      Documentation/scheduler/membarrier.rst
15107 F:      arch/*/include/asm/membarrier.h
15108 F:      arch/*/include/asm/sync_core.h
15109 F:      include/uapi/linux/membarrier.h
15110 F:      kernel/sched/membarrier.c
15111
15112 MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION
15113 M:      Mike Rapoport <[email protected]>
15114 L:      [email protected]
15115 S:      Maintained
15116 F:      Documentation/core-api/boot-time-mm.rst
15117 F:      include/linux/memblock.h
15118 F:      mm/memblock.c
15119 F:      mm/mm_init.c
15120 F:      tools/testing/memblock/
15121
15122 MEMORY ALLOCATION PROFILING
15123 M:      Suren Baghdasaryan <[email protected]>
15124 M:      Kent Overstreet <[email protected]>
15125 L:      [email protected]
15126 S:      Maintained
15127 F:      Documentation/mm/allocation-profiling.rst
15128 F:      include/linux/alloc_tag.h
15129 F:      include/linux/pgalloc_tag.h
15130 F:      lib/alloc_tag.c
15131
15132 MEMORY CONTROLLER DRIVERS
15133 M:      Krzysztof Kozlowski <[email protected]>
15134 L:      [email protected]
15135 S:      Maintained
15136 B:      mailto:[email protected]
15137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git
15138 F:      Documentation/devicetree/bindings/memory-controllers/
15139 F:      drivers/memory/
15140 F:      include/dt-bindings/memory/
15141 F:      include/memory/
15142
15143 MEMORY FREQUENCY SCALING DRIVERS FOR NVIDIA TEGRA
15144 M:      Dmitry Osipenko <[email protected]>
15145 L:      [email protected]
15146 L:      [email protected]
15147 S:      Maintained
15148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux.git
15149 F:      drivers/devfreq/tegra30-devfreq.c
15150
15151 MEMORY HOT(UN)PLUG
15152 M:      David Hildenbrand <[email protected]>
15153 M:      Oscar Salvador <[email protected]>
15154 L:      [email protected]
15155 S:      Maintained
15156 F:      Documentation/admin-guide/mm/memory-hotplug.rst
15157 F:      Documentation/core-api/memory-hotplug.rst
15158 F:      drivers/base/memory.c
15159 F:      include/linux/memory_hotplug.h
15160 F:      mm/memory_hotplug.c
15161 F:      tools/testing/selftests/memory-hotplug/
15162
15163 MEMORY MANAGEMENT
15164 M:      Andrew Morton <[email protected]>
15165 L:      [email protected]
15166 S:      Maintained
15167 W:      http://www.linux-mm.org
15168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15169 T:      quilt git://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new
15170 F:      Documentation/admin-guide/mm/
15171 F:      Documentation/mm/
15172 F:      include/linux/gfp.h
15173 F:      include/linux/gfp_types.h
15174 F:      include/linux/memfd.h
15175 F:      include/linux/memory.h
15176 F:      include/linux/memory_hotplug.h
15177 F:      include/linux/memory-tiers.h
15178 F:      include/linux/mempolicy.h
15179 F:      include/linux/mempool.h
15180 F:      include/linux/memremap.h
15181 F:      include/linux/mm.h
15182 F:      include/linux/mm_*.h
15183 F:      include/linux/mmzone.h
15184 F:      include/linux/mmu_notifier.h
15185 F:      include/linux/pagewalk.h
15186 F:      include/linux/rmap.h
15187 F:      include/trace/events/ksm.h
15188 F:      mm/
15189 F:      tools/mm/
15190 F:      tools/testing/selftests/mm/
15191 N:      include/linux/page[-_]*
15192
15193 MEMORY MAPPING
15194 M:      Andrew Morton <[email protected]>
15195 M:      Liam R. Howlett <[email protected]>
15196 M:      Lorenzo Stoakes <[email protected]>
15197 R:      Vlastimil Babka <[email protected]>
15198 R:      Jann Horn <[email protected]>
15199 L:      [email protected]
15200 S:      Maintained
15201 W:      http://www.linux-mm.org
15202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
15203 F:      mm/mlock.c
15204 F:      mm/mmap.c
15205 F:      mm/mprotect.c
15206 F:      mm/mremap.c
15207 F:      mm/mseal.c
15208 F:      mm/vma.c
15209 F:      mm/vma.h
15210 F:      mm/vma_internal.h
15211 F:      tools/testing/vma/
15212
15213 MEMORY TECHNOLOGY DEVICES (MTD)
15214 M:      Miquel Raynal <[email protected]>
15215 M:      Richard Weinberger <[email protected]>
15216 M:      Vignesh Raghavendra <[email protected]>
15217 L:      [email protected]
15218 S:      Maintained
15219 W:      http://www.linux-mtd.infradead.org/
15220 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
15221 C:      irc://irc.oftc.net/mtd
15222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes
15223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next
15224 F:      Documentation/devicetree/bindings/mtd/
15225 F:      drivers/mtd/
15226 F:      include/linux/mtd/
15227 F:      include/uapi/mtd/
15228
15229 MEN A21 WATCHDOG DRIVER
15230 M:      Johannes Thumshirn <[email protected]>
15231 L:      [email protected]
15232 S:      Maintained
15233 F:      drivers/watchdog/mena21_wdt.c
15234
15235 MEN CHAMELEON BUS (mcb)
15236 M:      Johannes Thumshirn <[email protected]>
15237 S:      Maintained
15238 F:      Documentation/driver-api/men-chameleon-bus.rst
15239 F:      drivers/mcb/
15240 F:      include/linux/mcb.h
15241
15242 MEN F21BMC (Board Management Controller)
15243 M:      Andreas Werner <[email protected]>
15244 S:      Supported
15245 F:      Documentation/hwmon/menf21bmc.rst
15246 F:      drivers/hwmon/menf21bmc_hwmon.c
15247 F:      drivers/leds/leds-menf21bmc.c
15248 F:      drivers/mfd/menf21bmc.c
15249 F:      drivers/watchdog/menf21bmc_wdt.c
15250
15251 MEN Z069 WATCHDOG DRIVER
15252 M:      Johannes Thumshirn <[email protected]>
15253 L:      [email protected]
15254 S:      Maintained
15255 F:      drivers/watchdog/menz69_wdt.c
15256
15257 MESON AO CEC DRIVER FOR AMLOGIC SOCS
15258 M:      Neil Armstrong <[email protected]>
15259 L:      [email protected]
15260 L:      [email protected]
15261 S:      Supported
15262 W:      http://linux-meson.com/
15263 T:      git git://linuxtv.org/media.git
15264 F:      Documentation/devicetree/bindings/media/cec/amlogic,meson-gx-ao-cec.yaml
15265 F:      drivers/media/cec/platform/meson/ao-cec-g12a.c
15266 F:      drivers/media/cec/platform/meson/ao-cec.c
15267
15268 MESON GE2D DRIVER FOR AMLOGIC SOCS
15269 M:      Neil Armstrong <[email protected]>
15270 L:      [email protected]
15271 L:      [email protected]
15272 S:      Supported
15273 T:      git git://linuxtv.org/media.git
15274 F:      Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml
15275 F:      drivers/media/platform/amlogic/meson-ge2d/
15276
15277 MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
15278 M:      Liang Yang <[email protected]>
15279 L:      [email protected]
15280 S:      Maintained
15281 F:      Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
15282 F:      drivers/mtd/nand/raw/meson_*
15283
15284 MESON VIDEO DECODER DRIVER FOR AMLOGIC SOCS
15285 M:      Neil Armstrong <[email protected]>
15286 L:      [email protected]
15287 L:      [email protected]
15288 S:      Supported
15289 T:      git git://linuxtv.org/media.git
15290 F:      Documentation/devicetree/bindings/media/amlogic,gx-vdec.yaml
15291 F:      drivers/staging/media/meson/vdec/
15292
15293 META ETHERNET DRIVERS
15294 M:      Alexander Duyck <[email protected]>
15295 M:      Jakub Kicinski <[email protected]>
15296 R:      [email protected]
15297 S:      Maintained
15298 F:      Documentation/networking/device_drivers/ethernet/meta/
15299 F:      drivers/net/ethernet/meta/
15300
15301 METHODE UDPU SUPPORT
15302 M:      Robert Marko <[email protected]>
15303 S:      Maintained
15304 F:      arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts
15305 F:      arch/arm64/boot/dts/marvell/armada-3720-uDPU.*
15306
15307 MHI BUS
15308 M:      Manivannan Sadhasivam <[email protected]>
15309 L:      [email protected]
15310 L:      [email protected]
15311 S:      Maintained
15312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git
15313 F:      Documentation/ABI/stable/sysfs-bus-mhi
15314 F:      Documentation/mhi/
15315 F:      drivers/bus/mhi/
15316 F:      drivers/pci/endpoint/functions/pci-epf-mhi.c
15317 F:      include/linux/mhi.h
15318
15319 MICROBLAZE ARCHITECTURE
15320 M:      Michal Simek <[email protected]>
15321 S:      Supported
15322 W:      http://www.monstr.eu/fdt/
15323 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
15324 F:      arch/microblaze/
15325
15326 MICROBLAZE TMR INJECT
15327 M:      Appana Durga Kedareswara rao <[email protected]>
15328 S:      Supported
15329 F:      Documentation/devicetree/bindings/misc/xlnx,tmr-inject.yaml
15330 F:      drivers/misc/xilinx_tmr_inject.c
15331
15332 MICROBLAZE TMR MANAGER
15333 M:      Appana Durga Kedareswara rao <[email protected]>
15334 S:      Supported
15335 F:      Documentation/ABI/testing/sysfs-driver-xilinx-tmr-manager
15336 F:      Documentation/devicetree/bindings/misc/xlnx,tmr-manager.yaml
15337 F:      drivers/misc/xilinx_tmr_manager.c
15338
15339 MICROCHIP AT91 DMA DRIVERS
15340 M:      Ludovic Desroches <[email protected]>
15341 L:      [email protected] (moderated for non-subscribers)
15342 L:      [email protected]
15343 S:      Supported
15344 F:      Documentation/devicetree/bindings/dma/atmel-dma.txt
15345 F:      drivers/dma/at_hdmac.c
15346 F:      drivers/dma/at_xdmac.c
15347 F:      include/dt-bindings/dma/at91.h
15348
15349 MICROCHIP AT91 SERIAL DRIVER
15350 M:      Richard Genoud <[email protected]>
15351 S:      Maintained
15352 F:      Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
15353 F:      drivers/tty/serial/atmel_serial.c
15354 F:      drivers/tty/serial/atmel_serial.h
15355
15356 MICROCHIP AT91 USART MFD DRIVER
15357 M:      Radu Pirea <[email protected]>
15358 L:      [email protected]
15359 S:      Supported
15360 F:      Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
15361 F:      drivers/mfd/at91-usart.c
15362 F:      include/dt-bindings/mfd/at91-usart.h
15363
15364 MICROCHIP AT91 USART SPI DRIVER
15365 M:      Radu Pirea <[email protected]>
15366 L:      [email protected]
15367 S:      Supported
15368 F:      Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
15369 F:      drivers/spi/spi-at91-usart.c
15370
15371 MICROCHIP AUDIO ASOC DRIVERS
15372 M:      Claudiu Beznea <[email protected]>
15373 M:      Andrei Simion <[email protected]>
15374 L:      [email protected]
15375 S:      Supported
15376 F:      Documentation/devicetree/bindings/sound/atmel*
15377 F:      Documentation/devicetree/bindings/sound/axentia,tse850-pcm5142.txt
15378 F:      Documentation/devicetree/bindings/sound/microchip,sama7g5-*
15379 F:      Documentation/devicetree/bindings/sound/mikroe,mikroe-proto.txt
15380 F:      sound/soc/atmel
15381
15382 MICROCHIP CSI2DC DRIVER
15383 M:      Eugen Hristev <[email protected]>
15384 L:      [email protected]
15385 S:      Supported
15386 F:      Documentation/devicetree/bindings/media/microchip,csi2dc.yaml
15387 F:      drivers/media/platform/microchip/microchip-csi2dc.c
15388
15389 MICROCHIP ECC DRIVER
15390 L:      [email protected]
15391 S:      Orphan
15392 F:      drivers/crypto/atmel-ecc.*
15393
15394 MICROCHIP EIC DRIVER
15395 M:      Claudiu Beznea <[email protected]>
15396 L:      [email protected] (moderated for non-subscribers)
15397 S:      Supported
15398 F:      Documentation/devicetree/bindings/interrupt-controller/microchip,sama7g5-eic.yaml
15399 F:      drivers/irqchip/irq-mchp-eic.c
15400
15401 MICROCHIP I2C DRIVER
15402 M:      Codrin Ciubotariu <[email protected]>
15403 L:      [email protected]
15404 S:      Supported
15405 F:      drivers/i2c/busses/i2c-at91-*.c
15406 F:      drivers/i2c/busses/i2c-at91.h
15407
15408 MICROCHIP ISC DRIVER
15409 M:      Eugen Hristev <[email protected]>
15410 L:      [email protected]
15411 S:      Supported
15412 F:      Documentation/devicetree/bindings/media/atmel,isc.yaml
15413 F:      Documentation/devicetree/bindings/media/microchip,xisc.yaml
15414 F:      drivers/media/platform/microchip/microchip-isc*
15415 F:      drivers/media/platform/microchip/microchip-sama*-isc*
15416 F:      drivers/staging/media/deprecated/atmel/atmel-isc*
15417 F:      drivers/staging/media/deprecated/atmel/atmel-sama*-isc*
15418 F:      include/linux/atmel-isc-media.h
15419
15420 MICROCHIP ISI DRIVER
15421 M:      Eugen Hristev <[email protected]>
15422 L:      [email protected]
15423 S:      Supported
15424 F:      drivers/media/platform/atmel/atmel-isi.c
15425 F:      drivers/media/platform/atmel/atmel-isi.h
15426
15427 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
15428 M:      Woojung Huh <[email protected]>
15429 M:      [email protected]
15430 L:      [email protected]
15431 S:      Maintained
15432 F:      Documentation/devicetree/bindings/net/dsa/microchip,ksz.yaml
15433 F:      Documentation/devicetree/bindings/net/dsa/microchip,lan937x.yaml
15434 F:      drivers/net/dsa/microchip/*
15435 F:      include/linux/dsa/ksz_common.h
15436 F:      include/linux/platform_data/microchip-ksz.h
15437 F:      net/dsa/tag_ksz.c
15438
15439 MICROCHIP LAN743X ETHERNET DRIVER
15440 M:      Bryan Whitehead <[email protected]>
15441 M:      [email protected]
15442 L:      [email protected]
15443 S:      Maintained
15444 F:      drivers/net/ethernet/microchip/lan743x_*
15445
15446 MICROCHIP LAN8650/1 10BASE-T1S MACPHY ETHERNET DRIVER
15447 M:      Parthiban Veerasooran <[email protected]>
15448 L:      [email protected]
15449 S:      Maintained
15450 F:      Documentation/devicetree/bindings/net/microchip,lan8650.yaml
15451 F:      drivers/net/ethernet/microchip/lan865x/lan865x.c
15452
15453 MICROCHIP LAN87xx/LAN937x T1 PHY DRIVER
15454 M:      Arun Ramadoss <[email protected]>
15455 R:      [email protected]
15456 L:      [email protected]
15457 S:      Maintained
15458 F:      drivers/net/phy/microchip_t1.c
15459
15460 MICROCHIP LAN966X ETHERNET DRIVER
15461 M:      Horatiu Vultur <[email protected]>
15462 M:      [email protected]
15463 L:      [email protected]
15464 S:      Maintained
15465 F:      drivers/net/ethernet/microchip/lan966x/*
15466
15467 MICROCHIP LAN966X OIC DRIVER
15468 M:      Herve Codina <[email protected]>
15469 S:      Maintained
15470 F:      Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml
15471 F:      drivers/irqchip/irq-lan966x-oic.c
15472
15473 MICROCHIP LAN966X PCI DRIVER
15474 M:      Herve Codina <[email protected]>
15475 S:      Maintained
15476 F:      drivers/misc/lan966x_pci.c
15477 F:      drivers/misc/lan966x_pci.dtso
15478
15479 MICROCHIP LAN969X ETHERNET DRIVER
15480 M:      Daniel Machon <[email protected]>
15481 M:      [email protected]
15482 L:      [email protected]
15483 S:      Maintained
15484 F:      drivers/net/ethernet/microchip/sparx5/lan969x/*
15485
15486 MICROCHIP LCDFB DRIVER
15487 M:      Nicolas Ferre <[email protected]>
15488 L:      [email protected]
15489 S:      Maintained
15490 F:      drivers/video/fbdev/atmel_lcdfb.c
15491 F:      include/video/atmel_lcdc.h
15492
15493 MICROCHIP MCP16502 PMIC DRIVER
15494 M:      Claudiu Beznea <[email protected]>
15495 M:      Andrei Simion <[email protected]>
15496 L:      [email protected] (moderated for non-subscribers)
15497 S:      Supported
15498 F:      Documentation/devicetree/bindings/regulator/microchip,mcp16502.yaml
15499 F:      drivers/regulator/mcp16502.c
15500
15501 MICROCHIP MCP3564 ADC DRIVER
15502 M:      Marius Cristea <[email protected]>
15503 L:      [email protected]
15504 S:      Supported
15505 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-mcp3564
15506 F:      Documentation/devicetree/bindings/iio/adc/microchip,mcp3564.yaml
15507 F:      drivers/iio/adc/mcp3564.c
15508
15509 MICROCHIP MCP3911 ADC DRIVER
15510 M:      Marcus Folkesson <[email protected]>
15511 M:      Kent Gustavsson <[email protected]>
15512 L:      [email protected]
15513 S:      Maintained
15514 F:      Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml
15515 F:      drivers/iio/adc/mcp3911.c
15516
15517 MICROCHIP MMC/SD/SDIO MCI DRIVER
15518 M:      Aubin Constans <[email protected]>
15519 S:      Maintained
15520 F:      drivers/mmc/host/atmel-mci.c
15521
15522 MICROCHIP NAND DRIVER
15523 L:      [email protected]
15524 S:      Orphan
15525 F:      Documentation/devicetree/bindings/mtd/atmel-nand.txt
15526 F:      drivers/mtd/nand/raw/atmel/*
15527
15528 MICROCHIP OTPC DRIVER
15529 M:      Claudiu Beznea <[email protected]>
15530 L:      [email protected] (moderated for non-subscribers)
15531 S:      Supported
15532 F:      Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
15533 F:      drivers/nvmem/microchip-otpc.c
15534 F:      include/dt-bindings/nvmem/microchip,sama7g5-otpc.h
15535
15536 MICROCHIP PAC1921 POWER/CURRENT MONITOR DRIVER
15537 M:      Matteo Martelli <[email protected]>
15538 L:      [email protected]
15539 S:      Supported
15540 F:      Documentation/devicetree/bindings/iio/adc/microchip,pac1921.yaml
15541 F:      drivers/iio/adc/pac1921.c
15542
15543 MICROCHIP PAC1934 POWER/ENERGY MONITOR DRIVER
15544 M:      Marius Cristea <[email protected]>
15545 L:      [email protected]
15546 S:      Supported
15547 F:      Documentation/devicetree/bindings/iio/adc/microchip,pac1934.yaml
15548 F:      drivers/iio/adc/pac1934.c
15549
15550 MICROCHIP PCI1XXXX GP DRIVER
15551 M:      Vaibhaav Ram T.L <[email protected]>
15552 M:      Kumaravel Thiagarajan <[email protected]>
15553 L:      [email protected]
15554 S:      Supported
15555 F:      drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.c
15556 F:      drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.h
15557 F:      drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gpio.c
15558 F:      drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_otpe2p.c
15559
15560 MICROCHIP PCI1XXXX I2C DRIVER
15561 M:      Tharun Kumar P <[email protected]>
15562 M:      Kumaravel Thiagarajan <[email protected]>
15563 M:      Microchip Linux Driver Support <[email protected]>
15564 L:      [email protected]
15565 S:      Maintained
15566 F:      drivers/i2c/busses/i2c-mchp-pci1xxxx.c
15567
15568 MICROCHIP PCIe UART DRIVER
15569 M:      Kumaravel Thiagarajan <[email protected]>
15570 M:      Tharun Kumar P <[email protected]>
15571 L:      [email protected]
15572 S:      Maintained
15573 F:      drivers/tty/serial/8250/8250_pci1xxxx.c
15574
15575 MICROCHIP POLARFIRE FPGA DRIVERS
15576 M:      Conor Dooley <[email protected]>
15577 L:      [email protected]
15578 S:      Supported
15579 F:      Documentation/devicetree/bindings/fpga/microchip,mpf-spi-fpga-mgr.yaml
15580 F:      drivers/fpga/microchip-spi.c
15581
15582 MICROCHIP PWM DRIVER
15583 M:      Claudiu Beznea <[email protected]>
15584 L:      [email protected] (moderated for non-subscribers)
15585 L:      [email protected]
15586 S:      Supported
15587 F:      Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
15588 F:      drivers/pwm/pwm-atmel.c
15589
15590 MICROCHIP SAM9x7-COMPATIBLE LVDS CONTROLLER
15591 M:      Manikandan Muralidharan <[email protected]>
15592 M:      Dharma Balasubiramani <[email protected]>
15593 L:      [email protected]
15594 S:      Supported
15595 F:      Documentation/devicetree/bindings/display/bridge/microchip,sam9x75-lvds.yaml
15596 F:      drivers/gpu/drm/bridge/microchip-lvds.c
15597
15598 MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
15599 M:      Eugen Hristev <[email protected]>
15600 L:      [email protected]
15601 S:      Supported
15602 F:      Documentation/devicetree/bindings/iio/adc/atmel,sama5d2-adc.yaml
15603 F:      drivers/iio/adc/at91-sama5d2_adc.c
15604 F:      include/dt-bindings/iio/adc/at91-sama5d2_adc.h
15605
15606 MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
15607 M:      Claudiu Beznea <[email protected]>
15608 S:      Supported
15609 F:      Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml
15610 F:      drivers/power/reset/at91-sama5d2_shdwc.c
15611
15612 MICROCHIP SOC DRIVERS
15613 M:      Conor Dooley <[email protected]>
15614 S:      Supported
15615 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
15616 F:      Documentation/devicetree/bindings/soc/microchip/
15617 F:      drivers/soc/microchip/
15618
15619 MICROCHIP SPI DRIVER
15620 M:      Ryan Wanner <[email protected]>
15621 S:      Supported
15622 F:      drivers/spi/spi-atmel.*
15623
15624 MICROCHIP SSC DRIVER
15625 M:      Claudiu Beznea <[email protected]>
15626 M:      Andrei Simion <[email protected]>
15627 L:      [email protected] (moderated for non-subscribers)
15628 S:      Supported
15629 F:      Documentation/devicetree/bindings/misc/atmel-ssc.txt
15630 F:      drivers/misc/atmel-ssc.c
15631 F:      include/linux/atmel-ssc.h
15632
15633 Microchip Timer Counter Block (TCB) Capture Driver
15634 M:      Kamel Bouhara <[email protected]>
15635 L:      [email protected] (moderated for non-subscribers)
15636 L:      [email protected]
15637 S:      Maintained
15638 F:      drivers/counter/microchip-tcb-capture.c
15639
15640 MICROCHIP USB251XB DRIVER
15641 M:      Richard Leitner <[email protected]>
15642 L:      [email protected]
15643 S:      Maintained
15644 F:      Documentation/devicetree/bindings/usb/usb251xb.yaml
15645 F:      drivers/usb/misc/usb251xb.c
15646
15647 MICROCHIP USBA UDC DRIVER
15648 M:      Cristian Birsan <[email protected]>
15649 L:      [email protected] (moderated for non-subscribers)
15650 S:      Supported
15651 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
15652
15653 MICROCHIP WILC1000 WIFI DRIVER
15654 M:      Ajay Singh <[email protected]>
15655 M:      Claudiu Beznea <[email protected]>
15656 L:      [email protected]
15657 S:      Supported
15658 F:      drivers/net/wireless/microchip/wilc1000/
15659
15660 MICROSEMI MIPS SOCS
15661 M:      Alexandre Belloni <[email protected]>
15662 M:      [email protected]
15663 L:      [email protected]
15664 S:      Supported
15665 F:      Documentation/devicetree/bindings/mips/mscc.txt
15666 F:      Documentation/devicetree/bindings/phy/mscc,vsc7514-serdes.yaml
15667 F:      Documentation/devicetree/bindings/power/reset/ocelot-reset.txt
15668 F:      arch/mips/boot/dts/mscc/
15669 F:      arch/mips/configs/generic/board-ocelot.config
15670 F:      arch/mips/generic/board-ocelot.c
15671
15672 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
15673 M:      Don Brace <[email protected]>
15674 L:      [email protected]
15675 L:      [email protected]
15676 S:      Supported
15677 F:      Documentation/scsi/smartpqi.rst
15678 F:      drivers/scsi/smartpqi/Kconfig
15679 F:      drivers/scsi/smartpqi/Makefile
15680 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
15681 F:      include/linux/cciss*.h
15682 F:      include/uapi/linux/cciss*.h
15683
15684 MICROSOFT MANA RDMA DRIVER
15685 M:      Long Li <[email protected]>
15686 M:      Ajay Sharma <[email protected]>
15687 L:      [email protected]
15688 S:      Supported
15689 F:      drivers/infiniband/hw/mana/
15690 F:      include/net/mana
15691 F:      include/uapi/rdma/mana-abi.h
15692
15693 MICROSOFT SURFACE AGGREGATOR TABLET-MODE SWITCH
15694 M:      Maximilian Luz <[email protected]>
15695 L:      [email protected]
15696 S:      Maintained
15697 F:      drivers/platform/surface/surface_aggregator_tabletsw.c
15698
15699 MICROSOFT SURFACE BATTERY AND AC DRIVERS
15700 M:      Maximilian Luz <[email protected]>
15701 L:      [email protected]
15702 L:      [email protected]
15703 S:      Maintained
15704 F:      drivers/power/supply/surface_battery.c
15705 F:      drivers/power/supply/surface_charger.c
15706
15707 MICROSOFT SURFACE DTX DRIVER
15708 M:      Maximilian Luz <[email protected]>
15709 L:      [email protected]
15710 S:      Maintained
15711 F:      Documentation/driver-api/surface_aggregator/clients/dtx.rst
15712 F:      drivers/platform/surface/surface_dtx.c
15713 F:      include/uapi/linux/surface_aggregator/dtx.h
15714
15715 MICROSOFT SURFACE SENSOR FAN DRIVER
15716 M:      Maximilian Luz <[email protected]>
15717 M:      Ivor Wanders <[email protected]>
15718 L:      [email protected]
15719 S:      Maintained
15720 F:      Documentation/hwmon/surface_fan.rst
15721 F:      drivers/hwmon/surface_fan.c
15722
15723 MICROSOFT SURFACE SENSOR THERMAL DRIVER
15724 M:      Maximilian Luz <[email protected]>
15725 L:      [email protected]
15726 S:      Maintained
15727 F:      drivers/hwmon/surface_temp.c
15728
15729 MICROSOFT SURFACE GPE LID SUPPORT DRIVER
15730 M:      Maximilian Luz <[email protected]>
15731 L:      [email protected]
15732 S:      Maintained
15733 F:      drivers/platform/surface/surface_gpe.c
15734
15735 MICROSOFT SURFACE HARDWARE PLATFORM SUPPORT
15736 M:      Hans de Goede <[email protected]>
15737 M:      Ilpo Järvinen <[email protected]>
15738 M:      Maximilian Luz <[email protected]>
15739 L:      [email protected]
15740 S:      Maintained
15741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
15742 F:      drivers/platform/surface/
15743
15744 MICROSOFT SURFACE HID TRANSPORT DRIVER
15745 M:      Maximilian Luz <[email protected]>
15746 L:      [email protected]
15747 L:      [email protected]
15748 S:      Maintained
15749 F:      drivers/hid/surface-hid/
15750
15751 MICROSOFT SURFACE HOT-PLUG DRIVER
15752 M:      Maximilian Luz <[email protected]>
15753 L:      [email protected]
15754 S:      Maintained
15755 F:      drivers/platform/surface/surface_hotplug.c
15756
15757 MICROSOFT SURFACE PLATFORM PROFILE DRIVER
15758 M:      Maximilian Luz <[email protected]>
15759 L:      [email protected]
15760 S:      Maintained
15761 F:      drivers/platform/surface/surface_platform_profile.c
15762
15763 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
15764 M:      Chen Yu <[email protected]>
15765 L:      [email protected]
15766 S:      Supported
15767 F:      drivers/platform/surface/surfacepro3_button.c
15768
15769 MICROSOFT SURFACE SYSTEM AGGREGATOR HUB DRIVER
15770 M:      Maximilian Luz <[email protected]>
15771 L:      [email protected]
15772 S:      Maintained
15773 F:      drivers/platform/surface/surface_aggregator_hub.c
15774
15775 MICROSOFT SURFACE SYSTEM AGGREGATOR SUBSYSTEM
15776 M:      Maximilian Luz <[email protected]>
15777 L:      [email protected]
15778 S:      Maintained
15779 W:      https://github.com/linux-surface/surface-aggregator-module
15780 C:      irc://irc.libera.chat/linux-surface
15781 F:      Documentation/driver-api/surface_aggregator/
15782 F:      drivers/platform/surface/aggregator/
15783 F:      drivers/platform/surface/surface_acpi_notify.c
15784 F:      drivers/platform/surface/surface_aggregator_cdev.c
15785 F:      drivers/platform/surface/surface_aggregator_registry.c
15786 F:      include/linux/surface_acpi_notify.h
15787 F:      include/linux/surface_aggregator/
15788 F:      include/uapi/linux/surface_aggregator/
15789
15790 MICROTEK X6 SCANNER
15791 M:      Oliver Neukum <[email protected]>
15792 S:      Maintained
15793 F:      drivers/usb/image/microtek.*
15794
15795 MIKROTIK CRS3XX 98DX3236 BOARD SUPPORT
15796 M:      Luka Kovacic <[email protected]>
15797 M:      Luka Perkov <[email protected]>
15798 S:      Maintained
15799 F:      arch/arm/boot/dts/marvell/armada-xp-crs305-1g-4s-bit.dts
15800 F:      arch/arm/boot/dts/marvell/armada-xp-crs305-1g-4s.dts
15801 F:      arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s-bit.dts
15802 F:      arch/arm/boot/dts/marvell/armada-xp-crs326-24g-2s.dts
15803 F:      arch/arm/boot/dts/marvell/armada-xp-crs328-4c-20s-4s-bit.dts
15804 F:      arch/arm/boot/dts/marvell/armada-xp-crs328-4c-20s-4s.dts
15805
15806 MIN HEAP
15807 M:      Kuan-Wei Chiu <[email protected]>
15808 L:      [email protected]
15809 S:      Maintained
15810 F:      Documentation/core-api/min_heap.rst
15811 F:      include/linux/min_heap.h
15812 F:      lib/min_heap.c
15813 F:      lib/test_min_heap.c
15814
15815 MIPI CCS, SMIA AND SMIA++ IMAGE SENSOR DRIVER
15816 M:      Sakari Ailus <[email protected]>
15817 L:      [email protected]
15818 S:      Maintained
15819 F:      Documentation/devicetree/bindings/media/i2c/mipi-ccs.yaml
15820 F:      Documentation/driver-api/media/drivers/ccs/
15821 F:      Documentation/userspace-api/media/drivers/ccs.rst
15822 F:      drivers/media/i2c/ccs-pll.c
15823 F:      drivers/media/i2c/ccs-pll.h
15824 F:      drivers/media/i2c/ccs/
15825 F:      include/uapi/linux/ccs.h
15826 F:      include/uapi/linux/smiapp.h
15827
15828 MIPS
15829 M:      Thomas Bogendoerfer <[email protected]>
15830 L:      [email protected]
15831 S:      Maintained
15832 Q:      https://patchwork.kernel.org/project/linux-mips/list/
15833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
15834 F:      Documentation/devicetree/bindings/mips/
15835 F:      Documentation/arch/mips/
15836 F:      arch/mips/
15837 F:      drivers/platform/mips/
15838 F:      include/dt-bindings/mips/
15839
15840 MIPS BOSTON DEVELOPMENT BOARD
15841 M:      Paul Burton <[email protected]>
15842 L:      [email protected]
15843 S:      Maintained
15844 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
15845 F:      arch/mips/boot/dts/img/boston.dts
15846 F:      arch/mips/configs/generic/board-boston.config
15847 F:      drivers/clk/imgtec/clk-boston.c
15848 F:      include/dt-bindings/clock/boston-clock.h
15849
15850 MIPS CORE DRIVERS
15851 M:      Thomas Bogendoerfer <[email protected]>
15852 L:      [email protected]
15853 S:      Supported
15854 F:      drivers/bus/mips_cdmm.c
15855 F:      drivers/clocksource/mips-gic-timer.c
15856 F:      drivers/cpuidle/cpuidle-cps.c
15857 F:      drivers/irqchip/irq-mips-cpu.c
15858 F:      drivers/irqchip/irq-mips-gic.c
15859
15860 MIPS GENERIC PLATFORM
15861 M:      Paul Burton <[email protected]>
15862 L:      [email protected]
15863 S:      Supported
15864 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.yaml
15865 F:      arch/mips/generic/
15866 F:      arch/mips/tools/generic-board-config.sh
15867
15868 MIPS RINT INSTRUCTION EMULATION
15869 M:      Aleksandar Markovic <[email protected]>
15870 L:      [email protected]
15871 S:      Supported
15872 F:      arch/mips/math-emu/dp_rint.c
15873 F:      arch/mips/math-emu/sp_rint.c
15874
15875 MIPS/LOONGSON1 ARCHITECTURE
15876 M:      Keguang Zhang <[email protected]>
15877 L:      [email protected]
15878 S:      Maintained
15879 F:      Documentation/devicetree/bindings/*/loongson,ls1*.yaml
15880 F:      arch/mips/include/asm/mach-loongson32/
15881 F:      arch/mips/loongson32/
15882 F:      drivers/*/*loongson1*
15883 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c
15884
15885 MIPS/LOONGSON2EF ARCHITECTURE
15886 M:      Jiaxun Yang <[email protected]>
15887 L:      [email protected]
15888 S:      Maintained
15889 F:      arch/mips/include/asm/mach-loongson2ef/
15890 F:      arch/mips/loongson2ef/
15891 F:      drivers/cpufreq/loongson2_cpufreq.c
15892
15893 MIPS/LOONGSON64 ARCHITECTURE
15894 M:      Huacai Chen <[email protected]>
15895 M:      Jiaxun Yang <[email protected]>
15896 L:      [email protected]
15897 S:      Maintained
15898 F:      arch/mips/include/asm/mach-loongson64/
15899 F:      arch/mips/loongson64/
15900 F:      drivers/irqchip/irq-loongson*
15901 F:      drivers/platform/mips/cpu_hwmon.c
15902
15903 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
15904 M:      Hans Verkuil <[email protected]>
15905 L:      [email protected]
15906 S:      Odd Fixes
15907 W:      https://linuxtv.org
15908 T:      git git://linuxtv.org/media.git
15909 F:      drivers/media/radio/radio-miropcm20*
15910
15911 MITSUMI MM8013 FG DRIVER
15912 M:      Konrad Dybcio <[email protected]>
15913 F:      Documentation/devicetree/bindings/power/supply/mitsumi,mm8013.yaml
15914 F:      drivers/power/supply/mm8013.c
15915
15916 MMP SUPPORT
15917 R:      Lubomir Rintel <[email protected]>
15918 L:      [email protected] (moderated for non-subscribers)
15919 S:      Odd Fixes
15920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
15921 F:      arch/arm/boot/dts/marvell/mmp*
15922 F:      arch/arm/mach-mmp/
15923 F:      include/linux/soc/mmp/
15924
15925 MMP USB PHY DRIVERS
15926 R:      Lubomir Rintel <[email protected]>
15927 L:      [email protected] (moderated for non-subscribers)
15928 S:      Maintained
15929 F:      drivers/phy/marvell/phy-mmp3-usb.c
15930 F:      drivers/phy/marvell/phy-pxa-usb.c
15931
15932 MMU GATHER AND TLB INVALIDATION
15933 M:      Will Deacon <[email protected]>
15934 M:      "Aneesh Kumar K.V" <[email protected]>
15935 M:      Andrew Morton <[email protected]>
15936 M:      Nick Piggin <[email protected]>
15937 M:      Peter Zijlstra <[email protected]>
15938 L:      [email protected]
15939 L:      [email protected]
15940 S:      Maintained
15941 F:      arch/*/include/asm/tlb.h
15942 F:      include/asm-generic/tlb.h
15943 F:      mm/mmu_gather.c
15944
15945 MN88472 MEDIA DRIVER
15946 L:      [email protected]
15947 S:      Orphan
15948 W:      https://linuxtv.org
15949 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15950 F:      drivers/media/dvb-frontends/mn88472*
15951
15952 MN88473 MEDIA DRIVER
15953 L:      [email protected]
15954 S:      Orphan
15955 W:      https://linuxtv.org
15956 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15957 F:      drivers/media/dvb-frontends/mn88473*
15958
15959 MOBILEYE MIPS SOCS
15960 M:      Vladimir Kondratiev <[email protected]>
15961 M:      Gregory CLEMENT <[email protected]>
15962 M:      Théo Lebrun <[email protected]>
15963 L:      [email protected]
15964 S:      Maintained
15965 F:      Documentation/devicetree/bindings/mips/mobileye.yaml
15966 F:      Documentation/devicetree/bindings/soc/mobileye/
15967 F:      arch/mips/boot/dts/mobileye/
15968 F:      arch/mips/configs/eyeq5_defconfig
15969 F:      arch/mips/mobileye/board-epm5.its.S
15970 F:      drivers/clk/clk-eyeq.c
15971 F:      drivers/pinctrl/pinctrl-eyeq5.c
15972 F:      drivers/reset/reset-eyeq.c
15973 F:      include/dt-bindings/clock/mobileye,eyeq5-clk.h
15974
15975 MODULE SUPPORT
15976 M:      Luis Chamberlain <[email protected]>
15977 R:      Petr Pavlu <[email protected]>
15978 R:      Sami Tolvanen <[email protected]>
15979 R:      Daniel Gomez <[email protected]>
15980 L:      [email protected]
15981 L:      [email protected]
15982 S:      Maintained
15983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git modules-next
15984 F:      include/linux/kmod.h
15985 F:      include/linux/module*.h
15986 F:      kernel/module/
15987 F:      lib/test_kmod.c
15988 F:      scripts/module*
15989 F:      tools/testing/selftests/kmod/
15990
15991 MONOLITHIC POWER SYSTEM PMIC DRIVER
15992 M:      Saravanan Sekar <[email protected]>
15993 S:      Maintained
15994 F:      Documentation/devicetree/bindings/mfd/mps,mp2629.yaml
15995 F:      Documentation/devicetree/bindings/regulator/mps,mp*.yaml
15996 F:      drivers/hwmon/pmbus/mpq7932.c
15997 F:      drivers/iio/adc/mp2629_adc.c
15998 F:      drivers/mfd/mp2629.c
15999 F:      drivers/power/supply/mp2629_charger.c
16000 F:      drivers/regulator/mp5416.c
16001 F:      drivers/regulator/mpq7920.c
16002 F:      drivers/regulator/mpq7920.h
16003 F:      include/linux/mfd/mp2629.h
16004
16005 MOST(R) TECHNOLOGY DRIVER
16006 M:      Parthiban Veerasooran <[email protected]>
16007 M:      Christian Gromm <[email protected]>
16008 S:      Maintained
16009 F:      Documentation/ABI/testing/configfs-most
16010 F:      Documentation/ABI/testing/sysfs-bus-most
16011 F:      drivers/most/
16012 F:      drivers/staging/most/
16013 F:      include/linux/most.h
16014
16015 MOTORCOMM PHY DRIVER
16016 M:      Frank <[email protected]>
16017 L:      [email protected]
16018 S:      Maintained
16019 F:      Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml
16020 F:      drivers/net/phy/motorcomm.c
16021
16022 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
16023 M:      Jiri Slaby <[email protected]>
16024 S:      Maintained
16025 F:      Documentation/driver-api/tty/moxa-smartio.rst
16026 F:      drivers/tty/mxser.*
16027
16028 MP3309C BACKLIGHT DRIVER
16029 M:      Flavio Suligoi <[email protected]>
16030 L:      [email protected]
16031 S:      Maintained
16032 F:      Documentation/devicetree/bindings/leds/backlight/mps,mp3309c.yaml
16033 F:      drivers/video/backlight/mp3309c.c
16034
16035 MPS MP2891 DRIVER
16036 M:      Noah Wang <[email protected]>
16037 L:      [email protected]
16038 S:      Maintained
16039 F:      Documentation/hwmon/mp2891.rst
16040 F:      drivers/hwmon/pmbus/mp2891.c
16041
16042 MPS MP2993 DRIVER
16043 M:      Noah Wang <[email protected]>
16044 L:      [email protected]
16045 S:      Maintained
16046 F:      Documentation/hwmon/mp2993.rst
16047 F:      drivers/hwmon/pmbus/mp2993.c
16048
16049 MPS MP9941 DRIVER
16050 M:      Noah Wang <[email protected]>
16051 L:      [email protected]
16052 S:      Maintained
16053 F:      Documentation/hwmon/mp9941.rst
16054 F:      drivers/hwmon/pmbus/mp9941.c
16055
16056 MR800 AVERMEDIA USB FM RADIO DRIVER
16057 M:      Alexey Klimov <[email protected]>
16058 L:      [email protected]
16059 S:      Maintained
16060 T:      git git://linuxtv.org/media.git
16061 F:      drivers/media/radio/radio-mr800.c
16062
16063 MRF24J40 IEEE 802.15.4 RADIO DRIVER
16064 M:      Stefan Schmidt <[email protected]>
16065 L:      [email protected]
16066 S:      Odd Fixes
16067 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
16068 F:      drivers/net/ieee802154/mrf24j40.c
16069
16070 MSI EC DRIVER
16071 M:      Nikita Kravets <[email protected]>
16072 L:      [email protected]
16073 S:      Maintained
16074 W:      https://github.com/BeardOverflow/msi-ec
16075 F:      drivers/platform/x86/msi-ec.*
16076
16077 MSI LAPTOP SUPPORT
16078 M:      "Lee, Chun-Yi" <[email protected]>
16079 L:      [email protected]
16080 S:      Maintained
16081 F:      drivers/platform/x86/msi-laptop.c
16082
16083 MSI WMI SUPPORT
16084 L:      [email protected]
16085 S:      Orphan
16086 F:      drivers/platform/x86/msi-wmi.c
16087
16088 MSI WMI PLATFORM FEATURES
16089 M:      Armin Wolf <[email protected]>
16090 L:      [email protected]
16091 S:      Maintained
16092 F:      Documentation/ABI/testing/debugfs-msi-wmi-platform
16093 F:      Documentation/wmi/devices/msi-wmi-platform.rst
16094 F:      drivers/platform/x86/msi-wmi-platform.c
16095
16096 MSI001 MEDIA DRIVER
16097 L:      [email protected]
16098 S:      Orphan
16099 W:      https://linuxtv.org
16100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16101 F:      drivers/media/tuners/msi001*
16102
16103 MSI2500 MEDIA DRIVER
16104 L:      [email protected]
16105 S:      Orphan
16106 W:      https://linuxtv.org
16107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16108 F:      drivers/media/usb/msi2500/
16109
16110 MSTAR INTERRUPT CONTROLLER DRIVER
16111 M:      Mark-PK Tsai <[email protected]>
16112 M:      Daniel Palmer <[email protected]>
16113 S:      Maintained
16114 F:      Documentation/devicetree/bindings/interrupt-controller/mstar,mst-intc.yaml
16115 F:      drivers/irqchip/irq-mst-intc.c
16116
16117 MSYSTEMS DISKONCHIP G3 MTD DRIVER
16118 M:      Robert Jarzmik <[email protected]>
16119 L:      [email protected]
16120 S:      Maintained
16121 F:      drivers/mtd/devices/docg3*
16122
16123 MT9M114 ONSEMI SENSOR DRIVER
16124 M:      Laurent Pinchart <[email protected]>
16125 L:      [email protected]
16126 S:      Maintained
16127 T:      git git://linuxtv.org/media.git
16128 F:      Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml
16129 F:      drivers/media/i2c/mt9m114.c
16130
16131 MT9P031 APTINA CAMERA SENSOR
16132 M:      Laurent Pinchart <[email protected]>
16133 L:      [email protected]
16134 S:      Maintained
16135 T:      git git://linuxtv.org/media.git
16136 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9p031.yaml
16137 F:      drivers/media/i2c/mt9p031.c
16138
16139 MT9T112 APTINA CAMERA SENSOR
16140 M:      Jacopo Mondi <[email protected]>
16141 L:      [email protected]
16142 S:      Odd Fixes
16143 T:      git git://linuxtv.org/media.git
16144 F:      drivers/media/i2c/mt9t112.c
16145 F:      include/media/i2c/mt9t112.h
16146
16147 MT9V032 APTINA CAMERA SENSOR
16148 M:      Laurent Pinchart <[email protected]>
16149 L:      [email protected]
16150 S:      Maintained
16151 T:      git git://linuxtv.org/media.git
16152 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
16153 F:      drivers/media/i2c/mt9v032.c
16154 F:      include/media/i2c/mt9v032.h
16155
16156 MT9V111 APTINA CAMERA SENSOR
16157 M:      Jacopo Mondi <[email protected]>
16158 L:      [email protected]
16159 S:      Maintained
16160 T:      git git://linuxtv.org/media.git
16161 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml
16162 F:      drivers/media/i2c/mt9v111.c
16163
16164 MULTIFUNCTION DEVICES (MFD)
16165 M:      Lee Jones <[email protected]>
16166 S:      Maintained
16167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
16168 F:      Documentation/devicetree/bindings/mfd/
16169 F:      drivers/mfd/
16170 F:      include/dt-bindings/mfd/
16171 F:      include/linux/mfd/
16172
16173 MULTIMEDIA CARD (MMC) ETC. OVER SPI
16174 S:      Orphan
16175 F:      drivers/mmc/host/mmc_spi.c
16176 F:      include/linux/spi/mmc_spi.h
16177
16178 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
16179 M:      Ulf Hansson <[email protected]>
16180 L:      [email protected]
16181 S:      Maintained
16182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
16183 F:      Documentation/devicetree/bindings/mmc/
16184 F:      drivers/mmc/
16185 F:      include/linux/mmc/
16186 F:      include/uapi/linux/mmc/
16187
16188 MULTIPLEXER SUBSYSTEM
16189 M:      Peter Rosin <[email protected]>
16190 S:      Maintained
16191 F:      Documentation/ABI/testing/sysfs-class-mux*
16192 F:      Documentation/devicetree/bindings/mux/
16193 F:      drivers/mux/
16194 F:      include/dt-bindings/mux/
16195 F:      include/linux/mux/
16196
16197 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
16198 M:      Bin Liu <[email protected]>
16199 L:      [email protected]
16200 S:      Maintained
16201 F:      drivers/usb/musb/
16202
16203 MXL301RF MEDIA DRIVER
16204 M:      Akihiro Tsukada <[email protected]>
16205 L:      [email protected]
16206 S:      Odd Fixes
16207 F:      drivers/media/tuners/mxl301rf*
16208
16209 MXL5007T MEDIA DRIVER
16210 M:      Michael Krufky <[email protected]>
16211 L:      [email protected]
16212 S:      Maintained
16213 W:      https://linuxtv.org
16214 W:      http://github.com/mkrufky
16215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
16216 T:      git git://linuxtv.org/mkrufky/tuners.git
16217 F:      drivers/media/tuners/mxl5007t.*
16218
16219 MXSFB DRM DRIVER
16220 M:      Marek Vasut <[email protected]>
16221 M:      Stefan Agner <[email protected]>
16222 L:      [email protected]
16223 S:      Supported
16224 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
16225 F:      Documentation/devicetree/bindings/display/fsl,lcdif.yaml
16226 F:      drivers/gpu/drm/mxsfb/
16227
16228 MYLEX DAC960 PCI RAID Controller
16229 M:      Hannes Reinecke <[email protected]>
16230 L:      [email protected]
16231 S:      Supported
16232 F:      drivers/scsi/myrb.*
16233 F:      drivers/scsi/myrs.*
16234
16235 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
16236 L:      [email protected]
16237 S:      Orphan
16238 W:      https://www.cspi.com/ethernet-products/support/downloads/
16239 F:      drivers/net/ethernet/myricom/myri10ge/
16240
16241 NAND FLASH SUBSYSTEM
16242 M:      Miquel Raynal <[email protected]>
16243 R:      Richard Weinberger <[email protected]>
16244 L:      [email protected]
16245 S:      Maintained
16246 W:      http://www.linux-mtd.infradead.org/
16247 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
16248 C:      irc://irc.oftc.net/mtd
16249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next
16250 F:      drivers/mtd/nand/
16251 F:      include/linux/mtd/*nand*.h
16252
16253 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
16254 M:      Daniel Mack <[email protected]>
16255 L:      [email protected]
16256 S:      Maintained
16257 W:      http://www.native-instruments.com
16258 F:      sound/usb/caiaq/
16259
16260 NATSEMI ETHERNET DRIVER (DP8381x)
16261 S:      Orphan
16262 F:      drivers/net/ethernet/natsemi/natsemi.c
16263
16264 NCR 5380 SCSI DRIVERS
16265 M:      Finn Thain <[email protected]>
16266 M:      Michael Schmitz <[email protected]>
16267 L:      [email protected]
16268 S:      Maintained
16269 F:      Documentation/scsi/g_NCR5380.rst
16270 F:      drivers/scsi/NCR5380.*
16271 F:      drivers/scsi/arm/cumana_1.c
16272 F:      drivers/scsi/arm/oak.c
16273 F:      drivers/scsi/atari_scsi.*
16274 F:      drivers/scsi/dmx3191d.c
16275 F:      drivers/scsi/g_NCR5380.*
16276 F:      drivers/scsi/mac_scsi.*
16277 F:      drivers/scsi/sun3_scsi.*
16278 F:      drivers/scsi/sun3_scsi_vme.c
16279
16280 NCSI LIBRARY
16281 M:      Samuel Mendoza-Jonas <[email protected]>
16282 R:      Paul Fertser <[email protected]>
16283 S:      Maintained
16284 F:      net/ncsi/
16285
16286 NCT6775 HARDWARE MONITOR DRIVER - I2C DRIVER
16287 M:      Zev Weiss <[email protected]>
16288 L:      [email protected]
16289 S:      Maintained
16290 F:      Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml
16291 F:      drivers/hwmon/nct6775-i2c.c
16292
16293 NCT7363 HARDWARE MONITOR DRIVER
16294 M:      Ban Feng <[email protected]>
16295 L:      [email protected]
16296 S:      Maintained
16297 F:      Documentation/devicetree/bindings/hwmon/nuvoton,nct7363.yaml
16298 F:      Documentation/hwmon/nct7363.rst
16299 F:      drivers/hwmon/nct7363.c
16300
16301 NETCONSOLE
16302 M:      Breno Leitao <[email protected]>
16303 S:      Maintained
16304 F:      Documentation/networking/netconsole.rst
16305 F:      drivers/net/netconsole.c
16306 F:      tools/testing/selftests/drivers/net/lib/sh/lib_netcons.sh
16307 F:      tools/testing/selftests/drivers/net/netcons\*
16308
16309 NETDEVSIM
16310 M:      Jakub Kicinski <[email protected]>
16311 S:      Maintained
16312 F:      drivers/net/netdevsim/*
16313 F:      tools/testing/selftests/drivers/net/netdevsim/*
16314
16315 NETEM NETWORK EMULATOR
16316 M:      Stephen Hemminger <[email protected]>
16317 L:      [email protected]
16318 S:      Maintained
16319 F:      net/sched/sch_netem.c
16320
16321 NETERION 10GbE DRIVERS (s2io)
16322 M:      Jon Mason <[email protected]>
16323 L:      [email protected]
16324 S:      Maintained
16325 F:      Documentation/networking/device_drivers/ethernet/neterion/s2io.rst
16326 F:      drivers/net/ethernet/neterion/
16327
16328 NETFILTER
16329 M:      Pablo Neira Ayuso <[email protected]>
16330 M:      Jozsef Kadlecsik <[email protected]>
16331 L:      [email protected]
16332 L:      [email protected]
16333 S:      Maintained
16334 W:      http://www.netfilter.org/
16335 W:      http://www.iptables.org/
16336 W:      http://www.nftables.org/
16337 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
16338 C:      irc://irc.libera.chat/netfilter
16339 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git
16340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git
16341 F:      include/linux/netfilter*
16342 F:      include/linux/netfilter/
16343 F:      include/net/netfilter/
16344 F:      include/uapi/linux/netfilter*
16345 F:      include/uapi/linux/netfilter/
16346 F:      net/*/netfilter.c
16347 F:      net/*/netfilter/
16348 F:      net/bridge/br_netfilter*.c
16349 F:      net/netfilter/
16350 F:      tools/testing/selftests/net/netfilter/
16351
16352 NETROM NETWORK LAYER
16353 L:      [email protected]
16354 S:      Orphan
16355 W:      https://linux-ax25.in-berlin.de
16356 F:      include/net/netrom.h
16357 F:      include/uapi/linux/netrom.h
16358 F:      net/netrom/
16359
16360 NETRONIX EMBEDDED CONTROLLER
16361 M:      Jonathan Neuschäfer <[email protected]>
16362 S:      Maintained
16363 F:      Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml
16364 F:      drivers/mfd/ntxec.c
16365 F:      drivers/pwm/pwm-ntxec.c
16366 F:      drivers/rtc/rtc-ntxec.c
16367 F:      include/linux/mfd/ntxec.h
16368
16369 NETRONOME ETHERNET DRIVERS
16370 M:      Louis Peens <[email protected]>
16371 R:      Jakub Kicinski <[email protected]>
16372 L:      [email protected]
16373 S:      Maintained
16374 F:      drivers/net/ethernet/netronome/
16375
16376 NETWORK BLOCK DEVICE (NBD)
16377 M:      Josef Bacik <[email protected]>
16378 L:      [email protected]
16379 L:      [email protected]
16380 S:      Maintained
16381 F:      Documentation/admin-guide/blockdev/nbd.rst
16382 F:      drivers/block/nbd.c
16383 F:      include/trace/events/nbd.h
16384 F:      include/uapi/linux/nbd.h
16385
16386 NETWORK DROP MONITOR
16387 M:      Neil Horman <[email protected]>
16388 L:      [email protected]
16389 S:      Maintained
16390 W:      https://fedorahosted.org/dropwatch/
16391 F:      include/uapi/linux/net_dropmon.h
16392 F:      net/core/drop_monitor.c
16393
16394 NETWORKING DRIVERS
16395 M:      Andrew Lunn <[email protected]>
16396 M:      "David S. Miller" <[email protected]>
16397 M:      Eric Dumazet <[email protected]>
16398 M:      Jakub Kicinski <[email protected]>
16399 M:      Paolo Abeni <[email protected]>
16400 L:      [email protected]
16401 S:      Maintained
16402 P:      Documentation/process/maintainer-netdev.rst
16403 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
16404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
16405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
16406 F:      Documentation/devicetree/bindings/net/
16407 F:      Documentation/networking/net_cachelines/net_device.rst
16408 F:      drivers/connector/
16409 F:      drivers/net/
16410 F:      drivers/ptp/
16411 F:      include/dt-bindings/net/
16412 F:      include/linux/cn_proc.h
16413 F:      include/linux/etherdevice.h
16414 F:      include/linux/ethtool_netlink.h
16415 F:      include/linux/fcdevice.h
16416 F:      include/linux/fddidevice.h
16417 F:      include/linux/hippidevice.h
16418 F:      include/linux/if_*
16419 F:      include/linux/inetdevice.h
16420 F:      include/linux/netdev*
16421 F:      include/linux/platform_data/wiznet.h
16422 F:      include/uapi/linux/cn_proc.h
16423 F:      include/uapi/linux/ethtool_netlink*
16424 F:      include/uapi/linux/if_*
16425 F:      include/uapi/linux/net_shaper.h
16426 F:      include/uapi/linux/netdev*
16427 F:      tools/testing/selftests/drivers/net/
16428 X:      Documentation/devicetree/bindings/net/bluetooth/
16429 X:      Documentation/devicetree/bindings/net/can/
16430 X:      Documentation/devicetree/bindings/net/wireless/
16431 X:      drivers/net/can/
16432 X:      drivers/net/wireless/
16433
16434 NETWORKING DRIVERS (WIRELESS)
16435 M:      Johannes Berg <[email protected]>
16436 L:      [email protected]
16437 S:      Maintained
16438 W:      https://wireless.wiki.kernel.org/
16439 Q:      https://patchwork.kernel.org/project/linux-wireless/list/
16440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
16441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
16442 F:      Documentation/devicetree/bindings/net/wireless/
16443 F:      drivers/net/wireless/
16444
16445 NETWORKING [DSA]
16446 M:      Andrew Lunn <[email protected]>
16447 M:      Vladimir Oltean <[email protected]>
16448 S:      Maintained
16449 F:      Documentation/devicetree/bindings/net/dsa/
16450 F:      Documentation/devicetree/bindings/net/ethernet-switch-port.yaml
16451 F:      Documentation/devicetree/bindings/net/ethernet-switch.yaml
16452 F:      drivers/net/dsa/
16453 F:      include/linux/dsa/
16454 F:      include/linux/platform_data/dsa.h
16455 F:      include/net/dsa.h
16456 F:      net/dsa/
16457 F:      tools/testing/selftests/drivers/net/dsa/
16458
16459 NETWORKING [ETHTOOL]
16460 M:      Andrew Lunn <[email protected]>
16461 M:      Jakub Kicinski <[email protected]>
16462 F:      Documentation/netlink/specs/ethtool.yaml
16463 F:      Documentation/networking/ethtool-netlink.rst
16464 F:      include/linux/ethtool*
16465 F:      include/uapi/linux/ethtool*
16466 F:      net/ethtool/
16467 F:      tools/testing/selftests/drivers/net/*/ethtool*
16468
16469 NETWORKING [ETHTOOL CABLE TEST]
16470 M:      Andrew Lunn <[email protected]>
16471 F:      net/ethtool/cabletest.c
16472 F:      tools/testing/selftests/drivers/net/*/ethtool*
16473 K:      cable_test
16474
16475 NETWORKING [GENERAL]
16476 M:      "David S. Miller" <[email protected]>
16477 M:      Eric Dumazet <[email protected]>
16478 M:      Jakub Kicinski <[email protected]>
16479 M:      Paolo Abeni <[email protected]>
16480 R:      Simon Horman <[email protected]>
16481 L:      [email protected]
16482 S:      Maintained
16483 P:      Documentation/process/maintainer-netdev.rst
16484 Q:      https://patchwork.kernel.org/project/netdevbpf/list/
16485 B:      mailto:[email protected]
16486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
16487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git
16488 F:      Documentation/core-api/netlink.rst
16489 F:      Documentation/netlink/
16490 F:      Documentation/networking/
16491 F:      Documentation/networking/net_cachelines/
16492 F:      Documentation/process/maintainer-netdev.rst
16493 F:      Documentation/userspace-api/netlink/
16494 F:      include/linux/ethtool.h
16495 F:      include/linux/framer/framer-provider.h
16496 F:      include/linux/framer/framer.h
16497 F:      include/linux/in.h
16498 F:      include/linux/indirect_call_wrapper.h
16499 F:      include/linux/inet.h
16500 F:      include/linux/inet_diag.h
16501 F:      include/linux/net.h
16502 F:      include/linux/netdev*
16503 F:      include/linux/netlink.h
16504 F:      include/linux/netpoll.h
16505 F:      include/linux/rtnetlink.h
16506 F:      include/linux/sctp.h
16507 F:      include/linux/seq_file_net.h
16508 F:      include/linux/skbuff*
16509 F:      include/net/
16510 F:      include/uapi/linux/ethtool.h
16511 F:      include/uapi/linux/genetlink.h
16512 F:      include/uapi/linux/hsr_netlink.h
16513 F:      include/uapi/linux/in.h
16514 F:      include/uapi/linux/inet_diag.h
16515 F:      include/uapi/linux/nbd-netlink.h
16516 F:      include/uapi/linux/net.h
16517 F:      include/uapi/linux/net_namespace.h
16518 F:      include/uapi/linux/netconf.h
16519 F:      include/uapi/linux/netdev*
16520 F:      include/uapi/linux/netlink.h
16521 F:      include/uapi/linux/netlink_diag.h
16522 F:      include/uapi/linux/rtnetlink.h
16523 F:      include/uapi/linux/sctp.h
16524 F:      lib/net_utils.c
16525 F:      lib/random32.c
16526 F:      net/
16527 F:      samples/pktgen/
16528 F:      tools/net/
16529 F:      tools/testing/selftests/net/
16530 X:      Documentation/networking/mac80211-injection.rst
16531 X:      Documentation/networking/mac80211_hwsim/
16532 X:      Documentation/networking/regulatory.rst
16533 X:      include/net/cfg80211.h
16534 X:      include/net/ieee80211_radiotap.h
16535 X:      include/net/iw_handler.h
16536 X:      include/net/mac80211.h
16537 X:      include/net/wext.h
16538 X:      net/9p/
16539 X:      net/bluetooth/
16540 X:      net/can/
16541 X:      net/ceph/
16542 X:      net/mac80211/
16543 X:      net/rfkill/
16544 X:      net/wireless/
16545
16546 NETWORKING [IPSEC]
16547 M:      Steffen Klassert <[email protected]>
16548 M:      Herbert Xu <[email protected]>
16549 M:      "David S. Miller" <[email protected]>
16550 L:      [email protected]
16551 S:      Maintained
16552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
16553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
16554 F:      include/net/xfrm.h
16555 F:      include/uapi/linux/xfrm.h
16556 F:      net/ipv4/ah4.c
16557 F:      net/ipv4/esp4*
16558 F:      net/ipv4/ip_vti.c
16559 F:      net/ipv4/ipcomp.c
16560 F:      net/ipv4/xfrm*
16561 F:      net/ipv6/ah6.c
16562 F:      net/ipv6/esp6*
16563 F:      net/ipv6/ip6_vti.c
16564 F:      net/ipv6/ipcomp6.c
16565 F:      net/ipv6/xfrm*
16566 F:      net/key/
16567 F:      net/xfrm/
16568 F:      tools/testing/selftests/net/ipsec.c
16569
16570 NETWORKING [IPv4/IPv6]
16571 M:      "David S. Miller" <[email protected]>
16572 M:      David Ahern <[email protected]>
16573 L:      [email protected]
16574 S:      Maintained
16575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git
16576 F:      arch/x86/net/*
16577 F:      include/linux/ip.h
16578 F:      include/linux/ipv6*
16579 F:      include/net/fib*
16580 F:      include/net/ip*
16581 F:      include/net/route.h
16582 F:      net/ipv4/
16583 F:      net/ipv6/
16584
16585 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
16586 M:      Paul Moore <[email protected]>
16587 L:      [email protected]
16588 L:      [email protected]
16589 S:      Supported
16590 W:      https://github.com/netlabel
16591 F:      Documentation/netlabel/
16592 F:      include/net/calipso.h
16593 F:      include/net/cipso_ipv4.h
16594 F:      include/net/netlabel.h
16595 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
16596 F:      include/uapi/linux/netfilter/xt_SECMARK.h
16597 F:      net/ipv4/cipso_ipv4.c
16598 F:      net/ipv6/calipso.c
16599 F:      net/netfilter/xt_CONNSECMARK.c
16600 F:      net/netfilter/xt_SECMARK.c
16601 F:      net/netlabel/
16602
16603 NETWORKING [MACSEC]
16604 M:      Sabrina Dubroca <[email protected]>
16605 L:      [email protected]
16606 S:      Maintained
16607 F:      drivers/net/macsec.c
16608 F:      include/net/macsec.h
16609 F:      include/uapi/linux/if_macsec.h
16610 K:      macsec
16611 K:      \bmdo_
16612
16613 NETWORKING [MPTCP]
16614 M:      Matthieu Baerts <[email protected]>
16615 M:      Mat Martineau <[email protected]>
16616 R:      Geliang Tang <[email protected]>
16617 L:      [email protected]
16618 L:      [email protected]
16619 S:      Maintained
16620 W:      https://github.com/multipath-tcp/mptcp_net-next/wiki
16621 B:      https://github.com/multipath-tcp/mptcp_net-next/issues
16622 T:      git https://github.com/multipath-tcp/mptcp_net-next.git export-net
16623 T:      git https://github.com/multipath-tcp/mptcp_net-next.git export
16624 F:      Documentation/netlink/specs/mptcp_pm.yaml
16625 F:      Documentation/networking/mptcp*.rst
16626 F:      include/net/mptcp.h
16627 F:      include/trace/events/mptcp.h
16628 F:      include/uapi/linux/mptcp*.h
16629 F:      net/mptcp/
16630 F:      tools/testing/selftests/bpf/*/*mptcp*.[ch]
16631 F:      tools/testing/selftests/net/mptcp/
16632
16633 NETWORKING [TCP]
16634 M:      Eric Dumazet <[email protected]>
16635 M:      Neal Cardwell <[email protected]>
16636 R:      Kuniyuki Iwashima <[email protected]>
16637 L:      [email protected]
16638 S:      Maintained
16639 F:      Documentation/networking/net_cachelines/tcp_sock.rst
16640 F:      include/linux/tcp.h
16641 F:      include/net/tcp.h
16642 F:      include/trace/events/tcp.h
16643 F:      include/uapi/linux/tcp.h
16644 F:      net/ipv4/inet_connection_sock.c
16645 F:      net/ipv4/inet_hashtables.c
16646 F:      net/ipv4/inet_timewait_sock.c
16647 F:      net/ipv4/syncookies.c
16648 F:      net/ipv4/tcp*.c
16649 F:      net/ipv6/inet6_connection_sock.c
16650 F:      net/ipv6/inet6_hashtables.c
16651 F:      net/ipv6/syncookies.c
16652 F:      net/ipv6/tcp*.c
16653
16654 NETWORKING [TLS]
16655 M:      Boris Pismenny <[email protected]>
16656 M:      John Fastabend <[email protected]>
16657 M:      Jakub Kicinski <[email protected]>
16658 L:      [email protected]
16659 S:      Maintained
16660 F:      include/net/tls.h
16661 F:      include/uapi/linux/tls.h
16662 F:      net/tls/*
16663
16664 NETWORKING [SOCKETS]
16665 M:      Eric Dumazet <[email protected]>
16666 M:      Kuniyuki Iwashima <[email protected]>
16667 M:      Paolo Abeni <[email protected]>
16668 M:      Willem de Bruijn <[email protected]>
16669 S:      Maintained
16670 F:      include/linux/sock_diag.h
16671 F:      include/linux/socket.h
16672 F:      include/linux/sockptr.h
16673 F:      include/net/sock.h
16674 F:      include/net/sock_reuseport.h
16675 F:      include/uapi/linux/socket.h
16676 F:      net/core/*sock*
16677 F:      net/core/scm.c
16678 F:      net/socket.c
16679
16680 NETWORKING [UNIX SOCKETS]
16681 M:      Kuniyuki Iwashima <[email protected]>
16682 S:      Maintained
16683 F:      include/net/af_unix.h
16684 F:      include/net/netns/unix.h
16685 F:      include/uapi/linux/unix_diag.h
16686 F:      net/unix/
16687 F:      tools/testing/selftests/net/af_unix/
16688
16689 NETXEN (1/10) GbE SUPPORT
16690 M:      Manish Chopra <[email protected]>
16691 M:      Rahul Verma <[email protected]>
16692 M:      [email protected]
16693 L:      [email protected]
16694 S:      Maintained
16695 F:      drivers/net/ethernet/qlogic/netxen/
16696
16697 NET_FAILOVER MODULE
16698 M:      Sridhar Samudrala <[email protected]>
16699 L:      [email protected]
16700 S:      Supported
16701 F:      Documentation/networking/net_failover.rst
16702 F:      drivers/net/net_failover.c
16703 F:      include/net/net_failover.h
16704
16705 NEXTHOP
16706 M:      David Ahern <[email protected]>
16707 L:      [email protected]
16708 S:      Maintained
16709 F:      include/net/netns/nexthop.h
16710 F:      include/net/nexthop.h
16711 F:      include/uapi/linux/nexthop.h
16712 F:      net/ipv4/nexthop.c
16713
16714 NFC SUBSYSTEM
16715 M:      Krzysztof Kozlowski <[email protected]>
16716 L:      [email protected]
16717 S:      Maintained
16718 F:      Documentation/devicetree/bindings/net/nfc/
16719 F:      drivers/nfc/
16720 F:      include/net/nfc/
16721 F:      include/uapi/linux/nfc.h
16722 F:      net/nfc/
16723
16724 NFC VIRTUAL NCI DEVICE DRIVER
16725 M:      Bongsu Jeon <[email protected]>
16726 L:      [email protected]
16727 S:      Supported
16728 F:      drivers/nfc/virtual_ncidev.c
16729 F:      tools/testing/selftests/nci/
16730
16731 NFS, SUNRPC, AND LOCKD CLIENTS
16732 M:      Trond Myklebust <[email protected]>
16733 M:      Anna Schumaker <[email protected]>
16734 L:      [email protected]
16735 S:      Maintained
16736 W:      http://client.linux-nfs.org
16737 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
16738 F:      Documentation/filesystems/nfs/
16739 F:      fs/lockd/
16740 F:      fs/nfs/
16741 F:      fs/nfs_common/
16742 F:      include/linux/lockd/
16743 F:      include/linux/nfs*
16744 F:      include/linux/sunrpc/
16745 F:      include/uapi/linux/nfs*
16746 F:      include/uapi/linux/sunrpc/
16747 F:      net/sunrpc/
16748
16749 NILFS2 FILESYSTEM
16750 M:      Ryusuke Konishi <[email protected]>
16751 L:      [email protected]
16752 S:      Supported
16753 W:      https://nilfs.sourceforge.io/
16754 T:      git https://github.com/konis/nilfs2.git
16755 F:      Documentation/filesystems/nilfs2.rst
16756 F:      fs/nilfs2/
16757 F:      include/trace/events/nilfs2.h
16758 F:      include/uapi/linux/nilfs2_api.h
16759 F:      include/uapi/linux/nilfs2_ondisk.h
16760
16761 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
16762 M:      YOKOTA Hiroshi <[email protected]>
16763 S:      Maintained
16764 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
16765 F:      Documentation/scsi/NinjaSCSI.rst
16766 F:      drivers/scsi/pcmcia/nsp_*
16767
16768 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
16769 M:      GOTO Masanori <[email protected]>
16770 M:      YOKOTA Hiroshi <[email protected]>
16771 S:      Maintained
16772 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
16773 F:      Documentation/scsi/NinjaSCSI.rst
16774 F:      drivers/scsi/nsp32*
16775
16776 NINTENDO HID DRIVER
16777 M:      Daniel J. Ogorchock <[email protected]>
16778 L:      [email protected]
16779 S:      Maintained
16780 F:      drivers/hid/hid-nintendo*
16781
16782 NIOS2 ARCHITECTURE
16783 M:      Dinh Nguyen <[email protected]>
16784 S:      Maintained
16785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
16786 F:      arch/nios2/
16787
16788 NITRO ENCLAVES (NE)
16789 M:      Alexandru Ciobotaru <[email protected]>
16790 R:      The AWS Nitro Enclaves Team <[email protected]>
16791 L:      [email protected]
16792 S:      Supported
16793 W:      https://aws.amazon.com/ec2/nitro/nitro-enclaves/
16794 F:      Documentation/virt/ne_overview.rst
16795 F:      drivers/virt/nitro_enclaves/
16796 F:      include/linux/nitro_enclaves.h
16797 F:      include/uapi/linux/nitro_enclaves.h
16798 F:      samples/nitro_enclaves/
16799
16800 NITRO SECURE MODULE (NSM)
16801 M:      Alexander Graf <[email protected]>
16802 R:      The AWS Nitro Enclaves Team <[email protected]>
16803 L:      [email protected]
16804 S:      Supported
16805 W:      https://aws.amazon.com/ec2/nitro/nitro-enclaves/
16806 F:      drivers/misc/nsm.c
16807 F:      include/uapi/linux/nsm.h
16808
16809 NOHZ, DYNTICKS SUPPORT
16810 M:      Anna-Maria Behnsen <[email protected]>
16811 M:      Frederic Weisbecker <[email protected]>
16812 M:      Ingo Molnar <[email protected]>
16813 M:      Thomas Gleixner <[email protected]>
16814 L:      [email protected]
16815 S:      Maintained
16816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
16817 F:      include/linux/sched/nohz.h
16818 F:      include/linux/tick.h
16819 F:      kernel/time/tick*.*
16820
16821 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
16822 M:      Pavel Machek <[email protected]>
16823 M:      Sakari Ailus <[email protected]>
16824 L:      [email protected]
16825 S:      Maintained
16826 F:      drivers/media/i2c/ad5820.c
16827 F:      drivers/media/i2c/et8ek8
16828
16829 NOKIA N900 POWER SUPPLY DRIVERS
16830 R:      Pali Rohár <[email protected]>
16831 F:      drivers/power/supply/bq2415x_charger.c
16832 F:      drivers/power/supply/bq27xxx_battery.c
16833 F:      drivers/power/supply/bq27xxx_battery_i2c.c
16834 F:      drivers/power/supply/isp1704_charger.c
16835 F:      drivers/power/supply/rx51_battery.c
16836 F:      include/linux/power/bq2415x_charger.h
16837 F:      include/linux/power/bq27xxx_battery.h
16838
16839 NOLIBC HEADER FILE
16840 M:      Willy Tarreau <[email protected]>
16841 M:      Thomas Weißschuh <[email protected]>
16842 S:      Maintained
16843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc.git
16844 F:      tools/include/nolibc/
16845 F:      tools/testing/selftests/nolibc/
16846
16847 NOVATEK NVT-TS I2C TOUCHSCREEN DRIVER
16848 M:      Hans de Goede <[email protected]>
16849 L:      [email protected]
16850 S:      Maintained
16851 F:      Documentation/devicetree/bindings/input/touchscreen/novatek,nvt-ts.yaml
16852 F:      drivers/input/touchscreen/novatek-nvt-ts.c
16853
16854 NSDEPS
16855 M:      Matthias Maennich <[email protected]>
16856 S:      Maintained
16857 F:      Documentation/core-api/symbol-namespaces.rst
16858 F:      scripts/nsdeps
16859
16860 NTB AMD DRIVER
16861 M:      Sanjay R Mehta <[email protected]>
16862 M:      Shyam Sundar S K <[email protected]>
16863 L:      [email protected]
16864 S:      Supported
16865 F:      drivers/ntb/hw/amd/
16866
16867 NTB DRIVER CORE
16868 M:      Jon Mason <[email protected]>
16869 M:      Dave Jiang <[email protected]>
16870 M:      Allen Hubbe <[email protected]>
16871 L:      [email protected]
16872 S:      Supported
16873 W:      https://github.com/jonmason/ntb/wiki
16874 T:      git https://github.com/jonmason/ntb.git
16875 F:      drivers/net/ntb_netdev.c
16876 F:      drivers/ntb/
16877 F:      drivers/pci/endpoint/functions/pci-epf-*ntb.c
16878 F:      include/linux/ntb.h
16879 F:      include/linux/ntb_transport.h
16880 F:      tools/testing/selftests/ntb/
16881
16882 NTB INTEL DRIVER
16883 M:      Dave Jiang <[email protected]>
16884 L:      [email protected]
16885 S:      Supported
16886 W:      https://github.com/davejiang/linux/wiki
16887 T:      git https://github.com/davejiang/linux.git
16888 F:      drivers/ntb/hw/intel/
16889
16890 NTFS3 FILESYSTEM
16891 M:      Konstantin Komarov <[email protected]>
16892 L:      [email protected]
16893 S:      Supported
16894 W:      http://www.paragon-software.com/
16895 T:      git https://github.com/Paragon-Software-Group/linux-ntfs3.git
16896 F:      Documentation/filesystems/ntfs3.rst
16897 F:      fs/ntfs3/
16898
16899 NTSYNC SYNCHRONIZATION PRIMITIVE DRIVER
16900 M:      Elizabeth Figura <[email protected]>
16901 L:      [email protected]
16902 S:      Supported
16903 F:      Documentation/userspace-api/ntsync.rst
16904 F:      drivers/misc/ntsync.c
16905 F:      include/uapi/linux/ntsync.h
16906 F:      tools/testing/selftests/drivers/ntsync/
16907
16908 NUBUS SUBSYSTEM
16909 M:      Finn Thain <[email protected]>
16910 L:      [email protected]
16911 S:      Maintained
16912 F:      arch/*/include/asm/nubus.h
16913 F:      drivers/nubus/
16914 F:      include/linux/nubus.h
16915 F:      include/uapi/linux/nubus.h
16916
16917 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
16918 M:      Antonino Daplas <[email protected]>
16919 L:      [email protected]
16920 S:      Maintained
16921 F:      drivers/video/fbdev/nvidia/
16922 F:      drivers/video/fbdev/riva/
16923
16924 NVIDIA WMI EC BACKLIGHT DRIVER
16925 M:      Daniel Dadap <[email protected]>
16926 L:      [email protected]
16927 S:      Supported
16928 F:      drivers/platform/x86/nvidia-wmi-ec-backlight.c
16929 F:      include/linux/platform_data/x86/nvidia-wmi-ec-backlight.h
16930
16931 NVM EXPRESS DRIVER
16932 M:      Keith Busch <[email protected]>
16933 M:      Jens Axboe <[email protected]>
16934 M:      Christoph Hellwig <[email protected]>
16935 M:      Sagi Grimberg <[email protected]>
16936 L:      [email protected]
16937 S:      Supported
16938 W:      http://git.infradead.org/nvme.git
16939 T:      git git://git.infradead.org/nvme.git
16940 F:      Documentation/nvme/
16941 F:      drivers/nvme/common/
16942 F:      drivers/nvme/host/
16943 F:      include/linux/nvme-*.h
16944 F:      include/linux/nvme.h
16945 F:      include/uapi/linux/nvme_ioctl.h
16946
16947 NVM EXPRESS FABRICS AUTHENTICATION
16948 M:      Hannes Reinecke <[email protected]>
16949 L:      [email protected]
16950 S:      Supported
16951 F:      drivers/nvme/host/auth.c
16952 F:      drivers/nvme/target/auth.c
16953 F:      drivers/nvme/target/fabrics-cmd-auth.c
16954 F:      include/linux/nvme-auth.h
16955
16956 NVM EXPRESS FC TRANSPORT DRIVERS
16957 M:      James Smart <[email protected]>
16958 L:      [email protected]
16959 S:      Supported
16960 F:      drivers/nvme/host/fc.c
16961 F:      drivers/nvme/target/fc.c
16962 F:      drivers/nvme/target/fcloop.c
16963 F:      include/linux/nvme-fc-driver.h
16964 F:      include/linux/nvme-fc.h
16965
16966 NVM EXPRESS HARDWARE MONITORING SUPPORT
16967 M:      Guenter Roeck <[email protected]>
16968 L:      [email protected]
16969 S:      Supported
16970 F:      drivers/nvme/host/hwmon.c
16971
16972 NVM EXPRESS TARGET DRIVER
16973 M:      Christoph Hellwig <[email protected]>
16974 M:      Sagi Grimberg <[email protected]>
16975 M:      Chaitanya Kulkarni <[email protected]>
16976 L:      [email protected]
16977 S:      Supported
16978 W:      http://git.infradead.org/nvme.git
16979 T:      git git://git.infradead.org/nvme.git
16980 F:      drivers/nvme/target/
16981
16982 NVMEM FRAMEWORK
16983 M:      Srinivas Kandagatla <[email protected]>
16984 S:      Maintained
16985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/srini/nvmem.git
16986 F:      Documentation/ABI/stable/sysfs-bus-nvmem
16987 F:      Documentation/devicetree/bindings/nvmem/
16988 F:      drivers/nvmem/
16989 F:      include/dt-bindings/nvmem/
16990 F:      include/linux/nvmem-consumer.h
16991 F:      include/linux/nvmem-provider.h
16992
16993 NXP BLUETOOTH WIRELESS DRIVERS
16994 M:      Amitkumar Karwar <[email protected]>
16995 M:      Neeraj Kale <[email protected]>
16996 S:      Maintained
16997 F:      Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml
16998 F:      drivers/bluetooth/btnxpuart.c
16999
17000 NXP C45 TJA11XX PHY DRIVER
17001 M:      Andrei Botila <[email protected]>
17002 L:      [email protected]
17003 S:      Maintained
17004 F:      drivers/net/phy/nxp-c45-tja11xx*
17005
17006 NXP FSPI DRIVER
17007 M:      Han Xu <[email protected]>
17008 M:      Haibo Chen <[email protected]>
17009 R:      Yogesh Gaur <[email protected]>
17010 L:      [email protected]
17011 L:      [email protected]
17012 S:      Maintained
17013 F:      Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
17014 F:      drivers/spi/spi-nxp-fspi.c
17015
17016 NXP FXAS21002C DRIVER
17017 M:      Rui Miguel Silva <[email protected]>
17018 L:      [email protected]
17019 S:      Maintained
17020 F:      Documentation/devicetree/bindings/iio/gyroscope/nxp,fxas21002c.yaml
17021 F:      drivers/iio/gyro/fxas21002c.h
17022 F:      drivers/iio/gyro/fxas21002c_core.c
17023 F:      drivers/iio/gyro/fxas21002c_i2c.c
17024 F:      drivers/iio/gyro/fxas21002c_spi.c
17025
17026 NXP i.MX 7D/6SX/6UL/93 AND VF610 ADC DRIVER
17027 M:      Haibo Chen <[email protected]>
17028 L:      [email protected]
17029 L:      [email protected]
17030 S:      Maintained
17031 F:      Documentation/devicetree/bindings/iio/adc/fsl,imx7d-adc.yaml
17032 F:      Documentation/devicetree/bindings/iio/adc/fsl,vf610-adc.yaml
17033 F:      Documentation/devicetree/bindings/iio/adc/nxp,imx93-adc.yaml
17034 F:      drivers/iio/adc/imx7d_adc.c
17035 F:      drivers/iio/adc/imx93_adc.c
17036 F:      drivers/iio/adc/vf610_adc.c
17037
17038 NXP i.MX 8M ISI DRIVER
17039 M:      Laurent Pinchart <[email protected]>
17040 L:      [email protected]
17041 S:      Maintained
17042 F:      Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml
17043 F:      drivers/media/platform/nxp/imx8-isi/
17044
17045 NXP i.MX 8MP DW100 V4L2 DRIVER
17046 M:      Xavier Roumegue <[email protected]>
17047 L:      [email protected]
17048 S:      Maintained
17049 F:      Documentation/devicetree/bindings/media/nxp,dw100.yaml
17050 F:      Documentation/userspace-api/media/drivers/dw100.rst
17051 F:      drivers/media/platform/nxp/dw100/
17052 F:      include/uapi/linux/dw100.h
17053
17054 NXP i.MX 8MQ DCSS DRIVER
17055 M:      Laurentiu Palcu <[email protected]>
17056 R:      Lucas Stach <[email protected]>
17057 L:      [email protected]
17058 S:      Maintained
17059 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
17060 F:      Documentation/devicetree/bindings/display/imx/nxp,imx8mq-dcss.yaml
17061 F:      drivers/gpu/drm/imx/dcss/
17062
17063 NXP i.MX 8QXP ADC DRIVER
17064 M:      Cai Huoqing <[email protected]>
17065 M:      Haibo Chen <[email protected]>
17066 L:      [email protected]
17067 L:      [email protected]
17068 S:      Maintained
17069 F:      Documentation/devicetree/bindings/iio/adc/nxp,imx8qxp-adc.yaml
17070 F:      drivers/iio/adc/imx8qxp-adc.c
17071
17072 NXP i.MX 8QXP/8QM JPEG V4L2 DRIVER
17073 M:      Mirela Rabulea <[email protected]>
17074 L:      [email protected]
17075 L:      [email protected]
17076 S:      Maintained
17077 F:      Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
17078 F:      drivers/media/platform/nxp/imx-jpeg
17079
17080 NXP i.MX CLOCK DRIVERS
17081 M:      Abel Vesa <[email protected]>
17082 R:      Peng Fan <[email protected]>
17083 L:      [email protected]
17084 L:      [email protected]
17085 S:      Maintained
17086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux.git clk/imx
17087 F:      Documentation/devicetree/bindings/clock/imx*
17088 F:      drivers/clk/imx/
17089 F:      include/dt-bindings/clock/imx*
17090
17091 NXP PF8100/PF8121A/PF8200 PMIC REGULATOR DEVICE DRIVER
17092 M:      Jagan Teki <[email protected]>
17093 S:      Maintained
17094 F:      Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml
17095 F:      drivers/regulator/pf8x00-regulator.c
17096
17097 NXP PTN5150A CC LOGIC AND EXTCON DRIVER
17098 M:      Krzysztof Kozlowski <[email protected]>
17099 L:      [email protected]
17100 S:      Maintained
17101 F:      Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
17102 F:      drivers/extcon/extcon-ptn5150.c
17103
17104 NXP SGTL5000 DRIVER
17105 M:      Fabio Estevam <[email protected]>
17106 L:      [email protected]
17107 S:      Maintained
17108 F:      Documentation/devicetree/bindings/sound/fsl,sgtl5000.yaml
17109 F:      sound/soc/codecs/sgtl5000*
17110
17111 NXP SJA1105 ETHERNET SWITCH DRIVER
17112 M:      Vladimir Oltean <[email protected]>
17113 L:      [email protected]
17114 S:      Maintained
17115 F:      drivers/net/dsa/sja1105
17116 F:      drivers/net/pcs/pcs-xpcs-nxp.c
17117
17118 NXP TDA998X DRM DRIVER
17119 M:      Russell King <[email protected]>
17120 S:      Maintained
17121 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
17122 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
17123 F:      drivers/gpu/drm/i2c/tda998x_drv.c
17124 F:      include/drm/i2c/tda998x.h
17125 F:      include/dt-bindings/display/tda998x.h
17126 K:      "nxp,tda998x"
17127
17128 NXP TFA9879 DRIVER
17129 M:      Peter Rosin <[email protected]>
17130 L:      [email protected]
17131 S:      Maintained
17132 F:      Documentation/devicetree/bindings/sound/nxp,tfa9879.yaml
17133 F:      sound/soc/codecs/tfa9879*
17134
17135 NXP-NCI NFC DRIVER
17136 S:      Orphan
17137 F:      Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml
17138 F:      drivers/nfc/nxp-nci
17139
17140 NXP/Goodix TFA989X (TFA1) DRIVER
17141 M:      Stephan Gerhold <[email protected]>
17142 L:      [email protected]
17143 S:      Maintained
17144 F:      Documentation/devicetree/bindings/sound/nxp,tfa989x.yaml
17145 F:      sound/soc/codecs/tfa989x.c
17146
17147 NZXT-KRAKEN2 HARDWARE MONITORING DRIVER
17148 M:      Jonas Malaco <[email protected]>
17149 L:      [email protected]
17150 S:      Maintained
17151 F:      Documentation/hwmon/nzxt-kraken2.rst
17152 F:      drivers/hwmon/nzxt-kraken2.c
17153
17154 NZXT-KRAKEN3 HARDWARE MONITORING DRIVER
17155 M:      Jonas Malaco <[email protected]>
17156 M:      Aleksa Savic <[email protected]>
17157 L:      [email protected]
17158 S:      Maintained
17159 F:      Documentation/hwmon/nzxt-kraken3.rst
17160 F:      drivers/hwmon/nzxt-kraken3.c
17161
17162 OBJAGG
17163 M:      Jiri Pirko <[email protected]>
17164 L:      [email protected]
17165 S:      Supported
17166 F:      include/linux/objagg.h
17167 F:      lib/objagg.c
17168 F:      lib/test_objagg.c
17169
17170 OBJPOOL
17171 M:      Matt Wu <[email protected]>
17172 S:      Supported
17173 F:      include/linux/objpool.h
17174 F:      lib/objpool.c
17175 F:      lib/test_objpool.c
17176
17177 OBJTOOL
17178 M:      Josh Poimboeuf <[email protected]>
17179 M:      Peter Zijlstra <[email protected]>
17180 S:      Supported
17181 F:      include/linux/objtool*.h
17182 F:      tools/objtool/
17183
17184 OCELOT ETHERNET SWITCH DRIVER
17185 M:      Vladimir Oltean <[email protected]>
17186 M:      Claudiu Manoil <[email protected]>
17187 M:      Alexandre Belloni <[email protected]>
17188 M:      [email protected]
17189 L:      [email protected]
17190 S:      Supported
17191 F:      drivers/net/dsa/ocelot/*
17192 F:      drivers/net/ethernet/mscc/
17193 F:      include/soc/mscc/ocelot*
17194 F:      net/dsa/tag_ocelot.c
17195 F:      net/dsa/tag_ocelot_8021q.c
17196 F:      tools/testing/selftests/drivers/net/ocelot/*
17197
17198 OCELOT EXTERNAL SWITCH CONTROL
17199 M:      Colin Foster <[email protected]>
17200 S:      Supported
17201 F:      Documentation/devicetree/bindings/mfd/mscc,ocelot.yaml
17202 F:      drivers/mfd/ocelot*
17203 F:      drivers/net/dsa/ocelot/ocelot_ext.c
17204 F:      include/linux/mfd/ocelot.h
17205
17206 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
17207 M:      Frederic Barrat <[email protected]>
17208 M:      Andrew Donnellan <[email protected]>
17209 L:      [email protected]
17210 S:      Supported
17211 F:      Documentation/userspace-api/accelerators/ocxl.rst
17212 F:      arch/powerpc/include/asm/pnv-ocxl.h
17213 F:      arch/powerpc/platforms/powernv/ocxl.c
17214 F:      drivers/misc/ocxl/
17215 F:      include/misc/ocxl*
17216 F:      include/uapi/misc/ocxl.h
17217
17218 OMAP AUDIO SUPPORT
17219 M:      Peter Ujfalusi <[email protected]>
17220 M:      Jarkko Nikula <[email protected]>
17221 L:      [email protected]
17222 L:      [email protected]
17223 S:      Maintained
17224 F:      sound/soc/ti/n810.c
17225 F:      sound/soc/ti/omap*
17226 F:      sound/soc/ti/rx51.c
17227 F:      sound/soc/ti/sdma-pcm.*
17228
17229 OMAP CLOCK FRAMEWORK SUPPORT
17230 M:      Paul Walmsley <[email protected]>
17231 L:      [email protected]
17232 S:      Maintained
17233 F:      arch/arm/*omap*/*clock*
17234
17235 OMAP DEVICE TREE SUPPORT
17236 M:      Tony Lindgren <[email protected]>
17237 L:      [email protected]
17238 L:      [email protected]
17239 S:      Maintained
17240 F:      arch/arm/boot/dts/ti/omap/
17241
17242 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
17243 L:      [email protected]
17244 L:      [email protected]
17245 S:      Orphan
17246 F:      Documentation/arch/arm/omap/dss.rst
17247 F:      drivers/video/fbdev/omap2/
17248
17249 OMAP FRAMEBUFFER SUPPORT
17250 L:      [email protected]
17251 L:      [email protected]
17252 S:      Orphan
17253 F:      drivers/video/fbdev/omap/
17254
17255 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
17256 M:      Roger Quadros <[email protected]>
17257 M:      Tony Lindgren <[email protected]>
17258 L:      [email protected]
17259 S:      Maintained
17260 F:      arch/arm/mach-omap2/*gpmc*
17261 F:      drivers/memory/omap-gpmc.c
17262
17263 OMAP GPIO DRIVER
17264 M:      Grygorii Strashko <[email protected]>
17265 M:      Santosh Shilimkar <[email protected]>
17266 M:      Kevin Hilman <[email protected]>
17267 L:      [email protected]
17268 S:      Maintained
17269 F:      Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml
17270 F:      drivers/gpio/gpio-omap.c
17271
17272 OMAP HARDWARE SPINLOCK SUPPORT
17273 L:      [email protected]
17274 S:      Orphan
17275 F:      drivers/hwspinlock/omap_hwspinlock.c
17276
17277 OMAP HS MMC SUPPORT
17278 L:      [email protected]
17279 L:      [email protected]
17280 S:      Orphan
17281 F:      drivers/mmc/host/omap_hsmmc.c
17282
17283 OMAP HWMOD DATA
17284 M:      Paul Walmsley <[email protected]>
17285 L:      [email protected]
17286 S:      Maintained
17287 F:      arch/arm/mach-omap2/omap_hwmod*data*
17288
17289 OMAP HWMOD SUPPORT
17290 M:      Paul Walmsley <[email protected]>
17291 L:      [email protected]
17292 S:      Maintained
17293 F:      arch/arm/mach-omap2/omap_hwmod.*
17294
17295 OMAP I2C DRIVER
17296 M:      Vignesh R <[email protected]>
17297 L:      [email protected]
17298 L:      [email protected]
17299 S:      Maintained
17300 F:      Documentation/devicetree/bindings/i2c/ti,omap4-i2c.yaml
17301 F:      drivers/i2c/busses/i2c-omap.c
17302
17303 OMAP MMC SUPPORT
17304 M:      Aaro Koskinen <[email protected]>
17305 L:      [email protected]
17306 S:      Odd Fixes
17307 F:      drivers/mmc/host/omap.c
17308
17309 OMAP POWER MANAGEMENT SUPPORT
17310 M:      Kevin Hilman <[email protected]>
17311 L:      [email protected]
17312 S:      Maintained
17313 F:      arch/arm/*omap*/*pm*
17314 F:      drivers/cpufreq/omap-cpufreq.c
17315
17316 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
17317 M:      Paul Walmsley <[email protected]>
17318 L:      [email protected]
17319 S:      Maintained
17320 F:      arch/arm/mach-omap2/prm*
17321
17322 OMAP RANDOM NUMBER GENERATOR SUPPORT
17323 M:      Deepak Saxena <[email protected]>
17324 S:      Maintained
17325 F:      drivers/char/hw_random/omap-rng.c
17326
17327 OMAP USB SUPPORT
17328 L:      [email protected]
17329 L:      [email protected]
17330 S:      Orphan
17331 F:      arch/arm/*omap*/usb*
17332 F:      drivers/usb/*/*omap*
17333
17334 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
17335 M:      Mark Jackson <[email protected]>
17336 L:      [email protected]
17337 S:      Maintained
17338 F:      arch/arm/boot/dts/ti/omap/am335x-nano.dts
17339
17340 OMAP1 SUPPORT
17341 M:      Aaro Koskinen <[email protected]>
17342 M:      Janusz Krzysztofik <[email protected]>
17343 R:      Tony Lindgren <[email protected]>
17344 L:      [email protected]
17345 S:      Maintained
17346 Q:      http://patchwork.kernel.org/project/linux-omap/list/
17347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
17348 F:      arch/arm/configs/omap1_defconfig
17349 F:      arch/arm/mach-omap1/
17350 F:      drivers/i2c/busses/i2c-omap.c
17351 F:      include/linux/platform_data/ams-delta-fiq.h
17352 F:      include/linux/platform_data/i2c-omap.h
17353
17354 OMAP2+ SUPPORT
17355 M:      Aaro Koskinen <[email protected]>
17356 M:      Andreas Kemnade <[email protected]>
17357 M:      Kevin Hilman <[email protected]>
17358 M:      Roger Quadros <[email protected]>
17359 M:      Tony Lindgren <[email protected]>
17360 L:      [email protected]
17361 S:      Maintained
17362 W:      http://linux.omap.com/
17363 Q:      http://patchwork.kernel.org/project/linux-omap/list/
17364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
17365 F:      Documentation/devicetree/bindings/arm/ti/omap.yaml
17366 F:      arch/arm/configs/omap2plus_defconfig
17367 F:      arch/arm/mach-omap2/
17368 F:      drivers/bus/omap*.[ch]
17369 F:      drivers/bus/ti-sysc.c
17370 F:      drivers/gpio/gpio-tps65219.c
17371 F:      drivers/i2c/busses/i2c-omap.c
17372 F:      drivers/irqchip/irq-omap-intc.c
17373 F:      drivers/mfd/*omap*.c
17374 F:      drivers/mfd/menelaus.c
17375 F:      drivers/mfd/palmas.c
17376 F:      drivers/mfd/tps65217.c
17377 F:      drivers/mfd/tps65218.c
17378 F:      drivers/mfd/tps65219.c
17379 F:      drivers/mfd/tps65910.c
17380 F:      drivers/mfd/twl-core.[ch]
17381 F:      drivers/mfd/twl4030*.c
17382 F:      drivers/mfd/twl6030*.c
17383 F:      drivers/mfd/twl6040*.c
17384 F:      drivers/regulator/palmas-regulator*.c
17385 F:      drivers/regulator/pbias-regulator.c
17386 F:      drivers/regulator/tps65217-regulator.c
17387 F:      drivers/regulator/tps65218-regulator.c
17388 F:      drivers/regulator/tps65219-regulator.c
17389 F:      drivers/regulator/tps65910-regulator.c
17390 F:      drivers/regulator/twl-regulator.c
17391 F:      drivers/regulator/twl6030-regulator.c
17392 F:      include/linux/platform_data/i2c-omap.h
17393 F:      include/linux/platform_data/ti-sysc.h
17394
17395 OMFS FILESYSTEM
17396 M:      Bob Copeland <[email protected]>
17397 L:      [email protected]
17398 S:      Maintained
17399 F:      Documentation/filesystems/omfs.rst
17400 F:      fs/omfs/
17401
17402 OMNIVISION OG01A1B SENSOR DRIVER
17403 M:      Sakari Ailus <[email protected]>
17404 L:      [email protected]
17405 S:      Maintained
17406 F:      Documentation/devicetree/bindings/media/i2c/ovti,og01a1b.yaml
17407 F:      drivers/media/i2c/og01a1b.c
17408
17409 OMNIVISION OV01A10 SENSOR DRIVER
17410 M:      Bingbu Cao <[email protected]>
17411 L:      [email protected]
17412 S:      Maintained
17413 T:      git git://linuxtv.org/media.git
17414 F:      drivers/media/i2c/ov01a10.c
17415
17416 OMNIVISION OV02A10 SENSOR DRIVER
17417 L:      [email protected]
17418 S:      Orphan
17419 T:      git git://linuxtv.org/media.git
17420 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov02a10.yaml
17421 F:      drivers/media/i2c/ov02a10.c
17422
17423 OMNIVISION OV08D10 SENSOR DRIVER
17424 M:      Jimmy Su <[email protected]>
17425 L:      [email protected]
17426 S:      Maintained
17427 T:      git git://linuxtv.org/media.git
17428 F:      drivers/media/i2c/ov08d10.c
17429
17430 OMNIVISION OV08X40 SENSOR DRIVER
17431 M:      Jason Chen <[email protected]>
17432 L:      [email protected]
17433 S:      Maintained
17434 T:      git git://linuxtv.org/media.git
17435 F:      drivers/media/i2c/ov08x40.c
17436 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov08x40.yaml
17437
17438 OMNIVISION OV13858 SENSOR DRIVER
17439 M:      Sakari Ailus <[email protected]>
17440 L:      [email protected]
17441 S:      Maintained
17442 T:      git git://linuxtv.org/media.git
17443 F:      drivers/media/i2c/ov13858.c
17444
17445 OMNIVISION OV13B10 SENSOR DRIVER
17446 M:      Arec Kao <[email protected]>
17447 L:      [email protected]
17448 S:      Maintained
17449 T:      git git://linuxtv.org/media.git
17450 F:      drivers/media/i2c/ov13b10.c
17451
17452 OMNIVISION OV2680 SENSOR DRIVER
17453 M:      Rui Miguel Silva <[email protected]>
17454 M:      Hans de Goede <[email protected]>
17455 L:      [email protected]
17456 S:      Maintained
17457 T:      git git://linuxtv.org/media.git
17458 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov2680.yaml
17459 F:      drivers/media/i2c/ov2680.c
17460
17461 OMNIVISION OV2685 SENSOR DRIVER
17462 M:      Shunqian Zheng <[email protected]>
17463 L:      [email protected]
17464 S:      Maintained
17465 T:      git git://linuxtv.org/media.git
17466 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov2685.yaml
17467 F:      drivers/media/i2c/ov2685.c
17468
17469 OMNIVISION OV2740 SENSOR DRIVER
17470 M:      Tianshu Qiu <[email protected]>
17471 R:      Sakari Ailus <[email protected]>
17472 R:      Bingbu Cao <[email protected]>
17473 L:      [email protected]
17474 S:      Maintained
17475 T:      git git://linuxtv.org/media.git
17476 F:      drivers/media/i2c/ov2740.c
17477
17478 OMNIVISION OV4689 SENSOR DRIVER
17479 M:      Mikhail Rudenko <[email protected]>
17480 L:      [email protected]
17481 S:      Maintained
17482 T:      git git://linuxtv.org/media.git
17483 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov4689.yaml
17484 F:      drivers/media/i2c/ov4689.c
17485
17486 OMNIVISION OV5640 SENSOR DRIVER
17487 M:      Steve Longerbeam <[email protected]>
17488 L:      [email protected]
17489 S:      Maintained
17490 T:      git git://linuxtv.org/media.git
17491 F:      drivers/media/i2c/ov5640.c
17492
17493 OMNIVISION OV5647 SENSOR DRIVER
17494 M:      Dave Stevenson <[email protected]>
17495 M:      Jacopo Mondi <[email protected]>
17496 L:      [email protected]
17497 S:      Maintained
17498 T:      git git://linuxtv.org/media.git
17499 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov5647.yaml
17500 F:      drivers/media/i2c/ov5647.c
17501
17502 OMNIVISION OV5670 SENSOR DRIVER
17503 M:      Sakari Ailus <[email protected]>
17504 L:      [email protected]
17505 S:      Maintained
17506 T:      git git://linuxtv.org/media.git
17507 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov5670.yaml
17508 F:      drivers/media/i2c/ov5670.c
17509
17510 OMNIVISION OV5675 SENSOR DRIVER
17511 M:      Sakari Ailus <[email protected]>
17512 L:      [email protected]
17513 S:      Maintained
17514 T:      git git://linuxtv.org/media.git
17515 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov5675.yaml
17516 F:      drivers/media/i2c/ov5675.c
17517
17518 OMNIVISION OV5693 SENSOR DRIVER
17519 M:      Daniel Scally <[email protected]>
17520 L:      [email protected]
17521 S:      Maintained
17522 T:      git git://linuxtv.org/media.git
17523 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov5693.yaml
17524 F:      drivers/media/i2c/ov5693.c
17525
17526 OMNIVISION OV5695 SENSOR DRIVER
17527 M:      Shunqian Zheng <[email protected]>
17528 L:      [email protected]
17529 S:      Maintained
17530 T:      git git://linuxtv.org/media.git
17531 F:      drivers/media/i2c/ov5695.c
17532
17533 OMNIVISION OV64A40 SENSOR DRIVER
17534 M:      Jacopo Mondi <[email protected]>
17535 L:      [email protected]
17536 S:      Maintained
17537 T:      git git://linuxtv.org/media.git
17538 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov64a40.yaml
17539 F:      drivers/media/i2c/ov64a40.c
17540
17541 OMNIVISION OV7670 SENSOR DRIVER
17542 L:      [email protected]
17543 S:      Orphan
17544 T:      git git://linuxtv.org/media.git
17545 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
17546 F:      drivers/media/i2c/ov7670.c
17547
17548 OMNIVISION OV772x SENSOR DRIVER
17549 M:      Jacopo Mondi <[email protected]>
17550 L:      [email protected]
17551 S:      Odd fixes
17552 T:      git git://linuxtv.org/media.git
17553 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov772x.yaml
17554 F:      drivers/media/i2c/ov772x.c
17555 F:      include/media/i2c/ov772x.h
17556
17557 OMNIVISION OV7740 SENSOR DRIVER
17558 L:      [email protected]
17559 S:      Orphan
17560 T:      git git://linuxtv.org/media.git
17561 F:      Documentation/devicetree/bindings/media/i2c/ov7740.txt
17562 F:      drivers/media/i2c/ov7740.c
17563
17564 OMNIVISION OV8856 SENSOR DRIVER
17565 M:      Sakari Ailus <[email protected]>
17566 L:      [email protected]
17567 S:      Maintained
17568 T:      git git://linuxtv.org/media.git
17569 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
17570 F:      drivers/media/i2c/ov8856.c
17571
17572 OMNIVISION OV8858 SENSOR DRIVER
17573 M:      Jacopo Mondi <[email protected]>
17574 M:      Nicholas Roth <[email protected]>
17575 L:      [email protected]
17576 S:      Maintained
17577 T:      git git://linuxtv.org/media.git
17578 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml
17579 F:      drivers/media/i2c/ov8858.c
17580
17581 OMNIVISION OV9282 SENSOR DRIVER
17582 M:      Dave Stevenson <[email protected]>
17583 L:      [email protected]
17584 S:      Maintained
17585 T:      git git://linuxtv.org/media.git
17586 F:      Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml
17587 F:      drivers/media/i2c/ov9282.c
17588
17589 OMNIVISION OV9640 SENSOR DRIVER
17590 M:      Petr Cvek <[email protected]>
17591 L:      [email protected]
17592 S:      Maintained
17593 F:      drivers/media/i2c/ov9640.*
17594
17595 OMNIVISION OV9650 SENSOR DRIVER
17596 M:      Sakari Ailus <[email protected]>
17597 R:      Akinobu Mita <[email protected]>
17598 R:      Sylwester Nawrocki <[email protected]>
17599 L:      [email protected]
17600 S:      Maintained
17601 T:      git git://linuxtv.org/media.git
17602 F:      Documentation/devicetree/bindings/media/i2c/ov9650.txt
17603 F:      drivers/media/i2c/ov9650.c
17604
17605 OMNIVISION OV9734 SENSOR DRIVER
17606 M:      Tianshu Qiu <[email protected]>
17607 R:      Bingbu Cao <[email protected]>
17608 L:      [email protected]
17609 S:      Maintained
17610 T:      git git://linuxtv.org/media.git
17611 F:      drivers/media/i2c/ov9734.c
17612
17613 ONBOARD USB HUB DRIVER
17614 M:      Matthias Kaehlcke <[email protected]>
17615 L:      [email protected]
17616 S:      Maintained
17617 F:      Documentation/ABI/testing/sysfs-bus-platform-onboard-usb-dev
17618 F:      drivers/usb/misc/onboard_usb_dev.c
17619
17620 ONENAND FLASH DRIVER
17621 M:      Kyungmin Park <[email protected]>
17622 L:      [email protected]
17623 S:      Maintained
17624 F:      drivers/mtd/nand/onenand/
17625 F:      include/linux/mtd/onenand*.h
17626
17627 ONEXPLAYER FAN DRIVER
17628 M:      Derek John Clark <[email protected]>
17629 M:      Joaquín Ignacio Aramendía <[email protected]>
17630 L:      [email protected]
17631 S:      Maintained
17632 F:      drivers/hwmon/oxp-sensors.c
17633
17634 ONIE TLV NVMEM LAYOUT DRIVER
17635 M:      Miquel Raynal <[email protected]>
17636 S:      Maintained
17637 F:      Documentation/devicetree/bindings/nvmem/layouts/onie,tlv-layout.yaml
17638 F:      drivers/nvmem/layouts/onie-tlv.c
17639
17640 ONION OMEGA2+ BOARD
17641 M:      Harvey Hunt <[email protected]>
17642 L:      [email protected]
17643 S:      Maintained
17644 F:      arch/mips/boot/dts/ralink/omega2p.dts
17645
17646 ONSEMI ETHERNET PHY DRIVERS
17647 M:      Piergiorgio Beruto <[email protected]>
17648 L:      [email protected]
17649 S:      Supported
17650 W:      http://www.onsemi.com
17651 F:      drivers/net/phy/ncn*
17652
17653 OP-TEE DRIVER
17654 M:      Jens Wiklander <[email protected]>
17655 L:      [email protected]
17656 S:      Maintained
17657 F:      Documentation/ABI/testing/sysfs-bus-optee-devices
17658 F:      drivers/tee/optee/
17659
17660 OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER
17661 M:      Sumit Garg <[email protected]>
17662 L:      [email protected]
17663 S:      Maintained
17664 F:      drivers/char/hw_random/optee-rng.c
17665
17666 OP-TEE RTC DRIVER
17667 M:      Clément Léger <[email protected]>
17668 L:      [email protected]
17669 S:      Maintained
17670 F:      drivers/rtc/rtc-optee.c
17671
17672 OPA-VNIC DRIVER
17673 M:      Dennis Dalessandro <[email protected]>
17674 L:      [email protected]
17675 S:      Supported
17676 F:      drivers/infiniband/ulp/opa_vnic
17677
17678 OPEN ALLIANCE 10BASE-T1S MACPHY SERIAL INTERFACE FRAMEWORK
17679 M:      Parthiban Veerasooran <[email protected]>
17680 L:      [email protected]
17681 S:      Maintained
17682 F:      Documentation/networking/oa-tc6-framework.rst
17683 F:      drivers/net/ethernet/oa_tc6.c
17684 F:      include/linux/oa_tc6.h
17685
17686 OPEN FIRMWARE AND FLATTENED DEVICE TREE
17687 M:      Rob Herring <[email protected]>
17688 M:      Saravana Kannan <[email protected]>
17689 L:      [email protected]
17690 S:      Maintained
17691 W:      http://www.devicetree.org/
17692 C:      irc://irc.libera.chat/devicetree
17693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
17694 F:      Documentation/ABI/testing/sysfs-firmware-ofw
17695 F:      drivers/of/
17696 F:      include/linux/of*.h
17697 F:      rust/kernel/of.rs
17698 F:      scripts/dtc/
17699 F:      tools/testing/selftests/dt/
17700 K:      of_overlay_notifier_
17701 K:      of_overlay_fdt_apply
17702 K:      of_overlay_remove
17703
17704 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
17705 M:      Rob Herring <[email protected]>
17706 M:      Krzysztof Kozlowski <[email protected]>
17707 M:      Conor Dooley <[email protected]>
17708 L:      [email protected]
17709 S:      Maintained
17710 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
17711 C:      irc://irc.libera.chat/devicetree
17712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
17713 F:      Documentation/devicetree/
17714 F:      arch/*/boot/dts/
17715 F:      include/dt-bindings/
17716
17717 OPENCOMPUTE PTP CLOCK DRIVER
17718 M:      Jonathan Lemon <[email protected]>
17719 M:      Vadim Fedorenko <[email protected]>
17720 L:      [email protected]
17721 S:      Maintained
17722 F:      drivers/ptp/ptp_ocp.c
17723
17724 OPENCORES I2C BUS DRIVER
17725 M:      Peter Korsgaard <[email protected]>
17726 M:      Andrew Lunn <[email protected]>
17727 L:      [email protected]
17728 S:      Maintained
17729 F:      Documentation/devicetree/bindings/i2c/opencores,i2c-ocores.yaml
17730 F:      Documentation/i2c/busses/i2c-ocores.rst
17731 F:      drivers/i2c/busses/i2c-ocores.c
17732 F:      include/linux/platform_data/i2c-ocores.h
17733
17734 OPENRISC ARCHITECTURE
17735 M:      Jonas Bonn <[email protected]>
17736 M:      Stefan Kristiansson <[email protected]>
17737 M:      Stafford Horne <[email protected]>
17738 L:      [email protected]
17739 S:      Maintained
17740 W:      http://openrisc.io
17741 T:      git https://github.com/openrisc/linux.git
17742 F:      Documentation/arch/openrisc/
17743 F:      Documentation/devicetree/bindings/openrisc/
17744 F:      arch/openrisc/
17745 F:      drivers/irqchip/irq-ompic.c
17746 F:      drivers/irqchip/irq-or1k-*
17747
17748 OPENVSWITCH
17749 M:      Pravin B Shelar <[email protected]>
17750 L:      [email protected]
17751 L:      [email protected]
17752 S:      Maintained
17753 W:      http://openvswitch.org
17754 F:      Documentation/networking/openvswitch.rst
17755 F:      include/uapi/linux/openvswitch.h
17756 F:      net/openvswitch/
17757 F:      tools/testing/selftests/net/openvswitch/
17758
17759 OPERATING PERFORMANCE POINTS (OPP)
17760 M:      Viresh Kumar <[email protected]>
17761 M:      Nishanth Menon <[email protected]>
17762 M:      Stephen Boyd <[email protected]>
17763 L:      [email protected]
17764 S:      Maintained
17765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
17766 F:      Documentation/devicetree/bindings/opp/
17767 F:      Documentation/power/opp.rst
17768 F:      drivers/opp/
17769 F:      include/linux/pm_opp.h
17770
17771 OPL4 DRIVER
17772 M:      Clemens Ladisch <[email protected]>
17773 L:      [email protected]
17774 S:      Maintained
17775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
17776 F:      sound/drivers/opl4/
17777
17778 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
17779 M:      Mark Fasheh <[email protected]>
17780 M:      Joel Becker <[email protected]>
17781 M:      Joseph Qi <[email protected]>
17782 L:      [email protected]
17783 S:      Supported
17784 W:      http://ocfs2.wiki.kernel.org
17785 F:      Documentation/filesystems/dlmfs.rst
17786 F:      Documentation/filesystems/ocfs2.rst
17787 F:      fs/ocfs2/
17788
17789 ORANGEFS FILESYSTEM
17790 M:      Mike Marshall <[email protected]>
17791 R:      Martin Brandenburg <[email protected]>
17792 L:      [email protected]
17793 S:      Supported
17794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
17795 F:      Documentation/filesystems/orangefs.rst
17796 F:      fs/orangefs/
17797
17798 OV2659 OMNIVISION SENSOR DRIVER
17799 M:      "Lad, Prabhakar" <[email protected]>
17800 L:      [email protected]
17801 S:      Maintained
17802 W:      https://linuxtv.org
17803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
17804 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
17805 F:      drivers/media/i2c/ov2659.c
17806 F:      include/media/i2c/ov2659.h
17807
17808 OVERLAY FILESYSTEM
17809 M:      Miklos Szeredi <[email protected]>
17810 M:      Amir Goldstein <[email protected]>
17811 L:      [email protected]
17812 S:      Supported
17813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/overlayfs/vfs.git
17814 F:      Documentation/filesystems/overlayfs.rst
17815 F:      fs/overlayfs/
17816
17817 P54 WIRELESS DRIVER
17818 M:      Christian Lamparter <[email protected]>
17819 L:      [email protected]
17820 S:      Maintained
17821 W:      https://wireless.wiki.kernel.org/en/users/Drivers/p54
17822 F:      drivers/net/wireless/intersil/p54/
17823
17824 PACKET SOCKETS
17825 M:      Willem de Bruijn <[email protected]>
17826 S:      Maintained
17827 F:      include/uapi/linux/if_packet.h
17828 F:      net/packet/af_packet.c
17829
17830 PACKING
17831 M:      Vladimir Oltean <[email protected]>
17832 L:      [email protected]
17833 S:      Supported
17834 F:      Documentation/core-api/packing.rst
17835 F:      include/linux/packing.h
17836 F:      lib/packing.c
17837 F:      lib/packing_test.c
17838 F:      scripts/gen_packed_field_checks.c
17839
17840 PADATA PARALLEL EXECUTION MECHANISM
17841 M:      Steffen Klassert <[email protected]>
17842 M:      Daniel Jordan <[email protected]>
17843 L:      [email protected]
17844 L:      [email protected]
17845 S:      Maintained
17846 F:      Documentation/core-api/padata.rst
17847 F:      include/linux/padata.h
17848 F:      kernel/padata.c
17849
17850 PAGE CACHE
17851 M:      Matthew Wilcox (Oracle) <[email protected]>
17852 L:      [email protected]
17853 S:      Supported
17854 T:      git git://git.infradead.org/users/willy/pagecache.git
17855 F:      Documentation/filesystems/locking.rst
17856 F:      Documentation/filesystems/vfs.rst
17857 F:      include/linux/pagemap.h
17858 F:      mm/filemap.c
17859 F:      mm/page-writeback.c
17860 F:      mm/readahead.c
17861 F:      mm/truncate.c
17862
17863 PAGE POOL
17864 M:      Jesper Dangaard Brouer <[email protected]>
17865 M:      Ilias Apalodimas <[email protected]>
17866 L:      [email protected]
17867 S:      Supported
17868 F:      Documentation/networking/page_pool.rst
17869 F:      include/net/page_pool/
17870 F:      include/trace/events/page_pool.h
17871 F:      net/core/page_pool.c
17872
17873 PAGE TABLE CHECK
17874 M:      Pasha Tatashin <[email protected]>
17875 M:      Andrew Morton <[email protected]>
17876 L:      [email protected]
17877 S:      Maintained
17878 F:      Documentation/mm/page_table_check.rst
17879 F:      include/linux/page_table_check.h
17880 F:      mm/page_table_check.c
17881
17882 PANASONIC LAPTOP ACPI EXTRAS DRIVER
17883 M:      Kenneth Chan <[email protected]>
17884 L:      [email protected]
17885 S:      Maintained
17886 F:      drivers/platform/x86/panasonic-laptop.c
17887
17888 PARALLAX PING IIO SENSOR DRIVER
17889 M:      Andreas Klinger <[email protected]>
17890 L:      [email protected]
17891 S:      Maintained
17892 F:      Documentation/devicetree/bindings/iio/proximity/parallax-ping.yaml
17893 F:      drivers/iio/proximity/ping.c
17894
17895 PARALLEL LCD/KEYPAD PANEL DRIVER
17896 M:      Willy Tarreau <[email protected]>
17897 M:      Ksenija Stanojevic <[email protected]>
17898 S:      Odd Fixes
17899 F:      Documentation/admin-guide/lcd-panel-cgram.rst
17900 F:      drivers/auxdisplay/panel.c
17901
17902 PARALLEL PORT SUBSYSTEM
17903 M:      Sudip Mukherjee <[email protected]>
17904 M:      Sudip Mukherjee <[email protected]>
17905 L:      [email protected] (subscribers-only)
17906 S:      Maintained
17907 F:      Documentation/driver-api/parport*.rst
17908 F:      drivers/char/ppdev.c
17909 F:      drivers/parport/
17910 F:      include/linux/parport*.h
17911 F:      include/uapi/linux/ppdev.h
17912
17913 PARAVIRT_OPS INTERFACE
17914 M:      Juergen Gross <[email protected]>
17915 R:      Ajay Kaher <[email protected]>
17916 R:      Alexey Makhalov <[email protected]>
17917 R:      Broadcom internal kernel review list <[email protected]>
17918 L:      [email protected]
17919 L:      [email protected]
17920 S:      Supported
17921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
17922 F:      Documentation/virt/paravirt_ops.rst
17923 F:      arch/*/include/asm/paravirt*.h
17924 F:      arch/*/kernel/paravirt*
17925 F:      include/linux/hypervisor.h
17926
17927 PARISC ARCHITECTURE
17928 M:      "James E.J. Bottomley" <[email protected]>
17929 M:      Helge Deller <[email protected]>
17930 L:      [email protected]
17931 S:      Maintained
17932 W:      https://parisc.wiki.kernel.org
17933 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
17934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
17935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
17936 F:      Documentation/arch/parisc/
17937 F:      arch/parisc/
17938 F:      drivers/char/agp/parisc-agp.c
17939 F:      drivers/input/misc/hp_sdc_rtc.c
17940 F:      drivers/input/serio/gscps2.c
17941 F:      drivers/input/serio/hp_sdc*
17942 F:      drivers/parisc/
17943 F:      drivers/parport/parport_gsc.*
17944 F:      drivers/tty/serial/8250/8250_parisc.c
17945 F:      drivers/video/console/sti*
17946 F:      drivers/video/fbdev/sti*
17947 F:      drivers/video/logo/logo_parisc*
17948 F:      include/linux/hp_sdc.h
17949
17950 PARMAN
17951 M:      Jiri Pirko <[email protected]>
17952 L:      [email protected]
17953 S:      Supported
17954 F:      include/linux/parman.h
17955 F:      lib/parman.c
17956 F:      lib/test_parman.c
17957
17958 PC ENGINES APU BOARD DRIVER
17959 M:      Enrico Weigelt, metux IT consult <[email protected]>
17960 S:      Maintained
17961 F:      drivers/platform/x86/pcengines-apuv2.c
17962
17963 PC87360 HARDWARE MONITORING DRIVER
17964 M:      Jim Cromie <[email protected]>
17965 L:      [email protected]
17966 S:      Maintained
17967 F:      Documentation/hwmon/pc87360.rst
17968 F:      drivers/hwmon/pc87360.c
17969
17970 PC8736x GPIO DRIVER
17971 M:      Jim Cromie <[email protected]>
17972 S:      Maintained
17973 F:      drivers/char/pc8736x_gpio.c
17974
17975 PC87427 HARDWARE MONITORING DRIVER
17976 M:      Jean Delvare <[email protected]>
17977 L:      [email protected]
17978 S:      Maintained
17979 F:      Documentation/hwmon/pc87427.rst
17980 F:      drivers/hwmon/pc87427.c
17981
17982 PCA9532 LED DRIVER
17983 M:      Riku Voipio <[email protected]>
17984 S:      Maintained
17985 F:      drivers/leds/leds-pca9532.c
17986 F:      include/linux/leds-pca9532.h
17987
17988 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
17989 M:      Thomas Petazzoni <[email protected]>
17990 M:      Pali Rohár <[email protected]>
17991 L:      [email protected]
17992 L:      [email protected] (moderated for non-subscribers)
17993 S:      Maintained
17994 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
17995 F:      drivers/pci/controller/pci-aardvark.c
17996
17997 PCI DRIVER FOR ALTERA PCIE IP
17998 M:      Joyce Ooi <[email protected]>
17999 L:      [email protected]
18000 S:      Supported
18001 F:      Documentation/devicetree/bindings/pci/altr,pcie-root-port.yaml
18002 F:      drivers/pci/controller/pcie-altera.c
18003
18004 PCI DRIVER FOR APPLIEDMICRO XGENE
18005 M:      Toan Le <[email protected]>
18006 L:      [email protected]
18007 L:      [email protected] (moderated for non-subscribers)
18008 S:      Maintained
18009 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
18010 F:      drivers/pci/controller/pci-xgene.c
18011
18012 PCI DRIVER FOR ARM VERSATILE PLATFORM
18013 M:      Rob Herring <[email protected]>
18014 L:      [email protected]
18015 L:      [email protected] (moderated for non-subscribers)
18016 S:      Maintained
18017 F:      Documentation/devicetree/bindings/pci/versatile.yaml
18018 F:      drivers/pci/controller/pci-versatile.c
18019
18020 PCI DRIVER FOR ARMADA 8K
18021 M:      Thomas Petazzoni <[email protected]>
18022 L:      [email protected]
18023 L:      [email protected] (moderated for non-subscribers)
18024 S:      Maintained
18025 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
18026 F:      drivers/pci/controller/dwc/pcie-armada8k.c
18027
18028 PCI DRIVER FOR CADENCE PCIE IP
18029 L:      [email protected]
18030 S:      Orphan
18031 F:      Documentation/devicetree/bindings/pci/cdns,*
18032 F:      drivers/pci/controller/cadence/*cadence*
18033
18034 PCI DRIVER FOR FREESCALE LAYERSCAPE
18035 M:      Minghuan Lian <[email protected]>
18036 M:      Mingkai Hu <[email protected]>
18037 M:      Roy Zang <[email protected]>
18038 L:      [email protected]
18039 L:      [email protected]
18040 L:      [email protected] (moderated for non-subscribers)
18041 L:      [email protected]
18042 S:      Maintained
18043 F:      drivers/pci/controller/dwc/*layerscape*
18044
18045 PCI DRIVER FOR FU740
18046 M:      Paul Walmsley <[email protected]>
18047 M:      Greentime Hu <[email protected]>
18048 M:      Samuel Holland <[email protected]>
18049 L:      [email protected]
18050 S:      Maintained
18051 F:      Documentation/devicetree/bindings/pci/sifive,fu740-pcie.yaml
18052 F:      drivers/pci/controller/dwc/pcie-fu740.c
18053
18054 PCI DRIVER FOR GENERIC OF HOSTS
18055 M:      Will Deacon <[email protected]>
18056 L:      [email protected]
18057 L:      [email protected] (moderated for non-subscribers)
18058 S:      Maintained
18059 F:      Documentation/devicetree/bindings/pci/host-generic-pci.yaml
18060 F:      drivers/pci/controller/pci-host-common.c
18061 F:      drivers/pci/controller/pci-host-generic.c
18062
18063 PCI DRIVER FOR IMX6
18064 M:      Richard Zhu <[email protected]>
18065 M:      Lucas Stach <[email protected]>
18066 L:      [email protected]
18067 L:      [email protected] (moderated for non-subscribers)
18068 L:      [email protected]
18069 S:      Maintained
18070 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-common.yaml
18071 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml
18072 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml
18073 F:      drivers/pci/controller/dwc/*imx6*
18074
18075 PCI DRIVER FOR INTEL IXP4XX
18076 M:      Linus Walleij <[email protected]>
18077 S:      Maintained
18078 F:      Documentation/devicetree/bindings/pci/intel,ixp4xx-pci.yaml
18079 F:      drivers/pci/controller/pci-ixp4xx.c
18080
18081 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
18082 M:      Nirmal Patel <[email protected]>
18083 R:      Jonathan Derrick <[email protected]>
18084 L:      [email protected]
18085 S:      Supported
18086 F:      drivers/pci/controller/vmd.c
18087
18088 PCI DRIVER FOR MICROSEMI SWITCHTEC
18089 M:      Kurt Schwemmer <[email protected]>
18090 M:      Logan Gunthorpe <[email protected]>
18091 L:      [email protected]
18092 S:      Maintained
18093 F:      Documentation/ABI/testing/sysfs-class-switchtec
18094 F:      Documentation/driver-api/switchtec.rst
18095 F:      drivers/ntb/hw/mscc/
18096 F:      drivers/pci/switch/switchtec*
18097 F:      include/linux/switchtec.h
18098 F:      include/uapi/linux/switchtec_ioctl.h
18099
18100 PCI DRIVER FOR MOBIVEIL PCIE IP
18101 M:      Karthikeyan Mitran <[email protected]>
18102 M:      Hou Zhiqiang <[email protected]>
18103 L:      [email protected]
18104 S:      Supported
18105 F:      Documentation/devicetree/bindings/pci/mbvl,gpex40-pcie.yaml
18106 F:      drivers/pci/controller/mobiveil/pcie-mobiveil*
18107
18108 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
18109 M:      Thomas Petazzoni <[email protected]>
18110 M:      Pali Rohár <[email protected]>
18111 L:      [email protected]
18112 L:      [email protected] (moderated for non-subscribers)
18113 S:      Maintained
18114 F:      drivers/pci/controller/*mvebu*
18115
18116 PCI DRIVER FOR NVIDIA TEGRA
18117 M:      Thierry Reding <[email protected]>
18118 L:      [email protected]
18119 L:      [email protected]
18120 S:      Supported
18121 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
18122 F:      drivers/pci/controller/pci-tegra.c
18123
18124 PCI DRIVER FOR NXP LAYERSCAPE GEN4 CONTROLLER
18125 M:      Hou Zhiqiang <[email protected]>
18126 L:      [email protected]
18127 L:      [email protected] (moderated for non-subscribers)
18128 S:      Maintained
18129 F:      drivers/pci/controller/mobiveil/pcie-layerscape-gen4.c
18130
18131 PCI DRIVER FOR PLDA PCIE IP
18132 M:      Daire McNamara <[email protected]>
18133 L:      [email protected]
18134 S:      Maintained
18135 F:      Documentation/devicetree/bindings/pci/plda,xpressrich3-axi-common.yaml
18136 F:      drivers/pci/controller/plda/pcie-plda-host.c
18137 F:      drivers/pci/controller/plda/pcie-plda.h
18138
18139 PCI DRIVER FOR RENESAS R-CAR
18140 M:      Marek Vasut <[email protected]>
18141 M:      Yoshihiro Shimoda <[email protected]>
18142 L:      [email protected]
18143 L:      [email protected]
18144 S:      Maintained
18145 F:      Documentation/devicetree/bindings/pci/*rcar*
18146 F:      drivers/pci/controller/*rcar*
18147 F:      drivers/pci/controller/dwc/*rcar*
18148
18149 PCI DRIVER FOR SAMSUNG EXYNOS
18150 M:      Jingoo Han <[email protected]>
18151 L:      [email protected]
18152 L:      [email protected] (moderated for non-subscribers)
18153 L:      [email protected]
18154 S:      Maintained
18155 F:      drivers/pci/controller/dwc/pci-exynos.c
18156
18157 PCI DRIVER FOR SYNOPSYS DESIGNWARE
18158 M:      Jingoo Han <[email protected]>
18159 M:      Manivannan Sadhasivam <[email protected]>
18160 L:      [email protected]
18161 S:      Maintained
18162 F:      Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml
18163 F:      Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml
18164 F:      drivers/pci/controller/dwc/*designware*
18165
18166 PCI DRIVER FOR TI DRA7XX/J721E
18167 M:      Vignesh Raghavendra <[email protected]>
18168 R:      Siddharth Vadapalli <[email protected]>
18169 L:      [email protected]
18170 L:      [email protected]
18171 L:      [email protected] (moderated for non-subscribers)
18172 S:      Supported
18173 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
18174 F:      drivers/pci/controller/cadence/pci-j721e.c
18175 F:      drivers/pci/controller/dwc/pci-dra7xx.c
18176
18177 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
18178 M:      Linus Walleij <[email protected]>
18179 L:      [email protected]
18180 S:      Maintained
18181 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
18182 F:      drivers/pci/controller/pci-v3-semi.c
18183
18184 PCI DRIVER FOR XILINX VERSAL CPM
18185 M:      Bharat Kumar Gogada <[email protected]>
18186 M:      Michal Simek <[email protected]>
18187 L:      [email protected]
18188 S:      Maintained
18189 F:      Documentation/devicetree/bindings/pci/xilinx-versal-cpm.yaml
18190 F:      drivers/pci/controller/pcie-xilinx-cpm.c
18191
18192 PCI ENDPOINT SUBSYSTEM
18193 M:      Manivannan Sadhasivam <[email protected]>
18194 M:      Krzysztof Wilczyński <[email protected]>
18195 R:      Kishon Vijay Abraham I <[email protected]>
18196 L:      [email protected]
18197 S:      Supported
18198 Q:      https://patchwork.kernel.org/project/linux-pci/list/
18199 B:      https://bugzilla.kernel.org
18200 C:      irc://irc.oftc.net/linux-pci
18201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
18202 F:      Documentation/PCI/endpoint/*
18203 F:      Documentation/misc-devices/pci-endpoint-test.rst
18204 F:      drivers/misc/pci_endpoint_test.c
18205 F:      drivers/pci/endpoint/
18206 F:      tools/testing/selftests/pci_endpoint/
18207
18208 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
18209 M:      Mahesh J Salgaonkar <[email protected]>
18210 R:      Oliver O'Halloran <[email protected]>
18211 L:      [email protected]
18212 S:      Supported
18213 F:      Documentation/PCI/pci-error-recovery.rst
18214 F:      Documentation/arch/powerpc/eeh-pci-error-recovery.rst
18215 F:      arch/powerpc/include/*/eeh*.h
18216 F:      arch/powerpc/kernel/eeh*.c
18217 F:      arch/powerpc/platforms/*/eeh*.c
18218 F:      drivers/pci/pcie/aer.c
18219 F:      drivers/pci/pcie/dpc.c
18220 F:      drivers/pci/pcie/err.c
18221
18222 PCI ERROR RECOVERY
18223 M:      Linas Vepstas <[email protected]>
18224 L:      [email protected]
18225 S:      Supported
18226 F:      Documentation/PCI/pci-error-recovery.rst
18227
18228 PCI MSI DRIVER FOR ALTERA MSI IP
18229 M:      Joyce Ooi <[email protected]>
18230 L:      [email protected]
18231 S:      Supported
18232 F:      Documentation/devicetree/bindings/pci/altr,msi-controller.yaml
18233 F:      drivers/pci/controller/pcie-altera-msi.c
18234
18235 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
18236 M:      Toan Le <[email protected]>
18237 L:      [email protected]
18238 L:      [email protected] (moderated for non-subscribers)
18239 S:      Maintained
18240 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
18241 F:      drivers/pci/controller/pci-xgene-msi.c
18242
18243 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
18244 M:      Lorenzo Pieralisi <[email protected]>
18245 M:      Krzysztof Wilczyński <[email protected]>
18246 R:      Manivannan Sadhasivam <[email protected]>
18247 R:      Rob Herring <[email protected]>
18248 L:      [email protected]
18249 S:      Supported
18250 Q:      https://patchwork.kernel.org/project/linux-pci/list/
18251 B:      https://bugzilla.kernel.org
18252 C:      irc://irc.oftc.net/linux-pci
18253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
18254 F:      Documentation/devicetree/bindings/pci/
18255 F:      drivers/pci/controller/
18256 F:      drivers/pci/pci-bridge-emul.c
18257 F:      drivers/pci/pci-bridge-emul.h
18258
18259 PCI PEER-TO-PEER DMA (P2PDMA)
18260 M:      Bjorn Helgaas <[email protected]>
18261 M:      Logan Gunthorpe <[email protected]>
18262 L:      [email protected]
18263 S:      Supported
18264 Q:      https://patchwork.kernel.org/project/linux-pci/list/
18265 B:      https://bugzilla.kernel.org
18266 C:      irc://irc.oftc.net/linux-pci
18267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
18268 F:      Documentation/driver-api/pci/p2pdma.rst
18269 F:      drivers/pci/p2pdma.c
18270 F:      include/linux/pci-p2pdma.h
18271
18272 PCI POWER CONTROL
18273 M:      Bartosz Golaszewski <[email protected]>
18274 L:      [email protected]
18275 S:      Maintained
18276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
18277 F:      drivers/pci/pwrctrl/*
18278 F:      include/linux/pci-pwrctrl.h
18279
18280 PCI SUBSYSTEM
18281 M:      Bjorn Helgaas <[email protected]>
18282 L:      [email protected]
18283 S:      Supported
18284 Q:      https://patchwork.kernel.org/project/linux-pci/list/
18285 B:      https://bugzilla.kernel.org
18286 C:      irc://irc.oftc.net/linux-pci
18287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git
18288 F:      Documentation/PCI/
18289 F:      Documentation/devicetree/bindings/pci/
18290 F:      arch/x86/kernel/early-quirks.c
18291 F:      arch/x86/kernel/quirks.c
18292 F:      arch/x86/pci/
18293 F:      drivers/acpi/pci*
18294 F:      drivers/pci/
18295 F:      include/asm-generic/pci*
18296 F:      include/linux/of_pci.h
18297 F:      include/linux/pci*
18298 F:      include/uapi/linux/pci*
18299 F:      rust/kernel/pci.rs
18300 F:      samples/rust/rust_driver_pci.rs
18301
18302 PCIE BANDWIDTH CONTROLLER
18303 M:      Ilpo Järvinen <[email protected]>
18304 L:      [email protected]
18305 S:      Supported
18306 F:      drivers/pci/pcie/bwctrl.c
18307 F:      drivers/thermal/pcie_cooling.c
18308 F:      include/linux/pci-bwctrl.h
18309 F:      tools/testing/selftests/pcie_bwctrl/
18310
18311 PCIE DRIVER FOR AMAZON ANNAPURNA LABS
18312 M:      Jonathan Chocron <[email protected]>
18313 L:      [email protected]
18314 S:      Maintained
18315 F:      Documentation/devicetree/bindings/pci/pcie-al.txt
18316 F:      drivers/pci/controller/dwc/pcie-al.c
18317
18318 PCIE DRIVER FOR AMLOGIC MESON
18319 M:      Yue Wang <[email protected]>
18320 L:      [email protected]
18321 L:      [email protected]
18322 S:      Maintained
18323 F:      drivers/pci/controller/dwc/pci-meson.c
18324
18325 PCIE DRIVER FOR AXIS ARTPEC
18326 M:      Jesper Nilsson <[email protected]>
18327 L:      [email protected]
18328 L:      [email protected]
18329 S:      Maintained
18330 F:      Documentation/devicetree/bindings/pci/axis,artpec*
18331 F:      drivers/pci/controller/dwc/*artpec*
18332
18333 PCIE DRIVER FOR CAVIUM THUNDERX
18334 M:      Robert Richter <[email protected]>
18335 L:      [email protected]
18336 L:      [email protected] (moderated for non-subscribers)
18337 S:      Odd Fixes
18338 F:      drivers/pci/controller/pci-thunder-*
18339
18340 PCIE DRIVER FOR HISILICON
18341 M:      Zhou Wang <[email protected]>
18342 L:      [email protected]
18343 S:      Maintained
18344 F:      drivers/pci/controller/dwc/pcie-hisi.c
18345
18346 PCIE DRIVER FOR HISILICON KIRIN
18347 M:      Xiaowei Song <[email protected]>
18348 M:      Binghui Wang <[email protected]>
18349 L:      [email protected]
18350 S:      Maintained
18351 F:      Documentation/devicetree/bindings/pci/hisilicon,kirin-pcie.yaml
18352 F:      drivers/pci/controller/dwc/pcie-kirin.c
18353
18354 PCIE DRIVER FOR HISILICON STB
18355 M:      Shawn Guo <[email protected]>
18356 L:      [email protected]
18357 S:      Maintained
18358 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
18359 F:      drivers/pci/controller/dwc/pcie-histb.c
18360
18361 PCIE DRIVER FOR INTEL KEEM BAY
18362 M:      Srikanth Thokala <[email protected]>
18363 L:      [email protected]
18364 S:      Supported
18365 F:      Documentation/devicetree/bindings/pci/intel,keembay-pcie*
18366 F:      drivers/pci/controller/dwc/pcie-keembay.c
18367
18368 PCIE DRIVER FOR INTEL LGM GW SOC
18369 M:      Chuanhua Lei <[email protected]>
18370 L:      [email protected]
18371 S:      Maintained
18372 F:      Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
18373 F:      drivers/pci/controller/dwc/pcie-intel-gw.c
18374
18375 PCIE DRIVER FOR MEDIATEK
18376 M:      Ryder Lee <[email protected]>
18377 M:      Jianjun Wang <[email protected]>
18378 L:      [email protected]
18379 L:      [email protected] (moderated for non-subscribers)
18380 S:      Supported
18381 F:      Documentation/devicetree/bindings/pci/mediatek*
18382 F:      drivers/pci/controller/*mediatek*
18383
18384 PCIE DRIVER FOR MICROCHIP
18385 M:      Daire McNamara <[email protected]>
18386 L:      [email protected]
18387 S:      Supported
18388 F:      Documentation/devicetree/bindings/pci/microchip*
18389 F:      drivers/pci/controller/plda/*microchip*
18390
18391 PCIE DRIVER FOR QUALCOMM MSM
18392 M:      Manivannan Sadhasivam <[email protected]>
18393 L:      [email protected]
18394 L:      [email protected]
18395 S:      Maintained
18396 F:      drivers/pci/controller/dwc/pcie-qcom-common.c
18397 F:      drivers/pci/controller/dwc/pcie-qcom.c
18398
18399 PCIE DRIVER FOR ROCKCHIP
18400 M:      Shawn Lin <[email protected]>
18401 L:      [email protected]
18402 L:      [email protected]
18403 S:      Maintained
18404 F:      Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie*
18405 F:      drivers/pci/controller/pcie-rockchip*
18406
18407 PCIE DRIVER FOR SOCIONEXT UNIPHIER
18408 M:      Kunihiko Hayashi <[email protected]>
18409 L:      [email protected]
18410 S:      Maintained
18411 F:      Documentation/devicetree/bindings/pci/socionext,uniphier-pcie*
18412 F:      drivers/pci/controller/dwc/pcie-uniphier*
18413
18414 PCIE DRIVER FOR ST SPEAR13XX
18415 M:      Pratyush Anand <[email protected]>
18416 L:      [email protected]
18417 S:      Maintained
18418 F:      drivers/pci/controller/dwc/*spear*
18419
18420 PCIE DRIVER FOR STARFIVE JH71x0
18421 M:      Kevin Xie <[email protected]>
18422 L:      [email protected]
18423 S:      Maintained
18424 F:      Documentation/devicetree/bindings/pci/starfive,jh7110-pcie.yaml
18425 F:      drivers/pci/controller/plda/pcie-starfive.c
18426
18427 PCIE ENDPOINT DRIVER FOR QUALCOMM
18428 M:      Manivannan Sadhasivam <[email protected]>
18429 L:      [email protected]
18430 L:      [email protected]
18431 S:      Maintained
18432 F:      Documentation/devicetree/bindings/pci/qcom,pcie-ep.yaml
18433 F:      drivers/pci/controller/dwc/pcie-qcom-common.c
18434 F:      drivers/pci/controller/dwc/pcie-qcom-ep.c
18435
18436 PCMCIA SUBSYSTEM
18437 M:      Dominik Brodowski <[email protected]>
18438 S:      Odd Fixes
18439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux.git
18440 F:      Documentation/pcmcia/
18441 F:      drivers/pcmcia/
18442 F:      include/pcmcia/
18443 F:      tools/pcmcia/
18444
18445 PCNET32 NETWORK DRIVER
18446 M:      Don Fry <[email protected]>
18447 L:      [email protected]
18448 S:      Maintained
18449 F:      drivers/net/ethernet/amd/pcnet32.c
18450
18451 PCRYPT PARALLEL CRYPTO ENGINE
18452 M:      Steffen Klassert <[email protected]>
18453 L:      [email protected]
18454 S:      Maintained
18455 F:      crypto/pcrypt.c
18456 F:      include/crypto/pcrypt.h
18457
18458 PDS DSC VIRTIO DATA PATH ACCELERATOR
18459 R:      Shannon Nelson <[email protected]>
18460 F:      drivers/vdpa/pds/
18461
18462 PECI HARDWARE MONITORING DRIVERS
18463 M:      Iwona Winiarska <[email protected]>
18464 L:      [email protected]
18465 S:      Supported
18466 F:      Documentation/hwmon/peci-cputemp.rst
18467 F:      Documentation/hwmon/peci-dimmtemp.rst
18468 F:      drivers/hwmon/peci/
18469
18470 PECI SUBSYSTEM
18471 M:      Iwona Winiarska <[email protected]>
18472 L:      [email protected] (moderated for non-subscribers)
18473 S:      Supported
18474 F:      Documentation/devicetree/bindings/peci/
18475 F:      Documentation/peci/
18476 F:      drivers/peci/
18477 F:      include/linux/peci-cpu.h
18478 F:      include/linux/peci.h
18479
18480 PENSANDO ETHERNET DRIVERS
18481 M:      Shannon Nelson <[email protected]>
18482 M:      Brett Creeley <[email protected]>
18483 L:      [email protected]
18484 S:      Maintained
18485 F:      Documentation/networking/device_drivers/ethernet/pensando/ionic.rst
18486 F:      drivers/net/ethernet/pensando/
18487
18488 PER-CPU MEMORY ALLOCATOR
18489 M:      Dennis Zhou <[email protected]>
18490 M:      Tejun Heo <[email protected]>
18491 M:      Christoph Lameter <[email protected]>
18492 L:      [email protected]
18493 S:      Maintained
18494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
18495 F:      arch/*/include/asm/percpu.h
18496 F:      include/linux/percpu*.h
18497 F:      lib/percpu*.c
18498 F:      mm/percpu*.c
18499
18500 PER-TASK DELAY ACCOUNTING
18501 M:      Balbir Singh <[email protected]>
18502 S:      Maintained
18503 F:      include/linux/delayacct.h
18504 F:      kernel/delayacct.c
18505
18506 PERFORMANCE EVENTS SUBSYSTEM
18507 M:      Peter Zijlstra <[email protected]>
18508 M:      Ingo Molnar <[email protected]>
18509 M:      Arnaldo Carvalho de Melo <[email protected]>
18510 M:      Namhyung Kim <[email protected]>
18511 R:      Mark Rutland <[email protected]>
18512 R:      Alexander Shishkin <[email protected]>
18513 R:      Jiri Olsa <[email protected]>
18514 R:      Ian Rogers <[email protected]>
18515 R:      Adrian Hunter <[email protected]>
18516 R:      "Liang, Kan" <[email protected]>
18517 L:      [email protected]
18518 L:      [email protected]
18519 S:      Supported
18520 W:      https://perf.wiki.kernel.org/
18521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
18522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git perf-tools
18523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git perf-tools-next
18524 F:      arch/*/events/*
18525 F:      arch/*/events/*/*
18526 F:      arch/*/include/asm/perf_event.h
18527 F:      arch/*/kernel/*/*/perf_event*.c
18528 F:      arch/*/kernel/*/perf_event*.c
18529 F:      arch/*/kernel/perf_callchain.c
18530 F:      arch/*/kernel/perf_event*.c
18531 F:      include/linux/perf_event.h
18532 F:      include/uapi/linux/perf_event.h
18533 F:      kernel/events/*
18534 F:      tools/lib/perf/
18535 F:      tools/perf/
18536
18537 PERFORMANCE EVENTS TOOLING ARM64
18538 R:      John Garry <[email protected]>
18539 R:      Will Deacon <[email protected]>
18540 R:      James Clark <[email protected]>
18541 R:      Mike Leach <[email protected]>
18542 R:      Leo Yan <[email protected]>
18543 L:      [email protected] (moderated for non-subscribers)
18544 S:      Supported
18545 F:      tools/build/feature/test-libopencsd.c
18546 F:      tools/perf/arch/arm*/
18547 F:      tools/perf/pmu-events/arch/arm64/
18548 F:      tools/perf/util/arm-spe*
18549 F:      tools/perf/util/cs-etm*
18550
18551 PERSONALITY HANDLING
18552 M:      Christoph Hellwig <[email protected]>
18553 L:      [email protected]
18554 S:      Maintained
18555 F:      include/linux/personality.h
18556 F:      include/uapi/linux/personality.h
18557
18558 PHOENIX RC FLIGHT CONTROLLER ADAPTER
18559 M:      Marcus Folkesson <[email protected]>
18560 L:      [email protected]
18561 S:      Maintained
18562 F:      Documentation/input/devices/pxrc.rst
18563 F:      drivers/input/joystick/pxrc.c
18564
18565 PHONET PROTOCOL
18566 M:      Remi Denis-Courmont <[email protected]>
18567 S:      Supported
18568 F:      Documentation/networking/phonet.rst
18569 F:      include/linux/phonet.h
18570 F:      include/net/phonet/
18571 F:      include/uapi/linux/phonet.h
18572 F:      net/phonet/
18573
18574 PHRAM MTD DRIVER
18575 M:      Joern Engel <[email protected]>
18576 L:      [email protected]
18577 S:      Maintained
18578 F:      drivers/mtd/devices/phram.c
18579
18580 PICOLCD HID DRIVER
18581 M:      Bruno Prémont <[email protected]>
18582 L:      [email protected]
18583 S:      Maintained
18584 F:      drivers/hid/hid-picolcd*
18585
18586 PIDFD API
18587 M:      Christian Brauner <[email protected]>
18588 L:      [email protected]
18589 S:      Maintained
18590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
18591 F:      samples/pidfd/
18592 F:      tools/testing/selftests/clone3/
18593 F:      tools/testing/selftests/pid_namespace/
18594 F:      tools/testing/selftests/pidfd/
18595 K:      (?i)pidfd
18596 K:      (?i)clone3
18597 K:      \b(clone_args|kernel_clone_args)\b
18598
18599 PIN CONTROL SUBSYSTEM
18600 M:      Linus Walleij <[email protected]>
18601 L:      [email protected]
18602 S:      Maintained
18603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
18604 F:      Documentation/devicetree/bindings/pinctrl/
18605 F:      Documentation/driver-api/pin-control.rst
18606 F:      drivers/pinctrl/
18607 F:      include/dt-bindings/pinctrl/
18608 F:      include/linux/pinctrl/
18609
18610 PIN CONTROLLER - AIROHA
18611 M:      Lorenzo Bianconi <[email protected]>
18612 L:      [email protected] (moderated for non-subscribers)
18613 S:      Maintained
18614 F:      Documentation/devicetree/bindings/pinctrl/airoha,en7581-pinctrl.yaml
18615 F:      drivers/pinctrl/mediatek/pinctrl-airoha.c
18616
18617 PIN CONTROLLER - AMD
18618 M:      Basavaraj Natikar <[email protected]>
18619 M:      Shyam Sundar S K <[email protected]>
18620 S:      Maintained
18621 F:      drivers/pinctrl/pinctrl-amd.c
18622
18623 PIN CONTROLLER - FREESCALE
18624 M:      Dong Aisheng <[email protected]>
18625 M:      Fabio Estevam <[email protected]>
18626 M:      Shawn Guo <[email protected]>
18627 M:      Jacky Bai <[email protected]>
18628 R:      Pengutronix Kernel Team <[email protected]>
18629 R:      NXP S32 Linux Team <[email protected]>
18630 L:      [email protected]
18631 S:      Maintained
18632 F:      Documentation/devicetree/bindings/pinctrl/fsl,*
18633 F:      Documentation/devicetree/bindings/pinctrl/nxp,s32*
18634 F:      drivers/pinctrl/freescale/
18635 F:      drivers/pinctrl/nxp/
18636
18637 PIN CONTROLLER - INTEL
18638 M:      Mika Westerberg <[email protected]>
18639 M:      Andy Shevchenko <[email protected]>
18640 S:      Supported
18641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
18642 F:      drivers/pinctrl/intel/
18643
18644 PIN CONTROLLER - KEEMBAY
18645 M:      Lakshmi Sowjanya D <[email protected]>
18646 S:      Supported
18647 F:      drivers/pinctrl/pinctrl-keembay*
18648
18649 PIN CONTROLLER - MEDIATEK
18650 M:      Sean Wang <[email protected]>
18651 L:      [email protected] (moderated for non-subscribers)
18652 S:      Maintained
18653 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt65xx-pinctrl.yaml
18654 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt6779-pinctrl.yaml
18655 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml
18656 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt8183-pinctrl.yaml
18657 F:      drivers/pinctrl/mediatek/
18658
18659 PIN CONTROLLER - MEDIATEK MIPS
18660 M:      Chester A. Unal <[email protected]>
18661 M:      Sergio Paracuellos <[email protected]>
18662 L:      [email protected] (moderated for non-subscribers)
18663 L:      [email protected]
18664 S:      Maintained
18665 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt7620-pinctrl.yaml
18666 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt7621-pinctrl.yaml
18667 F:      Documentation/devicetree/bindings/pinctrl/mediatek,mt76x8-pinctrl.yaml
18668 F:      Documentation/devicetree/bindings/pinctrl/ralink,rt2880-pinctrl.yaml
18669 F:      Documentation/devicetree/bindings/pinctrl/ralink,rt305x-pinctrl.yaml
18670 F:      Documentation/devicetree/bindings/pinctrl/ralink,rt3352-pinctrl.yaml
18671 F:      Documentation/devicetree/bindings/pinctrl/ralink,rt3883-pinctrl.yaml
18672 F:      Documentation/devicetree/bindings/pinctrl/ralink,rt5350-pinctrl.yaml
18673 F:      drivers/pinctrl/mediatek/pinctrl-mt7620.c
18674 F:      drivers/pinctrl/mediatek/pinctrl-mt7621.c
18675 F:      drivers/pinctrl/mediatek/pinctrl-mt76x8.c
18676 F:      drivers/pinctrl/mediatek/pinctrl-mtmips.*
18677 F:      drivers/pinctrl/mediatek/pinctrl-rt2880.c
18678 F:      drivers/pinctrl/mediatek/pinctrl-rt305x.c
18679 F:      drivers/pinctrl/mediatek/pinctrl-rt3883.c
18680
18681 PIN CONTROLLER - MICROCHIP AT91
18682 M:      Ludovic Desroches <[email protected]>
18683 L:      [email protected] (moderated for non-subscribers)
18684 L:      [email protected]
18685 S:      Supported
18686 F:      drivers/gpio/gpio-sama5d2-piobu.c
18687 F:      drivers/pinctrl/pinctrl-at91*
18688
18689 PIN CONTROLLER - QUALCOMM
18690 M:      Bjorn Andersson <[email protected]>
18691 L:      [email protected]
18692 S:      Maintained
18693 C:      irc://irc.oftc.net/linux-msm
18694 F:      Documentation/devicetree/bindings/pinctrl/qcom,*
18695 F:      drivers/pinctrl/qcom/
18696
18697 PIN CONTROLLER - RENESAS
18698 M:      Geert Uytterhoeven <[email protected]>
18699 L:      [email protected]
18700 S:      Supported
18701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git renesas-pinctrl
18702 F:      Documentation/devicetree/bindings/pinctrl/renesas,*
18703 F:      drivers/pinctrl/renesas/
18704
18705 PIN CONTROLLER - SAMSUNG
18706 M:      Krzysztof Kozlowski <[email protected]>
18707 M:      Sylwester Nawrocki <[email protected]>
18708 R:      Alim Akhtar <[email protected]>
18709 L:      [email protected] (moderated for non-subscribers)
18710 L:      [email protected]
18711 S:      Maintained
18712 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
18713 B:      mailto:[email protected]
18714 C:      irc://irc.libera.chat/linux-exynos
18715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
18716 F:      Documentation/devicetree/bindings/pinctrl/samsung,pinctrl*yaml
18717 F:      drivers/pinctrl/samsung/
18718
18719 PIN CONTROLLER - SINGLE
18720 M:      Tony Lindgren <[email protected]>
18721 M:      Haojian Zhuang <[email protected]>
18722 L:      [email protected] (moderated for non-subscribers)
18723 L:      [email protected]
18724 S:      Maintained
18725 F:      drivers/pinctrl/pinctrl-single.c
18726
18727 PIN CONTROLLER - SUNPLUS / TIBBO
18728 M:      Dvorkin Dmitry <[email protected]>
18729 M:      Wells Lu <[email protected]>
18730 L:      [email protected] (moderated for non-subscribers)
18731 S:      Maintained
18732 W:      https://sunplus.atlassian.net/wiki/spaces/doc/overview
18733 F:      Documentation/devicetree/bindings/pinctrl/sunplus,*
18734 F:      drivers/pinctrl/sunplus/
18735 F:      include/dt-bindings/pinctrl/sppctl*.h
18736
18737 PINE64 PINEPHONE KEYBOARD DRIVER
18738 M:      Samuel Holland <[email protected]>
18739 S:      Supported
18740 F:      Documentation/devicetree/bindings/input/pine64,pinephone-keyboard.yaml
18741 F:      drivers/input/keyboard/pinephone-keyboard.c
18742
18743 PKTCDVD DRIVER
18744 M:      [email protected]
18745 S:      Orphan
18746 F:      drivers/block/pktcdvd.c
18747 F:      include/linux/pktcdvd.h
18748 F:      include/uapi/linux/pktcdvd.h
18749
18750 PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER
18751 M:      Tomasz Duszynski <[email protected]>
18752 S:      Maintained
18753 F:      Documentation/devicetree/bindings/iio/chemical/plantower,pms7003.yaml
18754 F:      drivers/iio/chemical/pms7003.c
18755
18756 PLCA RECONCILIATION SUBLAYER (IEEE802.3 Clause 148)
18757 M:      Piergiorgio Beruto <[email protected]>
18758 L:      [email protected]
18759 S:      Maintained
18760 F:      drivers/net/phy/mdio-open-alliance.h
18761 F:      net/ethtool/plca.c
18762
18763 PLDMFW LIBRARY
18764 M:      Jacob Keller <[email protected]>
18765 S:      Maintained
18766 F:      Documentation/driver-api/pldmfw/
18767 F:      include/linux/pldmfw.h
18768 F:      lib/pldmfw/
18769
18770 PLX DMA DRIVER
18771 M:      Logan Gunthorpe <[email protected]>
18772 S:      Maintained
18773 F:      drivers/dma/plx_dma.c
18774
18775 PM-GRAPH UTILITY
18776 M:      "Todd E Brandt" <[email protected]>
18777 L:      [email protected]
18778 S:      Supported
18779 W:      https://01.org/pm-graph
18780 B:      https://bugzilla.kernel.org/buglist.cgi?component=pm-graph&product=Tools
18781 T:      git git://github.com/intel/pm-graph
18782 F:      tools/power/pm-graph
18783
18784 PM6764TR DRIVER
18785 M:      Charles Hsu     <[email protected]>
18786 L:      [email protected]
18787 S:      Maintained
18788 F:      Documentation/hwmon/pm6764tr.rst
18789 F:      drivers/hwmon/pmbus/pm6764tr.c
18790
18791 PMC SIERRA MaxRAID DRIVER
18792 L:      [email protected]
18793 S:      Orphan
18794 W:      http://www.pmc-sierra.com/
18795 F:      drivers/scsi/pmcraid.*
18796
18797 PMC SIERRA PM8001 DRIVER
18798 M:      Jack Wang <[email protected]>
18799 L:      [email protected]
18800 S:      Supported
18801 F:      drivers/scsi/pm8001/
18802
18803 PNI RM3100 IIO DRIVER
18804 M:      Song Qiang <[email protected]>
18805 L:      [email protected]
18806 S:      Maintained
18807 F:      Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.yaml
18808 F:      drivers/iio/magnetometer/rm3100*
18809
18810 PNP SUPPORT
18811 M:      "Rafael J. Wysocki" <[email protected]>
18812 L:      [email protected]
18813 S:      Maintained
18814 F:      drivers/pnp/
18815 F:      include/linux/pnp.h
18816
18817 POSIX CLOCKS and TIMERS
18818 M:      Anna-Maria Behnsen <[email protected]>
18819 M:      Frederic Weisbecker <[email protected]>
18820 M:      Thomas Gleixner <[email protected]>
18821 L:      [email protected]
18822 S:      Maintained
18823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
18824 F:      fs/timerfd.c
18825 F:      include/linux/time_namespace.h
18826 F:      include/linux/timerfd.h
18827 F:      include/uapi/linux/time.h
18828 F:      include/uapi/linux/timerfd.h
18829 F:      include/trace/events/timer*
18830 F:      kernel/time/itimer.c
18831 F:      kernel/time/posix-*
18832 F:      kernel/time/namespace.c
18833
18834 POWER MANAGEMENT CORE
18835 M:      "Rafael J. Wysocki" <[email protected]>
18836 L:      [email protected]
18837 S:      Supported
18838 B:      https://bugzilla.kernel.org
18839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
18840 F:      drivers/base/power/
18841 F:      drivers/powercap/
18842 F:      include/linux/intel_rapl.h
18843 F:      include/linux/pm.h
18844 F:      include/linux/pm_*
18845 F:      include/linux/powercap.h
18846 F:      kernel/configs/nopm.config
18847
18848 POWER SEQUENCING
18849 M:      Bartosz Golaszewski <[email protected]>
18850 L:      [email protected]
18851 S:      Maintained
18852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
18853 F:      Documentation/driver-api/pwrseq.rst
18854 F:      drivers/power/sequencing/
18855 F:      include/linux/pwrseq/
18856
18857 POWER STATE COORDINATION INTERFACE (PSCI)
18858 M:      Mark Rutland <[email protected]>
18859 M:      Lorenzo Pieralisi <[email protected]>
18860 L:      [email protected] (moderated for non-subscribers)
18861 S:      Maintained
18862 F:      drivers/firmware/psci/
18863 F:      include/linux/psci.h
18864 F:      include/uapi/linux/psci.h
18865
18866 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
18867 M:      Sebastian Reichel <[email protected]>
18868 L:      [email protected]
18869 S:      Maintained
18870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
18871 F:      Documentation/ABI/testing/sysfs-class-power
18872 F:      Documentation/devicetree/bindings/power/supply/
18873 F:      drivers/power/supply/
18874 F:      include/linux/power/
18875 F:      include/linux/power_supply.h
18876 F:      tools/testing/selftests/power_supply/
18877
18878 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
18879 M:      Suraj Jitindar Singh <[email protected]>
18880 L:      [email protected]
18881 S:      Maintained
18882 F:      drivers/char/powernv-op-panel.c
18883
18884 PPP OVER ATM (RFC 2364)
18885 M:      Mitchell Blank Jr <[email protected]>
18886 S:      Maintained
18887 F:      include/uapi/linux/atmppp.h
18888 F:      net/atm/pppoatm.c
18889
18890 PPP OVER ETHERNET
18891 M:      Michal Ostrowski <[email protected]>
18892 S:      Maintained
18893 F:      drivers/net/ppp/pppoe.c
18894 F:      drivers/net/ppp/pppox.c
18895
18896 PPP OVER L2TP
18897 M:      James Chapman <[email protected]>
18898 S:      Maintained
18899 F:      include/linux/if_pppol2tp.h
18900 F:      include/uapi/linux/if_pppol2tp.h
18901 F:      net/l2tp/l2tp_ppp.c
18902
18903 PPP PROTOCOL DRIVERS AND COMPRESSORS
18904 L:      [email protected]
18905 S:      Orphan
18906 F:      drivers/net/ppp/ppp_*
18907
18908 PPS SUPPORT
18909 M:      Rodolfo Giometti <[email protected]>
18910 L:      [email protected] (subscribers-only)
18911 S:      Maintained
18912 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
18913 F:      Documentation/ABI/testing/sysfs-pps
18914 F:      Documentation/ABI/testing/sysfs-pps-gen
18915 F:      Documentation/devicetree/bindings/pps/pps-gpio.yaml
18916 F:      Documentation/driver-api/pps.rst
18917 F:      drivers/pps/
18918 F:      include/linux/pps*.h
18919 F:      include/uapi/linux/pps.h
18920 F:      include/uapi/linux/pps_gen.h
18921
18922 PRESSURE STALL INFORMATION (PSI)
18923 M:      Johannes Weiner <[email protected]>
18924 M:      Suren Baghdasaryan <[email protected]>
18925 R:      Peter Ziljstra <[email protected]>
18926 S:      Maintained
18927 F:      include/linux/psi*
18928 F:      kernel/sched/psi.c
18929
18930 PROPELLER BUILD
18931 M:      Rong Xu <[email protected]>
18932 M:      Han Shen <[email protected]>
18933 S:      Supported
18934 F:      Documentation/dev-tools/propeller.rst
18935 F:      scripts/Makefile.propeller
18936
18937 PRINTK
18938 M:      Petr Mladek <[email protected]>
18939 R:      Steven Rostedt <[email protected]>
18940 R:      John Ogness <[email protected]>
18941 R:      Sergey Senozhatsky <[email protected]>
18942 S:      Maintained
18943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
18944 F:      include/linux/printk.h
18945 F:      kernel/printk/
18946
18947 PRINTK INDEXING
18948 R:      Chris Down <[email protected]>
18949 S:      Maintained
18950 F:      Documentation/core-api/printk-index.rst
18951 F:      kernel/printk/index.c
18952 K:      printk_index
18953
18954 PROC FILESYSTEM
18955 L:      [email protected]
18956 L:      [email protected]
18957 S:      Maintained
18958 F:      Documentation/filesystems/proc.rst
18959 F:      fs/proc/
18960 F:      include/linux/proc_fs.h
18961 F:      tools/testing/selftests/proc/
18962
18963 PROC SYSCTL
18964 M:      Kees Cook <[email protected]>
18965 M:      Joel Granados <[email protected]>
18966 L:      [email protected]
18967 L:      [email protected]
18968 S:      Maintained
18969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl.git sysctl-next
18970 F:      fs/proc/proc_sysctl.c
18971 F:      include/linux/sysctl.h
18972 F:      kernel/sysctl-test.c
18973 F:      kernel/sysctl.c
18974 F:      tools/testing/selftests/sysctl/
18975
18976 PS3 NETWORK SUPPORT
18977 M:      Geoff Levand <[email protected]>
18978 L:      [email protected]
18979 L:      [email protected]
18980 S:      Maintained
18981 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
18982
18983 PS3 PLATFORM SUPPORT
18984 M:      Geoff Levand <[email protected]>
18985 L:      [email protected]
18986 S:      Maintained
18987 F:      arch/powerpc/boot/ps3*
18988 F:      arch/powerpc/include/asm/lv1call.h
18989 F:      arch/powerpc/include/asm/ps3*.h
18990 F:      arch/powerpc/platforms/ps3/
18991 F:      drivers/*/ps3*
18992 F:      drivers/ps3/
18993 F:      drivers/rtc/rtc-ps3.c
18994 F:      drivers/usb/host/*ps3.c
18995 F:      sound/ppc/snd_ps3*
18996
18997 PS3VRAM DRIVER
18998 M:      Jim Paris <[email protected]>
18999 M:      Geoff Levand <[email protected]>
19000 L:      [email protected]
19001 S:      Maintained
19002 F:      drivers/block/ps3vram.c
19003
19004 PSAMPLE PACKET SAMPLING SUPPORT
19005 M:      Yotam Gigi <[email protected]>
19006 S:      Maintained
19007 F:      include/net/psample.h
19008 F:      include/uapi/linux/psample.h
19009 F:      net/psample
19010
19011 PSE NETWORK DRIVER
19012 M:      Oleksij Rempel <[email protected]>
19013 M:      Kory Maincent <[email protected]>
19014 L:      [email protected]
19015 S:      Maintained
19016 F:      Documentation/devicetree/bindings/net/pse-pd/
19017 F:      drivers/net/pse-pd/
19018 F:      net/ethtool/pse-pd.c
19019
19020 PSTORE FILESYSTEM
19021 M:      Kees Cook <[email protected]>
19022 R:      Tony Luck <[email protected]>
19023 R:      Guilherme G. Piccoli <[email protected]>
19024 L:      [email protected]
19025 S:      Supported
19026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
19027 F:      Documentation/admin-guide/pstore-blk.rst
19028 F:      Documentation/admin-guide/ramoops.rst
19029 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.yaml
19030 F:      drivers/acpi/apei/erst.c
19031 F:      drivers/firmware/efi/efi-pstore.c
19032 F:      fs/pstore/
19033 F:      include/linux/pstore*
19034 K:      \b(pstore|ramoops)
19035
19036 PT5161L HARDWARE MONITOR DRIVER
19037 M:      Cosmo Chou <[email protected]>
19038 L:      [email protected]
19039 S:      Maintained
19040 F:      Documentation/hwmon/pt5161l.rst
19041 F:      drivers/hwmon/pt5161l.c
19042
19043 PTP HARDWARE CLOCK SUPPORT
19044 M:      Richard Cochran <[email protected]>
19045 L:      [email protected]
19046 S:      Maintained
19047 W:      http://linuxptp.sourceforge.net/
19048 F:      Documentation/ABI/testing/sysfs-ptp
19049 F:      Documentation/driver-api/ptp.rst
19050 F:      drivers/net/phy/dp83640*
19051 F:      drivers/ptp/*
19052 F:      include/linux/ptp_cl*
19053 K:      (?:\b|_)ptp(?:\b|_)
19054
19055 PTP MOCKUP CLOCK SUPPORT
19056 M:      Vladimir Oltean <[email protected]>
19057 L:      [email protected]
19058 S:      Maintained
19059 F:      drivers/ptp/ptp_mock.c
19060 F:      include/linux/ptp_mock.h
19061
19062 PTP VIRTUAL CLOCK SUPPORT
19063 M:      Yangbo Lu <[email protected]>
19064 L:      [email protected]
19065 S:      Maintained
19066 F:      drivers/ptp/ptp_vclock.c
19067 F:      net/ethtool/phc_vclocks.c
19068
19069 PTP VMCLOCK SUPPORT
19070 M:      David Woodhouse <[email protected]>
19071 L:      [email protected]
19072 S:      Maintained
19073 F:      drivers/ptp/ptp_vmclock.c
19074 F:      include/uapi/linux/vmclock-abi.h
19075
19076 PTRACE SUPPORT
19077 M:      Oleg Nesterov <[email protected]>
19078 S:      Maintained
19079 F:      arch/*/*/ptrace*.c
19080 F:      arch/*/include/asm/ptrace*.h
19081 F:      arch/*/ptrace*.c
19082 F:      include/asm-generic/syscall.h
19083 F:      include/linux/ptrace.h
19084 F:      include/linux/regset.h
19085 F:      include/uapi/linux/ptrace.h
19086 F:      kernel/ptrace.c
19087
19088 PULSE8-CEC DRIVER
19089 M:      Hans Verkuil <[email protected]>
19090 L:      [email protected]
19091 S:      Maintained
19092 T:      git git://linuxtv.org/media.git
19093 F:      drivers/media/cec/usb/pulse8/
19094
19095 PURELIFI PLFXLC DRIVER
19096 M:      Srinivasan Raju <[email protected]>
19097 L:      [email protected]
19098 S:      Supported
19099 F:      drivers/net/wireless/purelifi/plfxlc/
19100
19101 PVRUSB2 VIDEO4LINUX DRIVER
19102 M:      Mike Isely <[email protected]>
19103 L:      [email protected]       (subscribers-only)
19104 L:      [email protected]
19105 S:      Maintained
19106 W:      http://www.isely.net/pvrusb2/
19107 T:      git git://linuxtv.org/media.git
19108 F:      Documentation/driver-api/media/drivers/pvrusb2*
19109 F:      drivers/media/usb/pvrusb2/
19110
19111 PWC WEBCAM DRIVER
19112 M:      Hans Verkuil <[email protected]>
19113 L:      [email protected]
19114 S:      Odd Fixes
19115 T:      git git://linuxtv.org/media.git
19116 F:      drivers/media/usb/pwc/*
19117 F:      include/trace/events/pwc.h
19118
19119 PWM IR Transmitter
19120 M:      Sean Young <[email protected]>
19121 L:      [email protected]
19122 S:      Maintained
19123 F:      Documentation/devicetree/bindings/leds/irled/pwm-ir-tx.yaml
19124 F:      drivers/media/rc/pwm-ir-tx.c
19125
19126 PWM SUBSYSTEM
19127 M:      Uwe Kleine-König <[email protected]>
19128 L:      [email protected]
19129 S:      Maintained
19130 Q:      https://patchwork.ozlabs.org/project/linux-pwm/list/
19131 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git
19132 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml
19133 F:      Documentation/devicetree/bindings/pwm/
19134 F:      Documentation/driver-api/pwm.rst
19135 F:      drivers/gpio/gpio-mvebu.c
19136 F:      drivers/pwm/
19137 F:      drivers/video/backlight/pwm_bl.c
19138 F:      include/dt-bindings/pwm/
19139 F:      include/linux/pwm.h
19140 F:      include/linux/pwm_backlight.h
19141 K:      pwm_(config|apply_might_sleep|apply_atomic|ops)
19142
19143 PXA GPIO DRIVER
19144 M:      Robert Jarzmik <[email protected]>
19145 L:      [email protected]
19146 S:      Maintained
19147 F:      drivers/gpio/gpio-pxa.c
19148
19149 PXA MMCI DRIVER
19150 S:      Orphan
19151
19152 PXA RTC DRIVER
19153 M:      Robert Jarzmik <[email protected]>
19154 L:      [email protected]
19155 S:      Maintained
19156
19157 PXA2xx/PXA3xx SUPPORT
19158 M:      Daniel Mack <[email protected]>
19159 M:      Haojian Zhuang <[email protected]>
19160 M:      Robert Jarzmik <[email protected]>
19161 L:      [email protected] (moderated for non-subscribers)
19162 S:      Maintained
19163 T:      git git://github.com/hzhuang1/linux.git
19164 T:      git git://github.com/rjarzmik/linux.git
19165 F:      arch/arm/boot/dts/intel/pxa/
19166 F:      arch/arm/mach-pxa/
19167 F:      drivers/dma/pxa*
19168 F:      drivers/pcmcia/pxa2xx*
19169 F:      drivers/pinctrl/pxa/
19170 F:      drivers/spi/spi-pxa2xx*
19171 F:      drivers/usb/gadget/udc/pxa2*
19172 F:      include/sound/pxa2xx-lib.h
19173 F:      sound/arm/pxa*
19174 F:      sound/soc/pxa/
19175
19176 QAT DRIVER
19177 M:      Giovanni Cabiddu <[email protected]>
19178 L:      [email protected]
19179 S:      Supported
19180 F:      drivers/crypto/intel/qat/
19181
19182 QCOM AUDIO (ASoC) DRIVERS
19183 M:      Srinivas Kandagatla <[email protected]>
19184 L:      [email protected]
19185 L:      [email protected]
19186 S:      Supported
19187 F:      Documentation/devicetree/bindings/soc/qcom/qcom,apr*
19188 F:      Documentation/devicetree/bindings/sound/qcom,*
19189 F:      drivers/soc/qcom/apr.c
19190 F:      include/dt-bindings/sound/qcom,wcd9335.h
19191 F:      sound/soc/codecs/lpass-rx-macro.*
19192 F:      sound/soc/codecs/lpass-tx-macro.*
19193 F:      sound/soc/codecs/lpass-va-macro.c
19194 F:      sound/soc/codecs/lpass-wsa-macro.*
19195 F:      sound/soc/codecs/msm8916-wcd-analog.c
19196 F:      sound/soc/codecs/msm8916-wcd-digital.c
19197 F:      sound/soc/codecs/wcd-clsh-v2.*
19198 F:      sound/soc/codecs/wcd-mbhc-v2.*
19199 F:      sound/soc/codecs/wcd9335.*
19200 F:      sound/soc/codecs/wcd934x.c
19201 F:      sound/soc/codecs/wsa881x.c
19202 F:      sound/soc/codecs/wsa883x.c
19203 F:      sound/soc/codecs/wsa884x.c
19204 F:      sound/soc/qcom/
19205
19206 QCOM EMBEDDED USB DEBUGGER (EUD)
19207 M:      Souradeep Chowdhury <[email protected]>
19208 L:      [email protected]
19209 S:      Maintained
19210 F:      Documentation/ABI/testing/sysfs-driver-eud
19211 F:      Documentation/devicetree/bindings/soc/qcom/qcom,eud.yaml
19212 F:      drivers/usb/misc/qcom_eud.c
19213
19214 QCOM IPA DRIVER
19215 M:      Alex Elder <[email protected]>
19216 L:      [email protected]
19217 S:      Maintained
19218 F:      drivers/net/ipa/
19219
19220 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
19221 M:      Gabriel Somlo <[email protected]>
19222 M:      "Michael S. Tsirkin" <[email protected]>
19223 L:      [email protected]
19224 S:      Maintained
19225 F:      drivers/firmware/qemu_fw_cfg.c
19226 F:      include/uapi/linux/qemu_fw_cfg.h
19227
19228 QIB DRIVER
19229 M:      Dennis Dalessandro <[email protected]>
19230 L:      [email protected]
19231 S:      Supported
19232 F:      drivers/infiniband/hw/qib/
19233
19234 QLOGIC QL41xxx FCOE DRIVER
19235 M:      Saurav Kashyap <[email protected]>
19236 M:      Javed Hasan <[email protected]>
19237 M:      [email protected]
19238 L:      [email protected]
19239 S:      Supported
19240 F:      drivers/scsi/qedf/
19241
19242 QLOGIC QL41xxx ISCSI DRIVER
19243 M:      Nilesh Javali <[email protected]>
19244 M:      Manish Rangankar <[email protected]>
19245 M:      [email protected]
19246 L:      [email protected]
19247 S:      Supported
19248 F:      drivers/scsi/qedi/
19249
19250 QLOGIC QL4xxx ETHERNET DRIVER
19251 M:      Manish Chopra <[email protected]>
19252 L:      [email protected]
19253 S:      Maintained
19254 F:      drivers/net/ethernet/qlogic/qed/
19255 F:      drivers/net/ethernet/qlogic/qede/
19256 F:      include/linux/qed/
19257
19258 QLOGIC QL4xxx RDMA DRIVER
19259 M:      Michal Kalderon <[email protected]>
19260 L:      [email protected]
19261 S:      Supported
19262 F:      drivers/infiniband/hw/qedr/
19263 F:      include/uapi/rdma/qedr-abi.h
19264
19265 QLOGIC QLA1280 SCSI DRIVER
19266 M:      Michael Reed <[email protected]>
19267 L:      [email protected]
19268 S:      Maintained
19269 F:      drivers/scsi/qla1280.[ch]
19270
19271 QLOGIC QLA2XXX FC-SCSI DRIVER
19272 M:      Nilesh Javali <[email protected]>
19273 M:      [email protected]
19274 L:      [email protected]
19275 S:      Supported
19276 F:      drivers/scsi/qla2xxx/
19277
19278 QLOGIC QLA3XXX NETWORK DRIVER
19279 M:      [email protected]
19280 L:      [email protected]
19281 S:      Maintained
19282 F:      drivers/net/ethernet/qlogic/qla3xxx.*
19283
19284 QLOGIC QLA4XXX iSCSI DRIVER
19285 M:      Nilesh Javali <[email protected]>
19286 M:      Manish Rangankar <[email protected]>
19287 M:      [email protected]
19288 L:      [email protected]
19289 S:      Supported
19290 F:      drivers/scsi/qla4xxx/
19291
19292 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
19293 M:      Shahed Shaikh <[email protected]>
19294 M:      Manish Chopra <[email protected]>
19295 M:      [email protected]
19296 L:      [email protected]
19297 S:      Maintained
19298 F:      drivers/net/ethernet/qlogic/qlcnic/
19299
19300 QM1D1B0004 MEDIA DRIVER
19301 M:      Akihiro Tsukada <[email protected]>
19302 L:      [email protected]
19303 S:      Odd Fixes
19304 F:      drivers/media/tuners/qm1d1b0004*
19305
19306 QM1D1C0042 MEDIA DRIVER
19307 M:      Akihiro Tsukada <[email protected]>
19308 L:      [email protected]
19309 S:      Odd Fixes
19310 F:      drivers/media/tuners/qm1d1c0042*
19311
19312 QNAP MCU DRIVER
19313 M:      Heiko Stuebner <[email protected]>
19314 S:      Maintained
19315 F:      drivers/hwmon/qnap-mcu-hwmon.c
19316 F:      drivers/input/misc/qnap-mcu-input.c
19317 F:      drivers/leds/leds-qnap-mcu.c
19318 F:      drivers/mfd/qnap-mcu.c
19319 F:      include/linux/mfd/qnap-mcu.h
19320
19321 QNX4 FILESYSTEM
19322 M:      Anders Larsen <[email protected]>
19323 S:      Maintained
19324 W:      http://www.alarsen.net/linux/qnx4fs/
19325 F:      fs/qnx4/
19326 F:      include/uapi/linux/qnx4_fs.h
19327 F:      include/uapi/linux/qnxtypes.h
19328
19329 QNX6 FILESYSTEM
19330 S:      Orphan
19331 F:      Documentation/filesystems/qnx6.rst
19332 F:      fs/qnx6/
19333 F:      include/linux/qnx6_fs.h
19334
19335 QORIQ DPAA2 FSL-MC BUS DRIVER
19336 M:      Stuart Yoder <[email protected]>
19337 M:      Laurentiu Tudor <[email protected]>
19338 L:      [email protected]
19339 S:      Maintained
19340 F:      Documentation/ABI/stable/sysfs-bus-fsl-mc
19341 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
19342 F:      Documentation/networking/device_drivers/ethernet/freescale/dpaa2/overview.rst
19343 F:      drivers/bus/fsl-mc/
19344 F:      include/uapi/linux/fsl_mc.h
19345
19346 QT1010 MEDIA DRIVER
19347 L:      [email protected]
19348 S:      Orphan
19349 W:      https://linuxtv.org
19350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
19351 F:      drivers/media/tuners/qt1010*
19352
19353 QUALCOMM ATH12K WIRELESS DRIVER
19354 M:      Jeff Johnson <[email protected]>
19355 L:      [email protected]
19356 S:      Supported
19357 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath12k
19358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
19359 F:      drivers/net/wireless/ath/ath12k/
19360 N:      ath12k
19361
19362 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
19363 M:      Jeff Johnson <[email protected]>
19364 L:      [email protected]
19365 S:      Supported
19366 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath10k
19367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
19368 F:      drivers/net/wireless/ath/ath10k/
19369 N:      ath10k
19370
19371 QUALCOMM ATHEROS ATH11K WIRELESS DRIVER
19372 M:      Jeff Johnson <[email protected]>
19373 L:      [email protected]
19374 S:      Supported
19375 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath11k
19376 B:      https://wireless.wiki.kernel.org/en/users/Drivers/ath11k/bugreport
19377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
19378 F:      drivers/net/wireless/ath/ath11k/
19379 N:      ath11k
19380
19381 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
19382 M:      Toke Høiland-Jørgensen <[email protected]>
19383 L:      [email protected]
19384 S:      Maintained
19385 W:      https://wireless.wiki.kernel.org/en/users/Drivers/ath9k
19386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ath/ath.git
19387 F:      Documentation/devicetree/bindings/net/wireless/qca,ath9k.yaml
19388 F:      drivers/net/wireless/ath/ath9k/
19389
19390 QUALCOMM ATHEROS QCA7K ETHERNET DRIVER
19391 M:      Stefan Wahren <[email protected]>
19392 L:      [email protected]
19393 S:      Maintained
19394 F:      Documentation/devicetree/bindings/net/qca,qca7000.txt
19395 F:      drivers/net/ethernet/qualcomm/qca*
19396
19397 QUALCOMM BAM-DMUX WWAN NETWORK DRIVER
19398 M:      Stephan Gerhold <[email protected]>
19399 L:      [email protected]
19400 L:      [email protected]
19401 S:      Maintained
19402 F:      Documentation/devicetree/bindings/net/qcom,bam-dmux.yaml
19403 F:      drivers/net/wwan/qcom_bam_dmux.c
19404
19405 QUALCOMM CAMERA SUBSYSTEM DRIVER
19406 M:      Robert Foss <[email protected]>
19407 M:      Todor Tomov <[email protected]>
19408 M:      Bryan O'Donoghue <[email protected]>
19409 L:      [email protected]
19410 S:      Maintained
19411 F:      Documentation/admin-guide/media/qcom_camss.rst
19412 F:      Documentation/devicetree/bindings/media/qcom,*camss*
19413 F:      drivers/media/platform/qcom/camss/
19414
19415 QUALCOMM CLOCK DRIVERS
19416 M:      Bjorn Andersson <[email protected]>
19417 L:      [email protected]
19418 S:      Supported
19419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git
19420 F:      Documentation/devicetree/bindings/clock/qcom,*
19421 F:      drivers/clk/qcom/
19422 F:      include/dt-bindings/clock/qcom,*
19423
19424 QUALCOMM CLOUD AI (QAIC) DRIVER
19425 M:      Jeffrey Hugo <[email protected]>
19426 R:      Carl Vanderlip <[email protected]>
19427 L:      [email protected]
19428 L:      [email protected]
19429 S:      Supported
19430 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
19431 F:      Documentation/accel/qaic/
19432 F:      drivers/accel/qaic/
19433 F:      include/uapi/drm/qaic_accel.h
19434
19435 QUALCOMM CORE POWER REDUCTION (CPR) AVS DRIVER
19436 M:      Bjorn Andersson <[email protected]>
19437 M:      Konrad Dybcio <[email protected]>
19438 L:      [email protected]
19439 L:      [email protected]
19440 S:      Maintained
19441 F:      Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml
19442 F:      drivers/pmdomain/qcom/cpr.c
19443
19444 QUALCOMM CPUCP MAILBOX DRIVER
19445 M:      Sibi Sankar <[email protected]>
19446 L:      [email protected]
19447 S:      Supported
19448 F:      Documentation/devicetree/bindings/mailbox/qcom,cpucp-mbox.yaml
19449 F:      drivers/mailbox/qcom-cpucp-mbox.c
19450
19451 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
19452 M:      Ilia Lin <[email protected]>
19453 L:      [email protected]
19454 S:      Maintained
19455 F:      Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml
19456 F:      Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml
19457 F:      drivers/cpufreq/qcom-cpufreq-nvmem.c
19458
19459 QUALCOMM CRYPTO DRIVERS
19460 M:      Thara Gopinath <[email protected]>
19461 L:      [email protected]
19462 L:      [email protected]
19463 S:      Maintained
19464 F:      Documentation/devicetree/bindings/crypto/qcom-qce.yaml
19465 F:      drivers/crypto/qce/
19466
19467 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
19468 M:      Timur Tabi <[email protected]>
19469 L:      [email protected]
19470 S:      Maintained
19471 F:      drivers/net/ethernet/qualcomm/emac/
19472
19473 QUALCOMM ETHQOS ETHERNET DRIVER
19474 M:      Vinod Koul <[email protected]>
19475 L:      [email protected]
19476 L:      [email protected]
19477 S:      Maintained
19478 F:      Documentation/devicetree/bindings/net/qcom,ethqos.yaml
19479 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c
19480
19481 QUALCOMM FASTRPC DRIVER
19482 M:      Srinivas Kandagatla <[email protected]>
19483 M:      Amol Maheshwari <[email protected]>
19484 L:      [email protected]
19485 L:      [email protected]
19486 S:      Maintained
19487 F:      Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml
19488 F:      drivers/misc/fastrpc.c
19489 F:      include/uapi/misc/fastrpc.h
19490
19491 QUALCOMM HEXAGON ARCHITECTURE
19492 M:      Brian Cain <[email protected]>
19493 L:      [email protected]
19494 S:      Supported
19495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bcain/linux.git
19496 F:      arch/hexagon/
19497
19498 QUALCOMM HIDMA DRIVER
19499 M:      Sinan Kaya <[email protected]>
19500 L:      [email protected] (moderated for non-subscribers)
19501 L:      [email protected]
19502 L:      [email protected]
19503 S:      Supported
19504 F:      drivers/dma/qcom/hidma*
19505
19506 QUALCOMM I2C QCOM GENI DRIVER
19507 M:      Mukesh Kumar Savaliya <[email protected]>
19508 M:      Viken Dadhaniya <[email protected]>
19509 L:      [email protected]
19510 L:      [email protected]
19511 S:      Maintained
19512 F:      Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
19513 F:      drivers/i2c/busses/i2c-qcom-geni.c
19514
19515 QUALCOMM I2C CCI DRIVER
19516 M:      Loic Poulain <[email protected]>
19517 M:      Robert Foss <[email protected]>
19518 L:      [email protected]
19519 L:      [email protected]
19520 S:      Maintained
19521 F:      Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
19522 F:      drivers/i2c/busses/i2c-qcom-cci.c
19523
19524 QUALCOMM INTERCONNECT BWMON DRIVER
19525 M:      Krzysztof Kozlowski <[email protected]>
19526 L:      [email protected]
19527 S:      Maintained
19528 F:      Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
19529 F:      drivers/soc/qcom/icc-bwmon.c
19530 F:      drivers/soc/qcom/trace_icc-bwmon.h
19531
19532 QUALCOMM IOMMU
19533 M:      Rob Clark <[email protected]>
19534 L:      [email protected]
19535 L:      [email protected]
19536 S:      Maintained
19537 F:      drivers/iommu/arm/arm-smmu/qcom_iommu.c
19538 F:      drivers/iommu/arm/arm-smmu/arm-smmu-qcom*
19539 F:      drivers/iommu/msm_iommu*
19540
19541 QUALCOMM IPC ROUTER (QRTR) DRIVER
19542 M:      Manivannan Sadhasivam <[email protected]>
19543 L:      [email protected]
19544 S:      Maintained
19545 F:      include/trace/events/qrtr.h
19546 F:      include/uapi/linux/qrtr.h
19547 F:      net/qrtr/
19548
19549 QUALCOMM IPCC MAILBOX DRIVER
19550 M:      Manivannan Sadhasivam <[email protected]>
19551 L:      [email protected]
19552 S:      Supported
19553 F:      Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
19554 F:      drivers/mailbox/qcom-ipcc.c
19555 F:      include/dt-bindings/mailbox/qcom-ipcc.h
19556
19557 QUALCOMM IPQ4019 USB PHY DRIVER
19558 M:      Robert Marko <[email protected]>
19559 M:      Luka Perkov <[email protected]>
19560 L:      [email protected]
19561 S:      Maintained
19562 F:      Documentation/devicetree/bindings/phy/qcom-usb-ipq4019-phy.yaml
19563 F:      drivers/phy/qualcomm/phy-qcom-ipq4019-usb.c
19564
19565 QUALCOMM IPQ4019 VQMMC REGULATOR DRIVER
19566 M:      Robert Marko <[email protected]>
19567 M:      Luka Perkov <[email protected]>
19568 L:      [email protected]
19569 S:      Maintained
19570 F:      Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml
19571 F:      drivers/regulator/vqmmc-ipq4019-regulator.c
19572
19573 QUALCOMM NAND CONTROLLER DRIVER
19574 M:      Manivannan Sadhasivam <[email protected]>
19575 L:      [email protected]
19576 L:      [email protected]
19577 S:      Maintained
19578 F:      Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
19579 F:      drivers/mtd/nand/raw/qcom_nandc.c
19580
19581 QUALCOMM QSEECOM DRIVER
19582 M:      Maximilian Luz <[email protected]>
19583 L:      [email protected]
19584 S:      Maintained
19585 F:      drivers/firmware/qcom/qcom_qseecom.c
19586
19587 QUALCOMM QSEECOM UEFISECAPP DRIVER
19588 M:      Maximilian Luz <[email protected]>
19589 L:      [email protected]
19590 S:      Maintained
19591 F:      drivers/firmware/qcom/qcom_qseecom_uefisecapp.c
19592
19593 QUALCOMM RMNET DRIVER
19594 M:      Subash Abhinov Kasiviswanathan <[email protected]>
19595 M:      Sean Tranchetti <[email protected]>
19596 L:      [email protected]
19597 S:      Maintained
19598 F:      Documentation/networking/device_drivers/cellular/qualcomm/rmnet.rst
19599 F:      drivers/net/ethernet/qualcomm/rmnet/
19600 F:      include/linux/if_rmnet.h
19601
19602 QUALCOMM TRUST ZONE MEMORY ALLOCATOR
19603 M:      Bartosz Golaszewski <[email protected]>
19604 L:      [email protected]
19605 S:      Maintained
19606 F:      drivers/firmware/qcom/qcom_tzmem.c
19607 F:      drivers/firmware/qcom/qcom_tzmem.h
19608 F:      include/linux/firmware/qcom/qcom_tzmem.h
19609
19610 QUALCOMM TSENS THERMAL DRIVER
19611 M:      Amit Kucheria <[email protected]>
19612 M:      Thara Gopinath <[email protected]>
19613 L:      [email protected]
19614 L:      [email protected]
19615 S:      Maintained
19616 F:      Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
19617 F:      drivers/thermal/qcom/
19618
19619 QUALCOMM TYPEC PORT MANAGER DRIVER
19620 M:      Bryan O'Donoghue <[email protected]>
19621 L:      [email protected]
19622 L:      [email protected]
19623 S:      Maintained
19624 F:      Documentation/devicetree/bindings/usb/qcom,pmic-*.yaml
19625 F:      drivers/usb/typec/tcpm/qcom/
19626
19627 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
19628 M:      Stanimir Varbanov <[email protected]>
19629 M:      Vikash Garodia <[email protected]>
19630 R:      Bryan O'Donoghue <[email protected]>
19631 L:      [email protected]
19632 L:      [email protected]
19633 S:      Maintained
19634 T:      git git://linuxtv.org/media.git
19635 F:      Documentation/devicetree/bindings/media/*venus*
19636 F:      drivers/media/platform/qcom/venus/
19637
19638 QUALCOMM WCN36XX WIRELESS DRIVER
19639 M:      Loic Poulain <[email protected]>
19640 L:      [email protected]
19641 S:      Supported
19642 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wcn36xx
19643 F:      drivers/net/wireless/ath/wcn36xx/
19644
19645 QUANTENNA QTNFMAC WIRELESS DRIVER
19646 M:      Igor Mitsyanko <[email protected]>
19647 R:      Sergey Matyukevich <[email protected]>
19648 L:      [email protected]
19649 S:      Maintained
19650 F:      drivers/net/wireless/quantenna
19651
19652 RADEON and AMDGPU DRM DRIVERS
19653 M:      Alex Deucher <[email protected]>
19654 M:      Christian König <[email protected]>
19655 M:      Xinhui Pan <[email protected]>
19656 L:      [email protected]
19657 S:      Supported
19658 B:      https://gitlab.freedesktop.org/drm/amd/-/issues
19659 C:      irc://irc.oftc.net/radeon
19660 T:      git https://gitlab.freedesktop.org/agd5f/linux.git
19661 F:      Documentation/gpu/amdgpu/
19662 F:      drivers/gpu/drm/amd/
19663 F:      drivers/gpu/drm/ci/xfails/amd*
19664 F:      drivers/gpu/drm/radeon/
19665 F:      include/uapi/drm/amdgpu_drm.h
19666 F:      include/uapi/drm/radeon_drm.h
19667
19668 RADEON FRAMEBUFFER DISPLAY DRIVER
19669 M:      Benjamin Herrenschmidt <[email protected]>
19670 L:      [email protected]
19671 S:      Maintained
19672 F:      drivers/video/fbdev/aty/radeon*
19673 F:      include/uapi/linux/radeonfb.h
19674
19675 RADIOSHARK RADIO DRIVER
19676 M:      Hans Verkuil <[email protected]>
19677 L:      [email protected]
19678 S:      Maintained
19679 T:      git git://linuxtv.org/media.git
19680 F:      drivers/media/radio/radio-shark.c
19681
19682 RADIOSHARK2 RADIO DRIVER
19683 M:      Hans Verkuil <[email protected]>
19684 L:      [email protected]
19685 S:      Maintained
19686 T:      git git://linuxtv.org/media.git
19687 F:      drivers/media/radio/radio-shark2.c
19688 F:      drivers/media/radio/radio-tea5777.c
19689
19690 RADOS BLOCK DEVICE (RBD)
19691 M:      Ilya Dryomov <[email protected]>
19692 R:      Dongsheng Yang <[email protected]>
19693 L:      [email protected]
19694 S:      Supported
19695 W:      http://ceph.com/
19696 T:      git https://github.com/ceph/ceph-client.git
19697 F:      Documentation/ABI/testing/sysfs-bus-rbd
19698 F:      drivers/block/rbd.c
19699 F:      drivers/block/rbd_types.h
19700
19701 RAGE128 FRAMEBUFFER DISPLAY DRIVER
19702 L:      [email protected]
19703 S:      Orphan
19704 F:      drivers/video/fbdev/aty/aty128fb.c
19705
19706 RAINSHADOW-CEC DRIVER
19707 M:      Hans Verkuil <[email protected]>
19708 L:      [email protected]
19709 S:      Maintained
19710 T:      git git://linuxtv.org/media.git
19711 F:      drivers/media/cec/usb/rainshadow/
19712
19713 RALINK MIPS ARCHITECTURE
19714 M:      John Crispin <[email protected]>
19715 M:      Sergio Paracuellos <[email protected]>
19716 L:      [email protected]
19717 S:      Maintained
19718 F:      arch/mips/ralink
19719
19720 RALINK MT7621 MIPS ARCHITECTURE
19721 M:      Chester A. Unal <[email protected]>
19722 M:      Sergio Paracuellos <[email protected]>
19723 L:      [email protected]
19724 S:      Maintained
19725 F:      arch/mips/boot/dts/ralink/mt7621*
19726
19727 RALINK RT2X00 WIRELESS LAN DRIVER
19728 M:      Stanislaw Gruszka <[email protected]>
19729 L:      [email protected]
19730 S:      Maintained
19731 F:      drivers/net/wireless/ralink/rt2x00/
19732
19733 RAMDISK RAM BLOCK DEVICE DRIVER
19734 M:      Jens Axboe <[email protected]>
19735 S:      Maintained
19736 F:      Documentation/admin-guide/blockdev/ramdisk.rst
19737 F:      drivers/block/brd.c
19738
19739 RANCHU VIRTUAL BOARD FOR MIPS
19740 M:      Miodrag Dinic <[email protected]>
19741 L:      [email protected]
19742 S:      Supported
19743 F:      arch/mips/configs/generic/board-ranchu.config
19744 F:      arch/mips/generic/board-ranchu.c
19745
19746 RANDOM NUMBER DRIVER
19747 M:      "Theodore Ts'o" <[email protected]>
19748 M:      Jason A. Donenfeld <[email protected]>
19749 S:      Maintained
19750 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/crng/random.git
19751 F:      Documentation/devicetree/bindings/rng/microsoft,vmgenid.yaml
19752 F:      drivers/char/random.c
19753 F:      include/linux/random.h
19754 F:      include/uapi/linux/random.h
19755 F:      drivers/virt/vmgenid.c
19756 N:      ^.*/vdso/[^/]*getrandom[^/]+$
19757
19758 RAPIDIO SUBSYSTEM
19759 M:      Matt Porter <[email protected]>
19760 M:      Alexandre Bounine <[email protected]>
19761 S:      Maintained
19762 F:      drivers/rapidio/
19763
19764 RAS INFRASTRUCTURE
19765 M:      Tony Luck <[email protected]>
19766 M:      Borislav Petkov <[email protected]>
19767 L:      [email protected]
19768 S:      Maintained
19769 F:      Documentation/admin-guide/RAS
19770 F:      drivers/ras/
19771 F:      include/linux/ras.h
19772 F:      include/ras/ras_event.h
19773
19774 RAS FRU MEMORY POISON MANAGER (FMPM)
19775 M:      Yazen Ghannam <[email protected]>
19776 L:      [email protected]
19777 S:      Maintained
19778 F:      drivers/ras/amd/fmpm.c
19779
19780 RASPBERRY PI PISP BACK END
19781 M:      Jacopo Mondi <[email protected]>
19782 R:      Raspberry Pi Kernel Maintenance <[email protected]>
19783 L:      [email protected]
19784 S:      Maintained
19785 F:      Documentation/devicetree/bindings/media/raspberrypi,pispbe.yaml
19786 F:      drivers/media/platform/raspberrypi/pisp_be/
19787 F:      include/uapi/linux/media/raspberrypi/
19788
19789 RASPBERRY PI PISP CAMERA FRONT END
19790 M:      Tomi Valkeinen <[email protected]>
19791 M:      Raspberry Pi Kernel Maintenance <[email protected]>
19792 S:      Maintained
19793 F:      Documentation/devicetree/bindings/media/raspberrypi,rp1-cfe.yaml
19794 F:      drivers/media/platform/raspberrypi/rp1-cfe/
19795
19796 RC-CORE / LIRC FRAMEWORK
19797 M:      Sean Young <[email protected]>
19798 L:      [email protected]
19799 S:      Maintained
19800 W:      http://linuxtv.org
19801 T:      git git://linuxtv.org/media.git
19802 F:      Documentation/driver-api/media/rc-core.rst
19803 F:      Documentation/userspace-api/media/rc/
19804 F:      drivers/media/rc/
19805 F:      include/media/rc-core.h
19806 F:      include/media/rc-map.h
19807 F:      include/uapi/linux/lirc.h
19808
19809 RCMM REMOTE CONTROLS DECODER
19810 M:      Patrick Lerda <[email protected]>
19811 S:      Maintained
19812 F:      drivers/media/rc/ir-rcmm-decoder.c
19813
19814 RCUTORTURE TEST FRAMEWORK
19815 M:      "Paul E. McKenney" <[email protected]>
19816 M:      Josh Triplett <[email protected]>
19817 R:      Steven Rostedt <[email protected]>
19818 R:      Mathieu Desnoyers <[email protected]>
19819 R:      Lai Jiangshan <[email protected]>
19820 L:      [email protected]
19821 S:      Supported
19822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
19823 F:      tools/testing/selftests/rcutorture
19824
19825 RDACM20 Camera Sensor
19826 M:      Jacopo Mondi <[email protected]>
19827 M:      Kieran Bingham <[email protected]>
19828 M:      Laurent Pinchart <[email protected]>
19829 M:      Niklas Söderlund <[email protected]>
19830 L:      [email protected]
19831 S:      Maintained
19832 F:      Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml
19833 F:      drivers/media/i2c/max9271.c
19834 F:      drivers/media/i2c/max9271.h
19835 F:      drivers/media/i2c/rdacm20.c
19836
19837 RDACM21 Camera Sensor
19838 M:      Jacopo Mondi <[email protected]>
19839 M:      Kieran Bingham <[email protected]>
19840 M:      Laurent Pinchart <[email protected]>
19841 M:      Niklas Söderlund <[email protected]>
19842 L:      [email protected]
19843 S:      Maintained
19844 F:      Documentation/devicetree/bindings/media/i2c/imi,rdacm2x-gmsl.yaml
19845 F:      drivers/media/i2c/max9271.c
19846 F:      drivers/media/i2c/max9271.h
19847 F:      drivers/media/i2c/rdacm21.c
19848
19849 RDC R-321X SoC
19850 M:      Florian Fainelli <[email protected]>
19851 S:      Maintained
19852
19853 RDC R6040 FAST ETHERNET DRIVER
19854 M:      Florian Fainelli <[email protected]>
19855 L:      [email protected]
19856 S:      Maintained
19857 F:      drivers/net/ethernet/rdc/r6040.c
19858
19859 RDMAVT - RDMA verbs software
19860 M:      Dennis Dalessandro <[email protected]>
19861 L:      [email protected]
19862 S:      Supported
19863 F:      drivers/infiniband/sw/rdmavt
19864
19865 RDS - RELIABLE DATAGRAM SOCKETS
19866 M:      Allison Henderson <[email protected]>
19867 L:      [email protected]
19868 L:      [email protected]
19869 L:      [email protected] (moderated for non-subscribers)
19870 S:      Supported
19871 W:      https://oss.oracle.com/projects/rds/
19872 F:      Documentation/networking/rds.rst
19873 F:      net/rds/
19874 F:      tools/testing/selftests/net/rds/
19875
19876 RDT - RESOURCE ALLOCATION
19877 M:      Fenghua Yu <[email protected]>
19878 M:      Reinette Chatre <[email protected]>
19879 L:      [email protected]
19880 S:      Supported
19881 F:      Documentation/arch/x86/resctrl*
19882 F:      arch/x86/include/asm/resctrl.h
19883 F:      arch/x86/kernel/cpu/resctrl/
19884 F:      tools/testing/selftests/resctrl/
19885
19886 READ-COPY UPDATE (RCU)
19887 M:      "Paul E. McKenney" <[email protected]>
19888 M:      Frederic Weisbecker <[email protected]> (kernel/rcu/tree_nocb.h)
19889 M:      Neeraj Upadhyay <[email protected]> (kernel/rcu/tasks.h)
19890 M:      Joel Fernandes <[email protected]>
19891 M:      Josh Triplett <[email protected]>
19892 M:      Boqun Feng <[email protected]>
19893 M:      Uladzislau Rezki <[email protected]>
19894 R:      Steven Rostedt <[email protected]>
19895 R:      Mathieu Desnoyers <[email protected]>
19896 R:      Lai Jiangshan <[email protected]>
19897 R:      Zqiang <[email protected]>
19898 L:      [email protected]
19899 S:      Supported
19900 W:      http://www.rdrop.com/users/paulmck/RCU/
19901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
19902 F:      Documentation/RCU/
19903 F:      include/linux/rcu*
19904 F:      kernel/rcu/
19905 F:      rust/kernel/sync/rcu.rs
19906 X:      Documentation/RCU/torture.rst
19907 X:      include/linux/srcu*.h
19908 X:      kernel/rcu/srcu*.c
19909
19910 REAL TIME CLOCK (RTC) SUBSYSTEM
19911 M:      Alexandre Belloni <[email protected]>
19912 L:      [email protected]
19913 S:      Maintained
19914 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
19915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
19916 F:      Documentation/admin-guide/rtc.rst
19917 F:      Documentation/devicetree/bindings/rtc/
19918 F:      drivers/rtc/
19919 F:      include/linux/rtc.h
19920 F:      include/linux/rtc/
19921 F:      include/uapi/linux/rtc.h
19922 F:      tools/testing/selftests/rtc/
19923
19924 Real-time Linux Analysis (RTLA) tools
19925 M:      Steven Rostedt <[email protected]>
19926 L:      [email protected]
19927 S:      Maintained
19928 F:      Documentation/tools/rtla/
19929 F:      tools/tracing/rtla/
19930
19931 Real-time Linux (PREEMPT_RT)
19932 M:      Sebastian Andrzej Siewior <[email protected]>
19933 M:      Clark Williams <[email protected]>
19934 M:      Steven Rostedt <[email protected]>
19935 L:      [email protected]
19936 S:      Supported
19937 K:      PREEMPT_RT
19938
19939 REALTEK AUDIO CODECS
19940 M:      Oder Chiou <[email protected]>
19941 S:      Maintained
19942 F:      include/sound/rt*.h
19943 F:      sound/soc/codecs/rt*
19944
19945 REALTEK OTTO WATCHDOG
19946 M:      Sander Vanheule <[email protected]>
19947 L:      [email protected]
19948 S:      Maintained
19949 F:      Documentation/devicetree/bindings/watchdog/realtek,otto-wdt.yaml
19950 F:      drivers/watchdog/realtek_otto_wdt.c
19951
19952 REALTEK RTL83xx SMI DSA ROUTER CHIPS
19953 M:      Linus Walleij <[email protected]>
19954 M:      Alvin Šipraga <[email protected]>
19955 S:      Maintained
19956 F:      Documentation/devicetree/bindings/net/dsa/realtek.yaml
19957 F:      drivers/net/dsa/realtek/*
19958
19959 REALTEK SPI-NAND
19960 M:      Chris Packham <[email protected]>
19961 S:      Maintained
19962 F:      Documentation/devicetree/bindings/spi/realtek,rtl9301-snand.yaml
19963 F:      drivers/spi/spi-realtek-rtl-snand.c
19964
19965 REALTEK WIRELESS DRIVER (rtlwifi family)
19966 M:      Ping-Ke Shih <[email protected]>
19967 L:      [email protected]
19968 S:      Maintained
19969 T:      git https://github.com/pkshih/rtw.git
19970 F:      drivers/net/wireless/realtek/rtlwifi/
19971
19972 REALTEK WIRELESS DRIVER (rtw88)
19973 M:      Ping-Ke Shih <[email protected]>
19974 L:      [email protected]
19975 S:      Maintained
19976 T:      git https://github.com/pkshih/rtw.git
19977 F:      drivers/net/wireless/realtek/rtw88/
19978
19979 REALTEK WIRELESS DRIVER (rtw89)
19980 M:      Ping-Ke Shih <[email protected]>
19981 L:      [email protected]
19982 S:      Maintained
19983 T:      git https://github.com/pkshih/rtw.git
19984 F:      drivers/net/wireless/realtek/rtw89/
19985
19986 REDPINE WIRELESS DRIVER
19987 L:      [email protected]
19988 S:      Orphan
19989 F:      drivers/net/wireless/rsi/
19990
19991 REGISTER MAP ABSTRACTION
19992 M:      Mark Brown <[email protected]>
19993 L:      [email protected]
19994 S:      Supported
19995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
19996 F:      Documentation/devicetree/bindings/regmap/
19997 F:      drivers/base/regmap/
19998 F:      include/linux/regmap.h
19999
20000 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
20001 M:      Bjorn Andersson <[email protected]>
20002 M:      Mathieu Poirier <[email protected]>
20003 L:      [email protected]
20004 S:      Maintained
20005 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git rproc-next
20006 F:      Documentation/ABI/testing/sysfs-class-remoteproc
20007 F:      Documentation/devicetree/bindings/remoteproc/
20008 F:      Documentation/staging/remoteproc.rst
20009 F:      drivers/remoteproc/
20010 F:      include/linux/remoteproc.h
20011 F:      include/linux/remoteproc/
20012
20013 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
20014 M:      Bjorn Andersson <[email protected]>
20015 M:      Mathieu Poirier <[email protected]>
20016 L:      [email protected]
20017 S:      Maintained
20018 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git rpmsg-next
20019 F:      Documentation/ABI/testing/sysfs-bus-rpmsg
20020 F:      Documentation/staging/rpmsg.rst
20021 F:      drivers/rpmsg/
20022 F:      include/linux/rpmsg.h
20023 F:      include/linux/rpmsg/
20024 F:      include/uapi/linux/rpmsg.h
20025 F:      samples/rpmsg/
20026
20027 REMOTE PROCESSOR MESSAGING (RPMSG) WWAN CONTROL DRIVER
20028 M:      Stephan Gerhold <[email protected]>
20029 L:      [email protected]
20030 L:      [email protected]
20031 S:      Maintained
20032 F:      drivers/net/wwan/rpmsg_wwan_ctrl.c
20033
20034 RENESAS CLOCK DRIVERS
20035 M:      Geert Uytterhoeven <[email protected]>
20036 L:      [email protected]
20037 S:      Supported
20038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git renesas-clk
20039 F:      Documentation/devicetree/bindings/clock/renesas,*
20040 F:      drivers/clk/renesas/
20041
20042 RENESAS EMEV2 I2C DRIVER
20043 M:      Wolfram Sang <[email protected]>
20044 L:      [email protected]
20045 S:      Supported
20046 F:      Documentation/devicetree/bindings/i2c/renesas,iic-emev2.yaml
20047 F:      drivers/i2c/busses/i2c-emev2.c
20048
20049 RENESAS ETHERNET AVB DRIVER
20050 M:      Paul Barker <[email protected]>
20051 M:      Niklas Söderlund <[email protected]>
20052 L:      [email protected]
20053 L:      [email protected]
20054 S:      Maintained
20055 F:      Documentation/devicetree/bindings/net/renesas,etheravb.yaml
20056 F:      drivers/net/ethernet/renesas/Kconfig
20057 F:      drivers/net/ethernet/renesas/Makefile
20058 F:      drivers/net/ethernet/renesas/ravb*
20059
20060 RENESAS ETHERNET SWITCH DRIVER
20061 R:      Yoshihiro Shimoda <[email protected]>
20062 L:      [email protected]
20063 L:      [email protected]
20064 F:      Documentation/devicetree/bindings/net/renesas,*ether-switch.yaml
20065 F:      drivers/net/ethernet/renesas/Kconfig
20066 F:      drivers/net/ethernet/renesas/Makefile
20067 F:      drivers/net/ethernet/renesas/rcar_gen4*
20068 F:      drivers/net/ethernet/renesas/rswitch*
20069
20070 RENESAS ETHERNET TSN DRIVER
20071 M:      Niklas Söderlund <[email protected]>
20072 L:      [email protected]
20073 L:      [email protected]
20074 S:      Maintained
20075 F:      Documentation/devicetree/bindings/net/renesas,ethertsn.yaml
20076 F:      drivers/net/ethernet/renesas/rtsn.*
20077
20078 RENESAS IDT821034 ASoC CODEC
20079 M:      Herve Codina <[email protected]>
20080 L:      [email protected]
20081 S:      Maintained
20082 F:      Documentation/devicetree/bindings/sound/renesas,idt821034.yaml
20083 F:      sound/soc/codecs/idt821034.c
20084
20085 RENESAS R-CAR & FSI AUDIO (ASoC) DRIVERS
20086 M:      Kuninori Morimoto <[email protected]>
20087 L:      [email protected]
20088 L:      [email protected]
20089 S:      Supported
20090 F:      Documentation/devicetree/bindings/sound/renesas,rsnd.*
20091 F:      Documentation/devicetree/bindings/sound/renesas,fsi.yaml
20092 F:      sound/soc/renesas/rcar/
20093 F:      sound/soc/renesas/fsi.c
20094 F:      include/sound/sh_fsi.h
20095
20096 RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER
20097 M:      Miquel Raynal <[email protected]>
20098 L:      [email protected]
20099 L:      [email protected]
20100 S:      Maintained
20101 F:      Documentation/devicetree/bindings/mtd/renesas-nandc.yaml
20102 F:      drivers/mtd/nand/raw/renesas-nand-controller.c
20103
20104 RENESAS R-CAR GYROADC DRIVER
20105 M:      Marek Vasut <[email protected]>
20106 L:      [email protected]
20107 S:      Supported
20108 F:      Documentation/devicetree/bindings/iio/adc/renesas,rcar-gyroadc.yaml
20109 F:      drivers/iio/adc/rcar-gyroadc.c
20110
20111 RENESAS R-CAR I2C DRIVERS
20112 M:      Wolfram Sang <[email protected]>
20113 L:      [email protected]
20114 S:      Supported
20115 F:      Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
20116 F:      Documentation/devicetree/bindings/i2c/renesas,rmobile-iic.yaml
20117 F:      drivers/i2c/busses/i2c-rcar.c
20118 F:      drivers/i2c/busses/i2c-sh_mobile.c
20119
20120 RENESAS R-CAR SATA DRIVER
20121 M:      Geert Uytterhoeven <[email protected]>
20122 L:      [email protected]
20123 L:      [email protected]
20124 S:      Supported
20125 F:      Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
20126 F:      drivers/ata/sata_rcar.c
20127
20128 RENESAS R-CAR THERMAL DRIVERS
20129 M:      Niklas Söderlund <[email protected]>
20130 L:      [email protected]
20131 S:      Supported
20132 F:      Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
20133 F:      Documentation/devicetree/bindings/thermal/rcar-thermal.yaml
20134 F:      drivers/thermal/renesas/rcar_gen3_thermal.c
20135 F:      drivers/thermal/renesas/rcar_thermal.c
20136
20137 RENESAS RIIC DRIVER
20138 M:      Chris Brandt <[email protected]>
20139 L:      [email protected]
20140 S:      Supported
20141 F:      Documentation/devicetree/bindings/i2c/renesas,riic.yaml
20142 F:      drivers/i2c/busses/i2c-riic.c
20143
20144 RENESAS RZ AUDIO (ASoC) DRIVER
20145 M:      Biju Das <[email protected]>
20146 M:      Lad Prabhakar <[email protected]>
20147 L:      [email protected]
20148 L:      [email protected]
20149 S:      Supported
20150 F:      Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
20151 F:      sound/soc/renesas/rz-ssi.c
20152
20153 RENESAS RZ/G2L A/D DRIVER
20154 M:      Lad Prabhakar <[email protected]>
20155 L:      [email protected]
20156 L:      [email protected]
20157 S:      Supported
20158 F:      Documentation/devicetree/bindings/iio/adc/renesas,rzg2l-adc.yaml
20159 F:      drivers/iio/adc/rzg2l_adc.c
20160
20161 RENESAS RZ/G2L MTU3a COUNTER DRIVER
20162 M:      Biju Das <[email protected]>
20163 L:      [email protected]
20164 L:      [email protected]
20165 S:      Supported
20166 F:      Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml
20167 F:      drivers/counter/rz-mtu3-cnt.c
20168
20169 RENESAS RTCA-3 RTC DRIVER
20170 M:      Claudiu Beznea <[email protected]>
20171 L:      [email protected]
20172 L:      [email protected]
20173 S:      Supported
20174 F:      Documentation/devicetree/bindings/rtc/renesas,rz-rtca3.yaml
20175 F:      drivers/rtc/rtc-renesas-rtca3.c
20176
20177 RENESAS RZ/N1 A5PSW SWITCH DRIVER
20178 M:      Clément Léger <[email protected]>
20179 L:      [email protected]
20180 L:      [email protected]
20181 S:      Maintained
20182 F:      Documentation/devicetree/bindings/net/dsa/renesas,rzn1-a5psw.yaml
20183 F:      Documentation/devicetree/bindings/net/pcs/renesas,rzn1-miic.yaml
20184 F:      drivers/net/dsa/rzn1_a5psw*
20185 F:      drivers/net/pcs/pcs-rzn1-miic.c
20186 F:      include/dt-bindings/net/pcs-rzn1-miic.h
20187 F:      include/linux/pcs-rzn1-miic.h
20188 F:      net/dsa/tag_rzn1_a5psw.c
20189
20190 RENESAS RZ/N1 DWMAC GLUE LAYER
20191 M:      Romain Gantois <[email protected]>
20192 S:      Maintained
20193 F:      Documentation/devicetree/bindings/net/renesas,rzn1-gmac.yaml
20194 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-rzn1.c
20195
20196 RENESAS RZ/N1 RTC CONTROLLER DRIVER
20197 M:      Miquel Raynal <[email protected]>
20198 L:      [email protected]
20199 L:      [email protected]
20200 S:      Maintained
20201 F:      Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml
20202 F:      drivers/rtc/rtc-rzn1.c
20203
20204 RENESAS RZ/N1 USBF CONTROLLER DRIVER
20205 M:      Herve Codina <[email protected]>
20206 L:      [email protected]
20207 L:      [email protected]
20208 S:      Maintained
20209 F:      Documentation/devicetree/bindings/usb/renesas,rzn1-usbf.yaml
20210 F:      drivers/usb/gadget/udc/renesas_usbf.c
20211
20212 RENESAS RZ/V2M I2C DRIVER
20213 M:      Fabrizio Castro <[email protected]>
20214 L:      [email protected]
20215 L:      [email protected]
20216 S:      Supported
20217 F:      Documentation/devicetree/bindings/i2c/renesas,rzv2m.yaml
20218 F:      drivers/i2c/busses/i2c-rzv2m.c
20219
20220 RENESAS SUPERH ETHERNET DRIVER
20221 M:      Niklas Söderlund <[email protected]>
20222 L:      [email protected]
20223 L:      [email protected]
20224 S:      Maintained
20225 F:      Documentation/devicetree/bindings/net/renesas,ether.yaml
20226 F:      drivers/net/ethernet/renesas/Kconfig
20227 F:      drivers/net/ethernet/renesas/Makefile
20228 F:      drivers/net/ethernet/renesas/sh_eth*
20229 F:      include/linux/sh_eth.h
20230
20231 RENESAS USB PHY DRIVER
20232 M:      Yoshihiro Shimoda <[email protected]>
20233 L:      [email protected]
20234 S:      Maintained
20235 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
20236
20237 RENESAS VERSACLOCK 7 CLOCK DRIVER
20238 M:      Alex Helms <[email protected]>
20239 S:      Maintained
20240 F:      Documentation/devicetree/bindings/clock/renesas,versaclock7.yaml
20241 F:      drivers/clk/clk-versaclock7.c
20242
20243 RENESAS X9250 DIGITAL POTENTIOMETERS DRIVER
20244 M:      Herve Codina <[email protected]>
20245 L:      [email protected]
20246 S:      Maintained
20247 F:      Documentation/devicetree/bindings/iio/potentiometer/renesas,x9250.yaml
20248 F:      drivers/iio/potentiometer/x9250.c
20249
20250 RESET CONTROLLER FRAMEWORK
20251 M:      Philipp Zabel <[email protected]>
20252 S:      Maintained
20253 T:      git git://git.pengutronix.de/git/pza/linux
20254 F:      Documentation/devicetree/bindings/reset/
20255 F:      Documentation/driver-api/reset.rst
20256 F:      drivers/reset/
20257 F:      include/dt-bindings/reset/
20258 F:      include/linux/reset-controller.h
20259 F:      include/linux/reset.h
20260 F:      include/linux/reset/
20261 K:      \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
20262
20263 RESTARTABLE SEQUENCES SUPPORT
20264 M:      Mathieu Desnoyers <[email protected]>
20265 M:      Peter Zijlstra <[email protected]>
20266 M:      "Paul E. McKenney" <[email protected]>
20267 M:      Boqun Feng <[email protected]>
20268 L:      [email protected]
20269 S:      Supported
20270 F:      include/trace/events/rseq.h
20271 F:      include/uapi/linux/rseq.h
20272 F:      kernel/rseq.c
20273 F:      tools/testing/selftests/rseq/
20274
20275 RFKILL
20276 M:      Johannes Berg <[email protected]>
20277 L:      [email protected]
20278 S:      Maintained
20279 W:      https://wireless.wiki.kernel.org/
20280 Q:      https://patchwork.kernel.org/project/linux-wireless/list/
20281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git
20282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git
20283 F:      Documentation/ABI/stable/sysfs-class-rfkill
20284 F:      Documentation/driver-api/rfkill.rst
20285 F:      include/linux/rfkill.h
20286 F:      include/uapi/linux/rfkill.h
20287 F:      net/rfkill/
20288
20289 RHASHTABLE
20290 M:      Thomas Graf <[email protected]>
20291 M:      Herbert Xu <[email protected]>
20292 L:      [email protected]
20293 S:      Maintained
20294 F:      include/linux/rhashtable-types.h
20295 F:      include/linux/rhashtable.h
20296 F:      lib/rhashtable.c
20297 F:      lib/test_rhashtable.c
20298
20299 RICOH R5C592 MEMORYSTICK DRIVER
20300 M:      Maxim Levitsky <[email protected]>
20301 S:      Maintained
20302 F:      drivers/memstick/host/r592.*
20303
20304 RICOH SMARTMEDIA/XD DRIVER
20305 M:      Maxim Levitsky <[email protected]>
20306 S:      Maintained
20307 F:      drivers/mtd/nand/raw/r852.c
20308 F:      drivers/mtd/nand/raw/r852.h
20309
20310 RISC-V AIA DRIVERS
20311 M:      Anup Patel <[email protected]>
20312 L:      [email protected]
20313 S:      Maintained
20314 F:      Documentation/devicetree/bindings/interrupt-controller/riscv,aplic.yaml
20315 F:      Documentation/devicetree/bindings/interrupt-controller/riscv,imsics.yaml
20316 F:      drivers/irqchip/irq-riscv-aplic-*.c
20317 F:      drivers/irqchip/irq-riscv-aplic-*.h
20318 F:      drivers/irqchip/irq-riscv-imsic-*.c
20319 F:      drivers/irqchip/irq-riscv-imsic-*.h
20320 F:      drivers/irqchip/irq-riscv-intc.c
20321 F:      include/linux/irqchip/riscv-aplic.h
20322 F:      include/linux/irqchip/riscv-imsic.h
20323
20324 RISC-V ARCHITECTURE
20325 M:      Paul Walmsley <[email protected]>
20326 M:      Palmer Dabbelt <[email protected]>
20327 M:      Albert Ou <[email protected]>
20328 L:      [email protected]
20329 S:      Supported
20330 Q:      https://patchwork.kernel.org/project/linux-riscv/list/
20331 C:      irc://irc.libera.chat/riscv
20332 P:      Documentation/arch/riscv/patch-acceptance.rst
20333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
20334 F:      arch/riscv/
20335 N:      riscv
20336 K:      riscv
20337
20338 RISC-V IOMMU
20339 M:      Tomasz Jeznach <[email protected]>
20340 L:      [email protected]
20341 L:      [email protected]
20342 S:      Maintained
20343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
20344 F:      Documentation/devicetree/bindings/iommu/riscv,iommu.yaml
20345 F:      drivers/iommu/riscv/
20346
20347 RISC-V MICROCHIP FPGA SUPPORT
20348 M:      Conor Dooley <[email protected]>
20349 M:      Daire McNamara <[email protected]>
20350 L:      [email protected]
20351 S:      Supported
20352 F:      Documentation/devicetree/bindings/clock/microchip,mpfs*.yaml
20353 F:      Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml
20354 F:      Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml
20355 F:      Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
20356 F:      Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml
20357 F:      Documentation/devicetree/bindings/pwm/microchip,corepwm.yaml
20358 F:      Documentation/devicetree/bindings/riscv/microchip.yaml
20359 F:      Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml
20360 F:      Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml
20361 F:      Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml
20362 F:      arch/riscv/boot/dts/microchip/
20363 F:      drivers/char/hw_random/mpfs-rng.c
20364 F:      drivers/clk/microchip/clk-mpfs*.c
20365 F:      drivers/firmware/microchip/mpfs-auto-update.c
20366 F:      drivers/gpio/gpio-mpfs.c
20367 F:      drivers/i2c/busses/i2c-microchip-corei2c.c
20368 F:      drivers/mailbox/mailbox-mpfs.c
20369 F:      drivers/pci/controller/plda/pcie-microchip-host.c
20370 F:      drivers/pwm/pwm-microchip-core.c
20371 F:      drivers/reset/reset-mpfs.c
20372 F:      drivers/rtc/rtc-mpfs.c
20373 F:      drivers/soc/microchip/mpfs-sys-controller.c
20374 F:      drivers/spi/spi-microchip-core-qspi.c
20375 F:      drivers/spi/spi-microchip-core.c
20376 F:      drivers/usb/musb/mpfs.c
20377 F:      include/soc/microchip/mpfs.h
20378
20379 RISC-V MISC SOC SUPPORT
20380 M:      Conor Dooley <[email protected]>
20381 L:      [email protected]
20382 S:      Maintained
20383 Q:      https://patchwork.kernel.org/project/linux-riscv/list/
20384 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
20385 F:      arch/riscv/boot/dts/canaan/
20386 F:      arch/riscv/boot/dts/microchip/
20387 F:      arch/riscv/boot/dts/sifive/
20388 F:      arch/riscv/boot/dts/starfive/
20389
20390 RISC-V PMU DRIVERS
20391 M:      Atish Patra <[email protected]>
20392 R:      Anup Patel <[email protected]>
20393 L:      [email protected]
20394 S:      Supported
20395 F:      drivers/perf/riscv_pmu.c
20396 F:      drivers/perf/riscv_pmu_legacy.c
20397 F:      drivers/perf/riscv_pmu_sbi.c
20398
20399 RISC-V SPACEMIT SoC Support
20400 M:      Yixun Lan <[email protected]>
20401 L:      [email protected]
20402 S:      Maintained
20403 T:      git https://github.com/spacemit-com/linux
20404 F:      arch/riscv/boot/dts/spacemit/
20405 N:      spacemit
20406 K:      spacemit
20407
20408 RISC-V THEAD SoC SUPPORT
20409 M:      Drew Fustini <[email protected]>
20410 M:      Guo Ren <[email protected]>
20411 M:      Fu Wei <[email protected]>
20412 L:      [email protected]
20413 S:      Maintained
20414 T:      git https://github.com/pdp7/linux.git
20415 F:      Documentation/devicetree/bindings/clock/thead,th1520-clk-ap.yaml
20416 F:      Documentation/devicetree/bindings/mailbox/thead,th1520-mbox.yaml
20417 F:      Documentation/devicetree/bindings/net/thead,th1520-gmac.yaml
20418 F:      Documentation/devicetree/bindings/pinctrl/thead,th1520-pinctrl.yaml
20419 F:      arch/riscv/boot/dts/thead/
20420 F:      drivers/clk/thead/clk-th1520-ap.c
20421 F:      drivers/mailbox/mailbox-th1520.c
20422 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-thead.c
20423 F:      drivers/pinctrl/pinctrl-th1520.c
20424 F:      include/dt-bindings/clock/thead,th1520-clk-ap.h
20425
20426 RNBD BLOCK DRIVERS
20427 M:      Md. Haris Iqbal <[email protected]>
20428 M:      Jack Wang <[email protected]>
20429 L:      [email protected]
20430 S:      Maintained
20431 F:      drivers/block/rnbd/
20432
20433 ROCCAT DRIVERS
20434 M:      Stefan Achatz <[email protected]>
20435 S:      Maintained
20436 W:      http://sourceforge.net/projects/roccat/
20437 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
20438 F:      drivers/hid/hid-roccat*
20439 F:      include/linux/hid-roccat*
20440
20441 ROCKCHIP CAN-FD DRIVER
20442 M:      Marc Kleine-Budde <[email protected]>
20443 R:      [email protected]
20444 L:      [email protected]
20445 S:      Maintained
20446 F:      Documentation/devicetree/bindings/net/can/rockchip,rk3568v2-canfd.yaml
20447 F:      drivers/net/can/rockchip/
20448
20449 ROCKCHIP CRYPTO DRIVERS
20450 M:      Corentin Labbe <[email protected]>
20451 L:      [email protected]
20452 S:      Maintained
20453 F:      Documentation/devicetree/bindings/crypto/rockchip,rk3288-crypto.yaml
20454 F:      drivers/crypto/rockchip/
20455
20456 ROCKCHIP I2S TDM DRIVER
20457 M:      Nicolas Frattaroli <[email protected]>
20458 L:      [email protected]
20459 S:      Maintained
20460 F:      Documentation/devicetree/bindings/sound/rockchip,i2s-tdm.yaml
20461 F:      sound/soc/rockchip/rockchip_i2s_tdm.*
20462
20463 ROCKCHIP ISP V1 DRIVER
20464 M:      Dafna Hirschfeld <[email protected]>
20465 M:      Laurent Pinchart <[email protected]>
20466 L:      [email protected]
20467 L:      [email protected]
20468 S:      Maintained
20469 F:      Documentation/admin-guide/media/rkisp1.rst
20470 F:      Documentation/devicetree/bindings/media/rockchip-isp1.yaml
20471 F:      Documentation/userspace-api/media/v4l/metafmt-rkisp1.rst
20472 F:      drivers/media/platform/rockchip/rkisp1
20473 F:      include/uapi/linux/rkisp1-config.h
20474
20475 ROCKCHIP RK3568 RANDOM NUMBER GENERATOR SUPPORT
20476 M:      Daniel Golle <[email protected]>
20477 M:      Aurelien Jarno <[email protected]>
20478 S:      Maintained
20479 F:      Documentation/devicetree/bindings/rng/rockchip,rk3568-rng.yaml
20480 F:      drivers/char/hw_random/rockchip-rng.c
20481
20482 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
20483 M:      Jacob Chen <[email protected]>
20484 M:      Ezequiel Garcia <[email protected]>
20485 L:      [email protected]
20486 L:      [email protected]
20487 S:      Maintained
20488 F:      Documentation/devicetree/bindings/media/rockchip-rga.yaml
20489 F:      drivers/media/platform/rockchip/rga/
20490
20491 ROCKCHIP RK3308 INTERNAL AUDIO CODEC
20492 M:      Luca Ceresoli <[email protected]>
20493 S:      Maintained
20494 F:      Documentation/devicetree/bindings/sound/rockchip,rk3308-codec.yaml
20495 F:      sound/soc/codecs/rk3308_codec.c
20496 F:      sound/soc/codecs/rk3308_codec.h
20497
20498 ROCKCHIP VIDEO DECODER DRIVER
20499 M:      Ezequiel Garcia <[email protected]>
20500 L:      [email protected]
20501 L:      [email protected]
20502 S:      Maintained
20503 F:      Documentation/devicetree/bindings/media/rockchip,vdec.yaml
20504 F:      drivers/staging/media/rkvdec/
20505
20506 ROCKER DRIVER
20507 M:      Jiri Pirko <[email protected]>
20508 L:      [email protected]
20509 S:      Supported
20510 F:      drivers/net/ethernet/rocker/
20511
20512 ROCKETPORT EXPRESS/INFINITY DRIVER
20513 M:      Kevin Cernekee <[email protected]>
20514 L:      [email protected]
20515 S:      Odd Fixes
20516 F:      drivers/tty/serial/rp2.*
20517
20518 ROHM BD79703 DAC
20519 M:      Matti Vaittinen <[email protected]>
20520 S:      Supported
20521 F:      drivers/iio/dac/rohm-bd79703.c
20522
20523 ROHM BD99954 CHARGER IC
20524 M:      Matti Vaittinen <[email protected]>
20525 S:      Supported
20526 F:      drivers/power/supply/bd99954-charger.c
20527 F:      drivers/power/supply/bd99954-charger.h
20528
20529 ROHM BH1745 COLOUR SENSOR
20530 M:      Mudit Sharma <[email protected]>
20531 L:      [email protected]
20532 S:      Maintained
20533 F:      drivers/iio/light/bh1745.c
20534
20535 ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER
20536 M:      Tomasz Duszynski <[email protected]>
20537 S:      Maintained
20538 F:      Documentation/devicetree/bindings/iio/light/bh1750.yaml
20539 F:      drivers/iio/light/bh1750.c
20540
20541 ROHM BM1390 PRESSURE SENSOR DRIVER
20542 M:      Matti Vaittinen <[email protected]>
20543 L:      [email protected]
20544 S:      Supported
20545 F:      drivers/iio/pressure/rohm-bm1390.c
20546
20547 ROHM BU270xx LIGHT SENSOR DRIVERs
20548 M:      Matti Vaittinen <[email protected]>
20549 L:      [email protected]
20550 S:      Supported
20551 F:      drivers/iio/light/rohm-bu27034.c
20552
20553 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
20554 M:      Marek Vasut <[email protected]>
20555 L:      [email protected]
20556 L:      [email protected]
20557 S:      Supported
20558 F:      Documentation/devicetree/bindings/mfd/rohm,bd9571mwv.yaml
20559 F:      drivers/gpio/gpio-bd9571mwv.c
20560 F:      drivers/mfd/bd9571mwv.c
20561 F:      drivers/regulator/bd9571mwv-regulator.c
20562 F:      include/linux/mfd/bd9571mwv.h
20563
20564 ROHM POWER MANAGEMENT IC DEVICE DRIVERS
20565 M:      Matti Vaittinen <[email protected]>
20566 S:      Supported
20567 F:      drivers/clk/clk-bd718x7.c
20568 F:      drivers/gpio/gpio-bd71815.c
20569 F:      drivers/gpio/gpio-bd71828.c
20570 F:      drivers/mfd/rohm-bd71828.c
20571 F:      drivers/mfd/rohm-bd718x7.c
20572 F:      drivers/mfd/rohm-bd9576.c
20573 F:      drivers/mfd/rohm-bd96801.c
20574 F:      drivers/regulator/bd71815-regulator.c
20575 F:      drivers/regulator/bd71828-regulator.c
20576 F:      drivers/regulator/bd718x7-regulator.c
20577 F:      drivers/regulator/bd9576-regulator.c
20578 F:      drivers/regulator/bd96801-regulator.c
20579 F:      drivers/regulator/rohm-regulator.c
20580 F:      drivers/rtc/rtc-bd70528.c
20581 F:      drivers/watchdog/bd9576_wdt.c
20582 F:      drivers/watchdog/bd96801_wdt.c
20583 F:      include/linux/mfd/rohm-bd71815.h
20584 F:      include/linux/mfd/rohm-bd71828.h
20585 F:      include/linux/mfd/rohm-bd718x7.h
20586 F:      include/linux/mfd/rohm-bd957x.h
20587 F:      include/linux/mfd/rohm-bd96801.h
20588 F:      include/linux/mfd/rohm-generic.h
20589 F:      include/linux/mfd/rohm-shared.h
20590
20591 ROSE NETWORK LAYER
20592 L:      [email protected]
20593 S:      Orphan
20594 W:      https://linux-ax25.in-berlin.de
20595 F:      include/net/rose.h
20596 F:      include/uapi/linux/rose.h
20597 F:      net/rose/
20598
20599 ROTATION DRIVER FOR ALLWINNER A83T
20600 M:      Jernej Skrabec <[email protected]>
20601 L:      [email protected]
20602 S:      Maintained
20603 T:      git git://linuxtv.org/media.git
20604 F:      Documentation/devicetree/bindings/media/allwinner,sun8i-a83t-de2-rotate.yaml
20605 F:      drivers/media/platform/sunxi/sun8i-rotate/
20606
20607 RPMB SUBSYSTEM
20608 M:      Jens Wiklander <[email protected]>
20609 L:      [email protected]
20610 S:      Supported
20611 F:      drivers/misc/rpmb-core.c
20612 F:      include/linux/rpmb.h
20613
20614 RPMSG TTY DRIVER
20615 M:      Arnaud Pouliquen <[email protected]>
20616 L:      [email protected]
20617 S:      Maintained
20618 F:      drivers/tty/rpmsg_tty.c
20619
20620 RTASE ETHERNET DRIVER
20621 M:      Justin Lai <[email protected]>
20622 M:      Larry Chiu <[email protected]>
20623 L:      [email protected]
20624 S:      Maintained
20625 F:      drivers/net/ethernet/realtek/rtase/
20626
20627 RTL2830 MEDIA DRIVER
20628 L:      [email protected]
20629 S:      Orphan
20630 W:      https://linuxtv.org
20631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
20632 F:      drivers/media/dvb-frontends/rtl2830*
20633
20634 RTL2832 MEDIA DRIVER
20635 L:      [email protected]
20636 S:      Orphan
20637 W:      https://linuxtv.org
20638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
20639 F:      drivers/media/dvb-frontends/rtl2832*
20640
20641 RTL2832_SDR MEDIA DRIVER
20642 L:      [email protected]
20643 S:      Orphan
20644 W:      https://linuxtv.org
20645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
20646 F:      drivers/media/dvb-frontends/rtl2832_sdr*
20647
20648 RTL8180 WIRELESS DRIVER
20649 L:      [email protected]
20650 S:      Orphan
20651 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
20652
20653 RTL8187 WIRELESS DRIVER
20654 M:      Hin-Tak Leung <[email protected]>
20655 L:      [email protected]
20656 S:      Maintained
20657 T:      git https://github.com/pkshih/rtw.git
20658 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
20659
20660 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
20661 M:      Jes Sorensen <[email protected]>
20662 L:      [email protected]
20663 S:      Maintained
20664 T:      git https://github.com/pkshih/rtw.git
20665 F:      drivers/net/wireless/realtek/rtl8xxxu/
20666
20667 RTL9300 I2C DRIVER (rtl9300-i2c)
20668 M:      Chris Packham <[email protected]>
20669 L:      [email protected]
20670 S:      Maintained
20671 F:      Documentation/devicetree/bindings/i2c/realtek,rtl9301-i2c.yaml
20672 F:      drivers/i2c/busses/i2c-rtl9300.c
20673
20674 RTRS TRANSPORT DRIVERS
20675 M:      Md. Haris Iqbal <[email protected]>
20676 M:      Jack Wang <[email protected]>
20677 L:      [email protected]
20678 S:      Maintained
20679 F:      drivers/infiniband/ulp/rtrs/
20680
20681 RUNTIME VERIFICATION (RV)
20682 M:      Steven Rostedt <[email protected]>
20683 L:      [email protected]
20684 S:      Maintained
20685 F:      Documentation/trace/rv/
20686 F:      include/linux/rv.h
20687 F:      include/rv/
20688 F:      kernel/trace/rv/
20689 F:      tools/verification/
20690
20691 RUST
20692 M:      Miguel Ojeda <[email protected]>
20693 M:      Alex Gaynor <[email protected]>
20694 R:      Boqun Feng <[email protected]>
20695 R:      Gary Guo <[email protected]>
20696 R:      Björn Roy Baron <[email protected]>
20697 R:      Benno Lossin <[email protected]>
20698 R:      Andreas Hindborg <[email protected]>
20699 R:      Alice Ryhl <[email protected]>
20700 R:      Trevor Gross <[email protected]>
20701 L:      [email protected]
20702 S:      Supported
20703 W:      https://rust-for-linux.com
20704 B:      https://github.com/Rust-for-Linux/linux/issues
20705 C:      zulip://rust-for-linux.zulipchat.com
20706 P:      https://rust-for-linux.com/contributing
20707 T:      git https://github.com/Rust-for-Linux/linux.git rust-next
20708 F:      .clippy.toml
20709 F:      Documentation/rust/
20710 F:      include/trace/events/rust_sample.h
20711 F:      rust/
20712 F:      samples/rust/
20713 F:      scripts/*rust*
20714 F:      tools/testing/selftests/rust/
20715 K:      \b(?i:rust)\b
20716
20717 RUST [ALLOC]
20718 M:      Danilo Krummrich <[email protected]>
20719 L:      [email protected]
20720 S:      Maintained
20721 F:      rust/kernel/alloc.rs
20722 F:      rust/kernel/alloc/
20723
20724 RXRPC SOCKETS (AF_RXRPC)
20725 M:      David Howells <[email protected]>
20726 M:      Marc Dionne <[email protected]>
20727 L:      [email protected]
20728 S:      Supported
20729 W:      https://www.infradead.org/~dhowells/kafs/
20730 F:      Documentation/networking/rxrpc.rst
20731 F:      include/keys/rxrpc-type.h
20732 F:      include/net/af_rxrpc.h
20733 F:      include/trace/events/rxrpc.h
20734 F:      include/uapi/linux/rxrpc.h
20735 F:      net/rxrpc/
20736
20737 S3 SAVAGE FRAMEBUFFER DRIVER
20738 M:      Antonino Daplas <[email protected]>
20739 L:      [email protected]
20740 S:      Maintained
20741 F:      drivers/video/fbdev/savage/
20742
20743 S390 ARCHITECTURE
20744 M:      Heiko Carstens <[email protected]>
20745 M:      Vasily Gorbik <[email protected]>
20746 M:      Alexander Gordeev <[email protected]>
20747 R:      Christian Borntraeger <[email protected]>
20748 R:      Sven Schnelle <[email protected]>
20749 L:      [email protected]
20750 S:      Supported
20751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
20752 F:      Documentation/driver-api/s390-drivers.rst
20753 F:      Documentation/arch/s390/
20754 F:      arch/s390/
20755 F:      drivers/s390/
20756 F:      drivers/watchdog/diag288_wdt.c
20757
20758 S390 COMMON I/O LAYER
20759 M:      Vineeth Vijayan <[email protected]>
20760 M:      Peter Oberparleiter <[email protected]>
20761 L:      [email protected]
20762 S:      Supported
20763 F:      drivers/s390/cio/
20764
20765 S390 CRYPTO MODULES, PRNG DRIVER, ARCH RANDOM
20766 M:      Harald Freudenberger <[email protected]>
20767 M:      Holger Dengler <[email protected]>
20768 L:      [email protected]
20769 L:      [email protected]
20770 S:      Supported
20771 F:      arch/s390/crypto/
20772 F:      arch/s390/include/asm/archrandom.h
20773 F:      arch/s390/include/asm/cpacf.h
20774
20775 S390 DASD DRIVER
20776 M:      Stefan Haberland <[email protected]>
20777 M:      Jan Hoeppner <[email protected]>
20778 L:      [email protected]
20779 S:      Supported
20780 F:      block/partitions/ibm.c
20781 F:      drivers/s390/block/dasd*
20782 F:      include/linux/dasd_mod.h
20783
20784 S390 HWRANDOM TRNG DRIVER
20785 M:      Harald Freudenberger <[email protected]>
20786 M:      Holger Dengler <[email protected]>
20787 L:      [email protected]
20788 L:      [email protected]
20789 S:      Supported
20790 F:      drivers/char/hw_random/s390-trng.c
20791
20792 S390 IOMMU (PCI)
20793 M:      Niklas Schnelle <[email protected]>
20794 M:      Matthew Rosato <[email protected]>
20795 R:      Gerald Schaefer <[email protected]>
20796 L:      [email protected]
20797 S:      Supported
20798 F:      drivers/iommu/s390-iommu.c
20799
20800 S390 IUCV NETWORK LAYER
20801 M:      Alexandra Winter <[email protected]>
20802 M:      Thorsten Winkler <[email protected]>
20803 L:      [email protected]
20804 L:      [email protected]
20805 S:      Supported
20806 F:      drivers/s390/net/*iucv*
20807 F:      include/net/iucv/
20808 F:      net/iucv/
20809
20810 S390 MM
20811 M:      Alexander Gordeev <[email protected]>
20812 M:      Gerald Schaefer <[email protected]>
20813 L:      [email protected]
20814 S:      Supported
20815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
20816 F:      arch/s390/include/asm/pgtable.h
20817 F:      arch/s390/mm
20818
20819 S390 NETWORK DRIVERS
20820 M:      Alexandra Winter <[email protected]>
20821 M:      Thorsten Winkler <[email protected]>
20822 L:      [email protected]
20823 L:      [email protected]
20824 S:      Supported
20825 F:      drivers/s390/net/
20826
20827 S390 PCI SUBSYSTEM
20828 M:      Niklas Schnelle <[email protected]>
20829 M:      Gerald Schaefer <[email protected]>
20830 L:      [email protected]
20831 S:      Supported
20832 F:      Documentation/arch/s390/pci.rst
20833 F:      arch/s390/pci/
20834 F:      drivers/pci/hotplug/s390_pci_hpc.c
20835
20836 S390 PTP DRIVER
20837 M:      Sven Schnelle <[email protected]>
20838 L:      [email protected]
20839 S:      Supported
20840 F:      drivers/ptp/ptp_s390.c
20841
20842 S390 SCM DRIVER
20843 M:      Vineeth Vijayan <[email protected]>
20844 L:      [email protected]
20845 S:      Supported
20846 F:      drivers/s390/block/scm*
20847 F:      drivers/s390/cio/scm.c
20848
20849 S390 VFIO AP DRIVER
20850 M:      Tony Krowiak <[email protected]>
20851 M:      Halil Pasic <[email protected]>
20852 M:      Jason Herne <[email protected]>
20853 L:      [email protected]
20854 S:      Supported
20855 F:      Documentation/arch/s390/vfio-ap*
20856 F:      drivers/s390/crypto/vfio_ap*
20857
20858 S390 VFIO-CCW DRIVER
20859 M:      Eric Farman <[email protected]>
20860 M:      Matthew Rosato <[email protected]>
20861 R:      Halil Pasic <[email protected]>
20862 L:      [email protected]
20863 L:      [email protected]
20864 S:      Supported
20865 F:      Documentation/arch/s390/vfio-ccw.rst
20866 F:      drivers/s390/cio/vfio_ccw*
20867 F:      include/uapi/linux/vfio_ccw.h
20868
20869 S390 VFIO-PCI DRIVER
20870 M:      Matthew Rosato <[email protected]>
20871 M:      Eric Farman <[email protected]>
20872 L:      [email protected]
20873 L:      [email protected]
20874 S:      Supported
20875 F:      arch/s390/kvm/pci*
20876 F:      drivers/vfio/pci/vfio_pci_zdev.c
20877 F:      include/uapi/linux/vfio_zdev.h
20878
20879 S390 ZCRYPT AND PKEY DRIVER AND AP BUS
20880 M:      Harald Freudenberger <[email protected]>
20881 M:      Holger Dengler <[email protected]>
20882 L:      [email protected]
20883 S:      Supported
20884 F:      arch/s390/include/asm/ap.h
20885 F:      arch/s390/include/asm/pkey.h
20886 F:      arch/s390/include/asm/trace/zcrypt.h
20887 F:      arch/s390/include/uapi/asm/pkey.h
20888 F:      arch/s390/include/uapi/asm/zcrypt.h
20889 F:      drivers/s390/crypto/
20890
20891 S390 ZFCP DRIVER
20892 M:      Nihar Panda <[email protected]>
20893 L:      [email protected]
20894 S:      Supported
20895 F:      drivers/s390/scsi/zfcp_*
20896
20897 SAA6588 RDS RECEIVER DRIVER
20898 M:      Hans Verkuil <[email protected]>
20899 L:      [email protected]
20900 S:      Odd Fixes
20901 W:      https://linuxtv.org
20902 T:      git git://linuxtv.org/media.git
20903 F:      drivers/media/i2c/saa6588*
20904
20905 SAA7134 VIDEO4LINUX DRIVER
20906 M:      Mauro Carvalho Chehab <[email protected]>
20907 L:      [email protected]
20908 S:      Odd fixes
20909 W:      https://linuxtv.org
20910 T:      git git://linuxtv.org/media.git
20911 F:      Documentation/driver-api/media/drivers/saa7134*
20912 F:      drivers/media/pci/saa7134/
20913
20914 SAA7146 VIDEO4LINUX-2 DRIVER
20915 M:      Hans Verkuil <[email protected]>
20916 L:      [email protected]
20917 S:      Maintained
20918 T:      git git://linuxtv.org/media.git
20919 F:      drivers/media/common/saa7146/
20920 F:      drivers/media/pci/saa7146/
20921 F:      include/media/drv-intf/saa7146*
20922
20923 SAFESETID SECURITY MODULE
20924 M:      Micah Morton <[email protected]>
20925 S:      Supported
20926 F:      Documentation/admin-guide/LSM/SafeSetID.rst
20927 F:      security/safesetid/
20928
20929 SAMSUNG AUDIO (ASoC) DRIVERS
20930 M:      Sylwester Nawrocki <[email protected]>
20931 L:      [email protected]
20932 S:      Maintained
20933 B:      mailto:[email protected]
20934 F:      Documentation/devicetree/bindings/sound/samsung*
20935 F:      sound/soc/samsung/
20936
20937 SAMSUNG EXYNOS850 SoC SUPPORT
20938 M:      Sam Protsenko <[email protected]>
20939 L:      [email protected] (moderated for non-subscribers)
20940 L:      [email protected]
20941 S:      Maintained
20942 F:      Documentation/devicetree/bindings/clock/samsung,exynos850-clock.yaml
20943 F:      arch/arm64/boot/dts/exynos/exynos850*
20944 F:      drivers/clk/samsung/clk-exynos850.c
20945 F:      include/dt-bindings/clock/exynos850.h
20946
20947 SAMSUNG EXYNOS MAILBOX DRIVER
20948 M:      Tudor Ambarus <[email protected]>
20949 L:      [email protected]
20950 L:      [email protected]
20951 S:      Supported
20952 F:      Documentation/devicetree/bindings/mailbox/google,gs101-mbox.yaml
20953 F:      drivers/mailbox/exynos-mailbox.c
20954 F:      include/linux/mailbox/exynos-message.h
20955
20956 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
20957 M:      Krzysztof Kozlowski <[email protected]>
20958 L:      [email protected]
20959 L:      [email protected]
20960 S:      Maintained
20961 F:      Documentation/devicetree/bindings/rng/samsung,exynos4-rng.yaml
20962 F:      drivers/crypto/exynos-rng.c
20963
20964 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
20965 M:      Łukasz Stelmach <[email protected]>
20966 L:      [email protected]
20967 S:      Maintained
20968 F:      Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.yaml
20969 F:      drivers/char/hw_random/exynos-trng.c
20970
20971 SAMSUNG FRAMEBUFFER DRIVER
20972 M:      Jingoo Han <[email protected]>
20973 L:      [email protected]
20974 S:      Maintained
20975 F:      drivers/video/fbdev/s3c-fb.c
20976
20977 SAMSUNG INTERCONNECT DRIVERS
20978 M:      Sylwester Nawrocki <[email protected]>
20979 M:      Artur Świgoń <[email protected]>
20980 L:      [email protected]
20981 L:      [email protected]
20982 S:      Supported
20983 F:      drivers/interconnect/samsung/
20984
20985 SAMSUNG LAPTOP DRIVER
20986 M:      Corentin Chary <[email protected]>
20987 L:      [email protected]
20988 S:      Maintained
20989 F:      drivers/platform/x86/samsung-laptop.c
20990
20991 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
20992 M:      Krzysztof Kozlowski <[email protected]>
20993 L:      [email protected]
20994 L:      [email protected]
20995 S:      Maintained
20996 B:      mailto:[email protected]
20997 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.yaml
20998 F:      Documentation/devicetree/bindings/mfd/samsung,s2*.yaml
20999 F:      Documentation/devicetree/bindings/mfd/samsung,s5m*.yaml
21000 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.yaml
21001 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.yaml
21002 F:      drivers/clk/clk-s2mps11.c
21003 F:      drivers/mfd/sec*.c
21004 F:      drivers/regulator/s2m*.c
21005 F:      drivers/regulator/s5m*.c
21006 F:      drivers/rtc/rtc-s5m.c
21007 F:      include/linux/mfd/samsung/
21008
21009 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
21010 M:      Sylwester Nawrocki <[email protected]>
21011 L:      [email protected]
21012 L:      [email protected]
21013 S:      Maintained
21014 F:      drivers/media/platform/samsung/s3c-camif/
21015 F:      include/media/drv-intf/s3c_camif.h
21016
21017 SAMSUNG S3FWRN5 NFC DRIVER
21018 M:      Krzysztof Kozlowski <[email protected]>
21019 S:      Maintained
21020 F:      Documentation/devicetree/bindings/net/nfc/samsung,s3fwrn5.yaml
21021 F:      drivers/nfc/s3fwrn5
21022
21023 SAMSUNG S5C73M3 CAMERA DRIVER
21024 M:      Sylwester Nawrocki <[email protected]>
21025 M:      Andrzej Hajda <[email protected]>
21026 L:      [email protected]
21027 S:      Supported
21028 F:      Documentation/devicetree/bindings/media/samsung,s5c73m3.yaml
21029 F:      drivers/media/i2c/s5c73m3/*
21030
21031 SAMSUNG S5K5BAF CAMERA DRIVER
21032 M:      Sylwester Nawrocki <[email protected]>
21033 M:      Andrzej Hajda <[email protected]>
21034 L:      [email protected]
21035 S:      Supported
21036 F:      drivers/media/i2c/s5k5baf.c
21037
21038 SAMSUNG S5P Security SubSystem (SSS) DRIVER
21039 M:      Krzysztof Kozlowski <[email protected]>
21040 M:      Vladimir Zapolskiy <[email protected]>
21041 L:      [email protected]
21042 L:      [email protected]
21043 S:      Maintained
21044 F:      Documentation/devicetree/bindings/crypto/samsung-slimsss.yaml
21045 F:      Documentation/devicetree/bindings/crypto/samsung-sss.yaml
21046 F:      drivers/crypto/s5p-sss.c
21047
21048 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
21049 M:      Sylwester Nawrocki <[email protected]>
21050 L:      [email protected]
21051 S:      Supported
21052 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
21053 F:      Documentation/devicetree/bindings/media/samsung,exynos4210-csis.yaml
21054 F:      Documentation/devicetree/bindings/media/samsung,exynos4210-fimc.yaml
21055 F:      Documentation/devicetree/bindings/media/samsung,exynos4212-fimc-is.yaml
21056 F:      Documentation/devicetree/bindings/media/samsung,exynos4212-fimc-lite.yaml
21057 F:      Documentation/devicetree/bindings/media/samsung,fimc.yaml
21058 F:      drivers/media/platform/samsung/exynos4-is/
21059
21060 SAMSUNG SOC CLOCK DRIVERS
21061 M:      Krzysztof Kozlowski <[email protected]>
21062 M:      Sylwester Nawrocki <[email protected]>
21063 M:      Chanwoo Choi <[email protected]>
21064 R:      Alim Akhtar <[email protected]>
21065 L:      [email protected]
21066 S:      Maintained
21067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git
21068 F:      Documentation/devicetree/bindings/clock/samsung,*.yaml
21069 F:      Documentation/devicetree/bindings/clock/samsung,s3c*
21070 F:      drivers/clk/samsung/
21071 F:      include/dt-bindings/clock/exynos*.h
21072 F:      include/dt-bindings/clock/s5p*.h
21073 F:      include/dt-bindings/clock/samsung,*.h
21074 F:      include/linux/clk/samsung.h
21075
21076 SAMSUNG SPI DRIVERS
21077 M:      Andi Shyti <[email protected]>
21078 L:      [email protected]
21079 L:      [email protected]
21080 S:      Maintained
21081 F:      Documentation/devicetree/bindings/spi/samsung,spi*.yaml
21082 F:      drivers/spi/spi-s3c*
21083 F:      include/linux/platform_data/spi-s3c64xx.h
21084
21085 SAMSUNG SXGBE DRIVERS
21086 M:      Byungho An <[email protected]>
21087 L:      [email protected]
21088 S:      Maintained
21089 F:      drivers/net/ethernet/samsung/sxgbe/
21090
21091 SAMSUNG THERMAL DRIVER
21092 M:      Bartlomiej Zolnierkiewicz <[email protected]>
21093 M:      Krzysztof Kozlowski <[email protected]>
21094 L:      [email protected]
21095 L:      [email protected]
21096 S:      Maintained
21097 F:      Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml
21098 F:      drivers/thermal/samsung/
21099
21100 SAMSUNG USB2 PHY DRIVER
21101 M:      Sylwester Nawrocki <[email protected]>
21102 L:      [email protected]
21103 S:      Supported
21104 F:      Documentation/devicetree/bindings/phy/samsung,usb2-phy.yaml
21105 F:      Documentation/driver-api/phy/samsung-usb2.rst
21106 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
21107 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
21108 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
21109 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
21110 F:      drivers/phy/samsung/phy-samsung-usb2.c
21111 F:      drivers/phy/samsung/phy-samsung-usb2.h
21112
21113 SANCLOUD BEAGLEBONE ENHANCED DEVICE TREE
21114 M:      Paul Barker <[email protected]>
21115 R:      Marc Murphy <[email protected]>
21116 S:      Supported
21117 F:      arch/arm/boot/dts/ti/omap/am335x-sancloud*
21118
21119 SC1200 WDT DRIVER
21120 M:      Zwane Mwaikambo <[email protected]>
21121 S:      Maintained
21122 F:      drivers/watchdog/sc1200wdt.c
21123
21124 SCHEDULER
21125 M:      Ingo Molnar <[email protected]>
21126 M:      Peter Zijlstra <[email protected]>
21127 M:      Juri Lelli <[email protected]> (SCHED_DEADLINE)
21128 M:      Vincent Guittot <[email protected]> (SCHED_NORMAL)
21129 R:      Dietmar Eggemann <[email protected]> (SCHED_NORMAL)
21130 R:      Steven Rostedt <[email protected]> (SCHED_FIFO/SCHED_RR)
21131 R:      Ben Segall <[email protected]> (CONFIG_CFS_BANDWIDTH)
21132 R:      Mel Gorman <[email protected]> (CONFIG_NUMA_BALANCING)
21133 R:      Valentin Schneider <[email protected]> (TOPOLOGY)
21134 L:      [email protected]
21135 S:      Maintained
21136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
21137 F:      include/linux/preempt.h
21138 F:      include/linux/sched.h
21139 F:      include/linux/wait.h
21140 F:      include/uapi/linux/sched.h
21141 F:      kernel/sched/
21142
21143 SCHEDULER - SCHED_EXT
21144 R:      Tejun Heo <[email protected]>
21145 R:      David Vernet <[email protected]>
21146 R:      Andrea Righi <[email protected]>
21147 R:      Changwoo Min <[email protected]>
21148 L:      [email protected]
21149 S:      Maintained
21150 W:      https://github.com/sched-ext/scx
21151 T:      git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git
21152 F:      include/linux/sched/ext.h
21153 F:      kernel/sched/ext.h
21154 F:      kernel/sched/ext.c
21155 F:      tools/sched_ext/
21156 F:      tools/testing/selftests/sched_ext
21157
21158 SCIOSENSE ENS160 MULTI-GAS SENSOR DRIVER
21159 M:      Gustavo Silva <[email protected]>
21160 S:      Maintained
21161 F:      drivers/iio/chemical/ens160_core.c
21162 F:      drivers/iio/chemical/ens160_i2c.c
21163 F:      drivers/iio/chemical/ens160_spi.c
21164 F:      drivers/iio/chemical/ens160.h
21165
21166 SCSI LIBSAS SUBSYSTEM
21167 R:      John Garry <[email protected]>
21168 R:      Jason Yan <[email protected]>
21169 L:      [email protected]
21170 S:      Supported
21171 F:      Documentation/scsi/libsas.rst
21172 F:      drivers/scsi/libsas/
21173 F:      include/scsi/libsas.h
21174 F:      include/scsi/sas_ata.h
21175
21176 SCSI RDMA PROTOCOL (SRP) INITIATOR
21177 M:      Bart Van Assche <[email protected]>
21178 L:      [email protected]
21179 S:      Supported
21180 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
21181 F:      drivers/infiniband/ulp/srp/
21182 F:      include/scsi/srp.h
21183
21184 SCSI RDMA PROTOCOL (SRP) TARGET
21185 M:      Bart Van Assche <[email protected]>
21186 L:      [email protected]
21187 L:      [email protected]
21188 S:      Supported
21189 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
21190 F:      drivers/infiniband/ulp/srpt/
21191
21192 SCSI SG DRIVER
21193 M:      Doug Gilbert <[email protected]>
21194 L:      [email protected]
21195 S:      Maintained
21196 W:      http://sg.danny.cz/sg
21197 F:      Documentation/scsi/scsi-generic.rst
21198 F:      drivers/scsi/sg.c
21199 F:      include/scsi/sg.h
21200
21201 SCSI SUBSYSTEM
21202 M:      "James E.J. Bottomley" <[email protected]>
21203 M:      "Martin K. Petersen" <[email protected]>
21204 L:      [email protected]
21205 S:      Maintained
21206 Q:      https://patchwork.kernel.org/project/linux-scsi/list/
21207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
21208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
21209 F:      Documentation/devicetree/bindings/scsi/
21210 F:      drivers/scsi/
21211 F:      drivers/ufs/
21212 F:      include/scsi/
21213 F:      include/uapi/scsi/
21214
21215 SCSI TAPE DRIVER
21216 M:      Kai Mäkisara <[email protected]>
21217 L:      [email protected]
21218 S:      Maintained
21219 F:      Documentation/scsi/st.rst
21220 F:      drivers/scsi/st.*
21221 F:      drivers/scsi/st_*.h
21222
21223 SCSI TARGET CORE USER DRIVER
21224 M:      Bodo Stroesser <[email protected]>
21225 L:      [email protected]
21226 L:      [email protected]
21227 S:      Supported
21228 F:      Documentation/target/tcmu-design.rst
21229 F:      drivers/target/target_core_user.c
21230 F:      include/uapi/linux/target_core_user.h
21231
21232 SCSI TARGET SUBSYSTEM
21233 M:      "Martin K. Petersen" <[email protected]>
21234 L:      [email protected]
21235 L:      [email protected]
21236 S:      Supported
21237 Q:      https://patchwork.kernel.org/project/target-devel/list/
21238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
21239 F:      Documentation/target/
21240 F:      drivers/target/
21241 F:      include/target/
21242
21243 SCTP PROTOCOL
21244 M:      Marcelo Ricardo Leitner <[email protected]>
21245 M:      Xin Long <[email protected]>
21246 L:      [email protected]
21247 S:      Maintained
21248 W:      https://github.com/sctp/lksctp-tools/wiki
21249 F:      Documentation/networking/sctp.rst
21250 F:      include/linux/sctp.h
21251 F:      include/net/sctp/
21252 F:      include/uapi/linux/sctp.h
21253 F:      net/sctp/
21254
21255 SCx200 CPU SUPPORT
21256 M:      Jim Cromie <[email protected]>
21257 S:      Odd Fixes
21258 F:      Documentation/i2c/busses/scx200_acb.rst
21259 F:      arch/x86/platform/scx200/
21260 F:      drivers/i2c/busses/scx200*
21261 F:      drivers/mtd/maps/scx200_docflash.c
21262 F:      drivers/watchdog/scx200_wdt.c
21263 F:      include/linux/scx200.h
21264
21265 SCx200 GPIO DRIVER
21266 M:      Jim Cromie <[email protected]>
21267 S:      Maintained
21268 F:      drivers/char/scx200_gpio.c
21269 F:      include/linux/scx200_gpio.h
21270
21271 SCx200 HRT CLOCKSOURCE DRIVER
21272 M:      Jim Cromie <[email protected]>
21273 S:      Maintained
21274 F:      drivers/clocksource/scx200_hrt.c
21275
21276 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
21277 M:      Sascha Sommer <[email protected]>
21278 L:      [email protected] (subscribers-only)
21279 S:      Maintained
21280 F:      drivers/mmc/host/sdricoh_cs.c
21281
21282 SECO BOARDS CEC DRIVER
21283 M:      Ettore Chimenti <[email protected]>
21284 S:      Maintained
21285 F:      drivers/media/cec/platform/seco/seco-cec.c
21286 F:      drivers/media/cec/platform/seco/seco-cec.h
21287
21288 SECURE COMPUTING
21289 M:      Kees Cook <[email protected]>
21290 R:      Andy Lutomirski <[email protected]>
21291 R:      Will Drewry <[email protected]>
21292 S:      Supported
21293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/seccomp
21294 F:      Documentation/userspace-api/seccomp_filter.rst
21295 F:      include/linux/seccomp.h
21296 F:      include/uapi/linux/seccomp.h
21297 F:      kernel/seccomp.c
21298 F:      tools/testing/selftests/kselftest_harness.h
21299 F:      tools/testing/selftests/seccomp/*
21300 K:      \bsecure_computing
21301 K:      \bTIF_SECCOMP\b
21302
21303 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
21304 M:      Kamal Dasu <[email protected]>
21305 M:      Al Cooper <[email protected]>
21306 R:      Broadcom internal kernel review list <[email protected]>
21307 L:      [email protected]
21308 S:      Maintained
21309 F:      drivers/mmc/host/sdhci-brcmstb*
21310
21311 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
21312 M:      Adrian Hunter <[email protected]>
21313 L:      [email protected]
21314 S:      Supported
21315 F:      Documentation/devicetree/bindings/mmc/sdhci-common.yaml
21316 F:      drivers/mmc/host/sdhci*
21317
21318 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
21319 M:      Aubin Constans <[email protected]>
21320 R:      Eugen Hristev <[email protected]>
21321 L:      [email protected]
21322 S:      Supported
21323 F:      drivers/mmc/host/sdhci-of-at91.c
21324
21325 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) NXP i.MX DRIVER
21326 M:      Haibo Chen <[email protected]>
21327 L:      [email protected]
21328 L:      [email protected]
21329 L:      [email protected]
21330 S:      Maintained
21331 F:      drivers/mmc/host/sdhci-esdhc-imx.c
21332
21333 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
21334 M:      Ben Dooks <[email protected]>
21335 M:      Jaehoon Chung <[email protected]>
21336 L:      [email protected]
21337 S:      Maintained
21338 F:      drivers/mmc/host/sdhci-s3c*
21339
21340 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
21341 M:      Viresh Kumar <[email protected]>
21342 L:      [email protected]
21343 S:      Maintained
21344 F:      drivers/mmc/host/sdhci-spear.c
21345
21346 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
21347 M:      Vignesh Raghavendra <[email protected]>
21348 L:      [email protected]
21349 S:      Maintained
21350 F:      drivers/mmc/host/sdhci-omap.c
21351
21352 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
21353 M:      Jonathan Derrick <[email protected]>
21354 L:      [email protected]
21355 S:      Supported
21356 F:      block/opal_proto.h
21357 F:      block/sed*
21358 F:      include/linux/sed*
21359 F:      include/uapi/linux/sed*
21360
21361 SECURE MONITOR CALL(SMC) CALLING CONVENTION (SMCCC)
21362 M:      Mark Rutland <[email protected]>
21363 M:      Lorenzo Pieralisi <[email protected]>
21364 M:      Sudeep Holla <[email protected]>
21365 L:      [email protected] (moderated for non-subscribers)
21366 S:      Maintained
21367 F:      drivers/firmware/smccc/
21368 F:      include/linux/arm-smccc.h
21369
21370 SECURITY CONTACT
21371 M:      Security Officers <[email protected]>
21372 S:      Supported
21373 F:      Documentation/process/security-bugs.rst
21374
21375 SECURITY SUBSYSTEM
21376 M:      Paul Moore <[email protected]>
21377 M:      James Morris <[email protected]>
21378 M:      "Serge E. Hallyn" <[email protected]>
21379 L:      [email protected]
21380 S:      Supported
21381 Q:      https://patchwork.kernel.org/project/linux-security-module/list
21382 B:      mailto:[email protected]
21383 P:      https://github.com/LinuxSecurityModule/kernel/blob/main/README.md
21384 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
21385 F:      include/linux/lsm/
21386 F:      include/linux/lsm_audit.h
21387 F:      include/linux/lsm_hook_defs.h
21388 F:      include/linux/lsm_hooks.h
21389 F:      include/linux/security.h
21390 F:      include/uapi/linux/lsm.h
21391 F:      security/
21392 F:      tools/testing/selftests/lsm/
21393 X:      security/selinux/
21394 K:      \bsecurity_[a-z_0-9]\+\b
21395
21396 SELINUX SECURITY MODULE
21397 M:      Paul Moore <[email protected]>
21398 M:      Stephen Smalley <[email protected]>
21399 R:      Ondrej Mosnacek <[email protected]>
21400 L:      [email protected]
21401 S:      Supported
21402 W:      https://github.com/SELinuxProject
21403 Q:      https://patchwork.kernel.org/project/selinux/list
21404 B:      mailto:[email protected]
21405 P:      https://github.com/SELinuxProject/selinux-kernel/blob/main/README.md
21406 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
21407 F:      Documentation/ABI/removed/sysfs-selinux-checkreqprot
21408 F:      Documentation/ABI/removed/sysfs-selinux-disable
21409 F:      Documentation/admin-guide/LSM/SELinux.rst
21410 F:      include/trace/events/avc.h
21411 F:      include/uapi/linux/selinux_netlink.h
21412 F:      scripts/selinux/
21413 F:      security/selinux/
21414
21415 SENSABLE PHANTOM
21416 M:      Jiri Slaby <[email protected]>
21417 S:      Maintained
21418 F:      drivers/misc/phantom.c
21419 F:      include/uapi/linux/phantom.h
21420
21421 SENSEAIR SUNRISE 006-0-0007
21422 M:      Jacopo Mondi <[email protected]>
21423 S:      Maintained
21424 F:      Documentation/ABI/testing/sysfs-bus-iio-chemical-sunrise-co2
21425 F:      Documentation/devicetree/bindings/iio/chemical/senseair,sunrise.yaml
21426 F:      drivers/iio/chemical/sunrise_co2.c
21427
21428 SENSIRION SCD30 CARBON DIOXIDE SENSOR DRIVER
21429 M:      Tomasz Duszynski <[email protected]>
21430 S:      Maintained
21431 F:      Documentation/devicetree/bindings/iio/chemical/sensirion,scd30.yaml
21432 F:      drivers/iio/chemical/scd30.h
21433 F:      drivers/iio/chemical/scd30_core.c
21434 F:      drivers/iio/chemical/scd30_i2c.c
21435 F:      drivers/iio/chemical/scd30_serial.c
21436
21437 SENSIRION SCD4X CARBON DIOXIDE SENSOR DRIVER
21438 M:      Roan van Dijk <[email protected]>
21439 S:      Maintained
21440 F:      Documentation/devicetree/bindings/iio/chemical/sensirion,scd4x.yaml
21441 F:      drivers/iio/chemical/scd4x.c
21442
21443 SENSIRION SDP500 DIFFERENTIAL PRESSURE SENSOR DRIVER
21444 M:      Petar Stoykov <[email protected]>
21445 S:      Maintained
21446 F:      Documentation/devicetree/bindings/iio/pressure/sensirion,sdp500.yaml
21447 F:      drivers/iio/pressure/sdp500.c
21448
21449 SENSIRION SGP40 GAS SENSOR DRIVER
21450 M:      Andreas Klinger <[email protected]>
21451 S:      Maintained
21452 F:      Documentation/ABI/testing/sysfs-bus-iio-chemical-sgp40
21453 F:      drivers/iio/chemical/sgp40.c
21454
21455 SENSIRION SPS30 AIR POLLUTION SENSOR DRIVER
21456 M:      Tomasz Duszynski <[email protected]>
21457 S:      Maintained
21458 F:      Documentation/devicetree/bindings/iio/chemical/sensirion,sps30.yaml
21459 F:      drivers/iio/chemical/sps30.c
21460 F:      drivers/iio/chemical/sps30_i2c.c
21461 F:      drivers/iio/chemical/sps30_serial.c
21462
21463 SERIAL DEVICE BUS
21464 M:      Rob Herring <[email protected]>
21465 L:      [email protected]
21466 S:      Maintained
21467 F:      Documentation/devicetree/bindings/serial/serial.yaml
21468 F:      drivers/tty/serdev/
21469 F:      include/linux/serdev.h
21470
21471 SERIAL IR RECEIVER
21472 M:      Sean Young <[email protected]>
21473 L:      [email protected]
21474 S:      Maintained
21475 F:      drivers/media/rc/serial_ir.c
21476
21477 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus)
21478 M:      Srinivas Kandagatla <[email protected]>
21479 L:      [email protected]
21480 S:      Maintained
21481 F:      Documentation/devicetree/bindings/slimbus/
21482 F:      Documentation/driver-api/slimbus.rst
21483 F:      drivers/slimbus/
21484 F:      include/linux/slimbus.h
21485
21486 SFC NETWORK DRIVER
21487 M:      Edward Cree <[email protected]>
21488 M:      Martin Habets <[email protected]>
21489 L:      [email protected]
21490 L:      [email protected]
21491 S:      Maintained
21492 F:      Documentation/networking/devlink/sfc.rst
21493 F:      drivers/net/ethernet/sfc/
21494
21495 SFCTEMP HWMON DRIVER
21496 M:      Emil Renner Berthing <[email protected]>
21497 M:      Hal Feng <[email protected]>
21498 L:      [email protected]
21499 S:      Maintained
21500 F:      Documentation/devicetree/bindings/hwmon/starfive,jh71x0-temp.yaml
21501 F:      Documentation/hwmon/sfctemp.rst
21502 F:      drivers/hwmon/sfctemp.c
21503
21504 SFF/SFP/SFP+ MODULE SUPPORT
21505 M:      Russell King <[email protected]>
21506 L:      [email protected]
21507 S:      Maintained
21508 F:      Documentation/devicetree/bindings/net/sff,sfp.yaml
21509 F:      drivers/net/phy/phylink.c
21510 F:      drivers/net/phy/sfp*
21511 F:      include/linux/mdio/mdio-i2c.h
21512 F:      include/linux/phylink.h
21513 F:      include/linux/sfp.h
21514 K:      phylink\.h|struct\s+phylink|\.phylink|>phylink_|phylink_(autoneg|clear|connect|create|destroy|disconnect|ethtool|helper|mac|mii|of|set|start|stop|test|validate)
21515
21516 SGI GRU DRIVER
21517 M:      Dimitri Sivanich <[email protected]>
21518 S:      Maintained
21519 F:      drivers/misc/sgi-gru/
21520
21521 SGI XP/XPC/XPNET DRIVER
21522 M:      Robin Holt <[email protected]>
21523 M:      Steve Wahl <[email protected]>
21524 S:      Maintained
21525 F:      drivers/misc/sgi-xp/
21526
21527 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
21528 M:      Wenjia Zhang <[email protected]>
21529 M:      Jan Karcher <[email protected]>
21530 R:      D. Wythe <[email protected]>
21531 R:      Tony Lu <[email protected]>
21532 R:      Wen Gu <[email protected]>
21533 L:      [email protected]
21534 L:      [email protected]
21535 S:      Supported
21536 F:      net/smc/
21537
21538 SHARP GP2AP002A00F/GP2AP002S00F SENSOR DRIVER
21539 M:      Linus Walleij <[email protected]>
21540 L:      [email protected]
21541 S:      Maintained
21542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
21543 F:      Documentation/devicetree/bindings/iio/light/sharp,gp2ap002.yaml
21544 F:      drivers/iio/light/gp2ap002.c
21545
21546 SHARP RJ54N1CB0C SENSOR DRIVER
21547 M:      Jacopo Mondi <[email protected]>
21548 L:      [email protected]
21549 S:      Odd fixes
21550 T:      git git://linuxtv.org/media.git
21551 F:      drivers/media/i2c/rj54n1cb0c.c
21552 F:      include/media/i2c/rj54n1cb0c.h
21553
21554 SHRINKER
21555 M:      Andrew Morton <[email protected]>
21556 M:      Dave Chinner <[email protected]>
21557 R:      Qi Zheng <[email protected]>
21558 R:      Roman Gushchin <[email protected]>
21559 R:      Muchun Song <[email protected]>
21560 L:      [email protected]
21561 S:      Maintained
21562 F:      Documentation/admin-guide/mm/shrinker_debugfs.rst
21563 F:      include/linux/shrinker.h
21564 F:      mm/shrinker.c
21565 F:      mm/shrinker_debug.c
21566
21567 SH_VOU V4L2 OUTPUT DRIVER
21568 L:      [email protected]
21569 S:      Orphan
21570 F:      drivers/media/platform/renesas/sh_vou.c
21571 F:      include/media/drv-intf/sh_vou.h
21572
21573 SI2157 MEDIA DRIVER
21574 L:      [email protected]
21575 S:      Orphan
21576 W:      https://linuxtv.org
21577 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
21578 F:      drivers/media/tuners/si2157*
21579
21580 SI2165 MEDIA DRIVER
21581 M:      Matthias Schwarzott <[email protected]>
21582 L:      [email protected]
21583 S:      Maintained
21584 W:      https://linuxtv.org
21585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
21586 F:      drivers/media/dvb-frontends/si2165*
21587
21588 SI2168 MEDIA DRIVER
21589 L:      [email protected]
21590 S:      Orphan
21591 W:      https://linuxtv.org
21592 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
21593 F:      drivers/media/dvb-frontends/si2168*
21594
21595 SI470X FM RADIO RECEIVER I2C DRIVER
21596 M:      Hans Verkuil <[email protected]>
21597 L:      [email protected]
21598 S:      Odd Fixes
21599 W:      https://linuxtv.org
21600 T:      git git://linuxtv.org/media.git
21601 F:      Documentation/devicetree/bindings/media/silabs,si470x.yaml
21602 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
21603
21604 SI470X FM RADIO RECEIVER USB DRIVER
21605 M:      Hans Verkuil <[email protected]>
21606 L:      [email protected]
21607 S:      Maintained
21608 W:      https://linuxtv.org
21609 T:      git git://linuxtv.org/media.git
21610 F:      drivers/media/radio/si470x/radio-si470x-common.c
21611 F:      drivers/media/radio/si470x/radio-si470x-usb.c
21612 F:      drivers/media/radio/si470x/radio-si470x.h
21613
21614 SI4713 FM RADIO TRANSMITTER I2C DRIVER
21615 M:      Eduardo Valentin <[email protected]>
21616 L:      [email protected]
21617 S:      Odd Fixes
21618 W:      https://linuxtv.org
21619 T:      git git://linuxtv.org/media.git
21620 F:      drivers/media/radio/si4713/si4713.?
21621
21622 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
21623 M:      Eduardo Valentin <[email protected]>
21624 L:      [email protected]
21625 S:      Odd Fixes
21626 W:      https://linuxtv.org
21627 T:      git git://linuxtv.org/media.git
21628 F:      drivers/media/radio/si4713/radio-platform-si4713.c
21629
21630 SI4713 FM RADIO TRANSMITTER USB DRIVER
21631 M:      Hans Verkuil <[email protected]>
21632 L:      [email protected]
21633 S:      Maintained
21634 W:      https://linuxtv.org
21635 T:      git git://linuxtv.org/media.git
21636 F:      drivers/media/radio/si4713/radio-usb-si4713.c
21637
21638 SIANO DVB DRIVER
21639 M:      Mauro Carvalho Chehab <[email protected]>
21640 L:      [email protected]
21641 S:      Odd fixes
21642 W:      https://linuxtv.org
21643 T:      git git://linuxtv.org/media.git
21644 F:      drivers/media/common/siano/
21645 F:      drivers/media/mmc/siano/
21646 F:      drivers/media/usb/siano/
21647 F:      drivers/media/usb/siano/
21648
21649 SIEMENS IPC LED DRIVERS
21650 M:      Bao Cheng Su <[email protected]>
21651 M:      Benedikt Niedermayr <[email protected]>
21652 M:      Tobias Schaffner <[email protected]>
21653 L:      [email protected]
21654 S:      Maintained
21655 F:      drivers/leds/simple/
21656
21657 SIEMENS IPC PLATFORM DRIVERS
21658 M:      Bao Cheng Su <[email protected]>
21659 M:      Benedikt Niedermayr <[email protected]>
21660 M:      Tobias Schaffner <[email protected]>
21661 L:      [email protected]
21662 S:      Maintained
21663 F:      drivers/platform/x86/siemens/
21664 F:      include/linux/platform_data/x86/simatic-ipc-base.h
21665 F:      include/linux/platform_data/x86/simatic-ipc.h
21666
21667 SIEMENS IPC WATCHDOG DRIVERS
21668 M:      Bao Cheng Su <[email protected]>
21669 M:      Benedikt Niedermayr <[email protected]>
21670 M:      Tobias Schaffner <[email protected]>
21671 L:      [email protected]
21672 S:      Maintained
21673 F:      drivers/watchdog/simatic-ipc-wdt.c
21674
21675 SIFIVE DRIVERS
21676 M:      Paul Walmsley <[email protected]>
21677 M:      Samuel Holland <[email protected]>
21678 L:      [email protected]
21679 S:      Supported
21680 F:      drivers/dma/sf-pdma/
21681 N:      sifive
21682 K:      fu[57]40
21683 K:      [^@]sifive
21684
21685 SILEAD TOUCHSCREEN DRIVER
21686 M:      Hans de Goede <[email protected]>
21687 L:      [email protected]
21688 L:      [email protected]
21689 S:      Maintained
21690 F:      drivers/input/touchscreen/silead.c
21691 F:      drivers/platform/x86/touchscreen_dmi.c
21692
21693 SILICON LABS WIRELESS DRIVERS (for WFxxx series)
21694 M:      Jérôme Pouiller <[email protected]>
21695 S:      Supported
21696 F:      Documentation/devicetree/bindings/net/wireless/silabs,wfx.yaml
21697 F:      drivers/net/wireless/silabs/wfx/
21698
21699 SILICON MOTION SM712 FRAME BUFFER DRIVER
21700 M:      Sudip Mukherjee <[email protected]>
21701 M:      Teddy Wang <[email protected]>
21702 M:      Sudip Mukherjee <[email protected]>
21703 L:      [email protected]
21704 S:      Maintained
21705 F:      Documentation/fb/sm712fb.rst
21706 F:      drivers/video/fbdev/sm712*
21707
21708 SILVACO I3C DUAL-ROLE MASTER
21709 M:      Miquel Raynal <[email protected]>
21710 M:      Conor Culhane <[email protected]>
21711 L:      [email protected] (moderated for non-subscribers)
21712 S:      Maintained
21713 F:      Documentation/devicetree/bindings/i3c/silvaco,i3c-master.yaml
21714 F:      drivers/i3c/master/svc-i3c-master.c
21715
21716 SIMPLEFB FB DRIVER
21717 M:      Hans de Goede <[email protected]>
21718 L:      [email protected]
21719 S:      Maintained
21720 F:      Documentation/devicetree/bindings/display/simple-framebuffer.yaml
21721 F:      drivers/video/fbdev/simplefb.c
21722 F:      include/linux/platform_data/simplefb.h
21723
21724 SIOX
21725 M:      Thorsten Scherer <[email protected]>
21726 R:      Pengutronix Kernel Team <[email protected]>
21727 S:      Supported
21728 F:      drivers/gpio/gpio-siox.c
21729 F:      drivers/siox/*
21730 F:      include/trace/events/siox.h
21731
21732 SIPHASH PRF ROUTINES
21733 M:      Jason A. Donenfeld <[email protected]>
21734 S:      Maintained
21735 F:      include/linux/siphash.h
21736 F:      lib/siphash.c
21737 F:      lib/siphash_kunit.c
21738
21739 SIS 190 ETHERNET DRIVER
21740 M:      Francois Romieu <[email protected]>
21741 L:      [email protected]
21742 S:      Maintained
21743 F:      drivers/net/ethernet/sis/sis190.c
21744
21745 SIS 900/7016 FAST ETHERNET DRIVER
21746 M:      Daniele Venzano <[email protected]>
21747 L:      [email protected]
21748 S:      Maintained
21749 W:      http://www.brownhat.org/sis900.html
21750 F:      drivers/net/ethernet/sis/sis900.*
21751
21752 SIS FRAMEBUFFER DRIVER
21753 S:      Orphan
21754 F:      Documentation/fb/sisfb.rst
21755 F:      drivers/video/fbdev/sis/
21756 F:      include/video/sisfb.h
21757
21758 SIS I2C TOUCHSCREEN DRIVER
21759 M:      Mika Penttilä <[email protected]>
21760 L:      [email protected]
21761 S:      Maintained
21762 F:      Documentation/devicetree/bindings/input/touchscreen/sis_i2c.txt
21763 F:      drivers/input/touchscreen/sis_i2c.c
21764
21765 SIS USB2VGA DRIVER
21766 M:      Thomas Winischhofer <[email protected]>
21767 S:      Maintained
21768 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
21769 F:      drivers/usb/misc/sisusbvga/
21770
21771 SL28 CPLD MFD DRIVER
21772 M:      Michael Walle <[email protected]>
21773 S:      Maintained
21774 F:      Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml
21775 F:      Documentation/devicetree/bindings/hwmon/kontron,sl28cpld-hwmon.yaml
21776 F:      Documentation/devicetree/bindings/interrupt-controller/kontron,sl28cpld-intc.yaml
21777 F:      Documentation/devicetree/bindings/mfd/kontron,sl28cpld.yaml
21778 F:      Documentation/devicetree/bindings/pwm/kontron,sl28cpld-pwm.yaml
21779 F:      Documentation/devicetree/bindings/watchdog/kontron,sl28cpld-wdt.yaml
21780 F:      drivers/gpio/gpio-sl28cpld.c
21781 F:      drivers/hwmon/sl28cpld-hwmon.c
21782 F:      drivers/irqchip/irq-sl28cpld.c
21783 F:      drivers/pwm/pwm-sl28cpld.c
21784 F:      drivers/watchdog/sl28cpld_wdt.c
21785
21786 SL28 VPD NVMEM LAYOUT DRIVER
21787 M:      Michael Walle <[email protected]>
21788 S:      Maintained
21789 F:      Documentation/devicetree/bindings/nvmem/layouts/kontron,sl28-vpd.yaml
21790 F:      drivers/nvmem/layouts/sl28vpd.c
21791
21792 SLAB ALLOCATOR
21793 M:      Christoph Lameter <[email protected]>
21794 M:      Pekka Enberg <[email protected]>
21795 M:      David Rientjes <[email protected]>
21796 M:      Joonsoo Kim <[email protected]>
21797 M:      Andrew Morton <[email protected]>
21798 M:      Vlastimil Babka <[email protected]>
21799 R:      Roman Gushchin <[email protected]>
21800 R:      Hyeonggon Yoo <[email protected]>
21801 L:      [email protected]
21802 S:      Maintained
21803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
21804 F:      include/linux/sl?b*.h
21805 F:      mm/sl?b*
21806
21807 SLCAN CAN NETWORK DRIVER
21808 M:      Dario Binacchi <[email protected]>
21809 L:      [email protected]
21810 S:      Maintained
21811 F:      drivers/net/can/slcan/
21812
21813 SLEEPABLE READ-COPY UPDATE (SRCU)
21814 M:      Lai Jiangshan <[email protected]>
21815 M:      "Paul E. McKenney" <[email protected]>
21816 M:      Josh Triplett <[email protected]>
21817 R:      Steven Rostedt <[email protected]>
21818 R:      Mathieu Desnoyers <[email protected]>
21819 L:      [email protected]
21820 S:      Supported
21821 W:      http://www.rdrop.com/users/paulmck/RCU/
21822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
21823 F:      include/linux/srcu*.h
21824 F:      kernel/rcu/srcu*.c
21825
21826 SMACK SECURITY MODULE
21827 M:      Casey Schaufler <[email protected]>
21828 L:      [email protected]
21829 S:      Maintained
21830 W:      http://schaufler-ca.com
21831 T:      git git://github.com/cschaufler/smack-next
21832 F:      Documentation/admin-guide/LSM/Smack.rst
21833 F:      security/smack/
21834
21835 SMC91x ETHERNET DRIVER
21836 M:      Nicolas Pitre <[email protected]>
21837 S:      Odd Fixes
21838 F:      drivers/net/ethernet/smsc/smc91x.*
21839
21840 SMSC EMC2103 HARDWARE MONITOR DRIVER
21841 M:      Steve Glendinning <[email protected]>
21842 L:      [email protected]
21843 S:      Maintained
21844 F:      Documentation/hwmon/emc2103.rst
21845 F:      drivers/hwmon/emc2103.c
21846
21847 SMSC SCH5627 HARDWARE MONITOR DRIVER
21848 M:      Hans de Goede <[email protected]>
21849 L:      [email protected]
21850 S:      Supported
21851 F:      Documentation/hwmon/sch5627.rst
21852 F:      drivers/hwmon/sch5627.c
21853
21854 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
21855 M:      Steve Glendinning <[email protected]>
21856 L:      [email protected]
21857 S:      Maintained
21858 F:      drivers/video/fbdev/smscufx.c
21859
21860 SMSC47B397 HARDWARE MONITOR DRIVER
21861 M:      Jean Delvare <[email protected]>
21862 L:      [email protected]
21863 S:      Maintained
21864 F:      Documentation/hwmon/smsc47b397.rst
21865 F:      drivers/hwmon/smsc47b397.c
21866
21867 SMSC911x ETHERNET DRIVER
21868 M:      Steve Glendinning <[email protected]>
21869 L:      [email protected]
21870 S:      Maintained
21871 F:      drivers/net/ethernet/smsc/smsc911x.*
21872 F:      include/linux/smsc911x.h
21873
21874 SMSC9420 PCI ETHERNET DRIVER
21875 M:      Steve Glendinning <[email protected]>
21876 L:      [email protected]
21877 S:      Maintained
21878 F:      drivers/net/ethernet/smsc/smsc9420.*
21879
21880 SNET DPU VIRTIO DATA PATH ACCELERATOR
21881 R:      Alvaro Karsz <[email protected]>
21882 F:      drivers/vdpa/solidrun/
21883
21884 SOCIONEXT (SNI) AVE NETWORK DRIVER
21885 M:      Kunihiko Hayashi <[email protected]>
21886 L:      [email protected]
21887 S:      Maintained
21888 F:      Documentation/devicetree/bindings/net/socionext,uniphier-ave4.yaml
21889 F:      drivers/net/ethernet/socionext/sni_ave.c
21890
21891 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
21892 M:      Ilias Apalodimas <[email protected]>
21893 M:      Masahisa Kojima <[email protected]>
21894 L:      [email protected]
21895 S:      Maintained
21896 F:      Documentation/devicetree/bindings/net/socionext,synquacer-netsec.yaml
21897 F:      drivers/net/ethernet/socionext/netsec.c
21898
21899 SOCIONEXT (SNI) Synquacer SPI DRIVER
21900 M:      Masahisa Kojima <[email protected]>
21901 M:      Jassi Brar <[email protected]>
21902 L:      [email protected]
21903 S:      Maintained
21904 F:      Documentation/devicetree/bindings/spi/socionext,synquacer-spi.yaml
21905 F:      drivers/spi/spi-synquacer.c
21906
21907 SOCIONEXT SYNQUACER I2C DRIVER
21908 M:      Ard Biesheuvel <[email protected]>
21909 L:      [email protected]
21910 S:      Maintained
21911 F:      Documentation/devicetree/bindings/i2c/socionext,synquacer-i2c.yaml
21912 F:      drivers/i2c/busses/i2c-synquacer.c
21913
21914 SOCIONEXT UNIPHIER SOUND DRIVER
21915 L:      [email protected]
21916 S:      Orphan
21917 F:      sound/soc/uniphier/
21918
21919 SOCKET TIMESTAMPING
21920 M:      Willem de Bruijn <[email protected]>
21921 S:      Maintained
21922 F:      Documentation/networking/timestamping.rst
21923 F:      include/linux/net_tstamp.h
21924 F:      include/uapi/linux/net_tstamp.h
21925 F:      tools/testing/selftests/net/so_txtime.c
21926
21927 SOEKRIS NET48XX LED SUPPORT
21928 M:      Chris Boot <[email protected]>
21929 S:      Maintained
21930 F:      drivers/leds/leds-net48xx.c
21931
21932 SOFT-IWARP DRIVER (siw)
21933 M:      Bernard Metzler <[email protected]>
21934 L:      [email protected]
21935 S:      Supported
21936 F:      drivers/infiniband/sw/siw/
21937 F:      include/uapi/rdma/siw-abi.h
21938
21939 SOFT-ROCE DRIVER (rxe)
21940 M:      Zhu Yanjun <[email protected]>
21941 L:      [email protected]
21942 S:      Supported
21943 F:      drivers/infiniband/sw/rxe/
21944 F:      include/uapi/rdma/rdma_user_rxe.h
21945
21946 SOFTLOGIC 6x10 MPEG CODEC
21947 M:      Bluecherry Maintainers <[email protected]>
21948 M:      Andrey Utkin <[email protected]>
21949 M:      Ismael Luceno <[email protected]>
21950 L:      [email protected]
21951 S:      Supported
21952 F:      drivers/media/pci/solo6x10/
21953
21954 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
21955 M:      James Morse <[email protected]>
21956 L:      [email protected] (moderated for non-subscribers)
21957 S:      Maintained
21958 F:      Documentation/devicetree/bindings/arm/firmware/sdei.txt
21959 F:      drivers/firmware/arm_sdei.c
21960 F:      include/linux/arm_sdei.h
21961 F:      include/uapi/linux/arm_sdei.h
21962
21963 SOFTWARE NODES AND DEVICE PROPERTIES
21964 R:      Andy Shevchenko <[email protected]>
21965 R:      Daniel Scally <[email protected]>
21966 R:      Heikki Krogerus <[email protected]>
21967 R:      Sakari Ailus <[email protected]>
21968 L:      [email protected]
21969 S:      Maintained
21970 F:      drivers/base/property.c
21971 F:      drivers/base/swnode.c
21972 F:      include/linux/fwnode.h
21973 F:      include/linux/property.h
21974
21975 SOFTWARE RAID (Multiple Disks) SUPPORT
21976 M:      Song Liu <[email protected]>
21977 M:      Yu Kuai <[email protected]>
21978 L:      [email protected]
21979 S:      Supported
21980 Q:      https://patchwork.kernel.org/project/linux-raid/list/
21981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git
21982 F:      drivers/md/Kconfig
21983 F:      drivers/md/Makefile
21984 F:      drivers/md/md*
21985 F:      drivers/md/raid*
21986 F:      include/linux/raid/
21987 F:      include/uapi/linux/raid/
21988
21989 SOLIDRUN CLEARFOG SUPPORT
21990 M:      Russell King <[email protected]>
21991 S:      Maintained
21992 F:      arch/arm/boot/dts/marvell/armada-388-clearfog*
21993 F:      arch/arm/boot/dts/marvell/armada-38x-solidrun-*
21994
21995 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
21996 M:      Russell King <[email protected]>
21997 S:      Maintained
21998 F:      arch/arm/boot/dts/nxp/imx/imx6*-cubox-i*
21999 F:      arch/arm/boot/dts/nxp/imx/imx6*-hummingboard*
22000 F:      arch/arm/boot/dts/nxp/imx/imx6*-sr-*
22001
22002 SONIC NETWORK DRIVER
22003 M:      Thomas Bogendoerfer <[email protected]>
22004 L:      [email protected]
22005 S:      Maintained
22006 F:      drivers/net/ethernet/natsemi/sonic.*
22007
22008 SONICS SILICON BACKPLANE DRIVER (SSB)
22009 M:      Michael Buesch <[email protected]>
22010 L:      [email protected]
22011 S:      Maintained
22012 F:      drivers/ssb/
22013 F:      include/linux/ssb/
22014
22015 SONY IMX208 SENSOR DRIVER
22016 M:      Sakari Ailus <[email protected]>
22017 L:      [email protected]
22018 S:      Maintained
22019 T:      git git://linuxtv.org/media.git
22020 F:      drivers/media/i2c/imx208.c
22021
22022 SONY IMX214 SENSOR DRIVER
22023 M:      Ricardo Ribalda <[email protected]>
22024 L:      [email protected]
22025 S:      Maintained
22026 T:      git git://linuxtv.org/media.git
22027 F:      Documentation/devicetree/bindings/media/i2c/sony,imx214.yaml
22028 F:      drivers/media/i2c/imx214.c
22029
22030 SONY IMX219 SENSOR DRIVER
22031 M:      Dave Stevenson <[email protected]>
22032 L:      [email protected]
22033 S:      Maintained
22034 T:      git git://linuxtv.org/media.git
22035 F:      Documentation/devicetree/bindings/media/i2c/imx219.yaml
22036 F:      drivers/media/i2c/imx219.c
22037
22038 SONY IMX258 SENSOR DRIVER
22039 M:      Sakari Ailus <[email protected]>
22040 L:      [email protected]
22041 S:      Maintained
22042 T:      git git://linuxtv.org/media.git
22043 F:      Documentation/devicetree/bindings/media/i2c/sony,imx258.yaml
22044 F:      drivers/media/i2c/imx258.c
22045
22046 SONY IMX274 SENSOR DRIVER
22047 M:      Leon Luo <[email protected]>
22048 L:      [email protected]
22049 S:      Maintained
22050 T:      git git://linuxtv.org/media.git
22051 F:      Documentation/devicetree/bindings/media/i2c/sony,imx274.yaml
22052 F:      drivers/media/i2c/imx274.c
22053
22054 SONY IMX283 SENSOR DRIVER
22055 M:      Kieran Bingham <[email protected]>
22056 M:      Umang Jain <[email protected]>
22057 L:      [email protected]
22058 S:      Maintained
22059 T:      git git://linuxtv.org/media.git
22060 F:      Documentation/devicetree/bindings/media/i2c/sony,imx283.yaml
22061 F:      drivers/media/i2c/imx283.c
22062
22063 SONY IMX290 SENSOR DRIVER
22064 M:      Manivannan Sadhasivam <[email protected]>
22065 L:      [email protected]
22066 S:      Maintained
22067 T:      git git://linuxtv.org/media.git
22068 F:      Documentation/devicetree/bindings/media/i2c/sony,imx290.yaml
22069 F:      drivers/media/i2c/imx290.c
22070
22071 SONY IMX296 SENSOR DRIVER
22072 M:      Laurent Pinchart <[email protected]>
22073 M:      Manivannan Sadhasivam <[email protected]>
22074 L:      [email protected]
22075 S:      Maintained
22076 T:      git git://linuxtv.org/media.git
22077 F:      Documentation/devicetree/bindings/media/i2c/sony,imx296.yaml
22078 F:      drivers/media/i2c/imx296.c
22079
22080 SONY IMX319 SENSOR DRIVER
22081 M:      Bingbu Cao <[email protected]>
22082 L:      [email protected]
22083 S:      Maintained
22084 T:      git git://linuxtv.org/media.git
22085 F:      drivers/media/i2c/imx319.c
22086
22087 SONY IMX334 SENSOR DRIVER
22088 L:      [email protected]
22089 S:      Orphan
22090 T:      git git://linuxtv.org/media.git
22091 F:      Documentation/devicetree/bindings/media/i2c/sony,imx334.yaml
22092 F:      drivers/media/i2c/imx334.c
22093
22094 SONY IMX335 SENSOR DRIVER
22095 L:      [email protected]
22096 S:      Orphan
22097 T:      git git://linuxtv.org/media.git
22098 F:      Documentation/devicetree/bindings/media/i2c/sony,imx335.yaml
22099 F:      drivers/media/i2c/imx335.c
22100
22101 SONY IMX355 SENSOR DRIVER
22102 M:      Tianshu Qiu <[email protected]>
22103 L:      [email protected]
22104 S:      Maintained
22105 T:      git git://linuxtv.org/media.git
22106 F:      drivers/media/i2c/imx355.c
22107
22108 SONY IMX412 SENSOR DRIVER
22109 L:      [email protected]
22110 S:      Orphan
22111 T:      git git://linuxtv.org/media.git
22112 F:      Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml
22113 F:      drivers/media/i2c/imx412.c
22114
22115 SONY IMX415 SENSOR DRIVER
22116 M:      Michael Riesch <[email protected]>
22117 L:      [email protected]
22118 S:      Maintained
22119 T:      git git://linuxtv.org/media.git
22120 F:      Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
22121 F:      drivers/media/i2c/imx415.c
22122
22123 SONY MEMORYSTICK SUBSYSTEM
22124 M:      Maxim Levitsky <[email protected]>
22125 M:      Alex Dubov <[email protected]>
22126 M:      Ulf Hansson <[email protected]>
22127 L:      [email protected]
22128 S:      Maintained
22129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
22130 F:      drivers/memstick/
22131 F:      include/linux/memstick.h
22132
22133 SONY VAIO CONTROL DEVICE DRIVER
22134 M:      Mattia Dongili <[email protected]>
22135 L:      [email protected]
22136 S:      Maintained
22137 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
22138 F:      Documentation/admin-guide/laptops/sony-laptop.rst
22139 F:      drivers/char/sonypi.c
22140 F:      drivers/platform/x86/sony-laptop.c
22141 F:      include/linux/sony-laptop.h
22142
22143 SOPHGO DEVICETREES and DRIVERS
22144 M:      Chen Wang <[email protected]>
22145 M:      Inochi Amaoto <[email protected]>
22146 T:      git https://github.com/sophgo/linux.git
22147 S:      Maintained
22148 N:      sophgo
22149 K:      sophgo
22150
22151 SOUND
22152 M:      Jaroslav Kysela <[email protected]>
22153 M:      Takashi Iwai <[email protected]>
22154 L:      [email protected]
22155 S:      Maintained
22156 W:      http://www.alsa-project.org/
22157 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
22158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
22159 F:      Documentation/sound/
22160 F:      include/sound/
22161 F:      include/uapi/sound/
22162 F:      sound/
22163 F:      tools/testing/selftests/alsa
22164
22165 SOUND - ALSA SELFTESTS
22166 M:      Mark Brown <[email protected]>
22167 L:      [email protected]
22168 L:      [email protected]
22169 S:      Supported
22170 F:      tools/testing/selftests/alsa
22171
22172 SOUND - COMPRESSED AUDIO
22173 M:      Vinod Koul <[email protected]>
22174 L:      [email protected]
22175 S:      Supported
22176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
22177 F:      Documentation/sound/designs/compress-offload.rst
22178 F:      include/sound/compress_driver.h
22179 F:      include/uapi/sound/compress_*
22180 F:      sound/core/compress_offload.c
22181 F:      sound/soc/soc-compress.c
22182
22183 SOUND - CORE KUNIT TEST
22184 M:      Ivan Orlov <[email protected]>
22185 L:      [email protected]
22186 S:      Supported
22187 F:      sound/core/sound_kunit.c
22188
22189 SOUND - DMAENGINE HELPERS
22190 M:      Lars-Peter Clausen <[email protected]>
22191 S:      Supported
22192 F:      include/sound/dmaengine_pcm.h
22193 F:      sound/core/pcm_dmaengine.c
22194 F:      sound/soc/soc-generic-dmaengine-pcm.c
22195
22196 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
22197 M:      Liam Girdwood <[email protected]>
22198 M:      Mark Brown <[email protected]>
22199 L:      [email protected]
22200 S:      Supported
22201 W:      http://alsa-project.org/main/index.php/ASoC
22202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
22203 F:      Documentation/devicetree/bindings/sound/
22204 F:      Documentation/sound/soc/
22205 F:      include/dt-bindings/sound/
22206 F:      include/sound/soc*
22207 F:      include/sound/sof.h
22208 F:      include/sound/sof/
22209 F:      include/trace/events/sof*.h
22210 F:      include/uapi/sound/asoc.h
22211 F:      sound/soc/
22212
22213 SOUND - SOC LAYER / dapm-graph
22214 M:      Luca Ceresoli <[email protected]>
22215 L:      [email protected]
22216 S:      Maintained
22217 F:      tools/sound/dapm-graph
22218
22219 SOUND - SOUND OPEN FIRMWARE (SOF) DRIVERS
22220 M:      Liam Girdwood <[email protected]>
22221 M:      Peter Ujfalusi <[email protected]>
22222 M:      Bard Liao <[email protected]>
22223 M:      Ranjani Sridharan <[email protected]>
22224 M:      Daniel Baluta <[email protected]>
22225 R:      Kai Vehmanen <[email protected]>
22226 R:      Pierre-Louis Bossart <[email protected]>
22227 L:      [email protected] (moderated for non-subscribers)
22228 S:      Supported
22229 W:      https://github.com/thesofproject/linux/
22230 F:      sound/soc/sof/
22231
22232 SOUND - GENERIC SOUND CARD (Simple-Audio-Card, Audio-Graph-Card)
22233 M:      Mark Brown <[email protected]>
22234 M:      Kuninori Morimoto <[email protected]>
22235 S:      Supported
22236 L:      [email protected]
22237 F:      sound/soc/generic/
22238 F:      include/sound/simple_card*
22239 F:      Documentation/devicetree/bindings/sound/simple-card.yaml
22240 F:      Documentation/devicetree/bindings/sound/audio-graph*.yaml
22241
22242 SOUNDWIRE SUBSYSTEM
22243 M:      Vinod Koul <[email protected]>
22244 M:      Bard Liao <[email protected]>
22245 R:      Pierre-Louis Bossart <[email protected]>
22246 R:      Sanyog Kale <[email protected]>
22247 L:      [email protected]
22248 S:      Supported
22249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git
22250 F:      Documentation/driver-api/soundwire/
22251 F:      drivers/soundwire/
22252 F:      include/linux/soundwire/
22253
22254 SP2 MEDIA DRIVER
22255 M:      Olli Salonen <[email protected]>
22256 L:      [email protected]
22257 S:      Maintained
22258 W:      https://linuxtv.org
22259 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
22260 F:      drivers/media/dvb-frontends/sp2*
22261
22262 SPANISH DOCUMENTATION
22263 M:      Carlos Bilbao <[email protected]>
22264 R:      Avadhut Naik <[email protected]>
22265 S:      Maintained
22266 F:      Documentation/translations/sp_SP/
22267
22268 SPARC + UltraSPARC (sparc/sparc64)
22269 M:      "David S. Miller" <[email protected]>
22270 M:      Andreas Larsson <[email protected]>
22271 L:      [email protected]
22272 S:      Maintained
22273 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
22274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
22275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
22276 F:      arch/sparc/
22277 F:      drivers/sbus/
22278
22279 SPARC SERIAL DRIVERS
22280 M:      "David S. Miller" <[email protected]>
22281 L:      [email protected]
22282 S:      Maintained
22283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
22284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
22285 F:      drivers/tty/serial/suncore.c
22286 F:      drivers/tty/serial/sunhv.c
22287 F:      drivers/tty/serial/sunsab.c
22288 F:      drivers/tty/serial/sunsab.h
22289 F:      drivers/tty/serial/sunsu.c
22290 F:      drivers/tty/serial/sunzilog.c
22291 F:      drivers/tty/serial/sunzilog.h
22292 F:      drivers/tty/vcc.c
22293 F:      include/linux/sunserialcore.h
22294
22295 SPARSE CHECKER
22296 M:      "Luc Van Oostenryck" <[email protected]>
22297 L:      [email protected]
22298 S:      Maintained
22299 W:      https://sparse.docs.kernel.org/
22300 Q:      https://patchwork.kernel.org/project/linux-sparse/list/
22301 B:      https://bugzilla.kernel.org/enter_bug.cgi?component=Sparse&product=Tools
22302 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
22303 F:      include/linux/compiler.h
22304
22305 SPEAKUP CONSOLE SPEECH DRIVER
22306 M:      William Hubbs <[email protected]>
22307 M:      Chris Brannon <[email protected]>
22308 M:      Kirk Reiser <[email protected]>
22309 M:      Samuel Thibault <[email protected]>
22310 L:      [email protected]
22311 S:      Odd Fixes
22312 W:      http://www.linux-speakup.org/
22313 W:      https://github.com/linux-speakup/speakup
22314 B:      https://github.com/linux-speakup/speakup/issues
22315 F:      drivers/accessibility/speakup/
22316
22317 SPEAR PLATFORM/CLOCK/PINCTRL SUPPORT
22318 M:      Viresh Kumar <[email protected]>
22319 M:      Shiraz Hashim <[email protected]>
22320 L:      [email protected] (moderated for non-subscribers)
22321 L:      [email protected]
22322 S:      Maintained
22323 W:      http://www.st.com/spear
22324 F:      arch/arm/boot/dts/st/spear*
22325 F:      arch/arm/mach-spear/
22326 F:      drivers/clk/spear/
22327 F:      drivers/pinctrl/spear/
22328
22329 SPI NOR SUBSYSTEM
22330 M:      Tudor Ambarus <[email protected]>
22331 M:      Pratyush Yadav <[email protected]>
22332 M:      Michael Walle <[email protected]>
22333 L:      [email protected]
22334 S:      Maintained
22335 W:      http://www.linux-mtd.infradead.org/
22336 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
22337 C:      irc://irc.oftc.net/mtd
22338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/next
22339 F:      Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml
22340 F:      drivers/mtd/spi-nor/
22341 F:      include/linux/mtd/spi-nor.h
22342
22343 SPI SUBSYSTEM
22344 M:      Mark Brown <[email protected]>
22345 L:      [email protected]
22346 S:      Maintained
22347 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
22348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
22349 F:      Documentation/devicetree/bindings/spi/
22350 F:      Documentation/spi/
22351 F:      drivers/spi/
22352 F:      include/linux/spi/
22353 F:      include/uapi/linux/spi/
22354 F:      tools/spi/
22355
22356 SPIDERNET NETWORK DRIVER for CELL
22357 M:      Ishizaki Kou <[email protected]>
22358 M:      Geoff Levand <[email protected]>
22359 L:      [email protected]
22360 L:      [email protected]
22361 S:      Maintained
22362 F:      Documentation/networking/device_drivers/ethernet/toshiba/spider_net.rst
22363 F:      drivers/net/ethernet/toshiba/spider_net*
22364
22365 SPMI SUBSYSTEM
22366 M:      Stephen Boyd <[email protected]>
22367 L:      [email protected]
22368 S:      Maintained
22369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git
22370 F:      Documentation/devicetree/bindings/spmi/
22371 F:      drivers/spmi/
22372 F:      include/dt-bindings/spmi/spmi.h
22373 F:      include/linux/spmi.h
22374 F:      include/trace/events/spmi.h
22375
22376 SPU FILE SYSTEM
22377 L:      [email protected]
22378 S:      Orphan
22379 F:      Documentation/filesystems/spufs/spufs.rst
22380 F:      arch/powerpc/platforms/cell/spufs/
22381
22382 SQUASHFS FILE SYSTEM
22383 M:      Phillip Lougher <[email protected]>
22384 L:      [email protected] (subscribers-only)
22385 S:      Maintained
22386 W:      http://squashfs.org.uk
22387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
22388 F:      Documentation/filesystems/squashfs.rst
22389 F:      fs/squashfs/
22390
22391 SRM (Alpha) environment access
22392 M:      Jan-Benedict Glaw <[email protected]>
22393 S:      Maintained
22394 F:      arch/alpha/kernel/srm_env.c
22395
22396 ST LSM6DSx IMU IIO DRIVER
22397 M:      Lorenzo Bianconi <[email protected]>
22398 L:      [email protected]
22399 S:      Maintained
22400 W:      http://www.st.com/
22401 F:      Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml
22402 F:      drivers/iio/imu/st_lsm6dsx/
22403
22404 ST MIPID02 CSI-2 TO PARALLEL BRIDGE DRIVER
22405 M:      Benjamin Mugnier <[email protected]>
22406 M:      Sylvain Petinot <[email protected]>
22407 L:      [email protected]
22408 S:      Maintained
22409 T:      git git://linuxtv.org/media.git
22410 F:      Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml
22411 F:      drivers/media/i2c/st-mipid02.c
22412
22413 ST STC3117 FUEL GAUGE DRIVER
22414 M:      Hardevsinh Palaniya <[email protected]>
22415 M:      Bhavin Sharma <[email protected]>
22416 L:      [email protected]
22417 S:      Maintained
22418 F:      Documentation/devicetree/bindings/power/supply/st,stc3117.yaml
22419 F:      drivers/power/supply/stc3117_fuel_gauge.c
22420
22421 ST STM32 FIREWALL
22422 M:      Gatien Chevallier <[email protected]>
22423 S:      Maintained
22424 F:      drivers/bus/stm32_etzpc.c
22425 F:      drivers/bus/stm32_firewall.c
22426 F:      drivers/bus/stm32_rifsc.c
22427
22428 ST STM32 I2C/SMBUS DRIVER
22429 M:      Pierre-Yves MORDRET <[email protected]>
22430 M:      Alain Volmat <[email protected]>
22431 L:      [email protected]
22432 S:      Maintained
22433 F:      drivers/i2c/busses/i2c-stm32*
22434
22435 ST STM32 SPI DRIVER
22436 M:      Alain Volmat <[email protected]>
22437 L:      [email protected]
22438 S:      Maintained
22439 F:      drivers/spi/spi-stm32.c
22440
22441 ST STPDDC60 DRIVER
22442 M:      Daniel Nilsson <[email protected]>
22443 L:      [email protected]
22444 S:      Maintained
22445 F:      Documentation/hwmon/stpddc60.rst
22446 F:      drivers/hwmon/pmbus/stpddc60.c
22447
22448 ST VGXY61 DRIVER
22449 M:      Benjamin Mugnier <[email protected]>
22450 M:      Sylvain Petinot <[email protected]>
22451 L:      [email protected]
22452 S:      Maintained
22453 T:      git git://linuxtv.org/media.git
22454 F:      Documentation/devicetree/bindings/media/i2c/st,st-vgxy61.yaml
22455 F:      Documentation/userspace-api/media/drivers/vgxy61.rst
22456 F:      drivers/media/i2c/vgxy61.c
22457
22458 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
22459 M:      Song Qiang <[email protected]>
22460 L:      [email protected]
22461 S:      Maintained
22462 F:      Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
22463 F:      drivers/iio/proximity/vl53l0x-i2c.c
22464
22465 STABLE BRANCH
22466 M:      Greg Kroah-Hartman <[email protected]>
22467 M:      Sasha Levin <[email protected]>
22468 L:      [email protected]
22469 S:      Supported
22470 F:      Documentation/process/stable-kernel-rules.rst
22471
22472 STAGING - ATOMISP DRIVER
22473 M:      Hans de Goede <[email protected]>
22474 M:      Mauro Carvalho Chehab <[email protected]>
22475 R:      Sakari Ailus <[email protected]>
22476 L:      [email protected]
22477 S:      Maintained
22478 F:      drivers/staging/media/atomisp/
22479
22480 STAGING - INDUSTRIAL IO
22481 M:      Jonathan Cameron <[email protected]>
22482 L:      [email protected]
22483 S:      Odd Fixes
22484 F:      Documentation/devicetree/bindings/staging/iio/
22485 F:      drivers/staging/iio/
22486
22487 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
22488 M:      Marc Dietrich <[email protected]>
22489 L:      [email protected] (moderated for non-subscribers)
22490 L:      [email protected]
22491 S:      Maintained
22492 F:      drivers/staging/nvec/
22493
22494 STAGING - SEPS525 LCD CONTROLLER DRIVERS
22495 M:      Michael Hennerich <[email protected]>
22496 L:      [email protected]
22497 S:      Supported
22498 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
22499 F:      drivers/staging/fbtft/fb_seps525.c
22500
22501 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
22502 M:      Sudip Mukherjee <[email protected]>
22503 M:      Teddy Wang <[email protected]>
22504 M:      Sudip Mukherjee <[email protected]>
22505 L:      [email protected]
22506 S:      Maintained
22507 F:      drivers/staging/sm750fb/
22508
22509 STAGING SUBSYSTEM
22510 M:      Greg Kroah-Hartman <[email protected]>
22511 L:      [email protected]
22512 S:      Supported
22513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
22514 F:      drivers/staging/
22515
22516 STANDALONE CACHE CONTROLLER DRIVERS
22517 M:      Conor Dooley <[email protected]>
22518 S:      Maintained
22519 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
22520 F:      Documentation/devicetree/bindings/cache/
22521 F:      drivers/cache
22522
22523 STARFIRE/DURALAN NETWORK DRIVER
22524 M:      Ion Badulescu <[email protected]>
22525 S:      Odd Fixes
22526 F:      drivers/net/ethernet/adaptec/starfire*
22527
22528 STARFIVE CAMERA SUBSYSTEM DRIVER
22529 M:      Jack Zhu <[email protected]>
22530 M:      Changhuang Liang <[email protected]>
22531 L:      [email protected]
22532 S:      Maintained
22533 F:      Documentation/admin-guide/media/starfive_camss.rst
22534 F:      Documentation/devicetree/bindings/media/starfive,jh7110-camss.yaml
22535 F:      drivers/staging/media/starfive/camss
22536
22537 STARFIVE CRYPTO DRIVER
22538 M:      Jia Jie Ho <[email protected]>
22539 M:      William Qiu <[email protected]>
22540 S:      Supported
22541 F:      Documentation/devicetree/bindings/crypto/starfive*
22542 F:      drivers/crypto/starfive/
22543
22544 STARFIVE DEVICETREES
22545 M:      Emil Renner Berthing <[email protected]>
22546 S:      Maintained
22547 F:      arch/riscv/boot/dts/starfive/
22548
22549 STARFIVE DWMAC GLUE LAYER
22550 M:      Emil Renner Berthing <[email protected]>
22551 M:      Minda Chen <[email protected]>
22552 S:      Maintained
22553 F:      Documentation/devicetree/bindings/net/starfive,jh7110-dwmac.yaml
22554 F:      drivers/net/ethernet/stmicro/stmmac/dwmac-starfive.c
22555
22556 STARFIVE JH7110 DPHY RX DRIVER
22557 M:      Jack Zhu <[email protected]>
22558 M:      Changhuang Liang <[email protected]>
22559 S:      Supported
22560 F:      Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml
22561 F:      drivers/phy/starfive/phy-jh7110-dphy-rx.c
22562
22563 STARFIVE JH7110 DPHY TX DRIVER
22564 M:      Keith Zhao <[email protected]>
22565 S:      Supported
22566 F:      Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-tx.yaml
22567 F:      drivers/phy/starfive/phy-jh7110-dphy-tx.c
22568
22569 STARFIVE JH7110 MMC/SD/SDIO DRIVER
22570 M:      William Qiu <[email protected]>
22571 S:      Supported
22572 F:      Documentation/devicetree/bindings/mmc/starfive*
22573 F:      drivers/mmc/host/dw_mmc-starfive.c
22574
22575 STARFIVE JH7110 PLL CLOCK DRIVER
22576 M:      Xingyu Wu <[email protected]>
22577 S:      Supported
22578 F:      Documentation/devicetree/bindings/clock/starfive,jh7110-pll.yaml
22579 F:      drivers/clk/starfive/clk-starfive-jh7110-pll.c
22580
22581 STARFIVE JH7110 PWMDAC DRIVER
22582 M:      Hal Feng <[email protected]>
22583 M:      Xingyu Wu <[email protected]>
22584 S:      Supported
22585 F:      Documentation/devicetree/bindings/sound/starfive,jh7110-pwmdac.yaml
22586 F:      sound/soc/starfive/jh7110_pwmdac.c
22587
22588 STARFIVE JH7110 SYSCON
22589 M:      William Qiu <[email protected]>
22590 M:      Xingyu Wu <[email protected]>
22591 S:      Supported
22592 F:      Documentation/devicetree/bindings/soc/starfive/starfive,jh7110-syscon.yaml
22593
22594 STARFIVE JH7110 TDM DRIVER
22595 M:      Walker Chen <[email protected]>
22596 S:      Maintained
22597 F:      Documentation/devicetree/bindings/sound/starfive,jh7110-tdm.yaml
22598 F:      sound/soc/starfive/jh7110_tdm.c
22599
22600 STARFIVE JH71X0 CLOCK DRIVERS
22601 M:      Emil Renner Berthing <[email protected]>
22602 M:      Hal Feng <[email protected]>
22603 S:      Maintained
22604 F:      Documentation/devicetree/bindings/clock/starfive,jh71*.yaml
22605 F:      drivers/clk/starfive/clk-starfive-jh71*
22606 F:      include/dt-bindings/clock/starfive?jh71*.h
22607
22608 STARFIVE JH71X0 PINCTRL DRIVERS
22609 M:      Emil Renner Berthing <[email protected]>
22610 M:      Jianlong Huang <[email protected]>
22611 M:      Hal Feng <[email protected]>
22612 L:      [email protected]
22613 S:      Maintained
22614 F:      Documentation/devicetree/bindings/pinctrl/starfive,jh71*.yaml
22615 F:      drivers/pinctrl/starfive/pinctrl-starfive-jh71*
22616 F:      include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
22617 F:      include/dt-bindings/pinctrl/starfive,jh7110-pinctrl.h
22618
22619 STARFIVE JH71X0 RESET CONTROLLER DRIVERS
22620 M:      Emil Renner Berthing <[email protected]>
22621 M:      Hal Feng <[email protected]>
22622 S:      Maintained
22623 F:      Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml
22624 F:      drivers/reset/starfive/reset-starfive-jh71*
22625 F:      include/dt-bindings/reset/starfive?jh71*.h
22626
22627 STARFIVE JH71X0 USB DRIVERS
22628 M:      Minda Chen <[email protected]>
22629 S:      Maintained
22630 F:      Documentation/devicetree/bindings/usb/starfive,jh7110-usb.yaml
22631 F:      drivers/usb/cdns3/cdns3-starfive.c
22632
22633 STARFIVE JH71XX PMU CONTROLLER DRIVER
22634 M:      Walker Chen <[email protected]>
22635 M:      Changhuang Liang <[email protected]>
22636 S:      Supported
22637 F:      Documentation/devicetree/bindings/power/starfive*
22638 F:      drivers/pmdomain/starfive/
22639 F:      include/dt-bindings/power/starfive,jh7110-pmu.h
22640
22641 STARFIVE SOC DRIVERS
22642 M:      Conor Dooley <[email protected]>
22643 S:      Maintained
22644 T:      git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
22645 F:      Documentation/devicetree/bindings/soc/starfive/
22646
22647 STARFIVE STARLINK PMU DRIVER
22648 M:      Ji Sheng Teoh <[email protected]>
22649 S:      Maintained
22650 F:      Documentation/admin-guide/perf/starfive_starlink_pmu.rst
22651 F:      Documentation/devicetree/bindings/perf/starfive,jh8100-starlink-pmu.yaml
22652 F:      drivers/perf/starfive_starlink_pmu.c
22653
22654 STARFIVE TRNG DRIVER
22655 M:      Jia Jie Ho <[email protected]>
22656 S:      Supported
22657 F:      Documentation/devicetree/bindings/rng/starfive*
22658 F:      drivers/char/hw_random/jh7110-trng.c
22659
22660 STARFIVE WATCHDOG DRIVER
22661 M:      Xingyu Wu <[email protected]>
22662 M:      Ziv Xu <[email protected]>
22663 S:      Supported
22664 F:      Documentation/devicetree/bindings/watchdog/starfive*
22665 F:      drivers/watchdog/starfive-wdt.c
22666
22667 STARFIVE JH71X0 PCIE AND USB PHY DRIVER
22668 M:      Minda Chen <[email protected]>
22669 S:      Supported
22670 F:      Documentation/devicetree/bindings/phy/starfive,jh7110-pcie-phy.yaml
22671 F:      Documentation/devicetree/bindings/phy/starfive,jh7110-usb-phy.yaml
22672 F:      drivers/phy/starfive/phy-jh7110-pcie.c
22673 F:      drivers/phy/starfive/phy-jh7110-usb.c
22674
22675 STARFIVE JH8100 EXTERNAL INTERRUPT CONTROLLER DRIVER
22676 M:      Changhuang Liang <[email protected]>
22677 S:      Supported
22678 F:      Documentation/devicetree/bindings/interrupt-controller/starfive,jh8100-intc.yaml
22679 F:      drivers/irqchip/irq-starfive-jh8100-intc.c
22680
22681 STATIC BRANCH/CALL
22682 M:      Peter Zijlstra <[email protected]>
22683 M:      Josh Poimboeuf <[email protected]>
22684 M:      Jason Baron <[email protected]>
22685 R:      Steven Rostedt <[email protected]>
22686 R:      Ard Biesheuvel <[email protected]>
22687 S:      Supported
22688 F:      arch/*/include/asm/jump_label*.h
22689 F:      arch/*/include/asm/static_call*.h
22690 F:      arch/*/kernel/jump_label.c
22691 F:      arch/*/kernel/static_call.c
22692 F:      include/linux/jump_label*.h
22693 F:      include/linux/static_call*.h
22694 F:      kernel/jump_label.c
22695 F:      kernel/static_call*.c
22696
22697 STI AUDIO (ASoC) DRIVERS
22698 M:      Arnaud Pouliquen <[email protected]>
22699 L:      [email protected]
22700 S:      Maintained
22701 F:      Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
22702 F:      sound/soc/sti/
22703
22704 STI CEC DRIVER
22705 M:      Alain Volmat <[email protected]>
22706 S:      Maintained
22707 F:      Documentation/devicetree/bindings/media/cec/st,stih-cec.yaml
22708 F:      drivers/media/cec/platform/sti/
22709
22710 STK1160 USB VIDEO CAPTURE DRIVER
22711 M:      Ezequiel Garcia <[email protected]>
22712 L:      [email protected]
22713 S:      Maintained
22714 T:      git git://linuxtv.org/media.git
22715 F:      drivers/media/usb/stk1160/
22716
22717 STM32 AUDIO (ASoC) DRIVERS
22718 M:      Olivier Moysan <[email protected]>
22719 M:      Arnaud Pouliquen <[email protected]>
22720 L:      [email protected]
22721 S:      Maintained
22722 F:      Documentation/devicetree/bindings/iio/adc/st,stm32-dfsdm-adc.yaml
22723 F:      Documentation/devicetree/bindings/sound/st,stm32-*.yaml
22724 F:      sound/soc/stm/
22725
22726 STM32 DMA DRIVERS
22727 M:      Amélie Delaunay <[email protected]>
22728 L:      [email protected]
22729 L:      [email protected] (moderated for non-subscribers)
22730 S:      Maintained
22731 F:      Documentation/arch/arm/stm32/stm32-dma-mdma-chaining.rst
22732 F:      Documentation/devicetree/bindings/dma/stm32/
22733 F:      drivers/dma/stm32/
22734
22735 STM32 TIMER/LPTIMER DRIVERS
22736 M:      Fabrice Gasnier <[email protected]>
22737 S:      Maintained
22738 F:      Documentation/ABI/testing/*timer-stm32
22739 F:      Documentation/devicetree/bindings/*/*stm32-*timer*
22740 F:      drivers/*/stm32-*timer*
22741 F:      drivers/pwm/pwm-stm32*
22742 F:      include/linux/*/stm32-*tim*
22743
22744 STM32MP25 USB3/PCIE COMBOPHY DRIVER
22745 M:      Christian Bruel <[email protected]>
22746 S:      Maintained
22747 F:      Documentation/devicetree/bindings/phy/st,stm32mp25-combophy.yaml
22748 F:      drivers/phy/st/phy-stm32-combophy.c
22749
22750 STMMAC ETHERNET DRIVER
22751 L:      [email protected]
22752 S:      Orphan
22753 F:      Documentation/networking/device_drivers/ethernet/stmicro/
22754 F:      drivers/net/ethernet/stmicro/stmmac/
22755
22756 SUN HAPPY MEAL ETHERNET DRIVER
22757 M:      Sean Anderson <[email protected]>
22758 S:      Maintained
22759 F:      drivers/net/ethernet/sun/sunhme.*
22760
22761 SUN3/3X
22762 M:      Sam Creasey <[email protected]>
22763 S:      Maintained
22764 W:      http://sammy.net/sun3/
22765 F:      arch/m68k/include/asm/sun3*
22766 F:      arch/m68k/kernel/*sun3*
22767 F:      arch/m68k/sun3*/
22768 F:      drivers/net/ethernet/i825xx/sun3*
22769
22770 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
22771 M:      Hans de Goede <[email protected]>
22772 L:      [email protected]
22773 S:      Maintained
22774 F:      Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml
22775 F:      drivers/input/keyboard/sun4i-lradc-keys.c
22776
22777 SUNPLUS ETHERNET DRIVER
22778 M:      Wells Lu <[email protected]>
22779 L:      [email protected]
22780 S:      Maintained
22781 W:      https://sunplus.atlassian.net/wiki/spaces/doc/overview
22782 F:      Documentation/devicetree/bindings/net/sunplus,sp7021-emac.yaml
22783 F:      drivers/net/ethernet/sunplus/
22784
22785 SUNPLUS MMC DRIVER
22786 M:      Tony Huang <[email protected]>
22787 M:      Li-hao Kuo <[email protected]>
22788 S:      Maintained
22789 F:      Documentation/devicetree/bindings/mmc/sunplus,mmc.yaml
22790 F:      drivers/mmc/host/sunplus-mmc.c
22791
22792 SUNPLUS OCOTP DRIVER
22793 M:      Vincent Shih <[email protected]>
22794 S:      Maintained
22795 F:      Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
22796 F:      drivers/nvmem/sunplus-ocotp.c
22797
22798 SUNPLUS PWM DRIVER
22799 M:      Hammer Hsieh <[email protected]>
22800 S:      Maintained
22801 F:      Documentation/devicetree/bindings/pwm/sunplus,sp7021-pwm.yaml
22802 F:      drivers/pwm/pwm-sunplus.c
22803
22804 SUNPLUS RTC DRIVER
22805 M:      Vincent Shih <[email protected]>
22806 L:      [email protected]
22807 S:      Maintained
22808 F:      Documentation/devicetree/bindings/rtc/sunplus,sp7021-rtc.yaml
22809 F:      drivers/rtc/rtc-sunplus.c
22810
22811 SUNPLUS SPI CONTROLLER INTERFACE DRIVER
22812 M:      Li-hao Kuo <[email protected]>
22813 L:      [email protected]
22814 S:      Maintained
22815 F:      Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
22816 F:      drivers/spi/spi-sunplus-sp7021.c
22817
22818 SUNPLUS UART DRIVER
22819 M:      Hammer Hsieh <[email protected]>
22820 S:      Maintained
22821 F:      Documentation/devicetree/bindings/serial/sunplus,sp7021-uart.yaml
22822 F:      drivers/tty/serial/sunplus-uart.c
22823
22824 SUNPLUS USB2 PHY DRIVER
22825 M:      Vincent Shih <[email protected]>
22826 L:      [email protected]
22827 S:      Maintained
22828 F:      Documentation/devicetree/bindings/phy/sunplus,sp7021-usb2-phy.yaml
22829 F:      drivers/phy/sunplus/Kconfig
22830 F:      drivers/phy/sunplus/Makefile
22831 F:      drivers/phy/sunplus/phy-sunplus-usb2.c
22832
22833 SUNPLUS WATCHDOG DRIVER
22834 M:      Xiantao Hu <[email protected]>
22835 L:      [email protected]
22836 S:      Maintained
22837 F:      Documentation/devicetree/bindings/watchdog/sunplus,sp7021-wdt.yaml
22838 F:      drivers/watchdog/sunplus_wdt.c
22839
22840 SUPERH
22841 M:      Yoshinori Sato <[email protected]>
22842 M:      Rich Felker <[email protected]>
22843 M:      John Paul Adrian Glaubitz <[email protected]>
22844 L:      [email protected]
22845 S:      Maintained
22846 Q:      http://patchwork.kernel.org/project/linux-sh/list/
22847 F:      Documentation/arch/sh/
22848 F:      arch/sh/
22849 F:      drivers/sh/
22850
22851 SUSPEND TO RAM
22852 M:      "Rafael J. Wysocki" <[email protected]>
22853 M:      Len Brown <[email protected]>
22854 M:      Pavel Machek <[email protected]>
22855 L:      [email protected]
22856 S:      Supported
22857 B:      https://bugzilla.kernel.org
22858 F:      Documentation/power/
22859 F:      arch/x86/kernel/acpi/sleep*
22860 F:      arch/x86/kernel/acpi/wakeup*
22861 F:      drivers/base/power/
22862 F:      include/linux/freezer.h
22863 F:      include/linux/pm.h
22864 F:      include/linux/suspend.h
22865 F:      kernel/power/
22866
22867 SVGA HANDLING
22868 M:      Martin Mares <[email protected]>
22869 L:      [email protected]
22870 S:      Maintained
22871 F:      Documentation/admin-guide/svga.rst
22872 F:      arch/x86/boot/video*
22873
22874 SWITCHDEV
22875 M:      Jiri Pirko <[email protected]>
22876 M:      Ivan Vecera <[email protected]>
22877 L:      [email protected]
22878 S:      Supported
22879 F:      include/net/switchdev.h
22880 F:      net/switchdev/
22881
22882 SY8106A REGULATOR DRIVER
22883 M:      Icenowy Zheng <[email protected]>
22884 S:      Maintained
22885 F:      Documentation/devicetree/bindings/regulator/silergy,sy8106a.yaml
22886 F:      drivers/regulator/sy8106a-regulator.c
22887
22888 SYNC FILE FRAMEWORK
22889 M:      Sumit Semwal <[email protected]>
22890 R:      Gustavo Padovan <[email protected]>
22891 L:      [email protected]
22892 L:      [email protected]
22893 S:      Maintained
22894 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
22895 F:      Documentation/driver-api/sync_file.rst
22896 F:      drivers/dma-buf/dma-fence*
22897 F:      drivers/dma-buf/sw_sync.c
22898 F:      drivers/dma-buf/sync_*
22899 F:      include/linux/sync_file.h
22900 F:      include/uapi/linux/sync_file.h
22901
22902 SYNOPSYS ARC ARCHITECTURE
22903 M:      Vineet Gupta <[email protected]>
22904 L:      [email protected]
22905 S:      Supported
22906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
22907 F:      Documentation/arch/arc
22908 F:      Documentation/devicetree/bindings/arc/*
22909 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
22910 F:      arch/arc/
22911 F:      drivers/clocksource/arc_timer.c
22912 F:      drivers/tty/serial/arc_uart.c
22913
22914 SYNOPSYS ARC HSDK SDP pll clock driver
22915 M:      Eugeniy Paltsev <[email protected]>
22916 S:      Supported
22917 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
22918 F:      drivers/clk/clk-hsdk-pll.c
22919
22920 SYNOPSYS ARC SDP clock driver
22921 M:      Eugeniy Paltsev <[email protected]>
22922 S:      Supported
22923 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
22924 F:      drivers/clk/axs10x/*
22925
22926 SYNOPSYS ARC SDP platform support
22927 M:      Alexey Brodkin <[email protected]>
22928 S:      Supported
22929 F:      Documentation/devicetree/bindings/arc/axs10*
22930 F:      arch/arc/boot/dts/ax*
22931 F:      arch/arc/plat-axs10x
22932
22933 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
22934 M:      Eugeniy Paltsev <[email protected]>
22935 S:      Supported
22936 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml
22937 F:      drivers/reset/reset-axs10x.c
22938
22939 SYNOPSYS CREG GPIO DRIVER
22940 M:      Eugeniy Paltsev <[email protected]>
22941 S:      Maintained
22942 F:      Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
22943 F:      drivers/gpio/gpio-creg-snps.c
22944
22945 SYNOPSYS DESIGNWARE 8250 UART DRIVER
22946 M:      Ilpo Järvinen <[email protected]>
22947 R:      Andy Shevchenko <[email protected]>
22948 S:      Supported
22949 F:      drivers/tty/serial/8250/8250_dw.c
22950 F:      drivers/tty/serial/8250/8250_dwlib.*
22951 F:      drivers/tty/serial/8250/8250_lpss.c
22952
22953 SYNOPSYS DESIGNWARE APB GPIO DRIVER
22954 M:      Hoan Tran <[email protected]>
22955 L:      [email protected]
22956 S:      Maintained
22957 F:      Documentation/devicetree/bindings/gpio/snps,dw-apb-gpio.yaml
22958 F:      drivers/gpio/gpio-dwapb.c
22959
22960 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
22961 M:      Eugeniy Paltsev <[email protected]>
22962 S:      Maintained
22963 F:      Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
22964 F:      drivers/dma/dw-axi-dmac/
22965
22966 SYNOPSYS DESIGNWARE DMAC DRIVER
22967 M:      Viresh Kumar <[email protected]>
22968 R:      Andy Shevchenko <[email protected]>
22969 S:      Maintained
22970 F:      Documentation/devicetree/bindings/dma/renesas,rzn1-dmamux.yaml
22971 F:      Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml
22972 F:      drivers/dma/dw/
22973 F:      include/dt-bindings/dma/dw-dmac.h
22974 F:      include/linux/dma/dw.h
22975 F:      include/linux/platform_data/dma-dw.h
22976
22977 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
22978 M:      Jose Abreu <[email protected]>
22979 L:      [email protected]
22980 S:      Maintained
22981 F:      drivers/net/ethernet/synopsys/
22982
22983 SYNOPSYS DESIGNWARE ETHERNET XPCS DRIVER
22984 L:      [email protected]
22985 S:      Orphan
22986 F:      drivers/net/pcs/pcs-xpcs.c
22987 F:      drivers/net/pcs/pcs-xpcs.h
22988 F:      include/linux/pcs/pcs-xpcs.h
22989
22990 SYNOPSYS DESIGNWARE I2C DRIVER
22991 M:      Jarkko Nikula <[email protected]>
22992 R:      Andy Shevchenko <[email protected]>
22993 R:      Mika Westerberg <[email protected]>
22994 R:      Jan Dabros <[email protected]>
22995 L:      [email protected]
22996 S:      Supported
22997 F:      drivers/i2c/busses/i2c-designware-*
22998
22999 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
23000 M:      Jaehoon Chung <[email protected]>
23001 L:      [email protected]
23002 S:      Maintained
23003 F:      drivers/mmc/host/dw_mmc*
23004
23005 SYNOPSYS DESIGNWARE PCIE PMU DRIVER
23006 M:      Shuai Xue <[email protected]>
23007 M:      Jing Zhang <[email protected]>
23008 S:      Supported
23009 F:      Documentation/admin-guide/perf/dwc_pcie_pmu.rst
23010 F:      drivers/perf/dwc_pcie_pmu.c
23011
23012 SYNOPSYS HSDK RESET CONTROLLER DRIVER
23013 M:      Eugeniy Paltsev <[email protected]>
23014 S:      Supported
23015 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
23016 F:      drivers/reset/reset-hsdk.c
23017 F:      include/dt-bindings/reset/snps,hsdk-reset.h
23018
23019 SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER
23020 M:      Prabu Thangamuthu <[email protected]>
23021 M:      Manjunath M B <[email protected]>
23022 L:      [email protected]
23023 S:      Maintained
23024 F:      drivers/mmc/host/sdhci-pci-dwc-mshc.c
23025
23026 SYSTEM CONFIGURATION (SYSCON)
23027 M:      Lee Jones <[email protected]>
23028 M:      Arnd Bergmann <[email protected]>
23029 S:      Supported
23030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
23031 F:      drivers/mfd/syscon.c
23032
23033 SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
23034 M:      Sudeep Holla <[email protected]>
23035 R:      Cristian Marussi <[email protected]>
23036 L:      [email protected]
23037 L:      [email protected] (moderated for non-subscribers)
23038 S:      Maintained
23039 F:      Documentation/devicetree/bindings/firmware/arm,sc[mp]i.yaml
23040 F:      drivers/clk/clk-sc[mp]i.c
23041 F:      drivers/cpufreq/sc[mp]i-cpufreq.c
23042 F:      drivers/firmware/arm_scmi/
23043 F:      drivers/firmware/arm_scpi.c
23044 F:      drivers/hwmon/scmi-hwmon.c
23045 F:      drivers/pinctrl/pinctrl-scmi.c
23046 F:      drivers/pmdomain/arm/
23047 F:      drivers/powercap/arm_scmi_powercap.c
23048 F:      drivers/regulator/scmi-regulator.c
23049 F:      drivers/reset/reset-scmi.c
23050 F:      include/linux/sc[mp]i_protocol.h
23051 F:      include/trace/events/scmi.h
23052 F:      include/uapi/linux/virtio_scmi.h
23053
23054 SYSTEM RESET/SHUTDOWN DRIVERS
23055 M:      Sebastian Reichel <[email protected]>
23056 L:      [email protected]
23057 S:      Maintained
23058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
23059 F:      Documentation/devicetree/bindings/power/reset/
23060 F:      drivers/power/reset/
23061
23062 SYSTEM TRACE MODULE CLASS
23063 M:      Alexander Shishkin <[email protected]>
23064 S:      Maintained
23065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
23066 F:      Documentation/trace/stm.rst
23067 F:      drivers/hwtracing/stm/
23068 F:      include/linux/stm.h
23069 F:      include/uapi/linux/stm.h
23070
23071 SYSTEM76 ACPI DRIVER
23072 M:      Jeremy Soller <[email protected]>
23073 M:      System76 Product Development <[email protected]>
23074 L:      [email protected]
23075 S:      Maintained
23076 F:      drivers/platform/x86/system76_acpi.c
23077
23078 SYSV FILESYSTEM
23079 S:      Orphan
23080 F:      Documentation/filesystems/sysv-fs.rst
23081 F:      fs/sysv/
23082 F:      include/linux/sysv_fs.h
23083
23084 TASKSTATS STATISTICS INTERFACE
23085 M:      Balbir Singh <[email protected]>
23086 S:      Maintained
23087 F:      Documentation/accounting/taskstats*
23088 F:      include/linux/taskstats*
23089 F:      kernel/taskstats.c
23090
23091 TC subsystem
23092 M:      Jamal Hadi Salim <[email protected]>
23093 M:      Cong Wang <[email protected]>
23094 M:      Jiri Pirko <[email protected]>
23095 L:      [email protected]
23096 S:      Maintained
23097 F:      include/net/pkt_cls.h
23098 F:      include/net/pkt_sched.h
23099 F:      include/net/tc_act/
23100 F:      include/uapi/linux/pkt_cls.h
23101 F:      include/uapi/linux/pkt_sched.h
23102 F:      include/uapi/linux/tc_act/
23103 F:      include/uapi/linux/tc_ematch/
23104 F:      net/sched/
23105 F:      tools/testing/selftests/tc-testing
23106
23107 TC90522 MEDIA DRIVER
23108 M:      Akihiro Tsukada <[email protected]>
23109 L:      [email protected]
23110 S:      Odd Fixes
23111 F:      drivers/media/dvb-frontends/tc90522*
23112
23113 TCP LOW PRIORITY MODULE
23114 M:      "Wong Hoi Sing, Edison" <[email protected]>
23115 M:      "Hung Hing Lun, Mike" <[email protected]>
23116 S:      Maintained
23117 W:      http://tcp-lp-mod.sourceforge.net/
23118 F:      net/ipv4/tcp_lp.c
23119
23120 TDA10071 MEDIA DRIVER
23121 L:      [email protected]
23122 S:      Orphan
23123 W:      https://linuxtv.org
23124 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23125 F:      drivers/media/dvb-frontends/tda10071*
23126
23127 TDA18212 MEDIA DRIVER
23128 L:      [email protected]
23129 S:      Orphan
23130 W:      https://linuxtv.org
23131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23132 F:      drivers/media/tuners/tda18212*
23133
23134 TDA18218 MEDIA DRIVER
23135 L:      [email protected]
23136 S:      Orphan
23137 W:      https://linuxtv.org
23138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23139 F:      drivers/media/tuners/tda18218*
23140
23141 TDA18250 MEDIA DRIVER
23142 M:      Olli Salonen <[email protected]>
23143 L:      [email protected]
23144 S:      Maintained
23145 W:      https://linuxtv.org
23146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23147 T:      git git://linuxtv.org/media.git
23148 F:      drivers/media/tuners/tda18250*
23149
23150 TDA18271 MEDIA DRIVER
23151 M:      Michael Krufky <[email protected]>
23152 L:      [email protected]
23153 S:      Maintained
23154 W:      https://linuxtv.org
23155 W:      http://github.com/mkrufky
23156 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23157 T:      git git://linuxtv.org/mkrufky/tuners.git
23158 F:      drivers/media/tuners/tda18271*
23159
23160 TDA1997x MEDIA DRIVER
23161 M:      Tim Harvey <[email protected]>
23162 L:      [email protected]
23163 S:      Maintained
23164 W:      https://linuxtv.org
23165 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23166 F:      drivers/media/i2c/tda1997x.*
23167
23168 TDA827x MEDIA DRIVER
23169 M:      Michael Krufky <[email protected]>
23170 L:      [email protected]
23171 S:      Maintained
23172 W:      https://linuxtv.org
23173 W:      http://github.com/mkrufky
23174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23175 T:      git git://linuxtv.org/mkrufky/tuners.git
23176 F:      drivers/media/tuners/tda8290.*
23177
23178 TDA8290 MEDIA DRIVER
23179 M:      Michael Krufky <[email protected]>
23180 L:      [email protected]
23181 S:      Maintained
23182 W:      https://linuxtv.org
23183 W:      http://github.com/mkrufky
23184 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23185 T:      git git://linuxtv.org/mkrufky/tuners.git
23186 F:      drivers/media/tuners/tda8290.*
23187
23188 TDA9840 MEDIA DRIVER
23189 M:      Hans Verkuil <[email protected]>
23190 L:      [email protected]
23191 S:      Maintained
23192 W:      https://linuxtv.org
23193 T:      git git://linuxtv.org/media.git
23194 F:      drivers/media/i2c/tda9840*
23195
23196 TEA5761 TUNER DRIVER
23197 M:      Mauro Carvalho Chehab <[email protected]>
23198 L:      [email protected]
23199 S:      Odd fixes
23200 W:      https://linuxtv.org
23201 T:      git git://linuxtv.org/media.git
23202 F:      drivers/media/tuners/tea5761.*
23203
23204 TEA5767 TUNER DRIVER
23205 M:      Mauro Carvalho Chehab <[email protected]>
23206 L:      [email protected]
23207 S:      Maintained
23208 W:      https://linuxtv.org
23209 T:      git git://linuxtv.org/media.git
23210 F:      drivers/media/tuners/tea5767.*
23211
23212 TEA6415C MEDIA DRIVER
23213 M:      Hans Verkuil <[email protected]>
23214 L:      [email protected]
23215 S:      Maintained
23216 W:      https://linuxtv.org
23217 T:      git git://linuxtv.org/media.git
23218 F:      drivers/media/i2c/tea6415c*
23219
23220 TEA6420 MEDIA DRIVER
23221 M:      Hans Verkuil <[email protected]>
23222 L:      [email protected]
23223 S:      Maintained
23224 W:      https://linuxtv.org
23225 T:      git git://linuxtv.org/media.git
23226 F:      drivers/media/i2c/tea6420*
23227
23228 TEAM DRIVER
23229 M:      Jiri Pirko <[email protected]>
23230 L:      [email protected]
23231 S:      Supported
23232 F:      Documentation/netlink/specs/team.yaml
23233 F:      drivers/net/team/
23234 F:      include/linux/if_team.h
23235 F:      include/uapi/linux/if_team.h
23236 F:      tools/testing/selftests/drivers/net/team/
23237
23238 TECHNICAL ADVISORY BOARD PROCESS DOCS
23239 M:      "Theodore Ts'o" <[email protected]>
23240 M:      Greg Kroah-Hartman <[email protected]>
23241 L:      [email protected]
23242 S:      Maintained
23243 F:      Documentation/process/contribution-maturity-model.rst
23244 F:      Documentation/process/researcher-guidelines.rst
23245
23246 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
23247 M:      "Savoir-faire Linux Inc." <[email protected]>
23248 S:      Maintained
23249 F:      arch/x86/platform/ts5500/
23250
23251 TECHNOTREND USB IR RECEIVER
23252 M:      Sean Young <[email protected]>
23253 L:      [email protected]
23254 S:      Maintained
23255 F:      drivers/media/rc/ttusbir.c
23256
23257 TECHWELL TW9900 VIDEO DECODER
23258 M:      Mehdi Djait <[email protected]>
23259 L:      [email protected]
23260 S:      Maintained
23261 F:      drivers/media/i2c/tw9900.c
23262
23263 TECHWELL TW9910 VIDEO DECODER
23264 L:      [email protected]
23265 S:      Orphan
23266 F:      drivers/media/i2c/tw9910.c
23267 F:      include/media/i2c/tw9910.h
23268
23269 TEE SUBSYSTEM
23270 M:      Jens Wiklander <[email protected]>
23271 R:      Sumit Garg <[email protected]>
23272 L:      [email protected]
23273 S:      Maintained
23274 F:      Documentation/ABI/testing/sysfs-class-tee
23275 F:      Documentation/driver-api/tee.rst
23276 F:      Documentation/tee/
23277 F:      Documentation/userspace-api/tee.rst
23278 F:      drivers/tee/
23279 F:      include/linux/tee_core.h
23280 F:      include/linux/tee_drv.h
23281 F:      include/uapi/linux/tee.h
23282
23283 TEGRA ARCHITECTURE SUPPORT
23284 M:      Thierry Reding <[email protected]>
23285 M:      Jonathan Hunter <[email protected]>
23286 L:      [email protected]
23287 S:      Supported
23288 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
23289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
23290 N:      [^a-z]tegra
23291
23292 TEGRA CLOCK DRIVER
23293 M:      Peter De Schrijver <[email protected]>
23294 M:      Prashant Gaikwad <[email protected]>
23295 S:      Supported
23296 F:      drivers/clk/tegra/
23297
23298 TEGRA CRYPTO DRIVERS
23299 M:      Akhil R <[email protected]>
23300 S:      Supported
23301 F:      drivers/crypto/tegra/*
23302
23303 TEGRA DMA DRIVERS
23304 M:      Laxman Dewangan <[email protected]>
23305 M:      Jon Hunter <[email protected]>
23306 S:      Supported
23307 F:      drivers/dma/tegra*
23308
23309 TEGRA I2C DRIVER
23310 M:      Laxman Dewangan <[email protected]>
23311 R:      Dmitry Osipenko <[email protected]>
23312 S:      Supported
23313 F:      drivers/i2c/busses/i2c-tegra.c
23314
23315 TEGRA IOMMU DRIVERS
23316 M:      Thierry Reding <[email protected]>
23317 R:      Krishna Reddy <[email protected]>
23318 L:      [email protected]
23319 S:      Supported
23320 F:      drivers/iommu/arm/arm-smmu-v3/tegra241-cmdqv.c
23321 F:      drivers/iommu/arm/arm-smmu/arm-smmu-nvidia.c
23322 F:      drivers/iommu/tegra*
23323
23324 TEGRA KBC DRIVER
23325 M:      Laxman Dewangan <[email protected]>
23326 S:      Supported
23327 F:      drivers/input/keyboard/tegra-kbc.c
23328
23329 TEGRA NAND DRIVER
23330 M:      Stefan Agner <[email protected]>
23331 M:      Lucas Stach <[email protected]>
23332 S:      Maintained
23333 F:      Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
23334 F:      drivers/mtd/nand/raw/tegra_nand.c
23335
23336 TEGRA PWM DRIVER
23337 M:      Thierry Reding <[email protected]>
23338 S:      Supported
23339 F:      drivers/pwm/pwm-tegra.c
23340
23341 TEGRA QUAD SPI DRIVER
23342 M:      Thierry Reding <[email protected]>
23343 M:      Jonathan Hunter <[email protected]>
23344 M:      Sowjanya Komatineni <[email protected]>
23345 L:      [email protected]
23346 S:      Maintained
23347 F:      drivers/spi/spi-tegra210-quad.c
23348
23349 TEGRA SERIAL DRIVER
23350 M:      Laxman Dewangan <[email protected]>
23351 S:      Supported
23352 F:      drivers/tty/serial/serial-tegra.c
23353
23354 TEGRA SPI DRIVER
23355 M:      Laxman Dewangan <[email protected]>
23356 S:      Supported
23357 F:      drivers/spi/spi-tegra*
23358
23359 TEGRA VIDEO DRIVER
23360 M:      Thierry Reding <[email protected]>
23361 M:      Jonathan Hunter <[email protected]>
23362 M:      Sowjanya Komatineni <[email protected]>
23363 M:      Luca Ceresoli <[email protected]>
23364 L:      [email protected]
23365 L:      [email protected]
23366 S:      Maintained
23367 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
23368 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vi.yaml
23369 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml
23370 F:      drivers/staging/media/tegra-video/
23371
23372 TEGRA XUSB PADCTL DRIVER
23373 M:      JC Kuo <[email protected]>
23374 S:      Supported
23375 F:      drivers/phy/tegra/xusb*
23376
23377 TEHUTI ETHERNET DRIVER
23378 M:      Andy Gospodarek <[email protected]>
23379 L:      [email protected]
23380 S:      Maintained
23381 F:      drivers/net/ethernet/tehuti/tehuti.*
23382
23383 TEHUTI TN40XX ETHERNET DRIVER
23384 M:      FUJITA Tomonori <[email protected]>
23385 L:      [email protected]
23386 S:      Maintained
23387 F:      drivers/net/ethernet/tehuti/tn40*
23388
23389 TELECOM CLOCK DRIVER FOR MCPL0010
23390 M:      Mark Gross <[email protected]>
23391 S:      Supported
23392 F:      drivers/char/tlclk.c
23393
23394 TEMPO SEMICONDUCTOR DRIVERS
23395 M:      Steven Eckhoff <[email protected]>
23396 S:      Maintained
23397 F:      Documentation/devicetree/bindings/sound/tscs*.txt
23398 F:      sound/soc/codecs/tscs*.c
23399 F:      sound/soc/codecs/tscs*.h
23400
23401 TENSILICA XTENSA PORT (xtensa)
23402 M:      Chris Zankel <[email protected]>
23403 M:      Max Filippov <[email protected]>
23404 S:      Maintained
23405 T:      git https://github.com/jcmvbkbc/linux-xtensa.git
23406 F:      arch/xtensa/
23407 F:      drivers/irqchip/irq-xtensa-*
23408
23409 TEXAS INSTRUMENTS ASoC DRIVERS
23410 M:      Peter Ujfalusi <[email protected]>
23411 L:      [email protected]
23412 S:      Maintained
23413 F:      Documentation/devicetree/bindings/sound/davinci-mcasp-audio.yaml
23414 F:      sound/soc/ti/
23415
23416 TEXAS INSTRUMENTS AUDIO (ASoC/HDA) DRIVERS
23417 M:      Shenghao Ding <[email protected]>
23418 M:      Kevin Lu <[email protected]>
23419 M:      Baojun Xu <[email protected]>
23420 L:      [email protected]
23421 S:      Maintained
23422 F:      Documentation/devicetree/bindings/sound/tas2552.txt
23423 F:      Documentation/devicetree/bindings/sound/ti,tas2562.yaml
23424 F:      Documentation/devicetree/bindings/sound/ti,tas2770.yaml
23425 F:      Documentation/devicetree/bindings/sound/ti,tas27xx.yaml
23426 F:      Documentation/devicetree/bindings/sound/ti,tpa6130a2.yaml
23427 F:      Documentation/devicetree/bindings/sound/ti,pcm1681.yaml
23428 F:      Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml
23429 F:      Documentation/devicetree/bindings/sound/ti,tlv320*.yaml
23430 F:      Documentation/devicetree/bindings/sound/ti,tlv320adcx140.yaml
23431 F:      include/sound/tas2*.h
23432 F:      include/sound/tlv320*.h
23433 F:      include/sound/tpa6130a2-plat.h
23434 F:      sound/pci/hda/tas2781_hda_i2c.c
23435 F:      sound/soc/codecs/pcm1681.c
23436 F:      sound/soc/codecs/pcm1789*.*
23437 F:      sound/soc/codecs/pcm179x*.*
23438 F:      sound/soc/codecs/pcm186x*.*
23439 F:      sound/soc/codecs/pcm3008.*
23440 F:      sound/soc/codecs/pcm3060*.*
23441 F:      sound/soc/codecs/pcm3168a*.*
23442 F:      sound/soc/codecs/pcm5102a.c
23443 F:      sound/soc/codecs/pcm512x*.*
23444 F:      sound/soc/codecs/tas2*.*
23445 F:      sound/soc/codecs/tlv320*.*
23446 F:      sound/soc/codecs/tpa6130a2.*
23447
23448 TEXAS INSTRUMENTS DMA DRIVERS
23449 M:      Peter Ujfalusi <[email protected]>
23450 L:      [email protected]
23451 S:      Maintained
23452 F:      Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt
23453 F:      Documentation/devicetree/bindings/dma/ti-edma.txt
23454 F:      Documentation/devicetree/bindings/dma/ti/
23455 F:      drivers/dma/ti/
23456 F:      include/linux/dma/k3-psil.h
23457 F:      include/linux/dma/k3-udma-glue.h
23458 F:      include/linux/dma/ti-cppi5.h
23459 X:      drivers/dma/ti/cppi41.c
23460
23461 TEXAS INSTRUMENTS TPS25990 HARDWARE MONITOR DRIVER
23462 M:      Jerome Brunet <[email protected]>
23463 L:      [email protected]
23464 S:      Maintained
23465 F:      Documentation/devicetree/bindings/hwmon/pmbus/ti,tps25990.yaml
23466 F:      Documentation/hwmon/tps25990.rst
23467 F:      drivers/hwmon/pmbus/tps25990.c
23468
23469 TEXAS INSTRUMENTS TPS23861 PoE PSE DRIVER
23470 M:      Robert Marko <[email protected]>
23471 M:      Luka Perkov <[email protected]>
23472 L:      [email protected]
23473 S:      Maintained
23474 F:      Documentation/devicetree/bindings/hwmon/ti,tps23861.yaml
23475 F:      Documentation/hwmon/tps23861.rst
23476 F:      drivers/hwmon/tps23861.c
23477
23478 TEXAS INSTRUMENTS' DAC7612 DAC DRIVER
23479 M:      Ricardo Ribalda <[email protected]>
23480 L:      [email protected]
23481 S:      Supported
23482 F:      Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml
23483 F:      drivers/iio/dac/ti-dac7612.c
23484
23485 TEXAS INSTRUMENTS' LB8864 LED BACKLIGHT DRIVER
23486 M:      Alexander Sverdlin <[email protected]>
23487 L:      [email protected]
23488 S:      Maintained
23489 F:      Documentation/devicetree/bindings/leds/backlight/ti,lp8864.yaml
23490 F:      drivers/leds/leds-lp8864.c
23491
23492 TEXAS INSTRUMENTS' SYSTEM CONTROL INTERFACE (TISCI) PROTOCOL DRIVER
23493 M:      Nishanth Menon <[email protected]>
23494 M:      Tero Kristo <[email protected]>
23495 M:      Santosh Shilimkar <[email protected]>
23496 L:      [email protected] (moderated for non-subscribers)
23497 S:      Maintained
23498 F:      Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-common.yaml
23499 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
23500 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
23501 F:      Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
23502 F:      Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
23503 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.yaml
23504 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml
23505 F:      drivers/clk/keystone/sci-clk.c
23506 F:      drivers/firmware/ti_sci*
23507 F:      drivers/irqchip/irq-ti-sci-inta.c
23508 F:      drivers/irqchip/irq-ti-sci-intr.c
23509 F:      drivers/reset/reset-ti-sci.c
23510 F:      drivers/soc/ti/ti_sci_inta_msi.c
23511 F:      drivers/pmdomain/ti/ti_sci_pm_domains.c
23512 F:      include/dt-bindings/soc/ti,sci_pm_domain.h
23513 F:      include/linux/soc/ti/ti_sci_inta_msi.h
23514 F:      include/linux/soc/ti/ti_sci_protocol.h
23515
23516 TEXAS INSTRUMENTS' TMP117 TEMPERATURE SENSOR DRIVER
23517 M:      Puranjay Mohan <[email protected]>
23518 L:      [email protected]
23519 S:      Supported
23520 F:      Documentation/devicetree/bindings/iio/temperature/ti,tmp117.yaml
23521 F:      drivers/iio/temperature/tmp117.c
23522
23523 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
23524 M:      Hans Verkuil <[email protected]>
23525 L:      [email protected]
23526 S:      Maintained
23527 W:      https://linuxtv.org
23528 T:      git git://linuxtv.org/media.git
23529 F:      drivers/media/radio/radio-raremono.c
23530
23531 THERMAL
23532 M:      Rafael J. Wysocki <[email protected]>
23533 M:      Daniel Lezcano <[email protected]>
23534 R:      Zhang Rui <[email protected]>
23535 R:      Lukasz Luba <[email protected]>
23536 L:      [email protected]
23537 S:      Supported
23538 Q:      https://patchwork.kernel.org/project/linux-pm/list/
23539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git thermal
23540 F:      Documentation/ABI/testing/sysfs-class-thermal
23541 F:      Documentation/admin-guide/thermal/
23542 F:      Documentation/devicetree/bindings/thermal/
23543 F:      Documentation/driver-api/thermal/
23544 F:      drivers/thermal/
23545 F:      include/dt-bindings/thermal/
23546 F:      include/linux/cpu_cooling.h
23547 F:      include/linux/thermal.h
23548 F:      include/uapi/linux/thermal.h
23549 F:      tools/lib/thermal/
23550 F:      tools/thermal/
23551
23552 THERMAL DRIVER FOR AMLOGIC SOCS
23553 M:      Guillaume La Roque <[email protected]>
23554 L:      [email protected]
23555 L:      [email protected]
23556 S:      Supported
23557 W:      http://linux-meson.com/
23558 F:      Documentation/devicetree/bindings/thermal/amlogic,thermal.yaml
23559 F:      drivers/thermal/amlogic_thermal.c
23560
23561 THERMAL/CPU_COOLING
23562 M:      Amit Daniel Kachhap <[email protected]>
23563 M:      Daniel Lezcano <[email protected]>
23564 M:      Viresh Kumar <[email protected]>
23565 R:      Lukasz Luba <[email protected]>
23566 L:      [email protected]
23567 S:      Supported
23568 F:      Documentation/driver-api/thermal/cpu-cooling-api.rst
23569 F:      Documentation/driver-api/thermal/cpu-idle-cooling.rst
23570 F:      drivers/thermal/cpufreq_cooling.c
23571 F:      drivers/thermal/cpuidle_cooling.c
23572 F:      include/linux/cpu_cooling.h
23573
23574 THERMAL/POWER_ALLOCATOR
23575 M:      Lukasz Luba <[email protected]>
23576 L:      [email protected]
23577 S:      Maintained
23578 F:      Documentation/driver-api/thermal/power_allocator.rst
23579 F:      drivers/thermal/gov_power_allocator.c
23580 F:      drivers/thermal/thermal_trace_ipa.h
23581
23582 THINKPAD ACPI EXTRAS DRIVER
23583 M:      Henrique de Moraes Holschuh <[email protected]>
23584 L:      [email protected]
23585 L:      [email protected]
23586 S:      Maintained
23587 W:      http://ibm-acpi.sourceforge.net
23588 W:      http://thinkwiki.org/wiki/Ibm-acpi
23589 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
23590 F:      drivers/platform/x86/thinkpad_acpi.c
23591
23592 THINKPAD LMI DRIVER
23593 M:      Mark Pearson <[email protected]>
23594 L:      [email protected]
23595 S:      Maintained
23596 F:      Documentation/ABI/testing/sysfs-class-firmware-attributes
23597 F:      drivers/platform/x86/think-lmi.?
23598
23599 THP7312 ISP DRIVER
23600 M:      Laurent Pinchart <[email protected]>
23601 M:      Paul Elder <[email protected]>
23602 L:      [email protected]
23603 S:      Maintained
23604 T:      git git://linuxtv.org/media.git
23605 F:      Documentation/devicetree/bindings/media/i2c/thine,thp7312.yaml
23606 F:      Documentation/userspace-api/media/drivers/thp7312.rst
23607 F:      drivers/media/i2c/thp7312.c
23608 F:      include/uapi/linux/thp7312.h
23609
23610 THUNDERBOLT DMA TRAFFIC TEST DRIVER
23611 M:      Isaac Hazan <[email protected]>
23612 L:      [email protected]
23613 S:      Maintained
23614 F:      drivers/thunderbolt/dma_test.c
23615
23616 THUNDERBOLT DRIVER
23617 M:      Andreas Noever <[email protected]>
23618 M:      Michael Jamet <[email protected]>
23619 M:      Mika Westerberg <[email protected]>
23620 M:      Yehezkel Bernat <[email protected]>
23621 L:      [email protected]
23622 S:      Maintained
23623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
23624 F:      Documentation/admin-guide/thunderbolt.rst
23625 F:      drivers/thunderbolt/
23626 F:      include/linux/thunderbolt.h
23627
23628 THUNDERBOLT NETWORK DRIVER
23629 M:      Michael Jamet <[email protected]>
23630 M:      Mika Westerberg <[email protected]>
23631 M:      Yehezkel Bernat <[email protected]>
23632 L:      [email protected]
23633 S:      Maintained
23634 F:      drivers/net/thunderbolt/
23635
23636 THUNDERX GPIO DRIVER
23637 M:      Robert Richter <[email protected]>
23638 S:      Odd Fixes
23639 F:      drivers/gpio/gpio-thunderx.c
23640
23641 TI ADS1119 ADC DRIVER
23642 M:      Francesco Dolcini <[email protected]>
23643 M:      João Paulo Gonçalves <[email protected]>
23644 L:      [email protected]
23645 S:      Maintained
23646 F:      Documentation/devicetree/bindings/iio/adc/ti,ads1119.yaml
23647 F:      drivers/iio/adc/ti-ads1119.c
23648
23649 TI ADS7924 ADC DRIVER
23650 M:      Hugo Villeneuve <[email protected]>
23651 L:      [email protected]
23652 S:      Supported
23653 F:      Documentation/devicetree/bindings/iio/adc/ti,ads7924.yaml
23654 F:      drivers/iio/adc/ti-ads7924.c
23655
23656 TI AM437X VPFE DRIVER
23657 M:      "Lad, Prabhakar" <[email protected]>
23658 L:      [email protected]
23659 S:      Maintained
23660 W:      https://linuxtv.org
23661 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23662 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
23663 F:      drivers/media/platform/ti/am437x/
23664
23665 TI BANDGAP AND THERMAL DRIVER
23666 M:      Eduardo Valentin <[email protected]>
23667 M:      Keerthy <[email protected]>
23668 L:      [email protected]
23669 L:      [email protected]
23670 S:      Maintained
23671 F:      drivers/thermal/ti-soc-thermal/
23672
23673 TI BQ27XXX POWER SUPPLY DRIVER
23674 F:      drivers/power/supply/bq27xxx_battery.c
23675 F:      drivers/power/supply/bq27xxx_battery_i2c.c
23676 F:      include/linux/power/bq27xxx_battery.h
23677
23678 TI CDCE706 CLOCK DRIVER
23679 M:      Max Filippov <[email protected]>
23680 S:      Maintained
23681 F:      drivers/clk/clk-cdce706.c
23682
23683 TI CLOCK DRIVER
23684 M:      Tero Kristo <[email protected]>
23685 L:      [email protected]
23686 S:      Odd Fixes
23687 F:      drivers/clk/ti/
23688 F:      include/linux/clk/ti.h
23689
23690 TI DAVINCI MACHINE SUPPORT
23691 M:      Bartosz Golaszewski <[email protected]>
23692 L:      [email protected] (moderated for non-subscribers)
23693 S:      Maintained
23694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
23695 F:      Documentation/devicetree/bindings/i2c/i2c-davinci.txt
23696 F:      arch/arm/boot/dts/ti/davinci/
23697 F:      arch/arm/mach-davinci/
23698 F:      drivers/i2c/busses/i2c-davinci.c
23699
23700 TI DAVINCI SERIES CLOCK DRIVER
23701 M:      David Lechner <[email protected]>
23702 S:      Maintained
23703 F:      Documentation/devicetree/bindings/clock/ti/davinci/
23704 F:      drivers/clk/davinci/
23705 F:      include/linux/clk/davinci.h
23706
23707 TI DAVINCI SERIES GPIO DRIVER
23708 M:      Keerthy <[email protected]>
23709 L:      [email protected]
23710 S:      Maintained
23711 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.yaml
23712 F:      drivers/gpio/gpio-davinci.c
23713
23714 TI DAVINCI SERIES MEDIA DRIVER
23715 M:      "Lad, Prabhakar" <[email protected]>
23716 L:      [email protected]
23717 S:      Maintained
23718 W:      https://linuxtv.org
23719 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23720 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
23721 F:      drivers/media/platform/ti/davinci/
23722 F:      include/media/davinci/
23723
23724 TI ENHANCED CAPTURE (eCAP) DRIVER
23725 M:      Vignesh Raghavendra <[email protected]>
23726 R:      Julien Panis <[email protected]>
23727 L:      [email protected]
23728 L:      [email protected]
23729 S:      Maintained
23730 F:      Documentation/devicetree/bindings/counter/ti,am62-ecap-capture.yaml
23731 F:      drivers/counter/ti-ecap-capture.c
23732
23733 TI ENHANCED QUADRATURE ENCODER PULSE (eQEP) DRIVER
23734 R:      David Lechner <[email protected]>
23735 L:      [email protected]
23736 F:      Documentation/devicetree/bindings/counter/ti-eqep.yaml
23737 F:      drivers/counter/ti-eqep.c
23738
23739 TI ETHERNET SWITCH DRIVER (CPSW)
23740 R:      Siddharth Vadapalli <[email protected]>
23741 R:      Roger Quadros <[email protected]>
23742 L:      [email protected]
23743 L:      [email protected]
23744 S:      Maintained
23745 F:      drivers/net/ethernet/ti/cpsw*
23746 F:      drivers/net/ethernet/ti/davinci*
23747
23748 TI FLASH MEDIA MEMORYSTICK/MMC DRIVERS
23749 M:      Alex Dubov <[email protected]>
23750 S:      Maintained
23751 W:      http://tifmxx.berlios.de/
23752 F:      drivers/memstick/host/tifm_ms.c
23753 F:      drivers/misc/tifm*
23754 F:      drivers/mmc/host/tifm_sd.c
23755 F:      include/linux/tifm.h
23756
23757 TI FPD-LINK DRIVERS
23758 M:      Tomi Valkeinen <[email protected]>
23759 L:      [email protected]
23760 S:      Maintained
23761 F:      Documentation/devicetree/bindings/media/i2c/ti,ds90*
23762 F:      drivers/media/i2c/ds90*
23763 F:      include/media/i2c/ds90*
23764
23765 TI HDC302X HUMIDITY DRIVER
23766 M:      Javier Carrasco <[email protected]>
23767 M:      Li peiyu <[email protected]>
23768 L:      [email protected]
23769 S:      Maintained
23770 F:      Documentation/devicetree/bindings/iio/humidity/ti,hdc3020.yaml
23771 F:      drivers/iio/humidity/hdc3020.c
23772
23773 TI ICSSG ETHERNET DRIVER (ICSSG)
23774 R:      MD Danish Anwar <[email protected]>
23775 R:      Roger Quadros <[email protected]>
23776 L:      [email protected] (moderated for non-subscribers)
23777 L:      [email protected]
23778 S:      Maintained
23779 F:      Documentation/devicetree/bindings/net/ti,icss*.yaml
23780 F:      drivers/net/ethernet/ti/icssg/*
23781
23782 TI J721E CSI2RX DRIVER
23783 M:      Jai Luthra <[email protected]>
23784 L:      [email protected]
23785 S:      Maintained
23786 F:      Documentation/devicetree/bindings/media/ti,j721e-csi2rx-shim.yaml
23787 F:      drivers/media/platform/ti/j721e-csi2rx/
23788
23789 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
23790 M:      Nishanth Menon <[email protected]>
23791 M:      Santosh Shilimkar <[email protected]>
23792 L:      [email protected]
23793 L:      [email protected] (moderated for non-subscribers)
23794 S:      Maintained
23795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
23796 F:      Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml
23797 F:      drivers/pmdomain/ti/omap_prm.c
23798 F:      drivers/soc/ti/*
23799 F:      include/linux/pruss_driver.h
23800
23801 TI LM49xxx FAMILY ASoC CODEC DRIVERS
23802 M:      M R Swami Reddy <[email protected]>
23803 M:      Vishwas A Deshpande <[email protected]>
23804 L:      [email protected]
23805 S:      Maintained
23806 F:      sound/soc/codecs/isabelle*
23807 F:      sound/soc/codecs/lm49453*
23808
23809 TI LMP92064 ADC DRIVER
23810 M:      Leonard Göhrs <[email protected]>
23811 R:      [email protected]
23812 L:      [email protected]
23813 S:      Maintained
23814 F:      Documentation/devicetree/bindings/iio/adc/ti,lmp92064.yaml
23815 F:      drivers/iio/adc/ti-lmp92064.c
23816
23817 TI PCM3060 ASoC CODEC DRIVER
23818 M:      Kirill Marinushkin <[email protected]>
23819 L:      [email protected]
23820 S:      Maintained
23821 F:      Documentation/devicetree/bindings/sound/pcm3060.txt
23822 F:      sound/soc/codecs/pcm3060*
23823
23824 TI TAS571X FAMILY ASoC CODEC DRIVER
23825 M:      Kevin Cernekee <[email protected]>
23826 L:      [email protected]
23827 S:      Odd Fixes
23828 F:      sound/soc/codecs/tas571x*
23829
23830 TI TMAG5273 MAGNETOMETER DRIVER
23831 M:      Gerald Loacker <[email protected]>
23832 L:      [email protected]
23833 S:      Maintained
23834 F:      Documentation/devicetree/bindings/iio/magnetometer/ti,tmag5273.yaml
23835 F:      drivers/iio/magnetometer/tmag5273.c
23836
23837 TI TRF7970A NFC DRIVER
23838 M:      Mark Greer <[email protected]>
23839 L:      [email protected]
23840 S:      Supported
23841 F:      Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml
23842 F:      drivers/nfc/trf7970a.c
23843
23844 TI TSC2046 ADC DRIVER
23845 M:      Oleksij Rempel <[email protected]>
23846 R:      [email protected]
23847 L:      [email protected]
23848 S:      Maintained
23849 F:      Documentation/devicetree/bindings/iio/adc/ti,tsc2046.yaml
23850 F:      drivers/iio/adc/ti-tsc2046.c
23851
23852 TI TWL4030 SERIES SOC CODEC DRIVER
23853 M:      Peter Ujfalusi <[email protected]>
23854 L:      [email protected]
23855 S:      Maintained
23856 F:      sound/soc/codecs/twl4030*
23857
23858 TI VPE/CAL DRIVERS
23859 M:      Benoit Parrot <[email protected]>
23860 L:      [email protected]
23861 S:      Maintained
23862 W:      http://linuxtv.org/
23863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
23864 F:      Documentation/devicetree/bindings/media/ti,cal.yaml
23865 F:      Documentation/devicetree/bindings/media/ti,vpe.yaml
23866 F:      drivers/media/platform/ti/cal/
23867 F:      drivers/media/platform/ti/vpe/
23868
23869 TI WILINK WIRELESS DRIVERS
23870 L:      [email protected]
23871 S:      Orphan
23872 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wl12xx
23873 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wl1251
23874 F:      drivers/net/wireless/ti/
23875
23876 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
23877 M:      John Stultz <[email protected]>
23878 M:      Thomas Gleixner <[email protected]>
23879 R:      Stephen Boyd <[email protected]>
23880 L:      [email protected]
23881 S:      Supported
23882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
23883 F:      include/linux/clocksource.h
23884 F:      include/linux/time.h
23885 F:      include/linux/timekeeper_internal.h
23886 F:      include/linux/timekeeping.h
23887 F:      include/linux/timex.h
23888 F:      include/uapi/linux/time.h
23889 F:      include/uapi/linux/timex.h
23890 F:      kernel/time/alarmtimer.c
23891 F:      kernel/time/clocksource*
23892 F:      kernel/time/ntp*
23893 F:      kernel/time/time.c
23894 F:      kernel/time/timeconst.bc
23895 F:      kernel/time/timeconv.c
23896 F:      kernel/time/timecounter.c
23897 F:      kernel/time/timekeeping*
23898 F:      kernel/time/time_test.c
23899 F:      tools/testing/selftests/timers/
23900
23901 TIPC NETWORK LAYER
23902 M:      Jon Maloy <[email protected]>
23903 L:      [email protected] (core kernel code)
23904 L:      [email protected] (user apps, general discussion)
23905 S:      Maintained
23906 W:      http://tipc.sourceforge.net/
23907 F:      include/uapi/linux/tipc*.h
23908 F:      net/tipc/
23909
23910 TLAN NETWORK DRIVER
23911 M:      Samuel Chessman <[email protected]>
23912 L:      [email protected] (subscribers-only)
23913 S:      Maintained
23914 W:      http://sourceforge.net/projects/tlan/
23915 F:      Documentation/networking/device_drivers/ethernet/ti/tlan.rst
23916 F:      drivers/net/ethernet/ti/tlan.*
23917
23918 TMIO/SDHI MMC DRIVER
23919 M:      Wolfram Sang <[email protected]>
23920 L:      [email protected]
23921 L:      [email protected]
23922 S:      Supported
23923 F:      drivers/mmc/host/renesas_sdhi*
23924 F:      drivers/mmc/host/tmio_mmc*
23925 F:      include/linux/platform_data/tmio.h
23926
23927 TMP513 HARDWARE MONITOR DRIVER
23928 M:      Eric Tremblay <[email protected]>
23929 L:      [email protected]
23930 S:      Maintained
23931 F:      Documentation/hwmon/tmp513.rst
23932 F:      drivers/hwmon/tmp513.c
23933
23934 TMPFS (SHMEM FILESYSTEM)
23935 M:      Hugh Dickins <[email protected]>
23936 L:      [email protected]
23937 S:      Maintained
23938 F:      include/linux/shmem_fs.h
23939 F:      mm/shmem.c
23940
23941 TOMOYO SECURITY MODULE
23942 M:      Kentaro Takeda <[email protected]>
23943 M:      Tetsuo Handa <[email protected]>
23944 L:      [email protected] (subscribers-only, for developers in English)
23945 L:      [email protected] (subscribers-only, for users in English)
23946 L:      [email protected] (subscribers-only, for developers in Japanese)
23947 L:      [email protected] (subscribers-only, for users in Japanese)
23948 S:      Maintained
23949 W:      https://tomoyo.sourceforge.net/
23950 F:      security/tomoyo/
23951
23952 TOPSTAR LAPTOP EXTRAS DRIVER
23953 M:      Herton Ronaldo Krzesinski <[email protected]>
23954 L:      [email protected]
23955 S:      Maintained
23956 F:      drivers/platform/x86/topstar-laptop.c
23957
23958 TORTURE-TEST MODULES
23959 M:      Davidlohr Bueso <[email protected]>
23960 M:      "Paul E. McKenney" <[email protected]>
23961 M:      Josh Triplett <[email protected]>
23962 L:      [email protected]
23963 S:      Supported
23964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux.git rcu/dev
23965 F:      Documentation/RCU/torture.rst
23966 F:      kernel/locking/locktorture.c
23967 F:      kernel/rcu/rcuscale.c
23968 F:      kernel/rcu/rcutorture.c
23969 F:      kernel/rcu/refscale.c
23970 F:      kernel/torture.c
23971
23972 TOSHIBA ACPI EXTRAS DRIVER
23973 M:      Azael Avalos <[email protected]>
23974 L:      [email protected]
23975 S:      Maintained
23976 F:      drivers/platform/x86/toshiba_acpi.c
23977
23978 TOSHIBA BLUETOOTH DRIVER
23979 M:      Azael Avalos <[email protected]>
23980 L:      [email protected]
23981 S:      Maintained
23982 F:      drivers/platform/x86/toshiba_bluetooth.c
23983
23984 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
23985 M:      Azael Avalos <[email protected]>
23986 L:      [email protected]
23987 S:      Maintained
23988 F:      drivers/platform/x86/toshiba_haps.c
23989
23990 TOSHIBA SMM DRIVER
23991 M:      Jonathan Buzzard <[email protected]>
23992 S:      Maintained
23993 W:      http://www.buzzard.org.uk/toshiba/
23994 F:      drivers/char/toshiba.c
23995 F:      include/linux/toshiba.h
23996 F:      include/uapi/linux/toshiba.h
23997
23998 TOSHIBA TC358743 DRIVER
23999 M:      Hans Verkuil <[email protected]>
24000 L:      [email protected]
24001 S:      Maintained
24002 F:      Documentation/devicetree/bindings/media/i2c/tc358743.txt
24003 F:      drivers/media/i2c/tc358743*
24004 F:      include/media/i2c/tc358743.h
24005
24006 TOSHIBA WMI HOTKEYS DRIVER
24007 M:      Azael Avalos <[email protected]>
24008 L:      [email protected]
24009 S:      Maintained
24010 F:      drivers/platform/x86/toshiba-wmi.c
24011
24012 TPM DEVICE DRIVER
24013 M:      Peter Huewe <[email protected]>
24014 M:      Jarkko Sakkinen <[email protected]>
24015 R:      Jason Gunthorpe <[email protected]>
24016 L:      [email protected]
24017 S:      Maintained
24018 W:      https://codeberg.org/jarkko/linux-tpmdd-test
24019 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
24020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd.git
24021 F:      Documentation/devicetree/bindings/tpm/
24022 F:      drivers/char/tpm/
24023 F:      tools/testing/selftests/tpm2/
24024
24025 TPS546D24 DRIVER
24026 M:      Duke Du <[email protected]>
24027 L:      [email protected]
24028 S:      Maintained
24029 F:      Documentation/hwmon/tps546d24.rst
24030 F:      drivers/hwmon/pmbus/tps546d24.c
24031
24032 TQ SYSTEMS BOARD & DRIVER SUPPORT
24033 L:      [email protected]
24034 S:      Supported
24035 W:      https://www.tq-group.com/en/products/tq-embedded/
24036 F:      arch/arm/boot/dts/nxp/imx/*mba*.dts*
24037 F:      arch/arm/boot/dts/nxp/imx/*tqma*.dts*
24038 F:      arch/arm64/boot/dts/freescale/fsl-*tqml*.dts*
24039 F:      arch/arm64/boot/dts/freescale/imx*mba*.dts*
24040 F:      arch/arm64/boot/dts/freescale/imx*tqma*.dts*
24041 F:      arch/arm64/boot/dts/freescale/mba*.dtsi
24042 F:      arch/arm64/boot/dts/freescale/tqml*.dts*
24043 F:      drivers/gpio/gpio-tqmx86.c
24044 F:      drivers/mfd/tqmx86.c
24045 F:      drivers/watchdog/tqmx86_wdt.c
24046
24047 TRACING
24048 M:      Steven Rostedt <[email protected]>
24049 M:      Masami Hiramatsu <[email protected]>
24050 R:      Mathieu Desnoyers <[email protected]>
24051 L:      [email protected]
24052 L:      [email protected]
24053 S:      Maintained
24054 Q:      https://patchwork.kernel.org/project/linux-trace-kernel/list/
24055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
24056 F:      Documentation/trace/*
24057 F:      fs/tracefs/
24058 F:      include/linux/trace*.h
24059 F:      include/trace/
24060 F:      kernel/trace/
24061 F:      scripts/tracing/
24062 F:      tools/testing/selftests/ftrace/
24063
24064 TRACING MMIO ACCESSES (MMIOTRACE)
24065 M:      Steven Rostedt <[email protected]>
24066 M:      Masami Hiramatsu <[email protected]>
24067 R:      Karol Herbst <[email protected]>
24068 R:      Pekka Paalanen <[email protected]>
24069 L:      [email protected]
24070 L:      [email protected]
24071 S:      Maintained
24072 F:      arch/x86/mm/kmmio.c
24073 F:      arch/x86/mm/mmio-mod.c
24074 F:      arch/x86/mm/testmmiotrace.c
24075 F:      include/linux/mmiotrace.h
24076 F:      kernel/trace/trace_mmiotrace.c
24077
24078 TRACING OS NOISE / LATENCY TRACERS
24079 M:      Steven Rostedt <[email protected]>
24080 S:      Maintained
24081 F:      Documentation/trace/hwlat_detector.rst
24082 F:      Documentation/trace/osnoise-tracer.rst
24083 F:      Documentation/trace/timerlat-tracer.rst
24084 F:      arch/*/kernel/trace.c
24085 F:      include/trace/events/osnoise.h
24086 F:      kernel/trace/trace_hwlat.c
24087 F:      kernel/trace/trace_irqsoff.c
24088 F:      kernel/trace/trace_osnoise.c
24089 F:      kernel/trace/trace_sched_wakeup.c
24090
24091 TRADITIONAL CHINESE DOCUMENTATION
24092 M:      Hu Haowen <[email protected]>
24093 S:      Maintained
24094 W:      https://github.com/srcres258/linux-doc
24095 T:      git git://github.com/srcres258/linux-doc.git doc-zh-tw
24096 F:      Documentation/translations/zh_TW/
24097
24098 TRUSTED SECURITY MODULE (TSM) ATTESTATION REPORTS
24099 M:      Dan Williams <[email protected]>
24100 L:      [email protected]
24101 S:      Maintained
24102 F:      Documentation/ABI/testing/configfs-tsm
24103 F:      drivers/virt/coco/tsm.c
24104 F:      include/linux/tsm.h
24105
24106 TRUSTED SERVICES TEE DRIVER
24107 M:      Balint Dobszay <[email protected]>
24108 M:      Sudeep Holla <[email protected]>
24109 L:      [email protected] (moderated for non-subscribers)
24110 L:      [email protected]
24111 S:      Maintained
24112 F:      Documentation/tee/ts-tee.rst
24113 F:      drivers/tee/tstee/
24114
24115 TTY LAYER AND SERIAL DRIVERS
24116 M:      Greg Kroah-Hartman <[email protected]>
24117 M:      Jiri Slaby <[email protected]>
24118 L:      [email protected]
24119 L:      [email protected]
24120 S:      Supported
24121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
24122 F:      Documentation/devicetree/bindings/serial/
24123 F:      Documentation/driver-api/serial/
24124 F:      drivers/tty/
24125 F:      include/linux/selection.h
24126 F:      include/linux/serial.h
24127 F:      include/linux/serial_core.h
24128 F:      include/linux/sysrq.h
24129 F:      include/linux/tty*.h
24130 F:      include/linux/vt.h
24131 F:      include/linux/vt_*.h
24132 F:      include/uapi/linux/serial.h
24133 F:      include/uapi/linux/serial_core.h
24134 F:      include/uapi/linux/tty.h
24135
24136 TUA9001 MEDIA DRIVER
24137 L:      [email protected]
24138 S:      Orphan
24139 W:      https://linuxtv.org
24140 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
24141 F:      drivers/media/tuners/tua9001*
24142
24143 TULIP NETWORK DRIVERS
24144 L:      [email protected]
24145 L:      [email protected]
24146 S:      Orphan
24147 F:      drivers/net/ethernet/dec/tulip/
24148
24149 TUN/TAP driver
24150 M:      Willem de Bruijn <[email protected]>
24151 M:      Jason Wang <[email protected]>
24152 S:      Maintained
24153 W:      http://vtun.sourceforge.net/tun
24154 F:      Documentation/networking/tuntap.rst
24155 F:      arch/um/os-Linux/drivers/
24156 F:      drivers/net/tap.c
24157 F:      drivers/net/tun.c
24158
24159 TURBOCHANNEL SUBSYSTEM
24160 M:      "Maciej W. Rozycki" <[email protected]>
24161 L:      [email protected]
24162 S:      Maintained
24163 Q:      https://patchwork.kernel.org/project/linux-mips/list/
24164 F:      drivers/tc/
24165 F:      include/linux/tc.h
24166
24167 TURBOSTAT UTILITY
24168 M:      "Len Brown" <[email protected]>
24169 L:      [email protected]
24170 S:      Supported
24171 Q:      https://patchwork.kernel.org/project/linux-pm/list/
24172 B:      https://bugzilla.kernel.org
24173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
24174 F:      tools/power/x86/turbostat/
24175 F:      tools/testing/selftests/turbostat/
24176
24177 TW5864 VIDEO4LINUX DRIVER
24178 M:      Bluecherry Maintainers <[email protected]>
24179 M:      Andrey Utkin <[email protected]>
24180 M:      Andrey Utkin <[email protected]>
24181 L:      [email protected]
24182 S:      Supported
24183 F:      drivers/media/pci/tw5864/
24184
24185 TW68 VIDEO4LINUX DRIVER
24186 M:      Hans Verkuil <[email protected]>
24187 L:      [email protected]
24188 S:      Odd Fixes
24189 W:      https://linuxtv.org
24190 T:      git git://linuxtv.org/media.git
24191 F:      drivers/media/pci/tw68/
24192
24193 TW686X VIDEO4LINUX DRIVER
24194 M:      Ezequiel Garcia <[email protected]>
24195 L:      [email protected]
24196 S:      Maintained
24197 W:      http://linuxtv.org
24198 T:      git git://linuxtv.org/media.git
24199 F:      drivers/media/pci/tw686x/
24200
24201 U-BOOT ENVIRONMENT VARIABLES
24202 M:      Rafał Miłecki <[email protected]>
24203 S:      Maintained
24204 F:      Documentation/devicetree/bindings/nvmem/layouts/u-boot,env.yaml
24205 F:      drivers/nvmem/layouts/u-boot-env.c
24206 F:      drivers/nvmem/u-boot-env.c
24207
24208 UACCE ACCELERATOR FRAMEWORK
24209 M:      Zhangfei Gao <[email protected]>
24210 M:      Zhou Wang <[email protected]>
24211 L:      [email protected]
24212 L:      [email protected]
24213 S:      Maintained
24214 F:      Documentation/ABI/testing/sysfs-driver-uacce
24215 F:      Documentation/misc-devices/uacce.rst
24216 F:      drivers/misc/uacce/
24217 F:      include/linux/uacce.h
24218 F:      include/uapi/misc/uacce/
24219
24220 UBI FILE SYSTEM (UBIFS)
24221 M:      Richard Weinberger <[email protected]>
24222 R:      Zhihao Cheng <[email protected]>
24223 L:      [email protected]
24224 S:      Supported
24225 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
24226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next
24227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
24228 F:      Documentation/ABI/testing/sysfs-fs-ubifs
24229 F:      Documentation/filesystems/ubifs-authentication.rst
24230 F:      Documentation/filesystems/ubifs.rst
24231 F:      fs/ubifs/
24232
24233 UBLK USERSPACE BLOCK DRIVER
24234 M:      Ming Lei <[email protected]>
24235 L:      [email protected]
24236 S:      Maintained
24237 F:      Documentation/block/ublk.rst
24238 F:      drivers/block/ublk_drv.c
24239 F:      include/uapi/linux/ublk_cmd.h
24240
24241 UBSAN
24242 M:      Kees Cook <[email protected]>
24243 R:      Marco Elver <[email protected]>
24244 R:      Andrey Konovalov <[email protected]>
24245 R:      Andrey Ryabinin <[email protected]>
24246 L:      [email protected]
24247 L:      [email protected]
24248 S:      Supported
24249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
24250 F:      Documentation/dev-tools/ubsan.rst
24251 F:      include/linux/ubsan.h
24252 F:      lib/Kconfig.ubsan
24253 F:      lib/test_ubsan.c
24254 F:      lib/ubsan.c
24255 F:      lib/ubsan.h
24256 F:      scripts/Makefile.ubsan
24257 K:      \bARCH_HAS_UBSAN\b
24258
24259 UCLINUX (M68KNOMMU AND COLDFIRE)
24260 M:      Greg Ungerer <[email protected]>
24261 L:      [email protected]
24262 S:      Maintained
24263 W:      http://www.linux-m68k.org/
24264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
24265 F:      arch/m68k/*/*_no.*
24266 F:      arch/m68k/68*/
24267 F:      arch/m68k/coldfire/
24268 F:      arch/m68k/include/asm/*_no.*
24269
24270 UDF FILESYSTEM
24271 M:      Jan Kara <[email protected]>
24272 S:      Maintained
24273 F:      Documentation/filesystems/udf.rst
24274 F:      fs/udf/
24275
24276 UDRAW TABLET
24277 M:      Bastien Nocera <[email protected]>
24278 L:      [email protected]
24279 S:      Maintained
24280 F:      drivers/hid/hid-udraw-ps3.c
24281
24282 UHID USERSPACE HID IO DRIVER
24283 M:      David Rheinsberg <[email protected]>
24284 L:      [email protected]
24285 S:      Maintained
24286 F:      drivers/hid/uhid.c
24287 F:      include/uapi/linux/uhid.h
24288
24289 ULPI BUS
24290 M:      Heikki Krogerus <[email protected]>
24291 L:      [email protected]
24292 S:      Maintained
24293 F:      drivers/usb/common/ulpi.c
24294 F:      include/linux/ulpi/
24295
24296 UNICODE SUBSYSTEM
24297 M:      Gabriel Krisman Bertazi <[email protected]>
24298 L:      [email protected]
24299 S:      Supported
24300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/krisman/unicode.git
24301 F:      fs/unicode/
24302
24303 UNIFDEF
24304 M:      Tony Finch <[email protected]>
24305 S:      Maintained
24306 W:      http://dotat.at/prog/unifdef
24307 F:      scripts/unifdef.c
24308
24309 UNIFORM CDROM DRIVER
24310 M:      Phillip Potter <[email protected]>
24311 S:      Maintained
24312 F:      Documentation/cdrom/
24313 F:      drivers/cdrom/cdrom.c
24314 F:      include/linux/cdrom.h
24315 F:      include/uapi/linux/cdrom.h
24316
24317 UNION-FIND
24318 M:      Xavier <[email protected]>
24319 L:      [email protected]
24320 S:      Maintained
24321 F:      Documentation/core-api/union_find.rst
24322 F:      Documentation/translations/zh_CN/core-api/union_find.rst
24323 F:      include/linux/union_find.h
24324 F:      lib/union_find.c
24325
24326 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
24327 R:      Alim Akhtar <[email protected]>
24328 R:      Avri Altman <[email protected]>
24329 R:      Bart Van Assche <[email protected]>
24330 L:      [email protected]
24331 S:      Supported
24332 F:      Documentation/devicetree/bindings/ufs/
24333 F:      Documentation/scsi/ufs.rst
24334 F:      drivers/ufs/core/
24335
24336 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
24337 M:      Pedro Sousa <[email protected]>
24338 L:      [email protected]
24339 S:      Supported
24340 F:      drivers/ufs/host/*dwc*
24341
24342 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER EXYNOS HOOKS
24343 M:      Alim Akhtar <[email protected]>
24344 R:      Peter Griffin <[email protected]>
24345 L:      [email protected]
24346 L:      [email protected]
24347 S:      Maintained
24348 F:      drivers/ufs/host/ufs-exynos*
24349
24350 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER MEDIATEK HOOKS
24351 M:      Peter Wang <[email protected]>
24352 R:      Stanley Jhu <[email protected]>
24353 L:      [email protected]
24354 L:      [email protected] (moderated for non-subscribers)
24355 S:      Maintained
24356 F:      drivers/ufs/host/ufs-mediatek*
24357
24358 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER QUALCOMM HOOKS
24359 M:      Manivannan Sadhasivam <[email protected]>
24360 L:      [email protected]
24361 L:      [email protected]
24362 S:      Maintained
24363 F:      Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
24364 F:      drivers/ufs/host/ufs-qcom*
24365
24366 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER RENESAS HOOKS
24367 M:      Yoshihiro Shimoda <[email protected]>
24368 L:      [email protected]
24369 L:      [email protected]
24370 S:      Maintained
24371 F:      drivers/ufs/host/ufs-renesas.c
24372
24373 UNSORTED BLOCK IMAGES (UBI)
24374 M:      Richard Weinberger <[email protected]>
24375 R:      Zhihao Cheng <[email protected]>
24376 L:      [email protected]
24377 S:      Supported
24378 W:      http://www.linux-mtd.infradead.org/
24379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git next
24380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git fixes
24381 F:      drivers/mtd/ubi/
24382 F:      include/linux/mtd/ubi.h
24383 F:      include/uapi/mtd/ubi-user.h
24384
24385 UPROBES
24386 M:      Masami Hiramatsu <[email protected]>
24387 M:      Oleg Nesterov <[email protected]>
24388 M:      Peter Zijlstra <[email protected]>
24389 L:      [email protected]
24390 L:      [email protected]
24391 S:      Maintained
24392 F:      arch/*/include/asm/uprobes.h
24393 F:      arch/*/kernel/probes/uprobes.c
24394 F:      arch/*/kernel/uprobes.c
24395 F:      include/linux/uprobes.h
24396 F:      kernel/events/uprobes.c
24397
24398 USB "USBNET" DRIVER FRAMEWORK
24399 M:      Oliver Neukum <[email protected]>
24400 L:      [email protected]
24401 S:      Maintained
24402 W:      http://www.linux-usb.org/usbnet
24403 F:      drivers/net/usb/usbnet.c
24404 F:      include/linux/usb/usbnet.h
24405
24406 USB ACM DRIVER
24407 M:      Oliver Neukum <[email protected]>
24408 L:      [email protected]
24409 S:      Maintained
24410 F:      Documentation/usb/acm.rst
24411 F:      drivers/usb/class/cdc-acm.*
24412
24413 USB APPLE MFI FASTCHARGE DRIVER
24414 M:      Bastien Nocera <[email protected]>
24415 L:      [email protected]
24416 S:      Maintained
24417 F:      drivers/usb/misc/apple-mfi-fastcharge.c
24418
24419 USB AR5523 WIRELESS DRIVER
24420 L:      [email protected]
24421 S:      Orphan
24422 F:      drivers/net/wireless/ath/ar5523/
24423
24424 USB ATTACHED SCSI
24425 M:      Oliver Neukum <[email protected]>
24426 L:      [email protected]
24427 L:      [email protected]
24428 S:      Maintained
24429 F:      drivers/usb/storage/uas.c
24430
24431 USB CDC ETHERNET DRIVER
24432 M:      Oliver Neukum <[email protected]>
24433 L:      [email protected]
24434 S:      Maintained
24435 F:      drivers/net/usb/cdc_*.c
24436 F:      include/uapi/linux/usb/cdc.h
24437
24438 USB CHAOSKEY DRIVER
24439 M:      Keith Packard <[email protected]>
24440 L:      [email protected]
24441 S:      Maintained
24442 F:      drivers/usb/misc/chaoskey.c
24443
24444 USB CYPRESS C67X00 DRIVER
24445 L:      [email protected]
24446 S:      Orphan
24447 F:      drivers/usb/c67x00/
24448
24449 USB DAVICOM DM9601 DRIVER
24450 M:      Peter Korsgaard <[email protected]>
24451 L:      [email protected]
24452 S:      Maintained
24453 W:      http://www.linux-usb.org/usbnet
24454 F:      drivers/net/usb/dm9601.c
24455
24456 USB EHCI DRIVER
24457 M:      Alan Stern <[email protected]>
24458 L:      [email protected]
24459 S:      Maintained
24460 F:      Documentation/usb/ehci.rst
24461 F:      drivers/usb/host/ehci*
24462
24463 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
24464 M:      Jiri Kosina <[email protected]>
24465 M:      Benjamin Tissoires <[email protected]>
24466 L:      [email protected]
24467 S:      Maintained
24468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
24469 F:      Documentation/hid/hiddev.rst
24470 F:      drivers/hid/usbhid/
24471
24472 USB INTEL XHCI ROLE MUX DRIVER
24473 M:      Hans de Goede <[email protected]>
24474 L:      [email protected]
24475 S:      Maintained
24476 F:      drivers/usb/roles/intel-xhci-usb-role-switch.c
24477
24478 USB IP DRIVER FOR HISILICON KIRIN 960
24479 M:      Yu Chen <[email protected]>
24480 M:      Binghui Wang <[email protected]>
24481 L:      [email protected]
24482 S:      Maintained
24483 F:      Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml
24484 F:      drivers/phy/hisilicon/phy-hi3660-usb3.c
24485
24486 USB IP DRIVER FOR HISILICON KIRIN 970
24487 M:      Mauro Carvalho Chehab <[email protected]>
24488 L:      [email protected]
24489 S:      Maintained
24490 F:      Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
24491 F:      drivers/phy/hisilicon/phy-hi3670-usb3.c
24492
24493 USB ISP116X DRIVER
24494 M:      Olav Kongas <[email protected]>
24495 L:      [email protected]
24496 S:      Maintained
24497 F:      drivers/usb/host/isp116x*
24498 F:      include/linux/usb/isp116x.h
24499
24500 USB ISP1760 DRIVER
24501 M:      Rui Miguel Silva <[email protected]>
24502 L:      [email protected]
24503 S:      Maintained
24504 F:      Documentation/devicetree/bindings/usb/nxp,isp1760.yaml
24505 F:      drivers/usb/isp1760/*
24506
24507 USB LAN78XX ETHERNET DRIVER
24508 M:      Thangaraj Samynathan <[email protected]>
24509 M:      Rengarajan Sundararajan <[email protected]>
24510 M:      [email protected]
24511 L:      [email protected]
24512 S:      Maintained
24513 F:      Documentation/devicetree/bindings/net/microchip,lan78xx.txt
24514 F:      drivers/net/usb/lan78xx.*
24515 F:      include/dt-bindings/net/microchip-lan78xx.h
24516
24517 USB MASS STORAGE DRIVER
24518 M:      Alan Stern <[email protected]>
24519 L:      [email protected]
24520 L:      [email protected]
24521 S:      Maintained
24522 F:      drivers/usb/storage/
24523
24524 USB MIDI DRIVER
24525 M:      Clemens Ladisch <[email protected]>
24526 L:      [email protected]
24527 S:      Maintained
24528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
24529 F:      sound/usb/midi.*
24530
24531 USB NETWORKING DRIVERS
24532 L:      [email protected]
24533 S:      Odd Fixes
24534 F:      drivers/net/usb/
24535
24536 USB OHCI DRIVER
24537 M:      Alan Stern <[email protected]>
24538 L:      [email protected]
24539 S:      Maintained
24540 F:      Documentation/usb/ohci.rst
24541 F:      drivers/usb/host/ohci*
24542
24543 USB OTG FSM (Finite State Machine)
24544 M:      Peter Chen <[email protected]>
24545 L:      [email protected]
24546 S:      Maintained
24547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
24548 F:      drivers/usb/common/usb-otg-fsm.c
24549
24550 USB OVER IP DRIVER
24551 M:      Valentina Manea <[email protected]>
24552 M:      Shuah Khan <[email protected]>
24553 M:      Shuah Khan <[email protected]>
24554 R:      Hongren Zheng <[email protected]>
24555 L:      [email protected]
24556 S:      Maintained
24557 F:      Documentation/usb/usbip_protocol.rst
24558 F:      drivers/usb/usbip/
24559 F:      tools/testing/selftests/drivers/usb/usbip/
24560 F:      tools/usb/usbip/
24561
24562 USB PEGASUS DRIVER
24563 M:      Petko Manolov <[email protected]>
24564 L:      [email protected]
24565 L:      [email protected]
24566 S:      Maintained
24567 W:      https://github.com/petkan/pegasus
24568 T:      git https://github.com/petkan/pegasus.git
24569 F:      drivers/net/usb/pegasus.*
24570
24571 USB PRINTER DRIVER (usblp)
24572 M:      Pete Zaitcev <[email protected]>
24573 L:      [email protected]
24574 S:      Supported
24575 F:      drivers/usb/class/usblp.c
24576
24577 USB QMI WWAN NETWORK DRIVER
24578 M:      Bjørn Mork <[email protected]>
24579 L:      [email protected]
24580 S:      Maintained
24581 F:      Documentation/ABI/testing/sysfs-class-net-qmi
24582 F:      drivers/net/usb/qmi_wwan.c
24583
24584 USB RAW GADGET DRIVER
24585 R:      Andrey Konovalov <[email protected]>
24586 L:      [email protected]
24587 S:      Maintained
24588 B:      https://github.com/xairy/raw-gadget/issues
24589 F:      Documentation/usb/raw-gadget.rst
24590 F:      drivers/usb/gadget/legacy/raw_gadget.c
24591 F:      include/uapi/linux/usb/raw_gadget.h
24592
24593 USB RTL8150 DRIVER
24594 M:      Petko Manolov <[email protected]>
24595 L:      [email protected]
24596 L:      [email protected]
24597 S:      Maintained
24598 W:      https://github.com/petkan/rtl8150
24599 T:      git https://github.com/petkan/rtl8150.git
24600 F:      drivers/net/usb/rtl8150.c
24601
24602 USB SERIAL SUBSYSTEM
24603 M:      Johan Hovold <[email protected]>
24604 L:      [email protected]
24605 S:      Maintained
24606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
24607 F:      Documentation/usb/usb-serial.rst
24608 F:      drivers/usb/serial/
24609 F:      include/linux/usb/serial.h
24610
24611 USB SMSC75XX ETHERNET DRIVER
24612 M:      Steve Glendinning <[email protected]>
24613 L:      [email protected]
24614 S:      Maintained
24615 F:      drivers/net/usb/smsc75xx.*
24616
24617 USB SMSC95XX ETHERNET DRIVER
24618 M:      Steve Glendinning <[email protected]>
24619 M:      [email protected]
24620 L:      [email protected]
24621 S:      Maintained
24622 F:      drivers/net/usb/smsc95xx.*
24623
24624 USB SUBSYSTEM
24625 M:      Greg Kroah-Hartman <[email protected]>
24626 L:      [email protected]
24627 S:      Supported
24628 W:      http://www.linux-usb.org
24629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
24630 F:      Documentation/devicetree/bindings/usb/
24631 F:      Documentation/usb/
24632 F:      drivers/usb/
24633 F:      include/dt-bindings/usb/
24634 F:      include/linux/usb.h
24635 F:      include/linux/usb/
24636 F:      include/uapi/linux/usb/
24637
24638 USB TYPEC BUS FOR ALTERNATE MODES
24639 M:      Heikki Krogerus <[email protected]>
24640 L:      [email protected]
24641 S:      Maintained
24642 F:      Documentation/ABI/testing/sysfs-bus-typec
24643 F:      Documentation/driver-api/usb/typec_bus.rst
24644 F:      drivers/usb/typec/altmodes/
24645 F:      include/linux/usb/typec_altmode.h
24646
24647 USB TYPEC CLASS
24648 M:      Heikki Krogerus <[email protected]>
24649 L:      [email protected]
24650 S:      Maintained
24651 F:      Documentation/ABI/testing/sysfs-class-typec
24652 F:      Documentation/driver-api/usb/typec.rst
24653 F:      drivers/usb/typec/
24654 F:      include/linux/usb/typec.h
24655
24656 USB TYPEC INTEL PMC MUX DRIVER
24657 M:      Heikki Krogerus <[email protected]>
24658 L:      [email protected]
24659 S:      Maintained
24660 F:      Documentation/firmware-guide/acpi/intel-pmc-mux.rst
24661 F:      drivers/usb/typec/mux/intel_pmc_mux.c
24662
24663 USB TYPEC PI3USB30532 MUX DRIVER
24664 M:      Hans de Goede <[email protected]>
24665 L:      [email protected]
24666 S:      Maintained
24667 F:      drivers/usb/typec/mux/pi3usb30532.c
24668
24669 USB TYPEC PORT CONTROLLER DRIVERS
24670 L:      [email protected]
24671 S:      Orphan
24672 F:      drivers/usb/typec/tcpm/
24673
24674 USB TYPEC TUSB1046 MUX DRIVER
24675 M:      Romain Gantois <[email protected]>
24676 L:      [email protected]
24677 S:      Maintained
24678 F:      Documentation/devicetree/bindings/usb/ti,tusb1046.yaml
24679 F:      drivers/usb/typec/mux/tusb1046.c
24680
24681 USB UHCI DRIVER
24682 M:      Alan Stern <[email protected]>
24683 L:      [email protected]
24684 S:      Maintained
24685 F:      drivers/usb/host/uhci*
24686
24687 USB VIDEO CLASS
24688 M:      Laurent Pinchart <[email protected]>
24689 M:      Hans de Goede <[email protected]>
24690 L:      [email protected]
24691 S:      Maintained
24692 W:      http://www.ideasonboard.org/uvc/
24693 T:      git git://linuxtv.org/media.git
24694 F:      Documentation/userspace-api/media/drivers/uvcvideo.rst
24695 F:      Documentation/userspace-api/media/v4l/metafmt-uvc.rst
24696 F:      drivers/media/common/uvc.c
24697 F:      drivers/media/usb/uvc/
24698 F:      include/linux/usb/uvc.h
24699 F:      include/uapi/linux/uvcvideo.h
24700
24701 USB WEBCAM GADGET
24702 L:      [email protected]
24703 S:      Orphan
24704 F:      drivers/usb/gadget/function/*uvc*
24705 F:      drivers/usb/gadget/legacy/webcam.c
24706 F:      include/uapi/linux/usb/g_uvc.h
24707
24708 USB XHCI DRIVER
24709 M:      Mathias Nyman <[email protected]>
24710 L:      [email protected]
24711 S:      Supported
24712 F:      drivers/usb/host/pci-quirks*
24713 F:      drivers/usb/host/xhci*
24714
24715 USER DATAGRAM PROTOCOL (UDP)
24716 M:      Willem de Bruijn <[email protected]>
24717 L:      [email protected]
24718 S:      Maintained
24719 F:      include/linux/udp.h
24720 F:      include/net/udp.h
24721 F:      include/trace/events/udp.h
24722 F:      include/uapi/linux/udp.h
24723 F:      net/ipv4/udp.c
24724 F:      net/ipv6/udp.c
24725
24726 USER-MODE LINUX (UML)
24727 M:      Richard Weinberger <[email protected]>
24728 M:      Anton Ivanov <[email protected]>
24729 M:      Johannes Berg <[email protected]>
24730 L:      [email protected]
24731 S:      Maintained
24732 W:      http://user-mode-linux.sourceforge.net
24733 Q:      https://patchwork.ozlabs.org/project/linux-um/list/
24734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git next
24735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux.git fixes
24736 F:      Documentation/virt/uml/
24737 F:      arch/um/
24738 F:      arch/x86/um/
24739 F:      fs/hostfs/
24740
24741 USERSPACE COPYIN/COPYOUT (UIOVEC)
24742 M:      Alexander Viro <[email protected]>
24743 S:      Maintained
24744 F:      include/linux/uio.h
24745 F:      lib/iov_iter.c
24746
24747 USERSPACE DMA BUFFER DRIVER
24748 M:      Gerd Hoffmann <[email protected]>
24749 M:      Vivek Kasireddy <[email protected]>
24750 L:      [email protected]
24751 S:      Maintained
24752 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
24753 F:      drivers/dma-buf/udmabuf.c
24754 F:      include/uapi/linux/udmabuf.h
24755
24756 USERSPACE I/O (UIO)
24757 M:      Greg Kroah-Hartman <[email protected]>
24758 S:      Maintained
24759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
24760 F:      Documentation/driver-api/uio-howto.rst
24761 F:      drivers/uio/
24762 F:      include/linux/uio_driver.h
24763
24764 UTIL-LINUX PACKAGE
24765 M:      Karel Zak <[email protected]>
24766 L:      [email protected]
24767 S:      Maintained
24768 W:      http://en.wikipedia.org/wiki/Util-linux
24769 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
24770
24771 UUID HELPERS
24772 R:      Andy Shevchenko <[email protected]>
24773 L:      [email protected]
24774 S:      Maintained
24775 F:      include/linux/uuid.h
24776 F:      lib/test_uuid.c
24777 F:      lib/uuid.c
24778
24779 UV SYSFS DRIVER
24780 M:      Justin Ernst <[email protected]>
24781 L:      [email protected]
24782 S:      Maintained
24783 F:      drivers/platform/x86/uv_sysfs.c
24784
24785 UVESAFB DRIVER
24786 M:      Michal Januszewski <[email protected]>
24787 L:      [email protected]
24788 S:      Maintained
24789 W:      https://github.com/mjanusz/v86d
24790 F:      Documentation/fb/uvesafb.rst
24791 F:      drivers/video/fbdev/uvesafb.*
24792
24793 Ux500 CLOCK DRIVERS
24794 M:      Ulf Hansson <[email protected]>
24795 L:      [email protected]
24796 L:      [email protected] (moderated for non-subscribers)
24797 S:      Maintained
24798 F:      drivers/clk/ux500/
24799
24800 V4L2 ASYNC AND FWNODE FRAMEWORKS
24801 M:      Sakari Ailus <[email protected]>
24802 L:      [email protected]
24803 S:      Maintained
24804 T:      git git://linuxtv.org/media.git
24805 F:      drivers/media/v4l2-core/v4l2-async.c
24806 F:      drivers/media/v4l2-core/v4l2-fwnode.c
24807 F:      include/media/v4l2-async.h
24808 F:      include/media/v4l2-fwnode.h
24809
24810 V4L2 LENS DRIVERS
24811 M:      Sakari Ailus <[email protected]>
24812 L:      [email protected]
24813 S:      Maintained
24814 F:      drivers/media/i2c/ak*
24815 F:      drivers/media/i2c/dw*
24816 F:      drivers/media/i2c/lm*
24817
24818 V4L2 CAMERA SENSOR DRIVERS
24819 M:      Sakari Ailus <[email protected]>
24820 L:      [email protected]
24821 S:      Maintained
24822 F:      Documentation/driver-api/media/camera-sensor.rst
24823 F:      Documentation/driver-api/media/tx-rx.rst
24824 F:      drivers/media/i2c/ar*
24825 F:      drivers/media/i2c/gc*
24826 F:      drivers/media/i2c/hi*
24827 F:      drivers/media/i2c/imx*
24828 F:      drivers/media/i2c/mt*
24829 F:      drivers/media/i2c/og*
24830 F:      drivers/media/i2c/ov*
24831 F:      drivers/media/i2c/s5*
24832 F:      drivers/media/i2c/vgxy61.c
24833
24834 VF610 NAND DRIVER
24835 M:      Stefan Agner <[email protected]>
24836 L:      [email protected]
24837 S:      Supported
24838 F:      drivers/mtd/nand/raw/vf610_nfc.c
24839
24840 VFAT/FAT/MSDOS FILESYSTEM
24841 M:      OGAWA Hirofumi <[email protected]>
24842 S:      Maintained
24843 F:      Documentation/filesystems/vfat.rst
24844 F:      fs/fat/
24845 F:      tools/testing/selftests/filesystems/fat/
24846
24847 VFIO CDX DRIVER
24848 M:      Nipun Gupta <[email protected]>
24849 M:      Nikhil Agarwal <[email protected]>
24850 L:      [email protected]
24851 S:      Maintained
24852 F:      drivers/vfio/cdx/*
24853
24854 VFIO DRIVER
24855 M:      Alex Williamson <[email protected]>
24856 L:      [email protected]
24857 S:      Maintained
24858 T:      git https://github.com/awilliam/linux-vfio.git
24859 F:      Documentation/ABI/testing/debugfs-vfio
24860 F:      Documentation/ABI/testing/sysfs-devices-vfio-dev
24861 F:      Documentation/driver-api/vfio.rst
24862 F:      drivers/vfio/
24863 F:      include/linux/vfio.h
24864 F:      include/linux/vfio_pci_core.h
24865 F:      include/uapi/linux/vfio.h
24866
24867 VFIO FSL-MC DRIVER
24868 L:      [email protected]
24869 S:      Orphan
24870 F:      drivers/vfio/fsl-mc/
24871
24872 VFIO HISILICON PCI DRIVER
24873 M:      Longfang Liu <[email protected]>
24874 M:      Shameer Kolothum <[email protected]>
24875 L:      [email protected]
24876 S:      Maintained
24877 F:      drivers/vfio/pci/hisilicon/
24878
24879 VFIO MEDIATED DEVICE DRIVERS
24880 M:      Kirti Wankhede <[email protected]>
24881 L:      [email protected]
24882 S:      Maintained
24883 F:      Documentation/driver-api/vfio-mediated-device.rst
24884 F:      drivers/vfio/mdev/
24885 F:      include/linux/mdev.h
24886 F:      samples/vfio-mdev/
24887
24888 VFIO MLX5 PCI DRIVER
24889 M:      Yishai Hadas <[email protected]>
24890 L:      [email protected]
24891 S:      Maintained
24892 F:      drivers/vfio/pci/mlx5/
24893
24894 VFIO NVIDIA GRACE GPU DRIVER
24895 M:      Ankit Agrawal <[email protected]>
24896 L:      [email protected]
24897 S:      Supported
24898 F:      drivers/vfio/pci/nvgrace-gpu/
24899
24900 VFIO PCI DEVICE SPECIFIC DRIVERS
24901 R:      Jason Gunthorpe <[email protected]>
24902 R:      Yishai Hadas <[email protected]>
24903 R:      Shameer Kolothum <[email protected]>
24904 R:      Kevin Tian <[email protected]>
24905 L:      [email protected]
24906 S:      Maintained
24907 P:      Documentation/driver-api/vfio-pci-device-specific-driver-acceptance.rst
24908 F:      drivers/vfio/pci/*/
24909
24910 VFIO PDS PCI DRIVER
24911 M:      Brett Creeley <[email protected]>
24912 L:      [email protected]
24913 S:      Maintained
24914 F:      Documentation/networking/device_drivers/ethernet/amd/pds_vfio_pci.rst
24915 F:      drivers/vfio/pci/pds/
24916
24917 VFIO PLATFORM DRIVER
24918 M:      Eric Auger <[email protected]>
24919 L:      [email protected]
24920 S:      Maintained
24921 F:      drivers/vfio/platform/
24922
24923 VFIO QAT PCI DRIVER
24924 M:      Xin Zeng <[email protected]>
24925 M:      Giovanni Cabiddu <[email protected]>
24926 L:      [email protected]
24927 L:      [email protected]
24928 S:      Supported
24929 F:      drivers/vfio/pci/qat/
24930
24931 VFIO VIRTIO PCI DRIVER
24932 M:      Yishai Hadas <[email protected]>
24933 L:      [email protected]
24934 L:      [email protected]
24935 S:      Maintained
24936 F:      drivers/vfio/pci/virtio
24937
24938 VGA_SWITCHEROO
24939 R:      Lukas Wunner <[email protected]>
24940 S:      Maintained
24941 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
24942 F:      Documentation/gpu/vga-switcheroo.rst
24943 F:      drivers/gpu/vga/vga_switcheroo.c
24944 F:      include/linux/vga_switcheroo.h
24945
24946 VIA RHINE NETWORK DRIVER
24947 M:      Kevin Brace <[email protected]>
24948 S:      Maintained
24949 F:      drivers/net/ethernet/via/via-rhine.c
24950
24951 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
24952 M:      Florian Tobias Schandinat <[email protected]>
24953 L:      [email protected]
24954 S:      Maintained
24955 F:      drivers/video/fbdev/via/
24956 F:      include/linux/via-core.h
24957 F:      include/linux/via_i2c.h
24958
24959 VIA VELOCITY NETWORK DRIVER
24960 M:      Francois Romieu <[email protected]>
24961 L:      [email protected]
24962 S:      Maintained
24963 F:      drivers/net/ethernet/via/via-velocity.*
24964
24965 VICODEC VIRTUAL CODEC DRIVER
24966 M:      Hans Verkuil <[email protected]>
24967 L:      [email protected]
24968 S:      Maintained
24969 W:      https://linuxtv.org
24970 T:      git git://linuxtv.org/media.git
24971 F:      drivers/media/test-drivers/vicodec/*
24972
24973 VIDEO I2C POLLING DRIVER
24974 M:      Matt Ranostay <[email protected]>
24975 L:      [email protected]
24976 S:      Maintained
24977 F:      drivers/media/i2c/video-i2c.c
24978
24979 VIDEO MULTIPLEXER DRIVER
24980 M:      Philipp Zabel <[email protected]>
24981 L:      [email protected]
24982 S:      Maintained
24983 F:      drivers/media/platform/video-mux.c
24984
24985 VIDEOBUF2 FRAMEWORK
24986 M:      Tomasz Figa <[email protected]>
24987 M:      Marek Szyprowski <[email protected]>
24988 L:      [email protected]
24989 S:      Maintained
24990 F:      drivers/media/common/videobuf2/*
24991 F:      include/media/videobuf2-*
24992
24993 VIDTV VIRTUAL DIGITAL TV DRIVER
24994 M:      Daniel W. S. Almeida <[email protected]>
24995 L:      [email protected]
24996 S:      Maintained
24997 W:      https://linuxtv.org
24998 T:      git git://linuxtv.org/media.git
24999 F:      drivers/media/test-drivers/vidtv/*
25000
25001 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
25002 M:      Shuah Khan <[email protected]>
25003 R:      Kieran Bingham <[email protected]>
25004 L:      [email protected]
25005 S:      Maintained
25006 W:      https://linuxtv.org
25007 T:      git git://linuxtv.org/media.git
25008 F:      drivers/media/test-drivers/vimc/*
25009
25010 VIRT LIB
25011 M:      Alex Williamson <[email protected]>
25012 M:      Paolo Bonzini <[email protected]>
25013 L:      [email protected]
25014 S:      Supported
25015 F:      virt/lib/
25016
25017 VIRTIO AND VHOST VSOCK DRIVER
25018 M:      Stefan Hajnoczi <[email protected]>
25019 M:      Stefano Garzarella <[email protected]>
25020 L:      [email protected]
25021 L:      [email protected]
25022 L:      [email protected]
25023 S:      Maintained
25024 F:      drivers/vhost/vsock.c
25025 F:      include/linux/virtio_vsock.h
25026 F:      include/uapi/linux/virtio_vsock.h
25027 F:      net/vmw_vsock/virtio_transport.c
25028 F:      net/vmw_vsock/virtio_transport_common.c
25029
25030 VIRTIO BALLOON
25031 M:      "Michael S. Tsirkin" <[email protected]>
25032 M:      David Hildenbrand <[email protected]>
25033 L:      [email protected]
25034 S:      Maintained
25035 F:      drivers/virtio/virtio_balloon.c
25036 F:      include/linux/balloon_compaction.h
25037 F:      include/uapi/linux/virtio_balloon.h
25038 F:      mm/balloon_compaction.c
25039
25040 VIRTIO BLOCK AND SCSI DRIVERS
25041 M:      "Michael S. Tsirkin" <[email protected]>
25042 M:      Jason Wang <[email protected]>
25043 R:      Paolo Bonzini <[email protected]>
25044 R:      Stefan Hajnoczi <[email protected]>
25045 R:      Eugenio Pérez <[email protected]>
25046 L:      [email protected]
25047 S:      Maintained
25048 F:      drivers/block/virtio_blk.c
25049 F:      drivers/scsi/virtio_scsi.c
25050 F:      include/uapi/linux/virtio_blk.h
25051 F:      include/uapi/linux/virtio_scsi.h
25052
25053 VIRTIO CONSOLE DRIVER
25054 M:      Amit Shah <[email protected]>
25055 L:      [email protected]
25056 S:      Maintained
25057 F:      drivers/char/virtio_console.c
25058 F:      include/uapi/linux/virtio_console.h
25059
25060 VIRTIO CORE AND NET DRIVERS
25061 M:      "Michael S. Tsirkin" <[email protected]>
25062 M:      Jason Wang <[email protected]>
25063 R:      Xuan Zhuo <[email protected]>
25064 R:      Eugenio Pérez <[email protected]>
25065 L:      [email protected]
25066 S:      Maintained
25067 F:      Documentation/ABI/testing/sysfs-bus-vdpa
25068 F:      Documentation/ABI/testing/sysfs-class-vduse
25069 F:      Documentation/devicetree/bindings/virtio/
25070 F:      Documentation/driver-api/virtio/
25071 F:      drivers/block/virtio_blk.c
25072 F:      drivers/crypto/virtio/
25073 F:      drivers/net/virtio_net.c
25074 F:      drivers/vdpa/
25075 F:      drivers/virtio/
25076 F:      include/linux/vdpa.h
25077 F:      include/linux/virtio*.h
25078 F:      include/linux/vringh.h
25079 F:      include/uapi/linux/virtio_*.h
25080 F:      net/vmw_vsock/virtio*
25081 F:      tools/virtio/
25082 F:      tools/testing/selftests/drivers/net/virtio_net/
25083
25084 VIRTIO CRYPTO DRIVER
25085 M:      Gonglei <[email protected]>
25086 L:      [email protected]
25087 L:      [email protected]
25088 S:      Maintained
25089 F:      drivers/crypto/virtio/
25090 F:      include/uapi/linux/virtio_crypto.h
25091
25092 VIRTIO DRIVERS FOR S390
25093 M:      Cornelia Huck <[email protected]>
25094 M:      Halil Pasic <[email protected]>
25095 M:      Eric Farman <[email protected]>
25096 L:      [email protected]
25097 L:      [email protected]
25098 L:      [email protected]
25099 S:      Supported
25100 F:      arch/s390/include/uapi/asm/virtio-ccw.h
25101 F:      drivers/s390/virtio/
25102
25103 VIRTIO FILE SYSTEM
25104 M:      Vivek Goyal <[email protected]>
25105 M:      Stefan Hajnoczi <[email protected]>
25106 M:      Miklos Szeredi <[email protected]>
25107 R:      Eugenio Pérez <[email protected]>
25108 L:      [email protected]
25109 L:      [email protected]
25110 S:      Supported
25111 W:      https://virtio-fs.gitlab.io/
25112 F:      Documentation/filesystems/virtiofs.rst
25113 F:      fs/fuse/virtio_fs.c
25114 F:      include/uapi/linux/virtio_fs.h
25115
25116 VIRTIO GPIO DRIVER
25117 M:      Enrico Weigelt, metux IT consult <[email protected]>
25118 M:      Viresh Kumar <[email protected]>
25119 L:      [email protected]
25120 L:      [email protected]
25121 S:      Maintained
25122 F:      drivers/gpio/gpio-virtio.c
25123 F:      include/uapi/linux/virtio_gpio.h
25124
25125 VIRTIO GPU DRIVER
25126 M:      David Airlie <[email protected]>
25127 M:      Gerd Hoffmann <[email protected]>
25128 R:      Gurchetan Singh <[email protected]>
25129 R:      Chia-I Wu <[email protected]>
25130 L:      [email protected]
25131 L:      [email protected]
25132 S:      Maintained
25133 T:      git https://gitlab.freedesktop.org/drm/misc/kernel.git
25134 F:      drivers/gpu/drm/ci/xfails/virtio*
25135 F:      drivers/gpu/drm/virtio/
25136 F:      include/uapi/linux/virtio_gpu.h
25137
25138 VIRTIO HOST (VHOST)
25139 M:      "Michael S. Tsirkin" <[email protected]>
25140 M:      Jason Wang <[email protected]>
25141 R:      Eugenio Pérez <[email protected]>
25142 L:      [email protected]
25143 L:      [email protected]
25144 L:      [email protected]
25145 S:      Maintained
25146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
25147 F:      drivers/vhost/
25148 F:      include/linux/sched/vhost_task.h
25149 F:      include/linux/vhost_iotlb.h
25150 F:      include/uapi/linux/vhost.h
25151 F:      kernel/vhost_task.c
25152
25153 VIRTIO HOST (VHOST-SCSI)
25154 M:      "Michael S. Tsirkin" <[email protected]>
25155 M:      Jason Wang <[email protected]>
25156 M:      Mike Christie <[email protected]>
25157 R:      Paolo Bonzini <[email protected]>
25158 R:      Stefan Hajnoczi <[email protected]>
25159 L:      [email protected]
25160 S:      Maintained
25161 F:      drivers/vhost/scsi.c
25162
25163 VIRTIO I2C DRIVER
25164 M:      Viresh Kumar <[email protected]>
25165 R:      "Chen, Jian Jun" <[email protected]>
25166 L:      [email protected]
25167 L:      [email protected]
25168 S:      Maintained
25169 F:      drivers/i2c/busses/i2c-virtio.c
25170 F:      include/uapi/linux/virtio_i2c.h
25171
25172 VIRTIO INPUT DRIVER
25173 M:      Gerd Hoffmann <[email protected]>
25174 S:      Maintained
25175 F:      drivers/virtio/virtio_input.c
25176 F:      include/uapi/linux/virtio_input.h
25177
25178 VIRTIO IOMMU DRIVER
25179 M:      Jean-Philippe Brucker <[email protected]>
25180 L:      [email protected]
25181 S:      Maintained
25182 F:      drivers/iommu/virtio-iommu.c
25183 F:      include/uapi/linux/virtio_iommu.h
25184
25185 VIRTIO MEM DRIVER
25186 M:      David Hildenbrand <[email protected]>
25187 L:      [email protected]
25188 S:      Maintained
25189 W:      https://virtio-mem.gitlab.io/
25190 F:      drivers/virtio/virtio_mem.c
25191 F:      include/uapi/linux/virtio_mem.h
25192
25193 VIRTIO PMEM DRIVER
25194 M:      Pankaj Gupta <[email protected]>
25195 L:      [email protected]
25196 S:      Maintained
25197 F:      drivers/nvdimm/nd_virtio.c
25198 F:      drivers/nvdimm/virtio_pmem.c
25199
25200 VIRTIO SOUND DRIVER
25201 M:      Anton Yakovlev <[email protected]>
25202 M:      "Michael S. Tsirkin" <[email protected]>
25203 L:      [email protected]
25204 L:      [email protected]
25205 S:      Maintained
25206 F:      include/uapi/linux/virtio_snd.h
25207 F:      sound/virtio/*
25208
25209 VIRTUAL BOX GUEST DEVICE DRIVER
25210 M:      Hans de Goede <[email protected]>
25211 M:      Arnd Bergmann <[email protected]>
25212 M:      Greg Kroah-Hartman <[email protected]>
25213 S:      Maintained
25214 F:      drivers/virt/vboxguest/
25215 F:      include/linux/vbox_utils.h
25216 F:      include/uapi/linux/vbox*.h
25217
25218 VIRTUAL BOX SHARED FOLDER VFS DRIVER
25219 M:      Hans de Goede <[email protected]>
25220 L:      [email protected]
25221 S:      Maintained
25222 F:      fs/vboxsf/*
25223
25224 VIRTUAL PCM TEST DRIVER
25225 M:      Ivan Orlov <[email protected]>
25226 L:      [email protected]
25227 S:      Maintained
25228 F:      Documentation/sound/cards/pcmtest.rst
25229 F:      sound/drivers/pcmtest.c
25230 F:      tools/testing/selftests/alsa/test-pcmtest-driver.c
25231
25232 VIRTUAL SERIO DEVICE DRIVER
25233 M:      Stephen Chandler Paul <[email protected]>
25234 S:      Maintained
25235 F:      drivers/input/serio/userio.c
25236 F:      include/uapi/linux/userio.h
25237
25238 VISHAY VEML3235 AMBIENT LIGHT SENSOR DRIVER
25239 M:      Javier Carrasco <[email protected]>
25240 S:      Maintained
25241 F:      Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml
25242 F:      drivers/iio/light/veml3235.c
25243
25244 VISHAY VEML6030 AMBIENT LIGHT SENSOR DRIVER
25245 M:      Javier Carrasco <[email protected]>
25246 S:      Maintained
25247 F:      Documentation/devicetree/bindings/iio/light/vishay,veml6030.yaml
25248 F:      drivers/iio/light/veml6030.c
25249
25250 VISHAY VEML6075 UVA AND UVB LIGHT SENSOR DRIVER
25251 M:      Javier Carrasco <[email protected]>
25252 S:      Maintained
25253 F:      Documentation/devicetree/bindings/iio/light/vishay,veml6075.yaml
25254 F:      drivers/iio/light/veml6075.c
25255
25256 VISL VIRTUAL STATELESS DECODER DRIVER
25257 M:      Daniel Almeida <[email protected]>
25258 L:      [email protected]
25259 S:      Supported
25260 F:      drivers/media/test-drivers/visl
25261
25262 VIVID VIRTUAL VIDEO DRIVER
25263 M:      Hans Verkuil <[email protected]>
25264 L:      [email protected]
25265 S:      Maintained
25266 W:      https://linuxtv.org
25267 T:      git git://linuxtv.org/media.git
25268 F:      drivers/media/test-drivers/vivid/*
25269
25270 VM SOCKETS (AF_VSOCK)
25271 M:      Stefano Garzarella <[email protected]>
25272 L:      [email protected]
25273 L:      [email protected]
25274 S:      Maintained
25275 F:      drivers/net/vsockmon.c
25276 F:      include/net/af_vsock.h
25277 F:      include/uapi/linux/vm_sockets.h
25278 F:      include/uapi/linux/vm_sockets_diag.h
25279 F:      include/uapi/linux/vsockmon.h
25280 F:      net/vmw_vsock/
25281 F:      tools/testing/vsock/
25282
25283 VMALLOC
25284 M:      Andrew Morton <[email protected]>
25285 R:      Uladzislau Rezki <[email protected]>
25286 R:      Christoph Hellwig <[email protected]>
25287 L:      [email protected]
25288 S:      Maintained
25289 W:      http://www.linux-mm.org
25290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
25291 F:      include/linux/vmalloc.h
25292 F:      mm/vmalloc.c
25293
25294 VME SUBSYSTEM
25295 L:      [email protected]
25296 S:      Orphan
25297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
25298 F:      Documentation/driver-api/vme.rst
25299 F:      drivers/staging/vme_user/
25300
25301 VMWARE BALLOON DRIVER
25302 M:      Jerrin Shaji George <[email protected]>
25303 R:      Broadcom internal kernel review list <[email protected]>
25304 L:      [email protected]
25305 S:      Supported
25306 F:      drivers/misc/vmw_balloon.c
25307
25308 VMWARE HYPERVISOR INTERFACE
25309 M:      Ajay Kaher <[email protected]>
25310 M:      Alexey Makhalov <[email protected]>
25311 R:      Broadcom internal kernel review list <[email protected]>
25312 L:      [email protected]
25313 L:      [email protected]
25314 S:      Supported
25315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vmware
25316 F:      arch/x86/include/asm/vmware.h
25317 F:      arch/x86/kernel/cpu/vmware.c
25318
25319 VMWARE PVRDMA DRIVER
25320 M:      Bryan Tan <[email protected]>
25321 M:      Vishnu Dasa <[email protected]>
25322 R:      Broadcom internal kernel review list <[email protected]>
25323 L:      [email protected]
25324 S:      Supported
25325 F:      drivers/infiniband/hw/vmw_pvrdma/
25326
25327 VMWARE PVSCSI DRIVER
25328 M:      Vishal Bhakta <[email protected]>
25329 R:      Broadcom internal kernel review list <[email protected]>
25330 L:      [email protected]
25331 S:      Supported
25332 F:      drivers/scsi/vmw_pvscsi.c
25333 F:      drivers/scsi/vmw_pvscsi.h
25334
25335 VMWARE VIRTUAL PTP CLOCK DRIVER
25336 M:      Nick Shi <[email protected]>
25337 R:      Ajay Kaher <[email protected]>
25338 R:      Alexey Makhalov <[email protected]>
25339 R:      Broadcom internal kernel review list <[email protected]>
25340 L:      [email protected]
25341 S:      Supported
25342 F:      drivers/ptp/ptp_vmw.c
25343
25344 VMWARE VMCI DRIVER
25345 M:      Bryan Tan <[email protected]>
25346 M:      Vishnu Dasa <[email protected]>
25347 R:      Broadcom internal kernel review list <[email protected]>
25348 L:      [email protected]
25349 S:      Supported
25350 F:      drivers/misc/vmw_vmci/
25351 F:      include/linux/vmw_vmci*
25352
25353 VMWARE VMMOUSE SUBDRIVER
25354 M:      Zack Rusin <[email protected]>
25355 R:      Broadcom internal kernel review list <[email protected]>
25356 L:      [email protected]
25357 S:      Supported
25358 F:      drivers/input/mouse/vmmouse.c
25359 F:      drivers/input/mouse/vmmouse.h
25360
25361 VMWARE VMXNET3 ETHERNET DRIVER
25362 M:      Ronak Doshi <[email protected]>
25363 R:      Broadcom internal kernel review list <[email protected]>
25364 L:      [email protected]
25365 S:      Supported
25366 F:      drivers/net/vmxnet3/
25367
25368 VMWARE VSOCK VMCI TRANSPORT DRIVER
25369 M:      Bryan Tan <[email protected]>
25370 M:      Vishnu Dasa <[email protected]>
25371 R:      Broadcom internal kernel review list <[email protected]>
25372 L:      [email protected]
25373 S:      Supported
25374 F:      net/vmw_vsock/vmci_transport*
25375
25376 VOCORE VOCORE2 BOARD
25377 M:      Harvey Hunt <[email protected]>
25378 L:      [email protected]
25379 S:      Maintained
25380 F:      arch/mips/boot/dts/ralink/vocore2.dts
25381
25382 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
25383 M:      Liam Girdwood <[email protected]>
25384 M:      Mark Brown <[email protected]>
25385 L:      [email protected]
25386 S:      Supported
25387 W:      http://www.slimlogic.co.uk/?p=48
25388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
25389 F:      Documentation/devicetree/bindings/regulator/
25390 F:      Documentation/power/regulator/
25391 F:      drivers/regulator/
25392 F:      include/dt-bindings/regulator/
25393 F:      include/linux/regulator/
25394 K:      regulator_get_optional
25395
25396 VOLTAGE AND CURRENT REGULATOR IRQ HELPERS
25397 R:      Matti Vaittinen <[email protected]>
25398 F:      drivers/regulator/irq_helpers.c
25399
25400 VRF
25401 M:      David Ahern <[email protected]>
25402 L:      [email protected]
25403 S:      Maintained
25404 F:      Documentation/networking/vrf.rst
25405 F:      drivers/net/vrf.c
25406
25407 VSPRINTF
25408 M:      Petr Mladek <[email protected]>
25409 M:      Steven Rostedt <[email protected]>
25410 R:      Andy Shevchenko <[email protected]>
25411 R:      Rasmus Villemoes <[email protected]>
25412 R:      Sergey Senozhatsky <[email protected]>
25413 S:      Maintained
25414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git
25415 F:      Documentation/core-api/printk-formats.rst
25416 F:      lib/test_printf.c
25417 F:      lib/test_scanf.c
25418 F:      lib/vsprintf.c
25419
25420 VT1211 HARDWARE MONITOR DRIVER
25421 M:      Juerg Haefliger <[email protected]>
25422 L:      [email protected]
25423 S:      Maintained
25424 F:      Documentation/hwmon/vt1211.rst
25425 F:      drivers/hwmon/vt1211.c
25426
25427 VT8231 HARDWARE MONITOR DRIVER
25428 M:      Roger Lucas <[email protected]>
25429 L:      [email protected]
25430 S:      Maintained
25431 F:      drivers/hwmon/vt8231.c
25432
25433 VUB300 USB to SDIO/SD/MMC bridge chip
25434 L:      [email protected]
25435 S:      Orphan
25436 F:      drivers/mmc/host/vub300.c
25437
25438 W1 DALLAS'S 1-WIRE BUS
25439 M:      Krzysztof Kozlowski <[email protected]>
25440 S:      Maintained
25441 F:      Documentation/devicetree/bindings/w1/
25442 F:      Documentation/w1/
25443 F:      drivers/w1/
25444 F:      include/linux/w1.h
25445
25446 W83791D HARDWARE MONITORING DRIVER
25447 M:      Marc Hulsman <[email protected]>
25448 L:      [email protected]
25449 S:      Maintained
25450 F:      Documentation/hwmon/w83791d.rst
25451 F:      drivers/hwmon/w83791d.c
25452
25453 W83793 HARDWARE MONITORING DRIVER
25454 M:      Rudolf Marek <[email protected]>
25455 L:      [email protected]
25456 S:      Maintained
25457 F:      Documentation/hwmon/w83793.rst
25458 F:      drivers/hwmon/w83793.c
25459
25460 W83795 HARDWARE MONITORING DRIVER
25461 M:      Jean Delvare <[email protected]>
25462 L:      [email protected]
25463 S:      Maintained
25464 F:      drivers/hwmon/w83795.c
25465
25466 W83L51xD SD/MMC CARD INTERFACE DRIVER
25467 M:      Pierre Ossman <[email protected]>
25468 S:      Maintained
25469 F:      drivers/mmc/host/wbsd.*
25470
25471 WACOM PROTOCOL 4 SERIAL TABLETS
25472 M:      Julian Squires <[email protected]>
25473 M:      Hans de Goede <[email protected]>
25474 L:      [email protected]
25475 S:      Maintained
25476 F:      drivers/input/tablet/wacom_serial4.c
25477
25478 WANGXUN ETHERNET DRIVER
25479 M:      Jiawen Wu <[email protected]>
25480 M:      Mengyuan Lou <[email protected]>
25481 L:      [email protected]
25482 S:      Maintained
25483 W:      https://www.net-swift.com
25484 F:      Documentation/networking/device_drivers/ethernet/wangxun/*
25485 F:      drivers/net/ethernet/wangxun/
25486 F:      drivers/net/pcs/pcs-xpcs-wx.c
25487
25488 WATCHDOG DEVICE DRIVERS
25489 M:      Wim Van Sebroeck <[email protected]>
25490 M:      Guenter Roeck <[email protected]>
25491 L:      [email protected]
25492 S:      Maintained
25493 W:      http://www.linux-watchdog.org/
25494 T:      git git://www.linux-watchdog.org/linux-watchdog.git
25495 F:      Documentation/devicetree/bindings/watchdog/
25496 F:      Documentation/watchdog/
25497 F:      drivers/watchdog/
25498 F:      include/linux/watchdog.h
25499 F:      include/trace/events/watchdog.h
25500 F:      include/uapi/linux/watchdog.h
25501
25502 WAVE5 VPU CODEC DRIVER
25503 M:      Nas Chung <[email protected]>
25504 M:      Jackson Lee <[email protected]>
25505 L:      [email protected]
25506 S:      Maintained
25507 F:      Documentation/devicetree/bindings/media/cnm,wave521c.yaml
25508 F:      drivers/media/platform/chips-media/wave5/
25509
25510 WHISKEYCOVE PMIC GPIO DRIVER
25511 M:      Kuppuswamy Sathyanarayanan <[email protected]>
25512 L:      [email protected]
25513 S:      Maintained
25514 F:      drivers/gpio/gpio-wcove.c
25515
25516 WHWAVE RTC DRIVER
25517 M:      Dianlong Li <[email protected]>
25518 L:      [email protected]
25519 S:      Maintained
25520 F:      drivers/rtc/rtc-sd3078.c
25521
25522 WIIMOTE HID DRIVER
25523 M:      David Rheinsberg <[email protected]>
25524 L:      [email protected]
25525 S:      Maintained
25526 F:      drivers/hid/hid-wiimote*
25527
25528 WILOCITY WIL6210 WIRELESS DRIVER
25529 L:      [email protected]
25530 S:      Orphan
25531 W:      https://wireless.wiki.kernel.org/en/users/Drivers/wil6210
25532 F:      drivers/net/wireless/ath/wil6210/
25533
25534 WINBOND CIR DRIVER
25535 M:      David Härdeman <[email protected]>
25536 S:      Maintained
25537 F:      drivers/media/rc/winbond-cir.c
25538
25539 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
25540 L:      [email protected]
25541 S:      Orphan
25542 F:      drivers/watchdog/ebc-c384_wdt.c
25543
25544 WINSYSTEMS WS16C48 GPIO DRIVER
25545 M:      William Breathitt Gray <[email protected]>
25546 L:      [email protected]
25547 S:      Maintained
25548 F:      drivers/gpio/gpio-ws16c48.c
25549
25550 WIREGUARD SECURE NETWORK TUNNEL
25551 M:      Jason A. Donenfeld <[email protected]>
25552 L:      [email protected]
25553 L:      [email protected]
25554 S:      Maintained
25555 F:      drivers/net/wireguard/
25556 F:      tools/testing/selftests/wireguard/
25557
25558 WISTRON LAPTOP BUTTON DRIVER
25559 M:      Miloslav Trmac <[email protected]>
25560 S:      Maintained
25561 F:      drivers/input/misc/wistron_btns.c
25562
25563 WMI BINARY MOF DRIVER
25564 M:      Armin Wolf <[email protected]>
25565 R:      Thomas Weißschuh <[email protected]>
25566 L:      [email protected]
25567 S:      Maintained
25568 F:      Documentation/ABI/stable/sysfs-platform-wmi-bmof
25569 F:      Documentation/wmi/devices/wmi-bmof.rst
25570 F:      drivers/platform/x86/wmi-bmof.c
25571
25572 WOLFSON MICROELECTRONICS DRIVERS
25573 L:      [email protected]
25574 S:      Supported
25575 W:      https://github.com/CirrusLogic/linux-drivers/wiki
25576 T:      git https://github.com/CirrusLogic/linux-drivers.git
25577 F:      Documentation/devicetree/bindings/extcon/wlf,arizona.yaml
25578 F:      Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
25579 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
25580 F:      Documentation/devicetree/bindings/regulator/wlf,arizona.yaml
25581 F:      Documentation/devicetree/bindings/sound/wlf,*.yaml
25582 F:      Documentation/devicetree/bindings/sound/wm*
25583 F:      Documentation/hwmon/wm83??.rst
25584 F:      arch/arm/mach-s3c/mach-crag6410*
25585 F:      drivers/clk/clk-wm83*.c
25586 F:      drivers/gpio/gpio-*wm*.c
25587 F:      drivers/gpio/gpio-arizona.c
25588 F:      drivers/hwmon/wm83??-hwmon.c
25589 F:      drivers/input/misc/wm831x-on.c
25590 F:      drivers/input/touchscreen/wm831x-ts.c
25591 F:      drivers/input/touchscreen/wm97*.c
25592 F:      drivers/leds/leds-wm83*.c
25593 F:      drivers/mfd/arizona*
25594 F:      drivers/mfd/cs47l24*
25595 F:      drivers/mfd/wm*.c
25596 F:      drivers/power/supply/wm83*.c
25597 F:      drivers/regulator/arizona*
25598 F:      drivers/regulator/wm8*.c
25599 F:      drivers/rtc/rtc-wm83*.c
25600 F:      drivers/video/backlight/wm83*_bl.c
25601 F:      drivers/watchdog/wm83*_wdt.c
25602 F:      include/linux/mfd/arizona/
25603 F:      include/linux/mfd/wm831x/
25604 F:      include/linux/mfd/wm8350/
25605 F:      include/linux/mfd/wm8400*
25606 F:      include/linux/regulator/arizona*
25607 F:      include/linux/wm97xx.h
25608 F:      include/sound/wm????.h
25609 F:      sound/soc/codecs/arizona*
25610 F:      sound/soc/codecs/cs47l24*
25611 F:      sound/soc/codecs/wm*
25612
25613 WORKQUEUE
25614 M:      Tejun Heo <[email protected]>
25615 R:      Lai Jiangshan <[email protected]>
25616 S:      Maintained
25617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
25618 F:      Documentation/core-api/workqueue.rst
25619 F:      include/linux/workqueue.h
25620 F:      kernel/workqueue.c
25621 F:      kernel/workqueue_internal.h
25622
25623 WWAN DRIVERS
25624 M:      Loic Poulain <[email protected]>
25625 M:      Sergey Ryazanov <[email protected]>
25626 R:      Johannes Berg <[email protected]>
25627 L:      [email protected]
25628 S:      Maintained
25629 F:      drivers/net/wwan/
25630 F:      include/linux/wwan.h
25631 F:      include/uapi/linux/wwan.h
25632
25633 X-POWERS AXP288 PMIC DRIVERS
25634 M:      Hans de Goede <[email protected]>
25635 S:      Maintained
25636 F:      drivers/acpi/pmic/intel_pmic_xpower.c
25637 N:      axp288
25638
25639 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
25640 M:      Chen-Yu Tsai <[email protected]>
25641 L:      [email protected]
25642 S:      Maintained
25643 N:      axp[128]
25644
25645 X.25 STACK
25646 M:      Martin Schiller <[email protected]>
25647 L:      [email protected]
25648 S:      Maintained
25649 F:      Documentation/networking/lapb-module.rst
25650 F:      Documentation/networking/x25*
25651 F:      drivers/net/wan/hdlc_x25.c
25652 F:      drivers/net/wan/lapbether.c
25653 F:      include/*/lapb.h
25654 F:      include/net/x25*
25655 F:      include/uapi/linux/x25.h
25656 F:      net/lapb/
25657 F:      net/x25/
25658
25659 X86 ARCHITECTURE (32-BIT AND 64-BIT)
25660 M:      Thomas Gleixner <[email protected]>
25661 M:      Ingo Molnar <[email protected]>
25662 M:      Borislav Petkov <[email protected]>
25663 M:      Dave Hansen <[email protected]>
25664 M:      [email protected]
25665 R:      "H. Peter Anvin" <[email protected]>
25666 L:      [email protected]
25667 S:      Maintained
25668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
25669 F:      Documentation/arch/x86/
25670 F:      Documentation/devicetree/bindings/x86/
25671 F:      arch/x86/
25672 F:      tools/testing/selftests/x86
25673
25674 X86 CPUID DATABASE
25675 M:      Borislav Petkov <[email protected]>
25676 M:      Thomas Gleixner <[email protected]>
25677 M:      [email protected]
25678 R:      Ahmed S. Darwish <[email protected]>
25679 L:      [email protected]
25680 S:      Maintained
25681 W:      https://x86-cpuid.org
25682 F:      tools/arch/x86/kcpuid/cpuid.csv
25683
25684 X86 ENTRY CODE
25685 M:      Andy Lutomirski <[email protected]>
25686 L:      [email protected]
25687 S:      Maintained
25688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
25689 F:      arch/x86/entry/
25690
25691 X86 HARDWARE VULNERABILITIES
25692 M:      Thomas Gleixner <[email protected]>
25693 M:      Borislav Petkov <[email protected]>
25694 M:      Peter Zijlstra <[email protected]>
25695 M:      Josh Poimboeuf <[email protected]>
25696 R:      Pawan Gupta <[email protected]>
25697 S:      Maintained
25698 F:      Documentation/admin-guide/hw-vuln/
25699 F:      arch/x86/include/asm/nospec-branch.h
25700 F:      arch/x86/kernel/cpu/bugs.c
25701
25702 X86 MCE INFRASTRUCTURE
25703 M:      Tony Luck <[email protected]>
25704 M:      Borislav Petkov <[email protected]>
25705 L:      [email protected]
25706 S:      Maintained
25707 F:      Documentation/ABI/testing/sysfs-mce
25708 F:      Documentation/arch/x86/x86_64/machinecheck.rst
25709 F:      arch/x86/kernel/cpu/mce/*
25710
25711 X86 MICROCODE UPDATE SUPPORT
25712 M:      Borislav Petkov <[email protected]>
25713 S:      Maintained
25714 F:      arch/x86/kernel/cpu/microcode/*
25715
25716 X86 MM
25717 M:      Dave Hansen <[email protected]>
25718 M:      Andy Lutomirski <[email protected]>
25719 M:      Peter Zijlstra <[email protected]>
25720 L:      [email protected]
25721 S:      Maintained
25722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
25723 F:      arch/x86/mm/
25724
25725 X86 PLATFORM ANDROID TABLETS DSDT FIXUP DRIVER
25726 M:      Hans de Goede <[email protected]>
25727 L:      [email protected]
25728 S:      Maintained
25729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
25730 F:      drivers/platform/x86/x86-android-tablets/
25731
25732 X86 PLATFORM DRIVERS
25733 M:      Hans de Goede <[email protected]>
25734 M:      Ilpo Järvinen <[email protected]>
25735 L:      [email protected]
25736 S:      Maintained
25737 Q:      https://patchwork.kernel.org/project/platform-driver-x86/list/
25738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
25739 F:      drivers/platform/olpc/
25740 F:      drivers/platform/x86/
25741 F:      include/linux/platform_data/x86/
25742
25743 X86 PLATFORM UV HPE SUPERDOME FLEX
25744 M:      Steve Wahl <[email protected]>
25745 R:      Justin Ernst <[email protected]>
25746 R:      Kyle Meyer <[email protected]>
25747 R:      Dimitri Sivanich <[email protected]>
25748 R:      Russ Anderson <[email protected]>
25749 S:      Supported
25750 F:      arch/x86/include/asm/uv/
25751 F:      arch/x86/kernel/apic/x2apic_uv_x.c
25752 F:      arch/x86/platform/uv/
25753
25754 X86 STACK UNWINDING
25755 M:      Josh Poimboeuf <[email protected]>
25756 M:      Peter Zijlstra <[email protected]>
25757 S:      Supported
25758 F:      arch/x86/include/asm/unwind*.h
25759 F:      arch/x86/kernel/dumpstack.c
25760 F:      arch/x86/kernel/stacktrace.c
25761 F:      arch/x86/kernel/unwind_*.c
25762
25763 X86 TRUST DOMAIN EXTENSIONS (TDX)
25764 M:      Kirill A. Shutemov <[email protected]>
25765 R:      Dave Hansen <[email protected]>
25766 L:      [email protected]
25767 L:      [email protected]
25768 S:      Supported
25769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx
25770 F:      arch/x86/boot/compressed/tdx*
25771 F:      arch/x86/coco/tdx/
25772 F:      arch/x86/include/asm/shared/tdx.h
25773 F:      arch/x86/include/asm/tdx.h
25774 F:      arch/x86/virt/vmx/tdx/
25775 F:      drivers/virt/coco/tdx-guest
25776
25777 X86 VDSO
25778 M:      Andy Lutomirski <[email protected]>
25779 L:      [email protected]
25780 S:      Maintained
25781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
25782 F:      arch/x86/entry/vdso/
25783
25784 XARRAY
25785 M:      Matthew Wilcox <[email protected]>
25786 L:      [email protected]
25787 L:      [email protected]
25788 S:      Supported
25789 F:      Documentation/core-api/xarray.rst
25790 F:      include/linux/idr.h
25791 F:      include/linux/xarray.h
25792 F:      lib/idr.c
25793 F:      lib/test_xarray.c
25794 F:      lib/xarray.c
25795 F:      tools/testing/radix-tree
25796
25797 XBOX DVD IR REMOTE
25798 M:      Benjamin Valentin <[email protected]>
25799 S:      Maintained
25800 F:      drivers/media/rc/keymaps/rc-xbox-dvd.c
25801 F:      drivers/media/rc/xbox_remote.c
25802
25803 XC2028/3028 TUNER DRIVER
25804 M:      Mauro Carvalho Chehab <[email protected]>
25805 L:      [email protected]
25806 S:      Maintained
25807 W:      https://linuxtv.org
25808 T:      git git://linuxtv.org/media.git
25809 F:      drivers/media/tuners/xc2028.*
25810
25811 XDP (eXpress Data Path)
25812 M:      Alexei Starovoitov <[email protected]>
25813 M:      Daniel Borkmann <[email protected]>
25814 M:      David S. Miller <[email protected]>
25815 M:      Jakub Kicinski <[email protected]>
25816 M:      Jesper Dangaard Brouer <[email protected]>
25817 M:      John Fastabend <[email protected]>
25818 L:      [email protected]
25819 L:      [email protected]
25820 S:      Supported
25821 F:      drivers/net/ethernet/*/*/*/*/*xdp*
25822 F:      drivers/net/ethernet/*/*/*xdp*
25823 F:      include/net/xdp.h
25824 F:      include/net/xdp_priv.h
25825 F:      include/trace/events/xdp.h
25826 F:      kernel/bpf/cpumap.c
25827 F:      kernel/bpf/devmap.c
25828 F:      net/core/xdp.c
25829 F:      samples/bpf/xdp*
25830 F:      tools/testing/selftests/bpf/*/*xdp*
25831 F:      tools/testing/selftests/bpf/*xdp*
25832 K:      (?:\b|_)xdp(?:\b|_)
25833
25834 XDP SOCKETS (AF_XDP)
25835 M:      Björn Töpel <[email protected]>
25836 M:      Magnus Karlsson <[email protected]>
25837 M:      Maciej Fijalkowski <[email protected]>
25838 R:      Jonathan Lemon <[email protected]>
25839 L:      [email protected]
25840 L:      [email protected]
25841 S:      Maintained
25842 F:      Documentation/networking/af_xdp.rst
25843 F:      include/net/netns/xdp.h
25844 F:      include/net/xdp_sock*
25845 F:      include/net/xsk_buff_pool.h
25846 F:      include/uapi/linux/if_xdp.h
25847 F:      include/uapi/linux/xdp_diag.h
25848 F:      net/xdp/
25849 F:      tools/testing/selftests/bpf/*xsk*
25850
25851 XEN BLOCK SUBSYSTEM
25852 M:      Roger Pau Monné <[email protected]>
25853 L:      [email protected] (moderated for non-subscribers)
25854 S:      Supported
25855 F:      drivers/block/xen*
25856 F:      drivers/block/xen-blkback/*
25857
25858 XEN HYPERVISOR ARM
25859 M:      Stefano Stabellini <[email protected]>
25860 L:      [email protected] (moderated for non-subscribers)
25861 S:      Maintained
25862 F:      arch/arm/include/asm/xen/
25863 F:      arch/arm/xen/
25864
25865 XEN HYPERVISOR ARM64
25866 M:      Stefano Stabellini <[email protected]>
25867 L:      [email protected] (moderated for non-subscribers)
25868 S:      Maintained
25869 F:      arch/arm64/include/asm/xen/
25870 F:      arch/arm64/xen/
25871
25872 XEN HYPERVISOR INTERFACE
25873 M:      Juergen Gross <[email protected]>
25874 M:      Stefano Stabellini <[email protected]>
25875 R:      Oleksandr Tyshchenko <[email protected]>
25876 L:      [email protected] (moderated for non-subscribers)
25877 S:      Supported
25878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
25879 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
25880 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
25881 F:      drivers/*/xen-*front.c
25882 F:      drivers/xen/
25883 F:      include/uapi/xen/
25884 F:      include/xen/
25885 F:      kernel/configs/xen.config
25886
25887 XEN HYPERVISOR X86
25888 M:      Juergen Gross <[email protected]>
25889 R:      Boris Ostrovsky <[email protected]>
25890 L:      [email protected] (moderated for non-subscribers)
25891 S:      Supported
25892 F:      arch/x86/configs/xen.config
25893 F:      arch/x86/include/asm/pvclock-abi.h
25894 F:      arch/x86/include/asm/xen/
25895 F:      arch/x86/platform/pvh/
25896 F:      arch/x86/xen/
25897
25898 XEN NETWORK BACKEND DRIVER
25899 M:      Wei Liu <[email protected]>
25900 M:      Paul Durrant <[email protected]>
25901 L:      [email protected] (moderated for non-subscribers)
25902 L:      [email protected]
25903 S:      Supported
25904 F:      drivers/net/xen-netback/*
25905
25906 XEN PCI SUBSYSTEM
25907 M:      Juergen Gross <[email protected]>
25908 L:      [email protected] (moderated for non-subscribers)
25909 S:      Supported
25910 F:      arch/x86/pci/*xen*
25911 F:      drivers/pci/*xen*
25912
25913 XEN PVSCSI DRIVERS
25914 M:      Juergen Gross <[email protected]>
25915 L:      [email protected] (moderated for non-subscribers)
25916 L:      [email protected]
25917 S:      Supported
25918 F:      drivers/scsi/xen-scsifront.c
25919 F:      drivers/xen/xen-scsiback.c
25920 F:      include/xen/interface/io/vscsiif.h
25921
25922 XEN PVUSB DRIVER
25923 M:      Juergen Gross <[email protected]>
25924 L:      [email protected] (moderated for non-subscribers)
25925 L:      [email protected]
25926 S:      Supported
25927 F:      drivers/usb/host/xen*
25928 F:      include/xen/interface/io/usbif.h
25929
25930 XEN SOUND FRONTEND DRIVER
25931 M:      Oleksandr Andrushchenko <[email protected]>
25932 L:      [email protected] (moderated for non-subscribers)
25933 L:      [email protected]
25934 S:      Supported
25935 F:      sound/xen/*
25936
25937 XEN SWIOTLB SUBSYSTEM
25938 M:      Juergen Gross <[email protected]>
25939 M:      Stefano Stabellini <[email protected]>
25940 L:      [email protected] (moderated for non-subscribers)
25941 L:      [email protected]
25942 S:      Supported
25943 F:      arch/*/include/asm/xen/swiotlb-xen.h
25944 F:      drivers/xen/swiotlb-xen.c
25945 F:      include/xen/arm/swiotlb-xen.h
25946 F:      include/xen/swiotlb-xen.h
25947
25948 XFS FILESYSTEM
25949 M:      Carlos Maiolino <[email protected]>
25950 R:      Darrick J. Wong <[email protected]>
25951 L:      [email protected]
25952 S:      Supported
25953 W:      http://xfs.org/
25954 C:      irc://irc.oftc.net/xfs
25955 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
25956 P:      Documentation/filesystems/xfs/xfs-maintainer-entry-profile.rst
25957 F:      Documentation/ABI/testing/sysfs-fs-xfs
25958 F:      Documentation/admin-guide/xfs.rst
25959 F:      Documentation/filesystems/xfs/*
25960 F:      fs/xfs/
25961 F:      include/uapi/linux/dqblk_xfs.h
25962 F:      include/uapi/linux/fsmap.h
25963
25964 XILINX AMS DRIVER
25965 M:      Anand Ashok Dumbre <[email protected]>
25966 L:      [email protected]
25967 S:      Maintained
25968 F:      Documentation/devicetree/bindings/iio/adc/xlnx,zynqmp-ams.yaml
25969 F:      drivers/iio/adc/xilinx-ams.c
25970
25971 XILINX AXI ETHERNET DRIVER
25972 M:      Radhey Shyam Pandey <[email protected]>
25973 S:      Maintained
25974 F:      Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml
25975 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
25976
25977 XILINX CAN DRIVER
25978 M:      Appana Durga Kedareswara rao <[email protected]>
25979 L:      [email protected]
25980 S:      Maintained
25981 F:      Documentation/devicetree/bindings/net/can/xilinx,can.yaml
25982 F:      drivers/net/can/xilinx_can.c
25983
25984 XILINX EVENT MANAGEMENT DRIVER
25985 M:      Michal Simek <[email protected]>
25986 S:      Maintained
25987 F:      drivers/soc/xilinx/xlnx_event_manager.c
25988 F:      include/linux/firmware/xlnx-event-manager.h
25989
25990 XILINX GPIO DRIVER
25991 M:      Shubhrajyoti Datta <[email protected]>
25992 R:      Srinivas Neeli <[email protected]>
25993 R:      Michal Simek <[email protected]>
25994 S:      Maintained
25995 F:      Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
25996 F:      Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
25997 F:      drivers/gpio/gpio-xilinx.c
25998 F:      drivers/gpio/gpio-zynq.c
25999
26000 XILINX LL TEMAC ETHERNET DRIVER
26001 L:      [email protected]
26002 S:      Orphan
26003 F:      drivers/net/ethernet/xilinx/ll_temac*
26004
26005 XILINX PWM DRIVER
26006 M:      Sean Anderson <[email protected]>
26007 S:      Maintained
26008 F:      drivers/pwm/pwm-xilinx.c
26009 F:      include/clocksource/timer-xilinx.h
26010
26011 XILINX SD-FEC IP CORES
26012 M:      Derek Kiernan <[email protected]>
26013 M:      Dragan Cvetic <[email protected]>
26014 S:      Maintained
26015 F:      Documentation/devicetree/bindings/misc/xlnx,sd-fec.yaml
26016 F:      Documentation/misc-devices/xilinx_sdfec.rst
26017 F:      drivers/misc/Kconfig
26018 F:      drivers/misc/Makefile
26019 F:      drivers/misc/xilinx_sdfec.c
26020 F:      include/uapi/misc/xilinx_sdfec.h
26021
26022 XILINX UARTLITE SERIAL DRIVER
26023 M:      Peter Korsgaard <[email protected]>
26024 L:      [email protected]
26025 S:      Maintained
26026 F:      drivers/tty/serial/uartlite.c
26027
26028 XILINX VIDEO IP CORES
26029 M:      Laurent Pinchart <[email protected]>
26030 L:      [email protected]
26031 S:      Supported
26032 T:      git git://linuxtv.org/media.git
26033 F:      Documentation/devicetree/bindings/media/xilinx/
26034 F:      drivers/media/platform/xilinx/
26035 F:      include/uapi/linux/xilinx-v4l2-controls.h
26036
26037 XILINX VERSAL EDAC DRIVER
26038 M:      Shubhrajyoti Datta <[email protected]>
26039 M:      Sai Krishna Potthuri <[email protected]>
26040 S:      Maintained
26041 F:      Documentation/devicetree/bindings/memory-controllers/xlnx,versal-ddrmc-edac.yaml
26042 F:      drivers/edac/versal_edac.c
26043
26044 XILINX WATCHDOG DRIVER
26045 M:      Srinivas Neeli <[email protected]>
26046 R:      Shubhrajyoti Datta <[email protected]>
26047 R:      Michal Simek <[email protected]>
26048 S:      Maintained
26049 F:      Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
26050 F:      Documentation/devicetree/bindings/watchdog/xlnx,xps-timebase-wdt.yaml
26051 F:      drivers/watchdog/of_xilinx_wdt.c
26052 F:      drivers/watchdog/xilinx_wwdt.c
26053
26054 XILINX XDMA DRIVER
26055 M:      Lizhi Hou <[email protected]>
26056 M:      Brian Xu <[email protected]>
26057 M:      Raj Kumar Rampelli <[email protected]>
26058 L:      [email protected]
26059 S:      Supported
26060 F:      drivers/dma/xilinx/xdma-regs.h
26061 F:      drivers/dma/xilinx/xdma.c
26062 F:      include/linux/dma/amd_xdma.h
26063 F:      include/linux/platform_data/amd_xdma.h
26064
26065 XILINX ZYNQMP DPDMA DRIVER
26066 M:      Laurent Pinchart <[email protected]>
26067 L:      [email protected]
26068 S:      Supported
26069 F:      Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
26070 F:      drivers/dma/xilinx/xilinx_dpdma.c
26071 F:      include/dt-bindings/dma/xlnx-zynqmp-dpdma.h
26072
26073 XILINX ZYNQMP OCM EDAC DRIVER
26074 M:      Shubhrajyoti Datta <[email protected]>
26075 M:      Sai Krishna Potthuri <[email protected]>
26076 S:      Maintained
26077 F:      Documentation/devicetree/bindings/memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml
26078 F:      drivers/edac/zynqmp_edac.c
26079
26080 XILINX ZYNQMP PSGTR PHY DRIVER
26081 M:      Laurent Pinchart <[email protected]>
26082 L:      [email protected]
26083 S:      Supported
26084 T:      git https://github.com/Xilinx/linux-xlnx.git
26085 F:      Documentation/devicetree/bindings/phy/xlnx,zynqmp-psgtr.yaml
26086 F:      drivers/phy/xilinx/phy-zynqmp.c
26087
26088 XILINX ZYNQMP SHA3 DRIVER
26089 M:      Harsha <[email protected]>
26090 S:      Maintained
26091 F:      drivers/crypto/xilinx/zynqmp-sha.c
26092
26093 XILINX ZYNQMP NVMEM DRIVER
26094 M:      Praveen Teja Kundanala <[email protected]>
26095 M:      Kalyani Akula <[email protected]>
26096 R:      Michal Simek <[email protected]>
26097 S:      Maintained
26098 F:      Documentation/devicetree/bindings/nvmem/xlnx,zynqmp-nvmem.yaml
26099 F:      drivers/nvmem/zynqmp_nvmem.c
26100
26101 XILLYBUS DRIVER
26102 M:      Eli Billauer <[email protected]>
26103 L:      [email protected]
26104 S:      Supported
26105 F:      drivers/char/xillybus/
26106
26107 XLP9XX I2C DRIVER
26108 M:      George Cherian <[email protected]>
26109 L:      [email protected]
26110 S:      Supported
26111 W:      http://www.marvell.com
26112 F:      drivers/i2c/busses/i2c-xlp9xx.c
26113
26114 XRA1403 GPIO EXPANDER
26115 M:      Nandor Han <[email protected]>
26116 L:      [email protected]
26117 S:      Maintained
26118 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
26119 F:      drivers/gpio/gpio-xra1403.c
26120
26121 XTENSA XTFPGA PLATFORM SUPPORT
26122 M:      Max Filippov <[email protected]>
26123 S:      Maintained
26124 F:      drivers/spi/spi-xtensa-xtfpga.c
26125 F:      sound/soc/xtensa/xtfpga-i2s.c
26126
26127 XZ EMBEDDED
26128 M:      Lasse Collin <[email protected]>
26129 S:      Maintained
26130 W:      https://tukaani.org/xz/embedded.html
26131 B:      https://github.com/tukaani-project/xz-embedded/issues
26132 C:      irc://irc.libera.chat/tukaani
26133 F:      Documentation/staging/xz.rst
26134 F:      include/linux/decompress/unxz.h
26135 F:      include/linux/xz.h
26136 F:      lib/decompress_unxz.c
26137 F:      lib/xz/
26138 F:      scripts/xz_wrap.sh
26139
26140 YAM DRIVER FOR AX.25
26141 M:      Jean-Paul Roubelat <[email protected]>
26142 L:      [email protected]
26143 S:      Maintained
26144 F:      drivers/net/hamradio/yam*
26145 F:      include/linux/yam.h
26146
26147 YAMA SECURITY MODULE
26148 M:      Kees Cook <[email protected]>
26149 S:      Supported
26150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening
26151 F:      Documentation/admin-guide/LSM/Yama.rst
26152 F:      security/yama/
26153
26154 YAML NETLINK (YNL)
26155 M:      Donald Hunter <[email protected]>
26156 M:      Jakub Kicinski <[email protected]>
26157 F:      Documentation/netlink/
26158 F:      Documentation/userspace-api/netlink/intro-specs.rst
26159 F:      Documentation/userspace-api/netlink/specs.rst
26160 F:      tools/net/ynl/
26161
26162 YEALINK PHONE DRIVER
26163 M:      Henk Vergonet <[email protected]>
26164 S:      Maintained
26165 F:      Documentation/input/devices/yealink.rst
26166 F:      drivers/input/misc/yealink.*
26167
26168 Z3FOLD COMPRESSED PAGE ALLOCATOR
26169 M:      Vitaly Wool <[email protected]>
26170 R:      Miaohe Lin <[email protected]>
26171 L:      [email protected]
26172 S:      Maintained
26173 F:      mm/z3fold.c
26174
26175 Z8530 DRIVER FOR AX.25
26176 M:      Joerg Reuter <[email protected]>
26177 L:      [email protected]
26178 S:      Maintained
26179 W:      http://yaina.de/jreuter/
26180 W:      http://www.qsl.net/dl1bke/
26181 F:      Documentation/networking/device_drivers/hamradio/z8530drv.rst
26182 F:      drivers/net/hamradio/*scc.c
26183 F:      drivers/net/hamradio/z8530.h
26184
26185 ZBUD COMPRESSED PAGE ALLOCATOR
26186 M:      Seth Jennings <[email protected]>
26187 M:      Dan Streetman <[email protected]>
26188 L:      [email protected]
26189 S:      Maintained
26190 F:      mm/zbud.c
26191
26192 ZD1211RW WIRELESS DRIVER
26193 L:      [email protected]
26194 S:      Orphan
26195 F:      drivers/net/wireless/zydas/zd1211rw/
26196
26197 ZD1301 MEDIA DRIVER
26198 L:      [email protected]
26199 S:      Orphan
26200 W:      https://linuxtv.org/
26201 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
26202 F:      drivers/media/usb/dvb-usb-v2/zd1301*
26203
26204 ZD1301_DEMOD MEDIA DRIVER
26205 L:      [email protected]
26206 S:      Orphan
26207 W:      https://linuxtv.org/
26208 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
26209 F:      drivers/media/dvb-frontends/zd1301_demod*
26210
26211 ZHAOXIN PROCESSOR SUPPORT
26212 M:      Tony W Wang-oc <[email protected]>
26213 L:      [email protected]
26214 S:      Maintained
26215 F:      arch/x86/kernel/cpu/zhaoxin.c
26216
26217 ZONEFS FILESYSTEM
26218 M:      Damien Le Moal <[email protected]>
26219 M:      Naohiro Aota <[email protected]>
26220 R:      Johannes Thumshirn <[email protected]>
26221 L:      [email protected]
26222 S:      Maintained
26223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs.git
26224 F:      Documentation/filesystems/zonefs.rst
26225 F:      fs/zonefs/
26226
26227 ZR36067 VIDEO FOR LINUX DRIVER
26228 M:      Corentin Labbe <[email protected]>
26229 L:      [email protected]
26230 L:      [email protected]
26231 S:      Maintained
26232 W:      http://mjpeg.sourceforge.net/driver-zoran/
26233 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
26234 F:      Documentation/driver-api/media/drivers/zoran.rst
26235 F:      drivers/media/pci/zoran/
26236
26237 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
26238 M:      Minchan Kim <[email protected]>
26239 M:      Sergey Senozhatsky <[email protected]>
26240 L:      [email protected]
26241 S:      Maintained
26242 F:      Documentation/admin-guide/blockdev/zram.rst
26243 F:      drivers/block/zram/
26244
26245 ZS DECSTATION Z85C30 SERIAL DRIVER
26246 M:      "Maciej W. Rozycki" <[email protected]>
26247 S:      Maintained
26248 F:      drivers/tty/serial/zs.*
26249
26250 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
26251 M:      Minchan Kim <[email protected]>
26252 M:      Sergey Senozhatsky <[email protected]>
26253 L:      [email protected]
26254 S:      Maintained
26255 F:      Documentation/mm/zsmalloc.rst
26256 F:      include/linux/zsmalloc.h
26257 F:      mm/zsmalloc.c
26258
26259 ZSTD
26260 M:      Nick Terrell <[email protected]>
26261 S:      Maintained
26262 B:      https://github.com/facebook/zstd/issues
26263 T:      git https://github.com/terrelln/linux.git
26264 F:      crypto/zstd.c
26265 F:      include/linux/zstd*
26266 F:      lib/decompress_unzstd.c
26267 F:      lib/zstd/
26268 N:      zstd
26269 K:      zstd
26270
26271 ZSWAP COMPRESSED SWAP CACHING
26272 M:      Johannes Weiner <[email protected]>
26273 M:      Yosry Ahmed <[email protected]>
26274 M:      Nhat Pham <[email protected]>
26275 R:      Chengming Zhou <[email protected]>
26276 L:      [email protected]
26277 S:      Maintained
26278 F:      Documentation/admin-guide/mm/zswap.rst
26279 F:      include/linux/zpool.h
26280 F:      include/linux/zswap.h
26281 F:      mm/zpool.c
26282 F:      mm/zswap.c
26283 F:      tools/testing/selftests/cgroup/test_zswap.c
26284
26285 SENARYTECH AUDIO CODEC DRIVER
26286 M:      bo liu <[email protected]>
26287 S:      Maintained
26288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
26289 F:      sound/pci/hda/patch_senarytech.c
26290
26291 THE REST
26292 M:      Linus Torvalds <[email protected]>
26293 L:      [email protected]
26294 S:      Buried alive in reporters
26295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
26296 F:      *
26297 F:      */
This page took 1.469176 seconds and 4 git commands to generate.