]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - MAINTAINERS
UBUNTU: Ubuntu-4.15.0-96.97
[mirror_ubuntu-bionic-kernel.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@mathematik.tu-chemnitz.de>
141 L: netdev@vger.kernel.org
142 S: Maintained
143 F: Documentation/networking/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 L: netdev@vger.kernel.org
184 S: Maintained
185 F: drivers/net/ethernet/realtek/r8169.c
186
187 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
188 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
189 L: linux-serial@vger.kernel.org
190 S: Maintained
191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
192 F: drivers/tty/serial/8250*
193 F: include/linux/serial_8250.h
194
195 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
196 L: netdev@vger.kernel.org
197 S: Orphan / Obsolete
198 F: drivers/net/ethernet/8390/
199
200 9P FILE SYSTEM
201 M: Eric Van Hensbergen <ericvh@gmail.com>
202 M: Ron Minnich <rminnich@sandia.gov>
203 M: Latchesar Ionkov <lucho@ionkov.net>
204 L: v9fs-developer@lists.sourceforge.net
205 W: http://swik.net/v9fs
206 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
208 S: Maintained
209 F: Documentation/filesystems/9p.txt
210 F: fs/9p/
211 F: net/9p/
212 F: include/net/9p/
213 F: include/uapi/linux/virtio_9p.h
214 F: include/trace/events/9p.h
215
216 A8293 MEDIA DRIVER
217 M: Antti Palosaari <crope@iki.fi>
218 L: linux-media@vger.kernel.org
219 W: https://linuxtv.org
220 W: http://palosaari.fi/linux/
221 Q: http://patchwork.linuxtv.org/project/linux-media/list/
222 T: git git://linuxtv.org/anttip/media_tree.git
223 S: Maintained
224 F: drivers/media/dvb-frontends/a8293*
225
226 AACRAID SCSI RAID DRIVER
227 M: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
228 L: linux-scsi@vger.kernel.org
229 W: http://www.adaptec.com/
230 S: Supported
231 F: Documentation/scsi/aacraid.txt
232 F: drivers/scsi/aacraid/
233
234 ABI/API
235 L: linux-api@vger.kernel.org
236 F: include/linux/syscalls.h
237 F: kernel/sys_ni.c
238
239 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
240 M: Hans de Goede <hdegoede@redhat.com>
241 L: linux-hwmon@vger.kernel.org
242 S: Maintained
243 F: drivers/hwmon/abituguru.c
244
245 ABIT UGURU 3 HARDWARE MONITOR DRIVER
246 M: Alistair John Strachan <alistair@devzero.co.uk>
247 L: linux-hwmon@vger.kernel.org
248 S: Maintained
249 F: drivers/hwmon/abituguru3.c
250
251 ACCES 104-DIO-48E GPIO DRIVER
252 M: William Breathitt Gray <vilhelm.gray@gmail.com>
253 L: linux-gpio@vger.kernel.org
254 S: Maintained
255 F: drivers/gpio/gpio-104-dio-48e.c
256
257 ACCES 104-IDI-48 GPIO DRIVER
258 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
259 L: linux-gpio@vger.kernel.org
260 S: Maintained
261 F: drivers/gpio/gpio-104-idi-48.c
262
263 ACCES 104-IDIO-16 GPIO DRIVER
264 M: "William Breathitt Gray" <vilhelm.gray@gmail.com>
265 L: linux-gpio@vger.kernel.org
266 S: Maintained
267 F: drivers/gpio/gpio-104-idio-16.c
268
269 ACCES 104-QUAD-8 IIO DRIVER
270 M: William Breathitt Gray <vilhelm.gray@gmail.com>
271 L: linux-iio@vger.kernel.org
272 S: Maintained
273 F: drivers/iio/counter/104-quad-8.c
274
275 ACCES PCI-IDIO-16 GPIO DRIVER
276 M: William Breathitt Gray <vilhelm.gray@gmail.com>
277 L: linux-gpio@vger.kernel.org
278 S: Maintained
279 F: drivers/gpio/gpio-pci-idio-16.c
280
281 ACENIC DRIVER
282 M: Jes Sorensen <jes@trained-monkey.org>
283 L: linux-acenic@sunsite.dk
284 S: Maintained
285 F: drivers/net/ethernet/alteon/acenic*
286
287 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
288 M: Peter Feuerer <peter@piie.net>
289 L: platform-driver-x86@vger.kernel.org
290 W: http://piie.net/?section=acerhdf
291 S: Maintained
292 F: drivers/platform/x86/acerhdf.c
293
294 ACER WMI LAPTOP EXTRAS
295 M: "Lee, Chun-Yi" <jlee@suse.com>
296 L: platform-driver-x86@vger.kernel.org
297 S: Maintained
298 F: drivers/platform/x86/acer-wmi.c
299
300 ACPI
301 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
302 M: Len Brown <lenb@kernel.org>
303 L: linux-acpi@vger.kernel.org
304 W: https://01.org/linux-acpi
305 Q: https://patchwork.kernel.org/project/linux-acpi/list/
306 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 B: https://bugzilla.kernel.org
308 S: Supported
309 F: drivers/acpi/
310 F: drivers/pnp/pnpacpi/
311 F: include/linux/acpi.h
312 F: include/linux/fwnode.h
313 F: include/acpi/
314 F: Documentation/acpi/
315 F: Documentation/ABI/testing/sysfs-bus-acpi
316 F: Documentation/ABI/testing/configfs-acpi
317 F: drivers/pci/*acpi*
318 F: drivers/pci/*/*acpi*
319 F: drivers/pci/*/*/*acpi*
320 F: tools/power/acpi/
321
322 ACPI APEI
323 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
324 M: Len Brown <lenb@kernel.org>
325 L: linux-acpi@vger.kernel.org
326 R: Tony Luck <tony.luck@intel.com>
327 R: Borislav Petkov <bp@alien8.de>
328 F: drivers/acpi/apei/
329
330 ACPI COMPONENT ARCHITECTURE (ACPICA)
331 M: Robert Moore <robert.moore@intel.com>
332 M: Lv Zheng <lv.zheng@intel.com>
333 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
334 L: linux-acpi@vger.kernel.org
335 L: devel@acpica.org
336 W: https://acpica.org/
337 W: https://github.com/acpica/acpica/
338 Q: https://patchwork.kernel.org/project/linux-acpi/list/
339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
340 B: https://bugzilla.kernel.org
341 B: https://bugs.acpica.org
342 S: Supported
343 F: drivers/acpi/acpica/
344 F: include/acpi/
345 F: tools/power/acpi/
346
347 ACPI FAN DRIVER
348 M: Zhang Rui <rui.zhang@intel.com>
349 L: linux-acpi@vger.kernel.org
350 W: https://01.org/linux-acpi
351 B: https://bugzilla.kernel.org
352 S: Supported
353 F: drivers/acpi/fan.c
354
355 ACPI FOR ARM64 (ACPI/arm64)
356 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
357 M: Hanjun Guo <hanjun.guo@linaro.org>
358 M: Sudeep Holla <sudeep.holla@arm.com>
359 L: linux-acpi@vger.kernel.org
360 S: Maintained
361 F: drivers/acpi/arm64
362
363 ACPI PMIC DRIVERS
364 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
365 M: Len Brown <lenb@kernel.org>
366 R: Andy Shevchenko <andy@infradead.org>
367 R: Mika Westerberg <mika.westerberg@linux.intel.com>
368 L: linux-acpi@vger.kernel.org
369 Q: https://patchwork.kernel.org/project/linux-acpi/list/
370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
371 B: https://bugzilla.kernel.org
372 S: Supported
373 F: drivers/acpi/pmic/
374
375 ACPI THERMAL DRIVER
376 M: Zhang Rui <rui.zhang@intel.com>
377 L: linux-acpi@vger.kernel.org
378 W: https://01.org/linux-acpi
379 B: https://bugzilla.kernel.org
380 S: Supported
381 F: drivers/acpi/*thermal*
382
383 ACPI VIDEO DRIVER
384 M: Zhang Rui <rui.zhang@intel.com>
385 L: linux-acpi@vger.kernel.org
386 W: https://01.org/linux-acpi
387 B: https://bugzilla.kernel.org
388 S: Supported
389 F: drivers/acpi/acpi_video.c
390
391 ACPI WMI DRIVER
392 L: platform-driver-x86@vger.kernel.org
393 S: Orphan
394 F: drivers/platform/x86/wmi.c
395 F: include/uapi/linux/wmi.h
396
397 AD1889 ALSA SOUND DRIVER
398 M: Thibaut Varene <T-Bone@parisc-linux.org>
399 W: http://wiki.parisc-linux.org/AD1889
400 L: linux-parisc@vger.kernel.org
401 S: Maintained
402 F: sound/pci/ad1889.*
403
404 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
405 M: Michael Hennerich <michael.hennerich@analog.com>
406 W: http://wiki.analog.com/AD5254
407 W: http://ez.analog.com/community/linux-device-drivers
408 S: Supported
409 F: drivers/misc/ad525x_dpot.c
410
411 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
412 M: Michael Hennerich <michael.hennerich@analog.com>
413 W: http://wiki.analog.com/AD5398
414 W: http://ez.analog.com/community/linux-device-drivers
415 S: Supported
416 F: drivers/regulator/ad5398.c
417
418 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
419 M: Michael Hennerich <michael.hennerich@analog.com>
420 W: http://wiki.analog.com/AD7142
421 W: http://ez.analog.com/community/linux-device-drivers
422 S: Supported
423 F: drivers/input/misc/ad714x.c
424
425 AD7877 TOUCHSCREEN DRIVER
426 M: Michael Hennerich <michael.hennerich@analog.com>
427 W: http://wiki.analog.com/AD7877
428 W: http://ez.analog.com/community/linux-device-drivers
429 S: Supported
430 F: drivers/input/touchscreen/ad7877.c
431
432 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
433 M: Michael Hennerich <michael.hennerich@analog.com>
434 W: http://wiki.analog.com/AD7879
435 W: http://ez.analog.com/community/linux-device-drivers
436 S: Supported
437 F: drivers/input/touchscreen/ad7879.c
438
439 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
440 M: Jiri Kosina <jikos@kernel.org>
441 S: Maintained
442
443 ADF7242 IEEE 802.15.4 RADIO DRIVER
444 M: Michael Hennerich <michael.hennerich@analog.com>
445 W: https://wiki.analog.com/ADF7242
446 W: http://ez.analog.com/community/linux-device-drivers
447 L: linux-wpan@vger.kernel.org
448 S: Supported
449 F: drivers/net/ieee802154/adf7242.c
450 F: Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
451
452 ADM1025 HARDWARE MONITOR DRIVER
453 M: Jean Delvare <jdelvare@suse.com>
454 L: linux-hwmon@vger.kernel.org
455 S: Maintained
456 F: Documentation/hwmon/adm1025
457 F: drivers/hwmon/adm1025.c
458
459 ADM1029 HARDWARE MONITOR DRIVER
460 M: Corentin Labbe <clabbe.montjoie@gmail.com>
461 L: linux-hwmon@vger.kernel.org
462 S: Maintained
463 F: drivers/hwmon/adm1029.c
464
465 ADM8211 WIRELESS DRIVER
466 L: linux-wireless@vger.kernel.org
467 W: http://wireless.kernel.org/
468 S: Orphan
469 F: drivers/net/wireless/admtek/adm8211.*
470
471 ADP1653 FLASH CONTROLLER DRIVER
472 M: Sakari Ailus <sakari.ailus@iki.fi>
473 L: linux-media@vger.kernel.org
474 S: Maintained
475 F: drivers/media/i2c/adp1653.c
476 F: include/media/i2c/adp1653.h
477
478 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
479 M: Michael Hennerich <michael.hennerich@analog.com>
480 W: http://wiki.analog.com/ADP5520
481 W: http://ez.analog.com/community/linux-device-drivers
482 S: Supported
483 F: drivers/mfd/adp5520.c
484 F: drivers/video/backlight/adp5520_bl.c
485 F: drivers/leds/leds-adp5520.c
486 F: drivers/gpio/gpio-adp5520.c
487 F: drivers/input/keyboard/adp5520-keys.c
488
489 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
490 M: Michael Hennerich <michael.hennerich@analog.com>
491 W: http://wiki.analog.com/ADP5588
492 W: http://ez.analog.com/community/linux-device-drivers
493 S: Supported
494 F: drivers/input/keyboard/adp5588-keys.c
495 F: drivers/gpio/gpio-adp5588.c
496
497 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
498 M: Michael Hennerich <michael.hennerich@analog.com>
499 W: http://wiki.analog.com/ADP8860
500 W: http://ez.analog.com/community/linux-device-drivers
501 S: Supported
502 F: drivers/video/backlight/adp8860_bl.c
503
504 ADS1015 HARDWARE MONITOR DRIVER
505 M: Dirk Eibach <eibach@gdsys.de>
506 L: linux-hwmon@vger.kernel.org
507 S: Maintained
508 F: Documentation/hwmon/ads1015
509 F: drivers/hwmon/ads1015.c
510 F: include/linux/platform_data/ads1015.h
511
512 ADT746X FAN DRIVER
513 M: Colin Leroy <colin@colino.net>
514 S: Maintained
515 F: drivers/macintosh/therm_adt746x.c
516
517 ADT7475 HARDWARE MONITOR DRIVER
518 M: Jean Delvare <jdelvare@suse.com>
519 L: linux-hwmon@vger.kernel.org
520 S: Maintained
521 F: Documentation/hwmon/adt7475
522 F: drivers/hwmon/adt7475.c
523
524 ADVANSYS SCSI DRIVER
525 M: Matthew Wilcox <matthew@wil.cx>
526 M: Hannes Reinecke <hare@suse.com>
527 L: linux-scsi@vger.kernel.org
528 S: Maintained
529 F: Documentation/scsi/advansys.txt
530 F: drivers/scsi/advansys.c
531
532 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
533 M: Michael Hennerich <michael.hennerich@analog.com>
534 W: http://wiki.analog.com/ADXL345
535 W: http://ez.analog.com/community/linux-device-drivers
536 S: Supported
537 F: drivers/input/misc/adxl34x.c
538
539 AF9013 MEDIA DRIVER
540 M: Antti Palosaari <crope@iki.fi>
541 L: linux-media@vger.kernel.org
542 W: https://linuxtv.org
543 W: http://palosaari.fi/linux/
544 Q: http://patchwork.linuxtv.org/project/linux-media/list/
545 T: git git://linuxtv.org/anttip/media_tree.git
546 S: Maintained
547 F: drivers/media/dvb-frontends/af9013*
548
549 AF9033 MEDIA DRIVER
550 M: Antti Palosaari <crope@iki.fi>
551 L: linux-media@vger.kernel.org
552 W: https://linuxtv.org
553 W: http://palosaari.fi/linux/
554 Q: http://patchwork.linuxtv.org/project/linux-media/list/
555 T: git git://linuxtv.org/anttip/media_tree.git
556 S: Maintained
557 F: drivers/media/dvb-frontends/af9033*
558
559 AFFS FILE SYSTEM
560 L: linux-fsdevel@vger.kernel.org
561 S: Orphan
562 F: Documentation/filesystems/affs.txt
563 F: fs/affs/
564
565 AFS FILESYSTEM
566 M: David Howells <dhowells@redhat.com>
567 L: linux-afs@lists.infradead.org
568 S: Supported
569 F: fs/afs/
570 F: include/trace/events/afs.h
571 F: Documentation/filesystems/afs.txt
572 W: https://www.infradead.org/~dhowells/kafs/
573
574 AGPGART DRIVER
575 M: David Airlie <airlied@linux.ie>
576 T: git git://people.freedesktop.org/~airlied/linux (part of drm maint)
577 S: Maintained
578 F: drivers/char/agp/
579 F: include/linux/agp*
580 F: include/uapi/linux/agp*
581
582 AHA152X SCSI DRIVER
583 M: "Juergen E. Fischer" <fischer@norbit.de>
584 L: linux-scsi@vger.kernel.org
585 S: Maintained
586 F: drivers/scsi/aha152x*
587 F: drivers/scsi/pcmcia/aha152x*
588
589 AIC7XXX / AIC79XX SCSI DRIVER
590 M: Hannes Reinecke <hare@suse.com>
591 L: linux-scsi@vger.kernel.org
592 S: Maintained
593 F: drivers/scsi/aic7xxx/
594
595 AIMSLAB FM RADIO RECEIVER DRIVER
596 M: Hans Verkuil <hverkuil@xs4all.nl>
597 L: linux-media@vger.kernel.org
598 T: git git://linuxtv.org/media_tree.git
599 W: https://linuxtv.org
600 S: Maintained
601 F: drivers/media/radio/radio-aimslab*
602
603 AIO
604 M: Benjamin LaHaise <bcrl@kvack.org>
605 L: linux-aio@kvack.org
606 S: Supported
607 F: fs/aio.c
608 F: include/linux/*aio*.h
609
610 AIRSPY MEDIA DRIVER
611 M: Antti Palosaari <crope@iki.fi>
612 L: linux-media@vger.kernel.org
613 W: https://linuxtv.org
614 W: http://palosaari.fi/linux/
615 Q: http://patchwork.linuxtv.org/project/linux-media/list/
616 T: git git://linuxtv.org/anttip/media_tree.git
617 S: Maintained
618 F: drivers/media/usb/airspy/
619
620 ALACRITECH GIGABIT ETHERNET DRIVER
621 M: Lino Sanfilippo <LinoSanfilippo@gmx.de>
622 S: Maintained
623 F: drivers/net/ethernet/alacritech/*
624
625 ALCATEL SPEEDTOUCH USB DRIVER
626 M: Duncan Sands <duncan.sands@free.fr>
627 L: linux-usb@vger.kernel.org
628 W: http://www.linux-usb.org/SpeedTouch/
629 S: Maintained
630 F: drivers/usb/atm/speedtch.c
631 F: drivers/usb/atm/usbatm.c
632
633 ALCHEMY AU1XX0 MMC DRIVER
634 M: Manuel Lauss <manuel.lauss@gmail.com>
635 S: Maintained
636 F: drivers/mmc/host/au1xmmc.c
637
638 ALI1563 I2C DRIVER
639 M: Rudolf Marek <r.marek@assembler.cz>
640 L: linux-i2c@vger.kernel.org
641 S: Maintained
642 F: Documentation/i2c/busses/i2c-ali1563
643 F: drivers/i2c/busses/i2c-ali1563.c
644
645 ALLWINNER SECURITY SYSTEM
646 M: Corentin Labbe <clabbe.montjoie@gmail.com>
647 L: linux-crypto@vger.kernel.org
648 S: Maintained
649 F: drivers/crypto/sunxi-ss/
650
651 ALPHA PORT
652 M: Richard Henderson <rth@twiddle.net>
653 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
654 M: Matt Turner <mattst88@gmail.com>
655 S: Odd Fixes
656 L: linux-alpha@vger.kernel.org
657 F: arch/alpha/
658
659 ALPS PS/2 TOUCHPAD DRIVER
660 R: Pali Rohár <pali.rohar@gmail.com>
661 F: drivers/input/mouse/alps.*
662
663 ALTERA I2C CONTROLLER DRIVER
664 M: Thor Thayer <thor.thayer@linux.intel.com>
665 S: Maintained
666 F: drivers/i2c/busses/i2c-altera.c
667
668 ALTERA MAILBOX DRIVER
669 M: Ley Foon Tan <lftan@altera.com>
670 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
671 S: Maintained
672 F: drivers/mailbox/mailbox-altera.c
673
674 ALTERA PIO DRIVER
675 M: Tien Hock Loh <thloh@altera.com>
676 L: linux-gpio@vger.kernel.org
677 S: Maintained
678 F: drivers/gpio/gpio-altera.c
679
680 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
681 M: Thor Thayer <thor.thayer@linux.intel.com>
682 S: Maintained
683 F: drivers/gpio/gpio-altera-a10sr.c
684 F: drivers/mfd/altera-a10sr.c
685 F: drivers/reset/reset-a10sr.c
686 F: include/linux/mfd/altera-a10sr.h
687 F: include/dt-bindings/reset/altr,rst-mgr-a10sr.h
688
689 ALTERA TRIPLE SPEED ETHERNET DRIVER
690 M: Vince Bridgers <vbridger@opensource.altera.com>
691 L: netdev@vger.kernel.org
692 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
693 S: Maintained
694 F: drivers/net/ethernet/altera/
695
696 ALTERA UART/JTAG UART SERIAL DRIVERS
697 M: Tobias Klauser <tklauser@distanz.ch>
698 L: linux-serial@vger.kernel.org
699 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
700 S: Maintained
701 F: drivers/tty/serial/altera_uart.c
702 F: drivers/tty/serial/altera_jtaguart.c
703 F: include/linux/altera_uart.h
704 F: include/linux/altera_jtaguart.h
705
706 AMAZON ETHERNET DRIVERS
707 M: Netanel Belgazal <netanel@amazon.com>
708 R: Saeed Bishara <saeedb@amazon.com>
709 R: Zorik Machulsky <zorik@amazon.com>
710 L: netdev@vger.kernel.org
711 S: Supported
712 F: Documentation/networking/ena.txt
713 F: drivers/net/ethernet/amazon/
714
715 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
716 M: Tom Lendacky <thomas.lendacky@amd.com>
717 M: Gary Hook <gary.hook@amd.com>
718 L: linux-crypto@vger.kernel.org
719 S: Supported
720 F: drivers/crypto/ccp/
721 F: include/linux/ccp.h
722
723 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
724 M: Huang Rui <ray.huang@amd.com>
725 L: linux-hwmon@vger.kernel.org
726 S: Supported
727 F: Documentation/hwmon/fam15h_power
728 F: drivers/hwmon/fam15h_power.c
729
730 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
731 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
732 S: Orphan
733 F: drivers/usb/gadget/udc/amd5536udc.*
734
735 AMD GEODE PROCESSOR/CHIPSET SUPPORT
736 P: Andres Salomon <dilinger@queued.net>
737 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
738 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
739 S: Supported
740 F: drivers/char/hw_random/geode-rng.c
741 F: drivers/crypto/geode*
742 F: drivers/video/fbdev/geode/
743 F: arch/x86/include/asm/geode.h
744
745 AMD IOMMU (AMD-VI)
746 M: Joerg Roedel <joro@8bytes.org>
747 L: iommu@lists.linux-foundation.org
748 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
749 S: Maintained
750 F: drivers/iommu/amd_iommu*.[ch]
751 F: include/linux/amd-iommu.h
752
753 AMD KFD
754 M: Oded Gabbay <oded.gabbay@gmail.com>
755 L: dri-devel@lists.freedesktop.org
756 T: git git://people.freedesktop.org/~gabbayo/linux.git
757 S: Supported
758 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
759 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
760 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
761 F: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
762 F: drivers/gpu/drm/amd/amdkfd/
763 F: drivers/gpu/drm/amd/include/cik_structs.h
764 F: drivers/gpu/drm/amd/include/kgd_kfd_interface.h
765 F: drivers/gpu/drm/amd/include/vi_structs.h
766 F: include/uapi/linux/kfd_ioctl.h
767
768 AMD MP2 I2C DRIVER
769 M: Elie Morisse <syniurge@gmail.com>
770 M: Nehal Shah <nehal-bakulchandra.shah@amd.com>
771 M: Shyam Sundar S K <shyam-sundar.s-k@amd.com>
772 L: linux-i2c@vger.kernel.org
773 S: Maintained
774 F: drivers/i2c/busses/i2c-amd-mp2*
775
776 AMD SEATTLE DEVICE TREE SUPPORT
777 M: Brijesh Singh <brijeshkumar.singh@amd.com>
778 M: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
779 M: Tom Lendacky <thomas.lendacky@amd.com>
780 S: Supported
781 F: arch/arm64/boot/dts/amd/
782
783 AMD XGBE DRIVER
784 M: Tom Lendacky <thomas.lendacky@amd.com>
785 L: netdev@vger.kernel.org
786 S: Supported
787 F: drivers/net/ethernet/amd/xgbe/
788 F: arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
789
790 AMS (Apple Motion Sensor) DRIVER
791 M: Michael Hanselmann <linux-kernel@hansmi.ch>
792 S: Supported
793 F: drivers/macintosh/ams/
794
795 ANALOG DEVICES INC AD9389B DRIVER
796 M: Hans Verkuil <hans.verkuil@cisco.com>
797 L: linux-media@vger.kernel.org
798 S: Maintained
799 F: drivers/media/i2c/ad9389b*
800
801 ANALOG DEVICES INC ADV7180 DRIVER
802 M: Lars-Peter Clausen <lars@metafoo.de>
803 L: linux-media@vger.kernel.org
804 W: http://ez.analog.com/community/linux-device-drivers
805 S: Supported
806 F: drivers/media/i2c/adv7180.c
807
808 ANALOG DEVICES INC ADV748X DRIVER
809 M: Kieran Bingham <kieran.bingham@ideasonboard.com>
810 L: linux-media@vger.kernel.org
811 S: Maintained
812 F: drivers/media/i2c/adv748x/*
813
814 ANALOG DEVICES INC ADV7511 DRIVER
815 M: Hans Verkuil <hans.verkuil@cisco.com>
816 L: linux-media@vger.kernel.org
817 S: Maintained
818 F: drivers/media/i2c/adv7511*
819
820 ANALOG DEVICES INC ADV7604 DRIVER
821 M: Hans Verkuil <hans.verkuil@cisco.com>
822 L: linux-media@vger.kernel.org
823 S: Maintained
824 F: drivers/media/i2c/adv7604*
825
826 ANALOG DEVICES INC ADV7842 DRIVER
827 M: Hans Verkuil <hans.verkuil@cisco.com>
828 L: linux-media@vger.kernel.org
829 S: Maintained
830 F: drivers/media/i2c/adv7842*
831
832 ANALOG DEVICES INC ASOC CODEC DRIVERS
833 M: Lars-Peter Clausen <lars@metafoo.de>
834 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
835 W: http://wiki.analog.com/
836 W: http://ez.analog.com/community/linux-device-drivers
837 S: Supported
838 F: sound/soc/codecs/adau*
839 F: sound/soc/codecs/adav*
840 F: sound/soc/codecs/ad1*
841 F: sound/soc/codecs/ad7*
842 F: sound/soc/codecs/ssm*
843 F: sound/soc/codecs/sigmadsp.*
844
845 ANALOG DEVICES INC ASOC DRIVERS
846 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
847 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
848 W: http://blackfin.uclinux.org/
849 S: Supported
850 F: sound/soc/blackfin/*
851
852 ANALOG DEVICES INC DMA DRIVERS
853 M: Lars-Peter Clausen <lars@metafoo.de>
854 W: http://ez.analog.com/community/linux-device-drivers
855 S: Supported
856 F: drivers/dma/dma-axi-dmac.c
857
858 ANALOG DEVICES INC IIO DRIVERS
859 M: Lars-Peter Clausen <lars@metafoo.de>
860 M: Michael Hennerich <Michael.Hennerich@analog.com>
861 W: http://wiki.analog.com/
862 W: http://ez.analog.com/community/linux-device-drivers
863 S: Supported
864 F: drivers/iio/*/ad*
865 F: drivers/iio/adc/ltc2497*
866 X: drivers/iio/*/adjd*
867 F: drivers/staging/iio/*/ad*
868 F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c
869
870 ANDROID CONFIG FRAGMENTS
871 M: Rob Herring <robh@kernel.org>
872 S: Supported
873 F: kernel/configs/android*
874
875 ANDROID DRIVERS
876 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
877 M: Arve Hjønnevåg <arve@android.com>
878 M: Todd Kjos <tkjos@android.com>
879 M: Martijn Coenen <maco@android.com>
880 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
881 L: devel@driverdev.osuosl.org
882 S: Supported
883 F: drivers/android/
884 F: drivers/staging/android/
885
886 ANDROID GOLDFISH RTC DRIVER
887 M: Miodrag Dinic <miodrag.dinic@mips.com>
888 S: Supported
889 F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
890 F: drivers/rtc/rtc-goldfish.c
891
892 ANDROID ION DRIVER
893 M: Laura Abbott <labbott@redhat.com>
894 M: Sumit Semwal <sumit.semwal@linaro.org>
895 L: devel@driverdev.osuosl.org
896 S: Supported
897 F: drivers/staging/android/ion
898 F: drivers/staging/android/uapi/ion.h
899 F: drivers/staging/android/uapi/ion_test.h
900
901 AOA (Apple Onboard Audio) ALSA DRIVER
902 M: Johannes Berg <johannes@sipsolutions.net>
903 L: linuxppc-dev@lists.ozlabs.org
904 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
905 S: Maintained
906 F: sound/aoa/
907
908 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
909 M: William Breathitt Gray <vilhelm.gray@gmail.com>
910 L: linux-iio@vger.kernel.org
911 S: Maintained
912 F: drivers/iio/adc/stx104.c
913
914 APM DRIVER
915 M: Jiri Kosina <jikos@kernel.org>
916 S: Odd fixes
917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
918 F: arch/x86/kernel/apm_32.c
919 F: include/linux/apm_bios.h
920 F: include/uapi/linux/apm_bios.h
921 F: drivers/char/apm-emulation.c
922
923 APPARMOR SECURITY MODULE
924 M: John Johansen <john.johansen@canonical.com>
925 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
926 W: apparmor.wiki.kernel.org
927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
928 S: Supported
929 F: security/apparmor/
930 F: Documentation/admin-guide/LSM/apparmor.rst
931
932 APPLE BCM5974 MULTITOUCH DRIVER
933 M: Henrik Rydberg <rydberg@bitmath.org>
934 L: linux-input@vger.kernel.org
935 S: Odd fixes
936 F: drivers/input/mouse/bcm5974.c
937
938 APPLE SMC DRIVER
939 M: Henrik Rydberg <rydberg@bitmath.org>
940 L: linux-hwmon@vger.kernel.org
941 S: Odd fixes
942 F: drivers/hwmon/applesmc.c
943
944 APPLETALK NETWORK LAYER
945 L: netdev@vger.kernel.org
946 S: Odd fixes
947 F: drivers/net/appletalk/
948 F: net/appletalk/
949
950 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
951 M: Duc Dang <dhdang@apm.com>
952 S: Supported
953 F: arch/arm64/boot/dts/apm/
954
955 APPLIED MICRO (APM) X-GENE SOC EDAC
956 M: Loc Ho <lho@apm.com>
957 S: Supported
958 F: drivers/edac/xgene_edac.c
959 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
960
961 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
962 M: Iyappan Subramanian <isubramanian@apm.com>
963 M: Keyur Chudgar <kchudgar@apm.com>
964 S: Supported
965 F: drivers/net/ethernet/apm/xgene-v2/
966
967 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
968 M: Iyappan Subramanian <isubramanian@apm.com>
969 M: Keyur Chudgar <kchudgar@apm.com>
970 M: Quan Nguyen <qnguyen@apm.com>
971 S: Supported
972 F: drivers/net/ethernet/apm/xgene/
973 F: drivers/net/phy/mdio-xgene.c
974 F: Documentation/devicetree/bindings/net/apm-xgene-enet.txt
975 F: Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
976
977 APPLIED MICRO (APM) X-GENE SOC PMU
978 M: Tai Nguyen <ttnguyen@apm.com>
979 S: Supported
980 F: drivers/perf/xgene_pmu.c
981 F: Documentation/perf/xgene-pmu.txt
982 F: Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
983
984 APTINA CAMERA SENSOR PLL
985 M: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
986 L: linux-media@vger.kernel.org
987 S: Maintained
988 F: drivers/media/i2c/aptina-pll.*
989
990 ARC FRAMEBUFFER DRIVER
991 M: Jaya Kumar <jayalk@intworks.biz>
992 S: Maintained
993 F: drivers/video/fbdev/arcfb.c
994 F: drivers/video/fbdev/core/fb_defio.c
995
996 ARC PGU DRM DRIVER
997 M: Alexey Brodkin <abrodkin@synopsys.com>
998 S: Supported
999 F: drivers/gpu/drm/arc/
1000 F: Documentation/devicetree/bindings/display/snps,arcpgu.txt
1001
1002 ARCNET NETWORK LAYER
1003 M: Michael Grzeschik <m.grzeschik@pengutronix.de>
1004 L: netdev@vger.kernel.org
1005 S: Maintained
1006 F: drivers/net/arcnet/
1007 F: include/uapi/linux/if_arcnet.h
1008
1009 ARM ARCHITECTED TIMER DRIVER
1010 M: Mark Rutland <mark.rutland@arm.com>
1011 M: Marc Zyngier <marc.zyngier@arm.com>
1012 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 S: Maintained
1014 F: arch/arm/include/asm/arch_timer.h
1015 F: arch/arm64/include/asm/arch_timer.h
1016 F: drivers/clocksource/arm_arch_timer.c
1017
1018 ARM HDLCD DRM DRIVER
1019 M: Liviu Dudau <liviu.dudau@arm.com>
1020 S: Supported
1021 F: drivers/gpu/drm/arm/hdlcd_*
1022 F: Documentation/devicetree/bindings/display/arm,hdlcd.txt
1023
1024 ARM MALI-DP DRM DRIVER
1025 M: Liviu Dudau <liviu.dudau@arm.com>
1026 M: Brian Starkey <brian.starkey@arm.com>
1027 M: Mali DP Maintainers <malidp@foss.arm.com>
1028 S: Supported
1029 F: drivers/gpu/drm/arm/
1030 F: Documentation/devicetree/bindings/display/arm,malidp.txt
1031
1032 ARM MFM AND FLOPPY DRIVERS
1033 M: Ian Molton <spyro@f2s.com>
1034 S: Maintained
1035 F: arch/arm/lib/floppydma.S
1036 F: arch/arm/include/asm/floppy.h
1037
1038 ARM PMU PROFILING AND DEBUGGING
1039 M: Will Deacon <will.deacon@arm.com>
1040 M: Mark Rutland <mark.rutland@arm.com>
1041 S: Maintained
1042 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 F: arch/arm*/kernel/perf_*
1044 F: arch/arm/oprofile/common.c
1045 F: arch/arm*/kernel/hw_breakpoint.c
1046 F: arch/arm*/include/asm/hw_breakpoint.h
1047 F: arch/arm*/include/asm/perf_event.h
1048 F: drivers/perf/*
1049 F: include/linux/perf/arm_pmu.h
1050 F: Documentation/devicetree/bindings/arm/pmu.txt
1051 F: Documentation/devicetree/bindings/perf/
1052
1053 ARM PORT
1054 M: Russell King <linux@armlinux.org.uk>
1055 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 W: http://www.armlinux.org.uk/
1057 S: Maintained
1058 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git
1059 F: arch/arm/
1060
1061 ARM PRIMECELL AACI PL041 DRIVER
1062 M: Russell King <linux@armlinux.org.uk>
1063 S: Maintained
1064 F: sound/arm/aaci.*
1065
1066 ARM PRIMECELL BUS SUPPORT
1067 M: Russell King <linux@armlinux.org.uk>
1068 S: Maintained
1069 F: drivers/amba/
1070 F: include/linux/amba/bus.h
1071
1072 ARM PRIMECELL CLCD PL110 DRIVER
1073 M: Russell King <linux@armlinux.org.uk>
1074 S: Maintained
1075 F: drivers/video/fbdev/amba-clcd.*
1076
1077 ARM PRIMECELL KMI PL050 DRIVER
1078 M: Russell King <linux@armlinux.org.uk>
1079 S: Maintained
1080 F: drivers/input/serio/ambakmi.*
1081 F: include/linux/amba/kmi.h
1082
1083 ARM PRIMECELL MMCI PL180/1 DRIVER
1084 M: Russell King <linux@armlinux.org.uk>
1085 S: Maintained
1086 F: drivers/mmc/host/mmci.*
1087 F: include/linux/amba/mmci.h
1088
1089 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1090 M: Russell King <linux@armlinux.org.uk>
1091 S: Maintained
1092 F: drivers/tty/serial/amba-pl01*.c
1093 F: include/linux/amba/serial.h
1094
1095 ARM SMMU DRIVERS
1096 M: Will Deacon <will.deacon@arm.com>
1097 R: Robin Murphy <robin.murphy@arm.com>
1098 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S: Maintained
1100 F: drivers/iommu/arm-smmu.c
1101 F: drivers/iommu/arm-smmu-v3.c
1102 F: drivers/iommu/io-pgtable-arm.c
1103 F: drivers/iommu/io-pgtable-arm-v7s.c
1104
1105 ARM SUB-ARCHITECTURES
1106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S: Maintained
1108 F: arch/arm/mach-*/
1109 F: arch/arm/plat-*/
1110 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1111
1112 ARM/ACTIONS SEMI ARCHITECTURE
1113 M: Andreas Färber <afaerber@suse.de>
1114 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S: Maintained
1116 N: owl
1117 F: arch/arm/mach-actions/
1118 F: arch/arm/boot/dts/owl-*
1119 F: arch/arm64/boot/dts/actions/
1120 F: drivers/clocksource/owl-*
1121 F: drivers/soc/actions/
1122 F: include/dt-bindings/power/owl-*
1123 F: include/linux/soc/actions/
1124 F: Documentation/devicetree/bindings/arm/actions.txt
1125 F: Documentation/devicetree/bindings/power/actions,owl-sps.txt
1126 F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1127
1128 ARM/ADS SPHERE MACHINE SUPPORT
1129 M: Lennert Buytenhek <kernel@wantstofly.org>
1130 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S: Maintained
1132
1133 ARM/AFEB9260 MACHINE SUPPORT
1134 M: Sergey Lapin <slapin@ossfans.org>
1135 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S: Maintained
1137
1138 ARM/AJECO 1ARM MACHINE SUPPORT
1139 M: Lennert Buytenhek <kernel@wantstofly.org>
1140 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S: Maintained
1142
1143 ARM/Allwinner SoC Clock Support
1144 M: Emilio López <emilio@elopez.com.ar>
1145 S: Maintained
1146 F: drivers/clk/sunxi/
1147
1148 ARM/Allwinner sunXi SoC support
1149 M: Maxime Ripard <maxime.ripard@free-electrons.com>
1150 M: Chen-Yu Tsai <wens@csie.org>
1151 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S: Maintained
1153 N: sun[x456789]i
1154 N: sun50i
1155 F: arch/arm/mach-sunxi/
1156 F: arch/arm64/boot/dts/allwinner/
1157 F: drivers/clk/sunxi-ng/
1158 F: drivers/pinctrl/sunxi/
1159 F: drivers/soc/sunxi/
1160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1161
1162 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1163 M: Neil Armstrong <narmstrong@baylibre.com>
1164 M: Jerome Brunet <jbrunet@baylibre.com>
1165 L: linux-amlogic@lists.infradead.org
1166 S: Maintained
1167 F: drivers/clk/meson/
1168 F: include/dt-bindings/clock/meson*
1169 F: include/dt-bindings/clock/gxbb*
1170 F: Documentation/devicetree/bindings/clock/amlogic*
1171
1172 ARM/Amlogic Meson SoC support
1173 M: Carlo Caione <carlo@caione.org>
1174 M: Kevin Hilman <khilman@baylibre.com>
1175 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 L: linux-amlogic@lists.infradead.org
1177 W: http://linux-meson.com/
1178 S: Maintained
1179 F: arch/arm/mach-meson/
1180 F: arch/arm/boot/dts/meson*
1181 F: arch/arm64/boot/dts/amlogic/
1182 F: drivers/pinctrl/meson/
1183 F: drivers/mmc/host/meson*
1184 N: meson
1185
1186 ARM/Annapurna Labs ALPINE ARCHITECTURE
1187 M: Tsahee Zidenberg <tsahee@annapurnalabs.com>
1188 M: Antoine Tenart <antoine.tenart@free-electrons.com>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S: Maintained
1191 F: arch/arm/mach-alpine/
1192 F: arch/arm/boot/dts/alpine*
1193 F: arch/arm64/boot/dts/al/
1194 F: drivers/*/*alpine*
1195
1196 ARM/ARTPEC MACHINE SUPPORT
1197 M: Jesper Nilsson <jesper.nilsson@axis.com>
1198 M: Lars Persson <lars.persson@axis.com>
1199 M: Niklas Cassel <niklas.cassel@axis.com>
1200 S: Maintained
1201 L: linux-arm-kernel@axis.com
1202 F: arch/arm/mach-artpec
1203 F: arch/arm/boot/dts/artpec6*
1204 F: drivers/clk/axis
1205 F: drivers/crypto/axis
1206 F: drivers/pinctrl/pinctrl-artpec*
1207 F: Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1208
1209 ARM/ASPEED I2C DRIVER
1210 M: Brendan Higgins <brendanhiggins@google.com>
1211 R: Benjamin Herrenschmidt <benh@kernel.crashing.org>
1212 R: Joel Stanley <joel@jms.id.au>
1213 L: linux-i2c@vger.kernel.org
1214 L: openbmc@lists.ozlabs.org (moderated for non-subscribers)
1215 S: Maintained
1216 F: drivers/irqchip/irq-aspeed-i2c-ic.c
1217 F: drivers/i2c/busses/i2c-aspeed.c
1218 F: Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1219 F: Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1220
1221 ARM/ASPEED MACHINE SUPPORT
1222 M: Joel Stanley <joel@jms.id.au>
1223 S: Maintained
1224 F: arch/arm/mach-aspeed/
1225 F: arch/arm/boot/dts/aspeed-*
1226 F: drivers/*/*aspeed*
1227
1228 ARM/ATMEL AT91 Clock Support
1229 M: Boris Brezillon <boris.brezillon@free-electrons.com>
1230 S: Maintained
1231 F: drivers/clk/at91
1232
1233 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1234 M: Nicolas Ferre <nicolas.ferre@microchip.com>
1235 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
1236 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 W: http://www.linux4sam.org
1238 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1239 S: Supported
1240 N: at91
1241 N: atmel
1242 F: arch/arm/mach-at91/
1243 F: include/soc/at91/
1244 F: arch/arm/boot/dts/at91*.dts
1245 F: arch/arm/boot/dts/at91*.dtsi
1246 F: arch/arm/boot/dts/sama*.dts
1247 F: arch/arm/boot/dts/sama*.dtsi
1248 F: arch/arm/include/debug/at91.S
1249 F: drivers/memory/atmel*
1250 F: drivers/watchdog/sama5d4_wdt.c
1251 X: drivers/input/touchscreen/atmel_mxt_ts.c
1252 X: drivers/net/wireless/atmel/
1253
1254 ARM/CALXEDA HIGHBANK ARCHITECTURE
1255 M: Rob Herring <robh@kernel.org>
1256 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S: Maintained
1258 F: arch/arm/mach-highbank/
1259 F: arch/arm/boot/dts/highbank.dts
1260 F: arch/arm/boot/dts/ecx-*.dts*
1261
1262 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1263 M: Krzysztof Halasa <khalasa@piap.pl>
1264 S: Maintained
1265 F: arch/arm/mach-cns3xxx/
1266
1267 ARM/CAVIUM THUNDER NETWORK DRIVER
1268 M: Sunil Goutham <sgoutham@cavium.com>
1269 M: Robert Richter <rric@kernel.org>
1270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S: Supported
1272 F: drivers/net/ethernet/cavium/thunder/
1273
1274 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1275 M: Alexander Shiyan <shc_work@mail.ru>
1276 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S: Odd Fixes
1278 N: clps711x
1279
1280 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1281 M: Lennert Buytenhek <kernel@wantstofly.org>
1282 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 S: Maintained
1284
1285 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1286 M: Hartley Sweeten <hsweeten@visionengravers.com>
1287 M: Alexander Sverdlin <alexander.sverdlin@gmail.com>
1288 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S: Maintained
1290 F: arch/arm/mach-ep93xx/
1291 F: arch/arm/mach-ep93xx/include/mach/
1292
1293 ARM/CLKDEV SUPPORT
1294 M: Russell King <linux@armlinux.org.uk>
1295 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S: Maintained
1297 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1298 F: arch/arm/include/asm/clkdev.h
1299 F: drivers/clk/clkdev.c
1300
1301 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1302 M: Mike Rapoport <mike@compulab.co.il>
1303 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 S: Maintained
1305
1306 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1307 M: Baruch Siach <baruch@tkos.co.il>
1308 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 S: Maintained
1310 F: arch/arm/boot/dts/cx92755*
1311 N: digicolor
1312
1313 ARM/CONTEC MICRO9 MACHINE SUPPORT
1314 M: Hubert Feurstein <hubert.feurstein@contec.at>
1315 S: Maintained
1316 F: arch/arm/mach-ep93xx/micro9.c
1317
1318 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1319 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1320 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S: Maintained
1322 F: drivers/hwtracing/coresight/*
1323 F: Documentation/trace/coresight.txt
1324 F: Documentation/trace/coresight-cpu-debug.txt
1325 F: Documentation/devicetree/bindings/arm/coresight.txt
1326 F: Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1327 F: Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1328 F: tools/perf/arch/arm/util/pmu.c
1329 F: tools/perf/arch/arm/util/auxtrace.c
1330 F: tools/perf/arch/arm/util/cs-etm.c
1331 F: tools/perf/arch/arm/util/cs-etm.h
1332 F: tools/perf/util/cs-etm.h
1333
1334 ARM/CORGI MACHINE SUPPORT
1335 M: Richard Purdie <rpurdie@rpsys.net>
1336 S: Maintained
1337
1338 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1339 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1340 M: Linus Walleij <linus.walleij@linaro.org>
1341 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 T: git git://github.com/ulli-kroll/linux.git
1343 S: Maintained
1344 F: Documentation/devicetree/bindings/arm/gemini.txt
1345 F: Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1346 F: Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1347 F: arch/arm/mach-gemini/
1348 F: drivers/pinctrl/pinctrl-gemini.c
1349 F: drivers/rtc/rtc-ftrtc010.c
1350
1351 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1352 M: Barry Song <baohua@kernel.org>
1353 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1355 S: Maintained
1356 F: arch/arm/boot/dts/prima2*
1357 F: arch/arm/mach-prima2/
1358 F: drivers/clk/sirf/
1359 F: drivers/clocksource/timer-prima2.c
1360 F: drivers/clocksource/timer-atlas7.c
1361 N: [^a-z]sirf
1362
1363 ARM/EBSA110 MACHINE SUPPORT
1364 M: Russell King <linux@armlinux.org.uk>
1365 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 W: http://www.armlinux.org.uk/
1367 S: Maintained
1368 F: arch/arm/mach-ebsa110/
1369 F: drivers/net/ethernet/amd/am79c961a.*
1370
1371 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1372 M: Uwe Kleine-König <kernel@pengutronix.de>
1373 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S: Maintained
1375 N: efm32
1376
1377 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1378 M: Robert Jarzmik <robert.jarzmik@free.fr>
1379 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1380 S: Maintained
1381 F: arch/arm/mach-pxa/ezx.c
1382
1383 ARM/FARADAY FA526 PORT
1384 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
1385 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 S: Maintained
1387 T: git git://git.berlios.de/gemini-board
1388 F: arch/arm/mm/*-fa*
1389
1390 ARM/FOOTBRIDGE ARCHITECTURE
1391 M: Russell King <linux@armlinux.org.uk>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 W: http://www.armlinux.org.uk/
1394 S: Maintained
1395 F: arch/arm/include/asm/hardware/dec21285.h
1396 F: arch/arm/mach-footbridge/
1397
1398 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1399 M: Shawn Guo <shawnguo@kernel.org>
1400 M: Sascha Hauer <kernel@pengutronix.de>
1401 R: Fabio Estevam <fabio.estevam@nxp.com>
1402 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 S: Maintained
1404 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1405 F: arch/arm/mach-imx/
1406 F: arch/arm/mach-mxs/
1407 F: arch/arm/boot/dts/imx*
1408 F: arch/arm/configs/imx*_defconfig
1409 F: drivers/clk/imx/
1410 F: drivers/soc/imx/
1411 F: include/soc/imx/
1412
1413 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1414 M: Shawn Guo <shawnguo@kernel.org>
1415 M: Sascha Hauer <kernel@pengutronix.de>
1416 R: Stefan Agner <stefan@agner.ch>
1417 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1418 S: Maintained
1419 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1420 F: arch/arm/mach-imx/*vf610*
1421 F: arch/arm/boot/dts/vf*
1422
1423 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1424 M: Lennert Buytenhek <kernel@wantstofly.org>
1425 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1426 S: Maintained
1427
1428 ARM/GUMSTIX MACHINE SUPPORT
1429 M: Steve Sakoman <sakoman@gmail.com>
1430 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1431 S: Maintained
1432
1433 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1434 M: Philipp Zabel <philipp.zabel@gmail.com>
1435 M: Paul Parsons <lost.distance@yahoo.com>
1436 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S: Maintained
1438 F: arch/arm/mach-pxa/hx4700.c
1439 F: arch/arm/mach-pxa/include/mach/hx4700.h
1440 F: sound/soc/pxa/hx4700.c
1441
1442 ARM/HISILICON SOC SUPPORT
1443 M: Wei Xu <xuwei5@hisilicon.com>
1444 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445 W: http://www.hisilicon.com
1446 S: Supported
1447 T: git git://github.com/hisilicon/linux-hisi.git
1448 F: arch/arm/mach-hisi/
1449 F: arch/arm/boot/dts/hi3*
1450 F: arch/arm/boot/dts/hip*
1451 F: arch/arm/boot/dts/hisi*
1452 F: arch/arm64/boot/dts/hisilicon/
1453
1454 ARM/HP JORNADA 7XX MACHINE SUPPORT
1455 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
1456 W: www.jlime.com
1457 S: Maintained
1458 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1459 F: arch/arm/mach-sa1100/jornada720.c
1460 F: arch/arm/mach-sa1100/include/mach/jornada720.h
1461
1462 ARM/IGEP MACHINE SUPPORT
1463 M: Enric Balletbo i Serra <eballetbo@gmail.com>
1464 M: Javier Martinez Canillas <javier@dowhile0.org>
1465 L: linux-omap@vger.kernel.org
1466 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 S: Maintained
1468 F: arch/arm/boot/dts/omap3-igep*
1469
1470 ARM/INCOME PXA270 SUPPORT
1471 M: Marek Vasut <marek.vasut@gmail.com>
1472 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 S: Maintained
1474 F: arch/arm/mach-pxa/colibri-pxa270-income.c
1475
1476 ARM/INTEL IOP13XX ARM ARCHITECTURE
1477 M: Lennert Buytenhek <kernel@wantstofly.org>
1478 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1479 S: Maintained
1480
1481 ARM/INTEL IOP32X ARM ARCHITECTURE
1482 M: Lennert Buytenhek <kernel@wantstofly.org>
1483 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 S: Maintained
1485
1486 ARM/INTEL IOP33X ARM ARCHITECTURE
1487 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1488 S: Orphan
1489
1490 ARM/INTEL IQ81342EX MACHINE SUPPORT
1491 M: Lennert Buytenhek <kernel@wantstofly.org>
1492 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1493 S: Maintained
1494
1495 ARM/INTEL IXDP2850 MACHINE SUPPORT
1496 M: Lennert Buytenhek <kernel@wantstofly.org>
1497 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 S: Maintained
1499
1500 ARM/INTEL IXP4XX ARM ARCHITECTURE
1501 M: Imre Kaloz <kaloz@openwrt.org>
1502 M: Krzysztof Halasa <khalasa@piap.pl>
1503 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 S: Maintained
1505 F: arch/arm/mach-ixp4xx/
1506
1507 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1508 M: Jonathan Cameron <jic23@cam.ac.uk>
1509 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1510 S: Maintained
1511 F: arch/arm/mach-pxa/stargate2.c
1512 F: drivers/pcmcia/pxa2xx_stargate2.c
1513
1514 ARM/INTEL XSC3 (MANZANO) ARM CORE
1515 M: Lennert Buytenhek <kernel@wantstofly.org>
1516 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1517 S: Maintained
1518
1519 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1520 M: Lennert Buytenhek <kernel@wantstofly.org>
1521 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1522 S: Maintained
1523
1524 ARM/LG1K ARCHITECTURE
1525 M: Chanho Min <chanho.min@lge.com>
1526 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 S: Maintained
1528 F: arch/arm64/boot/dts/lg/
1529
1530 ARM/LOGICPD PXA270 MACHINE SUPPORT
1531 M: Lennert Buytenhek <kernel@wantstofly.org>
1532 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 S: Maintained
1534
1535 ARM/LPC18XX ARCHITECTURE
1536 M: Joachim Eastwood <manabian@gmail.com>
1537 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1538 S: Maintained
1539 F: arch/arm/boot/dts/lpc43*
1540 F: drivers/clk/nxp/clk-lpc18xx*
1541 F: drivers/clocksource/time-lpc32xx.c
1542 F: drivers/i2c/busses/i2c-lpc2k.c
1543 F: drivers/memory/pl172.c
1544 F: drivers/mtd/spi-nor/nxp-spifi.c
1545 F: drivers/rtc/rtc-lpc24xx.c
1546 N: lpc18xx
1547
1548 ARM/LPC32XX SOC SUPPORT
1549 M: Vladimir Zapolskiy <vz@mleia.com>
1550 M: Sylvain Lemieux <slemieux.tyco@gmail.com>
1551 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 T: git git://github.com/vzapolskiy/linux-lpc32xx.git
1553 S: Maintained
1554 F: arch/arm/boot/dts/lpc32*
1555 F: arch/arm/mach-lpc32xx/
1556 F: drivers/i2c/busses/i2c-pnx.c
1557 F: drivers/net/ethernet/nxp/lpc_eth.c
1558 F: drivers/usb/host/ohci-nxp.c
1559 F: drivers/watchdog/pnx4008_wdt.c
1560 N: lpc32xx
1561
1562 ARM/MAGICIAN MACHINE SUPPORT
1563 M: Philipp Zabel <philipp.zabel@gmail.com>
1564 S: Maintained
1565
1566 ARM/Marvell Berlin SoC support
1567 M: Jisheng Zhang <jszhang@marvell.com>
1568 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1569 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 S: Maintained
1571 F: arch/arm/mach-berlin/
1572 F: arch/arm/boot/dts/berlin*
1573 F: arch/arm64/boot/dts/marvell/berlin*
1574
1575 ARM/Marvell Dove/MV78xx0/Orion SOC support
1576 M: Jason Cooper <jason@lakedaemon.net>
1577 M: Andrew Lunn <andrew@lunn.ch>
1578 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1579 M: Gregory Clement <gregory.clement@free-electrons.com>
1580 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1581 S: Maintained
1582 F: Documentation/devicetree/bindings/soc/dove/
1583 F: arch/arm/mach-dove/
1584 F: arch/arm/mach-mv78xx0/
1585 F: arch/arm/mach-orion5x/
1586 F: arch/arm/plat-orion/
1587 F: arch/arm/boot/dts/dove*
1588 F: arch/arm/boot/dts/orion5x*
1589
1590 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1591 M: Jason Cooper <jason@lakedaemon.net>
1592 M: Andrew Lunn <andrew@lunn.ch>
1593 M: Gregory Clement <gregory.clement@free-electrons.com>
1594 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1595 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1596 S: Maintained
1597 F: arch/arm/boot/dts/armada*
1598 F: arch/arm/boot/dts/kirkwood*
1599 F: arch/arm/configs/mvebu_*_defconfig
1600 F: arch/arm/mach-mvebu/
1601 F: arch/arm64/boot/dts/marvell/armada*
1602 F: drivers/cpufreq/mvebu-cpufreq.c
1603 F: drivers/irqchip/irq-armada-370-xp.c
1604 F: drivers/irqchip/irq-mvebu-*
1605 F: drivers/pinctrl/mvebu/
1606 F: drivers/rtc/rtc-armada38x.c
1607
1608 ARM/Mediatek RTC DRIVER
1609 M: Eddie Huang <eddie.huang@mediatek.com>
1610 M: Sean Wang <sean.wang@mediatek.com>
1611 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1613 S: Maintained
1614 F: Documentation/devicetree/bindings/rtc/rtc-mt7622.txt
1615 F: drivers/rtc/rtc-mt6397.c
1616 F: drivers/rtc/rtc-mt7622.c
1617
1618 ARM/Mediatek SoC support
1619 M: Matthias Brugger <matthias.bgg@gmail.com>
1620 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1621 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1622 S: Maintained
1623 F: arch/arm/boot/dts/mt6*
1624 F: arch/arm/boot/dts/mt7*
1625 F: arch/arm/boot/dts/mt8*
1626 F: arch/arm/mach-mediatek/
1627 F: arch/arm64/boot/dts/mediatek/
1628 N: mtk
1629 K: mediatek
1630
1631 ARM/Mediatek USB3 PHY DRIVER
1632 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
1633 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1635 S: Maintained
1636 F: drivers/phy/mediatek/phy-mtk-tphy.c
1637
1638 ARM/MICREL KS8695 ARCHITECTURE
1639 M: Greg Ungerer <gerg@uclinux.org>
1640 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 F: arch/arm/mach-ks8695/
1642 S: Odd Fixes
1643
1644 ARM/MIOA701 MACHINE SUPPORT
1645 M: Robert Jarzmik <robert.jarzmik@free.fr>
1646 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 F: arch/arm/mach-pxa/mioa701.c
1648 S: Maintained
1649
1650 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1651 M: Michael Petchkovsky <mkpetch@internode.on.net>
1652 S: Maintained
1653
1654 ARM/NOMADIK ARCHITECTURE
1655 M: Alessandro Rubini <rubini@unipv.it>
1656 M: Linus Walleij <linus.walleij@linaro.org>
1657 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1658 S: Maintained
1659 F: arch/arm/mach-nomadik/
1660 F: drivers/pinctrl/nomadik/
1661 F: drivers/i2c/busses/i2c-nomadik.c
1662 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1663
1664 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1665 M: Wan ZongShun <mcuos.com@gmail.com>
1666 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 W: http://www.mcuos.com
1668 S: Maintained
1669 F: arch/arm/mach-w90x900/
1670 F: drivers/input/keyboard/w90p910_keypad.c
1671 F: drivers/input/touchscreen/w90p910_ts.c
1672 F: drivers/watchdog/nuc900_wdt.c
1673 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1674 F: drivers/mtd/nand/nuc900_nand.c
1675 F: drivers/rtc/rtc-nuc900.c
1676 F: drivers/spi/spi-nuc900.c
1677 F: drivers/usb/host/ehci-w90x900.c
1678 F: drivers/video/fbdev/nuc900fb.c
1679
1680 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1681 M: Nelson Castillo <arhuaco@freaks-unidos.net>
1682 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
1683 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
1684 S: Supported
1685
1686 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1687 M: Alexander Clouter <alex@digriz.org.uk>
1688 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 W: http://www.digriz.org.uk/ts78xx/kernel
1690 S: Maintained
1691 F: arch/arm/mach-orion5x/ts78xx-*
1692
1693 ARM/OXNAS platform support
1694 M: Neil Armstrong <narmstrong@baylibre.com>
1695 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1696 L: linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1697 S: Maintained
1698 F: arch/arm/mach-oxnas/
1699 F: arch/arm/boot/dts/ox8*.dtsi
1700 F: arch/arm/boot/dts/wd-mbwe.dts
1701 F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1702 N: oxnas
1703
1704 ARM/PALM TREO SUPPORT
1705 M: Tomas Cech <sleep_walker@suse.com>
1706 L: linux-arm-kernel@lists.infradead.org
1707 W: http://hackndev.com
1708 S: Maintained
1709 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1710 F: arch/arm/mach-pxa/palmtreo.c
1711
1712 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1713 M: Marek Vasut <marek.vasut@gmail.com>
1714 L: linux-arm-kernel@lists.infradead.org
1715 W: http://hackndev.com
1716 S: Maintained
1717 F: arch/arm/mach-pxa/include/mach/palmtx.h
1718 F: arch/arm/mach-pxa/palmtx.c
1719 F: arch/arm/mach-pxa/include/mach/palmt5.h
1720 F: arch/arm/mach-pxa/palmt5.c
1721 F: arch/arm/mach-pxa/include/mach/palmld.h
1722 F: arch/arm/mach-pxa/palmld.c
1723 F: arch/arm/mach-pxa/include/mach/palmte2.h
1724 F: arch/arm/mach-pxa/palmte2.c
1725 F: arch/arm/mach-pxa/include/mach/palmtc.h
1726 F: arch/arm/mach-pxa/palmtc.c
1727
1728 ARM/PALMZ72 SUPPORT
1729 M: Sergey Lapin <slapin@ossfans.org>
1730 L: linux-arm-kernel@lists.infradead.org
1731 W: http://hackndev.com
1732 S: Maintained
1733 F: arch/arm/mach-pxa/include/mach/palmz72.h
1734 F: arch/arm/mach-pxa/palmz72.c
1735
1736 ARM/PLEB SUPPORT
1737 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1738 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1739 S: Maintained
1740
1741 ARM/PT DIGITAL BOARD PORT
1742 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1743 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1744 W: http://www.armlinux.org.uk/
1745 S: Maintained
1746
1747 ARM/QUALCOMM SUPPORT
1748 M: Andy Gross <andy.gross@linaro.org>
1749 M: David Brown <david.brown@linaro.org>
1750 L: linux-arm-msm@vger.kernel.org
1751 L: linux-soc@vger.kernel.org
1752 S: Maintained
1753 F: Documentation/devicetree/bindings/soc/qcom/
1754 F: arch/arm/boot/dts/qcom-*.dts
1755 F: arch/arm/boot/dts/qcom-*.dtsi
1756 F: arch/arm/mach-qcom/
1757 F: arch/arm64/boot/dts/qcom/*
1758 F: drivers/i2c/busses/i2c-qup.c
1759 F: drivers/clk/qcom/
1760 F: drivers/dma/qcom/
1761 F: drivers/soc/qcom/
1762 F: drivers/spi/spi-qup.c
1763 F: drivers/tty/serial/msm_serial.h
1764 F: drivers/tty/serial/msm_serial.c
1765 F: drivers/*/pm8???-*
1766 F: drivers/mfd/ssbi.c
1767 F: drivers/firmware/qcom_scm.c
1768 T: git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1769
1770 ARM/RADISYS ENP2611 MACHINE SUPPORT
1771 M: Lennert Buytenhek <kernel@wantstofly.org>
1772 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1773 S: Maintained
1774
1775 ARM/REALTEK ARCHITECTURE
1776 M: Andreas Färber <afaerber@suse.de>
1777 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S: Maintained
1779 F: arch/arm64/boot/dts/realtek/
1780 F: Documentation/devicetree/bindings/arm/realtek.txt
1781
1782 ARM/RENESAS ARM64 ARCHITECTURE
1783 M: Simon Horman <horms@verge.net.au>
1784 M: Magnus Damm <magnus.damm@gmail.com>
1785 L: linux-renesas-soc@vger.kernel.org
1786 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1787 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1788 S: Supported
1789 F: arch/arm64/boot/dts/renesas/
1790 F: Documentation/devicetree/bindings/arm/shmobile.txt
1791 F: drivers/soc/renesas/
1792 F: include/linux/soc/renesas/
1793
1794 ARM/RISCPC ARCHITECTURE
1795 M: Russell King <linux@armlinux.org.uk>
1796 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 W: http://www.armlinux.org.uk/
1798 S: Maintained
1799 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1800 F: arch/arm/include/asm/hardware/ioc.h
1801 F: arch/arm/include/asm/hardware/iomd.h
1802 F: arch/arm/include/asm/hardware/memc.h
1803 F: arch/arm/mach-rpc/
1804 F: drivers/net/ethernet/8390/etherh.c
1805 F: drivers/net/ethernet/i825xx/ether1*
1806 F: drivers/net/ethernet/seeq/ether3*
1807 F: drivers/scsi/arm/
1808
1809 ARM/Rockchip SoC support
1810 M: Heiko Stuebner <heiko@sntech.de>
1811 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 L: linux-rockchip@lists.infradead.org
1813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1814 S: Maintained
1815 F: arch/arm/boot/dts/rk3*
1816 F: arch/arm/boot/dts/rv1108*
1817 F: arch/arm/mach-rockchip/
1818 F: drivers/clk/rockchip/
1819 F: drivers/i2c/busses/i2c-rk3x.c
1820 F: drivers/*/*rockchip*
1821 F: drivers/*/*/*rockchip*
1822 F: sound/soc/rockchip/
1823 N: rockchip
1824
1825 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1826 M: Kukjin Kim <kgene@kernel.org>
1827 M: Krzysztof Kozlowski <krzk@kernel.org>
1828 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1830 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
1831 S: Maintained
1832 F: arch/arm/boot/dts/s3c*
1833 F: arch/arm/boot/dts/s5p*
1834 F: arch/arm/boot/dts/samsung*
1835 F: arch/arm/boot/dts/exynos*
1836 F: arch/arm64/boot/dts/exynos/
1837 F: arch/arm/plat-samsung/
1838 F: arch/arm/mach-s3c24*/
1839 F: arch/arm/mach-s3c64xx/
1840 F: arch/arm/mach-s5p*/
1841 F: arch/arm/mach-exynos*/
1842 F: drivers/*/*s3c24*
1843 F: drivers/*/*/*s3c24*
1844 F: drivers/*/*s3c64xx*
1845 F: drivers/*/*s5pv210*
1846 F: drivers/memory/samsung/*
1847 F: drivers/soc/samsung/*
1848 F: Documentation/arm/Samsung/
1849 F: Documentation/devicetree/bindings/arm/samsung/
1850 F: Documentation/devicetree/bindings/sram/samsung-sram.txt
1851 F: Documentation/devicetree/bindings/power/pd-samsung.txt
1852 N: exynos
1853
1854 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1855 M: Kyungmin Park <kyungmin.park@samsung.com>
1856 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1857 S: Maintained
1858 F: arch/arm/mach-s5pv210/
1859
1860 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1861 M: Kyungmin Park <kyungmin.park@samsung.com>
1862 M: Kamil Debski <kamil@wypas.org>
1863 M: Andrzej Hajda <a.hajda@samsung.com>
1864 L: linux-arm-kernel@lists.infradead.org
1865 L: linux-media@vger.kernel.org
1866 S: Maintained
1867 F: drivers/media/platform/s5p-g2d/
1868
1869 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1870 M: Marek Szyprowski <m.szyprowski@samsung.com>
1871 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1872 L: linux-media@vger.kernel.org
1873 S: Maintained
1874 F: drivers/media/platform/s5p-cec/
1875 F: Documentation/devicetree/bindings/media/s5p-cec.txt
1876
1877 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1878 M: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1879 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
1880 L: linux-arm-kernel@lists.infradead.org
1881 L: linux-media@vger.kernel.org
1882 S: Maintained
1883 F: drivers/media/platform/s5p-jpeg/
1884
1885 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1886 M: Kyungmin Park <kyungmin.park@samsung.com>
1887 M: Kamil Debski <kamil@wypas.org>
1888 M: Jeongtae Park <jtp.park@samsung.com>
1889 M: Andrzej Hajda <a.hajda@samsung.com>
1890 L: linux-arm-kernel@lists.infradead.org
1891 L: linux-media@vger.kernel.org
1892 S: Maintained
1893 F: arch/arm/plat-samsung/s5p-dev-mfc.c
1894 F: drivers/media/platform/s5p-mfc/
1895
1896 ARM/SHMOBILE ARM ARCHITECTURE
1897 M: Simon Horman <horms@verge.net.au>
1898 M: Magnus Damm <magnus.damm@gmail.com>
1899 L: linux-renesas-soc@vger.kernel.org
1900 Q: http://patchwork.kernel.org/project/linux-renesas-soc/list/
1901 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1902 S: Supported
1903 F: arch/arm/boot/dts/emev2*
1904 F: arch/arm/boot/dts/r7s*
1905 F: arch/arm/boot/dts/r8a*
1906 F: arch/arm/boot/dts/sh*
1907 F: arch/arm/configs/shmobile_defconfig
1908 F: arch/arm/include/debug/renesas-scif.S
1909 F: arch/arm/mach-shmobile/
1910 F: Documentation/devicetree/bindings/arm/shmobile.txt
1911 F: drivers/soc/renesas/
1912 F: include/linux/soc/renesas/
1913
1914 ARM/SOCFPGA ARCHITECTURE
1915 M: Dinh Nguyen <dinguyen@kernel.org>
1916 S: Maintained
1917 F: arch/arm/mach-socfpga/
1918 F: arch/arm/boot/dts/socfpga*
1919 F: arch/arm/configs/socfpga_defconfig
1920 F: arch/arm64/boot/dts/altera/
1921 W: http://www.rocketboards.org
1922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1923
1924 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1925 M: Dinh Nguyen <dinguyen@kernel.org>
1926 S: Maintained
1927 F: drivers/clk/socfpga/
1928
1929 ARM/SOCFPGA EDAC SUPPORT
1930 M: Thor Thayer <thor.thayer@linux.intel.com>
1931 S: Maintained
1932 F: drivers/edac/altera_edac.
1933
1934 ARM/STI ARCHITECTURE
1935 M: Patrice Chotard <patrice.chotard@st.com>
1936 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1937 W: http://www.stlinux.com
1938 S: Maintained
1939 F: arch/arm/mach-sti/
1940 F: arch/arm/boot/dts/sti*
1941 F: drivers/char/hw_random/st-rng.c
1942 F: drivers/clocksource/arm_global_timer.c
1943 F: drivers/clocksource/clksrc_st_lpc.c
1944 F: drivers/cpufreq/sti-cpufreq.c
1945 F: drivers/dma/st_fdma*
1946 F: drivers/i2c/busses/i2c-st.c
1947 F: drivers/media/rc/st_rc.c
1948 F: drivers/media/platform/sti/c8sectpfe/
1949 F: drivers/mmc/host/sdhci-st.c
1950 F: drivers/phy/st/phy-miphy28lp.c
1951 F: drivers/phy/st/phy-stih407-usb.c
1952 F: drivers/pinctrl/pinctrl-st.c
1953 F: drivers/remoteproc/st_remoteproc.c
1954 F: drivers/remoteproc/st_slim_rproc.c
1955 F: drivers/reset/sti/
1956 F: drivers/rtc/rtc-st-lpc.c
1957 F: drivers/tty/serial/st-asc.c
1958 F: drivers/usb/dwc3/dwc3-st.c
1959 F: drivers/usb/host/ehci-st.c
1960 F: drivers/usb/host/ohci-st.c
1961 F: drivers/watchdog/st_lpc_wdt.c
1962 F: drivers/ata/ahci_st.c
1963 F: include/linux/remoteproc/st_slim_rproc.h
1964
1965 ARM/STM32 ARCHITECTURE
1966 M: Maxime Coquelin <mcoquelin.stm32@gmail.com>
1967 M: Alexandre Torgue <alexandre.torgue@st.com>
1968 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 S: Maintained
1970 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1971 N: stm32
1972 F: drivers/clocksource/armv7m_systick.c
1973
1974 ARM/TANGO ARCHITECTURE
1975 M: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1976 L: linux-arm-kernel@lists.infradead.org
1977 S: Maintained
1978 N: tango
1979
1980 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1981 M: Lennert Buytenhek <kernel@wantstofly.org>
1982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1983 S: Maintained
1984
1985 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
1986 M: Hans Verkuil <hans.verkuil@cisco.com>
1987 L: linux-tegra@vger.kernel.org
1988 L: linux-media@vger.kernel.org
1989 S: Maintained
1990 F: drivers/media/platform/tegra-cec/
1991 F: Documentation/devicetree/bindings/media/tegra-cec.txt
1992
1993 ARM/TETON BGA MACHINE SUPPORT
1994 M: "Mark F. Brown" <mark.brown314@gmail.com>
1995 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1996 S: Maintained
1997
1998 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1999 M: Santosh Shilimkar <ssantosh@kernel.org>
2000 L: linux-kernel@vger.kernel.org
2001 S: Maintained
2002 F: drivers/memory/*emif*
2003
2004 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
2005 M: Santosh Shilimkar <ssantosh@kernel.org>
2006 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2007 S: Maintained
2008 F: arch/arm/mach-keystone/
2009 F: arch/arm/boot/dts/keystone-*
2010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
2011
2012 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
2013 M: Santosh Shilimkar <ssantosh@kernel.org>
2014 L: linux-kernel@vger.kernel.org
2015 S: Maintained
2016 F: drivers/clk/keystone/
2017
2018 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
2019 M: Santosh Shilimkar <ssantosh@kernel.org>
2020 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2021 L: linux-kernel@vger.kernel.org
2022 S: Maintained
2023 F: drivers/clocksource/timer-keystone.c
2024
2025 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2026 M: Santosh Shilimkar <ssantosh@kernel.org>
2027 L: linux-kernel@vger.kernel.org
2028 S: Maintained
2029 F: drivers/power/reset/keystone-reset.c
2030
2031 ARM/THECUS N2100 MACHINE SUPPORT
2032 M: Lennert Buytenhek <kernel@wantstofly.org>
2033 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2034 S: Maintained
2035
2036 ARM/TOSA MACHINE SUPPORT
2037 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2038 M: Dirk Opfer <dirk@opfer-online.de>
2039 S: Maintained
2040
2041 ARM/U300 MACHINE SUPPORT
2042 M: Linus Walleij <linus.walleij@linaro.org>
2043 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2044 S: Supported
2045 F: arch/arm/mach-u300/
2046 F: drivers/clocksource/timer-u300.c
2047 F: drivers/i2c/busses/i2c-stu300.c
2048 F: drivers/rtc/rtc-coh901331.c
2049 F: drivers/watchdog/coh901327_wdt.c
2050 F: drivers/dma/coh901318*
2051 F: drivers/mfd/ab3100*
2052 F: drivers/rtc/rtc-ab3100.c
2053 F: drivers/rtc/rtc-coh901331.c
2054 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2055
2056 ARM/UNIPHIER ARCHITECTURE
2057 M: Masahiro Yamada <yamada.masahiro@socionext.com>
2058 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2059 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2060 S: Maintained
2061 F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2062 F: arch/arm/boot/dts/uniphier*
2063 F: arch/arm/include/asm/hardware/cache-uniphier.h
2064 F: arch/arm/mach-uniphier/
2065 F: arch/arm/mm/cache-uniphier.c
2066 F: arch/arm64/boot/dts/socionext/uniphier*
2067 F: drivers/bus/uniphier-system-bus.c
2068 F: drivers/clk/uniphier/
2069 F: drivers/gpio/gpio-uniphier.c
2070 F: drivers/i2c/busses/i2c-uniphier*
2071 F: drivers/irqchip/irq-uniphier-aidet.c
2072 F: drivers/pinctrl/uniphier/
2073 F: drivers/reset/reset-uniphier.c
2074 F: drivers/tty/serial/8250/8250_uniphier.c
2075 N: uniphier
2076
2077 ARM/Ux500 ARM ARCHITECTURE
2078 M: Linus Walleij <linus.walleij@linaro.org>
2079 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2080 S: Maintained
2081 F: arch/arm/mach-ux500/
2082 F: drivers/clocksource/clksrc-dbx500-prcmu.c
2083 F: drivers/dma/ste_dma40*
2084 F: drivers/hwspinlock/u8500_hsem.c
2085 F: drivers/mfd/abx500*
2086 F: drivers/mfd/ab8500*
2087 F: drivers/mfd/dbx500*
2088 F: drivers/mfd/db8500*
2089 F: drivers/pinctrl/nomadik/pinctrl-ab*
2090 F: drivers/pinctrl/nomadik/pinctrl-nomadik*
2091 F: drivers/rtc/rtc-ab8500.c
2092 F: drivers/rtc/rtc-pl031.c
2093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2094
2095 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2096 M: Ulf Hansson <ulf.hansson@linaro.org>
2097 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2098 T: git git://git.linaro.org/people/ulfh/clk.git
2099 S: Maintained
2100 F: drivers/clk/ux500/
2101
2102 ARM/VERSATILE EXPRESS PLATFORM
2103 M: Liviu Dudau <liviu.dudau@arm.com>
2104 M: Sudeep Holla <sudeep.holla@arm.com>
2105 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2106 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2107 S: Maintained
2108 F: arch/arm/boot/dts/vexpress*
2109 F: arch/arm64/boot/dts/arm/
2110 F: arch/arm/mach-vexpress/
2111 F: */*/vexpress*
2112 F: */*/*/vexpress*
2113 F: drivers/clk/versatile/clk-vexpress-osc.c
2114 F: drivers/clocksource/versatile.c
2115 N: mps2
2116
2117 ARM/VFP SUPPORT
2118 M: Russell King <linux@armlinux.org.uk>
2119 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2120 W: http://www.armlinux.org.uk/
2121 S: Maintained
2122 F: arch/arm/vfp/
2123
2124 ARM/VOIPAC PXA270 SUPPORT
2125 M: Marek Vasut <marek.vasut@gmail.com>
2126 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2127 S: Maintained
2128 F: arch/arm/mach-pxa/vpac270.c
2129 F: arch/arm/mach-pxa/include/mach/vpac270.h
2130
2131 ARM/VT8500 ARM ARCHITECTURE
2132 M: Tony Prisk <linux@prisktech.co.nz>
2133 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2134 S: Maintained
2135 F: arch/arm/mach-vt8500/
2136 F: drivers/clocksource/vt8500_timer.c
2137 F: drivers/i2c/busses/i2c-wmt.c
2138 F: drivers/mmc/host/wmt-sdmmc.c
2139 F: drivers/pwm/pwm-vt8500.c
2140 F: drivers/rtc/rtc-vt8500.c
2141 F: drivers/tty/serial/vt8500_serial.c
2142 F: drivers/usb/host/ehci-platform.c
2143 F: drivers/usb/host/uhci-platform.c
2144 F: drivers/video/fbdev/vt8500lcdfb.*
2145 F: drivers/video/fbdev/wm8505fb*
2146 F: drivers/video/fbdev/wmt_ge_rops.*
2147
2148 ARM/ZIPIT Z2 SUPPORT
2149 M: Marek Vasut <marek.vasut@gmail.com>
2150 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2151 S: Maintained
2152 F: arch/arm/mach-pxa/z2.c
2153 F: arch/arm/mach-pxa/include/mach/z2.h
2154
2155 ARM/ZTE ARCHITECTURE
2156 M: Jun Nie <jun.nie@linaro.org>
2157 M: Baoyou Xie <baoyou.xie@linaro.org>
2158 M: Shawn Guo <shawnguo@kernel.org>
2159 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2160 S: Maintained
2161 F: arch/arm/boot/dts/zx2967*
2162 F: arch/arm/mach-zx/
2163 F: arch/arm64/boot/dts/zte/
2164 F: drivers/clk/zte/
2165 F: drivers/dma/zx_dma.c
2166 F: drivers/gpio/gpio-zx.c
2167 F: drivers/i2c/busses/i2c-zx2967.c
2168 F: drivers/mmc/host/dw_mmc-zx.*
2169 F: drivers/pinctrl/zte/
2170 F: drivers/soc/zte/
2171 F: drivers/thermal/zx2967_thermal.c
2172 F: drivers/watchdog/zx2967_wdt.c
2173 F: Documentation/devicetree/bindings/arm/zte.txt
2174 F: Documentation/devicetree/bindings/clock/zx2967*.txt
2175 F: Documentation/devicetree/bindings/dma/zxdma.txt
2176 F: Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2177 F: Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2178 F: Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2179 F: Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2180 F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2181 F: Documentation/devicetree/bindings/soc/zte/
2182 F: Documentation/devicetree/bindings/sound/zte,*.txt
2183 F: Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2184 F: Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2185 F: include/dt-bindings/clock/zx2967*.h
2186 F: include/dt-bindings/soc/zte,*.h
2187 F: sound/soc/codecs/zx_aud96p22.c
2188 F: sound/soc/zte/
2189
2190 ARM/ZYNQ ARCHITECTURE
2191 M: Michal Simek <michal.simek@xilinx.com>
2192 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2193 W: http://wiki.xilinx.com
2194 T: git https://github.com/Xilinx/linux-xlnx.git
2195 S: Supported
2196 F: arch/arm/mach-zynq/
2197 F: drivers/cpuidle/cpuidle-zynq.c
2198 F: drivers/block/xsysace.c
2199 N: zynq
2200 N: xilinx
2201 F: drivers/clocksource/cadence_ttc_timer.c
2202 F: drivers/i2c/busses/i2c-cadence.c
2203 F: drivers/mmc/host/sdhci-of-arasan.c
2204 F: drivers/edac/synopsys_edac.c
2205
2206 ARM64 PORT (AARCH64 ARCHITECTURE)
2207 M: Catalin Marinas <catalin.marinas@arm.com>
2208 M: Will Deacon <will.deacon@arm.com>
2209 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2211 S: Maintained
2212 F: arch/arm64/
2213 F: Documentation/arm64/
2214
2215 AS3645A LED FLASH CONTROLLER DRIVER
2216 M: Sakari Ailus <sakari.ailus@iki.fi>
2217 L: linux-leds@vger.kernel.org
2218 S: Maintained
2219 F: drivers/leds/leds-as3645a.c
2220
2221 AS3645A LED FLASH CONTROLLER DRIVER
2222 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2223 L: linux-media@vger.kernel.org
2224 T: git git://linuxtv.org/media_tree.git
2225 S: Maintained
2226 F: drivers/media/i2c/as3645a.c
2227 F: include/media/i2c/as3645a.h
2228
2229 ASAHI KASEI AK8974 DRIVER
2230 M: Linus Walleij <linus.walleij@linaro.org>
2231 L: linux-iio@vger.kernel.org
2232 W: http://www.akm.com/
2233 S: Supported
2234 F: drivers/iio/magnetometer/ak8974.c
2235
2236 ASC7621 HARDWARE MONITOR DRIVER
2237 M: George Joseph <george.joseph@fairview5.com>
2238 L: linux-hwmon@vger.kernel.org
2239 S: Maintained
2240 F: Documentation/hwmon/asc7621
2241 F: drivers/hwmon/asc7621.c
2242
2243 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2244 M: Corentin Chary <corentin.chary@gmail.com>
2245 L: acpi4asus-user@lists.sourceforge.net
2246 L: platform-driver-x86@vger.kernel.org
2247 W: http://acpi4asus.sf.net
2248 S: Maintained
2249 F: drivers/platform/x86/asus*.c
2250 F: drivers/platform/x86/eeepc*.c
2251
2252 ASUS WIRELESS RADIO CONTROL DRIVER
2253 M: João Paulo Rechi Vita <jprvita@gmail.com>
2254 L: platform-driver-x86@vger.kernel.org
2255 S: Maintained
2256 F: drivers/platform/x86/asus-wireless.c
2257
2258 ASYMMETRIC KEYS
2259 M: David Howells <dhowells@redhat.com>
2260 L: keyrings@vger.kernel.org
2261 S: Maintained
2262 F: Documentation/crypto/asymmetric-keys.txt
2263 F: include/linux/verification.h
2264 F: include/crypto/public_key.h
2265 F: include/crypto/pkcs7.h
2266 F: crypto/asymmetric_keys/
2267
2268 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2269 R: Dan Williams <dan.j.williams@intel.com>
2270 W: http://sourceforge.net/projects/xscaleiop
2271 S: Odd fixes
2272 F: Documentation/crypto/async-tx-api.txt
2273 F: crypto/async_tx/
2274 F: drivers/dma/
2275 F: include/linux/dmaengine.h
2276 F: include/linux/async_tx.h
2277
2278 AT24 EEPROM DRIVER
2279 M: Bartosz Golaszewski <brgl@bgdev.pl>
2280 L: linux-i2c@vger.kernel.org
2281 S: Maintained
2282 F: drivers/misc/eeprom/at24.c
2283 F: include/linux/platform_data/at24.h
2284
2285 ATA OVER ETHERNET (AOE) DRIVER
2286 M: "Ed L. Cashin" <ed.cashin@acm.org>
2287 W: http://www.openaoe.org/
2288 S: Supported
2289 F: Documentation/aoe/
2290 F: drivers/block/aoe/
2291
2292 ATHEROS 71XX/9XXX GPIO DRIVER
2293 M: Alban Bedel <albeu@free.fr>
2294 W: https://github.com/AlbanBedel/linux
2295 T: git git://github.com/AlbanBedel/linux
2296 S: Maintained
2297 F: drivers/gpio/gpio-ath79.c
2298 F: Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2299
2300 ATHEROS ATH GENERIC UTILITIES
2301 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2302 L: linux-wireless@vger.kernel.org
2303 S: Supported
2304 F: drivers/net/wireless/ath/*
2305
2306 ATHEROS ATH5K WIRELESS DRIVER
2307 M: Jiri Slaby <jirislaby@gmail.com>
2308 M: Nick Kossifidis <mickflemm@gmail.com>
2309 M: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2310 L: linux-wireless@vger.kernel.org
2311 W: http://wireless.kernel.org/en/users/Drivers/ath5k
2312 S: Maintained
2313 F: drivers/net/wireless/ath/ath5k/
2314
2315 ATHEROS ATH6KL WIRELESS DRIVER
2316 M: Kalle Valo <kvalo@qca.qualcomm.com>
2317 L: linux-wireless@vger.kernel.org
2318 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
2319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2320 S: Supported
2321 F: drivers/net/wireless/ath/ath6kl/
2322
2323 ATI_REMOTE2 DRIVER
2324 M: Ville Syrjala <syrjala@sci.fi>
2325 S: Maintained
2326 F: drivers/input/misc/ati_remote2.c
2327
2328 ATK0110 HWMON DRIVER
2329 M: Luca Tettamanti <kronos.it@gmail.com>
2330 L: linux-hwmon@vger.kernel.org
2331 S: Maintained
2332 F: drivers/hwmon/asus_atk0110.c
2333
2334 ATLX ETHERNET DRIVERS
2335 M: Jay Cliburn <jcliburn@gmail.com>
2336 M: Chris Snook <chris.snook@gmail.com>
2337 L: netdev@vger.kernel.org
2338 W: http://sourceforge.net/projects/atl1
2339 W: http://atl1.sourceforge.net
2340 S: Maintained
2341 F: drivers/net/ethernet/atheros/
2342
2343 ATM
2344 M: Chas Williams <3chas3@gmail.com>
2345 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2346 L: netdev@vger.kernel.org
2347 W: http://linux-atm.sourceforge.net
2348 S: Maintained
2349 F: drivers/atm/
2350 F: include/linux/atm*
2351 F: include/uapi/linux/atm*
2352
2353 ATMEL AT91 / AT32 MCI DRIVER
2354 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2355 S: Maintained
2356 F: drivers/mmc/host/atmel-mci.c
2357
2358 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2359 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2360 S: Supported
2361 F: drivers/power/reset/at91-sama5d2_shdwc.c
2362
2363 ATMEL Audio ALSA driver
2364 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2365 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2366 S: Supported
2367 F: sound/soc/atmel
2368
2369 ATMEL I2C DRIVER
2370 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2371 L: linux-i2c@vger.kernel.org
2372 S: Supported
2373 F: drivers/i2c/busses/i2c-at91.c
2374
2375 ATMEL ISI DRIVER
2376 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2377 L: linux-media@vger.kernel.org
2378 S: Supported
2379 F: drivers/media/platform/atmel/atmel-isi.c
2380 F: include/media/atmel-isi.h
2381
2382 ATMEL LCDFB DRIVER
2383 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2384 L: linux-fbdev@vger.kernel.org
2385 S: Maintained
2386 F: drivers/video/fbdev/atmel_lcdfb.c
2387 F: include/video/atmel_lcdc.h
2388
2389 ATMEL MACB ETHERNET DRIVER
2390 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2391 S: Supported
2392 F: drivers/net/ethernet/cadence/
2393
2394 ATMEL MAXTOUCH DRIVER
2395 M: Nick Dyer <nick@shmanahar.org>
2396 T: git git://github.com/ndyer/linux.git
2397 S: Maintained
2398 F: Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2399 F: drivers/input/touchscreen/atmel_mxt_ts.c
2400 F: include/linux/platform_data/atmel_mxt_ts.h
2401
2402 ATMEL NAND DRIVER
2403 M: Wenyou Yang <wenyou.yang@atmel.com>
2404 M: Josh Wu <rainyfeeling@outlook.com>
2405 L: linux-mtd@lists.infradead.org
2406 S: Supported
2407 F: drivers/mtd/nand/atmel/*
2408
2409 ATMEL SAMA5D2 ADC DRIVER
2410 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2411 L: linux-iio@vger.kernel.org
2412 S: Supported
2413 F: drivers/iio/adc/at91-sama5d2_adc.c
2414
2415 ATMEL SDMMC DRIVER
2416 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2417 L: linux-mmc@vger.kernel.org
2418 S: Supported
2419 F: drivers/mmc/host/sdhci-of-at91.c
2420
2421 ATMEL SPI DRIVER
2422 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2423 S: Supported
2424 F: drivers/spi/spi-atmel.*
2425
2426 ATMEL SSC DRIVER
2427 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2428 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2429 S: Supported
2430 F: drivers/misc/atmel-ssc.c
2431 F: include/linux/atmel-ssc.h
2432
2433 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2434 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2435 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2436 S: Supported
2437 F: drivers/misc/atmel_tclib.c
2438 F: drivers/clocksource/tcb_clksrc.c
2439
2440 ATMEL USBA UDC DRIVER
2441 M: Nicolas Ferre <nicolas.ferre@microchip.com>
2442 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2443 S: Supported
2444 F: drivers/usb/gadget/udc/atmel_usba_udc.*
2445
2446 ATMEL WIRELESS DRIVER
2447 M: Simon Kelley <simon@thekelleys.org.uk>
2448 L: linux-wireless@vger.kernel.org
2449 W: http://www.thekelleys.org.uk/atmel
2450 W: http://atmelwlandriver.sourceforge.net/
2451 S: Maintained
2452 F: drivers/net/wireless/atmel/atmel*
2453
2454 ATMEL XDMA DRIVER
2455 M: Ludovic Desroches <ludovic.desroches@microchip.com>
2456 L: linux-arm-kernel@lists.infradead.org
2457 L: dmaengine@vger.kernel.org
2458 S: Supported
2459 F: drivers/dma/at_xdmac.c
2460
2461 ATOMIC INFRASTRUCTURE
2462 M: Will Deacon <will.deacon@arm.com>
2463 M: Peter Zijlstra <peterz@infradead.org>
2464 R: Boqun Feng <boqun.feng@gmail.com>
2465 L: linux-kernel@vger.kernel.org
2466 S: Maintained
2467 F: arch/*/include/asm/atomic*.h
2468 F: include/*/atomic*.h
2469
2470 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2471 M: Bradley Grove <linuxdrivers@attotech.com>
2472 L: linux-scsi@vger.kernel.org
2473 W: http://www.attotech.com
2474 S: Supported
2475 F: drivers/scsi/esas2r
2476
2477 ATUSB IEEE 802.15.4 RADIO DRIVER
2478 M: Stefan Schmidt <stefan@osg.samsung.com>
2479 L: linux-wpan@vger.kernel.org
2480 S: Maintained
2481 F: drivers/net/ieee802154/atusb.c
2482 F: drivers/net/ieee802154/atusb.h
2483 F: drivers/net/ieee802154/at86rf230.h
2484
2485 AUDIT SUBSYSTEM
2486 M: Paul Moore <paul@paul-moore.com>
2487 M: Eric Paris <eparis@redhat.com>
2488 L: linux-audit@redhat.com (moderated for non-subscribers)
2489 W: https://github.com/linux-audit
2490 W: https://people.redhat.com/sgrubb/audit
2491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2492 S: Supported
2493 F: include/linux/audit.h
2494 F: include/uapi/linux/audit.h
2495 F: kernel/audit*
2496
2497 AUFS (advanced multi layered unification filesystem) FILESYSTEM
2498 M: "J. R. Okajima" <hooanon05g@gmail.com>
2499 L: linux-unionfs@vger.kernel.org
2500 L: aufs-users@lists.sourceforge.net (members only)
2501 W: http://aufs.sourceforge.net
2502 T: git://github.com/sfjro/aufs4-linux.git
2503 S: Supported
2504 F: Documentation/filesystems/aufs/
2505 F: Documentation/ABI/testing/debugfs-aufs
2506 F: Documentation/ABI/testing/sysfs-aufs
2507 F: fs/aufs/
2508 F: include/uapi/linux/aufs_type.h
2509
2510 AUXILIARY DISPLAY DRIVERS
2511 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2512 W: http://miguelojeda.es/auxdisplay.htm
2513 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2514 S: Maintained
2515 F: drivers/auxdisplay/
2516 F: include/linux/cfag12864b.h
2517
2518 AX.25 NETWORK LAYER
2519 M: Ralf Baechle <ralf@linux-mips.org>
2520 L: linux-hams@vger.kernel.org
2521 W: http://www.linux-ax25.org/
2522 S: Maintained
2523 F: include/uapi/linux/ax25.h
2524 F: include/net/ax25.h
2525 F: net/ax25/
2526
2527 AXENTIA ARM DEVICES
2528 M: Peter Rosin <peda@axentia.se>
2529 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2530 S: Maintained
2531 F: Documentation/devicetree/bindings/arm/axentia.txt
2532 F: arch/arm/boot/dts/at91-linea.dtsi
2533 F: arch/arm/boot/dts/at91-tse850-3.dts
2534
2535 AXENTIA ASOC DRIVERS
2536 M: Peter Rosin <peda@axentia.se>
2537 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2538 S: Maintained
2539 F: Documentation/devicetree/bindings/sound/axentia,*
2540 F: sound/soc/atmel/tse850-pcm5142.c
2541
2542 AZ6007 DVB DRIVER
2543 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2544 M: Mauro Carvalho Chehab <mchehab@kernel.org>
2545 L: linux-media@vger.kernel.org
2546 W: https://linuxtv.org
2547 T: git git://linuxtv.org/media_tree.git
2548 S: Maintained
2549 F: drivers/media/usb/dvb-usb-v2/az6007.c
2550
2551 AZTECH FM RADIO RECEIVER DRIVER
2552 M: Hans Verkuil <hverkuil@xs4all.nl>
2553 L: linux-media@vger.kernel.org
2554 T: git git://linuxtv.org/media_tree.git
2555 W: https://linuxtv.org
2556 S: Maintained
2557 F: drivers/media/radio/radio-aztech*
2558
2559 B43 WIRELESS DRIVER
2560 L: linux-wireless@vger.kernel.org
2561 L: b43-dev@lists.infradead.org
2562 W: http://wireless.kernel.org/en/users/Drivers/b43
2563 S: Odd Fixes
2564 F: drivers/net/wireless/broadcom/b43/
2565
2566 B43LEGACY WIRELESS DRIVER
2567 M: Larry Finger <Larry.Finger@lwfinger.net>
2568 L: linux-wireless@vger.kernel.org
2569 L: b43-dev@lists.infradead.org
2570 W: http://wireless.kernel.org/en/users/Drivers/b43
2571 S: Maintained
2572 F: drivers/net/wireless/broadcom/b43legacy/
2573
2574 BACKLIGHT CLASS/SUBSYSTEM
2575 M: Lee Jones <lee.jones@linaro.org>
2576 M: Daniel Thompson <daniel.thompson@linaro.org>
2577 M: Jingoo Han <jingoohan1@gmail.com>
2578 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2579 S: Maintained
2580 F: drivers/video/backlight/
2581 F: include/linux/backlight.h
2582 F: include/linux/pwm_backlight.h
2583 F: Documentation/devicetree/bindings/leds/backlight
2584
2585 BATMAN ADVANCED
2586 M: Marek Lindner <mareklindner@neomailbox.ch>
2587 M: Simon Wunderlich <sw@simonwunderlich.de>
2588 M: Antonio Quartulli <a@unstable.cc>
2589 L: b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2590 W: https://www.open-mesh.org/
2591 Q: https://patchwork.open-mesh.org/project/batman/list/
2592 S: Maintained
2593 F: Documentation/ABI/testing/sysfs-class-net-batman-adv
2594 F: Documentation/ABI/testing/sysfs-class-net-mesh
2595 F: Documentation/networking/batman-adv.rst
2596 F: include/uapi/linux/batman_adv.h
2597 F: net/batman-adv/
2598
2599 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2600 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
2601 L: linux-hams@vger.kernel.org
2602 W: http://www.baycom.org/~tom/ham/ham.html
2603 S: Maintained
2604 F: drivers/net/hamradio/baycom*
2605
2606 BCACHE (BLOCK LAYER CACHE)
2607 M: Michael Lyle <mlyle@lyle.org>
2608 M: Kent Overstreet <kent.overstreet@gmail.com>
2609 L: linux-bcache@vger.kernel.org
2610 W: http://bcache.evilpiepirate.org
2611 C: irc://irc.oftc.net/bcache
2612 S: Maintained
2613 F: drivers/md/bcache/
2614
2615 BDISP ST MEDIA DRIVER
2616 M: Fabien Dessenne <fabien.dessenne@st.com>
2617 L: linux-media@vger.kernel.org
2618 T: git git://linuxtv.org/media_tree.git
2619 W: https://linuxtv.org
2620 S: Supported
2621 F: drivers/media/platform/sti/bdisp
2622
2623 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2624 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
2625 L: netdev@vger.kernel.org
2626 S: Maintained
2627 F: drivers/net/ethernet/ec_bhf.c
2628
2629 BEFS FILE SYSTEM
2630 M: Luis de Bethencourt <luisbg@kernel.org>
2631 M: Salah Triki <salah.triki@gmail.com>
2632 S: Maintained
2633 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2634 F: Documentation/filesystems/befs.txt
2635 F: fs/befs/
2636
2637 BFQ I/O SCHEDULER
2638 M: Paolo Valente <paolo.valente@linaro.org>
2639 M: Jens Axboe <axboe@kernel.dk>
2640 L: linux-block@vger.kernel.org
2641 S: Maintained
2642 F: block/bfq-*
2643 F: Documentation/block/bfq-iosched.txt
2644
2645 BFS FILE SYSTEM
2646 M: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2647 S: Maintained
2648 F: Documentation/filesystems/bfs.txt
2649 F: fs/bfs/
2650 F: include/uapi/linux/bfs_fs.h
2651
2652 BLACKFIN ARCHITECTURE
2653 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2654 T: git git://git.code.sf.net/p/adi-linux/code
2655 W: http://blackfin.uclinux.org
2656 S: Orphan
2657 F: arch/blackfin/
2658
2659 BLACKFIN EMAC DRIVER
2660 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2661 W: http://blackfin.uclinux.org
2662 S: Orphan
2663 F: drivers/net/ethernet/adi/
2664
2665 BLACKFIN MEDIA DRIVER
2666 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2667 W: http://blackfin.uclinux.org/
2668 S: Orphan
2669 F: drivers/media/platform/blackfin/
2670 F: drivers/media/i2c/adv7183*
2671 F: drivers/media/i2c/vs6624*
2672
2673 BLACKFIN RTC DRIVER
2674 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2675 W: http://blackfin.uclinux.org
2676 S: Orphan
2677 F: drivers/rtc/rtc-bfin.c
2678
2679 BLACKFIN SDH DRIVER
2680 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2681 W: http://blackfin.uclinux.org
2682 S: Orphan
2683 F: drivers/mmc/host/bfin_sdh.c
2684
2685 BLACKFIN SERIAL DRIVER
2686 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2687 W: http://blackfin.uclinux.org
2688 S: Orphan
2689 F: drivers/tty/serial/bfin_uart.c
2690
2691 BLACKFIN WATCHDOG DRIVER
2692 L: adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2693 W: http://blackfin.uclinux.org
2694 S: Orphan
2695 F: drivers/watchdog/bfin_wdt.c
2696
2697 BLINKM RGB LED DRIVER
2698 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
2699 S: Maintained
2700 F: drivers/leds/leds-blinkm.c
2701
2702 BLOCK LAYER
2703 M: Jens Axboe <axboe@kernel.dk>
2704 L: linux-block@vger.kernel.org
2705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2706 S: Maintained
2707 F: block/
2708 F: kernel/trace/blktrace.c
2709 F: lib/sbitmap.c
2710
2711 BLOCK2MTD DRIVER
2712 M: Joern Engel <joern@lazybastard.org>
2713 L: linux-mtd@lists.infradead.org
2714 S: Maintained
2715 F: drivers/mtd/devices/block2mtd.c
2716
2717 BLUETOOTH DRIVERS
2718 M: Marcel Holtmann <marcel@holtmann.org>
2719 M: Gustavo Padovan <gustavo@padovan.org>
2720 M: Johan Hedberg <johan.hedberg@gmail.com>
2721 L: linux-bluetooth@vger.kernel.org
2722 W: http://www.bluez.org/
2723 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2724 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2725 S: Maintained
2726 F: drivers/bluetooth/
2727
2728 BLUETOOTH SUBSYSTEM
2729 M: Marcel Holtmann <marcel@holtmann.org>
2730 M: Gustavo Padovan <gustavo@padovan.org>
2731 M: Johan Hedberg <johan.hedberg@gmail.com>
2732 L: linux-bluetooth@vger.kernel.org
2733 W: http://www.bluez.org/
2734 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2736 S: Maintained
2737 F: net/bluetooth/
2738 F: include/net/bluetooth/
2739
2740 BONDING DRIVER
2741 M: Jay Vosburgh <j.vosburgh@gmail.com>
2742 M: Veaceslav Falico <vfalico@gmail.com>
2743 M: Andy Gospodarek <andy@greyhouse.net>
2744 L: netdev@vger.kernel.org
2745 W: http://sourceforge.net/projects/bonding/
2746 S: Supported
2747 F: drivers/net/bonding/
2748 F: include/uapi/linux/if_bonding.h
2749
2750 BPF (Safe dynamic programs and tools)
2751 M: Alexei Starovoitov <ast@kernel.org>
2752 M: Daniel Borkmann <daniel@iogearbox.net>
2753 L: netdev@vger.kernel.org
2754 L: linux-kernel@vger.kernel.org
2755 S: Supported
2756 F: arch/x86/net/bpf_jit*
2757 F: Documentation/networking/filter.txt
2758 F: Documentation/bpf/
2759 F: include/linux/bpf*
2760 F: include/linux/filter.h
2761 F: include/uapi/linux/bpf*
2762 F: include/uapi/linux/filter.h
2763 F: kernel/bpf/
2764 F: kernel/trace/bpf_trace.c
2765 F: lib/test_bpf.c
2766 F: net/bpf/
2767 F: net/core/filter.c
2768 F: net/sched/act_bpf.c
2769 F: net/sched/cls_bpf.c
2770 F: samples/bpf/
2771 F: tools/bpf/
2772 F: tools/testing/selftests/bpf/
2773
2774 BROADCOM B44 10/100 ETHERNET DRIVER
2775 M: Michael Chan <michael.chan@broadcom.com>
2776 L: netdev@vger.kernel.org
2777 S: Supported
2778 F: drivers/net/ethernet/broadcom/b44.*
2779
2780 BROADCOM B53 ETHERNET SWITCH DRIVER
2781 M: Florian Fainelli <f.fainelli@gmail.com>
2782 L: netdev@vger.kernel.org
2783 L: openwrt-devel@lists.openwrt.org (subscribers-only)
2784 S: Supported
2785 F: drivers/net/dsa/b53/*
2786 F: include/linux/platform_data/b53.h
2787
2788 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2789 M: Florian Fainelli <f.fainelli@gmail.com>
2790 M: Ray Jui <rjui@broadcom.com>
2791 M: Scott Branden <sbranden@broadcom.com>
2792 M: bcm-kernel-feedback-list@broadcom.com
2793 T: git git://github.com/broadcom/mach-bcm
2794 S: Maintained
2795 N: bcm281*
2796 N: bcm113*
2797 N: bcm216*
2798 N: kona
2799 F: arch/arm/mach-bcm/
2800
2801 BROADCOM BCM2835 ARM ARCHITECTURE
2802 M: Eric Anholt <eric@anholt.net>
2803 M: Stefan Wahren <stefan.wahren@i2se.com>
2804 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2805 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2806 T: git git://github.com/anholt/linux
2807 S: Maintained
2808 N: bcm2835
2809 F: drivers/staging/vc04_services
2810
2811 BROADCOM BCM47XX MIPS ARCHITECTURE
2812 M: Hauke Mehrtens <hauke@hauke-m.de>
2813 M: Rafał Miłecki <zajec5@gmail.com>
2814 L: linux-mips@linux-mips.org
2815 S: Maintained
2816 F: Documentation/devicetree/bindings/mips/brcm/
2817 F: arch/mips/bcm47xx/*
2818 F: arch/mips/include/asm/mach-bcm47xx/*
2819
2820 BROADCOM BCM5301X ARM ARCHITECTURE
2821 M: Hauke Mehrtens <hauke@hauke-m.de>
2822 M: Rafał Miłecki <zajec5@gmail.com>
2823 M: Jon Mason <jonmason@broadcom.com>
2824 M: bcm-kernel-feedback-list@broadcom.com
2825 L: linux-arm-kernel@lists.infradead.org
2826 S: Maintained
2827 F: arch/arm/mach-bcm/bcm_5301x.c
2828 F: arch/arm/boot/dts/bcm5301x*.dtsi
2829 F: arch/arm/boot/dts/bcm470*
2830 F: arch/arm/boot/dts/bcm953012*
2831
2832 BROADCOM BCM53573 ARM ARCHITECTURE
2833 M: Rafał Miłecki <rafal@milecki.pl>
2834 L: linux-arm-kernel@lists.infradead.org
2835 S: Maintained
2836 F: arch/arm/boot/dts/bcm53573*
2837 F: arch/arm/boot/dts/bcm47189*
2838
2839 BROADCOM BCM63XX ARM ARCHITECTURE
2840 M: Florian Fainelli <f.fainelli@gmail.com>
2841 M: bcm-kernel-feedback-list@broadcom.com
2842 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2843 T: git git://github.com/broadcom/stblinux.git
2844 S: Maintained
2845 N: bcm63xx
2846
2847 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2848 M: Kevin Cernekee <cernekee@gmail.com>
2849 L: linux-usb@vger.kernel.org
2850 S: Maintained
2851 F: drivers/usb/gadget/udc/bcm63xx_udc.*
2852
2853 BROADCOM BCM7XXX ARM ARCHITECTURE
2854 M: Brian Norris <computersforpeace@gmail.com>
2855 M: Gregory Fong <gregory.0xf0@gmail.com>
2856 M: Florian Fainelli <f.fainelli@gmail.com>
2857 M: bcm-kernel-feedback-list@broadcom.com
2858 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2859 T: git git://github.com/broadcom/stblinux.git
2860 S: Maintained
2861 F: arch/arm/mach-bcm/*brcmstb*
2862 F: arch/arm/boot/dts/bcm7*.dts*
2863 F: drivers/bus/brcmstb_gisb.c
2864 N: brcmstb
2865
2866 BROADCOM BMIPS CPUFREQ DRIVER
2867 M: Markus Mayer <mmayer@broadcom.com>
2868 M: bcm-kernel-feedback-list@broadcom.com
2869 L: linux-pm@vger.kernel.org
2870 S: Maintained
2871 F: drivers/cpufreq/bmips-cpufreq.c
2872
2873 BROADCOM BMIPS MIPS ARCHITECTURE
2874 M: Kevin Cernekee <cernekee@gmail.com>
2875 M: Florian Fainelli <f.fainelli@gmail.com>
2876 L: linux-mips@linux-mips.org
2877 T: git git://github.com/broadcom/stblinux.git
2878 S: Maintained
2879 F: arch/mips/bmips/*
2880 F: arch/mips/include/asm/mach-bmips/*
2881 F: arch/mips/kernel/*bmips*
2882 F: arch/mips/boot/dts/brcm/bcm*.dts*
2883 F: drivers/irqchip/irq-bcm63*
2884 F: drivers/irqchip/irq-bcm7*
2885 F: drivers/irqchip/irq-brcmstb*
2886 F: include/linux/bcm963xx_nvram.h
2887 F: include/linux/bcm963xx_tag.h
2888
2889 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2890 M: Rasesh Mody <rasesh.mody@cavium.com>
2891 M: Harish Patil <harish.patil@cavium.com>
2892 M: Dept-GELinuxNICDev@cavium.com
2893 L: netdev@vger.kernel.org
2894 S: Supported
2895 F: drivers/net/ethernet/broadcom/bnx2.*
2896 F: drivers/net/ethernet/broadcom/bnx2_*
2897
2898 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2899 M: QLogic-Storage-Upstream@qlogic.com
2900 L: linux-scsi@vger.kernel.org
2901 S: Supported
2902 F: drivers/scsi/bnx2fc/
2903
2904 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2905 M: QLogic-Storage-Upstream@qlogic.com
2906 L: linux-scsi@vger.kernel.org
2907 S: Supported
2908 F: drivers/scsi/bnx2i/
2909
2910 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2911 M: Ariel Elior <ariel.elior@cavium.com>
2912 M: everest-linux-l2@cavium.com
2913 L: netdev@vger.kernel.org
2914 S: Supported
2915 F: drivers/net/ethernet/broadcom/bnx2x/
2916
2917 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2918 M: Michael Chan <michael.chan@broadcom.com>
2919 L: netdev@vger.kernel.org
2920 S: Supported
2921 F: drivers/net/ethernet/broadcom/bnxt/
2922
2923 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2924 M: Arend van Spriel <arend.vanspriel@broadcom.com>
2925 M: Franky Lin <franky.lin@broadcom.com>
2926 M: Hante Meuleman <hante.meuleman@broadcom.com>
2927 M: Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2928 M: Wright Feng <wright.feng@cypress.com>
2929 L: linux-wireless@vger.kernel.org
2930 L: brcm80211-dev-list.pdl@broadcom.com
2931 L: brcm80211-dev-list@cypress.com
2932 S: Supported
2933 F: drivers/net/wireless/broadcom/brcm80211/
2934
2935 BROADCOM BRCMSTB GPIO DRIVER
2936 M: Gregory Fong <gregory.0xf0@gmail.com>
2937 L: bcm-kernel-feedback-list@broadcom.com
2938 S: Supported
2939 F: drivers/gpio/gpio-brcmstb.c
2940 F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2941
2942 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
2943 M: Al Cooper <alcooperx@gmail.com>
2944 L: linux-kernel@vger.kernel.org
2945 L: bcm-kernel-feedback-list@broadcom.com
2946 S: Maintained
2947 F: drivers/phy/broadcom/phy-brcm-usb*
2948
2949 BROADCOM GENET ETHERNET DRIVER
2950 M: Doug Berger <opendmb@gmail.com>
2951 M: Florian Fainelli <f.fainelli@gmail.com>
2952 L: netdev@vger.kernel.org
2953 S: Supported
2954 F: drivers/net/ethernet/broadcom/genet/
2955
2956 BROADCOM IPROC ARM ARCHITECTURE
2957 M: Ray Jui <rjui@broadcom.com>
2958 M: Scott Branden <sbranden@broadcom.com>
2959 M: Jon Mason <jonmason@broadcom.com>
2960 M: bcm-kernel-feedback-list@broadcom.com
2961 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2962 T: git git://github.com/broadcom/cygnus-linux.git
2963 S: Maintained
2964 N: iproc
2965 N: cygnus
2966 N: bcm[-_]nsp
2967 N: bcm9113*
2968 N: bcm9583*
2969 N: bcm9585*
2970 N: bcm9586*
2971 N: bcm988312
2972 N: bcm113*
2973 N: bcm583*
2974 N: bcm585*
2975 N: bcm586*
2976 N: bcm88312
2977 N: hr2
2978 F: arch/arm64/boot/dts/broadcom/ns2*
2979 F: drivers/clk/bcm/clk-ns*
2980 F: drivers/pinctrl/bcm/pinctrl-ns*
2981
2982 BROADCOM KONA GPIO DRIVER
2983 M: Ray Jui <rjui@broadcom.com>
2984 L: bcm-kernel-feedback-list@broadcom.com
2985 S: Supported
2986 F: drivers/gpio/gpio-bcm-kona.c
2987 F: Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2988
2989 BROADCOM NETXTREME-E ROCE DRIVER
2990 M: Selvin Xavier <selvin.xavier@broadcom.com>
2991 M: Devesh Sharma <devesh.sharma@broadcom.com>
2992 M: Somnath Kotur <somnath.kotur@broadcom.com>
2993 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2994 L: linux-rdma@vger.kernel.org
2995 W: http://www.broadcom.com
2996 S: Supported
2997 F: drivers/infiniband/hw/bnxt_re/
2998 F: include/uapi/rdma/bnxt_re-abi.h
2999
3000 BROADCOM NVRAM DRIVER
3001 M: Rafał Miłecki <zajec5@gmail.com>
3002 L: linux-mips@linux-mips.org
3003 S: Maintained
3004 F: drivers/firmware/broadcom/*
3005
3006 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
3007 M: Rafał Miłecki <zajec5@gmail.com>
3008 L: linux-wireless@vger.kernel.org
3009 S: Maintained
3010 F: drivers/bcma/
3011 F: include/linux/bcma/
3012
3013 BROADCOM STB AVS CPUFREQ DRIVER
3014 M: Markus Mayer <mmayer@broadcom.com>
3015 M: bcm-kernel-feedback-list@broadcom.com
3016 L: linux-pm@vger.kernel.org
3017 S: Maintained
3018 F: Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
3019 F: drivers/cpufreq/brcmstb*
3020
3021 BROADCOM STB AVS TMON DRIVER
3022 M: Markus Mayer <mmayer@broadcom.com>
3023 M: bcm-kernel-feedback-list@broadcom.com
3024 L: linux-pm@vger.kernel.org
3025 S: Maintained
3026 F: Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
3027 F: drivers/thermal/broadcom/brcmstb*
3028
3029 BROADCOM STB NAND FLASH DRIVER
3030 M: Brian Norris <computersforpeace@gmail.com>
3031 M: Kamal Dasu <kdasu.kdev@gmail.com>
3032 L: linux-mtd@lists.infradead.org
3033 L: bcm-kernel-feedback-list@broadcom.com
3034 S: Maintained
3035 F: drivers/mtd/nand/brcmnand/
3036
3037 BROADCOM STB DPFE DRIVER
3038 M: Markus Mayer <mmayer@broadcom.com>
3039 M: bcm-kernel-feedback-list@broadcom.com
3040 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3041 S: Maintained
3042 F: Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3043 F: drivers/memory/brcmstb_dpfe.c
3044
3045 BROADCOM SYSTEMPORT ETHERNET DRIVER
3046 M: Florian Fainelli <f.fainelli@gmail.com>
3047 L: netdev@vger.kernel.org
3048 S: Supported
3049 F: drivers/net/ethernet/broadcom/bcmsysport.*
3050
3051 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3052 M: Siva Reddy Kallam <siva.kallam@broadcom.com>
3053 M: Prashant Sreedharan <prashant@broadcom.com>
3054 M: Michael Chan <mchan@broadcom.com>
3055 L: netdev@vger.kernel.org
3056 S: Supported
3057 F: drivers/net/ethernet/broadcom/tg3.*
3058
3059 BROCADE BFA FC SCSI DRIVER
3060 M: Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3061 M: Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3062 L: linux-scsi@vger.kernel.org
3063 S: Supported
3064 F: drivers/scsi/bfa/
3065
3066 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3067 M: Rasesh Mody <rasesh.mody@cavium.com>
3068 M: Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3069 M: Dept-GELinuxNICDev@cavium.com
3070 L: netdev@vger.kernel.org
3071 S: Supported
3072 F: drivers/net/ethernet/brocade/bna/
3073
3074 BSG (block layer generic sg v4 driver)
3075 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3076 L: linux-scsi@vger.kernel.org
3077 S: Supported
3078 F: block/bsg.c
3079 F: include/linux/bsg.h
3080 F: include/uapi/linux/bsg.h
3081
3082 BT87X AUDIO DRIVER
3083 M: Clemens Ladisch <clemens@ladisch.de>
3084 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3085 T: git git://git.alsa-project.org/alsa-kernel.git
3086 S: Maintained
3087 F: Documentation/sound/alsa/Bt87x.txt
3088 F: sound/pci/bt87x.c
3089
3090 BT8XXGPIO DRIVER
3091 M: Michael Buesch <m@bues.ch>
3092 W: http://bu3sch.de/btgpio.php
3093 S: Maintained
3094 F: drivers/gpio/gpio-bt8xx.c
3095
3096 BTRFS FILE SYSTEM
3097 M: Chris Mason <clm@fb.com>
3098 M: Josef Bacik <jbacik@fb.com>
3099 M: David Sterba <dsterba@suse.com>
3100 L: linux-btrfs@vger.kernel.org
3101 W: http://btrfs.wiki.kernel.org/
3102 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
3103 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3104 S: Maintained
3105 F: Documentation/filesystems/btrfs.txt
3106 F: fs/btrfs/
3107 F: include/linux/btrfs*
3108 F: include/uapi/linux/btrfs*
3109
3110 BTTV VIDEO4LINUX DRIVER
3111 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3112 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3113 L: linux-media@vger.kernel.org
3114 W: https://linuxtv.org
3115 T: git git://linuxtv.org/media_tree.git
3116 S: Odd fixes
3117 F: Documentation/media/v4l-drivers/bttv*
3118 F: drivers/media/pci/bt8xx/bttv*
3119
3120 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3121 M: Chanwoo Choi <cw00.choi@samsung.com>
3122 L: linux-pm@vger.kernel.org
3123 L: linux-samsung-soc@vger.kernel.org
3124 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3125 S: Maintained
3126 F: drivers/devfreq/exynos-bus.c
3127 F: Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3128
3129 BUSLOGIC SCSI DRIVER
3130 M: Khalid Aziz <khalid@gonehiking.org>
3131 L: linux-scsi@vger.kernel.org
3132 S: Maintained
3133 F: drivers/scsi/BusLogic.*
3134 F: drivers/scsi/FlashPoint.*
3135
3136 C-MEDIA CMI8788 DRIVER
3137 M: Clemens Ladisch <clemens@ladisch.de>
3138 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3139 T: git git://git.alsa-project.org/alsa-kernel.git
3140 S: Maintained
3141 F: sound/pci/oxygen/
3142
3143 C6X ARCHITECTURE
3144 M: Mark Salter <msalter@redhat.com>
3145 M: Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3146 L: linux-c6x-dev@linux-c6x.org
3147 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
3148 S: Maintained
3149 F: arch/c6x/
3150
3151 CA8210 IEEE-802.15.4 RADIO DRIVER
3152 M: Harry Morris <h.morris@cascoda.com>
3153 L: linux-wpan@vger.kernel.org
3154 W: https://github.com/Cascoda/ca8210-linux.git
3155 S: Maintained
3156 F: drivers/net/ieee802154/ca8210.c
3157 F: Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3158
3159 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3160 M: David Howells <dhowells@redhat.com>
3161 L: linux-cachefs@redhat.com (moderated for non-subscribers)
3162 S: Supported
3163 F: Documentation/filesystems/caching/cachefiles.txt
3164 F: fs/cachefiles/
3165
3166 CADET FM/AM RADIO RECEIVER DRIVER
3167 M: Hans Verkuil <hverkuil@xs4all.nl>
3168 L: linux-media@vger.kernel.org
3169 T: git git://linuxtv.org/media_tree.git
3170 W: https://linuxtv.org
3171 S: Maintained
3172 F: drivers/media/radio/radio-cadet*
3173
3174 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3175 M: Jonathan Corbet <corbet@lwn.net>
3176 L: linux-media@vger.kernel.org
3177 T: git git://linuxtv.org/media_tree.git
3178 S: Maintained
3179 F: Documentation/media/v4l-drivers/cafe_ccic*
3180 F: drivers/media/platform/marvell-ccic/
3181
3182 CAIF NETWORK LAYER
3183 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3184 L: netdev@vger.kernel.org
3185 S: Supported
3186 F: Documentation/networking/caif/
3187 F: drivers/net/caif/
3188 F: include/uapi/linux/caif/
3189 F: include/net/caif/
3190 F: net/caif/
3191
3192 CALGARY x86-64 IOMMU
3193 M: Muli Ben-Yehuda <mulix@mulix.org>
3194 M: Jon Mason <jdmason@kudzu.us>
3195 L: iommu@lists.linux-foundation.org
3196 S: Maintained
3197 F: arch/x86/kernel/pci-calgary_64.c
3198 F: arch/x86/kernel/tce_64.c
3199 F: arch/x86/include/asm/calgary.h
3200 F: arch/x86/include/asm/tce.h
3201
3202 CAN NETWORK DRIVERS
3203 M: Wolfgang Grandegger <wg@grandegger.com>
3204 M: Marc Kleine-Budde <mkl@pengutronix.de>
3205 L: linux-can@vger.kernel.org
3206 W: https://github.com/linux-can
3207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3209 S: Maintained
3210 F: Documentation/devicetree/bindings/net/can/
3211 F: drivers/net/can/
3212 F: include/linux/can/dev.h
3213 F: include/linux/can/platform/
3214 F: include/uapi/linux/can/error.h
3215 F: include/uapi/linux/can/netlink.h
3216
3217 CAN NETWORK LAYER
3218 M: Oliver Hartkopp <socketcan@hartkopp.net>
3219 M: Marc Kleine-Budde <mkl@pengutronix.de>
3220 L: linux-can@vger.kernel.org
3221 W: https://github.com/linux-can
3222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3224 S: Maintained
3225 F: Documentation/networking/can.txt
3226 F: net/can/
3227 F: include/linux/can/core.h
3228 F: include/uapi/linux/can.h
3229 F: include/uapi/linux/can/bcm.h
3230 F: include/uapi/linux/can/raw.h
3231 F: include/uapi/linux/can/gw.h
3232
3233 CAPABILITIES
3234 M: Serge Hallyn <serge@hallyn.com>
3235 L: linux-security-module@vger.kernel.org
3236 S: Supported
3237 F: include/linux/capability.h
3238 F: include/uapi/linux/capability.h
3239 F: security/commoncap.c
3240 F: kernel/capability.c
3241
3242 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3243 M: Kevin Tsai <ktsai@capellamicro.com>
3244 S: Maintained
3245 F: drivers/iio/light/cm*
3246
3247 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3248 M: Christian Lamparter <chunkeey@googlemail.com>
3249 L: linux-wireless@vger.kernel.org
3250 W: http://wireless.kernel.org/en/users/Drivers/carl9170
3251 S: Maintained
3252 F: drivers/net/wireless/ath/carl9170/
3253
3254 CAVIUM I2C DRIVER
3255 M: Jan Glauber <jglauber@cavium.com>
3256 M: David Daney <david.daney@cavium.com>
3257 W: http://www.cavium.com
3258 S: Supported
3259 F: drivers/i2c/busses/i2c-octeon*
3260 F: drivers/i2c/busses/i2c-thunderx*
3261
3262 CAVIUM LIQUIDIO NETWORK DRIVER
3263 M: Derek Chickles <derek.chickles@caviumnetworks.com>
3264 M: Satanand Burla <satananda.burla@caviumnetworks.com>
3265 M: Felix Manlunas <felix.manlunas@caviumnetworks.com>
3266 M: Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3267 L: netdev@vger.kernel.org
3268 W: http://www.cavium.com
3269 S: Supported
3270 F: drivers/net/ethernet/cavium/liquidio/
3271
3272 CAVIUM MMC DRIVER
3273 M: Jan Glauber <jglauber@cavium.com>
3274 M: David Daney <david.daney@cavium.com>
3275 M: Steven J. Hill <Steven.Hill@cavium.com>
3276 W: http://www.cavium.com
3277 S: Supported
3278 F: drivers/mmc/host/cavium*
3279
3280 CAVIUM OCTEON-TX CRYPTO DRIVER
3281 M: George Cherian <george.cherian@cavium.com>
3282 L: linux-crypto@vger.kernel.org
3283 W: http://www.cavium.com
3284 S: Supported
3285 F: drivers/crypto/cavium/cpt/
3286
3287 CAVIUM THUNDERX2 ARM64 SOC
3288 M: Robert Richter <rrichter@cavium.com>
3289 M: Jayachandran C <jnair@caviumnetworks.com>
3290 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3291 S: Maintained
3292 F: arch/arm64/boot/dts/cavium/thunder2-99xx*
3293 F: Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3294
3295 CC2520 IEEE-802.15.4 RADIO DRIVER
3296 M: Varka Bhadram <varkabhadram@gmail.com>
3297 L: linux-wpan@vger.kernel.org
3298 S: Maintained
3299 F: drivers/net/ieee802154/cc2520.c
3300 F: include/linux/spi/cc2520.h
3301 F: Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3302
3303 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3304 M: Gilad Ben-Yossef <gilad@benyossef.com>
3305 L: linux-crypto@vger.kernel.org
3306 L: driverdev-devel@linuxdriverproject.org
3307 S: Supported
3308 F: drivers/staging/ccree/
3309 W: https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3310
3311 CEC FRAMEWORK
3312 M: Hans Verkuil <hans.verkuil@cisco.com>
3313 L: linux-media@vger.kernel.org
3314 T: git git://linuxtv.org/media_tree.git
3315 W: http://linuxtv.org
3316 S: Supported
3317 F: Documentation/media/kapi/cec-core.rst
3318 F: Documentation/media/uapi/cec
3319 F: drivers/media/cec/
3320 F: drivers/media/rc/keymaps/rc-cec.c
3321 F: include/media/cec.h
3322 F: include/media/cec-notifier.h
3323 F: include/uapi/linux/cec.h
3324 F: include/uapi/linux/cec-funcs.h
3325 F: Documentation/devicetree/bindings/media/cec.txt
3326
3327 CEC GPIO DRIVER
3328 M: Hans Verkuil <hans.verkuil@cisco.com>
3329 L: linux-media@vger.kernel.org
3330 T: git git://linuxtv.org/media_tree.git
3331 W: http://linuxtv.org
3332 S: Supported
3333 F: drivers/media/platform/cec-gpio/
3334 F: Documentation/devicetree/bindings/media/cec-gpio.txt
3335
3336 CELL BROADBAND ENGINE ARCHITECTURE
3337 M: Arnd Bergmann <arnd@arndb.de>
3338 L: linuxppc-dev@lists.ozlabs.org
3339 W: http://www.ibm.com/developerworks/power/cell/
3340 S: Supported
3341 F: arch/powerpc/include/asm/cell*.h
3342 F: arch/powerpc/include/asm/spu*.h
3343 F: arch/powerpc/include/uapi/asm/spu*.h
3344 F: arch/powerpc/oprofile/*cell*
3345 F: arch/powerpc/platforms/cell/
3346
3347 CEPH COMMON CODE (LIBCEPH)
3348 M: Ilya Dryomov <idryomov@gmail.com>
3349 M: "Yan, Zheng" <zyan@redhat.com>
3350 M: Sage Weil <sage@redhat.com>
3351 L: ceph-devel@vger.kernel.org
3352 W: http://ceph.com/
3353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3354 T: git git://github.com/ceph/ceph-client.git
3355 S: Supported
3356 F: net/ceph/
3357 F: include/linux/ceph/
3358 F: include/linux/crush/
3359
3360 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3361 M: "Yan, Zheng" <zyan@redhat.com>
3362 M: Sage Weil <sage@redhat.com>
3363 M: Ilya Dryomov <idryomov@gmail.com>
3364 L: ceph-devel@vger.kernel.org
3365 W: http://ceph.com/
3366 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3367 T: git git://github.com/ceph/ceph-client.git
3368 S: Supported
3369 F: Documentation/filesystems/ceph.txt
3370 F: fs/ceph/
3371
3372 CERTIFICATE HANDLING:
3373 M: David Howells <dhowells@redhat.com>
3374 M: David Woodhouse <dwmw2@infradead.org>
3375 L: keyrings@vger.kernel.org
3376 S: Maintained
3377 F: Documentation/module-signing.txt
3378 F: certs/
3379 F: scripts/sign-file.c
3380 F: scripts/extract-cert.c
3381
3382 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3383 L: linux-usb@vger.kernel.org
3384 S: Orphan
3385 F: Documentation/usb/WUSB-Design-overview.txt
3386 F: Documentation/usb/wusb-cbaf
3387 F: drivers/usb/host/hwa-hc.c
3388 F: drivers/usb/host/whci/
3389 F: drivers/usb/wusbcore/
3390 F: include/linux/usb/wusb*
3391
3392 CFAG12864B LCD DRIVER
3393 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3394 W: http://miguelojeda.es/auxdisplay.htm
3395 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3396 S: Maintained
3397 F: drivers/auxdisplay/cfag12864b.c
3398 F: include/linux/cfag12864b.h
3399
3400 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3401 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3402 W: http://miguelojeda.es/auxdisplay.htm
3403 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3404 S: Maintained
3405 F: drivers/auxdisplay/cfag12864bfb.c
3406 F: include/linux/cfag12864b.h
3407
3408 802.11 (including CFG80211/NL80211)
3409 M: Johannes Berg <johannes@sipsolutions.net>
3410 L: linux-wireless@vger.kernel.org
3411 W: http://wireless.kernel.org/
3412 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3413 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3414 S: Maintained
3415 F: net/wireless/
3416 F: include/uapi/linux/nl80211.h
3417 F: include/linux/ieee80211.h
3418 F: include/net/wext.h
3419 F: include/net/cfg80211.h
3420 F: include/net/iw_handler.h
3421 F: include/net/ieee80211_radiotap.h
3422 F: Documentation/driver-api/80211/cfg80211.rst
3423 F: Documentation/networking/regulatory.txt
3424
3425 CHAR and MISC DRIVERS
3426 M: Arnd Bergmann <arnd@arndb.de>
3427 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3429 S: Supported
3430 F: drivers/char/*
3431 F: drivers/misc/*
3432 F: include/linux/miscdevice.h
3433
3434 CHECKPATCH
3435 M: Andy Whitcroft <apw@canonical.com>
3436 M: Joe Perches <joe@perches.com>
3437 S: Maintained
3438 F: scripts/checkpatch.pl
3439
3440 CHINESE DOCUMENTATION
3441 M: Harry Wei <harryxiyou@gmail.com>
3442 L: xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3443 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
3444 S: Maintained
3445 F: Documentation/translations/zh_CN/
3446
3447 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3448 M: Peter Chen <Peter.Chen@nxp.com>
3449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3450 L: linux-usb@vger.kernel.org
3451 S: Maintained
3452 F: drivers/usb/chipidea/
3453
3454 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3455 M: Hans de Goede <hdegoede@redhat.com>
3456 L: linux-input@vger.kernel.org
3457 S: Maintained
3458 F: Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3459 F: drivers/input/touchscreen/chipone_icn8318.c
3460
3461 CHROME HARDWARE PLATFORM SUPPORT
3462 M: Benson Leung <bleung@chromium.org>
3463 M: Olof Johansson <olof@lixom.net>
3464 S: Maintained
3465 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3466 F: drivers/platform/chrome/
3467
3468 CIRRUS LOGIC AUDIO CODEC DRIVERS
3469 M: Brian Austin <brian.austin@cirrus.com>
3470 M: Paul Handrigan <Paul.Handrigan@cirrus.com>
3471 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3472 S: Maintained
3473 F: sound/soc/codecs/cs*
3474
3475 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3476 M: Hartley Sweeten <hsweeten@visionengravers.com>
3477 L: netdev@vger.kernel.org
3478 S: Maintained
3479 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
3480
3481 CISCO FCOE HBA DRIVER
3482 M: Satish Kharat <satishkh@cisco.com>
3483 M: Sesidhar Baddela <sebaddel@cisco.com>
3484 M: Karan Tilak Kumar <kartilak@cisco.com>
3485 L: linux-scsi@vger.kernel.org
3486 S: Supported
3487 F: drivers/scsi/fnic/
3488
3489 CISCO SCSI HBA DRIVER
3490 M: Karan Tilak Kumar <kartilak@cisco.com>
3491 M: Sesidhar Baddela <sebaddel@cisco.com>
3492 L: linux-scsi@vger.kernel.org
3493 S: Supported
3494 F: drivers/scsi/snic/
3495
3496 CISCO VIC ETHERNET NIC DRIVER
3497 M: Christian Benvenuti <benve@cisco.com>
3498 M: Govindarajulu Varadarajan <_govind@gmx.com>
3499 M: Parvi Kaustubhi <pkaustub@cisco.com>
3500 S: Supported
3501 F: drivers/net/ethernet/cisco/enic/
3502
3503 CISCO VIC LOW LATENCY NIC DRIVER
3504 M: Christian Benvenuti <benve@cisco.com>
3505 M: Dave Goodell <dgoodell@cisco.com>
3506 S: Supported
3507 F: drivers/infiniband/hw/usnic/
3508
3509 CLEANCACHE API
3510 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3511 L: linux-kernel@vger.kernel.org
3512 S: Maintained
3513 F: mm/cleancache.c
3514 F: include/linux/cleancache.h
3515
3516 CLK API
3517 M: Russell King <linux@armlinux.org.uk>
3518 L: linux-clk@vger.kernel.org
3519 S: Maintained
3520 F: include/linux/clk.h
3521
3522 CLOCKSOURCE, CLOCKEVENT DRIVERS
3523 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3524 M: Thomas Gleixner <tglx@linutronix.de>
3525 L: linux-kernel@vger.kernel.org
3526 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3527 S: Supported
3528 F: drivers/clocksource/
3529 F: Documentation/devicetree/bindings/timer/
3530
3531 CMPC ACPI DRIVER
3532 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3533 M: Daniel Oliveira Nascimento <don@syst.com.br>
3534 L: platform-driver-x86@vger.kernel.org
3535 S: Supported
3536 F: drivers/platform/x86/classmate-laptop.c
3537
3538 COBALT MEDIA DRIVER
3539 M: Hans Verkuil <hans.verkuil@cisco.com>
3540 L: linux-media@vger.kernel.org
3541 T: git git://linuxtv.org/media_tree.git
3542 W: https://linuxtv.org
3543 S: Supported
3544 F: drivers/media/pci/cobalt/
3545
3546 COCCINELLE/Semantic Patches (SmPL)
3547 M: Julia Lawall <Julia.Lawall@lip6.fr>
3548 M: Gilles Muller <Gilles.Muller@lip6.fr>
3549 M: Nicolas Palix <nicolas.palix@imag.fr>
3550 M: Michal Marek <michal.lkml@markovi.net>
3551 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
3552 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3553 W: http://coccinelle.lip6.fr/
3554 S: Supported
3555 F: Documentation/dev-tools/coccinelle.rst
3556 F: scripts/coccinelle/
3557 F: scripts/coccicheck
3558
3559 CODA FILE SYSTEM
3560 M: Jan Harkes <jaharkes@cs.cmu.edu>
3561 M: coda@cs.cmu.edu
3562 L: codalist@coda.cs.cmu.edu
3563 W: http://www.coda.cs.cmu.edu/
3564 S: Maintained
3565 F: Documentation/filesystems/coda.txt
3566 F: fs/coda/
3567 F: include/linux/coda*.h
3568 F: include/uapi/linux/coda*.h
3569
3570 CODA V4L2 MEM2MEM DRIVER
3571 M: Philipp Zabel <p.zabel@pengutronix.de>
3572 L: linux-media@vger.kernel.org
3573 S: Maintained
3574 F: Documentation/devicetree/bindings/media/coda.txt
3575 F: drivers/media/platform/coda/
3576
3577 COMMON CLK FRAMEWORK
3578 M: Michael Turquette <mturquette@baylibre.com>
3579 M: Stephen Boyd <sboyd@codeaurora.org>
3580 L: linux-clk@vger.kernel.org
3581 Q: http://patchwork.kernel.org/project/linux-clk/list/
3582 T: git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3583 S: Maintained
3584 F: Documentation/devicetree/bindings/clock/
3585 F: drivers/clk/
3586 X: drivers/clk/clkdev.c
3587 F: include/linux/clk-pr*
3588 F: include/linux/clk/
3589
3590 COMMON INTERNET FILE SYSTEM (CIFS)
3591 M: Steve French <sfrench@samba.org>
3592 L: linux-cifs@vger.kernel.org
3593 L: samba-technical@lists.samba.org (moderated for non-subscribers)
3594 W: http://linux-cifs.samba.org/
3595 T: git git://git.samba.org/sfrench/cifs-2.6.git
3596 S: Supported
3597 F: Documentation/filesystems/cifs/
3598 F: fs/cifs/
3599
3600 COMPACTPCI HOTPLUG CORE
3601 M: Scott Murray <scott@spiteful.org>
3602 L: linux-pci@vger.kernel.org
3603 S: Maintained
3604 F: drivers/pci/hotplug/cpci_hotplug*
3605
3606 COMPACTPCI HOTPLUG GENERIC DRIVER
3607 M: Scott Murray <scott@spiteful.org>
3608 L: linux-pci@vger.kernel.org
3609 S: Maintained
3610 F: drivers/pci/hotplug/cpcihp_generic.c
3611
3612 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3613 M: Scott Murray <scott@spiteful.org>
3614 L: linux-pci@vger.kernel.org
3615 S: Maintained
3616 F: drivers/pci/hotplug/cpcihp_zt5550.*
3617
3618 COMPAL LAPTOP SUPPORT
3619 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3620 L: platform-driver-x86@vger.kernel.org
3621 S: Maintained
3622 F: drivers/platform/x86/compal-laptop.c
3623
3624 CONEXANT ACCESSRUNNER USB DRIVER
3625 L: accessrunner-general@lists.sourceforge.net
3626 W: http://accessrunner.sourceforge.net/
3627 S: Orphan
3628 F: drivers/usb/atm/cxacru.c
3629
3630 CONFIGFS
3631 M: Joel Becker <jlbec@evilplan.org>
3632 M: Christoph Hellwig <hch@lst.de>
3633 T: git git://git.infradead.org/users/hch/configfs.git
3634 S: Supported
3635 F: fs/configfs/
3636 F: include/linux/configfs.h
3637
3638 CONNECTOR
3639 M: Evgeniy Polyakov <zbr@ioremap.net>
3640 L: netdev@vger.kernel.org
3641 S: Maintained
3642 F: drivers/connector/
3643
3644 CONTROL GROUP (CGROUP)
3645 M: Tejun Heo <tj@kernel.org>
3646 M: Li Zefan <lizefan@huawei.com>
3647 M: Johannes Weiner <hannes@cmpxchg.org>
3648 L: cgroups@vger.kernel.org
3649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3650 S: Maintained
3651 F: Documentation/cgroup*
3652 F: include/linux/cgroup*
3653 F: kernel/cgroup*
3654
3655 CONTROL GROUP - CPUSET
3656 M: Li Zefan <lizefan@huawei.com>
3657 L: cgroups@vger.kernel.org
3658 W: http://www.bullopensource.org/cpuset/
3659 W: http://oss.sgi.com/projects/cpusets/
3660 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3661 S: Maintained
3662 F: Documentation/cgroup-v1/cpusets.txt
3663 F: include/linux/cpuset.h
3664 F: kernel/cgroup/cpuset.c
3665
3666 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3667 M: Johannes Weiner <hannes@cmpxchg.org>
3668 M: Michal Hocko <mhocko@kernel.org>
3669 M: Vladimir Davydov <vdavydov.dev@gmail.com>
3670 L: cgroups@vger.kernel.org
3671 L: linux-mm@kvack.org
3672 S: Maintained
3673 F: mm/memcontrol.c
3674 F: mm/swap_cgroup.c
3675
3676 CORETEMP HARDWARE MONITORING DRIVER
3677 M: Fenghua Yu <fenghua.yu@intel.com>
3678 L: linux-hwmon@vger.kernel.org
3679 S: Maintained
3680 F: Documentation/hwmon/coretemp
3681 F: drivers/hwmon/coretemp.c
3682
3683 COSA/SRP SYNC SERIAL DRIVER
3684 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3685 W: http://www.fi.muni.cz/~kas/cosa/
3686 S: Maintained
3687 F: drivers/net/wan/cosa*
3688
3689 CPMAC ETHERNET DRIVER
3690 M: Florian Fainelli <f.fainelli@gmail.com>
3691 L: netdev@vger.kernel.org
3692 S: Maintained
3693 F: drivers/net/ethernet/ti/cpmac.c
3694
3695 CPU FREQUENCY DRIVERS
3696 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3697 M: Viresh Kumar <viresh.kumar@linaro.org>
3698 L: linux-pm@vger.kernel.org
3699 S: Maintained
3700 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3701 T: git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3702 B: https://bugzilla.kernel.org
3703 F: Documentation/cpu-freq/
3704 F: Documentation/devicetree/bindings/cpufreq/
3705 F: drivers/cpufreq/
3706 F: include/linux/cpufreq.h
3707 F: tools/testing/selftests/cpufreq/
3708
3709 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3710 M: Viresh Kumar <viresh.kumar@linaro.org>
3711 M: Sudeep Holla <sudeep.holla@arm.com>
3712 L: linux-pm@vger.kernel.org
3713 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3714 S: Maintained
3715 F: drivers/cpufreq/arm_big_little.h
3716 F: drivers/cpufreq/arm_big_little.c
3717 F: drivers/cpufreq/arm_big_little_dt.c
3718
3719 CPU POWER MONITORING SUBSYSTEM
3720 M: Thomas Renninger <trenn@suse.com>
3721 M: Shuah Khan <shuahkh@osg.samsung.com>
3722 M: Shuah Khan <shuah@kernel.org>
3723 L: linux-pm@vger.kernel.org
3724 S: Maintained
3725 F: tools/power/cpupower/
3726
3727 CPUID/MSR DRIVER
3728 M: "H. Peter Anvin" <hpa@zytor.com>
3729 S: Maintained
3730 F: arch/x86/kernel/cpuid.c
3731 F: arch/x86/kernel/msr.c
3732
3733 CPUIDLE DRIVER - ARM BIG LITTLE
3734 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3735 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3736 L: linux-pm@vger.kernel.org
3737 L: linux-arm-kernel@lists.infradead.org
3738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3739 S: Maintained
3740 F: drivers/cpuidle/cpuidle-big_little.c
3741
3742 CPUIDLE DRIVER - ARM EXYNOS
3743 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3744 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3745 M: Kukjin Kim <kgene@kernel.org>
3746 L: linux-pm@vger.kernel.org
3747 L: linux-samsung-soc@vger.kernel.org
3748 S: Supported
3749 F: drivers/cpuidle/cpuidle-exynos.c
3750 F: arch/arm/mach-exynos/pm.c
3751
3752 CPUIDLE DRIVERS
3753 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
3754 M: Daniel Lezcano <daniel.lezcano@linaro.org>
3755 L: linux-pm@vger.kernel.org
3756 S: Maintained
3757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3758 B: https://bugzilla.kernel.org
3759 F: drivers/cpuidle/*
3760 F: include/linux/cpuidle.h
3761
3762 CRAMFS FILESYSTEM
3763 M: Nicolas Pitre <nico@linaro.org>
3764 S: Maintained
3765 F: Documentation/filesystems/cramfs.txt
3766 F: fs/cramfs/
3767
3768 CRIS PORT
3769 M: Mikael Starvik <starvik@axis.com>
3770 M: Jesper Nilsson <jesper.nilsson@axis.com>
3771 L: linux-cris-kernel@axis.com
3772 W: http://developer.axis.com
3773 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3774 S: Maintained
3775 F: arch/cris/
3776 F: drivers/tty/serial/crisv10.*
3777
3778 CRYPTO API
3779 M: Herbert Xu <herbert@gondor.apana.org.au>
3780 M: "David S. Miller" <davem@davemloft.net>
3781 L: linux-crypto@vger.kernel.org
3782 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3783 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3784 S: Maintained
3785 F: Documentation/crypto/
3786 F: Documentation/devicetree/bindings/crypto/
3787 F: arch/*/crypto/
3788 F: crypto/
3789 F: drivers/crypto/
3790 F: include/crypto/
3791 F: include/linux/crypto*
3792
3793 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3794 M: Neil Horman <nhorman@tuxdriver.com>
3795 L: linux-crypto@vger.kernel.org
3796 S: Maintained
3797 F: crypto/ansi_cprng.c
3798 F: crypto/rng.c
3799
3800 CS3308 MEDIA DRIVER
3801 M: Hans Verkuil <hverkuil@xs4all.nl>
3802 L: linux-media@vger.kernel.org
3803 T: git git://linuxtv.org/media_tree.git
3804 W: http://linuxtv.org
3805 S: Odd Fixes
3806 F: drivers/media/i2c/cs3308.c
3807 F: drivers/media/i2c/cs3308.h
3808
3809 CS5535 Audio ALSA driver
3810 M: Jaya Kumar <jayakumar.alsa@gmail.com>
3811 S: Maintained
3812 F: sound/pci/cs5535audio/
3813
3814 CW1200 WLAN driver
3815 M: Solomon Peachy <pizza@shaftnet.org>
3816 S: Maintained
3817 F: drivers/net/wireless/st/cw1200/
3818
3819 CX18 VIDEO4LINUX DRIVER
3820 M: Andy Walls <awalls@md.metrocast.net>
3821 L: ivtv-devel@ivtvdriver.org (subscribers-only)
3822 L: linux-media@vger.kernel.org
3823 T: git git://linuxtv.org/media_tree.git
3824 W: https://linuxtv.org
3825 W: http://www.ivtvdriver.org/index.php/Cx18
3826 S: Maintained
3827 F: Documentation/media/v4l-drivers/cx18*
3828 F: drivers/media/pci/cx18/
3829 F: include/uapi/linux/ivtv*
3830
3831 CX2341X MPEG ENCODER HELPER MODULE
3832 M: Hans Verkuil <hverkuil@xs4all.nl>
3833 L: linux-media@vger.kernel.org
3834 T: git git://linuxtv.org/media_tree.git
3835 W: https://linuxtv.org
3836 S: Maintained
3837 F: drivers/media/common/cx2341x*
3838 F: include/media/cx2341x*
3839
3840 CX24120 MEDIA DRIVER
3841 M: Jemma Denson <jdenson@gmail.com>
3842 M: Patrick Boettcher <patrick.boettcher@posteo.de>
3843 L: linux-media@vger.kernel.org
3844 W: https://linuxtv.org
3845 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3846 S: Maintained
3847 F: drivers/media/dvb-frontends/cx24120*
3848
3849 CX88 VIDEO4LINUX DRIVER
3850 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
3851 M: Mauro Carvalho Chehab <mchehab@kernel.org>
3852 L: linux-media@vger.kernel.org
3853 W: https://linuxtv.org
3854 T: git git://linuxtv.org/media_tree.git
3855 S: Odd fixes
3856 F: Documentation/media/v4l-drivers/cx88*
3857 F: drivers/media/pci/cx88/
3858
3859 CXD2820R MEDIA DRIVER
3860 M: Antti Palosaari <crope@iki.fi>
3861 L: linux-media@vger.kernel.org
3862 W: https://linuxtv.org
3863 W: http://palosaari.fi/linux/
3864 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3865 T: git git://linuxtv.org/anttip/media_tree.git
3866 S: Maintained
3867 F: drivers/media/dvb-frontends/cxd2820r*
3868
3869 CXGB3 ETHERNET DRIVER (CXGB3)
3870 M: Santosh Raspatur <santosh@chelsio.com>
3871 L: netdev@vger.kernel.org
3872 W: http://www.chelsio.com
3873 S: Supported
3874 F: drivers/net/ethernet/chelsio/cxgb3/
3875
3876 CXGB3 ISCSI DRIVER (CXGB3I)
3877 M: Karen Xie <kxie@chelsio.com>
3878 L: linux-scsi@vger.kernel.org
3879 W: http://www.chelsio.com
3880 S: Supported
3881 F: drivers/scsi/cxgbi/cxgb3i
3882
3883 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3884 M: Steve Wise <swise@chelsio.com>
3885 L: linux-rdma@vger.kernel.org
3886 W: http://www.openfabrics.org
3887 S: Supported
3888 F: drivers/infiniband/hw/cxgb3/
3889 F: include/uapi/rdma/cxgb3-abi.h
3890
3891 CXGB4 CRYPTO DRIVER (chcr)
3892 M: Harsh Jain <harsh@chelsio.com>
3893 L: linux-crypto@vger.kernel.org
3894 W: http://www.chelsio.com
3895 S: Supported
3896 F: drivers/crypto/chelsio
3897
3898 CXGB4 ETHERNET DRIVER (CXGB4)
3899 M: Ganesh Goudar <ganeshgr@chelsio.com>
3900 L: netdev@vger.kernel.org
3901 W: http://www.chelsio.com
3902 S: Supported
3903 F: drivers/net/ethernet/chelsio/cxgb4/
3904
3905 CXGB4 ISCSI DRIVER (CXGB4I)
3906 M: Karen Xie <kxie@chelsio.com>
3907 L: linux-scsi@vger.kernel.org
3908 W: http://www.chelsio.com
3909 S: Supported
3910 F: drivers/scsi/cxgbi/cxgb4i
3911
3912 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3913 M: Steve Wise <swise@chelsio.com>
3914 L: linux-rdma@vger.kernel.org
3915 W: http://www.openfabrics.org
3916 S: Supported
3917 F: drivers/infiniband/hw/cxgb4/
3918 F: include/uapi/rdma/cxgb4-abi.h
3919
3920 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3921 M: Casey Leedom <leedom@chelsio.com>
3922 L: netdev@vger.kernel.org
3923 W: http://www.chelsio.com
3924 S: Supported
3925 F: drivers/net/ethernet/chelsio/cxgb4vf/
3926
3927 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3928 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3929 M: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3930 L: linuxppc-dev@lists.ozlabs.org
3931 S: Supported
3932 F: arch/powerpc/platforms/powernv/pci-cxl.c
3933 F: drivers/misc/cxl/
3934 F: include/misc/cxl*
3935 F: include/uapi/misc/cxl.h
3936 F: Documentation/powerpc/cxl.txt
3937 F: Documentation/ABI/testing/sysfs-class-cxl
3938
3939 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3940 M: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3941 M: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3942 M: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3943 L: linux-scsi@vger.kernel.org
3944 S: Supported
3945 F: drivers/scsi/cxlflash/
3946 F: include/uapi/scsi/cxlflash_ioctls.h
3947 F: Documentation/powerpc/cxlflash.txt
3948
3949 CYBERPRO FB DRIVER
3950 M: Russell King <linux@armlinux.org.uk>
3951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3952 W: http://www.armlinux.org.uk/
3953 S: Maintained
3954 F: drivers/video/fbdev/cyber2000fb.*
3955
3956 CYCLADES ASYNC MUX DRIVER
3957 W: http://www.cyclades.com/
3958 S: Orphan
3959 F: drivers/tty/cyclades.c
3960 F: include/linux/cyclades.h
3961 F: include/uapi/linux/cyclades.h
3962
3963 CYCLADES PC300 DRIVER
3964 W: http://www.cyclades.com/
3965 S: Orphan
3966 F: drivers/net/wan/pc300*
3967
3968 CYPRESS_FIRMWARE MEDIA DRIVER
3969 M: Antti Palosaari <crope@iki.fi>
3970 L: linux-media@vger.kernel.org
3971 W: https://linuxtv.org
3972 W: http://palosaari.fi/linux/
3973 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3974 T: git git://linuxtv.org/anttip/media_tree.git
3975 S: Maintained
3976 F: drivers/media/common/cypress_firmware*
3977
3978 CYTTSP TOUCHSCREEN DRIVER
3979 M: Ferruh Yigit <fery@cypress.com>
3980 L: linux-input@vger.kernel.org
3981 S: Supported
3982 F: drivers/input/touchscreen/cyttsp*
3983 F: include/linux/input/cyttsp.h
3984
3985 D-LINK DIR-685 TOUCHKEYS DRIVER
3986 M: Linus Walleij <linus.walleij@linaro.org>
3987 L: linux-input@vger.kernel.org
3988 S: Supported
3989 F: drivers/input/dlink-dir685-touchkeys.c
3990
3991 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3992 M: Joshua Kinard <kumba@gentoo.org>
3993 S: Maintained
3994 F: drivers/rtc/rtc-ds1685.c
3995 F: include/linux/rtc/ds1685.h
3996
3997 DAMA SLAVE for AX.25
3998 M: Joerg Reuter <jreuter@yaina.de>
3999 W: http://yaina.de/jreuter/
4000 W: http://www.qsl.net/dl1bke/
4001 L: linux-hams@vger.kernel.org
4002 S: Maintained
4003 F: net/ax25/af_ax25.c
4004 F: net/ax25/ax25_dev.c
4005 F: net/ax25/ax25_ds_*
4006 F: net/ax25/ax25_in.c
4007 F: net/ax25/ax25_out.c
4008 F: net/ax25/ax25_timer.c
4009 F: net/ax25/sysctl_net_ax25.c
4010
4011 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
4012 L: netdev@vger.kernel.org
4013 S: Orphan
4014 F: Documentation/networking/dmfe.txt
4015 F: drivers/net/ethernet/dec/tulip/dmfe.c
4016
4017 DC390/AM53C974 SCSI driver
4018 M: Hannes Reinecke <hare@suse.com>
4019 L: linux-scsi@vger.kernel.org
4020 S: Maintained
4021 F: drivers/scsi/am53c974.c
4022
4023 DC395x SCSI driver
4024 M: Oliver Neukum <oliver@neukum.org>
4025 M: Ali Akcaagac <aliakc@web.de>
4026 M: Jamie Lenehan <lenehan@twibble.org>
4027 L: dc395x@twibble.org
4028 W: http://twibble.org/dist/dc395x/
4029 W: http://lists.twibble.org/mailman/listinfo/dc395x/
4030 S: Maintained
4031 F: Documentation/scsi/dc395x.txt
4032 F: drivers/scsi/dc395x.*
4033
4034 DCCP PROTOCOL
4035 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
4036 L: dccp@vger.kernel.org
4037 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4038 S: Maintained
4039 F: include/linux/dccp.h
4040 F: include/uapi/linux/dccp.h
4041 F: include/linux/tfrc.h
4042 F: net/dccp/
4043
4044 DECnet NETWORK LAYER
4045 W: http://linux-decnet.sourceforge.net
4046 L: linux-decnet-user@lists.sourceforge.net
4047 S: Orphan
4048 F: Documentation/networking/decnet.txt
4049 F: net/decnet/
4050
4051 DECSTATION PLATFORM SUPPORT
4052 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4053 L: linux-mips@linux-mips.org
4054 W: http://www.linux-mips.org/wiki/DECstation
4055 S: Maintained
4056 F: arch/mips/dec/
4057 F: arch/mips/include/asm/dec/
4058 F: arch/mips/include/asm/mach-dec/
4059
4060 DEFXX FDDI NETWORK DRIVER
4061 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4062 S: Maintained
4063 F: drivers/net/fddi/defxx.*
4064
4065 DELL SMBIOS DRIVER
4066 M: Pali Rohár <pali.rohar@gmail.com>
4067 M: Mario Limonciello <mario.limonciello@dell.com>
4068 L: platform-driver-x86@vger.kernel.org
4069 S: Maintained
4070 F: drivers/platform/x86/dell-smbios.*
4071
4072 DELL SMBIOS SMM DRIVER
4073 M: Mario Limonciello <mario.limonciello@dell.com>
4074 L: platform-driver-x86@vger.kernel.org
4075 S: Maintained
4076 F: drivers/platform/x86/dell-smbios-smm.c
4077
4078 DELL SMBIOS WMI DRIVER
4079 M: Mario Limonciello <mario.limonciello@dell.com>
4080 L: platform-driver-x86@vger.kernel.org
4081 S: Maintained
4082 F: drivers/platform/x86/dell-smbios-wmi.c
4083 F: tools/wmi/dell-smbios-example.c
4084
4085 DELL LAPTOP DRIVER
4086 M: Matthew Garrett <mjg59@srcf.ucam.org>
4087 M: Pali Rohár <pali.rohar@gmail.com>
4088 L: platform-driver-x86@vger.kernel.org
4089 S: Maintained
4090 F: drivers/platform/x86/dell-laptop.c
4091
4092 DELL LAPTOP FREEFALL DRIVER
4093 M: Pali Rohár <pali.rohar@gmail.com>
4094 S: Maintained
4095 F: drivers/platform/x86/dell-smo8800.c
4096
4097 DELL LAPTOP RBTN DRIVER
4098 M: Pali Rohár <pali.rohar@gmail.com>
4099 S: Maintained
4100 F: drivers/platform/x86/dell-rbtn.*
4101
4102 DELL LAPTOP SMM DRIVER
4103 M: Pali Rohár <pali.rohar@gmail.com>
4104 S: Maintained
4105 F: drivers/hwmon/dell-smm-hwmon.c
4106 F: include/uapi/linux/i8k.h
4107
4108 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4109 M: Doug Warzecha <Douglas_Warzecha@dell.com>
4110 S: Maintained
4111 F: Documentation/dcdbas.txt
4112 F: drivers/firmware/dcdbas.*
4113
4114 DELL WMI NOTIFICATIONS DRIVER
4115 M: Matthew Garrett <mjg59@srcf.ucam.org>
4116 M: Pali Rohár <pali.rohar@gmail.com>
4117 S: Maintained
4118 F: drivers/platform/x86/dell-wmi.c
4119
4120 DELL WMI DESCRIPTOR DRIVER
4121 M: Mario Limonciello <mario.limonciello@dell.com>
4122 S: Maintained
4123 F: drivers/platform/x86/dell-wmi-descriptor.c
4124
4125 DELTA ST MEDIA DRIVER
4126 M: Hugues Fruchet <hugues.fruchet@st.com>
4127 L: linux-media@vger.kernel.org
4128 T: git git://linuxtv.org/media_tree.git
4129 W: https://linuxtv.org
4130 S: Supported
4131 F: drivers/media/platform/sti/delta
4132
4133 DENALI NAND DRIVER
4134 M: Masahiro Yamada <yamada.masahiro@socionext.com>
4135 L: linux-mtd@lists.infradead.org
4136 S: Supported
4137 F: drivers/mtd/nand/denali*
4138
4139 DESIGNWARE USB2 DRD IP DRIVER
4140 M: John Youn <johnyoun@synopsys.com>
4141 L: linux-usb@vger.kernel.org
4142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4143 S: Maintained
4144 F: drivers/usb/dwc2/
4145
4146 DESIGNWARE USB3 DRD IP DRIVER
4147 M: Felipe Balbi <balbi@kernel.org>
4148 L: linux-usb@vger.kernel.org
4149 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4150 S: Maintained
4151 F: drivers/usb/dwc3/
4152
4153 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4154 M: Andreas Klinger <ak@it-klinger.de>
4155 L: linux-iio@vger.kernel.org
4156 S: Maintained
4157 F: drivers/iio/proximity/srf*.c
4158
4159 DEVICE COREDUMP (DEV_COREDUMP)
4160 M: Johannes Berg <johannes@sipsolutions.net>
4161 L: linux-kernel@vger.kernel.org
4162 S: Maintained
4163 F: drivers/base/devcoredump.c
4164 F: include/linux/devcoredump.h
4165
4166 DEVICE FREQUENCY (DEVFREQ)
4167 M: MyungJoo Ham <myungjoo.ham@samsung.com>
4168 M: Kyungmin Park <kyungmin.park@samsung.com>
4169 R: Chanwoo Choi <cw00.choi@samsung.com>
4170 L: linux-pm@vger.kernel.org
4171 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4172 S: Maintained
4173 F: drivers/devfreq/
4174 F: include/linux/devfreq.h
4175 F: Documentation/devicetree/bindings/devfreq/
4176
4177 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4178 M: Chanwoo Choi <cw00.choi@samsung.com>
4179 L: linux-pm@vger.kernel.org
4180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4181 S: Supported
4182 F: drivers/devfreq/event/
4183 F: drivers/devfreq/devfreq-event.c
4184 F: include/linux/devfreq-event.h
4185 F: Documentation/devicetree/bindings/devfreq/event/
4186
4187 DEVICE NUMBER REGISTRY
4188 M: Torben Mathiasen <device@lanana.org>
4189 W: http://lanana.org/docs/device-list/index.html
4190 S: Maintained
4191
4192 DEVICE-MAPPER (LVM)
4193 M: Alasdair Kergon <agk@redhat.com>
4194 M: Mike Snitzer <snitzer@redhat.com>
4195 M: dm-devel@redhat.com
4196 L: dm-devel@redhat.com
4197 W: http://sources.redhat.com/dm
4198 Q: http://patchwork.kernel.org/project/dm-devel/list/
4199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4200 T: quilt http://people.redhat.com/agk/patches/linux/editing/
4201 S: Maintained
4202 F: Documentation/device-mapper/
4203 F: drivers/md/Makefile
4204 F: drivers/md/Kconfig
4205 F: drivers/md/dm*
4206 F: drivers/md/persistent-data/
4207 F: include/linux/device-mapper.h
4208 F: include/linux/dm-*.h
4209 F: include/uapi/linux/dm-*.h
4210
4211 DEVLINK
4212 M: Jiri Pirko <jiri@mellanox.com>
4213 L: netdev@vger.kernel.org
4214 S: Supported
4215 F: net/core/devlink.c
4216 F: include/net/devlink.h
4217 F: include/uapi/linux/devlink.h
4218
4219 DIALOG SEMICONDUCTOR DRIVERS
4220 M: Support Opensource <support.opensource@diasemi.com>
4221 W: http://www.dialog-semiconductor.com/products
4222 S: Supported
4223 F: Documentation/hwmon/da90??
4224 F: Documentation/devicetree/bindings/mfd/da90*.txt
4225 F: Documentation/devicetree/bindings/input/da90??-onkey.txt
4226 F: Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4227 F: Documentation/devicetree/bindings/regulator/da92*.txt
4228 F: Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4229 F: Documentation/devicetree/bindings/sound/da[79]*.txt
4230 F: drivers/gpio/gpio-da90??.c
4231 F: drivers/hwmon/da90??-hwmon.c
4232 F: drivers/iio/adc/da91??-*.c
4233 F: drivers/input/misc/da90??_onkey.c
4234 F: drivers/input/touchscreen/da9052_tsi.c
4235 F: drivers/leds/leds-da90??.c
4236 F: drivers/mfd/da903x.c
4237 F: drivers/mfd/da90??-*.c
4238 F: drivers/mfd/da91??-*.c
4239 F: drivers/power/supply/da9052-battery.c
4240 F: drivers/power/supply/da91??-*.c
4241 F: drivers/regulator/da903x.c
4242 F: drivers/regulator/da9???-regulator.[ch]
4243 F: drivers/thermal/da90??-thermal.c
4244 F: drivers/rtc/rtc-da90??.c
4245 F: drivers/video/backlight/da90??_bl.c
4246 F: drivers/watchdog/da90??_wdt.c
4247 F: include/linux/mfd/da903x.h
4248 F: include/linux/mfd/da9052/
4249 F: include/linux/mfd/da9055/
4250 F: include/linux/mfd/da9062/
4251 F: include/linux/mfd/da9063/
4252 F: include/linux/mfd/da9150/
4253 F: include/linux/regulator/da9211.h
4254 F: include/sound/da[79]*.h
4255 F: sound/soc/codecs/da[79]*.[ch]
4256
4257 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4258 M: William Breathitt Gray <vilhelm.gray@gmail.com>
4259 L: linux-gpio@vger.kernel.org
4260 S: Maintained
4261 F: drivers/gpio/gpio-gpio-mm.c
4262
4263 DIGI NEO AND CLASSIC PCI PRODUCTS
4264 M: Lidza Louina <lidza.louina@gmail.com>
4265 M: Mark Hounschell <markh@compro.net>
4266 L: driverdev-devel@linuxdriverproject.org
4267 S: Maintained
4268 F: drivers/staging/dgnc/
4269
4270 DIOLAN U2C-12 I2C DRIVER
4271 M: Guenter Roeck <linux@roeck-us.net>
4272 L: linux-i2c@vger.kernel.org
4273 S: Maintained
4274 F: drivers/i2c/busses/i2c-diolan-u2c.c
4275
4276 FILESYSTEM DIRECT ACCESS (DAX)
4277 M: Matthew Wilcox <mawilcox@microsoft.com>
4278 M: Ross Zwisler <ross.zwisler@linux.intel.com>
4279 L: linux-fsdevel@vger.kernel.org
4280 S: Supported
4281 F: fs/dax.c
4282 F: include/linux/dax.h
4283 F: include/trace/events/fs_dax.h
4284
4285 DEVICE DIRECT ACCESS (DAX)
4286 M: Dan Williams <dan.j.williams@intel.com>
4287 L: linux-nvdimm@lists.01.org
4288 S: Supported
4289 F: drivers/dax/
4290
4291 DIRECTORY NOTIFICATION (DNOTIFY)
4292 M: Jan Kara <jack@suse.cz>
4293 R: Amir Goldstein <amir73il@gmail.com>
4294 L: linux-fsdevel@vger.kernel.org
4295 S: Maintained
4296 F: Documentation/filesystems/dnotify.txt
4297 F: fs/notify/dnotify/
4298 F: include/linux/dnotify.h
4299
4300 DISK GEOMETRY AND PARTITION HANDLING
4301 M: Andries Brouwer <aeb@cwi.nl>
4302 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4303 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4304 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4305 S: Maintained
4306
4307 DISKQUOTA
4308 M: Jan Kara <jack@suse.com>
4309 S: Maintained
4310 F: Documentation/filesystems/quota.txt
4311 F: fs/quota/
4312 F: include/linux/quota*.h
4313 F: include/uapi/linux/quota*.h
4314
4315 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4316 M: Bernie Thompson <bernie@plugable.com>
4317 L: linux-fbdev@vger.kernel.org
4318 S: Maintained
4319 W: http://plugable.com/category/projects/udlfb/
4320 F: drivers/video/fbdev/udlfb.c
4321 F: include/video/udlfb.h
4322 F: Documentation/fb/udlfb.txt
4323
4324 DISTRIBUTED LOCK MANAGER (DLM)
4325 M: Christine Caulfield <ccaulfie@redhat.com>
4326 M: David Teigland <teigland@redhat.com>
4327 L: cluster-devel@redhat.com
4328 W: http://sources.redhat.com/cluster/
4329 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4330 S: Supported
4331 F: fs/dlm/
4332
4333 DMA BUFFER SHARING FRAMEWORK
4334 M: Sumit Semwal <sumit.semwal@linaro.org>
4335 S: Maintained
4336 L: linux-media@vger.kernel.org
4337 L: dri-devel@lists.freedesktop.org
4338 L: linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4339 F: drivers/dma-buf/
4340 F: include/linux/dma-buf*
4341 F: include/linux/reservation.h
4342 F: include/linux/*fence.h
4343 F: Documentation/driver-api/dma-buf.rst
4344 T: git git://anongit.freedesktop.org/drm/drm-misc
4345
4346 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4347 M: Vinod Koul <vinod.koul@intel.com>
4348 L: dmaengine@vger.kernel.org
4349 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
4350 S: Maintained
4351 F: drivers/dma/
4352 F: include/linux/dmaengine.h
4353 F: Documentation/devicetree/bindings/dma/
4354 F: Documentation/driver-api/dmaengine/
4355 T: git git://git.infradead.org/users/vkoul/slave-dma.git
4356
4357 DMA MAPPING HELPERS
4358 M: Christoph Hellwig <hch@lst.de>
4359 M: Marek Szyprowski <m.szyprowski@samsung.com>
4360 R: Robin Murphy <robin.murphy@arm.com>
4361 L: iommu@lists.linux-foundation.org
4362 T: git git://git.infradead.org/users/hch/dma-mapping.git
4363 W: http://git.infradead.org/users/hch/dma-mapping.git
4364 S: Supported
4365 F: lib/dma-debug.c
4366 F: lib/dma-noop.c
4367 F: lib/dma-virt.c
4368 F: drivers/base/dma-mapping.c
4369 F: drivers/base/dma-coherent.c
4370 F: include/linux/dma-mapping.h
4371
4372 DME1737 HARDWARE MONITOR DRIVER
4373 M: Juerg Haefliger <juergh@gmail.com>
4374 L: linux-hwmon@vger.kernel.org
4375 S: Maintained
4376 F: Documentation/hwmon/dme1737
4377 F: drivers/hwmon/dme1737.c
4378
4379 DMI/SMBIOS SUPPORT
4380 M: Jean Delvare <jdelvare@suse.com>
4381 S: Maintained
4382 T: quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4383 F: Documentation/ABI/testing/sysfs-firmware-dmi-tables
4384 F: drivers/firmware/dmi-id.c
4385 F: drivers/firmware/dmi_scan.c
4386 F: include/linux/dmi.h
4387
4388 DOCUMENTATION
4389 M: Jonathan Corbet <corbet@lwn.net>
4390 L: linux-doc@vger.kernel.org
4391 S: Maintained
4392 F: Documentation/
4393 F: scripts/kernel-doc
4394 X: Documentation/ABI/
4395 X: Documentation/devicetree/
4396 X: Documentation/acpi
4397 X: Documentation/power
4398 X: Documentation/spi
4399 X: Documentation/media
4400 T: git git://git.lwn.net/linux.git docs-next
4401
4402 DONGWOON DW9714 LENS VOICE COIL DRIVER
4403 M: Sakari Ailus <sakari.ailus@linux.intel.com>
4404 L: linux-media@vger.kernel.org
4405 T: git git://linuxtv.org/media_tree.git
4406 S: Maintained
4407 F: drivers/media/i2c/dw9714.c
4408
4409 DOUBLETALK DRIVER
4410 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
4411 L: blinux-list@redhat.com
4412 S: Maintained
4413 F: drivers/char/dtlk.c
4414 F: include/linux/dtlk.h
4415
4416 DPAA2 DATAPATH I/O (DPIO) DRIVER
4417 M: Roy Pledge <Roy.Pledge@nxp.com>
4418 L: linux-kernel@vger.kernel.org
4419 S: Maintained
4420 F: drivers/staging/fsl-mc/bus/dpio
4421
4422 DPAA2 ETHERNET DRIVER
4423 M: Ioana Radulescu <ruxandra.radulescu@nxp.com>
4424 L: linux-kernel@vger.kernel.org
4425 S: Maintained
4426 F: drivers/staging/fsl-dpaa2/ethernet
4427
4428 DPT_I2O SCSI RAID DRIVER
4429 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4430 L: linux-scsi@vger.kernel.org
4431 W: http://www.adaptec.com/
4432 S: Maintained
4433 F: drivers/scsi/dpt*
4434 F: drivers/scsi/dpt/
4435
4436 DRBD DRIVER
4437 M: Philipp Reisner <philipp.reisner@linbit.com>
4438 M: Lars Ellenberg <lars.ellenberg@linbit.com>
4439 L: drbd-dev@lists.linbit.com
4440 W: http://www.drbd.org
4441 T: git git://git.linbit.com/linux-drbd.git
4442 T: git git://git.linbit.com/drbd-8.4.git
4443 S: Supported
4444 F: drivers/block/drbd/
4445 F: lib/lru_cache.c
4446 F: Documentation/blockdev/drbd/
4447
4448 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4449 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4450 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4451 S: Supported
4452 F: Documentation/kobject.txt
4453 F: drivers/base/
4454 F: fs/debugfs/
4455 F: fs/sysfs/
4456 F: include/linux/debugfs.h
4457 F: include/linux/kobj*
4458 F: lib/kobj*
4459
4460 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4461 M: Kevin Hilman <khilman@kernel.org>
4462 M: Nishanth Menon <nm@ti.com>
4463 S: Maintained
4464 F: drivers/power/avs/
4465 F: include/linux/power/smartreflex.h
4466 L: linux-pm@vger.kernel.org
4467
4468 DRM DRIVER FOR ARM PL111 CLCD
4469 M: Eric Anholt <eric@anholt.net>
4470 T: git git://anongit.freedesktop.org/drm/drm-misc
4471 S: Supported
4472 F: drivers/gpu/drm/pl111/
4473
4474 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4475 M: Dave Airlie <airlied@redhat.com>
4476 S: Odd Fixes
4477 F: drivers/gpu/drm/ast/
4478
4479 DRM DRIVER FOR BOCHS VIRTUAL GPU
4480 M: Gerd Hoffmann <kraxel@redhat.com>
4481 L: virtualization@lists.linux-foundation.org
4482 T: git git://anongit.freedesktop.org/drm/drm-misc
4483 S: Maintained
4484 F: drivers/gpu/drm/bochs/
4485
4486 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
4487 M: Linus Walleij <linus.walleij@linaro.org>
4488 T: git git://anongit.freedesktop.org/drm/drm-misc
4489 S: Maintained
4490 F: drivers/gpu/drm/tve200/
4491
4492 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4493 S: Orphan / Obsolete
4494 F: drivers/gpu/drm/i810/
4495 F: include/uapi/drm/i810_drm.h
4496
4497 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4498 S: Orphan / Obsolete
4499 F: drivers/gpu/drm/mga/
4500 F: include/uapi/drm/mga_drm.h
4501
4502 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4503 M: Dave Airlie <airlied@redhat.com>
4504 S: Odd Fixes
4505 F: drivers/gpu/drm/mgag200/
4506
4507 DRM DRIVER FOR MI0283QT
4508 M: Noralf Trønnes <noralf@tronnes.org>
4509 S: Maintained
4510 F: drivers/gpu/drm/tinydrm/mi0283qt.c
4511 F: Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4512
4513 DRM DRIVER FOR MSM ADRENO GPU
4514 M: Rob Clark <robdclark@gmail.com>
4515 L: linux-arm-msm@vger.kernel.org
4516 L: dri-devel@lists.freedesktop.org
4517 L: freedreno@lists.freedesktop.org
4518 T: git git://people.freedesktop.org/~robclark/linux
4519 S: Maintained
4520 F: drivers/gpu/drm/msm/
4521 F: include/uapi/drm/msm_drm.h
4522 F: Documentation/devicetree/bindings/display/msm/
4523
4524 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4525 M: Ben Skeggs <bskeggs@redhat.com>
4526 L: dri-devel@lists.freedesktop.org
4527 L: nouveau@lists.freedesktop.org
4528 T: git git://github.com/skeggsb/linux
4529 S: Supported
4530 F: drivers/gpu/drm/nouveau/
4531 F: include/uapi/drm/nouveau_drm.h
4532
4533 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4534 M: Noralf Trønnes <noralf@tronnes.org>
4535 S: Maintained
4536 F: drivers/gpu/drm/tinydrm/repaper.c
4537 F: Documentation/devicetree/bindings/display/repaper.txt
4538
4539 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4540 M: Dave Airlie <airlied@redhat.com>
4541 M: Gerd Hoffmann <kraxel@redhat.com>
4542 L: virtualization@lists.linux-foundation.org
4543 T: git git://anongit.freedesktop.org/drm/drm-misc
4544 S: Obsolete
4545 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4546 F: drivers/gpu/drm/cirrus/
4547
4548 DRM DRIVER FOR QXL VIRTUAL GPU
4549 M: Dave Airlie <airlied@redhat.com>
4550 M: Gerd Hoffmann <kraxel@redhat.com>
4551 L: virtualization@lists.linux-foundation.org
4552 T: git git://anongit.freedesktop.org/drm/drm-misc
4553 S: Maintained
4554 F: drivers/gpu/drm/qxl/
4555 F: include/uapi/drm/qxl_drm.h
4556
4557 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4558 S: Orphan / Obsolete
4559 F: drivers/gpu/drm/r128/
4560 F: include/uapi/drm/r128_drm.h
4561
4562 DRM DRIVER FOR SAVAGE VIDEO CARDS
4563 S: Orphan / Obsolete
4564 F: drivers/gpu/drm/savage/
4565 F: include/uapi/drm/savage_drm.h
4566
4567 DRM DRIVER FOR SIS VIDEO CARDS
4568 S: Orphan / Obsolete
4569 F: drivers/gpu/drm/sis/
4570 F: include/uapi/drm/sis_drm.h
4571
4572 DRM DRIVER FOR SITRONIX ST7586 PANELS
4573 M: David Lechner <david@lechnology.com>
4574 S: Maintained
4575 F: drivers/gpu/drm/tinydrm/st7586.c
4576 F: Documentation/devicetree/bindings/display/st7586.txt
4577
4578 DRM DRIVER FOR TDFX VIDEO CARDS
4579 S: Orphan / Obsolete
4580 F: drivers/gpu/drm/tdfx/
4581
4582 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4583 M: Dave Airlie <airlied@redhat.com>
4584 S: Odd Fixes
4585 F: drivers/gpu/drm/udl/
4586
4587 DRM DRIVER FOR VMWARE VIRTUAL GPU
4588 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4589 M: Sinclair Yeh <syeh@vmware.com>
4590 M: Thomas Hellstrom <thellstrom@vmware.com>
4591 L: dri-devel@lists.freedesktop.org
4592 T: git git://people.freedesktop.org/~syeh/repos_linux
4593 T: git git://people.freedesktop.org/~thomash/linux
4594 S: Supported
4595 F: drivers/gpu/drm/vmwgfx/
4596 F: include/uapi/drm/vmwgfx_drm.h
4597
4598 DRM DRIVERS
4599 M: David Airlie <airlied@linux.ie>
4600 L: dri-devel@lists.freedesktop.org
4601 T: git git://people.freedesktop.org/~airlied/linux
4602 B: https://bugs.freedesktop.org/
4603 C: irc://chat.freenode.net/dri-devel
4604 S: Maintained
4605 F: drivers/gpu/drm/
4606 F: drivers/gpu/vga/
4607 F: Documentation/devicetree/bindings/display/
4608 F: Documentation/devicetree/bindings/gpu/
4609 F: Documentation/devicetree/bindings/video/
4610 F: Documentation/gpu/
4611 F: include/drm/
4612 F: include/uapi/drm/
4613 F: include/linux/vga*
4614
4615 DRM DRIVERS AND MISC GPU PATCHES
4616 M: Daniel Vetter <daniel.vetter@intel.com>
4617 M: Jani Nikula <jani.nikula@linux.intel.com>
4618 M: Sean Paul <seanpaul@chromium.org>
4619 W: https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4620 S: Maintained
4621 T: git git://anongit.freedesktop.org/drm/drm-misc
4622 F: Documentation/gpu/
4623 F: drivers/gpu/vga/
4624 F: drivers/gpu/drm/*
4625 F: include/drm/drm*
4626 F: include/uapi/drm/drm*
4627 F: include/linux/vga*
4628
4629 DRM DRIVERS FOR ALLWINNER A10
4630 M: Maxime Ripard <maxime.ripard@free-electrons.com>
4631 L: dri-devel@lists.freedesktop.org
4632 S: Supported
4633 F: drivers/gpu/drm/sun4i/
4634 F: Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4635 T: git git://anongit.freedesktop.org/drm/drm-misc
4636
4637 DRM DRIVERS FOR AMLOGIC SOCS
4638 M: Neil Armstrong <narmstrong@baylibre.com>
4639 L: dri-devel@lists.freedesktop.org
4640 L: linux-amlogic@lists.infradead.org
4641 W: http://linux-meson.com/
4642 S: Supported
4643 F: drivers/gpu/drm/meson/
4644 F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4645 F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4646 F: Documentation/gpu/meson.rst
4647 T: git git://anongit.freedesktop.org/drm/drm-misc
4648
4649 DRM DRIVERS FOR ATMEL HLCDC
4650 M: Boris Brezillon <boris.brezillon@free-electrons.com>
4651 L: dri-devel@lists.freedesktop.org
4652 S: Supported
4653 F: drivers/gpu/drm/atmel-hlcdc/
4654 F: Documentation/devicetree/bindings/drm/atmel/
4655 T: git git://anongit.freedesktop.org/drm/drm-misc
4656
4657 DRM DRIVERS FOR BRIDGE CHIPS
4658 M: Archit Taneja <architt@codeaurora.org>
4659 M: Andrzej Hajda <a.hajda@samsung.com>
4660 R: Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4661 S: Maintained
4662 T: git git://anongit.freedesktop.org/drm/drm-misc
4663 F: drivers/gpu/drm/bridge/
4664
4665 DRM DRIVERS FOR EXYNOS
4666 M: Inki Dae <inki.dae@samsung.com>
4667 M: Joonyoung Shim <jy0922.shim@samsung.com>
4668 M: Seung-Woo Kim <sw0312.kim@samsung.com>
4669 M: Kyungmin Park <kyungmin.park@samsung.com>
4670 L: dri-devel@lists.freedesktop.org
4671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4672 S: Supported
4673 F: drivers/gpu/drm/exynos/
4674 F: include/uapi/drm/exynos_drm.h
4675 F: Documentation/devicetree/bindings/display/exynos/
4676
4677 DRM DRIVERS FOR FREESCALE DCU
4678 M: Stefan Agner <stefan@agner.ch>
4679 M: Alison Wang <alison.wang@freescale.com>
4680 L: dri-devel@lists.freedesktop.org
4681 S: Supported
4682 F: drivers/gpu/drm/fsl-dcu/
4683 F: Documentation/devicetree/bindings/display/fsl,dcu.txt
4684 F: Documentation/devicetree/bindings/display/fsl,tcon.txt
4685 F: Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4686
4687 DRM DRIVERS FOR FREESCALE IMX
4688 M: Philipp Zabel <p.zabel@pengutronix.de>
4689 L: dri-devel@lists.freedesktop.org
4690 S: Maintained
4691 F: drivers/gpu/drm/imx/
4692 F: drivers/gpu/ipu-v3/
4693 F: Documentation/devicetree/bindings/display/imx/
4694
4695 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4696 M: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4697 L: dri-devel@lists.freedesktop.org
4698 T: git git://github.com/patjak/drm-gma500
4699 S: Maintained
4700 F: drivers/gpu/drm/gma500/
4701
4702 DRM DRIVERS FOR HISILICON
4703 M: Xinliang Liu <z.liuxinliang@hisilicon.com>
4704 M: Rongrong Zou <zourongrong@gmail.com>
4705 R: Xinwei Kong <kong.kongxinwei@hisilicon.com>
4706 R: Chen Feng <puck.chen@hisilicon.com>
4707 L: dri-devel@lists.freedesktop.org
4708 T: git git://github.com/xin3liang/linux.git
4709 S: Maintained
4710 F: drivers/gpu/drm/hisilicon/
4711 F: Documentation/devicetree/bindings/display/hisilicon/
4712
4713 DRM DRIVERS FOR MEDIATEK
4714 M: CK Hu <ck.hu@mediatek.com>
4715 M: Philipp Zabel <p.zabel@pengutronix.de>
4716 L: dri-devel@lists.freedesktop.org
4717 S: Supported
4718 F: drivers/gpu/drm/mediatek/
4719 F: Documentation/devicetree/bindings/display/mediatek/
4720
4721 DRM DRIVERS FOR NVIDIA TEGRA
4722 M: Thierry Reding <thierry.reding@gmail.com>
4723 L: dri-devel@lists.freedesktop.org
4724 L: linux-tegra@vger.kernel.org
4725 T: git git://anongit.freedesktop.org/tegra/linux.git
4726 S: Supported
4727 F: drivers/gpu/drm/tegra/
4728 F: drivers/gpu/host1x/
4729 F: include/linux/host1x.h
4730 F: include/uapi/drm/tegra_drm.h
4731 F: Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4732
4733 DRM DRIVERS FOR RENESAS
4734 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4735 L: dri-devel@lists.freedesktop.org
4736 L: linux-renesas-soc@vger.kernel.org
4737 T: git git://linuxtv.org/pinchartl/fbdev
4738 S: Supported
4739 F: drivers/gpu/drm/rcar-du/
4740 F: drivers/gpu/drm/shmobile/
4741 F: include/linux/platform_data/shmob_drm.h
4742 F: Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4743 F: Documentation/devicetree/bindings/display/renesas,du.txt
4744
4745 DRM DRIVERS FOR ROCKCHIP
4746 M: Mark Yao <mark.yao@rock-chips.com>
4747 L: dri-devel@lists.freedesktop.org
4748 S: Maintained
4749 F: drivers/gpu/drm/rockchip/
4750 F: Documentation/devicetree/bindings/display/rockchip/
4751 T: git git://anongit.freedesktop.org/drm/drm-misc
4752
4753 DRM DRIVERS FOR STI
4754 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4755 M: Vincent Abriou <vincent.abriou@st.com>
4756 L: dri-devel@lists.freedesktop.org
4757 T: git git://anongit.freedesktop.org/drm/drm-misc
4758 S: Maintained
4759 F: drivers/gpu/drm/sti
4760 F: Documentation/devicetree/bindings/display/st,stih4xx.txt
4761
4762 DRM DRIVERS FOR STM
4763 M: Yannick Fertre <yannick.fertre@st.com>
4764 M: Philippe Cornu <philippe.cornu@st.com>
4765 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
4766 M: Vincent Abriou <vincent.abriou@st.com>
4767 L: dri-devel@lists.freedesktop.org
4768 T: git git://anongit.freedesktop.org/drm/drm-misc
4769 S: Maintained
4770 F: drivers/gpu/drm/stm
4771 F: Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4772
4773 DRM DRIVERS FOR TI LCDC
4774 M: Jyri Sarha <jsarha@ti.com>
4775 R: Tomi Valkeinen <tomi.valkeinen@ti.com>
4776 L: dri-devel@lists.freedesktop.org
4777 S: Maintained
4778 F: drivers/gpu/drm/tilcdc/
4779 F: Documentation/devicetree/bindings/display/tilcdc/
4780
4781 DRM DRIVERS FOR TI OMAP
4782 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
4783 L: dri-devel@lists.freedesktop.org
4784 S: Maintained
4785 F: drivers/gpu/drm/omapdrm/
4786 F: Documentation/devicetree/bindings/display/ti/
4787
4788 DRM DRIVERS FOR VC4
4789 M: Eric Anholt <eric@anholt.net>
4790 T: git git://github.com/anholt/linux
4791 S: Supported
4792 F: drivers/gpu/drm/vc4/
4793 F: include/uapi/drm/vc4_drm.h
4794 F: Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4795 T: git git://anongit.freedesktop.org/drm/drm-misc
4796
4797 DRM DRIVERS FOR VIVANTE GPU IP
4798 M: Lucas Stach <l.stach@pengutronix.de>
4799 R: Russell King <linux+etnaviv@armlinux.org.uk>
4800 R: Christian Gmeiner <christian.gmeiner@gmail.com>
4801 L: etnaviv@lists.freedesktop.org
4802 L: dri-devel@lists.freedesktop.org
4803 S: Maintained
4804 F: drivers/gpu/drm/etnaviv/
4805 F: include/uapi/drm/etnaviv_drm.h
4806 F: Documentation/devicetree/bindings/display/etnaviv/
4807
4808 DRM DRIVERS FOR ZTE ZX
4809 M: Shawn Guo <shawnguo@kernel.org>
4810 L: dri-devel@lists.freedesktop.org
4811 S: Maintained
4812 F: drivers/gpu/drm/zte/
4813 F: Documentation/devicetree/bindings/display/zte,vou.txt
4814 T: git git://anongit.freedesktop.org/drm/drm-misc
4815
4816 DRM PANEL DRIVERS
4817 M: Thierry Reding <thierry.reding@gmail.com>
4818 L: dri-devel@lists.freedesktop.org
4819 T: git git://anongit.freedesktop.org/drm/drm-misc
4820 S: Maintained
4821 F: drivers/gpu/drm/drm_panel.c
4822 F: drivers/gpu/drm/panel/
4823 F: include/drm/drm_panel.h
4824 F: Documentation/devicetree/bindings/display/panel/
4825
4826 DRM TINYDRM DRIVERS
4827 M: Noralf Trønnes <noralf@tronnes.org>
4828 W: https://github.com/notro/tinydrm/wiki/Development
4829 T: git git://anongit.freedesktop.org/drm/drm-misc
4830 S: Maintained
4831 F: drivers/gpu/drm/tinydrm/
4832 F: include/drm/tinydrm/
4833
4834 DSBR100 USB FM RADIO DRIVER
4835 M: Alexey Klimov <klimov.linux@gmail.com>
4836 L: linux-media@vger.kernel.org
4837 T: git git://linuxtv.org/media_tree.git
4838 S: Maintained
4839 F: drivers/media/radio/dsbr100.c
4840
4841 DSCC4 DRIVER
4842 M: Francois Romieu <romieu@fr.zoreil.com>
4843 L: netdev@vger.kernel.org
4844 S: Maintained
4845 F: drivers/net/wan/dscc4.c
4846
4847 DT3155 MEDIA DRIVER
4848 M: Hans Verkuil <hverkuil@xs4all.nl>
4849 L: linux-media@vger.kernel.org
4850 T: git git://linuxtv.org/media_tree.git
4851 W: https://linuxtv.org
4852 S: Odd Fixes
4853 F: drivers/media/pci/dt3155/
4854
4855 DVB_USB_AF9015 MEDIA DRIVER
4856 M: Antti Palosaari <crope@iki.fi>
4857 L: linux-media@vger.kernel.org
4858 W: https://linuxtv.org
4859 W: http://palosaari.fi/linux/
4860 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4861 T: git git://linuxtv.org/anttip/media_tree.git
4862 S: Maintained
4863 F: drivers/media/usb/dvb-usb-v2/af9015*
4864
4865 DVB_USB_AF9035 MEDIA DRIVER
4866 M: Antti Palosaari <crope@iki.fi>
4867 L: linux-media@vger.kernel.org
4868 W: https://linuxtv.org
4869 W: http://palosaari.fi/linux/
4870 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4871 T: git git://linuxtv.org/anttip/media_tree.git
4872 S: Maintained
4873 F: drivers/media/usb/dvb-usb-v2/af9035*
4874
4875 DVB_USB_ANYSEE MEDIA DRIVER
4876 M: Antti Palosaari <crope@iki.fi>
4877 L: linux-media@vger.kernel.org
4878 W: https://linuxtv.org
4879 W: http://palosaari.fi/linux/
4880 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4881 T: git git://linuxtv.org/anttip/media_tree.git
4882 S: Maintained
4883 F: drivers/media/usb/dvb-usb-v2/anysee*
4884
4885 DVB_USB_AU6610 MEDIA DRIVER
4886 M: Antti Palosaari <crope@iki.fi>
4887 L: linux-media@vger.kernel.org
4888 W: https://linuxtv.org
4889 W: http://palosaari.fi/linux/
4890 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4891 T: git git://linuxtv.org/anttip/media_tree.git
4892 S: Maintained
4893 F: drivers/media/usb/dvb-usb-v2/au6610*
4894
4895 DVB_USB_CE6230 MEDIA DRIVER
4896 M: Antti Palosaari <crope@iki.fi>
4897 L: linux-media@vger.kernel.org
4898 W: https://linuxtv.org
4899 W: http://palosaari.fi/linux/
4900 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4901 T: git git://linuxtv.org/anttip/media_tree.git
4902 S: Maintained
4903 F: drivers/media/usb/dvb-usb-v2/ce6230*
4904
4905 DVB_USB_CXUSB MEDIA DRIVER
4906 M: Michael Krufky <mkrufky@linuxtv.org>
4907 L: linux-media@vger.kernel.org
4908 W: https://linuxtv.org
4909 W: http://github.com/mkrufky
4910 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4911 T: git git://linuxtv.org/media_tree.git
4912 S: Maintained
4913 F: drivers/media/usb/dvb-usb/cxusb*
4914
4915 DVB_USB_EC168 MEDIA DRIVER
4916 M: Antti Palosaari <crope@iki.fi>
4917 L: linux-media@vger.kernel.org
4918 W: https://linuxtv.org
4919 W: http://palosaari.fi/linux/
4920 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4921 T: git git://linuxtv.org/anttip/media_tree.git
4922 S: Maintained
4923 F: drivers/media/usb/dvb-usb-v2/ec168*
4924
4925 DVB_USB_GL861 MEDIA DRIVER
4926 M: Antti Palosaari <crope@iki.fi>
4927 L: linux-media@vger.kernel.org
4928 W: https://linuxtv.org
4929 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4930 T: git git://linuxtv.org/anttip/media_tree.git
4931 S: Maintained
4932 F: drivers/media/usb/dvb-usb-v2/gl861*
4933
4934 DVB_USB_MXL111SF MEDIA DRIVER
4935 M: Michael Krufky <mkrufky@linuxtv.org>
4936 L: linux-media@vger.kernel.org
4937 W: https://linuxtv.org
4938 W: http://github.com/mkrufky
4939 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4940 T: git git://linuxtv.org/mkrufky/mxl111sf.git
4941 S: Maintained
4942 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
4943
4944 DVB_USB_RTL28XXU MEDIA DRIVER
4945 M: Antti Palosaari <crope@iki.fi>
4946 L: linux-media@vger.kernel.org
4947 W: https://linuxtv.org
4948 W: http://palosaari.fi/linux/
4949 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4950 T: git git://linuxtv.org/anttip/media_tree.git
4951 S: Maintained
4952 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
4953
4954 DVB_USB_V2 MEDIA DRIVER
4955 M: Antti Palosaari <crope@iki.fi>
4956 L: linux-media@vger.kernel.org
4957 W: https://linuxtv.org
4958 W: http://palosaari.fi/linux/
4959 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4960 T: git git://linuxtv.org/anttip/media_tree.git
4961 S: Maintained
4962 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
4963 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
4964
4965 DYNAMIC DEBUG
4966 M: Jason Baron <jbaron@akamai.com>
4967 S: Maintained
4968 F: lib/dynamic_debug.c
4969 F: include/linux/dynamic_debug.h
4970
4971 DZ DECSTATION DZ11 SERIAL DRIVER
4972 M: "Maciej W. Rozycki" <macro@linux-mips.org>
4973 S: Maintained
4974 F: drivers/tty/serial/dz.*
4975
4976 E3X0 POWER BUTTON DRIVER
4977 M: Moritz Fischer <moritz.fischer@ettus.com>
4978 L: usrp-users@lists.ettus.com
4979 W: http://www.ettus.com
4980 S: Supported
4981 F: drivers/input/misc/e3x0-button.c
4982 F: Documentation/devicetree/bindings/input/e3x0-button.txt
4983
4984 E4000 MEDIA DRIVER
4985 M: Antti Palosaari <crope@iki.fi>
4986 L: linux-media@vger.kernel.org
4987 W: https://linuxtv.org
4988 W: http://palosaari.fi/linux/
4989 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4990 T: git git://linuxtv.org/anttip/media_tree.git
4991 S: Maintained
4992 F: drivers/media/tuners/e4000*
4993
4994 EATA ISA/EISA/PCI SCSI DRIVER
4995 M: Dario Ballabio <ballabio_dario@emc.com>
4996 L: linux-scsi@vger.kernel.org
4997 S: Maintained
4998 F: drivers/scsi/eata.c
4999
5000 EC100 MEDIA DRIVER
5001 M: Antti Palosaari <crope@iki.fi>
5002 L: linux-media@vger.kernel.org
5003 W: https://linuxtv.org
5004 W: http://palosaari.fi/linux/
5005 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5006 T: git git://linuxtv.org/anttip/media_tree.git
5007 S: Maintained
5008 F: drivers/media/dvb-frontends/ec100*
5009
5010 ECRYPT FILE SYSTEM
5011 M: Tyler Hicks <tyhicks@canonical.com>
5012 L: ecryptfs@vger.kernel.org
5013 W: http://ecryptfs.org
5014 W: https://launchpad.net/ecryptfs
5015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
5016 S: Supported
5017 F: Documentation/filesystems/ecryptfs.txt
5018 F: fs/ecryptfs/
5019
5020 EDAC-AMD64
5021 M: Borislav Petkov <bp@alien8.de>
5022 L: linux-edac@vger.kernel.org
5023 S: Maintained
5024 F: drivers/edac/amd64_edac*
5025
5026 EDAC-CALXEDA
5027 M: Robert Richter <rric@kernel.org>
5028 L: linux-edac@vger.kernel.org
5029 S: Maintained
5030 F: drivers/edac/highbank*
5031
5032 EDAC-CAVIUM OCTEON
5033 M: Ralf Baechle <ralf@linux-mips.org>
5034 M: David Daney <david.daney@cavium.com>
5035 L: linux-edac@vger.kernel.org
5036 L: linux-mips@linux-mips.org
5037 S: Supported
5038 F: drivers/edac/octeon_edac*
5039
5040 EDAC-CAVIUM THUNDERX
5041 M: David Daney <david.daney@cavium.com>
5042 M: Jan Glauber <jglauber@cavium.com>
5043 L: linux-edac@vger.kernel.org
5044 S: Supported
5045 F: drivers/edac/thunderx_edac*
5046
5047 EDAC-CORE
5048 M: Borislav Petkov <bp@alien8.de>
5049 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5050 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5051 L: linux-edac@vger.kernel.org
5052 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
5053 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
5054 S: Supported
5055 F: Documentation/admin-guide/ras.rst
5056 F: Documentation/driver-api/edac.rst
5057 F: drivers/edac/
5058 F: include/linux/edac.h
5059
5060 EDAC-E752X
5061 M: Mark Gross <mark.gross@intel.com>
5062 L: linux-edac@vger.kernel.org
5063 S: Maintained
5064 F: drivers/edac/e752x_edac.c
5065
5066 EDAC-E7XXX
5067 L: linux-edac@vger.kernel.org
5068 S: Maintained
5069 F: drivers/edac/e7xxx_edac.c
5070
5071 EDAC-FSL_DDR
5072 M: York Sun <york.sun@nxp.com>
5073 L: linux-edac@vger.kernel.org
5074 S: Maintained
5075 F: drivers/edac/fsl_ddr_edac.*
5076
5077 EDAC-GHES
5078 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5079 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5080 L: linux-edac@vger.kernel.org
5081 S: Maintained
5082 F: drivers/edac/ghes_edac.c
5083
5084 EDAC-I3000
5085 L: linux-edac@vger.kernel.org
5086 S: Orphan
5087 F: drivers/edac/i3000_edac.c
5088
5089 EDAC-I5000
5090 L: linux-edac@vger.kernel.org
5091 S: Maintained
5092 F: drivers/edac/i5000_edac.c
5093
5094 EDAC-I5400
5095 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5096 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5097 L: linux-edac@vger.kernel.org
5098 S: Maintained
5099 F: drivers/edac/i5400_edac.c
5100
5101 EDAC-I7300
5102 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5103 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5104 L: linux-edac@vger.kernel.org
5105 S: Maintained
5106 F: drivers/edac/i7300_edac.c
5107
5108 EDAC-I7CORE
5109 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5110 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5111 L: linux-edac@vger.kernel.org
5112 S: Maintained
5113 F: drivers/edac/i7core_edac.c
5114
5115 EDAC-I82443BXGX
5116 M: Tim Small <tim@buttersideup.com>
5117 L: linux-edac@vger.kernel.org
5118 S: Maintained
5119 F: drivers/edac/i82443bxgx_edac.c
5120
5121 EDAC-I82975X
5122 M: Ranganathan Desikan <ravi@jetztechnologies.com>
5123 M: "Arvind R." <arvino55@gmail.com>
5124 L: linux-edac@vger.kernel.org
5125 S: Maintained
5126 F: drivers/edac/i82975x_edac.c
5127
5128 EDAC-IE31200
5129 M: Jason Baron <jbaron@akamai.com>
5130 L: linux-edac@vger.kernel.org
5131 S: Maintained
5132 F: drivers/edac/ie31200_edac.c
5133
5134 EDAC-MPC85XX
5135 M: Johannes Thumshirn <morbidrsa@gmail.com>
5136 L: linux-edac@vger.kernel.org
5137 S: Maintained
5138 F: drivers/edac/mpc85xx_edac.[ch]
5139
5140 EDAC-PASEMI
5141 M: Egor Martovetsky <egor@pasemi.com>
5142 L: linux-edac@vger.kernel.org
5143 S: Maintained
5144 F: drivers/edac/pasemi_edac.c
5145
5146 EDAC-PND2
5147 M: Tony Luck <tony.luck@intel.com>
5148 L: linux-edac@vger.kernel.org
5149 S: Maintained
5150 F: drivers/edac/pnd2_edac.[ch]
5151
5152 EDAC-R82600
5153 M: Tim Small <tim@buttersideup.com>
5154 L: linux-edac@vger.kernel.org
5155 S: Maintained
5156 F: drivers/edac/r82600_edac.c
5157
5158 EDAC-SBRIDGE
5159 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5160 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5161 L: linux-edac@vger.kernel.org
5162 S: Maintained
5163 F: drivers/edac/sb_edac.c
5164
5165 EDAC-SKYLAKE
5166 M: Tony Luck <tony.luck@intel.com>
5167 L: linux-edac@vger.kernel.org
5168 S: Maintained
5169 F: drivers/edac/skx_edac.c
5170
5171 EDIROL UA-101/UA-1000 DRIVER
5172 M: Clemens Ladisch <clemens@ladisch.de>
5173 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5174 T: git git://git.alsa-project.org/alsa-kernel.git
5175 S: Maintained
5176 F: sound/usb/misc/ua101.c
5177
5178 EFI TEST DRIVER
5179 L: linux-efi@vger.kernel.org
5180 M: Ivan Hu <ivan.hu@canonical.com>
5181 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
5182 S: Maintained
5183 F: drivers/firmware/efi/test/
5184
5185 EFI VARIABLE FILESYSTEM
5186 M: Matthew Garrett <matthew.garrett@nebula.com>
5187 M: Jeremy Kerr <jk@ozlabs.org>
5188 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
5189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5190 L: linux-efi@vger.kernel.org
5191 S: Maintained
5192 F: fs/efivarfs/
5193
5194 EFIFB FRAMEBUFFER DRIVER
5195 L: linux-fbdev@vger.kernel.org
5196 M: Peter Jones <pjones@redhat.com>
5197 S: Maintained
5198 F: drivers/video/fbdev/efifb.c
5199
5200 EFS FILESYSTEM
5201 W: http://aeschi.ch.eu.org/efs/
5202 S: Orphan
5203 F: fs/efs/
5204
5205 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5206 M: Douglas Miller <dougmill@linux.vnet.ibm.com>
5207 L: netdev@vger.kernel.org
5208 S: Maintained
5209 F: drivers/net/ethernet/ibm/ehea/
5210
5211 EM28XX VIDEO4LINUX DRIVER
5212 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
5213 M: Mauro Carvalho Chehab <mchehab@kernel.org>
5214 L: linux-media@vger.kernel.org
5215 W: https://linuxtv.org
5216 T: git git://linuxtv.org/media_tree.git
5217 S: Maintained
5218 F: drivers/media/usb/em28xx/
5219 F: Documentation/media/v4l-drivers/em28xx*
5220
5221 EMBEDDED LINUX
5222 M: Paul Gortmaker <paul.gortmaker@windriver.com>
5223 M: Matt Mackall <mpm@selenic.com>
5224 M: David Woodhouse <dwmw2@infradead.org>
5225 L: linux-embedded@vger.kernel.org
5226 S: Maintained
5227
5228 Emulex 10Gbps iSCSI - OneConnect DRIVER
5229 M: Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5230 M: Ketan Mukadam <ketan.mukadam@broadcom.com>
5231 M: Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5232 L: linux-scsi@vger.kernel.org
5233 W: http://www.broadcom.com
5234 S: Supported
5235 F: drivers/scsi/be2iscsi/
5236
5237 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5238 M: Sathya Perla <sathya.perla@broadcom.com>
5239 M: Ajit Khaparde <ajit.khaparde@broadcom.com>
5240 M: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
5241 M: Somnath Kotur <somnath.kotur@broadcom.com>
5242 L: netdev@vger.kernel.org
5243 W: http://www.emulex.com
5244 S: Supported
5245 F: drivers/net/ethernet/emulex/benet/
5246
5247 EMULEX ONECONNECT ROCE DRIVER
5248 M: Selvin Xavier <selvin.xavier@broadcom.com>
5249 M: Devesh Sharma <devesh.sharma@broadcom.com>
5250 L: linux-rdma@vger.kernel.org
5251 W: http://www.broadcom.com
5252 S: Odd Fixes
5253 F: drivers/infiniband/hw/ocrdma/
5254 F: include/uapi/rdma/ocrdma-abi.h
5255
5256 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5257 M: James Smart <james.smart@broadcom.com>
5258 M: Dick Kennedy <dick.kennedy@broadcom.com>
5259 L: linux-scsi@vger.kernel.org
5260 W: http://www.broadcom.com
5261 S: Supported
5262 F: drivers/scsi/lpfc/
5263
5264 ENE CB710 FLASH CARD READER DRIVER
5265 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
5266 S: Maintained
5267 F: drivers/misc/cb710/
5268 F: drivers/mmc/host/cb710-mmc.*
5269 F: include/linux/cb710.h
5270
5271 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5272 M: Maxim Levitsky <maximlevitsky@gmail.com>
5273 S: Maintained
5274 F: drivers/media/rc/ene_ir.*
5275
5276 EPSON S1D13XXX FRAMEBUFFER DRIVER
5277 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
5278 S: Maintained
5279 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5280 F: drivers/video/fbdev/s1d13xxxfb.c
5281 F: include/video/s1d13xxxfb.h
5282
5283 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5284 M: Jeff Layton <jlayton@kernel.org>
5285 S: Maintained
5286 F: lib/errseq.c
5287 F: include/linux/errseq.h
5288
5289 ET131X NETWORK DRIVER
5290 M: Mark Einon <mark.einon@gmail.com>
5291 S: Odd Fixes
5292 F: drivers/net/ethernet/agere/
5293
5294 ETHERNET BRIDGE
5295 M: Stephen Hemminger <stephen@networkplumber.org>
5296 L: bridge@lists.linux-foundation.org (moderated for non-subscribers)
5297 L: netdev@vger.kernel.org
5298 W: http://www.linuxfoundation.org/en/Net:Bridge
5299 S: Maintained
5300 F: include/linux/netfilter_bridge/
5301 F: net/bridge/
5302
5303 ETHERNET PHY LIBRARY
5304 M: Andrew Lunn <andrew@lunn.ch>
5305 M: Florian Fainelli <f.fainelli@gmail.com>
5306 L: netdev@vger.kernel.org
5307 S: Maintained
5308 F: Documentation/ABI/testing/sysfs-bus-mdio
5309 F: Documentation/devicetree/bindings/net/mdio*
5310 F: Documentation/networking/phy.txt
5311 F: drivers/net/phy/
5312 F: drivers/of/of_mdio.c
5313 F: drivers/of/of_net.c
5314 F: include/linux/*mdio*.h
5315 F: include/linux/of_net.h
5316 F: include/linux/phy.h
5317 F: include/linux/phy_fixed.h
5318 F: include/linux/platform_data/mdio-gpio.h
5319 F: include/linux/platform_data/mdio-bcm-unimac.h
5320 F: include/trace/events/mdio.h
5321 F: include/uapi/linux/mdio.h
5322 F: include/uapi/linux/mii.h
5323
5324 EXT2 FILE SYSTEM
5325 M: Jan Kara <jack@suse.com>
5326 L: linux-ext4@vger.kernel.org
5327 S: Maintained
5328 F: Documentation/filesystems/ext2.txt
5329 F: fs/ext2/
5330 F: include/linux/ext2*
5331
5332 EXT4 FILE SYSTEM
5333 M: "Theodore Ts'o" <tytso@mit.edu>
5334 M: Andreas Dilger <adilger.kernel@dilger.ca>
5335 L: linux-ext4@vger.kernel.org
5336 W: http://ext4.wiki.kernel.org
5337 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
5338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5339 S: Maintained
5340 F: Documentation/filesystems/ext4.txt
5341 F: fs/ext4/
5342
5343 Extended Verification Module (EVM)
5344 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
5345 L: linux-integrity@vger.kernel.org
5346 S: Supported
5347 F: security/integrity/evm/
5348
5349 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5350 M: Ard Biesheuvel <ard.biesheuvel@linaro.org>
5351 L: linux-efi@vger.kernel.org
5352 T: git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5353 S: Maintained
5354 F: Documentation/efi-stub.txt
5355 F: arch/*/kernel/efi.c
5356 F: arch/x86/boot/compressed/eboot.[ch]
5357 F: arch/*/include/asm/efi.h
5358 F: arch/x86/platform/efi/
5359 F: drivers/firmware/efi/
5360 F: include/linux/efi*.h
5361 F: arch/arm/boot/compressed/efi-header.S
5362 F: arch/arm64/kernel/efi-entry.S
5363
5364 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5365 M: MyungJoo Ham <myungjoo.ham@samsung.com>
5366 M: Chanwoo Choi <cw00.choi@samsung.com>
5367 L: linux-kernel@vger.kernel.org
5368 T: git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5369 S: Maintained
5370 F: drivers/extcon/
5371 F: include/linux/extcon/
5372 F: include/linux/extcon.h
5373 F: Documentation/extcon/
5374 F: Documentation/devicetree/bindings/extcon/
5375
5376 EXYNOS DP DRIVER
5377 M: Jingoo Han <jingoohan1@gmail.com>
5378 L: dri-devel@lists.freedesktop.org
5379 S: Maintained
5380 F: drivers/gpu/drm/exynos/exynos_dp*
5381
5382 EXYNOS SYSMMU (IOMMU) driver
5383 M: Marek Szyprowski <m.szyprowski@samsung.com>
5384 L: iommu@lists.linux-foundation.org
5385 S: Maintained
5386 F: drivers/iommu/exynos-iommu.c
5387
5388 EZchip NPS platform support
5389 M: Elad Kanfi <eladkan@mellanox.com>
5390 M: Vineet Gupta <vgupta@synopsys.com>
5391 S: Supported
5392 F: arch/arc/plat-eznps
5393 F: arch/arc/boot/dts/eznps.dts
5394
5395 F2FS FILE SYSTEM
5396 M: Jaegeuk Kim <jaegeuk@kernel.org>
5397 M: Chao Yu <yuchao0@huawei.com>
5398 L: linux-f2fs-devel@lists.sourceforge.net
5399 W: https://f2fs.wiki.kernel.org/
5400 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5401 S: Maintained
5402 F: Documentation/filesystems/f2fs.txt
5403 F: Documentation/ABI/testing/sysfs-fs-f2fs
5404 F: fs/f2fs/
5405 F: include/linux/f2fs_fs.h
5406 F: include/trace/events/f2fs.h
5407
5408 F71805F HARDWARE MONITORING DRIVER
5409 M: Jean Delvare <jdelvare@suse.com>
5410 L: linux-hwmon@vger.kernel.org
5411 S: Maintained
5412 F: Documentation/hwmon/f71805f
5413 F: drivers/hwmon/f71805f.c
5414
5415 FANOTIFY
5416 M: Jan Kara <jack@suse.cz>
5417 R: Amir Goldstein <amir73il@gmail.com>
5418 L: linux-fsdevel@vger.kernel.org
5419 S: Maintained
5420 F: fs/notify/fanotify/
5421 F: include/linux/fanotify.h
5422 F: include/uapi/linux/fanotify.h
5423
5424 FARSYNC SYNCHRONOUS DRIVER
5425 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
5426 W: http://www.farsite.co.uk/
5427 S: Supported
5428 F: drivers/net/wan/farsync.*
5429
5430 FAULT INJECTION SUPPORT
5431 M: Akinobu Mita <akinobu.mita@gmail.com>
5432 S: Supported
5433 F: Documentation/fault-injection/
5434 F: lib/fault-inject.c
5435
5436 FBTFT Framebuffer drivers
5437 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5438 S: Maintained
5439 F: drivers/staging/fbtft/
5440
5441 FC0011 TUNER DRIVER
5442 M: Michael Buesch <m@bues.ch>
5443 L: linux-media@vger.kernel.org
5444 S: Maintained
5445 F: drivers/media/tuners/fc0011.h
5446 F: drivers/media/tuners/fc0011.c
5447
5448 FC2580 MEDIA DRIVER
5449 M: Antti Palosaari <crope@iki.fi>
5450 L: linux-media@vger.kernel.org
5451 W: https://linuxtv.org
5452 W: http://palosaari.fi/linux/
5453 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5454 T: git git://linuxtv.org/anttip/media_tree.git
5455 S: Maintained
5456 F: drivers/media/tuners/fc2580*
5457
5458 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5459 M: Johannes Thumshirn <jth@kernel.org>
5460 L: linux-scsi@vger.kernel.org
5461 W: www.Open-FCoE.org
5462 S: Supported
5463 F: drivers/scsi/libfc/
5464 F: drivers/scsi/fcoe/
5465 F: include/scsi/fc/
5466 F: include/scsi/libfc.h
5467 F: include/scsi/libfcoe.h
5468 F: include/uapi/scsi/fc/
5469
5470 FILE LOCKING (flock() and fcntl()/lockf())
5471 M: Jeff Layton <jlayton@kernel.org>
5472 M: "J. Bruce Fields" <bfields@fieldses.org>
5473 L: linux-fsdevel@vger.kernel.org
5474 S: Maintained
5475 F: include/linux/fcntl.h
5476 F: include/uapi/linux/fcntl.h
5477 F: fs/fcntl.c
5478 F: fs/locks.c
5479
5480 FILESYSTEMS (VFS and infrastructure)
5481 M: Alexander Viro <viro@zeniv.linux.org.uk>
5482 L: linux-fsdevel@vger.kernel.org
5483 S: Maintained
5484 F: fs/*
5485 F: include/linux/fs.h
5486 F: include/uapi/linux/fs.h
5487
5488 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5489 M: Riku Voipio <riku.voipio@iki.fi>
5490 L: linux-hwmon@vger.kernel.org
5491 S: Maintained
5492 F: drivers/hwmon/f75375s.c
5493 F: include/linux/f75375s.h
5494
5495 FIREWIRE AUDIO DRIVERS
5496 M: Clemens Ladisch <clemens@ladisch.de>
5497 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5498 T: git git://git.alsa-project.org/alsa-kernel.git
5499 S: Maintained
5500 F: sound/firewire/
5501
5502 FIREWIRE MEDIA DRIVERS (firedtv)
5503 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5504 L: linux-media@vger.kernel.org
5505 L: linux1394-devel@lists.sourceforge.net
5506 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5507 S: Maintained
5508 F: drivers/media/firewire/
5509
5510 FIREWIRE SBP-2 TARGET
5511 M: Chris Boot <bootc@bootc.net>
5512 L: linux-scsi@vger.kernel.org
5513 L: target-devel@vger.kernel.org
5514 L: linux1394-devel@lists.sourceforge.net
5515 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5516 S: Maintained
5517 F: drivers/target/sbp/
5518
5519 FIREWIRE SUBSYSTEM
5520 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
5521 L: linux1394-devel@lists.sourceforge.net
5522 W: http://ieee1394.wiki.kernel.org/
5523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5524 S: Maintained
5525 F: drivers/firewire/
5526 F: include/linux/firewire.h
5527 F: include/uapi/linux/firewire*.h
5528 F: tools/firewire/
5529
5530 FIRMWARE LOADER (request_firmware)
5531 M: Luis R. Rodriguez <mcgrof@kernel.org>
5532 L: linux-kernel@vger.kernel.org
5533 S: Maintained
5534 F: Documentation/firmware_class/
5535 F: drivers/base/firmware*.c
5536 F: include/linux/firmware.h
5537
5538 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5539 M: Joshua Morris <josh.h.morris@us.ibm.com>
5540 M: Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5541 S: Maintained
5542 F: drivers/block/rsxx/
5543
5544 FLOPPY DRIVER
5545 M: Jiri Kosina <jikos@kernel.org>
5546 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5547 S: Odd fixes
5548 F: drivers/block/floppy.c
5549
5550 FMC SUBSYSTEM
5551 M: Alessandro Rubini <rubini@gnudd.com>
5552 W: http://www.ohwr.org/projects/fmc-bus
5553 S: Supported
5554 F: drivers/fmc/
5555 F: include/linux/fmc*.h
5556 F: include/linux/ipmi-fru.h
5557 K: fmc_d.*register
5558
5559 FPGA MANAGER FRAMEWORK
5560 M: Alan Tull <atull@kernel.org>
5561 M: Moritz Fischer <mdf@kernel.org>
5562 L: linux-fpga@vger.kernel.org
5563 S: Maintained
5564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5565 Q: http://patchwork.kernel.org/project/linux-fpga/list/
5566 F: Documentation/fpga/
5567 F: Documentation/devicetree/bindings/fpga/
5568 F: drivers/fpga/
5569 F: include/linux/fpga/
5570 W: http://www.rocketboards.org
5571
5572 FPU EMULATOR
5573 M: Bill Metzenthen <billm@melbpc.org.au>
5574 W: http://floatingpoint.sourceforge.net/emulator/index.html
5575 S: Maintained
5576 F: arch/x86/math-emu/
5577
5578 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5579 L: netdev@vger.kernel.org
5580 S: Orphan
5581 F: drivers/net/wan/dlci.c
5582 F: drivers/net/wan/sdla.c
5583
5584 FRAMEBUFFER LAYER
5585 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5586 L: dri-devel@lists.freedesktop.org
5587 L: linux-fbdev@vger.kernel.org
5588 T: git git://github.com/bzolnier/linux.git
5589 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
5590 S: Maintained
5591 F: Documentation/fb/
5592 F: drivers/video/
5593 F: include/video/
5594 F: include/linux/fb.h
5595 F: include/uapi/video/
5596 F: include/uapi/linux/fb.h
5597
5598 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5599 M: Horia Geantă <horia.geanta@nxp.com>
5600 M: Aymen Sghaier <aymen.sghaier@nxp.com>
5601 L: linux-crypto@vger.kernel.org
5602 S: Maintained
5603 F: drivers/crypto/caam/
5604 F: Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5605
5606 FREESCALE DIU FRAMEBUFFER DRIVER
5607 M: Timur Tabi <timur@tabi.org>
5608 L: linux-fbdev@vger.kernel.org
5609 S: Maintained
5610 F: drivers/video/fbdev/fsl-diu-fb.*
5611
5612 FREESCALE DMA DRIVER
5613 M: Li Yang <leoyang.li@nxp.com>
5614 M: Zhang Wei <zw@zh-kernel.org>
5615 L: linuxppc-dev@lists.ozlabs.org
5616 S: Maintained
5617 F: drivers/dma/fsldma.*
5618
5619 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5620 M: Claudiu Manoil <claudiu.manoil@freescale.com>
5621 L: netdev@vger.kernel.org
5622 S: Maintained
5623 F: drivers/net/ethernet/freescale/gianfar*
5624 X: drivers/net/ethernet/freescale/gianfar_ptp.c
5625 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5626
5627 FREESCALE GPMI NAND DRIVER
5628 M: Han Xu <han.xu@nxp.com>
5629 L: linux-mtd@lists.infradead.org
5630 S: Maintained
5631 F: drivers/mtd/nand/gpmi-nand/*
5632
5633 FREESCALE I2C CPM DRIVER
5634 M: Jochen Friedrich <jochen@scram.de>
5635 L: linuxppc-dev@lists.ozlabs.org
5636 L: linux-i2c@vger.kernel.org
5637 S: Maintained
5638 F: drivers/i2c/busses/i2c-cpm.c
5639
5640 FREESCALE IMX / MXC FEC DRIVER
5641 M: Fugang Duan <fugang.duan@nxp.com>
5642 L: netdev@vger.kernel.org
5643 S: Maintained
5644 F: drivers/net/ethernet/freescale/fec_main.c
5645 F: drivers/net/ethernet/freescale/fec_ptp.c
5646 F: drivers/net/ethernet/freescale/fec.h
5647 F: Documentation/devicetree/bindings/net/fsl-fec.txt
5648
5649 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5650 M: Sascha Hauer <kernel@pengutronix.de>
5651 L: linux-fbdev@vger.kernel.org
5652 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5653 S: Maintained
5654 F: include/linux/platform_data/video-imxfb.h
5655 F: drivers/video/fbdev/imxfb.c
5656
5657 FREESCALE QORIQ DPAA ETHERNET DRIVER
5658 M: Madalin Bucur <madalin.bucur@nxp.com>
5659 L: netdev@vger.kernel.org
5660 S: Maintained
5661 F: drivers/net/ethernet/freescale/dpaa
5662
5663 FREESCALE QORIQ DPAA FMAN DRIVER
5664 M: Madalin Bucur <madalin.bucur@nxp.com>
5665 L: netdev@vger.kernel.org
5666 S: Maintained
5667 F: drivers/net/ethernet/freescale/fman
5668 F: Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5669
5670 FREESCALE QUAD SPI DRIVER
5671 M: Han Xu <han.xu@nxp.com>
5672 L: linux-mtd@lists.infradead.org
5673 S: Maintained
5674 F: drivers/mtd/spi-nor/fsl-quadspi.c
5675
5676 FREESCALE QUICC ENGINE LIBRARY
5677 M: Qiang Zhao <qiang.zhao@nxp.com>
5678 L: linuxppc-dev@lists.ozlabs.org
5679 S: Maintained
5680 F: drivers/soc/fsl/qe/
5681 F: include/soc/fsl/*qe*.h
5682 F: include/soc/fsl/*ucc*.h
5683
5684 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5685 M: Li Yang <leoyang.li@nxp.com>
5686 L: netdev@vger.kernel.org
5687 L: linuxppc-dev@lists.ozlabs.org
5688 S: Maintained
5689 F: drivers/net/ethernet/freescale/ucc_geth*
5690
5691 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5692 M: Zhao Qiang <qiang.zhao@nxp.com>
5693 L: netdev@vger.kernel.org
5694 L: linuxppc-dev@lists.ozlabs.org
5695 S: Maintained
5696 F: drivers/net/wan/fsl_ucc_hdlc*
5697
5698 FREESCALE QUICC ENGINE UCC UART DRIVER
5699 M: Timur Tabi <timur@tabi.org>
5700 L: linuxppc-dev@lists.ozlabs.org
5701 S: Maintained
5702 F: drivers/tty/serial/ucc_uart.c
5703
5704 FREESCALE SOC DRIVERS
5705 M: Li Yang <leoyang.li@nxp.com>
5706 L: linuxppc-dev@lists.ozlabs.org
5707 L: linux-arm-kernel@lists.infradead.org
5708 S: Maintained
5709 F: Documentation/devicetree/bindings/soc/fsl/
5710 F: drivers/soc/fsl/
5711 F: include/linux/fsl/
5712
5713 FREESCALE SOC FS_ENET DRIVER
5714 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
5715 M: Vitaly Bordug <vbordug@ru.mvista.com>
5716 L: linuxppc-dev@lists.ozlabs.org
5717 L: netdev@vger.kernel.org
5718 S: Maintained
5719 F: drivers/net/ethernet/freescale/fs_enet/
5720 F: include/linux/fs_enet_pd.h
5721
5722 FREESCALE SOC SOUND DRIVERS
5723 M: Timur Tabi <timur@tabi.org>
5724 M: Nicolin Chen <nicoleotsuka@gmail.com>
5725 M: Xiubo Li <Xiubo.Lee@gmail.com>
5726 R: Fabio Estevam <fabio.estevam@nxp.com>
5727 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5728 L: linuxppc-dev@lists.ozlabs.org
5729 S: Maintained
5730 F: sound/soc/fsl/fsl*
5731 F: sound/soc/fsl/imx*
5732 F: sound/soc/fsl/mpc8610_hpcd.c
5733
5734 FREESCALE USB PERIPHERAL DRIVERS
5735 M: Li Yang <leoyang.li@nxp.com>
5736 L: linux-usb@vger.kernel.org
5737 L: linuxppc-dev@lists.ozlabs.org
5738 S: Maintained
5739 F: drivers/usb/gadget/udc/fsl*
5740
5741 FREEVXFS FILESYSTEM
5742 M: Christoph Hellwig <hch@infradead.org>
5743 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
5744 S: Maintained
5745 F: fs/freevxfs/
5746
5747 FREEZER
5748 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5749 M: Pavel Machek <pavel@ucw.cz>
5750 L: linux-pm@vger.kernel.org
5751 S: Supported
5752 F: Documentation/power/freezing-of-tasks.txt
5753 F: include/linux/freezer.h
5754 F: kernel/freezer.c
5755
5756 FRONTSWAP API
5757 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5758 L: linux-kernel@vger.kernel.org
5759 S: Maintained
5760 F: mm/frontswap.c
5761 F: include/linux/frontswap.h
5762
5763 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5764 M: David Howells <dhowells@redhat.com>
5765 L: linux-cachefs@redhat.com (moderated for non-subscribers)
5766 S: Supported
5767 F: Documentation/filesystems/caching/
5768 F: fs/fscache/
5769 F: include/linux/fscache*.h
5770
5771 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5772 M: Theodore Y. Ts'o <tytso@mit.edu>
5773 M: Jaegeuk Kim <jaegeuk@kernel.org>
5774 L: linux-fscrypt@vger.kernel.org
5775 Q: https://patchwork.kernel.org/project/linux-fscrypt/list/
5776 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5777 S: Supported
5778 F: fs/crypto/
5779 F: include/linux/fscrypt*.h
5780 F: Documentation/filesystems/fscrypt.rst
5781
5782 FUJITSU FR-V (FRV) PORT
5783 S: Orphan
5784 F: arch/frv/
5785
5786 FUJITSU LAPTOP EXTRAS
5787 M: Jonathan Woithe <jwoithe@just42.net>
5788 L: platform-driver-x86@vger.kernel.org
5789 S: Maintained
5790 F: drivers/platform/x86/fujitsu-laptop.c
5791
5792 FUJITSU M-5MO LS CAMERA ISP DRIVER
5793 M: Kyungmin Park <kyungmin.park@samsung.com>
5794 M: Heungjun Kim <riverful.kim@samsung.com>
5795 L: linux-media@vger.kernel.org
5796 S: Maintained
5797 F: drivers/media/i2c/m5mols/
5798 F: include/media/i2c/m5mols.h
5799
5800 FUJITSU TABLET EXTRAS
5801 M: Robert Gerlach <khnz@gmx.de>
5802 L: platform-driver-x86@vger.kernel.org
5803 S: Maintained
5804 F: drivers/platform/x86/fujitsu-tablet.c
5805
5806 FUSE: FILESYSTEM IN USERSPACE
5807 M: Miklos Szeredi <miklos@szeredi.hu>
5808 L: linux-fsdevel@vger.kernel.org
5809 W: http://fuse.sourceforge.net/
5810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5811 S: Maintained
5812 F: fs/fuse/
5813 F: include/uapi/linux/fuse.h
5814 F: Documentation/filesystems/fuse.txt
5815
5816 FUTEX SUBSYSTEM
5817 M: Thomas Gleixner <tglx@linutronix.de>
5818 M: Ingo Molnar <mingo@redhat.com>
5819 R: Peter Zijlstra <peterz@infradead.org>
5820 R: Darren Hart <dvhart@infradead.org>
5821 L: linux-kernel@vger.kernel.org
5822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5823 S: Maintained
5824 F: kernel/futex.c
5825 F: kernel/futex_compat.c
5826 F: include/asm-generic/futex.h
5827 F: include/linux/futex.h
5828 F: include/uapi/linux/futex.h
5829 F: tools/testing/selftests/futex/
5830 F: tools/perf/bench/futex*
5831 F: Documentation/*futex*
5832
5833 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5834 M: Rik Faith <faith@cs.unc.edu>
5835 L: linux-scsi@vger.kernel.org
5836 S: Odd Fixes (e.g., new signatures)
5837 F: drivers/scsi/fdomain.*
5838
5839 GCC PLUGINS
5840 M: Kees Cook <keescook@chromium.org>
5841 R: Emese Revfy <re.emese@gmail.com>
5842 L: kernel-hardening@lists.openwall.com
5843 S: Maintained
5844 F: scripts/gcc-plugins/
5845 F: scripts/gcc-plugin.sh
5846 F: scripts/Makefile.gcc-plugins
5847 F: Documentation/gcc-plugins.txt
5848
5849 GCOV BASED KERNEL PROFILING
5850 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5851 S: Maintained
5852 F: kernel/gcov/
5853 F: Documentation/dev-tools/gcov.rst
5854
5855 GDB KERNEL DEBUGGING HELPER SCRIPTS
5856 M: Jan Kiszka <jan.kiszka@siemens.com>
5857 M: Kieran Bingham <kieran@bingham.xyz>
5858 S: Supported
5859 F: scripts/gdb/
5860
5861 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5862 M: Achim Leubner <achim_leubner@adaptec.com>
5863 L: linux-scsi@vger.kernel.org
5864 W: http://www.icp-vortex.com/
5865 S: Supported
5866 F: drivers/scsi/gdt*
5867
5868 GEMTEK FM RADIO RECEIVER DRIVER
5869 M: Hans Verkuil <hverkuil@xs4all.nl>
5870 L: linux-media@vger.kernel.org
5871 T: git git://linuxtv.org/media_tree.git
5872 W: https://linuxtv.org
5873 S: Maintained
5874 F: drivers/media/radio/radio-gemtek*
5875
5876 GENERIC GPIO I2C DRIVER
5877 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
5878 S: Supported
5879 F: drivers/i2c/busses/i2c-gpio.c
5880 F: include/linux/i2c-gpio.h
5881
5882 GENERIC GPIO I2C MULTIPLEXER DRIVER
5883 M: Peter Korsgaard <peter.korsgaard@barco.com>
5884 L: linux-i2c@vger.kernel.org
5885 S: Supported
5886 F: drivers/i2c/muxes/i2c-mux-gpio.c
5887 F: include/linux/i2c-mux-gpio.h
5888 F: Documentation/i2c/muxes/i2c-mux-gpio
5889
5890 GENERIC HDLC (WAN) DRIVERS
5891 M: Krzysztof Halasa <khc@pm.waw.pl>
5892 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
5893 S: Maintained
5894 F: drivers/net/wan/c101.c
5895 F: drivers/net/wan/hd6457*
5896 F: drivers/net/wan/hdlc*
5897 F: drivers/net/wan/n2.c
5898 F: drivers/net/wan/pc300too.c
5899 F: drivers/net/wan/pci200syn.c
5900 F: drivers/net/wan/wanxl*
5901
5902 GENERIC INCLUDE/ASM HEADER FILES
5903 M: Arnd Bergmann <arnd@arndb.de>
5904 L: linux-arch@vger.kernel.org
5905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5906 S: Maintained
5907 F: include/asm-generic/
5908 F: include/uapi/asm-generic/
5909
5910 GENERIC PHY FRAMEWORK
5911 M: Kishon Vijay Abraham I <kishon@ti.com>
5912 L: linux-kernel@vger.kernel.org
5913 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5914 S: Supported
5915 F: drivers/phy/
5916 F: include/linux/phy/
5917
5918 GENERIC PM DOMAINS
5919 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
5920 M: Kevin Hilman <khilman@kernel.org>
5921 M: Ulf Hansson <ulf.hansson@linaro.org>
5922 L: linux-pm@vger.kernel.org
5923 S: Supported
5924 F: drivers/base/power/domain*.c
5925 F: include/linux/pm_domain.h
5926 F: Documentation/devicetree/bindings/power/power_domain.txt
5927
5928 GENERIC UIO DRIVER FOR PCI DEVICES
5929 M: "Michael S. Tsirkin" <mst@redhat.com>
5930 L: kvm@vger.kernel.org
5931 S: Supported
5932 F: drivers/uio/uio_pci_generic.c
5933
5934 GENWQE (IBM Generic Workqueue Card)
5935 M: Frank Haverkamp <haver@linux.vnet.ibm.com>
5936 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5937 S: Supported
5938 F: drivers/misc/genwqe/
5939
5940 GET_MAINTAINER SCRIPT
5941 M: Joe Perches <joe@perches.com>
5942 S: Maintained
5943 F: scripts/get_maintainer.pl
5944
5945 GFS2 FILE SYSTEM
5946 M: Steven Whitehouse <swhiteho@redhat.com>
5947 M: Bob Peterson <rpeterso@redhat.com>
5948 L: cluster-devel@redhat.com
5949 W: http://sources.redhat.com/cluster/
5950 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5951 S: Supported
5952 F: Documentation/filesystems/gfs2*.txt
5953 F: fs/gfs2/
5954 F: include/uapi/linux/gfs2_ondisk.h
5955
5956 GIGASET ISDN DRIVERS
5957 M: Paul Bolle <pebolle@tiscali.nl>
5958 L: gigaset307x-common@lists.sourceforge.net
5959 W: http://gigaset307x.sourceforge.net/
5960 S: Odd Fixes
5961 F: Documentation/isdn/README.gigaset
5962 F: drivers/isdn/gigaset/
5963 F: include/uapi/linux/gigaset_dev.h
5964
5965 GO7007 MPEG CODEC
5966 M: Hans Verkuil <hans.verkuil@cisco.com>
5967 L: linux-media@vger.kernel.org
5968 S: Maintained
5969 F: drivers/media/usb/go7007/
5970
5971 GOODIX TOUCHSCREEN
5972 M: Bastien Nocera <hadess@hadess.net>
5973 L: linux-input@vger.kernel.org
5974 S: Maintained
5975 F: drivers/input/touchscreen/goodix.c
5976
5977 GPIO ACPI SUPPORT
5978 M: Mika Westerberg <mika.westerberg@linux.intel.com>
5979 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
5980 L: linux-gpio@vger.kernel.org
5981 L: linux-acpi@vger.kernel.org
5982 S: Maintained
5983 F: Documentation/acpi/gpio-properties.txt
5984 F: drivers/gpio/gpiolib-acpi.c
5985
5986 GPIO IR Transmitter
5987 M: Sean Young <sean@mess.org>
5988 L: linux-media@vger.kernel.org
5989 S: Maintained
5990 F: drivers/media/rc/gpio-ir-tx.c
5991
5992 GPIO MOCKUP DRIVER
5993 M: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5994 L: linux-gpio@vger.kernel.org
5995 S: Maintained
5996 F: drivers/gpio/gpio-mockup.c
5997 F: tools/testing/selftests/gpio/
5998
5999 GPIO SUBSYSTEM
6000 M: Linus Walleij <linus.walleij@linaro.org>
6001 L: linux-gpio@vger.kernel.org
6002 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
6003 S: Maintained
6004 F: Documentation/devicetree/bindings/gpio/
6005 F: Documentation/gpio/
6006 F: Documentation/ABI/testing/gpio-cdev
6007 F: Documentation/ABI/obsolete/sysfs-gpio
6008 F: drivers/gpio/
6009 F: include/linux/gpio/
6010 F: include/linux/gpio.h
6011 F: include/asm-generic/gpio.h
6012 F: include/uapi/linux/gpio.h
6013 F: tools/gpio/
6014
6015 GRE DEMULTIPLEXER DRIVER
6016 M: Dmitry Kozlov <xeb@mail.ru>
6017 L: netdev@vger.kernel.org
6018 S: Maintained
6019 F: net/ipv4/gre_demux.c
6020 F: net/ipv4/gre_offload.c
6021 F: include/net/gre.h
6022
6023 GRETH 10/100/1G Ethernet MAC device driver
6024 M: Andreas Larsson <andreas@gaisler.com>
6025 L: netdev@vger.kernel.org
6026 S: Maintained
6027 F: drivers/net/ethernet/aeroflex/
6028
6029 GREYBUS AUDIO PROTOCOLS DRIVERS
6030 M: Vaibhav Agarwal <vaibhav.sr@gmail.com>
6031 M: Mark Greer <mgreer@animalcreek.com>
6032 S: Maintained
6033 F: drivers/staging/greybus/audio_apbridgea.c
6034 F: drivers/staging/greybus/audio_apbridgea.h
6035 F: drivers/staging/greybus/audio_codec.c
6036 F: drivers/staging/greybus/audio_codec.h
6037 F: drivers/staging/greybus/audio_gb.c
6038 F: drivers/staging/greybus/audio_manager.c
6039 F: drivers/staging/greybus/audio_manager.h
6040 F: drivers/staging/greybus/audio_manager_module.c
6041 F: drivers/staging/greybus/audio_manager_private.h
6042 F: drivers/staging/greybus/audio_manager_sysfs.c
6043 F: drivers/staging/greybus/audio_module.c
6044 F: drivers/staging/greybus/audio_topology.c
6045
6046 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
6047 M: Viresh Kumar <vireshk@kernel.org>
6048 S: Maintained
6049 F: drivers/staging/greybus/authentication.c
6050 F: drivers/staging/greybus/bootrom.c
6051 F: drivers/staging/greybus/firmware.h
6052 F: drivers/staging/greybus/fw-core.c
6053 F: drivers/staging/greybus/fw-download.c
6054 F: drivers/staging/greybus/fw-managament.c
6055 F: drivers/staging/greybus/greybus_authentication.h
6056 F: drivers/staging/greybus/greybus_firmware.h
6057 F: drivers/staging/greybus/hid.c
6058 F: drivers/staging/greybus/i2c.c
6059 F: drivers/staging/greybus/spi.c
6060 F: drivers/staging/greybus/spilib.c
6061 F: drivers/staging/greybus/spilib.h
6062
6063 GREYBUS LOOPBACK/TIME PROTOCOLS DRIVERS
6064 M: Bryan O'Donoghue <pure.logic@nexus-software.ie>
6065 S: Maintained
6066 F: drivers/staging/greybus/loopback.c
6067 F: drivers/staging/greybus/timesync.c
6068 F: drivers/staging/greybus/timesync_platform.c
6069
6070 GREYBUS PLATFORM DRIVERS
6071 M: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
6072 S: Maintained
6073 F: drivers/staging/greybus/arche-platform.c
6074 F: drivers/staging/greybus/arche-apb-ctrl.c
6075 F: drivers/staging/greybus/arche_platform.h
6076
6077 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6078 M: Rui Miguel Silva <rmfrfs@gmail.com>
6079 S: Maintained
6080 F: drivers/staging/greybus/sdio.c
6081 F: drivers/staging/greybus/light.c
6082 F: drivers/staging/greybus/gpio.c
6083 F: drivers/staging/greybus/power_supply.c
6084 F: drivers/staging/greybus/spi.c
6085 F: drivers/staging/greybus/spilib.c
6086
6087 GREYBUS SUBSYSTEM
6088 M: Johan Hovold <johan@kernel.org>
6089 M: Alex Elder <elder@kernel.org>
6090 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6091 S: Maintained
6092 F: drivers/staging/greybus/
6093 L: greybus-dev@lists.linaro.org (moderated for non-subscribers)
6094
6095 GREYBUS UART PROTOCOLS DRIVERS
6096 M: David Lin <dtwlin@gmail.com>
6097 S: Maintained
6098 F: drivers/staging/greybus/uart.c
6099 F: drivers/staging/greybus/log.c
6100
6101 GS1662 VIDEO SERIALIZER
6102 M: Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
6103 L: linux-media@vger.kernel.org
6104 T: git git://linuxtv.org/media_tree.git
6105 S: Maintained
6106 F: drivers/media/spi/gs1662.c
6107
6108 GSPCA FINEPIX SUBDRIVER
6109 M: Frank Zago <frank@zago.net>
6110 L: linux-media@vger.kernel.org
6111 T: git git://linuxtv.org/media_tree.git
6112 S: Maintained
6113 F: drivers/media/usb/gspca/finepix.c
6114
6115 GSPCA GL860 SUBDRIVER
6116 M: Olivier Lorin <o.lorin@laposte.net>
6117 L: linux-media@vger.kernel.org
6118 T: git git://linuxtv.org/media_tree.git
6119 S: Maintained
6120 F: drivers/media/usb/gspca/gl860/
6121
6122 GSPCA M5602 SUBDRIVER
6123 M: Erik Andren <erik.andren@gmail.com>
6124 L: linux-media@vger.kernel.org
6125 T: git git://linuxtv.org/media_tree.git
6126 S: Maintained
6127 F: drivers/media/usb/gspca/m5602/
6128
6129 GSPCA PAC207 SONIXB SUBDRIVER
6130 M: Hans Verkuil <hverkuil@xs4all.nl>
6131 L: linux-media@vger.kernel.org
6132 T: git git://linuxtv.org/media_tree.git
6133 S: Odd Fixes
6134 F: drivers/media/usb/gspca/pac207.c
6135
6136 GSPCA SN9C20X SUBDRIVER
6137 M: Brian Johnson <brijohn@gmail.com>
6138 L: linux-media@vger.kernel.org
6139 T: git git://linuxtv.org/media_tree.git
6140 S: Maintained
6141 F: drivers/media/usb/gspca/sn9c20x.c
6142
6143 GSPCA T613 SUBDRIVER
6144 M: Leandro Costantino <lcostantino@gmail.com>
6145 L: linux-media@vger.kernel.org
6146 T: git git://linuxtv.org/media_tree.git
6147 S: Maintained
6148 F: drivers/media/usb/gspca/t613.c
6149
6150 GSPCA USB WEBCAM DRIVER
6151 M: Hans Verkuil <hverkuil@xs4all.nl>
6152 L: linux-media@vger.kernel.org
6153 T: git git://linuxtv.org/media_tree.git
6154 S: Odd Fixes
6155 F: drivers/media/usb/gspca/
6156
6157 GTP (GPRS Tunneling Protocol)
6158 M: Pablo Neira Ayuso <pablo@netfilter.org>
6159 M: Harald Welte <laforge@gnumonks.org>
6160 L: osmocom-net-gprs@lists.osmocom.org
6161 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6162 S: Maintained
6163 F: drivers/net/gtp.c
6164
6165 GUID PARTITION TABLE (GPT)
6166 M: Davidlohr Bueso <dave@stgolabs.net>
6167 L: linux-efi@vger.kernel.org
6168 S: Maintained
6169 F: block/partitions/efi.*
6170
6171 H8/300 ARCHITECTURE
6172 M: Yoshinori Sato <ysato@users.sourceforge.jp>
6173 L: uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
6174 W: http://uclinux-h8.sourceforge.jp
6175 T: git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6176 S: Maintained
6177 F: arch/h8300/
6178 F: drivers/clocksource/h8300_*.c
6179 F: drivers/clk/h8300/
6180 F: drivers/irqchip/irq-renesas-h8*.c
6181
6182 HACKRF MEDIA DRIVER
6183 M: Antti Palosaari <crope@iki.fi>
6184 L: linux-media@vger.kernel.org
6185 W: https://linuxtv.org
6186 W: http://palosaari.fi/linux/
6187 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6188 T: git git://linuxtv.org/anttip/media_tree.git
6189 S: Maintained
6190 F: drivers/media/usb/hackrf/
6191
6192 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6193 M: Frank Seidel <frank@f-seidel.de>
6194 L: platform-driver-x86@vger.kernel.org
6195 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6196 S: Maintained
6197 F: drivers/platform/x86/hdaps.c
6198
6199 HARDWARE MONITORING
6200 M: Jean Delvare <jdelvare@suse.com>
6201 M: Guenter Roeck <linux@roeck-us.net>
6202 L: linux-hwmon@vger.kernel.org
6203 W: http://hwmon.wiki.kernel.org/
6204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6205 S: Maintained
6206 F: Documentation/hwmon/
6207 F: drivers/hwmon/
6208 F: include/linux/hwmon*.h
6209
6210 HARDWARE RANDOM NUMBER GENERATOR CORE
6211 M: Matt Mackall <mpm@selenic.com>
6212 M: Herbert Xu <herbert@gondor.apana.org.au>
6213 L: linux-crypto@vger.kernel.org
6214 S: Odd fixes
6215 F: Documentation/devicetree/bindings/rng/
6216 F: Documentation/hw_random.txt
6217 F: drivers/char/hw_random/
6218 F: include/linux/hw_random.h
6219
6220 HARDWARE SPINLOCK CORE
6221 M: Ohad Ben-Cohen <ohad@wizery.com>
6222 M: Bjorn Andersson <bjorn.andersson@linaro.org>
6223 L: linux-remoteproc@vger.kernel.org
6224 S: Maintained
6225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6226 F: Documentation/devicetree/bindings/hwlock/
6227 F: Documentation/hwspinlock.txt
6228 F: drivers/hwspinlock/
6229 F: include/linux/hwspinlock.h
6230
6231 HARMONY SOUND DRIVER
6232 L: linux-parisc@vger.kernel.org
6233 S: Maintained
6234 F: sound/parisc/harmony.*
6235
6236 HDPVR USB VIDEO ENCODER DRIVER
6237 M: Hans Verkuil <hverkuil@xs4all.nl>
6238 L: linux-media@vger.kernel.org
6239 T: git git://linuxtv.org/media_tree.git
6240 W: https://linuxtv.org
6241 S: Odd Fixes
6242 F: drivers/media/usb/hdpvr/
6243
6244 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6245 M: Jimmy Vance <jimmy.vance@hpe.com>
6246 S: Supported
6247 F: Documentation/watchdog/hpwdt.txt
6248 F: drivers/watchdog/hpwdt.c
6249
6250 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6251 M: Don Brace <don.brace@microsemi.com>
6252 L: esc.storagedev@microsemi.com
6253 L: linux-scsi@vger.kernel.org
6254 S: Supported
6255 F: Documentation/scsi/hpsa.txt
6256 F: drivers/scsi/hpsa*.[ch]
6257 F: include/linux/cciss*.h
6258 F: include/uapi/linux/cciss*.h
6259
6260 HFI1 DRIVER
6261 M: Mike Marciniszyn <mike.marciniszyn@intel.com>
6262 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
6263 L: linux-rdma@vger.kernel.org
6264 S: Supported
6265 F: drivers/infiniband/hw/hfi1
6266
6267 HFS FILESYSTEM
6268 L: linux-fsdevel@vger.kernel.org
6269 S: Orphan
6270 F: Documentation/filesystems/hfs.txt
6271 F: fs/hfs/
6272
6273 HFSPLUS FILESYSTEM
6274 L: linux-fsdevel@vger.kernel.org
6275 S: Orphan
6276 F: Documentation/filesystems/hfsplus.txt
6277 F: fs/hfsplus/
6278
6279 HGA FRAMEBUFFER DRIVER
6280 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6281 L: linux-nvidia@lists.surfsouth.com
6282 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6283 S: Maintained
6284 F: drivers/video/fbdev/hgafb.c
6285
6286 HIBERNATION (aka Software Suspend, aka swsusp)
6287 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
6288 M: Pavel Machek <pavel@ucw.cz>
6289 L: linux-pm@vger.kernel.org
6290 B: https://bugzilla.kernel.org
6291 S: Supported
6292 F: arch/x86/power/
6293 F: drivers/base/power/
6294 F: kernel/power/
6295 F: include/linux/suspend.h
6296 F: include/linux/freezer.h
6297 F: include/linux/pm.h
6298 F: arch/*/include/asm/suspend*.h
6299
6300 HID CORE LAYER
6301 M: Jiri Kosina <jikos@kernel.org>
6302 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
6303 L: linux-input@vger.kernel.org
6304 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6305 S: Maintained
6306 F: drivers/hid/
6307 F: include/linux/hid*
6308 F: include/uapi/linux/hid*
6309
6310 HID SENSOR HUB DRIVERS
6311 M: Jiri Kosina <jikos@kernel.org>
6312 M: Jonathan Cameron <jic23@kernel.org>
6313 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6314 L: linux-input@vger.kernel.org
6315 L: linux-iio@vger.kernel.org
6316 S: Maintained
6317 F: Documentation/hid/hid-sensor*
6318 F: drivers/hid/hid-sensor-*
6319 F: drivers/iio/*/hid-*
6320 F: include/linux/hid-sensor-*
6321
6322 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6323 M: Thomas Gleixner <tglx@linutronix.de>
6324 L: linux-kernel@vger.kernel.org
6325 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6326 S: Maintained
6327 F: Documentation/timers/
6328 F: kernel/time/hrtimer.c
6329 F: kernel/time/clockevents.c
6330 F: kernel/time/timer_*.c
6331 F: include/linux/clockchips.h
6332 F: include/linux/hrtimer.h
6333
6334 HIGH-SPEED SCC DRIVER FOR AX.25
6335 L: linux-hams@vger.kernel.org
6336 S: Orphan
6337 F: drivers/net/hamradio/dmascc.c
6338 F: drivers/net/hamradio/scc.c
6339
6340 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6341 M: HighPoint Linux Team <linux@highpoint-tech.com>
6342 W: http://www.highpoint-tech.com
6343 S: Supported
6344 F: Documentation/scsi/hptiop.txt
6345 F: drivers/scsi/hptiop.c
6346
6347 HIPPI
6348 M: Jes Sorensen <jes@trained-monkey.org>
6349 L: linux-hippi@sunsite.dk
6350 S: Maintained
6351 F: include/linux/hippidevice.h
6352 F: include/uapi/linux/if_hippi.h
6353 F: net/802/hippi.c
6354 F: drivers/net/hippi/
6355
6356 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6357 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6358 M: Salil Mehta <salil.mehta@huawei.com>
6359 L: netdev@vger.kernel.org
6360 W: http://www.hisilicon.com
6361 S: Maintained
6362 F: drivers/net/ethernet/hisilicon/hns3/
6363
6364 HISILICON LPC BUS DRIVER
6365 M: john.garry@huawei.com
6366 W: http://www.hisilicon.com
6367 S: Maintained
6368 F: drivers/bus/hisi_lpc.c
6369 F: Documentation/devicetree/bindings/arm/hisilicon/hisilicon-low-pin-count.txt
6370
6371 HISILICON NETWORK SUBSYSTEM DRIVER
6372 M: Yisen Zhuang <yisen.zhuang@huawei.com>
6373 M: Salil Mehta <salil.mehta@huawei.com>
6374 L: netdev@vger.kernel.org
6375 W: http://www.hisilicon.com
6376 S: Maintained
6377 F: drivers/net/ethernet/hisilicon/
6378 F: Documentation/devicetree/bindings/net/hisilicon*.txt
6379
6380 HISILICON PMU DRIVER
6381 M: Shaokun Zhang <zhangshaokun@hisilicon.com>
6382 W: http://www.hisilicon.com
6383 S: Supported
6384 F: drivers/perf/hisilicon
6385 F: Documentation/perf/hisi-pmu.txt
6386
6387 HISILICON ROCE DRIVER
6388 M: Lijun Ou <oulijun@huawei.com>
6389 M: Wei Hu(Xavier) <xavier.huwei@huawei.com>
6390 L: linux-rdma@vger.kernel.org
6391 S: Maintained
6392 F: drivers/infiniband/hw/hns/
6393 F: Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6394
6395 HISILICON SAS Controller
6396 M: John Garry <john.garry@huawei.com>
6397 W: http://www.hisilicon.com
6398 S: Supported
6399 F: drivers/scsi/hisi_sas/
6400 F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6401
6402 HMM - Heterogeneous Memory Management
6403 M: Jérôme Glisse <jglisse@redhat.com>
6404 L: linux-mm@kvack.org
6405 S: Maintained
6406 F: mm/hmm*
6407 F: include/linux/hmm*
6408
6409 HOST AP DRIVER
6410 M: Jouni Malinen <j@w1.fi>
6411 L: linux-wireless@vger.kernel.org
6412 W: http://w1.fi/hostap-driver.html
6413 S: Obsolete
6414 F: drivers/net/wireless/intersil/hostap/
6415
6416 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6417 L: platform-driver-x86@vger.kernel.org
6418 S: Orphan
6419 F: drivers/platform/x86/tc1100-wmi.c
6420
6421 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6422 M: Jaroslav Kysela <perex@perex.cz>
6423 S: Maintained
6424 F: drivers/net/ethernet/hp/hp100.*
6425
6426 HPET: High Precision Event Timers driver
6427 M: Clemens Ladisch <clemens@ladisch.de>
6428 S: Maintained
6429 F: Documentation/timers/hpet.txt
6430 F: drivers/char/hpet.c
6431 F: include/linux/hpet.h
6432 F: include/uapi/linux/hpet.h
6433
6434 HPET: x86
6435 S: Orphan
6436 F: arch/x86/kernel/hpet.c
6437 F: arch/x86/include/asm/hpet.h
6438
6439 HPFS FILESYSTEM
6440 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6441 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6442 S: Maintained
6443 F: fs/hpfs/
6444
6445 HSI SUBSYSTEM
6446 M: Sebastian Reichel <sre@kernel.org>
6447 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6448 S: Maintained
6449 F: Documentation/ABI/testing/sysfs-bus-hsi
6450 F: Documentation/driver-api/hsi.rst
6451 F: drivers/hsi/
6452 F: include/linux/hsi/
6453 F: include/uapi/linux/hsi/
6454
6455 HSO 3G MODEM DRIVER
6456 L: linux-usb@vger.kernel.org
6457 S: Orphan
6458 F: drivers/net/usb/hso.c
6459
6460 HSR NETWORK PROTOCOL
6461 M: Arvid Brodin <arvid.brodin@alten.se>
6462 L: netdev@vger.kernel.org
6463 S: Maintained
6464 F: net/hsr/
6465
6466 HT16K33 LED CONTROLLER DRIVER
6467 M: Robin van der Gracht <robin@protonic.nl>
6468 S: Maintained
6469 F: drivers/auxdisplay/ht16k33.c
6470 F: Documentation/devicetree/bindings/display/ht16k33.txt
6471
6472 HTCPEN TOUCHSCREEN DRIVER
6473 M: Pau Oliva Fora <pof@eslack.org>
6474 L: linux-input@vger.kernel.org
6475 S: Maintained
6476 F: drivers/input/touchscreen/htcpen.c
6477
6478 HUAWEI ETHERNET DRIVER
6479 M: Aviad Krawczyk <aviad.krawczyk@huawei.com>
6480 L: netdev@vger.kernel.org
6481 S: Supported
6482 F: Documentation/networking/hinic.txt
6483 F: drivers/net/ethernet/huawei/hinic/
6484
6485 HUGETLB FILESYSTEM
6486 M: Nadia Yvette Chambers <nyc@holomorphy.com>
6487 S: Maintained
6488 F: fs/hugetlbfs/
6489
6490 HVA ST MEDIA DRIVER
6491 M: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6492 L: linux-media@vger.kernel.org
6493 T: git git://linuxtv.org/media_tree.git
6494 W: https://linuxtv.org
6495 S: Supported
6496 F: drivers/media/platform/sti/hva
6497
6498 HWPOISON MEMORY FAILURE HANDLING
6499 M: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6500 L: linux-mm@kvack.org
6501 S: Maintained
6502 F: mm/memory-failure.c
6503 F: mm/hwpoison-inject.c
6504
6505 Hyper-V CORE AND DRIVERS
6506 M: "K. Y. Srinivasan" <kys@microsoft.com>
6507 M: Haiyang Zhang <haiyangz@microsoft.com>
6508 M: Stephen Hemminger <sthemmin@microsoft.com>
6509 L: devel@linuxdriverproject.org
6510 S: Maintained
6511 F: Documentation/networking/netvsc.txt
6512 F: arch/x86/include/asm/mshyperv.h
6513 F: arch/x86/include/asm/trace/hyperv.h
6514 F: arch/x86/include/uapi/asm/hyperv.h
6515 F: arch/x86/kernel/cpu/mshyperv.c
6516 F: arch/x86/hyperv
6517 F: drivers/hid/hid-hyperv.c
6518 F: drivers/hv/
6519 F: drivers/input/serio/hyperv-keyboard.c
6520 F: drivers/pci/host/pci-hyperv.c
6521 F: drivers/net/hyperv/
6522 F: drivers/scsi/storvsc_drv.c
6523 F: drivers/uio/uio_hv_generic.c
6524 F: drivers/video/fbdev/hyperv_fb.c
6525 F: net/vmw_vsock/hyperv_transport.c
6526 F: include/linux/hyperv.h
6527 F: include/uapi/linux/hyperv.h
6528 F: tools/hv/
6529 F: Documentation/ABI/stable/sysfs-bus-vmbus
6530
6531 HYPERVISOR VIRTUAL CONSOLE DRIVER
6532 L: linuxppc-dev@lists.ozlabs.org
6533 S: Odd Fixes
6534 F: drivers/tty/hvc/
6535
6536 I2C ACPI SUPPORT
6537 M: Mika Westerberg <mika.westerberg@linux.intel.com>
6538 L: linux-i2c@vger.kernel.org
6539 L: linux-acpi@vger.kernel.org
6540 S: Maintained
6541 F: drivers/i2c/i2c-core-acpi.c
6542
6543 I2C MUXES
6544 M: Peter Rosin <peda@axentia.se>
6545 L: linux-i2c@vger.kernel.org
6546 S: Maintained
6547 F: Documentation/i2c/i2c-topology
6548 F: Documentation/i2c/muxes/
6549 F: Documentation/devicetree/bindings/i2c/i2c-mux*
6550 F: Documentation/devicetree/bindings/i2c/i2c-arb*
6551 F: Documentation/devicetree/bindings/i2c/i2c-gate*
6552 F: drivers/i2c/i2c-mux.c
6553 F: drivers/i2c/muxes/
6554 F: include/linux/i2c-mux.h
6555
6556 I2C OVER PARALLEL PORT
6557 M: Jean Delvare <jdelvare@suse.com>
6558 L: linux-i2c@vger.kernel.org
6559 S: Maintained
6560 F: Documentation/i2c/busses/i2c-parport
6561 F: Documentation/i2c/busses/i2c-parport-light
6562 F: drivers/i2c/busses/i2c-parport.c
6563 F: drivers/i2c/busses/i2c-parport-light.c
6564
6565 I2C SUBSYSTEM
6566 M: Wolfram Sang <wsa@the-dreams.de>
6567 L: linux-i2c@vger.kernel.org
6568 W: https://i2c.wiki.kernel.org/
6569 Q: https://patchwork.ozlabs.org/project/linux-i2c/list/
6570 T: git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6571 S: Maintained
6572 F: Documentation/devicetree/bindings/i2c/
6573 F: Documentation/i2c/
6574 F: drivers/i2c/
6575 F: drivers/i2c/*/
6576 F: include/linux/i2c.h
6577 F: include/linux/i2c-*.h
6578 F: include/uapi/linux/i2c.h
6579 F: include/uapi/linux/i2c-*.h
6580
6581 I2C-TAOS-EVM DRIVER
6582 M: Jean Delvare <jdelvare@suse.com>
6583 L: linux-i2c@vger.kernel.org
6584 S: Maintained
6585 F: Documentation/i2c/busses/i2c-taos-evm
6586 F: drivers/i2c/busses/i2c-taos-evm.c
6587
6588 I2C-TINY-USB DRIVER
6589 M: Till Harbaum <till@harbaum.org>
6590 L: linux-i2c@vger.kernel.org
6591 W: http://www.harbaum.org/till/i2c_tiny_usb
6592 S: Maintained
6593 F: drivers/i2c/busses/i2c-tiny-usb.c
6594
6595 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6596 M: Jean Delvare <jdelvare@suse.com>
6597 L: linux-i2c@vger.kernel.org
6598 S: Maintained
6599 F: Documentation/i2c/busses/i2c-ali1535
6600 F: Documentation/i2c/busses/i2c-ali1563
6601 F: Documentation/i2c/busses/i2c-ali15x3
6602 F: Documentation/i2c/busses/i2c-amd756
6603 F: Documentation/i2c/busses/i2c-amd8111
6604 F: Documentation/i2c/busses/i2c-i801
6605 F: Documentation/i2c/busses/i2c-nforce2
6606 F: Documentation/i2c/busses/i2c-piix4
6607 F: Documentation/i2c/busses/i2c-sis5595
6608 F: Documentation/i2c/busses/i2c-sis630
6609 F: Documentation/i2c/busses/i2c-sis96x
6610 F: Documentation/i2c/busses/i2c-via
6611 F: Documentation/i2c/busses/i2c-viapro
6612 F: drivers/i2c/busses/i2c-ali1535.c
6613 F: drivers/i2c/busses/i2c-ali1563.c
6614 F: drivers/i2c/busses/i2c-ali15x3.c
6615 F: drivers/i2c/busses/i2c-amd756.c
6616 F: drivers/i2c/busses/i2c-amd756-s4882.c
6617 F: drivers/i2c/busses/i2c-amd8111.c
6618 F: drivers/i2c/busses/i2c-i801.c
6619 F: drivers/i2c/busses/i2c-isch.c
6620 F: drivers/i2c/busses/i2c-nforce2.c
6621 F: drivers/i2c/busses/i2c-nforce2-s4985.c
6622 F: drivers/i2c/busses/i2c-piix4.c
6623 F: drivers/i2c/busses/i2c-sis5595.c
6624 F: drivers/i2c/busses/i2c-sis630.c
6625 F: drivers/i2c/busses/i2c-sis96x.c
6626 F: drivers/i2c/busses/i2c-via.c
6627 F: drivers/i2c/busses/i2c-viapro.c
6628
6629 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
6630 M: Hans de Goede <hdegoede@redhat.com>
6631 L: linux-i2c@vger.kernel.org
6632 S: Maintained
6633 F: drivers/i2c/busses/i2c-cht-wc.c
6634
6635 I2C/SMBUS ISMT DRIVER
6636 M: Seth Heasley <seth.heasley@intel.com>
6637 M: Neil Horman <nhorman@tuxdriver.com>
6638 L: linux-i2c@vger.kernel.org
6639 F: drivers/i2c/busses/i2c-ismt.c
6640 F: Documentation/i2c/busses/i2c-ismt
6641
6642 I2C/SMBUS STUB DRIVER
6643 M: Jean Delvare <jdelvare@suse.com>
6644 L: linux-i2c@vger.kernel.org
6645 S: Maintained
6646 F: drivers/i2c/i2c-stub.c
6647
6648 IA64 (Itanium) PLATFORM
6649 M: Tony Luck <tony.luck@intel.com>
6650 M: Fenghua Yu <fenghua.yu@intel.com>
6651 L: linux-ia64@vger.kernel.org
6652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6653 S: Maintained
6654 F: arch/ia64/
6655
6656 IBM Power 842 compression accelerator
6657 M: Haren Myneni <haren@us.ibm.com>
6658 S: Supported
6659 F: drivers/crypto/nx/Makefile
6660 F: drivers/crypto/nx/Kconfig
6661 F: drivers/crypto/nx/nx-842*
6662 F: include/linux/sw842.h
6663 F: crypto/842.c
6664 F: lib/842/
6665
6666 IBM Power in-Nest Crypto Acceleration
6667 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6668 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6669 L: linux-crypto@vger.kernel.org
6670 S: Supported
6671 F: drivers/crypto/nx/Makefile
6672 F: drivers/crypto/nx/Kconfig
6673 F: drivers/crypto/nx/nx-aes*
6674 F: drivers/crypto/nx/nx-sha*
6675 F: drivers/crypto/nx/nx.*
6676 F: drivers/crypto/nx/nx_csbcpb.h
6677 F: drivers/crypto/nx/nx_debugfs.h
6678
6679 IBM Power Linux RAID adapter
6680 M: Brian King <brking@us.ibm.com>
6681 S: Supported
6682 F: drivers/scsi/ipr.*
6683
6684 IBM Power SRIOV Virtual NIC Device Driver
6685 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6686 M: John Allen <jallen@linux.vnet.ibm.com>
6687 L: netdev@vger.kernel.org
6688 S: Supported
6689 F: drivers/net/ethernet/ibm/ibmvnic.*
6690
6691 IBM Power Virtual Accelerator Switchboard
6692 M: Sukadev Bhattiprolu
6693 L: linuxppc-dev@lists.ozlabs.org
6694 S: Supported
6695 F: arch/powerpc/platforms/powernv/vas*
6696 F: arch/powerpc/platforms/powernv/copy-paste.h
6697 F: arch/powerpc/include/asm/vas.h
6698 F: arch/powerpc/include/uapi/asm/vas.h
6699
6700 IBM Power Virtual Ethernet Device Driver
6701 M: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6702 L: netdev@vger.kernel.org
6703 S: Supported
6704 F: drivers/net/ethernet/ibm/ibmveth.*
6705
6706 IBM Power Virtual FC Device Drivers
6707 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6708 L: linux-scsi@vger.kernel.org
6709 S: Supported
6710 F: drivers/scsi/ibmvscsi/ibmvfc*
6711
6712 IBM Power Virtual SCSI Device Drivers
6713 M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6714 L: linux-scsi@vger.kernel.org
6715 S: Supported
6716 F: drivers/scsi/ibmvscsi/ibmvscsi*
6717 F: include/scsi/viosrp.h
6718
6719 IBM Power Virtual SCSI Device Target Driver
6720 M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6721 M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
6722 L: linux-scsi@vger.kernel.org
6723 L: target-devel@vger.kernel.org
6724 S: Supported
6725 F: drivers/scsi/ibmvscsi_tgt/
6726
6727 IBM Power VMX Cryptographic instructions
6728 M: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6729 M: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6730 L: linux-crypto@vger.kernel.org
6731 S: Supported
6732 F: drivers/crypto/vmx/Makefile
6733 F: drivers/crypto/vmx/Kconfig
6734 F: drivers/crypto/vmx/vmx.c
6735 F: drivers/crypto/vmx/aes*
6736 F: drivers/crypto/vmx/ghash*
6737 F: drivers/crypto/vmx/ppc-xlate.pl
6738
6739 IBM ServeRAID RAID DRIVER
6740 S: Orphan
6741 F: drivers/scsi/ips.*
6742
6743 ICH LPC AND GPIO DRIVER
6744 M: Peter Tyser <ptyser@xes-inc.com>
6745 S: Maintained
6746 F: drivers/mfd/lpc_ich.c
6747 F: drivers/gpio/gpio-ich.c
6748
6749 IDE SUBSYSTEM
6750 M: "David S. Miller" <davem@davemloft.net>
6751 L: linux-ide@vger.kernel.org
6752 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
6753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6754 S: Maintained
6755 F: Documentation/ide/
6756 F: drivers/ide/
6757 F: include/linux/ide.h
6758
6759 IDE/ATAPI DRIVERS
6760 M: Borislav Petkov <bp@alien8.de>
6761 L: linux-ide@vger.kernel.org
6762 S: Maintained
6763 F: Documentation/cdrom/ide-cd
6764 F: drivers/ide/ide-cd*
6765
6766 IDEAPAD LAPTOP EXTRAS DRIVER
6767 M: Ike Panhc <ike.pan@canonical.com>
6768 L: platform-driver-x86@vger.kernel.org
6769 W: http://launchpad.net/ideapad-laptop
6770 S: Maintained
6771 F: drivers/platform/x86/ideapad-laptop.c
6772
6773 IDEAPAD LAPTOP SLIDEBAR DRIVER
6774 M: Andrey Moiseev <o2g.org.ru@gmail.com>
6775 L: linux-input@vger.kernel.org
6776 W: https://github.com/o2genum/ideapad-slidebar
6777 S: Maintained
6778 F: drivers/input/misc/ideapad_slidebar.c
6779
6780 IDT VersaClock 5 CLOCK DRIVER
6781 M: Marek Vasut <marek.vasut@gmail.com>
6782 S: Maintained
6783 F: drivers/clk/clk-versaclock5.c
6784
6785 IEEE 802.15.4 SUBSYSTEM
6786 M: Alexander Aring <alex.aring@gmail.com>
6787 M: Stefan Schmidt <stefan@osg.samsung.com>
6788 L: linux-wpan@vger.kernel.org
6789 W: http://wpan.cakelab.org/
6790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
6791 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
6792 S: Maintained
6793 F: net/ieee802154/
6794 F: net/mac802154/
6795 F: drivers/net/ieee802154/
6796 F: include/linux/nl802154.h
6797 F: include/linux/ieee802154.h
6798 F: include/net/nl802154.h
6799 F: include/net/mac802154.h
6800 F: include/net/af_ieee802154.h
6801 F: include/net/cfg802154.h
6802 F: include/net/ieee802154_netdev.h
6803 F: Documentation/networking/ieee802154.txt
6804
6805 IFE PROTOCOL
6806 M: Yotam Gigi <yotam.gi@gmail.com>
6807 M: Jamal Hadi Salim <jhs@mojatatu.com>
6808 F: net/ife
6809 F: include/net/ife.h
6810 F: include/uapi/linux/ife.h
6811
6812 IGORPLUG-USB IR RECEIVER
6813 M: Sean Young <sean@mess.org>
6814 L: linux-media@vger.kernel.org
6815 S: Maintained
6816 F: drivers/media/rc/igorplugusb.c
6817
6818 IGUANAWORKS USB IR TRANSCEIVER
6819 M: Sean Young <sean@mess.org>
6820 L: linux-media@vger.kernel.org
6821 S: Maintained
6822 F: drivers/media/rc/iguanair.c
6823
6824 IIO DIGITAL POTENTIOMETER DAC
6825 M: Peter Rosin <peda@axentia.se>
6826 L: linux-iio@vger.kernel.org
6827 S: Maintained
6828 F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6829 F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6830 F: drivers/iio/dac/dpot-dac.c
6831
6832 IIO ENVELOPE DETECTOR
6833 M: Peter Rosin <peda@axentia.se>
6834 L: linux-iio@vger.kernel.org
6835 S: Maintained
6836 F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6837 F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6838 F: drivers/iio/adc/envelope-detector.c
6839
6840 IIO MULTIPLEXER
6841 M: Peter Rosin <peda@axentia.se>
6842 L: linux-iio@vger.kernel.org
6843 S: Maintained
6844 F: Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6845 F: drivers/iio/multiplexer/iio-mux.c
6846
6847 IIO SUBSYSTEM AND DRIVERS
6848 M: Jonathan Cameron <jic23@kernel.org>
6849 R: Hartmut Knaack <knaack.h@gmx.de>
6850 R: Lars-Peter Clausen <lars@metafoo.de>
6851 R: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6852 L: linux-iio@vger.kernel.org
6853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6854 S: Maintained
6855 F: Documentation/devicetree/bindings/iio/
6856 F: drivers/iio/
6857 F: drivers/staging/iio/
6858 F: include/linux/iio/
6859 F: tools/iio/
6860
6861 IKANOS/ADI EAGLE ADSL USB DRIVER
6862 M: Matthieu Castet <castet.matthieu@free.fr>
6863 M: Stanislaw Gruszka <stf_xl@wp.pl>
6864 S: Maintained
6865 F: drivers/usb/atm/ueagle-atm.c
6866
6867 IMGTEC ASCII LCD DRIVER
6868 M: Paul Burton <paul.burton@mips.com>
6869 S: Maintained
6870 F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6871 F: drivers/auxdisplay/img-ascii-lcd.c
6872
6873 IMGTEC IR DECODER DRIVER
6874 M: James Hogan <jhogan@kernel.org>
6875 S: Maintained
6876 F: drivers/media/rc/img-ir/
6877
6878 IMS TWINTURBO FRAMEBUFFER DRIVER
6879 L: linux-fbdev@vger.kernel.org
6880 S: Orphan
6881 F: drivers/video/fbdev/imsttfb.c
6882
6883 INA209 HARDWARE MONITOR DRIVER
6884 M: Guenter Roeck <linux@roeck-us.net>
6885 L: linux-hwmon@vger.kernel.org
6886 S: Maintained
6887 F: Documentation/hwmon/ina209
6888 F: Documentation/devicetree/bindings/i2c/ina209.txt
6889 F: drivers/hwmon/ina209.c
6890
6891 INA2XX HARDWARE MONITOR DRIVER
6892 M: Guenter Roeck <linux@roeck-us.net>
6893 L: linux-hwmon@vger.kernel.org
6894 S: Maintained
6895 F: Documentation/hwmon/ina2xx
6896 F: drivers/hwmon/ina2xx.c
6897 F: include/linux/platform_data/ina2xx.h
6898
6899 INDUSTRY PACK SUBSYSTEM (IPACK)
6900 M: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6901 M: Jens Taprogge <jens.taprogge@taprogge.org>
6902 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6903 L: industrypack-devel@lists.sourceforge.net
6904 W: http://industrypack.sourceforge.net
6905 S: Maintained
6906 F: drivers/ipack/
6907
6908 INFINIBAND SUBSYSTEM
6909 M: Doug Ledford <dledford@redhat.com>
6910 M: Jason Gunthorpe <jgg@mellanox.com>
6911 L: linux-rdma@vger.kernel.org
6912 W: http://www.openfabrics.org/
6913 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6915 S: Supported
6916 F: Documentation/devicetree/bindings/infiniband/
6917 F: Documentation/infiniband/
6918 F: drivers/infiniband/
6919 F: include/uapi/linux/if_infiniband.h
6920 F: include/uapi/rdma/
6921 F: include/rdma/
6922
6923 INGENIC JZ4780 DMA Driver
6924 M: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6925 S: Maintained
6926 F: drivers/dma/dma-jz4780.c
6927
6928 INGENIC JZ4780 NAND DRIVER
6929 M: Harvey Hunt <harveyhuntnexus@gmail.com>
6930 L: linux-mtd@lists.infradead.org
6931 S: Maintained
6932 F: drivers/mtd/nand/jz4780_*
6933
6934 INOTIFY
6935 M: Jan Kara <jack@suse.cz>
6936 R: Amir Goldstein <amir73il@gmail.com>
6937 L: linux-fsdevel@vger.kernel.org
6938 S: Maintained
6939 F: Documentation/filesystems/inotify.txt
6940 F: fs/notify/inotify/
6941 F: include/linux/inotify.h
6942 F: include/uapi/linux/inotify.h
6943
6944 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6945 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
6946 L: linux-input@vger.kernel.org
6947 Q: http://patchwork.kernel.org/project/linux-input/list/
6948 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6949 S: Maintained
6950 F: drivers/input/
6951 F: include/linux/input.h
6952 F: include/uapi/linux/input.h
6953 F: include/uapi/linux/input-event-codes.h
6954 F: include/linux/input/
6955 F: Documentation/devicetree/bindings/input/
6956 F: Documentation/input/
6957
6958 INPUT MULTITOUCH (MT) PROTOCOL
6959 M: Henrik Rydberg <rydberg@bitmath.org>
6960 L: linux-input@vger.kernel.org
6961 S: Odd fixes
6962 F: Documentation/input/multi-touch-protocol.rst
6963 F: drivers/input/input-mt.c
6964 K: \b(ABS|SYN)_MT_
6965
6966 INSIDE SECURE CRYPTO DRIVER
6967 M: Antoine Tenart <antoine.tenart@free-electrons.com>
6968 F: drivers/crypto/inside-secure/
6969 S: Maintained
6970 L: linux-crypto@vger.kernel.org
6971
6972 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6973 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
6974 M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6975 L: linux-integrity@vger.kernel.org
6976 T: git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6977 S: Supported
6978 F: security/integrity/ima/
6979
6980 INTEL 810/815 FRAMEBUFFER DRIVER
6981 M: Antonino Daplas <adaplas@gmail.com>
6982 L: linux-fbdev@vger.kernel.org
6983 S: Maintained
6984 F: drivers/video/fbdev/i810/
6985
6986 INTEL ASoC BDW/HSW DRIVERS
6987 M: Jie Yang <yang.jie@linux.intel.com>
6988 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6989 S: Supported
6990 F: sound/soc/intel/common/sst-dsp*
6991 F: sound/soc/intel/common/sst-firmware.c
6992 F: sound/soc/intel/boards/broadwell.c
6993 F: sound/soc/intel/haswell/
6994
6995 INTEL ATOMISP2 DUMMY / POWER-MANAGEMENT DRIVER
6996 M: Hans de Goede <hdegoede@redhat.com>
6997 L: platform-driver-x86@vger.kernel.org
6998 S: Maintained
6999 F: drivers/platform/x86/intel_atomisp2_pm.c
7000
7001 INTEL C600 SERIES SAS CONTROLLER DRIVER
7002 M: Intel SCU Linux support <intel-linux-scu@intel.com>
7003 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
7004 L: linux-scsi@vger.kernel.org
7005 T: git git://git.code.sf.net/p/intel-sas/isci
7006 S: Supported
7007 F: drivers/scsi/isci/
7008
7009 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
7010 M: Jani Nikula <jani.nikula@linux.intel.com>
7011 M: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
7012 M: Rodrigo Vivi <rodrigo.vivi@intel.com>
7013 L: intel-gfx@lists.freedesktop.org
7014 W: https://01.org/linuxgraphics/
7015 B: https://01.org/linuxgraphics/documentation/how-report-bugs
7016 C: irc://chat.freenode.net/intel-gfx
7017 Q: http://patchwork.freedesktop.org/project/intel-gfx/
7018 T: git git://anongit.freedesktop.org/drm-intel
7019 S: Supported
7020 F: drivers/gpu/drm/i915/
7021 F: include/drm/i915*
7022 F: include/uapi/drm/i915_drm.h
7023 F: Documentation/gpu/i915.rst
7024
7025 INTEL ETHERNET DRIVERS
7026 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7027 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
7028 W: http://www.intel.com/support/feedback.htm
7029 W: http://e1000.sourceforge.net/
7030 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
7031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
7032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
7033 S: Supported
7034 F: Documentation/networking/e100.txt
7035 F: Documentation/networking/e1000.txt
7036 F: Documentation/networking/e1000e.txt
7037 F: Documentation/networking/igb.txt
7038 F: Documentation/networking/igbvf.txt
7039 F: Documentation/networking/ixgb.txt
7040 F: Documentation/networking/ixgbe.txt
7041 F: Documentation/networking/ixgbevf.txt
7042 F: Documentation/networking/i40e.txt
7043 F: Documentation/networking/i40evf.txt
7044 F: drivers/net/ethernet/intel/
7045 F: drivers/net/ethernet/intel/*/
7046 F: include/linux/avf/virtchnl.h
7047
7048 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
7049 M: Maik Broemme <mbroemme@libmpq.org>
7050 L: linux-fbdev@vger.kernel.org
7051 S: Maintained
7052 F: Documentation/fb/intelfb.txt
7053 F: drivers/video/fbdev/intelfb/
7054
7055 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
7056 M: Zhenyu Wang <zhenyuw@linux.intel.com>
7057 M: Zhi Wang <zhi.a.wang@intel.com>
7058 L: intel-gvt-dev@lists.freedesktop.org
7059 L: intel-gfx@lists.freedesktop.org
7060 W: https://01.org/igvt-g
7061 T: git https://github.com/01org/gvt-linux.git
7062 S: Supported
7063 F: drivers/gpu/drm/i915/gvt/
7064
7065 INTEL HID EVENT DRIVER
7066 M: Alex Hung <alex.hung@canonical.com>
7067 L: platform-driver-x86@vger.kernel.org
7068 S: Maintained
7069 F: drivers/platform/x86/intel-hid.c
7070
7071 INTEL I/OAT DMA DRIVER
7072 M: Dave Jiang <dave.jiang@intel.com>
7073 R: Dan Williams <dan.j.williams@intel.com>
7074 L: dmaengine@vger.kernel.org
7075 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
7076 S: Supported
7077 F: drivers/dma/ioat*
7078
7079 INTEL IDLE DRIVER
7080 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
7081 M: Len Brown <lenb@kernel.org>
7082 L: linux-pm@vger.kernel.org
7083 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7084 B: https://bugzilla.kernel.org
7085 S: Supported
7086 F: drivers/idle/intel_idle.c
7087
7088 INTEL INTEGRATED SENSOR HUB DRIVER
7089 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7090 M: Jiri Kosina <jikos@kernel.org>
7091 L: linux-input@vger.kernel.org
7092 S: Maintained
7093 F: drivers/hid/intel-ish-hid/
7094
7095 INTEL IOMMU (VT-d)
7096 M: David Woodhouse <dwmw2@infradead.org>
7097 L: iommu@lists.linux-foundation.org
7098 T: git git://git.infradead.org/iommu-2.6.git
7099 S: Supported
7100 F: drivers/iommu/intel-iommu.c
7101 F: include/linux/intel-iommu.h
7102
7103 INTEL IOP-ADMA DMA DRIVER
7104 R: Dan Williams <dan.j.williams@intel.com>
7105 S: Odd fixes
7106 F: drivers/dma/iop-adma.c
7107
7108 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7109 M: Krzysztof Halasa <khalasa@piap.pl>
7110 S: Maintained
7111 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
7112 F: arch/arm/mach-ixp4xx/include/mach/npe.h
7113 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7114 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
7115 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
7116 F: drivers/net/wan/ixp4xx_hss.c
7117
7118 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7119 M: Deepak Saxena <dsaxena@plexity.net>
7120 S: Maintained
7121 F: drivers/char/hw_random/ixp4xx-rng.c
7122
7123 INTEL MANAGEMENT ENGINE (mei)
7124 M: Tomas Winkler <tomas.winkler@intel.com>
7125 L: linux-kernel@vger.kernel.org
7126 S: Supported
7127 F: include/uapi/linux/mei.h
7128 F: include/linux/mei_cl_bus.h
7129 F: drivers/misc/mei/*
7130 F: drivers/watchdog/mei_wdt.c
7131 F: Documentation/misc-devices/mei/*
7132 F: samples/mei/*
7133
7134 INTEL MENLOW THERMAL DRIVER
7135 M: Sujith Thomas <sujith.thomas@intel.com>
7136 L: platform-driver-x86@vger.kernel.org
7137 W: https://01.org/linux-acpi
7138 S: Supported
7139 F: drivers/platform/x86/intel_menlow.c
7140
7141 INTEL MERRIFIELD GPIO DRIVER
7142 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7143 L: linux-gpio@vger.kernel.org
7144 S: Maintained
7145 F: drivers/gpio/gpio-merrifield.c
7146
7147 INTEL MIC DRIVERS (mic)
7148 M: Sudeep Dutt <sudeep.dutt@intel.com>
7149 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
7150 S: Supported
7151 W: https://github.com/sudeepdutt/mic
7152 W: http://software.intel.com/en-us/mic-developer
7153 F: include/linux/mic_bus.h
7154 F: include/linux/scif.h
7155 F: include/uapi/linux/mic_common.h
7156 F: include/uapi/linux/mic_ioctl.h
7157 F: include/uapi/linux/scif_ioctl.h
7158 F: drivers/misc/mic/
7159 F: drivers/dma/mic_x100_dma.c
7160 F: drivers/dma/mic_x100_dma.h
7161 F: Documentation/mic/
7162
7163 INTEL PMC CORE DRIVER
7164 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7165 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7166 L: platform-driver-x86@vger.kernel.org
7167 S: Maintained
7168 F: arch/x86/include/asm/pmc_core.h
7169 F: drivers/platform/x86/intel_pmc_core*
7170
7171 INTEL PMC/P-Unit IPC DRIVER
7172 M: Zha Qipeng<qipeng.zha@intel.com>
7173 L: platform-driver-x86@vger.kernel.org
7174 S: Maintained
7175 F: drivers/platform/x86/intel_pmc_ipc.c
7176 F: drivers/platform/x86/intel_punit_ipc.c
7177 F: arch/x86/include/asm/intel_pmc_ipc.h
7178 F: arch/x86/include/asm/intel_punit_ipc.h
7179
7180 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7181 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
7182 L: linux-wireless@vger.kernel.org
7183 S: Maintained
7184 F: Documentation/networking/README.ipw2100
7185 F: Documentation/networking/README.ipw2200
7186 F: drivers/net/wireless/intel/ipw2x00/
7187
7188 INTEL PSTATE DRIVER
7189 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7190 M: Len Brown <lenb@kernel.org>
7191 L: linux-pm@vger.kernel.org
7192 S: Supported
7193 F: drivers/cpufreq/intel_pstate.c
7194
7195 INTEL RDMA RNIC DRIVER
7196 M: Faisal Latif <faisal.latif@intel.com>
7197 M: Shiraz Saleem <shiraz.saleem@intel.com>
7198 L: linux-rdma@vger.kernel.org
7199 S: Supported
7200 F: drivers/infiniband/hw/i40iw/
7201
7202 INTEL TELEMETRY DRIVER
7203 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7204 L: platform-driver-x86@vger.kernel.org
7205 S: Maintained
7206 F: arch/x86/include/asm/intel_telemetry.h
7207 F: drivers/platform/x86/intel_telemetry*
7208
7209 INTEL VIRTUAL BUTTON DRIVER
7210 M: AceLan Kao <acelan.kao@canonical.com>
7211 L: platform-driver-x86@vger.kernel.org
7212 S: Maintained
7213 F: drivers/platform/x86/intel-vbtn.c
7214
7215 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7216 M: Stanislaw Gruszka <sgruszka@redhat.com>
7217 L: linux-wireless@vger.kernel.org
7218 S: Supported
7219 F: drivers/net/wireless/intel/iwlegacy/
7220
7221 INTEL WIRELESS WIFI LINK (iwlwifi)
7222 M: Johannes Berg <johannes.berg@intel.com>
7223 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7224 M: Luca Coelho <luciano.coelho@intel.com>
7225 M: Intel Linux Wireless <linuxwifi@intel.com>
7226 L: linux-wireless@vger.kernel.org
7227 W: http://intellinuxwireless.org
7228 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7229 S: Supported
7230 F: drivers/net/wireless/intel/iwlwifi/
7231
7232 INTEL WIRELESS WIMAX CONNECTION 2400
7233 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7234 M: linux-wimax@intel.com
7235 L: wimax@linuxwimax.org (subscribers-only)
7236 S: Supported
7237 W: http://linuxwimax.org
7238 F: Documentation/wimax/README.i2400m
7239 F: drivers/net/wimax/i2400m/
7240 F: include/uapi/linux/wimax/i2400m.h
7241
7242 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
7243 M: Mario Limonciello <mario.limonciello@dell.com>
7244 S: Maintained
7245 F: drivers/platform/x86/intel-wmi-thunderbolt.c
7246
7247 INTEL(R) TRACE HUB
7248 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
7249 S: Supported
7250 F: Documentation/trace/intel_th.txt
7251 F: drivers/hwtracing/intel_th/
7252
7253 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7254 M: Ning Sun <ning.sun@intel.com>
7255 L: tboot-devel@lists.sourceforge.net
7256 W: http://tboot.sourceforge.net
7257 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7258 S: Supported
7259 F: Documentation/intel_txt.txt
7260 F: include/linux/tboot.h
7261 F: arch/x86/kernel/tboot.c
7262
7263 INTEL-MID GPIO DRIVER
7264 M: David Cohen <david.a.cohen@linux.intel.com>
7265 L: linux-gpio@vger.kernel.org
7266 S: Maintained
7267 F: drivers/gpio/gpio-intel-mid.c
7268
7269 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7270 M: Linus Walleij <linus.walleij@linaro.org>
7271 L: linux-iio@vger.kernel.org
7272 S: Maintained
7273 F: drivers/iio/gyro/mpu3050*
7274 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7275
7276 IOC3 ETHERNET DRIVER
7277 M: Ralf Baechle <ralf@linux-mips.org>
7278 L: linux-mips@linux-mips.org
7279 S: Maintained
7280 F: drivers/net/ethernet/sgi/ioc3-eth.c
7281
7282 IOC3 SERIAL DRIVER
7283 M: Pat Gefre <pfg@sgi.com>
7284 L: linux-serial@vger.kernel.org
7285 S: Maintained
7286 F: drivers/tty/serial/ioc3_serial.c
7287
7288 IOMMU DRIVERS
7289 M: Joerg Roedel <joro@8bytes.org>
7290 L: iommu@lists.linux-foundation.org
7291 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7292 S: Maintained
7293 F: Documentation/devicetree/bindings/iommu/
7294 F: drivers/iommu/
7295 F: include/linux/iommu.h
7296 F: include/linux/iova.h
7297
7298 IP MASQUERADING
7299 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7300 S: Maintained
7301 F: net/ipv4/netfilter/ipt_MASQUERADE.c
7302
7303 IPMI SUBSYSTEM
7304 M: Corey Minyard <minyard@acm.org>
7305 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7306 W: http://openipmi.sourceforge.net/
7307 S: Supported
7308 F: Documentation/IPMI.txt
7309 F: drivers/char/ipmi/
7310 F: include/linux/ipmi*
7311 F: include/uapi/linux/ipmi*
7312
7313 IPS SCSI RAID DRIVER
7314 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7315 L: linux-scsi@vger.kernel.org
7316 W: http://www.adaptec.com/
7317 S: Maintained
7318 F: drivers/scsi/ips*
7319
7320 IPVS
7321 M: Wensong Zhang <wensong@linux-vs.org>
7322 M: Simon Horman <horms@verge.net.au>
7323 M: Julian Anastasov <ja@ssi.bg>
7324 L: netdev@vger.kernel.org
7325 L: lvs-devel@vger.kernel.org
7326 S: Maintained
7327 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7328 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7329 F: Documentation/networking/ipvs-sysctl.txt
7330 F: include/net/ip_vs.h
7331 F: include/uapi/linux/ip_vs.h
7332 F: net/netfilter/ipvs/
7333
7334 IPWIRELESS DRIVER
7335 M: Jiri Kosina <jikos@kernel.org>
7336 M: David Sterba <dsterba@suse.com>
7337 S: Odd Fixes
7338 F: drivers/tty/ipwireless/
7339
7340 IPX NETWORK LAYER
7341 L: netdev@vger.kernel.org
7342 S: Odd fixes
7343 F: include/net/ipx.h
7344 F: include/uapi/linux/ipx.h
7345 F: net/ipx/
7346
7347 IRDA SUBSYSTEM
7348 M: Samuel Ortiz <samuel@sortiz.org>
7349 L: irda-users@lists.sourceforge.net (subscribers-only)
7350 L: netdev@vger.kernel.org
7351 W: http://irda.sourceforge.net/
7352 S: Maintained
7353 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7354 F: Documentation/networking/irda.txt
7355 F: drivers/staging/irda/
7356
7357 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7358 M: Marc Zyngier <marc.zyngier@arm.com>
7359 S: Maintained
7360 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7361 F: Documentation/IRQ-domain.txt
7362 F: include/linux/irqdomain.h
7363 F: kernel/irq/irqdomain.c
7364 F: kernel/irq/msi.c
7365
7366 IRQ SUBSYSTEM
7367 M: Thomas Gleixner <tglx@linutronix.de>
7368 L: linux-kernel@vger.kernel.org
7369 S: Maintained
7370 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7371 F: kernel/irq/
7372
7373 IRQCHIP DRIVERS
7374 M: Thomas Gleixner <tglx@linutronix.de>
7375 M: Jason Cooper <jason@lakedaemon.net>
7376 M: Marc Zyngier <marc.zyngier@arm.com>
7377 L: linux-kernel@vger.kernel.org
7378 S: Maintained
7379 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7380 F: Documentation/devicetree/bindings/interrupt-controller/
7381 F: drivers/irqchip/
7382
7383 ISA
7384 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7385 S: Maintained
7386 F: Documentation/isa.txt
7387 F: drivers/base/isa.c
7388 F: include/linux/isa.h
7389
7390 ISA RADIO MODULE
7391 M: Hans Verkuil <hverkuil@xs4all.nl>
7392 L: linux-media@vger.kernel.org
7393 T: git git://linuxtv.org/media_tree.git
7394 W: https://linuxtv.org
7395 S: Maintained
7396 F: drivers/media/radio/radio-isa*
7397
7398 ISAPNP
7399 M: Jaroslav Kysela <perex@perex.cz>
7400 S: Maintained
7401 F: Documentation/isapnp.txt
7402 F: drivers/pnp/isapnp/
7403 F: include/linux/isapnp.h
7404
7405 ISCSI
7406 M: Lee Duncan <lduncan@suse.com>
7407 M: Chris Leech <cleech@redhat.com>
7408 L: open-iscsi@googlegroups.com
7409 W: www.open-iscsi.com
7410 S: Maintained
7411 F: drivers/scsi/*iscsi*
7412 F: include/scsi/*iscsi*
7413
7414 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7415 M: Peter Jones <pjones@redhat.com>
7416 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
7417 S: Maintained
7418 F: drivers/firmware/iscsi_ibft*
7419
7420 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7421 M: Or Gerlitz <ogerlitz@mellanox.com>
7422 M: Sagi Grimberg <sagi@grimberg.me>
7423 M: Roi Dayan <roid@mellanox.com>
7424 L: linux-rdma@vger.kernel.org
7425 S: Supported
7426 W: http://www.openfabrics.org
7427 W: www.open-iscsi.org
7428 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7429 F: drivers/infiniband/ulp/iser/
7430
7431 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7432 M: Sagi Grimberg <sagi@grimberg.me>
7433 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7434 L: linux-rdma@vger.kernel.org
7435 L: target-devel@vger.kernel.org
7436 S: Supported
7437 W: http://www.linux-iscsi.org
7438 F: drivers/infiniband/ulp/isert
7439
7440 ISDN SUBSYSTEM
7441 M: Karsten Keil <isdn@linux-pingi.de>
7442 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7443 L: netdev@vger.kernel.org
7444 W: http://www.isdn4linux.de
7445 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7446 S: Maintained
7447 F: Documentation/isdn/
7448 F: drivers/isdn/
7449 F: include/linux/isdn.h
7450 F: include/linux/isdn/
7451 F: include/uapi/linux/isdn.h
7452 F: include/uapi/linux/isdn/
7453
7454 ISDN SUBSYSTEM (Eicon active card driver)
7455 M: Armin Schindler <mac@melware.de>
7456 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7457 W: http://www.melware.de
7458 S: Maintained
7459 F: drivers/isdn/hardware/eicon/
7460
7461 IT87 HARDWARE MONITORING DRIVER
7462 M: Jean Delvare <jdelvare@suse.com>
7463 L: linux-hwmon@vger.kernel.org
7464 S: Maintained
7465 F: Documentation/hwmon/it87
7466 F: drivers/hwmon/it87.c
7467
7468 IT913X MEDIA DRIVER
7469 M: Antti Palosaari <crope@iki.fi>
7470 L: linux-media@vger.kernel.org
7471 W: https://linuxtv.org
7472 W: http://palosaari.fi/linux/
7473 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7474 T: git git://linuxtv.org/anttip/media_tree.git
7475 S: Maintained
7476 F: drivers/media/tuners/it913x*
7477
7478 IVTV VIDEO4LINUX DRIVER
7479 M: Andy Walls <awalls@md.metrocast.net>
7480 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7481 L: linux-media@vger.kernel.org
7482 T: git git://linuxtv.org/media_tree.git
7483 W: http://www.ivtvdriver.org
7484 S: Maintained
7485 F: Documentation/media/v4l-drivers/ivtv*
7486 F: drivers/media/pci/ivtv/
7487 F: include/uapi/linux/ivtv*
7488
7489 IX2505V MEDIA DRIVER
7490 M: Malcolm Priestley <tvboxspy@gmail.com>
7491 L: linux-media@vger.kernel.org
7492 W: https://linuxtv.org
7493 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7494 S: Maintained
7495 F: drivers/media/dvb-frontends/ix2505v*
7496
7497 JC42.4 TEMPERATURE SENSOR DRIVER
7498 M: Guenter Roeck <linux@roeck-us.net>
7499 L: linux-hwmon@vger.kernel.org
7500 S: Maintained
7501 F: drivers/hwmon/jc42.c
7502 F: Documentation/hwmon/jc42
7503
7504 JFS FILESYSTEM
7505 M: Dave Kleikamp <shaggy@kernel.org>
7506 L: jfs-discussion@lists.sourceforge.net
7507 W: http://jfs.sourceforge.net/
7508 T: git git://github.com/kleikamp/linux-shaggy.git
7509 S: Maintained
7510 F: Documentation/filesystems/jfs.txt
7511 F: fs/jfs/
7512
7513 JME NETWORK DRIVER
7514 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7515 L: netdev@vger.kernel.org
7516 S: Maintained
7517 F: drivers/net/ethernet/jme.*
7518
7519 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7520 M: David Woodhouse <dwmw2@infradead.org>
7521 L: linux-mtd@lists.infradead.org
7522 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7523 S: Maintained
7524 F: fs/jffs2/
7525 F: include/uapi/linux/jffs2.h
7526
7527 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7528 M: "Theodore Ts'o" <tytso@mit.edu>
7529 M: Jan Kara <jack@suse.com>
7530 L: linux-ext4@vger.kernel.org
7531 S: Maintained
7532 F: fs/jbd2/
7533 F: include/linux/jbd2.h
7534
7535 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7536 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7537 L: linux-media@vger.kernel.org
7538 S: Maintained
7539 F: drivers/media/platform/rcar_jpu.c
7540
7541 JSM Neo PCI based serial card
7542 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7543 L: linux-serial@vger.kernel.org
7544 S: Maintained
7545 F: drivers/tty/serial/jsm/
7546
7547 K10TEMP HARDWARE MONITORING DRIVER
7548 M: Clemens Ladisch <clemens@ladisch.de>
7549 L: linux-hwmon@vger.kernel.org
7550 S: Maintained
7551 F: Documentation/hwmon/k10temp
7552 F: drivers/hwmon/k10temp.c
7553
7554 K8TEMP HARDWARE MONITORING DRIVER
7555 M: Rudolf Marek <r.marek@assembler.cz>
7556 L: linux-hwmon@vger.kernel.org
7557 S: Maintained
7558 F: Documentation/hwmon/k8temp
7559 F: drivers/hwmon/k8temp.c
7560
7561 KASAN
7562 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7563 R: Alexander Potapenko <glider@google.com>
7564 R: Dmitry Vyukov <dvyukov@google.com>
7565 L: kasan-dev@googlegroups.com
7566 S: Maintained
7567 F: arch/*/include/asm/kasan.h
7568 F: arch/*/mm/kasan_init*
7569 F: Documentation/dev-tools/kasan.rst
7570 F: include/linux/kasan*.h
7571 F: lib/test_kasan.c
7572 F: mm/kasan/
7573 F: scripts/Makefile.kasan
7574
7575 KCONFIG
7576 L: linux-kbuild@vger.kernel.org
7577 S: Orphan
7578 F: Documentation/kbuild/kconfig-language.txt
7579 F: scripts/kconfig/
7580
7581 KDUMP
7582 M: Dave Young <dyoung@redhat.com>
7583 M: Baoquan He <bhe@redhat.com>
7584 R: Vivek Goyal <vgoyal@redhat.com>
7585 L: kexec@lists.infradead.org
7586 W: http://lse.sourceforge.net/kdump/
7587 S: Maintained
7588 F: Documentation/kdump/
7589
7590 KEENE FM RADIO TRANSMITTER DRIVER
7591 M: Hans Verkuil <hverkuil@xs4all.nl>
7592 L: linux-media@vger.kernel.org
7593 T: git git://linuxtv.org/media_tree.git
7594 W: https://linuxtv.org
7595 S: Maintained
7596 F: drivers/media/radio/radio-keene*
7597
7598 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7599 M: Ian Kent <raven@themaw.net>
7600 L: autofs@vger.kernel.org
7601 S: Maintained
7602 F: fs/autofs4/
7603
7604 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7605 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7606 M: Michal Marek <michal.lkml@markovi.net>
7607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7608 L: linux-kbuild@vger.kernel.org
7609 S: Maintained
7610 F: Documentation/kbuild/
7611 F: Makefile
7612 F: scripts/Makefile.*
7613 F: scripts/basic/
7614 F: scripts/mk*
7615 F: scripts/package/
7616
7617 KERNEL JANITORS
7618 L: kernel-janitors@vger.kernel.org
7619 W: http://kernelnewbies.org/KernelJanitors
7620 S: Odd Fixes
7621
7622 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7623 M: "J. Bruce Fields" <bfields@fieldses.org>
7624 M: Jeff Layton <jlayton@kernel.org>
7625 L: linux-nfs@vger.kernel.org
7626 W: http://nfs.sourceforge.net/
7627 T: git git://linux-nfs.org/~bfields/linux.git
7628 S: Supported
7629 F: fs/nfsd/
7630 F: include/uapi/linux/nfsd/
7631 F: fs/lockd/
7632 F: fs/nfs_common/
7633 F: net/sunrpc/
7634 F: include/linux/lockd/
7635 F: include/linux/sunrpc/
7636 F: include/uapi/linux/sunrpc/
7637
7638 KERNEL SELFTEST FRAMEWORK
7639 M: Shuah Khan <shuahkh@osg.samsung.com>
7640 M: Shuah Khan <shuah@kernel.org>
7641 L: linux-kselftest@vger.kernel.org
7642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7643 S: Maintained
7644 F: tools/testing/selftests/
7645 F: Documentation/dev-tools/kselftest*
7646
7647 KERNEL USERMODE HELPER
7648 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
7649 L: linux-kernel@vger.kernel.org
7650 S: Maintained
7651 F: kernel/umh.c
7652 F: include/linux/umh.h
7653
7654 KERNEL VIRTUAL MACHINE (KVM)
7655 M: Paolo Bonzini <pbonzini@redhat.com>
7656 M: Radim Krčmář <rkrcmar@redhat.com>
7657 L: kvm@vger.kernel.org
7658 W: http://www.linux-kvm.org
7659 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7660 S: Supported
7661 F: Documentation/virtual/kvm/
7662 F: include/trace/events/kvm.h
7663 F: include/uapi/asm-generic/kvm*
7664 F: include/uapi/linux/kvm*
7665 F: include/asm-generic/kvm*
7666 F: include/linux/kvm*
7667 F: include/kvm/iodev.h
7668 F: virt/kvm/*
7669 F: tools/kvm/
7670
7671 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
7672 M: Joerg Roedel <joro@8bytes.org>
7673 L: kvm@vger.kernel.org
7674 W: http://www.linux-kvm.org/
7675 S: Maintained
7676 F: arch/x86/include/asm/svm.h
7677 F: arch/x86/kvm/svm.c
7678
7679 KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
7680 M: Christoffer Dall <christoffer.dall@linaro.org>
7681 M: Marc Zyngier <marc.zyngier@arm.com>
7682 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7683 L: kvmarm@lists.cs.columbia.edu
7684 W: http://systems.cs.columbia.edu/projects/kvm-arm
7685 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7686 S: Supported
7687 F: arch/arm/include/uapi/asm/kvm*
7688 F: arch/arm/include/asm/kvm*
7689 F: arch/arm/kvm/
7690 F: virt/kvm/arm/
7691 F: include/kvm/arm_*
7692
7693 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7694 M: Christoffer Dall <christoffer.dall@linaro.org>
7695 M: Marc Zyngier <marc.zyngier@arm.com>
7696 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7697 L: kvmarm@lists.cs.columbia.edu
7698 S: Maintained
7699 F: arch/arm64/include/uapi/asm/kvm*
7700 F: arch/arm64/include/asm/kvm*
7701 F: arch/arm64/kvm/
7702
7703 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7704 M: James Hogan <jhogan@kernel.org>
7705 L: linux-mips@linux-mips.org
7706 S: Supported
7707 F: arch/mips/include/uapi/asm/kvm*
7708 F: arch/mips/include/asm/kvm*
7709 F: arch/mips/kvm/
7710
7711 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7712 M: Paul Mackerras <paulus@ozlabs.org>
7713 L: kvm-ppc@vger.kernel.org
7714 W: http://www.linux-kvm.org/
7715 T: git git://github.com/agraf/linux-2.6.git
7716 S: Supported
7717 F: arch/powerpc/include/uapi/asm/kvm*
7718 F: arch/powerpc/include/asm/kvm*
7719 F: arch/powerpc/kvm/
7720 F: arch/powerpc/kernel/kvm*
7721
7722 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7723 M: Christian Borntraeger <borntraeger@de.ibm.com>
7724 M: Cornelia Huck <cohuck@redhat.com>
7725 L: linux-s390@vger.kernel.org
7726 W: http://www.ibm.com/developerworks/linux/linux390/
7727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7728 S: Supported
7729 F: arch/s390/include/uapi/asm/kvm*
7730 F: arch/s390/include/asm/gmap.h
7731 F: arch/s390/include/asm/kvm*
7732 F: arch/s390/kvm/
7733 F: arch/s390/mm/gmap.c
7734
7735 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7736 M: Paolo Bonzini <pbonzini@redhat.com>
7737 M: Radim Krčmář <rkrcmar@redhat.com>
7738 L: kvm@vger.kernel.org
7739 W: http://www.linux-kvm.org
7740 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7741 S: Supported
7742 F: arch/x86/kvm/
7743 F: arch/x86/include/uapi/asm/kvm*
7744 F: arch/x86/include/asm/kvm*
7745 F: arch/x86/include/asm/pvclock-abi.h
7746 F: arch/x86/kernel/kvm.c
7747 F: arch/x86/kernel/kvmclock.c
7748
7749 KERNFS
7750 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7751 M: Tejun Heo <tj@kernel.org>
7752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7753 S: Supported
7754 F: include/linux/kernfs.h
7755 F: fs/kernfs/
7756
7757 KEXEC
7758 M: Eric Biederman <ebiederm@xmission.com>
7759 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7760 L: kexec@lists.infradead.org
7761 S: Maintained
7762 F: include/linux/kexec.h
7763 F: include/uapi/linux/kexec.h
7764 F: kernel/kexec*
7765
7766 KEYS-ENCRYPTED
7767 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7768 L: linux-integrity@vger.kernel.org
7769 L: keyrings@vger.kernel.org
7770 S: Supported
7771 F: Documentation/security/keys/trusted-encrypted.rst
7772 F: include/keys/encrypted-type.h
7773 F: security/keys/encrypted-keys/
7774
7775 KEYS-TRUSTED
7776 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7777 L: linux-integrity@vger.kernel.org
7778 L: keyrings@vger.kernel.org
7779 S: Supported
7780 F: Documentation/security/keys/trusted-encrypted.rst
7781 F: include/keys/trusted-type.h
7782 F: security/keys/trusted.c
7783 F: security/keys/trusted.h
7784
7785 KEYS/KEYRINGS:
7786 M: David Howells <dhowells@redhat.com>
7787 L: keyrings@vger.kernel.org
7788 S: Maintained
7789 F: Documentation/security/keys/core.rst
7790 F: include/linux/key.h
7791 F: include/linux/key-type.h
7792 F: include/linux/keyctl.h
7793 F: include/uapi/linux/keyctl.h
7794 F: include/keys/
7795 F: security/keys/
7796
7797 KGDB / KDB /debug_core
7798 M: Jason Wessel <jason.wessel@windriver.com>
7799 M: Daniel Thompson <daniel.thompson@linaro.org>
7800 W: http://kgdb.wiki.kernel.org/
7801 L: kgdb-bugreport@lists.sourceforge.net
7802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7803 S: Maintained
7804 F: Documentation/dev-tools/kgdb.rst
7805 F: drivers/misc/kgdbts.c
7806 F: drivers/tty/serial/kgdboc.c
7807 F: include/linux/kdb.h
7808 F: include/linux/kgdb.h
7809 F: kernel/debug/
7810
7811 KMEMLEAK
7812 M: Catalin Marinas <catalin.marinas@arm.com>
7813 S: Maintained
7814 F: Documentation/dev-tools/kmemleak.rst
7815 F: include/linux/kmemleak.h
7816 F: mm/kmemleak.c
7817 F: mm/kmemleak-test.c
7818
7819 KMOD KERNEL MODULE LOADER - USERMODE HELPER
7820 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
7821 L: linux-kernel@vger.kernel.org
7822 S: Maintained
7823 F: kernel/kmod.c
7824 F: include/linux/kmod.h
7825 F: lib/test_kmod.c
7826 F: tools/testing/selftests/kmod/
7827
7828 KPROBES
7829 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7830 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7831 M: "David S. Miller" <davem@davemloft.net>
7832 M: Masami Hiramatsu <mhiramat@kernel.org>
7833 S: Maintained
7834 F: Documentation/kprobes.txt
7835 F: include/linux/kprobes.h
7836 F: include/asm-generic/kprobes.h
7837 F: kernel/kprobes.c
7838
7839 KS0108 LCD CONTROLLER DRIVER
7840 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7841 W: http://miguelojeda.es/auxdisplay.htm
7842 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7843 S: Maintained
7844 F: Documentation/auxdisplay/ks0108
7845 F: drivers/auxdisplay/ks0108.c
7846 F: include/linux/ks0108.h
7847
7848 L3MDEV
7849 M: David Ahern <dsa@cumulusnetworks.com>
7850 L: netdev@vger.kernel.org
7851 S: Maintained
7852 F: net/l3mdev
7853 F: include/net/l3mdev.h
7854
7855 LANTIQ MIPS ARCHITECTURE
7856 M: John Crispin <john@phrozen.org>
7857 L: linux-mips@linux-mips.org
7858 S: Maintained
7859 F: arch/mips/lantiq
7860 F: drivers/soc/lantiq
7861
7862 LAPB module
7863 L: linux-x25@vger.kernel.org
7864 S: Orphan
7865 F: Documentation/networking/lapb-module.txt
7866 F: include/*/lapb.h
7867 F: net/lapb/
7868
7869 LASI 53c700 driver for PARISC
7870 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7871 L: linux-scsi@vger.kernel.org
7872 S: Maintained
7873 F: Documentation/scsi/53c700.txt
7874 F: drivers/scsi/53c700*
7875
7876 LEAKING_ADDRESSES
7877 M: Tobin C. Harding <me@tobin.cc>
7878 S: Maintained
7879 F: scripts/leaking_addresses.pl
7880
7881 LED SUBSYSTEM
7882 M: Richard Purdie <rpurdie@rpsys.net>
7883 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7884 M: Pavel Machek <pavel@ucw.cz>
7885 L: linux-leds@vger.kernel.org
7886 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7887 S: Maintained
7888 F: Documentation/devicetree/bindings/leds/
7889 F: drivers/leds/
7890 F: include/linux/leds.h
7891
7892 LEGACY EEPROM DRIVER
7893 M: Jean Delvare <jdelvare@suse.com>
7894 S: Maintained
7895 F: Documentation/misc-devices/eeprom
7896 F: drivers/misc/eeprom/eeprom.c
7897
7898 LEGO USB Tower driver
7899 M: Juergen Stuber <starblue@users.sourceforge.net>
7900 L: legousb-devel@lists.sourceforge.net
7901 W: http://legousb.sourceforge.net/
7902 S: Maintained
7903 F: drivers/usb/misc/legousbtower.c
7904
7905 LG2160 MEDIA DRIVER
7906 M: Michael Krufky <mkrufky@linuxtv.org>
7907 L: linux-media@vger.kernel.org
7908 W: https://linuxtv.org
7909 W: http://github.com/mkrufky
7910 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7911 T: git git://linuxtv.org/mkrufky/tuners.git
7912 S: Maintained
7913 F: drivers/media/dvb-frontends/lg2160.*
7914
7915 LGDT3305 MEDIA DRIVER
7916 M: Michael Krufky <mkrufky@linuxtv.org>
7917 L: linux-media@vger.kernel.org
7918 W: https://linuxtv.org
7919 W: http://github.com/mkrufky
7920 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7921 T: git git://linuxtv.org/mkrufky/tuners.git
7922 S: Maintained
7923 F: drivers/media/dvb-frontends/lgdt3305.*
7924
7925 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7926 M: Viresh Kumar <vireshk@kernel.org>
7927 L: linux-ide@vger.kernel.org
7928 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7929 S: Maintained
7930 F: include/linux/pata_arasan_cf_data.h
7931 F: drivers/ata/pata_arasan_cf.c
7932
7933 LIBATA PATA DRIVERS
7934 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7935 M: Tejun Heo <tj@kernel.org>
7936 L: linux-ide@vger.kernel.org
7937 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7938 S: Maintained
7939 F: drivers/ata/pata_*.c
7940 F: drivers/ata/ata_generic.c
7941
7942 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7943 M: Linus Walleij <linus.walleij@linaro.org>
7944 L: linux-ide@vger.kernel.org
7945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7946 S: Maintained
7947 F: drivers/ata/pata_ftide010.c
7948 F: drivers/ata/sata_gemini.c
7949 F: drivers/ata/sata_gemini.h
7950
7951 LIBATA SATA AHCI PLATFORM devices support
7952 M: Hans de Goede <hdegoede@redhat.com>
7953 M: Tejun Heo <tj@kernel.org>
7954 L: linux-ide@vger.kernel.org
7955 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7956 S: Maintained
7957 F: drivers/ata/ahci_platform.c
7958 F: drivers/ata/libahci_platform.c
7959 F: include/linux/ahci_platform.h
7960
7961 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7962 M: Mikael Pettersson <mikpelinux@gmail.com>
7963 L: linux-ide@vger.kernel.org
7964 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7965 S: Maintained
7966 F: drivers/ata/sata_promise.*
7967
7968 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7969 M: Tejun Heo <tj@kernel.org>
7970 L: linux-ide@vger.kernel.org
7971 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7972 S: Maintained
7973 F: drivers/ata/
7974 F: include/linux/ata.h
7975 F: include/linux/libata.h
7976 F: Documentation/devicetree/bindings/ata/
7977
7978 LIBLOCKDEP
7979 M: Sasha Levin <alexander.levin@verizon.com>
7980 S: Maintained
7981 F: tools/lib/lockdep/
7982
7983 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7984 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7985 L: linux-nvdimm@lists.01.org
7986 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7987 S: Supported
7988 F: drivers/nvdimm/blk.c
7989 F: drivers/nvdimm/region_devs.c
7990
7991 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7992 M: Vishal Verma <vishal.l.verma@intel.com>
7993 L: linux-nvdimm@lists.01.org
7994 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7995 S: Supported
7996 F: drivers/nvdimm/btt*
7997
7998 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7999 M: Ross Zwisler <ross.zwisler@linux.intel.com>
8000 L: linux-nvdimm@lists.01.org
8001 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
8002 S: Supported
8003 F: drivers/nvdimm/pmem*
8004
8005 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
8006 M: Dan Williams <dan.j.williams@intel.com>
8007 L: linux-nvdimm@lists.01.org
8008 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
8009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
8010 S: Supported
8011 F: drivers/nvdimm/*
8012 F: drivers/acpi/nfit/*
8013 F: include/linux/nd.h
8014 F: include/linux/libnvdimm.h
8015 F: include/uapi/linux/ndctl.h
8016
8017 LIGHTNVM PLATFORM SUPPORT
8018 M: Matias Bjorling <mb@lightnvm.io>
8019 W: http://github/OpenChannelSSD
8020 L: linux-block@vger.kernel.org
8021 S: Maintained
8022 F: drivers/lightnvm/
8023 F: include/linux/lightnvm.h
8024 F: include/uapi/linux/lightnvm.h
8025
8026 LINUX FOR POWER MACINTOSH
8027 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8028 W: http://www.penguinppc.org/
8029 L: linuxppc-dev@lists.ozlabs.org
8030 S: Maintained
8031 F: arch/powerpc/platforms/powermac/
8032 F: drivers/macintosh/
8033
8034 LINUX FOR POWERPC (32-BIT AND 64-BIT)
8035 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8036 M: Paul Mackerras <paulus@samba.org>
8037 M: Michael Ellerman <mpe@ellerman.id.au>
8038 W: https://github.com/linuxppc/linux/wiki
8039 L: linuxppc-dev@lists.ozlabs.org
8040 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
8041 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
8042 S: Supported
8043 F: Documentation/ABI/stable/sysfs-firmware-opal-*
8044 F: Documentation/devicetree/bindings/powerpc/
8045 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
8046 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
8047 F: Documentation/powerpc/
8048 F: arch/powerpc/
8049 F: drivers/char/tpm/tpm_ibmvtpm*
8050 F: drivers/crypto/nx/
8051 F: drivers/crypto/vmx/
8052 F: drivers/i2c/busses/i2c-opal.c
8053 F: drivers/net/ethernet/ibm/ibmveth.*
8054 F: drivers/net/ethernet/ibm/ibmvnic.*
8055 F: drivers/pci/hotplug/pnv_php.c
8056 F: drivers/pci/hotplug/rpa*
8057 F: drivers/rtc/rtc-opal.c
8058 F: drivers/scsi/ibmvscsi/
8059 F: drivers/tty/hvc/hvc_opal.c
8060 F: drivers/watchdog/wdrtas.c
8061 F: tools/testing/selftests/powerpc
8062 N: /pmac
8063 N: powermac
8064 N: powernv
8065 N: [^a-z0-9]ps3
8066 N: pseries
8067
8068 LINUX FOR POWERPC EMBEDDED MPC5XXX
8069 M: Anatolij Gustschin <agust@denx.de>
8070 L: linuxppc-dev@lists.ozlabs.org
8071 T: git git://git.denx.de/linux-denx-agust.git
8072 S: Maintained
8073 F: arch/powerpc/platforms/512x/
8074 F: arch/powerpc/platforms/52xx/
8075
8076 LINUX FOR POWERPC EMBEDDED PPC4XX
8077 M: Alistair Popple <alistair@popple.id.au>
8078 M: Matt Porter <mporter@kernel.crashing.org>
8079 W: http://www.penguinppc.org/
8080 L: linuxppc-dev@lists.ozlabs.org
8081 S: Maintained
8082 F: arch/powerpc/platforms/40x/
8083 F: arch/powerpc/platforms/44x/
8084
8085 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8086 M: Scott Wood <oss@buserror.net>
8087 M: Kumar Gala <galak@kernel.crashing.org>
8088 W: http://www.penguinppc.org/
8089 L: linuxppc-dev@lists.ozlabs.org
8090 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8091 S: Maintained
8092 F: arch/powerpc/platforms/83xx/
8093 F: arch/powerpc/platforms/85xx/
8094 F: Documentation/devicetree/bindings/powerpc/fsl/
8095
8096 LINUX FOR POWERPC EMBEDDED PPC8XX
8097 M: Vitaly Bordug <vitb@kernel.crashing.org>
8098 W: http://www.penguinppc.org/
8099 L: linuxppc-dev@lists.ozlabs.org
8100 S: Maintained
8101 F: arch/powerpc/platforms/8xx/
8102
8103 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8104 L: linuxppc-dev@lists.ozlabs.org
8105 S: Orphan
8106 F: arch/powerpc/*/*virtex*
8107 F: arch/powerpc/*/*/*virtex*
8108
8109 LINUX FOR POWERPC PA SEMI PWRFICIENT
8110 L: linuxppc-dev@lists.ozlabs.org
8111 S: Orphan
8112 F: arch/powerpc/platforms/pasemi/
8113 F: drivers/*/*pasemi*
8114 F: drivers/*/*/*pasemi*
8115
8116 LINUX KERNEL DUMP TEST MODULE (LKDTM)
8117 M: Kees Cook <keescook@chromium.org>
8118 S: Maintained
8119 F: drivers/misc/lkdtm*
8120
8121 LINUX SECURITY MODULE (LSM) FRAMEWORK
8122 M: Chris Wright <chrisw@sous-sol.org>
8123 L: linux-security-module@vger.kernel.org
8124 S: Supported
8125
8126 LIS3LV02D ACCELEROMETER DRIVER
8127 M: Eric Piel <eric.piel@tremplin-utc.net>
8128 S: Maintained
8129 F: Documentation/misc-devices/lis3lv02d
8130 F: drivers/misc/lis3lv02d/
8131 F: drivers/platform/x86/hp_accel.c
8132
8133 LIVE PATCHING
8134 M: Josh Poimboeuf <jpoimboe@redhat.com>
8135 M: Jessica Yu <jeyu@kernel.org>
8136 M: Jiri Kosina <jikos@kernel.org>
8137 M: Miroslav Benes <mbenes@suse.cz>
8138 R: Petr Mladek <pmladek@suse.com>
8139 S: Maintained
8140 F: kernel/livepatch/
8141 F: include/linux/livepatch.h
8142 F: arch/x86/include/asm/livepatch.h
8143 F: arch/x86/kernel/livepatch.c
8144 F: Documentation/livepatch/
8145 F: Documentation/ABI/testing/sysfs-kernel-livepatch
8146 F: samples/livepatch/
8147 L: live-patching@vger.kernel.org
8148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8149
8150 LLC (802.2)
8151 L: netdev@vger.kernel.org
8152 S: Odd fixes
8153 F: include/linux/llc.h
8154 F: include/uapi/linux/llc.h
8155 F: include/net/llc*
8156 F: net/llc/
8157
8158 LM73 HARDWARE MONITOR DRIVER
8159 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
8160 L: linux-hwmon@vger.kernel.org
8161 S: Maintained
8162 F: drivers/hwmon/lm73.c
8163
8164 LM78 HARDWARE MONITOR DRIVER
8165 M: Jean Delvare <jdelvare@suse.com>
8166 L: linux-hwmon@vger.kernel.org
8167 S: Maintained
8168 F: Documentation/hwmon/lm78
8169 F: drivers/hwmon/lm78.c
8170
8171 LM83 HARDWARE MONITOR DRIVER
8172 M: Jean Delvare <jdelvare@suse.com>
8173 L: linux-hwmon@vger.kernel.org
8174 S: Maintained
8175 F: Documentation/hwmon/lm83
8176 F: drivers/hwmon/lm83.c
8177
8178 LM90 HARDWARE MONITOR DRIVER
8179 M: Jean Delvare <jdelvare@suse.com>
8180 L: linux-hwmon@vger.kernel.org
8181 S: Maintained
8182 F: Documentation/hwmon/lm90
8183 F: Documentation/devicetree/bindings/hwmon/lm90.txt
8184 F: drivers/hwmon/lm90.c
8185 F: include/dt-bindings/thermal/lm90.h
8186
8187 LM95234 HARDWARE MONITOR DRIVER
8188 M: Guenter Roeck <linux@roeck-us.net>
8189 L: linux-hwmon@vger.kernel.org
8190 S: Maintained
8191 F: Documentation/hwmon/lm95234
8192 F: drivers/hwmon/lm95234.c
8193
8194 LME2510 MEDIA DRIVER
8195 M: Malcolm Priestley <tvboxspy@gmail.com>
8196 L: linux-media@vger.kernel.org
8197 W: https://linuxtv.org
8198 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8199 S: Maintained
8200 F: drivers/media/usb/dvb-usb-v2/lmedm04*
8201
8202 LOADPIN SECURITY MODULE
8203 M: Kees Cook <keescook@chromium.org>
8204 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8205 S: Supported
8206 F: security/loadpin/
8207 F: Documentation/admin-guide/LSM/LoadPin.rst
8208
8209 LOCKING PRIMITIVES
8210 M: Peter Zijlstra <peterz@infradead.org>
8211 M: Ingo Molnar <mingo@redhat.com>
8212 L: linux-kernel@vger.kernel.org
8213 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8214 S: Maintained
8215 F: Documentation/locking/
8216 F: include/linux/lockdep.h
8217 F: include/linux/spinlock*.h
8218 F: arch/*/include/asm/spinlock*.h
8219 F: include/linux/rwlock*.h
8220 F: include/linux/mutex*.h
8221 F: arch/*/include/asm/mutex*.h
8222 F: include/linux/rwsem*.h
8223 F: arch/*/include/asm/rwsem.h
8224 F: include/linux/seqlock.h
8225 F: lib/locking*.[ch]
8226 F: kernel/locking/
8227
8228 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8229 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
8230 L: linux-ntfs-dev@lists.sourceforge.net
8231 W: http://www.linux-ntfs.org/content/view/19/37/
8232 S: Maintained
8233 F: Documentation/ldm.txt
8234 F: block/partitions/ldm.*
8235
8236 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8237 M: Sathya Prakash <sathya.prakash@broadcom.com>
8238 M: Chaitra P B <chaitra.basappa@broadcom.com>
8239 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8240 L: MPT-FusionLinux.pdl@broadcom.com
8241 L: linux-scsi@vger.kernel.org
8242 W: http://www.avagotech.com/support/
8243 S: Supported
8244 F: drivers/message/fusion/
8245 F: drivers/scsi/mpt2sas/
8246 F: drivers/scsi/mpt3sas/
8247
8248 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8249 M: Matthew Wilcox <matthew@wil.cx>
8250 L: linux-scsi@vger.kernel.org
8251 S: Maintained
8252 F: drivers/scsi/sym53c8xx_2/
8253
8254 LTC4261 HARDWARE MONITOR DRIVER
8255 M: Guenter Roeck <linux@roeck-us.net>
8256 L: linux-hwmon@vger.kernel.org
8257 S: Maintained
8258 F: Documentation/hwmon/ltc4261
8259 F: drivers/hwmon/ltc4261.c
8260
8261 LTC4306 I2C MULTIPLEXER DRIVER
8262 M: Michael Hennerich <michael.hennerich@analog.com>
8263 W: http://ez.analog.com/community/linux-device-drivers
8264 L: linux-i2c@vger.kernel.org
8265 S: Supported
8266 F: drivers/i2c/muxes/i2c-mux-ltc4306.c
8267 F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8268
8269 LTP (Linux Test Project)
8270 M: Mike Frysinger <vapier@gentoo.org>
8271 M: Cyril Hrubis <chrubis@suse.cz>
8272 M: Wanlong Gao <wanlong.gao@gmail.com>
8273 M: Jan Stancek <jstancek@redhat.com>
8274 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8275 M: Alexey Kodanev <alexey.kodanev@oracle.com>
8276 L: ltp@lists.linux.it (subscribers-only)
8277 W: http://linux-test-project.github.io/
8278 T: git git://github.com/linux-test-project/ltp.git
8279 S: Maintained
8280
8281 M32R ARCHITECTURE
8282 W: http://www.linux-m32r.org/
8283 S: Orphan
8284 F: arch/m32r/
8285
8286 M68K ARCHITECTURE
8287 M: Geert Uytterhoeven <geert@linux-m68k.org>
8288 L: linux-m68k@lists.linux-m68k.org
8289 W: http://www.linux-m68k.org/
8290 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8291 S: Maintained
8292 F: arch/m68k/
8293 F: drivers/zorro/
8294
8295 M68K ON APPLE MACINTOSH
8296 M: Joshua Thompson <funaho@jurai.org>
8297 W: http://www.mac.linux-m68k.org/
8298 L: linux-m68k@lists.linux-m68k.org
8299 S: Maintained
8300 F: arch/m68k/mac/
8301
8302 M68K ON HP9000/300
8303 M: Philip Blundell <philb@gnu.org>
8304 W: http://www.tazenda.demon.co.uk/phil/linux-hp
8305 S: Maintained
8306 F: arch/m68k/hp300/
8307
8308 M88DS3103 MEDIA DRIVER
8309 M: Antti Palosaari <crope@iki.fi>
8310 L: linux-media@vger.kernel.org
8311 W: https://linuxtv.org
8312 W: http://palosaari.fi/linux/
8313 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8314 T: git git://linuxtv.org/anttip/media_tree.git
8315 S: Maintained
8316 F: drivers/media/dvb-frontends/m88ds3103*
8317
8318 M88RS2000 MEDIA DRIVER
8319 M: Malcolm Priestley <tvboxspy@gmail.com>
8320 L: linux-media@vger.kernel.org
8321 W: https://linuxtv.org
8322 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8323 S: Maintained
8324 F: drivers/media/dvb-frontends/m88rs2000*
8325
8326 MA901 MASTERKIT USB FM RADIO DRIVER
8327 M: Alexey Klimov <klimov.linux@gmail.com>
8328 L: linux-media@vger.kernel.org
8329 T: git git://linuxtv.org/media_tree.git
8330 S: Maintained
8331 F: drivers/media/radio/radio-ma901.c
8332
8333 MAC80211
8334 M: Johannes Berg <johannes@sipsolutions.net>
8335 L: linux-wireless@vger.kernel.org
8336 W: http://wireless.kernel.org/
8337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8338 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8339 S: Maintained
8340 F: Documentation/networking/mac80211-injection.txt
8341 F: include/net/mac80211.h
8342 F: net/mac80211/
8343 F: drivers/net/wireless/mac80211_hwsim.[ch]
8344 F: Documentation/networking/mac80211_hwsim/README
8345
8346 MAILBOX API
8347 M: Jassi Brar <jassisinghbrar@gmail.com>
8348 L: linux-kernel@vger.kernel.org
8349 S: Maintained
8350 F: drivers/mailbox/
8351 F: include/linux/mailbox_client.h
8352 F: include/linux/mailbox_controller.h
8353
8354 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8355 M: Michael Kerrisk <mtk.manpages@gmail.com>
8356 W: http://www.kernel.org/doc/man-pages
8357 L: linux-man@vger.kernel.org
8358 S: Maintained
8359
8360 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8361 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
8362 L: linux-mips@linux-mips.org
8363 S: Maintained
8364 F: arch/mips/boot/dts/img/pistachio_marduk.dts
8365
8366 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8367 M: Andrew Lunn <andrew@lunn.ch>
8368 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8369 L: netdev@vger.kernel.org
8370 S: Maintained
8371 F: drivers/net/dsa/mv88e6xxx/
8372 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
8373
8374 MARVELL ARMADA DRM SUPPORT
8375 M: Russell King <linux@armlinux.org.uk>
8376 S: Maintained
8377 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8378 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8379 F: drivers/gpu/drm/armada/
8380 F: include/uapi/drm/armada_drm.h
8381 F: Documentation/devicetree/bindings/display/armada/
8382
8383 MARVELL CRYPTO DRIVER
8384 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8385 M: Arnaud Ebalard <arno@natisbad.org>
8386 F: drivers/crypto/marvell/
8387 S: Maintained
8388 L: linux-crypto@vger.kernel.org
8389
8390 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8391 M: Mirko Lindner <mlindner@marvell.com>
8392 M: Stephen Hemminger <stephen@networkplumber.org>
8393 L: netdev@vger.kernel.org
8394 S: Maintained
8395 F: drivers/net/ethernet/marvell/sk*
8396
8397 MARVELL LIBERTAS WIRELESS DRIVER
8398 L: libertas-dev@lists.infradead.org
8399 S: Orphan
8400 F: drivers/net/wireless/marvell/libertas/
8401
8402 MARVELL MACCHIATOBIN SUPPORT
8403 M: Russell King <rmk@armlinux.org.uk>
8404 L: linux-arm-kernel@lists.infradead.org
8405 S: Maintained
8406 F: arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8407
8408 MARVELL MV643XX ETHERNET DRIVER
8409 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8410 L: netdev@vger.kernel.org
8411 S: Maintained
8412 F: drivers/net/ethernet/marvell/mv643xx_eth.*
8413 F: include/linux/mv643xx.h
8414
8415 MARVELL MV88X3310 PHY DRIVER
8416 M: Russell King <rmk@armlinux.org.uk>
8417 L: netdev@vger.kernel.org
8418 S: Maintained
8419 F: drivers/net/phy/marvell10g.c
8420
8421 MARVELL MVNETA ETHERNET DRIVER
8422 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8423 L: netdev@vger.kernel.org
8424 S: Maintained
8425 F: drivers/net/ethernet/marvell/mvneta.*
8426
8427 MARVELL MWIFIEX WIRELESS DRIVER
8428 M: Amitkumar Karwar <amitkarwar@gmail.com>
8429 M: Nishant Sarmukadam <nishants@marvell.com>
8430 M: Ganapathi Bhat <gbhat@marvell.com>
8431 M: Xinming Hu <huxm@marvell.com>
8432 L: linux-wireless@vger.kernel.org
8433 S: Maintained
8434 F: drivers/net/wireless/marvell/mwifiex/
8435
8436 MARVELL MWL8K WIRELESS DRIVER
8437 M: Lennert Buytenhek <buytenh@wantstofly.org>
8438 L: linux-wireless@vger.kernel.org
8439 S: Odd Fixes
8440 F: drivers/net/wireless/marvell/mwl8k.c
8441
8442 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8443 M: Nicolas Pitre <nico@fluxnic.net>
8444 S: Odd Fixes
8445 F: drivers/mmc/host/mvsdio.*
8446
8447 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8448 M: Hu Ziji <huziji@marvell.com>
8449 L: linux-mmc@vger.kernel.org
8450 S: Supported
8451 F: drivers/mmc/host/sdhci-xenon*
8452 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8453
8454 MATROX FRAMEBUFFER DRIVER
8455 L: linux-fbdev@vger.kernel.org
8456 S: Orphan
8457 F: drivers/video/fbdev/matrox/matroxfb_*
8458 F: include/uapi/linux/matroxfb.h
8459
8460 MAX16065 HARDWARE MONITOR DRIVER
8461 M: Guenter Roeck <linux@roeck-us.net>
8462 L: linux-hwmon@vger.kernel.org
8463 S: Maintained
8464 F: Documentation/hwmon/max16065
8465 F: drivers/hwmon/max16065.c
8466
8467 MAX20751 HARDWARE MONITOR DRIVER
8468 M: Guenter Roeck <linux@roeck-us.net>
8469 L: linux-hwmon@vger.kernel.org
8470 S: Maintained
8471 F: Documentation/hwmon/max20751
8472 F: drivers/hwmon/max20751.c
8473
8474 MAX2175 SDR TUNER DRIVER
8475 M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8476 L: linux-media@vger.kernel.org
8477 T: git git://linuxtv.org/media_tree.git
8478 S: Maintained
8479 F: Documentation/devicetree/bindings/media/i2c/max2175.txt
8480 F: Documentation/media/v4l-drivers/max2175.rst
8481 F: drivers/media/i2c/max2175*
8482 F: include/uapi/linux/max2175.h
8483
8484 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8485 L: linux-hwmon@vger.kernel.org
8486 S: Orphan
8487 F: Documentation/hwmon/max6650
8488 F: drivers/hwmon/max6650.c
8489
8490 MAX6697 HARDWARE MONITOR DRIVER
8491 M: Guenter Roeck <linux@roeck-us.net>
8492 L: linux-hwmon@vger.kernel.org
8493 S: Maintained
8494 F: Documentation/hwmon/max6697
8495 F: Documentation/devicetree/bindings/i2c/max6697.txt
8496 F: drivers/hwmon/max6697.c
8497 F: include/linux/platform_data/max6697.h
8498
8499 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8500 M: Peter Rosin <peda@axentia.se>
8501 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8502 S: Maintained
8503 F: Documentation/devicetree/bindings/sound/max9860.txt
8504 F: sound/soc/codecs/max9860.*
8505
8506 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8507 M: Javier Martinez Canillas <javier@dowhile0.org>
8508 L: linux-kernel@vger.kernel.org
8509 S: Supported
8510 F: drivers/regulator/max77802-regulator.c
8511 F: Documentation/devicetree/bindings/*/*max77802.txt
8512 F: include/dt-bindings/*/*max77802.h
8513
8514 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8515 M: Krzysztof Kozlowski <krzk@kernel.org>
8516 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8517 L: linux-pm@vger.kernel.org
8518 S: Supported
8519 F: drivers/power/supply/max14577_charger.c
8520 F: drivers/power/supply/max77693_charger.c
8521
8522 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8523 M: Chanwoo Choi <cw00.choi@samsung.com>
8524 M: Krzysztof Kozlowski <krzk@kernel.org>
8525 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8526 L: linux-kernel@vger.kernel.org
8527 S: Supported
8528 F: drivers/*/max14577*.c
8529 F: drivers/*/max77686*.c
8530 F: drivers/*/max77693*.c
8531 F: drivers/extcon/extcon-max14577.c
8532 F: drivers/extcon/extcon-max77693.c
8533 F: drivers/rtc/rtc-max77686.c
8534 F: drivers/clk/clk-max77686.c
8535 F: Documentation/devicetree/bindings/mfd/max14577.txt
8536 F: Documentation/devicetree/bindings/*/max77686.txt
8537 F: Documentation/devicetree/bindings/mfd/max77693.txt
8538 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8539 F: include/linux/mfd/max14577*.h
8540 F: include/linux/mfd/max77686*.h
8541 F: include/linux/mfd/max77693*.h
8542
8543 MAXIRADIO FM RADIO RECEIVER DRIVER
8544 M: Hans Verkuil <hverkuil@xs4all.nl>
8545 L: linux-media@vger.kernel.org
8546 T: git git://linuxtv.org/media_tree.git
8547 W: https://linuxtv.org
8548 S: Maintained
8549 F: drivers/media/radio/radio-maxiradio*
8550
8551 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8552 M: Peter Rosin <peda@axentia.se>
8553 L: linux-iio@vger.kernel.org
8554 S: Maintained
8555 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8556 F: drivers/iio/potentiometer/mcp4531.c
8557
8558 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8559 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8560 L: linux-iio@vger.kernel.org
8561 S: Maintained
8562 F: drivers/iio/dac/cio-dac.c
8563
8564 MEDIA DRIVERS FOR ASCOT2E
8565 M: Sergey Kozlov <serjk@netup.ru>
8566 M: Abylay Ospan <aospan@netup.ru>
8567 L: linux-media@vger.kernel.org
8568 W: https://linuxtv.org
8569 W: http://netup.tv/
8570 T: git git://linuxtv.org/media_tree.git
8571 S: Supported
8572 F: drivers/media/dvb-frontends/ascot2e*
8573
8574 MEDIA DRIVERS FOR CXD2841ER
8575 M: Sergey Kozlov <serjk@netup.ru>
8576 M: Abylay Ospan <aospan@netup.ru>
8577 L: linux-media@vger.kernel.org
8578 W: https://linuxtv.org
8579 W: http://netup.tv/
8580 T: git git://linuxtv.org/media_tree.git
8581 S: Supported
8582 F: drivers/media/dvb-frontends/cxd2841er*
8583
8584 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8585 M: Daniel Scheller <d.scheller.oss@gmail.com>
8586 L: linux-media@vger.kernel.org
8587 W: https://linuxtv.org
8588 T: git git://linuxtv.org/media_tree.git
8589 S: Maintained
8590 F: drivers/media/pci/ddbridge/*
8591
8592 MEDIA DRIVERS FOR FREESCALE IMX
8593 M: Steve Longerbeam <slongerbeam@gmail.com>
8594 M: Philipp Zabel <p.zabel@pengutronix.de>
8595 L: linux-media@vger.kernel.org
8596 T: git git://linuxtv.org/media_tree.git
8597 S: Maintained
8598 F: Documentation/devicetree/bindings/media/imx.txt
8599 F: Documentation/media/v4l-drivers/imx.rst
8600 F: drivers/staging/media/imx/
8601 F: include/linux/imx-media.h
8602 F: include/media/imx.h
8603
8604 MEDIA DRIVERS FOR HELENE
8605 M: Abylay Ospan <aospan@netup.ru>
8606 L: linux-media@vger.kernel.org
8607 W: https://linuxtv.org
8608 W: http://netup.tv/
8609 T: git git://linuxtv.org/media_tree.git
8610 S: Supported
8611 F: drivers/media/dvb-frontends/helene*
8612
8613 MEDIA DRIVERS FOR HORUS3A
8614 M: Sergey Kozlov <serjk@netup.ru>
8615 M: Abylay Ospan <aospan@netup.ru>
8616 L: linux-media@vger.kernel.org
8617 W: https://linuxtv.org
8618 W: http://netup.tv/
8619 T: git git://linuxtv.org/media_tree.git
8620 S: Supported
8621 F: drivers/media/dvb-frontends/horus3a*
8622
8623 MEDIA DRIVERS FOR LNBH25
8624 M: Sergey Kozlov <serjk@netup.ru>
8625 M: Abylay Ospan <aospan@netup.ru>
8626 L: linux-media@vger.kernel.org
8627 W: https://linuxtv.org
8628 W: http://netup.tv/
8629 T: git git://linuxtv.org/media_tree.git
8630 S: Supported
8631 F: drivers/media/dvb-frontends/lnbh25*
8632
8633 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
8634 M: Daniel Scheller <d.scheller.oss@gmail.com>
8635 L: linux-media@vger.kernel.org
8636 W: https://linuxtv.org
8637 T: git git://linuxtv.org/media_tree.git
8638 S: Maintained
8639 F: drivers/media/dvb-frontends/mxl5xx*
8640
8641 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8642 M: Sergey Kozlov <serjk@netup.ru>
8643 M: Abylay Ospan <aospan@netup.ru>
8644 L: linux-media@vger.kernel.org
8645 W: https://linuxtv.org
8646 W: http://netup.tv/
8647 T: git git://linuxtv.org/media_tree.git
8648 S: Supported
8649 F: drivers/media/pci/netup_unidvb/*
8650
8651 MEDIA DRIVERS FOR RENESAS - DRIF
8652 M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8653 L: linux-media@vger.kernel.org
8654 L: linux-renesas-soc@vger.kernel.org
8655 T: git git://linuxtv.org/media_tree.git
8656 S: Supported
8657 F: Documentation/devicetree/bindings/media/renesas,drif.txt
8658 F: drivers/media/platform/rcar_drif.c
8659
8660 MEDIA DRIVERS FOR RENESAS - FCP
8661 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8662 L: linux-media@vger.kernel.org
8663 L: linux-renesas-soc@vger.kernel.org
8664 T: git git://linuxtv.org/media_tree.git
8665 S: Supported
8666 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8667 F: drivers/media/platform/rcar-fcp.c
8668 F: include/media/rcar-fcp.h
8669
8670 MEDIA DRIVERS FOR RENESAS - FDP1
8671 M: Kieran Bingham <kieran@bingham.xyz>
8672 L: linux-media@vger.kernel.org
8673 L: linux-renesas-soc@vger.kernel.org
8674 T: git git://linuxtv.org/media_tree.git
8675 S: Supported
8676 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8677 F: drivers/media/platform/rcar_fdp1.c
8678
8679 MEDIA DRIVERS FOR RENESAS - VIN
8680 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8681 L: linux-media@vger.kernel.org
8682 L: linux-renesas-soc@vger.kernel.org
8683 T: git git://linuxtv.org/media_tree.git
8684 S: Supported
8685 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8686 F: drivers/media/platform/rcar-vin/
8687
8688 MEDIA DRIVERS FOR RENESAS - VSP1
8689 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8690 L: linux-media@vger.kernel.org
8691 L: linux-renesas-soc@vger.kernel.org
8692 T: git git://linuxtv.org/media_tree.git
8693 S: Supported
8694 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8695 F: drivers/media/platform/vsp1/
8696
8697 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
8698 M: Daniel Scheller <d.scheller.oss@gmail.com>
8699 L: linux-media@vger.kernel.org
8700 W: https://linuxtv.org
8701 T: git git://linuxtv.org/media_tree.git
8702 S: Maintained
8703 F: drivers/media/dvb-frontends/stv0910*
8704
8705 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
8706 M: Daniel Scheller <d.scheller.oss@gmail.com>
8707 L: linux-media@vger.kernel.org
8708 W: https://linuxtv.org
8709 T: git git://linuxtv.org/media_tree.git
8710 S: Maintained
8711 F: drivers/media/dvb-frontends/stv6111*
8712
8713 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8714 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8715 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8716 P: LinuxTV.org Project
8717 L: linux-media@vger.kernel.org
8718 W: https://linuxtv.org
8719 Q: http://patchwork.kernel.org/project/linux-media/list/
8720 T: git git://linuxtv.org/media_tree.git
8721 S: Maintained
8722 F: Documentation/devicetree/bindings/media/
8723 F: Documentation/media/
8724 F: drivers/media/
8725 F: drivers/staging/media/
8726 F: include/linux/platform_data/media/
8727 F: include/media/
8728 F: include/uapi/linux/dvb/
8729 F: include/uapi/linux/videodev2.h
8730 F: include/uapi/linux/media.h
8731 F: include/uapi/linux/v4l2-*
8732 F: include/uapi/linux/meye.h
8733 F: include/uapi/linux/ivtv*
8734 F: include/uapi/linux/uvcvideo.h
8735
8736 MEDIATEK CIR DRIVER
8737 M: Sean Wang <sean.wang@mediatek.com>
8738 S: Maintained
8739 F: drivers/media/rc/mtk-cir.c
8740
8741 MEDIATEK PMIC LED DRIVER
8742 M: Sean Wang <sean.wang@mediatek.com>
8743 S: Maintained
8744 F: drivers/leds/leds-mt6323.c
8745 F: Documentation/devicetree/bindings/leds/leds-mt6323.txt
8746
8747 MEDIATEK ETHERNET DRIVER
8748 M: Felix Fietkau <nbd@openwrt.org>
8749 M: John Crispin <john@phrozen.org>
8750 M: Sean Wang <sean.wang@mediatek.com>
8751 M: Nelson Chang <nelson.chang@mediatek.com>
8752 L: netdev@vger.kernel.org
8753 S: Maintained
8754 F: drivers/net/ethernet/mediatek/
8755
8756 MEDIATEK JPEG DRIVER
8757 M: Rick Chang <rick.chang@mediatek.com>
8758 M: Bin Liu <bin.liu@mediatek.com>
8759 S: Supported
8760 F: drivers/media/platform/mtk-jpeg/
8761 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8762
8763 MEDIATEK MDP DRIVER
8764 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8765 M: Houlong Wei <houlong.wei@mediatek.com>
8766 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8767 S: Supported
8768 F: drivers/media/platform/mtk-mdp/
8769 F: drivers/media/platform/mtk-vpu/
8770 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8771
8772 MEDIATEK MEDIA DRIVER
8773 M: Tiffany Lin <tiffany.lin@mediatek.com>
8774 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8775 S: Supported
8776 F: drivers/media/platform/mtk-vcodec/
8777 F: drivers/media/platform/mtk-vpu/
8778 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8779 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8780
8781 MEDIATEK MT7601U WIRELESS LAN DRIVER
8782 M: Jakub Kicinski <kubakici@wp.pl>
8783 L: linux-wireless@vger.kernel.org
8784 S: Maintained
8785 F: drivers/net/wireless/mediatek/mt7601u/
8786
8787 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8788 M: Sean Wang <sean.wang@mediatek.com>
8789 S: Maintained
8790 F: drivers/char/hw_random/mtk-rng.c
8791
8792 MEDIATEK USB3 DRD IP DRIVER
8793 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
8794 L: linux-usb@vger.kernel.org (moderated for non-subscribers)
8795 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8796 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
8797 S: Maintained
8798 F: drivers/usb/mtu3/
8799
8800 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8801 M: Peter Senna Tschudin <peter.senna@collabora.com>
8802 M: Martin Donnelly <martin.donnelly@ge.com>
8803 M: Martyn Welch <martyn.welch@collabora.co.uk>
8804 S: Maintained
8805 F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8806 F: Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8807
8808 MEGARAID SCSI/SAS DRIVERS
8809 M: Kashyap Desai <kashyap.desai@broadcom.com>
8810 M: Sumit Saxena <sumit.saxena@broadcom.com>
8811 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8812 L: megaraidlinux.pdl@broadcom.com
8813 L: linux-scsi@vger.kernel.org
8814 W: http://www.avagotech.com/support/
8815 S: Maintained
8816 F: Documentation/scsi/megaraid.txt
8817 F: drivers/scsi/megaraid.*
8818 F: drivers/scsi/megaraid/
8819
8820 MELEXIS MLX90614 DRIVER
8821 M: Crt Mori <cmo@melexis.com>
8822 L: linux-iio@vger.kernel.org
8823 W: http://www.melexis.com
8824 S: Supported
8825 F: drivers/iio/temperature/mlx90614.c
8826
8827 MELFAS MIP4 TOUCHSCREEN DRIVER
8828 M: Sangwon Jee <jeesw@melfas.com>
8829 W: http://www.melfas.com
8830 S: Supported
8831 F: drivers/input/touchscreen/melfas_mip4.c
8832 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8833
8834 MELLANOX ETHERNET DRIVER (mlx4_en)
8835 M: Tariq Toukan <tariqt@mellanox.com>
8836 L: netdev@vger.kernel.org
8837 S: Supported
8838 W: http://www.mellanox.com
8839 Q: http://patchwork.ozlabs.org/project/netdev/list/
8840 F: drivers/net/ethernet/mellanox/mlx4/en_*
8841
8842 MELLANOX ETHERNET DRIVER (mlx5e)
8843 M: Saeed Mahameed <saeedm@mellanox.com>
8844 L: netdev@vger.kernel.org
8845 S: Supported
8846 W: http://www.mellanox.com
8847 Q: http://patchwork.ozlabs.org/project/netdev/list/
8848 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8849
8850 MELLANOX ETHERNET INNOVA DRIVER
8851 M: Ilan Tayari <ilant@mellanox.com>
8852 R: Boris Pismenny <borisp@mellanox.com>
8853 L: netdev@vger.kernel.org
8854 S: Supported
8855 W: http://www.mellanox.com
8856 Q: http://patchwork.ozlabs.org/project/netdev/list/
8857 F: drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8858 F: include/linux/mlx5/mlx5_ifc_fpga.h
8859
8860 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8861 M: Ilan Tayari <ilant@mellanox.com>
8862 R: Boris Pismenny <borisp@mellanox.com>
8863 L: netdev@vger.kernel.org
8864 S: Supported
8865 W: http://www.mellanox.com
8866 Q: http://patchwork.ozlabs.org/project/netdev/list/
8867 F: drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8868 F: drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8869
8870 MELLANOX ETHERNET SWITCH DRIVERS
8871 M: Jiri Pirko <jiri@mellanox.com>
8872 M: Ido Schimmel <idosch@mellanox.com>
8873 L: netdev@vger.kernel.org
8874 S: Supported
8875 W: http://www.mellanox.com
8876 Q: http://patchwork.ozlabs.org/project/netdev/list/
8877 F: drivers/net/ethernet/mellanox/mlxsw/
8878
8879 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8880 M: mlxsw@mellanox.com
8881 L: netdev@vger.kernel.org
8882 S: Supported
8883 W: http://www.mellanox.com
8884 Q: http://patchwork.ozlabs.org/project/netdev/list/
8885 F: drivers/net/ethernet/mellanox/mlxfw/
8886
8887 MELLANOX MLX CPLD HOTPLUG DRIVER
8888 M: Vadim Pasternak <vadimp@mellanox.com>
8889 L: platform-driver-x86@vger.kernel.org
8890 S: Supported
8891 F: drivers/platform/x86/mlxcpld-hotplug.c
8892 F: include/linux/platform_data/mlxcpld-hotplug.h
8893
8894 MELLANOX MLX4 core VPI driver
8895 M: Tariq Toukan <tariqt@mellanox.com>
8896 L: netdev@vger.kernel.org
8897 L: linux-rdma@vger.kernel.org
8898 W: http://www.mellanox.com
8899 Q: http://patchwork.ozlabs.org/project/netdev/list/
8900 S: Supported
8901 F: drivers/net/ethernet/mellanox/mlx4/
8902 F: include/linux/mlx4/
8903
8904 MELLANOX MLX4 IB driver
8905 M: Yishai Hadas <yishaih@mellanox.com>
8906 L: linux-rdma@vger.kernel.org
8907 W: http://www.mellanox.com
8908 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8909 S: Supported
8910 F: drivers/infiniband/hw/mlx4/
8911 F: include/linux/mlx4/
8912 F: include/uapi/rdma/mlx4-abi.h
8913
8914 MELLANOX MLX5 core VPI driver
8915 M: Saeed Mahameed <saeedm@mellanox.com>
8916 M: Matan Barak <matanb@mellanox.com>
8917 M: Leon Romanovsky <leonro@mellanox.com>
8918 L: netdev@vger.kernel.org
8919 L: linux-rdma@vger.kernel.org
8920 W: http://www.mellanox.com
8921 Q: http://patchwork.ozlabs.org/project/netdev/list/
8922 S: Supported
8923 F: drivers/net/ethernet/mellanox/mlx5/core/
8924 F: include/linux/mlx5/
8925
8926 MELLANOX MLX5 IB driver
8927 M: Matan Barak <matanb@mellanox.com>
8928 M: Leon Romanovsky <leonro@mellanox.com>
8929 L: linux-rdma@vger.kernel.org
8930 W: http://www.mellanox.com
8931 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8932 S: Supported
8933 F: drivers/infiniband/hw/mlx5/
8934 F: include/linux/mlx5/
8935 F: include/uapi/rdma/mlx5-abi.h
8936
8937 MELLANOX MLXCPLD I2C AND MUX DRIVER
8938 M: Vadim Pasternak <vadimp@mellanox.com>
8939 M: Michael Shych <michaelsh@mellanox.com>
8940 L: linux-i2c@vger.kernel.org
8941 S: Supported
8942 F: drivers/i2c/busses/i2c-mlxcpld.c
8943 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8944 F: Documentation/i2c/busses/i2c-mlxcpld
8945
8946 MELLANOX MLXCPLD LED DRIVER
8947 M: Vadim Pasternak <vadimp@mellanox.com>
8948 L: linux-leds@vger.kernel.org
8949 S: Supported
8950 F: drivers/leds/leds-mlxcpld.c
8951 F: Documentation/leds/leds-mlxcpld.txt
8952
8953 MELLANOX PLATFORM DRIVER
8954 M: Vadim Pasternak <vadimp@mellanox.com>
8955 L: platform-driver-x86@vger.kernel.org
8956 S: Supported
8957 F: drivers/platform/x86/mlx-platform.c
8958
8959 MEMBARRIER SUPPORT
8960 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8961 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8962 L: linux-kernel@vger.kernel.org
8963 S: Supported
8964 F: kernel/sched/membarrier.c
8965 F: include/uapi/linux/membarrier.h
8966
8967 MEMORY MANAGEMENT
8968 L: linux-mm@kvack.org
8969 W: http://www.linux-mm.org
8970 S: Maintained
8971 F: include/linux/mm.h
8972 F: include/linux/gfp.h
8973 F: include/linux/mmzone.h
8974 F: include/linux/memory_hotplug.h
8975 F: include/linux/vmalloc.h
8976 F: mm/
8977
8978 MEMORY TECHNOLOGY DEVICES (MTD)
8979 M: David Woodhouse <dwmw2@infradead.org>
8980 M: Brian Norris <computersforpeace@gmail.com>
8981 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8982 M: Marek Vasut <marek.vasut@gmail.com>
8983 M: Richard Weinberger <richard@nod.at>
8984 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8985 L: linux-mtd@lists.infradead.org
8986 W: http://www.linux-mtd.infradead.org/
8987 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8988 T: git git://git.infradead.org/linux-mtd.git master
8989 T: git git://git.infradead.org/l2-mtd.git master
8990 S: Maintained
8991 F: Documentation/devicetree/bindings/mtd/
8992 F: drivers/mtd/
8993 F: include/linux/mtd/
8994 F: include/uapi/mtd/
8995
8996 MEN A21 WATCHDOG DRIVER
8997 M: Johannes Thumshirn <morbidrsa@gmail.com>
8998 L: linux-watchdog@vger.kernel.org
8999 S: Maintained
9000 F: drivers/watchdog/mena21_wdt.c
9001
9002 MEN CHAMELEON BUS (mcb)
9003 M: Johannes Thumshirn <morbidrsa@gmail.com>
9004 S: Maintained
9005 F: drivers/mcb/
9006 F: include/linux/mcb.h
9007 F: Documentation/men-chameleon-bus.txt
9008
9009 MEN F21BMC (Board Management Controller)
9010 M: Andreas Werner <andreas.werner@men.de>
9011 S: Supported
9012 F: drivers/mfd/menf21bmc.c
9013 F: drivers/watchdog/menf21bmc_wdt.c
9014 F: drivers/leds/leds-menf21bmc.c
9015 F: drivers/hwmon/menf21bmc_hwmon.c
9016 F: Documentation/hwmon/menf21bmc
9017
9018 MESON AO CEC DRIVER FOR AMLOGIC SOCS
9019 M: Neil Armstrong <narmstrong@baylibre.com>
9020 L: linux-media@lists.freedesktop.org
9021 L: linux-amlogic@lists.infradead.org
9022 W: http://linux-meson.com/
9023 S: Supported
9024 F: drivers/media/platform/meson/ao-cec.c
9025 F: Documentation/devicetree/bindings/media/meson-ao-cec.txt
9026 T: git git://linuxtv.org/media_tree.git
9027
9028 METAG ARCHITECTURE
9029 M: James Hogan <jhogan@kernel.org>
9030 L: linux-metag@vger.kernel.org
9031 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
9032 S: Odd Fixes
9033 F: arch/metag/
9034 F: Documentation/metag/
9035 F: Documentation/devicetree/bindings/metag/
9036 F: Documentation/devicetree/bindings/interrupt-controller/img,*
9037 F: drivers/clocksource/metag_generic.c
9038 F: drivers/irqchip/irq-metag.c
9039 F: drivers/irqchip/irq-metag-ext.c
9040 F: drivers/tty/metag_da.c
9041
9042 MICROBLAZE ARCHITECTURE
9043 M: Michal Simek <monstr@monstr.eu>
9044 W: http://www.monstr.eu/fdt/
9045 T: git git://git.monstr.eu/linux-2.6-microblaze.git
9046 S: Supported
9047 F: arch/microblaze/
9048
9049 MICROCHIP / ATMEL AT91 SERIAL DRIVER
9050 M: Richard Genoud <richard.genoud@gmail.com>
9051 S: Maintained
9052 F: drivers/tty/serial/atmel_serial.c
9053 F: drivers/tty/serial/atmel_serial.h
9054
9055 MICROCHIP / ATMEL DMA DRIVER
9056 M: Ludovic Desroches <ludovic.desroches@microchip.com>
9057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9058 L: dmaengine@vger.kernel.org
9059 S: Supported
9060 F: drivers/dma/at_hdmac.c
9061 F: drivers/dma/at_hdmac_regs.h
9062 F: include/linux/platform_data/dma-atmel.h
9063
9064 MICROCHIP / ATMEL ECC DRIVER
9065 M: Tudor Ambarus <tudor.ambarus@microchip.com>
9066 L: linux-crypto@vger.kernel.org
9067 S: Maintained
9068 F: drivers/crypto/atmel-ecc.*
9069
9070 MICROCHIP / ATMEL ISC DRIVER
9071 M: Songjun Wu <songjun.wu@microchip.com>
9072 L: linux-media@vger.kernel.org
9073 S: Supported
9074 F: drivers/media/platform/atmel/atmel-isc.c
9075 F: drivers/media/platform/atmel/atmel-isc-regs.h
9076 F: devicetree/bindings/media/atmel-isc.txt
9077
9078 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9079 M: Woojung Huh <Woojung.Huh@microchip.com>
9080 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9081 L: netdev@vger.kernel.org
9082 S: Maintained
9083 F: net/dsa/tag_ksz.c
9084 F: drivers/net/dsa/microchip/*
9085 F: include/linux/platform_data/microchip-ksz.h
9086 F: Documentation/devicetree/bindings/net/dsa/ksz.txt
9087
9088 MICROCHIP USB251XB DRIVER
9089 M: Richard Leitner <richard.leitner@skidata.com>
9090 L: linux-usb@vger.kernel.org
9091 S: Maintained
9092 F: drivers/usb/misc/usb251xb.c
9093 F: Documentation/devicetree/bindings/usb/usb251xb.txt
9094
9095 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
9096 M: Don Brace <don.brace@microsemi.com>
9097 L: esc.storagedev@microsemi.com
9098 L: linux-scsi@vger.kernel.org
9099 S: Supported
9100 F: drivers/scsi/smartpqi/smartpqi*.[ch]
9101 F: drivers/scsi/smartpqi/Kconfig
9102 F: drivers/scsi/smartpqi/Makefile
9103 F: include/linux/cciss*.h
9104 F: include/uapi/linux/cciss*.h
9105 F: Documentation/scsi/smartpqi.txt
9106
9107 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
9108 M: Chen Yu <yu.c.chen@intel.com>
9109 L: platform-driver-x86@vger.kernel.org
9110 S: Supported
9111 F: drivers/platform/x86/surfacepro3_button.c
9112
9113 MICROTEK X6 SCANNER
9114 M: Oliver Neukum <oliver@neukum.org>
9115 S: Maintained
9116 F: drivers/usb/image/microtek.*
9117
9118 MIPS
9119 M: Ralf Baechle <ralf@linux-mips.org>
9120 M: James Hogan <jhogan@kernel.org>
9121 L: linux-mips@linux-mips.org
9122 W: http://www.linux-mips.org/
9123 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
9124 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
9125 S: Supported
9126 F: Documentation/devicetree/bindings/mips/
9127 F: Documentation/mips/
9128 F: arch/mips/
9129
9130 MIPS BOSTON DEVELOPMENT BOARD
9131 M: Paul Burton <paul.burton@mips.com>
9132 L: linux-mips@linux-mips.org
9133 S: Maintained
9134 F: Documentation/devicetree/bindings/clock/img,boston-clock.txt
9135 F: arch/mips/boot/dts/img/boston.dts
9136 F: arch/mips/configs/generic/board-boston.config
9137 F: drivers/clk/imgtec/clk-boston.c
9138 F: include/dt-bindings/clock/boston-clock.h
9139
9140 MIPS GENERIC PLATFORM
9141 M: Paul Burton <paul.burton@mips.com>
9142 L: linux-mips@linux-mips.org
9143 S: Supported
9144 F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt
9145 F: arch/mips/generic/
9146 F: arch/mips/tools/generic-board-config.sh
9147
9148 MIPS/LOONGSON1 ARCHITECTURE
9149 M: Keguang Zhang <keguang.zhang@gmail.com>
9150 L: linux-mips@linux-mips.org
9151 S: Maintained
9152 F: arch/mips/loongson32/
9153 F: arch/mips/include/asm/mach-loongson32/
9154 F: drivers/*/*loongson1*
9155 F: drivers/*/*/*loongson1*
9156
9157 MIPS RINT INSTRUCTION EMULATION
9158 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
9159 L: linux-mips@linux-mips.org
9160 S: Supported
9161 F: arch/mips/math-emu/sp_rint.c
9162 F: arch/mips/math-emu/dp_rint.c
9163
9164 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
9165 M: Hans Verkuil <hverkuil@xs4all.nl>
9166 L: linux-media@vger.kernel.org
9167 T: git git://linuxtv.org/media_tree.git
9168 W: https://linuxtv.org
9169 S: Odd Fixes
9170 F: drivers/media/radio/radio-miropcm20*
9171
9172 MMP SUPPORT
9173 M: Eric Miao <eric.y.miao@gmail.com>
9174 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9175 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9176 T: git git://github.com/hzhuang1/linux.git
9177 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9178 S: Maintained
9179 F: arch/arm/boot/dts/mmp*
9180 F: arch/arm/mach-mmp/
9181
9182 MN88472 MEDIA DRIVER
9183 M: Antti Palosaari <crope@iki.fi>
9184 L: linux-media@vger.kernel.org
9185 W: https://linuxtv.org
9186 W: http://palosaari.fi/linux/
9187 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9188 S: Maintained
9189 F: drivers/media/dvb-frontends/mn88472*
9190
9191 MN88473 MEDIA DRIVER
9192 M: Antti Palosaari <crope@iki.fi>
9193 L: linux-media@vger.kernel.org
9194 W: https://linuxtv.org
9195 W: http://palosaari.fi/linux/
9196 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9197 S: Maintained
9198 F: drivers/media/dvb-frontends/mn88473*
9199
9200 MODULE SUPPORT
9201 M: Jessica Yu <jeyu@kernel.org>
9202 M: Rusty Russell <rusty@rustcorp.com.au>
9203 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
9204 S: Maintained
9205 F: include/linux/module.h
9206 F: kernel/module.c
9207
9208 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
9209 W: http://popies.net/meye/
9210 S: Orphan
9211 F: Documentation/media/v4l-drivers/meye*
9212 F: drivers/media/pci/meye/
9213 F: include/uapi/linux/meye.h
9214
9215 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
9216 M: Jiri Slaby <jirislaby@gmail.com>
9217 S: Maintained
9218 F: Documentation/serial/moxa-smartio
9219 F: drivers/tty/mxser.*
9220
9221 MR800 AVERMEDIA USB FM RADIO DRIVER
9222 M: Alexey Klimov <klimov.linux@gmail.com>
9223 L: linux-media@vger.kernel.org
9224 T: git git://linuxtv.org/media_tree.git
9225 S: Maintained
9226 F: drivers/media/radio/radio-mr800.c
9227
9228 MRF24J40 IEEE 802.15.4 RADIO DRIVER
9229 M: Alan Ott <alan@signal11.us>
9230 L: linux-wpan@vger.kernel.org
9231 S: Maintained
9232 F: drivers/net/ieee802154/mrf24j40.c
9233 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9234
9235 MSI LAPTOP SUPPORT
9236 M: "Lee, Chun-Yi" <jlee@suse.com>
9237 L: platform-driver-x86@vger.kernel.org
9238 S: Maintained
9239 F: drivers/platform/x86/msi-laptop.c
9240
9241 MSI WMI SUPPORT
9242 L: platform-driver-x86@vger.kernel.org
9243 S: Orphan
9244 F: drivers/platform/x86/msi-wmi.c
9245
9246 MSI001 MEDIA DRIVER
9247 M: Antti Palosaari <crope@iki.fi>
9248 L: linux-media@vger.kernel.org
9249 W: https://linuxtv.org
9250 W: http://palosaari.fi/linux/
9251 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9252 T: git git://linuxtv.org/anttip/media_tree.git
9253 S: Maintained
9254 F: drivers/media/tuners/msi001*
9255
9256 MSI2500 MEDIA DRIVER
9257 M: Antti Palosaari <crope@iki.fi>
9258 L: linux-media@vger.kernel.org
9259 W: https://linuxtv.org
9260 W: http://palosaari.fi/linux/
9261 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9262 T: git git://linuxtv.org/anttip/media_tree.git
9263 S: Maintained
9264 F: drivers/media/usb/msi2500/
9265
9266 MSYSTEMS DISKONCHIP G3 MTD DRIVER
9267 M: Robert Jarzmik <robert.jarzmik@free.fr>
9268 L: linux-mtd@lists.infradead.org
9269 S: Maintained
9270 F: drivers/mtd/devices/docg3*
9271
9272 MT9M032 APTINA SENSOR DRIVER
9273 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9274 L: linux-media@vger.kernel.org
9275 T: git git://linuxtv.org/media_tree.git
9276 S: Maintained
9277 F: drivers/media/i2c/mt9m032.c
9278 F: include/media/i2c/mt9m032.h
9279
9280 MT9P031 APTINA CAMERA SENSOR
9281 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9282 L: linux-media@vger.kernel.org
9283 T: git git://linuxtv.org/media_tree.git
9284 S: Maintained
9285 F: drivers/media/i2c/mt9p031.c
9286 F: include/media/i2c/mt9p031.h
9287
9288 MT9T001 APTINA CAMERA SENSOR
9289 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9290 L: linux-media@vger.kernel.org
9291 T: git git://linuxtv.org/media_tree.git
9292 S: Maintained
9293 F: drivers/media/i2c/mt9t001.c
9294 F: include/media/i2c/mt9t001.h
9295
9296 MT9V032 APTINA CAMERA SENSOR
9297 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9298 L: linux-media@vger.kernel.org
9299 T: git git://linuxtv.org/media_tree.git
9300 S: Maintained
9301 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9302 F: drivers/media/i2c/mt9v032.c
9303 F: include/media/i2c/mt9v032.h
9304
9305 MULTIFUNCTION DEVICES (MFD)
9306 M: Lee Jones <lee.jones@linaro.org>
9307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9308 S: Supported
9309 F: Documentation/devicetree/bindings/mfd/
9310 F: drivers/mfd/
9311 F: include/linux/mfd/
9312 F: include/dt-bindings/mfd/
9313
9314 MULTIMEDIA CARD (MMC) ETC. OVER SPI
9315 S: Orphan
9316 F: drivers/mmc/host/mmc_spi.c
9317 F: include/linux/spi/mmc_spi.h
9318
9319 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9320 M: Ulf Hansson <ulf.hansson@linaro.org>
9321 L: linux-mmc@vger.kernel.org
9322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9323 S: Maintained
9324 F: Documentation/devicetree/bindings/mmc/
9325 F: drivers/mmc/
9326 F: include/linux/mmc/
9327 F: include/uapi/linux/mmc/
9328
9329 MULTIPLEXER SUBSYSTEM
9330 M: Peter Rosin <peda@axentia.se>
9331 S: Maintained
9332 F: Documentation/ABI/testing/mux/sysfs-class-mux*
9333 F: Documentation/devicetree/bindings/mux/
9334 F: include/linux/dt-bindings/mux/
9335 F: include/linux/mux/
9336 F: drivers/mux/
9337
9338 MULTITECH MULTIPORT CARD (ISICOM)
9339 S: Orphan
9340 F: drivers/tty/isicom.c
9341 F: include/linux/isicom.h
9342
9343 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9344 M: Bin Liu <b-liu@ti.com>
9345 L: linux-usb@vger.kernel.org
9346 S: Maintained
9347 F: drivers/usb/musb/
9348
9349 MXL5007T MEDIA DRIVER
9350 M: Michael Krufky <mkrufky@linuxtv.org>
9351 L: linux-media@vger.kernel.org
9352 W: https://linuxtv.org
9353 W: http://github.com/mkrufky
9354 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9355 T: git git://linuxtv.org/mkrufky/tuners.git
9356 S: Maintained
9357 F: drivers/media/tuners/mxl5007t.*
9358
9359 MXSFB DRM DRIVER
9360 M: Marek Vasut <marex@denx.de>
9361 S: Supported
9362 F: drivers/gpu/drm/mxsfb/
9363 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
9364
9365 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9366 M: Chris Lee <christopher.lee@cspi.com>
9367 L: netdev@vger.kernel.org
9368 W: https://www.cspi.com/ethernet-products/support/downloads/
9369 S: Supported
9370 F: drivers/net/ethernet/myricom/myri10ge/
9371
9372 NAND FLASH SUBSYSTEM
9373 M: Boris Brezillon <boris.brezillon@free-electrons.com>
9374 R: Richard Weinberger <richard@nod.at>
9375 L: linux-mtd@lists.infradead.org
9376 W: http://www.linux-mtd.infradead.org/
9377 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
9378 T: git git://git.infradead.org/linux-mtd.git nand/fixes
9379 T: git git://git.infradead.org/l2-mtd.git nand/next
9380 S: Maintained
9381 F: drivers/mtd/nand/
9382 F: include/linux/mtd/*nand*.h
9383
9384 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9385 M: Daniel Mack <zonque@gmail.com>
9386 S: Maintained
9387 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9388 W: http://www.native-instruments.com
9389 F: sound/usb/caiaq/
9390
9391 NATSEMI ETHERNET DRIVER (DP8381x)
9392 S: Orphan
9393 F: drivers/net/ethernet/natsemi/natsemi.c
9394
9395 NCP FILESYSTEM
9396 M: Petr Vandrovec <petr@vandrovec.name>
9397 S: Odd Fixes
9398 F: fs/ncpfs/
9399
9400 NCR 5380 SCSI DRIVERS
9401 M: Finn Thain <fthain@telegraphics.com.au>
9402 M: Michael Schmitz <schmitzmic@gmail.com>
9403 L: linux-scsi@vger.kernel.org
9404 S: Maintained
9405 F: Documentation/scsi/g_NCR5380.txt
9406 F: drivers/scsi/NCR5380.*
9407 F: drivers/scsi/arm/cumana_1.c
9408 F: drivers/scsi/arm/oak.c
9409 F: drivers/scsi/atari_scsi.*
9410 F: drivers/scsi/dmx3191d.c
9411 F: drivers/scsi/g_NCR5380.*
9412 F: drivers/scsi/mac_scsi.*
9413 F: drivers/scsi/sun3_scsi.*
9414 F: drivers/scsi/sun3_scsi_vme.c
9415
9416 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9417 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9418 L: linux-scsi@vger.kernel.org
9419 S: Maintained
9420 F: drivers/scsi/NCR_D700.*
9421
9422 NCT6775 HARDWARE MONITOR DRIVER
9423 M: Guenter Roeck <linux@roeck-us.net>
9424 L: linux-hwmon@vger.kernel.org
9425 S: Maintained
9426 F: Documentation/hwmon/nct6775
9427 F: drivers/hwmon/nct6775.c
9428
9429 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9430 M: Faisal Latif <faisal.latif@intel.com>
9431 L: linux-rdma@vger.kernel.org
9432 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9433 S: Supported
9434 F: drivers/infiniband/hw/nes/
9435 F: include/uapi/rdma/nes-abi.h
9436
9437 NETEM NETWORK EMULATOR
9438 M: Stephen Hemminger <stephen@networkplumber.org>
9439 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
9440 S: Maintained
9441 F: net/sched/sch_netem.c
9442
9443 NETERION 10GbE DRIVERS (s2io/vxge)
9444 M: Jon Mason <jdmason@kudzu.us>
9445 L: netdev@vger.kernel.org
9446 S: Supported
9447 F: Documentation/networking/s2io.txt
9448 F: Documentation/networking/vxge.txt
9449 F: drivers/net/ethernet/neterion/
9450
9451 NETFILTER
9452 M: Pablo Neira Ayuso <pablo@netfilter.org>
9453 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9454 M: Florian Westphal <fw@strlen.de>
9455 L: netfilter-devel@vger.kernel.org
9456 L: coreteam@netfilter.org
9457 W: http://www.netfilter.org/
9458 W: http://www.iptables.org/
9459 W: http://www.nftables.org/
9460 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
9461 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9462 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9463 S: Maintained
9464 F: include/linux/netfilter*
9465 F: include/linux/netfilter/
9466 F: include/net/netfilter/
9467 F: include/uapi/linux/netfilter*
9468 F: include/uapi/linux/netfilter/
9469 F: net/*/netfilter.c
9470 F: net/*/netfilter/
9471 F: net/netfilter/
9472 F: net/bridge/br_netfilter*.c
9473
9474 NETROM NETWORK LAYER
9475 M: Ralf Baechle <ralf@linux-mips.org>
9476 L: linux-hams@vger.kernel.org
9477 W: http://www.linux-ax25.org/
9478 S: Maintained
9479 F: include/net/netrom.h
9480 F: include/uapi/linux/netrom.h
9481 F: net/netrom/
9482
9483 NETRONOME ETHERNET DRIVERS
9484 M: Jakub Kicinski <jakub.kicinski@netronome.com>
9485 L: oss-drivers@netronome.com
9486 S: Maintained
9487 F: drivers/net/ethernet/netronome/
9488
9489 NETWORK BLOCK DEVICE (NBD)
9490 M: Josef Bacik <jbacik@fb.com>
9491 S: Maintained
9492 L: linux-block@vger.kernel.org
9493 L: nbd@other.debian.org
9494 F: Documentation/blockdev/nbd.txt
9495 F: drivers/block/nbd.c
9496 F: include/uapi/linux/nbd.h
9497
9498 NETWORK DROP MONITOR
9499 M: Neil Horman <nhorman@tuxdriver.com>
9500 L: netdev@vger.kernel.org
9501 S: Maintained
9502 W: https://fedorahosted.org/dropwatch/
9503 F: net/core/drop_monitor.c
9504
9505 NETWORKING DRIVERS
9506 L: netdev@vger.kernel.org
9507 W: http://www.linuxfoundation.org/en/Net
9508 Q: http://patchwork.ozlabs.org/project/netdev/list/
9509 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9511 S: Odd Fixes
9512 F: Documentation/devicetree/bindings/net/
9513 F: drivers/net/
9514 F: include/linux/if_*
9515 F: include/linux/netdevice.h
9516 F: include/linux/etherdevice.h
9517 F: include/linux/fcdevice.h
9518 F: include/linux/fddidevice.h
9519 F: include/linux/hippidevice.h
9520 F: include/linux/inetdevice.h
9521 F: include/uapi/linux/if_*
9522 F: include/uapi/linux/netdevice.h
9523
9524 NETWORKING DRIVERS (WIRELESS)
9525 M: Kalle Valo <kvalo@codeaurora.org>
9526 L: linux-wireless@vger.kernel.org
9527 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9529 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9530 S: Maintained
9531 F: Documentation/devicetree/bindings/net/wireless/
9532 F: drivers/net/wireless/
9533
9534 NETWORKING [DSA]
9535 M: Andrew Lunn <andrew@lunn.ch>
9536 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9537 M: Florian Fainelli <f.fainelli@gmail.com>
9538 S: Maintained
9539 F: net/dsa/
9540 F: include/net/dsa.h
9541 F: include/linux/dsa/
9542 F: drivers/net/dsa/
9543
9544 NETWORKING [GENERAL]
9545 M: "David S. Miller" <davem@davemloft.net>
9546 L: netdev@vger.kernel.org
9547 W: http://www.linuxfoundation.org/en/Net
9548 Q: http://patchwork.ozlabs.org/project/netdev/list/
9549 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9550 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9551 B: mailto:netdev@vger.kernel.org
9552 S: Maintained
9553 F: net/
9554 F: include/net/
9555 F: include/linux/in.h
9556 F: include/linux/net.h
9557 F: include/linux/netdevice.h
9558 F: include/uapi/linux/in.h
9559 F: include/uapi/linux/net.h
9560 F: include/uapi/linux/netdevice.h
9561 F: include/uapi/linux/net_namespace.h
9562 F: tools/testing/selftests/net/
9563 F: lib/net_utils.c
9564 F: lib/random32.c
9565
9566 NETWORKING [IPSEC]
9567 M: Steffen Klassert <steffen.klassert@secunet.com>
9568 M: Herbert Xu <herbert@gondor.apana.org.au>
9569 M: "David S. Miller" <davem@davemloft.net>
9570 L: netdev@vger.kernel.org
9571 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9572 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9573 S: Maintained
9574 F: net/core/flow.c
9575 F: net/xfrm/
9576 F: net/key/
9577 F: net/ipv4/xfrm*
9578 F: net/ipv4/esp4*
9579 F: net/ipv4/ah4.c
9580 F: net/ipv4/ipcomp.c
9581 F: net/ipv4/ip_vti.c
9582 F: net/ipv6/xfrm*
9583 F: net/ipv6/esp6*
9584 F: net/ipv6/ah6.c
9585 F: net/ipv6/ipcomp6.c
9586 F: net/ipv6/ip6_vti.c
9587 F: include/uapi/linux/xfrm.h
9588 F: include/net/xfrm.h
9589
9590 NETWORKING [IPv4/IPv6]
9591 M: "David S. Miller" <davem@davemloft.net>
9592 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9593 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9594 L: netdev@vger.kernel.org
9595 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9596 S: Maintained
9597 F: net/ipv4/
9598 F: net/ipv6/
9599 F: include/net/ip*
9600 F: arch/x86/net/*
9601
9602 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
9603 M: Paul Moore <paul@paul-moore.com>
9604 W: https://github.com/netlabel
9605 L: netdev@vger.kernel.org
9606 L: linux-security-module@vger.kernel.org
9607 S: Maintained
9608 F: Documentation/netlabel/
9609 F: include/net/calipso.h
9610 F: include/net/cipso_ipv4.h
9611 F: include/net/netlabel.h
9612 F: include/uapi/linux/netfilter/xt_SECMARK.h
9613 F: include/uapi/linux/netfilter/xt_CONNSECMARK.h
9614 F: net/netlabel/
9615 F: net/ipv4/cipso_ipv4.c
9616 F: net/ipv6/calipso.c
9617 F: net/netfilter/xt_CONNSECMARK.c
9618 F: net/netfilter/xt_SECMARK.c
9619
9620 NETWORKING [TLS]
9621 M: Ilya Lesokhin <ilyal@mellanox.com>
9622 M: Aviad Yehezkel <aviadye@mellanox.com>
9623 M: Dave Watson <davejwatson@fb.com>
9624 L: netdev@vger.kernel.org
9625 S: Maintained
9626 F: net/tls/*
9627 F: include/uapi/linux/tls.h
9628 F: include/net/tls.h
9629
9630 NETWORKING [WIRELESS]
9631 L: linux-wireless@vger.kernel.org
9632 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9633
9634 NETXEN (1/10) GbE SUPPORT
9635 M: Manish Chopra <manish.chopra@cavium.com>
9636 M: Rahul Verma <rahul.verma@cavium.com>
9637 M: Dept-GELinuxNICDev@cavium.com
9638 L: netdev@vger.kernel.org
9639 S: Supported
9640 F: drivers/net/ethernet/qlogic/netxen/
9641
9642 NFC SUBSYSTEM
9643 M: Samuel Ortiz <sameo@linux.intel.com>
9644 L: linux-wireless@vger.kernel.org
9645 L: linux-nfc@lists.01.org (subscribers-only)
9646 S: Supported
9647 F: net/nfc/
9648 F: include/net/nfc/
9649 F: include/uapi/linux/nfc.h
9650 F: drivers/nfc/
9651 F: include/linux/platform_data/nfcmrvl.h
9652 F: include/linux/platform_data/nxp-nci.h
9653 F: Documentation/devicetree/bindings/net/nfc/
9654
9655 NFS, SUNRPC, AND LOCKD CLIENTS
9656 M: Trond Myklebust <trond.myklebust@primarydata.com>
9657 M: Anna Schumaker <anna.schumaker@netapp.com>
9658 L: linux-nfs@vger.kernel.org
9659 W: http://client.linux-nfs.org
9660 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9661 S: Maintained
9662 F: fs/lockd/
9663 F: fs/nfs/
9664 F: fs/nfs_common/
9665 F: net/sunrpc/
9666 F: include/linux/lockd/
9667 F: include/linux/nfs*
9668 F: include/linux/sunrpc/
9669 F: include/uapi/linux/nfs*
9670 F: include/uapi/linux/sunrpc/
9671
9672 NILFS2 FILESYSTEM
9673 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9674 L: linux-nilfs@vger.kernel.org
9675 W: https://nilfs.sourceforge.io/
9676 W: https://nilfs.osdn.jp/
9677 T: git git://github.com/konis/nilfs2.git
9678 S: Supported
9679 F: Documentation/filesystems/nilfs2.txt
9680 F: fs/nilfs2/
9681 F: include/trace/events/nilfs2.h
9682 F: include/uapi/linux/nilfs2_api.h
9683 F: include/uapi/linux/nilfs2_ondisk.h
9684
9685 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9686 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9687 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9688 S: Maintained
9689 F: Documentation/scsi/NinjaSCSI.txt
9690 F: drivers/scsi/pcmcia/nsp_*
9691
9692 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9693 M: GOTO Masanori <gotom@debian.or.jp>
9694 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9695 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9696 S: Maintained
9697 F: Documentation/scsi/NinjaSCSI.txt
9698 F: drivers/scsi/nsp32*
9699
9700 NIOS2 ARCHITECTURE
9701 M: Ley Foon Tan <lftan@altera.com>
9702 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9703 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9704 S: Maintained
9705 F: arch/nios2/
9706
9707 NOHZ, DYNTICKS SUPPORT
9708 M: Frederic Weisbecker <fweisbec@gmail.com>
9709 M: Thomas Gleixner <tglx@linutronix.de>
9710 M: Ingo Molnar <mingo@kernel.org>
9711 L: linux-kernel@vger.kernel.org
9712 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9713 S: Maintained
9714 F: kernel/time/tick*.*
9715 F: include/linux/tick.h
9716 F: include/linux/sched/nohz.h
9717
9718 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9719 M: Pavel Machek <pavel@ucw.cz>
9720 M: Sakari Ailus <sakari.ailus@iki.fi>
9721 L: linux-media@vger.kernel.org
9722 S: Maintained
9723 F: drivers/media/i2c/et8ek8
9724 F: drivers/media/i2c/ad5820.c
9725
9726 NOKIA N900 POWER SUPPLY DRIVERS
9727 R: Pali Rohár <pali.rohar@gmail.com>
9728 F: include/linux/power/bq2415x_charger.h
9729 F: include/linux/power/bq27xxx_battery.h
9730 F: include/linux/power/isp1704_charger.h
9731 F: drivers/power/supply/bq2415x_charger.c
9732 F: drivers/power/supply/bq27xxx_battery.c
9733 F: drivers/power/supply/bq27xxx_battery_i2c.c
9734 F: drivers/power/supply/isp1704_charger.c
9735 F: drivers/power/supply/rx51_battery.c
9736
9737 NTB AMD DRIVER
9738 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9739 L: linux-ntb@googlegroups.com
9740 S: Supported
9741 F: drivers/ntb/hw/amd/
9742
9743 NTB DRIVER CORE
9744 M: Jon Mason <jdmason@kudzu.us>
9745 M: Dave Jiang <dave.jiang@intel.com>
9746 M: Allen Hubbe <Allen.Hubbe@emc.com>
9747 L: linux-ntb@googlegroups.com
9748 S: Supported
9749 W: https://github.com/jonmason/ntb/wiki
9750 T: git git://github.com/jonmason/ntb.git
9751 F: drivers/ntb/
9752 F: drivers/net/ntb_netdev.c
9753 F: include/linux/ntb.h
9754 F: include/linux/ntb_transport.h
9755 F: tools/testing/selftests/ntb/
9756
9757 NTB IDT DRIVER
9758 M: Serge Semin <fancer.lancer@gmail.com>
9759 L: linux-ntb@googlegroups.com
9760 S: Supported
9761 F: drivers/ntb/hw/idt/
9762
9763 NTB INTEL DRIVER
9764 M: Dave Jiang <dave.jiang@intel.com>
9765 L: linux-ntb@googlegroups.com
9766 S: Supported
9767 W: https://github.com/davejiang/linux/wiki
9768 T: git https://github.com/davejiang/linux.git
9769 F: drivers/ntb/hw/intel/
9770
9771 NTFS FILESYSTEM
9772 M: Anton Altaparmakov <anton@tuxera.com>
9773 L: linux-ntfs-dev@lists.sourceforge.net
9774 W: http://www.tuxera.com/
9775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9776 S: Supported
9777 F: Documentation/filesystems/ntfs.txt
9778 F: fs/ntfs/
9779
9780 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9781 M: Antonino Daplas <adaplas@gmail.com>
9782 L: linux-fbdev@vger.kernel.org
9783 S: Maintained
9784 F: drivers/video/fbdev/riva/
9785 F: drivers/video/fbdev/nvidia/
9786
9787 NVM EXPRESS DRIVER
9788 M: Keith Busch <keith.busch@intel.com>
9789 M: Jens Axboe <axboe@fb.com>
9790 M: Christoph Hellwig <hch@lst.de>
9791 M: Sagi Grimberg <sagi@grimberg.me>
9792 L: linux-nvme@lists.infradead.org
9793 T: git://git.infradead.org/nvme.git
9794 W: http://git.infradead.org/nvme.git
9795 S: Supported
9796 F: drivers/nvme/host/
9797 F: include/linux/nvme.h
9798 F: include/uapi/linux/nvme_ioctl.h
9799
9800 NVM EXPRESS FC TRANSPORT DRIVERS
9801 M: James Smart <james.smart@broadcom.com>
9802 L: linux-nvme@lists.infradead.org
9803 S: Supported
9804 F: include/linux/nvme-fc.h
9805 F: include/linux/nvme-fc-driver.h
9806 F: drivers/nvme/host/fc.c
9807 F: drivers/nvme/target/fc.c
9808 F: drivers/nvme/target/fcloop.c
9809
9810 NVM EXPRESS TARGET DRIVER
9811 M: Christoph Hellwig <hch@lst.de>
9812 M: Sagi Grimberg <sagi@grimberg.me>
9813 L: linux-nvme@lists.infradead.org
9814 T: git://git.infradead.org/nvme.git
9815 W: http://git.infradead.org/nvme.git
9816 S: Supported
9817 F: drivers/nvme/target/
9818
9819 NVMEM FRAMEWORK
9820 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9821 S: Maintained
9822 F: drivers/nvmem/
9823 F: Documentation/devicetree/bindings/nvmem/
9824 F: Documentation/ABI/stable/sysfs-bus-nvmem
9825 F: include/linux/nvmem-consumer.h
9826 F: include/linux/nvmem-provider.h
9827
9828 NXP TDA998X DRM DRIVER
9829 M: Russell King <linux@armlinux.org.uk>
9830 S: Supported
9831 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9832 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9833 F: drivers/gpu/drm/i2c/tda998x_drv.c
9834 F: include/drm/i2c/tda998x.h
9835
9836 NXP TFA9879 DRIVER
9837 M: Peter Rosin <peda@axentia.se>
9838 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9839 S: Maintained
9840 F: sound/soc/codecs/tfa9879*
9841
9842 NXP-NCI NFC DRIVER
9843 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9844 R: Charles Gorand <charles.gorand@effinnov.com>
9845 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9846 S: Supported
9847 F: drivers/nfc/nxp-nci
9848
9849 OBJTOOL
9850 M: Josh Poimboeuf <jpoimboe@redhat.com>
9851 S: Supported
9852 F: tools/objtool/
9853
9854 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
9855 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
9856 M: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
9857 L: linuxppc-dev@lists.ozlabs.org
9858 S: Supported
9859 F: arch/powerpc/platforms/powernv/ocxl.c
9860 F: arch/powerpc/include/asm/pnv-ocxl.h
9861 F: drivers/misc/ocxl/
9862 F: include/misc/ocxl*
9863 F: include/uapi/misc/ocxl.h
9864 F: Documentation/accelerators/ocxl.txt
9865
9866 OMAP AUDIO SUPPORT
9867 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9868 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9869 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9870 L: linux-omap@vger.kernel.org
9871 S: Maintained
9872 F: sound/soc/omap/
9873
9874 OMAP CLOCK FRAMEWORK SUPPORT
9875 M: Paul Walmsley <paul@pwsan.com>
9876 L: linux-omap@vger.kernel.org
9877 S: Maintained
9878 F: arch/arm/*omap*/*clock*
9879
9880 OMAP DEVICE TREE SUPPORT
9881 M: Benoît Cousson <bcousson@baylibre.com>
9882 M: Tony Lindgren <tony@atomide.com>
9883 L: linux-omap@vger.kernel.org
9884 L: devicetree@vger.kernel.org
9885 S: Maintained
9886 F: arch/arm/boot/dts/*omap*
9887 F: arch/arm/boot/dts/*am3*
9888 F: arch/arm/boot/dts/*am4*
9889 F: arch/arm/boot/dts/*am5*
9890 F: arch/arm/boot/dts/*dra7*
9891
9892 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9893 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9894 L: linux-omap@vger.kernel.org
9895 L: linux-fbdev@vger.kernel.org
9896 S: Maintained
9897 F: drivers/video/fbdev/omap2/
9898 F: Documentation/arm/OMAP/DSS
9899
9900 OMAP FRAMEBUFFER SUPPORT
9901 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9902 L: linux-fbdev@vger.kernel.org
9903 L: linux-omap@vger.kernel.org
9904 S: Maintained
9905 F: drivers/video/fbdev/omap/
9906
9907 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9908 M: Roger Quadros <rogerq@ti.com>
9909 M: Tony Lindgren <tony@atomide.com>
9910 L: linux-omap@vger.kernel.org
9911 S: Maintained
9912 F: drivers/memory/omap-gpmc.c
9913 F: arch/arm/mach-omap2/*gpmc*
9914
9915 OMAP GPIO DRIVER
9916 M: Grygorii Strashko <grygorii.strashko@ti.com>
9917 M: Santosh Shilimkar <ssantosh@kernel.org>
9918 M: Kevin Hilman <khilman@kernel.org>
9919 L: linux-omap@vger.kernel.org
9920 S: Maintained
9921 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9922 F: drivers/gpio/gpio-omap.c
9923
9924 OMAP HARDWARE SPINLOCK SUPPORT
9925 M: Ohad Ben-Cohen <ohad@wizery.com>
9926 L: linux-omap@vger.kernel.org
9927 S: Maintained
9928 F: drivers/hwspinlock/omap_hwspinlock.c
9929
9930 OMAP HS MMC SUPPORT
9931 L: linux-mmc@vger.kernel.org
9932 L: linux-omap@vger.kernel.org
9933 S: Orphan
9934 F: drivers/mmc/host/omap_hsmmc.c
9935
9936 OMAP HWMOD DATA
9937 M: Paul Walmsley <paul@pwsan.com>
9938 L: linux-omap@vger.kernel.org
9939 S: Maintained
9940 F: arch/arm/mach-omap2/omap_hwmod*data*
9941
9942 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9943 M: Benoît Cousson <bcousson@baylibre.com>
9944 L: linux-omap@vger.kernel.org
9945 S: Maintained
9946 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9947
9948 OMAP HWMOD SUPPORT
9949 M: Benoît Cousson <bcousson@baylibre.com>
9950 M: Paul Walmsley <paul@pwsan.com>
9951 L: linux-omap@vger.kernel.org
9952 S: Maintained
9953 F: arch/arm/mach-omap2/omap_hwmod.*
9954
9955 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9956 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9957 L: linux-media@vger.kernel.org
9958 S: Maintained
9959 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9960 F: drivers/media/platform/omap3isp/
9961 F: drivers/staging/media/omap4iss/
9962
9963 OMAP MMC SUPPORT
9964 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9965 L: linux-omap@vger.kernel.org
9966 S: Maintained
9967 F: drivers/mmc/host/omap.c
9968
9969 OMAP POWER MANAGEMENT SUPPORT
9970 M: Kevin Hilman <khilman@kernel.org>
9971 L: linux-omap@vger.kernel.org
9972 S: Maintained
9973 F: arch/arm/*omap*/*pm*
9974 F: drivers/cpufreq/omap-cpufreq.c
9975
9976 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9977 M: Rajendra Nayak <rnayak@codeaurora.org>
9978 M: Paul Walmsley <paul@pwsan.com>
9979 L: linux-omap@vger.kernel.org
9980 S: Maintained
9981 F: arch/arm/mach-omap2/prm*
9982
9983 OMAP RANDOM NUMBER GENERATOR SUPPORT
9984 M: Deepak Saxena <dsaxena@plexity.net>
9985 S: Maintained
9986 F: drivers/char/hw_random/omap-rng.c
9987
9988 OMAP USB SUPPORT
9989 L: linux-usb@vger.kernel.org
9990 L: linux-omap@vger.kernel.org
9991 S: Orphan
9992 F: drivers/usb/*/*omap*
9993 F: arch/arm/*omap*/usb*
9994
9995 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9996 M: Mark Jackson <mpfj@newflow.co.uk>
9997 L: linux-omap@vger.kernel.org
9998 S: Maintained
9999 F: arch/arm/boot/dts/am335x-nano.dts
10000
10001 OMAP1 SUPPORT
10002 M: Aaro Koskinen <aaro.koskinen@iki.fi>
10003 M: Tony Lindgren <tony@atomide.com>
10004 L: linux-omap@vger.kernel.org
10005 Q: http://patchwork.kernel.org/project/linux-omap/list/
10006 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
10007 S: Maintained
10008 F: arch/arm/mach-omap1/
10009 F: arch/arm/plat-omap/
10010 F: arch/arm/configs/omap1_defconfig
10011 F: drivers/i2c/busses/i2c-omap.c
10012 F: include/linux/i2c-omap.h
10013
10014 OMAP2+ SUPPORT
10015 M: Tony Lindgren <tony@atomide.com>
10016 L: linux-omap@vger.kernel.org
10017 W: http://www.muru.com/linux/omap/
10018 W: http://linux.omap.com/
10019 Q: http://patchwork.kernel.org/project/linux-omap/list/
10020 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
10021 S: Maintained
10022 F: arch/arm/mach-omap2/
10023 F: arch/arm/plat-omap/
10024 F: arch/arm/configs/omap2plus_defconfig
10025 F: drivers/i2c/busses/i2c-omap.c
10026 F: drivers/irqchip/irq-omap-intc.c
10027 F: drivers/mfd/*omap*.c
10028 F: drivers/mfd/menelaus.c
10029 F: drivers/mfd/palmas.c
10030 F: drivers/mfd/tps65217.c
10031 F: drivers/mfd/tps65218.c
10032 F: drivers/mfd/tps65910.c
10033 F: drivers/mfd/twl-core.[ch]
10034 F: drivers/mfd/twl4030*.c
10035 F: drivers/mfd/twl6030*.c
10036 F: drivers/mfd/twl6040*.c
10037 F: drivers/regulator/palmas-regulator*.c
10038 F: drivers/regulator/pbias-regulator.c
10039 F: drivers/regulator/tps65217-regulator.c
10040 F: drivers/regulator/tps65218-regulator.c
10041 F: drivers/regulator/tps65910-regulator.c
10042 F: drivers/regulator/twl-regulator.c
10043 F: drivers/regulator/twl6030-regulator.c
10044 F: include/linux/i2c-omap.h
10045
10046 ONION OMEGA2+ BOARD
10047 M: Harvey Hunt <harveyhuntnexus@gmail.com>
10048 L: linux-mips@linux-mips.org
10049 S: Maintained
10050 F: arch/mips/boot/dts/ralink/omega2p.dts
10051
10052 OMFS FILESYSTEM
10053 M: Bob Copeland <me@bobcopeland.com>
10054 L: linux-karma-devel@lists.sourceforge.net
10055 S: Maintained
10056 F: Documentation/filesystems/omfs.txt
10057 F: fs/omfs/
10058
10059 OMNIKEY CARDMAN 4000 DRIVER
10060 M: Harald Welte <laforge@gnumonks.org>
10061 S: Maintained
10062 F: drivers/char/pcmcia/cm4000_cs.c
10063 F: include/linux/cm4000_cs.h
10064 F: include/uapi/linux/cm4000_cs.h
10065
10066 OMNIKEY CARDMAN 4040 DRIVER
10067 M: Harald Welte <laforge@gnumonks.org>
10068 S: Maintained
10069 F: drivers/char/pcmcia/cm4040_cs.*
10070
10071 OMNIVISION OV13858 SENSOR DRIVER
10072 M: Sakari Ailus <sakari.ailus@linux.intel.com>
10073 L: linux-media@vger.kernel.org
10074 T: git git://linuxtv.org/media_tree.git
10075 S: Maintained
10076 F: drivers/media/i2c/ov13858.c
10077
10078 OMNIVISION OV5640 SENSOR DRIVER
10079 M: Steve Longerbeam <slongerbeam@gmail.com>
10080 L: linux-media@vger.kernel.org
10081 T: git git://linuxtv.org/media_tree.git
10082 S: Maintained
10083 F: drivers/media/i2c/ov5640.c
10084
10085 OMNIVISION OV5647 SENSOR DRIVER
10086 M: Luis Oliveira <lolivei@synopsys.com>
10087 L: linux-media@vger.kernel.org
10088 T: git git://linuxtv.org/media_tree.git
10089 S: Maintained
10090 F: drivers/media/i2c/ov5647.c
10091
10092 OMNIVISION OV7670 SENSOR DRIVER
10093 M: Jonathan Corbet <corbet@lwn.net>
10094 L: linux-media@vger.kernel.org
10095 T: git git://linuxtv.org/media_tree.git
10096 S: Maintained
10097 F: drivers/media/i2c/ov7670.c
10098 F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
10099
10100 ONENAND FLASH DRIVER
10101 M: Kyungmin Park <kyungmin.park@samsung.com>
10102 L: linux-mtd@lists.infradead.org
10103 S: Maintained
10104 F: drivers/mtd/onenand/
10105 F: include/linux/mtd/onenand*.h
10106
10107 ONSTREAM SCSI TAPE DRIVER
10108 M: Willem Riede <osst@riede.org>
10109 L: osst-users@lists.sourceforge.net
10110 L: linux-scsi@vger.kernel.org
10111 S: Maintained
10112 F: Documentation/scsi/osst.txt
10113 F: drivers/scsi/osst.*
10114 F: drivers/scsi/osst_*.h
10115 F: drivers/scsi/st.h
10116
10117 OP-TEE DRIVER
10118 M: Jens Wiklander <jens.wiklander@linaro.org>
10119 S: Maintained
10120 F: drivers/tee/optee/
10121
10122 OPA-VNIC DRIVER
10123 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10124 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
10125 L: linux-rdma@vger.kernel.org
10126 S: Supported
10127 F: drivers/infiniband/ulp/opa_vnic
10128
10129 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
10130 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
10131 L: devicetree@vger.kernel.org
10132 S: Maintained
10133 F: Documentation/devicetree/dynamic-resolution-notes.txt
10134 F: Documentation/devicetree/overlay-notes.txt
10135 F: drivers/of/overlay.c
10136 F: drivers/of/resolver.c
10137
10138 OPEN FIRMWARE AND FLATTENED DEVICE TREE
10139 M: Rob Herring <robh+dt@kernel.org>
10140 M: Frank Rowand <frowand.list@gmail.com>
10141 L: devicetree@vger.kernel.org
10142 W: http://www.devicetree.org/
10143 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10144 S: Maintained
10145 F: drivers/of/
10146 F: include/linux/of*.h
10147 F: scripts/dtc/
10148 F: Documentation/ABI/testing/sysfs-firmware-ofw
10149
10150 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
10151 M: Rob Herring <robh+dt@kernel.org>
10152 M: Mark Rutland <mark.rutland@arm.com>
10153 L: devicetree@vger.kernel.org
10154 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10155 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
10156 S: Maintained
10157 F: Documentation/devicetree/
10158 F: arch/*/boot/dts/
10159 F: include/dt-bindings/
10160
10161 OPENCORES I2C BUS DRIVER
10162 M: Peter Korsgaard <jacmet@sunsite.dk>
10163 L: linux-i2c@vger.kernel.org
10164 S: Maintained
10165 F: Documentation/i2c/busses/i2c-ocores
10166 F: drivers/i2c/busses/i2c-ocores.c
10167
10168 OPENRISC ARCHITECTURE
10169 M: Jonas Bonn <jonas@southpole.se>
10170 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
10171 M: Stafford Horne <shorne@gmail.com>
10172 T: git git://github.com/openrisc/linux.git
10173 L: openrisc@lists.librecores.org
10174 W: http://openrisc.io
10175 S: Maintained
10176 F: Documentation/devicetree/bindings/openrisc/
10177 F: Documentation/openrisc/
10178 F: arch/openrisc/
10179 F: drivers/irqchip/irq-ompic.c
10180 F: drivers/irqchip/irq-or1k-*
10181
10182 OPENVSWITCH
10183 M: Pravin B Shelar <pshelar@ovn.org>
10184 L: netdev@vger.kernel.org
10185 L: dev@openvswitch.org
10186 W: http://openvswitch.org
10187 S: Maintained
10188 F: net/openvswitch/
10189 F: include/uapi/linux/openvswitch.h
10190
10191 OPERATING PERFORMANCE POINTS (OPP)
10192 M: Viresh Kumar <vireshk@kernel.org>
10193 M: Nishanth Menon <nm@ti.com>
10194 M: Stephen Boyd <sboyd@codeaurora.org>
10195 L: linux-pm@vger.kernel.org
10196 S: Maintained
10197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
10198 F: drivers/opp/
10199 F: include/linux/pm_opp.h
10200 F: Documentation/power/opp.txt
10201 F: Documentation/devicetree/bindings/opp/
10202
10203 OPL4 DRIVER
10204 M: Clemens Ladisch <clemens@ladisch.de>
10205 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10206 T: git git://git.alsa-project.org/alsa-kernel.git
10207 S: Maintained
10208 F: sound/drivers/opl4/
10209
10210 OPROFILE
10211 M: Robert Richter <rric@kernel.org>
10212 L: oprofile-list@lists.sf.net
10213 S: Maintained
10214 F: arch/*/include/asm/oprofile*.h
10215 F: arch/*/oprofile/
10216 F: drivers/oprofile/
10217 F: include/linux/oprofile.h
10218
10219 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
10220 M: Mark Fasheh <mfasheh@versity.com>
10221 M: Joel Becker <jlbec@evilplan.org>
10222 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
10223 W: http://ocfs2.wiki.kernel.org
10224 S: Supported
10225 F: Documentation/filesystems/ocfs2.txt
10226 F: Documentation/filesystems/dlmfs.txt
10227 F: fs/ocfs2/
10228
10229 ORANGEFS FILESYSTEM
10230 M: Mike Marshall <hubcap@omnibond.com>
10231 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
10232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
10233 S: Supported
10234 F: fs/orangefs/
10235 F: Documentation/filesystems/orangefs.txt
10236
10237 ORINOCO DRIVER
10238 L: linux-wireless@vger.kernel.org
10239 W: http://wireless.kernel.org/en/users/Drivers/orinoco
10240 W: http://www.nongnu.org/orinoco/
10241 S: Orphan
10242 F: drivers/net/wireless/intersil/orinoco/
10243
10244 OSD LIBRARY and FILESYSTEM
10245 M: Boaz Harrosh <ooo@electrozaur.com>
10246 S: Maintained
10247 F: drivers/scsi/osd/
10248 F: include/scsi/osd_*
10249 F: fs/exofs/
10250
10251 OV2659 OMNIVISION SENSOR DRIVER
10252 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10253 L: linux-media@vger.kernel.org
10254 W: https://linuxtv.org
10255 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10256 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10257 S: Maintained
10258 F: drivers/media/i2c/ov2659.c
10259 F: include/media/i2c/ov2659.h
10260
10261 OVERLAY FILESYSTEM
10262 M: Miklos Szeredi <miklos@szeredi.hu>
10263 L: linux-unionfs@vger.kernel.org
10264 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
10265 S: Supported
10266 F: fs/overlayfs/
10267 F: Documentation/filesystems/overlayfs.txt
10268
10269 P54 WIRELESS DRIVER
10270 M: Christian Lamparter <chunkeey@googlemail.com>
10271 L: linux-wireless@vger.kernel.org
10272 W: http://wireless.kernel.org/en/users/Drivers/p54
10273 S: Maintained
10274 F: drivers/net/wireless/intersil/p54/
10275
10276 PA SEMI ETHERNET DRIVER
10277 L: netdev@vger.kernel.org
10278 S: Orphan
10279 F: drivers/net/ethernet/pasemi/*
10280
10281 PA SEMI SMBUS DRIVER
10282 L: linux-i2c@vger.kernel.org
10283 S: Orphan
10284 F: drivers/i2c/busses/i2c-pasemi.c
10285
10286 PADATA PARALLEL EXECUTION MECHANISM
10287 M: Steffen Klassert <steffen.klassert@secunet.com>
10288 L: linux-crypto@vger.kernel.org
10289 S: Maintained
10290 F: kernel/padata.c
10291 F: include/linux/padata.h
10292 F: Documentation/padata.txt
10293
10294 PANASONIC LAPTOP ACPI EXTRAS DRIVER
10295 M: Harald Welte <laforge@gnumonks.org>
10296 L: platform-driver-x86@vger.kernel.org
10297 S: Maintained
10298 F: drivers/platform/x86/panasonic-laptop.c
10299
10300 PANASONIC MN10300/AM33/AM34 PORT
10301 M: David Howells <dhowells@redhat.com>
10302 L: linux-am33-list@redhat.com (moderated for non-subscribers)
10303 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
10304 S: Maintained
10305 F: Documentation/mn10300/
10306 F: arch/mn10300/
10307
10308 PARALLEL LCD/KEYPAD PANEL DRIVER
10309 M: Willy Tarreau <willy@haproxy.com>
10310 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
10311 S: Odd Fixes
10312 F: Documentation/misc-devices/lcd-panel-cgram.txt
10313 F: drivers/misc/panel.c
10314
10315 PARALLEL PORT SUBSYSTEM
10316 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10317 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
10318 L: linux-parport@lists.infradead.org (subscribers-only)
10319 S: Maintained
10320 F: drivers/parport/
10321 F: include/linux/parport*.h
10322 F: drivers/char/ppdev.c
10323 F: include/uapi/linux/ppdev.h
10324 F: Documentation/parport*.txt
10325
10326 PARAVIRT_OPS INTERFACE
10327 M: Juergen Gross <jgross@suse.com>
10328 M: Alok Kataria <akataria@vmware.com>
10329 M: Rusty Russell <rusty@rustcorp.com.au>
10330 L: virtualization@lists.linux-foundation.org
10331 S: Supported
10332 F: Documentation/virtual/paravirt_ops.txt
10333 F: arch/*/kernel/paravirt*
10334 F: arch/*/include/asm/paravirt*.h
10335 F: include/linux/hypervisor.h
10336
10337 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
10338 M: Tim Waugh <tim@cyberelk.net>
10339 L: linux-parport@lists.infradead.org (subscribers-only)
10340 S: Maintained
10341 F: Documentation/blockdev/paride.txt
10342 F: drivers/block/paride/
10343
10344 PARISC ARCHITECTURE
10345 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
10346 M: Helge Deller <deller@gmx.de>
10347 L: linux-parisc@vger.kernel.org
10348 W: http://www.parisc-linux.org/
10349 Q: http://patchwork.kernel.org/project/linux-parisc/list/
10350 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
10351 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
10352 S: Maintained
10353 F: arch/parisc/
10354 F: Documentation/parisc/
10355 F: drivers/parisc/
10356 F: drivers/char/agp/parisc-agp.c
10357 F: drivers/input/serio/gscps2.c
10358 F: drivers/parport/parport_gsc.*
10359 F: drivers/tty/serial/8250/8250_gsc.c
10360 F: drivers/video/fbdev/sti*
10361 F: drivers/video/console/sti*
10362 F: drivers/video/logo/logo_parisc*
10363
10364 PARMAN
10365 M: Jiri Pirko <jiri@mellanox.com>
10366 L: netdev@vger.kernel.org
10367 S: Supported
10368 F: lib/parman.c
10369 F: lib/test_parman.c
10370 F: include/linux/parman.h
10371
10372 PC87360 HARDWARE MONITORING DRIVER
10373 M: Jim Cromie <jim.cromie@gmail.com>
10374 L: linux-hwmon@vger.kernel.org
10375 S: Maintained
10376 F: Documentation/hwmon/pc87360
10377 F: drivers/hwmon/pc87360.c
10378
10379 PC8736x GPIO DRIVER
10380 M: Jim Cromie <jim.cromie@gmail.com>
10381 S: Maintained
10382 F: drivers/char/pc8736x_gpio.c
10383
10384 PC87427 HARDWARE MONITORING DRIVER
10385 M: Jean Delvare <jdelvare@suse.com>
10386 L: linux-hwmon@vger.kernel.org
10387 S: Maintained
10388 F: Documentation/hwmon/pc87427
10389 F: drivers/hwmon/pc87427.c
10390
10391 PCA9532 LED DRIVER
10392 M: Riku Voipio <riku.voipio@iki.fi>
10393 S: Maintained
10394 F: drivers/leds/leds-pca9532.c
10395 F: include/linux/leds-pca9532.h
10396
10397 PCA9541 I2C BUS MASTER SELECTOR DRIVER
10398 M: Guenter Roeck <linux@roeck-us.net>
10399 L: linux-i2c@vger.kernel.org
10400 S: Maintained
10401 F: drivers/i2c/muxes/i2c-mux-pca9541.c
10402
10403 PCDP - PRIMARY CONSOLE AND DEBUG PORT
10404 M: Khalid Aziz <khalid@gonehiking.org>
10405 S: Maintained
10406 F: drivers/firmware/pcdp.*
10407
10408 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10409 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10410 L: linux-pci@vger.kernel.org
10411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10412 S: Maintained
10413 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
10414 F: drivers/pci/host/pci-aardvark.c
10415
10416 PCI DRIVER FOR ALTERA PCIE IP
10417 M: Ley Foon Tan <lftan@altera.com>
10418 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
10419 L: linux-pci@vger.kernel.org
10420 S: Supported
10421 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
10422 F: drivers/pci/host/pcie-altera.c
10423
10424 PCI DRIVER FOR APPLIEDMICRO XGENE
10425 M: Tanmay Inamdar <tinamdar@apm.com>
10426 L: linux-pci@vger.kernel.org
10427 L: linux-arm-kernel@lists.infradead.org
10428 S: Maintained
10429 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
10430 F: drivers/pci/host/pci-xgene.c
10431
10432 PCI DRIVER FOR ARM VERSATILE PLATFORM
10433 M: Rob Herring <robh@kernel.org>
10434 L: linux-pci@vger.kernel.org
10435 L: linux-arm-kernel@lists.infradead.org
10436 S: Maintained
10437 F: Documentation/devicetree/bindings/pci/versatile.txt
10438 F: drivers/pci/host/pci-versatile.c
10439
10440 PCI DRIVER FOR ARMADA 8K
10441 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10442 L: linux-pci@vger.kernel.org
10443 L: linux-arm-kernel@lists.infradead.org
10444 S: Maintained
10445 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
10446 F: drivers/pci/dwc/pcie-armada8k.c
10447
10448 PCI DRIVER FOR FREESCALE LAYERSCAPE
10449 M: Minghuan Lian <minghuan.Lian@freescale.com>
10450 M: Mingkai Hu <mingkai.hu@freescale.com>
10451 M: Roy Zang <tie-fei.zang@freescale.com>
10452 L: linuxppc-dev@lists.ozlabs.org
10453 L: linux-pci@vger.kernel.org
10454 L: linux-arm-kernel@lists.infradead.org
10455 S: Maintained
10456 F: drivers/pci/dwc/*layerscape*
10457
10458 PCI DRIVER FOR GENERIC OF HOSTS
10459 M: Will Deacon <will.deacon@arm.com>
10460 L: linux-pci@vger.kernel.org
10461 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10462 S: Maintained
10463 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
10464 F: drivers/pci/host/pci-host-common.c
10465 F: drivers/pci/host/pci-host-generic.c
10466
10467 PCI DRIVER FOR IMX6
10468 M: Richard Zhu <hongxing.zhu@nxp.com>
10469 M: Lucas Stach <l.stach@pengutronix.de>
10470 L: linux-pci@vger.kernel.org
10471 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10472 S: Maintained
10473 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10474 F: drivers/pci/dwc/*imx6*
10475
10476 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10477 M: Keith Busch <keith.busch@intel.com>
10478 M: Jonathan Derrick <jonathan.derrick@intel.com>
10479 L: linux-pci@vger.kernel.org
10480 S: Supported
10481 F: drivers/pci/host/vmd.c
10482
10483 PCI DRIVER FOR MICROSEMI SWITCHTEC
10484 M: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10485 M: Logan Gunthorpe <logang@deltatee.com>
10486 L: linux-pci@vger.kernel.org
10487 S: Maintained
10488 F: Documentation/switchtec.txt
10489 F: Documentation/ABI/testing/sysfs-class-switchtec
10490 F: drivers/pci/switch/switchtec*
10491 F: include/uapi/linux/switchtec_ioctl.h
10492 F: include/linux/switchtec.h
10493 F: drivers/ntb/hw/mscc/
10494
10495 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10496 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10497 M: Jason Cooper <jason@lakedaemon.net>
10498 L: linux-pci@vger.kernel.org
10499 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10500 S: Maintained
10501 F: drivers/pci/host/*mvebu*
10502
10503 PCI DRIVER FOR NVIDIA TEGRA
10504 M: Thierry Reding <thierry.reding@gmail.com>
10505 L: linux-tegra@vger.kernel.org
10506 L: linux-pci@vger.kernel.org
10507 S: Supported
10508 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10509 F: drivers/pci/host/pci-tegra.c
10510
10511 PCI DRIVER FOR RENESAS R-CAR
10512 M: Simon Horman <horms@verge.net.au>
10513 L: linux-pci@vger.kernel.org
10514 L: linux-renesas-soc@vger.kernel.org
10515 S: Maintained
10516 F: drivers/pci/host/*rcar*
10517
10518 PCI DRIVER FOR SAMSUNG EXYNOS
10519 M: Jingoo Han <jingoohan1@gmail.com>
10520 L: linux-pci@vger.kernel.org
10521 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10522 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10523 S: Maintained
10524 F: drivers/pci/dwc/pci-exynos.c
10525
10526 PCI DRIVER FOR SYNOPSYS DESIGNWARE
10527 M: Jingoo Han <jingoohan1@gmail.com>
10528 M: Joao Pinto <Joao.Pinto@synopsys.com>
10529 L: linux-pci@vger.kernel.org
10530 S: Maintained
10531 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
10532 F: drivers/pci/dwc/*designware*
10533
10534 PCI DRIVER FOR TI DRA7XX
10535 M: Kishon Vijay Abraham I <kishon@ti.com>
10536 L: linux-omap@vger.kernel.org
10537 L: linux-pci@vger.kernel.org
10538 S: Supported
10539 F: Documentation/devicetree/bindings/pci/ti-pci.txt
10540 F: drivers/pci/dwc/pci-dra7xx.c
10541
10542 PCI DRIVER FOR TI KEYSTONE
10543 M: Murali Karicheri <m-karicheri2@ti.com>
10544 L: linux-pci@vger.kernel.org
10545 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10546 S: Maintained
10547 F: drivers/pci/dwc/*keystone*
10548
10549 PCI ENDPOINT SUBSYSTEM
10550 M: Kishon Vijay Abraham I <kishon@ti.com>
10551 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10552 L: linux-pci@vger.kernel.org
10553 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10554 S: Supported
10555 F: drivers/pci/endpoint/
10556 F: drivers/misc/pci_endpoint_test.c
10557 F: tools/pci/
10558
10559 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10560 M: Russell Currey <ruscur@russell.cc>
10561 L: linuxppc-dev@lists.ozlabs.org
10562 S: Supported
10563 F: Documentation/powerpc/eeh-pci-error-recovery.txt
10564 F: arch/powerpc/kernel/eeh*.c
10565 F: arch/powerpc/platforms/*/eeh*.c
10566 F: arch/powerpc/include/*/eeh*.h
10567
10568 PCI ERROR RECOVERY
10569 M: Linas Vepstas <linasvepstas@gmail.com>
10570 L: linux-pci@vger.kernel.org
10571 S: Supported
10572 F: Documentation/PCI/pci-error-recovery.txt
10573
10574 PCI MSI DRIVER FOR ALTERA MSI IP
10575 M: Ley Foon Tan <lftan@altera.com>
10576 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
10577 L: linux-pci@vger.kernel.org
10578 S: Supported
10579 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10580 F: drivers/pci/host/pcie-altera-msi.c
10581
10582 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10583 M: Duc Dang <dhdang@apm.com>
10584 L: linux-pci@vger.kernel.org
10585 L: linux-arm-kernel@lists.infradead.org
10586 S: Maintained
10587 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10588 F: drivers/pci/host/pci-xgene-msi.c
10589
10590 PCI SUBSYSTEM
10591 M: Bjorn Helgaas <bhelgaas@google.com>
10592 L: linux-pci@vger.kernel.org
10593 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
10594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10595 S: Supported
10596 F: Documentation/devicetree/bindings/pci/
10597 F: Documentation/PCI/
10598 F: drivers/pci/
10599 F: include/linux/pci*
10600 F: arch/x86/pci/
10601 F: arch/x86/kernel/quirks.c
10602
10603 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
10604 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10605 L: linux-pci@vger.kernel.org
10606 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
10607 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
10608 S: Supported
10609 F: drivers/pci/host/
10610 F: drivers/pci/dwc/
10611
10612 PCIE DRIVER FOR AXIS ARTPEC
10613 M: Niklas Cassel <niklas.cassel@axis.com>
10614 M: Jesper Nilsson <jesper.nilsson@axis.com>
10615 L: linux-arm-kernel@axis.com
10616 L: linux-pci@vger.kernel.org
10617 S: Maintained
10618 F: Documentation/devicetree/bindings/pci/axis,artpec*
10619 F: drivers/pci/dwc/*artpec*
10620
10621 PCIE DRIVER FOR CAVIUM THUNDERX
10622 M: David Daney <david.daney@cavium.com>
10623 L: linux-pci@vger.kernel.org
10624 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10625 S: Supported
10626 F: Documentation/devicetree/bindings/pci/pci-thunder-*
10627 F: drivers/pci/host/pci-thunder-*
10628
10629 PCIE DRIVER FOR HISILICON
10630 M: Zhou Wang <wangzhou1@hisilicon.com>
10631 L: linux-pci@vger.kernel.org
10632 S: Maintained
10633 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10634 F: drivers/pci/dwc/pcie-hisi.c
10635
10636 PCIE DRIVER FOR HISILICON KIRIN
10637 M: Xiaowei Song <songxiaowei@hisilicon.com>
10638 M: Binghui Wang <wangbinghui@hisilicon.com>
10639 L: linux-pci@vger.kernel.org
10640 S: Maintained
10641 F: Documentation/devicetree/bindings/pci/pcie-kirin.txt
10642 F: drivers/pci/dwc/pcie-kirin.c
10643
10644 PCIE DRIVER FOR HISILICON STB
10645 M: Jianguo Sun <sunjianguo1@huawei.com>
10646 M: Shawn Guo <shawn.guo@linaro.org>
10647 L: linux-pci@vger.kernel.org
10648 S: Maintained
10649 F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
10650 F: drivers/pci/dwc/pcie-histb.c
10651
10652 PCIE DRIVER FOR MEDIATEK
10653 M: Ryder Lee <ryder.lee@mediatek.com>
10654 L: linux-pci@vger.kernel.org
10655 L: linux-mediatek@lists.infradead.org
10656 S: Supported
10657 F: Documentation/devicetree/bindings/pci/mediatek*
10658 F: drivers/pci/host/*mediatek*
10659
10660 PCIE DRIVER FOR QUALCOMM MSM
10661 M: Stanimir Varbanov <svarbanov@mm-sol.com>
10662 L: linux-pci@vger.kernel.org
10663 L: linux-arm-msm@vger.kernel.org
10664 S: Maintained
10665 F: drivers/pci/dwc/*qcom*
10666
10667 PCIE DRIVER FOR ROCKCHIP
10668 M: Shawn Lin <shawn.lin@rock-chips.com>
10669 L: linux-pci@vger.kernel.org
10670 L: linux-rockchip@lists.infradead.org
10671 S: Maintained
10672 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10673 F: drivers/pci/host/pcie-rockchip.c
10674
10675 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
10676 M: Linus Walleij <linus.walleij@linaro.org>
10677 L: linux-pci@vger.kernel.org
10678 S: Maintained
10679 F: Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
10680 F: drivers/pci/host/pci-v3-semi.c
10681
10682 PCIE DRIVER FOR ST SPEAR13XX
10683 M: Pratyush Anand <pratyush.anand@gmail.com>
10684 L: linux-pci@vger.kernel.org
10685 S: Maintained
10686 F: drivers/pci/dwc/*spear*
10687
10688 PCMCIA SUBSYSTEM
10689 P: Linux PCMCIA Team
10690 L: linux-pcmcia@lists.infradead.org
10691 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10693 S: Maintained
10694 F: Documentation/pcmcia/
10695 F: tools/pcmcia/
10696 F: drivers/pcmcia/
10697 F: include/pcmcia/
10698
10699 PCNET32 NETWORK DRIVER
10700 M: Don Fry <pcnet32@frontier.com>
10701 L: netdev@vger.kernel.org
10702 S: Maintained
10703 F: drivers/net/ethernet/amd/pcnet32.c
10704
10705 PCRYPT PARALLEL CRYPTO ENGINE
10706 M: Steffen Klassert <steffen.klassert@secunet.com>
10707 L: linux-crypto@vger.kernel.org
10708 S: Maintained
10709 F: crypto/pcrypt.c
10710 F: include/crypto/pcrypt.h
10711
10712 PEAQ WMI HOTKEYS DRIVER
10713 M: Hans de Goede <hdegoede@redhat.com>
10714 L: platform-driver-x86@vger.kernel.org
10715 S: Maintained
10716 F: drivers/platform/x86/peaq-wmi.c
10717
10718 PER-CPU MEMORY ALLOCATOR
10719 M: Tejun Heo <tj@kernel.org>
10720 M: Christoph Lameter <cl@linux.com>
10721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10722 S: Maintained
10723 F: include/linux/percpu*.h
10724 F: mm/percpu*.c
10725 F: arch/*/include/asm/percpu.h
10726
10727 PER-TASK DELAY ACCOUNTING
10728 M: Balbir Singh <bsingharora@gmail.com>
10729 S: Maintained
10730 F: include/linux/delayacct.h
10731 F: kernel/delayacct.c
10732
10733 PERFORMANCE EVENTS SUBSYSTEM
10734 M: Peter Zijlstra <peterz@infradead.org>
10735 M: Ingo Molnar <mingo@redhat.com>
10736 M: Arnaldo Carvalho de Melo <acme@kernel.org>
10737 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10738 R: Jiri Olsa <jolsa@redhat.com>
10739 R: Namhyung Kim <namhyung@kernel.org>
10740 L: linux-kernel@vger.kernel.org
10741 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10742 S: Supported
10743 F: kernel/events/*
10744 F: include/linux/perf_event.h
10745 F: include/uapi/linux/perf_event.h
10746 F: arch/*/kernel/perf_event*.c
10747 F: arch/*/kernel/*/perf_event*.c
10748 F: arch/*/kernel/*/*/perf_event*.c
10749 F: arch/*/include/asm/perf_event.h
10750 F: arch/*/kernel/perf_callchain.c
10751 F: arch/*/events/*
10752 F: tools/perf/
10753
10754 PERSONALITY HANDLING
10755 M: Christoph Hellwig <hch@infradead.org>
10756 L: linux-abi-devel@lists.sourceforge.net
10757 S: Maintained
10758 F: include/linux/personality.h
10759 F: include/uapi/linux/personality.h
10760
10761 PHONET PROTOCOL
10762 M: Remi Denis-Courmont <courmisch@gmail.com>
10763 S: Supported
10764 F: Documentation/networking/phonet.txt
10765 F: include/linux/phonet.h
10766 F: include/net/phonet/
10767 F: include/uapi/linux/phonet.h
10768 F: net/phonet/
10769
10770 PHRAM MTD DRIVER
10771 M: Joern Engel <joern@lazybastard.org>
10772 L: linux-mtd@lists.infradead.org
10773 S: Maintained
10774 F: drivers/mtd/devices/phram.c
10775
10776 PICOLCD HID DRIVER
10777 M: Bruno Prémont <bonbons@linux-vserver.org>
10778 L: linux-input@vger.kernel.org
10779 S: Maintained
10780 F: drivers/hid/hid-picolcd*
10781
10782 PICOXCELL SUPPORT
10783 M: Jamie Iles <jamie@jamieiles.com>
10784 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10785 T: git git://github.com/jamieiles/linux-2.6-ji.git
10786 S: Supported
10787 F: arch/arm/boot/dts/picoxcell*
10788 F: arch/arm/mach-picoxcell/
10789 F: drivers/crypto/picoxcell*
10790
10791 PIN CONTROL SUBSYSTEM
10792 M: Linus Walleij <linus.walleij@linaro.org>
10793 L: linux-gpio@vger.kernel.org
10794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10795 S: Maintained
10796 F: Documentation/devicetree/bindings/pinctrl/
10797 F: Documentation/driver-api/pinctl.rst
10798 F: drivers/pinctrl/
10799 F: include/linux/pinctrl/
10800
10801 PIN CONTROLLER - ATMEL AT91
10802 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10803 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10804 S: Maintained
10805 F: drivers/pinctrl/pinctrl-at91.*
10806
10807 PIN CONTROLLER - ATMEL AT91 PIO4
10808 M: Ludovic Desroches <ludovic.desroches@microchip.com>
10809 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10810 L: linux-gpio@vger.kernel.org
10811 S: Supported
10812 F: drivers/pinctrl/pinctrl-at91-pio4.*
10813
10814 PIN CONTROLLER - INTEL
10815 M: Mika Westerberg <mika.westerberg@linux.intel.com>
10816 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10817 S: Maintained
10818 F: drivers/pinctrl/intel/
10819
10820 PIN CONTROLLER - QUALCOMM
10821 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10822 S: Maintained
10823 L: linux-arm-msm@vger.kernel.org
10824 F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10825 F: drivers/pinctrl/qcom/
10826
10827 PIN CONTROLLER - RENESAS
10828 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10829 M: Geert Uytterhoeven <geert+renesas@glider.be>
10830 L: linux-renesas-soc@vger.kernel.org
10831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
10832 S: Maintained
10833 F: drivers/pinctrl/sh-pfc/
10834
10835 PIN CONTROLLER - SAMSUNG
10836 M: Tomasz Figa <tomasz.figa@gmail.com>
10837 M: Krzysztof Kozlowski <krzk@kernel.org>
10838 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10839 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10840 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10841 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
10842 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10843 S: Maintained
10844 F: drivers/pinctrl/samsung/
10845 F: include/dt-bindings/pinctrl/samsung.h
10846 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10847
10848 PIN CONTROLLER - SINGLE
10849 M: Tony Lindgren <tony@atomide.com>
10850 M: Haojian Zhuang <haojian.zhuang@linaro.org>
10851 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10852 L: linux-omap@vger.kernel.org
10853 S: Maintained
10854 F: drivers/pinctrl/pinctrl-single.c
10855
10856 PIN CONTROLLER - ST SPEAR
10857 M: Viresh Kumar <vireshk@kernel.org>
10858 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10859 W: http://www.st.com/spear
10860 S: Maintained
10861 F: drivers/pinctrl/spear/
10862
10863 PISTACHIO SOC SUPPORT
10864 M: James Hartley <james.hartley@sondrel.com>
10865 L: linux-mips@linux-mips.org
10866 S: Odd Fixes
10867 F: arch/mips/pistachio/
10868 F: arch/mips/include/asm/mach-pistachio/
10869 F: arch/mips/boot/dts/img/pistachio*
10870 F: arch/mips/configs/pistachio*_defconfig
10871
10872 PKTCDVD DRIVER
10873 S: Orphan
10874 M: linux-block@vger.kernel.org
10875 F: drivers/block/pktcdvd.c
10876 F: include/linux/pktcdvd.h
10877 F: include/uapi/linux/pktcdvd.h
10878
10879 PKUNITY SOC DRIVERS
10880 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10881 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10882 S: Maintained
10883 T: git git://github.com/gxt/linux.git
10884 F: drivers/input/serio/i8042-unicore32io.h
10885 F: drivers/i2c/busses/i2c-puv3.c
10886 F: drivers/video/fbdev/fb-puv3.c
10887 F: drivers/rtc/rtc-puv3.c
10888
10889 PMBUS HARDWARE MONITORING DRIVERS
10890 M: Guenter Roeck <linux@roeck-us.net>
10891 L: linux-hwmon@vger.kernel.org
10892 W: http://hwmon.wiki.kernel.org/
10893 W: http://www.roeck-us.net/linux/drivers/
10894 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10895 S: Maintained
10896 F: Documentation/hwmon/pmbus
10897 F: drivers/hwmon/pmbus/
10898 F: include/linux/pmbus.h
10899
10900 PMC SIERRA MaxRAID DRIVER
10901 L: linux-scsi@vger.kernel.org
10902 W: http://www.pmc-sierra.com/
10903 S: Orphan
10904 F: drivers/scsi/pmcraid.*
10905
10906 PMC SIERRA PM8001 DRIVER
10907 M: Jack Wang <jinpu.wang@profitbricks.com>
10908 M: lindar_liu@usish.com
10909 L: linux-scsi@vger.kernel.org
10910 S: Supported
10911 F: drivers/scsi/pm8001/
10912
10913 PNP SUPPORT
10914 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10915 S: Maintained
10916 F: drivers/pnp/
10917
10918 POSIX CLOCKS and TIMERS
10919 M: Thomas Gleixner <tglx@linutronix.de>
10920 L: linux-kernel@vger.kernel.org
10921 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10922 S: Maintained
10923 F: fs/timerfd.c
10924 F: include/linux/timer*
10925 F: kernel/time/*timer*
10926
10927 POWER MANAGEMENT CORE
10928 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10929 L: linux-pm@vger.kernel.org
10930 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10931 B: https://bugzilla.kernel.org
10932 S: Supported
10933 F: drivers/base/power/
10934 F: include/linux/pm.h
10935 F: include/linux/pm_*
10936 F: include/linux/powercap.h
10937 F: drivers/powercap/
10938
10939 POWER STATE COORDINATION INTERFACE (PSCI)
10940 M: Mark Rutland <mark.rutland@arm.com>
10941 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10942 L: linux-arm-kernel@lists.infradead.org
10943 S: Maintained
10944 F: drivers/firmware/psci*.c
10945 F: include/linux/psci.h
10946 F: include/uapi/linux/psci.h
10947
10948 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10949 M: Sebastian Reichel <sre@kernel.org>
10950 L: linux-pm@vger.kernel.org
10951 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10952 S: Maintained
10953 F: Documentation/devicetree/bindings/power/supply/
10954 F: include/linux/power_supply.h
10955 F: drivers/power/supply/
10956
10957 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10958 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10959 L: linuxppc-dev@lists.ozlabs.org
10960 S: Maintained
10961 F: drivers/char/powernv-op-panel.c
10962
10963 PPP OVER ATM (RFC 2364)
10964 M: Mitchell Blank Jr <mitch@sfgoth.com>
10965 S: Maintained
10966 F: net/atm/pppoatm.c
10967 F: include/uapi/linux/atmppp.h
10968
10969 PPP OVER ETHERNET
10970 M: Michal Ostrowski <mostrows@earthlink.net>
10971 S: Maintained
10972 F: drivers/net/ppp/pppoe.c
10973 F: drivers/net/ppp/pppox.c
10974
10975 PPP OVER L2TP
10976 M: James Chapman <jchapman@katalix.com>
10977 S: Maintained
10978 F: net/l2tp/l2tp_ppp.c
10979 F: include/linux/if_pppol2tp.h
10980 F: include/uapi/linux/if_pppol2tp.h
10981
10982 PPP PROTOCOL DRIVERS AND COMPRESSORS
10983 M: Paul Mackerras <paulus@samba.org>
10984 L: linux-ppp@vger.kernel.org
10985 S: Maintained
10986 F: drivers/net/ppp/ppp_*
10987
10988 PPS SUPPORT
10989 M: Rodolfo Giometti <giometti@enneenne.com>
10990 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10991 L: linuxpps@ml.enneenne.com (subscribers-only)
10992 S: Maintained
10993 F: Documentation/pps/
10994 F: Documentation/devicetree/bindings/pps/pps-gpio.txt
10995 F: Documentation/ABI/testing/sysfs-pps
10996 F: drivers/pps/
10997 F: include/linux/pps*.h
10998 F: include/uapi/linux/pps.h
10999
11000 PPTP DRIVER
11001 M: Dmitry Kozlov <xeb@mail.ru>
11002 L: netdev@vger.kernel.org
11003 S: Maintained
11004 F: drivers/net/ppp/pptp.c
11005 W: http://sourceforge.net/projects/accel-pptp
11006
11007 PREEMPTIBLE KERNEL
11008 M: Robert Love <rml@tech9.net>
11009 L: kpreempt-tech@lists.sourceforge.net
11010 W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
11011 S: Supported
11012 F: Documentation/preempt-locking.txt
11013 F: include/linux/preempt.h
11014
11015 PRINTK
11016 M: Petr Mladek <pmladek@suse.com>
11017 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
11018 R: Steven Rostedt <rostedt@goodmis.org>
11019 S: Maintained
11020 F: kernel/printk/
11021 F: include/linux/printk.h
11022
11023 PRISM54 WIRELESS DRIVER
11024 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
11025 L: linux-wireless@vger.kernel.org
11026 W: http://wireless.kernel.org/en/users/Drivers/p54
11027 S: Obsolete
11028 F: drivers/net/wireless/intersil/prism54/
11029
11030 PROC SYSCTL
11031 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
11032 M: Kees Cook <keescook@chromium.org>
11033 L: linux-kernel@vger.kernel.org
11034 L: linux-fsdevel@vger.kernel.org
11035 S: Maintained
11036 F: fs/proc/proc_sysctl.c
11037 F: include/linux/sysctl.h
11038 F: kernel/sysctl.c
11039 F: tools/testing/selftests/sysctl/
11040
11041 PS3 NETWORK SUPPORT
11042 M: Geoff Levand <geoff@infradead.org>
11043 L: netdev@vger.kernel.org
11044 L: linuxppc-dev@lists.ozlabs.org
11045 S: Maintained
11046 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
11047
11048 PS3 PLATFORM SUPPORT
11049 M: Geoff Levand <geoff@infradead.org>
11050 L: linuxppc-dev@lists.ozlabs.org
11051 S: Maintained
11052 F: arch/powerpc/boot/ps3*
11053 F: arch/powerpc/include/asm/lv1call.h
11054 F: arch/powerpc/include/asm/ps3*.h
11055 F: arch/powerpc/platforms/ps3/
11056 F: drivers/*/ps3*
11057 F: drivers/ps3/
11058 F: drivers/rtc/rtc-ps3.c
11059 F: drivers/usb/host/*ps3.c
11060 F: sound/ppc/snd_ps3*
11061
11062 PS3VRAM DRIVER
11063 M: Jim Paris <jim@jtan.com>
11064 M: Geoff Levand <geoff@infradead.org>
11065 L: linuxppc-dev@lists.ozlabs.org
11066 S: Maintained
11067 F: drivers/block/ps3vram.c
11068
11069 PSAMPLE PACKET SAMPLING SUPPORT:
11070 M: Yotam Gigi <yotam.gi@gmail.com>
11071 S: Maintained
11072 F: net/psample
11073 F: include/net/psample.h
11074 F: include/uapi/linux/psample.h
11075
11076 PSTORE FILESYSTEM
11077 M: Kees Cook <keescook@chromium.org>
11078 M: Anton Vorontsov <anton@enomsg.org>
11079 M: Colin Cross <ccross@android.com>
11080 M: Tony Luck <tony.luck@intel.com>
11081 S: Maintained
11082 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
11083 F: fs/pstore/
11084 F: include/linux/pstore*
11085 F: drivers/firmware/efi/efi-pstore.c
11086 F: drivers/acpi/apei/erst.c
11087 F: Documentation/admin-guide/ramoops.rst
11088 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
11089 K: \b(pstore|ramoops)
11090
11091 PTP HARDWARE CLOCK SUPPORT
11092 M: Richard Cochran <richardcochran@gmail.com>
11093 L: netdev@vger.kernel.org
11094 S: Maintained
11095 W: http://linuxptp.sourceforge.net/
11096 F: Documentation/ABI/testing/sysfs-ptp
11097 F: Documentation/ptp/*
11098 F: drivers/net/ethernet/freescale/gianfar_ptp.c
11099 F: drivers/net/phy/dp83640*
11100 F: drivers/ptp/*
11101 F: include/linux/ptp_cl*
11102
11103 PTRACE SUPPORT
11104 M: Oleg Nesterov <oleg@redhat.com>
11105 S: Maintained
11106 F: include/asm-generic/syscall.h
11107 F: include/linux/ptrace.h
11108 F: include/linux/regset.h
11109 F: include/linux/tracehook.h
11110 F: include/uapi/linux/ptrace.h
11111 F: include/uapi/linux/ptrace.h
11112 F: include/asm-generic/ptrace.h
11113 F: kernel/ptrace.c
11114 F: arch/*/ptrace*.c
11115 F: arch/*/*/ptrace*.c
11116 F: arch/*/include/asm/ptrace*.h
11117
11118 PULSE8-CEC DRIVER
11119 M: Hans Verkuil <hverkuil@xs4all.nl>
11120 L: linux-media@vger.kernel.org
11121 T: git git://linuxtv.org/media_tree.git
11122 S: Maintained
11123 F: drivers/media/usb/pulse8-cec/*
11124 F: Documentation/media/cec-drivers/pulse8-cec.rst
11125
11126 PVRUSB2 VIDEO4LINUX DRIVER
11127 M: Mike Isely <isely@pobox.com>
11128 L: pvrusb2@isely.net (subscribers-only)
11129 L: linux-media@vger.kernel.org
11130 W: http://www.isely.net/pvrusb2/
11131 T: git git://linuxtv.org/media_tree.git
11132 S: Maintained
11133 F: Documentation/media/v4l-drivers/pvrusb2*
11134 F: drivers/media/usb/pvrusb2/
11135
11136 PWC WEBCAM DRIVER
11137 M: Hans Verkuil <hverkuil@xs4all.nl>
11138 L: linux-media@vger.kernel.org
11139 T: git git://linuxtv.org/media_tree.git
11140 S: Odd Fixes
11141 F: drivers/media/usb/pwc/*
11142
11143 PWM FAN DRIVER
11144 M: Kamil Debski <kamil@wypas.org>
11145 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11146 L: linux-hwmon@vger.kernel.org
11147 S: Supported
11148 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
11149 F: Documentation/hwmon/pwm-fan
11150 F: drivers/hwmon/pwm-fan.c
11151
11152 PWM IR Transmitter
11153 M: Sean Young <sean@mess.org>
11154 L: linux-media@vger.kernel.org
11155 S: Maintained
11156 F: drivers/media/rc/pwm-ir-tx.c
11157
11158 PWM SUBSYSTEM
11159 M: Thierry Reding <thierry.reding@gmail.com>
11160 L: linux-pwm@vger.kernel.org
11161 S: Maintained
11162 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
11163 F: Documentation/pwm.txt
11164 F: Documentation/devicetree/bindings/pwm/
11165 F: include/linux/pwm.h
11166 F: drivers/pwm/
11167 F: drivers/video/backlight/pwm_bl.c
11168 F: include/linux/pwm_backlight.h
11169 F: drivers/gpio/gpio-mvebu.c
11170 F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
11171
11172 PXA GPIO DRIVER
11173 M: Robert Jarzmik <robert.jarzmik@free.fr>
11174 L: linux-gpio@vger.kernel.org
11175 S: Maintained
11176 F: drivers/gpio/gpio-pxa.c
11177
11178 PXA MMCI DRIVER
11179 S: Orphan
11180
11181 PXA RTC DRIVER
11182 M: Robert Jarzmik <robert.jarzmik@free.fr>
11183 L: linux-rtc@vger.kernel.org
11184 S: Maintained
11185
11186 PXA2xx/PXA3xx SUPPORT
11187 M: Daniel Mack <daniel@zonque.org>
11188 M: Haojian Zhuang <haojian.zhuang@gmail.com>
11189 M: Robert Jarzmik <robert.jarzmik@free.fr>
11190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11191 T: git git://github.com/hzhuang1/linux.git
11192 T: git git://github.com/rjarzmik/linux.git
11193 S: Maintained
11194 F: arch/arm/boot/dts/pxa*
11195 F: arch/arm/mach-pxa/
11196 F: drivers/dma/pxa*
11197 F: drivers/pcmcia/pxa2xx*
11198 F: drivers/pinctrl/pxa/
11199 F: drivers/spi/spi-pxa2xx*
11200 F: drivers/usb/gadget/udc/pxa2*
11201 F: include/sound/pxa2xx-lib.h
11202 F: sound/arm/pxa*
11203 F: sound/soc/pxa/
11204
11205 PXA3xx NAND FLASH DRIVER
11206 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
11207 L: linux-mtd@lists.infradead.org
11208 S: Maintained
11209 F: drivers/mtd/nand/pxa3xx_nand.c
11210
11211 QAT DRIVER
11212 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
11213 L: qat-linux@intel.com
11214 S: Supported
11215 F: drivers/crypto/qat/
11216
11217 QCOM AUDIO (ASoC) DRIVERS
11218 M: Patrick Lai <plai@codeaurora.org>
11219 M: Banajit Goswami <bgoswami@codeaurora.org>
11220 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11221 S: Supported
11222 F: sound/soc/qcom/
11223
11224 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
11225 M: Gabriel Somlo <somlo@cmu.edu>
11226 M: "Michael S. Tsirkin" <mst@redhat.com>
11227 L: qemu-devel@nongnu.org
11228 S: Maintained
11229 F: drivers/firmware/qemu_fw_cfg.c
11230
11231 QIB DRIVER
11232 M: Mike Marciniszyn <infinipath@intel.com>
11233 L: linux-rdma@vger.kernel.org
11234 S: Supported
11235 F: drivers/infiniband/hw/qib/
11236
11237 QLOGIC QL41xxx FCOE DRIVER
11238 M: QLogic-Storage-Upstream@cavium.com
11239 L: linux-scsi@vger.kernel.org
11240 S: Supported
11241 F: drivers/scsi/qedf/
11242
11243 QLOGIC QL41xxx ISCSI DRIVER
11244 M: QLogic-Storage-Upstream@cavium.com
11245 L: linux-scsi@vger.kernel.org
11246 S: Supported
11247 F: drivers/scsi/qedi/
11248
11249 QLOGIC QL4xxx ETHERNET DRIVER
11250 M: Ariel Elior <Ariel.Elior@cavium.com>
11251 M: everest-linux-l2@cavium.com
11252 L: netdev@vger.kernel.org
11253 S: Supported
11254 F: drivers/net/ethernet/qlogic/qed/
11255 F: include/linux/qed/
11256 F: drivers/net/ethernet/qlogic/qede/
11257
11258 QLOGIC QL4xxx RDMA DRIVER
11259 M: Ram Amrani <Ram.Amrani@cavium.com>
11260 M: Michal Kalderon <Michal.Kalderon@cavium.com>
11261 M: Ariel Elior <Ariel.Elior@cavium.com>
11262 L: linux-rdma@vger.kernel.org
11263 S: Supported
11264 F: drivers/infiniband/hw/qedr/
11265 F: include/uapi/rdma/qedr-abi.h
11266
11267 QLOGIC QLA1280 SCSI DRIVER
11268 M: Michael Reed <mdr@sgi.com>
11269 L: linux-scsi@vger.kernel.org
11270 S: Maintained
11271 F: drivers/scsi/qla1280.[ch]
11272
11273 QLOGIC QLA2XXX FC-SCSI DRIVER
11274 M: qla2xxx-upstream@qlogic.com
11275 L: linux-scsi@vger.kernel.org
11276 S: Supported
11277 F: Documentation/scsi/LICENSE.qla2xxx
11278 F: drivers/scsi/qla2xxx/
11279
11280 QLOGIC QLA3XXX NETWORK DRIVER
11281 M: Dept-GELinuxNICDev@cavium.com
11282 L: netdev@vger.kernel.org
11283 S: Supported
11284 F: Documentation/networking/LICENSE.qla3xxx
11285 F: drivers/net/ethernet/qlogic/qla3xxx.*
11286
11287 QLOGIC QLA4XXX iSCSI DRIVER
11288 M: QLogic-Storage-Upstream@qlogic.com
11289 L: linux-scsi@vger.kernel.org
11290 S: Supported
11291 F: Documentation/scsi/LICENSE.qla4xxx
11292 F: drivers/scsi/qla4xxx/
11293
11294 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
11295 M: Harish Patil <harish.patil@cavium.com>
11296 M: Manish Chopra <manish.chopra@cavium.com>
11297 M: Dept-GELinuxNICDev@cavium.com
11298 L: netdev@vger.kernel.org
11299 S: Supported
11300 F: drivers/net/ethernet/qlogic/qlcnic/
11301
11302 QLOGIC QLGE 10Gb ETHERNET DRIVER
11303 M: Harish Patil <harish.patil@cavium.com>
11304 M: Manish Chopra <manish.chopra@cavium.com>
11305 M: Dept-GELinuxNICDev@cavium.com
11306 L: netdev@vger.kernel.org
11307 S: Supported
11308 F: drivers/net/ethernet/qlogic/qlge/
11309
11310 QNX4 FILESYSTEM
11311 M: Anders Larsen <al@alarsen.net>
11312 W: http://www.alarsen.net/linux/qnx4fs/
11313 S: Maintained
11314 F: fs/qnx4/
11315 F: include/uapi/linux/qnx4_fs.h
11316 F: include/uapi/linux/qnxtypes.h
11317
11318 QORIQ DPAA2 FSL-MC BUS DRIVER
11319 M: Stuart Yoder <stuyoder@gmail.com>
11320 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
11321 L: linux-kernel@vger.kernel.org
11322 S: Maintained
11323 F: drivers/staging/fsl-mc/
11324 F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
11325
11326 QT1010 MEDIA DRIVER
11327 M: Antti Palosaari <crope@iki.fi>
11328 L: linux-media@vger.kernel.org
11329 W: https://linuxtv.org
11330 W: http://palosaari.fi/linux/
11331 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11332 T: git git://linuxtv.org/anttip/media_tree.git
11333 S: Maintained
11334 F: drivers/media/tuners/qt1010*
11335
11336 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
11337 M: Kalle Valo <kvalo@qca.qualcomm.com>
11338 L: ath10k@lists.infradead.org
11339 W: http://wireless.kernel.org/en/users/Drivers/ath10k
11340 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
11341 S: Supported
11342 F: drivers/net/wireless/ath/ath10k/
11343
11344 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
11345 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
11346 L: linux-wireless@vger.kernel.org
11347 W: http://wireless.kernel.org/en/users/Drivers/ath9k
11348 S: Supported
11349 F: drivers/net/wireless/ath/ath9k/
11350
11351 QUALCOMM CAMERA CONTROL INTERFACE DRIVER
11352 M: Todor Tomov <todor.tomov@linaro.org>
11353 L: linux-i2c@vger.kernel.org
11354 S: Maintained
11355 F: Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
11356 F: drivers/i2c/busses/i2c-qcom-cci.c
11357
11358 QUALCOMM CAMERA SUBSYSTEM DRIVER
11359 M: Todor Tomov <todor.tomov@linaro.org>
11360 L: linux-media@vger.kernel.org
11361 S: Maintained
11362 F: Documentation/devicetree/bindings/media/qcom,camss.txt
11363 F: Documentation/media/v4l-drivers/qcom_camss.rst
11364 F: drivers/media/platform/qcom/camss-8x16/
11365
11366 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11367 M: Timur Tabi <timur@codeaurora.org>
11368 L: netdev@vger.kernel.org
11369 S: Supported
11370 F: drivers/net/ethernet/qualcomm/emac/
11371
11372 QUALCOMM HEXAGON ARCHITECTURE
11373 M: Richard Kuo <rkuo@codeaurora.org>
11374 L: linux-hexagon@vger.kernel.org
11375 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
11376 S: Supported
11377 F: arch/hexagon/
11378
11379 QUALCOMM IOMMU
11380 M: Rob Clark <robdclark@gmail.com>
11381 L: iommu@lists.linux-foundation.org
11382 L: linux-arm-msm@vger.kernel.org
11383 S: Maintained
11384 F: drivers/iommu/qcom_iommu.c
11385
11386 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
11387 M: Stanimir Varbanov <stanimir.varbanov@linaro.org>
11388 L: linux-media@vger.kernel.org
11389 L: linux-arm-msm@vger.kernel.org
11390 T: git git://linuxtv.org/media_tree.git
11391 S: Maintained
11392 F: drivers/media/platform/qcom/venus/
11393
11394 QUALCOMM WCN36XX WIRELESS DRIVER
11395 M: Eugene Krasnikov <k.eugene.e@gmail.com>
11396 L: wcn36xx@lists.infradead.org
11397 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
11398 T: git git://github.com/KrasnikovEugene/wcn36xx.git
11399 S: Supported
11400 F: drivers/net/wireless/ath/wcn36xx/
11401
11402 QUANTENNA QTNFMAC WIRELESS DRIVER
11403 M: Igor Mitsyanko <imitsyanko@quantenna.com>
11404 M: Avinash Patil <avinashp@quantenna.com>
11405 M: Sergey Matyukevich <smatyukevich@quantenna.com>
11406 L: linux-wireless@vger.kernel.org
11407 S: Maintained
11408 F: drivers/net/wireless/quantenna
11409
11410 RADEON and AMDGPU DRM DRIVERS
11411 M: Alex Deucher <alexander.deucher@amd.com>
11412 M: Christian König <christian.koenig@amd.com>
11413 L: amd-gfx@lists.freedesktop.org
11414 T: git git://people.freedesktop.org/~agd5f/linux
11415 S: Supported
11416 F: drivers/gpu/drm/radeon/
11417 F: include/uapi/drm/radeon_drm.h
11418 F: drivers/gpu/drm/amd/
11419 F: include/uapi/drm/amdgpu_drm.h
11420
11421 RADEON FRAMEBUFFER DISPLAY DRIVER
11422 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
11423 L: linux-fbdev@vger.kernel.org
11424 S: Maintained
11425 F: drivers/video/fbdev/aty/radeon*
11426 F: include/uapi/linux/radeonfb.h
11427
11428 RADIOSHARK RADIO DRIVER
11429 M: Hans Verkuil <hverkuil@xs4all.nl>
11430 L: linux-media@vger.kernel.org
11431 T: git git://linuxtv.org/media_tree.git
11432 S: Maintained
11433 F: drivers/media/radio/radio-shark.c
11434
11435 RADIOSHARK2 RADIO DRIVER
11436 M: Hans Verkuil <hverkuil@xs4all.nl>
11437 L: linux-media@vger.kernel.org
11438 T: git git://linuxtv.org/media_tree.git
11439 S: Maintained
11440 F: drivers/media/radio/radio-shark2.c
11441 F: drivers/media/radio/radio-tea5777.c
11442
11443 RADOS BLOCK DEVICE (RBD)
11444 M: Ilya Dryomov <idryomov@gmail.com>
11445 M: Sage Weil <sage@redhat.com>
11446 M: Alex Elder <elder@kernel.org>
11447 L: ceph-devel@vger.kernel.org
11448 W: http://ceph.com/
11449 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
11450 T: git git://github.com/ceph/ceph-client.git
11451 S: Supported
11452 F: Documentation/ABI/testing/sysfs-bus-rbd
11453 F: drivers/block/rbd.c
11454 F: drivers/block/rbd_types.h
11455
11456 RAGE128 FRAMEBUFFER DISPLAY DRIVER
11457 M: Paul Mackerras <paulus@samba.org>
11458 L: linux-fbdev@vger.kernel.org
11459 S: Maintained
11460 F: drivers/video/fbdev/aty/aty128fb.c
11461
11462 RAINSHADOW-CEC DRIVER
11463 M: Hans Verkuil <hverkuil@xs4all.nl>
11464 L: linux-media@vger.kernel.org
11465 T: git git://linuxtv.org/media_tree.git
11466 S: Maintained
11467 F: drivers/media/usb/rainshadow-cec/*
11468
11469 RALINK MIPS ARCHITECTURE
11470 M: John Crispin <john@phrozen.org>
11471 L: linux-mips@linux-mips.org
11472 S: Maintained
11473 F: arch/mips/ralink
11474
11475 RALINK RT2X00 WIRELESS LAN DRIVER
11476 P: rt2x00 project
11477 M: Stanislaw Gruszka <sgruszka@redhat.com>
11478 M: Helmut Schaa <helmut.schaa@googlemail.com>
11479 L: linux-wireless@vger.kernel.org
11480 S: Maintained
11481 F: drivers/net/wireless/ralink/rt2x00/
11482
11483 RAMDISK RAM BLOCK DEVICE DRIVER
11484 M: Jens Axboe <axboe@kernel.dk>
11485 S: Maintained
11486 F: Documentation/blockdev/ramdisk.txt
11487 F: drivers/block/brd.c
11488
11489 RANDOM NUMBER DRIVER
11490 M: "Theodore Ts'o" <tytso@mit.edu>
11491 S: Maintained
11492 F: drivers/char/random.c
11493
11494 RAPIDIO SUBSYSTEM
11495 M: Matt Porter <mporter@kernel.crashing.org>
11496 M: Alexandre Bounine <alexandre.bounine@idt.com>
11497 S: Maintained
11498 F: drivers/rapidio/
11499
11500 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11501 L: linux-wireless@vger.kernel.org
11502 S: Orphan
11503 F: drivers/net/wireless/ray*
11504
11505 RCUTORTURE MODULE
11506 M: Josh Triplett <josh@joshtriplett.org>
11507 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11508 L: linux-kernel@vger.kernel.org
11509 S: Supported
11510 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11511 F: Documentation/RCU/torture.txt
11512 F: kernel/rcu/rcutorture.c
11513
11514 RCUTORTURE TEST FRAMEWORK
11515 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11516 M: Josh Triplett <josh@joshtriplett.org>
11517 R: Steven Rostedt <rostedt@goodmis.org>
11518 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11519 R: Lai Jiangshan <jiangshanlai@gmail.com>
11520 L: linux-kernel@vger.kernel.org
11521 S: Supported
11522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11523 F: tools/testing/selftests/rcutorture
11524
11525 RDC R-321X SoC
11526 M: Florian Fainelli <florian@openwrt.org>
11527 S: Maintained
11528
11529 RDC R6040 FAST ETHERNET DRIVER
11530 M: Florian Fainelli <f.fainelli@gmail.com>
11531 L: netdev@vger.kernel.org
11532 S: Maintained
11533 F: drivers/net/ethernet/rdc/r6040.c
11534
11535 RDMAVT - RDMA verbs software
11536 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
11537 L: linux-rdma@vger.kernel.org
11538 S: Supported
11539 F: drivers/infiniband/sw/rdmavt
11540
11541 RDS - RELIABLE DATAGRAM SOCKETS
11542 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
11543 L: netdev@vger.kernel.org
11544 L: linux-rdma@vger.kernel.org
11545 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
11546 W: https://oss.oracle.com/projects/rds/
11547 S: Supported
11548 F: net/rds/
11549 F: Documentation/networking/rds.txt
11550
11551 RDT - RESOURCE ALLOCATION
11552 M: Fenghua Yu <fenghua.yu@intel.com>
11553 L: linux-kernel@vger.kernel.org
11554 S: Supported
11555 F: arch/x86/kernel/cpu/intel_rdt*
11556 F: arch/x86/include/asm/intel_rdt_sched.h
11557 F: Documentation/x86/intel_rdt*
11558
11559 READ-COPY UPDATE (RCU)
11560 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11561 M: Josh Triplett <josh@joshtriplett.org>
11562 R: Steven Rostedt <rostedt@goodmis.org>
11563 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11564 R: Lai Jiangshan <jiangshanlai@gmail.com>
11565 L: linux-kernel@vger.kernel.org
11566 W: http://www.rdrop.com/users/paulmck/RCU/
11567 S: Supported
11568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11569 F: Documentation/RCU/
11570 X: Documentation/RCU/torture.txt
11571 F: include/linux/rcu*
11572 X: include/linux/srcu.h
11573 F: kernel/rcu/
11574 X: kernel/torture.c
11575
11576 REAL TIME CLOCK (RTC) SUBSYSTEM
11577 M: Alessandro Zummo <a.zummo@towertech.it>
11578 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
11579 L: linux-rtc@vger.kernel.org
11580 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
11581 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11582 S: Maintained
11583 F: Documentation/devicetree/bindings/rtc/
11584 F: Documentation/rtc.txt
11585 F: drivers/rtc/
11586 F: include/linux/rtc.h
11587 F: include/uapi/linux/rtc.h
11588 F: include/linux/rtc/
11589 F: include/linux/platform_data/rtc-*
11590 F: tools/testing/selftests/timers/rtctest.c
11591
11592 REALTEK AUDIO CODECS
11593 M: Bard Liao <bardliao@realtek.com>
11594 M: Oder Chiou <oder_chiou@realtek.com>
11595 S: Maintained
11596 F: sound/soc/codecs/rt*
11597 F: include/sound/rt*.h
11598
11599 REGISTER MAP ABSTRACTION
11600 M: Mark Brown <broonie@kernel.org>
11601 L: linux-kernel@vger.kernel.org
11602 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11603 S: Supported
11604 F: Documentation/devicetree/bindings/regmap/
11605 F: drivers/base/regmap/
11606 F: include/linux/regmap.h
11607
11608 REISERFS FILE SYSTEM
11609 L: reiserfs-devel@vger.kernel.org
11610 S: Supported
11611 F: fs/reiserfs/
11612
11613 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11614 M: Ohad Ben-Cohen <ohad@wizery.com>
11615 M: Bjorn Andersson <bjorn.andersson@linaro.org>
11616 L: linux-remoteproc@vger.kernel.org
11617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11618 S: Maintained
11619 F: Documentation/devicetree/bindings/remoteproc/
11620 F: Documentation/remoteproc.txt
11621 F: drivers/remoteproc/
11622 F: include/linux/remoteproc.h
11623
11624 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11625 M: Ohad Ben-Cohen <ohad@wizery.com>
11626 M: Bjorn Andersson <bjorn.andersson@linaro.org>
11627 L: linux-remoteproc@vger.kernel.org
11628 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11629 S: Maintained
11630 F: drivers/rpmsg/
11631 F: Documentation/rpmsg.txt
11632 F: include/linux/rpmsg.h
11633 F: include/linux/rpmsg/
11634
11635 RENESAS CLOCK DRIVERS
11636 M: Geert Uytterhoeven <geert+renesas@glider.be>
11637 L: linux-renesas-soc@vger.kernel.org
11638 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
11639 S: Supported
11640 F: drivers/clk/renesas/
11641
11642 RENESAS ETHERNET DRIVERS
11643 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11644 L: netdev@vger.kernel.org
11645 L: linux-renesas-soc@vger.kernel.org
11646 F: Documentation/devicetree/bindings/net/renesas,*.txt
11647 F: Documentation/devicetree/bindings/net/sh_eth.txt
11648 F: drivers/net/ethernet/renesas/
11649 F: include/linux/sh_eth.h
11650
11651 RENESAS R-CAR GYROADC DRIVER
11652 M: Marek Vasut <marek.vasut@gmail.com>
11653 L: linux-iio@vger.kernel.org
11654 S: Supported
11655 F: drivers/iio/adc/rcar_gyro_adc.c
11656
11657 RENESAS USB PHY DRIVER
11658 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11659 L: linux-renesas-soc@vger.kernel.org
11660 S: Maintained
11661 F: drivers/phy/renesas/phy-rcar-gen3-usb*.c
11662
11663 RESET CONTROLLER FRAMEWORK
11664 M: Philipp Zabel <p.zabel@pengutronix.de>
11665 T: git git://git.pengutronix.de/git/pza/linux
11666 S: Maintained
11667 F: drivers/reset/
11668 F: Documentation/devicetree/bindings/reset/
11669 F: include/dt-bindings/reset/
11670 F: include/linux/reset.h
11671 F: include/linux/reset-controller.h
11672
11673 RFKILL
11674 M: Johannes Berg <johannes@sipsolutions.net>
11675 L: linux-wireless@vger.kernel.org
11676 W: http://wireless.kernel.org/
11677 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11678 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11679 S: Maintained
11680 F: Documentation/rfkill.txt
11681 F: Documentation/ABI/stable/sysfs-class-rfkill
11682 F: net/rfkill/
11683
11684 RHASHTABLE
11685 M: Thomas Graf <tgraf@suug.ch>
11686 M: Herbert Xu <herbert@gondor.apana.org.au>
11687 L: netdev@vger.kernel.org
11688 S: Maintained
11689 F: lib/rhashtable.c
11690 F: include/linux/rhashtable.h
11691
11692 RICOH R5C592 MEMORYSTICK DRIVER
11693 M: Maxim Levitsky <maximlevitsky@gmail.com>
11694 S: Maintained
11695 F: drivers/memstick/host/r592.*
11696
11697 RICOH SMARTMEDIA/XD DRIVER
11698 M: Maxim Levitsky <maximlevitsky@gmail.com>
11699 S: Maintained
11700 F: drivers/mtd/nand/r852.c
11701 F: drivers/mtd/nand/r852.h
11702
11703 RISC-V ARCHITECTURE
11704 M: Palmer Dabbelt <palmer@sifive.com>
11705 M: Albert Ou <albert@sifive.com>
11706 L: linux-riscv@lists.infradead.org
11707 T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
11708 S: Supported
11709 F: arch/riscv/
11710 K: riscv
11711 N: riscv
11712
11713 ROCCAT DRIVERS
11714 M: Stefan Achatz <erazor_de@users.sourceforge.net>
11715 W: http://sourceforge.net/projects/roccat/
11716 S: Maintained
11717 F: drivers/hid/hid-roccat*
11718 F: include/linux/hid-roccat*
11719 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
11720
11721 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
11722 M: Jacob chen <jacob2.chen@rock-chips.com>
11723 L: linux-media@vger.kernel.org
11724 S: Maintained
11725 F: drivers/media/platform/rockchip/rga/
11726 F: Documentation/devicetree/bindings/media/rockchip-rga.txt
11727
11728 ROCKER DRIVER
11729 M: Jiri Pirko <jiri@resnulli.us>
11730 L: netdev@vger.kernel.org
11731 S: Supported
11732 F: drivers/net/ethernet/rocker/
11733
11734 ROCKETPORT DRIVER
11735 P: Comtrol Corp.
11736 W: http://www.comtrol.com
11737 S: Maintained
11738 F: Documentation/serial/rocket.txt
11739 F: drivers/tty/rocket*
11740
11741 ROCKETPORT EXPRESS/INFINITY DRIVER
11742 M: Kevin Cernekee <cernekee@gmail.com>
11743 L: linux-serial@vger.kernel.org
11744 S: Odd Fixes
11745 F: drivers/tty/serial/rp2.*
11746
11747 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
11748 M: Marek Vasut <marek.vasut+renesas@gmail.com>
11749 L: linux-kernel@vger.kernel.org
11750 L: linux-renesas-soc@vger.kernel.org
11751 S: Supported
11752 F: drivers/mfd/bd9571mwv.c
11753 F: drivers/regulator/bd9571mwv-regulator.c
11754 F: drivers/gpio/gpio-bd9571mwv.c
11755 F: include/linux/mfd/bd9571mwv.h
11756 F: Documentation/devicetree/bindings/mfd/bd9571mwv.txt
11757
11758 ROSE NETWORK LAYER
11759 M: Ralf Baechle <ralf@linux-mips.org>
11760 L: linux-hams@vger.kernel.org
11761 W: http://www.linux-ax25.org/
11762 S: Maintained
11763 F: include/net/rose.h
11764 F: include/uapi/linux/rose.h
11765 F: net/rose/
11766
11767 RTL2830 MEDIA DRIVER
11768 M: Antti Palosaari <crope@iki.fi>
11769 L: linux-media@vger.kernel.org
11770 W: https://linuxtv.org
11771 W: http://palosaari.fi/linux/
11772 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11773 T: git git://linuxtv.org/anttip/media_tree.git
11774 S: Maintained
11775 F: drivers/media/dvb-frontends/rtl2830*
11776
11777 RTL2832 MEDIA DRIVER
11778 M: Antti Palosaari <crope@iki.fi>
11779 L: linux-media@vger.kernel.org
11780 W: https://linuxtv.org
11781 W: http://palosaari.fi/linux/
11782 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11783 T: git git://linuxtv.org/anttip/media_tree.git
11784 S: Maintained
11785 F: drivers/media/dvb-frontends/rtl2832*
11786
11787 RTL2832_SDR MEDIA DRIVER
11788 M: Antti Palosaari <crope@iki.fi>
11789 L: linux-media@vger.kernel.org
11790 W: https://linuxtv.org
11791 W: http://palosaari.fi/linux/
11792 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11793 T: git git://linuxtv.org/anttip/media_tree.git
11794 S: Maintained
11795 F: drivers/media/dvb-frontends/rtl2832_sdr*
11796
11797 RTL8180 WIRELESS DRIVER
11798 L: linux-wireless@vger.kernel.org
11799 W: http://wireless.kernel.org/
11800 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11801 S: Orphan
11802 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
11803
11804 RTL8187 WIRELESS DRIVER
11805 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11806 M: Hin-Tak Leung <htl10@users.sourceforge.net>
11807 M: Larry Finger <Larry.Finger@lwfinger.net>
11808 L: linux-wireless@vger.kernel.org
11809 W: http://wireless.kernel.org/
11810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11811 S: Maintained
11812 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
11813
11814 RTL8192CE WIRELESS DRIVER
11815 M: Larry Finger <Larry.Finger@lwfinger.net>
11816 M: Chaoming Li <chaoming_li@realsil.com.cn>
11817 L: linux-wireless@vger.kernel.org
11818 W: http://wireless.kernel.org/
11819 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11820 S: Maintained
11821 F: drivers/net/wireless/realtek/rtlwifi/
11822 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11823
11824 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11825 M: Jes Sorensen <Jes.Sorensen@gmail.com>
11826 L: linux-wireless@vger.kernel.org
11827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11828 S: Maintained
11829 F: drivers/net/wireless/realtek/rtl8xxxu/
11830
11831 RXRPC SOCKETS (AF_RXRPC)
11832 M: David Howells <dhowells@redhat.com>
11833 L: linux-afs@lists.infradead.org
11834 S: Supported
11835 F: net/rxrpc/
11836 F: include/keys/rxrpc-type.h
11837 F: include/net/af_rxrpc.h
11838 F: include/trace/events/rxrpc.h
11839 F: include/uapi/linux/rxrpc.h
11840 F: Documentation/networking/rxrpc.txt
11841 W: https://www.infradead.org/~dhowells/kafs/
11842
11843 S3 SAVAGE FRAMEBUFFER DRIVER
11844 M: Antonino Daplas <adaplas@gmail.com>
11845 L: linux-fbdev@vger.kernel.org
11846 S: Maintained
11847 F: drivers/video/fbdev/savage/
11848
11849 S390
11850 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
11851 M: Heiko Carstens <heiko.carstens@de.ibm.com>
11852 L: linux-s390@vger.kernel.org
11853 W: http://www.ibm.com/developerworks/linux/linux390/
11854 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11855 S: Supported
11856 F: arch/s390/
11857 F: drivers/s390/
11858 F: Documentation/s390/
11859 F: Documentation/driver-api/s390-drivers.rst
11860
11861 S390 COMMON I/O LAYER
11862 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11863 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11864 L: linux-s390@vger.kernel.org
11865 W: http://www.ibm.com/developerworks/linux/linux390/
11866 S: Supported
11867 F: drivers/s390/cio/
11868
11869 S390 DASD DRIVER
11870 M: Stefan Haberland <sth@linux.vnet.ibm.com>
11871 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11872 L: linux-s390@vger.kernel.org
11873 W: http://www.ibm.com/developerworks/linux/linux390/
11874 S: Supported
11875 F: drivers/s390/block/dasd*
11876 F: block/partitions/ibm.c
11877
11878 S390 IOMMU (PCI)
11879 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11880 L: linux-s390@vger.kernel.org
11881 W: http://www.ibm.com/developerworks/linux/linux390/
11882 S: Supported
11883 F: drivers/iommu/s390-iommu.c
11884
11885 S390 IUCV NETWORK LAYER
11886 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11887 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11888 L: linux-s390@vger.kernel.org
11889 W: http://www.ibm.com/developerworks/linux/linux390/
11890 S: Supported
11891 F: drivers/s390/net/*iucv*
11892 F: include/net/iucv/
11893 F: net/iucv/
11894
11895 S390 NETWORK DRIVERS
11896 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11897 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11898 L: linux-s390@vger.kernel.org
11899 W: http://www.ibm.com/developerworks/linux/linux390/
11900 S: Supported
11901 F: drivers/s390/net/
11902
11903 S390 PCI SUBSYSTEM
11904 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11905 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11906 L: linux-s390@vger.kernel.org
11907 W: http://www.ibm.com/developerworks/linux/linux390/
11908 S: Supported
11909 F: arch/s390/pci/
11910 F: drivers/pci/hotplug/s390_pci_hpc.c
11911
11912 S390 VFIO-CCW DRIVER
11913 M: Cornelia Huck <cohuck@redhat.com>
11914 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11915 L: linux-s390@vger.kernel.org
11916 L: kvm@vger.kernel.org
11917 S: Supported
11918 F: drivers/s390/cio/vfio_ccw*
11919 F: Documentation/s390/vfio-ccw.txt
11920 F: include/uapi/linux/vfio_ccw.h
11921
11922 S390 ZCRYPT DRIVER
11923 M: Harald Freudenberger <freude@de.ibm.com>
11924 L: linux-s390@vger.kernel.org
11925 W: http://www.ibm.com/developerworks/linux/linux390/
11926 S: Supported
11927 F: drivers/s390/crypto/
11928
11929 S390 VFIO AP DRIVER
11930 M: Tony Krowiak <akrowiak@linux.ibm.com>
11931 M: Pierre Morel <pmorel@linux.ibm.com>
11932 M: Halil Pasic <pasic@linux.ibm.com>
11933 L: linux-s390@vger.kernel.org
11934 W: http://www.ibm.com/developerworks/linux/linux390/
11935 S: Supported
11936 F: drivers/s390/crypto/vfio_ap_drv.c
11937 F: drivers/s390/crypto/vfio_ap_private.h
11938 F: drivers/s390/crypto/vfio_ap_ops.c
11939 F: Documentation/s390/vfio-ap.txt
11940
11941 S390 ZFCP DRIVER
11942 M: Steffen Maier <maier@linux.vnet.ibm.com>
11943 M: Benjamin Block <bblock@linux.vnet.ibm.com>
11944 L: linux-s390@vger.kernel.org
11945 W: http://www.ibm.com/developerworks/linux/linux390/
11946 S: Supported
11947 F: drivers/s390/scsi/zfcp_*
11948
11949 S3C24XX SD/MMC Driver
11950 M: Ben Dooks <ben-linux@fluff.org>
11951 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11952 S: Supported
11953 F: drivers/mmc/host/s3cmci.*
11954
11955 SAA6588 RDS RECEIVER DRIVER
11956 M: Hans Verkuil <hverkuil@xs4all.nl>
11957 L: linux-media@vger.kernel.org
11958 T: git git://linuxtv.org/media_tree.git
11959 W: https://linuxtv.org
11960 S: Odd Fixes
11961 F: drivers/media/i2c/saa6588*
11962
11963 SAA7134 VIDEO4LINUX DRIVER
11964 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11965 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11966 L: linux-media@vger.kernel.org
11967 W: https://linuxtv.org
11968 T: git git://linuxtv.org/media_tree.git
11969 S: Odd fixes
11970 F: Documentation/media/v4l-drivers/saa7134*
11971 F: drivers/media/pci/saa7134/
11972
11973 SAA7146 VIDEO4LINUX-2 DRIVER
11974 M: Hans Verkuil <hverkuil@xs4all.nl>
11975 L: linux-media@vger.kernel.org
11976 T: git git://linuxtv.org/media_tree.git
11977 S: Maintained
11978 F: drivers/media/common/saa7146/
11979 F: drivers/media/pci/saa7146/
11980 F: include/media/saa7146*
11981
11982 SAMSUNG AUDIO (ASoC) DRIVERS
11983 M: Krzysztof Kozlowski <krzk@kernel.org>
11984 M: Sangbeom Kim <sbkim73@samsung.com>
11985 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11986 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11987 S: Supported
11988 F: sound/soc/samsung/
11989
11990 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11991 M: Krzysztof Kozlowski <krzk@kernel.org>
11992 L: linux-crypto@vger.kernel.org
11993 L: linux-samsung-soc@vger.kernel.org
11994 S: Maintained
11995 F: drivers/crypto/exynos-rng.c
11996 F: Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
11997
11998 SAMSUNG FRAMEBUFFER DRIVER
11999 M: Jingoo Han <jingoohan1@gmail.com>
12000 L: linux-fbdev@vger.kernel.org
12001 S: Maintained
12002 F: drivers/video/fbdev/s3c-fb.c
12003
12004 SAMSUNG LAPTOP DRIVER
12005 M: Corentin Chary <corentin.chary@gmail.com>
12006 L: platform-driver-x86@vger.kernel.org
12007 S: Maintained
12008 F: drivers/platform/x86/samsung-laptop.c
12009
12010 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
12011 M: Sangbeom Kim <sbkim73@samsung.com>
12012 M: Krzysztof Kozlowski <krzk@kernel.org>
12013 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12014 L: linux-kernel@vger.kernel.org
12015 L: linux-samsung-soc@vger.kernel.org
12016 S: Supported
12017 F: drivers/mfd/sec*.c
12018 F: drivers/regulator/s2m*.c
12019 F: drivers/regulator/s5m*.c
12020 F: drivers/clk/clk-s2mps11.c
12021 F: drivers/rtc/rtc-s5m.c
12022 F: include/linux/mfd/samsung/
12023 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
12024 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
12025 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
12026 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
12027
12028 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
12029 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
12030 L: linux-media@vger.kernel.org
12031 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12032 S: Maintained
12033 F: drivers/media/platform/s3c-camif/
12034 F: include/media/drv-intf/s3c_camif.h
12035
12036 SAMSUNG S3FWRN5 NFC DRIVER
12037 M: Robert Baldyga <r.baldyga@samsung.com>
12038 M: Krzysztof Opasiak <k.opasiak@samsung.com>
12039 L: linux-nfc@lists.01.org (moderated for non-subscribers)
12040 S: Supported
12041 F: drivers/nfc/s3fwrn5
12042
12043 SAMSUNG S5C73M3 CAMERA DRIVER
12044 M: Kyungmin Park <kyungmin.park@samsung.com>
12045 M: Andrzej Hajda <a.hajda@samsung.com>
12046 L: linux-media@vger.kernel.org
12047 S: Supported
12048 F: drivers/media/i2c/s5c73m3/*
12049
12050 SAMSUNG S5K5BAF CAMERA DRIVER
12051 M: Kyungmin Park <kyungmin.park@samsung.com>
12052 M: Andrzej Hajda <a.hajda@samsung.com>
12053 L: linux-media@vger.kernel.org
12054 S: Supported
12055 F: drivers/media/i2c/s5k5baf.c
12056
12057 SAMSUNG S5P Security SubSystem (SSS) DRIVER
12058 M: Krzysztof Kozlowski <krzk@kernel.org>
12059 M: Vladimir Zapolskiy <vz@mleia.com>
12060 L: linux-crypto@vger.kernel.org
12061 L: linux-samsung-soc@vger.kernel.org
12062 S: Maintained
12063 F: drivers/crypto/s5p-sss.c
12064
12065 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
12066 M: Kyungmin Park <kyungmin.park@samsung.com>
12067 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
12068 L: linux-media@vger.kernel.org
12069 Q: https://patchwork.linuxtv.org/project/linux-media/list/
12070 S: Supported
12071 F: drivers/media/platform/exynos4-is/
12072
12073 SAMSUNG SOC CLOCK DRIVERS
12074 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
12075 M: Tomasz Figa <tomasz.figa@gmail.com>
12076 M: Chanwoo Choi <cw00.choi@samsung.com>
12077 S: Supported
12078 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12079 F: drivers/clk/samsung/
12080 F: include/dt-bindings/clock/exynos*.h
12081 F: Documentation/devicetree/bindings/clock/exynos*.txt
12082
12083 SAMSUNG SPI DRIVERS
12084 M: Kukjin Kim <kgene@kernel.org>
12085 M: Krzysztof Kozlowski <krzk@kernel.org>
12086 M: Andi Shyti <andi.shyti@samsung.com>
12087 L: linux-spi@vger.kernel.org
12088 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12089 S: Maintained
12090 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
12091 F: drivers/spi/spi-s3c*
12092 F: include/linux/platform_data/spi-s3c64xx.h
12093
12094 SAMSUNG SXGBE DRIVERS
12095 M: Byungho An <bh74.an@samsung.com>
12096 M: Girish K S <ks.giri@samsung.com>
12097 M: Vipul Pandya <vipul.pandya@samsung.com>
12098 S: Supported
12099 L: netdev@vger.kernel.org
12100 F: drivers/net/ethernet/samsung/sxgbe/
12101
12102 SAMSUNG THERMAL DRIVER
12103 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12104 L: linux-pm@vger.kernel.org
12105 L: linux-samsung-soc@vger.kernel.org
12106 S: Supported
12107 T: git https://github.com/lmajewski/linux-samsung-thermal.git
12108 F: drivers/thermal/samsung/
12109
12110 SAMSUNG USB2 PHY DRIVER
12111 M: Kamil Debski <kamil@wypas.org>
12112 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
12113 L: linux-kernel@vger.kernel.org
12114 S: Supported
12115 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
12116 F: Documentation/phy/samsung-usb2.txt
12117 F: drivers/phy/samsung/phy-exynos4210-usb2.c
12118 F: drivers/phy/samsung/phy-exynos4x12-usb2.c
12119 F: drivers/phy/samsung/phy-exynos5250-usb2.c
12120 F: drivers/phy/samsung/phy-s5pv210-usb2.c
12121 F: drivers/phy/samsung/phy-samsung-usb2.c
12122 F: drivers/phy/samsung/phy-samsung-usb2.h
12123
12124 SC1200 WDT DRIVER
12125 M: Zwane Mwaikambo <zwanem@gmail.com>
12126 S: Maintained
12127 F: drivers/watchdog/sc1200wdt.c
12128
12129 SCHEDULER
12130 M: Ingo Molnar <mingo@redhat.com>
12131 M: Peter Zijlstra <peterz@infradead.org>
12132 L: linux-kernel@vger.kernel.org
12133 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
12134 S: Maintained
12135 F: kernel/sched/
12136 F: include/linux/sched.h
12137 F: include/uapi/linux/sched.h
12138 F: include/linux/wait.h
12139
12140 SCORE ARCHITECTURE
12141 M: Chen Liqin <liqin.linux@gmail.com>
12142 M: Lennox Wu <lennox.wu@gmail.com>
12143 W: http://www.sunplus.com
12144 S: Supported
12145 F: arch/score/
12146
12147 SCR24X CHIP CARD INTERFACE DRIVER
12148 M: Lubomir Rintel <lkundrak@v3.sk>
12149 S: Supported
12150 F: drivers/char/pcmcia/scr24x_cs.c
12151
12152 SCSI CDROM DRIVER
12153 M: Jens Axboe <axboe@kernel.dk>
12154 L: linux-scsi@vger.kernel.org
12155 W: http://www.kernel.dk
12156 S: Maintained
12157 F: drivers/scsi/sr*
12158
12159 SCSI RDMA PROTOCOL (SRP) INITIATOR
12160 M: Bart Van Assche <bart.vanassche@sandisk.com>
12161 L: linux-rdma@vger.kernel.org
12162 S: Supported
12163 W: http://www.openfabrics.org
12164 Q: http://patchwork.kernel.org/project/linux-rdma/list/
12165 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
12166 F: drivers/infiniband/ulp/srp/
12167 F: include/scsi/srp.h
12168
12169 SCSI SG DRIVER
12170 M: Doug Gilbert <dgilbert@interlog.com>
12171 L: linux-scsi@vger.kernel.org
12172 W: http://sg.danny.cz/sg
12173 S: Maintained
12174 F: Documentation/scsi/scsi-generic.txt
12175 F: drivers/scsi/sg.c
12176 F: include/scsi/sg.h
12177
12178 SCSI SUBSYSTEM
12179 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
12180 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
12181 M: "Martin K. Petersen" <martin.petersen@oracle.com>
12182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
12183 L: linux-scsi@vger.kernel.org
12184 S: Maintained
12185 F: Documentation/devicetree/bindings/scsi/
12186 F: drivers/scsi/
12187 F: include/scsi/
12188
12189 SCSI TAPE DRIVER
12190 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
12191 L: linux-scsi@vger.kernel.org
12192 S: Maintained
12193 F: Documentation/scsi/st.txt
12194 F: drivers/scsi/st.*
12195 F: drivers/scsi/st_*.h
12196
12197 SCTP PROTOCOL
12198 M: Vlad Yasevich <vyasevich@gmail.com>
12199 M: Neil Horman <nhorman@tuxdriver.com>
12200 L: linux-sctp@vger.kernel.org
12201 W: http://lksctp.sourceforge.net
12202 S: Maintained
12203 F: Documentation/networking/sctp.txt
12204 F: include/linux/sctp.h
12205 F: include/uapi/linux/sctp.h
12206 F: include/net/sctp/
12207 F: net/sctp/
12208
12209 SCx200 CPU SUPPORT
12210 M: Jim Cromie <jim.cromie@gmail.com>
12211 S: Odd Fixes
12212 F: Documentation/i2c/busses/scx200_acb
12213 F: arch/x86/platform/scx200/
12214 F: drivers/watchdog/scx200_wdt.c
12215 F: drivers/i2c/busses/scx200*
12216 F: drivers/mtd/maps/scx200_docflash.c
12217 F: include/linux/scx200.h
12218
12219 SCx200 GPIO DRIVER
12220 M: Jim Cromie <jim.cromie@gmail.com>
12221 S: Maintained
12222 F: drivers/char/scx200_gpio.c
12223 F: include/linux/scx200_gpio.h
12224
12225 SCx200 HRT CLOCKSOURCE DRIVER
12226 M: Jim Cromie <jim.cromie@gmail.com>
12227 S: Maintained
12228 F: drivers/clocksource/scx200_hrt.c
12229
12230 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
12231 M: Sascha Sommer <saschasommer@freenet.de>
12232 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
12233 S: Maintained
12234 F: drivers/mmc/host/sdricoh_cs.c
12235
12236 SECURE COMPUTING
12237 M: Kees Cook <keescook@chromium.org>
12238 R: Andy Lutomirski <luto@amacapital.net>
12239 R: Will Drewry <wad@chromium.org>
12240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
12241 S: Supported
12242 F: kernel/seccomp.c
12243 F: include/uapi/linux/seccomp.h
12244 F: include/linux/seccomp.h
12245 F: tools/testing/selftests/seccomp/*
12246 F: tools/testing/selftests/kselftest_harness.h
12247 F: Documentation/userspace-api/seccomp_filter.rst
12248 K: \bsecure_computing
12249 K: \bTIF_SECCOMP\b
12250
12251 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
12252 M: Al Cooper <alcooperx@gmail.com>
12253 L: linux-mmc@vger.kernel.org
12254 L: bcm-kernel-feedback-list@broadcom.com
12255 S: Maintained
12256 F: drivers/mmc/host/sdhci-brcmstb*
12257
12258 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
12259 M: Adrian Hunter <adrian.hunter@intel.com>
12260 L: linux-mmc@vger.kernel.org
12261 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
12262 S: Maintained
12263 F: drivers/mmc/host/sdhci*
12264 F: include/linux/mmc/sdhci*
12265
12266 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
12267 M: Ben Dooks <ben-linux@fluff.org>
12268 M: Jaehoon Chung <jh80.chung@samsung.com>
12269 L: linux-mmc@vger.kernel.org
12270 S: Maintained
12271 F: drivers/mmc/host/sdhci-s3c*
12272
12273 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
12274 M: Viresh Kumar <vireshk@kernel.org>
12275 L: linux-mmc@vger.kernel.org
12276 S: Maintained
12277 F: drivers/mmc/host/sdhci-spear.c
12278
12279 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
12280 M: Kishon Vijay Abraham I <kishon@ti.com>
12281 L: linux-mmc@vger.kernel.org
12282 S: Maintained
12283 F: drivers/mmc/host/sdhci-omap.c
12284
12285 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
12286 M: Scott Bauer <scott.bauer@intel.com>
12287 M: Jonathan Derrick <jonathan.derrick@intel.com>
12288 L: linux-block@vger.kernel.org
12289 S: Supported
12290 F: block/sed*
12291 F: block/opal_proto.h
12292 F: include/linux/sed*
12293 F: include/uapi/linux/sed*
12294
12295 SECURITY CONTACT
12296 M: Security Officers <security@kernel.org>
12297 S: Supported
12298
12299 SECURITY SUBSYSTEM
12300 M: James Morris <jmorris@namei.org>
12301 M: "Serge E. Hallyn" <serge@hallyn.com>
12302 L: linux-security-module@vger.kernel.org (suggested Cc:)
12303 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
12304 W: http://kernsec.org/
12305 S: Supported
12306 F: security/
12307
12308 SELINUX SECURITY MODULE
12309 M: Paul Moore <paul@paul-moore.com>
12310 M: Stephen Smalley <sds@tycho.nsa.gov>
12311 M: Eric Paris <eparis@parisplace.org>
12312 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
12313 W: https://selinuxproject.org
12314 W: https://github.com/SELinuxProject
12315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
12316 S: Supported
12317 F: include/linux/selinux*
12318 F: security/selinux/
12319 F: scripts/selinux/
12320 F: Documentation/admin-guide/LSM/SELinux.rst
12321
12322 SENSABLE PHANTOM
12323 M: Jiri Slaby <jirislaby@gmail.com>
12324 S: Maintained
12325 F: drivers/misc/phantom.c
12326 F: include/uapi/linux/phantom.h
12327
12328 SERIAL DEVICE BUS
12329 M: Rob Herring <robh@kernel.org>
12330 L: linux-serial@vger.kernel.org
12331 S: Maintained
12332 F: Documentation/devicetree/bindings/serial/slave-device.txt
12333 F: drivers/tty/serdev/
12334 F: include/linux/serdev.h
12335
12336 SERIAL DRIVERS
12337 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12338 L: linux-serial@vger.kernel.org
12339 S: Maintained
12340 F: Documentation/devicetree/bindings/serial/
12341 F: drivers/tty/serial/
12342
12343 SERIAL IR RECEIVER
12344 M: Sean Young <sean@mess.org>
12345 L: linux-media@vger.kernel.org
12346 S: Maintained
12347 F: drivers/media/rc/serial_ir.c
12348
12349 SFC NETWORK DRIVER
12350 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
12351 M: Edward Cree <ecree@solarflare.com>
12352 M: Bert Kenward <bkenward@solarflare.com>
12353 L: netdev@vger.kernel.org
12354 S: Supported
12355 F: drivers/net/ethernet/sfc/
12356
12357 SGI GRU DRIVER
12358 M: Dimitri Sivanich <sivanich@sgi.com>
12359 S: Maintained
12360 F: drivers/misc/sgi-gru/
12361
12362 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12363 M: Pat Gefre <pfg@sgi.com>
12364 L: linux-ia64@vger.kernel.org
12365 S: Supported
12366 F: Documentation/ia64/serial.txt
12367 F: drivers/tty/serial/ioc?_serial.c
12368 F: include/linux/ioc?.h
12369
12370 SGI XP/XPC/XPNET DRIVER
12371 M: Cliff Whickman <cpw@sgi.com>
12372 M: Robin Holt <robinmholt@gmail.com>
12373 S: Maintained
12374 F: drivers/misc/sgi-xp/
12375
12376 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
12377 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
12378 L: linux-s390@vger.kernel.org
12379 W: http://www.ibm.com/developerworks/linux/linux390/
12380 S: Supported
12381 F: net/smc/
12382
12383 SH_VEU V4L2 MEM2MEM DRIVER
12384 L: linux-media@vger.kernel.org
12385 S: Orphan
12386 F: drivers/media/platform/sh_veu.c
12387
12388 SH_VOU V4L2 OUTPUT DRIVER
12389 L: linux-media@vger.kernel.org
12390 S: Orphan
12391 F: drivers/media/platform/sh_vou.c
12392 F: include/media/drv-intf/sh_vou.h
12393
12394 SI2157 MEDIA DRIVER
12395 M: Antti Palosaari <crope@iki.fi>
12396 L: linux-media@vger.kernel.org
12397 W: https://linuxtv.org
12398 W: http://palosaari.fi/linux/
12399 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12400 T: git git://linuxtv.org/anttip/media_tree.git
12401 S: Maintained
12402 F: drivers/media/tuners/si2157*
12403
12404 SI2168 MEDIA DRIVER
12405 M: Antti Palosaari <crope@iki.fi>
12406 L: linux-media@vger.kernel.org
12407 W: https://linuxtv.org
12408 W: http://palosaari.fi/linux/
12409 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12410 T: git git://linuxtv.org/anttip/media_tree.git
12411 S: Maintained
12412 F: drivers/media/dvb-frontends/si2168*
12413
12414 SI470X FM RADIO RECEIVER I2C DRIVER
12415 M: Hans Verkuil <hverkuil@xs4all.nl>
12416 L: linux-media@vger.kernel.org
12417 T: git git://linuxtv.org/media_tree.git
12418 W: https://linuxtv.org
12419 S: Odd Fixes
12420 F: drivers/media/radio/si470x/radio-si470x-i2c.c
12421
12422 SI470X FM RADIO RECEIVER USB DRIVER
12423 M: Hans Verkuil <hverkuil@xs4all.nl>
12424 L: linux-media@vger.kernel.org
12425 T: git git://linuxtv.org/media_tree.git
12426 W: https://linuxtv.org
12427 S: Maintained
12428 F: drivers/media/radio/si470x/radio-si470x-common.c
12429 F: drivers/media/radio/si470x/radio-si470x.h
12430 F: drivers/media/radio/si470x/radio-si470x-usb.c
12431
12432 SI4713 FM RADIO TRANSMITTER I2C DRIVER
12433 M: Eduardo Valentin <edubezval@gmail.com>
12434 L: linux-media@vger.kernel.org
12435 T: git git://linuxtv.org/media_tree.git
12436 W: https://linuxtv.org
12437 S: Odd Fixes
12438 F: drivers/media/radio/si4713/si4713.?
12439
12440 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12441 M: Eduardo Valentin <edubezval@gmail.com>
12442 L: linux-media@vger.kernel.org
12443 T: git git://linuxtv.org/media_tree.git
12444 W: https://linuxtv.org
12445 S: Odd Fixes
12446 F: drivers/media/radio/si4713/radio-platform-si4713.c
12447
12448 SI4713 FM RADIO TRANSMITTER USB DRIVER
12449 M: Hans Verkuil <hverkuil@xs4all.nl>
12450 L: linux-media@vger.kernel.org
12451 T: git git://linuxtv.org/media_tree.git
12452 W: https://linuxtv.org
12453 S: Maintained
12454 F: drivers/media/radio/si4713/radio-usb-si4713.c
12455
12456 SIANO DVB DRIVER
12457 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12458 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12459 L: linux-media@vger.kernel.org
12460 W: https://linuxtv.org
12461 T: git git://linuxtv.org/media_tree.git
12462 S: Odd fixes
12463 F: drivers/media/common/siano/
12464 F: drivers/media/usb/siano/
12465 F: drivers/media/usb/siano/
12466 F: drivers/media/mmc/siano/
12467
12468 SILEAD TOUCHSCREEN DRIVER
12469 M: Hans de Goede <hdegoede@redhat.com>
12470 L: linux-input@vger.kernel.org
12471 L: platform-driver-x86@vger.kernel.org
12472 S: Maintained
12473 F: drivers/input/touchscreen/silead.c
12474 F: drivers/platform/x86/silead_dmi.c
12475
12476 SILICON MOTION SM712 FRAME BUFFER DRIVER
12477 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12478 M: Teddy Wang <teddy.wang@siliconmotion.com>
12479 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12480 L: linux-fbdev@vger.kernel.org
12481 S: Maintained
12482 F: drivers/video/fbdev/sm712*
12483 F: Documentation/fb/sm712fb.txt
12484
12485 SIMPLE FIRMWARE INTERFACE (SFI)
12486 M: Len Brown <lenb@kernel.org>
12487 L: sfi-devel@simplefirmware.org
12488 W: http://simplefirmware.org/
12489 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12490 S: Supported
12491 F: arch/x86/platform/sfi/
12492 F: drivers/sfi/
12493 F: include/linux/sfi*.h
12494
12495 SIMPLEFB FB DRIVER
12496 M: Hans de Goede <hdegoede@redhat.com>
12497 L: linux-fbdev@vger.kernel.org
12498 S: Maintained
12499 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
12500 F: drivers/video/fbdev/simplefb.c
12501 F: include/linux/platform_data/simplefb.h
12502
12503 SIMTEC EB110ATX (Chalice CATS)
12504 P: Ben Dooks
12505 P: Vincent Sanders <vince@simtec.co.uk>
12506 M: Simtec Linux Team <linux@simtec.co.uk>
12507 W: http://www.simtec.co.uk/products/EB110ATX/
12508 S: Supported
12509
12510 SIMTEC EB2410ITX (BAST)
12511 P: Ben Dooks
12512 P: Vincent Sanders <vince@simtec.co.uk>
12513 M: Simtec Linux Team <linux@simtec.co.uk>
12514 W: http://www.simtec.co.uk/products/EB2410ITX/
12515 S: Supported
12516 F: arch/arm/mach-s3c24xx/mach-bast.c
12517 F: arch/arm/mach-s3c24xx/bast-ide.c
12518 F: arch/arm/mach-s3c24xx/bast-irq.c
12519
12520 SIPHASH PRF ROUTINES
12521 M: Jason A. Donenfeld <Jason@zx2c4.com>
12522 S: Maintained
12523 F: lib/siphash.c
12524 F: lib/test_siphash.c
12525 F: include/linux/siphash.h
12526
12527 SIS 190 ETHERNET DRIVER
12528 M: Francois Romieu <romieu@fr.zoreil.com>
12529 L: netdev@vger.kernel.org
12530 S: Maintained
12531 F: drivers/net/ethernet/sis/sis190.c
12532
12533 SIS 900/7016 FAST ETHERNET DRIVER
12534 M: Daniele Venzano <venza@brownhat.org>
12535 W: http://www.brownhat.org/sis900.html
12536 L: netdev@vger.kernel.org
12537 S: Maintained
12538 F: drivers/net/ethernet/sis/sis900.*
12539
12540 SIS FRAMEBUFFER DRIVER
12541 M: Thomas Winischhofer <thomas@winischhofer.net>
12542 W: http://www.winischhofer.net/linuxsisvga.shtml
12543 S: Maintained
12544 F: Documentation/fb/sisfb.txt
12545 F: drivers/video/fbdev/sis/
12546 F: include/video/sisfb.h
12547
12548 SIS USB2VGA DRIVER
12549 M: Thomas Winischhofer <thomas@winischhofer.net>
12550 W: http://www.winischhofer.at/linuxsisusbvga.shtml
12551 S: Maintained
12552 F: drivers/usb/misc/sisusbvga/
12553
12554 SLAB ALLOCATOR
12555 M: Christoph Lameter <cl@linux.com>
12556 M: Pekka Enberg <penberg@kernel.org>
12557 M: David Rientjes <rientjes@google.com>
12558 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
12559 M: Andrew Morton <akpm@linux-foundation.org>
12560 L: linux-mm@kvack.org
12561 S: Maintained
12562 F: include/linux/sl?b*.h
12563 F: mm/sl?b*
12564
12565 SLEEPABLE READ-COPY UPDATE (SRCU)
12566 M: Lai Jiangshan <jiangshanlai@gmail.com>
12567 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12568 M: Josh Triplett <josh@joshtriplett.org>
12569 R: Steven Rostedt <rostedt@goodmis.org>
12570 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12571 L: linux-kernel@vger.kernel.org
12572 W: http://www.rdrop.com/users/paulmck/RCU/
12573 S: Supported
12574 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12575 F: include/linux/srcu.h
12576 F: kernel/rcu/srcu.c
12577
12578 SMACK SECURITY MODULE
12579 M: Casey Schaufler <casey@schaufler-ca.com>
12580 L: linux-security-module@vger.kernel.org
12581 W: http://schaufler-ca.com
12582 T: git git://github.com/cschaufler/smack-next
12583 S: Maintained
12584 F: Documentation/admin-guide/LSM/Smack.rst
12585 F: security/smack/
12586
12587 SMC91x ETHERNET DRIVER
12588 M: Nicolas Pitre <nico@fluxnic.net>
12589 S: Odd Fixes
12590 F: drivers/net/ethernet/smsc/smc91x.*
12591
12592 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12593 M: Sakari Ailus <sakari.ailus@iki.fi>
12594 L: linux-media@vger.kernel.org
12595 S: Maintained
12596 F: drivers/media/i2c/smiapp/
12597 F: include/media/i2c/smiapp.h
12598 F: drivers/media/i2c/smiapp-pll.c
12599 F: drivers/media/i2c/smiapp-pll.h
12600 F: include/uapi/linux/smiapp.h
12601 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12602
12603 SMM665 HARDWARE MONITOR DRIVER
12604 M: Guenter Roeck <linux@roeck-us.net>
12605 L: linux-hwmon@vger.kernel.org
12606 S: Maintained
12607 F: Documentation/hwmon/smm665
12608 F: drivers/hwmon/smm665.c
12609
12610 SMSC EMC2103 HARDWARE MONITOR DRIVER
12611 M: Steve Glendinning <steve.glendinning@shawell.net>
12612 L: linux-hwmon@vger.kernel.org
12613 S: Maintained
12614 F: Documentation/hwmon/emc2103
12615 F: drivers/hwmon/emc2103.c
12616
12617 SMSC SCH5627 HARDWARE MONITOR DRIVER
12618 M: Hans de Goede <hdegoede@redhat.com>
12619 L: linux-hwmon@vger.kernel.org
12620 S: Supported
12621 F: Documentation/hwmon/sch5627
12622 F: drivers/hwmon/sch5627.c
12623
12624 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12625 M: Steve Glendinning <steve.glendinning@shawell.net>
12626 L: linux-fbdev@vger.kernel.org
12627 S: Maintained
12628 F: drivers/video/fbdev/smscufx.c
12629
12630 SMSC47B397 HARDWARE MONITOR DRIVER
12631 M: Jean Delvare <jdelvare@suse.com>
12632 L: linux-hwmon@vger.kernel.org
12633 S: Maintained
12634 F: Documentation/hwmon/smsc47b397
12635 F: drivers/hwmon/smsc47b397.c
12636
12637 SMSC911x ETHERNET DRIVER
12638 M: Steve Glendinning <steve.glendinning@shawell.net>
12639 L: netdev@vger.kernel.org
12640 S: Maintained
12641 F: include/linux/smsc911x.h
12642 F: drivers/net/ethernet/smsc/smsc911x.*
12643
12644 SMSC9420 PCI ETHERNET DRIVER
12645 M: Steve Glendinning <steve.glendinning@shawell.net>
12646 L: netdev@vger.kernel.org
12647 S: Maintained
12648 F: drivers/net/ethernet/smsc/smsc9420.*
12649
12650 SOC-CAMERA V4L2 SUBSYSTEM
12651 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12652 L: linux-media@vger.kernel.org
12653 T: git git://linuxtv.org/media_tree.git
12654 S: Maintained
12655 F: include/media/soc*
12656 F: drivers/media/i2c/soc_camera/
12657 F: drivers/media/platform/soc_camera/
12658
12659 SOEKRIS NET48XX LED SUPPORT
12660 M: Chris Boot <bootc@bootc.net>
12661 S: Maintained
12662 F: drivers/leds/leds-net48xx.c
12663
12664 SOFT-ROCE DRIVER (rxe)
12665 M: Moni Shoua <monis@mellanox.com>
12666 L: linux-rdma@vger.kernel.org
12667 S: Supported
12668 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
12669 Q: http://patchwork.kernel.org/project/linux-rdma/list/
12670 F: drivers/infiniband/sw/rxe/
12671 F: include/uapi/rdma/rdma_user_rxe.h
12672
12673 SOFTLOGIC 6x10 MPEG CODEC
12674 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12675 M: Anton Sviridenko <anton@corp.bluecherry.net>
12676 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12677 M: Andrey Utkin <andrey_utkin@fastmail.com>
12678 M: Ismael Luceno <ismael@iodev.co.uk>
12679 L: linux-media@vger.kernel.org
12680 S: Supported
12681 F: drivers/media/pci/solo6x10/
12682
12683 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
12684 M: James Morse <james.morse@arm.com>
12685 L: linux-arm-kernel@lists.infradead.org
12686 S: Maintained
12687 F: Documentation/devicetree/bindings/arm/firmware/sdei.txt
12688 F: drivers/firmware/arm_sdei.c
12689 F: include/linux/sdei.h
12690 F: include/uapi/linux/sdei.h
12691
12692 SOFTWARE RAID (Multiple Disks) SUPPORT
12693 M: Shaohua Li <shli@kernel.org>
12694 L: linux-raid@vger.kernel.org
12695 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12696 S: Supported
12697 F: drivers/md/Makefile
12698 F: drivers/md/Kconfig
12699 F: drivers/md/md*
12700 F: drivers/md/raid*
12701 F: include/linux/raid/
12702 F: include/uapi/linux/raid/
12703
12704 SONIC NETWORK DRIVER
12705 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12706 L: netdev@vger.kernel.org
12707 S: Maintained
12708 F: drivers/net/ethernet/natsemi/sonic.*
12709
12710 SONICS SILICON BACKPLANE DRIVER (SSB)
12711 M: Michael Buesch <m@bues.ch>
12712 L: linux-wireless@vger.kernel.org
12713 S: Maintained
12714 F: drivers/ssb/
12715 F: include/linux/ssb/
12716
12717 SONY IMX274 SENSOR DRIVER
12718 M: Leon Luo <leonl@leopardimaging.com>
12719 L: linux-media@vger.kernel.org
12720 T: git git://linuxtv.org/media_tree.git
12721 S: Maintained
12722 F: drivers/media/i2c/imx274.c
12723 F: Documentation/devicetree/bindings/media/i2c/imx274.txt
12724
12725 SONY MEMORYSTICK CARD SUPPORT
12726 M: Alex Dubov <oakad@yahoo.com>
12727 W: http://tifmxx.berlios.de/
12728 S: Maintained
12729 F: drivers/memstick/host/tifm_ms.c
12730
12731 SONY MEMORYSTICK STANDARD SUPPORT
12732 M: Maxim Levitsky <maximlevitsky@gmail.com>
12733 S: Maintained
12734 F: drivers/memstick/core/ms_block.*
12735
12736 SONY VAIO CONTROL DEVICE DRIVER
12737 M: Mattia Dongili <malattia@linux.it>
12738 L: platform-driver-x86@vger.kernel.org
12739 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12740 S: Maintained
12741 F: Documentation/laptops/sony-laptop.txt
12742 F: drivers/char/sonypi.c
12743 F: drivers/platform/x86/sony-laptop.c
12744 F: include/linux/sony-laptop.h
12745
12746 SOUND
12747 M: Jaroslav Kysela <perex@perex.cz>
12748 M: Takashi Iwai <tiwai@suse.com>
12749 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12750 W: http://www.alsa-project.org/
12751 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12752 T: git git://git.alsa-project.org/alsa-kernel.git
12753 Q: http://patchwork.kernel.org/project/alsa-devel/list/
12754 S: Maintained
12755 F: Documentation/sound/
12756 F: include/sound/
12757 F: include/uapi/sound/
12758 F: sound/
12759
12760 SOUND - COMPRESSED AUDIO
12761 M: Vinod Koul <vinod.koul@intel.com>
12762 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12764 S: Supported
12765 F: Documentation/sound/alsa/compress_offload.txt
12766 F: include/sound/compress_driver.h
12767 F: include/uapi/sound/compress_*
12768 F: sound/core/compress_offload.c
12769 F: sound/soc/soc-compress.c
12770
12771 SOUND - DMAENGINE HELPERS
12772 M: Lars-Peter Clausen <lars@metafoo.de>
12773 S: Supported
12774 F: include/sound/dmaengine_pcm.h
12775 F: sound/core/pcm_dmaengine.c
12776 F: sound/soc/soc-generic-dmaengine-pcm.c
12777
12778 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12779 M: Liam Girdwood <lgirdwood@gmail.com>
12780 M: Mark Brown <broonie@kernel.org>
12781 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12782 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12783 W: http://alsa-project.org/main/index.php/ASoC
12784 S: Supported
12785 F: Documentation/devicetree/bindings/sound/
12786 F: Documentation/sound/alsa/soc/
12787 F: sound/soc/
12788 F: include/sound/soc*
12789
12790 SP2 MEDIA DRIVER
12791 M: Olli Salonen <olli.salonen@iki.fi>
12792 L: linux-media@vger.kernel.org
12793 W: https://linuxtv.org
12794 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12795 S: Maintained
12796 F: drivers/media/dvb-frontends/sp2*
12797
12798 SPARC + UltraSPARC (sparc/sparc64)
12799 M: "David S. Miller" <davem@davemloft.net>
12800 L: sparclinux@vger.kernel.org
12801 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
12802 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12804 S: Maintained
12805 F: arch/sparc/
12806 F: drivers/sbus/
12807
12808 SPARC SERIAL DRIVERS
12809 M: "David S. Miller" <davem@davemloft.net>
12810 L: sparclinux@vger.kernel.org
12811 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12812 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12813 S: Maintained
12814 F: include/linux/sunserialcore.h
12815 F: drivers/tty/serial/suncore.c
12816 F: drivers/tty/serial/sunhv.c
12817 F: drivers/tty/serial/sunsab.c
12818 F: drivers/tty/serial/sunsab.h
12819 F: drivers/tty/serial/sunsu.c
12820 F: drivers/tty/serial/sunzilog.c
12821 F: drivers/tty/serial/sunzilog.h
12822 F: drivers/tty/vcc.c
12823
12824 SPARSE CHECKER
12825 M: "Christopher Li" <sparse@chrisli.org>
12826 L: linux-sparse@vger.kernel.org
12827 W: https://sparse.wiki.kernel.org/
12828 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12829 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12830 S: Maintained
12831 F: include/linux/compiler.h
12832
12833 SPEAR CLOCK FRAMEWORK SUPPORT
12834 M: Viresh Kumar <vireshk@kernel.org>
12835 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12836 W: http://www.st.com/spear
12837 S: Maintained
12838 F: drivers/clk/spear/
12839
12840 SPEAR PLATFORM SUPPORT
12841 M: Viresh Kumar <vireshk@kernel.org>
12842 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12844 W: http://www.st.com/spear
12845 S: Maintained
12846 F: arch/arm/boot/dts/spear*
12847 F: arch/arm/mach-spear/
12848
12849 SPI NOR SUBSYSTEM
12850 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12851 M: Marek Vasut <marek.vasut@gmail.com>
12852 L: linux-mtd@lists.infradead.org
12853 W: http://www.linux-mtd.infradead.org/
12854 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
12855 T: git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12856 T: git git://git.infradead.org/l2-mtd.git spi-nor/next
12857 S: Maintained
12858 F: drivers/mtd/spi-nor/
12859 F: include/linux/mtd/spi-nor.h
12860
12861 SPI SUBSYSTEM
12862 M: Mark Brown <broonie@kernel.org>
12863 L: linux-spi@vger.kernel.org
12864 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12865 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
12866 S: Maintained
12867 F: Documentation/devicetree/bindings/spi/
12868 F: Documentation/spi/
12869 F: drivers/spi/
12870 F: include/linux/spi/
12871 F: include/uapi/linux/spi/
12872 F: tools/spi/
12873
12874 SPIDERNET NETWORK DRIVER for CELL
12875 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12876 L: netdev@vger.kernel.org
12877 S: Supported
12878 F: Documentation/networking/spider_net.txt
12879 F: drivers/net/ethernet/toshiba/spider_net*
12880
12881 SPMI SUBSYSTEM
12882 R: Stephen Boyd <sboyd@codeaurora.org>
12883 L: linux-arm-msm@vger.kernel.org
12884 F: Documentation/devicetree/bindings/spmi/
12885 F: drivers/spmi/
12886 F: include/dt-bindings/spmi/spmi.h
12887 F: include/linux/spmi.h
12888 F: include/trace/events/spmi.h
12889
12890 SPU FILE SYSTEM
12891 M: Jeremy Kerr <jk@ozlabs.org>
12892 L: linuxppc-dev@lists.ozlabs.org
12893 W: http://www.ibm.com/developerworks/power/cell/
12894 S: Supported
12895 F: Documentation/filesystems/spufs.txt
12896 F: arch/powerpc/platforms/cell/spufs/
12897
12898 SQUASHFS FILE SYSTEM
12899 M: Phillip Lougher <phillip@squashfs.org.uk>
12900 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12901 W: http://squashfs.org.uk
12902 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12903 S: Maintained
12904 F: Documentation/filesystems/squashfs.txt
12905 F: fs/squashfs/
12906
12907 SRM (Alpha) environment access
12908 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12909 S: Maintained
12910 F: arch/alpha/kernel/srm_env.c
12911
12912 STABLE BRANCH
12913 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12914 M: Sasha Levin <sashal@kernel.org>
12915 L: stable@vger.kernel.org
12916 S: Supported
12917 F: Documentation/process/stable-kernel-rules.rst
12918
12919 STAGING - ATOMISP DRIVER
12920 M: Alan Cox <alan@linux.intel.com>
12921 M: Sakari Ailus <sakari.ailus@linux.intel.com>
12922 L: linux-media@vger.kernel.org
12923 S: Maintained
12924 F: drivers/staging/media/atomisp/
12925
12926 STAGING - COMEDI
12927 M: Ian Abbott <abbotti@mev.co.uk>
12928 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12929 S: Odd Fixes
12930 F: drivers/staging/comedi/
12931
12932 STAGING - FLARION FT1000 DRIVERS
12933 M: Marek Belisko <marek.belisko@gmail.com>
12934 S: Odd Fixes
12935 F: drivers/staging/ft1000/
12936
12937 STAGING - INDUSTRIAL IO
12938 M: Jonathan Cameron <jic23@kernel.org>
12939 L: linux-iio@vger.kernel.org
12940 S: Odd Fixes
12941 F: Documentation/devicetree/bindings/staging/iio/
12942 F: drivers/staging/iio/
12943
12944 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12945 M: Jarod Wilson <jarod@wilsonet.com>
12946 W: http://www.lirc.org/
12947 S: Odd Fixes
12948 F: drivers/staging/media/lirc/
12949
12950 STAGING - LUSTRE PARALLEL FILESYSTEM
12951 M: Oleg Drokin <oleg.drokin@intel.com>
12952 M: Andreas Dilger <andreas.dilger@intel.com>
12953 M: James Simmons <jsimmons@infradead.org>
12954 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12955 W: http://wiki.lustre.org/
12956 S: Maintained
12957 F: drivers/staging/lustre
12958
12959 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12960 M: Marc Dietrich <marvin24@gmx.de>
12961 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12962 L: linux-tegra@vger.kernel.org
12963 S: Maintained
12964 F: drivers/staging/nvec/
12965
12966 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12967 M: Jens Frederich <jfrederich@gmail.com>
12968 M: Daniel Drake <dsd@laptop.org>
12969 M: Jon Nettleton <jon.nettleton@gmail.com>
12970 W: http://wiki.laptop.org/go/DCON
12971 S: Maintained
12972 F: drivers/staging/olpc_dcon/
12973
12974 STAGING - REALTEK RTL8712U DRIVERS
12975 M: Larry Finger <Larry.Finger@lwfinger.net>
12976 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12977 S: Odd Fixes
12978 F: drivers/staging/rtl8712/
12979
12980 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12981 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12982 M: Teddy Wang <teddy.wang@siliconmotion.com>
12983 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12984 L: linux-fbdev@vger.kernel.org
12985 S: Maintained
12986 F: drivers/staging/sm750fb/
12987
12988 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12989 M: William Hubbs <w.d.hubbs@gmail.com>
12990 M: Chris Brannon <chris@the-brannons.com>
12991 M: Kirk Reiser <kirk@reisers.ca>
12992 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12993 L: speakup@linux-speakup.org
12994 W: http://www.linux-speakup.org/
12995 S: Odd Fixes
12996 F: drivers/staging/speakup/
12997
12998 STAGING - VIA VT665X DRIVERS
12999 M: Forest Bond <forest@alittletooquiet.net>
13000 S: Odd Fixes
13001 F: drivers/staging/vt665?/
13002
13003 STAGING - WILC1000 WIFI DRIVER
13004 M: Aditya Shankar <aditya.shankar@microchip.com>
13005 M: Ganesh Krishna <ganesh.krishna@microchip.com>
13006 L: linux-wireless@vger.kernel.org
13007 S: Supported
13008 F: drivers/staging/wilc1000/
13009
13010 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
13011 M: Arnaud Patard <arnaud.patard@rtp-net.org>
13012 S: Odd Fixes
13013 F: drivers/staging/xgifb/
13014
13015 STAGING SUBSYSTEM
13016 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13017 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
13018 L: devel@driverdev.osuosl.org
13019 S: Supported
13020 F: drivers/staging/
13021
13022 STARFIRE/DURALAN NETWORK DRIVER
13023 M: Ion Badulescu <ionut@badula.org>
13024 S: Odd Fixes
13025 F: drivers/net/ethernet/adaptec/starfire*
13026
13027 STEC S1220 SKD DRIVER
13028 M: Bart Van Assche <bart.vanassche@wdc.com>
13029 L: linux-block@vger.kernel.org
13030 S: Maintained
13031 F: drivers/block/skd*[ch]
13032
13033 STI CEC DRIVER
13034 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
13035 S: Maintained
13036 F: drivers/staging/media/st-cec/
13037 F: Documentation/devicetree/bindings/media/stih-cec.txt
13038
13039 STK1160 USB VIDEO CAPTURE DRIVER
13040 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13041 L: linux-media@vger.kernel.org
13042 T: git git://linuxtv.org/media_tree.git
13043 S: Maintained
13044 F: drivers/media/usb/stk1160/
13045
13046 STMMAC ETHERNET DRIVER
13047 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
13048 M: Alexandre Torgue <alexandre.torgue@st.com>
13049 L: netdev@vger.kernel.org
13050 W: http://www.stlinux.com
13051 S: Supported
13052 F: drivers/net/ethernet/stmicro/stmmac/
13053
13054 SUN3/3X
13055 M: Sam Creasey <sammy@sammy.net>
13056 W: http://sammy.net/sun3/
13057 S: Maintained
13058 F: arch/m68k/kernel/*sun3*
13059 F: arch/m68k/sun3*/
13060 F: arch/m68k/include/asm/sun3*
13061 F: drivers/net/ethernet/i825xx/sun3*
13062
13063 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
13064 M: Hans de Goede <hdegoede@redhat.com>
13065 L: linux-input@vger.kernel.org
13066 S: Maintained
13067 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
13068 F: drivers/input/keyboard/sun4i-lradc-keys.c
13069
13070 SUNDANCE NETWORK DRIVER
13071 M: Denis Kirjanov <kda@linux-powerpc.org>
13072 L: netdev@vger.kernel.org
13073 S: Maintained
13074 F: drivers/net/ethernet/dlink/sundance.c
13075
13076 SUPERH
13077 M: Yoshinori Sato <ysato@users.sourceforge.jp>
13078 M: Rich Felker <dalias@libc.org>
13079 L: linux-sh@vger.kernel.org
13080 Q: http://patchwork.kernel.org/project/linux-sh/list/
13081 S: Maintained
13082 F: Documentation/sh/
13083 F: arch/sh/
13084 F: drivers/sh/
13085
13086 SUSPEND TO RAM
13087 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
13088 M: Len Brown <len.brown@intel.com>
13089 M: Pavel Machek <pavel@ucw.cz>
13090 L: linux-pm@vger.kernel.org
13091 B: https://bugzilla.kernel.org
13092 S: Supported
13093 F: Documentation/power/
13094 F: arch/x86/kernel/acpi/
13095 F: drivers/base/power/
13096 F: kernel/power/
13097 F: include/linux/suspend.h
13098 F: include/linux/freezer.h
13099 F: include/linux/pm.h
13100
13101 SVGA HANDLING
13102 M: Martin Mares <mj@ucw.cz>
13103 L: linux-video@atrey.karlin.mff.cuni.cz
13104 S: Maintained
13105 F: Documentation/svga.txt
13106 F: arch/x86/boot/video*
13107
13108 SWIOTLB SUBSYSTEM
13109 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13110 L: linux-kernel@vger.kernel.org
13111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
13112 S: Supported
13113 F: lib/swiotlb.c
13114 F: arch/*/kernel/pci-swiotlb.c
13115 F: include/linux/swiotlb.h
13116
13117 SWITCHDEV
13118 M: Jiri Pirko <jiri@resnulli.us>
13119 M: Ivan Vecera <ivecera@redhat.com>
13120 L: netdev@vger.kernel.org
13121 S: Supported
13122 F: net/switchdev/
13123 F: include/net/switchdev.h
13124
13125 SYNC FILE FRAMEWORK
13126 M: Sumit Semwal <sumit.semwal@linaro.org>
13127 R: Gustavo Padovan <gustavo@padovan.org>
13128 S: Maintained
13129 L: linux-media@vger.kernel.org
13130 L: dri-devel@lists.freedesktop.org
13131 F: drivers/dma-buf/sync_*
13132 F: drivers/dma-buf/dma-fence*
13133 F: drivers/dma-buf/sw_sync.c
13134 F: include/linux/sync_file.h
13135 F: include/uapi/linux/sync_file.h
13136 F: Documentation/sync_file.txt
13137 T: git git://anongit.freedesktop.org/drm/drm-misc
13138
13139 SYNOPSYS ARC ARCHITECTURE
13140 M: Vineet Gupta <vgupta@synopsys.com>
13141 L: linux-snps-arc@lists.infradead.org
13142 S: Supported
13143 F: arch/arc/
13144 F: Documentation/devicetree/bindings/arc/*
13145 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
13146 F: drivers/clocksource/arc_timer.c
13147 F: drivers/tty/serial/arc_uart.c
13148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
13149
13150 SYNOPSYS ARC HSDK SDP pll clock driver
13151 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13152 S: Supported
13153 F: drivers/clk/clk-hsdk-pll.c
13154 F: Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
13155
13156 SYNOPSYS ARC SDP clock driver
13157 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13158 S: Supported
13159 F: drivers/clk/axs10x/*
13160 F: Documentation/devicetree/bindings/clock/snps,pll-clock.txt
13161
13162 SYNOPSYS ARC SDP platform support
13163 M: Alexey Brodkin <abrodkin@synopsys.com>
13164 S: Supported
13165 F: arch/arc/plat-axs10x
13166 F: arch/arc/boot/dts/ax*
13167 F: Documentation/devicetree/bindings/arc/axs10*
13168
13169 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
13170 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13171 S: Supported
13172 F: drivers/reset/reset-axs10x.c
13173 F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
13174
13175 SYNOPSYS DESIGNWARE APB GPIO DRIVER
13176 M: Hoan Tran <hotran@apm.com>
13177 L: linux-gpio@vger.kernel.org
13178 S: Maintained
13179 F: drivers/gpio/gpio-dwapb.c
13180 F: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
13181
13182 SYNOPSYS DESIGNWARE DMAC DRIVER
13183 M: Viresh Kumar <vireshk@kernel.org>
13184 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13185 S: Maintained
13186 F: include/linux/dma/dw.h
13187 F: include/linux/platform_data/dma-dw.h
13188 F: drivers/dma/dw/
13189
13190 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
13191 M: Jie Deng <jiedeng@synopsys.com>
13192 M: Jose Abreu <Jose.Abreu@synopsys.com>
13193 L: netdev@vger.kernel.org
13194 S: Supported
13195 F: drivers/net/ethernet/synopsys/
13196
13197 SYNOPSYS DESIGNWARE I2C DRIVER
13198 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
13199 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13200 R: Mika Westerberg <mika.westerberg@linux.intel.com>
13201 L: linux-i2c@vger.kernel.org
13202 S: Maintained
13203 F: drivers/i2c/busses/i2c-designware-*
13204 F: include/linux/platform_data/i2c-designware.h
13205
13206 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
13207 M: Jaehoon Chung <jh80.chung@samsung.com>
13208 L: linux-mmc@vger.kernel.org
13209 S: Maintained
13210 F: drivers/mmc/host/dw_mmc*
13211
13212 SYNOPSYS HSDK RESET CONTROLLER DRIVER
13213 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13214 S: Supported
13215 F: drivers/reset/reset-hsdk.c
13216 F: include/dt-bindings/reset/snps,hsdk-reset.h
13217 F: Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
13218
13219 SYSTEM CONFIGURATION (SYSCON)
13220 M: Lee Jones <lee.jones@linaro.org>
13221 M: Arnd Bergmann <arnd@arndb.de>
13222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
13223 S: Supported
13224 F: drivers/mfd/syscon.c
13225
13226 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
13227 M: Sudeep Holla <sudeep.holla@arm.com>
13228 L: linux-arm-kernel@lists.infradead.org
13229 S: Maintained
13230 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
13231 F: drivers/clk/clk-scpi.c
13232 F: drivers/cpufreq/scpi-cpufreq.c
13233 F: drivers/firmware/arm_scpi.c
13234 F: include/linux/scpi_protocol.h
13235
13236 SYSTEM RESET/SHUTDOWN DRIVERS
13237 M: Sebastian Reichel <sre@kernel.org>
13238 L: linux-pm@vger.kernel.org
13239 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
13240 S: Maintained
13241 F: Documentation/devicetree/bindings/power/reset/
13242 F: drivers/power/reset/
13243
13244 SYSTEM TRACE MODULE CLASS
13245 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
13246 S: Maintained
13247 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
13248 F: Documentation/trace/stm.txt
13249 F: drivers/hwtracing/stm/
13250 F: include/linux/stm.h
13251 F: include/uapi/linux/stm.h
13252
13253 SYSV FILESYSTEM
13254 M: Christoph Hellwig <hch@infradead.org>
13255 S: Maintained
13256 F: Documentation/filesystems/sysv-fs.txt
13257 F: fs/sysv/
13258 F: include/linux/sysv_fs.h
13259
13260 TARGET SUBSYSTEM
13261 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
13262 L: linux-scsi@vger.kernel.org
13263 L: target-devel@vger.kernel.org
13264 W: http://www.linux-iscsi.org
13265 W: http://groups.google.com/group/linux-iscsi-target-dev
13266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
13267 S: Supported
13268 F: drivers/target/
13269 F: include/target/
13270 F: Documentation/target/
13271
13272 TASKSTATS STATISTICS INTERFACE
13273 M: Balbir Singh <bsingharora@gmail.com>
13274 S: Maintained
13275 F: Documentation/accounting/taskstats*
13276 F: include/linux/taskstats*
13277 F: kernel/taskstats.c
13278
13279 TC subsystem
13280 M: Jamal Hadi Salim <jhs@mojatatu.com>
13281 M: Cong Wang <xiyou.wangcong@gmail.com>
13282 M: Jiri Pirko <jiri@resnulli.us>
13283 L: netdev@vger.kernel.org
13284 S: Maintained
13285 F: include/net/pkt_cls.h
13286 F: include/net/pkt_sched.h
13287 F: include/net/tc_act/
13288 F: include/uapi/linux/pkt_cls.h
13289 F: include/uapi/linux/pkt_sched.h
13290 F: include/uapi/linux/tc_act/
13291 F: include/uapi/linux/tc_ematch/
13292 F: net/sched/
13293
13294 TCP LOW PRIORITY MODULE
13295 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
13296 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
13297 W: http://tcp-lp-mod.sourceforge.net/
13298 S: Maintained
13299 F: net/ipv4/tcp_lp.c
13300
13301 TDA10071 MEDIA DRIVER
13302 M: Antti Palosaari <crope@iki.fi>
13303 L: linux-media@vger.kernel.org
13304 W: https://linuxtv.org
13305 W: http://palosaari.fi/linux/
13306 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13307 T: git git://linuxtv.org/anttip/media_tree.git
13308 S: Maintained
13309 F: drivers/media/dvb-frontends/tda10071*
13310
13311 TDA18212 MEDIA DRIVER
13312 M: Antti Palosaari <crope@iki.fi>
13313 L: linux-media@vger.kernel.org
13314 W: https://linuxtv.org
13315 W: http://palosaari.fi/linux/
13316 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13317 T: git git://linuxtv.org/anttip/media_tree.git
13318 S: Maintained
13319 F: drivers/media/tuners/tda18212*
13320
13321 TDA18218 MEDIA DRIVER
13322 M: Antti Palosaari <crope@iki.fi>
13323 L: linux-media@vger.kernel.org
13324 W: https://linuxtv.org
13325 W: http://palosaari.fi/linux/
13326 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13327 T: git git://linuxtv.org/anttip/media_tree.git
13328 S: Maintained
13329 F: drivers/media/tuners/tda18218*
13330
13331 TDA18271 MEDIA DRIVER
13332 M: Michael Krufky <mkrufky@linuxtv.org>
13333 L: linux-media@vger.kernel.org
13334 W: https://linuxtv.org
13335 W: http://github.com/mkrufky
13336 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13337 T: git git://linuxtv.org/mkrufky/tuners.git
13338 S: Maintained
13339 F: drivers/media/tuners/tda18271*
13340
13341 TDA827x MEDIA DRIVER
13342 M: Michael Krufky <mkrufky@linuxtv.org>
13343 L: linux-media@vger.kernel.org
13344 W: https://linuxtv.org
13345 W: http://github.com/mkrufky
13346 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13347 T: git git://linuxtv.org/mkrufky/tuners.git
13348 S: Maintained
13349 F: drivers/media/tuners/tda8290.*
13350
13351 TDA8290 MEDIA DRIVER
13352 M: Michael Krufky <mkrufky@linuxtv.org>
13353 L: linux-media@vger.kernel.org
13354 W: https://linuxtv.org
13355 W: http://github.com/mkrufky
13356 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13357 T: git git://linuxtv.org/mkrufky/tuners.git
13358 S: Maintained
13359 F: drivers/media/tuners/tda8290.*
13360
13361 TDA9840 MEDIA DRIVER
13362 M: Hans Verkuil <hverkuil@xs4all.nl>
13363 L: linux-media@vger.kernel.org
13364 T: git git://linuxtv.org/media_tree.git
13365 W: https://linuxtv.org
13366 S: Maintained
13367 F: drivers/media/i2c/tda9840*
13368
13369 TEA5761 TUNER DRIVER
13370 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13371 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13372 L: linux-media@vger.kernel.org
13373 W: https://linuxtv.org
13374 T: git git://linuxtv.org/media_tree.git
13375 S: Odd fixes
13376 F: drivers/media/tuners/tea5761.*
13377
13378 TEA5767 TUNER DRIVER
13379 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13380 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13381 L: linux-media@vger.kernel.org
13382 W: https://linuxtv.org
13383 T: git git://linuxtv.org/media_tree.git
13384 S: Maintained
13385 F: drivers/media/tuners/tea5767.*
13386
13387 TEA6415C MEDIA DRIVER
13388 M: Hans Verkuil <hverkuil@xs4all.nl>
13389 L: linux-media@vger.kernel.org
13390 T: git git://linuxtv.org/media_tree.git
13391 W: https://linuxtv.org
13392 S: Maintained
13393 F: drivers/media/i2c/tea6415c*
13394
13395 TEA6420 MEDIA DRIVER
13396 M: Hans Verkuil <hverkuil@xs4all.nl>
13397 L: linux-media@vger.kernel.org
13398 T: git git://linuxtv.org/media_tree.git
13399 W: https://linuxtv.org
13400 S: Maintained
13401 F: drivers/media/i2c/tea6420*
13402
13403 TEAM DRIVER
13404 M: Jiri Pirko <jiri@resnulli.us>
13405 L: netdev@vger.kernel.org
13406 S: Supported
13407 F: drivers/net/team/
13408 F: include/linux/if_team.h
13409 F: include/uapi/linux/if_team.h
13410
13411 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
13412 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
13413 S: Maintained
13414 F: arch/x86/platform/ts5500/
13415
13416 TECHNOTREND USB IR RECEIVER
13417 M: Sean Young <sean@mess.org>
13418 L: linux-media@vger.kernel.org
13419 S: Maintained
13420 F: drivers/media/rc/ttusbir.c
13421
13422 TEE SUBSYSTEM
13423 M: Jens Wiklander <jens.wiklander@linaro.org>
13424 S: Maintained
13425 F: include/linux/tee_drv.h
13426 F: include/uapi/linux/tee.h
13427 F: drivers/tee/
13428 F: Documentation/tee.txt
13429
13430 TEGRA ARCHITECTURE SUPPORT
13431 M: Thierry Reding <thierry.reding@gmail.com>
13432 M: Jonathan Hunter <jonathanh@nvidia.com>
13433 L: linux-tegra@vger.kernel.org
13434 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
13435 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
13436 S: Supported
13437 N: [^a-z]tegra
13438
13439 TEGRA CLOCK DRIVER
13440 M: Peter De Schrijver <pdeschrijver@nvidia.com>
13441 M: Prashant Gaikwad <pgaikwad@nvidia.com>
13442 S: Supported
13443 F: drivers/clk/tegra/
13444
13445 TEGRA DMA DRIVERS
13446 M: Laxman Dewangan <ldewangan@nvidia.com>
13447 M: Jon Hunter <jonathanh@nvidia.com>
13448 S: Supported
13449 F: drivers/dma/tegra*
13450
13451 TEGRA I2C DRIVER
13452 M: Laxman Dewangan <ldewangan@nvidia.com>
13453 S: Supported
13454 F: drivers/i2c/busses/i2c-tegra.c
13455
13456 TEGRA IOMMU DRIVERS
13457 M: Hiroshi Doyu <hdoyu@nvidia.com>
13458 S: Supported
13459 F: drivers/iommu/tegra*
13460
13461 TEGRA KBC DRIVER
13462 M: Rakesh Iyer <riyer@nvidia.com>
13463 M: Laxman Dewangan <ldewangan@nvidia.com>
13464 S: Supported
13465 F: drivers/input/keyboard/tegra-kbc.c
13466
13467 TEGRA PWM DRIVER
13468 M: Thierry Reding <thierry.reding@gmail.com>
13469 S: Supported
13470 F: drivers/pwm/pwm-tegra.c
13471
13472 TEGRA SERIAL DRIVER
13473 M: Laxman Dewangan <ldewangan@nvidia.com>
13474 S: Supported
13475 F: drivers/tty/serial/serial-tegra.c
13476
13477 TEGRA SPI DRIVER
13478 M: Laxman Dewangan <ldewangan@nvidia.com>
13479 S: Supported
13480 F: drivers/spi/spi-tegra*
13481
13482 TEHUTI ETHERNET DRIVER
13483 M: Andy Gospodarek <andy@greyhouse.net>
13484 L: netdev@vger.kernel.org
13485 S: Supported
13486 F: drivers/net/ethernet/tehuti/*
13487
13488 Telecom Clock Driver for MCPL0010
13489 M: Mark Gross <mark.gross@intel.com>
13490 S: Supported
13491 F: drivers/char/tlclk.c
13492
13493 TENSILICA XTENSA PORT (xtensa)
13494 M: Chris Zankel <chris@zankel.net>
13495 M: Max Filippov <jcmvbkbc@gmail.com>
13496 L: linux-xtensa@linux-xtensa.org
13497 T: git git://github.com/czankel/xtensa-linux.git
13498 S: Maintained
13499 F: arch/xtensa/
13500 F: drivers/irqchip/irq-xtensa-*
13501
13502 Texas Instruments' System Control Interface (TISCI) Protocol Driver
13503 M: Nishanth Menon <nm@ti.com>
13504 M: Tero Kristo <t-kristo@ti.com>
13505 M: Santosh Shilimkar <ssantosh@kernel.org>
13506 L: linux-arm-kernel@lists.infradead.org
13507 S: Maintained
13508 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13509 F: drivers/firmware/ti_sci*
13510 F: include/linux/soc/ti/ti_sci_protocol.h
13511 F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13512 F: include/dt-bindings/genpd/k2g.h
13513 F: drivers/soc/ti/ti_sci_pm_domains.c
13514 F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13515 F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13516 F: drivers/clk/keystone/sci-clk.c
13517 F: drivers/reset/reset-ti-sci.c
13518
13519 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13520 M: Hans Verkuil <hverkuil@xs4all.nl>
13521 L: linux-media@vger.kernel.org
13522 T: git git://linuxtv.org/media_tree.git
13523 W: https://linuxtv.org
13524 S: Maintained
13525 F: drivers/media/radio/radio-raremono.c
13526
13527 THERMAL
13528 M: Zhang Rui <rui.zhang@intel.com>
13529 M: Eduardo Valentin <edubezval@gmail.com>
13530 L: linux-pm@vger.kernel.org
13531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13533 Q: https://patchwork.kernel.org/project/linux-pm/list/
13534 S: Supported
13535 F: drivers/thermal/
13536 F: include/linux/thermal.h
13537 F: include/uapi/linux/thermal.h
13538 F: include/linux/cpu_cooling.h
13539 F: Documentation/devicetree/bindings/thermal/
13540
13541 THERMAL/CPU_COOLING
13542 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
13543 M: Viresh Kumar <viresh.kumar@linaro.org>
13544 M: Javi Merino <javi.merino@kernel.org>
13545 L: linux-pm@vger.kernel.org
13546 S: Supported
13547 F: Documentation/thermal/cpu-cooling-api.txt
13548 F: drivers/thermal/cpu_cooling.c
13549 F: include/linux/cpu_cooling.h
13550
13551 THINKPAD ACPI EXTRAS DRIVER
13552 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13553 L: ibm-acpi-devel@lists.sourceforge.net
13554 L: platform-driver-x86@vger.kernel.org
13555 W: http://ibm-acpi.sourceforge.net
13556 W: http://thinkwiki.org/wiki/Ibm-acpi
13557 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13558 S: Maintained
13559 F: drivers/platform/x86/thinkpad_acpi.c
13560
13561 THUNDERBOLT DRIVER
13562 M: Andreas Noever <andreas.noever@gmail.com>
13563 M: Michael Jamet <michael.jamet@intel.com>
13564 M: Mika Westerberg <mika.westerberg@linux.intel.com>
13565 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
13566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
13567 S: Maintained
13568 F: Documentation/admin-guide/thunderbolt.rst
13569 F: drivers/thunderbolt/
13570 F: include/linux/thunderbolt.h
13571
13572 THUNDERBOLT NETWORK DRIVER
13573 M: Michael Jamet <michael.jamet@intel.com>
13574 M: Mika Westerberg <mika.westerberg@linux.intel.com>
13575 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
13576 L: netdev@vger.kernel.org
13577 S: Maintained
13578 F: drivers/net/thunderbolt.c
13579
13580 THUNDERX GPIO DRIVER
13581 M: David Daney <david.daney@cavium.com>
13582 S: Maintained
13583 F: drivers/gpio/gpio-thunderx.c
13584
13585 TI AM437X VPFE DRIVER
13586 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13587 L: linux-media@vger.kernel.org
13588 W: https://linuxtv.org
13589 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13590 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13591 S: Maintained
13592 F: drivers/media/platform/am437x/
13593
13594 TI BANDGAP AND THERMAL DRIVER
13595 M: Eduardo Valentin <edubezval@gmail.com>
13596 M: Keerthy <j-keerthy@ti.com>
13597 L: linux-pm@vger.kernel.org
13598 L: linux-omap@vger.kernel.org
13599 S: Maintained
13600 F: drivers/thermal/ti-soc-thermal/
13601
13602 TI BQ27XXX POWER SUPPLY DRIVER
13603 R: Andrew F. Davis <afd@ti.com>
13604 F: include/linux/power/bq27xxx_battery.h
13605 F: drivers/power/supply/bq27xxx_battery.c
13606 F: drivers/power/supply/bq27xxx_battery_i2c.c
13607
13608 TI CDCE706 CLOCK DRIVER
13609 M: Max Filippov <jcmvbkbc@gmail.com>
13610 S: Maintained
13611 F: drivers/clk/clk-cdce706.c
13612
13613 TI CLOCK DRIVER
13614 M: Tero Kristo <t-kristo@ti.com>
13615 L: linux-omap@vger.kernel.org
13616 S: Maintained
13617 F: drivers/clk/ti/
13618 F: include/linux/clk/ti.h
13619
13620 TI DAVINCI MACHINE SUPPORT
13621 M: Sekhar Nori <nsekhar@ti.com>
13622 M: Kevin Hilman <khilman@kernel.org>
13623 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
13625 S: Supported
13626 F: arch/arm/mach-davinci/
13627 F: drivers/i2c/busses/i2c-davinci.c
13628 F: arch/arm/boot/dts/da850*
13629
13630 TI DAVINCI SERIES GPIO DRIVER
13631 M: Keerthy <j-keerthy@ti.com>
13632 L: linux-gpio@vger.kernel.org
13633 S: Maintained
13634 F: Documentation/devicetree/bindings/gpio/gpio-davinci.txt
13635 F: drivers/gpio/gpio-davinci.c
13636
13637 TI DAVINCI SERIES MEDIA DRIVER
13638 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13639 L: linux-media@vger.kernel.org
13640 W: https://linuxtv.org
13641 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13642 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13643 S: Maintained
13644 F: drivers/media/platform/davinci/
13645 F: include/media/davinci/
13646
13647 TI ETHERNET SWITCH DRIVER (CPSW)
13648 R: Grygorii Strashko <grygorii.strashko@ti.com>
13649 L: linux-omap@vger.kernel.org
13650 L: netdev@vger.kernel.org
13651 S: Maintained
13652 F: drivers/net/ethernet/ti/cpsw*
13653 F: drivers/net/ethernet/ti/davinci*
13654
13655 TI FLASH MEDIA INTERFACE DRIVER
13656 M: Alex Dubov <oakad@yahoo.com>
13657 S: Maintained
13658 F: drivers/misc/tifm*
13659 F: drivers/mmc/host/tifm_sd.c
13660 F: include/linux/tifm.h
13661
13662 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13663 M: Santosh Shilimkar <ssantosh@kernel.org>
13664 L: linux-kernel@vger.kernel.org
13665 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13666 S: Maintained
13667 F: drivers/soc/ti/*
13668 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13669
13670 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13671 M: M R Swami Reddy <mr.swami.reddy@ti.com>
13672 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13673 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13674 S: Maintained
13675 F: sound/soc/codecs/lm49453*
13676 F: sound/soc/codecs/isabelle*
13677
13678 TI LP855x BACKLIGHT DRIVER
13679 M: Milo Kim <milo.kim@ti.com>
13680 S: Maintained
13681 F: Documentation/backlight/lp855x-driver.txt
13682 F: drivers/video/backlight/lp855x_bl.c
13683 F: include/linux/platform_data/lp855x.h
13684
13685 TI LP8727 CHARGER DRIVER
13686 M: Milo Kim <milo.kim@ti.com>
13687 S: Maintained
13688 F: drivers/power/supply/lp8727_charger.c
13689 F: include/linux/platform_data/lp8727.h
13690
13691 TI LP8788 MFD DRIVER
13692 M: Milo Kim <milo.kim@ti.com>
13693 S: Maintained
13694 F: drivers/iio/adc/lp8788_adc.c
13695 F: drivers/leds/leds-lp8788.c
13696 F: drivers/mfd/lp8788*.c
13697 F: drivers/power/supply/lp8788-charger.c
13698 F: drivers/regulator/lp8788-*.c
13699 F: include/linux/mfd/lp8788*.h
13700
13701 TI NETCP ETHERNET DRIVER
13702 M: Wingman Kwok <w-kwok2@ti.com>
13703 M: Murali Karicheri <m-karicheri2@ti.com>
13704 L: netdev@vger.kernel.org
13705 S: Maintained
13706 F: drivers/net/ethernet/ti/netcp*
13707
13708 TI TAS571X FAMILY ASoC CODEC DRIVER
13709 M: Kevin Cernekee <cernekee@chromium.org>
13710 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13711 S: Odd Fixes
13712 F: sound/soc/codecs/tas571x*
13713
13714 TI TRF7970A NFC DRIVER
13715 M: Mark Greer <mgreer@animalcreek.com>
13716 L: linux-wireless@vger.kernel.org
13717 L: linux-nfc@lists.01.org (moderated for non-subscribers)
13718 S: Supported
13719 F: drivers/nfc/trf7970a.c
13720 F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt
13721
13722 TI TWL4030 SERIES SOC CODEC DRIVER
13723 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
13724 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13725 S: Maintained
13726 F: sound/soc/codecs/twl4030*
13727
13728 TI VPE/CAL DRIVERS
13729 M: Benoit Parrot <bparrot@ti.com>
13730 L: linux-media@vger.kernel.org
13731 W: http://linuxtv.org/
13732 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13733 S: Maintained
13734 F: drivers/media/platform/ti-vpe/
13735
13736 TI WILINK WIRELESS DRIVERS
13737 L: linux-wireless@vger.kernel.org
13738 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
13739 W: http://wireless.kernel.org/en/users/Drivers/wl1251
13740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13741 S: Orphan
13742 F: drivers/net/wireless/ti/
13743 F: include/linux/wl12xx.h
13744
13745 TILE ARCHITECTURE
13746 W: http://www.mellanox.com/repository/solutions/tile-scm/
13747 S: Orphan
13748 F: arch/tile/
13749 F: drivers/char/tile-srom.c
13750 F: drivers/edac/tile_edac.c
13751 F: drivers/net/ethernet/tile/
13752 F: drivers/rtc/rtc-tile.c
13753 F: drivers/tty/hvc/hvc_tile.c
13754 F: drivers/tty/serial/tilegx.c
13755 F: drivers/usb/host/*-tilegx.c
13756 F: include/linux/usb/tilegx.h
13757
13758 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
13759 M: John Stultz <john.stultz@linaro.org>
13760 M: Thomas Gleixner <tglx@linutronix.de>
13761 R: Stephen Boyd <sboyd@codeaurora.org>
13762 L: linux-kernel@vger.kernel.org
13763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13764 S: Supported
13765 F: include/linux/clocksource.h
13766 F: include/linux/time.h
13767 F: include/linux/timex.h
13768 F: include/uapi/linux/time.h
13769 F: include/uapi/linux/timex.h
13770 F: kernel/time/clocksource.c
13771 F: kernel/time/time*.c
13772 F: kernel/time/alarmtimer.c
13773 F: kernel/time/ntp.c
13774 F: tools/testing/selftests/timers/
13775
13776 TIPC NETWORK LAYER
13777 M: Jon Maloy <jon.maloy@ericsson.com>
13778 M: Ying Xue <ying.xue@windriver.com>
13779 L: netdev@vger.kernel.org (core kernel code)
13780 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13781 W: http://tipc.sourceforge.net/
13782 S: Maintained
13783 F: include/uapi/linux/tipc*.h
13784 F: net/tipc/
13785
13786 TLAN NETWORK DRIVER
13787 M: Samuel Chessman <chessman@tux.org>
13788 L: tlan-devel@lists.sourceforge.net (subscribers-only)
13789 W: http://sourceforge.net/projects/tlan/
13790 S: Maintained
13791 F: Documentation/networking/tlan.txt
13792 F: drivers/net/ethernet/ti/tlan.*
13793
13794 TM6000 VIDEO4LINUX DRIVER
13795 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13796 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13797 L: linux-media@vger.kernel.org
13798 W: https://linuxtv.org
13799 T: git git://linuxtv.org/media_tree.git
13800 S: Odd fixes
13801 F: drivers/media/usb/tm6000/
13802 F: Documentation/media/v4l-drivers/tm6000*
13803
13804 TMIO/SDHI MMC DRIVER
13805 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
13806 L: linux-mmc@vger.kernel.org
13807 S: Supported
13808 F: drivers/mmc/host/tmio_mmc*
13809 F: drivers/mmc/host/renesas_sdhi*
13810 F: include/linux/mfd/tmio.h
13811
13812 TMP401 HARDWARE MONITOR DRIVER
13813 M: Guenter Roeck <linux@roeck-us.net>
13814 L: linux-hwmon@vger.kernel.org
13815 S: Maintained
13816 F: Documentation/hwmon/tmp401
13817 F: drivers/hwmon/tmp401.c
13818
13819 TMPFS (SHMEM FILESYSTEM)
13820 M: Hugh Dickins <hughd@google.com>
13821 L: linux-mm@kvack.org
13822 S: Maintained
13823 F: include/linux/shmem_fs.h
13824 F: mm/shmem.c
13825
13826 TOMOYO SECURITY MODULE
13827 M: Kentaro Takeda <takedakn@nttdata.co.jp>
13828 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13829 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13830 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13831 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13832 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13833 W: http://tomoyo.sourceforge.jp/
13834 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13835 S: Maintained
13836 F: security/tomoyo/
13837
13838 TOPSTAR LAPTOP EXTRAS DRIVER
13839 M: Herton Ronaldo Krzesinski <herton@canonical.com>
13840 L: platform-driver-x86@vger.kernel.org
13841 S: Maintained
13842 F: drivers/platform/x86/topstar-laptop.c
13843
13844 TOSHIBA ACPI EXTRAS DRIVER
13845 M: Azael Avalos <coproscefalo@gmail.com>
13846 L: platform-driver-x86@vger.kernel.org
13847 S: Maintained
13848 F: drivers/platform/x86/toshiba_acpi.c
13849
13850 TOSHIBA BLUETOOTH DRIVER
13851 M: Azael Avalos <coproscefalo@gmail.com>
13852 L: platform-driver-x86@vger.kernel.org
13853 S: Maintained
13854 F: drivers/platform/x86/toshiba_bluetooth.c
13855
13856 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13857 M: Azael Avalos <coproscefalo@gmail.com>
13858 L: platform-driver-x86@vger.kernel.org
13859 S: Maintained
13860 F: drivers/platform/x86/toshiba_haps.c
13861
13862 TOSHIBA SMM DRIVER
13863 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
13864 W: http://www.buzzard.org.uk/toshiba/
13865 S: Maintained
13866 F: drivers/char/toshiba.c
13867 F: include/linux/toshiba.h
13868 F: include/uapi/linux/toshiba.h
13869
13870 TOSHIBA TC358743 DRIVER
13871 M: Mats Randgaard <matrandg@cisco.com>
13872 L: linux-media@vger.kernel.org
13873 S: Maintained
13874 F: drivers/media/i2c/tc358743*
13875 F: include/media/i2c/tc358743.h
13876
13877 TOSHIBA WMI HOTKEYS DRIVER
13878 M: Azael Avalos <coproscefalo@gmail.com>
13879 L: platform-driver-x86@vger.kernel.org
13880 S: Maintained
13881 F: drivers/platform/x86/toshiba-wmi.c
13882
13883 TPM DEVICE DRIVER
13884 M: Peter Huewe <peterhuewe@gmx.de>
13885 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13886 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13887 L: linux-integrity@vger.kernel.org
13888 Q: https://patchwork.kernel.org/project/linux-integrity/list/
13889 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
13890 S: Maintained
13891 F: drivers/char/tpm/
13892
13893 TRACING
13894 M: Steven Rostedt <rostedt@goodmis.org>
13895 M: Ingo Molnar <mingo@redhat.com>
13896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13897 S: Maintained
13898 F: Documentation/trace/ftrace.txt
13899 F: arch/*/*/*/ftrace.h
13900 F: arch/*/kernel/ftrace.c
13901 F: include/*/ftrace.h
13902 F: include/linux/trace*.h
13903 F: include/trace/
13904 F: kernel/trace/
13905 F: tools/testing/selftests/ftrace/
13906
13907 TRACING MMIO ACCESSES (MMIOTRACE)
13908 M: Steven Rostedt <rostedt@goodmis.org>
13909 M: Ingo Molnar <mingo@kernel.org>
13910 R: Karol Herbst <karolherbst@gmail.com>
13911 R: Pekka Paalanen <ppaalanen@gmail.com>
13912 S: Maintained
13913 L: linux-kernel@vger.kernel.org
13914 L: nouveau@lists.freedesktop.org
13915 F: kernel/trace/trace_mmiotrace.c
13916 F: include/linux/mmiotrace.h
13917 F: arch/x86/mm/kmmio.c
13918 F: arch/x86/mm/mmio-mod.c
13919 F: arch/x86/mm/testmmiotrace.c
13920
13921 TRIVIAL PATCHES
13922 M: Jiri Kosina <trivial@kernel.org>
13923 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13924 S: Maintained
13925 K: ^Subject:.*(?i)trivial
13926
13927 TTY LAYER
13928 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13929 M: Jiri Slaby <jslaby@suse.com>
13930 S: Supported
13931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13932 F: Documentation/serial/
13933 F: drivers/tty/
13934 F: drivers/tty/serial/serial_core.c
13935 F: include/linux/serial_core.h
13936 F: include/linux/serial.h
13937 F: include/linux/tty.h
13938 F: include/uapi/linux/serial_core.h
13939 F: include/uapi/linux/serial.h
13940 F: include/uapi/linux/tty.h
13941
13942 TUA9001 MEDIA DRIVER
13943 M: Antti Palosaari <crope@iki.fi>
13944 L: linux-media@vger.kernel.org
13945 W: https://linuxtv.org
13946 W: http://palosaari.fi/linux/
13947 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13948 T: git git://linuxtv.org/anttip/media_tree.git
13949 S: Maintained
13950 F: drivers/media/tuners/tua9001*
13951
13952 TULIP NETWORK DRIVERS
13953 L: netdev@vger.kernel.org
13954 L: linux-parisc@vger.kernel.org
13955 S: Orphan
13956 F: drivers/net/ethernet/dec/tulip/
13957
13958 TUN/TAP driver
13959 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
13960 W: http://vtun.sourceforge.net/tun
13961 S: Maintained
13962 F: Documentation/networking/tuntap.txt
13963 F: arch/um/os-Linux/drivers/
13964
13965 TURBOCHANNEL SUBSYSTEM
13966 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13967 M: Ralf Baechle <ralf@linux-mips.org>
13968 L: linux-mips@linux-mips.org
13969 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
13970 S: Maintained
13971 F: drivers/tc/
13972 F: include/linux/tc.h
13973
13974 TW5864 VIDEO4LINUX DRIVER
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 L: linux-media@vger.kernel.org
13980 S: Supported
13981 F: drivers/media/pci/tw5864/
13982
13983 TW68 VIDEO4LINUX DRIVER
13984 M: Hans Verkuil <hverkuil@xs4all.nl>
13985 L: linux-media@vger.kernel.org
13986 T: git git://linuxtv.org/media_tree.git
13987 W: https://linuxtv.org
13988 S: Odd Fixes
13989 F: drivers/media/pci/tw68/
13990
13991 TW686X VIDEO4LINUX DRIVER
13992 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13993 L: linux-media@vger.kernel.org
13994 T: git git://linuxtv.org/media_tree.git
13995 W: http://linuxtv.org
13996 S: Maintained
13997 F: drivers/media/pci/tw686x/
13998
13999 UBI FILE SYSTEM (UBIFS)
14000 M: Richard Weinberger <richard@nod.at>
14001 M: Artem Bityutskiy <dedekind1@gmail.com>
14002 M: Adrian Hunter <adrian.hunter@intel.com>
14003 L: linux-mtd@lists.infradead.org
14004 T: git git://git.infradead.org/ubifs-2.6.git
14005 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
14006 S: Supported
14007 F: Documentation/filesystems/ubifs.txt
14008 F: fs/ubifs/
14009
14010 UCLINUX (M68KNOMMU AND COLDFIRE)
14011 M: Greg Ungerer <gerg@linux-m68k.org>
14012 W: http://www.linux-m68k.org/
14013 W: http://www.uclinux.org/
14014 L: linux-m68k@lists.linux-m68k.org
14015 L: uclinux-dev@uclinux.org (subscribers-only)
14016 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
14017 S: Maintained
14018 F: arch/m68k/coldfire/
14019 F: arch/m68k/68*/
14020 F: arch/m68k/*/*_no.*
14021 F: arch/m68k/include/asm/*_no.*
14022
14023 UDF FILESYSTEM
14024 M: Jan Kara <jack@suse.com>
14025 S: Maintained
14026 F: Documentation/filesystems/udf.txt
14027 F: fs/udf/
14028
14029 UDRAW TABLET
14030 M: Bastien Nocera <hadess@hadess.net>
14031 L: linux-input@vger.kernel.org
14032 S: Maintained
14033 F: drivers/hid/hid-udraw-ps3.c
14034
14035 UFS FILESYSTEM
14036 M: Evgeniy Dushistov <dushistov@mail.ru>
14037 S: Maintained
14038 F: Documentation/filesystems/ufs.txt
14039 F: fs/ufs/
14040
14041 UHID USERSPACE HID IO DRIVER:
14042 M: David Herrmann <dh.herrmann@googlemail.com>
14043 L: linux-input@vger.kernel.org
14044 S: Maintained
14045 F: drivers/hid/uhid.c
14046 F: include/uapi/linux/uhid.h
14047
14048 ULPI BUS
14049 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
14050 L: linux-usb@vger.kernel.org
14051 S: Maintained
14052 F: drivers/usb/common/ulpi.c
14053 F: include/linux/ulpi/
14054
14055 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
14056 L: linux-usb@vger.kernel.org
14057 S: Orphan
14058 F: drivers/uwb/
14059 F: include/linux/uwb.h
14060 F: include/linux/uwb/
14061
14062 UNICORE32 ARCHITECTURE:
14063 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
14064 W: http://mprc.pku.edu.cn/~guanxuetao/linux
14065 S: Maintained
14066 T: git git://github.com/gxt/linux.git
14067 F: arch/unicore32/
14068
14069 UNIFDEF
14070 M: Tony Finch <dot@dotat.at>
14071 W: http://dotat.at/prog/unifdef
14072 S: Maintained
14073 F: scripts/unifdef.c
14074
14075 UNIFORM CDROM DRIVER
14076 M: Jens Axboe <axboe@kernel.dk>
14077 W: http://www.kernel.dk
14078 S: Maintained
14079 F: Documentation/cdrom/
14080 F: drivers/cdrom/cdrom.c
14081 F: include/linux/cdrom.h
14082 F: include/uapi/linux/cdrom.h
14083
14084 UNISYS S-PAR DRIVERS
14085 M: David Kershner <david.kershner@unisys.com>
14086 L: sparmaintainer@unisys.com (Unisys internal)
14087 S: Supported
14088 F: drivers/staging/unisys/
14089
14090 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
14091 M: Vinayak Holikatti <vinholikatti@gmail.com>
14092 L: linux-scsi@vger.kernel.org
14093 S: Supported
14094 F: Documentation/scsi/ufs.txt
14095 F: drivers/scsi/ufs/
14096
14097 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
14098 M: Joao Pinto <jpinto@synopsys.com>
14099 L: linux-scsi@vger.kernel.org
14100 S: Supported
14101 F: drivers/scsi/ufs/*dwc*
14102
14103 UNSORTED BLOCK IMAGES (UBI)
14104 M: Artem Bityutskiy <dedekind1@gmail.com>
14105 M: Richard Weinberger <richard@nod.at>
14106 W: http://www.linux-mtd.infradead.org/
14107 L: linux-mtd@lists.infradead.org
14108 T: git git://git.infradead.org/ubifs-2.6.git
14109 S: Supported
14110 F: drivers/mtd/ubi/
14111 F: include/linux/mtd/ubi.h
14112 F: include/uapi/mtd/ubi-user.h
14113
14114 USB "USBNET" DRIVER FRAMEWORK
14115 M: Oliver Neukum <oneukum@suse.com>
14116 L: netdev@vger.kernel.org
14117 W: http://www.linux-usb.org/usbnet
14118 S: Maintained
14119 F: drivers/net/usb/usbnet.c
14120 F: include/linux/usb/usbnet.h
14121
14122 USB ACM DRIVER
14123 M: Oliver Neukum <oneukum@suse.com>
14124 L: linux-usb@vger.kernel.org
14125 S: Maintained
14126 F: Documentation/usb/acm.txt
14127 F: drivers/usb/class/cdc-acm.*
14128
14129 USB AR5523 WIRELESS DRIVER
14130 M: Pontus Fuchs <pontus.fuchs@gmail.com>
14131 L: linux-wireless@vger.kernel.org
14132 S: Maintained
14133 F: drivers/net/wireless/ath/ar5523/
14134
14135 USB ATTACHED SCSI
14136 M: Oliver Neukum <oneukum@suse.com>
14137 L: linux-usb@vger.kernel.org
14138 L: linux-scsi@vger.kernel.org
14139 S: Maintained
14140 F: drivers/usb/storage/uas.c
14141
14142 USB CDC ETHERNET DRIVER
14143 M: Oliver Neukum <oliver@neukum.org>
14144 L: linux-usb@vger.kernel.org
14145 S: Maintained
14146 F: drivers/net/usb/cdc_*.c
14147 F: include/uapi/linux/usb/cdc.h
14148
14149 USB CHAOSKEY DRIVER
14150 M: Keith Packard <keithp@keithp.com>
14151 L: linux-usb@vger.kernel.org
14152 S: Maintained
14153 F: drivers/usb/misc/chaoskey.c
14154
14155 USB CYPRESS C67X00 DRIVER
14156 M: Peter Korsgaard <jacmet@sunsite.dk>
14157 L: linux-usb@vger.kernel.org
14158 S: Maintained
14159 F: drivers/usb/c67x00/
14160
14161 USB DAVICOM DM9601 DRIVER
14162 M: Peter Korsgaard <jacmet@sunsite.dk>
14163 L: netdev@vger.kernel.org
14164 W: http://www.linux-usb.org/usbnet
14165 S: Maintained
14166 F: drivers/net/usb/dm9601.c
14167
14168 USB EHCI DRIVER
14169 M: Alan Stern <stern@rowland.harvard.edu>
14170 L: linux-usb@vger.kernel.org
14171 S: Maintained
14172 F: Documentation/usb/ehci.txt
14173 F: drivers/usb/host/ehci*
14174
14175 USB GADGET/PERIPHERAL SUBSYSTEM
14176 M: Felipe Balbi <balbi@kernel.org>
14177 L: linux-usb@vger.kernel.org
14178 W: http://www.linux-usb.org/gadget
14179 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14180 S: Maintained
14181 F: drivers/usb/gadget/
14182 F: include/linux/usb/gadget*
14183
14184 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
14185 M: Jiri Kosina <jikos@kernel.org>
14186 R: Benjamin Tissoires <benjamin.tissoires@redhat.com>
14187 L: linux-usb@vger.kernel.org
14188 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
14189 S: Maintained
14190 F: Documentation/hid/hiddev.txt
14191 F: drivers/hid/usbhid/
14192
14193 USB ISP116X DRIVER
14194 M: Olav Kongas <ok@artecdesign.ee>
14195 L: linux-usb@vger.kernel.org
14196 S: Maintained
14197 F: drivers/usb/host/isp116x*
14198 F: include/linux/usb/isp116x.h
14199
14200 USB LAN78XX ETHERNET DRIVER
14201 M: Woojung Huh <woojung.huh@microchip.com>
14202 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14203 L: netdev@vger.kernel.org
14204 S: Maintained
14205 F: drivers/net/usb/lan78xx.*
14206
14207 USB MASS STORAGE DRIVER
14208 M: Alan Stern <stern@rowland.harvard.edu>
14209 L: linux-usb@vger.kernel.org
14210 L: usb-storage@lists.one-eyed-alien.net
14211 S: Maintained
14212 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
14213 F: drivers/usb/storage/
14214
14215 USB MIDI DRIVER
14216 M: Clemens Ladisch <clemens@ladisch.de>
14217 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
14218 T: git git://git.alsa-project.org/alsa-kernel.git
14219 S: Maintained
14220 F: sound/usb/midi.*
14221
14222 USB NETWORKING DRIVERS
14223 L: linux-usb@vger.kernel.org
14224 S: Odd Fixes
14225 F: drivers/net/usb/
14226
14227 USB OHCI DRIVER
14228 M: Alan Stern <stern@rowland.harvard.edu>
14229 L: linux-usb@vger.kernel.org
14230 S: Maintained
14231 F: Documentation/usb/ohci.txt
14232 F: drivers/usb/host/ohci*
14233
14234 USB OTG FSM (Finite State Machine)
14235 M: Peter Chen <Peter.Chen@nxp.com>
14236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
14237 L: linux-usb@vger.kernel.org
14238 S: Maintained
14239 F: drivers/usb/common/usb-otg-fsm.c
14240
14241 USB OVER IP DRIVER
14242 M: Valentina Manea <valentina.manea.m@gmail.com>
14243 M: Shuah Khan <shuahkh@osg.samsung.com>
14244 M: Shuah Khan <shuah@kernel.org>
14245 L: linux-usb@vger.kernel.org
14246 S: Maintained
14247 F: Documentation/usb/usbip_protocol.txt
14248 F: drivers/usb/usbip/
14249 F: tools/usb/usbip/
14250
14251 USB PEGASUS DRIVER
14252 M: Petko Manolov <petkan@nucleusys.com>
14253 L: linux-usb@vger.kernel.org
14254 L: netdev@vger.kernel.org
14255 T: git git://github.com/petkan/pegasus.git
14256 W: https://github.com/petkan/pegasus
14257 S: Maintained
14258 F: drivers/net/usb/pegasus.*
14259
14260 USB PHY LAYER
14261 M: Felipe Balbi <balbi@kernel.org>
14262 L: linux-usb@vger.kernel.org
14263 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14264 S: Maintained
14265 F: drivers/usb/phy/
14266
14267 USB PRINTER DRIVER (usblp)
14268 M: Pete Zaitcev <zaitcev@redhat.com>
14269 L: linux-usb@vger.kernel.org
14270 S: Supported
14271 F: drivers/usb/class/usblp.c
14272
14273 USB QMI WWAN NETWORK DRIVER
14274 M: Bjørn Mork <bjorn@mork.no>
14275 L: netdev@vger.kernel.org
14276 S: Maintained
14277 F: Documentation/ABI/testing/sysfs-class-net-qmi
14278 F: drivers/net/usb/qmi_wwan.c
14279
14280 USB RTL8150 DRIVER
14281 M: Petko Manolov <petkan@nucleusys.com>
14282 L: linux-usb@vger.kernel.org
14283 L: netdev@vger.kernel.org
14284 T: git git://github.com/petkan/rtl8150.git
14285 W: https://github.com/petkan/rtl8150
14286 S: Maintained
14287 F: drivers/net/usb/rtl8150.c
14288
14289 USB SERIAL SUBSYSTEM
14290 M: Johan Hovold <johan@kernel.org>
14291 L: linux-usb@vger.kernel.org
14292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
14293 S: Maintained
14294 F: Documentation/usb/usb-serial.txt
14295 F: drivers/usb/serial/
14296 F: include/linux/usb/serial.h
14297
14298 USB SMSC75XX ETHERNET DRIVER
14299 M: Steve Glendinning <steve.glendinning@shawell.net>
14300 L: netdev@vger.kernel.org
14301 S: Maintained
14302 F: drivers/net/usb/smsc75xx.*
14303
14304 USB SMSC95XX ETHERNET DRIVER
14305 M: Steve Glendinning <steve.glendinning@shawell.net>
14306 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14307 L: netdev@vger.kernel.org
14308 S: Maintained
14309 F: drivers/net/usb/smsc95xx.*
14310
14311 USB SUBSYSTEM
14312 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14313 L: linux-usb@vger.kernel.org
14314 W: http://www.linux-usb.org
14315 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
14316 S: Supported
14317 F: Documentation/devicetree/bindings/usb/
14318 F: Documentation/usb/
14319 F: drivers/usb/
14320 F: include/linux/usb.h
14321 F: include/linux/usb/
14322
14323 USB TYPEC SUBSYSTEM
14324 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
14325 L: linux-usb@vger.kernel.org
14326 S: Maintained
14327 F: Documentation/ABI/testing/sysfs-class-typec
14328 F: Documentation/usb/typec.rst
14329 F: drivers/usb/typec/
14330 F: include/linux/usb/typec.h
14331
14332 USB UHCI DRIVER
14333 M: Alan Stern <stern@rowland.harvard.edu>
14334 L: linux-usb@vger.kernel.org
14335 S: Maintained
14336 F: drivers/usb/host/uhci*
14337
14338 USB VIDEO CLASS
14339 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14340 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
14341 L: linux-media@vger.kernel.org
14342 T: git git://linuxtv.org/media_tree.git
14343 W: http://www.ideasonboard.org/uvc/
14344 S: Maintained
14345 F: drivers/media/usb/uvc/
14346 F: include/uapi/linux/uvcvideo.h
14347
14348 USB VISION DRIVER
14349 M: Hans Verkuil <hverkuil@xs4all.nl>
14350 L: linux-media@vger.kernel.org
14351 T: git git://linuxtv.org/media_tree.git
14352 W: https://linuxtv.org
14353 S: Odd Fixes
14354 F: drivers/media/usb/usbvision/
14355
14356 USB WEBCAM GADGET
14357 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14358 L: linux-usb@vger.kernel.org
14359 S: Maintained
14360 F: drivers/usb/gadget/function/*uvc*
14361 F: drivers/usb/gadget/legacy/webcam.c
14362
14363 USB WIRELESS RNDIS DRIVER (rndis_wlan)
14364 M: Jussi Kivilinna <jussi.kivilinna@iki.fi>
14365 L: linux-wireless@vger.kernel.org
14366 S: Maintained
14367 F: drivers/net/wireless/rndis_wlan.c
14368
14369 USB XHCI DRIVER
14370 M: Mathias Nyman <mathias.nyman@intel.com>
14371 L: linux-usb@vger.kernel.org
14372 S: Supported
14373 F: drivers/usb/host/xhci*
14374 F: drivers/usb/host/pci-quirks*
14375
14376 USB ZD1201 DRIVER
14377 L: linux-wireless@vger.kernel.org
14378 W: http://linux-lc100020.sourceforge.net
14379 S: Orphan
14380 F: drivers/net/wireless/zydas/zd1201.*
14381
14382 USB ZR364XX DRIVER
14383 M: Antoine Jacquet <royale@zerezo.com>
14384 L: linux-usb@vger.kernel.org
14385 L: linux-media@vger.kernel.org
14386 T: git git://linuxtv.org/media_tree.git
14387 W: http://royale.zerezo.com/zr364xx/
14388 S: Maintained
14389 F: Documentation/media/v4l-drivers/zr364xx*
14390 F: drivers/media/usb/zr364xx/
14391
14392 USER-MODE LINUX (UML)
14393 M: Jeff Dike <jdike@addtoit.com>
14394 M: Richard Weinberger <richard@nod.at>
14395 L: user-mode-linux-devel@lists.sourceforge.net
14396 L: user-mode-linux-user@lists.sourceforge.net
14397 W: http://user-mode-linux.sourceforge.net
14398 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
14399 S: Maintained
14400 F: Documentation/virtual/uml/
14401 F: arch/um/
14402 F: arch/x86/um/
14403 F: fs/hostfs/
14404 F: fs/hppfs/
14405
14406 USERSPACE I/O (UIO)
14407 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14408 S: Maintained
14409 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14410 F: Documentation/driver-api/uio-howto.rst
14411 F: drivers/uio/
14412 F: include/linux/uio*.h
14413
14414 UTIL-LINUX PACKAGE
14415 M: Karel Zak <kzak@redhat.com>
14416 L: util-linux@vger.kernel.org
14417 W: http://en.wikipedia.org/wiki/Util-linux
14418 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
14419 S: Maintained
14420
14421 UUID HELPERS
14422 M: Christoph Hellwig <hch@lst.de>
14423 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14424 L: linux-kernel@vger.kernel.org
14425 T: git git://git.infradead.org/users/hch/uuid.git
14426 F: lib/uuid.c
14427 F: lib/test_uuid.c
14428 F: include/linux/uuid.h
14429 F: include/uapi/linux/uuid.h
14430 S: Maintained
14431
14432 UVESAFB DRIVER
14433 M: Michal Januszewski <spock@gentoo.org>
14434 L: linux-fbdev@vger.kernel.org
14435 W: http://dev.gentoo.org/~spock/projects/uvesafb/
14436 S: Maintained
14437 F: Documentation/fb/uvesafb.txt
14438 F: drivers/video/fbdev/uvesafb.*
14439
14440 VF610 NAND DRIVER
14441 M: Stefan Agner <stefan@agner.ch>
14442 L: linux-mtd@lists.infradead.org
14443 S: Supported
14444 F: drivers/mtd/nand/vf610_nfc.c
14445
14446 VFAT/FAT/MSDOS FILESYSTEM
14447 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
14448 S: Maintained
14449 F: Documentation/filesystems/vfat.txt
14450 F: fs/fat/
14451
14452 VFIO DRIVER
14453 M: Alex Williamson <alex.williamson@redhat.com>
14454 L: kvm@vger.kernel.org
14455 T: git git://github.com/awilliam/linux-vfio.git
14456 S: Maintained
14457 F: Documentation/vfio.txt
14458 F: drivers/vfio/
14459 F: include/linux/vfio.h
14460 F: include/uapi/linux/vfio.h
14461
14462 VFIO MEDIATED DEVICE DRIVERS
14463 M: Kirti Wankhede <kwankhede@nvidia.com>
14464 L: kvm@vger.kernel.org
14465 S: Maintained
14466 F: Documentation/vfio-mediated-device.txt
14467 F: drivers/vfio/mdev/
14468 F: include/linux/mdev.h
14469 F: samples/vfio-mdev/
14470
14471 VFIO PLATFORM DRIVER
14472 M: Baptiste Reynal <b.reynal@virtualopensystems.com>
14473 L: kvm@vger.kernel.org
14474 S: Maintained
14475 F: drivers/vfio/platform/
14476
14477 VGA_SWITCHEROO
14478 R: Lukas Wunner <lukas@wunner.de>
14479 S: Maintained
14480 F: Documentation/gpu/vga-switcheroo.rst
14481 F: drivers/gpu/vga/vga_switcheroo.c
14482 F: include/linux/vga_switcheroo.h
14483 T: git git://anongit.freedesktop.org/drm/drm-misc
14484
14485 VIA RHINE NETWORK DRIVER
14486 S: Orphan
14487 F: drivers/net/ethernet/via/via-rhine.c
14488
14489 VIA SD/MMC CARD CONTROLLER DRIVER
14490 M: Bruce Chang <brucechang@via.com.tw>
14491 M: Harald Welte <HaraldWelte@viatech.com>
14492 S: Maintained
14493 F: drivers/mmc/host/via-sdmmc.c
14494
14495 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14496 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
14497 L: linux-fbdev@vger.kernel.org
14498 S: Maintained
14499 F: include/linux/via-core.h
14500 F: include/linux/via-gpio.h
14501 F: include/linux/via_i2c.h
14502 F: drivers/video/fbdev/via/
14503
14504 VIA VELOCITY NETWORK DRIVER
14505 M: Francois Romieu <romieu@fr.zoreil.com>
14506 L: netdev@vger.kernel.org
14507 S: Maintained
14508 F: drivers/net/ethernet/via/via-velocity.*
14509
14510 VIDEO MULTIPLEXER DRIVER
14511 M: Philipp Zabel <p.zabel@pengutronix.de>
14512 L: linux-media@vger.kernel.org
14513 S: Maintained
14514 F: drivers/media/platform/video-mux.c
14515
14516 VIDEOBUF2 FRAMEWORK
14517 M: Pawel Osciak <pawel@osciak.com>
14518 M: Marek Szyprowski <m.szyprowski@samsung.com>
14519 M: Kyungmin Park <kyungmin.park@samsung.com>
14520 L: linux-media@vger.kernel.org
14521 S: Maintained
14522 F: drivers/media/v4l2-core/videobuf2-*
14523 F: include/media/videobuf2-*
14524
14525 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14526 M: Helen Koike <helen.koike@collabora.com>
14527 L: linux-media@vger.kernel.org
14528 T: git git://linuxtv.org/media_tree.git
14529 W: https://linuxtv.org
14530 S: Maintained
14531 F: drivers/media/platform/vimc/*
14532
14533 VIRT LIB
14534 M: Alex Williamson <alex.williamson@redhat.com>
14535 M: Paolo Bonzini <pbonzini@redhat.com>
14536 L: kvm@vger.kernel.org
14537 S: Supported
14538 F: virt/lib/
14539
14540 VIRTIO AND VHOST VSOCK DRIVER
14541 M: Stefan Hajnoczi <stefanha@redhat.com>
14542 L: kvm@vger.kernel.org
14543 L: virtualization@lists.linux-foundation.org
14544 L: netdev@vger.kernel.org
14545 S: Maintained
14546 F: include/linux/virtio_vsock.h
14547 F: include/uapi/linux/virtio_vsock.h
14548 F: include/uapi/linux/vsockmon.h
14549 F: include/uapi/linux/vm_sockets_diag.h
14550 F: net/vmw_vsock/diag.c
14551 F: net/vmw_vsock/af_vsock_tap.c
14552 F: net/vmw_vsock/virtio_transport_common.c
14553 F: net/vmw_vsock/virtio_transport.c
14554 F: drivers/net/vsockmon.c
14555 F: drivers/vhost/vsock.c
14556 F: drivers/vhost/vsock.h
14557 F: tools/testing/vsock/
14558
14559 VIRTIO CONSOLE DRIVER
14560 M: Amit Shah <amit@kernel.org>
14561 L: virtualization@lists.linux-foundation.org
14562 S: Maintained
14563 F: drivers/char/virtio_console.c
14564 F: include/linux/virtio_console.h
14565 F: include/uapi/linux/virtio_console.h
14566
14567 VIRTIO CORE, NET AND BLOCK DRIVERS
14568 M: "Michael S. Tsirkin" <mst@redhat.com>
14569 M: Jason Wang <jasowang@redhat.com>
14570 L: virtualization@lists.linux-foundation.org
14571 S: Maintained
14572 F: Documentation/devicetree/bindings/virtio/
14573 F: drivers/virtio/
14574 F: tools/virtio/
14575 F: drivers/net/virtio_net.c
14576 F: drivers/block/virtio_blk.c
14577 F: include/linux/virtio*.h
14578 F: include/uapi/linux/virtio_*.h
14579 F: drivers/crypto/virtio/
14580 F: mm/balloon_compaction.c
14581
14582 VIRTIO CRYPTO DRIVER
14583 M: Gonglei <arei.gonglei@huawei.com>
14584 L: virtualization@lists.linux-foundation.org
14585 L: linux-crypto@vger.kernel.org
14586 S: Maintained
14587 F: drivers/crypto/virtio/
14588 F: include/uapi/linux/virtio_crypto.h
14589
14590 VIRTIO DRIVERS FOR S390
14591 M: Cornelia Huck <cohuck@redhat.com>
14592 M: Halil Pasic <pasic@linux.vnet.ibm.com>
14593 L: linux-s390@vger.kernel.org
14594 L: virtualization@lists.linux-foundation.org
14595 L: kvm@vger.kernel.org
14596 S: Supported
14597 F: drivers/s390/virtio/
14598 F: arch/s390/include/uapi/asm/virtio-ccw.h
14599
14600 VIRTIO GPU DRIVER
14601 M: David Airlie <airlied@linux.ie>
14602 M: Gerd Hoffmann <kraxel@redhat.com>
14603 L: dri-devel@lists.freedesktop.org
14604 L: virtualization@lists.linux-foundation.org
14605 T: git git://anongit.freedesktop.org/drm/drm-misc
14606 S: Maintained
14607 F: drivers/gpu/drm/virtio/
14608 F: include/uapi/linux/virtio_gpu.h
14609
14610 VIRTIO HOST (VHOST)
14611 M: "Michael S. Tsirkin" <mst@redhat.com>
14612 M: Jason Wang <jasowang@redhat.com>
14613 L: kvm@vger.kernel.org
14614 L: virtualization@lists.linux-foundation.org
14615 L: netdev@vger.kernel.org
14616 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14617 S: Maintained
14618 F: drivers/vhost/
14619 F: include/uapi/linux/vhost.h
14620
14621 VIRTIO INPUT DRIVER
14622 M: Gerd Hoffmann <kraxel@redhat.com>
14623 S: Maintained
14624 F: drivers/virtio/virtio_input.c
14625 F: include/uapi/linux/virtio_input.h
14626
14627 VIRTUAL SERIO DEVICE DRIVER
14628 M: Stephen Chandler Paul <thatslyude@gmail.com>
14629 S: Maintained
14630 F: drivers/input/serio/userio.c
14631 F: include/uapi/linux/userio.h
14632
14633 VIVID VIRTUAL VIDEO DRIVER
14634 M: Hans Verkuil <hverkuil@xs4all.nl>
14635 L: linux-media@vger.kernel.org
14636 T: git git://linuxtv.org/media_tree.git
14637 W: https://linuxtv.org
14638 S: Maintained
14639 F: drivers/media/platform/vivid/*
14640
14641 VLYNQ BUS
14642 M: Florian Fainelli <f.fainelli@gmail.com>
14643 L: openwrt-devel@lists.openwrt.org (subscribers-only)
14644 S: Maintained
14645 F: drivers/vlynq/vlynq.c
14646 F: include/linux/vlynq.h
14647
14648 VME SUBSYSTEM
14649 M: Martyn Welch <martyn@welchs.me.uk>
14650 M: Manohar Vanga <manohar.vanga@gmail.com>
14651 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14652 L: devel@driverdev.osuosl.org
14653 S: Maintained
14654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14655 F: Documentation/driver-api/vme.rst
14656 F: drivers/staging/vme/
14657 F: drivers/vme/
14658 F: include/linux/vme*
14659
14660 VMWARE BALLOON DRIVER
14661 M: Xavier Deguillard <xdeguillard@vmware.com>
14662 M: Philip Moltmann <moltmann@vmware.com>
14663 M: "VMware, Inc." <pv-drivers@vmware.com>
14664 L: linux-kernel@vger.kernel.org
14665 S: Maintained
14666 F: drivers/misc/vmw_balloon.c
14667
14668 VMWARE HYPERVISOR INTERFACE
14669 M: Alok Kataria <akataria@vmware.com>
14670 L: virtualization@lists.linux-foundation.org
14671 S: Supported
14672 F: arch/x86/kernel/cpu/vmware.c
14673
14674 VMWARE PVRDMA DRIVER
14675 M: Adit Ranadive <aditr@vmware.com>
14676 M: VMware PV-Drivers <pv-drivers@vmware.com>
14677 L: linux-rdma@vger.kernel.org
14678 S: Maintained
14679 F: drivers/infiniband/hw/vmw_pvrdma/
14680
14681 VMware PVSCSI driver
14682 M: Jim Gill <jgill@vmware.com>
14683 M: VMware PV-Drivers <pv-drivers@vmware.com>
14684 L: linux-scsi@vger.kernel.org
14685 S: Maintained
14686 F: drivers/scsi/vmw_pvscsi.c
14687 F: drivers/scsi/vmw_pvscsi.h
14688
14689 VMWARE VMMOUSE SUBDRIVER
14690 M: "VMware Graphics" <linux-graphics-maintainer@vmware.com>
14691 M: "VMware, Inc." <pv-drivers@vmware.com>
14692 L: linux-input@vger.kernel.org
14693 S: Maintained
14694 F: drivers/input/mouse/vmmouse.c
14695 F: drivers/input/mouse/vmmouse.h
14696
14697 VMWARE VMXNET3 ETHERNET DRIVER
14698 M: Shrikrishna Khare <skhare@vmware.com>
14699 M: "VMware, Inc." <pv-drivers@vmware.com>
14700 L: netdev@vger.kernel.org
14701 S: Maintained
14702 F: drivers/net/vmxnet3/
14703
14704 VOCORE VOCORE2 BOARD
14705 M: Harvey Hunt <harveyhuntnexus@gmail.com>
14706 L: linux-mips@linux-mips.org
14707 S: Maintained
14708 F: arch/mips/boot/dts/ralink/vocore2.dts
14709
14710 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14711 M: Liam Girdwood <lgirdwood@gmail.com>
14712 M: Mark Brown <broonie@kernel.org>
14713 L: linux-kernel@vger.kernel.org
14714 W: http://www.slimlogic.co.uk/?p=48
14715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14716 S: Supported
14717 F: Documentation/devicetree/bindings/regulator/
14718 F: drivers/regulator/
14719 F: include/dt-bindings/regulator/
14720 F: include/linux/regulator/
14721
14722 VRF
14723 M: David Ahern <dsa@cumulusnetworks.com>
14724 M: Shrijeet Mukherjee <shm@cumulusnetworks.com>
14725 L: netdev@vger.kernel.org
14726 S: Maintained
14727 F: drivers/net/vrf.c
14728 F: Documentation/networking/vrf.txt
14729
14730 VT1211 HARDWARE MONITOR DRIVER
14731 M: Juerg Haefliger <juergh@gmail.com>
14732 L: linux-hwmon@vger.kernel.org
14733 S: Maintained
14734 F: Documentation/hwmon/vt1211
14735 F: drivers/hwmon/vt1211.c
14736
14737 VT8231 HARDWARE MONITOR DRIVER
14738 M: Roger Lucas <vt8231@hiddenengine.co.uk>
14739 L: linux-hwmon@vger.kernel.org
14740 S: Maintained
14741 F: drivers/hwmon/vt8231.c
14742
14743 VUB300 USB to SDIO/SD/MMC bridge chip
14744 M: Tony Olech <tony.olech@elandigitalsystems.com>
14745 L: linux-mmc@vger.kernel.org
14746 L: linux-usb@vger.kernel.org
14747 S: Supported
14748 F: drivers/mmc/host/vub300.c
14749
14750 W1 DALLAS'S 1-WIRE BUS
14751 M: Evgeniy Polyakov <zbr@ioremap.net>
14752 S: Maintained
14753 F: Documentation/w1/
14754 F: drivers/w1/
14755 F: include/linux/w1.h
14756
14757 W83791D HARDWARE MONITORING DRIVER
14758 M: Marc Hulsman <m.hulsman@tudelft.nl>
14759 L: linux-hwmon@vger.kernel.org
14760 S: Maintained
14761 F: Documentation/hwmon/w83791d
14762 F: drivers/hwmon/w83791d.c
14763
14764 W83793 HARDWARE MONITORING DRIVER
14765 M: Rudolf Marek <r.marek@assembler.cz>
14766 L: linux-hwmon@vger.kernel.org
14767 S: Maintained
14768 F: Documentation/hwmon/w83793
14769 F: drivers/hwmon/w83793.c
14770
14771 W83795 HARDWARE MONITORING DRIVER
14772 M: Jean Delvare <jdelvare@suse.com>
14773 L: linux-hwmon@vger.kernel.org
14774 S: Maintained
14775 F: drivers/hwmon/w83795.c
14776
14777 W83L51xD SD/MMC CARD INTERFACE DRIVER
14778 M: Pierre Ossman <pierre@ossman.eu>
14779 S: Maintained
14780 F: drivers/mmc/host/wbsd.*
14781
14782 WACOM PROTOCOL 4 SERIAL TABLETS
14783 M: Julian Squires <julian@cipht.net>
14784 M: Hans de Goede <hdegoede@redhat.com>
14785 L: linux-input@vger.kernel.org
14786 S: Maintained
14787 F: drivers/input/tablet/wacom_serial4.c
14788
14789 WATCHDOG DEVICE DRIVERS
14790 M: Wim Van Sebroeck <wim@iguana.be>
14791 R: Guenter Roeck <linux@roeck-us.net>
14792 L: linux-watchdog@vger.kernel.org
14793 W: http://www.linux-watchdog.org/
14794 T: git git://www.linux-watchdog.org/linux-watchdog.git
14795 S: Maintained
14796 F: Documentation/devicetree/bindings/watchdog/
14797 F: Documentation/watchdog/
14798 F: drivers/watchdog/
14799 F: include/linux/watchdog.h
14800 F: include/uapi/linux/watchdog.h
14801
14802 WHISKEYCOVE PMIC GPIO DRIVER
14803 M: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
14804 L: linux-gpio@vger.kernel.org
14805 S: Maintained
14806 F: drivers/gpio/gpio-wcove.c
14807
14808 WIIMOTE HID DRIVER
14809 M: David Herrmann <dh.herrmann@googlemail.com>
14810 L: linux-input@vger.kernel.org
14811 S: Maintained
14812 F: drivers/hid/hid-wiimote*
14813
14814 WILOCITY WIL6210 WIRELESS DRIVER
14815 M: Maya Erez <qca_merez@qca.qualcomm.com>
14816 L: linux-wireless@vger.kernel.org
14817 L: wil6210@qca.qualcomm.com
14818 S: Supported
14819 W: http://wireless.kernel.org/en/users/Drivers/wil6210
14820 F: drivers/net/wireless/ath/wil6210/
14821
14822 WIMAX STACK
14823 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14824 M: linux-wimax@intel.com
14825 L: wimax@linuxwimax.org (subscribers-only)
14826 S: Supported
14827 W: http://linuxwimax.org
14828 F: Documentation/wimax/README.wimax
14829 F: include/linux/wimax/debug.h
14830 F: include/net/wimax.h
14831 F: include/uapi/linux/wimax.h
14832 F: net/wimax/
14833
14834 WINBOND CIR DRIVER
14835 M: David Härdeman <david@hardeman.nu>
14836 S: Maintained
14837 F: drivers/media/rc/winbond-cir.c
14838
14839 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14840 M: William Breathitt Gray <vilhelm.gray@gmail.com>
14841 L: linux-watchdog@vger.kernel.org
14842 S: Maintained
14843 F: drivers/watchdog/ebc-c384_wdt.c
14844
14845 WINSYSTEMS WS16C48 GPIO DRIVER
14846 M: William Breathitt Gray <vilhelm.gray@gmail.com>
14847 L: linux-gpio@vger.kernel.org
14848 S: Maintained
14849 F: drivers/gpio/gpio-ws16c48.c
14850
14851 WISTRON LAPTOP BUTTON DRIVER
14852 M: Miloslav Trmac <mitr@volny.cz>
14853 S: Maintained
14854 F: drivers/input/misc/wistron_btns.c
14855
14856 WL3501 WIRELESS PCMCIA CARD DRIVER
14857 L: linux-wireless@vger.kernel.org
14858 S: Odd fixes
14859 F: drivers/net/wireless/wl3501*
14860
14861 WOLFSON MICROELECTRONICS DRIVERS
14862 L: patches@opensource.cirrus.com
14863 T: git https://github.com/CirrusLogic/linux-drivers.git
14864 W: https://github.com/CirrusLogic/linux-drivers/wiki
14865 S: Supported
14866 F: Documentation/hwmon/wm83??
14867 F: Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14868 F: Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14869 F: Documentation/devicetree/bindings/mfd/arizona.txt
14870 F: Documentation/devicetree/bindings/mfd/wm831x.txt
14871 F: Documentation/devicetree/bindings/sound/wlf,arizona.txt
14872 F: arch/arm/mach-s3c64xx/mach-crag6410*
14873 F: drivers/clk/clk-wm83*.c
14874 F: drivers/extcon/extcon-arizona.c
14875 F: drivers/leds/leds-wm83*.c
14876 F: drivers/gpio/gpio-*wm*.c
14877 F: drivers/gpio/gpio-arizona.c
14878 F: drivers/hwmon/wm83??-hwmon.c
14879 F: drivers/input/misc/wm831x-on.c
14880 F: drivers/input/touchscreen/wm831x-ts.c
14881 F: drivers/input/touchscreen/wm97*.c
14882 F: drivers/mfd/arizona*
14883 F: drivers/mfd/wm*.c
14884 F: drivers/mfd/cs47l24*
14885 F: drivers/power/supply/wm83*.c
14886 F: drivers/rtc/rtc-wm83*.c
14887 F: drivers/regulator/wm8*.c
14888 F: drivers/regulator/arizona*
14889 F: drivers/video/backlight/wm83*_bl.c
14890 F: drivers/watchdog/wm83*_wdt.c
14891 F: include/linux/mfd/arizona/
14892 F: include/linux/mfd/wm831x/
14893 F: include/linux/mfd/wm8350/
14894 F: include/linux/mfd/wm8400*
14895 F: include/linux/regulator/arizona*
14896 F: include/linux/wm97xx.h
14897 F: include/sound/wm????.h
14898 F: sound/soc/codecs/arizona.?
14899 F: sound/soc/codecs/wm*
14900 F: sound/soc/codecs/cs47l24*
14901
14902 WORKQUEUE
14903 M: Tejun Heo <tj@kernel.org>
14904 R: Lai Jiangshan <jiangshanlai@gmail.com>
14905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14906 S: Maintained
14907 F: include/linux/workqueue.h
14908 F: kernel/workqueue.c
14909 F: Documentation/core-api/workqueue.rst
14910
14911 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14912 M: Chen-Yu Tsai <wens@csie.org>
14913 L: linux-kernel@vger.kernel.org
14914 S: Maintained
14915 N: axp[128]
14916
14917 X.25 NETWORK LAYER
14918 M: Andrew Hendry <andrew.hendry@gmail.com>
14919 L: linux-x25@vger.kernel.org
14920 S: Odd Fixes
14921 F: Documentation/networking/x25*
14922 F: include/net/x25*
14923 F: net/x25/
14924
14925 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14926 M: Thomas Gleixner <tglx@linutronix.de>
14927 M: Ingo Molnar <mingo@redhat.com>
14928 R: "H. Peter Anvin" <hpa@zytor.com>
14929 M: x86@kernel.org
14930 L: linux-kernel@vger.kernel.org
14931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14932 S: Maintained
14933 F: Documentation/x86/
14934 F: arch/x86/
14935
14936 X86 MCE INFRASTRUCTURE
14937 M: Tony Luck <tony.luck@intel.com>
14938 M: Borislav Petkov <bp@alien8.de>
14939 L: linux-edac@vger.kernel.org
14940 S: Maintained
14941 F: arch/x86/kernel/cpu/mcheck/*
14942
14943 X86 MICROCODE UPDATE SUPPORT
14944 M: Borislav Petkov <bp@alien8.de>
14945 S: Maintained
14946 F: arch/x86/kernel/cpu/microcode/*
14947
14948 X86 PLATFORM DRIVERS
14949 M: Darren Hart <dvhart@infradead.org>
14950 M: Andy Shevchenko <andy@infradead.org>
14951 L: platform-driver-x86@vger.kernel.org
14952 T: git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14953 S: Maintained
14954 F: drivers/platform/x86/
14955 F: drivers/platform/olpc/
14956
14957 X86 VDSO
14958 M: Andy Lutomirski <luto@amacapital.net>
14959 L: linux-kernel@vger.kernel.org
14960 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14961 S: Maintained
14962 F: arch/x86/entry/vdso/
14963
14964 XC2028/3028 TUNER DRIVER
14965 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
14966 M: Mauro Carvalho Chehab <mchehab@kernel.org>
14967 L: linux-media@vger.kernel.org
14968 W: https://linuxtv.org
14969 T: git git://linuxtv.org/media_tree.git
14970 S: Maintained
14971 F: drivers/media/tuners/tuner-xc2028.*
14972
14973 XEN BLOCK SUBSYSTEM
14974 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14975 M: Roger Pau Monné <roger.pau@citrix.com>
14976 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14977 S: Supported
14978 F: drivers/block/xen-blkback/*
14979 F: drivers/block/xen*
14980
14981 XEN HYPERVISOR ARM
14982 M: Stefano Stabellini <sstabellini@kernel.org>
14983 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14984 S: Maintained
14985 F: arch/arm/xen/
14986 F: arch/arm/include/asm/xen/
14987
14988 XEN HYPERVISOR ARM64
14989 M: Stefano Stabellini <sstabellini@kernel.org>
14990 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14991 S: Maintained
14992 F: arch/arm64/xen/
14993 F: arch/arm64/include/asm/xen/
14994
14995 XEN HYPERVISOR INTERFACE
14996 M: Boris Ostrovsky <boris.ostrovsky@oracle.com>
14997 M: Juergen Gross <jgross@suse.com>
14998 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
14999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
15000 S: Supported
15001 F: arch/x86/xen/
15002 F: drivers/*/xen-*front.c
15003 F: drivers/xen/
15004 F: arch/x86/include/asm/xen/
15005 F: arch/x86/include/asm/pvclock-abi.h
15006 F: include/xen/
15007 F: include/uapi/xen/
15008 F: Documentation/ABI/stable/sysfs-hypervisor-xen
15009 F: Documentation/ABI/testing/sysfs-hypervisor-xen
15010
15011 XEN NETWORK BACKEND DRIVER
15012 M: Wei Liu <wei.liu2@citrix.com>
15013 M: Paul Durrant <paul.durrant@citrix.com>
15014 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
15015 L: netdev@vger.kernel.org
15016 S: Supported
15017 F: drivers/net/xen-netback/*
15018
15019 XEN PCI SUBSYSTEM
15020 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
15021 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
15022 S: Supported
15023 F: arch/x86/pci/*xen*
15024 F: drivers/pci/*xen*
15025
15026 XEN PVSCSI DRIVERS
15027 M: Juergen Gross <jgross@suse.com>
15028 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
15029 L: linux-scsi@vger.kernel.org
15030 S: Supported
15031 F: drivers/scsi/xen-scsifront.c
15032 F: drivers/xen/xen-scsiback.c
15033 F: include/xen/interface/io/vscsiif.h
15034
15035 XEN SWIOTLB SUBSYSTEM
15036 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
15037 L: xen-devel@lists.xenproject.org (moderated for non-subscribers)
15038 S: Supported
15039 F: arch/x86/xen/*swiotlb*
15040 F: drivers/xen/*swiotlb*
15041
15042 XFS FILESYSTEM
15043 M: Darrick J. Wong <darrick.wong@oracle.com>
15044 M: linux-xfs@vger.kernel.org
15045 L: linux-xfs@vger.kernel.org
15046 W: http://xfs.org/
15047 T: git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
15048 S: Supported
15049 F: Documentation/filesystems/xfs.txt
15050 F: fs/xfs/
15051
15052 XILINX AXI ETHERNET DRIVER
15053 M: Anirudha Sarangi <anirudh@xilinx.com>
15054 M: John Linn <John.Linn@xilinx.com>
15055 S: Maintained
15056 F: drivers/net/ethernet/xilinx/xilinx_axienet*
15057
15058 XILINX UARTLITE SERIAL DRIVER
15059 M: Peter Korsgaard <jacmet@sunsite.dk>
15060 L: linux-serial@vger.kernel.org
15061 S: Maintained
15062 F: drivers/tty/serial/uartlite.c
15063
15064 XILINX VIDEO IP CORES
15065 M: Hyun Kwon <hyun.kwon@xilinx.com>
15066 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
15067 L: linux-media@vger.kernel.org
15068 T: git git://linuxtv.org/media_tree.git
15069 S: Supported
15070 F: Documentation/devicetree/bindings/media/xilinx/
15071 F: drivers/media/platform/xilinx/
15072 F: include/uapi/linux/xilinx-v4l2-controls.h
15073
15074 XILLYBUS DRIVER
15075 M: Eli Billauer <eli.billauer@gmail.com>
15076 L: linux-kernel@vger.kernel.org
15077 S: Supported
15078 F: drivers/char/xillybus/
15079
15080 XRA1403 GPIO EXPANDER
15081 M: Nandor Han <nandor.han@ge.com>
15082 M: Semi Malinen <semi.malinen@ge.com>
15083 L: linux-gpio@vger.kernel.org
15084 S: Maintained
15085 F: drivers/gpio/gpio-xra1403.c
15086 F: Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
15087
15088 XTENSA XTFPGA PLATFORM SUPPORT
15089 M: Max Filippov <jcmvbkbc@gmail.com>
15090 L: linux-xtensa@linux-xtensa.org
15091 S: Maintained
15092 F: drivers/spi/spi-xtensa-xtfpga.c
15093 F: sound/soc/xtensa/xtfpga-i2s.c
15094
15095 YAM DRIVER FOR AX.25
15096 M: Jean-Paul Roubelat <jpr@f6fbb.org>
15097 L: linux-hams@vger.kernel.org
15098 S: Maintained
15099 F: drivers/net/hamradio/yam*
15100 F: include/linux/yam.h
15101
15102 YAMA SECURITY MODULE
15103 M: Kees Cook <keescook@chromium.org>
15104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
15105 S: Supported
15106 F: security/yama/
15107 F: Documentation/admin-guide/LSM/Yama.rst
15108
15109 YEALINK PHONE DRIVER
15110 M: Henk Vergonet <Henk.Vergonet@gmail.com>
15111 L: usbb2k-api-dev@nongnu.org
15112 S: Maintained
15113 F: Documentation/input/yealink.rst
15114 F: drivers/input/misc/yealink.*
15115
15116 Z8530 DRIVER FOR AX.25
15117 M: Joerg Reuter <jreuter@yaina.de>
15118 W: http://yaina.de/jreuter/
15119 W: http://www.qsl.net/dl1bke/
15120 L: linux-hams@vger.kernel.org
15121 S: Maintained
15122 F: Documentation/networking/z8530drv.txt
15123 F: drivers/net/hamradio/*scc.c
15124 F: drivers/net/hamradio/z8530.h
15125
15126 ZBUD COMPRESSED PAGE ALLOCATOR
15127 M: Seth Jennings <sjenning@redhat.com>
15128 M: Dan Streetman <ddstreet@ieee.org>
15129 L: linux-mm@kvack.org
15130 S: Maintained
15131 F: mm/zbud.c
15132 F: include/linux/zbud.h
15133
15134 ZD1211RW WIRELESS DRIVER
15135 M: Daniel Drake <dsd@gentoo.org>
15136 M: Ulrich Kunitz <kune@deine-taler.de>
15137 W: http://zd1211.ath.cx/wiki/DriverRewrite
15138 L: linux-wireless@vger.kernel.org
15139 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
15140 S: Maintained
15141 F: drivers/net/wireless/zydas/zd1211rw/
15142
15143 ZD1301 MEDIA DRIVER
15144 M: Antti Palosaari <crope@iki.fi>
15145 L: linux-media@vger.kernel.org
15146 W: https://linuxtv.org/
15147 W: http://palosaari.fi/linux/
15148 Q: https://patchwork.linuxtv.org/project/linux-media/list/
15149 S: Maintained
15150 F: drivers/media/usb/dvb-usb-v2/zd1301*
15151
15152 ZD1301_DEMOD MEDIA DRIVER
15153 M: Antti Palosaari <crope@iki.fi>
15154 L: linux-media@vger.kernel.org
15155 W: https://linuxtv.org/
15156 W: http://palosaari.fi/linux/
15157 Q: https://patchwork.linuxtv.org/project/linux-media/list/
15158 S: Maintained
15159 F: drivers/media/dvb-frontends/zd1301_demod*
15160
15161 ZPOOL COMPRESSED PAGE STORAGE API
15162 M: Dan Streetman <ddstreet@ieee.org>
15163 L: linux-mm@kvack.org
15164 S: Maintained
15165 F: mm/zpool.c
15166 F: include/linux/zpool.h
15167
15168 ZR36067 VIDEO FOR LINUX DRIVER
15169 L: mjpeg-users@lists.sourceforge.net
15170 L: linux-media@vger.kernel.org
15171 W: http://mjpeg.sourceforge.net/driver-zoran/
15172 T: hg https://linuxtv.org/hg/v4l-dvb
15173 S: Odd Fixes
15174 F: drivers/media/pci/zoran/
15175
15176 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
15177 M: Minchan Kim <minchan@kernel.org>
15178 M: Nitin Gupta <ngupta@vflare.org>
15179 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
15180 L: linux-kernel@vger.kernel.org
15181 S: Maintained
15182 F: drivers/block/zram/
15183 F: Documentation/blockdev/zram.txt
15184
15185 ZS DECSTATION Z85C30 SERIAL DRIVER
15186 M: "Maciej W. Rozycki" <macro@linux-mips.org>
15187 S: Maintained
15188 F: drivers/tty/serial/zs.*
15189
15190 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
15191 M: Minchan Kim <minchan@kernel.org>
15192 M: Nitin Gupta <ngupta@vflare.org>
15193 R: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
15194 L: linux-mm@kvack.org
15195 S: Maintained
15196 F: mm/zsmalloc.c
15197 F: include/linux/zsmalloc.h
15198 F: Documentation/vm/zsmalloc.txt
15199
15200 ZSWAP COMPRESSED SWAP CACHING
15201 M: Seth Jennings <sjenning@redhat.com>
15202 M: Dan Streetman <ddstreet@ieee.org>
15203 L: linux-mm@kvack.org
15204 S: Maintained
15205 F: mm/zswap.c
15206
15207 THE REST
15208 M: Linus Torvalds <torvalds@linux-foundation.org>
15209 L: linux-kernel@vger.kernel.org
15210 Q: http://patchwork.kernel.org/project/LKML/list/
15211 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
15212 S: Buried alive in reporters
15213 F: *
15214 F: */