Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux-2.6-block.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/process/coding-style.rst for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/process/submitting-patches.rst for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/process/submitting-patches.rst.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond. Please keep in mind that the security team is
66         a small set of people who can be efficient only when working on
67         verified bugs. Please only Cc: this list when you have identified
68         that the bug would present a short-term risk to other users if it
69         were publicly disclosed. For example, reports of address leaks do
70         not represent an immediate threat and are better handled publicly,
71         and ideally, should come with a patch proposal. Please do not send
72         automated reports to this list either. Such bugs will be handled
73         better and faster in the usual public places.
74
75 8.      Happy hacking.
76
77 Descriptions of section entries:
78
79         P: Person (obsolete)
80         M: Mail patches to: FullName <address@domain>
81         R: Designated reviewer: FullName <address@domain>
82            These reviewers should be CCed on patches.
83         L: Mailing list that is relevant to this area
84         W: Web-page with status/info
85         B: URI for where to file bugs. A web-page with detailed bug
86            filing info, a direct bug tracker link, or a mailto: URI.
87         C: URI for chat protocol, server and channel where developers
88            usually hang out, for example irc://server/channel.
89         Q: Patchwork web based patch tracking system site
90         T: SCM tree type and location.
91            Type is one of: git, hg, quilt, stgit, topgit
92         S: Status, one of the following:
93            Supported:   Someone is actually paid to look after this.
94            Maintained:  Someone actually looks after it.
95            Odd Fixes:   It has a maintainer but they don't have time to do
96                         much other than throw the odd patch in. See below..
97            Orphan:      No current maintainer [but maybe you could take the
98                         role as you write your new code].
99            Obsolete:    Old code. Something tagged obsolete generally means
100                         it has been replaced by a better system and you
101                         should be using that.
102         F: Files and directories with wildcard patterns.
103            A trailing slash includes all files and subdirectory files.
104            F:   drivers/net/    all files in and below drivers/net
105            F:   drivers/net/*   all files in drivers/net, but not below
106            F:   */net/*         all files in "any top level directory"/net
107            One pattern per line.  Multiple F: lines acceptable.
108         N: Files and directories with regex patterns.
109            N:   [^a-z]tegra     all files whose path contains the word tegra
110            One pattern per line.  Multiple N: lines acceptable.
111            scripts/get_maintainer.pl has different behavior for files that
112            match F: pattern and matches of N: patterns.  By default,
113            get_maintainer will not look at git log history when an F: pattern
114            match occurs.  When an N: match occurs, git log history is used
115            to also notify the people that have git commit signatures.
116         X: Files and directories that are NOT maintained, same rules as F:
117            Files exclusions are tested before file matches.
118            Can be useful for excluding a specific subdirectory, for instance:
119            F:   net/
120            X:   net/ipv6/
121            matches all files in and below net excluding net/ipv6/
122         K: Keyword perl extended regex pattern to match content in a
123            patch or file.  For instance:
124            K: of_get_profile
125               matches patches or files that contain "of_get_profile"
126            K: \b(printk|pr_(info|err))\b
127               matches patches or files that contain one or more of the words
128               printk, pr_info or pr_err
129            One regex pattern per line.  Multiple K: lines acceptable.
130
131 Note: For the hard of thinking, this list is meant to remain in alphabetical
132 order. If you could add yourselves to it in alphabetical order that would be
133 so much easier [Ed]
134
135 Maintainers List (try to look for most precise areas first)
136
137                 -----------------------------------
138
139 3C59X NETWORK DRIVER
140 M:      Steffen Klassert <klassert@kernel.org>
141 L:      netdev@vger.kernel.org
142 S:      Odd Fixes
143 F:      Documentation/networking/device_drivers/3com/vortex.txt
144 F:      drivers/net/ethernet/3com/3c59x.c
145
146 3CR990 NETWORK DRIVER
147 M:      David Dillow <dave@thedillows.org>
148 L:      netdev@vger.kernel.org
149 S:      Maintained
150 F:      drivers/net/ethernet/3com/typhoon*
151
152 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
153 M:      Adam Radford <aradford@gmail.com>
154 L:      linux-scsi@vger.kernel.org
155 W:      http://www.lsi.com
156 S:      Supported
157 F:      drivers/scsi/3w-*
158
159 53C700 AND 53C700-66 SCSI DRIVER
160 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
161 L:      linux-scsi@vger.kernel.org
162 S:      Maintained
163 F:      drivers/scsi/53c700*
164
165 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
166 M:      Alexander Aring <alex.aring@gmail.com>
167 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
168 L:      linux-bluetooth@vger.kernel.org
169 L:      linux-wpan@vger.kernel.org
170 S:      Maintained
171 F:      net/6lowpan/
172 F:      include/net/6lowpan.h
173 F:      Documentation/networking/6lowpan.txt
174
175 6PACK NETWORK DRIVER FOR AX.25
176 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
177 L:      linux-hams@vger.kernel.org
178 S:      Maintained
179 F:      drivers/net/hamradio/6pack.c
180
181 8169 10/100/1000 GIGABIT ETHERNET DRIVER
182 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
183 M:      Heiner Kallweit <hkallweit1@gmail.com>
184 L:      netdev@vger.kernel.org
185 S:      Maintained
186 F:      drivers/net/ethernet/realtek/r8169.c
187
188 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
189 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
190 L:      linux-serial@vger.kernel.org
191 S:      Maintained
192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
193 F:      drivers/tty/serial/8250*
194 F:      include/linux/serial_8250.h
195
196 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
197 L:      netdev@vger.kernel.org
198 S:      Orphan / Obsolete
199 F:      drivers/net/ethernet/8390/
200
201 9P FILE SYSTEM
202 M:      Eric Van Hensbergen <ericvh@gmail.com>
203 M:      Latchesar Ionkov <lucho@ionkov.net>
204 M:      Dominique Martinet <asmadeus@codewreck.org>
205 L:      v9fs-developer@lists.sourceforge.net
206 W:      http://swik.net/v9fs
207 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
209 T:      git git://github.com/martinetd/linux.git
210 S:      Maintained
211 F:      Documentation/filesystems/9p.txt
212 F:      fs/9p/
213 F:      net/9p/
214 F:      include/net/9p/
215 F:      include/uapi/linux/virtio_9p.h
216 F:      include/trace/events/9p.h
217
218 A8293 MEDIA DRIVER
219 M:      Antti Palosaari <crope@iki.fi>
220 L:      linux-media@vger.kernel.org
221 W:      https://linuxtv.org
222 W:      http://palosaari.fi/linux/
223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
224 T:      git git://linuxtv.org/anttip/media_tree.git
225 S:      Maintained
226 F:      drivers/media/dvb-frontends/a8293*
227
228 AACRAID SCSI RAID DRIVER
229 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
230 L:      linux-scsi@vger.kernel.org
231 W:      http://www.adaptec.com/
232 S:      Supported
233 F:      Documentation/scsi/aacraid.txt
234 F:      drivers/scsi/aacraid/
235
236 ABI/API
237 L:      linux-api@vger.kernel.org
238 F:      include/linux/syscalls.h
239 F:      kernel/sys_ni.c
240
241 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
242 M:      Hans de Goede <hdegoede@redhat.com>
243 L:      linux-hwmon@vger.kernel.org
244 S:      Maintained
245 F:      drivers/hwmon/abituguru.c
246
247 ABIT UGURU 3 HARDWARE MONITOR DRIVER
248 M:      Alistair John Strachan <alistair@devzero.co.uk>
249 L:      linux-hwmon@vger.kernel.org
250 S:      Maintained
251 F:      drivers/hwmon/abituguru3.c
252
253 ACCES 104-DIO-48E GPIO DRIVER
254 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-dio-48e.c
258
259 ACCES 104-IDI-48 GPIO DRIVER
260 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
261 L:      linux-gpio@vger.kernel.org
262 S:      Maintained
263 F:      drivers/gpio/gpio-104-idi-48.c
264
265 ACCES 104-IDIO-16 GPIO DRIVER
266 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
267 L:      linux-gpio@vger.kernel.org
268 S:      Maintained
269 F:      drivers/gpio/gpio-104-idio-16.c
270
271 ACCES 104-QUAD-8 IIO DRIVER
272 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
273 L:      linux-iio@vger.kernel.org
274 S:      Maintained
275 F:      Documentation/ABI/testing/sysfs-bus-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 <vilhelm.gray@gmail.com>
280 L:      linux-gpio@vger.kernel.org
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 <vilhelm.gray@gmail.com>
286 L:      linux-gpio@vger.kernel.org
287 S:      Maintained
288 F:      drivers/gpio/gpio-pcie-idio-24.c
289
290 ACENIC DRIVER
291 M:      Jes Sorensen <jes@trained-monkey.org>
292 L:      linux-acenic@sunsite.dk
293 S:      Maintained
294 F:      drivers/net/ethernet/alteon/acenic*
295
296 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
297 M:      Peter Feuerer <peter@piie.net>
298 L:      platform-driver-x86@vger.kernel.org
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" <jlee@suse.com>
305 L:      platform-driver-x86@vger.kernel.org
306 S:      Maintained
307 F:      drivers/platform/x86/acer-wmi.c
308
309 ACPI
310 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
311 M:      Len Brown <lenb@kernel.org>
312 L:      linux-acpi@vger.kernel.org
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" <rjw@rjwysocki.net>
332 M:      Len Brown <lenb@kernel.org>
333 L:      linux-acpi@vger.kernel.org
334 R:      Tony Luck <tony.luck@intel.com>
335 R:      Borislav Petkov <bp@alien8.de>
336 F:      drivers/acpi/apei/
337
338 ACPI COMPONENT ARCHITECTURE (ACPICA)
339 M:      Robert Moore <robert.moore@intel.com>
340 M:      Erik Schmauss <erik.schmauss@intel.com>
341 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
342 L:      linux-acpi@vger.kernel.org
343 L:      devel@acpica.org
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 <rui.zhang@intel.com>
357 L:      linux-acpi@vger.kernel.org
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 <lorenzo.pieralisi@arm.com>
365 M:      Hanjun Guo <hanjun.guo@linaro.org>
366 M:      Sudeep Holla <sudeep.holla@arm.com>
367 L:      linux-acpi@vger.kernel.org
368 S:      Maintained
369 F:      drivers/acpi/arm64
370
371 ACPI I2C MULTI INSTANTIATE DRIVER
372 M:      Hans de Goede <hdegoede@redhat.com>
373 L:      platform-driver-x86@vger.kernel.org
374 S:      Maintained
375 F:      drivers/platform/x86/i2c-multi-instantiate.c
376
377 ACPI PMIC DRIVERS
378 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
379 M:      Len Brown <lenb@kernel.org>
380 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
381 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
382 L:      linux-acpi@vger.kernel.org
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 <rui.zhang@intel.com>
391 L:      linux-acpi@vger.kernel.org
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 <rui.zhang@intel.com>
399 L:      linux-acpi@vger.kernel.org
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:      platform-driver-x86@vger.kernel.org
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 <T-Bone@parisc-linux.org>
413 W:      http://wiki.parisc-linux.org/AD1889
414 L:      linux-parisc@vger.kernel.org
415 S:      Maintained
416 F:      sound/pci/ad1889.*
417
418 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
419 M:      Michael Hennerich <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <jikos@kernel.org>
455 S:      Maintained
456
457 ADF7242 IEEE 802.15.4 RADIO DRIVER
458 M:      Michael Hennerich <michael.hennerich@analog.com>
459 W:      https://wiki.analog.com/ADF7242
460 W:      http://ez.analog.com/community/linux-device-drivers
461 L:      linux-wpan@vger.kernel.org
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 <jdelvare@suse.com>
468 L:      linux-hwmon@vger.kernel.org
469 S:      Maintained
470 F:      Documentation/hwmon/adm1025
471 F:      drivers/hwmon/adm1025.c
472
473 ADM1029 HARDWARE MONITOR DRIVER
474 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
475 L:      linux-hwmon@vger.kernel.org
476 S:      Maintained
477 F:      drivers/hwmon/adm1029.c
478
479 ADM8211 WIRELESS DRIVER
480 L:      linux-wireless@vger.kernel.org
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 <sakari.ailus@iki.fi>
487 L:      linux-media@vger.kernel.org
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <michael.hennerich@analog.com>
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 <eibach@gdsys.de>
520 L:      linux-hwmon@vger.kernel.org
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 <colin@colino.net>
528 S:      Maintained
529 F:      drivers/macintosh/therm_adt746x.c
530
531 ADT7475 HARDWARE MONITOR DRIVER
532 M:      Jean Delvare <jdelvare@suse.com>
533 L:      linux-hwmon@vger.kernel.org
534 S:      Maintained
535 F:      Documentation/hwmon/adt7475
536 F:      drivers/hwmon/adt7475.c
537
538 ADVANSYS SCSI DRIVER
539 M:      Matthew Wilcox <willy@infradead.org>
540 M:      Hannes Reinecke <hare@suse.com>
541 L:      linux-scsi@vger.kernel.org
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 <michael.hennerich@analog.com>
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 <stefan.popa@analog.com>
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 <crope@iki.fi>
564 L:      linux-media@vger.kernel.org
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 <crope@iki.fi>
574 L:      linux-media@vger.kernel.org
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 <dsterba@suse.com>
584 L:      linux-fsdevel@vger.kernel.org
585 S:      Odd Fixes
586 F:      Documentation/filesystems/affs.txt
587 F:      fs/affs/
588
589 AFS FILESYSTEM
590 M:      David Howells <dhowells@redhat.com>
591 L:      linux-afs@lists.infradead.org
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 <airlied@linux.ie>
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" <fischer@norbit.de>
608 L:      linux-scsi@vger.kernel.org
609 S:      Maintained
610 F:      drivers/scsi/aha152x*
611 F:      drivers/scsi/pcmcia/aha152x*
612
613 AIC7XXX / AIC79XX SCSI DRIVER
614 M:      Hannes Reinecke <hare@suse.com>
615 L:      linux-scsi@vger.kernel.org
616 S:      Maintained
617 F:      drivers/scsi/aic7xxx/
618
619 AIMSLAB FM RADIO RECEIVER DRIVER
620 M:      Hans Verkuil <hverkuil@xs4all.nl>
621 L:      linux-media@vger.kernel.org
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 <bcrl@kvack.org>
629 L:      linux-aio@kvack.org
630 S:      Supported
631 F:      fs/aio.c
632 F:      include/linux/*aio*.h
633
634 AIRSPY MEDIA DRIVER
635 M:      Antti Palosaari <crope@iki.fi>
636 L:      linux-media@vger.kernel.org
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 <LinoSanfilippo@gmx.de>
646 S:      Maintained
647 F:      drivers/net/ethernet/alacritech/*
648
649 ALCATEL SPEEDTOUCH USB DRIVER
650 M:      Duncan Sands <duncan.sands@free.fr>
651 L:      linux-usb@vger.kernel.org
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 <manuel.lauss@gmail.com>
659 S:      Maintained
660 F:      drivers/mmc/host/au1xmmc.c
661
662 ALI1563 I2C DRIVER
663 M:      Rudolf Marek <r.marek@assembler.cz>
664 L:      linux-i2c@vger.kernel.org
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 <clabbe.montjoie@gmail.com>
671 L:      linux-crypto@vger.kernel.org
672 S:      Maintained
673 F:      drivers/crypto/sunxi-ss/
674
675 ALLWINNER VPU DRIVER
676 M:      Maxime Ripard <maxime.ripard@bootlin.com>
677 M:      Paul Kocialkowski <paul.kocialkowski@bootlin.com>
678 L:      linux-media@vger.kernel.org
679 S:      Maintained
680 F:      drivers/staging/media/sunxi/cedrus/
681
682 ALPHA PORT
683 M:      Richard Henderson <rth@twiddle.net>
684 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
685 M:      Matt Turner <mattst88@gmail.com>
686 S:      Odd Fixes
687 L:      linux-alpha@vger.kernel.org
688 F:      arch/alpha/
689
690 ALPS PS/2 TOUCHPAD DRIVER
691 R:      Pali Rohár <pali.rohar@gmail.com>
692 F:      drivers/input/mouse/alps.*
693
694 ALTERA I2C CONTROLLER DRIVER
695 M:      Thor Thayer <thor.thayer@linux.intel.com>
696 S:      Maintained
697 F:      drivers/i2c/busses/i2c-altera.c
698
699 ALTERA MAILBOX DRIVER
700 M:      Ley Foon Tan <lftan@altera.com>
701 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
702 S:      Maintained
703 F:      drivers/mailbox/mailbox-altera.c
704
705 ALTERA PIO DRIVER
706 M:      Tien Hock Loh <thloh@altera.com>
707 L:      linux-gpio@vger.kernel.org
708 S:      Maintained
709 F:      drivers/gpio/gpio-altera.c
710
711 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
712 M:      Thor Thayer <thor.thayer@linux.intel.com>
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 <thor.thayer@linux.intel.com>
722 L:      netdev@vger.kernel.org
723 L:      nios2-dev@lists.rocketboards.org (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 <tklauser@distanz.ch>
729 L:      linux-serial@vger.kernel.org
730 L:      nios2-dev@lists.rocketboards.org (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 <netanel@amazon.com>
739 R:      Saeed Bishara <saeedb@amazon.com>
740 R:      Zorik Machulsky <zorik@amazon.com>
741 L:      netdev@vger.kernel.org
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 <thomas.lendacky@amd.com>
748 M:      Gary Hook <gary.hook@amd.com>
749 L:      linux-crypto@vger.kernel.org
750 S:      Supported
751 F:      drivers/crypto/ccp/
752 F:      include/linux/ccp.h
753
754 AMD DISPLAY CORE
755 M:      Harry Wentland <harry.wentland@amd.com>
756 M:      Leo Li <sunpeng.li@amd.com>
757 L:      amd-gfx@lists.freedesktop.org
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 <ray.huang@amd.com>
764 L:      linux-hwmon@vger.kernel.org
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:      linux-geode@lists.infradead.org (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 <dilinger@queued.net>
776 L:      linux-geode@lists.infradead.org (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 <joro@8bytes.org>
786 L:      iommu@lists.linux-foundation.org
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 <oded.gabbay@gmail.com>
794 L:      dri-devel@lists.freedesktop.org
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 <rex.zhu@amd.com>
813 M:      Evan Quan <evan.quan@amd.com>
814 L:      amd-gfx@lists.freedesktop.org
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 <brijeshkumar.singh@amd.com>
821 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
822 M:      Tom Lendacky <thomas.lendacky@amd.com>
823 S:      Supported
824 F:      arch/arm64/boot/dts/amd/
825
826 AMD XGBE DRIVER
827 M:      Tom Lendacky <thomas.lendacky@amd.com>
828 L:      netdev@vger.kernel.org
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 <stefan.popa@analog.com>
835 L:      linux-pm@vger.kernel.org
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 <stefan.popa@analog.com>
843 L:      linux-iio@vger.kernel.org
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 AD9389B DRIVER
850 M:      Hans Verkuil <hans.verkuil@cisco.com>
851 L:      linux-media@vger.kernel.org
852 S:      Maintained
853 F:      drivers/media/i2c/ad9389b*
854
855 ANALOG DEVICES INC ADGS1408 DRIVER
856 M:      Mircea Caprioru <mircea.caprioru@analog.com>
857 S:      Supported
858 F:      drivers/mux/adgs1408.c
859 F:      Documentation/devicetree/bindings/mux/adi,adgs1408.txt
860
861 ANALOG DEVICES INC ADP5061 DRIVER
862 M:      Stefan Popa <stefan.popa@analog.com>
863 L:      linux-pm@vger.kernel.org
864 W:      http://ez.analog.com/community/linux-device-drivers
865 S:      Supported
866 F:      drivers/power/supply/adp5061.c
867
868 ANALOG DEVICES INC ADV7180 DRIVER
869 M:      Lars-Peter Clausen <lars@metafoo.de>
870 L:      linux-media@vger.kernel.org
871 W:      http://ez.analog.com/community/linux-device-drivers
872 S:      Supported
873 F:      drivers/media/i2c/adv7180.c
874
875 ANALOG DEVICES INC ADV748X DRIVER
876 M:      Kieran Bingham <kieran.bingham@ideasonboard.com>
877 L:      linux-media@vger.kernel.org
878 S:      Maintained
879 F:      drivers/media/i2c/adv748x/*
880
881 ANALOG DEVICES INC ADV7511 DRIVER
882 M:      Hans Verkuil <hans.verkuil@cisco.com>
883 L:      linux-media@vger.kernel.org
884 S:      Maintained
885 F:      drivers/media/i2c/adv7511*
886
887 ANALOG DEVICES INC ADV7604 DRIVER
888 M:      Hans Verkuil <hans.verkuil@cisco.com>
889 L:      linux-media@vger.kernel.org
890 S:      Maintained
891 F:      drivers/media/i2c/adv7604*
892
893 ANALOG DEVICES INC ADV7842 DRIVER
894 M:      Hans Verkuil <hans.verkuil@cisco.com>
895 L:      linux-media@vger.kernel.org
896 S:      Maintained
897 F:      drivers/media/i2c/adv7842*
898
899 ANALOG DEVICES INC ASOC CODEC DRIVERS
900 M:      Lars-Peter Clausen <lars@metafoo.de>
901 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
902 W:      http://wiki.analog.com/
903 W:      http://ez.analog.com/community/linux-device-drivers
904 S:      Supported
905 F:      sound/soc/codecs/adau*
906 F:      sound/soc/codecs/adav*
907 F:      sound/soc/codecs/ad1*
908 F:      sound/soc/codecs/ad7*
909 F:      sound/soc/codecs/ssm*
910 F:      sound/soc/codecs/sigmadsp.*
911
912 ANALOG DEVICES INC DMA DRIVERS
913 M:      Lars-Peter Clausen <lars@metafoo.de>
914 W:      http://ez.analog.com/community/linux-device-drivers
915 S:      Supported
916 F:      drivers/dma/dma-axi-dmac.c
917
918 ANALOG DEVICES INC IIO DRIVERS
919 M:      Lars-Peter Clausen <lars@metafoo.de>
920 M:      Michael Hennerich <Michael.Hennerich@analog.com>
921 W:      http://wiki.analog.com/
922 W:      http://ez.analog.com/community/linux-device-drivers
923 S:      Supported
924 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523
925 F:      Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350
926 F:      drivers/iio/*/ad*
927 F:      drivers/iio/adc/ltc2497*
928 X:      drivers/iio/*/adjd*
929 F:      drivers/staging/iio/*/ad*
930
931 ANDES ARCHITECTURE
932 M:      Greentime Hu <green.hu@gmail.com>
933 M:      Vincent Chen <deanbo422@gmail.com>
934 T:      git https://github.com/andestech/linux.git
935 S:      Supported
936 F:      arch/nds32/
937 F:      Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
938 F:      Documentation/devicetree/bindings/nds32/
939 K:      nds32
940 N:      nds32
941
942 ANDROID CONFIG FRAGMENTS
943 M:      Rob Herring <robh@kernel.org>
944 S:      Supported
945 F:      kernel/configs/android*
946
947 ANDROID DRIVERS
948 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
949 M:      Arve Hjønnevåg <arve@android.com>
950 M:      Todd Kjos <tkjos@android.com>
951 M:      Martijn Coenen <maco@android.com>
952 M:      Joel Fernandes <joel@joelfernandes.org>
953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
954 L:      devel@driverdev.osuosl.org
955 S:      Supported
956 F:      drivers/android/
957 F:      drivers/staging/android/
958
959 ANDROID GOLDFISH PIC DRIVER
960 M:      Miodrag Dinic <miodrag.dinic@mips.com>
961 S:      Supported
962 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
963 F:      drivers/irqchip/irq-goldfish-pic.c
964
965 ANDROID GOLDFISH RTC DRIVER
966 M:      Miodrag Dinic <miodrag.dinic@mips.com>
967 S:      Supported
968 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
969 F:      drivers/rtc/rtc-goldfish.c
970
971 ANDROID ION DRIVER
972 M:      Laura Abbott <labbott@redhat.com>
973 M:      Sumit Semwal <sumit.semwal@linaro.org>
974 L:      devel@driverdev.osuosl.org
975 L:      dri-devel@lists.freedesktop.org
976 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
977 S:      Supported
978 F:      drivers/staging/android/ion
979 F:      drivers/staging/android/uapi/ion.h
980
981 AOA (Apple Onboard Audio) ALSA DRIVER
982 M:      Johannes Berg <johannes@sipsolutions.net>
983 L:      linuxppc-dev@lists.ozlabs.org
984 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
985 S:      Maintained
986 F:      sound/aoa/
987
988 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
989 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
990 L:      linux-iio@vger.kernel.org
991 S:      Maintained
992 F:      drivers/iio/adc/stx104.c
993
994 APM DRIVER
995 M:      Jiri Kosina <jikos@kernel.org>
996 S:      Odd fixes
997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
998 F:      arch/x86/kernel/apm_32.c
999 F:      include/linux/apm_bios.h
1000 F:      include/uapi/linux/apm_bios.h
1001 F:      drivers/char/apm-emulation.c
1002
1003 APPARMOR SECURITY MODULE
1004 M:      John Johansen <john.johansen@canonical.com>
1005 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
1006 W:      wiki.apparmor.net
1007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor
1008 S:      Supported
1009 F:      security/apparmor/
1010 F:      Documentation/admin-guide/LSM/apparmor.rst
1011
1012 APPLE BCM5974 MULTITOUCH DRIVER
1013 M:      Henrik Rydberg <rydberg@bitmath.org>
1014 L:      linux-input@vger.kernel.org
1015 S:      Odd fixes
1016 F:      drivers/input/mouse/bcm5974.c
1017
1018 APPLE SMC DRIVER
1019 M:      Henrik Rydberg <rydberg@bitmath.org>
1020 L:      linux-hwmon@vger.kernel.org
1021 S:      Odd fixes
1022 F:      drivers/hwmon/applesmc.c
1023
1024 APPLETALK NETWORK LAYER
1025 L:      netdev@vger.kernel.org
1026 S:      Odd fixes
1027 F:      drivers/net/appletalk/
1028 F:      net/appletalk/
1029
1030 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
1031 M:      Duc Dang <dhdang@apm.com>
1032 S:      Supported
1033 F:      arch/arm64/boot/dts/apm/
1034
1035 APPLIED MICRO (APM) X-GENE SOC EDAC
1036 M:      Loc Ho <lho@apm.com>
1037 S:      Supported
1038 F:      drivers/edac/xgene_edac.c
1039 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
1040
1041 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
1042 M:      Iyappan Subramanian <isubramanian@apm.com>
1043 M:      Keyur Chudgar <kchudgar@apm.com>
1044 S:      Supported
1045 F:      drivers/net/ethernet/apm/xgene-v2/
1046
1047 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
1048 M:      Iyappan Subramanian <isubramanian@apm.com>
1049 M:      Keyur Chudgar <kchudgar@apm.com>
1050 M:      Quan Nguyen <qnguyen@apm.com>
1051 S:      Supported
1052 F:      drivers/net/ethernet/apm/xgene/
1053 F:      drivers/net/phy/mdio-xgene.c
1054 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
1055 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
1056
1057 APPLIED MICRO (APM) X-GENE SOC PMU
1058 M:      Tai Nguyen <ttnguyen@apm.com>
1059 S:      Supported
1060 F:      drivers/perf/xgene_pmu.c
1061 F:      Documentation/perf/xgene-pmu.txt
1062 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
1063
1064 APTINA CAMERA SENSOR PLL
1065 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
1066 L:      linux-media@vger.kernel.org
1067 S:      Maintained
1068 F:      drivers/media/i2c/aptina-pll.*
1069
1070 ARC FRAMEBUFFER DRIVER
1071 M:      Jaya Kumar <jayalk@intworks.biz>
1072 S:      Maintained
1073 F:      drivers/video/fbdev/arcfb.c
1074 F:      drivers/video/fbdev/core/fb_defio.c
1075
1076 ARC PGU DRM DRIVER
1077 M:      Alexey Brodkin <abrodkin@synopsys.com>
1078 S:      Supported
1079 F:      drivers/gpu/drm/arc/
1080 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
1081
1082 ARCNET NETWORK LAYER
1083 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
1084 L:      netdev@vger.kernel.org
1085 S:      Maintained
1086 F:      drivers/net/arcnet/
1087 F:      include/uapi/linux/if_arcnet.h
1088
1089 ARM ARCHITECTED TIMER DRIVER
1090 M:      Mark Rutland <mark.rutland@arm.com>
1091 M:      Marc Zyngier <marc.zyngier@arm.com>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 F:      arch/arm/include/asm/arch_timer.h
1095 F:      arch/arm64/include/asm/arch_timer.h
1096 F:      drivers/clocksource/arm_arch_timer.c
1097
1098 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
1099 M:      Linus Walleij <linus.walleij@linaro.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 F:      Documentation/devicetree/bindings/arm/arm-boards
1103 F:      Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt
1104 F:      Documentation/devicetree/bindings/clock/arm-integrator.txt
1105 F:      Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt
1106 F:      Documentation/devicetree/bindings/mtd/arm-versatile.txt
1107 F:      arch/arm/mach-integrator/
1108 F:      arch/arm/mach-realview/
1109 F:      arch/arm/mach-versatile/
1110 F:      arch/arm/plat-versatile/
1111 F:      arch/arm/boot/dts/arm-realview-*
1112 F:      arch/arm/boot/dts/integrator*
1113 F:      arch/arm/boot/dts/versatile*
1114 F:      drivers/clk/versatile/
1115 F:      drivers/i2c/busses/i2c-versatile.c
1116 F:      drivers/irqchip/irq-versatile-fpga.c
1117 F:      drivers/mtd/maps/physmap_of_versatile.c
1118 F:      drivers/power/reset/arm-versatile-reboot.c
1119 F:      drivers/soc/versatile/
1120
1121 ARM HDLCD DRM DRIVER
1122 M:      Liviu Dudau <liviu.dudau@arm.com>
1123 S:      Supported
1124 F:      drivers/gpu/drm/arm/hdlcd_*
1125 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
1126
1127 ARM MALI-DP DRM DRIVER
1128 M:      Liviu Dudau <liviu.dudau@arm.com>
1129 M:      Brian Starkey <brian.starkey@arm.com>
1130 M:      Mali DP Maintainers <malidp@foss.arm.com>
1131 S:      Supported
1132 F:      drivers/gpu/drm/arm/
1133 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
1134
1135 ARM MFM AND FLOPPY DRIVERS
1136 M:      Ian Molton <spyro@f2s.com>
1137 S:      Maintained
1138 F:      arch/arm/lib/floppydma.S
1139 F:      arch/arm/include/asm/floppy.h
1140
1141 ARM PMU PROFILING AND DEBUGGING
1142 M:      Will Deacon <will.deacon@arm.com>
1143 M:      Mark Rutland <mark.rutland@arm.com>
1144 S:      Maintained
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 F:      arch/arm*/kernel/perf_*
1147 F:      arch/arm/oprofile/common.c
1148 F:      arch/arm*/kernel/hw_breakpoint.c
1149 F:      arch/arm*/include/asm/hw_breakpoint.h
1150 F:      arch/arm*/include/asm/perf_event.h
1151 F:      drivers/perf/*
1152 F:      include/linux/perf/arm_pmu.h
1153 F:      Documentation/devicetree/bindings/arm/pmu.txt
1154 F:      Documentation/devicetree/bindings/perf/
1155
1156 ARM PORT
1157 M:      Russell King <linux@armlinux.org.uk>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 W:      http://www.armlinux.org.uk/
1160 S:      Odd Fixes
1161 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1162 F:      arch/arm/
1163 X:      arch/arm/boot/dts/
1164
1165 ARM PRIMECELL AACI PL041 DRIVER
1166 M:      Russell King <linux@armlinux.org.uk>
1167 S:      Odd Fixes
1168 F:      sound/arm/aaci.*
1169
1170 ARM PRIMECELL BUS SUPPORT
1171 M:      Russell King <linux@armlinux.org.uk>
1172 S:      Odd Fixes
1173 F:      drivers/amba/
1174 F:      include/linux/amba/bus.h
1175
1176 ARM PRIMECELL CLCD PL110 DRIVER
1177 M:      Russell King <linux@armlinux.org.uk>
1178 S:      Odd Fixes
1179 F:      drivers/video/fbdev/amba-clcd.*
1180
1181 ARM PRIMECELL KMI PL050 DRIVER
1182 M:      Russell King <linux@armlinux.org.uk>
1183 S:      Odd Fixes
1184 F:      drivers/input/serio/ambakmi.*
1185 F:      include/linux/amba/kmi.h
1186
1187 ARM PRIMECELL MMCI PL180/1 DRIVER
1188 M:      Russell King <linux@armlinux.org.uk>
1189 S:      Odd Fixes
1190 F:      drivers/mmc/host/mmci.*
1191 F:      include/linux/amba/mmci.h
1192
1193 ARM PRIMECELL SSP PL022 SPI DRIVER
1194 M:      Linus Walleij <linus.walleij@linaro.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      Documentation/devicetree/bindings/spi/spi_pl022.txt
1198 F:      drivers/spi/spi-pl022.c
1199
1200 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1201 M:      Russell King <linux@armlinux.org.uk>
1202 S:      Odd Fixes
1203 F:      drivers/tty/serial/amba-pl01*.c
1204 F:      include/linux/amba/serial.h
1205
1206 ARM PRIMECELL VIC PL190/PL192 DRIVER
1207 M:      Linus Walleij <linus.walleij@linaro.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
1211 F:      drivers/irqchip/irq-vic.c
1212
1213 ARM SMMU DRIVERS
1214 M:      Will Deacon <will.deacon@arm.com>
1215 R:      Robin Murphy <robin.murphy@arm.com>
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S:      Maintained
1218 F:      drivers/iommu/arm-smmu.c
1219 F:      drivers/iommu/arm-smmu-v3.c
1220 F:      drivers/iommu/io-pgtable-arm.c
1221 F:      drivers/iommu/io-pgtable-arm-v7s.c
1222
1223 ARM SUB-ARCHITECTURES
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S:      Maintained
1226 F:      arch/arm/mach-*/
1227 F:      arch/arm/plat-*/
1228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1229
1230 ARM/ACTIONS SEMI ARCHITECTURE
1231 M:      Andreas Färber <afaerber@suse.de>
1232 R:      Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 N:      owl
1236 F:      arch/arm/mach-actions/
1237 F:      arch/arm/boot/dts/owl-*
1238 F:      arch/arm64/boot/dts/actions/
1239 F:      drivers/clk/actions/
1240 F:      drivers/clocksource/timer-owl*
1241 F:      drivers/dma/owl-dma.c
1242 F:      drivers/i2c/busses/i2c-owl.c
1243 F:      drivers/pinctrl/actions/*
1244 F:      drivers/soc/actions/
1245 F:      include/dt-bindings/power/owl-*
1246 F:      include/linux/soc/actions/
1247 F:      Documentation/devicetree/bindings/arm/actions.txt
1248 F:      Documentation/devicetree/bindings/clock/actions,owl-cmu.txt
1249 F:      Documentation/devicetree/bindings/dma/owl-dma.txt
1250 F:      Documentation/devicetree/bindings/i2c/i2c-owl.txt
1251 F:      Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt
1252 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1253 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1254
1255 ARM/ADS SPHERE MACHINE SUPPORT
1256 M:      Lennert Buytenhek <kernel@wantstofly.org>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259
1260 ARM/AFEB9260 MACHINE SUPPORT
1261 M:      Sergey Lapin <slapin@ossfans.org>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S:      Maintained
1264
1265 ARM/AJECO 1ARM MACHINE SUPPORT
1266 M:      Lennert Buytenhek <kernel@wantstofly.org>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 S:      Maintained
1269
1270 ARM/Allwinner SoC Clock Support
1271 M:      Emilio López <emilio@elopez.com.ar>
1272 S:      Maintained
1273 F:      drivers/clk/sunxi/
1274
1275 ARM/Allwinner sunXi SoC support
1276 M:      Maxime Ripard <maxime.ripard@bootlin.com>
1277 M:      Chen-Yu Tsai <wens@csie.org>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 S:      Maintained
1280 N:      sun[x456789]i
1281 N:      sun50i
1282 F:      arch/arm/mach-sunxi/
1283 F:      arch/arm64/boot/dts/allwinner/
1284 F:      drivers/clk/sunxi-ng/
1285 F:      drivers/pinctrl/sunxi/
1286 F:      drivers/soc/sunxi/
1287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1288
1289 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1290 M:      Neil Armstrong <narmstrong@baylibre.com>
1291 M:      Jerome Brunet <jbrunet@baylibre.com>
1292 L:      linux-amlogic@lists.infradead.org
1293 S:      Maintained
1294 F:      drivers/clk/meson/
1295 F:      include/dt-bindings/clock/meson*
1296 F:      include/dt-bindings/clock/gxbb*
1297 F:      Documentation/devicetree/bindings/clock/amlogic*
1298
1299 ARM/Amlogic Meson SoC support
1300 M:      Carlo Caione <carlo@caione.org>
1301 M:      Kevin Hilman <khilman@baylibre.com>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 L:      linux-amlogic@lists.infradead.org
1304 W:      http://linux-meson.com/
1305 S:      Maintained
1306 F:      arch/arm/mach-meson/
1307 F:      arch/arm/boot/dts/meson*
1308 F:      arch/arm64/boot/dts/amlogic/
1309 F:      drivers/pinctrl/meson/
1310 F:      drivers/mmc/host/meson*
1311 N:      meson
1312
1313 ARM/Amlogic Meson SoC Sound Drivers
1314 M:      Jerome Brunet <jbrunet@baylibre.com>
1315 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1316 S:      Maintained
1317 F:      sound/soc/meson/
1318 F:      Documentation/devicetree/bindings/sound/amlogic*
1319
1320 ARM/Annapurna Labs ALPINE ARCHITECTURE
1321 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1322 M:      Antoine Tenart <antoine.tenart@bootlin.com>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 S:      Maintained
1325 F:      arch/arm/mach-alpine/
1326 F:      arch/arm/boot/dts/alpine*
1327 F:      arch/arm64/boot/dts/al/
1328 F:      drivers/*/*alpine*
1329
1330 ARM/ARTPEC MACHINE SUPPORT
1331 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1332 M:      Lars Persson <lars.persson@axis.com>
1333 S:      Maintained
1334 L:      linux-arm-kernel@axis.com
1335 F:      arch/arm/mach-artpec
1336 F:      arch/arm/boot/dts/artpec6*
1337 F:      drivers/clk/axis
1338 F:      drivers/crypto/axis
1339 F:      drivers/pinctrl/pinctrl-artpec*
1340 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1341
1342 ARM/ASPEED I2C DRIVER
1343 M:      Brendan Higgins <brendanhiggins@google.com>
1344 R:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
1345 R:      Joel Stanley <joel@jms.id.au>
1346 L:      linux-i2c@vger.kernel.org
1347 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1348 S:      Maintained
1349 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1350 F:      drivers/i2c/busses/i2c-aspeed.c
1351 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1352 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1353
1354 ARM/ASPEED MACHINE SUPPORT
1355 M:      Joel Stanley <joel@jms.id.au>
1356 R:      Andrew Jeffery <andrew@aj.id.au>
1357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1358 L:      linux-aspeed@lists.ozlabs.org (moderated for non-subscribers)
1359 Q:      https://patchwork.ozlabs.org/project/linux-aspeed/list/
1360 S:      Supported
1361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git
1362 F:      arch/arm/mach-aspeed/
1363 F:      arch/arm/boot/dts/aspeed-*
1364 N:      aspeed
1365
1366 ARM/CALXEDA HIGHBANK ARCHITECTURE
1367 M:      Rob Herring <robh@kernel.org>
1368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S:      Maintained
1370 F:      arch/arm/mach-highbank/
1371 F:      arch/arm/boot/dts/highbank.dts
1372 F:      arch/arm/boot/dts/ecx-*.dts*
1373
1374 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1375 M:      Krzysztof Halasa <khalasa@piap.pl>
1376 S:      Maintained
1377 F:      arch/arm/mach-cns3xxx/
1378
1379 ARM/CAVIUM THUNDER NETWORK DRIVER
1380 M:      Sunil Goutham <sgoutham@cavium.com>
1381 M:      Robert Richter <rric@kernel.org>
1382 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1383 S:      Supported
1384 F:      drivers/net/ethernet/cavium/thunder/
1385
1386 ARM/CIRRUS LOGIC BK3 MACHINE SUPPORT
1387 M:      Lukasz Majewski <lukma@denx.de>
1388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1389 S:      Maintained
1390 F:      arch/arm/mach-ep93xx/ts72xx.c
1391
1392 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1393 M:      Alexander Shiyan <shc_work@mail.ru>
1394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 S:      Odd Fixes
1396 N:      clps711x
1397
1398 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1399 M:      Lennert Buytenhek <kernel@wantstofly.org>
1400 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1401 S:      Maintained
1402
1403 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1404 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1405 M:      Alexander Sverdlin <alexander.sverdlin@gmail.com>
1406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1407 S:      Maintained
1408 F:      arch/arm/mach-ep93xx/
1409 F:      arch/arm/mach-ep93xx/include/mach/
1410
1411 ARM/CLKDEV SUPPORT
1412 M:      Russell King <linux@armlinux.org.uk>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 S:      Maintained
1415 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1416 F:      drivers/clk/clkdev.c
1417
1418 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1419 M:      Mike Rapoport <mike@compulab.co.il>
1420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1421 S:      Maintained
1422
1423 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1424 M:      Baruch Siach <baruch@tkos.co.il>
1425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S:      Maintained
1427 F:      arch/arm/boot/dts/cx92755*
1428 N:      digicolor
1429
1430 ARM/CONTEC MICRO9 MACHINE SUPPORT
1431 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1432 S:      Maintained
1433 F:      arch/arm/mach-ep93xx/micro9.c
1434
1435 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1436 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S:      Maintained
1439 F:      drivers/hwtracing/coresight/*
1440 F:      Documentation/trace/coresight.txt
1441 F:      Documentation/trace/coresight-cpu-debug.txt
1442 F:      Documentation/devicetree/bindings/arm/coresight.txt
1443 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1444 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1445 F:      tools/perf/arch/arm/util/pmu.c
1446 F:      tools/perf/arch/arm/util/auxtrace.c
1447 F:      tools/perf/arch/arm/util/cs-etm.c
1448 F:      tools/perf/arch/arm/util/cs-etm.h
1449 F:      tools/perf/util/cs-etm.*
1450 F:      tools/perf/util/cs-etm-decoder/*
1451
1452 ARM/CORGI MACHINE SUPPORT
1453 M:      Richard Purdie <rpurdie@rpsys.net>
1454 S:      Maintained
1455
1456 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1457 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1458 M:      Linus Walleij <linus.walleij@linaro.org>
1459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460 T:      git git://github.com/ulli-kroll/linux.git
1461 S:      Maintained
1462 F:      Documentation/devicetree/bindings/arm/gemini.txt
1463 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1464 F:      Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
1465 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1466 F:      arch/arm/mach-gemini/
1467 F:      drivers/net/ethernet/cortina/
1468 F:      drivers/pinctrl/pinctrl-gemini.c
1469 F:      drivers/rtc/rtc-ftrtc010.c
1470
1471 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1472 M:      Barry Song <baohua@kernel.org>
1473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1475 S:      Maintained
1476 F:      arch/arm/boot/dts/prima2*
1477 F:      arch/arm/mach-prima2/
1478 F:      drivers/clk/sirf/
1479 F:      drivers/clocksource/timer-prima2.c
1480 F:      drivers/clocksource/timer-atlas7.c
1481 N:      [^a-z]sirf
1482 X:      drivers/gnss
1483
1484 ARM/EBSA110 MACHINE SUPPORT
1485 M:      Russell King <linux@armlinux.org.uk>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 W:      http://www.armlinux.org.uk/
1488 S:      Maintained
1489 F:      arch/arm/mach-ebsa110/
1490 F:      drivers/net/ethernet/amd/am79c961a.*
1491
1492 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1493 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1494 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 S:      Maintained
1497 N:      efm32
1498
1499 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1500 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1502 S:      Maintained
1503 F:      arch/arm/mach-pxa/ezx.c
1504
1505 ARM/FARADAY FA526 PORT
1506 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1508 S:      Maintained
1509 T:      git git://git.berlios.de/gemini-board
1510 F:      arch/arm/mm/*-fa*
1511
1512 ARM/FOOTBRIDGE ARCHITECTURE
1513 M:      Russell King <linux@armlinux.org.uk>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 W:      http://www.armlinux.org.uk/
1516 S:      Maintained
1517 F:      arch/arm/include/asm/hardware/dec21285.h
1518 F:      arch/arm/mach-footbridge/
1519
1520 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1521 M:      Shawn Guo <shawnguo@kernel.org>
1522 M:      Sascha Hauer <s.hauer@pengutronix.de>
1523 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1524 R:      Fabio Estevam <fabio.estevam@nxp.com>
1525 R:      NXP Linux Team <linux-imx@nxp.com>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 S:      Maintained
1528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1529 F:      arch/arm/mach-imx/
1530 F:      arch/arm/mach-mxs/
1531 F:      arch/arm/boot/dts/imx*
1532 F:      arch/arm/configs/imx*_defconfig
1533 F:      drivers/clk/imx/
1534 F:      drivers/firmware/imx/
1535 F:      drivers/soc/imx/
1536 F:      include/linux/firmware/imx/
1537 F:      include/soc/imx/
1538
1539 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1540 M:      Shawn Guo <shawnguo@kernel.org>
1541 M:      Sascha Hauer <s.hauer@pengutronix.de>
1542 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
1543 R:      Stefan Agner <stefan@agner.ch>
1544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 S:      Maintained
1546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1547 F:      arch/arm/mach-imx/*vf610*
1548 F:      arch/arm/boot/dts/vf*
1549
1550 ARM/FREESCALE LAYERSCAPE ARM ARCHITECTURE
1551 M:      Shawn Guo <shawnguo@kernel.org>
1552 M:      Li Yang <leoyang.li@nxp.com>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1556 F:      arch/arm/boot/dts/ls1021a*
1557 F:      arch/arm64/boot/dts/freescale/fsl-*
1558 F:      arch/arm64/boot/dts/freescale/qoriq-*
1559
1560 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1561 M:      Lennert Buytenhek <kernel@wantstofly.org>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 S:      Maintained
1564
1565 ARM/GUMSTIX MACHINE SUPPORT
1566 M:      Steve Sakoman <sakoman@gmail.com>
1567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1568 S:      Maintained
1569
1570 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1571 M:      Philipp Zabel <philipp.zabel@gmail.com>
1572 M:      Paul Parsons <lost.distance@yahoo.com>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 S:      Maintained
1575 F:      arch/arm/mach-pxa/hx4700.c
1576 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1577 F:      sound/soc/pxa/hx4700.c
1578
1579 ARM/HISILICON SOC SUPPORT
1580 M:      Wei Xu <xuwei5@hisilicon.com>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 W:      http://www.hisilicon.com
1583 S:      Supported
1584 T:      git git://github.com/hisilicon/linux-hisi.git
1585 F:      arch/arm/mach-hisi/
1586 F:      arch/arm/boot/dts/hi3*
1587 F:      arch/arm/boot/dts/hip*
1588 F:      arch/arm/boot/dts/hisi*
1589 F:      arch/arm64/boot/dts/hisilicon/
1590
1591 ARM/HP JORNADA 7XX MACHINE SUPPORT
1592 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1593 W:      www.jlime.com
1594 S:      Maintained
1595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1596 F:      arch/arm/mach-sa1100/jornada720.c
1597 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1598
1599 ARM/IGEP MACHINE SUPPORT
1600 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1601 M:      Javier Martinez Canillas <javier@dowhile0.org>
1602 L:      linux-omap@vger.kernel.org
1603 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1604 S:      Maintained
1605 F:      arch/arm/boot/dts/omap3-igep*
1606
1607 ARM/INCOME PXA270 SUPPORT
1608 M:      Marek Vasut <marek.vasut@gmail.com>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1612
1613 ARM/INTEL IOP13XX ARM ARCHITECTURE
1614 M:      Lennert Buytenhek <kernel@wantstofly.org>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S:      Maintained
1617
1618 ARM/INTEL IOP32X ARM ARCHITECTURE
1619 M:      Lennert Buytenhek <kernel@wantstofly.org>
1620 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1621 S:      Maintained
1622
1623 ARM/INTEL IOP33X ARM ARCHITECTURE
1624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1625 S:      Orphan
1626
1627 ARM/INTEL IQ81342EX MACHINE SUPPORT
1628 M:      Lennert Buytenhek <kernel@wantstofly.org>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 S:      Maintained
1631
1632 ARM/INTEL IXDP2850 MACHINE SUPPORT
1633 M:      Lennert Buytenhek <kernel@wantstofly.org>
1634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 S:      Maintained
1636
1637 ARM/INTEL IXP4XX ARM ARCHITECTURE
1638 M:      Imre Kaloz <kaloz@openwrt.org>
1639 M:      Krzysztof Halasa <khalasa@piap.pl>
1640 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 S:      Maintained
1642 F:      arch/arm/mach-ixp4xx/
1643
1644 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1645 M:      Jonathan Cameron <jic23@cam.ac.uk>
1646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 S:      Maintained
1648 F:      arch/arm/mach-pxa/stargate2.c
1649 F:      drivers/pcmcia/pxa2xx_stargate2.c
1650
1651 ARM/INTEL XSC3 (MANZANO) ARM CORE
1652 M:      Lennert Buytenhek <kernel@wantstofly.org>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 S:      Maintained
1655
1656 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1657 M:      Lennert Buytenhek <kernel@wantstofly.org>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Maintained
1660
1661 ARM/LG1K ARCHITECTURE
1662 M:      Chanho Min <chanho.min@lge.com>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm64/boot/dts/lg/
1666
1667 ARM/LOGICPD PXA270 MACHINE SUPPORT
1668 M:      Lennert Buytenhek <kernel@wantstofly.org>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 S:      Maintained
1671
1672 ARM/LPC18XX ARCHITECTURE
1673 M:      Vladimir Zapolskiy <vz@mleia.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/boot/dts/lpc43*
1677 F:      drivers/i2c/busses/i2c-lpc2k.c
1678 F:      drivers/memory/pl172.c
1679 F:      drivers/mtd/spi-nor/nxp-spifi.c
1680 F:      drivers/rtc/rtc-lpc24xx.c
1681 N:      lpc18xx
1682
1683 ARM/LPC32XX SOC SUPPORT
1684 M:      Vladimir Zapolskiy <vz@mleia.com>
1685 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1688 S:      Maintained
1689 F:      arch/arm/boot/dts/lpc32*
1690 F:      arch/arm/mach-lpc32xx/
1691 F:      drivers/i2c/busses/i2c-pnx.c
1692 F:      drivers/net/ethernet/nxp/lpc_eth.c
1693 F:      drivers/usb/host/ohci-nxp.c
1694 F:      drivers/watchdog/pnx4008_wdt.c
1695 N:      lpc32xx
1696
1697 ARM/MAGICIAN MACHINE SUPPORT
1698 M:      Philipp Zabel <philipp.zabel@gmail.com>
1699 S:      Maintained
1700
1701 ARM/Marvell Dove/MV78xx0/Orion SOC support
1702 M:      Jason Cooper <jason@lakedaemon.net>
1703 M:      Andrew Lunn <andrew@lunn.ch>
1704 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1705 M:      Gregory Clement <gregory.clement@bootlin.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S:      Maintained
1708 F:      Documentation/devicetree/bindings/soc/dove/
1709 F:      arch/arm/mach-dove/
1710 F:      arch/arm/mach-mv78xx0/
1711 F:      arch/arm/mach-orion5x/
1712 F:      arch/arm/plat-orion/
1713 F:      arch/arm/boot/dts/dove*
1714 F:      arch/arm/boot/dts/orion5x*
1715
1716 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1717 M:      Jason Cooper <jason@lakedaemon.net>
1718 M:      Andrew Lunn <andrew@lunn.ch>
1719 M:      Gregory Clement <gregory.clement@bootlin.com>
1720 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1722 S:      Maintained
1723 F:      arch/arm/boot/dts/armada*
1724 F:      arch/arm/boot/dts/kirkwood*
1725 F:      arch/arm/configs/mvebu_*_defconfig
1726 F:      arch/arm/mach-mvebu/
1727 F:      arch/arm64/boot/dts/marvell/armada*
1728 F:      drivers/cpufreq/armada-37xx-cpufreq.c
1729 F:      drivers/cpufreq/mvebu-cpufreq.c
1730 F:      drivers/irqchip/irq-armada-370-xp.c
1731 F:      drivers/irqchip/irq-mvebu-*
1732 F:      drivers/pinctrl/mvebu/
1733 F:      drivers/rtc/rtc-armada38x.c
1734
1735 ARM/Mediatek RTC DRIVER
1736 M:      Eddie Huang <eddie.huang@mediatek.com>
1737 M:      Sean Wang <sean.wang@mediatek.com>
1738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1740 S:      Maintained
1741 F:      Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1742 F:      drivers/rtc/rtc-mt6397.c
1743 F:      drivers/rtc/rtc-mt7622.c
1744
1745 ARM/Mediatek SoC support
1746 M:      Matthias Brugger <matthias.bgg@gmail.com>
1747 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1749 W:      https://mtk.bcnfs.org/
1750 C:      irc://chat.freenode.net/linux-mediatek
1751 S:      Maintained
1752 F:      arch/arm/boot/dts/mt6*
1753 F:      arch/arm/boot/dts/mt7*
1754 F:      arch/arm/boot/dts/mt8*
1755 F:      arch/arm/mach-mediatek/
1756 F:      arch/arm64/boot/dts/mediatek/
1757 F:      drivers/soc/mediatek/
1758 N:      mtk
1759 N:      mt[678]
1760 K:      mediatek
1761
1762 ARM/Mediatek USB3 PHY DRIVER
1763 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1764 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1765 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1766 S:      Maintained
1767 F:      drivers/phy/mediatek/
1768 F:      Documentation/devicetree/bindings/phy/phy-mtk-*
1769
1770 ARM/MICREL KS8695 ARCHITECTURE
1771 M:      Greg Ungerer <gerg@uclinux.org>
1772 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1773 F:      arch/arm/mach-ks8695/
1774 S:      Odd Fixes
1775
1776 ARM/Microchip (AT91) SoC support
1777 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1778 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
1779 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
1780 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1781 W:      http://www.linux4sam.org
1782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
1783 S:      Supported
1784 N:      at91
1785 N:      atmel
1786 F:      arch/arm/mach-at91/
1787 F:      include/soc/at91/
1788 F:      arch/arm/boot/dts/at91*.dts
1789 F:      arch/arm/boot/dts/at91*.dtsi
1790 F:      arch/arm/boot/dts/sama*.dts
1791 F:      arch/arm/boot/dts/sama*.dtsi
1792 F:      arch/arm/include/debug/at91.S
1793 F:      drivers/memory/atmel*
1794 F:      drivers/watchdog/sama5d4_wdt.c
1795 X:      drivers/input/touchscreen/atmel_mxt_ts.c
1796 X:      drivers/net/wireless/atmel/
1797
1798 ARM/MIOA701 MACHINE SUPPORT
1799 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1801 F:      arch/arm/mach-pxa/mioa701.c
1802 S:      Maintained
1803
1804 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1805 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1806 S:      Maintained
1807
1808 ARM/NOMADIK/U300/Ux500 ARCHITECTURES
1809 M:      Linus Walleij <linus.walleij@linaro.org>
1810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1811 S:      Maintained
1812 F:      arch/arm/mach-nomadik/
1813 F:      arch/arm/mach-u300/
1814 F:      arch/arm/mach-ux500/
1815 F:      arch/arm/boot/dts/ste-*
1816 F:      drivers/clk/clk-nomadik.c
1817 F:      drivers/clk/clk-u300.c
1818 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1819 F:      drivers/clocksource/timer-u300.c
1820 F:      drivers/dma/coh901318*
1821 F:      drivers/dma/ste_dma40*
1822 F:      drivers/hwspinlock/u8500_hsem.c
1823 F:      drivers/i2c/busses/i2c-nomadik.c
1824 F:      drivers/i2c/busses/i2c-stu300.c
1825 F:      drivers/mfd/ab3100*
1826 F:      drivers/mfd/ab8500*
1827 F:      drivers/mfd/abx500*
1828 F:      drivers/mfd/dbx500*
1829 F:      drivers/mfd/db8500*
1830 F:      drivers/pinctrl/nomadik/
1831 F:      drivers/pinctrl/pinctrl-coh901*
1832 F:      drivers/pinctrl/pinctrl-u300.c
1833 F:      drivers/rtc/rtc-ab3100.c
1834 F:      drivers/rtc/rtc-ab8500.c
1835 F:      drivers/rtc/rtc-coh901331.c
1836 F:      drivers/rtc/rtc-pl031.c
1837 F:      drivers/watchdog/coh901327_wdt.c
1838 F:      Documentation/devicetree/bindings/arm/ste-*
1839 F:      Documentation/devicetree/bindings/arm/ux500/
1840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1841
1842 ARM/NUVOTON NPCM ARCHITECTURE
1843 M:      Avi Fishman <avifishman70@gmail.com>
1844 M:      Tomer Maimon <tmaimon77@gmail.com>
1845 R:      Patrick Venture <venture@google.com>
1846 R:      Nancy Yuen <yuenn@google.com>
1847 R:      Brendan Higgins <brendanhiggins@google.com>
1848 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1849 S:      Supported
1850 F:      arch/arm/mach-npcm/
1851 F:      arch/arm/boot/dts/nuvoton-npcm*
1852 F:      include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
1853 F:      drivers/*/*npcm*
1854 F:      Documentation/devicetree/bindings/*/*npcm*
1855 F:      Documentation/devicetree/bindings/*/*/*npcm*
1856
1857 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1858 M:      Wan ZongShun <mcuos.com@gmail.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 W:      http://www.mcuos.com
1861 S:      Maintained
1862 F:      arch/arm/mach-w90x900/
1863 F:      drivers/input/keyboard/w90p910_keypad.c
1864 F:      drivers/input/touchscreen/w90p910_ts.c
1865 F:      drivers/watchdog/nuc900_wdt.c
1866 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1867 F:      drivers/mtd/nand/raw/nuc900_nand.c
1868 F:      drivers/rtc/rtc-nuc900.c
1869 F:      drivers/spi/spi-nuc900.c
1870 F:      drivers/usb/host/ehci-w90x900.c
1871 F:      drivers/video/fbdev/nuc900fb.c
1872
1873 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1874 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1875 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1876 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1877 S:      Supported
1878
1879 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1880 M:      Alexander Clouter <alex@digriz.org.uk>
1881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1882 W:      http://www.digriz.org.uk/ts78xx/kernel
1883 S:      Maintained
1884 F:      arch/arm/mach-orion5x/ts78xx-*
1885
1886 ARM/OXNAS platform support
1887 M:      Neil Armstrong <narmstrong@baylibre.com>
1888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889 L:      linux-oxnas@groups.io (moderated for non-subscribers)
1890 S:      Maintained
1891 F:      arch/arm/mach-oxnas/
1892 F:      arch/arm/boot/dts/ox8*.dts*
1893 N:      oxnas
1894
1895 ARM/PALM TREO SUPPORT
1896 M:      Tomas Cech <sleep_walker@suse.com>
1897 L:      linux-arm-kernel@lists.infradead.org
1898 W:      http://hackndev.com
1899 S:      Maintained
1900 F:      arch/arm/mach-pxa/palmtreo.*
1901
1902 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1903 M:      Marek Vasut <marek.vasut@gmail.com>
1904 L:      linux-arm-kernel@lists.infradead.org
1905 W:      http://hackndev.com
1906 S:      Maintained
1907 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1908 F:      arch/arm/mach-pxa/palmtx.c
1909 F:      arch/arm/mach-pxa/palmt5.*
1910 F:      arch/arm/mach-pxa/include/mach/palmld.h
1911 F:      arch/arm/mach-pxa/palmld.c
1912 F:      arch/arm/mach-pxa/palmte2.*
1913 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1914 F:      arch/arm/mach-pxa/palmtc.c
1915
1916 ARM/PALMZ72 SUPPORT
1917 M:      Sergey Lapin <slapin@ossfans.org>
1918 L:      linux-arm-kernel@lists.infradead.org
1919 W:      http://hackndev.com
1920 S:      Maintained
1921 F:      arch/arm/mach-pxa/palmz72.*
1922
1923 ARM/PLEB SUPPORT
1924 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1925 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1926 S:      Maintained
1927
1928 ARM/PT DIGITAL BOARD PORT
1929 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1931 W:      http://www.armlinux.org.uk/
1932 S:      Maintained
1933
1934 ARM/QUALCOMM SUPPORT
1935 M:      Andy Gross <andy.gross@linaro.org>
1936 M:      David Brown <david.brown@linaro.org>
1937 L:      linux-arm-msm@vger.kernel.org
1938 S:      Maintained
1939 F:      Documentation/devicetree/bindings/soc/qcom/
1940 F:      arch/arm/boot/dts/qcom-*.dts
1941 F:      arch/arm/boot/dts/qcom-*.dtsi
1942 F:      arch/arm/mach-qcom/
1943 F:      arch/arm64/boot/dts/qcom/*
1944 F:      drivers/i2c/busses/i2c-qup.c
1945 F:      drivers/clk/qcom/
1946 F:      drivers/dma/qcom/
1947 F:      drivers/soc/qcom/
1948 F:      drivers/spi/spi-qup.c
1949 F:      drivers/tty/serial/msm_serial.c
1950 F:      drivers/*/pm8???-*
1951 F:      drivers/mfd/ssbi.c
1952 F:      drivers/firmware/qcom_scm*
1953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1954
1955 ARM/RADISYS ENP2611 MACHINE SUPPORT
1956 M:      Lennert Buytenhek <kernel@wantstofly.org>
1957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1958 S:      Maintained
1959
1960 ARM/REALTEK ARCHITECTURE
1961 M:      Andreas Färber <afaerber@suse.de>
1962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 S:      Maintained
1964 F:      arch/arm64/boot/dts/realtek/
1965 F:      Documentation/devicetree/bindings/arm/realtek.txt
1966
1967 ARM/RENESAS ARM64 ARCHITECTURE
1968 M:      Simon Horman <horms@verge.net.au>
1969 M:      Magnus Damm <magnus.damm@gmail.com>
1970 L:      linux-renesas-soc@vger.kernel.org
1971 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1973 S:      Supported
1974 F:      arch/arm64/boot/dts/renesas/
1975 F:      Documentation/devicetree/bindings/arm/shmobile.txt
1976 F:      drivers/soc/renesas/
1977 F:      include/linux/soc/renesas/
1978
1979 ARM/RISCPC ARCHITECTURE
1980 M:      Russell King <linux@armlinux.org.uk>
1981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1982 W:      http://www.armlinux.org.uk/
1983 S:      Maintained
1984 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1985 F:      arch/arm/include/asm/hardware/ioc.h
1986 F:      arch/arm/include/asm/hardware/iomd.h
1987 F:      arch/arm/include/asm/hardware/memc.h
1988 F:      arch/arm/mach-rpc/
1989 F:      drivers/net/ethernet/8390/etherh.c
1990 F:      drivers/net/ethernet/i825xx/ether1*
1991 F:      drivers/net/ethernet/seeq/ether3*
1992 F:      drivers/scsi/arm/
1993
1994 ARM/Rockchip SoC support
1995 M:      Heiko Stuebner <heiko@sntech.de>
1996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 L:      linux-rockchip@lists.infradead.org
1998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1999 S:      Maintained
2000 F:      arch/arm/boot/dts/rk3*
2001 F:      arch/arm/boot/dts/rv1108*
2002 F:      arch/arm/mach-rockchip/
2003 F:      drivers/clk/rockchip/
2004 F:      drivers/i2c/busses/i2c-rk3x.c
2005 F:      drivers/*/*rockchip*
2006 F:      drivers/*/*/*rockchip*
2007 F:      sound/soc/rockchip/
2008 N:      rockchip
2009
2010 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
2011 M:      Kukjin Kim <kgene@kernel.org>
2012 M:      Krzysztof Kozlowski <krzk@kernel.org>
2013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2014 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2015 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
2016 S:      Maintained
2017 F:      arch/arm/boot/dts/s3c*
2018 F:      arch/arm/boot/dts/s5p*
2019 F:      arch/arm/boot/dts/exynos*
2020 F:      arch/arm64/boot/dts/exynos/
2021 F:      arch/arm/plat-samsung/
2022 F:      arch/arm/mach-s3c24*/
2023 F:      arch/arm/mach-s3c64xx/
2024 F:      arch/arm/mach-s5p*/
2025 F:      arch/arm/mach-exynos*/
2026 F:      drivers/*/*s3c24*
2027 F:      drivers/*/*/*s3c24*
2028 F:      drivers/*/*s3c64xx*
2029 F:      drivers/*/*s5pv210*
2030 F:      drivers/memory/samsung/*
2031 F:      drivers/soc/samsung/*
2032 F:      Documentation/arm/Samsung/
2033 F:      Documentation/devicetree/bindings/arm/samsung/
2034 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
2035 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
2036 N:      exynos
2037
2038 ARM/SAMSUNG MOBILE MACHINE SUPPORT
2039 M:      Kyungmin Park <kyungmin.park@samsung.com>
2040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2041 S:      Maintained
2042 F:      arch/arm/mach-s5pv210/
2043
2044 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
2045 M:      Kyungmin Park <kyungmin.park@samsung.com>
2046 M:      Kamil Debski <kamil@wypas.org>
2047 M:      Andrzej Hajda <a.hajda@samsung.com>
2048 L:      linux-arm-kernel@lists.infradead.org
2049 L:      linux-media@vger.kernel.org
2050 S:      Maintained
2051 F:      drivers/media/platform/s5p-g2d/
2052
2053 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
2054 M:      Marek Szyprowski <m.szyprowski@samsung.com>
2055 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
2056 L:      linux-media@vger.kernel.org
2057 S:      Maintained
2058 F:      drivers/media/platform/s5p-cec/
2059 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
2060
2061 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
2062 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
2063 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
2064 L:      linux-arm-kernel@lists.infradead.org
2065 L:      linux-media@vger.kernel.org
2066 S:      Maintained
2067 F:      drivers/media/platform/s5p-jpeg/
2068
2069 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
2070 M:      Kyungmin Park <kyungmin.park@samsung.com>
2071 M:      Kamil Debski <kamil@wypas.org>
2072 M:      Jeongtae Park <jtp.park@samsung.com>
2073 M:      Andrzej Hajda <a.hajda@samsung.com>
2074 L:      linux-arm-kernel@lists.infradead.org
2075 L:      linux-media@vger.kernel.org
2076 S:      Maintained
2077 F:      drivers/media/platform/s5p-mfc/
2078
2079 ARM/SHMOBILE ARM ARCHITECTURE
2080 M:      Simon Horman <horms@verge.net.au>
2081 M:      Magnus Damm <magnus.damm@gmail.com>
2082 L:      linux-renesas-soc@vger.kernel.org
2083 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
2084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
2085 S:      Supported
2086 F:      arch/arm/boot/dts/emev2*
2087 F:      arch/arm/boot/dts/r7s*
2088 F:      arch/arm/boot/dts/r8a*
2089 F:      arch/arm/boot/dts/r9a*
2090 F:      arch/arm/boot/dts/sh*
2091 F:      arch/arm/configs/shmobile_defconfig
2092 F:      arch/arm/include/debug/renesas-scif.S
2093 F:      arch/arm/mach-shmobile/
2094 F:      Documentation/devicetree/bindings/arm/shmobile.txt
2095 F:      drivers/soc/renesas/
2096 F:      include/linux/soc/renesas/
2097
2098 ARM/SOCFPGA ARCHITECTURE
2099 M:      Dinh Nguyen <dinguyen@kernel.org>
2100 S:      Maintained
2101 F:      arch/arm/mach-socfpga/
2102 F:      arch/arm/boot/dts/socfpga*
2103 F:      arch/arm/configs/socfpga_defconfig
2104 F:      arch/arm64/boot/dts/altera/
2105 W:      http://www.rocketboards.org
2106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
2107
2108 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
2109 M:      Dinh Nguyen <dinguyen@kernel.org>
2110 S:      Maintained
2111 F:      drivers/clk/socfpga/
2112
2113 ARM/SOCFPGA EDAC SUPPORT
2114 M:      Thor Thayer <thor.thayer@linux.intel.com>
2115 S:      Maintained
2116 F:      drivers/edac/altera_edac.
2117
2118 ARM/SPREADTRUM SoC SUPPORT
2119 M:      Orson Zhai <orsonzhai@gmail.com>
2120 M:      Baolin Wang <baolin.wang@linaro.org>
2121 M:      Chunyan Zhang <zhang.lyra@gmail.com>
2122 S:      Maintained
2123 F:      arch/arm64/boot/dts/sprd
2124 N:      sprd
2125
2126 ARM/STI ARCHITECTURE
2127 M:      Patrice Chotard <patrice.chotard@st.com>
2128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2129 W:      http://www.stlinux.com
2130 S:      Maintained
2131 F:      arch/arm/mach-sti/
2132 F:      arch/arm/boot/dts/sti*
2133 F:      drivers/char/hw_random/st-rng.c
2134 F:      drivers/clocksource/arm_global_timer.c
2135 F:      drivers/clocksource/clksrc_st_lpc.c
2136 F:      drivers/cpufreq/sti-cpufreq.c
2137 F:      drivers/dma/st_fdma*
2138 F:      drivers/i2c/busses/i2c-st.c
2139 F:      drivers/media/rc/st_rc.c
2140 F:      drivers/media/platform/sti/c8sectpfe/
2141 F:      drivers/mmc/host/sdhci-st.c
2142 F:      drivers/phy/st/phy-miphy28lp.c
2143 F:      drivers/phy/st/phy-stih407-usb.c
2144 F:      drivers/pinctrl/pinctrl-st.c
2145 F:      drivers/remoteproc/st_remoteproc.c
2146 F:      drivers/remoteproc/st_slim_rproc.c
2147 F:      drivers/reset/sti/
2148 F:      drivers/rtc/rtc-st-lpc.c
2149 F:      drivers/tty/serial/st-asc.c
2150 F:      drivers/usb/dwc3/dwc3-st.c
2151 F:      drivers/usb/host/ehci-st.c
2152 F:      drivers/usb/host/ohci-st.c
2153 F:      drivers/watchdog/st_lpc_wdt.c
2154 F:      drivers/ata/ahci_st.c
2155 F:      include/linux/remoteproc/st_slim_rproc.h
2156
2157 ARM/STM32 ARCHITECTURE
2158 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
2159 M:      Alexandre Torgue <alexandre.torgue@st.com>
2160 L:      linux-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
2161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2162 S:      Maintained
2163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git stm32-next
2164 N:      stm32
2165 N:      stm
2166 F:      arch/arm/boot/dts/stm32*
2167 F:      arch/arm/mach-stm32/
2168 F:      drivers/clocksource/armv7m_systick.c
2169
2170 ARM/Synaptics SoC support
2171 M:      Jisheng Zhang <Jisheng.Zhang@synaptics.com>
2172 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
2173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2174 S:      Maintained
2175 F:      arch/arm/mach-berlin/
2176 F:      arch/arm/boot/dts/berlin*
2177 F:      arch/arm64/boot/dts/synaptics/
2178
2179 ARM/TANGO ARCHITECTURE
2180 M:      Marc Gonzalez <marc.w.gonzalez@free.fr>
2181 M:      Mans Rullgard <mans@mansr.com>
2182 L:      linux-arm-kernel@lists.infradead.org
2183 S:      Odd Fixes
2184 N:      tango
2185
2186 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
2187 M:      Lennert Buytenhek <kernel@wantstofly.org>
2188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2189 S:      Maintained
2190
2191 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
2192 M:      Hans Verkuil <hans.verkuil@cisco.com>
2193 L:      linux-tegra@vger.kernel.org
2194 L:      linux-media@vger.kernel.org
2195 S:      Maintained
2196 F:      drivers/media/platform/tegra-cec/
2197 F:      Documentation/devicetree/bindings/media/tegra-cec.txt
2198
2199 ARM/TETON BGA MACHINE SUPPORT
2200 M:      "Mark F. Brown" <mark.brown314@gmail.com>
2201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2202 S:      Maintained
2203
2204 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
2205 M:      Santosh Shilimkar <ssantosh@kernel.org>
2206 L:      linux-kernel@vger.kernel.org
2207 S:      Maintained
2208 F:      drivers/memory/*emif*
2209
2210 ARM/TEXAS INSTRUMENTS K3 ARCHITECTURE
2211 M:      Tero Kristo <t-kristo@ti.com>
2212 M:      Nishanth Menon <nm@ti.com>
2213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2214 S:      Supported
2215 F:      Documentation/devicetree/bindings/arm/ti/k3.txt
2216 F:      arch/arm64/boot/dts/ti/Makefile
2217 F:      arch/arm64/boot/dts/ti/k3-*
2218
2219 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2220 M:      Santosh Shilimkar <ssantosh@kernel.org>
2221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2222 S:      Maintained
2223 F:      arch/arm/mach-keystone/
2224 F:      arch/arm/boot/dts/keystone-*
2225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2226
2227 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2228 M:      Santosh Shilimkar <ssantosh@kernel.org>
2229 L:      linux-kernel@vger.kernel.org
2230 S:      Maintained
2231 F:      drivers/clk/keystone/
2232
2233 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2234 M:      Santosh Shilimkar <ssantosh@kernel.org>
2235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2236 L:      linux-kernel@vger.kernel.org
2237 S:      Maintained
2238 F:      drivers/clocksource/timer-keystone.c
2239
2240 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2241 M:      Santosh Shilimkar <ssantosh@kernel.org>
2242 L:      linux-kernel@vger.kernel.org
2243 S:      Maintained
2244 F:      drivers/power/reset/keystone-reset.c
2245
2246 ARM/THECUS N2100 MACHINE SUPPORT
2247 M:      Lennert Buytenhek <kernel@wantstofly.org>
2248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2249 S:      Maintained
2250
2251 ARM/TOSA MACHINE SUPPORT
2252 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2253 M:      Dirk Opfer <dirk@opfer-online.de>
2254 S:      Maintained
2255
2256 ARM/UNIPHIER ARCHITECTURE
2257 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
2258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2260 S:      Maintained
2261 F:      Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2262 F:      Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
2263 F:      arch/arm/boot/dts/uniphier*
2264 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2265 F:      arch/arm/mach-uniphier/
2266 F:      arch/arm/mm/cache-uniphier.c
2267 F:      arch/arm64/boot/dts/socionext/uniphier*
2268 F:      drivers/bus/uniphier-system-bus.c
2269 F:      drivers/clk/uniphier/
2270 F:      drivers/gpio/gpio-uniphier.c
2271 F:      drivers/i2c/busses/i2c-uniphier*
2272 F:      drivers/irqchip/irq-uniphier-aidet.c
2273 F:      drivers/mmc/host/uniphier-sd.c
2274 F:      drivers/pinctrl/uniphier/
2275 F:      drivers/reset/reset-uniphier.c
2276 F:      drivers/tty/serial/8250/8250_uniphier.c
2277 N:      uniphier
2278
2279 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2280 M:      Ulf Hansson <ulf.hansson@linaro.org>
2281 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2282 T:      git git://git.linaro.org/people/ulfh/clk.git
2283 S:      Maintained
2284 F:      drivers/clk/ux500/
2285
2286 ARM/VERSATILE EXPRESS PLATFORM
2287 M:      Liviu Dudau <liviu.dudau@arm.com>
2288 M:      Sudeep Holla <sudeep.holla@arm.com>
2289 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2291 S:      Maintained
2292 F:      arch/arm/boot/dts/vexpress*
2293 F:      arch/arm64/boot/dts/arm/
2294 F:      arch/arm/mach-vexpress/
2295 F:      */*/vexpress*
2296 F:      */*/*/vexpress*
2297 F:      drivers/clk/versatile/clk-vexpress-osc.c
2298 F:      drivers/clocksource/timer-versatile.c
2299 N:      mps2
2300
2301 ARM/VFP SUPPORT
2302 M:      Russell King <linux@armlinux.org.uk>
2303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2304 W:      http://www.armlinux.org.uk/
2305 S:      Maintained
2306 F:      arch/arm/vfp/
2307
2308 ARM/VOIPAC PXA270 SUPPORT
2309 M:      Marek Vasut <marek.vasut@gmail.com>
2310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2311 S:      Maintained
2312 F:      arch/arm/mach-pxa/vpac270.c
2313 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2314
2315 ARM/VT8500 ARM ARCHITECTURE
2316 M:      Tony Prisk <linux@prisktech.co.nz>
2317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2318 S:      Maintained
2319 F:      arch/arm/mach-vt8500/
2320 F:      drivers/clocksource/timer-vt8500.c
2321 F:      drivers/i2c/busses/i2c-wmt.c
2322 F:      drivers/mmc/host/wmt-sdmmc.c
2323 F:      drivers/pwm/pwm-vt8500.c
2324 F:      drivers/rtc/rtc-vt8500.c
2325 F:      drivers/tty/serial/vt8500_serial.c
2326 F:      drivers/usb/host/ehci-platform.c
2327 F:      drivers/usb/host/uhci-platform.c
2328 F:      drivers/video/fbdev/vt8500lcdfb.*
2329 F:      drivers/video/fbdev/wm8505fb*
2330 F:      drivers/video/fbdev/wmt_ge_rops.*
2331
2332 ARM/ZIPIT Z2 SUPPORT
2333 M:      Marek Vasut <marek.vasut@gmail.com>
2334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2335 S:      Maintained
2336 F:      arch/arm/mach-pxa/z2.c
2337 F:      arch/arm/mach-pxa/include/mach/z2.h
2338
2339 ARM/ZTE ARCHITECTURE
2340 M:      Jun Nie <jun.nie@linaro.org>
2341 M:      Shawn Guo <shawnguo@kernel.org>
2342 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2343 S:      Maintained
2344 F:      arch/arm/boot/dts/zx2967*
2345 F:      arch/arm/mach-zx/
2346 F:      arch/arm64/boot/dts/zte/
2347 F:      drivers/clk/zte/
2348 F:      drivers/dma/zx_dma.c
2349 F:      drivers/gpio/gpio-zx.c
2350 F:      drivers/i2c/busses/i2c-zx2967.c
2351 F:      drivers/mmc/host/dw_mmc-zx.*
2352 F:      drivers/pinctrl/zte/
2353 F:      drivers/soc/zte/
2354 F:      drivers/thermal/zx2967_thermal.c
2355 F:      drivers/watchdog/zx2967_wdt.c
2356 F:      Documentation/devicetree/bindings/arm/zte.yaml
2357 F:      Documentation/devicetree/bindings/clock/zx2967*.txt
2358 F:      Documentation/devicetree/bindings/dma/zxdma.txt
2359 F:      Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2360 F:      Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2361 F:      Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2362 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2363 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2364 F:      Documentation/devicetree/bindings/soc/zte/
2365 F:      Documentation/devicetree/bindings/sound/zte,*.txt
2366 F:      Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2367 F:      Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2368 F:      include/dt-bindings/clock/zx2967*.h
2369 F:      include/dt-bindings/soc/zte,*.h
2370 F:      sound/soc/codecs/zx_aud96p22.c
2371 F:      sound/soc/zte/
2372
2373 ARM/ZYNQ ARCHITECTURE
2374 M:      Michal Simek <michal.simek@xilinx.com>
2375 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2376 W:      http://wiki.xilinx.com
2377 T:      git https://github.com/Xilinx/linux-xlnx.git
2378 S:      Supported
2379 F:      arch/arm/mach-zynq/
2380 F:      drivers/cpuidle/cpuidle-zynq.c
2381 F:      drivers/block/xsysace.c
2382 N:      zynq
2383 N:      xilinx
2384 F:      drivers/clocksource/timer-cadence-ttc.c
2385 F:      drivers/i2c/busses/i2c-cadence.c
2386 F:      drivers/mmc/host/sdhci-of-arasan.c
2387 F:      drivers/edac/synopsys_edac.c
2388 F:      drivers/i2c/busses/i2c-xiic.c
2389
2390 ARM64 PORT (AARCH64 ARCHITECTURE)
2391 M:      Catalin Marinas <catalin.marinas@arm.com>
2392 M:      Will Deacon <will.deacon@arm.com>
2393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2395 S:      Maintained
2396 F:      arch/arm64/
2397 X:      arch/arm64/boot/dts/
2398 F:      Documentation/arm64/
2399
2400 AS3645A LED FLASH CONTROLLER DRIVER
2401 M:      Sakari Ailus <sakari.ailus@iki.fi>
2402 L:      linux-leds@vger.kernel.org
2403 S:      Maintained
2404 F:      drivers/leds/leds-as3645a.c
2405
2406 ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
2407 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
2408 L:      linux-media@vger.kernel.org
2409 T:      git git://linuxtv.org/media_tree.git
2410 S:      Maintained
2411 F:      drivers/media/i2c/ak7375.c
2412 F:      Documentation/devicetree/bindings/media/i2c/ak7375.txt
2413
2414 ASAHI KASEI AK8974 DRIVER
2415 M:      Linus Walleij <linus.walleij@linaro.org>
2416 L:      linux-iio@vger.kernel.org
2417 W:      http://www.akm.com/
2418 S:      Supported
2419 F:      drivers/iio/magnetometer/ak8974.c
2420
2421 ASC7621 HARDWARE MONITOR DRIVER
2422 M:      George Joseph <george.joseph@fairview5.com>
2423 L:      linux-hwmon@vger.kernel.org
2424 S:      Maintained
2425 F:      Documentation/hwmon/asc7621
2426 F:      drivers/hwmon/asc7621.c
2427
2428 ASPEED VIDEO ENGINE DRIVER
2429 M:      Eddie James <eajames@linux.ibm.com>
2430 L:      linux-media@vger.kernel.org
2431 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
2432 S:      Maintained
2433 F:      drivers/media/platform/aspeed-video.c
2434 F:      Documentation/devicetree/bindings/media/aspeed-video.txt
2435
2436 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2437 M:      Corentin Chary <corentin.chary@gmail.com>
2438 L:      acpi4asus-user@lists.sourceforge.net
2439 L:      platform-driver-x86@vger.kernel.org
2440 W:      http://acpi4asus.sf.net
2441 S:      Maintained
2442 F:      drivers/platform/x86/asus*.c
2443 F:      drivers/platform/x86/eeepc*.c
2444
2445 ASUS WIRELESS RADIO CONTROL DRIVER
2446 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2447 L:      platform-driver-x86@vger.kernel.org
2448 S:      Maintained
2449 F:      drivers/platform/x86/asus-wireless.c
2450
2451 ASYMMETRIC KEYS
2452 M:      David Howells <dhowells@redhat.com>
2453 L:      keyrings@vger.kernel.org
2454 S:      Maintained
2455 F:      Documentation/crypto/asymmetric-keys.txt
2456 F:      include/linux/verification.h
2457 F:      include/crypto/public_key.h
2458 F:      include/crypto/pkcs7.h
2459 F:      crypto/asymmetric_keys/
2460
2461 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2462 R:      Dan Williams <dan.j.williams@intel.com>
2463 W:      http://sourceforge.net/projects/xscaleiop
2464 S:      Odd fixes
2465 F:      Documentation/crypto/async-tx-api.txt
2466 F:      crypto/async_tx/
2467 F:      drivers/dma/
2468 F:      include/linux/dmaengine.h
2469 F:      include/linux/async_tx.h
2470
2471 AT24 EEPROM DRIVER
2472 M:      Bartosz Golaszewski <brgl@bgdev.pl>
2473 L:      linux-i2c@vger.kernel.org
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git
2475 S:      Maintained
2476 F:      Documentation/devicetree/bindings/eeprom/at24.txt
2477 F:      drivers/misc/eeprom/at24.c
2478 F:      include/linux/platform_data/at24.h
2479
2480 ATA OVER ETHERNET (AOE) DRIVER
2481 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2482 W:      http://www.openaoe.org/
2483 S:      Supported
2484 F:      Documentation/aoe/
2485 F:      drivers/block/aoe/
2486
2487 ATHEROS 71XX/9XXX GPIO DRIVER
2488 M:      Alban Bedel <albeu@free.fr>
2489 W:      https://github.com/AlbanBedel/linux
2490 T:      git git://github.com/AlbanBedel/linux
2491 S:      Maintained
2492 F:      drivers/gpio/gpio-ath79.c
2493 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2494
2495 ATHEROS 71XX/9XXX USB PHY DRIVER
2496 M:      Alban Bedel <albeu@free.fr>
2497 W:      https://github.com/AlbanBedel/linux
2498 T:      git git://github.com/AlbanBedel/linux
2499 S:      Maintained
2500 F:      drivers/phy/qualcomm/phy-ath79-usb.c
2501 F:      Documentation/devicetree/bindings/phy/phy-ath79-usb.txt
2502
2503 ATHEROS ATH GENERIC UTILITIES
2504 M:      Kalle Valo <kvalo@codeaurora.org>
2505 L:      linux-wireless@vger.kernel.org
2506 S:      Supported
2507 F:      drivers/net/wireless/ath/*
2508
2509 ATHEROS ATH5K WIRELESS DRIVER
2510 M:      Jiri Slaby <jirislaby@gmail.com>
2511 M:      Nick Kossifidis <mickflemm@gmail.com>
2512 M:      Luis Chamberlain <mcgrof@kernel.org>
2513 L:      linux-wireless@vger.kernel.org
2514 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2515 S:      Maintained
2516 F:      drivers/net/wireless/ath/ath5k/
2517
2518 ATHEROS ATH6KL WIRELESS DRIVER
2519 M:      Kalle Valo <kvalo@codeaurora.org>
2520 L:      linux-wireless@vger.kernel.org
2521 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2523 S:      Supported
2524 F:      drivers/net/wireless/ath/ath6kl/
2525
2526 ATI_REMOTE2 DRIVER
2527 M:      Ville Syrjala <syrjala@sci.fi>
2528 S:      Maintained
2529 F:      drivers/input/misc/ati_remote2.c
2530
2531 ATK0110 HWMON DRIVER
2532 M:      Luca Tettamanti <kronos.it@gmail.com>
2533 L:      linux-hwmon@vger.kernel.org
2534 S:      Maintained
2535 F:      drivers/hwmon/asus_atk0110.c
2536
2537 ATLX ETHERNET DRIVERS
2538 M:      Jay Cliburn <jcliburn@gmail.com>
2539 M:      Chris Snook <chris.snook@gmail.com>
2540 L:      netdev@vger.kernel.org
2541 W:      http://sourceforge.net/projects/atl1
2542 W:      http://atl1.sourceforge.net
2543 S:      Maintained
2544 F:      drivers/net/ethernet/atheros/
2545
2546 ATM
2547 M:      Chas Williams <3chas3@gmail.com>
2548 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2549 L:      netdev@vger.kernel.org
2550 W:      http://linux-atm.sourceforge.net
2551 S:      Maintained
2552 F:      drivers/atm/
2553 F:      include/linux/atm*
2554 F:      include/uapi/linux/atm*
2555
2556 ATMEL MACB ETHERNET DRIVER
2557 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2558 S:      Supported
2559 F:      drivers/net/ethernet/cadence/
2560
2561 ATMEL MAXTOUCH DRIVER
2562 M:      Nick Dyer <nick@shmanahar.org>
2563 T:      git git://github.com/ndyer/linux.git
2564 S:      Maintained
2565 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2566 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2567
2568 ATMEL WIRELESS DRIVER
2569 M:      Simon Kelley <simon@thekelleys.org.uk>
2570 L:      linux-wireless@vger.kernel.org
2571 W:      http://www.thekelleys.org.uk/atmel
2572 W:      http://atmelwlandriver.sourceforge.net/
2573 S:      Maintained
2574 F:      drivers/net/wireless/atmel/atmel*
2575
2576 ATOMIC INFRASTRUCTURE
2577 M:      Will Deacon <will.deacon@arm.com>
2578 M:      Peter Zijlstra <peterz@infradead.org>
2579 R:      Boqun Feng <boqun.feng@gmail.com>
2580 L:      linux-kernel@vger.kernel.org
2581 S:      Maintained
2582 F:      arch/*/include/asm/atomic*.h
2583 F:      include/*/atomic*.h
2584
2585 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2586 M:      Bradley Grove <linuxdrivers@attotech.com>
2587 L:      linux-scsi@vger.kernel.org
2588 W:      http://www.attotech.com
2589 S:      Supported
2590 F:      drivers/scsi/esas2r
2591
2592 ATUSB IEEE 802.15.4 RADIO DRIVER
2593 M:      Stefan Schmidt <stefan@datenfreihafen.org>
2594 L:      linux-wpan@vger.kernel.org
2595 S:      Maintained
2596 F:      drivers/net/ieee802154/atusb.c
2597 F:      drivers/net/ieee802154/atusb.h
2598 F:      drivers/net/ieee802154/at86rf230.h
2599
2600 AUDIT SUBSYSTEM
2601 M:      Paul Moore <paul@paul-moore.com>
2602 M:      Eric Paris <eparis@redhat.com>
2603 L:      linux-audit@redhat.com (moderated for non-subscribers)
2604 W:      https://github.com/linux-audit
2605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2606 S:      Supported
2607 F:      include/linux/audit.h
2608 F:      include/uapi/linux/audit.h
2609 F:      kernel/audit*
2610
2611 AUXILIARY DISPLAY DRIVERS
2612 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2613 S:      Maintained
2614 F:      drivers/auxdisplay/
2615 F:      include/linux/cfag12864b.h
2616
2617 AVIA HX711 ANALOG DIGITAL CONVERTER IIO DRIVER
2618 M:      Andreas Klinger <ak@it-klinger.de>
2619 L:      linux-iio@vger.kernel.org
2620 S:      Maintained
2621 F:      Documentation/devicetree/bindings/iio/adc/avia-hx711.txt
2622 F:      drivers/iio/adc/hx711.c
2623
2624 AX.25 NETWORK LAYER
2625 M:      Ralf Baechle <ralf@linux-mips.org>
2626 L:      linux-hams@vger.kernel.org
2627 W:      http://www.linux-ax25.org/
2628 S:      Maintained
2629 F:      include/uapi/linux/ax25.h
2630 F:      include/net/ax25.h
2631 F:      net/ax25/
2632
2633 AXENTIA ARM DEVICES
2634 M:      Peter Rosin <peda@axentia.se>
2635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2636 S:      Maintained
2637 F:      Documentation/devicetree/bindings/arm/axentia.txt
2638 F:      arch/arm/boot/dts/at91-linea.dtsi
2639 F:      arch/arm/boot/dts/at91-natte.dtsi
2640 F:      arch/arm/boot/dts/at91-nattis-2-natte-2.dts
2641 F:      arch/arm/boot/dts/at91-tse850-3.dts
2642
2643 AXENTIA ASOC DRIVERS
2644 M:      Peter Rosin <peda@axentia.se>
2645 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2646 S:      Maintained
2647 F:      Documentation/devicetree/bindings/sound/axentia,*
2648 F:      sound/soc/atmel/tse850-pcm5142.c
2649
2650 AXXIA I2C CONTROLLER
2651 M:      Krzysztof Adamski <krzysztof.adamski@nokia.com>
2652 L:      linux-i2c@vger.kernel.org
2653 S:      Maintained
2654 F:      Documentation/devicetree/bindings/i2c/i2c-axxia.txt
2655 F:      drivers/i2c/busses/i2c-axxia.c
2656
2657 AZ6007 DVB DRIVER
2658 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2659 L:      linux-media@vger.kernel.org
2660 W:      https://linuxtv.org
2661 T:      git git://linuxtv.org/media_tree.git
2662 S:      Maintained
2663 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2664
2665 AZTECH FM RADIO RECEIVER DRIVER
2666 M:      Hans Verkuil <hverkuil@xs4all.nl>
2667 L:      linux-media@vger.kernel.org
2668 T:      git git://linuxtv.org/media_tree.git
2669 W:      https://linuxtv.org
2670 S:      Maintained
2671 F:      drivers/media/radio/radio-aztech*
2672
2673 B43 WIRELESS DRIVER
2674 L:      linux-wireless@vger.kernel.org
2675 L:      b43-dev@lists.infradead.org
2676 W:      http://wireless.kernel.org/en/users/Drivers/b43
2677 S:      Odd Fixes
2678 F:      drivers/net/wireless/broadcom/b43/
2679
2680 B43LEGACY WIRELESS DRIVER
2681 M:      Larry Finger <Larry.Finger@lwfinger.net>
2682 L:      linux-wireless@vger.kernel.org
2683 L:      b43-dev@lists.infradead.org
2684 W:      http://wireless.kernel.org/en/users/Drivers/b43
2685 S:      Maintained
2686 F:      drivers/net/wireless/broadcom/b43legacy/
2687
2688 BACKLIGHT CLASS/SUBSYSTEM
2689 M:      Lee Jones <lee.jones@linaro.org>
2690 M:      Daniel Thompson <daniel.thompson@linaro.org>
2691 M:      Jingoo Han <jingoohan1@gmail.com>
2692 L:      dri-devel@lists.freedesktop.org
2693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2694 S:      Maintained
2695 F:      drivers/video/backlight/
2696 F:      include/linux/backlight.h
2697 F:      include/linux/pwm_backlight.h
2698 F:      Documentation/devicetree/bindings/leds/backlight
2699
2700 BATMAN ADVANCED
2701 M:      Marek Lindner <mareklindner@neomailbox.ch>
2702 M:      Simon Wunderlich <sw@simonwunderlich.de>
2703 M:      Antonio Quartulli <a@unstable.cc>
2704 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2705 W:      https://www.open-mesh.org/
2706 Q:      https://patchwork.open-mesh.org/project/batman/list/
2707 S:      Maintained
2708 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2709 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2710 F:      Documentation/networking/batman-adv.rst
2711 F:      include/uapi/linux/batadv_packet.h
2712 F:      include/uapi/linux/batman_adv.h
2713 F:      net/batman-adv/
2714
2715 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2716 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2717 L:      linux-hams@vger.kernel.org
2718 W:      http://www.baycom.org/~tom/ham/ham.html
2719 S:      Maintained
2720 F:      drivers/net/hamradio/baycom*
2721
2722 BCACHE (BLOCK LAYER CACHE)
2723 M:      Coly Li <colyli@suse.de>
2724 M:      Kent Overstreet <kent.overstreet@gmail.com>
2725 L:      linux-bcache@vger.kernel.org
2726 W:      http://bcache.evilpiepirate.org
2727 C:      irc://irc.oftc.net/bcache
2728 S:      Maintained
2729 F:      drivers/md/bcache/
2730
2731 BDISP ST MEDIA DRIVER
2732 M:      Fabien Dessenne <fabien.dessenne@st.com>
2733 L:      linux-media@vger.kernel.org
2734 T:      git git://linuxtv.org/media_tree.git
2735 W:      https://linuxtv.org
2736 S:      Supported
2737 F:      drivers/media/platform/sti/bdisp
2738
2739 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2740 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2741 L:      netdev@vger.kernel.org
2742 S:      Maintained
2743 F:      drivers/net/ethernet/ec_bhf.c
2744
2745 BEFS FILE SYSTEM
2746 M:      Luis de Bethencourt <luisbg@kernel.org>
2747 M:      Salah Triki <salah.triki@gmail.com>
2748 S:      Maintained
2749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2750 F:      Documentation/filesystems/befs.txt
2751 F:      fs/befs/
2752
2753 BFQ I/O SCHEDULER
2754 M:      Paolo Valente <paolo.valente@linaro.org>
2755 M:      Jens Axboe <axboe@kernel.dk>
2756 L:      linux-block@vger.kernel.org
2757 S:      Maintained
2758 F:      block/bfq-*
2759 F:      Documentation/block/bfq-iosched.txt
2760
2761 BFS FILE SYSTEM
2762 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2763 S:      Maintained
2764 F:      Documentation/filesystems/bfs.txt
2765 F:      fs/bfs/
2766 F:      include/uapi/linux/bfs_fs.h
2767
2768 BLINKM RGB LED DRIVER
2769 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2770 S:      Maintained
2771 F:      drivers/leds/leds-blinkm.c
2772
2773 BLOCK LAYER
2774 M:      Jens Axboe <axboe@kernel.dk>
2775 L:      linux-block@vger.kernel.org
2776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2777 S:      Maintained
2778 F:      block/
2779 F:      drivers/block/
2780 F:      kernel/trace/blktrace.c
2781 F:      lib/sbitmap.c
2782
2783 BLOCK2MTD DRIVER
2784 M:      Joern Engel <joern@lazybastard.org>
2785 L:      linux-mtd@lists.infradead.org
2786 S:      Maintained
2787 F:      drivers/mtd/devices/block2mtd.c
2788
2789 BLUETOOTH DRIVERS
2790 M:      Marcel Holtmann <marcel@holtmann.org>
2791 M:      Johan Hedberg <johan.hedberg@gmail.com>
2792 L:      linux-bluetooth@vger.kernel.org
2793 W:      http://www.bluez.org/
2794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2796 S:      Maintained
2797 F:      drivers/bluetooth/
2798
2799 BLUETOOTH SUBSYSTEM
2800 M:      Marcel Holtmann <marcel@holtmann.org>
2801 M:      Johan Hedberg <johan.hedberg@gmail.com>
2802 L:      linux-bluetooth@vger.kernel.org
2803 W:      http://www.bluez.org/
2804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2806 S:      Maintained
2807 F:      net/bluetooth/
2808 F:      include/net/bluetooth/
2809
2810 BONDING DRIVER
2811 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2812 M:      Veaceslav Falico <vfalico@gmail.com>
2813 M:      Andy Gospodarek <andy@greyhouse.net>
2814 L:      netdev@vger.kernel.org
2815 W:      http://sourceforge.net/projects/bonding/
2816 S:      Supported
2817 F:      drivers/net/bonding/
2818 F:      include/uapi/linux/if_bonding.h
2819
2820 BPF (Safe dynamic programs and tools)
2821 M:      Alexei Starovoitov <ast@kernel.org>
2822 M:      Daniel Borkmann <daniel@iogearbox.net>
2823 L:      netdev@vger.kernel.org
2824 L:      linux-kernel@vger.kernel.org
2825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
2826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
2827 Q:      https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
2828 S:      Supported
2829 F:      arch/*/net/*
2830 F:      Documentation/networking/filter.txt
2831 F:      Documentation/bpf/
2832 F:      include/linux/bpf*
2833 F:      include/linux/filter.h
2834 F:      include/trace/events/xdp.h
2835 F:      include/uapi/linux/bpf*
2836 F:      include/uapi/linux/filter.h
2837 F:      kernel/bpf/
2838 F:      kernel/trace/bpf_trace.c
2839 F:      lib/test_bpf.c
2840 F:      net/bpf/
2841 F:      net/core/filter.c
2842 F:      net/sched/act_bpf.c
2843 F:      net/sched/cls_bpf.c
2844 F:      samples/bpf/
2845 F:      tools/bpf/
2846 F:      tools/lib/bpf/
2847 F:      tools/testing/selftests/bpf/
2848
2849 BPF JIT for ARM
2850 M:      Shubham Bansal <illusionist.neo@gmail.com>
2851 L:      netdev@vger.kernel.org
2852 S:      Maintained
2853 F:      arch/arm/net/
2854
2855 BPF JIT for ARM64
2856 M:      Daniel Borkmann <daniel@iogearbox.net>
2857 M:      Alexei Starovoitov <ast@kernel.org>
2858 M:      Zi Shen Lim <zlim.lnx@gmail.com>
2859 L:      netdev@vger.kernel.org
2860 S:      Supported
2861 F:      arch/arm64/net/
2862
2863 BPF JIT for MIPS (32-BIT AND 64-BIT)
2864 M:      Paul Burton <paul.burton@mips.com>
2865 L:      netdev@vger.kernel.org
2866 S:      Maintained
2867 F:      arch/mips/net/
2868
2869 BPF JIT for NFP NICs
2870 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
2871 L:      netdev@vger.kernel.org
2872 S:      Supported
2873 F:      drivers/net/ethernet/netronome/nfp/bpf/
2874
2875 BPF JIT for POWERPC (32-BIT AND 64-BIT)
2876 M:      Naveen N. Rao <naveen.n.rao@linux.ibm.com>
2877 M:      Sandipan Das <sandipan@linux.ibm.com>
2878 L:      netdev@vger.kernel.org
2879 S:      Maintained
2880 F:      arch/powerpc/net/
2881
2882 BPF JIT for S390
2883 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
2884 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
2885 L:      netdev@vger.kernel.org
2886 S:      Maintained
2887 F:      arch/s390/net/
2888 X:      arch/s390/net/pnet.c
2889
2890 BPF JIT for SPARC (32-BIT AND 64-BIT)
2891 M:      David S. Miller <davem@davemloft.net>
2892 L:      netdev@vger.kernel.org
2893 S:      Maintained
2894 F:      arch/sparc/net/
2895
2896 BPF JIT for X86 32-BIT
2897 M:      Wang YanQing <udknight@gmail.com>
2898 L:      netdev@vger.kernel.org
2899 S:      Maintained
2900 F:      arch/x86/net/bpf_jit_comp32.c
2901
2902 BPF JIT for X86 64-BIT
2903 M:      Alexei Starovoitov <ast@kernel.org>
2904 M:      Daniel Borkmann <daniel@iogearbox.net>
2905 L:      netdev@vger.kernel.org
2906 S:      Supported
2907 F:      arch/x86/net/
2908 X:      arch/x86/net/bpf_jit_comp32.c
2909
2910 BROADCOM B44 10/100 ETHERNET DRIVER
2911 M:      Michael Chan <michael.chan@broadcom.com>
2912 L:      netdev@vger.kernel.org
2913 S:      Supported
2914 F:      drivers/net/ethernet/broadcom/b44.*
2915
2916 BROADCOM B53 ETHERNET SWITCH DRIVER
2917 M:      Florian Fainelli <f.fainelli@gmail.com>
2918 L:      netdev@vger.kernel.org
2919 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2920 S:      Supported
2921 F:      drivers/net/dsa/b53/*
2922 F:      include/linux/platform_data/b53.h
2923
2924 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2925 M:      Florian Fainelli <f.fainelli@gmail.com>
2926 M:      Ray Jui <rjui@broadcom.com>
2927 M:      Scott Branden <sbranden@broadcom.com>
2928 M:      bcm-kernel-feedback-list@broadcom.com
2929 T:      git git://github.com/broadcom/mach-bcm
2930 S:      Maintained
2931 N:      bcm281*
2932 N:      bcm113*
2933 N:      bcm216*
2934 N:      kona
2935 F:      arch/arm/mach-bcm/
2936
2937 BROADCOM BCM2835 ARM ARCHITECTURE
2938 M:      Eric Anholt <eric@anholt.net>
2939 M:      Stefan Wahren <stefan.wahren@i2se.com>
2940 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2942 T:      git git://github.com/anholt/linux
2943 S:      Maintained
2944 N:      bcm2835
2945 F:      drivers/staging/vc04_services
2946
2947 BROADCOM BCM47XX MIPS ARCHITECTURE
2948 M:      Hauke Mehrtens <hauke@hauke-m.de>
2949 M:      Rafał Miłecki <zajec5@gmail.com>
2950 L:      linux-mips@vger.kernel.org
2951 S:      Maintained
2952 F:      Documentation/devicetree/bindings/mips/brcm/
2953 F:      arch/mips/bcm47xx/*
2954 F:      arch/mips/include/asm/mach-bcm47xx/*
2955
2956 BROADCOM BCM5301X ARM ARCHITECTURE
2957 M:      Hauke Mehrtens <hauke@hauke-m.de>
2958 M:      Rafał Miłecki <zajec5@gmail.com>
2959 M:      bcm-kernel-feedback-list@broadcom.com
2960 L:      linux-arm-kernel@lists.infradead.org
2961 S:      Maintained
2962 F:      arch/arm/mach-bcm/bcm_5301x.c
2963 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2964 F:      arch/arm/boot/dts/bcm470*
2965 F:      arch/arm/boot/dts/bcm953012*
2966
2967 BROADCOM BCM53573 ARM ARCHITECTURE
2968 M:      Rafał Miłecki <rafal@milecki.pl>
2969 L:      linux-arm-kernel@lists.infradead.org
2970 S:      Maintained
2971 F:      arch/arm/boot/dts/bcm53573*
2972 F:      arch/arm/boot/dts/bcm47189*
2973
2974 BROADCOM BCM63XX ARM ARCHITECTURE
2975 M:      Florian Fainelli <f.fainelli@gmail.com>
2976 M:      bcm-kernel-feedback-list@broadcom.com
2977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2978 T:      git git://github.com/broadcom/stblinux.git
2979 S:      Maintained
2980 N:      bcm63xx
2981
2982 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2983 M:      Kevin Cernekee <cernekee@gmail.com>
2984 L:      linux-usb@vger.kernel.org
2985 S:      Maintained
2986 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2987
2988 BROADCOM BCM7XXX ARM ARCHITECTURE
2989 M:      Brian Norris <computersforpeace@gmail.com>
2990 M:      Gregory Fong <gregory.0xf0@gmail.com>
2991 M:      Florian Fainelli <f.fainelli@gmail.com>
2992 M:      bcm-kernel-feedback-list@broadcom.com
2993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2994 T:      git git://github.com/broadcom/stblinux.git
2995 S:      Maintained
2996 F:      arch/arm/mach-bcm/*brcmstb*
2997 F:      arch/arm/boot/dts/bcm7*.dts*
2998 F:      drivers/bus/brcmstb_gisb.c
2999 F:      arch/arm/mm/cache-b15-rac.c
3000 F:      arch/arm/include/asm/hardware/cache-b15-rac.h
3001 N:      brcmstb
3002
3003 BROADCOM BMIPS CPUFREQ DRIVER
3004 M:      Markus Mayer <mmayer@broadcom.com>
3005 M:      bcm-kernel-feedback-list@broadcom.com
3006 L:      linux-pm@vger.kernel.org
3007 S:      Maintained
3008 F:      drivers/cpufreq/bmips-cpufreq.c
3009
3010 BROADCOM BMIPS MIPS ARCHITECTURE
3011 M:      Kevin Cernekee <cernekee@gmail.com>
3012 M:      Florian Fainelli <f.fainelli@gmail.com>
3013 L:      linux-mips@vger.kernel.org
3014 T:      git git://github.com/broadcom/stblinux.git
3015 S:      Maintained
3016 F:      arch/mips/bmips/*
3017 F:      arch/mips/include/asm/mach-bmips/*
3018 F:      arch/mips/kernel/*bmips*
3019 F:      arch/mips/boot/dts/brcm/bcm*.dts*
3020 F:      drivers/irqchip/irq-bcm63*
3021 F:      drivers/irqchip/irq-bcm7*
3022 F:      drivers/irqchip/irq-brcmstb*
3023 F:      include/linux/bcm963xx_nvram.h
3024 F:      include/linux/bcm963xx_tag.h
3025
3026 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
3027 M:      Rasesh Mody <rasesh.mody@cavium.com>
3028 M:      Dept-GELinuxNICDev@cavium.com
3029 L:      netdev@vger.kernel.org
3030 S:      Supported
3031 F:      drivers/net/ethernet/broadcom/bnx2.*
3032 F:      drivers/net/ethernet/broadcom/bnx2_*
3033
3034 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
3035 M:      QLogic-Storage-Upstream@qlogic.com
3036 L:      linux-scsi@vger.kernel.org
3037 S:      Supported
3038 F:      drivers/scsi/bnx2fc/
3039
3040 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
3041 M:      QLogic-Storage-Upstream@qlogic.com
3042 L:      linux-scsi@vger.kernel.org
3043 S:      Supported
3044 F:      drivers/scsi/bnx2i/
3045
3046 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
3047 M:      Ariel Elior <ariel.elior@cavium.com>
3048 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3049 M:      everest-linux-l2@cavium.com
3050 L:      netdev@vger.kernel.org
3051 S:      Supported
3052 F:      drivers/net/ethernet/broadcom/bnx2x/
3053
3054 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
3055 M:      Michael Chan <michael.chan@broadcom.com>
3056 L:      netdev@vger.kernel.org
3057 S:      Supported
3058 F:      drivers/net/ethernet/broadcom/bnxt/
3059
3060 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
3061 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
3062 M:      Franky Lin <franky.lin@broadcom.com>
3063 M:      Hante Meuleman <hante.meuleman@broadcom.com>
3064 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
3065 M:      Wright Feng <wright.feng@cypress.com>
3066 L:      linux-wireless@vger.kernel.org
3067 L:      brcm80211-dev-list.pdl@broadcom.com
3068 L:      brcm80211-dev-list@cypress.com
3069 S:      Supported
3070 F:      drivers/net/wireless/broadcom/brcm80211/
3071
3072 BROADCOM BRCMSTB GPIO DRIVER
3073 M:      Gregory Fong <gregory.0xf0@gmail.com>
3074 L:      bcm-kernel-feedback-list@broadcom.com
3075 S:      Supported
3076 F:      drivers/gpio/gpio-brcmstb.c
3077 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
3078
3079 BROADCOM BRCMSTB I2C DRIVER
3080 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3081 L:      linux-i2c@vger.kernel.org
3082 L:      bcm-kernel-feedback-list@broadcom.com
3083 S:      Supported
3084 F:      drivers/i2c/busses/i2c-brcmstb.c
3085 F:      Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt
3086
3087 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
3088 M:      Al Cooper <alcooperx@gmail.com>
3089 L:      linux-kernel@vger.kernel.org
3090 L:      bcm-kernel-feedback-list@broadcom.com
3091 S:      Maintained
3092 F:      drivers/phy/broadcom/phy-brcm-usb*
3093
3094 BROADCOM GENET ETHERNET DRIVER
3095 M:      Doug Berger <opendmb@gmail.com>
3096 M:      Florian Fainelli <f.fainelli@gmail.com>
3097 L:      netdev@vger.kernel.org
3098 S:      Supported
3099 F:      drivers/net/ethernet/broadcom/genet/
3100
3101 BROADCOM IPROC ARM ARCHITECTURE
3102 M:      Ray Jui <rjui@broadcom.com>
3103 M:      Scott Branden <sbranden@broadcom.com>
3104 M:      bcm-kernel-feedback-list@broadcom.com
3105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3106 T:      git git://github.com/broadcom/cygnus-linux.git
3107 S:      Maintained
3108 N:      iproc
3109 N:      cygnus
3110 N:      bcm[-_]nsp
3111 N:      bcm9113*
3112 N:      bcm9583*
3113 N:      bcm9585*
3114 N:      bcm9586*
3115 N:      bcm988312
3116 N:      bcm113*
3117 N:      bcm583*
3118 N:      bcm585*
3119 N:      bcm586*
3120 N:      bcm88312
3121 N:      hr2
3122 N:      stingray
3123 F:      arch/arm64/boot/dts/broadcom/northstar2/*
3124 F:      arch/arm64/boot/dts/broadcom/stingray/*
3125 F:      drivers/clk/bcm/clk-ns*
3126 F:      drivers/clk/bcm/clk-sr*
3127 F:      drivers/pinctrl/bcm/pinctrl-ns*
3128 F:      include/dt-bindings/clock/bcm-sr*
3129
3130 BROADCOM KONA GPIO DRIVER
3131 M:      Ray Jui <rjui@broadcom.com>
3132 L:      bcm-kernel-feedback-list@broadcom.com
3133 S:      Supported
3134 F:      drivers/gpio/gpio-bcm-kona.c
3135 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
3136
3137 BROADCOM NETXTREME-E ROCE DRIVER
3138 M:      Selvin Xavier <selvin.xavier@broadcom.com>
3139 M:      Devesh Sharma <devesh.sharma@broadcom.com>
3140 M:      Somnath Kotur <somnath.kotur@broadcom.com>
3141 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
3142 L:      linux-rdma@vger.kernel.org
3143 W:      http://www.broadcom.com
3144 S:      Supported
3145 F:      drivers/infiniband/hw/bnxt_re/
3146 F:      include/uapi/rdma/bnxt_re-abi.h
3147
3148 BROADCOM NVRAM DRIVER
3149 M:      Rafał Miłecki <zajec5@gmail.com>
3150 L:      linux-mips@vger.kernel.org
3151 S:      Maintained
3152 F:      drivers/firmware/broadcom/*
3153
3154 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3155 M:      Rafał Miłecki <zajec5@gmail.com>
3156 L:      linux-wireless@vger.kernel.org
3157 S:      Maintained
3158 F:      drivers/bcma/
3159 F:      include/linux/bcma/
3160
3161 BROADCOM STB AVS CPUFREQ DRIVER
3162 M:      Markus Mayer <mmayer@broadcom.com>
3163 M:      bcm-kernel-feedback-list@broadcom.com
3164 L:      linux-pm@vger.kernel.org
3165 S:      Maintained
3166 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3167 F:      drivers/cpufreq/brcmstb*
3168
3169 BROADCOM STB AVS TMON DRIVER
3170 M:      Markus Mayer <mmayer@broadcom.com>
3171 M:      bcm-kernel-feedback-list@broadcom.com
3172 L:      linux-pm@vger.kernel.org
3173 S:      Maintained
3174 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3175 F:      drivers/thermal/broadcom/brcmstb*
3176
3177 BROADCOM STB NAND FLASH DRIVER
3178 M:      Brian Norris <computersforpeace@gmail.com>
3179 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3180 L:      linux-mtd@lists.infradead.org
3181 L:      bcm-kernel-feedback-list@broadcom.com
3182 S:      Maintained
3183 F:      drivers/mtd/nand/raw/brcmnand/
3184
3185 BROADCOM STB DPFE DRIVER
3186 M:      Markus Mayer <mmayer@broadcom.com>
3187 M:      bcm-kernel-feedback-list@broadcom.com
3188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3189 S:      Maintained
3190 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3191 F:      drivers/memory/brcmstb_dpfe.c
3192
3193 BROADCOM SPI DRIVER
3194 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3195 M:      bcm-kernel-feedback-list@broadcom.com
3196 S:      Maintained
3197 F:      Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt
3198 F:      drivers/spi/spi-bcm-qspi.*
3199 F:      drivers/spi/spi-brcmstb-qspi.c
3200 F:      drivers/spi/spi-iproc-qspi.c
3201
3202 BROADCOM SYSTEMPORT ETHERNET DRIVER
3203 M:      Florian Fainelli <f.fainelli@gmail.com>
3204 L:      netdev@vger.kernel.org
3205 S:      Supported
3206 F:      drivers/net/ethernet/broadcom/bcmsysport.*
3207
3208 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3209 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
3210 M:      Prashant Sreedharan <prashant@broadcom.com>
3211 M:      Michael Chan <mchan@broadcom.com>
3212 L:      netdev@vger.kernel.org
3213 S:      Supported
3214 F:      drivers/net/ethernet/broadcom/tg3.*
3215
3216 BROCADE BFA FC SCSI DRIVER
3217 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3218 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3219 L:      linux-scsi@vger.kernel.org
3220 S:      Supported
3221 F:      drivers/scsi/bfa/
3222
3223 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3224 M:      Rasesh Mody <rasesh.mody@cavium.com>
3225 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3226 M:      Dept-GELinuxNICDev@cavium.com
3227 L:      netdev@vger.kernel.org
3228 S:      Supported
3229 F:      drivers/net/ethernet/brocade/bna/
3230
3231 BSG (block layer generic sg v4 driver)
3232 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3233 L:      linux-scsi@vger.kernel.org
3234 S:      Supported
3235 F:      block/bsg.c
3236 F:      include/linux/bsg.h
3237 F:      include/uapi/linux/bsg.h
3238
3239 BT87X AUDIO DRIVER
3240 M:      Clemens Ladisch <clemens@ladisch.de>
3241 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3242 T:      git git://git.alsa-project.org/alsa-kernel.git
3243 S:      Maintained
3244 F:      Documentation/sound/cards/bt87x.rst
3245 F:      sound/pci/bt87x.c
3246
3247 BT8XXGPIO DRIVER
3248 M:      Michael Buesch <m@bues.ch>
3249 W:      http://bu3sch.de/btgpio.php
3250 S:      Maintained
3251 F:      drivers/gpio/gpio-bt8xx.c
3252
3253 BTRFS FILE SYSTEM
3254 M:      Chris Mason <clm@fb.com>
3255 M:      Josef Bacik <josef@toxicpanda.com>
3256 M:      David Sterba <dsterba@suse.com>
3257 L:      linux-btrfs@vger.kernel.org
3258 W:      http://btrfs.wiki.kernel.org/
3259 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3261 S:      Maintained
3262 F:      Documentation/filesystems/btrfs.txt
3263 F:      fs/btrfs/
3264 F:      include/linux/btrfs*
3265 F:      include/uapi/linux/btrfs*
3266
3267 BTTV VIDEO4LINUX DRIVER
3268 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3269 L:      linux-media@vger.kernel.org
3270 W:      https://linuxtv.org
3271 T:      git git://linuxtv.org/media_tree.git
3272 S:      Odd fixes
3273 F:      Documentation/media/v4l-drivers/bttv*
3274 F:      drivers/media/pci/bt8xx/bttv*
3275
3276 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3277 M:      Chanwoo Choi <cw00.choi@samsung.com>
3278 L:      linux-pm@vger.kernel.org
3279 L:      linux-samsung-soc@vger.kernel.org
3280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3281 S:      Maintained
3282 F:      drivers/devfreq/exynos-bus.c
3283 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3284
3285 BUSLOGIC SCSI DRIVER
3286 M:      Khalid Aziz <khalid@gonehiking.org>
3287 L:      linux-scsi@vger.kernel.org
3288 S:      Maintained
3289 F:      drivers/scsi/BusLogic.*
3290 F:      drivers/scsi/FlashPoint.*
3291
3292 C-MEDIA CMI8788 DRIVER
3293 M:      Clemens Ladisch <clemens@ladisch.de>
3294 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3295 T:      git git://git.alsa-project.org/alsa-kernel.git
3296 S:      Maintained
3297 F:      sound/pci/oxygen/
3298
3299 C-SKY ARCHITECTURE
3300 M:      Guo Ren <guoren@kernel.org>
3301 T:      git https://github.com/c-sky/csky-linux.git
3302 S:      Supported
3303 F:      arch/csky/
3304 F:      Documentation/devicetree/bindings/csky/
3305 F:      drivers/irqchip/irq-csky-*
3306 F:      Documentation/devicetree/bindings/interrupt-controller/csky,*
3307 F:      drivers/clocksource/timer-gx6605s.c
3308 F:      drivers/clocksource/timer-mp-csky.c
3309 F:      Documentation/devicetree/bindings/timer/csky,*
3310 K:      csky
3311 N:      csky
3312
3313 C6X ARCHITECTURE
3314 M:      Mark Salter <msalter@redhat.com>
3315 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3316 L:      linux-c6x-dev@linux-c6x.org
3317 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3318 S:      Maintained
3319 F:      arch/c6x/
3320
3321 CA8210 IEEE-802.15.4 RADIO DRIVER
3322 M:      Harry Morris <h.morris@cascoda.com>
3323 L:      linux-wpan@vger.kernel.org
3324 W:      https://github.com/Cascoda/ca8210-linux.git
3325 S:      Maintained
3326 F:      drivers/net/ieee802154/ca8210.c
3327 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3328
3329 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3330 M:      David Howells <dhowells@redhat.com>
3331 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3332 S:      Supported
3333 F:      Documentation/filesystems/caching/cachefiles.txt
3334 F:      fs/cachefiles/
3335
3336 CADENCE MIPI-CSI2 BRIDGES
3337 M:      Maxime Ripard <maxime.ripard@bootlin.com>
3338 L:      linux-media@vger.kernel.org
3339 S:      Maintained
3340 F:      Documentation/devicetree/bindings/media/cdns,*.txt
3341 F:      drivers/media/platform/cadence/cdns-csi2*
3342
3343 CADET FM/AM RADIO RECEIVER DRIVER
3344 M:      Hans Verkuil <hverkuil@xs4all.nl>
3345 L:      linux-media@vger.kernel.org
3346 T:      git git://linuxtv.org/media_tree.git
3347 W:      https://linuxtv.org
3348 S:      Maintained
3349 F:      drivers/media/radio/radio-cadet*
3350
3351 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3352 M:      Jonathan Corbet <corbet@lwn.net>
3353 L:      linux-media@vger.kernel.org
3354 T:      git git://linuxtv.org/media_tree.git
3355 S:      Maintained
3356 F:      Documentation/media/v4l-drivers/cafe_ccic*
3357 F:      drivers/media/platform/marvell-ccic/
3358
3359 CAIF NETWORK LAYER
3360 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3361 L:      netdev@vger.kernel.org
3362 S:      Supported
3363 F:      Documentation/networking/caif/
3364 F:      drivers/net/caif/
3365 F:      include/uapi/linux/caif/
3366 F:      include/net/caif/
3367 F:      net/caif/
3368
3369 CAKE QDISC
3370 M:      Toke Høiland-Jørgensen <toke@toke.dk>
3371 L:      cake@lists.bufferbloat.net (moderated for non-subscribers)
3372 S:      Maintained
3373 F:      net/sched/sch_cake.c
3374
3375 CALGARY x86-64 IOMMU
3376 M:      Muli Ben-Yehuda <mulix@mulix.org>
3377 M:      Jon Mason <jdmason@kudzu.us>
3378 L:      iommu@lists.linux-foundation.org
3379 S:      Maintained
3380 F:      arch/x86/kernel/pci-calgary_64.c
3381 F:      arch/x86/kernel/tce_64.c
3382 F:      arch/x86/include/asm/calgary.h
3383 F:      arch/x86/include/asm/tce.h
3384
3385 CAN NETWORK DRIVERS
3386 M:      Wolfgang Grandegger <wg@grandegger.com>
3387 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3388 L:      linux-can@vger.kernel.org
3389 W:      https://github.com/linux-can
3390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3392 S:      Maintained
3393 F:      Documentation/devicetree/bindings/net/can/
3394 F:      drivers/net/can/
3395 F:      include/linux/can/dev.h
3396 F:      include/linux/can/platform/
3397 F:      include/uapi/linux/can/error.h
3398 F:      include/uapi/linux/can/netlink.h
3399
3400 CAN NETWORK LAYER
3401 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3402 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3403 L:      linux-can@vger.kernel.org
3404 W:      https://github.com/linux-can
3405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3407 S:      Maintained
3408 F:      Documentation/networking/can.rst
3409 F:      net/can/
3410 F:      include/linux/can/core.h
3411 F:      include/uapi/linux/can.h
3412 F:      include/uapi/linux/can/bcm.h
3413 F:      include/uapi/linux/can/raw.h
3414 F:      include/uapi/linux/can/gw.h
3415
3416 CAPABILITIES
3417 M:      Serge Hallyn <serge@hallyn.com>
3418 L:      linux-security-module@vger.kernel.org
3419 S:      Supported
3420 F:      include/linux/capability.h
3421 F:      include/uapi/linux/capability.h
3422 F:      security/commoncap.c
3423 F:      kernel/capability.c
3424
3425 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3426 M:      Kevin Tsai <ktsai@capellamicro.com>
3427 S:      Maintained
3428 F:      drivers/iio/light/cm*
3429
3430 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3431 M:      Christian Lamparter <chunkeey@googlemail.com>
3432 L:      linux-wireless@vger.kernel.org
3433 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
3434 S:      Maintained
3435 F:      drivers/net/wireless/ath/carl9170/
3436
3437 CAVIUM I2C DRIVER
3438 M:      Jan Glauber <jglauber@cavium.com>
3439 M:      David Daney <david.daney@cavium.com>
3440 W:      http://www.cavium.com
3441 S:      Supported
3442 F:      drivers/i2c/busses/i2c-octeon*
3443 F:      drivers/i2c/busses/i2c-thunderx*
3444
3445 CAVIUM LIQUIDIO NETWORK DRIVER
3446 M:      Derek Chickles <derek.chickles@caviumnetworks.com>
3447 M:      Satanand Burla <satananda.burla@caviumnetworks.com>
3448 M:      Felix Manlunas <felix.manlunas@caviumnetworks.com>
3449 M:      Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3450 L:      netdev@vger.kernel.org
3451 W:      http://www.cavium.com
3452 S:      Supported
3453 F:      drivers/net/ethernet/cavium/liquidio/
3454
3455 CAVIUM MMC DRIVER
3456 M:      Jan Glauber <jglauber@cavium.com>
3457 M:      David Daney <david.daney@cavium.com>
3458 M:      Steven J. Hill <Steven.Hill@cavium.com>
3459 W:      http://www.cavium.com
3460 S:      Supported
3461 F:      drivers/mmc/host/cavium*
3462
3463 CAVIUM OCTEON-TX CRYPTO DRIVER
3464 M:      George Cherian <george.cherian@cavium.com>
3465 L:      linux-crypto@vger.kernel.org
3466 W:      http://www.cavium.com
3467 S:      Supported
3468 F:      drivers/crypto/cavium/cpt/
3469
3470 CAVIUM THUNDERX2 ARM64 SOC
3471 M:      Robert Richter <rrichter@cavium.com>
3472 M:      Jayachandran C <jnair@caviumnetworks.com>
3473 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3474 S:      Maintained
3475 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3476 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3477
3478 CC2520 IEEE-802.15.4 RADIO DRIVER
3479 M:      Varka Bhadram <varkabhadram@gmail.com>
3480 L:      linux-wpan@vger.kernel.org
3481 S:      Maintained
3482 F:      drivers/net/ieee802154/cc2520.c
3483 F:      include/linux/spi/cc2520.h
3484 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3485
3486 CCREE ARM TRUSTZONE CRYPTOCELL REE DRIVER
3487 M:      Yael Chemla <yael.chemla@foss.arm.com>
3488 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3489 L:      linux-crypto@vger.kernel.org
3490 S:      Supported
3491 F:      drivers/crypto/ccree/
3492 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3493
3494 CEC FRAMEWORK
3495 M:      Hans Verkuil <hans.verkuil@cisco.com>
3496 L:      linux-media@vger.kernel.org
3497 T:      git git://linuxtv.org/media_tree.git
3498 W:      http://linuxtv.org
3499 S:      Supported
3500 F:      Documentation/media/kapi/cec-core.rst
3501 F:      Documentation/media/uapi/cec
3502 F:      drivers/media/cec/
3503 F:      drivers/media/rc/keymaps/rc-cec.c
3504 F:      include/media/cec.h
3505 F:      include/media/cec-notifier.h
3506 F:      include/uapi/linux/cec.h
3507 F:      include/uapi/linux/cec-funcs.h
3508 F:      Documentation/devicetree/bindings/media/cec.txt
3509 F:      Documentation/ABI/testing/debugfs-cec-error-inj
3510
3511 CEC GPIO DRIVER
3512 M:      Hans Verkuil <hans.verkuil@cisco.com>
3513 L:      linux-media@vger.kernel.org
3514 T:      git git://linuxtv.org/media_tree.git
3515 W:      http://linuxtv.org
3516 S:      Supported
3517 F:      drivers/media/platform/cec-gpio/
3518 F:      Documentation/devicetree/bindings/media/cec-gpio.txt
3519
3520 CELL BROADBAND ENGINE ARCHITECTURE
3521 M:      Arnd Bergmann <arnd@arndb.de>
3522 L:      linuxppc-dev@lists.ozlabs.org
3523 W:      http://www.ibm.com/developerworks/power/cell/
3524 S:      Supported
3525 F:      arch/powerpc/include/asm/cell*.h
3526 F:      arch/powerpc/include/asm/spu*.h
3527 F:      arch/powerpc/include/uapi/asm/spu*.h
3528 F:      arch/powerpc/oprofile/*cell*
3529 F:      arch/powerpc/platforms/cell/
3530
3531 CEPH COMMON CODE (LIBCEPH)
3532 M:      Ilya Dryomov <idryomov@gmail.com>
3533 M:      "Yan, Zheng" <zyan@redhat.com>
3534 M:      Sage Weil <sage@redhat.com>
3535 L:      ceph-devel@vger.kernel.org
3536 W:      http://ceph.com/
3537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3538 T:      git git://github.com/ceph/ceph-client.git
3539 S:      Supported
3540 F:      net/ceph/
3541 F:      include/linux/ceph/
3542 F:      include/linux/crush/
3543
3544 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3545 M:      "Yan, Zheng" <zyan@redhat.com>
3546 M:      Sage Weil <sage@redhat.com>
3547 M:      Ilya Dryomov <idryomov@gmail.com>
3548 L:      ceph-devel@vger.kernel.org
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:      Documentation/filesystems/ceph.txt
3554 F:      fs/ceph/
3555
3556 CERTIFICATE HANDLING:
3557 M:      David Howells <dhowells@redhat.com>
3558 M:      David Woodhouse <dwmw2@infradead.org>
3559 L:      keyrings@vger.kernel.org
3560 S:      Maintained
3561 F:      Documentation/admin-guide/module-signing.rst
3562 F:      certs/
3563 F:      scripts/sign-file.c
3564 F:      scripts/extract-cert.c
3565
3566 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3567 L:      linux-usb@vger.kernel.org
3568 S:      Orphan
3569 F:      Documentation/usb/WUSB-Design-overview.txt
3570 F:      Documentation/usb/wusb-cbaf
3571 F:      drivers/usb/host/hwa-hc.c
3572 F:      drivers/usb/host/whci/
3573 F:      drivers/usb/wusbcore/
3574 F:      include/linux/usb/wusb*
3575
3576 CFAG12864B LCD DRIVER
3577 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3578 S:      Maintained
3579 F:      drivers/auxdisplay/cfag12864b.c
3580 F:      include/linux/cfag12864b.h
3581
3582 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3583 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3584 S:      Maintained
3585 F:      drivers/auxdisplay/cfag12864bfb.c
3586 F:      include/linux/cfag12864b.h
3587
3588 802.11 (including CFG80211/NL80211)
3589 M:      Johannes Berg <johannes@sipsolutions.net>
3590 L:      linux-wireless@vger.kernel.org
3591 W:      http://wireless.kernel.org/
3592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3594 S:      Maintained
3595 F:      net/wireless/
3596 F:      include/uapi/linux/nl80211.h
3597 F:      include/linux/ieee80211.h
3598 F:      include/net/wext.h
3599 F:      include/net/cfg80211.h
3600 F:      include/net/iw_handler.h
3601 F:      include/net/ieee80211_radiotap.h
3602 F:      Documentation/driver-api/80211/cfg80211.rst
3603 F:      Documentation/networking/regulatory.txt
3604
3605 CHAR and MISC DRIVERS
3606 M:      Arnd Bergmann <arnd@arndb.de>
3607 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3609 S:      Supported
3610 F:      drivers/char/
3611 F:      drivers/misc/
3612 F:      include/linux/miscdevice.h
3613
3614 CHECKPATCH
3615 M:      Andy Whitcroft <apw@canonical.com>
3616 M:      Joe Perches <joe@perches.com>
3617 S:      Maintained
3618 F:      scripts/checkpatch.pl
3619
3620 CHINESE DOCUMENTATION
3621 M:      Harry Wei <harryxiyou@gmail.com>
3622 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3623 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3624 S:      Maintained
3625 F:      Documentation/translations/zh_CN/
3626
3627 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3628 M:      Peter Chen <Peter.Chen@nxp.com>
3629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3630 L:      linux-usb@vger.kernel.org
3631 S:      Maintained
3632 F:      drivers/usb/chipidea/
3633
3634 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3635 M:      Hans de Goede <hdegoede@redhat.com>
3636 L:      linux-input@vger.kernel.org
3637 S:      Maintained
3638 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3639 F:      drivers/input/touchscreen/chipone_icn8318.c
3640
3641 CHIPONE ICN8505 I2C TOUCHSCREEN DRIVER
3642 M:      Hans de Goede <hdegoede@redhat.com>
3643 L:      linux-input@vger.kernel.org
3644 S:      Maintained
3645 F:      drivers/input/touchscreen/chipone_icn8505.c
3646
3647 CHROME HARDWARE PLATFORM SUPPORT
3648 M:      Benson Leung <bleung@chromium.org>
3649 M:      Olof Johansson <olof@lixom.net>
3650 S:      Maintained
3651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3652 F:      drivers/platform/chrome/
3653
3654 CIRRUS LOGIC AUDIO CODEC DRIVERS
3655 M:      Brian Austin <brian.austin@cirrus.com>
3656 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3657 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3658 S:      Maintained
3659 F:      sound/soc/codecs/cs*
3660
3661 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3662 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3663 L:      netdev@vger.kernel.org
3664 S:      Maintained
3665 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3666
3667 CISCO FCOE HBA DRIVER
3668 M:      Satish Kharat <satishkh@cisco.com>
3669 M:      Sesidhar Baddela <sebaddel@cisco.com>
3670 M:      Karan Tilak Kumar <kartilak@cisco.com>
3671 L:      linux-scsi@vger.kernel.org
3672 S:      Supported
3673 F:      drivers/scsi/fnic/
3674
3675 CISCO SCSI HBA DRIVER
3676 M:      Karan Tilak Kumar <kartilak@cisco.com>
3677 M:      Sesidhar Baddela <sebaddel@cisco.com>
3678 L:      linux-scsi@vger.kernel.org
3679 S:      Supported
3680 F:      drivers/scsi/snic/
3681
3682 CISCO VIC ETHERNET NIC DRIVER
3683 M:      Christian Benvenuti <benve@cisco.com>
3684 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3685 M:      Parvi Kaustubhi <pkaustub@cisco.com>
3686 S:      Supported
3687 F:      drivers/net/ethernet/cisco/enic/
3688
3689 CISCO VIC LOW LATENCY NIC DRIVER
3690 M:      Christian Benvenuti <benve@cisco.com>
3691 M:      Nelson Escobar <neescoba@cisco.com>
3692 M:      Parvi Kaustubhi <pkaustub@cisco.com>
3693 S:      Supported
3694 F:      drivers/infiniband/hw/usnic/
3695
3696 CIRRUS LOGIC MADERA CODEC DRIVERS
3697 M:      Charles Keepax <ckeepax@opensource.cirrus.com>
3698 M:      Richard Fitzgerald <rf@opensource.cirrus.com>
3699 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3700 L:      patches@opensource.cirrus.com
3701 T:      git https://github.com/CirrusLogic/linux-drivers.git
3702 W:      https://github.com/CirrusLogic/linux-drivers/wiki
3703 S:      Supported
3704 F:      Documentation/devicetree/bindings/mfd/madera.txt
3705 F:      Documentation/devicetree/bindings/pinctrl/cirrus,madera-pinctrl.txt
3706 F:      include/linux/irqchip/irq-madera*
3707 F:      include/linux/mfd/madera/*
3708 F:      drivers/gpio/gpio-madera*
3709 F:      drivers/irqchip/irq-madera*
3710 F:      drivers/mfd/madera*
3711 F:      drivers/mfd/cs47l*
3712 F:      drivers/pinctrl/cirrus/*
3713
3714 CLANG-FORMAT FILE
3715 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
3716 S:      Maintained
3717 F:      .clang-format
3718
3719 CLEANCACHE API
3720 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3721 L:      linux-kernel@vger.kernel.org
3722 S:      Maintained
3723 F:      mm/cleancache.c
3724 F:      include/linux/cleancache.h
3725
3726 CLK API
3727 M:      Russell King <linux@armlinux.org.uk>
3728 L:      linux-clk@vger.kernel.org
3729 S:      Maintained
3730 F:      include/linux/clk.h
3731
3732 CLOCKSOURCE, CLOCKEVENT DRIVERS
3733 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3734 M:      Thomas Gleixner <tglx@linutronix.de>
3735 L:      linux-kernel@vger.kernel.org
3736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3737 S:      Supported
3738 F:      drivers/clocksource/
3739 F:      Documentation/devicetree/bindings/timer/
3740
3741 CMPC ACPI DRIVER
3742 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3743 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3744 L:      platform-driver-x86@vger.kernel.org
3745 S:      Supported
3746 F:      drivers/platform/x86/classmate-laptop.c
3747
3748 COBALT MEDIA DRIVER
3749 M:      Hans Verkuil <hans.verkuil@cisco.com>
3750 L:      linux-media@vger.kernel.org
3751 T:      git git://linuxtv.org/media_tree.git
3752 W:      https://linuxtv.org
3753 S:      Supported
3754 F:      drivers/media/pci/cobalt/
3755
3756 COCCINELLE/Semantic Patches (SmPL)
3757 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3758 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3759 M:      Nicolas Palix <nicolas.palix@imag.fr>
3760 M:      Michal Marek <michal.lkml@markovi.net>
3761 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3763 W:      http://coccinelle.lip6.fr/
3764 S:      Supported
3765 F:      Documentation/dev-tools/coccinelle.rst
3766 F:      scripts/coccinelle/
3767 F:      scripts/coccicheck
3768
3769 CODA FILE SYSTEM
3770 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3771 M:      coda@cs.cmu.edu
3772 L:      codalist@coda.cs.cmu.edu
3773 W:      http://www.coda.cs.cmu.edu/
3774 S:      Maintained
3775 F:      Documentation/filesystems/coda.txt
3776 F:      fs/coda/
3777 F:      include/linux/coda*.h
3778 F:      include/uapi/linux/coda*.h
3779
3780 CODA V4L2 MEM2MEM DRIVER
3781 M:      Philipp Zabel <p.zabel@pengutronix.de>
3782 L:      linux-media@vger.kernel.org
3783 S:      Maintained
3784 F:      Documentation/devicetree/bindings/media/coda.txt
3785 F:      drivers/media/platform/coda/
3786
3787 CODE OF CONDUCT
3788 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3789 S:      Supported
3790 F:      Documentation/process/code-of-conduct.rst
3791 F:      Documentation/process/code-of-conduct-interpretation.rst
3792
3793 COMMON CLK FRAMEWORK
3794 M:      Michael Turquette <mturquette@baylibre.com>
3795 M:      Stephen Boyd <sboyd@kernel.org>
3796 L:      linux-clk@vger.kernel.org
3797 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3799 S:      Maintained
3800 F:      Documentation/devicetree/bindings/clock/
3801 F:      drivers/clk/
3802 X:      drivers/clk/clkdev.c
3803 F:      include/linux/clk-pr*
3804 F:      include/linux/clk/
3805 F:      include/linux/of_clk.h
3806
3807 COMMON INTERNET FILE SYSTEM (CIFS)
3808 M:      Steve French <sfrench@samba.org>
3809 L:      linux-cifs@vger.kernel.org
3810 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3811 W:      http://linux-cifs.samba.org/
3812 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3813 S:      Supported
3814 F:      Documentation/filesystems/cifs/
3815 F:      fs/cifs/
3816
3817 COMPACTPCI HOTPLUG CORE
3818 M:      Scott Murray <scott@spiteful.org>
3819 L:      linux-pci@vger.kernel.org
3820 S:      Maintained
3821 F:      drivers/pci/hotplug/cpci_hotplug*
3822
3823 COMPACTPCI HOTPLUG GENERIC DRIVER
3824 M:      Scott Murray <scott@spiteful.org>
3825 L:      linux-pci@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/pci/hotplug/cpcihp_generic.c
3828
3829 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3830 M:      Scott Murray <scott@spiteful.org>
3831 L:      linux-pci@vger.kernel.org
3832 S:      Maintained
3833 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3834
3835 COMPAL LAPTOP SUPPORT
3836 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3837 L:      platform-driver-x86@vger.kernel.org
3838 S:      Maintained
3839 F:      drivers/platform/x86/compal-laptop.c
3840
3841 COMPILER ATTRIBUTES
3842 M:      Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
3843 S:      Maintained
3844 F:      include/linux/compiler_attributes.h
3845
3846 CONEXANT ACCESSRUNNER USB DRIVER
3847 L:      accessrunner-general@lists.sourceforge.net
3848 W:      http://accessrunner.sourceforge.net/
3849 S:      Orphan
3850 F:      drivers/usb/atm/cxacru.c
3851
3852 CONFIGFS
3853 M:      Joel Becker <jlbec@evilplan.org>
3854 M:      Christoph Hellwig <hch@lst.de>
3855 T:      git git://git.infradead.org/users/hch/configfs.git
3856 S:      Supported
3857 F:      fs/configfs/
3858 F:      include/linux/configfs.h
3859
3860 CONNECTOR
3861 M:      Evgeniy Polyakov <zbr@ioremap.net>
3862 L:      netdev@vger.kernel.org
3863 S:      Maintained
3864 F:      drivers/connector/
3865
3866 CONTROL GROUP (CGROUP)
3867 M:      Tejun Heo <tj@kernel.org>
3868 M:      Li Zefan <lizefan@huawei.com>
3869 M:      Johannes Weiner <hannes@cmpxchg.org>
3870 L:      cgroups@vger.kernel.org
3871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3872 S:      Maintained
3873 F:      Documentation/cgroup*
3874 F:      include/linux/cgroup*
3875 F:      kernel/cgroup*
3876
3877 CONTROL GROUP - CPUSET
3878 M:      Li Zefan <lizefan@huawei.com>
3879 L:      cgroups@vger.kernel.org
3880 W:      http://www.bullopensource.org/cpuset/
3881 W:      http://oss.sgi.com/projects/cpusets/
3882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3883 S:      Maintained
3884 F:      Documentation/cgroup-v1/cpusets.txt
3885 F:      include/linux/cpuset.h
3886 F:      kernel/cgroup/cpuset.c
3887
3888 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3889 M:      Johannes Weiner <hannes@cmpxchg.org>
3890 M:      Michal Hocko <mhocko@kernel.org>
3891 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3892 L:      cgroups@vger.kernel.org
3893 L:      linux-mm@kvack.org
3894 S:      Maintained
3895 F:      mm/memcontrol.c
3896 F:      mm/swap_cgroup.c
3897
3898 CORETEMP HARDWARE MONITORING DRIVER
3899 M:      Fenghua Yu <fenghua.yu@intel.com>
3900 L:      linux-hwmon@vger.kernel.org
3901 S:      Maintained
3902 F:      Documentation/hwmon/coretemp
3903 F:      drivers/hwmon/coretemp.c
3904
3905 COSA/SRP SYNC SERIAL DRIVER
3906 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3907 W:      http://www.fi.muni.cz/~kas/cosa/
3908 S:      Maintained
3909 F:      drivers/net/wan/cosa*
3910
3911 CPMAC ETHERNET DRIVER
3912 M:      Florian Fainelli <f.fainelli@gmail.com>
3913 L:      netdev@vger.kernel.org
3914 S:      Maintained
3915 F:      drivers/net/ethernet/ti/cpmac.c
3916
3917 CPU FREQUENCY DRIVERS
3918 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3919 M:      Viresh Kumar <viresh.kumar@linaro.org>
3920 L:      linux-pm@vger.kernel.org
3921 S:      Maintained
3922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3923 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3924 B:      https://bugzilla.kernel.org
3925 F:      Documentation/cpu-freq/
3926 F:      Documentation/devicetree/bindings/cpufreq/
3927 F:      drivers/cpufreq/
3928 F:      include/linux/cpufreq.h
3929 F:      tools/testing/selftests/cpufreq/
3930
3931 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3932 M:      Viresh Kumar <viresh.kumar@linaro.org>
3933 M:      Sudeep Holla <sudeep.holla@arm.com>
3934 L:      linux-pm@vger.kernel.org
3935 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3936 S:      Maintained
3937 F:      drivers/cpufreq/arm_big_little.h
3938 F:      drivers/cpufreq/arm_big_little.c
3939
3940 CPU POWER MONITORING SUBSYSTEM
3941 M:      Thomas Renninger <trenn@suse.com>
3942 M:      Shuah Khan <shuah@kernel.org>
3943 L:      linux-pm@vger.kernel.org
3944 S:      Maintained
3945 F:      tools/power/cpupower/
3946
3947 CPUID/MSR DRIVER
3948 M:      "H. Peter Anvin" <hpa@zytor.com>
3949 S:      Maintained
3950 F:      arch/x86/kernel/cpuid.c
3951 F:      arch/x86/kernel/msr.c
3952
3953 CPUIDLE DRIVER - ARM BIG LITTLE
3954 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3955 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3956 L:      linux-pm@vger.kernel.org
3957 L:      linux-arm-kernel@lists.infradead.org
3958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3959 S:      Maintained
3960 F:      drivers/cpuidle/cpuidle-big_little.c
3961
3962 CPUIDLE DRIVER - ARM EXYNOS
3963 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3964 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3965 M:      Kukjin Kim <kgene@kernel.org>
3966 L:      linux-pm@vger.kernel.org
3967 L:      linux-samsung-soc@vger.kernel.org
3968 S:      Supported
3969 F:      drivers/cpuidle/cpuidle-exynos.c
3970 F:      arch/arm/mach-exynos/pm.c
3971
3972 CPUIDLE DRIVERS
3973 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3974 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3975 L:      linux-pm@vger.kernel.org
3976 S:      Maintained
3977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3978 B:      https://bugzilla.kernel.org
3979 F:      drivers/cpuidle/*
3980 F:      include/linux/cpuidle.h
3981
3982 CRAMFS FILESYSTEM
3983 M:      Nicolas Pitre <nico@linaro.org>
3984 S:      Maintained
3985 F:      Documentation/filesystems/cramfs.txt
3986 F:      fs/cramfs/
3987
3988 CRYPTO API
3989 M:      Herbert Xu <herbert@gondor.apana.org.au>
3990 M:      "David S. Miller" <davem@davemloft.net>
3991 L:      linux-crypto@vger.kernel.org
3992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3994 S:      Maintained
3995 F:      Documentation/crypto/
3996 F:      Documentation/devicetree/bindings/crypto/
3997 F:      arch/*/crypto/
3998 F:      crypto/
3999 F:      drivers/crypto/
4000 F:      include/crypto/
4001 F:      include/linux/crypto*
4002
4003 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
4004 M:      Neil Horman <nhorman@tuxdriver.com>
4005 L:      linux-crypto@vger.kernel.org
4006 S:      Maintained
4007 F:      crypto/ansi_cprng.c
4008 F:      crypto/rng.c
4009
4010 CS3308 MEDIA DRIVER
4011 M:      Hans Verkuil <hverkuil@xs4all.nl>
4012 L:      linux-media@vger.kernel.org
4013 T:      git git://linuxtv.org/media_tree.git
4014 W:      http://linuxtv.org
4015 S:      Odd Fixes
4016 F:      drivers/media/i2c/cs3308.c
4017
4018 CS5535 Audio ALSA driver
4019 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
4020 S:      Maintained
4021 F:      sound/pci/cs5535audio/
4022
4023 CSI DRIVERS FOR ALLWINNER V3s
4024 M:      Yong Deng <yong.deng@magewell.com>
4025 L:      linux-media@vger.kernel.org
4026 T:      git git://linuxtv.org/media_tree.git
4027 S:      Maintained
4028 F:      drivers/media/platform/sunxi/sun6i-csi/
4029 F:      Documentation/devicetree/bindings/media/sun6i-csi.txt
4030
4031 CW1200 WLAN driver
4032 M:      Solomon Peachy <pizza@shaftnet.org>
4033 S:      Maintained
4034 F:      drivers/net/wireless/st/cw1200/
4035
4036 CX18 VIDEO4LINUX DRIVER
4037 M:      Andy Walls <awalls@md.metrocast.net>
4038 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
4039 L:      linux-media@vger.kernel.org
4040 T:      git git://linuxtv.org/media_tree.git
4041 W:      https://linuxtv.org
4042 W:      http://www.ivtvdriver.org/index.php/Cx18
4043 S:      Maintained
4044 F:      Documentation/media/v4l-drivers/cx18*
4045 F:      drivers/media/pci/cx18/
4046 F:      include/uapi/linux/ivtv*
4047
4048 CX2341X MPEG ENCODER HELPER MODULE
4049 M:      Hans Verkuil <hverkuil@xs4all.nl>
4050 L:      linux-media@vger.kernel.org
4051 T:      git git://linuxtv.org/media_tree.git
4052 W:      https://linuxtv.org
4053 S:      Maintained
4054 F:      drivers/media/common/cx2341x*
4055 F:      include/media/drv-intf/cx2341x.h
4056
4057 CX24120 MEDIA DRIVER
4058 M:      Jemma Denson <jdenson@gmail.com>
4059 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
4060 L:      linux-media@vger.kernel.org
4061 W:      https://linuxtv.org
4062 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4063 S:      Maintained
4064 F:      drivers/media/dvb-frontends/cx24120*
4065
4066 CX88 VIDEO4LINUX DRIVER
4067 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4068 L:      linux-media@vger.kernel.org
4069 W:      https://linuxtv.org
4070 T:      git git://linuxtv.org/media_tree.git
4071 S:      Odd fixes
4072 F:      Documentation/media/v4l-drivers/cx88*
4073 F:      drivers/media/pci/cx88/
4074
4075 CXD2820R MEDIA DRIVER
4076 M:      Antti Palosaari <crope@iki.fi>
4077 L:      linux-media@vger.kernel.org
4078 W:      https://linuxtv.org
4079 W:      http://palosaari.fi/linux/
4080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4081 T:      git git://linuxtv.org/anttip/media_tree.git
4082 S:      Maintained
4083 F:      drivers/media/dvb-frontends/cxd2820r*
4084
4085 CXGB3 ETHERNET DRIVER (CXGB3)
4086 M:      Arjun Vynipadath <arjun@chelsio.com>
4087 L:      netdev@vger.kernel.org
4088 W:      http://www.chelsio.com
4089 S:      Supported
4090 F:      drivers/net/ethernet/chelsio/cxgb3/
4091
4092 CXGB3 ISCSI DRIVER (CXGB3I)
4093 M:      Karen Xie <kxie@chelsio.com>
4094 L:      linux-scsi@vger.kernel.org
4095 W:      http://www.chelsio.com
4096 S:      Supported
4097 F:      drivers/scsi/cxgbi/cxgb3i
4098
4099 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
4100 M:      Steve Wise <swise@chelsio.com>
4101 L:      linux-rdma@vger.kernel.org
4102 W:      http://www.openfabrics.org
4103 S:      Supported
4104 F:      drivers/infiniband/hw/cxgb3/
4105 F:      include/uapi/rdma/cxgb3-abi.h
4106
4107 CXGB4 CRYPTO DRIVER (chcr)
4108 M:      Harsh Jain <harsh@chelsio.com>
4109 L:      linux-crypto@vger.kernel.org
4110 W:      http://www.chelsio.com
4111 S:      Supported
4112 F:      drivers/crypto/chelsio
4113
4114 CXGB4 ETHERNET DRIVER (CXGB4)
4115 M:      Arjun Vynipadath <arjun@chelsio.com>
4116 L:      netdev@vger.kernel.org
4117 W:      http://www.chelsio.com
4118 S:      Supported
4119 F:      drivers/net/ethernet/chelsio/cxgb4/
4120
4121 CXGB4 ISCSI DRIVER (CXGB4I)
4122 M:      Karen Xie <kxie@chelsio.com>
4123 L:      linux-scsi@vger.kernel.org
4124 W:      http://www.chelsio.com
4125 S:      Supported
4126 F:      drivers/scsi/cxgbi/cxgb4i
4127
4128 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
4129 M:      Steve Wise <swise@chelsio.com>
4130 L:      linux-rdma@vger.kernel.org
4131 W:      http://www.openfabrics.org
4132 S:      Supported
4133 F:      drivers/infiniband/hw/cxgb4/
4134 F:      include/uapi/rdma/cxgb4-abi.h
4135
4136 CXGB4VF ETHERNET DRIVER (CXGB4VF)
4137 M:      Casey Leedom <leedom@chelsio.com>
4138 L:      netdev@vger.kernel.org
4139 W:      http://www.chelsio.com
4140 S:      Supported
4141 F:      drivers/net/ethernet/chelsio/cxgb4vf/
4142
4143 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
4144 M:      Frederic Barrat <fbarrat@linux.ibm.com>
4145 M:      Andrew Donnellan <andrew.donnellan@au1.ibm.com>
4146 L:      linuxppc-dev@lists.ozlabs.org
4147 S:      Supported
4148 F:      arch/powerpc/platforms/powernv/pci-cxl.c
4149 F:      drivers/misc/cxl/
4150 F:      include/misc/cxl*
4151 F:      include/uapi/misc/cxl.h
4152 F:      Documentation/powerpc/cxl.txt
4153 F:      Documentation/ABI/testing/sysfs-class-cxl
4154
4155 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
4156 M:      Manoj N. Kumar <manoj@linux.ibm.com>
4157 M:      Matthew R. Ochs <mrochs@linux.ibm.com>
4158 M:      Uma Krishnan <ukrishn@linux.ibm.com>
4159 L:      linux-scsi@vger.kernel.org
4160 S:      Supported
4161 F:      drivers/scsi/cxlflash/
4162 F:      include/uapi/scsi/cxlflash_ioctl.h
4163 F:      Documentation/powerpc/cxlflash.txt
4164
4165 CYBERPRO FB DRIVER
4166 M:      Russell King <linux@armlinux.org.uk>
4167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4168 W:      http://www.armlinux.org.uk/
4169 S:      Maintained
4170 F:      drivers/video/fbdev/cyber2000fb.*
4171
4172 CYCLADES ASYNC MUX DRIVER
4173 W:      http://www.cyclades.com/
4174 S:      Orphan
4175 F:      drivers/tty/cyclades.c
4176 F:      include/linux/cyclades.h
4177 F:      include/uapi/linux/cyclades.h
4178
4179 CYCLADES PC300 DRIVER
4180 W:      http://www.cyclades.com/
4181 S:      Orphan
4182 F:      drivers/net/wan/pc300*
4183
4184 CYPRESS_FIRMWARE MEDIA DRIVER
4185 M:      Antti Palosaari <crope@iki.fi>
4186 L:      linux-media@vger.kernel.org
4187 W:      https://linuxtv.org
4188 W:      http://palosaari.fi/linux/
4189 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4190 T:      git git://linuxtv.org/anttip/media_tree.git
4191 S:      Maintained
4192 F:      drivers/media/common/cypress_firmware*
4193
4194 CYTTSP TOUCHSCREEN DRIVER
4195 M:      Ferruh Yigit <fery@cypress.com>
4196 L:      linux-input@vger.kernel.org
4197 S:      Supported
4198 F:      drivers/input/touchscreen/cyttsp*
4199 F:      include/linux/input/cyttsp.h
4200
4201 D-LINK DIR-685 TOUCHKEYS DRIVER
4202 M:      Linus Walleij <linus.walleij@linaro.org>
4203 L:      linux-input@vger.kernel.org
4204 S:      Supported
4205 F:      drivers/input/keyboard/dlink-dir685-touchkeys.c
4206
4207 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
4208 M:      Joshua Kinard <kumba@gentoo.org>
4209 S:      Maintained
4210 F:      drivers/rtc/rtc-ds1685.c
4211 F:      include/linux/rtc/ds1685.h
4212
4213 DAMA SLAVE for AX.25
4214 M:      Joerg Reuter <jreuter@yaina.de>
4215 W:      http://yaina.de/jreuter/
4216 W:      http://www.qsl.net/dl1bke/
4217 L:      linux-hams@vger.kernel.org
4218 S:      Maintained
4219 F:      net/ax25/af_ax25.c
4220 F:      net/ax25/ax25_dev.c
4221 F:      net/ax25/ax25_ds_*
4222 F:      net/ax25/ax25_in.c
4223 F:      net/ax25/ax25_out.c
4224 F:      net/ax25/ax25_timer.c
4225 F:      net/ax25/sysctl_net_ax25.c
4226
4227 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4228 L:      netdev@vger.kernel.org
4229 S:      Orphan
4230 F:      Documentation/networking/device_drivers/dec/dmfe.txt
4231 F:      drivers/net/ethernet/dec/tulip/dmfe.c
4232
4233 DC390/AM53C974 SCSI driver
4234 M:      Hannes Reinecke <hare@suse.com>
4235 L:      linux-scsi@vger.kernel.org
4236 S:      Maintained
4237 F:      drivers/scsi/am53c974.c
4238
4239 DC395x SCSI driver
4240 M:      Oliver Neukum <oliver@neukum.org>
4241 M:      Ali Akcaagac <aliakc@web.de>
4242 M:      Jamie Lenehan <lenehan@twibble.org>
4243 L:      dc395x@twibble.org
4244 W:      http://twibble.org/dist/dc395x/
4245 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
4246 S:      Maintained
4247 F:      Documentation/scsi/dc395x.txt
4248 F:      drivers/scsi/dc395x.*
4249
4250 DCCP PROTOCOL
4251 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
4252 L:      dccp@vger.kernel.org
4253 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4254 S:      Maintained
4255 F:      include/linux/dccp.h
4256 F:      include/uapi/linux/dccp.h
4257 F:      include/linux/tfrc.h
4258 F:      net/dccp/
4259
4260 DECnet NETWORK LAYER
4261 W:      http://linux-decnet.sourceforge.net
4262 L:      linux-decnet-user@lists.sourceforge.net
4263 S:      Orphan
4264 F:      Documentation/networking/decnet.txt
4265 F:      net/decnet/
4266
4267 DECSTATION PLATFORM SUPPORT
4268 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4269 L:      linux-mips@vger.kernel.org
4270 W:      http://www.linux-mips.org/wiki/DECstation
4271 S:      Maintained
4272 F:      arch/mips/dec/
4273 F:      arch/mips/include/asm/dec/
4274 F:      arch/mips/include/asm/mach-dec/
4275
4276 DEFXX FDDI NETWORK DRIVER
4277 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4278 S:      Maintained
4279 F:      drivers/net/fddi/defxx.*
4280
4281 DELL SMBIOS DRIVER
4282 M:      Pali Rohár <pali.rohar@gmail.com>
4283 M:      Mario Limonciello <mario.limonciello@dell.com>
4284 L:      platform-driver-x86@vger.kernel.org
4285 S:      Maintained
4286 F:      drivers/platform/x86/dell-smbios.*
4287
4288 DELL SMBIOS SMM DRIVER
4289 M:      Mario Limonciello <mario.limonciello@dell.com>
4290 L:      platform-driver-x86@vger.kernel.org
4291 S:      Maintained
4292 F:      drivers/platform/x86/dell-smbios-smm.c
4293
4294 DELL SMBIOS WMI DRIVER
4295 M:      Mario Limonciello <mario.limonciello@dell.com>
4296 L:      platform-driver-x86@vger.kernel.org
4297 S:      Maintained
4298 F:      drivers/platform/x86/dell-smbios-wmi.c
4299 F:      tools/wmi/dell-smbios-example.c
4300
4301 DEFZA FDDI NETWORK DRIVER
4302 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4303 S:      Maintained
4304 F:      drivers/net/fddi/defza.*
4305
4306 DELL LAPTOP DRIVER
4307 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4308 M:      Pali Rohár <pali.rohar@gmail.com>
4309 L:      platform-driver-x86@vger.kernel.org
4310 S:      Maintained
4311 F:      drivers/platform/x86/dell-laptop.c
4312
4313 DELL LAPTOP FREEFALL DRIVER
4314 M:      Pali Rohár <pali.rohar@gmail.com>
4315 S:      Maintained
4316 F:      drivers/platform/x86/dell-smo8800.c
4317
4318 DELL LAPTOP RBTN DRIVER
4319 M:      Pali Rohár <pali.rohar@gmail.com>
4320 S:      Maintained
4321 F:      drivers/platform/x86/dell-rbtn.*
4322
4323 DELL REMOTE BIOS UPDATE DRIVER
4324 M:      Stuart Hayes <stuart.w.hayes@gmail.com>
4325 L:      platform-driver-x86@vger.kernel.org
4326 S:      Maintained
4327 F:      drivers/platform/x86/dell_rbu.c
4328
4329 DELL LAPTOP SMM DRIVER
4330 M:      Pali Rohár <pali.rohar@gmail.com>
4331 S:      Maintained
4332 F:      drivers/hwmon/dell-smm-hwmon.c
4333 F:      include/uapi/linux/i8k.h
4334
4335 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4336 M:      Stuart Hayes <stuart.w.hayes@gmail.com>
4337 L:      platform-driver-x86@vger.kernel.org
4338 S:      Maintained
4339 F:      Documentation/dcdbas.txt
4340 F:      drivers/platform/x86/dcdbas.*
4341
4342 DELL WMI NOTIFICATIONS DRIVER
4343 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4344 M:      Pali Rohár <pali.rohar@gmail.com>
4345 S:      Maintained
4346 F:      drivers/platform/x86/dell-wmi.c
4347
4348 DELL WMI DESCRIPTOR DRIVER
4349 M:      Mario Limonciello <mario.limonciello@dell.com>
4350 S:      Maintained
4351 F:      drivers/platform/x86/dell-wmi-descriptor.c
4352
4353 DELTA ST MEDIA DRIVER
4354 M:      Hugues Fruchet <hugues.fruchet@st.com>
4355 L:      linux-media@vger.kernel.org
4356 T:      git git://linuxtv.org/media_tree.git
4357 W:      https://linuxtv.org
4358 S:      Supported
4359 F:      drivers/media/platform/sti/delta
4360
4361 DENALI NAND DRIVER
4362 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
4363 L:      linux-mtd@lists.infradead.org
4364 S:      Supported
4365 F:      drivers/mtd/nand/raw/denali*
4366
4367 DESIGNWARE USB2 DRD IP DRIVER
4368 M:      Minas Harutyunyan <hminas@synopsys.com>
4369 L:      linux-usb@vger.kernel.org
4370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4371 S:      Maintained
4372 F:      drivers/usb/dwc2/
4373
4374 DESIGNWARE USB3 DRD IP DRIVER
4375 M:      Felipe Balbi <balbi@kernel.org>
4376 L:      linux-usb@vger.kernel.org
4377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4378 S:      Maintained
4379 F:      drivers/usb/dwc3/
4380
4381 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4382 M:      Andreas Klinger <ak@it-klinger.de>
4383 L:      linux-iio@vger.kernel.org
4384 S:      Maintained
4385 F:      Documentation/ABI/testing/sysfs-bus-iio-distance-srf08
4386 F:      drivers/iio/proximity/srf*.c
4387
4388 DEVICE COREDUMP (DEV_COREDUMP)
4389 M:      Johannes Berg <johannes@sipsolutions.net>
4390 L:      linux-kernel@vger.kernel.org
4391 S:      Maintained
4392 F:      drivers/base/devcoredump.c
4393 F:      include/linux/devcoredump.h
4394
4395 DEVICE FREQUENCY (DEVFREQ)
4396 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4397 M:      Kyungmin Park <kyungmin.park@samsung.com>
4398 R:      Chanwoo Choi <cw00.choi@samsung.com>
4399 L:      linux-pm@vger.kernel.org
4400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4401 S:      Maintained
4402 F:      drivers/devfreq/
4403 F:      include/linux/devfreq.h
4404 F:      Documentation/devicetree/bindings/devfreq/
4405
4406 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4407 M:      Chanwoo Choi <cw00.choi@samsung.com>
4408 L:      linux-pm@vger.kernel.org
4409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4410 S:      Supported
4411 F:      drivers/devfreq/event/
4412 F:      drivers/devfreq/devfreq-event.c
4413 F:      include/linux/devfreq-event.h
4414 F:      Documentation/devicetree/bindings/devfreq/event/
4415
4416 DEVICE NUMBER REGISTRY
4417 M:      Torben Mathiasen <device@lanana.org>
4418 W:      http://lanana.org/docs/device-list/index.html
4419 S:      Maintained
4420
4421 DEVICE-MAPPER  (LVM)
4422 M:      Alasdair Kergon <agk@redhat.com>
4423 M:      Mike Snitzer <snitzer@redhat.com>
4424 M:      dm-devel@redhat.com
4425 L:      dm-devel@redhat.com
4426 W:      http://sources.redhat.com/dm
4427 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4429 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4430 S:      Maintained
4431 F:      Documentation/device-mapper/
4432 F:      drivers/md/Makefile
4433 F:      drivers/md/Kconfig
4434 F:      drivers/md/dm*
4435 F:      drivers/md/persistent-data/
4436 F:      include/linux/device-mapper.h
4437 F:      include/linux/dm-*.h
4438 F:      include/uapi/linux/dm-*.h
4439
4440 DEVLINK
4441 M:      Jiri Pirko <jiri@mellanox.com>
4442 L:      netdev@vger.kernel.org
4443 S:      Supported
4444 F:      net/core/devlink.c
4445 F:      include/net/devlink.h
4446 F:      include/uapi/linux/devlink.h
4447
4448 DIALOG SEMICONDUCTOR DRIVERS
4449 M:      Support Opensource <support.opensource@diasemi.com>
4450 W:      http://www.dialog-semiconductor.com/products
4451 S:      Supported
4452 F:      Documentation/hwmon/da90??
4453 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4454 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4455 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4456 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4457 F:      Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4458 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4459 F:      drivers/gpio/gpio-da90??.c
4460 F:      drivers/hwmon/da90??-hwmon.c
4461 F:      drivers/iio/adc/da91??-*.c
4462 F:      drivers/input/misc/da90??_onkey.c
4463 F:      drivers/input/touchscreen/da9052_tsi.c
4464 F:      drivers/leds/leds-da90??.c
4465 F:      drivers/mfd/da903x.c
4466 F:      drivers/mfd/da90??-*.c
4467 F:      drivers/mfd/da91??-*.c
4468 F:      drivers/power/supply/da9052-battery.c
4469 F:      drivers/power/supply/da91??-*.c
4470 F:      drivers/regulator/da903x.c
4471 F:      drivers/regulator/da9???-regulator.[ch]
4472 F:      drivers/thermal/da90??-thermal.c
4473 F:      drivers/rtc/rtc-da90??.c
4474 F:      drivers/video/backlight/da90??_bl.c
4475 F:      drivers/watchdog/da90??_wdt.c
4476 F:      include/linux/mfd/da903x.h
4477 F:      include/linux/mfd/da9052/
4478 F:      include/linux/mfd/da9055/
4479 F:      include/linux/mfd/da9062/
4480 F:      include/linux/mfd/da9063/
4481 F:      include/linux/mfd/da9150/
4482 F:      include/linux/regulator/da9211.h
4483 F:      include/sound/da[79]*.h
4484 F:      sound/soc/codecs/da[79]*.[ch]
4485
4486 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4487 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4488 L:      linux-gpio@vger.kernel.org
4489 S:      Maintained
4490 F:      drivers/gpio/gpio-gpio-mm.c
4491
4492 DIOLAN U2C-12 I2C DRIVER
4493 M:      Guenter Roeck <linux@roeck-us.net>
4494 L:      linux-i2c@vger.kernel.org
4495 S:      Maintained
4496 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4497
4498 FILESYSTEM DIRECT ACCESS (DAX)
4499 M:      Matthew Wilcox <willy@infradead.org>
4500 M:      Ross Zwisler <zwisler@kernel.org>
4501 M:      Jan Kara <jack@suse.cz>
4502 L:      linux-fsdevel@vger.kernel.org
4503 S:      Supported
4504 F:      fs/dax.c
4505 F:      include/linux/dax.h
4506 F:      include/trace/events/fs_dax.h
4507
4508 DEVICE DIRECT ACCESS (DAX)
4509 M:      Dan Williams <dan.j.williams@intel.com>
4510 M:      Dave Jiang <dave.jiang@intel.com>
4511 M:      Ross Zwisler <zwisler@kernel.org>
4512 M:      Vishal Verma <vishal.l.verma@intel.com>
4513 L:      linux-nvdimm@lists.01.org
4514 S:      Supported
4515 F:      drivers/dax/
4516
4517 DIRECTORY NOTIFICATION (DNOTIFY)
4518 M:      Jan Kara <jack@suse.cz>
4519 R:      Amir Goldstein <amir73il@gmail.com>
4520 L:      linux-fsdevel@vger.kernel.org
4521 S:      Maintained
4522 F:      Documentation/filesystems/dnotify.txt
4523 F:      fs/notify/dnotify/
4524 F:      include/linux/dnotify.h
4525
4526 DISK GEOMETRY AND PARTITION HANDLING
4527 M:      Andries Brouwer <aeb@cwi.nl>
4528 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4529 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4530 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4531 S:      Maintained
4532
4533 DISKQUOTA
4534 M:      Jan Kara <jack@suse.com>
4535 S:      Maintained
4536 F:      Documentation/filesystems/quota.txt
4537 F:      fs/quota/
4538 F:      include/linux/quota*.h
4539 F:      include/uapi/linux/quota*.h
4540
4541 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4542 M:      Bernie Thompson <bernie@plugable.com>
4543 L:      linux-fbdev@vger.kernel.org
4544 S:      Maintained
4545 W:      http://plugable.com/category/projects/udlfb/
4546 F:      drivers/video/fbdev/udlfb.c
4547 F:      include/video/udlfb.h
4548 F:      Documentation/fb/udlfb.txt
4549
4550 DISTRIBUTED LOCK MANAGER (DLM)
4551 M:      Christine Caulfield <ccaulfie@redhat.com>
4552 M:      David Teigland <teigland@redhat.com>
4553 L:      cluster-devel@redhat.com
4554 W:      http://sources.redhat.com/cluster/
4555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4556 S:      Supported
4557 F:      fs/dlm/
4558
4559 DMA BUFFER SHARING FRAMEWORK
4560 M:      Sumit Semwal <sumit.semwal@linaro.org>
4561 S:      Maintained
4562 L:      linux-media@vger.kernel.org
4563 L:      dri-devel@lists.freedesktop.org
4564 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4565 F:      drivers/dma-buf/
4566 F:      include/linux/dma-buf*
4567 F:      include/linux/reservation.h
4568 F:      include/linux/*fence.h
4569 F:      Documentation/driver-api/dma-buf.rst
4570 T:      git git://anongit.freedesktop.org/drm/drm-misc
4571
4572 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4573 M:      Vinod Koul <vkoul@kernel.org>
4574 L:      dmaengine@vger.kernel.org
4575 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4576 S:      Maintained
4577 F:      drivers/dma/
4578 F:      include/linux/dmaengine.h
4579 F:      include/linux/of_dma.h
4580 F:      Documentation/devicetree/bindings/dma/
4581 F:      Documentation/driver-api/dmaengine/
4582 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4583
4584 DMA MAPPING HELPERS
4585 M:      Christoph Hellwig <hch@lst.de>
4586 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4587 R:      Robin Murphy <robin.murphy@arm.com>
4588 L:      iommu@lists.linux-foundation.org
4589 T:      git git://git.infradead.org/users/hch/dma-mapping.git
4590 W:      http://git.infradead.org/users/hch/dma-mapping.git
4591 S:      Supported
4592 F:      kernel/dma/
4593 F:      include/asm-generic/dma-mapping.h
4594 F:      include/linux/dma-direct.h
4595 F:      include/linux/dma-mapping.h
4596 F:      include/linux/dma-noncoherent.h
4597
4598 DME1737 HARDWARE MONITOR DRIVER
4599 M:      Juerg Haefliger <juergh@gmail.com>
4600 L:      linux-hwmon@vger.kernel.org
4601 S:      Maintained
4602 F:      Documentation/hwmon/dme1737
4603 F:      drivers/hwmon/dme1737.c
4604
4605 DMI/SMBIOS SUPPORT
4606 M:      Jean Delvare <jdelvare@suse.com>
4607 S:      Maintained
4608 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4609 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4610 F:      drivers/firmware/dmi-id.c
4611 F:      drivers/firmware/dmi_scan.c
4612 F:      include/linux/dmi.h
4613
4614 DOCUMENTATION
4615 M:      Jonathan Corbet <corbet@lwn.net>
4616 L:      linux-doc@vger.kernel.org
4617 S:      Maintained
4618 F:      Documentation/
4619 F:      scripts/kernel-doc
4620 X:      Documentation/ABI/
4621 X:      Documentation/acpi/
4622 X:      Documentation/devicetree/
4623 X:      Documentation/i2c/
4624 X:      Documentation/media/
4625 X:      Documentation/power/
4626 X:      Documentation/spi/
4627 T:      git git://git.lwn.net/linux.git docs-next
4628
4629 DOCUMENTATION/ITALIAN
4630 M:      Federico Vaga <federico.vaga@vaga.pv.it>
4631 L:      linux-doc@vger.kernel.org
4632 S:      Maintained
4633 F:      Documentation/translations/it_IT
4634
4635 DONGWOON DW9714 LENS VOICE COIL DRIVER
4636 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4637 L:      linux-media@vger.kernel.org
4638 T:      git git://linuxtv.org/media_tree.git
4639 S:      Maintained
4640 F:      drivers/media/i2c/dw9714.c
4641 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9714.txt
4642
4643 DONGWOON DW9807 LENS VOICE COIL DRIVER
4644 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4645 L:      linux-media@vger.kernel.org
4646 T:      git git://linuxtv.org/media_tree.git
4647 S:      Maintained
4648 F:      drivers/media/i2c/dw9807-vcm.c
4649 F:      Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt
4650
4651 DOUBLETALK DRIVER
4652 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4653 L:      blinux-list@redhat.com
4654 S:      Maintained
4655 F:      drivers/char/dtlk.c
4656 F:      include/linux/dtlk.h
4657
4658 DPAA2 DATAPATH I/O (DPIO) DRIVER
4659 M:      Roy Pledge <Roy.Pledge@nxp.com>
4660 L:      linux-kernel@vger.kernel.org
4661 S:      Maintained
4662 F:      drivers/soc/fsl/dpio
4663
4664 DPAA2 ETHERNET DRIVER
4665 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4666 L:      netdev@vger.kernel.org
4667 S:      Maintained
4668 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-eth*
4669 F:      drivers/net/ethernet/freescale/dpaa2/dpni*
4670 F:      drivers/net/ethernet/freescale/dpaa2/dpkg.h
4671 F:      drivers/net/ethernet/freescale/dpaa2/Makefile
4672 F:      drivers/net/ethernet/freescale/dpaa2/Kconfig
4673
4674 DPAA2 ETHERNET SWITCH DRIVER
4675 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4676 M:      Ioana Ciornei <ioana.ciornei@nxp.com>
4677 L:      linux-kernel@vger.kernel.org
4678 S:      Maintained
4679 F:      drivers/staging/fsl-dpaa2/ethsw
4680
4681 DPAA2 PTP CLOCK DRIVER
4682 M:      Yangbo Lu <yangbo.lu@nxp.com>
4683 L:      netdev@vger.kernel.org
4684 S:      Maintained
4685 F:      drivers/net/ethernet/freescale/dpaa2/dpaa2-ptp*
4686 F:      drivers/net/ethernet/freescale/dpaa2/dprtc*
4687
4688 DPT_I2O SCSI RAID DRIVER
4689 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
4690 L:      linux-scsi@vger.kernel.org
4691 W:      http://www.adaptec.com/
4692 S:      Maintained
4693 F:      drivers/scsi/dpt*
4694 F:      drivers/scsi/dpt/
4695
4696 DRBD DRIVER
4697 M:      Philipp Reisner <philipp.reisner@linbit.com>
4698 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4699 L:      drbd-dev@lists.linbit.com
4700 W:      http://www.drbd.org
4701 T:      git git://git.linbit.com/linux-drbd.git
4702 T:      git git://git.linbit.com/drbd-8.4.git
4703 S:      Supported
4704 F:      drivers/block/drbd/
4705 F:      lib/lru_cache.c
4706 F:      Documentation/blockdev/drbd/
4707
4708 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4709 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4710 R:      "Rafael J. Wysocki" <rafael@kernel.org>
4711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4712 S:      Supported
4713 F:      Documentation/kobject.txt
4714 F:      drivers/base/
4715 F:      fs/debugfs/
4716 F:      fs/sysfs/
4717 F:      include/linux/debugfs.h
4718 F:      include/linux/kobj*
4719 F:      lib/kobj*
4720
4721 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4722 M:      Kevin Hilman <khilman@kernel.org>
4723 M:      Nishanth Menon <nm@ti.com>
4724 S:      Maintained
4725 F:      drivers/power/avs/
4726 F:      include/linux/power/smartreflex.h
4727 L:      linux-pm@vger.kernel.org
4728
4729 DRM DRIVER FOR ARM PL111 CLCD
4730 M:      Eric Anholt <eric@anholt.net>
4731 T:      git git://anongit.freedesktop.org/drm/drm-misc
4732 S:      Supported
4733 F:      drivers/gpu/drm/pl111/
4734
4735 DRM DRIVER FOR ARM VERSATILE TFT PANELS
4736 M:      Linus Walleij <linus.walleij@linaro.org>
4737 T:      git git://anongit.freedesktop.org/drm/drm-misc
4738 S:      Maintained
4739 F:      drivers/gpu/drm/panel/panel-arm-versatile.c
4740 F:      Documentation/devicetree/bindings/display/panel/arm,versatile-tft-panel.txt
4741
4742 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4743 M:      Dave Airlie <airlied@redhat.com>
4744 S:      Odd Fixes
4745 F:      drivers/gpu/drm/ast/
4746
4747 DRM DRIVER FOR BOCHS VIRTUAL GPU
4748 M:      Gerd Hoffmann <kraxel@redhat.com>
4749 L:      virtualization@lists.linux-foundation.org
4750 T:      git git://anongit.freedesktop.org/drm/drm-misc
4751 S:      Maintained
4752 F:      drivers/gpu/drm/bochs/
4753
4754 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
4755 M:      Linus Walleij <linus.walleij@linaro.org>
4756 T:      git git://anongit.freedesktop.org/drm/drm-misc
4757 S:      Maintained
4758 F:      drivers/gpu/drm/tve200/
4759
4760 DRM DRIVER FOR ILITEK ILI9225 PANELS
4761 M:      David Lechner <david@lechnology.com>
4762 S:      Maintained
4763 F:      drivers/gpu/drm/tinydrm/ili9225.c
4764 F:      Documentation/devicetree/bindings/display/ilitek,ili9225.txt
4765
4766 DRM DRIVER FOR HX8357D PANELS
4767 M:      Eric Anholt <eric@anholt.net>
4768 T:      git git://anongit.freedesktop.org/drm/drm-misc
4769 S:      Maintained
4770 F:      drivers/gpu/drm/tinydrm/hx8357d.c
4771 F:      Documentation/devicetree/bindings/display/himax,hx8357d.txt
4772
4773 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4774 S:      Orphan / Obsolete
4775 F:      drivers/gpu/drm/i810/
4776 F:      include/uapi/drm/i810_drm.h
4777
4778 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4779 S:      Orphan / Obsolete
4780 F:      drivers/gpu/drm/mga/
4781 F:      include/uapi/drm/mga_drm.h
4782
4783 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4784 M:      Dave Airlie <airlied@redhat.com>
4785 S:      Odd Fixes
4786 F:      drivers/gpu/drm/mgag200/
4787
4788 DRM DRIVER FOR MI0283QT
4789 M:      Noralf Trønnes <noralf@tronnes.org>
4790 S:      Maintained
4791 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4792 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4793
4794 DRM DRIVER FOR MSM ADRENO GPU
4795 M:      Rob Clark <robdclark@gmail.com>
4796 L:      linux-arm-msm@vger.kernel.org
4797 L:      dri-devel@lists.freedesktop.org
4798 L:      freedreno@lists.freedesktop.org
4799 T:      git git://people.freedesktop.org/~robclark/linux
4800 S:      Maintained
4801 F:      drivers/gpu/drm/msm/
4802 F:      include/uapi/drm/msm_drm.h
4803 F:      Documentation/devicetree/bindings/display/msm/
4804
4805 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4806 M:      Ben Skeggs <bskeggs@redhat.com>
4807 L:      dri-devel@lists.freedesktop.org
4808 L:      nouveau@lists.freedesktop.org
4809 T:      git git://github.com/skeggsb/linux
4810 S:      Supported
4811 F:      drivers/gpu/drm/nouveau/
4812 F:      include/uapi/drm/nouveau_drm.h
4813
4814 DRM DRIVER FOR OLIMEX LCD-OLINUXINO PANELS
4815 M:      Stefan Mavrodiev <stefan@olimex.com>
4816 S:      Maintained
4817 F:      drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c
4818 F:      Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.txt
4819
4820 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4821 M:      Noralf Trønnes <noralf@tronnes.org>
4822 S:      Maintained
4823 F:      drivers/gpu/drm/tinydrm/repaper.c
4824 F:      Documentation/devicetree/bindings/display/repaper.txt
4825
4826 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4827 M:      Dave Airlie <airlied@redhat.com>
4828 M:      Gerd Hoffmann <kraxel@redhat.com>
4829 L:      virtualization@lists.linux-foundation.org
4830 T:      git git://anongit.freedesktop.org/drm/drm-misc
4831 S:      Obsolete
4832 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4833 F:      drivers/gpu/drm/cirrus/
4834
4835 DRM DRIVER FOR QXL VIRTUAL GPU
4836 M:      Dave Airlie <airlied@redhat.com>
4837 M:      Gerd Hoffmann <kraxel@redhat.com>
4838 L:      virtualization@lists.linux-foundation.org
4839 T:      git git://anongit.freedesktop.org/drm/drm-misc
4840 S:      Maintained
4841 F:      drivers/gpu/drm/qxl/
4842 F:      include/uapi/drm/qxl_drm.h
4843
4844 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4845 S:      Orphan / Obsolete
4846 F:      drivers/gpu/drm/r128/
4847 F:      include/uapi/drm/r128_drm.h
4848
4849 DRM DRIVER FOR SAVAGE VIDEO CARDS
4850 S:      Orphan / Obsolete
4851 F:      drivers/gpu/drm/savage/
4852 F:      include/uapi/drm/savage_drm.h
4853
4854 DRM DRIVER FOR SIS VIDEO CARDS
4855 S:      Orphan / Obsolete
4856 F:      drivers/gpu/drm/sis/
4857 F:      include/uapi/drm/sis_drm.h
4858
4859 DRM DRIVER FOR SITRONIX ST7586 PANELS
4860 M:      David Lechner <david@lechnology.com>
4861 S:      Maintained
4862 F:      drivers/gpu/drm/tinydrm/st7586.c
4863 F:      Documentation/devicetree/bindings/display/sitronix,st7586.txt
4864
4865 DRM DRIVER FOR SITRONIX ST7735R PANELS
4866 M:      David Lechner <david@lechnology.com>
4867 S:      Maintained
4868 F:      drivers/gpu/drm/tinydrm/st7735r.c
4869 F:      Documentation/devicetree/bindings/display/sitronix,st7735r.txt
4870
4871 DRM DRIVER FOR TDFX VIDEO CARDS
4872 S:      Orphan / Obsolete
4873 F:      drivers/gpu/drm/tdfx/
4874
4875 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4876 M:      Dave Airlie <airlied@redhat.com>
4877 R:      Sean Paul <sean@poorly.run>
4878 L:      dri-devel@lists.freedesktop.org
4879 S:      Odd Fixes
4880 F:      drivers/gpu/drm/udl/
4881 T:      git git://anongit.freedesktop.org/drm/drm-misc
4882
4883 DRM DRIVER FOR VMWARE VIRTUAL GPU
4884 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4885 M:      Thomas Hellstrom <thellstrom@vmware.com>
4886 L:      dri-devel@lists.freedesktop.org
4887 T:      git git://people.freedesktop.org/~thomash/linux
4888 S:      Supported
4889 F:      drivers/gpu/drm/vmwgfx/
4890 F:      include/uapi/drm/vmwgfx_drm.h
4891
4892 DRM DRIVERS
4893 M:      David Airlie <airlied@linux.ie>
4894 M:      Daniel Vetter <daniel@ffwll.ch>
4895 L:      dri-devel@lists.freedesktop.org
4896 T:      git git://anongit.freedesktop.org/drm/drm
4897 B:      https://bugs.freedesktop.org/
4898 C:      irc://chat.freenode.net/dri-devel
4899 S:      Maintained
4900 F:      drivers/gpu/drm/
4901 F:      drivers/gpu/vga/
4902 F:      Documentation/devicetree/bindings/display/
4903 F:      Documentation/devicetree/bindings/gpu/
4904 F:      Documentation/gpu/
4905 F:      include/drm/
4906 F:      include/uapi/drm/
4907 F:      include/linux/vga*
4908
4909 DRM DRIVERS AND MISC GPU PATCHES
4910 M:      Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
4911 M:      Maxime Ripard <maxime.ripard@bootlin.com>
4912 M:      Sean Paul <sean@poorly.run>
4913 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4914 S:      Maintained
4915 T:      git git://anongit.freedesktop.org/drm/drm-misc
4916 F:      Documentation/gpu/
4917 F:      drivers/gpu/vga/
4918 F:      drivers/gpu/drm/*
4919 F:      include/drm/drm*
4920 F:      include/uapi/drm/drm*
4921 F:      include/linux/vga*
4922
4923 DRM DRIVERS FOR ALLWINNER A10
4924 M:      Maxime Ripard  <maxime.ripard@bootlin.com>
4925 L:      dri-devel@lists.freedesktop.org
4926 S:      Supported
4927 F:      drivers/gpu/drm/sun4i/
4928 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4929 T:      git git://anongit.freedesktop.org/drm/drm-misc
4930
4931 DRM DRIVERS FOR AMLOGIC SOCS
4932 M:      Neil Armstrong <narmstrong@baylibre.com>
4933 L:      dri-devel@lists.freedesktop.org
4934 L:      linux-amlogic@lists.infradead.org
4935 W:      http://linux-meson.com/
4936 S:      Supported
4937 F:      drivers/gpu/drm/meson/
4938 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4939 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4940 F:      Documentation/gpu/meson.rst
4941 T:      git git://anongit.freedesktop.org/drm/drm-misc
4942
4943 DRM DRIVERS FOR ATMEL HLCDC
4944 M:      Boris Brezillon <bbrezillon@kernel.org>
4945 L:      dri-devel@lists.freedesktop.org
4946 S:      Supported
4947 F:      drivers/gpu/drm/atmel-hlcdc/
4948 F:      Documentation/devicetree/bindings/display/atmel/
4949 T:      git git://anongit.freedesktop.org/drm/drm-misc
4950
4951 DRM DRIVERS FOR BRIDGE CHIPS
4952 M:      Archit Taneja <architt@codeaurora.org>
4953 M:      Andrzej Hajda <a.hajda@samsung.com>
4954 R:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4955 S:      Maintained
4956 T:      git git://anongit.freedesktop.org/drm/drm-misc
4957 F:      drivers/gpu/drm/bridge/
4958
4959 DRM DRIVERS FOR EXYNOS
4960 M:      Inki Dae <inki.dae@samsung.com>
4961 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4962 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4963 M:      Kyungmin Park <kyungmin.park@samsung.com>
4964 L:      dri-devel@lists.freedesktop.org
4965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4966 S:      Supported
4967 F:      drivers/gpu/drm/exynos/
4968 F:      include/uapi/drm/exynos_drm.h
4969 F:      Documentation/devicetree/bindings/display/exynos/
4970
4971 DRM DRIVERS FOR FREESCALE DCU
4972 M:      Stefan Agner <stefan@agner.ch>
4973 M:      Alison Wang <alison.wang@nxp.com>
4974 L:      dri-devel@lists.freedesktop.org
4975 S:      Supported
4976 F:      drivers/gpu/drm/fsl-dcu/
4977 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4978 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4979 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19-05b.txt
4980 T:      git git://anongit.freedesktop.org/drm/drm-misc
4981
4982 DRM DRIVERS FOR FREESCALE IMX
4983 M:      Philipp Zabel <p.zabel@pengutronix.de>
4984 L:      dri-devel@lists.freedesktop.org
4985 S:      Maintained
4986 F:      drivers/gpu/drm/imx/
4987 F:      drivers/gpu/ipu-v3/
4988 F:      Documentation/devicetree/bindings/display/imx/
4989
4990 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4991 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4992 L:      dri-devel@lists.freedesktop.org
4993 T:      git git://github.com/patjak/drm-gma500
4994 S:      Maintained
4995 F:      drivers/gpu/drm/gma500/
4996
4997 DRM DRIVERS FOR HISILICON
4998 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4999 M:      Rongrong Zou <zourongrong@gmail.com>
5000 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
5001 R:      Chen Feng <puck.chen@hisilicon.com>
5002 L:      dri-devel@lists.freedesktop.org
5003 T:      git git://github.com/xin3liang/linux.git
5004 S:      Maintained
5005 F:      drivers/gpu/drm/hisilicon/
5006 F:      Documentation/devicetree/bindings/display/hisilicon/
5007
5008 DRM DRIVERS FOR MEDIATEK
5009 M:      CK Hu <ck.hu@mediatek.com>
5010 M:      Philipp Zabel <p.zabel@pengutronix.de>
5011 L:      dri-devel@lists.freedesktop.org
5012 S:      Supported
5013 F:      drivers/gpu/drm/mediatek/
5014 F:      Documentation/devicetree/bindings/display/mediatek/
5015
5016 DRM DRIVERS FOR NVIDIA TEGRA
5017 M:      Thierry Reding <thierry.reding@gmail.com>
5018 L:      dri-devel@lists.freedesktop.org
5019 L:      linux-tegra@vger.kernel.org
5020 T:      git git://anongit.freedesktop.org/tegra/linux.git
5021 S:      Supported
5022 F:      drivers/gpu/drm/tegra/
5023 F:      drivers/gpu/host1x/
5024 F:      include/linux/host1x.h
5025 F:      include/uapi/drm/tegra_drm.h
5026 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
5027
5028 DRM DRIVERS FOR RENESAS
5029 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5030 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
5031 L:      dri-devel@lists.freedesktop.org
5032 L:      linux-renesas-soc@vger.kernel.org
5033 T:      git git://linuxtv.org/pinchartl/media drm/du/next
5034 S:      Supported
5035 F:      drivers/gpu/drm/rcar-du/
5036 F:      drivers/gpu/drm/shmobile/
5037 F:      include/linux/platform_data/shmob_drm.h
5038 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
5039 F:      Documentation/devicetree/bindings/display/bridge/renesas,lvds.txt
5040 F:      Documentation/devicetree/bindings/display/renesas,du.txt
5041
5042 DRM DRIVERS FOR ROCKCHIP
5043 M:      Sandy Huang <hjc@rock-chips.com>
5044 M:      Heiko Stübner <heiko@sntech.de>
5045 L:      dri-devel@lists.freedesktop.org
5046 S:      Maintained
5047 F:      drivers/gpu/drm/rockchip/
5048 F:      Documentation/devicetree/bindings/display/rockchip/
5049 T:      git git://anongit.freedesktop.org/drm/drm-misc
5050
5051 DRM DRIVERS FOR STI
5052 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5053 M:      Vincent Abriou <vincent.abriou@st.com>
5054 L:      dri-devel@lists.freedesktop.org
5055 T:      git git://anongit.freedesktop.org/drm/drm-misc
5056 S:      Maintained
5057 F:      drivers/gpu/drm/sti
5058 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
5059
5060 DRM DRIVERS FOR STM
5061 M:      Yannick Fertre <yannick.fertre@st.com>
5062 M:      Philippe Cornu <philippe.cornu@st.com>
5063 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
5064 M:      Vincent Abriou <vincent.abriou@st.com>
5065 L:      dri-devel@lists.freedesktop.org
5066 T:      git git://anongit.freedesktop.org/drm/drm-misc
5067 S:      Maintained
5068 F:      drivers/gpu/drm/stm
5069 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
5070
5071 DRM DRIVERS FOR TI LCDC
5072 M:      Jyri Sarha <jsarha@ti.com>
5073 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5074 L:      dri-devel@lists.freedesktop.org
5075 S:      Maintained
5076 F:      drivers/gpu/drm/tilcdc/
5077 F:      Documentation/devicetree/bindings/display/tilcdc/
5078
5079 DRM DRIVERS FOR TI OMAP
5080 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5081 L:      dri-devel@lists.freedesktop.org
5082 S:      Maintained
5083 F:      drivers/gpu/drm/omapdrm/
5084 F:      Documentation/devicetree/bindings/display/ti/
5085
5086 DRM DRIVERS FOR V3D
5087 M:      Eric Anholt <eric@anholt.net>
5088 S:      Supported
5089 F:      drivers/gpu/drm/v3d/
5090 F:      include/uapi/drm/v3d_drm.h
5091 F:      Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt
5092 T:      git git://anongit.freedesktop.org/drm/drm-misc
5093
5094 DRM DRIVERS FOR VC4
5095 M:      Eric Anholt <eric@anholt.net>
5096 T:      git git://github.com/anholt/linux
5097 S:      Supported
5098 F:      drivers/gpu/drm/vc4/
5099 F:      include/uapi/drm/vc4_drm.h
5100 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
5101 T:      git git://anongit.freedesktop.org/drm/drm-misc
5102
5103 DRM DRIVERS FOR VIVANTE GPU IP
5104 M:      Lucas Stach <l.stach@pengutronix.de>
5105 R:      Russell King <linux+etnaviv@armlinux.org.uk>
5106 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
5107 L:      etnaviv@lists.freedesktop.org
5108 L:      dri-devel@lists.freedesktop.org
5109 S:      Maintained
5110 F:      drivers/gpu/drm/etnaviv/
5111 F:      include/uapi/drm/etnaviv_drm.h
5112 F:      Documentation/devicetree/bindings/display/etnaviv/
5113
5114 DRM DRIVERS FOR ZTE ZX
5115 M:      Shawn Guo <shawnguo@kernel.org>
5116 L:      dri-devel@lists.freedesktop.org
5117 S:      Maintained
5118 F:      drivers/gpu/drm/zte/
5119 F:      Documentation/devicetree/bindings/display/zte,vou.txt
5120 T:      git git://anongit.freedesktop.org/drm/drm-misc
5121
5122 DRM PANEL DRIVERS
5123 M:      Thierry Reding <thierry.reding@gmail.com>
5124 L:      dri-devel@lists.freedesktop.org
5125 T:      git git://anongit.freedesktop.org/drm/drm-misc
5126 S:      Maintained
5127 F:      drivers/gpu/drm/drm_panel.c
5128 F:      drivers/gpu/drm/panel/
5129 F:      include/drm/drm_panel.h
5130 F:      Documentation/devicetree/bindings/display/panel/
5131
5132 DRM TINYDRM DRIVERS
5133 M:      Noralf Trønnes <noralf@tronnes.org>
5134 W:      https://github.com/notro/tinydrm/wiki/Development
5135 T:      git git://anongit.freedesktop.org/drm/drm-misc
5136 S:      Maintained
5137 F:      drivers/gpu/drm/tinydrm/
5138 F:      include/drm/tinydrm/
5139
5140 DRM DRIVERS FOR XEN
5141 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
5142 T:      git git://anongit.freedesktop.org/drm/drm-misc
5143 L:      dri-devel@lists.freedesktop.org
5144 L:      xen-devel@lists.xen.org
5145 S:      Supported
5146 F:      drivers/gpu/drm/xen/
5147 F:      Documentation/gpu/xen-front.rst
5148
5149 DRM TTM SUBSYSTEM
5150 M:      Christian Koenig <christian.koenig@amd.com>
5151 M:      Huang Rui <ray.huang@amd.com>
5152 M:      Junwei Zhang <Jerry.Zhang@amd.com>
5153 T:      git git://people.freedesktop.org/~agd5f/linux
5154 S:      Maintained
5155 L:      dri-devel@lists.freedesktop.org
5156 F:      include/drm/ttm/
5157 F:      drivers/gpu/drm/ttm/
5158
5159 DSBR100 USB FM RADIO DRIVER
5160 M:      Alexey Klimov <klimov.linux@gmail.com>
5161 L:      linux-media@vger.kernel.org
5162 T:      git git://linuxtv.org/media_tree.git
5163 S:      Maintained
5164 F:      drivers/media/radio/dsbr100.c
5165
5166 DSCC4 DRIVER
5167 M:      Francois Romieu <romieu@fr.zoreil.com>
5168 L:      netdev@vger.kernel.org
5169 S:      Maintained
5170 F:      drivers/net/wan/dscc4.c
5171
5172 DT3155 MEDIA DRIVER
5173 M:      Hans Verkuil <hverkuil@xs4all.nl>
5174 L:      linux-media@vger.kernel.org
5175 T:      git git://linuxtv.org/media_tree.git
5176 W:      https://linuxtv.org
5177 S:      Odd Fixes
5178 F:      drivers/media/pci/dt3155/
5179
5180 DVB_USB_AF9015 MEDIA DRIVER
5181 M:      Antti Palosaari <crope@iki.fi>
5182 L:      linux-media@vger.kernel.org
5183 W:      https://linuxtv.org
5184 W:      http://palosaari.fi/linux/
5185 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5186 T:      git git://linuxtv.org/anttip/media_tree.git
5187 S:      Maintained
5188 F:      drivers/media/usb/dvb-usb-v2/af9015*
5189
5190 DVB_USB_AF9035 MEDIA DRIVER
5191 M:      Antti Palosaari <crope@iki.fi>
5192 L:      linux-media@vger.kernel.org
5193 W:      https://linuxtv.org
5194 W:      http://palosaari.fi/linux/
5195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5196 T:      git git://linuxtv.org/anttip/media_tree.git
5197 S:      Maintained
5198 F:      drivers/media/usb/dvb-usb-v2/af9035*
5199
5200 DVB_USB_ANYSEE MEDIA DRIVER
5201 M:      Antti Palosaari <crope@iki.fi>
5202 L:      linux-media@vger.kernel.org
5203 W:      https://linuxtv.org
5204 W:      http://palosaari.fi/linux/
5205 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5206 T:      git git://linuxtv.org/anttip/media_tree.git
5207 S:      Maintained
5208 F:      drivers/media/usb/dvb-usb-v2/anysee*
5209
5210 DVB_USB_AU6610 MEDIA DRIVER
5211 M:      Antti Palosaari <crope@iki.fi>
5212 L:      linux-media@vger.kernel.org
5213 W:      https://linuxtv.org
5214 W:      http://palosaari.fi/linux/
5215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5216 T:      git git://linuxtv.org/anttip/media_tree.git
5217 S:      Maintained
5218 F:      drivers/media/usb/dvb-usb-v2/au6610*
5219
5220 DVB_USB_CE6230 MEDIA DRIVER
5221 M:      Antti Palosaari <crope@iki.fi>
5222 L:      linux-media@vger.kernel.org
5223 W:      https://linuxtv.org
5224 W:      http://palosaari.fi/linux/
5225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5226 T:      git git://linuxtv.org/anttip/media_tree.git
5227 S:      Maintained
5228 F:      drivers/media/usb/dvb-usb-v2/ce6230*
5229
5230 DVB_USB_CXUSB MEDIA DRIVER
5231 M:      Michael Krufky <mkrufky@linuxtv.org>
5232 L:      linux-media@vger.kernel.org
5233 W:      https://linuxtv.org
5234 W:      http://github.com/mkrufky
5235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5236 T:      git git://linuxtv.org/media_tree.git
5237 S:      Maintained
5238 F:      drivers/media/usb/dvb-usb/cxusb*
5239
5240 DVB_USB_EC168 MEDIA DRIVER
5241 M:      Antti Palosaari <crope@iki.fi>
5242 L:      linux-media@vger.kernel.org
5243 W:      https://linuxtv.org
5244 W:      http://palosaari.fi/linux/
5245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5246 T:      git git://linuxtv.org/anttip/media_tree.git
5247 S:      Maintained
5248 F:      drivers/media/usb/dvb-usb-v2/ec168*
5249
5250 DVB_USB_GL861 MEDIA DRIVER
5251 M:      Antti Palosaari <crope@iki.fi>
5252 L:      linux-media@vger.kernel.org
5253 W:      https://linuxtv.org
5254 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5255 T:      git git://linuxtv.org/anttip/media_tree.git
5256 S:      Maintained
5257 F:      drivers/media/usb/dvb-usb-v2/gl861*
5258
5259 DVB_USB_MXL111SF MEDIA DRIVER
5260 M:      Michael Krufky <mkrufky@linuxtv.org>
5261 L:      linux-media@vger.kernel.org
5262 W:      https://linuxtv.org
5263 W:      http://github.com/mkrufky
5264 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5265 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
5266 S:      Maintained
5267 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
5268
5269 DVB_USB_RTL28XXU MEDIA DRIVER
5270 M:      Antti Palosaari <crope@iki.fi>
5271 L:      linux-media@vger.kernel.org
5272 W:      https://linuxtv.org
5273 W:      http://palosaari.fi/linux/
5274 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5275 T:      git git://linuxtv.org/anttip/media_tree.git
5276 S:      Maintained
5277 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
5278
5279 DVB_USB_V2 MEDIA DRIVER
5280 M:      Antti Palosaari <crope@iki.fi>
5281 L:      linux-media@vger.kernel.org
5282 W:      https://linuxtv.org
5283 W:      http://palosaari.fi/linux/
5284 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5285 T:      git git://linuxtv.org/anttip/media_tree.git
5286 S:      Maintained
5287 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
5288 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
5289
5290 DYNAMIC DEBUG
5291 M:      Jason Baron <jbaron@akamai.com>
5292 S:      Maintained
5293 F:      lib/dynamic_debug.c
5294 F:      include/linux/dynamic_debug.h
5295
5296 DYNAMIC INTERRUPT MODERATION
5297 M:      Tal Gilboa <talgi@mellanox.com>
5298 S:      Maintained
5299 F:      include/linux/net_dim.h
5300
5301 DZ DECSTATION DZ11 SERIAL DRIVER
5302 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5303 S:      Maintained
5304 F:      drivers/tty/serial/dz.*
5305
5306 E3X0 POWER BUTTON DRIVER
5307 M:      Moritz Fischer <moritz.fischer@ettus.com>
5308 L:      usrp-users@lists.ettus.com
5309 W:      http://www.ettus.com
5310 S:      Supported
5311 F:      drivers/input/misc/e3x0-button.c
5312 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
5313
5314 E4000 MEDIA DRIVER
5315 M:      Antti Palosaari <crope@iki.fi>
5316 L:      linux-media@vger.kernel.org
5317 W:      https://linuxtv.org
5318 W:      http://palosaari.fi/linux/
5319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5320 T:      git git://linuxtv.org/anttip/media_tree.git
5321 S:      Maintained
5322 F:      drivers/media/tuners/e4000*
5323
5324 EARTH_PT1 MEDIA DRIVER
5325 M:      Akihiro Tsukada <tskd08@gmail.com>
5326 L:      linux-media@vger.kernel.org
5327 S:      Odd Fixes
5328 F:      drivers/media/pci/pt1/
5329
5330 EARTH_PT3 MEDIA DRIVER
5331 M:      Akihiro Tsukada <tskd08@gmail.com>
5332 L:      linux-media@vger.kernel.org
5333 S:      Odd Fixes
5334 F:      drivers/media/pci/pt3/
5335
5336 EC100 MEDIA DRIVER
5337 M:      Antti Palosaari <crope@iki.fi>
5338 L:      linux-media@vger.kernel.org
5339 W:      https://linuxtv.org
5340 W:      http://palosaari.fi/linux/
5341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5342 T:      git git://linuxtv.org/anttip/media_tree.git
5343 S:      Maintained
5344 F:      drivers/media/dvb-frontends/ec100*
5345
5346 ECRYPT FILE SYSTEM
5347 M:      Tyler Hicks <tyhicks@canonical.com>
5348 L:      ecryptfs@vger.kernel.org
5349 W:      http://ecryptfs.org
5350 W:      https://launchpad.net/ecryptfs
5351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
5352 S:      Supported
5353 F:      Documentation/filesystems/ecryptfs.txt
5354 F:      fs/ecryptfs/
5355
5356 EDAC-AMD64
5357 M:      Borislav Petkov <bp@alien8.de>
5358 L:      linux-edac@vger.kernel.org
5359 S:      Maintained
5360 F:      drivers/edac/amd64_edac*
5361
5362 EDAC-CALXEDA
5363 M:      Robert Richter <rric@kernel.org>
5364 L:      linux-edac@vger.kernel.org
5365 S:      Maintained
5366 F:      drivers/edac/highbank*
5367
5368 EDAC-CAVIUM OCTEON
5369 M:      Ralf Baechle <ralf@linux-mips.org>
5370 M:      David Daney <david.daney@cavium.com>
5371 L:      linux-edac@vger.kernel.org
5372 L:      linux-mips@vger.kernel.org
5373 S:      Supported
5374 F:      drivers/edac/octeon_edac*
5375
5376 EDAC-CAVIUM THUNDERX
5377 M:      David Daney <david.daney@cavium.com>
5378 M:      Jan Glauber <jglauber@cavium.com>
5379 L:      linux-edac@vger.kernel.org
5380 S:      Supported
5381 F:      drivers/edac/thunderx_edac*
5382
5383 EDAC-CORE
5384 M:      Borislav Petkov <bp@alien8.de>
5385 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5386 L:      linux-edac@vger.kernel.org
5387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
5388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
5389 S:      Supported
5390 F:      Documentation/admin-guide/ras.rst
5391 F:      Documentation/driver-api/edac.rst
5392 F:      drivers/edac/
5393 F:      include/linux/edac.h
5394
5395 EDAC-E752X
5396 M:      Mark Gross <mark.gross@intel.com>
5397 L:      linux-edac@vger.kernel.org
5398 S:      Maintained
5399 F:      drivers/edac/e752x_edac.c
5400
5401 EDAC-E7XXX
5402 L:      linux-edac@vger.kernel.org
5403 S:      Maintained
5404 F:      drivers/edac/e7xxx_edac.c
5405
5406 EDAC-FSL_DDR
5407 M:      York Sun <york.sun@nxp.com>
5408 L:      linux-edac@vger.kernel.org
5409 S:      Maintained
5410 F:      drivers/edac/fsl_ddr_edac.*
5411
5412 EDAC-GHES
5413 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5414 L:      linux-edac@vger.kernel.org
5415 S:      Maintained
5416 F:      drivers/edac/ghes_edac.c
5417
5418 EDAC-I3000
5419 L:      linux-edac@vger.kernel.org
5420 S:      Orphan
5421 F:      drivers/edac/i3000_edac.c
5422
5423 EDAC-I5000
5424 L:      linux-edac@vger.kernel.org
5425 S:      Maintained
5426 F:      drivers/edac/i5000_edac.c
5427
5428 EDAC-I5400
5429 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5430 L:      linux-edac@vger.kernel.org
5431 S:      Maintained
5432 F:      drivers/edac/i5400_edac.c
5433
5434 EDAC-I7300
5435 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5436 L:      linux-edac@vger.kernel.org
5437 S:      Maintained
5438 F:      drivers/edac/i7300_edac.c
5439
5440 EDAC-I7CORE
5441 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5442 L:      linux-edac@vger.kernel.org
5443 S:      Maintained
5444 F:      drivers/edac/i7core_edac.c
5445
5446 EDAC-I82443BXGX
5447 M:      Tim Small <tim@buttersideup.com>
5448 L:      linux-edac@vger.kernel.org
5449 S:      Maintained
5450 F:      drivers/edac/i82443bxgx_edac.c
5451
5452 EDAC-I82975X
5453 M:      "Arvind R." <arvino55@gmail.com>
5454 L:      linux-edac@vger.kernel.org
5455 S:      Maintained
5456 F:      drivers/edac/i82975x_edac.c
5457
5458 EDAC-IE31200
5459 M:      Jason Baron <jbaron@akamai.com>
5460 L:      linux-edac@vger.kernel.org
5461 S:      Maintained
5462 F:      drivers/edac/ie31200_edac.c
5463
5464 EDAC-MPC85XX
5465 M:      Johannes Thumshirn <morbidrsa@gmail.com>
5466 L:      linux-edac@vger.kernel.org
5467 S:      Maintained
5468 F:      drivers/edac/mpc85xx_edac.[ch]
5469
5470 EDAC-PASEMI
5471 M:      Egor Martovetsky <egor@pasemi.com>
5472 L:      linux-edac@vger.kernel.org
5473 S:      Maintained
5474 F:      drivers/edac/pasemi_edac.c
5475
5476 EDAC-PND2
5477 M:      Tony Luck <tony.luck@intel.com>
5478 L:      linux-edac@vger.kernel.org
5479 S:      Maintained
5480 F:      drivers/edac/pnd2_edac.[ch]
5481
5482 EDAC-R82600
5483 M:      Tim Small <tim@buttersideup.com>
5484 L:      linux-edac@vger.kernel.org
5485 S:      Maintained
5486 F:      drivers/edac/r82600_edac.c
5487
5488 EDAC-SBRIDGE
5489 M:      Tony Luck <tony.luck@intel.com>
5490 R:      Qiuxu Zhuo <qiuxu.zhuo@intel.com>
5491 L:      linux-edac@vger.kernel.org
5492 S:      Maintained
5493 F:      drivers/edac/sb_edac.c
5494
5495 EDAC-SKYLAKE
5496 M:      Tony Luck <tony.luck@intel.com>
5497 L:      linux-edac@vger.kernel.org
5498 S:      Maintained
5499 F:      drivers/edac/skx_edac.c
5500
5501 EDAC-TI
5502 M:      Tero Kristo <t-kristo@ti.com>
5503 L:      linux-edac@vger.kernel.org
5504 S:      Maintained
5505 F:      drivers/edac/ti_edac.c
5506
5507 EDAC-QCOM
5508 M:      Channagoud Kadabi <ckadabi@codeaurora.org>
5509 M:      Venkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
5510 L:      linux-arm-msm@vger.kernel.org
5511 L:      linux-edac@vger.kernel.org
5512 S:      Maintained
5513 F:      drivers/edac/qcom_edac.c
5514
5515 EDIROL UA-101/UA-1000 DRIVER
5516 M:      Clemens Ladisch <clemens@ladisch.de>
5517 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5518 T:      git git://git.alsa-project.org/alsa-kernel.git
5519 S:      Maintained
5520 F:      sound/usb/misc/ua101.c
5521
5522 EFI TEST DRIVER
5523 L:      linux-efi@vger.kernel.org
5524 M:      Ivan Hu <ivan.hu@canonical.com>
5525 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5526 S:      Maintained
5527 F:      drivers/firmware/efi/test/
5528
5529 EFI VARIABLE FILESYSTEM
5530 M:      Matthew Garrett <matthew.garrett@nebula.com>
5531 M:      Jeremy Kerr <jk@ozlabs.org>
5532 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5534 L:      linux-efi@vger.kernel.org
5535 S:      Maintained
5536 F:      fs/efivarfs/
5537
5538 EFIFB FRAMEBUFFER DRIVER
5539 L:      linux-fbdev@vger.kernel.org
5540 M:      Peter Jones <pjones@redhat.com>
5541 S:      Maintained
5542 F:      drivers/video/fbdev/efifb.c
5543
5544 EFS FILESYSTEM
5545 W:      http://aeschi.ch.eu.org/efs/
5546 S:      Orphan
5547 F:      fs/efs/
5548
5549 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5550 M:      Douglas Miller <dougmill@linux.ibm.com>
5551 L:      netdev@vger.kernel.org
5552 S:      Maintained
5553 F:      drivers/net/ethernet/ibm/ehea/
5554
5555 EM28XX VIDEO4LINUX DRIVER
5556 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5557 L:      linux-media@vger.kernel.org
5558 W:      https://linuxtv.org
5559 T:      git git://linuxtv.org/media_tree.git
5560 S:      Maintained
5561 F:      drivers/media/usb/em28xx/
5562 F:      Documentation/media/v4l-drivers/em28xx*
5563
5564 EMBEDDED LINUX
5565 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
5566 M:      Matt Mackall <mpm@selenic.com>
5567 M:      David Woodhouse <dwmw2@infradead.org>
5568 L:      linux-embedded@vger.kernel.org
5569 S:      Maintained
5570
5571 Emulex 10Gbps iSCSI - OneConnect DRIVER
5572 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5573 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
5574 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5575 L:      linux-scsi@vger.kernel.org
5576 W:      http://www.broadcom.com
5577 S:      Supported
5578 F:      drivers/scsi/be2iscsi/
5579
5580 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5581 M:      Sathya Perla <sathya.perla@broadcom.com>
5582 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
5583 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
5584 M:      Somnath Kotur <somnath.kotur@broadcom.com>
5585 L:      netdev@vger.kernel.org
5586 W:      http://www.emulex.com
5587 S:      Supported
5588 F:      drivers/net/ethernet/emulex/benet/
5589
5590 EMULEX ONECONNECT ROCE DRIVER
5591 M:      Selvin Xavier <selvin.xavier@broadcom.com>
5592 M:      Devesh Sharma <devesh.sharma@broadcom.com>
5593 L:      linux-rdma@vger.kernel.org
5594 W:      http://www.broadcom.com
5595 S:      Odd Fixes
5596 F:      drivers/infiniband/hw/ocrdma/
5597 F:      include/uapi/rdma/ocrdma-abi.h
5598
5599 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5600 M:      James Smart <james.smart@broadcom.com>
5601 M:      Dick Kennedy <dick.kennedy@broadcom.com>
5602 L:      linux-scsi@vger.kernel.org
5603 W:      http://www.broadcom.com
5604 S:      Supported
5605 F:      drivers/scsi/lpfc/
5606
5607 ENE CB710 FLASH CARD READER DRIVER
5608 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
5609 S:      Maintained
5610 F:      drivers/misc/cb710/
5611 F:      drivers/mmc/host/cb710-mmc.*
5612 F:      include/linux/cb710.h
5613
5614 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5615 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5616 S:      Maintained
5617 F:      drivers/media/rc/ene_ir.*
5618
5619 EPSON S1D13XXX FRAMEBUFFER DRIVER
5620 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
5621 S:      Maintained
5622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5623 F:      drivers/video/fbdev/s1d13xxxfb.c
5624 F:      include/video/s1d13xxxfb.h
5625
5626 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5627 M:      Jeff Layton <jlayton@kernel.org>
5628 S:      Maintained
5629 F:      lib/errseq.c
5630 F:      include/linux/errseq.h
5631
5632 ET131X NETWORK DRIVER
5633 M:      Mark Einon <mark.einon@gmail.com>
5634 S:      Odd Fixes
5635 F:      drivers/net/ethernet/agere/
5636
5637 ETHERNET BRIDGE
5638 M:      Roopa Prabhu <roopa@cumulusnetworks.com>
5639 M:      Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
5640 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
5641 L:      netdev@vger.kernel.org
5642 W:      http://www.linuxfoundation.org/en/Net:Bridge
5643 S:      Maintained
5644 F:      include/linux/netfilter_bridge/
5645 F:      net/bridge/
5646
5647 ETHERNET PHY LIBRARY
5648 M:      Andrew Lunn <andrew@lunn.ch>
5649 M:      Florian Fainelli <f.fainelli@gmail.com>
5650 M:      Heiner Kallweit <hkallweit1@gmail.com>
5651 L:      netdev@vger.kernel.org
5652 S:      Maintained
5653 F:      Documentation/ABI/testing/sysfs-bus-mdio
5654 F:      Documentation/devicetree/bindings/net/mdio*
5655 F:      Documentation/networking/phy.txt
5656 F:      drivers/net/phy/
5657 F:      drivers/of/of_mdio.c
5658 F:      drivers/of/of_net.c
5659 F:      include/linux/*mdio*.h
5660 F:      include/linux/of_net.h
5661 F:      include/linux/phy.h
5662 F:      include/linux/phy_fixed.h
5663 F:      include/linux/platform_data/mdio-bcm-unimac.h
5664 F:      include/linux/platform_data/mdio-gpio.h
5665 F:      include/trace/events/mdio.h
5666 F:      include/uapi/linux/mdio.h
5667 F:      include/uapi/linux/mii.h
5668
5669 EXT2 FILE SYSTEM
5670 M:      Jan Kara <jack@suse.com>
5671 L:      linux-ext4@vger.kernel.org
5672 S:      Maintained
5673 F:      Documentation/filesystems/ext2.txt
5674 F:      fs/ext2/
5675 F:      include/linux/ext2*
5676
5677 EXT4 FILE SYSTEM
5678 M:      "Theodore Ts'o" <tytso@mit.edu>
5679 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5680 L:      linux-ext4@vger.kernel.org
5681 W:      http://ext4.wiki.kernel.org
5682 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5684 S:      Maintained
5685 F:      Documentation/filesystems/ext4/ext4.rst
5686 F:      fs/ext4/
5687
5688 Extended Verification Module (EVM)
5689 M:      Mimi Zohar <zohar@linux.ibm.com>
5690 L:      linux-integrity@vger.kernel.org
5691 S:      Supported
5692 F:      security/integrity/evm/
5693
5694 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5695 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5696 L:      linux-efi@vger.kernel.org
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5698 S:      Maintained
5699 F:      Documentation/efi-stub.txt
5700 F:      arch/*/kernel/efi.c
5701 F:      arch/x86/boot/compressed/eboot.[ch]
5702 F:      arch/*/include/asm/efi.h
5703 F:      arch/x86/platform/efi/
5704 F:      drivers/firmware/efi/
5705 F:      include/linux/efi*.h
5706 F:      arch/arm/boot/compressed/efi-header.S
5707 F:      arch/arm64/kernel/efi-entry.S
5708
5709 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5710 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5711 M:      Chanwoo Choi <cw00.choi@samsung.com>
5712 L:      linux-kernel@vger.kernel.org
5713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5714 S:      Maintained
5715 F:      drivers/extcon/
5716 F:      include/linux/extcon/
5717 F:      include/linux/extcon.h
5718 F:      Documentation/extcon/
5719 F:      Documentation/devicetree/bindings/extcon/
5720
5721 EXYNOS DP DRIVER
5722 M:      Jingoo Han <jingoohan1@gmail.com>
5723 L:      dri-devel@lists.freedesktop.org
5724 S:      Maintained
5725 F:      drivers/gpu/drm/exynos/exynos_dp*
5726
5727 EXYNOS SYSMMU (IOMMU) driver
5728 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5729 L:      iommu@lists.linux-foundation.org
5730 S:      Maintained
5731 F:      drivers/iommu/exynos-iommu.c
5732
5733 EZchip NPS platform support
5734 M:      Vineet Gupta <vgupta@synopsys.com>
5735 M:      Ofer Levi <oferle@mellanox.com>
5736 S:      Supported
5737 F:      arch/arc/plat-eznps
5738 F:      arch/arc/boot/dts/eznps.dts
5739
5740 F2FS FILE SYSTEM
5741 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5742 M:      Chao Yu <yuchao0@huawei.com>
5743 L:      linux-f2fs-devel@lists.sourceforge.net
5744 W:      https://f2fs.wiki.kernel.org/
5745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5746 S:      Maintained
5747 F:      Documentation/filesystems/f2fs.txt
5748 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5749 F:      fs/f2fs/
5750 F:      include/linux/f2fs_fs.h
5751 F:      include/trace/events/f2fs.h
5752
5753 F71805F HARDWARE MONITORING DRIVER
5754 M:      Jean Delvare <jdelvare@suse.com>
5755 L:      linux-hwmon@vger.kernel.org
5756 S:      Maintained
5757 F:      Documentation/hwmon/f71805f
5758 F:      drivers/hwmon/f71805f.c
5759
5760 FADDR2LINE
5761 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5762 S:      Maintained
5763 F:      scripts/faddr2line
5764
5765 FAILOVER MODULE
5766 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
5767 L:      netdev@vger.kernel.org
5768 S:      Supported
5769 F:      net/core/failover.c
5770 F:      include/net/failover.h
5771 F:      Documentation/networking/failover.rst
5772
5773 FANOTIFY
5774 M:      Jan Kara <jack@suse.cz>
5775 R:      Amir Goldstein <amir73il@gmail.com>
5776 L:      linux-fsdevel@vger.kernel.org
5777 S:      Maintained
5778 F:      fs/notify/fanotify/
5779 F:      include/linux/fanotify.h
5780 F:      include/uapi/linux/fanotify.h
5781
5782 FARSYNC SYNCHRONOUS DRIVER
5783 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5784 W:      http://www.farsite.co.uk/
5785 S:      Supported
5786 F:      drivers/net/wan/farsync.*
5787
5788 FAULT INJECTION SUPPORT
5789 M:      Akinobu Mita <akinobu.mita@gmail.com>
5790 S:      Supported
5791 F:      Documentation/fault-injection/
5792 F:      lib/fault-inject.c
5793
5794 FBTFT Framebuffer drivers
5795 S:      Orphan
5796 L:      dri-devel@lists.freedesktop.org
5797 L:      linux-fbdev@vger.kernel.org
5798 F:      drivers/staging/fbtft/
5799
5800 FC0011 TUNER DRIVER
5801 M:      Michael Buesch <m@bues.ch>
5802 L:      linux-media@vger.kernel.org
5803 S:      Maintained
5804 F:      drivers/media/tuners/fc0011.h
5805 F:      drivers/media/tuners/fc0011.c
5806
5807 FC2580 MEDIA DRIVER
5808 M:      Antti Palosaari <crope@iki.fi>
5809 L:      linux-media@vger.kernel.org
5810 W:      https://linuxtv.org
5811 W:      http://palosaari.fi/linux/
5812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5813 T:      git git://linuxtv.org/anttip/media_tree.git
5814 S:      Maintained
5815 F:      drivers/media/tuners/fc2580*
5816
5817 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5818 M:      Johannes Thumshirn <jth@kernel.org>
5819 L:      linux-scsi@vger.kernel.org
5820 W:      www.Open-FCoE.org
5821 S:      Supported
5822 F:      drivers/scsi/libfc/
5823 F:      drivers/scsi/fcoe/
5824 F:      include/scsi/fc/
5825 F:      include/scsi/libfc.h
5826 F:      include/scsi/libfcoe.h
5827 F:      include/uapi/scsi/fc/
5828
5829 FILE LOCKING (flock() and fcntl()/lockf())
5830 M:      Jeff Layton <jlayton@kernel.org>
5831 M:      "J. Bruce Fields" <bfields@fieldses.org>
5832 L:      linux-fsdevel@vger.kernel.org
5833 S:      Maintained
5834 F:      include/linux/fcntl.h
5835 F:      include/uapi/linux/fcntl.h
5836 F:      fs/fcntl.c
5837 F:      fs/locks.c
5838
5839 FILESYSTEMS (VFS and infrastructure)
5840 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5841 L:      linux-fsdevel@vger.kernel.org
5842 S:      Maintained
5843 F:      fs/*
5844 F:      include/linux/fs.h
5845 F:      include/uapi/linux/fs.h
5846
5847 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5848 M:      Riku Voipio <riku.voipio@iki.fi>
5849 L:      linux-hwmon@vger.kernel.org
5850 S:      Maintained
5851 F:      drivers/hwmon/f75375s.c
5852 F:      include/linux/f75375s.h
5853
5854 FIREWIRE AUDIO DRIVERS
5855 M:      Clemens Ladisch <clemens@ladisch.de>
5856 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5857 T:      git git://git.alsa-project.org/alsa-kernel.git
5858 S:      Maintained
5859 F:      sound/firewire/
5860
5861 FIREWIRE MEDIA DRIVERS (firedtv)
5862 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5863 L:      linux-media@vger.kernel.org
5864 L:      linux1394-devel@lists.sourceforge.net
5865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5866 S:      Maintained
5867 F:      drivers/media/firewire/
5868
5869 FIREWIRE SBP-2 TARGET
5870 M:      Chris Boot <bootc@bootc.net>
5871 L:      linux-scsi@vger.kernel.org
5872 L:      target-devel@vger.kernel.org
5873 L:      linux1394-devel@lists.sourceforge.net
5874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5875 S:      Maintained
5876 F:      drivers/target/sbp/
5877
5878 FIREWIRE SUBSYSTEM
5879 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5880 L:      linux1394-devel@lists.sourceforge.net
5881 W:      http://ieee1394.wiki.kernel.org/
5882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5883 S:      Maintained
5884 F:      drivers/firewire/
5885 F:      include/linux/firewire.h
5886 F:      include/uapi/linux/firewire*.h
5887 F:      tools/firewire/
5888
5889 FIRMWARE LOADER (request_firmware)
5890 M:      Luis Chamberlain <mcgrof@kernel.org>
5891 L:      linux-kernel@vger.kernel.org
5892 S:      Maintained
5893 F:      Documentation/firmware_class/
5894 F:      drivers/base/firmware_loader/
5895 F:      include/linux/firmware.h
5896
5897 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5898 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5899 M:      Philip Kelleher <pjk1939@linux.ibm.com>
5900 S:      Maintained
5901 F:      drivers/block/rsxx/
5902
5903 FLOPPY DRIVER
5904 M:      Jiri Kosina <jikos@kernel.org>
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5906 S:      Odd fixes
5907 F:      drivers/block/floppy.c
5908
5909 FMC SUBSYSTEM
5910 M:      Alessandro Rubini <rubini@gnudd.com>
5911 W:      http://www.ohwr.org/projects/fmc-bus
5912 S:      Supported
5913 F:      drivers/fmc/
5914 F:      include/linux/fmc*.h
5915 F:      include/linux/ipmi-fru.h
5916 K:      fmc_d.*register
5917
5918 FPGA MANAGER FRAMEWORK
5919 M:      Alan Tull <atull@kernel.org>
5920 M:      Moritz Fischer <mdf@kernel.org>
5921 L:      linux-fpga@vger.kernel.org
5922 S:      Maintained
5923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5924 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
5925 F:      Documentation/fpga/
5926 F:      Documentation/driver-api/fpga/
5927 F:      Documentation/devicetree/bindings/fpga/
5928 F:      drivers/fpga/
5929 F:      include/linux/fpga/
5930 W:      http://www.rocketboards.org
5931
5932 FPGA DFL DRIVERS
5933 M:      Wu Hao <hao.wu@intel.com>
5934 L:      linux-fpga@vger.kernel.org
5935 S:      Maintained
5936 F:      Documentation/fpga/dfl.txt
5937 F:      include/uapi/linux/fpga-dfl.h
5938 F:      drivers/fpga/dfl*
5939
5940 FPU EMULATOR
5941 M:      Bill Metzenthen <billm@melbpc.org.au>
5942 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5943 S:      Maintained
5944 F:      arch/x86/math-emu/
5945
5946 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5947 L:      netdev@vger.kernel.org
5948 S:      Orphan
5949 F:      drivers/net/wan/dlci.c
5950 F:      drivers/net/wan/sdla.c
5951
5952 FRAMEBUFFER LAYER
5953 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5954 L:      dri-devel@lists.freedesktop.org
5955 L:      linux-fbdev@vger.kernel.org
5956 T:      git git://github.com/bzolnier/linux.git
5957 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5958 S:      Maintained
5959 F:      Documentation/fb/
5960 F:      drivers/video/
5961 F:      include/video/
5962 F:      include/linux/fb.h
5963 F:      include/uapi/video/
5964 F:      include/uapi/linux/fb.h
5965
5966 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5967 M:      Horia Geantă <horia.geanta@nxp.com>
5968 M:      Aymen Sghaier <aymen.sghaier@nxp.com>
5969 L:      linux-crypto@vger.kernel.org
5970 S:      Maintained
5971 F:      drivers/crypto/caam/
5972 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5973
5974 FREESCALE DIU FRAMEBUFFER DRIVER
5975 M:      Timur Tabi <timur@kernel.org>
5976 L:      linux-fbdev@vger.kernel.org
5977 S:      Maintained
5978 F:      drivers/video/fbdev/fsl-diu-fb.*
5979
5980 FREESCALE DMA DRIVER
5981 M:      Li Yang <leoyang.li@nxp.com>
5982 M:      Zhang Wei <zw@zh-kernel.org>
5983 L:      linuxppc-dev@lists.ozlabs.org
5984 S:      Maintained
5985 F:      drivers/dma/fsldma.*
5986
5987 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5988 M:      Claudiu Manoil <claudiu.manoil@nxp.com>
5989 L:      netdev@vger.kernel.org
5990 S:      Maintained
5991 F:      drivers/net/ethernet/freescale/gianfar*
5992 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5993
5994 FREESCALE GPMI NAND DRIVER
5995 M:      Han Xu <han.xu@nxp.com>
5996 L:      linux-mtd@lists.infradead.org
5997 S:      Maintained
5998 F:      drivers/mtd/nand/raw/gpmi-nand/*
5999
6000 FREESCALE I2C CPM DRIVER
6001 M:      Jochen Friedrich <jochen@scram.de>
6002 L:      linuxppc-dev@lists.ozlabs.org
6003 L:      linux-i2c@vger.kernel.org
6004 S:      Maintained
6005 F:      drivers/i2c/busses/i2c-cpm.c
6006
6007 FREESCALE IMX LPI2C DRIVER
6008 M:      Dong Aisheng <aisheng.dong@nxp.com>
6009 L:      linux-i2c@vger.kernel.org
6010 L:      linux-imx@nxp.com
6011 S:      Maintained
6012 F:      drivers/i2c/busses/i2c-imx-lpi2c.c
6013 F:      Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.txt
6014
6015 FREESCALE IMX / MXC FEC DRIVER
6016 M:      Fugang Duan <fugang.duan@nxp.com>
6017 L:      netdev@vger.kernel.org
6018 S:      Maintained
6019 F:      drivers/net/ethernet/freescale/fec_main.c
6020 F:      drivers/net/ethernet/freescale/fec_ptp.c
6021 F:      drivers/net/ethernet/freescale/fec.h
6022 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
6023
6024 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
6025 M:      Sascha Hauer <s.hauer@pengutronix.de>
6026 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
6027 L:      linux-fbdev@vger.kernel.org
6028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6029 S:      Maintained
6030 F:      include/linux/platform_data/video-imxfb.h
6031 F:      drivers/video/fbdev/imxfb.c
6032
6033 FREESCALE QORIQ DPAA ETHERNET DRIVER
6034 M:      Madalin Bucur <madalin.bucur@nxp.com>
6035 L:      netdev@vger.kernel.org
6036 S:      Maintained
6037 F:      drivers/net/ethernet/freescale/dpaa
6038
6039 FREESCALE QORIQ DPAA FMAN DRIVER
6040 M:      Madalin Bucur <madalin.bucur@nxp.com>
6041 L:      netdev@vger.kernel.org
6042 S:      Maintained
6043 F:      drivers/net/ethernet/freescale/fman
6044 F:      Documentation/devicetree/bindings/net/fsl-fman.txt
6045
6046 FREESCALE QORIQ PTP CLOCK DRIVER
6047 M:      Yangbo Lu <yangbo.lu@nxp.com>
6048 L:      netdev@vger.kernel.org
6049 S:      Maintained
6050 F:      drivers/ptp/ptp_qoriq.c
6051 F:      include/linux/fsl/ptp_qoriq.h
6052 F:      Documentation/devicetree/bindings/ptp/ptp-qoriq.txt
6053
6054 FREESCALE QUAD SPI DRIVER
6055 M:      Han Xu <han.xu@nxp.com>
6056 L:      linux-mtd@lists.infradead.org
6057 S:      Maintained
6058 F:      drivers/mtd/spi-nor/fsl-quadspi.c
6059
6060 FREESCALE QUICC ENGINE LIBRARY
6061 M:      Qiang Zhao <qiang.zhao@nxp.com>
6062 L:      linuxppc-dev@lists.ozlabs.org
6063 S:      Maintained
6064 F:      drivers/soc/fsl/qe/
6065 F:      include/soc/fsl/*qe*.h
6066 F:      include/soc/fsl/*ucc*.h
6067
6068 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
6069 M:      Li Yang <leoyang.li@nxp.com>
6070 L:      netdev@vger.kernel.org
6071 L:      linuxppc-dev@lists.ozlabs.org
6072 S:      Maintained
6073 F:      drivers/net/ethernet/freescale/ucc_geth*
6074
6075 FREESCALE QUICC ENGINE UCC HDLC DRIVER
6076 M:      Zhao Qiang <qiang.zhao@nxp.com>
6077 L:      netdev@vger.kernel.org
6078 L:      linuxppc-dev@lists.ozlabs.org
6079 S:      Maintained
6080 F:      drivers/net/wan/fsl_ucc_hdlc*
6081
6082 FREESCALE QUICC ENGINE UCC UART DRIVER
6083 M:      Timur Tabi <timur@kernel.org>
6084 L:      linuxppc-dev@lists.ozlabs.org
6085 S:      Maintained
6086 F:      drivers/tty/serial/ucc_uart.c
6087
6088 FREESCALE SOC DRIVERS
6089 M:      Li Yang <leoyang.li@nxp.com>
6090 L:      linuxppc-dev@lists.ozlabs.org
6091 L:      linux-arm-kernel@lists.infradead.org
6092 S:      Maintained
6093 F:      Documentation/devicetree/bindings/soc/fsl/
6094 F:      drivers/soc/fsl/
6095 F:      include/linux/fsl/
6096
6097 FREESCALE SOC FS_ENET DRIVER
6098 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
6099 L:      linuxppc-dev@lists.ozlabs.org
6100 L:      netdev@vger.kernel.org
6101 S:      Maintained
6102 F:      drivers/net/ethernet/freescale/fs_enet/
6103 F:      include/linux/fs_enet_pd.h
6104
6105 FREESCALE SOC SOUND DRIVERS
6106 M:      Timur Tabi <timur@kernel.org>
6107 M:      Nicolin Chen <nicoleotsuka@gmail.com>
6108 M:      Xiubo Li <Xiubo.Lee@gmail.com>
6109 R:      Fabio Estevam <fabio.estevam@nxp.com>
6110 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6111 L:      linuxppc-dev@lists.ozlabs.org
6112 S:      Maintained
6113 F:      sound/soc/fsl/fsl*
6114 F:      sound/soc/fsl/imx*
6115 F:      sound/soc/fsl/mpc8610_hpcd.c
6116
6117 FREESCALE USB PERIPHERAL DRIVERS
6118 M:      Li Yang <leoyang.li@nxp.com>
6119 L:      linux-usb@vger.kernel.org
6120 L:      linuxppc-dev@lists.ozlabs.org
6121 S:      Maintained
6122 F:      drivers/usb/gadget/udc/fsl*
6123
6124 FREEVXFS FILESYSTEM
6125 M:      Christoph Hellwig <hch@infradead.org>
6126 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
6127 S:      Maintained
6128 F:      fs/freevxfs/
6129
6130 FREEZER
6131 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6132 M:      Pavel Machek <pavel@ucw.cz>
6133 L:      linux-pm@vger.kernel.org
6134 S:      Supported
6135 F:      Documentation/power/freezing-of-tasks.txt
6136 F:      include/linux/freezer.h
6137 F:      kernel/freezer.c
6138
6139 FRONTSWAP API
6140 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6141 L:      linux-kernel@vger.kernel.org
6142 S:      Maintained
6143 F:      mm/frontswap.c
6144 F:      include/linux/frontswap.h
6145
6146 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
6147 M:      David Howells <dhowells@redhat.com>
6148 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
6149 S:      Supported
6150 F:      Documentation/filesystems/caching/
6151 F:      fs/fscache/
6152 F:      include/linux/fscache*.h
6153
6154 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
6155 M:      Theodore Y. Ts'o <tytso@mit.edu>
6156 M:      Jaegeuk Kim <jaegeuk@kernel.org>
6157 L:      linux-fscrypt@vger.kernel.org
6158 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
6159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
6160 S:      Supported
6161 F:      fs/crypto/
6162 F:      include/linux/fscrypt*.h
6163 F:      Documentation/filesystems/fscrypt.rst
6164
6165 FSI-ATTACHED I2C DRIVER
6166 M:      Eddie James <eajames@linux.ibm.com>
6167 L:      linux-i2c@vger.kernel.org
6168 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
6169 S:      Maintained
6170 F:      drivers/i2c/busses/i2c-fsi.c
6171 F:      Documentation/devicetree/bindings/i2c/i2c-fsi.txt
6172
6173 FSNOTIFY: FILESYSTEM NOTIFICATION INFRASTRUCTURE
6174 M:      Jan Kara <jack@suse.cz>
6175 R:      Amir Goldstein <amir73il@gmail.com>
6176 L:      linux-fsdevel@vger.kernel.org
6177 S:      Maintained
6178 F:      fs/notify/
6179 F:      include/linux/fsnotify*.h
6180
6181 FUJITSU LAPTOP EXTRAS
6182 M:      Jonathan Woithe <jwoithe@just42.net>
6183 L:      platform-driver-x86@vger.kernel.org
6184 S:      Maintained
6185 F:      drivers/platform/x86/fujitsu-laptop.c
6186
6187 FUJITSU M-5MO LS CAMERA ISP DRIVER
6188 M:      Kyungmin Park <kyungmin.park@samsung.com>
6189 M:      Heungjun Kim <riverful.kim@samsung.com>
6190 L:      linux-media@vger.kernel.org
6191 S:      Maintained
6192 F:      drivers/media/i2c/m5mols/
6193 F:      include/media/i2c/m5mols.h
6194
6195 FUJITSU TABLET EXTRAS
6196 M:      Robert Gerlach <khnz@gmx.de>
6197 L:      platform-driver-x86@vger.kernel.org
6198 S:      Maintained
6199 F:      drivers/platform/x86/fujitsu-tablet.c
6200
6201 FUSE: FILESYSTEM IN USERSPACE
6202 M:      Miklos Szeredi <miklos@szeredi.hu>
6203 L:      linux-fsdevel@vger.kernel.org
6204 W:      http://fuse.sourceforge.net/
6205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
6206 S:      Maintained
6207 F:      fs/fuse/
6208 F:      include/uapi/linux/fuse.h
6209 F:      Documentation/filesystems/fuse.txt
6210
6211 FUTEX SUBSYSTEM
6212 M:      Thomas Gleixner <tglx@linutronix.de>
6213 M:      Ingo Molnar <mingo@redhat.com>
6214 R:      Peter Zijlstra <peterz@infradead.org>
6215 R:      Darren Hart <dvhart@infradead.org>
6216 L:      linux-kernel@vger.kernel.org
6217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
6218 S:      Maintained
6219 F:      kernel/futex.c
6220 F:      kernel/futex_compat.c
6221 F:      include/asm-generic/futex.h
6222 F:      include/linux/futex.h
6223 F:      include/uapi/linux/futex.h
6224 F:      tools/testing/selftests/futex/
6225 F:      tools/perf/bench/futex*
6226 F:      Documentation/*futex*
6227
6228 GCC PLUGINS
6229 M:      Kees Cook <keescook@chromium.org>
6230 R:      Emese Revfy <re.emese@gmail.com>
6231 L:      kernel-hardening@lists.openwall.com
6232 S:      Maintained
6233 F:      scripts/gcc-plugins/
6234 F:      scripts/gcc-plugin.sh
6235 F:      scripts/Makefile.gcc-plugins
6236 F:      Documentation/gcc-plugins.txt
6237
6238 GASKET DRIVER FRAMEWORK
6239 M:      Rob Springer <rspringer@google.com>
6240 M:      Todd Poynor <toddpoynor@google.com>
6241 M:      Ben Chan <benchan@chromium.org>
6242 S:      Maintained
6243 F:      drivers/staging/gasket/
6244
6245 GCOV BASED KERNEL PROFILING
6246 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
6247 S:      Maintained
6248 F:      kernel/gcov/
6249 F:      Documentation/dev-tools/gcov.rst
6250
6251 GDB KERNEL DEBUGGING HELPER SCRIPTS
6252 M:      Jan Kiszka <jan.kiszka@siemens.com>
6253 M:      Kieran Bingham <kbingham@kernel.org>
6254 S:      Supported
6255 F:      scripts/gdb/
6256
6257 GDT SCSI DISK ARRAY CONTROLLER DRIVER
6258 M:      Achim Leubner <achim_leubner@adaptec.com>
6259 L:      linux-scsi@vger.kernel.org
6260 W:      http://www.icp-vortex.com/
6261 S:      Supported
6262 F:      drivers/scsi/gdt*
6263
6264 GEMTEK FM RADIO RECEIVER DRIVER
6265 M:      Hans Verkuil <hverkuil@xs4all.nl>
6266 L:      linux-media@vger.kernel.org
6267 T:      git git://linuxtv.org/media_tree.git
6268 W:      https://linuxtv.org
6269 S:      Maintained
6270 F:      drivers/media/radio/radio-gemtek*
6271
6272 GENERIC GPIO I2C DRIVER
6273 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
6274 S:      Supported
6275 F:      drivers/i2c/busses/i2c-gpio.c
6276 F:      include/linux/platform_data/i2c-gpio.h
6277
6278 GENERIC GPIO I2C MULTIPLEXER DRIVER
6279 M:      Peter Korsgaard <peter.korsgaard@barco.com>
6280 L:      linux-i2c@vger.kernel.org
6281 S:      Supported
6282 F:      drivers/i2c/muxes/i2c-mux-gpio.c
6283 F:      include/linux/platform_data/i2c-mux-gpio.h
6284 F:      Documentation/i2c/muxes/i2c-mux-gpio
6285
6286 GENERIC HDLC (WAN) DRIVERS
6287 M:      Krzysztof Halasa <khc@pm.waw.pl>
6288 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
6289 S:      Maintained
6290 F:      drivers/net/wan/c101.c
6291 F:      drivers/net/wan/hd6457*
6292 F:      drivers/net/wan/hdlc*
6293 F:      drivers/net/wan/n2.c
6294 F:      drivers/net/wan/pc300too.c
6295 F:      drivers/net/wan/pci200syn.c
6296 F:      drivers/net/wan/wanxl*
6297
6298 GENERIC INCLUDE/ASM HEADER FILES
6299 M:      Arnd Bergmann <arnd@arndb.de>
6300 L:      linux-arch@vger.kernel.org
6301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
6302 S:      Maintained
6303 F:      include/asm-generic/
6304 F:      include/uapi/asm-generic/
6305
6306 GENERIC PHY FRAMEWORK
6307 M:      Kishon Vijay Abraham I <kishon@ti.com>
6308 L:      linux-kernel@vger.kernel.org
6309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
6310 S:      Supported
6311 F:      drivers/phy/
6312 F:      include/linux/phy/
6313 F:      Documentation/devicetree/bindings/phy/
6314
6315 GENERIC PINCTRL I2C DEMULTIPLEXER DRIVER
6316 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
6317 S:      Supported
6318 F:      drivers/i2c/muxes/i2c-demux-pinctrl.c
6319
6320 GENERIC PM DOMAINS
6321 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6322 M:      Kevin Hilman <khilman@kernel.org>
6323 M:      Ulf Hansson <ulf.hansson@linaro.org>
6324 L:      linux-pm@vger.kernel.org
6325 S:      Supported
6326 F:      drivers/base/power/domain*.c
6327 F:      include/linux/pm_domain.h
6328 F:      Documentation/devicetree/bindings/power/power_domain.txt
6329
6330 GENERIC RESISTIVE TOUCHSCREEN ADC DRIVER
6331 M:      Eugen Hristev <eugen.hristev@microchip.com>
6332 L:      linux-input@vger.kernel.org
6333 S:      Maintained
6334 F:      drivers/input/touchscreen/resistive-adc-touch.c
6335
6336 GENERIC UIO DRIVER FOR PCI DEVICES
6337 M:      "Michael S. Tsirkin" <mst@redhat.com>
6338 L:      kvm@vger.kernel.org
6339 S:      Supported
6340 F:      drivers/uio/uio_pci_generic.c
6341
6342 GENWQE (IBM Generic Workqueue Card)
6343 M:      Frank Haverkamp <haver@linux.ibm.com>
6344 S:      Supported
6345 F:      drivers/misc/genwqe/
6346
6347 GET_MAINTAINER SCRIPT
6348 M:      Joe Perches <joe@perches.com>
6349 S:      Maintained
6350 F:      scripts/get_maintainer.pl
6351
6352 GFS2 FILE SYSTEM
6353 M:      Bob Peterson <rpeterso@redhat.com>
6354 M:      Andreas Gruenbacher <agruenba@redhat.com>
6355 L:      cluster-devel@redhat.com
6356 W:      http://sources.redhat.com/cluster/
6357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
6358 S:      Supported
6359 F:      Documentation/filesystems/gfs2*.txt
6360 F:      fs/gfs2/
6361 F:      include/uapi/linux/gfs2_ondisk.h
6362
6363 GIGASET ISDN DRIVERS
6364 M:      Paul Bolle <pebolle@tiscali.nl>
6365 L:      gigaset307x-common@lists.sourceforge.net
6366 W:      http://gigaset307x.sourceforge.net/
6367 S:      Odd Fixes
6368 F:      Documentation/isdn/README.gigaset
6369 F:      drivers/isdn/gigaset/
6370 F:      include/uapi/linux/gigaset_dev.h
6371
6372 GNSS SUBSYSTEM
6373 M:      Johan Hovold <johan@kernel.org>
6374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss.git
6375 S:      Maintained
6376 F:      Documentation/ABI/testing/sysfs-class-gnss
6377 F:      Documentation/devicetree/bindings/gnss/
6378 F:      drivers/gnss/
6379 F:      include/linux/gnss.h
6380
6381 GO7007 MPEG CODEC
6382 M:      Hans Verkuil <hans.verkuil@cisco.com>
6383 L:      linux-media@vger.kernel.org
6384 S:      Maintained
6385 F:      drivers/media/usb/go7007/
6386
6387 GOODIX TOUCHSCREEN
6388 M:      Bastien Nocera <hadess@hadess.net>
6389 L:      linux-input@vger.kernel.org
6390 S:      Maintained
6391 F:      drivers/input/touchscreen/goodix.c
6392
6393 GPD POCKET FAN DRIVER
6394 M:      Hans de Goede <hdegoede@redhat.com>
6395 L:      platform-driver-x86@vger.kernel.org
6396 S:      Maintained
6397 F:      drivers/platform/x86/gpd-pocket-fan.c
6398
6399 GPIO ACPI SUPPORT
6400 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6401 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6402 L:      linux-gpio@vger.kernel.org
6403 L:      linux-acpi@vger.kernel.org
6404 S:      Maintained
6405 F:      Documentation/acpi/gpio-properties.txt
6406 F:      drivers/gpio/gpiolib-acpi.c
6407
6408 GPIO IR Transmitter
6409 M:      Sean Young <sean@mess.org>
6410 L:      linux-media@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/media/rc/gpio-ir-tx.c
6413
6414 GPIO MOCKUP DRIVER
6415 M:      Bamvor Jian Zhang <bamv2005@gmail.com>
6416 L:      linux-gpio@vger.kernel.org
6417 S:      Maintained
6418 F:      drivers/gpio/gpio-mockup.c
6419 F:      tools/testing/selftests/gpio/
6420
6421 GPIO SUBSYSTEM
6422 M:      Linus Walleij <linus.walleij@linaro.org>
6423 M:      Bartosz Golaszewski <bgolaszewski@baylibre.com>
6424 L:      linux-gpio@vger.kernel.org
6425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
6426 S:      Maintained
6427 F:      Documentation/devicetree/bindings/gpio/
6428 F:      Documentation/driver-api/gpio/
6429 F:      Documentation/gpio/
6430 F:      Documentation/ABI/testing/gpio-cdev
6431 F:      Documentation/ABI/obsolete/sysfs-gpio
6432 F:      drivers/gpio/
6433 F:      include/linux/gpio/
6434 F:      include/linux/gpio.h
6435 F:      include/linux/of_gpio.h
6436 F:      include/asm-generic/gpio.h
6437 F:      include/uapi/linux/gpio.h
6438 F:      tools/gpio/
6439
6440 GRE DEMULTIPLEXER DRIVER
6441 M:      Dmitry Kozlov <xeb@mail.ru>
6442 L:      netdev@vger.kernel.org
6443 S:      Maintained
6444 F:      net/ipv4/gre_demux.c
6445 F:      net/ipv4/gre_offload.c
6446 F:      include/net/gre.h
6447
6448 GRETH 10/100/1G Ethernet MAC device driver
6449 M:      Andreas Larsson <andreas@gaisler.com>
6450 L:      netdev@vger.kernel.org
6451 S:      Maintained
6452 F:      drivers/net/ethernet/aeroflex/
6453
6454 GREYBUS AUDIO PROTOCOLS DRIVERS
6455 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
6456 M:      Mark Greer <mgreer@animalcreek.com>
6457 S:      Maintained
6458 F:      drivers/staging/greybus/audio_apbridgea.c
6459 F:      drivers/staging/greybus/audio_apbridgea.h
6460 F:      drivers/staging/greybus/audio_codec.c
6461 F:      drivers/staging/greybus/audio_codec.h
6462 F:      drivers/staging/greybus/audio_gb.c
6463 F:      drivers/staging/greybus/audio_manager.c
6464 F:      drivers/staging/greybus/audio_manager.h
6465 F:      drivers/staging/greybus/audio_manager_module.c
6466 F:      drivers/staging/greybus/audio_manager_private.h
6467 F:      drivers/staging/greybus/audio_manager_sysfs.c
6468 F:      drivers/staging/greybus/audio_module.c
6469 F:      drivers/staging/greybus/audio_topology.c
6470
6471 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
6472 M:      Viresh Kumar <vireshk@kernel.org>
6473 S:      Maintained
6474 F:      drivers/staging/greybus/authentication.c
6475 F:      drivers/staging/greybus/bootrom.c
6476 F:      drivers/staging/greybus/firmware.h
6477 F:      drivers/staging/greybus/fw-core.c
6478 F:      drivers/staging/greybus/fw-download.c
6479 F:      drivers/staging/greybus/fw-management.c
6480 F:      drivers/staging/greybus/greybus_authentication.h
6481 F:      drivers/staging/greybus/greybus_firmware.h
6482 F:      drivers/staging/greybus/hid.c
6483 F:      drivers/staging/greybus/i2c.c
6484 F:      drivers/staging/greybus/spi.c
6485 F:      drivers/staging/greybus/spilib.c
6486 F:      drivers/staging/greybus/spilib.h
6487
6488 GREYBUS LOOPBACK DRIVER
6489 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
6490 S:      Maintained
6491 F:      drivers/staging/greybus/loopback.c
6492
6493 GREYBUS PLATFORM DRIVERS
6494 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
6495 S:      Maintained
6496 F:      drivers/staging/greybus/arche-platform.c
6497 F:      drivers/staging/greybus/arche-apb-ctrl.c
6498 F:      drivers/staging/greybus/arche_platform.h
6499
6500 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6501 M:      Rui Miguel Silva <rmfrfs@gmail.com>
6502 S:      Maintained
6503 F:      drivers/staging/greybus/sdio.c
6504 F:      drivers/staging/greybus/light.c
6505 F:      drivers/staging/greybus/gpio.c
6506 F:      drivers/staging/greybus/power_supply.c
6507 F:      drivers/staging/greybus/spi.c
6508 F:      drivers/staging/greybus/spilib.c
6509
6510 GREYBUS SUBSYSTEM
6511 M:      Johan Hovold <johan@kernel.org>
6512 M:      Alex Elder <elder@kernel.org>
6513 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6514 S:      Maintained
6515 F:      drivers/staging/greybus/
6516 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
6517
6518 GREYBUS UART PROTOCOLS DRIVERS
6519 M:      David Lin <dtwlin@gmail.com>
6520 S:      Maintained
6521 F:      drivers/staging/greybus/uart.c
6522 F:      drivers/staging/greybus/log.c
6523
6524 GS1662 VIDEO SERIALIZER
6525 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
6526 L:      linux-media@vger.kernel.org
6527 T:      git git://linuxtv.org/media_tree.git
6528 S:      Maintained
6529 F:      drivers/media/spi/gs1662.c
6530
6531 GSPCA FINEPIX SUBDRIVER
6532 M:      Frank Zago <frank@zago.net>
6533 L:      linux-media@vger.kernel.org
6534 T:      git git://linuxtv.org/media_tree.git
6535 S:      Maintained
6536 F:      drivers/media/usb/gspca/finepix.c
6537
6538 GSPCA GL860 SUBDRIVER
6539 M:      Olivier Lorin <o.lorin@laposte.net>
6540 L:      linux-media@vger.kernel.org
6541 T:      git git://linuxtv.org/media_tree.git
6542 S:      Maintained
6543 F:      drivers/media/usb/gspca/gl860/
6544
6545 GSPCA M5602 SUBDRIVER
6546 M:      Erik Andren <erik.andren@gmail.com>
6547 L:      linux-media@vger.kernel.org
6548 T:      git git://linuxtv.org/media_tree.git
6549 S:      Maintained
6550 F:      drivers/media/usb/gspca/m5602/
6551
6552 GSPCA PAC207 SONIXB SUBDRIVER
6553 M:      Hans Verkuil <hverkuil@xs4all.nl>
6554 L:      linux-media@vger.kernel.org
6555 T:      git git://linuxtv.org/media_tree.git
6556 S:      Odd Fixes
6557 F:      drivers/media/usb/gspca/pac207.c
6558
6559 GSPCA SN9C20X SUBDRIVER
6560 M:      Brian Johnson <brijohn@gmail.com>
6561 L:      linux-media@vger.kernel.org
6562 T:      git git://linuxtv.org/media_tree.git
6563 S:      Maintained
6564 F:      drivers/media/usb/gspca/sn9c20x.c
6565
6566 GSPCA T613 SUBDRIVER
6567 M:      Leandro Costantino <lcostantino@gmail.com>
6568 L:      linux-media@vger.kernel.org
6569 T:      git git://linuxtv.org/media_tree.git
6570 S:      Maintained
6571 F:      drivers/media/usb/gspca/t613.c
6572
6573 GSPCA USB WEBCAM DRIVER
6574 M:      Hans Verkuil <hverkuil@xs4all.nl>
6575 L:      linux-media@vger.kernel.org
6576 T:      git git://linuxtv.org/media_tree.git
6577 S:      Odd Fixes
6578 F:      drivers/media/usb/gspca/
6579
6580 GTP (GPRS Tunneling Protocol)
6581 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6582 M:      Harald Welte <laforge@gnumonks.org>
6583 L:      osmocom-net-gprs@lists.osmocom.org
6584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6585 S:      Maintained
6586 F:      drivers/net/gtp.c
6587
6588 GUID PARTITION TABLE (GPT)
6589 M:      Davidlohr Bueso <dave@stgolabs.net>
6590 L:      linux-efi@vger.kernel.org
6591 S:      Maintained
6592 F:      block/partitions/efi.*
6593
6594 H8/300 ARCHITECTURE
6595 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6596 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
6597 W:      http://uclinux-h8.sourceforge.jp
6598 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6599 S:      Maintained
6600 F:      arch/h8300/
6601 F:      drivers/clocksource/h8300_*.c
6602 F:      drivers/clk/h8300/
6603 F:      drivers/irqchip/irq-renesas-h8*.c
6604
6605 HACKRF MEDIA DRIVER
6606 M:      Antti Palosaari <crope@iki.fi>
6607 L:      linux-media@vger.kernel.org
6608 W:      https://linuxtv.org
6609 W:      http://palosaari.fi/linux/
6610 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6611 T:      git git://linuxtv.org/anttip/media_tree.git
6612 S:      Maintained
6613 F:      drivers/media/usb/hackrf/
6614
6615 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6616 M:      Frank Seidel <frank@f-seidel.de>
6617 L:      platform-driver-x86@vger.kernel.org
6618 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6619 S:      Maintained
6620 F:      drivers/platform/x86/hdaps.c
6621
6622 HARDWARE MONITORING
6623 M:      Jean Delvare <jdelvare@suse.com>
6624 M:      Guenter Roeck <linux@roeck-us.net>
6625 L:      linux-hwmon@vger.kernel.org
6626 W:      http://hwmon.wiki.kernel.org/
6627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6628 S:      Maintained
6629 F:      Documentation/devicetree/bindings/hwmon/
6630 F:      Documentation/hwmon/
6631 F:      drivers/hwmon/
6632 F:      include/linux/hwmon*.h
6633 F:      include/trace/events/hwmon*.h
6634
6635 HARDWARE RANDOM NUMBER GENERATOR CORE
6636 M:      Matt Mackall <mpm@selenic.com>
6637 M:      Herbert Xu <herbert@gondor.apana.org.au>
6638 L:      linux-crypto@vger.kernel.org
6639 S:      Odd fixes
6640 F:      Documentation/devicetree/bindings/rng/
6641 F:      Documentation/hw_random.txt
6642 F:      drivers/char/hw_random/
6643 F:      include/linux/hw_random.h
6644
6645 HARDWARE TRACING FACILITIES
6646 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
6647 S:      Maintained
6648 F:      drivers/hwtracing/
6649
6650 HARDWARE SPINLOCK CORE
6651 M:      Ohad Ben-Cohen <ohad@wizery.com>
6652 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
6653 L:      linux-remoteproc@vger.kernel.org
6654 S:      Maintained
6655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6656 F:      Documentation/devicetree/bindings/hwlock/
6657 F:      Documentation/hwspinlock.txt
6658 F:      drivers/hwspinlock/
6659 F:      include/linux/hwspinlock.h
6660
6661 HARMONY SOUND DRIVER
6662 L:      linux-parisc@vger.kernel.org
6663 S:      Maintained
6664 F:      sound/parisc/harmony.*
6665
6666 HDPVR USB VIDEO ENCODER DRIVER
6667 M:      Hans Verkuil <hverkuil@xs4all.nl>
6668 L:      linux-media@vger.kernel.org
6669 T:      git git://linuxtv.org/media_tree.git
6670 W:      https://linuxtv.org
6671 S:      Odd Fixes
6672 F:      drivers/media/usb/hdpvr/
6673
6674 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6675 M:      Jerry Hoemann <jerry.hoemann@hpe.com>
6676 S:      Supported
6677 F:      Documentation/watchdog/hpwdt.txt
6678 F:      drivers/watchdog/hpwdt.c
6679
6680 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6681 M:      Don Brace <don.brace@microsemi.com>
6682 L:      esc.storagedev@microsemi.com
6683 L:      linux-scsi@vger.kernel.org
6684 S:      Supported
6685 F:      Documentation/scsi/hpsa.txt
6686 F:      drivers/scsi/hpsa*.[ch]
6687 F:      include/linux/cciss*.h
6688 F:      include/uapi/linux/cciss*.h
6689
6690 HFI1 DRIVER
6691 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
6692 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6693 L:      linux-rdma@vger.kernel.org
6694 S:      Supported
6695 F:      drivers/infiniband/hw/hfi1
6696
6697 HFS FILESYSTEM
6698 L:      linux-fsdevel@vger.kernel.org
6699 S:      Orphan
6700 F:      Documentation/filesystems/hfs.txt
6701 F:      fs/hfs/
6702
6703 HFSPLUS FILESYSTEM
6704 L:      linux-fsdevel@vger.kernel.org
6705 S:      Orphan
6706 F:      Documentation/filesystems/hfsplus.txt
6707 F:      fs/hfsplus/
6708
6709 HGA FRAMEBUFFER DRIVER
6710 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6711 L:      linux-nvidia@lists.surfsouth.com
6712 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6713 S:      Maintained
6714 F:      drivers/video/fbdev/hgafb.c
6715
6716 HIBERNATION (aka Software Suspend, aka swsusp)
6717 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6718 M:      Pavel Machek <pavel@ucw.cz>
6719 L:      linux-pm@vger.kernel.org
6720 B:      https://bugzilla.kernel.org
6721 S:      Supported
6722 F:      arch/x86/power/
6723 F:      drivers/base/power/
6724 F:      kernel/power/
6725 F:      include/linux/suspend.h
6726 F:      include/linux/freezer.h
6727 F:      include/linux/pm.h
6728 F:      arch/*/include/asm/suspend*.h
6729
6730 HID CORE LAYER
6731 M:      Jiri Kosina <jikos@kernel.org>
6732 M:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
6733 L:      linux-input@vger.kernel.org
6734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
6735 S:      Maintained
6736 F:      drivers/hid/
6737 F:      include/linux/hid*
6738 F:      include/uapi/linux/hid*
6739
6740 HID SENSOR HUB DRIVERS
6741 M:      Jiri Kosina <jikos@kernel.org>
6742 M:      Jonathan Cameron <jic23@kernel.org>
6743 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6744 L:      linux-input@vger.kernel.org
6745 L:      linux-iio@vger.kernel.org
6746 S:      Maintained
6747 F:      Documentation/hid/hid-sensor*
6748 F:      drivers/hid/hid-sensor-*
6749 F:      drivers/iio/*/hid-*
6750 F:      include/linux/hid-sensor-*
6751
6752 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6753 M:      Thomas Gleixner <tglx@linutronix.de>
6754 L:      linux-kernel@vger.kernel.org
6755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6756 S:      Maintained
6757 F:      Documentation/timers/
6758 F:      kernel/time/hrtimer.c
6759 F:      kernel/time/clockevents.c
6760 F:      kernel/time/timer_*.c
6761 F:      include/linux/clockchips.h
6762 F:      include/linux/hrtimer.h
6763
6764 HIGH-SPEED SCC DRIVER FOR AX.25
6765 L:      linux-hams@vger.kernel.org
6766 S:      Orphan
6767 F:      drivers/net/hamradio/dmascc.c
6768 F:      drivers/net/hamradio/scc.c
6769
6770 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6771 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6772 W:      http://www.highpoint-tech.com
6773 S:      Supported
6774 F:      Documentation/scsi/hptiop.txt
6775 F:      drivers/scsi/hptiop.c
6776
6777 HIPPI
6778 M:      Jes Sorensen <jes@trained-monkey.org>
6779 L:      linux-hippi@sunsite.dk
6780 S:      Maintained
6781 F:      include/linux/hippidevice.h
6782 F:      include/uapi/linux/if_hippi.h
6783 F:      net/802/hippi.c
6784 F:      drivers/net/hippi/
6785
6786 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6787 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6788 M:      Salil Mehta <salil.mehta@huawei.com>
6789 L:      netdev@vger.kernel.org
6790 W:      http://www.hisilicon.com
6791 S:      Maintained
6792 F:      drivers/net/ethernet/hisilicon/hns3/
6793
6794 HISILICON LPC BUS DRIVER
6795 M:      john.garry@huawei.com
6796 W:      http://www.hisilicon.com
6797 S:      Maintained
6798 F:      drivers/bus/hisi_lpc.c
6799 F:      Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt
6800
6801 HISILICON NETWORK SUBSYSTEM DRIVER
6802 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6803 M:      Salil Mehta <salil.mehta@huawei.com>
6804 L:      netdev@vger.kernel.org
6805 W:      http://www.hisilicon.com
6806 S:      Maintained
6807 F:      drivers/net/ethernet/hisilicon/
6808 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6809
6810 HISILICON PMU DRIVER
6811 M:      Shaokun Zhang <zhangshaokun@hisilicon.com>
6812 W:      http://www.hisilicon.com
6813 S:      Supported
6814 F:      drivers/perf/hisilicon
6815 F:      Documentation/perf/hisi-pmu.txt
6816
6817 HISILICON ROCE DRIVER
6818 M:      Lijun Ou <oulijun@huawei.com>
6819 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6820 L:      linux-rdma@vger.kernel.org
6821 S:      Maintained
6822 F:      drivers/infiniband/hw/hns/
6823 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6824
6825 HISILICON SAS Controller
6826 M:      John Garry <john.garry@huawei.com>
6827 W:      http://www.hisilicon.com
6828 S:      Supported
6829 F:      drivers/scsi/hisi_sas/
6830 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6831
6832 HMM - Heterogeneous Memory Management
6833 M:      Jérôme Glisse <jglisse@redhat.com>
6834 L:      linux-mm@kvack.org
6835 S:      Maintained
6836 F:      mm/hmm*
6837 F:      include/linux/hmm*
6838 F:      Documentation/vm/hmm.rst
6839
6840 HOST AP DRIVER
6841 M:      Jouni Malinen <j@w1.fi>
6842 L:      linux-wireless@vger.kernel.org
6843 W:      http://w1.fi/hostap-driver.html
6844 S:      Obsolete
6845 F:      drivers/net/wireless/intersil/hostap/
6846
6847 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6848 L:      platform-driver-x86@vger.kernel.org
6849 S:      Orphan
6850 F:      drivers/platform/x86/tc1100-wmi.c
6851
6852 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6853 M:      Jaroslav Kysela <perex@perex.cz>
6854 S:      Maintained
6855 F:      drivers/net/ethernet/hp/hp100.*
6856
6857 HPET:   High Precision Event Timers driver
6858 M:      Clemens Ladisch <clemens@ladisch.de>
6859 S:      Maintained
6860 F:      Documentation/timers/hpet.txt
6861 F:      drivers/char/hpet.c
6862 F:      include/linux/hpet.h
6863 F:      include/uapi/linux/hpet.h
6864
6865 HPET:   x86
6866 S:      Orphan
6867 F:      arch/x86/kernel/hpet.c
6868 F:      arch/x86/include/asm/hpet.h
6869
6870 HPFS FILESYSTEM
6871 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6872 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6873 S:      Maintained
6874 F:      fs/hpfs/
6875
6876 HSI SUBSYSTEM
6877 M:      Sebastian Reichel <sre@kernel.org>
6878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6879 S:      Maintained
6880 F:      Documentation/ABI/testing/sysfs-bus-hsi
6881 F:      Documentation/driver-api/hsi.rst
6882 F:      drivers/hsi/
6883 F:      include/linux/hsi/
6884 F:      include/uapi/linux/hsi/
6885
6886 HSO 3G MODEM DRIVER
6887 L:      linux-usb@vger.kernel.org
6888 S:      Orphan
6889 F:      drivers/net/usb/hso.c
6890
6891 HSR NETWORK PROTOCOL
6892 M:      Arvid Brodin <arvid.brodin@alten.se>
6893 L:      netdev@vger.kernel.org
6894 S:      Maintained
6895 F:      net/hsr/
6896
6897 HT16K33 LED CONTROLLER DRIVER
6898 M:      Robin van der Gracht <robin@protonic.nl>
6899 S:      Maintained
6900 F:      drivers/auxdisplay/ht16k33.c
6901 F:      Documentation/devicetree/bindings/display/ht16k33.txt
6902
6903 HTCPEN TOUCHSCREEN DRIVER
6904 M:      Pau Oliva Fora <pof@eslack.org>
6905 L:      linux-input@vger.kernel.org
6906 S:      Maintained
6907 F:      drivers/input/touchscreen/htcpen.c
6908
6909 HUAWEI ETHERNET DRIVER
6910 M:      Aviad Krawczyk <aviad.krawczyk@huawei.com>
6911 L:      netdev@vger.kernel.org
6912 S:      Supported
6913 F:      Documentation/networking/hinic.txt
6914 F:      drivers/net/ethernet/huawei/hinic/
6915
6916 HUGETLB FILESYSTEM
6917 M:      Mike Kravetz <mike.kravetz@oracle.com>
6918 L:      linux-mm@kvack.org
6919 S:      Maintained
6920 F:      fs/hugetlbfs/
6921 F:      mm/hugetlb.c
6922 F:      include/linux/hugetlb.h
6923 F:      Documentation/admin-guide/mm/hugetlbpage.rst
6924 F:      Documentation/vm/hugetlbfs_reserv.rst
6925 F:      Documentation/ABI/testing/sysfs-kernel-mm-hugepages
6926
6927 HVA ST MEDIA DRIVER
6928 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6929 L:      linux-media@vger.kernel.org
6930 T:      git git://linuxtv.org/media_tree.git
6931 W:      https://linuxtv.org
6932 S:      Supported
6933 F:      drivers/media/platform/sti/hva
6934
6935 HWPOISON MEMORY FAILURE HANDLING
6936 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6937 L:      linux-mm@kvack.org
6938 S:      Maintained
6939 F:      mm/memory-failure.c
6940 F:      mm/hwpoison-inject.c
6941
6942 HYGON PROCESSOR SUPPORT
6943 M:      Pu Wen <puwen@hygon.cn>
6944 L:      linux-kernel@vger.kernel.org
6945 S:      Maintained
6946 F:      arch/x86/kernel/cpu/hygon.c
6947
6948 Hyper-V CORE AND DRIVERS
6949 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6950 M:      Haiyang Zhang <haiyangz@microsoft.com>
6951 M:      Stephen Hemminger <sthemmin@microsoft.com>
6952 M:      Sasha Levin <sashal@kernel.org>
6953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
6954 L:      devel@linuxdriverproject.org
6955 S:      Supported
6956 F:      Documentation/networking/device_drivers/microsoft/netvsc.txt
6957 F:      arch/x86/include/asm/mshyperv.h
6958 F:      arch/x86/include/asm/trace/hyperv.h
6959 F:      arch/x86/include/asm/hyperv-tlfs.h
6960 F:      arch/x86/kernel/cpu/mshyperv.c
6961 F:      arch/x86/hyperv
6962 F:      drivers/hid/hid-hyperv.c
6963 F:      drivers/hv/
6964 F:      drivers/input/serio/hyperv-keyboard.c
6965 F:      drivers/pci/controller/pci-hyperv.c
6966 F:      drivers/net/hyperv/
6967 F:      drivers/scsi/storvsc_drv.c
6968 F:      drivers/uio/uio_hv_generic.c
6969 F:      drivers/video/fbdev/hyperv_fb.c
6970 F:      net/vmw_vsock/hyperv_transport.c
6971 F:      include/linux/hyperv.h
6972 F:      include/uapi/linux/hyperv.h
6973 F:      tools/hv/
6974 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6975
6976 HYPERVISOR VIRTUAL CONSOLE DRIVER
6977 L:      linuxppc-dev@lists.ozlabs.org
6978 S:      Odd Fixes
6979 F:      drivers/tty/hvc/
6980
6981 I2C ACPI SUPPORT
6982 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6983 L:      linux-i2c@vger.kernel.org
6984 L:      linux-acpi@vger.kernel.org
6985 S:      Maintained
6986 F:      drivers/i2c/i2c-core-acpi.c
6987
6988 I2C CONTROLLER DRIVER FOR NVIDIA GPU
6989 M:      Ajay Gupta <ajayg@nvidia.com>
6990 L:      linux-i2c@vger.kernel.org
6991 S:      Maintained
6992 F:      Documentation/i2c/busses/i2c-nvidia-gpu
6993 F:      drivers/i2c/busses/i2c-nvidia-gpu.c
6994
6995 I2C MUXES
6996 M:      Peter Rosin <peda@axentia.se>
6997 L:      linux-i2c@vger.kernel.org
6998 S:      Maintained
6999 F:      Documentation/i2c/i2c-topology
7000 F:      Documentation/i2c/muxes/
7001 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
7002 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
7003 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
7004 F:      drivers/i2c/i2c-mux.c
7005 F:      drivers/i2c/muxes/
7006 F:      include/linux/i2c-mux.h
7007
7008 I2C MV64XXX MARVELL AND ALLWINNER DRIVER
7009 M:      Gregory CLEMENT <gregory.clement@bootlin.com>
7010 L:      linux-i2c@vger.kernel.org
7011 S:      Maintained
7012 F:      drivers/i2c/busses/i2c-mv64xxx.c
7013
7014 I2C OVER PARALLEL PORT
7015 M:      Jean Delvare <jdelvare@suse.com>
7016 L:      linux-i2c@vger.kernel.org
7017 S:      Maintained
7018 F:      Documentation/i2c/busses/i2c-parport
7019 F:      Documentation/i2c/busses/i2c-parport-light
7020 F:      drivers/i2c/busses/i2c-parport.c
7021 F:      drivers/i2c/busses/i2c-parport-light.c
7022
7023 I2C SUBSYSTEM
7024 M:      Wolfram Sang <wsa@the-dreams.de>
7025 L:      linux-i2c@vger.kernel.org
7026 W:      https://i2c.wiki.kernel.org/
7027 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
7028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
7029 S:      Maintained
7030 F:      Documentation/devicetree/bindings/i2c/i2c.txt
7031 F:      Documentation/i2c/
7032 F:      drivers/i2c/*
7033 F:      include/linux/i2c.h
7034 F:      include/linux/i2c-dev.h
7035 F:      include/linux/i2c-smbus.h
7036 F:      include/uapi/linux/i2c.h
7037 F:      include/uapi/linux/i2c-*.h
7038
7039 I2C SUBSYSTEM HOST DRIVERS
7040 L:      linux-i2c@vger.kernel.org
7041 W:      https://i2c.wiki.kernel.org/
7042 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
7043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
7044 S:      Odd Fixes
7045 F:      Documentation/devicetree/bindings/i2c/
7046 F:      drivers/i2c/algos/
7047 F:      drivers/i2c/busses/
7048
7049 I2C-TAOS-EVM DRIVER
7050 M:      Jean Delvare <jdelvare@suse.com>
7051 L:      linux-i2c@vger.kernel.org
7052 S:      Maintained
7053 F:      Documentation/i2c/busses/i2c-taos-evm
7054 F:      drivers/i2c/busses/i2c-taos-evm.c
7055
7056 I2C-TINY-USB DRIVER
7057 M:      Till Harbaum <till@harbaum.org>
7058 L:      linux-i2c@vger.kernel.org
7059 W:      http://www.harbaum.org/till/i2c_tiny_usb
7060 S:      Maintained
7061 F:      drivers/i2c/busses/i2c-tiny-usb.c
7062
7063 I2C/SMBUS CONTROLLER DRIVERS FOR PC
7064 M:      Jean Delvare <jdelvare@suse.com>
7065 L:      linux-i2c@vger.kernel.org
7066 S:      Maintained
7067 F:      Documentation/i2c/busses/i2c-ali1535
7068 F:      Documentation/i2c/busses/i2c-ali1563
7069 F:      Documentation/i2c/busses/i2c-ali15x3
7070 F:      Documentation/i2c/busses/i2c-amd756
7071 F:      Documentation/i2c/busses/i2c-amd8111
7072 F:      Documentation/i2c/busses/i2c-i801
7073 F:      Documentation/i2c/busses/i2c-nforce2
7074 F:      Documentation/i2c/busses/i2c-piix4
7075 F:      Documentation/i2c/busses/i2c-sis5595
7076 F:      Documentation/i2c/busses/i2c-sis630
7077 F:      Documentation/i2c/busses/i2c-sis96x
7078 F:      Documentation/i2c/busses/i2c-via
7079 F:      Documentation/i2c/busses/i2c-viapro
7080 F:      drivers/i2c/busses/i2c-ali1535.c
7081 F:      drivers/i2c/busses/i2c-ali1563.c
7082 F:      drivers/i2c/busses/i2c-ali15x3.c
7083 F:      drivers/i2c/busses/i2c-amd756.c
7084 F:      drivers/i2c/busses/i2c-amd756-s4882.c
7085 F:      drivers/i2c/busses/i2c-amd8111.c
7086 F:      drivers/i2c/busses/i2c-i801.c
7087 F:      drivers/i2c/busses/i2c-isch.c
7088 F:      drivers/i2c/busses/i2c-nforce2.c
7089 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
7090 F:      drivers/i2c/busses/i2c-piix4.c
7091 F:      drivers/i2c/busses/i2c-sis5595.c
7092 F:      drivers/i2c/busses/i2c-sis630.c
7093 F:      drivers/i2c/busses/i2c-sis96x.c
7094 F:      drivers/i2c/busses/i2c-via.c
7095 F:      drivers/i2c/busses/i2c-viapro.c
7096
7097 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
7098 M:      Hans de Goede <hdegoede@redhat.com>
7099 L:      linux-i2c@vger.kernel.org
7100 S:      Maintained
7101 F:      drivers/i2c/busses/i2c-cht-wc.c
7102
7103 I2C/SMBUS ISMT DRIVER
7104 M:      Seth Heasley <seth.heasley@intel.com>
7105 M:      Neil Horman <nhorman@tuxdriver.com>
7106 L:      linux-i2c@vger.kernel.org
7107 F:      drivers/i2c/busses/i2c-ismt.c
7108 F:      Documentation/i2c/busses/i2c-ismt
7109
7110 I2C/SMBUS STUB DRIVER
7111 M:      Jean Delvare <jdelvare@suse.com>
7112 L:      linux-i2c@vger.kernel.org
7113 S:      Maintained
7114 F:      drivers/i2c/i2c-stub.c
7115
7116 I3C SUBSYSTEM
7117 M:      Boris Brezillon <bbrezillon@kernel.org>
7118 L:      linux-i3c@lists.infradead.org
7119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux.git
7120 S:      Maintained
7121 F:      Documentation/ABI/testing/sysfs-bus-i3c
7122 F:      Documentation/devicetree/bindings/i3c/
7123 F:      Documentation/driver-api/i3c
7124 F:      drivers/i3c/
7125 F:      include/linux/i3c/
7126 F:      include/dt-bindings/i3c/
7127
7128 I3C DRIVER FOR SYNOPSYS DESIGNWARE
7129 M:      Vitor Soares <vitor.soares@synopsys.com>
7130 S:      Maintained
7131 F:      Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
7132 F:      drivers/i3c/master/dw*
7133
7134 IA64 (Itanium) PLATFORM
7135 M:      Tony Luck <tony.luck@intel.com>
7136 M:      Fenghua Yu <fenghua.yu@intel.com>
7137 L:      linux-ia64@vger.kernel.org
7138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
7139 S:      Maintained
7140 F:      arch/ia64/
7141
7142 IBM Power 842 compression accelerator
7143 M:      Haren Myneni <haren@us.ibm.com>
7144 S:      Supported
7145 F:      drivers/crypto/nx/Makefile
7146 F:      drivers/crypto/nx/Kconfig
7147 F:      drivers/crypto/nx/nx-842*
7148 F:      include/linux/sw842.h
7149 F:      crypto/842.c
7150 F:      lib/842/
7151
7152 IBM Power in-Nest Crypto Acceleration
7153 M:      Breno Leitão <leitao@debian.org>
7154 M:      Nayna Jain <nayna@linux.ibm.com>
7155 M:      Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
7156 L:      linux-crypto@vger.kernel.org
7157 S:      Supported
7158 F:      drivers/crypto/nx/Makefile
7159 F:      drivers/crypto/nx/Kconfig
7160 F:      drivers/crypto/nx/nx-aes*
7161 F:      drivers/crypto/nx/nx-sha*
7162 F:      drivers/crypto/nx/nx.*
7163 F:      drivers/crypto/nx/nx_csbcpb.h
7164 F:      drivers/crypto/nx/nx_debugfs.h
7165
7166 IBM Power Linux RAID adapter
7167 M:      Brian King <brking@us.ibm.com>
7168 S:      Supported
7169 F:      drivers/scsi/ipr.*
7170
7171 IBM Power SRIOV Virtual NIC Device Driver
7172 M:      Thomas Falcon <tlfalcon@linux.ibm.com>
7173 M:      John Allen <jallen@linux.ibm.com>
7174 L:      netdev@vger.kernel.org
7175 S:      Supported
7176 F:      drivers/net/ethernet/ibm/ibmvnic.*
7177
7178 IBM Power Virtual Accelerator Switchboard
7179 M:      Sukadev Bhattiprolu
7180 L:      linuxppc-dev@lists.ozlabs.org
7181 S:      Supported
7182 F:      arch/powerpc/platforms/powernv/vas*
7183 F:      arch/powerpc/platforms/powernv/copy-paste.h
7184 F:      arch/powerpc/include/asm/vas.h
7185 F:      arch/powerpc/include/uapi/asm/vas.h
7186
7187 IBM Power Virtual Ethernet Device Driver
7188 M:      Thomas Falcon <tlfalcon@linux.ibm.com>
7189 L:      netdev@vger.kernel.org
7190 S:      Supported
7191 F:      drivers/net/ethernet/ibm/ibmveth.*
7192
7193 IBM Power Virtual FC Device Drivers
7194 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
7195 L:      linux-scsi@vger.kernel.org
7196 S:      Supported
7197 F:      drivers/scsi/ibmvscsi/ibmvfc*
7198
7199 IBM Power Virtual Management Channel Driver
7200 M:      Steven Royer <seroyer@linux.ibm.com>
7201 S:      Supported
7202 F:      drivers/misc/ibmvmc.*
7203
7204 IBM Power Virtual SCSI Device Drivers
7205 M:      Tyrel Datwyler <tyreld@linux.ibm.com>
7206 L:      linux-scsi@vger.kernel.org
7207 S:      Supported
7208 F:      drivers/scsi/ibmvscsi/ibmvscsi*
7209 F:      include/scsi/viosrp.h
7210
7211 IBM Power Virtual SCSI Device Target Driver
7212 M:      Michael Cyr <mikecyr@linux.ibm.com>
7213 L:      linux-scsi@vger.kernel.org
7214 L:      target-devel@vger.kernel.org
7215 S:      Supported
7216 F:      drivers/scsi/ibmvscsi_tgt/
7217
7218 IBM Power VMX Cryptographic instructions
7219 M:      Breno Leitão <leitao@debian.org>
7220 M:      Nayna Jain <nayna@linux.ibm.com>
7221 M:      Paulo Flabiano Smorigo <pfsmorigo@gmail.com>
7222 L:      linux-crypto@vger.kernel.org
7223 S:      Supported
7224 F:      drivers/crypto/vmx/Makefile
7225 F:      drivers/crypto/vmx/Kconfig
7226 F:      drivers/crypto/vmx/vmx.c
7227 F:      drivers/crypto/vmx/aes*
7228 F:      drivers/crypto/vmx/ghash*
7229 F:      drivers/crypto/vmx/ppc-xlate.pl
7230
7231 IBM Power PCI Hotplug Driver for RPA-compliant PPC64 platform
7232 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
7233 L:      linux-pci@vger.kernel.org
7234 L:      linuxppc-dev@lists.ozlabs.org
7235 S:      Supported
7236 F:      drivers/pci/hotplug/rpaphp*
7237
7238 IBM Power IO DLPAR Driver for RPA-compliant PPC64 platform
7239 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
7240 L:      linux-pci@vger.kernel.org
7241 L:      linuxppc-dev@lists.ozlabs.org
7242 S:      Supported
7243 F:      drivers/pci/hotplug/rpadlpar*
7244
7245 IBM ServeRAID RAID DRIVER
7246 S:      Orphan
7247 F:      drivers/scsi/ips.*
7248
7249 ICH LPC AND GPIO DRIVER
7250 M:      Peter Tyser <ptyser@xes-inc.com>
7251 S:      Maintained
7252 F:      drivers/mfd/lpc_ich.c
7253 F:      drivers/gpio/gpio-ich.c
7254
7255 IDE SUBSYSTEM
7256 M:      "David S. Miller" <davem@davemloft.net>
7257 L:      linux-ide@vger.kernel.org
7258 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
7259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
7260 S:      Maintained
7261 F:      Documentation/ide/
7262 F:      drivers/ide/
7263 F:      include/linux/ide.h
7264
7265 IDE/ATAPI DRIVERS
7266 M:      Borislav Petkov <bp@alien8.de>
7267 L:      linux-ide@vger.kernel.org
7268 S:      Maintained
7269 F:      Documentation/cdrom/ide-cd
7270 F:      drivers/ide/ide-cd*
7271
7272 IDEAPAD LAPTOP EXTRAS DRIVER
7273 M:      Ike Panhc <ike.pan@canonical.com>
7274 L:      platform-driver-x86@vger.kernel.org
7275 W:      http://launchpad.net/ideapad-laptop
7276 S:      Maintained
7277 F:      drivers/platform/x86/ideapad-laptop.c
7278
7279 IDEAPAD LAPTOP SLIDEBAR DRIVER
7280 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
7281 L:      linux-input@vger.kernel.org
7282 W:      https://github.com/o2genum/ideapad-slidebar
7283 S:      Maintained
7284 F:      drivers/input/misc/ideapad_slidebar.c
7285
7286 IDT VersaClock 5 CLOCK DRIVER
7287 M:      Marek Vasut <marek.vasut@gmail.com>
7288 S:      Maintained
7289 F:      drivers/clk/clk-versaclock5.c
7290
7291 IEEE 802.15.4 SUBSYSTEM
7292 M:      Alexander Aring <alex.aring@gmail.com>
7293 M:      Stefan Schmidt <stefan@datenfreihafen.org>
7294 L:      linux-wpan@vger.kernel.org
7295 W:      http://wpan.cakelab.org/
7296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
7297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
7298 S:      Maintained
7299 F:      net/ieee802154/
7300 F:      net/mac802154/
7301 F:      drivers/net/ieee802154/
7302 F:      include/linux/nl802154.h
7303 F:      include/linux/ieee802154.h
7304 F:      include/net/nl802154.h
7305 F:      include/net/mac802154.h
7306 F:      include/net/af_ieee802154.h
7307 F:      include/net/cfg802154.h
7308 F:      include/net/ieee802154_netdev.h
7309 F:      Documentation/networking/ieee802154.txt
7310
7311 IFE PROTOCOL
7312 M:      Yotam Gigi <yotam.gi@gmail.com>
7313 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7314 F:      net/ife
7315 F:      include/net/ife.h
7316 F:      include/uapi/linux/ife.h
7317
7318 IGORPLUG-USB IR RECEIVER
7319 M:      Sean Young <sean@mess.org>
7320 L:      linux-media@vger.kernel.org
7321 S:      Maintained
7322 F:      drivers/media/rc/igorplugusb.c
7323
7324 IGUANAWORKS USB IR TRANSCEIVER
7325 M:      Sean Young <sean@mess.org>
7326 L:      linux-media@vger.kernel.org
7327 S:      Maintained
7328 F:      drivers/media/rc/iguanair.c
7329
7330 IIO DIGITAL POTENTIOMETER DAC
7331 M:      Peter Rosin <peda@axentia.se>
7332 L:      linux-iio@vger.kernel.org
7333 S:      Maintained
7334 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
7335 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
7336 F:      drivers/iio/dac/dpot-dac.c
7337
7338 IIO ENVELOPE DETECTOR
7339 M:      Peter Rosin <peda@axentia.se>
7340 L:      linux-iio@vger.kernel.org
7341 S:      Maintained
7342 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
7343 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
7344 F:      drivers/iio/adc/envelope-detector.c
7345
7346 IIO MULTIPLEXER
7347 M:      Peter Rosin <peda@axentia.se>
7348 L:      linux-iio@vger.kernel.org
7349 S:      Maintained
7350 F:      Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt
7351 F:      drivers/iio/multiplexer/iio-mux.c
7352
7353 IIO SUBSYSTEM AND DRIVERS
7354 M:      Jonathan Cameron <jic23@kernel.org>
7355 R:      Hartmut Knaack <knaack.h@gmx.de>
7356 R:      Lars-Peter Clausen <lars@metafoo.de>
7357 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
7358 L:      linux-iio@vger.kernel.org
7359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
7360 S:      Maintained
7361 F:      Documentation/ABI/testing/configfs-iio*
7362 F:      Documentation/ABI/testing/sysfs-bus-iio*
7363 F:      Documentation/devicetree/bindings/iio/
7364 F:      drivers/iio/
7365 F:      drivers/staging/iio/
7366 F:      include/linux/iio/
7367 F:      tools/iio/
7368
7369 IIO UNIT CONVERTER
7370 M:      Peter Rosin <peda@axentia.se>
7371 L:      linux-iio@vger.kernel.org
7372 S:      Maintained
7373 F:      Documentation/devicetree/bindings/iio/afe/current-sense-amplifier.txt
7374 F:      Documentation/devicetree/bindings/iio/afe/current-sense-shunt.txt
7375 F:      Documentation/devicetree/bindings/iio/afe/voltage-divider.txt
7376 F:      drivers/iio/afe/iio-rescale.c
7377
7378 IKANOS/ADI EAGLE ADSL USB DRIVER
7379 M:      Matthieu Castet <castet.matthieu@free.fr>
7380 M:      Stanislaw Gruszka <stf_xl@wp.pl>
7381 S:      Maintained
7382 F:      drivers/usb/atm/ueagle-atm.c
7383
7384 IMGTEC ASCII LCD DRIVER
7385 M:      Paul Burton <paul.burton@mips.com>
7386 S:      Maintained
7387 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
7388 F:      drivers/auxdisplay/img-ascii-lcd.c
7389
7390 IMGTEC IR DECODER DRIVER
7391 M:      James Hogan <jhogan@kernel.org>
7392 S:      Maintained
7393 F:      drivers/media/rc/img-ir/
7394
7395 IMON SOUNDGRAPH USB IR RECEIVER
7396 M:      Sean Young <sean@mess.org>
7397 L:      linux-media@vger.kernel.org
7398 S:      Maintained
7399 F:      drivers/media/rc/imon_raw.c
7400 F:      drivers/media/rc/imon.c
7401
7402 IMS TWINTURBO FRAMEBUFFER DRIVER
7403 L:      linux-fbdev@vger.kernel.org
7404 S:      Orphan
7405 F:      drivers/video/fbdev/imsttfb.c
7406
7407 INA209 HARDWARE MONITOR DRIVER
7408 M:      Guenter Roeck <linux@roeck-us.net>
7409 L:      linux-hwmon@vger.kernel.org
7410 S:      Maintained
7411 F:      Documentation/hwmon/ina209
7412 F:      Documentation/devicetree/bindings/hwmon/ina2xx.txt
7413 F:      drivers/hwmon/ina209.c
7414
7415 INA2XX HARDWARE MONITOR DRIVER
7416 M:      Guenter Roeck <linux@roeck-us.net>
7417 L:      linux-hwmon@vger.kernel.org
7418 S:      Maintained
7419 F:      Documentation/hwmon/ina2xx
7420 F:      drivers/hwmon/ina2xx.c
7421 F:      include/linux/platform_data/ina2xx.h
7422
7423 INDUSTRY PACK SUBSYSTEM (IPACK)
7424 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
7425 M:      Jens Taprogge <jens.taprogge@taprogge.org>
7426 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7427 L:      industrypack-devel@lists.sourceforge.net
7428 W:      http://industrypack.sourceforge.net
7429 S:      Maintained
7430 F:      drivers/ipack/
7431
7432 INFINIBAND SUBSYSTEM
7433 M:      Doug Ledford <dledford@redhat.com>
7434 M:      Jason Gunthorpe <jgg@mellanox.com>
7435 L:      linux-rdma@vger.kernel.org
7436 W:      https://github.com/linux-rdma/rdma-core
7437 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git
7439 S:      Supported
7440 F:      Documentation/devicetree/bindings/infiniband/
7441 F:      Documentation/infiniband/
7442 F:      drivers/infiniband/
7443 F:      include/uapi/linux/if_infiniband.h
7444 F:      include/uapi/rdma/
7445 F:      include/rdma/
7446
7447 INGENIC JZ4780 DMA Driver
7448 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
7449 S:      Maintained
7450 F:      drivers/dma/dma-jz4780.c
7451
7452 INGENIC JZ4780 NAND DRIVER
7453 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
7454 L:      linux-mtd@lists.infradead.org
7455 S:      Maintained
7456 F:      drivers/mtd/nand/raw/jz4780_*
7457
7458 INOTIFY
7459 M:      Jan Kara <jack@suse.cz>
7460 R:      Amir Goldstein <amir73il@gmail.com>
7461 L:      linux-fsdevel@vger.kernel.org
7462 S:      Maintained
7463 F:      Documentation/filesystems/inotify.txt
7464 F:      fs/notify/inotify/
7465 F:      include/linux/inotify.h
7466 F:      include/uapi/linux/inotify.h
7467
7468 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
7469 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
7470 L:      linux-input@vger.kernel.org
7471 Q:      http://patchwork.kernel.org/project/linux-input/list/
7472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
7473 S:      Maintained
7474 F:      drivers/input/
7475 F:      include/linux/input.h
7476 F:      include/uapi/linux/input.h
7477 F:      include/uapi/linux/input-event-codes.h
7478 F:      include/linux/input/
7479 F:      Documentation/devicetree/bindings/input/
7480 F:      Documentation/devicetree/bindings/serio/
7481 F:      Documentation/input/
7482
7483 INPUT MULTITOUCH (MT) PROTOCOL
7484 M:      Henrik Rydberg <rydberg@bitmath.org>
7485 L:      linux-input@vger.kernel.org
7486 S:      Odd fixes
7487 F:      Documentation/input/multi-touch-protocol.rst
7488 F:      drivers/input/input-mt.c
7489 K:      \b(ABS|SYN)_MT_
7490
7491 INSIDE SECURE CRYPTO DRIVER
7492 M:      Antoine Tenart <antoine.tenart@bootlin.com>
7493 F:      drivers/crypto/inside-secure/
7494 S:      Maintained
7495 L:      linux-crypto@vger.kernel.org
7496
7497 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
7498 M:      Mimi Zohar <zohar@linux.ibm.com>
7499 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
7500 L:      linux-integrity@vger.kernel.org
7501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
7502 S:      Supported
7503 F:      security/integrity/ima/
7504
7505 INTEL 810/815 FRAMEBUFFER DRIVER
7506 M:      Antonino Daplas <adaplas@gmail.com>
7507 L:      linux-fbdev@vger.kernel.org
7508 S:      Maintained
7509 F:      drivers/video/fbdev/i810/
7510
7511 INTEL ASoC DRIVERS
7512 M:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
7513 M:      Liam Girdwood <liam.r.girdwood@linux.intel.com>
7514 M:      Jie Yang <yang.jie@linux.intel.com>
7515 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7516 S:      Supported
7517 F:      sound/soc/intel/
7518
7519 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
7520 M:      Hans de Goede <hdegoede@redhat.com>
7521 L:      platform-driver-x86@vger.kernel.org
7522 S:      Maintained
7523 F:      drivers/platform/x86/intel_atomisp2_pm.c
7524
7525 INTEL C600 SERIES SAS CONTROLLER DRIVER
7526 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
7527 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
7528 L:      linux-scsi@vger.kernel.org
7529 T:      git git://git.code.sf.net/p/intel-sas/isci
7530 S:      Supported
7531 F:      drivers/scsi/isci/
7532
7533 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
7534 M:      Jani Nikula <jani.nikula@linux.intel.com>
7535 M:      Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
7536 M:      Rodrigo Vivi <rodrigo.vivi@intel.com>
7537 L:      intel-gfx@lists.freedesktop.org
7538 W:      https://01.org/linuxgraphics/
7539 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
7540 C:      irc://chat.freenode.net/intel-gfx
7541 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
7542 T:      git git://anongit.freedesktop.org/drm-intel
7543 S:      Supported
7544 F:      drivers/gpu/drm/i915/
7545 F:      include/drm/i915*
7546 F:      include/uapi/drm/i915_drm.h
7547 F:      Documentation/gpu/i915.rst
7548
7549 INTEL ETHERNET DRIVERS
7550 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7551 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
7552 W:      http://www.intel.com/support/feedback.htm
7553 W:      http://e1000.sourceforge.net/
7554 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
7555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
7556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
7557 S:      Supported
7558 F:      Documentation/networking/device_drivers/intel/e100.rst
7559 F:      Documentation/networking/device_drivers/intel/e1000.rst
7560 F:      Documentation/networking/device_drivers/intel/e1000e.rst
7561 F:      Documentation/networking/device_drivers/intel/fm10k.rst
7562 F:      Documentation/networking/device_drivers/intel/igb.rst
7563 F:      Documentation/networking/device_drivers/intel/igbvf.rst
7564 F:      Documentation/networking/device_drivers/intel/ixgb.rst
7565 F:      Documentation/networking/device_drivers/intel/ixgbe.rst
7566 F:      Documentation/networking/device_drivers/intel/ixgbevf.rst
7567 F:      Documentation/networking/device_drivers/intel/i40e.rst
7568 F:      Documentation/networking/device_drivers/intel/iavf.rst
7569 F:      Documentation/networking/device_drivers/intel/ice.rst
7570 F:      drivers/net/ethernet/intel/
7571 F:      drivers/net/ethernet/intel/*/
7572 F:      include/linux/avf/virtchnl.h
7573
7574 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
7575 M:      Maik Broemme <mbroemme@libmpq.org>
7576 L:      linux-fbdev@vger.kernel.org
7577 S:      Maintained
7578 F:      Documentation/fb/intelfb.txt
7579 F:      drivers/video/fbdev/intelfb/
7580
7581 INTEL GPIO DRIVERS
7582 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7583 L:      linux-gpio@vger.kernel.org
7584 S:      Maintained
7585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
7586 F:      drivers/gpio/gpio-ich.c
7587 F:      drivers/gpio/gpio-intel-mid.c
7588 F:      drivers/gpio/gpio-lynxpoint.c
7589 F:      drivers/gpio/gpio-merrifield.c
7590 F:      drivers/gpio/gpio-ml-ioh.c
7591 F:      drivers/gpio/gpio-pch.c
7592 F:      drivers/gpio/gpio-sch.c
7593 F:      drivers/gpio/gpio-sodaville.c
7594
7595 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
7596 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
7597 M:      Zhi Wang <zhi.a.wang@intel.com>
7598 L:      intel-gvt-dev@lists.freedesktop.org
7599 L:      intel-gfx@lists.freedesktop.org
7600 W:      https://01.org/igvt-g
7601 T:      git https://github.com/intel/gvt-linux.git
7602 S:      Supported
7603 F:      drivers/gpu/drm/i915/gvt/
7604
7605 INTEL HID EVENT DRIVER
7606 M:      Alex Hung <alex.hung@canonical.com>
7607 L:      platform-driver-x86@vger.kernel.org
7608 S:      Maintained
7609 F:      drivers/platform/x86/intel-hid.c
7610
7611 INTEL I/OAT DMA DRIVER
7612 M:      Dave Jiang <dave.jiang@intel.com>
7613 R:      Dan Williams <dan.j.williams@intel.com>
7614 L:      dmaengine@vger.kernel.org
7615 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
7616 S:      Supported
7617 F:      drivers/dma/ioat*
7618
7619 INTEL IDLE DRIVER
7620 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
7621 M:      Len Brown <lenb@kernel.org>
7622 L:      linux-pm@vger.kernel.org
7623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7624 B:      https://bugzilla.kernel.org
7625 S:      Supported
7626 F:      drivers/idle/intel_idle.c
7627
7628 INTEL INTEGRATED SENSOR HUB DRIVER
7629 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7630 M:      Jiri Kosina <jikos@kernel.org>
7631 L:      linux-input@vger.kernel.org
7632 S:      Maintained
7633 F:      drivers/hid/intel-ish-hid/
7634
7635 INTEL IOMMU (VT-d)
7636 M:      David Woodhouse <dwmw2@infradead.org>
7637 L:      iommu@lists.linux-foundation.org
7638 T:      git git://git.infradead.org/iommu-2.6.git
7639 S:      Supported
7640 F:      drivers/iommu/intel-iommu.c
7641 F:      include/linux/intel-iommu.h
7642
7643 INTEL IOP-ADMA DMA DRIVER
7644 R:      Dan Williams <dan.j.williams@intel.com>
7645 S:      Odd fixes
7646 F:      drivers/dma/iop-adma.c
7647
7648 INTEL IPU3 CSI-2 CIO2 DRIVER
7649 M:      Yong Zhi <yong.zhi@intel.com>
7650 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
7651 M:      Bingbu Cao <bingbu.cao@intel.com>
7652 R:      Tian Shu Qiu <tian.shu.qiu@intel.com>
7653 R:      Jian Xu Zheng <jian.xu.zheng@intel.com>
7654 L:      linux-media@vger.kernel.org
7655 S:      Maintained
7656 F:      drivers/media/pci/intel/ipu3/
7657 F:      Documentation/media/uapi/v4l/pixfmt-srggb10-ipu3.rst
7658
7659 INTEL IPU3 CSI-2 IMGU DRIVER
7660 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
7661 L:      linux-media@vger.kernel.org
7662 S:      Maintained
7663 F:      drivers/staging/media/ipu3/
7664 F:      Documentation/media/uapi/v4l/pixfmt-meta-intel-ipu3.rst
7665 F:      Documentation/media/v4l-drivers/ipu3.rst
7666
7667 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7668 M:      Krzysztof Halasa <khalasa@piap.pl>
7669 S:      Maintained
7670 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
7671 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
7672 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7673 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
7674 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
7675 F:      drivers/net/wan/ixp4xx_hss.c
7676
7677 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7678 M:      Deepak Saxena <dsaxena@plexity.net>
7679 S:      Maintained
7680 F:      drivers/char/hw_random/ixp4xx-rng.c
7681
7682 INTEL MANAGEMENT ENGINE (mei)
7683 M:      Tomas Winkler <tomas.winkler@intel.com>
7684 L:      linux-kernel@vger.kernel.org
7685 S:      Supported
7686 F:      include/uapi/linux/mei.h
7687 F:      include/linux/mei_cl_bus.h
7688 F:      drivers/misc/mei/*
7689 F:      drivers/watchdog/mei_wdt.c
7690 F:      Documentation/misc-devices/mei/*
7691 F:      samples/mei/*
7692
7693 INTEL MENLOW THERMAL DRIVER
7694 M:      Sujith Thomas <sujith.thomas@intel.com>
7695 L:      platform-driver-x86@vger.kernel.org
7696 W:      https://01.org/linux-acpi
7697 S:      Supported
7698 F:      drivers/platform/x86/intel_menlow.c
7699
7700 INTEL MIC DRIVERS (mic)
7701 M:      Sudeep Dutt <sudeep.dutt@intel.com>
7702 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
7703 S:      Supported
7704 W:      https://github.com/sudeepdutt/mic
7705 W:      http://software.intel.com/en-us/mic-developer
7706 F:      include/linux/mic_bus.h
7707 F:      include/linux/scif.h
7708 F:      include/uapi/linux/mic_common.h
7709 F:      include/uapi/linux/mic_ioctl.h
7710 F:      include/uapi/linux/scif_ioctl.h
7711 F:      drivers/misc/mic/
7712 F:      drivers/dma/mic_x100_dma.c
7713 F:      drivers/dma/mic_x100_dma.h
7714 F:      Documentation/mic/
7715
7716 INTEL PMC CORE DRIVER
7717 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7718 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7719 L:      platform-driver-x86@vger.kernel.org
7720 S:      Maintained
7721 F:      drivers/platform/x86/intel_pmc_core*
7722
7723 INTEL PMC/P-Unit IPC DRIVER
7724 M:      Zha Qipeng<qipeng.zha@intel.com>
7725 L:      platform-driver-x86@vger.kernel.org
7726 S:      Maintained
7727 F:      drivers/platform/x86/intel_pmc_ipc.c
7728 F:      drivers/platform/x86/intel_punit_ipc.c
7729 F:      arch/x86/include/asm/intel_pmc_ipc.h
7730 F:      arch/x86/include/asm/intel_punit_ipc.h
7731
7732 INTEL PMIC GPIO DRIVERS
7733 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7734 S:      Maintained
7735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git
7736 F:      drivers/gpio/gpio-*cove.c
7737 F:      drivers/gpio/gpio-msic.c
7738
7739 INTEL MULTIFUNCTION PMIC DEVICE DRIVERS
7740 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7741 S:      Maintained
7742 F:      drivers/mfd/intel_msic.c
7743 F:      drivers/mfd/intel_soc_pmic*
7744 F:      include/linux/mfd/intel_msic.h
7745 F:      include/linux/mfd/intel_soc_pmic*
7746
7747 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7748 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
7749 L:      linux-wireless@vger.kernel.org
7750 S:      Maintained
7751 F:      Documentation/networking/device_drivers/intel/ipw2100.txt
7752 F:      Documentation/networking/device_drivers/intel/ipw2200.txt
7753 F:      drivers/net/wireless/intel/ipw2x00/
7754
7755 INTEL PSTATE DRIVER
7756 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7757 M:      Len Brown <lenb@kernel.org>
7758 L:      linux-pm@vger.kernel.org
7759 S:      Supported
7760 F:      drivers/cpufreq/intel_pstate.c
7761
7762 INTEL RDMA RNIC DRIVER
7763 M:      Faisal Latif <faisal.latif@intel.com>
7764 M:      Shiraz Saleem <shiraz.saleem@intel.com>
7765 L:      linux-rdma@vger.kernel.org
7766 S:      Supported
7767 F:      drivers/infiniband/hw/i40iw/
7768 F:      include/uapi/rdma/i40iw-abi.h
7769
7770 INTEL TELEMETRY DRIVER
7771 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
7772 M:      "David E. Box" <david.e.box@linux.intel.com>
7773 L:      platform-driver-x86@vger.kernel.org
7774 S:      Maintained
7775 F:      arch/x86/include/asm/intel_telemetry.h
7776 F:      drivers/platform/x86/intel_telemetry*
7777
7778 INTEL VIRTUAL BUTTON DRIVER
7779 M:      AceLan Kao <acelan.kao@canonical.com>
7780 L:      platform-driver-x86@vger.kernel.org
7781 S:      Maintained
7782 F:      drivers/platform/x86/intel-vbtn.c
7783
7784 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7785 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7786 L:      linux-wireless@vger.kernel.org
7787 S:      Supported
7788 F:      drivers/net/wireless/intel/iwlegacy/
7789
7790 INTEL WIRELESS WIFI LINK (iwlwifi)
7791 M:      Johannes Berg <johannes.berg@intel.com>
7792 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7793 M:      Luca Coelho <luciano.coelho@intel.com>
7794 M:      Intel Linux Wireless <linuxwifi@intel.com>
7795 L:      linux-wireless@vger.kernel.org
7796 W:      http://intellinuxwireless.org
7797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7798 S:      Supported
7799 F:      drivers/net/wireless/intel/iwlwifi/
7800
7801 INTEL WIRELESS WIMAX CONNECTION 2400
7802 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7803 M:      linux-wimax@intel.com
7804 L:      wimax@linuxwimax.org (subscribers-only)
7805 S:      Supported
7806 W:      http://linuxwimax.org
7807 F:      Documentation/wimax/README.i2400m
7808 F:      drivers/net/wimax/i2400m/
7809 F:      include/uapi/linux/wimax/i2400m.h
7810
7811 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
7812 M:      Mario Limonciello <mario.limonciello@dell.com>
7813 S:      Maintained
7814 F:      drivers/platform/x86/intel-wmi-thunderbolt.c
7815
7816 INTEL(R) TRACE HUB
7817 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
7818 S:      Supported
7819 F:      Documentation/trace/intel_th.rst
7820 F:      drivers/hwtracing/intel_th/
7821
7822 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7823 M:      Ning Sun <ning.sun@intel.com>
7824 L:      tboot-devel@lists.sourceforge.net
7825 W:      http://tboot.sourceforge.net
7826 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7827 S:      Supported
7828 F:      Documentation/intel_txt.txt
7829 F:      include/linux/tboot.h
7830 F:      arch/x86/kernel/tboot.c
7831
7832 INTEL-MID GPIO DRIVER
7833 M:      David Cohen <david.a.cohen@linux.intel.com>
7834 L:      linux-gpio@vger.kernel.org
7835 S:      Maintained
7836 F:      drivers/gpio/gpio-intel-mid.c
7837
7838 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7839 M:      Linus Walleij <linus.walleij@linaro.org>
7840 L:      linux-iio@vger.kernel.org
7841 S:      Maintained
7842 F:      drivers/iio/gyro/mpu3050*
7843 F:      Documentation/devicetree/bindings/iio/gyroscope/invensense,mpu3050.txt
7844
7845 IOC3 ETHERNET DRIVER
7846 M:      Ralf Baechle <ralf@linux-mips.org>
7847 L:      linux-mips@vger.kernel.org
7848 S:      Maintained
7849 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7850
7851 IOC3 SERIAL DRIVER
7852 M:      Pat Gefre <pfg@sgi.com>
7853 L:      linux-serial@vger.kernel.org
7854 S:      Maintained
7855 F:      drivers/tty/serial/ioc3_serial.c
7856
7857 IOMMU DRIVERS
7858 M:      Joerg Roedel <joro@8bytes.org>
7859 L:      iommu@lists.linux-foundation.org
7860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7861 S:      Maintained
7862 F:      Documentation/devicetree/bindings/iommu/
7863 F:      drivers/iommu/
7864 F:      include/linux/iommu.h
7865 F:      include/linux/of_iommu.h
7866 F:      include/linux/iova.h
7867
7868 IP MASQUERADING
7869 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7870 S:      Maintained
7871 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7872
7873 IPMI SUBSYSTEM
7874 M:      Corey Minyard <minyard@acm.org>
7875 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7876 W:      http://openipmi.sourceforge.net/
7877 S:      Supported
7878 F:      Documentation/devicetree/bindings/ipmi/
7879 F:      Documentation/IPMI.txt
7880 F:      drivers/char/ipmi/
7881 F:      include/linux/ipmi*
7882 F:      include/uapi/linux/ipmi*
7883
7884 IPS SCSI RAID DRIVER
7885 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
7886 L:      linux-scsi@vger.kernel.org
7887 W:      http://www.adaptec.com/
7888 S:      Maintained
7889 F:      drivers/scsi/ips*
7890
7891 IPVS
7892 M:      Wensong Zhang <wensong@linux-vs.org>
7893 M:      Simon Horman <horms@verge.net.au>
7894 M:      Julian Anastasov <ja@ssi.bg>
7895 L:      netdev@vger.kernel.org
7896 L:      lvs-devel@vger.kernel.org
7897 S:      Maintained
7898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7900 F:      Documentation/networking/ipvs-sysctl.txt
7901 F:      include/net/ip_vs.h
7902 F:      include/uapi/linux/ip_vs.h
7903 F:      net/netfilter/ipvs/
7904
7905 IPWIRELESS DRIVER
7906 M:      Jiri Kosina <jikos@kernel.org>
7907 M:      David Sterba <dsterba@suse.com>
7908 S:      Odd Fixes
7909 F:      drivers/tty/ipwireless/
7910
7911 IPX NETWORK LAYER
7912 L:      netdev@vger.kernel.org
7913 S:      Obsolete
7914 F:      include/uapi/linux/ipx.h
7915
7916 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7917 M:      Marc Zyngier <marc.zyngier@arm.com>
7918 S:      Maintained
7919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7920 F:      Documentation/IRQ-domain.txt
7921 F:      include/linux/irqdomain.h
7922 F:      kernel/irq/irqdomain.c
7923 F:      kernel/irq/msi.c
7924
7925 IRQ SUBSYSTEM
7926 M:      Thomas Gleixner <tglx@linutronix.de>
7927 L:      linux-kernel@vger.kernel.org
7928 S:      Maintained
7929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7930 F:      kernel/irq/
7931
7932 IRQCHIP DRIVERS
7933 M:      Thomas Gleixner <tglx@linutronix.de>
7934 M:      Jason Cooper <jason@lakedaemon.net>
7935 M:      Marc Zyngier <marc.zyngier@arm.com>
7936 L:      linux-kernel@vger.kernel.org
7937 S:      Maintained
7938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7939 F:      Documentation/devicetree/bindings/interrupt-controller/
7940 F:      drivers/irqchip/
7941
7942 ISA
7943 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7944 S:      Maintained
7945 F:      Documentation/isa.txt
7946 F:      drivers/base/isa.c
7947 F:      include/linux/isa.h
7948
7949 ISA RADIO MODULE
7950 M:      Hans Verkuil <hverkuil@xs4all.nl>
7951 L:      linux-media@vger.kernel.org
7952 T:      git git://linuxtv.org/media_tree.git
7953 W:      https://linuxtv.org
7954 S:      Maintained
7955 F:      drivers/media/radio/radio-isa*
7956
7957 ISAPNP
7958 M:      Jaroslav Kysela <perex@perex.cz>
7959 S:      Maintained
7960 F:      Documentation/isapnp.txt
7961 F:      drivers/pnp/isapnp/
7962 F:      include/linux/isapnp.h
7963
7964 ISCSI
7965 M:      Lee Duncan <lduncan@suse.com>
7966 M:      Chris Leech <cleech@redhat.com>
7967 L:      open-iscsi@googlegroups.com
7968 W:      www.open-iscsi.com
7969 S:      Maintained
7970 F:      drivers/scsi/*iscsi*
7971 F:      include/scsi/*iscsi*
7972
7973 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7974 M:      Peter Jones <pjones@redhat.com>
7975 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
7976 S:      Maintained
7977 F:      drivers/firmware/iscsi_ibft*
7978
7979 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7980 M:      Sagi Grimberg <sagi@grimberg.me>
7981 M:      Max Gurtovoy <maxg@mellanox.com>
7982 L:      linux-rdma@vger.kernel.org
7983 S:      Supported
7984 W:      http://www.openfabrics.org
7985 W:      www.open-iscsi.org
7986 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7987 F:      drivers/infiniband/ulp/iser/
7988
7989 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7990 M:      Sagi Grimberg <sagi@grimberg.me>
7991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7992 L:      linux-rdma@vger.kernel.org
7993 L:      target-devel@vger.kernel.org
7994 S:      Supported
7995 W:      http://www.linux-iscsi.org
7996 F:      drivers/infiniband/ulp/isert
7997
7998 ISDN SUBSYSTEM
7999 M:      Karsten Keil <isdn@linux-pingi.de>
8000 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
8001 L:      netdev@vger.kernel.org
8002 W:      http://www.isdn4linux.de
8003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
8004 S:      Maintained
8005 F:      Documentation/isdn/
8006 F:      drivers/isdn/
8007 F:      include/linux/isdn.h
8008 F:      include/linux/isdn/
8009 F:      include/uapi/linux/isdn.h
8010 F:      include/uapi/linux/isdn/
8011
8012 IT87 HARDWARE MONITORING DRIVER
8013 M:      Jean Delvare <jdelvare@suse.com>
8014 L:      linux-hwmon@vger.kernel.org
8015 S:      Maintained
8016 F:      Documentation/hwmon/it87
8017 F:      drivers/hwmon/it87.c
8018
8019 IT913X MEDIA DRIVER
8020 M:      Antti Palosaari <crope@iki.fi>
8021 L:      linux-media@vger.kernel.org
8022 W:      https://linuxtv.org
8023 W:      http://palosaari.fi/linux/
8024 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8025 T:      git git://linuxtv.org/anttip/media_tree.git
8026 S:      Maintained
8027 F:      drivers/media/tuners/it913x*
8028
8029 IVTV VIDEO4LINUX DRIVER
8030 M:      Andy Walls <awalls@md.metrocast.net>
8031 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
8032 L:      linux-media@vger.kernel.org
8033 T:      git git://linuxtv.org/media_tree.git
8034 W:      http://www.ivtvdriver.org
8035 S:      Maintained
8036 F:      Documentation/media/v4l-drivers/ivtv*
8037 F:      drivers/media/pci/ivtv/
8038 F:      include/uapi/linux/ivtv*
8039
8040 IX2505V MEDIA DRIVER
8041 M:      Malcolm Priestley <tvboxspy@gmail.com>
8042 L:      linux-media@vger.kernel.org
8043 W:      https://linuxtv.org
8044 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8045 S:      Maintained
8046 F:      drivers/media/dvb-frontends/ix2505v*
8047
8048 JAILHOUSE HYPERVISOR INTERFACE
8049 M:      Jan Kiszka <jan.kiszka@siemens.com>
8050 L:      jailhouse-dev@googlegroups.com
8051 S:      Maintained
8052 F:      arch/x86/kernel/jailhouse.c
8053 F:      arch/x86/include/asm/jailhouse_para.h
8054
8055 JC42.4 TEMPERATURE SENSOR DRIVER
8056 M:      Guenter Roeck <linux@roeck-us.net>
8057 L:      linux-hwmon@vger.kernel.org
8058 S:      Maintained
8059 F:      drivers/hwmon/jc42.c
8060 F:      Documentation/hwmon/jc42
8061
8062 JFS FILESYSTEM
8063 M:      Dave Kleikamp <shaggy@kernel.org>
8064 L:      jfs-discussion@lists.sourceforge.net
8065 W:      http://jfs.sourceforge.net/
8066 T:      git git://github.com/kleikamp/linux-shaggy.git
8067 S:      Maintained
8068 F:      Documentation/filesystems/jfs.txt
8069 F:      fs/jfs/
8070
8071 JME NETWORK DRIVER
8072 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
8073 L:      netdev@vger.kernel.org
8074 S:      Maintained
8075 F:      drivers/net/ethernet/jme.*
8076
8077 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8078 M:      David Woodhouse <dwmw2@infradead.org>
8079 L:      linux-mtd@lists.infradead.org
8080 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
8081 S:      Maintained
8082 F:      fs/jffs2/
8083 F:      include/uapi/linux/jffs2.h
8084
8085 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
8086 M:      "Theodore Ts'o" <tytso@mit.edu>
8087 M:      Jan Kara <jack@suse.com>
8088 L:      linux-ext4@vger.kernel.org
8089 S:      Maintained
8090 F:      fs/jbd2/
8091 F:      include/linux/jbd2.h
8092
8093 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
8094 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
8095 L:      linux-media@vger.kernel.org
8096 S:      Maintained
8097 F:      drivers/media/platform/rcar_jpu.c
8098
8099 JSM Neo PCI based serial card
8100 L:      linux-serial@vger.kernel.org
8101 S:      Orphan
8102 F:      drivers/tty/serial/jsm/
8103
8104 K10TEMP HARDWARE MONITORING DRIVER
8105 M:      Clemens Ladisch <clemens@ladisch.de>
8106 L:      linux-hwmon@vger.kernel.org
8107 S:      Maintained
8108 F:      Documentation/hwmon/k10temp
8109 F:      drivers/hwmon/k10temp.c
8110
8111 K8TEMP HARDWARE MONITORING DRIVER
8112 M:      Rudolf Marek <r.marek@assembler.cz>
8113 L:      linux-hwmon@vger.kernel.org
8114 S:      Maintained
8115 F:      Documentation/hwmon/k8temp
8116 F:      drivers/hwmon/k8temp.c
8117
8118 KASAN
8119 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
8120 R:      Alexander Potapenko <glider@google.com>
8121 R:      Dmitry Vyukov <dvyukov@google.com>
8122 L:      kasan-dev@googlegroups.com
8123 S:      Maintained
8124 F:      arch/*/include/asm/kasan.h
8125 F:      arch/*/mm/kasan_init*
8126 F:      Documentation/dev-tools/kasan.rst
8127 F:      include/linux/kasan*.h
8128 F:      lib/test_kasan.c
8129 F:      mm/kasan/
8130 F:      scripts/Makefile.kasan
8131
8132 KCONFIG
8133 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
8134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig
8135 L:      linux-kbuild@vger.kernel.org
8136 S:      Maintained
8137 F:      Documentation/kbuild/kconfig*
8138 F:      scripts/kconfig/
8139 F:      scripts/Kconfig.include
8140
8141 KDUMP
8142 M:      Dave Young <dyoung@redhat.com>
8143 M:      Baoquan He <bhe@redhat.com>
8144 R:      Vivek Goyal <vgoyal@redhat.com>
8145 L:      kexec@lists.infradead.org
8146 W:      http://lse.sourceforge.net/kdump/
8147 S:      Maintained
8148 F:      Documentation/kdump/
8149
8150 KEENE FM RADIO TRANSMITTER DRIVER
8151 M:      Hans Verkuil <hverkuil@xs4all.nl>
8152 L:      linux-media@vger.kernel.org
8153 T:      git git://linuxtv.org/media_tree.git
8154 W:      https://linuxtv.org
8155 S:      Maintained
8156 F:      drivers/media/radio/radio-keene*
8157
8158 KERNEL AUTOMOUNTER
8159 M:      Ian Kent <raven@themaw.net>
8160 L:      autofs@vger.kernel.org
8161 S:      Maintained
8162 F:      fs/autofs/
8163
8164 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
8165 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
8166 M:      Michal Marek <michal.lkml@markovi.net>
8167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
8168 L:      linux-kbuild@vger.kernel.org
8169 S:      Maintained
8170 F:      Documentation/kbuild/
8171 F:      Makefile
8172 F:      scripts/Kbuild*
8173 F:      scripts/Makefile*
8174 F:      scripts/basic/
8175 F:      scripts/mk*
8176 F:      scripts/mod/
8177 F:      scripts/package/
8178
8179 KERNEL JANITORS
8180 L:      kernel-janitors@vger.kernel.org
8181 W:      http://kernelnewbies.org/KernelJanitors
8182 S:      Odd Fixes
8183
8184 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8185 M:      "J. Bruce Fields" <bfields@fieldses.org>
8186 M:      Jeff Layton <jlayton@kernel.org>
8187 L:      linux-nfs@vger.kernel.org
8188 W:      http://nfs.sourceforge.net/
8189 T:      git git://linux-nfs.org/~bfields/linux.git
8190 S:      Supported
8191 F:      fs/nfsd/
8192 F:      include/uapi/linux/nfsd/
8193 F:      fs/lockd/
8194 F:      fs/nfs_common/
8195 F:      net/sunrpc/
8196 F:      include/linux/lockd/
8197 F:      include/linux/sunrpc/
8198 F:      include/uapi/linux/sunrpc/
8199
8200 KERNEL SELFTEST FRAMEWORK
8201 M:      Shuah Khan <shuah@kernel.org>
8202 L:      linux-kselftest@vger.kernel.org
8203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
8204 Q:      https://patchwork.kernel.org/project/linux-kselftest/list/
8205 S:      Maintained
8206 F:      tools/testing/selftests/
8207 F:      Documentation/dev-tools/kselftest*
8208
8209 KERNEL USERMODE HELPER
8210 M:      Luis Chamberlain <mcgrof@kernel.org>
8211 L:      linux-kernel@vger.kernel.org
8212 S:      Maintained
8213 F:      kernel/umh.c
8214 F:      include/linux/umh.h
8215
8216 KERNEL VIRTUAL MACHINE (KVM)
8217 M:      Paolo Bonzini <pbonzini@redhat.com>
8218 M:      Radim Krčmář <rkrcmar@redhat.com>
8219 L:      kvm@vger.kernel.org
8220 W:      http://www.linux-kvm.org
8221 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8222 S:      Supported
8223 F:      Documentation/virtual/kvm/
8224 F:      include/trace/events/kvm.h
8225 F:      include/uapi/asm-generic/kvm*
8226 F:      include/uapi/linux/kvm*
8227 F:      include/asm-generic/kvm*
8228 F:      include/linux/kvm*
8229 F:      include/kvm/iodev.h
8230 F:      virt/kvm/*
8231 F:      tools/kvm/
8232
8233 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
8234 M:      Joerg Roedel <joro@8bytes.org>
8235 L:      kvm@vger.kernel.org
8236 W:      http://www.linux-kvm.org/
8237 S:      Maintained
8238 F:      arch/x86/include/asm/svm.h
8239 F:      arch/x86/kvm/svm.c
8240
8241 KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
8242 M:      Christoffer Dall <christoffer.dall@arm.com>
8243 M:      Marc Zyngier <marc.zyngier@arm.com>
8244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8245 L:      kvmarm@lists.cs.columbia.edu
8246 W:      http://systems.cs.columbia.edu/projects/kvm-arm
8247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
8248 S:      Supported
8249 F:      arch/arm/include/uapi/asm/kvm*
8250 F:      arch/arm/include/asm/kvm*
8251 F:      arch/arm/kvm/
8252 F:      virt/kvm/arm/
8253 F:      include/kvm/arm_*
8254
8255 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
8256 M:      Christoffer Dall <christoffer.dall@arm.com>
8257 M:      Marc Zyngier <marc.zyngier@arm.com>
8258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8259 L:      kvmarm@lists.cs.columbia.edu
8260 S:      Maintained
8261 F:      arch/arm64/include/uapi/asm/kvm*
8262 F:      arch/arm64/include/asm/kvm*
8263 F:      arch/arm64/kvm/
8264
8265 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
8266 M:      James Hogan <jhogan@kernel.org>
8267 L:      linux-mips@vger.kernel.org
8268 S:      Supported
8269 F:      arch/mips/include/uapi/asm/kvm*
8270 F:      arch/mips/include/asm/kvm*
8271 F:      arch/mips/kvm/
8272
8273 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
8274 M:      Paul Mackerras <paulus@ozlabs.org>
8275 L:      kvm-ppc@vger.kernel.org
8276 W:      http://www.linux-kvm.org/
8277 T:      git git://github.com/agraf/linux-2.6.git
8278 S:      Supported
8279 F:      arch/powerpc/include/uapi/asm/kvm*
8280 F:      arch/powerpc/include/asm/kvm*
8281 F:      arch/powerpc/kvm/
8282 F:      arch/powerpc/kernel/kvm*
8283
8284 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8285 M:      Christian Borntraeger <borntraeger@de.ibm.com>
8286 M:      Janosch Frank <frankja@linux.ibm.com>
8287 R:      David Hildenbrand <david@redhat.com>
8288 R:      Cornelia Huck <cohuck@redhat.com>
8289 L:      linux-s390@vger.kernel.org
8290 W:      http://www.ibm.com/developerworks/linux/linux390/
8291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
8292 S:      Supported
8293 F:      arch/s390/include/uapi/asm/kvm*
8294 F:      arch/s390/include/asm/gmap.h
8295 F:      arch/s390/include/asm/kvm*
8296 F:      arch/s390/kvm/
8297 F:      arch/s390/mm/gmap.c
8298
8299 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
8300 M:      Paolo Bonzini <pbonzini@redhat.com>
8301 M:      Radim Krčmář <rkrcmar@redhat.com>
8302 L:      kvm@vger.kernel.org
8303 W:      http://www.linux-kvm.org
8304 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
8305 S:      Supported
8306 F:      arch/x86/kvm/
8307 F:      arch/x86/kvm/*/
8308 F:      arch/x86/include/uapi/asm/kvm*
8309 F:      arch/x86/include/asm/kvm*
8310 F:      arch/x86/include/asm/pvclock-abi.h
8311 F:      arch/x86/kernel/kvm.c
8312 F:      arch/x86/kernel/kvmclock.c
8313
8314 KERNFS
8315 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8316 M:      Tejun Heo <tj@kernel.org>
8317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8318 S:      Supported
8319 F:      include/linux/kernfs.h
8320 F:      fs/kernfs/
8321
8322 KEXEC
8323 M:      Eric Biederman <ebiederm@xmission.com>
8324 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
8325 L:      kexec@lists.infradead.org
8326 S:      Maintained
8327 F:      include/linux/kexec.h
8328 F:      include/uapi/linux/kexec.h
8329 F:      kernel/kexec*
8330
8331 KEYS-ENCRYPTED
8332 M:      Mimi Zohar <zohar@linux.ibm.com>
8333 L:      linux-integrity@vger.kernel.org
8334 L:      keyrings@vger.kernel.org
8335 S:      Supported
8336 F:      Documentation/security/keys/trusted-encrypted.rst
8337 F:      include/keys/encrypted-type.h
8338 F:      security/keys/encrypted-keys/
8339
8340 KEYS-TRUSTED
8341 M:      James Bottomley <jejb@linux.ibm.com>
8342 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
8343 M:      Mimi Zohar <zohar@linuxibm.com>
8344 L:      linux-integrity@vger.kernel.org
8345 L:      keyrings@vger.kernel.org
8346 S:      Supported
8347 F:      Documentation/security/keys/trusted-encrypted.rst
8348 F:      include/keys/trusted-type.h
8349 F:      security/keys/trusted.c
8350 F:      security/keys/trusted.h
8351
8352 KEYS/KEYRINGS:
8353 M:      David Howells <dhowells@redhat.com>
8354 L:      keyrings@vger.kernel.org
8355 S:      Maintained
8356 F:      Documentation/security/keys/core.rst
8357 F:      include/linux/key.h
8358 F:      include/linux/key-type.h
8359 F:      include/linux/keyctl.h
8360 F:      include/uapi/linux/keyctl.h
8361 F:      include/keys/
8362 F:      security/keys/
8363
8364 KGDB / KDB /debug_core
8365 M:      Jason Wessel <jason.wessel@windriver.com>
8366 M:      Daniel Thompson <daniel.thompson@linaro.org>
8367 W:      http://kgdb.wiki.kernel.org/
8368 L:      kgdb-bugreport@lists.sourceforge.net
8369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
8370 S:      Maintained
8371 F:      Documentation/dev-tools/kgdb.rst
8372 F:      drivers/misc/kgdbts.c
8373 F:      drivers/tty/serial/kgdboc.c
8374 F:      include/linux/kdb.h
8375 F:      include/linux/kgdb.h
8376 F:      kernel/debug/
8377
8378 KMEMLEAK
8379 M:      Catalin Marinas <catalin.marinas@arm.com>
8380 S:      Maintained
8381 F:      Documentation/dev-tools/kmemleak.rst
8382 F:      include/linux/kmemleak.h
8383 F:      mm/kmemleak.c
8384 F:      mm/kmemleak-test.c
8385
8386 KMOD KERNEL MODULE LOADER - USERMODE HELPER
8387 M:      Luis Chamberlain <mcgrof@kernel.org>
8388 L:      linux-kernel@vger.kernel.org
8389 S:      Maintained
8390 F:      kernel/kmod.c
8391 F:      include/linux/kmod.h
8392 F:      lib/test_kmod.c
8393 F:      tools/testing/selftests/kmod/
8394
8395 KPROBES
8396 M:      Naveen N. Rao <naveen.n.rao@linux.ibm.com>
8397 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
8398 M:      "David S. Miller" <davem@davemloft.net>
8399 M:      Masami Hiramatsu <mhiramat@kernel.org>
8400 S:      Maintained
8401 F:      Documentation/kprobes.txt
8402 F:      include/linux/kprobes.h
8403 F:      include/asm-generic/kprobes.h
8404 F:      kernel/kprobes.c
8405
8406 KS0108 LCD CONTROLLER DRIVER
8407 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
8408 S:      Maintained
8409 F:      Documentation/auxdisplay/ks0108
8410 F:      drivers/auxdisplay/ks0108.c
8411 F:      include/linux/ks0108.h
8412
8413 L3MDEV
8414 M:      David Ahern <dsa@cumulusnetworks.com>
8415 L:      netdev@vger.kernel.org
8416 S:      Maintained
8417 F:      net/l3mdev
8418 F:      include/net/l3mdev.h
8419
8420 L7 BPF FRAMEWORK
8421 M:      John Fastabend <john.fastabend@gmail.com>
8422 M:      Daniel Borkmann <daniel@iogearbox.net>
8423 L:      netdev@vger.kernel.org
8424 S:      Maintained
8425 F:      include/linux/skmsg.h
8426 F:      net/core/skmsg.c
8427 F:      net/core/sock_map.c
8428 F:      net/ipv4/tcp_bpf.c
8429
8430 LANTIQ / INTEL Ethernet drivers
8431 M:      Hauke Mehrtens <hauke@hauke-m.de>
8432 L:      netdev@vger.kernel.org
8433 S:      Maintained
8434 F:      net/dsa/tag_gswip.c
8435 F:      drivers/net/ethernet/lantiq_xrx200.c
8436 F:      drivers/net/dsa/lantiq_pce.h
8437 F:      drivers/net/dsa/lantiq_gswip.c
8438
8439 LANTIQ MIPS ARCHITECTURE
8440 M:      John Crispin <john@phrozen.org>
8441 L:      linux-mips@vger.kernel.org
8442 S:      Maintained
8443 F:      arch/mips/lantiq
8444 F:      drivers/soc/lantiq
8445
8446 LAPB module
8447 L:      linux-x25@vger.kernel.org
8448 S:      Orphan
8449 F:      Documentation/networking/lapb-module.txt
8450 F:      include/*/lapb.h
8451 F:      net/lapb/
8452
8453 LASI 53c700 driver for PARISC
8454 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
8455 L:      linux-scsi@vger.kernel.org
8456 S:      Maintained
8457 F:      Documentation/scsi/53c700.txt
8458 F:      drivers/scsi/53c700*
8459
8460 LEAKING_ADDRESSES
8461 M:      Tobin C. Harding <me@tobin.cc>
8462 M:      Tycho Andersen <tycho@tycho.ws>
8463 L:      kernel-hardening@lists.openwall.com
8464 S:      Maintained
8465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
8466 F:      scripts/leaking_addresses.pl
8467
8468 LED SUBSYSTEM
8469 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
8470 M:      Pavel Machek <pavel@ucw.cz>
8471 L:      linux-leds@vger.kernel.org
8472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
8473 S:      Maintained
8474 F:      Documentation/devicetree/bindings/leds/
8475 F:      drivers/leds/
8476 F:      include/linux/leds.h
8477
8478 LEGACY EEPROM DRIVER
8479 M:      Jean Delvare <jdelvare@suse.com>
8480 S:      Maintained
8481 F:      Documentation/misc-devices/eeprom
8482 F:      drivers/misc/eeprom/eeprom.c
8483
8484 LEGO MINDSTORMS EV3
8485 R:      David Lechner <david@lechnology.com>
8486 S:      Maintained
8487 F:      arch/arm/boot/dts/da850-lego-ev3.dts
8488 F:      Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt
8489 F:      drivers/power/supply/lego_ev3_battery.c
8490
8491 LEGO USB Tower driver
8492 M:      Juergen Stuber <starblue@users.sourceforge.net>
8493 L:      legousb-devel@lists.sourceforge.net
8494 W:      http://legousb.sourceforge.net/
8495 S:      Maintained
8496 F:      drivers/usb/misc/legousbtower.c
8497
8498 LG LAPTOP EXTRAS
8499 M:      Matan Ziv-Av <matan@svgalib.org>
8500 L:      platform-driver-x86@vger.kernel.org
8501 S:      Maintained
8502 F:      Documentation/ABI/testing/sysfs-platform-lg-laptop
8503 F:      Documentation/laptops/lg-laptop.rst
8504 F:      drivers/platform/x86/lg-laptop.c
8505
8506 LG2160 MEDIA DRIVER
8507 M:      Michael Krufky <mkrufky@linuxtv.org>
8508 L:      linux-media@vger.kernel.org
8509 W:      https://linuxtv.org
8510 W:      http://github.com/mkrufky
8511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8512 T:      git git://linuxtv.org/mkrufky/tuners.git
8513 S:      Maintained
8514 F:      drivers/media/dvb-frontends/lg2160.*
8515
8516 LGDT3305 MEDIA DRIVER
8517 M:      Michael Krufky <mkrufky@linuxtv.org>
8518 L:      linux-media@vger.kernel.org
8519 W:      https://linuxtv.org
8520 W:      http://github.com/mkrufky
8521 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8522 T:      git git://linuxtv.org/mkrufky/tuners.git
8523 S:      Maintained
8524 F:      drivers/media/dvb-frontends/lgdt3305.*
8525
8526 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
8527 M:      Viresh Kumar <vireshk@kernel.org>
8528 L:      linux-ide@vger.kernel.org
8529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8530 S:      Maintained
8531 F:      include/linux/pata_arasan_cf_data.h
8532 F:      drivers/ata/pata_arasan_cf.c
8533
8534 LIBATA PATA DRIVERS
8535 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8536 M:      Jens Axboe <axboe@kernel.dk>
8537 L:      linux-ide@vger.kernel.org
8538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8539 S:      Maintained
8540 F:      drivers/ata/pata_*.c
8541 F:      drivers/ata/ata_generic.c
8542
8543 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
8544 M:      Linus Walleij <linus.walleij@linaro.org>
8545 L:      linux-ide@vger.kernel.org
8546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8547 S:      Maintained
8548 F:      drivers/ata/pata_ftide010.c
8549 F:      drivers/ata/sata_gemini.c
8550 F:      drivers/ata/sata_gemini.h
8551
8552 LIBATA SATA AHCI PLATFORM devices support
8553 M:      Hans de Goede <hdegoede@redhat.com>
8554 M:      Jens Axboe <axboe@kernel.dk>
8555 L:      linux-ide@vger.kernel.org
8556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8557 S:      Maintained
8558 F:      drivers/ata/ahci_platform.c
8559 F:      drivers/ata/libahci_platform.c
8560 F:      include/linux/ahci_platform.h
8561
8562 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
8563 M:      Mikael Pettersson <mikpelinux@gmail.com>
8564 L:      linux-ide@vger.kernel.org
8565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8566 S:      Maintained
8567 F:      drivers/ata/sata_promise.*
8568
8569 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
8570 M:      Jens Axboe <axboe@kernel.dk>
8571 L:      linux-ide@vger.kernel.org
8572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
8573 S:      Maintained
8574 F:      drivers/ata/
8575 F:      include/linux/ata.h
8576 F:      include/linux/libata.h
8577 F:      Documentation/devicetree/bindings/ata/
8578
8579 LIBLOCKDEP
8580 M:      Sasha Levin <alexander.levin@microsoft.com>
8581 S:      Maintained
8582 F:      tools/lib/lockdep/
8583
8584 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
8585 M:      Ross Zwisler <zwisler@kernel.org>
8586 M:      Dan Williams <dan.j.williams@intel.com>
8587 M:      Vishal Verma <vishal.l.verma@intel.com>
8588 M:      Dave Jiang <dave.jiang@intel.com>
8589 L:      linux-nvdimm@lists.01.org
8590 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8591 S:      Supported
8592 F:      drivers/nvdimm/blk.c
8593 F:      drivers/nvdimm/region_devs.c
8594
8595 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
8596 M:      Vishal Verma <vishal.l.verma@intel.com>
8597 M:      Dan Williams <dan.j.williams@intel.com>
8598 M:      Ross Zwisler <zwisler@kernel.org>
8599 M:      Dave Jiang <dave.jiang@intel.com>
8600 L:      linux-nvdimm@lists.01.org
8601 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8602 S:      Supported
8603 F:      drivers/nvdimm/btt*
8604
8605 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
8606 M:      Ross Zwisler <zwisler@kernel.org>
8607 M:      Dan Williams <dan.j.williams@intel.com>
8608 M:      Vishal Verma <vishal.l.verma@intel.com>
8609 M:      Dave Jiang <dave.jiang@intel.com>
8610 L:      linux-nvdimm@lists.01.org
8611 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8612 S:      Supported
8613 F:      drivers/nvdimm/pmem*
8614
8615 LIBNVDIMM: DEVICETREE BINDINGS
8616 M:      Oliver O'Halloran <oohall@gmail.com>
8617 L:      linux-nvdimm@lists.01.org
8618 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8619 S:      Supported
8620 F:      drivers/nvdimm/of_pmem.c
8621 F:      Documentation/devicetree/bindings/pmem/pmem-region.txt
8622
8623 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
8624 M:      Dan Williams <dan.j.williams@intel.com>
8625 M:      Ross Zwisler <zwisler@kernel.org>
8626 M:      Vishal Verma <vishal.l.verma@intel.com>
8627 M:      Dave Jiang <dave.jiang@intel.com>
8628 L:      linux-nvdimm@lists.01.org
8629 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
8630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
8631 S:      Supported
8632 F:      drivers/nvdimm/*
8633 F:      drivers/acpi/nfit/*
8634 F:      include/linux/nd.h
8635 F:      include/linux/libnvdimm.h
8636 F:      include/uapi/linux/ndctl.h
8637
8638 LIGHTNVM PLATFORM SUPPORT
8639 M:      Matias Bjorling <mb@lightnvm.io>
8640 W:      http://github/OpenChannelSSD
8641 L:      linux-block@vger.kernel.org
8642 S:      Maintained
8643 F:      drivers/lightnvm/
8644 F:      include/linux/lightnvm.h
8645 F:      include/uapi/linux/lightnvm.h
8646
8647 LINUX FOR POWER MACINTOSH
8648 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8649 W:      http://www.penguinppc.org/
8650 L:      linuxppc-dev@lists.ozlabs.org
8651 S:      Maintained
8652 F:      arch/powerpc/platforms/powermac/
8653 F:      drivers/macintosh/
8654
8655 LINUX FOR POWERPC (32-BIT AND 64-BIT)
8656 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8657 M:      Paul Mackerras <paulus@samba.org>
8658 M:      Michael Ellerman <mpe@ellerman.id.au>
8659 W:      https://github.com/linuxppc/linux/wiki
8660 L:      linuxppc-dev@lists.ozlabs.org
8661 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
8662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
8663 S:      Supported
8664 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
8665 F:      Documentation/devicetree/bindings/powerpc/
8666 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
8667 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
8668 F:      Documentation/powerpc/
8669 F:      arch/powerpc/
8670 F:      drivers/char/tpm/tpm_ibmvtpm*
8671 F:      drivers/crypto/nx/
8672 F:      drivers/crypto/vmx/
8673 F:      drivers/i2c/busses/i2c-opal.c
8674 F:      drivers/net/ethernet/ibm/ibmveth.*
8675 F:      drivers/net/ethernet/ibm/ibmvnic.*
8676 F:      drivers/pci/hotplug/pnv_php.c
8677 F:      drivers/pci/hotplug/rpa*
8678 F:      drivers/rtc/rtc-opal.c
8679 F:      drivers/scsi/ibmvscsi/
8680 F:      drivers/tty/hvc/hvc_opal.c
8681 F:      drivers/watchdog/wdrtas.c
8682 F:      tools/testing/selftests/powerpc
8683 N:      /pmac
8684 N:      powermac
8685 N:      powernv
8686 N:      [^a-z0-9]ps3
8687 N:      pseries
8688
8689 LINUX FOR POWERPC EMBEDDED MPC5XXX
8690 M:      Anatolij Gustschin <agust@denx.de>
8691 L:      linuxppc-dev@lists.ozlabs.org
8692 T:      git git://git.denx.de/linux-denx-agust.git
8693 S:      Maintained
8694 F:      arch/powerpc/platforms/512x/
8695 F:      arch/powerpc/platforms/52xx/
8696
8697 LINUX FOR POWERPC EMBEDDED PPC4XX
8698 M:      Alistair Popple <alistair@popple.id.au>
8699 M:      Matt Porter <mporter@kernel.crashing.org>
8700 W:      http://www.penguinppc.org/
8701 L:      linuxppc-dev@lists.ozlabs.org
8702 S:      Maintained
8703 F:      arch/powerpc/platforms/40x/
8704 F:      arch/powerpc/platforms/44x/
8705
8706 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8707 M:      Scott Wood <oss@buserror.net>
8708 M:      Kumar Gala <galak@kernel.crashing.org>
8709 W:      http://www.penguinppc.org/
8710 L:      linuxppc-dev@lists.ozlabs.org
8711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8712 S:      Maintained
8713 F:      arch/powerpc/platforms/83xx/
8714 F:      arch/powerpc/platforms/85xx/
8715 F:      Documentation/devicetree/bindings/powerpc/fsl/
8716
8717 LINUX FOR POWERPC EMBEDDED PPC8XX
8718 M:      Vitaly Bordug <vitb@kernel.crashing.org>
8719 W:      http://www.penguinppc.org/
8720 L:      linuxppc-dev@lists.ozlabs.org
8721 S:      Maintained
8722 F:      arch/powerpc/platforms/8xx/
8723
8724 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8725 L:      linuxppc-dev@lists.ozlabs.org
8726 S:      Orphan
8727 F:      arch/powerpc/*/*virtex*
8728 F:      arch/powerpc/*/*/*virtex*
8729
8730 LINUX FOR POWERPC PA SEMI PWRFICIENT
8731 L:      linuxppc-dev@lists.ozlabs.org
8732 S:      Orphan
8733 F:      arch/powerpc/platforms/pasemi/
8734 F:      drivers/*/*pasemi*
8735 F:      drivers/*/*/*pasemi*
8736
8737 LINUX KERNEL DUMP TEST MODULE (LKDTM)
8738 M:      Kees Cook <keescook@chromium.org>
8739 S:      Maintained
8740 F:      drivers/misc/lkdtm/*
8741
8742 LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
8743 M:      Alan Stern <stern@rowland.harvard.edu>
8744 M:      Andrea Parri <andrea.parri@amarulasolutions.com>
8745 M:      Will Deacon <will.deacon@arm.com>
8746 M:      Peter Zijlstra <peterz@infradead.org>
8747 M:      Boqun Feng <boqun.feng@gmail.com>
8748 M:      Nicholas Piggin <npiggin@gmail.com>
8749 M:      David Howells <dhowells@redhat.com>
8750 M:      Jade Alglave <j.alglave@ucl.ac.uk>
8751 M:      Luc Maranget <luc.maranget@inria.fr>
8752 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
8753 R:      Akira Yokosawa <akiyks@gmail.com>
8754 R:      Daniel Lustig <dlustig@nvidia.com>
8755 L:      linux-kernel@vger.kernel.org
8756 L:      linux-arch@vger.kernel.org
8757 S:      Supported
8758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8759 F:      tools/memory-model/
8760 F:      Documentation/atomic_bitops.txt
8761 F:      Documentation/atomic_t.txt
8762 F:      Documentation/core-api/atomic_ops.rst
8763 F:      Documentation/core-api/refcount-vs-atomic.rst
8764 F:      Documentation/memory-barriers.txt
8765
8766 LIS3LV02D ACCELEROMETER DRIVER
8767 M:      Eric Piel <eric.piel@tremplin-utc.net>
8768 S:      Maintained
8769 F:      Documentation/misc-devices/lis3lv02d
8770 F:      drivers/misc/lis3lv02d/
8771 F:      drivers/platform/x86/hp_accel.c
8772
8773 LIVE PATCHING
8774 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8775 M:      Jessica Yu <jeyu@kernel.org>
8776 M:      Jiri Kosina <jikos@kernel.org>
8777 M:      Miroslav Benes <mbenes@suse.cz>
8778 R:      Petr Mladek <pmladek@suse.com>
8779 S:      Maintained
8780 F:      kernel/livepatch/
8781 F:      include/linux/livepatch.h
8782 F:      arch/x86/include/asm/livepatch.h
8783 F:      arch/x86/kernel/livepatch.c
8784 F:      Documentation/livepatch/
8785 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
8786 F:      samples/livepatch/
8787 L:      live-patching@vger.kernel.org
8788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8789
8790 LLC (802.2)
8791 L:      netdev@vger.kernel.org
8792 S:      Odd fixes
8793 F:      include/linux/llc.h
8794 F:      include/uapi/linux/llc.h
8795 F:      include/net/llc*
8796 F:      net/llc/
8797
8798 LM73 HARDWARE MONITOR DRIVER
8799 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
8800 L:      linux-hwmon@vger.kernel.org
8801 S:      Maintained
8802 F:      drivers/hwmon/lm73.c
8803
8804 LM78 HARDWARE MONITOR DRIVER
8805 M:      Jean Delvare <jdelvare@suse.com>
8806 L:      linux-hwmon@vger.kernel.org
8807 S:      Maintained
8808 F:      Documentation/hwmon/lm78
8809 F:      drivers/hwmon/lm78.c
8810
8811 LM83 HARDWARE MONITOR DRIVER
8812 M:      Jean Delvare <jdelvare@suse.com>
8813 L:      linux-hwmon@vger.kernel.org
8814 S:      Maintained
8815 F:      Documentation/hwmon/lm83
8816 F:      drivers/hwmon/lm83.c
8817
8818 LM90 HARDWARE MONITOR DRIVER
8819 M:      Jean Delvare <jdelvare@suse.com>
8820 L:      linux-hwmon@vger.kernel.org
8821 S:      Maintained
8822 F:      Documentation/hwmon/lm90
8823 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
8824 F:      drivers/hwmon/lm90.c
8825 F:      include/dt-bindings/thermal/lm90.h
8826
8827 LM95234 HARDWARE MONITOR DRIVER
8828 M:      Guenter Roeck <linux@roeck-us.net>
8829 L:      linux-hwmon@vger.kernel.org
8830 S:      Maintained
8831 F:      Documentation/hwmon/lm95234
8832 F:      drivers/hwmon/lm95234.c
8833
8834 LME2510 MEDIA DRIVER
8835 M:      Malcolm Priestley <tvboxspy@gmail.com>
8836 L:      linux-media@vger.kernel.org
8837 W:      https://linuxtv.org
8838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8839 S:      Maintained
8840 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
8841
8842 LOADPIN SECURITY MODULE
8843 M:      Kees Cook <keescook@chromium.org>
8844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8845 S:      Supported
8846 F:      security/loadpin/
8847 F:      Documentation/admin-guide/LSM/LoadPin.rst
8848
8849 LOCKING PRIMITIVES
8850 M:      Peter Zijlstra <peterz@infradead.org>
8851 M:      Ingo Molnar <mingo@redhat.com>
8852 M:      Will Deacon <will.deacon@arm.com>
8853 L:      linux-kernel@vger.kernel.org
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8855 S:      Maintained
8856 F:      Documentation/locking/
8857 F:      include/linux/lockdep.h
8858 F:      include/linux/spinlock*.h
8859 F:      arch/*/include/asm/spinlock*.h
8860 F:      include/linux/rwlock*.h
8861 F:      include/linux/mutex*.h
8862 F:      include/linux/rwsem*.h
8863 F:      arch/*/include/asm/rwsem.h
8864 F:      include/linux/seqlock.h
8865 F:      lib/locking*.[ch]
8866 F:      kernel/locking/
8867 X:      kernel/locking/locktorture.c
8868
8869 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8870 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
8871 L:      linux-ntfs-dev@lists.sourceforge.net
8872 W:      http://www.linux-ntfs.org/content/view/19/37/
8873 S:      Maintained
8874 F:      Documentation/ldm.txt
8875 F:      block/partitions/ldm.*
8876
8877 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8878 M:      Sathya Prakash <sathya.prakash@broadcom.com>
8879 M:      Chaitra P B <chaitra.basappa@broadcom.com>
8880 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8881 L:      MPT-FusionLinux.pdl@broadcom.com
8882 L:      linux-scsi@vger.kernel.org
8883 W:      http://www.avagotech.com/support/
8884 S:      Supported
8885 F:      drivers/message/fusion/
8886 F:      drivers/scsi/mpt3sas/
8887
8888 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8889 M:      Matthew Wilcox <willy@infradead.org>
8890 L:      linux-scsi@vger.kernel.org
8891 S:      Maintained
8892 F:      drivers/scsi/sym53c8xx_2/
8893
8894 LTC1660 DAC DRIVER
8895 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
8896 L:      linux-iio@vger.kernel.org
8897 S:      Maintained
8898 F:      Documentation/devicetree/bindings/iio/dac/ltc1660.txt
8899 F:      drivers/iio/dac/ltc1660.c
8900
8901 LTC4261 HARDWARE MONITOR DRIVER
8902 M:      Guenter Roeck <linux@roeck-us.net>
8903 L:      linux-hwmon@vger.kernel.org
8904 S:      Maintained
8905 F:      Documentation/hwmon/ltc4261
8906 F:      drivers/hwmon/ltc4261.c
8907
8908 LTC4306 I2C MULTIPLEXER DRIVER
8909 M:      Michael Hennerich <michael.hennerich@analog.com>
8910 W:      http://ez.analog.com/community/linux-device-drivers
8911 L:      linux-i2c@vger.kernel.org
8912 S:      Supported
8913 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
8914 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8915
8916 LTP (Linux Test Project)
8917 M:      Mike Frysinger <vapier@gentoo.org>
8918 M:      Cyril Hrubis <chrubis@suse.cz>
8919 M:      Wanlong Gao <wanlong.gao@gmail.com>
8920 M:      Jan Stancek <jstancek@redhat.com>
8921 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8922 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
8923 L:      ltp@lists.linux.it (subscribers-only)
8924 W:      http://linux-test-project.github.io/
8925 T:      git git://github.com/linux-test-project/ltp.git
8926 S:      Maintained
8927
8928 M68K ARCHITECTURE
8929 M:      Geert Uytterhoeven <geert@linux-m68k.org>
8930 L:      linux-m68k@lists.linux-m68k.org
8931 W:      http://www.linux-m68k.org/
8932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8933 S:      Maintained
8934 F:      arch/m68k/
8935 F:      drivers/zorro/
8936
8937 M68K ON APPLE MACINTOSH
8938 M:      Joshua Thompson <funaho@jurai.org>
8939 W:      http://www.mac.linux-m68k.org/
8940 L:      linux-m68k@lists.linux-m68k.org
8941 S:      Maintained
8942 F:      arch/m68k/mac/
8943
8944 M68K ON HP9000/300
8945 M:      Philip Blundell <philb@gnu.org>
8946 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8947 S:      Maintained
8948 F:      arch/m68k/hp300/
8949
8950 M88DS3103 MEDIA DRIVER
8951 M:      Antti Palosaari <crope@iki.fi>
8952 L:      linux-media@vger.kernel.org
8953 W:      https://linuxtv.org
8954 W:      http://palosaari.fi/linux/
8955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8956 T:      git git://linuxtv.org/anttip/media_tree.git
8957 S:      Maintained
8958 F:      drivers/media/dvb-frontends/m88ds3103*
8959
8960 M88RS2000 MEDIA DRIVER
8961 M:      Malcolm Priestley <tvboxspy@gmail.com>
8962 L:      linux-media@vger.kernel.org
8963 W:      https://linuxtv.org
8964 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8965 S:      Maintained
8966 F:      drivers/media/dvb-frontends/m88rs2000*
8967
8968 MA901 MASTERKIT USB FM RADIO DRIVER
8969 M:      Alexey Klimov <klimov.linux@gmail.com>
8970 L:      linux-media@vger.kernel.org
8971 T:      git git://linuxtv.org/media_tree.git
8972 S:      Maintained
8973 F:      drivers/media/radio/radio-ma901.c
8974
8975 MAC80211
8976 M:      Johannes Berg <johannes@sipsolutions.net>
8977 L:      linux-wireless@vger.kernel.org
8978 W:      http://wireless.kernel.org/
8979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8981 S:      Maintained
8982 F:      Documentation/networking/mac80211-injection.txt
8983 F:      include/net/mac80211.h
8984 F:      net/mac80211/
8985 F:      drivers/net/wireless/mac80211_hwsim.[ch]
8986 F:      Documentation/networking/mac80211_hwsim/README
8987
8988 MAILBOX API
8989 M:      Jassi Brar <jassisinghbrar@gmail.com>
8990 L:      linux-kernel@vger.kernel.org
8991 S:      Maintained
8992 F:      drivers/mailbox/
8993 F:      include/linux/mailbox_client.h
8994 F:      include/linux/mailbox_controller.h
8995
8996 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8997 M:      Michael Kerrisk <mtk.manpages@gmail.com>
8998 W:      http://www.kernel.org/doc/man-pages
8999 L:      linux-man@vger.kernel.org
9000 S:      Maintained
9001
9002 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
9003 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
9004 L:      linux-mips@vger.kernel.org
9005 S:      Maintained
9006 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
9007
9008 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
9009 M:      Andrew Lunn <andrew@lunn.ch>
9010 M:      Vivien Didelot <vivien.didelot@gmail.com>
9011 L:      netdev@vger.kernel.org
9012 S:      Maintained
9013 F:      drivers/net/dsa/mv88e6xxx/
9014 F:      include/linux/platform_data/mv88e6xxx.h
9015 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
9016
9017 MARVELL ARMADA DRM SUPPORT
9018 M:      Russell King <linux@armlinux.org.uk>
9019 S:      Maintained
9020 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
9021 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
9022 F:      drivers/gpu/drm/armada/
9023 F:      include/uapi/drm/armada_drm.h
9024 F:      Documentation/devicetree/bindings/display/armada/
9025
9026 MARVELL CRYPTO DRIVER
9027 M:      Boris Brezillon <bbrezillon@kernel.org>
9028 M:      Arnaud Ebalard <arno@natisbad.org>
9029 F:      drivers/crypto/marvell/
9030 S:      Maintained
9031 L:      linux-crypto@vger.kernel.org
9032
9033 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
9034 M:      Mirko Lindner <mlindner@marvell.com>
9035 M:      Stephen Hemminger <stephen@networkplumber.org>
9036 L:      netdev@vger.kernel.org
9037 S:      Maintained
9038 F:      drivers/net/ethernet/marvell/sk*
9039
9040 MARVELL LIBERTAS WIRELESS DRIVER
9041 L:      libertas-dev@lists.infradead.org
9042 S:      Orphan
9043 F:      drivers/net/wireless/marvell/libertas/
9044
9045 MARVELL MACCHIATOBIN SUPPORT
9046 M:      Russell King <linux@armlinux.org.uk>
9047 L:      linux-arm-kernel@lists.infradead.org
9048 S:      Maintained
9049 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
9050
9051 MARVELL MV643XX ETHERNET DRIVER
9052 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
9053 L:      netdev@vger.kernel.org
9054 S:      Maintained
9055 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
9056 F:      include/linux/mv643xx.h
9057
9058 MARVELL MV88X3310 PHY DRIVER
9059 M:      Russell King <linux@armlinux.org.uk>
9060 L:      netdev@vger.kernel.org
9061 S:      Maintained
9062 F:      drivers/net/phy/marvell10g.c
9063
9064 MARVELL MVNETA ETHERNET DRIVER
9065 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9066 L:      netdev@vger.kernel.org
9067 S:      Maintained
9068 F:      drivers/net/ethernet/marvell/mvneta.*
9069
9070 MARVELL MWIFIEX WIRELESS DRIVER
9071 M:      Amitkumar Karwar <amitkarwar@gmail.com>
9072 M:      Nishant Sarmukadam <nishants@marvell.com>
9073 M:      Ganapathi Bhat <gbhat@marvell.com>
9074 M:      Xinming Hu <huxinming820@gmail.com>
9075 L:      linux-wireless@vger.kernel.org
9076 S:      Maintained
9077 F:      drivers/net/wireless/marvell/mwifiex/
9078
9079 MARVELL MWL8K WIRELESS DRIVER
9080 M:      Lennert Buytenhek <buytenh@wantstofly.org>
9081 L:      linux-wireless@vger.kernel.org
9082 S:      Odd Fixes
9083 F:      drivers/net/wireless/marvell/mwl8k.c
9084
9085 MARVELL NAND CONTROLLER DRIVER
9086 M:      Miquel Raynal <miquel.raynal@bootlin.com>
9087 L:      linux-mtd@lists.infradead.org
9088 S:      Maintained
9089 F:      drivers/mtd/nand/raw/marvell_nand.c
9090 F:      Documentation/devicetree/bindings/mtd/marvell-nand.txt
9091
9092 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
9093 M:      Nicolas Pitre <nico@fluxnic.net>
9094 S:      Odd Fixes
9095 F:      drivers/mmc/host/mvsdio.*
9096
9097 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
9098 M:      Hu Ziji <huziji@marvell.com>
9099 L:      linux-mmc@vger.kernel.org
9100 S:      Supported
9101 F:      drivers/mmc/host/sdhci-xenon*
9102 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
9103
9104 MARVELL OCTEONTX2 RVU ADMIN FUNCTION DRIVER
9105 M:      Sunil Goutham <sgoutham@marvell.com>
9106 M:      Linu Cherian <lcherian@marvell.com>
9107 M:      Geetha sowjanya <gakula@marvell.com>
9108 M:      Jerin Jacob <jerinj@marvell.com>
9109 L:      netdev@vger.kernel.org
9110 S:      Supported
9111 F:      drivers/net/ethernet/marvell/octeontx2/af/
9112
9113 MATROX FRAMEBUFFER DRIVER
9114 L:      linux-fbdev@vger.kernel.org
9115 S:      Orphan
9116 F:      drivers/video/fbdev/matrox/matroxfb_*
9117 F:      include/uapi/linux/matroxfb.h
9118
9119 MAX16065 HARDWARE MONITOR DRIVER
9120 M:      Guenter Roeck <linux@roeck-us.net>
9121 L:      linux-hwmon@vger.kernel.org
9122 S:      Maintained
9123 F:      Documentation/hwmon/max16065
9124 F:      drivers/hwmon/max16065.c
9125
9126 MAX2175 SDR TUNER DRIVER
9127 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
9128 L:      linux-media@vger.kernel.org
9129 T:      git git://linuxtv.org/media_tree.git
9130 S:      Maintained
9131 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
9132 F:      Documentation/media/v4l-drivers/max2175.rst
9133 F:      drivers/media/i2c/max2175*
9134 F:      include/uapi/linux/max2175.h
9135
9136 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
9137 L:      linux-hwmon@vger.kernel.org
9138 S:      Orphan
9139 F:      Documentation/hwmon/max6650
9140 F:      drivers/hwmon/max6650.c
9141
9142 MAX6697 HARDWARE MONITOR DRIVER
9143 M:      Guenter Roeck <linux@roeck-us.net>
9144 L:      linux-hwmon@vger.kernel.org
9145 S:      Maintained
9146 F:      Documentation/hwmon/max6697
9147 F:      Documentation/devicetree/bindings/hwmon/max6697.txt
9148 F:      drivers/hwmon/max6697.c
9149 F:      include/linux/platform_data/max6697.h
9150
9151 MAX9860 MONO AUDIO VOICE CODEC DRIVER
9152 M:      Peter Rosin <peda@axentia.se>
9153 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9154 S:      Maintained
9155 F:      Documentation/devicetree/bindings/sound/max9860.txt
9156 F:      sound/soc/codecs/max9860.*
9157
9158 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
9159 M:      Javier Martinez Canillas <javier@dowhile0.org>
9160 L:      linux-kernel@vger.kernel.org
9161 S:      Supported
9162 F:      drivers/regulator/max77802-regulator.c
9163 F:      Documentation/devicetree/bindings/*/*max77802.txt
9164 F:      include/dt-bindings/*/*max77802.h
9165
9166 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
9167 M:      Krzysztof Kozlowski <krzk@kernel.org>
9168 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9169 L:      linux-pm@vger.kernel.org
9170 S:      Supported
9171 F:      drivers/power/supply/max14577_charger.c
9172 F:      drivers/power/supply/max77693_charger.c
9173
9174 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
9175 M:      Chanwoo Choi <cw00.choi@samsung.com>
9176 M:      Krzysztof Kozlowski <krzk@kernel.org>
9177 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
9178 L:      linux-kernel@vger.kernel.org
9179 S:      Supported
9180 F:      drivers/*/max14577*.c
9181 F:      drivers/*/max77686*.c
9182 F:      drivers/*/max77693*.c
9183 F:      drivers/extcon/extcon-max14577.c
9184 F:      drivers/extcon/extcon-max77693.c
9185 F:      drivers/rtc/rtc-max77686.c
9186 F:      drivers/clk/clk-max77686.c
9187 F:      Documentation/devicetree/bindings/mfd/max14577.txt
9188 F:      Documentation/devicetree/bindings/*/max77686.txt
9189 F:      Documentation/devicetree/bindings/mfd/max77693.txt
9190 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
9191 F:      include/linux/mfd/max14577*.h
9192 F:      include/linux/mfd/max77686*.h
9193 F:      include/linux/mfd/max77693*.h
9194
9195 MAXIRADIO FM RADIO RECEIVER DRIVER
9196 M:      Hans Verkuil <hverkuil@xs4all.nl>
9197 L:      linux-media@vger.kernel.org
9198 T:      git git://linuxtv.org/media_tree.git
9199 W:      https://linuxtv.org
9200 S:      Maintained
9201 F:      drivers/media/radio/radio-maxiradio*
9202
9203 MCP4018 AND MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVERS
9204 M:      Peter Rosin <peda@axentia.se>
9205 L:      linux-iio@vger.kernel.org
9206 S:      Maintained
9207 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
9208 F:      drivers/iio/potentiometer/mcp4018.c
9209 F:      drivers/iio/potentiometer/mcp4531.c
9210
9211 MCR20A IEEE-802.15.4 RADIO DRIVER
9212 M:      Xue Liu <liuxuenetmail@gmail.com>
9213 L:      linux-wpan@vger.kernel.org
9214 W:      https://github.com/xueliu/mcr20a-linux
9215 S:      Maintained
9216 F:      drivers/net/ieee802154/mcr20a.c
9217 F:      drivers/net/ieee802154/mcr20a.h
9218 F:      Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
9219
9220 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
9221 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
9222 L:      linux-iio@vger.kernel.org
9223 S:      Maintained
9224 F:      drivers/iio/dac/cio-dac.c
9225
9226 MEDIA DRIVERS FOR ASCOT2E
9227 M:      Sergey Kozlov <serjk@netup.ru>
9228 M:      Abylay Ospan <aospan@netup.ru>
9229 L:      linux-media@vger.kernel.org
9230 W:      https://linuxtv.org
9231 W:      http://netup.tv/
9232 T:      git git://linuxtv.org/media_tree.git
9233 S:      Supported
9234 F:      drivers/media/dvb-frontends/ascot2e*
9235
9236 MEDIA DRIVERS FOR CXD2099AR CI CONTROLLERS
9237 M:      Jasmin Jessich <jasmin@anw.at>
9238 L:      linux-media@vger.kernel.org
9239 W:      https://linuxtv.org
9240 T:      git git://linuxtv.org/media_tree.git
9241 S:      Maintained
9242 F:      drivers/media/dvb-frontends/cxd2099*
9243
9244 MEDIA DRIVERS FOR CXD2841ER
9245 M:      Sergey Kozlov <serjk@netup.ru>
9246 M:      Abylay Ospan <aospan@netup.ru>
9247 L:      linux-media@vger.kernel.org
9248 W:      https://linuxtv.org
9249 W:      http://netup.tv/
9250 T:      git git://linuxtv.org/media_tree.git
9251 S:      Supported
9252 F:      drivers/media/dvb-frontends/cxd2841er*
9253
9254 MEDIA DRIVERS FOR CXD2880
9255 M:      Yasunari Takiguchi <Yasunari.Takiguchi@sony.com>
9256 L:      linux-media@vger.kernel.org
9257 W:      http://linuxtv.org/
9258 T:      git git://linuxtv.org/media_tree.git
9259 S:      Supported
9260 F:      drivers/media/dvb-frontends/cxd2880/*
9261 F:      drivers/media/spi/cxd2880*
9262
9263 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
9264 L:      linux-media@vger.kernel.org
9265 W:      https://linuxtv.org
9266 T:      git git://linuxtv.org/media_tree.git
9267 S:      Orphan
9268 F:      drivers/media/pci/ddbridge/*
9269
9270 MEDIA DRIVERS FOR FREESCALE IMX
9271 M:      Steve Longerbeam <slongerbeam@gmail.com>
9272 M:      Philipp Zabel <p.zabel@pengutronix.de>
9273 L:      linux-media@vger.kernel.org
9274 T:      git git://linuxtv.org/media_tree.git
9275 S:      Maintained
9276 F:      Documentation/devicetree/bindings/media/imx.txt
9277 F:      Documentation/media/v4l-drivers/imx.rst
9278 F:      drivers/staging/media/imx/
9279 F:      include/linux/imx-media.h
9280 F:      include/media/imx.h
9281
9282 MEDIA DRIVER FOR FREESCALE IMX PXP
9283 M:      Philipp Zabel <p.zabel@pengutronix.de>
9284 L:      linux-media@vger.kernel.org
9285 T:      git git://linuxtv.org/media_tree.git
9286 S:      Maintained
9287 F:      drivers/media/platform/imx-pxp.[ch]
9288
9289 MEDIA DRIVERS FOR HELENE
9290 M:      Abylay Ospan <aospan@netup.ru>
9291 L:      linux-media@vger.kernel.org
9292 W:      https://linuxtv.org
9293 W:      http://netup.tv/
9294 T:      git git://linuxtv.org/media_tree.git
9295 S:      Supported
9296 F:      drivers/media/dvb-frontends/helene*
9297
9298 MEDIA DRIVERS FOR HORUS3A
9299 M:      Sergey Kozlov <serjk@netup.ru>
9300 M:      Abylay Ospan <aospan@netup.ru>
9301 L:      linux-media@vger.kernel.org
9302 W:      https://linuxtv.org
9303 W:      http://netup.tv/
9304 T:      git git://linuxtv.org/media_tree.git
9305 S:      Supported
9306 F:      drivers/media/dvb-frontends/horus3a*
9307
9308 MEDIA DRIVERS FOR LNBH25
9309 M:      Sergey Kozlov <serjk@netup.ru>
9310 M:      Abylay Ospan <aospan@netup.ru>
9311 L:      linux-media@vger.kernel.org
9312 W:      https://linuxtv.org
9313 W:      http://netup.tv/
9314 T:      git git://linuxtv.org/media_tree.git
9315 S:      Supported
9316 F:      drivers/media/dvb-frontends/lnbh25*
9317
9318 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
9319 L:      linux-media@vger.kernel.org
9320 W:      https://linuxtv.org
9321 T:      git git://linuxtv.org/media_tree.git
9322 S:      Orphan
9323 F:      drivers/media/dvb-frontends/mxl5xx*
9324
9325 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
9326 M:      Sergey Kozlov <serjk@netup.ru>
9327 M:      Abylay Ospan <aospan@netup.ru>
9328 L:      linux-media@vger.kernel.org
9329 W:      https://linuxtv.org
9330 W:      http://netup.tv/
9331 T:      git git://linuxtv.org/media_tree.git
9332 S:      Supported
9333 F:      drivers/media/pci/netup_unidvb/*
9334
9335 MEDIA DRIVERS FOR RENESAS - CEU
9336 M:      Jacopo Mondi <jacopo@jmondi.org>
9337 L:      linux-media@vger.kernel.org
9338 L:      linux-renesas-soc@vger.kernel.org
9339 T:      git git://linuxtv.org/media_tree.git
9340 S:      Supported
9341 F:      Documentation/devicetree/bindings/media/renesas,ceu.txt
9342 F:      drivers/media/platform/renesas-ceu.c
9343 F:      include/media/drv-intf/renesas-ceu.h
9344
9345 MEDIA DRIVERS FOR RENESAS - DRIF
9346 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
9347 L:      linux-media@vger.kernel.org
9348 L:      linux-renesas-soc@vger.kernel.org
9349 T:      git git://linuxtv.org/media_tree.git
9350 S:      Supported
9351 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
9352 F:      drivers/media/platform/rcar_drif.c
9353
9354 MEDIA DRIVERS FOR RENESAS - FCP
9355 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9356 L:      linux-media@vger.kernel.org
9357 L:      linux-renesas-soc@vger.kernel.org
9358 T:      git git://linuxtv.org/media_tree.git
9359 S:      Supported
9360 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
9361 F:      drivers/media/platform/rcar-fcp.c
9362 F:      include/media/rcar-fcp.h
9363
9364 MEDIA DRIVERS FOR RENESAS - FDP1
9365 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
9366 L:      linux-media@vger.kernel.org
9367 L:      linux-renesas-soc@vger.kernel.org
9368 T:      git git://linuxtv.org/media_tree.git
9369 S:      Supported
9370 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
9371 F:      drivers/media/platform/rcar_fdp1.c
9372
9373 MEDIA DRIVERS FOR RENESAS - VIN
9374 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
9375 L:      linux-media@vger.kernel.org
9376 L:      linux-renesas-soc@vger.kernel.org
9377 T:      git git://linuxtv.org/media_tree.git
9378 S:      Supported
9379 F:      Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt
9380 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
9381 F:      drivers/media/platform/rcar-vin/
9382
9383 MEDIA DRIVERS FOR RENESAS - VSP1
9384 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9385 M:      Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
9386 L:      linux-media@vger.kernel.org
9387 L:      linux-renesas-soc@vger.kernel.org
9388 T:      git git://linuxtv.org/media_tree.git
9389 S:      Supported
9390 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
9391 F:      drivers/media/platform/vsp1/
9392
9393 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
9394 L:      linux-media@vger.kernel.org
9395 W:      https://linuxtv.org
9396 T:      git git://linuxtv.org/media_tree.git
9397 S:      Orphan
9398 F:      drivers/media/dvb-frontends/stv0910*
9399
9400 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
9401 L:      linux-media@vger.kernel.org
9402 W:      https://linuxtv.org
9403 T:      git git://linuxtv.org/media_tree.git
9404 S:      Orphan
9405 F:      drivers/media/dvb-frontends/stv6111*
9406
9407 MEDIA DRIVERS FOR STM32 - DCMI
9408 M:      Hugues Fruchet <hugues.fruchet@st.com>
9409 L:      linux-media@vger.kernel.org
9410 T:      git git://linuxtv.org/media_tree.git
9411 S:      Supported
9412 F:      Documentation/devicetree/bindings/media/st,stm32-dcmi.txt
9413 F:      drivers/media/platform/stm32/stm32-dcmi.c
9414
9415 MEDIA DRIVERS FOR NVIDIA TEGRA - VDE
9416 M:      Dmitry Osipenko <digetx@gmail.com>
9417 L:      linux-media@vger.kernel.org
9418 L:      linux-tegra@vger.kernel.org
9419 T:      git git://linuxtv.org/media_tree.git
9420 S:      Maintained
9421 F:      Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
9422 F:      drivers/staging/media/tegra-vde/
9423
9424 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
9425 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
9426 P:      LinuxTV.org Project
9427 L:      linux-media@vger.kernel.org
9428 W:      https://linuxtv.org
9429 Q:      http://patchwork.kernel.org/project/linux-media/list/
9430 T:      git git://linuxtv.org/media_tree.git
9431 S:      Maintained
9432 F:      Documentation/devicetree/bindings/media/
9433 F:      Documentation/media/
9434 F:      drivers/media/
9435 F:      drivers/staging/media/
9436 F:      include/linux/platform_data/media/
9437 F:      include/media/
9438 F:      include/uapi/linux/dvb/
9439 F:      include/uapi/linux/videodev2.h
9440 F:      include/uapi/linux/media.h
9441 F:      include/uapi/linux/v4l2-*
9442 F:      include/uapi/linux/meye.h
9443 F:      include/uapi/linux/ivtv*
9444 F:      include/uapi/linux/uvcvideo.h
9445
9446 MEDIATEK BLUETOOTH DRIVER
9447 M:      Sean Wang <sean.wang@mediatek.com>
9448 L:      linux-bluetooth@vger.kernel.org
9449 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
9450 S:      Maintained
9451 F:      Documentation/devicetree/bindings/net/mediatek-bluetooth.txt
9452 F:      drivers/bluetooth/btmtkuart.c
9453
9454 MEDIATEK CIR DRIVER
9455 M:      Sean Wang <sean.wang@mediatek.com>
9456 S:      Maintained
9457 F:      drivers/media/rc/mtk-cir.c
9458
9459 MEDIATEK DMA DRIVER
9460 M:      Sean Wang <sean.wang@mediatek.com>
9461 L:      dmaengine@vger.kernel.org
9462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9463 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
9464 S:      Maintained
9465 F:      Documentation/devicetree/bindings/dma/mtk-*
9466 F:      drivers/dma/mediatek/
9467
9468 MEDIATEK PMIC LED DRIVER
9469 M:      Sean Wang <sean.wang@mediatek.com>
9470 S:      Maintained
9471 F:      drivers/leds/leds-mt6323.c
9472 F:      Documentation/devicetree/bindings/leds/leds-mt6323.txt
9473
9474 MEDIATEK ETHERNET DRIVER
9475 M:      Felix Fietkau <nbd@openwrt.org>
9476 M:      John Crispin <john@phrozen.org>
9477 M:      Sean Wang <sean.wang@mediatek.com>
9478 M:      Nelson Chang <nelson.chang@mediatek.com>
9479 L:      netdev@vger.kernel.org
9480 S:      Maintained
9481 F:      drivers/net/ethernet/mediatek/
9482
9483 MEDIATEK SWITCH DRIVER
9484 M:      Sean Wang <sean.wang@mediatek.com>
9485 L:      netdev@vger.kernel.org
9486 S:      Maintained
9487 F:      drivers/net/dsa/mt7530.*
9488 F:      net/dsa/tag_mtk.c
9489
9490 MEDIATEK JPEG DRIVER
9491 M:      Rick Chang <rick.chang@mediatek.com>
9492 M:      Bin Liu <bin.liu@mediatek.com>
9493 S:      Supported
9494 F:      drivers/media/platform/mtk-jpeg/
9495 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
9496
9497 MEDIATEK MDP DRIVER
9498 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
9499 M:      Houlong Wei <houlong.wei@mediatek.com>
9500 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
9501 S:      Supported
9502 F:      drivers/media/platform/mtk-mdp/
9503 F:      drivers/media/platform/mtk-vpu/
9504 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
9505
9506 MEDIATEK MEDIA DRIVER
9507 M:      Tiffany Lin <tiffany.lin@mediatek.com>
9508 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
9509 S:      Supported
9510 F:      drivers/media/platform/mtk-vcodec/
9511 F:      drivers/media/platform/mtk-vpu/
9512 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
9513 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
9514
9515 MEDIATEK MT76 WIRELESS LAN DRIVER
9516 M:      Felix Fietkau <nbd@nbd.name>
9517 M:      Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
9518 L:      linux-wireless@vger.kernel.org
9519 S:      Maintained
9520 F:      drivers/net/wireless/mediatek/mt76/
9521
9522 MEDIATEK MT7601U WIRELESS LAN DRIVER
9523 M:      Jakub Kicinski <kubakici@wp.pl>
9524 L:      linux-wireless@vger.kernel.org
9525 S:      Maintained
9526 F:      drivers/net/wireless/mediatek/mt7601u/
9527
9528 MEDIATEK NAND CONTROLLER DRIVER
9529 M:      Xiaolei Li <xiaolei.li@mediatek.com>
9530 L:      linux-mtd@lists.infradead.org
9531 S:      Maintained
9532 F:      drivers/mtd/nand/raw/mtk_*
9533 F:      Documentation/devicetree/bindings/mtd/mtk-nand.txt
9534
9535 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
9536 M:      Sean Wang <sean.wang@mediatek.com>
9537 S:      Maintained
9538 F:      drivers/char/hw_random/mtk-rng.c
9539
9540 MEDIATEK USB3 DRD IP DRIVER
9541 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
9542 L:      linux-usb@vger.kernel.org (moderated for non-subscribers)
9543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9544 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
9545 S:      Maintained
9546 F:      drivers/usb/mtu3/
9547
9548 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
9549 M:      Peter Senna Tschudin <peter.senna@gmail.com>
9550 M:      Martin Donnelly <martin.donnelly@ge.com>
9551 M:      Martyn Welch <martyn.welch@collabora.co.uk>
9552 S:      Maintained
9553 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
9554 F:      Documentation/devicetree/bindings/display/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
9555
9556 MEGARAID SCSI/SAS DRIVERS
9557 M:      Kashyap Desai <kashyap.desai@broadcom.com>
9558 M:      Sumit Saxena <sumit.saxena@broadcom.com>
9559 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
9560 L:      megaraidlinux.pdl@broadcom.com
9561 L:      linux-scsi@vger.kernel.org
9562 W:      http://www.avagotech.com/support/
9563 S:      Maintained
9564 F:      Documentation/scsi/megaraid.txt
9565 F:      drivers/scsi/megaraid.*
9566 F:      drivers/scsi/megaraid/
9567
9568 MELEXIS MLX90614 DRIVER
9569 M:      Crt Mori <cmo@melexis.com>
9570 L:      linux-iio@vger.kernel.org
9571 W:      http://www.melexis.com
9572 S:      Supported
9573 F:      drivers/iio/temperature/mlx90614.c
9574
9575 MELEXIS MLX90632 DRIVER
9576 M:      Crt Mori <cmo@melexis.com>
9577 L:      linux-iio@vger.kernel.org
9578 W:      http://www.melexis.com
9579 S:      Supported
9580 F:      drivers/iio/temperature/mlx90632.c
9581
9582 MELFAS MIP4 TOUCHSCREEN DRIVER
9583 M:      Sangwon Jee <jeesw@melfas.com>
9584 W:      http://www.melfas.com
9585 S:      Supported
9586 F:      drivers/input/touchscreen/melfas_mip4.c
9587 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
9588
9589 MELLANOX ETHERNET DRIVER (mlx4_en)
9590 M:      Tariq Toukan <tariqt@mellanox.com>
9591 L:      netdev@vger.kernel.org
9592 S:      Supported
9593 W:      http://www.mellanox.com
9594 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9595 F:      drivers/net/ethernet/mellanox/mlx4/en_*
9596
9597 MELLANOX ETHERNET DRIVER (mlx5e)
9598 M:      Saeed Mahameed <saeedm@mellanox.com>
9599 L:      netdev@vger.kernel.org
9600 S:      Supported
9601 W:      http://www.mellanox.com
9602 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9603 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
9604
9605 MELLANOX ETHERNET INNOVA DRIVERS
9606 R:      Boris Pismenny <borisp@mellanox.com>
9607 L:      netdev@vger.kernel.org
9608 S:      Supported
9609 W:      http://www.mellanox.com
9610 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9611 F:      drivers/net/ethernet/mellanox/mlx5/core/en_accel/*
9612 F:      drivers/net/ethernet/mellanox/mlx5/core/accel/*
9613 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
9614 F:      include/linux/mlx5/mlx5_ifc_fpga.h
9615
9616 MELLANOX ETHERNET INNOVA IPSEC DRIVER
9617 R:      Boris Pismenny <borisp@mellanox.com>
9618 L:      netdev@vger.kernel.org
9619 S:      Supported
9620 W:      http://www.mellanox.com
9621 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9622 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
9623 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
9624
9625 MELLANOX ETHERNET SWITCH DRIVERS
9626 M:      Jiri Pirko <jiri@mellanox.com>
9627 M:      Ido Schimmel <idosch@mellanox.com>
9628 L:      netdev@vger.kernel.org
9629 S:      Supported
9630 W:      http://www.mellanox.com
9631 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9632 F:      drivers/net/ethernet/mellanox/mlxsw/
9633 F:      tools/testing/selftests/drivers/net/mlxsw/
9634
9635 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
9636 M:      mlxsw@mellanox.com
9637 L:      netdev@vger.kernel.org
9638 S:      Supported
9639 W:      http://www.mellanox.com
9640 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9641 F:      drivers/net/ethernet/mellanox/mlxfw/
9642
9643 MELLANOX HARDWARE PLATFORM SUPPORT
9644 M:      Andy Shevchenko <andy@infradead.org>
9645 M:      Darren Hart <dvhart@infradead.org>
9646 M:      Vadim Pasternak <vadimp@mellanox.com>
9647 L:      platform-driver-x86@vger.kernel.org
9648 S:      Supported
9649 F:      drivers/platform/mellanox/
9650
9651 MELLANOX MLX4 core VPI driver
9652 M:      Tariq Toukan <tariqt@mellanox.com>
9653 L:      netdev@vger.kernel.org
9654 L:      linux-rdma@vger.kernel.org
9655 W:      http://www.mellanox.com
9656 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9657 S:      Supported
9658 F:      drivers/net/ethernet/mellanox/mlx4/
9659 F:      include/linux/mlx4/
9660
9661 MELLANOX MLX4 IB driver
9662 M:      Yishai Hadas <yishaih@mellanox.com>
9663 L:      linux-rdma@vger.kernel.org
9664 W:      http://www.mellanox.com
9665 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9666 S:      Supported
9667 F:      drivers/infiniband/hw/mlx4/
9668 F:      include/linux/mlx4/
9669 F:      include/uapi/rdma/mlx4-abi.h
9670
9671 MELLANOX MLX5 core VPI driver
9672 M:      Saeed Mahameed <saeedm@mellanox.com>
9673 M:      Leon Romanovsky <leonro@mellanox.com>
9674 L:      netdev@vger.kernel.org
9675 L:      linux-rdma@vger.kernel.org
9676 W:      http://www.mellanox.com
9677 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9678 S:      Supported
9679 F:      drivers/net/ethernet/mellanox/mlx5/core/
9680 F:      include/linux/mlx5/
9681
9682 MELLANOX MLX5 IB driver
9683 M:      Leon Romanovsky <leonro@mellanox.com>
9684 L:      linux-rdma@vger.kernel.org
9685 W:      http://www.mellanox.com
9686 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9687 S:      Supported
9688 F:      drivers/infiniband/hw/mlx5/
9689 F:      include/linux/mlx5/
9690 F:      include/uapi/rdma/mlx5-abi.h
9691
9692 MELLANOX MLXCPLD I2C AND MUX DRIVER
9693 M:      Vadim Pasternak <vadimp@mellanox.com>
9694 M:      Michael Shych <michaelsh@mellanox.com>
9695 L:      linux-i2c@vger.kernel.org
9696 S:      Supported
9697 F:      drivers/i2c/busses/i2c-mlxcpld.c
9698 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
9699 F:      Documentation/i2c/busses/i2c-mlxcpld
9700
9701 MELLANOX MLXCPLD LED DRIVER
9702 M:      Vadim Pasternak <vadimp@mellanox.com>
9703 L:      linux-leds@vger.kernel.org
9704 S:      Supported
9705 F:      drivers/leds/leds-mlxcpld.c
9706 F:      drivers/leds/leds-mlxreg.c
9707 F:      Documentation/leds/leds-mlxcpld.txt
9708
9709 MELLANOX PLATFORM DRIVER
9710 M:      Vadim Pasternak <vadimp@mellanox.com>
9711 L:      platform-driver-x86@vger.kernel.org
9712 S:      Supported
9713 F:      drivers/platform/x86/mlx-platform.c
9714
9715 MEMBARRIER SUPPORT
9716 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9717 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
9718 L:      linux-kernel@vger.kernel.org
9719 S:      Supported
9720 F:      kernel/sched/membarrier.c
9721 F:      include/uapi/linux/membarrier.h
9722 F:      arch/powerpc/include/asm/membarrier.h
9723
9724 MEMORY MANAGEMENT
9725 L:      linux-mm@kvack.org
9726 W:      http://www.linux-mm.org
9727 S:      Maintained
9728 F:      include/linux/mm.h
9729 F:      include/linux/gfp.h
9730 F:      include/linux/mmzone.h
9731 F:      include/linux/memory_hotplug.h
9732 F:      include/linux/vmalloc.h
9733 F:      mm/
9734
9735 MEMORY TECHNOLOGY DEVICES (MTD)
9736 M:      David Woodhouse <dwmw2@infradead.org>
9737 M:      Brian Norris <computersforpeace@gmail.com>
9738 M:      Boris Brezillon <bbrezillon@kernel.org>
9739 M:      Marek Vasut <marek.vasut@gmail.com>
9740 M:      Richard Weinberger <richard@nod.at>
9741 L:      linux-mtd@lists.infradead.org
9742 W:      http://www.linux-mtd.infradead.org/
9743 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
9744 T:      git git://git.infradead.org/linux-mtd.git master
9745 T:      git git://git.infradead.org/linux-mtd.git mtd/next
9746 S:      Maintained
9747 F:      Documentation/devicetree/bindings/mtd/
9748 F:      drivers/mtd/
9749 F:      include/linux/mtd/
9750 F:      include/uapi/mtd/
9751
9752 MEN A21 WATCHDOG DRIVER
9753 M:      Johannes Thumshirn <morbidrsa@gmail.com>
9754 L:      linux-watchdog@vger.kernel.org
9755 S:      Maintained
9756 F:      drivers/watchdog/mena21_wdt.c
9757
9758 MEN CHAMELEON BUS (mcb)
9759 M:      Johannes Thumshirn <morbidrsa@gmail.com>
9760 S:      Maintained
9761 F:      drivers/mcb/
9762 F:      include/linux/mcb.h
9763 F:      Documentation/men-chameleon-bus.txt
9764
9765 MEN F21BMC (Board Management Controller)
9766 M:      Andreas Werner <andreas.werner@men.de>
9767 S:      Supported
9768 F:      drivers/mfd/menf21bmc.c
9769 F:      drivers/watchdog/menf21bmc_wdt.c
9770 F:      drivers/leds/leds-menf21bmc.c
9771 F:      drivers/hwmon/menf21bmc_hwmon.c
9772 F:      Documentation/hwmon/menf21bmc
9773
9774 MEN Z069 WATCHDOG DRIVER
9775 M:      Johannes Thumshirn <jth@kernel.org>
9776 L:      linux-watchdog@vger.kernel.org
9777 S:      Maintained
9778 F:      drivers/watchdog/menz69_wdt.c
9779
9780 MESON AO CEC DRIVER FOR AMLOGIC SOCS
9781 M:      Neil Armstrong <narmstrong@baylibre.com>
9782 L:      linux-media@lists.freedesktop.org
9783 L:      linux-amlogic@lists.infradead.org
9784 W:      http://linux-meson.com/
9785 S:      Supported
9786 F:      drivers/media/platform/meson/ao-cec.c
9787 F:      Documentation/devicetree/bindings/media/meson-ao-cec.txt
9788 T:      git git://linuxtv.org/media_tree.git
9789
9790 MICROBLAZE ARCHITECTURE
9791 M:      Michal Simek <monstr@monstr.eu>
9792 W:      http://www.monstr.eu/fdt/
9793 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
9794 S:      Supported
9795 F:      arch/microblaze/
9796
9797 MICROCHIP AT91 SERIAL DRIVER
9798 M:      Richard Genoud <richard.genoud@gmail.com>
9799 S:      Maintained
9800 F:      drivers/tty/serial/atmel_serial.c
9801 F:      drivers/tty/serial/atmel_serial.h
9802 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9803
9804 MICROCHIP AUDIO ASOC DRIVERS
9805 M:      Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
9806 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9807 S:      Supported
9808 F:      sound/soc/atmel
9809
9810 MICROCHIP DMA DRIVER
9811 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9813 L:      dmaengine@vger.kernel.org
9814 S:      Supported
9815 F:      drivers/dma/at_hdmac.c
9816 F:      drivers/dma/at_hdmac_regs.h
9817 F:      include/linux/platform_data/dma-atmel.h
9818 F:      Documentation/devicetree/bindings/dma/atmel-dma.txt
9819 F:      include/dt-bindings/dma/at91.h
9820
9821 MICROCHIP ECC DRIVER
9822 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
9823 L:      linux-crypto@vger.kernel.org
9824 S:      Maintained
9825 F:      drivers/crypto/atmel-ecc.*
9826
9827 MICROCHIP I2C DRIVER
9828 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9829 L:      linux-i2c@vger.kernel.org
9830 S:      Supported
9831 F:      drivers/i2c/busses/i2c-at91.c
9832
9833 MICROCHIP ISC DRIVER
9834 M:      Eugen Hristev <eugen.hristev@microchip.com>
9835 L:      linux-media@vger.kernel.org
9836 S:      Supported
9837 F:      drivers/media/platform/atmel/atmel-isc.c
9838 F:      drivers/media/platform/atmel/atmel-isc-regs.h
9839 F:      Documentation/devicetree/bindings/media/atmel-isc.txt
9840
9841 MICROCHIP ISI DRIVER
9842 M:      Eugen Hristev <eugen.hristev@microchip.com>
9843 L:      linux-media@vger.kernel.org
9844 S:      Supported
9845 F:      drivers/media/platform/atmel/atmel-isi.c
9846 F:      drivers/media/platform/atmel/atmel-isi.h
9847
9848 MICROCHIP AT91 USART MFD DRIVER
9849 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
9850 L:      linux-kernel@vger.kernel.org
9851 S:      Supported
9852 F:      drivers/mfd/at91-usart.c
9853 F:      include/dt-bindings/mfd/at91-usart.h
9854 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9855
9856 MICROCHIP AT91 USART SPI DRIVER
9857 M:      Radu Pirea <radu_nicolae.pirea@upb.ro>
9858 L:      linux-spi@vger.kernel.org
9859 S:      Supported
9860 F:      drivers/spi/spi-at91-usart.c
9861 F:      Documentation/devicetree/bindings/mfd/atmel-usart.txt
9862
9863 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9864 M:      Woojung Huh <Woojung.Huh@microchip.com>
9865 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9866 L:      netdev@vger.kernel.org
9867 S:      Maintained
9868 F:      net/dsa/tag_ksz.c
9869 F:      drivers/net/dsa/microchip/*
9870 F:      include/linux/platform_data/microchip-ksz.h
9871 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
9872
9873 MICROCHIP LAN743X ETHERNET DRIVER
9874 M:      Bryan Whitehead <bryan.whitehead@microchip.com>
9875 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9876 L:      netdev@vger.kernel.org
9877 S:      Maintained
9878 F:      drivers/net/ethernet/microchip/lan743x_*
9879
9880 MICROCHIP LCDFB DRIVER
9881 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
9882 L:      linux-fbdev@vger.kernel.org
9883 S:      Maintained
9884 F:      drivers/video/fbdev/atmel_lcdfb.c
9885 F:      include/video/atmel_lcdc.h
9886
9887 MICROCHIP MMC/SD/SDIO MCI DRIVER
9888 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9889 S:      Maintained
9890 F:      drivers/mmc/host/atmel-mci.c
9891
9892 MICROCHIP MCP16502 PMIC DRIVER
9893 M:      Andrei Stefanescu <andrei.stefanescu@microchip.com>
9894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9895 S:      Maintained
9896 F:      Documentation/devicetree/bindings/regulator/mcp16502-regulator.txt
9897 F:      drivers/regulator/mcp16502.c
9898
9899 MICROCHIP MCP3911 ADC DRIVER
9900 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
9901 M:      Kent Gustavsson <kent@minoris.se>
9902 L:      linux-iio@vger.kernel.org
9903 S:      Supported
9904 F:      drivers/iio/adc/mcp3911.c
9905 F:      Documentation/devicetree/bindings/iio/adc/mcp3911.txt
9906
9907 MICROCHIP NAND DRIVER
9908 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
9909 L:      linux-mtd@lists.infradead.org
9910 S:      Supported
9911 F:      drivers/mtd/nand/raw/atmel/*
9912 F:      Documentation/devicetree/bindings/mtd/atmel-nand.txt
9913
9914 MICROCHIP PWM DRIVER
9915 M:      Claudiu Beznea <claudiu.beznea@microchip.com>
9916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9917 L:      linux-pwm@vger.kernel.org
9918 S:      Supported
9919 F:      drivers/pwm/pwm-atmel.c
9920 F:      Documentation/devicetree/bindings/pwm/atmel-pwm.txt
9921
9922 MICROCHIP SAMA5D2-COMPATIBLE ADC DRIVER
9923 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9924 M:      Eugen Hristev <eugen.hristev@microchip.com>
9925 L:      linux-iio@vger.kernel.org
9926 S:      Supported
9927 F:      drivers/iio/adc/at91-sama5d2_adc.c
9928 F:      Documentation/devicetree/bindings/iio/adc/at91-sama5d2_adc.txt
9929 F:      include/dt-bindings/iio/adc/at91-sama5d2_adc.h
9930
9931 MICROCHIP SAMA5D2-COMPATIBLE SHUTDOWN CONTROLLER
9932 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
9933 S:      Supported
9934 F:      drivers/power/reset/at91-sama5d2_shdwc.c
9935
9936 MICROCHIP SAMA5D2-COMPATIBLE PIOBU GPIO
9937 M:      Andrei Stefanescu <andrei.stefanescu@microchip.com>
9938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9939 L:      linux-gpio@vger.kernel.org
9940 F:      drivers/gpio/gpio-sama5d2-piobu.c
9941
9942 MICROCHIP SPI DRIVER
9943 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
9944 S:      Supported
9945 F:      drivers/spi/spi-atmel.*
9946
9947 MICROCHIP SSC DRIVER
9948 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
9949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9950 S:      Supported
9951 F:      drivers/misc/atmel-ssc.c
9952 F:      include/linux/atmel-ssc.h
9953
9954 MICROCHIP TIMER COUNTER (TC) AND CLOCKSOURCE DRIVERS
9955 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
9956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9957 S:      Supported
9958 F:      drivers/misc/atmel_tclib.c
9959 F:      drivers/clocksource/tcb_clksrc.c
9960
9961 MICROCHIP USBA UDC DRIVER
9962 M:      Cristian Birsan <cristian.birsan@microchip.com>
9963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9964 S:      Supported
9965 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
9966
9967 MICROCHIP USB251XB DRIVER
9968 M:      Richard Leitner <richard.leitner@skidata.com>
9969 L:      linux-usb@vger.kernel.org
9970 S:      Maintained
9971 F:      drivers/usb/misc/usb251xb.c
9972 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
9973
9974 MICROCHIP XDMA DRIVER
9975 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
9976 L:      linux-arm-kernel@lists.infradead.org
9977 L:      dmaengine@vger.kernel.org
9978 S:      Supported
9979 F:      drivers/dma/at_xdmac.c
9980
9981 MICROSEMI MIPS SOCS
9982 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
9983 L:      linux-mips@vger.kernel.org
9984 S:      Maintained
9985 F:      arch/mips/generic/board-ocelot.c
9986 F:      arch/mips/configs/generic/board-ocelot.config
9987 F:      arch/mips/boot/dts/mscc/
9988 F:      Documentation/devicetree/bindings/mips/mscc.txt
9989
9990 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
9991 M:      Don Brace <don.brace@microsemi.com>
9992 L:      esc.storagedev@microsemi.com
9993 L:      linux-scsi@vger.kernel.org
9994 S:      Supported
9995 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
9996 F:      drivers/scsi/smartpqi/Kconfig
9997 F:      drivers/scsi/smartpqi/Makefile
9998 F:      include/linux/cciss*.h
9999 F:      include/uapi/linux/cciss*.h
10000 F:      Documentation/scsi/smartpqi.txt
10001
10002 MICROSEMI ETHERNET SWITCH DRIVER
10003 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
10004 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
10005 L:      netdev@vger.kernel.org
10006 S:      Supported
10007 F:      drivers/net/ethernet/mscc/
10008
10009 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
10010 M:      Chen Yu <yu.c.chen@intel.com>
10011 L:      platform-driver-x86@vger.kernel.org
10012 S:      Supported
10013 F:      drivers/platform/x86/surfacepro3_button.c
10014
10015 MICROTEK X6 SCANNER
10016 M:      Oliver Neukum <oliver@neukum.org>
10017 S:      Maintained
10018 F:      drivers/usb/image/microtek.*
10019
10020 MIPS
10021 M:      Ralf Baechle <ralf@linux-mips.org>
10022 M:      Paul Burton <paul.burton@mips.com>
10023 M:      James Hogan <jhogan@kernel.org>
10024 L:      linux-mips@vger.kernel.org
10025 W:      http://www.linux-mips.org/
10026 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
10027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux.git
10028 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10029 S:      Supported
10030 F:      Documentation/devicetree/bindings/mips/
10031 F:      Documentation/mips/
10032 F:      arch/mips/
10033 F:      drivers/platform/mips/
10034
10035 MIPS BOSTON DEVELOPMENT BOARD
10036 M:      Paul Burton <paul.burton@mips.com>
10037 L:      linux-mips@vger.kernel.org
10038 S:      Maintained
10039 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
10040 F:      arch/mips/boot/dts/img/boston.dts
10041 F:      arch/mips/configs/generic/board-boston.config
10042 F:      drivers/clk/imgtec/clk-boston.c
10043 F:      include/dt-bindings/clock/boston-clock.h
10044
10045 MIPS GENERIC PLATFORM
10046 M:      Paul Burton <paul.burton@mips.com>
10047 L:      linux-mips@vger.kernel.org
10048 S:      Supported
10049 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
10050 F:      arch/mips/generic/
10051 F:      arch/mips/tools/generic-board-config.sh
10052
10053 MIPS/LOONGSON1 ARCHITECTURE
10054 M:      Keguang Zhang <keguang.zhang@gmail.com>
10055 L:      linux-mips@vger.kernel.org
10056 S:      Maintained
10057 F:      arch/mips/loongson32/
10058 F:      arch/mips/include/asm/mach-loongson32/
10059 F:      drivers/*/*loongson1*
10060 F:      drivers/*/*/*loongson1*
10061
10062 MIPS/LOONGSON2 ARCHITECTURE
10063 M:      Jiaxun Yang <jiaxun.yang@flygoat.com>
10064 L:      linux-mips@vger.kernel.org
10065 S:      Maintained
10066 F:      arch/mips/loongson64/fuloong-2e/
10067 F:      arch/mips/loongson64/lemote-2f/
10068 F:      arch/mips/include/asm/mach-loongson64/
10069 F:      drivers/*/*loongson2*
10070 F:      drivers/*/*/*loongson2*
10071
10072 MIPS/LOONGSON3 ARCHITECTURE
10073 M:      Huacai Chen <chenhc@lemote.com>
10074 L:      linux-mips@vger.kernel.org
10075 S:      Maintained
10076 F:      arch/mips/loongson64/
10077 F:      arch/mips/include/asm/mach-loongson64/
10078 F:      drivers/platform/mips/cpu_hwmon.c
10079 F:      drivers/*/*loongson3*
10080 F:      drivers/*/*/*loongson3*
10081
10082 MIPS RINT INSTRUCTION EMULATION
10083 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
10084 L:      linux-mips@vger.kernel.org
10085 S:      Supported
10086 F:      arch/mips/math-emu/sp_rint.c
10087 F:      arch/mips/math-emu/dp_rint.c
10088
10089 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
10090 M:      Hans Verkuil <hverkuil@xs4all.nl>
10091 L:      linux-media@vger.kernel.org
10092 T:      git git://linuxtv.org/media_tree.git
10093 W:      https://linuxtv.org
10094 S:      Odd Fixes
10095 F:      drivers/media/radio/radio-miropcm20*
10096
10097 MMP SUPPORT
10098 R:      Lubomir Rintel <lkundrak@v3.sk>
10099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10100 S:      Odd Fixes
10101 F:      arch/arm/boot/dts/mmp*
10102 F:      arch/arm/mach-mmp/
10103
10104 MMU GATHER AND TLB INVALIDATION
10105 M:      Will Deacon <will.deacon@arm.com>
10106 M:      "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
10107 M:      Andrew Morton <akpm@linux-foundation.org>
10108 M:      Nick Piggin <npiggin@gmail.com>
10109 M:      Peter Zijlstra <peterz@infradead.org>
10110 L:      linux-arch@vger.kernel.org
10111 L:      linux-mm@kvack.org
10112 S:      Maintained
10113 F:      arch/*/include/asm/tlb.h
10114 F:      include/asm-generic/tlb.h
10115 F:      mm/mmu_gather.c
10116
10117 MN88472 MEDIA DRIVER
10118 M:      Antti Palosaari <crope@iki.fi>
10119 L:      linux-media@vger.kernel.org
10120 W:      https://linuxtv.org
10121 W:      http://palosaari.fi/linux/
10122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10123 S:      Maintained
10124 F:      drivers/media/dvb-frontends/mn88472*
10125
10126 MN88473 MEDIA DRIVER
10127 M:      Antti Palosaari <crope@iki.fi>
10128 L:      linux-media@vger.kernel.org
10129 W:      https://linuxtv.org
10130 W:      http://palosaari.fi/linux/
10131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10132 S:      Maintained
10133 F:      drivers/media/dvb-frontends/mn88473*
10134
10135 MODULE SUPPORT
10136 M:      Jessica Yu <jeyu@kernel.org>
10137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
10138 S:      Maintained
10139 F:      include/linux/module.h
10140 F:      kernel/module.c
10141
10142 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
10143 W:      http://popies.net/meye/
10144 S:      Orphan
10145 F:      Documentation/media/v4l-drivers/meye*
10146 F:      drivers/media/pci/meye/
10147 F:      include/uapi/linux/meye.h
10148
10149 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
10150 M:      Jiri Slaby <jirislaby@gmail.com>
10151 S:      Maintained
10152 F:      Documentation/serial/moxa-smartio
10153 F:      drivers/tty/mxser.*
10154
10155 MR800 AVERMEDIA USB FM RADIO DRIVER
10156 M:      Alexey Klimov <klimov.linux@gmail.com>
10157 L:      linux-media@vger.kernel.org
10158 T:      git git://linuxtv.org/media_tree.git
10159 S:      Maintained
10160 F:      drivers/media/radio/radio-mr800.c
10161
10162 MRF24J40 IEEE 802.15.4 RADIO DRIVER
10163 M:      Alan Ott <alan@signal11.us>
10164 L:      linux-wpan@vger.kernel.org
10165 S:      Maintained
10166 F:      drivers/net/ieee802154/mrf24j40.c
10167 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
10168
10169 MSI LAPTOP SUPPORT
10170 M:      "Lee, Chun-Yi" <jlee@suse.com>
10171 L:      platform-driver-x86@vger.kernel.org
10172 S:      Maintained
10173 F:      drivers/platform/x86/msi-laptop.c
10174
10175 MSI WMI SUPPORT
10176 L:      platform-driver-x86@vger.kernel.org
10177 S:      Orphan
10178 F:      drivers/platform/x86/msi-wmi.c
10179
10180 MSI001 MEDIA DRIVER
10181 M:      Antti Palosaari <crope@iki.fi>
10182 L:      linux-media@vger.kernel.org
10183 W:      https://linuxtv.org
10184 W:      http://palosaari.fi/linux/
10185 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10186 T:      git git://linuxtv.org/anttip/media_tree.git
10187 S:      Maintained
10188 F:      drivers/media/tuners/msi001*
10189
10190 MSI2500 MEDIA DRIVER
10191 M:      Antti Palosaari <crope@iki.fi>
10192 L:      linux-media@vger.kernel.org
10193 W:      https://linuxtv.org
10194 W:      http://palosaari.fi/linux/
10195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10196 T:      git git://linuxtv.org/anttip/media_tree.git
10197 S:      Maintained
10198 F:      drivers/media/usb/msi2500/
10199
10200 MSYSTEMS DISKONCHIP G3 MTD DRIVER
10201 M:      Robert Jarzmik <robert.jarzmik@free.fr>
10202 L:      linux-mtd@lists.infradead.org
10203 S:      Maintained
10204 F:      drivers/mtd/devices/docg3*
10205
10206 MT9M032 APTINA SENSOR DRIVER
10207 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10208 L:      linux-media@vger.kernel.org
10209 T:      git git://linuxtv.org/media_tree.git
10210 S:      Maintained
10211 F:      drivers/media/i2c/mt9m032.c
10212 F:      include/media/i2c/mt9m032.h
10213
10214 MT9P031 APTINA CAMERA SENSOR
10215 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10216 L:      linux-media@vger.kernel.org
10217 T:      git git://linuxtv.org/media_tree.git
10218 S:      Maintained
10219 F:      drivers/media/i2c/mt9p031.c
10220 F:      include/media/i2c/mt9p031.h
10221
10222 MT9T001 APTINA CAMERA SENSOR
10223 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10224 L:      linux-media@vger.kernel.org
10225 T:      git git://linuxtv.org/media_tree.git
10226 S:      Maintained
10227 F:      drivers/media/i2c/mt9t001.c
10228 F:      include/media/i2c/mt9t001.h
10229
10230 MT9T112 APTINA CAMERA SENSOR
10231 M:      Jacopo Mondi <jacopo@jmondi.org>
10232 L:      linux-media@vger.kernel.org
10233 T:      git git://linuxtv.org/media_tree.git
10234 S:      Odd Fixes
10235 F:      drivers/media/i2c/mt9t112.c
10236 F:      include/media/i2c/mt9t112.h
10237
10238 MT9V032 APTINA CAMERA SENSOR
10239 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10240 L:      linux-media@vger.kernel.org
10241 T:      git git://linuxtv.org/media_tree.git
10242 S:      Maintained
10243 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
10244 F:      drivers/media/i2c/mt9v032.c
10245 F:      include/media/i2c/mt9v032.h
10246
10247 MT9V111 APTINA CAMERA SENSOR
10248 M:      Jacopo Mondi <jacopo@jmondi.org>
10249 L:      linux-media@vger.kernel.org
10250 T:      git git://linuxtv.org/media_tree.git
10251 S:      Maintained
10252 F:      Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.txt
10253 F:      drivers/media/i2c/mt9v111.c
10254
10255 MULTIFUNCTION DEVICES (MFD)
10256 M:      Lee Jones <lee.jones@linaro.org>
10257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10258 S:      Supported
10259 F:      Documentation/devicetree/bindings/mfd/
10260 F:      drivers/mfd/
10261 F:      include/linux/mfd/
10262 F:      include/dt-bindings/mfd/
10263
10264 MULTIMEDIA CARD (MMC) ETC. OVER SPI
10265 S:      Orphan
10266 F:      drivers/mmc/host/mmc_spi.c
10267 F:      include/linux/spi/mmc_spi.h
10268
10269 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
10270 M:      Ulf Hansson <ulf.hansson@linaro.org>
10271 L:      linux-mmc@vger.kernel.org
10272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
10273 S:      Maintained
10274 F:      Documentation/devicetree/bindings/mmc/
10275 F:      drivers/mmc/
10276 F:      include/linux/mmc/
10277 F:      include/uapi/linux/mmc/
10278
10279 MULTIPLEXER SUBSYSTEM
10280 M:      Peter Rosin <peda@axentia.se>
10281 S:      Maintained
10282 F:      Documentation/ABI/testing/sysfs-class-mux*
10283 F:      Documentation/devicetree/bindings/mux/
10284 F:      include/dt-bindings/mux/
10285 F:      include/linux/mux/
10286 F:      drivers/mux/
10287
10288 MULTITECH MULTIPORT CARD (ISICOM)
10289 S:      Orphan
10290 F:      drivers/tty/isicom.c
10291 F:      include/linux/isicom.h
10292
10293 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
10294 M:      Bin Liu <b-liu@ti.com>
10295 L:      linux-usb@vger.kernel.org
10296 S:      Maintained
10297 F:      drivers/usb/musb/
10298
10299 MXL301RF MEDIA DRIVER
10300 M:      Akihiro Tsukada <tskd08@gmail.com>
10301 L:      linux-media@vger.kernel.org
10302 S:      Odd Fixes
10303 F:      drivers/media/tuners/mxl301rf*
10304
10305 MXL5007T MEDIA DRIVER
10306 M:      Michael Krufky <mkrufky@linuxtv.org>
10307 L:      linux-media@vger.kernel.org
10308 W:      https://linuxtv.org
10309 W:      http://github.com/mkrufky
10310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10311 T:      git git://linuxtv.org/mkrufky/tuners.git
10312 S:      Maintained
10313 F:      drivers/media/tuners/mxl5007t.*
10314
10315 MXSFB DRM DRIVER
10316 M:      Marek Vasut <marex@denx.de>
10317 M:      Stefan Agner <stefan@agner.ch>
10318 L:      dri-devel@lists.freedesktop.org
10319 S:      Supported
10320 F:      drivers/gpu/drm/mxsfb/
10321 F:      Documentation/devicetree/bindings/display/mxsfb.txt
10322 T:      git git://anongit.freedesktop.org/drm/drm-misc
10323
10324 MYLEX DAC960 PCI RAID Controller
10325 M:      Hannes Reinecke <hare@kernel.org>
10326 L:      linux-scsi@vger.kernel.org
10327 S:      Supported
10328 F:      drivers/scsi/myrb.*
10329 F:      drivers/scsi/myrs.*
10330
10331 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
10332 M:      Chris Lee <christopher.lee@cspi.com>
10333 L:      netdev@vger.kernel.org
10334 W:      https://www.cspi.com/ethernet-products/support/downloads/
10335 S:      Supported
10336 F:      drivers/net/ethernet/myricom/myri10ge/
10337
10338 NAND FLASH SUBSYSTEM
10339 M:      Boris Brezillon <bbrezillon@kernel.org>
10340 M:      Miquel Raynal <miquel.raynal@bootlin.com>
10341 R:      Richard Weinberger <richard@nod.at>
10342 L:      linux-mtd@lists.infradead.org
10343 W:      http://www.linux-mtd.infradead.org/
10344 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
10345 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
10346 T:      git git://git.infradead.org/linux-mtd.git nand/next
10347 S:      Maintained
10348 F:      drivers/mtd/nand/
10349 F:      include/linux/mtd/*nand*.h
10350
10351 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
10352 M:      Daniel Mack <zonque@gmail.com>
10353 S:      Maintained
10354 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10355 W:      http://www.native-instruments.com
10356 F:      sound/usb/caiaq/
10357
10358 NATSEMI ETHERNET DRIVER (DP8381x)
10359 S:      Orphan
10360 F:      drivers/net/ethernet/natsemi/natsemi.c
10361
10362 NCR 5380 SCSI DRIVERS
10363 M:      Finn Thain <fthain@telegraphics.com.au>
10364 M:      Michael Schmitz <schmitzmic@gmail.com>
10365 L:      linux-scsi@vger.kernel.org
10366 S:      Maintained
10367 F:      Documentation/scsi/g_NCR5380.txt
10368 F:      drivers/scsi/NCR5380.*
10369 F:      drivers/scsi/arm/cumana_1.c
10370 F:      drivers/scsi/arm/oak.c
10371 F:      drivers/scsi/atari_scsi.*
10372 F:      drivers/scsi/dmx3191d.c
10373 F:      drivers/scsi/g_NCR5380.*
10374 F:      drivers/scsi/mac_scsi.*
10375 F:      drivers/scsi/sun3_scsi.*
10376 F:      drivers/scsi/sun3_scsi_vme.c
10377
10378 NCSI LIBRARY:
10379 M:      Samuel Mendoza-Jonas <sam@mendozajonas.com>
10380 S:      Maintained
10381 F:      net/ncsi/
10382
10383 NCT6775 HARDWARE MONITOR DRIVER
10384 M:      Guenter Roeck <linux@roeck-us.net>
10385 L:      linux-hwmon@vger.kernel.org
10386 S:      Maintained
10387 F:      Documentation/hwmon/nct6775
10388 F:      drivers/hwmon/nct6775.c
10389
10390 NET_FAILOVER MODULE
10391 M:      Sridhar Samudrala <sridhar.samudrala@intel.com>
10392 L:      netdev@vger.kernel.org
10393 S:      Supported
10394 F:      driver/net/net_failover.c
10395 F:      include/net/net_failover.h
10396 F:      Documentation/networking/net_failover.rst
10397
10398 NETEFFECT IWARP RNIC DRIVER (IW_NES)
10399 M:      Faisal Latif <faisal.latif@intel.com>
10400 L:      linux-rdma@vger.kernel.org
10401 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
10402 S:      Supported
10403 F:      drivers/infiniband/hw/nes/
10404 F:      include/uapi/rdma/nes-abi.h
10405
10406 NETEM NETWORK EMULATOR
10407 M:      Stephen Hemminger <stephen@networkplumber.org>
10408 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
10409 S:      Maintained
10410 F:      net/sched/sch_netem.c
10411
10412 NETERION 10GbE DRIVERS (s2io/vxge)
10413 M:      Jon Mason <jdmason@kudzu.us>
10414 L:      netdev@vger.kernel.org
10415 S:      Supported
10416 F:      Documentation/networking/device_drivers/neterion/s2io.txt
10417 F:      Documentation/networking/device_drivers/neterion/vxge.txt
10418 F:      drivers/net/ethernet/neterion/
10419
10420 NETFILTER
10421 M:      Pablo Neira Ayuso <pablo@netfilter.org>
10422 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
10423 M:      Florian Westphal <fw@strlen.de>
10424 L:      netfilter-devel@vger.kernel.org
10425 L:      coreteam@netfilter.org
10426 W:      http://www.netfilter.org/
10427 W:      http://www.iptables.org/
10428 W:      http://www.nftables.org/
10429 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
10430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
10431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
10432 S:      Maintained
10433 F:      include/linux/netfilter*
10434 F:      include/linux/netfilter/
10435 F:      include/net/netfilter/
10436 F:      include/uapi/linux/netfilter*
10437 F:      include/uapi/linux/netfilter/
10438 F:      net/*/netfilter.c
10439 F:      net/*/netfilter/
10440 F:      net/netfilter/
10441 F:      net/bridge/br_netfilter*.c
10442
10443 NETROM NETWORK LAYER
10444 M:      Ralf Baechle <ralf@linux-mips.org>
10445 L:      linux-hams@vger.kernel.org
10446 W:      http://www.linux-ax25.org/
10447 S:      Maintained
10448 F:      include/net/netrom.h
10449 F:      include/uapi/linux/netrom.h
10450 F:      net/netrom/
10451
10452 NETRONOME ETHERNET DRIVERS
10453 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
10454 L:      oss-drivers@netronome.com
10455 S:      Maintained
10456 F:      drivers/net/ethernet/netronome/
10457
10458 NETWORK BLOCK DEVICE (NBD)
10459 M:      Josef Bacik <josef@toxicpanda.com>
10460 S:      Maintained
10461 L:      linux-block@vger.kernel.org
10462 L:      nbd@other.debian.org
10463 F:      Documentation/blockdev/nbd.txt
10464 F:      drivers/block/nbd.c
10465 F:      include/uapi/linux/nbd.h
10466
10467 NETWORK DROP MONITOR
10468 M:      Neil Horman <nhorman@tuxdriver.com>
10469 L:      netdev@vger.kernel.org
10470 S:      Maintained
10471 W:      https://fedorahosted.org/dropwatch/
10472 F:      net/core/drop_monitor.c
10473
10474 NETWORKING DRIVERS
10475 M:      "David S. Miller" <davem@davemloft.net>
10476 L:      netdev@vger.kernel.org
10477 W:      http://www.linuxfoundation.org/en/Net
10478 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
10481 S:      Odd Fixes
10482 F:      Documentation/devicetree/bindings/net/
10483 F:      drivers/net/
10484 F:      include/linux/if_*
10485 F:      include/linux/netdevice.h
10486 F:      include/linux/etherdevice.h
10487 F:      include/linux/fcdevice.h
10488 F:      include/linux/fddidevice.h
10489 F:      include/linux/hippidevice.h
10490 F:      include/linux/inetdevice.h
10491 F:      include/uapi/linux/if_*
10492 F:      include/uapi/linux/netdevice.h
10493
10494 NETWORKING DRIVERS (WIRELESS)
10495 M:      Kalle Valo <kvalo@codeaurora.org>
10496 L:      linux-wireless@vger.kernel.org
10497 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
10498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
10499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
10500 S:      Maintained
10501 F:      Documentation/devicetree/bindings/net/wireless/
10502 F:      drivers/net/wireless/
10503
10504 NETWORKING [DSA]
10505 M:      Andrew Lunn <andrew@lunn.ch>
10506 M:      Vivien Didelot <vivien.didelot@gmail.com>
10507 M:      Florian Fainelli <f.fainelli@gmail.com>
10508 S:      Maintained
10509 F:      Documentation/devicetree/bindings/net/dsa/
10510 F:      net/dsa/
10511 F:      include/net/dsa.h
10512 F:      include/linux/dsa/
10513 F:      drivers/net/dsa/
10514
10515 NETWORKING [GENERAL]
10516 M:      "David S. Miller" <davem@davemloft.net>
10517 L:      netdev@vger.kernel.org
10518 W:      http://www.linuxfoundation.org/en/Net
10519 Q:      http://patchwork.ozlabs.org/project/netdev/list/
10520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
10522 B:      mailto:netdev@vger.kernel.org
10523 S:      Maintained
10524 F:      net/
10525 F:      include/net/
10526 F:      include/linux/in.h
10527 F:      include/linux/net.h
10528 F:      include/linux/netdevice.h
10529 F:      include/uapi/linux/in.h
10530 F:      include/uapi/linux/net.h
10531 F:      include/uapi/linux/netdevice.h
10532 F:      include/uapi/linux/net_namespace.h
10533 F:      tools/testing/selftests/net/
10534 F:      lib/net_utils.c
10535 F:      lib/random32.c
10536 F:      Documentation/networking/
10537
10538 NETWORKING [IPSEC]
10539 M:      Steffen Klassert <steffen.klassert@secunet.com>
10540 M:      Herbert Xu <herbert@gondor.apana.org.au>
10541 M:      "David S. Miller" <davem@davemloft.net>
10542 L:      netdev@vger.kernel.org
10543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
10544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
10545 S:      Maintained
10546 F:      net/xfrm/
10547 F:      net/key/
10548 F:      net/ipv4/xfrm*
10549 F:      net/ipv4/esp4*
10550 F:      net/ipv4/ah4.c
10551 F:      net/ipv4/ipcomp.c
10552 F:      net/ipv4/ip_vti.c
10553 F:      net/ipv6/xfrm*
10554 F:      net/ipv6/esp6*
10555 F:      net/ipv6/ah6.c
10556 F:      net/ipv6/ipcomp6.c
10557 F:      net/ipv6/ip6_vti.c
10558 F:      include/uapi/linux/xfrm.h
10559 F:      include/net/xfrm.h
10560
10561 NETWORKING [IPv4/IPv6]
10562 M:      "David S. Miller" <davem@davemloft.net>
10563 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
10564 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
10565 L:      netdev@vger.kernel.org
10566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
10567 S:      Maintained
10568 F:      net/ipv4/
10569 F:      net/ipv6/
10570 F:      include/net/ip*
10571 F:      arch/x86/net/*
10572
10573 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
10574 M:      Paul Moore <paul@paul-moore.com>
10575 W:      https://github.com/netlabel
10576 L:      netdev@vger.kernel.org
10577 L:      linux-security-module@vger.kernel.org
10578 S:      Maintained
10579 F:      Documentation/netlabel/
10580 F:      include/net/calipso.h
10581 F:      include/net/cipso_ipv4.h
10582 F:      include/net/netlabel.h
10583 F:      include/uapi/linux/netfilter/xt_SECMARK.h
10584 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
10585 F:      net/netlabel/
10586 F:      net/ipv4/cipso_ipv4.c
10587 F:      net/ipv6/calipso.c
10588 F:      net/netfilter/xt_CONNSECMARK.c
10589 F:      net/netfilter/xt_SECMARK.c
10590
10591 NETWORKING [TCP]
10592 M:      Eric Dumazet <edumazet@google.com>
10593 L:      netdev@vger.kernel.org
10594 S:      Maintained
10595 F:      net/ipv4/tcp*.c
10596 F:      net/ipv4/syncookies.c
10597 F:      net/ipv6/tcp*.c
10598 F:      net/ipv6/syncookies.c
10599 F:      include/uapi/linux/tcp.h
10600 F:      include/net/tcp.h
10601 F:      include/linux/tcp.h
10602 F:      include/trace/events/tcp.h
10603
10604 NETWORKING [TLS]
10605 M:      Boris Pismenny <borisp@mellanox.com>
10606 M:      Aviad Yehezkel <aviadye@mellanox.com>
10607 M:      Dave Watson <davejwatson@fb.com>
10608 M:      John Fastabend <john.fastabend@gmail.com>
10609 M:      Daniel Borkmann <daniel@iogearbox.net>
10610 L:      netdev@vger.kernel.org
10611 S:      Maintained
10612 F:      net/tls/*
10613 F:      include/uapi/linux/tls.h
10614 F:      include/net/tls.h
10615
10616 NETWORKING [WIRELESS]
10617 L:      linux-wireless@vger.kernel.org
10618 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
10619
10620 NETDEVSIM
10621 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
10622 S:      Maintained
10623 F:      drivers/net/netdevsim/*
10624
10625 NETXEN (1/10) GbE SUPPORT
10626 M:      Manish Chopra <manish.chopra@cavium.com>
10627 M:      Rahul Verma <rahul.verma@cavium.com>
10628 M:      Dept-GELinuxNICDev@cavium.com
10629 L:      netdev@vger.kernel.org
10630 S:      Supported
10631 F:      drivers/net/ethernet/qlogic/netxen/
10632
10633 NFC SUBSYSTEM
10634 M:      Samuel Ortiz <sameo@linux.intel.com>
10635 L:      linux-wireless@vger.kernel.org
10636 L:      linux-nfc@lists.01.org (subscribers-only)
10637 S:      Supported
10638 F:      net/nfc/
10639 F:      include/net/nfc/
10640 F:      include/uapi/linux/nfc.h
10641 F:      drivers/nfc/
10642 F:      include/linux/platform_data/nfcmrvl.h
10643 F:      include/linux/platform_data/nxp-nci.h
10644 F:      Documentation/devicetree/bindings/net/nfc/
10645
10646 NFS, SUNRPC, AND LOCKD CLIENTS
10647 M:      Trond Myklebust <trond.myklebust@hammerspace.com>
10648 M:      Anna Schumaker <anna.schumaker@netapp.com>
10649 L:      linux-nfs@vger.kernel.org
10650 W:      http://client.linux-nfs.org
10651 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
10652 S:      Maintained
10653 F:      fs/lockd/
10654 F:      fs/nfs/
10655 F:      fs/nfs_common/
10656 F:      net/sunrpc/
10657 F:      include/linux/lockd/
10658 F:      include/linux/nfs*
10659 F:      include/linux/sunrpc/
10660 F:      include/uapi/linux/nfs*
10661 F:      include/uapi/linux/sunrpc/
10662
10663 NILFS2 FILESYSTEM
10664 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
10665 L:      linux-nilfs@vger.kernel.org
10666 W:      https://nilfs.sourceforge.io/
10667 W:      https://nilfs.osdn.jp/
10668 T:      git git://github.com/konis/nilfs2.git
10669 S:      Supported
10670 F:      Documentation/filesystems/nilfs2.txt
10671 F:      fs/nilfs2/
10672 F:      include/trace/events/nilfs2.h
10673 F:      include/uapi/linux/nilfs2_api.h
10674 F:      include/uapi/linux/nilfs2_ondisk.h
10675
10676 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
10677 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
10678 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
10679 S:      Maintained
10680 F:      Documentation/scsi/NinjaSCSI.txt
10681 F:      drivers/scsi/pcmcia/nsp_*
10682
10683 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
10684 M:      GOTO Masanori <gotom@debian.or.jp>
10685 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
10686 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
10687 S:      Maintained
10688 F:      Documentation/scsi/NinjaSCSI.txt
10689 F:      drivers/scsi/nsp32*
10690
10691 NIOS2 ARCHITECTURE
10692 M:      Ley Foon Tan <lftan@altera.com>
10693 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
10694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
10695 S:      Maintained
10696 F:      arch/nios2/
10697
10698 NOHZ, DYNTICKS SUPPORT
10699 M:      Frederic Weisbecker <fweisbec@gmail.com>
10700 M:      Thomas Gleixner <tglx@linutronix.de>
10701 M:      Ingo Molnar <mingo@kernel.org>
10702 L:      linux-kernel@vger.kernel.org
10703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
10704 S:      Maintained
10705 F:      kernel/time/tick*.*
10706 F:      include/linux/tick.h
10707 F:      include/linux/sched/nohz.h
10708
10709 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
10710 M:      Pavel Machek <pavel@ucw.cz>
10711 M:      Sakari Ailus <sakari.ailus@iki.fi>
10712 L:      linux-media@vger.kernel.org
10713 S:      Maintained
10714 F:      drivers/media/i2c/et8ek8
10715 F:      drivers/media/i2c/ad5820.c
10716
10717 NOKIA N900 POWER SUPPLY DRIVERS
10718 R:      Pali Rohár <pali.rohar@gmail.com>
10719 F:      include/linux/power/bq2415x_charger.h
10720 F:      include/linux/power/bq27xxx_battery.h
10721 F:      include/linux/power/isp1704_charger.h
10722 F:      drivers/power/supply/bq2415x_charger.c
10723 F:      drivers/power/supply/bq27xxx_battery.c
10724 F:      drivers/power/supply/bq27xxx_battery_i2c.c
10725 F:      drivers/power/supply/isp1704_charger.c
10726 F:      drivers/power/supply/rx51_battery.c
10727
10728 NTB AMD DRIVER
10729 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
10730 L:      linux-ntb@googlegroups.com
10731 S:      Supported
10732 F:      drivers/ntb/hw/amd/
10733
10734 NTB DRIVER CORE
10735 M:      Jon Mason <jdmason@kudzu.us>
10736 M:      Dave Jiang <dave.jiang@intel.com>
10737 M:      Allen Hubbe <allenbh@gmail.com>
10738 L:      linux-ntb@googlegroups.com
10739 S:      Supported
10740 W:      https://github.com/jonmason/ntb/wiki
10741 T:      git git://github.com/jonmason/ntb.git
10742 F:      drivers/ntb/
10743 F:      drivers/net/ntb_netdev.c
10744 F:      include/linux/ntb.h
10745 F:      include/linux/ntb_transport.h
10746 F:      tools/testing/selftests/ntb/
10747
10748 NTB IDT DRIVER
10749 M:      Serge Semin <fancer.lancer@gmail.com>
10750 L:      linux-ntb@googlegroups.com
10751 S:      Supported
10752 F:      drivers/ntb/hw/idt/
10753
10754 NTB INTEL DRIVER
10755 M:      Dave Jiang <dave.jiang@intel.com>
10756 L:      linux-ntb@googlegroups.com
10757 S:      Supported
10758 W:      https://github.com/davejiang/linux/wiki
10759 T:      git https://github.com/davejiang/linux.git
10760 F:      drivers/ntb/hw/intel/
10761
10762 NTFS FILESYSTEM
10763 M:      Anton Altaparmakov <anton@tuxera.com>
10764 L:      linux-ntfs-dev@lists.sourceforge.net
10765 W:      http://www.tuxera.com/
10766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
10767 S:      Supported
10768 F:      Documentation/filesystems/ntfs.txt
10769 F:      fs/ntfs/
10770
10771 NUBUS SUBSYSTEM
10772 M:      Finn Thain <fthain@telegraphics.com.au>
10773 L:      linux-m68k@lists.linux-m68k.org
10774 S:      Maintained
10775 F:      arch/*/include/asm/nubus.h
10776 F:      drivers/nubus/
10777 F:      include/linux/nubus.h
10778 F:      include/uapi/linux/nubus.h
10779
10780 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
10781 M:      Antonino Daplas <adaplas@gmail.com>
10782 L:      linux-fbdev@vger.kernel.org
10783 S:      Maintained
10784 F:      drivers/video/fbdev/riva/
10785 F:      drivers/video/fbdev/nvidia/
10786
10787 NVM EXPRESS DRIVER
10788 M:      Keith Busch <keith.busch@intel.com>
10789 M:      Jens Axboe <axboe@fb.com>
10790 M:      Christoph Hellwig <hch@lst.de>
10791 M:      Sagi Grimberg <sagi@grimberg.me>
10792 L:      linux-nvme@lists.infradead.org
10793 T:      git://git.infradead.org/nvme.git
10794 W:      http://git.infradead.org/nvme.git
10795 S:      Supported
10796 F:      drivers/nvme/host/
10797 F:      include/linux/nvme.h
10798 F:      include/uapi/linux/nvme_ioctl.h
10799
10800 NVM EXPRESS FC TRANSPORT DRIVERS
10801 M:      James Smart <james.smart@broadcom.com>
10802 L:      linux-nvme@lists.infradead.org
10803 S:      Supported
10804 F:      include/linux/nvme-fc.h
10805 F:      include/linux/nvme-fc-driver.h
10806 F:      drivers/nvme/host/fc.c
10807 F:      drivers/nvme/target/fc.c
10808 F:      drivers/nvme/target/fcloop.c
10809
10810 NVM EXPRESS TARGET DRIVER
10811 M:      Christoph Hellwig <hch@lst.de>
10812 M:      Sagi Grimberg <sagi@grimberg.me>
10813 L:      linux-nvme@lists.infradead.org
10814 T:      git://git.infradead.org/nvme.git
10815 W:      http://git.infradead.org/nvme.git
10816 S:      Supported
10817 F:      drivers/nvme/target/
10818
10819 NVMEM FRAMEWORK
10820 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
10821 S:      Maintained
10822 F:      drivers/nvmem/
10823 F:      Documentation/devicetree/bindings/nvmem/
10824 F:      Documentation/ABI/stable/sysfs-bus-nvmem
10825 F:      include/linux/nvmem-consumer.h
10826 F:      include/linux/nvmem-provider.h
10827
10828 NXP SGTL5000 DRIVER
10829 M:      Fabio Estevam <fabio.estevam@nxp.com>
10830 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10831 S:      Maintained
10832 F:      Documentation/devicetree/bindings/sound/sgtl5000.txt
10833 F:      sound/soc/codecs/sgtl5000*
10834
10835 NXP TDA998X DRM DRIVER
10836 M:      Russell King <linux@armlinux.org.uk>
10837 S:      Maintained
10838 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
10839 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
10840 F:      drivers/gpu/drm/i2c/tda998x_drv.c
10841 F:      include/drm/i2c/tda998x.h
10842 F:      include/dt-bindings/display/tda998x.h
10843 K:      "nxp,tda998x"
10844
10845 NXP TFA9879 DRIVER
10846 M:      Peter Rosin <peda@axentia.se>
10847 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10848 S:      Maintained
10849 F:      Documentation/devicetree/bindings/sound/tfa9879.txt
10850 F:      sound/soc/codecs/tfa9879*
10851
10852 NXP-NCI NFC DRIVER
10853 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
10854 R:      Charles Gorand <charles.gorand@effinnov.com>
10855 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
10856 S:      Supported
10857 F:      drivers/nfc/nxp-nci
10858
10859 OBJAGG
10860 M:      Jiri Pirko <jiri@mellanox.com>
10861 L:      netdev@vger.kernel.org
10862 S:      Supported
10863 F:      lib/objagg.c
10864 F:      lib/test_objagg.c
10865 F:      include/linux/objagg.h
10866
10867 OBJTOOL
10868 M:      Josh Poimboeuf <jpoimboe@redhat.com>
10869 M:      Peter Zijlstra <peterz@infradead.org>
10870 S:      Supported
10871 F:      tools/objtool/
10872
10873 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
10874 M:      Frederic Barrat <fbarrat@linux.ibm.com>
10875 M:      Andrew Donnellan <andrew.donnellan@au1.ibm.com>
10876 L:      linuxppc-dev@lists.ozlabs.org
10877 S:      Supported
10878 F:      arch/powerpc/platforms/powernv/ocxl.c
10879 F:      arch/powerpc/include/asm/pnv-ocxl.h
10880 F:      drivers/misc/ocxl/
10881 F:      include/misc/ocxl*
10882 F:      include/uapi/misc/ocxl.h
10883 F:      Documentation/accelerators/ocxl.rst
10884
10885 OMAP AUDIO SUPPORT
10886 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10887 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
10888 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10889 L:      linux-omap@vger.kernel.org
10890 S:      Maintained
10891 F:      sound/soc/ti/omap*
10892 F:      sound/soc/ti/rx51.c
10893 F:      sound/soc/ti/n810.c
10894 F:      sound/soc/ti/sdma-pcm.*
10895
10896 OMAP CLOCK FRAMEWORK SUPPORT
10897 M:      Paul Walmsley <paul@pwsan.com>
10898 L:      linux-omap@vger.kernel.org
10899 S:      Maintained
10900 F:      arch/arm/*omap*/*clock*
10901
10902 OMAP DEVICE TREE SUPPORT
10903 M:      Benoît Cousson <bcousson@baylibre.com>
10904 M:      Tony Lindgren <tony@atomide.com>
10905 L:      linux-omap@vger.kernel.org
10906 L:      devicetree@vger.kernel.org
10907 S:      Maintained
10908 F:      arch/arm/boot/dts/*omap*
10909 F:      arch/arm/boot/dts/*am3*
10910 F:      arch/arm/boot/dts/*am4*
10911 F:      arch/arm/boot/dts/*am5*
10912 F:      arch/arm/boot/dts/*dra7*
10913
10914 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
10915 L:      linux-omap@vger.kernel.org
10916 L:      linux-fbdev@vger.kernel.org
10917 S:      Orphan
10918 F:      drivers/video/fbdev/omap2/
10919 F:      Documentation/arm/OMAP/DSS
10920
10921 OMAP FRAMEBUFFER SUPPORT
10922 L:      linux-fbdev@vger.kernel.org
10923 L:      linux-omap@vger.kernel.org
10924 S:      Orphan
10925 F:      drivers/video/fbdev/omap/
10926
10927 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
10928 M:      Roger Quadros <rogerq@ti.com>
10929 M:      Tony Lindgren <tony@atomide.com>
10930 L:      linux-omap@vger.kernel.org
10931 S:      Maintained
10932 F:      drivers/memory/omap-gpmc.c
10933 F:      arch/arm/mach-omap2/*gpmc*
10934
10935 OMAP GPIO DRIVER
10936 M:      Grygorii Strashko <grygorii.strashko@ti.com>
10937 M:      Santosh Shilimkar <ssantosh@kernel.org>
10938 M:      Kevin Hilman <khilman@kernel.org>
10939 L:      linux-omap@vger.kernel.org
10940 S:      Maintained
10941 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
10942 F:      drivers/gpio/gpio-omap.c
10943
10944 OMAP HARDWARE SPINLOCK SUPPORT
10945 M:      Ohad Ben-Cohen <ohad@wizery.com>
10946 L:      linux-omap@vger.kernel.org
10947 S:      Maintained
10948 F:      drivers/hwspinlock/omap_hwspinlock.c
10949
10950 OMAP HS MMC SUPPORT
10951 L:      linux-mmc@vger.kernel.org
10952 L:      linux-omap@vger.kernel.org
10953 S:      Orphan
10954 F:      drivers/mmc/host/omap_hsmmc.c
10955
10956 OMAP HWMOD DATA
10957 M:      Paul Walmsley <paul@pwsan.com>
10958 L:      linux-omap@vger.kernel.org
10959 S:      Maintained
10960 F:      arch/arm/mach-omap2/omap_hwmod*data*
10961
10962 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
10963 M:      Benoît Cousson <bcousson@baylibre.com>
10964 L:      linux-omap@vger.kernel.org
10965 S:      Maintained
10966 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
10967
10968 OMAP HWMOD SUPPORT
10969 M:      Benoît Cousson <bcousson@baylibre.com>
10970 M:      Paul Walmsley <paul@pwsan.com>
10971 L:      linux-omap@vger.kernel.org
10972 S:      Maintained
10973 F:      arch/arm/mach-omap2/omap_hwmod.*
10974
10975 OMAP I2C DRIVER
10976 M:      Vignesh R <vigneshr@ti.com>
10977 L:      linux-omap@vger.kernel.org
10978 L:      linux-i2c@vger.kernel.org
10979 S:      Maintained
10980 F:      Documentation/devicetree/bindings/i2c/i2c-omap.txt
10981 F:      drivers/i2c/busses/i2c-omap.c
10982
10983 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
10984 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10985 L:      linux-media@vger.kernel.org
10986 S:      Maintained
10987 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
10988 F:      drivers/media/platform/omap3isp/
10989 F:      drivers/staging/media/omap4iss/
10990
10991 OMAP MMC SUPPORT
10992 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
10993 L:      linux-omap@vger.kernel.org
10994 S:      Odd Fixes
10995 F:      drivers/mmc/host/omap.c
10996
10997 OMAP POWER MANAGEMENT SUPPORT
10998 M:      Kevin Hilman <khilman@kernel.org>
10999 L:      linux-omap@vger.kernel.org
11000 S:      Maintained
11001 F:      arch/arm/*omap*/*pm*
11002 F:      drivers/cpufreq/omap-cpufreq.c
11003
11004 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
11005 M:      Rajendra Nayak <rnayak@codeaurora.org>
11006 M:      Paul Walmsley <paul@pwsan.com>
11007 L:      linux-omap@vger.kernel.org
11008 S:      Maintained
11009 F:      arch/arm/mach-omap2/prm*
11010
11011 OMAP RANDOM NUMBER GENERATOR SUPPORT
11012 M:      Deepak Saxena <dsaxena@plexity.net>
11013 S:      Maintained
11014 F:      drivers/char/hw_random/omap-rng.c
11015
11016 OMAP USB SUPPORT
11017 L:      linux-usb@vger.kernel.org
11018 L:      linux-omap@vger.kernel.org
11019 S:      Orphan
11020 F:      drivers/usb/*/*omap*
11021 F:      arch/arm/*omap*/usb*
11022
11023 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
11024 M:      Mark Jackson <mpfj@newflow.co.uk>
11025 L:      linux-omap@vger.kernel.org
11026 S:      Maintained
11027 F:      arch/arm/boot/dts/am335x-nano.dts
11028
11029 OMAP1 SUPPORT
11030 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
11031 M:      Tony Lindgren <tony@atomide.com>
11032 L:      linux-omap@vger.kernel.org
11033 Q:      http://patchwork.kernel.org/project/linux-omap/list/
11034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
11035 S:      Maintained
11036 F:      arch/arm/mach-omap1/
11037 F:      arch/arm/plat-omap/
11038 F:      arch/arm/configs/omap1_defconfig
11039 F:      drivers/i2c/busses/i2c-omap.c
11040 F:      include/linux/platform_data/i2c-omap.h
11041 F:      include/linux/platform_data/ams-delta-fiq.h
11042
11043 OMAP2+ SUPPORT
11044 M:      Tony Lindgren <tony@atomide.com>
11045 L:      linux-omap@vger.kernel.org
11046 W:      http://www.muru.com/linux/omap/
11047 W:      http://linux.omap.com/
11048 Q:      http://patchwork.kernel.org/project/linux-omap/list/
11049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
11050 S:      Maintained
11051 F:      arch/arm/mach-omap2/
11052 F:      arch/arm/plat-omap/
11053 F:      arch/arm/configs/omap2plus_defconfig
11054 F:      drivers/i2c/busses/i2c-omap.c
11055 F:      drivers/irqchip/irq-omap-intc.c
11056 F:      drivers/mfd/*omap*.c
11057 F:      drivers/mfd/menelaus.c
11058 F:      drivers/mfd/palmas.c
11059 F:      drivers/mfd/tps65217.c
11060 F:      drivers/mfd/tps65218.c
11061 F:      drivers/mfd/tps65910.c
11062 F:      drivers/mfd/twl-core.[ch]
11063 F:      drivers/mfd/twl4030*.c
11064 F:      drivers/mfd/twl6030*.c
11065 F:      drivers/mfd/twl6040*.c
11066 F:      drivers/regulator/palmas-regulator*.c
11067 F:      drivers/regulator/pbias-regulator.c
11068 F:      drivers/regulator/tps65217-regulator.c
11069 F:      drivers/regulator/tps65218-regulator.c
11070 F:      drivers/regulator/tps65910-regulator.c
11071 F:      drivers/regulator/twl-regulator.c
11072 F:      drivers/regulator/twl6030-regulator.c
11073 F:      include/linux/platform_data/i2c-omap.h
11074
11075 ONION OMEGA2+ BOARD
11076 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
11077 L:      linux-mips@vger.kernel.org
11078 S:      Maintained
11079 F:      arch/mips/boot/dts/ralink/omega2p.dts
11080
11081 OMFS FILESYSTEM
11082 M:      Bob Copeland <me@bobcopeland.com>
11083 L:      linux-karma-devel@lists.sourceforge.net
11084 S:      Maintained
11085 F:      Documentation/filesystems/omfs.txt
11086 F:      fs/omfs/
11087
11088 OMNIKEY CARDMAN 4000 DRIVER
11089 M:      Harald Welte <laforge@gnumonks.org>
11090 S:      Maintained
11091 F:      drivers/char/pcmcia/cm4000_cs.c
11092 F:      include/linux/cm4000_cs.h
11093 F:      include/uapi/linux/cm4000_cs.h
11094
11095 OMNIKEY CARDMAN 4040 DRIVER
11096 M:      Harald Welte <laforge@gnumonks.org>
11097 S:      Maintained
11098 F:      drivers/char/pcmcia/cm4040_cs.*
11099
11100 OMNIVISION OV13858 SENSOR DRIVER
11101 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
11102 L:      linux-media@vger.kernel.org
11103 T:      git git://linuxtv.org/media_tree.git
11104 S:      Maintained
11105 F:      drivers/media/i2c/ov13858.c
11106
11107 OMNIVISION OV2680 SENSOR DRIVER
11108 M:      Rui Miguel Silva <rmfrfs@gmail.com>
11109 L:      linux-media@vger.kernel.org
11110 T:      git git://linuxtv.org/media_tree.git
11111 S:      Maintained
11112 F:      drivers/media/i2c/ov2680.c
11113 F:      Documentation/devicetree/bindings/media/i2c/ov2680.txt
11114
11115 OMNIVISION OV2685 SENSOR DRIVER
11116 M:      Shunqian Zheng <zhengsq@rock-chips.com>
11117 L:      linux-media@vger.kernel.org
11118 T:      git git://linuxtv.org/media_tree.git
11119 S:      Maintained
11120 F:      drivers/media/i2c/ov2685.c
11121
11122 OMNIVISION OV5640 SENSOR DRIVER
11123 M:      Steve Longerbeam <slongerbeam@gmail.com>
11124 L:      linux-media@vger.kernel.org
11125 T:      git git://linuxtv.org/media_tree.git
11126 S:      Maintained
11127 F:      drivers/media/i2c/ov5640.c
11128
11129 OMNIVISION OV5647 SENSOR DRIVER
11130 M:      Luis Oliveira <lolivei@synopsys.com>
11131 L:      linux-media@vger.kernel.org
11132 T:      git git://linuxtv.org/media_tree.git
11133 S:      Maintained
11134 F:      drivers/media/i2c/ov5647.c
11135
11136 OMNIVISION OV5695 SENSOR DRIVER
11137 M:      Shunqian Zheng <zhengsq@rock-chips.com>
11138 L:      linux-media@vger.kernel.org
11139 T:      git git://linuxtv.org/media_tree.git
11140 S:      Maintained
11141 F:      drivers/media/i2c/ov5695.c
11142
11143 OMNIVISION OV7670 SENSOR DRIVER
11144 M:      Jonathan Corbet <corbet@lwn.net>
11145 L:      linux-media@vger.kernel.org
11146 T:      git git://linuxtv.org/media_tree.git
11147 S:      Maintained
11148 F:      drivers/media/i2c/ov7670.c
11149 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
11150
11151 OMNIVISION OV772x SENSOR DRIVER
11152 M:      Jacopo Mondi <jacopo@jmondi.org>
11153 L:      linux-media@vger.kernel.org
11154 T:      git git://linuxtv.org/media_tree.git
11155 S:      Odd fixes
11156 F:      drivers/media/i2c/ov772x.c
11157 F:      include/media/i2c/ov772x.h
11158 F:      Documentation/devicetree/bindings/media/i2c/ov772x.txt
11159
11160 OMNIVISION OV7740 SENSOR DRIVER
11161 M:      Wenyou Yang <wenyou.yang@microchip.com>
11162 L:      linux-media@vger.kernel.org
11163 T:      git git://linuxtv.org/media_tree.git
11164 S:      Maintained
11165 F:      drivers/media/i2c/ov7740.c
11166 F:      Documentation/devicetree/bindings/media/i2c/ov7740.txt
11167
11168 OMNIVISION OV9650 SENSOR DRIVER
11169 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
11170 R:      Akinobu Mita <akinobu.mita@gmail.com>
11171 R:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11172 L:      linux-media@vger.kernel.org
11173 T:      git git://linuxtv.org/media_tree.git
11174 S:      Maintained
11175 F:      drivers/media/i2c/ov9650.c
11176 F:      Documentation/devicetree/bindings/media/i2c/ov9650.txt
11177
11178 ONENAND FLASH DRIVER
11179 M:      Kyungmin Park <kyungmin.park@samsung.com>
11180 L:      linux-mtd@lists.infradead.org
11181 S:      Maintained
11182 F:      drivers/mtd/nand/onenand/
11183 F:      include/linux/mtd/onenand*.h
11184
11185 ONSTREAM SCSI TAPE DRIVER
11186 M:      Willem Riede <osst@riede.org>
11187 L:      osst-users@lists.sourceforge.net
11188 L:      linux-scsi@vger.kernel.org
11189 S:      Maintained
11190 F:      Documentation/scsi/osst.txt
11191 F:      drivers/scsi/osst.*
11192 F:      drivers/scsi/osst_*.h
11193 F:      drivers/scsi/st.h
11194
11195 OP-TEE DRIVER
11196 M:      Jens Wiklander <jens.wiklander@linaro.org>
11197 S:      Maintained
11198 F:      drivers/tee/optee/
11199
11200 OPA-VNIC DRIVER
11201 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
11202 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
11203 L:      linux-rdma@vger.kernel.org
11204 S:      Supported
11205 F:      drivers/infiniband/ulp/opa_vnic
11206
11207 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
11208 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
11209 M:      Frank Rowand <frowand.list@gmail.com>
11210 L:      devicetree@vger.kernel.org
11211 S:      Maintained
11212 F:      Documentation/devicetree/dynamic-resolution-notes.txt
11213 F:      Documentation/devicetree/overlay-notes.txt
11214 F:      drivers/of/overlay.c
11215 F:      drivers/of/resolver.c
11216 K:      of_overlay_notifier_
11217
11218 OPEN FIRMWARE AND FLATTENED DEVICE TREE
11219 M:      Rob Herring <robh+dt@kernel.org>
11220 M:      Frank Rowand <frowand.list@gmail.com>
11221 L:      devicetree@vger.kernel.org
11222 W:      http://www.devicetree.org/
11223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
11224 S:      Maintained
11225 F:      drivers/of/
11226 F:      include/linux/of*.h
11227 F:      scripts/dtc/
11228 F:      Documentation/ABI/testing/sysfs-firmware-ofw
11229
11230 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
11231 M:      Rob Herring <robh+dt@kernel.org>
11232 M:      Mark Rutland <mark.rutland@arm.com>
11233 L:      devicetree@vger.kernel.org
11234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
11235 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
11236 S:      Maintained
11237 F:      Documentation/devicetree/
11238 F:      arch/*/boot/dts/
11239 F:      include/dt-bindings/
11240
11241 OPENCORES I2C BUS DRIVER
11242 M:      Peter Korsgaard <peter@korsgaard.com>
11243 L:      linux-i2c@vger.kernel.org
11244 S:      Maintained
11245 F:      Documentation/i2c/busses/i2c-ocores
11246 F:      drivers/i2c/busses/i2c-ocores.c
11247
11248 OPENRISC ARCHITECTURE
11249 M:      Jonas Bonn <jonas@southpole.se>
11250 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
11251 M:      Stafford Horne <shorne@gmail.com>
11252 T:      git git://github.com/openrisc/linux.git
11253 L:      openrisc@lists.librecores.org
11254 W:      http://openrisc.io
11255 S:      Maintained
11256 F:      Documentation/devicetree/bindings/openrisc/
11257 F:      Documentation/openrisc/
11258 F:      arch/openrisc/
11259 F:      drivers/irqchip/irq-ompic.c
11260 F:      drivers/irqchip/irq-or1k-*
11261
11262 OPENVSWITCH
11263 M:      Pravin B Shelar <pshelar@ovn.org>
11264 L:      netdev@vger.kernel.org
11265 L:      dev@openvswitch.org
11266 W:      http://openvswitch.org
11267 S:      Maintained
11268 F:      net/openvswitch/
11269 F:      include/uapi/linux/openvswitch.h
11270
11271 OPERATING PERFORMANCE POINTS (OPP)
11272 M:      Viresh Kumar <vireshk@kernel.org>
11273 M:      Nishanth Menon <nm@ti.com>
11274 M:      Stephen Boyd <sboyd@kernel.org>
11275 L:      linux-pm@vger.kernel.org
11276 S:      Maintained
11277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
11278 F:      drivers/opp/
11279 F:      include/linux/pm_opp.h
11280 F:      Documentation/power/opp.txt
11281 F:      Documentation/devicetree/bindings/opp/
11282
11283 OPL4 DRIVER
11284 M:      Clemens Ladisch <clemens@ladisch.de>
11285 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11286 T:      git git://git.alsa-project.org/alsa-kernel.git
11287 S:      Maintained
11288 F:      sound/drivers/opl4/
11289
11290 OPROFILE
11291 M:      Robert Richter <rric@kernel.org>
11292 L:      oprofile-list@lists.sf.net
11293 S:      Maintained
11294 F:      arch/*/include/asm/oprofile*.h
11295 F:      arch/*/oprofile/
11296 F:      drivers/oprofile/
11297 F:      include/linux/oprofile.h
11298
11299 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
11300 M:      Mark Fasheh <mark@fasheh.com>
11301 M:      Joel Becker <jlbec@evilplan.org>
11302 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
11303 W:      http://ocfs2.wiki.kernel.org
11304 S:      Supported
11305 F:      Documentation/filesystems/ocfs2.txt
11306 F:      Documentation/filesystems/dlmfs.txt
11307 F:      fs/ocfs2/
11308
11309 ORANGEFS FILESYSTEM
11310 M:      Mike Marshall <hubcap@omnibond.com>
11311 R:      Martin Brandenburg <martin@omnibond.com>
11312 L:      devel@lists.orangefs.org
11313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
11314 S:      Supported
11315 F:      fs/orangefs/
11316 F:      Documentation/filesystems/orangefs.txt
11317
11318 ORINOCO DRIVER
11319 L:      linux-wireless@vger.kernel.org
11320 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
11321 W:      http://www.nongnu.org/orinoco/
11322 S:      Orphan
11323 F:      drivers/net/wireless/intersil/orinoco/
11324
11325 OSD LIBRARY and FILESYSTEM
11326 M:      Boaz Harrosh <ooo@electrozaur.com>
11327 S:      Maintained
11328 F:      drivers/scsi/osd/
11329 F:      include/scsi/osd_*
11330 F:      fs/exofs/
11331
11332 OV2659 OMNIVISION SENSOR DRIVER
11333 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
11334 L:      linux-media@vger.kernel.org
11335 W:      https://linuxtv.org
11336 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11337 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
11338 S:      Maintained
11339 F:      drivers/media/i2c/ov2659.c
11340 F:      include/media/i2c/ov2659.h
11341
11342 OVERLAY FILESYSTEM
11343 M:      Miklos Szeredi <miklos@szeredi.hu>
11344 L:      linux-unionfs@vger.kernel.org
11345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
11346 S:      Supported
11347 F:      fs/overlayfs/
11348 F:      Documentation/filesystems/overlayfs.txt
11349
11350 P54 WIRELESS DRIVER
11351 M:      Christian Lamparter <chunkeey@googlemail.com>
11352 L:      linux-wireless@vger.kernel.org
11353 W:      http://wireless.kernel.org/en/users/Drivers/p54
11354 S:      Maintained
11355 F:      drivers/net/wireless/intersil/p54/
11356
11357 PA SEMI ETHERNET DRIVER
11358 L:      netdev@vger.kernel.org
11359 S:      Orphan
11360 F:      drivers/net/ethernet/pasemi/*
11361
11362 PA SEMI SMBUS DRIVER
11363 L:      linux-i2c@vger.kernel.org
11364 S:      Orphan
11365 F:      drivers/i2c/busses/i2c-pasemi.c
11366
11367 PADATA PARALLEL EXECUTION MECHANISM
11368 M:      Steffen Klassert <steffen.klassert@secunet.com>
11369 L:      linux-crypto@vger.kernel.org
11370 S:      Maintained
11371 F:      kernel/padata.c
11372 F:      include/linux/padata.h
11373 F:      Documentation/padata.txt
11374
11375 PANASONIC LAPTOP ACPI EXTRAS DRIVER
11376 M:      Harald Welte <laforge@gnumonks.org>
11377 L:      platform-driver-x86@vger.kernel.org
11378 S:      Maintained
11379 F:      drivers/platform/x86/panasonic-laptop.c
11380
11381 PARALLEL LCD/KEYPAD PANEL DRIVER
11382 M:      Willy Tarreau <willy@haproxy.com>
11383 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
11384 S:      Odd Fixes
11385 F:      Documentation/auxdisplay/lcd-panel-cgram.txt
11386 F:      drivers/auxdisplay/panel.c
11387
11388 PARALLEL PORT SUBSYSTEM
11389 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
11390 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
11391 L:      linux-parport@lists.infradead.org (subscribers-only)
11392 S:      Maintained
11393 F:      drivers/parport/
11394 F:      include/linux/parport*.h
11395 F:      drivers/char/ppdev.c
11396 F:      include/uapi/linux/ppdev.h
11397 F:      Documentation/parport*.txt
11398
11399 PARAVIRT_OPS INTERFACE
11400 M:      Juergen Gross <jgross@suse.com>
11401 M:      Alok Kataria <akataria@vmware.com>
11402 L:      virtualization@lists.linux-foundation.org
11403 S:      Supported
11404 F:      Documentation/virtual/paravirt_ops.txt
11405 F:      arch/*/kernel/paravirt*
11406 F:      arch/*/include/asm/paravirt*.h
11407 F:      include/linux/hypervisor.h
11408
11409 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
11410 M:      Tim Waugh <tim@cyberelk.net>
11411 L:      linux-parport@lists.infradead.org (subscribers-only)
11412 S:      Maintained
11413 F:      Documentation/blockdev/paride.txt
11414 F:      drivers/block/paride/
11415
11416 PARISC ARCHITECTURE
11417 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
11418 M:      Helge Deller <deller@gmx.de>
11419 L:      linux-parisc@vger.kernel.org
11420 W:      http://www.parisc-linux.org/
11421 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
11422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
11423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
11424 S:      Maintained
11425 F:      arch/parisc/
11426 F:      Documentation/parisc/
11427 F:      drivers/parisc/
11428 F:      drivers/char/agp/parisc-agp.c
11429 F:      drivers/input/serio/gscps2.c
11430 F:      drivers/parport/parport_gsc.*
11431 F:      drivers/tty/serial/8250/8250_gsc.c
11432 F:      drivers/video/fbdev/sti*
11433 F:      drivers/video/console/sti*
11434 F:      drivers/video/logo/logo_parisc*
11435
11436 PARMAN
11437 M:      Jiri Pirko <jiri@mellanox.com>
11438 L:      netdev@vger.kernel.org
11439 S:      Supported
11440 F:      lib/parman.c
11441 F:      lib/test_parman.c
11442 F:      include/linux/parman.h
11443
11444 PC87360 HARDWARE MONITORING DRIVER
11445 M:      Jim Cromie <jim.cromie@gmail.com>
11446 L:      linux-hwmon@vger.kernel.org
11447 S:      Maintained
11448 F:      Documentation/hwmon/pc87360
11449 F:      drivers/hwmon/pc87360.c
11450
11451 PC8736x GPIO DRIVER
11452 M:      Jim Cromie <jim.cromie@gmail.com>
11453 S:      Maintained
11454 F:      drivers/char/pc8736x_gpio.c
11455
11456 PC87427 HARDWARE MONITORING DRIVER
11457 M:      Jean Delvare <jdelvare@suse.com>
11458 L:      linux-hwmon@vger.kernel.org
11459 S:      Maintained
11460 F:      Documentation/hwmon/pc87427
11461 F:      drivers/hwmon/pc87427.c
11462
11463 PCA9532 LED DRIVER
11464 M:      Riku Voipio <riku.voipio@iki.fi>
11465 S:      Maintained
11466 F:      drivers/leds/leds-pca9532.c
11467 F:      include/linux/leds-pca9532.h
11468
11469 PCA9541 I2C BUS MASTER SELECTOR DRIVER
11470 M:      Guenter Roeck <linux@roeck-us.net>
11471 L:      linux-i2c@vger.kernel.org
11472 S:      Maintained
11473 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
11474
11475 PCDP - PRIMARY CONSOLE AND DEBUG PORT
11476 M:      Khalid Aziz <khalid@gonehiking.org>
11477 S:      Maintained
11478 F:      drivers/firmware/pcdp.*
11479
11480 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
11481 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11482 L:      linux-pci@vger.kernel.org
11483 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11484 S:      Maintained
11485 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
11486 F:      drivers/pci/controller/pci-aardvark.c
11487
11488 PCI DRIVER FOR ALTERA PCIE IP
11489 M:      Ley Foon Tan <lftan@altera.com>
11490 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
11491 L:      linux-pci@vger.kernel.org
11492 S:      Supported
11493 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
11494 F:      drivers/pci/controller/pcie-altera.c
11495
11496 PCI DRIVER FOR APPLIEDMICRO XGENE
11497 M:      Tanmay Inamdar <tinamdar@apm.com>
11498 L:      linux-pci@vger.kernel.org
11499 L:      linux-arm-kernel@lists.infradead.org
11500 S:      Maintained
11501 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
11502 F:      drivers/pci/controller/pci-xgene.c
11503
11504 PCI DRIVER FOR ARM VERSATILE PLATFORM
11505 M:      Rob Herring <robh@kernel.org>
11506 L:      linux-pci@vger.kernel.org
11507 L:      linux-arm-kernel@lists.infradead.org
11508 S:      Maintained
11509 F:      Documentation/devicetree/bindings/pci/versatile.txt
11510 F:      drivers/pci/controller/pci-versatile.c
11511
11512 PCI DRIVER FOR ARMADA 8K
11513 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11514 L:      linux-pci@vger.kernel.org
11515 L:      linux-arm-kernel@lists.infradead.org
11516 S:      Maintained
11517 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
11518 F:      drivers/pci/controller/dwc/pcie-armada8k.c
11519
11520 PCI DRIVER FOR CADENCE PCIE IP
11521 M:      Alan Douglas <adouglas@cadence.com>
11522 L:      linux-pci@vger.kernel.org
11523 S:      Maintained
11524 F:      Documentation/devicetree/bindings/pci/cdns,*.txt
11525 F:      drivers/pci/controller/pcie-cadence*
11526
11527 PCI DRIVER FOR FREESCALE LAYERSCAPE
11528 M:      Minghuan Lian <minghuan.Lian@nxp.com>
11529 M:      Mingkai Hu <mingkai.hu@nxp.com>
11530 M:      Roy Zang <roy.zang@nxp.com>
11531 L:      linuxppc-dev@lists.ozlabs.org
11532 L:      linux-pci@vger.kernel.org
11533 L:      linux-arm-kernel@lists.infradead.org
11534 S:      Maintained
11535 F:      drivers/pci/controller/dwc/*layerscape*
11536
11537 PCI DRIVER FOR GENERIC OF HOSTS
11538 M:      Will Deacon <will.deacon@arm.com>
11539 L:      linux-pci@vger.kernel.org
11540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11541 S:      Maintained
11542 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
11543 F:      drivers/pci/controller/pci-host-common.c
11544 F:      drivers/pci/controller/pci-host-generic.c
11545
11546 PCI DRIVER FOR IMX6
11547 M:      Richard Zhu <hongxing.zhu@nxp.com>
11548 M:      Lucas Stach <l.stach@pengutronix.de>
11549 L:      linux-pci@vger.kernel.org
11550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11551 S:      Maintained
11552 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
11553 F:      drivers/pci/controller/dwc/*imx6*
11554
11555 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
11556 M:      Keith Busch <keith.busch@intel.com>
11557 M:      Jonathan Derrick <jonathan.derrick@intel.com>
11558 L:      linux-pci@vger.kernel.org
11559 S:      Supported
11560 F:      drivers/pci/controller/vmd.c
11561
11562 PCI DRIVER FOR MICROSEMI SWITCHTEC
11563 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
11564 M:      Logan Gunthorpe <logang@deltatee.com>
11565 L:      linux-pci@vger.kernel.org
11566 S:      Maintained
11567 F:      Documentation/switchtec.txt
11568 F:      Documentation/ABI/testing/sysfs-class-switchtec
11569 F:      drivers/pci/switch/switchtec*
11570 F:      include/uapi/linux/switchtec_ioctl.h
11571 F:      include/linux/switchtec.h
11572 F:      drivers/ntb/hw/mscc/
11573
11574 PCI DRIVER FOR MOBIVEIL PCIE IP
11575 M:      Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
11576 L:      linux-pci@vger.kernel.org
11577 S:      Supported
11578 F:      Documentation/devicetree/bindings/pci/mobiveil-pcie.txt
11579 F:      drivers/pci/controller/pcie-mobiveil.c
11580
11581 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
11582 M:      Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11583 M:      Jason Cooper <jason@lakedaemon.net>
11584 L:      linux-pci@vger.kernel.org
11585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11586 S:      Maintained
11587 F:      drivers/pci/controller/*mvebu*
11588
11589 PCI DRIVER FOR NVIDIA TEGRA
11590 M:      Thierry Reding <thierry.reding@gmail.com>
11591 L:      linux-tegra@vger.kernel.org
11592 L:      linux-pci@vger.kernel.org
11593 S:      Supported
11594 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
11595 F:      drivers/pci/controller/pci-tegra.c
11596
11597 PCI DRIVER FOR RENESAS R-CAR
11598 M:      Simon Horman <horms@verge.net.au>
11599 L:      linux-pci@vger.kernel.org
11600 L:      linux-renesas-soc@vger.kernel.org
11601 S:      Maintained
11602 F:      drivers/pci/controller/*rcar*
11603
11604 PCI DRIVER FOR SAMSUNG EXYNOS
11605 M:      Jingoo Han <jingoohan1@gmail.com>
11606 L:      linux-pci@vger.kernel.org
11607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11608 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11609 S:      Maintained
11610 F:      drivers/pci/controller/dwc/pci-exynos.c
11611
11612 PCI DRIVER FOR SYNOPSYS DESIGNWARE
11613 M:      Jingoo Han <jingoohan1@gmail.com>
11614 M:      Gustavo Pimentel <gustavo.pimentel@synopsys.com>
11615 L:      linux-pci@vger.kernel.org
11616 S:      Maintained
11617 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
11618 F:      drivers/pci/controller/dwc/*designware*
11619
11620 PCI DRIVER FOR TI DRA7XX
11621 M:      Kishon Vijay Abraham I <kishon@ti.com>
11622 L:      linux-omap@vger.kernel.org
11623 L:      linux-pci@vger.kernel.org
11624 S:      Supported
11625 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
11626 F:      drivers/pci/controller/dwc/pci-dra7xx.c
11627
11628 PCI DRIVER FOR TI KEYSTONE
11629 M:      Murali Karicheri <m-karicheri2@ti.com>
11630 L:      linux-pci@vger.kernel.org
11631 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11632 S:      Maintained
11633 F:      drivers/pci/controller/dwc/pci-keystone.c
11634
11635 PCI ENDPOINT SUBSYSTEM
11636 M:      Kishon Vijay Abraham I <kishon@ti.com>
11637 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
11638 L:      linux-pci@vger.kernel.org
11639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
11640 S:      Supported
11641 F:      drivers/pci/endpoint/
11642 F:      drivers/misc/pci_endpoint_test.c
11643 F:      tools/pci/
11644
11645 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
11646 M:      Russell Currey <ruscur@russell.cc>
11647 M:      Sam Bobroff <sbobroff@linux.ibm.com>
11648 M:      Oliver O'Halloran <oohall@gmail.com>
11649 L:      linuxppc-dev@lists.ozlabs.org
11650 S:      Supported
11651 F:      Documentation/PCI/pci-error-recovery.txt
11652 F:      drivers/pci/pcie/aer.c
11653 F:      drivers/pci/pcie/dpc.c
11654 F:      drivers/pci/pcie/err.c
11655 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
11656 F:      arch/powerpc/kernel/eeh*.c
11657 F:      arch/powerpc/platforms/*/eeh*.c
11658 F:      arch/powerpc/include/*/eeh*.h
11659
11660 PCI ERROR RECOVERY
11661 M:      Linas Vepstas <linasvepstas@gmail.com>
11662 L:      linux-pci@vger.kernel.org
11663 S:      Supported
11664 F:      Documentation/PCI/pci-error-recovery.txt
11665
11666 PCI MSI DRIVER FOR ALTERA MSI IP
11667 M:      Ley Foon Tan <lftan@altera.com>
11668 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
11669 L:      linux-pci@vger.kernel.org
11670 S:      Supported
11671 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
11672 F:      drivers/pci/controller/pcie-altera-msi.c
11673
11674 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
11675 M:      Duc Dang <dhdang@apm.com>
11676 L:      linux-pci@vger.kernel.org
11677 L:      linux-arm-kernel@lists.infradead.org
11678 S:      Maintained
11679 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
11680 F:      drivers/pci/controller/pci-xgene-msi.c
11681
11682 PCI SUBSYSTEM
11683 M:      Bjorn Helgaas <bhelgaas@google.com>
11684 L:      linux-pci@vger.kernel.org
11685 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
11686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
11687 S:      Supported
11688 F:      Documentation/devicetree/bindings/pci/
11689 F:      Documentation/PCI/
11690 F:      drivers/acpi/pci*
11691 F:      drivers/pci/
11692 F:      include/asm-generic/pci*
11693 F:      include/linux/pci*
11694 F:      include/linux/of_pci.h
11695 F:      include/uapi/linux/pci*
11696 F:      lib/pci*
11697 F:      arch/x86/pci/
11698 F:      arch/x86/kernel/quirks.c
11699
11700 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
11701 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
11702 L:      linux-pci@vger.kernel.org
11703 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
11704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
11705 S:      Supported
11706 F:      drivers/pci/controller/
11707
11708 PCIE DRIVER FOR AXIS ARTPEC
11709 M:      Jesper Nilsson <jesper.nilsson@axis.com>
11710 L:      linux-arm-kernel@axis.com
11711 L:      linux-pci@vger.kernel.org
11712 S:      Maintained
11713 F:      Documentation/devicetree/bindings/pci/axis,artpec*
11714 F:      drivers/pci/controller/dwc/*artpec*
11715
11716 PCIE DRIVER FOR CAVIUM THUNDERX
11717 M:      David Daney <david.daney@cavium.com>
11718 L:      linux-pci@vger.kernel.org
11719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11720 S:      Supported
11721 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
11722 F:      drivers/pci/controller/pci-thunder-*
11723
11724 PCIE DRIVER FOR HISILICON
11725 M:      Zhou Wang <wangzhou1@hisilicon.com>
11726 L:      linux-pci@vger.kernel.org
11727 S:      Maintained
11728 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
11729 F:      drivers/pci/controller/dwc/pcie-hisi.c
11730
11731 PCIE DRIVER FOR HISILICON KIRIN
11732 M:      Xiaowei Song <songxiaowei@hisilicon.com>
11733 M:      Binghui Wang <wangbinghui@hisilicon.com>
11734 L:      linux-pci@vger.kernel.org
11735 S:      Maintained
11736 F:      Documentation/devicetree/bindings/pci/kirin-pcie.txt
11737 F:      drivers/pci/controller/dwc/pcie-kirin.c
11738
11739 PCIE DRIVER FOR HISILICON STB
11740 M:      Jianguo Sun <sunjianguo1@huawei.com>
11741 M:      Shawn Guo <shawn.guo@linaro.org>
11742 L:      linux-pci@vger.kernel.org
11743 S:      Maintained
11744 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
11745 F:      drivers/pci/controller/dwc/pcie-histb.c
11746
11747 PCIE DRIVER FOR MEDIATEK
11748 M:      Ryder Lee <ryder.lee@mediatek.com>
11749 L:      linux-pci@vger.kernel.org
11750 L:      linux-mediatek@lists.infradead.org
11751 S:      Supported
11752 F:      Documentation/devicetree/bindings/pci/mediatek*
11753 F:      drivers/pci/controller/*mediatek*
11754
11755 PCIE DRIVER FOR QUALCOMM MSM
11756 M:      Stanimir Varbanov <svarbanov@mm-sol.com>
11757 L:      linux-pci@vger.kernel.org
11758 L:      linux-arm-msm@vger.kernel.org
11759 S:      Maintained
11760 F:      drivers/pci/controller/dwc/*qcom*
11761
11762 PCIE DRIVER FOR ROCKCHIP
11763 M:      Shawn Lin <shawn.lin@rock-chips.com>
11764 L:      linux-pci@vger.kernel.org
11765 L:      linux-rockchip@lists.infradead.org
11766 S:      Maintained
11767 F:      Documentation/devicetree/bindings/pci/rockchip-pcie*
11768 F:      drivers/pci/controller/pcie-rockchip*
11769
11770 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
11771 M:      Linus Walleij <linus.walleij@linaro.org>
11772 L:      linux-pci@vger.kernel.org
11773 S:      Maintained
11774 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
11775 F:      drivers/pci/controller/pci-v3-semi.c
11776
11777 PCIE DRIVER FOR ST SPEAR13XX
11778 M:      Pratyush Anand <pratyush.anand@gmail.com>
11779 L:      linux-pci@vger.kernel.org
11780 S:      Maintained
11781 F:      drivers/pci/controller/dwc/*spear*
11782
11783 PCMCIA SUBSYSTEM
11784 M:      Dominik Brodowski <linux@dominikbrodowski.net>
11785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
11786 S:      Odd Fixes
11787 F:      Documentation/pcmcia/
11788 F:      tools/pcmcia/
11789 F:      drivers/pcmcia/
11790 F:      include/pcmcia/
11791
11792 PCNET32 NETWORK DRIVER
11793 M:      Don Fry <pcnet32@frontier.com>
11794 L:      netdev@vger.kernel.org
11795 S:      Maintained
11796 F:      drivers/net/ethernet/amd/pcnet32.c
11797
11798 PCRYPT PARALLEL CRYPTO ENGINE
11799 M:      Steffen Klassert <steffen.klassert@secunet.com>
11800 L:      linux-crypto@vger.kernel.org
11801 S:      Maintained
11802 F:      crypto/pcrypt.c
11803 F:      include/crypto/pcrypt.h
11804
11805 PEAQ WMI HOTKEYS DRIVER
11806 M:      Hans de Goede <hdegoede@redhat.com>
11807 L:      platform-driver-x86@vger.kernel.org
11808 S:      Maintained
11809 F:      drivers/platform/x86/peaq-wmi.c
11810
11811 PER-CPU MEMORY ALLOCATOR
11812 M:      Dennis Zhou <dennis@kernel.org>
11813 M:      Tejun Heo <tj@kernel.org>
11814 M:      Christoph Lameter <cl@linux.com>
11815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
11816 S:      Maintained
11817 F:      include/linux/percpu*.h
11818 F:      mm/percpu*.c
11819 F:      arch/*/include/asm/percpu.h
11820
11821 PER-TASK DELAY ACCOUNTING
11822 M:      Balbir Singh <bsingharora@gmail.com>
11823 S:      Maintained
11824 F:      include/linux/delayacct.h
11825 F:      kernel/delayacct.c
11826
11827 PERFORMANCE EVENTS SUBSYSTEM
11828 M:      Peter Zijlstra <peterz@infradead.org>
11829 M:      Ingo Molnar <mingo@redhat.com>
11830 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
11831 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
11832 R:      Jiri Olsa <jolsa@redhat.com>
11833 R:      Namhyung Kim <namhyung@kernel.org>
11834 L:      linux-kernel@vger.kernel.org
11835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11836 S:      Supported
11837 F:      kernel/events/*
11838 F:      include/linux/perf_event.h
11839 F:      include/uapi/linux/perf_event.h
11840 F:      arch/*/kernel/perf_event*.c
11841 F:      arch/*/kernel/*/perf_event*.c
11842 F:      arch/*/kernel/*/*/perf_event*.c
11843 F:      arch/*/include/asm/perf_event.h
11844 F:      arch/*/kernel/perf_callchain.c
11845 F:      arch/*/events/*
11846 F:      tools/perf/
11847
11848 PERSONALITY HANDLING
11849 M:      Christoph Hellwig <hch@infradead.org>
11850 L:      linux-abi-devel@lists.sourceforge.net
11851 S:      Maintained
11852 F:      include/linux/personality.h
11853 F:      include/uapi/linux/personality.h
11854
11855 PHOENIX RC FLIGHT CONTROLLER ADAPTER
11856 M:      Marcus Folkesson <marcus.folkesson@gmail.com>
11857 L:      linux-input@vger.kernel.org
11858 S:      Maintained
11859 F:      Documentation/input/devices/pxrc.rst
11860 F:      drivers/input/joystick/pxrc.c
11861
11862 PHONET PROTOCOL
11863 M:      Remi Denis-Courmont <courmisch@gmail.com>
11864 S:      Supported
11865 F:      Documentation/networking/phonet.txt
11866 F:      include/linux/phonet.h
11867 F:      include/net/phonet/
11868 F:      include/uapi/linux/phonet.h
11869 F:      net/phonet/
11870
11871 PHRAM MTD DRIVER
11872 M:      Joern Engel <joern@lazybastard.org>
11873 L:      linux-mtd@lists.infradead.org
11874 S:      Maintained
11875 F:      drivers/mtd/devices/phram.c
11876
11877 PICOLCD HID DRIVER
11878 M:      Bruno Prémont <bonbons@linux-vserver.org>
11879 L:      linux-input@vger.kernel.org
11880 S:      Maintained
11881 F:      drivers/hid/hid-picolcd*
11882
11883 PICOXCELL SUPPORT
11884 M:      Jamie Iles <jamie@jamieiles.com>
11885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11886 T:      git git://github.com/jamieiles/linux-2.6-ji.git
11887 S:      Supported
11888 F:      arch/arm/boot/dts/picoxcell*
11889 F:      arch/arm/mach-picoxcell/
11890 F:      drivers/crypto/picoxcell*
11891
11892 PIN CONTROL SUBSYSTEM
11893 M:      Linus Walleij <linus.walleij@linaro.org>
11894 L:      linux-gpio@vger.kernel.org
11895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
11896 S:      Maintained
11897 F:      Documentation/devicetree/bindings/pinctrl/
11898 F:      Documentation/driver-api/pinctl.rst
11899 F:      drivers/pinctrl/
11900 F:      include/linux/pinctrl/
11901
11902 PIN CONTROLLER - ATMEL AT91
11903 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
11904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11905 S:      Maintained
11906 F:      drivers/pinctrl/pinctrl-at91.*
11907
11908 PIN CONTROLLER - ATMEL AT91 PIO4
11909 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
11910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11911 L:      linux-gpio@vger.kernel.org
11912 S:      Supported
11913 F:      drivers/pinctrl/pinctrl-at91-pio4.*
11914
11915 PIN CONTROLLER - FREESCALE
11916 M:      Dong Aisheng <aisheng.dong@nxp.com>
11917 M:      Fabio Estevam <festevam@gmail.com>
11918 M:      Shawn Guo <shawnguo@kernel.org>
11919 M:      Stefan Agner <stefan@agner.ch>
11920 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
11921 L:      linux-gpio@vger.kernel.org
11922 S:      Maintained
11923 F:      drivers/pinctrl/freescale/
11924 F:      Documentation/devicetree/bindings/pinctrl/fsl,*
11925
11926 PIN CONTROLLER - INTEL
11927 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
11928 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
11929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git
11930 S:      Maintained
11931 F:      drivers/pinctrl/intel/
11932
11933 PIN CONTROLLER - MEDIATEK
11934 M:      Sean Wang <sean.wang@kernel.org>
11935 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
11936 S:      Maintained
11937 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
11938 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-mt7622.txt
11939 F:      drivers/pinctrl/mediatek/
11940
11941 PIN CONTROLLER - QUALCOMM
11942 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
11943 S:      Maintained
11944 L:      linux-arm-msm@vger.kernel.org
11945 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
11946 F:      drivers/pinctrl/qcom/
11947
11948 PIN CONTROLLER - RENESAS
11949 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11950 M:      Geert Uytterhoeven <geert+renesas@glider.be>
11951 L:      linux-renesas-soc@vger.kernel.org
11952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
11953 S:      Maintained
11954 F:      drivers/pinctrl/sh-pfc/
11955
11956 PIN CONTROLLER - SAMSUNG
11957 M:      Tomasz Figa <tomasz.figa@gmail.com>
11958 M:      Krzysztof Kozlowski <krzk@kernel.org>
11959 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11961 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11962 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
11963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
11964 S:      Maintained
11965 F:      drivers/pinctrl/samsung/
11966 F:      include/dt-bindings/pinctrl/samsung.h
11967 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
11968
11969 PIN CONTROLLER - SINGLE
11970 M:      Tony Lindgren <tony@atomide.com>
11971 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
11972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11973 L:      linux-omap@vger.kernel.org
11974 S:      Maintained
11975 F:      drivers/pinctrl/pinctrl-single.c
11976
11977 PIN CONTROLLER - ST SPEAR
11978 M:      Viresh Kumar <vireshk@kernel.org>
11979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11980 W:      http://www.st.com/spear
11981 S:      Maintained
11982 F:      drivers/pinctrl/spear/
11983
11984 PISTACHIO SOC SUPPORT
11985 M:      James Hartley <james.hartley@sondrel.com>
11986 L:      linux-mips@vger.kernel.org
11987 S:      Odd Fixes
11988 F:      arch/mips/pistachio/
11989 F:      arch/mips/include/asm/mach-pistachio/
11990 F:      arch/mips/boot/dts/img/pistachio*
11991 F:      arch/mips/configs/pistachio*_defconfig
11992
11993 PKTCDVD DRIVER
11994 S:      Orphan
11995 M:      linux-block@vger.kernel.org
11996 F:      drivers/block/pktcdvd.c
11997 F:      include/linux/pktcdvd.h
11998 F:      include/uapi/linux/pktcdvd.h
11999
12000 PKUNITY SOC DRIVERS
12001 M:      Guan Xuetao <gxt@pku.edu.cn>
12002 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
12003 S:      Maintained
12004 T:      git git://github.com/gxt/linux.git
12005 F:      drivers/input/serio/i8042-unicore32io.h
12006 F:      drivers/i2c/busses/i2c-puv3.c
12007 F:      drivers/video/fbdev/fb-puv3.c
12008 F:      drivers/rtc/rtc-puv3.c
12009
12010 PMBUS HARDWARE MONITORING DRIVERS
12011 M:      Guenter Roeck <linux@roeck-us.net>
12012 L:      linux-hwmon@vger.kernel.org
12013 W:      http://hwmon.wiki.kernel.org/
12014 W:      http://www.roeck-us.net/linux/drivers/
12015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
12016 S:      Maintained
12017 F:      Documentation/devicetree/bindings/hwmon/ibm,cffps1.txt
12018 F:      Documentation/devicetree/bindings/hwmon/max31785.txt
12019 F:      Documentation/devicetree/bindings/hwmon/ltc2978.txt
12020 F:      Documentation/hwmon/adm1275
12021 F:      Documentation/hwmon/ibm-cffps
12022 F:      Documentation/hwmon/ir35221
12023 F:      Documentation/hwmon/lm25066
12024 F:      Documentation/hwmon/ltc2978
12025 F:      Documentation/hwmon/ltc3815
12026 F:      Documentation/hwmon/max16064
12027 F:      Documentation/hwmon/max20751
12028 F:      Documentation/hwmon/max31785
12029 F:      Documentation/hwmon/max34440
12030 F:      Documentation/hwmon/max8688
12031 F:      Documentation/hwmon/pmbus
12032 F:      Documentation/hwmon/pmbus-core
12033 F:      Documentation/hwmon/tps40422
12034 F:      Documentation/hwmon/ucd9000
12035 F:      Documentation/hwmon/ucd9200
12036 F:      Documentation/hwmon/zl6100
12037 F:      drivers/hwmon/pmbus/
12038 F:      include/linux/pmbus.h
12039
12040 PMC SIERRA MaxRAID DRIVER
12041 L:      linux-scsi@vger.kernel.org
12042 W:      http://www.pmc-sierra.com/
12043 S:      Orphan
12044 F:      drivers/scsi/pmcraid.*
12045
12046 PMC SIERRA PM8001 DRIVER
12047 M:      Jack Wang <jinpu.wang@profitbricks.com>
12048 M:      lindar_liu@usish.com
12049 L:      linux-scsi@vger.kernel.org
12050 S:      Supported
12051 F:      drivers/scsi/pm8001/
12052
12053 PNP SUPPORT
12054 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
12055 S:      Maintained
12056 F:      drivers/pnp/
12057
12058 POSIX CLOCKS and TIMERS
12059 M:      Thomas Gleixner <tglx@linutronix.de>
12060 L:      linux-kernel@vger.kernel.org
12061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
12062 S:      Maintained
12063 F:      fs/timerfd.c
12064 F:      include/linux/timer*
12065 F:      kernel/time/*timer*
12066
12067 POWER MANAGEMENT CORE
12068 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12069 L:      linux-pm@vger.kernel.org
12070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
12071 B:      https://bugzilla.kernel.org
12072 S:      Supported
12073 F:      drivers/base/power/
12074 F:      include/linux/pm.h
12075 F:      include/linux/pm_*
12076 F:      include/linux/powercap.h
12077 F:      drivers/powercap/
12078 F:      kernel/configs/nopm.config
12079
12080 POWER STATE COORDINATION INTERFACE (PSCI)
12081 M:      Mark Rutland <mark.rutland@arm.com>
12082 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
12083 L:      linux-arm-kernel@lists.infradead.org
12084 S:      Maintained
12085 F:      drivers/firmware/psci*.c
12086 F:      include/linux/psci.h
12087 F:      include/uapi/linux/psci.h
12088
12089 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
12090 M:      Sebastian Reichel <sre@kernel.org>
12091 L:      linux-pm@vger.kernel.org
12092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
12093 S:      Maintained
12094 F:      Documentation/ABI/testing/sysfs-class-power
12095 F:      Documentation/devicetree/bindings/power/supply/
12096 F:      include/linux/power_supply.h
12097 F:      drivers/power/supply/
12098
12099 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
12100 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
12101 L:      linuxppc-dev@lists.ozlabs.org
12102 S:      Maintained
12103 F:      drivers/char/powernv-op-panel.c
12104
12105 PPP OVER ATM (RFC 2364)
12106 M:      Mitchell Blank Jr <mitch@sfgoth.com>
12107 S:      Maintained
12108 F:      net/atm/pppoatm.c
12109 F:      include/uapi/linux/atmppp.h
12110
12111 PPP OVER ETHERNET
12112 M:      Michal Ostrowski <mostrows@earthlink.net>
12113 S:      Maintained
12114 F:      drivers/net/ppp/pppoe.c
12115 F:      drivers/net/ppp/pppox.c
12116
12117 PPP OVER L2TP
12118 M:      James Chapman <jchapman@katalix.com>
12119 S:      Maintained
12120 F:      net/l2tp/l2tp_ppp.c
12121 F:      include/linux/if_pppol2tp.h
12122 F:      include/uapi/linux/if_pppol2tp.h
12123
12124 PPP PROTOCOL DRIVERS AND COMPRESSORS
12125 M:      Paul Mackerras <paulus@samba.org>
12126 L:      linux-ppp@vger.kernel.org
12127 S:      Maintained
12128 F:      drivers/net/ppp/ppp_*
12129
12130 PPS SUPPORT
12131 M:      Rodolfo Giometti <giometti@enneenne.com>
12132 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
12133 L:      linuxpps@ml.enneenne.com (subscribers-only)
12134 S:      Maintained
12135 F:      Documentation/pps/
12136 F:      Documentation/devicetree/bindings/pps/pps-gpio.txt
12137 F:      Documentation/ABI/testing/sysfs-pps
12138 F:      drivers/pps/
12139 F:      include/linux/pps*.h
12140 F:      include/uapi/linux/pps.h
12141
12142 PPTP DRIVER
12143 M:      Dmitry Kozlov <xeb@mail.ru>
12144 L:      netdev@vger.kernel.org
12145 S:      Maintained
12146 F:      drivers/net/ppp/pptp.c
12147 W:      http://sourceforge.net/projects/accel-pptp
12148
12149 PREEMPTIBLE KERNEL
12150 M:      Robert Love <rml@tech9.net>
12151 L:      kpreempt-tech@lists.sourceforge.net
12152 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
12153 S:      Supported
12154 F:      Documentation/preempt-locking.txt
12155 F:      include/linux/preempt.h
12156
12157 PRINTK
12158 M:      Petr Mladek <pmladek@suse.com>
12159 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
12160 R:      Steven Rostedt <rostedt@goodmis.org>
12161 S:      Maintained
12162 F:      kernel/printk/
12163 F:      include/linux/printk.h
12164
12165 PRISM54 WIRELESS DRIVER
12166 M:      Luis Chamberlain <mcgrof@kernel.org>
12167 L:      linux-wireless@vger.kernel.org
12168 W:      http://wireless.kernel.org/en/users/Drivers/p54
12169 S:      Obsolete
12170 F:      drivers/net/wireless/intersil/prism54/
12171
12172 PROC FILESYSTEM
12173 R:      Alexey Dobriyan <adobriyan@gmail.com>
12174 L:      linux-kernel@vger.kernel.org
12175 L:      linux-fsdevel@vger.kernel.org
12176 S:      Maintained
12177 F:      fs/proc/
12178 F:      include/linux/proc_fs.h
12179 F:      tools/testing/selftests/proc/
12180 F:      Documentation/filesystems/proc.txt
12181
12182 PROC SYSCTL
12183 M:      Luis Chamberlain <mcgrof@kernel.org>
12184 M:      Kees Cook <keescook@chromium.org>
12185 L:      linux-kernel@vger.kernel.org
12186 L:      linux-fsdevel@vger.kernel.org
12187 S:      Maintained
12188 F:      fs/proc/proc_sysctl.c
12189 F:      include/linux/sysctl.h
12190 F:      kernel/sysctl.c
12191 F:      tools/testing/selftests/sysctl/
12192
12193 PS3 NETWORK SUPPORT
12194 M:      Geoff Levand <geoff@infradead.org>
12195 L:      netdev@vger.kernel.org
12196 L:      linuxppc-dev@lists.ozlabs.org
12197 S:      Maintained
12198 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
12199
12200 PS3 PLATFORM SUPPORT
12201 M:      Geoff Levand <geoff@infradead.org>
12202 L:      linuxppc-dev@lists.ozlabs.org
12203 S:      Maintained
12204 F:      arch/powerpc/boot/ps3*
12205 F:      arch/powerpc/include/asm/lv1call.h
12206 F:      arch/powerpc/include/asm/ps3*.h
12207 F:      arch/powerpc/platforms/ps3/
12208 F:      drivers/*/ps3*
12209 F:      drivers/ps3/
12210 F:      drivers/rtc/rtc-ps3.c
12211 F:      drivers/usb/host/*ps3.c
12212 F:      sound/ppc/snd_ps3*
12213
12214 PS3VRAM DRIVER
12215 M:      Jim Paris <jim@jtan.com>
12216 M:      Geoff Levand <geoff@infradead.org>
12217 L:      linuxppc-dev@lists.ozlabs.org
12218 S:      Maintained
12219 F:      drivers/block/ps3vram.c
12220
12221 PSAMPLE PACKET SAMPLING SUPPORT:
12222 M:      Yotam Gigi <yotam.gi@gmail.com>
12223 S:      Maintained
12224 F:      net/psample
12225 F:      include/net/psample.h
12226 F:      include/uapi/linux/psample.h
12227
12228 PSTORE FILESYSTEM
12229 M:      Kees Cook <keescook@chromium.org>
12230 M:      Anton Vorontsov <anton@enomsg.org>
12231 M:      Colin Cross <ccross@android.com>
12232 M:      Tony Luck <tony.luck@intel.com>
12233 S:      Maintained
12234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
12235 F:      fs/pstore/
12236 F:      include/linux/pstore*
12237 F:      drivers/firmware/efi/efi-pstore.c
12238 F:      drivers/acpi/apei/erst.c
12239 F:      Documentation/admin-guide/ramoops.rst
12240 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
12241 K:      \b(pstore|ramoops)
12242
12243 PTP HARDWARE CLOCK SUPPORT
12244 M:      Richard Cochran <richardcochran@gmail.com>
12245 L:      netdev@vger.kernel.org
12246 S:      Maintained
12247 W:      http://linuxptp.sourceforge.net/
12248 F:      Documentation/ABI/testing/sysfs-ptp
12249 F:      Documentation/ptp/*
12250 F:      drivers/net/phy/dp83640*
12251 F:      drivers/ptp/*
12252 F:      include/linux/ptp_cl*
12253
12254 PTRACE SUPPORT
12255 M:      Oleg Nesterov <oleg@redhat.com>
12256 S:      Maintained
12257 F:      include/asm-generic/syscall.h
12258 F:      include/linux/ptrace.h
12259 F:      include/linux/regset.h
12260 F:      include/linux/tracehook.h
12261 F:      include/uapi/linux/ptrace.h
12262 F:      include/uapi/linux/ptrace.h
12263 F:      include/asm-generic/ptrace.h
12264 F:      kernel/ptrace.c
12265 F:      arch/*/ptrace*.c
12266 F:      arch/*/*/ptrace*.c
12267 F:      arch/*/include/asm/ptrace*.h
12268
12269 PULSE8-CEC DRIVER
12270 M:      Hans Verkuil <hverkuil@xs4all.nl>
12271 L:      linux-media@vger.kernel.org
12272 T:      git git://linuxtv.org/media_tree.git
12273 S:      Maintained
12274 F:      drivers/media/usb/pulse8-cec/*
12275 F:      Documentation/media/cec-drivers/pulse8-cec.rst
12276
12277 PVRUSB2 VIDEO4LINUX DRIVER
12278 M:      Mike Isely <isely@pobox.com>
12279 L:      pvrusb2@isely.net       (subscribers-only)
12280 L:      linux-media@vger.kernel.org
12281 W:      http://www.isely.net/pvrusb2/
12282 T:      git git://linuxtv.org/media_tree.git
12283 S:      Maintained
12284 F:      Documentation/media/v4l-drivers/pvrusb2*
12285 F:      drivers/media/usb/pvrusb2/
12286
12287 PWC WEBCAM DRIVER
12288 M:      Hans Verkuil <hverkuil@xs4all.nl>
12289 L:      linux-media@vger.kernel.org
12290 T:      git git://linuxtv.org/media_tree.git
12291 S:      Odd Fixes
12292 F:      drivers/media/usb/pwc/*
12293
12294 PWM FAN DRIVER
12295 M:      Kamil Debski <kamil@wypas.org>
12296 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12297 L:      linux-hwmon@vger.kernel.org
12298 S:      Supported
12299 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
12300 F:      Documentation/hwmon/pwm-fan
12301 F:      drivers/hwmon/pwm-fan.c
12302
12303 PWM IR Transmitter
12304 M:      Sean Young <sean@mess.org>
12305 L:      linux-media@vger.kernel.org
12306 S:      Maintained
12307 F:      drivers/media/rc/pwm-ir-tx.c
12308
12309 PWM SUBSYSTEM
12310 M:      Thierry Reding <thierry.reding@gmail.com>
12311 L:      linux-pwm@vger.kernel.org
12312 S:      Maintained
12313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
12314 F:      Documentation/pwm.txt
12315 F:      Documentation/devicetree/bindings/pwm/
12316 F:      include/linux/pwm.h
12317 F:      drivers/pwm/
12318 F:      drivers/video/backlight/pwm_bl.c
12319 F:      include/linux/pwm_backlight.h
12320 F:      drivers/gpio/gpio-mvebu.c
12321 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
12322
12323 PXA GPIO DRIVER
12324 M:      Robert Jarzmik <robert.jarzmik@free.fr>
12325 L:      linux-gpio@vger.kernel.org
12326 S:      Maintained
12327 F:      drivers/gpio/gpio-pxa.c
12328
12329 PXA MMCI DRIVER
12330 S:      Orphan
12331
12332 PXA RTC DRIVER
12333 M:      Robert Jarzmik <robert.jarzmik@free.fr>
12334 L:      linux-rtc@vger.kernel.org
12335 S:      Maintained
12336
12337 PXA2xx/PXA3xx SUPPORT
12338 M:      Daniel Mack <daniel@zonque.org>
12339 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
12340 M:      Robert Jarzmik <robert.jarzmik@free.fr>
12341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12342 T:      git git://github.com/hzhuang1/linux.git
12343 T:      git git://github.com/rjarzmik/linux.git
12344 S:      Maintained
12345 F:      arch/arm/boot/dts/pxa*
12346 F:      arch/arm/mach-pxa/
12347 F:      drivers/dma/pxa*
12348 F:      drivers/pcmcia/pxa2xx*
12349 F:      drivers/pinctrl/pxa/
12350 F:      drivers/spi/spi-pxa2xx*
12351 F:      drivers/usb/gadget/udc/pxa2*
12352 F:      include/sound/pxa2xx-lib.h
12353 F:      sound/arm/pxa*
12354 F:      sound/soc/pxa/
12355
12356 QAT DRIVER
12357 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
12358 L:      qat-linux@intel.com
12359 S:      Supported
12360 F:      drivers/crypto/qat/
12361
12362 QCOM AUDIO (ASoC) DRIVERS
12363 M:      Patrick Lai <plai@codeaurora.org>
12364 M:      Banajit Goswami <bgoswami@codeaurora.org>
12365 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12366 S:      Supported
12367 F:      sound/soc/qcom/
12368
12369 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
12370 M:      Gabriel Somlo <somlo@cmu.edu>
12371 M:      "Michael S. Tsirkin" <mst@redhat.com>
12372 L:      qemu-devel@nongnu.org
12373 S:      Maintained
12374 F:      drivers/firmware/qemu_fw_cfg.c
12375 F:      include/uapi/linux/qemu_fw_cfg.h
12376
12377 QIB DRIVER
12378 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
12379 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
12380 L:      linux-rdma@vger.kernel.org
12381 S:      Supported
12382 F:      drivers/infiniband/hw/qib/
12383
12384 QLOGIC QL41xxx FCOE DRIVER
12385 M:      QLogic-Storage-Upstream@cavium.com
12386 L:      linux-scsi@vger.kernel.org
12387 S:      Supported
12388 F:      drivers/scsi/qedf/
12389
12390 QLOGIC QL41xxx ISCSI DRIVER
12391 M:      QLogic-Storage-Upstream@cavium.com
12392 L:      linux-scsi@vger.kernel.org
12393 S:      Supported
12394 F:      drivers/scsi/qedi/
12395
12396 QLOGIC QL4xxx ETHERNET DRIVER
12397 M:      Ariel Elior <Ariel.Elior@cavium.com>
12398 M:      everest-linux-l2@cavium.com
12399 L:      netdev@vger.kernel.org
12400 S:      Supported
12401 F:      drivers/net/ethernet/qlogic/qed/
12402 F:      include/linux/qed/
12403 F:      drivers/net/ethernet/qlogic/qede/
12404
12405 QLOGIC QL4xxx RDMA DRIVER
12406 M:      Michal Kalderon <Michal.Kalderon@cavium.com>
12407 M:      Ariel Elior <Ariel.Elior@cavium.com>
12408 L:      linux-rdma@vger.kernel.org
12409 S:      Supported
12410 F:      drivers/infiniband/hw/qedr/
12411 F:      include/uapi/rdma/qedr-abi.h
12412
12413 QLOGIC QLA1280 SCSI DRIVER
12414 M:      Michael Reed <mdr@sgi.com>
12415 L:      linux-scsi@vger.kernel.org
12416 S:      Maintained
12417 F:      drivers/scsi/qla1280.[ch]
12418
12419 QLOGIC QLA2XXX FC-SCSI DRIVER
12420 M:      qla2xxx-upstream@qlogic.com
12421 L:      linux-scsi@vger.kernel.org
12422 S:      Supported
12423 F:      Documentation/scsi/LICENSE.qla2xxx
12424 F:      drivers/scsi/qla2xxx/
12425
12426 QLOGIC QLA3XXX NETWORK DRIVER
12427 M:      Dept-GELinuxNICDev@cavium.com
12428 L:      netdev@vger.kernel.org
12429 S:      Supported
12430 F:      Documentation/networking/device_drivers/qlogic/LICENSE.qla3xxx
12431 F:      drivers/net/ethernet/qlogic/qla3xxx.*
12432
12433 QLOGIC QLA4XXX iSCSI DRIVER
12434 M:      QLogic-Storage-Upstream@qlogic.com
12435 L:      linux-scsi@vger.kernel.org
12436 S:      Supported
12437 F:      Documentation/scsi/LICENSE.qla4xxx
12438 F:      drivers/scsi/qla4xxx/
12439
12440 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
12441 M:      Shahed Shaikh <Shahed.Shaikh@cavium.com>
12442 M:      Manish Chopra <manish.chopra@cavium.com>
12443 M:      Dept-GELinuxNICDev@cavium.com
12444 L:      netdev@vger.kernel.org
12445 S:      Supported
12446 F:      drivers/net/ethernet/qlogic/qlcnic/
12447
12448 QLOGIC QLGE 10Gb ETHERNET DRIVER
12449 M:      Manish Chopra <manish.chopra@cavium.com>
12450 M:      Dept-GELinuxNICDev@cavium.com
12451 L:      netdev@vger.kernel.org
12452 S:      Supported
12453 F:      drivers/net/ethernet/qlogic/qlge/
12454
12455 QM1D1B0004 MEDIA DRIVER
12456 M:      Akihiro Tsukada <tskd08@gmail.com>
12457 L:      linux-media@vger.kernel.org
12458 S:      Odd Fixes
12459 F:      drivers/media/tuners/qm1d1b0004*
12460
12461 QM1D1C0042 MEDIA DRIVER
12462 M:      Akihiro Tsukada <tskd08@gmail.com>
12463 L:      linux-media@vger.kernel.org
12464 S:      Odd Fixes
12465 F:      drivers/media/tuners/qm1d1c0042*
12466
12467 QNX4 FILESYSTEM
12468 M:      Anders Larsen <al@alarsen.net>
12469 W:      http://www.alarsen.net/linux/qnx4fs/
12470 S:      Maintained
12471 F:      fs/qnx4/
12472 F:      include/uapi/linux/qnx4_fs.h
12473 F:      include/uapi/linux/qnxtypes.h
12474
12475 QORIQ DPAA2 FSL-MC BUS DRIVER
12476 M:      Stuart Yoder <stuyoder@gmail.com>
12477 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
12478 L:      linux-kernel@vger.kernel.org
12479 S:      Maintained
12480 F:      drivers/bus/fsl-mc/
12481 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
12482 F:      Documentation/networking/device_drivers/freescale/dpaa2/overview.rst
12483
12484 QT1010 MEDIA DRIVER
12485 M:      Antti Palosaari <crope@iki.fi>
12486 L:      linux-media@vger.kernel.org
12487 W:      https://linuxtv.org
12488 W:      http://palosaari.fi/linux/
12489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12490 T:      git git://linuxtv.org/anttip/media_tree.git
12491 S:      Maintained
12492 F:      drivers/media/tuners/qt1010*
12493
12494 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
12495 M:      Kalle Valo <kvalo@codeaurora.org>
12496 L:      ath10k@lists.infradead.org
12497 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
12498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
12499 S:      Supported
12500 F:      drivers/net/wireless/ath/ath10k/
12501
12502 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
12503 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
12504 L:      linux-wireless@vger.kernel.org
12505 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
12506 S:      Supported
12507 F:      drivers/net/wireless/ath/ath9k/
12508
12509 QUALCOMM CAMERA SUBSYSTEM DRIVER
12510 M:      Todor Tomov <todor.too@gmail.com>
12511 L:      linux-media@vger.kernel.org
12512 S:      Maintained
12513 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
12514 F:      Documentation/media/v4l-drivers/qcom_camss.rst
12515 F:      drivers/media/platform/qcom/camss/
12516
12517 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
12518 M:  Ilia Lin <ilia.lin@gmail.com>
12519 L:  linux-pm@vger.kernel.org
12520 S:  Maintained
12521 F:  Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
12522 F:  drivers/cpufreq/qcom-cpufreq-kryo.c
12523
12524 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
12525 M:      Timur Tabi <timur@kernel.org>
12526 L:      netdev@vger.kernel.org
12527 S:      Maintained
12528 F:      drivers/net/ethernet/qualcomm/emac/
12529
12530 QUALCOMM GENERIC INTERFACE I2C DRIVER
12531 M:      Alok Chauhan <alokc@codeaurora.org>
12532 M:      Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
12533 L:      linux-i2c@vger.kernel.org
12534 L:      linux-arm-msm@vger.kernel.org
12535 S:      Supported
12536 F:      drivers/i2c/busses/i2c-qcom-geni.c
12537
12538 QUALCOMM HEXAGON ARCHITECTURE
12539 M:      Richard Kuo <rkuo@codeaurora.org>
12540 L:      linux-hexagon@vger.kernel.org
12541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
12542 S:      Supported
12543 F:      arch/hexagon/
12544
12545 QUALCOMM HIDMA DRIVER
12546 M:      Sinan Kaya <okaya@kernel.org>
12547 L:      linux-arm-kernel@lists.infradead.org
12548 L:      linux-arm-msm@vger.kernel.org
12549 L:      dmaengine@vger.kernel.org
12550 S:      Supported
12551 F:      drivers/dma/qcom/hidma*
12552
12553 QUALCOMM IOMMU
12554 M:      Rob Clark <robdclark@gmail.com>
12555 L:      iommu@lists.linux-foundation.org
12556 L:      linux-arm-msm@vger.kernel.org
12557 S:      Maintained
12558 F:      drivers/iommu/qcom_iommu.c
12559
12560 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
12561 M:      Stanimir Varbanov <stanimir.varbanov@linaro.org>
12562 L:      linux-media@vger.kernel.org
12563 L:      linux-arm-msm@vger.kernel.org
12564 T:      git git://linuxtv.org/media_tree.git
12565 S:      Maintained
12566 F:      drivers/media/platform/qcom/venus/
12567
12568 QUALCOMM WCN36XX WIRELESS DRIVER
12569 M:      Kalle Valo <kvalo@codeaurora.org>
12570 L:      wcn36xx@lists.infradead.org
12571 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
12572 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
12573 S:      Supported
12574 F:      drivers/net/wireless/ath/wcn36xx/
12575
12576 QUANTENNA QTNFMAC WIRELESS DRIVER
12577 M:      Igor Mitsyanko <imitsyanko@quantenna.com>
12578 M:      Avinash Patil <avinashp@quantenna.com>
12579 M:      Sergey Matyukevich <smatyukevich@quantenna.com>
12580 L:      linux-wireless@vger.kernel.org
12581 S:      Maintained
12582 F:      drivers/net/wireless/quantenna
12583
12584 RADEON and AMDGPU DRM DRIVERS
12585 M:      Alex Deucher <alexander.deucher@amd.com>
12586 M:      Christian König <christian.koenig@amd.com>
12587 M:      David (ChunMing) Zhou <David1.Zhou@amd.com>
12588 L:      amd-gfx@lists.freedesktop.org
12589 T:      git git://people.freedesktop.org/~agd5f/linux
12590 S:      Supported
12591 F:      drivers/gpu/drm/radeon/
12592 F:      include/uapi/drm/radeon_drm.h
12593 F:      drivers/gpu/drm/amd/
12594 F:      include/uapi/drm/amdgpu_drm.h
12595
12596 RADEON FRAMEBUFFER DISPLAY DRIVER
12597 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
12598 L:      linux-fbdev@vger.kernel.org
12599 S:      Maintained
12600 F:      drivers/video/fbdev/aty/radeon*
12601 F:      include/uapi/linux/radeonfb.h
12602
12603 RADIOSHARK RADIO DRIVER
12604 M:      Hans Verkuil <hverkuil@xs4all.nl>
12605 L:      linux-media@vger.kernel.org
12606 T:      git git://linuxtv.org/media_tree.git
12607 S:      Maintained
12608 F:      drivers/media/radio/radio-shark.c
12609
12610 RADIOSHARK2 RADIO DRIVER
12611 M:      Hans Verkuil <hverkuil@xs4all.nl>
12612 L:      linux-media@vger.kernel.org
12613 T:      git git://linuxtv.org/media_tree.git
12614 S:      Maintained
12615 F:      drivers/media/radio/radio-shark2.c
12616 F:      drivers/media/radio/radio-tea5777.c
12617
12618 RADOS BLOCK DEVICE (RBD)
12619 M:      Ilya Dryomov <idryomov@gmail.com>
12620 M:      Sage Weil <sage@redhat.com>
12621 M:      Alex Elder <elder@kernel.org>
12622 L:      ceph-devel@vger.kernel.org
12623 W:      http://ceph.com/
12624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
12625 T:      git git://github.com/ceph/ceph-client.git
12626 S:      Supported
12627 F:      Documentation/ABI/testing/sysfs-bus-rbd
12628 F:      drivers/block/rbd.c
12629 F:      drivers/block/rbd_types.h
12630
12631 RAGE128 FRAMEBUFFER DISPLAY DRIVER
12632 M:      Paul Mackerras <paulus@samba.org>
12633 L:      linux-fbdev@vger.kernel.org
12634 S:      Maintained
12635 F:      drivers/video/fbdev/aty/aty128fb.c
12636
12637 RAINSHADOW-CEC DRIVER
12638 M:      Hans Verkuil <hverkuil@xs4all.nl>
12639 L:      linux-media@vger.kernel.org
12640 T:      git git://linuxtv.org/media_tree.git
12641 S:      Maintained
12642 F:      drivers/media/usb/rainshadow-cec/*
12643
12644 RALINK MIPS ARCHITECTURE
12645 M:      John Crispin <john@phrozen.org>
12646 L:      linux-mips@vger.kernel.org
12647 S:      Maintained
12648 F:      arch/mips/ralink
12649
12650 RALINK RT2X00 WIRELESS LAN DRIVER
12651 P:      rt2x00 project
12652 M:      Stanislaw Gruszka <sgruszka@redhat.com>
12653 M:      Helmut Schaa <helmut.schaa@googlemail.com>
12654 L:      linux-wireless@vger.kernel.org
12655 S:      Maintained
12656 F:      drivers/net/wireless/ralink/rt2x00/
12657
12658 RAMDISK RAM BLOCK DEVICE DRIVER
12659 M:      Jens Axboe <axboe@kernel.dk>
12660 S:      Maintained
12661 F:      Documentation/blockdev/ramdisk.txt
12662 F:      drivers/block/brd.c
12663
12664 RANCHU VIRTUAL BOARD FOR MIPS
12665 M:      Miodrag Dinic <miodrag.dinic@mips.com>
12666 L:      linux-mips@vger.kernel.org
12667 S:      Supported
12668 F:      arch/mips/generic/board-ranchu.c
12669 F:      arch/mips/configs/generic/board-ranchu.config
12670
12671 RANDOM NUMBER DRIVER
12672 M:      "Theodore Ts'o" <tytso@mit.edu>
12673 S:      Maintained
12674 F:      drivers/char/random.c
12675
12676 RAPIDIO SUBSYSTEM
12677 M:      Matt Porter <mporter@kernel.crashing.org>
12678 M:      Alexandre Bounine <alex.bou9@gmail.com>
12679 S:      Maintained
12680 F:      drivers/rapidio/
12681
12682 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
12683 L:      linux-wireless@vger.kernel.org
12684 S:      Orphan
12685 F:      drivers/net/wireless/ray*
12686
12687 RCUTORTURE TEST FRAMEWORK
12688 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
12689 M:      Josh Triplett <josh@joshtriplett.org>
12690 R:      Steven Rostedt <rostedt@goodmis.org>
12691 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12692 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12693 L:      linux-kernel@vger.kernel.org
12694 S:      Supported
12695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12696 F:      tools/testing/selftests/rcutorture
12697
12698 RDC R-321X SoC
12699 M:      Florian Fainelli <florian@openwrt.org>
12700 S:      Maintained
12701
12702 RDC R6040 FAST ETHERNET DRIVER
12703 M:      Florian Fainelli <f.fainelli@gmail.com>
12704 L:      netdev@vger.kernel.org
12705 S:      Maintained
12706 F:      drivers/net/ethernet/rdc/r6040.c
12707
12708 RDMAVT - RDMA verbs software
12709 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
12710 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
12711 L:      linux-rdma@vger.kernel.org
12712 S:      Supported
12713 F:      drivers/infiniband/sw/rdmavt
12714
12715 RDS - RELIABLE DATAGRAM SOCKETS
12716 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
12717 L:      netdev@vger.kernel.org
12718 L:      linux-rdma@vger.kernel.org
12719 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
12720 W:      https://oss.oracle.com/projects/rds/
12721 S:      Supported
12722 F:      net/rds/
12723 F:      Documentation/networking/rds.txt
12724
12725 RDT - RESOURCE ALLOCATION
12726 M:      Fenghua Yu <fenghua.yu@intel.com>
12727 M:      Reinette Chatre <reinette.chatre@intel.com>
12728 L:      linux-kernel@vger.kernel.org
12729 S:      Supported
12730 F:      arch/x86/kernel/cpu/resctrl/
12731 F:      arch/x86/include/asm/resctrl_sched.h
12732 F:      Documentation/x86/resctrl*
12733
12734 READ-COPY UPDATE (RCU)
12735 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
12736 M:      Josh Triplett <josh@joshtriplett.org>
12737 R:      Steven Rostedt <rostedt@goodmis.org>
12738 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12739 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12740 R:      Joel Fernandes <joel@joelfernandes.org>
12741 L:      linux-kernel@vger.kernel.org
12742 W:      http://www.rdrop.com/users/paulmck/RCU/
12743 S:      Supported
12744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12745 F:      Documentation/RCU/
12746 X:      Documentation/RCU/torture.txt
12747 F:      include/linux/rcu*
12748 X:      include/linux/srcu*.h
12749 F:      kernel/rcu/
12750 X:      kernel/rcu/srcu*.c
12751
12752 REAL TIME CLOCK (RTC) SUBSYSTEM
12753 M:      Alessandro Zummo <a.zummo@towertech.it>
12754 M:      Alexandre Belloni <alexandre.belloni@bootlin.com>
12755 L:      linux-rtc@vger.kernel.org
12756 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
12757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
12758 S:      Maintained
12759 F:      Documentation/devicetree/bindings/rtc/
12760 F:      Documentation/rtc.txt
12761 F:      drivers/rtc/
12762 F:      include/linux/rtc.h
12763 F:      include/uapi/linux/rtc.h
12764 F:      include/linux/rtc/
12765 F:      include/linux/platform_data/rtc-*
12766 F:      tools/testing/selftests/rtc/
12767
12768 REALTEK AUDIO CODECS
12769 M:      Bard Liao <bardliao@realtek.com>
12770 M:      Oder Chiou <oder_chiou@realtek.com>
12771 S:      Maintained
12772 F:      sound/soc/codecs/rt*
12773 F:      include/sound/rt*.h
12774
12775 REALTEK RTL83xx SMI DSA ROUTER CHIPS
12776 M:      Linus Walleij <linus.walleij@linaro.org>
12777 S:      Maintained
12778 F:      Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
12779 F:      drivers/net/dsa/realtek-smi*
12780 F:      drivers/net/dsa/rtl83*
12781
12782 REGISTER MAP ABSTRACTION
12783 M:      Mark Brown <broonie@kernel.org>
12784 L:      linux-kernel@vger.kernel.org
12785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
12786 S:      Supported
12787 F:      Documentation/devicetree/bindings/regmap/
12788 F:      drivers/base/regmap/
12789 F:      include/linux/regmap.h
12790
12791 REISERFS FILE SYSTEM
12792 L:      reiserfs-devel@vger.kernel.org
12793 S:      Supported
12794 F:      fs/reiserfs/
12795
12796 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
12797 M:      Ohad Ben-Cohen <ohad@wizery.com>
12798 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
12799 L:      linux-remoteproc@vger.kernel.org
12800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
12801 S:      Maintained
12802 F:      Documentation/devicetree/bindings/remoteproc/
12803 F:      Documentation/remoteproc.txt
12804 F:      drivers/remoteproc/
12805 F:      include/linux/remoteproc.h
12806
12807 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
12808 M:      Ohad Ben-Cohen <ohad@wizery.com>
12809 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
12810 L:      linux-remoteproc@vger.kernel.org
12811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
12812 S:      Maintained
12813 F:      drivers/rpmsg/
12814 F:      Documentation/rpmsg.txt
12815 F:      include/linux/rpmsg.h
12816 F:      include/linux/rpmsg/
12817
12818 RENESAS CLOCK DRIVERS
12819 M:      Geert Uytterhoeven <geert+renesas@glider.be>
12820 L:      linux-renesas-soc@vger.kernel.org
12821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
12822 S:      Supported
12823 F:      drivers/clk/renesas/
12824
12825 RENESAS EMEV2 I2C DRIVER
12826 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12827 S:      Supported
12828 F:      drivers/i2c/busses/i2c-emev2.c
12829
12830 RENESAS ETHERNET DRIVERS
12831 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
12832 L:      netdev@vger.kernel.org
12833 L:      linux-renesas-soc@vger.kernel.org
12834 F:      Documentation/devicetree/bindings/net/renesas,*.txt
12835 F:      Documentation/devicetree/bindings/net/sh_eth.txt
12836 F:      drivers/net/ethernet/renesas/
12837 F:      include/linux/sh_eth.h
12838
12839 RENESAS R-CAR GYROADC DRIVER
12840 M:      Marek Vasut <marek.vasut@gmail.com>
12841 L:      linux-iio@vger.kernel.org
12842 S:      Supported
12843 F:      drivers/iio/adc/rcar_gyro_adc.c
12844
12845 RENESAS R-CAR I2C DRIVERS
12846 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
12847 S:      Supported
12848 F:      drivers/i2c/busses/i2c-rcar.c
12849 F:      drivers/i2c/busses/i2c-sh_mobile.c
12850
12851 RENESAS RIIC DRIVER
12852 M:      Chris Brandt <chris.brandt@renesas.com>
12853 S:      Supported
12854 F:      Documentation/devicetree/bindings/i2c/i2c-riic.txt
12855 F:      drivers/i2c/busses/i2c-riic.c
12856
12857 RENESAS USB PHY DRIVER
12858 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
12859 L:      linux-renesas-soc@vger.kernel.org
12860 S:      Maintained
12861 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
12862
12863 RESET CONTROLLER FRAMEWORK
12864 M:      Philipp Zabel <p.zabel@pengutronix.de>
12865 T:      git git://git.pengutronix.de/git/pza/linux
12866 S:      Maintained
12867 F:      drivers/reset/
12868 F:      Documentation/devicetree/bindings/reset/
12869 F:      include/dt-bindings/reset/
12870 F:      include/linux/reset.h
12871 F:      include/linux/reset-controller.h
12872
12873 RESTARTABLE SEQUENCES SUPPORT
12874 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12875 M:      Peter Zijlstra <peterz@infradead.org>
12876 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
12877 M:      Boqun Feng <boqun.feng@gmail.com>
12878 L:      linux-kernel@vger.kernel.org
12879 S:      Supported
12880 F:      kernel/rseq.c
12881 F:      include/uapi/linux/rseq.h
12882 F:      include/trace/events/rseq.h
12883 F:      tools/testing/selftests/rseq/
12884
12885 RFKILL
12886 M:      Johannes Berg <johannes@sipsolutions.net>
12887 L:      linux-wireless@vger.kernel.org
12888 W:      http://wireless.kernel.org/
12889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
12890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
12891 S:      Maintained
12892 F:      Documentation/rfkill.txt
12893 F:      Documentation/ABI/stable/sysfs-class-rfkill
12894 F:      net/rfkill/
12895 F:      include/linux/rfkill.h
12896 F:      include/uapi/linux/rfkill.h
12897
12898 RHASHTABLE
12899 M:      Thomas Graf <tgraf@suug.ch>
12900 M:      Herbert Xu <herbert@gondor.apana.org.au>
12901 L:      netdev@vger.kernel.org
12902 S:      Maintained
12903 F:      lib/rhashtable.c
12904 F:      lib/test_rhashtable.c
12905 F:      include/linux/rhashtable.h
12906 F:      include/linux/rhashtable-types.h
12907
12908 RICOH R5C592 MEMORYSTICK DRIVER
12909 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12910 S:      Maintained
12911 F:      drivers/memstick/host/r592.*
12912
12913 RICOH SMARTMEDIA/XD DRIVER
12914 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12915 S:      Maintained
12916 F:      drivers/mtd/nand/raw/r852.c
12917 F:      drivers/mtd/nand/raw/r852.h
12918
12919 RISC-V ARCHITECTURE
12920 M:      Palmer Dabbelt <palmer@sifive.com>
12921 M:      Albert Ou <aou@eecs.berkeley.edu>
12922 L:      linux-riscv@lists.infradead.org
12923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
12924 S:      Supported
12925 F:      arch/riscv/
12926 K:      riscv
12927 N:      riscv
12928
12929 ROCCAT DRIVERS
12930 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
12931 W:      http://sourceforge.net/projects/roccat/
12932 S:      Maintained
12933 F:      drivers/hid/hid-roccat*
12934 F:      include/linux/hid-roccat*
12935 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
12936
12937 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
12938 M:      Jacob chen <jacob2.chen@rock-chips.com>
12939 L:      linux-media@vger.kernel.org
12940 S:      Maintained
12941 F:      drivers/media/platform/rockchip/rga/
12942 F:      Documentation/devicetree/bindings/media/rockchip-rga.txt
12943
12944 ROCKCHIP VPU CODEC DRIVER
12945 M:      Ezequiel Garcia <ezequiel@collabora.com>
12946 L:      linux-media@vger.kernel.org
12947 S:      Maintained
12948 F:      drivers/staging/media/platform/rockchip/vpu/
12949 F:      Documentation/devicetree/bindings/media/rockchip-vpu.txt
12950
12951 ROCKER DRIVER
12952 M:      Jiri Pirko <jiri@resnulli.us>
12953 L:      netdev@vger.kernel.org
12954 S:      Supported
12955 F:      drivers/net/ethernet/rocker/
12956
12957 ROCKETPORT DRIVER
12958 P:      Comtrol Corp.
12959 W:      http://www.comtrol.com
12960 S:      Maintained
12961 F:      Documentation/serial/rocket.txt
12962 F:      drivers/tty/rocket*
12963
12964 ROCKETPORT EXPRESS/INFINITY DRIVER
12965 M:      Kevin Cernekee <cernekee@gmail.com>
12966 L:      linux-serial@vger.kernel.org
12967 S:      Odd Fixes
12968 F:      drivers/tty/serial/rp2.*
12969
12970 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
12971 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
12972 L:      linux-kernel@vger.kernel.org
12973 L:      linux-renesas-soc@vger.kernel.org
12974 S:      Supported
12975 F:      drivers/mfd/bd9571mwv.c
12976 F:      drivers/regulator/bd9571mwv-regulator.c
12977 F:      drivers/gpio/gpio-bd9571mwv.c
12978 F:      include/linux/mfd/bd9571mwv.h
12979 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
12980
12981 ROSE NETWORK LAYER
12982 M:      Ralf Baechle <ralf@linux-mips.org>
12983 L:      linux-hams@vger.kernel.org
12984 W:      http://www.linux-ax25.org/
12985 S:      Maintained
12986 F:      include/net/rose.h
12987 F:      include/uapi/linux/rose.h
12988 F:      net/rose/
12989
12990 RTL2830 MEDIA DRIVER
12991 M:      Antti Palosaari <crope@iki.fi>
12992 L:      linux-media@vger.kernel.org
12993 W:      https://linuxtv.org
12994 W:      http://palosaari.fi/linux/
12995 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12996 T:      git git://linuxtv.org/anttip/media_tree.git
12997 S:      Maintained
12998 F:      drivers/media/dvb-frontends/rtl2830*
12999
13000 RTL2832 MEDIA DRIVER
13001 M:      Antti Palosaari <crope@iki.fi>
13002 L:      linux-media@vger.kernel.org
13003 W:      https://linuxtv.org
13004 W:      http://palosaari.fi/linux/
13005 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13006 T:      git git://linuxtv.org/anttip/media_tree.git
13007 S:      Maintained
13008 F:      drivers/media/dvb-frontends/rtl2832*
13009
13010 RTL2832_SDR MEDIA DRIVER
13011 M:      Antti Palosaari <crope@iki.fi>
13012 L:      linux-media@vger.kernel.org
13013 W:      https://linuxtv.org
13014 W:      http://palosaari.fi/linux/
13015 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13016 T:      git git://linuxtv.org/anttip/media_tree.git
13017 S:      Maintained
13018 F:      drivers/media/dvb-frontends/rtl2832_sdr*
13019
13020 RTL8180 WIRELESS DRIVER
13021 L:      linux-wireless@vger.kernel.org
13022 W:      http://wireless.kernel.org/
13023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13024 S:      Orphan
13025 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
13026
13027 RTL8187 WIRELESS DRIVER
13028 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
13029 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
13030 M:      Larry Finger <Larry.Finger@lwfinger.net>
13031 L:      linux-wireless@vger.kernel.org
13032 W:      http://wireless.kernel.org/
13033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13034 S:      Maintained
13035 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
13036
13037 REALTEK WIRELESS DRIVER (rtlwifi family)
13038 M:      Ping-Ke Shih <pkshih@realtek.com>
13039 L:      linux-wireless@vger.kernel.org
13040 W:      http://wireless.kernel.org/
13041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
13042 S:      Maintained
13043 F:      drivers/net/wireless/realtek/rtlwifi/
13044
13045 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
13046 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
13047 L:      linux-wireless@vger.kernel.org
13048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
13049 S:      Maintained
13050 F:      drivers/net/wireless/realtek/rtl8xxxu/
13051
13052 RXRPC SOCKETS (AF_RXRPC)
13053 M:      David Howells <dhowells@redhat.com>
13054 L:      linux-afs@lists.infradead.org
13055 S:      Supported
13056 F:      net/rxrpc/
13057 F:      include/keys/rxrpc-type.h
13058 F:      include/net/af_rxrpc.h
13059 F:      include/trace/events/rxrpc.h
13060 F:      include/uapi/linux/rxrpc.h
13061 F:      Documentation/networking/rxrpc.txt
13062 W:      https://www.infradead.org/~dhowells/kafs/
13063
13064 S3 SAVAGE FRAMEBUFFER DRIVER
13065 M:      Antonino Daplas <adaplas@gmail.com>
13066 L:      linux-fbdev@vger.kernel.org
13067 S:      Maintained
13068 F:      drivers/video/fbdev/savage/
13069
13070 S390
13071 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
13072 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
13073 L:      linux-s390@vger.kernel.org
13074 W:      http://www.ibm.com/developerworks/linux/linux390/
13075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
13076 S:      Supported
13077 F:      arch/s390/
13078 F:      drivers/s390/
13079 F:      Documentation/s390/
13080 F:      Documentation/driver-api/s390-drivers.rst
13081
13082 S390 COMMON I/O LAYER
13083 M:      Sebastian Ott <sebott@linux.ibm.com>
13084 M:      Peter Oberparleiter <oberpar@linux.ibm.com>
13085 L:      linux-s390@vger.kernel.org
13086 W:      http://www.ibm.com/developerworks/linux/linux390/
13087 S:      Supported
13088 F:      drivers/s390/cio/
13089
13090 S390 DASD DRIVER
13091 M:      Stefan Haberland <sth@linux.ibm.com>
13092 M:      Jan Hoeppner <hoeppner@linux.ibm.com>
13093 L:      linux-s390@vger.kernel.org
13094 W:      http://www.ibm.com/developerworks/linux/linux390/
13095 S:      Supported
13096 F:      drivers/s390/block/dasd*
13097 F:      block/partitions/ibm.c
13098
13099 S390 IOMMU (PCI)
13100 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
13101 L:      linux-s390@vger.kernel.org
13102 W:      http://www.ibm.com/developerworks/linux/linux390/
13103 S:      Supported
13104 F:      drivers/iommu/s390-iommu.c
13105
13106 S390 IUCV NETWORK LAYER
13107 M:      Julian Wiedmann <jwi@linux.ibm.com>
13108 M:      Ursula Braun <ubraun@linux.ibm.com>
13109 L:      linux-s390@vger.kernel.org
13110 W:      http://www.ibm.com/developerworks/linux/linux390/
13111 S:      Supported
13112 F:      drivers/s390/net/*iucv*
13113 F:      include/net/iucv/
13114 F:      net/iucv/
13115
13116 S390 NETWORK DRIVERS
13117 M:      Julian Wiedmann <jwi@linux.ibm.com>
13118 M:      Ursula Braun <ubraun@linux.ibm.com>
13119 L:      linux-s390@vger.kernel.org
13120 W:      http://www.ibm.com/developerworks/linux/linux390/
13121 S:      Supported
13122 F:      drivers/s390/net/
13123
13124 S390 PCI SUBSYSTEM
13125 M:      Sebastian Ott <sebott@linux.ibm.com>
13126 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
13127 L:      linux-s390@vger.kernel.org
13128 W:      http://www.ibm.com/developerworks/linux/linux390/
13129 S:      Supported
13130 F:      arch/s390/pci/
13131 F:      drivers/pci/hotplug/s390_pci_hpc.c
13132
13133 S390 VFIO-CCW DRIVER
13134 M:      Cornelia Huck <cohuck@redhat.com>
13135 M:      Halil Pasic <pasic@linux.ibm.com>
13136 L:      linux-s390@vger.kernel.org
13137 L:      kvm@vger.kernel.org
13138 S:      Supported
13139 F:      drivers/s390/cio/vfio_ccw*
13140 F:      Documentation/s390/vfio-ccw.txt
13141 F:      include/uapi/linux/vfio_ccw.h
13142
13143 S390 ZCRYPT DRIVER
13144 M:      Harald Freudenberger <freude@linux.ibm.com>
13145 L:      linux-s390@vger.kernel.org
13146 W:      http://www.ibm.com/developerworks/linux/linux390/
13147 S:      Supported
13148 F:      drivers/s390/crypto/
13149
13150 S390 VFIO AP DRIVER
13151 M:      Tony Krowiak <akrowiak@linux.ibm.com>
13152 M:      Pierre Morel <pmorel@linux.ibm.com>
13153 M:      Halil Pasic <pasic@linux.ibm.com>
13154 L:      linux-s390@vger.kernel.org
13155 W:      http://www.ibm.com/developerworks/linux/linux390/
13156 S:      Supported
13157 F:      drivers/s390/crypto/vfio_ap_drv.c
13158 F:      drivers/s390/crypto/vfio_ap_private.h
13159 F:      drivers/s390/crypto/vfio_ap_ops.c
13160 F:      Documentation/s390/vfio-ap.txt
13161
13162 S390 ZFCP DRIVER
13163 M:      Steffen Maier <maier@linux.ibm.com>
13164 M:      Benjamin Block <bblock@linux.ibm.com>
13165 L:      linux-s390@vger.kernel.org
13166 W:      http://www.ibm.com/developerworks/linux/linux390/
13167 S:      Supported
13168 F:      drivers/s390/scsi/zfcp_*
13169
13170 S3C24XX SD/MMC Driver
13171 M:      Ben Dooks <ben-linux@fluff.org>
13172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13173 S:      Supported
13174 F:      drivers/mmc/host/s3cmci.*
13175
13176 SAA6588 RDS RECEIVER DRIVER
13177 M:      Hans Verkuil <hverkuil@xs4all.nl>
13178 L:      linux-media@vger.kernel.org
13179 T:      git git://linuxtv.org/media_tree.git
13180 W:      https://linuxtv.org
13181 S:      Odd Fixes
13182 F:      drivers/media/i2c/saa6588*
13183
13184 SAA7134 VIDEO4LINUX DRIVER
13185 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13186 L:      linux-media@vger.kernel.org
13187 W:      https://linuxtv.org
13188 T:      git git://linuxtv.org/media_tree.git
13189 S:      Odd fixes
13190 F:      Documentation/media/v4l-drivers/saa7134*
13191 F:      drivers/media/pci/saa7134/
13192
13193 SAA7146 VIDEO4LINUX-2 DRIVER
13194 M:      Hans Verkuil <hverkuil@xs4all.nl>
13195 L:      linux-media@vger.kernel.org
13196 T:      git git://linuxtv.org/media_tree.git
13197 S:      Maintained
13198 F:      drivers/media/common/saa7146/
13199 F:      drivers/media/pci/saa7146/
13200 F:      include/media/drv-intf/saa7146*
13201
13202 SAMSUNG AUDIO (ASoC) DRIVERS
13203 M:      Krzysztof Kozlowski <krzk@kernel.org>
13204 M:      Sangbeom Kim <sbkim73@samsung.com>
13205 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
13206 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13207 S:      Supported
13208 F:      sound/soc/samsung/
13209 F:      Documentation/devicetree/bindings/sound/samsung*
13210
13211 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
13212 M:      Krzysztof Kozlowski <krzk@kernel.org>
13213 L:      linux-crypto@vger.kernel.org
13214 L:      linux-samsung-soc@vger.kernel.org
13215 S:      Maintained
13216 F:      drivers/crypto/exynos-rng.c
13217 F:      Documentation/devicetree/bindings/rng/samsung,exynos4-rng.txt
13218
13219 SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER
13220 M:      Łukasz Stelmach <l.stelmach@samsung.com>
13221 L:      linux-samsung-soc@vger.kernel.org
13222 S:      Maintained
13223 F:      drivers/char/hw_random/exynos-trng.c
13224 F:      Documentation/devicetree/bindings/rng/samsung,exynos5250-trng.txt
13225
13226 SAMSUNG FRAMEBUFFER DRIVER
13227 M:      Jingoo Han <jingoohan1@gmail.com>
13228 L:      linux-fbdev@vger.kernel.org
13229 S:      Maintained
13230 F:      drivers/video/fbdev/s3c-fb.c
13231
13232 SAMSUNG LAPTOP DRIVER
13233 M:      Corentin Chary <corentin.chary@gmail.com>
13234 L:      platform-driver-x86@vger.kernel.org
13235 S:      Maintained
13236 F:      drivers/platform/x86/samsung-laptop.c
13237
13238 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
13239 M:      Sangbeom Kim <sbkim73@samsung.com>
13240 M:      Krzysztof Kozlowski <krzk@kernel.org>
13241 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
13242 L:      linux-kernel@vger.kernel.org
13243 L:      linux-samsung-soc@vger.kernel.org
13244 S:      Supported
13245 F:      drivers/mfd/sec*.c
13246 F:      drivers/regulator/s2m*.c
13247 F:      drivers/regulator/s5m*.c
13248 F:      drivers/clk/clk-s2mps11.c
13249 F:      drivers/rtc/rtc-s5m.c
13250 F:      include/linux/mfd/samsung/
13251 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
13252 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
13253 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
13254 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
13255
13256 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
13257 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
13258 L:      linux-media@vger.kernel.org
13259 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13260 S:      Maintained
13261 F:      drivers/media/platform/s3c-camif/
13262 F:      include/media/drv-intf/s3c_camif.h
13263
13264 SAMSUNG S3FWRN5 NFC DRIVER
13265 M:      Robert Baldyga <r.baldyga@samsung.com>
13266 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
13267 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
13268 S:      Supported
13269 F:      drivers/nfc/s3fwrn5
13270
13271 SAMSUNG S5C73M3 CAMERA DRIVER
13272 M:      Kyungmin Park <kyungmin.park@samsung.com>
13273 M:      Andrzej Hajda <a.hajda@samsung.com>
13274 L:      linux-media@vger.kernel.org
13275 S:      Supported
13276 F:      drivers/media/i2c/s5c73m3/*
13277
13278 SAMSUNG S5K5BAF CAMERA DRIVER
13279 M:      Kyungmin Park <kyungmin.park@samsung.com>
13280 M:      Andrzej Hajda <a.hajda@samsung.com>
13281 L:      linux-media@vger.kernel.org
13282 S:      Supported
13283 F:      drivers/media/i2c/s5k5baf.c
13284
13285 SAMSUNG S5P Security SubSystem (SSS) DRIVER
13286 M:      Krzysztof Kozlowski <krzk@kernel.org>
13287 M:      Vladimir Zapolskiy <vz@mleia.com>
13288 M:      Kamil Konieczny <k.konieczny@partner.samsung.com>
13289 L:      linux-crypto@vger.kernel.org
13290 L:      linux-samsung-soc@vger.kernel.org
13291 S:      Maintained
13292 F:      drivers/crypto/s5p-sss.c
13293
13294 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
13295 M:      Kyungmin Park <kyungmin.park@samsung.com>
13296 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
13297 L:      linux-media@vger.kernel.org
13298 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
13299 S:      Supported
13300 F:      drivers/media/platform/exynos4-is/
13301
13302 SAMSUNG SOC CLOCK DRIVERS
13303 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
13304 M:      Tomasz Figa <tomasz.figa@gmail.com>
13305 M:      Chanwoo Choi <cw00.choi@samsung.com>
13306 S:      Supported
13307 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git
13309 F:      drivers/clk/samsung/
13310 F:      include/dt-bindings/clock/exynos*.h
13311 F:      Documentation/devicetree/bindings/clock/exynos*.txt
13312
13313 SAMSUNG SPI DRIVERS
13314 M:      Kukjin Kim <kgene@kernel.org>
13315 M:      Krzysztof Kozlowski <krzk@kernel.org>
13316 M:      Andi Shyti <andi@etezian.org>
13317 L:      linux-spi@vger.kernel.org
13318 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
13319 S:      Maintained
13320 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
13321 F:      drivers/spi/spi-s3c*
13322 F:      include/linux/platform_data/spi-s3c64xx.h
13323
13324 SAMSUNG SXGBE DRIVERS
13325 M:      Byungho An <bh74.an@samsung.com>
13326 M:      Girish K S <ks.giri@samsung.com>
13327 M:      Vipul Pandya <vipul.pandya@samsung.com>
13328 S:      Supported
13329 L:      netdev@vger.kernel.org
13330 F:      drivers/net/ethernet/samsung/sxgbe/
13331
13332 SAMSUNG THERMAL DRIVER
13333 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
13334 L:      linux-pm@vger.kernel.org
13335 L:      linux-samsung-soc@vger.kernel.org
13336 S:      Supported
13337 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
13338 F:      drivers/thermal/samsung/
13339
13340 SAMSUNG USB2 PHY DRIVER
13341 M:      Kamil Debski <kamil@wypas.org>
13342 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
13343 L:      linux-kernel@vger.kernel.org
13344 S:      Supported
13345 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
13346 F:      Documentation/phy/samsung-usb2.txt
13347 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
13348 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
13349 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
13350 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
13351 F:      drivers/phy/samsung/phy-samsung-usb2.c
13352 F:      drivers/phy/samsung/phy-samsung-usb2.h
13353
13354 SC1200 WDT DRIVER
13355 M:      Zwane Mwaikambo <zwanem@gmail.com>
13356 S:      Maintained
13357 F:      drivers/watchdog/sc1200wdt.c
13358
13359 SCHEDULER
13360 M:      Ingo Molnar <mingo@redhat.com>
13361 M:      Peter Zijlstra <peterz@infradead.org>
13362 L:      linux-kernel@vger.kernel.org
13363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
13364 S:      Maintained
13365 F:      kernel/sched/
13366 F:      include/linux/sched.h
13367 F:      include/uapi/linux/sched.h
13368 F:      include/linux/wait.h
13369
13370 SCR24X CHIP CARD INTERFACE DRIVER
13371 M:      Lubomir Rintel <lkundrak@v3.sk>
13372 S:      Supported
13373 F:      drivers/char/pcmcia/scr24x_cs.c
13374
13375 SCSI CDROM DRIVER
13376 M:      Jens Axboe <axboe@kernel.dk>
13377 L:      linux-scsi@vger.kernel.org
13378 W:      http://www.kernel.dk
13379 S:      Maintained
13380 F:      drivers/scsi/sr*
13381
13382 SCSI RDMA PROTOCOL (SRP) INITIATOR
13383 M:      Bart Van Assche <bvanassche@acm.org>
13384 L:      linux-rdma@vger.kernel.org
13385 S:      Supported
13386 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13387 F:      drivers/infiniband/ulp/srp/
13388 F:      include/scsi/srp.h
13389
13390 SCSI RDMA PROTOCOL (SRP) TARGET
13391 M:      Bart Van Assche <bvanassche@acm.org>
13392 L:      linux-rdma@vger.kernel.org
13393 L:      target-devel@vger.kernel.org
13394 S:      Supported
13395 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13396 F:      drivers/infiniband/ulp/srpt/
13397
13398 SCSI SG DRIVER
13399 M:      Doug Gilbert <dgilbert@interlog.com>
13400 L:      linux-scsi@vger.kernel.org
13401 W:      http://sg.danny.cz/sg
13402 S:      Maintained
13403 F:      Documentation/scsi/scsi-generic.txt
13404 F:      drivers/scsi/sg.c
13405 F:      include/scsi/sg.h
13406
13407 SCSI SUBSYSTEM
13408 M:      "James E.J. Bottomley" <jejb@linux.ibm.com>
13409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
13410 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
13411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
13412 L:      linux-scsi@vger.kernel.org
13413 S:      Maintained
13414 F:      Documentation/devicetree/bindings/scsi/
13415 F:      drivers/scsi/
13416 F:      include/scsi/
13417
13418 SCSI TAPE DRIVER
13419 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
13420 L:      linux-scsi@vger.kernel.org
13421 S:      Maintained
13422 F:      Documentation/scsi/st.txt
13423 F:      drivers/scsi/st.*
13424 F:      drivers/scsi/st_*.h
13425
13426 SCTP PROTOCOL
13427 M:      Vlad Yasevich <vyasevich@gmail.com>
13428 M:      Neil Horman <nhorman@tuxdriver.com>
13429 M:      Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
13430 L:      linux-sctp@vger.kernel.org
13431 W:      http://lksctp.sourceforge.net
13432 S:      Maintained
13433 F:      Documentation/networking/sctp.txt
13434 F:      include/linux/sctp.h
13435 F:      include/uapi/linux/sctp.h
13436 F:      include/net/sctp/
13437 F:      net/sctp/
13438
13439 SCx200 CPU SUPPORT
13440 M:      Jim Cromie <jim.cromie@gmail.com>
13441 S:      Odd Fixes
13442 F:      Documentation/i2c/busses/scx200_acb
13443 F:      arch/x86/platform/scx200/
13444 F:      drivers/watchdog/scx200_wdt.c
13445 F:      drivers/i2c/busses/scx200*
13446 F:      drivers/mtd/maps/scx200_docflash.c
13447 F:      include/linux/scx200.h
13448
13449 SCx200 GPIO DRIVER
13450 M:      Jim Cromie <jim.cromie@gmail.com>
13451 S:      Maintained
13452 F:      drivers/char/scx200_gpio.c
13453 F:      include/linux/scx200_gpio.h
13454
13455 SCx200 HRT CLOCKSOURCE DRIVER
13456 M:      Jim Cromie <jim.cromie@gmail.com>
13457 S:      Maintained
13458 F:      drivers/clocksource/scx200_hrt.c
13459
13460 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
13461 M:      Sascha Sommer <saschasommer@freenet.de>
13462 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
13463 S:      Maintained
13464 F:      drivers/mmc/host/sdricoh_cs.c
13465
13466 SECO BOARDS CEC DRIVER
13467 M:      Ettore Chimenti <ek5.chimenti@gmail.com>
13468 S:      Maintained
13469 F:      drivers/media/platform/seco-cec/seco-cec.c
13470 F:      drivers/media/platform/seco-cec/seco-cec.h
13471
13472 SECURE COMPUTING
13473 M:      Kees Cook <keescook@chromium.org>
13474 R:      Andy Lutomirski <luto@amacapital.net>
13475 R:      Will Drewry <wad@chromium.org>
13476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
13477 S:      Supported
13478 F:      kernel/seccomp.c
13479 F:      include/uapi/linux/seccomp.h
13480 F:      include/linux/seccomp.h
13481 F:      tools/testing/selftests/seccomp/*
13482 F:      tools/testing/selftests/kselftest_harness.h
13483 F:      Documentation/userspace-api/seccomp_filter.rst
13484 K:      \bsecure_computing
13485 K:      \bTIF_SECCOMP\b
13486
13487 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
13488 M:      Al Cooper <alcooperx@gmail.com>
13489 L:      linux-mmc@vger.kernel.org
13490 L:      bcm-kernel-feedback-list@broadcom.com
13491 S:      Maintained
13492 F:      drivers/mmc/host/sdhci-brcmstb*
13493
13494 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
13495 M:      Adrian Hunter <adrian.hunter@intel.com>
13496 L:      linux-mmc@vger.kernel.org
13497 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
13498 S:      Maintained
13499 F:      drivers/mmc/host/sdhci*
13500 F:      include/linux/mmc/sdhci*
13501
13502 SYNOPSYS SDHCI COMPLIANT DWC MSHC DRIVER
13503 M:      Prabu Thangamuthu <prabu.t@synopsys.com>
13504 M:      Manjunath M B <manjumb@synopsys.com>
13505 L:      linux-mmc@vger.kernel.org
13506 S:      Maintained
13507 F:      drivers/mmc/host/sdhci-pci-dwc-mshc.c
13508
13509 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) MICROCHIP DRIVER
13510 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
13511 L:      linux-mmc@vger.kernel.org
13512 S:      Supported
13513 F:      drivers/mmc/host/sdhci-of-at91.c
13514
13515 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
13516 M:      Ben Dooks <ben-linux@fluff.org>
13517 M:      Jaehoon Chung <jh80.chung@samsung.com>
13518 L:      linux-mmc@vger.kernel.org
13519 S:      Maintained
13520 F:      drivers/mmc/host/sdhci-s3c*
13521
13522 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
13523 M:      Viresh Kumar <vireshk@kernel.org>
13524 L:      linux-mmc@vger.kernel.org
13525 S:      Maintained
13526 F:      drivers/mmc/host/sdhci-spear.c
13527
13528 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
13529 M:      Kishon Vijay Abraham I <kishon@ti.com>
13530 L:      linux-mmc@vger.kernel.org
13531 S:      Maintained
13532 F:      drivers/mmc/host/sdhci-omap.c
13533
13534 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
13535 M:      Scott Bauer <scott.bauer@intel.com>
13536 M:      Jonathan Derrick <jonathan.derrick@intel.com>
13537 L:      linux-block@vger.kernel.org
13538 S:      Supported
13539 F:      block/sed*
13540 F:      block/opal_proto.h
13541 F:      include/linux/sed*
13542 F:      include/uapi/linux/sed*
13543
13544 SECURITY CONTACT
13545 M:      Security Officers <security@kernel.org>
13546 S:      Supported
13547
13548 SECURITY SUBSYSTEM
13549 M:      James Morris <jmorris@namei.org>
13550 M:      "Serge E. Hallyn" <serge@hallyn.com>
13551 L:      linux-security-module@vger.kernel.org (suggested Cc:)
13552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
13553 W:      http://kernsec.org/
13554 S:      Supported
13555 F:      security/
13556 X:      security/selinux/
13557
13558 SELINUX SECURITY MODULE
13559 M:      Paul Moore <paul@paul-moore.com>
13560 M:      Stephen Smalley <sds@tycho.nsa.gov>
13561 M:      Eric Paris <eparis@parisplace.org>
13562 L:      selinux@vger.kernel.org
13563 W:      https://selinuxproject.org
13564 W:      https://github.com/SELinuxProject
13565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
13566 S:      Supported
13567 F:      include/linux/selinux*
13568 F:      security/selinux/
13569 F:      scripts/selinux/
13570 F:      Documentation/admin-guide/LSM/SELinux.rst
13571
13572 SENSABLE PHANTOM
13573 M:      Jiri Slaby <jirislaby@gmail.com>
13574 S:      Maintained
13575 F:      drivers/misc/phantom.c
13576 F:      include/uapi/linux/phantom.h
13577
13578 SERIAL DEVICE BUS
13579 M:      Rob Herring <robh@kernel.org>
13580 L:      linux-serial@vger.kernel.org
13581 S:      Maintained
13582 F:      Documentation/devicetree/bindings/serial/slave-device.txt
13583 F:      drivers/tty/serdev/
13584 F:      include/linux/serdev.h
13585
13586 SERIAL DRIVERS
13587 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13588 L:      linux-serial@vger.kernel.org
13589 S:      Maintained
13590 F:      Documentation/devicetree/bindings/serial/
13591 F:      drivers/tty/serial/
13592
13593 SERIAL IR RECEIVER
13594 M:      Sean Young <sean@mess.org>
13595 L:      linux-media@vger.kernel.org
13596 S:      Maintained
13597 F:      drivers/media/rc/serial_ir.c
13598
13599 SFC NETWORK DRIVER
13600 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
13601 M:      Edward Cree <ecree@solarflare.com>
13602 M:      Bert Kenward <bkenward@solarflare.com>
13603 L:      netdev@vger.kernel.org
13604 S:      Supported
13605 F:      drivers/net/ethernet/sfc/
13606
13607 SGI GRU DRIVER
13608 M:      Dimitri Sivanich <sivanich@sgi.com>
13609 S:      Maintained
13610 F:      drivers/misc/sgi-gru/
13611
13612 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
13613 M:      Pat Gefre <pfg@sgi.com>
13614 L:      linux-ia64@vger.kernel.org
13615 S:      Supported
13616 F:      Documentation/ia64/serial.txt
13617 F:      drivers/tty/serial/ioc?_serial.c
13618 F:      include/linux/ioc?.h
13619
13620 SGI XP/XPC/XPNET DRIVER
13621 M:      Cliff Whickman <cpw@sgi.com>
13622 M:      Robin Holt <robinmholt@gmail.com>
13623 S:      Maintained
13624 F:      drivers/misc/sgi-xp/
13625
13626 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
13627 M:      Ursula Braun <ubraun@linux.ibm.com>
13628 L:      linux-s390@vger.kernel.org
13629 W:      http://www.ibm.com/developerworks/linux/linux390/
13630 S:      Supported
13631 F:      net/smc/
13632
13633 SHARP RJ54N1CB0C SENSOR DRIVER
13634 M:      Jacopo Mondi <jacopo@jmondi.org>
13635 L:      linux-media@vger.kernel.org
13636 T:      git git://linuxtv.org/media_tree.git
13637 S:      Odd fixes
13638 F:      drivers/media/i2c/rj54n1cb0c.c
13639 F:      include/media/i2c/rj54n1cb0c.h
13640
13641 SH_VEU V4L2 MEM2MEM DRIVER
13642 L:      linux-media@vger.kernel.org
13643 S:      Orphan
13644 F:      drivers/media/platform/sh_veu.c
13645
13646 SH_VOU V4L2 OUTPUT DRIVER
13647 L:      linux-media@vger.kernel.org
13648 S:      Orphan
13649 F:      drivers/media/platform/sh_vou.c
13650 F:      include/media/drv-intf/sh_vou.h
13651
13652 SI2157 MEDIA DRIVER
13653 M:      Antti Palosaari <crope@iki.fi>
13654 L:      linux-media@vger.kernel.org
13655 W:      https://linuxtv.org
13656 W:      http://palosaari.fi/linux/
13657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13658 T:      git git://linuxtv.org/anttip/media_tree.git
13659 S:      Maintained
13660 F:      drivers/media/tuners/si2157*
13661
13662 SI2165 MEDIA DRIVER
13663 M:      Matthias Schwarzott <zzam@gentoo.org>
13664 L:      linux-media@vger.kernel.org
13665 W:      https://linuxtv.org
13666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13667 S:      Maintained
13668 F:      drivers/media/dvb-frontends/si2165*
13669
13670 SI2168 MEDIA DRIVER
13671 M:      Antti Palosaari <crope@iki.fi>
13672 L:      linux-media@vger.kernel.org
13673 W:      https://linuxtv.org
13674 W:      http://palosaari.fi/linux/
13675 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13676 T:      git git://linuxtv.org/anttip/media_tree.git
13677 S:      Maintained
13678 F:      drivers/media/dvb-frontends/si2168*
13679
13680 SI470X FM RADIO RECEIVER I2C DRIVER
13681 M:      Hans Verkuil <hverkuil@xs4all.nl>
13682 L:      linux-media@vger.kernel.org
13683 T:      git git://linuxtv.org/media_tree.git
13684 W:      https://linuxtv.org
13685 S:      Odd Fixes
13686 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
13687
13688 SI470X FM RADIO RECEIVER USB DRIVER
13689 M:      Hans Verkuil <hverkuil@xs4all.nl>
13690 L:      linux-media@vger.kernel.org
13691 T:      git git://linuxtv.org/media_tree.git
13692 W:      https://linuxtv.org
13693 S:      Maintained
13694 F:      drivers/media/radio/si470x/radio-si470x-common.c
13695 F:      drivers/media/radio/si470x/radio-si470x.h
13696 F:      drivers/media/radio/si470x/radio-si470x-usb.c
13697
13698 SI4713 FM RADIO TRANSMITTER I2C DRIVER
13699 M:      Eduardo Valentin <edubezval@gmail.com>
13700 L:      linux-media@vger.kernel.org
13701 T:      git git://linuxtv.org/media_tree.git
13702 W:      https://linuxtv.org
13703 S:      Odd Fixes
13704 F:      drivers/media/radio/si4713/si4713.?
13705
13706 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
13707 M:      Eduardo Valentin <edubezval@gmail.com>
13708 L:      linux-media@vger.kernel.org
13709 T:      git git://linuxtv.org/media_tree.git
13710 W:      https://linuxtv.org
13711 S:      Odd Fixes
13712 F:      drivers/media/radio/si4713/radio-platform-si4713.c
13713
13714 SI4713 FM RADIO TRANSMITTER USB DRIVER
13715 M:      Hans Verkuil <hverkuil@xs4all.nl>
13716 L:      linux-media@vger.kernel.org
13717 T:      git git://linuxtv.org/media_tree.git
13718 W:      https://linuxtv.org
13719 S:      Maintained
13720 F:      drivers/media/radio/si4713/radio-usb-si4713.c
13721
13722 SIANO DVB DRIVER
13723 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13724 L:      linux-media@vger.kernel.org
13725 W:      https://linuxtv.org
13726 T:      git git://linuxtv.org/media_tree.git
13727 S:      Odd fixes
13728 F:      drivers/media/common/siano/
13729 F:      drivers/media/usb/siano/
13730 F:      drivers/media/usb/siano/
13731 F:      drivers/media/mmc/siano/
13732
13733 SIFIVE DRIVERS
13734 M:      Palmer Dabbelt <palmer@sifive.com>
13735 L:      linux-riscv@lists.infradead.org
13736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
13737 S:      Supported
13738 K:      sifive
13739 N:      sifive
13740
13741 SILEAD TOUCHSCREEN DRIVER
13742 M:      Hans de Goede <hdegoede@redhat.com>
13743 L:      linux-input@vger.kernel.org
13744 L:      platform-driver-x86@vger.kernel.org
13745 S:      Maintained
13746 F:      drivers/input/touchscreen/silead.c
13747 F:      drivers/platform/x86/touchscreen_dmi.c
13748
13749 SILICON MOTION SM712 FRAME BUFFER DRIVER
13750 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
13751 M:      Teddy Wang <teddy.wang@siliconmotion.com>
13752 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
13753 L:      linux-fbdev@vger.kernel.org
13754 S:      Maintained
13755 F:      drivers/video/fbdev/sm712*
13756 F:      Documentation/fb/sm712fb.txt
13757
13758 SIMPLE FIRMWARE INTERFACE (SFI)
13759 M:      Len Brown <lenb@kernel.org>
13760 L:      sfi-devel@simplefirmware.org
13761 W:      http://simplefirmware.org/
13762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
13763 S:      Supported
13764 F:      arch/x86/platform/sfi/
13765 F:      drivers/sfi/
13766 F:      include/linux/sfi*.h
13767
13768 SIMPLEFB FB DRIVER
13769 M:      Hans de Goede <hdegoede@redhat.com>
13770 L:      linux-fbdev@vger.kernel.org
13771 S:      Maintained
13772 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
13773 F:      drivers/video/fbdev/simplefb.c
13774 F:      include/linux/platform_data/simplefb.h
13775
13776 SIMTEC EB110ATX (Chalice CATS)
13777 P:      Ben Dooks
13778 P:      Vincent Sanders <vince@simtec.co.uk>
13779 M:      Simtec Linux Team <linux@simtec.co.uk>
13780 W:      http://www.simtec.co.uk/products/EB110ATX/
13781 S:      Supported
13782
13783 SIMTEC EB2410ITX (BAST)
13784 P:      Ben Dooks
13785 P:      Vincent Sanders <vince@simtec.co.uk>
13786 M:      Simtec Linux Team <linux@simtec.co.uk>
13787 W:      http://www.simtec.co.uk/products/EB2410ITX/
13788 S:      Supported
13789 F:      arch/arm/mach-s3c24xx/mach-bast.c
13790 F:      arch/arm/mach-s3c24xx/bast-ide.c
13791 F:      arch/arm/mach-s3c24xx/bast-irq.c
13792
13793 SIPHASH PRF ROUTINES
13794 M:      Jason A. Donenfeld <Jason@zx2c4.com>
13795 S:      Maintained
13796 F:      lib/siphash.c
13797 F:      lib/test_siphash.c
13798 F:      include/linux/siphash.h
13799
13800 SIOX
13801 M:      Gavin Schenk <g.schenk@eckelmann.de>
13802 M:      Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
13803 R:      Pengutronix Kernel Team <kernel@pengutronix.de>
13804 S:      Supported
13805 F:      drivers/siox/*
13806 F:      drivers/gpio/gpio-siox.c
13807 F:      include/trace/events/siox.h
13808
13809 SIS 190 ETHERNET DRIVER
13810 M:      Francois Romieu <romieu@fr.zoreil.com>
13811 L:      netdev@vger.kernel.org
13812 S:      Maintained
13813 F:      drivers/net/ethernet/sis/sis190.c
13814
13815 SIS 900/7016 FAST ETHERNET DRIVER
13816 M:      Daniele Venzano <venza@brownhat.org>
13817 W:      http://www.brownhat.org/sis900.html
13818 L:      netdev@vger.kernel.org
13819 S:      Maintained
13820 F:      drivers/net/ethernet/sis/sis900.*
13821
13822 SIS FRAMEBUFFER DRIVER
13823 M:      Thomas Winischhofer <thomas@winischhofer.net>
13824 W:      http://www.winischhofer.net/linuxsisvga.shtml
13825 S:      Maintained
13826 F:      Documentation/fb/sisfb.txt
13827 F:      drivers/video/fbdev/sis/
13828 F:      include/video/sisfb.h
13829
13830 SIS USB2VGA DRIVER
13831 M:      Thomas Winischhofer <thomas@winischhofer.net>
13832 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
13833 S:      Maintained
13834 F:      drivers/usb/misc/sisusbvga/
13835
13836 SLAB ALLOCATOR
13837 M:      Christoph Lameter <cl@linux.com>
13838 M:      Pekka Enberg <penberg@kernel.org>
13839 M:      David Rientjes <rientjes@google.com>
13840 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
13841 M:      Andrew Morton <akpm@linux-foundation.org>
13842 L:      linux-mm@kvack.org
13843 S:      Maintained
13844 F:      include/linux/sl?b*.h
13845 F:      mm/sl?b*
13846
13847 SLEEPABLE READ-COPY UPDATE (SRCU)
13848 M:      Lai Jiangshan <jiangshanlai@gmail.com>
13849 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
13850 M:      Josh Triplett <josh@joshtriplett.org>
13851 R:      Steven Rostedt <rostedt@goodmis.org>
13852 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13853 L:      linux-kernel@vger.kernel.org
13854 W:      http://www.rdrop.com/users/paulmck/RCU/
13855 S:      Supported
13856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
13857 F:      include/linux/srcu*.h
13858 F:      kernel/rcu/srcu*.c
13859
13860 SERIAL LOW-POWER INTER-CHIP MEDIA BUS (SLIMbus)
13861 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
13862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13863 S:      Maintained
13864 F:      drivers/slimbus/
13865 F:      Documentation/devicetree/bindings/slimbus/
13866 F:      include/linux/slimbus.h
13867
13868 SMACK SECURITY MODULE
13869 M:      Casey Schaufler <casey@schaufler-ca.com>
13870 L:      linux-security-module@vger.kernel.org
13871 W:      http://schaufler-ca.com
13872 T:      git git://github.com/cschaufler/smack-next
13873 S:      Maintained
13874 F:      Documentation/admin-guide/LSM/Smack.rst
13875 F:      security/smack/
13876
13877 SMC91x ETHERNET DRIVER
13878 M:      Nicolas Pitre <nico@fluxnic.net>
13879 S:      Odd Fixes
13880 F:      drivers/net/ethernet/smsc/smc91x.*
13881
13882 SMIA AND SMIA++ IMAGE SENSOR DRIVER
13883 M:      Sakari Ailus <sakari.ailus@iki.fi>
13884 L:      linux-media@vger.kernel.org
13885 S:      Maintained
13886 F:      drivers/media/i2c/smiapp/
13887 F:      include/media/i2c/smiapp.h
13888 F:      drivers/media/i2c/smiapp-pll.c
13889 F:      drivers/media/i2c/smiapp-pll.h
13890 F:      include/uapi/linux/smiapp.h
13891 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
13892
13893 SMM665 HARDWARE MONITOR DRIVER
13894 M:      Guenter Roeck <linux@roeck-us.net>
13895 L:      linux-hwmon@vger.kernel.org
13896 S:      Maintained
13897 F:      Documentation/hwmon/smm665
13898 F:      drivers/hwmon/smm665.c
13899
13900 SMSC EMC2103 HARDWARE MONITOR DRIVER
13901 M:      Steve Glendinning <steve.glendinning@shawell.net>
13902 L:      linux-hwmon@vger.kernel.org
13903 S:      Maintained
13904 F:      Documentation/hwmon/emc2103
13905 F:      drivers/hwmon/emc2103.c
13906
13907 SMSC SCH5627 HARDWARE MONITOR DRIVER
13908 M:      Hans de Goede <hdegoede@redhat.com>
13909 L:      linux-hwmon@vger.kernel.org
13910 S:      Supported
13911 F:      Documentation/hwmon/sch5627
13912 F:      drivers/hwmon/sch5627.c
13913
13914 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
13915 M:      Steve Glendinning <steve.glendinning@shawell.net>
13916 L:      linux-fbdev@vger.kernel.org
13917 S:      Maintained
13918 F:      drivers/video/fbdev/smscufx.c
13919
13920 SMSC47B397 HARDWARE MONITOR DRIVER
13921 M:      Jean Delvare <jdelvare@suse.com>
13922 L:      linux-hwmon@vger.kernel.org
13923 S:      Maintained
13924 F:      Documentation/hwmon/smsc47b397
13925 F:      drivers/hwmon/smsc47b397.c
13926
13927 SMSC911x ETHERNET DRIVER
13928 M:      Steve Glendinning <steve.glendinning@shawell.net>
13929 L:      netdev@vger.kernel.org
13930 S:      Maintained
13931 F:      include/linux/smsc911x.h
13932 F:      drivers/net/ethernet/smsc/smsc911x.*
13933
13934 SMSC9420 PCI ETHERNET DRIVER
13935 M:      Steve Glendinning <steve.glendinning@shawell.net>
13936 L:      netdev@vger.kernel.org
13937 S:      Maintained
13938 F:      drivers/net/ethernet/smsc/smsc9420.*
13939
13940 SOC-CAMERA V4L2 SUBSYSTEM
13941 L:      linux-media@vger.kernel.org
13942 T:      git git://linuxtv.org/media_tree.git
13943 S:      Orphan
13944 F:      include/media/soc*
13945 F:      drivers/media/i2c/soc_camera/
13946 F:      drivers/media/platform/soc_camera/
13947
13948 SOCIONEXT SYNQUACER I2C DRIVER
13949 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
13950 L:      linux-i2c@vger.kernel.org
13951 S:      Maintained
13952 F:      drivers/i2c/busses/i2c-synquacer.c
13953 F:      Documentation/devicetree/bindings/i2c/i2c-synquacer.txt
13954
13955 SOCIONEXT UNIPHIER SOUND DRIVER
13956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13957 S:      Orphan
13958 F:      sound/soc/uniphier/
13959
13960 SOEKRIS NET48XX LED SUPPORT
13961 M:      Chris Boot <bootc@bootc.net>
13962 S:      Maintained
13963 F:      drivers/leds/leds-net48xx.c
13964
13965 SOFT-ROCE DRIVER (rxe)
13966 M:      Moni Shoua <monis@mellanox.com>
13967 L:      linux-rdma@vger.kernel.org
13968 S:      Supported
13969 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
13970 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
13971 F:      drivers/infiniband/sw/rxe/
13972 F:      include/uapi/rdma/rdma_user_rxe.h
13973
13974 SOFTLOGIC 6x10 MPEG CODEC
13975 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13976 M:      Anton Sviridenko <anton@corp.bluecherry.net>
13977 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13978 M:      Andrey Utkin <andrey_utkin@fastmail.com>
13979 M:      Ismael Luceno <ismael@iodev.co.uk>
13980 L:      linux-media@vger.kernel.org
13981 S:      Supported
13982 F:      drivers/media/pci/solo6x10/
13983
13984 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
13985 M:      James Morse <james.morse@arm.com>
13986 L:      linux-arm-kernel@lists.infradead.org
13987 S:      Maintained
13988 F:      Documentation/devicetree/bindings/arm/firmware/sdei.txt
13989 F:      drivers/firmware/arm_sdei.c
13990 F:      include/linux/arm_sdei.h
13991 F:      include/uapi/linux/arm_sdei.h
13992
13993 SOFTWARE RAID (Multiple Disks) SUPPORT
13994 M:      Shaohua Li <shli@kernel.org>
13995 L:      linux-raid@vger.kernel.org
13996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
13997 S:      Supported
13998 F:      drivers/md/Makefile
13999 F:      drivers/md/Kconfig
14000 F:      drivers/md/md*
14001 F:      drivers/md/raid*
14002 F:      include/linux/raid/
14003 F:      include/uapi/linux/raid/
14004
14005 SOCIONEXT (SNI) AVE NETWORK DRIVER
14006 M:      Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
14007 L:      netdev@vger.kernel.org
14008 S:      Maintained
14009 F:      drivers/net/ethernet/socionext/sni_ave.c
14010 F:      Documentation/devicetree/bindings/net/socionext,uniphier-ave4.txt
14011
14012 SOCIONEXT (SNI) NETSEC NETWORK DRIVER
14013 M:      Jassi Brar <jaswinder.singh@linaro.org>
14014 L:      netdev@vger.kernel.org
14015 S:      Maintained
14016 F:      drivers/net/ethernet/socionext/netsec.c
14017 F:      Documentation/devicetree/bindings/net/socionext-netsec.txt
14018
14019 SOLIDRUN CLEARFOG SUPPORT
14020 M:      Russell King <linux@armlinux.org.uk>
14021 S:      Maintained
14022 F:      arch/arm/boot/dts/armada-388-clearfog*
14023 F:      arch/arm/boot/dts/armada-38x-solidrun-*
14024
14025 SOLIDRUN CUBOX-I/HUMMINGBOARD SUPPORT
14026 M:      Russell King <linux@armlinux.org.uk>
14027 S:      Maintained
14028 F:      arch/arm/boot/dts/imx6*-cubox-i*
14029 F:      arch/arm/boot/dts/imx6*-hummingboard*
14030 F:      arch/arm/boot/dts/imx6*-sr-*
14031
14032 SONIC NETWORK DRIVER
14033 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
14034 L:      netdev@vger.kernel.org
14035 S:      Maintained
14036 F:      drivers/net/ethernet/natsemi/sonic.*
14037
14038 SONICS SILICON BACKPLANE DRIVER (SSB)
14039 M:      Michael Buesch <m@bues.ch>
14040 L:      linux-wireless@vger.kernel.org
14041 S:      Maintained
14042 F:      drivers/ssb/
14043 F:      include/linux/ssb/
14044
14045 SONY IMX214 SENSOR DRIVER
14046 M:      Ricardo Ribalda <ricardo.ribalda@gmail.com>
14047 L:      linux-media@vger.kernel.org
14048 T:      git git://linuxtv.org/media_tree.git
14049 S:      Maintained
14050 F:      drivers/media/i2c/imx214.c
14051 F:      Documentation/devicetree/bindings/media/i2c/sony,imx214.txt
14052
14053 SONY IMX258 SENSOR DRIVER
14054 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
14055 L:      linux-media@vger.kernel.org
14056 T:      git git://linuxtv.org/media_tree.git
14057 S:      Maintained
14058 F:      drivers/media/i2c/imx258.c
14059
14060 SONY IMX274 SENSOR DRIVER
14061 M:      Leon Luo <leonl@leopardimaging.com>
14062 L:      linux-media@vger.kernel.org
14063 T:      git git://linuxtv.org/media_tree.git
14064 S:      Maintained
14065 F:      drivers/media/i2c/imx274.c
14066 F:      Documentation/devicetree/bindings/media/i2c/imx274.txt
14067
14068 SONY IMX319 SENSOR DRIVER
14069 M:      Bingbu Cao <bingbu.cao@intel.com>
14070 L:      linux-media@vger.kernel.org
14071 T:      git git://linuxtv.org/media_tree.git
14072 S:      Maintained
14073 F:      drivers/media/i2c/imx319.c
14074
14075 SONY IMX355 SENSOR DRIVER
14076 M:      Tianshu Qiu <tian.shu.qiu@intel.com>
14077 L:      linux-media@vger.kernel.org
14078 T:      git git://linuxtv.org/media_tree.git
14079 S:      Maintained
14080 F:      drivers/media/i2c/imx355.c
14081
14082 SONY MEMORYSTICK CARD SUPPORT
14083 M:      Alex Dubov <oakad@yahoo.com>
14084 W:      http://tifmxx.berlios.de/
14085 S:      Maintained
14086 F:      drivers/memstick/host/tifm_ms.c
14087
14088 SONY MEMORYSTICK STANDARD SUPPORT
14089 M:      Maxim Levitsky <maximlevitsky@gmail.com>
14090 S:      Maintained
14091 F:      drivers/memstick/core/ms_block.*
14092
14093 SONY VAIO CONTROL DEVICE DRIVER
14094 M:      Mattia Dongili <malattia@linux.it>
14095 L:      platform-driver-x86@vger.kernel.org
14096 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
14097 S:      Maintained
14098 F:      Documentation/laptops/sony-laptop.txt
14099 F:      drivers/char/sonypi.c
14100 F:      drivers/platform/x86/sony-laptop.c
14101 F:      include/linux/sony-laptop.h
14102
14103 SOUND
14104 M:      Jaroslav Kysela <perex@perex.cz>
14105 M:      Takashi Iwai <tiwai@suse.com>
14106 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14107 W:      http://www.alsa-project.org/
14108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
14109 T:      git git://git.alsa-project.org/alsa-kernel.git
14110 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
14111 S:      Maintained
14112 F:      Documentation/sound/
14113 F:      include/sound/
14114 F:      include/uapi/sound/
14115 F:      sound/
14116
14117 SOUND - COMPRESSED AUDIO
14118 M:      Vinod Koul <vkoul@kernel.org>
14119 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
14121 S:      Supported
14122 F:      Documentation/sound/designs/compress-offload.rst
14123 F:      include/sound/compress_driver.h
14124 F:      include/uapi/sound/compress_*
14125 F:      sound/core/compress_offload.c
14126 F:      sound/soc/soc-compress.c
14127
14128 SOUND - DMAENGINE HELPERS
14129 M:      Lars-Peter Clausen <lars@metafoo.de>
14130 S:      Supported
14131 F:      include/sound/dmaengine_pcm.h
14132 F:      sound/core/pcm_dmaengine.c
14133 F:      sound/soc/soc-generic-dmaengine-pcm.c
14134
14135 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
14136 M:      Liam Girdwood <lgirdwood@gmail.com>
14137 M:      Mark Brown <broonie@kernel.org>
14138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
14139 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14140 W:      http://alsa-project.org/main/index.php/ASoC
14141 S:      Supported
14142 F:      Documentation/devicetree/bindings/sound/
14143 F:      Documentation/sound/soc/
14144 F:      sound/soc/
14145 F:      include/dt-bindings/sound/
14146 F:      include/sound/soc*
14147
14148 SOUNDWIRE SUBSYSTEM
14149 M:      Vinod Koul <vkoul@kernel.org>
14150 M:      Sanyog Kale <sanyog.r.kale@intel.com>
14151 R:      Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
14152 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14153 S:      Supported
14154 F:      Documentation/driver-api/soundwire/
14155 F:      drivers/soundwire/
14156 F:      include/linux/soundwire/
14157
14158 SP2 MEDIA DRIVER
14159 M:      Olli Salonen <olli.salonen@iki.fi>
14160 L:      linux-media@vger.kernel.org
14161 W:      https://linuxtv.org
14162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14163 S:      Maintained
14164 F:      drivers/media/dvb-frontends/sp2*
14165
14166 SPARC + UltraSPARC (sparc/sparc64)
14167 M:      "David S. Miller" <davem@davemloft.net>
14168 L:      sparclinux@vger.kernel.org
14169 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
14170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
14171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
14172 S:      Maintained
14173 F:      arch/sparc/
14174 F:      drivers/sbus/
14175
14176 SPARC SERIAL DRIVERS
14177 M:      "David S. Miller" <davem@davemloft.net>
14178 L:      sparclinux@vger.kernel.org
14179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
14180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
14181 S:      Maintained
14182 F:      include/linux/sunserialcore.h
14183 F:      drivers/tty/serial/suncore.c
14184 F:      drivers/tty/serial/sunhv.c
14185 F:      drivers/tty/serial/sunsab.c
14186 F:      drivers/tty/serial/sunsab.h
14187 F:      drivers/tty/serial/sunsu.c
14188 F:      drivers/tty/serial/sunzilog.c
14189 F:      drivers/tty/serial/sunzilog.h
14190 F:      drivers/tty/vcc.c
14191
14192 SPARSE CHECKER
14193 M:      "Luc Van Oostenryck" <luc.vanoostenryck@gmail.com>
14194 L:      linux-sparse@vger.kernel.org
14195 W:      https://sparse.wiki.kernel.org/
14196 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
14197 S:      Maintained
14198 F:      include/linux/compiler.h
14199
14200 SPEAR CLOCK FRAMEWORK SUPPORT
14201 M:      Viresh Kumar <vireshk@kernel.org>
14202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14203 W:      http://www.st.com/spear
14204 S:      Maintained
14205 F:      drivers/clk/spear/
14206
14207 SPEAR PLATFORM SUPPORT
14208 M:      Viresh Kumar <vireshk@kernel.org>
14209 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
14210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
14211 W:      http://www.st.com/spear
14212 S:      Maintained
14213 F:      arch/arm/boot/dts/spear*
14214 F:      arch/arm/mach-spear/
14215
14216 SPI NOR SUBSYSTEM
14217 M:      Marek Vasut <marek.vasut@gmail.com>
14218 L:      linux-mtd@lists.infradead.org
14219 W:      http://www.linux-mtd.infradead.org/
14220 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
14221 T:      git git://git.infradead.org/linux-mtd.git spi-nor/fixes
14222 T:      git git://git.infradead.org/linux-mtd.git spi-nor/next
14223 S:      Maintained
14224 F:      drivers/mtd/spi-nor/
14225 F:      include/linux/mtd/spi-nor.h
14226
14227 SPI SUBSYSTEM
14228 M:      Mark Brown <broonie@kernel.org>
14229 L:      linux-spi@vger.kernel.org
14230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
14231 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
14232 S:      Maintained
14233 F:      Documentation/devicetree/bindings/spi/
14234 F:      Documentation/spi/
14235 F:      drivers/spi/
14236 F:      include/linux/spi/
14237 F:      include/uapi/linux/spi/
14238 F:      tools/spi/
14239
14240 SPIDERNET NETWORK DRIVER for CELL
14241 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
14242 L:      netdev@vger.kernel.org
14243 S:      Supported
14244 F:      Documentation/networking/device_drivers/toshiba/spider_net.txt
14245 F:      drivers/net/ethernet/toshiba/spider_net*
14246
14247 SPMI SUBSYSTEM
14248 R:      Stephen Boyd <sboyd@kernel.org>
14249 L:      linux-arm-msm@vger.kernel.org
14250 F:      Documentation/devicetree/bindings/spmi/
14251 F:      drivers/spmi/
14252 F:      include/dt-bindings/spmi/spmi.h
14253 F:      include/linux/spmi.h
14254 F:      include/trace/events/spmi.h
14255
14256 SPU FILE SYSTEM
14257 M:      Jeremy Kerr <jk@ozlabs.org>
14258 L:      linuxppc-dev@lists.ozlabs.org
14259 W:      http://www.ibm.com/developerworks/power/cell/
14260 S:      Supported
14261 F:      Documentation/filesystems/spufs.txt
14262 F:      arch/powerpc/platforms/cell/spufs/
14263
14264 SQUASHFS FILE SYSTEM
14265 M:      Phillip Lougher <phillip@squashfs.org.uk>
14266 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
14267 W:      http://squashfs.org.uk
14268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
14269 S:      Maintained
14270 F:      Documentation/filesystems/squashfs.txt
14271 F:      fs/squashfs/
14272
14273 SRM (Alpha) environment access
14274 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
14275 S:      Maintained
14276 F:      arch/alpha/kernel/srm_env.c
14277
14278 ST STM32 I2C/SMBUS DRIVER
14279 M:      Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
14280 L:      linux-i2c@vger.kernel.org
14281 S:      Maintained
14282 F:      drivers/i2c/busses/i2c-stm32*
14283
14284 ST VL53L0X ToF RANGER(I2C) IIO DRIVER
14285 M:      Song Qiang <songqiang1304521@gmail.com>
14286 L:      linux-iio@vger.kernel.org
14287 S:      Maintained
14288 F:      drivers/iio/proximity/vl53l0x-i2c.c
14289 F:      Documentation/devicetree/bindings/iio/proximity/vl53l0x.txt
14290
14291 STABLE BRANCH
14292 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14293 M:      Sasha Levin <sashal@kernel.org>
14294 L:      stable@vger.kernel.org
14295 S:      Supported
14296 F:      Documentation/process/stable-kernel-rules.rst
14297
14298 STAGING - COMEDI
14299 M:      Ian Abbott <abbotti@mev.co.uk>
14300 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
14301 S:      Odd Fixes
14302 F:      drivers/staging/comedi/
14303
14304 STAGING - EROFS FILE SYSTEM
14305 M:      Gao Xiang <gaoxiang25@huawei.com>
14306 M:      Chao Yu <yuchao0@huawei.com>
14307 L:      linux-erofs@lists.ozlabs.org
14308 S:      Maintained
14309 F:      drivers/staging/erofs/
14310
14311 STAGING - INDUSTRIAL IO
14312 M:      Jonathan Cameron <jic23@kernel.org>
14313 L:      linux-iio@vger.kernel.org
14314 S:      Odd Fixes
14315 F:      Documentation/devicetree/bindings/staging/iio/
14316 F:      drivers/staging/iio/
14317
14318 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
14319 M:      Marc Dietrich <marvin24@gmx.de>
14320 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
14321 L:      linux-tegra@vger.kernel.org
14322 S:      Maintained
14323 F:      drivers/staging/nvec/
14324
14325 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
14326 M:      Jens Frederich <jfrederich@gmail.com>
14327 M:      Daniel Drake <dsd@laptop.org>
14328 M:      Jon Nettleton <jon.nettleton@gmail.com>
14329 W:      http://wiki.laptop.org/go/DCON
14330 S:      Maintained
14331 F:      drivers/staging/olpc_dcon/
14332
14333 STAGING - REALTEK RTL8712U DRIVERS
14334 M:      Larry Finger <Larry.Finger@lwfinger.net>
14335 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
14336 S:      Odd Fixes
14337 F:      drivers/staging/rtl8712/
14338
14339 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
14340 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
14341 M:      Teddy Wang <teddy.wang@siliconmotion.com>
14342 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
14343 L:      linux-fbdev@vger.kernel.org
14344 S:      Maintained
14345 F:      drivers/staging/sm750fb/
14346
14347 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
14348 M:      William Hubbs <w.d.hubbs@gmail.com>
14349 M:      Chris Brannon <chris@the-brannons.com>
14350 M:      Kirk Reiser <kirk@reisers.ca>
14351 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
14352 L:      speakup@linux-speakup.org
14353 W:      http://www.linux-speakup.org/
14354 S:      Odd Fixes
14355 F:      drivers/staging/speakup/
14356
14357 STAGING - VIA VT665X DRIVERS
14358 M:      Forest Bond <forest@alittletooquiet.net>
14359 S:      Odd Fixes
14360 F:      drivers/staging/vt665?/
14361
14362 STAGING - WILC1000 WIFI DRIVER
14363 M:      Aditya Shankar <aditya.shankar@microchip.com>
14364 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
14365 L:      linux-wireless@vger.kernel.org
14366 S:      Supported
14367 F:      drivers/staging/wilc1000/
14368
14369 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
14370 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
14371 S:      Odd Fixes
14372 F:      drivers/staging/xgifb/
14373
14374 STAGING SUBSYSTEM
14375 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
14377 L:      devel@driverdev.osuosl.org
14378 S:      Supported
14379 F:      drivers/staging/
14380
14381 STARFIRE/DURALAN NETWORK DRIVER
14382 M:      Ion Badulescu <ionut@badula.org>
14383 S:      Odd Fixes
14384 F:      drivers/net/ethernet/adaptec/starfire*
14385
14386 STEC S1220 SKD DRIVER
14387 M:      Bart Van Assche <bart.vanassche@wdc.com>
14388 L:      linux-block@vger.kernel.org
14389 S:      Maintained
14390 F:      drivers/block/skd*[ch]
14391
14392 STI AUDIO (ASoC) DRIVERS
14393 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
14394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14395 S:      Maintained
14396 F:      Documentation/devicetree/bindings/sound/st,sti-asoc-card.txt
14397 F:      sound/soc/sti/
14398
14399 STI CEC DRIVER
14400 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
14401 S:      Maintained
14402 F:      drivers/media/platform/sti/cec/
14403 F:      Documentation/devicetree/bindings/media/stih-cec.txt
14404
14405 STK1160 USB VIDEO CAPTURE DRIVER
14406 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
14407 L:      linux-media@vger.kernel.org
14408 T:      git git://linuxtv.org/media_tree.git
14409 S:      Maintained
14410 F:      drivers/media/usb/stk1160/
14411
14412 STM32 AUDIO (ASoC) DRIVERS
14413 M:      Olivier Moysan <olivier.moysan@st.com>
14414 M:      Arnaud Pouliquen <arnaud.pouliquen@st.com>
14415 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14416 S:      Maintained
14417 F:      Documentation/devicetree/bindings/sound/st,stm32-*.txt
14418 F:      sound/soc/stm/
14419
14420 STM32 TIMER/LPTIMER DRIVERS
14421 M:      Fabrice Gasnier <fabrice.gasnier@st.com>
14422 S:      Maintained
14423 F:      drivers/*/stm32-*timer*
14424 F:      drivers/pwm/pwm-stm32*
14425 F:      include/linux/*/stm32-*tim*
14426 F:      Documentation/ABI/testing/*timer-stm32
14427 F:      Documentation/devicetree/bindings/*/stm32-*timer*
14428 F:      Documentation/devicetree/bindings/pwm/pwm-stm32*
14429
14430 STMMAC ETHERNET DRIVER
14431 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
14432 M:      Alexandre Torgue <alexandre.torgue@st.com>
14433 M:      Jose Abreu <joabreu@synopsys.com>
14434 L:      netdev@vger.kernel.org
14435 W:      http://www.stlinux.com
14436 S:      Supported
14437 F:      drivers/net/ethernet/stmicro/stmmac/
14438
14439 SUN3/3X
14440 M:      Sam Creasey <sammy@sammy.net>
14441 W:      http://sammy.net/sun3/
14442 S:      Maintained
14443 F:      arch/m68k/kernel/*sun3*
14444 F:      arch/m68k/sun3*/
14445 F:      arch/m68k/include/asm/sun3*
14446 F:      drivers/net/ethernet/i825xx/sun3*
14447
14448 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
14449 M:      Hans de Goede <hdegoede@redhat.com>
14450 L:      linux-input@vger.kernel.org
14451 S:      Maintained
14452 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
14453 F:      drivers/input/keyboard/sun4i-lradc-keys.c
14454
14455 SUNDANCE NETWORK DRIVER
14456 M:      Denis Kirjanov <kda@linux-powerpc.org>
14457 L:      netdev@vger.kernel.org
14458 S:      Maintained
14459 F:      drivers/net/ethernet/dlink/sundance.c
14460
14461 SUPERH
14462 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
14463 M:      Rich Felker <dalias@libc.org>
14464 L:      linux-sh@vger.kernel.org
14465 Q:      http://patchwork.kernel.org/project/linux-sh/list/
14466 S:      Maintained
14467 F:      Documentation/sh/
14468 F:      arch/sh/
14469 F:      drivers/sh/
14470
14471 SUSPEND TO RAM
14472 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
14473 M:      Len Brown <len.brown@intel.com>
14474 M:      Pavel Machek <pavel@ucw.cz>
14475 L:      linux-pm@vger.kernel.org
14476 B:      https://bugzilla.kernel.org
14477 S:      Supported
14478 F:      Documentation/power/
14479 F:      arch/x86/kernel/acpi/
14480 F:      drivers/base/power/
14481 F:      kernel/power/
14482 F:      include/linux/suspend.h
14483 F:      include/linux/freezer.h
14484 F:      include/linux/pm.h
14485
14486 SVGA HANDLING
14487 M:      Martin Mares <mj@ucw.cz>
14488 L:      linux-video@atrey.karlin.mff.cuni.cz
14489 S:      Maintained
14490 F:      Documentation/svga.txt
14491 F:      arch/x86/boot/video*
14492
14493 SWIOTLB SUBSYSTEM
14494 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14495 L:      iommu@lists.linux-foundation.org
14496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
14497 S:      Supported
14498 F:      kernel/dma/swiotlb.c
14499 F:      arch/*/kernel/pci-swiotlb.c
14500 F:      include/linux/swiotlb.h
14501
14502 SWITCHDEV
14503 M:      Jiri Pirko <jiri@resnulli.us>
14504 M:      Ivan Vecera <ivecera@redhat.com>
14505 L:      netdev@vger.kernel.org
14506 S:      Supported
14507 F:      net/switchdev/
14508 F:      include/net/switchdev.h
14509
14510 SY8106A REGULATOR DRIVER
14511 M:      Icenowy Zheng <icenowy@aosc.io>
14512 S:      Maintained
14513 F:      drivers/regulator/sy8106a-regulator.c
14514 F:      Documentation/devicetree/bindings/regulator/sy8106a-regulator.txt
14515
14516 SYNC FILE FRAMEWORK
14517 M:      Sumit Semwal <sumit.semwal@linaro.org>
14518 R:      Gustavo Padovan <gustavo@padovan.org>
14519 S:      Maintained
14520 L:      linux-media@vger.kernel.org
14521 L:      dri-devel@lists.freedesktop.org
14522 F:      drivers/dma-buf/sync_*
14523 F:      drivers/dma-buf/dma-fence*
14524 F:      drivers/dma-buf/sw_sync.c
14525 F:      include/linux/sync_file.h
14526 F:      include/uapi/linux/sync_file.h
14527 F:      Documentation/sync_file.txt
14528 T:      git git://anongit.freedesktop.org/drm/drm-misc
14529
14530 SYNOPSYS ARC ARCHITECTURE
14531 M:      Vineet Gupta <vgupta@synopsys.com>
14532 L:      linux-snps-arc@lists.infradead.org
14533 S:      Supported
14534 F:      arch/arc/
14535 F:      Documentation/devicetree/bindings/arc/*
14536 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
14537 F:      drivers/clocksource/arc_timer.c
14538 F:      drivers/tty/serial/arc_uart.c
14539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
14540
14541 SYNOPSYS ARC HSDK SDP pll clock driver
14542 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14543 S:      Supported
14544 F:      drivers/clk/clk-hsdk-pll.c
14545 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
14546
14547 SYNOPSYS ARC SDP clock driver
14548 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14549 S:      Supported
14550 F:      drivers/clk/axs10x/*
14551 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
14552
14553 SYNOPSYS ARC SDP platform support
14554 M:      Alexey Brodkin <abrodkin@synopsys.com>
14555 S:      Supported
14556 F:      arch/arc/plat-axs10x
14557 F:      arch/arc/boot/dts/ax*
14558 F:      Documentation/devicetree/bindings/arc/axs10*
14559
14560 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
14561 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14562 S:      Supported
14563 F:      drivers/reset/reset-axs10x.c
14564 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
14565
14566 SYNOPSYS CREG GPIO DRIVER
14567 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14568 S:      Maintained
14569 F:      drivers/gpio/gpio-creg-snps.c
14570 F:      Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt
14571
14572 SYNOPSYS DESIGNWARE 8250 UART DRIVER
14573 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14574 S:      Maintained
14575 F:      drivers/tty/serial/8250/8250_dw.c
14576
14577 SYNOPSYS DESIGNWARE APB GPIO DRIVER
14578 M:      Hoan Tran <hotran@apm.com>
14579 L:      linux-gpio@vger.kernel.org
14580 S:      Maintained
14581 F:      drivers/gpio/gpio-dwapb.c
14582 F:      Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
14583
14584 SYNOPSYS DESIGNWARE AXI DMAC DRIVER
14585 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14586 S:      Maintained
14587 F:      drivers/dma/dwi-axi-dmac/
14588 F:      Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.txt
14589
14590 SYNOPSYS DESIGNWARE DMAC DRIVER
14591 M:      Viresh Kumar <vireshk@kernel.org>
14592 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14593 S:      Maintained
14594 F:      include/linux/dma/dw.h
14595 F:      include/linux/platform_data/dma-dw.h
14596 F:      drivers/dma/dw/
14597
14598 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
14599 M:      Jose Abreu <Jose.Abreu@synopsys.com>
14600 L:      netdev@vger.kernel.org
14601 S:      Supported
14602 F:      drivers/net/ethernet/synopsys/
14603
14604 SYNOPSYS DESIGNWARE I2C DRIVER
14605 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
14606 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14607 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
14608 L:      linux-i2c@vger.kernel.org
14609 S:      Maintained
14610 F:      drivers/i2c/busses/i2c-designware-*
14611 F:      include/linux/platform_data/i2c-designware.h
14612
14613 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
14614 M:      Jaehoon Chung <jh80.chung@samsung.com>
14615 L:      linux-mmc@vger.kernel.org
14616 S:      Maintained
14617 F:      drivers/mmc/host/dw_mmc*
14618
14619 SYNOPSYS HSDK RESET CONTROLLER DRIVER
14620 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
14621 S:      Supported
14622 F:      drivers/reset/reset-hsdk.c
14623 F:      include/dt-bindings/reset/snps,hsdk-reset.h
14624 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
14625
14626 SYSTEM CONFIGURATION (SYSCON)
14627 M:      Lee Jones <lee.jones@linaro.org>
14628 M:      Arnd Bergmann <arnd@arndb.de>
14629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
14630 S:      Supported
14631 F:      drivers/mfd/syscon.c
14632
14633 SYSTEM CONTROL & POWER/MANAGEMENT INTERFACE (SCPI/SCMI) Message Protocol drivers
14634 M:      Sudeep Holla <sudeep.holla@arm.com>
14635 L:      linux-arm-kernel@lists.infradead.org
14636 S:      Maintained
14637 F:      Documentation/devicetree/bindings/arm/arm,sc[mp]i.txt
14638 F:      drivers/clk/clk-sc[mp]i.c
14639 F:      drivers/cpufreq/sc[mp]i-cpufreq.c
14640 F:      drivers/firmware/arm_scpi.c
14641 F:      drivers/firmware/arm_scmi/
14642 F:      include/linux/sc[mp]i_protocol.h
14643
14644 SYSTEM RESET/SHUTDOWN DRIVERS
14645 M:      Sebastian Reichel <sre@kernel.org>
14646 L:      linux-pm@vger.kernel.org
14647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
14648 S:      Maintained
14649 F:      Documentation/devicetree/bindings/power/reset/
14650 F:      drivers/power/reset/
14651
14652 SYSTEM TRACE MODULE CLASS
14653 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
14654 S:      Maintained
14655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
14656 F:      Documentation/trace/stm.rst
14657 F:      drivers/hwtracing/stm/
14658 F:      include/linux/stm.h
14659 F:      include/uapi/linux/stm.h
14660
14661 SYSV FILESYSTEM
14662 M:      Christoph Hellwig <hch@infradead.org>
14663 S:      Maintained
14664 F:      Documentation/filesystems/sysv-fs.txt
14665 F:      fs/sysv/
14666 F:      include/linux/sysv_fs.h
14667
14668 TARGET SUBSYSTEM
14669 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
14670 L:      linux-scsi@vger.kernel.org
14671 L:      target-devel@vger.kernel.org
14672 W:      http://www.linux-iscsi.org
14673 W:      http://groups.google.com/group/linux-iscsi-target-dev
14674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
14675 S:      Supported
14676 F:      drivers/target/
14677 F:      include/target/
14678 F:      Documentation/target/
14679
14680 TASKSTATS STATISTICS INTERFACE
14681 M:      Balbir Singh <bsingharora@gmail.com>
14682 S:      Maintained
14683 F:      Documentation/accounting/taskstats*
14684 F:      include/linux/taskstats*
14685 F:      kernel/taskstats.c
14686
14687 TC subsystem
14688 M:      Jamal Hadi Salim <jhs@mojatatu.com>
14689 M:      Cong Wang <xiyou.wangcong@gmail.com>
14690 M:      Jiri Pirko <jiri@resnulli.us>
14691 L:      netdev@vger.kernel.org
14692 S:      Maintained
14693 F:      include/net/pkt_cls.h
14694 F:      include/net/pkt_sched.h
14695 F:      include/net/tc_act/
14696 F:      include/uapi/linux/pkt_cls.h
14697 F:      include/uapi/linux/pkt_sched.h
14698 F:      include/uapi/linux/tc_act/
14699 F:      include/uapi/linux/tc_ematch/
14700 F:      net/sched/
14701
14702 TC90522 MEDIA DRIVER
14703 M:      Akihiro Tsukada <tskd08@gmail.com>
14704 L:      linux-media@vger.kernel.org
14705 S:      Odd Fixes
14706 F:      drivers/media/dvb-frontends/tc90522*
14707
14708 TCP LOW PRIORITY MODULE
14709 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
14710 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
14711 W:      http://tcp-lp-mod.sourceforge.net/
14712 S:      Maintained
14713 F:      net/ipv4/tcp_lp.c
14714
14715 TDA10071 MEDIA DRIVER
14716 M:      Antti Palosaari <crope@iki.fi>
14717 L:      linux-media@vger.kernel.org
14718 W:      https://linuxtv.org
14719 W:      http://palosaari.fi/linux/
14720 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14721 T:      git git://linuxtv.org/anttip/media_tree.git
14722 S:      Maintained
14723 F:      drivers/media/dvb-frontends/tda10071*
14724
14725 TDA18212 MEDIA DRIVER
14726 M:      Antti Palosaari <crope@iki.fi>
14727 L:      linux-media@vger.kernel.org
14728 W:      https://linuxtv.org
14729 W:      http://palosaari.fi/linux/
14730 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14731 T:      git git://linuxtv.org/anttip/media_tree.git
14732 S:      Maintained
14733 F:      drivers/media/tuners/tda18212*
14734
14735 TDA18218 MEDIA DRIVER
14736 M:      Antti Palosaari <crope@iki.fi>
14737 L:      linux-media@vger.kernel.org
14738 W:      https://linuxtv.org
14739 W:      http://palosaari.fi/linux/
14740 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14741 T:      git git://linuxtv.org/anttip/media_tree.git
14742 S:      Maintained
14743 F:      drivers/media/tuners/tda18218*
14744
14745 TDA18250 MEDIA DRIVER
14746 M:      Olli Salonen <olli.salonen@iki.fi>
14747 L:      linux-media@vger.kernel.org
14748 W:      https://linuxtv.org
14749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14750 T:      git git://linuxtv.org/media_tree.git
14751 S:      Maintained
14752 F:      drivers/media/tuners/tda18250*
14753
14754 TDA18271 MEDIA DRIVER
14755 M:      Michael Krufky <mkrufky@linuxtv.org>
14756 L:      linux-media@vger.kernel.org
14757 W:      https://linuxtv.org
14758 W:      http://github.com/mkrufky
14759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14760 T:      git git://linuxtv.org/mkrufky/tuners.git
14761 S:      Maintained
14762 F:      drivers/media/tuners/tda18271*
14763
14764 TDA1997x MEDIA DRIVER
14765 M:      Tim Harvey <tharvey@gateworks.com>
14766 L:      linux-media@vger.kernel.org
14767 W:      https://linuxtv.org
14768 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14769 S:      Maintained
14770 F:      drivers/media/i2c/tda1997x.*
14771
14772 TDA827x MEDIA DRIVER
14773 M:      Michael Krufky <mkrufky@linuxtv.org>
14774 L:      linux-media@vger.kernel.org
14775 W:      https://linuxtv.org
14776 W:      http://github.com/mkrufky
14777 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14778 T:      git git://linuxtv.org/mkrufky/tuners.git
14779 S:      Maintained
14780 F:      drivers/media/tuners/tda8290.*
14781
14782 TDA8290 MEDIA DRIVER
14783 M:      Michael Krufky <mkrufky@linuxtv.org>
14784 L:      linux-media@vger.kernel.org
14785 W:      https://linuxtv.org
14786 W:      http://github.com/mkrufky
14787 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
14788 T:      git git://linuxtv.org/mkrufky/tuners.git
14789 S:      Maintained
14790 F:      drivers/media/tuners/tda8290.*
14791
14792 TDA9840 MEDIA DRIVER
14793 M:      Hans Verkuil <hverkuil@xs4all.nl>
14794 L:      linux-media@vger.kernel.org
14795 T:      git git://linuxtv.org/media_tree.git
14796 W:      https://linuxtv.org
14797 S:      Maintained
14798 F:      drivers/media/i2c/tda9840*
14799
14800 TEA5761 TUNER DRIVER
14801 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14802 L:      linux-media@vger.kernel.org
14803 W:      https://linuxtv.org
14804 T:      git git://linuxtv.org/media_tree.git
14805 S:      Odd fixes
14806 F:      drivers/media/tuners/tea5761.*
14807
14808 TEA5767 TUNER DRIVER
14809 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14810 L:      linux-media@vger.kernel.org
14811 W:      https://linuxtv.org
14812 T:      git git://linuxtv.org/media_tree.git
14813 S:      Maintained
14814 F:      drivers/media/tuners/tea5767.*
14815
14816 TEA6415C MEDIA DRIVER
14817 M:      Hans Verkuil <hverkuil@xs4all.nl>
14818 L:      linux-media@vger.kernel.org
14819 T:      git git://linuxtv.org/media_tree.git
14820 W:      https://linuxtv.org
14821 S:      Maintained
14822 F:      drivers/media/i2c/tea6415c*
14823
14824 TEA6420 MEDIA DRIVER
14825 M:      Hans Verkuil <hverkuil@xs4all.nl>
14826 L:      linux-media@vger.kernel.org
14827 T:      git git://linuxtv.org/media_tree.git
14828 W:      https://linuxtv.org
14829 S:      Maintained
14830 F:      drivers/media/i2c/tea6420*
14831
14832 TEAM DRIVER
14833 M:      Jiri Pirko <jiri@resnulli.us>
14834 L:      netdev@vger.kernel.org
14835 S:      Supported
14836 F:      drivers/net/team/
14837 F:      include/linux/if_team.h
14838 F:      include/uapi/linux/if_team.h
14839
14840 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
14841 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
14842 S:      Maintained
14843 F:      arch/x86/platform/ts5500/
14844
14845 TECHNOTREND USB IR RECEIVER
14846 M:      Sean Young <sean@mess.org>
14847 L:      linux-media@vger.kernel.org
14848 S:      Maintained
14849 F:      drivers/media/rc/ttusbir.c
14850
14851 TECHWELL TW9910 VIDEO DECODER
14852 L:      linux-media@vger.kernel.org
14853 S:      Orphan
14854 F:      drivers/media/i2c/tw9910.c
14855 F:      include/media/i2c/tw9910.h
14856
14857 TEE SUBSYSTEM
14858 M:      Jens Wiklander <jens.wiklander@linaro.org>
14859 S:      Maintained
14860 F:      include/linux/tee_drv.h
14861 F:      include/uapi/linux/tee.h
14862 F:      drivers/tee/
14863 F:      Documentation/tee.txt
14864
14865 TEGRA ARCHITECTURE SUPPORT
14866 M:      Thierry Reding <thierry.reding@gmail.com>
14867 M:      Jonathan Hunter <jonathanh@nvidia.com>
14868 L:      linux-tegra@vger.kernel.org
14869 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
14870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
14871 S:      Supported
14872 N:      [^a-z]tegra
14873
14874 TEGRA CLOCK DRIVER
14875 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
14876 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
14877 S:      Supported
14878 F:      drivers/clk/tegra/
14879
14880 TEGRA DMA DRIVERS
14881 M:      Laxman Dewangan <ldewangan@nvidia.com>
14882 M:      Jon Hunter <jonathanh@nvidia.com>
14883 S:      Supported
14884 F:      drivers/dma/tegra*
14885
14886 TEGRA I2C DRIVER
14887 M:      Laxman Dewangan <ldewangan@nvidia.com>
14888 S:      Supported
14889 F:      drivers/i2c/busses/i2c-tegra.c
14890
14891 TEGRA IOMMU DRIVERS
14892 M:      Thierry Reding <thierry.reding@gmail.com>
14893 L:      linux-tegra@vger.kernel.org
14894 S:      Supported
14895 F:      drivers/iommu/tegra*
14896
14897 TEGRA KBC DRIVER
14898 M:      Laxman Dewangan <ldewangan@nvidia.com>
14899 S:      Supported
14900 F:      drivers/input/keyboard/tegra-kbc.c
14901
14902 TEGRA NAND DRIVER
14903 M:      Stefan Agner <stefan@agner.ch>
14904 M:      Lucas Stach <dev@lynxeye.de>
14905 S:      Maintained
14906 F:      Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
14907 F:      drivers/mtd/nand/raw/tegra_nand.c
14908
14909 TEGRA PWM DRIVER
14910 M:      Thierry Reding <thierry.reding@gmail.com>
14911 S:      Supported
14912 F:      drivers/pwm/pwm-tegra.c
14913
14914 TEGRA SERIAL DRIVER
14915 M:      Laxman Dewangan <ldewangan@nvidia.com>
14916 S:      Supported
14917 F:      drivers/tty/serial/serial-tegra.c
14918
14919 TEGRA SPI DRIVER
14920 M:      Laxman Dewangan <ldewangan@nvidia.com>
14921 S:      Supported
14922 F:      drivers/spi/spi-tegra*
14923
14924 TEHUTI ETHERNET DRIVER
14925 M:      Andy Gospodarek <andy@greyhouse.net>
14926 L:      netdev@vger.kernel.org
14927 S:      Supported
14928 F:      drivers/net/ethernet/tehuti/*
14929
14930 Telecom Clock Driver for MCPL0010
14931 M:      Mark Gross <mark.gross@intel.com>
14932 S:      Supported
14933 F:      drivers/char/tlclk.c
14934
14935 TENSILICA XTENSA PORT (xtensa)
14936 M:      Chris Zankel <chris@zankel.net>
14937 M:      Max Filippov <jcmvbkbc@gmail.com>
14938 L:      linux-xtensa@linux-xtensa.org
14939 T:      git git://github.com/czankel/xtensa-linux.git
14940 S:      Maintained
14941 F:      arch/xtensa/
14942 F:      drivers/irqchip/irq-xtensa-*
14943
14944 Texas Instruments' System Control Interface (TISCI) Protocol Driver
14945 M:      Nishanth Menon <nm@ti.com>
14946 M:      Tero Kristo <t-kristo@ti.com>
14947 M:      Santosh Shilimkar <ssantosh@kernel.org>
14948 L:      linux-arm-kernel@lists.infradead.org
14949 S:      Maintained
14950 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
14951 F:      drivers/firmware/ti_sci*
14952 F:      include/linux/soc/ti/ti_sci_protocol.h
14953 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
14954 F:      drivers/soc/ti/ti_sci_pm_domains.c
14955 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
14956 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
14957 F:      drivers/clk/keystone/sci-clk.c
14958 F:      drivers/reset/reset-ti-sci.c
14959
14960 Texas Instruments ASoC drivers
14961 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
14962 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14963 S:      Maintained
14964 F:      sound/soc/ti/
14965
14966 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
14967 M:      Hans Verkuil <hverkuil@xs4all.nl>
14968 L:      linux-media@vger.kernel.org
14969 T:      git git://linuxtv.org/media_tree.git
14970 W:      https://linuxtv.org
14971 S:      Maintained
14972 F:      drivers/media/radio/radio-raremono.c
14973
14974 THERMAL
14975 M:      Zhang Rui <rui.zhang@intel.com>
14976 M:      Eduardo Valentin <edubezval@gmail.com>
14977 R:      Daniel Lezcano <daniel.lezcano@linaro.org>
14978 L:      linux-pm@vger.kernel.org
14979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
14980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
14981 Q:      https://patchwork.kernel.org/project/linux-pm/list/
14982 S:      Supported
14983 F:      drivers/thermal/
14984 F:      include/linux/thermal.h
14985 F:      include/uapi/linux/thermal.h
14986 F:      include/linux/cpu_cooling.h
14987 F:      Documentation/devicetree/bindings/thermal/
14988
14989 THERMAL/CPU_COOLING
14990 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
14991 M:      Viresh Kumar <viresh.kumar@linaro.org>
14992 M:      Javi Merino <javi.merino@kernel.org>
14993 L:      linux-pm@vger.kernel.org
14994 S:      Supported
14995 F:      Documentation/thermal/cpu-cooling-api.txt
14996 F:      drivers/thermal/cpu_cooling.c
14997 F:      include/linux/cpu_cooling.h
14998
14999 THINKPAD ACPI EXTRAS DRIVER
15000 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
15001 L:      ibm-acpi-devel@lists.sourceforge.net
15002 L:      platform-driver-x86@vger.kernel.org
15003 W:      http://ibm-acpi.sourceforge.net
15004 W:      http://thinkwiki.org/wiki/Ibm-acpi
15005 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
15006 S:      Maintained
15007 F:      drivers/platform/x86/thinkpad_acpi.c
15008
15009 THUNDERBOLT DRIVER
15010 M:      Andreas Noever <andreas.noever@gmail.com>
15011 M:      Michael Jamet <michael.jamet@intel.com>
15012 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
15013 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
15014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
15015 S:      Maintained
15016 F:      Documentation/admin-guide/thunderbolt.rst
15017 F:      drivers/thunderbolt/
15018 F:      include/linux/thunderbolt.h
15019
15020 THUNDERBOLT NETWORK DRIVER
15021 M:      Michael Jamet <michael.jamet@intel.com>
15022 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
15023 M:      Yehezkel Bernat <YehezkelShB@gmail.com>
15024 L:      netdev@vger.kernel.org
15025 S:      Maintained
15026 F:      drivers/net/thunderbolt.c
15027
15028 THUNDERX GPIO DRIVER
15029 M:      David Daney <david.daney@cavium.com>
15030 S:      Maintained
15031 F:      drivers/gpio/gpio-thunderx.c
15032
15033 TI AM437X VPFE DRIVER
15034 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
15035 L:      linux-media@vger.kernel.org
15036 W:      https://linuxtv.org
15037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15038 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
15039 S:      Maintained
15040 F:      drivers/media/platform/am437x/
15041
15042 TI BANDGAP AND THERMAL DRIVER
15043 M:      Eduardo Valentin <edubezval@gmail.com>
15044 M:      Keerthy <j-keerthy@ti.com>
15045 L:      linux-pm@vger.kernel.org
15046 L:      linux-omap@vger.kernel.org
15047 S:      Maintained
15048 F:      drivers/thermal/ti-soc-thermal/
15049
15050 TI BQ27XXX POWER SUPPLY DRIVER
15051 R:      Andrew F. Davis <afd@ti.com>
15052 F:      include/linux/power/bq27xxx_battery.h
15053 F:      drivers/power/supply/bq27xxx_battery.c
15054 F:      drivers/power/supply/bq27xxx_battery_i2c.c
15055
15056 TI CDCE706 CLOCK DRIVER
15057 M:      Max Filippov <jcmvbkbc@gmail.com>
15058 S:      Maintained
15059 F:      drivers/clk/clk-cdce706.c
15060
15061 TI CLOCK DRIVER
15062 M:      Tero Kristo <t-kristo@ti.com>
15063 L:      linux-omap@vger.kernel.org
15064 S:      Maintained
15065 F:      drivers/clk/ti/
15066 F:      include/linux/clk/ti.h
15067
15068 TI DAVINCI MACHINE SUPPORT
15069 M:      Sekhar Nori <nsekhar@ti.com>
15070 M:      Kevin Hilman <khilman@kernel.org>
15071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
15072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
15073 S:      Supported
15074 F:      arch/arm/mach-davinci/
15075 F:      drivers/i2c/busses/i2c-davinci.c
15076 F:      arch/arm/boot/dts/da850*
15077
15078 TI DAVINCI SERIES CLOCK DRIVER
15079 M:      David Lechner <david@lechnology.com>
15080 R:      Sekhar Nori <nsekhar@ti.com>
15081 S:      Maintained
15082 F:      Documentation/devicetree/bindings/clock/ti/davinci/
15083 F:      drivers/clk/davinci/
15084
15085 TI DAVINCI SERIES GPIO DRIVER
15086 M:      Keerthy <j-keerthy@ti.com>
15087 L:      linux-gpio@vger.kernel.org
15088 S:      Maintained
15089 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
15090 F:      drivers/gpio/gpio-davinci.c
15091
15092 TI DAVINCI SERIES MEDIA DRIVER
15093 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
15094 L:      linux-media@vger.kernel.org
15095 W:      https://linuxtv.org
15096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15097 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
15098 S:      Maintained
15099 F:      drivers/media/platform/davinci/
15100 F:      include/media/davinci/
15101
15102 TI ETHERNET SWITCH DRIVER (CPSW)
15103 R:      Grygorii Strashko <grygorii.strashko@ti.com>
15104 L:      linux-omap@vger.kernel.org
15105 L:      netdev@vger.kernel.org
15106 S:      Maintained
15107 F:      drivers/net/ethernet/ti/cpsw*
15108 F:      drivers/net/ethernet/ti/davinci*
15109
15110 TI FLASH MEDIA INTERFACE DRIVER
15111 M:      Alex Dubov <oakad@yahoo.com>
15112 S:      Maintained
15113 F:      drivers/misc/tifm*
15114 F:      drivers/mmc/host/tifm_sd.c
15115 F:      include/linux/tifm.h
15116
15117 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
15118 M:      Santosh Shilimkar <ssantosh@kernel.org>
15119 L:      linux-kernel@vger.kernel.org
15120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
15121 S:      Maintained
15122 F:      drivers/soc/ti/*
15123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
15124
15125 TI LM49xxx FAMILY ASoC CODEC DRIVERS
15126 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
15127 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
15128 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15129 S:      Maintained
15130 F:      sound/soc/codecs/lm49453*
15131 F:      sound/soc/codecs/isabelle*
15132
15133 TI LP855x BACKLIGHT DRIVER
15134 M:      Milo Kim <milo.kim@ti.com>
15135 S:      Maintained
15136 F:      Documentation/backlight/lp855x-driver.txt
15137 F:      drivers/video/backlight/lp855x_bl.c
15138 F:      include/linux/platform_data/lp855x.h
15139
15140 TI LP8727 CHARGER DRIVER
15141 M:      Milo Kim <milo.kim@ti.com>
15142 S:      Maintained
15143 F:      drivers/power/supply/lp8727_charger.c
15144 F:      include/linux/platform_data/lp8727.h
15145
15146 TI LP8788 MFD DRIVER
15147 M:      Milo Kim <milo.kim@ti.com>
15148 S:      Maintained
15149 F:      drivers/iio/adc/lp8788_adc.c
15150 F:      drivers/leds/leds-lp8788.c
15151 F:      drivers/mfd/lp8788*.c
15152 F:      drivers/power/supply/lp8788-charger.c
15153 F:      drivers/regulator/lp8788-*.c
15154 F:      include/linux/mfd/lp8788*.h
15155
15156 TI NETCP ETHERNET DRIVER
15157 M:      Wingman Kwok <w-kwok2@ti.com>
15158 M:      Murali Karicheri <m-karicheri2@ti.com>
15159 L:      netdev@vger.kernel.org
15160 S:      Maintained
15161 F:      drivers/net/ethernet/ti/netcp*
15162
15163 TI PCM3060 ASoC CODEC DRIVER
15164 M:      Kirill Marinushkin <kmarinushkin@birdec.tech>
15165 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15166 S:      Maintained
15167 F:      Documentation/devicetree/bindings/sound/pcm3060.txt
15168 F:      sound/soc/codecs/pcm3060*
15169
15170 TI TAS571X FAMILY ASoC CODEC DRIVER
15171 M:      Kevin Cernekee <cernekee@chromium.org>
15172 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15173 S:      Odd Fixes
15174 F:      sound/soc/codecs/tas571x*
15175
15176 TI TRF7970A NFC DRIVER
15177 M:      Mark Greer <mgreer@animalcreek.com>
15178 L:      linux-wireless@vger.kernel.org
15179 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
15180 S:      Supported
15181 F:      drivers/nfc/trf7970a.c
15182 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
15183
15184 TI TWL4030 SERIES SOC CODEC DRIVER
15185 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
15186 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15187 S:      Maintained
15188 F:      sound/soc/codecs/twl4030*
15189
15190 TI VPE/CAL DRIVERS
15191 M:      Benoit Parrot <bparrot@ti.com>
15192 L:      linux-media@vger.kernel.org
15193 W:      http://linuxtv.org/
15194 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15195 S:      Maintained
15196 F:      drivers/media/platform/ti-vpe/
15197
15198 TI WILINK WIRELESS DRIVERS
15199 L:      linux-wireless@vger.kernel.org
15200 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
15201 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
15202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
15203 S:      Orphan
15204 F:      drivers/net/wireless/ti/
15205 F:      include/linux/wl12xx.h
15206
15207 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
15208 M:      John Stultz <john.stultz@linaro.org>
15209 M:      Thomas Gleixner <tglx@linutronix.de>
15210 R:      Stephen Boyd <sboyd@kernel.org>
15211 L:      linux-kernel@vger.kernel.org
15212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
15213 S:      Supported
15214 F:      include/linux/clocksource.h
15215 F:      include/linux/time.h
15216 F:      include/linux/timex.h
15217 F:      include/uapi/linux/time.h
15218 F:      include/uapi/linux/timex.h
15219 F:      kernel/time/clocksource.c
15220 F:      kernel/time/time*.c
15221 F:      kernel/time/alarmtimer.c
15222 F:      kernel/time/ntp.c
15223 F:      tools/testing/selftests/timers/
15224
15225 TIPC NETWORK LAYER
15226 M:      Jon Maloy <jon.maloy@ericsson.com>
15227 M:      Ying Xue <ying.xue@windriver.com>
15228 L:      netdev@vger.kernel.org (core kernel code)
15229 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
15230 W:      http://tipc.sourceforge.net/
15231 S:      Maintained
15232 F:      include/uapi/linux/tipc*.h
15233 F:      net/tipc/
15234
15235 TLAN NETWORK DRIVER
15236 M:      Samuel Chessman <chessman@tux.org>
15237 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
15238 W:      http://sourceforge.net/projects/tlan/
15239 S:      Maintained
15240 F:      Documentation/networking/device_drivers/ti/tlan.txt
15241 F:      drivers/net/ethernet/ti/tlan.*
15242
15243 TM6000 VIDEO4LINUX DRIVER
15244 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
15245 L:      linux-media@vger.kernel.org
15246 W:      https://linuxtv.org
15247 T:      git git://linuxtv.org/media_tree.git
15248 S:      Odd fixes
15249 F:      drivers/media/usb/tm6000/
15250 F:      Documentation/media/v4l-drivers/tm6000*
15251
15252 TMIO/SDHI MMC DRIVER
15253 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
15254 L:      linux-mmc@vger.kernel.org
15255 S:      Supported
15256 F:      drivers/mmc/host/tmio_mmc*
15257 F:      drivers/mmc/host/renesas_sdhi*
15258 F:      include/linux/mfd/tmio.h
15259
15260 TMP401 HARDWARE MONITOR DRIVER
15261 M:      Guenter Roeck <linux@roeck-us.net>
15262 L:      linux-hwmon@vger.kernel.org
15263 S:      Maintained
15264 F:      Documentation/hwmon/tmp401
15265 F:      drivers/hwmon/tmp401.c
15266
15267 TMPFS (SHMEM FILESYSTEM)
15268 M:      Hugh Dickins <hughd@google.com>
15269 L:      linux-mm@kvack.org
15270 S:      Maintained
15271 F:      include/linux/shmem_fs.h
15272 F:      mm/shmem.c
15273
15274 TOMOYO SECURITY MODULE
15275 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
15276 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
15277 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
15278 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
15279 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
15280 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
15281 W:      http://tomoyo.sourceforge.jp/
15282 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
15283 S:      Maintained
15284 F:      security/tomoyo/
15285
15286 TOPSTAR LAPTOP EXTRAS DRIVER
15287 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
15288 L:      platform-driver-x86@vger.kernel.org
15289 S:      Maintained
15290 F:      drivers/platform/x86/topstar-laptop.c
15291
15292 TORTURE-TEST MODULES
15293 M:      Davidlohr Bueso <dave@stgolabs.net>
15294 M:      "Paul E. McKenney" <paulmck@linux.ibm.com>
15295 M:      Josh Triplett <josh@joshtriplett.org>
15296 L:      linux-kernel@vger.kernel.org
15297 S:      Supported
15298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
15299 F:      Documentation/RCU/torture.txt
15300 F:      kernel/torture.c
15301 F:      kernel/rcu/rcutorture.c
15302 F:      kernel/rcu/rcuperf.c
15303 F:      kernel/locking/locktorture.c
15304
15305 TOSHIBA ACPI EXTRAS DRIVER
15306 M:      Azael Avalos <coproscefalo@gmail.com>
15307 L:      platform-driver-x86@vger.kernel.org
15308 S:      Maintained
15309 F:      drivers/platform/x86/toshiba_acpi.c
15310
15311 TOSHIBA BLUETOOTH DRIVER
15312 M:      Azael Avalos <coproscefalo@gmail.com>
15313 L:      platform-driver-x86@vger.kernel.org
15314 S:      Maintained
15315 F:      drivers/platform/x86/toshiba_bluetooth.c
15316
15317 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
15318 M:      Azael Avalos <coproscefalo@gmail.com>
15319 L:      platform-driver-x86@vger.kernel.org
15320 S:      Maintained
15321 F:      drivers/platform/x86/toshiba_haps.c
15322
15323 TOSHIBA SMM DRIVER
15324 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
15325 W:      http://www.buzzard.org.uk/toshiba/
15326 S:      Maintained
15327 F:      drivers/char/toshiba.c
15328 F:      include/linux/toshiba.h
15329 F:      include/uapi/linux/toshiba.h
15330
15331 TOSHIBA TC358743 DRIVER
15332 M:      Mats Randgaard <matrandg@cisco.com>
15333 L:      linux-media@vger.kernel.org
15334 S:      Maintained
15335 F:      drivers/media/i2c/tc358743*
15336 F:      include/media/i2c/tc358743.h
15337
15338 TOSHIBA WMI HOTKEYS DRIVER
15339 M:      Azael Avalos <coproscefalo@gmail.com>
15340 L:      platform-driver-x86@vger.kernel.org
15341 S:      Maintained
15342 F:      drivers/platform/x86/toshiba-wmi.c
15343
15344 TPM DEVICE DRIVER
15345 M:      Peter Huewe <peterhuewe@gmx.de>
15346 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
15347 R:      Jason Gunthorpe <jgg@ziepe.ca>
15348 L:      linux-integrity@vger.kernel.org
15349 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
15350 W:      https://kernsec.org/wiki/index.php/Linux_Kernel_Integrity
15351 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
15352 S:      Maintained
15353 F:      drivers/char/tpm/
15354
15355 TRACING
15356 M:      Steven Rostedt <rostedt@goodmis.org>
15357 M:      Ingo Molnar <mingo@redhat.com>
15358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
15359 S:      Maintained
15360 F:      Documentation/trace/ftrace.rst
15361 F:      arch/*/*/*/ftrace.h
15362 F:      arch/*/kernel/ftrace.c
15363 F:      include/*/ftrace.h
15364 F:      include/linux/trace*.h
15365 F:      include/trace/
15366 F:      kernel/trace/
15367 F:      tools/testing/selftests/ftrace/
15368
15369 TRACING MMIO ACCESSES (MMIOTRACE)
15370 M:      Steven Rostedt <rostedt@goodmis.org>
15371 M:      Ingo Molnar <mingo@kernel.org>
15372 R:      Karol Herbst <karolherbst@gmail.com>
15373 R:      Pekka Paalanen <ppaalanen@gmail.com>
15374 S:      Maintained
15375 L:      linux-kernel@vger.kernel.org
15376 L:      nouveau@lists.freedesktop.org
15377 F:      kernel/trace/trace_mmiotrace.c
15378 F:      include/linux/mmiotrace.h
15379 F:      arch/x86/mm/kmmio.c
15380 F:      arch/x86/mm/mmio-mod.c
15381 F:      arch/x86/mm/testmmiotrace.c
15382
15383 TRIVIAL PATCHES
15384 M:      Jiri Kosina <trivial@kernel.org>
15385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
15386 S:      Maintained
15387 K:      ^Subject:.*(?i)trivial
15388
15389 TEMPO SEMICONDUCTOR DRIVERS
15390 M:      Steven Eckhoff <steven.eckhoff.opensource@gmail.com>
15391 S:      Maintained
15392 F:      sound/soc/codecs/tscs*.c
15393 F:      sound/soc/codecs/tscs*.h
15394 F:      Documentation/devicetree/bindings/sound/tscs*.txt
15395
15396 TTY LAYER
15397 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15398 M:      Jiri Slaby <jslaby@suse.com>
15399 S:      Supported
15400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
15401 F:      Documentation/serial/
15402 F:      drivers/tty/
15403 F:      drivers/tty/serial/serial_core.c
15404 F:      include/linux/serial_core.h
15405 F:      include/linux/serial.h
15406 F:      include/linux/tty.h
15407 F:      include/uapi/linux/serial_core.h
15408 F:      include/uapi/linux/serial.h
15409 F:      include/uapi/linux/tty.h
15410
15411 TUA9001 MEDIA DRIVER
15412 M:      Antti Palosaari <crope@iki.fi>
15413 L:      linux-media@vger.kernel.org
15414 W:      https://linuxtv.org
15415 W:      http://palosaari.fi/linux/
15416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
15417 T:      git git://linuxtv.org/anttip/media_tree.git
15418 S:      Maintained
15419 F:      drivers/media/tuners/tua9001*
15420
15421 TULIP NETWORK DRIVERS
15422 L:      netdev@vger.kernel.org
15423 L:      linux-parisc@vger.kernel.org
15424 S:      Orphan
15425 F:      drivers/net/ethernet/dec/tulip/
15426
15427 TUN/TAP driver
15428 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
15429 W:      http://vtun.sourceforge.net/tun
15430 S:      Maintained
15431 F:      Documentation/networking/tuntap.txt
15432 F:      arch/um/os-Linux/drivers/
15433
15434 TURBOCHANNEL SUBSYSTEM
15435 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
15436 M:      Ralf Baechle <ralf@linux-mips.org>
15437 L:      linux-mips@vger.kernel.org
15438 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
15439 S:      Maintained
15440 F:      drivers/tc/
15441 F:      include/linux/tc.h
15442
15443 TURBOSTAT UTILITY
15444 M:      "Len Brown" <lenb@kernel.org>
15445 L:      linux-pm@vger.kernel.org
15446 B:      https://bugzilla.kernel.org
15447 Q:      https://patchwork.kernel.org/project/linux-pm/list/
15448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
15449 S:      Supported
15450 F:      tools/power/x86/turbostat/
15451
15452 TW5864 VIDEO4LINUX DRIVER
15453 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
15454 M:      Anton Sviridenko <anton@corp.bluecherry.net>
15455 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
15456 M:      Andrey Utkin <andrey_utkin@fastmail.com>
15457 L:      linux-media@vger.kernel.org
15458 S:      Supported
15459 F:      drivers/media/pci/tw5864/
15460
15461 TW68 VIDEO4LINUX DRIVER
15462 M:      Hans Verkuil <hverkuil@xs4all.nl>
15463 L:      linux-media@vger.kernel.org
15464 T:      git git://linuxtv.org/media_tree.git
15465 W:      https://linuxtv.org
15466 S:      Odd Fixes
15467 F:      drivers/media/pci/tw68/
15468
15469 TW686X VIDEO4LINUX DRIVER
15470 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
15471 L:      linux-media@vger.kernel.org
15472 T:      git git://linuxtv.org/media_tree.git
15473 W:      http://linuxtv.org
15474 S:      Maintained
15475 F:      drivers/media/pci/tw686x/
15476
15477 UBI FILE SYSTEM (UBIFS)
15478 M:      Richard Weinberger <richard@nod.at>
15479 M:      Artem Bityutskiy <dedekind1@gmail.com>
15480 M:      Adrian Hunter <adrian.hunter@intel.com>
15481 L:      linux-mtd@lists.infradead.org
15482 T:      git git://git.infradead.org/ubifs-2.6.git
15483 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
15484 S:      Supported
15485 F:      Documentation/filesystems/ubifs.txt
15486 F:      fs/ubifs/
15487
15488 UCLINUX (M68KNOMMU AND COLDFIRE)
15489 M:      Greg Ungerer <gerg@linux-m68k.org>
15490 W:      http://www.linux-m68k.org/
15491 W:      http://www.uclinux.org/
15492 L:      linux-m68k@lists.linux-m68k.org
15493 L:      uclinux-dev@uclinux.org  (subscribers-only)
15494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
15495 S:      Maintained
15496 F:      arch/m68k/coldfire/
15497 F:      arch/m68k/68*/
15498 F:      arch/m68k/*/*_no.*
15499 F:      arch/m68k/include/asm/*_no.*
15500
15501 UDF FILESYSTEM
15502 M:      Jan Kara <jack@suse.com>
15503 S:      Maintained
15504 F:      Documentation/filesystems/udf.txt
15505 F:      fs/udf/
15506
15507 UDRAW TABLET
15508 M:      Bastien Nocera <hadess@hadess.net>
15509 L:      linux-input@vger.kernel.org
15510 S:      Maintained
15511 F:      drivers/hid/hid-udraw-ps3.c
15512
15513 UFS FILESYSTEM
15514 M:      Evgeniy Dushistov <dushistov@mail.ru>
15515 S:      Maintained
15516 F:      Documentation/filesystems/ufs.txt
15517 F:      fs/ufs/
15518
15519 UHID USERSPACE HID IO DRIVER:
15520 M:      David Herrmann <dh.herrmann@googlemail.com>
15521 L:      linux-input@vger.kernel.org
15522 S:      Maintained
15523 F:      drivers/hid/uhid.c
15524 F:      include/uapi/linux/uhid.h
15525
15526 ULPI BUS
15527 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
15528 L:      linux-usb@vger.kernel.org
15529 S:      Maintained
15530 F:      drivers/usb/common/ulpi.c
15531 F:      include/linux/ulpi/
15532
15533 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
15534 L:      linux-usb@vger.kernel.org
15535 S:      Orphan
15536 F:      drivers/uwb/
15537 F:      include/linux/uwb.h
15538 F:      include/linux/uwb/
15539
15540 UNICORE32 ARCHITECTURE:
15541 M:      Guan Xuetao <gxt@pku.edu.cn>
15542 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
15543 S:      Maintained
15544 T:      git git://github.com/gxt/linux.git
15545 F:      arch/unicore32/
15546
15547 UNIFDEF
15548 M:      Tony Finch <dot@dotat.at>
15549 W:      http://dotat.at/prog/unifdef
15550 S:      Maintained
15551 F:      scripts/unifdef.c
15552
15553 UNIFORM CDROM DRIVER
15554 M:      Jens Axboe <axboe@kernel.dk>
15555 W:      http://www.kernel.dk
15556 S:      Maintained
15557 F:      Documentation/cdrom/
15558 F:      drivers/cdrom/cdrom.c
15559 F:      include/linux/cdrom.h
15560 F:      include/uapi/linux/cdrom.h
15561
15562 UNISYS S-PAR DRIVERS
15563 M:      David Kershner <david.kershner@unisys.com>
15564 L:      sparmaintainer@unisys.com (Unisys internal)
15565 S:      Supported
15566 F:      include/linux/visorbus.h
15567 F:      drivers/visorbus/
15568 F:      drivers/staging/unisys/
15569
15570 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
15571 M:      Vinayak Holikatti <vinholikatti@gmail.com>
15572 L:      linux-scsi@vger.kernel.org
15573 S:      Supported
15574 F:      Documentation/scsi/ufs.txt
15575 F:      drivers/scsi/ufs/
15576
15577 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
15578 M:      Joao Pinto <jpinto@synopsys.com>
15579 L:      linux-scsi@vger.kernel.org
15580 S:      Supported
15581 F:      drivers/scsi/ufs/*dwc*
15582
15583 UNSORTED BLOCK IMAGES (UBI)
15584 M:      Artem Bityutskiy <dedekind1@gmail.com>
15585 M:      Richard Weinberger <richard@nod.at>
15586 W:      http://www.linux-mtd.infradead.org/
15587 L:      linux-mtd@lists.infradead.org
15588 T:      git git://git.infradead.org/ubifs-2.6.git
15589 S:      Supported
15590 F:      drivers/mtd/ubi/
15591 F:      include/linux/mtd/ubi.h
15592 F:      include/uapi/mtd/ubi-user.h
15593
15594 USB "USBNET" DRIVER FRAMEWORK
15595 M:      Oliver Neukum <oneukum@suse.com>
15596 L:      netdev@vger.kernel.org
15597 W:      http://www.linux-usb.org/usbnet
15598 S:      Maintained
15599 F:      drivers/net/usb/usbnet.c
15600 F:      include/linux/usb/usbnet.h
15601
15602 USB ACM DRIVER
15603 M:      Oliver Neukum <oneukum@suse.com>
15604 L:      linux-usb@vger.kernel.org
15605 S:      Maintained
15606 F:      Documentation/usb/acm.txt
15607 F:      drivers/usb/class/cdc-acm.*
15608
15609 USB AR5523 WIRELESS DRIVER
15610 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
15611 L:      linux-wireless@vger.kernel.org
15612 S:      Maintained
15613 F:      drivers/net/wireless/ath/ar5523/
15614
15615 USB ATTACHED SCSI
15616 M:      Oliver Neukum <oneukum@suse.com>
15617 L:      linux-usb@vger.kernel.org
15618 L:      linux-scsi@vger.kernel.org
15619 S:      Maintained
15620 F:      drivers/usb/storage/uas.c
15621
15622 USB CDC ETHERNET DRIVER
15623 M:      Oliver Neukum <oliver@neukum.org>
15624 L:      linux-usb@vger.kernel.org
15625 S:      Maintained
15626 F:      drivers/net/usb/cdc_*.c
15627 F:      include/uapi/linux/usb/cdc.h
15628
15629 USB CHAOSKEY DRIVER
15630 M:      Keith Packard <keithp@keithp.com>
15631 L:      linux-usb@vger.kernel.org
15632 S:      Maintained
15633 F:      drivers/usb/misc/chaoskey.c
15634
15635 USB CYPRESS C67X00 DRIVER
15636 M:      Peter Korsgaard <jacmet@sunsite.dk>
15637 L:      linux-usb@vger.kernel.org
15638 S:      Maintained
15639 F:      drivers/usb/c67x00/
15640
15641 USB DAVICOM DM9601 DRIVER
15642 M:      Peter Korsgaard <jacmet@sunsite.dk>
15643 L:      netdev@vger.kernel.org
15644 W:      http://www.linux-usb.org/usbnet
15645 S:      Maintained
15646 F:      drivers/net/usb/dm9601.c
15647
15648 USB DIAMOND RIO500 DRIVER
15649 M:      Cesar Miquel <miquel@df.uba.ar>
15650 L:      rio500-users@lists.sourceforge.net
15651 W:      http://rio500.sourceforge.net
15652 S:      Maintained
15653 F:      drivers/usb/misc/rio500*
15654
15655 USB EHCI DRIVER
15656 M:      Alan Stern <stern@rowland.harvard.edu>
15657 L:      linux-usb@vger.kernel.org
15658 S:      Maintained
15659 F:      Documentation/usb/ehci.txt
15660 F:      drivers/usb/host/ehci*
15661
15662 USB GADGET/PERIPHERAL SUBSYSTEM
15663 M:      Felipe Balbi <balbi@kernel.org>
15664 L:      linux-usb@vger.kernel.org
15665 W:      http://www.linux-usb.org/gadget
15666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
15667 S:      Maintained
15668 F:      drivers/usb/gadget/
15669 F:      include/linux/usb/gadget*
15670
15671 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
15672 M:      Jiri Kosina <jikos@kernel.org>
15673 M:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
15674 L:      linux-usb@vger.kernel.org
15675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
15676 S:      Maintained
15677 F:      Documentation/hid/hiddev.txt
15678 F:      drivers/hid/usbhid/
15679
15680 USB INTEL XHCI ROLE MUX DRIVER
15681 M:      Hans de Goede <hdegoede@redhat.com>
15682 L:      linux-usb@vger.kernel.org
15683 S:      Maintained
15684 F:      drivers/usb/roles/intel-xhci-usb-role-switch.c
15685
15686 USB ISP116X DRIVER
15687 M:      Olav Kongas <ok@artecdesign.ee>
15688 L:      linux-usb@vger.kernel.org
15689 S:      Maintained
15690 F:      drivers/usb/host/isp116x*
15691 F:      include/linux/usb/isp116x.h
15692
15693 USB LAN78XX ETHERNET DRIVER
15694 M:      Woojung Huh <woojung.huh@microchip.com>
15695 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
15696 L:      netdev@vger.kernel.org
15697 S:      Maintained
15698 F:      Documentation/devicetree/bindings/net/microchip,lan78xx.txt
15699 F:      drivers/net/usb/lan78xx.*
15700 F:      include/dt-bindings/net/microchip-lan78xx.h
15701
15702 USB MASS STORAGE DRIVER
15703 M:      Alan Stern <stern@rowland.harvard.edu>
15704 L:      linux-usb@vger.kernel.org
15705 L:      usb-storage@lists.one-eyed-alien.net
15706 S:      Maintained
15707 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
15708 F:      drivers/usb/storage/
15709
15710 USB MIDI DRIVER
15711 M:      Clemens Ladisch <clemens@ladisch.de>
15712 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
15713 T:      git git://git.alsa-project.org/alsa-kernel.git
15714 S:      Maintained
15715 F:      sound/usb/midi.*
15716
15717 USB NETWORKING DRIVERS
15718 L:      linux-usb@vger.kernel.org
15719 S:      Odd Fixes
15720 F:      drivers/net/usb/
15721
15722 USB OHCI DRIVER
15723 M:      Alan Stern <stern@rowland.harvard.edu>
15724 L:      linux-usb@vger.kernel.org
15725 S:      Maintained
15726 F:      Documentation/usb/ohci.txt
15727 F:      drivers/usb/host/ohci*
15728
15729 USB OTG FSM (Finite State Machine)
15730 M:      Peter Chen <Peter.Chen@nxp.com>
15731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
15732 L:      linux-usb@vger.kernel.org
15733 S:      Maintained
15734 F:      drivers/usb/common/usb-otg-fsm.c
15735
15736 USB OVER IP DRIVER
15737 M:      Valentina Manea <valentina.manea.m@gmail.com>
15738 M:      Shuah Khan <shuah@kernel.org>
15739 L:      linux-usb@vger.kernel.org
15740 S:      Maintained
15741 F:      Documentation/usb/usbip_protocol.txt
15742 F:      drivers/usb/usbip/
15743 F:      tools/usb/usbip/
15744 F:      tools/testing/selftests/drivers/usb/usbip/
15745
15746 USB PEGASUS DRIVER
15747 M:      Petko Manolov <petkan@nucleusys.com>
15748 L:      linux-usb@vger.kernel.org
15749 L:      netdev@vger.kernel.org
15750 T:      git git://github.com/petkan/pegasus.git
15751 W:      https://github.com/petkan/pegasus
15752 S:      Maintained
15753 F:      drivers/net/usb/pegasus.*
15754
15755 USB PHY LAYER
15756 M:      Felipe Balbi <balbi@kernel.org>
15757 L:      linux-usb@vger.kernel.org
15758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
15759 S:      Maintained
15760 F:      drivers/usb/phy/
15761
15762 USB PRINTER DRIVER (usblp)
15763 M:      Pete Zaitcev <zaitcev@redhat.com>
15764 L:      linux-usb@vger.kernel.org
15765 S:      Supported
15766 F:      drivers/usb/class/usblp.c
15767
15768 USB QMI WWAN NETWORK DRIVER
15769 M:      Bjørn Mork <bjorn@mork.no>
15770 L:      netdev@vger.kernel.org
15771 S:      Maintained
15772 F:      Documentation/ABI/testing/sysfs-class-net-qmi
15773 F:      drivers/net/usb/qmi_wwan.c
15774
15775 USB RTL8150 DRIVER
15776 M:      Petko Manolov <petkan@nucleusys.com>
15777 L:      linux-usb@vger.kernel.org
15778 L:      netdev@vger.kernel.org
15779 T:      git git://github.com/petkan/rtl8150.git
15780 W:      https://github.com/petkan/rtl8150
15781 S:      Maintained
15782 F:      drivers/net/usb/rtl8150.c
15783
15784 USB SERIAL SUBSYSTEM
15785 M:      Johan Hovold <johan@kernel.org>
15786 L:      linux-usb@vger.kernel.org
15787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
15788 S:      Maintained
15789 F:      Documentation/usb/usb-serial.txt
15790 F:      drivers/usb/serial/
15791 F:      include/linux/usb/serial.h
15792
15793 USB SMSC75XX ETHERNET DRIVER
15794 M:      Steve Glendinning <steve.glendinning@shawell.net>
15795 L:      netdev@vger.kernel.org
15796 S:      Maintained
15797 F:      drivers/net/usb/smsc75xx.*
15798
15799 USB SMSC95XX ETHERNET DRIVER
15800 M:      Steve Glendinning <steve.glendinning@shawell.net>
15801 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
15802 L:      netdev@vger.kernel.org
15803 S:      Maintained
15804 F:      drivers/net/usb/smsc95xx.*
15805
15806 USB SUBSYSTEM
15807 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15808 L:      linux-usb@vger.kernel.org
15809 W:      http://www.linux-usb.org
15810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
15811 S:      Supported
15812 F:      Documentation/devicetree/bindings/usb/
15813 F:      Documentation/usb/
15814 F:      drivers/usb/
15815 F:      include/linux/usb.h
15816 F:      include/linux/usb/
15817
15818 USB TYPEC PI3USB30532 MUX DRIVER
15819 M:      Hans de Goede <hdegoede@redhat.com>
15820 L:      linux-usb@vger.kernel.org
15821 S:      Maintained
15822 F:      drivers/usb/typec/mux/pi3usb30532.c
15823
15824 USB TYPEC CLASS
15825 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
15826 L:      linux-usb@vger.kernel.org
15827 S:      Maintained
15828 F:      Documentation/ABI/testing/sysfs-class-typec
15829 F:      Documentation/driver-api/usb/typec.rst
15830 F:      drivers/usb/typec/
15831 F:      include/linux/usb/typec.h
15832
15833 USB TYPEC BUS FOR ALTERNATE MODES
15834 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
15835 L:      linux-usb@vger.kernel.org
15836 S:      Maintained
15837 F:      Documentation/ABI/testing/sysfs-bus-typec
15838 F:      Documentation/driver-api/usb/typec_bus.rst
15839 F:      drivers/usb/typec/altmodes/
15840 F:      include/linux/usb/typec_altmode.h
15841
15842 USB TYPEC PORT CONTROLLER DRIVERS
15843 M:      Guenter Roeck <linux@roeck-us.net>
15844 L:      linux-usb@vger.kernel.org
15845 S:      Maintained
15846 F:      drivers/usb/typec/tcpm/
15847
15848 USB UHCI DRIVER
15849 M:      Alan Stern <stern@rowland.harvard.edu>
15850 L:      linux-usb@vger.kernel.org
15851 S:      Maintained
15852 F:      drivers/usb/host/uhci*
15853
15854 USB VIDEO CLASS
15855 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15856 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
15857 L:      linux-media@vger.kernel.org
15858 T:      git git://linuxtv.org/media_tree.git
15859 W:      http://www.ideasonboard.org/uvc/
15860 S:      Maintained
15861 F:      drivers/media/usb/uvc/
15862 F:      include/uapi/linux/uvcvideo.h
15863
15864 USB VISION DRIVER
15865 M:      Hans Verkuil <hverkuil@xs4all.nl>
15866 L:      linux-media@vger.kernel.org
15867 T:      git git://linuxtv.org/media_tree.git
15868 W:      https://linuxtv.org
15869 S:      Odd Fixes
15870 F:      drivers/media/usb/usbvision/
15871
15872 USB WEBCAM GADGET
15873 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15874 L:      linux-usb@vger.kernel.org
15875 S:      Maintained
15876 F:      drivers/usb/gadget/function/*uvc*
15877 F:      drivers/usb/gadget/legacy/webcam.c
15878 F:      include/uapi/linux/usb/g_uvc.h
15879
15880 USB WIRELESS RNDIS DRIVER (rndis_wlan)
15881 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
15882 L:      linux-wireless@vger.kernel.org
15883 S:      Maintained
15884 F:      drivers/net/wireless/rndis_wlan.c
15885
15886 USB XHCI DRIVER
15887 M:      Mathias Nyman <mathias.nyman@intel.com>
15888 L:      linux-usb@vger.kernel.org
15889 S:      Supported
15890 F:      drivers/usb/host/xhci*
15891 F:      drivers/usb/host/pci-quirks*
15892
15893 USB ZD1201 DRIVER
15894 L:      linux-wireless@vger.kernel.org
15895 W:      http://linux-lc100020.sourceforge.net
15896 S:      Orphan
15897 F:      drivers/net/wireless/zydas/zd1201.*
15898
15899 USB ZR364XX DRIVER
15900 M:      Antoine Jacquet <royale@zerezo.com>
15901 L:      linux-usb@vger.kernel.org
15902 L:      linux-media@vger.kernel.org
15903 T:      git git://linuxtv.org/media_tree.git
15904 W:      http://royale.zerezo.com/zr364xx/
15905 S:      Maintained
15906 F:      Documentation/media/v4l-drivers/zr364xx*
15907 F:      drivers/media/usb/zr364xx/
15908
15909 USER-MODE LINUX (UML)
15910 M:      Jeff Dike <jdike@addtoit.com>
15911 M:      Richard Weinberger <richard@nod.at>
15912 L:      linux-um@lists.infradead.org
15913 W:      http://user-mode-linux.sourceforge.net
15914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
15915 S:      Maintained
15916 F:      Documentation/virtual/uml/
15917 F:      arch/um/
15918 F:      arch/x86/um/
15919 F:      fs/hostfs/
15920 F:      fs/hppfs/
15921
15922 USERSPACE COPYIN/COPYOUT (UIOVEC)
15923 M:      Alexander Viro <viro@zeniv.linux.org.uk>
15924 S:      Maintained
15925 F:      lib/iov_iter.c
15926 F:      include/linux/uio.h
15927
15928 USERSPACE DMA BUFFER DRIVER
15929 M:      Gerd Hoffmann <kraxel@redhat.com>
15930 S:      Maintained
15931 L:      dri-devel@lists.freedesktop.org
15932 F:      drivers/dma-buf/udmabuf.c
15933 F:      include/uapi/linux/udmabuf.h
15934 T:      git git://anongit.freedesktop.org/drm/drm-misc
15935
15936 USERSPACE I/O (UIO)
15937 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15938 S:      Maintained
15939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
15940 F:      Documentation/driver-api/uio-howto.rst
15941 F:      drivers/uio/
15942 F:      include/linux/uio_driver.h
15943
15944 UTIL-LINUX PACKAGE
15945 M:      Karel Zak <kzak@redhat.com>
15946 L:      util-linux@vger.kernel.org
15947 W:      http://en.wikipedia.org/wiki/Util-linux
15948 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
15949 S:      Maintained
15950
15951 UUID HELPERS
15952 M:      Christoph Hellwig <hch@lst.de>
15953 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
15954 L:      linux-kernel@vger.kernel.org
15955 T:      git git://git.infradead.org/users/hch/uuid.git
15956 F:      lib/uuid.c
15957 F:      lib/test_uuid.c
15958 F:      include/linux/uuid.h
15959 F:      include/uapi/linux/uuid.h
15960 S:      Maintained
15961
15962 UVESAFB DRIVER
15963 M:      Michal Januszewski <spock@gentoo.org>
15964 L:      linux-fbdev@vger.kernel.org
15965 W:      https://github.com/mjanusz/v86d
15966 S:      Maintained
15967 F:      Documentation/fb/uvesafb.txt
15968 F:      drivers/video/fbdev/uvesafb.*
15969
15970 VF610 NAND DRIVER
15971 M:      Stefan Agner <stefan@agner.ch>
15972 L:      linux-mtd@lists.infradead.org
15973 S:      Supported
15974 F:      drivers/mtd/nand/raw/vf610_nfc.c
15975
15976 VFAT/FAT/MSDOS FILESYSTEM
15977 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
15978 S:      Maintained
15979 F:      Documentation/filesystems/vfat.txt
15980 F:      fs/fat/
15981
15982 VFIO DRIVER
15983 M:      Alex Williamson <alex.williamson@redhat.com>
15984 L:      kvm@vger.kernel.org
15985 T:      git git://github.com/awilliam/linux-vfio.git
15986 S:      Maintained
15987 F:      Documentation/vfio.txt
15988 F:      drivers/vfio/
15989 F:      include/linux/vfio.h
15990 F:      include/uapi/linux/vfio.h
15991
15992 VFIO MEDIATED DEVICE DRIVERS
15993 M:      Kirti Wankhede <kwankhede@nvidia.com>
15994 L:      kvm@vger.kernel.org
15995 S:      Maintained
15996 F:      Documentation/vfio-mediated-device.txt
15997 F:      drivers/vfio/mdev/
15998 F:      include/linux/mdev.h
15999 F:      samples/vfio-mdev/
16000
16001 VFIO PLATFORM DRIVER
16002 M:      Eric Auger <eric.auger@redhat.com>
16003 L:      kvm@vger.kernel.org
16004 S:      Maintained
16005 F:      drivers/vfio/platform/
16006
16007 VGA_SWITCHEROO
16008 R:      Lukas Wunner <lukas@wunner.de>
16009 S:      Maintained
16010 F:      Documentation/gpu/vga-switcheroo.rst
16011 F:      drivers/gpu/vga/vga_switcheroo.c
16012 F:      include/linux/vga_switcheroo.h
16013 T:      git git://anongit.freedesktop.org/drm/drm-misc
16014
16015 VIA RHINE NETWORK DRIVER
16016 S:      Orphan
16017 F:      drivers/net/ethernet/via/via-rhine.c
16018
16019 VIA SD/MMC CARD CONTROLLER DRIVER
16020 M:      Bruce Chang <brucechang@via.com.tw>
16021 M:      Harald Welte <HaraldWelte@viatech.com>
16022 S:      Maintained
16023 F:      drivers/mmc/host/via-sdmmc.c
16024
16025 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
16026 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
16027 L:      linux-fbdev@vger.kernel.org
16028 S:      Maintained
16029 F:      include/linux/via-core.h
16030 F:      include/linux/via-gpio.h
16031 F:      include/linux/via_i2c.h
16032 F:      drivers/video/fbdev/via/
16033
16034 VIA VELOCITY NETWORK DRIVER
16035 M:      Francois Romieu <romieu@fr.zoreil.com>
16036 L:      netdev@vger.kernel.org
16037 S:      Maintained
16038 F:      drivers/net/ethernet/via/via-velocity.*
16039
16040 VICODEC VIRTUAL CODEC DRIVER
16041 M:      Hans Verkuil <hans.verkuil@cisco.com>
16042 L:      linux-media@vger.kernel.org
16043 T:      git git://linuxtv.org/media_tree.git
16044 W:      https://linuxtv.org
16045 S:      Maintained
16046 F:      drivers/media/platform/vicodec/*
16047
16048 VIDEO MULTIPLEXER DRIVER
16049 M:      Philipp Zabel <p.zabel@pengutronix.de>
16050 L:      linux-media@vger.kernel.org
16051 S:      Maintained
16052 F:      drivers/media/platform/video-mux.c
16053
16054 VIDEO I2C POLLING DRIVER
16055 M:      Matt Ranostay <matt.ranostay@konsulko.com>
16056 L:      linux-media@vger.kernel.org
16057 S:      Maintained
16058 F:      drivers/media/i2c/video-i2c.c
16059
16060 VIDEOBUF2 FRAMEWORK
16061 M:      Pawel Osciak <pawel@osciak.com>
16062 M:      Marek Szyprowski <m.szyprowski@samsung.com>
16063 M:      Kyungmin Park <kyungmin.park@samsung.com>
16064 L:      linux-media@vger.kernel.org
16065 S:      Maintained
16066 F:      drivers/media/common/videobuf2/*
16067 F:      include/media/videobuf2-*
16068
16069 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
16070 M:      Helen Koike <helen.koike@collabora.com>
16071 L:      linux-media@vger.kernel.org
16072 T:      git git://linuxtv.org/media_tree.git
16073 W:      https://linuxtv.org
16074 S:      Maintained
16075 F:      drivers/media/platform/vimc/*
16076
16077 VIRT LIB
16078 M:      Alex Williamson <alex.williamson@redhat.com>
16079 M:      Paolo Bonzini <pbonzini@redhat.com>
16080 L:      kvm@vger.kernel.org
16081 S:      Supported
16082 F:      virt/lib/
16083
16084 VIRTIO AND VHOST VSOCK DRIVER
16085 M:      Stefan Hajnoczi <stefanha@redhat.com>
16086 L:      kvm@vger.kernel.org
16087 L:      virtualization@lists.linux-foundation.org
16088 L:      netdev@vger.kernel.org
16089 S:      Maintained
16090 F:      include/linux/virtio_vsock.h
16091 F:      include/uapi/linux/virtio_vsock.h
16092 F:      include/uapi/linux/vsockmon.h
16093 F:      include/uapi/linux/vm_sockets_diag.h
16094 F:      net/vmw_vsock/diag.c
16095 F:      net/vmw_vsock/af_vsock_tap.c
16096 F:      net/vmw_vsock/virtio_transport_common.c
16097 F:      net/vmw_vsock/virtio_transport.c
16098 F:      drivers/net/vsockmon.c
16099 F:      drivers/vhost/vsock.c
16100 F:      tools/testing/vsock/
16101
16102 VIRTIO CONSOLE DRIVER
16103 M:      Amit Shah <amit@kernel.org>
16104 L:      virtualization@lists.linux-foundation.org
16105 S:      Maintained
16106 F:      drivers/char/virtio_console.c
16107 F:      include/linux/virtio_console.h
16108 F:      include/uapi/linux/virtio_console.h
16109
16110 VIRTIO CORE, NET AND BLOCK DRIVERS
16111 M:      "Michael S. Tsirkin" <mst@redhat.com>
16112 M:      Jason Wang <jasowang@redhat.com>
16113 L:      virtualization@lists.linux-foundation.org
16114 S:      Maintained
16115 F:      Documentation/devicetree/bindings/virtio/
16116 F:      drivers/virtio/
16117 F:      tools/virtio/
16118 F:      drivers/net/virtio_net.c
16119 F:      drivers/block/virtio_blk.c
16120 F:      include/linux/virtio*.h
16121 F:      include/uapi/linux/virtio_*.h
16122 F:      drivers/crypto/virtio/
16123 F:      mm/balloon_compaction.c
16124
16125 VIRTIO CRYPTO DRIVER
16126 M:      Gonglei <arei.gonglei@huawei.com>
16127 L:      virtualization@lists.linux-foundation.org
16128 L:      linux-crypto@vger.kernel.org
16129 S:      Maintained
16130 F:      drivers/crypto/virtio/
16131 F:      include/uapi/linux/virtio_crypto.h
16132
16133 VIRTIO DRIVERS FOR S390
16134 M:      Cornelia Huck <cohuck@redhat.com>
16135 M:      Halil Pasic <pasic@linux.ibm.com>
16136 L:      linux-s390@vger.kernel.org
16137 L:      virtualization@lists.linux-foundation.org
16138 L:      kvm@vger.kernel.org
16139 S:      Supported
16140 F:      drivers/s390/virtio/
16141 F:      arch/s390/include/uapi/asm/virtio-ccw.h
16142
16143 VIRTIO GPU DRIVER
16144 M:      David Airlie <airlied@linux.ie>
16145 M:      Gerd Hoffmann <kraxel@redhat.com>
16146 L:      dri-devel@lists.freedesktop.org
16147 L:      virtualization@lists.linux-foundation.org
16148 T:      git git://anongit.freedesktop.org/drm/drm-misc
16149 S:      Maintained
16150 F:      drivers/gpu/drm/virtio/
16151 F:      include/uapi/linux/virtio_gpu.h
16152
16153 VIRTIO HOST (VHOST)
16154 M:      "Michael S. Tsirkin" <mst@redhat.com>
16155 M:      Jason Wang <jasowang@redhat.com>
16156 L:      kvm@vger.kernel.org
16157 L:      virtualization@lists.linux-foundation.org
16158 L:      netdev@vger.kernel.org
16159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
16160 S:      Maintained
16161 F:      drivers/vhost/
16162 F:      include/uapi/linux/vhost.h
16163
16164 VIRTIO INPUT DRIVER
16165 M:      Gerd Hoffmann <kraxel@redhat.com>
16166 S:      Maintained
16167 F:      drivers/virtio/virtio_input.c
16168 F:      include/uapi/linux/virtio_input.h
16169
16170 VIRTUAL BOX GUEST DEVICE DRIVER
16171 M:      Hans de Goede <hdegoede@redhat.com>
16172 M:      Arnd Bergmann <arnd@arndb.de>
16173 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16174 S:      Maintained
16175 F:      include/linux/vbox_utils.h
16176 F:      include/uapi/linux/vbox*.h
16177 F:      drivers/virt/vboxguest/
16178
16179 VIRTUAL SERIO DEVICE DRIVER
16180 M:      Stephen Chandler Paul <thatslyude@gmail.com>
16181 S:      Maintained
16182 F:      drivers/input/serio/userio.c
16183 F:      include/uapi/linux/userio.h
16184
16185 VIVID VIRTUAL VIDEO DRIVER
16186 M:      Hans Verkuil <hverkuil@xs4all.nl>
16187 L:      linux-media@vger.kernel.org
16188 T:      git git://linuxtv.org/media_tree.git
16189 W:      https://linuxtv.org
16190 S:      Maintained
16191 F:      drivers/media/platform/vivid/*
16192
16193 VLYNQ BUS
16194 M:      Florian Fainelli <f.fainelli@gmail.com>
16195 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
16196 S:      Maintained
16197 F:      drivers/vlynq/vlynq.c
16198 F:      include/linux/vlynq.h
16199
16200 VME SUBSYSTEM
16201 M:      Martyn Welch <martyn@welchs.me.uk>
16202 M:      Manohar Vanga <manohar.vanga@gmail.com>
16203 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16204 L:      devel@driverdev.osuosl.org
16205 S:      Maintained
16206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
16207 F:      Documentation/driver-api/vme.rst
16208 F:      drivers/staging/vme/
16209 F:      drivers/vme/
16210 F:      include/linux/vme*
16211
16212 VMWARE BALLOON DRIVER
16213 M:      Xavier Deguillard <xdeguillard@vmware.com>
16214 M:      Nadav Amit <namit@vmware.com>
16215 M:      "VMware, Inc." <pv-drivers@vmware.com>
16216 L:      linux-kernel@vger.kernel.org
16217 S:      Maintained
16218 F:      drivers/misc/vmw_balloon.c
16219
16220 VMWARE HYPERVISOR INTERFACE
16221 M:      Alok Kataria <akataria@vmware.com>
16222 L:      virtualization@lists.linux-foundation.org
16223 S:      Supported
16224 F:      arch/x86/kernel/cpu/vmware.c
16225
16226 VMWARE PVRDMA DRIVER
16227 M:      Adit Ranadive <aditr@vmware.com>
16228 M:      VMware PV-Drivers <pv-drivers@vmware.com>
16229 L:      linux-rdma@vger.kernel.org
16230 S:      Maintained
16231 F:      drivers/infiniband/hw/vmw_pvrdma/
16232
16233 VMware PVSCSI driver
16234 M:      Jim Gill <jgill@vmware.com>
16235 M:      VMware PV-Drivers <pv-drivers@vmware.com>
16236 L:      linux-scsi@vger.kernel.org
16237 S:      Maintained
16238 F:      drivers/scsi/vmw_pvscsi.c
16239 F:      drivers/scsi/vmw_pvscsi.h
16240
16241 VMWARE VMMOUSE SUBDRIVER
16242 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
16243 M:      "VMware, Inc." <pv-drivers@vmware.com>
16244 L:      linux-input@vger.kernel.org
16245 S:      Maintained
16246 F:      drivers/input/mouse/vmmouse.c
16247 F:      drivers/input/mouse/vmmouse.h
16248
16249 VMWARE VMXNET3 ETHERNET DRIVER
16250 M:      Ronak Doshi <doshir@vmware.com>
16251 M:      "VMware, Inc." <pv-drivers@vmware.com>
16252 L:      netdev@vger.kernel.org
16253 S:      Maintained
16254 F:      drivers/net/vmxnet3/
16255
16256 VOCORE VOCORE2 BOARD
16257 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
16258 L:      linux-mips@vger.kernel.org
16259 S:      Maintained
16260 F:      arch/mips/boot/dts/ralink/vocore2.dts
16261
16262 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
16263 M:      Liam Girdwood <lgirdwood@gmail.com>
16264 M:      Mark Brown <broonie@kernel.org>
16265 L:      linux-kernel@vger.kernel.org
16266 W:      http://www.slimlogic.co.uk/?p=48
16267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
16268 S:      Supported
16269 F:      Documentation/devicetree/bindings/regulator/
16270 F:      Documentation/power/regulator/
16271 F:      drivers/regulator/
16272 F:      include/dt-bindings/regulator/
16273 F:      include/linux/regulator/
16274
16275 VRF
16276 M:      David Ahern <dsa@cumulusnetworks.com>
16277 M:      Shrijeet Mukherjee <shrijeet@gmail.com>
16278 L:      netdev@vger.kernel.org
16279 S:      Maintained
16280 F:      drivers/net/vrf.c
16281 F:      Documentation/networking/vrf.txt
16282
16283 VT1211 HARDWARE MONITOR DRIVER
16284 M:      Juerg Haefliger <juergh@gmail.com>
16285 L:      linux-hwmon@vger.kernel.org
16286 S:      Maintained
16287 F:      Documentation/hwmon/vt1211
16288 F:      drivers/hwmon/vt1211.c
16289
16290 VT8231 HARDWARE MONITOR DRIVER
16291 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
16292 L:      linux-hwmon@vger.kernel.org
16293 S:      Maintained
16294 F:      drivers/hwmon/vt8231.c
16295
16296 VUB300 USB to SDIO/SD/MMC bridge chip
16297 M:      Tony Olech <tony.olech@elandigitalsystems.com>
16298 L:      linux-mmc@vger.kernel.org
16299 L:      linux-usb@vger.kernel.org
16300 S:      Supported
16301 F:      drivers/mmc/host/vub300.c
16302
16303 W1 DALLAS'S 1-WIRE BUS
16304 M:      Evgeniy Polyakov <zbr@ioremap.net>
16305 S:      Maintained
16306 F:      Documentation/devicetree/bindings/w1/
16307 F:      Documentation/w1/
16308 F:      drivers/w1/
16309 F:      include/linux/w1.h
16310
16311 W83791D HARDWARE MONITORING DRIVER
16312 M:      Marc Hulsman <m.hulsman@tudelft.nl>
16313 L:      linux-hwmon@vger.kernel.org
16314 S:      Maintained
16315 F:      Documentation/hwmon/w83791d
16316 F:      drivers/hwmon/w83791d.c
16317
16318 W83793 HARDWARE MONITORING DRIVER
16319 M:      Rudolf Marek <r.marek@assembler.cz>
16320 L:      linux-hwmon@vger.kernel.org
16321 S:      Maintained
16322 F:      Documentation/hwmon/w83793
16323 F:      drivers/hwmon/w83793.c
16324
16325 W83795 HARDWARE MONITORING DRIVER
16326 M:      Jean Delvare <jdelvare@suse.com>
16327 L:      linux-hwmon@vger.kernel.org
16328 S:      Maintained
16329 F:      drivers/hwmon/w83795.c
16330
16331 W83L51xD SD/MMC CARD INTERFACE DRIVER
16332 M:      Pierre Ossman <pierre@ossman.eu>
16333 S:      Maintained
16334 F:      drivers/mmc/host/wbsd.*
16335
16336 WACOM PROTOCOL 4 SERIAL TABLETS
16337 M:      Julian Squires <julian@cipht.net>
16338 M:      Hans de Goede <hdegoede@redhat.com>
16339 L:      linux-input@vger.kernel.org
16340 S:      Maintained
16341 F:      drivers/input/tablet/wacom_serial4.c
16342
16343 WATCHDOG DEVICE DRIVERS
16344 M:      Wim Van Sebroeck <wim@linux-watchdog.org>
16345 M:      Guenter Roeck <linux@roeck-us.net>
16346 L:      linux-watchdog@vger.kernel.org
16347 W:      http://www.linux-watchdog.org/
16348 T:      git git://www.linux-watchdog.org/linux-watchdog.git
16349 S:      Maintained
16350 F:      Documentation/devicetree/bindings/watchdog/
16351 F:      Documentation/watchdog/
16352 F:      drivers/watchdog/
16353 F:      include/linux/watchdog.h
16354 F:      include/uapi/linux/watchdog.h
16355
16356 WHISKEYCOVE PMIC GPIO DRIVER
16357 M:      Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
16358 L:      linux-gpio@vger.kernel.org
16359 S:      Maintained
16360 F:      drivers/gpio/gpio-wcove.c
16361
16362 WIIMOTE HID DRIVER
16363 M:      David Herrmann <dh.herrmann@googlemail.com>
16364 L:      linux-input@vger.kernel.org
16365 S:      Maintained
16366 F:      drivers/hid/hid-wiimote*
16367
16368 WILOCITY WIL6210 WIRELESS DRIVER
16369 M:      Maya Erez <merez@codeaurora.org>
16370 L:      linux-wireless@vger.kernel.org
16371 L:      wil6210@qti.qualcomm.com
16372 S:      Supported
16373 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
16374 F:      drivers/net/wireless/ath/wil6210/
16375
16376 WIMAX STACK
16377 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
16378 M:      linux-wimax@intel.com
16379 L:      wimax@linuxwimax.org (subscribers-only)
16380 S:      Supported
16381 W:      http://linuxwimax.org
16382 F:      Documentation/wimax/README.wimax
16383 F:      include/linux/wimax/debug.h
16384 F:      include/net/wimax.h
16385 F:      include/uapi/linux/wimax.h
16386 F:      net/wimax/
16387
16388 WINBOND CIR DRIVER
16389 M:      David Härdeman <david@hardeman.nu>
16390 S:      Maintained
16391 F:      drivers/media/rc/winbond-cir.c
16392
16393 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
16394 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
16395 L:      linux-watchdog@vger.kernel.org
16396 S:      Maintained
16397 F:      drivers/watchdog/ebc-c384_wdt.c
16398
16399 WINSYSTEMS WS16C48 GPIO DRIVER
16400 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
16401 L:      linux-gpio@vger.kernel.org
16402 S:      Maintained
16403 F:      drivers/gpio/gpio-ws16c48.c
16404
16405 WISTRON LAPTOP BUTTON DRIVER
16406 M:      Miloslav Trmac <mitr@volny.cz>
16407 S:      Maintained
16408 F:      drivers/input/misc/wistron_btns.c
16409
16410 WL3501 WIRELESS PCMCIA CARD DRIVER
16411 L:      linux-wireless@vger.kernel.org
16412 S:      Odd fixes
16413 F:      drivers/net/wireless/wl3501*
16414
16415 WOLFSON MICROELECTRONICS DRIVERS
16416 L:      patches@opensource.cirrus.com
16417 T:      git https://github.com/CirrusLogic/linux-drivers.git
16418 W:      https://github.com/CirrusLogic/linux-drivers/wiki
16419 S:      Supported
16420 F:      Documentation/hwmon/wm83??
16421 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
16422 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
16423 F:      Documentation/devicetree/bindings/mfd/arizona.txt
16424 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
16425 F:      Documentation/devicetree/bindings/sound/wlf,arizona.txt
16426 F:      arch/arm/mach-s3c64xx/mach-crag6410*
16427 F:      drivers/clk/clk-wm83*.c
16428 F:      drivers/extcon/extcon-arizona.c
16429 F:      drivers/leds/leds-wm83*.c
16430 F:      drivers/gpio/gpio-*wm*.c
16431 F:      drivers/gpio/gpio-arizona.c
16432 F:      drivers/hwmon/wm83??-hwmon.c
16433 F:      drivers/input/misc/wm831x-on.c
16434 F:      drivers/input/touchscreen/wm831x-ts.c
16435 F:      drivers/input/touchscreen/wm97*.c
16436 F:      drivers/mfd/arizona*
16437 F:      drivers/mfd/wm*.c
16438 F:      drivers/mfd/cs47l24*
16439 F:      drivers/power/supply/wm83*.c
16440 F:      drivers/rtc/rtc-wm83*.c
16441 F:      drivers/regulator/wm8*.c
16442 F:      drivers/regulator/arizona*
16443 F:      drivers/video/backlight/wm83*_bl.c
16444 F:      drivers/watchdog/wm83*_wdt.c
16445 F:      include/linux/mfd/arizona/
16446 F:      include/linux/mfd/wm831x/
16447 F:      include/linux/mfd/wm8350/
16448 F:      include/linux/mfd/wm8400*
16449 F:      include/linux/regulator/arizona*
16450 F:      include/linux/wm97xx.h
16451 F:      include/sound/wm????.h
16452 F:      sound/soc/codecs/arizona.?
16453 F:      sound/soc/codecs/wm*
16454 F:      sound/soc/codecs/cs47l24*
16455
16456 WORKQUEUE
16457 M:      Tejun Heo <tj@kernel.org>
16458 R:      Lai Jiangshan <jiangshanlai@gmail.com>
16459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
16460 S:      Maintained
16461 F:      include/linux/workqueue.h
16462 F:      kernel/workqueue.c
16463 F:      Documentation/core-api/workqueue.rst
16464
16465 X-POWERS AXP288 PMIC DRIVERS
16466 M:      Hans de Goede <hdegoede@redhat.com>
16467 S:      Maintained
16468 N:      axp288
16469 F:      drivers/acpi/pmic/intel_pmic_xpower.c
16470
16471 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
16472 M:      Chen-Yu Tsai <wens@csie.org>
16473 L:      linux-kernel@vger.kernel.org
16474 S:      Maintained
16475 N:      axp[128]
16476
16477 X.25 NETWORK LAYER
16478 M:      Andrew Hendry <andrew.hendry@gmail.com>
16479 L:      linux-x25@vger.kernel.org
16480 S:      Odd Fixes
16481 F:      Documentation/networking/x25*
16482 F:      include/net/x25*
16483 F:      net/x25/
16484
16485 X86 ARCHITECTURE (32-BIT AND 64-BIT)
16486 M:      Thomas Gleixner <tglx@linutronix.de>
16487 M:      Ingo Molnar <mingo@redhat.com>
16488 M:      Borislav Petkov <bp@alien8.de>
16489 R:      "H. Peter Anvin" <hpa@zytor.com>
16490 M:      x86@kernel.org
16491 L:      linux-kernel@vger.kernel.org
16492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
16493 S:      Maintained
16494 F:      Documentation/devicetree/bindings/x86/
16495 F:      Documentation/x86/
16496 F:      arch/x86/
16497
16498 X86 ENTRY CODE
16499 M:      Andy Lutomirski <luto@kernel.org>
16500 L:      linux-kernel@vger.kernel.org
16501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/asm
16502 S:      Maintained
16503 F:      arch/x86/entry/
16504
16505 X86 MCE INFRASTRUCTURE
16506 M:      Tony Luck <tony.luck@intel.com>
16507 M:      Borislav Petkov <bp@alien8.de>
16508 L:      linux-edac@vger.kernel.org
16509 S:      Maintained
16510 F:      arch/x86/kernel/cpu/mcheck/*
16511
16512 X86 MICROCODE UPDATE SUPPORT
16513 M:      Borislav Petkov <bp@alien8.de>
16514 S:      Maintained
16515 F:      arch/x86/kernel/cpu/microcode/*
16516
16517 X86 MM
16518 M:      Dave Hansen <dave.hansen@linux.intel.com>
16519 M:      Andy Lutomirski <luto@kernel.org>
16520 M:      Peter Zijlstra <peterz@infradead.org>
16521 L:      linux-kernel@vger.kernel.org
16522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/mm
16523 S:      Maintained
16524 F:      arch/x86/mm/
16525
16526 X86 PLATFORM DRIVERS
16527 M:      Darren Hart <dvhart@infradead.org>
16528 M:      Andy Shevchenko <andy@infradead.org>
16529 L:      platform-driver-x86@vger.kernel.org
16530 T:      git git://git.infradead.org/linux-platform-drivers-x86.git
16531 S:      Maintained
16532 F:      drivers/platform/x86/
16533 F:      drivers/platform/olpc/
16534
16535 X86 VDSO
16536 M:      Andy Lutomirski <luto@kernel.org>
16537 L:      linux-kernel@vger.kernel.org
16538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
16539 S:      Maintained
16540 F:      arch/x86/entry/vdso/
16541
16542 XARRAY
16543 M:      Matthew Wilcox <willy@infradead.org>
16544 L:      linux-fsdevel@vger.kernel.org
16545 S:      Supported
16546 F:      Documentation/core-api/xarray.rst
16547 F:      lib/idr.c
16548 F:      lib/xarray.c
16549 F:      include/linux/idr.h
16550 F:      include/linux/xarray.h
16551 F:      tools/testing/radix-tree
16552
16553 XBOX DVD IR REMOTE
16554 M:      Benjamin Valentin <benpicco@googlemail.com>
16555 S:      Maintained
16556 F:      drivers/media/rc/xbox_remote.c
16557 F:      drivers/media/rc/keymaps/rc-xbox-dvd.c
16558
16559 XC2028/3028 TUNER DRIVER
16560 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
16561 L:      linux-media@vger.kernel.org
16562 W:      https://linuxtv.org
16563 T:      git git://linuxtv.org/media_tree.git
16564 S:      Maintained
16565 F:      drivers/media/tuners/tuner-xc2028.*
16566
16567 XDP SOCKETS (AF_XDP)
16568 M:      Björn Töpel <bjorn.topel@intel.com>
16569 M:      Magnus Karlsson <magnus.karlsson@intel.com>
16570 L:      netdev@vger.kernel.org
16571 S:      Maintained
16572 F:      kernel/bpf/xskmap.c
16573 F:      net/xdp/
16574
16575 XEN BLOCK SUBSYSTEM
16576 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16577 M:      Roger Pau Monné <roger.pau@citrix.com>
16578 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16579 S:      Supported
16580 F:      drivers/block/xen-blkback/*
16581 F:      drivers/block/xen*
16582
16583 XEN HYPERVISOR ARM
16584 M:      Stefano Stabellini <sstabellini@kernel.org>
16585 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16586 S:      Maintained
16587 F:      arch/arm/xen/
16588 F:      arch/arm/include/asm/xen/
16589
16590 XEN HYPERVISOR ARM64
16591 M:      Stefano Stabellini <sstabellini@kernel.org>
16592 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16593 S:      Maintained
16594 F:      arch/arm64/xen/
16595 F:      arch/arm64/include/asm/xen/
16596
16597 XEN HYPERVISOR INTERFACE
16598 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
16599 M:      Juergen Gross <jgross@suse.com>
16600 R:      Stefano Stabellini <sstabellini@kernel.org>
16601 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
16603 S:      Supported
16604 F:      arch/x86/xen/
16605 F:      arch/x86/platform/pvh/
16606 F:      drivers/*/xen-*front.c
16607 F:      drivers/xen/
16608 F:      arch/x86/include/asm/xen/
16609 F:      arch/x86/include/asm/pvclock-abi.h
16610 F:      include/xen/
16611 F:      include/uapi/xen/
16612 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
16613 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
16614
16615 XEN NETWORK BACKEND DRIVER
16616 M:      Wei Liu <wei.liu2@citrix.com>
16617 M:      Paul Durrant <paul.durrant@citrix.com>
16618 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16619 L:      netdev@vger.kernel.org
16620 S:      Supported
16621 F:      drivers/net/xen-netback/*
16622
16623 XEN PCI SUBSYSTEM
16624 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16625 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16626 S:      Supported
16627 F:      arch/x86/pci/*xen*
16628 F:      drivers/pci/*xen*
16629
16630 XEN PVSCSI DRIVERS
16631 M:      Juergen Gross <jgross@suse.com>
16632 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16633 L:      linux-scsi@vger.kernel.org
16634 S:      Supported
16635 F:      drivers/scsi/xen-scsifront.c
16636 F:      drivers/xen/xen-scsiback.c
16637 F:      include/xen/interface/io/vscsiif.h
16638
16639 XEN SWIOTLB SUBSYSTEM
16640 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
16641 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16642 L:      iommu@lists.linux-foundation.org
16643 S:      Supported
16644 F:      arch/x86/xen/*swiotlb*
16645 F:      drivers/xen/*swiotlb*
16646
16647 XEN SOUND FRONTEND DRIVER
16648 M:      Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
16649 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
16650 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
16651 S:      Supported
16652 F:      sound/xen/*
16653
16654 XFS FILESYSTEM
16655 M:      Darrick J. Wong <darrick.wong@oracle.com>
16656 M:      linux-xfs@vger.kernel.org
16657 L:      linux-xfs@vger.kernel.org
16658 W:      http://xfs.org/
16659 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
16660 S:      Supported
16661 F:      Documentation/filesystems/xfs.txt
16662 F:      fs/xfs/
16663
16664 XILINX AXI ETHERNET DRIVER
16665 M:      Anirudha Sarangi <anirudh@xilinx.com>
16666 M:      John Linn <John.Linn@xilinx.com>
16667 S:      Maintained
16668 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
16669
16670 XILINX UARTLITE SERIAL DRIVER
16671 M:      Peter Korsgaard <jacmet@sunsite.dk>
16672 L:      linux-serial@vger.kernel.org
16673 S:      Maintained
16674 F:      drivers/tty/serial/uartlite.c
16675
16676 XILINX VIDEO IP CORES
16677 M:      Hyun Kwon <hyun.kwon@xilinx.com>
16678 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
16679 L:      linux-media@vger.kernel.org
16680 T:      git git://linuxtv.org/media_tree.git
16681 S:      Supported
16682 F:      Documentation/devicetree/bindings/media/xilinx/
16683 F:      drivers/media/platform/xilinx/
16684 F:      include/uapi/linux/xilinx-v4l2-controls.h
16685
16686 XILLYBUS DRIVER
16687 M:      Eli Billauer <eli.billauer@gmail.com>
16688 L:      linux-kernel@vger.kernel.org
16689 S:      Supported
16690 F:      drivers/char/xillybus/
16691
16692 XLP9XX I2C DRIVER
16693 M:      George Cherian <george.cherian@cavium.com>
16694 M:      Jan Glauber <jglauber@cavium.com>
16695 L:      linux-i2c@vger.kernel.org
16696 W:      http://www.cavium.com
16697 S:      Supported
16698 F:      drivers/i2c/busses/i2c-xlp9xx.c
16699
16700 XRA1403 GPIO EXPANDER
16701 M:      Nandor Han <nandor.han@ge.com>
16702 M:      Semi Malinen <semi.malinen@ge.com>
16703 L:      linux-gpio@vger.kernel.org
16704 S:      Maintained
16705 F:      drivers/gpio/gpio-xra1403.c
16706 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
16707
16708 XTENSA XTFPGA PLATFORM SUPPORT
16709 M:      Max Filippov <jcmvbkbc@gmail.com>
16710 L:      linux-xtensa@linux-xtensa.org
16711 S:      Maintained
16712 F:      drivers/spi/spi-xtensa-xtfpga.c
16713 F:      sound/soc/xtensa/xtfpga-i2s.c
16714
16715 YAM DRIVER FOR AX.25
16716 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
16717 L:      linux-hams@vger.kernel.org
16718 S:      Maintained
16719 F:      drivers/net/hamradio/yam*
16720 F:      include/linux/yam.h
16721
16722 YAMA SECURITY MODULE
16723 M:      Kees Cook <keescook@chromium.org>
16724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
16725 S:      Supported
16726 F:      security/yama/
16727 F:      Documentation/admin-guide/LSM/Yama.rst
16728
16729 YEALINK PHONE DRIVER
16730 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
16731 L:      usbb2k-api-dev@nongnu.org
16732 S:      Maintained
16733 F:      Documentation/input/devices/yealink.rst
16734 F:      drivers/input/misc/yealink.*
16735
16736 Z8530 DRIVER FOR AX.25
16737 M:      Joerg Reuter <jreuter@yaina.de>
16738 W:      http://yaina.de/jreuter/
16739 W:      http://www.qsl.net/dl1bke/
16740 L:      linux-hams@vger.kernel.org
16741 S:      Maintained
16742 F:      Documentation/networking/z8530drv.txt
16743 F:      drivers/net/hamradio/*scc.c
16744 F:      drivers/net/hamradio/z8530.h
16745
16746 ZBUD COMPRESSED PAGE ALLOCATOR
16747 M:      Seth Jennings <sjenning@redhat.com>
16748 M:      Dan Streetman <ddstreet@ieee.org>
16749 L:      linux-mm@kvack.org
16750 S:      Maintained
16751 F:      mm/zbud.c
16752 F:      include/linux/zbud.h
16753
16754 ZD1211RW WIRELESS DRIVER
16755 M:      Daniel Drake <dsd@gentoo.org>
16756 M:      Ulrich Kunitz <kune@deine-taler.de>
16757 W:      http://zd1211.ath.cx/wiki/DriverRewrite
16758 L:      linux-wireless@vger.kernel.org
16759 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
16760 S:      Maintained
16761 F:      drivers/net/wireless/zydas/zd1211rw/
16762
16763 ZD1301 MEDIA DRIVER
16764 M:      Antti Palosaari <crope@iki.fi>
16765 L:      linux-media@vger.kernel.org
16766 W:      https://linuxtv.org/
16767 W:      http://palosaari.fi/linux/
16768 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
16769 S:      Maintained
16770 F:      drivers/media/usb/dvb-usb-v2/zd1301*
16771
16772 ZD1301_DEMOD MEDIA DRIVER
16773 M:      Antti Palosaari <crope@iki.fi>
16774 L:      linux-media@vger.kernel.org
16775 W:      https://linuxtv.org/
16776 W:      http://palosaari.fi/linux/
16777 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
16778 S:      Maintained
16779 F:      drivers/media/dvb-frontends/zd1301_demod*
16780
16781 ZPOOL COMPRESSED PAGE STORAGE API
16782 M:      Dan Streetman <ddstreet@ieee.org>
16783 L:      linux-mm@kvack.org
16784 S:      Maintained
16785 F:      mm/zpool.c
16786 F:      include/linux/zpool.h
16787
16788 ZR36067 VIDEO FOR LINUX DRIVER
16789 L:      mjpeg-users@lists.sourceforge.net
16790 L:      linux-media@vger.kernel.org
16791 W:      http://mjpeg.sourceforge.net/driver-zoran/
16792 T:      hg https://linuxtv.org/hg/v4l-dvb
16793 S:      Odd Fixes
16794 F:      drivers/staging/media/zoran/
16795
16796 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
16797 M:      Minchan Kim <minchan@kernel.org>
16798 M:      Nitin Gupta <ngupta@vflare.org>
16799 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
16800 L:      linux-kernel@vger.kernel.org
16801 S:      Maintained
16802 F:      drivers/block/zram/
16803 F:      Documentation/blockdev/zram.txt
16804
16805 ZS DECSTATION Z85C30 SERIAL DRIVER
16806 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
16807 S:      Maintained
16808 F:      drivers/tty/serial/zs.*
16809
16810 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
16811 M:      Minchan Kim <minchan@kernel.org>
16812 M:      Nitin Gupta <ngupta@vflare.org>
16813 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
16814 L:      linux-mm@kvack.org
16815 S:      Maintained
16816 F:      mm/zsmalloc.c
16817 F:      include/linux/zsmalloc.h
16818 F:      Documentation/vm/zsmalloc.rst
16819
16820 ZSWAP COMPRESSED SWAP CACHING
16821 M:      Seth Jennings <sjenning@redhat.com>
16822 M:      Dan Streetman <ddstreet@ieee.org>
16823 L:      linux-mm@kvack.org
16824 S:      Maintained
16825 F:      mm/zswap.c
16826
16827 THE REST
16828 M:      Linus Torvalds <torvalds@linux-foundation.org>
16829 L:      linux-kernel@vger.kernel.org
16830 Q:      http://patchwork.kernel.org/project/LKML/list/
16831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
16832 S:      Buried alive in reporters
16833 F:      *
16834 F:      */