]> Git Repo - linux.git/blob - MAINTAINERS
Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux
[linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/process/coding-style.rst for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/process/submitting-patches.rst for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/process/submitting-patches.rst.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: [email protected], especially if the maintainer
65         does not respond. Please keep in mind that the security team is
66         a small set of people who can be efficient only when working on
67         verified bugs. Please only Cc: this list when you have identified
68         that the bug would present a short-term risk to other users if it
69         were publicly disclosed. For example, reports of address leaks do
70         not represent an immediate threat and are better handled publicly,
71         and ideally, should come with a patch proposal. Please do not send
72         automated reports to this list either. Such bugs will be handled
73         better and faster in the usual public places.
74
75 8.      Happy hacking.
76
77 Descriptions of section entries:
78
79         P: Person (obsolete)
80         M: Mail patches to: FullName <address@domain>
81         R: Designated reviewer: FullName <address@domain>
82            These reviewers should be CCed on patches.
83         L: Mailing list that is relevant to this area
84         W: Web-page with status/info
85         B: URI for where to file bugs. A web-page with detailed bug
86            filing info, a direct bug tracker link, or a mailto: URI.
87         C: URI for chat protocol, server and channel where developers
88            usually hang out, for example irc://server/channel.
89         Q: Patchwork web based patch tracking system site
90         T: SCM tree type and location.
91            Type is one of: git, hg, quilt, stgit, topgit
92         S: Status, one of the following:
93            Supported:   Someone is actually paid to look after this.
94            Maintained:  Someone actually looks after it.
95            Odd Fixes:   It has a maintainer but they don't have time to do
96                         much other than throw the odd patch in. See below..
97            Orphan:      No current maintainer [but maybe you could take the
98                         role as you write your new code].
99            Obsolete:    Old code. Something tagged obsolete generally means
100                         it has been replaced by a better system and you
101                         should be using that.
102         F: Files and directories with wildcard patterns.
103            A trailing slash includes all files and subdirectory files.
104            F:   drivers/net/    all files in and below drivers/net
105            F:   drivers/net/*   all files in drivers/net, but not below
106            F:   */net/*         all files in "any top level directory"/net
107            One pattern per line.  Multiple F: lines acceptable.
108         N: Files and directories with regex patterns.
109            N:   [^a-z]tegra     all files whose path contains the word tegra
110            One pattern per line.  Multiple N: lines acceptable.
111            scripts/get_maintainer.pl has different behavior for files that
112            match F: pattern and matches of N: patterns.  By default,
113            get_maintainer will not look at git log history when an F: pattern
114            match occurs.  When an N: match occurs, git log history is used
115            to also notify the people that have git commit signatures.
116         X: Files and directories that are NOT maintained, same rules as F:
117            Files exclusions are tested before file matches.
118            Can be useful for excluding a specific subdirectory, for instance:
119            F:   net/
120            X:   net/ipv6/
121            matches all files in and below net excluding net/ipv6/
122         K: Keyword perl extended regex pattern to match content in a
123            patch or file.  For instance:
124            K: of_get_profile
125               matches patches or files that contain "of_get_profile"
126            K: \b(printk|pr_(info|err))\b
127               matches patches or files that contain one or more of the words
128               printk, pr_info or pr_err
129            One regex pattern per line.  Multiple K: lines acceptable.
130
131 Note: For the hard of thinking, this list is meant to remain in alphabetical
132 order. If you could add yourselves to it in alphabetical order that would be
133 so much easier [Ed]
134
135 Maintainers List (try to look for most precise areas first)
136
137                 -----------------------------------
138
139 3C59X NETWORK DRIVER
140 M:      Steffen Klassert <[email protected]>
141 L:      [email protected]
142 S:      Odd Fixes
143 F:      Documentation/networking/device_drivers/3com/vortex.txt
144 F:      drivers/net/ethernet/3com/3c59x.c
145
146 3CR990 NETWORK DRIVER
147 M:      David Dillow <[email protected]>
148 L:      [email protected]
149 S:      Maintained
150 F:      drivers/net/ethernet/3com/typhoon*
151
152 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
153 M:      Adam Radford <[email protected]>
154 L:      [email protected]
155 W:      http://www.lsi.com
156 S:      Supported
157 F:      drivers/scsi/3w-*
158
159 53C700 AND 53C700-66 SCSI DRIVER
160 M:      "James E.J. Bottomley" <[email protected]>
161 L:      [email protected]
162 S:      Maintained
163 F:      drivers/scsi/53c700*
164
165 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
166 M:      Alexander Aring <[email protected]>
167 M:      Jukka Rissanen <[email protected]>
168 L:      [email protected]
169 L:      [email protected]
170 S:      Maintained
171 F:      net/6lowpan/
172 F:      include/net/6lowpan.h
173 F:      Documentation/networking/6lowpan.txt
174
175 6PACK NETWORK DRIVER FOR AX.25
176 M:      Andreas Koensgen <[email protected]>
177 L:      [email protected]
178 S:      Maintained
179 F:      drivers/net/hamradio/6pack.c
180
181 8169 10/100/1000 GIGABIT ETHERNET DRIVER
182 M:      Realtek linux nic maintainers <[email protected]>
183 M:      Heiner Kallweit <[email protected]>
184 L:      [email protected]
185 S:      Maintained
186 F:      drivers/net/ethernet/realtek/r8169.c
187
188 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
189 M:      Greg Kroah-Hartman <[email protected]>
190 L:      [email protected]
191 S:      Maintained
192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
193 F:      drivers/tty/serial/8250*
194 F:      include/linux/serial_8250.h
195
196 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
197 L:      [email protected]
198 S:      Orphan / Obsolete
199 F:      drivers/net/ethernet/8390/
200
201 9P FILE SYSTEM
202 M:      Eric Van Hensbergen <[email protected]>
203 M:      Latchesar Ionkov <[email protected]>
204 M:      Dominique Martinet <[email protected]>
205 L:      [email protected]
206 W:      http://swik.net/v9fs
207 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
209 T:      git git://github.com/martinetd/linux.git
210 S:      Maintained
211 F:      Documentation/filesystems/9p.txt
212 F:      fs/9p/
213 F:      net/9p/
214 F:      include/net/9p/
215 F:      include/uapi/linux/virtio_9p.h
216 F:      include/trace/events/9p.h
217
218 A8293 MEDIA DRIVER
219 M:      Antti Palosaari <[email protected]>
220 L:      [email protected]
221 W:      https://linuxtv.org
222 W:      http://palosaari.fi/linux/
223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
224 T:      git git://linuxtv.org/anttip/media_tree.git
225 S:      Maintained
226 F:      drivers/media/dvb-frontends/a8293*
227
228 AACRAID SCSI RAID DRIVER
229 M:      Adaptec OEM Raid Solutions <[email protected]>
230 L:      [email protected]
231 W:      http://www.adaptec.com/
232 S:      Supported
233 F:      Documentation/scsi/aacraid.txt
234 F:      drivers/scsi/aacraid/
235
236 ABI/API
237 L:      [email protected]
238 F:      include/linux/syscalls.h
239 F:      kernel/sys_ni.c
240
241 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
242 M:      Hans de Goede <[email protected]>
243 L:      [email protected]
244 S:      Maintained
245 F:      drivers/hwmon/abituguru.c
246
247 ABIT UGURU 3 HARDWARE MONITOR DRIVER
248 M:      Alistair John Strachan <[email protected]>
249 L:      [email protected]
250 S:      Maintained
251 F:      drivers/hwmon/abituguru3.c
252
253 ACCES 104-DIO-48E GPIO DRIVER
254 M:      William Breathitt Gray <[email protected]>
255 L:      [email protected]
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-dio-48e.c
258
259 ACCES 104-IDI-48 GPIO DRIVER
260 M:      "William Breathitt Gray" <[email protected]>
261 L:      [email protected]
262 S:      Maintained
263 F:      drivers/gpio/gpio-104-idi-48.c
264
265 ACCES 104-IDIO-16 GPIO DRIVER
266 M:      "William Breathitt Gray" <[email protected]>
267 L:      [email protected]
268 S:      Maintained
269 F:      drivers/gpio/gpio-104-idio-16.c
270
271 ACCES 104-QUAD-8 IIO DRIVER
272 M:      William Breathitt Gray <[email protected]>
273 L:      [email protected]
274 S:      Maintained
275 F:      Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8
276 F:      drivers/iio/counter/104-quad-8.c
277
278 ACCES PCI-IDIO-16 GPIO DRIVER
279 M:      William Breathitt Gray <[email protected]>
280 L:      [email protected]
281 S:      Maintained
282 F:      drivers/gpio/gpio-pci-idio-16.c
283
284 ACCES PCIe-IDIO-24 GPIO DRIVER
285 M:      William Breathitt Gray <[email protected]>
286 L:      [email protected]
287 S:      Maintained
288 F:      drivers/gpio/gpio-pcie-idio-24.c
289
290 ACENIC DRIVER
291 M:      Jes Sorensen <[email protected]>
292 L:      [email protected]
293 S:      Maintained
294 F:      drivers/net/ethernet/alteon/acenic*
295
296 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
297 M:      Peter Feuerer <[email protected]>
298 L:      [email protected]
299 W:      http://piie.net/?section=acerhdf
300 S:      Maintained
301 F:      drivers/platform/x86/acerhdf.c
302
303 ACER WMI LAPTOP EXTRAS
304 M:      "Lee, Chun-Yi" <[email protected]>
305 L:      [email protected]
306 S:      Maintained
307 F:      drivers/platform/x86/acer-wmi.c
308
309 ACPI
310 M:      "Rafael J. Wysocki" <[email protected]>
311 M:      Len Brown <[email protected]>
312 L:      [email protected]
313 W:      https://01.org/linux-acpi
314 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
316 B:      https://bugzilla.kernel.org
317 S:      Supported
318 F:      drivers/acpi/
319 F:      drivers/pnp/pnpacpi/
320 F:      include/linux/acpi.h
321 F:      include/linux/fwnode.h
322 F:      include/acpi/
323 F:      Documentation/acpi/
324 F:      Documentation/ABI/testing/sysfs-bus-acpi
325 F:      Documentation/ABI/testing/configfs-acpi
326 F:      drivers/pci/*acpi*
327 F:      drivers/pci/*/*acpi*
328 F:      tools/power/acpi/
329
330 ACPI APEI
331 M:      "Rafael J. Wysocki" <[email protected]>
332 M:      Len Brown <[email protected]>
333 L:      [email protected]
334 R:      Tony Luck <[email protected]>
335 R:      Borislav Petkov <[email protected]>
336 F:      drivers/acpi/apei/
337
338 ACPI COMPONENT ARCHITECTURE (ACPICA)
339 M:      Robert Moore <[email protected]>
340 M:      Erik Schmauss <[email protected]>
341 M:      "Rafael J. Wysocki" <[email protected]>
342 L:      [email protected]
343 L:      [email protected]
344 W:      https://acpica.org/
345 W:      https://github.com/acpica/acpica/
346 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
348 B:      https://bugzilla.kernel.org
349 B:      https://bugs.acpica.org
350 S:      Supported
351 F:      drivers/acpi/acpica/
352 F:      include/acpi/
353 F:      tools/power/acpi/
354
355 ACPI FAN DRIVER
356 M:      Zhang Rui <[email protected]>
357 L:      [email protected]
358 W:      https://01.org/linux-acpi
359 B:      https://bugzilla.kernel.org
360 S:      Supported
361 F:      drivers/acpi/fan.c
362
363 ACPI FOR ARM64 (ACPI/arm64)
364 M:      Lorenzo Pieralisi <[email protected]>
365 M:      Hanjun Guo <[email protected]>
366 M:      Sudeep Holla <[email protected]>
367 L:      [email protected]
368 S:      Maintained
369 F:      drivers/acpi/arm64
370
371 ACPI I2C MULTI INSTANTIATE DRIVER
372 M:      Hans de Goede <[email protected]>
373 L:      [email protected]
374 S:      Maintained
375 F:      drivers/platform/x86/i2c-multi-instantiate.c
376
377 ACPI PMIC DRIVERS
378 M:      "Rafael J. Wysocki" <[email protected]>
379 M:      Len Brown <[email protected]>
380 R:      Andy Shevchenko <[email protected]>
381 R:      Mika Westerberg <[email protected]>
382 L:      [email protected]
383 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
385 B:      https://bugzilla.kernel.org
386 S:      Supported
387 F:      drivers/acpi/pmic/
388
389 ACPI THERMAL DRIVER
390 M:      Zhang Rui <[email protected]>
391 L:      [email protected]
392 W:      https://01.org/linux-acpi
393 B:      https://bugzilla.kernel.org
394 S:      Supported
395 F:      drivers/acpi/*thermal*
396
397 ACPI VIDEO DRIVER
398 M:      Zhang Rui <[email protected]>
399 L:      [email protected]
400 W:      https://01.org/linux-acpi
401 B:      https://bugzilla.kernel.org
402 S:      Supported
403 F:      drivers/acpi/acpi_video.c
404
405 ACPI WMI DRIVER
406 L:      [email protected]
407 S:      Orphan
408 F:      drivers/platform/x86/wmi.c
409 F:      include/uapi/linux/wmi.h
410
411 AD1889 ALSA SOUND DRIVER
412 M:      Thibaut Varene <[email protected]>
413 W:      http://wiki.parisc-linux.org/AD1889
414 L:      [email protected]
415 S:      Maintained
416 F:      sound/pci/ad1889.*
417
418 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
419 M:      Michael Hennerich <[email protected]>
420 W:      http://wiki.analog.com/AD5254
421 W:      http://ez.analog.com/community/linux-device-drivers
422 S:      Supported
423 F:      drivers/misc/ad525x_dpot.c
424
425 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
426 M:      Michael Hennerich <[email protected]>
427 W:      http://wiki.analog.com/AD5398
428 W:      http://ez.analog.com/community/linux-device-drivers
429 S:      Supported
430 F:      drivers/regulator/ad5398.c
431
432 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
433 M:      Michael Hennerich <[email protected]>
434 W:      http://wiki.analog.com/AD7142
435 W:      http://ez.analog.com/community/linux-device-drivers
436 S:      Supported
437 F:      drivers/input/misc/ad714x.c
438
439 AD7877 TOUCHSCREEN DRIVER
440 M:      Michael Hennerich <[email protected]>
441 W:      http://wiki.analog.com/AD7877
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/touchscreen/ad7877.c
445
446 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
447 M:      Michael Hennerich <[email protected]>
448 W:      http://wiki.analog.com/AD7879
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/touchscreen/ad7879.c
452
453 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
454 M:      Jiri Kosina <[email protected]>
455 S:      Maintained
456
457 ADF7242 IEEE 802.15.4 RADIO DRIVER
458 M:      Michael Hennerich <[email protected]>
459 W:      https://wiki.analog.com/ADF7242
460 W:      http://ez.analog.com/community/linux-device-drivers
461 L:      [email protected]
462 S:      Supported
463 F:      drivers/net/ieee802154/adf7242.c
464 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
465
466 ADM1025 HARDWARE MONITOR DRIVER
467 M:      Jean Delvare <[email protected]>
468 L:      [email protected]
469 S:      Maintained
470 F:      Documentation/hwmon/adm1025
471 F:      drivers/hwmon/adm1025.c
472
473 ADM1029 HARDWARE MONITOR DRIVER
474 M:      Corentin Labbe <[email protected]>
475 L:      [email protected]
476 S:      Maintained
477 F:      drivers/hwmon/adm1029.c
478
479 ADM8211 WIRELESS DRIVER
480 L:      [email protected]
481 W:      http://wireless.kernel.org/
482 S:      Orphan
483 F:      drivers/net/wireless/admtek/adm8211.*
484
485 ADP1653 FLASH CONTROLLER DRIVER
486 M:      Sakari Ailus <[email protected]>
487 L:      [email protected]
488 S:      Maintained
489 F:      drivers/media/i2c/adp1653.c
490 F:      include/media/i2c/adp1653.h
491
492 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
493 M:      Michael Hennerich <[email protected]>
494 W:      http://wiki.analog.com/ADP5520
495 W:      http://ez.analog.com/community/linux-device-drivers
496 S:      Supported
497 F:      drivers/mfd/adp5520.c
498 F:      drivers/video/backlight/adp5520_bl.c
499 F:      drivers/leds/leds-adp5520.c
500 F:      drivers/gpio/gpio-adp5520.c
501 F:      drivers/input/keyboard/adp5520-keys.c
502
503 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
504 M:      Michael Hennerich <[email protected]>
505 W:      http://wiki.analog.com/ADP5588
506 W:      http://ez.analog.com/community/linux-device-drivers
507 S:      Supported
508 F:      drivers/input/keyboard/adp5588-keys.c
509 F:      drivers/gpio/gpio-adp5588.c
510
511 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
512 M:      Michael Hennerich <[email protected]>
513 W:      http://wiki.analog.com/ADP8860
514 W:      http://ez.analog.com/community/linux-device-drivers
515 S:      Supported
516 F:      drivers/video/backlight/adp8860_bl.c
517
518 ADS1015 HARDWARE MONITOR DRIVER
519 M:      Dirk Eibach <[email protected]>
520 L:      [email protected]
521 S:      Maintained
522 F:      Documentation/hwmon/ads1015
523 F:      drivers/hwmon/ads1015.c
524 F:      include/linux/platform_data/ads1015.h
525
526 ADT746X FAN DRIVER
527 M:      Colin Leroy <[email protected]>
528 S:      Maintained
529 F:      drivers/macintosh/therm_adt746x.c
530
531 ADT7475 HARDWARE MONITOR DRIVER
532 M:      Jean Delvare <[email protected]>
533 L:      [email protected]
534 S:      Maintained
535 F:      Documentation/hwmon/adt7475
536 F:      drivers/hwmon/adt7475.c
537
538 ADVANSYS SCSI DRIVER
539 M:      Matthew Wilcox <[email protected]>
540 M:      Hannes Reinecke <[email protected]>
541 L:      [email protected]
542 S:      Maintained
543 F:      Documentation/scsi/advansys.txt
544 F:      drivers/scsi/advansys.c
545
546 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
547 M:      Michael Hennerich <[email protected]>
548 W:      http://wiki.analog.com/ADXL345
549 W:      http://ez.analog.com/community/linux-device-drivers
550 S:      Supported
551 F:      drivers/input/misc/adxl34x.c
552
553 ADXL372 THREE-AXIS DIGITAL ACCELEROMETER DRIVER
554 M:      Stefan Popa <[email protected]>
555 W:      http://ez.analog.com/community/linux-device-drivers
556 S:      Supported
557 F:      drivers/iio/accel/adxl372.c
558 F:      drivers/iio/accel/adxl372_spi.c
559 F:      drivers/iio/accel/adxl372_i2c.c
560 F:      Documentation/devicetree/bindings/iio/accel/adxl372.txt
561
562 AF9013 MEDIA DRIVER
563 M:      Antti Palosaari <[email protected]>
564 L:      [email protected]
565 W:      https://linuxtv.org
566 W:      http://palosaari.fi/linux/
567 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
568 T:      git git://linuxtv.org/anttip/media_tree.git
569 S:      Maintained
570 F:      drivers/media/dvb-frontends/af9013*
571
572 AF9033 MEDIA DRIVER
573 M:      Antti Palosaari <[email protected]>
574 L:      [email protected]
575 W:      https://linuxtv.org
576 W:      http://palosaari.fi/linux/
577 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
578 T:      git git://linuxtv.org/anttip/media_tree.git
579 S:      Maintained
580 F:      drivers/media/dvb-frontends/af9033*
581
582 AFFS FILE SYSTEM
583 M:      David Sterba <[email protected]>
584 L:      [email protected]
585 S:      Odd Fixes
586 F:      Documentation/filesystems/affs.txt
587 F:      fs/affs/
588
589 AFS FILESYSTEM
590 M:      David Howells <[email protected]>
591 L:      [email protected]
592 S:      Supported
593 F:      fs/afs/
594 F:      include/trace/events/afs.h
595 F:      Documentation/filesystems/afs.txt
596 W:      https://www.infradead.org/~dhowells/kafs/
597
598 AGPGART DRIVER
599 M:      David Airlie <[email protected]>
600 T:      git git://anongit.freedesktop.org/drm/drm
601 S:      Maintained
602 F:      drivers/char/agp/
603 F:      include/linux/agp*
604 F:      include/uapi/linux/agp*
605
606 AHA152X SCSI DRIVER
607 M:      "Juergen E. Fischer" <[email protected]>
608 L:      [email protected]
609 S:      Maintained
610 F:      drivers/scsi/aha152x*
611 F:      drivers/scsi/pcmcia/aha152x*
612
613 AIC7XXX / AIC79XX SCSI DRIVER
614 M:      Hannes Reinecke <[email protected]>
615 L:      [email protected]
616 S:      Maintained
617 F:      drivers/scsi/aic7xxx/
618
619 AIMSLAB FM RADIO RECEIVER DRIVER
620 M:      Hans Verkuil <[email protected]>
621 L:      [email protected]
622 T:      git git://linuxtv.org/media_tree.git
623 W:      https://linuxtv.org
624 S:      Maintained
625 F:      drivers/media/radio/radio-aimslab*
626
627 AIO
628 M:      Benjamin LaHaise <[email protected]>
629 L:      [email protected]
630 S:      Supported
631 F:      fs/aio.c
632 F:      include/linux/*aio*.h
633
634 AIRSPY MEDIA DRIVER
635 M:      Antti Palosaari <[email protected]>
636 L:      [email protected]
637 W:      https://linuxtv.org
638 W:      http://palosaari.fi/linux/
639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
640 T:      git git://linuxtv.org/anttip/media_tree.git
641 S:      Maintained
642 F:      drivers/media/usb/airspy/
643
644 ALACRITECH GIGABIT ETHERNET DRIVER
645 M:      Lino Sanfilippo <[email protected]>
646 S:      Maintained
647 F:      drivers/net/ethernet/alacritech/*
648
649 ALCATEL SPEEDTOUCH USB DRIVER
650 M:      Duncan Sands <[email protected]>
651 L:      [email protected]
652 W:      http://www.linux-usb.org/SpeedTouch/
653 S:      Maintained
654 F:      drivers/usb/atm/speedtch.c
655 F:      drivers/usb/atm/usbatm.c
656
657 ALCHEMY AU1XX0 MMC DRIVER
658 M:      Manuel Lauss <[email protected]>
659 S:      Maintained
660 F:      drivers/mmc/host/au1xmmc.c
661
662 ALI1563 I2C DRIVER
663 M:      Rudolf Marek <[email protected]>
664 L:      [email protected]
665 S:      Maintained
666 F:      Documentation/i2c/busses/i2c-ali1563
667 F:      drivers/i2c/busses/i2c-ali1563.c
668
669 ALLWINNER SECURITY SYSTEM
670 M:      Corentin Labbe <[email protected]>
671 L:      [email protected]
672 S:      Maintained
673 F:      drivers/crypto/sunxi-ss/
674
675 ALLWINNER VPU DRIVER
676 M:      Maxime Ripard <[email protected]>
677 M:      Paul Kocialkowski <[email protected]>
678 L:      [email protected]
679 S:      Maintained
680 F:      drivers/staging/media/sunxi/cedrus/
681
682 ALPHA PORT
683 M:      Richard Henderson <[email protected]>
684 M:      Ivan Kokshaysky <[email protected]>
685 M:      Matt Turner <[email protected]>
686 S:      Odd Fixes
687 L:      [email protected]
688 F:      arch/alpha/
689
690 ALPS PS/2 TOUCHPAD DRIVER
691 R:      Pali Rohár <[email protected]>
692 F:      drivers/input/mouse/alps.*
693
694 ALTERA I2C CONTROLLER DRIVER
695 M:      Thor Thayer <[email protected]>
696 S:      Maintained
697 F:      drivers/i2c/busses/i2c-altera.c
698
699 ALTERA MAILBOX DRIVER
700 M:      Ley Foon Tan <[email protected]>
701 L:      [email protected] (moderated for non-subscribers)
702 S:      Maintained
703 F:      drivers/mailbox/mailbox-altera.c
704
705 ALTERA PIO DRIVER
706 M:      Tien Hock Loh <[email protected]>
707 L:      [email protected]
708 S:      Maintained
709 F:      drivers/gpio/gpio-altera.c
710
711 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
712 M:      Thor Thayer <[email protected]>
713 S:      Maintained
714 F:      drivers/gpio/gpio-altera-a10sr.c
715 F:      drivers/mfd/altera-a10sr.c
716 F:      drivers/reset/reset-a10sr.c
717 F:      include/linux/mfd/altera-a10sr.h
718 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
719
720 ALTERA TRIPLE SPEED ETHERNET DRIVER
721 M:      Thor Thayer <[email protected]>
722 L:      [email protected]
723 L:      [email protected] (moderated for non-subscribers)
724 S:      Maintained
725 F:      drivers/net/ethernet/altera/
726
727 ALTERA UART/JTAG UART SERIAL DRIVERS
728 M:      Tobias Klauser <[email protected]>
729 L:      [email protected]
730 L:      [email protected] (moderated for non-subscribers)
731 S:      Maintained
732 F:      drivers/tty/serial/altera_uart.c
733 F:      drivers/tty/serial/altera_jtaguart.c
734 F:      include/linux/altera_uart.h
735 F:      include/linux/altera_jtaguart.h
736
737 AMAZON ETHERNET DRIVERS
738 M:      Netanel Belgazal <[email protected]>
739 R:      Saeed Bishara <[email protected]>
740 R:      Zorik Machulsky <[email protected]>
741 L:      [email protected]
742 S:      Supported
743 F:      Documentation/networking/device_drivers/amazon/ena.txt
744 F:      drivers/net/ethernet/amazon/
745
746 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
747 M:      Tom Lendacky <[email protected]>
748 M:      Gary Hook <[email protected]>
749 L:      [email protected]
750 S:      Supported
751 F:      drivers/crypto/ccp/
752 F:      include/linux/ccp.h
753
754 AMD DISPLAY CORE
755 M:      Harry Wentland <[email protected]>
756 M:      Leo Li <[email protected]>
757 L:      [email protected]
758 T:      git git://people.freedesktop.org/~agd5f/linux
759 S:      Supported
760 F:      drivers/gpu/drm/amd/display/
761
762 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
763 M:      Huang Rui <[email protected]>
764 L:      [email protected]
765 S:      Supported
766 F:      Documentation/hwmon/fam15h_power
767 F:      drivers/hwmon/fam15h_power.c
768
769 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
770 L:      [email protected] (moderated for non-subscribers)
771 S:      Orphan
772 F:      drivers/usb/gadget/udc/amd5536udc.*
773
774 AMD GEODE PROCESSOR/CHIPSET SUPPORT
775 P:      Andres Salomon <[email protected]>
776 L:      [email protected] (moderated for non-subscribers)
777 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
778 S:      Supported
779 F:      drivers/char/hw_random/geode-rng.c
780 F:      drivers/crypto/geode*
781 F:      drivers/video/fbdev/geode/
782 F:      arch/x86/include/asm/geode.h
783
784 AMD IOMMU (AMD-VI)
785 M:      Joerg Roedel <[email protected]>
786 L:      [email protected]
787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
788 S:      Maintained
789 F:      drivers/iommu/amd_iommu*.[ch]
790 F:      include/linux/amd-iommu.h
791
792 AMD KFD
793 M:      Oded Gabbay <[email protected]>
794 L:      [email protected]
795 T:      git git://people.freedesktop.org/~gabbayo/linux.git
796 S:      Supported
797 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
798 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
799 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
800 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
801 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
802 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
803 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
804 F:      drivers/gpu/drm/amd/amdkfd/
805 F:      drivers/gpu/drm/amd/include/cik_structs.h
806 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
807 F:      drivers/gpu/drm/amd/include/vi_structs.h
808 F:      drivers/gpu/drm/amd/include/v9_structs.h
809 F:      include/uapi/linux/kfd_ioctl.h
810
811 AMD POWERPLAY
812 M:      Rex Zhu <[email protected]>
813 M:      Evan Quan <[email protected]>
814 L:      [email protected]
815 S:      Supported
816 F:      drivers/gpu/drm/amd/powerplay/
817 T:      git git://people.freedesktop.org/~agd5f/linux
818
819 AMD SEATTLE DEVICE TREE SUPPORT
820 M:      Brijesh Singh <[email protected]>
821 M:      Suravee Suthikulpanit <[email protected]>
822 M:      Tom Lendacky <[email protected]>
823 S:      Supported
824 F:      arch/arm64/boot/dts/amd/
825
826 AMD XGBE DRIVER
827 M:      Tom Lendacky <[email protected]>
828 L:      [email protected]
829 S:      Supported
830 F:      drivers/net/ethernet/amd/xgbe/
831 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
832
833 ANALOG DEVICES INC AD5686 DRIVER
834 M:      Stefan Popa <[email protected]>
835 L:      [email protected]
836 W:      http://ez.analog.com/community/linux-device-drivers
837 S:      Supported
838 F:      drivers/iio/dac/ad5686*
839 F:      drivers/iio/dac/ad5696*
840
841 ANALOG DEVICES INC AD5758 DRIVER
842 M:      Stefan Popa <[email protected]>
843 L:      [email protected]
844 W:      http://ez.analog.com/community/linux-device-drivers
845 S:      Supported
846 F:      drivers/iio/dac/ad5758.c
847 F:      Documentation/devicetree/bindings/iio/dac/ad5758.txt
848
849 ANALOG DEVICES INC AD7124 DRIVER
850 M:      Stefan Popa <[email protected]>
851 L:      [email protected]
852 W:      http://ez.analog.com/community/linux-device-drivers
853 S:      Supported
854 F:      drivers/iio/adc/ad7124.c
855 F:      Documentation/devicetree/bindings/iio/adc/adi,ad7124.txt
856
857 ANALOG DEVICES INC AD9389B DRIVER
858 M:      Hans Verkuil <[email protected]>
859 L:      [email protected]
860 S:      Maintained
861 F:      drivers/media/i2c/ad9389b*
862
863 ANALOG DEVICES INC ADGS1408 DRIVER
864 M:      Mircea Caprioru <[email protected]>
865 S:      Supported
866 F:      drivers/mux/adgs1408.c
867 F:      Documentation/devicetree/bindings/mux/adi,adgs1408.txt
868
869 ANALOG DEVICES INC ADP5061 DRIVER
870 M:      Stefan Popa <[email protected]>
871 L:      [email protected]
872 W:      http://ez.analog.com/community/linux-device-drivers
873 S:      Supported
874 F:      drivers/power/supply/adp5061.c
875
876 ANALOG DEVICES INC ADV7180 DRIVER
877 M:      Lars-Peter Clausen <[email protected]>
878 L:      [email protected]
879 W:      http://ez.analog.com/community/linux-device-drivers
880 S:      Supported
881 F:      drivers/media/i2c/adv7180.c
882
883 ANALOG DEVICES INC ADV748X DRIVER
884 M:      Kieran Bingham <[email protected]>
885 L:      [email protected]
886 S:      Maintained
887 F:      drivers/media/i2c/adv748x/*
888
889 ANALOG DEVICES INC ADV7511 DRIVER
890 M:      Hans Verkuil <[email protected]>
891 L:      [email protected]
892 S:      Maintained
893 F:      drivers/media/i2c/adv7511*
894
895 ANALOG DEVICES INC ADV7604 DRIVER
896 M:      Hans Verkuil <[email protected]>
897 L:      [email protected]
898 S:      Maintained
899 F:      drivers/media/i2c/adv7604*
900
901 ANALOG DEVICES INC ADV7842 DRIVER
902 M:      Hans Verkuil <[email protected]>
903 L:      [email protected]
904 S:      Maintained
905 F:      drivers/media/i2c/adv7842*
906
907 ANALOG DEVICES INC ASOC CODEC DRIVERS
908 M:      Lars-Peter Clausen <[email protected]>
909 L:      [email protected] (moderated for non-subscribers)
910 W:      http://wiki.analog.com/
911 W:      http://ez.analog.com/community/linux-device-drivers
912 S:      Supported
913 F:      sound/soc/codecs/adau*
914 F:      sound/soc/codecs/adav*
915 F:      sound/soc/codecs/ad1*
916 F:      sound/soc/codecs/ad7*
917 F:      sound/soc/codecs/ssm*
918 F:      sound/soc/codecs/sigmadsp.*
919
920 ANALOG DEVICES INC DMA DRIVERS
921 M:      Lars-Peter Clausen <[email protected]>
922 W:      http://ez.analog.com/community/linux-device-drivers
923 S:      Supported
924 F:      drivers/dma/dma-axi-dmac.c
925
926 ANALOG DEVICES INC IIO DRIVERS
927 M:      Lars-Peter Clausen <[email protected]>
928 M:      Michael Hennerich <[email protected]>
929 W:      http://wiki.analog.com/
930 W:      http://ez.analog.com/community/linux-device-drivers
931 S:      Supported
932 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
933 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
934 F:      drivers/iio/*/ad*
935 F:      drivers/iio/adc/ltc2497*
936 X:      drivers/iio/*/adjd*
937 F:      drivers/staging/iio/*/ad*
938
939 ANDES ARCHITECTURE
940 M:      Greentime Hu <[email protected]>
941 M:      Vincent Chen <[email protected]>
942 T:      git https://github.com/andestech/linux.git
943 S:      Supported
944 F:      arch/nds32/
945 F:      Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
946 F:      Documentation/devicetree/bindings/nds32/
947 K:      nds32
948 N:      nds32
949
950 ANDROID CONFIG FRAGMENTS
951 M:      Rob Herring <[email protected]>
952 S:      Supported
953 F:      kernel/configs/android*
954
955 ANDROID DRIVERS
956 M:      Greg Kroah-Hartman <[email protected]>
957 M:      Arve Hjønnevåg <[email protected]>
958 M:      Todd Kjos <[email protected]>
959 M:      Martijn Coenen <[email protected]>
960 M:      Joel Fernandes <[email protected]>
961 M:      Christian Brauner <[email protected]>
962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
963 L:      [email protected]
964 S:      Supported
965 F:      drivers/android/
966 F:      drivers/staging/android/
967
968 ANDROID GOLDFISH PIC DRIVER
969 M:      Miodrag Dinic <[email protected]>
970 S:      Supported
971 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
972 F:      drivers/irqchip/irq-goldfish-pic.c
973
974 ANDROID GOLDFISH RTC DRIVER
975 M:      Miodrag Dinic <[email protected]>
976 S:      Supported
977 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
978 F:      drivers/rtc/rtc-goldfish.c
979
980 ANDROID ION DRIVER
981 M:      Laura Abbott <[email protected]>
982 M:      Sumit Semwal <[email protected]>
983 L:      [email protected]
984 L:      [email protected]
985 L:      [email protected] (moderated for non-subscribers)
986 S:      Supported
987 F:      drivers/staging/android/ion
988 F:      drivers/staging/android/uapi/ion.h
989
990 AOA (Apple Onboard Audio) ALSA DRIVER
991 M:      Johannes Berg <[email protected]>
992 L:      [email protected]
993 L:      [email protected] (moderated for non-subscribers)
994 S:      Maintained
995 F:      sound/aoa/
996
997 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
998 M:      William Breathitt Gray <[email protected]>
999 L:      [email protected]
1000 S:      Maintained
1001 F:      drivers/iio/adc/stx104.c
1002
1003 APM DRIVER
1004 M:      Jiri Kosina <[email protected]>
1005 S:      Odd fixes
1006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
1007 F:      arch/x86/kernel/apm_32.c
1008 F:      include/linux/apm_bios.h
1009 F:      include/uapi/linux/apm_bios.h
1010 F:      drivers/char/apm-emulation.c
1011
1012 APPARMOR SECURITY MODULE
1013 M:      John Johansen <[email protected]>
1014 L:      [email protected] (subscribers-only, general discussion)
1015 W:      wiki.apparmor.net
1016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
1017 S:      Supported
1018 F:      security/apparmor/
1019 F:      Documentation/admin-guide/LSM/apparmor.rst
1020
1021 APPLE BCM5974 MULTITOUCH DRIVER
1022 M:      Henrik Rydberg <[email protected]>
1023 L:      [email protected]
1024 S:      Odd fixes
1025 F:      drivers/input/mouse/bcm5974.c
1026
1027 APPLE SMC DRIVER
1028 M:      Henrik Rydberg <[email protected]>
1029 L:      [email protected]
1030 S:      Odd fixes
1031 F:      drivers/hwmon/applesmc.c
1032
1033 APPLETALK NETWORK LAYER
1034 L:      [email protected]
1035 S:      Odd fixes
1036 F:      drivers/net/appletalk/
1037 F:      net/appletalk/
1038
1039 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1040 M:      Duc Dang <[email protected]>
1041 S:      Supported
1042 F:      arch/arm64/boot/dts/apm/
1043
1044 APPLIED MICRO (APM) X-GENE SOC EDAC
1045 M:      Loc Ho <[email protected]>
1046 S:      Supported
1047 F:      drivers/edac/xgene_edac.c
1048 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1049
1050 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1051 M:      Iyappan Subramanian <[email protected]>
1052 M:      Keyur Chudgar <[email protected]>
1053 S:      Supported
1054 F:      drivers/net/ethernet/apm/xgene-v2/
1055
1056 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1057 M:      Iyappan Subramanian <[email protected]>
1058 M:      Keyur Chudgar <[email protected]>
1059 M:      Quan Nguyen <[email protected]>
1060 S:      Supported
1061 F:      drivers/net/ethernet/apm/xgene/
1062 F:      drivers/net/phy/mdio-xgene.c
1063 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1064 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1065
1066 APPLIED MICRO (APM) X-GENE SOC PMU
1067 M:      Tai Nguyen <[email protected]>
1068 S:      Supported
1069 F:      drivers/perf/xgene_pmu.c
1070 F:      Documentation/perf/xgene-pmu.txt
1071 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1072
1073 APTINA CAMERA SENSOR PLL
1074 M:      Laurent Pinchart <[email protected]>
1075 L:      [email protected]
1076 S:      Maintained
1077 F:      drivers/media/i2c/aptina-pll.*
1078
1079 ARC FRAMEBUFFER DRIVER
1080 M:      Jaya Kumar <[email protected]>
1081 S:      Maintained
1082 F:      drivers/video/fbdev/arcfb.c
1083 F:      drivers/video/fbdev/core/fb_defio.c
1084
1085 ARC PGU DRM DRIVER
1086 M:      Alexey Brodkin <[email protected]>
1087 S:      Supported
1088 F:      drivers/gpu/drm/arc/
1089 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
1090
1091 ARCNET NETWORK LAYER
1092 M:      Michael Grzeschik <[email protected]>
1093 L:      [email protected]
1094 S:      Maintained
1095 F:      drivers/net/arcnet/
1096 F:      include/uapi/linux/if_arcnet.h
1097
1098 ARM ARCHITECTED TIMER DRIVER
1099 M:      Mark Rutland <[email protected]>
1100 M:      Marc Zyngier <[email protected]>
1101 L:      [email protected] (moderated for non-subscribers)
1102 S:      Maintained
1103 F:      arch/arm/include/asm/arch_timer.h
1104 F:      arch/arm64/include/asm/arch_timer.h
1105 F:      drivers/clocksource/arm_arch_timer.c
1106
1107 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1108 M:      Linus Walleij <[email protected]>
1109 L:      [email protected] (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      Documentation/devicetree/bindings/arm/arm-boards
1112 F:      Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1113 F:      Documentation/devicetree/bindings/clock/arm-integrator.txt
1114 F:      Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1115 F:      Documentation/devicetree/bindings/mtd/arm-versatile.txt
1116 F:      arch/arm/mach-integrator/
1117 F:      arch/arm/mach-realview/
1118 F:      arch/arm/mach-versatile/
1119 F:      arch/arm/plat-versatile/
1120 F:      arch/arm/boot/dts/arm-realview-*
1121 F:      arch/arm/boot/dts/integrator*
1122 F:      arch/arm/boot/dts/versatile*
1123 F:      drivers/clk/versatile/
1124 F:      drivers/i2c/busses/i2c-versatile.c
1125 F:      drivers/irqchip/irq-versatile-fpga.c
1126 F:      drivers/mtd/maps/physmap_of_versatile.c
1127 F:      drivers/power/reset/arm-versatile-reboot.c
1128 F:      drivers/soc/versatile/
1129
1130 ARM HDLCD DRM DRIVER
1131 M:      Liviu Dudau <[email protected]>
1132 S:      Supported
1133 F:      drivers/gpu/drm/arm/hdlcd_*
1134 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
1135
1136 ARM MALI-DP DRM DRIVER
1137 M:      Liviu Dudau <[email protected]>
1138 M:      Brian Starkey <[email protected]>
1139 M:      Mali DP Maintainers <[email protected]>
1140 S:      Supported
1141 F:      drivers/gpu/drm/arm/
1142 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
1143
1144 ARM MFM AND FLOPPY DRIVERS
1145 M:      Ian Molton <[email protected]>
1146 S:      Maintained
1147 F:      arch/arm/lib/floppydma.S
1148 F:      arch/arm/include/asm/floppy.h
1149
1150 ARM PMU PROFILING AND DEBUGGING
1151 M:      Will Deacon <[email protected]>
1152 M:      Mark Rutland <[email protected]>
1153 S:      Maintained
1154 L:      [email protected] (moderated for non-subscribers)
1155 F:      arch/arm*/kernel/perf_*
1156 F:      arch/arm/oprofile/common.c
1157 F:      arch/arm*/kernel/hw_breakpoint.c
1158 F:      arch/arm*/include/asm/hw_breakpoint.h
1159 F:      arch/arm*/include/asm/perf_event.h
1160 F:      drivers/perf/*
1161 F:      include/linux/perf/arm_pmu.h
1162 F:      Documentation/devicetree/bindings/arm/pmu.txt
1163 F:      Documentation/devicetree/bindings/perf/
1164
1165 ARM PORT
1166 M:      Russell King <[email protected]>
1167 L:      [email protected] (moderated for non-subscribers)
1168 W:      http://www.armlinux.org.uk/
1169 S:      Odd Fixes
1170 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1171 F:      arch/arm/
1172 X:      arch/arm/boot/dts/
1173
1174 ARM PRIMECELL AACI PL041 DRIVER
1175 M:      Russell King <[email protected]>
1176 S:      Odd Fixes
1177 F:      sound/arm/aaci.*
1178
1179 ARM PRIMECELL BUS SUPPORT
1180 M:      Russell King <[email protected]>
1181 S:      Odd Fixes
1182 F:      drivers/amba/
1183 F:      include/linux/amba/bus.h
1184
1185 ARM PRIMECELL CLCD PL110 DRIVER
1186 M:      Russell King <[email protected]>
1187 S:      Odd Fixes
1188 F:      drivers/video/fbdev/amba-clcd.*
1189
1190 ARM PRIMECELL KMI PL050 DRIVER
1191 M:      Russell King <[email protected]>
1192 S:      Odd Fixes
1193 F:      drivers/input/serio/ambakmi.*
1194 F:      include/linux/amba/kmi.h
1195
1196 ARM PRIMECELL MMCI PL180/1 DRIVER
1197 M:      Russell King <[email protected]>
1198 S:      Odd Fixes
1199 F:      drivers/mmc/host/mmci.*
1200 F:      include/linux/amba/mmci.h
1201
1202 ARM PRIMECELL SSP PL022 SPI DRIVER
1203 M:      Linus Walleij <[email protected]>
1204 L:      [email protected] (moderated for non-subscribers)
1205 S:      Maintained
1206 F:      Documentation/devicetree/bindings/spi/spi_pl022.txt
1207 F:      drivers/spi/spi-pl022.c
1208
1209 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1210 M:      Russell King <[email protected]>
1211 S:      Odd Fixes
1212 F:      drivers/tty/serial/amba-pl01*.c
1213 F:      include/linux/amba/serial.h
1214
1215 ARM PRIMECELL VIC PL190/PL192 DRIVER
1216 M:      Linus Walleij <[email protected]>
1217 L:      [email protected] (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1220 F:      drivers/irqchip/irq-vic.c
1221
1222 ARM SMMU DRIVERS
1223 M:      Will Deacon <[email protected]>
1224 R:      Robin Murphy <[email protected]>
1225 L:      [email protected] (moderated for non-subscribers)
1226 S:      Maintained
1227 F:      drivers/iommu/arm-smmu.c
1228 F:      drivers/iommu/arm-smmu-v3.c
1229 F:      drivers/iommu/io-pgtable-arm.c
1230 F:      drivers/iommu/io-pgtable-arm-v7s.c
1231
1232 ARM SUB-ARCHITECTURES
1233 L:      [email protected] (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/mach-*/
1236 F:      arch/arm/plat-*/
1237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1238
1239 ARM/ACTIONS SEMI ARCHITECTURE
1240 M:      Andreas Färber <[email protected]>
1241 R:      Manivannan Sadhasivam <[email protected]>
1242 L:      [email protected] (moderated for non-subscribers)
1243 S:      Maintained
1244 N:      owl
1245 F:      arch/arm/mach-actions/
1246 F:      arch/arm/boot/dts/owl-*
1247 F:      arch/arm64/boot/dts/actions/
1248 F:      drivers/clk/actions/
1249 F:      drivers/clocksource/timer-owl*
1250 F:      drivers/dma/owl-dma.c
1251 F:      drivers/i2c/busses/i2c-owl.c
1252 F:      drivers/pinctrl/actions/*
1253 F:      drivers/soc/actions/
1254 F:      include/dt-bindings/power/owl-*
1255 F:      include/linux/soc/actions/
1256 F:      Documentation/devicetree/bindings/arm/actions.txt
1257 F:      Documentation/devicetree/bindings/clock/actions,owl-cmu.txt
1258 F:      Documentation/devicetree/bindings/dma/owl-dma.txt
1259 F:      Documentation/devicetree/bindings/i2c/i2c-owl.txt
1260 F:      Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1261 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1262 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1263
1264 ARM/ADS SPHERE MACHINE SUPPORT
1265 M:      Lennert Buytenhek <[email protected]>
1266 L:      [email protected] (moderated for non-subscribers)
1267 S:      Maintained
1268
1269 ARM/AFEB9260 MACHINE SUPPORT
1270 M:      Sergey Lapin <[email protected]>
1271 L:      [email protected] (moderated for non-subscribers)
1272 S:      Maintained
1273
1274 ARM/AJECO 1ARM MACHINE SUPPORT
1275 M:      Lennert Buytenhek <[email protected]>
1276 L:      [email protected] (moderated for non-subscribers)
1277 S:      Maintained
1278
1279 ARM/Allwinner SoC Clock Support
1280 M:      Emilio López <[email protected]>
1281 S:      Maintained
1282 F:      drivers/clk/sunxi/
1283
1284 ARM/Allwinner sunXi SoC support
1285 M:      Maxime Ripard <[email protected]>
1286 M:      Chen-Yu Tsai <[email protected]>
1287 L:      [email protected] (moderated for non-subscribers)
1288 S:      Maintained
1289 N:      sun[x456789]i
1290 N:      sun50i
1291 F:      arch/arm/mach-sunxi/
1292 F:      arch/arm64/boot/dts/allwinner/
1293 F:      drivers/clk/sunxi-ng/
1294 F:      drivers/pinctrl/sunxi/
1295 F:      drivers/soc/sunxi/
1296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1297
1298 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1299 M:      Neil Armstrong <[email protected]>
1300 M:      Jerome Brunet <[email protected]>
1301 L:      [email protected]
1302 S:      Maintained
1303 F:      drivers/clk/meson/
1304 F:      include/dt-bindings/clock/meson*
1305 F:      include/dt-bindings/clock/gxbb*
1306 F:      Documentation/devicetree/bindings/clock/amlogic*
1307
1308 ARM/Amlogic Meson SoC support
1309 M:      Kevin Hilman <[email protected]>
1310 L:      [email protected] (moderated for non-subscribers)
1311 L:      [email protected]
1312 W:      http://linux-meson.com/
1313 S:      Maintained
1314 F:      arch/arm/mach-meson/
1315 F:      arch/arm/boot/dts/meson*
1316 F:      arch/arm64/boot/dts/amlogic/
1317 F:      drivers/pinctrl/meson/
1318 F:      drivers/mmc/host/meson*
1319 F:      drivers/soc/amlogic/
1320 N:      meson
1321
1322 ARM/Amlogic Meson SoC Sound Drivers
1323 M:      Jerome Brunet <[email protected]>
1324 L:      [email protected] (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      sound/soc/meson/
1327 F:      Documentation/devicetree/bindings/sound/amlogic*
1328
1329 ARM/Annapurna Labs ALPINE ARCHITECTURE
1330 M:      Tsahee Zidenberg <[email protected]>
1331 M:      Antoine Tenart <[email protected]>
1332 L:      [email protected] (moderated for non-subscribers)
1333 S:      Maintained
1334 F:      arch/arm/mach-alpine/
1335 F:      arch/arm/boot/dts/alpine*
1336 F:      arch/arm64/boot/dts/al/
1337 F:      drivers/*/*alpine*
1338
1339 ARM/ARTPEC MACHINE SUPPORT
1340 M:      Jesper Nilsson <[email protected]>
1341 M:      Lars Persson <[email protected]>
1342 S:      Maintained
1343 L:      [email protected]
1344 F:      arch/arm/mach-artpec
1345 F:      arch/arm/boot/dts/artpec6*
1346 F:      drivers/clk/axis
1347 F:      drivers/crypto/axis
1348 F:      drivers/pinctrl/pinctrl-artpec*
1349 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1350
1351 ARM/ASPEED I2C DRIVER
1352 M:      Brendan Higgins <[email protected]>
1353 R:      Benjamin Herrenschmidt <[email protected]>
1354 R:      Joel Stanley <[email protected]>
1355 L:      [email protected]
1356 L:      [email protected] (moderated for non-subscribers)
1357 S:      Maintained
1358 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1359 F:      drivers/i2c/busses/i2c-aspeed.c
1360 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1361 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1362
1363 ARM/ASPEED MACHINE SUPPORT
1364 M:      Joel Stanley <[email protected]>
1365 R:      Andrew Jeffery <[email protected]>
1366 L:      [email protected] (moderated for non-subscribers)
1367 L:      [email protected] (moderated for non-subscribers)
1368 Q:      https://patchwork.ozlabs.org/project/linux-aspeed/list/
1369 S:      Supported
1370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1371 F:      arch/arm/mach-aspeed/
1372 F:      arch/arm/boot/dts/aspeed-*
1373 N:      aspeed
1374
1375 ARM/CALXEDA HIGHBANK ARCHITECTURE
1376 M:      Rob Herring <[email protected]>
1377 L:      [email protected] (moderated for non-subscribers)
1378 S:      Maintained
1379 F:      arch/arm/mach-highbank/
1380 F:      arch/arm/boot/dts/highbank.dts
1381 F:      arch/arm/boot/dts/ecx-*.dts*
1382
1383 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1384 M:      Krzysztof Halasa <[email protected]>
1385 S:      Maintained
1386 F:      arch/arm/mach-cns3xxx/
1387
1388 ARM/CAVIUM THUNDER NETWORK DRIVER
1389 M:      Sunil Goutham <[email protected]>
1390 M:      Robert Richter <[email protected]>
1391 L:      [email protected] (moderated for non-subscribers)
1392 S:      Supported
1393 F:      drivers/net/ethernet/cavium/thunder/
1394
1395 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1396 M:      Lukasz Majewski <[email protected]>
1397 L:      [email protected] (moderated for non-subscribers)
1398 S:      Maintained
1399 F:      arch/arm/mach-ep93xx/ts72xx.c
1400
1401 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1402 M:      Alexander Shiyan <[email protected]>
1403 L:      [email protected] (moderated for non-subscribers)
1404 S:      Odd Fixes
1405 N:      clps711x
1406
1407 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1408 M:      Lennert Buytenhek <[email protected]>
1409 L:      [email protected] (moderated for non-subscribers)
1410 S:      Maintained
1411
1412 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1413 M:      Hartley Sweeten <[email protected]>
1414 M:      Alexander Sverdlin <[email protected]>
1415 L:      [email protected] (moderated for non-subscribers)
1416 S:      Maintained
1417 F:      arch/arm/mach-ep93xx/
1418 F:      arch/arm/mach-ep93xx/include/mach/
1419
1420 ARM/CLKDEV SUPPORT
1421 M:      Russell King <[email protected]>
1422 L:      [email protected] (moderated for non-subscribers)
1423 S:      Maintained
1424 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1425 F:      drivers/clk/clkdev.c
1426
1427 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1428 M:      Mike Rapoport <[email protected]>
1429 L:      [email protected] (moderated for non-subscribers)
1430 S:      Maintained
1431
1432 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1433 M:      Baruch Siach <[email protected]>
1434 L:      [email protected] (moderated for non-subscribers)
1435 S:      Maintained
1436 F:      arch/arm/boot/dts/cx92755*
1437 N:      digicolor
1438
1439 ARM/CONTEC MICRO9 MACHINE SUPPORT
1440 M:      Hubert Feurstein <[email protected]>
1441 S:      Maintained
1442 F:      arch/arm/mach-ep93xx/micro9.c
1443
1444 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1445 M:      Mathieu Poirier <[email protected]>
1446 R:      Suzuki K Poulose <[email protected]>
1447 L:      [email protected] (moderated for non-subscribers)
1448 S:      Maintained
1449 F:      drivers/hwtracing/coresight/*
1450 F:      Documentation/trace/coresight.txt
1451 F:      Documentation/trace/coresight-cpu-debug.txt
1452 F:      Documentation/devicetree/bindings/arm/coresight.txt
1453 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1454 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1455 F:      tools/perf/arch/arm/util/pmu.c
1456 F:      tools/perf/arch/arm/util/auxtrace.c
1457 F:      tools/perf/arch/arm/util/cs-etm.c
1458 F:      tools/perf/arch/arm/util/cs-etm.h
1459 F:      tools/perf/util/cs-etm.*
1460 F:      tools/perf/util/cs-etm-decoder/*
1461
1462 ARM/CORGI MACHINE SUPPORT
1463 M:      Richard Purdie <[email protected]>
1464 S:      Maintained
1465
1466 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1467 M:      Hans Ulli Kroll <[email protected]>
1468 M:      Linus Walleij <[email protected]>
1469 L:      [email protected] (moderated for non-subscribers)
1470 T:      git git://github.com/ulli-kroll/linux.git
1471 S:      Maintained
1472 F:      Documentation/devicetree/bindings/arm/gemini.txt
1473 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1474 F:      Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1475 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1476 F:      arch/arm/mach-gemini/
1477 F:      drivers/net/ethernet/cortina/
1478 F:      drivers/pinctrl/pinctrl-gemini.c
1479 F:      drivers/rtc/rtc-ftrtc010.c
1480
1481 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1482 M:      Barry Song <[email protected]>
1483 L:      [email protected] (moderated for non-subscribers)
1484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1485 S:      Maintained
1486 F:      arch/arm/boot/dts/prima2*
1487 F:      arch/arm/mach-prima2/
1488 F:      drivers/clk/sirf/
1489 F:      drivers/clocksource/timer-prima2.c
1490 F:      drivers/clocksource/timer-atlas7.c
1491 N:      [^a-z]sirf
1492 X:      drivers/gnss
1493
1494 ARM/EBSA110 MACHINE SUPPORT
1495 M:      Russell King <[email protected]>
1496 L:      [email protected] (moderated for non-subscribers)
1497 W:      http://www.armlinux.org.uk/
1498 S:      Maintained
1499 F:      arch/arm/mach-ebsa110/
1500 F:      drivers/net/ethernet/amd/am79c961a.*
1501
1502 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1503 M:      Uwe Kleine-König <[email protected]>
1504 R:      Pengutronix Kernel Team <[email protected]>
1505 L:      [email protected] (moderated for non-subscribers)
1506 S:      Maintained
1507 N:      efm32
1508
1509 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1510 M:      Robert Jarzmik <[email protected]>
1511 L:      [email protected] (moderated for non-subscribers)
1512 S:      Maintained
1513 F:      arch/arm/mach-pxa/ezx.c
1514
1515 ARM/FARADAY FA526 PORT
1516 M:      Hans Ulli Kroll <[email protected]>
1517 L:      [email protected] (moderated for non-subscribers)
1518 S:      Maintained
1519 T:      git git://git.berlios.de/gemini-board
1520 F:      arch/arm/mm/*-fa*
1521
1522 ARM/FOOTBRIDGE ARCHITECTURE
1523 M:      Russell King <[email protected]>
1524 L:      [email protected] (moderated for non-subscribers)
1525 W:      http://www.armlinux.org.uk/
1526 S:      Maintained
1527 F:      arch/arm/include/asm/hardware/dec21285.h
1528 F:      arch/arm/mach-footbridge/
1529
1530 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1531 M:      Shawn Guo <[email protected]>
1532 M:      Sascha Hauer <[email protected]>
1533 R:      Pengutronix Kernel Team <[email protected]>
1534 R:      Fabio Estevam <[email protected]>
1535 R:      NXP Linux Team <[email protected]>
1536 L:      [email protected] (moderated for non-subscribers)
1537 S:      Maintained
1538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1539 F:      arch/arm/mach-imx/
1540 F:      arch/arm/mach-mxs/
1541 F:      arch/arm/boot/dts/imx*
1542 F:      arch/arm/configs/imx*_defconfig
1543 F:      drivers/clk/imx/
1544 F:      drivers/firmware/imx/
1545 F:      drivers/soc/imx/
1546 F:      include/linux/firmware/imx/
1547 F:      include/soc/imx/
1548
1549 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1550 M:      Shawn Guo <[email protected]>
1551 M:      Sascha Hauer <[email protected]>
1552 R:      Pengutronix Kernel Team <[email protected]>
1553 R:      Stefan Agner <[email protected]>
1554 L:      [email protected] (moderated for non-subscribers)
1555 S:      Maintained
1556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1557 F:      arch/arm/mach-imx/*vf610*
1558 F:      arch/arm/boot/dts/vf*
1559
1560 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1561 M:      Shawn Guo <[email protected]>
1562 M:      Li Yang <[email protected]>
1563 L:      [email protected] (moderated for non-subscribers)
1564 S:      Maintained
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1566 F:      arch/arm/boot/dts/ls1021a*
1567 F:      arch/arm64/boot/dts/freescale/fsl-*
1568 F:      arch/arm64/boot/dts/freescale/qoriq-*
1569
1570 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1571 M:      Lennert Buytenhek <[email protected]>
1572 L:      [email protected] (moderated for non-subscribers)
1573 S:      Maintained
1574
1575 ARM/GUMSTIX MACHINE SUPPORT
1576 M:      Steve Sakoman <[email protected]>
1577 L:      [email protected] (moderated for non-subscribers)
1578 S:      Maintained
1579
1580 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1581 M:      Philipp Zabel <[email protected]>
1582 M:      Paul Parsons <[email protected]>
1583 L:      [email protected] (moderated for non-subscribers)
1584 S:      Maintained
1585 F:      arch/arm/mach-pxa/hx4700.c
1586 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1587 F:      sound/soc/pxa/hx4700.c
1588
1589 ARM/HISILICON SOC SUPPORT
1590 M:      Wei Xu <[email protected]>
1591 L:      [email protected] (moderated for non-subscribers)
1592 W:      http://www.hisilicon.com
1593 S:      Supported
1594 T:      git git://github.com/hisilicon/linux-hisi.git
1595 F:      arch/arm/mach-hisi/
1596 F:      arch/arm/boot/dts/hi3*
1597 F:      arch/arm/boot/dts/hip*
1598 F:      arch/arm/boot/dts/hisi*
1599 F:      arch/arm64/boot/dts/hisilicon/
1600
1601 ARM/HP JORNADA 7XX MACHINE SUPPORT
1602 M:      Kristoffer Ericson <[email protected]>
1603 W:      www.jlime.com
1604 S:      Maintained
1605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1606 F:      arch/arm/mach-sa1100/jornada720.c
1607 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1608
1609 ARM/IGEP MACHINE SUPPORT
1610 M:      Enric Balletbo i Serra <[email protected]>
1611 M:      Javier Martinez Canillas <[email protected]>
1612 L:      [email protected]
1613 L:      [email protected] (moderated for non-subscribers)
1614 S:      Maintained
1615 F:      arch/arm/boot/dts/omap3-igep*
1616
1617 ARM/INCOME PXA270 SUPPORT
1618 M:      Marek Vasut <[email protected]>
1619 L:      [email protected] (moderated for non-subscribers)
1620 S:      Maintained
1621 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1622
1623 ARM/INTEL IOP13XX ARM ARCHITECTURE
1624 M:      Lennert Buytenhek <[email protected]>
1625 L:      [email protected] (moderated for non-subscribers)
1626 S:      Maintained
1627
1628 ARM/INTEL IOP32X ARM ARCHITECTURE
1629 M:      Lennert Buytenhek <[email protected]>
1630 L:      [email protected] (moderated for non-subscribers)
1631 S:      Maintained
1632
1633 ARM/INTEL IOP33X ARM ARCHITECTURE
1634 L:      [email protected] (moderated for non-subscribers)
1635 S:      Orphan
1636
1637 ARM/INTEL IQ81342EX MACHINE SUPPORT
1638 M:      Lennert Buytenhek <[email protected]>
1639 L:      [email protected] (moderated for non-subscribers)
1640 S:      Maintained
1641
1642 ARM/INTEL IXDP2850 MACHINE SUPPORT
1643 M:      Lennert Buytenhek <[email protected]>
1644 L:      [email protected] (moderated for non-subscribers)
1645 S:      Maintained
1646
1647 ARM/INTEL IXP4XX ARM ARCHITECTURE
1648 M:      Imre Kaloz <[email protected]>
1649 M:      Krzysztof Halasa <[email protected]>
1650 L:      [email protected] (moderated for non-subscribers)
1651 S:      Maintained
1652 F:      arch/arm/mach-ixp4xx/
1653
1654 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1655 M:      Jonathan Cameron <[email protected]>
1656 L:      [email protected] (moderated for non-subscribers)
1657 S:      Maintained
1658 F:      arch/arm/mach-pxa/stargate2.c
1659 F:      drivers/pcmcia/pxa2xx_stargate2.c
1660
1661 ARM/INTEL XSC3 (MANZANO) ARM CORE
1662 M:      Lennert Buytenhek <[email protected]>
1663 L:      [email protected] (moderated for non-subscribers)
1664 S:      Maintained
1665
1666 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1667 M:      Lennert Buytenhek <[email protected]>
1668 L:      [email protected] (moderated for non-subscribers)
1669 S:      Maintained
1670
1671 ARM/LG1K ARCHITECTURE
1672 M:      Chanho Min <[email protected]>
1673 L:      [email protected] (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm64/boot/dts/lg/
1676
1677 ARM/LOGICPD PXA270 MACHINE SUPPORT
1678 M:      Lennert Buytenhek <[email protected]>
1679 L:      [email protected] (moderated for non-subscribers)
1680 S:      Maintained
1681
1682 ARM/LPC18XX ARCHITECTURE
1683 M:      Vladimir Zapolskiy <[email protected]>
1684 L:      [email protected] (moderated for non-subscribers)
1685 S:      Maintained
1686 F:      arch/arm/boot/dts/lpc43*
1687 F:      drivers/i2c/busses/i2c-lpc2k.c
1688 F:      drivers/memory/pl172.c
1689 F:      drivers/mtd/spi-nor/nxp-spifi.c
1690 F:      drivers/rtc/rtc-lpc24xx.c
1691 N:      lpc18xx
1692
1693 ARM/LPC32XX SOC SUPPORT
1694 M:      Vladimir Zapolskiy <[email protected]>
1695 M:      Sylvain Lemieux <[email protected]>
1696 L:      [email protected] (moderated for non-subscribers)
1697 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1698 S:      Maintained
1699 F:      arch/arm/boot/dts/lpc32*
1700 F:      arch/arm/mach-lpc32xx/
1701 F:      drivers/i2c/busses/i2c-pnx.c
1702 F:      drivers/net/ethernet/nxp/lpc_eth.c
1703 F:      drivers/usb/host/ohci-nxp.c
1704 F:      drivers/watchdog/pnx4008_wdt.c
1705 N:      lpc32xx
1706
1707 ARM/MAGICIAN MACHINE SUPPORT
1708 M:      Philipp Zabel <[email protected]>
1709 S:      Maintained
1710
1711 ARM/Marvell Dove/MV78xx0/Orion SOC support
1712 M:      Jason Cooper <[email protected]>
1713 M:      Andrew Lunn <[email protected]>
1714 M:      Sebastian Hesselbarth <[email protected]>
1715 M:      Gregory Clement <[email protected]>
1716 L:      [email protected] (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      Documentation/devicetree/bindings/soc/dove/
1719 F:      arch/arm/mach-dove/
1720 F:      arch/arm/mach-mv78xx0/
1721 F:      arch/arm/mach-orion5x/
1722 F:      arch/arm/plat-orion/
1723 F:      arch/arm/boot/dts/dove*
1724 F:      arch/arm/boot/dts/orion5x*
1725
1726 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1727 M:      Jason Cooper <[email protected]>
1728 M:      Andrew Lunn <[email protected]>
1729 M:      Gregory Clement <[email protected]>
1730 M:      Sebastian Hesselbarth <[email protected]>
1731 L:      [email protected] (moderated for non-subscribers)
1732 S:      Maintained
1733 F:      arch/arm/boot/dts/armada*
1734 F:      arch/arm/boot/dts/kirkwood*
1735 F:      arch/arm/configs/mvebu_*_defconfig
1736 F:      arch/arm/mach-mvebu/
1737 F:      arch/arm64/boot/dts/marvell/armada*
1738 F:      drivers/cpufreq/armada-37xx-cpufreq.c
1739 F:      drivers/cpufreq/mvebu-cpufreq.c
1740 F:      drivers/irqchip/irq-armada-370-xp.c
1741 F:      drivers/irqchip/irq-mvebu-*
1742 F:      drivers/pinctrl/mvebu/
1743 F:      drivers/rtc/rtc-armada38x.c
1744
1745 ARM/Mediatek RTC DRIVER
1746 M:      Eddie Huang <[email protected]>
1747 M:      Sean Wang <[email protected]>
1748 L:      [email protected] (moderated for non-subscribers)
1749 L:      [email protected] (moderated for non-subscribers)
1750 S:      Maintained
1751 F:      Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1752 F:      drivers/rtc/rtc-mt6397.c
1753 F:      drivers/rtc/rtc-mt7622.c
1754
1755 ARM/Mediatek SoC support
1756 M:      Matthias Brugger <[email protected]>
1757 L:      [email protected] (moderated for non-subscribers)
1758 L:      [email protected] (moderated for non-subscribers)
1759 W:      https://mtk.bcnfs.org/
1760 C:      irc://chat.freenode.net/linux-mediatek
1761 S:      Maintained
1762 F:      arch/arm/boot/dts/mt6*
1763 F:      arch/arm/boot/dts/mt7*
1764 F:      arch/arm/boot/dts/mt8*
1765 F:      arch/arm/mach-mediatek/
1766 F:      arch/arm64/boot/dts/mediatek/
1767 F:      drivers/soc/mediatek/
1768 N:      mtk
1769 N:      mt[678]
1770 K:      mediatek
1771
1772 ARM/Mediatek USB3 PHY DRIVER
1773 M:      Chunfeng Yun <[email protected]>
1774 L:      [email protected] (moderated for non-subscribers)
1775 L:      [email protected] (moderated for non-subscribers)
1776 S:      Maintained
1777 F:      drivers/phy/mediatek/
1778 F:      Documentation/devicetree/bindings/phy/phy-mtk-*
1779
1780 ARM/MICREL KS8695 ARCHITECTURE
1781 M:      Greg Ungerer <[email protected]>
1782 L:      [email protected] (moderated for non-subscribers)
1783 F:      arch/arm/mach-ks8695/
1784 S:      Odd Fixes
1785
1786 ARM/Microchip (AT91) SoC support
1787 M:      Nicolas Ferre <[email protected]>
1788 M:      Alexandre Belloni <[email protected]>
1789 M:      Ludovic Desroches <[email protected]>
1790 L:      [email protected] (moderated for non-subscribers)
1791 W:      http://www.linux4sam.org
1792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
1793 S:      Supported
1794 N:      at91
1795 N:      atmel
1796 F:      arch/arm/mach-at91/
1797 F:      include/soc/at91/
1798 F:      arch/arm/boot/dts/at91*.dts
1799 F:      arch/arm/boot/dts/at91*.dtsi
1800 F:      arch/arm/boot/dts/sama*.dts
1801 F:      arch/arm/boot/dts/sama*.dtsi
1802 F:      arch/arm/include/debug/at91.S
1803 F:      drivers/memory/atmel*
1804 F:      drivers/watchdog/sama5d4_wdt.c
1805 X:      drivers/input/touchscreen/atmel_mxt_ts.c
1806 X:      drivers/net/wireless/atmel/
1807
1808 ARM/MIOA701 MACHINE SUPPORT
1809 M:      Robert Jarzmik <[email protected]>
1810 L:      [email protected] (moderated for non-subscribers)
1811 F:      arch/arm/mach-pxa/mioa701.c
1812 S:      Maintained
1813
1814 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1815 M:      Michael Petchkovsky <[email protected]>
1816 S:      Maintained
1817
1818 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1819 M:      Linus Walleij <[email protected]>
1820 L:      [email protected] (moderated for non-subscribers)
1821 S:      Maintained
1822 F:      arch/arm/mach-nomadik/
1823 F:      arch/arm/mach-u300/
1824 F:      arch/arm/mach-ux500/
1825 F:      arch/arm/boot/dts/ste-*
1826 F:      drivers/clk/clk-nomadik.c
1827 F:      drivers/clk/clk-u300.c
1828 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1829 F:      drivers/clocksource/timer-u300.c
1830 F:      drivers/dma/coh901318*
1831 F:      drivers/dma/ste_dma40*
1832 F:      drivers/hwspinlock/u8500_hsem.c
1833 F:      drivers/i2c/busses/i2c-nomadik.c
1834 F:      drivers/i2c/busses/i2c-stu300.c
1835 F:      drivers/mfd/ab3100*
1836 F:      drivers/mfd/ab8500*
1837 F:      drivers/mfd/abx500*
1838 F:      drivers/mfd/dbx500*
1839 F:      drivers/mfd/db8500*
1840 F:      drivers/pinctrl/nomadik/
1841 F:      drivers/pinctrl/pinctrl-coh901*
1842 F:      drivers/pinctrl/pinctrl-u300.c
1843 F:      drivers/rtc/rtc-ab3100.c
1844 F:      drivers/rtc/rtc-ab8500.c
1845 F:      drivers/rtc/rtc-coh901331.c
1846 F:      drivers/rtc/rtc-pl031.c
1847 F:      drivers/watchdog/coh901327_wdt.c
1848 F:      Documentation/devicetree/bindings/arm/ste-*
1849 F:      Documentation/devicetree/bindings/arm/ux500/
1850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1851
1852 ARM/NUVOTON NPCM ARCHITECTURE
1853 M:      Avi Fishman <[email protected]>
1854 M:      Tomer Maimon <[email protected]>
1855 R:      Patrick Venture <[email protected]>
1856 R:      Nancy Yuen <[email protected]>
1857 R:      Brendan Higgins <[email protected]>
1858 L:      [email protected] (moderated for non-subscribers)
1859 S:      Supported
1860 F:      arch/arm/mach-npcm/
1861 F:      arch/arm/boot/dts/nuvoton-npcm*
1862 F:      include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
1863 F:      drivers/*/*npcm*
1864 F:      Documentation/devicetree/bindings/*/*npcm*
1865 F:      Documentation/devicetree/bindings/*/*/*npcm*
1866
1867 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1868 M:      Wan ZongShun <[email protected]>
1869 L:      [email protected] (moderated for non-subscribers)
1870 W:      http://www.mcuos.com
1871 S:      Maintained
1872 F:      arch/arm/mach-w90x900/
1873 F:      drivers/input/keyboard/w90p910_keypad.c
1874 F:      drivers/input/touchscreen/w90p910_ts.c
1875 F:      drivers/watchdog/nuc900_wdt.c
1876 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1877 F:      drivers/mtd/nand/raw/nuc900_nand.c
1878 F:      drivers/rtc/rtc-nuc900.c
1879 F:      drivers/spi/spi-nuc900.c
1880 F:      drivers/usb/host/ehci-w90x900.c
1881 F:      drivers/video/fbdev/nuc900fb.c
1882
1883 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1884 M:      Nelson Castillo <[email protected]>
1885 L:      [email protected] (subscribers-only)
1886 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1887 S:      Supported
1888
1889 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1890 M:      Alexander Clouter <[email protected]>
1891 L:      [email protected] (moderated for non-subscribers)
1892 W:      http://www.digriz.org.uk/ts78xx/kernel
1893 S:      Maintained
1894 F:      arch/arm/mach-orion5x/ts78xx-*
1895
1896 ARM/OXNAS platform support
1897 M:      Neil Armstrong <[email protected]>
1898 L:      [email protected] (moderated for non-subscribers)
1899 L:      [email protected] (moderated for non-subscribers)
1900 S:      Maintained
1901 F:      arch/arm/mach-oxnas/
1902 F:      arch/arm/boot/dts/ox8*.dts*
1903 N:      oxnas
1904
1905 ARM/PALM TREO SUPPORT
1906 M:      Tomas Cech <[email protected]>
1907 L:      [email protected]
1908 W:      http://hackndev.com
1909 S:      Maintained
1910 F:      arch/arm/mach-pxa/palmtreo.*
1911
1912 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1913 M:      Marek Vasut <[email protected]>
1914 L:      [email protected]
1915 W:      http://hackndev.com
1916 S:      Maintained
1917 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1918 F:      arch/arm/mach-pxa/palmtx.c
1919 F:      arch/arm/mach-pxa/palmt5.*
1920 F:      arch/arm/mach-pxa/include/mach/palmld.h
1921 F:      arch/arm/mach-pxa/palmld.c
1922 F:      arch/arm/mach-pxa/palmte2.*
1923 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1924 F:      arch/arm/mach-pxa/palmtc.c
1925
1926 ARM/PALMZ72 SUPPORT
1927 M:      Sergey Lapin <[email protected]>
1928 L:      [email protected]
1929 W:      http://hackndev.com
1930 S:      Maintained
1931 F:      arch/arm/mach-pxa/palmz72.*
1932
1933 ARM/PLEB SUPPORT
1934 M:      Peter Chubb <[email protected]>
1935 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1936 S:      Maintained
1937
1938 ARM/PT DIGITAL BOARD PORT
1939 M:      Stefan Eletzhofer <[email protected]>
1940 L:      [email protected] (moderated for non-subscribers)
1941 W:      http://www.armlinux.org.uk/
1942 S:      Maintained
1943
1944 ARM/QUALCOMM SUPPORT
1945 M:      Andy Gross <[email protected]>
1946 M:      David Brown <[email protected]>
1947 L:      [email protected]
1948 S:      Maintained
1949 F:      Documentation/devicetree/bindings/soc/qcom/
1950 F:      arch/arm/boot/dts/qcom-*.dts
1951 F:      arch/arm/boot/dts/qcom-*.dtsi
1952 F:      arch/arm/mach-qcom/
1953 F:      arch/arm64/boot/dts/qcom/*
1954 F:      drivers/i2c/busses/i2c-qup.c
1955 F:      drivers/clk/qcom/
1956 F:      drivers/dma/qcom/
1957 F:      drivers/soc/qcom/
1958 F:      drivers/spi/spi-qup.c
1959 F:      drivers/tty/serial/msm_serial.c
1960 F:      drivers/*/pm8???-*
1961 F:      drivers/mfd/ssbi.c
1962 F:      drivers/firmware/qcom_scm*
1963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1964
1965 ARM/RADISYS ENP2611 MACHINE SUPPORT
1966 M:      Lennert Buytenhek <[email protected]>
1967 L:      [email protected] (moderated for non-subscribers)
1968 S:      Maintained
1969
1970 ARM/REALTEK ARCHITECTURE
1971 M:      Andreas Färber <[email protected]>
1972 L:      [email protected] (moderated for non-subscribers)
1973 S:      Maintained
1974 F:      arch/arm64/boot/dts/realtek/
1975 F:      Documentation/devicetree/bindings/arm/realtek.txt
1976
1977 ARM/RENESAS ARM64 ARCHITECTURE
1978 M:      Simon Horman <[email protected]>
1979 M:      Magnus Damm <[email protected]>
1980 L:      [email protected]
1981 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1983 S:      Supported
1984 F:      arch/arm64/boot/dts/renesas/
1985 F:      Documentation/devicetree/bindings/arm/shmobile.txt
1986 F:      drivers/soc/renesas/
1987 F:      include/linux/soc/renesas/
1988
1989 ARM/RISCPC ARCHITECTURE
1990 M:      Russell King <[email protected]>
1991 L:      [email protected] (moderated for non-subscribers)
1992 W:      http://www.armlinux.org.uk/
1993 S:      Maintained
1994 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1995 F:      arch/arm/include/asm/hardware/ioc.h
1996 F:      arch/arm/include/asm/hardware/iomd.h
1997 F:      arch/arm/include/asm/hardware/memc.h
1998 F:      arch/arm/mach-rpc/
1999 F:      drivers/net/ethernet/8390/etherh.c
2000 F:      drivers/net/ethernet/i825xx/ether1*
2001 F:      drivers/net/ethernet/seeq/ether3*
2002 F:      drivers/scsi/arm/
2003
2004 ARM/Rockchip SoC support
2005 M:      Heiko Stuebner <[email protected]>
2006 L:      [email protected] (moderated for non-subscribers)
2007 L:      [email protected]
2008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
2009 S:      Maintained
2010 F:      arch/arm/boot/dts/rk3*
2011 F:      arch/arm/boot/dts/rv1108*
2012 F:      arch/arm/mach-rockchip/
2013 F:      drivers/clk/rockchip/
2014 F:      drivers/i2c/busses/i2c-rk3x.c
2015 F:      drivers/*/*rockchip*
2016 F:      drivers/*/*/*rockchip*
2017 F:      sound/soc/rockchip/
2018 N:      rockchip
2019
2020 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
2021 M:      Kukjin Kim <[email protected]>
2022 M:      Krzysztof Kozlowski <[email protected]>
2023 L:      [email protected] (moderated for non-subscribers)
2024 L:      [email protected] (moderated for non-subscribers)
2025 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
2026 S:      Maintained
2027 F:      arch/arm/boot/dts/s3c*
2028 F:      arch/arm/boot/dts/s5p*
2029 F:      arch/arm/boot/dts/exynos*
2030 F:      arch/arm64/boot/dts/exynos/
2031 F:      arch/arm/plat-samsung/
2032 F:      arch/arm/mach-s3c24*/
2033 F:      arch/arm/mach-s3c64xx/
2034 F:      arch/arm/mach-s5p*/
2035 F:      arch/arm/mach-exynos*/
2036 F:      drivers/*/*s3c24*
2037 F:      drivers/*/*/*s3c24*
2038 F:      drivers/*/*s3c64xx*
2039 F:      drivers/*/*s5pv210*
2040 F:      drivers/memory/samsung/*
2041 F:      drivers/soc/samsung/*
2042 F:      Documentation/arm/Samsung/
2043 F:      Documentation/devicetree/bindings/arm/samsung/
2044 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
2045 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
2046 N:      exynos
2047
2048 ARM/SAMSUNG MOBILE MACHINE SUPPORT
2049 M:      Kyungmin Park <[email protected]>
2050 L:      [email protected] (moderated for non-subscribers)
2051 S:      Maintained
2052 F:      arch/arm/mach-s5pv210/
2053
2054 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
2055 M:      Kyungmin Park <[email protected]>
2056 M:      Kamil Debski <[email protected]>
2057 M:      Andrzej Hajda <[email protected]>
2058 L:      [email protected]
2059 L:      [email protected]
2060 S:      Maintained
2061 F:      drivers/media/platform/s5p-g2d/
2062
2063 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
2064 M:      Marek Szyprowski <[email protected]>
2065 L:      [email protected] (moderated for non-subscribers)
2066 L:      [email protected]
2067 S:      Maintained
2068 F:      drivers/media/platform/s5p-cec/
2069 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
2070
2071 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
2072 M:      Andrzej Pietrasiewicz <[email protected]>
2073 M:      Jacek Anaszewski <[email protected]>
2074 L:      [email protected]
2075 L:      [email protected]
2076 S:      Maintained
2077 F:      drivers/media/platform/s5p-jpeg/
2078
2079 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
2080 M:      Kyungmin Park <[email protected]>
2081 M:      Kamil Debski <[email protected]>
2082 M:      Jeongtae Park <[email protected]>
2083 M:      Andrzej Hajda <[email protected]>
2084 L:      [email protected]
2085 L:      [email protected]
2086 S:      Maintained
2087 F:      drivers/media/platform/s5p-mfc/
2088
2089 ARM/SHMOBILE ARM ARCHITECTURE
2090 M:      Simon Horman <[email protected]>
2091 M:      Magnus Damm <[email protected]>
2092 L:      [email protected]
2093 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2095 S:      Supported
2096 F:      arch/arm/boot/dts/emev2*
2097 F:      arch/arm/boot/dts/r7s*
2098 F:      arch/arm/boot/dts/r8a*
2099 F:      arch/arm/boot/dts/r9a*
2100 F:      arch/arm/boot/dts/sh*
2101 F:      arch/arm/configs/shmobile_defconfig
2102 F:      arch/arm/include/debug/renesas-scif.S
2103 F:      arch/arm/mach-shmobile/
2104 F:      Documentation/devicetree/bindings/arm/shmobile.txt
2105 F:      drivers/soc/renesas/
2106 F:      include/linux/soc/renesas/
2107
2108 ARM/SOCFPGA ARCHITECTURE
2109 M:      Dinh Nguyen <[email protected]>
2110 S:      Maintained
2111 F:      arch/arm/mach-socfpga/
2112 F:      arch/arm/boot/dts/socfpga*
2113 F:      arch/arm/configs/socfpga_defconfig
2114 F:      arch/arm64/boot/dts/altera/
2115 W:      http://www.rocketboards.org
2116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2117
2118 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2119 M:      Dinh Nguyen <[email protected]>
2120 S:      Maintained
2121 F:      drivers/clk/socfpga/
2122
2123 ARM/SOCFPGA EDAC SUPPORT
2124 M:      Thor Thayer <[email protected]>
2125 S:      Maintained
2126 F:      drivers/edac/altera_edac.
2127
2128 ARM/SPREADTRUM SoC SUPPORT
2129 M:      Orson Zhai <[email protected]>
2130 M:      Baolin Wang <[email protected]>
2131 M:      Chunyan Zhang <[email protected]>
2132 S:      Maintained
2133 F:      arch/arm64/boot/dts/sprd
2134 N:      sprd
2135
2136 ARM/STI ARCHITECTURE
2137 M:      Patrice Chotard <[email protected]>
2138 L:      [email protected] (moderated for non-subscribers)
2139 W:      http://www.stlinux.com
2140 S:      Maintained
2141 F:      arch/arm/mach-sti/
2142 F:      arch/arm/boot/dts/sti*
2143 F:      drivers/char/hw_random/st-rng.c
2144 F:      drivers/clocksource/arm_global_timer.c
2145 F:      drivers/clocksource/clksrc_st_lpc.c
2146 F:      drivers/cpufreq/sti-cpufreq.c
2147 F:      drivers/dma/st_fdma*
2148 F:      drivers/i2c/busses/i2c-st.c
2149 F:      drivers/media/rc/st_rc.c
2150 F:      drivers/media/platform/sti/c8sectpfe/
2151 F:      drivers/mmc/host/sdhci-st.c
2152 F:      drivers/phy/st/phy-miphy28lp.c
2153 F:      drivers/phy/st/phy-stih407-usb.c
2154 F:      drivers/pinctrl/pinctrl-st.c
2155 F:      drivers/remoteproc/st_remoteproc.c
2156 F:      drivers/remoteproc/st_slim_rproc.c
2157 F:      drivers/reset/sti/
2158 F:      drivers/rtc/rtc-st-lpc.c
2159 F:      drivers/tty/serial/st-asc.c
2160 F:      drivers/usb/dwc3/dwc3-st.c
2161 F:      drivers/usb/host/ehci-st.c
2162 F:      drivers/usb/host/ohci-st.c
2163 F:      drivers/watchdog/st_lpc_wdt.c
2164 F:      drivers/ata/ahci_st.c
2165 F:      include/linux/remoteproc/st_slim_rproc.h
2166
2167 ARM/STM32 ARCHITECTURE
2168 M:      Maxime Coquelin <[email protected]>
2169 M:      Alexandre Torgue <[email protected]>
2170 L:      [email protected] (moderated for non-subscribers)
2171 L:      [email protected] (moderated for non-subscribers)
2172 S:      Maintained
2173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2174 N:      stm32
2175 N:      stm
2176 F:      arch/arm/boot/dts/stm32*
2177 F:      arch/arm/mach-stm32/
2178 F:      drivers/clocksource/armv7m_systick.c
2179
2180 ARM/Synaptics SoC support
2181 M:      Jisheng Zhang <[email protected]>
2182 M:      Sebastian Hesselbarth <[email protected]>
2183 L:      [email protected] (moderated for non-subscribers)
2184 S:      Maintained
2185 F:      arch/arm/mach-berlin/
2186 F:      arch/arm/boot/dts/berlin*
2187 F:      arch/arm64/boot/dts/synaptics/
2188
2189 ARM/TANGO ARCHITECTURE
2190 M:      Marc Gonzalez <[email protected]>
2191 M:      Mans Rullgard <[email protected]>
2192 L:      [email protected]
2193 S:      Odd Fixes
2194 N:      tango
2195
2196 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2197 M:      Lennert Buytenhek <[email protected]>
2198 L:      [email protected] (moderated for non-subscribers)
2199 S:      Maintained
2200
2201 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2202 M:      Hans Verkuil <[email protected]>
2203 L:      [email protected]
2204 L:      [email protected]
2205 S:      Maintained
2206 F:      drivers/media/platform/tegra-cec/
2207 F:      Documentation/devicetree/bindings/media/tegra-cec.txt
2208
2209 ARM/TETON BGA MACHINE SUPPORT
2210 M:      "Mark F. Brown" <[email protected]>
2211 L:      [email protected] (moderated for non-subscribers)
2212 S:      Maintained
2213
2214 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2215 M:      Santosh Shilimkar <[email protected]>
2216 L:      [email protected]
2217 S:      Maintained
2218 F:      drivers/memory/*emif*
2219
2220 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2221 M:      Tero Kristo <[email protected]>
2222 M:      Nishanth Menon <[email protected]>
2223 L:      [email protected] (moderated for non-subscribers)
2224 S:      Supported
2225 F:      Documentation/devicetree/bindings/arm/ti/k3.txt
2226 F:      arch/arm64/boot/dts/ti/Makefile
2227 F:      arch/arm64/boot/dts/ti/k3-*
2228 F:      include/dt-bindings/pinctrl/k3.h
2229
2230 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2231 M:      Santosh Shilimkar <[email protected]>
2232 L:      [email protected] (moderated for non-subscribers)
2233 S:      Maintained
2234 F:      arch/arm/mach-keystone/
2235 F:      arch/arm/boot/dts/keystone-*
2236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2237
2238 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2239 M:      Santosh Shilimkar <[email protected]>
2240 L:      [email protected]
2241 S:      Maintained
2242 F:      drivers/clk/keystone/
2243
2244 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2245 M:      Santosh Shilimkar <[email protected]>
2246 L:      [email protected] (moderated for non-subscribers)
2247 L:      [email protected]
2248 S:      Maintained
2249 F:      drivers/clocksource/timer-keystone.c
2250
2251 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2252 M:      Santosh Shilimkar <[email protected]>
2253 L:      [email protected]
2254 S:      Maintained
2255 F:      drivers/power/reset/keystone-reset.c
2256
2257 ARM/THECUS N2100 MACHINE SUPPORT
2258 M:      Lennert Buytenhek <[email protected]>
2259 L:      [email protected] (moderated for non-subscribers)
2260 S:      Maintained
2261
2262 ARM/TOSA MACHINE SUPPORT
2263 M:      Dmitry Eremin-Solenikov <[email protected]>
2264 M:      Dirk Opfer <[email protected]>
2265 S:      Maintained
2266
2267 ARM/UNIPHIER ARCHITECTURE
2268 M:      Masahiro Yamada <[email protected]>
2269 L:      [email protected] (moderated for non-subscribers)
2270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2271 S:      Maintained
2272 F:      Documentation/devicetree/bindings/arm/socionext/uniphier.txt
2273 F:      Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2274 F:      Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2275 F:      arch/arm/boot/dts/uniphier*
2276 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2277 F:      arch/arm/mach-uniphier/
2278 F:      arch/arm/mm/cache-uniphier.c
2279 F:      arch/arm64/boot/dts/socionext/uniphier*
2280 F:      drivers/bus/uniphier-system-bus.c
2281 F:      drivers/clk/uniphier/
2282 F:      drivers/dmaengine/uniphier-mdmac.c
2283 F:      drivers/gpio/gpio-uniphier.c
2284 F:      drivers/i2c/busses/i2c-uniphier*
2285 F:      drivers/irqchip/irq-uniphier-aidet.c
2286 F:      drivers/mmc/host/uniphier-sd.c
2287 F:      drivers/pinctrl/uniphier/
2288 F:      drivers/reset/reset-uniphier.c
2289 F:      drivers/tty/serial/8250/8250_uniphier.c
2290 N:      uniphier
2291
2292 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2293 M:      Ulf Hansson <[email protected]>
2294 L:      [email protected] (moderated for non-subscribers)
2295 T:      git git://git.linaro.org/people/ulfh/clk.git
2296 S:      Maintained
2297 F:      drivers/clk/ux500/
2298
2299 ARM/VERSATILE EXPRESS PLATFORM
2300 M:      Liviu Dudau <[email protected]>
2301 M:      Sudeep Holla <[email protected]>
2302 M:      Lorenzo Pieralisi <[email protected]>
2303 L:      [email protected] (moderated for non-subscribers)
2304 S:      Maintained
2305 F:      arch/arm/boot/dts/vexpress*
2306 F:      arch/arm64/boot/dts/arm/
2307 F:      arch/arm/mach-vexpress/
2308 F:      */*/vexpress*
2309 F:      */*/*/vexpress*
2310 F:      drivers/clk/versatile/clk-vexpress-osc.c
2311 F:      drivers/clocksource/timer-versatile.c
2312 N:      mps2
2313
2314 ARM/VFP SUPPORT
2315 M:      Russell King <[email protected]>
2316 L:      [email protected] (moderated for non-subscribers)
2317 W:      http://www.armlinux.org.uk/
2318 S:      Maintained
2319 F:      arch/arm/vfp/
2320
2321 ARM/VOIPAC PXA270 SUPPORT
2322 M:      Marek Vasut <[email protected]>
2323 L:      [email protected] (moderated for non-subscribers)
2324 S:      Maintained
2325 F:      arch/arm/mach-pxa/vpac270.c
2326 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2327
2328 ARM/VT8500 ARM ARCHITECTURE
2329 M:      Tony Prisk <[email protected]>
2330 L:      [email protected] (moderated for non-subscribers)
2331 S:      Maintained
2332 F:      arch/arm/mach-vt8500/
2333 F:      drivers/clocksource/timer-vt8500.c
2334 F:      drivers/i2c/busses/i2c-wmt.c
2335 F:      drivers/mmc/host/wmt-sdmmc.c
2336 F:      drivers/pwm/pwm-vt8500.c
2337 F:      drivers/rtc/rtc-vt8500.c
2338 F:      drivers/tty/serial/vt8500_serial.c
2339 F:      drivers/usb/host/ehci-platform.c
2340 F:      drivers/usb/host/uhci-platform.c
2341 F:      drivers/video/fbdev/vt8500lcdfb.*
2342 F:      drivers/video/fbdev/wm8505fb*
2343 F:      drivers/video/fbdev/wmt_ge_rops.*
2344
2345 ARM/ZIPIT Z2 SUPPORT
2346 M:      Marek Vasut <[email protected]>
2347 L:      [email protected] (moderated for non-subscribers)
2348 S:      Maintained
2349 F:      arch/arm/mach-pxa/z2.c
2350 F:      arch/arm/mach-pxa/include/mach/z2.h
2351
2352 ARM/ZTE ARCHITECTURE
2353 M:      Jun Nie <[email protected]>
2354 M:      Shawn Guo <[email protected]>
2355 L:      [email protected] (moderated for non-subscribers)
2356 S:      Maintained
2357 F:      arch/arm/boot/dts/zx2967*
2358 F:      arch/arm/mach-zx/
2359 F:      arch/arm64/boot/dts/zte/
2360 F:      drivers/clk/zte/
2361 F:      drivers/dma/zx_dma.c
2362 F:      drivers/gpio/gpio-zx.c
2363 F:      drivers/i2c/busses/i2c-zx2967.c
2364 F:      drivers/mmc/host/dw_mmc-zx.*
2365 F:      drivers/pinctrl/zte/
2366 F:      drivers/soc/zte/
2367 F:      drivers/thermal/zx2967_thermal.c
2368 F:      drivers/watchdog/zx2967_wdt.c
2369 F:      Documentation/devicetree/bindings/arm/zte.yaml
2370 F:      Documentation/devicetree/bindings/clock/zx2967*.txt
2371 F:      Documentation/devicetree/bindings/dma/zxdma.txt
2372 F:      Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2373 F:      Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2374 F:      Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2375 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2376 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2377 F:      Documentation/devicetree/bindings/soc/zte/
2378 F:      Documentation/devicetree/bindings/sound/zte,*.txt
2379 F:      Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2380 F:      Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2381 F:      include/dt-bindings/clock/zx2967*.h
2382 F:      include/dt-bindings/soc/zte,*.h
2383 F:      sound/soc/codecs/zx_aud96p22.c
2384 F:      sound/soc/zte/
2385
2386 ARM/ZYNQ ARCHITECTURE
2387 M:      Michal Simek <[email protected]>
2388 L:      [email protected] (moderated for non-subscribers)
2389 W:      http://wiki.xilinx.com
2390 T:      git https://github.com/Xilinx/linux-xlnx.git
2391 S:      Supported
2392 F:      arch/arm/mach-zynq/
2393 F:      drivers/cpuidle/cpuidle-zynq.c
2394 F:      drivers/block/xsysace.c
2395 N:      zynq
2396 N:      xilinx
2397 F:      drivers/clocksource/timer-cadence-ttc.c
2398 F:      drivers/i2c/busses/i2c-cadence.c
2399 F:      drivers/mmc/host/sdhci-of-arasan.c
2400 F:      drivers/edac/synopsys_edac.c
2401 F:      drivers/i2c/busses/i2c-xiic.c
2402
2403 ARM64 PORT (AARCH64 ARCHITECTURE)
2404 M:      Catalin Marinas <[email protected]>
2405 M:      Will Deacon <[email protected]>
2406 L:      [email protected] (moderated for non-subscribers)
2407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2408 S:      Maintained
2409 F:      arch/arm64/
2410 X:      arch/arm64/boot/dts/
2411 F:      Documentation/arm64/
2412
2413 AS3645A LED FLASH CONTROLLER DRIVER
2414 M:      Sakari Ailus <[email protected]>
2415 L:      [email protected]
2416 S:      Maintained
2417 F:      drivers/leds/leds-as3645a.c
2418
2419 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2420 M:      Tianshu Qiu <[email protected]>
2421 L:      [email protected]
2422 T:      git git://linuxtv.org/media_tree.git
2423 S:      Maintained
2424 F:      drivers/media/i2c/ak7375.c
2425 F:      Documentation/devicetree/bindings/media/i2c/ak7375.txt
2426
2427 ASAHI KASEI AK8974 DRIVER
2428 M:      Linus Walleij <[email protected]>
2429 L:      [email protected]
2430 W:      http://www.akm.com/
2431 S:      Supported
2432 F:      drivers/iio/magnetometer/ak8974.c
2433
2434 ASC7621 HARDWARE MONITOR DRIVER
2435 M:      George Joseph <[email protected]>
2436 L:      [email protected]
2437 S:      Maintained
2438 F:      Documentation/hwmon/asc7621
2439 F:      drivers/hwmon/asc7621.c
2440
2441 ASPEED VIDEO ENGINE DRIVER
2442 M:      Eddie James <[email protected]>
2443 L:      [email protected]
2444 L:      [email protected] (moderated for non-subscribers)
2445 S:      Maintained
2446 F:      drivers/media/platform/aspeed-video.c
2447 F:      Documentation/devicetree/bindings/media/aspeed-video.txt
2448
2449 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2450 M:      Corentin Chary <[email protected]>
2451 L:      [email protected]
2452 L:      [email protected]
2453 W:      http://acpi4asus.sf.net
2454 S:      Maintained
2455 F:      drivers/platform/x86/asus*.c
2456 F:      drivers/platform/x86/eeepc*.c
2457
2458 ASUS WIRELESS RADIO CONTROL DRIVER
2459 M:      João Paulo Rechi Vita <[email protected]>
2460 L:      [email protected]
2461 S:      Maintained
2462 F:      drivers/platform/x86/asus-wireless.c
2463
2464 ASYMMETRIC KEYS
2465 M:      David Howells <[email protected]>
2466 L:      [email protected]
2467 S:      Maintained
2468 F:      Documentation/crypto/asymmetric-keys.txt
2469 F:      include/linux/verification.h
2470 F:      include/crypto/public_key.h
2471 F:      include/crypto/pkcs7.h
2472 F:      crypto/asymmetric_keys/
2473
2474 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2475 R:      Dan Williams <[email protected]>
2476 W:      http://sourceforge.net/projects/xscaleiop
2477 S:      Odd fixes
2478 F:      Documentation/crypto/async-tx-api.txt
2479 F:      crypto/async_tx/
2480 F:      drivers/dma/
2481 F:      include/linux/dmaengine.h
2482 F:      include/linux/async_tx.h
2483
2484 AT24 EEPROM DRIVER
2485 M:      Bartosz Golaszewski <[email protected]>
2486 L:      [email protected]
2487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2488 S:      Maintained
2489 F:      Documentation/devicetree/bindings/eeprom/at24.txt
2490 F:      drivers/misc/eeprom/at24.c
2491 F:      include/linux/platform_data/at24.h
2492
2493 ATA OVER ETHERNET (AOE) DRIVER
2494 M:      "Ed L. Cashin" <[email protected]>
2495 W:      http://www.openaoe.org/
2496 S:      Supported
2497 F:      Documentation/aoe/
2498 F:      drivers/block/aoe/
2499
2500 ATHEROS 71XX/9XXX GPIO DRIVER
2501 M:      Alban Bedel <[email protected]>
2502 W:      https://github.com/AlbanBedel/linux
2503 T:      git git://github.com/AlbanBedel/linux
2504 S:      Maintained
2505 F:      drivers/gpio/gpio-ath79.c
2506 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2507
2508 ATHEROS 71XX/9XXX USB PHY DRIVER
2509 M:      Alban Bedel <[email protected]>
2510 W:      https://github.com/AlbanBedel/linux
2511 T:      git git://github.com/AlbanBedel/linux
2512 S:      Maintained
2513 F:      drivers/phy/qualcomm/phy-ath79-usb.c
2514 F:      Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2515
2516 ATHEROS ATH GENERIC UTILITIES
2517 M:      Kalle Valo <[email protected]>
2518 L:      [email protected]
2519 S:      Supported
2520 F:      drivers/net/wireless/ath/*
2521
2522 ATHEROS ATH5K WIRELESS DRIVER
2523 M:      Jiri Slaby <[email protected]>
2524 M:      Nick Kossifidis <[email protected]>
2525 M:      Luis Chamberlain <[email protected]>
2526 L:      [email protected]
2527 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2528 S:      Maintained
2529 F:      drivers/net/wireless/ath/ath5k/
2530
2531 ATHEROS ATH6KL WIRELESS DRIVER
2532 M:      Kalle Valo <[email protected]>
2533 L:      [email protected]
2534 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2536 S:      Supported
2537 F:      drivers/net/wireless/ath/ath6kl/
2538
2539 ATI_REMOTE2 DRIVER
2540 M:      Ville Syrjala <[email protected]>
2541 S:      Maintained
2542 F:      drivers/input/misc/ati_remote2.c
2543
2544 ATK0110 HWMON DRIVER
2545 M:      Luca Tettamanti <[email protected]>
2546 L:      [email protected]
2547 S:      Maintained
2548 F:      drivers/hwmon/asus_atk0110.c
2549
2550 ATLX ETHERNET DRIVERS
2551 M:      Jay Cliburn <[email protected]>
2552 M:      Chris Snook <[email protected]>
2553 L:      [email protected]
2554 W:      http://sourceforge.net/projects/atl1
2555 W:      http://atl1.sourceforge.net
2556 S:      Maintained
2557 F:      drivers/net/ethernet/atheros/
2558
2559 ATM
2560 M:      Chas Williams <[email protected]>
2561 L:      [email protected] (moderated for non-subscribers)
2562 L:      [email protected]
2563 W:      http://linux-atm.sourceforge.net
2564 S:      Maintained
2565 F:      drivers/atm/
2566 F:      include/linux/atm*
2567 F:      include/uapi/linux/atm*
2568
2569 ATMEL MACB ETHERNET DRIVER
2570 M:      Nicolas Ferre <[email protected]>
2571 S:      Supported
2572 F:      drivers/net/ethernet/cadence/
2573
2574 ATMEL MAXTOUCH DRIVER
2575 M:      Nick Dyer <[email protected]>
2576 T:      git git://github.com/ndyer/linux.git
2577 S:      Maintained
2578 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2579 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2580
2581 ATMEL WIRELESS DRIVER
2582 M:      Simon Kelley <[email protected]>
2583 L:      [email protected]
2584 W:      http://www.thekelleys.org.uk/atmel
2585 W:      http://atmelwlandriver.sourceforge.net/
2586 S:      Maintained
2587 F:      drivers/net/wireless/atmel/atmel*
2588
2589 ATOMIC INFRASTRUCTURE
2590 M:      Will Deacon <[email protected]>
2591 M:      Peter Zijlstra <[email protected]>
2592 R:      Boqun Feng <[email protected]>
2593 L:      [email protected]
2594 S:      Maintained
2595 F:      arch/*/include/asm/atomic*.h
2596 F:      include/*/atomic*.h
2597
2598 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2599 M:      Bradley Grove <[email protected]>
2600 L:      [email protected]
2601 W:      http://www.attotech.com
2602 S:      Supported
2603 F:      drivers/scsi/esas2r
2604
2605 ATUSB IEEE 802.15.4 RADIO DRIVER
2606 M:      Stefan Schmidt <[email protected]>
2607 L:      [email protected]
2608 S:      Maintained
2609 F:      drivers/net/ieee802154/atusb.c
2610 F:      drivers/net/ieee802154/atusb.h
2611 F:      drivers/net/ieee802154/at86rf230.h
2612
2613 AUDIT SUBSYSTEM
2614 M:      Paul Moore <[email protected]>
2615 M:      Eric Paris <[email protected]>
2616 L:      [email protected] (moderated for non-subscribers)
2617 W:      https://github.com/linux-audit
2618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2619 S:      Supported
2620 F:      include/linux/audit.h
2621 F:      include/uapi/linux/audit.h
2622 F:      kernel/audit*
2623
2624 AUXILIARY DISPLAY DRIVERS
2625 M:      Miguel Ojeda Sandonis <[email protected]>
2626 S:      Maintained
2627 F:      drivers/auxdisplay/
2628 F:      include/linux/cfag12864b.h
2629
2630 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2631 M:      Andreas Klinger <[email protected]>
2632 L:      [email protected]
2633 S:      Maintained
2634 F:      Documentation/devicetree/bindings/iio/adc/avia-hx711.txt
2635 F:      drivers/iio/adc/hx711.c
2636
2637 AX.25 NETWORK LAYER
2638 M:      Ralf Baechle <[email protected]>
2639 L:      [email protected]
2640 W:      http://www.linux-ax25.org/
2641 S:      Maintained
2642 F:      include/uapi/linux/ax25.h
2643 F:      include/net/ax25.h
2644 F:      net/ax25/
2645
2646 AXENTIA ARM DEVICES
2647 M:      Peter Rosin <[email protected]>
2648 L:      [email protected] (moderated for non-subscribers)
2649 S:      Maintained
2650 F:      Documentation/devicetree/bindings/arm/axentia.txt
2651 F:      arch/arm/boot/dts/at91-linea.dtsi
2652 F:      arch/arm/boot/dts/at91-natte.dtsi
2653 F:      arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2654 F:      arch/arm/boot/dts/at91-tse850-3.dts
2655
2656 AXENTIA ASOC DRIVERS
2657 M:      Peter Rosin <[email protected]>
2658 L:      [email protected] (moderated for non-subscribers)
2659 S:      Maintained
2660 F:      Documentation/devicetree/bindings/sound/axentia,*
2661 F:      sound/soc/atmel/tse850-pcm5142.c
2662
2663 AXXIA I2C CONTROLLER
2664 M:      Krzysztof Adamski <[email protected]>
2665 L:      [email protected]
2666 S:      Maintained
2667 F:      Documentation/devicetree/bindings/i2c/i2c-axxia.txt
2668 F:      drivers/i2c/busses/i2c-axxia.c
2669
2670 AZ6007 DVB DRIVER
2671 M:      Mauro Carvalho Chehab <[email protected]>
2672 L:      [email protected]
2673 W:      https://linuxtv.org
2674 T:      git git://linuxtv.org/media_tree.git
2675 S:      Maintained
2676 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2677
2678 AZTECH FM RADIO RECEIVER DRIVER
2679 M:      Hans Verkuil <[email protected]>
2680 L:      [email protected]
2681 T:      git git://linuxtv.org/media_tree.git
2682 W:      https://linuxtv.org
2683 S:      Maintained
2684 F:      drivers/media/radio/radio-aztech*
2685
2686 B43 WIRELESS DRIVER
2687 L:      [email protected]
2688 L:      [email protected]
2689 W:      http://wireless.kernel.org/en/users/Drivers/b43
2690 S:      Odd Fixes
2691 F:      drivers/net/wireless/broadcom/b43/
2692
2693 B43LEGACY WIRELESS DRIVER
2694 M:      Larry Finger <[email protected]>
2695 L:      [email protected]
2696 L:      [email protected]
2697 W:      http://wireless.kernel.org/en/users/Drivers/b43
2698 S:      Maintained
2699 F:      drivers/net/wireless/broadcom/b43legacy/
2700
2701 BACKLIGHT CLASS/SUBSYSTEM
2702 M:      Lee Jones <[email protected]>
2703 M:      Daniel Thompson <[email protected]>
2704 M:      Jingoo Han <[email protected]>
2705 L:      [email protected]
2706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2707 S:      Maintained
2708 F:      drivers/video/backlight/
2709 F:      include/linux/backlight.h
2710 F:      include/linux/pwm_backlight.h
2711 F:      Documentation/devicetree/bindings/leds/backlight
2712
2713 BATMAN ADVANCED
2714 M:      Marek Lindner <[email protected]>
2715 M:      Simon Wunderlich <[email protected]>
2716 M:      Antonio Quartulli <[email protected]>
2717 L:      [email protected] (moderated for non-subscribers)
2718 W:      https://www.open-mesh.org/
2719 Q:      https://patchwork.open-mesh.org/project/batman/list/
2720 S:      Maintained
2721 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2722 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2723 F:      Documentation/networking/batman-adv.rst
2724 F:      include/uapi/linux/batadv_packet.h
2725 F:      include/uapi/linux/batman_adv.h
2726 F:      net/batman-adv/
2727
2728 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2729 M:      Thomas Sailer <[email protected]>
2730 L:      [email protected]
2731 W:      http://www.baycom.org/~tom/ham/ham.html
2732 S:      Maintained
2733 F:      drivers/net/hamradio/baycom*
2734
2735 BCACHE (BLOCK LAYER CACHE)
2736 M:      Coly Li <[email protected]>
2737 M:      Kent Overstreet <[email protected]>
2738 L:      [email protected]
2739 W:      http://bcache.evilpiepirate.org
2740 C:      irc://irc.oftc.net/bcache
2741 S:      Maintained
2742 F:      drivers/md/bcache/
2743
2744 BDISP ST MEDIA DRIVER
2745 M:      Fabien Dessenne <[email protected]>
2746 L:      [email protected]
2747 T:      git git://linuxtv.org/media_tree.git
2748 W:      https://linuxtv.org
2749 S:      Supported
2750 F:      drivers/media/platform/sti/bdisp
2751
2752 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2753 M:      Dariusz Marcinkiewicz <[email protected]>
2754 L:      [email protected]
2755 S:      Maintained
2756 F:      drivers/net/ethernet/ec_bhf.c
2757
2758 BEFS FILE SYSTEM
2759 M:      Luis de Bethencourt <[email protected]>
2760 M:      Salah Triki <[email protected]>
2761 S:      Maintained
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2763 F:      Documentation/filesystems/befs.txt
2764 F:      fs/befs/
2765
2766 BFQ I/O SCHEDULER
2767 M:      Paolo Valente <[email protected]>
2768 M:      Jens Axboe <[email protected]>
2769 L:      [email protected]
2770 S:      Maintained
2771 F:      block/bfq-*
2772 F:      Documentation/block/bfq-iosched.txt
2773
2774 BFS FILE SYSTEM
2775 M:      "Tigran A. Aivazian" <[email protected]>
2776 S:      Maintained
2777 F:      Documentation/filesystems/bfs.txt
2778 F:      fs/bfs/
2779 F:      include/uapi/linux/bfs_fs.h
2780
2781 BLINKM RGB LED DRIVER
2782 M:      Jan-Simon Moeller <[email protected]>
2783 S:      Maintained
2784 F:      drivers/leds/leds-blinkm.c
2785
2786 BLOCK LAYER
2787 M:      Jens Axboe <[email protected]>
2788 L:      [email protected]
2789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2790 S:      Maintained
2791 F:      block/
2792 F:      drivers/block/
2793 F:      kernel/trace/blktrace.c
2794 F:      lib/sbitmap.c
2795
2796 BLOCK2MTD DRIVER
2797 M:      Joern Engel <[email protected]>
2798 L:      [email protected]
2799 S:      Maintained
2800 F:      drivers/mtd/devices/block2mtd.c
2801
2802 BLUETOOTH DRIVERS
2803 M:      Marcel Holtmann <[email protected]>
2804 M:      Johan Hedberg <[email protected]>
2805 L:      [email protected]
2806 W:      http://www.bluez.org/
2807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2809 S:      Maintained
2810 F:      drivers/bluetooth/
2811
2812 BLUETOOTH SUBSYSTEM
2813 M:      Marcel Holtmann <[email protected]>
2814 M:      Johan Hedberg <[email protected]>
2815 L:      [email protected]
2816 W:      http://www.bluez.org/
2817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2819 S:      Maintained
2820 F:      net/bluetooth/
2821 F:      include/net/bluetooth/
2822
2823 BONDING DRIVER
2824 M:      Jay Vosburgh <[email protected]>
2825 M:      Veaceslav Falico <[email protected]>
2826 M:      Andy Gospodarek <[email protected]>
2827 L:      [email protected]
2828 W:      http://sourceforge.net/projects/bonding/
2829 S:      Supported
2830 F:      drivers/net/bonding/
2831 F:      include/uapi/linux/if_bonding.h
2832
2833 BPF (Safe dynamic programs and tools)
2834 M:      Alexei Starovoitov <[email protected]>
2835 M:      Daniel Borkmann <[email protected]>
2836 L:      [email protected]
2837 L:      [email protected]
2838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
2839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
2840 Q:      https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
2841 S:      Supported
2842 F:      arch/*/net/*
2843 F:      Documentation/networking/filter.txt
2844 F:      Documentation/bpf/
2845 F:      include/linux/bpf*
2846 F:      include/linux/filter.h
2847 F:      include/trace/events/xdp.h
2848 F:      include/uapi/linux/bpf*
2849 F:      include/uapi/linux/filter.h
2850 F:      kernel/bpf/
2851 F:      kernel/trace/bpf_trace.c
2852 F:      lib/test_bpf.c
2853 F:      net/bpf/
2854 F:      net/core/filter.c
2855 F:      net/sched/act_bpf.c
2856 F:      net/sched/cls_bpf.c
2857 F:      samples/bpf/
2858 F:      tools/bpf/
2859 F:      tools/lib/bpf/
2860 F:      tools/testing/selftests/bpf/
2861
2862 BPF JIT for ARM
2863 M:      Shubham Bansal <[email protected]>
2864 L:      [email protected]
2865 S:      Maintained
2866 F:      arch/arm/net/
2867
2868 BPF JIT for ARM64
2869 M:      Daniel Borkmann <[email protected]>
2870 M:      Alexei Starovoitov <[email protected]>
2871 M:      Zi Shen Lim <[email protected]>
2872 L:      [email protected]
2873 S:      Supported
2874 F:      arch/arm64/net/
2875
2876 BPF JIT for MIPS (32-BIT AND 64-BIT)
2877 M:      Paul Burton <[email protected]>
2878 L:      [email protected]
2879 S:      Maintained
2880 F:      arch/mips/net/
2881
2882 BPF JIT for NFP NICs
2883 M:      Jakub Kicinski <[email protected]>
2884 L:      [email protected]
2885 S:      Supported
2886 F:      drivers/net/ethernet/netronome/nfp/bpf/
2887
2888 BPF JIT for POWERPC (32-BIT AND 64-BIT)
2889 M:      Naveen N. Rao <[email protected]>
2890 M:      Sandipan Das <[email protected]>
2891 L:      [email protected]
2892 S:      Maintained
2893 F:      arch/powerpc/net/
2894
2895 BPF JIT for S390
2896 M:      Martin Schwidefsky <[email protected]>
2897 M:      Heiko Carstens <[email protected]>
2898 L:      [email protected]
2899 S:      Maintained
2900 F:      arch/s390/net/
2901 X:      arch/s390/net/pnet.c
2902
2903 BPF JIT for SPARC (32-BIT AND 64-BIT)
2904 M:      David S. Miller <[email protected]>
2905 L:      [email protected]
2906 S:      Maintained
2907 F:      arch/sparc/net/
2908
2909 BPF JIT for X86 32-BIT
2910 M:      Wang YanQing <[email protected]>
2911 L:      [email protected]
2912 S:      Maintained
2913 F:      arch/x86/net/bpf_jit_comp32.c
2914
2915 BPF JIT for X86 64-BIT
2916 M:      Alexei Starovoitov <[email protected]>
2917 M:      Daniel Borkmann <[email protected]>
2918 L:      [email protected]
2919 S:      Supported
2920 F:      arch/x86/net/
2921 X:      arch/x86/net/bpf_jit_comp32.c
2922
2923 BROADCOM B44 10/100 ETHERNET DRIVER
2924 M:      Michael Chan <[email protected]>
2925 L:      [email protected]
2926 S:      Supported
2927 F:      drivers/net/ethernet/broadcom/b44.*
2928
2929 BROADCOM B53 ETHERNET SWITCH DRIVER
2930 M:      Florian Fainelli <[email protected]>
2931 L:      [email protected]
2932 L:      [email protected] (subscribers-only)
2933 S:      Supported
2934 F:      drivers/net/dsa/b53/*
2935 F:      include/linux/platform_data/b53.h
2936
2937 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2938 M:      Florian Fainelli <[email protected]>
2939 M:      Ray Jui <[email protected]>
2940 M:      Scott Branden <[email protected]>
2941 M:      [email protected]
2942 T:      git git://github.com/broadcom/mach-bcm
2943 S:      Maintained
2944 N:      bcm281*
2945 N:      bcm113*
2946 N:      bcm216*
2947 N:      kona
2948 F:      arch/arm/mach-bcm/
2949
2950 BROADCOM BCM2835 ARM ARCHITECTURE
2951 M:      Eric Anholt <[email protected]>
2952 M:      Stefan Wahren <[email protected]>
2953 L:      [email protected] (moderated for non-subscribers)
2954 L:      [email protected] (moderated for non-subscribers)
2955 T:      git git://github.com/anholt/linux
2956 S:      Maintained
2957 N:      bcm2835
2958 F:      drivers/staging/vc04_services
2959
2960 BROADCOM BCM47XX MIPS ARCHITECTURE
2961 M:      Hauke Mehrtens <[email protected]>
2962 M:      Rafał Miłecki <[email protected]>
2963 L:      [email protected]
2964 S:      Maintained
2965 F:      Documentation/devicetree/bindings/mips/brcm/
2966 F:      arch/mips/bcm47xx/*
2967 F:      arch/mips/include/asm/mach-bcm47xx/*
2968
2969 BROADCOM BCM5301X ARM ARCHITECTURE
2970 M:      Hauke Mehrtens <[email protected]>
2971 M:      Rafał Miłecki <[email protected]>
2972 M:      [email protected]
2973 L:      [email protected]
2974 S:      Maintained
2975 F:      arch/arm/mach-bcm/bcm_5301x.c
2976 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2977 F:      arch/arm/boot/dts/bcm470*
2978 F:      arch/arm/boot/dts/bcm953012*
2979
2980 BROADCOM BCM53573 ARM ARCHITECTURE
2981 M:      Rafał Miłecki <[email protected]>
2982 L:      [email protected]
2983 S:      Maintained
2984 F:      arch/arm/boot/dts/bcm53573*
2985 F:      arch/arm/boot/dts/bcm47189*
2986
2987 BROADCOM BCM63XX ARM ARCHITECTURE
2988 M:      Florian Fainelli <[email protected]>
2989 M:      [email protected]
2990 L:      [email protected] (moderated for non-subscribers)
2991 T:      git git://github.com/broadcom/stblinux.git
2992 S:      Maintained
2993 N:      bcm63xx
2994
2995 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2996 M:      Kevin Cernekee <[email protected]>
2997 L:      [email protected]
2998 S:      Maintained
2999 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
3000
3001 BROADCOM BCM7XXX ARM ARCHITECTURE
3002 M:      Brian Norris <[email protected]>
3003 M:      Gregory Fong <[email protected]>
3004 M:      Florian Fainelli <[email protected]>
3005 M:      [email protected]
3006 L:      [email protected] (moderated for non-subscribers)
3007 T:      git git://github.com/broadcom/stblinux.git
3008 S:      Maintained
3009 F:      arch/arm/mach-bcm/*brcmstb*
3010 F:      arch/arm/boot/dts/bcm7*.dts*
3011 F:      drivers/bus/brcmstb_gisb.c
3012 F:      arch/arm/mm/cache-b15-rac.c
3013 F:      arch/arm/include/asm/hardware/cache-b15-rac.h
3014 N:      brcmstb
3015
3016 BROADCOM BMIPS CPUFREQ DRIVER
3017 M:      Markus Mayer <[email protected]>
3018 M:      [email protected]
3019 L:      [email protected]
3020 S:      Maintained
3021 F:      drivers/cpufreq/bmips-cpufreq.c
3022
3023 BROADCOM BMIPS MIPS ARCHITECTURE
3024 M:      Kevin Cernekee <[email protected]>
3025 M:      Florian Fainelli <[email protected]>
3026 L:      [email protected]
3027 T:      git git://github.com/broadcom/stblinux.git
3028 S:      Maintained
3029 F:      arch/mips/bmips/*
3030 F:      arch/mips/include/asm/mach-bmips/*
3031 F:      arch/mips/kernel/*bmips*
3032 F:      arch/mips/boot/dts/brcm/bcm*.dts*
3033 F:      drivers/irqchip/irq-bcm63*
3034 F:      drivers/irqchip/irq-bcm7*
3035 F:      drivers/irqchip/irq-brcmstb*
3036 F:      include/linux/bcm963xx_nvram.h
3037 F:      include/linux/bcm963xx_tag.h
3038
3039 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
3040 M:      Rasesh Mody <[email protected]>
3041 M:      [email protected]
3042 L:      [email protected]
3043 S:      Supported
3044 F:      drivers/net/ethernet/broadcom/bnx2.*
3045 F:      drivers/net/ethernet/broadcom/bnx2_*
3046
3047 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3048 M:      [email protected]
3049 L:      [email protected]
3050 S:      Supported
3051 F:      drivers/scsi/bnx2fc/
3052
3053 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3054 M:      [email protected]
3055 L:      [email protected]
3056 S:      Supported
3057 F:      drivers/scsi/bnx2i/
3058
3059 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
3060 M:      Ariel Elior <[email protected]>
3061 M:      Sudarsana Kalluru <[email protected]>
3062 M:      [email protected]
3063 L:      [email protected]
3064 S:      Supported
3065 F:      drivers/net/ethernet/broadcom/bnx2x/
3066
3067 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
3068 M:      Michael Chan <[email protected]>
3069 L:      [email protected]
3070 S:      Supported
3071 F:      drivers/net/ethernet/broadcom/bnxt/
3072
3073 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
3074 M:      Arend van Spriel <[email protected]>
3075 M:      Franky Lin <[email protected]>
3076 M:      Hante Meuleman <[email protected]>
3077 M:      Chi-Hsien Lin <[email protected]>
3078 M:      Wright Feng <[email protected]>
3079 L:      [email protected]
3080 L:      [email protected]
3081 L:      [email protected]
3082 S:      Supported
3083 F:      drivers/net/wireless/broadcom/brcm80211/
3084
3085 BROADCOM BRCMSTB GPIO DRIVER
3086 M:      Gregory Fong <[email protected]>
3087 L:      [email protected]
3088 S:      Supported
3089 F:      drivers/gpio/gpio-brcmstb.c
3090 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3091
3092 BROADCOM BRCMSTB I2C DRIVER
3093 M:      Kamal Dasu <[email protected]>
3094 L:      [email protected]
3095 L:      [email protected]
3096 S:      Supported
3097 F:      drivers/i2c/busses/i2c-brcmstb.c
3098 F:      Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt
3099
3100 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
3101 M:      Al Cooper <[email protected]>
3102 L:      [email protected]
3103 L:      [email protected]
3104 S:      Maintained
3105 F:      drivers/phy/broadcom/phy-brcm-usb*
3106
3107 BROADCOM GENET ETHERNET DRIVER
3108 M:      Doug Berger <[email protected]>
3109 M:      Florian Fainelli <[email protected]>
3110 L:      [email protected]
3111 S:      Supported
3112 F:      drivers/net/ethernet/broadcom/genet/
3113
3114 BROADCOM IPROC ARM ARCHITECTURE
3115 M:      Ray Jui <[email protected]>
3116 M:      Scott Branden <[email protected]>
3117 M:      [email protected]
3118 L:      [email protected] (moderated for non-subscribers)
3119 T:      git git://github.com/broadcom/cygnus-linux.git
3120 S:      Maintained
3121 N:      iproc
3122 N:      cygnus
3123 N:      bcm[-_]nsp
3124 N:      bcm9113*
3125 N:      bcm9583*
3126 N:      bcm9585*
3127 N:      bcm9586*
3128 N:      bcm988312
3129 N:      bcm113*
3130 N:      bcm583*
3131 N:      bcm585*
3132 N:      bcm586*
3133 N:      bcm88312
3134 N:      hr2
3135 N:      stingray
3136 F:      arch/arm64/boot/dts/broadcom/northstar2/*
3137 F:      arch/arm64/boot/dts/broadcom/stingray/*
3138 F:      drivers/clk/bcm/clk-ns*
3139 F:      drivers/clk/bcm/clk-sr*
3140 F:      drivers/pinctrl/bcm/pinctrl-ns*
3141 F:      include/dt-bindings/clock/bcm-sr*
3142
3143 BROADCOM KONA GPIO DRIVER
3144 M:      Ray Jui <[email protected]>
3145 L:      [email protected]
3146 S:      Supported
3147 F:      drivers/gpio/gpio-bcm-kona.c
3148 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3149
3150 BROADCOM NETXTREME-E ROCE DRIVER
3151 M:      Selvin Xavier <[email protected]>
3152 M:      Devesh Sharma <[email protected]>
3153 M:      Somnath Kotur <[email protected]>
3154 M:      Sriharsha Basavapatna <[email protected]>
3155 L:      [email protected]
3156 W:      http://www.broadcom.com
3157 S:      Supported
3158 F:      drivers/infiniband/hw/bnxt_re/
3159 F:      include/uapi/rdma/bnxt_re-abi.h
3160
3161 BROADCOM NVRAM DRIVER
3162 M:      Rafał Miłecki <[email protected]>
3163 L:      [email protected]
3164 S:      Maintained
3165 F:      drivers/firmware/broadcom/*
3166
3167 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3168 M:      Rafał Miłecki <[email protected]>
3169 L:      [email protected]
3170 S:      Maintained
3171 F:      drivers/bcma/
3172 F:      include/linux/bcma/
3173
3174 BROADCOM STB AVS CPUFREQ DRIVER
3175 M:      Markus Mayer <[email protected]>
3176 M:      [email protected]
3177 L:      [email protected]
3178 S:      Maintained
3179 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3180 F:      drivers/cpufreq/brcmstb*
3181
3182 BROADCOM STB AVS TMON DRIVER
3183 M:      Markus Mayer <[email protected]>
3184 M:      [email protected]
3185 L:      [email protected]
3186 S:      Maintained
3187 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3188 F:      drivers/thermal/broadcom/brcmstb*
3189
3190 BROADCOM STB NAND FLASH DRIVER
3191 M:      Brian Norris <[email protected]>
3192 M:      Kamal Dasu <[email protected]>
3193 L:      [email protected]
3194 L:      [email protected]
3195 S:      Maintained
3196 F:      drivers/mtd/nand/raw/brcmnand/
3197
3198 BROADCOM STB DPFE DRIVER
3199 M:      Markus Mayer <[email protected]>
3200 M:      [email protected]
3201 L:      [email protected] (moderated for non-subscribers)
3202 S:      Maintained
3203 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3204 F:      drivers/memory/brcmstb_dpfe.c
3205
3206 BROADCOM SPI DRIVER
3207 M:      Kamal Dasu <[email protected]>
3208 M:      [email protected]
3209 S:      Maintained
3210 F:      Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt
3211 F:      drivers/spi/spi-bcm-qspi.*
3212 F:      drivers/spi/spi-brcmstb-qspi.c
3213 F:      drivers/spi/spi-iproc-qspi.c
3214
3215 BROADCOM SYSTEMPORT ETHERNET DRIVER
3216 M:      Florian Fainelli <[email protected]>
3217 L:      [email protected]
3218 S:      Supported
3219 F:      drivers/net/ethernet/broadcom/bcmsysport.*
3220
3221 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3222 M:      Siva Reddy Kallam <[email protected]>
3223 M:      Prashant Sreedharan <[email protected]>
3224 M:      Michael Chan <[email protected]>
3225 L:      [email protected]
3226 S:      Supported
3227 F:      drivers/net/ethernet/broadcom/tg3.*
3228
3229 BROCADE BFA FC SCSI DRIVER
3230 M:      Anil Gurumurthy <[email protected]>
3231 M:      Sudarsana Kalluru <[email protected]>
3232 L:      [email protected]
3233 S:      Supported
3234 F:      drivers/scsi/bfa/
3235
3236 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3237 M:      Rasesh Mody <[email protected]>
3238 M:      Sudarsana Kalluru <[email protected]>
3239 M:      [email protected]
3240 L:      [email protected]
3241 S:      Supported
3242 F:      drivers/net/ethernet/brocade/bna/
3243
3244 BSG (block layer generic sg v4 driver)
3245 M:      FUJITA Tomonori <[email protected]>
3246 L:      [email protected]
3247 S:      Supported
3248 F:      block/bsg.c
3249 F:      include/linux/bsg.h
3250 F:      include/uapi/linux/bsg.h
3251
3252 BT87X AUDIO DRIVER
3253 M:      Clemens Ladisch <[email protected]>
3254 L:      [email protected] (moderated for non-subscribers)
3255 T:      git git://git.alsa-project.org/alsa-kernel.git
3256 S:      Maintained
3257 F:      Documentation/sound/cards/bt87x.rst
3258 F:      sound/pci/bt87x.c
3259
3260 BT8XXGPIO DRIVER
3261 M:      Michael Buesch <[email protected]>
3262 W:      http://bu3sch.de/btgpio.php
3263 S:      Maintained
3264 F:      drivers/gpio/gpio-bt8xx.c
3265
3266 BTRFS FILE SYSTEM
3267 M:      Chris Mason <[email protected]>
3268 M:      Josef Bacik <[email protected]>
3269 M:      David Sterba <[email protected]>
3270 L:      [email protected]
3271 W:      http://btrfs.wiki.kernel.org/
3272 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3274 S:      Maintained
3275 F:      Documentation/filesystems/btrfs.txt
3276 F:      fs/btrfs/
3277 F:      include/linux/btrfs*
3278 F:      include/uapi/linux/btrfs*
3279
3280 BTTV VIDEO4LINUX DRIVER
3281 M:      Mauro Carvalho Chehab <[email protected]>
3282 L:      [email protected]
3283 W:      https://linuxtv.org
3284 T:      git git://linuxtv.org/media_tree.git
3285 S:      Odd fixes
3286 F:      Documentation/media/v4l-drivers/bttv*
3287 F:      drivers/media/pci/bt8xx/bttv*
3288
3289 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3290 M:      Chanwoo Choi <[email protected]>
3291 L:      [email protected]
3292 L:      [email protected]
3293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3294 S:      Maintained
3295 F:      drivers/devfreq/exynos-bus.c
3296 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3297
3298 BUSLOGIC SCSI DRIVER
3299 M:      Khalid Aziz <[email protected]>
3300 L:      [email protected]
3301 S:      Maintained
3302 F:      drivers/scsi/BusLogic.*
3303 F:      drivers/scsi/FlashPoint.*
3304
3305 C-MEDIA CMI8788 DRIVER
3306 M:      Clemens Ladisch <[email protected]>
3307 L:      [email protected] (moderated for non-subscribers)
3308 T:      git git://git.alsa-project.org/alsa-kernel.git
3309 S:      Maintained
3310 F:      sound/pci/oxygen/
3311
3312 C-SKY ARCHITECTURE
3313 M:      Guo Ren <[email protected]>
3314 T:      git https://github.com/c-sky/csky-linux.git
3315 S:      Supported
3316 F:      arch/csky/
3317 F:      Documentation/devicetree/bindings/csky/
3318 F:      drivers/irqchip/irq-csky-*
3319 F:      Documentation/devicetree/bindings/interrupt-controller/csky,*
3320 F:      drivers/clocksource/timer-gx6605s.c
3321 F:      drivers/clocksource/timer-mp-csky.c
3322 F:      Documentation/devicetree/bindings/timer/csky,*
3323 K:      csky
3324 N:      csky
3325
3326 C6X ARCHITECTURE
3327 M:      Mark Salter <[email protected]>
3328 M:      Aurelien Jacquiot <[email protected]>
3329 L:      [email protected]
3330 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3331 S:      Maintained
3332 F:      arch/c6x/
3333
3334 CA8210 IEEE-802.15.4 RADIO DRIVER
3335 M:      Harry Morris <[email protected]>
3336 L:      [email protected]
3337 W:      https://github.com/Cascoda/ca8210-linux.git
3338 S:      Maintained
3339 F:      drivers/net/ieee802154/ca8210.c
3340 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3341
3342 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3343 M:      David Howells <[email protected]>
3344 L:      [email protected] (moderated for non-subscribers)
3345 S:      Supported
3346 F:      Documentation/filesystems/caching/cachefiles.txt
3347 F:      fs/cachefiles/
3348
3349 CADENCE MIPI-CSI2 BRIDGES
3350 M:      Maxime Ripard <[email protected]>
3351 L:      [email protected]
3352 S:      Maintained
3353 F:      Documentation/devicetree/bindings/media/cdns,*.txt
3354 F:      drivers/media/platform/cadence/cdns-csi2*
3355
3356 CADET FM/AM RADIO RECEIVER DRIVER
3357 M:      Hans Verkuil <[email protected]>
3358 L:      [email protected]
3359 T:      git git://linuxtv.org/media_tree.git
3360 W:      https://linuxtv.org
3361 S:      Maintained
3362 F:      drivers/media/radio/radio-cadet*
3363
3364 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3365 M:      Jonathan Corbet <[email protected]>
3366 L:      [email protected]
3367 T:      git git://linuxtv.org/media_tree.git
3368 S:      Maintained
3369 F:      Documentation/media/v4l-drivers/cafe_ccic*
3370 F:      drivers/media/platform/marvell-ccic/
3371
3372 CAIF NETWORK LAYER
3373 M:      Dmitry Tarnyagin <[email protected]>
3374 L:      [email protected]
3375 S:      Supported
3376 F:      Documentation/networking/caif/
3377 F:      drivers/net/caif/
3378 F:      include/uapi/linux/caif/
3379 F:      include/net/caif/
3380 F:      net/caif/
3381
3382 CAKE QDISC
3383 M:      Toke Høiland-Jørgensen <[email protected]>
3384 L:      [email protected] (moderated for non-subscribers)
3385 S:      Maintained
3386 F:      net/sched/sch_cake.c
3387
3388 CALGARY x86-64 IOMMU
3389 M:      Muli Ben-Yehuda <[email protected]>
3390 M:      Jon Mason <[email protected]>
3391 L:      [email protected]
3392 S:      Maintained
3393 F:      arch/x86/kernel/pci-calgary_64.c
3394 F:      arch/x86/kernel/tce_64.c
3395 F:      arch/x86/include/asm/calgary.h
3396 F:      arch/x86/include/asm/tce.h
3397
3398 CAN NETWORK DRIVERS
3399 M:      Wolfgang Grandegger <[email protected]>
3400 M:      Marc Kleine-Budde <[email protected]>
3401 L:      [email protected]
3402 W:      https://github.com/linux-can
3403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3405 S:      Maintained
3406 F:      Documentation/devicetree/bindings/net/can/
3407 F:      drivers/net/can/
3408 F:      include/linux/can/dev.h
3409 F:      include/linux/can/platform/
3410 F:      include/uapi/linux/can/error.h
3411 F:      include/uapi/linux/can/netlink.h
3412
3413 CAN NETWORK LAYER
3414 M:      Oliver Hartkopp <[email protected]>
3415 M:      Marc Kleine-Budde <[email protected]>
3416 L:      [email protected]
3417 W:      https://github.com/linux-can
3418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3420 S:      Maintained
3421 F:      Documentation/networking/can.rst
3422 F:      net/can/
3423 F:      include/linux/can/core.h
3424 F:      include/uapi/linux/can.h
3425 F:      include/uapi/linux/can/bcm.h
3426 F:      include/uapi/linux/can/raw.h
3427 F:      include/uapi/linux/can/gw.h
3428
3429 CAPABILITIES
3430 M:      Serge Hallyn <[email protected]>
3431 L:      [email protected]
3432 S:      Supported
3433 F:      include/linux/capability.h
3434 F:      include/uapi/linux/capability.h
3435 F:      security/commoncap.c
3436 F:      kernel/capability.c
3437
3438 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3439 M:      Kevin Tsai <[email protected]>
3440 S:      Maintained
3441 F:      drivers/iio/light/cm*
3442
3443 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3444 M:      Christian Lamparter <[email protected]>
3445 L:      [email protected]
3446 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
3447 S:      Maintained
3448 F:      drivers/net/wireless/ath/carl9170/
3449
3450 CAVIUM I2C DRIVER
3451 M:      Jan Glauber <[email protected]>
3452 M:      David Daney <[email protected]>
3453 W:      http://www.cavium.com
3454 S:      Supported
3455 F:      drivers/i2c/busses/i2c-octeon*
3456 F:      drivers/i2c/busses/i2c-thunderx*
3457
3458 CAVIUM LIQUIDIO NETWORK DRIVER
3459 M:      Derek Chickles <[email protected]>
3460 M:      Satanand Burla <[email protected]>
3461 M:      Felix Manlunas <[email protected]>
3462 M:      Raghu Vatsavayi <[email protected]>
3463 L:      [email protected]
3464 W:      http://www.cavium.com
3465 S:      Supported
3466 F:      drivers/net/ethernet/cavium/liquidio/
3467
3468 CAVIUM MMC DRIVER
3469 M:      Jan Glauber <[email protected]>
3470 M:      David Daney <[email protected]>
3471 M:      Steven J. Hill <[email protected]>
3472 W:      http://www.cavium.com
3473 S:      Supported
3474 F:      drivers/mmc/host/cavium*
3475
3476 CAVIUM OCTEON-TX CRYPTO DRIVER
3477 M:      George Cherian <[email protected]>
3478 L:      [email protected]
3479 W:      http://www.cavium.com
3480 S:      Supported
3481 F:      drivers/crypto/cavium/cpt/
3482
3483 CAVIUM THUNDERX2 ARM64 SOC
3484 M:      Robert Richter <[email protected]>
3485 M:      Jayachandran C <[email protected]>
3486 L:      [email protected] (moderated for non-subscribers)
3487 S:      Maintained
3488 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3489 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3490
3491 CC2520 IEEE-802.15.4 RADIO DRIVER
3492 M:      Varka Bhadram <[email protected]>
3493 L:      [email protected]
3494 S:      Maintained
3495 F:      drivers/net/ieee802154/cc2520.c
3496 F:      include/linux/spi/cc2520.h
3497 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3498
3499 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3500 M:      Yael Chemla <[email protected]>
3501 M:      Gilad Ben-Yossef <[email protected]>
3502 L:      [email protected]
3503 S:      Supported
3504 F:      drivers/crypto/ccree/
3505 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3506
3507 CEC FRAMEWORK
3508 M:      Hans Verkuil <[email protected]>
3509 L:      [email protected]
3510 T:      git git://linuxtv.org/media_tree.git
3511 W:      http://linuxtv.org
3512 S:      Supported
3513 F:      Documentation/media/kapi/cec-core.rst
3514 F:      Documentation/media/uapi/cec
3515 F:      drivers/media/cec/
3516 F:      drivers/media/rc/keymaps/rc-cec.c
3517 F:      include/media/cec.h
3518 F:      include/media/cec-notifier.h
3519 F:      include/uapi/linux/cec.h
3520 F:      include/uapi/linux/cec-funcs.h
3521 F:      Documentation/devicetree/bindings/media/cec.txt
3522 F:      Documentation/ABI/testing/debugfs-cec-error-inj
3523
3524 CEC GPIO DRIVER
3525 M:      Hans Verkuil <[email protected]>
3526 L:      [email protected]
3527 T:      git git://linuxtv.org/media_tree.git
3528 W:      http://linuxtv.org
3529 S:      Supported
3530 F:      drivers/media/platform/cec-gpio/
3531 F:      Documentation/devicetree/bindings/media/cec-gpio.txt
3532
3533 CELL BROADBAND ENGINE ARCHITECTURE
3534 M:      Arnd Bergmann <[email protected]>
3535 L:      [email protected]
3536 W:      http://www.ibm.com/developerworks/power/cell/
3537 S:      Supported
3538 F:      arch/powerpc/include/asm/cell*.h
3539 F:      arch/powerpc/include/asm/spu*.h
3540 F:      arch/powerpc/include/uapi/asm/spu*.h
3541 F:      arch/powerpc/oprofile/*cell*
3542 F:      arch/powerpc/platforms/cell/
3543
3544 CEPH COMMON CODE (LIBCEPH)
3545 M:      Ilya Dryomov <[email protected]>
3546 M:      "Yan, Zheng" <[email protected]>
3547 M:      Sage Weil <[email protected]>
3548 L:      [email protected]
3549 W:      http://ceph.com/
3550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3551 T:      git git://github.com/ceph/ceph-client.git
3552 S:      Supported
3553 F:      net/ceph/
3554 F:      include/linux/ceph/
3555 F:      include/linux/crush/
3556
3557 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3558 M:      "Yan, Zheng" <[email protected]>
3559 M:      Sage Weil <[email protected]>
3560 M:      Ilya Dryomov <[email protected]>
3561 L:      [email protected]
3562 W:      http://ceph.com/
3563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3564 T:      git git://github.com/ceph/ceph-client.git
3565 S:      Supported
3566 F:      Documentation/filesystems/ceph.txt
3567 F:      fs/ceph/
3568
3569 CERTIFICATE HANDLING:
3570 M:      David Howells <[email protected]>
3571 M:      David Woodhouse <[email protected]>
3572 L:      [email protected]
3573 S:      Maintained
3574 F:      Documentation/admin-guide/module-signing.rst
3575 F:      certs/
3576 F:      scripts/sign-file.c
3577 F:      scripts/extract-cert.c
3578
3579 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3580 L:      [email protected]
3581 S:      Orphan
3582 F:      Documentation/usb/WUSB-Design-overview.txt
3583 F:      Documentation/usb/wusb-cbaf
3584 F:      drivers/usb/host/hwa-hc.c
3585 F:      drivers/usb/host/whci/
3586 F:      drivers/usb/wusbcore/
3587 F:      include/linux/usb/wusb*
3588
3589 CFAG12864B LCD DRIVER
3590 M:      Miguel Ojeda Sandonis <[email protected]>
3591 S:      Maintained
3592 F:      drivers/auxdisplay/cfag12864b.c
3593 F:      include/linux/cfag12864b.h
3594
3595 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3596 M:      Miguel Ojeda Sandonis <[email protected]>
3597 S:      Maintained
3598 F:      drivers/auxdisplay/cfag12864bfb.c
3599 F:      include/linux/cfag12864b.h
3600
3601 802.11 (including CFG80211/NL80211)
3602 M:      Johannes Berg <[email protected]>
3603 L:      [email protected]
3604 W:      http://wireless.kernel.org/
3605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3607 S:      Maintained
3608 F:      net/wireless/
3609 F:      include/uapi/linux/nl80211.h
3610 F:      include/linux/ieee80211.h
3611 F:      include/net/wext.h
3612 F:      include/net/cfg80211.h
3613 F:      include/net/iw_handler.h
3614 F:      include/net/ieee80211_radiotap.h
3615 F:      Documentation/driver-api/80211/cfg80211.rst
3616 F:      Documentation/networking/regulatory.txt
3617
3618 CHAR and MISC DRIVERS
3619 M:      Arnd Bergmann <[email protected]>
3620 M:      Greg Kroah-Hartman <[email protected]>
3621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3622 S:      Supported
3623 F:      drivers/char/
3624 F:      drivers/misc/
3625 F:      include/linux/miscdevice.h
3626
3627 CHECKPATCH
3628 M:      Andy Whitcroft <[email protected]>
3629 M:      Joe Perches <[email protected]>
3630 S:      Maintained
3631 F:      scripts/checkpatch.pl
3632
3633 CHINESE DOCUMENTATION
3634 M:      Harry Wei <[email protected]>
3635 L:      [email protected] (subscribers-only)
3636 L:      [email protected] (moderated for non-subscribers)
3637 S:      Maintained
3638 F:      Documentation/translations/zh_CN/
3639
3640 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3641 M:      Peter Chen <[email protected]>
3642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3643 L:      [email protected]
3644 S:      Maintained
3645 F:      drivers/usb/chipidea/
3646
3647 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3648 M:      Hans de Goede <[email protected]>
3649 L:      [email protected]
3650 S:      Maintained
3651 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3652 F:      drivers/input/touchscreen/chipone_icn8318.c
3653
3654 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3655 M:      Hans de Goede <[email protected]>
3656 L:      [email protected]
3657 S:      Maintained
3658 F:      drivers/input/touchscreen/chipone_icn8505.c
3659
3660 CHROME HARDWARE PLATFORM SUPPORT
3661 M:      Benson Leung <[email protected]>
3662 M:      Olof Johansson <[email protected]>
3663 S:      Maintained
3664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3665 F:      drivers/platform/chrome/
3666
3667 CIRRUS LOGIC AUDIO CODEC DRIVERS
3668 M:      Brian Austin <[email protected]>
3669 M:      Paul Handrigan <[email protected]>
3670 L:      [email protected] (moderated for non-subscribers)
3671 S:      Maintained
3672 F:      sound/soc/codecs/cs*
3673
3674 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3675 M:      Hartley Sweeten <[email protected]>
3676 L:      [email protected]
3677 S:      Maintained
3678 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3679
3680 CISCO FCOE HBA DRIVER
3681 M:      Satish Kharat <[email protected]>
3682 M:      Sesidhar Baddela <[email protected]>
3683 M:      Karan Tilak Kumar <[email protected]>
3684 L:      [email protected]
3685 S:      Supported
3686 F:      drivers/scsi/fnic/
3687
3688 CISCO SCSI HBA DRIVER
3689 M:      Karan Tilak Kumar <[email protected]>
3690 M:      Sesidhar Baddela <[email protected]>
3691 L:      [email protected]
3692 S:      Supported
3693 F:      drivers/scsi/snic/
3694
3695 CISCO VIC ETHERNET NIC DRIVER
3696 M:      Christian Benvenuti <[email protected]>
3697 M:      Govindarajulu Varadarajan <[email protected]>
3698 M:      Parvi Kaustubhi <[email protected]>
3699 S:      Supported
3700 F:      drivers/net/ethernet/cisco/enic/
3701
3702 CISCO VIC LOW LATENCY NIC DRIVER
3703 M:      Christian Benvenuti <[email protected]>
3704 M:      Nelson Escobar <[email protected]>
3705 M:      Parvi Kaustubhi <[email protected]>
3706 S:      Supported
3707 F:      drivers/infiniband/hw/usnic/
3708
3709 CIRRUS LOGIC MADERA CODEC DRIVERS
3710 M:      Charles Keepax <[email protected]>
3711 M:      Richard Fitzgerald <[email protected]>
3712 L:      [email protected] (moderated for non-subscribers)
3713 L:      [email protected]
3714 T:      git https://github.com/CirrusLogic/linux-drivers.git
3715 W:      https://github.com/CirrusLogic/linux-drivers/wiki
3716 S:      Supported
3717 F:      Documentation/devicetree/bindings/mfd/madera.txt
3718 F:      Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt
3719 F:      include/linux/irqchip/irq-madera*
3720 F:      include/linux/mfd/madera/*
3721 F:      drivers/gpio/gpio-madera*
3722 F:      drivers/irqchip/irq-madera*
3723 F:      drivers/mfd/madera*
3724 F:      drivers/mfd/cs47l*
3725 F:      drivers/pinctrl/cirrus/*
3726
3727 CLANG-FORMAT FILE
3728 M:      Miguel Ojeda <[email protected]>
3729 S:      Maintained
3730 F:      .clang-format
3731
3732 CLEANCACHE API
3733 M:      Konrad Rzeszutek Wilk <[email protected]>
3734 L:      [email protected]
3735 S:      Maintained
3736 F:      mm/cleancache.c
3737 F:      include/linux/cleancache.h
3738
3739 CLK API
3740 M:      Russell King <[email protected]>
3741 L:      [email protected]
3742 S:      Maintained
3743 F:      include/linux/clk.h
3744
3745 CLOCKSOURCE, CLOCKEVENT DRIVERS
3746 M:      Daniel Lezcano <[email protected]>
3747 M:      Thomas Gleixner <[email protected]>
3748 L:      [email protected]
3749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3750 S:      Supported
3751 F:      drivers/clocksource/
3752 F:      Documentation/devicetree/bindings/timer/
3753
3754 CMPC ACPI DRIVER
3755 M:      Thadeu Lima de Souza Cascardo <[email protected]>
3756 M:      Daniel Oliveira Nascimento <[email protected]>
3757 L:      [email protected]
3758 S:      Supported
3759 F:      drivers/platform/x86/classmate-laptop.c
3760
3761 COBALT MEDIA DRIVER
3762 M:      Hans Verkuil <[email protected]>
3763 L:      [email protected]
3764 T:      git git://linuxtv.org/media_tree.git
3765 W:      https://linuxtv.org
3766 S:      Supported
3767 F:      drivers/media/pci/cobalt/
3768
3769 COCCINELLE/Semantic Patches (SmPL)
3770 M:      Julia Lawall <[email protected]>
3771 M:      Gilles Muller <[email protected]>
3772 M:      Nicolas Palix <[email protected]>
3773 M:      Michal Marek <[email protected]>
3774 L:      [email protected] (moderated for non-subscribers)
3775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3776 W:      http://coccinelle.lip6.fr/
3777 S:      Supported
3778 F:      Documentation/dev-tools/coccinelle.rst
3779 F:      scripts/coccinelle/
3780 F:      scripts/coccicheck
3781
3782 CODA FILE SYSTEM
3783 M:      Jan Harkes <[email protected]>
3784 M:      [email protected]
3785 L:      [email protected]
3786 W:      http://www.coda.cs.cmu.edu/
3787 S:      Maintained
3788 F:      Documentation/filesystems/coda.txt
3789 F:      fs/coda/
3790 F:      include/linux/coda*.h
3791 F:      include/uapi/linux/coda*.h
3792
3793 CODA V4L2 MEM2MEM DRIVER
3794 M:      Philipp Zabel <[email protected]>
3795 L:      [email protected]
3796 S:      Maintained
3797 F:      Documentation/devicetree/bindings/media/coda.txt
3798 F:      drivers/media/platform/coda/
3799
3800 CODE OF CONDUCT
3801 M:      Greg Kroah-Hartman <[email protected]>
3802 S:      Supported
3803 F:      Documentation/process/code-of-conduct.rst
3804 F:      Documentation/process/code-of-conduct-interpretation.rst
3805
3806 COMMON CLK FRAMEWORK
3807 M:      Michael Turquette <[email protected]>
3808 M:      Stephen Boyd <[email protected]>
3809 L:      [email protected]
3810 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3812 S:      Maintained
3813 F:      Documentation/devicetree/bindings/clock/
3814 F:      drivers/clk/
3815 X:      drivers/clk/clkdev.c
3816 F:      include/linux/clk-pr*
3817 F:      include/linux/clk/
3818 F:      include/linux/of_clk.h
3819
3820 COMMON INTERNET FILE SYSTEM (CIFS)
3821 M:      Steve French <[email protected]>
3822 L:      [email protected]
3823 L:      [email protected] (moderated for non-subscribers)
3824 W:      http://linux-cifs.samba.org/
3825 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3826 S:      Supported
3827 F:      Documentation/filesystems/cifs/
3828 F:      fs/cifs/
3829
3830 COMPACTPCI HOTPLUG CORE
3831 M:      Scott Murray <[email protected]>
3832 L:      [email protected]
3833 S:      Maintained
3834 F:      drivers/pci/hotplug/cpci_hotplug*
3835
3836 COMPACTPCI HOTPLUG GENERIC DRIVER
3837 M:      Scott Murray <[email protected]>
3838 L:      [email protected]
3839 S:      Maintained
3840 F:      drivers/pci/hotplug/cpcihp_generic.c
3841
3842 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3843 M:      Scott Murray <[email protected]>
3844 L:      [email protected]
3845 S:      Maintained
3846 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3847
3848 COMPAL LAPTOP SUPPORT
3849 M:      Cezary Jackiewicz <[email protected]>
3850 L:      [email protected]
3851 S:      Maintained
3852 F:      drivers/platform/x86/compal-laptop.c
3853
3854 COMPILER ATTRIBUTES
3855 M:      Miguel Ojeda <[email protected]>
3856 S:      Maintained
3857 F:      include/linux/compiler_attributes.h
3858
3859 CONEXANT ACCESSRUNNER USB DRIVER
3860 L:      [email protected]
3861 W:      http://accessrunner.sourceforge.net/
3862 S:      Orphan
3863 F:      drivers/usb/atm/cxacru.c
3864
3865 CONFIGFS
3866 M:      Joel Becker <[email protected]>
3867 M:      Christoph Hellwig <[email protected]>
3868 T:      git git://git.infradead.org/users/hch/configfs.git
3869 S:      Supported
3870 F:      fs/configfs/
3871 F:      include/linux/configfs.h
3872
3873 CONNECTOR
3874 M:      Evgeniy Polyakov <[email protected]>
3875 L:      [email protected]
3876 S:      Maintained
3877 F:      drivers/connector/
3878
3879 CONTROL GROUP (CGROUP)
3880 M:      Tejun Heo <[email protected]>
3881 M:      Li Zefan <[email protected]>
3882 M:      Johannes Weiner <[email protected]>
3883 L:      [email protected]
3884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3885 S:      Maintained
3886 F:      Documentation/cgroup*
3887 F:      include/linux/cgroup*
3888 F:      kernel/cgroup*
3889
3890 CONTROL GROUP - CPUSET
3891 M:      Li Zefan <[email protected]>
3892 L:      [email protected]
3893 W:      http://www.bullopensource.org/cpuset/
3894 W:      http://oss.sgi.com/projects/cpusets/
3895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3896 S:      Maintained
3897 F:      Documentation/cgroup-v1/cpusets.txt
3898 F:      include/linux/cpuset.h
3899 F:      kernel/cgroup/cpuset.c
3900
3901 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3902 M:      Johannes Weiner <[email protected]>
3903 M:      Michal Hocko <[email protected]>
3904 M:      Vladimir Davydov <[email protected]>
3905 L:      [email protected]
3906 L:      [email protected]
3907 S:      Maintained
3908 F:      mm/memcontrol.c
3909 F:      mm/swap_cgroup.c
3910
3911 CORETEMP HARDWARE MONITORING DRIVER
3912 M:      Fenghua Yu <[email protected]>
3913 L:      [email protected]
3914 S:      Maintained
3915 F:      Documentation/hwmon/coretemp
3916 F:      drivers/hwmon/coretemp.c
3917
3918 COSA/SRP SYNC SERIAL DRIVER
3919 M:      Jan "Yenya" Kasprzak <[email protected]>
3920 W:      http://www.fi.muni.cz/~kas/cosa/
3921 S:      Maintained
3922 F:      drivers/net/wan/cosa*
3923
3924 CPMAC ETHERNET DRIVER
3925 M:      Florian Fainelli <[email protected]>
3926 L:      [email protected]
3927 S:      Maintained
3928 F:      drivers/net/ethernet/ti/cpmac.c
3929
3930 CPU FREQUENCY DRIVERS
3931 M:      "Rafael J. Wysocki" <[email protected]>
3932 M:      Viresh Kumar <[email protected]>
3933 L:      [email protected]
3934 S:      Maintained
3935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3936 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3937 B:      https://bugzilla.kernel.org
3938 F:      Documentation/cpu-freq/
3939 F:      Documentation/devicetree/bindings/cpufreq/
3940 F:      drivers/cpufreq/
3941 F:      include/linux/cpufreq.h
3942 F:      tools/testing/selftests/cpufreq/
3943
3944 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3945 M:      Viresh Kumar <[email protected]>
3946 M:      Sudeep Holla <[email protected]>
3947 L:      [email protected]
3948 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3949 S:      Maintained
3950 F:      drivers/cpufreq/arm_big_little.h
3951 F:      drivers/cpufreq/arm_big_little.c
3952
3953 CPU POWER MONITORING SUBSYSTEM
3954 M:      Thomas Renninger <[email protected]>
3955 M:      Shuah Khan <[email protected]>
3956 L:      [email protected]
3957 S:      Maintained
3958 F:      tools/power/cpupower/
3959
3960 CPUID/MSR DRIVER
3961 M:      "H. Peter Anvin" <[email protected]>
3962 S:      Maintained
3963 F:      arch/x86/kernel/cpuid.c
3964 F:      arch/x86/kernel/msr.c
3965
3966 CPUIDLE DRIVER - ARM BIG LITTLE
3967 M:      Lorenzo Pieralisi <[email protected]>
3968 M:      Daniel Lezcano <[email protected]>
3969 L:      [email protected]
3970 L:      [email protected]
3971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3972 S:      Maintained
3973 F:      drivers/cpuidle/cpuidle-big_little.c
3974
3975 CPUIDLE DRIVER - ARM EXYNOS
3976 M:      Bartlomiej Zolnierkiewicz <[email protected]>
3977 M:      Daniel Lezcano <[email protected]>
3978 M:      Kukjin Kim <[email protected]>
3979 L:      [email protected]
3980 L:      [email protected]
3981 S:      Supported
3982 F:      drivers/cpuidle/cpuidle-exynos.c
3983 F:      arch/arm/mach-exynos/pm.c
3984
3985 CPUIDLE DRIVERS
3986 M:      "Rafael J. Wysocki" <[email protected]>
3987 M:      Daniel Lezcano <[email protected]>
3988 L:      [email protected]
3989 S:      Maintained
3990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3991 B:      https://bugzilla.kernel.org
3992 F:      drivers/cpuidle/*
3993 F:      include/linux/cpuidle.h
3994
3995 CRAMFS FILESYSTEM
3996 M:      Nicolas Pitre <[email protected]>
3997 S:      Maintained
3998 F:      Documentation/filesystems/cramfs.txt
3999 F:      fs/cramfs/
4000
4001 CRYPTO API
4002 M:      Herbert Xu <[email protected]>
4003 M:      "David S. Miller" <[email protected]>
4004 L:      [email protected]
4005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
4006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
4007 S:      Maintained
4008 F:      Documentation/crypto/
4009 F:      Documentation/devicetree/bindings/crypto/
4010 F:      arch/*/crypto/
4011 F:      crypto/
4012 F:      drivers/crypto/
4013 F:      include/crypto/
4014 F:      include/linux/crypto*
4015
4016 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
4017 M:      Neil Horman <[email protected]>
4018 L:      [email protected]
4019 S:      Maintained
4020 F:      crypto/ansi_cprng.c
4021 F:      crypto/rng.c
4022
4023 CS3308 MEDIA DRIVER
4024 M:      Hans Verkuil <[email protected]>
4025 L:      [email protected]
4026 T:      git git://linuxtv.org/media_tree.git
4027 W:      http://linuxtv.org
4028 S:      Odd Fixes
4029 F:      drivers/media/i2c/cs3308.c
4030
4031 CS5535 Audio ALSA driver
4032 M:      Jaya Kumar <[email protected]>
4033 S:      Maintained
4034 F:      sound/pci/cs5535audio/
4035
4036 CSI DRIVERS FOR ALLWINNER V3s
4037 M:      Yong Deng <[email protected]>
4038 L:      [email protected]
4039 T:      git git://linuxtv.org/media_tree.git
4040 S:      Maintained
4041 F:      drivers/media/platform/sunxi/sun6i-csi/
4042 F:      Documentation/devicetree/bindings/media/sun6i-csi.txt
4043
4044 CW1200 WLAN driver
4045 M:      Solomon Peachy <[email protected]>
4046 S:      Maintained
4047 F:      drivers/net/wireless/st/cw1200/
4048
4049 CX18 VIDEO4LINUX DRIVER
4050 M:      Andy Walls <[email protected]>
4051 L:      [email protected] (subscribers-only)
4052 L:      [email protected]
4053 T:      git git://linuxtv.org/media_tree.git
4054 W:      https://linuxtv.org
4055 W:      http://www.ivtvdriver.org/index.php/Cx18
4056 S:      Maintained
4057 F:      Documentation/media/v4l-drivers/cx18*
4058 F:      drivers/media/pci/cx18/
4059 F:      include/uapi/linux/ivtv*
4060
4061 CX2341X MPEG ENCODER HELPER MODULE
4062 M:      Hans Verkuil <[email protected]>
4063 L:      [email protected]
4064 T:      git git://linuxtv.org/media_tree.git
4065 W:      https://linuxtv.org
4066 S:      Maintained
4067 F:      drivers/media/common/cx2341x*
4068 F:      include/media/drv-intf/cx2341x.h
4069
4070 CX24120 MEDIA DRIVER
4071 M:      Jemma Denson <[email protected]>
4072 M:      Patrick Boettcher <[email protected]>
4073 L:      [email protected]
4074 W:      https://linuxtv.org
4075 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4076 S:      Maintained
4077 F:      drivers/media/dvb-frontends/cx24120*
4078
4079 CX88 VIDEO4LINUX DRIVER
4080 M:      Mauro Carvalho Chehab <[email protected]>
4081 L:      [email protected]
4082 W:      https://linuxtv.org
4083 T:      git git://linuxtv.org/media_tree.git
4084 S:      Odd fixes
4085 F:      Documentation/media/v4l-drivers/cx88*
4086 F:      drivers/media/pci/cx88/
4087
4088 CXD2820R MEDIA DRIVER
4089 M:      Antti Palosaari <[email protected]>
4090 L:      [email protected]
4091 W:      https://linuxtv.org
4092 W:      http://palosaari.fi/linux/
4093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4094 T:      git git://linuxtv.org/anttip/media_tree.git
4095 S:      Maintained
4096 F:      drivers/media/dvb-frontends/cxd2820r*
4097
4098 CXGB3 ETHERNET DRIVER (CXGB3)
4099 M:      Arjun Vynipadath <[email protected]>
4100 L:      [email protected]
4101 W:      http://www.chelsio.com
4102 S:      Supported
4103 F:      drivers/net/ethernet/chelsio/cxgb3/
4104
4105 CXGB3 ISCSI DRIVER (CXGB3I)
4106 M:      Karen Xie <[email protected]>
4107 L:      [email protected]
4108 W:      http://www.chelsio.com
4109 S:      Supported
4110 F:      drivers/scsi/cxgbi/cxgb3i
4111
4112 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
4113 M:      Steve Wise <[email protected]>
4114 L:      [email protected]
4115 W:      http://www.openfabrics.org
4116 S:      Supported
4117 F:      drivers/infiniband/hw/cxgb3/
4118 F:      include/uapi/rdma/cxgb3-abi.h
4119
4120 CXGB4 CRYPTO DRIVER (chcr)
4121 M:      Harsh Jain <[email protected]>
4122 L:      [email protected]
4123 W:      http://www.chelsio.com
4124 S:      Supported
4125 F:      drivers/crypto/chelsio
4126
4127 CXGB4 ETHERNET DRIVER (CXGB4)
4128 M:      Arjun Vynipadath <[email protected]>
4129 L:      [email protected]
4130 W:      http://www.chelsio.com
4131 S:      Supported
4132 F:      drivers/net/ethernet/chelsio/cxgb4/
4133
4134 CXGB4 ISCSI DRIVER (CXGB4I)
4135 M:      Karen Xie <[email protected]>
4136 L:      [email protected]
4137 W:      http://www.chelsio.com
4138 S:      Supported
4139 F:      drivers/scsi/cxgbi/cxgb4i
4140
4141 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
4142 M:      Steve Wise <[email protected]>
4143 L:      [email protected]
4144 W:      http://www.openfabrics.org
4145 S:      Supported
4146 F:      drivers/infiniband/hw/cxgb4/
4147 F:      include/uapi/rdma/cxgb4-abi.h
4148
4149 CXGB4VF ETHERNET DRIVER (CXGB4VF)
4150 M:      Casey Leedom <[email protected]>
4151 L:      [email protected]
4152 W:      http://www.chelsio.com
4153 S:      Supported
4154 F:      drivers/net/ethernet/chelsio/cxgb4vf/
4155
4156 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
4157 M:      Frederic Barrat <[email protected]>
4158 M:      Andrew Donnellan <[email protected]>
4159 L:      [email protected]
4160 S:      Supported
4161 F:      arch/powerpc/platforms/powernv/pci-cxl.c
4162 F:      drivers/misc/cxl/
4163 F:      include/misc/cxl*
4164 F:      include/uapi/misc/cxl.h
4165 F:      Documentation/powerpc/cxl.txt
4166 F:      Documentation/ABI/testing/sysfs-class-cxl
4167
4168 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
4169 M:      Manoj N. Kumar <[email protected]>
4170 M:      Matthew R. Ochs <[email protected]>
4171 M:      Uma Krishnan <[email protected]>
4172 L:      [email protected]
4173 S:      Supported
4174 F:      drivers/scsi/cxlflash/
4175 F:      include/uapi/scsi/cxlflash_ioctl.h
4176 F:      Documentation/powerpc/cxlflash.txt
4177
4178 CYBERPRO FB DRIVER
4179 M:      Russell King <[email protected]>
4180 L:      [email protected] (moderated for non-subscribers)
4181 W:      http://www.armlinux.org.uk/
4182 S:      Maintained
4183 F:      drivers/video/fbdev/cyber2000fb.*
4184
4185 CYCLADES ASYNC MUX DRIVER
4186 W:      http://www.cyclades.com/
4187 S:      Orphan
4188 F:      drivers/tty/cyclades.c
4189 F:      include/linux/cyclades.h
4190 F:      include/uapi/linux/cyclades.h
4191
4192 CYCLADES PC300 DRIVER
4193 W:      http://www.cyclades.com/
4194 S:      Orphan
4195 F:      drivers/net/wan/pc300*
4196
4197 CYPRESS_FIRMWARE MEDIA DRIVER
4198 M:      Antti Palosaari <[email protected]>
4199 L:      [email protected]
4200 W:      https://linuxtv.org
4201 W:      http://palosaari.fi/linux/
4202 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4203 T:      git git://linuxtv.org/anttip/media_tree.git
4204 S:      Maintained
4205 F:      drivers/media/common/cypress_firmware*
4206
4207 CYTTSP TOUCHSCREEN DRIVER
4208 M:      Ferruh Yigit <[email protected]>
4209 L:      [email protected]
4210 S:      Supported
4211 F:      drivers/input/touchscreen/cyttsp*
4212 F:      include/linux/input/cyttsp.h
4213
4214 D-LINK DIR-685 TOUCHKEYS DRIVER
4215 M:      Linus Walleij <[email protected]>
4216 L:      [email protected]
4217 S:      Supported
4218 F:      drivers/input/keyboard/dlink-dir685-touchkeys.c
4219
4220 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
4221 M:      Joshua Kinard <[email protected]>
4222 S:      Maintained
4223 F:      drivers/rtc/rtc-ds1685.c
4224 F:      include/linux/rtc/ds1685.h
4225
4226 DAMA SLAVE for AX.25
4227 M:      Joerg Reuter <[email protected]>
4228 W:      http://yaina.de/jreuter/
4229 W:      http://www.qsl.net/dl1bke/
4230 L:      [email protected]
4231 S:      Maintained
4232 F:      net/ax25/af_ax25.c
4233 F:      net/ax25/ax25_dev.c
4234 F:      net/ax25/ax25_ds_*
4235 F:      net/ax25/ax25_in.c
4236 F:      net/ax25/ax25_out.c
4237 F:      net/ax25/ax25_timer.c
4238 F:      net/ax25/sysctl_net_ax25.c
4239
4240 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4241 L:      [email protected]
4242 S:      Orphan
4243 F:      Documentation/networking/device_drivers/dec/dmfe.txt
4244 F:      drivers/net/ethernet/dec/tulip/dmfe.c
4245
4246 DC390/AM53C974 SCSI driver
4247 M:      Hannes Reinecke <[email protected]>
4248 L:      [email protected]
4249 S:      Maintained
4250 F:      drivers/scsi/am53c974.c
4251
4252 DC395x SCSI driver
4253 M:      Oliver Neukum <[email protected]>
4254 M:      Ali Akcaagac <[email protected]>
4255 M:      Jamie Lenehan <[email protected]>
4256 L:      [email protected]
4257 W:      http://twibble.org/dist/dc395x/
4258 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
4259 S:      Maintained
4260 F:      Documentation/scsi/dc395x.txt
4261 F:      drivers/scsi/dc395x.*
4262
4263 DCCP PROTOCOL
4264 M:      Gerrit Renker <[email protected]>
4265 L:      [email protected]
4266 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4267 S:      Maintained
4268 F:      include/linux/dccp.h
4269 F:      include/uapi/linux/dccp.h
4270 F:      include/linux/tfrc.h
4271 F:      net/dccp/
4272
4273 DECnet NETWORK LAYER
4274 W:      http://linux-decnet.sourceforge.net
4275 L:      [email protected]
4276 S:      Orphan
4277 F:      Documentation/networking/decnet.txt
4278 F:      net/decnet/
4279
4280 DECSTATION PLATFORM SUPPORT
4281 M:      "Maciej W. Rozycki" <[email protected]>
4282 L:      [email protected]
4283 W:      http://www.linux-mips.org/wiki/DECstation
4284 S:      Maintained
4285 F:      arch/mips/dec/
4286 F:      arch/mips/include/asm/dec/
4287 F:      arch/mips/include/asm/mach-dec/
4288
4289 DEFXX FDDI NETWORK DRIVER
4290 M:      "Maciej W. Rozycki" <[email protected]>
4291 S:      Maintained
4292 F:      drivers/net/fddi/defxx.*
4293
4294 DELL SMBIOS DRIVER
4295 M:      Pali Rohár <[email protected]>
4296 M:      Mario Limonciello <[email protected]>
4297 L:      [email protected]
4298 S:      Maintained
4299 F:      drivers/platform/x86/dell-smbios.*
4300
4301 DELL SMBIOS SMM DRIVER
4302 M:      Mario Limonciello <[email protected]>
4303 L:      [email protected]
4304 S:      Maintained
4305 F:      drivers/platform/x86/dell-smbios-smm.c
4306
4307 DELL SMBIOS WMI DRIVER
4308 M:      Mario Limonciello <[email protected]>
4309 L:      [email protected]
4310 S:      Maintained
4311 F:      drivers/platform/x86/dell-smbios-wmi.c
4312 F:      tools/wmi/dell-smbios-example.c
4313
4314 DEFZA FDDI NETWORK DRIVER
4315 M:      "Maciej W. Rozycki" <[email protected]>
4316 S:      Maintained
4317 F:      drivers/net/fddi/defza.*
4318
4319 DELL LAPTOP DRIVER
4320 M:      Matthew Garrett <[email protected]>
4321 M:      Pali Rohár <[email protected]>
4322 L:      [email protected]
4323 S:      Maintained
4324 F:      drivers/platform/x86/dell-laptop.c
4325
4326 DELL LAPTOP FREEFALL DRIVER
4327 M:      Pali Rohár <[email protected]>
4328 S:      Maintained
4329 F:      drivers/platform/x86/dell-smo8800.c
4330
4331 DELL LAPTOP RBTN DRIVER
4332 M:      Pali Rohár <[email protected]>
4333 S:      Maintained
4334 F:      drivers/platform/x86/dell-rbtn.*
4335
4336 DELL REMOTE BIOS UPDATE DRIVER
4337 M:      Stuart Hayes <[email protected]>
4338 L:      [email protected]
4339 S:      Maintained
4340 F:      drivers/platform/x86/dell_rbu.c
4341
4342 DELL LAPTOP SMM DRIVER
4343 M:      Pali Rohár <[email protected]>
4344 S:      Maintained
4345 F:      drivers/hwmon/dell-smm-hwmon.c
4346 F:      include/uapi/linux/i8k.h
4347
4348 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4349 M:      Stuart Hayes <[email protected]>
4350 L:      [email protected]
4351 S:      Maintained
4352 F:      Documentation/dcdbas.txt
4353 F:      drivers/platform/x86/dcdbas.*
4354
4355 DELL WMI NOTIFICATIONS DRIVER
4356 M:      Matthew Garrett <[email protected]>
4357 M:      Pali Rohár <[email protected]>
4358 S:      Maintained
4359 F:      drivers/platform/x86/dell-wmi.c
4360
4361 DELL WMI DESCRIPTOR DRIVER
4362 M:      Mario Limonciello <[email protected]>
4363 S:      Maintained
4364 F:      drivers/platform/x86/dell-wmi-descriptor.c
4365
4366 DELTA ST MEDIA DRIVER
4367 M:      Hugues Fruchet <[email protected]>
4368 L:      [email protected]
4369 T:      git git://linuxtv.org/media_tree.git
4370 W:      https://linuxtv.org
4371 S:      Supported
4372 F:      drivers/media/platform/sti/delta
4373
4374 DENALI NAND DRIVER
4375 M:      Masahiro Yamada <[email protected]>
4376 L:      [email protected]
4377 S:      Supported
4378 F:      drivers/mtd/nand/raw/denali*
4379
4380 DESIGNWARE USB2 DRD IP DRIVER
4381 M:      Minas Harutyunyan <[email protected]>
4382 L:      [email protected]
4383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4384 S:      Maintained
4385 F:      drivers/usb/dwc2/
4386
4387 DESIGNWARE USB3 DRD IP DRIVER
4388 M:      Felipe Balbi <[email protected]>
4389 L:      [email protected]
4390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4391 S:      Maintained
4392 F:      drivers/usb/dwc3/
4393
4394 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4395 M:      Andreas Klinger <[email protected]>
4396 L:      [email protected]
4397 S:      Maintained
4398 F:      Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4399 F:      drivers/iio/proximity/srf*.c
4400
4401 DEVICE COREDUMP (DEV_COREDUMP)
4402 M:      Johannes Berg <[email protected]>
4403 L:      [email protected]
4404 S:      Maintained
4405 F:      drivers/base/devcoredump.c
4406 F:      include/linux/devcoredump.h
4407
4408 DEVICE FREQUENCY (DEVFREQ)
4409 M:      MyungJoo Ham <[email protected]>
4410 M:      Kyungmin Park <[email protected]>
4411 R:      Chanwoo Choi <[email protected]>
4412 L:      [email protected]
4413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4414 S:      Maintained
4415 F:      drivers/devfreq/
4416 F:      include/linux/devfreq.h
4417 F:      Documentation/devicetree/bindings/devfreq/
4418
4419 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4420 M:      Chanwoo Choi <[email protected]>
4421 L:      [email protected]
4422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4423 S:      Supported
4424 F:      drivers/devfreq/event/
4425 F:      drivers/devfreq/devfreq-event.c
4426 F:      include/linux/devfreq-event.h
4427 F:      Documentation/devicetree/bindings/devfreq/event/
4428
4429 DEVICE NUMBER REGISTRY
4430 M:      Torben Mathiasen <[email protected]>
4431 W:      http://lanana.org/docs/device-list/index.html
4432 S:      Maintained
4433
4434 DEVICE-MAPPER  (LVM)
4435 M:      Alasdair Kergon <[email protected]>
4436 M:      Mike Snitzer <[email protected]>
4437 M:      [email protected]
4438 L:      [email protected]
4439 W:      http://sources.redhat.com/dm
4440 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4442 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4443 S:      Maintained
4444 F:      Documentation/device-mapper/
4445 F:      drivers/md/Makefile
4446 F:      drivers/md/Kconfig
4447 F:      drivers/md/dm*
4448 F:      drivers/md/persistent-data/
4449 F:      include/linux/device-mapper.h
4450 F:      include/linux/dm-*.h
4451 F:      include/uapi/linux/dm-*.h
4452
4453 DEVLINK
4454 M:      Jiri Pirko <[email protected]>
4455 L:      [email protected]
4456 S:      Supported
4457 F:      net/core/devlink.c
4458 F:      include/net/devlink.h
4459 F:      include/uapi/linux/devlink.h
4460
4461 DIALOG SEMICONDUCTOR DRIVERS
4462 M:      Support Opensource <[email protected]>
4463 W:      http://www.dialog-semiconductor.com/products
4464 S:      Supported
4465 F:      Documentation/hwmon/da90??
4466 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4467 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4468 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4469 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4470 F:      Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4471 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4472 F:      drivers/gpio/gpio-da90??.c
4473 F:      drivers/hwmon/da90??-hwmon.c
4474 F:      drivers/iio/adc/da91??-*.c
4475 F:      drivers/input/misc/da90??_onkey.c
4476 F:      drivers/input/touchscreen/da9052_tsi.c
4477 F:      drivers/leds/leds-da90??.c
4478 F:      drivers/mfd/da903x.c
4479 F:      drivers/mfd/da90??-*.c
4480 F:      drivers/mfd/da91??-*.c
4481 F:      drivers/power/supply/da9052-battery.c
4482 F:      drivers/power/supply/da91??-*.c
4483 F:      drivers/regulator/da903x.c
4484 F:      drivers/regulator/da9???-regulator.[ch]
4485 F:      drivers/thermal/da90??-thermal.c
4486 F:      drivers/rtc/rtc-da90??.c
4487 F:      drivers/video/backlight/da90??_bl.c
4488 F:      drivers/watchdog/da90??_wdt.c
4489 F:      include/linux/mfd/da903x.h
4490 F:      include/linux/mfd/da9052/
4491 F:      include/linux/mfd/da9055/
4492 F:      include/linux/mfd/da9062/
4493 F:      include/linux/mfd/da9063/
4494 F:      include/linux/mfd/da9150/
4495 F:      include/linux/regulator/da9211.h
4496 F:      include/sound/da[79]*.h
4497 F:      sound/soc/codecs/da[79]*.[ch]
4498
4499 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4500 M:      William Breathitt Gray <[email protected]>
4501 L:      [email protected]
4502 S:      Maintained
4503 F:      drivers/gpio/gpio-gpio-mm.c
4504
4505 DIOLAN U2C-12 I2C DRIVER
4506 M:      Guenter Roeck <[email protected]>
4507 L:      [email protected]
4508 S:      Maintained
4509 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4510
4511 FILESYSTEM DIRECT ACCESS (DAX)
4512 M:      Matthew Wilcox <[email protected]>
4513 M:      Ross Zwisler <[email protected]>
4514 M:      Jan Kara <[email protected]>
4515 L:      [email protected]
4516 S:      Supported
4517 F:      fs/dax.c
4518 F:      include/linux/dax.h
4519 F:      include/trace/events/fs_dax.h
4520
4521 DEVICE DIRECT ACCESS (DAX)
4522 M:      Dan Williams <[email protected]>
4523 M:      Dave Jiang <[email protected]>
4524 M:      Ross Zwisler <[email protected]>
4525 M:      Vishal Verma <[email protected]>
4526 L:      [email protected]
4527 S:      Supported
4528 F:      drivers/dax/
4529
4530 DIRECTORY NOTIFICATION (DNOTIFY)
4531 M:      Jan Kara <[email protected]>
4532 R:      Amir Goldstein <[email protected]>
4533 L:      [email protected]
4534 S:      Maintained
4535 F:      Documentation/filesystems/dnotify.txt
4536 F:      fs/notify/dnotify/
4537 F:      include/linux/dnotify.h
4538
4539 DISK GEOMETRY AND PARTITION HANDLING
4540 M:      Andries Brouwer <[email protected]>
4541 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4542 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4543 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4544 S:      Maintained
4545
4546 DISKQUOTA
4547 M:      Jan Kara <[email protected]>
4548 S:      Maintained
4549 F:      Documentation/filesystems/quota.txt
4550 F:      fs/quota/
4551 F:      include/linux/quota*.h
4552 F:      include/uapi/linux/quota*.h
4553
4554 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4555 M:      Bernie Thompson <[email protected]>
4556 L:      [email protected]
4557 S:      Maintained
4558 W:      http://plugable.com/category/projects/udlfb/
4559 F:      drivers/video/fbdev/udlfb.c
4560 F:      include/video/udlfb.h
4561 F:      Documentation/fb/udlfb.txt
4562
4563 DISTRIBUTED LOCK MANAGER (DLM)
4564 M:      Christine Caulfield <[email protected]>
4565 M:      David Teigland <[email protected]>
4566 L:      [email protected]
4567 W:      http://sources.redhat.com/cluster/
4568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4569 S:      Supported
4570 F:      fs/dlm/
4571
4572 DMA BUFFER SHARING FRAMEWORK
4573 M:      Sumit Semwal <[email protected]>
4574 S:      Maintained
4575 L:      [email protected]
4576 L:      [email protected]
4577 L:      [email protected] (moderated for non-subscribers)
4578 F:      drivers/dma-buf/
4579 F:      include/linux/dma-buf*
4580 F:      include/linux/reservation.h
4581 F:      include/linux/*fence.h
4582 F:      Documentation/driver-api/dma-buf.rst
4583 T:      git git://anongit.freedesktop.org/drm/drm-misc
4584
4585 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4586 M:      Vinod Koul <[email protected]>
4587 L:      [email protected]
4588 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4589 S:      Maintained
4590 F:      drivers/dma/
4591 F:      include/linux/dmaengine.h
4592 F:      include/linux/of_dma.h
4593 F:      Documentation/devicetree/bindings/dma/
4594 F:      Documentation/driver-api/dmaengine/
4595 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4596
4597 DMA MAPPING HELPERS
4598 M:      Christoph Hellwig <[email protected]>
4599 M:      Marek Szyprowski <[email protected]>
4600 R:      Robin Murphy <[email protected]>
4601 L:      [email protected]
4602 T:      git git://git.infradead.org/users/hch/dma-mapping.git
4603 W:      http://git.infradead.org/users/hch/dma-mapping.git
4604 S:      Supported
4605 F:      kernel/dma/
4606 F:      include/asm-generic/dma-mapping.h
4607 F:      include/linux/dma-direct.h
4608 F:      include/linux/dma-mapping.h
4609 F:      include/linux/dma-noncoherent.h
4610
4611 DME1737 HARDWARE MONITOR DRIVER
4612 M:      Juerg Haefliger <[email protected]>
4613 L:      [email protected]
4614 S:      Maintained
4615 F:      Documentation/hwmon/dme1737
4616 F:      drivers/hwmon/dme1737.c
4617
4618 DMI/SMBIOS SUPPORT
4619 M:      Jean Delvare <[email protected]>
4620 S:      Maintained
4621 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4622 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4623 F:      drivers/firmware/dmi-id.c
4624 F:      drivers/firmware/dmi_scan.c
4625 F:      include/linux/dmi.h
4626
4627 DOCUMENTATION
4628 M:      Jonathan Corbet <[email protected]>
4629 L:      [email protected]
4630 S:      Maintained
4631 F:      Documentation/
4632 F:      scripts/kernel-doc
4633 X:      Documentation/ABI/
4634 X:      Documentation/acpi/
4635 X:      Documentation/devicetree/
4636 X:      Documentation/i2c/
4637 X:      Documentation/media/
4638 X:      Documentation/power/
4639 X:      Documentation/spi/
4640 T:      git git://git.lwn.net/linux.git docs-next
4641
4642 DOCUMENTATION/ITALIAN
4643 M:      Federico Vaga <[email protected]>
4644 L:      [email protected]
4645 S:      Maintained
4646 F:      Documentation/translations/it_IT
4647
4648 DONGWOON DW9714 LENS VOICE COIL DRIVER
4649 M:      Sakari Ailus <[email protected]>
4650 L:      [email protected]
4651 T:      git git://linuxtv.org/media_tree.git
4652 S:      Maintained
4653 F:      drivers/media/i2c/dw9714.c
4654 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt
4655
4656 DONGWOON DW9807 LENS VOICE COIL DRIVER
4657 M:      Sakari Ailus <[email protected]>
4658 L:      [email protected]
4659 T:      git git://linuxtv.org/media_tree.git
4660 S:      Maintained
4661 F:      drivers/media/i2c/dw9807-vcm.c
4662 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt
4663
4664 DOUBLETALK DRIVER
4665 M:      "James R. Van Zandt" <[email protected]>
4666 L:      [email protected]
4667 S:      Maintained
4668 F:      drivers/char/dtlk.c
4669 F:      include/linux/dtlk.h
4670
4671 DPAA2 DATAPATH I/O (DPIO) DRIVER
4672 M:      Roy Pledge <[email protected]>
4673 L:      [email protected]
4674 S:      Maintained
4675 F:      drivers/soc/fsl/dpio
4676
4677 DPAA2 ETHERNET DRIVER
4678 M:      Ioana Radulescu <[email protected]>
4679 L:      [email protected]
4680 S:      Maintained
4681 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
4682 F:      drivers/net/ethernet/freescale/dpaa2/dpni*
4683 F:      drivers/net/ethernet/freescale/dpaa2/dpkg.h
4684 F:      drivers/net/ethernet/freescale/dpaa2/Makefile
4685 F:      drivers/net/ethernet/freescale/dpaa2/Kconfig
4686
4687 DPAA2 ETHERNET SWITCH DRIVER
4688 M:      Ioana Radulescu <[email protected]>
4689 M:      Ioana Ciornei <[email protected]>
4690 L:      [email protected]
4691 S:      Maintained
4692 F:      drivers/staging/fsl-dpaa2/ethsw
4693
4694 DPAA2 PTP CLOCK DRIVER
4695 M:      Yangbo Lu <[email protected]>
4696 L:      [email protected]
4697 S:      Maintained
4698 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
4699 F:      drivers/net/ethernet/freescale/dpaa2/dprtc*
4700
4701 DPT_I2O SCSI RAID DRIVER
4702 M:      Adaptec OEM Raid Solutions <[email protected]>
4703 L:      [email protected]
4704 W:      http://www.adaptec.com/
4705 S:      Maintained
4706 F:      drivers/scsi/dpt*
4707 F:      drivers/scsi/dpt/
4708
4709 DRBD DRIVER
4710 M:      Philipp Reisner <[email protected]>
4711 M:      Lars Ellenberg <[email protected]>
4712 L:      [email protected]
4713 W:      http://www.drbd.org
4714 T:      git git://git.linbit.com/linux-drbd.git
4715 T:      git git://git.linbit.com/drbd-8.4.git
4716 S:      Supported
4717 F:      drivers/block/drbd/
4718 F:      lib/lru_cache.c
4719 F:      Documentation/blockdev/drbd/
4720
4721 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4722 M:      Greg Kroah-Hartman <[email protected]>
4723 R:      "Rafael J. Wysocki" <[email protected]>
4724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4725 S:      Supported
4726 F:      Documentation/kobject.txt
4727 F:      drivers/base/
4728 F:      fs/debugfs/
4729 F:      fs/sysfs/
4730 F:      include/linux/debugfs.h
4731 F:      include/linux/kobj*
4732 F:      lib/kobj*
4733
4734 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4735 M:      Kevin Hilman <[email protected]>
4736 M:      Nishanth Menon <[email protected]>
4737 S:      Maintained
4738 F:      drivers/power/avs/
4739 F:      include/linux/power/smartreflex.h
4740 L:      [email protected]
4741
4742 DRM DRIVER FOR ARM PL111 CLCD
4743 M:      Eric Anholt <[email protected]>
4744 T:      git git://anongit.freedesktop.org/drm/drm-misc
4745 S:      Supported
4746 F:      drivers/gpu/drm/pl111/
4747
4748 DRM DRIVER FOR ARM VERSATILE TFT PANELS
4749 M:      Linus Walleij <[email protected]>
4750 T:      git git://anongit.freedesktop.org/drm/drm-misc
4751 S:      Maintained
4752 F:      drivers/gpu/drm/panel/panel-arm-versatile.c
4753 F:      Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.txt
4754
4755 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4756 M:      Dave Airlie <[email protected]>
4757 S:      Odd Fixes
4758 F:      drivers/gpu/drm/ast/
4759
4760 DRM DRIVER FOR BOCHS VIRTUAL GPU
4761 M:      Gerd Hoffmann <[email protected]>
4762 L:      [email protected]
4763 T:      git git://anongit.freedesktop.org/drm/drm-misc
4764 S:      Maintained
4765 F:      drivers/gpu/drm/bochs/
4766
4767 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
4768 M:      Linus Walleij <[email protected]>
4769 T:      git git://anongit.freedesktop.org/drm/drm-misc
4770 S:      Maintained
4771 F:      drivers/gpu/drm/tve200/
4772
4773 DRM DRIVER FOR ILITEK ILI9225 PANELS
4774 M:      David Lechner <[email protected]>
4775 S:      Maintained
4776 F:      drivers/gpu/drm/tinydrm/ili9225.c
4777 F:      Documentation/devicetree/bindings/display/ilitek,ili9225.txt
4778
4779 DRM DRIVER FOR HX8357D PANELS
4780 M:      Eric Anholt <[email protected]>
4781 T:      git git://anongit.freedesktop.org/drm/drm-misc
4782 S:      Maintained
4783 F:      drivers/gpu/drm/tinydrm/hx8357d.c
4784 F:      Documentation/devicetree/bindings/display/himax,hx8357d.txt
4785
4786 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4787 S:      Orphan / Obsolete
4788 F:      drivers/gpu/drm/i810/
4789 F:      include/uapi/drm/i810_drm.h
4790
4791 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4792 S:      Orphan / Obsolete
4793 F:      drivers/gpu/drm/mga/
4794 F:      include/uapi/drm/mga_drm.h
4795
4796 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4797 M:      Dave Airlie <[email protected]>
4798 S:      Odd Fixes
4799 F:      drivers/gpu/drm/mgag200/
4800
4801 DRM DRIVER FOR MI0283QT
4802 M:      Noralf Trønnes <[email protected]>
4803 S:      Maintained
4804 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4805 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4806
4807 DRM DRIVER FOR MSM ADRENO GPU
4808 M:      Rob Clark <[email protected]>
4809 L:      [email protected]
4810 L:      [email protected]
4811 L:      [email protected]
4812 T:      git git://people.freedesktop.org/~robclark/linux
4813 S:      Maintained
4814 F:      drivers/gpu/drm/msm/
4815 F:      include/uapi/drm/msm_drm.h
4816 F:      Documentation/devicetree/bindings/display/msm/
4817
4818 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4819 M:      Ben Skeggs <[email protected]>
4820 L:      [email protected]
4821 L:      [email protected]
4822 T:      git git://github.com/skeggsb/linux
4823 S:      Supported
4824 F:      drivers/gpu/drm/nouveau/
4825 F:      include/uapi/drm/nouveau_drm.h
4826
4827 DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
4828 M:      Stefan Mavrodiev <[email protected]>
4829 S:      Maintained
4830 F:      drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
4831 F:      Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.txt
4832
4833 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4834 M:      Noralf Trønnes <[email protected]>
4835 S:      Maintained
4836 F:      drivers/gpu/drm/tinydrm/repaper.c
4837 F:      Documentation/devicetree/bindings/display/repaper.txt
4838
4839 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4840 M:      Dave Airlie <[email protected]>
4841 M:      Gerd Hoffmann <[email protected]>
4842 L:      [email protected]
4843 T:      git git://anongit.freedesktop.org/drm/drm-misc
4844 S:      Obsolete
4845 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4846 F:      drivers/gpu/drm/cirrus/
4847
4848 DRM DRIVER FOR QXL VIRTUAL GPU
4849 M:      Dave Airlie <[email protected]>
4850 M:      Gerd Hoffmann <[email protected]>
4851 L:      [email protected]
4852 T:      git git://anongit.freedesktop.org/drm/drm-misc
4853 S:      Maintained
4854 F:      drivers/gpu/drm/qxl/
4855 F:      include/uapi/drm/qxl_drm.h
4856
4857 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4858 S:      Orphan / Obsolete
4859 F:      drivers/gpu/drm/r128/
4860 F:      include/uapi/drm/r128_drm.h
4861
4862 DRM DRIVER FOR SAVAGE VIDEO CARDS
4863 S:      Orphan / Obsolete
4864 F:      drivers/gpu/drm/savage/
4865 F:      include/uapi/drm/savage_drm.h
4866
4867 DRM DRIVER FOR SIS VIDEO CARDS
4868 S:      Orphan / Obsolete
4869 F:      drivers/gpu/drm/sis/
4870 F:      include/uapi/drm/sis_drm.h
4871
4872 DRM DRIVER FOR SITRONIX ST7586 PANELS
4873 M:      David Lechner <[email protected]>
4874 S:      Maintained
4875 F:      drivers/gpu/drm/tinydrm/st7586.c
4876 F:      Documentation/devicetree/bindings/display/sitronix,st7586.txt
4877
4878 DRM DRIVER FOR SITRONIX ST7735R PANELS
4879 M:      David Lechner <[email protected]>
4880 S:      Maintained
4881 F:      drivers/gpu/drm/tinydrm/st7735r.c
4882 F:      Documentation/devicetree/bindings/display/sitronix,st7735r.txt
4883
4884 DRM DRIVER FOR TDFX VIDEO CARDS
4885 S:      Orphan / Obsolete
4886 F:      drivers/gpu/drm/tdfx/
4887
4888 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4889 M:      Dave Airlie <[email protected]>
4890 R:      Sean Paul <[email protected]>
4891 L:      [email protected]
4892 S:      Odd Fixes
4893 F:      drivers/gpu/drm/udl/
4894 T:      git git://anongit.freedesktop.org/drm/drm-misc
4895
4896 DRM DRIVER FOR VMWARE VIRTUAL GPU
4897 M:      "VMware Graphics" <[email protected]>
4898 M:      Thomas Hellstrom <[email protected]>
4899 L:      [email protected]
4900 T:      git git://people.freedesktop.org/~thomash/linux
4901 S:      Supported
4902 F:      drivers/gpu/drm/vmwgfx/
4903 F:      include/uapi/drm/vmwgfx_drm.h
4904
4905 DRM DRIVERS
4906 M:      David Airlie <[email protected]>
4907 M:      Daniel Vetter <[email protected]>
4908 L:      [email protected]
4909 T:      git git://anongit.freedesktop.org/drm/drm
4910 B:      https://bugs.freedesktop.org/
4911 C:      irc://chat.freenode.net/dri-devel
4912 S:      Maintained
4913 F:      drivers/gpu/drm/
4914 F:      drivers/gpu/vga/
4915 F:      Documentation/devicetree/bindings/display/
4916 F:      Documentation/devicetree/bindings/gpu/
4917 F:      Documentation/gpu/
4918 F:      include/drm/
4919 F:      include/uapi/drm/
4920 F:      include/linux/vga*
4921
4922 DRM DRIVERS AND MISC GPU PATCHES
4923 M:      Maarten Lankhorst <[email protected]>
4924 M:      Maxime Ripard <[email protected]>
4925 M:      Sean Paul <[email protected]>
4926 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4927 S:      Maintained
4928 T:      git git://anongit.freedesktop.org/drm/drm-misc
4929 F:      Documentation/gpu/
4930 F:      drivers/gpu/vga/
4931 F:      drivers/gpu/drm/*
4932 F:      include/drm/drm*
4933 F:      include/uapi/drm/drm*
4934 F:      include/linux/vga*
4935
4936 DRM DRIVERS FOR ALLWINNER A10
4937 M:      Maxime Ripard  <[email protected]>
4938 L:      [email protected]
4939 S:      Supported
4940 F:      drivers/gpu/drm/sun4i/
4941 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4942 T:      git git://anongit.freedesktop.org/drm/drm-misc
4943
4944 DRM DRIVERS FOR AMLOGIC SOCS
4945 M:      Neil Armstrong <[email protected]>
4946 L:      [email protected]
4947 L:      [email protected]
4948 W:      http://linux-meson.com/
4949 S:      Supported
4950 F:      drivers/gpu/drm/meson/
4951 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4952 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4953 F:      Documentation/gpu/meson.rst
4954 T:      git git://anongit.freedesktop.org/drm/drm-misc
4955
4956 DRM DRIVERS FOR ATMEL HLCDC
4957 M:      Boris Brezillon <[email protected]>
4958 L:      [email protected]
4959 S:      Supported
4960 F:      drivers/gpu/drm/atmel-hlcdc/
4961 F:      Documentation/devicetree/bindings/display/atmel/
4962 T:      git git://anongit.freedesktop.org/drm/drm-misc
4963
4964 DRM DRIVERS FOR BRIDGE CHIPS
4965 M:      Archit Taneja <[email protected]>
4966 M:      Andrzej Hajda <[email protected]>
4967 R:      Laurent Pinchart <[email protected]>
4968 S:      Maintained
4969 T:      git git://anongit.freedesktop.org/drm/drm-misc
4970 F:      drivers/gpu/drm/bridge/
4971
4972 DRM DRIVERS FOR EXYNOS
4973 M:      Inki Dae <[email protected]>
4974 M:      Joonyoung Shim <[email protected]>
4975 M:      Seung-Woo Kim <[email protected]>
4976 M:      Kyungmin Park <[email protected]>
4977 L:      [email protected]
4978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4979 S:      Supported
4980 F:      drivers/gpu/drm/exynos/
4981 F:      include/uapi/drm/exynos_drm.h
4982 F:      Documentation/devicetree/bindings/display/exynos/
4983
4984 DRM DRIVERS FOR FREESCALE DCU
4985 M:      Stefan Agner <[email protected]>
4986 M:      Alison Wang <[email protected]>
4987 L:      [email protected]
4988 S:      Supported
4989 F:      drivers/gpu/drm/fsl-dcu/
4990 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4991 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4992 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
4993 T:      git git://anongit.freedesktop.org/drm/drm-misc
4994
4995 DRM DRIVERS FOR FREESCALE IMX
4996 M:      Philipp Zabel <[email protected]>
4997 L:      [email protected]
4998 S:      Maintained
4999 F:      drivers/gpu/drm/imx/
5000 F:      drivers/gpu/ipu-v3/
5001 F:      Documentation/devicetree/bindings/display/imx/
5002
5003 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
5004 M:      Patrik Jakobsson <[email protected]>
5005 L:      [email protected]
5006 T:      git git://github.com/patjak/drm-gma500
5007 S:      Maintained
5008 F:      drivers/gpu/drm/gma500/
5009
5010 DRM DRIVERS FOR HISILICON
5011 M:      Xinliang Liu <[email protected]>
5012 M:      Rongrong Zou <[email protected]>
5013 R:      Xinwei Kong <[email protected]>
5014 R:      Chen Feng <[email protected]>
5015 L:      [email protected]
5016 T:      git git://github.com/xin3liang/linux.git
5017 S:      Maintained
5018 F:      drivers/gpu/drm/hisilicon/
5019 F:      Documentation/devicetree/bindings/display/hisilicon/
5020
5021 DRM DRIVERS FOR MEDIATEK
5022 M:      CK Hu <[email protected]>
5023 M:      Philipp Zabel <[email protected]>
5024 L:      [email protected]
5025 S:      Supported
5026 F:      drivers/gpu/drm/mediatek/
5027 F:      Documentation/devicetree/bindings/display/mediatek/
5028
5029 DRM DRIVERS FOR NVIDIA TEGRA
5030 M:      Thierry Reding <[email protected]>
5031 L:      [email protected]
5032 L:      [email protected]
5033 T:      git git://anongit.freedesktop.org/tegra/linux.git
5034 S:      Supported
5035 F:      drivers/gpu/drm/tegra/
5036 F:      drivers/gpu/host1x/
5037 F:      include/linux/host1x.h
5038 F:      include/uapi/drm/tegra_drm.h
5039 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
5040
5041 DRM DRIVERS FOR RENESAS
5042 M:      Laurent Pinchart <[email protected]>
5043 M:      Kieran Bingham <[email protected]>
5044 L:      [email protected]
5045 L:      [email protected]
5046 T:      git git://linuxtv.org/pinchartl/media drm/du/next
5047 S:      Supported
5048 F:      drivers/gpu/drm/rcar-du/
5049 F:      drivers/gpu/drm/shmobile/
5050 F:      include/linux/platform_data/shmob_drm.h
5051 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
5052 F:      Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
5053 F:      Documentation/devicetree/bindings/display/renesas,du.txt
5054
5055 DRM DRIVERS FOR ROCKCHIP
5056 M:      Sandy Huang <[email protected]>
5057 M:      Heiko Stübner <[email protected]>
5058 L:      [email protected]
5059 S:      Maintained
5060 F:      drivers/gpu/drm/rockchip/
5061 F:      Documentation/devicetree/bindings/display/rockchip/
5062 T:      git git://anongit.freedesktop.org/drm/drm-misc
5063
5064 DRM DRIVERS FOR STI
5065 M:      Benjamin Gaignard <[email protected]>
5066 M:      Vincent Abriou <[email protected]>
5067 L:      [email protected]
5068 T:      git git://anongit.freedesktop.org/drm/drm-misc
5069 S:      Maintained
5070 F:      drivers/gpu/drm/sti
5071 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
5072
5073 DRM DRIVERS FOR STM
5074 M:      Yannick Fertre <[email protected]>
5075 M:      Philippe Cornu <[email protected]>
5076 M:      Benjamin Gaignard <[email protected]>
5077 M:      Vincent Abriou <[email protected]>
5078 L:      [email protected]
5079 T:      git git://anongit.freedesktop.org/drm/drm-misc
5080 S:      Maintained
5081 F:      drivers/gpu/drm/stm
5082 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
5083
5084 DRM DRIVERS FOR TI LCDC
5085 M:      Jyri Sarha <[email protected]>
5086 R:      Tomi Valkeinen <[email protected]>
5087 L:      [email protected]
5088 S:      Maintained
5089 F:      drivers/gpu/drm/tilcdc/
5090 F:      Documentation/devicetree/bindings/display/tilcdc/
5091
5092 DRM DRIVERS FOR TI OMAP
5093 M:      Tomi Valkeinen <[email protected]>
5094 L:      [email protected]
5095 S:      Maintained
5096 F:      drivers/gpu/drm/omapdrm/
5097 F:      Documentation/devicetree/bindings/display/ti/
5098
5099 DRM DRIVERS FOR V3D
5100 M:      Eric Anholt <[email protected]>
5101 S:      Supported
5102 F:      drivers/gpu/drm/v3d/
5103 F:      include/uapi/drm/v3d_drm.h
5104 F:      Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt
5105 T:      git git://anongit.freedesktop.org/drm/drm-misc
5106
5107 DRM DRIVERS FOR VC4
5108 M:      Eric Anholt <[email protected]>
5109 T:      git git://github.com/anholt/linux
5110 S:      Supported
5111 F:      drivers/gpu/drm/vc4/
5112 F:      include/uapi/drm/vc4_drm.h
5113 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
5114 T:      git git://anongit.freedesktop.org/drm/drm-misc
5115
5116 DRM DRIVERS FOR VIVANTE GPU IP
5117 M:      Lucas Stach <[email protected]>
5118 R:      Russell King <[email protected]>
5119 R:      Christian Gmeiner <[email protected]>
5120 L:      [email protected]
5121 L:      [email protected]
5122 S:      Maintained
5123 F:      drivers/gpu/drm/etnaviv/
5124 F:      include/uapi/drm/etnaviv_drm.h
5125 F:      Documentation/devicetree/bindings/display/etnaviv/
5126
5127 DRM DRIVERS FOR ZTE ZX
5128 M:      Shawn Guo <[email protected]>
5129 L:      [email protected]
5130 S:      Maintained
5131 F:      drivers/gpu/drm/zte/
5132 F:      Documentation/devicetree/bindings/display/zte,vou.txt
5133 T:      git git://anongit.freedesktop.org/drm/drm-misc
5134
5135 DRM PANEL DRIVERS
5136 M:      Thierry Reding <[email protected]>
5137 L:      [email protected]
5138 T:      git git://anongit.freedesktop.org/drm/drm-misc
5139 S:      Maintained
5140 F:      drivers/gpu/drm/drm_panel.c
5141 F:      drivers/gpu/drm/panel/
5142 F:      include/drm/drm_panel.h
5143 F:      Documentation/devicetree/bindings/display/panel/
5144
5145 DRM TINYDRM DRIVERS
5146 M:      Noralf Trønnes <[email protected]>
5147 W:      https://github.com/notro/tinydrm/wiki/Development
5148 T:      git git://anongit.freedesktop.org/drm/drm-misc
5149 S:      Maintained
5150 F:      drivers/gpu/drm/tinydrm/
5151 F:      include/drm/tinydrm/
5152
5153 DRM DRIVERS FOR XEN
5154 M:      Oleksandr Andrushchenko <[email protected]>
5155 T:      git git://anongit.freedesktop.org/drm/drm-misc
5156 L:      [email protected]
5157 L:      [email protected]
5158 S:      Supported
5159 F:      drivers/gpu/drm/xen/
5160 F:      Documentation/gpu/xen-front.rst
5161
5162 DRM TTM SUBSYSTEM
5163 M:      Christian Koenig <[email protected]>
5164 M:      Huang Rui <[email protected]>
5165 M:      Junwei Zhang <[email protected]>
5166 T:      git git://people.freedesktop.org/~agd5f/linux
5167 S:      Maintained
5168 L:      [email protected]
5169 F:      include/drm/ttm/
5170 F:      drivers/gpu/drm/ttm/
5171
5172 DSBR100 USB FM RADIO DRIVER
5173 M:      Alexey Klimov <[email protected]>
5174 L:      [email protected]
5175 T:      git git://linuxtv.org/media_tree.git
5176 S:      Maintained
5177 F:      drivers/media/radio/dsbr100.c
5178
5179 DSCC4 DRIVER
5180 M:      Francois Romieu <[email protected]>
5181 L:      [email protected]
5182 S:      Maintained
5183 F:      drivers/net/wan/dscc4.c
5184
5185 DT3155 MEDIA DRIVER
5186 M:      Hans Verkuil <[email protected]>
5187 L:      [email protected]
5188 T:      git git://linuxtv.org/media_tree.git
5189 W:      https://linuxtv.org
5190 S:      Odd Fixes
5191 F:      drivers/media/pci/dt3155/
5192
5193 DVB_USB_AF9015 MEDIA DRIVER
5194 M:      Antti Palosaari <[email protected]>
5195 L:      [email protected]
5196 W:      https://linuxtv.org
5197 W:      http://palosaari.fi/linux/
5198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5199 T:      git git://linuxtv.org/anttip/media_tree.git
5200 S:      Maintained
5201 F:      drivers/media/usb/dvb-usb-v2/af9015*
5202
5203 DVB_USB_AF9035 MEDIA DRIVER
5204 M:      Antti Palosaari <[email protected]>
5205 L:      [email protected]
5206 W:      https://linuxtv.org
5207 W:      http://palosaari.fi/linux/
5208 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5209 T:      git git://linuxtv.org/anttip/media_tree.git
5210 S:      Maintained
5211 F:      drivers/media/usb/dvb-usb-v2/af9035*
5212
5213 DVB_USB_ANYSEE MEDIA DRIVER
5214 M:      Antti Palosaari <[email protected]>
5215 L:      [email protected]
5216 W:      https://linuxtv.org
5217 W:      http://palosaari.fi/linux/
5218 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5219 T:      git git://linuxtv.org/anttip/media_tree.git
5220 S:      Maintained
5221 F:      drivers/media/usb/dvb-usb-v2/anysee*
5222
5223 DVB_USB_AU6610 MEDIA DRIVER
5224 M:      Antti Palosaari <[email protected]>
5225 L:      [email protected]
5226 W:      https://linuxtv.org
5227 W:      http://palosaari.fi/linux/
5228 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5229 T:      git git://linuxtv.org/anttip/media_tree.git
5230 S:      Maintained
5231 F:      drivers/media/usb/dvb-usb-v2/au6610*
5232
5233 DVB_USB_CE6230 MEDIA DRIVER
5234 M:      Antti Palosaari <[email protected]>
5235 L:      [email protected]
5236 W:      https://linuxtv.org
5237 W:      http://palosaari.fi/linux/
5238 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5239 T:      git git://linuxtv.org/anttip/media_tree.git
5240 S:      Maintained
5241 F:      drivers/media/usb/dvb-usb-v2/ce6230*
5242
5243 DVB_USB_CXUSB MEDIA DRIVER
5244 M:      Michael Krufky <[email protected]>
5245 L:      [email protected]
5246 W:      https://linuxtv.org
5247 W:      http://github.com/mkrufky
5248 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5249 T:      git git://linuxtv.org/media_tree.git
5250 S:      Maintained
5251 F:      drivers/media/usb/dvb-usb/cxusb*
5252
5253 DVB_USB_EC168 MEDIA DRIVER
5254 M:      Antti Palosaari <[email protected]>
5255 L:      [email protected]
5256 W:      https://linuxtv.org
5257 W:      http://palosaari.fi/linux/
5258 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5259 T:      git git://linuxtv.org/anttip/media_tree.git
5260 S:      Maintained
5261 F:      drivers/media/usb/dvb-usb-v2/ec168*
5262
5263 DVB_USB_GL861 MEDIA DRIVER
5264 M:      Antti Palosaari <[email protected]>
5265 L:      [email protected]
5266 W:      https://linuxtv.org
5267 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5268 T:      git git://linuxtv.org/anttip/media_tree.git
5269 S:      Maintained
5270 F:      drivers/media/usb/dvb-usb-v2/gl861*
5271
5272 DVB_USB_MXL111SF MEDIA DRIVER
5273 M:      Michael Krufky <[email protected]>
5274 L:      [email protected]
5275 W:      https://linuxtv.org
5276 W:      http://github.com/mkrufky
5277 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5278 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
5279 S:      Maintained
5280 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
5281
5282 DVB_USB_RTL28XXU MEDIA DRIVER
5283 M:      Antti Palosaari <[email protected]>
5284 L:      [email protected]
5285 W:      https://linuxtv.org
5286 W:      http://palosaari.fi/linux/
5287 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5288 T:      git git://linuxtv.org/anttip/media_tree.git
5289 S:      Maintained
5290 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
5291
5292 DVB_USB_V2 MEDIA DRIVER
5293 M:      Antti Palosaari <[email protected]>
5294 L:      [email protected]
5295 W:      https://linuxtv.org
5296 W:      http://palosaari.fi/linux/
5297 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5298 T:      git git://linuxtv.org/anttip/media_tree.git
5299 S:      Maintained
5300 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
5301 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
5302
5303 DYNAMIC DEBUG
5304 M:      Jason Baron <[email protected]>
5305 S:      Maintained
5306 F:      lib/dynamic_debug.c
5307 F:      include/linux/dynamic_debug.h
5308
5309 DYNAMIC INTERRUPT MODERATION
5310 M:      Tal Gilboa <[email protected]>
5311 S:      Maintained
5312 F:      include/linux/net_dim.h
5313
5314 DZ DECSTATION DZ11 SERIAL DRIVER
5315 M:      "Maciej W. Rozycki" <[email protected]>
5316 S:      Maintained
5317 F:      drivers/tty/serial/dz.*
5318
5319 E3X0 POWER BUTTON DRIVER
5320 M:      Moritz Fischer <[email protected]>
5321 L:      [email protected]
5322 W:      http://www.ettus.com
5323 S:      Supported
5324 F:      drivers/input/misc/e3x0-button.c
5325 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
5326
5327 E4000 MEDIA DRIVER
5328 M:      Antti Palosaari <[email protected]>
5329 L:      [email protected]
5330 W:      https://linuxtv.org
5331 W:      http://palosaari.fi/linux/
5332 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5333 T:      git git://linuxtv.org/anttip/media_tree.git
5334 S:      Maintained
5335 F:      drivers/media/tuners/e4000*
5336
5337 EARTH_PT1 MEDIA DRIVER
5338 M:      Akihiro Tsukada <[email protected]>
5339 L:      [email protected]
5340 S:      Odd Fixes
5341 F:      drivers/media/pci/pt1/
5342
5343 EARTH_PT3 MEDIA DRIVER
5344 M:      Akihiro Tsukada <[email protected]>
5345 L:      [email protected]
5346 S:      Odd Fixes
5347 F:      drivers/media/pci/pt3/
5348
5349 EC100 MEDIA DRIVER
5350 M:      Antti Palosaari <[email protected]>
5351 L:      [email protected]
5352 W:      https://linuxtv.org
5353 W:      http://palosaari.fi/linux/
5354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5355 T:      git git://linuxtv.org/anttip/media_tree.git
5356 S:      Maintained
5357 F:      drivers/media/dvb-frontends/ec100*
5358
5359 ECRYPT FILE SYSTEM
5360 M:      Tyler Hicks <[email protected]>
5361 L:      [email protected]
5362 W:      http://ecryptfs.org
5363 W:      https://launchpad.net/ecryptfs
5364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
5365 S:      Supported
5366 F:      Documentation/filesystems/ecryptfs.txt
5367 F:      fs/ecryptfs/
5368
5369 EDAC-AMD64
5370 M:      Borislav Petkov <[email protected]>
5371 L:      [email protected]
5372 S:      Maintained
5373 F:      drivers/edac/amd64_edac*
5374
5375 EDAC-CALXEDA
5376 M:      Robert Richter <[email protected]>
5377 L:      [email protected]
5378 S:      Maintained
5379 F:      drivers/edac/highbank*
5380
5381 EDAC-CAVIUM OCTEON
5382 M:      Ralf Baechle <[email protected]>
5383 M:      David Daney <[email protected]>
5384 L:      [email protected]
5385 L:      [email protected]
5386 S:      Supported
5387 F:      drivers/edac/octeon_edac*
5388
5389 EDAC-CAVIUM THUNDERX
5390 M:      David Daney <[email protected]>
5391 M:      Jan Glauber <[email protected]>
5392 L:      [email protected]
5393 S:      Supported
5394 F:      drivers/edac/thunderx_edac*
5395
5396 EDAC-CORE
5397 M:      Borislav Petkov <[email protected]>
5398 M:      Mauro Carvalho Chehab <[email protected]>
5399 L:      [email protected]
5400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
5401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
5402 S:      Supported
5403 F:      Documentation/admin-guide/ras.rst
5404 F:      Documentation/driver-api/edac.rst
5405 F:      drivers/edac/
5406 F:      include/linux/edac.h
5407
5408 EDAC-E752X
5409 M:      Mark Gross <[email protected]>
5410 L:      [email protected]
5411 S:      Maintained
5412 F:      drivers/edac/e752x_edac.c
5413
5414 EDAC-E7XXX
5415 L:      [email protected]
5416 S:      Maintained
5417 F:      drivers/edac/e7xxx_edac.c
5418
5419 EDAC-FSL_DDR
5420 M:      York Sun <[email protected]>
5421 L:      [email protected]
5422 S:      Maintained
5423 F:      drivers/edac/fsl_ddr_edac.*
5424
5425 EDAC-GHES
5426 M:      Mauro Carvalho Chehab <[email protected]>
5427 L:      [email protected]
5428 S:      Maintained
5429 F:      drivers/edac/ghes_edac.c
5430
5431 EDAC-I3000
5432 L:      [email protected]
5433 S:      Orphan
5434 F:      drivers/edac/i3000_edac.c
5435
5436 EDAC-I5000
5437 L:      [email protected]
5438 S:      Maintained
5439 F:      drivers/edac/i5000_edac.c
5440
5441 EDAC-I5400
5442 M:      Mauro Carvalho Chehab <[email protected]>
5443 L:      [email protected]
5444 S:      Maintained
5445 F:      drivers/edac/i5400_edac.c
5446
5447 EDAC-I7300
5448 M:      Mauro Carvalho Chehab <[email protected]>
5449 L:      [email protected]
5450 S:      Maintained
5451 F:      drivers/edac/i7300_edac.c
5452
5453 EDAC-I7CORE
5454 M:      Mauro Carvalho Chehab <[email protected]>
5455 L:      [email protected]
5456 S:      Maintained
5457 F:      drivers/edac/i7core_edac.c
5458
5459 EDAC-I82443BXGX
5460 M:      Tim Small <[email protected]>
5461 L:      [email protected]
5462 S:      Maintained
5463 F:      drivers/edac/i82443bxgx_edac.c
5464
5465 EDAC-I82975X
5466 M:      "Arvind R." <[email protected]>
5467 L:      [email protected]
5468 S:      Maintained
5469 F:      drivers/edac/i82975x_edac.c
5470
5471 EDAC-IE31200
5472 M:      Jason Baron <[email protected]>
5473 L:      [email protected]
5474 S:      Maintained
5475 F:      drivers/edac/ie31200_edac.c
5476
5477 EDAC-MPC85XX
5478 M:      Johannes Thumshirn <[email protected]>
5479 L:      [email protected]
5480 S:      Maintained
5481 F:      drivers/edac/mpc85xx_edac.[ch]
5482
5483 EDAC-PASEMI
5484 M:      Egor Martovetsky <[email protected]>
5485 L:      [email protected]
5486 S:      Maintained
5487 F:      drivers/edac/pasemi_edac.c
5488
5489 EDAC-PND2
5490 M:      Tony Luck <[email protected]>
5491 L:      [email protected]
5492 S:      Maintained
5493 F:      drivers/edac/pnd2_edac.[ch]
5494
5495 EDAC-R82600
5496 M:      Tim Small <[email protected]>
5497 L:      [email protected]
5498 S:      Maintained
5499 F:      drivers/edac/r82600_edac.c
5500
5501 EDAC-SBRIDGE
5502 M:      Tony Luck <[email protected]>
5503 R:      Qiuxu Zhuo <[email protected]>
5504 L:      [email protected]
5505 S:      Maintained
5506 F:      drivers/edac/sb_edac.c
5507
5508 EDAC-SKYLAKE
5509 M:      Tony Luck <[email protected]>
5510 L:      [email protected]
5511 S:      Maintained
5512 F:      drivers/edac/skx_edac.c
5513
5514 EDAC-TI
5515 M:      Tero Kristo <[email protected]>
5516 L:      [email protected]
5517 S:      Maintained
5518 F:      drivers/edac/ti_edac.c
5519
5520 EDAC-QCOM
5521 M:      Channagoud Kadabi <[email protected]>
5522 M:      Venkata Narendra Kumar Gutta <[email protected]>
5523 L:      [email protected]
5524 L:      [email protected]
5525 S:      Maintained
5526 F:      drivers/edac/qcom_edac.c
5527
5528 EDIROL UA-101/UA-1000 DRIVER
5529 M:      Clemens Ladisch <[email protected]>
5530 L:      [email protected] (moderated for non-subscribers)
5531 T:      git git://git.alsa-project.org/alsa-kernel.git
5532 S:      Maintained
5533 F:      sound/usb/misc/ua101.c
5534
5535 EFI TEST DRIVER
5536 L:      [email protected]
5537 M:      Ivan Hu <[email protected]>
5538 M:      Ard Biesheuvel <[email protected]>
5539 S:      Maintained
5540 F:      drivers/firmware/efi/test/
5541
5542 EFI VARIABLE FILESYSTEM
5543 M:      Matthew Garrett <[email protected]>
5544 M:      Jeremy Kerr <[email protected]>
5545 M:      Ard Biesheuvel <[email protected]>
5546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5547 L:      [email protected]
5548 S:      Maintained
5549 F:      fs/efivarfs/
5550
5551 EFIFB FRAMEBUFFER DRIVER
5552 L:      [email protected]
5553 M:      Peter Jones <[email protected]>
5554 S:      Maintained
5555 F:      drivers/video/fbdev/efifb.c
5556
5557 EFS FILESYSTEM
5558 W:      http://aeschi.ch.eu.org/efs/
5559 S:      Orphan
5560 F:      fs/efs/
5561
5562 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5563 M:      Douglas Miller <[email protected]>
5564 L:      [email protected]
5565 S:      Maintained
5566 F:      drivers/net/ethernet/ibm/ehea/
5567
5568 EM28XX VIDEO4LINUX DRIVER
5569 M:      Mauro Carvalho Chehab <[email protected]>
5570 L:      [email protected]
5571 W:      https://linuxtv.org
5572 T:      git git://linuxtv.org/media_tree.git
5573 S:      Maintained
5574 F:      drivers/media/usb/em28xx/
5575 F:      Documentation/media/v4l-drivers/em28xx*
5576
5577 EMBEDDED LINUX
5578 M:      Paul Gortmaker <[email protected]>
5579 M:      Matt Mackall <[email protected]>
5580 M:      David Woodhouse <[email protected]>
5581 L:      [email protected]
5582 S:      Maintained
5583
5584 Emulex 10Gbps iSCSI - OneConnect DRIVER
5585 M:      Subbu Seetharaman <[email protected]>
5586 M:      Ketan Mukadam <[email protected]>
5587 M:      Jitendra Bhivare <[email protected]>
5588 L:      [email protected]
5589 W:      http://www.broadcom.com
5590 S:      Supported
5591 F:      drivers/scsi/be2iscsi/
5592
5593 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5594 M:      Sathya Perla <[email protected]>
5595 M:      Ajit Khaparde <[email protected]>
5596 M:      Sriharsha Basavapatna <[email protected]>
5597 M:      Somnath Kotur <[email protected]>
5598 L:      [email protected]
5599 W:      http://www.emulex.com
5600 S:      Supported
5601 F:      drivers/net/ethernet/emulex/benet/
5602
5603 EMULEX ONECONNECT ROCE DRIVER
5604 M:      Selvin Xavier <[email protected]>
5605 M:      Devesh Sharma <[email protected]>
5606 L:      [email protected]
5607 W:      http://www.broadcom.com
5608 S:      Odd Fixes
5609 F:      drivers/infiniband/hw/ocrdma/
5610 F:      include/uapi/rdma/ocrdma-abi.h
5611
5612 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5613 M:      James Smart <[email protected]>
5614 M:      Dick Kennedy <[email protected]>
5615 L:      [email protected]
5616 W:      http://www.broadcom.com
5617 S:      Supported
5618 F:      drivers/scsi/lpfc/
5619
5620 ENE CB710 FLASH CARD READER DRIVER
5621 M:      Michał Mirosław <[email protected]>
5622 S:      Maintained
5623 F:      drivers/misc/cb710/
5624 F:      drivers/mmc/host/cb710-mmc.*
5625 F:      include/linux/cb710.h
5626
5627 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5628 M:      Maxim Levitsky <[email protected]>
5629 S:      Maintained
5630 F:      drivers/media/rc/ene_ir.*
5631
5632 EPSON S1D13XXX FRAMEBUFFER DRIVER
5633 M:      Kristoffer Ericson <[email protected]>
5634 S:      Maintained
5635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5636 F:      drivers/video/fbdev/s1d13xxxfb.c
5637 F:      include/video/s1d13xxxfb.h
5638
5639 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5640 M:      Jeff Layton <[email protected]>
5641 S:      Maintained
5642 F:      lib/errseq.c
5643 F:      include/linux/errseq.h
5644
5645 ET131X NETWORK DRIVER
5646 M:      Mark Einon <[email protected]>
5647 S:      Odd Fixes
5648 F:      drivers/net/ethernet/agere/
5649
5650 ETHERNET BRIDGE
5651 M:      Roopa Prabhu <[email protected]>
5652 M:      Nikolay Aleksandrov <[email protected]>
5653 L:      [email protected] (moderated for non-subscribers)
5654 L:      [email protected]
5655 W:      http://www.linuxfoundation.org/en/Net:Bridge
5656 S:      Maintained
5657 F:      include/linux/netfilter_bridge/
5658 F:      net/bridge/
5659
5660 ETHERNET PHY LIBRARY
5661 M:      Andrew Lunn <[email protected]>
5662 M:      Florian Fainelli <[email protected]>
5663 M:      Heiner Kallweit <[email protected]>
5664 L:      [email protected]
5665 S:      Maintained
5666 F:      Documentation/ABI/testing/sysfs-bus-mdio
5667 F:      Documentation/devicetree/bindings/net/mdio*
5668 F:      Documentation/networking/phy.txt
5669 F:      drivers/net/phy/
5670 F:      drivers/of/of_mdio.c
5671 F:      drivers/of/of_net.c
5672 F:      include/linux/*mdio*.h
5673 F:      include/linux/of_net.h
5674 F:      include/linux/phy.h
5675 F:      include/linux/phy_fixed.h
5676 F:      include/linux/platform_data/mdio-bcm-unimac.h
5677 F:      include/linux/platform_data/mdio-gpio.h
5678 F:      include/trace/events/mdio.h
5679 F:      include/uapi/linux/mdio.h
5680 F:      include/uapi/linux/mii.h
5681
5682 EXT2 FILE SYSTEM
5683 M:      Jan Kara <[email protected]>
5684 L:      [email protected]
5685 S:      Maintained
5686 F:      Documentation/filesystems/ext2.txt
5687 F:      fs/ext2/
5688 F:      include/linux/ext2*
5689
5690 EXT4 FILE SYSTEM
5691 M:      "Theodore Ts'o" <[email protected]>
5692 M:      Andreas Dilger <[email protected]>
5693 L:      [email protected]
5694 W:      http://ext4.wiki.kernel.org
5695 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5697 S:      Maintained
5698 F:      Documentation/filesystems/ext4/ext4.rst
5699 F:      fs/ext4/
5700
5701 Extended Verification Module (EVM)
5702 M:      Mimi Zohar <[email protected]>
5703 L:      [email protected]
5704 S:      Supported
5705 F:      security/integrity/evm/
5706
5707 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5708 M:      Ard Biesheuvel <[email protected]>
5709 L:      [email protected]
5710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5711 S:      Maintained
5712 F:      Documentation/efi-stub.txt
5713 F:      arch/*/kernel/efi.c
5714 F:      arch/x86/boot/compressed/eboot.[ch]
5715 F:      arch/*/include/asm/efi.h
5716 F:      arch/x86/platform/efi/
5717 F:      drivers/firmware/efi/
5718 F:      include/linux/efi*.h
5719 F:      arch/arm/boot/compressed/efi-header.S
5720 F:      arch/arm64/kernel/efi-entry.S
5721
5722 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5723 M:      MyungJoo Ham <[email protected]>
5724 M:      Chanwoo Choi <[email protected]>
5725 L:      [email protected]
5726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5727 S:      Maintained
5728 F:      drivers/extcon/
5729 F:      include/linux/extcon/
5730 F:      include/linux/extcon.h
5731 F:      Documentation/extcon/
5732 F:      Documentation/devicetree/bindings/extcon/
5733
5734 EXYNOS DP DRIVER
5735 M:      Jingoo Han <[email protected]>
5736 L:      [email protected]
5737 S:      Maintained
5738 F:      drivers/gpu/drm/exynos/exynos_dp*
5739
5740 EXYNOS SYSMMU (IOMMU) driver
5741 M:      Marek Szyprowski <[email protected]>
5742 L:      [email protected]
5743 S:      Maintained
5744 F:      drivers/iommu/exynos-iommu.c
5745
5746 EZchip NPS platform support
5747 M:      Vineet Gupta <[email protected]>
5748 M:      Ofer Levi <[email protected]>
5749 S:      Supported
5750 F:      arch/arc/plat-eznps
5751 F:      arch/arc/boot/dts/eznps.dts
5752
5753 F2FS FILE SYSTEM
5754 M:      Jaegeuk Kim <[email protected]>
5755 M:      Chao Yu <[email protected]>
5756 L:      [email protected]
5757 W:      https://f2fs.wiki.kernel.org/
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5759 S:      Maintained
5760 F:      Documentation/filesystems/f2fs.txt
5761 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5762 F:      fs/f2fs/
5763 F:      include/linux/f2fs_fs.h
5764 F:      include/trace/events/f2fs.h
5765
5766 F71805F HARDWARE MONITORING DRIVER
5767 M:      Jean Delvare <[email protected]>
5768 L:      [email protected]
5769 S:      Maintained
5770 F:      Documentation/hwmon/f71805f
5771 F:      drivers/hwmon/f71805f.c
5772
5773 FADDR2LINE
5774 M:      Josh Poimboeuf <[email protected]>
5775 S:      Maintained
5776 F:      scripts/faddr2line
5777
5778 FAILOVER MODULE
5779 M:      Sridhar Samudrala <[email protected]>
5780 L:      [email protected]
5781 S:      Supported
5782 F:      net/core/failover.c
5783 F:      include/net/failover.h
5784 F:      Documentation/networking/failover.rst
5785
5786 FANOTIFY
5787 M:      Jan Kara <[email protected]>
5788 R:      Amir Goldstein <[email protected]>
5789 L:      [email protected]
5790 S:      Maintained
5791 F:      fs/notify/fanotify/
5792 F:      include/linux/fanotify.h
5793 F:      include/uapi/linux/fanotify.h
5794
5795 FARSYNC SYNCHRONOUS DRIVER
5796 M:      Kevin Curtis <[email protected]>
5797 W:      http://www.farsite.co.uk/
5798 S:      Supported
5799 F:      drivers/net/wan/farsync.*
5800
5801 FAULT INJECTION SUPPORT
5802 M:      Akinobu Mita <[email protected]>
5803 S:      Supported
5804 F:      Documentation/fault-injection/
5805 F:      lib/fault-inject.c
5806
5807 FBTFT Framebuffer drivers
5808 S:      Orphan
5809 L:      [email protected]
5810 L:      [email protected]
5811 F:      drivers/staging/fbtft/
5812
5813 FC0011 TUNER DRIVER
5814 M:      Michael Buesch <[email protected]>
5815 L:      [email protected]
5816 S:      Maintained
5817 F:      drivers/media/tuners/fc0011.h
5818 F:      drivers/media/tuners/fc0011.c
5819
5820 FC2580 MEDIA DRIVER
5821 M:      Antti Palosaari <[email protected]>
5822 L:      [email protected]
5823 W:      https://linuxtv.org
5824 W:      http://palosaari.fi/linux/
5825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5826 T:      git git://linuxtv.org/anttip/media_tree.git
5827 S:      Maintained
5828 F:      drivers/media/tuners/fc2580*
5829
5830 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5831 M:      Johannes Thumshirn <[email protected]>
5832 L:      [email protected]
5833 W:      www.Open-FCoE.org
5834 S:      Supported
5835 F:      drivers/scsi/libfc/
5836 F:      drivers/scsi/fcoe/
5837 F:      include/scsi/fc/
5838 F:      include/scsi/libfc.h
5839 F:      include/scsi/libfcoe.h
5840 F:      include/uapi/scsi/fc/
5841
5842 FILE LOCKING (flock() and fcntl()/lockf())
5843 M:      Jeff Layton <[email protected]>
5844 M:      "J. Bruce Fields" <[email protected]>
5845 L:      [email protected]
5846 S:      Maintained
5847 F:      include/linux/fcntl.h
5848 F:      include/uapi/linux/fcntl.h
5849 F:      fs/fcntl.c
5850 F:      fs/locks.c
5851
5852 FILESYSTEMS (VFS and infrastructure)
5853 M:      Alexander Viro <[email protected]>
5854 L:      [email protected]
5855 S:      Maintained
5856 F:      fs/*
5857 F:      include/linux/fs.h
5858 F:      include/uapi/linux/fs.h
5859
5860 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5861 M:      Riku Voipio <[email protected]>
5862 L:      [email protected]
5863 S:      Maintained
5864 F:      drivers/hwmon/f75375s.c
5865 F:      include/linux/f75375s.h
5866
5867 FIREWIRE AUDIO DRIVERS
5868 M:      Clemens Ladisch <[email protected]>
5869 L:      [email protected] (moderated for non-subscribers)
5870 T:      git git://git.alsa-project.org/alsa-kernel.git
5871 S:      Maintained
5872 F:      sound/firewire/
5873
5874 FIREWIRE MEDIA DRIVERS (firedtv)
5875 M:      Stefan Richter <[email protected]>
5876 L:      [email protected]
5877 L:      [email protected]
5878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5879 S:      Maintained
5880 F:      drivers/media/firewire/
5881
5882 FIREWIRE SBP-2 TARGET
5883 M:      Chris Boot <[email protected]>
5884 L:      [email protected]
5885 L:      [email protected]
5886 L:      [email protected]
5887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5888 S:      Maintained
5889 F:      drivers/target/sbp/
5890
5891 FIREWIRE SUBSYSTEM
5892 M:      Stefan Richter <[email protected]>
5893 L:      [email protected]
5894 W:      http://ieee1394.wiki.kernel.org/
5895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5896 S:      Maintained
5897 F:      drivers/firewire/
5898 F:      include/linux/firewire.h
5899 F:      include/uapi/linux/firewire*.h
5900 F:      tools/firewire/
5901
5902 FIRMWARE LOADER (request_firmware)
5903 M:      Luis Chamberlain <[email protected]>
5904 L:      [email protected]
5905 S:      Maintained
5906 F:      Documentation/firmware_class/
5907 F:      drivers/base/firmware_loader/
5908 F:      include/linux/firmware.h
5909
5910 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5911 M:      Joshua Morris <[email protected]>
5912 M:      Philip Kelleher <[email protected]>
5913 S:      Maintained
5914 F:      drivers/block/rsxx/
5915
5916 FLOPPY DRIVER
5917 M:      Jiri Kosina <[email protected]>
5918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5919 S:      Odd fixes
5920 F:      drivers/block/floppy.c
5921
5922 FMC SUBSYSTEM
5923 M:      Alessandro Rubini <[email protected]>
5924 W:      http://www.ohwr.org/projects/fmc-bus
5925 S:      Supported
5926 F:      drivers/fmc/
5927 F:      include/linux/fmc*.h
5928 F:      include/linux/ipmi-fru.h
5929 K:      fmc_d.*register
5930
5931 FPGA MANAGER FRAMEWORK
5932 M:      Alan Tull <[email protected]>
5933 M:      Moritz Fischer <[email protected]>
5934 L:      [email protected]
5935 S:      Maintained
5936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5937 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
5938 F:      Documentation/fpga/
5939 F:      Documentation/driver-api/fpga/
5940 F:      Documentation/devicetree/bindings/fpga/
5941 F:      drivers/fpga/
5942 F:      include/linux/fpga/
5943 W:      http://www.rocketboards.org
5944
5945 FPGA DFL DRIVERS
5946 M:      Wu Hao <[email protected]>
5947 L:      [email protected]
5948 S:      Maintained
5949 F:      Documentation/fpga/dfl.txt
5950 F:      include/uapi/linux/fpga-dfl.h
5951 F:      drivers/fpga/dfl*
5952
5953 FPU EMULATOR
5954 M:      Bill Metzenthen <[email protected]>
5955 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5956 S:      Maintained
5957 F:      arch/x86/math-emu/
5958
5959 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5960 L:      [email protected]
5961 S:      Orphan
5962 F:      drivers/net/wan/dlci.c
5963 F:      drivers/net/wan/sdla.c
5964
5965 FRAMEBUFFER LAYER
5966 M:      Bartlomiej Zolnierkiewicz <[email protected]>
5967 L:      [email protected]
5968 L:      [email protected]
5969 T:      git git://github.com/bzolnier/linux.git
5970 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5971 S:      Maintained
5972 F:      Documentation/fb/
5973 F:      drivers/video/
5974 F:      include/video/
5975 F:      include/linux/fb.h
5976 F:      include/uapi/video/
5977 F:      include/uapi/linux/fb.h
5978
5979 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5980 M:      Horia Geantă <[email protected]>
5981 M:      Aymen Sghaier <[email protected]>
5982 L:      [email protected]
5983 S:      Maintained
5984 F:      drivers/crypto/caam/
5985 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5986
5987 FREESCALE DIU FRAMEBUFFER DRIVER
5988 M:      Timur Tabi <[email protected]>
5989 L:      [email protected]
5990 S:      Maintained
5991 F:      drivers/video/fbdev/fsl-diu-fb.*
5992
5993 FREESCALE DMA DRIVER
5994 M:      Li Yang <[email protected]>
5995 M:      Zhang Wei <[email protected]>
5996 L:      [email protected]
5997 S:      Maintained
5998 F:      drivers/dma/fsldma.*
5999
6000 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
6001 M:      Claudiu Manoil <[email protected]>
6002 L:      [email protected]
6003 S:      Maintained
6004 F:      drivers/net/ethernet/freescale/gianfar*
6005 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
6006
6007 FREESCALE GPMI NAND DRIVER
6008 M:      Han Xu <[email protected]>
6009 L:      [email protected]
6010 S:      Maintained
6011 F:      drivers/mtd/nand/raw/gpmi-nand/*
6012
6013 FREESCALE I2C CPM DRIVER
6014 M:      Jochen Friedrich <[email protected]>
6015 L:      [email protected]
6016 L:      [email protected]
6017 S:      Maintained
6018 F:      drivers/i2c/busses/i2c-cpm.c
6019
6020 FREESCALE IMX LPI2C DRIVER
6021 M:      Dong Aisheng <[email protected]>
6022 L:      [email protected]
6023 L:      [email protected]
6024 S:      Maintained
6025 F:      drivers/i2c/busses/i2c-imx-lpi2c.c
6026 F:      Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
6027
6028 FREESCALE IMX / MXC FEC DRIVER
6029 M:      Fugang Duan <[email protected]>
6030 L:      [email protected]
6031 S:      Maintained
6032 F:      drivers/net/ethernet/freescale/fec_main.c
6033 F:      drivers/net/ethernet/freescale/fec_ptp.c
6034 F:      drivers/net/ethernet/freescale/fec.h
6035 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
6036
6037 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
6038 M:      Sascha Hauer <[email protected]>
6039 R:      Pengutronix Kernel Team <[email protected]>
6040 L:      [email protected]
6041 L:      [email protected] (moderated for non-subscribers)
6042 S:      Maintained
6043 F:      include/linux/platform_data/video-imxfb.h
6044 F:      drivers/video/fbdev/imxfb.c
6045
6046 FREESCALE QORIQ DPAA ETHERNET DRIVER
6047 M:      Madalin Bucur <[email protected]>
6048 L:      [email protected]
6049 S:      Maintained
6050 F:      drivers/net/ethernet/freescale/dpaa
6051
6052 FREESCALE QORIQ DPAA FMAN DRIVER
6053 M:      Madalin Bucur <[email protected]>
6054 L:      [email protected]
6055 S:      Maintained
6056 F:      drivers/net/ethernet/freescale/fman
6057 F:      Documentation/devicetree/bindings/net/fsl-fman.txt
6058
6059 FREESCALE QORIQ PTP CLOCK DRIVER
6060 M:      Yangbo Lu <[email protected]>
6061 L:      [email protected]
6062 S:      Maintained
6063 F:      drivers/ptp/ptp_qoriq.c
6064 F:      include/linux/fsl/ptp_qoriq.h
6065 F:      Documentation/devicetree/bindings/ptp/ptp-qoriq.txt
6066
6067 FREESCALE QUAD SPI DRIVER
6068 M:      Han Xu <[email protected]>
6069 L:      [email protected]
6070 S:      Maintained
6071 F:      drivers/mtd/spi-nor/fsl-quadspi.c
6072
6073 FREESCALE QUICC ENGINE LIBRARY
6074 M:      Qiang Zhao <[email protected]>
6075 L:      [email protected]
6076 S:      Maintained
6077 F:      drivers/soc/fsl/qe/
6078 F:      include/soc/fsl/*qe*.h
6079 F:      include/soc/fsl/*ucc*.h
6080
6081 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
6082 M:      Li Yang <[email protected]>
6083 L:      [email protected]
6084 L:      [email protected]
6085 S:      Maintained
6086 F:      drivers/net/ethernet/freescale/ucc_geth*
6087
6088 FREESCALE QUICC ENGINE UCC HDLC DRIVER
6089 M:      Zhao Qiang <[email protected]>
6090 L:      [email protected]
6091 L:      [email protected]
6092 S:      Maintained
6093 F:      drivers/net/wan/fsl_ucc_hdlc*
6094
6095 FREESCALE QUICC ENGINE UCC UART DRIVER
6096 M:      Timur Tabi <[email protected]>
6097 L:      [email protected]
6098 S:      Maintained
6099 F:      drivers/tty/serial/ucc_uart.c
6100
6101 FREESCALE SOC DRIVERS
6102 M:      Li Yang <[email protected]>
6103 L:      [email protected]
6104 L:      [email protected]
6105 S:      Maintained
6106 F:      Documentation/devicetree/bindings/soc/fsl/
6107 F:      drivers/soc/fsl/
6108 F:      include/linux/fsl/
6109
6110 FREESCALE SOC FS_ENET DRIVER
6111 M:      Pantelis Antoniou <[email protected]>
6112 L:      [email protected]
6113 L:      [email protected]
6114 S:      Maintained
6115 F:      drivers/net/ethernet/freescale/fs_enet/
6116 F:      include/linux/fs_enet_pd.h
6117
6118 FREESCALE SOC SOUND DRIVERS
6119 M:      Timur Tabi <[email protected]>
6120 M:      Nicolin Chen <[email protected]>
6121 M:      Xiubo Li <[email protected]>
6122 R:      Fabio Estevam <[email protected]>
6123 L:      [email protected] (moderated for non-subscribers)
6124 L:      [email protected]
6125 S:      Maintained
6126 F:      sound/soc/fsl/fsl*
6127 F:      sound/soc/fsl/imx*
6128 F:      sound/soc/fsl/mpc8610_hpcd.c
6129
6130 FREESCALE USB PERIPHERAL DRIVERS
6131 M:      Li Yang <[email protected]>
6132 L:      [email protected]
6133 L:      [email protected]
6134 S:      Maintained
6135 F:      drivers/usb/gadget/udc/fsl*
6136
6137 FREEVXFS FILESYSTEM
6138 M:      Christoph Hellwig <[email protected]>
6139 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
6140 S:      Maintained
6141 F:      fs/freevxfs/
6142
6143 FREEZER
6144 M:      "Rafael J. Wysocki" <[email protected]>
6145 M:      Pavel Machek <[email protected]>
6146 L:      [email protected]
6147 S:      Supported
6148 F:      Documentation/power/freezing-of-tasks.txt
6149 F:      include/linux/freezer.h
6150 F:      kernel/freezer.c
6151
6152 FRONTSWAP API
6153 M:      Konrad Rzeszutek Wilk <[email protected]>
6154 L:      [email protected]
6155 S:      Maintained
6156 F:      mm/frontswap.c
6157 F:      include/linux/frontswap.h
6158
6159 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
6160 M:      David Howells <[email protected]>
6161 L:      [email protected] (moderated for non-subscribers)
6162 S:      Supported
6163 F:      Documentation/filesystems/caching/
6164 F:      fs/fscache/
6165 F:      include/linux/fscache*.h
6166
6167 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
6168 M:      Theodore Y. Ts'o <[email protected]>
6169 M:      Jaegeuk Kim <[email protected]>
6170 L:      [email protected]
6171 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
6173 S:      Supported
6174 F:      fs/crypto/
6175 F:      include/linux/fscrypt*.h
6176 F:      Documentation/filesystems/fscrypt.rst
6177
6178 FSI-ATTACHED I2C DRIVER
6179 M:      Eddie James <[email protected]>
6180 L:      [email protected]
6181 L:      [email protected] (moderated for non-subscribers)
6182 S:      Maintained
6183 F:      drivers/i2c/busses/i2c-fsi.c
6184 F:      Documentation/devicetree/bindings/i2c/i2c-fsi.txt
6185
6186 FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
6187 M:      Jan Kara <[email protected]>
6188 R:      Amir Goldstein <[email protected]>
6189 L:      [email protected]
6190 S:      Maintained
6191 F:      fs/notify/
6192 F:      include/linux/fsnotify*.h
6193
6194 FUJITSU LAPTOP EXTRAS
6195 M:      Jonathan Woithe <[email protected]>
6196 L:      [email protected]
6197 S:      Maintained
6198 F:      drivers/platform/x86/fujitsu-laptop.c
6199
6200 FUJITSU M-5MO LS CAMERA ISP DRIVER
6201 M:      Kyungmin Park <[email protected]>
6202 M:      Heungjun Kim <[email protected]>
6203 L:      [email protected]
6204 S:      Maintained
6205 F:      drivers/media/i2c/m5mols/
6206 F:      include/media/i2c/m5mols.h
6207
6208 FUJITSU TABLET EXTRAS
6209 M:      Robert Gerlach <[email protected]>
6210 L:      [email protected]
6211 S:      Maintained
6212 F:      drivers/platform/x86/fujitsu-tablet.c
6213
6214 FUSE: FILESYSTEM IN USERSPACE
6215 M:      Miklos Szeredi <[email protected]>
6216 L:      [email protected]
6217 W:      http://fuse.sourceforge.net/
6218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
6219 S:      Maintained
6220 F:      fs/fuse/
6221 F:      include/uapi/linux/fuse.h
6222 F:      Documentation/filesystems/fuse.txt
6223
6224 FUTEX SUBSYSTEM
6225 M:      Thomas Gleixner <[email protected]>
6226 M:      Ingo Molnar <[email protected]>
6227 R:      Peter Zijlstra <[email protected]>
6228 R:      Darren Hart <[email protected]>
6229 L:      [email protected]
6230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
6231 S:      Maintained
6232 F:      kernel/futex.c
6233 F:      kernel/futex_compat.c
6234 F:      include/asm-generic/futex.h
6235 F:      include/linux/futex.h
6236 F:      include/uapi/linux/futex.h
6237 F:      tools/testing/selftests/futex/
6238 F:      tools/perf/bench/futex*
6239 F:      Documentation/*futex*
6240
6241 GCC PLUGINS
6242 M:      Kees Cook <[email protected]>
6243 R:      Emese Revfy <[email protected]>
6244 L:      [email protected]
6245 S:      Maintained
6246 F:      scripts/gcc-plugins/
6247 F:      scripts/gcc-plugin.sh
6248 F:      scripts/Makefile.gcc-plugins
6249 F:      Documentation/gcc-plugins.txt
6250
6251 GASKET DRIVER FRAMEWORK
6252 M:      Rob Springer <[email protected]>
6253 M:      Todd Poynor <[email protected]>
6254 M:      Ben Chan <[email protected]>
6255 S:      Maintained
6256 F:      drivers/staging/gasket/
6257
6258 GCOV BASED KERNEL PROFILING
6259 M:      Peter Oberparleiter <[email protected]>
6260 S:      Maintained
6261 F:      kernel/gcov/
6262 F:      Documentation/dev-tools/gcov.rst
6263
6264 GDB KERNEL DEBUGGING HELPER SCRIPTS
6265 M:      Jan Kiszka <[email protected]>
6266 M:      Kieran Bingham <[email protected]>
6267 S:      Supported
6268 F:      scripts/gdb/
6269
6270 GDT SCSI DISK ARRAY CONTROLLER DRIVER
6271 M:      Achim Leubner <[email protected]>
6272 L:      [email protected]
6273 W:      http://www.icp-vortex.com/
6274 S:      Supported
6275 F:      drivers/scsi/gdt*
6276
6277 GEMTEK FM RADIO RECEIVER DRIVER
6278 M:      Hans Verkuil <[email protected]>
6279 L:      [email protected]
6280 T:      git git://linuxtv.org/media_tree.git
6281 W:      https://linuxtv.org
6282 S:      Maintained
6283 F:      drivers/media/radio/radio-gemtek*
6284
6285 GENERIC GPIO I2C DRIVER
6286 M:      Haavard Skinnemoen <[email protected]>
6287 S:      Supported
6288 F:      drivers/i2c/busses/i2c-gpio.c
6289 F:      include/linux/platform_data/i2c-gpio.h
6290
6291 GENERIC GPIO I2C MULTIPLEXER DRIVER
6292 M:      Peter Korsgaard <[email protected]>
6293 L:      [email protected]
6294 S:      Supported
6295 F:      drivers/i2c/muxes/i2c-mux-gpio.c
6296 F:      include/linux/platform_data/i2c-mux-gpio.h
6297 F:      Documentation/i2c/muxes/i2c-mux-gpio
6298
6299 GENERIC HDLC (WAN) DRIVERS
6300 M:      Krzysztof Halasa <[email protected]>
6301 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
6302 S:      Maintained
6303 F:      drivers/net/wan/c101.c
6304 F:      drivers/net/wan/hd6457*
6305 F:      drivers/net/wan/hdlc*
6306 F:      drivers/net/wan/n2.c
6307 F:      drivers/net/wan/pc300too.c
6308 F:      drivers/net/wan/pci200syn.c
6309 F:      drivers/net/wan/wanxl*
6310
6311 GENERIC INCLUDE/ASM HEADER FILES
6312 M:      Arnd Bergmann <[email protected]>
6313 L:      [email protected]
6314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
6315 S:      Maintained
6316 F:      include/asm-generic/
6317 F:      include/uapi/asm-generic/
6318
6319 GENERIC PHY FRAMEWORK
6320 M:      Kishon Vijay Abraham I <[email protected]>
6321 L:      [email protected]
6322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
6323 S:      Supported
6324 F:      drivers/phy/
6325 F:      include/linux/phy/
6326 F:      Documentation/devicetree/bindings/phy/
6327
6328 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
6329 M:      Wolfram Sang <[email protected]>
6330 S:      Supported
6331 F:      drivers/i2c/muxes/i2c-demux-pinctrl.c
6332
6333 GENERIC PM DOMAINS
6334 M:      "Rafael J. Wysocki" <[email protected]>
6335 M:      Kevin Hilman <[email protected]>
6336 M:      Ulf Hansson <[email protected]>
6337 L:      [email protected]
6338 S:      Supported
6339 F:      drivers/base/power/domain*.c
6340 F:      include/linux/pm_domain.h
6341 F:      Documentation/devicetree/bindings/power/power_domain.txt
6342
6343 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
6344 M:      Eugen Hristev <[email protected]>
6345 L:      [email protected]
6346 S:      Maintained
6347 F:      drivers/input/touchscreen/resistive-adc-touch.c
6348
6349 GENERIC UIO DRIVER FOR PCI DEVICES
6350 M:      "Michael S. Tsirkin" <[email protected]>
6351 L:      [email protected]
6352 S:      Supported
6353 F:      drivers/uio/uio_pci_generic.c
6354
6355 GENWQE (IBM Generic Workqueue Card)
6356 M:      Frank Haverkamp <[email protected]>
6357 S:      Supported
6358 F:      drivers/misc/genwqe/
6359
6360 GET_MAINTAINER SCRIPT
6361 M:      Joe Perches <[email protected]>
6362 S:      Maintained
6363 F:      scripts/get_maintainer.pl
6364
6365 GFS2 FILE SYSTEM
6366 M:      Bob Peterson <[email protected]>
6367 M:      Andreas Gruenbacher <[email protected]>
6368 L:      [email protected]
6369 W:      http://sources.redhat.com/cluster/
6370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
6371 S:      Supported
6372 F:      Documentation/filesystems/gfs2*.txt
6373 F:      fs/gfs2/
6374 F:      include/uapi/linux/gfs2_ondisk.h
6375
6376 GIGASET ISDN DRIVERS
6377 M:      Paul Bolle <[email protected]>
6378 L:      [email protected]
6379 W:      http://gigaset307x.sourceforge.net/
6380 S:      Odd Fixes
6381 F:      Documentation/isdn/README.gigaset
6382 F:      drivers/isdn/gigaset/
6383 F:      include/uapi/linux/gigaset_dev.h
6384
6385 GNSS SUBSYSTEM
6386 M:      Johan Hovold <[email protected]>
6387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git
6388 S:      Maintained
6389 F:      Documentation/ABI/testing/sysfs-class-gnss
6390 F:      Documentation/devicetree/bindings/gnss/
6391 F:      drivers/gnss/
6392 F:      include/linux/gnss.h
6393
6394 GO7007 MPEG CODEC
6395 M:      Hans Verkuil <[email protected]>
6396 L:      [email protected]
6397 S:      Maintained
6398 F:      drivers/media/usb/go7007/
6399
6400 GOODIX TOUCHSCREEN
6401 M:      Bastien Nocera <[email protected]>
6402 L:      [email protected]
6403 S:      Maintained
6404 F:      drivers/input/touchscreen/goodix.c
6405
6406 GPD POCKET FAN DRIVER
6407 M:      Hans de Goede <[email protected]>
6408 L:      [email protected]
6409 S:      Maintained
6410 F:      drivers/platform/x86/gpd-pocket-fan.c
6411
6412 GPIO ACPI SUPPORT
6413 M:      Mika Westerberg <[email protected]>
6414 M:      Andy Shevchenko <[email protected]>
6415 L:      [email protected]
6416 L:      [email protected]
6417 S:      Maintained
6418 F:      Documentation/acpi/gpio-properties.txt
6419 F:      drivers/gpio/gpiolib-acpi.c
6420
6421 GPIO IR Transmitter
6422 M:      Sean Young <[email protected]>
6423 L:      [email protected]
6424 S:      Maintained
6425 F:      drivers/media/rc/gpio-ir-tx.c
6426
6427 GPIO MOCKUP DRIVER
6428 M:      Bamvor Jian Zhang <[email protected]>
6429 L:      [email protected]
6430 S:      Maintained
6431 F:      drivers/gpio/gpio-mockup.c
6432 F:      tools/testing/selftests/gpio/
6433
6434 GPIO SUBSYSTEM
6435 M:      Linus Walleij <[email protected]>
6436 M:      Bartosz Golaszewski <[email protected]>
6437 L:      [email protected]
6438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
6439 S:      Maintained
6440 F:      Documentation/devicetree/bindings/gpio/
6441 F:      Documentation/driver-api/gpio/
6442 F:      Documentation/gpio/
6443 F:      Documentation/ABI/testing/gpio-cdev
6444 F:      Documentation/ABI/obsolete/sysfs-gpio
6445 F:      drivers/gpio/
6446 F:      include/linux/gpio/
6447 F:      include/linux/gpio.h
6448 F:      include/linux/of_gpio.h
6449 F:      include/asm-generic/gpio.h
6450 F:      include/uapi/linux/gpio.h
6451 F:      tools/gpio/
6452
6453 GRE DEMULTIPLEXER DRIVER
6454 M:      Dmitry Kozlov <[email protected]>
6455 L:      [email protected]
6456 S:      Maintained
6457 F:      net/ipv4/gre_demux.c
6458 F:      net/ipv4/gre_offload.c
6459 F:      include/net/gre.h
6460
6461 GRETH 10/100/1G Ethernet MAC device driver
6462 M:      Andreas Larsson <[email protected]>
6463 L:      [email protected]
6464 S:      Maintained
6465 F:      drivers/net/ethernet/aeroflex/
6466
6467 GREYBUS AUDIO PROTOCOLS DRIVERS
6468 M:      Vaibhav Agarwal <[email protected]>
6469 M:      Mark Greer <[email protected]>
6470 S:      Maintained
6471 F:      drivers/staging/greybus/audio_apbridgea.c
6472 F:      drivers/staging/greybus/audio_apbridgea.h
6473 F:      drivers/staging/greybus/audio_codec.c
6474 F:      drivers/staging/greybus/audio_codec.h
6475 F:      drivers/staging/greybus/audio_gb.c
6476 F:      drivers/staging/greybus/audio_manager.c
6477 F:      drivers/staging/greybus/audio_manager.h
6478 F:      drivers/staging/greybus/audio_manager_module.c
6479 F:      drivers/staging/greybus/audio_manager_private.h
6480 F:      drivers/staging/greybus/audio_manager_sysfs.c
6481 F:      drivers/staging/greybus/audio_module.c
6482 F:      drivers/staging/greybus/audio_topology.c
6483
6484 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
6485 M:      Viresh Kumar <[email protected]>
6486 S:      Maintained
6487 F:      drivers/staging/greybus/authentication.c
6488 F:      drivers/staging/greybus/bootrom.c
6489 F:      drivers/staging/greybus/firmware.h
6490 F:      drivers/staging/greybus/fw-core.c
6491 F:      drivers/staging/greybus/fw-download.c
6492 F:      drivers/staging/greybus/fw-management.c
6493 F:      drivers/staging/greybus/greybus_authentication.h
6494 F:      drivers/staging/greybus/greybus_firmware.h
6495 F:      drivers/staging/greybus/hid.c
6496 F:      drivers/staging/greybus/i2c.c
6497 F:      drivers/staging/greybus/spi.c
6498 F:      drivers/staging/greybus/spilib.c
6499 F:      drivers/staging/greybus/spilib.h
6500
6501 GREYBUS LOOPBACK DRIVER
6502 M:      Bryan O'Donoghue <[email protected]>
6503 S:      Maintained
6504 F:      drivers/staging/greybus/loopback.c
6505
6506 GREYBUS PLATFORM DRIVERS
6507 M:      Vaibhav Hiremath <[email protected]>
6508 S:      Maintained
6509 F:      drivers/staging/greybus/arche-platform.c
6510 F:      drivers/staging/greybus/arche-apb-ctrl.c
6511 F:      drivers/staging/greybus/arche_platform.h
6512
6513 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6514 M:      Rui Miguel Silva <[email protected]>
6515 S:      Maintained
6516 F:      drivers/staging/greybus/sdio.c
6517 F:      drivers/staging/greybus/light.c
6518 F:      drivers/staging/greybus/gpio.c
6519 F:      drivers/staging/greybus/power_supply.c
6520 F:      drivers/staging/greybus/spi.c
6521 F:      drivers/staging/greybus/spilib.c
6522
6523 GREYBUS SUBSYSTEM
6524 M:      Johan Hovold <[email protected]>
6525 M:      Alex Elder <[email protected]>
6526 M:      Greg Kroah-Hartman <[email protected]>
6527 S:      Maintained
6528 F:      drivers/staging/greybus/
6529 L:      [email protected] (moderated for non-subscribers)
6530
6531 GREYBUS UART PROTOCOLS DRIVERS
6532 M:      David Lin <[email protected]>
6533 S:      Maintained
6534 F:      drivers/staging/greybus/uart.c
6535 F:      drivers/staging/greybus/log.c
6536
6537 GS1662 VIDEO SERIALIZER
6538 M:      Charles-Antoine Couret <[email protected]>
6539 L:      [email protected]
6540 T:      git git://linuxtv.org/media_tree.git
6541 S:      Maintained
6542 F:      drivers/media/spi/gs1662.c
6543
6544 GSPCA FINEPIX SUBDRIVER
6545 M:      Frank Zago <[email protected]>
6546 L:      [email protected]
6547 T:      git git://linuxtv.org/media_tree.git
6548 S:      Maintained
6549 F:      drivers/media/usb/gspca/finepix.c
6550
6551 GSPCA GL860 SUBDRIVER
6552 M:      Olivier Lorin <[email protected]>
6553 L:      [email protected]
6554 T:      git git://linuxtv.org/media_tree.git
6555 S:      Maintained
6556 F:      drivers/media/usb/gspca/gl860/
6557
6558 GSPCA M5602 SUBDRIVER
6559 M:      Erik Andren <[email protected]>
6560 L:      [email protected]
6561 T:      git git://linuxtv.org/media_tree.git
6562 S:      Maintained
6563 F:      drivers/media/usb/gspca/m5602/
6564
6565 GSPCA PAC207 SONIXB SUBDRIVER
6566 M:      Hans Verkuil <[email protected]>
6567 L:      [email protected]
6568 T:      git git://linuxtv.org/media_tree.git
6569 S:      Odd Fixes
6570 F:      drivers/media/usb/gspca/pac207.c
6571
6572 GSPCA SN9C20X SUBDRIVER
6573 M:      Brian Johnson <[email protected]>
6574 L:      [email protected]
6575 T:      git git://linuxtv.org/media_tree.git
6576 S:      Maintained
6577 F:      drivers/media/usb/gspca/sn9c20x.c
6578
6579 GSPCA T613 SUBDRIVER
6580 M:      Leandro Costantino <[email protected]>
6581 L:      [email protected]
6582 T:      git git://linuxtv.org/media_tree.git
6583 S:      Maintained
6584 F:      drivers/media/usb/gspca/t613.c
6585
6586 GSPCA USB WEBCAM DRIVER
6587 M:      Hans Verkuil <[email protected]>
6588 L:      [email protected]
6589 T:      git git://linuxtv.org/media_tree.git
6590 S:      Odd Fixes
6591 F:      drivers/media/usb/gspca/
6592
6593 GTP (GPRS Tunneling Protocol)
6594 M:      Pablo Neira Ayuso <[email protected]>
6595 M:      Harald Welte <[email protected]>
6596 L:      [email protected]
6597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6598 S:      Maintained
6599 F:      drivers/net/gtp.c
6600
6601 GUID PARTITION TABLE (GPT)
6602 M:      Davidlohr Bueso <[email protected]>
6603 L:      [email protected]
6604 S:      Maintained
6605 F:      block/partitions/efi.*
6606
6607 H8/300 ARCHITECTURE
6608 M:      Yoshinori Sato <[email protected]>
6609 L:      [email protected] (moderated for non-subscribers)
6610 W:      http://uclinux-h8.sourceforge.jp
6611 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6612 S:      Maintained
6613 F:      arch/h8300/
6614 F:      drivers/clocksource/h8300_*.c
6615 F:      drivers/clk/h8300/
6616 F:      drivers/irqchip/irq-renesas-h8*.c
6617
6618 HACKRF MEDIA DRIVER
6619 M:      Antti Palosaari <[email protected]>
6620 L:      [email protected]
6621 W:      https://linuxtv.org
6622 W:      http://palosaari.fi/linux/
6623 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6624 T:      git git://linuxtv.org/anttip/media_tree.git
6625 S:      Maintained
6626 F:      drivers/media/usb/hackrf/
6627
6628 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6629 M:      Frank Seidel <[email protected]>
6630 L:      [email protected]
6631 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6632 S:      Maintained
6633 F:      drivers/platform/x86/hdaps.c
6634
6635 HARDWARE MONITORING
6636 M:      Jean Delvare <[email protected]>
6637 M:      Guenter Roeck <[email protected]>
6638 L:      [email protected]
6639 W:      http://hwmon.wiki.kernel.org/
6640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6641 S:      Maintained
6642 F:      Documentation/devicetree/bindings/hwmon/
6643 F:      Documentation/hwmon/
6644 F:      drivers/hwmon/
6645 F:      include/linux/hwmon*.h
6646 F:      include/trace/events/hwmon*.h
6647
6648 HARDWARE RANDOM NUMBER GENERATOR CORE
6649 M:      Matt Mackall <[email protected]>
6650 M:      Herbert Xu <[email protected]>
6651 L:      [email protected]
6652 S:      Odd fixes
6653 F:      Documentation/devicetree/bindings/rng/
6654 F:      Documentation/hw_random.txt
6655 F:      drivers/char/hw_random/
6656 F:      include/linux/hw_random.h
6657
6658 HARDWARE TRACING FACILITIES
6659 M:      Alexander Shishkin <[email protected]>
6660 S:      Maintained
6661 F:      drivers/hwtracing/
6662
6663 HARDWARE SPINLOCK CORE
6664 M:      Ohad Ben-Cohen <[email protected]>
6665 M:      Bjorn Andersson <[email protected]>
6666 L:      [email protected]
6667 S:      Maintained
6668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6669 F:      Documentation/devicetree/bindings/hwlock/
6670 F:      Documentation/hwspinlock.txt
6671 F:      drivers/hwspinlock/
6672 F:      include/linux/hwspinlock.h
6673
6674 HARMONY SOUND DRIVER
6675 L:      [email protected]
6676 S:      Maintained
6677 F:      sound/parisc/harmony.*
6678
6679 HDPVR USB VIDEO ENCODER DRIVER
6680 M:      Hans Verkuil <[email protected]>
6681 L:      [email protected]
6682 T:      git git://linuxtv.org/media_tree.git
6683 W:      https://linuxtv.org
6684 S:      Odd Fixes
6685 F:      drivers/media/usb/hdpvr/
6686
6687 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6688 M:      Jerry Hoemann <[email protected]>
6689 S:      Supported
6690 F:      Documentation/watchdog/hpwdt.txt
6691 F:      drivers/watchdog/hpwdt.c
6692
6693 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6694 M:      Don Brace <[email protected]>
6695 L:      [email protected]
6696 L:      [email protected]
6697 S:      Supported
6698 F:      Documentation/scsi/hpsa.txt
6699 F:      drivers/scsi/hpsa*.[ch]
6700 F:      include/linux/cciss*.h
6701 F:      include/uapi/linux/cciss*.h
6702
6703 HFI1 DRIVER
6704 M:      Mike Marciniszyn <[email protected]>
6705 M:      Dennis Dalessandro <[email protected]>
6706 L:      [email protected]
6707 S:      Supported
6708 F:      drivers/infiniband/hw/hfi1
6709
6710 HFS FILESYSTEM
6711 L:      [email protected]
6712 S:      Orphan
6713 F:      Documentation/filesystems/hfs.txt
6714 F:      fs/hfs/
6715
6716 HFSPLUS FILESYSTEM
6717 L:      [email protected]
6718 S:      Orphan
6719 F:      Documentation/filesystems/hfsplus.txt
6720 F:      fs/hfsplus/
6721
6722 HGA FRAMEBUFFER DRIVER
6723 M:      Ferenc Bakonyi <[email protected]>
6724 L:      [email protected]
6725 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6726 S:      Maintained
6727 F:      drivers/video/fbdev/hgafb.c
6728
6729 HIBERNATION (aka Software Suspend, aka swsusp)
6730 M:      "Rafael J. Wysocki" <[email protected]>
6731 M:      Pavel Machek <[email protected]>
6732 L:      [email protected]
6733 B:      https://bugzilla.kernel.org
6734 S:      Supported
6735 F:      arch/x86/power/
6736 F:      drivers/base/power/
6737 F:      kernel/power/
6738 F:      include/linux/suspend.h
6739 F:      include/linux/freezer.h
6740 F:      include/linux/pm.h
6741 F:      arch/*/include/asm/suspend*.h
6742
6743 HID CORE LAYER
6744 M:      Jiri Kosina <[email protected]>
6745 M:      Benjamin Tissoires <[email protected]>
6746 L:      [email protected]
6747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
6748 S:      Maintained
6749 F:      drivers/hid/
6750 F:      include/linux/hid*
6751 F:      include/uapi/linux/hid*
6752
6753 HID SENSOR HUB DRIVERS
6754 M:      Jiri Kosina <[email protected]>
6755 M:      Jonathan Cameron <[email protected]>
6756 M:      Srinivas Pandruvada <[email protected]>
6757 L:      [email protected]
6758 L:      [email protected]
6759 S:      Maintained
6760 F:      Documentation/hid/hid-sensor*
6761 F:      drivers/hid/hid-sensor-*
6762 F:      drivers/iio/*/hid-*
6763 F:      include/linux/hid-sensor-*
6764
6765 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6766 M:      Thomas Gleixner <[email protected]>
6767 L:      [email protected]
6768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6769 S:      Maintained
6770 F:      Documentation/timers/
6771 F:      kernel/time/hrtimer.c
6772 F:      kernel/time/clockevents.c
6773 F:      kernel/time/timer_*.c
6774 F:      include/linux/clockchips.h
6775 F:      include/linux/hrtimer.h
6776
6777 HIGH-SPEED SCC DRIVER FOR AX.25
6778 L:      [email protected]
6779 S:      Orphan
6780 F:      drivers/net/hamradio/dmascc.c
6781 F:      drivers/net/hamradio/scc.c
6782
6783 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6784 M:      HighPoint Linux Team <[email protected]>
6785 W:      http://www.highpoint-tech.com
6786 S:      Supported
6787 F:      Documentation/scsi/hptiop.txt
6788 F:      drivers/scsi/hptiop.c
6789
6790 HIPPI
6791 M:      Jes Sorensen <[email protected]>
6792 L:      [email protected]
6793 S:      Maintained
6794 F:      include/linux/hippidevice.h
6795 F:      include/uapi/linux/if_hippi.h
6796 F:      net/802/hippi.c
6797 F:      drivers/net/hippi/
6798
6799 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6800 M:      Yisen Zhuang <[email protected]>
6801 M:      Salil Mehta <[email protected]>
6802 L:      [email protected]
6803 W:      http://www.hisilicon.com
6804 S:      Maintained
6805 F:      drivers/net/ethernet/hisilicon/hns3/
6806
6807 HISILICON LPC BUS DRIVER
6808 M:      [email protected]
6809 W:      http://www.hisilicon.com
6810 S:      Maintained
6811 F:      drivers/bus/hisi_lpc.c
6812 F:      Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt
6813
6814 HISILICON NETWORK SUBSYSTEM DRIVER
6815 M:      Yisen Zhuang <[email protected]>
6816 M:      Salil Mehta <[email protected]>
6817 L:      [email protected]
6818 W:      http://www.hisilicon.com
6819 S:      Maintained
6820 F:      drivers/net/ethernet/hisilicon/
6821 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6822
6823 HISILICON PMU DRIVER
6824 M:      Shaokun Zhang <[email protected]>
6825 W:      http://www.hisilicon.com
6826 S:      Supported
6827 F:      drivers/perf/hisilicon
6828 F:      Documentation/perf/hisi-pmu.txt
6829
6830 HISILICON ROCE DRIVER
6831 M:      Lijun Ou <[email protected]>
6832 M:      Wei Hu(Xavier) <[email protected]>
6833 L:      [email protected]
6834 S:      Maintained
6835 F:      drivers/infiniband/hw/hns/
6836 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6837
6838 HISILICON SAS Controller
6839 M:      John Garry <[email protected]>
6840 W:      http://www.hisilicon.com
6841 S:      Supported
6842 F:      drivers/scsi/hisi_sas/
6843 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6844
6845 HMM - Heterogeneous Memory Management
6846 M:      Jérôme Glisse <[email protected]>
6847 L:      [email protected]
6848 S:      Maintained
6849 F:      mm/hmm*
6850 F:      include/linux/hmm*
6851 F:      Documentation/vm/hmm.rst
6852
6853 HOST AP DRIVER
6854 M:      Jouni Malinen <[email protected]>
6855 L:      [email protected]
6856 W:      http://w1.fi/hostap-driver.html
6857 S:      Obsolete
6858 F:      drivers/net/wireless/intersil/hostap/
6859
6860 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6861 L:      [email protected]
6862 S:      Orphan
6863 F:      drivers/platform/x86/tc1100-wmi.c
6864
6865 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6866 M:      Jaroslav Kysela <[email protected]>
6867 S:      Maintained
6868 F:      drivers/net/ethernet/hp/hp100.*
6869
6870 HPET:   High Precision Event Timers driver
6871 M:      Clemens Ladisch <[email protected]>
6872 S:      Maintained
6873 F:      Documentation/timers/hpet.txt
6874 F:      drivers/char/hpet.c
6875 F:      include/linux/hpet.h
6876 F:      include/uapi/linux/hpet.h
6877
6878 HPET:   x86
6879 S:      Orphan
6880 F:      arch/x86/kernel/hpet.c
6881 F:      arch/x86/include/asm/hpet.h
6882
6883 HPFS FILESYSTEM
6884 M:      Mikulas Patocka <[email protected]>
6885 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6886 S:      Maintained
6887 F:      fs/hpfs/
6888
6889 HSI SUBSYSTEM
6890 M:      Sebastian Reichel <[email protected]>
6891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6892 S:      Maintained
6893 F:      Documentation/ABI/testing/sysfs-bus-hsi
6894 F:      Documentation/driver-api/hsi.rst
6895 F:      drivers/hsi/
6896 F:      include/linux/hsi/
6897 F:      include/uapi/linux/hsi/
6898
6899 HSO 3G MODEM DRIVER
6900 L:      [email protected]
6901 S:      Orphan
6902 F:      drivers/net/usb/hso.c
6903
6904 HSR NETWORK PROTOCOL
6905 M:      Arvid Brodin <[email protected]>
6906 L:      [email protected]
6907 S:      Maintained
6908 F:      net/hsr/
6909
6910 HT16K33 LED CONTROLLER DRIVER
6911 M:      Robin van der Gracht <[email protected]>
6912 S:      Maintained
6913 F:      drivers/auxdisplay/ht16k33.c
6914 F:      Documentation/devicetree/bindings/display/ht16k33.txt
6915
6916 HTCPEN TOUCHSCREEN DRIVER
6917 M:      Pau Oliva Fora <[email protected]>
6918 L:      [email protected]
6919 S:      Maintained
6920 F:      drivers/input/touchscreen/htcpen.c
6921
6922 HTS221 TEMPERATURE-HUMIDITY IIO DRIVER
6923 M:      Lorenzo Bianconi <[email protected]>
6924 L:      [email protected]
6925 W:      http://www.st.com/
6926 S:      Maintained
6927 F:      drivers/iio/humidity/hts221*
6928 F:      Documentation/devicetree/bindings/iio/humidity/hts221.txt
6929
6930 HUAWEI ETHERNET DRIVER
6931 M:      Aviad Krawczyk <[email protected]>
6932 L:      [email protected]
6933 S:      Supported
6934 F:      Documentation/networking/hinic.txt
6935 F:      drivers/net/ethernet/huawei/hinic/
6936
6937 HUGETLB FILESYSTEM
6938 M:      Mike Kravetz <[email protected]>
6939 L:      [email protected]
6940 S:      Maintained
6941 F:      fs/hugetlbfs/
6942 F:      mm/hugetlb.c
6943 F:      include/linux/hugetlb.h
6944 F:      Documentation/admin-guide/mm/hugetlbpage.rst
6945 F:      Documentation/vm/hugetlbfs_reserv.rst
6946 F:      Documentation/ABI/testing/sysfs-kernel-mm-hugepages
6947
6948 HVA ST MEDIA DRIVER
6949 M:      Jean-Christophe Trotin <[email protected]>
6950 L:      [email protected]
6951 T:      git git://linuxtv.org/media_tree.git
6952 W:      https://linuxtv.org
6953 S:      Supported
6954 F:      drivers/media/platform/sti/hva
6955
6956 HWPOISON MEMORY FAILURE HANDLING
6957 M:      Naoya Horiguchi <[email protected]>
6958 L:      [email protected]
6959 S:      Maintained
6960 F:      mm/memory-failure.c
6961 F:      mm/hwpoison-inject.c
6962
6963 HYGON PROCESSOR SUPPORT
6964 M:      Pu Wen <[email protected]>
6965 L:      [email protected]
6966 S:      Maintained
6967 F:      arch/x86/kernel/cpu/hygon.c
6968
6969 Hyper-V CORE AND DRIVERS
6970 M:      "K. Y. Srinivasan" <[email protected]>
6971 M:      Haiyang Zhang <[email protected]>
6972 M:      Stephen Hemminger <[email protected]>
6973 M:      Sasha Levin <[email protected]>
6974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
6975 L:      [email protected]
6976 S:      Supported
6977 F:      Documentation/networking/device_drivers/microsoft/netvsc.txt
6978 F:      arch/x86/include/asm/mshyperv.h
6979 F:      arch/x86/include/asm/trace/hyperv.h
6980 F:      arch/x86/include/asm/hyperv-tlfs.h
6981 F:      arch/x86/kernel/cpu/mshyperv.c
6982 F:      arch/x86/hyperv
6983 F:      drivers/hid/hid-hyperv.c
6984 F:      drivers/hv/
6985 F:      drivers/input/serio/hyperv-keyboard.c
6986 F:      drivers/pci/controller/pci-hyperv.c
6987 F:      drivers/net/hyperv/
6988 F:      drivers/scsi/storvsc_drv.c
6989 F:      drivers/uio/uio_hv_generic.c
6990 F:      drivers/video/fbdev/hyperv_fb.c
6991 F:      net/vmw_vsock/hyperv_transport.c
6992 F:      include/linux/hyperv.h
6993 F:      include/uapi/linux/hyperv.h
6994 F:      tools/hv/
6995 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6996
6997 HYPERVISOR VIRTUAL CONSOLE DRIVER
6998 L:      [email protected]
6999 S:      Odd Fixes
7000 F:      drivers/tty/hvc/
7001
7002 I2C ACPI SUPPORT
7003 M:      Mika Westerberg <[email protected]>
7004 L:      [email protected]
7005 L:      [email protected]
7006 S:      Maintained
7007 F:      drivers/i2c/i2c-core-acpi.c
7008
7009 I2C CONTROLLER DRIVER FOR NVIDIA GPU
7010 M:      Ajay Gupta <[email protected]>
7011 L:      [email protected]
7012 S:      Maintained
7013 F:      Documentation/i2c/busses/i2c-nvidia-gpu
7014 F:      drivers/i2c/busses/i2c-nvidia-gpu.c
7015
7016 I2C MUXES
7017 M:      Peter Rosin <[email protected]>
7018 L:      [email protected]
7019 S:      Maintained
7020 F:      Documentation/i2c/i2c-topology
7021 F:      Documentation/i2c/muxes/
7022 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
7023 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
7024 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
7025 F:      drivers/i2c/i2c-mux.c
7026 F:      drivers/i2c/muxes/
7027 F:      include/linux/i2c-mux.h
7028
7029 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
7030 M:      Gregory CLEMENT <[email protected]>
7031 L:      [email protected]
7032 S:      Maintained
7033 F:      drivers/i2c/busses/i2c-mv64xxx.c
7034
7035 I2C OVER PARALLEL PORT
7036 M:      Jean Delvare <[email protected]>
7037 L:      [email protected]
7038 S:      Maintained
7039 F:      Documentation/i2c/busses/i2c-parport
7040 F:      Documentation/i2c/busses/i2c-parport-light
7041 F:      drivers/i2c/busses/i2c-parport.c
7042 F:      drivers/i2c/busses/i2c-parport-light.c
7043
7044 I2C SUBSYSTEM
7045 M:      Wolfram Sang <[email protected]>
7046 L:      [email protected]
7047 W:      https://i2c.wiki.kernel.org/
7048 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
7049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
7050 S:      Maintained
7051 F:      Documentation/devicetree/bindings/i2c/i2c.txt
7052 F:      Documentation/i2c/
7053 F:      drivers/i2c/*
7054 F:      include/linux/i2c.h
7055 F:      include/linux/i2c-dev.h
7056 F:      include/linux/i2c-smbus.h
7057 F:      include/uapi/linux/i2c.h
7058 F:      include/uapi/linux/i2c-*.h
7059
7060 I2C SUBSYSTEM HOST DRIVERS
7061 L:      [email protected]
7062 W:      https://i2c.wiki.kernel.org/
7063 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
7064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
7065 S:      Odd Fixes
7066 F:      Documentation/devicetree/bindings/i2c/
7067 F:      drivers/i2c/algos/
7068 F:      drivers/i2c/busses/
7069
7070 I2C-TAOS-EVM DRIVER
7071 M:      Jean Delvare <[email protected]>
7072 L:      [email protected]
7073 S:      Maintained
7074 F:      Documentation/i2c/busses/i2c-taos-evm
7075 F:      drivers/i2c/busses/i2c-taos-evm.c
7076
7077 I2C-TINY-USB DRIVER
7078 M:      Till Harbaum <[email protected]>
7079 L:      [email protected]
7080 W:      http://www.harbaum.org/till/i2c_tiny_usb
7081 S:      Maintained
7082 F:      drivers/i2c/busses/i2c-tiny-usb.c
7083
7084 I2C/SMBUS CONTROLLER DRIVERS FOR PC
7085 M:      Jean Delvare <[email protected]>
7086 L:      [email protected]
7087 S:      Maintained
7088 F:      Documentation/i2c/busses/i2c-ali1535
7089 F:      Documentation/i2c/busses/i2c-ali1563
7090 F:      Documentation/i2c/busses/i2c-ali15x3
7091 F:      Documentation/i2c/busses/i2c-amd756
7092 F:      Documentation/i2c/busses/i2c-amd8111
7093 F:      Documentation/i2c/busses/i2c-i801
7094 F:      Documentation/i2c/busses/i2c-nforce2
7095 F:      Documentation/i2c/busses/i2c-piix4
7096 F:      Documentation/i2c/busses/i2c-sis5595
7097 F:      Documentation/i2c/busses/i2c-sis630
7098 F:      Documentation/i2c/busses/i2c-sis96x
7099 F:      Documentation/i2c/busses/i2c-via
7100 F:      Documentation/i2c/busses/i2c-viapro
7101 F:      drivers/i2c/busses/i2c-ali1535.c
7102 F:      drivers/i2c/busses/i2c-ali1563.c
7103 F:      drivers/i2c/busses/i2c-ali15x3.c
7104 F:      drivers/i2c/busses/i2c-amd756.c
7105 F:      drivers/i2c/busses/i2c-amd756-s4882.c
7106 F:      drivers/i2c/busses/i2c-amd8111.c
7107 F:      drivers/i2c/busses/i2c-i801.c
7108 F:      drivers/i2c/busses/i2c-isch.c
7109 F:      drivers/i2c/busses/i2c-nforce2.c
7110 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
7111 F:      drivers/i2c/busses/i2c-piix4.c
7112 F:      drivers/i2c/busses/i2c-sis5595.c
7113 F:      drivers/i2c/busses/i2c-sis630.c
7114 F:      drivers/i2c/busses/i2c-sis96x.c
7115 F:      drivers/i2c/busses/i2c-via.c
7116 F:      drivers/i2c/busses/i2c-viapro.c
7117
7118 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
7119 M:      Hans de Goede <[email protected]>
7120 L:      [email protected]
7121 S:      Maintained
7122 F:      drivers/i2c/busses/i2c-cht-wc.c
7123
7124 I2C/SMBUS ISMT DRIVER
7125 M:      Seth Heasley <[email protected]>
7126 M:      Neil Horman <[email protected]>
7127 L:      [email protected]
7128 F:      drivers/i2c/busses/i2c-ismt.c
7129 F:      Documentation/i2c/busses/i2c-ismt
7130
7131 I2C/SMBUS STUB DRIVER
7132 M:      Jean Delvare <[email protected]>
7133 L:      [email protected]
7134 S:      Maintained
7135 F:      drivers/i2c/i2c-stub.c
7136
7137 I3C SUBSYSTEM
7138 M:      Boris Brezillon <[email protected]>
7139 L:      [email protected]
7140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
7141 S:      Maintained
7142 F:      Documentation/ABI/testing/sysfs-bus-i3c
7143 F:      Documentation/devicetree/bindings/i3c/
7144 F:      Documentation/driver-api/i3c
7145 F:      drivers/i3c/
7146 F:      include/linux/i3c/
7147 F:      include/dt-bindings/i3c/
7148
7149 I3C DRIVER FOR SYNOPSYS DESIGNWARE
7150 M:      Vitor Soares <[email protected]>
7151 S:      Maintained
7152 F:      Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
7153 F:      drivers/i3c/master/dw*
7154
7155 IA64 (Itanium) PLATFORM
7156 M:      Tony Luck <[email protected]>
7157 M:      Fenghua Yu <[email protected]>
7158 L:      [email protected]
7159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
7160 S:      Maintained
7161 F:      arch/ia64/
7162
7163 IBM Power 842 compression accelerator
7164 M:      Haren Myneni <[email protected]>
7165 S:      Supported
7166 F:      drivers/crypto/nx/Makefile
7167 F:      drivers/crypto/nx/Kconfig
7168 F:      drivers/crypto/nx/nx-842*
7169 F:      include/linux/sw842.h
7170 F:      crypto/842.c
7171 F:      lib/842/
7172
7173 IBM Power in-Nest Crypto Acceleration
7174 M:      Breno Leitão <[email protected]>
7175 M:      Nayna Jain <[email protected]>
7176 M:      Paulo Flabiano Smorigo <[email protected]>
7177 L:      [email protected]
7178 S:      Supported
7179 F:      drivers/crypto/nx/Makefile
7180 F:      drivers/crypto/nx/Kconfig
7181 F:      drivers/crypto/nx/nx-aes*
7182 F:      drivers/crypto/nx/nx-sha*
7183 F:      drivers/crypto/nx/nx.*
7184 F:      drivers/crypto/nx/nx_csbcpb.h
7185 F:      drivers/crypto/nx/nx_debugfs.h
7186
7187 IBM Power Linux RAID adapter
7188 M:      Brian King <[email protected]>
7189 S:      Supported
7190 F:      drivers/scsi/ipr.*
7191
7192 IBM Power SRIOV Virtual NIC Device Driver
7193 M:      Thomas Falcon <[email protected]>
7194 M:      John Allen <[email protected]>
7195 L:      [email protected]
7196 S:      Supported
7197 F:      drivers/net/ethernet/ibm/ibmvnic.*
7198
7199 IBM Power Virtual Accelerator Switchboard
7200 M:      Sukadev Bhattiprolu
7201 L:      [email protected]
7202 S:      Supported
7203 F:      arch/powerpc/platforms/powernv/vas*
7204 F:      arch/powerpc/platforms/powernv/copy-paste.h
7205 F:      arch/powerpc/include/asm/vas.h
7206 F:      arch/powerpc/include/uapi/asm/vas.h
7207
7208 IBM Power Virtual Ethernet Device Driver
7209 M:      Thomas Falcon <[email protected]>
7210 L:      [email protected]
7211 S:      Supported
7212 F:      drivers/net/ethernet/ibm/ibmveth.*
7213
7214 IBM Power Virtual FC Device Drivers
7215 M:      Tyrel Datwyler <[email protected]>
7216 L:      [email protected]
7217 S:      Supported
7218 F:      drivers/scsi/ibmvscsi/ibmvfc*
7219
7220 IBM Power Virtual Management Channel Driver
7221 M:      Steven Royer <[email protected]>
7222 S:      Supported
7223 F:      drivers/misc/ibmvmc.*
7224
7225 IBM Power Virtual SCSI Device Drivers
7226 M:      Tyrel Datwyler <[email protected]>
7227 L:      [email protected]
7228 S:      Supported
7229 F:      drivers/scsi/ibmvscsi/ibmvscsi*
7230 F:      include/scsi/viosrp.h
7231
7232 IBM Power Virtual SCSI Device Target Driver
7233 M:      Michael Cyr <[email protected]>
7234 L:      [email protected]
7235 L:      [email protected]
7236 S:      Supported
7237 F:      drivers/scsi/ibmvscsi_tgt/
7238
7239 IBM Power VMX Cryptographic instructions
7240 M:      Breno Leitão <[email protected]>
7241 M:      Nayna Jain <[email protected]>
7242 M:      Paulo Flabiano Smorigo <[email protected]>
7243 L:      [email protected]
7244 S:      Supported
7245 F:      drivers/crypto/vmx/Makefile
7246 F:      drivers/crypto/vmx/Kconfig
7247 F:      drivers/crypto/vmx/vmx.c
7248 F:      drivers/crypto/vmx/aes*
7249 F:      drivers/crypto/vmx/ghash*
7250 F:      drivers/crypto/vmx/ppc-xlate.pl
7251
7252 IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform
7253 M:      Tyrel Datwyler <[email protected]>
7254 L:      [email protected]
7255 L:      [email protected]
7256 S:      Supported
7257 F:      drivers/pci/hotplug/rpaphp*
7258
7259 IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform
7260 M:      Tyrel Datwyler <[email protected]>
7261 L:      [email protected]
7262 L:      [email protected]
7263 S:      Supported
7264 F:      drivers/pci/hotplug/rpadlpar*
7265
7266 IBM ServeRAID RAID DRIVER
7267 S:      Orphan
7268 F:      drivers/scsi/ips.*
7269
7270 ICH LPC AND GPIO DRIVER
7271 M:      Peter Tyser <[email protected]>
7272 S:      Maintained
7273 F:      drivers/mfd/lpc_ich.c
7274 F:      drivers/gpio/gpio-ich.c
7275
7276 IDE SUBSYSTEM
7277 M:      "David S. Miller" <[email protected]>
7278 L:      [email protected]
7279 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
7281 S:      Maintained
7282 F:      Documentation/ide/
7283 F:      drivers/ide/
7284 F:      include/linux/ide.h
7285
7286 IDE/ATAPI DRIVERS
7287 M:      Borislav Petkov <[email protected]>
7288 L:      [email protected]
7289 S:      Maintained
7290 F:      Documentation/cdrom/ide-cd
7291 F:      drivers/ide/ide-cd*
7292
7293 IDEAPAD LAPTOP EXTRAS DRIVER
7294 M:      Ike Panhc <[email protected]>
7295 L:      [email protected]
7296 W:      http://launchpad.net/ideapad-laptop
7297 S:      Maintained
7298 F:      drivers/platform/x86/ideapad-laptop.c
7299
7300 IDEAPAD LAPTOP SLIDEBAR DRIVER
7301 M:      Andrey Moiseev <[email protected]>
7302 L:      [email protected]
7303 W:      https://github.com/o2genum/ideapad-slidebar
7304 S:      Maintained
7305 F:      drivers/input/misc/ideapad_slidebar.c
7306
7307 IDT VersaClock 5 CLOCK DRIVER
7308 M:      Marek Vasut <[email protected]>
7309 S:      Maintained
7310 F:      drivers/clk/clk-versaclock5.c
7311
7312 IEEE 802.15.4 SUBSYSTEM
7313 M:      Alexander Aring <[email protected]>
7314 M:      Stefan Schmidt <[email protected]>
7315 L:      [email protected]
7316 W:      http://wpan.cakelab.org/
7317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
7318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
7319 S:      Maintained
7320 F:      net/ieee802154/
7321 F:      net/mac802154/
7322 F:      drivers/net/ieee802154/
7323 F:      include/linux/nl802154.h
7324 F:      include/linux/ieee802154.h
7325 F:      include/net/nl802154.h
7326 F:      include/net/mac802154.h
7327 F:      include/net/af_ieee802154.h
7328 F:      include/net/cfg802154.h
7329 F:      include/net/ieee802154_netdev.h
7330 F:      Documentation/networking/ieee802154.txt
7331
7332 IFE PROTOCOL
7333 M:      Yotam Gigi <[email protected]>
7334 M:      Jamal Hadi Salim <[email protected]>
7335 F:      net/ife
7336 F:      include/net/ife.h
7337 F:      include/uapi/linux/ife.h
7338
7339 IGORPLUG-USB IR RECEIVER
7340 M:      Sean Young <[email protected]>
7341 L:      [email protected]
7342 S:      Maintained
7343 F:      drivers/media/rc/igorplugusb.c
7344
7345 IGUANAWORKS USB IR TRANSCEIVER
7346 M:      Sean Young <[email protected]>
7347 L:      [email protected]
7348 S:      Maintained
7349 F:      drivers/media/rc/iguanair.c
7350
7351 IIO DIGITAL POTENTIOMETER DAC
7352 M:      Peter Rosin <[email protected]>
7353 L:      [email protected]
7354 S:      Maintained
7355 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
7356 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
7357 F:      drivers/iio/dac/dpot-dac.c
7358
7359 IIO ENVELOPE DETECTOR
7360 M:      Peter Rosin <[email protected]>
7361 L:      [email protected]
7362 S:      Maintained
7363 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
7364 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
7365 F:      drivers/iio/adc/envelope-detector.c
7366
7367 IIO MULTIPLEXER
7368 M:      Peter Rosin <[email protected]>
7369 L:      [email protected]
7370 S:      Maintained
7371 F:      Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt
7372 F:      drivers/iio/multiplexer/iio-mux.c
7373
7374 IIO SUBSYSTEM AND DRIVERS
7375 M:      Jonathan Cameron <[email protected]>
7376 R:      Hartmut Knaack <[email protected]>
7377 R:      Lars-Peter Clausen <[email protected]>
7378 R:      Peter Meerwald-Stadler <[email protected]>
7379 L:      [email protected]
7380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
7381 S:      Maintained
7382 F:      Documentation/ABI/testing/configfs-iio*
7383 F:      Documentation/ABI/testing/sysfs-bus-iio*
7384 F:      Documentation/devicetree/bindings/iio/
7385 F:      drivers/iio/
7386 F:      drivers/staging/iio/
7387 F:      include/linux/iio/
7388 F:      tools/iio/
7389
7390 IIO UNIT CONVERTER
7391 M:      Peter Rosin <[email protected]>
7392 L:      [email protected]
7393 S:      Maintained
7394 F:      Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.txt
7395 F:      Documentation/devicetree/bindings/iio/afe/current-sense-shunt.txt
7396 F:      Documentation/devicetree/bindings/iio/afe/voltage-divider.txt
7397 F:      drivers/iio/afe/iio-rescale.c
7398
7399 IKANOS/ADI EAGLE ADSL USB DRIVER
7400 M:      Matthieu Castet <[email protected]>
7401 M:      Stanislaw Gruszka <[email protected]>
7402 S:      Maintained
7403 F:      drivers/usb/atm/ueagle-atm.c
7404
7405 IMGTEC ASCII LCD DRIVER
7406 M:      Paul Burton <[email protected]>
7407 S:      Maintained
7408 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
7409 F:      drivers/auxdisplay/img-ascii-lcd.c
7410
7411 IMGTEC IR DECODER DRIVER
7412 M:      James Hogan <[email protected]>
7413 S:      Maintained
7414 F:      drivers/media/rc/img-ir/
7415
7416 IMON SOUNDGRAPH USB IR RECEIVER
7417 M:      Sean Young <[email protected]>
7418 L:      [email protected]
7419 S:      Maintained
7420 F:      drivers/media/rc/imon_raw.c
7421 F:      drivers/media/rc/imon.c
7422
7423 IMS TWINTURBO FRAMEBUFFER DRIVER
7424 L:      [email protected]
7425 S:      Orphan
7426 F:      drivers/video/fbdev/imsttfb.c
7427
7428 INA209 HARDWARE MONITOR DRIVER
7429 M:      Guenter Roeck <[email protected]>
7430 L:      [email protected]
7431 S:      Maintained
7432 F:      Documentation/hwmon/ina209
7433 F:      Documentation/devicetree/bindings/hwmon/ina2xx.txt
7434 F:      drivers/hwmon/ina209.c
7435
7436 INA2XX HARDWARE MONITOR DRIVER
7437 M:      Guenter Roeck <[email protected]>
7438 L:      [email protected]
7439 S:      Maintained
7440 F:      Documentation/hwmon/ina2xx
7441 F:      drivers/hwmon/ina2xx.c
7442 F:      include/linux/platform_data/ina2xx.h
7443
7444 INDUSTRY PACK SUBSYSTEM (IPACK)
7445 M:      Samuel Iglesias Gonsalvez <[email protected]>
7446 M:      Jens Taprogge <[email protected]>
7447 M:      Greg Kroah-Hartman <[email protected]>
7448 L:      [email protected]
7449 W:      http://industrypack.sourceforge.net
7450 S:      Maintained
7451 F:      drivers/ipack/
7452
7453 INFINIBAND SUBSYSTEM
7454 M:      Doug Ledford <[email protected]>
7455 M:      Jason Gunthorpe <[email protected]>
7456 L:      [email protected]
7457 W:      https://github.com/linux-rdma/rdma-core
7458 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
7460 S:      Supported
7461 F:      Documentation/devicetree/bindings/infiniband/
7462 F:      Documentation/infiniband/
7463 F:      drivers/infiniband/
7464 F:      include/uapi/linux/if_infiniband.h
7465 F:      include/uapi/rdma/
7466 F:      include/rdma/
7467
7468 INGENIC JZ4780 DMA Driver
7469 M:      Zubair Lutfullah Kakakhel <[email protected]>
7470 S:      Maintained
7471 F:      drivers/dma/dma-jz4780.c
7472
7473 INGENIC JZ4780 NAND DRIVER
7474 M:      Harvey Hunt <[email protected]>
7475 L:      [email protected]
7476 S:      Maintained
7477 F:      drivers/mtd/nand/raw/jz4780_*
7478
7479 INOTIFY
7480 M:      Jan Kara <[email protected]>
7481 R:      Amir Goldstein <[email protected]>
7482 L:      [email protected]
7483 S:      Maintained
7484 F:      Documentation/filesystems/inotify.txt
7485 F:      fs/notify/inotify/
7486 F:      include/linux/inotify.h
7487 F:      include/uapi/linux/inotify.h
7488
7489 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
7490 M:      Dmitry Torokhov <[email protected]>
7491 L:      [email protected]
7492 Q:      http://patchwork.kernel.org/project/linux-input/list/
7493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
7494 S:      Maintained
7495 F:      drivers/input/
7496 F:      include/linux/input.h
7497 F:      include/uapi/linux/input.h
7498 F:      include/uapi/linux/input-event-codes.h
7499 F:      include/linux/input/
7500 F:      Documentation/devicetree/bindings/input/
7501 F:      Documentation/devicetree/bindings/serio/
7502 F:      Documentation/input/
7503
7504 INPUT MULTITOUCH (MT) PROTOCOL
7505 M:      Henrik Rydberg <[email protected]>
7506 L:      [email protected]
7507 S:      Odd fixes
7508 F:      Documentation/input/multi-touch-protocol.rst
7509 F:      drivers/input/input-mt.c
7510 K:      \b(ABS|SYN)_MT_
7511
7512 INSIDE SECURE CRYPTO DRIVER
7513 M:      Antoine Tenart <[email protected]>
7514 F:      drivers/crypto/inside-secure/
7515 S:      Maintained
7516 L:      [email protected]
7517
7518 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
7519 M:      Mimi Zohar <[email protected]>
7520 M:      Dmitry Kasatkin <[email protected]>
7521 L:      [email protected]
7522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
7523 S:      Supported
7524 F:      security/integrity/ima/
7525
7526 INTEL 810/815 FRAMEBUFFER DRIVER
7527 M:      Antonino Daplas <[email protected]>
7528 L:      [email protected]
7529 S:      Maintained
7530 F:      drivers/video/fbdev/i810/
7531
7532 INTEL ASoC DRIVERS
7533 M:      Pierre-Louis Bossart <[email protected]>
7534 M:      Liam Girdwood <[email protected]>
7535 M:      Jie Yang <[email protected]>
7536 L:      [email protected] (moderated for non-subscribers)
7537 S:      Supported
7538 F:      sound/soc/intel/
7539
7540 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
7541 M:      Hans de Goede <[email protected]>
7542 L:      [email protected]
7543 S:      Maintained
7544 F:      drivers/platform/x86/intel_atomisp2_pm.c
7545
7546 INTEL C600 SERIES SAS CONTROLLER DRIVER
7547 M:      Intel SCU Linux support <[email protected]>
7548 M:      Artur Paszkiewicz <[email protected]>
7549 L:      [email protected]
7550 T:      git git://git.code.sf.net/p/intel-sas/isci
7551 S:      Supported
7552 F:      drivers/scsi/isci/
7553
7554 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
7555 M:      Jani Nikula <[email protected]>
7556 M:      Joonas Lahtinen <[email protected]>
7557 M:      Rodrigo Vivi <[email protected]>
7558 L:      [email protected]
7559 W:      https://01.org/linuxgraphics/
7560 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
7561 C:      irc://chat.freenode.net/intel-gfx
7562 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
7563 T:      git git://anongit.freedesktop.org/drm-intel
7564 S:      Supported
7565 F:      drivers/gpu/drm/i915/
7566 F:      include/drm/i915*
7567 F:      include/uapi/drm/i915_drm.h
7568 F:      Documentation/gpu/i915.rst
7569
7570 INTEL ETHERNET DRIVERS
7571 M:      Jeff Kirsher <[email protected]>
7572 L:      [email protected] (moderated for non-subscribers)
7573 W:      http://www.intel.com/support/feedback.htm
7574 W:      http://e1000.sourceforge.net/
7575 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
7576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
7577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
7578 S:      Supported
7579 F:      Documentation/networking/device_drivers/intel/e100.rst
7580 F:      Documentation/networking/device_drivers/intel/e1000.rst
7581 F:      Documentation/networking/device_drivers/intel/e1000e.rst
7582 F:      Documentation/networking/device_drivers/intel/fm10k.rst
7583 F:      Documentation/networking/device_drivers/intel/igb.rst
7584 F:      Documentation/networking/device_drivers/intel/igbvf.rst
7585 F:      Documentation/networking/device_drivers/intel/ixgb.rst
7586 F:      Documentation/networking/device_drivers/intel/ixgbe.rst
7587 F:      Documentation/networking/device_drivers/intel/ixgbevf.rst
7588 F:      Documentation/networking/device_drivers/intel/i40e.rst
7589 F:      Documentation/networking/device_drivers/intel/iavf.rst
7590 F:      Documentation/networking/device_drivers/intel/ice.rst
7591 F:      drivers/net/ethernet/intel/
7592 F:      drivers/net/ethernet/intel/*/
7593 F:      include/linux/avf/virtchnl.h
7594
7595 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
7596 M:      Maik Broemme <[email protected]>
7597 L:      [email protected]
7598 S:      Maintained
7599 F:      Documentation/fb/intelfb.txt
7600 F:      drivers/video/fbdev/intelfb/
7601
7602 INTEL GPIO DRIVERS
7603 M:      Andy Shevchenko <[email protected]>
7604 L:      [email protected]
7605 S:      Maintained
7606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
7607 F:      drivers/gpio/gpio-ich.c
7608 F:      drivers/gpio/gpio-intel-mid.c
7609 F:      drivers/gpio/gpio-lynxpoint.c
7610 F:      drivers/gpio/gpio-merrifield.c
7611 F:      drivers/gpio/gpio-ml-ioh.c
7612 F:      drivers/gpio/gpio-pch.c
7613 F:      drivers/gpio/gpio-sch.c
7614 F:      drivers/gpio/gpio-sodaville.c
7615
7616 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
7617 M:      Zhenyu Wang <[email protected]>
7618 M:      Zhi Wang <[email protected]>
7619 L:      [email protected]
7620 L:      [email protected]
7621 W:      https://01.org/igvt-g
7622 T:      git https://github.com/intel/gvt-linux.git
7623 S:      Supported
7624 F:      drivers/gpu/drm/i915/gvt/
7625
7626 INTEL HID EVENT DRIVER
7627 M:      Alex Hung <[email protected]>
7628 L:      [email protected]
7629 S:      Maintained
7630 F:      drivers/platform/x86/intel-hid.c
7631
7632 INTEL I/OAT DMA DRIVER
7633 M:      Dave Jiang <[email protected]>
7634 R:      Dan Williams <[email protected]>
7635 L:      [email protected]
7636 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
7637 S:      Supported
7638 F:      drivers/dma/ioat*
7639
7640 INTEL IDLE DRIVER
7641 M:      Jacob Pan <[email protected]>
7642 M:      Len Brown <[email protected]>
7643 L:      [email protected]
7644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7645 B:      https://bugzilla.kernel.org
7646 S:      Supported
7647 F:      drivers/idle/intel_idle.c
7648
7649 INTEL INTEGRATED SENSOR HUB DRIVER
7650 M:      Srinivas Pandruvada <[email protected]>
7651 M:      Jiri Kosina <[email protected]>
7652 L:      [email protected]
7653 S:      Maintained
7654 F:      drivers/hid/intel-ish-hid/
7655
7656 INTEL IOMMU (VT-d)
7657 M:      David Woodhouse <[email protected]>
7658 L:      [email protected]
7659 T:      git git://git.infradead.org/iommu-2.6.git
7660 S:      Supported
7661 F:      drivers/iommu/intel-iommu.c
7662 F:      include/linux/intel-iommu.h
7663
7664 INTEL IOP-ADMA DMA DRIVER
7665 R:      Dan Williams <[email protected]>
7666 S:      Odd fixes
7667 F:      drivers/dma/iop-adma.c
7668
7669 INTEL IPU3 CSI-2 CIO2 DRIVER
7670 M:      Yong Zhi <[email protected]>
7671 M:      Sakari Ailus <[email protected]>
7672 M:      Bingbu Cao <[email protected]>
7673 R:      Tian Shu Qiu <[email protected]>
7674 R:      Jian Xu Zheng <[email protected]>
7675 L:      [email protected]
7676 S:      Maintained
7677 F:      drivers/media/pci/intel/ipu3/
7678 F:      Documentation/media/uapi/v4l/pixfmt-srggb10-ipu3.rst
7679
7680 INTEL IPU3 CSI-2 IMGU DRIVER
7681 M:      Sakari Ailus <[email protected]>
7682 L:      [email protected]
7683 S:      Maintained
7684 F:      drivers/staging/media/ipu3/
7685 F:      Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
7686 F:      Documentation/media/v4l-drivers/ipu3.rst
7687
7688 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7689 M:      Krzysztof Halasa <[email protected]>
7690 S:      Maintained
7691 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
7692 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
7693 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7694 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
7695 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
7696 F:      drivers/net/wan/ixp4xx_hss.c
7697
7698 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7699 M:      Deepak Saxena <[email protected]>
7700 S:      Maintained
7701 F:      drivers/char/hw_random/ixp4xx-rng.c
7702
7703 INTEL MANAGEMENT ENGINE (mei)
7704 M:      Tomas Winkler <[email protected]>
7705 L:      [email protected]
7706 S:      Supported
7707 F:      include/uapi/linux/mei.h
7708 F:      include/linux/mei_cl_bus.h
7709 F:      drivers/misc/mei/*
7710 F:      drivers/watchdog/mei_wdt.c
7711 F:      Documentation/misc-devices/mei/*
7712 F:      samples/mei/*
7713
7714 INTEL MENLOW THERMAL DRIVER
7715 M:      Sujith Thomas <[email protected]>
7716 L:      [email protected]
7717 W:      https://01.org/linux-acpi
7718 S:      Supported
7719 F:      drivers/platform/x86/intel_menlow.c
7720
7721 INTEL MIC DRIVERS (mic)
7722 M:      Sudeep Dutt <[email protected]>
7723 M:      Ashutosh Dixit <[email protected]>
7724 S:      Supported
7725 W:      https://github.com/sudeepdutt/mic
7726 W:      http://software.intel.com/en-us/mic-developer
7727 F:      include/linux/mic_bus.h
7728 F:      include/linux/scif.h
7729 F:      include/uapi/linux/mic_common.h
7730 F:      include/uapi/linux/mic_ioctl.h
7731 F:      include/uapi/linux/scif_ioctl.h
7732 F:      drivers/misc/mic/
7733 F:      drivers/dma/mic_x100_dma.c
7734 F:      drivers/dma/mic_x100_dma.h
7735 F:      Documentation/mic/
7736
7737 INTEL PMC CORE DRIVER
7738 M:      Rajneesh Bhardwaj <[email protected]>
7739 M:      Vishwanath Somayaji <[email protected]>
7740 L:      [email protected]
7741 S:      Maintained
7742 F:      drivers/platform/x86/intel_pmc_core*
7743
7744 INTEL PMC/P-Unit IPC DRIVER
7745 M:      Zha Qipeng<[email protected]>
7746 L:      [email protected]
7747 S:      Maintained
7748 F:      drivers/platform/x86/intel_pmc_ipc.c
7749 F:      drivers/platform/x86/intel_punit_ipc.c
7750 F:      arch/x86/include/asm/intel_pmc_ipc.h
7751 F:      arch/x86/include/asm/intel_punit_ipc.h
7752
7753 INTEL PMIC GPIO DRIVERS
7754 M:      Andy Shevchenko <[email protected]>
7755 S:      Maintained
7756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
7757 F:      drivers/gpio/gpio-*cove.c
7758 F:      drivers/gpio/gpio-msic.c
7759
7760 INTEL MULTIFUNCTION PMIC DEVICE DRIVERS
7761 R:      Andy Shevchenko <[email protected]>
7762 S:      Maintained
7763 F:      drivers/mfd/intel_msic.c
7764 F:      drivers/mfd/intel_soc_pmic*
7765 F:      include/linux/mfd/intel_msic.h
7766 F:      include/linux/mfd/intel_soc_pmic*
7767
7768 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7769 M:      Stanislav Yakovlev <[email protected]>
7770 L:      [email protected]
7771 S:      Maintained
7772 F:      Documentation/networking/device_drivers/intel/ipw2100.txt
7773 F:      Documentation/networking/device_drivers/intel/ipw2200.txt
7774 F:      drivers/net/wireless/intel/ipw2x00/
7775
7776 INTEL PSTATE DRIVER
7777 M:      Srinivas Pandruvada <[email protected]>
7778 M:      Len Brown <[email protected]>
7779 L:      [email protected]
7780 S:      Supported
7781 F:      drivers/cpufreq/intel_pstate.c
7782
7783 INTEL RDMA RNIC DRIVER
7784 M:      Faisal Latif <[email protected]>
7785 M:      Shiraz Saleem <[email protected]>
7786 L:      [email protected]
7787 S:      Supported
7788 F:      drivers/infiniband/hw/i40iw/
7789 F:      include/uapi/rdma/i40iw-abi.h
7790
7791 INTEL TELEMETRY DRIVER
7792 M:      Rajneesh Bhardwaj <[email protected]>
7793 M:      "David E. Box" <[email protected]>
7794 L:      [email protected]
7795 S:      Maintained
7796 F:      arch/x86/include/asm/intel_telemetry.h
7797 F:      drivers/platform/x86/intel_telemetry*
7798
7799 INTEL VIRTUAL BUTTON DRIVER
7800 M:      AceLan Kao <[email protected]>
7801 L:      [email protected]
7802 S:      Maintained
7803 F:      drivers/platform/x86/intel-vbtn.c
7804
7805 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7806 M:      Stanislaw Gruszka <[email protected]>
7807 L:      [email protected]
7808 S:      Supported
7809 F:      drivers/net/wireless/intel/iwlegacy/
7810
7811 INTEL WIRELESS WIFI LINK (iwlwifi)
7812 M:      Johannes Berg <[email protected]>
7813 M:      Emmanuel Grumbach <[email protected]>
7814 M:      Luca Coelho <[email protected]>
7815 M:      Intel Linux Wireless <[email protected]>
7816 L:      [email protected]
7817 W:      http://intellinuxwireless.org
7818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7819 S:      Supported
7820 F:      drivers/net/wireless/intel/iwlwifi/
7821
7822 INTEL WIRELESS WIMAX CONNECTION 2400
7823 M:      Inaky Perez-Gonzalez <[email protected]>
7824 M:      [email protected]
7825 L:      [email protected] (subscribers-only)
7826 S:      Supported
7827 W:      http://linuxwimax.org
7828 F:      Documentation/wimax/README.i2400m
7829 F:      drivers/net/wimax/i2400m/
7830 F:      include/uapi/linux/wimax/i2400m.h
7831
7832 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
7833 M:      Mario Limonciello <[email protected]>
7834 S:      Maintained
7835 F:      drivers/platform/x86/intel-wmi-thunderbolt.c
7836
7837 INTEL(R) TRACE HUB
7838 M:      Alexander Shishkin <[email protected]>
7839 S:      Supported
7840 F:      Documentation/trace/intel_th.rst
7841 F:      drivers/hwtracing/intel_th/
7842
7843 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7844 M:      Ning Sun <[email protected]>
7845 L:      [email protected]
7846 W:      http://tboot.sourceforge.net
7847 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7848 S:      Supported
7849 F:      Documentation/intel_txt.txt
7850 F:      include/linux/tboot.h
7851 F:      arch/x86/kernel/tboot.c
7852
7853 INTEL-MID GPIO DRIVER
7854 M:      David Cohen <[email protected]>
7855 L:      [email protected]
7856 S:      Maintained
7857 F:      drivers/gpio/gpio-intel-mid.c
7858
7859 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7860 M:      Linus Walleij <[email protected]>
7861 L:      [email protected]
7862 S:      Maintained
7863 F:      drivers/iio/gyro/mpu3050*
7864 F:      Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
7865
7866 IOC3 ETHERNET DRIVER
7867 M:      Ralf Baechle <[email protected]>
7868 L:      [email protected]
7869 S:      Maintained
7870 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7871
7872 IOC3 SERIAL DRIVER
7873 M:      Pat Gefre <[email protected]>
7874 L:      [email protected]
7875 S:      Maintained
7876 F:      drivers/tty/serial/ioc3_serial.c
7877
7878 IOMMU DRIVERS
7879 M:      Joerg Roedel <[email protected]>
7880 L:      [email protected]
7881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7882 S:      Maintained
7883 F:      Documentation/devicetree/bindings/iommu/
7884 F:      drivers/iommu/
7885 F:      include/linux/iommu.h
7886 F:      include/linux/of_iommu.h
7887 F:      include/linux/iova.h
7888
7889 IP MASQUERADING
7890 M:      Juanjo Ciarlante <[email protected]>
7891 S:      Maintained
7892 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7893
7894 IPMI SUBSYSTEM
7895 M:      Corey Minyard <[email protected]>
7896 L:      [email protected] (moderated for non-subscribers)
7897 W:      http://openipmi.sourceforge.net/
7898 S:      Supported
7899 F:      Documentation/devicetree/bindings/ipmi/
7900 F:      Documentation/IPMI.txt
7901 F:      drivers/char/ipmi/
7902 F:      include/linux/ipmi*
7903 F:      include/uapi/linux/ipmi*
7904
7905 IPS SCSI RAID DRIVER
7906 M:      Adaptec OEM Raid Solutions <[email protected]>
7907 L:      [email protected]
7908 W:      http://www.adaptec.com/
7909 S:      Maintained
7910 F:      drivers/scsi/ips*
7911
7912 IPVS
7913 M:      Wensong Zhang <[email protected]>
7914 M:      Simon Horman <[email protected]>
7915 M:      Julian Anastasov <[email protected]>
7916 L:      [email protected]
7917 L:      [email protected]
7918 S:      Maintained
7919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7921 F:      Documentation/networking/ipvs-sysctl.txt
7922 F:      include/net/ip_vs.h
7923 F:      include/uapi/linux/ip_vs.h
7924 F:      net/netfilter/ipvs/
7925
7926 IPWIRELESS DRIVER
7927 M:      Jiri Kosina <[email protected]>
7928 M:      David Sterba <[email protected]>
7929 S:      Odd Fixes
7930 F:      drivers/tty/ipwireless/
7931
7932 IPX NETWORK LAYER
7933 L:      [email protected]
7934 S:      Obsolete
7935 F:      include/uapi/linux/ipx.h
7936
7937 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7938 M:      Marc Zyngier <[email protected]>
7939 S:      Maintained
7940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7941 F:      Documentation/IRQ-domain.txt
7942 F:      include/linux/irqdomain.h
7943 F:      kernel/irq/irqdomain.c
7944 F:      kernel/irq/msi.c
7945
7946 IRQ SUBSYSTEM
7947 M:      Thomas Gleixner <[email protected]>
7948 L:      [email protected]
7949 S:      Maintained
7950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7951 F:      kernel/irq/
7952
7953 IRQCHIP DRIVERS
7954 M:      Thomas Gleixner <[email protected]>
7955 M:      Jason Cooper <[email protected]>
7956 M:      Marc Zyngier <[email protected]>
7957 L:      [email protected]
7958 S:      Maintained
7959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7960 F:      Documentation/devicetree/bindings/interrupt-controller/
7961 F:      drivers/irqchip/
7962
7963 ISA
7964 M:      William Breathitt Gray <[email protected]>
7965 S:      Maintained
7966 F:      Documentation/isa.txt
7967 F:      drivers/base/isa.c
7968 F:      include/linux/isa.h
7969
7970 ISA RADIO MODULE
7971 M:      Hans Verkuil <[email protected]>
7972 L:      [email protected]
7973 T:      git git://linuxtv.org/media_tree.git
7974 W:      https://linuxtv.org
7975 S:      Maintained
7976 F:      drivers/media/radio/radio-isa*
7977
7978 ISAPNP
7979 M:      Jaroslav Kysela <[email protected]>
7980 S:      Maintained
7981 F:      Documentation/isapnp.txt
7982 F:      drivers/pnp/isapnp/
7983 F:      include/linux/isapnp.h
7984
7985 ISCSI
7986 M:      Lee Duncan <[email protected]>
7987 M:      Chris Leech <[email protected]>
7988 L:      [email protected]
7989 W:      www.open-iscsi.com
7990 S:      Maintained
7991 F:      drivers/scsi/*iscsi*
7992 F:      include/scsi/*iscsi*
7993
7994 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7995 M:      Peter Jones <[email protected]>
7996 M:      Konrad Rzeszutek Wilk <[email protected]>
7997 S:      Maintained
7998 F:      drivers/firmware/iscsi_ibft*
7999
8000 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
8001 M:      Sagi Grimberg <[email protected]>
8002 M:      Max Gurtovoy <[email protected]>
8003 L:      [email protected]
8004 S:      Supported
8005 W:      http://www.openfabrics.org
8006 W:      www.open-iscsi.org
8007 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8008 F:      drivers/infiniband/ulp/iser/
8009
8010 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
8011 M:      Sagi Grimberg <[email protected]>
8012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8013 L:      [email protected]
8014 L:      [email protected]
8015 S:      Supported
8016 W:      http://www.linux-iscsi.org
8017 F:      drivers/infiniband/ulp/isert
8018
8019 ISDN SUBSYSTEM
8020 M:      Karsten Keil <[email protected]>
8021 L:      [email protected] (subscribers-only)
8022 L:      [email protected]
8023 W:      http://www.isdn4linux.de
8024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
8025 S:      Maintained
8026 F:      Documentation/isdn/
8027 F:      drivers/isdn/
8028 F:      include/linux/isdn.h
8029 F:      include/linux/isdn/
8030 F:      include/uapi/linux/isdn.h
8031 F:      include/uapi/linux/isdn/
8032
8033 IT87 HARDWARE MONITORING DRIVER
8034 M:      Jean Delvare <[email protected]>
8035 L:      [email protected]
8036 S:      Maintained
8037 F:      Documentation/hwmon/it87
8038 F:      drivers/hwmon/it87.c
8039
8040 IT913X MEDIA DRIVER
8041 M:      Antti Palosaari <[email protected]>
8042 L:      [email protected]
8043 W:      https://linuxtv.org
8044 W:      http://palosaari.fi/linux/
8045 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8046 T:      git git://linuxtv.org/anttip/media_tree.git
8047 S:      Maintained
8048 F:      drivers/media/tuners/it913x*
8049
8050 IVTV VIDEO4LINUX DRIVER
8051 M:      Andy Walls <[email protected]>
8052 L:      [email protected] (subscribers-only)
8053 L:      [email protected]
8054 T:      git git://linuxtv.org/media_tree.git
8055 W:      http://www.ivtvdriver.org
8056 S:      Maintained
8057 F:      Documentation/media/v4l-drivers/ivtv*
8058 F:      drivers/media/pci/ivtv/
8059 F:      include/uapi/linux/ivtv*
8060
8061 IX2505V MEDIA DRIVER
8062 M:      Malcolm Priestley <[email protected]>
8063 L:      [email protected]
8064 W:      https://linuxtv.org
8065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8066 S:      Maintained
8067 F:      drivers/media/dvb-frontends/ix2505v*
8068
8069 JAILHOUSE HYPERVISOR INTERFACE
8070 M:      Jan Kiszka <[email protected]>
8071 L:      [email protected]
8072 S:      Maintained
8073 F:      arch/x86/kernel/jailhouse.c
8074 F:      arch/x86/include/asm/jailhouse_para.h
8075
8076 JC42.4 TEMPERATURE SENSOR DRIVER
8077 M:      Guenter Roeck <[email protected]>
8078 L:      [email protected]
8079 S:      Maintained
8080 F:      drivers/hwmon/jc42.c
8081 F:      Documentation/hwmon/jc42
8082
8083 JFS FILESYSTEM
8084 M:      Dave Kleikamp <[email protected]>
8085 L:      [email protected]
8086 W:      http://jfs.sourceforge.net/
8087 T:      git git://github.com/kleikamp/linux-shaggy.git
8088 S:      Maintained
8089 F:      Documentation/filesystems/jfs.txt
8090 F:      fs/jfs/
8091
8092 JME NETWORK DRIVER
8093 M:      Guo-Fu Tseng <[email protected]>
8094 L:      [email protected]
8095 S:      Maintained
8096 F:      drivers/net/ethernet/jme.*
8097
8098 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8099 M:      David Woodhouse <[email protected]>
8100 L:      [email protected]
8101 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
8102 S:      Maintained
8103 F:      fs/jffs2/
8104 F:      include/uapi/linux/jffs2.h
8105
8106 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
8107 M:      "Theodore Ts'o" <[email protected]>
8108 M:      Jan Kara <[email protected]>
8109 L:      [email protected]
8110 S:      Maintained
8111 F:      fs/jbd2/
8112 F:      include/linux/jbd2.h
8113
8114 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
8115 M:      Mikhail Ulyanov <[email protected]>
8116 L:      [email protected]
8117 S:      Maintained
8118 F:      drivers/media/platform/rcar_jpu.c
8119
8120 JSM Neo PCI based serial card
8121 L:      [email protected]
8122 S:      Orphan
8123 F:      drivers/tty/serial/jsm/
8124
8125 K10TEMP HARDWARE MONITORING DRIVER
8126 M:      Clemens Ladisch <[email protected]>
8127 L:      [email protected]
8128 S:      Maintained
8129 F:      Documentation/hwmon/k10temp
8130 F:      drivers/hwmon/k10temp.c
8131
8132 K8TEMP HARDWARE MONITORING DRIVER
8133 M:      Rudolf Marek <[email protected]>
8134 L:      [email protected]
8135 S:      Maintained
8136 F:      Documentation/hwmon/k8temp
8137 F:      drivers/hwmon/k8temp.c
8138
8139 KASAN
8140 M:      Andrey Ryabinin <[email protected]>
8141 R:      Alexander Potapenko <[email protected]>
8142 R:      Dmitry Vyukov <[email protected]>
8143 L:      [email protected]
8144 S:      Maintained
8145 F:      arch/*/include/asm/kasan.h
8146 F:      arch/*/mm/kasan_init*
8147 F:      Documentation/dev-tools/kasan.rst
8148 F:      include/linux/kasan*.h
8149 F:      lib/test_kasan.c
8150 F:      mm/kasan/
8151 F:      scripts/Makefile.kasan
8152
8153 KCONFIG
8154 M:      Masahiro Yamada <[email protected]>
8155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
8156 L:      [email protected]
8157 S:      Maintained
8158 F:      Documentation/kbuild/kconfig*
8159 F:      scripts/kconfig/
8160 F:      scripts/Kconfig.include
8161
8162 KDUMP
8163 M:      Dave Young <[email protected]>
8164 M:      Baoquan He <[email protected]>
8165 R:      Vivek Goyal <[email protected]>
8166 L:      [email protected]
8167 W:      http://lse.sourceforge.net/kdump/
8168 S:      Maintained
8169 F:      Documentation/kdump/
8170
8171 KEENE FM RADIO TRANSMITTER DRIVER
8172 M:      Hans Verkuil <[email protected]>
8173 L:      [email protected]
8174 T:      git git://linuxtv.org/media_tree.git
8175 W:      https://linuxtv.org
8176 S:      Maintained
8177 F:      drivers/media/radio/radio-keene*
8178
8179 KERNEL AUTOMOUNTER
8180 M:      Ian Kent <[email protected]>
8181 L:      [email protected]
8182 S:      Maintained
8183 F:      fs/autofs/
8184
8185 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
8186 M:      Masahiro Yamada <[email protected]>
8187 M:      Michal Marek <[email protected]>
8188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
8189 L:      [email protected]
8190 S:      Maintained
8191 F:      Documentation/kbuild/
8192 F:      Makefile
8193 F:      scripts/Kbuild*
8194 F:      scripts/Makefile*
8195 F:      scripts/basic/
8196 F:      scripts/mk*
8197 F:      scripts/mod/
8198 F:      scripts/package/
8199
8200 KERNEL JANITORS
8201 L:      [email protected]
8202 W:      http://kernelnewbies.org/KernelJanitors
8203 S:      Odd Fixes
8204
8205 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8206 M:      "J. Bruce Fields" <[email protected]>
8207 M:      Jeff Layton <[email protected]>
8208 L:      [email protected]
8209 W:      http://nfs.sourceforge.net/
8210 T:      git git://linux-nfs.org/~bfields/linux.git
8211 S:      Supported
8212 F:      fs/nfsd/
8213 F:      include/uapi/linux/nfsd/
8214 F:      fs/lockd/
8215 F:      fs/nfs_common/
8216 F:      net/sunrpc/
8217 F:      include/linux/lockd/
8218 F:      include/linux/sunrpc/
8219 F:      include/uapi/linux/sunrpc/
8220
8221 KERNEL SELFTEST FRAMEWORK
8222 M:      Shuah Khan <[email protected]>
8223 L:      [email protected]
8224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
8225 Q:      https://patchwork.kernel.org/project/linux-kselftest/list/
8226 S:      Maintained
8227 F:      tools/testing/selftests/
8228 F:      Documentation/dev-tools/kselftest*
8229
8230 KERNEL USERMODE HELPER
8231 M:      Luis Chamberlain <[email protected]>
8232 L:      [email protected]
8233 S:      Maintained
8234 F:      kernel/umh.c
8235 F:      include/linux/umh.h
8236
8237 KERNEL VIRTUAL MACHINE (KVM)
8238 M:      Paolo Bonzini <[email protected]>
8239 M:      Radim Krčmář <[email protected]>
8240 L:      [email protected]
8241 W:      http://www.linux-kvm.org
8242 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8243 S:      Supported
8244 F:      Documentation/virtual/kvm/
8245 F:      include/trace/events/kvm.h
8246 F:      include/uapi/asm-generic/kvm*
8247 F:      include/uapi/linux/kvm*
8248 F:      include/asm-generic/kvm*
8249 F:      include/linux/kvm*
8250 F:      include/kvm/iodev.h
8251 F:      virt/kvm/*
8252 F:      tools/kvm/
8253
8254 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
8255 M:      Joerg Roedel <[email protected]>
8256 L:      [email protected]
8257 W:      http://www.linux-kvm.org/
8258 S:      Maintained
8259 F:      arch/x86/include/asm/svm.h
8260 F:      arch/x86/kvm/svm.c
8261
8262 KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
8263 M:      Christoffer Dall <[email protected]>
8264 M:      Marc Zyngier <[email protected]>
8265 L:      [email protected] (moderated for non-subscribers)
8266 L:      [email protected]
8267 W:      http://systems.cs.columbia.edu/projects/kvm-arm
8268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
8269 S:      Supported
8270 F:      arch/arm/include/uapi/asm/kvm*
8271 F:      arch/arm/include/asm/kvm*
8272 F:      arch/arm/kvm/
8273 F:      virt/kvm/arm/
8274 F:      include/kvm/arm_*
8275
8276 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
8277 M:      Christoffer Dall <[email protected]>
8278 M:      Marc Zyngier <[email protected]>
8279 L:      [email protected] (moderated for non-subscribers)
8280 L:      [email protected]
8281 S:      Maintained
8282 F:      arch/arm64/include/uapi/asm/kvm*
8283 F:      arch/arm64/include/asm/kvm*
8284 F:      arch/arm64/kvm/
8285
8286 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
8287 M:      James Hogan <[email protected]>
8288 L:      [email protected]
8289 S:      Supported
8290 F:      arch/mips/include/uapi/asm/kvm*
8291 F:      arch/mips/include/asm/kvm*
8292 F:      arch/mips/kvm/
8293
8294 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
8295 M:      Paul Mackerras <[email protected]>
8296 L:      [email protected]
8297 W:      http://www.linux-kvm.org/
8298 T:      git git://github.com/agraf/linux-2.6.git
8299 S:      Supported
8300 F:      arch/powerpc/include/uapi/asm/kvm*
8301 F:      arch/powerpc/include/asm/kvm*
8302 F:      arch/powerpc/kvm/
8303 F:      arch/powerpc/kernel/kvm*
8304
8305 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8306 M:      Christian Borntraeger <[email protected]>
8307 M:      Janosch Frank <[email protected]>
8308 R:      David Hildenbrand <[email protected]>
8309 R:      Cornelia Huck <[email protected]>
8310 L:      [email protected]
8311 W:      http://www.ibm.com/developerworks/linux/linux390/
8312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
8313 S:      Supported
8314 F:      arch/s390/include/uapi/asm/kvm*
8315 F:      arch/s390/include/asm/gmap.h
8316 F:      arch/s390/include/asm/kvm*
8317 F:      arch/s390/kvm/
8318 F:      arch/s390/mm/gmap.c
8319
8320 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
8321 M:      Paolo Bonzini <[email protected]>
8322 M:      Radim Krčmář <[email protected]>
8323 L:      [email protected]
8324 W:      http://www.linux-kvm.org
8325 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8326 S:      Supported
8327 F:      arch/x86/kvm/
8328 F:      arch/x86/kvm/*/
8329 F:      arch/x86/include/uapi/asm/kvm*
8330 F:      arch/x86/include/asm/kvm*
8331 F:      arch/x86/include/asm/pvclock-abi.h
8332 F:      arch/x86/kernel/kvm.c
8333 F:      arch/x86/kernel/kvmclock.c
8334
8335 KERNFS
8336 M:      Greg Kroah-Hartman <[email protected]>
8337 M:      Tejun Heo <[email protected]>
8338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8339 S:      Supported
8340 F:      include/linux/kernfs.h
8341 F:      fs/kernfs/
8342
8343 KEXEC
8344 M:      Eric Biederman <[email protected]>
8345 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
8346 L:      [email protected]
8347 S:      Maintained
8348 F:      include/linux/kexec.h
8349 F:      include/uapi/linux/kexec.h
8350 F:      kernel/kexec*
8351
8352 KEYS-ENCRYPTED
8353 M:      Mimi Zohar <[email protected]>
8354 L:      [email protected]
8355 L:      [email protected]
8356 S:      Supported
8357 F:      Documentation/security/keys/trusted-encrypted.rst
8358 F:      include/keys/encrypted-type.h
8359 F:      security/keys/encrypted-keys/
8360
8361 KEYS-TRUSTED
8362 M:      James Bottomley <[email protected]>
8363 M:      Jarkko Sakkinen <[email protected]>
8364 M:      Mimi Zohar <[email protected]>
8365 L:      [email protected]
8366 L:      [email protected]
8367 S:      Supported
8368 F:      Documentation/security/keys/trusted-encrypted.rst
8369 F:      include/keys/trusted-type.h
8370 F:      security/keys/trusted.c
8371 F:      security/keys/trusted.h
8372
8373 KEYS/KEYRINGS:
8374 M:      David Howells <[email protected]>
8375 L:      [email protected]
8376 S:      Maintained
8377 F:      Documentation/security/keys/core.rst
8378 F:      include/linux/key.h
8379 F:      include/linux/key-type.h
8380 F:      include/linux/keyctl.h
8381 F:      include/uapi/linux/keyctl.h
8382 F:      include/keys/
8383 F:      security/keys/
8384
8385 KGDB / KDB /debug_core
8386 M:      Jason Wessel <[email protected]>
8387 M:      Daniel Thompson <[email protected]>
8388 W:      http://kgdb.wiki.kernel.org/
8389 L:      [email protected]
8390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
8391 S:      Maintained
8392 F:      Documentation/dev-tools/kgdb.rst
8393 F:      drivers/misc/kgdbts.c
8394 F:      drivers/tty/serial/kgdboc.c
8395 F:      include/linux/kdb.h
8396 F:      include/linux/kgdb.h
8397 F:      kernel/debug/
8398
8399 KMEMLEAK
8400 M:      Catalin Marinas <[email protected]>
8401 S:      Maintained
8402 F:      Documentation/dev-tools/kmemleak.rst
8403 F:      include/linux/kmemleak.h
8404 F:      mm/kmemleak.c
8405 F:      mm/kmemleak-test.c
8406
8407 KMOD KERNEL MODULE LOADER - USERMODE HELPER
8408 M:      Luis Chamberlain <[email protected]>
8409 L:      [email protected]
8410 S:      Maintained
8411 F:      kernel/kmod.c
8412 F:      include/linux/kmod.h
8413 F:      lib/test_kmod.c
8414 F:      tools/testing/selftests/kmod/
8415
8416 KPROBES
8417 M:      Naveen N. Rao <[email protected]>
8418 M:      Anil S Keshavamurthy <[email protected]>
8419 M:      "David S. Miller" <[email protected]>
8420 M:      Masami Hiramatsu <[email protected]>
8421 S:      Maintained
8422 F:      Documentation/kprobes.txt
8423 F:      include/linux/kprobes.h
8424 F:      include/asm-generic/kprobes.h
8425 F:      kernel/kprobes.c
8426
8427 KS0108 LCD CONTROLLER DRIVER
8428 M:      Miguel Ojeda Sandonis <[email protected]>
8429 S:      Maintained
8430 F:      Documentation/auxdisplay/ks0108
8431 F:      drivers/auxdisplay/ks0108.c
8432 F:      include/linux/ks0108.h
8433
8434 L3MDEV
8435 M:      David Ahern <[email protected]>
8436 L:      [email protected]
8437 S:      Maintained
8438 F:      net/l3mdev
8439 F:      include/net/l3mdev.h
8440
8441 L7 BPF FRAMEWORK
8442 M:      John Fastabend <[email protected]>
8443 M:      Daniel Borkmann <[email protected]>
8444 L:      [email protected]
8445 S:      Maintained
8446 F:      include/linux/skmsg.h
8447 F:      net/core/skmsg.c
8448 F:      net/core/sock_map.c
8449 F:      net/ipv4/tcp_bpf.c
8450
8451 LANTIQ / INTEL Ethernet drivers
8452 M:      Hauke Mehrtens <[email protected]>
8453 L:      [email protected]
8454 S:      Maintained
8455 F:      net/dsa/tag_gswip.c
8456 F:      drivers/net/ethernet/lantiq_xrx200.c
8457 F:      drivers/net/dsa/lantiq_pce.h
8458 F:      drivers/net/dsa/lantiq_gswip.c
8459
8460 LANTIQ MIPS ARCHITECTURE
8461 M:      John Crispin <[email protected]>
8462 L:      [email protected]
8463 S:      Maintained
8464 F:      arch/mips/lantiq
8465 F:      drivers/soc/lantiq
8466
8467 LAPB module
8468 L:      [email protected]
8469 S:      Orphan
8470 F:      Documentation/networking/lapb-module.txt
8471 F:      include/*/lapb.h
8472 F:      net/lapb/
8473
8474 LASI 53c700 driver for PARISC
8475 M:      "James E.J. Bottomley" <[email protected]>
8476 L:      [email protected]
8477 S:      Maintained
8478 F:      Documentation/scsi/53c700.txt
8479 F:      drivers/scsi/53c700*
8480
8481 LEAKING_ADDRESSES
8482 M:      Tobin C. Harding <[email protected]>
8483 M:      Tycho Andersen <[email protected]>
8484 L:      [email protected]
8485 S:      Maintained
8486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
8487 F:      scripts/leaking_addresses.pl
8488
8489 LED SUBSYSTEM
8490 M:      Jacek Anaszewski <[email protected]>
8491 M:      Pavel Machek <[email protected]>
8492 L:      [email protected]
8493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
8494 S:      Maintained
8495 F:      Documentation/devicetree/bindings/leds/
8496 F:      drivers/leds/
8497 F:      include/linux/leds.h
8498
8499 LEGACY EEPROM DRIVER
8500 M:      Jean Delvare <[email protected]>
8501 S:      Maintained
8502 F:      Documentation/misc-devices/eeprom
8503 F:      drivers/misc/eeprom/eeprom.c
8504
8505 LEGO MINDSTORMS EV3
8506 R:      David Lechner <[email protected]>
8507 S:      Maintained
8508 F:      arch/arm/boot/dts/da850-lego-ev3.dts
8509 F:      Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt
8510 F:      drivers/power/supply/lego_ev3_battery.c
8511
8512 LEGO USB Tower driver
8513 M:      Juergen Stuber <[email protected]>
8514 L:      [email protected]
8515 W:      http://legousb.sourceforge.net/
8516 S:      Maintained
8517 F:      drivers/usb/misc/legousbtower.c
8518
8519 LG LAPTOP EXTRAS
8520 M:      Matan Ziv-Av <[email protected]>
8521 L:      [email protected]
8522 S:      Maintained
8523 F:      Documentation/ABI/testing/sysfs-platform-lg-laptop
8524 F:      Documentation/laptops/lg-laptop.rst
8525 F:      drivers/platform/x86/lg-laptop.c
8526
8527 LG2160 MEDIA DRIVER
8528 M:      Michael Krufky <[email protected]>
8529 L:      [email protected]
8530 W:      https://linuxtv.org
8531 W:      http://github.com/mkrufky
8532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8533 T:      git git://linuxtv.org/mkrufky/tuners.git
8534 S:      Maintained
8535 F:      drivers/media/dvb-frontends/lg2160.*
8536
8537 LGDT3305 MEDIA DRIVER
8538 M:      Michael Krufky <[email protected]>
8539 L:      [email protected]
8540 W:      https://linuxtv.org
8541 W:      http://github.com/mkrufky
8542 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8543 T:      git git://linuxtv.org/mkrufky/tuners.git
8544 S:      Maintained
8545 F:      drivers/media/dvb-frontends/lgdt3305.*
8546
8547 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
8548 M:      Viresh Kumar <[email protected]>
8549 L:      [email protected]
8550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8551 S:      Maintained
8552 F:      include/linux/pata_arasan_cf_data.h
8553 F:      drivers/ata/pata_arasan_cf.c
8554
8555 LIBATA PATA DRIVERS
8556 M:      Bartlomiej Zolnierkiewicz <[email protected]>
8557 M:      Jens Axboe <[email protected]>
8558 L:      [email protected]
8559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8560 S:      Maintained
8561 F:      drivers/ata/pata_*.c
8562 F:      drivers/ata/ata_generic.c
8563
8564 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
8565 M:      Linus Walleij <[email protected]>
8566 L:      [email protected]
8567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8568 S:      Maintained
8569 F:      drivers/ata/pata_ftide010.c
8570 F:      drivers/ata/sata_gemini.c
8571 F:      drivers/ata/sata_gemini.h
8572
8573 LIBATA SATA AHCI PLATFORM devices support
8574 M:      Hans de Goede <[email protected]>
8575 M:      Jens Axboe <[email protected]>
8576 L:      [email protected]
8577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8578 S:      Maintained
8579 F:      drivers/ata/ahci_platform.c
8580 F:      drivers/ata/libahci_platform.c
8581 F:      include/linux/ahci_platform.h
8582
8583 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
8584 M:      Mikael Pettersson <[email protected]>
8585 L:      [email protected]
8586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8587 S:      Maintained
8588 F:      drivers/ata/sata_promise.*
8589
8590 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
8591 M:      Jens Axboe <[email protected]>
8592 L:      [email protected]
8593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8594 S:      Maintained
8595 F:      drivers/ata/
8596 F:      include/linux/ata.h
8597 F:      include/linux/libata.h
8598 F:      Documentation/devicetree/bindings/ata/
8599
8600 LIBLOCKDEP
8601 M:      Sasha Levin <[email protected]>
8602 S:      Maintained
8603 F:      tools/lib/lockdep/
8604
8605 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
8606 M:      Ross Zwisler <[email protected]>
8607 M:      Dan Williams <[email protected]>
8608 M:      Vishal Verma <[email protected]>
8609 M:      Dave Jiang <[email protected]>
8610 L:      [email protected]
8611 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8612 S:      Supported
8613 F:      drivers/nvdimm/blk.c
8614 F:      drivers/nvdimm/region_devs.c
8615
8616 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
8617 M:      Vishal Verma <[email protected]>
8618 M:      Dan Williams <[email protected]>
8619 M:      Ross Zwisler <[email protected]>
8620 M:      Dave Jiang <[email protected]>
8621 L:      [email protected]
8622 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8623 S:      Supported
8624 F:      drivers/nvdimm/btt*
8625
8626 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
8627 M:      Ross Zwisler <[email protected]>
8628 M:      Dan Williams <[email protected]>
8629 M:      Vishal Verma <[email protected]>
8630 M:      Dave Jiang <[email protected]>
8631 L:      [email protected]
8632 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8633 S:      Supported
8634 F:      drivers/nvdimm/pmem*
8635
8636 LIBNVDIMM: DEVICETREE BINDINGS
8637 M:      Oliver O'Halloran <[email protected]>
8638 L:      [email protected]
8639 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8640 S:      Supported
8641 F:      drivers/nvdimm/of_pmem.c
8642 F:      Documentation/devicetree/bindings/pmem/pmem-region.txt
8643
8644 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
8645 M:      Dan Williams <[email protected]>
8646 M:      Ross Zwisler <[email protected]>
8647 M:      Vishal Verma <[email protected]>
8648 M:      Dave Jiang <[email protected]>
8649 L:      [email protected]
8650 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
8652 S:      Supported
8653 F:      drivers/nvdimm/*
8654 F:      drivers/acpi/nfit/*
8655 F:      include/linux/nd.h
8656 F:      include/linux/libnvdimm.h
8657 F:      include/uapi/linux/ndctl.h
8658
8659 LIGHTNVM PLATFORM SUPPORT
8660 M:      Matias Bjorling <[email protected]>
8661 W:      http://github/OpenChannelSSD
8662 L:      [email protected]
8663 S:      Maintained
8664 F:      drivers/lightnvm/
8665 F:      include/linux/lightnvm.h
8666 F:      include/uapi/linux/lightnvm.h
8667
8668 LINUX FOR POWER MACINTOSH
8669 M:      Benjamin Herrenschmidt <[email protected]>
8670 W:      http://www.penguinppc.org/
8671 L:      [email protected]
8672 S:      Maintained
8673 F:      arch/powerpc/platforms/powermac/
8674 F:      drivers/macintosh/
8675
8676 LINUX FOR POWERPC (32-BIT AND 64-BIT)
8677 M:      Benjamin Herrenschmidt <[email protected]>
8678 M:      Paul Mackerras <[email protected]>
8679 M:      Michael Ellerman <[email protected]>
8680 W:      https://github.com/linuxppc/linux/wiki
8681 L:      [email protected]
8682 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
8683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
8684 S:      Supported
8685 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
8686 F:      Documentation/devicetree/bindings/powerpc/
8687 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
8688 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
8689 F:      Documentation/powerpc/
8690 F:      arch/powerpc/
8691 F:      drivers/char/tpm/tpm_ibmvtpm*
8692 F:      drivers/crypto/nx/
8693 F:      drivers/crypto/vmx/
8694 F:      drivers/i2c/busses/i2c-opal.c
8695 F:      drivers/net/ethernet/ibm/ibmveth.*
8696 F:      drivers/net/ethernet/ibm/ibmvnic.*
8697 F:      drivers/pci/hotplug/pnv_php.c
8698 F:      drivers/pci/hotplug/rpa*
8699 F:      drivers/rtc/rtc-opal.c
8700 F:      drivers/scsi/ibmvscsi/
8701 F:      drivers/tty/hvc/hvc_opal.c
8702 F:      drivers/watchdog/wdrtas.c
8703 F:      tools/testing/selftests/powerpc
8704 N:      /pmac
8705 N:      powermac
8706 N:      powernv
8707 N:      [^a-z0-9]ps3
8708 N:      pseries
8709
8710 LINUX FOR POWERPC EMBEDDED MPC5XXX
8711 M:      Anatolij Gustschin <[email protected]>
8712 L:      [email protected]
8713 T:      git git://git.denx.de/linux-denx-agust.git
8714 S:      Maintained
8715 F:      arch/powerpc/platforms/512x/
8716 F:      arch/powerpc/platforms/52xx/
8717
8718 LINUX FOR POWERPC EMBEDDED PPC4XX
8719 M:      Alistair Popple <[email protected]>
8720 M:      Matt Porter <[email protected]>
8721 W:      http://www.penguinppc.org/
8722 L:      [email protected]
8723 S:      Maintained
8724 F:      arch/powerpc/platforms/40x/
8725 F:      arch/powerpc/platforms/44x/
8726
8727 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8728 M:      Scott Wood <[email protected]>
8729 M:      Kumar Gala <[email protected]>
8730 W:      http://www.penguinppc.org/
8731 L:      [email protected]
8732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8733 S:      Maintained
8734 F:      arch/powerpc/platforms/83xx/
8735 F:      arch/powerpc/platforms/85xx/
8736 F:      Documentation/devicetree/bindings/powerpc/fsl/
8737
8738 LINUX FOR POWERPC EMBEDDED PPC8XX
8739 M:      Vitaly Bordug <[email protected]>
8740 W:      http://www.penguinppc.org/
8741 L:      [email protected]
8742 S:      Maintained
8743 F:      arch/powerpc/platforms/8xx/
8744
8745 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8746 L:      [email protected]
8747 S:      Orphan
8748 F:      arch/powerpc/*/*virtex*
8749 F:      arch/powerpc/*/*/*virtex*
8750
8751 LINUX FOR POWERPC PA SEMI PWRFICIENT
8752 L:      [email protected]
8753 S:      Orphan
8754 F:      arch/powerpc/platforms/pasemi/
8755 F:      drivers/*/*pasemi*
8756 F:      drivers/*/*/*pasemi*
8757
8758 LINUX KERNEL DUMP TEST MODULE (LKDTM)
8759 M:      Kees Cook <[email protected]>
8760 S:      Maintained
8761 F:      drivers/misc/lkdtm/*
8762
8763 LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
8764 M:      Alan Stern <[email protected]>
8765 M:      Andrea Parri <[email protected]>
8766 M:      Will Deacon <[email protected]>
8767 M:      Peter Zijlstra <[email protected]>
8768 M:      Boqun Feng <[email protected]>
8769 M:      Nicholas Piggin <[email protected]>
8770 M:      David Howells <[email protected]>
8771 M:      Jade Alglave <[email protected]>
8772 M:      Luc Maranget <[email protected]>
8773 M:      "Paul E. McKenney" <[email protected]>
8774 R:      Akira Yokosawa <[email protected]>
8775 R:      Daniel Lustig <[email protected]>
8776 L:      [email protected]
8777 L:      [email protected]
8778 S:      Supported
8779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8780 F:      tools/memory-model/
8781 F:      Documentation/atomic_bitops.txt
8782 F:      Documentation/atomic_t.txt
8783 F:      Documentation/core-api/atomic_ops.rst
8784 F:      Documentation/core-api/refcount-vs-atomic.rst
8785 F:      Documentation/memory-barriers.txt
8786
8787 LIS3LV02D ACCELEROMETER DRIVER
8788 M:      Eric Piel <[email protected]>
8789 S:      Maintained
8790 F:      Documentation/misc-devices/lis3lv02d
8791 F:      drivers/misc/lis3lv02d/
8792 F:      drivers/platform/x86/hp_accel.c
8793
8794 LIVE PATCHING
8795 M:      Josh Poimboeuf <[email protected]>
8796 M:      Jessica Yu <[email protected]>
8797 M:      Jiri Kosina <[email protected]>
8798 M:      Miroslav Benes <[email protected]>
8799 R:      Petr Mladek <[email protected]>
8800 S:      Maintained
8801 F:      kernel/livepatch/
8802 F:      include/linux/livepatch.h
8803 F:      arch/x86/include/asm/livepatch.h
8804 F:      arch/x86/kernel/livepatch.c
8805 F:      Documentation/livepatch/
8806 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
8807 F:      samples/livepatch/
8808 L:      [email protected]
8809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8810
8811 LLC (802.2)
8812 L:      [email protected]
8813 S:      Odd fixes
8814 F:      include/linux/llc.h
8815 F:      include/uapi/linux/llc.h
8816 F:      include/net/llc*
8817 F:      net/llc/
8818
8819 LM73 HARDWARE MONITOR DRIVER
8820 M:      Guillaume Ligneul <[email protected]>
8821 L:      [email protected]
8822 S:      Maintained
8823 F:      drivers/hwmon/lm73.c
8824
8825 LM78 HARDWARE MONITOR DRIVER
8826 M:      Jean Delvare <[email protected]>
8827 L:      [email protected]
8828 S:      Maintained
8829 F:      Documentation/hwmon/lm78
8830 F:      drivers/hwmon/lm78.c
8831
8832 LM83 HARDWARE MONITOR DRIVER
8833 M:      Jean Delvare <[email protected]>
8834 L:      [email protected]
8835 S:      Maintained
8836 F:      Documentation/hwmon/lm83
8837 F:      drivers/hwmon/lm83.c
8838
8839 LM90 HARDWARE MONITOR DRIVER
8840 M:      Jean Delvare <[email protected]>
8841 L:      [email protected]
8842 S:      Maintained
8843 F:      Documentation/hwmon/lm90
8844 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
8845 F:      drivers/hwmon/lm90.c
8846 F:      include/dt-bindings/thermal/lm90.h
8847
8848 LM95234 HARDWARE MONITOR DRIVER
8849 M:      Guenter Roeck <[email protected]>
8850 L:      [email protected]
8851 S:      Maintained
8852 F:      Documentation/hwmon/lm95234
8853 F:      drivers/hwmon/lm95234.c
8854
8855 LME2510 MEDIA DRIVER
8856 M:      Malcolm Priestley <[email protected]>
8857 L:      [email protected]
8858 W:      https://linuxtv.org
8859 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8860 S:      Maintained
8861 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
8862
8863 LOADPIN SECURITY MODULE
8864 M:      Kees Cook <[email protected]>
8865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8866 S:      Supported
8867 F:      security/loadpin/
8868 F:      Documentation/admin-guide/LSM/LoadPin.rst
8869
8870 LOCKING PRIMITIVES
8871 M:      Peter Zijlstra <[email protected]>
8872 M:      Ingo Molnar <[email protected]>
8873 M:      Will Deacon <[email protected]>
8874 L:      [email protected]
8875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8876 S:      Maintained
8877 F:      Documentation/locking/
8878 F:      include/linux/lockdep.h
8879 F:      include/linux/spinlock*.h
8880 F:      arch/*/include/asm/spinlock*.h
8881 F:      include/linux/rwlock*.h
8882 F:      include/linux/mutex*.h
8883 F:      include/linux/rwsem*.h
8884 F:      arch/*/include/asm/rwsem.h
8885 F:      include/linux/seqlock.h
8886 F:      lib/locking*.[ch]
8887 F:      kernel/locking/
8888 X:      kernel/locking/locktorture.c
8889
8890 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8891 M:      "Richard Russon (FlatCap)" <[email protected]>
8892 L:      [email protected]
8893 W:      http://www.linux-ntfs.org/content/view/19/37/
8894 S:      Maintained
8895 F:      Documentation/ldm.txt
8896 F:      block/partitions/ldm.*
8897
8898 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8899 M:      Sathya Prakash <[email protected]>
8900 M:      Chaitra P B <[email protected]>
8901 M:      Suganath Prabu Subramani <[email protected]>
8902 L:      [email protected]
8903 L:      [email protected]
8904 W:      http://www.avagotech.com/support/
8905 S:      Supported
8906 F:      drivers/message/fusion/
8907 F:      drivers/scsi/mpt3sas/
8908
8909 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8910 M:      Matthew Wilcox <[email protected]>
8911 L:      [email protected]
8912 S:      Maintained
8913 F:      drivers/scsi/sym53c8xx_2/
8914
8915 LTC1660 DAC DRIVER
8916 M:      Marcus Folkesson <[email protected]>
8917 L:      [email protected]
8918 S:      Maintained
8919 F:      Documentation/devicetree/bindings/iio/dac/ltc1660.txt
8920 F:      drivers/iio/dac/ltc1660.c
8921
8922 LTC4261 HARDWARE MONITOR DRIVER
8923 M:      Guenter Roeck <[email protected]>
8924 L:      [email protected]
8925 S:      Maintained
8926 F:      Documentation/hwmon/ltc4261
8927 F:      drivers/hwmon/ltc4261.c
8928
8929 LTC4306 I2C MULTIPLEXER DRIVER
8930 M:      Michael Hennerich <[email protected]>
8931 W:      http://ez.analog.com/community/linux-device-drivers
8932 L:      [email protected]
8933 S:      Supported
8934 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
8935 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8936
8937 LTP (Linux Test Project)
8938 M:      Mike Frysinger <[email protected]>
8939 M:      Cyril Hrubis <[email protected]>
8940 M:      Wanlong Gao <[email protected]>
8941 M:      Jan Stancek <[email protected]>
8942 M:      Stanislav Kholmanskikh <[email protected]>
8943 M:      Alexey Kodanev <[email protected]>
8944 L:      [email protected] (subscribers-only)
8945 W:      http://linux-test-project.github.io/
8946 T:      git git://github.com/linux-test-project/ltp.git
8947 S:      Maintained
8948
8949 M68K ARCHITECTURE
8950 M:      Geert Uytterhoeven <[email protected]>
8951 L:      [email protected]
8952 W:      http://www.linux-m68k.org/
8953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8954 S:      Maintained
8955 F:      arch/m68k/
8956 F:      drivers/zorro/
8957
8958 M68K ON APPLE MACINTOSH
8959 M:      Joshua Thompson <[email protected]>
8960 W:      http://www.mac.linux-m68k.org/
8961 L:      [email protected]
8962 S:      Maintained
8963 F:      arch/m68k/mac/
8964
8965 M68K ON HP9000/300
8966 M:      Philip Blundell <[email protected]>
8967 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8968 S:      Maintained
8969 F:      arch/m68k/hp300/
8970
8971 M88DS3103 MEDIA DRIVER
8972 M:      Antti Palosaari <[email protected]>
8973 L:      [email protected]
8974 W:      https://linuxtv.org
8975 W:      http://palosaari.fi/linux/
8976 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8977 T:      git git://linuxtv.org/anttip/media_tree.git
8978 S:      Maintained
8979 F:      drivers/media/dvb-frontends/m88ds3103*
8980
8981 M88RS2000 MEDIA DRIVER
8982 M:      Malcolm Priestley <[email protected]>
8983 L:      [email protected]
8984 W:      https://linuxtv.org
8985 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8986 S:      Maintained
8987 F:      drivers/media/dvb-frontends/m88rs2000*
8988
8989 MA901 MASTERKIT USB FM RADIO DRIVER
8990 M:      Alexey Klimov <[email protected]>
8991 L:      [email protected]
8992 T:      git git://linuxtv.org/media_tree.git
8993 S:      Maintained
8994 F:      drivers/media/radio/radio-ma901.c
8995
8996 MAC80211
8997 M:      Johannes Berg <[email protected]>
8998 L:      [email protected]
8999 W:      http://wireless.kernel.org/
9000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9002 S:      Maintained
9003 F:      Documentation/networking/mac80211-injection.txt
9004 F:      include/net/mac80211.h
9005 F:      net/mac80211/
9006 F:      drivers/net/wireless/mac80211_hwsim.[ch]
9007 F:      Documentation/networking/mac80211_hwsim/README
9008
9009 MAILBOX API
9010 M:      Jassi Brar <[email protected]>
9011 L:      [email protected]
9012 S:      Maintained
9013 F:      drivers/mailbox/
9014 F:      include/linux/mailbox_client.h
9015 F:      include/linux/mailbox_controller.h
9016
9017 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
9018 M:      Michael Kerrisk <[email protected]>
9019 W:      http://www.kernel.org/doc/man-pages
9020 L:      [email protected]
9021 S:      Maintained
9022
9023 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
9024 M:      Rahul Bedarkar <[email protected]>
9025 L:      [email protected]
9026 S:      Maintained
9027 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
9028
9029 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
9030 M:      Andrew Lunn <[email protected]>
9031 M:      Vivien Didelot <[email protected]>
9032 L:      [email protected]
9033 S:      Maintained
9034 F:      drivers/net/dsa/mv88e6xxx/
9035 F:      include/linux/platform_data/mv88e6xxx.h
9036 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
9037
9038 MARVELL ARMADA DRM SUPPORT
9039 M:      Russell King <[email protected]>
9040 S:      Maintained
9041 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
9042 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
9043 F:      drivers/gpu/drm/armada/
9044 F:      include/uapi/drm/armada_drm.h
9045 F:      Documentation/devicetree/bindings/display/armada/
9046
9047 MARVELL CRYPTO DRIVER
9048 M:      Boris Brezillon <[email protected]>
9049 M:      Arnaud Ebalard <[email protected]>
9050 F:      drivers/crypto/marvell/
9051 S:      Maintained
9052 L:      [email protected]
9053
9054 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
9055 M:      Mirko Lindner <[email protected]>
9056 M:      Stephen Hemminger <[email protected]>
9057 L:      [email protected]
9058 S:      Maintained
9059 F:      drivers/net/ethernet/marvell/sk*
9060
9061 MARVELL LIBERTAS WIRELESS DRIVER
9062 L:      [email protected]
9063 S:      Orphan
9064 F:      drivers/net/wireless/marvell/libertas/
9065
9066 MARVELL MACCHIATOBIN SUPPORT
9067 M:      Russell King <[email protected]>
9068 L:      [email protected]
9069 S:      Maintained
9070 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
9071
9072 MARVELL MV643XX ETHERNET DRIVER
9073 M:      Sebastian Hesselbarth <[email protected]>
9074 L:      [email protected]
9075 S:      Maintained
9076 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
9077 F:      include/linux/mv643xx.h
9078
9079 MARVELL MV88X3310 PHY DRIVER
9080 M:      Russell King <[email protected]>
9081 L:      [email protected]
9082 S:      Maintained
9083 F:      drivers/net/phy/marvell10g.c
9084
9085 MARVELL MVNETA ETHERNET DRIVER
9086 M:      Thomas Petazzoni <[email protected]>
9087 L:      [email protected]
9088 S:      Maintained
9089 F:      drivers/net/ethernet/marvell/mvneta.*
9090
9091 MARVELL MWIFIEX WIRELESS DRIVER
9092 M:      Amitkumar Karwar <[email protected]>
9093 M:      Nishant Sarmukadam <[email protected]>
9094 M:      Ganapathi Bhat <[email protected]>
9095 M:      Xinming Hu <[email protected]>
9096 L:      [email protected]
9097 S:      Maintained
9098 F:      drivers/net/wireless/marvell/mwifiex/
9099
9100 MARVELL MWL8K WIRELESS DRIVER
9101 M:      Lennert Buytenhek <[email protected]>
9102 L:      [email protected]
9103 S:      Odd Fixes
9104 F:      drivers/net/wireless/marvell/mwl8k.c
9105
9106 MARVELL NAND CONTROLLER DRIVER
9107 M:      Miquel Raynal <[email protected]>
9108 L:      [email protected]
9109 S:      Maintained
9110 F:      drivers/mtd/nand/raw/marvell_nand.c
9111 F:      Documentation/devicetree/bindings/mtd/marvell-nand.txt
9112
9113 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
9114 M:      Nicolas Pitre <[email protected]>
9115 S:      Odd Fixes
9116 F:      drivers/mmc/host/mvsdio.*
9117
9118 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
9119 M:      Hu Ziji <[email protected]>
9120 L:      [email protected]
9121 S:      Supported
9122 F:      drivers/mmc/host/sdhci-xenon*
9123 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
9124
9125 MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER
9126 M:      Sunil Goutham <[email protected]>
9127 M:      Linu Cherian <[email protected]>
9128 M:      Geetha sowjanya <[email protected]>
9129 M:      Jerin Jacob <[email protected]>
9130 L:      [email protected]
9131 S:      Supported
9132 F:      drivers/net/ethernet/marvell/octeontx2/af/
9133
9134 MATROX FRAMEBUFFER DRIVER
9135 L:      [email protected]
9136 S:      Orphan
9137 F:      drivers/video/fbdev/matrox/matroxfb_*
9138 F:      include/uapi/linux/matroxfb.h
9139
9140 MAX16065 HARDWARE MONITOR DRIVER
9141 M:      Guenter Roeck <[email protected]>
9142 L:      [email protected]
9143 S:      Maintained
9144 F:      Documentation/hwmon/max16065
9145 F:      drivers/hwmon/max16065.c
9146
9147 MAX2175 SDR TUNER DRIVER
9148 M:      Ramesh Shanmugasundaram <[email protected]>
9149 L:      [email protected]
9150 T:      git git://linuxtv.org/media_tree.git
9151 S:      Maintained
9152 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
9153 F:      Documentation/media/v4l-drivers/max2175.rst
9154 F:      drivers/media/i2c/max2175*
9155 F:      include/uapi/linux/max2175.h
9156
9157 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
9158 L:      [email protected]
9159 S:      Orphan
9160 F:      Documentation/hwmon/max6650
9161 F:      drivers/hwmon/max6650.c
9162
9163 MAX6697 HARDWARE MONITOR DRIVER
9164 M:      Guenter Roeck <[email protected]>
9165 L:      [email protected]
9166 S:      Maintained
9167 F:      Documentation/hwmon/max6697
9168 F:      Documentation/devicetree/bindings/hwmon/max6697.txt
9169 F:      drivers/hwmon/max6697.c
9170 F:      include/linux/platform_data/max6697.h
9171
9172 MAX9860 MONO AUDIO VOICE CODEC DRIVER
9173 M:      Peter Rosin <[email protected]>
9174 L:      [email protected] (moderated for non-subscribers)
9175 S:      Maintained
9176 F:      Documentation/devicetree/bindings/sound/max9860.txt
9177 F:      sound/soc/codecs/max9860.*
9178
9179 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
9180 M:      Javier Martinez Canillas <[email protected]>
9181 L:      [email protected]
9182 S:      Supported
9183 F:      drivers/regulator/max77802-regulator.c
9184 F:      Documentation/devicetree/bindings/*/*max77802.txt
9185 F:      include/dt-bindings/*/*max77802.h
9186
9187 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
9188 M:      Krzysztof Kozlowski <[email protected]>
9189 M:      Bartlomiej Zolnierkiewicz <[email protected]>
9190 L:      [email protected]
9191 S:      Supported
9192 F:      drivers/power/supply/max14577_charger.c
9193 F:      drivers/power/supply/max77693_charger.c
9194
9195 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
9196 M:      Chanwoo Choi <[email protected]>
9197 M:      Krzysztof Kozlowski <[email protected]>
9198 M:      Bartlomiej Zolnierkiewicz <[email protected]>
9199 L:      [email protected]
9200 S:      Supported
9201 F:      drivers/*/max14577*.c
9202 F:      drivers/*/max77686*.c
9203 F:      drivers/*/max77693*.c
9204 F:      drivers/extcon/extcon-max14577.c
9205 F:      drivers/extcon/extcon-max77693.c
9206 F:      drivers/rtc/rtc-max77686.c
9207 F:      drivers/clk/clk-max77686.c
9208 F:      Documentation/devicetree/bindings/mfd/max14577.txt
9209 F:      Documentation/devicetree/bindings/*/max77686.txt
9210 F:      Documentation/devicetree/bindings/mfd/max77693.txt
9211 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
9212 F:      include/linux/mfd/max14577*.h
9213 F:      include/linux/mfd/max77686*.h
9214 F:      include/linux/mfd/max77693*.h
9215
9216 MAXIRADIO FM RADIO RECEIVER DRIVER
9217 M:      Hans Verkuil <[email protected]>
9218 L:      [email protected]
9219 T:      git git://linuxtv.org/media_tree.git
9220 W:      https://linuxtv.org
9221 S:      Maintained
9222 F:      drivers/media/radio/radio-maxiradio*
9223
9224 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
9225 M:      Peter Rosin <[email protected]>
9226 L:      [email protected]
9227 S:      Maintained
9228 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
9229 F:      drivers/iio/potentiometer/mcp4018.c
9230 F:      drivers/iio/potentiometer/mcp4531.c
9231
9232 MCR20A IEEE-802.15.4 RADIO DRIVER
9233 M:      Xue Liu <[email protected]>
9234 L:      [email protected]
9235 W:      https://github.com/xueliu/mcr20a-linux
9236 S:      Maintained
9237 F:      drivers/net/ieee802154/mcr20a.c
9238 F:      drivers/net/ieee802154/mcr20a.h
9239 F:      Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
9240
9241 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
9242 M:      William Breathitt Gray <[email protected]>
9243 L:      [email protected]
9244 S:      Maintained
9245 F:      drivers/iio/dac/cio-dac.c
9246
9247 MEDIA DRIVERS FOR ASCOT2E
9248 M:      Sergey Kozlov <[email protected]>
9249 M:      Abylay Ospan <[email protected]>
9250 L:      [email protected]
9251 W:      https://linuxtv.org
9252 W:      http://netup.tv/
9253 T:      git git://linuxtv.org/media_tree.git
9254 S:      Supported
9255 F:      drivers/media/dvb-frontends/ascot2e*
9256
9257 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
9258 M:      Jasmin Jessich <[email protected]>
9259 L:      [email protected]
9260 W:      https://linuxtv.org
9261 T:      git git://linuxtv.org/media_tree.git
9262 S:      Maintained
9263 F:      drivers/media/dvb-frontends/cxd2099*
9264
9265 MEDIA DRIVERS FOR CXD2841ER
9266 M:      Sergey Kozlov <[email protected]>
9267 M:      Abylay Ospan <[email protected]>
9268 L:      [email protected]
9269 W:      https://linuxtv.org
9270 W:      http://netup.tv/
9271 T:      git git://linuxtv.org/media_tree.git
9272 S:      Supported
9273 F:      drivers/media/dvb-frontends/cxd2841er*
9274
9275 MEDIA DRIVERS FOR CXD2880
9276 M:      Yasunari Takiguchi <[email protected]>
9277 L:      [email protected]
9278 W:      http://linuxtv.org/
9279 T:      git git://linuxtv.org/media_tree.git
9280 S:      Supported
9281 F:      drivers/media/dvb-frontends/cxd2880/*
9282 F:      drivers/media/spi/cxd2880*
9283
9284 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
9285 L:      [email protected]
9286 W:      https://linuxtv.org
9287 T:      git git://linuxtv.org/media_tree.git
9288 S:      Orphan
9289 F:      drivers/media/pci/ddbridge/*
9290
9291 MEDIA DRIVERS FOR FREESCALE IMX
9292 M:      Steve Longerbeam <[email protected]>
9293 M:      Philipp Zabel <[email protected]>
9294 L:      [email protected]
9295 T:      git git://linuxtv.org/media_tree.git
9296 S:      Maintained
9297 F:      Documentation/devicetree/bindings/media/imx.txt
9298 F:      Documentation/media/v4l-drivers/imx.rst
9299 F:      drivers/staging/media/imx/
9300 F:      include/linux/imx-media.h
9301 F:      include/media/imx.h
9302
9303 MEDIA DRIVER FOR FREESCALE IMX PXP
9304 M:      Philipp Zabel <[email protected]>
9305 L:      [email protected]
9306 T:      git git://linuxtv.org/media_tree.git
9307 S:      Maintained
9308 F:      drivers/media/platform/imx-pxp.[ch]
9309
9310 MEDIA DRIVERS FOR HELENE
9311 M:      Abylay Ospan <[email protected]>
9312 L:      [email protected]
9313 W:      https://linuxtv.org
9314 W:      http://netup.tv/
9315 T:      git git://linuxtv.org/media_tree.git
9316 S:      Supported
9317 F:      drivers/media/dvb-frontends/helene*
9318
9319 MEDIA DRIVERS FOR HORUS3A
9320 M:      Sergey Kozlov <[email protected]>
9321 M:      Abylay Ospan <[email protected]>
9322 L:      [email protected]
9323 W:      https://linuxtv.org
9324 W:      http://netup.tv/
9325 T:      git git://linuxtv.org/media_tree.git
9326 S:      Supported
9327 F:      drivers/media/dvb-frontends/horus3a*
9328
9329 MEDIA DRIVERS FOR LNBH25
9330 M:      Sergey Kozlov <[email protected]>
9331 M:      Abylay Ospan <[email protected]>
9332 L:      [email protected]
9333 W:      https://linuxtv.org
9334 W:      http://netup.tv/
9335 T:      git git://linuxtv.org/media_tree.git
9336 S:      Supported
9337 F:      drivers/media/dvb-frontends/lnbh25*
9338
9339 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
9340 L:      [email protected]
9341 W:      https://linuxtv.org
9342 T:      git git://linuxtv.org/media_tree.git
9343 S:      Orphan
9344 F:      drivers/media/dvb-frontends/mxl5xx*
9345
9346 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
9347 M:      Sergey Kozlov <[email protected]>
9348 M:      Abylay Ospan <[email protected]>
9349 L:      [email protected]
9350 W:      https://linuxtv.org
9351 W:      http://netup.tv/
9352 T:      git git://linuxtv.org/media_tree.git
9353 S:      Supported
9354 F:      drivers/media/pci/netup_unidvb/*
9355
9356 MEDIA DRIVERS FOR RENESAS - CEU
9357 M:      Jacopo Mondi <[email protected]>
9358 L:      [email protected]
9359 L:      [email protected]
9360 T:      git git://linuxtv.org/media_tree.git
9361 S:      Supported
9362 F:      Documentation/devicetree/bindings/media/renesas,ceu.txt
9363 F:      drivers/media/platform/renesas-ceu.c
9364 F:      include/media/drv-intf/renesas-ceu.h
9365
9366 MEDIA DRIVERS FOR RENESAS - DRIF
9367 M:      Ramesh Shanmugasundaram <[email protected]>
9368 L:      [email protected]
9369 L:      [email protected]
9370 T:      git git://linuxtv.org/media_tree.git
9371 S:      Supported
9372 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
9373 F:      drivers/media/platform/rcar_drif.c
9374
9375 MEDIA DRIVERS FOR RENESAS - FCP
9376 M:      Laurent Pinchart <[email protected]>
9377 L:      [email protected]
9378 L:      [email protected]
9379 T:      git git://linuxtv.org/media_tree.git
9380 S:      Supported
9381 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
9382 F:      drivers/media/platform/rcar-fcp.c
9383 F:      include/media/rcar-fcp.h
9384
9385 MEDIA DRIVERS FOR RENESAS - FDP1
9386 M:      Kieran Bingham <[email protected]>
9387 L:      [email protected]
9388 L:      [email protected]
9389 T:      git git://linuxtv.org/media_tree.git
9390 S:      Supported
9391 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
9392 F:      drivers/media/platform/rcar_fdp1.c
9393
9394 MEDIA DRIVERS FOR RENESAS - VIN
9395 M:      Niklas Söderlund <[email protected]>
9396 L:      [email protected]
9397 L:      [email protected]
9398 T:      git git://linuxtv.org/media_tree.git
9399 S:      Supported
9400 F:      Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
9401 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
9402 F:      drivers/media/platform/rcar-vin/
9403
9404 MEDIA DRIVERS FOR RENESAS - VSP1
9405 M:      Laurent Pinchart <[email protected]>
9406 M:      Kieran Bingham <[email protected]>
9407 L:      [email protected]
9408 L:      [email protected]
9409 T:      git git://linuxtv.org/media_tree.git
9410 S:      Supported
9411 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
9412 F:      drivers/media/platform/vsp1/
9413
9414 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
9415 L:      [email protected]
9416 W:      https://linuxtv.org
9417 T:      git git://linuxtv.org/media_tree.git
9418 S:      Orphan
9419 F:      drivers/media/dvb-frontends/stv0910*
9420
9421 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
9422 L:      [email protected]
9423 W:      https://linuxtv.org
9424 T:      git git://linuxtv.org/media_tree.git
9425 S:      Orphan
9426 F:      drivers/media/dvb-frontends/stv6111*
9427
9428 MEDIA DRIVERS FOR STM32 - DCMI
9429 M:      Hugues Fruchet <[email protected]>
9430 L:      [email protected]
9431 T:      git git://linuxtv.org/media_tree.git
9432 S:      Supported
9433 F:      Documentation/devicetree/bindings/media/st,stm32-dcmi.txt
9434 F:      drivers/media/platform/stm32/stm32-dcmi.c
9435
9436 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
9437 M:      Dmitry Osipenko <[email protected]>
9438 L:      [email protected]
9439 L:      [email protected]
9440 T:      git git://linuxtv.org/media_tree.git
9441 S:      Maintained
9442 F:      Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
9443 F:      drivers/staging/media/tegra-vde/
9444
9445 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
9446 M:      Mauro Carvalho Chehab <[email protected]>
9447 P:      LinuxTV.org Project
9448 L:      [email protected]
9449 W:      https://linuxtv.org
9450 Q:      http://patchwork.kernel.org/project/linux-media/list/
9451 T:      git git://linuxtv.org/media_tree.git
9452 S:      Maintained
9453 F:      Documentation/devicetree/bindings/media/
9454 F:      Documentation/media/
9455 F:      drivers/media/
9456 F:      drivers/staging/media/
9457 F:      include/linux/platform_data/media/
9458 F:      include/media/
9459 F:      include/uapi/linux/dvb/
9460 F:      include/uapi/linux/videodev2.h
9461 F:      include/uapi/linux/media.h
9462 F:      include/uapi/linux/v4l2-*
9463 F:      include/uapi/linux/meye.h
9464 F:      include/uapi/linux/ivtv*
9465 F:      include/uapi/linux/uvcvideo.h
9466
9467 MEDIATEK BLUETOOTH DRIVER
9468 M:      Sean Wang <[email protected]>
9469 L:      [email protected]
9470 L:      [email protected] (moderated for non-subscribers)
9471 S:      Maintained
9472 F:      Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
9473 F:      drivers/bluetooth/btmtkuart.c
9474
9475 MEDIATEK CIR DRIVER
9476 M:      Sean Wang <[email protected]>
9477 S:      Maintained
9478 F:      drivers/media/rc/mtk-cir.c
9479
9480 MEDIATEK DMA DRIVER
9481 M:      Sean Wang <[email protected]>
9482 L:      [email protected]
9483 L:      [email protected] (moderated for non-subscribers)
9484 L:      [email protected] (moderated for non-subscribers)
9485 S:      Maintained
9486 F:      Documentation/devicetree/bindings/dma/mtk-*
9487 F:      drivers/dma/mediatek/
9488
9489 MEDIATEK PMIC LED DRIVER
9490 M:      Sean Wang <[email protected]>
9491 S:      Maintained
9492 F:      drivers/leds/leds-mt6323.c
9493 F:      Documentation/devicetree/bindings/leds/leds-mt6323.txt
9494
9495 MEDIATEK ETHERNET DRIVER
9496 M:      Felix Fietkau <[email protected]>
9497 M:      John Crispin <[email protected]>
9498 M:      Sean Wang <[email protected]>
9499 M:      Nelson Chang <[email protected]>
9500 L:      [email protected]
9501 S:      Maintained
9502 F:      drivers/net/ethernet/mediatek/
9503
9504 MEDIATEK SWITCH DRIVER
9505 M:      Sean Wang <[email protected]>
9506 L:      [email protected]
9507 S:      Maintained
9508 F:      drivers/net/dsa/mt7530.*
9509 F:      net/dsa/tag_mtk.c
9510
9511 MEDIATEK JPEG DRIVER
9512 M:      Rick Chang <[email protected]>
9513 M:      Bin Liu <[email protected]>
9514 S:      Supported
9515 F:      drivers/media/platform/mtk-jpeg/
9516 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
9517
9518 MEDIATEK MDP DRIVER
9519 M:      Minghsiu Tsai <[email protected]>
9520 M:      Houlong Wei <[email protected]>
9521 M:      Andrew-CT Chen <[email protected]>
9522 S:      Supported
9523 F:      drivers/media/platform/mtk-mdp/
9524 F:      drivers/media/platform/mtk-vpu/
9525 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
9526
9527 MEDIATEK MEDIA DRIVER
9528 M:      Tiffany Lin <[email protected]>
9529 M:      Andrew-CT Chen <[email protected]>
9530 S:      Supported
9531 F:      drivers/media/platform/mtk-vcodec/
9532 F:      drivers/media/platform/mtk-vpu/
9533 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
9534 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
9535
9536 MEDIATEK MT76 WIRELESS LAN DRIVER
9537 M:      Felix Fietkau <[email protected]>
9538 M:      Lorenzo Bianconi <[email protected]>
9539 L:      [email protected]
9540 S:      Maintained
9541 F:      drivers/net/wireless/mediatek/mt76/
9542
9543 MEDIATEK MT7601U WIRELESS LAN DRIVER
9544 M:      Jakub Kicinski <[email protected]>
9545 L:      [email protected]
9546 S:      Maintained
9547 F:      drivers/net/wireless/mediatek/mt7601u/
9548
9549 MEDIATEK NAND CONTROLLER DRIVER
9550 M:      Xiaolei Li <[email protected]>
9551 L:      [email protected]
9552 S:      Maintained
9553 F:      drivers/mtd/nand/raw/mtk_*
9554 F:      Documentation/devicetree/bindings/mtd/mtk-nand.txt
9555
9556 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
9557 M:      Sean Wang <[email protected]>
9558 S:      Maintained
9559 F:      drivers/char/hw_random/mtk-rng.c
9560
9561 MEDIATEK USB3 DRD IP DRIVER
9562 M:      Chunfeng Yun <[email protected]>
9563 L:      [email protected] (moderated for non-subscribers)
9564 L:      [email protected] (moderated for non-subscribers)
9565 L:      [email protected] (moderated for non-subscribers)
9566 S:      Maintained
9567 F:      drivers/usb/mtu3/
9568
9569 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
9570 M:      Peter Senna Tschudin <[email protected]>
9571 M:      Martin Donnelly <[email protected]>
9572 M:      Martyn Welch <[email protected]>
9573 S:      Maintained
9574 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
9575 F:      Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
9576
9577 MEGARAID SCSI/SAS DRIVERS
9578 M:      Kashyap Desai <[email protected]>
9579 M:      Sumit Saxena <[email protected]>
9580 M:      Shivasharan S <[email protected]>
9581 L:      [email protected]
9582 L:      [email protected]
9583 W:      http://www.avagotech.com/support/
9584 S:      Maintained
9585 F:      Documentation/scsi/megaraid.txt
9586 F:      drivers/scsi/megaraid.*
9587 F:      drivers/scsi/megaraid/
9588
9589 MELEXIS MLX90614 DRIVER
9590 M:      Crt Mori <[email protected]>
9591 L:      [email protected]
9592 W:      http://www.melexis.com
9593 S:      Supported
9594 F:      drivers/iio/temperature/mlx90614.c
9595
9596 MELEXIS MLX90632 DRIVER
9597 M:      Crt Mori <[email protected]>
9598 L:      [email protected]
9599 W:      http://www.melexis.com
9600 S:      Supported
9601 F:      drivers/iio/temperature/mlx90632.c
9602
9603 MELFAS MIP4 TOUCHSCREEN DRIVER
9604 M:      Sangwon Jee <[email protected]>
9605 W:      http://www.melfas.com
9606 S:      Supported
9607 F:      drivers/input/touchscreen/melfas_mip4.c
9608 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
9609
9610 MELLANOX ETHERNET DRIVER (mlx4_en)
9611 M:      Tariq Toukan <[email protected]>
9612 L:      [email protected]
9613 S:      Supported
9614 W:      http://www.mellanox.com
9615 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9616 F:      drivers/net/ethernet/mellanox/mlx4/en_*
9617
9618 MELLANOX ETHERNET DRIVER (mlx5e)
9619 M:      Saeed Mahameed <[email protected]>
9620 L:      [email protected]
9621 S:      Supported
9622 W:      http://www.mellanox.com
9623 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9624 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
9625
9626 MELLANOX ETHERNET INNOVA DRIVERS
9627 R:      Boris Pismenny <[email protected]>
9628 L:      [email protected]
9629 S:      Supported
9630 W:      http://www.mellanox.com
9631 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9632 F:      drivers/net/ethernet/mellanox/mlx5/core/en_accel/*
9633 F:      drivers/net/ethernet/mellanox/mlx5/core/accel/*
9634 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
9635 F:      include/linux/mlx5/mlx5_ifc_fpga.h
9636
9637 MELLANOX ETHERNET INNOVA IPSEC DRIVER
9638 R:      Boris Pismenny <[email protected]>
9639 L:      [email protected]
9640 S:      Supported
9641 W:      http://www.mellanox.com
9642 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9643 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
9644 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
9645
9646 MELLANOX ETHERNET SWITCH DRIVERS
9647 M:      Jiri Pirko <[email protected]>
9648 M:      Ido Schimmel <[email protected]>
9649 L:      [email protected]
9650 S:      Supported
9651 W:      http://www.mellanox.com
9652 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9653 F:      drivers/net/ethernet/mellanox/mlxsw/
9654 F:      tools/testing/selftests/drivers/net/mlxsw/
9655
9656 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
9657 M:      [email protected]
9658 L:      [email protected]
9659 S:      Supported
9660 W:      http://www.mellanox.com
9661 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9662 F:      drivers/net/ethernet/mellanox/mlxfw/
9663
9664 MELLANOX HARDWARE PLATFORM SUPPORT
9665 M:      Andy Shevchenko <[email protected]>
9666 M:      Darren Hart <[email protected]>
9667 M:      Vadim Pasternak <[email protected]>
9668 L:      [email protected]
9669 S:      Supported
9670 F:      drivers/platform/mellanox/
9671
9672 MELLANOX MLX4 core VPI driver
9673 M:      Tariq Toukan <[email protected]>
9674 L:      [email protected]
9675 L:      [email protected]
9676 W:      http://www.mellanox.com
9677 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9678 S:      Supported
9679 F:      drivers/net/ethernet/mellanox/mlx4/
9680 F:      include/linux/mlx4/
9681
9682 MELLANOX MLX4 IB driver
9683 M:      Yishai Hadas <[email protected]>
9684 L:      [email protected]
9685 W:      http://www.mellanox.com
9686 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9687 S:      Supported
9688 F:      drivers/infiniband/hw/mlx4/
9689 F:      include/linux/mlx4/
9690 F:      include/uapi/rdma/mlx4-abi.h
9691
9692 MELLANOX MLX5 core VPI driver
9693 M:      Saeed Mahameed <[email protected]>
9694 M:      Leon Romanovsky <[email protected]>
9695 L:      [email protected]
9696 L:      [email protected]
9697 W:      http://www.mellanox.com
9698 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9699 S:      Supported
9700 F:      drivers/net/ethernet/mellanox/mlx5/core/
9701 F:      include/linux/mlx5/
9702
9703 MELLANOX MLX5 IB driver
9704 M:      Leon Romanovsky <[email protected]>
9705 L:      [email protected]
9706 W:      http://www.mellanox.com
9707 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9708 S:      Supported
9709 F:      drivers/infiniband/hw/mlx5/
9710 F:      include/linux/mlx5/
9711 F:      include/uapi/rdma/mlx5-abi.h
9712
9713 MELLANOX MLXCPLD I2C AND MUX DRIVER
9714 M:      Vadim Pasternak <[email protected]>
9715 M:      Michael Shych <[email protected]>
9716 L:      [email protected]
9717 S:      Supported
9718 F:      drivers/i2c/busses/i2c-mlxcpld.c
9719 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
9720 F:      Documentation/i2c/busses/i2c-mlxcpld
9721
9722 MELLANOX MLXCPLD LED DRIVER
9723 M:      Vadim Pasternak <[email protected]>
9724 L:      [email protected]
9725 S:      Supported
9726 F:      drivers/leds/leds-mlxcpld.c
9727 F:      drivers/leds/leds-mlxreg.c
9728 F:      Documentation/leds/leds-mlxcpld.txt
9729
9730 MELLANOX PLATFORM DRIVER
9731 M:      Vadim Pasternak <[email protected]>
9732 L:      [email protected]
9733 S:      Supported
9734 F:      drivers/platform/x86/mlx-platform.c
9735
9736 MEMBARRIER SUPPORT
9737 M:      Mathieu Desnoyers <[email protected]>
9738 M:      "Paul E. McKenney" <[email protected]>
9739 L:      [email protected]
9740 S:      Supported
9741 F:      kernel/sched/membarrier.c
9742 F:      include/uapi/linux/membarrier.h
9743 F:      arch/powerpc/include/asm/membarrier.h
9744
9745 MEMORY MANAGEMENT
9746 L:      [email protected]
9747 W:      http://www.linux-mm.org
9748 S:      Maintained
9749 F:      include/linux/mm.h
9750 F:      include/linux/gfp.h
9751 F:      include/linux/mmzone.h
9752 F:      include/linux/memory_hotplug.h
9753 F:      include/linux/vmalloc.h
9754 F:      mm/
9755
9756 MEMORY TECHNOLOGY DEVICES (MTD)
9757 M:      David Woodhouse <[email protected]>
9758 M:      Brian Norris <[email protected]>
9759 M:      Boris Brezillon <[email protected]>
9760 M:      Marek Vasut <[email protected]>
9761 M:      Richard Weinberger <[email protected]>
9762 L:      [email protected]
9763 W:      http://www.linux-mtd.infradead.org/
9764 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
9765 T:      git git://git.infradead.org/linux-mtd.git master
9766 T:      git git://git.infradead.org/linux-mtd.git mtd/next
9767 S:      Maintained
9768 F:      Documentation/devicetree/bindings/mtd/
9769 F:      drivers/mtd/
9770 F:      include/linux/mtd/
9771 F:      include/uapi/mtd/
9772
9773 MEN A21 WATCHDOG DRIVER
9774 M:      Johannes Thumshirn <[email protected]>
9775 L:      [email protected]
9776 S:      Maintained
9777 F:      drivers/watchdog/mena21_wdt.c
9778
9779 MEN CHAMELEON BUS (mcb)
9780 M:      Johannes Thumshirn <[email protected]>
9781 S:      Maintained
9782 F:      drivers/mcb/
9783 F:      include/linux/mcb.h
9784 F:      Documentation/men-chameleon-bus.txt
9785
9786 MEN F21BMC (Board Management Controller)
9787 M:      Andreas Werner <[email protected]>
9788 S:      Supported
9789 F:      drivers/mfd/menf21bmc.c
9790 F:      drivers/watchdog/menf21bmc_wdt.c
9791 F:      drivers/leds/leds-menf21bmc.c
9792 F:      drivers/hwmon/menf21bmc_hwmon.c
9793 F:      Documentation/hwmon/menf21bmc
9794
9795 MEN Z069 WATCHDOG DRIVER
9796 M:      Johannes Thumshirn <[email protected]>
9797 L:      [email protected]
9798 S:      Maintained
9799 F:      drivers/watchdog/menz69_wdt.c
9800
9801 MESON AO CEC DRIVER FOR AMLOGIC SOCS
9802 M:      Neil Armstrong <[email protected]>
9803 L:      [email protected]
9804 L:      [email protected]
9805 W:      http://linux-meson.com/
9806 S:      Supported
9807 F:      drivers/media/platform/meson/ao-cec.c
9808 F:      Documentation/devicetree/bindings/media/meson-ao-cec.txt
9809 T:      git git://linuxtv.org/media_tree.git
9810
9811 MICROBLAZE ARCHITECTURE
9812 M:      Michal Simek <[email protected]>
9813 W:      http://www.monstr.eu/fdt/
9814 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
9815 S:      Supported
9816 F:      arch/microblaze/
9817
9818 MICROCHIP AT91 SERIAL DRIVER
9819 M:      Richard Genoud <[email protected]>
9820 S:      Maintained
9821 F:      drivers/tty/serial/atmel_serial.c
9822 F:      drivers/tty/serial/atmel_serial.h
9823 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9824
9825 MICROCHIP AUDIO ASOC DRIVERS
9826 M:      Codrin Ciubotariu <[email protected]>
9827 L:      [email protected] (moderated for non-subscribers)
9828 S:      Supported
9829 F:      sound/soc/atmel
9830
9831 MICROCHIP DMA DRIVER
9832 M:      Ludovic Desroches <[email protected]>
9833 L:      [email protected] (moderated for non-subscribers)
9834 L:      [email protected]
9835 S:      Supported
9836 F:      drivers/dma/at_hdmac.c
9837 F:      drivers/dma/at_hdmac_regs.h
9838 F:      include/linux/platform_data/dma-atmel.h
9839 F:      Documentation/devicetree/bindings/dma/atmel-dma.txt
9840 F:      include/dt-bindings/dma/at91.h
9841
9842 MICROCHIP ECC DRIVER
9843 M:      Tudor Ambarus <[email protected]>
9844 L:      [email protected]
9845 S:      Maintained
9846 F:      drivers/crypto/atmel-ecc.*
9847
9848 MICROCHIP I2C DRIVER
9849 M:      Ludovic Desroches <[email protected]>
9850 L:      [email protected]
9851 S:      Supported
9852 F:      drivers/i2c/busses/i2c-at91.c
9853
9854 MICROCHIP ISC DRIVER
9855 M:      Eugen Hristev <[email protected]>
9856 L:      [email protected]
9857 S:      Supported
9858 F:      drivers/media/platform/atmel/atmel-isc.c
9859 F:      drivers/media/platform/atmel/atmel-isc-regs.h
9860 F:      Documentation/devicetree/bindings/media/atmel-isc.txt
9861
9862 MICROCHIP ISI DRIVER
9863 M:      Eugen Hristev <[email protected]>
9864 L:      [email protected]
9865 S:      Supported
9866 F:      drivers/media/platform/atmel/atmel-isi.c
9867 F:      drivers/media/platform/atmel/atmel-isi.h
9868
9869 MICROCHIP AT91 USART MFD DRIVER
9870 M:      Radu Pirea <[email protected]>
9871 L:      [email protected]
9872 S:      Supported
9873 F:      drivers/mfd/at91-usart.c
9874 F:      include/dt-bindings/mfd/at91-usart.h
9875 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9876
9877 MICROCHIP AT91 USART SPI DRIVER
9878 M:      Radu Pirea <[email protected]>
9879 L:      [email protected]
9880 S:      Supported
9881 F:      drivers/spi/spi-at91-usart.c
9882 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9883
9884 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9885 M:      Woojung Huh <[email protected]>
9886 M:      Microchip Linux Driver Support <[email protected]>
9887 L:      [email protected]
9888 S:      Maintained
9889 F:      net/dsa/tag_ksz.c
9890 F:      drivers/net/dsa/microchip/*
9891 F:      include/linux/platform_data/microchip-ksz.h
9892 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
9893
9894 MICROCHIP LAN743X ETHERNET DRIVER
9895 M:      Bryan Whitehead <[email protected]>
9896 M:      Microchip Linux Driver Support <[email protected]>
9897 L:      [email protected]
9898 S:      Maintained
9899 F:      drivers/net/ethernet/microchip/lan743x_*
9900
9901 MICROCHIP LCDFB DRIVER
9902 M:      Nicolas Ferre <[email protected]>
9903 L:      [email protected]
9904 S:      Maintained
9905 F:      drivers/video/fbdev/atmel_lcdfb.c
9906 F:      include/video/atmel_lcdc.h
9907
9908 MICROCHIP MMC/SD/SDIO MCI DRIVER
9909 M:      Ludovic Desroches <[email protected]>
9910 S:      Maintained
9911 F:      drivers/mmc/host/atmel-mci.c
9912
9913 MICROCHIP MCP16502 PMIC DRIVER
9914 M:      Andrei Stefanescu <[email protected]>
9915 L:      [email protected] (moderated for non-subscribers)
9916 S:      Maintained
9917 F:      Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
9918 F:      drivers/regulator/mcp16502.c
9919
9920 MICROCHIP MCP3911 ADC DRIVER
9921 M:      Marcus Folkesson <[email protected]>
9922 M:      Kent Gustavsson <[email protected]>
9923 L:      [email protected]
9924 S:      Supported
9925 F:      drivers/iio/adc/mcp3911.c
9926 F:      Documentation/devicetree/bindings/iio/adc/mcp3911.txt
9927
9928 MICROCHIP NAND DRIVER
9929 M:      Tudor Ambarus <[email protected]>
9930 L:      [email protected]
9931 S:      Supported
9932 F:      drivers/mtd/nand/raw/atmel/*
9933 F:      Documentation/devicetree/bindings/mtd/atmel-nand.txt
9934
9935 MICROCHIP PWM DRIVER
9936 M:      Claudiu Beznea <[email protected]>
9937 L:      [email protected] (moderated for non-subscribers)
9938 L:      [email protected]
9939 S:      Supported
9940 F:      drivers/pwm/pwm-atmel.c
9941 F:      Documentation/devicetree/bindings/pwm/atmel-pwm.txt
9942
9943 MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
9944 M:      Ludovic Desroches <[email protected]>
9945 M:      Eugen Hristev <[email protected]>
9946 L:      [email protected]
9947 S:      Supported
9948 F:      drivers/iio/adc/at91-sama5d2_adc.c
9949 F:      Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
9950 F:      include/dt-bindings/iio/adc/at91-sama5d2_adc.h
9951
9952 MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
9953 M:      Nicolas Ferre <[email protected]>
9954 S:      Supported
9955 F:      drivers/power/reset/at91-sama5d2_shdwc.c
9956
9957 MICROCHIP SAMA5D2-COMPATIBLE PIOBU GPIO
9958 M:      Andrei Stefanescu <[email protected]>
9959 L:      [email protected] (moderated for non-subscribers)
9960 L:      [email protected]
9961 F:      drivers/gpio/gpio-sama5d2-piobu.c
9962
9963 MICROCHIP SPI DRIVER
9964 M:      Nicolas Ferre <[email protected]>
9965 S:      Supported
9966 F:      drivers/spi/spi-atmel.*
9967
9968 MICROCHIP SSC DRIVER
9969 M:      Nicolas Ferre <[email protected]>
9970 L:      [email protected] (moderated for non-subscribers)
9971 S:      Supported
9972 F:      drivers/misc/atmel-ssc.c
9973 F:      include/linux/atmel-ssc.h
9974
9975 MICROCHIP TIMER COUNTER (TC) AND CLOCKSOURCE DRIVERS
9976 M:      Nicolas Ferre <[email protected]>
9977 L:      [email protected] (moderated for non-subscribers)
9978 S:      Supported
9979 F:      drivers/misc/atmel_tclib.c
9980 F:      drivers/clocksource/tcb_clksrc.c
9981
9982 MICROCHIP USBA UDC DRIVER
9983 M:      Cristian Birsan <[email protected]>
9984 L:      [email protected] (moderated for non-subscribers)
9985 S:      Supported
9986 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
9987
9988 MICROCHIP USB251XB DRIVER
9989 M:      Richard Leitner <[email protected]>
9990 L:      [email protected]
9991 S:      Maintained
9992 F:      drivers/usb/misc/usb251xb.c
9993 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
9994
9995 MICROCHIP XDMA DRIVER
9996 M:      Ludovic Desroches <[email protected]>
9997 L:      [email protected]
9998 L:      [email protected]
9999 S:      Supported
10000 F:      drivers/dma/at_xdmac.c
10001
10002 MICROSEMI MIPS SOCS
10003 M:      Alexandre Belloni <[email protected]>
10004 L:      [email protected]
10005 S:      Maintained
10006 F:      arch/mips/generic/board-ocelot.c
10007 F:      arch/mips/configs/generic/board-ocelot.config
10008 F:      arch/mips/boot/dts/mscc/
10009 F:      Documentation/devicetree/bindings/mips/mscc.txt
10010
10011 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
10012 M:      Don Brace <[email protected]>
10013 L:      [email protected]
10014 L:      [email protected]
10015 S:      Supported
10016 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
10017 F:      drivers/scsi/smartpqi/Kconfig
10018 F:      drivers/scsi/smartpqi/Makefile
10019 F:      include/linux/cciss*.h
10020 F:      include/uapi/linux/cciss*.h
10021 F:      Documentation/scsi/smartpqi.txt
10022
10023 MICROSEMI ETHERNET SWITCH DRIVER
10024 M:      Alexandre Belloni <[email protected]>
10025 M:      Microchip Linux Driver Support <[email protected]>
10026 L:      [email protected]
10027 S:      Supported
10028 F:      drivers/net/ethernet/mscc/
10029
10030 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
10031 M:      Chen Yu <[email protected]>
10032 L:      [email protected]
10033 S:      Supported
10034 F:      drivers/platform/x86/surfacepro3_button.c
10035
10036 MICROTEK X6 SCANNER
10037 M:      Oliver Neukum <[email protected]>
10038 S:      Maintained
10039 F:      drivers/usb/image/microtek.*
10040
10041 MIPS
10042 M:      Ralf Baechle <[email protected]>
10043 M:      Paul Burton <[email protected]>
10044 M:      James Hogan <[email protected]>
10045 L:      [email protected]
10046 W:      http://www.linux-mips.org/
10047 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
10048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
10049 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10050 S:      Supported
10051 F:      Documentation/devicetree/bindings/mips/
10052 F:      Documentation/mips/
10053 F:      arch/mips/
10054 F:      drivers/platform/mips/
10055
10056 MIPS BOSTON DEVELOPMENT BOARD
10057 M:      Paul Burton <[email protected]>
10058 L:      [email protected]
10059 S:      Maintained
10060 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
10061 F:      arch/mips/boot/dts/img/boston.dts
10062 F:      arch/mips/configs/generic/board-boston.config
10063 F:      drivers/clk/imgtec/clk-boston.c
10064 F:      include/dt-bindings/clock/boston-clock.h
10065
10066 MIPS GENERIC PLATFORM
10067 M:      Paul Burton <[email protected]>
10068 L:      [email protected]
10069 S:      Supported
10070 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
10071 F:      arch/mips/generic/
10072 F:      arch/mips/tools/generic-board-config.sh
10073
10074 MIPS/LOONGSON1 ARCHITECTURE
10075 M:      Keguang Zhang <[email protected]>
10076 L:      [email protected]
10077 S:      Maintained
10078 F:      arch/mips/loongson32/
10079 F:      arch/mips/include/asm/mach-loongson32/
10080 F:      drivers/*/*loongson1*
10081 F:      drivers/*/*/*loongson1*
10082
10083 MIPS/LOONGSON2 ARCHITECTURE
10084 M:      Jiaxun Yang <[email protected]>
10085 L:      [email protected]
10086 S:      Maintained
10087 F:      arch/mips/loongson64/fuloong-2e/
10088 F:      arch/mips/loongson64/lemote-2f/
10089 F:      arch/mips/include/asm/mach-loongson64/
10090 F:      drivers/*/*loongson2*
10091 F:      drivers/*/*/*loongson2*
10092
10093 MIPS/LOONGSON3 ARCHITECTURE
10094 M:      Huacai Chen <[email protected]>
10095 L:      [email protected]
10096 S:      Maintained
10097 F:      arch/mips/loongson64/
10098 F:      arch/mips/include/asm/mach-loongson64/
10099 F:      drivers/platform/mips/cpu_hwmon.c
10100 F:      drivers/*/*loongson3*
10101 F:      drivers/*/*/*loongson3*
10102
10103 MIPS RINT INSTRUCTION EMULATION
10104 M:      Aleksandar Markovic <[email protected]>
10105 L:      [email protected]
10106 S:      Supported
10107 F:      arch/mips/math-emu/sp_rint.c
10108 F:      arch/mips/math-emu/dp_rint.c
10109
10110 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
10111 M:      Hans Verkuil <[email protected]>
10112 L:      [email protected]
10113 T:      git git://linuxtv.org/media_tree.git
10114 W:      https://linuxtv.org
10115 S:      Odd Fixes
10116 F:      drivers/media/radio/radio-miropcm20*
10117
10118 MMP SUPPORT
10119 R:      Lubomir Rintel <[email protected]>
10120 L:      [email protected] (moderated for non-subscribers)
10121 S:      Odd Fixes
10122 F:      arch/arm/boot/dts/mmp*
10123 F:      arch/arm/mach-mmp/
10124
10125 MMU GATHER AND TLB INVALIDATION
10126 M:      Will Deacon <[email protected]>
10127 M:      "Aneesh Kumar K.V" <[email protected]>
10128 M:      Andrew Morton <[email protected]>
10129 M:      Nick Piggin <[email protected]>
10130 M:      Peter Zijlstra <[email protected]>
10131 L:      [email protected]
10132 L:      [email protected]
10133 S:      Maintained
10134 F:      arch/*/include/asm/tlb.h
10135 F:      include/asm-generic/tlb.h
10136 F:      mm/mmu_gather.c
10137
10138 MN88472 MEDIA DRIVER
10139 M:      Antti Palosaari <[email protected]>
10140 L:      [email protected]
10141 W:      https://linuxtv.org
10142 W:      http://palosaari.fi/linux/
10143 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10144 S:      Maintained
10145 F:      drivers/media/dvb-frontends/mn88472*
10146
10147 MN88473 MEDIA DRIVER
10148 M:      Antti Palosaari <[email protected]>
10149 L:      [email protected]
10150 W:      https://linuxtv.org
10151 W:      http://palosaari.fi/linux/
10152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10153 S:      Maintained
10154 F:      drivers/media/dvb-frontends/mn88473*
10155
10156 MODULE SUPPORT
10157 M:      Jessica Yu <[email protected]>
10158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
10159 S:      Maintained
10160 F:      include/linux/module.h
10161 F:      kernel/module.c
10162
10163 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
10164 W:      http://popies.net/meye/
10165 S:      Orphan
10166 F:      Documentation/media/v4l-drivers/meye*
10167 F:      drivers/media/pci/meye/
10168 F:      include/uapi/linux/meye.h
10169
10170 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
10171 M:      Jiri Slaby <[email protected]>
10172 S:      Maintained
10173 F:      Documentation/serial/moxa-smartio
10174 F:      drivers/tty/mxser.*
10175
10176 MR800 AVERMEDIA USB FM RADIO DRIVER
10177 M:      Alexey Klimov <[email protected]>
10178 L:      [email protected]
10179 T:      git git://linuxtv.org/media_tree.git
10180 S:      Maintained
10181 F:      drivers/media/radio/radio-mr800.c
10182
10183 MRF24J40 IEEE 802.15.4 RADIO DRIVER
10184 M:      Alan Ott <[email protected]>
10185 L:      [email protected]
10186 S:      Maintained
10187 F:      drivers/net/ieee802154/mrf24j40.c
10188 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
10189
10190 MSI LAPTOP SUPPORT
10191 M:      "Lee, Chun-Yi" <[email protected]>
10192 L:      [email protected]
10193 S:      Maintained
10194 F:      drivers/platform/x86/msi-laptop.c
10195
10196 MSI WMI SUPPORT
10197 L:      [email protected]
10198 S:      Orphan
10199 F:      drivers/platform/x86/msi-wmi.c
10200
10201 MSI001 MEDIA DRIVER
10202 M:      Antti Palosaari <[email protected]>
10203 L:      [email protected]
10204 W:      https://linuxtv.org
10205 W:      http://palosaari.fi/linux/
10206 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10207 T:      git git://linuxtv.org/anttip/media_tree.git
10208 S:      Maintained
10209 F:      drivers/media/tuners/msi001*
10210
10211 MSI2500 MEDIA DRIVER
10212 M:      Antti Palosaari <[email protected]>
10213 L:      [email protected]
10214 W:      https://linuxtv.org
10215 W:      http://palosaari.fi/linux/
10216 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10217 T:      git git://linuxtv.org/anttip/media_tree.git
10218 S:      Maintained
10219 F:      drivers/media/usb/msi2500/
10220
10221 MSYSTEMS DISKONCHIP G3 MTD DRIVER
10222 M:      Robert Jarzmik <[email protected]>
10223 L:      [email protected]
10224 S:      Maintained
10225 F:      drivers/mtd/devices/docg3*
10226
10227 MT9M032 APTINA SENSOR DRIVER
10228 M:      Laurent Pinchart <[email protected]>
10229 L:      [email protected]
10230 T:      git git://linuxtv.org/media_tree.git
10231 S:      Maintained
10232 F:      drivers/media/i2c/mt9m032.c
10233 F:      include/media/i2c/mt9m032.h
10234
10235 MT9P031 APTINA CAMERA SENSOR
10236 M:      Laurent Pinchart <[email protected]>
10237 L:      [email protected]
10238 T:      git git://linuxtv.org/media_tree.git
10239 S:      Maintained
10240 F:      drivers/media/i2c/mt9p031.c
10241 F:      include/media/i2c/mt9p031.h
10242
10243 MT9T001 APTINA CAMERA SENSOR
10244 M:      Laurent Pinchart <[email protected]>
10245 L:      [email protected]
10246 T:      git git://linuxtv.org/media_tree.git
10247 S:      Maintained
10248 F:      drivers/media/i2c/mt9t001.c
10249 F:      include/media/i2c/mt9t001.h
10250
10251 MT9T112 APTINA CAMERA SENSOR
10252 M:      Jacopo Mondi <[email protected]>
10253 L:      [email protected]
10254 T:      git git://linuxtv.org/media_tree.git
10255 S:      Odd Fixes
10256 F:      drivers/media/i2c/mt9t112.c
10257 F:      include/media/i2c/mt9t112.h
10258
10259 MT9V032 APTINA CAMERA SENSOR
10260 M:      Laurent Pinchart <[email protected]>
10261 L:      [email protected]
10262 T:      git git://linuxtv.org/media_tree.git
10263 S:      Maintained
10264 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
10265 F:      drivers/media/i2c/mt9v032.c
10266 F:      include/media/i2c/mt9v032.h
10267
10268 MT9V111 APTINA CAMERA SENSOR
10269 M:      Jacopo Mondi <[email protected]>
10270 L:      [email protected]
10271 T:      git git://linuxtv.org/media_tree.git
10272 S:      Maintained
10273 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
10274 F:      drivers/media/i2c/mt9v111.c
10275
10276 MULTIFUNCTION DEVICES (MFD)
10277 M:      Lee Jones <[email protected]>
10278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10279 S:      Supported
10280 F:      Documentation/devicetree/bindings/mfd/
10281 F:      drivers/mfd/
10282 F:      include/linux/mfd/
10283 F:      include/dt-bindings/mfd/
10284
10285 MULTIMEDIA CARD (MMC) ETC. OVER SPI
10286 S:      Orphan
10287 F:      drivers/mmc/host/mmc_spi.c
10288 F:      include/linux/spi/mmc_spi.h
10289
10290 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
10291 M:      Ulf Hansson <[email protected]>
10292 L:      [email protected]
10293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
10294 S:      Maintained
10295 F:      Documentation/devicetree/bindings/mmc/
10296 F:      drivers/mmc/
10297 F:      include/linux/mmc/
10298 F:      include/uapi/linux/mmc/
10299
10300 MULTIPLEXER SUBSYSTEM
10301 M:      Peter Rosin <[email protected]>
10302 S:      Maintained
10303 F:      Documentation/ABI/testing/sysfs-class-mux*
10304 F:      Documentation/devicetree/bindings/mux/
10305 F:      include/dt-bindings/mux/
10306 F:      include/linux/mux/
10307 F:      drivers/mux/
10308
10309 MULTITECH MULTIPORT CARD (ISICOM)
10310 S:      Orphan
10311 F:      drivers/tty/isicom.c
10312 F:      include/linux/isicom.h
10313
10314 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
10315 M:      Bin Liu <[email protected]>
10316 L:      [email protected]
10317 S:      Maintained
10318 F:      drivers/usb/musb/
10319
10320 MXL301RF MEDIA DRIVER
10321 M:      Akihiro Tsukada <[email protected]>
10322 L:      [email protected]
10323 S:      Odd Fixes
10324 F:      drivers/media/tuners/mxl301rf*
10325
10326 MXL5007T MEDIA DRIVER
10327 M:      Michael Krufky <[email protected]>
10328 L:      [email protected]
10329 W:      https://linuxtv.org
10330 W:      http://github.com/mkrufky
10331 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10332 T:      git git://linuxtv.org/mkrufky/tuners.git
10333 S:      Maintained
10334 F:      drivers/media/tuners/mxl5007t.*
10335
10336 MXSFB DRM DRIVER
10337 M:      Marek Vasut <[email protected]>
10338 M:      Stefan Agner <[email protected]>
10339 L:      [email protected]
10340 S:      Supported
10341 F:      drivers/gpu/drm/mxsfb/
10342 F:      Documentation/devicetree/bindings/display/mxsfb.txt
10343 T:      git git://anongit.freedesktop.org/drm/drm-misc
10344
10345 MYLEX DAC960 PCI RAID Controller
10346 M:      Hannes Reinecke <[email protected]>
10347 L:      [email protected]
10348 S:      Supported
10349 F:      drivers/scsi/myrb.*
10350 F:      drivers/scsi/myrs.*
10351
10352 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
10353 M:      Chris Lee <[email protected]>
10354 L:      [email protected]
10355 W:      https://www.cspi.com/ethernet-products/support/downloads/
10356 S:      Supported
10357 F:      drivers/net/ethernet/myricom/myri10ge/
10358
10359 NAND FLASH SUBSYSTEM
10360 M:      Boris Brezillon <[email protected]>
10361 M:      Miquel Raynal <[email protected]>
10362 R:      Richard Weinberger <[email protected]>
10363 L:      [email protected]
10364 W:      http://www.linux-mtd.infradead.org/
10365 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
10366 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
10367 T:      git git://git.infradead.org/linux-mtd.git nand/next
10368 S:      Maintained
10369 F:      drivers/mtd/nand/
10370 F:      include/linux/mtd/*nand*.h
10371
10372 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
10373 M:      Daniel Mack <[email protected]>
10374 S:      Maintained
10375 L:      [email protected] (moderated for non-subscribers)
10376 W:      http://www.native-instruments.com
10377 F:      sound/usb/caiaq/
10378
10379 NATSEMI ETHERNET DRIVER (DP8381x)
10380 S:      Orphan
10381 F:      drivers/net/ethernet/natsemi/natsemi.c
10382
10383 NCR 5380 SCSI DRIVERS
10384 M:      Finn Thain <[email protected]>
10385 M:      Michael Schmitz <[email protected]>
10386 L:      [email protected]
10387 S:      Maintained
10388 F:      Documentation/scsi/g_NCR5380.txt
10389 F:      drivers/scsi/NCR5380.*
10390 F:      drivers/scsi/arm/cumana_1.c
10391 F:      drivers/scsi/arm/oak.c
10392 F:      drivers/scsi/atari_scsi.*
10393 F:      drivers/scsi/dmx3191d.c
10394 F:      drivers/scsi/g_NCR5380.*
10395 F:      drivers/scsi/mac_scsi.*
10396 F:      drivers/scsi/sun3_scsi.*
10397 F:      drivers/scsi/sun3_scsi_vme.c
10398
10399 NCSI LIBRARY:
10400 M:      Samuel Mendoza-Jonas <[email protected]>
10401 S:      Maintained
10402 F:      net/ncsi/
10403
10404 NCT6775 HARDWARE MONITOR DRIVER
10405 M:      Guenter Roeck <[email protected]>
10406 L:      [email protected]
10407 S:      Maintained
10408 F:      Documentation/hwmon/nct6775
10409 F:      drivers/hwmon/nct6775.c
10410
10411 NET_FAILOVER MODULE
10412 M:      Sridhar Samudrala <[email protected]>
10413 L:      [email protected]
10414 S:      Supported
10415 F:      driver/net/net_failover.c
10416 F:      include/net/net_failover.h
10417 F:      Documentation/networking/net_failover.rst
10418
10419 NETEFFECT IWARP RNIC DRIVER (IW_NES)
10420 M:      Faisal Latif <[email protected]>
10421 L:      [email protected]
10422 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
10423 S:      Supported
10424 F:      drivers/infiniband/hw/nes/
10425 F:      include/uapi/rdma/nes-abi.h
10426
10427 NETEM NETWORK EMULATOR
10428 M:      Stephen Hemminger <[email protected]>
10429 L:      [email protected] (moderated for non-subscribers)
10430 S:      Maintained
10431 F:      net/sched/sch_netem.c
10432
10433 NETERION 10GbE DRIVERS (s2io/vxge)
10434 M:      Jon Mason <[email protected]>
10435 L:      [email protected]
10436 S:      Supported
10437 F:      Documentation/networking/device_drivers/neterion/s2io.txt
10438 F:      Documentation/networking/device_drivers/neterion/vxge.txt
10439 F:      drivers/net/ethernet/neterion/
10440
10441 NETFILTER
10442 M:      Pablo Neira Ayuso <[email protected]>
10443 M:      Jozsef Kadlecsik <[email protected]>
10444 M:      Florian Westphal <[email protected]>
10445 L:      [email protected]
10446 L:      [email protected]
10447 W:      http://www.netfilter.org/
10448 W:      http://www.iptables.org/
10449 W:      http://www.nftables.org/
10450 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
10451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
10452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
10453 S:      Maintained
10454 F:      include/linux/netfilter*
10455 F:      include/linux/netfilter/
10456 F:      include/net/netfilter/
10457 F:      include/uapi/linux/netfilter*
10458 F:      include/uapi/linux/netfilter/
10459 F:      net/*/netfilter.c
10460 F:      net/*/netfilter/
10461 F:      net/netfilter/
10462 F:      net/bridge/br_netfilter*.c
10463
10464 NETROM NETWORK LAYER
10465 M:      Ralf Baechle <[email protected]>
10466 L:      [email protected]
10467 W:      http://www.linux-ax25.org/
10468 S:      Maintained
10469 F:      include/net/netrom.h
10470 F:      include/uapi/linux/netrom.h
10471 F:      net/netrom/
10472
10473 NETRONOME ETHERNET DRIVERS
10474 M:      Jakub Kicinski <[email protected]>
10475 L:      [email protected]
10476 S:      Maintained
10477 F:      drivers/net/ethernet/netronome/
10478
10479 NETWORK BLOCK DEVICE (NBD)
10480 M:      Josef Bacik <[email protected]>
10481 S:      Maintained
10482 L:      [email protected]
10483 L:      [email protected]
10484 F:      Documentation/blockdev/nbd.txt
10485 F:      drivers/block/nbd.c
10486 F:      include/uapi/linux/nbd.h
10487
10488 NETWORK DROP MONITOR
10489 M:      Neil Horman <[email protected]>
10490 L:      [email protected]
10491 S:      Maintained
10492 W:      https://fedorahosted.org/dropwatch/
10493 F:      net/core/drop_monitor.c
10494
10495 NETWORKING DRIVERS
10496 M:      "David S. Miller" <[email protected]>
10497 L:      [email protected]
10498 W:      http://www.linuxfoundation.org/en/Net
10499 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
10502 S:      Odd Fixes
10503 F:      Documentation/devicetree/bindings/net/
10504 F:      drivers/net/
10505 F:      include/linux/if_*
10506 F:      include/linux/netdevice.h
10507 F:      include/linux/etherdevice.h
10508 F:      include/linux/fcdevice.h
10509 F:      include/linux/fddidevice.h
10510 F:      include/linux/hippidevice.h
10511 F:      include/linux/inetdevice.h
10512 F:      include/uapi/linux/if_*
10513 F:      include/uapi/linux/netdevice.h
10514
10515 NETWORKING DRIVERS (WIRELESS)
10516 M:      Kalle Valo <[email protected]>
10517 L:      [email protected]
10518 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
10519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
10520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
10521 S:      Maintained
10522 F:      Documentation/devicetree/bindings/net/wireless/
10523 F:      drivers/net/wireless/
10524
10525 NETWORKING [DSA]
10526 M:      Andrew Lunn <[email protected]>
10527 M:      Vivien Didelot <[email protected]>
10528 M:      Florian Fainelli <[email protected]>
10529 S:      Maintained
10530 F:      Documentation/devicetree/bindings/net/dsa/
10531 F:      net/dsa/
10532 F:      include/net/dsa.h
10533 F:      include/linux/dsa/
10534 F:      drivers/net/dsa/
10535
10536 NETWORKING [GENERAL]
10537 M:      "David S. Miller" <[email protected]>
10538 L:      [email protected]
10539 W:      http://www.linuxfoundation.org/en/Net
10540 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
10543 B:      mailto:[email protected]
10544 S:      Maintained
10545 F:      net/
10546 F:      include/net/
10547 F:      include/linux/in.h
10548 F:      include/linux/net.h
10549 F:      include/linux/netdevice.h
10550 F:      include/uapi/linux/in.h
10551 F:      include/uapi/linux/net.h
10552 F:      include/uapi/linux/netdevice.h
10553 F:      include/uapi/linux/net_namespace.h
10554 F:      tools/testing/selftests/net/
10555 F:      lib/net_utils.c
10556 F:      lib/random32.c
10557 F:      Documentation/networking/
10558
10559 NETWORKING [IPSEC]
10560 M:      Steffen Klassert <[email protected]>
10561 M:      Herbert Xu <[email protected]>
10562 M:      "David S. Miller" <[email protected]>
10563 L:      [email protected]
10564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
10565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
10566 S:      Maintained
10567 F:      net/xfrm/
10568 F:      net/key/
10569 F:      net/ipv4/xfrm*
10570 F:      net/ipv4/esp4*
10571 F:      net/ipv4/ah4.c
10572 F:      net/ipv4/ipcomp.c
10573 F:      net/ipv4/ip_vti.c
10574 F:      net/ipv6/xfrm*
10575 F:      net/ipv6/esp6*
10576 F:      net/ipv6/ah6.c
10577 F:      net/ipv6/ipcomp6.c
10578 F:      net/ipv6/ip6_vti.c
10579 F:      include/uapi/linux/xfrm.h
10580 F:      include/net/xfrm.h
10581
10582 NETWORKING [IPv4/IPv6]
10583 M:      "David S. Miller" <[email protected]>
10584 M:      Alexey Kuznetsov <[email protected]>
10585 M:      Hideaki YOSHIFUJI <[email protected]>
10586 L:      [email protected]
10587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10588 S:      Maintained
10589 F:      net/ipv4/
10590 F:      net/ipv6/
10591 F:      include/net/ip*
10592 F:      arch/x86/net/*
10593
10594 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
10595 M:      Paul Moore <[email protected]>
10596 W:      https://github.com/netlabel
10597 L:      [email protected]
10598 L:      [email protected]
10599 S:      Maintained
10600 F:      Documentation/netlabel/
10601 F:      include/net/calipso.h
10602 F:      include/net/cipso_ipv4.h
10603 F:      include/net/netlabel.h
10604 F:      include/uapi/linux/netfilter/xt_SECMARK.h
10605 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
10606 F:      net/netlabel/
10607 F:      net/ipv4/cipso_ipv4.c
10608 F:      net/ipv6/calipso.c
10609 F:      net/netfilter/xt_CONNSECMARK.c
10610 F:      net/netfilter/xt_SECMARK.c
10611
10612 NETWORKING [TCP]
10613 M:      Eric Dumazet <[email protected]>
10614 L:      [email protected]
10615 S:      Maintained
10616 F:      net/ipv4/tcp*.c
10617 F:      net/ipv4/syncookies.c
10618 F:      net/ipv6/tcp*.c
10619 F:      net/ipv6/syncookies.c
10620 F:      include/uapi/linux/tcp.h
10621 F:      include/net/tcp.h
10622 F:      include/linux/tcp.h
10623 F:      include/trace/events/tcp.h
10624
10625 NETWORKING [TLS]
10626 M:      Boris Pismenny <[email protected]>
10627 M:      Aviad Yehezkel <[email protected]>
10628 M:      Dave Watson <[email protected]>
10629 M:      John Fastabend <[email protected]>
10630 M:      Daniel Borkmann <[email protected]>
10631 L:      [email protected]
10632 S:      Maintained
10633 F:      net/tls/*
10634 F:      include/uapi/linux/tls.h
10635 F:      include/net/tls.h
10636
10637 NETWORKING [WIRELESS]
10638 L:      [email protected]
10639 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
10640
10641 NETDEVSIM
10642 M:      Jakub Kicinski <[email protected]>
10643 S:      Maintained
10644 F:      drivers/net/netdevsim/*
10645
10646 NETXEN (1/10) GbE SUPPORT
10647 M:      Manish Chopra <[email protected]>
10648 M:      Rahul Verma <[email protected]>
10649 M:      [email protected]
10650 L:      [email protected]
10651 S:      Supported
10652 F:      drivers/net/ethernet/qlogic/netxen/
10653
10654 NFC SUBSYSTEM
10655 M:      Samuel Ortiz <[email protected]>
10656 L:      [email protected]
10657 L:      [email protected] (subscribers-only)
10658 S:      Supported
10659 F:      net/nfc/
10660 F:      include/net/nfc/
10661 F:      include/uapi/linux/nfc.h
10662 F:      drivers/nfc/
10663 F:      include/linux/platform_data/nfcmrvl.h
10664 F:      include/linux/platform_data/nxp-nci.h
10665 F:      Documentation/devicetree/bindings/net/nfc/
10666
10667 NFS, SUNRPC, AND LOCKD CLIENTS
10668 M:      Trond Myklebust <[email protected]>
10669 M:      Anna Schumaker <[email protected]>
10670 L:      [email protected]
10671 W:      http://client.linux-nfs.org
10672 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
10673 S:      Maintained
10674 F:      fs/lockd/
10675 F:      fs/nfs/
10676 F:      fs/nfs_common/
10677 F:      net/sunrpc/
10678 F:      include/linux/lockd/
10679 F:      include/linux/nfs*
10680 F:      include/linux/sunrpc/
10681 F:      include/uapi/linux/nfs*
10682 F:      include/uapi/linux/sunrpc/
10683
10684 NILFS2 FILESYSTEM
10685 M:      Ryusuke Konishi <[email protected]>
10686 L:      [email protected]
10687 W:      https://nilfs.sourceforge.io/
10688 W:      https://nilfs.osdn.jp/
10689 T:      git git://github.com/konis/nilfs2.git
10690 S:      Supported
10691 F:      Documentation/filesystems/nilfs2.txt
10692 F:      fs/nilfs2/
10693 F:      include/trace/events/nilfs2.h
10694 F:      include/uapi/linux/nilfs2_api.h
10695 F:      include/uapi/linux/nilfs2_ondisk.h
10696
10697 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
10698 M:      YOKOTA Hiroshi <[email protected]>
10699 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
10700 S:      Maintained
10701 F:      Documentation/scsi/NinjaSCSI.txt
10702 F:      drivers/scsi/pcmcia/nsp_*
10703
10704 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
10705 M:      GOTO Masanori <[email protected]>
10706 M:      YOKOTA Hiroshi <[email protected]>
10707 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
10708 S:      Maintained
10709 F:      Documentation/scsi/NinjaSCSI.txt
10710 F:      drivers/scsi/nsp32*
10711
10712 NIOS2 ARCHITECTURE
10713 M:      Ley Foon Tan <[email protected]>
10714 L:      [email protected] (moderated for non-subscribers)
10715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
10716 S:      Maintained
10717 F:      arch/nios2/
10718
10719 NOHZ, DYNTICKS SUPPORT
10720 M:      Frederic Weisbecker <[email protected]>
10721 M:      Thomas Gleixner <[email protected]>
10722 M:      Ingo Molnar <[email protected]>
10723 L:      [email protected]
10724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
10725 S:      Maintained
10726 F:      kernel/time/tick*.*
10727 F:      include/linux/tick.h
10728 F:      include/linux/sched/nohz.h
10729
10730 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
10731 M:      Pavel Machek <[email protected]>
10732 M:      Sakari Ailus <[email protected]>
10733 L:      [email protected]
10734 S:      Maintained
10735 F:      drivers/media/i2c/et8ek8
10736 F:      drivers/media/i2c/ad5820.c
10737
10738 NOKIA N900 POWER SUPPLY DRIVERS
10739 R:      Pali Rohár <[email protected]>
10740 F:      include/linux/power/bq2415x_charger.h
10741 F:      include/linux/power/bq27xxx_battery.h
10742 F:      include/linux/power/isp1704_charger.h
10743 F:      drivers/power/supply/bq2415x_charger.c
10744 F:      drivers/power/supply/bq27xxx_battery.c
10745 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10746 F:      drivers/power/supply/isp1704_charger.c
10747 F:      drivers/power/supply/rx51_battery.c
10748
10749 NTB AMD DRIVER
10750 M:      Shyam Sundar S K <[email protected]>
10751 L:      [email protected]
10752 S:      Supported
10753 F:      drivers/ntb/hw/amd/
10754
10755 NTB DRIVER CORE
10756 M:      Jon Mason <[email protected]>
10757 M:      Dave Jiang <[email protected]>
10758 M:      Allen Hubbe <[email protected]>
10759 L:      [email protected]
10760 S:      Supported
10761 W:      https://github.com/jonmason/ntb/wiki
10762 T:      git git://github.com/jonmason/ntb.git
10763 F:      drivers/ntb/
10764 F:      drivers/net/ntb_netdev.c
10765 F:      include/linux/ntb.h
10766 F:      include/linux/ntb_transport.h
10767 F:      tools/testing/selftests/ntb/
10768
10769 NTB IDT DRIVER
10770 M:      Serge Semin <[email protected]>
10771 L:      [email protected]
10772 S:      Supported
10773 F:      drivers/ntb/hw/idt/
10774
10775 NTB INTEL DRIVER
10776 M:      Dave Jiang <[email protected]>
10777 L:      [email protected]
10778 S:      Supported
10779 W:      https://github.com/davejiang/linux/wiki
10780 T:      git https://github.com/davejiang/linux.git
10781 F:      drivers/ntb/hw/intel/
10782
10783 NTFS FILESYSTEM
10784 M:      Anton Altaparmakov <[email protected]>
10785 L:      [email protected]
10786 W:      http://www.tuxera.com/
10787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
10788 S:      Supported
10789 F:      Documentation/filesystems/ntfs.txt
10790 F:      fs/ntfs/
10791
10792 NUBUS SUBSYSTEM
10793 M:      Finn Thain <[email protected]>
10794 L:      [email protected]
10795 S:      Maintained
10796 F:      arch/*/include/asm/nubus.h
10797 F:      drivers/nubus/
10798 F:      include/linux/nubus.h
10799 F:      include/uapi/linux/nubus.h
10800
10801 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
10802 M:      Antonino Daplas <[email protected]>
10803 L:      [email protected]
10804 S:      Maintained
10805 F:      drivers/video/fbdev/riva/
10806 F:      drivers/video/fbdev/nvidia/
10807
10808 NVM EXPRESS DRIVER
10809 M:      Keith Busch <[email protected]>
10810 M:      Jens Axboe <[email protected]>
10811 M:      Christoph Hellwig <[email protected]>
10812 M:      Sagi Grimberg <[email protected]>
10813 L:      [email protected]
10814 T:      git://git.infradead.org/nvme.git
10815 W:      http://git.infradead.org/nvme.git
10816 S:      Supported
10817 F:      drivers/nvme/host/
10818 F:      include/linux/nvme.h
10819 F:      include/uapi/linux/nvme_ioctl.h
10820
10821 NVM EXPRESS FC TRANSPORT DRIVERS
10822 M:      James Smart <[email protected]>
10823 L:      [email protected]
10824 S:      Supported
10825 F:      include/linux/nvme-fc.h
10826 F:      include/linux/nvme-fc-driver.h
10827 F:      drivers/nvme/host/fc.c
10828 F:      drivers/nvme/target/fc.c
10829 F:      drivers/nvme/target/fcloop.c
10830
10831 NVM EXPRESS TARGET DRIVER
10832 M:      Christoph Hellwig <[email protected]>
10833 M:      Sagi Grimberg <[email protected]>
10834 L:      [email protected]
10835 T:      git://git.infradead.org/nvme.git
10836 W:      http://git.infradead.org/nvme.git
10837 S:      Supported
10838 F:      drivers/nvme/target/
10839
10840 NVMEM FRAMEWORK
10841 M:      Srinivas Kandagatla <[email protected]>
10842 S:      Maintained
10843 F:      drivers/nvmem/
10844 F:      Documentation/devicetree/bindings/nvmem/
10845 F:      Documentation/ABI/stable/sysfs-bus-nvmem
10846 F:      include/linux/nvmem-consumer.h
10847 F:      include/linux/nvmem-provider.h
10848
10849 NXP SGTL5000 DRIVER
10850 M:      Fabio Estevam <[email protected]>
10851 L:      [email protected] (moderated for non-subscribers)
10852 S:      Maintained
10853 F:      Documentation/devicetree/bindings/sound/sgtl5000.txt
10854 F:      sound/soc/codecs/sgtl5000*
10855
10856 NXP TDA998X DRM DRIVER
10857 M:      Russell King <[email protected]>
10858 S:      Maintained
10859 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
10860 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
10861 F:      drivers/gpu/drm/i2c/tda998x_drv.c
10862 F:      include/drm/i2c/tda998x.h
10863 F:      include/dt-bindings/display/tda998x.h
10864 K:      "nxp,tda998x"
10865
10866 NXP TFA9879 DRIVER
10867 M:      Peter Rosin <[email protected]>
10868 L:      [email protected] (moderated for non-subscribers)
10869 S:      Maintained
10870 F:      Documentation/devicetree/bindings/sound/tfa9879.txt
10871 F:      sound/soc/codecs/tfa9879*
10872
10873 NXP-NCI NFC DRIVER
10874 M:      Clément Perrochaud <[email protected]>
10875 R:      Charles Gorand <[email protected]>
10876 L:      [email protected] (moderated for non-subscribers)
10877 S:      Supported
10878 F:      drivers/nfc/nxp-nci
10879
10880 OBJAGG
10881 M:      Jiri Pirko <[email protected]>
10882 L:      [email protected]
10883 S:      Supported
10884 F:      lib/objagg.c
10885 F:      lib/test_objagg.c
10886 F:      include/linux/objagg.h
10887
10888 OBJTOOL
10889 M:      Josh Poimboeuf <[email protected]>
10890 M:      Peter Zijlstra <[email protected]>
10891 S:      Supported
10892 F:      tools/objtool/
10893
10894 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
10895 M:      Frederic Barrat <[email protected]>
10896 M:      Andrew Donnellan <[email protected]>
10897 L:      [email protected]
10898 S:      Supported
10899 F:      arch/powerpc/platforms/powernv/ocxl.c
10900 F:      arch/powerpc/include/asm/pnv-ocxl.h
10901 F:      drivers/misc/ocxl/
10902 F:      include/misc/ocxl*
10903 F:      include/uapi/misc/ocxl.h
10904 F:      Documentation/accelerators/ocxl.rst
10905
10906 OMAP AUDIO SUPPORT
10907 M:      Peter Ujfalusi <[email protected]>
10908 M:      Jarkko Nikula <[email protected]>
10909 L:      [email protected] (moderated for non-subscribers)
10910 L:      [email protected]
10911 S:      Maintained
10912 F:      sound/soc/ti/omap*
10913 F:      sound/soc/ti/rx51.c
10914 F:      sound/soc/ti/n810.c
10915 F:      sound/soc/ti/sdma-pcm.*
10916
10917 OMAP CLOCK FRAMEWORK SUPPORT
10918 M:      Paul Walmsley <[email protected]>
10919 L:      [email protected]
10920 S:      Maintained
10921 F:      arch/arm/*omap*/*clock*
10922
10923 OMAP DEVICE TREE SUPPORT
10924 M:      Benoît Cousson <[email protected]>
10925 M:      Tony Lindgren <[email protected]>
10926 L:      [email protected]
10927 L:      [email protected]
10928 S:      Maintained
10929 F:      arch/arm/boot/dts/*omap*
10930 F:      arch/arm/boot/dts/*am3*
10931 F:      arch/arm/boot/dts/*am4*
10932 F:      arch/arm/boot/dts/*am5*
10933 F:      arch/arm/boot/dts/*dra7*
10934
10935 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
10936 L:      [email protected]
10937 L:      [email protected]
10938 S:      Orphan
10939 F:      drivers/video/fbdev/omap2/
10940 F:      Documentation/arm/OMAP/DSS
10941
10942 OMAP FRAMEBUFFER SUPPORT
10943 L:      [email protected]
10944 L:      [email protected]
10945 S:      Orphan
10946 F:      drivers/video/fbdev/omap/
10947
10948 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
10949 M:      Roger Quadros <[email protected]>
10950 M:      Tony Lindgren <[email protected]>
10951 L:      [email protected]
10952 S:      Maintained
10953 F:      drivers/memory/omap-gpmc.c
10954 F:      arch/arm/mach-omap2/*gpmc*
10955
10956 OMAP GPIO DRIVER
10957 M:      Grygorii Strashko <[email protected]>
10958 M:      Santosh Shilimkar <[email protected]>
10959 M:      Kevin Hilman <[email protected]>
10960 L:      [email protected]
10961 S:      Maintained
10962 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
10963 F:      drivers/gpio/gpio-omap.c
10964
10965 OMAP HARDWARE SPINLOCK SUPPORT
10966 M:      Ohad Ben-Cohen <[email protected]>
10967 L:      [email protected]
10968 S:      Maintained
10969 F:      drivers/hwspinlock/omap_hwspinlock.c
10970
10971 OMAP HS MMC SUPPORT
10972 L:      [email protected]
10973 L:      [email protected]
10974 S:      Orphan
10975 F:      drivers/mmc/host/omap_hsmmc.c
10976
10977 OMAP HWMOD DATA
10978 M:      Paul Walmsley <[email protected]>
10979 L:      [email protected]
10980 S:      Maintained
10981 F:      arch/arm/mach-omap2/omap_hwmod*data*
10982
10983 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
10984 M:      Benoît Cousson <[email protected]>
10985 L:      [email protected]
10986 S:      Maintained
10987 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
10988
10989 OMAP HWMOD SUPPORT
10990 M:      Benoît Cousson <[email protected]>
10991 M:      Paul Walmsley <[email protected]>
10992 L:      [email protected]
10993 S:      Maintained
10994 F:      arch/arm/mach-omap2/omap_hwmod.*
10995
10996 OMAP I2C DRIVER
10997 M:      Vignesh R <[email protected]>
10998 L:      [email protected]
10999 L:      [email protected]
11000 S:      Maintained
11001 F:      Documentation/devicetree/bindings/i2c/i2c-omap.txt
11002 F:      drivers/i2c/busses/i2c-omap.c
11003
11004 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
11005 M:      Laurent Pinchart <[email protected]>
11006 L:      [email protected]
11007 S:      Maintained
11008 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
11009 F:      drivers/media/platform/omap3isp/
11010 F:      drivers/staging/media/omap4iss/
11011
11012 OMAP MMC SUPPORT
11013 M:      Aaro Koskinen <[email protected]>
11014 L:      [email protected]
11015 S:      Odd Fixes
11016 F:      drivers/mmc/host/omap.c
11017
11018 OMAP POWER MANAGEMENT SUPPORT
11019 M:      Kevin Hilman <[email protected]>
11020 L:      [email protected]
11021 S:      Maintained
11022 F:      arch/arm/*omap*/*pm*
11023 F:      drivers/cpufreq/omap-cpufreq.c
11024
11025 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
11026 M:      Rajendra Nayak <[email protected]>
11027 M:      Paul Walmsley <[email protected]>
11028 L:      [email protected]
11029 S:      Maintained
11030 F:      arch/arm/mach-omap2/prm*
11031
11032 OMAP RANDOM NUMBER GENERATOR SUPPORT
11033 M:      Deepak Saxena <[email protected]>
11034 S:      Maintained
11035 F:      drivers/char/hw_random/omap-rng.c
11036
11037 OMAP USB SUPPORT
11038 L:      [email protected]
11039 L:      [email protected]
11040 S:      Orphan
11041 F:      drivers/usb/*/*omap*
11042 F:      arch/arm/*omap*/usb*
11043
11044 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
11045 M:      Mark Jackson <[email protected]>
11046 L:      [email protected]
11047 S:      Maintained
11048 F:      arch/arm/boot/dts/am335x-nano.dts
11049
11050 OMAP1 SUPPORT
11051 M:      Aaro Koskinen <[email protected]>
11052 M:      Tony Lindgren <[email protected]>
11053 L:      [email protected]
11054 Q:      http://patchwork.kernel.org/project/linux-omap/list/
11055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
11056 S:      Maintained
11057 F:      arch/arm/mach-omap1/
11058 F:      arch/arm/plat-omap/
11059 F:      arch/arm/configs/omap1_defconfig
11060 F:      drivers/i2c/busses/i2c-omap.c
11061 F:      include/linux/platform_data/i2c-omap.h
11062 F:      include/linux/platform_data/ams-delta-fiq.h
11063
11064 OMAP2+ SUPPORT
11065 M:      Tony Lindgren <[email protected]>
11066 L:      [email protected]
11067 W:      http://www.muru.com/linux/omap/
11068 W:      http://linux.omap.com/
11069 Q:      http://patchwork.kernel.org/project/linux-omap/list/
11070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
11071 S:      Maintained
11072 F:      arch/arm/mach-omap2/
11073 F:      arch/arm/plat-omap/
11074 F:      arch/arm/configs/omap2plus_defconfig
11075 F:      drivers/i2c/busses/i2c-omap.c
11076 F:      drivers/irqchip/irq-omap-intc.c
11077 F:      drivers/mfd/*omap*.c
11078 F:      drivers/mfd/menelaus.c
11079 F:      drivers/mfd/palmas.c
11080 F:      drivers/mfd/tps65217.c
11081 F:      drivers/mfd/tps65218.c
11082 F:      drivers/mfd/tps65910.c
11083 F:      drivers/mfd/twl-core.[ch]
11084 F:      drivers/mfd/twl4030*.c
11085 F:      drivers/mfd/twl6030*.c
11086 F:      drivers/mfd/twl6040*.c
11087 F:      drivers/regulator/palmas-regulator*.c
11088 F:      drivers/regulator/pbias-regulator.c
11089 F:      drivers/regulator/tps65217-regulator.c
11090 F:      drivers/regulator/tps65218-regulator.c
11091 F:      drivers/regulator/tps65910-regulator.c
11092 F:      drivers/regulator/twl-regulator.c
11093 F:      drivers/regulator/twl6030-regulator.c
11094 F:      include/linux/platform_data/i2c-omap.h
11095
11096 ONION OMEGA2+ BOARD
11097 M:      Harvey Hunt <[email protected]>
11098 L:      [email protected]
11099 S:      Maintained
11100 F:      arch/mips/boot/dts/ralink/omega2p.dts
11101
11102 OMFS FILESYSTEM
11103 M:      Bob Copeland <[email protected]>
11104 L:      [email protected]
11105 S:      Maintained
11106 F:      Documentation/filesystems/omfs.txt
11107 F:      fs/omfs/
11108
11109 OMNIKEY CARDMAN 4000 DRIVER
11110 M:      Harald Welte <[email protected]>
11111 S:      Maintained
11112 F:      drivers/char/pcmcia/cm4000_cs.c
11113 F:      include/linux/cm4000_cs.h
11114 F:      include/uapi/linux/cm4000_cs.h
11115
11116 OMNIKEY CARDMAN 4040 DRIVER
11117 M:      Harald Welte <[email protected]>
11118 S:      Maintained
11119 F:      drivers/char/pcmcia/cm4040_cs.*
11120
11121 OMNIVISION OV13858 SENSOR DRIVER
11122 M:      Sakari Ailus <[email protected]>
11123 L:      [email protected]
11124 T:      git git://linuxtv.org/media_tree.git
11125 S:      Maintained
11126 F:      drivers/media/i2c/ov13858.c
11127
11128 OMNIVISION OV2680 SENSOR DRIVER
11129 M:      Rui Miguel Silva <[email protected]>
11130 L:      [email protected]
11131 T:      git git://linuxtv.org/media_tree.git
11132 S:      Maintained
11133 F:      drivers/media/i2c/ov2680.c
11134 F:      Documentation/devicetree/bindings/media/i2c/ov2680.txt
11135
11136 OMNIVISION OV2685 SENSOR DRIVER
11137 M:      Shunqian Zheng <[email protected]>
11138 L:      [email protected]
11139 T:      git git://linuxtv.org/media_tree.git
11140 S:      Maintained
11141 F:      drivers/media/i2c/ov2685.c
11142
11143 OMNIVISION OV5640 SENSOR DRIVER
11144 M:      Steve Longerbeam <[email protected]>
11145 L:      [email protected]
11146 T:      git git://linuxtv.org/media_tree.git
11147 S:      Maintained
11148 F:      drivers/media/i2c/ov5640.c
11149
11150 OMNIVISION OV5647 SENSOR DRIVER
11151 M:      Luis Oliveira <[email protected]>
11152 L:      [email protected]
11153 T:      git git://linuxtv.org/media_tree.git
11154 S:      Maintained
11155 F:      drivers/media/i2c/ov5647.c
11156
11157 OMNIVISION OV5695 SENSOR DRIVER
11158 M:      Shunqian Zheng <[email protected]>
11159 L:      [email protected]
11160 T:      git git://linuxtv.org/media_tree.git
11161 S:      Maintained
11162 F:      drivers/media/i2c/ov5695.c
11163
11164 OMNIVISION OV7670 SENSOR DRIVER
11165 M:      Jonathan Corbet <[email protected]>
11166 L:      [email protected]
11167 T:      git git://linuxtv.org/media_tree.git
11168 S:      Maintained
11169 F:      drivers/media/i2c/ov7670.c
11170 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
11171
11172 OMNIVISION OV772x SENSOR DRIVER
11173 M:      Jacopo Mondi <[email protected]>
11174 L:      [email protected]
11175 T:      git git://linuxtv.org/media_tree.git
11176 S:      Odd fixes
11177 F:      drivers/media/i2c/ov772x.c
11178 F:      include/media/i2c/ov772x.h
11179 F:      Documentation/devicetree/bindings/media/i2c/ov772x.txt
11180
11181 OMNIVISION OV7740 SENSOR DRIVER
11182 M:      Wenyou Yang <[email protected]>
11183 L:      [email protected]
11184 T:      git git://linuxtv.org/media_tree.git
11185 S:      Maintained
11186 F:      drivers/media/i2c/ov7740.c
11187 F:      Documentation/devicetree/bindings/media/i2c/ov7740.txt
11188
11189 OMNIVISION OV9650 SENSOR DRIVER
11190 M:      Sakari Ailus <[email protected]>
11191 R:      Akinobu Mita <[email protected]>
11192 R:      Sylwester Nawrocki <[email protected]>
11193 L:      [email protected]
11194 T:      git git://linuxtv.org/media_tree.git
11195 S:      Maintained
11196 F:      drivers/media/i2c/ov9650.c
11197 F:      Documentation/devicetree/bindings/media/i2c/ov9650.txt
11198
11199 ONENAND FLASH DRIVER
11200 M:      Kyungmin Park <[email protected]>
11201 L:      [email protected]
11202 S:      Maintained
11203 F:      drivers/mtd/nand/onenand/
11204 F:      include/linux/mtd/onenand*.h
11205
11206 ONSTREAM SCSI TAPE DRIVER
11207 M:      Willem Riede <[email protected]>
11208 L:      [email protected]
11209 L:      [email protected]
11210 S:      Maintained
11211 F:      Documentation/scsi/osst.txt
11212 F:      drivers/scsi/osst.*
11213 F:      drivers/scsi/osst_*.h
11214 F:      drivers/scsi/st.h
11215
11216 OP-TEE DRIVER
11217 M:      Jens Wiklander <[email protected]>
11218 S:      Maintained
11219 F:      drivers/tee/optee/
11220
11221 OPA-VNIC DRIVER
11222 M:      Dennis Dalessandro <[email protected]>
11223 M:      Niranjana Vishwanathapura <[email protected]>
11224 L:      [email protected]
11225 S:      Supported
11226 F:      drivers/infiniband/ulp/opa_vnic
11227
11228 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
11229 M:      Pantelis Antoniou <[email protected]>
11230 M:      Frank Rowand <[email protected]>
11231 L:      [email protected]
11232 S:      Maintained
11233 F:      Documentation/devicetree/dynamic-resolution-notes.txt
11234 F:      Documentation/devicetree/overlay-notes.txt
11235 F:      drivers/of/overlay.c
11236 F:      drivers/of/resolver.c
11237 K:      of_overlay_notifier_
11238
11239 OPEN FIRMWARE AND FLATTENED DEVICE TREE
11240 M:      Rob Herring <[email protected]>
11241 M:      Frank Rowand <[email protected]>
11242 L:      [email protected]
11243 W:      http://www.devicetree.org/
11244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
11245 S:      Maintained
11246 F:      drivers/of/
11247 F:      include/linux/of*.h
11248 F:      scripts/dtc/
11249 F:      Documentation/ABI/testing/sysfs-firmware-ofw
11250
11251 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
11252 M:      Rob Herring <[email protected]>
11253 M:      Mark Rutland <[email protected]>
11254 L:      [email protected]
11255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
11256 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
11257 S:      Maintained
11258 F:      Documentation/devicetree/
11259 F:      arch/*/boot/dts/
11260 F:      include/dt-bindings/
11261
11262 OPENCORES I2C BUS DRIVER
11263 M:      Peter Korsgaard <[email protected]>
11264 L:      [email protected]
11265 S:      Maintained
11266 F:      Documentation/i2c/busses/i2c-ocores
11267 F:      drivers/i2c/busses/i2c-ocores.c
11268
11269 OPENRISC ARCHITECTURE
11270 M:      Jonas Bonn <[email protected]>
11271 M:      Stefan Kristiansson <[email protected]>
11272 M:      Stafford Horne <[email protected]>
11273 T:      git git://github.com/openrisc/linux.git
11274 L:      [email protected]
11275 W:      http://openrisc.io
11276 S:      Maintained
11277 F:      Documentation/devicetree/bindings/openrisc/
11278 F:      Documentation/openrisc/
11279 F:      arch/openrisc/
11280 F:      drivers/irqchip/irq-ompic.c
11281 F:      drivers/irqchip/irq-or1k-*
11282
11283 OPENVSWITCH
11284 M:      Pravin B Shelar <[email protected]>
11285 L:      [email protected]
11286 L:      [email protected]
11287 W:      http://openvswitch.org
11288 S:      Maintained
11289 F:      net/openvswitch/
11290 F:      include/uapi/linux/openvswitch.h
11291
11292 OPERATING PERFORMANCE POINTS (OPP)
11293 M:      Viresh Kumar <[email protected]>
11294 M:      Nishanth Menon <[email protected]>
11295 M:      Stephen Boyd <[email protected]>
11296 L:      [email protected]
11297 S:      Maintained
11298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
11299 F:      drivers/opp/
11300 F:      include/linux/pm_opp.h
11301 F:      Documentation/power/opp.txt
11302 F:      Documentation/devicetree/bindings/opp/
11303
11304 OPL4 DRIVER
11305 M:      Clemens Ladisch <[email protected]>
11306 L:      [email protected] (moderated for non-subscribers)
11307 T:      git git://git.alsa-project.org/alsa-kernel.git
11308 S:      Maintained
11309 F:      sound/drivers/opl4/
11310
11311 OPROFILE
11312 M:      Robert Richter <[email protected]>
11313 L:      [email protected]
11314 S:      Maintained
11315 F:      arch/*/include/asm/oprofile*.h
11316 F:      arch/*/oprofile/
11317 F:      drivers/oprofile/
11318 F:      include/linux/oprofile.h
11319
11320 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
11321 M:      Mark Fasheh <[email protected]>
11322 M:      Joel Becker <[email protected]>
11323 L:      [email protected] (moderated for non-subscribers)
11324 W:      http://ocfs2.wiki.kernel.org
11325 S:      Supported
11326 F:      Documentation/filesystems/ocfs2.txt
11327 F:      Documentation/filesystems/dlmfs.txt
11328 F:      fs/ocfs2/
11329
11330 ORANGEFS FILESYSTEM
11331 M:      Mike Marshall <[email protected]>
11332 R:      Martin Brandenburg <[email protected]>
11333 L:      [email protected]
11334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
11335 S:      Supported
11336 F:      fs/orangefs/
11337 F:      Documentation/filesystems/orangefs.txt
11338
11339 ORINOCO DRIVER
11340 L:      [email protected]
11341 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
11342 W:      http://www.nongnu.org/orinoco/
11343 S:      Orphan
11344 F:      drivers/net/wireless/intersil/orinoco/
11345
11346 OSD LIBRARY and FILESYSTEM
11347 M:      Boaz Harrosh <[email protected]>
11348 S:      Maintained
11349 F:      drivers/scsi/osd/
11350 F:      include/scsi/osd_*
11351 F:      fs/exofs/
11352
11353 OV2659 OMNIVISION SENSOR DRIVER
11354 M:      "Lad, Prabhakar" <[email protected]>
11355 L:      [email protected]
11356 W:      https://linuxtv.org
11357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11358 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11359 S:      Maintained
11360 F:      drivers/media/i2c/ov2659.c
11361 F:      include/media/i2c/ov2659.h
11362
11363 OVERLAY FILESYSTEM
11364 M:      Miklos Szeredi <[email protected]>
11365 L:      [email protected]
11366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
11367 S:      Supported
11368 F:      fs/overlayfs/
11369 F:      Documentation/filesystems/overlayfs.txt
11370
11371 P54 WIRELESS DRIVER
11372 M:      Christian Lamparter <[email protected]>
11373 L:      [email protected]
11374 W:      http://wireless.kernel.org/en/users/Drivers/p54
11375 S:      Maintained
11376 F:      drivers/net/wireless/intersil/p54/
11377
11378 PA SEMI ETHERNET DRIVER
11379 L:      [email protected]
11380 S:      Orphan
11381 F:      drivers/net/ethernet/pasemi/*
11382
11383 PA SEMI SMBUS DRIVER
11384 L:      [email protected]
11385 S:      Orphan
11386 F:      drivers/i2c/busses/i2c-pasemi.c
11387
11388 PADATA PARALLEL EXECUTION MECHANISM
11389 M:      Steffen Klassert <[email protected]>
11390 L:      [email protected]
11391 S:      Maintained
11392 F:      kernel/padata.c
11393 F:      include/linux/padata.h
11394 F:      Documentation/padata.txt
11395
11396 PANASONIC LAPTOP ACPI EXTRAS DRIVER
11397 M:      Harald Welte <[email protected]>
11398 L:      [email protected]
11399 S:      Maintained
11400 F:      drivers/platform/x86/panasonic-laptop.c
11401
11402 PARALLEL LCD/KEYPAD PANEL DRIVER
11403 M:      Willy Tarreau <[email protected]>
11404 M:      Ksenija Stanojevic <[email protected]>
11405 S:      Odd Fixes
11406 F:      Documentation/auxdisplay/lcd-panel-cgram.txt
11407 F:      drivers/auxdisplay/panel.c
11408
11409 PARALLEL PORT SUBSYSTEM
11410 M:      Sudip Mukherjee <[email protected]>
11411 M:      Sudip Mukherjee <[email protected]>
11412 L:      [email protected] (subscribers-only)
11413 S:      Maintained
11414 F:      drivers/parport/
11415 F:      include/linux/parport*.h
11416 F:      drivers/char/ppdev.c
11417 F:      include/uapi/linux/ppdev.h
11418 F:      Documentation/parport*.txt
11419
11420 PARAVIRT_OPS INTERFACE
11421 M:      Juergen Gross <[email protected]>
11422 M:      Alok Kataria <[email protected]>
11423 L:      [email protected]
11424 S:      Supported
11425 F:      Documentation/virtual/paravirt_ops.txt
11426 F:      arch/*/kernel/paravirt*
11427 F:      arch/*/include/asm/paravirt*.h
11428 F:      include/linux/hypervisor.h
11429
11430 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
11431 M:      Tim Waugh <[email protected]>
11432 L:      [email protected] (subscribers-only)
11433 S:      Maintained
11434 F:      Documentation/blockdev/paride.txt
11435 F:      drivers/block/paride/
11436
11437 PARISC ARCHITECTURE
11438 M:      "James E.J. Bottomley" <[email protected]>
11439 M:      Helge Deller <[email protected]>
11440 L:      [email protected]
11441 W:      http://www.parisc-linux.org/
11442 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
11443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
11444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
11445 S:      Maintained
11446 F:      arch/parisc/
11447 F:      Documentation/parisc/
11448 F:      drivers/parisc/
11449 F:      drivers/char/agp/parisc-agp.c
11450 F:      drivers/input/serio/gscps2.c
11451 F:      drivers/parport/parport_gsc.*
11452 F:      drivers/tty/serial/8250/8250_gsc.c
11453 F:      drivers/video/fbdev/sti*
11454 F:      drivers/video/console/sti*
11455 F:      drivers/video/logo/logo_parisc*
11456
11457 PARMAN
11458 M:      Jiri Pirko <[email protected]>
11459 L:      [email protected]
11460 S:      Supported
11461 F:      lib/parman.c
11462 F:      lib/test_parman.c
11463 F:      include/linux/parman.h
11464
11465 PC87360 HARDWARE MONITORING DRIVER
11466 M:      Jim Cromie <[email protected]>
11467 L:      [email protected]
11468 S:      Maintained
11469 F:      Documentation/hwmon/pc87360
11470 F:      drivers/hwmon/pc87360.c
11471
11472 PC8736x GPIO DRIVER
11473 M:      Jim Cromie <[email protected]>
11474 S:      Maintained
11475 F:      drivers/char/pc8736x_gpio.c
11476
11477 PC87427 HARDWARE MONITORING DRIVER
11478 M:      Jean Delvare <[email protected]>
11479 L:      [email protected]
11480 S:      Maintained
11481 F:      Documentation/hwmon/pc87427
11482 F:      drivers/hwmon/pc87427.c
11483
11484 PCA9532 LED DRIVER
11485 M:      Riku Voipio <[email protected]>
11486 S:      Maintained
11487 F:      drivers/leds/leds-pca9532.c
11488 F:      include/linux/leds-pca9532.h
11489
11490 PCA9541 I2C BUS MASTER SELECTOR DRIVER
11491 M:      Guenter Roeck <[email protected]>
11492 L:      [email protected]
11493 S:      Maintained
11494 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
11495
11496 PCDP - PRIMARY CONSOLE AND DEBUG PORT
11497 M:      Khalid Aziz <[email protected]>
11498 S:      Maintained
11499 F:      drivers/firmware/pcdp.*
11500
11501 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
11502 M:      Thomas Petazzoni <[email protected]>
11503 L:      [email protected]
11504 L:      [email protected] (moderated for non-subscribers)
11505 S:      Maintained
11506 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
11507 F:      drivers/pci/controller/pci-aardvark.c
11508
11509 PCI DRIVER FOR ALTERA PCIE IP
11510 M:      Ley Foon Tan <[email protected]>
11511 L:      [email protected] (moderated for non-subscribers)
11512 L:      [email protected]
11513 S:      Supported
11514 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
11515 F:      drivers/pci/controller/pcie-altera.c
11516
11517 PCI DRIVER FOR APPLIEDMICRO XGENE
11518 M:      Tanmay Inamdar <[email protected]>
11519 L:      [email protected]
11520 L:      [email protected]
11521 S:      Maintained
11522 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
11523 F:      drivers/pci/controller/pci-xgene.c
11524
11525 PCI DRIVER FOR ARM VERSATILE PLATFORM
11526 M:      Rob Herring <[email protected]>
11527 L:      [email protected]
11528 L:      [email protected]
11529 S:      Maintained
11530 F:      Documentation/devicetree/bindings/pci/versatile.txt
11531 F:      drivers/pci/controller/pci-versatile.c
11532
11533 PCI DRIVER FOR ARMADA 8K
11534 M:      Thomas Petazzoni <[email protected]>
11535 L:      [email protected]
11536 L:      [email protected]
11537 S:      Maintained
11538 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
11539 F:      drivers/pci/controller/dwc/pcie-armada8k.c
11540
11541 PCI DRIVER FOR CADENCE PCIE IP
11542 M:      Alan Douglas <[email protected]>
11543 L:      [email protected]
11544 S:      Maintained
11545 F:      Documentation/devicetree/bindings/pci/cdns,*.txt
11546 F:      drivers/pci/controller/pcie-cadence*
11547
11548 PCI DRIVER FOR FREESCALE LAYERSCAPE
11549 M:      Minghuan Lian <[email protected]>
11550 M:      Mingkai Hu <[email protected]>
11551 M:      Roy Zang <[email protected]>
11552 L:      [email protected]
11553 L:      [email protected]
11554 L:      [email protected]
11555 S:      Maintained
11556 F:      drivers/pci/controller/dwc/*layerscape*
11557
11558 PCI DRIVER FOR GENERIC OF HOSTS
11559 M:      Will Deacon <[email protected]>
11560 L:      [email protected]
11561 L:      [email protected] (moderated for non-subscribers)
11562 S:      Maintained
11563 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
11564 F:      drivers/pci/controller/pci-host-common.c
11565 F:      drivers/pci/controller/pci-host-generic.c
11566
11567 PCI DRIVER FOR IMX6
11568 M:      Richard Zhu <[email protected]>
11569 M:      Lucas Stach <[email protected]>
11570 L:      [email protected]
11571 L:      [email protected] (moderated for non-subscribers)
11572 S:      Maintained
11573 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
11574 F:      drivers/pci/controller/dwc/*imx6*
11575
11576 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
11577 M:      Keith Busch <[email protected]>
11578 M:      Jonathan Derrick <[email protected]>
11579 L:      [email protected]
11580 S:      Supported
11581 F:      drivers/pci/controller/vmd.c
11582
11583 PCI DRIVER FOR MICROSEMI SWITCHTEC
11584 M:      Kurt Schwemmer <[email protected]>
11585 M:      Logan Gunthorpe <[email protected]>
11586 L:      [email protected]
11587 S:      Maintained
11588 F:      Documentation/switchtec.txt
11589 F:      Documentation/ABI/testing/sysfs-class-switchtec
11590 F:      drivers/pci/switch/switchtec*
11591 F:      include/uapi/linux/switchtec_ioctl.h
11592 F:      include/linux/switchtec.h
11593 F:      drivers/ntb/hw/mscc/
11594
11595 PCI DRIVER FOR MOBIVEIL PCIE IP
11596 M:      Subrahmanya Lingappa <[email protected]>
11597 L:      [email protected]
11598 S:      Supported
11599 F:      Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
11600 F:      drivers/pci/controller/pcie-mobiveil.c
11601
11602 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
11603 M:      Thomas Petazzoni <[email protected]>
11604 M:      Jason Cooper <[email protected]>
11605 L:      [email protected]
11606 L:      [email protected] (moderated for non-subscribers)
11607 S:      Maintained
11608 F:      drivers/pci/controller/*mvebu*
11609
11610 PCI DRIVER FOR NVIDIA TEGRA
11611 M:      Thierry Reding <[email protected]>
11612 L:      [email protected]
11613 L:      [email protected]
11614 S:      Supported
11615 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
11616 F:      drivers/pci/controller/pci-tegra.c
11617
11618 PCI DRIVER FOR RENESAS R-CAR
11619 M:      Simon Horman <[email protected]>
11620 L:      [email protected]
11621 L:      [email protected]
11622 S:      Maintained
11623 F:      drivers/pci/controller/*rcar*
11624
11625 PCI DRIVER FOR SAMSUNG EXYNOS
11626 M:      Jingoo Han <[email protected]>
11627 L:      [email protected]
11628 L:      [email protected] (moderated for non-subscribers)
11629 L:      [email protected] (moderated for non-subscribers)
11630 S:      Maintained
11631 F:      drivers/pci/controller/dwc/pci-exynos.c
11632
11633 PCI DRIVER FOR SYNOPSYS DESIGNWARE
11634 M:      Jingoo Han <[email protected]>
11635 M:      Gustavo Pimentel <[email protected]>
11636 L:      [email protected]
11637 S:      Maintained
11638 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
11639 F:      drivers/pci/controller/dwc/*designware*
11640
11641 PCI DRIVER FOR TI DRA7XX
11642 M:      Kishon Vijay Abraham I <[email protected]>
11643 L:      [email protected]
11644 L:      [email protected]
11645 S:      Supported
11646 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
11647 F:      drivers/pci/controller/dwc/pci-dra7xx.c
11648
11649 PCI DRIVER FOR TI KEYSTONE
11650 M:      Murali Karicheri <[email protected]>
11651 L:      [email protected]
11652 L:      [email protected] (moderated for non-subscribers)
11653 S:      Maintained
11654 F:      drivers/pci/controller/dwc/pci-keystone.c
11655
11656 PCI ENDPOINT SUBSYSTEM
11657 M:      Kishon Vijay Abraham I <[email protected]>
11658 M:      Lorenzo Pieralisi <[email protected]>
11659 L:      [email protected]
11660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
11661 S:      Supported
11662 F:      drivers/pci/endpoint/
11663 F:      drivers/misc/pci_endpoint_test.c
11664 F:      tools/pci/
11665
11666 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
11667 M:      Russell Currey <[email protected]>
11668 M:      Sam Bobroff <[email protected]>
11669 M:      Oliver O'Halloran <[email protected]>
11670 L:      [email protected]
11671 S:      Supported
11672 F:      Documentation/PCI/pci-error-recovery.txt
11673 F:      drivers/pci/pcie/aer.c
11674 F:      drivers/pci/pcie/dpc.c
11675 F:      drivers/pci/pcie/err.c
11676 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
11677 F:      arch/powerpc/kernel/eeh*.c
11678 F:      arch/powerpc/platforms/*/eeh*.c
11679 F:      arch/powerpc/include/*/eeh*.h
11680
11681 PCI ERROR RECOVERY
11682 M:      Linas Vepstas <[email protected]>
11683 L:      [email protected]
11684 S:      Supported
11685 F:      Documentation/PCI/pci-error-recovery.txt
11686
11687 PCI MSI DRIVER FOR ALTERA MSI IP
11688 M:      Ley Foon Tan <[email protected]>
11689 L:      [email protected] (moderated for non-subscribers)
11690 L:      [email protected]
11691 S:      Supported
11692 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
11693 F:      drivers/pci/controller/pcie-altera-msi.c
11694
11695 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
11696 M:      Duc Dang <[email protected]>
11697 L:      [email protected]
11698 L:      [email protected]
11699 S:      Maintained
11700 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
11701 F:      drivers/pci/controller/pci-xgene-msi.c
11702
11703 PCI SUBSYSTEM
11704 M:      Bjorn Helgaas <[email protected]>
11705 L:      [email protected]
11706 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
11707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
11708 S:      Supported
11709 F:      Documentation/devicetree/bindings/pci/
11710 F:      Documentation/PCI/
11711 F:      drivers/acpi/pci*
11712 F:      drivers/pci/
11713 F:      include/asm-generic/pci*
11714 F:      include/linux/pci*
11715 F:      include/linux/of_pci.h
11716 F:      include/uapi/linux/pci*
11717 F:      lib/pci*
11718 F:      arch/x86/pci/
11719 F:      arch/x86/kernel/quirks.c
11720
11721 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
11722 M:      Lorenzo Pieralisi <[email protected]>
11723 L:      [email protected]
11724 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
11725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
11726 S:      Supported
11727 F:      drivers/pci/controller/
11728
11729 PCIE DRIVER FOR AXIS ARTPEC
11730 M:      Jesper Nilsson <[email protected]>
11731 L:      [email protected]
11732 L:      [email protected]
11733 S:      Maintained
11734 F:      Documentation/devicetree/bindings/pci/axis,artpec*
11735 F:      drivers/pci/controller/dwc/*artpec*
11736
11737 PCIE DRIVER FOR CAVIUM THUNDERX
11738 M:      David Daney <[email protected]>
11739 L:      [email protected]
11740 L:      [email protected] (moderated for non-subscribers)
11741 S:      Supported
11742 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
11743 F:      drivers/pci/controller/pci-thunder-*
11744
11745 PCIE DRIVER FOR HISILICON
11746 M:      Zhou Wang <[email protected]>
11747 L:      [email protected]
11748 S:      Maintained
11749 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
11750 F:      drivers/pci/controller/dwc/pcie-hisi.c
11751
11752 PCIE DRIVER FOR HISILICON KIRIN
11753 M:      Xiaowei Song <[email protected]>
11754 M:      Binghui Wang <[email protected]>
11755 L:      [email protected]
11756 S:      Maintained
11757 F:      Documentation/devicetree/bindings/pci/kirin-pcie.txt
11758 F:      drivers/pci/controller/dwc/pcie-kirin.c
11759
11760 PCIE DRIVER FOR HISILICON STB
11761 M:      Jianguo Sun <[email protected]>
11762 M:      Shawn Guo <[email protected]>
11763 L:      [email protected]
11764 S:      Maintained
11765 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
11766 F:      drivers/pci/controller/dwc/pcie-histb.c
11767
11768 PCIE DRIVER FOR MEDIATEK
11769 M:      Ryder Lee <[email protected]>
11770 L:      [email protected]
11771 L:      [email protected]
11772 S:      Supported
11773 F:      Documentation/devicetree/bindings/pci/mediatek*
11774 F:      drivers/pci/controller/*mediatek*
11775
11776 PCIE DRIVER FOR QUALCOMM MSM
11777 M:      Stanimir Varbanov <[email protected]>
11778 L:      [email protected]
11779 L:      [email protected]
11780 S:      Maintained
11781 F:      drivers/pci/controller/dwc/*qcom*
11782
11783 PCIE DRIVER FOR ROCKCHIP
11784 M:      Shawn Lin <[email protected]>
11785 L:      [email protected]
11786 L:      [email protected]
11787 S:      Maintained
11788 F:      Documentation/devicetree/bindings/pci/rockchip-pcie*
11789 F:      drivers/pci/controller/pcie-rockchip*
11790
11791 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
11792 M:      Linus Walleij <[email protected]>
11793 L:      [email protected]
11794 S:      Maintained
11795 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
11796 F:      drivers/pci/controller/pci-v3-semi.c
11797
11798 PCIE DRIVER FOR ST SPEAR13XX
11799 M:      Pratyush Anand <[email protected]>
11800 L:      [email protected]
11801 S:      Maintained
11802 F:      drivers/pci/controller/dwc/*spear*
11803
11804 PCMCIA SUBSYSTEM
11805 M:      Dominik Brodowski <[email protected]>
11806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
11807 S:      Odd Fixes
11808 F:      Documentation/pcmcia/
11809 F:      tools/pcmcia/
11810 F:      drivers/pcmcia/
11811 F:      include/pcmcia/
11812
11813 PCNET32 NETWORK DRIVER
11814 M:      Don Fry <[email protected]>
11815 L:      [email protected]
11816 S:      Maintained
11817 F:      drivers/net/ethernet/amd/pcnet32.c
11818
11819 PCRYPT PARALLEL CRYPTO ENGINE
11820 M:      Steffen Klassert <[email protected]>
11821 L:      [email protected]
11822 S:      Maintained
11823 F:      crypto/pcrypt.c
11824 F:      include/crypto/pcrypt.h
11825
11826 PEAQ WMI HOTKEYS DRIVER
11827 M:      Hans de Goede <[email protected]>
11828 L:      [email protected]
11829 S:      Maintained
11830 F:      drivers/platform/x86/peaq-wmi.c
11831
11832 PER-CPU MEMORY ALLOCATOR
11833 M:      Dennis Zhou <[email protected]>
11834 M:      Tejun Heo <[email protected]>
11835 M:      Christoph Lameter <[email protected]>
11836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
11837 S:      Maintained
11838 F:      include/linux/percpu*.h
11839 F:      mm/percpu*.c
11840 F:      arch/*/include/asm/percpu.h
11841
11842 PER-TASK DELAY ACCOUNTING
11843 M:      Balbir Singh <[email protected]>
11844 S:      Maintained
11845 F:      include/linux/delayacct.h
11846 F:      kernel/delayacct.c
11847
11848 PERFORMANCE EVENTS SUBSYSTEM
11849 M:      Peter Zijlstra <[email protected]>
11850 M:      Ingo Molnar <[email protected]>
11851 M:      Arnaldo Carvalho de Melo <[email protected]>
11852 R:      Alexander Shishkin <[email protected]>
11853 R:      Jiri Olsa <[email protected]>
11854 R:      Namhyung Kim <[email protected]>
11855 L:      [email protected]
11856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11857 S:      Supported
11858 F:      kernel/events/*
11859 F:      include/linux/perf_event.h
11860 F:      include/uapi/linux/perf_event.h
11861 F:      arch/*/kernel/perf_event*.c
11862 F:      arch/*/kernel/*/perf_event*.c
11863 F:      arch/*/kernel/*/*/perf_event*.c
11864 F:      arch/*/include/asm/perf_event.h
11865 F:      arch/*/kernel/perf_callchain.c
11866 F:      arch/*/events/*
11867 F:      tools/perf/
11868
11869 PERSONALITY HANDLING
11870 M:      Christoph Hellwig <[email protected]>
11871 L:      [email protected]
11872 S:      Maintained
11873 F:      include/linux/personality.h
11874 F:      include/uapi/linux/personality.h
11875
11876 PHOENIX RC FLIGHT CONTROLLER ADAPTER
11877 M:      Marcus Folkesson <[email protected]>
11878 L:      [email protected]
11879 S:      Maintained
11880 F:      Documentation/input/devices/pxrc.rst
11881 F:      drivers/input/joystick/pxrc.c
11882
11883 PHONET PROTOCOL
11884 M:      Remi Denis-Courmont <[email protected]>
11885 S:      Supported
11886 F:      Documentation/networking/phonet.txt
11887 F:      include/linux/phonet.h
11888 F:      include/net/phonet/
11889 F:      include/uapi/linux/phonet.h
11890 F:      net/phonet/
11891
11892 PHRAM MTD DRIVER
11893 M:      Joern Engel <[email protected]>
11894 L:      [email protected]
11895 S:      Maintained
11896 F:      drivers/mtd/devices/phram.c
11897
11898 PICOLCD HID DRIVER
11899 M:      Bruno Prémont <[email protected]>
11900 L:      [email protected]
11901 S:      Maintained
11902 F:      drivers/hid/hid-picolcd*
11903
11904 PICOXCELL SUPPORT
11905 M:      Jamie Iles <[email protected]>
11906 L:      [email protected] (moderated for non-subscribers)
11907 T:      git git://github.com/jamieiles/linux-2.6-ji.git
11908 S:      Supported
11909 F:      arch/arm/boot/dts/picoxcell*
11910 F:      arch/arm/mach-picoxcell/
11911 F:      drivers/crypto/picoxcell*
11912
11913 PIN CONTROL SUBSYSTEM
11914 M:      Linus Walleij <[email protected]>
11915 L:      [email protected]
11916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
11917 S:      Maintained
11918 F:      Documentation/devicetree/bindings/pinctrl/
11919 F:      Documentation/driver-api/pinctl.rst
11920 F:      drivers/pinctrl/
11921 F:      include/linux/pinctrl/
11922
11923 PIN CONTROLLER - MICROCHIP AT91
11924 M:      Ludovic Desroches <[email protected]>
11925 L:      [email protected] (moderated for non-subscribers)
11926 L:      [email protected]
11927 S:      Supported
11928 F:      drivers/pinctrl/pinctrl-at91*
11929
11930 PIN CONTROLLER - FREESCALE
11931 M:      Dong Aisheng <[email protected]>
11932 M:      Fabio Estevam <[email protected]>
11933 M:      Shawn Guo <[email protected]>
11934 M:      Stefan Agner <[email protected]>
11935 R:      Pengutronix Kernel Team <[email protected]>
11936 L:      [email protected]
11937 S:      Maintained
11938 F:      drivers/pinctrl/freescale/
11939 F:      Documentation/devicetree/bindings/pinctrl/fsl,*
11940
11941 PIN CONTROLLER - INTEL
11942 M:      Mika Westerberg <[email protected]>
11943 M:      Andy Shevchenko <[email protected]>
11944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
11945 S:      Maintained
11946 F:      drivers/pinctrl/intel/
11947
11948 PIN CONTROLLER - MEDIATEK
11949 M:      Sean Wang <[email protected]>
11950 L:      [email protected] (moderated for non-subscribers)
11951 S:      Maintained
11952 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
11953 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
11954 F:      drivers/pinctrl/mediatek/
11955
11956 PIN CONTROLLER - QUALCOMM
11957 M:      Bjorn Andersson <[email protected]>
11958 S:      Maintained
11959 L:      [email protected]
11960 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
11961 F:      drivers/pinctrl/qcom/
11962
11963 PIN CONTROLLER - RENESAS
11964 M:      Geert Uytterhoeven <[email protected]>
11965 L:      [email protected]
11966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
11967 S:      Maintained
11968 F:      drivers/pinctrl/pinctrl-rz*
11969 F:      drivers/pinctrl/sh-pfc/
11970
11971 PIN CONTROLLER - SAMSUNG
11972 M:      Tomasz Figa <[email protected]>
11973 M:      Krzysztof Kozlowski <[email protected]>
11974 M:      Sylwester Nawrocki <[email protected]>
11975 L:      [email protected] (moderated for non-subscribers)
11976 L:      [email protected] (moderated for non-subscribers)
11977 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
11978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
11979 S:      Maintained
11980 F:      drivers/pinctrl/samsung/
11981 F:      include/dt-bindings/pinctrl/samsung.h
11982 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
11983
11984 PIN CONTROLLER - SINGLE
11985 M:      Tony Lindgren <[email protected]>
11986 M:      Haojian Zhuang <[email protected]>
11987 L:      [email protected] (moderated for non-subscribers)
11988 L:      [email protected]
11989 S:      Maintained
11990 F:      drivers/pinctrl/pinctrl-single.c
11991
11992 PIN CONTROLLER - ST SPEAR
11993 M:      Viresh Kumar <[email protected]>
11994 L:      [email protected] (moderated for non-subscribers)
11995 W:      http://www.st.com/spear
11996 S:      Maintained
11997 F:      drivers/pinctrl/spear/
11998
11999 PISTACHIO SOC SUPPORT
12000 M:      James Hartley <[email protected]>
12001 L:      [email protected]
12002 S:      Odd Fixes
12003 F:      arch/mips/pistachio/
12004 F:      arch/mips/include/asm/mach-pistachio/
12005 F:      arch/mips/boot/dts/img/pistachio*
12006 F:      arch/mips/configs/pistachio*_defconfig
12007
12008 PKTCDVD DRIVER
12009 S:      Orphan
12010 M:      [email protected]
12011 F:      drivers/block/pktcdvd.c
12012 F:      include/linux/pktcdvd.h
12013 F:      include/uapi/linux/pktcdvd.h
12014
12015 PKUNITY SOC DRIVERS
12016 M:      Guan Xuetao <[email protected]>
12017 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12018 S:      Maintained
12019 T:      git git://github.com/gxt/linux.git
12020 F:      drivers/input/serio/i8042-unicore32io.h
12021 F:      drivers/i2c/busses/i2c-puv3.c
12022 F:      drivers/video/fbdev/fb-puv3.c
12023 F:      drivers/rtc/rtc-puv3.c
12024
12025 PMBUS HARDWARE MONITORING DRIVERS
12026 M:      Guenter Roeck <[email protected]>
12027 L:      [email protected]
12028 W:      http://hwmon.wiki.kernel.org/
12029 W:      http://www.roeck-us.net/linux/drivers/
12030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
12031 S:      Maintained
12032 F:      Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt
12033 F:      Documentation/devicetree/bindings/hwmon/max31785.txt
12034 F:      Documentation/devicetree/bindings/hwmon/ltc2978.txt
12035 F:      Documentation/hwmon/adm1275
12036 F:      Documentation/hwmon/ibm-cffps
12037 F:      Documentation/hwmon/ir35221
12038 F:      Documentation/hwmon/lm25066
12039 F:      Documentation/hwmon/ltc2978
12040 F:      Documentation/hwmon/ltc3815
12041 F:      Documentation/hwmon/max16064
12042 F:      Documentation/hwmon/max20751
12043 F:      Documentation/hwmon/max31785
12044 F:      Documentation/hwmon/max34440
12045 F:      Documentation/hwmon/max8688
12046 F:      Documentation/hwmon/pmbus
12047 F:      Documentation/hwmon/pmbus-core
12048 F:      Documentation/hwmon/tps40422
12049 F:      Documentation/hwmon/ucd9000
12050 F:      Documentation/hwmon/ucd9200
12051 F:      Documentation/hwmon/zl6100
12052 F:      drivers/hwmon/pmbus/
12053 F:      include/linux/pmbus.h
12054
12055 PMC SIERRA MaxRAID DRIVER
12056 L:      [email protected]
12057 W:      http://www.pmc-sierra.com/
12058 S:      Orphan
12059 F:      drivers/scsi/pmcraid.*
12060
12061 PMC SIERRA PM8001 DRIVER
12062 M:      Jack Wang <[email protected]>
12063 M:      [email protected]
12064 L:      [email protected]
12065 S:      Supported
12066 F:      drivers/scsi/pm8001/
12067
12068 PNP SUPPORT
12069 M:      "Rafael J. Wysocki" <[email protected]>
12070 S:      Maintained
12071 F:      drivers/pnp/
12072
12073 PNI RM3100 IIO DRIVER
12074 M:      Song Qiang <[email protected]>
12075 L:      [email protected]
12076 S:      Maintained
12077 F:      drivers/iio/magnetometer/rm3100*
12078 F:      Documentation/devicetree/bindings/iio/magnetometer/pni,rm3100.txt
12079
12080 POSIX CLOCKS and TIMERS
12081 M:      Thomas Gleixner <[email protected]>
12082 L:      [email protected]
12083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
12084 S:      Maintained
12085 F:      fs/timerfd.c
12086 F:      include/linux/timer*
12087 F:      kernel/time/*timer*
12088
12089 POWER MANAGEMENT CORE
12090 M:      "Rafael J. Wysocki" <[email protected]>
12091 L:      [email protected]
12092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
12093 B:      https://bugzilla.kernel.org
12094 S:      Supported
12095 F:      drivers/base/power/
12096 F:      include/linux/pm.h
12097 F:      include/linux/pm_*
12098 F:      include/linux/powercap.h
12099 F:      drivers/powercap/
12100 F:      kernel/configs/nopm.config
12101
12102 POWER STATE COORDINATION INTERFACE (PSCI)
12103 M:      Mark Rutland <[email protected]>
12104 M:      Lorenzo Pieralisi <[email protected]>
12105 L:      [email protected]
12106 S:      Maintained
12107 F:      drivers/firmware/psci*.c
12108 F:      include/linux/psci.h
12109 F:      include/uapi/linux/psci.h
12110
12111 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
12112 M:      Sebastian Reichel <[email protected]>
12113 L:      [email protected]
12114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12115 S:      Maintained
12116 F:      Documentation/ABI/testing/sysfs-class-power
12117 F:      Documentation/devicetree/bindings/power/supply/
12118 F:      include/linux/power_supply.h
12119 F:      drivers/power/supply/
12120
12121 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
12122 M:      Suraj Jitindar Singh <[email protected]>
12123 L:      [email protected]
12124 S:      Maintained
12125 F:      drivers/char/powernv-op-panel.c
12126
12127 PPP OVER ATM (RFC 2364)
12128 M:      Mitchell Blank Jr <[email protected]>
12129 S:      Maintained
12130 F:      net/atm/pppoatm.c
12131 F:      include/uapi/linux/atmppp.h
12132
12133 PPP OVER ETHERNET
12134 M:      Michal Ostrowski <[email protected]>
12135 S:      Maintained
12136 F:      drivers/net/ppp/pppoe.c
12137 F:      drivers/net/ppp/pppox.c
12138
12139 PPP OVER L2TP
12140 M:      James Chapman <[email protected]>
12141 S:      Maintained
12142 F:      net/l2tp/l2tp_ppp.c
12143 F:      include/linux/if_pppol2tp.h
12144 F:      include/uapi/linux/if_pppol2tp.h
12145
12146 PPP PROTOCOL DRIVERS AND COMPRESSORS
12147 M:      Paul Mackerras <[email protected]>
12148 L:      [email protected]
12149 S:      Maintained
12150 F:      drivers/net/ppp/ppp_*
12151
12152 PPS SUPPORT
12153 M:      Rodolfo Giometti <[email protected]>
12154 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
12155 L:      [email protected] (subscribers-only)
12156 S:      Maintained
12157 F:      Documentation/pps/
12158 F:      Documentation/devicetree/bindings/pps/pps-gpio.txt
12159 F:      Documentation/ABI/testing/sysfs-pps
12160 F:      drivers/pps/
12161 F:      include/linux/pps*.h
12162 F:      include/uapi/linux/pps.h
12163
12164 PPTP DRIVER
12165 M:      Dmitry Kozlov <[email protected]>
12166 L:      [email protected]
12167 S:      Maintained
12168 F:      drivers/net/ppp/pptp.c
12169 W:      http://sourceforge.net/projects/accel-pptp
12170
12171 PREEMPTIBLE KERNEL
12172 M:      Robert Love <[email protected]>
12173 L:      [email protected]
12174 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
12175 S:      Supported
12176 F:      Documentation/preempt-locking.txt
12177 F:      include/linux/preempt.h
12178
12179 PRINTK
12180 M:      Petr Mladek <[email protected]>
12181 M:      Sergey Senozhatsky <[email protected]>
12182 R:      Steven Rostedt <[email protected]>
12183 S:      Maintained
12184 F:      kernel/printk/
12185 F:      include/linux/printk.h
12186
12187 PRISM54 WIRELESS DRIVER
12188 M:      Luis Chamberlain <[email protected]>
12189 L:      [email protected]
12190 W:      http://wireless.kernel.org/en/users/Drivers/p54
12191 S:      Obsolete
12192 F:      drivers/net/wireless/intersil/prism54/
12193
12194 PROC FILESYSTEM
12195 R:      Alexey Dobriyan <[email protected]>
12196 L:      [email protected]
12197 L:      [email protected]
12198 S:      Maintained
12199 F:      fs/proc/
12200 F:      include/linux/proc_fs.h
12201 F:      tools/testing/selftests/proc/
12202 F:      Documentation/filesystems/proc.txt
12203
12204 PROC SYSCTL
12205 M:      Luis Chamberlain <[email protected]>
12206 M:      Kees Cook <[email protected]>
12207 L:      [email protected]
12208 L:      [email protected]
12209 S:      Maintained
12210 F:      fs/proc/proc_sysctl.c
12211 F:      include/linux/sysctl.h
12212 F:      kernel/sysctl.c
12213 F:      tools/testing/selftests/sysctl/
12214
12215 PS3 NETWORK SUPPORT
12216 M:      Geoff Levand <[email protected]>
12217 L:      [email protected]
12218 L:      [email protected]
12219 S:      Maintained
12220 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
12221
12222 PS3 PLATFORM SUPPORT
12223 M:      Geoff Levand <[email protected]>
12224 L:      [email protected]
12225 S:      Maintained
12226 F:      arch/powerpc/boot/ps3*
12227 F:      arch/powerpc/include/asm/lv1call.h
12228 F:      arch/powerpc/include/asm/ps3*.h
12229 F:      arch/powerpc/platforms/ps3/
12230 F:      drivers/*/ps3*
12231 F:      drivers/ps3/
12232 F:      drivers/rtc/rtc-ps3.c
12233 F:      drivers/usb/host/*ps3.c
12234 F:      sound/ppc/snd_ps3*
12235
12236 PS3VRAM DRIVER
12237 M:      Jim Paris <[email protected]>
12238 M:      Geoff Levand <[email protected]>
12239 L:      [email protected]
12240 S:      Maintained
12241 F:      drivers/block/ps3vram.c
12242
12243 PSAMPLE PACKET SAMPLING SUPPORT:
12244 M:      Yotam Gigi <[email protected]>
12245 S:      Maintained
12246 F:      net/psample
12247 F:      include/net/psample.h
12248 F:      include/uapi/linux/psample.h
12249
12250 PSTORE FILESYSTEM
12251 M:      Kees Cook <[email protected]>
12252 M:      Anton Vorontsov <[email protected]>
12253 M:      Colin Cross <[email protected]>
12254 M:      Tony Luck <[email protected]>
12255 S:      Maintained
12256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
12257 F:      fs/pstore/
12258 F:      include/linux/pstore*
12259 F:      drivers/firmware/efi/efi-pstore.c
12260 F:      drivers/acpi/apei/erst.c
12261 F:      Documentation/admin-guide/ramoops.rst
12262 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
12263 K:      \b(pstore|ramoops)
12264
12265 PTP HARDWARE CLOCK SUPPORT
12266 M:      Richard Cochran <[email protected]>
12267 L:      [email protected]
12268 S:      Maintained
12269 W:      http://linuxptp.sourceforge.net/
12270 F:      Documentation/ABI/testing/sysfs-ptp
12271 F:      Documentation/ptp/*
12272 F:      drivers/net/phy/dp83640*
12273 F:      drivers/ptp/*
12274 F:      include/linux/ptp_cl*
12275
12276 PTRACE SUPPORT
12277 M:      Oleg Nesterov <[email protected]>
12278 S:      Maintained
12279 F:      include/asm-generic/syscall.h
12280 F:      include/linux/ptrace.h
12281 F:      include/linux/regset.h
12282 F:      include/linux/tracehook.h
12283 F:      include/uapi/linux/ptrace.h
12284 F:      include/uapi/linux/ptrace.h
12285 F:      include/asm-generic/ptrace.h
12286 F:      kernel/ptrace.c
12287 F:      arch/*/ptrace*.c
12288 F:      arch/*/*/ptrace*.c
12289 F:      arch/*/include/asm/ptrace*.h
12290
12291 PULSE8-CEC DRIVER
12292 M:      Hans Verkuil <[email protected]>
12293 L:      [email protected]
12294 T:      git git://linuxtv.org/media_tree.git
12295 S:      Maintained
12296 F:      drivers/media/usb/pulse8-cec/*
12297 F:      Documentation/media/cec-drivers/pulse8-cec.rst
12298
12299 PVRUSB2 VIDEO4LINUX DRIVER
12300 M:      Mike Isely <[email protected]>
12301 L:      [email protected]       (subscribers-only)
12302 L:      [email protected]
12303 W:      http://www.isely.net/pvrusb2/
12304 T:      git git://linuxtv.org/media_tree.git
12305 S:      Maintained
12306 F:      Documentation/media/v4l-drivers/pvrusb2*
12307 F:      drivers/media/usb/pvrusb2/
12308
12309 PWC WEBCAM DRIVER
12310 M:      Hans Verkuil <[email protected]>
12311 L:      [email protected]
12312 T:      git git://linuxtv.org/media_tree.git
12313 S:      Odd Fixes
12314 F:      drivers/media/usb/pwc/*
12315
12316 PWM FAN DRIVER
12317 M:      Kamil Debski <[email protected]>
12318 M:      Bartlomiej Zolnierkiewicz <[email protected]>
12319 L:      [email protected]
12320 S:      Supported
12321 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
12322 F:      Documentation/hwmon/pwm-fan
12323 F:      drivers/hwmon/pwm-fan.c
12324
12325 PWM IR Transmitter
12326 M:      Sean Young <[email protected]>
12327 L:      [email protected]
12328 S:      Maintained
12329 F:      drivers/media/rc/pwm-ir-tx.c
12330
12331 PWM SUBSYSTEM
12332 M:      Thierry Reding <[email protected]>
12333 L:      [email protected]
12334 S:      Maintained
12335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
12336 F:      Documentation/pwm.txt
12337 F:      Documentation/devicetree/bindings/pwm/
12338 F:      include/linux/pwm.h
12339 F:      drivers/pwm/
12340 F:      drivers/video/backlight/pwm_bl.c
12341 F:      include/linux/pwm_backlight.h
12342 F:      drivers/gpio/gpio-mvebu.c
12343 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
12344
12345 PXA GPIO DRIVER
12346 M:      Robert Jarzmik <[email protected]>
12347 L:      [email protected]
12348 S:      Maintained
12349 F:      drivers/gpio/gpio-pxa.c
12350
12351 PXA MMCI DRIVER
12352 S:      Orphan
12353
12354 PXA RTC DRIVER
12355 M:      Robert Jarzmik <[email protected]>
12356 L:      [email protected]
12357 S:      Maintained
12358
12359 PXA2xx/PXA3xx SUPPORT
12360 M:      Daniel Mack <[email protected]>
12361 M:      Haojian Zhuang <[email protected]>
12362 M:      Robert Jarzmik <[email protected]>
12363 L:      [email protected] (moderated for non-subscribers)
12364 T:      git git://github.com/hzhuang1/linux.git
12365 T:      git git://github.com/rjarzmik/linux.git
12366 S:      Maintained
12367 F:      arch/arm/boot/dts/pxa*
12368 F:      arch/arm/mach-pxa/
12369 F:      drivers/dma/pxa*
12370 F:      drivers/pcmcia/pxa2xx*
12371 F:      drivers/pinctrl/pxa/
12372 F:      drivers/spi/spi-pxa2xx*
12373 F:      drivers/usb/gadget/udc/pxa2*
12374 F:      include/sound/pxa2xx-lib.h
12375 F:      sound/arm/pxa*
12376 F:      sound/soc/pxa/
12377
12378 QAT DRIVER
12379 M:      Giovanni Cabiddu <[email protected]>
12380 L:      [email protected]
12381 S:      Supported
12382 F:      drivers/crypto/qat/
12383
12384 QCOM AUDIO (ASoC) DRIVERS
12385 M:      Patrick Lai <[email protected]>
12386 M:      Banajit Goswami <[email protected]>
12387 L:      [email protected] (moderated for non-subscribers)
12388 S:      Supported
12389 F:      sound/soc/qcom/
12390
12391 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
12392 M:      Gabriel Somlo <[email protected]>
12393 M:      "Michael S. Tsirkin" <[email protected]>
12394 L:      [email protected]
12395 S:      Maintained
12396 F:      drivers/firmware/qemu_fw_cfg.c
12397 F:      include/uapi/linux/qemu_fw_cfg.h
12398
12399 QIB DRIVER
12400 M:      Dennis Dalessandro <[email protected]>
12401 M:      Mike Marciniszyn <[email protected]>
12402 L:      [email protected]
12403 S:      Supported
12404 F:      drivers/infiniband/hw/qib/
12405
12406 QLOGIC QL41xxx FCOE DRIVER
12407 M:      [email protected]
12408 L:      [email protected]
12409 S:      Supported
12410 F:      drivers/scsi/qedf/
12411
12412 QLOGIC QL41xxx ISCSI DRIVER
12413 M:      [email protected]
12414 L:      [email protected]
12415 S:      Supported
12416 F:      drivers/scsi/qedi/
12417
12418 QLOGIC QL4xxx ETHERNET DRIVER
12419 M:      Ariel Elior <[email protected]>
12420 M:      [email protected]
12421 L:      [email protected]
12422 S:      Supported
12423 F:      drivers/net/ethernet/qlogic/qed/
12424 F:      include/linux/qed/
12425 F:      drivers/net/ethernet/qlogic/qede/
12426
12427 QLOGIC QL4xxx RDMA DRIVER
12428 M:      Michal Kalderon <[email protected]>
12429 M:      Ariel Elior <[email protected]>
12430 L:      [email protected]
12431 S:      Supported
12432 F:      drivers/infiniband/hw/qedr/
12433 F:      include/uapi/rdma/qedr-abi.h
12434
12435 QLOGIC QLA1280 SCSI DRIVER
12436 M:      Michael Reed <[email protected]>
12437 L:      [email protected]
12438 S:      Maintained
12439 F:      drivers/scsi/qla1280.[ch]
12440
12441 QLOGIC QLA2XXX FC-SCSI DRIVER
12442 M:      [email protected]
12443 L:      [email protected]
12444 S:      Supported
12445 F:      Documentation/scsi/LICENSE.qla2xxx
12446 F:      drivers/scsi/qla2xxx/
12447
12448 QLOGIC QLA3XXX NETWORK DRIVER
12449 M:      [email protected]
12450 L:      [email protected]
12451 S:      Supported
12452 F:      Documentation/networking/device_drivers/qlogic/LICENSE.qla3xxx
12453 F:      drivers/net/ethernet/qlogic/qla3xxx.*
12454
12455 QLOGIC QLA4XXX iSCSI DRIVER
12456 M:      [email protected]
12457 L:      [email protected]
12458 S:      Supported
12459 F:      Documentation/scsi/LICENSE.qla4xxx
12460 F:      drivers/scsi/qla4xxx/
12461
12462 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
12463 M:      Shahed Shaikh <[email protected]>
12464 M:      Manish Chopra <[email protected]>
12465 M:      [email protected]
12466 L:      [email protected]
12467 S:      Supported
12468 F:      drivers/net/ethernet/qlogic/qlcnic/
12469
12470 QLOGIC QLGE 10Gb ETHERNET DRIVER
12471 M:      Manish Chopra <[email protected]>
12472 M:      [email protected]
12473 L:      [email protected]
12474 S:      Supported
12475 F:      drivers/net/ethernet/qlogic/qlge/
12476
12477 QM1D1B0004 MEDIA DRIVER
12478 M:      Akihiro Tsukada <[email protected]>
12479 L:      [email protected]
12480 S:      Odd Fixes
12481 F:      drivers/media/tuners/qm1d1b0004*
12482
12483 QM1D1C0042 MEDIA DRIVER
12484 M:      Akihiro Tsukada <[email protected]>
12485 L:      [email protected]
12486 S:      Odd Fixes
12487 F:      drivers/media/tuners/qm1d1c0042*
12488
12489 QNX4 FILESYSTEM
12490 M:      Anders Larsen <[email protected]>
12491 W:      http://www.alarsen.net/linux/qnx4fs/
12492 S:      Maintained
12493 F:      fs/qnx4/
12494 F:      include/uapi/linux/qnx4_fs.h
12495 F:      include/uapi/linux/qnxtypes.h
12496
12497 QORIQ DPAA2 FSL-MC BUS DRIVER
12498 M:      Stuart Yoder <[email protected]>
12499 M:      Laurentiu Tudor <[email protected]>
12500 L:      [email protected]
12501 S:      Maintained
12502 F:      drivers/bus/fsl-mc/
12503 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
12504 F:      Documentation/networking/device_drivers/freescale/dpaa2/overview.rst
12505
12506 QT1010 MEDIA DRIVER
12507 M:      Antti Palosaari <[email protected]>
12508 L:      [email protected]
12509 W:      https://linuxtv.org
12510 W:      http://palosaari.fi/linux/
12511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12512 T:      git git://linuxtv.org/anttip/media_tree.git
12513 S:      Maintained
12514 F:      drivers/media/tuners/qt1010*
12515
12516 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
12517 M:      Kalle Valo <[email protected]>
12518 L:      [email protected]
12519 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
12520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
12521 S:      Supported
12522 F:      drivers/net/wireless/ath/ath10k/
12523
12524 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
12525 M:      QCA ath9k Development <[email protected]>
12526 L:      [email protected]
12527 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
12528 S:      Supported
12529 F:      drivers/net/wireless/ath/ath9k/
12530
12531 QUALCOMM CAMERA SUBSYSTEM DRIVER
12532 M:      Todor Tomov <[email protected]>
12533 L:      [email protected]
12534 S:      Maintained
12535 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
12536 F:      Documentation/media/v4l-drivers/qcom_camss.rst
12537 F:      drivers/media/platform/qcom/camss/
12538
12539 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
12540 M:  Ilia Lin <[email protected]>
12541 L:  [email protected]
12542 S:  Maintained
12543 F:  Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
12544 F:  drivers/cpufreq/qcom-cpufreq-kryo.c
12545
12546 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
12547 M:      Timur Tabi <[email protected]>
12548 L:      [email protected]
12549 S:      Maintained
12550 F:      drivers/net/ethernet/qualcomm/emac/
12551
12552 QUALCOMM GENERIC INTERFACE I2C DRIVER
12553 M:      Alok Chauhan <[email protected]>
12554 M:      Karthikeyan Ramasubramanian <[email protected]>
12555 L:      [email protected]
12556 L:      [email protected]
12557 S:      Supported
12558 F:      drivers/i2c/busses/i2c-qcom-geni.c
12559
12560 QUALCOMM HEXAGON ARCHITECTURE
12561 M:      Richard Kuo <[email protected]>
12562 L:      [email protected]
12563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
12564 S:      Supported
12565 F:      arch/hexagon/
12566
12567 QUALCOMM HIDMA DRIVER
12568 M:      Sinan Kaya <[email protected]>
12569 L:      [email protected]
12570 L:      [email protected]
12571 L:      [email protected]
12572 S:      Supported
12573 F:      drivers/dma/qcom/hidma*
12574
12575 QUALCOMM IOMMU
12576 M:      Rob Clark <[email protected]>
12577 L:      [email protected]
12578 L:      [email protected]
12579 S:      Maintained
12580 F:      drivers/iommu/qcom_iommu.c
12581
12582 QUALCOMM TSENS THERMAL DRIVER
12583 M:      Amit Kucheria <[email protected]>
12584 L:      [email protected]
12585 L:      [email protected]
12586 S:      Maintained
12587 F:      drivers/thermal/qcom/
12588
12589 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
12590 M:      Stanimir Varbanov <[email protected]>
12591 L:      [email protected]
12592 L:      [email protected]
12593 T:      git git://linuxtv.org/media_tree.git
12594 S:      Maintained
12595 F:      drivers/media/platform/qcom/venus/
12596
12597 QUALCOMM WCN36XX WIRELESS DRIVER
12598 M:      Kalle Valo <[email protected]>
12599 L:      [email protected]
12600 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
12601 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
12602 S:      Supported
12603 F:      drivers/net/wireless/ath/wcn36xx/
12604
12605 QUANTENNA QTNFMAC WIRELESS DRIVER
12606 M:      Igor Mitsyanko <[email protected]>
12607 M:      Avinash Patil <[email protected]>
12608 M:      Sergey Matyukevich <[email protected]>
12609 L:      [email protected]
12610 S:      Maintained
12611 F:      drivers/net/wireless/quantenna
12612
12613 RADEON and AMDGPU DRM DRIVERS
12614 M:      Alex Deucher <[email protected]>
12615 M:      Christian König <[email protected]>
12616 M:      David (ChunMing) Zhou <[email protected]>
12617 L:      [email protected]
12618 T:      git git://people.freedesktop.org/~agd5f/linux
12619 S:      Supported
12620 F:      drivers/gpu/drm/radeon/
12621 F:      include/uapi/drm/radeon_drm.h
12622 F:      drivers/gpu/drm/amd/
12623 F:      include/uapi/drm/amdgpu_drm.h
12624
12625 RADEON FRAMEBUFFER DISPLAY DRIVER
12626 M:      Benjamin Herrenschmidt <[email protected]>
12627 L:      [email protected]
12628 S:      Maintained
12629 F:      drivers/video/fbdev/aty/radeon*
12630 F:      include/uapi/linux/radeonfb.h
12631
12632 RADIOSHARK RADIO DRIVER
12633 M:      Hans Verkuil <[email protected]>
12634 L:      [email protected]
12635 T:      git git://linuxtv.org/media_tree.git
12636 S:      Maintained
12637 F:      drivers/media/radio/radio-shark.c
12638
12639 RADIOSHARK2 RADIO DRIVER
12640 M:      Hans Verkuil <[email protected]>
12641 L:      [email protected]
12642 T:      git git://linuxtv.org/media_tree.git
12643 S:      Maintained
12644 F:      drivers/media/radio/radio-shark2.c
12645 F:      drivers/media/radio/radio-tea5777.c
12646
12647 RADOS BLOCK DEVICE (RBD)
12648 M:      Ilya Dryomov <[email protected]>
12649 M:      Sage Weil <[email protected]>
12650 M:      Alex Elder <[email protected]>
12651 L:      [email protected]
12652 W:      http://ceph.com/
12653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
12654 T:      git git://github.com/ceph/ceph-client.git
12655 S:      Supported
12656 F:      Documentation/ABI/testing/sysfs-bus-rbd
12657 F:      drivers/block/rbd.c
12658 F:      drivers/block/rbd_types.h
12659
12660 RAGE128 FRAMEBUFFER DISPLAY DRIVER
12661 M:      Paul Mackerras <[email protected]>
12662 L:      [email protected]
12663 S:      Maintained
12664 F:      drivers/video/fbdev/aty/aty128fb.c
12665
12666 RAINSHADOW-CEC DRIVER
12667 M:      Hans Verkuil <[email protected]>
12668 L:      [email protected]
12669 T:      git git://linuxtv.org/media_tree.git
12670 S:      Maintained
12671 F:      drivers/media/usb/rainshadow-cec/*
12672
12673 RALINK MIPS ARCHITECTURE
12674 M:      John Crispin <[email protected]>
12675 L:      [email protected]
12676 S:      Maintained
12677 F:      arch/mips/ralink
12678
12679 RALINK RT2X00 WIRELESS LAN DRIVER
12680 P:      rt2x00 project
12681 M:      Stanislaw Gruszka <[email protected]>
12682 M:      Helmut Schaa <[email protected]>
12683 L:      [email protected]
12684 S:      Maintained
12685 F:      drivers/net/wireless/ralink/rt2x00/
12686
12687 RAMDISK RAM BLOCK DEVICE DRIVER
12688 M:      Jens Axboe <[email protected]>
12689 S:      Maintained
12690 F:      Documentation/blockdev/ramdisk.txt
12691 F:      drivers/block/brd.c
12692
12693 RANCHU VIRTUAL BOARD FOR MIPS
12694 M:      Miodrag Dinic <[email protected]>
12695 L:      [email protected]
12696 S:      Supported
12697 F:      arch/mips/generic/board-ranchu.c
12698 F:      arch/mips/configs/generic/board-ranchu.config
12699
12700 RANDOM NUMBER DRIVER
12701 M:      "Theodore Ts'o" <[email protected]>
12702 S:      Maintained
12703 F:      drivers/char/random.c
12704
12705 RAPIDIO SUBSYSTEM
12706 M:      Matt Porter <[email protected]>
12707 M:      Alexandre Bounine <[email protected]>
12708 S:      Maintained
12709 F:      drivers/rapidio/
12710
12711 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
12712 L:      [email protected]
12713 S:      Orphan
12714 F:      drivers/net/wireless/ray*
12715
12716 RCUTORTURE TEST FRAMEWORK
12717 M:      "Paul E. McKenney" <[email protected]>
12718 M:      Josh Triplett <[email protected]>
12719 R:      Steven Rostedt <[email protected]>
12720 R:      Mathieu Desnoyers <[email protected]>
12721 R:      Lai Jiangshan <[email protected]>
12722 L:      [email protected]
12723 S:      Supported
12724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12725 F:      tools/testing/selftests/rcutorture
12726
12727 RDC R-321X SoC
12728 M:      Florian Fainelli <[email protected]>
12729 S:      Maintained
12730
12731 RDC R6040 FAST ETHERNET DRIVER
12732 M:      Florian Fainelli <[email protected]>
12733 L:      [email protected]
12734 S:      Maintained
12735 F:      drivers/net/ethernet/rdc/r6040.c
12736
12737 RDMAVT - RDMA verbs software
12738 M:      Dennis Dalessandro <[email protected]>
12739 M:      Mike Marciniszyn <[email protected]>
12740 L:      [email protected]
12741 S:      Supported
12742 F:      drivers/infiniband/sw/rdmavt
12743
12744 RDS - RELIABLE DATAGRAM SOCKETS
12745 M:      Santosh Shilimkar <[email protected]>
12746 L:      [email protected]
12747 L:      [email protected]
12748 L:      [email protected] (moderated for non-subscribers)
12749 W:      https://oss.oracle.com/projects/rds/
12750 S:      Supported
12751 F:      net/rds/
12752 F:      Documentation/networking/rds.txt
12753
12754 RDT - RESOURCE ALLOCATION
12755 M:      Fenghua Yu <[email protected]>
12756 M:      Reinette Chatre <[email protected]>
12757 L:      [email protected]
12758 S:      Supported
12759 F:      arch/x86/kernel/cpu/resctrl/
12760 F:      arch/x86/include/asm/resctrl_sched.h
12761 F:      Documentation/x86/resctrl*
12762
12763 READ-COPY UPDATE (RCU)
12764 M:      "Paul E. McKenney" <[email protected]>
12765 M:      Josh Triplett <[email protected]>
12766 R:      Steven Rostedt <[email protected]>
12767 R:      Mathieu Desnoyers <[email protected]>
12768 R:      Lai Jiangshan <[email protected]>
12769 R:      Joel Fernandes <[email protected]>
12770 L:      [email protected]
12771 W:      http://www.rdrop.com/users/paulmck/RCU/
12772 S:      Supported
12773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12774 F:      Documentation/RCU/
12775 X:      Documentation/RCU/torture.txt
12776 F:      include/linux/rcu*
12777 X:      include/linux/srcu*.h
12778 F:      kernel/rcu/
12779 X:      kernel/rcu/srcu*.c
12780
12781 REAL TIME CLOCK (RTC) SUBSYSTEM
12782 M:      Alessandro Zummo <[email protected]>
12783 M:      Alexandre Belloni <[email protected]>
12784 L:      [email protected]
12785 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
12786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
12787 S:      Maintained
12788 F:      Documentation/devicetree/bindings/rtc/
12789 F:      Documentation/rtc.txt
12790 F:      drivers/rtc/
12791 F:      include/linux/rtc.h
12792 F:      include/uapi/linux/rtc.h
12793 F:      include/linux/rtc/
12794 F:      include/linux/platform_data/rtc-*
12795 F:      tools/testing/selftests/rtc/
12796
12797 REALTEK AUDIO CODECS
12798 M:      Bard Liao <[email protected]>
12799 M:      Oder Chiou <[email protected]>
12800 S:      Maintained
12801 F:      sound/soc/codecs/rt*
12802 F:      include/sound/rt*.h
12803
12804 REALTEK RTL83xx SMI DSA ROUTER CHIPS
12805 M:      Linus Walleij <[email protected]>
12806 S:      Maintained
12807 F:      Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
12808 F:      drivers/net/dsa/realtek-smi*
12809 F:      drivers/net/dsa/rtl83*
12810
12811 REGISTER MAP ABSTRACTION
12812 M:      Mark Brown <[email protected]>
12813 L:      [email protected]
12814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
12815 S:      Supported
12816 F:      Documentation/devicetree/bindings/regmap/
12817 F:      drivers/base/regmap/
12818 F:      include/linux/regmap.h
12819
12820 REISERFS FILE SYSTEM
12821 L:      [email protected]
12822 S:      Supported
12823 F:      fs/reiserfs/
12824
12825 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
12826 M:      Ohad Ben-Cohen <[email protected]>
12827 M:      Bjorn Andersson <[email protected]>
12828 L:      [email protected]
12829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
12830 S:      Maintained
12831 F:      Documentation/devicetree/bindings/remoteproc/
12832 F:      Documentation/remoteproc.txt
12833 F:      drivers/remoteproc/
12834 F:      include/linux/remoteproc.h
12835
12836 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
12837 M:      Ohad Ben-Cohen <[email protected]>
12838 M:      Bjorn Andersson <[email protected]>
12839 L:      [email protected]
12840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
12841 S:      Maintained
12842 F:      drivers/rpmsg/
12843 F:      Documentation/rpmsg.txt
12844 F:      include/linux/rpmsg.h
12845 F:      include/linux/rpmsg/
12846
12847 RENESAS CLOCK DRIVERS
12848 M:      Geert Uytterhoeven <[email protected]>
12849 L:      [email protected]
12850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
12851 S:      Supported
12852 F:      drivers/clk/renesas/
12853
12854 RENESAS EMEV2 I2C DRIVER
12855 M:      Wolfram Sang <[email protected]>
12856 S:      Supported
12857 F:      drivers/i2c/busses/i2c-emev2.c
12858
12859 RENESAS ETHERNET DRIVERS
12860 R:      Sergei Shtylyov <[email protected]>
12861 L:      [email protected]
12862 L:      [email protected]
12863 F:      Documentation/devicetree/bindings/net/renesas,*.txt
12864 F:      Documentation/devicetree/bindings/net/sh_eth.txt
12865 F:      drivers/net/ethernet/renesas/
12866 F:      include/linux/sh_eth.h
12867
12868 RENESAS R-CAR GYROADC DRIVER
12869 M:      Marek Vasut <[email protected]>
12870 L:      [email protected]
12871 S:      Supported
12872 F:      Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
12873 F:      drivers/iio/adc/rcar-gyroadc.c
12874
12875 RENESAS R-CAR I2C DRIVERS
12876 M:      Wolfram Sang <[email protected]>
12877 S:      Supported
12878 F:      drivers/i2c/busses/i2c-rcar.c
12879 F:      drivers/i2c/busses/i2c-sh_mobile.c
12880
12881 RENESAS RIIC DRIVER
12882 M:      Chris Brandt <[email protected]>
12883 S:      Supported
12884 F:      Documentation/devicetree/bindings/i2c/i2c-riic.txt
12885 F:      drivers/i2c/busses/i2c-riic.c
12886
12887 RENESAS USB PHY DRIVER
12888 M:      Yoshihiro Shimoda <[email protected]>
12889 L:      [email protected]
12890 S:      Maintained
12891 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
12892
12893 RESET CONTROLLER FRAMEWORK
12894 M:      Philipp Zabel <[email protected]>
12895 T:      git git://git.pengutronix.de/git/pza/linux
12896 S:      Maintained
12897 F:      drivers/reset/
12898 F:      Documentation/devicetree/bindings/reset/
12899 F:      include/dt-bindings/reset/
12900 F:      include/linux/reset.h
12901 F:      include/linux/reset-controller.h
12902
12903 RESTARTABLE SEQUENCES SUPPORT
12904 M:      Mathieu Desnoyers <[email protected]>
12905 M:      Peter Zijlstra <[email protected]>
12906 M:      "Paul E. McKenney" <[email protected]>
12907 M:      Boqun Feng <[email protected]>
12908 L:      [email protected]
12909 S:      Supported
12910 F:      kernel/rseq.c
12911 F:      include/uapi/linux/rseq.h
12912 F:      include/trace/events/rseq.h
12913 F:      tools/testing/selftests/rseq/
12914
12915 RFKILL
12916 M:      Johannes Berg <[email protected]>
12917 L:      [email protected]
12918 W:      http://wireless.kernel.org/
12919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
12920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
12921 S:      Maintained
12922 F:      Documentation/rfkill.txt
12923 F:      Documentation/ABI/stable/sysfs-class-rfkill
12924 F:      net/rfkill/
12925 F:      include/linux/rfkill.h
12926 F:      include/uapi/linux/rfkill.h
12927
12928 RHASHTABLE
12929 M:      Thomas Graf <[email protected]>
12930 M:      Herbert Xu <[email protected]>
12931 L:      [email protected]
12932 S:      Maintained
12933 F:      lib/rhashtable.c
12934 F:      lib/test_rhashtable.c
12935 F:      include/linux/rhashtable.h
12936 F:      include/linux/rhashtable-types.h
12937
12938 RICOH R5C592 MEMORYSTICK DRIVER
12939 M:      Maxim Levitsky <[email protected]>
12940 S:      Maintained
12941 F:      drivers/memstick/host/r592.*
12942
12943 RICOH SMARTMEDIA/XD DRIVER
12944 M:      Maxim Levitsky <[email protected]>
12945 S:      Maintained
12946 F:      drivers/mtd/nand/raw/r852.c
12947 F:      drivers/mtd/nand/raw/r852.h
12948
12949 RISC-V ARCHITECTURE
12950 M:      Palmer Dabbelt <[email protected]>
12951 M:      Albert Ou <[email protected]>
12952 L:      [email protected]
12953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
12954 S:      Supported
12955 F:      arch/riscv/
12956 K:      riscv
12957 N:      riscv
12958
12959 ROCCAT DRIVERS
12960 M:      Stefan Achatz <[email protected]>
12961 W:      http://sourceforge.net/projects/roccat/
12962 S:      Maintained
12963 F:      drivers/hid/hid-roccat*
12964 F:      include/linux/hid-roccat*
12965 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
12966
12967 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
12968 M:      Jacob chen <[email protected]>
12969 L:      [email protected]
12970 S:      Maintained
12971 F:      drivers/media/platform/rockchip/rga/
12972 F:      Documentation/devicetree/bindings/media/rockchip-rga.txt
12973
12974 ROCKCHIP VPU CODEC DRIVER
12975 M:      Ezequiel Garcia <[email protected]>
12976 L:      [email protected]
12977 S:      Maintained
12978 F:      drivers/staging/media/platform/rockchip/vpu/
12979 F:      Documentation/devicetree/bindings/media/rockchip-vpu.txt
12980
12981 ROCKER DRIVER
12982 M:      Jiri Pirko <[email protected]>
12983 L:      [email protected]
12984 S:      Supported
12985 F:      drivers/net/ethernet/rocker/
12986
12987 ROCKETPORT DRIVER
12988 P:      Comtrol Corp.
12989 W:      http://www.comtrol.com
12990 S:      Maintained
12991 F:      Documentation/serial/rocket.txt
12992 F:      drivers/tty/rocket*
12993
12994 ROCKETPORT EXPRESS/INFINITY DRIVER
12995 M:      Kevin Cernekee <[email protected]>
12996 L:      [email protected]
12997 S:      Odd Fixes
12998 F:      drivers/tty/serial/rp2.*
12999
13000 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
13001 M:      Marek Vasut <[email protected]>
13002 L:      [email protected]
13003 L:      [email protected]
13004 S:      Supported
13005 F:      drivers/mfd/bd9571mwv.c
13006 F:      drivers/regulator/bd9571mwv-regulator.c
13007 F:      drivers/gpio/gpio-bd9571mwv.c
13008 F:      include/linux/mfd/bd9571mwv.h
13009 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
13010
13011 ROSE NETWORK LAYER
13012 M:      Ralf Baechle <[email protected]>
13013 L:      [email protected]
13014 W:      http://www.linux-ax25.org/
13015 S:      Maintained
13016 F:      include/net/rose.h
13017 F:      include/uapi/linux/rose.h
13018 F:      net/rose/
13019
13020 RTL2830 MEDIA DRIVER
13021 M:      Antti Palosaari <[email protected]>
13022 L:      [email protected]
13023 W:      https://linuxtv.org
13024 W:      http://palosaari.fi/linux/
13025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13026 T:      git git://linuxtv.org/anttip/media_tree.git
13027 S:      Maintained
13028 F:      drivers/media/dvb-frontends/rtl2830*
13029
13030 RTL2832 MEDIA DRIVER
13031 M:      Antti Palosaari <[email protected]>
13032 L:      [email protected]
13033 W:      https://linuxtv.org
13034 W:      http://palosaari.fi/linux/
13035 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13036 T:      git git://linuxtv.org/anttip/media_tree.git
13037 S:      Maintained
13038 F:      drivers/media/dvb-frontends/rtl2832*
13039
13040 RTL2832_SDR MEDIA DRIVER
13041 M:      Antti Palosaari <[email protected]>
13042 L:      [email protected]
13043 W:      https://linuxtv.org
13044 W:      http://palosaari.fi/linux/
13045 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13046 T:      git git://linuxtv.org/anttip/media_tree.git
13047 S:      Maintained
13048 F:      drivers/media/dvb-frontends/rtl2832_sdr*
13049
13050 RTL8180 WIRELESS DRIVER
13051 L:      [email protected]
13052 W:      http://wireless.kernel.org/
13053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13054 S:      Orphan
13055 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
13056
13057 RTL8187 WIRELESS DRIVER
13058 M:      Herton Ronaldo Krzesinski <[email protected]>
13059 M:      Hin-Tak Leung <[email protected]>
13060 M:      Larry Finger <[email protected]>
13061 L:      [email protected]
13062 W:      http://wireless.kernel.org/
13063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13064 S:      Maintained
13065 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
13066
13067 REALTEK WIRELESS DRIVER (rtlwifi family)
13068 M:      Ping-Ke Shih <[email protected]>
13069 L:      [email protected]
13070 W:      http://wireless.kernel.org/
13071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13072 S:      Maintained
13073 F:      drivers/net/wireless/realtek/rtlwifi/
13074
13075 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
13076 M:      Jes Sorensen <[email protected]>
13077 L:      [email protected]
13078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
13079 S:      Maintained
13080 F:      drivers/net/wireless/realtek/rtl8xxxu/
13081
13082 RXRPC SOCKETS (AF_RXRPC)
13083 M:      David Howells <[email protected]>
13084 L:      [email protected]
13085 S:      Supported
13086 F:      net/rxrpc/
13087 F:      include/keys/rxrpc-type.h
13088 F:      include/net/af_rxrpc.h
13089 F:      include/trace/events/rxrpc.h
13090 F:      include/uapi/linux/rxrpc.h
13091 F:      Documentation/networking/rxrpc.txt
13092 W:      https://www.infradead.org/~dhowells/kafs/
13093
13094 S3 SAVAGE FRAMEBUFFER DRIVER
13095 M:      Antonino Daplas <[email protected]>
13096 L:      [email protected]
13097 S:      Maintained
13098 F:      drivers/video/fbdev/savage/
13099
13100 S390
13101 M:      Martin Schwidefsky <[email protected]>
13102 M:      Heiko Carstens <[email protected]>
13103 L:      [email protected]
13104 W:      http://www.ibm.com/developerworks/linux/linux390/
13105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
13106 S:      Supported
13107 F:      arch/s390/
13108 F:      drivers/s390/
13109 F:      Documentation/s390/
13110 F:      Documentation/driver-api/s390-drivers.rst
13111
13112 S390 COMMON I/O LAYER
13113 M:      Sebastian Ott <[email protected]>
13114 M:      Peter Oberparleiter <[email protected]>
13115 L:      [email protected]
13116 W:      http://www.ibm.com/developerworks/linux/linux390/
13117 S:      Supported
13118 F:      drivers/s390/cio/
13119
13120 S390 DASD DRIVER
13121 M:      Stefan Haberland <[email protected]>
13122 M:      Jan Hoeppner <[email protected]>
13123 L:      [email protected]
13124 W:      http://www.ibm.com/developerworks/linux/linux390/
13125 S:      Supported
13126 F:      drivers/s390/block/dasd*
13127 F:      block/partitions/ibm.c
13128
13129 S390 IOMMU (PCI)
13130 M:      Gerald Schaefer <[email protected]>
13131 L:      [email protected]
13132 W:      http://www.ibm.com/developerworks/linux/linux390/
13133 S:      Supported
13134 F:      drivers/iommu/s390-iommu.c
13135
13136 S390 IUCV NETWORK LAYER
13137 M:      Julian Wiedmann <[email protected]>
13138 M:      Ursula Braun <[email protected]>
13139 L:      [email protected]
13140 W:      http://www.ibm.com/developerworks/linux/linux390/
13141 S:      Supported
13142 F:      drivers/s390/net/*iucv*
13143 F:      include/net/iucv/
13144 F:      net/iucv/
13145
13146 S390 NETWORK DRIVERS
13147 M:      Julian Wiedmann <[email protected]>
13148 M:      Ursula Braun <[email protected]>
13149 L:      [email protected]
13150 W:      http://www.ibm.com/developerworks/linux/linux390/
13151 S:      Supported
13152 F:      drivers/s390/net/
13153
13154 S390 PCI SUBSYSTEM
13155 M:      Sebastian Ott <[email protected]>
13156 M:      Gerald Schaefer <[email protected]>
13157 L:      [email protected]
13158 W:      http://www.ibm.com/developerworks/linux/linux390/
13159 S:      Supported
13160 F:      arch/s390/pci/
13161 F:      drivers/pci/hotplug/s390_pci_hpc.c
13162
13163 S390 VFIO-CCW DRIVER
13164 M:      Cornelia Huck <[email protected]>
13165 M:      Halil Pasic <[email protected]>
13166 L:      [email protected]
13167 L:      [email protected]
13168 S:      Supported
13169 F:      drivers/s390/cio/vfio_ccw*
13170 F:      Documentation/s390/vfio-ccw.txt
13171 F:      include/uapi/linux/vfio_ccw.h
13172
13173 S390 ZCRYPT DRIVER
13174 M:      Harald Freudenberger <[email protected]>
13175 L:      [email protected]
13176 W:      http://www.ibm.com/developerworks/linux/linux390/
13177 S:      Supported
13178 F:      drivers/s390/crypto/
13179
13180 S390 VFIO AP DRIVER
13181 M:      Tony Krowiak <[email protected]>
13182 M:      Pierre Morel <[email protected]>
13183 M:      Halil Pasic <[email protected]>
13184 L:      [email protected]
13185 W:      http://www.ibm.com/developerworks/linux/linux390/
13186 S:      Supported
13187 F:      drivers/s390/crypto/vfio_ap_drv.c
13188 F:      drivers/s390/crypto/vfio_ap_private.h
13189 F:      drivers/s390/crypto/vfio_ap_ops.c
13190 F:      Documentation/s390/vfio-ap.txt
13191
13192 S390 ZFCP DRIVER
13193 M:      Steffen Maier <[email protected]>
13194 M:      Benjamin Block <[email protected]>
13195 L:      [email protected]
13196 W:      http://www.ibm.com/developerworks/linux/linux390/
13197 S:      Supported
13198 F:      drivers/s390/scsi/zfcp_*
13199
13200 S3C24XX SD/MMC Driver
13201 M:      Ben Dooks <[email protected]>
13202 L:      [email protected] (moderated for non-subscribers)
13203 S:      Supported
13204 F:      drivers/mmc/host/s3cmci.*
13205
13206 SAA6588 RDS RECEIVER DRIVER
13207 M:      Hans Verkuil <[email protected]>
13208 L:      [email protected]
13209 T:      git git://linuxtv.org/media_tree.git
13210 W:      https://linuxtv.org
13211 S:      Odd Fixes
13212 F:      drivers/media/i2c/saa6588*
13213
13214 SAA7134 VIDEO4LINUX DRIVER
13215 M:      Mauro Carvalho Chehab <[email protected]>
13216 L:      [email protected]
13217 W:      https://linuxtv.org
13218 T:      git git://linuxtv.org/media_tree.git
13219 S:      Odd fixes
13220 F:      Documentation/media/v4l-drivers/saa7134*
13221 F:      drivers/media/pci/saa7134/
13222
13223 SAA7146 VIDEO4LINUX-2 DRIVER
13224 M:      Hans Verkuil <[email protected]>
13225 L:      [email protected]
13226 T:      git git://linuxtv.org/media_tree.git
13227 S:      Maintained
13228 F:      drivers/media/common/saa7146/
13229 F:      drivers/media/pci/saa7146/
13230 F:      include/media/drv-intf/saa7146*
13231
13232 SAMSUNG AUDIO (ASoC) DRIVERS
13233 M:      Krzysztof Kozlowski <[email protected]>
13234 M:      Sangbeom Kim <[email protected]>
13235 M:      Sylwester Nawrocki <[email protected]>
13236 L:      [email protected] (moderated for non-subscribers)
13237 S:      Supported
13238 F:      sound/soc/samsung/
13239 F:      Documentation/devicetree/bindings/sound/samsung*
13240
13241 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
13242 M:      Krzysztof Kozlowski <[email protected]>
13243 L:      [email protected]
13244 L:      [email protected]
13245 S:      Maintained
13246 F:      drivers/crypto/exynos-rng.c
13247 F:      Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt
13248
13249 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
13250 M:      Łukasz Stelmach <[email protected]>
13251 L:      [email protected]
13252 S:      Maintained
13253 F:      drivers/char/hw_random/exynos-trng.c
13254 F:      Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
13255
13256 SAMSUNG FRAMEBUFFER DRIVER
13257 M:      Jingoo Han <[email protected]>
13258 L:      [email protected]
13259 S:      Maintained
13260 F:      drivers/video/fbdev/s3c-fb.c
13261
13262 SAMSUNG LAPTOP DRIVER
13263 M:      Corentin Chary <[email protected]>
13264 L:      [email protected]
13265 S:      Maintained
13266 F:      drivers/platform/x86/samsung-laptop.c
13267
13268 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
13269 M:      Sangbeom Kim <[email protected]>
13270 M:      Krzysztof Kozlowski <[email protected]>
13271 M:      Bartlomiej Zolnierkiewicz <[email protected]>
13272 L:      [email protected]
13273 L:      [email protected]
13274 S:      Supported
13275 F:      drivers/mfd/sec*.c
13276 F:      drivers/regulator/s2m*.c
13277 F:      drivers/regulator/s5m*.c
13278 F:      drivers/clk/clk-s2mps11.c
13279 F:      drivers/rtc/rtc-s5m.c
13280 F:      include/linux/mfd/samsung/
13281 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
13282 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
13283 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
13284 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
13285
13286 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
13287 M:      Sylwester Nawrocki <[email protected]>
13288 L:      [email protected]
13289 L:      [email protected] (moderated for non-subscribers)
13290 S:      Maintained
13291 F:      drivers/media/platform/s3c-camif/
13292 F:      include/media/drv-intf/s3c_camif.h
13293
13294 SAMSUNG S3FWRN5 NFC DRIVER
13295 M:      Robert Baldyga <[email protected]>
13296 M:      Krzysztof Opasiak <[email protected]>
13297 L:      [email protected] (moderated for non-subscribers)
13298 S:      Supported
13299 F:      drivers/nfc/s3fwrn5
13300
13301 SAMSUNG S5C73M3 CAMERA DRIVER
13302 M:      Kyungmin Park <[email protected]>
13303 M:      Andrzej Hajda <[email protected]>
13304 L:      [email protected]
13305 S:      Supported
13306 F:      drivers/media/i2c/s5c73m3/*
13307
13308 SAMSUNG S5K5BAF CAMERA DRIVER
13309 M:      Kyungmin Park <[email protected]>
13310 M:      Andrzej Hajda <[email protected]>
13311 L:      [email protected]
13312 S:      Supported
13313 F:      drivers/media/i2c/s5k5baf.c
13314
13315 SAMSUNG S5P Security SubSystem (SSS) DRIVER
13316 M:      Krzysztof Kozlowski <[email protected]>
13317 M:      Vladimir Zapolskiy <[email protected]>
13318 M:      Kamil Konieczny <[email protected]>
13319 L:      [email protected]
13320 L:      [email protected]
13321 S:      Maintained
13322 F:      drivers/crypto/s5p-sss.c
13323
13324 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
13325 M:      Kyungmin Park <[email protected]>
13326 M:      Sylwester Nawrocki <[email protected]>
13327 L:      [email protected]
13328 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13329 S:      Supported
13330 F:      drivers/media/platform/exynos4-is/
13331
13332 SAMSUNG SOC CLOCK DRIVERS
13333 M:      Sylwester Nawrocki <[email protected]>
13334 M:      Tomasz Figa <[email protected]>
13335 M:      Chanwoo Choi <[email protected]>
13336 S:      Supported
13337 L:      [email protected] (moderated for non-subscribers)
13338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
13339 F:      drivers/clk/samsung/
13340 F:      include/dt-bindings/clock/exynos*.h
13341 F:      Documentation/devicetree/bindings/clock/exynos*.txt
13342
13343 SAMSUNG SPI DRIVERS
13344 M:      Kukjin Kim <[email protected]>
13345 M:      Krzysztof Kozlowski <[email protected]>
13346 M:      Andi Shyti <[email protected]>
13347 L:      [email protected]
13348 L:      [email protected] (moderated for non-subscribers)
13349 S:      Maintained
13350 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
13351 F:      drivers/spi/spi-s3c*
13352 F:      include/linux/platform_data/spi-s3c64xx.h
13353
13354 SAMSUNG SXGBE DRIVERS
13355 M:      Byungho An <[email protected]>
13356 M:      Girish K S <[email protected]>
13357 M:      Vipul Pandya <[email protected]>
13358 S:      Supported
13359 L:      [email protected]
13360 F:      drivers/net/ethernet/samsung/sxgbe/
13361
13362 SAMSUNG THERMAL DRIVER
13363 M:      Bartlomiej Zolnierkiewicz <[email protected]>
13364 L:      [email protected]
13365 L:      [email protected]
13366 S:      Supported
13367 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
13368 F:      drivers/thermal/samsung/
13369
13370 SAMSUNG USB2 PHY DRIVER
13371 M:      Kamil Debski <[email protected]>
13372 M:      Sylwester Nawrocki <[email protected]>
13373 L:      [email protected]
13374 S:      Supported
13375 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
13376 F:      Documentation/phy/samsung-usb2.txt
13377 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
13378 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
13379 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
13380 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
13381 F:      drivers/phy/samsung/phy-samsung-usb2.c
13382 F:      drivers/phy/samsung/phy-samsung-usb2.h
13383
13384 SC1200 WDT DRIVER
13385 M:      Zwane Mwaikambo <[email protected]>
13386 S:      Maintained
13387 F:      drivers/watchdog/sc1200wdt.c
13388
13389 SCHEDULER
13390 M:      Ingo Molnar <[email protected]>
13391 M:      Peter Zijlstra <[email protected]>
13392 L:      [email protected]
13393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
13394 S:      Maintained
13395 F:      kernel/sched/
13396 F:      include/linux/sched.h
13397 F:      include/uapi/linux/sched.h
13398 F:      include/linux/wait.h
13399
13400 SCR24X CHIP CARD INTERFACE DRIVER
13401 M:      Lubomir Rintel <[email protected]>
13402 S:      Supported
13403 F:      drivers/char/pcmcia/scr24x_cs.c
13404
13405 SCSI CDROM DRIVER
13406 M:      Jens Axboe <[email protected]>
13407 L:      [email protected]
13408 W:      http://www.kernel.dk
13409 S:      Maintained
13410 F:      drivers/scsi/sr*
13411
13412 SCSI RDMA PROTOCOL (SRP) INITIATOR
13413 M:      Bart Van Assche <[email protected]>
13414 L:      [email protected]
13415 S:      Supported
13416 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13417 F:      drivers/infiniband/ulp/srp/
13418 F:      include/scsi/srp.h
13419
13420 SCSI RDMA PROTOCOL (SRP) TARGET
13421 M:      Bart Van Assche <[email protected]>
13422 L:      [email protected]
13423 L:      [email protected]
13424 S:      Supported
13425 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13426 F:      drivers/infiniband/ulp/srpt/
13427
13428 SCSI SG DRIVER
13429 M:      Doug Gilbert <[email protected]>
13430 L:      [email protected]
13431 W:      http://sg.danny.cz/sg
13432 S:      Maintained
13433 F:      Documentation/scsi/scsi-generic.txt
13434 F:      drivers/scsi/sg.c
13435 F:      include/scsi/sg.h
13436
13437 SCSI SUBSYSTEM
13438 M:      "James E.J. Bottomley" <[email protected]>
13439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
13440 M:      "Martin K. Petersen" <[email protected]>
13441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
13442 L:      [email protected]
13443 S:      Maintained
13444 F:      Documentation/devicetree/bindings/scsi/
13445 F:      drivers/scsi/
13446 F:      include/scsi/
13447
13448 SCSI TAPE DRIVER
13449 M:      Kai Mäkisara <[email protected]>
13450 L:      [email protected]
13451 S:      Maintained
13452 F:      Documentation/scsi/st.txt
13453 F:      drivers/scsi/st.*
13454 F:      drivers/scsi/st_*.h
13455
13456 SCTP PROTOCOL
13457 M:      Vlad Yasevich <[email protected]>
13458 M:      Neil Horman <[email protected]>
13459 M:      Marcelo Ricardo Leitner <[email protected]>
13460 L:      [email protected]
13461 W:      http://lksctp.sourceforge.net
13462 S:      Maintained
13463 F:      Documentation/networking/sctp.txt
13464 F:      include/linux/sctp.h
13465 F:      include/uapi/linux/sctp.h
13466 F:      include/net/sctp/
13467 F:      net/sctp/
13468
13469 SCx200 CPU SUPPORT
13470 M:      Jim Cromie <[email protected]>
13471 S:      Odd Fixes
13472 F:      Documentation/i2c/busses/scx200_acb
13473 F:      arch/x86/platform/scx200/
13474 F:      drivers/watchdog/scx200_wdt.c
13475 F:      drivers/i2c/busses/scx200*
13476 F:      drivers/mtd/maps/scx200_docflash.c
13477 F:      include/linux/scx200.h
13478
13479 SCx200 GPIO DRIVER
13480 M:      Jim Cromie <[email protected]>
13481 S:      Maintained
13482 F:      drivers/char/scx200_gpio.c
13483 F:      include/linux/scx200_gpio.h
13484
13485 SCx200 HRT CLOCKSOURCE DRIVER
13486 M:      Jim Cromie <[email protected]>
13487 S:      Maintained
13488 F:      drivers/clocksource/scx200_hrt.c
13489
13490 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
13491 M:      Sascha Sommer <[email protected]>
13492 L:      [email protected] (subscribers-only)
13493 S:      Maintained
13494 F:      drivers/mmc/host/sdricoh_cs.c
13495
13496 SECO BOARDS CEC DRIVER
13497 M:      Ettore Chimenti <[email protected]>
13498 S:      Maintained
13499 F:      drivers/media/platform/seco-cec/seco-cec.c
13500 F:      drivers/media/platform/seco-cec/seco-cec.h
13501
13502 SECURE COMPUTING
13503 M:      Kees Cook <[email protected]>
13504 R:      Andy Lutomirski <[email protected]>
13505 R:      Will Drewry <[email protected]>
13506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
13507 S:      Supported
13508 F:      kernel/seccomp.c
13509 F:      include/uapi/linux/seccomp.h
13510 F:      include/linux/seccomp.h
13511 F:      tools/testing/selftests/seccomp/*
13512 F:      tools/testing/selftests/kselftest_harness.h
13513 F:      Documentation/userspace-api/seccomp_filter.rst
13514 K:      \bsecure_computing
13515 K:      \bTIF_SECCOMP\b
13516
13517 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
13518 M:      Al Cooper <[email protected]>
13519 L:      [email protected]
13520 L:      [email protected]
13521 S:      Maintained
13522 F:      drivers/mmc/host/sdhci-brcmstb*
13523
13524 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
13525 M:      Adrian Hunter <[email protected]>
13526 L:      [email protected]
13527 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
13528 S:      Maintained
13529 F:      drivers/mmc/host/sdhci*
13530 F:      include/linux/mmc/sdhci*
13531
13532 SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER
13533 M:      Prabu Thangamuthu <[email protected]>
13534 M:      Manjunath M B <[email protected]>
13535 L:      [email protected]
13536 S:      Maintained
13537 F:      drivers/mmc/host/sdhci-pci-dwc-mshc.c
13538
13539 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
13540 M:      Ludovic Desroches <[email protected]>
13541 L:      [email protected]
13542 S:      Supported
13543 F:      drivers/mmc/host/sdhci-of-at91.c
13544
13545 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
13546 M:      Ben Dooks <[email protected]>
13547 M:      Jaehoon Chung <[email protected]>
13548 L:      [email protected]
13549 S:      Maintained
13550 F:      drivers/mmc/host/sdhci-s3c*
13551
13552 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
13553 M:      Viresh Kumar <[email protected]>
13554 L:      [email protected]
13555 S:      Maintained
13556 F:      drivers/mmc/host/sdhci-spear.c
13557
13558 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
13559 M:      Kishon Vijay Abraham I <[email protected]>
13560 L:      [email protected]
13561 S:      Maintained
13562 F:      drivers/mmc/host/sdhci-omap.c
13563
13564 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
13565 M:      Scott Bauer <[email protected]>
13566 M:      Jonathan Derrick <[email protected]>
13567 L:      [email protected]
13568 S:      Supported
13569 F:      block/sed*
13570 F:      block/opal_proto.h
13571 F:      include/linux/sed*
13572 F:      include/uapi/linux/sed*
13573
13574 SECURITY CONTACT
13575 M:      Security Officers <[email protected]>
13576 S:      Supported
13577
13578 SECURITY SUBSYSTEM
13579 M:      James Morris <[email protected]>
13580 M:      "Serge E. Hallyn" <[email protected]>
13581 L:      [email protected] (suggested Cc:)
13582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
13583 W:      http://kernsec.org/
13584 S:      Supported
13585 F:      security/
13586 X:      security/selinux/
13587
13588 SELINUX SECURITY MODULE
13589 M:      Paul Moore <[email protected]>
13590 M:      Stephen Smalley <[email protected]>
13591 M:      Eric Paris <[email protected]>
13592 L:      [email protected]
13593 W:      https://selinuxproject.org
13594 W:      https://github.com/SELinuxProject
13595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
13596 S:      Supported
13597 F:      include/linux/selinux*
13598 F:      security/selinux/
13599 F:      scripts/selinux/
13600 F:      Documentation/admin-guide/LSM/SELinux.rst
13601
13602 SENSABLE PHANTOM
13603 M:      Jiri Slaby <[email protected]>
13604 S:      Maintained
13605 F:      drivers/misc/phantom.c
13606 F:      include/uapi/linux/phantom.h
13607
13608 SERIAL DEVICE BUS
13609 M:      Rob Herring <[email protected]>
13610 L:      [email protected]
13611 S:      Maintained
13612 F:      Documentation/devicetree/bindings/serial/slave-device.txt
13613 F:      drivers/tty/serdev/
13614 F:      include/linux/serdev.h
13615
13616 SERIAL DRIVERS
13617 M:      Greg Kroah-Hartman <[email protected]>
13618 L:      [email protected]
13619 S:      Maintained
13620 F:      Documentation/devicetree/bindings/serial/
13621 F:      drivers/tty/serial/
13622
13623 SERIAL IR RECEIVER
13624 M:      Sean Young <[email protected]>
13625 L:      [email protected]
13626 S:      Maintained
13627 F:      drivers/media/rc/serial_ir.c
13628
13629 SFC NETWORK DRIVER
13630 M:      Solarflare linux maintainers <[email protected]>
13631 M:      Edward Cree <[email protected]>
13632 M:      Bert Kenward <[email protected]>
13633 L:      [email protected]
13634 S:      Supported
13635 F:      drivers/net/ethernet/sfc/
13636
13637 SGI GRU DRIVER
13638 M:      Dimitri Sivanich <[email protected]>
13639 S:      Maintained
13640 F:      drivers/misc/sgi-gru/
13641
13642 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
13643 M:      Pat Gefre <[email protected]>
13644 L:      [email protected]
13645 S:      Supported
13646 F:      Documentation/ia64/serial.txt
13647 F:      drivers/tty/serial/ioc?_serial.c
13648 F:      include/linux/ioc?.h
13649
13650 SGI XP/XPC/XPNET DRIVER
13651 M:      Cliff Whickman <[email protected]>
13652 M:      Robin Holt <[email protected]>
13653 S:      Maintained
13654 F:      drivers/misc/sgi-xp/
13655
13656 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
13657 M:      Ursula Braun <[email protected]>
13658 L:      [email protected]
13659 W:      http://www.ibm.com/developerworks/linux/linux390/
13660 S:      Supported
13661 F:      net/smc/
13662
13663 SHARP RJ54N1CB0C SENSOR DRIVER
13664 M:      Jacopo Mondi <[email protected]>
13665 L:      [email protected]
13666 T:      git git://linuxtv.org/media_tree.git
13667 S:      Odd fixes
13668 F:      drivers/media/i2c/rj54n1cb0c.c
13669 F:      include/media/i2c/rj54n1cb0c.h
13670
13671 SH_VEU V4L2 MEM2MEM DRIVER
13672 L:      [email protected]
13673 S:      Orphan
13674 F:      drivers/media/platform/sh_veu.c
13675
13676 SH_VOU V4L2 OUTPUT DRIVER
13677 L:      [email protected]
13678 S:      Orphan
13679 F:      drivers/media/platform/sh_vou.c
13680 F:      include/media/drv-intf/sh_vou.h
13681
13682 SI2157 MEDIA DRIVER
13683 M:      Antti Palosaari <[email protected]>
13684 L:      [email protected]
13685 W:      https://linuxtv.org
13686 W:      http://palosaari.fi/linux/
13687 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13688 T:      git git://linuxtv.org/anttip/media_tree.git
13689 S:      Maintained
13690 F:      drivers/media/tuners/si2157*
13691
13692 SI2165 MEDIA DRIVER
13693 M:      Matthias Schwarzott <[email protected]>
13694 L:      [email protected]
13695 W:      https://linuxtv.org
13696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13697 S:      Maintained
13698 F:      drivers/media/dvb-frontends/si2165*
13699
13700 SI2168 MEDIA DRIVER
13701 M:      Antti Palosaari <[email protected]>
13702 L:      [email protected]
13703 W:      https://linuxtv.org
13704 W:      http://palosaari.fi/linux/
13705 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13706 T:      git git://linuxtv.org/anttip/media_tree.git
13707 S:      Maintained
13708 F:      drivers/media/dvb-frontends/si2168*
13709
13710 SI470X FM RADIO RECEIVER I2C DRIVER
13711 M:      Hans Verkuil <[email protected]>
13712 L:      [email protected]
13713 T:      git git://linuxtv.org/media_tree.git
13714 W:      https://linuxtv.org
13715 S:      Odd Fixes
13716 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
13717
13718 SI470X FM RADIO RECEIVER USB DRIVER
13719 M:      Hans Verkuil <[email protected]>
13720 L:      [email protected]
13721 T:      git git://linuxtv.org/media_tree.git
13722 W:      https://linuxtv.org
13723 S:      Maintained
13724 F:      drivers/media/radio/si470x/radio-si470x-common.c
13725 F:      drivers/media/radio/si470x/radio-si470x.h
13726 F:      drivers/media/radio/si470x/radio-si470x-usb.c
13727
13728 SI4713 FM RADIO TRANSMITTER I2C DRIVER
13729 M:      Eduardo Valentin <[email protected]>
13730 L:      [email protected]
13731 T:      git git://linuxtv.org/media_tree.git
13732 W:      https://linuxtv.org
13733 S:      Odd Fixes
13734 F:      drivers/media/radio/si4713/si4713.?
13735
13736 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
13737 M:      Eduardo Valentin <[email protected]>
13738 L:      [email protected]
13739 T:      git git://linuxtv.org/media_tree.git
13740 W:      https://linuxtv.org
13741 S:      Odd Fixes
13742 F:      drivers/media/radio/si4713/radio-platform-si4713.c
13743
13744 SI4713 FM RADIO TRANSMITTER USB DRIVER
13745 M:      Hans Verkuil <[email protected]>
13746 L:      [email protected]
13747 T:      git git://linuxtv.org/media_tree.git
13748 W:      https://linuxtv.org
13749 S:      Maintained
13750 F:      drivers/media/radio/si4713/radio-usb-si4713.c
13751
13752 SIANO DVB DRIVER
13753 M:      Mauro Carvalho Chehab <[email protected]>
13754 L:      [email protected]
13755 W:      https://linuxtv.org
13756 T:      git git://linuxtv.org/media_tree.git
13757 S:      Odd fixes
13758 F:      drivers/media/common/siano/
13759 F:      drivers/media/usb/siano/
13760 F:      drivers/media/usb/siano/
13761 F:      drivers/media/mmc/siano/
13762
13763 SIFIVE DRIVERS
13764 M:      Palmer Dabbelt <[email protected]>
13765 L:      [email protected]
13766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
13767 S:      Supported
13768 K:      sifive
13769 N:      sifive
13770
13771 SILEAD TOUCHSCREEN DRIVER
13772 M:      Hans de Goede <[email protected]>
13773 L:      [email protected]
13774 L:      [email protected]
13775 S:      Maintained
13776 F:      drivers/input/touchscreen/silead.c
13777 F:      drivers/platform/x86/touchscreen_dmi.c
13778
13779 SILICON MOTION SM712 FRAME BUFFER DRIVER
13780 M:      Sudip Mukherjee <[email protected]>
13781 M:      Teddy Wang <[email protected]>
13782 M:      Sudip Mukherjee <[email protected]>
13783 L:      [email protected]
13784 S:      Maintained
13785 F:      drivers/video/fbdev/sm712*
13786 F:      Documentation/fb/sm712fb.txt
13787
13788 SIMPLE FIRMWARE INTERFACE (SFI)
13789 M:      Len Brown <[email protected]>
13790 L:      [email protected]
13791 W:      http://simplefirmware.org/
13792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
13793 S:      Supported
13794 F:      arch/x86/platform/sfi/
13795 F:      drivers/sfi/
13796 F:      include/linux/sfi*.h
13797
13798 SIMPLEFB FB DRIVER
13799 M:      Hans de Goede <[email protected]>
13800 L:      [email protected]
13801 S:      Maintained
13802 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
13803 F:      drivers/video/fbdev/simplefb.c
13804 F:      include/linux/platform_data/simplefb.h
13805
13806 SIMTEC EB110ATX (Chalice CATS)
13807 P:      Ben Dooks
13808 P:      Vincent Sanders <[email protected]>
13809 M:      Simtec Linux Team <[email protected]>
13810 W:      http://www.simtec.co.uk/products/EB110ATX/
13811 S:      Supported
13812
13813 SIMTEC EB2410ITX (BAST)
13814 P:      Ben Dooks
13815 P:      Vincent Sanders <[email protected]>
13816 M:      Simtec Linux Team <[email protected]>
13817 W:      http://www.simtec.co.uk/products/EB2410ITX/
13818 S:      Supported
13819 F:      arch/arm/mach-s3c24xx/mach-bast.c
13820 F:      arch/arm/mach-s3c24xx/bast-ide.c
13821 F:      arch/arm/mach-s3c24xx/bast-irq.c
13822
13823 SIPHASH PRF ROUTINES
13824 M:      Jason A. Donenfeld <[email protected]>
13825 S:      Maintained
13826 F:      lib/siphash.c
13827 F:      lib/test_siphash.c
13828 F:      include/linux/siphash.h
13829
13830 SIOX
13831 M:      Gavin Schenk <[email protected]>
13832 M:      Uwe Kleine-König <[email protected]>
13833 R:      Pengutronix Kernel Team <[email protected]>
13834 S:      Supported
13835 F:      drivers/siox/*
13836 F:      drivers/gpio/gpio-siox.c
13837 F:      include/trace/events/siox.h
13838
13839 SIS 190 ETHERNET DRIVER
13840 M:      Francois Romieu <[email protected]>
13841 L:      [email protected]
13842 S:      Maintained
13843 F:      drivers/net/ethernet/sis/sis190.c
13844
13845 SIS 900/7016 FAST ETHERNET DRIVER
13846 M:      Daniele Venzano <[email protected]>
13847 W:      http://www.brownhat.org/sis900.html
13848 L:      [email protected]
13849 S:      Maintained
13850 F:      drivers/net/ethernet/sis/sis900.*
13851
13852 SIS FRAMEBUFFER DRIVER
13853 M:      Thomas Winischhofer <[email protected]>
13854 W:      http://www.winischhofer.net/linuxsisvga.shtml
13855 S:      Maintained
13856 F:      Documentation/fb/sisfb.txt
13857 F:      drivers/video/fbdev/sis/
13858 F:      include/video/sisfb.h
13859
13860 SIS USB2VGA DRIVER
13861 M:      Thomas Winischhofer <[email protected]>
13862 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
13863 S:      Maintained
13864 F:      drivers/usb/misc/sisusbvga/
13865
13866 SLAB ALLOCATOR
13867 M:      Christoph Lameter <[email protected]>
13868 M:      Pekka Enberg <[email protected]>
13869 M:      David Rientjes <[email protected]>
13870 M:      Joonsoo Kim <[email protected]>
13871 M:      Andrew Morton <[email protected]>
13872 L:      [email protected]
13873 S:      Maintained
13874 F:      include/linux/sl?b*.h
13875 F:      mm/sl?b*
13876
13877 SLEEPABLE READ-COPY UPDATE (SRCU)
13878 M:      Lai Jiangshan <[email protected]>
13879 M:      "Paul E. McKenney" <[email protected]>
13880 M:      Josh Triplett <[email protected]>
13881 R:      Steven Rostedt <[email protected]>
13882 R:      Mathieu Desnoyers <[email protected]>
13883 L:      [email protected]
13884 W:      http://www.rdrop.com/users/paulmck/RCU/
13885 S:      Supported
13886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
13887 F:      include/linux/srcu*.h
13888 F:      kernel/rcu/srcu*.c
13889
13890 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus)
13891 M:      Srinivas Kandagatla <[email protected]>
13892 L:      [email protected] (moderated for non-subscribers)
13893 S:      Maintained
13894 F:      drivers/slimbus/
13895 F:      Documentation/devicetree/bindings/slimbus/
13896 F:      include/linux/slimbus.h
13897
13898 SMACK SECURITY MODULE
13899 M:      Casey Schaufler <[email protected]>
13900 L:      [email protected]
13901 W:      http://schaufler-ca.com
13902 T:      git git://github.com/cschaufler/smack-next
13903 S:      Maintained
13904 F:      Documentation/admin-guide/LSM/Smack.rst
13905 F:      security/smack/
13906
13907 SMC91x ETHERNET DRIVER
13908 M:      Nicolas Pitre <[email protected]>
13909 S:      Odd Fixes
13910 F:      drivers/net/ethernet/smsc/smc91x.*
13911
13912 SMIA AND SMIA++ IMAGE SENSOR DRIVER
13913 M:      Sakari Ailus <[email protected]>
13914 L:      [email protected]
13915 S:      Maintained
13916 F:      drivers/media/i2c/smiapp/
13917 F:      include/media/i2c/smiapp.h
13918 F:      drivers/media/i2c/smiapp-pll.c
13919 F:      drivers/media/i2c/smiapp-pll.h
13920 F:      include/uapi/linux/smiapp.h
13921 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
13922
13923 SMM665 HARDWARE MONITOR DRIVER
13924 M:      Guenter Roeck <[email protected]>
13925 L:      [email protected]
13926 S:      Maintained
13927 F:      Documentation/hwmon/smm665
13928 F:      drivers/hwmon/smm665.c
13929
13930 SMSC EMC2103 HARDWARE MONITOR DRIVER
13931 M:      Steve Glendinning <[email protected]>
13932 L:      [email protected]
13933 S:      Maintained
13934 F:      Documentation/hwmon/emc2103
13935 F:      drivers/hwmon/emc2103.c
13936
13937 SMSC SCH5627 HARDWARE MONITOR DRIVER
13938 M:      Hans de Goede <[email protected]>
13939 L:      [email protected]
13940 S:      Supported
13941 F:      Documentation/hwmon/sch5627
13942 F:      drivers/hwmon/sch5627.c
13943
13944 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
13945 M:      Steve Glendinning <[email protected]>
13946 L:      [email protected]
13947 S:      Maintained
13948 F:      drivers/video/fbdev/smscufx.c
13949
13950 SMSC47B397 HARDWARE MONITOR DRIVER
13951 M:      Jean Delvare <[email protected]>
13952 L:      [email protected]
13953 S:      Maintained
13954 F:      Documentation/hwmon/smsc47b397
13955 F:      drivers/hwmon/smsc47b397.c
13956
13957 SMSC911x ETHERNET DRIVER
13958 M:      Steve Glendinning <[email protected]>
13959 L:      [email protected]
13960 S:      Maintained
13961 F:      include/linux/smsc911x.h
13962 F:      drivers/net/ethernet/smsc/smsc911x.*
13963
13964 SMSC9420 PCI ETHERNET DRIVER
13965 M:      Steve Glendinning <[email protected]>
13966 L:      [email protected]
13967 S:      Maintained
13968 F:      drivers/net/ethernet/smsc/smsc9420.*
13969
13970 SOC-CAMERA V4L2 SUBSYSTEM
13971 L:      [email protected]
13972 T:      git git://linuxtv.org/media_tree.git
13973 S:      Orphan
13974 F:      include/media/soc*
13975 F:      drivers/media/i2c/soc_camera/
13976 F:      drivers/media/platform/soc_camera/
13977
13978 SOCIONEXT SYNQUACER I2C DRIVER
13979 M:      Ard Biesheuvel <[email protected]>
13980 L:      [email protected]
13981 S:      Maintained
13982 F:      drivers/i2c/busses/i2c-synquacer.c
13983 F:      Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
13984
13985 SOCIONEXT UNIPHIER SOUND DRIVER
13986 L:      [email protected] (moderated for non-subscribers)
13987 S:      Orphan
13988 F:      sound/soc/uniphier/
13989
13990 SOEKRIS NET48XX LED SUPPORT
13991 M:      Chris Boot <[email protected]>
13992 S:      Maintained
13993 F:      drivers/leds/leds-net48xx.c
13994
13995 SOFT-ROCE DRIVER (rxe)
13996 M:      Moni Shoua <[email protected]>
13997 L:      [email protected]
13998 S:      Supported
13999 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
14000 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
14001 F:      drivers/infiniband/sw/rxe/
14002 F:      include/uapi/rdma/rdma_user_rxe.h
14003
14004 SOFTLOGIC 6x10 MPEG CODEC
14005 M:      Bluecherry Maintainers <[email protected]>
14006 M:      Anton Sviridenko <[email protected]>
14007 M:      Andrey Utkin <[email protected]>
14008 M:      Andrey Utkin <[email protected]>
14009 M:      Ismael Luceno <[email protected]>
14010 L:      [email protected]
14011 S:      Supported
14012 F:      drivers/media/pci/solo6x10/
14013
14014 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
14015 M:      James Morse <[email protected]>
14016 L:      [email protected]
14017 S:      Maintained
14018 F:      Documentation/devicetree/bindings/arm/firmware/sdei.txt
14019 F:      drivers/firmware/arm_sdei.c
14020 F:      include/linux/arm_sdei.h
14021 F:      include/uapi/linux/arm_sdei.h
14022
14023 SOFTWARE RAID (Multiple Disks) SUPPORT
14024 M:      Shaohua Li <[email protected]>
14025 L:      [email protected]
14026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
14027 S:      Supported
14028 F:      drivers/md/Makefile
14029 F:      drivers/md/Kconfig
14030 F:      drivers/md/md*
14031 F:      drivers/md/raid*
14032 F:      include/linux/raid/
14033 F:      include/uapi/linux/raid/
14034
14035 SOCIONEXT (SNI) AVE NETWORK DRIVER
14036 M:      Kunihiko Hayashi <[email protected]>
14037 L:      [email protected]
14038 S:      Maintained
14039 F:      drivers/net/ethernet/socionext/sni_ave.c
14040 F:      Documentation/devicetree/bindings/net/socionext,uniphier-ave4.txt
14041
14042 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
14043 M:      Jassi Brar <[email protected]>
14044 L:      [email protected]
14045 S:      Maintained
14046 F:      drivers/net/ethernet/socionext/netsec.c
14047 F:      Documentation/devicetree/bindings/net/socionext-netsec.txt
14048
14049 SOLIDRUN CLEARFOG SUPPORT
14050 M:      Russell King <[email protected]>
14051 S:      Maintained
14052 F:      arch/arm/boot/dts/armada-388-clearfog*
14053 F:      arch/arm/boot/dts/armada-38x-solidrun-*
14054
14055 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
14056 M:      Russell King <[email protected]>
14057 S:      Maintained
14058 F:      arch/arm/boot/dts/imx6*-cubox-i*
14059 F:      arch/arm/boot/dts/imx6*-hummingboard*
14060 F:      arch/arm/boot/dts/imx6*-sr-*
14061
14062 SONIC NETWORK DRIVER
14063 M:      Thomas Bogendoerfer <[email protected]>
14064 L:      [email protected]
14065 S:      Maintained
14066 F:      drivers/net/ethernet/natsemi/sonic.*
14067
14068 SONICS SILICON BACKPLANE DRIVER (SSB)
14069 M:      Michael Buesch <[email protected]>
14070 L:      [email protected]
14071 S:      Maintained
14072 F:      drivers/ssb/
14073 F:      include/linux/ssb/
14074
14075 SONY IMX214 SENSOR DRIVER
14076 M:      Ricardo Ribalda <[email protected]>
14077 L:      [email protected]
14078 T:      git git://linuxtv.org/media_tree.git
14079 S:      Maintained
14080 F:      drivers/media/i2c/imx214.c
14081 F:      Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
14082
14083 SONY IMX258 SENSOR DRIVER
14084 M:      Sakari Ailus <[email protected]>
14085 L:      [email protected]
14086 T:      git git://linuxtv.org/media_tree.git
14087 S:      Maintained
14088 F:      drivers/media/i2c/imx258.c
14089
14090 SONY IMX274 SENSOR DRIVER
14091 M:      Leon Luo <[email protected]>
14092 L:      [email protected]
14093 T:      git git://linuxtv.org/media_tree.git
14094 S:      Maintained
14095 F:      drivers/media/i2c/imx274.c
14096 F:      Documentation/devicetree/bindings/media/i2c/imx274.txt
14097
14098 SONY IMX319 SENSOR DRIVER
14099 M:      Bingbu Cao <[email protected]>
14100 L:      [email protected]
14101 T:      git git://linuxtv.org/media_tree.git
14102 S:      Maintained
14103 F:      drivers/media/i2c/imx319.c
14104
14105 SONY IMX355 SENSOR DRIVER
14106 M:      Tianshu Qiu <[email protected]>
14107 L:      [email protected]
14108 T:      git git://linuxtv.org/media_tree.git
14109 S:      Maintained
14110 F:      drivers/media/i2c/imx355.c
14111
14112 SONY MEMORYSTICK CARD SUPPORT
14113 M:      Alex Dubov <[email protected]>
14114 W:      http://tifmxx.berlios.de/
14115 S:      Maintained
14116 F:      drivers/memstick/host/tifm_ms.c
14117
14118 SONY MEMORYSTICK STANDARD SUPPORT
14119 M:      Maxim Levitsky <[email protected]>
14120 S:      Maintained
14121 F:      drivers/memstick/core/ms_block.*
14122
14123 SONY VAIO CONTROL DEVICE DRIVER
14124 M:      Mattia Dongili <[email protected]>
14125 L:      [email protected]
14126 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
14127 S:      Maintained
14128 F:      Documentation/laptops/sony-laptop.txt
14129 F:      drivers/char/sonypi.c
14130 F:      drivers/platform/x86/sony-laptop.c
14131 F:      include/linux/sony-laptop.h
14132
14133 SOUND
14134 M:      Jaroslav Kysela <[email protected]>
14135 M:      Takashi Iwai <[email protected]>
14136 L:      [email protected] (moderated for non-subscribers)
14137 W:      http://www.alsa-project.org/
14138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
14139 T:      git git://git.alsa-project.org/alsa-kernel.git
14140 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
14141 S:      Maintained
14142 F:      Documentation/sound/
14143 F:      include/sound/
14144 F:      include/uapi/sound/
14145 F:      sound/
14146
14147 SOUND - COMPRESSED AUDIO
14148 M:      Vinod Koul <[email protected]>
14149 L:      [email protected] (moderated for non-subscribers)
14150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
14151 S:      Supported
14152 F:      Documentation/sound/designs/compress-offload.rst
14153 F:      include/sound/compress_driver.h
14154 F:      include/uapi/sound/compress_*
14155 F:      sound/core/compress_offload.c
14156 F:      sound/soc/soc-compress.c
14157
14158 SOUND - DMAENGINE HELPERS
14159 M:      Lars-Peter Clausen <[email protected]>
14160 S:      Supported
14161 F:      include/sound/dmaengine_pcm.h
14162 F:      sound/core/pcm_dmaengine.c
14163 F:      sound/soc/soc-generic-dmaengine-pcm.c
14164
14165 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
14166 M:      Liam Girdwood <[email protected]>
14167 M:      Mark Brown <[email protected]>
14168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
14169 L:      [email protected] (moderated for non-subscribers)
14170 W:      http://alsa-project.org/main/index.php/ASoC
14171 S:      Supported
14172 F:      Documentation/devicetree/bindings/sound/
14173 F:      Documentation/sound/soc/
14174 F:      sound/soc/
14175 F:      include/dt-bindings/sound/
14176 F:      include/sound/soc*
14177
14178 SOUNDWIRE SUBSYSTEM
14179 M:      Vinod Koul <[email protected]>
14180 M:      Sanyog Kale <[email protected]>
14181 R:      Pierre-Louis Bossart <[email protected]>
14182 L:      [email protected] (moderated for non-subscribers)
14183 S:      Supported
14184 F:      Documentation/driver-api/soundwire/
14185 F:      drivers/soundwire/
14186 F:      include/linux/soundwire/
14187
14188 SP2 MEDIA DRIVER
14189 M:      Olli Salonen <[email protected]>
14190 L:      [email protected]
14191 W:      https://linuxtv.org
14192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14193 S:      Maintained
14194 F:      drivers/media/dvb-frontends/sp2*
14195
14196 SPARC + UltraSPARC (sparc/sparc64)
14197 M:      "David S. Miller" <[email protected]>
14198 L:      [email protected]
14199 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
14200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
14201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
14202 S:      Maintained
14203 F:      arch/sparc/
14204 F:      drivers/sbus/
14205
14206 SPARC SERIAL DRIVERS
14207 M:      "David S. Miller" <[email protected]>
14208 L:      [email protected]
14209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
14210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
14211 S:      Maintained
14212 F:      include/linux/sunserialcore.h
14213 F:      drivers/tty/serial/suncore.c
14214 F:      drivers/tty/serial/sunhv.c
14215 F:      drivers/tty/serial/sunsab.c
14216 F:      drivers/tty/serial/sunsab.h
14217 F:      drivers/tty/serial/sunsu.c
14218 F:      drivers/tty/serial/sunzilog.c
14219 F:      drivers/tty/serial/sunzilog.h
14220 F:      drivers/tty/vcc.c
14221
14222 SPARSE CHECKER
14223 M:      "Luc Van Oostenryck" <[email protected]>
14224 L:      [email protected]
14225 W:      https://sparse.wiki.kernel.org/
14226 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
14227 S:      Maintained
14228 F:      include/linux/compiler.h
14229
14230 SPEAR CLOCK FRAMEWORK SUPPORT
14231 M:      Viresh Kumar <[email protected]>
14232 L:      [email protected] (moderated for non-subscribers)
14233 W:      http://www.st.com/spear
14234 S:      Maintained
14235 F:      drivers/clk/spear/
14236
14237 SPEAR PLATFORM SUPPORT
14238 M:      Viresh Kumar <[email protected]>
14239 M:      Shiraz Hashim <[email protected]>
14240 L:      [email protected] (moderated for non-subscribers)
14241 W:      http://www.st.com/spear
14242 S:      Maintained
14243 F:      arch/arm/boot/dts/spear*
14244 F:      arch/arm/mach-spear/
14245
14246 SPI NOR SUBSYSTEM
14247 M:      Marek Vasut <[email protected]>
14248 L:      [email protected]
14249 W:      http://www.linux-mtd.infradead.org/
14250 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
14251 T:      git git://git.infradead.org/linux-mtd.git spi-nor/fixes
14252 T:      git git://git.infradead.org/linux-mtd.git spi-nor/next
14253 S:      Maintained
14254 F:      drivers/mtd/spi-nor/
14255 F:      include/linux/mtd/spi-nor.h
14256
14257 SPI SUBSYSTEM
14258 M:      Mark Brown <[email protected]>
14259 L:      [email protected]
14260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
14261 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
14262 S:      Maintained
14263 F:      Documentation/devicetree/bindings/spi/
14264 F:      Documentation/spi/
14265 F:      drivers/spi/
14266 F:      include/linux/spi/
14267 F:      include/uapi/linux/spi/
14268 F:      tools/spi/
14269
14270 SPIDERNET NETWORK DRIVER for CELL
14271 M:      Ishizaki Kou <[email protected]>
14272 L:      [email protected]
14273 S:      Supported
14274 F:      Documentation/networking/device_drivers/toshiba/spider_net.txt
14275 F:      drivers/net/ethernet/toshiba/spider_net*
14276
14277 SPMI SUBSYSTEM
14278 R:      Stephen Boyd <[email protected]>
14279 L:      [email protected]
14280 F:      Documentation/devicetree/bindings/spmi/
14281 F:      drivers/spmi/
14282 F:      include/dt-bindings/spmi/spmi.h
14283 F:      include/linux/spmi.h
14284 F:      include/trace/events/spmi.h
14285
14286 SPU FILE SYSTEM
14287 M:      Jeremy Kerr <[email protected]>
14288 L:      [email protected]
14289 W:      http://www.ibm.com/developerworks/power/cell/
14290 S:      Supported
14291 F:      Documentation/filesystems/spufs.txt
14292 F:      arch/powerpc/platforms/cell/spufs/
14293
14294 SQUASHFS FILE SYSTEM
14295 M:      Phillip Lougher <[email protected]>
14296 L:      [email protected] (subscribers-only)
14297 W:      http://squashfs.org.uk
14298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
14299 S:      Maintained
14300 F:      Documentation/filesystems/squashfs.txt
14301 F:      fs/squashfs/
14302
14303 SRM (Alpha) environment access
14304 M:      Jan-Benedict Glaw <[email protected]>
14305 S:      Maintained
14306 F:      arch/alpha/kernel/srm_env.c
14307
14308 ST LSM6DSx IMU IIO DRIVER
14309 M:      Lorenzo Bianconi <[email protected]>
14310 L:      [email protected]
14311 W:      http://www.st.com/
14312 S:      Maintained
14313 F:      drivers/iio/imu/st_lsm6dsx/
14314 F:      Documentation/devicetree/bindings/iio/imu/st_lsm6dsx.txt
14315
14316 ST STM32 I2C/SMBUS DRIVER
14317 M:      Pierre-Yves MORDRET <[email protected]>
14318 L:      [email protected]
14319 S:      Maintained
14320 F:      drivers/i2c/busses/i2c-stm32*
14321
14322 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
14323 M:      Song Qiang <[email protected]>
14324 L:      [email protected]
14325 S:      Maintained
14326 F:      drivers/iio/proximity/vl53l0x-i2c.c
14327 F:      Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt
14328
14329 STABLE BRANCH
14330 M:      Greg Kroah-Hartman <[email protected]>
14331 M:      Sasha Levin <[email protected]>
14332 L:      [email protected]
14333 S:      Supported
14334 F:      Documentation/process/stable-kernel-rules.rst
14335
14336 STAGING - COMEDI
14337 M:      Ian Abbott <[email protected]>
14338 M:      H Hartley Sweeten <[email protected]>
14339 S:      Odd Fixes
14340 F:      drivers/staging/comedi/
14341
14342 STAGING - EROFS FILE SYSTEM
14343 M:      Gao Xiang <[email protected]>
14344 M:      Chao Yu <[email protected]>
14345 L:      [email protected]
14346 S:      Maintained
14347 F:      drivers/staging/erofs/
14348
14349 STAGING - INDUSTRIAL IO
14350 M:      Jonathan Cameron <[email protected]>
14351 L:      [email protected]
14352 S:      Odd Fixes
14353 F:      Documentation/devicetree/bindings/staging/iio/
14354 F:      drivers/staging/iio/
14355
14356 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
14357 M:      Marc Dietrich <[email protected]>
14358 L:      [email protected] (moderated for non-subscribers)
14359 L:      [email protected]
14360 S:      Maintained
14361 F:      drivers/staging/nvec/
14362
14363 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
14364 M:      Jens Frederich <[email protected]>
14365 M:      Daniel Drake <[email protected]>
14366 M:      Jon Nettleton <[email protected]>
14367 W:      http://wiki.laptop.org/go/DCON
14368 S:      Maintained
14369 F:      drivers/staging/olpc_dcon/
14370
14371 STAGING - REALTEK RTL8712U DRIVERS
14372 M:      Larry Finger <[email protected]>
14373 M:      Florian Schilhabel <[email protected]>.
14374 S:      Odd Fixes
14375 F:      drivers/staging/rtl8712/
14376
14377 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
14378 M:      Sudip Mukherjee <[email protected]>
14379 M:      Teddy Wang <[email protected]>
14380 M:      Sudip Mukherjee <[email protected]>
14381 L:      [email protected]
14382 S:      Maintained
14383 F:      drivers/staging/sm750fb/
14384
14385 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
14386 M:      William Hubbs <[email protected]>
14387 M:      Chris Brannon <[email protected]>
14388 M:      Kirk Reiser <[email protected]>
14389 M:      Samuel Thibault <[email protected]>
14390 L:      [email protected]
14391 W:      http://www.linux-speakup.org/
14392 S:      Odd Fixes
14393 F:      drivers/staging/speakup/
14394
14395 STAGING - VIA VT665X DRIVERS
14396 M:      Forest Bond <[email protected]>
14397 S:      Odd Fixes
14398 F:      drivers/staging/vt665?/
14399
14400 STAGING - WILC1000 WIFI DRIVER
14401 M:      Adham Abozaeid <[email protected]>
14402 M:      Ajay Singh <[email protected]>
14403 L:      [email protected]
14404 S:      Supported
14405 F:      drivers/staging/wilc1000/
14406
14407 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
14408 M:      Arnaud Patard <[email protected]>
14409 S:      Odd Fixes
14410 F:      drivers/staging/xgifb/
14411
14412 STAGING SUBSYSTEM
14413 M:      Greg Kroah-Hartman <[email protected]>
14414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
14415 L:      [email protected]
14416 S:      Supported
14417 F:      drivers/staging/
14418
14419 STARFIRE/DURALAN NETWORK DRIVER
14420 M:      Ion Badulescu <[email protected]>
14421 S:      Odd Fixes
14422 F:      drivers/net/ethernet/adaptec/starfire*
14423
14424 STEC S1220 SKD DRIVER
14425 M:      Bart Van Assche <[email protected]>
14426 L:      [email protected]
14427 S:      Maintained
14428 F:      drivers/block/skd*[ch]
14429
14430 STI AUDIO (ASoC) DRIVERS
14431 M:      Arnaud Pouliquen <[email protected]>
14432 L:      [email protected] (moderated for non-subscribers)
14433 S:      Maintained
14434 F:      Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
14435 F:      sound/soc/sti/
14436
14437 STI CEC DRIVER
14438 M:      Benjamin Gaignard <[email protected]>
14439 S:      Maintained
14440 F:      drivers/media/platform/sti/cec/
14441 F:      Documentation/devicetree/bindings/media/stih-cec.txt
14442
14443 STK1160 USB VIDEO CAPTURE DRIVER
14444 M:      Ezequiel Garcia <[email protected]>
14445 L:      [email protected]
14446 T:      git git://linuxtv.org/media_tree.git
14447 S:      Maintained
14448 F:      drivers/media/usb/stk1160/
14449
14450 STM32 AUDIO (ASoC) DRIVERS
14451 M:      Olivier Moysan <[email protected]>
14452 M:      Arnaud Pouliquen <[email protected]>
14453 L:      [email protected] (moderated for non-subscribers)
14454 S:      Maintained
14455 F:      Documentation/devicetree/bindings/sound/st,stm32-*.txt
14456 F:      sound/soc/stm/
14457
14458 STM32 TIMER/LPTIMER DRIVERS
14459 M:      Fabrice Gasnier <[email protected]>
14460 S:      Maintained
14461 F:      drivers/*/stm32-*timer*
14462 F:      drivers/pwm/pwm-stm32*
14463 F:      include/linux/*/stm32-*tim*
14464 F:      Documentation/ABI/testing/*timer-stm32
14465 F:      Documentation/devicetree/bindings/*/stm32-*timer*
14466 F:      Documentation/devicetree/bindings/pwm/pwm-stm32*
14467
14468 STMMAC ETHERNET DRIVER
14469 M:      Giuseppe Cavallaro <[email protected]>
14470 M:      Alexandre Torgue <[email protected]>
14471 M:      Jose Abreu <[email protected]>
14472 L:      [email protected]
14473 W:      http://www.stlinux.com
14474 S:      Supported
14475 F:      drivers/net/ethernet/stmicro/stmmac/
14476
14477 SUN3/3X
14478 M:      Sam Creasey <[email protected]>
14479 W:      http://sammy.net/sun3/
14480 S:      Maintained
14481 F:      arch/m68k/kernel/*sun3*
14482 F:      arch/m68k/sun3*/
14483 F:      arch/m68k/include/asm/sun3*
14484 F:      drivers/net/ethernet/i825xx/sun3*
14485
14486 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
14487 M:      Hans de Goede <[email protected]>
14488 L:      [email protected]
14489 S:      Maintained
14490 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
14491 F:      drivers/input/keyboard/sun4i-lradc-keys.c
14492
14493 SUNDANCE NETWORK DRIVER
14494 M:      Denis Kirjanov <[email protected]>
14495 L:      [email protected]
14496 S:      Maintained
14497 F:      drivers/net/ethernet/dlink/sundance.c
14498
14499 SUPERH
14500 M:      Yoshinori Sato <[email protected]>
14501 M:      Rich Felker <[email protected]>
14502 L:      [email protected]
14503 Q:      http://patchwork.kernel.org/project/linux-sh/list/
14504 S:      Maintained
14505 F:      Documentation/sh/
14506 F:      arch/sh/
14507 F:      drivers/sh/
14508
14509 SUSPEND TO RAM
14510 M:      "Rafael J. Wysocki" <[email protected]>
14511 M:      Len Brown <[email protected]>
14512 M:      Pavel Machek <[email protected]>
14513 L:      [email protected]
14514 B:      https://bugzilla.kernel.org
14515 S:      Supported
14516 F:      Documentation/power/
14517 F:      arch/x86/kernel/acpi/
14518 F:      drivers/base/power/
14519 F:      kernel/power/
14520 F:      include/linux/suspend.h
14521 F:      include/linux/freezer.h
14522 F:      include/linux/pm.h
14523
14524 SVGA HANDLING
14525 M:      Martin Mares <[email protected]>
14526 L:      [email protected]
14527 S:      Maintained
14528 F:      Documentation/svga.txt
14529 F:      arch/x86/boot/video*
14530
14531 SWIOTLB SUBSYSTEM
14532 M:      Konrad Rzeszutek Wilk <[email protected]>
14533 L:      [email protected]
14534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
14535 S:      Supported
14536 F:      kernel/dma/swiotlb.c
14537 F:      arch/*/kernel/pci-swiotlb.c
14538 F:      include/linux/swiotlb.h
14539
14540 SWITCHDEV
14541 M:      Jiri Pirko <[email protected]>
14542 M:      Ivan Vecera <[email protected]>
14543 L:      [email protected]
14544 S:      Supported
14545 F:      net/switchdev/
14546 F:      include/net/switchdev.h
14547
14548 SY8106A REGULATOR DRIVER
14549 M:      Icenowy Zheng <[email protected]>
14550 S:      Maintained
14551 F:      drivers/regulator/sy8106a-regulator.c
14552 F:      Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt
14553
14554 SYNC FILE FRAMEWORK
14555 M:      Sumit Semwal <[email protected]>
14556 R:      Gustavo Padovan <[email protected]>
14557 S:      Maintained
14558 L:      [email protected]
14559 L:      [email protected]
14560 F:      drivers/dma-buf/sync_*
14561 F:      drivers/dma-buf/dma-fence*
14562 F:      drivers/dma-buf/sw_sync.c
14563 F:      include/linux/sync_file.h
14564 F:      include/uapi/linux/sync_file.h
14565 F:      Documentation/sync_file.txt
14566 T:      git git://anongit.freedesktop.org/drm/drm-misc
14567
14568 SYNOPSYS ARC ARCHITECTURE
14569 M:      Vineet Gupta <[email protected]>
14570 L:      [email protected]
14571 S:      Supported
14572 F:      arch/arc/
14573 F:      Documentation/devicetree/bindings/arc/*
14574 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
14575 F:      drivers/clocksource/arc_timer.c
14576 F:      drivers/tty/serial/arc_uart.c
14577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
14578
14579 SYNOPSYS ARC HSDK SDP pll clock driver
14580 M:      Eugeniy Paltsev <[email protected]>
14581 S:      Supported
14582 F:      drivers/clk/clk-hsdk-pll.c
14583 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
14584
14585 SYNOPSYS ARC SDP clock driver
14586 M:      Eugeniy Paltsev <[email protected]>
14587 S:      Supported
14588 F:      drivers/clk/axs10x/*
14589 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
14590
14591 SYNOPSYS ARC SDP platform support
14592 M:      Alexey Brodkin <[email protected]>
14593 S:      Supported
14594 F:      arch/arc/plat-axs10x
14595 F:      arch/arc/boot/dts/ax*
14596 F:      Documentation/devicetree/bindings/arc/axs10*
14597
14598 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
14599 M:      Eugeniy Paltsev <[email protected]>
14600 S:      Supported
14601 F:      drivers/reset/reset-axs10x.c
14602 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
14603
14604 SYNOPSYS CREG GPIO DRIVER
14605 M:      Eugeniy Paltsev <[email protected]>
14606 S:      Maintained
14607 F:      drivers/gpio/gpio-creg-snps.c
14608 F:      Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
14609
14610 SYNOPSYS DESIGNWARE 8250 UART DRIVER
14611 R:      Andy Shevchenko <[email protected]>
14612 S:      Maintained
14613 F:      drivers/tty/serial/8250/8250_dw.c
14614
14615 SYNOPSYS DESIGNWARE APB GPIO DRIVER
14616 M:      Hoan Tran <[email protected]>
14617 L:      [email protected]
14618 S:      Maintained
14619 F:      drivers/gpio/gpio-dwapb.c
14620 F:      Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
14621
14622 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
14623 M:      Eugeniy Paltsev <[email protected]>
14624 S:      Maintained
14625 F:      drivers/dma/dwi-axi-dmac/
14626 F:      Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
14627
14628 SYNOPSYS DESIGNWARE DMAC DRIVER
14629 M:      Viresh Kumar <[email protected]>
14630 R:      Andy Shevchenko <[email protected]>
14631 S:      Maintained
14632 F:      Documentation/devicetree/bindings/dma/snps-dma.txt
14633 F:      drivers/dma/dw/
14634 F:      include/dt-bindings/dma/dw-dmac.h
14635 F:      include/linux/dma/dw.h
14636 F:      include/linux/platform_data/dma-dw.h
14637
14638 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
14639 M:      Jose Abreu <[email protected]>
14640 L:      [email protected]
14641 S:      Supported
14642 F:      drivers/net/ethernet/synopsys/
14643
14644 SYNOPSYS DESIGNWARE I2C DRIVER
14645 M:      Jarkko Nikula <[email protected]>
14646 R:      Andy Shevchenko <[email protected]>
14647 R:      Mika Westerberg <[email protected]>
14648 L:      [email protected]
14649 S:      Maintained
14650 F:      drivers/i2c/busses/i2c-designware-*
14651 F:      include/linux/platform_data/i2c-designware.h
14652
14653 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
14654 M:      Jaehoon Chung <[email protected]>
14655 L:      [email protected]
14656 S:      Maintained
14657 F:      drivers/mmc/host/dw_mmc*
14658
14659 SYNOPSYS HSDK RESET CONTROLLER DRIVER
14660 M:      Eugeniy Paltsev <[email protected]>
14661 S:      Supported
14662 F:      drivers/reset/reset-hsdk.c
14663 F:      include/dt-bindings/reset/snps,hsdk-reset.h
14664 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
14665
14666 SYSTEM CONFIGURATION (SYSCON)
14667 M:      Lee Jones <[email protected]>
14668 M:      Arnd Bergmann <[email protected]>
14669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
14670 S:      Supported
14671 F:      drivers/mfd/syscon.c
14672
14673 SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
14674 M:      Sudeep Holla <[email protected]>
14675 L:      [email protected]
14676 S:      Maintained
14677 F:      Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt
14678 F:      drivers/clk/clk-sc[mp]i.c
14679 F:      drivers/cpufreq/sc[mp]i-cpufreq.c
14680 F:      drivers/firmware/arm_scpi.c
14681 F:      drivers/firmware/arm_scmi/
14682 F:      include/linux/sc[mp]i_protocol.h
14683
14684 SYSTEM RESET/SHUTDOWN DRIVERS
14685 M:      Sebastian Reichel <[email protected]>
14686 L:      [email protected]
14687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
14688 S:      Maintained
14689 F:      Documentation/devicetree/bindings/power/reset/
14690 F:      drivers/power/reset/
14691
14692 SYSTEM TRACE MODULE CLASS
14693 M:      Alexander Shishkin <[email protected]>
14694 S:      Maintained
14695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
14696 F:      Documentation/trace/stm.rst
14697 F:      drivers/hwtracing/stm/
14698 F:      include/linux/stm.h
14699 F:      include/uapi/linux/stm.h
14700
14701 SYSV FILESYSTEM
14702 M:      Christoph Hellwig <[email protected]>
14703 S:      Maintained
14704 F:      Documentation/filesystems/sysv-fs.txt
14705 F:      fs/sysv/
14706 F:      include/linux/sysv_fs.h
14707
14708 TARGET SUBSYSTEM
14709 M:      "Nicholas A. Bellinger" <[email protected]>
14710 L:      [email protected]
14711 L:      [email protected]
14712 W:      http://www.linux-iscsi.org
14713 W:      http://groups.google.com/group/linux-iscsi-target-dev
14714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
14715 S:      Supported
14716 F:      drivers/target/
14717 F:      include/target/
14718 F:      Documentation/target/
14719
14720 TASKSTATS STATISTICS INTERFACE
14721 M:      Balbir Singh <[email protected]>
14722 S:      Maintained
14723 F:      Documentation/accounting/taskstats*
14724 F:      include/linux/taskstats*
14725 F:      kernel/taskstats.c
14726
14727 TC subsystem
14728 M:      Jamal Hadi Salim <[email protected]>
14729 M:      Cong Wang <[email protected]>
14730 M:      Jiri Pirko <[email protected]>
14731 L:      [email protected]
14732 S:      Maintained
14733 F:      include/net/pkt_cls.h
14734 F:      include/net/pkt_sched.h
14735 F:      include/net/tc_act/
14736 F:      include/uapi/linux/pkt_cls.h
14737 F:      include/uapi/linux/pkt_sched.h
14738 F:      include/uapi/linux/tc_act/
14739 F:      include/uapi/linux/tc_ematch/
14740 F:      net/sched/
14741
14742 TC90522 MEDIA DRIVER
14743 M:      Akihiro Tsukada <[email protected]>
14744 L:      [email protected]
14745 S:      Odd Fixes
14746 F:      drivers/media/dvb-frontends/tc90522*
14747
14748 TCP LOW PRIORITY MODULE
14749 M:      "Wong Hoi Sing, Edison" <[email protected]>
14750 M:      "Hung Hing Lun, Mike" <[email protected]>
14751 W:      http://tcp-lp-mod.sourceforge.net/
14752 S:      Maintained
14753 F:      net/ipv4/tcp_lp.c
14754
14755 TDA10071 MEDIA DRIVER
14756 M:      Antti Palosaari <[email protected]>
14757 L:      [email protected]
14758 W:      https://linuxtv.org
14759 W:      http://palosaari.fi/linux/
14760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14761 T:      git git://linuxtv.org/anttip/media_tree.git
14762 S:      Maintained
14763 F:      drivers/media/dvb-frontends/tda10071*
14764
14765 TDA18212 MEDIA DRIVER
14766 M:      Antti Palosaari <[email protected]>
14767 L:      [email protected]
14768 W:      https://linuxtv.org
14769 W:      http://palosaari.fi/linux/
14770 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14771 T:      git git://linuxtv.org/anttip/media_tree.git
14772 S:      Maintained
14773 F:      drivers/media/tuners/tda18212*
14774
14775 TDA18218 MEDIA DRIVER
14776 M:      Antti Palosaari <[email protected]>
14777 L:      [email protected]
14778 W:      https://linuxtv.org
14779 W:      http://palosaari.fi/linux/
14780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14781 T:      git git://linuxtv.org/anttip/media_tree.git
14782 S:      Maintained
14783 F:      drivers/media/tuners/tda18218*
14784
14785 TDA18250 MEDIA DRIVER
14786 M:      Olli Salonen <[email protected]>
14787 L:      [email protected]
14788 W:      https://linuxtv.org
14789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14790 T:      git git://linuxtv.org/media_tree.git
14791 S:      Maintained
14792 F:      drivers/media/tuners/tda18250*
14793
14794 TDA18271 MEDIA DRIVER
14795 M:      Michael Krufky <[email protected]>
14796 L:      [email protected]
14797 W:      https://linuxtv.org
14798 W:      http://github.com/mkrufky
14799 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14800 T:      git git://linuxtv.org/mkrufky/tuners.git
14801 S:      Maintained
14802 F:      drivers/media/tuners/tda18271*
14803
14804 TDA1997x MEDIA DRIVER
14805 M:      Tim Harvey <[email protected]>
14806 L:      [email protected]
14807 W:      https://linuxtv.org
14808 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14809 S:      Maintained
14810 F:      drivers/media/i2c/tda1997x.*
14811
14812 TDA827x MEDIA DRIVER
14813 M:      Michael Krufky <[email protected]>
14814 L:      [email protected]
14815 W:      https://linuxtv.org
14816 W:      http://github.com/mkrufky
14817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14818 T:      git git://linuxtv.org/mkrufky/tuners.git
14819 S:      Maintained
14820 F:      drivers/media/tuners/tda8290.*
14821
14822 TDA8290 MEDIA DRIVER
14823 M:      Michael Krufky <[email protected]>
14824 L:      [email protected]
14825 W:      https://linuxtv.org
14826 W:      http://github.com/mkrufky
14827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14828 T:      git git://linuxtv.org/mkrufky/tuners.git
14829 S:      Maintained
14830 F:      drivers/media/tuners/tda8290.*
14831
14832 TDA9840 MEDIA DRIVER
14833 M:      Hans Verkuil <[email protected]>
14834 L:      [email protected]
14835 T:      git git://linuxtv.org/media_tree.git
14836 W:      https://linuxtv.org
14837 S:      Maintained
14838 F:      drivers/media/i2c/tda9840*
14839
14840 TEA5761 TUNER DRIVER
14841 M:      Mauro Carvalho Chehab <[email protected]>
14842 L:      [email protected]
14843 W:      https://linuxtv.org
14844 T:      git git://linuxtv.org/media_tree.git
14845 S:      Odd fixes
14846 F:      drivers/media/tuners/tea5761.*
14847
14848 TEA5767 TUNER DRIVER
14849 M:      Mauro Carvalho Chehab <[email protected]>
14850 L:      [email protected]
14851 W:      https://linuxtv.org
14852 T:      git git://linuxtv.org/media_tree.git
14853 S:      Maintained
14854 F:      drivers/media/tuners/tea5767.*
14855
14856 TEA6415C MEDIA DRIVER
14857 M:      Hans Verkuil <[email protected]>
14858 L:      [email protected]
14859 T:      git git://linuxtv.org/media_tree.git
14860 W:      https://linuxtv.org
14861 S:      Maintained
14862 F:      drivers/media/i2c/tea6415c*
14863
14864 TEA6420 MEDIA DRIVER
14865 M:      Hans Verkuil <[email protected]>
14866 L:      [email protected]
14867 T:      git git://linuxtv.org/media_tree.git
14868 W:      https://linuxtv.org
14869 S:      Maintained
14870 F:      drivers/media/i2c/tea6420*
14871
14872 TEAM DRIVER
14873 M:      Jiri Pirko <[email protected]>
14874 L:      [email protected]
14875 S:      Supported
14876 F:      drivers/net/team/
14877 F:      include/linux/if_team.h
14878 F:      include/uapi/linux/if_team.h
14879
14880 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
14881 M:      "Savoir-faire Linux Inc." <[email protected]>
14882 S:      Maintained
14883 F:      arch/x86/platform/ts5500/
14884
14885 TECHNOTREND USB IR RECEIVER
14886 M:      Sean Young <[email protected]>
14887 L:      [email protected]
14888 S:      Maintained
14889 F:      drivers/media/rc/ttusbir.c
14890
14891 TECHWELL TW9910 VIDEO DECODER
14892 L:      [email protected]
14893 S:      Orphan
14894 F:      drivers/media/i2c/tw9910.c
14895 F:      include/media/i2c/tw9910.h
14896
14897 TEE SUBSYSTEM
14898 M:      Jens Wiklander <[email protected]>
14899 S:      Maintained
14900 F:      include/linux/tee_drv.h
14901 F:      include/uapi/linux/tee.h
14902 F:      drivers/tee/
14903 F:      Documentation/tee.txt
14904
14905 TEGRA ARCHITECTURE SUPPORT
14906 M:      Thierry Reding <[email protected]>
14907 M:      Jonathan Hunter <[email protected]>
14908 L:      [email protected]
14909 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
14910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
14911 S:      Supported
14912 N:      [^a-z]tegra
14913
14914 TEGRA CLOCK DRIVER
14915 M:      Peter De Schrijver <[email protected]>
14916 M:      Prashant Gaikwad <[email protected]>
14917 S:      Supported
14918 F:      drivers/clk/tegra/
14919
14920 TEGRA DMA DRIVERS
14921 M:      Laxman Dewangan <[email protected]>
14922 M:      Jon Hunter <[email protected]>
14923 S:      Supported
14924 F:      drivers/dma/tegra*
14925
14926 TEGRA I2C DRIVER
14927 M:      Laxman Dewangan <[email protected]>
14928 S:      Supported
14929 F:      drivers/i2c/busses/i2c-tegra.c
14930
14931 TEGRA IOMMU DRIVERS
14932 M:      Thierry Reding <[email protected]>
14933 L:      [email protected]
14934 S:      Supported
14935 F:      drivers/iommu/tegra*
14936
14937 TEGRA KBC DRIVER
14938 M:      Laxman Dewangan <[email protected]>
14939 S:      Supported
14940 F:      drivers/input/keyboard/tegra-kbc.c
14941
14942 TEGRA NAND DRIVER
14943 M:      Stefan Agner <[email protected]>
14944 M:      Lucas Stach <[email protected]>
14945 S:      Maintained
14946 F:      Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
14947 F:      drivers/mtd/nand/raw/tegra_nand.c
14948
14949 TEGRA PWM DRIVER
14950 M:      Thierry Reding <[email protected]>
14951 S:      Supported
14952 F:      drivers/pwm/pwm-tegra.c
14953
14954 TEGRA SERIAL DRIVER
14955 M:      Laxman Dewangan <[email protected]>
14956 S:      Supported
14957 F:      drivers/tty/serial/serial-tegra.c
14958
14959 TEGRA SPI DRIVER
14960 M:      Laxman Dewangan <[email protected]>
14961 S:      Supported
14962 F:      drivers/spi/spi-tegra*
14963
14964 TEHUTI ETHERNET DRIVER
14965 M:      Andy Gospodarek <[email protected]>
14966 L:      [email protected]
14967 S:      Supported
14968 F:      drivers/net/ethernet/tehuti/*
14969
14970 Telecom Clock Driver for MCPL0010
14971 M:      Mark Gross <[email protected]>
14972 S:      Supported
14973 F:      drivers/char/tlclk.c
14974
14975 TENSILICA XTENSA PORT (xtensa)
14976 M:      Chris Zankel <[email protected]>
14977 M:      Max Filippov <[email protected]>
14978 L:      [email protected]
14979 T:      git git://github.com/czankel/xtensa-linux.git
14980 S:      Maintained
14981 F:      arch/xtensa/
14982 F:      drivers/irqchip/irq-xtensa-*
14983
14984 Texas Instruments' System Control Interface (TISCI) Protocol Driver
14985 M:      Nishanth Menon <[email protected]>
14986 M:      Tero Kristo <[email protected]>
14987 M:      Santosh Shilimkar <[email protected]>
14988 L:      [email protected]
14989 S:      Maintained
14990 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
14991 F:      drivers/firmware/ti_sci*
14992 F:      include/linux/soc/ti/ti_sci_protocol.h
14993 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
14994 F:      drivers/soc/ti/ti_sci_pm_domains.c
14995 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
14996 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
14997 F:      drivers/clk/keystone/sci-clk.c
14998 F:      drivers/reset/reset-ti-sci.c
14999
15000 Texas Instruments ASoC drivers
15001 M:      Peter Ujfalusi <[email protected]>
15002 L:      [email protected] (moderated for non-subscribers)
15003 S:      Maintained
15004 F:      sound/soc/ti/
15005
15006 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
15007 M:      Hans Verkuil <[email protected]>
15008 L:      [email protected]
15009 T:      git git://linuxtv.org/media_tree.git
15010 W:      https://linuxtv.org
15011 S:      Maintained
15012 F:      drivers/media/radio/radio-raremono.c
15013
15014 THERMAL
15015 M:      Zhang Rui <[email protected]>
15016 M:      Eduardo Valentin <[email protected]>
15017 R:      Daniel Lezcano <[email protected]>
15018 L:      [email protected]
15019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
15020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
15021 Q:      https://patchwork.kernel.org/project/linux-pm/list/
15022 S:      Supported
15023 F:      drivers/thermal/
15024 F:      include/linux/thermal.h
15025 F:      include/uapi/linux/thermal.h
15026 F:      include/linux/cpu_cooling.h
15027 F:      Documentation/devicetree/bindings/thermal/
15028
15029 THERMAL/CPU_COOLING
15030 M:      Amit Daniel Kachhap <[email protected]>
15031 M:      Viresh Kumar <[email protected]>
15032 M:      Javi Merino <[email protected]>
15033 L:      [email protected]
15034 S:      Supported
15035 F:      Documentation/thermal/cpu-cooling-api.txt
15036 F:      drivers/thermal/cpu_cooling.c
15037 F:      include/linux/cpu_cooling.h
15038
15039 THINKPAD ACPI EXTRAS DRIVER
15040 M:      Henrique de Moraes Holschuh <[email protected]>
15041 L:      [email protected]
15042 L:      [email protected]
15043 W:      http://ibm-acpi.sourceforge.net
15044 W:      http://thinkwiki.org/wiki/Ibm-acpi
15045 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
15046 S:      Maintained
15047 F:      drivers/platform/x86/thinkpad_acpi.c
15048
15049 THUNDERBOLT DRIVER
15050 M:      Andreas Noever <[email protected]>
15051 M:      Michael Jamet <[email protected]>
15052 M:      Mika Westerberg <[email protected]>
15053 M:      Yehezkel Bernat <[email protected]>
15054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
15055 S:      Maintained
15056 F:      Documentation/admin-guide/thunderbolt.rst
15057 F:      drivers/thunderbolt/
15058 F:      include/linux/thunderbolt.h
15059
15060 THUNDERBOLT NETWORK DRIVER
15061 M:      Michael Jamet <[email protected]>
15062 M:      Mika Westerberg <[email protected]>
15063 M:      Yehezkel Bernat <[email protected]>
15064 L:      [email protected]
15065 S:      Maintained
15066 F:      drivers/net/thunderbolt.c
15067
15068 THUNDERX GPIO DRIVER
15069 M:      David Daney <[email protected]>
15070 S:      Maintained
15071 F:      drivers/gpio/gpio-thunderx.c
15072
15073 TI AM437X VPFE DRIVER
15074 M:      "Lad, Prabhakar" <[email protected]>
15075 L:      [email protected]
15076 W:      https://linuxtv.org
15077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15078 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
15079 S:      Maintained
15080 F:      drivers/media/platform/am437x/
15081
15082 TI BANDGAP AND THERMAL DRIVER
15083 M:      Eduardo Valentin <[email protected]>
15084 M:      Keerthy <[email protected]>
15085 L:      [email protected]
15086 L:      [email protected]
15087 S:      Maintained
15088 F:      drivers/thermal/ti-soc-thermal/
15089
15090 TI BQ27XXX POWER SUPPLY DRIVER
15091 R:      Andrew F. Davis <[email protected]>
15092 F:      include/linux/power/bq27xxx_battery.h
15093 F:      drivers/power/supply/bq27xxx_battery.c
15094 F:      drivers/power/supply/bq27xxx_battery_i2c.c
15095
15096 TI CDCE706 CLOCK DRIVER
15097 M:      Max Filippov <[email protected]>
15098 S:      Maintained
15099 F:      drivers/clk/clk-cdce706.c
15100
15101 TI CLOCK DRIVER
15102 M:      Tero Kristo <[email protected]>
15103 L:      [email protected]
15104 S:      Maintained
15105 F:      drivers/clk/ti/
15106 F:      include/linux/clk/ti.h
15107
15108 TI DAVINCI MACHINE SUPPORT
15109 M:      Sekhar Nori <[email protected]>
15110 M:      Kevin Hilman <[email protected]>
15111 L:      [email protected] (moderated for non-subscribers)
15112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
15113 S:      Supported
15114 F:      arch/arm/mach-davinci/
15115 F:      drivers/i2c/busses/i2c-davinci.c
15116 F:      arch/arm/boot/dts/da850*
15117
15118 TI DAVINCI SERIES CLOCK DRIVER
15119 M:      David Lechner <[email protected]>
15120 R:      Sekhar Nori <[email protected]>
15121 S:      Maintained
15122 F:      Documentation/devicetree/bindings/clock/ti/davinci/
15123 F:      drivers/clk/davinci/
15124
15125 TI DAVINCI SERIES GPIO DRIVER
15126 M:      Keerthy <[email protected]>
15127 L:      [email protected]
15128 S:      Maintained
15129 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
15130 F:      drivers/gpio/gpio-davinci.c
15131
15132 TI DAVINCI SERIES MEDIA DRIVER
15133 M:      "Lad, Prabhakar" <[email protected]>
15134 L:      [email protected]
15135 W:      https://linuxtv.org
15136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15137 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
15138 S:      Maintained
15139 F:      drivers/media/platform/davinci/
15140 F:      include/media/davinci/
15141
15142 TI ETHERNET SWITCH DRIVER (CPSW)
15143 R:      Grygorii Strashko <[email protected]>
15144 L:      [email protected]
15145 L:      [email protected]
15146 S:      Maintained
15147 F:      drivers/net/ethernet/ti/cpsw*
15148 F:      drivers/net/ethernet/ti/davinci*
15149
15150 TI FLASH MEDIA INTERFACE DRIVER
15151 M:      Alex Dubov <[email protected]>
15152 S:      Maintained
15153 F:      drivers/misc/tifm*
15154 F:      drivers/mmc/host/tifm_sd.c
15155 F:      include/linux/tifm.h
15156
15157 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
15158 M:      Santosh Shilimkar <[email protected]>
15159 L:      [email protected]
15160 L:      [email protected] (moderated for non-subscribers)
15161 S:      Maintained
15162 F:      drivers/soc/ti/*
15163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
15164
15165 TI LM49xxx FAMILY ASoC CODEC DRIVERS
15166 M:      M R Swami Reddy <[email protected]>
15167 M:      Vishwas A Deshpande <[email protected]>
15168 L:      [email protected] (moderated for non-subscribers)
15169 S:      Maintained
15170 F:      sound/soc/codecs/lm49453*
15171 F:      sound/soc/codecs/isabelle*
15172
15173 TI LP855x BACKLIGHT DRIVER
15174 M:      Milo Kim <[email protected]>
15175 S:      Maintained
15176 F:      Documentation/backlight/lp855x-driver.txt
15177 F:      drivers/video/backlight/lp855x_bl.c
15178 F:      include/linux/platform_data/lp855x.h
15179
15180 TI LP8727 CHARGER DRIVER
15181 M:      Milo Kim <[email protected]>
15182 S:      Maintained
15183 F:      drivers/power/supply/lp8727_charger.c
15184 F:      include/linux/platform_data/lp8727.h
15185
15186 TI LP8788 MFD DRIVER
15187 M:      Milo Kim <[email protected]>
15188 S:      Maintained
15189 F:      drivers/iio/adc/lp8788_adc.c
15190 F:      drivers/leds/leds-lp8788.c
15191 F:      drivers/mfd/lp8788*.c
15192 F:      drivers/power/supply/lp8788-charger.c
15193 F:      drivers/regulator/lp8788-*.c
15194 F:      include/linux/mfd/lp8788*.h
15195
15196 TI NETCP ETHERNET DRIVER
15197 M:      Wingman Kwok <[email protected]>
15198 M:      Murali Karicheri <[email protected]>
15199 L:      [email protected]
15200 S:      Maintained
15201 F:      drivers/net/ethernet/ti/netcp*
15202
15203 TI PCM3060 ASoC CODEC DRIVER
15204 M:      Kirill Marinushkin <[email protected]>
15205 L:      [email protected] (moderated for non-subscribers)
15206 S:      Maintained
15207 F:      Documentation/devicetree/bindings/sound/pcm3060.txt
15208 F:      sound/soc/codecs/pcm3060*
15209
15210 TI TAS571X FAMILY ASoC CODEC DRIVER
15211 M:      Kevin Cernekee <[email protected]>
15212 L:      [email protected] (moderated for non-subscribers)
15213 S:      Odd Fixes
15214 F:      sound/soc/codecs/tas571x*
15215
15216 TI TRF7970A NFC DRIVER
15217 M:      Mark Greer <[email protected]>
15218 L:      [email protected]
15219 L:      [email protected] (moderated for non-subscribers)
15220 S:      Supported
15221 F:      drivers/nfc/trf7970a.c
15222 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
15223
15224 TI TWL4030 SERIES SOC CODEC DRIVER
15225 M:      Peter Ujfalusi <[email protected]>
15226 L:      [email protected] (moderated for non-subscribers)
15227 S:      Maintained
15228 F:      sound/soc/codecs/twl4030*
15229
15230 TI VPE/CAL DRIVERS
15231 M:      Benoit Parrot <[email protected]>
15232 L:      [email protected]
15233 W:      http://linuxtv.org/
15234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15235 S:      Maintained
15236 F:      drivers/media/platform/ti-vpe/
15237
15238 TI WILINK WIRELESS DRIVERS
15239 L:      [email protected]
15240 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
15241 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
15242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
15243 S:      Orphan
15244 F:      drivers/net/wireless/ti/
15245 F:      include/linux/wl12xx.h
15246
15247 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
15248 M:      John Stultz <[email protected]>
15249 M:      Thomas Gleixner <[email protected]>
15250 R:      Stephen Boyd <[email protected]>
15251 L:      [email protected]
15252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
15253 S:      Supported
15254 F:      include/linux/clocksource.h
15255 F:      include/linux/time.h
15256 F:      include/linux/timex.h
15257 F:      include/uapi/linux/time.h
15258 F:      include/uapi/linux/timex.h
15259 F:      kernel/time/clocksource.c
15260 F:      kernel/time/time*.c
15261 F:      kernel/time/alarmtimer.c
15262 F:      kernel/time/ntp.c
15263 F:      tools/testing/selftests/timers/
15264
15265 TIPC NETWORK LAYER
15266 M:      Jon Maloy <[email protected]>
15267 M:      Ying Xue <[email protected]>
15268 L:      [email protected] (core kernel code)
15269 L:      [email protected] (user apps, general discussion)
15270 W:      http://tipc.sourceforge.net/
15271 S:      Maintained
15272 F:      include/uapi/linux/tipc*.h
15273 F:      net/tipc/
15274
15275 TLAN NETWORK DRIVER
15276 M:      Samuel Chessman <[email protected]>
15277 L:      [email protected] (subscribers-only)
15278 W:      http://sourceforge.net/projects/tlan/
15279 S:      Maintained
15280 F:      Documentation/networking/device_drivers/ti/tlan.txt
15281 F:      drivers/net/ethernet/ti/tlan.*
15282
15283 TM6000 VIDEO4LINUX DRIVER
15284 M:      Mauro Carvalho Chehab <[email protected]>
15285 L:      [email protected]
15286 W:      https://linuxtv.org
15287 T:      git git://linuxtv.org/media_tree.git
15288 S:      Odd fixes
15289 F:      drivers/media/usb/tm6000/
15290 F:      Documentation/media/v4l-drivers/tm6000*
15291
15292 TMIO/SDHI MMC DRIVER
15293 M:      Wolfram Sang <[email protected]>
15294 L:      [email protected]
15295 S:      Supported
15296 F:      drivers/mmc/host/tmio_mmc*
15297 F:      drivers/mmc/host/renesas_sdhi*
15298 F:      include/linux/mfd/tmio.h
15299
15300 TMP401 HARDWARE MONITOR DRIVER
15301 M:      Guenter Roeck <[email protected]>
15302 L:      [email protected]
15303 S:      Maintained
15304 F:      Documentation/hwmon/tmp401
15305 F:      drivers/hwmon/tmp401.c
15306
15307 TMPFS (SHMEM FILESYSTEM)
15308 M:      Hugh Dickins <[email protected]>
15309 L:      [email protected]
15310 S:      Maintained
15311 F:      include/linux/shmem_fs.h
15312 F:      mm/shmem.c
15313
15314 TOMOYO SECURITY MODULE
15315 M:      Kentaro Takeda <[email protected]>
15316 M:      Tetsuo Handa <[email protected]>
15317 L:      [email protected] (subscribers-only, for developers in English)
15318 L:      [email protected] (subscribers-only, for users in English)
15319 L:      [email protected] (subscribers-only, for developers in Japanese)
15320 L:      [email protected] (subscribers-only, for users in Japanese)
15321 W:      http://tomoyo.sourceforge.jp/
15322 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
15323 S:      Maintained
15324 F:      security/tomoyo/
15325
15326 TOPSTAR LAPTOP EXTRAS DRIVER
15327 M:      Herton Ronaldo Krzesinski <[email protected]>
15328 L:      [email protected]
15329 S:      Maintained
15330 F:      drivers/platform/x86/topstar-laptop.c
15331
15332 TORTURE-TEST MODULES
15333 M:      Davidlohr Bueso <[email protected]>
15334 M:      "Paul E. McKenney" <[email protected]>
15335 M:      Josh Triplett <[email protected]>
15336 L:      [email protected]
15337 S:      Supported
15338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
15339 F:      Documentation/RCU/torture.txt
15340 F:      kernel/torture.c
15341 F:      kernel/rcu/rcutorture.c
15342 F:      kernel/rcu/rcuperf.c
15343 F:      kernel/locking/locktorture.c
15344
15345 TOSHIBA ACPI EXTRAS DRIVER
15346 M:      Azael Avalos <[email protected]>
15347 L:      [email protected]
15348 S:      Maintained
15349 F:      drivers/platform/x86/toshiba_acpi.c
15350
15351 TOSHIBA BLUETOOTH DRIVER
15352 M:      Azael Avalos <[email protected]>
15353 L:      [email protected]
15354 S:      Maintained
15355 F:      drivers/platform/x86/toshiba_bluetooth.c
15356
15357 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
15358 M:      Azael Avalos <[email protected]>
15359 L:      [email protected]
15360 S:      Maintained
15361 F:      drivers/platform/x86/toshiba_haps.c
15362
15363 TOSHIBA SMM DRIVER
15364 M:      Jonathan Buzzard <[email protected]>
15365 W:      http://www.buzzard.org.uk/toshiba/
15366 S:      Maintained
15367 F:      drivers/char/toshiba.c
15368 F:      include/linux/toshiba.h
15369 F:      include/uapi/linux/toshiba.h
15370
15371 TOSHIBA TC358743 DRIVER
15372 M:      Mats Randgaard <[email protected]>
15373 L:      [email protected]
15374 S:      Maintained
15375 F:      drivers/media/i2c/tc358743*
15376 F:      include/media/i2c/tc358743.h
15377
15378 TOSHIBA WMI HOTKEYS DRIVER
15379 M:      Azael Avalos <[email protected]>
15380 L:      [email protected]
15381 S:      Maintained
15382 F:      drivers/platform/x86/toshiba-wmi.c
15383
15384 TPM DEVICE DRIVER
15385 M:      Peter Huewe <[email protected]>
15386 M:      Jarkko Sakkinen <[email protected]>
15387 R:      Jason Gunthorpe <[email protected]>
15388 L:      [email protected]
15389 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
15390 W:      https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
15391 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
15392 S:      Maintained
15393 F:      drivers/char/tpm/
15394
15395 TRACING
15396 M:      Steven Rostedt <[email protected]>
15397 M:      Ingo Molnar <[email protected]>
15398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
15399 S:      Maintained
15400 F:      Documentation/trace/ftrace.rst
15401 F:      arch/*/*/*/ftrace.h
15402 F:      arch/*/kernel/ftrace.c
15403 F:      include/*/ftrace.h
15404 F:      include/linux/trace*.h
15405 F:      include/trace/
15406 F:      kernel/trace/
15407 F:      tools/testing/selftests/ftrace/
15408
15409 TRACING MMIO ACCESSES (MMIOTRACE)
15410 M:      Steven Rostedt <[email protected]>
15411 M:      Ingo Molnar <[email protected]>
15412 R:      Karol Herbst <[email protected]>
15413 R:      Pekka Paalanen <[email protected]>
15414 S:      Maintained
15415 L:      [email protected]
15416 L:      [email protected]
15417 F:      kernel/trace/trace_mmiotrace.c
15418 F:      include/linux/mmiotrace.h
15419 F:      arch/x86/mm/kmmio.c
15420 F:      arch/x86/mm/mmio-mod.c
15421 F:      arch/x86/mm/testmmiotrace.c
15422
15423 TRIVIAL PATCHES
15424 M:      Jiri Kosina <[email protected]>
15425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
15426 S:      Maintained
15427 K:      ^Subject:.*(?i)trivial
15428
15429 TEMPO SEMICONDUCTOR DRIVERS
15430 M:      Steven Eckhoff <[email protected]>
15431 S:      Maintained
15432 F:      sound/soc/codecs/tscs*.c
15433 F:      sound/soc/codecs/tscs*.h
15434 F:      Documentation/devicetree/bindings/sound/tscs*.txt
15435
15436 TTY LAYER
15437 M:      Greg Kroah-Hartman <[email protected]>
15438 M:      Jiri Slaby <[email protected]>
15439 S:      Supported
15440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
15441 F:      Documentation/serial/
15442 F:      drivers/tty/
15443 F:      drivers/tty/serial/serial_core.c
15444 F:      include/linux/serial_core.h
15445 F:      include/linux/serial.h
15446 F:      include/linux/tty.h
15447 F:      include/uapi/linux/serial_core.h
15448 F:      include/uapi/linux/serial.h
15449 F:      include/uapi/linux/tty.h
15450
15451 TUA9001 MEDIA DRIVER
15452 M:      Antti Palosaari <[email protected]>
15453 L:      [email protected]
15454 W:      https://linuxtv.org
15455 W:      http://palosaari.fi/linux/
15456 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15457 T:      git git://linuxtv.org/anttip/media_tree.git
15458 S:      Maintained
15459 F:      drivers/media/tuners/tua9001*
15460
15461 TULIP NETWORK DRIVERS
15462 L:      [email protected]
15463 L:      [email protected]
15464 S:      Orphan
15465 F:      drivers/net/ethernet/dec/tulip/
15466
15467 TUN/TAP driver
15468 M:      Maxim Krasnyansky <[email protected]>
15469 W:      http://vtun.sourceforge.net/tun
15470 S:      Maintained
15471 F:      Documentation/networking/tuntap.txt
15472 F:      arch/um/os-Linux/drivers/
15473
15474 TURBOCHANNEL SUBSYSTEM
15475 M:      "Maciej W. Rozycki" <[email protected]>
15476 M:      Ralf Baechle <[email protected]>
15477 L:      [email protected]
15478 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
15479 S:      Maintained
15480 F:      drivers/tc/
15481 F:      include/linux/tc.h
15482
15483 TURBOSTAT UTILITY
15484 M:      "Len Brown" <[email protected]>
15485 L:      [email protected]
15486 B:      https://bugzilla.kernel.org
15487 Q:      https://patchwork.kernel.org/project/linux-pm/list/
15488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
15489 S:      Supported
15490 F:      tools/power/x86/turbostat/
15491
15492 TW5864 VIDEO4LINUX DRIVER
15493 M:      Bluecherry Maintainers <[email protected]>
15494 M:      Anton Sviridenko <[email protected]>
15495 M:      Andrey Utkin <[email protected]>
15496 M:      Andrey Utkin <[email protected]>
15497 L:      [email protected]
15498 S:      Supported
15499 F:      drivers/media/pci/tw5864/
15500
15501 TW68 VIDEO4LINUX DRIVER
15502 M:      Hans Verkuil <[email protected]>
15503 L:      [email protected]
15504 T:      git git://linuxtv.org/media_tree.git
15505 W:      https://linuxtv.org
15506 S:      Odd Fixes
15507 F:      drivers/media/pci/tw68/
15508
15509 TW686X VIDEO4LINUX DRIVER
15510 M:      Ezequiel Garcia <[email protected]>
15511 L:      [email protected]
15512 T:      git git://linuxtv.org/media_tree.git
15513 W:      http://linuxtv.org
15514 S:      Maintained
15515 F:      drivers/media/pci/tw686x/
15516
15517 UBI FILE SYSTEM (UBIFS)
15518 M:      Richard Weinberger <[email protected]>
15519 M:      Artem Bityutskiy <[email protected]>
15520 M:      Adrian Hunter <[email protected]>
15521 L:      [email protected]
15522 T:      git git://git.infradead.org/ubifs-2.6.git
15523 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
15524 S:      Supported
15525 F:      Documentation/filesystems/ubifs.txt
15526 F:      fs/ubifs/
15527
15528 UCLINUX (M68KNOMMU AND COLDFIRE)
15529 M:      Greg Ungerer <[email protected]>
15530 W:      http://www.linux-m68k.org/
15531 W:      http://www.uclinux.org/
15532 L:      [email protected]
15533 L:      [email protected]  (subscribers-only)
15534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
15535 S:      Maintained
15536 F:      arch/m68k/coldfire/
15537 F:      arch/m68k/68*/
15538 F:      arch/m68k/*/*_no.*
15539 F:      arch/m68k/include/asm/*_no.*
15540
15541 UDF FILESYSTEM
15542 M:      Jan Kara <[email protected]>
15543 S:      Maintained
15544 F:      Documentation/filesystems/udf.txt
15545 F:      fs/udf/
15546
15547 UDRAW TABLET
15548 M:      Bastien Nocera <[email protected]>
15549 L:      [email protected]
15550 S:      Maintained
15551 F:      drivers/hid/hid-udraw-ps3.c
15552
15553 UFS FILESYSTEM
15554 M:      Evgeniy Dushistov <[email protected]>
15555 S:      Maintained
15556 F:      Documentation/filesystems/ufs.txt
15557 F:      fs/ufs/
15558
15559 UHID USERSPACE HID IO DRIVER:
15560 M:      David Herrmann <[email protected]>
15561 L:      [email protected]
15562 S:      Maintained
15563 F:      drivers/hid/uhid.c
15564 F:      include/uapi/linux/uhid.h
15565
15566 ULPI BUS
15567 M:      Heikki Krogerus <[email protected]>
15568 L:      [email protected]
15569 S:      Maintained
15570 F:      drivers/usb/common/ulpi.c
15571 F:      include/linux/ulpi/
15572
15573 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
15574 L:      [email protected]
15575 S:      Orphan
15576 F:      drivers/uwb/
15577 F:      include/linux/uwb.h
15578 F:      include/linux/uwb/
15579
15580 UNICORE32 ARCHITECTURE:
15581 M:      Guan Xuetao <[email protected]>
15582 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
15583 S:      Maintained
15584 T:      git git://github.com/gxt/linux.git
15585 F:      arch/unicore32/
15586
15587 UNIFDEF
15588 M:      Tony Finch <[email protected]>
15589 W:      http://dotat.at/prog/unifdef
15590 S:      Maintained
15591 F:      scripts/unifdef.c
15592
15593 UNIFORM CDROM DRIVER
15594 M:      Jens Axboe <[email protected]>
15595 W:      http://www.kernel.dk
15596 S:      Maintained
15597 F:      Documentation/cdrom/
15598 F:      drivers/cdrom/cdrom.c
15599 F:      include/linux/cdrom.h
15600 F:      include/uapi/linux/cdrom.h
15601
15602 UNISYS S-PAR DRIVERS
15603 M:      David Kershner <[email protected]>
15604 L:      [email protected] (Unisys internal)
15605 S:      Supported
15606 F:      include/linux/visorbus.h
15607 F:      drivers/visorbus/
15608 F:      drivers/staging/unisys/
15609
15610 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
15611 M:      Vinayak Holikatti <[email protected]>
15612 L:      [email protected]
15613 S:      Supported
15614 F:      Documentation/scsi/ufs.txt
15615 F:      drivers/scsi/ufs/
15616
15617 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
15618 M:      Joao Pinto <[email protected]>
15619 L:      [email protected]
15620 S:      Supported
15621 F:      drivers/scsi/ufs/*dwc*
15622
15623 UNSORTED BLOCK IMAGES (UBI)
15624 M:      Artem Bityutskiy <[email protected]>
15625 M:      Richard Weinberger <[email protected]>
15626 W:      http://www.linux-mtd.infradead.org/
15627 L:      [email protected]
15628 T:      git git://git.infradead.org/ubifs-2.6.git
15629 S:      Supported
15630 F:      drivers/mtd/ubi/
15631 F:      include/linux/mtd/ubi.h
15632 F:      include/uapi/mtd/ubi-user.h
15633
15634 USB "USBNET" DRIVER FRAMEWORK
15635 M:      Oliver Neukum <[email protected]>
15636 L:      [email protected]
15637 W:      http://www.linux-usb.org/usbnet
15638 S:      Maintained
15639 F:      drivers/net/usb/usbnet.c
15640 F:      include/linux/usb/usbnet.h
15641
15642 USB ACM DRIVER
15643 M:      Oliver Neukum <[email protected]>
15644 L:      [email protected]
15645 S:      Maintained
15646 F:      Documentation/usb/acm.txt
15647 F:      drivers/usb/class/cdc-acm.*
15648
15649 USB AR5523 WIRELESS DRIVER
15650 M:      Pontus Fuchs <[email protected]>
15651 L:      [email protected]
15652 S:      Maintained
15653 F:      drivers/net/wireless/ath/ar5523/
15654
15655 USB ATTACHED SCSI
15656 M:      Oliver Neukum <[email protected]>
15657 L:      [email protected]
15658 L:      [email protected]
15659 S:      Maintained
15660 F:      drivers/usb/storage/uas.c
15661
15662 USB CDC ETHERNET DRIVER
15663 M:      Oliver Neukum <[email protected]>
15664 L:      [email protected]
15665 S:      Maintained
15666 F:      drivers/net/usb/cdc_*.c
15667 F:      include/uapi/linux/usb/cdc.h
15668
15669 USB CHAOSKEY DRIVER
15670 M:      Keith Packard <[email protected]>
15671 L:      [email protected]
15672 S:      Maintained
15673 F:      drivers/usb/misc/chaoskey.c
15674
15675 USB CYPRESS C67X00 DRIVER
15676 M:      Peter Korsgaard <[email protected]>
15677 L:      [email protected]
15678 S:      Maintained
15679 F:      drivers/usb/c67x00/
15680
15681 USB DAVICOM DM9601 DRIVER
15682 M:      Peter Korsgaard <[email protected]>
15683 L:      [email protected]
15684 W:      http://www.linux-usb.org/usbnet
15685 S:      Maintained
15686 F:      drivers/net/usb/dm9601.c
15687
15688 USB DIAMOND RIO500 DRIVER
15689 M:      Cesar Miquel <[email protected]>
15690 L:      [email protected]
15691 W:      http://rio500.sourceforge.net
15692 S:      Maintained
15693 F:      drivers/usb/misc/rio500*
15694
15695 USB EHCI DRIVER
15696 M:      Alan Stern <[email protected]>
15697 L:      [email protected]
15698 S:      Maintained
15699 F:      Documentation/usb/ehci.txt
15700 F:      drivers/usb/host/ehci*
15701
15702 USB GADGET/PERIPHERAL SUBSYSTEM
15703 M:      Felipe Balbi <[email protected]>
15704 L:      [email protected]
15705 W:      http://www.linux-usb.org/gadget
15706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
15707 S:      Maintained
15708 F:      drivers/usb/gadget/
15709 F:      include/linux/usb/gadget*
15710
15711 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
15712 M:      Jiri Kosina <[email protected]>
15713 M:      Benjamin Tissoires <[email protected]>
15714 L:      [email protected]
15715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
15716 S:      Maintained
15717 F:      Documentation/hid/hiddev.txt
15718 F:      drivers/hid/usbhid/
15719
15720 USB INTEL XHCI ROLE MUX DRIVER
15721 M:      Hans de Goede <[email protected]>
15722 L:      [email protected]
15723 S:      Maintained
15724 F:      drivers/usb/roles/intel-xhci-usb-role-switch.c
15725
15726 USB ISP116X DRIVER
15727 M:      Olav Kongas <[email protected]>
15728 L:      [email protected]
15729 S:      Maintained
15730 F:      drivers/usb/host/isp116x*
15731 F:      include/linux/usb/isp116x.h
15732
15733 USB LAN78XX ETHERNET DRIVER
15734 M:      Woojung Huh <[email protected]>
15735 M:      Microchip Linux Driver Support <[email protected]>
15736 L:      [email protected]
15737 S:      Maintained
15738 F:      Documentation/devicetree/bindings/net/microchip,lan78xx.txt
15739 F:      drivers/net/usb/lan78xx.*
15740 F:      include/dt-bindings/net/microchip-lan78xx.h
15741
15742 USB MASS STORAGE DRIVER
15743 M:      Alan Stern <[email protected]>
15744 L:      [email protected]
15745 L:      [email protected]
15746 S:      Maintained
15747 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
15748 F:      drivers/usb/storage/
15749
15750 USB MIDI DRIVER
15751 M:      Clemens Ladisch <[email protected]>
15752 L:      [email protected] (moderated for non-subscribers)
15753 T:      git git://git.alsa-project.org/alsa-kernel.git
15754 S:      Maintained
15755 F:      sound/usb/midi.*
15756
15757 USB NETWORKING DRIVERS
15758 L:      [email protected]
15759 S:      Odd Fixes
15760 F:      drivers/net/usb/
15761
15762 USB OHCI DRIVER
15763 M:      Alan Stern <[email protected]>
15764 L:      [email protected]
15765 S:      Maintained
15766 F:      Documentation/usb/ohci.txt
15767 F:      drivers/usb/host/ohci*
15768
15769 USB OTG FSM (Finite State Machine)
15770 M:      Peter Chen <[email protected]>
15771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
15772 L:      [email protected]
15773 S:      Maintained
15774 F:      drivers/usb/common/usb-otg-fsm.c
15775
15776 USB OVER IP DRIVER
15777 M:      Valentina Manea <[email protected]>
15778 M:      Shuah Khan <[email protected]>
15779 L:      [email protected]
15780 S:      Maintained
15781 F:      Documentation/usb/usbip_protocol.txt
15782 F:      drivers/usb/usbip/
15783 F:      tools/usb/usbip/
15784 F:      tools/testing/selftests/drivers/usb/usbip/
15785
15786 USB PEGASUS DRIVER
15787 M:      Petko Manolov <[email protected]>
15788 L:      [email protected]
15789 L:      [email protected]
15790 T:      git git://github.com/petkan/pegasus.git
15791 W:      https://github.com/petkan/pegasus
15792 S:      Maintained
15793 F:      drivers/net/usb/pegasus.*
15794
15795 USB PHY LAYER
15796 M:      Felipe Balbi <[email protected]>
15797 L:      [email protected]
15798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
15799 S:      Maintained
15800 F:      drivers/usb/phy/
15801
15802 USB PRINTER DRIVER (usblp)
15803 M:      Pete Zaitcev <[email protected]>
15804 L:      [email protected]
15805 S:      Supported
15806 F:      drivers/usb/class/usblp.c
15807
15808 USB QMI WWAN NETWORK DRIVER
15809 M:      Bjørn Mork <[email protected]>
15810 L:      [email protected]
15811 S:      Maintained
15812 F:      Documentation/ABI/testing/sysfs-class-net-qmi
15813 F:      drivers/net/usb/qmi_wwan.c
15814
15815 USB RTL8150 DRIVER
15816 M:      Petko Manolov <[email protected]>
15817 L:      [email protected]
15818 L:      [email protected]
15819 T:      git git://github.com/petkan/rtl8150.git
15820 W:      https://github.com/petkan/rtl8150
15821 S:      Maintained
15822 F:      drivers/net/usb/rtl8150.c
15823
15824 USB SERIAL SUBSYSTEM
15825 M:      Johan Hovold <[email protected]>
15826 L:      [email protected]
15827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
15828 S:      Maintained
15829 F:      Documentation/usb/usb-serial.txt
15830 F:      drivers/usb/serial/
15831 F:      include/linux/usb/serial.h
15832
15833 USB SMSC75XX ETHERNET DRIVER
15834 M:      Steve Glendinning <[email protected]>
15835 L:      [email protected]
15836 S:      Maintained
15837 F:      drivers/net/usb/smsc75xx.*
15838
15839 USB SMSC95XX ETHERNET DRIVER
15840 M:      Steve Glendinning <[email protected]>
15841 M:      Microchip Linux Driver Support <[email protected]>
15842 L:      [email protected]
15843 S:      Maintained
15844 F:      drivers/net/usb/smsc95xx.*
15845
15846 USB SUBSYSTEM
15847 M:      Greg Kroah-Hartman <[email protected]>
15848 L:      [email protected]
15849 W:      http://www.linux-usb.org
15850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
15851 S:      Supported
15852 F:      Documentation/devicetree/bindings/usb/
15853 F:      Documentation/usb/
15854 F:      drivers/usb/
15855 F:      include/linux/usb.h
15856 F:      include/linux/usb/
15857
15858 USB TYPEC PI3USB30532 MUX DRIVER
15859 M:      Hans de Goede <[email protected]>
15860 L:      [email protected]
15861 S:      Maintained
15862 F:      drivers/usb/typec/mux/pi3usb30532.c
15863
15864 USB TYPEC CLASS
15865 M:      Heikki Krogerus <[email protected]>
15866 L:      [email protected]
15867 S:      Maintained
15868 F:      Documentation/ABI/testing/sysfs-class-typec
15869 F:      Documentation/driver-api/usb/typec.rst
15870 F:      drivers/usb/typec/
15871 F:      include/linux/usb/typec.h
15872
15873 USB TYPEC BUS FOR ALTERNATE MODES
15874 M:      Heikki Krogerus <[email protected]>
15875 L:      [email protected]
15876 S:      Maintained
15877 F:      Documentation/ABI/testing/sysfs-bus-typec
15878 F:      Documentation/driver-api/usb/typec_bus.rst
15879 F:      drivers/usb/typec/altmodes/
15880 F:      include/linux/usb/typec_altmode.h
15881
15882 USB TYPEC PORT CONTROLLER DRIVERS
15883 M:      Guenter Roeck <[email protected]>
15884 L:      [email protected]
15885 S:      Maintained
15886 F:      drivers/usb/typec/tcpm/
15887
15888 USB UHCI DRIVER
15889 M:      Alan Stern <[email protected]>
15890 L:      [email protected]
15891 S:      Maintained
15892 F:      drivers/usb/host/uhci*
15893
15894 USB VIDEO CLASS
15895 M:      Laurent Pinchart <[email protected]>
15896 L:      [email protected] (subscribers-only)
15897 L:      [email protected]
15898 T:      git git://linuxtv.org/media_tree.git
15899 W:      http://www.ideasonboard.org/uvc/
15900 S:      Maintained
15901 F:      drivers/media/usb/uvc/
15902 F:      include/uapi/linux/uvcvideo.h
15903
15904 USB VISION DRIVER
15905 M:      Hans Verkuil <[email protected]>
15906 L:      [email protected]
15907 T:      git git://linuxtv.org/media_tree.git
15908 W:      https://linuxtv.org
15909 S:      Odd Fixes
15910 F:      drivers/media/usb/usbvision/
15911
15912 USB WEBCAM GADGET
15913 M:      Laurent Pinchart <[email protected]>
15914 L:      [email protected]
15915 S:      Maintained
15916 F:      drivers/usb/gadget/function/*uvc*
15917 F:      drivers/usb/gadget/legacy/webcam.c
15918 F:      include/uapi/linux/usb/g_uvc.h
15919
15920 USB WIRELESS RNDIS DRIVER (rndis_wlan)
15921 M:      Jussi Kivilinna <[email protected]>
15922 L:      [email protected]
15923 S:      Maintained
15924 F:      drivers/net/wireless/rndis_wlan.c
15925
15926 USB XHCI DRIVER
15927 M:      Mathias Nyman <[email protected]>
15928 L:      [email protected]
15929 S:      Supported
15930 F:      drivers/usb/host/xhci*
15931 F:      drivers/usb/host/pci-quirks*
15932
15933 USB ZD1201 DRIVER
15934 L:      [email protected]
15935 W:      http://linux-lc100020.sourceforge.net
15936 S:      Orphan
15937 F:      drivers/net/wireless/zydas/zd1201.*
15938
15939 USB ZR364XX DRIVER
15940 M:      Antoine Jacquet <[email protected]>
15941 L:      [email protected]
15942 L:      [email protected]
15943 T:      git git://linuxtv.org/media_tree.git
15944 W:      http://royale.zerezo.com/zr364xx/
15945 S:      Maintained
15946 F:      Documentation/media/v4l-drivers/zr364xx*
15947 F:      drivers/media/usb/zr364xx/
15948
15949 USER-MODE LINUX (UML)
15950 M:      Jeff Dike <[email protected]>
15951 M:      Richard Weinberger <[email protected]>
15952 L:      [email protected]
15953 W:      http://user-mode-linux.sourceforge.net
15954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
15955 S:      Maintained
15956 F:      Documentation/virtual/uml/
15957 F:      arch/um/
15958 F:      arch/x86/um/
15959 F:      fs/hostfs/
15960 F:      fs/hppfs/
15961
15962 USERSPACE COPYIN/COPYOUT (UIOVEC)
15963 M:      Alexander Viro <[email protected]>
15964 S:      Maintained
15965 F:      lib/iov_iter.c
15966 F:      include/linux/uio.h
15967
15968 USERSPACE DMA BUFFER DRIVER
15969 M:      Gerd Hoffmann <[email protected]>
15970 S:      Maintained
15971 L:      [email protected]
15972 F:      drivers/dma-buf/udmabuf.c
15973 F:      include/uapi/linux/udmabuf.h
15974 T:      git git://anongit.freedesktop.org/drm/drm-misc
15975
15976 USERSPACE I/O (UIO)
15977 M:      Greg Kroah-Hartman <[email protected]>
15978 S:      Maintained
15979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
15980 F:      Documentation/driver-api/uio-howto.rst
15981 F:      drivers/uio/
15982 F:      include/linux/uio_driver.h
15983
15984 UTIL-LINUX PACKAGE
15985 M:      Karel Zak <[email protected]>
15986 L:      [email protected]
15987 W:      http://en.wikipedia.org/wiki/Util-linux
15988 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
15989 S:      Maintained
15990
15991 UUID HELPERS
15992 M:      Christoph Hellwig <[email protected]>
15993 R:      Andy Shevchenko <[email protected]>
15994 L:      [email protected]
15995 T:      git git://git.infradead.org/users/hch/uuid.git
15996 F:      lib/uuid.c
15997 F:      lib/test_uuid.c
15998 F:      include/linux/uuid.h
15999 F:      include/uapi/linux/uuid.h
16000 S:      Maintained
16001
16002 UVESAFB DRIVER
16003 M:      Michal Januszewski <[email protected]>
16004 L:      [email protected]
16005 W:      https://github.com/mjanusz/v86d
16006 S:      Maintained
16007 F:      Documentation/fb/uvesafb.txt
16008 F:      drivers/video/fbdev/uvesafb.*
16009
16010 VF610 NAND DRIVER
16011 M:      Stefan Agner <[email protected]>
16012 L:      [email protected]
16013 S:      Supported
16014 F:      drivers/mtd/nand/raw/vf610_nfc.c
16015
16016 VFAT/FAT/MSDOS FILESYSTEM
16017 M:      OGAWA Hirofumi <[email protected]>
16018 S:      Maintained
16019 F:      Documentation/filesystems/vfat.txt
16020 F:      fs/fat/
16021
16022 VFIO DRIVER
16023 M:      Alex Williamson <[email protected]>
16024 L:      [email protected]
16025 T:      git git://github.com/awilliam/linux-vfio.git
16026 S:      Maintained
16027 F:      Documentation/vfio.txt
16028 F:      drivers/vfio/
16029 F:      include/linux/vfio.h
16030 F:      include/uapi/linux/vfio.h
16031
16032 VFIO MEDIATED DEVICE DRIVERS
16033 M:      Kirti Wankhede <[email protected]>
16034 L:      [email protected]
16035 S:      Maintained
16036 F:      Documentation/vfio-mediated-device.txt
16037 F:      drivers/vfio/mdev/
16038 F:      include/linux/mdev.h
16039 F:      samples/vfio-mdev/
16040
16041 VFIO PLATFORM DRIVER
16042 M:      Eric Auger <[email protected]>
16043 L:      [email protected]
16044 S:      Maintained
16045 F:      drivers/vfio/platform/
16046
16047 VGA_SWITCHEROO
16048 R:      Lukas Wunner <[email protected]>
16049 S:      Maintained
16050 F:      Documentation/gpu/vga-switcheroo.rst
16051 F:      drivers/gpu/vga/vga_switcheroo.c
16052 F:      include/linux/vga_switcheroo.h
16053 T:      git git://anongit.freedesktop.org/drm/drm-misc
16054
16055 VIA RHINE NETWORK DRIVER
16056 S:      Orphan
16057 F:      drivers/net/ethernet/via/via-rhine.c
16058
16059 VIA SD/MMC CARD CONTROLLER DRIVER
16060 M:      Bruce Chang <[email protected]>
16061 M:      Harald Welte <[email protected]>
16062 S:      Maintained
16063 F:      drivers/mmc/host/via-sdmmc.c
16064
16065 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
16066 M:      Florian Tobias Schandinat <[email protected]>
16067 L:      [email protected]
16068 S:      Maintained
16069 F:      include/linux/via-core.h
16070 F:      include/linux/via-gpio.h
16071 F:      include/linux/via_i2c.h
16072 F:      drivers/video/fbdev/via/
16073
16074 VIA VELOCITY NETWORK DRIVER
16075 M:      Francois Romieu <[email protected]>
16076 L:      [email protected]
16077 S:      Maintained
16078 F:      drivers/net/ethernet/via/via-velocity.*
16079
16080 VICODEC VIRTUAL CODEC DRIVER
16081 M:      Hans Verkuil <[email protected]>
16082 L:      [email protected]
16083 T:      git git://linuxtv.org/media_tree.git
16084 W:      https://linuxtv.org
16085 S:      Maintained
16086 F:      drivers/media/platform/vicodec/*
16087
16088 VIDEO MULTIPLEXER DRIVER
16089 M:      Philipp Zabel <[email protected]>
16090 L:      [email protected]
16091 S:      Maintained
16092 F:      drivers/media/platform/video-mux.c
16093
16094 VIDEO I2C POLLING DRIVER
16095 M:      Matt Ranostay <[email protected]>
16096 L:      [email protected]
16097 S:      Maintained
16098 F:      drivers/media/i2c/video-i2c.c
16099
16100 VIDEOBUF2 FRAMEWORK
16101 M:      Pawel Osciak <[email protected]>
16102 M:      Marek Szyprowski <[email protected]>
16103 M:      Kyungmin Park <[email protected]>
16104 L:      [email protected]
16105 S:      Maintained
16106 F:      drivers/media/common/videobuf2/*
16107 F:      include/media/videobuf2-*
16108
16109 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
16110 M:      Helen Koike <[email protected]>
16111 L:      [email protected]
16112 T:      git git://linuxtv.org/media_tree.git
16113 W:      https://linuxtv.org
16114 S:      Maintained
16115 F:      drivers/media/platform/vimc/*
16116
16117 VIRT LIB
16118 M:      Alex Williamson <[email protected]>
16119 M:      Paolo Bonzini <[email protected]>
16120 L:      [email protected]
16121 S:      Supported
16122 F:      virt/lib/
16123
16124 VIRTIO AND VHOST VSOCK DRIVER
16125 M:      Stefan Hajnoczi <[email protected]>
16126 L:      [email protected]
16127 L:      [email protected]
16128 L:      [email protected]
16129 S:      Maintained
16130 F:      include/linux/virtio_vsock.h
16131 F:      include/uapi/linux/virtio_vsock.h
16132 F:      include/uapi/linux/vsockmon.h
16133 F:      include/uapi/linux/vm_sockets_diag.h
16134 F:      net/vmw_vsock/diag.c
16135 F:      net/vmw_vsock/af_vsock_tap.c
16136 F:      net/vmw_vsock/virtio_transport_common.c
16137 F:      net/vmw_vsock/virtio_transport.c
16138 F:      drivers/net/vsockmon.c
16139 F:      drivers/vhost/vsock.c
16140 F:      tools/testing/vsock/
16141
16142 VIRTIO CONSOLE DRIVER
16143 M:      Amit Shah <[email protected]>
16144 L:      [email protected]
16145 S:      Maintained
16146 F:      drivers/char/virtio_console.c
16147 F:      include/linux/virtio_console.h
16148 F:      include/uapi/linux/virtio_console.h
16149
16150 VIRTIO CORE, NET AND BLOCK DRIVERS
16151 M:      "Michael S. Tsirkin" <[email protected]>
16152 M:      Jason Wang <[email protected]>
16153 L:      [email protected]
16154 S:      Maintained
16155 F:      Documentation/devicetree/bindings/virtio/
16156 F:      drivers/virtio/
16157 F:      tools/virtio/
16158 F:      drivers/net/virtio_net.c
16159 F:      drivers/block/virtio_blk.c
16160 F:      include/linux/virtio*.h
16161 F:      include/uapi/linux/virtio_*.h
16162 F:      drivers/crypto/virtio/
16163 F:      mm/balloon_compaction.c
16164
16165 VIRTIO CRYPTO DRIVER
16166 M:      Gonglei <[email protected]>
16167 L:      [email protected]
16168 L:      [email protected]
16169 S:      Maintained
16170 F:      drivers/crypto/virtio/
16171 F:      include/uapi/linux/virtio_crypto.h
16172
16173 VIRTIO DRIVERS FOR S390
16174 M:      Cornelia Huck <[email protected]>
16175 M:      Halil Pasic <[email protected]>
16176 L:      [email protected]
16177 L:      [email protected]
16178 L:      [email protected]
16179 S:      Supported
16180 F:      drivers/s390/virtio/
16181 F:      arch/s390/include/uapi/asm/virtio-ccw.h
16182
16183 VIRTIO GPU DRIVER
16184 M:      David Airlie <[email protected]>
16185 M:      Gerd Hoffmann <[email protected]>
16186 L:      [email protected]
16187 L:      [email protected]
16188 T:      git git://anongit.freedesktop.org/drm/drm-misc
16189 S:      Maintained
16190 F:      drivers/gpu/drm/virtio/
16191 F:      include/uapi/linux/virtio_gpu.h
16192
16193 VIRTIO HOST (VHOST)
16194 M:      "Michael S. Tsirkin" <[email protected]>
16195 M:      Jason Wang <[email protected]>
16196 L:      [email protected]
16197 L:      [email protected]
16198 L:      [email protected]
16199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
16200 S:      Maintained
16201 F:      drivers/vhost/
16202 F:      include/uapi/linux/vhost.h
16203
16204 VIRTIO INPUT DRIVER
16205 M:      Gerd Hoffmann <[email protected]>
16206 S:      Maintained
16207 F:      drivers/virtio/virtio_input.c
16208 F:      include/uapi/linux/virtio_input.h
16209
16210 VIRTUAL BOX GUEST DEVICE DRIVER
16211 M:      Hans de Goede <[email protected]>
16212 M:      Arnd Bergmann <[email protected]>
16213 M:      Greg Kroah-Hartman <[email protected]>
16214 S:      Maintained
16215 F:      include/linux/vbox_utils.h
16216 F:      include/uapi/linux/vbox*.h
16217 F:      drivers/virt/vboxguest/
16218
16219 VIRTUAL SERIO DEVICE DRIVER
16220 M:      Stephen Chandler Paul <[email protected]>
16221 S:      Maintained
16222 F:      drivers/input/serio/userio.c
16223 F:      include/uapi/linux/userio.h
16224
16225 VIVID VIRTUAL VIDEO DRIVER
16226 M:      Hans Verkuil <[email protected]>
16227 L:      [email protected]
16228 T:      git git://linuxtv.org/media_tree.git
16229 W:      https://linuxtv.org
16230 S:      Maintained
16231 F:      drivers/media/platform/vivid/*
16232
16233 VLYNQ BUS
16234 M:      Florian Fainelli <[email protected]>
16235 L:      [email protected] (subscribers-only)
16236 S:      Maintained
16237 F:      drivers/vlynq/vlynq.c
16238 F:      include/linux/vlynq.h
16239
16240 VME SUBSYSTEM
16241 M:      Martyn Welch <[email protected]>
16242 M:      Manohar Vanga <[email protected]>
16243 M:      Greg Kroah-Hartman <[email protected]>
16244 L:      [email protected]
16245 S:      Maintained
16246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
16247 F:      Documentation/driver-api/vme.rst
16248 F:      drivers/staging/vme/
16249 F:      drivers/vme/
16250 F:      include/linux/vme*
16251
16252 VMWARE BALLOON DRIVER
16253 M:      Julien Freche <[email protected]>
16254 M:      Nadav Amit <[email protected]>
16255 M:      "VMware, Inc." <[email protected]>
16256 L:      [email protected]
16257 S:      Maintained
16258 F:      drivers/misc/vmw_balloon.c
16259
16260 VMWARE HYPERVISOR INTERFACE
16261 M:      Alok Kataria <[email protected]>
16262 L:      [email protected]
16263 S:      Supported
16264 F:      arch/x86/kernel/cpu/vmware.c
16265
16266 VMWARE PVRDMA DRIVER
16267 M:      Adit Ranadive <[email protected]>
16268 M:      VMware PV-Drivers <[email protected]>
16269 L:      [email protected]
16270 S:      Maintained
16271 F:      drivers/infiniband/hw/vmw_pvrdma/
16272
16273 VMware PVSCSI driver
16274 M:      Jim Gill <[email protected]>
16275 M:      VMware PV-Drivers <[email protected]>
16276 L:      [email protected]
16277 S:      Maintained
16278 F:      drivers/scsi/vmw_pvscsi.c
16279 F:      drivers/scsi/vmw_pvscsi.h
16280
16281 VMWARE VMMOUSE SUBDRIVER
16282 M:      "VMware Graphics" <[email protected]>
16283 M:      "VMware, Inc." <[email protected]>
16284 L:      [email protected]
16285 S:      Maintained
16286 F:      drivers/input/mouse/vmmouse.c
16287 F:      drivers/input/mouse/vmmouse.h
16288
16289 VMWARE VMXNET3 ETHERNET DRIVER
16290 M:      Ronak Doshi <[email protected]>
16291 M:      "VMware, Inc." <[email protected]>
16292 L:      [email protected]
16293 S:      Maintained
16294 F:      drivers/net/vmxnet3/
16295
16296 VOCORE VOCORE2 BOARD
16297 M:      Harvey Hunt <[email protected]>
16298 L:      [email protected]
16299 S:      Maintained
16300 F:      arch/mips/boot/dts/ralink/vocore2.dts
16301
16302 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
16303 M:      Liam Girdwood <[email protected]>
16304 M:      Mark Brown <[email protected]>
16305 L:      [email protected]
16306 W:      http://www.slimlogic.co.uk/?p=48
16307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
16308 S:      Supported
16309 F:      Documentation/devicetree/bindings/regulator/
16310 F:      Documentation/power/regulator/
16311 F:      drivers/regulator/
16312 F:      include/dt-bindings/regulator/
16313 F:      include/linux/regulator/
16314
16315 VRF
16316 M:      David Ahern <[email protected]>
16317 M:      Shrijeet Mukherjee <[email protected]>
16318 L:      [email protected]
16319 S:      Maintained
16320 F:      drivers/net/vrf.c
16321 F:      Documentation/networking/vrf.txt
16322
16323 VT1211 HARDWARE MONITOR DRIVER
16324 M:      Juerg Haefliger <[email protected]>
16325 L:      [email protected]
16326 S:      Maintained
16327 F:      Documentation/hwmon/vt1211
16328 F:      drivers/hwmon/vt1211.c
16329
16330 VT8231 HARDWARE MONITOR DRIVER
16331 M:      Roger Lucas <[email protected]>
16332 L:      [email protected]
16333 S:      Maintained
16334 F:      drivers/hwmon/vt8231.c
16335
16336 VUB300 USB to SDIO/SD/MMC bridge chip
16337 M:      Tony Olech <[email protected]>
16338 L:      [email protected]
16339 L:      [email protected]
16340 S:      Supported
16341 F:      drivers/mmc/host/vub300.c
16342
16343 W1 DALLAS'S 1-WIRE BUS
16344 M:      Evgeniy Polyakov <[email protected]>
16345 S:      Maintained
16346 F:      Documentation/devicetree/bindings/w1/
16347 F:      Documentation/w1/
16348 F:      drivers/w1/
16349 F:      include/linux/w1.h
16350
16351 W83791D HARDWARE MONITORING DRIVER
16352 M:      Marc Hulsman <[email protected]>
16353 L:      [email protected]
16354 S:      Maintained
16355 F:      Documentation/hwmon/w83791d
16356 F:      drivers/hwmon/w83791d.c
16357
16358 W83793 HARDWARE MONITORING DRIVER
16359 M:      Rudolf Marek <[email protected]>
16360 L:      [email protected]
16361 S:      Maintained
16362 F:      Documentation/hwmon/w83793
16363 F:      drivers/hwmon/w83793.c
16364
16365 W83795 HARDWARE MONITORING DRIVER
16366 M:      Jean Delvare <[email protected]>
16367 L:      [email protected]
16368 S:      Maintained
16369 F:      drivers/hwmon/w83795.c
16370
16371 W83L51xD SD/MMC CARD INTERFACE DRIVER
16372 M:      Pierre Ossman <[email protected]>
16373 S:      Maintained
16374 F:      drivers/mmc/host/wbsd.*
16375
16376 WACOM PROTOCOL 4 SERIAL TABLETS
16377 M:      Julian Squires <[email protected]>
16378 M:      Hans de Goede <[email protected]>
16379 L:      [email protected]
16380 S:      Maintained
16381 F:      drivers/input/tablet/wacom_serial4.c
16382
16383 WATCHDOG DEVICE DRIVERS
16384 M:      Wim Van Sebroeck <[email protected]>
16385 M:      Guenter Roeck <[email protected]>
16386 L:      [email protected]
16387 W:      http://www.linux-watchdog.org/
16388 T:      git git://www.linux-watchdog.org/linux-watchdog.git
16389 S:      Maintained
16390 F:      Documentation/devicetree/bindings/watchdog/
16391 F:      Documentation/watchdog/
16392 F:      drivers/watchdog/
16393 F:      include/linux/watchdog.h
16394 F:      include/uapi/linux/watchdog.h
16395
16396 WHISKEYCOVE PMIC GPIO DRIVER
16397 M:      Kuppuswamy Sathyanarayanan <[email protected]>
16398 L:      [email protected]
16399 S:      Maintained
16400 F:      drivers/gpio/gpio-wcove.c
16401
16402 WIIMOTE HID DRIVER
16403 M:      David Herrmann <[email protected]>
16404 L:      [email protected]
16405 S:      Maintained
16406 F:      drivers/hid/hid-wiimote*
16407
16408 WILOCITY WIL6210 WIRELESS DRIVER
16409 M:      Maya Erez <[email protected]>
16410 L:      [email protected]
16411 L:      [email protected]
16412 S:      Supported
16413 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
16414 F:      drivers/net/wireless/ath/wil6210/
16415
16416 WIMAX STACK
16417 M:      Inaky Perez-Gonzalez <[email protected]>
16418 M:      [email protected]
16419 L:      [email protected] (subscribers-only)
16420 S:      Supported
16421 W:      http://linuxwimax.org
16422 F:      Documentation/wimax/README.wimax
16423 F:      include/linux/wimax/debug.h
16424 F:      include/net/wimax.h
16425 F:      include/uapi/linux/wimax.h
16426 F:      net/wimax/
16427
16428 WINBOND CIR DRIVER
16429 M:      David Härdeman <[email protected]>
16430 S:      Maintained
16431 F:      drivers/media/rc/winbond-cir.c
16432
16433 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
16434 M:      William Breathitt Gray <[email protected]>
16435 L:      [email protected]
16436 S:      Maintained
16437 F:      drivers/watchdog/ebc-c384_wdt.c
16438
16439 WINSYSTEMS WS16C48 GPIO DRIVER
16440 M:      William Breathitt Gray <[email protected]>
16441 L:      [email protected]
16442 S:      Maintained
16443 F:      drivers/gpio/gpio-ws16c48.c
16444
16445 WISTRON LAPTOP BUTTON DRIVER
16446 M:      Miloslav Trmac <[email protected]>
16447 S:      Maintained
16448 F:      drivers/input/misc/wistron_btns.c
16449
16450 WL3501 WIRELESS PCMCIA CARD DRIVER
16451 L:      [email protected]
16452 S:      Odd fixes
16453 F:      drivers/net/wireless/wl3501*
16454
16455 WOLFSON MICROELECTRONICS DRIVERS
16456 L:      [email protected]
16457 T:      git https://github.com/CirrusLogic/linux-drivers.git
16458 W:      https://github.com/CirrusLogic/linux-drivers/wiki
16459 S:      Supported
16460 F:      Documentation/hwmon/wm83??
16461 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
16462 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
16463 F:      Documentation/devicetree/bindings/mfd/arizona.txt
16464 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
16465 F:      Documentation/devicetree/bindings/sound/wlf,arizona.txt
16466 F:      arch/arm/mach-s3c64xx/mach-crag6410*
16467 F:      drivers/clk/clk-wm83*.c
16468 F:      drivers/extcon/extcon-arizona.c
16469 F:      drivers/leds/leds-wm83*.c
16470 F:      drivers/gpio/gpio-*wm*.c
16471 F:      drivers/gpio/gpio-arizona.c
16472 F:      drivers/hwmon/wm83??-hwmon.c
16473 F:      drivers/input/misc/wm831x-on.c
16474 F:      drivers/input/touchscreen/wm831x-ts.c
16475 F:      drivers/input/touchscreen/wm97*.c
16476 F:      drivers/mfd/arizona*
16477 F:      drivers/mfd/wm*.c
16478 F:      drivers/mfd/cs47l24*
16479 F:      drivers/power/supply/wm83*.c
16480 F:      drivers/rtc/rtc-wm83*.c
16481 F:      drivers/regulator/wm8*.c
16482 F:      drivers/regulator/arizona*
16483 F:      drivers/video/backlight/wm83*_bl.c
16484 F:      drivers/watchdog/wm83*_wdt.c
16485 F:      include/linux/mfd/arizona/
16486 F:      include/linux/mfd/wm831x/
16487 F:      include/linux/mfd/wm8350/
16488 F:      include/linux/mfd/wm8400*
16489 F:      include/linux/regulator/arizona*
16490 F:      include/linux/wm97xx.h
16491 F:      include/sound/wm????.h
16492 F:      sound/soc/codecs/arizona.?
16493 F:      sound/soc/codecs/wm*
16494 F:      sound/soc/codecs/cs47l24*
16495
16496 WORKQUEUE
16497 M:      Tejun Heo <[email protected]>
16498 R:      Lai Jiangshan <[email protected]>
16499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
16500 S:      Maintained
16501 F:      include/linux/workqueue.h
16502 F:      kernel/workqueue.c
16503 F:      Documentation/core-api/workqueue.rst
16504
16505 X-POWERS AXP288 PMIC DRIVERS
16506 M:      Hans de Goede <[email protected]>
16507 S:      Maintained
16508 N:      axp288
16509 F:      drivers/acpi/pmic/intel_pmic_xpower.c
16510
16511 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
16512 M:      Chen-Yu Tsai <[email protected]>
16513 L:      [email protected]
16514 S:      Maintained
16515 N:      axp[128]
16516
16517 X.25 NETWORK LAYER
16518 M:      Andrew Hendry <[email protected]>
16519 L:      [email protected]
16520 S:      Odd Fixes
16521 F:      Documentation/networking/x25*
16522 F:      include/net/x25*
16523 F:      net/x25/
16524
16525 X86 ARCHITECTURE (32-BIT AND 64-BIT)
16526 M:      Thomas Gleixner <[email protected]>
16527 M:      Ingo Molnar <[email protected]>
16528 M:      Borislav Petkov <[email protected]>
16529 R:      "H. Peter Anvin" <[email protected]>
16530 M:      [email protected]
16531 L:      [email protected]
16532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
16533 S:      Maintained
16534 F:      Documentation/devicetree/bindings/x86/
16535 F:      Documentation/x86/
16536 F:      arch/x86/
16537
16538 X86 ENTRY CODE
16539 M:      Andy Lutomirski <[email protected]>
16540 L:      [email protected]
16541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
16542 S:      Maintained
16543 F:      arch/x86/entry/
16544
16545 X86 MCE INFRASTRUCTURE
16546 M:      Tony Luck <[email protected]>
16547 M:      Borislav Petkov <[email protected]>
16548 L:      [email protected]
16549 S:      Maintained
16550 F:      arch/x86/kernel/cpu/mcheck/*
16551
16552 X86 MICROCODE UPDATE SUPPORT
16553 M:      Borislav Petkov <[email protected]>
16554 S:      Maintained
16555 F:      arch/x86/kernel/cpu/microcode/*
16556
16557 X86 MM
16558 M:      Dave Hansen <[email protected]>
16559 M:      Andy Lutomirski <[email protected]>
16560 M:      Peter Zijlstra <[email protected]>
16561 L:      [email protected]
16562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
16563 S:      Maintained
16564 F:      arch/x86/mm/
16565
16566 X86 PLATFORM DRIVERS
16567 M:      Darren Hart <[email protected]>
16568 M:      Andy Shevchenko <[email protected]>
16569 L:      [email protected]
16570 T:      git git://git.infradead.org/linux-platform-drivers-x86.git
16571 S:      Maintained
16572 F:      drivers/platform/x86/
16573 F:      drivers/platform/olpc/
16574
16575 X86 VDSO
16576 M:      Andy Lutomirski <[email protected]>
16577 L:      [email protected]
16578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
16579 S:      Maintained
16580 F:      arch/x86/entry/vdso/
16581
16582 XARRAY
16583 M:      Matthew Wilcox <[email protected]>
16584 L:      [email protected]
16585 S:      Supported
16586 F:      Documentation/core-api/xarray.rst
16587 F:      lib/idr.c
16588 F:      lib/xarray.c
16589 F:      include/linux/idr.h
16590 F:      include/linux/xarray.h
16591 F:      tools/testing/radix-tree
16592
16593 XBOX DVD IR REMOTE
16594 M:      Benjamin Valentin <[email protected]>
16595 S:      Maintained
16596 F:      drivers/media/rc/xbox_remote.c
16597 F:      drivers/media/rc/keymaps/rc-xbox-dvd.c
16598
16599 XC2028/3028 TUNER DRIVER
16600 M:      Mauro Carvalho Chehab <[email protected]>
16601 L:      [email protected]
16602 W:      https://linuxtv.org
16603 T:      git git://linuxtv.org/media_tree.git
16604 S:      Maintained
16605 F:      drivers/media/tuners/tuner-xc2028.*
16606
16607 XDP SOCKETS (AF_XDP)
16608 M:      Björn Töpel <[email protected]>
16609 M:      Magnus Karlsson <[email protected]>
16610 L:      [email protected]
16611 S:      Maintained
16612 F:      kernel/bpf/xskmap.c
16613 F:      net/xdp/
16614
16615 XEN BLOCK SUBSYSTEM
16616 M:      Konrad Rzeszutek Wilk <[email protected]>
16617 M:      Roger Pau Monné <[email protected]>
16618 L:      [email protected] (moderated for non-subscribers)
16619 S:      Supported
16620 F:      drivers/block/xen-blkback/*
16621 F:      drivers/block/xen*
16622
16623 XEN HYPERVISOR ARM
16624 M:      Stefano Stabellini <[email protected]>
16625 L:      [email protected] (moderated for non-subscribers)
16626 S:      Maintained
16627 F:      arch/arm/xen/
16628 F:      arch/arm/include/asm/xen/
16629
16630 XEN HYPERVISOR ARM64
16631 M:      Stefano Stabellini <[email protected]>
16632 L:      [email protected] (moderated for non-subscribers)
16633 S:      Maintained
16634 F:      arch/arm64/xen/
16635 F:      arch/arm64/include/asm/xen/
16636
16637 XEN HYPERVISOR INTERFACE
16638 M:      Boris Ostrovsky <[email protected]>
16639 M:      Juergen Gross <[email protected]>
16640 R:      Stefano Stabellini <[email protected]>
16641 L:      [email protected] (moderated for non-subscribers)
16642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
16643 S:      Supported
16644 F:      arch/x86/xen/
16645 F:      arch/x86/platform/pvh/
16646 F:      drivers/*/xen-*front.c
16647 F:      drivers/xen/
16648 F:      arch/x86/include/asm/xen/
16649 F:      arch/x86/include/asm/pvclock-abi.h
16650 F:      include/xen/
16651 F:      include/uapi/xen/
16652 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
16653 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
16654
16655 XEN NETWORK BACKEND DRIVER
16656 M:      Wei Liu <[email protected]>
16657 M:      Paul Durrant <[email protected]>
16658 L:      [email protected] (moderated for non-subscribers)
16659 L:      [email protected]
16660 S:      Supported
16661 F:      drivers/net/xen-netback/*
16662
16663 XEN PCI SUBSYSTEM
16664 M:      Konrad Rzeszutek Wilk <[email protected]>
16665 L:      [email protected] (moderated for non-subscribers)
16666 S:      Supported
16667 F:      arch/x86/pci/*xen*
16668 F:      drivers/pci/*xen*
16669
16670 XEN PVSCSI DRIVERS
16671 M:      Juergen Gross <[email protected]>
16672 L:      [email protected] (moderated for non-subscribers)
16673 L:      [email protected]
16674 S:      Supported
16675 F:      drivers/scsi/xen-scsifront.c
16676 F:      drivers/xen/xen-scsiback.c
16677 F:      include/xen/interface/io/vscsiif.h
16678
16679 XEN SWIOTLB SUBSYSTEM
16680 M:      Konrad Rzeszutek Wilk <[email protected]>
16681 L:      [email protected] (moderated for non-subscribers)
16682 L:      [email protected]
16683 S:      Supported
16684 F:      arch/x86/xen/*swiotlb*
16685 F:      drivers/xen/*swiotlb*
16686
16687 XEN SOUND FRONTEND DRIVER
16688 M:      Oleksandr Andrushchenko <[email protected]>
16689 L:      [email protected] (moderated for non-subscribers)
16690 L:      [email protected] (moderated for non-subscribers)
16691 S:      Supported
16692 F:      sound/xen/*
16693
16694 XFS FILESYSTEM
16695 M:      Darrick J. Wong <[email protected]>
16696 M:      [email protected]
16697 L:      [email protected]
16698 W:      http://xfs.org/
16699 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
16700 S:      Supported
16701 F:      Documentation/filesystems/xfs.txt
16702 F:      fs/xfs/
16703
16704 XILINX AXI ETHERNET DRIVER
16705 M:      Anirudha Sarangi <[email protected]>
16706 M:      John Linn <[email protected]>
16707 S:      Maintained
16708 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
16709
16710 XILINX UARTLITE SERIAL DRIVER
16711 M:      Peter Korsgaard <[email protected]>
16712 L:      [email protected]
16713 S:      Maintained
16714 F:      drivers/tty/serial/uartlite.c
16715
16716 XILINX VIDEO IP CORES
16717 M:      Hyun Kwon <[email protected]>
16718 M:      Laurent Pinchart <[email protected]>
16719 L:      [email protected]
16720 T:      git git://linuxtv.org/media_tree.git
16721 S:      Supported
16722 F:      Documentation/devicetree/bindings/media/xilinx/
16723 F:      drivers/media/platform/xilinx/
16724 F:      include/uapi/linux/xilinx-v4l2-controls.h
16725
16726 XILLYBUS DRIVER
16727 M:      Eli Billauer <[email protected]>
16728 L:      [email protected]
16729 S:      Supported
16730 F:      drivers/char/xillybus/
16731
16732 XLP9XX I2C DRIVER
16733 M:      George Cherian <[email protected]>
16734 M:      Jan Glauber <[email protected]>
16735 L:      [email protected]
16736 W:      http://www.cavium.com
16737 S:      Supported
16738 F:      drivers/i2c/busses/i2c-xlp9xx.c
16739
16740 XRA1403 GPIO EXPANDER
16741 M:      Nandor Han <[email protected]>
16742 M:      Semi Malinen <[email protected]>
16743 L:      [email protected]
16744 S:      Maintained
16745 F:      drivers/gpio/gpio-xra1403.c
16746 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
16747
16748 XTENSA XTFPGA PLATFORM SUPPORT
16749 M:      Max Filippov <[email protected]>
16750 L:      [email protected]
16751 S:      Maintained
16752 F:      drivers/spi/spi-xtensa-xtfpga.c
16753 F:      sound/soc/xtensa/xtfpga-i2s.c
16754
16755 YAM DRIVER FOR AX.25
16756 M:      Jean-Paul Roubelat <[email protected]>
16757 L:      [email protected]
16758 S:      Maintained
16759 F:      drivers/net/hamradio/yam*
16760 F:      include/linux/yam.h
16761
16762 YAMA SECURITY MODULE
16763 M:      Kees Cook <[email protected]>
16764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
16765 S:      Supported
16766 F:      security/yama/
16767 F:      Documentation/admin-guide/LSM/Yama.rst
16768
16769 YEALINK PHONE DRIVER
16770 M:      Henk Vergonet <[email protected]>
16771 L:      [email protected]
16772 S:      Maintained
16773 F:      Documentation/input/devices/yealink.rst
16774 F:      drivers/input/misc/yealink.*
16775
16776 Z8530 DRIVER FOR AX.25
16777 M:      Joerg Reuter <[email protected]>
16778 W:      http://yaina.de/jreuter/
16779 W:      http://www.qsl.net/dl1bke/
16780 L:      [email protected]
16781 S:      Maintained
16782 F:      Documentation/networking/z8530drv.txt
16783 F:      drivers/net/hamradio/*scc.c
16784 F:      drivers/net/hamradio/z8530.h
16785
16786 ZBUD COMPRESSED PAGE ALLOCATOR
16787 M:      Seth Jennings <[email protected]>
16788 M:      Dan Streetman <[email protected]>
16789 L:      [email protected]
16790 S:      Maintained
16791 F:      mm/zbud.c
16792 F:      include/linux/zbud.h
16793
16794 ZD1211RW WIRELESS DRIVER
16795 M:      Daniel Drake <[email protected]>
16796 M:      Ulrich Kunitz <[email protected]>
16797 W:      http://zd1211.ath.cx/wiki/DriverRewrite
16798 L:      [email protected]
16799 L:      [email protected] (subscribers-only)
16800 S:      Maintained
16801 F:      drivers/net/wireless/zydas/zd1211rw/
16802
16803 ZD1301 MEDIA DRIVER
16804 M:      Antti Palosaari <[email protected]>
16805 L:      [email protected]
16806 W:      https://linuxtv.org/
16807 W:      http://palosaari.fi/linux/
16808 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
16809 S:      Maintained
16810 F:      drivers/media/usb/dvb-usb-v2/zd1301*
16811
16812 ZD1301_DEMOD MEDIA DRIVER
16813 M:      Antti Palosaari <[email protected]>
16814 L:      [email protected]
16815 W:      https://linuxtv.org/
16816 W:      http://palosaari.fi/linux/
16817 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
16818 S:      Maintained
16819 F:      drivers/media/dvb-frontends/zd1301_demod*
16820
16821 ZPOOL COMPRESSED PAGE STORAGE API
16822 M:      Dan Streetman <[email protected]>
16823 L:      [email protected]
16824 S:      Maintained
16825 F:      mm/zpool.c
16826 F:      include/linux/zpool.h
16827
16828 ZR36067 VIDEO FOR LINUX DRIVER
16829 L:      [email protected]
16830 L:      [email protected]
16831 W:      http://mjpeg.sourceforge.net/driver-zoran/
16832 T:      hg https://linuxtv.org/hg/v4l-dvb
16833 S:      Odd Fixes
16834 F:      drivers/staging/media/zoran/
16835
16836 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
16837 M:      Minchan Kim <[email protected]>
16838 M:      Nitin Gupta <[email protected]>
16839 R:      Sergey Senozhatsky <[email protected]>
16840 L:      [email protected]
16841 S:      Maintained
16842 F:      drivers/block/zram/
16843 F:      Documentation/blockdev/zram.txt
16844
16845 ZS DECSTATION Z85C30 SERIAL DRIVER
16846 M:      "Maciej W. Rozycki" <[email protected]>
16847 S:      Maintained
16848 F:      drivers/tty/serial/zs.*
16849
16850 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
16851 M:      Minchan Kim <[email protected]>
16852 M:      Nitin Gupta <[email protected]>
16853 R:      Sergey Senozhatsky <[email protected]>
16854 L:      [email protected]
16855 S:      Maintained
16856 F:      mm/zsmalloc.c
16857 F:      include/linux/zsmalloc.h
16858 F:      Documentation/vm/zsmalloc.rst
16859
16860 ZSWAP COMPRESSED SWAP CACHING
16861 M:      Seth Jennings <[email protected]>
16862 M:      Dan Streetman <[email protected]>
16863 L:      [email protected]
16864 S:      Maintained
16865 F:      mm/zswap.c
16866
16867 THE REST
16868 M:      Linus Torvalds <[email protected]>
16869 L:      [email protected]
16870 Q:      http://patchwork.kernel.org/project/LKML/list/
16871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
16872 S:      Buried alive in reporters
16873 F:      *
16874 F:      */
This page took 0.978245 seconds and 4 git commands to generate.