]> 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 C600 SERIES SAS CONTROLLER DRIVER
6996 M: Intel SCU Linux support <intel-linux-scu@intel.com>
6997 M: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6998 L: linux-scsi@vger.kernel.org
6999 T: git git://git.code.sf.net/p/intel-sas/isci
7000 S: Supported
7001 F: drivers/scsi/isci/
7002
7003 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
7004 M: Jani Nikula <jani.nikula@linux.intel.com>
7005 M: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
7006 M: Rodrigo Vivi <rodrigo.vivi@intel.com>
7007 L: intel-gfx@lists.freedesktop.org
7008 W: https://01.org/linuxgraphics/
7009 B: https://01.org/linuxgraphics/documentation/how-report-bugs
7010 C: irc://chat.freenode.net/intel-gfx
7011 Q: http://patchwork.freedesktop.org/project/intel-gfx/
7012 T: git git://anongit.freedesktop.org/drm-intel
7013 S: Supported
7014 F: drivers/gpu/drm/i915/
7015 F: include/drm/i915*
7016 F: include/uapi/drm/i915_drm.h
7017 F: Documentation/gpu/i915.rst
7018
7019 INTEL ETHERNET DRIVERS
7020 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
7021 L: intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
7022 W: http://www.intel.com/support/feedback.htm
7023 W: http://e1000.sourceforge.net/
7024 Q: http://patchwork.ozlabs.org/project/intel-wired-lan/list/
7025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
7026 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
7027 S: Supported
7028 F: Documentation/networking/e100.txt
7029 F: Documentation/networking/e1000.txt
7030 F: Documentation/networking/e1000e.txt
7031 F: Documentation/networking/igb.txt
7032 F: Documentation/networking/igbvf.txt
7033 F: Documentation/networking/ixgb.txt
7034 F: Documentation/networking/ixgbe.txt
7035 F: Documentation/networking/ixgbevf.txt
7036 F: Documentation/networking/i40e.txt
7037 F: Documentation/networking/i40evf.txt
7038 F: drivers/net/ethernet/intel/
7039 F: drivers/net/ethernet/intel/*/
7040 F: include/linux/avf/virtchnl.h
7041
7042 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
7043 M: Maik Broemme <mbroemme@libmpq.org>
7044 L: linux-fbdev@vger.kernel.org
7045 S: Maintained
7046 F: Documentation/fb/intelfb.txt
7047 F: drivers/video/fbdev/intelfb/
7048
7049 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
7050 M: Zhenyu Wang <zhenyuw@linux.intel.com>
7051 M: Zhi Wang <zhi.a.wang@intel.com>
7052 L: intel-gvt-dev@lists.freedesktop.org
7053 L: intel-gfx@lists.freedesktop.org
7054 W: https://01.org/igvt-g
7055 T: git https://github.com/01org/gvt-linux.git
7056 S: Supported
7057 F: drivers/gpu/drm/i915/gvt/
7058
7059 INTEL HID EVENT DRIVER
7060 M: Alex Hung <alex.hung@canonical.com>
7061 L: platform-driver-x86@vger.kernel.org
7062 S: Maintained
7063 F: drivers/platform/x86/intel-hid.c
7064
7065 INTEL I/OAT DMA DRIVER
7066 M: Dave Jiang <dave.jiang@intel.com>
7067 R: Dan Williams <dan.j.williams@intel.com>
7068 L: dmaengine@vger.kernel.org
7069 Q: https://patchwork.kernel.org/project/linux-dmaengine/list/
7070 S: Supported
7071 F: drivers/dma/ioat*
7072
7073 INTEL IDLE DRIVER
7074 M: Jacob Pan <jacob.jun.pan@linux.intel.com>
7075 M: Len Brown <lenb@kernel.org>
7076 L: linux-pm@vger.kernel.org
7077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7078 B: https://bugzilla.kernel.org
7079 S: Supported
7080 F: drivers/idle/intel_idle.c
7081
7082 INTEL INTEGRATED SENSOR HUB DRIVER
7083 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7084 M: Jiri Kosina <jikos@kernel.org>
7085 L: linux-input@vger.kernel.org
7086 S: Maintained
7087 F: drivers/hid/intel-ish-hid/
7088
7089 INTEL IOMMU (VT-d)
7090 M: David Woodhouse <dwmw2@infradead.org>
7091 L: iommu@lists.linux-foundation.org
7092 T: git git://git.infradead.org/iommu-2.6.git
7093 S: Supported
7094 F: drivers/iommu/intel-iommu.c
7095 F: include/linux/intel-iommu.h
7096
7097 INTEL IOP-ADMA DMA DRIVER
7098 R: Dan Williams <dan.j.williams@intel.com>
7099 S: Odd fixes
7100 F: drivers/dma/iop-adma.c
7101
7102 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7103 M: Krzysztof Halasa <khalasa@piap.pl>
7104 S: Maintained
7105 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
7106 F: arch/arm/mach-ixp4xx/include/mach/npe.h
7107 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7108 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
7109 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
7110 F: drivers/net/wan/ixp4xx_hss.c
7111
7112 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7113 M: Deepak Saxena <dsaxena@plexity.net>
7114 S: Maintained
7115 F: drivers/char/hw_random/ixp4xx-rng.c
7116
7117 INTEL MANAGEMENT ENGINE (mei)
7118 M: Tomas Winkler <tomas.winkler@intel.com>
7119 L: linux-kernel@vger.kernel.org
7120 S: Supported
7121 F: include/uapi/linux/mei.h
7122 F: include/linux/mei_cl_bus.h
7123 F: drivers/misc/mei/*
7124 F: drivers/watchdog/mei_wdt.c
7125 F: Documentation/misc-devices/mei/*
7126 F: samples/mei/*
7127
7128 INTEL MENLOW THERMAL DRIVER
7129 M: Sujith Thomas <sujith.thomas@intel.com>
7130 L: platform-driver-x86@vger.kernel.org
7131 W: https://01.org/linux-acpi
7132 S: Supported
7133 F: drivers/platform/x86/intel_menlow.c
7134
7135 INTEL MERRIFIELD GPIO DRIVER
7136 M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7137 L: linux-gpio@vger.kernel.org
7138 S: Maintained
7139 F: drivers/gpio/gpio-merrifield.c
7140
7141 INTEL MIC DRIVERS (mic)
7142 M: Sudeep Dutt <sudeep.dutt@intel.com>
7143 M: Ashutosh Dixit <ashutosh.dixit@intel.com>
7144 S: Supported
7145 W: https://github.com/sudeepdutt/mic
7146 W: http://software.intel.com/en-us/mic-developer
7147 F: include/linux/mic_bus.h
7148 F: include/linux/scif.h
7149 F: include/uapi/linux/mic_common.h
7150 F: include/uapi/linux/mic_ioctl.h
7151 F: include/uapi/linux/scif_ioctl.h
7152 F: drivers/misc/mic/
7153 F: drivers/dma/mic_x100_dma.c
7154 F: drivers/dma/mic_x100_dma.h
7155 F: Documentation/mic/
7156
7157 INTEL PMC CORE DRIVER
7158 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7159 M: Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7160 L: platform-driver-x86@vger.kernel.org
7161 S: Maintained
7162 F: arch/x86/include/asm/pmc_core.h
7163 F: drivers/platform/x86/intel_pmc_core*
7164
7165 INTEL PMC/P-Unit IPC DRIVER
7166 M: Zha Qipeng<qipeng.zha@intel.com>
7167 L: platform-driver-x86@vger.kernel.org
7168 S: Maintained
7169 F: drivers/platform/x86/intel_pmc_ipc.c
7170 F: drivers/platform/x86/intel_punit_ipc.c
7171 F: arch/x86/include/asm/intel_pmc_ipc.h
7172 F: arch/x86/include/asm/intel_punit_ipc.h
7173
7174 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7175 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
7176 L: linux-wireless@vger.kernel.org
7177 S: Maintained
7178 F: Documentation/networking/README.ipw2100
7179 F: Documentation/networking/README.ipw2200
7180 F: drivers/net/wireless/intel/ipw2x00/
7181
7182 INTEL PSTATE DRIVER
7183 M: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7184 M: Len Brown <lenb@kernel.org>
7185 L: linux-pm@vger.kernel.org
7186 S: Supported
7187 F: drivers/cpufreq/intel_pstate.c
7188
7189 INTEL RDMA RNIC DRIVER
7190 M: Faisal Latif <faisal.latif@intel.com>
7191 M: Shiraz Saleem <shiraz.saleem@intel.com>
7192 L: linux-rdma@vger.kernel.org
7193 S: Supported
7194 F: drivers/infiniband/hw/i40iw/
7195
7196 INTEL TELEMETRY DRIVER
7197 M: Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7198 L: platform-driver-x86@vger.kernel.org
7199 S: Maintained
7200 F: arch/x86/include/asm/intel_telemetry.h
7201 F: drivers/platform/x86/intel_telemetry*
7202
7203 INTEL VIRTUAL BUTTON DRIVER
7204 M: AceLan Kao <acelan.kao@canonical.com>
7205 L: platform-driver-x86@vger.kernel.org
7206 S: Maintained
7207 F: drivers/platform/x86/intel-vbtn.c
7208
7209 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7210 M: Stanislaw Gruszka <sgruszka@redhat.com>
7211 L: linux-wireless@vger.kernel.org
7212 S: Supported
7213 F: drivers/net/wireless/intel/iwlegacy/
7214
7215 INTEL WIRELESS WIFI LINK (iwlwifi)
7216 M: Johannes Berg <johannes.berg@intel.com>
7217 M: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7218 M: Luca Coelho <luciano.coelho@intel.com>
7219 M: Intel Linux Wireless <linuxwifi@intel.com>
7220 L: linux-wireless@vger.kernel.org
7221 W: http://intellinuxwireless.org
7222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7223 S: Supported
7224 F: drivers/net/wireless/intel/iwlwifi/
7225
7226 INTEL WIRELESS WIMAX CONNECTION 2400
7227 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7228 M: linux-wimax@intel.com
7229 L: wimax@linuxwimax.org (subscribers-only)
7230 S: Supported
7231 W: http://linuxwimax.org
7232 F: Documentation/wimax/README.i2400m
7233 F: drivers/net/wimax/i2400m/
7234 F: include/uapi/linux/wimax/i2400m.h
7235
7236 INTEL WMI THUNDERBOLT FORCE POWER DRIVER
7237 M: Mario Limonciello <mario.limonciello@dell.com>
7238 S: Maintained
7239 F: drivers/platform/x86/intel-wmi-thunderbolt.c
7240
7241 INTEL(R) TRACE HUB
7242 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
7243 S: Supported
7244 F: Documentation/trace/intel_th.txt
7245 F: drivers/hwtracing/intel_th/
7246
7247 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7248 M: Ning Sun <ning.sun@intel.com>
7249 L: tboot-devel@lists.sourceforge.net
7250 W: http://tboot.sourceforge.net
7251 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7252 S: Supported
7253 F: Documentation/intel_txt.txt
7254 F: include/linux/tboot.h
7255 F: arch/x86/kernel/tboot.c
7256
7257 INTEL-MID GPIO DRIVER
7258 M: David Cohen <david.a.cohen@linux.intel.com>
7259 L: linux-gpio@vger.kernel.org
7260 S: Maintained
7261 F: drivers/gpio/gpio-intel-mid.c
7262
7263 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7264 M: Linus Walleij <linus.walleij@linaro.org>
7265 L: linux-iio@vger.kernel.org
7266 S: Maintained
7267 F: drivers/iio/gyro/mpu3050*
7268 F: Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7269
7270 IOC3 ETHERNET DRIVER
7271 M: Ralf Baechle <ralf@linux-mips.org>
7272 L: linux-mips@linux-mips.org
7273 S: Maintained
7274 F: drivers/net/ethernet/sgi/ioc3-eth.c
7275
7276 IOC3 SERIAL DRIVER
7277 M: Pat Gefre <pfg@sgi.com>
7278 L: linux-serial@vger.kernel.org
7279 S: Maintained
7280 F: drivers/tty/serial/ioc3_serial.c
7281
7282 IOMMU DRIVERS
7283 M: Joerg Roedel <joro@8bytes.org>
7284 L: iommu@lists.linux-foundation.org
7285 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7286 S: Maintained
7287 F: Documentation/devicetree/bindings/iommu/
7288 F: drivers/iommu/
7289 F: include/linux/iommu.h
7290 F: include/linux/iova.h
7291
7292 IP MASQUERADING
7293 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7294 S: Maintained
7295 F: net/ipv4/netfilter/ipt_MASQUERADE.c
7296
7297 IPMI SUBSYSTEM
7298 M: Corey Minyard <minyard@acm.org>
7299 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7300 W: http://openipmi.sourceforge.net/
7301 S: Supported
7302 F: Documentation/IPMI.txt
7303 F: drivers/char/ipmi/
7304 F: include/linux/ipmi*
7305 F: include/uapi/linux/ipmi*
7306
7307 IPS SCSI RAID DRIVER
7308 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7309 L: linux-scsi@vger.kernel.org
7310 W: http://www.adaptec.com/
7311 S: Maintained
7312 F: drivers/scsi/ips*
7313
7314 IPVS
7315 M: Wensong Zhang <wensong@linux-vs.org>
7316 M: Simon Horman <horms@verge.net.au>
7317 M: Julian Anastasov <ja@ssi.bg>
7318 L: netdev@vger.kernel.org
7319 L: lvs-devel@vger.kernel.org
7320 S: Maintained
7321 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7322 T: git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7323 F: Documentation/networking/ipvs-sysctl.txt
7324 F: include/net/ip_vs.h
7325 F: include/uapi/linux/ip_vs.h
7326 F: net/netfilter/ipvs/
7327
7328 IPWIRELESS DRIVER
7329 M: Jiri Kosina <jikos@kernel.org>
7330 M: David Sterba <dsterba@suse.com>
7331 S: Odd Fixes
7332 F: drivers/tty/ipwireless/
7333
7334 IPX NETWORK LAYER
7335 L: netdev@vger.kernel.org
7336 S: Odd fixes
7337 F: include/net/ipx.h
7338 F: include/uapi/linux/ipx.h
7339 F: net/ipx/
7340
7341 IRDA SUBSYSTEM
7342 M: Samuel Ortiz <samuel@sortiz.org>
7343 L: irda-users@lists.sourceforge.net (subscribers-only)
7344 L: netdev@vger.kernel.org
7345 W: http://irda.sourceforge.net/
7346 S: Maintained
7347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7348 F: Documentation/networking/irda.txt
7349 F: drivers/staging/irda/
7350
7351 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7352 M: Marc Zyngier <marc.zyngier@arm.com>
7353 S: Maintained
7354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7355 F: Documentation/IRQ-domain.txt
7356 F: include/linux/irqdomain.h
7357 F: kernel/irq/irqdomain.c
7358 F: kernel/irq/msi.c
7359
7360 IRQ SUBSYSTEM
7361 M: Thomas Gleixner <tglx@linutronix.de>
7362 L: linux-kernel@vger.kernel.org
7363 S: Maintained
7364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7365 F: kernel/irq/
7366
7367 IRQCHIP DRIVERS
7368 M: Thomas Gleixner <tglx@linutronix.de>
7369 M: Jason Cooper <jason@lakedaemon.net>
7370 M: Marc Zyngier <marc.zyngier@arm.com>
7371 L: linux-kernel@vger.kernel.org
7372 S: Maintained
7373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7374 F: Documentation/devicetree/bindings/interrupt-controller/
7375 F: drivers/irqchip/
7376
7377 ISA
7378 M: William Breathitt Gray <vilhelm.gray@gmail.com>
7379 S: Maintained
7380 F: Documentation/isa.txt
7381 F: drivers/base/isa.c
7382 F: include/linux/isa.h
7383
7384 ISA RADIO MODULE
7385 M: Hans Verkuil <hverkuil@xs4all.nl>
7386 L: linux-media@vger.kernel.org
7387 T: git git://linuxtv.org/media_tree.git
7388 W: https://linuxtv.org
7389 S: Maintained
7390 F: drivers/media/radio/radio-isa*
7391
7392 ISAPNP
7393 M: Jaroslav Kysela <perex@perex.cz>
7394 S: Maintained
7395 F: Documentation/isapnp.txt
7396 F: drivers/pnp/isapnp/
7397 F: include/linux/isapnp.h
7398
7399 ISCSI
7400 M: Lee Duncan <lduncan@suse.com>
7401 M: Chris Leech <cleech@redhat.com>
7402 L: open-iscsi@googlegroups.com
7403 W: www.open-iscsi.com
7404 S: Maintained
7405 F: drivers/scsi/*iscsi*
7406 F: include/scsi/*iscsi*
7407
7408 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7409 M: Peter Jones <pjones@redhat.com>
7410 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
7411 S: Maintained
7412 F: drivers/firmware/iscsi_ibft*
7413
7414 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7415 M: Or Gerlitz <ogerlitz@mellanox.com>
7416 M: Sagi Grimberg <sagi@grimberg.me>
7417 M: Roi Dayan <roid@mellanox.com>
7418 L: linux-rdma@vger.kernel.org
7419 S: Supported
7420 W: http://www.openfabrics.org
7421 W: www.open-iscsi.org
7422 Q: http://patchwork.kernel.org/project/linux-rdma/list/
7423 F: drivers/infiniband/ulp/iser/
7424
7425 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7426 M: Sagi Grimberg <sagi@grimberg.me>
7427 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7428 L: linux-rdma@vger.kernel.org
7429 L: target-devel@vger.kernel.org
7430 S: Supported
7431 W: http://www.linux-iscsi.org
7432 F: drivers/infiniband/ulp/isert
7433
7434 ISDN SUBSYSTEM
7435 M: Karsten Keil <isdn@linux-pingi.de>
7436 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7437 L: netdev@vger.kernel.org
7438 W: http://www.isdn4linux.de
7439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7440 S: Maintained
7441 F: Documentation/isdn/
7442 F: drivers/isdn/
7443 F: include/linux/isdn.h
7444 F: include/linux/isdn/
7445 F: include/uapi/linux/isdn.h
7446 F: include/uapi/linux/isdn/
7447
7448 ISDN SUBSYSTEM (Eicon active card driver)
7449 M: Armin Schindler <mac@melware.de>
7450 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
7451 W: http://www.melware.de
7452 S: Maintained
7453 F: drivers/isdn/hardware/eicon/
7454
7455 IT87 HARDWARE MONITORING DRIVER
7456 M: Jean Delvare <jdelvare@suse.com>
7457 L: linux-hwmon@vger.kernel.org
7458 S: Maintained
7459 F: Documentation/hwmon/it87
7460 F: drivers/hwmon/it87.c
7461
7462 IT913X MEDIA DRIVER
7463 M: Antti Palosaari <crope@iki.fi>
7464 L: linux-media@vger.kernel.org
7465 W: https://linuxtv.org
7466 W: http://palosaari.fi/linux/
7467 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7468 T: git git://linuxtv.org/anttip/media_tree.git
7469 S: Maintained
7470 F: drivers/media/tuners/it913x*
7471
7472 IVTV VIDEO4LINUX DRIVER
7473 M: Andy Walls <awalls@md.metrocast.net>
7474 L: ivtv-devel@ivtvdriver.org (subscribers-only)
7475 L: linux-media@vger.kernel.org
7476 T: git git://linuxtv.org/media_tree.git
7477 W: http://www.ivtvdriver.org
7478 S: Maintained
7479 F: Documentation/media/v4l-drivers/ivtv*
7480 F: drivers/media/pci/ivtv/
7481 F: include/uapi/linux/ivtv*
7482
7483 IX2505V MEDIA DRIVER
7484 M: Malcolm Priestley <tvboxspy@gmail.com>
7485 L: linux-media@vger.kernel.org
7486 W: https://linuxtv.org
7487 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7488 S: Maintained
7489 F: drivers/media/dvb-frontends/ix2505v*
7490
7491 JC42.4 TEMPERATURE SENSOR DRIVER
7492 M: Guenter Roeck <linux@roeck-us.net>
7493 L: linux-hwmon@vger.kernel.org
7494 S: Maintained
7495 F: drivers/hwmon/jc42.c
7496 F: Documentation/hwmon/jc42
7497
7498 JFS FILESYSTEM
7499 M: Dave Kleikamp <shaggy@kernel.org>
7500 L: jfs-discussion@lists.sourceforge.net
7501 W: http://jfs.sourceforge.net/
7502 T: git git://github.com/kleikamp/linux-shaggy.git
7503 S: Maintained
7504 F: Documentation/filesystems/jfs.txt
7505 F: fs/jfs/
7506
7507 JME NETWORK DRIVER
7508 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
7509 L: netdev@vger.kernel.org
7510 S: Maintained
7511 F: drivers/net/ethernet/jme.*
7512
7513 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7514 M: David Woodhouse <dwmw2@infradead.org>
7515 L: linux-mtd@lists.infradead.org
7516 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
7517 S: Maintained
7518 F: fs/jffs2/
7519 F: include/uapi/linux/jffs2.h
7520
7521 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7522 M: "Theodore Ts'o" <tytso@mit.edu>
7523 M: Jan Kara <jack@suse.com>
7524 L: linux-ext4@vger.kernel.org
7525 S: Maintained
7526 F: fs/jbd2/
7527 F: include/linux/jbd2.h
7528
7529 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7530 M: Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7531 L: linux-media@vger.kernel.org
7532 S: Maintained
7533 F: drivers/media/platform/rcar_jpu.c
7534
7535 JSM Neo PCI based serial card
7536 M: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7537 L: linux-serial@vger.kernel.org
7538 S: Maintained
7539 F: drivers/tty/serial/jsm/
7540
7541 K10TEMP HARDWARE MONITORING DRIVER
7542 M: Clemens Ladisch <clemens@ladisch.de>
7543 L: linux-hwmon@vger.kernel.org
7544 S: Maintained
7545 F: Documentation/hwmon/k10temp
7546 F: drivers/hwmon/k10temp.c
7547
7548 K8TEMP HARDWARE MONITORING DRIVER
7549 M: Rudolf Marek <r.marek@assembler.cz>
7550 L: linux-hwmon@vger.kernel.org
7551 S: Maintained
7552 F: Documentation/hwmon/k8temp
7553 F: drivers/hwmon/k8temp.c
7554
7555 KASAN
7556 M: Andrey Ryabinin <aryabinin@virtuozzo.com>
7557 R: Alexander Potapenko <glider@google.com>
7558 R: Dmitry Vyukov <dvyukov@google.com>
7559 L: kasan-dev@googlegroups.com
7560 S: Maintained
7561 F: arch/*/include/asm/kasan.h
7562 F: arch/*/mm/kasan_init*
7563 F: Documentation/dev-tools/kasan.rst
7564 F: include/linux/kasan*.h
7565 F: lib/test_kasan.c
7566 F: mm/kasan/
7567 F: scripts/Makefile.kasan
7568
7569 KCONFIG
7570 L: linux-kbuild@vger.kernel.org
7571 S: Orphan
7572 F: Documentation/kbuild/kconfig-language.txt
7573 F: scripts/kconfig/
7574
7575 KDUMP
7576 M: Dave Young <dyoung@redhat.com>
7577 M: Baoquan He <bhe@redhat.com>
7578 R: Vivek Goyal <vgoyal@redhat.com>
7579 L: kexec@lists.infradead.org
7580 W: http://lse.sourceforge.net/kdump/
7581 S: Maintained
7582 F: Documentation/kdump/
7583
7584 KEENE FM RADIO TRANSMITTER DRIVER
7585 M: Hans Verkuil <hverkuil@xs4all.nl>
7586 L: linux-media@vger.kernel.org
7587 T: git git://linuxtv.org/media_tree.git
7588 W: https://linuxtv.org
7589 S: Maintained
7590 F: drivers/media/radio/radio-keene*
7591
7592 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7593 M: Ian Kent <raven@themaw.net>
7594 L: autofs@vger.kernel.org
7595 S: Maintained
7596 F: fs/autofs4/
7597
7598 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7599 M: Masahiro Yamada <yamada.masahiro@socionext.com>
7600 M: Michal Marek <michal.lkml@markovi.net>
7601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7602 L: linux-kbuild@vger.kernel.org
7603 S: Maintained
7604 F: Documentation/kbuild/
7605 F: Makefile
7606 F: scripts/Makefile.*
7607 F: scripts/basic/
7608 F: scripts/mk*
7609 F: scripts/package/
7610
7611 KERNEL JANITORS
7612 L: kernel-janitors@vger.kernel.org
7613 W: http://kernelnewbies.org/KernelJanitors
7614 S: Odd Fixes
7615
7616 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7617 M: "J. Bruce Fields" <bfields@fieldses.org>
7618 M: Jeff Layton <jlayton@kernel.org>
7619 L: linux-nfs@vger.kernel.org
7620 W: http://nfs.sourceforge.net/
7621 T: git git://linux-nfs.org/~bfields/linux.git
7622 S: Supported
7623 F: fs/nfsd/
7624 F: include/uapi/linux/nfsd/
7625 F: fs/lockd/
7626 F: fs/nfs_common/
7627 F: net/sunrpc/
7628 F: include/linux/lockd/
7629 F: include/linux/sunrpc/
7630 F: include/uapi/linux/sunrpc/
7631
7632 KERNEL SELFTEST FRAMEWORK
7633 M: Shuah Khan <shuahkh@osg.samsung.com>
7634 M: Shuah Khan <shuah@kernel.org>
7635 L: linux-kselftest@vger.kernel.org
7636 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7637 S: Maintained
7638 F: tools/testing/selftests/
7639 F: Documentation/dev-tools/kselftest*
7640
7641 KERNEL USERMODE HELPER
7642 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
7643 L: linux-kernel@vger.kernel.org
7644 S: Maintained
7645 F: kernel/umh.c
7646 F: include/linux/umh.h
7647
7648 KERNEL VIRTUAL MACHINE (KVM)
7649 M: Paolo Bonzini <pbonzini@redhat.com>
7650 M: Radim Krčmář <rkrcmar@redhat.com>
7651 L: kvm@vger.kernel.org
7652 W: http://www.linux-kvm.org
7653 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7654 S: Supported
7655 F: Documentation/virtual/kvm/
7656 F: include/trace/events/kvm.h
7657 F: include/uapi/asm-generic/kvm*
7658 F: include/uapi/linux/kvm*
7659 F: include/asm-generic/kvm*
7660 F: include/linux/kvm*
7661 F: include/kvm/iodev.h
7662 F: virt/kvm/*
7663 F: tools/kvm/
7664
7665 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
7666 M: Joerg Roedel <joro@8bytes.org>
7667 L: kvm@vger.kernel.org
7668 W: http://www.linux-kvm.org/
7669 S: Maintained
7670 F: arch/x86/include/asm/svm.h
7671 F: arch/x86/kvm/svm.c
7672
7673 KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
7674 M: Christoffer Dall <christoffer.dall@linaro.org>
7675 M: Marc Zyngier <marc.zyngier@arm.com>
7676 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7677 L: kvmarm@lists.cs.columbia.edu
7678 W: http://systems.cs.columbia.edu/projects/kvm-arm
7679 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7680 S: Supported
7681 F: arch/arm/include/uapi/asm/kvm*
7682 F: arch/arm/include/asm/kvm*
7683 F: arch/arm/kvm/
7684 F: virt/kvm/arm/
7685 F: include/kvm/arm_*
7686
7687 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7688 M: Christoffer Dall <christoffer.dall@linaro.org>
7689 M: Marc Zyngier <marc.zyngier@arm.com>
7690 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7691 L: kvmarm@lists.cs.columbia.edu
7692 S: Maintained
7693 F: arch/arm64/include/uapi/asm/kvm*
7694 F: arch/arm64/include/asm/kvm*
7695 F: arch/arm64/kvm/
7696
7697 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7698 M: James Hogan <jhogan@kernel.org>
7699 L: linux-mips@linux-mips.org
7700 S: Supported
7701 F: arch/mips/include/uapi/asm/kvm*
7702 F: arch/mips/include/asm/kvm*
7703 F: arch/mips/kvm/
7704
7705 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7706 M: Paul Mackerras <paulus@ozlabs.org>
7707 L: kvm-ppc@vger.kernel.org
7708 W: http://www.linux-kvm.org/
7709 T: git git://github.com/agraf/linux-2.6.git
7710 S: Supported
7711 F: arch/powerpc/include/uapi/asm/kvm*
7712 F: arch/powerpc/include/asm/kvm*
7713 F: arch/powerpc/kvm/
7714 F: arch/powerpc/kernel/kvm*
7715
7716 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7717 M: Christian Borntraeger <borntraeger@de.ibm.com>
7718 M: Cornelia Huck <cohuck@redhat.com>
7719 L: linux-s390@vger.kernel.org
7720 W: http://www.ibm.com/developerworks/linux/linux390/
7721 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7722 S: Supported
7723 F: arch/s390/include/uapi/asm/kvm*
7724 F: arch/s390/include/asm/gmap.h
7725 F: arch/s390/include/asm/kvm*
7726 F: arch/s390/kvm/
7727 F: arch/s390/mm/gmap.c
7728
7729 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7730 M: Paolo Bonzini <pbonzini@redhat.com>
7731 M: Radim Krčmář <rkrcmar@redhat.com>
7732 L: kvm@vger.kernel.org
7733 W: http://www.linux-kvm.org
7734 T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7735 S: Supported
7736 F: arch/x86/kvm/
7737 F: arch/x86/include/uapi/asm/kvm*
7738 F: arch/x86/include/asm/kvm*
7739 F: arch/x86/include/asm/pvclock-abi.h
7740 F: arch/x86/kernel/kvm.c
7741 F: arch/x86/kernel/kvmclock.c
7742
7743 KERNFS
7744 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7745 M: Tejun Heo <tj@kernel.org>
7746 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7747 S: Supported
7748 F: include/linux/kernfs.h
7749 F: fs/kernfs/
7750
7751 KEXEC
7752 M: Eric Biederman <ebiederm@xmission.com>
7753 W: http://kernel.org/pub/linux/utils/kernel/kexec/
7754 L: kexec@lists.infradead.org
7755 S: Maintained
7756 F: include/linux/kexec.h
7757 F: include/uapi/linux/kexec.h
7758 F: kernel/kexec*
7759
7760 KEYS-ENCRYPTED
7761 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7762 L: linux-integrity@vger.kernel.org
7763 L: keyrings@vger.kernel.org
7764 S: Supported
7765 F: Documentation/security/keys/trusted-encrypted.rst
7766 F: include/keys/encrypted-type.h
7767 F: security/keys/encrypted-keys/
7768
7769 KEYS-TRUSTED
7770 M: Mimi Zohar <zohar@linux.vnet.ibm.com>
7771 L: linux-integrity@vger.kernel.org
7772 L: keyrings@vger.kernel.org
7773 S: Supported
7774 F: Documentation/security/keys/trusted-encrypted.rst
7775 F: include/keys/trusted-type.h
7776 F: security/keys/trusted.c
7777 F: security/keys/trusted.h
7778
7779 KEYS/KEYRINGS:
7780 M: David Howells <dhowells@redhat.com>
7781 L: keyrings@vger.kernel.org
7782 S: Maintained
7783 F: Documentation/security/keys/core.rst
7784 F: include/linux/key.h
7785 F: include/linux/key-type.h
7786 F: include/linux/keyctl.h
7787 F: include/uapi/linux/keyctl.h
7788 F: include/keys/
7789 F: security/keys/
7790
7791 KGDB / KDB /debug_core
7792 M: Jason Wessel <jason.wessel@windriver.com>
7793 M: Daniel Thompson <daniel.thompson@linaro.org>
7794 W: http://kgdb.wiki.kernel.org/
7795 L: kgdb-bugreport@lists.sourceforge.net
7796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7797 S: Maintained
7798 F: Documentation/dev-tools/kgdb.rst
7799 F: drivers/misc/kgdbts.c
7800 F: drivers/tty/serial/kgdboc.c
7801 F: include/linux/kdb.h
7802 F: include/linux/kgdb.h
7803 F: kernel/debug/
7804
7805 KMEMLEAK
7806 M: Catalin Marinas <catalin.marinas@arm.com>
7807 S: Maintained
7808 F: Documentation/dev-tools/kmemleak.rst
7809 F: include/linux/kmemleak.h
7810 F: mm/kmemleak.c
7811 F: mm/kmemleak-test.c
7812
7813 KMOD KERNEL MODULE LOADER - USERMODE HELPER
7814 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
7815 L: linux-kernel@vger.kernel.org
7816 S: Maintained
7817 F: kernel/kmod.c
7818 F: include/linux/kmod.h
7819 F: lib/test_kmod.c
7820 F: tools/testing/selftests/kmod/
7821
7822 KPROBES
7823 M: Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7824 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7825 M: "David S. Miller" <davem@davemloft.net>
7826 M: Masami Hiramatsu <mhiramat@kernel.org>
7827 S: Maintained
7828 F: Documentation/kprobes.txt
7829 F: include/linux/kprobes.h
7830 F: include/asm-generic/kprobes.h
7831 F: kernel/kprobes.c
7832
7833 KS0108 LCD CONTROLLER DRIVER
7834 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7835 W: http://miguelojeda.es/auxdisplay.htm
7836 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7837 S: Maintained
7838 F: Documentation/auxdisplay/ks0108
7839 F: drivers/auxdisplay/ks0108.c
7840 F: include/linux/ks0108.h
7841
7842 L3MDEV
7843 M: David Ahern <dsa@cumulusnetworks.com>
7844 L: netdev@vger.kernel.org
7845 S: Maintained
7846 F: net/l3mdev
7847 F: include/net/l3mdev.h
7848
7849 LANTIQ MIPS ARCHITECTURE
7850 M: John Crispin <john@phrozen.org>
7851 L: linux-mips@linux-mips.org
7852 S: Maintained
7853 F: arch/mips/lantiq
7854 F: drivers/soc/lantiq
7855
7856 LAPB module
7857 L: linux-x25@vger.kernel.org
7858 S: Orphan
7859 F: Documentation/networking/lapb-module.txt
7860 F: include/*/lapb.h
7861 F: net/lapb/
7862
7863 LASI 53c700 driver for PARISC
7864 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7865 L: linux-scsi@vger.kernel.org
7866 S: Maintained
7867 F: Documentation/scsi/53c700.txt
7868 F: drivers/scsi/53c700*
7869
7870 LEAKING_ADDRESSES
7871 M: Tobin C. Harding <me@tobin.cc>
7872 S: Maintained
7873 F: scripts/leaking_addresses.pl
7874
7875 LED SUBSYSTEM
7876 M: Richard Purdie <rpurdie@rpsys.net>
7877 M: Jacek Anaszewski <jacek.anaszewski@gmail.com>
7878 M: Pavel Machek <pavel@ucw.cz>
7879 L: linux-leds@vger.kernel.org
7880 T: git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7881 S: Maintained
7882 F: Documentation/devicetree/bindings/leds/
7883 F: drivers/leds/
7884 F: include/linux/leds.h
7885
7886 LEGACY EEPROM DRIVER
7887 M: Jean Delvare <jdelvare@suse.com>
7888 S: Maintained
7889 F: Documentation/misc-devices/eeprom
7890 F: drivers/misc/eeprom/eeprom.c
7891
7892 LEGO USB Tower driver
7893 M: Juergen Stuber <starblue@users.sourceforge.net>
7894 L: legousb-devel@lists.sourceforge.net
7895 W: http://legousb.sourceforge.net/
7896 S: Maintained
7897 F: drivers/usb/misc/legousbtower.c
7898
7899 LG2160 MEDIA DRIVER
7900 M: Michael Krufky <mkrufky@linuxtv.org>
7901 L: linux-media@vger.kernel.org
7902 W: https://linuxtv.org
7903 W: http://github.com/mkrufky
7904 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7905 T: git git://linuxtv.org/mkrufky/tuners.git
7906 S: Maintained
7907 F: drivers/media/dvb-frontends/lg2160.*
7908
7909 LGDT3305 MEDIA DRIVER
7910 M: Michael Krufky <mkrufky@linuxtv.org>
7911 L: linux-media@vger.kernel.org
7912 W: https://linuxtv.org
7913 W: http://github.com/mkrufky
7914 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7915 T: git git://linuxtv.org/mkrufky/tuners.git
7916 S: Maintained
7917 F: drivers/media/dvb-frontends/lgdt3305.*
7918
7919 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7920 M: Viresh Kumar <vireshk@kernel.org>
7921 L: linux-ide@vger.kernel.org
7922 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7923 S: Maintained
7924 F: include/linux/pata_arasan_cf_data.h
7925 F: drivers/ata/pata_arasan_cf.c
7926
7927 LIBATA PATA DRIVERS
7928 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7929 M: Tejun Heo <tj@kernel.org>
7930 L: linux-ide@vger.kernel.org
7931 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7932 S: Maintained
7933 F: drivers/ata/pata_*.c
7934 F: drivers/ata/ata_generic.c
7935
7936 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7937 M: Linus Walleij <linus.walleij@linaro.org>
7938 L: linux-ide@vger.kernel.org
7939 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7940 S: Maintained
7941 F: drivers/ata/pata_ftide010.c
7942 F: drivers/ata/sata_gemini.c
7943 F: drivers/ata/sata_gemini.h
7944
7945 LIBATA SATA AHCI PLATFORM devices support
7946 M: Hans de Goede <hdegoede@redhat.com>
7947 M: Tejun Heo <tj@kernel.org>
7948 L: linux-ide@vger.kernel.org
7949 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7950 S: Maintained
7951 F: drivers/ata/ahci_platform.c
7952 F: drivers/ata/libahci_platform.c
7953 F: include/linux/ahci_platform.h
7954
7955 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7956 M: Mikael Pettersson <mikpelinux@gmail.com>
7957 L: linux-ide@vger.kernel.org
7958 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7959 S: Maintained
7960 F: drivers/ata/sata_promise.*
7961
7962 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7963 M: Tejun Heo <tj@kernel.org>
7964 L: linux-ide@vger.kernel.org
7965 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7966 S: Maintained
7967 F: drivers/ata/
7968 F: include/linux/ata.h
7969 F: include/linux/libata.h
7970 F: Documentation/devicetree/bindings/ata/
7971
7972 LIBLOCKDEP
7973 M: Sasha Levin <alexander.levin@verizon.com>
7974 S: Maintained
7975 F: tools/lib/lockdep/
7976
7977 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7978 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7979 L: linux-nvdimm@lists.01.org
7980 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7981 S: Supported
7982 F: drivers/nvdimm/blk.c
7983 F: drivers/nvdimm/region_devs.c
7984
7985 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7986 M: Vishal Verma <vishal.l.verma@intel.com>
7987 L: linux-nvdimm@lists.01.org
7988 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7989 S: Supported
7990 F: drivers/nvdimm/btt*
7991
7992 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7993 M: Ross Zwisler <ross.zwisler@linux.intel.com>
7994 L: linux-nvdimm@lists.01.org
7995 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
7996 S: Supported
7997 F: drivers/nvdimm/pmem*
7998
7999 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
8000 M: Dan Williams <dan.j.williams@intel.com>
8001 L: linux-nvdimm@lists.01.org
8002 Q: https://patchwork.kernel.org/project/linux-nvdimm/list/
8003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
8004 S: Supported
8005 F: drivers/nvdimm/*
8006 F: drivers/acpi/nfit/*
8007 F: include/linux/nd.h
8008 F: include/linux/libnvdimm.h
8009 F: include/uapi/linux/ndctl.h
8010
8011 LIGHTNVM PLATFORM SUPPORT
8012 M: Matias Bjorling <mb@lightnvm.io>
8013 W: http://github/OpenChannelSSD
8014 L: linux-block@vger.kernel.org
8015 S: Maintained
8016 F: drivers/lightnvm/
8017 F: include/linux/lightnvm.h
8018 F: include/uapi/linux/lightnvm.h
8019
8020 LINUX FOR POWER MACINTOSH
8021 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8022 W: http://www.penguinppc.org/
8023 L: linuxppc-dev@lists.ozlabs.org
8024 S: Maintained
8025 F: arch/powerpc/platforms/powermac/
8026 F: drivers/macintosh/
8027
8028 LINUX FOR POWERPC (32-BIT AND 64-BIT)
8029 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
8030 M: Paul Mackerras <paulus@samba.org>
8031 M: Michael Ellerman <mpe@ellerman.id.au>
8032 W: https://github.com/linuxppc/linux/wiki
8033 L: linuxppc-dev@lists.ozlabs.org
8034 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
8035 T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
8036 S: Supported
8037 F: Documentation/ABI/stable/sysfs-firmware-opal-*
8038 F: Documentation/devicetree/bindings/powerpc/
8039 F: Documentation/devicetree/bindings/rtc/rtc-opal.txt
8040 F: Documentation/devicetree/bindings/i2c/i2c-opal.txt
8041 F: Documentation/powerpc/
8042 F: arch/powerpc/
8043 F: drivers/char/tpm/tpm_ibmvtpm*
8044 F: drivers/crypto/nx/
8045 F: drivers/crypto/vmx/
8046 F: drivers/i2c/busses/i2c-opal.c
8047 F: drivers/net/ethernet/ibm/ibmveth.*
8048 F: drivers/net/ethernet/ibm/ibmvnic.*
8049 F: drivers/pci/hotplug/pnv_php.c
8050 F: drivers/pci/hotplug/rpa*
8051 F: drivers/rtc/rtc-opal.c
8052 F: drivers/scsi/ibmvscsi/
8053 F: drivers/tty/hvc/hvc_opal.c
8054 F: drivers/watchdog/wdrtas.c
8055 F: tools/testing/selftests/powerpc
8056 N: /pmac
8057 N: powermac
8058 N: powernv
8059 N: [^a-z0-9]ps3
8060 N: pseries
8061
8062 LINUX FOR POWERPC EMBEDDED MPC5XXX
8063 M: Anatolij Gustschin <agust@denx.de>
8064 L: linuxppc-dev@lists.ozlabs.org
8065 T: git git://git.denx.de/linux-denx-agust.git
8066 S: Maintained
8067 F: arch/powerpc/platforms/512x/
8068 F: arch/powerpc/platforms/52xx/
8069
8070 LINUX FOR POWERPC EMBEDDED PPC4XX
8071 M: Alistair Popple <alistair@popple.id.au>
8072 M: Matt Porter <mporter@kernel.crashing.org>
8073 W: http://www.penguinppc.org/
8074 L: linuxppc-dev@lists.ozlabs.org
8075 S: Maintained
8076 F: arch/powerpc/platforms/40x/
8077 F: arch/powerpc/platforms/44x/
8078
8079 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8080 M: Scott Wood <oss@buserror.net>
8081 M: Kumar Gala <galak@kernel.crashing.org>
8082 W: http://www.penguinppc.org/
8083 L: linuxppc-dev@lists.ozlabs.org
8084 T: git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8085 S: Maintained
8086 F: arch/powerpc/platforms/83xx/
8087 F: arch/powerpc/platforms/85xx/
8088 F: Documentation/devicetree/bindings/powerpc/fsl/
8089
8090 LINUX FOR POWERPC EMBEDDED PPC8XX
8091 M: Vitaly Bordug <vitb@kernel.crashing.org>
8092 W: http://www.penguinppc.org/
8093 L: linuxppc-dev@lists.ozlabs.org
8094 S: Maintained
8095 F: arch/powerpc/platforms/8xx/
8096
8097 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8098 L: linuxppc-dev@lists.ozlabs.org
8099 S: Orphan
8100 F: arch/powerpc/*/*virtex*
8101 F: arch/powerpc/*/*/*virtex*
8102
8103 LINUX FOR POWERPC PA SEMI PWRFICIENT
8104 L: linuxppc-dev@lists.ozlabs.org
8105 S: Orphan
8106 F: arch/powerpc/platforms/pasemi/
8107 F: drivers/*/*pasemi*
8108 F: drivers/*/*/*pasemi*
8109
8110 LINUX KERNEL DUMP TEST MODULE (LKDTM)
8111 M: Kees Cook <keescook@chromium.org>
8112 S: Maintained
8113 F: drivers/misc/lkdtm*
8114
8115 LINUX SECURITY MODULE (LSM) FRAMEWORK
8116 M: Chris Wright <chrisw@sous-sol.org>
8117 L: linux-security-module@vger.kernel.org
8118 S: Supported
8119
8120 LIS3LV02D ACCELEROMETER DRIVER
8121 M: Eric Piel <eric.piel@tremplin-utc.net>
8122 S: Maintained
8123 F: Documentation/misc-devices/lis3lv02d
8124 F: drivers/misc/lis3lv02d/
8125 F: drivers/platform/x86/hp_accel.c
8126
8127 LIVE PATCHING
8128 M: Josh Poimboeuf <jpoimboe@redhat.com>
8129 M: Jessica Yu <jeyu@kernel.org>
8130 M: Jiri Kosina <jikos@kernel.org>
8131 M: Miroslav Benes <mbenes@suse.cz>
8132 R: Petr Mladek <pmladek@suse.com>
8133 S: Maintained
8134 F: kernel/livepatch/
8135 F: include/linux/livepatch.h
8136 F: arch/x86/include/asm/livepatch.h
8137 F: arch/x86/kernel/livepatch.c
8138 F: Documentation/livepatch/
8139 F: Documentation/ABI/testing/sysfs-kernel-livepatch
8140 F: samples/livepatch/
8141 L: live-patching@vger.kernel.org
8142 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8143
8144 LLC (802.2)
8145 L: netdev@vger.kernel.org
8146 S: Odd fixes
8147 F: include/linux/llc.h
8148 F: include/uapi/linux/llc.h
8149 F: include/net/llc*
8150 F: net/llc/
8151
8152 LM73 HARDWARE MONITOR DRIVER
8153 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
8154 L: linux-hwmon@vger.kernel.org
8155 S: Maintained
8156 F: drivers/hwmon/lm73.c
8157
8158 LM78 HARDWARE MONITOR DRIVER
8159 M: Jean Delvare <jdelvare@suse.com>
8160 L: linux-hwmon@vger.kernel.org
8161 S: Maintained
8162 F: Documentation/hwmon/lm78
8163 F: drivers/hwmon/lm78.c
8164
8165 LM83 HARDWARE MONITOR DRIVER
8166 M: Jean Delvare <jdelvare@suse.com>
8167 L: linux-hwmon@vger.kernel.org
8168 S: Maintained
8169 F: Documentation/hwmon/lm83
8170 F: drivers/hwmon/lm83.c
8171
8172 LM90 HARDWARE MONITOR DRIVER
8173 M: Jean Delvare <jdelvare@suse.com>
8174 L: linux-hwmon@vger.kernel.org
8175 S: Maintained
8176 F: Documentation/hwmon/lm90
8177 F: Documentation/devicetree/bindings/hwmon/lm90.txt
8178 F: drivers/hwmon/lm90.c
8179 F: include/dt-bindings/thermal/lm90.h
8180
8181 LM95234 HARDWARE MONITOR DRIVER
8182 M: Guenter Roeck <linux@roeck-us.net>
8183 L: linux-hwmon@vger.kernel.org
8184 S: Maintained
8185 F: Documentation/hwmon/lm95234
8186 F: drivers/hwmon/lm95234.c
8187
8188 LME2510 MEDIA DRIVER
8189 M: Malcolm Priestley <tvboxspy@gmail.com>
8190 L: linux-media@vger.kernel.org
8191 W: https://linuxtv.org
8192 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8193 S: Maintained
8194 F: drivers/media/usb/dvb-usb-v2/lmedm04*
8195
8196 LOADPIN SECURITY MODULE
8197 M: Kees Cook <keescook@chromium.org>
8198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8199 S: Supported
8200 F: security/loadpin/
8201 F: Documentation/admin-guide/LSM/LoadPin.rst
8202
8203 LOCKING PRIMITIVES
8204 M: Peter Zijlstra <peterz@infradead.org>
8205 M: Ingo Molnar <mingo@redhat.com>
8206 L: linux-kernel@vger.kernel.org
8207 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8208 S: Maintained
8209 F: Documentation/locking/
8210 F: include/linux/lockdep.h
8211 F: include/linux/spinlock*.h
8212 F: arch/*/include/asm/spinlock*.h
8213 F: include/linux/rwlock*.h
8214 F: include/linux/mutex*.h
8215 F: arch/*/include/asm/mutex*.h
8216 F: include/linux/rwsem*.h
8217 F: arch/*/include/asm/rwsem.h
8218 F: include/linux/seqlock.h
8219 F: lib/locking*.[ch]
8220 F: kernel/locking/
8221
8222 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8223 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
8224 L: linux-ntfs-dev@lists.sourceforge.net
8225 W: http://www.linux-ntfs.org/content/view/19/37/
8226 S: Maintained
8227 F: Documentation/ldm.txt
8228 F: block/partitions/ldm.*
8229
8230 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8231 M: Sathya Prakash <sathya.prakash@broadcom.com>
8232 M: Chaitra P B <chaitra.basappa@broadcom.com>
8233 M: Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8234 L: MPT-FusionLinux.pdl@broadcom.com
8235 L: linux-scsi@vger.kernel.org
8236 W: http://www.avagotech.com/support/
8237 S: Supported
8238 F: drivers/message/fusion/
8239 F: drivers/scsi/mpt2sas/
8240 F: drivers/scsi/mpt3sas/
8241
8242 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8243 M: Matthew Wilcox <matthew@wil.cx>
8244 L: linux-scsi@vger.kernel.org
8245 S: Maintained
8246 F: drivers/scsi/sym53c8xx_2/
8247
8248 LTC4261 HARDWARE MONITOR DRIVER
8249 M: Guenter Roeck <linux@roeck-us.net>
8250 L: linux-hwmon@vger.kernel.org
8251 S: Maintained
8252 F: Documentation/hwmon/ltc4261
8253 F: drivers/hwmon/ltc4261.c
8254
8255 LTC4306 I2C MULTIPLEXER DRIVER
8256 M: Michael Hennerich <michael.hennerich@analog.com>
8257 W: http://ez.analog.com/community/linux-device-drivers
8258 L: linux-i2c@vger.kernel.org
8259 S: Supported
8260 F: drivers/i2c/muxes/i2c-mux-ltc4306.c
8261 F: Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8262
8263 LTP (Linux Test Project)
8264 M: Mike Frysinger <vapier@gentoo.org>
8265 M: Cyril Hrubis <chrubis@suse.cz>
8266 M: Wanlong Gao <wanlong.gao@gmail.com>
8267 M: Jan Stancek <jstancek@redhat.com>
8268 M: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8269 M: Alexey Kodanev <alexey.kodanev@oracle.com>
8270 L: ltp@lists.linux.it (subscribers-only)
8271 W: http://linux-test-project.github.io/
8272 T: git git://github.com/linux-test-project/ltp.git
8273 S: Maintained
8274
8275 M32R ARCHITECTURE
8276 W: http://www.linux-m32r.org/
8277 S: Orphan
8278 F: arch/m32r/
8279
8280 M68K ARCHITECTURE
8281 M: Geert Uytterhoeven <geert@linux-m68k.org>
8282 L: linux-m68k@lists.linux-m68k.org
8283 W: http://www.linux-m68k.org/
8284 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8285 S: Maintained
8286 F: arch/m68k/
8287 F: drivers/zorro/
8288
8289 M68K ON APPLE MACINTOSH
8290 M: Joshua Thompson <funaho@jurai.org>
8291 W: http://www.mac.linux-m68k.org/
8292 L: linux-m68k@lists.linux-m68k.org
8293 S: Maintained
8294 F: arch/m68k/mac/
8295
8296 M68K ON HP9000/300
8297 M: Philip Blundell <philb@gnu.org>
8298 W: http://www.tazenda.demon.co.uk/phil/linux-hp
8299 S: Maintained
8300 F: arch/m68k/hp300/
8301
8302 M88DS3103 MEDIA DRIVER
8303 M: Antti Palosaari <crope@iki.fi>
8304 L: linux-media@vger.kernel.org
8305 W: https://linuxtv.org
8306 W: http://palosaari.fi/linux/
8307 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8308 T: git git://linuxtv.org/anttip/media_tree.git
8309 S: Maintained
8310 F: drivers/media/dvb-frontends/m88ds3103*
8311
8312 M88RS2000 MEDIA DRIVER
8313 M: Malcolm Priestley <tvboxspy@gmail.com>
8314 L: linux-media@vger.kernel.org
8315 W: https://linuxtv.org
8316 Q: http://patchwork.linuxtv.org/project/linux-media/list/
8317 S: Maintained
8318 F: drivers/media/dvb-frontends/m88rs2000*
8319
8320 MA901 MASTERKIT USB FM RADIO DRIVER
8321 M: Alexey Klimov <klimov.linux@gmail.com>
8322 L: linux-media@vger.kernel.org
8323 T: git git://linuxtv.org/media_tree.git
8324 S: Maintained
8325 F: drivers/media/radio/radio-ma901.c
8326
8327 MAC80211
8328 M: Johannes Berg <johannes@sipsolutions.net>
8329 L: linux-wireless@vger.kernel.org
8330 W: http://wireless.kernel.org/
8331 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8332 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8333 S: Maintained
8334 F: Documentation/networking/mac80211-injection.txt
8335 F: include/net/mac80211.h
8336 F: net/mac80211/
8337 F: drivers/net/wireless/mac80211_hwsim.[ch]
8338 F: Documentation/networking/mac80211_hwsim/README
8339
8340 MAILBOX API
8341 M: Jassi Brar <jassisinghbrar@gmail.com>
8342 L: linux-kernel@vger.kernel.org
8343 S: Maintained
8344 F: drivers/mailbox/
8345 F: include/linux/mailbox_client.h
8346 F: include/linux/mailbox_controller.h
8347
8348 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8349 M: Michael Kerrisk <mtk.manpages@gmail.com>
8350 W: http://www.kernel.org/doc/man-pages
8351 L: linux-man@vger.kernel.org
8352 S: Maintained
8353
8354 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8355 M: Rahul Bedarkar <rahulbedarkar89@gmail.com>
8356 L: linux-mips@linux-mips.org
8357 S: Maintained
8358 F: arch/mips/boot/dts/img/pistachio_marduk.dts
8359
8360 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8361 M: Andrew Lunn <andrew@lunn.ch>
8362 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8363 L: netdev@vger.kernel.org
8364 S: Maintained
8365 F: drivers/net/dsa/mv88e6xxx/
8366 F: Documentation/devicetree/bindings/net/dsa/marvell.txt
8367
8368 MARVELL ARMADA DRM SUPPORT
8369 M: Russell King <linux@armlinux.org.uk>
8370 S: Maintained
8371 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8372 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8373 F: drivers/gpu/drm/armada/
8374 F: include/uapi/drm/armada_drm.h
8375 F: Documentation/devicetree/bindings/display/armada/
8376
8377 MARVELL CRYPTO DRIVER
8378 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8379 M: Arnaud Ebalard <arno@natisbad.org>
8380 F: drivers/crypto/marvell/
8381 S: Maintained
8382 L: linux-crypto@vger.kernel.org
8383
8384 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8385 M: Mirko Lindner <mlindner@marvell.com>
8386 M: Stephen Hemminger <stephen@networkplumber.org>
8387 L: netdev@vger.kernel.org
8388 S: Maintained
8389 F: drivers/net/ethernet/marvell/sk*
8390
8391 MARVELL LIBERTAS WIRELESS DRIVER
8392 L: libertas-dev@lists.infradead.org
8393 S: Orphan
8394 F: drivers/net/wireless/marvell/libertas/
8395
8396 MARVELL MACCHIATOBIN SUPPORT
8397 M: Russell King <rmk@armlinux.org.uk>
8398 L: linux-arm-kernel@lists.infradead.org
8399 S: Maintained
8400 F: arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8401
8402 MARVELL MV643XX ETHERNET DRIVER
8403 M: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8404 L: netdev@vger.kernel.org
8405 S: Maintained
8406 F: drivers/net/ethernet/marvell/mv643xx_eth.*
8407 F: include/linux/mv643xx.h
8408
8409 MARVELL MV88X3310 PHY DRIVER
8410 M: Russell King <rmk@armlinux.org.uk>
8411 L: netdev@vger.kernel.org
8412 S: Maintained
8413 F: drivers/net/phy/marvell10g.c
8414
8415 MARVELL MVNETA ETHERNET DRIVER
8416 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8417 L: netdev@vger.kernel.org
8418 S: Maintained
8419 F: drivers/net/ethernet/marvell/mvneta.*
8420
8421 MARVELL MWIFIEX WIRELESS DRIVER
8422 M: Amitkumar Karwar <amitkarwar@gmail.com>
8423 M: Nishant Sarmukadam <nishants@marvell.com>
8424 M: Ganapathi Bhat <gbhat@marvell.com>
8425 M: Xinming Hu <huxm@marvell.com>
8426 L: linux-wireless@vger.kernel.org
8427 S: Maintained
8428 F: drivers/net/wireless/marvell/mwifiex/
8429
8430 MARVELL MWL8K WIRELESS DRIVER
8431 M: Lennert Buytenhek <buytenh@wantstofly.org>
8432 L: linux-wireless@vger.kernel.org
8433 S: Odd Fixes
8434 F: drivers/net/wireless/marvell/mwl8k.c
8435
8436 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8437 M: Nicolas Pitre <nico@fluxnic.net>
8438 S: Odd Fixes
8439 F: drivers/mmc/host/mvsdio.*
8440
8441 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8442 M: Hu Ziji <huziji@marvell.com>
8443 L: linux-mmc@vger.kernel.org
8444 S: Supported
8445 F: drivers/mmc/host/sdhci-xenon*
8446 F: Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8447
8448 MATROX FRAMEBUFFER DRIVER
8449 L: linux-fbdev@vger.kernel.org
8450 S: Orphan
8451 F: drivers/video/fbdev/matrox/matroxfb_*
8452 F: include/uapi/linux/matroxfb.h
8453
8454 MAX16065 HARDWARE MONITOR DRIVER
8455 M: Guenter Roeck <linux@roeck-us.net>
8456 L: linux-hwmon@vger.kernel.org
8457 S: Maintained
8458 F: Documentation/hwmon/max16065
8459 F: drivers/hwmon/max16065.c
8460
8461 MAX20751 HARDWARE MONITOR DRIVER
8462 M: Guenter Roeck <linux@roeck-us.net>
8463 L: linux-hwmon@vger.kernel.org
8464 S: Maintained
8465 F: Documentation/hwmon/max20751
8466 F: drivers/hwmon/max20751.c
8467
8468 MAX2175 SDR TUNER DRIVER
8469 M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8470 L: linux-media@vger.kernel.org
8471 T: git git://linuxtv.org/media_tree.git
8472 S: Maintained
8473 F: Documentation/devicetree/bindings/media/i2c/max2175.txt
8474 F: Documentation/media/v4l-drivers/max2175.rst
8475 F: drivers/media/i2c/max2175*
8476 F: include/uapi/linux/max2175.h
8477
8478 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8479 L: linux-hwmon@vger.kernel.org
8480 S: Orphan
8481 F: Documentation/hwmon/max6650
8482 F: drivers/hwmon/max6650.c
8483
8484 MAX6697 HARDWARE MONITOR DRIVER
8485 M: Guenter Roeck <linux@roeck-us.net>
8486 L: linux-hwmon@vger.kernel.org
8487 S: Maintained
8488 F: Documentation/hwmon/max6697
8489 F: Documentation/devicetree/bindings/i2c/max6697.txt
8490 F: drivers/hwmon/max6697.c
8491 F: include/linux/platform_data/max6697.h
8492
8493 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8494 M: Peter Rosin <peda@axentia.se>
8495 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
8496 S: Maintained
8497 F: Documentation/devicetree/bindings/sound/max9860.txt
8498 F: sound/soc/codecs/max9860.*
8499
8500 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8501 M: Javier Martinez Canillas <javier@dowhile0.org>
8502 L: linux-kernel@vger.kernel.org
8503 S: Supported
8504 F: drivers/regulator/max77802-regulator.c
8505 F: Documentation/devicetree/bindings/*/*max77802.txt
8506 F: include/dt-bindings/*/*max77802.h
8507
8508 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8509 M: Krzysztof Kozlowski <krzk@kernel.org>
8510 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8511 L: linux-pm@vger.kernel.org
8512 S: Supported
8513 F: drivers/power/supply/max14577_charger.c
8514 F: drivers/power/supply/max77693_charger.c
8515
8516 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8517 M: Chanwoo Choi <cw00.choi@samsung.com>
8518 M: Krzysztof Kozlowski <krzk@kernel.org>
8519 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8520 L: linux-kernel@vger.kernel.org
8521 S: Supported
8522 F: drivers/*/max14577*.c
8523 F: drivers/*/max77686*.c
8524 F: drivers/*/max77693*.c
8525 F: drivers/extcon/extcon-max14577.c
8526 F: drivers/extcon/extcon-max77693.c
8527 F: drivers/rtc/rtc-max77686.c
8528 F: drivers/clk/clk-max77686.c
8529 F: Documentation/devicetree/bindings/mfd/max14577.txt
8530 F: Documentation/devicetree/bindings/*/max77686.txt
8531 F: Documentation/devicetree/bindings/mfd/max77693.txt
8532 F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
8533 F: include/linux/mfd/max14577*.h
8534 F: include/linux/mfd/max77686*.h
8535 F: include/linux/mfd/max77693*.h
8536
8537 MAXIRADIO FM RADIO RECEIVER DRIVER
8538 M: Hans Verkuil <hverkuil@xs4all.nl>
8539 L: linux-media@vger.kernel.org
8540 T: git git://linuxtv.org/media_tree.git
8541 W: https://linuxtv.org
8542 S: Maintained
8543 F: drivers/media/radio/radio-maxiradio*
8544
8545 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8546 M: Peter Rosin <peda@axentia.se>
8547 L: linux-iio@vger.kernel.org
8548 S: Maintained
8549 F: Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8550 F: drivers/iio/potentiometer/mcp4531.c
8551
8552 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8553 M: William Breathitt Gray <vilhelm.gray@gmail.com>
8554 L: linux-iio@vger.kernel.org
8555 S: Maintained
8556 F: drivers/iio/dac/cio-dac.c
8557
8558 MEDIA DRIVERS FOR ASCOT2E
8559 M: Sergey Kozlov <serjk@netup.ru>
8560 M: Abylay Ospan <aospan@netup.ru>
8561 L: linux-media@vger.kernel.org
8562 W: https://linuxtv.org
8563 W: http://netup.tv/
8564 T: git git://linuxtv.org/media_tree.git
8565 S: Supported
8566 F: drivers/media/dvb-frontends/ascot2e*
8567
8568 MEDIA DRIVERS FOR CXD2841ER
8569 M: Sergey Kozlov <serjk@netup.ru>
8570 M: Abylay Ospan <aospan@netup.ru>
8571 L: linux-media@vger.kernel.org
8572 W: https://linuxtv.org
8573 W: http://netup.tv/
8574 T: git git://linuxtv.org/media_tree.git
8575 S: Supported
8576 F: drivers/media/dvb-frontends/cxd2841er*
8577
8578 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8579 M: Daniel Scheller <d.scheller.oss@gmail.com>
8580 L: linux-media@vger.kernel.org
8581 W: https://linuxtv.org
8582 T: git git://linuxtv.org/media_tree.git
8583 S: Maintained
8584 F: drivers/media/pci/ddbridge/*
8585
8586 MEDIA DRIVERS FOR FREESCALE IMX
8587 M: Steve Longerbeam <slongerbeam@gmail.com>
8588 M: Philipp Zabel <p.zabel@pengutronix.de>
8589 L: linux-media@vger.kernel.org
8590 T: git git://linuxtv.org/media_tree.git
8591 S: Maintained
8592 F: Documentation/devicetree/bindings/media/imx.txt
8593 F: Documentation/media/v4l-drivers/imx.rst
8594 F: drivers/staging/media/imx/
8595 F: include/linux/imx-media.h
8596 F: include/media/imx.h
8597
8598 MEDIA DRIVERS FOR HELENE
8599 M: Abylay Ospan <aospan@netup.ru>
8600 L: linux-media@vger.kernel.org
8601 W: https://linuxtv.org
8602 W: http://netup.tv/
8603 T: git git://linuxtv.org/media_tree.git
8604 S: Supported
8605 F: drivers/media/dvb-frontends/helene*
8606
8607 MEDIA DRIVERS FOR HORUS3A
8608 M: Sergey Kozlov <serjk@netup.ru>
8609 M: Abylay Ospan <aospan@netup.ru>
8610 L: linux-media@vger.kernel.org
8611 W: https://linuxtv.org
8612 W: http://netup.tv/
8613 T: git git://linuxtv.org/media_tree.git
8614 S: Supported
8615 F: drivers/media/dvb-frontends/horus3a*
8616
8617 MEDIA DRIVERS FOR LNBH25
8618 M: Sergey Kozlov <serjk@netup.ru>
8619 M: Abylay Ospan <aospan@netup.ru>
8620 L: linux-media@vger.kernel.org
8621 W: https://linuxtv.org
8622 W: http://netup.tv/
8623 T: git git://linuxtv.org/media_tree.git
8624 S: Supported
8625 F: drivers/media/dvb-frontends/lnbh25*
8626
8627 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
8628 M: Daniel Scheller <d.scheller.oss@gmail.com>
8629 L: linux-media@vger.kernel.org
8630 W: https://linuxtv.org
8631 T: git git://linuxtv.org/media_tree.git
8632 S: Maintained
8633 F: drivers/media/dvb-frontends/mxl5xx*
8634
8635 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8636 M: Sergey Kozlov <serjk@netup.ru>
8637 M: Abylay Ospan <aospan@netup.ru>
8638 L: linux-media@vger.kernel.org
8639 W: https://linuxtv.org
8640 W: http://netup.tv/
8641 T: git git://linuxtv.org/media_tree.git
8642 S: Supported
8643 F: drivers/media/pci/netup_unidvb/*
8644
8645 MEDIA DRIVERS FOR RENESAS - DRIF
8646 M: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8647 L: linux-media@vger.kernel.org
8648 L: linux-renesas-soc@vger.kernel.org
8649 T: git git://linuxtv.org/media_tree.git
8650 S: Supported
8651 F: Documentation/devicetree/bindings/media/renesas,drif.txt
8652 F: drivers/media/platform/rcar_drif.c
8653
8654 MEDIA DRIVERS FOR RENESAS - FCP
8655 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8656 L: linux-media@vger.kernel.org
8657 L: linux-renesas-soc@vger.kernel.org
8658 T: git git://linuxtv.org/media_tree.git
8659 S: Supported
8660 F: Documentation/devicetree/bindings/media/renesas,fcp.txt
8661 F: drivers/media/platform/rcar-fcp.c
8662 F: include/media/rcar-fcp.h
8663
8664 MEDIA DRIVERS FOR RENESAS - FDP1
8665 M: Kieran Bingham <kieran@bingham.xyz>
8666 L: linux-media@vger.kernel.org
8667 L: linux-renesas-soc@vger.kernel.org
8668 T: git git://linuxtv.org/media_tree.git
8669 S: Supported
8670 F: Documentation/devicetree/bindings/media/renesas,fdp1.txt
8671 F: drivers/media/platform/rcar_fdp1.c
8672
8673 MEDIA DRIVERS FOR RENESAS - VIN
8674 M: Niklas Söderlund <niklas.soderlund@ragnatech.se>
8675 L: linux-media@vger.kernel.org
8676 L: linux-renesas-soc@vger.kernel.org
8677 T: git git://linuxtv.org/media_tree.git
8678 S: Supported
8679 F: Documentation/devicetree/bindings/media/rcar_vin.txt
8680 F: drivers/media/platform/rcar-vin/
8681
8682 MEDIA DRIVERS FOR RENESAS - VSP1
8683 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8684 L: linux-media@vger.kernel.org
8685 L: linux-renesas-soc@vger.kernel.org
8686 T: git git://linuxtv.org/media_tree.git
8687 S: Supported
8688 F: Documentation/devicetree/bindings/media/renesas,vsp1.txt
8689 F: drivers/media/platform/vsp1/
8690
8691 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
8692 M: Daniel Scheller <d.scheller.oss@gmail.com>
8693 L: linux-media@vger.kernel.org
8694 W: https://linuxtv.org
8695 T: git git://linuxtv.org/media_tree.git
8696 S: Maintained
8697 F: drivers/media/dvb-frontends/stv0910*
8698
8699 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
8700 M: Daniel Scheller <d.scheller.oss@gmail.com>
8701 L: linux-media@vger.kernel.org
8702 W: https://linuxtv.org
8703 T: git git://linuxtv.org/media_tree.git
8704 S: Maintained
8705 F: drivers/media/dvb-frontends/stv6111*
8706
8707 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8708 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
8709 M: Mauro Carvalho Chehab <mchehab@kernel.org>
8710 P: LinuxTV.org Project
8711 L: linux-media@vger.kernel.org
8712 W: https://linuxtv.org
8713 Q: http://patchwork.kernel.org/project/linux-media/list/
8714 T: git git://linuxtv.org/media_tree.git
8715 S: Maintained
8716 F: Documentation/devicetree/bindings/media/
8717 F: Documentation/media/
8718 F: drivers/media/
8719 F: drivers/staging/media/
8720 F: include/linux/platform_data/media/
8721 F: include/media/
8722 F: include/uapi/linux/dvb/
8723 F: include/uapi/linux/videodev2.h
8724 F: include/uapi/linux/media.h
8725 F: include/uapi/linux/v4l2-*
8726 F: include/uapi/linux/meye.h
8727 F: include/uapi/linux/ivtv*
8728 F: include/uapi/linux/uvcvideo.h
8729
8730 MEDIATEK CIR DRIVER
8731 M: Sean Wang <sean.wang@mediatek.com>
8732 S: Maintained
8733 F: drivers/media/rc/mtk-cir.c
8734
8735 MEDIATEK PMIC LED DRIVER
8736 M: Sean Wang <sean.wang@mediatek.com>
8737 S: Maintained
8738 F: drivers/leds/leds-mt6323.c
8739 F: Documentation/devicetree/bindings/leds/leds-mt6323.txt
8740
8741 MEDIATEK ETHERNET DRIVER
8742 M: Felix Fietkau <nbd@openwrt.org>
8743 M: John Crispin <john@phrozen.org>
8744 M: Sean Wang <sean.wang@mediatek.com>
8745 M: Nelson Chang <nelson.chang@mediatek.com>
8746 L: netdev@vger.kernel.org
8747 S: Maintained
8748 F: drivers/net/ethernet/mediatek/
8749
8750 MEDIATEK JPEG DRIVER
8751 M: Rick Chang <rick.chang@mediatek.com>
8752 M: Bin Liu <bin.liu@mediatek.com>
8753 S: Supported
8754 F: drivers/media/platform/mtk-jpeg/
8755 F: Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8756
8757 MEDIATEK MDP DRIVER
8758 M: Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8759 M: Houlong Wei <houlong.wei@mediatek.com>
8760 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8761 S: Supported
8762 F: drivers/media/platform/mtk-mdp/
8763 F: drivers/media/platform/mtk-vpu/
8764 F: Documentation/devicetree/bindings/media/mediatek-mdp.txt
8765
8766 MEDIATEK MEDIA DRIVER
8767 M: Tiffany Lin <tiffany.lin@mediatek.com>
8768 M: Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8769 S: Supported
8770 F: drivers/media/platform/mtk-vcodec/
8771 F: drivers/media/platform/mtk-vpu/
8772 F: Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8773 F: Documentation/devicetree/bindings/media/mediatek-vpu.txt
8774
8775 MEDIATEK MT7601U WIRELESS LAN DRIVER
8776 M: Jakub Kicinski <kubakici@wp.pl>
8777 L: linux-wireless@vger.kernel.org
8778 S: Maintained
8779 F: drivers/net/wireless/mediatek/mt7601u/
8780
8781 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8782 M: Sean Wang <sean.wang@mediatek.com>
8783 S: Maintained
8784 F: drivers/char/hw_random/mtk-rng.c
8785
8786 MEDIATEK USB3 DRD IP DRIVER
8787 M: Chunfeng Yun <chunfeng.yun@mediatek.com>
8788 L: linux-usb@vger.kernel.org (moderated for non-subscribers)
8789 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8790 L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
8791 S: Maintained
8792 F: drivers/usb/mtu3/
8793
8794 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8795 M: Peter Senna Tschudin <peter.senna@collabora.com>
8796 M: Martin Donnelly <martin.donnelly@ge.com>
8797 M: Martyn Welch <martyn.welch@collabora.co.uk>
8798 S: Maintained
8799 F: drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8800 F: Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8801
8802 MEGARAID SCSI/SAS DRIVERS
8803 M: Kashyap Desai <kashyap.desai@broadcom.com>
8804 M: Sumit Saxena <sumit.saxena@broadcom.com>
8805 M: Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8806 L: megaraidlinux.pdl@broadcom.com
8807 L: linux-scsi@vger.kernel.org
8808 W: http://www.avagotech.com/support/
8809 S: Maintained
8810 F: Documentation/scsi/megaraid.txt
8811 F: drivers/scsi/megaraid.*
8812 F: drivers/scsi/megaraid/
8813
8814 MELEXIS MLX90614 DRIVER
8815 M: Crt Mori <cmo@melexis.com>
8816 L: linux-iio@vger.kernel.org
8817 W: http://www.melexis.com
8818 S: Supported
8819 F: drivers/iio/temperature/mlx90614.c
8820
8821 MELFAS MIP4 TOUCHSCREEN DRIVER
8822 M: Sangwon Jee <jeesw@melfas.com>
8823 W: http://www.melfas.com
8824 S: Supported
8825 F: drivers/input/touchscreen/melfas_mip4.c
8826 F: Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8827
8828 MELLANOX ETHERNET DRIVER (mlx4_en)
8829 M: Tariq Toukan <tariqt@mellanox.com>
8830 L: netdev@vger.kernel.org
8831 S: Supported
8832 W: http://www.mellanox.com
8833 Q: http://patchwork.ozlabs.org/project/netdev/list/
8834 F: drivers/net/ethernet/mellanox/mlx4/en_*
8835
8836 MELLANOX ETHERNET DRIVER (mlx5e)
8837 M: Saeed Mahameed <saeedm@mellanox.com>
8838 L: netdev@vger.kernel.org
8839 S: Supported
8840 W: http://www.mellanox.com
8841 Q: http://patchwork.ozlabs.org/project/netdev/list/
8842 F: drivers/net/ethernet/mellanox/mlx5/core/en_*
8843
8844 MELLANOX ETHERNET INNOVA DRIVER
8845 M: Ilan Tayari <ilant@mellanox.com>
8846 R: Boris Pismenny <borisp@mellanox.com>
8847 L: netdev@vger.kernel.org
8848 S: Supported
8849 W: http://www.mellanox.com
8850 Q: http://patchwork.ozlabs.org/project/netdev/list/
8851 F: drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8852 F: include/linux/mlx5/mlx5_ifc_fpga.h
8853
8854 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8855 M: Ilan Tayari <ilant@mellanox.com>
8856 R: Boris Pismenny <borisp@mellanox.com>
8857 L: netdev@vger.kernel.org
8858 S: Supported
8859 W: http://www.mellanox.com
8860 Q: http://patchwork.ozlabs.org/project/netdev/list/
8861 F: drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8862 F: drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8863
8864 MELLANOX ETHERNET SWITCH DRIVERS
8865 M: Jiri Pirko <jiri@mellanox.com>
8866 M: Ido Schimmel <idosch@mellanox.com>
8867 L: netdev@vger.kernel.org
8868 S: Supported
8869 W: http://www.mellanox.com
8870 Q: http://patchwork.ozlabs.org/project/netdev/list/
8871 F: drivers/net/ethernet/mellanox/mlxsw/
8872
8873 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8874 M: mlxsw@mellanox.com
8875 L: netdev@vger.kernel.org
8876 S: Supported
8877 W: http://www.mellanox.com
8878 Q: http://patchwork.ozlabs.org/project/netdev/list/
8879 F: drivers/net/ethernet/mellanox/mlxfw/
8880
8881 MELLANOX MLX CPLD HOTPLUG DRIVER
8882 M: Vadim Pasternak <vadimp@mellanox.com>
8883 L: platform-driver-x86@vger.kernel.org
8884 S: Supported
8885 F: drivers/platform/x86/mlxcpld-hotplug.c
8886 F: include/linux/platform_data/mlxcpld-hotplug.h
8887
8888 MELLANOX MLX4 core VPI driver
8889 M: Tariq Toukan <tariqt@mellanox.com>
8890 L: netdev@vger.kernel.org
8891 L: linux-rdma@vger.kernel.org
8892 W: http://www.mellanox.com
8893 Q: http://patchwork.ozlabs.org/project/netdev/list/
8894 S: Supported
8895 F: drivers/net/ethernet/mellanox/mlx4/
8896 F: include/linux/mlx4/
8897
8898 MELLANOX MLX4 IB driver
8899 M: Yishai Hadas <yishaih@mellanox.com>
8900 L: linux-rdma@vger.kernel.org
8901 W: http://www.mellanox.com
8902 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8903 S: Supported
8904 F: drivers/infiniband/hw/mlx4/
8905 F: include/linux/mlx4/
8906 F: include/uapi/rdma/mlx4-abi.h
8907
8908 MELLANOX MLX5 core VPI driver
8909 M: Saeed Mahameed <saeedm@mellanox.com>
8910 M: Matan Barak <matanb@mellanox.com>
8911 M: Leon Romanovsky <leonro@mellanox.com>
8912 L: netdev@vger.kernel.org
8913 L: linux-rdma@vger.kernel.org
8914 W: http://www.mellanox.com
8915 Q: http://patchwork.ozlabs.org/project/netdev/list/
8916 S: Supported
8917 F: drivers/net/ethernet/mellanox/mlx5/core/
8918 F: include/linux/mlx5/
8919
8920 MELLANOX MLX5 IB driver
8921 M: Matan Barak <matanb@mellanox.com>
8922 M: Leon Romanovsky <leonro@mellanox.com>
8923 L: linux-rdma@vger.kernel.org
8924 W: http://www.mellanox.com
8925 Q: http://patchwork.kernel.org/project/linux-rdma/list/
8926 S: Supported
8927 F: drivers/infiniband/hw/mlx5/
8928 F: include/linux/mlx5/
8929 F: include/uapi/rdma/mlx5-abi.h
8930
8931 MELLANOX MLXCPLD I2C AND MUX DRIVER
8932 M: Vadim Pasternak <vadimp@mellanox.com>
8933 M: Michael Shych <michaelsh@mellanox.com>
8934 L: linux-i2c@vger.kernel.org
8935 S: Supported
8936 F: drivers/i2c/busses/i2c-mlxcpld.c
8937 F: drivers/i2c/muxes/i2c-mux-mlxcpld.c
8938 F: Documentation/i2c/busses/i2c-mlxcpld
8939
8940 MELLANOX MLXCPLD LED DRIVER
8941 M: Vadim Pasternak <vadimp@mellanox.com>
8942 L: linux-leds@vger.kernel.org
8943 S: Supported
8944 F: drivers/leds/leds-mlxcpld.c
8945 F: Documentation/leds/leds-mlxcpld.txt
8946
8947 MELLANOX PLATFORM DRIVER
8948 M: Vadim Pasternak <vadimp@mellanox.com>
8949 L: platform-driver-x86@vger.kernel.org
8950 S: Supported
8951 F: drivers/platform/x86/mlx-platform.c
8952
8953 MEMBARRIER SUPPORT
8954 M: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8955 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8956 L: linux-kernel@vger.kernel.org
8957 S: Supported
8958 F: kernel/sched/membarrier.c
8959 F: include/uapi/linux/membarrier.h
8960
8961 MEMORY MANAGEMENT
8962 L: linux-mm@kvack.org
8963 W: http://www.linux-mm.org
8964 S: Maintained
8965 F: include/linux/mm.h
8966 F: include/linux/gfp.h
8967 F: include/linux/mmzone.h
8968 F: include/linux/memory_hotplug.h
8969 F: include/linux/vmalloc.h
8970 F: mm/
8971
8972 MEMORY TECHNOLOGY DEVICES (MTD)
8973 M: David Woodhouse <dwmw2@infradead.org>
8974 M: Brian Norris <computersforpeace@gmail.com>
8975 M: Boris Brezillon <boris.brezillon@free-electrons.com>
8976 M: Marek Vasut <marek.vasut@gmail.com>
8977 M: Richard Weinberger <richard@nod.at>
8978 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8979 L: linux-mtd@lists.infradead.org
8980 W: http://www.linux-mtd.infradead.org/
8981 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
8982 T: git git://git.infradead.org/linux-mtd.git master
8983 T: git git://git.infradead.org/l2-mtd.git master
8984 S: Maintained
8985 F: Documentation/devicetree/bindings/mtd/
8986 F: drivers/mtd/
8987 F: include/linux/mtd/
8988 F: include/uapi/mtd/
8989
8990 MEN A21 WATCHDOG DRIVER
8991 M: Johannes Thumshirn <morbidrsa@gmail.com>
8992 L: linux-watchdog@vger.kernel.org
8993 S: Maintained
8994 F: drivers/watchdog/mena21_wdt.c
8995
8996 MEN CHAMELEON BUS (mcb)
8997 M: Johannes Thumshirn <morbidrsa@gmail.com>
8998 S: Maintained
8999 F: drivers/mcb/
9000 F: include/linux/mcb.h
9001 F: Documentation/men-chameleon-bus.txt
9002
9003 MEN F21BMC (Board Management Controller)
9004 M: Andreas Werner <andreas.werner@men.de>
9005 S: Supported
9006 F: drivers/mfd/menf21bmc.c
9007 F: drivers/watchdog/menf21bmc_wdt.c
9008 F: drivers/leds/leds-menf21bmc.c
9009 F: drivers/hwmon/menf21bmc_hwmon.c
9010 F: Documentation/hwmon/menf21bmc
9011
9012 MESON AO CEC DRIVER FOR AMLOGIC SOCS
9013 M: Neil Armstrong <narmstrong@baylibre.com>
9014 L: linux-media@lists.freedesktop.org
9015 L: linux-amlogic@lists.infradead.org
9016 W: http://linux-meson.com/
9017 S: Supported
9018 F: drivers/media/platform/meson/ao-cec.c
9019 F: Documentation/devicetree/bindings/media/meson-ao-cec.txt
9020 T: git git://linuxtv.org/media_tree.git
9021
9022 METAG ARCHITECTURE
9023 M: James Hogan <jhogan@kernel.org>
9024 L: linux-metag@vger.kernel.org
9025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
9026 S: Odd Fixes
9027 F: arch/metag/
9028 F: Documentation/metag/
9029 F: Documentation/devicetree/bindings/metag/
9030 F: Documentation/devicetree/bindings/interrupt-controller/img,*
9031 F: drivers/clocksource/metag_generic.c
9032 F: drivers/irqchip/irq-metag.c
9033 F: drivers/irqchip/irq-metag-ext.c
9034 F: drivers/tty/metag_da.c
9035
9036 MICROBLAZE ARCHITECTURE
9037 M: Michal Simek <monstr@monstr.eu>
9038 W: http://www.monstr.eu/fdt/
9039 T: git git://git.monstr.eu/linux-2.6-microblaze.git
9040 S: Supported
9041 F: arch/microblaze/
9042
9043 MICROCHIP / ATMEL AT91 SERIAL DRIVER
9044 M: Richard Genoud <richard.genoud@gmail.com>
9045 S: Maintained
9046 F: drivers/tty/serial/atmel_serial.c
9047 F: drivers/tty/serial/atmel_serial.h
9048
9049 MICROCHIP / ATMEL DMA DRIVER
9050 M: Ludovic Desroches <ludovic.desroches@microchip.com>
9051 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9052 L: dmaengine@vger.kernel.org
9053 S: Supported
9054 F: drivers/dma/at_hdmac.c
9055 F: drivers/dma/at_hdmac_regs.h
9056 F: include/linux/platform_data/dma-atmel.h
9057
9058 MICROCHIP / ATMEL ECC DRIVER
9059 M: Tudor Ambarus <tudor.ambarus@microchip.com>
9060 L: linux-crypto@vger.kernel.org
9061 S: Maintained
9062 F: drivers/crypto/atmel-ecc.*
9063
9064 MICROCHIP / ATMEL ISC DRIVER
9065 M: Songjun Wu <songjun.wu@microchip.com>
9066 L: linux-media@vger.kernel.org
9067 S: Supported
9068 F: drivers/media/platform/atmel/atmel-isc.c
9069 F: drivers/media/platform/atmel/atmel-isc-regs.h
9070 F: devicetree/bindings/media/atmel-isc.txt
9071
9072 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9073 M: Woojung Huh <Woojung.Huh@microchip.com>
9074 M: Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9075 L: netdev@vger.kernel.org
9076 S: Maintained
9077 F: net/dsa/tag_ksz.c
9078 F: drivers/net/dsa/microchip/*
9079 F: include/linux/platform_data/microchip-ksz.h
9080 F: Documentation/devicetree/bindings/net/dsa/ksz.txt
9081
9082 MICROCHIP USB251XB DRIVER
9083 M: Richard Leitner <richard.leitner@skidata.com>
9084 L: linux-usb@vger.kernel.org
9085 S: Maintained
9086 F: drivers/usb/misc/usb251xb.c
9087 F: Documentation/devicetree/bindings/usb/usb251xb.txt
9088
9089 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
9090 M: Don Brace <don.brace@microsemi.com>
9091 L: esc.storagedev@microsemi.com
9092 L: linux-scsi@vger.kernel.org
9093 S: Supported
9094 F: drivers/scsi/smartpqi/smartpqi*.[ch]
9095 F: drivers/scsi/smartpqi/Kconfig
9096 F: drivers/scsi/smartpqi/Makefile
9097 F: include/linux/cciss*.h
9098 F: include/uapi/linux/cciss*.h
9099 F: Documentation/scsi/smartpqi.txt
9100
9101 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
9102 M: Chen Yu <yu.c.chen@intel.com>
9103 L: platform-driver-x86@vger.kernel.org
9104 S: Supported
9105 F: drivers/platform/x86/surfacepro3_button.c
9106
9107 MICROTEK X6 SCANNER
9108 M: Oliver Neukum <oliver@neukum.org>
9109 S: Maintained
9110 F: drivers/usb/image/microtek.*
9111
9112 MIPS
9113 M: Ralf Baechle <ralf@linux-mips.org>
9114 M: James Hogan <jhogan@kernel.org>
9115 L: linux-mips@linux-mips.org
9116 W: http://www.linux-mips.org/
9117 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
9118 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
9119 S: Supported
9120 F: Documentation/devicetree/bindings/mips/
9121 F: Documentation/mips/
9122 F: arch/mips/
9123
9124 MIPS BOSTON DEVELOPMENT BOARD
9125 M: Paul Burton <paul.burton@mips.com>
9126 L: linux-mips@linux-mips.org
9127 S: Maintained
9128 F: Documentation/devicetree/bindings/clock/img,boston-clock.txt
9129 F: arch/mips/boot/dts/img/boston.dts
9130 F: arch/mips/configs/generic/board-boston.config
9131 F: drivers/clk/imgtec/clk-boston.c
9132 F: include/dt-bindings/clock/boston-clock.h
9133
9134 MIPS GENERIC PLATFORM
9135 M: Paul Burton <paul.burton@mips.com>
9136 L: linux-mips@linux-mips.org
9137 S: Supported
9138 F: Documentation/devicetree/bindings/power/mti,mips-cpc.txt
9139 F: arch/mips/generic/
9140 F: arch/mips/tools/generic-board-config.sh
9141
9142 MIPS/LOONGSON1 ARCHITECTURE
9143 M: Keguang Zhang <keguang.zhang@gmail.com>
9144 L: linux-mips@linux-mips.org
9145 S: Maintained
9146 F: arch/mips/loongson32/
9147 F: arch/mips/include/asm/mach-loongson32/
9148 F: drivers/*/*loongson1*
9149 F: drivers/*/*/*loongson1*
9150
9151 MIPS RINT INSTRUCTION EMULATION
9152 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
9153 L: linux-mips@linux-mips.org
9154 S: Supported
9155 F: arch/mips/math-emu/sp_rint.c
9156 F: arch/mips/math-emu/dp_rint.c
9157
9158 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
9159 M: Hans Verkuil <hverkuil@xs4all.nl>
9160 L: linux-media@vger.kernel.org
9161 T: git git://linuxtv.org/media_tree.git
9162 W: https://linuxtv.org
9163 S: Odd Fixes
9164 F: drivers/media/radio/radio-miropcm20*
9165
9166 MMP SUPPORT
9167 M: Eric Miao <eric.y.miao@gmail.com>
9168 M: Haojian Zhuang <haojian.zhuang@gmail.com>
9169 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9170 T: git git://github.com/hzhuang1/linux.git
9171 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
9172 S: Maintained
9173 F: arch/arm/boot/dts/mmp*
9174 F: arch/arm/mach-mmp/
9175
9176 MN88472 MEDIA DRIVER
9177 M: Antti Palosaari <crope@iki.fi>
9178 L: linux-media@vger.kernel.org
9179 W: https://linuxtv.org
9180 W: http://palosaari.fi/linux/
9181 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9182 S: Maintained
9183 F: drivers/media/dvb-frontends/mn88472*
9184
9185 MN88473 MEDIA DRIVER
9186 M: Antti Palosaari <crope@iki.fi>
9187 L: linux-media@vger.kernel.org
9188 W: https://linuxtv.org
9189 W: http://palosaari.fi/linux/
9190 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9191 S: Maintained
9192 F: drivers/media/dvb-frontends/mn88473*
9193
9194 MODULE SUPPORT
9195 M: Jessica Yu <jeyu@kernel.org>
9196 M: Rusty Russell <rusty@rustcorp.com.au>
9197 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
9198 S: Maintained
9199 F: include/linux/module.h
9200 F: kernel/module.c
9201
9202 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
9203 W: http://popies.net/meye/
9204 S: Orphan
9205 F: Documentation/media/v4l-drivers/meye*
9206 F: drivers/media/pci/meye/
9207 F: include/uapi/linux/meye.h
9208
9209 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
9210 M: Jiri Slaby <jirislaby@gmail.com>
9211 S: Maintained
9212 F: Documentation/serial/moxa-smartio
9213 F: drivers/tty/mxser.*
9214
9215 MR800 AVERMEDIA USB FM RADIO DRIVER
9216 M: Alexey Klimov <klimov.linux@gmail.com>
9217 L: linux-media@vger.kernel.org
9218 T: git git://linuxtv.org/media_tree.git
9219 S: Maintained
9220 F: drivers/media/radio/radio-mr800.c
9221
9222 MRF24J40 IEEE 802.15.4 RADIO DRIVER
9223 M: Alan Ott <alan@signal11.us>
9224 L: linux-wpan@vger.kernel.org
9225 S: Maintained
9226 F: drivers/net/ieee802154/mrf24j40.c
9227 F: Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9228
9229 MSI LAPTOP SUPPORT
9230 M: "Lee, Chun-Yi" <jlee@suse.com>
9231 L: platform-driver-x86@vger.kernel.org
9232 S: Maintained
9233 F: drivers/platform/x86/msi-laptop.c
9234
9235 MSI WMI SUPPORT
9236 L: platform-driver-x86@vger.kernel.org
9237 S: Orphan
9238 F: drivers/platform/x86/msi-wmi.c
9239
9240 MSI001 MEDIA DRIVER
9241 M: Antti Palosaari <crope@iki.fi>
9242 L: linux-media@vger.kernel.org
9243 W: https://linuxtv.org
9244 W: http://palosaari.fi/linux/
9245 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9246 T: git git://linuxtv.org/anttip/media_tree.git
9247 S: Maintained
9248 F: drivers/media/tuners/msi001*
9249
9250 MSI2500 MEDIA DRIVER
9251 M: Antti Palosaari <crope@iki.fi>
9252 L: linux-media@vger.kernel.org
9253 W: https://linuxtv.org
9254 W: http://palosaari.fi/linux/
9255 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9256 T: git git://linuxtv.org/anttip/media_tree.git
9257 S: Maintained
9258 F: drivers/media/usb/msi2500/
9259
9260 MSYSTEMS DISKONCHIP G3 MTD DRIVER
9261 M: Robert Jarzmik <robert.jarzmik@free.fr>
9262 L: linux-mtd@lists.infradead.org
9263 S: Maintained
9264 F: drivers/mtd/devices/docg3*
9265
9266 MT9M032 APTINA SENSOR DRIVER
9267 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9268 L: linux-media@vger.kernel.org
9269 T: git git://linuxtv.org/media_tree.git
9270 S: Maintained
9271 F: drivers/media/i2c/mt9m032.c
9272 F: include/media/i2c/mt9m032.h
9273
9274 MT9P031 APTINA CAMERA SENSOR
9275 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9276 L: linux-media@vger.kernel.org
9277 T: git git://linuxtv.org/media_tree.git
9278 S: Maintained
9279 F: drivers/media/i2c/mt9p031.c
9280 F: include/media/i2c/mt9p031.h
9281
9282 MT9T001 APTINA CAMERA SENSOR
9283 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9284 L: linux-media@vger.kernel.org
9285 T: git git://linuxtv.org/media_tree.git
9286 S: Maintained
9287 F: drivers/media/i2c/mt9t001.c
9288 F: include/media/i2c/mt9t001.h
9289
9290 MT9V032 APTINA CAMERA SENSOR
9291 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9292 L: linux-media@vger.kernel.org
9293 T: git git://linuxtv.org/media_tree.git
9294 S: Maintained
9295 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9296 F: drivers/media/i2c/mt9v032.c
9297 F: include/media/i2c/mt9v032.h
9298
9299 MULTIFUNCTION DEVICES (MFD)
9300 M: Lee Jones <lee.jones@linaro.org>
9301 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9302 S: Supported
9303 F: Documentation/devicetree/bindings/mfd/
9304 F: drivers/mfd/
9305 F: include/linux/mfd/
9306 F: include/dt-bindings/mfd/
9307
9308 MULTIMEDIA CARD (MMC) ETC. OVER SPI
9309 S: Orphan
9310 F: drivers/mmc/host/mmc_spi.c
9311 F: include/linux/spi/mmc_spi.h
9312
9313 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9314 M: Ulf Hansson <ulf.hansson@linaro.org>
9315 L: linux-mmc@vger.kernel.org
9316 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9317 S: Maintained
9318 F: Documentation/devicetree/bindings/mmc/
9319 F: drivers/mmc/
9320 F: include/linux/mmc/
9321 F: include/uapi/linux/mmc/
9322
9323 MULTIPLEXER SUBSYSTEM
9324 M: Peter Rosin <peda@axentia.se>
9325 S: Maintained
9326 F: Documentation/ABI/testing/mux/sysfs-class-mux*
9327 F: Documentation/devicetree/bindings/mux/
9328 F: include/linux/dt-bindings/mux/
9329 F: include/linux/mux/
9330 F: drivers/mux/
9331
9332 MULTITECH MULTIPORT CARD (ISICOM)
9333 S: Orphan
9334 F: drivers/tty/isicom.c
9335 F: include/linux/isicom.h
9336
9337 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9338 M: Bin Liu <b-liu@ti.com>
9339 L: linux-usb@vger.kernel.org
9340 S: Maintained
9341 F: drivers/usb/musb/
9342
9343 MXL5007T MEDIA DRIVER
9344 M: Michael Krufky <mkrufky@linuxtv.org>
9345 L: linux-media@vger.kernel.org
9346 W: https://linuxtv.org
9347 W: http://github.com/mkrufky
9348 Q: http://patchwork.linuxtv.org/project/linux-media/list/
9349 T: git git://linuxtv.org/mkrufky/tuners.git
9350 S: Maintained
9351 F: drivers/media/tuners/mxl5007t.*
9352
9353 MXSFB DRM DRIVER
9354 M: Marek Vasut <marex@denx.de>
9355 S: Supported
9356 F: drivers/gpu/drm/mxsfb/
9357 F: Documentation/devicetree/bindings/display/mxsfb-drm.txt
9358
9359 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9360 M: Chris Lee <christopher.lee@cspi.com>
9361 L: netdev@vger.kernel.org
9362 W: https://www.cspi.com/ethernet-products/support/downloads/
9363 S: Supported
9364 F: drivers/net/ethernet/myricom/myri10ge/
9365
9366 NAND FLASH SUBSYSTEM
9367 M: Boris Brezillon <boris.brezillon@free-electrons.com>
9368 R: Richard Weinberger <richard@nod.at>
9369 L: linux-mtd@lists.infradead.org
9370 W: http://www.linux-mtd.infradead.org/
9371 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
9372 T: git git://git.infradead.org/linux-mtd.git nand/fixes
9373 T: git git://git.infradead.org/l2-mtd.git nand/next
9374 S: Maintained
9375 F: drivers/mtd/nand/
9376 F: include/linux/mtd/*nand*.h
9377
9378 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9379 M: Daniel Mack <zonque@gmail.com>
9380 S: Maintained
9381 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9382 W: http://www.native-instruments.com
9383 F: sound/usb/caiaq/
9384
9385 NATSEMI ETHERNET DRIVER (DP8381x)
9386 S: Orphan
9387 F: drivers/net/ethernet/natsemi/natsemi.c
9388
9389 NCP FILESYSTEM
9390 M: Petr Vandrovec <petr@vandrovec.name>
9391 S: Odd Fixes
9392 F: fs/ncpfs/
9393
9394 NCR 5380 SCSI DRIVERS
9395 M: Finn Thain <fthain@telegraphics.com.au>
9396 M: Michael Schmitz <schmitzmic@gmail.com>
9397 L: linux-scsi@vger.kernel.org
9398 S: Maintained
9399 F: Documentation/scsi/g_NCR5380.txt
9400 F: drivers/scsi/NCR5380.*
9401 F: drivers/scsi/arm/cumana_1.c
9402 F: drivers/scsi/arm/oak.c
9403 F: drivers/scsi/atari_scsi.*
9404 F: drivers/scsi/dmx3191d.c
9405 F: drivers/scsi/g_NCR5380.*
9406 F: drivers/scsi/mac_scsi.*
9407 F: drivers/scsi/sun3_scsi.*
9408 F: drivers/scsi/sun3_scsi_vme.c
9409
9410 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9411 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9412 L: linux-scsi@vger.kernel.org
9413 S: Maintained
9414 F: drivers/scsi/NCR_D700.*
9415
9416 NCT6775 HARDWARE MONITOR DRIVER
9417 M: Guenter Roeck <linux@roeck-us.net>
9418 L: linux-hwmon@vger.kernel.org
9419 S: Maintained
9420 F: Documentation/hwmon/nct6775
9421 F: drivers/hwmon/nct6775.c
9422
9423 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9424 M: Faisal Latif <faisal.latif@intel.com>
9425 L: linux-rdma@vger.kernel.org
9426 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9427 S: Supported
9428 F: drivers/infiniband/hw/nes/
9429 F: include/uapi/rdma/nes-abi.h
9430
9431 NETEM NETWORK EMULATOR
9432 M: Stephen Hemminger <stephen@networkplumber.org>
9433 L: netem@lists.linux-foundation.org (moderated for non-subscribers)
9434 S: Maintained
9435 F: net/sched/sch_netem.c
9436
9437 NETERION 10GbE DRIVERS (s2io/vxge)
9438 M: Jon Mason <jdmason@kudzu.us>
9439 L: netdev@vger.kernel.org
9440 S: Supported
9441 F: Documentation/networking/s2io.txt
9442 F: Documentation/networking/vxge.txt
9443 F: drivers/net/ethernet/neterion/
9444
9445 NETFILTER
9446 M: Pablo Neira Ayuso <pablo@netfilter.org>
9447 M: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9448 M: Florian Westphal <fw@strlen.de>
9449 L: netfilter-devel@vger.kernel.org
9450 L: coreteam@netfilter.org
9451 W: http://www.netfilter.org/
9452 W: http://www.iptables.org/
9453 W: http://www.nftables.org/
9454 Q: http://patchwork.ozlabs.org/project/netfilter-devel/list/
9455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9457 S: Maintained
9458 F: include/linux/netfilter*
9459 F: include/linux/netfilter/
9460 F: include/net/netfilter/
9461 F: include/uapi/linux/netfilter*
9462 F: include/uapi/linux/netfilter/
9463 F: net/*/netfilter.c
9464 F: net/*/netfilter/
9465 F: net/netfilter/
9466 F: net/bridge/br_netfilter*.c
9467
9468 NETROM NETWORK LAYER
9469 M: Ralf Baechle <ralf@linux-mips.org>
9470 L: linux-hams@vger.kernel.org
9471 W: http://www.linux-ax25.org/
9472 S: Maintained
9473 F: include/net/netrom.h
9474 F: include/uapi/linux/netrom.h
9475 F: net/netrom/
9476
9477 NETRONOME ETHERNET DRIVERS
9478 M: Jakub Kicinski <jakub.kicinski@netronome.com>
9479 L: oss-drivers@netronome.com
9480 S: Maintained
9481 F: drivers/net/ethernet/netronome/
9482
9483 NETWORK BLOCK DEVICE (NBD)
9484 M: Josef Bacik <jbacik@fb.com>
9485 S: Maintained
9486 L: linux-block@vger.kernel.org
9487 L: nbd@other.debian.org
9488 F: Documentation/blockdev/nbd.txt
9489 F: drivers/block/nbd.c
9490 F: include/uapi/linux/nbd.h
9491
9492 NETWORK DROP MONITOR
9493 M: Neil Horman <nhorman@tuxdriver.com>
9494 L: netdev@vger.kernel.org
9495 S: Maintained
9496 W: https://fedorahosted.org/dropwatch/
9497 F: net/core/drop_monitor.c
9498
9499 NETWORKING DRIVERS
9500 L: netdev@vger.kernel.org
9501 W: http://www.linuxfoundation.org/en/Net
9502 Q: http://patchwork.ozlabs.org/project/netdev/list/
9503 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9505 S: Odd Fixes
9506 F: Documentation/devicetree/bindings/net/
9507 F: drivers/net/
9508 F: include/linux/if_*
9509 F: include/linux/netdevice.h
9510 F: include/linux/etherdevice.h
9511 F: include/linux/fcdevice.h
9512 F: include/linux/fddidevice.h
9513 F: include/linux/hippidevice.h
9514 F: include/linux/inetdevice.h
9515 F: include/uapi/linux/if_*
9516 F: include/uapi/linux/netdevice.h
9517
9518 NETWORKING DRIVERS (WIRELESS)
9519 M: Kalle Valo <kvalo@codeaurora.org>
9520 L: linux-wireless@vger.kernel.org
9521 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9524 S: Maintained
9525 F: Documentation/devicetree/bindings/net/wireless/
9526 F: drivers/net/wireless/
9527
9528 NETWORKING [DSA]
9529 M: Andrew Lunn <andrew@lunn.ch>
9530 M: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9531 M: Florian Fainelli <f.fainelli@gmail.com>
9532 S: Maintained
9533 F: net/dsa/
9534 F: include/net/dsa.h
9535 F: include/linux/dsa/
9536 F: drivers/net/dsa/
9537
9538 NETWORKING [GENERAL]
9539 M: "David S. Miller" <davem@davemloft.net>
9540 L: netdev@vger.kernel.org
9541 W: http://www.linuxfoundation.org/en/Net
9542 Q: http://patchwork.ozlabs.org/project/netdev/list/
9543 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9545 B: mailto:netdev@vger.kernel.org
9546 S: Maintained
9547 F: net/
9548 F: include/net/
9549 F: include/linux/in.h
9550 F: include/linux/net.h
9551 F: include/linux/netdevice.h
9552 F: include/uapi/linux/in.h
9553 F: include/uapi/linux/net.h
9554 F: include/uapi/linux/netdevice.h
9555 F: include/uapi/linux/net_namespace.h
9556 F: tools/testing/selftests/net/
9557 F: lib/net_utils.c
9558 F: lib/random32.c
9559
9560 NETWORKING [IPSEC]
9561 M: Steffen Klassert <steffen.klassert@secunet.com>
9562 M: Herbert Xu <herbert@gondor.apana.org.au>
9563 M: "David S. Miller" <davem@davemloft.net>
9564 L: netdev@vger.kernel.org
9565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9567 S: Maintained
9568 F: net/core/flow.c
9569 F: net/xfrm/
9570 F: net/key/
9571 F: net/ipv4/xfrm*
9572 F: net/ipv4/esp4*
9573 F: net/ipv4/ah4.c
9574 F: net/ipv4/ipcomp.c
9575 F: net/ipv4/ip_vti.c
9576 F: net/ipv6/xfrm*
9577 F: net/ipv6/esp6*
9578 F: net/ipv6/ah6.c
9579 F: net/ipv6/ipcomp6.c
9580 F: net/ipv6/ip6_vti.c
9581 F: include/uapi/linux/xfrm.h
9582 F: include/net/xfrm.h
9583
9584 NETWORKING [IPv4/IPv6]
9585 M: "David S. Miller" <davem@davemloft.net>
9586 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9587 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9588 L: netdev@vger.kernel.org
9589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9590 S: Maintained
9591 F: net/ipv4/
9592 F: net/ipv6/
9593 F: include/net/ip*
9594 F: arch/x86/net/*
9595
9596 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
9597 M: Paul Moore <paul@paul-moore.com>
9598 W: https://github.com/netlabel
9599 L: netdev@vger.kernel.org
9600 L: linux-security-module@vger.kernel.org
9601 S: Maintained
9602 F: Documentation/netlabel/
9603 F: include/net/calipso.h
9604 F: include/net/cipso_ipv4.h
9605 F: include/net/netlabel.h
9606 F: include/uapi/linux/netfilter/xt_SECMARK.h
9607 F: include/uapi/linux/netfilter/xt_CONNSECMARK.h
9608 F: net/netlabel/
9609 F: net/ipv4/cipso_ipv4.c
9610 F: net/ipv6/calipso.c
9611 F: net/netfilter/xt_CONNSECMARK.c
9612 F: net/netfilter/xt_SECMARK.c
9613
9614 NETWORKING [TLS]
9615 M: Ilya Lesokhin <ilyal@mellanox.com>
9616 M: Aviad Yehezkel <aviadye@mellanox.com>
9617 M: Dave Watson <davejwatson@fb.com>
9618 L: netdev@vger.kernel.org
9619 S: Maintained
9620 F: net/tls/*
9621 F: include/uapi/linux/tls.h
9622 F: include/net/tls.h
9623
9624 NETWORKING [WIRELESS]
9625 L: linux-wireless@vger.kernel.org
9626 Q: http://patchwork.kernel.org/project/linux-wireless/list/
9627
9628 NETXEN (1/10) GbE SUPPORT
9629 M: Manish Chopra <manish.chopra@cavium.com>
9630 M: Rahul Verma <rahul.verma@cavium.com>
9631 M: Dept-GELinuxNICDev@cavium.com
9632 L: netdev@vger.kernel.org
9633 S: Supported
9634 F: drivers/net/ethernet/qlogic/netxen/
9635
9636 NFC SUBSYSTEM
9637 M: Samuel Ortiz <sameo@linux.intel.com>
9638 L: linux-wireless@vger.kernel.org
9639 L: linux-nfc@lists.01.org (subscribers-only)
9640 S: Supported
9641 F: net/nfc/
9642 F: include/net/nfc/
9643 F: include/uapi/linux/nfc.h
9644 F: drivers/nfc/
9645 F: include/linux/platform_data/nfcmrvl.h
9646 F: include/linux/platform_data/nxp-nci.h
9647 F: Documentation/devicetree/bindings/net/nfc/
9648
9649 NFS, SUNRPC, AND LOCKD CLIENTS
9650 M: Trond Myklebust <trond.myklebust@primarydata.com>
9651 M: Anna Schumaker <anna.schumaker@netapp.com>
9652 L: linux-nfs@vger.kernel.org
9653 W: http://client.linux-nfs.org
9654 T: git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9655 S: Maintained
9656 F: fs/lockd/
9657 F: fs/nfs/
9658 F: fs/nfs_common/
9659 F: net/sunrpc/
9660 F: include/linux/lockd/
9661 F: include/linux/nfs*
9662 F: include/linux/sunrpc/
9663 F: include/uapi/linux/nfs*
9664 F: include/uapi/linux/sunrpc/
9665
9666 NILFS2 FILESYSTEM
9667 M: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9668 L: linux-nilfs@vger.kernel.org
9669 W: https://nilfs.sourceforge.io/
9670 W: https://nilfs.osdn.jp/
9671 T: git git://github.com/konis/nilfs2.git
9672 S: Supported
9673 F: Documentation/filesystems/nilfs2.txt
9674 F: fs/nilfs2/
9675 F: include/trace/events/nilfs2.h
9676 F: include/uapi/linux/nilfs2_api.h
9677 F: include/uapi/linux/nilfs2_ondisk.h
9678
9679 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9680 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9681 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9682 S: Maintained
9683 F: Documentation/scsi/NinjaSCSI.txt
9684 F: drivers/scsi/pcmcia/nsp_*
9685
9686 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9687 M: GOTO Masanori <gotom@debian.or.jp>
9688 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9689 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9690 S: Maintained
9691 F: Documentation/scsi/NinjaSCSI.txt
9692 F: drivers/scsi/nsp32*
9693
9694 NIOS2 ARCHITECTURE
9695 M: Ley Foon Tan <lftan@altera.com>
9696 L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9697 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9698 S: Maintained
9699 F: arch/nios2/
9700
9701 NOHZ, DYNTICKS SUPPORT
9702 M: Frederic Weisbecker <fweisbec@gmail.com>
9703 M: Thomas Gleixner <tglx@linutronix.de>
9704 M: Ingo Molnar <mingo@kernel.org>
9705 L: linux-kernel@vger.kernel.org
9706 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9707 S: Maintained
9708 F: kernel/time/tick*.*
9709 F: include/linux/tick.h
9710 F: include/linux/sched/nohz.h
9711
9712 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9713 M: Pavel Machek <pavel@ucw.cz>
9714 M: Sakari Ailus <sakari.ailus@iki.fi>
9715 L: linux-media@vger.kernel.org
9716 S: Maintained
9717 F: drivers/media/i2c/et8ek8
9718 F: drivers/media/i2c/ad5820.c
9719
9720 NOKIA N900 POWER SUPPLY DRIVERS
9721 R: Pali Rohár <pali.rohar@gmail.com>
9722 F: include/linux/power/bq2415x_charger.h
9723 F: include/linux/power/bq27xxx_battery.h
9724 F: include/linux/power/isp1704_charger.h
9725 F: drivers/power/supply/bq2415x_charger.c
9726 F: drivers/power/supply/bq27xxx_battery.c
9727 F: drivers/power/supply/bq27xxx_battery_i2c.c
9728 F: drivers/power/supply/isp1704_charger.c
9729 F: drivers/power/supply/rx51_battery.c
9730
9731 NTB AMD DRIVER
9732 M: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9733 L: linux-ntb@googlegroups.com
9734 S: Supported
9735 F: drivers/ntb/hw/amd/
9736
9737 NTB DRIVER CORE
9738 M: Jon Mason <jdmason@kudzu.us>
9739 M: Dave Jiang <dave.jiang@intel.com>
9740 M: Allen Hubbe <Allen.Hubbe@emc.com>
9741 L: linux-ntb@googlegroups.com
9742 S: Supported
9743 W: https://github.com/jonmason/ntb/wiki
9744 T: git git://github.com/jonmason/ntb.git
9745 F: drivers/ntb/
9746 F: drivers/net/ntb_netdev.c
9747 F: include/linux/ntb.h
9748 F: include/linux/ntb_transport.h
9749 F: tools/testing/selftests/ntb/
9750
9751 NTB IDT DRIVER
9752 M: Serge Semin <fancer.lancer@gmail.com>
9753 L: linux-ntb@googlegroups.com
9754 S: Supported
9755 F: drivers/ntb/hw/idt/
9756
9757 NTB INTEL DRIVER
9758 M: Dave Jiang <dave.jiang@intel.com>
9759 L: linux-ntb@googlegroups.com
9760 S: Supported
9761 W: https://github.com/davejiang/linux/wiki
9762 T: git https://github.com/davejiang/linux.git
9763 F: drivers/ntb/hw/intel/
9764
9765 NTFS FILESYSTEM
9766 M: Anton Altaparmakov <anton@tuxera.com>
9767 L: linux-ntfs-dev@lists.sourceforge.net
9768 W: http://www.tuxera.com/
9769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9770 S: Supported
9771 F: Documentation/filesystems/ntfs.txt
9772 F: fs/ntfs/
9773
9774 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9775 M: Antonino Daplas <adaplas@gmail.com>
9776 L: linux-fbdev@vger.kernel.org
9777 S: Maintained
9778 F: drivers/video/fbdev/riva/
9779 F: drivers/video/fbdev/nvidia/
9780
9781 NVM EXPRESS DRIVER
9782 M: Keith Busch <keith.busch@intel.com>
9783 M: Jens Axboe <axboe@fb.com>
9784 M: Christoph Hellwig <hch@lst.de>
9785 M: Sagi Grimberg <sagi@grimberg.me>
9786 L: linux-nvme@lists.infradead.org
9787 T: git://git.infradead.org/nvme.git
9788 W: http://git.infradead.org/nvme.git
9789 S: Supported
9790 F: drivers/nvme/host/
9791 F: include/linux/nvme.h
9792 F: include/uapi/linux/nvme_ioctl.h
9793
9794 NVM EXPRESS FC TRANSPORT DRIVERS
9795 M: James Smart <james.smart@broadcom.com>
9796 L: linux-nvme@lists.infradead.org
9797 S: Supported
9798 F: include/linux/nvme-fc.h
9799 F: include/linux/nvme-fc-driver.h
9800 F: drivers/nvme/host/fc.c
9801 F: drivers/nvme/target/fc.c
9802 F: drivers/nvme/target/fcloop.c
9803
9804 NVM EXPRESS TARGET DRIVER
9805 M: Christoph Hellwig <hch@lst.de>
9806 M: Sagi Grimberg <sagi@grimberg.me>
9807 L: linux-nvme@lists.infradead.org
9808 T: git://git.infradead.org/nvme.git
9809 W: http://git.infradead.org/nvme.git
9810 S: Supported
9811 F: drivers/nvme/target/
9812
9813 NVMEM FRAMEWORK
9814 M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9815 S: Maintained
9816 F: drivers/nvmem/
9817 F: Documentation/devicetree/bindings/nvmem/
9818 F: Documentation/ABI/stable/sysfs-bus-nvmem
9819 F: include/linux/nvmem-consumer.h
9820 F: include/linux/nvmem-provider.h
9821
9822 NXP TDA998X DRM DRIVER
9823 M: Russell King <linux@armlinux.org.uk>
9824 S: Supported
9825 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9826 T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9827 F: drivers/gpu/drm/i2c/tda998x_drv.c
9828 F: include/drm/i2c/tda998x.h
9829
9830 NXP TFA9879 DRIVER
9831 M: Peter Rosin <peda@axentia.se>
9832 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9833 S: Maintained
9834 F: sound/soc/codecs/tfa9879*
9835
9836 NXP-NCI NFC DRIVER
9837 M: Clément Perrochaud <clement.perrochaud@effinnov.com>
9838 R: Charles Gorand <charles.gorand@effinnov.com>
9839 L: linux-nfc@lists.01.org (moderated for non-subscribers)
9840 S: Supported
9841 F: drivers/nfc/nxp-nci
9842
9843 OBJTOOL
9844 M: Josh Poimboeuf <jpoimboe@redhat.com>
9845 S: Supported
9846 F: tools/objtool/
9847
9848 OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER
9849 M: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
9850 M: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
9851 L: linuxppc-dev@lists.ozlabs.org
9852 S: Supported
9853 F: arch/powerpc/platforms/powernv/ocxl.c
9854 F: arch/powerpc/include/asm/pnv-ocxl.h
9855 F: drivers/misc/ocxl/
9856 F: include/misc/ocxl*
9857 F: include/uapi/misc/ocxl.h
9858 F: Documentation/accelerators/ocxl.txt
9859
9860 OMAP AUDIO SUPPORT
9861 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
9862 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
9863 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
9864 L: linux-omap@vger.kernel.org
9865 S: Maintained
9866 F: sound/soc/omap/
9867
9868 OMAP CLOCK FRAMEWORK SUPPORT
9869 M: Paul Walmsley <paul@pwsan.com>
9870 L: linux-omap@vger.kernel.org
9871 S: Maintained
9872 F: arch/arm/*omap*/*clock*
9873
9874 OMAP DEVICE TREE SUPPORT
9875 M: Benoît Cousson <bcousson@baylibre.com>
9876 M: Tony Lindgren <tony@atomide.com>
9877 L: linux-omap@vger.kernel.org
9878 L: devicetree@vger.kernel.org
9879 S: Maintained
9880 F: arch/arm/boot/dts/*omap*
9881 F: arch/arm/boot/dts/*am3*
9882 F: arch/arm/boot/dts/*am4*
9883 F: arch/arm/boot/dts/*am5*
9884 F: arch/arm/boot/dts/*dra7*
9885
9886 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9887 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9888 L: linux-omap@vger.kernel.org
9889 L: linux-fbdev@vger.kernel.org
9890 S: Maintained
9891 F: drivers/video/fbdev/omap2/
9892 F: Documentation/arm/OMAP/DSS
9893
9894 OMAP FRAMEBUFFER SUPPORT
9895 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
9896 L: linux-fbdev@vger.kernel.org
9897 L: linux-omap@vger.kernel.org
9898 S: Maintained
9899 F: drivers/video/fbdev/omap/
9900
9901 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9902 M: Roger Quadros <rogerq@ti.com>
9903 M: Tony Lindgren <tony@atomide.com>
9904 L: linux-omap@vger.kernel.org
9905 S: Maintained
9906 F: drivers/memory/omap-gpmc.c
9907 F: arch/arm/mach-omap2/*gpmc*
9908
9909 OMAP GPIO DRIVER
9910 M: Grygorii Strashko <grygorii.strashko@ti.com>
9911 M: Santosh Shilimkar <ssantosh@kernel.org>
9912 M: Kevin Hilman <khilman@kernel.org>
9913 L: linux-omap@vger.kernel.org
9914 S: Maintained
9915 F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
9916 F: drivers/gpio/gpio-omap.c
9917
9918 OMAP HARDWARE SPINLOCK SUPPORT
9919 M: Ohad Ben-Cohen <ohad@wizery.com>
9920 L: linux-omap@vger.kernel.org
9921 S: Maintained
9922 F: drivers/hwspinlock/omap_hwspinlock.c
9923
9924 OMAP HS MMC SUPPORT
9925 L: linux-mmc@vger.kernel.org
9926 L: linux-omap@vger.kernel.org
9927 S: Orphan
9928 F: drivers/mmc/host/omap_hsmmc.c
9929
9930 OMAP HWMOD DATA
9931 M: Paul Walmsley <paul@pwsan.com>
9932 L: linux-omap@vger.kernel.org
9933 S: Maintained
9934 F: arch/arm/mach-omap2/omap_hwmod*data*
9935
9936 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9937 M: Benoît Cousson <bcousson@baylibre.com>
9938 L: linux-omap@vger.kernel.org
9939 S: Maintained
9940 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9941
9942 OMAP HWMOD SUPPORT
9943 M: Benoît Cousson <bcousson@baylibre.com>
9944 M: Paul Walmsley <paul@pwsan.com>
9945 L: linux-omap@vger.kernel.org
9946 S: Maintained
9947 F: arch/arm/mach-omap2/omap_hwmod.*
9948
9949 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9950 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9951 L: linux-media@vger.kernel.org
9952 S: Maintained
9953 F: Documentation/devicetree/bindings/media/ti,omap3isp.txt
9954 F: drivers/media/platform/omap3isp/
9955 F: drivers/staging/media/omap4iss/
9956
9957 OMAP MMC SUPPORT
9958 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
9959 L: linux-omap@vger.kernel.org
9960 S: Maintained
9961 F: drivers/mmc/host/omap.c
9962
9963 OMAP POWER MANAGEMENT SUPPORT
9964 M: Kevin Hilman <khilman@kernel.org>
9965 L: linux-omap@vger.kernel.org
9966 S: Maintained
9967 F: arch/arm/*omap*/*pm*
9968 F: drivers/cpufreq/omap-cpufreq.c
9969
9970 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9971 M: Rajendra Nayak <rnayak@codeaurora.org>
9972 M: Paul Walmsley <paul@pwsan.com>
9973 L: linux-omap@vger.kernel.org
9974 S: Maintained
9975 F: arch/arm/mach-omap2/prm*
9976
9977 OMAP RANDOM NUMBER GENERATOR SUPPORT
9978 M: Deepak Saxena <dsaxena@plexity.net>
9979 S: Maintained
9980 F: drivers/char/hw_random/omap-rng.c
9981
9982 OMAP USB SUPPORT
9983 L: linux-usb@vger.kernel.org
9984 L: linux-omap@vger.kernel.org
9985 S: Orphan
9986 F: drivers/usb/*/*omap*
9987 F: arch/arm/*omap*/usb*
9988
9989 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9990 M: Mark Jackson <mpfj@newflow.co.uk>
9991 L: linux-omap@vger.kernel.org
9992 S: Maintained
9993 F: arch/arm/boot/dts/am335x-nano.dts
9994
9995 OMAP1 SUPPORT
9996 M: Aaro Koskinen <aaro.koskinen@iki.fi>
9997 M: Tony Lindgren <tony@atomide.com>
9998 L: linux-omap@vger.kernel.org
9999 Q: http://patchwork.kernel.org/project/linux-omap/list/
10000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
10001 S: Maintained
10002 F: arch/arm/mach-omap1/
10003 F: arch/arm/plat-omap/
10004 F: arch/arm/configs/omap1_defconfig
10005 F: drivers/i2c/busses/i2c-omap.c
10006 F: include/linux/i2c-omap.h
10007
10008 OMAP2+ SUPPORT
10009 M: Tony Lindgren <tony@atomide.com>
10010 L: linux-omap@vger.kernel.org
10011 W: http://www.muru.com/linux/omap/
10012 W: http://linux.omap.com/
10013 Q: http://patchwork.kernel.org/project/linux-omap/list/
10014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
10015 S: Maintained
10016 F: arch/arm/mach-omap2/
10017 F: arch/arm/plat-omap/
10018 F: arch/arm/configs/omap2plus_defconfig
10019 F: drivers/i2c/busses/i2c-omap.c
10020 F: drivers/irqchip/irq-omap-intc.c
10021 F: drivers/mfd/*omap*.c
10022 F: drivers/mfd/menelaus.c
10023 F: drivers/mfd/palmas.c
10024 F: drivers/mfd/tps65217.c
10025 F: drivers/mfd/tps65218.c
10026 F: drivers/mfd/tps65910.c
10027 F: drivers/mfd/twl-core.[ch]
10028 F: drivers/mfd/twl4030*.c
10029 F: drivers/mfd/twl6030*.c
10030 F: drivers/mfd/twl6040*.c
10031 F: drivers/regulator/palmas-regulator*.c
10032 F: drivers/regulator/pbias-regulator.c
10033 F: drivers/regulator/tps65217-regulator.c
10034 F: drivers/regulator/tps65218-regulator.c
10035 F: drivers/regulator/tps65910-regulator.c
10036 F: drivers/regulator/twl-regulator.c
10037 F: drivers/regulator/twl6030-regulator.c
10038 F: include/linux/i2c-omap.h
10039
10040 ONION OMEGA2+ BOARD
10041 M: Harvey Hunt <harveyhuntnexus@gmail.com>
10042 L: linux-mips@linux-mips.org
10043 S: Maintained
10044 F: arch/mips/boot/dts/ralink/omega2p.dts
10045
10046 OMFS FILESYSTEM
10047 M: Bob Copeland <me@bobcopeland.com>
10048 L: linux-karma-devel@lists.sourceforge.net
10049 S: Maintained
10050 F: Documentation/filesystems/omfs.txt
10051 F: fs/omfs/
10052
10053 OMNIKEY CARDMAN 4000 DRIVER
10054 M: Harald Welte <laforge@gnumonks.org>
10055 S: Maintained
10056 F: drivers/char/pcmcia/cm4000_cs.c
10057 F: include/linux/cm4000_cs.h
10058 F: include/uapi/linux/cm4000_cs.h
10059
10060 OMNIKEY CARDMAN 4040 DRIVER
10061 M: Harald Welte <laforge@gnumonks.org>
10062 S: Maintained
10063 F: drivers/char/pcmcia/cm4040_cs.*
10064
10065 OMNIVISION OV13858 SENSOR DRIVER
10066 M: Sakari Ailus <sakari.ailus@linux.intel.com>
10067 L: linux-media@vger.kernel.org
10068 T: git git://linuxtv.org/media_tree.git
10069 S: Maintained
10070 F: drivers/media/i2c/ov13858.c
10071
10072 OMNIVISION OV5640 SENSOR DRIVER
10073 M: Steve Longerbeam <slongerbeam@gmail.com>
10074 L: linux-media@vger.kernel.org
10075 T: git git://linuxtv.org/media_tree.git
10076 S: Maintained
10077 F: drivers/media/i2c/ov5640.c
10078
10079 OMNIVISION OV5647 SENSOR DRIVER
10080 M: Luis Oliveira <lolivei@synopsys.com>
10081 L: linux-media@vger.kernel.org
10082 T: git git://linuxtv.org/media_tree.git
10083 S: Maintained
10084 F: drivers/media/i2c/ov5647.c
10085
10086 OMNIVISION OV7670 SENSOR DRIVER
10087 M: Jonathan Corbet <corbet@lwn.net>
10088 L: linux-media@vger.kernel.org
10089 T: git git://linuxtv.org/media_tree.git
10090 S: Maintained
10091 F: drivers/media/i2c/ov7670.c
10092 F: Documentation/devicetree/bindings/media/i2c/ov7670.txt
10093
10094 ONENAND FLASH DRIVER
10095 M: Kyungmin Park <kyungmin.park@samsung.com>
10096 L: linux-mtd@lists.infradead.org
10097 S: Maintained
10098 F: drivers/mtd/onenand/
10099 F: include/linux/mtd/onenand*.h
10100
10101 ONSTREAM SCSI TAPE DRIVER
10102 M: Willem Riede <osst@riede.org>
10103 L: osst-users@lists.sourceforge.net
10104 L: linux-scsi@vger.kernel.org
10105 S: Maintained
10106 F: Documentation/scsi/osst.txt
10107 F: drivers/scsi/osst.*
10108 F: drivers/scsi/osst_*.h
10109 F: drivers/scsi/st.h
10110
10111 OP-TEE DRIVER
10112 M: Jens Wiklander <jens.wiklander@linaro.org>
10113 S: Maintained
10114 F: drivers/tee/optee/
10115
10116 OPA-VNIC DRIVER
10117 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
10118 M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
10119 L: linux-rdma@vger.kernel.org
10120 S: Supported
10121 F: drivers/infiniband/ulp/opa_vnic
10122
10123 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
10124 M: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
10125 L: devicetree@vger.kernel.org
10126 S: Maintained
10127 F: Documentation/devicetree/dynamic-resolution-notes.txt
10128 F: Documentation/devicetree/overlay-notes.txt
10129 F: drivers/of/overlay.c
10130 F: drivers/of/resolver.c
10131
10132 OPEN FIRMWARE AND FLATTENED DEVICE TREE
10133 M: Rob Herring <robh+dt@kernel.org>
10134 M: Frank Rowand <frowand.list@gmail.com>
10135 L: devicetree@vger.kernel.org
10136 W: http://www.devicetree.org/
10137 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10138 S: Maintained
10139 F: drivers/of/
10140 F: include/linux/of*.h
10141 F: scripts/dtc/
10142 F: Documentation/ABI/testing/sysfs-firmware-ofw
10143
10144 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
10145 M: Rob Herring <robh+dt@kernel.org>
10146 M: Mark Rutland <mark.rutland@arm.com>
10147 L: devicetree@vger.kernel.org
10148 T: git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10149 Q: http://patchwork.ozlabs.org/project/devicetree-bindings/list/
10150 S: Maintained
10151 F: Documentation/devicetree/
10152 F: arch/*/boot/dts/
10153 F: include/dt-bindings/
10154
10155 OPENCORES I2C BUS DRIVER
10156 M: Peter Korsgaard <jacmet@sunsite.dk>
10157 L: linux-i2c@vger.kernel.org
10158 S: Maintained
10159 F: Documentation/i2c/busses/i2c-ocores
10160 F: drivers/i2c/busses/i2c-ocores.c
10161
10162 OPENRISC ARCHITECTURE
10163 M: Jonas Bonn <jonas@southpole.se>
10164 M: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
10165 M: Stafford Horne <shorne@gmail.com>
10166 T: git git://github.com/openrisc/linux.git
10167 L: openrisc@lists.librecores.org
10168 W: http://openrisc.io
10169 S: Maintained
10170 F: Documentation/devicetree/bindings/openrisc/
10171 F: Documentation/openrisc/
10172 F: arch/openrisc/
10173 F: drivers/irqchip/irq-ompic.c
10174 F: drivers/irqchip/irq-or1k-*
10175
10176 OPENVSWITCH
10177 M: Pravin B Shelar <pshelar@ovn.org>
10178 L: netdev@vger.kernel.org
10179 L: dev@openvswitch.org
10180 W: http://openvswitch.org
10181 S: Maintained
10182 F: net/openvswitch/
10183 F: include/uapi/linux/openvswitch.h
10184
10185 OPERATING PERFORMANCE POINTS (OPP)
10186 M: Viresh Kumar <vireshk@kernel.org>
10187 M: Nishanth Menon <nm@ti.com>
10188 M: Stephen Boyd <sboyd@codeaurora.org>
10189 L: linux-pm@vger.kernel.org
10190 S: Maintained
10191 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
10192 F: drivers/opp/
10193 F: include/linux/pm_opp.h
10194 F: Documentation/power/opp.txt
10195 F: Documentation/devicetree/bindings/opp/
10196
10197 OPL4 DRIVER
10198 M: Clemens Ladisch <clemens@ladisch.de>
10199 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
10200 T: git git://git.alsa-project.org/alsa-kernel.git
10201 S: Maintained
10202 F: sound/drivers/opl4/
10203
10204 OPROFILE
10205 M: Robert Richter <rric@kernel.org>
10206 L: oprofile-list@lists.sf.net
10207 S: Maintained
10208 F: arch/*/include/asm/oprofile*.h
10209 F: arch/*/oprofile/
10210 F: drivers/oprofile/
10211 F: include/linux/oprofile.h
10212
10213 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
10214 M: Mark Fasheh <mfasheh@versity.com>
10215 M: Joel Becker <jlbec@evilplan.org>
10216 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
10217 W: http://ocfs2.wiki.kernel.org
10218 S: Supported
10219 F: Documentation/filesystems/ocfs2.txt
10220 F: Documentation/filesystems/dlmfs.txt
10221 F: fs/ocfs2/
10222
10223 ORANGEFS FILESYSTEM
10224 M: Mike Marshall <hubcap@omnibond.com>
10225 L: pvfs2-developers@beowulf-underground.org (subscribers-only)
10226 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
10227 S: Supported
10228 F: fs/orangefs/
10229 F: Documentation/filesystems/orangefs.txt
10230
10231 ORINOCO DRIVER
10232 L: linux-wireless@vger.kernel.org
10233 W: http://wireless.kernel.org/en/users/Drivers/orinoco
10234 W: http://www.nongnu.org/orinoco/
10235 S: Orphan
10236 F: drivers/net/wireless/intersil/orinoco/
10237
10238 OSD LIBRARY and FILESYSTEM
10239 M: Boaz Harrosh <ooo@electrozaur.com>
10240 S: Maintained
10241 F: drivers/scsi/osd/
10242 F: include/scsi/osd_*
10243 F: fs/exofs/
10244
10245 OV2659 OMNIVISION SENSOR DRIVER
10246 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10247 L: linux-media@vger.kernel.org
10248 W: https://linuxtv.org
10249 Q: http://patchwork.linuxtv.org/project/linux-media/list/
10250 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10251 S: Maintained
10252 F: drivers/media/i2c/ov2659.c
10253 F: include/media/i2c/ov2659.h
10254
10255 OVERLAY FILESYSTEM
10256 M: Miklos Szeredi <miklos@szeredi.hu>
10257 L: linux-unionfs@vger.kernel.org
10258 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
10259 S: Supported
10260 F: fs/overlayfs/
10261 F: Documentation/filesystems/overlayfs.txt
10262
10263 P54 WIRELESS DRIVER
10264 M: Christian Lamparter <chunkeey@googlemail.com>
10265 L: linux-wireless@vger.kernel.org
10266 W: http://wireless.kernel.org/en/users/Drivers/p54
10267 S: Maintained
10268 F: drivers/net/wireless/intersil/p54/
10269
10270 PA SEMI ETHERNET DRIVER
10271 L: netdev@vger.kernel.org
10272 S: Orphan
10273 F: drivers/net/ethernet/pasemi/*
10274
10275 PA SEMI SMBUS DRIVER
10276 L: linux-i2c@vger.kernel.org
10277 S: Orphan
10278 F: drivers/i2c/busses/i2c-pasemi.c
10279
10280 PADATA PARALLEL EXECUTION MECHANISM
10281 M: Steffen Klassert <steffen.klassert@secunet.com>
10282 L: linux-crypto@vger.kernel.org
10283 S: Maintained
10284 F: kernel/padata.c
10285 F: include/linux/padata.h
10286 F: Documentation/padata.txt
10287
10288 PANASONIC LAPTOP ACPI EXTRAS DRIVER
10289 M: Harald Welte <laforge@gnumonks.org>
10290 L: platform-driver-x86@vger.kernel.org
10291 S: Maintained
10292 F: drivers/platform/x86/panasonic-laptop.c
10293
10294 PANASONIC MN10300/AM33/AM34 PORT
10295 M: David Howells <dhowells@redhat.com>
10296 L: linux-am33-list@redhat.com (moderated for non-subscribers)
10297 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
10298 S: Maintained
10299 F: Documentation/mn10300/
10300 F: arch/mn10300/
10301
10302 PARALLEL LCD/KEYPAD PANEL DRIVER
10303 M: Willy Tarreau <willy@haproxy.com>
10304 M: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
10305 S: Odd Fixes
10306 F: Documentation/misc-devices/lcd-panel-cgram.txt
10307 F: drivers/misc/panel.c
10308
10309 PARALLEL PORT SUBSYSTEM
10310 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10311 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
10312 L: linux-parport@lists.infradead.org (subscribers-only)
10313 S: Maintained
10314 F: drivers/parport/
10315 F: include/linux/parport*.h
10316 F: drivers/char/ppdev.c
10317 F: include/uapi/linux/ppdev.h
10318 F: Documentation/parport*.txt
10319
10320 PARAVIRT_OPS INTERFACE
10321 M: Juergen Gross <jgross@suse.com>
10322 M: Alok Kataria <akataria@vmware.com>
10323 M: Rusty Russell <rusty@rustcorp.com.au>
10324 L: virtualization@lists.linux-foundation.org
10325 S: Supported
10326 F: Documentation/virtual/paravirt_ops.txt
10327 F: arch/*/kernel/paravirt*
10328 F: arch/*/include/asm/paravirt*.h
10329 F: include/linux/hypervisor.h
10330
10331 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
10332 M: Tim Waugh <tim@cyberelk.net>
10333 L: linux-parport@lists.infradead.org (subscribers-only)
10334 S: Maintained
10335 F: Documentation/blockdev/paride.txt
10336 F: drivers/block/paride/
10337
10338 PARISC ARCHITECTURE
10339 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
10340 M: Helge Deller <deller@gmx.de>
10341 L: linux-parisc@vger.kernel.org
10342 W: http://www.parisc-linux.org/
10343 Q: http://patchwork.kernel.org/project/linux-parisc/list/
10344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
10345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
10346 S: Maintained
10347 F: arch/parisc/
10348 F: Documentation/parisc/
10349 F: drivers/parisc/
10350 F: drivers/char/agp/parisc-agp.c
10351 F: drivers/input/serio/gscps2.c
10352 F: drivers/parport/parport_gsc.*
10353 F: drivers/tty/serial/8250/8250_gsc.c
10354 F: drivers/video/fbdev/sti*
10355 F: drivers/video/console/sti*
10356 F: drivers/video/logo/logo_parisc*
10357
10358 PARMAN
10359 M: Jiri Pirko <jiri@mellanox.com>
10360 L: netdev@vger.kernel.org
10361 S: Supported
10362 F: lib/parman.c
10363 F: lib/test_parman.c
10364 F: include/linux/parman.h
10365
10366 PC87360 HARDWARE MONITORING DRIVER
10367 M: Jim Cromie <jim.cromie@gmail.com>
10368 L: linux-hwmon@vger.kernel.org
10369 S: Maintained
10370 F: Documentation/hwmon/pc87360
10371 F: drivers/hwmon/pc87360.c
10372
10373 PC8736x GPIO DRIVER
10374 M: Jim Cromie <jim.cromie@gmail.com>
10375 S: Maintained
10376 F: drivers/char/pc8736x_gpio.c
10377
10378 PC87427 HARDWARE MONITORING DRIVER
10379 M: Jean Delvare <jdelvare@suse.com>
10380 L: linux-hwmon@vger.kernel.org
10381 S: Maintained
10382 F: Documentation/hwmon/pc87427
10383 F: drivers/hwmon/pc87427.c
10384
10385 PCA9532 LED DRIVER
10386 M: Riku Voipio <riku.voipio@iki.fi>
10387 S: Maintained
10388 F: drivers/leds/leds-pca9532.c
10389 F: include/linux/leds-pca9532.h
10390
10391 PCA9541 I2C BUS MASTER SELECTOR DRIVER
10392 M: Guenter Roeck <linux@roeck-us.net>
10393 L: linux-i2c@vger.kernel.org
10394 S: Maintained
10395 F: drivers/i2c/muxes/i2c-mux-pca9541.c
10396
10397 PCDP - PRIMARY CONSOLE AND DEBUG PORT
10398 M: Khalid Aziz <khalid@gonehiking.org>
10399 S: Maintained
10400 F: drivers/firmware/pcdp.*
10401
10402 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10403 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10404 L: linux-pci@vger.kernel.org
10405 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10406 S: Maintained
10407 F: Documentation/devicetree/bindings/pci/aardvark-pci.txt
10408 F: drivers/pci/host/pci-aardvark.c
10409
10410 PCI DRIVER FOR ALTERA PCIE IP
10411 M: Ley Foon Tan <lftan@altera.com>
10412 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
10413 L: linux-pci@vger.kernel.org
10414 S: Supported
10415 F: Documentation/devicetree/bindings/pci/altera-pcie.txt
10416 F: drivers/pci/host/pcie-altera.c
10417
10418 PCI DRIVER FOR APPLIEDMICRO XGENE
10419 M: Tanmay Inamdar <tinamdar@apm.com>
10420 L: linux-pci@vger.kernel.org
10421 L: linux-arm-kernel@lists.infradead.org
10422 S: Maintained
10423 F: Documentation/devicetree/bindings/pci/xgene-pci.txt
10424 F: drivers/pci/host/pci-xgene.c
10425
10426 PCI DRIVER FOR ARM VERSATILE PLATFORM
10427 M: Rob Herring <robh@kernel.org>
10428 L: linux-pci@vger.kernel.org
10429 L: linux-arm-kernel@lists.infradead.org
10430 S: Maintained
10431 F: Documentation/devicetree/bindings/pci/versatile.txt
10432 F: drivers/pci/host/pci-versatile.c
10433
10434 PCI DRIVER FOR ARMADA 8K
10435 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10436 L: linux-pci@vger.kernel.org
10437 L: linux-arm-kernel@lists.infradead.org
10438 S: Maintained
10439 F: Documentation/devicetree/bindings/pci/pci-armada8k.txt
10440 F: drivers/pci/dwc/pcie-armada8k.c
10441
10442 PCI DRIVER FOR FREESCALE LAYERSCAPE
10443 M: Minghuan Lian <minghuan.Lian@freescale.com>
10444 M: Mingkai Hu <mingkai.hu@freescale.com>
10445 M: Roy Zang <tie-fei.zang@freescale.com>
10446 L: linuxppc-dev@lists.ozlabs.org
10447 L: linux-pci@vger.kernel.org
10448 L: linux-arm-kernel@lists.infradead.org
10449 S: Maintained
10450 F: drivers/pci/dwc/*layerscape*
10451
10452 PCI DRIVER FOR GENERIC OF HOSTS
10453 M: Will Deacon <will.deacon@arm.com>
10454 L: linux-pci@vger.kernel.org
10455 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10456 S: Maintained
10457 F: Documentation/devicetree/bindings/pci/host-generic-pci.txt
10458 F: drivers/pci/host/pci-host-common.c
10459 F: drivers/pci/host/pci-host-generic.c
10460
10461 PCI DRIVER FOR IMX6
10462 M: Richard Zhu <hongxing.zhu@nxp.com>
10463 M: Lucas Stach <l.stach@pengutronix.de>
10464 L: linux-pci@vger.kernel.org
10465 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10466 S: Maintained
10467 F: Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10468 F: drivers/pci/dwc/*imx6*
10469
10470 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10471 M: Keith Busch <keith.busch@intel.com>
10472 M: Jonathan Derrick <jonathan.derrick@intel.com>
10473 L: linux-pci@vger.kernel.org
10474 S: Supported
10475 F: drivers/pci/host/vmd.c
10476
10477 PCI DRIVER FOR MICROSEMI SWITCHTEC
10478 M: Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10479 M: Logan Gunthorpe <logang@deltatee.com>
10480 L: linux-pci@vger.kernel.org
10481 S: Maintained
10482 F: Documentation/switchtec.txt
10483 F: Documentation/ABI/testing/sysfs-class-switchtec
10484 F: drivers/pci/switch/switchtec*
10485 F: include/uapi/linux/switchtec_ioctl.h
10486 F: include/linux/switchtec.h
10487 F: drivers/ntb/hw/mscc/
10488
10489 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10490 M: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10491 M: Jason Cooper <jason@lakedaemon.net>
10492 L: linux-pci@vger.kernel.org
10493 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10494 S: Maintained
10495 F: drivers/pci/host/*mvebu*
10496
10497 PCI DRIVER FOR NVIDIA TEGRA
10498 M: Thierry Reding <thierry.reding@gmail.com>
10499 L: linux-tegra@vger.kernel.org
10500 L: linux-pci@vger.kernel.org
10501 S: Supported
10502 F: Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10503 F: drivers/pci/host/pci-tegra.c
10504
10505 PCI DRIVER FOR RENESAS R-CAR
10506 M: Simon Horman <horms@verge.net.au>
10507 L: linux-pci@vger.kernel.org
10508 L: linux-renesas-soc@vger.kernel.org
10509 S: Maintained
10510 F: drivers/pci/host/*rcar*
10511
10512 PCI DRIVER FOR SAMSUNG EXYNOS
10513 M: Jingoo Han <jingoohan1@gmail.com>
10514 L: linux-pci@vger.kernel.org
10515 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10516 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10517 S: Maintained
10518 F: drivers/pci/dwc/pci-exynos.c
10519
10520 PCI DRIVER FOR SYNOPSYS DESIGNWARE
10521 M: Jingoo Han <jingoohan1@gmail.com>
10522 M: Joao Pinto <Joao.Pinto@synopsys.com>
10523 L: linux-pci@vger.kernel.org
10524 S: Maintained
10525 F: Documentation/devicetree/bindings/pci/designware-pcie.txt
10526 F: drivers/pci/dwc/*designware*
10527
10528 PCI DRIVER FOR TI DRA7XX
10529 M: Kishon Vijay Abraham I <kishon@ti.com>
10530 L: linux-omap@vger.kernel.org
10531 L: linux-pci@vger.kernel.org
10532 S: Supported
10533 F: Documentation/devicetree/bindings/pci/ti-pci.txt
10534 F: drivers/pci/dwc/pci-dra7xx.c
10535
10536 PCI DRIVER FOR TI KEYSTONE
10537 M: Murali Karicheri <m-karicheri2@ti.com>
10538 L: linux-pci@vger.kernel.org
10539 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10540 S: Maintained
10541 F: drivers/pci/dwc/*keystone*
10542
10543 PCI ENDPOINT SUBSYSTEM
10544 M: Kishon Vijay Abraham I <kishon@ti.com>
10545 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10546 L: linux-pci@vger.kernel.org
10547 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10548 S: Supported
10549 F: drivers/pci/endpoint/
10550 F: drivers/misc/pci_endpoint_test.c
10551 F: tools/pci/
10552
10553 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10554 M: Russell Currey <ruscur@russell.cc>
10555 L: linuxppc-dev@lists.ozlabs.org
10556 S: Supported
10557 F: Documentation/powerpc/eeh-pci-error-recovery.txt
10558 F: arch/powerpc/kernel/eeh*.c
10559 F: arch/powerpc/platforms/*/eeh*.c
10560 F: arch/powerpc/include/*/eeh*.h
10561
10562 PCI ERROR RECOVERY
10563 M: Linas Vepstas <linasvepstas@gmail.com>
10564 L: linux-pci@vger.kernel.org
10565 S: Supported
10566 F: Documentation/PCI/pci-error-recovery.txt
10567
10568 PCI MSI DRIVER FOR ALTERA MSI IP
10569 M: Ley Foon Tan <lftan@altera.com>
10570 L: rfi@lists.rocketboards.org (moderated for non-subscribers)
10571 L: linux-pci@vger.kernel.org
10572 S: Supported
10573 F: Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10574 F: drivers/pci/host/pcie-altera-msi.c
10575
10576 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10577 M: Duc Dang <dhdang@apm.com>
10578 L: linux-pci@vger.kernel.org
10579 L: linux-arm-kernel@lists.infradead.org
10580 S: Maintained
10581 F: Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10582 F: drivers/pci/host/pci-xgene-msi.c
10583
10584 PCI SUBSYSTEM
10585 M: Bjorn Helgaas <bhelgaas@google.com>
10586 L: linux-pci@vger.kernel.org
10587 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
10588 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10589 S: Supported
10590 F: Documentation/devicetree/bindings/pci/
10591 F: Documentation/PCI/
10592 F: drivers/pci/
10593 F: include/linux/pci*
10594 F: arch/x86/pci/
10595 F: arch/x86/kernel/quirks.c
10596
10597 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
10598 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10599 L: linux-pci@vger.kernel.org
10600 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
10601 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
10602 S: Supported
10603 F: drivers/pci/host/
10604 F: drivers/pci/dwc/
10605
10606 PCIE DRIVER FOR AXIS ARTPEC
10607 M: Niklas Cassel <niklas.cassel@axis.com>
10608 M: Jesper Nilsson <jesper.nilsson@axis.com>
10609 L: linux-arm-kernel@axis.com
10610 L: linux-pci@vger.kernel.org
10611 S: Maintained
10612 F: Documentation/devicetree/bindings/pci/axis,artpec*
10613 F: drivers/pci/dwc/*artpec*
10614
10615 PCIE DRIVER FOR CAVIUM THUNDERX
10616 M: David Daney <david.daney@cavium.com>
10617 L: linux-pci@vger.kernel.org
10618 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10619 S: Supported
10620 F: Documentation/devicetree/bindings/pci/pci-thunder-*
10621 F: drivers/pci/host/pci-thunder-*
10622
10623 PCIE DRIVER FOR HISILICON
10624 M: Zhou Wang <wangzhou1@hisilicon.com>
10625 L: linux-pci@vger.kernel.org
10626 S: Maintained
10627 F: Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10628 F: drivers/pci/dwc/pcie-hisi.c
10629
10630 PCIE DRIVER FOR HISILICON KIRIN
10631 M: Xiaowei Song <songxiaowei@hisilicon.com>
10632 M: Binghui Wang <wangbinghui@hisilicon.com>
10633 L: linux-pci@vger.kernel.org
10634 S: Maintained
10635 F: Documentation/devicetree/bindings/pci/pcie-kirin.txt
10636 F: drivers/pci/dwc/pcie-kirin.c
10637
10638 PCIE DRIVER FOR HISILICON STB
10639 M: Jianguo Sun <sunjianguo1@huawei.com>
10640 M: Shawn Guo <shawn.guo@linaro.org>
10641 L: linux-pci@vger.kernel.org
10642 S: Maintained
10643 F: Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
10644 F: drivers/pci/dwc/pcie-histb.c
10645
10646 PCIE DRIVER FOR MEDIATEK
10647 M: Ryder Lee <ryder.lee@mediatek.com>
10648 L: linux-pci@vger.kernel.org
10649 L: linux-mediatek@lists.infradead.org
10650 S: Supported
10651 F: Documentation/devicetree/bindings/pci/mediatek*
10652 F: drivers/pci/host/*mediatek*
10653
10654 PCIE DRIVER FOR QUALCOMM MSM
10655 M: Stanimir Varbanov <svarbanov@mm-sol.com>
10656 L: linux-pci@vger.kernel.org
10657 L: linux-arm-msm@vger.kernel.org
10658 S: Maintained
10659 F: drivers/pci/dwc/*qcom*
10660
10661 PCIE DRIVER FOR ROCKCHIP
10662 M: Shawn Lin <shawn.lin@rock-chips.com>
10663 L: linux-pci@vger.kernel.org
10664 L: linux-rockchip@lists.infradead.org
10665 S: Maintained
10666 F: Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10667 F: drivers/pci/host/pcie-rockchip.c
10668
10669 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
10670 M: Linus Walleij <linus.walleij@linaro.org>
10671 L: linux-pci@vger.kernel.org
10672 S: Maintained
10673 F: Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
10674 F: drivers/pci/host/pci-v3-semi.c
10675
10676 PCIE DRIVER FOR ST SPEAR13XX
10677 M: Pratyush Anand <pratyush.anand@gmail.com>
10678 L: linux-pci@vger.kernel.org
10679 S: Maintained
10680 F: drivers/pci/dwc/*spear*
10681
10682 PCMCIA SUBSYSTEM
10683 P: Linux PCMCIA Team
10684 L: linux-pcmcia@lists.infradead.org
10685 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10686 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10687 S: Maintained
10688 F: Documentation/pcmcia/
10689 F: tools/pcmcia/
10690 F: drivers/pcmcia/
10691 F: include/pcmcia/
10692
10693 PCNET32 NETWORK DRIVER
10694 M: Don Fry <pcnet32@frontier.com>
10695 L: netdev@vger.kernel.org
10696 S: Maintained
10697 F: drivers/net/ethernet/amd/pcnet32.c
10698
10699 PCRYPT PARALLEL CRYPTO ENGINE
10700 M: Steffen Klassert <steffen.klassert@secunet.com>
10701 L: linux-crypto@vger.kernel.org
10702 S: Maintained
10703 F: crypto/pcrypt.c
10704 F: include/crypto/pcrypt.h
10705
10706 PEAQ WMI HOTKEYS DRIVER
10707 M: Hans de Goede <hdegoede@redhat.com>
10708 L: platform-driver-x86@vger.kernel.org
10709 S: Maintained
10710 F: drivers/platform/x86/peaq-wmi.c
10711
10712 PER-CPU MEMORY ALLOCATOR
10713 M: Tejun Heo <tj@kernel.org>
10714 M: Christoph Lameter <cl@linux.com>
10715 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10716 S: Maintained
10717 F: include/linux/percpu*.h
10718 F: mm/percpu*.c
10719 F: arch/*/include/asm/percpu.h
10720
10721 PER-TASK DELAY ACCOUNTING
10722 M: Balbir Singh <bsingharora@gmail.com>
10723 S: Maintained
10724 F: include/linux/delayacct.h
10725 F: kernel/delayacct.c
10726
10727 PERFORMANCE EVENTS SUBSYSTEM
10728 M: Peter Zijlstra <peterz@infradead.org>
10729 M: Ingo Molnar <mingo@redhat.com>
10730 M: Arnaldo Carvalho de Melo <acme@kernel.org>
10731 R: Alexander Shishkin <alexander.shishkin@linux.intel.com>
10732 R: Jiri Olsa <jolsa@redhat.com>
10733 R: Namhyung Kim <namhyung@kernel.org>
10734 L: linux-kernel@vger.kernel.org
10735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10736 S: Supported
10737 F: kernel/events/*
10738 F: include/linux/perf_event.h
10739 F: include/uapi/linux/perf_event.h
10740 F: arch/*/kernel/perf_event*.c
10741 F: arch/*/kernel/*/perf_event*.c
10742 F: arch/*/kernel/*/*/perf_event*.c
10743 F: arch/*/include/asm/perf_event.h
10744 F: arch/*/kernel/perf_callchain.c
10745 F: arch/*/events/*
10746 F: tools/perf/
10747
10748 PERSONALITY HANDLING
10749 M: Christoph Hellwig <hch@infradead.org>
10750 L: linux-abi-devel@lists.sourceforge.net
10751 S: Maintained
10752 F: include/linux/personality.h
10753 F: include/uapi/linux/personality.h
10754
10755 PHONET PROTOCOL
10756 M: Remi Denis-Courmont <courmisch@gmail.com>
10757 S: Supported
10758 F: Documentation/networking/phonet.txt
10759 F: include/linux/phonet.h
10760 F: include/net/phonet/
10761 F: include/uapi/linux/phonet.h
10762 F: net/phonet/
10763
10764 PHRAM MTD DRIVER
10765 M: Joern Engel <joern@lazybastard.org>
10766 L: linux-mtd@lists.infradead.org
10767 S: Maintained
10768 F: drivers/mtd/devices/phram.c
10769
10770 PICOLCD HID DRIVER
10771 M: Bruno Prémont <bonbons@linux-vserver.org>
10772 L: linux-input@vger.kernel.org
10773 S: Maintained
10774 F: drivers/hid/hid-picolcd*
10775
10776 PICOXCELL SUPPORT
10777 M: Jamie Iles <jamie@jamieiles.com>
10778 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10779 T: git git://github.com/jamieiles/linux-2.6-ji.git
10780 S: Supported
10781 F: arch/arm/boot/dts/picoxcell*
10782 F: arch/arm/mach-picoxcell/
10783 F: drivers/crypto/picoxcell*
10784
10785 PIN CONTROL SUBSYSTEM
10786 M: Linus Walleij <linus.walleij@linaro.org>
10787 L: linux-gpio@vger.kernel.org
10788 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10789 S: Maintained
10790 F: Documentation/devicetree/bindings/pinctrl/
10791 F: Documentation/driver-api/pinctl.rst
10792 F: drivers/pinctrl/
10793 F: include/linux/pinctrl/
10794
10795 PIN CONTROLLER - ATMEL AT91
10796 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10797 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10798 S: Maintained
10799 F: drivers/pinctrl/pinctrl-at91.*
10800
10801 PIN CONTROLLER - ATMEL AT91 PIO4
10802 M: Ludovic Desroches <ludovic.desroches@microchip.com>
10803 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10804 L: linux-gpio@vger.kernel.org
10805 S: Supported
10806 F: drivers/pinctrl/pinctrl-at91-pio4.*
10807
10808 PIN CONTROLLER - INTEL
10809 M: Mika Westerberg <mika.westerberg@linux.intel.com>
10810 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
10811 S: Maintained
10812 F: drivers/pinctrl/intel/
10813
10814 PIN CONTROLLER - QUALCOMM
10815 M: Bjorn Andersson <bjorn.andersson@linaro.org>
10816 S: Maintained
10817 L: linux-arm-msm@vger.kernel.org
10818 F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10819 F: drivers/pinctrl/qcom/
10820
10821 PIN CONTROLLER - RENESAS
10822 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10823 M: Geert Uytterhoeven <geert+renesas@glider.be>
10824 L: linux-renesas-soc@vger.kernel.org
10825 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
10826 S: Maintained
10827 F: drivers/pinctrl/sh-pfc/
10828
10829 PIN CONTROLLER - SAMSUNG
10830 M: Tomasz Figa <tomasz.figa@gmail.com>
10831 M: Krzysztof Kozlowski <krzk@kernel.org>
10832 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
10833 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10834 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10835 Q: https://patchwork.kernel.org/project/linux-samsung-soc/list/
10836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10837 S: Maintained
10838 F: drivers/pinctrl/samsung/
10839 F: include/dt-bindings/pinctrl/samsung.h
10840 F: Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10841
10842 PIN CONTROLLER - SINGLE
10843 M: Tony Lindgren <tony@atomide.com>
10844 M: Haojian Zhuang <haojian.zhuang@linaro.org>
10845 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10846 L: linux-omap@vger.kernel.org
10847 S: Maintained
10848 F: drivers/pinctrl/pinctrl-single.c
10849
10850 PIN CONTROLLER - ST SPEAR
10851 M: Viresh Kumar <vireshk@kernel.org>
10852 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10853 W: http://www.st.com/spear
10854 S: Maintained
10855 F: drivers/pinctrl/spear/
10856
10857 PISTACHIO SOC SUPPORT
10858 M: James Hartley <james.hartley@sondrel.com>
10859 L: linux-mips@linux-mips.org
10860 S: Odd Fixes
10861 F: arch/mips/pistachio/
10862 F: arch/mips/include/asm/mach-pistachio/
10863 F: arch/mips/boot/dts/img/pistachio*
10864 F: arch/mips/configs/pistachio*_defconfig
10865
10866 PKTCDVD DRIVER
10867 S: Orphan
10868 M: linux-block@vger.kernel.org
10869 F: drivers/block/pktcdvd.c
10870 F: include/linux/pktcdvd.h
10871 F: include/uapi/linux/pktcdvd.h
10872
10873 PKUNITY SOC DRIVERS
10874 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
10875 W: http://mprc.pku.edu.cn/~guanxuetao/linux
10876 S: Maintained
10877 T: git git://github.com/gxt/linux.git
10878 F: drivers/input/serio/i8042-unicore32io.h
10879 F: drivers/i2c/busses/i2c-puv3.c
10880 F: drivers/video/fbdev/fb-puv3.c
10881 F: drivers/rtc/rtc-puv3.c
10882
10883 PMBUS HARDWARE MONITORING DRIVERS
10884 M: Guenter Roeck <linux@roeck-us.net>
10885 L: linux-hwmon@vger.kernel.org
10886 W: http://hwmon.wiki.kernel.org/
10887 W: http://www.roeck-us.net/linux/drivers/
10888 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10889 S: Maintained
10890 F: Documentation/hwmon/pmbus
10891 F: drivers/hwmon/pmbus/
10892 F: include/linux/pmbus.h
10893
10894 PMC SIERRA MaxRAID DRIVER
10895 L: linux-scsi@vger.kernel.org
10896 W: http://www.pmc-sierra.com/
10897 S: Orphan
10898 F: drivers/scsi/pmcraid.*
10899
10900 PMC SIERRA PM8001 DRIVER
10901 M: Jack Wang <jinpu.wang@profitbricks.com>
10902 M: lindar_liu@usish.com
10903 L: linux-scsi@vger.kernel.org
10904 S: Supported
10905 F: drivers/scsi/pm8001/
10906
10907 PNP SUPPORT
10908 M: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10909 S: Maintained
10910 F: drivers/pnp/
10911
10912 POSIX CLOCKS and TIMERS
10913 M: Thomas Gleixner <tglx@linutronix.de>
10914 L: linux-kernel@vger.kernel.org
10915 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10916 S: Maintained
10917 F: fs/timerfd.c
10918 F: include/linux/timer*
10919 F: kernel/time/*timer*
10920
10921 POWER MANAGEMENT CORE
10922 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
10923 L: linux-pm@vger.kernel.org
10924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10925 B: https://bugzilla.kernel.org
10926 S: Supported
10927 F: drivers/base/power/
10928 F: include/linux/pm.h
10929 F: include/linux/pm_*
10930 F: include/linux/powercap.h
10931 F: drivers/powercap/
10932
10933 POWER STATE COORDINATION INTERFACE (PSCI)
10934 M: Mark Rutland <mark.rutland@arm.com>
10935 M: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10936 L: linux-arm-kernel@lists.infradead.org
10937 S: Maintained
10938 F: drivers/firmware/psci*.c
10939 F: include/linux/psci.h
10940 F: include/uapi/linux/psci.h
10941
10942 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10943 M: Sebastian Reichel <sre@kernel.org>
10944 L: linux-pm@vger.kernel.org
10945 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10946 S: Maintained
10947 F: Documentation/devicetree/bindings/power/supply/
10948 F: include/linux/power_supply.h
10949 F: drivers/power/supply/
10950
10951 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10952 M: Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10953 L: linuxppc-dev@lists.ozlabs.org
10954 S: Maintained
10955 F: drivers/char/powernv-op-panel.c
10956
10957 PPP OVER ATM (RFC 2364)
10958 M: Mitchell Blank Jr <mitch@sfgoth.com>
10959 S: Maintained
10960 F: net/atm/pppoatm.c
10961 F: include/uapi/linux/atmppp.h
10962
10963 PPP OVER ETHERNET
10964 M: Michal Ostrowski <mostrows@earthlink.net>
10965 S: Maintained
10966 F: drivers/net/ppp/pppoe.c
10967 F: drivers/net/ppp/pppox.c
10968
10969 PPP OVER L2TP
10970 M: James Chapman <jchapman@katalix.com>
10971 S: Maintained
10972 F: net/l2tp/l2tp_ppp.c
10973 F: include/linux/if_pppol2tp.h
10974 F: include/uapi/linux/if_pppol2tp.h
10975
10976 PPP PROTOCOL DRIVERS AND COMPRESSORS
10977 M: Paul Mackerras <paulus@samba.org>
10978 L: linux-ppp@vger.kernel.org
10979 S: Maintained
10980 F: drivers/net/ppp/ppp_*
10981
10982 PPS SUPPORT
10983 M: Rodolfo Giometti <giometti@enneenne.com>
10984 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
10985 L: linuxpps@ml.enneenne.com (subscribers-only)
10986 S: Maintained
10987 F: Documentation/pps/
10988 F: Documentation/devicetree/bindings/pps/pps-gpio.txt
10989 F: Documentation/ABI/testing/sysfs-pps
10990 F: drivers/pps/
10991 F: include/linux/pps*.h
10992 F: include/uapi/linux/pps.h
10993
10994 PPTP DRIVER
10995 M: Dmitry Kozlov <xeb@mail.ru>
10996 L: netdev@vger.kernel.org
10997 S: Maintained
10998 F: drivers/net/ppp/pptp.c
10999 W: http://sourceforge.net/projects/accel-pptp
11000
11001 PREEMPTIBLE KERNEL
11002 M: Robert Love <rml@tech9.net>
11003 L: kpreempt-tech@lists.sourceforge.net
11004 W: https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
11005 S: Supported
11006 F: Documentation/preempt-locking.txt
11007 F: include/linux/preempt.h
11008
11009 PRINTK
11010 M: Petr Mladek <pmladek@suse.com>
11011 M: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
11012 R: Steven Rostedt <rostedt@goodmis.org>
11013 S: Maintained
11014 F: kernel/printk/
11015 F: include/linux/printk.h
11016
11017 PRISM54 WIRELESS DRIVER
11018 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
11019 L: linux-wireless@vger.kernel.org
11020 W: http://wireless.kernel.org/en/users/Drivers/p54
11021 S: Obsolete
11022 F: drivers/net/wireless/intersil/prism54/
11023
11024 PROC SYSCTL
11025 M: "Luis R. Rodriguez" <mcgrof@kernel.org>
11026 M: Kees Cook <keescook@chromium.org>
11027 L: linux-kernel@vger.kernel.org
11028 L: linux-fsdevel@vger.kernel.org
11029 S: Maintained
11030 F: fs/proc/proc_sysctl.c
11031 F: include/linux/sysctl.h
11032 F: kernel/sysctl.c
11033 F: tools/testing/selftests/sysctl/
11034
11035 PS3 NETWORK SUPPORT
11036 M: Geoff Levand <geoff@infradead.org>
11037 L: netdev@vger.kernel.org
11038 L: linuxppc-dev@lists.ozlabs.org
11039 S: Maintained
11040 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
11041
11042 PS3 PLATFORM SUPPORT
11043 M: Geoff Levand <geoff@infradead.org>
11044 L: linuxppc-dev@lists.ozlabs.org
11045 S: Maintained
11046 F: arch/powerpc/boot/ps3*
11047 F: arch/powerpc/include/asm/lv1call.h
11048 F: arch/powerpc/include/asm/ps3*.h
11049 F: arch/powerpc/platforms/ps3/
11050 F: drivers/*/ps3*
11051 F: drivers/ps3/
11052 F: drivers/rtc/rtc-ps3.c
11053 F: drivers/usb/host/*ps3.c
11054 F: sound/ppc/snd_ps3*
11055
11056 PS3VRAM DRIVER
11057 M: Jim Paris <jim@jtan.com>
11058 M: Geoff Levand <geoff@infradead.org>
11059 L: linuxppc-dev@lists.ozlabs.org
11060 S: Maintained
11061 F: drivers/block/ps3vram.c
11062
11063 PSAMPLE PACKET SAMPLING SUPPORT:
11064 M: Yotam Gigi <yotam.gi@gmail.com>
11065 S: Maintained
11066 F: net/psample
11067 F: include/net/psample.h
11068 F: include/uapi/linux/psample.h
11069
11070 PSTORE FILESYSTEM
11071 M: Kees Cook <keescook@chromium.org>
11072 M: Anton Vorontsov <anton@enomsg.org>
11073 M: Colin Cross <ccross@android.com>
11074 M: Tony Luck <tony.luck@intel.com>
11075 S: Maintained
11076 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
11077 F: fs/pstore/
11078 F: include/linux/pstore*
11079 F: drivers/firmware/efi/efi-pstore.c
11080 F: drivers/acpi/apei/erst.c
11081 F: Documentation/admin-guide/ramoops.rst
11082 F: Documentation/devicetree/bindings/reserved-memory/ramoops.txt
11083 K: \b(pstore|ramoops)
11084
11085 PTP HARDWARE CLOCK SUPPORT
11086 M: Richard Cochran <richardcochran@gmail.com>
11087 L: netdev@vger.kernel.org
11088 S: Maintained
11089 W: http://linuxptp.sourceforge.net/
11090 F: Documentation/ABI/testing/sysfs-ptp
11091 F: Documentation/ptp/*
11092 F: drivers/net/ethernet/freescale/gianfar_ptp.c
11093 F: drivers/net/phy/dp83640*
11094 F: drivers/ptp/*
11095 F: include/linux/ptp_cl*
11096
11097 PTRACE SUPPORT
11098 M: Oleg Nesterov <oleg@redhat.com>
11099 S: Maintained
11100 F: include/asm-generic/syscall.h
11101 F: include/linux/ptrace.h
11102 F: include/linux/regset.h
11103 F: include/linux/tracehook.h
11104 F: include/uapi/linux/ptrace.h
11105 F: include/uapi/linux/ptrace.h
11106 F: include/asm-generic/ptrace.h
11107 F: kernel/ptrace.c
11108 F: arch/*/ptrace*.c
11109 F: arch/*/*/ptrace*.c
11110 F: arch/*/include/asm/ptrace*.h
11111
11112 PULSE8-CEC DRIVER
11113 M: Hans Verkuil <hverkuil@xs4all.nl>
11114 L: linux-media@vger.kernel.org
11115 T: git git://linuxtv.org/media_tree.git
11116 S: Maintained
11117 F: drivers/media/usb/pulse8-cec/*
11118 F: Documentation/media/cec-drivers/pulse8-cec.rst
11119
11120 PVRUSB2 VIDEO4LINUX DRIVER
11121 M: Mike Isely <isely@pobox.com>
11122 L: pvrusb2@isely.net (subscribers-only)
11123 L: linux-media@vger.kernel.org
11124 W: http://www.isely.net/pvrusb2/
11125 T: git git://linuxtv.org/media_tree.git
11126 S: Maintained
11127 F: Documentation/media/v4l-drivers/pvrusb2*
11128 F: drivers/media/usb/pvrusb2/
11129
11130 PWC WEBCAM DRIVER
11131 M: Hans Verkuil <hverkuil@xs4all.nl>
11132 L: linux-media@vger.kernel.org
11133 T: git git://linuxtv.org/media_tree.git
11134 S: Odd Fixes
11135 F: drivers/media/usb/pwc/*
11136
11137 PWM FAN DRIVER
11138 M: Kamil Debski <kamil@wypas.org>
11139 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11140 L: linux-hwmon@vger.kernel.org
11141 S: Supported
11142 F: Documentation/devicetree/bindings/hwmon/pwm-fan.txt
11143 F: Documentation/hwmon/pwm-fan
11144 F: drivers/hwmon/pwm-fan.c
11145
11146 PWM IR Transmitter
11147 M: Sean Young <sean@mess.org>
11148 L: linux-media@vger.kernel.org
11149 S: Maintained
11150 F: drivers/media/rc/pwm-ir-tx.c
11151
11152 PWM SUBSYSTEM
11153 M: Thierry Reding <thierry.reding@gmail.com>
11154 L: linux-pwm@vger.kernel.org
11155 S: Maintained
11156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
11157 F: Documentation/pwm.txt
11158 F: Documentation/devicetree/bindings/pwm/
11159 F: include/linux/pwm.h
11160 F: drivers/pwm/
11161 F: drivers/video/backlight/pwm_bl.c
11162 F: include/linux/pwm_backlight.h
11163 F: drivers/gpio/gpio-mvebu.c
11164 F: Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
11165
11166 PXA GPIO DRIVER
11167 M: Robert Jarzmik <robert.jarzmik@free.fr>
11168 L: linux-gpio@vger.kernel.org
11169 S: Maintained
11170 F: drivers/gpio/gpio-pxa.c
11171
11172 PXA MMCI DRIVER
11173 S: Orphan
11174
11175 PXA RTC DRIVER
11176 M: Robert Jarzmik <robert.jarzmik@free.fr>
11177 L: linux-rtc@vger.kernel.org
11178 S: Maintained
11179
11180 PXA2xx/PXA3xx SUPPORT
11181 M: Daniel Mack <daniel@zonque.org>
11182 M: Haojian Zhuang <haojian.zhuang@gmail.com>
11183 M: Robert Jarzmik <robert.jarzmik@free.fr>
11184 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11185 T: git git://github.com/hzhuang1/linux.git
11186 T: git git://github.com/rjarzmik/linux.git
11187 S: Maintained
11188 F: arch/arm/boot/dts/pxa*
11189 F: arch/arm/mach-pxa/
11190 F: drivers/dma/pxa*
11191 F: drivers/pcmcia/pxa2xx*
11192 F: drivers/pinctrl/pxa/
11193 F: drivers/spi/spi-pxa2xx*
11194 F: drivers/usb/gadget/udc/pxa2*
11195 F: include/sound/pxa2xx-lib.h
11196 F: sound/arm/pxa*
11197 F: sound/soc/pxa/
11198
11199 PXA3xx NAND FLASH DRIVER
11200 M: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
11201 L: linux-mtd@lists.infradead.org
11202 S: Maintained
11203 F: drivers/mtd/nand/pxa3xx_nand.c
11204
11205 QAT DRIVER
11206 M: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
11207 L: qat-linux@intel.com
11208 S: Supported
11209 F: drivers/crypto/qat/
11210
11211 QCOM AUDIO (ASoC) DRIVERS
11212 M: Patrick Lai <plai@codeaurora.org>
11213 M: Banajit Goswami <bgoswami@codeaurora.org>
11214 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11215 S: Supported
11216 F: sound/soc/qcom/
11217
11218 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
11219 M: Gabriel Somlo <somlo@cmu.edu>
11220 M: "Michael S. Tsirkin" <mst@redhat.com>
11221 L: qemu-devel@nongnu.org
11222 S: Maintained
11223 F: drivers/firmware/qemu_fw_cfg.c
11224
11225 QIB DRIVER
11226 M: Mike Marciniszyn <infinipath@intel.com>
11227 L: linux-rdma@vger.kernel.org
11228 S: Supported
11229 F: drivers/infiniband/hw/qib/
11230
11231 QLOGIC QL41xxx FCOE DRIVER
11232 M: QLogic-Storage-Upstream@cavium.com
11233 L: linux-scsi@vger.kernel.org
11234 S: Supported
11235 F: drivers/scsi/qedf/
11236
11237 QLOGIC QL41xxx ISCSI DRIVER
11238 M: QLogic-Storage-Upstream@cavium.com
11239 L: linux-scsi@vger.kernel.org
11240 S: Supported
11241 F: drivers/scsi/qedi/
11242
11243 QLOGIC QL4xxx ETHERNET DRIVER
11244 M: Ariel Elior <Ariel.Elior@cavium.com>
11245 M: everest-linux-l2@cavium.com
11246 L: netdev@vger.kernel.org
11247 S: Supported
11248 F: drivers/net/ethernet/qlogic/qed/
11249 F: include/linux/qed/
11250 F: drivers/net/ethernet/qlogic/qede/
11251
11252 QLOGIC QL4xxx RDMA DRIVER
11253 M: Ram Amrani <Ram.Amrani@cavium.com>
11254 M: Michal Kalderon <Michal.Kalderon@cavium.com>
11255 M: Ariel Elior <Ariel.Elior@cavium.com>
11256 L: linux-rdma@vger.kernel.org
11257 S: Supported
11258 F: drivers/infiniband/hw/qedr/
11259 F: include/uapi/rdma/qedr-abi.h
11260
11261 QLOGIC QLA1280 SCSI DRIVER
11262 M: Michael Reed <mdr@sgi.com>
11263 L: linux-scsi@vger.kernel.org
11264 S: Maintained
11265 F: drivers/scsi/qla1280.[ch]
11266
11267 QLOGIC QLA2XXX FC-SCSI DRIVER
11268 M: qla2xxx-upstream@qlogic.com
11269 L: linux-scsi@vger.kernel.org
11270 S: Supported
11271 F: Documentation/scsi/LICENSE.qla2xxx
11272 F: drivers/scsi/qla2xxx/
11273
11274 QLOGIC QLA3XXX NETWORK DRIVER
11275 M: Dept-GELinuxNICDev@cavium.com
11276 L: netdev@vger.kernel.org
11277 S: Supported
11278 F: Documentation/networking/LICENSE.qla3xxx
11279 F: drivers/net/ethernet/qlogic/qla3xxx.*
11280
11281 QLOGIC QLA4XXX iSCSI DRIVER
11282 M: QLogic-Storage-Upstream@qlogic.com
11283 L: linux-scsi@vger.kernel.org
11284 S: Supported
11285 F: Documentation/scsi/LICENSE.qla4xxx
11286 F: drivers/scsi/qla4xxx/
11287
11288 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
11289 M: Harish Patil <harish.patil@cavium.com>
11290 M: Manish Chopra <manish.chopra@cavium.com>
11291 M: Dept-GELinuxNICDev@cavium.com
11292 L: netdev@vger.kernel.org
11293 S: Supported
11294 F: drivers/net/ethernet/qlogic/qlcnic/
11295
11296 QLOGIC QLGE 10Gb ETHERNET DRIVER
11297 M: Harish Patil <harish.patil@cavium.com>
11298 M: Manish Chopra <manish.chopra@cavium.com>
11299 M: Dept-GELinuxNICDev@cavium.com
11300 L: netdev@vger.kernel.org
11301 S: Supported
11302 F: drivers/net/ethernet/qlogic/qlge/
11303
11304 QNX4 FILESYSTEM
11305 M: Anders Larsen <al@alarsen.net>
11306 W: http://www.alarsen.net/linux/qnx4fs/
11307 S: Maintained
11308 F: fs/qnx4/
11309 F: include/uapi/linux/qnx4_fs.h
11310 F: include/uapi/linux/qnxtypes.h
11311
11312 QORIQ DPAA2 FSL-MC BUS DRIVER
11313 M: Stuart Yoder <stuyoder@gmail.com>
11314 M: Laurentiu Tudor <laurentiu.tudor@nxp.com>
11315 L: linux-kernel@vger.kernel.org
11316 S: Maintained
11317 F: drivers/staging/fsl-mc/
11318 F: Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
11319
11320 QT1010 MEDIA DRIVER
11321 M: Antti Palosaari <crope@iki.fi>
11322 L: linux-media@vger.kernel.org
11323 W: https://linuxtv.org
11324 W: http://palosaari.fi/linux/
11325 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11326 T: git git://linuxtv.org/anttip/media_tree.git
11327 S: Maintained
11328 F: drivers/media/tuners/qt1010*
11329
11330 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
11331 M: Kalle Valo <kvalo@qca.qualcomm.com>
11332 L: ath10k@lists.infradead.org
11333 W: http://wireless.kernel.org/en/users/Drivers/ath10k
11334 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
11335 S: Supported
11336 F: drivers/net/wireless/ath/ath10k/
11337
11338 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
11339 M: QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
11340 L: linux-wireless@vger.kernel.org
11341 W: http://wireless.kernel.org/en/users/Drivers/ath9k
11342 S: Supported
11343 F: drivers/net/wireless/ath/ath9k/
11344
11345 QUALCOMM CAMERA CONTROL INTERFACE DRIVER
11346 M: Todor Tomov <todor.tomov@linaro.org>
11347 L: linux-i2c@vger.kernel.org
11348 S: Maintained
11349 F: Documentation/devicetree/bindings/i2c/i2c-qcom-cci.txt
11350 F: drivers/i2c/busses/i2c-qcom-cci.c
11351
11352 QUALCOMM CAMERA SUBSYSTEM DRIVER
11353 M: Todor Tomov <todor.tomov@linaro.org>
11354 L: linux-media@vger.kernel.org
11355 S: Maintained
11356 F: Documentation/devicetree/bindings/media/qcom,camss.txt
11357 F: Documentation/media/v4l-drivers/qcom_camss.rst
11358 F: drivers/media/platform/qcom/camss-8x16/
11359
11360 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11361 M: Timur Tabi <timur@codeaurora.org>
11362 L: netdev@vger.kernel.org
11363 S: Supported
11364 F: drivers/net/ethernet/qualcomm/emac/
11365
11366 QUALCOMM HEXAGON ARCHITECTURE
11367 M: Richard Kuo <rkuo@codeaurora.org>
11368 L: linux-hexagon@vger.kernel.org
11369 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
11370 S: Supported
11371 F: arch/hexagon/
11372
11373 QUALCOMM IOMMU
11374 M: Rob Clark <robdclark@gmail.com>
11375 L: iommu@lists.linux-foundation.org
11376 L: linux-arm-msm@vger.kernel.org
11377 S: Maintained
11378 F: drivers/iommu/qcom_iommu.c
11379
11380 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
11381 M: Stanimir Varbanov <stanimir.varbanov@linaro.org>
11382 L: linux-media@vger.kernel.org
11383 L: linux-arm-msm@vger.kernel.org
11384 T: git git://linuxtv.org/media_tree.git
11385 S: Maintained
11386 F: drivers/media/platform/qcom/venus/
11387
11388 QUALCOMM WCN36XX WIRELESS DRIVER
11389 M: Eugene Krasnikov <k.eugene.e@gmail.com>
11390 L: wcn36xx@lists.infradead.org
11391 W: http://wireless.kernel.org/en/users/Drivers/wcn36xx
11392 T: git git://github.com/KrasnikovEugene/wcn36xx.git
11393 S: Supported
11394 F: drivers/net/wireless/ath/wcn36xx/
11395
11396 QUANTENNA QTNFMAC WIRELESS DRIVER
11397 M: Igor Mitsyanko <imitsyanko@quantenna.com>
11398 M: Avinash Patil <avinashp@quantenna.com>
11399 M: Sergey Matyukevich <smatyukevich@quantenna.com>
11400 L: linux-wireless@vger.kernel.org
11401 S: Maintained
11402 F: drivers/net/wireless/quantenna
11403
11404 RADEON and AMDGPU DRM DRIVERS
11405 M: Alex Deucher <alexander.deucher@amd.com>
11406 M: Christian König <christian.koenig@amd.com>
11407 L: amd-gfx@lists.freedesktop.org
11408 T: git git://people.freedesktop.org/~agd5f/linux
11409 S: Supported
11410 F: drivers/gpu/drm/radeon/
11411 F: include/uapi/drm/radeon_drm.h
11412 F: drivers/gpu/drm/amd/
11413 F: include/uapi/drm/amdgpu_drm.h
11414
11415 RADEON FRAMEBUFFER DISPLAY DRIVER
11416 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
11417 L: linux-fbdev@vger.kernel.org
11418 S: Maintained
11419 F: drivers/video/fbdev/aty/radeon*
11420 F: include/uapi/linux/radeonfb.h
11421
11422 RADIOSHARK RADIO DRIVER
11423 M: Hans Verkuil <hverkuil@xs4all.nl>
11424 L: linux-media@vger.kernel.org
11425 T: git git://linuxtv.org/media_tree.git
11426 S: Maintained
11427 F: drivers/media/radio/radio-shark.c
11428
11429 RADIOSHARK2 RADIO DRIVER
11430 M: Hans Verkuil <hverkuil@xs4all.nl>
11431 L: linux-media@vger.kernel.org
11432 T: git git://linuxtv.org/media_tree.git
11433 S: Maintained
11434 F: drivers/media/radio/radio-shark2.c
11435 F: drivers/media/radio/radio-tea5777.c
11436
11437 RADOS BLOCK DEVICE (RBD)
11438 M: Ilya Dryomov <idryomov@gmail.com>
11439 M: Sage Weil <sage@redhat.com>
11440 M: Alex Elder <elder@kernel.org>
11441 L: ceph-devel@vger.kernel.org
11442 W: http://ceph.com/
11443 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
11444 T: git git://github.com/ceph/ceph-client.git
11445 S: Supported
11446 F: Documentation/ABI/testing/sysfs-bus-rbd
11447 F: drivers/block/rbd.c
11448 F: drivers/block/rbd_types.h
11449
11450 RAGE128 FRAMEBUFFER DISPLAY DRIVER
11451 M: Paul Mackerras <paulus@samba.org>
11452 L: linux-fbdev@vger.kernel.org
11453 S: Maintained
11454 F: drivers/video/fbdev/aty/aty128fb.c
11455
11456 RAINSHADOW-CEC DRIVER
11457 M: Hans Verkuil <hverkuil@xs4all.nl>
11458 L: linux-media@vger.kernel.org
11459 T: git git://linuxtv.org/media_tree.git
11460 S: Maintained
11461 F: drivers/media/usb/rainshadow-cec/*
11462
11463 RALINK MIPS ARCHITECTURE
11464 M: John Crispin <john@phrozen.org>
11465 L: linux-mips@linux-mips.org
11466 S: Maintained
11467 F: arch/mips/ralink
11468
11469 RALINK RT2X00 WIRELESS LAN DRIVER
11470 P: rt2x00 project
11471 M: Stanislaw Gruszka <sgruszka@redhat.com>
11472 M: Helmut Schaa <helmut.schaa@googlemail.com>
11473 L: linux-wireless@vger.kernel.org
11474 S: Maintained
11475 F: drivers/net/wireless/ralink/rt2x00/
11476
11477 RAMDISK RAM BLOCK DEVICE DRIVER
11478 M: Jens Axboe <axboe@kernel.dk>
11479 S: Maintained
11480 F: Documentation/blockdev/ramdisk.txt
11481 F: drivers/block/brd.c
11482
11483 RANDOM NUMBER DRIVER
11484 M: "Theodore Ts'o" <tytso@mit.edu>
11485 S: Maintained
11486 F: drivers/char/random.c
11487
11488 RAPIDIO SUBSYSTEM
11489 M: Matt Porter <mporter@kernel.crashing.org>
11490 M: Alexandre Bounine <alexandre.bounine@idt.com>
11491 S: Maintained
11492 F: drivers/rapidio/
11493
11494 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11495 L: linux-wireless@vger.kernel.org
11496 S: Orphan
11497 F: drivers/net/wireless/ray*
11498
11499 RCUTORTURE MODULE
11500 M: Josh Triplett <josh@joshtriplett.org>
11501 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11502 L: linux-kernel@vger.kernel.org
11503 S: Supported
11504 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11505 F: Documentation/RCU/torture.txt
11506 F: kernel/rcu/rcutorture.c
11507
11508 RCUTORTURE TEST FRAMEWORK
11509 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11510 M: Josh Triplett <josh@joshtriplett.org>
11511 R: Steven Rostedt <rostedt@goodmis.org>
11512 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11513 R: Lai Jiangshan <jiangshanlai@gmail.com>
11514 L: linux-kernel@vger.kernel.org
11515 S: Supported
11516 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11517 F: tools/testing/selftests/rcutorture
11518
11519 RDC R-321X SoC
11520 M: Florian Fainelli <florian@openwrt.org>
11521 S: Maintained
11522
11523 RDC R6040 FAST ETHERNET DRIVER
11524 M: Florian Fainelli <f.fainelli@gmail.com>
11525 L: netdev@vger.kernel.org
11526 S: Maintained
11527 F: drivers/net/ethernet/rdc/r6040.c
11528
11529 RDMAVT - RDMA verbs software
11530 M: Dennis Dalessandro <dennis.dalessandro@intel.com>
11531 L: linux-rdma@vger.kernel.org
11532 S: Supported
11533 F: drivers/infiniband/sw/rdmavt
11534
11535 RDS - RELIABLE DATAGRAM SOCKETS
11536 M: Santosh Shilimkar <santosh.shilimkar@oracle.com>
11537 L: netdev@vger.kernel.org
11538 L: linux-rdma@vger.kernel.org
11539 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
11540 W: https://oss.oracle.com/projects/rds/
11541 S: Supported
11542 F: net/rds/
11543 F: Documentation/networking/rds.txt
11544
11545 RDT - RESOURCE ALLOCATION
11546 M: Fenghua Yu <fenghua.yu@intel.com>
11547 L: linux-kernel@vger.kernel.org
11548 S: Supported
11549 F: arch/x86/kernel/cpu/intel_rdt*
11550 F: arch/x86/include/asm/intel_rdt_sched.h
11551 F: Documentation/x86/intel_rdt*
11552
11553 READ-COPY UPDATE (RCU)
11554 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11555 M: Josh Triplett <josh@joshtriplett.org>
11556 R: Steven Rostedt <rostedt@goodmis.org>
11557 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11558 R: Lai Jiangshan <jiangshanlai@gmail.com>
11559 L: linux-kernel@vger.kernel.org
11560 W: http://www.rdrop.com/users/paulmck/RCU/
11561 S: Supported
11562 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11563 F: Documentation/RCU/
11564 X: Documentation/RCU/torture.txt
11565 F: include/linux/rcu*
11566 X: include/linux/srcu.h
11567 F: kernel/rcu/
11568 X: kernel/torture.c
11569
11570 REAL TIME CLOCK (RTC) SUBSYSTEM
11571 M: Alessandro Zummo <a.zummo@towertech.it>
11572 M: Alexandre Belloni <alexandre.belloni@free-electrons.com>
11573 L: linux-rtc@vger.kernel.org
11574 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
11575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11576 S: Maintained
11577 F: Documentation/devicetree/bindings/rtc/
11578 F: Documentation/rtc.txt
11579 F: drivers/rtc/
11580 F: include/linux/rtc.h
11581 F: include/uapi/linux/rtc.h
11582 F: include/linux/rtc/
11583 F: include/linux/platform_data/rtc-*
11584 F: tools/testing/selftests/timers/rtctest.c
11585
11586 REALTEK AUDIO CODECS
11587 M: Bard Liao <bardliao@realtek.com>
11588 M: Oder Chiou <oder_chiou@realtek.com>
11589 S: Maintained
11590 F: sound/soc/codecs/rt*
11591 F: include/sound/rt*.h
11592
11593 REGISTER MAP ABSTRACTION
11594 M: Mark Brown <broonie@kernel.org>
11595 L: linux-kernel@vger.kernel.org
11596 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11597 S: Supported
11598 F: Documentation/devicetree/bindings/regmap/
11599 F: drivers/base/regmap/
11600 F: include/linux/regmap.h
11601
11602 REISERFS FILE SYSTEM
11603 L: reiserfs-devel@vger.kernel.org
11604 S: Supported
11605 F: fs/reiserfs/
11606
11607 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11608 M: Ohad Ben-Cohen <ohad@wizery.com>
11609 M: Bjorn Andersson <bjorn.andersson@linaro.org>
11610 L: linux-remoteproc@vger.kernel.org
11611 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11612 S: Maintained
11613 F: Documentation/devicetree/bindings/remoteproc/
11614 F: Documentation/remoteproc.txt
11615 F: drivers/remoteproc/
11616 F: include/linux/remoteproc.h
11617
11618 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11619 M: Ohad Ben-Cohen <ohad@wizery.com>
11620 M: Bjorn Andersson <bjorn.andersson@linaro.org>
11621 L: linux-remoteproc@vger.kernel.org
11622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11623 S: Maintained
11624 F: drivers/rpmsg/
11625 F: Documentation/rpmsg.txt
11626 F: include/linux/rpmsg.h
11627 F: include/linux/rpmsg/
11628
11629 RENESAS CLOCK DRIVERS
11630 M: Geert Uytterhoeven <geert+renesas@glider.be>
11631 L: linux-renesas-soc@vger.kernel.org
11632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git clk-renesas
11633 S: Supported
11634 F: drivers/clk/renesas/
11635
11636 RENESAS ETHERNET DRIVERS
11637 R: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11638 L: netdev@vger.kernel.org
11639 L: linux-renesas-soc@vger.kernel.org
11640 F: Documentation/devicetree/bindings/net/renesas,*.txt
11641 F: Documentation/devicetree/bindings/net/sh_eth.txt
11642 F: drivers/net/ethernet/renesas/
11643 F: include/linux/sh_eth.h
11644
11645 RENESAS R-CAR GYROADC DRIVER
11646 M: Marek Vasut <marek.vasut@gmail.com>
11647 L: linux-iio@vger.kernel.org
11648 S: Supported
11649 F: drivers/iio/adc/rcar_gyro_adc.c
11650
11651 RENESAS USB PHY DRIVER
11652 M: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11653 L: linux-renesas-soc@vger.kernel.org
11654 S: Maintained
11655 F: drivers/phy/renesas/phy-rcar-gen3-usb*.c
11656
11657 RESET CONTROLLER FRAMEWORK
11658 M: Philipp Zabel <p.zabel@pengutronix.de>
11659 T: git git://git.pengutronix.de/git/pza/linux
11660 S: Maintained
11661 F: drivers/reset/
11662 F: Documentation/devicetree/bindings/reset/
11663 F: include/dt-bindings/reset/
11664 F: include/linux/reset.h
11665 F: include/linux/reset-controller.h
11666
11667 RFKILL
11668 M: Johannes Berg <johannes@sipsolutions.net>
11669 L: linux-wireless@vger.kernel.org
11670 W: http://wireless.kernel.org/
11671 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11672 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11673 S: Maintained
11674 F: Documentation/rfkill.txt
11675 F: Documentation/ABI/stable/sysfs-class-rfkill
11676 F: net/rfkill/
11677
11678 RHASHTABLE
11679 M: Thomas Graf <tgraf@suug.ch>
11680 M: Herbert Xu <herbert@gondor.apana.org.au>
11681 L: netdev@vger.kernel.org
11682 S: Maintained
11683 F: lib/rhashtable.c
11684 F: include/linux/rhashtable.h
11685
11686 RICOH R5C592 MEMORYSTICK DRIVER
11687 M: Maxim Levitsky <maximlevitsky@gmail.com>
11688 S: Maintained
11689 F: drivers/memstick/host/r592.*
11690
11691 RICOH SMARTMEDIA/XD DRIVER
11692 M: Maxim Levitsky <maximlevitsky@gmail.com>
11693 S: Maintained
11694 F: drivers/mtd/nand/r852.c
11695 F: drivers/mtd/nand/r852.h
11696
11697 RISC-V ARCHITECTURE
11698 M: Palmer Dabbelt <palmer@sifive.com>
11699 M: Albert Ou <albert@sifive.com>
11700 L: linux-riscv@lists.infradead.org
11701 T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
11702 S: Supported
11703 F: arch/riscv/
11704 K: riscv
11705 N: riscv
11706
11707 ROCCAT DRIVERS
11708 M: Stefan Achatz <erazor_de@users.sourceforge.net>
11709 W: http://sourceforge.net/projects/roccat/
11710 S: Maintained
11711 F: drivers/hid/hid-roccat*
11712 F: include/linux/hid-roccat*
11713 F: Documentation/ABI/*/sysfs-driver-hid-roccat*
11714
11715 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
11716 M: Jacob chen <jacob2.chen@rock-chips.com>
11717 L: linux-media@vger.kernel.org
11718 S: Maintained
11719 F: drivers/media/platform/rockchip/rga/
11720 F: Documentation/devicetree/bindings/media/rockchip-rga.txt
11721
11722 ROCKER DRIVER
11723 M: Jiri Pirko <jiri@resnulli.us>
11724 L: netdev@vger.kernel.org
11725 S: Supported
11726 F: drivers/net/ethernet/rocker/
11727
11728 ROCKETPORT DRIVER
11729 P: Comtrol Corp.
11730 W: http://www.comtrol.com
11731 S: Maintained
11732 F: Documentation/serial/rocket.txt
11733 F: drivers/tty/rocket*
11734
11735 ROCKETPORT EXPRESS/INFINITY DRIVER
11736 M: Kevin Cernekee <cernekee@gmail.com>
11737 L: linux-serial@vger.kernel.org
11738 S: Odd Fixes
11739 F: drivers/tty/serial/rp2.*
11740
11741 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
11742 M: Marek Vasut <marek.vasut+renesas@gmail.com>
11743 L: linux-kernel@vger.kernel.org
11744 L: linux-renesas-soc@vger.kernel.org
11745 S: Supported
11746 F: drivers/mfd/bd9571mwv.c
11747 F: drivers/regulator/bd9571mwv-regulator.c
11748 F: drivers/gpio/gpio-bd9571mwv.c
11749 F: include/linux/mfd/bd9571mwv.h
11750 F: Documentation/devicetree/bindings/mfd/bd9571mwv.txt
11751
11752 ROSE NETWORK LAYER
11753 M: Ralf Baechle <ralf@linux-mips.org>
11754 L: linux-hams@vger.kernel.org
11755 W: http://www.linux-ax25.org/
11756 S: Maintained
11757 F: include/net/rose.h
11758 F: include/uapi/linux/rose.h
11759 F: net/rose/
11760
11761 RTL2830 MEDIA DRIVER
11762 M: Antti Palosaari <crope@iki.fi>
11763 L: linux-media@vger.kernel.org
11764 W: https://linuxtv.org
11765 W: http://palosaari.fi/linux/
11766 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11767 T: git git://linuxtv.org/anttip/media_tree.git
11768 S: Maintained
11769 F: drivers/media/dvb-frontends/rtl2830*
11770
11771 RTL2832 MEDIA DRIVER
11772 M: Antti Palosaari <crope@iki.fi>
11773 L: linux-media@vger.kernel.org
11774 W: https://linuxtv.org
11775 W: http://palosaari.fi/linux/
11776 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11777 T: git git://linuxtv.org/anttip/media_tree.git
11778 S: Maintained
11779 F: drivers/media/dvb-frontends/rtl2832*
11780
11781 RTL2832_SDR MEDIA DRIVER
11782 M: Antti Palosaari <crope@iki.fi>
11783 L: linux-media@vger.kernel.org
11784 W: https://linuxtv.org
11785 W: http://palosaari.fi/linux/
11786 Q: http://patchwork.linuxtv.org/project/linux-media/list/
11787 T: git git://linuxtv.org/anttip/media_tree.git
11788 S: Maintained
11789 F: drivers/media/dvb-frontends/rtl2832_sdr*
11790
11791 RTL8180 WIRELESS DRIVER
11792 L: linux-wireless@vger.kernel.org
11793 W: http://wireless.kernel.org/
11794 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11795 S: Orphan
11796 F: drivers/net/wireless/realtek/rtl818x/rtl8180/
11797
11798 RTL8187 WIRELESS DRIVER
11799 M: Herton Ronaldo Krzesinski <herton@canonical.com>
11800 M: Hin-Tak Leung <htl10@users.sourceforge.net>
11801 M: Larry Finger <Larry.Finger@lwfinger.net>
11802 L: linux-wireless@vger.kernel.org
11803 W: http://wireless.kernel.org/
11804 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11805 S: Maintained
11806 F: drivers/net/wireless/realtek/rtl818x/rtl8187/
11807
11808 RTL8192CE WIRELESS DRIVER
11809 M: Larry Finger <Larry.Finger@lwfinger.net>
11810 M: Chaoming Li <chaoming_li@realsil.com.cn>
11811 L: linux-wireless@vger.kernel.org
11812 W: http://wireless.kernel.org/
11813 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11814 S: Maintained
11815 F: drivers/net/wireless/realtek/rtlwifi/
11816 F: drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11817
11818 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11819 M: Jes Sorensen <Jes.Sorensen@gmail.com>
11820 L: linux-wireless@vger.kernel.org
11821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11822 S: Maintained
11823 F: drivers/net/wireless/realtek/rtl8xxxu/
11824
11825 RXRPC SOCKETS (AF_RXRPC)
11826 M: David Howells <dhowells@redhat.com>
11827 L: linux-afs@lists.infradead.org
11828 S: Supported
11829 F: net/rxrpc/
11830 F: include/keys/rxrpc-type.h
11831 F: include/net/af_rxrpc.h
11832 F: include/trace/events/rxrpc.h
11833 F: include/uapi/linux/rxrpc.h
11834 F: Documentation/networking/rxrpc.txt
11835 W: https://www.infradead.org/~dhowells/kafs/
11836
11837 S3 SAVAGE FRAMEBUFFER DRIVER
11838 M: Antonino Daplas <adaplas@gmail.com>
11839 L: linux-fbdev@vger.kernel.org
11840 S: Maintained
11841 F: drivers/video/fbdev/savage/
11842
11843 S390
11844 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
11845 M: Heiko Carstens <heiko.carstens@de.ibm.com>
11846 L: linux-s390@vger.kernel.org
11847 W: http://www.ibm.com/developerworks/linux/linux390/
11848 T: git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11849 S: Supported
11850 F: arch/s390/
11851 F: drivers/s390/
11852 F: Documentation/s390/
11853 F: Documentation/driver-api/s390-drivers.rst
11854
11855 S390 COMMON I/O LAYER
11856 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11857 M: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11858 L: linux-s390@vger.kernel.org
11859 W: http://www.ibm.com/developerworks/linux/linux390/
11860 S: Supported
11861 F: drivers/s390/cio/
11862
11863 S390 DASD DRIVER
11864 M: Stefan Haberland <sth@linux.vnet.ibm.com>
11865 M: Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11866 L: linux-s390@vger.kernel.org
11867 W: http://www.ibm.com/developerworks/linux/linux390/
11868 S: Supported
11869 F: drivers/s390/block/dasd*
11870 F: block/partitions/ibm.c
11871
11872 S390 IOMMU (PCI)
11873 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11874 L: linux-s390@vger.kernel.org
11875 W: http://www.ibm.com/developerworks/linux/linux390/
11876 S: Supported
11877 F: drivers/iommu/s390-iommu.c
11878
11879 S390 IUCV NETWORK LAYER
11880 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11881 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11882 L: linux-s390@vger.kernel.org
11883 W: http://www.ibm.com/developerworks/linux/linux390/
11884 S: Supported
11885 F: drivers/s390/net/*iucv*
11886 F: include/net/iucv/
11887 F: net/iucv/
11888
11889 S390 NETWORK DRIVERS
11890 M: Julian Wiedmann <jwi@linux.vnet.ibm.com>
11891 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
11892 L: linux-s390@vger.kernel.org
11893 W: http://www.ibm.com/developerworks/linux/linux390/
11894 S: Supported
11895 F: drivers/s390/net/
11896
11897 S390 PCI SUBSYSTEM
11898 M: Sebastian Ott <sebott@linux.vnet.ibm.com>
11899 M: Gerald Schaefer <gerald.schaefer@de.ibm.com>
11900 L: linux-s390@vger.kernel.org
11901 W: http://www.ibm.com/developerworks/linux/linux390/
11902 S: Supported
11903 F: arch/s390/pci/
11904 F: drivers/pci/hotplug/s390_pci_hpc.c
11905
11906 S390 VFIO-CCW DRIVER
11907 M: Cornelia Huck <cohuck@redhat.com>
11908 M: Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11909 L: linux-s390@vger.kernel.org
11910 L: kvm@vger.kernel.org
11911 S: Supported
11912 F: drivers/s390/cio/vfio_ccw*
11913 F: Documentation/s390/vfio-ccw.txt
11914 F: include/uapi/linux/vfio_ccw.h
11915
11916 S390 ZCRYPT DRIVER
11917 M: Harald Freudenberger <freude@de.ibm.com>
11918 L: linux-s390@vger.kernel.org
11919 W: http://www.ibm.com/developerworks/linux/linux390/
11920 S: Supported
11921 F: drivers/s390/crypto/
11922
11923 S390 VFIO AP DRIVER
11924 M: Tony Krowiak <akrowiak@linux.ibm.com>
11925 M: Pierre Morel <pmorel@linux.ibm.com>
11926 M: Halil Pasic <pasic@linux.ibm.com>
11927 L: linux-s390@vger.kernel.org
11928 W: http://www.ibm.com/developerworks/linux/linux390/
11929 S: Supported
11930 F: drivers/s390/crypto/vfio_ap_drv.c
11931 F: drivers/s390/crypto/vfio_ap_private.h
11932 F: drivers/s390/crypto/vfio_ap_ops.c
11933 F: Documentation/s390/vfio-ap.txt
11934
11935 S390 ZFCP DRIVER
11936 M: Steffen Maier <maier@linux.vnet.ibm.com>
11937 M: Benjamin Block <bblock@linux.vnet.ibm.com>
11938 L: linux-s390@vger.kernel.org
11939 W: http://www.ibm.com/developerworks/linux/linux390/
11940 S: Supported
11941 F: drivers/s390/scsi/zfcp_*
11942
11943 S3C24XX SD/MMC Driver
11944 M: Ben Dooks <ben-linux@fluff.org>
11945 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11946 S: Supported
11947 F: drivers/mmc/host/s3cmci.*
11948
11949 SAA6588 RDS RECEIVER DRIVER
11950 M: Hans Verkuil <hverkuil@xs4all.nl>
11951 L: linux-media@vger.kernel.org
11952 T: git git://linuxtv.org/media_tree.git
11953 W: https://linuxtv.org
11954 S: Odd Fixes
11955 F: drivers/media/i2c/saa6588*
11956
11957 SAA7134 VIDEO4LINUX DRIVER
11958 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
11959 M: Mauro Carvalho Chehab <mchehab@kernel.org>
11960 L: linux-media@vger.kernel.org
11961 W: https://linuxtv.org
11962 T: git git://linuxtv.org/media_tree.git
11963 S: Odd fixes
11964 F: Documentation/media/v4l-drivers/saa7134*
11965 F: drivers/media/pci/saa7134/
11966
11967 SAA7146 VIDEO4LINUX-2 DRIVER
11968 M: Hans Verkuil <hverkuil@xs4all.nl>
11969 L: linux-media@vger.kernel.org
11970 T: git git://linuxtv.org/media_tree.git
11971 S: Maintained
11972 F: drivers/media/common/saa7146/
11973 F: drivers/media/pci/saa7146/
11974 F: include/media/saa7146*
11975
11976 SAMSUNG AUDIO (ASoC) DRIVERS
11977 M: Krzysztof Kozlowski <krzk@kernel.org>
11978 M: Sangbeom Kim <sbkim73@samsung.com>
11979 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
11980 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
11981 S: Supported
11982 F: sound/soc/samsung/
11983
11984 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11985 M: Krzysztof Kozlowski <krzk@kernel.org>
11986 L: linux-crypto@vger.kernel.org
11987 L: linux-samsung-soc@vger.kernel.org
11988 S: Maintained
11989 F: drivers/crypto/exynos-rng.c
11990 F: Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
11991
11992 SAMSUNG FRAMEBUFFER DRIVER
11993 M: Jingoo Han <jingoohan1@gmail.com>
11994 L: linux-fbdev@vger.kernel.org
11995 S: Maintained
11996 F: drivers/video/fbdev/s3c-fb.c
11997
11998 SAMSUNG LAPTOP DRIVER
11999 M: Corentin Chary <corentin.chary@gmail.com>
12000 L: platform-driver-x86@vger.kernel.org
12001 S: Maintained
12002 F: drivers/platform/x86/samsung-laptop.c
12003
12004 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
12005 M: Sangbeom Kim <sbkim73@samsung.com>
12006 M: Krzysztof Kozlowski <krzk@kernel.org>
12007 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12008 L: linux-kernel@vger.kernel.org
12009 L: linux-samsung-soc@vger.kernel.org
12010 S: Supported
12011 F: drivers/mfd/sec*.c
12012 F: drivers/regulator/s2m*.c
12013 F: drivers/regulator/s5m*.c
12014 F: drivers/clk/clk-s2mps11.c
12015 F: drivers/rtc/rtc-s5m.c
12016 F: include/linux/mfd/samsung/
12017 F: Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
12018 F: Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
12019 F: Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
12020 F: Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
12021
12022 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
12023 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
12024 L: linux-media@vger.kernel.org
12025 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12026 S: Maintained
12027 F: drivers/media/platform/s3c-camif/
12028 F: include/media/drv-intf/s3c_camif.h
12029
12030 SAMSUNG S3FWRN5 NFC DRIVER
12031 M: Robert Baldyga <r.baldyga@samsung.com>
12032 M: Krzysztof Opasiak <k.opasiak@samsung.com>
12033 L: linux-nfc@lists.01.org (moderated for non-subscribers)
12034 S: Supported
12035 F: drivers/nfc/s3fwrn5
12036
12037 SAMSUNG S5C73M3 CAMERA DRIVER
12038 M: Kyungmin Park <kyungmin.park@samsung.com>
12039 M: Andrzej Hajda <a.hajda@samsung.com>
12040 L: linux-media@vger.kernel.org
12041 S: Supported
12042 F: drivers/media/i2c/s5c73m3/*
12043
12044 SAMSUNG S5K5BAF CAMERA DRIVER
12045 M: Kyungmin Park <kyungmin.park@samsung.com>
12046 M: Andrzej Hajda <a.hajda@samsung.com>
12047 L: linux-media@vger.kernel.org
12048 S: Supported
12049 F: drivers/media/i2c/s5k5baf.c
12050
12051 SAMSUNG S5P Security SubSystem (SSS) DRIVER
12052 M: Krzysztof Kozlowski <krzk@kernel.org>
12053 M: Vladimir Zapolskiy <vz@mleia.com>
12054 L: linux-crypto@vger.kernel.org
12055 L: linux-samsung-soc@vger.kernel.org
12056 S: Maintained
12057 F: drivers/crypto/s5p-sss.c
12058
12059 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
12060 M: Kyungmin Park <kyungmin.park@samsung.com>
12061 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
12062 L: linux-media@vger.kernel.org
12063 Q: https://patchwork.linuxtv.org/project/linux-media/list/
12064 S: Supported
12065 F: drivers/media/platform/exynos4-is/
12066
12067 SAMSUNG SOC CLOCK DRIVERS
12068 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
12069 M: Tomasz Figa <tomasz.figa@gmail.com>
12070 M: Chanwoo Choi <cw00.choi@samsung.com>
12071 S: Supported
12072 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12073 F: drivers/clk/samsung/
12074 F: include/dt-bindings/clock/exynos*.h
12075 F: Documentation/devicetree/bindings/clock/exynos*.txt
12076
12077 SAMSUNG SPI DRIVERS
12078 M: Kukjin Kim <kgene@kernel.org>
12079 M: Krzysztof Kozlowski <krzk@kernel.org>
12080 M: Andi Shyti <andi.shyti@samsung.com>
12081 L: linux-spi@vger.kernel.org
12082 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
12083 S: Maintained
12084 F: Documentation/devicetree/bindings/spi/spi-samsung.txt
12085 F: drivers/spi/spi-s3c*
12086 F: include/linux/platform_data/spi-s3c64xx.h
12087
12088 SAMSUNG SXGBE DRIVERS
12089 M: Byungho An <bh74.an@samsung.com>
12090 M: Girish K S <ks.giri@samsung.com>
12091 M: Vipul Pandya <vipul.pandya@samsung.com>
12092 S: Supported
12093 L: netdev@vger.kernel.org
12094 F: drivers/net/ethernet/samsung/sxgbe/
12095
12096 SAMSUNG THERMAL DRIVER
12097 M: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12098 L: linux-pm@vger.kernel.org
12099 L: linux-samsung-soc@vger.kernel.org
12100 S: Supported
12101 T: git https://github.com/lmajewski/linux-samsung-thermal.git
12102 F: drivers/thermal/samsung/
12103
12104 SAMSUNG USB2 PHY DRIVER
12105 M: Kamil Debski <kamil@wypas.org>
12106 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
12107 L: linux-kernel@vger.kernel.org
12108 S: Supported
12109 F: Documentation/devicetree/bindings/phy/samsung-phy.txt
12110 F: Documentation/phy/samsung-usb2.txt
12111 F: drivers/phy/samsung/phy-exynos4210-usb2.c
12112 F: drivers/phy/samsung/phy-exynos4x12-usb2.c
12113 F: drivers/phy/samsung/phy-exynos5250-usb2.c
12114 F: drivers/phy/samsung/phy-s5pv210-usb2.c
12115 F: drivers/phy/samsung/phy-samsung-usb2.c
12116 F: drivers/phy/samsung/phy-samsung-usb2.h
12117
12118 SC1200 WDT DRIVER
12119 M: Zwane Mwaikambo <zwanem@gmail.com>
12120 S: Maintained
12121 F: drivers/watchdog/sc1200wdt.c
12122
12123 SCHEDULER
12124 M: Ingo Molnar <mingo@redhat.com>
12125 M: Peter Zijlstra <peterz@infradead.org>
12126 L: linux-kernel@vger.kernel.org
12127 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
12128 S: Maintained
12129 F: kernel/sched/
12130 F: include/linux/sched.h
12131 F: include/uapi/linux/sched.h
12132 F: include/linux/wait.h
12133
12134 SCORE ARCHITECTURE
12135 M: Chen Liqin <liqin.linux@gmail.com>
12136 M: Lennox Wu <lennox.wu@gmail.com>
12137 W: http://www.sunplus.com
12138 S: Supported
12139 F: arch/score/
12140
12141 SCR24X CHIP CARD INTERFACE DRIVER
12142 M: Lubomir Rintel <lkundrak@v3.sk>
12143 S: Supported
12144 F: drivers/char/pcmcia/scr24x_cs.c
12145
12146 SCSI CDROM DRIVER
12147 M: Jens Axboe <axboe@kernel.dk>
12148 L: linux-scsi@vger.kernel.org
12149 W: http://www.kernel.dk
12150 S: Maintained
12151 F: drivers/scsi/sr*
12152
12153 SCSI RDMA PROTOCOL (SRP) INITIATOR
12154 M: Bart Van Assche <bart.vanassche@sandisk.com>
12155 L: linux-rdma@vger.kernel.org
12156 S: Supported
12157 W: http://www.openfabrics.org
12158 Q: http://patchwork.kernel.org/project/linux-rdma/list/
12159 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
12160 F: drivers/infiniband/ulp/srp/
12161 F: include/scsi/srp.h
12162
12163 SCSI SG DRIVER
12164 M: Doug Gilbert <dgilbert@interlog.com>
12165 L: linux-scsi@vger.kernel.org
12166 W: http://sg.danny.cz/sg
12167 S: Maintained
12168 F: Documentation/scsi/scsi-generic.txt
12169 F: drivers/scsi/sg.c
12170 F: include/scsi/sg.h
12171
12172 SCSI SUBSYSTEM
12173 M: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
12174 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
12175 M: "Martin K. Petersen" <martin.petersen@oracle.com>
12176 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
12177 L: linux-scsi@vger.kernel.org
12178 S: Maintained
12179 F: Documentation/devicetree/bindings/scsi/
12180 F: drivers/scsi/
12181 F: include/scsi/
12182
12183 SCSI TAPE DRIVER
12184 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
12185 L: linux-scsi@vger.kernel.org
12186 S: Maintained
12187 F: Documentation/scsi/st.txt
12188 F: drivers/scsi/st.*
12189 F: drivers/scsi/st_*.h
12190
12191 SCTP PROTOCOL
12192 M: Vlad Yasevich <vyasevich@gmail.com>
12193 M: Neil Horman <nhorman@tuxdriver.com>
12194 L: linux-sctp@vger.kernel.org
12195 W: http://lksctp.sourceforge.net
12196 S: Maintained
12197 F: Documentation/networking/sctp.txt
12198 F: include/linux/sctp.h
12199 F: include/uapi/linux/sctp.h
12200 F: include/net/sctp/
12201 F: net/sctp/
12202
12203 SCx200 CPU SUPPORT
12204 M: Jim Cromie <jim.cromie@gmail.com>
12205 S: Odd Fixes
12206 F: Documentation/i2c/busses/scx200_acb
12207 F: arch/x86/platform/scx200/
12208 F: drivers/watchdog/scx200_wdt.c
12209 F: drivers/i2c/busses/scx200*
12210 F: drivers/mtd/maps/scx200_docflash.c
12211 F: include/linux/scx200.h
12212
12213 SCx200 GPIO DRIVER
12214 M: Jim Cromie <jim.cromie@gmail.com>
12215 S: Maintained
12216 F: drivers/char/scx200_gpio.c
12217 F: include/linux/scx200_gpio.h
12218
12219 SCx200 HRT CLOCKSOURCE DRIVER
12220 M: Jim Cromie <jim.cromie@gmail.com>
12221 S: Maintained
12222 F: drivers/clocksource/scx200_hrt.c
12223
12224 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
12225 M: Sascha Sommer <saschasommer@freenet.de>
12226 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
12227 S: Maintained
12228 F: drivers/mmc/host/sdricoh_cs.c
12229
12230 SECURE COMPUTING
12231 M: Kees Cook <keescook@chromium.org>
12232 R: Andy Lutomirski <luto@amacapital.net>
12233 R: Will Drewry <wad@chromium.org>
12234 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
12235 S: Supported
12236 F: kernel/seccomp.c
12237 F: include/uapi/linux/seccomp.h
12238 F: include/linux/seccomp.h
12239 F: tools/testing/selftests/seccomp/*
12240 F: tools/testing/selftests/kselftest_harness.h
12241 F: Documentation/userspace-api/seccomp_filter.rst
12242 K: \bsecure_computing
12243 K: \bTIF_SECCOMP\b
12244
12245 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
12246 M: Al Cooper <alcooperx@gmail.com>
12247 L: linux-mmc@vger.kernel.org
12248 L: bcm-kernel-feedback-list@broadcom.com
12249 S: Maintained
12250 F: drivers/mmc/host/sdhci-brcmstb*
12251
12252 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
12253 M: Adrian Hunter <adrian.hunter@intel.com>
12254 L: linux-mmc@vger.kernel.org
12255 T: git git://git.infradead.org/users/ahunter/linux-sdhci.git
12256 S: Maintained
12257 F: drivers/mmc/host/sdhci*
12258 F: include/linux/mmc/sdhci*
12259
12260 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
12261 M: Ben Dooks <ben-linux@fluff.org>
12262 M: Jaehoon Chung <jh80.chung@samsung.com>
12263 L: linux-mmc@vger.kernel.org
12264 S: Maintained
12265 F: drivers/mmc/host/sdhci-s3c*
12266
12267 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
12268 M: Viresh Kumar <vireshk@kernel.org>
12269 L: linux-mmc@vger.kernel.org
12270 S: Maintained
12271 F: drivers/mmc/host/sdhci-spear.c
12272
12273 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
12274 M: Kishon Vijay Abraham I <kishon@ti.com>
12275 L: linux-mmc@vger.kernel.org
12276 S: Maintained
12277 F: drivers/mmc/host/sdhci-omap.c
12278
12279 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
12280 M: Scott Bauer <scott.bauer@intel.com>
12281 M: Jonathan Derrick <jonathan.derrick@intel.com>
12282 L: linux-block@vger.kernel.org
12283 S: Supported
12284 F: block/sed*
12285 F: block/opal_proto.h
12286 F: include/linux/sed*
12287 F: include/uapi/linux/sed*
12288
12289 SECURITY CONTACT
12290 M: Security Officers <security@kernel.org>
12291 S: Supported
12292
12293 SECURITY SUBSYSTEM
12294 M: James Morris <jmorris@namei.org>
12295 M: "Serge E. Hallyn" <serge@hallyn.com>
12296 L: linux-security-module@vger.kernel.org (suggested Cc:)
12297 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
12298 W: http://kernsec.org/
12299 S: Supported
12300 F: security/
12301
12302 SELINUX SECURITY MODULE
12303 M: Paul Moore <paul@paul-moore.com>
12304 M: Stephen Smalley <sds@tycho.nsa.gov>
12305 M: Eric Paris <eparis@parisplace.org>
12306 L: selinux@tycho.nsa.gov (moderated for non-subscribers)
12307 W: https://selinuxproject.org
12308 W: https://github.com/SELinuxProject
12309 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
12310 S: Supported
12311 F: include/linux/selinux*
12312 F: security/selinux/
12313 F: scripts/selinux/
12314 F: Documentation/admin-guide/LSM/SELinux.rst
12315
12316 SENSABLE PHANTOM
12317 M: Jiri Slaby <jirislaby@gmail.com>
12318 S: Maintained
12319 F: drivers/misc/phantom.c
12320 F: include/uapi/linux/phantom.h
12321
12322 SERIAL DEVICE BUS
12323 M: Rob Herring <robh@kernel.org>
12324 L: linux-serial@vger.kernel.org
12325 S: Maintained
12326 F: Documentation/devicetree/bindings/serial/slave-device.txt
12327 F: drivers/tty/serdev/
12328 F: include/linux/serdev.h
12329
12330 SERIAL DRIVERS
12331 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12332 L: linux-serial@vger.kernel.org
12333 S: Maintained
12334 F: Documentation/devicetree/bindings/serial/
12335 F: drivers/tty/serial/
12336
12337 SERIAL IR RECEIVER
12338 M: Sean Young <sean@mess.org>
12339 L: linux-media@vger.kernel.org
12340 S: Maintained
12341 F: drivers/media/rc/serial_ir.c
12342
12343 SFC NETWORK DRIVER
12344 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
12345 M: Edward Cree <ecree@solarflare.com>
12346 M: Bert Kenward <bkenward@solarflare.com>
12347 L: netdev@vger.kernel.org
12348 S: Supported
12349 F: drivers/net/ethernet/sfc/
12350
12351 SGI GRU DRIVER
12352 M: Dimitri Sivanich <sivanich@sgi.com>
12353 S: Maintained
12354 F: drivers/misc/sgi-gru/
12355
12356 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12357 M: Pat Gefre <pfg@sgi.com>
12358 L: linux-ia64@vger.kernel.org
12359 S: Supported
12360 F: Documentation/ia64/serial.txt
12361 F: drivers/tty/serial/ioc?_serial.c
12362 F: include/linux/ioc?.h
12363
12364 SGI XP/XPC/XPNET DRIVER
12365 M: Cliff Whickman <cpw@sgi.com>
12366 M: Robin Holt <robinmholt@gmail.com>
12367 S: Maintained
12368 F: drivers/misc/sgi-xp/
12369
12370 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
12371 M: Ursula Braun <ubraun@linux.vnet.ibm.com>
12372 L: linux-s390@vger.kernel.org
12373 W: http://www.ibm.com/developerworks/linux/linux390/
12374 S: Supported
12375 F: net/smc/
12376
12377 SH_VEU V4L2 MEM2MEM DRIVER
12378 L: linux-media@vger.kernel.org
12379 S: Orphan
12380 F: drivers/media/platform/sh_veu.c
12381
12382 SH_VOU V4L2 OUTPUT DRIVER
12383 L: linux-media@vger.kernel.org
12384 S: Orphan
12385 F: drivers/media/platform/sh_vou.c
12386 F: include/media/drv-intf/sh_vou.h
12387
12388 SI2157 MEDIA DRIVER
12389 M: Antti Palosaari <crope@iki.fi>
12390 L: linux-media@vger.kernel.org
12391 W: https://linuxtv.org
12392 W: http://palosaari.fi/linux/
12393 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12394 T: git git://linuxtv.org/anttip/media_tree.git
12395 S: Maintained
12396 F: drivers/media/tuners/si2157*
12397
12398 SI2168 MEDIA DRIVER
12399 M: Antti Palosaari <crope@iki.fi>
12400 L: linux-media@vger.kernel.org
12401 W: https://linuxtv.org
12402 W: http://palosaari.fi/linux/
12403 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12404 T: git git://linuxtv.org/anttip/media_tree.git
12405 S: Maintained
12406 F: drivers/media/dvb-frontends/si2168*
12407
12408 SI470X FM RADIO RECEIVER I2C DRIVER
12409 M: Hans Verkuil <hverkuil@xs4all.nl>
12410 L: linux-media@vger.kernel.org
12411 T: git git://linuxtv.org/media_tree.git
12412 W: https://linuxtv.org
12413 S: Odd Fixes
12414 F: drivers/media/radio/si470x/radio-si470x-i2c.c
12415
12416 SI470X FM RADIO RECEIVER USB DRIVER
12417 M: Hans Verkuil <hverkuil@xs4all.nl>
12418 L: linux-media@vger.kernel.org
12419 T: git git://linuxtv.org/media_tree.git
12420 W: https://linuxtv.org
12421 S: Maintained
12422 F: drivers/media/radio/si470x/radio-si470x-common.c
12423 F: drivers/media/radio/si470x/radio-si470x.h
12424 F: drivers/media/radio/si470x/radio-si470x-usb.c
12425
12426 SI4713 FM RADIO TRANSMITTER I2C DRIVER
12427 M: Eduardo Valentin <edubezval@gmail.com>
12428 L: linux-media@vger.kernel.org
12429 T: git git://linuxtv.org/media_tree.git
12430 W: https://linuxtv.org
12431 S: Odd Fixes
12432 F: drivers/media/radio/si4713/si4713.?
12433
12434 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12435 M: Eduardo Valentin <edubezval@gmail.com>
12436 L: linux-media@vger.kernel.org
12437 T: git git://linuxtv.org/media_tree.git
12438 W: https://linuxtv.org
12439 S: Odd Fixes
12440 F: drivers/media/radio/si4713/radio-platform-si4713.c
12441
12442 SI4713 FM RADIO TRANSMITTER USB DRIVER
12443 M: Hans Verkuil <hverkuil@xs4all.nl>
12444 L: linux-media@vger.kernel.org
12445 T: git git://linuxtv.org/media_tree.git
12446 W: https://linuxtv.org
12447 S: Maintained
12448 F: drivers/media/radio/si4713/radio-usb-si4713.c
12449
12450 SIANO DVB DRIVER
12451 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12452 M: Mauro Carvalho Chehab <mchehab@kernel.org>
12453 L: linux-media@vger.kernel.org
12454 W: https://linuxtv.org
12455 T: git git://linuxtv.org/media_tree.git
12456 S: Odd fixes
12457 F: drivers/media/common/siano/
12458 F: drivers/media/usb/siano/
12459 F: drivers/media/usb/siano/
12460 F: drivers/media/mmc/siano/
12461
12462 SILEAD TOUCHSCREEN DRIVER
12463 M: Hans de Goede <hdegoede@redhat.com>
12464 L: linux-input@vger.kernel.org
12465 L: platform-driver-x86@vger.kernel.org
12466 S: Maintained
12467 F: drivers/input/touchscreen/silead.c
12468 F: drivers/platform/x86/silead_dmi.c
12469
12470 SILICON MOTION SM712 FRAME BUFFER DRIVER
12471 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12472 M: Teddy Wang <teddy.wang@siliconmotion.com>
12473 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12474 L: linux-fbdev@vger.kernel.org
12475 S: Maintained
12476 F: drivers/video/fbdev/sm712*
12477 F: Documentation/fb/sm712fb.txt
12478
12479 SIMPLE FIRMWARE INTERFACE (SFI)
12480 M: Len Brown <lenb@kernel.org>
12481 L: sfi-devel@simplefirmware.org
12482 W: http://simplefirmware.org/
12483 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12484 S: Supported
12485 F: arch/x86/platform/sfi/
12486 F: drivers/sfi/
12487 F: include/linux/sfi*.h
12488
12489 SIMPLEFB FB DRIVER
12490 M: Hans de Goede <hdegoede@redhat.com>
12491 L: linux-fbdev@vger.kernel.org
12492 S: Maintained
12493 F: Documentation/devicetree/bindings/display/simple-framebuffer.txt
12494 F: drivers/video/fbdev/simplefb.c
12495 F: include/linux/platform_data/simplefb.h
12496
12497 SIMTEC EB110ATX (Chalice CATS)
12498 P: Ben Dooks
12499 P: Vincent Sanders <vince@simtec.co.uk>
12500 M: Simtec Linux Team <linux@simtec.co.uk>
12501 W: http://www.simtec.co.uk/products/EB110ATX/
12502 S: Supported
12503
12504 SIMTEC EB2410ITX (BAST)
12505 P: Ben Dooks
12506 P: Vincent Sanders <vince@simtec.co.uk>
12507 M: Simtec Linux Team <linux@simtec.co.uk>
12508 W: http://www.simtec.co.uk/products/EB2410ITX/
12509 S: Supported
12510 F: arch/arm/mach-s3c24xx/mach-bast.c
12511 F: arch/arm/mach-s3c24xx/bast-ide.c
12512 F: arch/arm/mach-s3c24xx/bast-irq.c
12513
12514 SIPHASH PRF ROUTINES
12515 M: Jason A. Donenfeld <Jason@zx2c4.com>
12516 S: Maintained
12517 F: lib/siphash.c
12518 F: lib/test_siphash.c
12519 F: include/linux/siphash.h
12520
12521 SIS 190 ETHERNET DRIVER
12522 M: Francois Romieu <romieu@fr.zoreil.com>
12523 L: netdev@vger.kernel.org
12524 S: Maintained
12525 F: drivers/net/ethernet/sis/sis190.c
12526
12527 SIS 900/7016 FAST ETHERNET DRIVER
12528 M: Daniele Venzano <venza@brownhat.org>
12529 W: http://www.brownhat.org/sis900.html
12530 L: netdev@vger.kernel.org
12531 S: Maintained
12532 F: drivers/net/ethernet/sis/sis900.*
12533
12534 SIS FRAMEBUFFER DRIVER
12535 M: Thomas Winischhofer <thomas@winischhofer.net>
12536 W: http://www.winischhofer.net/linuxsisvga.shtml
12537 S: Maintained
12538 F: Documentation/fb/sisfb.txt
12539 F: drivers/video/fbdev/sis/
12540 F: include/video/sisfb.h
12541
12542 SIS USB2VGA DRIVER
12543 M: Thomas Winischhofer <thomas@winischhofer.net>
12544 W: http://www.winischhofer.at/linuxsisusbvga.shtml
12545 S: Maintained
12546 F: drivers/usb/misc/sisusbvga/
12547
12548 SLAB ALLOCATOR
12549 M: Christoph Lameter <cl@linux.com>
12550 M: Pekka Enberg <penberg@kernel.org>
12551 M: David Rientjes <rientjes@google.com>
12552 M: Joonsoo Kim <iamjoonsoo.kim@lge.com>
12553 M: Andrew Morton <akpm@linux-foundation.org>
12554 L: linux-mm@kvack.org
12555 S: Maintained
12556 F: include/linux/sl?b*.h
12557 F: mm/sl?b*
12558
12559 SLEEPABLE READ-COPY UPDATE (SRCU)
12560 M: Lai Jiangshan <jiangshanlai@gmail.com>
12561 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12562 M: Josh Triplett <josh@joshtriplett.org>
12563 R: Steven Rostedt <rostedt@goodmis.org>
12564 R: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12565 L: linux-kernel@vger.kernel.org
12566 W: http://www.rdrop.com/users/paulmck/RCU/
12567 S: Supported
12568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12569 F: include/linux/srcu.h
12570 F: kernel/rcu/srcu.c
12571
12572 SMACK SECURITY MODULE
12573 M: Casey Schaufler <casey@schaufler-ca.com>
12574 L: linux-security-module@vger.kernel.org
12575 W: http://schaufler-ca.com
12576 T: git git://github.com/cschaufler/smack-next
12577 S: Maintained
12578 F: Documentation/admin-guide/LSM/Smack.rst
12579 F: security/smack/
12580
12581 SMC91x ETHERNET DRIVER
12582 M: Nicolas Pitre <nico@fluxnic.net>
12583 S: Odd Fixes
12584 F: drivers/net/ethernet/smsc/smc91x.*
12585
12586 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12587 M: Sakari Ailus <sakari.ailus@iki.fi>
12588 L: linux-media@vger.kernel.org
12589 S: Maintained
12590 F: drivers/media/i2c/smiapp/
12591 F: include/media/i2c/smiapp.h
12592 F: drivers/media/i2c/smiapp-pll.c
12593 F: drivers/media/i2c/smiapp-pll.h
12594 F: include/uapi/linux/smiapp.h
12595 F: Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12596
12597 SMM665 HARDWARE MONITOR DRIVER
12598 M: Guenter Roeck <linux@roeck-us.net>
12599 L: linux-hwmon@vger.kernel.org
12600 S: Maintained
12601 F: Documentation/hwmon/smm665
12602 F: drivers/hwmon/smm665.c
12603
12604 SMSC EMC2103 HARDWARE MONITOR DRIVER
12605 M: Steve Glendinning <steve.glendinning@shawell.net>
12606 L: linux-hwmon@vger.kernel.org
12607 S: Maintained
12608 F: Documentation/hwmon/emc2103
12609 F: drivers/hwmon/emc2103.c
12610
12611 SMSC SCH5627 HARDWARE MONITOR DRIVER
12612 M: Hans de Goede <hdegoede@redhat.com>
12613 L: linux-hwmon@vger.kernel.org
12614 S: Supported
12615 F: Documentation/hwmon/sch5627
12616 F: drivers/hwmon/sch5627.c
12617
12618 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12619 M: Steve Glendinning <steve.glendinning@shawell.net>
12620 L: linux-fbdev@vger.kernel.org
12621 S: Maintained
12622 F: drivers/video/fbdev/smscufx.c
12623
12624 SMSC47B397 HARDWARE MONITOR DRIVER
12625 M: Jean Delvare <jdelvare@suse.com>
12626 L: linux-hwmon@vger.kernel.org
12627 S: Maintained
12628 F: Documentation/hwmon/smsc47b397
12629 F: drivers/hwmon/smsc47b397.c
12630
12631 SMSC911x ETHERNET DRIVER
12632 M: Steve Glendinning <steve.glendinning@shawell.net>
12633 L: netdev@vger.kernel.org
12634 S: Maintained
12635 F: include/linux/smsc911x.h
12636 F: drivers/net/ethernet/smsc/smsc911x.*
12637
12638 SMSC9420 PCI ETHERNET DRIVER
12639 M: Steve Glendinning <steve.glendinning@shawell.net>
12640 L: netdev@vger.kernel.org
12641 S: Maintained
12642 F: drivers/net/ethernet/smsc/smsc9420.*
12643
12644 SOC-CAMERA V4L2 SUBSYSTEM
12645 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12646 L: linux-media@vger.kernel.org
12647 T: git git://linuxtv.org/media_tree.git
12648 S: Maintained
12649 F: include/media/soc*
12650 F: drivers/media/i2c/soc_camera/
12651 F: drivers/media/platform/soc_camera/
12652
12653 SOEKRIS NET48XX LED SUPPORT
12654 M: Chris Boot <bootc@bootc.net>
12655 S: Maintained
12656 F: drivers/leds/leds-net48xx.c
12657
12658 SOFT-ROCE DRIVER (rxe)
12659 M: Moni Shoua <monis@mellanox.com>
12660 L: linux-rdma@vger.kernel.org
12661 S: Supported
12662 W: https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
12663 Q: http://patchwork.kernel.org/project/linux-rdma/list/
12664 F: drivers/infiniband/sw/rxe/
12665 F: include/uapi/rdma/rdma_user_rxe.h
12666
12667 SOFTLOGIC 6x10 MPEG CODEC
12668 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12669 M: Anton Sviridenko <anton@corp.bluecherry.net>
12670 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12671 M: Andrey Utkin <andrey_utkin@fastmail.com>
12672 M: Ismael Luceno <ismael@iodev.co.uk>
12673 L: linux-media@vger.kernel.org
12674 S: Supported
12675 F: drivers/media/pci/solo6x10/
12676
12677 SOFTWARE DELEGATED EXCEPTION INTERFACE (SDEI)
12678 M: James Morse <james.morse@arm.com>
12679 L: linux-arm-kernel@lists.infradead.org
12680 S: Maintained
12681 F: Documentation/devicetree/bindings/arm/firmware/sdei.txt
12682 F: drivers/firmware/arm_sdei.c
12683 F: include/linux/sdei.h
12684 F: include/uapi/linux/sdei.h
12685
12686 SOFTWARE RAID (Multiple Disks) SUPPORT
12687 M: Shaohua Li <shli@kernel.org>
12688 L: linux-raid@vger.kernel.org
12689 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12690 S: Supported
12691 F: drivers/md/Makefile
12692 F: drivers/md/Kconfig
12693 F: drivers/md/md*
12694 F: drivers/md/raid*
12695 F: include/linux/raid/
12696 F: include/uapi/linux/raid/
12697
12698 SONIC NETWORK DRIVER
12699 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12700 L: netdev@vger.kernel.org
12701 S: Maintained
12702 F: drivers/net/ethernet/natsemi/sonic.*
12703
12704 SONICS SILICON BACKPLANE DRIVER (SSB)
12705 M: Michael Buesch <m@bues.ch>
12706 L: linux-wireless@vger.kernel.org
12707 S: Maintained
12708 F: drivers/ssb/
12709 F: include/linux/ssb/
12710
12711 SONY IMX274 SENSOR DRIVER
12712 M: Leon Luo <leonl@leopardimaging.com>
12713 L: linux-media@vger.kernel.org
12714 T: git git://linuxtv.org/media_tree.git
12715 S: Maintained
12716 F: drivers/media/i2c/imx274.c
12717 F: Documentation/devicetree/bindings/media/i2c/imx274.txt
12718
12719 SONY MEMORYSTICK CARD SUPPORT
12720 M: Alex Dubov <oakad@yahoo.com>
12721 W: http://tifmxx.berlios.de/
12722 S: Maintained
12723 F: drivers/memstick/host/tifm_ms.c
12724
12725 SONY MEMORYSTICK STANDARD SUPPORT
12726 M: Maxim Levitsky <maximlevitsky@gmail.com>
12727 S: Maintained
12728 F: drivers/memstick/core/ms_block.*
12729
12730 SONY VAIO CONTROL DEVICE DRIVER
12731 M: Mattia Dongili <malattia@linux.it>
12732 L: platform-driver-x86@vger.kernel.org
12733 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12734 S: Maintained
12735 F: Documentation/laptops/sony-laptop.txt
12736 F: drivers/char/sonypi.c
12737 F: drivers/platform/x86/sony-laptop.c
12738 F: include/linux/sony-laptop.h
12739
12740 SOUND
12741 M: Jaroslav Kysela <perex@perex.cz>
12742 M: Takashi Iwai <tiwai@suse.com>
12743 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12744 W: http://www.alsa-project.org/
12745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12746 T: git git://git.alsa-project.org/alsa-kernel.git
12747 Q: http://patchwork.kernel.org/project/alsa-devel/list/
12748 S: Maintained
12749 F: Documentation/sound/
12750 F: include/sound/
12751 F: include/uapi/sound/
12752 F: sound/
12753
12754 SOUND - COMPRESSED AUDIO
12755 M: Vinod Koul <vinod.koul@intel.com>
12756 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12758 S: Supported
12759 F: Documentation/sound/alsa/compress_offload.txt
12760 F: include/sound/compress_driver.h
12761 F: include/uapi/sound/compress_*
12762 F: sound/core/compress_offload.c
12763 F: sound/soc/soc-compress.c
12764
12765 SOUND - DMAENGINE HELPERS
12766 M: Lars-Peter Clausen <lars@metafoo.de>
12767 S: Supported
12768 F: include/sound/dmaengine_pcm.h
12769 F: sound/core/pcm_dmaengine.c
12770 F: sound/soc/soc-generic-dmaengine-pcm.c
12771
12772 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12773 M: Liam Girdwood <lgirdwood@gmail.com>
12774 M: Mark Brown <broonie@kernel.org>
12775 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12776 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
12777 W: http://alsa-project.org/main/index.php/ASoC
12778 S: Supported
12779 F: Documentation/devicetree/bindings/sound/
12780 F: Documentation/sound/alsa/soc/
12781 F: sound/soc/
12782 F: include/sound/soc*
12783
12784 SP2 MEDIA DRIVER
12785 M: Olli Salonen <olli.salonen@iki.fi>
12786 L: linux-media@vger.kernel.org
12787 W: https://linuxtv.org
12788 Q: http://patchwork.linuxtv.org/project/linux-media/list/
12789 S: Maintained
12790 F: drivers/media/dvb-frontends/sp2*
12791
12792 SPARC + UltraSPARC (sparc/sparc64)
12793 M: "David S. Miller" <davem@davemloft.net>
12794 L: sparclinux@vger.kernel.org
12795 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
12796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12797 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12798 S: Maintained
12799 F: arch/sparc/
12800 F: drivers/sbus/
12801
12802 SPARC SERIAL DRIVERS
12803 M: "David S. Miller" <davem@davemloft.net>
12804 L: sparclinux@vger.kernel.org
12805 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12806 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12807 S: Maintained
12808 F: include/linux/sunserialcore.h
12809 F: drivers/tty/serial/suncore.c
12810 F: drivers/tty/serial/sunhv.c
12811 F: drivers/tty/serial/sunsab.c
12812 F: drivers/tty/serial/sunsab.h
12813 F: drivers/tty/serial/sunsu.c
12814 F: drivers/tty/serial/sunzilog.c
12815 F: drivers/tty/serial/sunzilog.h
12816 F: drivers/tty/vcc.c
12817
12818 SPARSE CHECKER
12819 M: "Christopher Li" <sparse@chrisli.org>
12820 L: linux-sparse@vger.kernel.org
12821 W: https://sparse.wiki.kernel.org/
12822 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12823 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12824 S: Maintained
12825 F: include/linux/compiler.h
12826
12827 SPEAR CLOCK FRAMEWORK SUPPORT
12828 M: Viresh Kumar <vireshk@kernel.org>
12829 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12830 W: http://www.st.com/spear
12831 S: Maintained
12832 F: drivers/clk/spear/
12833
12834 SPEAR PLATFORM SUPPORT
12835 M: Viresh Kumar <vireshk@kernel.org>
12836 M: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12837 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12838 W: http://www.st.com/spear
12839 S: Maintained
12840 F: arch/arm/boot/dts/spear*
12841 F: arch/arm/mach-spear/
12842
12843 SPI NOR SUBSYSTEM
12844 M: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12845 M: Marek Vasut <marek.vasut@gmail.com>
12846 L: linux-mtd@lists.infradead.org
12847 W: http://www.linux-mtd.infradead.org/
12848 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
12849 T: git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12850 T: git git://git.infradead.org/l2-mtd.git spi-nor/next
12851 S: Maintained
12852 F: drivers/mtd/spi-nor/
12853 F: include/linux/mtd/spi-nor.h
12854
12855 SPI SUBSYSTEM
12856 M: Mark Brown <broonie@kernel.org>
12857 L: linux-spi@vger.kernel.org
12858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12859 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
12860 S: Maintained
12861 F: Documentation/devicetree/bindings/spi/
12862 F: Documentation/spi/
12863 F: drivers/spi/
12864 F: include/linux/spi/
12865 F: include/uapi/linux/spi/
12866 F: tools/spi/
12867
12868 SPIDERNET NETWORK DRIVER for CELL
12869 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12870 L: netdev@vger.kernel.org
12871 S: Supported
12872 F: Documentation/networking/spider_net.txt
12873 F: drivers/net/ethernet/toshiba/spider_net*
12874
12875 SPMI SUBSYSTEM
12876 R: Stephen Boyd <sboyd@codeaurora.org>
12877 L: linux-arm-msm@vger.kernel.org
12878 F: Documentation/devicetree/bindings/spmi/
12879 F: drivers/spmi/
12880 F: include/dt-bindings/spmi/spmi.h
12881 F: include/linux/spmi.h
12882 F: include/trace/events/spmi.h
12883
12884 SPU FILE SYSTEM
12885 M: Jeremy Kerr <jk@ozlabs.org>
12886 L: linuxppc-dev@lists.ozlabs.org
12887 W: http://www.ibm.com/developerworks/power/cell/
12888 S: Supported
12889 F: Documentation/filesystems/spufs.txt
12890 F: arch/powerpc/platforms/cell/spufs/
12891
12892 SQUASHFS FILE SYSTEM
12893 M: Phillip Lougher <phillip@squashfs.org.uk>
12894 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
12895 W: http://squashfs.org.uk
12896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12897 S: Maintained
12898 F: Documentation/filesystems/squashfs.txt
12899 F: fs/squashfs/
12900
12901 SRM (Alpha) environment access
12902 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
12903 S: Maintained
12904 F: arch/alpha/kernel/srm_env.c
12905
12906 STABLE BRANCH
12907 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12908 L: stable@vger.kernel.org
12909 S: Supported
12910 F: Documentation/process/stable-kernel-rules.rst
12911
12912 STAGING - ATOMISP DRIVER
12913 M: Alan Cox <alan@linux.intel.com>
12914 M: Sakari Ailus <sakari.ailus@linux.intel.com>
12915 L: linux-media@vger.kernel.org
12916 S: Maintained
12917 F: drivers/staging/media/atomisp/
12918
12919 STAGING - COMEDI
12920 M: Ian Abbott <abbotti@mev.co.uk>
12921 M: H Hartley Sweeten <hsweeten@visionengravers.com>
12922 S: Odd Fixes
12923 F: drivers/staging/comedi/
12924
12925 STAGING - FLARION FT1000 DRIVERS
12926 M: Marek Belisko <marek.belisko@gmail.com>
12927 S: Odd Fixes
12928 F: drivers/staging/ft1000/
12929
12930 STAGING - INDUSTRIAL IO
12931 M: Jonathan Cameron <jic23@kernel.org>
12932 L: linux-iio@vger.kernel.org
12933 S: Odd Fixes
12934 F: Documentation/devicetree/bindings/staging/iio/
12935 F: drivers/staging/iio/
12936
12937 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12938 M: Jarod Wilson <jarod@wilsonet.com>
12939 W: http://www.lirc.org/
12940 S: Odd Fixes
12941 F: drivers/staging/media/lirc/
12942
12943 STAGING - LUSTRE PARALLEL FILESYSTEM
12944 M: Oleg Drokin <oleg.drokin@intel.com>
12945 M: Andreas Dilger <andreas.dilger@intel.com>
12946 M: James Simmons <jsimmons@infradead.org>
12947 L: lustre-devel@lists.lustre.org (moderated for non-subscribers)
12948 W: http://wiki.lustre.org/
12949 S: Maintained
12950 F: drivers/staging/lustre
12951
12952 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12953 M: Marc Dietrich <marvin24@gmx.de>
12954 L: ac100@lists.launchpad.net (moderated for non-subscribers)
12955 L: linux-tegra@vger.kernel.org
12956 S: Maintained
12957 F: drivers/staging/nvec/
12958
12959 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12960 M: Jens Frederich <jfrederich@gmail.com>
12961 M: Daniel Drake <dsd@laptop.org>
12962 M: Jon Nettleton <jon.nettleton@gmail.com>
12963 W: http://wiki.laptop.org/go/DCON
12964 S: Maintained
12965 F: drivers/staging/olpc_dcon/
12966
12967 STAGING - REALTEK RTL8712U DRIVERS
12968 M: Larry Finger <Larry.Finger@lwfinger.net>
12969 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12970 S: Odd Fixes
12971 F: drivers/staging/rtl8712/
12972
12973 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12974 M: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12975 M: Teddy Wang <teddy.wang@siliconmotion.com>
12976 M: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12977 L: linux-fbdev@vger.kernel.org
12978 S: Maintained
12979 F: drivers/staging/sm750fb/
12980
12981 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12982 M: William Hubbs <w.d.hubbs@gmail.com>
12983 M: Chris Brannon <chris@the-brannons.com>
12984 M: Kirk Reiser <kirk@reisers.ca>
12985 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
12986 L: speakup@linux-speakup.org
12987 W: http://www.linux-speakup.org/
12988 S: Odd Fixes
12989 F: drivers/staging/speakup/
12990
12991 STAGING - VIA VT665X DRIVERS
12992 M: Forest Bond <forest@alittletooquiet.net>
12993 S: Odd Fixes
12994 F: drivers/staging/vt665?/
12995
12996 STAGING - WILC1000 WIFI DRIVER
12997 M: Aditya Shankar <aditya.shankar@microchip.com>
12998 M: Ganesh Krishna <ganesh.krishna@microchip.com>
12999 L: linux-wireless@vger.kernel.org
13000 S: Supported
13001 F: drivers/staging/wilc1000/
13002
13003 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
13004 M: Arnaud Patard <arnaud.patard@rtp-net.org>
13005 S: Odd Fixes
13006 F: drivers/staging/xgifb/
13007
13008 STAGING SUBSYSTEM
13009 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
13011 L: devel@driverdev.osuosl.org
13012 S: Supported
13013 F: drivers/staging/
13014
13015 STARFIRE/DURALAN NETWORK DRIVER
13016 M: Ion Badulescu <ionut@badula.org>
13017 S: Odd Fixes
13018 F: drivers/net/ethernet/adaptec/starfire*
13019
13020 STEC S1220 SKD DRIVER
13021 M: Bart Van Assche <bart.vanassche@wdc.com>
13022 L: linux-block@vger.kernel.org
13023 S: Maintained
13024 F: drivers/block/skd*[ch]
13025
13026 STI CEC DRIVER
13027 M: Benjamin Gaignard <benjamin.gaignard@linaro.org>
13028 S: Maintained
13029 F: drivers/staging/media/st-cec/
13030 F: Documentation/devicetree/bindings/media/stih-cec.txt
13031
13032 STK1160 USB VIDEO CAPTURE DRIVER
13033 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13034 L: linux-media@vger.kernel.org
13035 T: git git://linuxtv.org/media_tree.git
13036 S: Maintained
13037 F: drivers/media/usb/stk1160/
13038
13039 STMMAC ETHERNET DRIVER
13040 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
13041 M: Alexandre Torgue <alexandre.torgue@st.com>
13042 L: netdev@vger.kernel.org
13043 W: http://www.stlinux.com
13044 S: Supported
13045 F: drivers/net/ethernet/stmicro/stmmac/
13046
13047 SUN3/3X
13048 M: Sam Creasey <sammy@sammy.net>
13049 W: http://sammy.net/sun3/
13050 S: Maintained
13051 F: arch/m68k/kernel/*sun3*
13052 F: arch/m68k/sun3*/
13053 F: arch/m68k/include/asm/sun3*
13054 F: drivers/net/ethernet/i825xx/sun3*
13055
13056 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
13057 M: Hans de Goede <hdegoede@redhat.com>
13058 L: linux-input@vger.kernel.org
13059 S: Maintained
13060 F: Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
13061 F: drivers/input/keyboard/sun4i-lradc-keys.c
13062
13063 SUNDANCE NETWORK DRIVER
13064 M: Denis Kirjanov <kda@linux-powerpc.org>
13065 L: netdev@vger.kernel.org
13066 S: Maintained
13067 F: drivers/net/ethernet/dlink/sundance.c
13068
13069 SUPERH
13070 M: Yoshinori Sato <ysato@users.sourceforge.jp>
13071 M: Rich Felker <dalias@libc.org>
13072 L: linux-sh@vger.kernel.org
13073 Q: http://patchwork.kernel.org/project/linux-sh/list/
13074 S: Maintained
13075 F: Documentation/sh/
13076 F: arch/sh/
13077 F: drivers/sh/
13078
13079 SUSPEND TO RAM
13080 M: "Rafael J. Wysocki" <rjw@rjwysocki.net>
13081 M: Len Brown <len.brown@intel.com>
13082 M: Pavel Machek <pavel@ucw.cz>
13083 L: linux-pm@vger.kernel.org
13084 B: https://bugzilla.kernel.org
13085 S: Supported
13086 F: Documentation/power/
13087 F: arch/x86/kernel/acpi/
13088 F: drivers/base/power/
13089 F: kernel/power/
13090 F: include/linux/suspend.h
13091 F: include/linux/freezer.h
13092 F: include/linux/pm.h
13093
13094 SVGA HANDLING
13095 M: Martin Mares <mj@ucw.cz>
13096 L: linux-video@atrey.karlin.mff.cuni.cz
13097 S: Maintained
13098 F: Documentation/svga.txt
13099 F: arch/x86/boot/video*
13100
13101 SWIOTLB SUBSYSTEM
13102 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
13103 L: linux-kernel@vger.kernel.org
13104 T: git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
13105 S: Supported
13106 F: lib/swiotlb.c
13107 F: arch/*/kernel/pci-swiotlb.c
13108 F: include/linux/swiotlb.h
13109
13110 SWITCHDEV
13111 M: Jiri Pirko <jiri@resnulli.us>
13112 M: Ivan Vecera <ivecera@redhat.com>
13113 L: netdev@vger.kernel.org
13114 S: Supported
13115 F: net/switchdev/
13116 F: include/net/switchdev.h
13117
13118 SYNC FILE FRAMEWORK
13119 M: Sumit Semwal <sumit.semwal@linaro.org>
13120 R: Gustavo Padovan <gustavo@padovan.org>
13121 S: Maintained
13122 L: linux-media@vger.kernel.org
13123 L: dri-devel@lists.freedesktop.org
13124 F: drivers/dma-buf/sync_*
13125 F: drivers/dma-buf/dma-fence*
13126 F: drivers/dma-buf/sw_sync.c
13127 F: include/linux/sync_file.h
13128 F: include/uapi/linux/sync_file.h
13129 F: Documentation/sync_file.txt
13130 T: git git://anongit.freedesktop.org/drm/drm-misc
13131
13132 SYNOPSYS ARC ARCHITECTURE
13133 M: Vineet Gupta <vgupta@synopsys.com>
13134 L: linux-snps-arc@lists.infradead.org
13135 S: Supported
13136 F: arch/arc/
13137 F: Documentation/devicetree/bindings/arc/*
13138 F: Documentation/devicetree/bindings/interrupt-controller/snps,arc*
13139 F: drivers/clocksource/arc_timer.c
13140 F: drivers/tty/serial/arc_uart.c
13141 T: git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
13142
13143 SYNOPSYS ARC HSDK SDP pll clock driver
13144 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13145 S: Supported
13146 F: drivers/clk/clk-hsdk-pll.c
13147 F: Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
13148
13149 SYNOPSYS ARC SDP clock driver
13150 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13151 S: Supported
13152 F: drivers/clk/axs10x/*
13153 F: Documentation/devicetree/bindings/clock/snps,pll-clock.txt
13154
13155 SYNOPSYS ARC SDP platform support
13156 M: Alexey Brodkin <abrodkin@synopsys.com>
13157 S: Supported
13158 F: arch/arc/plat-axs10x
13159 F: arch/arc/boot/dts/ax*
13160 F: Documentation/devicetree/bindings/arc/axs10*
13161
13162 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
13163 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13164 S: Supported
13165 F: drivers/reset/reset-axs10x.c
13166 F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
13167
13168 SYNOPSYS DESIGNWARE APB GPIO DRIVER
13169 M: Hoan Tran <hotran@apm.com>
13170 L: linux-gpio@vger.kernel.org
13171 S: Maintained
13172 F: drivers/gpio/gpio-dwapb.c
13173 F: Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
13174
13175 SYNOPSYS DESIGNWARE DMAC DRIVER
13176 M: Viresh Kumar <vireshk@kernel.org>
13177 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13178 S: Maintained
13179 F: include/linux/dma/dw.h
13180 F: include/linux/platform_data/dma-dw.h
13181 F: drivers/dma/dw/
13182
13183 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
13184 M: Jie Deng <jiedeng@synopsys.com>
13185 M: Jose Abreu <Jose.Abreu@synopsys.com>
13186 L: netdev@vger.kernel.org
13187 S: Supported
13188 F: drivers/net/ethernet/synopsys/
13189
13190 SYNOPSYS DESIGNWARE I2C DRIVER
13191 M: Jarkko Nikula <jarkko.nikula@linux.intel.com>
13192 R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13193 R: Mika Westerberg <mika.westerberg@linux.intel.com>
13194 L: linux-i2c@vger.kernel.org
13195 S: Maintained
13196 F: drivers/i2c/busses/i2c-designware-*
13197 F: include/linux/platform_data/i2c-designware.h
13198
13199 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
13200 M: Jaehoon Chung <jh80.chung@samsung.com>
13201 L: linux-mmc@vger.kernel.org
13202 S: Maintained
13203 F: drivers/mmc/host/dw_mmc*
13204
13205 SYNOPSYS HSDK RESET CONTROLLER DRIVER
13206 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13207 S: Supported
13208 F: drivers/reset/reset-hsdk.c
13209 F: include/dt-bindings/reset/snps,hsdk-reset.h
13210 F: Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
13211
13212 SYSTEM CONFIGURATION (SYSCON)
13213 M: Lee Jones <lee.jones@linaro.org>
13214 M: Arnd Bergmann <arnd@arndb.de>
13215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
13216 S: Supported
13217 F: drivers/mfd/syscon.c
13218
13219 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
13220 M: Sudeep Holla <sudeep.holla@arm.com>
13221 L: linux-arm-kernel@lists.infradead.org
13222 S: Maintained
13223 F: Documentation/devicetree/bindings/arm/arm,scpi.txt
13224 F: drivers/clk/clk-scpi.c
13225 F: drivers/cpufreq/scpi-cpufreq.c
13226 F: drivers/firmware/arm_scpi.c
13227 F: include/linux/scpi_protocol.h
13228
13229 SYSTEM RESET/SHUTDOWN DRIVERS
13230 M: Sebastian Reichel <sre@kernel.org>
13231 L: linux-pm@vger.kernel.org
13232 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
13233 S: Maintained
13234 F: Documentation/devicetree/bindings/power/reset/
13235 F: drivers/power/reset/
13236
13237 SYSTEM TRACE MODULE CLASS
13238 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
13239 S: Maintained
13240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
13241 F: Documentation/trace/stm.txt
13242 F: drivers/hwtracing/stm/
13243 F: include/linux/stm.h
13244 F: include/uapi/linux/stm.h
13245
13246 SYSV FILESYSTEM
13247 M: Christoph Hellwig <hch@infradead.org>
13248 S: Maintained
13249 F: Documentation/filesystems/sysv-fs.txt
13250 F: fs/sysv/
13251 F: include/linux/sysv_fs.h
13252
13253 TARGET SUBSYSTEM
13254 M: "Nicholas A. Bellinger" <nab@linux-iscsi.org>
13255 L: linux-scsi@vger.kernel.org
13256 L: target-devel@vger.kernel.org
13257 W: http://www.linux-iscsi.org
13258 W: http://groups.google.com/group/linux-iscsi-target-dev
13259 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
13260 S: Supported
13261 F: drivers/target/
13262 F: include/target/
13263 F: Documentation/target/
13264
13265 TASKSTATS STATISTICS INTERFACE
13266 M: Balbir Singh <bsingharora@gmail.com>
13267 S: Maintained
13268 F: Documentation/accounting/taskstats*
13269 F: include/linux/taskstats*
13270 F: kernel/taskstats.c
13271
13272 TC subsystem
13273 M: Jamal Hadi Salim <jhs@mojatatu.com>
13274 M: Cong Wang <xiyou.wangcong@gmail.com>
13275 M: Jiri Pirko <jiri@resnulli.us>
13276 L: netdev@vger.kernel.org
13277 S: Maintained
13278 F: include/net/pkt_cls.h
13279 F: include/net/pkt_sched.h
13280 F: include/net/tc_act/
13281 F: include/uapi/linux/pkt_cls.h
13282 F: include/uapi/linux/pkt_sched.h
13283 F: include/uapi/linux/tc_act/
13284 F: include/uapi/linux/tc_ematch/
13285 F: net/sched/
13286
13287 TCP LOW PRIORITY MODULE
13288 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
13289 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
13290 W: http://tcp-lp-mod.sourceforge.net/
13291 S: Maintained
13292 F: net/ipv4/tcp_lp.c
13293
13294 TDA10071 MEDIA DRIVER
13295 M: Antti Palosaari <crope@iki.fi>
13296 L: linux-media@vger.kernel.org
13297 W: https://linuxtv.org
13298 W: http://palosaari.fi/linux/
13299 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13300 T: git git://linuxtv.org/anttip/media_tree.git
13301 S: Maintained
13302 F: drivers/media/dvb-frontends/tda10071*
13303
13304 TDA18212 MEDIA DRIVER
13305 M: Antti Palosaari <crope@iki.fi>
13306 L: linux-media@vger.kernel.org
13307 W: https://linuxtv.org
13308 W: http://palosaari.fi/linux/
13309 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13310 T: git git://linuxtv.org/anttip/media_tree.git
13311 S: Maintained
13312 F: drivers/media/tuners/tda18212*
13313
13314 TDA18218 MEDIA DRIVER
13315 M: Antti Palosaari <crope@iki.fi>
13316 L: linux-media@vger.kernel.org
13317 W: https://linuxtv.org
13318 W: http://palosaari.fi/linux/
13319 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13320 T: git git://linuxtv.org/anttip/media_tree.git
13321 S: Maintained
13322 F: drivers/media/tuners/tda18218*
13323
13324 TDA18271 MEDIA DRIVER
13325 M: Michael Krufky <mkrufky@linuxtv.org>
13326 L: linux-media@vger.kernel.org
13327 W: https://linuxtv.org
13328 W: http://github.com/mkrufky
13329 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13330 T: git git://linuxtv.org/mkrufky/tuners.git
13331 S: Maintained
13332 F: drivers/media/tuners/tda18271*
13333
13334 TDA827x MEDIA DRIVER
13335 M: Michael Krufky <mkrufky@linuxtv.org>
13336 L: linux-media@vger.kernel.org
13337 W: https://linuxtv.org
13338 W: http://github.com/mkrufky
13339 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13340 T: git git://linuxtv.org/mkrufky/tuners.git
13341 S: Maintained
13342 F: drivers/media/tuners/tda8290.*
13343
13344 TDA8290 MEDIA DRIVER
13345 M: Michael Krufky <mkrufky@linuxtv.org>
13346 L: linux-media@vger.kernel.org
13347 W: https://linuxtv.org
13348 W: http://github.com/mkrufky
13349 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13350 T: git git://linuxtv.org/mkrufky/tuners.git
13351 S: Maintained
13352 F: drivers/media/tuners/tda8290.*
13353
13354 TDA9840 MEDIA DRIVER
13355 M: Hans Verkuil <hverkuil@xs4all.nl>
13356 L: linux-media@vger.kernel.org
13357 T: git git://linuxtv.org/media_tree.git
13358 W: https://linuxtv.org
13359 S: Maintained
13360 F: drivers/media/i2c/tda9840*
13361
13362 TEA5761 TUNER DRIVER
13363 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13364 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13365 L: linux-media@vger.kernel.org
13366 W: https://linuxtv.org
13367 T: git git://linuxtv.org/media_tree.git
13368 S: Odd fixes
13369 F: drivers/media/tuners/tea5761.*
13370
13371 TEA5767 TUNER DRIVER
13372 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13373 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13374 L: linux-media@vger.kernel.org
13375 W: https://linuxtv.org
13376 T: git git://linuxtv.org/media_tree.git
13377 S: Maintained
13378 F: drivers/media/tuners/tea5767.*
13379
13380 TEA6415C MEDIA DRIVER
13381 M: Hans Verkuil <hverkuil@xs4all.nl>
13382 L: linux-media@vger.kernel.org
13383 T: git git://linuxtv.org/media_tree.git
13384 W: https://linuxtv.org
13385 S: Maintained
13386 F: drivers/media/i2c/tea6415c*
13387
13388 TEA6420 MEDIA DRIVER
13389 M: Hans Verkuil <hverkuil@xs4all.nl>
13390 L: linux-media@vger.kernel.org
13391 T: git git://linuxtv.org/media_tree.git
13392 W: https://linuxtv.org
13393 S: Maintained
13394 F: drivers/media/i2c/tea6420*
13395
13396 TEAM DRIVER
13397 M: Jiri Pirko <jiri@resnulli.us>
13398 L: netdev@vger.kernel.org
13399 S: Supported
13400 F: drivers/net/team/
13401 F: include/linux/if_team.h
13402 F: include/uapi/linux/if_team.h
13403
13404 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
13405 M: "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
13406 S: Maintained
13407 F: arch/x86/platform/ts5500/
13408
13409 TECHNOTREND USB IR RECEIVER
13410 M: Sean Young <sean@mess.org>
13411 L: linux-media@vger.kernel.org
13412 S: Maintained
13413 F: drivers/media/rc/ttusbir.c
13414
13415 TEE SUBSYSTEM
13416 M: Jens Wiklander <jens.wiklander@linaro.org>
13417 S: Maintained
13418 F: include/linux/tee_drv.h
13419 F: include/uapi/linux/tee.h
13420 F: drivers/tee/
13421 F: Documentation/tee.txt
13422
13423 TEGRA ARCHITECTURE SUPPORT
13424 M: Thierry Reding <thierry.reding@gmail.com>
13425 M: Jonathan Hunter <jonathanh@nvidia.com>
13426 L: linux-tegra@vger.kernel.org
13427 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
13428 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
13429 S: Supported
13430 N: [^a-z]tegra
13431
13432 TEGRA CLOCK DRIVER
13433 M: Peter De Schrijver <pdeschrijver@nvidia.com>
13434 M: Prashant Gaikwad <pgaikwad@nvidia.com>
13435 S: Supported
13436 F: drivers/clk/tegra/
13437
13438 TEGRA DMA DRIVERS
13439 M: Laxman Dewangan <ldewangan@nvidia.com>
13440 M: Jon Hunter <jonathanh@nvidia.com>
13441 S: Supported
13442 F: drivers/dma/tegra*
13443
13444 TEGRA I2C DRIVER
13445 M: Laxman Dewangan <ldewangan@nvidia.com>
13446 S: Supported
13447 F: drivers/i2c/busses/i2c-tegra.c
13448
13449 TEGRA IOMMU DRIVERS
13450 M: Hiroshi Doyu <hdoyu@nvidia.com>
13451 S: Supported
13452 F: drivers/iommu/tegra*
13453
13454 TEGRA KBC DRIVER
13455 M: Rakesh Iyer <riyer@nvidia.com>
13456 M: Laxman Dewangan <ldewangan@nvidia.com>
13457 S: Supported
13458 F: drivers/input/keyboard/tegra-kbc.c
13459
13460 TEGRA PWM DRIVER
13461 M: Thierry Reding <thierry.reding@gmail.com>
13462 S: Supported
13463 F: drivers/pwm/pwm-tegra.c
13464
13465 TEGRA SERIAL DRIVER
13466 M: Laxman Dewangan <ldewangan@nvidia.com>
13467 S: Supported
13468 F: drivers/tty/serial/serial-tegra.c
13469
13470 TEGRA SPI DRIVER
13471 M: Laxman Dewangan <ldewangan@nvidia.com>
13472 S: Supported
13473 F: drivers/spi/spi-tegra*
13474
13475 TEHUTI ETHERNET DRIVER
13476 M: Andy Gospodarek <andy@greyhouse.net>
13477 L: netdev@vger.kernel.org
13478 S: Supported
13479 F: drivers/net/ethernet/tehuti/*
13480
13481 Telecom Clock Driver for MCPL0010
13482 M: Mark Gross <mark.gross@intel.com>
13483 S: Supported
13484 F: drivers/char/tlclk.c
13485
13486 TENSILICA XTENSA PORT (xtensa)
13487 M: Chris Zankel <chris@zankel.net>
13488 M: Max Filippov <jcmvbkbc@gmail.com>
13489 L: linux-xtensa@linux-xtensa.org
13490 T: git git://github.com/czankel/xtensa-linux.git
13491 S: Maintained
13492 F: arch/xtensa/
13493 F: drivers/irqchip/irq-xtensa-*
13494
13495 Texas Instruments' System Control Interface (TISCI) Protocol Driver
13496 M: Nishanth Menon <nm@ti.com>
13497 M: Tero Kristo <t-kristo@ti.com>
13498 M: Santosh Shilimkar <ssantosh@kernel.org>
13499 L: linux-arm-kernel@lists.infradead.org
13500 S: Maintained
13501 F: Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13502 F: drivers/firmware/ti_sci*
13503 F: include/linux/soc/ti/ti_sci_protocol.h
13504 F: Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13505 F: include/dt-bindings/genpd/k2g.h
13506 F: drivers/soc/ti/ti_sci_pm_domains.c
13507 F: Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13508 F: Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13509 F: drivers/clk/keystone/sci-clk.c
13510 F: drivers/reset/reset-ti-sci.c
13511
13512 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13513 M: Hans Verkuil <hverkuil@xs4all.nl>
13514 L: linux-media@vger.kernel.org
13515 T: git git://linuxtv.org/media_tree.git
13516 W: https://linuxtv.org
13517 S: Maintained
13518 F: drivers/media/radio/radio-raremono.c
13519
13520 THERMAL
13521 M: Zhang Rui <rui.zhang@intel.com>
13522 M: Eduardo Valentin <edubezval@gmail.com>
13523 L: linux-pm@vger.kernel.org
13524 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13525 T: git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13526 Q: https://patchwork.kernel.org/project/linux-pm/list/
13527 S: Supported
13528 F: drivers/thermal/
13529 F: include/linux/thermal.h
13530 F: include/uapi/linux/thermal.h
13531 F: include/linux/cpu_cooling.h
13532 F: Documentation/devicetree/bindings/thermal/
13533
13534 THERMAL/CPU_COOLING
13535 M: Amit Daniel Kachhap <amit.kachhap@gmail.com>
13536 M: Viresh Kumar <viresh.kumar@linaro.org>
13537 M: Javi Merino <javi.merino@kernel.org>
13538 L: linux-pm@vger.kernel.org
13539 S: Supported
13540 F: Documentation/thermal/cpu-cooling-api.txt
13541 F: drivers/thermal/cpu_cooling.c
13542 F: include/linux/cpu_cooling.h
13543
13544 THINKPAD ACPI EXTRAS DRIVER
13545 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13546 L: ibm-acpi-devel@lists.sourceforge.net
13547 L: platform-driver-x86@vger.kernel.org
13548 W: http://ibm-acpi.sourceforge.net
13549 W: http://thinkwiki.org/wiki/Ibm-acpi
13550 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13551 S: Maintained
13552 F: drivers/platform/x86/thinkpad_acpi.c
13553
13554 THUNDERBOLT DRIVER
13555 M: Andreas Noever <andreas.noever@gmail.com>
13556 M: Michael Jamet <michael.jamet@intel.com>
13557 M: Mika Westerberg <mika.westerberg@linux.intel.com>
13558 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
13559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
13560 S: Maintained
13561 F: Documentation/admin-guide/thunderbolt.rst
13562 F: drivers/thunderbolt/
13563 F: include/linux/thunderbolt.h
13564
13565 THUNDERBOLT NETWORK DRIVER
13566 M: Michael Jamet <michael.jamet@intel.com>
13567 M: Mika Westerberg <mika.westerberg@linux.intel.com>
13568 M: Yehezkel Bernat <yehezkel.bernat@intel.com>
13569 L: netdev@vger.kernel.org
13570 S: Maintained
13571 F: drivers/net/thunderbolt.c
13572
13573 THUNDERX GPIO DRIVER
13574 M: David Daney <david.daney@cavium.com>
13575 S: Maintained
13576 F: drivers/gpio/gpio-thunderx.c
13577
13578 TI AM437X VPFE DRIVER
13579 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13580 L: linux-media@vger.kernel.org
13581 W: https://linuxtv.org
13582 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13583 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13584 S: Maintained
13585 F: drivers/media/platform/am437x/
13586
13587 TI BANDGAP AND THERMAL DRIVER
13588 M: Eduardo Valentin <edubezval@gmail.com>
13589 M: Keerthy <j-keerthy@ti.com>
13590 L: linux-pm@vger.kernel.org
13591 L: linux-omap@vger.kernel.org
13592 S: Maintained
13593 F: drivers/thermal/ti-soc-thermal/
13594
13595 TI BQ27XXX POWER SUPPLY DRIVER
13596 R: Andrew F. Davis <afd@ti.com>
13597 F: include/linux/power/bq27xxx_battery.h
13598 F: drivers/power/supply/bq27xxx_battery.c
13599 F: drivers/power/supply/bq27xxx_battery_i2c.c
13600
13601 TI CDCE706 CLOCK DRIVER
13602 M: Max Filippov <jcmvbkbc@gmail.com>
13603 S: Maintained
13604 F: drivers/clk/clk-cdce706.c
13605
13606 TI CLOCK DRIVER
13607 M: Tero Kristo <t-kristo@ti.com>
13608 L: linux-omap@vger.kernel.org
13609 S: Maintained
13610 F: drivers/clk/ti/
13611 F: include/linux/clk/ti.h
13612
13613 TI DAVINCI MACHINE SUPPORT
13614 M: Sekhar Nori <nsekhar@ti.com>
13615 M: Kevin Hilman <khilman@kernel.org>
13616 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13617 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
13618 S: Supported
13619 F: arch/arm/mach-davinci/
13620 F: drivers/i2c/busses/i2c-davinci.c
13621 F: arch/arm/boot/dts/da850*
13622
13623 TI DAVINCI SERIES GPIO DRIVER
13624 M: Keerthy <j-keerthy@ti.com>
13625 L: linux-gpio@vger.kernel.org
13626 S: Maintained
13627 F: Documentation/devicetree/bindings/gpio/gpio-davinci.txt
13628 F: drivers/gpio/gpio-davinci.c
13629
13630 TI DAVINCI SERIES MEDIA DRIVER
13631 M: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13632 L: linux-media@vger.kernel.org
13633 W: https://linuxtv.org
13634 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13635 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13636 S: Maintained
13637 F: drivers/media/platform/davinci/
13638 F: include/media/davinci/
13639
13640 TI ETHERNET SWITCH DRIVER (CPSW)
13641 R: Grygorii Strashko <grygorii.strashko@ti.com>
13642 L: linux-omap@vger.kernel.org
13643 L: netdev@vger.kernel.org
13644 S: Maintained
13645 F: drivers/net/ethernet/ti/cpsw*
13646 F: drivers/net/ethernet/ti/davinci*
13647
13648 TI FLASH MEDIA INTERFACE DRIVER
13649 M: Alex Dubov <oakad@yahoo.com>
13650 S: Maintained
13651 F: drivers/misc/tifm*
13652 F: drivers/mmc/host/tifm_sd.c
13653 F: include/linux/tifm.h
13654
13655 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13656 M: Santosh Shilimkar <ssantosh@kernel.org>
13657 L: linux-kernel@vger.kernel.org
13658 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13659 S: Maintained
13660 F: drivers/soc/ti/*
13661 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13662
13663 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13664 M: M R Swami Reddy <mr.swami.reddy@ti.com>
13665 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13666 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13667 S: Maintained
13668 F: sound/soc/codecs/lm49453*
13669 F: sound/soc/codecs/isabelle*
13670
13671 TI LP855x BACKLIGHT DRIVER
13672 M: Milo Kim <milo.kim@ti.com>
13673 S: Maintained
13674 F: Documentation/backlight/lp855x-driver.txt
13675 F: drivers/video/backlight/lp855x_bl.c
13676 F: include/linux/platform_data/lp855x.h
13677
13678 TI LP8727 CHARGER DRIVER
13679 M: Milo Kim <milo.kim@ti.com>
13680 S: Maintained
13681 F: drivers/power/supply/lp8727_charger.c
13682 F: include/linux/platform_data/lp8727.h
13683
13684 TI LP8788 MFD DRIVER
13685 M: Milo Kim <milo.kim@ti.com>
13686 S: Maintained
13687 F: drivers/iio/adc/lp8788_adc.c
13688 F: drivers/leds/leds-lp8788.c
13689 F: drivers/mfd/lp8788*.c
13690 F: drivers/power/supply/lp8788-charger.c
13691 F: drivers/regulator/lp8788-*.c
13692 F: include/linux/mfd/lp8788*.h
13693
13694 TI NETCP ETHERNET DRIVER
13695 M: Wingman Kwok <w-kwok2@ti.com>
13696 M: Murali Karicheri <m-karicheri2@ti.com>
13697 L: netdev@vger.kernel.org
13698 S: Maintained
13699 F: drivers/net/ethernet/ti/netcp*
13700
13701 TI TAS571X FAMILY ASoC CODEC DRIVER
13702 M: Kevin Cernekee <cernekee@chromium.org>
13703 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13704 S: Odd Fixes
13705 F: sound/soc/codecs/tas571x*
13706
13707 TI TRF7970A NFC DRIVER
13708 M: Mark Greer <mgreer@animalcreek.com>
13709 L: linux-wireless@vger.kernel.org
13710 L: linux-nfc@lists.01.org (moderated for non-subscribers)
13711 S: Supported
13712 F: drivers/nfc/trf7970a.c
13713 F: Documentation/devicetree/bindings/net/nfc/trf7970a.txt
13714
13715 TI TWL4030 SERIES SOC CODEC DRIVER
13716 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
13717 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
13718 S: Maintained
13719 F: sound/soc/codecs/twl4030*
13720
13721 TI VPE/CAL DRIVERS
13722 M: Benoit Parrot <bparrot@ti.com>
13723 L: linux-media@vger.kernel.org
13724 W: http://linuxtv.org/
13725 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13726 S: Maintained
13727 F: drivers/media/platform/ti-vpe/
13728
13729 TI WILINK WIRELESS DRIVERS
13730 L: linux-wireless@vger.kernel.org
13731 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
13732 W: http://wireless.kernel.org/en/users/Drivers/wl1251
13733 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13734 S: Orphan
13735 F: drivers/net/wireless/ti/
13736 F: include/linux/wl12xx.h
13737
13738 TILE ARCHITECTURE
13739 W: http://www.mellanox.com/repository/solutions/tile-scm/
13740 S: Orphan
13741 F: arch/tile/
13742 F: drivers/char/tile-srom.c
13743 F: drivers/edac/tile_edac.c
13744 F: drivers/net/ethernet/tile/
13745 F: drivers/rtc/rtc-tile.c
13746 F: drivers/tty/hvc/hvc_tile.c
13747 F: drivers/tty/serial/tilegx.c
13748 F: drivers/usb/host/*-tilegx.c
13749 F: include/linux/usb/tilegx.h
13750
13751 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
13752 M: John Stultz <john.stultz@linaro.org>
13753 M: Thomas Gleixner <tglx@linutronix.de>
13754 R: Stephen Boyd <sboyd@codeaurora.org>
13755 L: linux-kernel@vger.kernel.org
13756 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13757 S: Supported
13758 F: include/linux/clocksource.h
13759 F: include/linux/time.h
13760 F: include/linux/timex.h
13761 F: include/uapi/linux/time.h
13762 F: include/uapi/linux/timex.h
13763 F: kernel/time/clocksource.c
13764 F: kernel/time/time*.c
13765 F: kernel/time/alarmtimer.c
13766 F: kernel/time/ntp.c
13767 F: tools/testing/selftests/timers/
13768
13769 TIPC NETWORK LAYER
13770 M: Jon Maloy <jon.maloy@ericsson.com>
13771 M: Ying Xue <ying.xue@windriver.com>
13772 L: netdev@vger.kernel.org (core kernel code)
13773 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13774 W: http://tipc.sourceforge.net/
13775 S: Maintained
13776 F: include/uapi/linux/tipc*.h
13777 F: net/tipc/
13778
13779 TLAN NETWORK DRIVER
13780 M: Samuel Chessman <chessman@tux.org>
13781 L: tlan-devel@lists.sourceforge.net (subscribers-only)
13782 W: http://sourceforge.net/projects/tlan/
13783 S: Maintained
13784 F: Documentation/networking/tlan.txt
13785 F: drivers/net/ethernet/ti/tlan.*
13786
13787 TM6000 VIDEO4LINUX DRIVER
13788 M: Mauro Carvalho Chehab <mchehab@s-opensource.com>
13789 M: Mauro Carvalho Chehab <mchehab@kernel.org>
13790 L: linux-media@vger.kernel.org
13791 W: https://linuxtv.org
13792 T: git git://linuxtv.org/media_tree.git
13793 S: Odd fixes
13794 F: drivers/media/usb/tm6000/
13795 F: Documentation/media/v4l-drivers/tm6000*
13796
13797 TMIO/SDHI MMC DRIVER
13798 M: Wolfram Sang <wsa+renesas@sang-engineering.com>
13799 L: linux-mmc@vger.kernel.org
13800 S: Supported
13801 F: drivers/mmc/host/tmio_mmc*
13802 F: drivers/mmc/host/renesas_sdhi*
13803 F: include/linux/mfd/tmio.h
13804
13805 TMP401 HARDWARE MONITOR DRIVER
13806 M: Guenter Roeck <linux@roeck-us.net>
13807 L: linux-hwmon@vger.kernel.org
13808 S: Maintained
13809 F: Documentation/hwmon/tmp401
13810 F: drivers/hwmon/tmp401.c
13811
13812 TMPFS (SHMEM FILESYSTEM)
13813 M: Hugh Dickins <hughd@google.com>
13814 L: linux-mm@kvack.org
13815 S: Maintained
13816 F: include/linux/shmem_fs.h
13817 F: mm/shmem.c
13818
13819 TOMOYO SECURITY MODULE
13820 M: Kentaro Takeda <takedakn@nttdata.co.jp>
13821 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13822 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13823 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13824 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13825 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13826 W: http://tomoyo.sourceforge.jp/
13827 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13828 S: Maintained
13829 F: security/tomoyo/
13830
13831 TOPSTAR LAPTOP EXTRAS DRIVER
13832 M: Herton Ronaldo Krzesinski <herton@canonical.com>
13833 L: platform-driver-x86@vger.kernel.org
13834 S: Maintained
13835 F: drivers/platform/x86/topstar-laptop.c
13836
13837 TOSHIBA ACPI EXTRAS DRIVER
13838 M: Azael Avalos <coproscefalo@gmail.com>
13839 L: platform-driver-x86@vger.kernel.org
13840 S: Maintained
13841 F: drivers/platform/x86/toshiba_acpi.c
13842
13843 TOSHIBA BLUETOOTH DRIVER
13844 M: Azael Avalos <coproscefalo@gmail.com>
13845 L: platform-driver-x86@vger.kernel.org
13846 S: Maintained
13847 F: drivers/platform/x86/toshiba_bluetooth.c
13848
13849 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13850 M: Azael Avalos <coproscefalo@gmail.com>
13851 L: platform-driver-x86@vger.kernel.org
13852 S: Maintained
13853 F: drivers/platform/x86/toshiba_haps.c
13854
13855 TOSHIBA SMM DRIVER
13856 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
13857 W: http://www.buzzard.org.uk/toshiba/
13858 S: Maintained
13859 F: drivers/char/toshiba.c
13860 F: include/linux/toshiba.h
13861 F: include/uapi/linux/toshiba.h
13862
13863 TOSHIBA TC358743 DRIVER
13864 M: Mats Randgaard <matrandg@cisco.com>
13865 L: linux-media@vger.kernel.org
13866 S: Maintained
13867 F: drivers/media/i2c/tc358743*
13868 F: include/media/i2c/tc358743.h
13869
13870 TOSHIBA WMI HOTKEYS DRIVER
13871 M: Azael Avalos <coproscefalo@gmail.com>
13872 L: platform-driver-x86@vger.kernel.org
13873 S: Maintained
13874 F: drivers/platform/x86/toshiba-wmi.c
13875
13876 TPM DEVICE DRIVER
13877 M: Peter Huewe <peterhuewe@gmx.de>
13878 M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13879 R: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13880 L: linux-integrity@vger.kernel.org
13881 Q: https://patchwork.kernel.org/project/linux-integrity/list/
13882 T: git git://git.infradead.org/users/jjs/linux-tpmdd.git
13883 S: Maintained
13884 F: drivers/char/tpm/
13885
13886 TRACING
13887 M: Steven Rostedt <rostedt@goodmis.org>
13888 M: Ingo Molnar <mingo@redhat.com>
13889 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13890 S: Maintained
13891 F: Documentation/trace/ftrace.txt
13892 F: arch/*/*/*/ftrace.h
13893 F: arch/*/kernel/ftrace.c
13894 F: include/*/ftrace.h
13895 F: include/linux/trace*.h
13896 F: include/trace/
13897 F: kernel/trace/
13898 F: tools/testing/selftests/ftrace/
13899
13900 TRACING MMIO ACCESSES (MMIOTRACE)
13901 M: Steven Rostedt <rostedt@goodmis.org>
13902 M: Ingo Molnar <mingo@kernel.org>
13903 R: Karol Herbst <karolherbst@gmail.com>
13904 R: Pekka Paalanen <ppaalanen@gmail.com>
13905 S: Maintained
13906 L: linux-kernel@vger.kernel.org
13907 L: nouveau@lists.freedesktop.org
13908 F: kernel/trace/trace_mmiotrace.c
13909 F: include/linux/mmiotrace.h
13910 F: arch/x86/mm/kmmio.c
13911 F: arch/x86/mm/mmio-mod.c
13912 F: arch/x86/mm/testmmiotrace.c
13913
13914 TRIVIAL PATCHES
13915 M: Jiri Kosina <trivial@kernel.org>
13916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13917 S: Maintained
13918 K: ^Subject:.*(?i)trivial
13919
13920 TTY LAYER
13921 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13922 M: Jiri Slaby <jslaby@suse.com>
13923 S: Supported
13924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13925 F: Documentation/serial/
13926 F: drivers/tty/
13927 F: drivers/tty/serial/serial_core.c
13928 F: include/linux/serial_core.h
13929 F: include/linux/serial.h
13930 F: include/linux/tty.h
13931 F: include/uapi/linux/serial_core.h
13932 F: include/uapi/linux/serial.h
13933 F: include/uapi/linux/tty.h
13934
13935 TUA9001 MEDIA DRIVER
13936 M: Antti Palosaari <crope@iki.fi>
13937 L: linux-media@vger.kernel.org
13938 W: https://linuxtv.org
13939 W: http://palosaari.fi/linux/
13940 Q: http://patchwork.linuxtv.org/project/linux-media/list/
13941 T: git git://linuxtv.org/anttip/media_tree.git
13942 S: Maintained
13943 F: drivers/media/tuners/tua9001*
13944
13945 TULIP NETWORK DRIVERS
13946 L: netdev@vger.kernel.org
13947 L: linux-parisc@vger.kernel.org
13948 S: Orphan
13949 F: drivers/net/ethernet/dec/tulip/
13950
13951 TUN/TAP driver
13952 M: Maxim Krasnyansky <maxk@qti.qualcomm.com>
13953 W: http://vtun.sourceforge.net/tun
13954 S: Maintained
13955 F: Documentation/networking/tuntap.txt
13956 F: arch/um/os-Linux/drivers/
13957
13958 TURBOCHANNEL SUBSYSTEM
13959 M: "Maciej W. Rozycki" <macro@linux-mips.org>
13960 M: Ralf Baechle <ralf@linux-mips.org>
13961 L: linux-mips@linux-mips.org
13962 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
13963 S: Maintained
13964 F: drivers/tc/
13965 F: include/linux/tc.h
13966
13967 TW5864 VIDEO4LINUX DRIVER
13968 M: Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13969 M: Anton Sviridenko <anton@corp.bluecherry.net>
13970 M: Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13971 M: Andrey Utkin <andrey_utkin@fastmail.com>
13972 L: linux-media@vger.kernel.org
13973 S: Supported
13974 F: drivers/media/pci/tw5864/
13975
13976 TW68 VIDEO4LINUX DRIVER
13977 M: Hans Verkuil <hverkuil@xs4all.nl>
13978 L: linux-media@vger.kernel.org
13979 T: git git://linuxtv.org/media_tree.git
13980 W: https://linuxtv.org
13981 S: Odd Fixes
13982 F: drivers/media/pci/tw68/
13983
13984 TW686X VIDEO4LINUX DRIVER
13985 M: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13986 L: linux-media@vger.kernel.org
13987 T: git git://linuxtv.org/media_tree.git
13988 W: http://linuxtv.org
13989 S: Maintained
13990 F: drivers/media/pci/tw686x/
13991
13992 UBI FILE SYSTEM (UBIFS)
13993 M: Richard Weinberger <richard@nod.at>
13994 M: Artem Bityutskiy <dedekind1@gmail.com>
13995 M: Adrian Hunter <adrian.hunter@intel.com>
13996 L: linux-mtd@lists.infradead.org
13997 T: git git://git.infradead.org/ubifs-2.6.git
13998 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
13999 S: Supported
14000 F: Documentation/filesystems/ubifs.txt
14001 F: fs/ubifs/
14002
14003 UCLINUX (M68KNOMMU AND COLDFIRE)
14004 M: Greg Ungerer <gerg@linux-m68k.org>
14005 W: http://www.linux-m68k.org/
14006 W: http://www.uclinux.org/
14007 L: linux-m68k@lists.linux-m68k.org
14008 L: uclinux-dev@uclinux.org (subscribers-only)
14009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
14010 S: Maintained
14011 F: arch/m68k/coldfire/
14012 F: arch/m68k/68*/
14013 F: arch/m68k/*/*_no.*
14014 F: arch/m68k/include/asm/*_no.*
14015
14016 UDF FILESYSTEM
14017 M: Jan Kara <jack@suse.com>
14018 S: Maintained
14019 F: Documentation/filesystems/udf.txt
14020 F: fs/udf/
14021
14022 UDRAW TABLET
14023 M: Bastien Nocera <hadess@hadess.net>
14024 L: linux-input@vger.kernel.org
14025 S: Maintained
14026 F: drivers/hid/hid-udraw-ps3.c
14027
14028 UFS FILESYSTEM
14029 M: Evgeniy Dushistov <dushistov@mail.ru>
14030 S: Maintained
14031 F: Documentation/filesystems/ufs.txt
14032 F: fs/ufs/
14033
14034 UHID USERSPACE HID IO DRIVER:
14035 M: David Herrmann <dh.herrmann@googlemail.com>
14036 L: linux-input@vger.kernel.org
14037 S: Maintained
14038 F: drivers/hid/uhid.c
14039 F: include/uapi/linux/uhid.h
14040
14041 ULPI BUS
14042 M: Heikki Krogerus <heikki.krogerus@linux.intel.com>
14043 L: linux-usb@vger.kernel.org
14044 S: Maintained
14045 F: drivers/usb/common/ulpi.c
14046 F: include/linux/ulpi/
14047
14048 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
14049 L: linux-usb@vger.kernel.org
14050 S: Orphan
14051 F: drivers/uwb/
14052 F: include/linux/uwb.h
14053 F: include/linux/uwb/
14054
14055 UNICORE32 ARCHITECTURE:
14056 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
14057 W: http://mprc.pku.edu.cn/~guanxuetao/linux
14058 S: Maintained
14059 T: git git://github.com/gxt/linux.git
14060 F: arch/unicore32/
14061
14062 UNIFDEF
14063 M: Tony Finch <dot@dotat.at>
14064 W: http://dotat.at/prog/unifdef
14065 S: Maintained
14066 F: scripts/unifdef.c
14067
14068 UNIFORM CDROM DRIVER
14069 M: Jens Axboe <axboe@kernel.dk>
14070 W: http://www.kernel.dk
14071 S: Maintained
14072 F: Documentation/cdrom/
14073 F: drivers/cdrom/cdrom.c
14074 F: include/linux/cdrom.h
14075 F: include/uapi/linux/cdrom.h
14076
14077 UNISYS S-PAR DRIVERS
14078 M: David Kershner <david.kershner@unisys.com>
14079 L: sparmaintainer@unisys.com (Unisys internal)
14080 S: Supported
14081 F: drivers/staging/unisys/
14082
14083 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
14084 M: Vinayak Holikatti <vinholikatti@gmail.com>
14085 L: linux-scsi@vger.kernel.org
14086 S: Supported
14087 F: Documentation/scsi/ufs.txt
14088 F: drivers/scsi/ufs/
14089
14090 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
14091 M: Joao Pinto <jpinto@synopsys.com>
14092 L: linux-scsi@vger.kernel.org
14093 S: Supported
14094 F: drivers/scsi/ufs/*dwc*
14095
14096 UNSORTED BLOCK IMAGES (UBI)
14097 M: Artem Bityutskiy <dedekind1@gmail.com>
14098 M: Richard Weinberger <richard@nod.at>
14099 W: http://www.linux-mtd.infradead.org/
14100 L: linux-mtd@lists.infradead.org
14101 T: git git://git.infradead.org/ubifs-2.6.git
14102 S: Supported
14103 F: drivers/mtd/ubi/
14104 F: include/linux/mtd/ubi.h
14105 F: include/uapi/mtd/ubi-user.h
14106
14107 USB "USBNET" DRIVER FRAMEWORK
14108 M: Oliver Neukum <oneukum@suse.com>
14109 L: netdev@vger.kernel.org
14110 W: http://www.linux-usb.org/usbnet
14111 S: Maintained
14112 F: drivers/net/usb/usbnet.c
14113 F: include/linux/usb/usbnet.h
14114
14115 USB ACM DRIVER
14116 M: Oliver Neukum <oneukum@suse.com>
14117 L: linux-usb@vger.kernel.org
14118 S: Maintained
14119 F: Documentation/usb/acm.txt
14120 F: drivers/usb/class/cdc-acm.*
14121
14122 USB AR5523 WIRELESS DRIVER
14123 M: Pontus Fuchs <pontus.fuchs@gmail.com>
14124 L: linux-wireless@vger.kernel.org
14125 S: Maintained
14126 F: drivers/net/wireless/ath/ar5523/
14127
14128 USB ATTACHED SCSI
14129 M: Oliver Neukum <oneukum@suse.com>
14130 L: linux-usb@vger.kernel.org
14131 L: linux-scsi@vger.kernel.org
14132 S: Maintained
14133 F: drivers/usb/storage/uas.c
14134
14135 USB CDC ETHERNET DRIVER
14136 M: Oliver Neukum <oliver@neukum.org>
14137 L: linux-usb@vger.kernel.org
14138 S: Maintained
14139 F: drivers/net/usb/cdc_*.c
14140 F: include/uapi/linux/usb/cdc.h
14141
14142 USB CHAOSKEY DRIVER
14143 M: Keith Packard <keithp@keithp.com>
14144 L: linux-usb@vger.kernel.org
14145 S: Maintained
14146 F: drivers/usb/misc/chaoskey.c
14147
14148 USB CYPRESS C67X00 DRIVER
14149 M: Peter Korsgaard <jacmet@sunsite.dk>
14150 L: linux-usb@vger.kernel.org
14151 S: Maintained
14152 F: drivers/usb/c67x00/
14153
14154 USB DAVICOM DM9601 DRIVER
14155 M: Peter Korsgaard <jacmet@sunsite.dk>
14156 L: netdev@vger.kernel.org
14157 W: http://www.linux-usb.org/usbnet
14158 S: Maintained
14159 F: drivers/net/usb/dm9601.c
14160
14161 USB DIAMOND RIO500 DRIVER
14162 M: Cesar Miquel <miquel@df.uba.ar>
14163 L: rio500-users@lists.sourceforge.net
14164 W: http://rio500.sourceforge.net
14165 S: Maintained
14166 F: drivers/usb/misc/rio500*
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: */