Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6-microblaze.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.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         B: URI for where to file bugs. A web-page with detailed bug
78            filing info, a direct bug tracker link, or a mailto: URI.
79         C: URI for chat protocol, server and channel where developers
80            usually hang out, for example irc://server/channel.
81         Q: Patchwork web based patch tracking system site
82         T: SCM tree type and location.
83            Type is one of: git, hg, quilt, stgit, topgit
84         S: Status, one of the following:
85            Supported:   Someone is actually paid to look after this.
86            Maintained:  Someone actually looks after it.
87            Odd Fixes:   It has a maintainer but they don't have time to do
88                         much other than throw the odd patch in. See below..
89            Orphan:      No current maintainer [but maybe you could take the
90                         role as you write your new code].
91            Obsolete:    Old code. Something tagged obsolete generally means
92                         it has been replaced by a better system and you
93                         should be using that.
94         F: Files and directories with wildcard patterns.
95            A trailing slash includes all files and subdirectory files.
96            F:   drivers/net/    all files in and below drivers/net
97            F:   drivers/net/*   all files in drivers/net, but not below
98            F:   */net/*         all files in "any top level directory"/net
99            One pattern per line.  Multiple F: lines acceptable.
100         N: Files and directories with regex patterns.
101            N:   [^a-z]tegra     all files whose path contains the word tegra
102            One pattern per line.  Multiple N: lines acceptable.
103            scripts/get_maintainer.pl has different behavior for files that
104            match F: pattern and matches of N: patterns.  By default,
105            get_maintainer will not look at git log history when an F: pattern
106            match occurs.  When an N: match occurs, git log history is used
107            to also notify the people that have git commit signatures.
108         X: Files and directories that are NOT maintained, same rules as F:
109            Files exclusions are tested before file matches.
110            Can be useful for excluding a specific subdirectory, for instance:
111            F:   net/
112            X:   net/ipv6/
113            matches all files in and below net excluding net/ipv6/
114         K: Keyword perl extended regex pattern to match content in a
115            patch or file.  For instance:
116            K: of_get_profile
117               matches patches or files that contain "of_get_profile"
118            K: \b(printk|pr_(info|err))\b
119               matches patches or files that contain one or more of the words
120               printk, pr_info or pr_err
121            One regex pattern per line.  Multiple K: lines acceptable.
122
123 Note: For the hard of thinking, this list is meant to remain in alphabetical
124 order. If you could add yourselves to it in alphabetical order that would be
125 so much easier [Ed]
126
127 Maintainers List (try to look for most precise areas first)
128
129                 -----------------------------------
130
131 3C59X NETWORK DRIVER
132 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
133 L:      netdev@vger.kernel.org
134 S:      Maintained
135 F:      Documentation/networking/vortex.txt
136 F:      drivers/net/ethernet/3com/3c59x.c
137
138 3CR990 NETWORK DRIVER
139 M:      David Dillow <dave@thedillows.org>
140 L:      netdev@vger.kernel.org
141 S:      Maintained
142 F:      drivers/net/ethernet/3com/typhoon*
143
144 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
145 M:      Adam Radford <aradford@gmail.com>
146 L:      linux-scsi@vger.kernel.org
147 W:      http://www.lsi.com
148 S:      Supported
149 F:      drivers/scsi/3w-*
150
151 53C700 AND 53C700-66 SCSI DRIVER
152 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
153 L:      linux-scsi@vger.kernel.org
154 S:      Maintained
155 F:      drivers/scsi/53c700*
156
157 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
158 M:      Alexander Aring <alex.aring@gmail.com>
159 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
160 L:      linux-bluetooth@vger.kernel.org
161 L:      linux-wpan@vger.kernel.org
162 S:      Maintained
163 F:      net/6lowpan/
164 F:      include/net/6lowpan.h
165 F:      Documentation/networking/6lowpan.txt
166
167 6PACK NETWORK DRIVER FOR AX.25
168 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
169 L:      linux-hams@vger.kernel.org
170 S:      Maintained
171 F:      drivers/net/hamradio/6pack.c
172
173 8169 10/100/1000 GIGABIT ETHERNET DRIVER
174 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
175 L:      netdev@vger.kernel.org
176 S:      Maintained
177 F:      drivers/net/ethernet/realtek/r8169.c
178
179 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
180 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
181 L:      linux-serial@vger.kernel.org
182 S:      Maintained
183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
184 F:      drivers/tty/serial/8250*
185 F:      include/linux/serial_8250.h
186
187 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
188 L:      netdev@vger.kernel.org
189 S:      Orphan / Obsolete
190 F:      drivers/net/ethernet/8390/
191
192 9P FILE SYSTEM
193 M:      Eric Van Hensbergen <ericvh@gmail.com>
194 M:      Ron Minnich <rminnich@sandia.gov>
195 M:      Latchesar Ionkov <lucho@ionkov.net>
196 L:      v9fs-developer@lists.sourceforge.net
197 W:      http://swik.net/v9fs
198 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
200 S:      Maintained
201 F:      Documentation/filesystems/9p.txt
202 F:      fs/9p/
203 F:      net/9p/
204 F:      include/net/9p/
205 F:      include/uapi/linux/virtio_9p.h
206 F:      include/trace/events/9p.h
207
208 A8293 MEDIA DRIVER
209 M:      Antti Palosaari <crope@iki.fi>
210 L:      linux-media@vger.kernel.org
211 W:      https://linuxtv.org
212 W:      http://palosaari.fi/linux/
213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
214 T:      git git://linuxtv.org/anttip/media_tree.git
215 S:      Maintained
216 F:      drivers/media/dvb-frontends/a8293*
217
218 AACRAID SCSI RAID DRIVER
219 M:      Adaptec OEM Raid Solutions <aacraid@microsemi.com>
220 L:      linux-scsi@vger.kernel.org
221 W:      http://www.adaptec.com/
222 S:      Supported
223 F:      Documentation/scsi/aacraid.txt
224 F:      drivers/scsi/aacraid/
225
226 ABI/API
227 L:      linux-api@vger.kernel.org
228 F:      include/linux/syscalls.h
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      linux-hwmon@vger.kernel.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      linux-hwmon@vger.kernel.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-DIO-48E GPIO DRIVER
244 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-dio-48e.c
248
249 ACCES 104-IDI-48 GPIO DRIVER
250 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
251 L:      linux-gpio@vger.kernel.org
252 S:      Maintained
253 F:      drivers/gpio/gpio-104-idi-48.c
254
255 ACCES 104-IDIO-16 GPIO DRIVER
256 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
257 L:      linux-gpio@vger.kernel.org
258 S:      Maintained
259 F:      drivers/gpio/gpio-104-idio-16.c
260
261 ACCES 104-QUAD-8 IIO DRIVER
262 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
263 L:      linux-iio@vger.kernel.org
264 S:      Maintained
265 F:      drivers/iio/counter/104-quad-8.c
266
267 ACCES PCI-IDIO-16 GPIO DRIVER
268 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
269 L:      linux-gpio@vger.kernel.org
270 S:      Maintained
271 F:      drivers/gpio/gpio-pci-idio-16.c
272
273 ACENIC DRIVER
274 M:      Jes Sorensen <jes@trained-monkey.org>
275 L:      linux-acenic@sunsite.dk
276 S:      Maintained
277 F:      drivers/net/ethernet/alteon/acenic*
278
279 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
280 M:      Peter Feuerer <peter@piie.net>
281 L:      platform-driver-x86@vger.kernel.org
282 W:      http://piie.net/?section=acerhdf
283 S:      Maintained
284 F:      drivers/platform/x86/acerhdf.c
285
286 ACER WMI LAPTOP EXTRAS
287 M:      "Lee, Chun-Yi" <jlee@suse.com>
288 L:      platform-driver-x86@vger.kernel.org
289 S:      Maintained
290 F:      drivers/platform/x86/acer-wmi.c
291
292 ACPI
293 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
294 M:      Len Brown <lenb@kernel.org>
295 L:      linux-acpi@vger.kernel.org
296 W:      https://01.org/linux-acpi
297 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
299 B:      https://bugzilla.kernel.org
300 S:      Supported
301 F:      drivers/acpi/
302 F:      drivers/pnp/pnpacpi/
303 F:      include/linux/acpi.h
304 F:      include/linux/fwnode.h
305 F:      include/acpi/
306 F:      Documentation/acpi/
307 F:      Documentation/ABI/testing/sysfs-bus-acpi
308 F:      Documentation/ABI/testing/configfs-acpi
309 F:      drivers/pci/*acpi*
310 F:      drivers/pci/*/*acpi*
311 F:      drivers/pci/*/*/*acpi*
312 F:      tools/power/acpi/
313
314 ACPI APEI
315 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
316 M:      Len Brown <lenb@kernel.org>
317 L:      linux-acpi@vger.kernel.org
318 R:      Tony Luck <tony.luck@intel.com>
319 R:      Borislav Petkov <bp@alien8.de>
320 F:      drivers/acpi/apei/
321
322 ACPI COMPONENT ARCHITECTURE (ACPICA)
323 M:      Robert Moore <robert.moore@intel.com>
324 M:      Lv Zheng <lv.zheng@intel.com>
325 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
326 L:      linux-acpi@vger.kernel.org
327 L:      devel@acpica.org
328 W:      https://acpica.org/
329 W:      https://github.com/acpica/acpica/
330 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
332 B:      https://bugzilla.kernel.org
333 B:      https://bugs.acpica.org
334 S:      Supported
335 F:      drivers/acpi/acpica/
336 F:      include/acpi/
337 F:      tools/power/acpi/
338
339 ACPI FAN DRIVER
340 M:      Zhang Rui <rui.zhang@intel.com>
341 L:      linux-acpi@vger.kernel.org
342 W:      https://01.org/linux-acpi
343 B:      https://bugzilla.kernel.org
344 S:      Supported
345 F:      drivers/acpi/fan.c
346
347 ACPI FOR ARM64 (ACPI/arm64)
348 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
349 M:      Hanjun Guo <hanjun.guo@linaro.org>
350 M:      Sudeep Holla <sudeep.holla@arm.com>
351 L:      linux-acpi@vger.kernel.org
352 S:      Maintained
353 F:      drivers/acpi/arm64
354
355 ACPI PMIC DRIVERS
356 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
357 M:      Len Brown <lenb@kernel.org>
358 R:      Andy Shevchenko <andy@infradead.org>
359 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
360 L:      linux-acpi@vger.kernel.org
361 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
363 B:      https://bugzilla.kernel.org
364 S:      Supported
365 F:      drivers/acpi/pmic/
366
367 ACPI THERMAL DRIVER
368 M:      Zhang Rui <rui.zhang@intel.com>
369 L:      linux-acpi@vger.kernel.org
370 W:      https://01.org/linux-acpi
371 B:      https://bugzilla.kernel.org
372 S:      Supported
373 F:      drivers/acpi/*thermal*
374
375 ACPI VIDEO 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/acpi_video.c
382
383 ACPI WMI DRIVER
384 L:      platform-driver-x86@vger.kernel.org
385 S:      Orphan
386 F:      drivers/platform/x86/wmi.c
387
388 AD1889 ALSA SOUND DRIVER
389 M:      Thibaut Varene <T-Bone@parisc-linux.org>
390 W:      http://wiki.parisc-linux.org/AD1889
391 L:      linux-parisc@vger.kernel.org
392 S:      Maintained
393 F:      sound/pci/ad1889.*
394
395 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
396 M:      Michael Hennerich <michael.hennerich@analog.com>
397 W:      http://wiki.analog.com/AD5254
398 W:      http://ez.analog.com/community/linux-device-drivers
399 S:      Supported
400 F:      drivers/misc/ad525x_dpot.c
401
402 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
403 M:      Michael Hennerich <michael.hennerich@analog.com>
404 W:      http://wiki.analog.com/AD5398
405 W:      http://ez.analog.com/community/linux-device-drivers
406 S:      Supported
407 F:      drivers/regulator/ad5398.c
408
409 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
410 M:      Michael Hennerich <michael.hennerich@analog.com>
411 W:      http://wiki.analog.com/AD7142
412 W:      http://ez.analog.com/community/linux-device-drivers
413 S:      Supported
414 F:      drivers/input/misc/ad714x.c
415
416 AD7877 TOUCHSCREEN DRIVER
417 M:      Michael Hennerich <michael.hennerich@analog.com>
418 W:      http://wiki.analog.com/AD7877
419 W:      http://ez.analog.com/community/linux-device-drivers
420 S:      Supported
421 F:      drivers/input/touchscreen/ad7877.c
422
423 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
424 M:      Michael Hennerich <michael.hennerich@analog.com>
425 W:      http://wiki.analog.com/AD7879
426 W:      http://ez.analog.com/community/linux-device-drivers
427 S:      Supported
428 F:      drivers/input/touchscreen/ad7879.c
429
430 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
431 M:      Jiri Kosina <jikos@kernel.org>
432 S:      Maintained
433
434 ADF7242 IEEE 802.15.4 RADIO DRIVER
435 M:      Michael Hennerich <michael.hennerich@analog.com>
436 W:      https://wiki.analog.com/ADF7242
437 W:      http://ez.analog.com/community/linux-device-drivers
438 L:      linux-wpan@vger.kernel.org
439 S:      Supported
440 F:      drivers/net/ieee802154/adf7242.c
441 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
442
443 ADM1025 HARDWARE MONITOR DRIVER
444 M:      Jean Delvare <jdelvare@suse.com>
445 L:      linux-hwmon@vger.kernel.org
446 S:      Maintained
447 F:      Documentation/hwmon/adm1025
448 F:      drivers/hwmon/adm1025.c
449
450 ADM1029 HARDWARE MONITOR DRIVER
451 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
452 L:      linux-hwmon@vger.kernel.org
453 S:      Maintained
454 F:      drivers/hwmon/adm1029.c
455
456 ADM8211 WIRELESS DRIVER
457 L:      linux-wireless@vger.kernel.org
458 W:      http://wireless.kernel.org/
459 S:      Orphan
460 F:      drivers/net/wireless/admtek/adm8211.*
461
462 ADP1653 FLASH CONTROLLER DRIVER
463 M:      Sakari Ailus <sakari.ailus@iki.fi>
464 L:      linux-media@vger.kernel.org
465 S:      Maintained
466 F:      drivers/media/i2c/adp1653.c
467 F:      include/media/i2c/adp1653.h
468
469 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
470 M:      Michael Hennerich <michael.hennerich@analog.com>
471 W:      http://wiki.analog.com/ADP5520
472 W:      http://ez.analog.com/community/linux-device-drivers
473 S:      Supported
474 F:      drivers/mfd/adp5520.c
475 F:      drivers/video/backlight/adp5520_bl.c
476 F:      drivers/leds/leds-adp5520.c
477 F:      drivers/gpio/gpio-adp5520.c
478 F:      drivers/input/keyboard/adp5520-keys.c
479
480 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
481 M:      Michael Hennerich <michael.hennerich@analog.com>
482 W:      http://wiki.analog.com/ADP5588
483 W:      http://ez.analog.com/community/linux-device-drivers
484 S:      Supported
485 F:      drivers/input/keyboard/adp5588-keys.c
486 F:      drivers/gpio/gpio-adp5588.c
487
488 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
489 M:      Michael Hennerich <michael.hennerich@analog.com>
490 W:      http://wiki.analog.com/ADP8860
491 W:      http://ez.analog.com/community/linux-device-drivers
492 S:      Supported
493 F:      drivers/video/backlight/adp8860_bl.c
494
495 ADS1015 HARDWARE MONITOR DRIVER
496 M:      Dirk Eibach <eibach@gdsys.de>
497 L:      linux-hwmon@vger.kernel.org
498 S:      Maintained
499 F:      Documentation/hwmon/ads1015
500 F:      drivers/hwmon/ads1015.c
501 F:      include/linux/platform_data/ads1015.h
502
503 ADT746X FAN DRIVER
504 M:      Colin Leroy <colin@colino.net>
505 S:      Maintained
506 F:      drivers/macintosh/therm_adt746x.c
507
508 ADT7475 HARDWARE MONITOR DRIVER
509 M:      Jean Delvare <jdelvare@suse.com>
510 L:      linux-hwmon@vger.kernel.org
511 S:      Maintained
512 F:      Documentation/hwmon/adt7475
513 F:      drivers/hwmon/adt7475.c
514
515 ADVANSYS SCSI DRIVER
516 M:      Matthew Wilcox <matthew@wil.cx>
517 M:      Hannes Reinecke <hare@suse.com>
518 L:      linux-scsi@vger.kernel.org
519 S:      Maintained
520 F:      Documentation/scsi/advansys.txt
521 F:      drivers/scsi/advansys.c
522
523 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
524 M:      Michael Hennerich <michael.hennerich@analog.com>
525 W:      http://wiki.analog.com/ADXL345
526 W:      http://ez.analog.com/community/linux-device-drivers
527 S:      Supported
528 F:      drivers/input/misc/adxl34x.c
529
530 AF9013 MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      https://linuxtv.org
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/dvb-frontends/af9013*
539
540 AF9033 MEDIA DRIVER
541 M:      Antti Palosaari <crope@iki.fi>
542 L:      linux-media@vger.kernel.org
543 W:      https://linuxtv.org
544 W:      http://palosaari.fi/linux/
545 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
546 T:      git git://linuxtv.org/anttip/media_tree.git
547 S:      Maintained
548 F:      drivers/media/dvb-frontends/af9033*
549
550 AFFS FILE SYSTEM
551 L:      linux-fsdevel@vger.kernel.org
552 S:      Orphan
553 F:      Documentation/filesystems/affs.txt
554 F:      fs/affs/
555
556 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
557 M:      David Howells <dhowells@redhat.com>
558 L:      linux-afs@lists.infradead.org
559 S:      Supported
560 F:      fs/afs/
561 F:      include/net/af_rxrpc.h
562 F:      net/rxrpc/af_rxrpc.c
563 W:      https://www.infradead.org/~dhowells/kafs/
564
565 AGPGART DRIVER
566 M:      David Airlie <airlied@linux.ie>
567 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
568 S:      Maintained
569 F:      drivers/char/agp/
570 F:      include/linux/agp*
571 F:      include/uapi/linux/agp*
572
573 AHA152X SCSI DRIVER
574 M:      "Juergen E. Fischer" <fischer@norbit.de>
575 L:      linux-scsi@vger.kernel.org
576 S:      Maintained
577 F:      drivers/scsi/aha152x*
578 F:      drivers/scsi/pcmcia/aha152x*
579
580 AIC7XXX / AIC79XX SCSI DRIVER
581 M:      Hannes Reinecke <hare@suse.com>
582 L:      linux-scsi@vger.kernel.org
583 S:      Maintained
584 F:      drivers/scsi/aic7xxx/
585
586 AIMSLAB FM RADIO RECEIVER DRIVER
587 M:      Hans Verkuil <hverkuil@xs4all.nl>
588 L:      linux-media@vger.kernel.org
589 T:      git git://linuxtv.org/media_tree.git
590 W:      https://linuxtv.org
591 S:      Maintained
592 F:      drivers/media/radio/radio-aimslab*
593
594 AIO
595 M:      Benjamin LaHaise <bcrl@kvack.org>
596 L:      linux-aio@kvack.org
597 S:      Supported
598 F:      fs/aio.c
599 F:      include/linux/*aio*.h
600
601 AIRSPY MEDIA DRIVER
602 M:      Antti Palosaari <crope@iki.fi>
603 L:      linux-media@vger.kernel.org
604 W:      https://linuxtv.org
605 W:      http://palosaari.fi/linux/
606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
607 T:      git git://linuxtv.org/anttip/media_tree.git
608 S:      Maintained
609 F:      drivers/media/usb/airspy/
610
611 ALACRITECH GIGABIT ETHERNET DRIVER
612 M:      Lino Sanfilippo <LinoSanfilippo@gmx.de>
613 S:      Maintained
614 F:      drivers/net/ethernet/alacritech/*
615
616 ALCATEL SPEEDTOUCH USB DRIVER
617 M:      Duncan Sands <duncan.sands@free.fr>
618 L:      linux-usb@vger.kernel.org
619 W:      http://www.linux-usb.org/SpeedTouch/
620 S:      Maintained
621 F:      drivers/usb/atm/speedtch.c
622 F:      drivers/usb/atm/usbatm.c
623
624 ALCHEMY AU1XX0 MMC DRIVER
625 M:      Manuel Lauss <manuel.lauss@gmail.com>
626 S:      Maintained
627 F:      drivers/mmc/host/au1xmmc.c
628
629 ALI1563 I2C DRIVER
630 M:      Rudolf Marek <r.marek@assembler.cz>
631 L:      linux-i2c@vger.kernel.org
632 S:      Maintained
633 F:      Documentation/i2c/busses/i2c-ali1563
634 F:      drivers/i2c/busses/i2c-ali1563.c
635
636 ALLWINNER SECURITY SYSTEM
637 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
638 L:      linux-crypto@vger.kernel.org
639 S:      Maintained
640 F:      drivers/crypto/sunxi-ss/
641
642 ALPHA PORT
643 M:      Richard Henderson <rth@twiddle.net>
644 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
645 M:      Matt Turner <mattst88@gmail.com>
646 S:      Odd Fixes
647 L:      linux-alpha@vger.kernel.org
648 F:      arch/alpha/
649
650 ALPS PS/2 TOUCHPAD DRIVER
651 R:      Pali Rohár <pali.rohar@gmail.com>
652 F:      drivers/input/mouse/alps.*
653
654 ALTERA I2C CONTROLLER DRIVER
655 M:      Thor Thayer <thor.thayer@linux.intel.com>
656 S:      Maintained
657 F:      drivers/i2c/busses/i2c-altera.c
658
659 ALTERA MAILBOX DRIVER
660 M:      Ley Foon Tan <lftan@altera.com>
661 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
662 S:      Maintained
663 F:      drivers/mailbox/mailbox-altera.c
664
665 ALTERA PIO DRIVER
666 M:      Tien Hock Loh <thloh@altera.com>
667 L:      linux-gpio@vger.kernel.org
668 S:      Maintained
669 F:      drivers/gpio/gpio-altera.c
670
671 ALTERA SYSTEM RESOURCE DRIVER FOR ARRIA10 DEVKIT
672 M:      Thor Thayer <thor.thayer@linux.intel.com>
673 S:      Maintained
674 F:      drivers/gpio/gpio-altera-a10sr.c
675 F:      drivers/mfd/altera-a10sr.c
676 F:      drivers/reset/reset-a10sr.c
677 F:      include/linux/mfd/altera-a10sr.h
678 F:      include/dt-bindings/reset/altr,rst-mgr-a10sr.h
679
680 ALTERA TRIPLE SPEED ETHERNET DRIVER
681 M:      Vince Bridgers <vbridger@opensource.altera.com>
682 L:      netdev@vger.kernel.org
683 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
684 S:      Maintained
685 F:      drivers/net/ethernet/altera/
686
687 ALTERA UART/JTAG UART SERIAL DRIVERS
688 M:      Tobias Klauser <tklauser@distanz.ch>
689 L:      linux-serial@vger.kernel.org
690 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
691 S:      Maintained
692 F:      drivers/tty/serial/altera_uart.c
693 F:      drivers/tty/serial/altera_jtaguart.c
694 F:      include/linux/altera_uart.h
695 F:      include/linux/altera_jtaguart.h
696
697 AMAZON ETHERNET DRIVERS
698 M:      Netanel Belgazal <netanel@amazon.com>
699 R:      Saeed Bishara <saeedb@amazon.com>
700 R:      Zorik Machulsky <zorik@amazon.com>
701 L:      netdev@vger.kernel.org
702 S:      Supported
703 F:      Documentation/networking/ena.txt
704 F:      drivers/net/ethernet/amazon/
705
706 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
707 M:      Tom Lendacky <thomas.lendacky@amd.com>
708 M:      Gary Hook <gary.hook@amd.com>
709 L:      linux-crypto@vger.kernel.org
710 S:      Supported
711 F:      drivers/crypto/ccp/
712 F:      include/linux/ccp.h
713
714 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
715 M:      Huang Rui <ray.huang@amd.com>
716 L:      linux-hwmon@vger.kernel.org
717 S:      Supported
718 F:      Documentation/hwmon/fam15h_power
719 F:      drivers/hwmon/fam15h_power.c
720
721 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
722 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
723 S:      Orphan
724 F:      drivers/usb/gadget/udc/amd5536udc.*
725
726 AMD GEODE PROCESSOR/CHIPSET SUPPORT
727 P:      Andres Salomon <dilinger@queued.net>
728 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
729 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
730 S:      Supported
731 F:      drivers/char/hw_random/geode-rng.c
732 F:      drivers/crypto/geode*
733 F:      drivers/video/fbdev/geode/
734 F:      arch/x86/include/asm/geode.h
735
736 AMD IOMMU (AMD-VI)
737 M:      Joerg Roedel <joro@8bytes.org>
738 L:      iommu@lists.linux-foundation.org
739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
740 S:      Maintained
741 F:      drivers/iommu/amd_iommu*.[ch]
742 F:      include/linux/amd-iommu.h
743
744 AMD KFD
745 M:      Oded Gabbay <oded.gabbay@gmail.com>
746 L:      dri-devel@lists.freedesktop.org
747 T:      git git://people.freedesktop.org/~gabbayo/linux.git
748 S:      Supported
749 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
750 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
751 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
752 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
753 F:      drivers/gpu/drm/amd/amdkfd/
754 F:      drivers/gpu/drm/amd/include/cik_structs.h
755 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
756 F:      drivers/gpu/drm/amd/include/vi_structs.h
757 F:      include/uapi/linux/kfd_ioctl.h
758
759 AMD SEATTLE DEVICE TREE SUPPORT
760 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
761 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
762 M:      Tom Lendacky <thomas.lendacky@amd.com>
763 S:      Supported
764 F:      arch/arm64/boot/dts/amd/
765
766 AMD XGBE DRIVER
767 M:      Tom Lendacky <thomas.lendacky@amd.com>
768 L:      netdev@vger.kernel.org
769 S:      Supported
770 F:      drivers/net/ethernet/amd/xgbe/
771 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
772
773 AMS (Apple Motion Sensor) DRIVER
774 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
775 S:      Supported
776 F:      drivers/macintosh/ams/
777
778 ANALOG DEVICES INC AD9389B DRIVER
779 M:      Hans Verkuil <hans.verkuil@cisco.com>
780 L:      linux-media@vger.kernel.org
781 S:      Maintained
782 F:      drivers/media/i2c/ad9389b*
783
784 ANALOG DEVICES INC ADV7180 DRIVER
785 M:      Lars-Peter Clausen <lars@metafoo.de>
786 L:      linux-media@vger.kernel.org
787 W:      http://ez.analog.com/community/linux-device-drivers
788 S:      Supported
789 F:      drivers/media/i2c/adv7180.c
790
791 ANALOG DEVICES INC ADV748X DRIVER
792 M:      Kieran Bingham <kieran.bingham@ideasonboard.com>
793 L:      linux-media@vger.kernel.org
794 S:      Maintained
795 F:      drivers/media/i2c/adv748x/*
796
797 ANALOG DEVICES INC ADV7511 DRIVER
798 M:      Hans Verkuil <hans.verkuil@cisco.com>
799 L:      linux-media@vger.kernel.org
800 S:      Maintained
801 F:      drivers/media/i2c/adv7511*
802
803 ANALOG DEVICES INC ADV7604 DRIVER
804 M:      Hans Verkuil <hans.verkuil@cisco.com>
805 L:      linux-media@vger.kernel.org
806 S:      Maintained
807 F:      drivers/media/i2c/adv7604*
808
809 ANALOG DEVICES INC ADV7842 DRIVER
810 M:      Hans Verkuil <hans.verkuil@cisco.com>
811 L:      linux-media@vger.kernel.org
812 S:      Maintained
813 F:      drivers/media/i2c/adv7842*
814
815 ANALOG DEVICES INC ASOC CODEC DRIVERS
816 M:      Lars-Peter Clausen <lars@metafoo.de>
817 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
818 W:      http://wiki.analog.com/
819 W:      http://ez.analog.com/community/linux-device-drivers
820 S:      Supported
821 F:      sound/soc/codecs/adau*
822 F:      sound/soc/codecs/adav*
823 F:      sound/soc/codecs/ad1*
824 F:      sound/soc/codecs/ad7*
825 F:      sound/soc/codecs/ssm*
826 F:      sound/soc/codecs/sigmadsp.*
827
828 ANALOG DEVICES INC ASOC DRIVERS
829 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
830 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
831 W:      http://blackfin.uclinux.org/
832 S:      Supported
833 F:      sound/soc/blackfin/*
834
835 ANALOG DEVICES INC DMA DRIVERS
836 M:      Lars-Peter Clausen <lars@metafoo.de>
837 W:      http://ez.analog.com/community/linux-device-drivers
838 S:      Supported
839 F:      drivers/dma/dma-axi-dmac.c
840
841 ANALOG DEVICES INC IIO DRIVERS
842 M:      Lars-Peter Clausen <lars@metafoo.de>
843 M:      Michael Hennerich <Michael.Hennerich@analog.com>
844 W:      http://wiki.analog.com/
845 W:      http://ez.analog.com/community/linux-device-drivers
846 S:      Supported
847 F:      drivers/iio/*/ad*
848 F:      drivers/iio/adc/ltc2497*
849 X:      drivers/iio/*/adjd*
850 F:      drivers/staging/iio/*/ad*
851 F:      drivers/staging/iio/trigger/iio-trig-bfin-timer.c
852
853 ANDROID CONFIG FRAGMENTS
854 M:      Rob Herring <robh@kernel.org>
855 S:      Supported
856 F:      kernel/configs/android*
857
858 ANDROID DRIVERS
859 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
860 M:      Arve Hjønnevåg <arve@android.com>
861 M:      Riley Andrews <riandrews@android.com>
862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
863 L:      devel@driverdev.osuosl.org
864 S:      Supported
865 F:      drivers/android/
866 F:      drivers/staging/android/
867
868 ANDROID GOLDFISH RTC DRIVER
869 M:      Miodrag Dinic <miodrag.dinic@mips.com>
870 S:      Supported
871 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
872 F:      drivers/rtc/rtc-goldfish.c
873
874 ANDROID ION DRIVER
875 M:      Laura Abbott <labbott@redhat.com>
876 M:      Sumit Semwal <sumit.semwal@linaro.org>
877 L:      devel@driverdev.osuosl.org
878 S:      Supported
879 F:      drivers/staging/android/ion
880 F:      drivers/staging/android/uapi/ion.h
881 F:      drivers/staging/android/uapi/ion_test.h
882
883 AOA (Apple Onboard Audio) ALSA DRIVER
884 M:      Johannes Berg <johannes@sipsolutions.net>
885 L:      linuxppc-dev@lists.ozlabs.org
886 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
887 S:      Maintained
888 F:      sound/aoa/
889
890 APEX EMBEDDED SYSTEMS STX104 IIO DRIVER
891 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
892 L:      linux-iio@vger.kernel.org
893 S:      Maintained
894 F:      drivers/iio/adc/stx104.c
895
896 APM DRIVER
897 M:      Jiri Kosina <jikos@kernel.org>
898 S:      Odd fixes
899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
900 F:      arch/x86/kernel/apm_32.c
901 F:      include/linux/apm_bios.h
902 F:      include/uapi/linux/apm_bios.h
903 F:      drivers/char/apm-emulation.c
904
905 APPARMOR SECURITY MODULE
906 M:      John Johansen <john.johansen@canonical.com>
907 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
908 W:      apparmor.wiki.kernel.org
909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
910 S:      Supported
911 F:      security/apparmor/
912 F:      Documentation/admin-guide/LSM/apparmor.rst
913
914 APPLE BCM5974 MULTITOUCH DRIVER
915 M:      Henrik Rydberg <rydberg@bitmath.org>
916 L:      linux-input@vger.kernel.org
917 S:      Odd fixes
918 F:      drivers/input/mouse/bcm5974.c
919
920 APPLE SMC DRIVER
921 M:      Henrik Rydberg <rydberg@bitmath.org>
922 L:      linux-hwmon@vger.kernel.org
923 S:      Odd fixes
924 F:      drivers/hwmon/applesmc.c
925
926 APPLETALK NETWORK LAYER
927 L:      netdev@vger.kernel.org
928 S:      Odd fixes
929 F:      drivers/net/appletalk/
930 F:      net/appletalk/
931
932 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
933 M:      Duc Dang <dhdang@apm.com>
934 S:      Supported
935 F:      arch/arm64/boot/dts/apm/
936
937 APPLIED MICRO (APM) X-GENE SOC EDAC
938 M:      Loc Ho <lho@apm.com>
939 S:      Supported
940 F:      drivers/edac/xgene_edac.c
941 F:      Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
942
943 APPLIED MICRO (APM) X-GENE SOC ETHERNET (V2) DRIVER
944 M:      Iyappan Subramanian <isubramanian@apm.com>
945 M:      Keyur Chudgar <kchudgar@apm.com>
946 S:      Supported
947 F:      drivers/net/ethernet/apm/xgene-v2/
948
949 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
950 M:      Iyappan Subramanian <isubramanian@apm.com>
951 M:      Keyur Chudgar <kchudgar@apm.com>
952 M:      Quan Nguyen <qnguyen@apm.com>
953 S:      Supported
954 F:      drivers/net/ethernet/apm/xgene/
955 F:      drivers/net/phy/mdio-xgene.c
956 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
957 F:      Documentation/devicetree/bindings/net/apm-xgene-mdio.txt
958
959 APPLIED MICRO (APM) X-GENE SOC PMU
960 M:      Tai Nguyen <ttnguyen@apm.com>
961 S:      Supported
962 F:      drivers/perf/xgene_pmu.c
963 F:      Documentation/perf/xgene-pmu.txt
964 F:      Documentation/devicetree/bindings/perf/apm-xgene-pmu.txt
965
966 APTINA CAMERA SENSOR PLL
967 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
968 L:      linux-media@vger.kernel.org
969 S:      Maintained
970 F:      drivers/media/i2c/aptina-pll.*
971
972 ARC FRAMEBUFFER DRIVER
973 M:      Jaya Kumar <jayalk@intworks.biz>
974 S:      Maintained
975 F:      drivers/video/fbdev/arcfb.c
976 F:      drivers/video/fbdev/core/fb_defio.c
977
978 ARC PGU DRM DRIVER
979 M:      Alexey Brodkin <abrodkin@synopsys.com>
980 S:      Supported
981 F:      drivers/gpu/drm/arc/
982 F:      Documentation/devicetree/bindings/display/snps,arcpgu.txt
983
984 ARCNET NETWORK LAYER
985 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
986 L:      netdev@vger.kernel.org
987 S:      Maintained
988 F:      drivers/net/arcnet/
989 F:      include/uapi/linux/if_arcnet.h
990
991 ARM ARCHITECTED TIMER DRIVER
992 M:      Mark Rutland <mark.rutland@arm.com>
993 M:      Marc Zyngier <marc.zyngier@arm.com>
994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
995 S:      Maintained
996 F:      arch/arm/include/asm/arch_timer.h
997 F:      arch/arm64/include/asm/arch_timer.h
998 F:      drivers/clocksource/arm_arch_timer.c
999
1000 ARM HDLCD DRM DRIVER
1001 M:      Liviu Dudau <liviu.dudau@arm.com>
1002 S:      Supported
1003 F:      drivers/gpu/drm/arm/hdlcd_*
1004 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
1005
1006 ARM MALI-DP DRM DRIVER
1007 M:      Liviu Dudau <liviu.dudau@arm.com>
1008 M:      Brian Starkey <brian.starkey@arm.com>
1009 M:      Mali DP Maintainers <malidp@foss.arm.com>
1010 S:      Supported
1011 F:      drivers/gpu/drm/arm/
1012 F:      Documentation/devicetree/bindings/display/arm,malidp.txt
1013
1014 ARM MFM AND FLOPPY DRIVERS
1015 M:      Ian Molton <spyro@f2s.com>
1016 S:      Maintained
1017 F:      arch/arm/lib/floppydma.S
1018 F:      arch/arm/include/asm/floppy.h
1019
1020 ARM PMU PROFILING AND DEBUGGING
1021 M:      Will Deacon <will.deacon@arm.com>
1022 M:      Mark Rutland <mark.rutland@arm.com>
1023 S:      Maintained
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 F:      arch/arm*/kernel/perf_*
1026 F:      arch/arm/oprofile/common.c
1027 F:      arch/arm*/kernel/hw_breakpoint.c
1028 F:      arch/arm*/include/asm/hw_breakpoint.h
1029 F:      arch/arm*/include/asm/perf_event.h
1030 F:      drivers/perf/*
1031 F:      include/linux/perf/arm_pmu.h
1032 F:      Documentation/devicetree/bindings/arm/pmu.txt
1033 F:      Documentation/devicetree/bindings/perf/
1034
1035 ARM PORT
1036 M:      Russell King <linux@armlinux.org.uk>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.armlinux.org.uk/
1039 S:      Maintained
1040 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git
1041 F:      arch/arm/
1042
1043 ARM PRIMECELL AACI PL041 DRIVER
1044 M:      Russell King <linux@armlinux.org.uk>
1045 S:      Maintained
1046 F:      sound/arm/aaci.*
1047
1048 ARM PRIMECELL BUS SUPPORT
1049 M:      Russell King <linux@armlinux.org.uk>
1050 S:      Maintained
1051 F:      drivers/amba/
1052 F:      include/linux/amba/bus.h
1053
1054 ARM PRIMECELL CLCD PL110 DRIVER
1055 M:      Russell King <linux@armlinux.org.uk>
1056 S:      Maintained
1057 F:      drivers/video/fbdev/amba-clcd.*
1058
1059 ARM PRIMECELL KMI PL050 DRIVER
1060 M:      Russell King <linux@armlinux.org.uk>
1061 S:      Maintained
1062 F:      drivers/input/serio/ambakmi.*
1063 F:      include/linux/amba/kmi.h
1064
1065 ARM PRIMECELL MMCI PL180/1 DRIVER
1066 M:      Russell King <linux@armlinux.org.uk>
1067 S:      Maintained
1068 F:      drivers/mmc/host/mmci.*
1069 F:      include/linux/amba/mmci.h
1070
1071 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
1072 M:      Russell King <linux@armlinux.org.uk>
1073 S:      Maintained
1074 F:      drivers/tty/serial/amba-pl01*.c
1075 F:      include/linux/amba/serial.h
1076
1077 ARM SMMU DRIVERS
1078 M:      Will Deacon <will.deacon@arm.com>
1079 R:      Robin Murphy <robin.murphy@arm.com>
1080 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1081 S:      Maintained
1082 F:      drivers/iommu/arm-smmu.c
1083 F:      drivers/iommu/arm-smmu-v3.c
1084 F:      drivers/iommu/io-pgtable-arm.c
1085 F:      drivers/iommu/io-pgtable-arm-v7s.c
1086
1087 ARM SUB-ARCHITECTURES
1088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S:      Maintained
1090 F:      arch/arm/mach-*/
1091 F:      arch/arm/plat-*/
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
1093
1094 ARM/ACTIONS SEMI ARCHITECTURE
1095 M:      Andreas Färber <afaerber@suse.de>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098 N:      owl
1099 F:      arch/arm/mach-actions/
1100 F:      arch/arm/boot/dts/owl-*
1101 F:      arch/arm64/boot/dts/actions/
1102 F:      drivers/clocksource/owl-*
1103 F:      drivers/soc/actions/
1104 F:      include/dt-bindings/power/owl-*
1105 F:      include/linux/soc/actions/
1106 F:      Documentation/devicetree/bindings/arm/actions.txt
1107 F:      Documentation/devicetree/bindings/power/actions,owl-sps.txt
1108 F:      Documentation/devicetree/bindings/timer/actions,owl-timer.txt
1109
1110 ARM/ADS SPHERE MACHINE SUPPORT
1111 M:      Lennert Buytenhek <kernel@wantstofly.org>
1112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S:      Maintained
1114
1115 ARM/AFEB9260 MACHINE SUPPORT
1116 M:      Sergey Lapin <slapin@ossfans.org>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119
1120 ARM/AJECO 1ARM MACHINE SUPPORT
1121 M:      Lennert Buytenhek <kernel@wantstofly.org>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124
1125 ARM/Allwinner SoC Clock Support
1126 M:      Emilio López <emilio@elopez.com.ar>
1127 S:      Maintained
1128 F:      drivers/clk/sunxi/
1129
1130 ARM/Allwinner sunXi SoC support
1131 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
1132 M:      Chen-Yu Tsai <wens@csie.org>
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Maintained
1135 N:      sun[x456789]i
1136 N:      sun50i
1137 F:      arch/arm/mach-sunxi/
1138 F:      arch/arm64/boot/dts/allwinner/
1139 F:      drivers/clk/sunxi-ng/
1140 F:      drivers/pinctrl/sunxi/
1141 F:      drivers/soc/sunxi/
1142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git
1143
1144 ARM/Amlogic Meson SoC CLOCK FRAMEWORK
1145 M:      Neil Armstrong <narmstrong@baylibre.com>
1146 M:      Jerome Brunet <jbrunet@baylibre.com>
1147 L:      linux-amlogic@lists.infradead.org
1148 S:      Maintained
1149 F:      drivers/clk/meson/
1150 F:      include/dt-bindings/clock/meson*
1151 F:      include/dt-bindings/clock/gxbb*
1152 F:      Documentation/devicetree/bindings/clock/amlogic*
1153
1154 ARM/Amlogic Meson SoC support
1155 M:      Carlo Caione <carlo@caione.org>
1156 M:      Kevin Hilman <khilman@baylibre.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 L:      linux-amlogic@lists.infradead.org
1159 W:      http://linux-meson.com/
1160 S:      Maintained
1161 F:      arch/arm/mach-meson/
1162 F:      arch/arm/boot/dts/meson*
1163 F:      arch/arm64/boot/dts/amlogic/
1164 F:      drivers/pinctrl/meson/
1165 F:      drivers/mmc/host/meson*
1166 N:      meson
1167
1168 ARM/Annapurna Labs ALPINE ARCHITECTURE
1169 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
1170 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-alpine/
1174 F:      arch/arm/boot/dts/alpine*
1175 F:      arch/arm64/boot/dts/al/
1176 F:      drivers/*/*alpine*
1177
1178 ARM/ARTPEC MACHINE SUPPORT
1179 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1180 M:      Lars Persson <lars.persson@axis.com>
1181 M:      Niklas Cassel <niklas.cassel@axis.com>
1182 S:      Maintained
1183 L:      linux-arm-kernel@axis.com
1184 F:      arch/arm/mach-artpec
1185 F:      arch/arm/boot/dts/artpec6*
1186 F:      drivers/clk/axis
1187 F:      drivers/crypto/axis
1188 F:      drivers/pinctrl/pinctrl-artpec*
1189 F:      Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
1190
1191 ARM/ASPEED I2C DRIVER
1192 M:      Brendan Higgins <brendanhiggins@google.com>
1193 R:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
1194 R:      Joel Stanley <joel@jms.id.au>
1195 L:      linux-i2c@vger.kernel.org
1196 L:      openbmc@lists.ozlabs.org (moderated for non-subscribers)
1197 S:      Maintained
1198 F:      drivers/irqchip/irq-aspeed-i2c-ic.c
1199 F:      drivers/i2c/busses/i2c-aspeed.c
1200 F:      Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
1201 F:      Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
1202
1203 ARM/ASPEED MACHINE SUPPORT
1204 M:      Joel Stanley <joel@jms.id.au>
1205 S:      Maintained
1206 F:      arch/arm/mach-aspeed/
1207 F:      arch/arm/boot/dts/aspeed-*
1208 F:      drivers/*/*aspeed*
1209
1210 ARM/ATMEL AT91 Clock Support
1211 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
1212 S:      Maintained
1213 F:      drivers/clk/at91
1214
1215 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
1216 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
1217 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
1218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1219 W:      http://www.linux4sam.org
1220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
1221 S:      Supported
1222 N:      at91
1223 N:      atmel
1224 F:      arch/arm/mach-at91/
1225 F:      include/soc/at91/
1226 F:      arch/arm/boot/dts/at91*.dts
1227 F:      arch/arm/boot/dts/at91*.dtsi
1228 F:      arch/arm/boot/dts/sama*.dts
1229 F:      arch/arm/boot/dts/sama*.dtsi
1230 F:      arch/arm/include/debug/at91.S
1231 F:      drivers/memory/atmel*
1232 F:      drivers/watchdog/sama5d4_wdt.c
1233 X:      drivers/input/touchscreen/atmel_mxt_ts.c
1234 X:      drivers/net/wireless/atmel/
1235
1236 ARM/CALXEDA HIGHBANK ARCHITECTURE
1237 M:      Rob Herring <robh@kernel.org>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-highbank/
1241 F:      arch/arm/boot/dts/highbank.dts
1242 F:      arch/arm/boot/dts/ecx-*.dts*
1243
1244 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1245 M:      Krzysztof Halasa <khalasa@piap.pl>
1246 S:      Maintained
1247 F:      arch/arm/mach-cns3xxx/
1248
1249 ARM/CAVIUM THUNDER NETWORK DRIVER
1250 M:      Sunil Goutham <sgoutham@cavium.com>
1251 M:      Robert Richter <rric@kernel.org>
1252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1253 S:      Supported
1254 F:      drivers/net/ethernet/cavium/thunder/
1255
1256 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1257 M:      Alexander Shiyan <shc_work@mail.ru>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 S:      Odd Fixes
1260 N:      clps711x
1261
1262 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1263 M:      Lennert Buytenhek <kernel@wantstofly.org>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 S:      Maintained
1266
1267 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1268 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1269 M:      Alexander Sverdlin <alexander.sverdlin@gmail.com>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272 F:      arch/arm/mach-ep93xx/
1273 F:      arch/arm/mach-ep93xx/include/mach/
1274
1275 ARM/CLKDEV SUPPORT
1276 M:      Russell King <linux@armlinux.org.uk>
1277 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1278 S:      Maintained
1279 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git clkdev
1280 F:      arch/arm/include/asm/clkdev.h
1281 F:      drivers/clk/clkdev.c
1282
1283 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1284 M:      Mike Rapoport <mike@compulab.co.il>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 S:      Maintained
1287
1288 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1289 M:      Baruch Siach <baruch@tkos.co.il>
1290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 S:      Maintained
1292 F:      arch/arm/boot/dts/cx92755*
1293 N:      digicolor
1294
1295 ARM/CONTEC MICRO9 MACHINE SUPPORT
1296 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1297 S:      Maintained
1298 F:      arch/arm/mach-ep93xx/micro9.c
1299
1300 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1301 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 S:      Maintained
1304 F:      drivers/hwtracing/coresight/*
1305 F:      Documentation/trace/coresight.txt
1306 F:      Documentation/trace/coresight-cpu-debug.txt
1307 F:      Documentation/devicetree/bindings/arm/coresight.txt
1308 F:      Documentation/devicetree/bindings/arm/coresight-cpu-debug.txt
1309 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1310 F:      tools/perf/arch/arm/util/pmu.c
1311 F:      tools/perf/arch/arm/util/auxtrace.c
1312 F:      tools/perf/arch/arm/util/cs-etm.c
1313 F:      tools/perf/arch/arm/util/cs-etm.h
1314 F:      tools/perf/util/cs-etm.h
1315
1316 ARM/CORGI MACHINE SUPPORT
1317 M:      Richard Purdie <rpurdie@rpsys.net>
1318 S:      Maintained
1319
1320 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1321 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1322 M:      Linus Walleij <linus.walleij@linaro.org>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 T:      git git://github.com/ulli-kroll/linux.git
1325 S:      Maintained
1326 F:      Documentation/devicetree/bindings/arm/gemini.txt
1327 F:      Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
1328 F:      Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
1329 F:      arch/arm/mach-gemini/
1330 F:      drivers/pinctrl/pinctrl-gemini.c
1331 F:      drivers/rtc/rtc-ftrtc010.c
1332
1333 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1334 M:      Barry Song <baohua@kernel.org>
1335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1337 S:      Maintained
1338 F:      arch/arm/boot/dts/prima2*
1339 F:      arch/arm/mach-prima2/
1340 F:      drivers/clk/sirf/
1341 F:      drivers/clocksource/timer-prima2.c
1342 F:      drivers/clocksource/timer-atlas7.c
1343 N:      [^a-z]sirf
1344
1345 ARM/EBSA110 MACHINE SUPPORT
1346 M:      Russell King <linux@armlinux.org.uk>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 W:      http://www.armlinux.org.uk/
1349 S:      Maintained
1350 F:      arch/arm/mach-ebsa110/
1351 F:      drivers/net/ethernet/amd/am79c961a.*
1352
1353 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1354 M:      Uwe Kleine-König <kernel@pengutronix.de>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357 N:      efm32
1358
1359 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1360 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      arch/arm/mach-pxa/ezx.c
1364
1365 ARM/FARADAY FA526 PORT
1366 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 S:      Maintained
1369 T:      git git://git.berlios.de/gemini-board
1370 F:      arch/arm/mm/*-fa*
1371
1372 ARM/FOOTBRIDGE ARCHITECTURE
1373 M:      Russell King <linux@armlinux.org.uk>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 W:      http://www.armlinux.org.uk/
1376 S:      Maintained
1377 F:      arch/arm/include/asm/hardware/dec21285.h
1378 F:      arch/arm/mach-footbridge/
1379
1380 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1381 M:      Shawn Guo <shawnguo@kernel.org>
1382 M:      Sascha Hauer <kernel@pengutronix.de>
1383 R:      Fabio Estevam <fabio.estevam@nxp.com>
1384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1385 S:      Maintained
1386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1387 F:      arch/arm/mach-imx/
1388 F:      arch/arm/mach-mxs/
1389 F:      arch/arm/boot/dts/imx*
1390 F:      arch/arm/configs/imx*_defconfig
1391 F:      drivers/clk/imx/
1392 F:      drivers/soc/imx/
1393 F:      include/soc/imx/
1394
1395 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1396 M:      Shawn Guo <shawnguo@kernel.org>
1397 M:      Sascha Hauer <kernel@pengutronix.de>
1398 R:      Stefan Agner <stefan@agner.ch>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 S:      Maintained
1401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1402 F:      arch/arm/mach-imx/*vf610*
1403 F:      arch/arm/boot/dts/vf*
1404
1405 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1406 M:      Lennert Buytenhek <kernel@wantstofly.org>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 S:      Maintained
1409
1410 ARM/GUMSTIX MACHINE SUPPORT
1411 M:      Steve Sakoman <sakoman@gmail.com>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 S:      Maintained
1414
1415 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1416 M:      Philipp Zabel <philipp.zabel@gmail.com>
1417 M:      Paul Parsons <lost.distance@yahoo.com>
1418 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1419 S:      Maintained
1420 F:      arch/arm/mach-pxa/hx4700.c
1421 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1422 F:      sound/soc/pxa/hx4700.c
1423
1424 ARM/HISILICON SOC SUPPORT
1425 M:      Wei Xu <xuwei5@hisilicon.com>
1426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1427 W:      http://www.hisilicon.com
1428 S:      Supported
1429 T:      git git://github.com/hisilicon/linux-hisi.git
1430 F:      arch/arm/mach-hisi/
1431 F:      arch/arm/boot/dts/hi3*
1432 F:      arch/arm/boot/dts/hip*
1433 F:      arch/arm/boot/dts/hisi*
1434 F:      arch/arm64/boot/dts/hisilicon/
1435
1436 ARM/HP JORNADA 7XX MACHINE SUPPORT
1437 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1438 W:      www.jlime.com
1439 S:      Maintained
1440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1441 F:      arch/arm/mach-sa1100/jornada720.c
1442 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1443
1444 ARM/IGEP MACHINE SUPPORT
1445 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1446 M:      Javier Martinez Canillas <javier@dowhile0.org>
1447 L:      linux-omap@vger.kernel.org
1448 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1449 S:      Maintained
1450 F:      arch/arm/boot/dts/omap3-igep*
1451
1452 ARM/INCOME PXA270 SUPPORT
1453 M:      Marek Vasut <marek.vasut@gmail.com>
1454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 S:      Maintained
1456 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1457
1458 ARM/INTEL IOP13XX ARM ARCHITECTURE
1459 M:      Lennert Buytenhek <kernel@wantstofly.org>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462
1463 ARM/INTEL IOP32X ARM ARCHITECTURE
1464 M:      Lennert Buytenhek <kernel@wantstofly.org>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S:      Maintained
1467
1468 ARM/INTEL IOP33X ARM ARCHITECTURE
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 S:      Orphan
1471
1472 ARM/INTEL IQ81342EX MACHINE SUPPORT
1473 M:      Lennert Buytenhek <kernel@wantstofly.org>
1474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 S:      Maintained
1476
1477 ARM/INTEL IXDP2850 MACHINE SUPPORT
1478 M:      Lennert Buytenhek <kernel@wantstofly.org>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 S:      Maintained
1481
1482 ARM/INTEL IXP4XX ARM ARCHITECTURE
1483 M:      Imre Kaloz <kaloz@openwrt.org>
1484 M:      Krzysztof Halasa <khalasa@piap.pl>
1485 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1486 S:      Maintained
1487 F:      arch/arm/mach-ixp4xx/
1488
1489 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1490 M:      Jonathan Cameron <jic23@cam.ac.uk>
1491 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S:      Maintained
1493 F:      arch/arm/mach-pxa/stargate2.c
1494 F:      drivers/pcmcia/pxa2xx_stargate2.c
1495
1496 ARM/INTEL XSC3 (MANZANO) ARM CORE
1497 M:      Lennert Buytenhek <kernel@wantstofly.org>
1498 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 S:      Maintained
1500
1501 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1502 M:      Lennert Buytenhek <kernel@wantstofly.org>
1503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 S:      Maintained
1505
1506 ARM/LG1K ARCHITECTURE
1507 M:      Chanho Min <chanho.min@lge.com>
1508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1509 S:      Maintained
1510 F:      arch/arm64/boot/dts/lg/
1511
1512 ARM/LOGICPD PXA270 MACHINE SUPPORT
1513 M:      Lennert Buytenhek <kernel@wantstofly.org>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 S:      Maintained
1516
1517 ARM/LPC18XX ARCHITECTURE
1518 M:      Joachim Eastwood <manabian@gmail.com>
1519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 S:      Maintained
1521 F:      arch/arm/boot/dts/lpc43*
1522 F:      drivers/clk/nxp/clk-lpc18xx*
1523 F:      drivers/clocksource/time-lpc32xx.c
1524 F:      drivers/i2c/busses/i2c-lpc2k.c
1525 F:      drivers/memory/pl172.c
1526 F:      drivers/mtd/spi-nor/nxp-spifi.c
1527 F:      drivers/rtc/rtc-lpc24xx.c
1528 N:      lpc18xx
1529
1530 ARM/LPC32XX SOC SUPPORT
1531 M:      Vladimir Zapolskiy <vz@mleia.com>
1532 M:      Sylvain Lemieux <slemieux.tyco@gmail.com>
1533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 T:      git git://github.com/vzapolskiy/linux-lpc32xx.git
1535 S:      Maintained
1536 F:      arch/arm/boot/dts/lpc32*
1537 F:      arch/arm/mach-lpc32xx/
1538 F:      drivers/i2c/busses/i2c-pnx.c
1539 F:      drivers/net/ethernet/nxp/lpc_eth.c
1540 F:      drivers/usb/host/ohci-nxp.c
1541 F:      drivers/watchdog/pnx4008_wdt.c
1542 N:      lpc32xx
1543
1544 ARM/MAGICIAN MACHINE SUPPORT
1545 M:      Philipp Zabel <philipp.zabel@gmail.com>
1546 S:      Maintained
1547
1548 ARM/Marvell Berlin SoC support
1549 M:      Jisheng Zhang <jszhang@marvell.com>
1550 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553 F:      arch/arm/mach-berlin/
1554 F:      arch/arm/boot/dts/berlin*
1555 F:      arch/arm64/boot/dts/marvell/berlin*
1556
1557 ARM/Marvell Dove/MV78xx0/Orion SOC support
1558 M:      Jason Cooper <jason@lakedaemon.net>
1559 M:      Andrew Lunn <andrew@lunn.ch>
1560 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1561 M:      Gregory Clement <gregory.clement@free-electrons.com>
1562 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1563 S:      Maintained
1564 F:      Documentation/devicetree/bindings/soc/dove/
1565 F:      arch/arm/mach-dove/
1566 F:      arch/arm/mach-mv78xx0/
1567 F:      arch/arm/mach-orion5x/
1568 F:      arch/arm/plat-orion/
1569 F:      arch/arm/boot/dts/dove*
1570 F:      arch/arm/boot/dts/orion5x*
1571
1572 ARM/Marvell Kirkwood and Armada 370, 375, 38x, 39x, XP, 3700, 7K/8K SOC support
1573 M:      Jason Cooper <jason@lakedaemon.net>
1574 M:      Andrew Lunn <andrew@lunn.ch>
1575 M:      Gregory Clement <gregory.clement@free-electrons.com>
1576 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 S:      Maintained
1579 F:      arch/arm/boot/dts/armada*
1580 F:      arch/arm/boot/dts/kirkwood*
1581 F:      arch/arm/configs/mvebu_*_defconfig
1582 F:      arch/arm/mach-mvebu/
1583 F:      arch/arm64/boot/dts/marvell/armada*
1584 F:      drivers/cpufreq/mvebu-cpufreq.c
1585 F:      drivers/irqchip/irq-armada-370-xp.c
1586 F:      drivers/irqchip/irq-mvebu-*
1587 F:      drivers/pinctrl/mvebu/
1588 F:      drivers/rtc/rtc-armada38x.c
1589
1590 ARM/Mediatek RTC DRIVER
1591 M:      Eddie Huang <eddie.huang@mediatek.com>
1592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1593 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1594 S:      Maintained
1595 F:      drivers/rtc/rtc-mt6397.c
1596
1597 ARM/Mediatek SoC support
1598 M:      Matthias Brugger <matthias.bgg@gmail.com>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm/boot/dts/mt6*
1603 F:      arch/arm/boot/dts/mt7*
1604 F:      arch/arm/boot/dts/mt8*
1605 F:      arch/arm/mach-mediatek/
1606 F:      arch/arm64/boot/dts/mediatek/
1607 N:      mtk
1608 K:      mediatek
1609
1610 ARM/Mediatek USB3 PHY DRIVER
1611 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1614 S:      Maintained
1615 F:      drivers/phy/mediatek/phy-mtk-tphy.c
1616
1617 ARM/MICREL KS8695 ARCHITECTURE
1618 M:      Greg Ungerer <gerg@uclinux.org>
1619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1620 F:      arch/arm/mach-ks8695/
1621 S:      Odd Fixes
1622
1623 ARM/MIOA701 MACHINE SUPPORT
1624 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 F:      arch/arm/mach-pxa/mioa701.c
1627 S:      Maintained
1628
1629 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1630 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1631 S:      Maintained
1632
1633 ARM/NOMADIK ARCHITECTURE
1634 M:      Alessandro Rubini <rubini@unipv.it>
1635 M:      Linus Walleij <linus.walleij@linaro.org>
1636 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1637 S:      Maintained
1638 F:      arch/arm/mach-nomadik/
1639 F:      drivers/pinctrl/nomadik/
1640 F:      drivers/i2c/busses/i2c-nomadik.c
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1642
1643 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1644 M:      Wan ZongShun <mcuos.com@gmail.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 W:      http://www.mcuos.com
1647 S:      Maintained
1648 F:      arch/arm/mach-w90x900/
1649 F:      drivers/input/keyboard/w90p910_keypad.c
1650 F:      drivers/input/touchscreen/w90p910_ts.c
1651 F:      drivers/watchdog/nuc900_wdt.c
1652 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1653 F:      drivers/mtd/nand/nuc900_nand.c
1654 F:      drivers/rtc/rtc-nuc900.c
1655 F:      drivers/spi/spi-nuc900.c
1656 F:      drivers/usb/host/ehci-w90x900.c
1657 F:      drivers/video/fbdev/nuc900fb.c
1658
1659 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1660 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1661 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1662 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1663 S:      Supported
1664
1665 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1666 M:      Alexander Clouter <alex@digriz.org.uk>
1667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 W:      http://www.digriz.org.uk/ts78xx/kernel
1669 S:      Maintained
1670 F:      arch/arm/mach-orion5x/ts78xx-*
1671
1672 ARM/OXNAS platform support
1673 M:      Neil Armstrong <narmstrong@baylibre.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 L:      linux-oxnas@lists.tuxfamily.org (moderated for non-subscribers)
1676 S:      Maintained
1677 F:      arch/arm/mach-oxnas/
1678 F:      arch/arm/boot/dts/ox8*.dtsi
1679 F:      arch/arm/boot/dts/wd-mbwe.dts
1680 F:      arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
1681 N:      oxnas
1682
1683 ARM/PALM TREO SUPPORT
1684 M:      Tomas Cech <sleep_walker@suse.com>
1685 L:      linux-arm-kernel@lists.infradead.org
1686 W:      http://hackndev.com
1687 S:      Maintained
1688 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1689 F:      arch/arm/mach-pxa/palmtreo.c
1690
1691 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1692 M:      Marek Vasut <marek.vasut@gmail.com>
1693 L:      linux-arm-kernel@lists.infradead.org
1694 W:      http://hackndev.com
1695 S:      Maintained
1696 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1697 F:      arch/arm/mach-pxa/palmtx.c
1698 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1699 F:      arch/arm/mach-pxa/palmt5.c
1700 F:      arch/arm/mach-pxa/include/mach/palmld.h
1701 F:      arch/arm/mach-pxa/palmld.c
1702 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1703 F:      arch/arm/mach-pxa/palmte2.c
1704 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1705 F:      arch/arm/mach-pxa/palmtc.c
1706
1707 ARM/PALMZ72 SUPPORT
1708 M:      Sergey Lapin <slapin@ossfans.org>
1709 L:      linux-arm-kernel@lists.infradead.org
1710 W:      http://hackndev.com
1711 S:      Maintained
1712 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1713 F:      arch/arm/mach-pxa/palmz72.c
1714
1715 ARM/PLEB SUPPORT
1716 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1717 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1718 S:      Maintained
1719
1720 ARM/PT DIGITAL BOARD PORT
1721 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 W:      http://www.armlinux.org.uk/
1724 S:      Maintained
1725
1726 ARM/QUALCOMM SUPPORT
1727 M:      Andy Gross <andy.gross@linaro.org>
1728 M:      David Brown <david.brown@linaro.org>
1729 L:      linux-arm-msm@vger.kernel.org
1730 L:      linux-soc@vger.kernel.org
1731 S:      Maintained
1732 F:      Documentation/devicetree/bindings/soc/qcom/
1733 F:      arch/arm/boot/dts/qcom-*.dts
1734 F:      arch/arm/boot/dts/qcom-*.dtsi
1735 F:      arch/arm/mach-qcom/
1736 F:      arch/arm64/boot/dts/qcom/*
1737 F:      drivers/i2c/busses/i2c-qup.c
1738 F:      drivers/clk/qcom/
1739 F:      drivers/dma/qcom/
1740 F:      drivers/soc/qcom/
1741 F:      drivers/spi/spi-qup.c
1742 F:      drivers/tty/serial/msm_serial.h
1743 F:      drivers/tty/serial/msm_serial.c
1744 F:      drivers/*/pm8???-*
1745 F:      drivers/mfd/ssbi.c
1746 F:      drivers/firmware/qcom_scm.c
1747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1748
1749 ARM/RADISYS ENP2611 MACHINE SUPPORT
1750 M:      Lennert Buytenhek <kernel@wantstofly.org>
1751 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1752 S:      Maintained
1753
1754 ARM/REALTEK ARCHITECTURE
1755 M:      Andreas Färber <afaerber@suse.de>
1756 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 S:      Maintained
1758 F:      arch/arm64/boot/dts/realtek/
1759 F:      Documentation/devicetree/bindings/arm/realtek.txt
1760
1761 ARM/RENESAS ARM64 ARCHITECTURE
1762 M:      Simon Horman <horms@verge.net.au>
1763 M:      Magnus Damm <magnus.damm@gmail.com>
1764 L:      linux-renesas-soc@vger.kernel.org
1765 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1767 S:      Supported
1768 F:      arch/arm64/boot/dts/renesas/
1769 F:      Documentation/devicetree/bindings/arm/shmobile.txt
1770 F:      drivers/soc/renesas/
1771 F:      include/linux/soc/renesas/
1772
1773 ARM/RISCPC ARCHITECTURE
1774 M:      Russell King <linux@armlinux.org.uk>
1775 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1776 W:      http://www.armlinux.org.uk/
1777 S:      Maintained
1778 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1779 F:      arch/arm/include/asm/hardware/ioc.h
1780 F:      arch/arm/include/asm/hardware/iomd.h
1781 F:      arch/arm/include/asm/hardware/memc.h
1782 F:      arch/arm/mach-rpc/
1783 F:      drivers/net/ethernet/8390/etherh.c
1784 F:      drivers/net/ethernet/i825xx/ether1*
1785 F:      drivers/net/ethernet/seeq/ether3*
1786 F:      drivers/scsi/arm/
1787
1788 ARM/Rockchip SoC support
1789 M:      Heiko Stuebner <heiko@sntech.de>
1790 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1791 L:      linux-rockchip@lists.infradead.org
1792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1793 S:      Maintained
1794 F:      arch/arm/boot/dts/rk3*
1795 F:      arch/arm/boot/dts/rv1108*
1796 F:      arch/arm/mach-rockchip/
1797 F:      drivers/clk/rockchip/
1798 F:      drivers/i2c/busses/i2c-rk3x.c
1799 F:      drivers/*/*rockchip*
1800 F:      drivers/*/*/*rockchip*
1801 F:      sound/soc/rockchip/
1802 N:      rockchip
1803
1804 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1805 M:      Kukjin Kim <kgene@kernel.org>
1806 M:      Krzysztof Kozlowski <krzk@kernel.org>
1807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1809 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
1810 S:      Maintained
1811 F:      arch/arm/boot/dts/s3c*
1812 F:      arch/arm/boot/dts/s5p*
1813 F:      arch/arm/boot/dts/samsung*
1814 F:      arch/arm/boot/dts/exynos*
1815 F:      arch/arm64/boot/dts/exynos/
1816 F:      arch/arm/plat-samsung/
1817 F:      arch/arm/mach-s3c24*/
1818 F:      arch/arm/mach-s3c64xx/
1819 F:      arch/arm/mach-s5p*/
1820 F:      arch/arm/mach-exynos*/
1821 F:      drivers/*/*s3c24*
1822 F:      drivers/*/*/*s3c24*
1823 F:      drivers/*/*s3c64xx*
1824 F:      drivers/*/*s5pv210*
1825 F:      drivers/memory/samsung/*
1826 F:      drivers/soc/samsung/*
1827 F:      Documentation/arm/Samsung/
1828 F:      Documentation/devicetree/bindings/arm/samsung/
1829 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1830 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1831 N:      exynos
1832
1833 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1834 M:      Kyungmin Park <kyungmin.park@samsung.com>
1835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 S:      Maintained
1837 F:      arch/arm/mach-s5pv210/
1838
1839 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1840 M:      Kyungmin Park <kyungmin.park@samsung.com>
1841 M:      Kamil Debski <kamil@wypas.org>
1842 M:      Andrzej Hajda <a.hajda@samsung.com>
1843 L:      linux-arm-kernel@lists.infradead.org
1844 L:      linux-media@vger.kernel.org
1845 S:      Maintained
1846 F:      drivers/media/platform/s5p-g2d/
1847
1848 ARM/SAMSUNG S5P SERIES HDMI CEC SUBSYSTEM SUPPORT
1849 M:      Marek Szyprowski <m.szyprowski@samsung.com>
1850 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1851 L:      linux-media@vger.kernel.org
1852 S:      Maintained
1853 F:      drivers/media/platform/s5p-cec/
1854 F:      Documentation/devicetree/bindings/media/s5p-cec.txt
1855
1856 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1857 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1858 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
1859 L:      linux-arm-kernel@lists.infradead.org
1860 L:      linux-media@vger.kernel.org
1861 S:      Maintained
1862 F:      drivers/media/platform/s5p-jpeg/
1863
1864 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1865 M:      Kyungmin Park <kyungmin.park@samsung.com>
1866 M:      Kamil Debski <kamil@wypas.org>
1867 M:      Jeongtae Park <jtp.park@samsung.com>
1868 M:      Andrzej Hajda <a.hajda@samsung.com>
1869 L:      linux-arm-kernel@lists.infradead.org
1870 L:      linux-media@vger.kernel.org
1871 S:      Maintained
1872 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1873 F:      drivers/media/platform/s5p-mfc/
1874
1875 ARM/SHMOBILE ARM ARCHITECTURE
1876 M:      Simon Horman <horms@verge.net.au>
1877 M:      Magnus Damm <magnus.damm@gmail.com>
1878 L:      linux-renesas-soc@vger.kernel.org
1879 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1881 S:      Supported
1882 F:      arch/arm/boot/dts/emev2*
1883 F:      arch/arm/boot/dts/r7s*
1884 F:      arch/arm/boot/dts/r8a*
1885 F:      arch/arm/boot/dts/sh*
1886 F:      arch/arm/configs/shmobile_defconfig
1887 F:      arch/arm/include/debug/renesas-scif.S
1888 F:      arch/arm/mach-shmobile/
1889 F:      Documentation/devicetree/bindings/arm/shmobile.txt
1890 F:      drivers/soc/renesas/
1891 F:      include/linux/soc/renesas/
1892
1893 ARM/SOCFPGA ARCHITECTURE
1894 M:      Dinh Nguyen <dinguyen@kernel.org>
1895 S:      Maintained
1896 F:      arch/arm/mach-socfpga/
1897 F:      arch/arm/boot/dts/socfpga*
1898 F:      arch/arm/configs/socfpga_defconfig
1899 F:      arch/arm64/boot/dts/altera/
1900 W:      http://www.rocketboards.org
1901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1902
1903 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1904 M:      Dinh Nguyen <dinguyen@kernel.org>
1905 S:      Maintained
1906 F:      drivers/clk/socfpga/
1907
1908 ARM/SOCFPGA EDAC SUPPORT
1909 M:      Thor Thayer <thor.thayer@linux.intel.com>
1910 S:      Maintained
1911 F:      drivers/edac/altera_edac.
1912
1913 ARM/STI ARCHITECTURE
1914 M:      Patrice Chotard <patrice.chotard@st.com>
1915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1916 W:      http://www.stlinux.com
1917 S:      Maintained
1918 F:      arch/arm/mach-sti/
1919 F:      arch/arm/boot/dts/sti*
1920 F:      drivers/char/hw_random/st-rng.c
1921 F:      drivers/clocksource/arm_global_timer.c
1922 F:      drivers/clocksource/clksrc_st_lpc.c
1923 F:      drivers/cpufreq/sti-cpufreq.c
1924 F:      drivers/dma/st_fdma*
1925 F:      drivers/i2c/busses/i2c-st.c
1926 F:      drivers/media/rc/st_rc.c
1927 F:      drivers/media/platform/sti/c8sectpfe/
1928 F:      drivers/mmc/host/sdhci-st.c
1929 F:      drivers/phy/st/phy-miphy28lp.c
1930 F:      drivers/phy/st/phy-stih407-usb.c
1931 F:      drivers/pinctrl/pinctrl-st.c
1932 F:      drivers/remoteproc/st_remoteproc.c
1933 F:      drivers/remoteproc/st_slim_rproc.c
1934 F:      drivers/reset/sti/
1935 F:      drivers/rtc/rtc-st-lpc.c
1936 F:      drivers/tty/serial/st-asc.c
1937 F:      drivers/usb/dwc3/dwc3-st.c
1938 F:      drivers/usb/host/ehci-st.c
1939 F:      drivers/usb/host/ohci-st.c
1940 F:      drivers/watchdog/st_lpc_wdt.c
1941 F:      drivers/ata/ahci_st.c
1942 F:      include/linux/remoteproc/st_slim_rproc.h
1943
1944 ARM/STM32 ARCHITECTURE
1945 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1946 M:      Alexandre Torgue <alexandre.torgue@st.com>
1947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1948 S:      Maintained
1949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1950 N:      stm32
1951 F:      drivers/clocksource/armv7m_systick.c
1952
1953 ARM/TANGO ARCHITECTURE
1954 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1955 L:      linux-arm-kernel@lists.infradead.org
1956 S:      Maintained
1957 N:      tango
1958
1959 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1960 M:      Lennert Buytenhek <kernel@wantstofly.org>
1961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 S:      Maintained
1963
1964 ARM/TEGRA HDMI CEC SUBSYSTEM SUPPORT
1965 M:      Hans Verkuil <hans.verkuil@cisco.com>
1966 L:      linux-tegra@vger.kernel.org
1967 L:      linux-media@vger.kernel.org
1968 S:      Maintained
1969 F:      drivers/media/platform/tegra-cec/
1970 F:      Documentation/devicetree/bindings/media/tegra-cec.txt
1971
1972 ARM/TETON BGA MACHINE SUPPORT
1973 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1975 S:      Maintained
1976
1977 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1978 M:      Santosh Shilimkar <ssantosh@kernel.org>
1979 L:      linux-kernel@vger.kernel.org
1980 S:      Maintained
1981 F:      drivers/memory/*emif*
1982
1983 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1984 M:      Santosh Shilimkar <ssantosh@kernel.org>
1985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1986 S:      Maintained
1987 F:      arch/arm/mach-keystone/
1988 F:      arch/arm/boot/dts/keystone-*
1989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1990
1991 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1992 M:      Santosh Shilimkar <ssantosh@kernel.org>
1993 L:      linux-kernel@vger.kernel.org
1994 S:      Maintained
1995 F:      drivers/clk/keystone/
1996
1997 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1998 M:      Santosh Shilimkar <ssantosh@kernel.org>
1999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2000 L:      linux-kernel@vger.kernel.org
2001 S:      Maintained
2002 F:      drivers/clocksource/timer-keystone.c
2003
2004 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
2005 M:      Santosh Shilimkar <ssantosh@kernel.org>
2006 L:      linux-kernel@vger.kernel.org
2007 S:      Maintained
2008 F:      drivers/power/reset/keystone-reset.c
2009
2010 ARM/THECUS N2100 MACHINE SUPPORT
2011 M:      Lennert Buytenhek <kernel@wantstofly.org>
2012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2013 S:      Maintained
2014
2015 ARM/TOSA MACHINE SUPPORT
2016 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2017 M:      Dirk Opfer <dirk@opfer-online.de>
2018 S:      Maintained
2019
2020 ARM/U300 MACHINE SUPPORT
2021 M:      Linus Walleij <linus.walleij@linaro.org>
2022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2023 S:      Supported
2024 F:      arch/arm/mach-u300/
2025 F:      drivers/clocksource/timer-u300.c
2026 F:      drivers/i2c/busses/i2c-stu300.c
2027 F:      drivers/rtc/rtc-coh901331.c
2028 F:      drivers/watchdog/coh901327_wdt.c
2029 F:      drivers/dma/coh901318*
2030 F:      drivers/mfd/ab3100*
2031 F:      drivers/rtc/rtc-ab3100.c
2032 F:      drivers/rtc/rtc-coh901331.c
2033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2034
2035 ARM/UNIPHIER ARCHITECTURE
2036 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
2037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
2039 S:      Maintained
2040 F:      Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
2041 F:      arch/arm/boot/dts/uniphier*
2042 F:      arch/arm/include/asm/hardware/cache-uniphier.h
2043 F:      arch/arm/mach-uniphier/
2044 F:      arch/arm/mm/cache-uniphier.c
2045 F:      arch/arm64/boot/dts/socionext/
2046 F:      drivers/bus/uniphier-system-bus.c
2047 F:      drivers/clk/uniphier/
2048 F:      drivers/gpio/gpio-uniphier.c
2049 F:      drivers/i2c/busses/i2c-uniphier*
2050 F:      drivers/irqchip/irq-uniphier-aidet.c
2051 F:      drivers/pinctrl/uniphier/
2052 F:      drivers/reset/reset-uniphier.c
2053 F:      drivers/tty/serial/8250/8250_uniphier.c
2054 N:      uniphier
2055
2056 ARM/Ux500 ARM ARCHITECTURE
2057 M:      Linus Walleij <linus.walleij@linaro.org>
2058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2059 S:      Maintained
2060 F:      arch/arm/mach-ux500/
2061 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
2062 F:      drivers/dma/ste_dma40*
2063 F:      drivers/hwspinlock/u8500_hsem.c
2064 F:      drivers/mfd/abx500*
2065 F:      drivers/mfd/ab8500*
2066 F:      drivers/mfd/dbx500*
2067 F:      drivers/mfd/db8500*
2068 F:      drivers/pinctrl/nomadik/pinctrl-ab*
2069 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
2070 F:      drivers/rtc/rtc-ab8500.c
2071 F:      drivers/rtc/rtc-pl031.c
2072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
2073
2074 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
2075 M:      Ulf Hansson <ulf.hansson@linaro.org>
2076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2077 T:      git git://git.linaro.org/people/ulfh/clk.git
2078 S:      Maintained
2079 F:      drivers/clk/ux500/
2080
2081 ARM/VERSATILE EXPRESS PLATFORM
2082 M:      Liviu Dudau <liviu.dudau@arm.com>
2083 M:      Sudeep Holla <sudeep.holla@arm.com>
2084 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2086 S:      Maintained
2087 F:      arch/arm/boot/dts/vexpress*
2088 F:      arch/arm64/boot/dts/arm/
2089 F:      arch/arm/mach-vexpress/
2090 F:      */*/vexpress*
2091 F:      */*/*/vexpress*
2092 F:      drivers/clk/versatile/clk-vexpress-osc.c
2093 F:      drivers/clocksource/versatile.c
2094 N:      mps2
2095
2096 ARM/VFP SUPPORT
2097 M:      Russell King <linux@armlinux.org.uk>
2098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2099 W:      http://www.armlinux.org.uk/
2100 S:      Maintained
2101 F:      arch/arm/vfp/
2102
2103 ARM/VOIPAC PXA270 SUPPORT
2104 M:      Marek Vasut <marek.vasut@gmail.com>
2105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2106 S:      Maintained
2107 F:      arch/arm/mach-pxa/vpac270.c
2108 F:      arch/arm/mach-pxa/include/mach/vpac270.h
2109
2110 ARM/VT8500 ARM ARCHITECTURE
2111 M:      Tony Prisk <linux@prisktech.co.nz>
2112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2113 S:      Maintained
2114 F:      arch/arm/mach-vt8500/
2115 F:      drivers/clocksource/vt8500_timer.c
2116 F:      drivers/i2c/busses/i2c-wmt.c
2117 F:      drivers/mmc/host/wmt-sdmmc.c
2118 F:      drivers/pwm/pwm-vt8500.c
2119 F:      drivers/rtc/rtc-vt8500.c
2120 F:      drivers/tty/serial/vt8500_serial.c
2121 F:      drivers/usb/host/ehci-platform.c
2122 F:      drivers/usb/host/uhci-platform.c
2123 F:      drivers/video/fbdev/vt8500lcdfb.*
2124 F:      drivers/video/fbdev/wm8505fb*
2125 F:      drivers/video/fbdev/wmt_ge_rops.*
2126
2127 ARM/ZIPIT Z2 SUPPORT
2128 M:      Marek Vasut <marek.vasut@gmail.com>
2129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2130 S:      Maintained
2131 F:      arch/arm/mach-pxa/z2.c
2132 F:      arch/arm/mach-pxa/include/mach/z2.h
2133
2134 ARM/ZTE ARCHITECTURE
2135 M:      Jun Nie <jun.nie@linaro.org>
2136 M:      Baoyou Xie <baoyou.xie@linaro.org>
2137 M:      Shawn Guo <shawnguo@kernel.org>
2138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2139 S:      Maintained
2140 F:      arch/arm/boot/dts/zx2967*
2141 F:      arch/arm/mach-zx/
2142 F:      arch/arm64/boot/dts/zte/
2143 F:      drivers/clk/zte/
2144 F:      drivers/dma/zx_dma.c
2145 F:      drivers/gpio/gpio-zx.c
2146 F:      drivers/i2c/busses/i2c-zx2967.c
2147 F:      drivers/mmc/host/dw_mmc-zx.*
2148 F:      drivers/pinctrl/zte/
2149 F:      drivers/soc/zte/
2150 F:      drivers/thermal/zx2967_thermal.c
2151 F:      drivers/watchdog/zx2967_wdt.c
2152 F:      Documentation/devicetree/bindings/arm/zte.txt
2153 F:      Documentation/devicetree/bindings/clock/zx2967*.txt
2154 F:      Documentation/devicetree/bindings/dma/zxdma.txt
2155 F:      Documentation/devicetree/bindings/gpio/zx296702-gpio.txt
2156 F:      Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
2157 F:      Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
2158 F:      Documentation/devicetree/bindings/pinctrl/pinctrl-zx.txt
2159 F:      Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt
2160 F:      Documentation/devicetree/bindings/soc/zte/
2161 F:      Documentation/devicetree/bindings/sound/zte,*.txt
2162 F:      Documentation/devicetree/bindings/thermal/zx2967-thermal.txt
2163 F:      Documentation/devicetree/bindings/watchdog/zte,zx2967-wdt.txt
2164 F:      include/dt-bindings/clock/zx2967*.h
2165 F:      include/dt-bindings/soc/zte,*.h
2166 F:      sound/soc/codecs/zx_aud96p22.c
2167 F:      sound/soc/zte/
2168
2169 ARM/ZYNQ ARCHITECTURE
2170 M:      Michal Simek <michal.simek@xilinx.com>
2171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2172 W:      http://wiki.xilinx.com
2173 T:      git https://github.com/Xilinx/linux-xlnx.git
2174 S:      Supported
2175 F:      arch/arm/mach-zynq/
2176 F:      drivers/cpuidle/cpuidle-zynq.c
2177 F:      drivers/block/xsysace.c
2178 N:      zynq
2179 N:      xilinx
2180 F:      drivers/clocksource/cadence_ttc_timer.c
2181 F:      drivers/i2c/busses/i2c-cadence.c
2182 F:      drivers/mmc/host/sdhci-of-arasan.c
2183 F:      drivers/edac/synopsys_edac.c
2184
2185 ARM64 PORT (AARCH64 ARCHITECTURE)
2186 M:      Catalin Marinas <catalin.marinas@arm.com>
2187 M:      Will Deacon <will.deacon@arm.com>
2188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
2190 S:      Maintained
2191 F:      arch/arm64/
2192 F:      Documentation/arm64/
2193
2194 AS3645A LED FLASH CONTROLLER DRIVER
2195 M:      Sakari Ailus <sakari.ailus@iki.fi>
2196 L:      linux-leds@vger.kernel.org
2197 S:      Maintained
2198 F:      drivers/leds/leds-as3645a.c
2199
2200 AS3645A LED FLASH CONTROLLER DRIVER
2201 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2202 L:      linux-media@vger.kernel.org
2203 T:      git git://linuxtv.org/media_tree.git
2204 S:      Maintained
2205 F:      drivers/media/i2c/as3645a.c
2206 F:      include/media/i2c/as3645a.h
2207
2208 ASAHI KASEI AK8974 DRIVER
2209 M:      Linus Walleij <linus.walleij@linaro.org>
2210 L:      linux-iio@vger.kernel.org
2211 W:      http://www.akm.com/
2212 S:      Supported
2213 F:      drivers/iio/magnetometer/ak8974.c
2214
2215 ASC7621 HARDWARE MONITOR DRIVER
2216 M:      George Joseph <george.joseph@fairview5.com>
2217 L:      linux-hwmon@vger.kernel.org
2218 S:      Maintained
2219 F:      Documentation/hwmon/asc7621
2220 F:      drivers/hwmon/asc7621.c
2221
2222 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
2223 M:      Corentin Chary <corentin.chary@gmail.com>
2224 L:      acpi4asus-user@lists.sourceforge.net
2225 L:      platform-driver-x86@vger.kernel.org
2226 W:      http://acpi4asus.sf.net
2227 S:      Maintained
2228 F:      drivers/platform/x86/asus*.c
2229 F:      drivers/platform/x86/eeepc*.c
2230
2231 ASUS WIRELESS RADIO CONTROL DRIVER
2232 M:      João Paulo Rechi Vita <jprvita@gmail.com>
2233 L:      platform-driver-x86@vger.kernel.org
2234 S:      Maintained
2235 F:      drivers/platform/x86/asus-wireless.c
2236
2237 ASYMMETRIC KEYS
2238 M:      David Howells <dhowells@redhat.com>
2239 L:      keyrings@vger.kernel.org
2240 S:      Maintained
2241 F:      Documentation/crypto/asymmetric-keys.txt
2242 F:      include/linux/verification.h
2243 F:      include/crypto/public_key.h
2244 F:      include/crypto/pkcs7.h
2245 F:      crypto/asymmetric_keys/
2246
2247 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
2248 R:      Dan Williams <dan.j.williams@intel.com>
2249 W:      http://sourceforge.net/projects/xscaleiop
2250 S:      Odd fixes
2251 F:      Documentation/crypto/async-tx-api.txt
2252 F:      crypto/async_tx/
2253 F:      drivers/dma/
2254 F:      include/linux/dmaengine.h
2255 F:      include/linux/async_tx.h
2256
2257 AT24 EEPROM DRIVER
2258 M:      Bartosz Golaszewski <brgl@bgdev.pl>
2259 L:      linux-i2c@vger.kernel.org
2260 S:      Maintained
2261 F:      drivers/misc/eeprom/at24.c
2262 F:      include/linux/platform_data/at24.h
2263
2264 ATA OVER ETHERNET (AOE) DRIVER
2265 M:      "Ed L. Cashin" <ed.cashin@acm.org>
2266 W:      http://www.openaoe.org/
2267 S:      Supported
2268 F:      Documentation/aoe/
2269 F:      drivers/block/aoe/
2270
2271 ATHEROS 71XX/9XXX GPIO DRIVER
2272 M:      Alban Bedel <albeu@free.fr>
2273 W:      https://github.com/AlbanBedel/linux
2274 T:      git git://github.com/AlbanBedel/linux
2275 S:      Maintained
2276 F:      drivers/gpio/gpio-ath79.c
2277 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
2278
2279 ATHEROS ATH GENERIC UTILITIES
2280 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2281 L:      linux-wireless@vger.kernel.org
2282 S:      Supported
2283 F:      drivers/net/wireless/ath/*
2284
2285 ATHEROS ATH5K WIRELESS DRIVER
2286 M:      Jiri Slaby <jirislaby@gmail.com>
2287 M:      Nick Kossifidis <mickflemm@gmail.com>
2288 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
2289 L:      linux-wireless@vger.kernel.org
2290 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
2291 S:      Maintained
2292 F:      drivers/net/wireless/ath/ath5k/
2293
2294 ATHEROS ATH6KL WIRELESS DRIVER
2295 M:      Kalle Valo <kvalo@qca.qualcomm.com>
2296 L:      linux-wireless@vger.kernel.org
2297 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
2298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
2299 S:      Supported
2300 F:      drivers/net/wireless/ath/ath6kl/
2301
2302 ATI_REMOTE2 DRIVER
2303 M:      Ville Syrjala <syrjala@sci.fi>
2304 S:      Maintained
2305 F:      drivers/input/misc/ati_remote2.c
2306
2307 ATK0110 HWMON DRIVER
2308 M:      Luca Tettamanti <kronos.it@gmail.com>
2309 L:      linux-hwmon@vger.kernel.org
2310 S:      Maintained
2311 F:      drivers/hwmon/asus_atk0110.c
2312
2313 ATLX ETHERNET DRIVERS
2314 M:      Jay Cliburn <jcliburn@gmail.com>
2315 M:      Chris Snook <chris.snook@gmail.com>
2316 L:      netdev@vger.kernel.org
2317 W:      http://sourceforge.net/projects/atl1
2318 W:      http://atl1.sourceforge.net
2319 S:      Maintained
2320 F:      drivers/net/ethernet/atheros/
2321
2322 ATM
2323 M:      Chas Williams <3chas3@gmail.com>
2324 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
2325 L:      netdev@vger.kernel.org
2326 W:      http://linux-atm.sourceforge.net
2327 S:      Maintained
2328 F:      drivers/atm/
2329 F:      include/linux/atm*
2330 F:      include/uapi/linux/atm*
2331
2332 ATMEL AT91 / AT32 MCI DRIVER
2333 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2334 S:      Maintained
2335 F:      drivers/mmc/host/atmel-mci.c
2336
2337 ATMEL AT91 SAMA5D2-Compatible Shutdown Controller
2338 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2339 S:      Supported
2340 F:      drivers/power/reset/at91-sama5d2_shdwc.c
2341
2342 ATMEL Audio ALSA driver
2343 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2344 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2345 S:      Supported
2346 F:      sound/soc/atmel
2347
2348 ATMEL I2C DRIVER
2349 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2350 L:      linux-i2c@vger.kernel.org
2351 S:      Supported
2352 F:      drivers/i2c/busses/i2c-at91.c
2353
2354 ATMEL ISI DRIVER
2355 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2356 L:      linux-media@vger.kernel.org
2357 S:      Supported
2358 F:      drivers/media/platform/atmel/atmel-isi.c
2359 F:      include/media/atmel-isi.h
2360
2361 ATMEL LCDFB DRIVER
2362 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2363 L:      linux-fbdev@vger.kernel.org
2364 S:      Maintained
2365 F:      drivers/video/fbdev/atmel_lcdfb.c
2366 F:      include/video/atmel_lcdc.h
2367
2368 ATMEL MACB ETHERNET DRIVER
2369 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2370 S:      Supported
2371 F:      drivers/net/ethernet/cadence/
2372
2373 ATMEL MAXTOUCH DRIVER
2374 M:      Nick Dyer <nick@shmanahar.org>
2375 T:      git git://github.com/ndyer/linux.git
2376 S:      Maintained
2377 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2378 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2379 F:      include/linux/platform_data/atmel_mxt_ts.h
2380
2381 ATMEL NAND DRIVER
2382 M:      Wenyou Yang <wenyou.yang@atmel.com>
2383 M:      Josh Wu <rainyfeeling@outlook.com>
2384 L:      linux-mtd@lists.infradead.org
2385 S:      Supported
2386 F:      drivers/mtd/nand/atmel/*
2387
2388 ATMEL SAMA5D2 ADC DRIVER
2389 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2390 L:      linux-iio@vger.kernel.org
2391 S:      Supported
2392 F:      drivers/iio/adc/at91-sama5d2_adc.c
2393
2394 ATMEL SDMMC DRIVER
2395 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2396 L:      linux-mmc@vger.kernel.org
2397 S:      Supported
2398 F:      drivers/mmc/host/sdhci-of-at91.c
2399
2400 ATMEL SPI DRIVER
2401 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2402 S:      Supported
2403 F:      drivers/spi/spi-atmel.*
2404
2405 ATMEL SSC DRIVER
2406 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2408 S:      Supported
2409 F:      drivers/misc/atmel-ssc.c
2410 F:      include/linux/atmel-ssc.h
2411
2412 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2413 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2415 S:      Supported
2416 F:      drivers/misc/atmel_tclib.c
2417 F:      drivers/clocksource/tcb_clksrc.c
2418
2419 ATMEL USBA UDC DRIVER
2420 M:      Nicolas Ferre <nicolas.ferre@microchip.com>
2421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2422 S:      Supported
2423 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2424
2425 ATMEL WIRELESS DRIVER
2426 M:      Simon Kelley <simon@thekelleys.org.uk>
2427 L:      linux-wireless@vger.kernel.org
2428 W:      http://www.thekelleys.org.uk/atmel
2429 W:      http://atmelwlandriver.sourceforge.net/
2430 S:      Maintained
2431 F:      drivers/net/wireless/atmel/atmel*
2432
2433 ATMEL XDMA DRIVER
2434 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
2435 L:      linux-arm-kernel@lists.infradead.org
2436 L:      dmaengine@vger.kernel.org
2437 S:      Supported
2438 F:      drivers/dma/at_xdmac.c
2439
2440 ATOMIC INFRASTRUCTURE
2441 M:      Will Deacon <will.deacon@arm.com>
2442 M:      Peter Zijlstra <peterz@infradead.org>
2443 R:      Boqun Feng <boqun.feng@gmail.com>
2444 L:      linux-kernel@vger.kernel.org
2445 S:      Maintained
2446 F:      arch/*/include/asm/atomic*.h
2447 F:      include/*/atomic*.h
2448
2449 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2450 M:      Bradley Grove <linuxdrivers@attotech.com>
2451 L:      linux-scsi@vger.kernel.org
2452 W:      http://www.attotech.com
2453 S:      Supported
2454 F:      drivers/scsi/esas2r
2455
2456 ATUSB IEEE 802.15.4 RADIO DRIVER
2457 M:      Stefan Schmidt <stefan@osg.samsung.com>
2458 L:      linux-wpan@vger.kernel.org
2459 S:      Maintained
2460 F:      drivers/net/ieee802154/atusb.c
2461 F:      drivers/net/ieee802154/atusb.h
2462 F:      drivers/net/ieee802154/at86rf230.h
2463
2464 AUDIT SUBSYSTEM
2465 M:      Paul Moore <paul@paul-moore.com>
2466 M:      Eric Paris <eparis@redhat.com>
2467 L:      linux-audit@redhat.com (moderated for non-subscribers)
2468 W:      https://github.com/linux-audit
2469 W:      https://people.redhat.com/sgrubb/audit
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
2471 S:      Supported
2472 F:      include/linux/audit.h
2473 F:      include/uapi/linux/audit.h
2474 F:      kernel/audit*
2475
2476 AUXILIARY DISPLAY DRIVERS
2477 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2478 W:      http://miguelojeda.es/auxdisplay.htm
2479 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2480 S:      Maintained
2481 F:      drivers/auxdisplay/
2482 F:      include/linux/cfag12864b.h
2483
2484 AX.25 NETWORK LAYER
2485 M:      Ralf Baechle <ralf@linux-mips.org>
2486 L:      linux-hams@vger.kernel.org
2487 W:      http://www.linux-ax25.org/
2488 S:      Maintained
2489 F:      include/uapi/linux/ax25.h
2490 F:      include/net/ax25.h
2491 F:      net/ax25/
2492
2493 AXENTIA ARM DEVICES
2494 M:      Peter Rosin <peda@axentia.se>
2495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2496 S:      Maintained
2497 F:      Documentation/devicetree/bindings/arm/axentia.txt
2498 F:      arch/arm/boot/dts/at91-linea.dtsi
2499 F:      arch/arm/boot/dts/at91-tse850-3.dts
2500
2501 AXENTIA ASOC DRIVERS
2502 M:      Peter Rosin <peda@axentia.se>
2503 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2504 S:      Maintained
2505 F:      Documentation/devicetree/bindings/sound/axentia,*
2506 F:      sound/soc/atmel/tse850-pcm5142.c
2507
2508 AZ6007 DVB DRIVER
2509 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
2510 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
2511 L:      linux-media@vger.kernel.org
2512 W:      https://linuxtv.org
2513 T:      git git://linuxtv.org/media_tree.git
2514 S:      Maintained
2515 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2516
2517 AZTECH FM RADIO RECEIVER DRIVER
2518 M:      Hans Verkuil <hverkuil@xs4all.nl>
2519 L:      linux-media@vger.kernel.org
2520 T:      git git://linuxtv.org/media_tree.git
2521 W:      https://linuxtv.org
2522 S:      Maintained
2523 F:      drivers/media/radio/radio-aztech*
2524
2525 B43 WIRELESS DRIVER
2526 L:      linux-wireless@vger.kernel.org
2527 L:      b43-dev@lists.infradead.org
2528 W:      http://wireless.kernel.org/en/users/Drivers/b43
2529 S:      Odd Fixes
2530 F:      drivers/net/wireless/broadcom/b43/
2531
2532 B43LEGACY WIRELESS DRIVER
2533 M:      Larry Finger <Larry.Finger@lwfinger.net>
2534 L:      linux-wireless@vger.kernel.org
2535 L:      b43-dev@lists.infradead.org
2536 W:      http://wireless.kernel.org/en/users/Drivers/b43
2537 S:      Maintained
2538 F:      drivers/net/wireless/broadcom/b43legacy/
2539
2540 BACKLIGHT CLASS/SUBSYSTEM
2541 M:      Lee Jones <lee.jones@linaro.org>
2542 M:      Daniel Thompson <daniel.thompson@linaro.org>
2543 M:      Jingoo Han <jingoohan1@gmail.com>
2544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2545 S:      Maintained
2546 F:      drivers/video/backlight/
2547 F:      include/linux/backlight.h
2548 F:      include/linux/pwm_backlight.h
2549 F:      Documentation/devicetree/bindings/leds/backlight
2550
2551 BATMAN ADVANCED
2552 M:      Marek Lindner <mareklindner@neomailbox.ch>
2553 M:      Simon Wunderlich <sw@simonwunderlich.de>
2554 M:      Antonio Quartulli <a@unstable.cc>
2555 L:      b.a.t.m.a.n@lists.open-mesh.org (moderated for non-subscribers)
2556 W:      https://www.open-mesh.org/
2557 Q:      https://patchwork.open-mesh.org/project/batman/list/
2558 S:      Maintained
2559 F:      Documentation/ABI/testing/sysfs-class-net-batman-adv
2560 F:      Documentation/ABI/testing/sysfs-class-net-mesh
2561 F:      Documentation/networking/batman-adv.rst
2562 F:      include/uapi/linux/batman_adv.h
2563 F:      net/batman-adv/
2564
2565 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2566 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2567 L:      linux-hams@vger.kernel.org
2568 W:      http://www.baycom.org/~tom/ham/ham.html
2569 S:      Maintained
2570 F:      drivers/net/hamradio/baycom*
2571
2572 BCACHE (BLOCK LAYER CACHE)
2573 M:      Michael Lyle <mlyle@lyle.org>
2574 M:      Kent Overstreet <kent.overstreet@gmail.com>
2575 L:      linux-bcache@vger.kernel.org
2576 W:      http://bcache.evilpiepirate.org
2577 C:      irc://irc.oftc.net/bcache
2578 S:      Maintained
2579 F:      drivers/md/bcache/
2580
2581 BDISP ST MEDIA DRIVER
2582 M:      Fabien Dessenne <fabien.dessenne@st.com>
2583 L:      linux-media@vger.kernel.org
2584 T:      git git://linuxtv.org/media_tree.git
2585 W:      https://linuxtv.org
2586 S:      Supported
2587 F:      drivers/media/platform/sti/bdisp
2588
2589 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2590 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2591 L:      netdev@vger.kernel.org
2592 S:      Maintained
2593 F:      drivers/net/ethernet/ec_bhf.c
2594
2595 BEFS FILE SYSTEM
2596 M:      Luis de Bethencourt <luisbg@kernel.org>
2597 M:      Salah Triki <salah.triki@gmail.com>
2598 S:      Maintained
2599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luisbg/linux-befs.git
2600 F:      Documentation/filesystems/befs.txt
2601 F:      fs/befs/
2602
2603 BFQ I/O SCHEDULER
2604 M:      Paolo Valente <paolo.valente@linaro.org>
2605 M:      Jens Axboe <axboe@kernel.dk>
2606 L:      linux-block@vger.kernel.org
2607 S:      Maintained
2608 F:      block/bfq-*
2609 F:      Documentation/block/bfq-iosched.txt
2610
2611 BFS FILE SYSTEM
2612 M:      "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
2613 S:      Maintained
2614 F:      Documentation/filesystems/bfs.txt
2615 F:      fs/bfs/
2616 F:      include/uapi/linux/bfs_fs.h
2617
2618 BLACKFIN ARCHITECTURE
2619 M:      Steven Miao <realmz6@gmail.com>
2620 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2621 T:      git git://git.code.sf.net/p/adi-linux/code
2622 W:      http://blackfin.uclinux.org
2623 S:      Supported
2624 F:      arch/blackfin/
2625
2626 BLACKFIN EMAC DRIVER
2627 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2628 W:      http://blackfin.uclinux.org
2629 S:      Supported
2630 F:      drivers/net/ethernet/adi/
2631
2632 BLACKFIN MEDIA DRIVER
2633 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2634 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2635 W:      http://blackfin.uclinux.org/
2636 S:      Supported
2637 F:      drivers/media/platform/blackfin/
2638 F:      drivers/media/i2c/adv7183*
2639 F:      drivers/media/i2c/vs6624*
2640
2641 BLACKFIN RTC DRIVER
2642 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2643 W:      http://blackfin.uclinux.org
2644 S:      Supported
2645 F:      drivers/rtc/rtc-bfin.c
2646
2647 BLACKFIN SDH DRIVER
2648 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2649 W:      http://blackfin.uclinux.org
2650 S:      Supported
2651 F:      drivers/mmc/host/bfin_sdh.c
2652
2653 BLACKFIN SERIAL DRIVER
2654 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2655 W:      http://blackfin.uclinux.org
2656 S:      Supported
2657 F:      drivers/tty/serial/bfin_uart.c
2658
2659 BLACKFIN WATCHDOG DRIVER
2660 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2661 W:      http://blackfin.uclinux.org
2662 S:      Supported
2663 F:      drivers/watchdog/bfin_wdt.c
2664
2665 BLINKM RGB LED DRIVER
2666 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2667 S:      Maintained
2668 F:      drivers/leds/leds-blinkm.c
2669
2670 BLOCK LAYER
2671 M:      Jens Axboe <axboe@kernel.dk>
2672 L:      linux-block@vger.kernel.org
2673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2674 S:      Maintained
2675 F:      block/
2676 F:      kernel/trace/blktrace.c
2677 F:      lib/sbitmap.c
2678
2679 BLOCK2MTD DRIVER
2680 M:      Joern Engel <joern@lazybastard.org>
2681 L:      linux-mtd@lists.infradead.org
2682 S:      Maintained
2683 F:      drivers/mtd/devices/block2mtd.c
2684
2685 BLUETOOTH DRIVERS
2686 M:      Marcel Holtmann <marcel@holtmann.org>
2687 M:      Gustavo Padovan <gustavo@padovan.org>
2688 M:      Johan Hedberg <johan.hedberg@gmail.com>
2689 L:      linux-bluetooth@vger.kernel.org
2690 W:      http://www.bluez.org/
2691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2693 S:      Maintained
2694 F:      drivers/bluetooth/
2695
2696 BLUETOOTH SUBSYSTEM
2697 M:      Marcel Holtmann <marcel@holtmann.org>
2698 M:      Gustavo Padovan <gustavo@padovan.org>
2699 M:      Johan Hedberg <johan.hedberg@gmail.com>
2700 L:      linux-bluetooth@vger.kernel.org
2701 W:      http://www.bluez.org/
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2704 S:      Maintained
2705 F:      net/bluetooth/
2706 F:      include/net/bluetooth/
2707
2708 BONDING DRIVER
2709 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2710 M:      Veaceslav Falico <vfalico@gmail.com>
2711 M:      Andy Gospodarek <andy@greyhouse.net>
2712 L:      netdev@vger.kernel.org
2713 W:      http://sourceforge.net/projects/bonding/
2714 S:      Supported
2715 F:      drivers/net/bonding/
2716 F:      include/uapi/linux/if_bonding.h
2717
2718 BPF (Safe dynamic programs and tools)
2719 M:      Alexei Starovoitov <ast@kernel.org>
2720 M:      Daniel Borkmann <daniel@iogearbox.net>
2721 L:      netdev@vger.kernel.org
2722 L:      linux-kernel@vger.kernel.org
2723 S:      Supported
2724 F:      arch/x86/net/bpf_jit*
2725 F:      Documentation/networking/filter.txt
2726 F:      Documentation/bpf/
2727 F:      include/linux/bpf*
2728 F:      include/linux/filter.h
2729 F:      include/uapi/linux/bpf*
2730 F:      include/uapi/linux/filter.h
2731 F:      kernel/bpf/
2732 F:      kernel/trace/bpf_trace.c
2733 F:      lib/test_bpf.c
2734 F:      net/bpf/
2735 F:      net/core/filter.c
2736 F:      net/sched/act_bpf.c
2737 F:      net/sched/cls_bpf.c
2738 F:      samples/bpf/
2739 F:      tools/bpf/
2740 F:      tools/testing/selftests/bpf/
2741
2742 BROADCOM B44 10/100 ETHERNET DRIVER
2743 M:      Michael Chan <michael.chan@broadcom.com>
2744 L:      netdev@vger.kernel.org
2745 S:      Supported
2746 F:      drivers/net/ethernet/broadcom/b44.*
2747
2748 BROADCOM B53 ETHERNET SWITCH DRIVER
2749 M:      Florian Fainelli <f.fainelli@gmail.com>
2750 L:      netdev@vger.kernel.org
2751 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
2752 S:      Supported
2753 F:      drivers/net/dsa/b53/*
2754 F:      include/linux/platform_data/b53.h
2755
2756 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2757 M:      Florian Fainelli <f.fainelli@gmail.com>
2758 M:      Ray Jui <rjui@broadcom.com>
2759 M:      Scott Branden <sbranden@broadcom.com>
2760 M:      bcm-kernel-feedback-list@broadcom.com
2761 T:      git git://github.com/broadcom/mach-bcm
2762 S:      Maintained
2763 N:      bcm281*
2764 N:      bcm113*
2765 N:      bcm216*
2766 N:      kona
2767 F:      arch/arm/mach-bcm/
2768
2769 BROADCOM BCM2835 ARM ARCHITECTURE
2770 M:      Eric Anholt <eric@anholt.net>
2771 M:      Stefan Wahren <stefan.wahren@i2se.com>
2772 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2774 T:      git git://github.com/anholt/linux
2775 S:      Maintained
2776 N:      bcm2835
2777 F:      drivers/staging/vc04_services
2778
2779 BROADCOM BCM47XX MIPS ARCHITECTURE
2780 M:      Hauke Mehrtens <hauke@hauke-m.de>
2781 M:      Rafał Miłecki <zajec5@gmail.com>
2782 L:      linux-mips@linux-mips.org
2783 S:      Maintained
2784 F:      Documentation/devicetree/bindings/mips/brcm/
2785 F:      arch/mips/bcm47xx/*
2786 F:      arch/mips/include/asm/mach-bcm47xx/*
2787
2788 BROADCOM BCM5301X ARM ARCHITECTURE
2789 M:      Hauke Mehrtens <hauke@hauke-m.de>
2790 M:      Rafał Miłecki <zajec5@gmail.com>
2791 M:      Jon Mason <jonmason@broadcom.com>
2792 M:      bcm-kernel-feedback-list@broadcom.com
2793 L:      linux-arm-kernel@lists.infradead.org
2794 S:      Maintained
2795 F:      arch/arm/mach-bcm/bcm_5301x.c
2796 F:      arch/arm/boot/dts/bcm5301x*.dtsi
2797 F:      arch/arm/boot/dts/bcm470*
2798 F:      arch/arm/boot/dts/bcm953012*
2799
2800 BROADCOM BCM53573 ARM ARCHITECTURE
2801 M:      Rafał Miłecki <rafal@milecki.pl>
2802 L:      linux-arm-kernel@lists.infradead.org
2803 S:      Maintained
2804 F:      arch/arm/boot/dts/bcm53573*
2805 F:      arch/arm/boot/dts/bcm47189*
2806
2807 BROADCOM BCM63XX ARM ARCHITECTURE
2808 M:      Florian Fainelli <f.fainelli@gmail.com>
2809 M:      bcm-kernel-feedback-list@broadcom.com
2810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2811 T:      git git://github.com/broadcom/stblinux.git
2812 S:      Maintained
2813 N:      bcm63xx
2814
2815 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2816 M:      Kevin Cernekee <cernekee@gmail.com>
2817 L:      linux-usb@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2820
2821 BROADCOM BCM7XXX ARM ARCHITECTURE
2822 M:      Brian Norris <computersforpeace@gmail.com>
2823 M:      Gregory Fong <gregory.0xf0@gmail.com>
2824 M:      Florian Fainelli <f.fainelli@gmail.com>
2825 M:      bcm-kernel-feedback-list@broadcom.com
2826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2827 T:      git git://github.com/broadcom/stblinux.git
2828 S:      Maintained
2829 F:      arch/arm/mach-bcm/*brcmstb*
2830 F:      arch/arm/boot/dts/bcm7*.dts*
2831 F:      drivers/bus/brcmstb_gisb.c
2832 N:      brcmstb
2833
2834 BROADCOM BMIPS CPUFREQ DRIVER
2835 M:      Markus Mayer <mmayer@broadcom.com>
2836 M:      bcm-kernel-feedback-list@broadcom.com
2837 L:      linux-pm@vger.kernel.org
2838 S:      Maintained
2839 F:      drivers/cpufreq/bmips-cpufreq.c
2840
2841 BROADCOM BMIPS MIPS ARCHITECTURE
2842 M:      Kevin Cernekee <cernekee@gmail.com>
2843 M:      Florian Fainelli <f.fainelli@gmail.com>
2844 L:      linux-mips@linux-mips.org
2845 T:      git git://github.com/broadcom/stblinux.git
2846 S:      Maintained
2847 F:      arch/mips/bmips/*
2848 F:      arch/mips/include/asm/mach-bmips/*
2849 F:      arch/mips/kernel/*bmips*
2850 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2851 F:      drivers/irqchip/irq-bcm63*
2852 F:      drivers/irqchip/irq-bcm7*
2853 F:      drivers/irqchip/irq-brcmstb*
2854 F:      include/linux/bcm963xx_nvram.h
2855 F:      include/linux/bcm963xx_tag.h
2856
2857 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2858 M:      Rasesh Mody <rasesh.mody@cavium.com>
2859 M:      Harish Patil <harish.patil@cavium.com>
2860 M:      Dept-GELinuxNICDev@cavium.com
2861 L:      netdev@vger.kernel.org
2862 S:      Supported
2863 F:      drivers/net/ethernet/broadcom/bnx2.*
2864 F:      drivers/net/ethernet/broadcom/bnx2_*
2865
2866 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2867 M:      QLogic-Storage-Upstream@qlogic.com
2868 L:      linux-scsi@vger.kernel.org
2869 S:      Supported
2870 F:      drivers/scsi/bnx2fc/
2871
2872 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2873 M:      QLogic-Storage-Upstream@qlogic.com
2874 L:      linux-scsi@vger.kernel.org
2875 S:      Supported
2876 F:      drivers/scsi/bnx2i/
2877
2878 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2879 M:      Ariel Elior <ariel.elior@cavium.com>
2880 M:      everest-linux-l2@cavium.com
2881 L:      netdev@vger.kernel.org
2882 S:      Supported
2883 F:      drivers/net/ethernet/broadcom/bnx2x/
2884
2885 BROADCOM BNXT_EN 50 GIGABIT ETHERNET DRIVER
2886 M:      Michael Chan <michael.chan@broadcom.com>
2887 L:      netdev@vger.kernel.org
2888 S:      Supported
2889 F:      drivers/net/ethernet/broadcom/bnxt/
2890
2891 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2892 M:      Arend van Spriel <arend.vanspriel@broadcom.com>
2893 M:      Franky Lin <franky.lin@broadcom.com>
2894 M:      Hante Meuleman <hante.meuleman@broadcom.com>
2895 M:      Chi-Hsien Lin <chi-hsien.lin@cypress.com>
2896 M:      Wright Feng <wright.feng@cypress.com>
2897 L:      linux-wireless@vger.kernel.org
2898 L:      brcm80211-dev-list.pdl@broadcom.com
2899 L:      brcm80211-dev-list@cypress.com
2900 S:      Supported
2901 F:      drivers/net/wireless/broadcom/brcm80211/
2902
2903 BROADCOM BRCMSTB GPIO DRIVER
2904 M:      Gregory Fong <gregory.0xf0@gmail.com>
2905 L:      bcm-kernel-feedback-list@broadcom.com
2906 S:      Supported
2907 F:      drivers/gpio/gpio-brcmstb.c
2908 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2909
2910 BROADCOM BRCMSTB USB2 and USB3 PHY DRIVER
2911 M:      Al Cooper <alcooperx@gmail.com>
2912 L:      linux-kernel@vger.kernel.org
2913 L:      bcm-kernel-feedback-list@broadcom.com
2914 S:      Maintained
2915 F:      drivers/phy/broadcom/phy-brcm-usb*
2916
2917 BROADCOM GENET ETHERNET DRIVER
2918 M:      Doug Berger <opendmb@gmail.com>
2919 M:      Florian Fainelli <f.fainelli@gmail.com>
2920 L:      netdev@vger.kernel.org
2921 S:      Supported
2922 F:      drivers/net/ethernet/broadcom/genet/
2923
2924 BROADCOM IPROC ARM ARCHITECTURE
2925 M:      Ray Jui <rjui@broadcom.com>
2926 M:      Scott Branden <sbranden@broadcom.com>
2927 M:      Jon Mason <jonmason@broadcom.com>
2928 M:      bcm-kernel-feedback-list@broadcom.com
2929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2930 T:      git git://github.com/broadcom/cygnus-linux.git
2931 S:      Maintained
2932 N:      iproc
2933 N:      cygnus
2934 N:      bcm[-_]nsp
2935 N:      bcm9113*
2936 N:      bcm9583*
2937 N:      bcm9585*
2938 N:      bcm9586*
2939 N:      bcm988312
2940 N:      bcm113*
2941 N:      bcm583*
2942 N:      bcm585*
2943 N:      bcm586*
2944 N:      bcm88312
2945 N:      hr2
2946 F:      arch/arm64/boot/dts/broadcom/ns2*
2947 F:      drivers/clk/bcm/clk-ns*
2948 F:      drivers/pinctrl/bcm/pinctrl-ns*
2949
2950 BROADCOM KONA GPIO DRIVER
2951 M:      Ray Jui <rjui@broadcom.com>
2952 L:      bcm-kernel-feedback-list@broadcom.com
2953 S:      Supported
2954 F:      drivers/gpio/gpio-bcm-kona.c
2955 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2956
2957 BROADCOM NETXTREME-E ROCE DRIVER
2958 M:      Selvin Xavier <selvin.xavier@broadcom.com>
2959 M:      Devesh Sharma <devesh.sharma@broadcom.com>
2960 M:      Somnath Kotur <somnath.kotur@broadcom.com>
2961 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
2962 L:      linux-rdma@vger.kernel.org
2963 W:      http://www.broadcom.com
2964 S:      Supported
2965 F:      drivers/infiniband/hw/bnxt_re/
2966 F:      include/uapi/rdma/bnxt_re-abi.h
2967
2968 BROADCOM NVRAM DRIVER
2969 M:      Rafał Miłecki <zajec5@gmail.com>
2970 L:      linux-mips@linux-mips.org
2971 S:      Maintained
2972 F:      drivers/firmware/broadcom/*
2973
2974 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2975 M:      Rafał Miłecki <zajec5@gmail.com>
2976 L:      linux-wireless@vger.kernel.org
2977 S:      Maintained
2978 F:      drivers/bcma/
2979 F:      include/linux/bcma/
2980
2981 BROADCOM STB AVS CPUFREQ DRIVER
2982 M:      Markus Mayer <mmayer@broadcom.com>
2983 M:      bcm-kernel-feedback-list@broadcom.com
2984 L:      linux-pm@vger.kernel.org
2985 S:      Maintained
2986 F:      Documentation/devicetree/bindings/cpufreq/brcm,stb-avs-cpu-freq.txt
2987 F:      drivers/cpufreq/brcmstb*
2988
2989 BROADCOM STB AVS TMON DRIVER
2990 M:      Markus Mayer <mmayer@broadcom.com>
2991 M:      bcm-kernel-feedback-list@broadcom.com
2992 L:      linux-pm@vger.kernel.org
2993 S:      Maintained
2994 F:      Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
2995 F:      drivers/thermal/broadcom/brcmstb*
2996
2997 BROADCOM STB NAND FLASH DRIVER
2998 M:      Brian Norris <computersforpeace@gmail.com>
2999 M:      Kamal Dasu <kdasu.kdev@gmail.com>
3000 L:      linux-mtd@lists.infradead.org
3001 L:      bcm-kernel-feedback-list@broadcom.com
3002 S:      Maintained
3003 F:      drivers/mtd/nand/brcmnand/
3004
3005 BROADCOM STB DPFE DRIVER
3006 M:      Markus Mayer <mmayer@broadcom.com>
3007 M:      bcm-kernel-feedback-list@broadcom.com
3008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3009 S:      Maintained
3010 F:      Documentation/devicetree/bindings/memory-controllers/brcm,dpfe-cpu.txt
3011 F:      drivers/memory/brcmstb_dpfe.c
3012
3013 BROADCOM SYSTEMPORT ETHERNET DRIVER
3014 M:      Florian Fainelli <f.fainelli@gmail.com>
3015 L:      netdev@vger.kernel.org
3016 S:      Supported
3017 F:      drivers/net/ethernet/broadcom/bcmsysport.*
3018
3019 BROADCOM TG3 GIGABIT ETHERNET DRIVER
3020 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
3021 M:      Prashant Sreedharan <prashant@broadcom.com>
3022 M:      Michael Chan <mchan@broadcom.com>
3023 L:      netdev@vger.kernel.org
3024 S:      Supported
3025 F:      drivers/net/ethernet/broadcom/tg3.*
3026
3027 BROCADE BFA FC SCSI DRIVER
3028 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
3029 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
3030 L:      linux-scsi@vger.kernel.org
3031 S:      Supported
3032 F:      drivers/scsi/bfa/
3033
3034 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
3035 M:      Rasesh Mody <rasesh.mody@cavium.com>
3036 M:      Sudarsana Kalluru <sudarsana.kalluru@cavium.com>
3037 M:      Dept-GELinuxNICDev@cavium.com
3038 L:      netdev@vger.kernel.org
3039 S:      Supported
3040 F:      drivers/net/ethernet/brocade/bna/
3041
3042 BSG (block layer generic sg v4 driver)
3043 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
3044 L:      linux-scsi@vger.kernel.org
3045 S:      Supported
3046 F:      block/bsg.c
3047 F:      include/linux/bsg.h
3048 F:      include/uapi/linux/bsg.h
3049
3050 BT87X AUDIO DRIVER
3051 M:      Clemens Ladisch <clemens@ladisch.de>
3052 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3053 T:      git git://git.alsa-project.org/alsa-kernel.git
3054 S:      Maintained
3055 F:      Documentation/sound/alsa/Bt87x.txt
3056 F:      sound/pci/bt87x.c
3057
3058 BT8XXGPIO DRIVER
3059 M:      Michael Buesch <m@bues.ch>
3060 W:      http://bu3sch.de/btgpio.php
3061 S:      Maintained
3062 F:      drivers/gpio/gpio-bt8xx.c
3063
3064 BTRFS FILE SYSTEM
3065 M:      Chris Mason <clm@fb.com>
3066 M:      Josef Bacik <jbacik@fb.com>
3067 M:      David Sterba <dsterba@suse.com>
3068 L:      linux-btrfs@vger.kernel.org
3069 W:      http://btrfs.wiki.kernel.org/
3070 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
3072 S:      Maintained
3073 F:      Documentation/filesystems/btrfs.txt
3074 F:      fs/btrfs/
3075 F:      include/linux/btrfs*
3076 F:      include/uapi/linux/btrfs*
3077
3078 BTTV VIDEO4LINUX DRIVER
3079 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3080 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3081 L:      linux-media@vger.kernel.org
3082 W:      https://linuxtv.org
3083 T:      git git://linuxtv.org/media_tree.git
3084 S:      Odd fixes
3085 F:      Documentation/media/v4l-drivers/bttv*
3086 F:      drivers/media/pci/bt8xx/bttv*
3087
3088 BUS FREQUENCY DRIVER FOR SAMSUNG EXYNOS
3089 M:      Chanwoo Choi <cw00.choi@samsung.com>
3090 L:      linux-pm@vger.kernel.org
3091 L:      linux-samsung-soc@vger.kernel.org
3092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3093 S:      Maintained
3094 F:      drivers/devfreq/exynos-bus.c
3095 F:      Documentation/devicetree/bindings/devfreq/exynos-bus.txt
3096
3097 BUSLOGIC SCSI DRIVER
3098 M:      Khalid Aziz <khalid@gonehiking.org>
3099 L:      linux-scsi@vger.kernel.org
3100 S:      Maintained
3101 F:      drivers/scsi/BusLogic.*
3102 F:      drivers/scsi/FlashPoint.*
3103
3104 C-MEDIA CMI8788 DRIVER
3105 M:      Clemens Ladisch <clemens@ladisch.de>
3106 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3107 T:      git git://git.alsa-project.org/alsa-kernel.git
3108 S:      Maintained
3109 F:      sound/pci/oxygen/
3110
3111 C6X ARCHITECTURE
3112 M:      Mark Salter <msalter@redhat.com>
3113 M:      Aurelien Jacquiot <jacquiot.aurelien@gmail.com>
3114 L:      linux-c6x-dev@linux-c6x.org
3115 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
3116 S:      Maintained
3117 F:      arch/c6x/
3118
3119 CA8210 IEEE-802.15.4 RADIO DRIVER
3120 M:      Harry Morris <h.morris@cascoda.com>
3121 L:      linux-wpan@vger.kernel.org
3122 W:      https://github.com/Cascoda/ca8210-linux.git
3123 S:      Maintained
3124 F:      drivers/net/ieee802154/ca8210.c
3125 F:      Documentation/devicetree/bindings/net/ieee802154/ca8210.txt
3126
3127 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
3128 M:      David Howells <dhowells@redhat.com>
3129 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
3130 S:      Supported
3131 F:      Documentation/filesystems/caching/cachefiles.txt
3132 F:      fs/cachefiles/
3133
3134 CADET FM/AM RADIO RECEIVER DRIVER
3135 M:      Hans Verkuil <hverkuil@xs4all.nl>
3136 L:      linux-media@vger.kernel.org
3137 T:      git git://linuxtv.org/media_tree.git
3138 W:      https://linuxtv.org
3139 S:      Maintained
3140 F:      drivers/media/radio/radio-cadet*
3141
3142 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
3143 M:      Jonathan Corbet <corbet@lwn.net>
3144 L:      linux-media@vger.kernel.org
3145 T:      git git://linuxtv.org/media_tree.git
3146 S:      Maintained
3147 F:      Documentation/media/v4l-drivers/cafe_ccic*
3148 F:      drivers/media/platform/marvell-ccic/
3149
3150 CAIF NETWORK LAYER
3151 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
3152 L:      netdev@vger.kernel.org
3153 S:      Supported
3154 F:      Documentation/networking/caif/
3155 F:      drivers/net/caif/
3156 F:      include/uapi/linux/caif/
3157 F:      include/net/caif/
3158 F:      net/caif/
3159
3160 CALGARY x86-64 IOMMU
3161 M:      Muli Ben-Yehuda <mulix@mulix.org>
3162 M:      Jon Mason <jdmason@kudzu.us>
3163 L:      iommu@lists.linux-foundation.org
3164 S:      Maintained
3165 F:      arch/x86/kernel/pci-calgary_64.c
3166 F:      arch/x86/kernel/tce_64.c
3167 F:      arch/x86/include/asm/calgary.h
3168 F:      arch/x86/include/asm/tce.h
3169
3170 CAN NETWORK DRIVERS
3171 M:      Wolfgang Grandegger <wg@grandegger.com>
3172 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3173 L:      linux-can@vger.kernel.org
3174 W:      https://github.com/linux-can
3175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3176 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3177 S:      Maintained
3178 F:      Documentation/devicetree/bindings/net/can/
3179 F:      drivers/net/can/
3180 F:      include/linux/can/dev.h
3181 F:      include/linux/can/platform/
3182 F:      include/uapi/linux/can/error.h
3183 F:      include/uapi/linux/can/netlink.h
3184
3185 CAN NETWORK LAYER
3186 M:      Oliver Hartkopp <socketcan@hartkopp.net>
3187 M:      Marc Kleine-Budde <mkl@pengutronix.de>
3188 L:      linux-can@vger.kernel.org
3189 W:      https://github.com/linux-can
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
3191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
3192 S:      Maintained
3193 F:      Documentation/networking/can.txt
3194 F:      net/can/
3195 F:      include/linux/can/core.h
3196 F:      include/uapi/linux/can.h
3197 F:      include/uapi/linux/can/bcm.h
3198 F:      include/uapi/linux/can/raw.h
3199 F:      include/uapi/linux/can/gw.h
3200
3201 CAPABILITIES
3202 M:      Serge Hallyn <serge@hallyn.com>
3203 L:      linux-security-module@vger.kernel.org
3204 S:      Supported
3205 F:      include/linux/capability.h
3206 F:      include/uapi/linux/capability.h
3207 F:      security/commoncap.c
3208 F:      kernel/capability.c
3209
3210 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
3211 M:      Kevin Tsai <ktsai@capellamicro.com>
3212 S:      Maintained
3213 F:      drivers/iio/light/cm*
3214
3215 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
3216 M:      Christian Lamparter <chunkeey@googlemail.com>
3217 L:      linux-wireless@vger.kernel.org
3218 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
3219 S:      Maintained
3220 F:      drivers/net/wireless/ath/carl9170/
3221
3222 CAVIUM I2C DRIVER
3223 M:      Jan Glauber <jglauber@cavium.com>
3224 M:      David Daney <david.daney@cavium.com>
3225 W:      http://www.cavium.com
3226 S:      Supported
3227 F:      drivers/i2c/busses/i2c-octeon*
3228 F:      drivers/i2c/busses/i2c-thunderx*
3229
3230 CAVIUM LIQUIDIO NETWORK DRIVER
3231 M:      Derek Chickles <derek.chickles@caviumnetworks.com>
3232 M:      Satanand Burla <satananda.burla@caviumnetworks.com>
3233 M:      Felix Manlunas <felix.manlunas@caviumnetworks.com>
3234 M:      Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
3235 L:      netdev@vger.kernel.org
3236 W:      http://www.cavium.com
3237 S:      Supported
3238 F:      drivers/net/ethernet/cavium/liquidio/
3239
3240 CAVIUM MMC DRIVER
3241 M:      Jan Glauber <jglauber@cavium.com>
3242 M:      David Daney <david.daney@cavium.com>
3243 M:      Steven J. Hill <Steven.Hill@cavium.com>
3244 W:      http://www.cavium.com
3245 S:      Supported
3246 F:      drivers/mmc/host/cavium*
3247
3248 CAVIUM OCTEON-TX CRYPTO DRIVER
3249 M:      George Cherian <george.cherian@cavium.com>
3250 L:      linux-crypto@vger.kernel.org
3251 W:      http://www.cavium.com
3252 S:      Supported
3253 F:      drivers/crypto/cavium/cpt/
3254
3255 CAVIUM THUNDERX2 ARM64 SOC
3256 M:      Robert Richter <rrichter@cavium.com>
3257 M:      Jayachandran C <jnair@caviumnetworks.com>
3258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3259 S:      Maintained
3260 F:      arch/arm64/boot/dts/cavium/thunder2-99xx*
3261 F:      Documentation/devicetree/bindings/arm/cavium-thunder2.txt
3262
3263 CC2520 IEEE-802.15.4 RADIO DRIVER
3264 M:      Varka Bhadram <varkabhadram@gmail.com>
3265 L:      linux-wpan@vger.kernel.org
3266 S:      Maintained
3267 F:      drivers/net/ieee802154/cc2520.c
3268 F:      include/linux/spi/cc2520.h
3269 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
3270
3271 CCREE ARM TRUSTZONE CRYPTOCELL 700 REE DRIVER
3272 M:      Gilad Ben-Yossef <gilad@benyossef.com>
3273 L:      linux-crypto@vger.kernel.org
3274 L:      driverdev-devel@linuxdriverproject.org
3275 S:      Supported
3276 F:      drivers/staging/ccree/
3277 W:      https://developer.arm.com/products/system-ip/trustzone-cryptocell/cryptocell-700-family
3278
3279 CEC FRAMEWORK
3280 M:      Hans Verkuil <hans.verkuil@cisco.com>
3281 L:      linux-media@vger.kernel.org
3282 T:      git git://linuxtv.org/media_tree.git
3283 W:      http://linuxtv.org
3284 S:      Supported
3285 F:      Documentation/media/kapi/cec-core.rst
3286 F:      Documentation/media/uapi/cec
3287 F:      drivers/media/cec/
3288 F:      drivers/media/rc/keymaps/rc-cec.c
3289 F:      include/media/cec.h
3290 F:      include/media/cec-notifier.h
3291 F:      include/uapi/linux/cec.h
3292 F:      include/uapi/linux/cec-funcs.h
3293 F:      Documentation/devicetree/bindings/media/cec.txt
3294
3295 CEC GPIO DRIVER
3296 M:      Hans Verkuil <hans.verkuil@cisco.com>
3297 L:      linux-media@vger.kernel.org
3298 T:      git git://linuxtv.org/media_tree.git
3299 W:      http://linuxtv.org
3300 S:      Supported
3301 F:      drivers/media/platform/cec-gpio/
3302 F:      Documentation/devicetree/bindings/media/cec-gpio.txt
3303
3304 CELL BROADBAND ENGINE ARCHITECTURE
3305 M:      Arnd Bergmann <arnd@arndb.de>
3306 L:      linuxppc-dev@lists.ozlabs.org
3307 W:      http://www.ibm.com/developerworks/power/cell/
3308 S:      Supported
3309 F:      arch/powerpc/include/asm/cell*.h
3310 F:      arch/powerpc/include/asm/spu*.h
3311 F:      arch/powerpc/include/uapi/asm/spu*.h
3312 F:      arch/powerpc/oprofile/*cell*
3313 F:      arch/powerpc/platforms/cell/
3314
3315 CEPH COMMON CODE (LIBCEPH)
3316 M:      Ilya Dryomov <idryomov@gmail.com>
3317 M:      "Yan, Zheng" <zyan@redhat.com>
3318 M:      Sage Weil <sage@redhat.com>
3319 L:      ceph-devel@vger.kernel.org
3320 W:      http://ceph.com/
3321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3322 T:      git git://github.com/ceph/ceph-client.git
3323 S:      Supported
3324 F:      net/ceph/
3325 F:      include/linux/ceph/
3326 F:      include/linux/crush/
3327
3328 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
3329 M:      "Yan, Zheng" <zyan@redhat.com>
3330 M:      Sage Weil <sage@redhat.com>
3331 M:      Ilya Dryomov <idryomov@gmail.com>
3332 L:      ceph-devel@vger.kernel.org
3333 W:      http://ceph.com/
3334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
3335 T:      git git://github.com/ceph/ceph-client.git
3336 S:      Supported
3337 F:      Documentation/filesystems/ceph.txt
3338 F:      fs/ceph/
3339
3340 CERTIFICATE HANDLING:
3341 M:      David Howells <dhowells@redhat.com>
3342 M:      David Woodhouse <dwmw2@infradead.org>
3343 L:      keyrings@vger.kernel.org
3344 S:      Maintained
3345 F:      Documentation/module-signing.txt
3346 F:      certs/
3347 F:      scripts/sign-file.c
3348 F:      scripts/extract-cert.c
3349
3350 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
3351 L:      linux-usb@vger.kernel.org
3352 S:      Orphan
3353 F:      Documentation/usb/WUSB-Design-overview.txt
3354 F:      Documentation/usb/wusb-cbaf
3355 F:      drivers/usb/host/hwa-hc.c
3356 F:      drivers/usb/host/whci/
3357 F:      drivers/usb/wusbcore/
3358 F:      include/linux/usb/wusb*
3359
3360 CFAG12864B LCD DRIVER
3361 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3362 W:      http://miguelojeda.es/auxdisplay.htm
3363 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3364 S:      Maintained
3365 F:      drivers/auxdisplay/cfag12864b.c
3366 F:      include/linux/cfag12864b.h
3367
3368 CFAG12864BFB LCD FRAMEBUFFER DRIVER
3369 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3370 W:      http://miguelojeda.es/auxdisplay.htm
3371 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3372 S:      Maintained
3373 F:      drivers/auxdisplay/cfag12864bfb.c
3374 F:      include/linux/cfag12864b.h
3375
3376 802.11 (including CFG80211/NL80211)
3377 M:      Johannes Berg <johannes@sipsolutions.net>
3378 L:      linux-wireless@vger.kernel.org
3379 W:      http://wireless.kernel.org/
3380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
3381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
3382 S:      Maintained
3383 F:      net/wireless/
3384 F:      include/uapi/linux/nl80211.h
3385 F:      include/linux/ieee80211.h
3386 F:      include/net/wext.h
3387 F:      include/net/cfg80211.h
3388 F:      include/net/iw_handler.h
3389 F:      include/net/ieee80211_radiotap.h
3390 F:      Documentation/driver-api/80211/cfg80211.rst
3391 F:      Documentation/networking/regulatory.txt
3392
3393 CHAR and MISC DRIVERS
3394 M:      Arnd Bergmann <arnd@arndb.de>
3395 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
3397 S:      Supported
3398 F:      drivers/char/*
3399 F:      drivers/misc/*
3400 F:      include/linux/miscdevice.h
3401
3402 CHECKPATCH
3403 M:      Andy Whitcroft <apw@canonical.com>
3404 M:      Joe Perches <joe@perches.com>
3405 S:      Maintained
3406 F:      scripts/checkpatch.pl
3407
3408 CHINESE DOCUMENTATION
3409 M:      Harry Wei <harryxiyou@gmail.com>
3410 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
3411 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
3412 S:      Maintained
3413 F:      Documentation/translations/zh_CN/
3414
3415 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
3416 M:      Peter Chen <Peter.Chen@nxp.com>
3417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
3418 L:      linux-usb@vger.kernel.org
3419 S:      Maintained
3420 F:      drivers/usb/chipidea/
3421
3422 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
3423 M:      Hans de Goede <hdegoede@redhat.com>
3424 L:      linux-input@vger.kernel.org
3425 S:      Maintained
3426 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
3427 F:      drivers/input/touchscreen/chipone_icn8318.c
3428
3429 CHROME HARDWARE PLATFORM SUPPORT
3430 M:      Benson Leung <bleung@chromium.org>
3431 M:      Olof Johansson <olof@lixom.net>
3432 S:      Maintained
3433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git
3434 F:      drivers/platform/chrome/
3435
3436 CIRRUS LOGIC AUDIO CODEC DRIVERS
3437 M:      Brian Austin <brian.austin@cirrus.com>
3438 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
3439 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3440 S:      Maintained
3441 F:      sound/soc/codecs/cs*
3442
3443 CIRRUS LOGIC EP93XX ETHERNET DRIVER
3444 M:      Hartley Sweeten <hsweeten@visionengravers.com>
3445 L:      netdev@vger.kernel.org
3446 S:      Maintained
3447 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
3448
3449 CISCO FCOE HBA DRIVER
3450 M:      Satish Kharat <satishkh@cisco.com>
3451 M:      Sesidhar Baddela <sebaddel@cisco.com>
3452 M:      Karan Tilak Kumar <kartilak@cisco.com>
3453 L:      linux-scsi@vger.kernel.org
3454 S:      Supported
3455 F:      drivers/scsi/fnic/
3456
3457 CISCO SCSI HBA DRIVER
3458 M:      Karan Tilak Kumar <kartilak@cisco.com>
3459 M:      Sesidhar Baddela <sebaddel@cisco.com>
3460 L:      linux-scsi@vger.kernel.org
3461 S:      Supported
3462 F:      drivers/scsi/snic/
3463
3464 CISCO VIC ETHERNET NIC DRIVER
3465 M:      Christian Benvenuti <benve@cisco.com>
3466 M:      Govindarajulu Varadarajan <_govind@gmx.com>
3467 M:      Parvi Kaustubhi <pkaustub@cisco.com>
3468 S:      Supported
3469 F:      drivers/net/ethernet/cisco/enic/
3470
3471 CISCO VIC LOW LATENCY NIC DRIVER
3472 M:      Christian Benvenuti <benve@cisco.com>
3473 M:      Dave Goodell <dgoodell@cisco.com>
3474 S:      Supported
3475 F:      drivers/infiniband/hw/usnic/
3476
3477 CLEANCACHE API
3478 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3479 L:      linux-kernel@vger.kernel.org
3480 S:      Maintained
3481 F:      mm/cleancache.c
3482 F:      include/linux/cleancache.h
3483
3484 CLK API
3485 M:      Russell King <linux@armlinux.org.uk>
3486 L:      linux-clk@vger.kernel.org
3487 S:      Maintained
3488 F:      include/linux/clk.h
3489
3490 CLOCKSOURCE, CLOCKEVENT DRIVERS
3491 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3492 M:      Thomas Gleixner <tglx@linutronix.de>
3493 L:      linux-kernel@vger.kernel.org
3494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3495 S:      Supported
3496 F:      drivers/clocksource/
3497 F:      Documentation/devicetree/bindings/timer/
3498
3499 CMPC ACPI DRIVER
3500 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
3501 M:      Daniel Oliveira Nascimento <don@syst.com.br>
3502 L:      platform-driver-x86@vger.kernel.org
3503 S:      Supported
3504 F:      drivers/platform/x86/classmate-laptop.c
3505
3506 COBALT MEDIA DRIVER
3507 M:      Hans Verkuil <hans.verkuil@cisco.com>
3508 L:      linux-media@vger.kernel.org
3509 T:      git git://linuxtv.org/media_tree.git
3510 W:      https://linuxtv.org
3511 S:      Supported
3512 F:      drivers/media/pci/cobalt/
3513
3514 COCCINELLE/Semantic Patches (SmPL)
3515 M:      Julia Lawall <Julia.Lawall@lip6.fr>
3516 M:      Gilles Muller <Gilles.Muller@lip6.fr>
3517 M:      Nicolas Palix <nicolas.palix@imag.fr>
3518 M:      Michal Marek <michal.lkml@markovi.net>
3519 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
3520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
3521 W:      http://coccinelle.lip6.fr/
3522 S:      Supported
3523 F:      Documentation/dev-tools/coccinelle.rst
3524 F:      scripts/coccinelle/
3525 F:      scripts/coccicheck
3526
3527 CODA FILE SYSTEM
3528 M:      Jan Harkes <jaharkes@cs.cmu.edu>
3529 M:      coda@cs.cmu.edu
3530 L:      codalist@coda.cs.cmu.edu
3531 W:      http://www.coda.cs.cmu.edu/
3532 S:      Maintained
3533 F:      Documentation/filesystems/coda.txt
3534 F:      fs/coda/
3535 F:      include/linux/coda*.h
3536 F:      include/uapi/linux/coda*.h
3537
3538 CODA V4L2 MEM2MEM DRIVER
3539 M:      Philipp Zabel <p.zabel@pengutronix.de>
3540 L:      linux-media@vger.kernel.org
3541 S:      Maintained
3542 F:      Documentation/devicetree/bindings/media/coda.txt
3543 F:      drivers/media/platform/coda/
3544
3545 COMMON CLK FRAMEWORK
3546 M:      Michael Turquette <mturquette@baylibre.com>
3547 M:      Stephen Boyd <sboyd@codeaurora.org>
3548 L:      linux-clk@vger.kernel.org
3549 Q:      http://patchwork.kernel.org/project/linux-clk/list/
3550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3551 S:      Maintained
3552 F:      Documentation/devicetree/bindings/clock/
3553 F:      drivers/clk/
3554 X:      drivers/clk/clkdev.c
3555 F:      include/linux/clk-pr*
3556 F:      include/linux/clk/
3557
3558 COMMON INTERNET FILE SYSTEM (CIFS)
3559 M:      Steve French <sfrench@samba.org>
3560 L:      linux-cifs@vger.kernel.org
3561 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3562 W:      http://linux-cifs.samba.org/
3563 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3564 S:      Supported
3565 F:      Documentation/filesystems/cifs/
3566 F:      fs/cifs/
3567
3568 COMPACTPCI HOTPLUG CORE
3569 M:      Scott Murray <scott@spiteful.org>
3570 L:      linux-pci@vger.kernel.org
3571 S:      Maintained
3572 F:      drivers/pci/hotplug/cpci_hotplug*
3573
3574 COMPACTPCI HOTPLUG GENERIC DRIVER
3575 M:      Scott Murray <scott@spiteful.org>
3576 L:      linux-pci@vger.kernel.org
3577 S:      Maintained
3578 F:      drivers/pci/hotplug/cpcihp_generic.c
3579
3580 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3581 M:      Scott Murray <scott@spiteful.org>
3582 L:      linux-pci@vger.kernel.org
3583 S:      Maintained
3584 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3585
3586 COMPAL LAPTOP SUPPORT
3587 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3588 L:      platform-driver-x86@vger.kernel.org
3589 S:      Maintained
3590 F:      drivers/platform/x86/compal-laptop.c
3591
3592 CONEXANT ACCESSRUNNER USB DRIVER
3593 L:      accessrunner-general@lists.sourceforge.net
3594 W:      http://accessrunner.sourceforge.net/
3595 S:      Orphan
3596 F:      drivers/usb/atm/cxacru.c
3597
3598 CONFIGFS
3599 M:      Joel Becker <jlbec@evilplan.org>
3600 M:      Christoph Hellwig <hch@lst.de>
3601 T:      git git://git.infradead.org/users/hch/configfs.git
3602 S:      Supported
3603 F:      fs/configfs/
3604 F:      include/linux/configfs.h
3605
3606 CONNECTOR
3607 M:      Evgeniy Polyakov <zbr@ioremap.net>
3608 L:      netdev@vger.kernel.org
3609 S:      Maintained
3610 F:      drivers/connector/
3611
3612 CONTROL GROUP (CGROUP)
3613 M:      Tejun Heo <tj@kernel.org>
3614 M:      Li Zefan <lizefan@huawei.com>
3615 M:      Johannes Weiner <hannes@cmpxchg.org>
3616 L:      cgroups@vger.kernel.org
3617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3618 S:      Maintained
3619 F:      Documentation/cgroup*
3620 F:      include/linux/cgroup*
3621 F:      kernel/cgroup*
3622
3623 CONTROL GROUP - CPUSET
3624 M:      Li Zefan <lizefan@huawei.com>
3625 L:      cgroups@vger.kernel.org
3626 W:      http://www.bullopensource.org/cpuset/
3627 W:      http://oss.sgi.com/projects/cpusets/
3628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3629 S:      Maintained
3630 F:      Documentation/cgroup-v1/cpusets.txt
3631 F:      include/linux/cpuset.h
3632 F:      kernel/cgroup/cpuset.c
3633
3634 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3635 M:      Johannes Weiner <hannes@cmpxchg.org>
3636 M:      Michal Hocko <mhocko@kernel.org>
3637 M:      Vladimir Davydov <vdavydov.dev@gmail.com>
3638 L:      cgroups@vger.kernel.org
3639 L:      linux-mm@kvack.org
3640 S:      Maintained
3641 F:      mm/memcontrol.c
3642 F:      mm/swap_cgroup.c
3643
3644 CORETEMP HARDWARE MONITORING DRIVER
3645 M:      Fenghua Yu <fenghua.yu@intel.com>
3646 L:      linux-hwmon@vger.kernel.org
3647 S:      Maintained
3648 F:      Documentation/hwmon/coretemp
3649 F:      drivers/hwmon/coretemp.c
3650
3651 COSA/SRP SYNC SERIAL DRIVER
3652 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3653 W:      http://www.fi.muni.cz/~kas/cosa/
3654 S:      Maintained
3655 F:      drivers/net/wan/cosa*
3656
3657 CPMAC ETHERNET DRIVER
3658 M:      Florian Fainelli <f.fainelli@gmail.com>
3659 L:      netdev@vger.kernel.org
3660 S:      Maintained
3661 F:      drivers/net/ethernet/ti/cpmac.c
3662
3663 CPU FREQUENCY DRIVERS
3664 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3665 M:      Viresh Kumar <viresh.kumar@linaro.org>
3666 L:      linux-pm@vger.kernel.org
3667 S:      Maintained
3668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3669 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3670 B:      https://bugzilla.kernel.org
3671 F:      Documentation/cpu-freq/
3672 F:      Documentation/devicetree/bindings/cpufreq/
3673 F:      drivers/cpufreq/
3674 F:      include/linux/cpufreq.h
3675 F:      tools/testing/selftests/cpufreq/
3676
3677 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3678 M:      Viresh Kumar <viresh.kumar@linaro.org>
3679 M:      Sudeep Holla <sudeep.holla@arm.com>
3680 L:      linux-pm@vger.kernel.org
3681 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3682 S:      Maintained
3683 F:      drivers/cpufreq/arm_big_little.h
3684 F:      drivers/cpufreq/arm_big_little.c
3685 F:      drivers/cpufreq/arm_big_little_dt.c
3686
3687 CPU POWER MONITORING SUBSYSTEM
3688 M:      Thomas Renninger <trenn@suse.com>
3689 M:      Shuah Khan <shuahkh@osg.samsung.com>
3690 M:      Shuah Khan <shuah@kernel.org>
3691 L:      linux-pm@vger.kernel.org
3692 S:      Maintained
3693 F:      tools/power/cpupower/
3694
3695 CPUID/MSR DRIVER
3696 M:      "H. Peter Anvin" <hpa@zytor.com>
3697 S:      Maintained
3698 F:      arch/x86/kernel/cpuid.c
3699 F:      arch/x86/kernel/msr.c
3700
3701 CPUIDLE DRIVER - ARM BIG LITTLE
3702 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3703 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3704 L:      linux-pm@vger.kernel.org
3705 L:      linux-arm-kernel@lists.infradead.org
3706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3707 S:      Maintained
3708 F:      drivers/cpuidle/cpuidle-big_little.c
3709
3710 CPUIDLE DRIVER - ARM EXYNOS
3711 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3712 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3713 M:      Kukjin Kim <kgene@kernel.org>
3714 L:      linux-pm@vger.kernel.org
3715 L:      linux-samsung-soc@vger.kernel.org
3716 S:      Supported
3717 F:      drivers/cpuidle/cpuidle-exynos.c
3718 F:      arch/arm/mach-exynos/pm.c
3719
3720 CPUIDLE DRIVERS
3721 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3722 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3723 L:      linux-pm@vger.kernel.org
3724 S:      Maintained
3725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3726 B:      https://bugzilla.kernel.org
3727 F:      drivers/cpuidle/*
3728 F:      include/linux/cpuidle.h
3729
3730 CRAMFS FILESYSTEM
3731 M:      Nicolas Pitre <nico@linaro.org>
3732 S:      Maintained
3733 F:      Documentation/filesystems/cramfs.txt
3734 F:      fs/cramfs/
3735
3736 CRIS PORT
3737 M:      Mikael Starvik <starvik@axis.com>
3738 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3739 L:      linux-cris-kernel@axis.com
3740 W:      http://developer.axis.com
3741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3742 S:      Maintained
3743 F:      arch/cris/
3744 F:      drivers/tty/serial/crisv10.*
3745
3746 CRYPTO API
3747 M:      Herbert Xu <herbert@gondor.apana.org.au>
3748 M:      "David S. Miller" <davem@davemloft.net>
3749 L:      linux-crypto@vger.kernel.org
3750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3752 S:      Maintained
3753 F:      Documentation/crypto/
3754 F:      Documentation/devicetree/bindings/crypto/
3755 F:      arch/*/crypto/
3756 F:      crypto/
3757 F:      drivers/crypto/
3758 F:      include/crypto/
3759 F:      include/linux/crypto*
3760
3761 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3762 M:      Neil Horman <nhorman@tuxdriver.com>
3763 L:      linux-crypto@vger.kernel.org
3764 S:      Maintained
3765 F:      crypto/ansi_cprng.c
3766 F:      crypto/rng.c
3767
3768 CS3308 MEDIA DRIVER
3769 M:      Hans Verkuil <hverkuil@xs4all.nl>
3770 L:      linux-media@vger.kernel.org
3771 T:      git git://linuxtv.org/media_tree.git
3772 W:      http://linuxtv.org
3773 S:      Odd Fixes
3774 F:      drivers/media/i2c/cs3308.c
3775 F:      drivers/media/i2c/cs3308.h
3776
3777 CS5535 Audio ALSA driver
3778 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3779 S:      Maintained
3780 F:      sound/pci/cs5535audio/
3781
3782 CW1200 WLAN driver
3783 M:      Solomon Peachy <pizza@shaftnet.org>
3784 S:      Maintained
3785 F:      drivers/net/wireless/st/cw1200/
3786
3787 CX18 VIDEO4LINUX DRIVER
3788 M:      Andy Walls <awalls@md.metrocast.net>
3789 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3790 L:      linux-media@vger.kernel.org
3791 T:      git git://linuxtv.org/media_tree.git
3792 W:      https://linuxtv.org
3793 W:      http://www.ivtvdriver.org/index.php/Cx18
3794 S:      Maintained
3795 F:      Documentation/media/v4l-drivers/cx18*
3796 F:      drivers/media/pci/cx18/
3797 F:      include/uapi/linux/ivtv*
3798
3799 CX2341X MPEG ENCODER HELPER MODULE
3800 M:      Hans Verkuil <hverkuil@xs4all.nl>
3801 L:      linux-media@vger.kernel.org
3802 T:      git git://linuxtv.org/media_tree.git
3803 W:      https://linuxtv.org
3804 S:      Maintained
3805 F:      drivers/media/common/cx2341x*
3806 F:      include/media/cx2341x*
3807
3808 CX24120 MEDIA DRIVER
3809 M:      Jemma Denson <jdenson@gmail.com>
3810 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3811 L:      linux-media@vger.kernel.org
3812 W:      https://linuxtv.org
3813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3814 S:      Maintained
3815 F:      drivers/media/dvb-frontends/cx24120*
3816
3817 CX88 VIDEO4LINUX DRIVER
3818 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
3819 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
3820 L:      linux-media@vger.kernel.org
3821 W:      https://linuxtv.org
3822 T:      git git://linuxtv.org/media_tree.git
3823 S:      Odd fixes
3824 F:      Documentation/media/v4l-drivers/cx88*
3825 F:      drivers/media/pci/cx88/
3826
3827 CXD2820R MEDIA DRIVER
3828 M:      Antti Palosaari <crope@iki.fi>
3829 L:      linux-media@vger.kernel.org
3830 W:      https://linuxtv.org
3831 W:      http://palosaari.fi/linux/
3832 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3833 T:      git git://linuxtv.org/anttip/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/dvb-frontends/cxd2820r*
3836
3837 CXGB3 ETHERNET DRIVER (CXGB3)
3838 M:      Santosh Raspatur <santosh@chelsio.com>
3839 L:      netdev@vger.kernel.org
3840 W:      http://www.chelsio.com
3841 S:      Supported
3842 F:      drivers/net/ethernet/chelsio/cxgb3/
3843
3844 CXGB3 ISCSI DRIVER (CXGB3I)
3845 M:      Karen Xie <kxie@chelsio.com>
3846 L:      linux-scsi@vger.kernel.org
3847 W:      http://www.chelsio.com
3848 S:      Supported
3849 F:      drivers/scsi/cxgbi/cxgb3i
3850
3851 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3852 M:      Steve Wise <swise@chelsio.com>
3853 L:      linux-rdma@vger.kernel.org
3854 W:      http://www.openfabrics.org
3855 S:      Supported
3856 F:      drivers/infiniband/hw/cxgb3/
3857 F:      include/uapi/rdma/cxgb3-abi.h
3858
3859 CXGB4 CRYPTO DRIVER (chcr)
3860 M:      Harsh Jain <harsh@chelsio.com>
3861 L:      linux-crypto@vger.kernel.org
3862 W:      http://www.chelsio.com
3863 S:      Supported
3864 F:      drivers/crypto/chelsio
3865
3866 CXGB4 ETHERNET DRIVER (CXGB4)
3867 M:      Ganesh Goudar <ganeshgr@chelsio.com>
3868 L:      netdev@vger.kernel.org
3869 W:      http://www.chelsio.com
3870 S:      Supported
3871 F:      drivers/net/ethernet/chelsio/cxgb4/
3872
3873 CXGB4 ISCSI DRIVER (CXGB4I)
3874 M:      Karen Xie <kxie@chelsio.com>
3875 L:      linux-scsi@vger.kernel.org
3876 W:      http://www.chelsio.com
3877 S:      Supported
3878 F:      drivers/scsi/cxgbi/cxgb4i
3879
3880 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3881 M:      Steve Wise <swise@chelsio.com>
3882 L:      linux-rdma@vger.kernel.org
3883 W:      http://www.openfabrics.org
3884 S:      Supported
3885 F:      drivers/infiniband/hw/cxgb4/
3886 F:      include/uapi/rdma/cxgb4-abi.h
3887
3888 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3889 M:      Casey Leedom <leedom@chelsio.com>
3890 L:      netdev@vger.kernel.org
3891 W:      http://www.chelsio.com
3892 S:      Supported
3893 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3894
3895 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3896 M:      Frederic Barrat <fbarrat@linux.vnet.ibm.com>
3897 M:      Andrew Donnellan <andrew.donnellan@au1.ibm.com>
3898 L:      linuxppc-dev@lists.ozlabs.org
3899 S:      Supported
3900 F:      arch/powerpc/platforms/powernv/pci-cxl.c
3901 F:      drivers/misc/cxl/
3902 F:      include/misc/cxl*
3903 F:      include/uapi/misc/cxl.h
3904 F:      Documentation/powerpc/cxl.txt
3905 F:      Documentation/ABI/testing/sysfs-class-cxl
3906
3907 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3908 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3909 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3910 M:      Uma Krishnan <ukrishn@linux.vnet.ibm.com>
3911 L:      linux-scsi@vger.kernel.org
3912 S:      Supported
3913 F:      drivers/scsi/cxlflash/
3914 F:      include/uapi/scsi/cxlflash_ioctls.h
3915 F:      Documentation/powerpc/cxlflash.txt
3916
3917 CYBERPRO FB DRIVER
3918 M:      Russell King <linux@armlinux.org.uk>
3919 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3920 W:      http://www.armlinux.org.uk/
3921 S:      Maintained
3922 F:      drivers/video/fbdev/cyber2000fb.*
3923
3924 CYCLADES ASYNC MUX DRIVER
3925 W:      http://www.cyclades.com/
3926 S:      Orphan
3927 F:      drivers/tty/cyclades.c
3928 F:      include/linux/cyclades.h
3929 F:      include/uapi/linux/cyclades.h
3930
3931 CYCLADES PC300 DRIVER
3932 W:      http://www.cyclades.com/
3933 S:      Orphan
3934 F:      drivers/net/wan/pc300*
3935
3936 CYPRESS_FIRMWARE MEDIA DRIVER
3937 M:      Antti Palosaari <crope@iki.fi>
3938 L:      linux-media@vger.kernel.org
3939 W:      https://linuxtv.org
3940 W:      http://palosaari.fi/linux/
3941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3942 T:      git git://linuxtv.org/anttip/media_tree.git
3943 S:      Maintained
3944 F:      drivers/media/common/cypress_firmware*
3945
3946 CYTTSP TOUCHSCREEN DRIVER
3947 M:      Ferruh Yigit <fery@cypress.com>
3948 L:      linux-input@vger.kernel.org
3949 S:      Supported
3950 F:      drivers/input/touchscreen/cyttsp*
3951 F:      include/linux/input/cyttsp.h
3952
3953 D-LINK DIR-685 TOUCHKEYS DRIVER
3954 M:      Linus Walleij <linus.walleij@linaro.org>
3955 L:      linux-input@vger.kernel.org
3956 S:      Supported
3957 F:      drivers/input/dlink-dir685-touchkeys.c
3958
3959 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3960 M:      Joshua Kinard <kumba@gentoo.org>
3961 S:      Maintained
3962 F:      drivers/rtc/rtc-ds1685.c
3963 F:      include/linux/rtc/ds1685.h
3964
3965 DAMA SLAVE for AX.25
3966 M:      Joerg Reuter <jreuter@yaina.de>
3967 W:      http://yaina.de/jreuter/
3968 W:      http://www.qsl.net/dl1bke/
3969 L:      linux-hams@vger.kernel.org
3970 S:      Maintained
3971 F:      net/ax25/af_ax25.c
3972 F:      net/ax25/ax25_dev.c
3973 F:      net/ax25/ax25_ds_*
3974 F:      net/ax25/ax25_in.c
3975 F:      net/ax25/ax25_out.c
3976 F:      net/ax25/ax25_timer.c
3977 F:      net/ax25/sysctl_net_ax25.c
3978
3979 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3980 L:      netdev@vger.kernel.org
3981 S:      Orphan
3982 F:      Documentation/networking/dmfe.txt
3983 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3984
3985 DC390/AM53C974 SCSI driver
3986 M:      Hannes Reinecke <hare@suse.com>
3987 L:      linux-scsi@vger.kernel.org
3988 S:      Maintained
3989 F:      drivers/scsi/am53c974.c
3990
3991 DC395x SCSI driver
3992 M:      Oliver Neukum <oliver@neukum.org>
3993 M:      Ali Akcaagac <aliakc@web.de>
3994 M:      Jamie Lenehan <lenehan@twibble.org>
3995 L:      dc395x@twibble.org
3996 W:      http://twibble.org/dist/dc395x/
3997 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3998 S:      Maintained
3999 F:      Documentation/scsi/dc395x.txt
4000 F:      drivers/scsi/dc395x.*
4001
4002 DCCP PROTOCOL
4003 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
4004 L:      dccp@vger.kernel.org
4005 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
4006 S:      Maintained
4007 F:      include/linux/dccp.h
4008 F:      include/uapi/linux/dccp.h
4009 F:      include/linux/tfrc.h
4010 F:      net/dccp/
4011
4012 DECnet NETWORK LAYER
4013 W:      http://linux-decnet.sourceforge.net
4014 L:      linux-decnet-user@lists.sourceforge.net
4015 S:      Orphan
4016 F:      Documentation/networking/decnet.txt
4017 F:      net/decnet/
4018
4019 DECSTATION PLATFORM SUPPORT
4020 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4021 L:      linux-mips@linux-mips.org
4022 W:      http://www.linux-mips.org/wiki/DECstation
4023 S:      Maintained
4024 F:      arch/mips/dec/
4025 F:      arch/mips/include/asm/dec/
4026 F:      arch/mips/include/asm/mach-dec/
4027
4028 DEFXX FDDI NETWORK DRIVER
4029 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4030 S:      Maintained
4031 F:      drivers/net/fddi/defxx.*
4032
4033 DELL LAPTOP DRIVER
4034 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4035 M:      Pali Rohár <pali.rohar@gmail.com>
4036 L:      platform-driver-x86@vger.kernel.org
4037 S:      Maintained
4038 F:      drivers/platform/x86/dell-laptop.c
4039
4040 DELL LAPTOP FREEFALL DRIVER
4041 M:      Pali Rohár <pali.rohar@gmail.com>
4042 S:      Maintained
4043 F:      drivers/platform/x86/dell-smo8800.c
4044
4045 DELL LAPTOP RBTN DRIVER
4046 M:      Pali Rohár <pali.rohar@gmail.com>
4047 S:      Maintained
4048 F:      drivers/platform/x86/dell-rbtn.*
4049
4050 DELL LAPTOP SMM DRIVER
4051 M:      Pali Rohár <pali.rohar@gmail.com>
4052 S:      Maintained
4053 F:      drivers/hwmon/dell-smm-hwmon.c
4054 F:      include/uapi/linux/i8k.h
4055
4056 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
4057 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
4058 S:      Maintained
4059 F:      Documentation/dcdbas.txt
4060 F:      drivers/firmware/dcdbas.*
4061
4062 DELL WMI EXTRAS DRIVER
4063 M:      Matthew Garrett <mjg59@srcf.ucam.org>
4064 M:      Pali Rohár <pali.rohar@gmail.com>
4065 S:      Maintained
4066 F:      drivers/platform/x86/dell-wmi.c
4067
4068 DELTA ST MEDIA DRIVER
4069 M:      Hugues Fruchet <hugues.fruchet@st.com>
4070 L:      linux-media@vger.kernel.org
4071 T:      git git://linuxtv.org/media_tree.git
4072 W:      https://linuxtv.org
4073 S:      Supported
4074 F:      drivers/media/platform/sti/delta
4075
4076 DENALI NAND DRIVER
4077 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
4078 L:      linux-mtd@lists.infradead.org
4079 S:      Supported
4080 F:      drivers/mtd/nand/denali*
4081
4082 DESIGNWARE USB2 DRD IP DRIVER
4083 M:      John Youn <johnyoun@synopsys.com>
4084 L:      linux-usb@vger.kernel.org
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4086 S:      Maintained
4087 F:      drivers/usb/dwc2/
4088
4089 DESIGNWARE USB3 DRD IP DRIVER
4090 M:      Felipe Balbi <balbi@kernel.org>
4091 L:      linux-usb@vger.kernel.org
4092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4093 S:      Maintained
4094 F:      drivers/usb/dwc3/
4095
4096 DEVANTECH SRF ULTRASONIC RANGER IIO DRIVER
4097 M:      Andreas Klinger <ak@it-klinger.de>
4098 L:      linux-iio@vger.kernel.org
4099 S:      Maintained
4100 F:      drivers/iio/proximity/srf*.c
4101
4102 DEVICE COREDUMP (DEV_COREDUMP)
4103 M:      Johannes Berg <johannes@sipsolutions.net>
4104 L:      linux-kernel@vger.kernel.org
4105 S:      Maintained
4106 F:      drivers/base/devcoredump.c
4107 F:      include/linux/devcoredump.h
4108
4109 DEVICE FREQUENCY (DEVFREQ)
4110 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4111 M:      Kyungmin Park <kyungmin.park@samsung.com>
4112 R:      Chanwoo Choi <cw00.choi@samsung.com>
4113 L:      linux-pm@vger.kernel.org
4114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4115 S:      Maintained
4116 F:      drivers/devfreq/
4117 F:      include/linux/devfreq.h
4118 F:      Documentation/devicetree/bindings/devfreq/
4119
4120 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
4121 M:      Chanwoo Choi <cw00.choi@samsung.com>
4122 L:      linux-pm@vger.kernel.org
4123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
4124 S:      Supported
4125 F:      drivers/devfreq/event/
4126 F:      drivers/devfreq/devfreq-event.c
4127 F:      include/linux/devfreq-event.h
4128 F:      Documentation/devicetree/bindings/devfreq/event/
4129
4130 DEVICE NUMBER REGISTRY
4131 M:      Torben Mathiasen <device@lanana.org>
4132 W:      http://lanana.org/docs/device-list/index.html
4133 S:      Maintained
4134
4135 DEVICE-MAPPER  (LVM)
4136 M:      Alasdair Kergon <agk@redhat.com>
4137 M:      Mike Snitzer <snitzer@redhat.com>
4138 M:      dm-devel@redhat.com
4139 L:      dm-devel@redhat.com
4140 W:      http://sources.redhat.com/dm
4141 Q:      http://patchwork.kernel.org/project/dm-devel/list/
4142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
4143 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
4144 S:      Maintained
4145 F:      Documentation/device-mapper/
4146 F:      drivers/md/Makefile
4147 F:      drivers/md/Kconfig
4148 F:      drivers/md/dm*
4149 F:      drivers/md/persistent-data/
4150 F:      include/linux/device-mapper.h
4151 F:      include/linux/dm-*.h
4152 F:      include/uapi/linux/dm-*.h
4153
4154 DEVLINK
4155 M:      Jiri Pirko <jiri@mellanox.com>
4156 L:      netdev@vger.kernel.org
4157 S:      Supported
4158 F:      net/core/devlink.c
4159 F:      include/net/devlink.h
4160 F:      include/uapi/linux/devlink.h
4161
4162 DIALOG SEMICONDUCTOR DRIVERS
4163 M:      Support Opensource <support.opensource@diasemi.com>
4164 W:      http://www.dialog-semiconductor.com/products
4165 S:      Supported
4166 F:      Documentation/hwmon/da90??
4167 F:      Documentation/devicetree/bindings/mfd/da90*.txt
4168 F:      Documentation/devicetree/bindings/input/da90??-onkey.txt
4169 F:      Documentation/devicetree/bindings/thermal/da90??-thermal.txt
4170 F:      Documentation/devicetree/bindings/regulator/da92*.txt
4171 F:      Documentation/devicetree/bindings/watchdog/da90??-wdt.txt
4172 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
4173 F:      drivers/gpio/gpio-da90??.c
4174 F:      drivers/hwmon/da90??-hwmon.c
4175 F:      drivers/iio/adc/da91??-*.c
4176 F:      drivers/input/misc/da90??_onkey.c
4177 F:      drivers/input/touchscreen/da9052_tsi.c
4178 F:      drivers/leds/leds-da90??.c
4179 F:      drivers/mfd/da903x.c
4180 F:      drivers/mfd/da90??-*.c
4181 F:      drivers/mfd/da91??-*.c
4182 F:      drivers/power/supply/da9052-battery.c
4183 F:      drivers/power/supply/da91??-*.c
4184 F:      drivers/regulator/da903x.c
4185 F:      drivers/regulator/da9???-regulator.[ch]
4186 F:      drivers/thermal/da90??-thermal.c
4187 F:      drivers/rtc/rtc-da90??.c
4188 F:      drivers/video/backlight/da90??_bl.c
4189 F:      drivers/watchdog/da90??_wdt.c
4190 F:      include/linux/mfd/da903x.h
4191 F:      include/linux/mfd/da9052/
4192 F:      include/linux/mfd/da9055/
4193 F:      include/linux/mfd/da9062/
4194 F:      include/linux/mfd/da9063/
4195 F:      include/linux/mfd/da9150/
4196 F:      include/linux/regulator/da9211.h
4197 F:      include/sound/da[79]*.h
4198 F:      sound/soc/codecs/da[79]*.[ch]
4199
4200 DIAMOND SYSTEMS GPIO-MM GPIO DRIVER
4201 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
4202 L:      linux-gpio@vger.kernel.org
4203 S:      Maintained
4204 F:      drivers/gpio/gpio-gpio-mm.c
4205
4206 DIGI NEO AND CLASSIC PCI PRODUCTS
4207 M:      Lidza Louina <lidza.louina@gmail.com>
4208 M:      Mark Hounschell <markh@compro.net>
4209 L:      driverdev-devel@linuxdriverproject.org
4210 S:      Maintained
4211 F:      drivers/staging/dgnc/
4212
4213 DIOLAN U2C-12 I2C DRIVER
4214 M:      Guenter Roeck <linux@roeck-us.net>
4215 L:      linux-i2c@vger.kernel.org
4216 S:      Maintained
4217 F:      drivers/i2c/busses/i2c-diolan-u2c.c
4218
4219 FILESYSTEM DIRECT ACCESS (DAX)
4220 M:      Matthew Wilcox <mawilcox@microsoft.com>
4221 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
4222 L:      linux-fsdevel@vger.kernel.org
4223 S:      Supported
4224 F:      fs/dax.c
4225 F:      include/linux/dax.h
4226 F:      include/trace/events/fs_dax.h
4227
4228 DEVICE DIRECT ACCESS (DAX)
4229 M:      Dan Williams <dan.j.williams@intel.com>
4230 L:      linux-nvdimm@lists.01.org
4231 S:      Supported
4232 F:      drivers/dax/
4233
4234 DIRECTORY NOTIFICATION (DNOTIFY)
4235 M:      Jan Kara <jack@suse.cz>
4236 R:      Amir Goldstein <amir73il@gmail.com>
4237 L:      linux-fsdevel@vger.kernel.org
4238 S:      Maintained
4239 F:      Documentation/filesystems/dnotify.txt
4240 F:      fs/notify/dnotify/
4241 F:      include/linux/dnotify.h
4242
4243 DISK GEOMETRY AND PARTITION HANDLING
4244 M:      Andries Brouwer <aeb@cwi.nl>
4245 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
4246 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
4247 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
4248 S:      Maintained
4249
4250 DISKQUOTA
4251 M:      Jan Kara <jack@suse.com>
4252 S:      Maintained
4253 F:      Documentation/filesystems/quota.txt
4254 F:      fs/quota/
4255 F:      include/linux/quota*.h
4256 F:      include/uapi/linux/quota*.h
4257
4258 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
4259 M:      Bernie Thompson <bernie@plugable.com>
4260 L:      linux-fbdev@vger.kernel.org
4261 S:      Maintained
4262 W:      http://plugable.com/category/projects/udlfb/
4263 F:      drivers/video/fbdev/udlfb.c
4264 F:      include/video/udlfb.h
4265 F:      Documentation/fb/udlfb.txt
4266
4267 DISTRIBUTED LOCK MANAGER (DLM)
4268 M:      Christine Caulfield <ccaulfie@redhat.com>
4269 M:      David Teigland <teigland@redhat.com>
4270 L:      cluster-devel@redhat.com
4271 W:      http://sources.redhat.com/cluster/
4272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
4273 S:      Supported
4274 F:      fs/dlm/
4275
4276 DMA BUFFER SHARING FRAMEWORK
4277 M:      Sumit Semwal <sumit.semwal@linaro.org>
4278 S:      Maintained
4279 L:      linux-media@vger.kernel.org
4280 L:      dri-devel@lists.freedesktop.org
4281 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
4282 F:      drivers/dma-buf/
4283 F:      include/linux/dma-buf*
4284 F:      include/linux/reservation.h
4285 F:      include/linux/*fence.h
4286 F:      Documentation/driver-api/dma-buf.rst
4287 T:      git git://anongit.freedesktop.org/drm/drm-misc
4288
4289 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
4290 M:      Vinod Koul <vinod.koul@intel.com>
4291 L:      dmaengine@vger.kernel.org
4292 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4293 S:      Maintained
4294 F:      drivers/dma/
4295 F:      include/linux/dmaengine.h
4296 F:      Documentation/devicetree/bindings/dma/
4297 F:      Documentation/driver-api/dmaengine/
4298 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
4299
4300 DMA MAPPING HELPERS
4301 M:      Christoph Hellwig <hch@lst.de>
4302 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4303 R:      Robin Murphy <robin.murphy@arm.com>
4304 L:      iommu@lists.linux-foundation.org
4305 T:      git git://git.infradead.org/users/hch/dma-mapping.git
4306 W:      http://git.infradead.org/users/hch/dma-mapping.git
4307 S:      Supported
4308 F:      lib/dma-debug.c
4309 F:      lib/dma-noop.c
4310 F:      lib/dma-virt.c
4311 F:      drivers/base/dma-mapping.c
4312 F:      drivers/base/dma-coherent.c
4313 F:      include/linux/dma-mapping.h
4314
4315 DME1737 HARDWARE MONITOR DRIVER
4316 M:      Juerg Haefliger <juergh@gmail.com>
4317 L:      linux-hwmon@vger.kernel.org
4318 S:      Maintained
4319 F:      Documentation/hwmon/dme1737
4320 F:      drivers/hwmon/dme1737.c
4321
4322 DMI/SMBIOS SUPPORT
4323 M:      Jean Delvare <jdelvare@suse.com>
4324 S:      Maintained
4325 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
4326 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
4327 F:      drivers/firmware/dmi-id.c
4328 F:      drivers/firmware/dmi_scan.c
4329 F:      include/linux/dmi.h
4330
4331 DOCUMENTATION
4332 M:      Jonathan Corbet <corbet@lwn.net>
4333 L:      linux-doc@vger.kernel.org
4334 S:      Maintained
4335 F:      Documentation/
4336 F:      scripts/kernel-doc
4337 X:      Documentation/ABI/
4338 X:      Documentation/devicetree/
4339 X:      Documentation/acpi
4340 X:      Documentation/power
4341 X:      Documentation/spi
4342 X:      Documentation/media
4343 T:      git git://git.lwn.net/linux.git docs-next
4344
4345 DONGWOON DW9714 LENS VOICE COIL DRIVER
4346 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
4347 L:      linux-media@vger.kernel.org
4348 T:      git git://linuxtv.org/media_tree.git
4349 S:      Maintained
4350 F:      drivers/media/i2c/dw9714.c
4351
4352 DOUBLETALK DRIVER
4353 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
4354 L:      blinux-list@redhat.com
4355 S:      Maintained
4356 F:      drivers/char/dtlk.c
4357 F:      include/linux/dtlk.h
4358
4359 DPAA2 DATAPATH I/O (DPIO) DRIVER
4360 M:      Roy Pledge <Roy.Pledge@nxp.com>
4361 L:      linux-kernel@vger.kernel.org
4362 S:      Maintained
4363 F:      drivers/staging/fsl-mc/bus/dpio
4364
4365 DPAA2 ETHERNET DRIVER
4366 M:      Ioana Radulescu <ruxandra.radulescu@nxp.com>
4367 L:      linux-kernel@vger.kernel.org
4368 S:      Maintained
4369 F:      drivers/staging/fsl-dpaa2/ethernet
4370
4371 DPT_I2O SCSI RAID DRIVER
4372 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4373 L:      linux-scsi@vger.kernel.org
4374 W:      http://www.adaptec.com/
4375 S:      Maintained
4376 F:      drivers/scsi/dpt*
4377 F:      drivers/scsi/dpt/
4378
4379 DRBD DRIVER
4380 M:      Philipp Reisner <philipp.reisner@linbit.com>
4381 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
4382 L:      drbd-dev@lists.linbit.com
4383 W:      http://www.drbd.org
4384 T:      git git://git.linbit.com/linux-drbd.git
4385 T:      git git://git.linbit.com/drbd-8.4.git
4386 S:      Supported
4387 F:      drivers/block/drbd/
4388 F:      lib/lru_cache.c
4389 F:      Documentation/blockdev/drbd/
4390
4391 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
4392 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
4394 S:      Supported
4395 F:      Documentation/kobject.txt
4396 F:      drivers/base/
4397 F:      fs/debugfs/
4398 F:      fs/sysfs/
4399 F:      include/linux/debugfs.h
4400 F:      include/linux/kobj*
4401 F:      lib/kobj*
4402
4403 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
4404 M:      Kevin Hilman <khilman@kernel.org>
4405 M:      Nishanth Menon <nm@ti.com>
4406 S:      Maintained
4407 F:      drivers/power/avs/
4408 F:      include/linux/power/smartreflex.h
4409 L:      linux-pm@vger.kernel.org
4410
4411 DRM DRIVER FOR ARM PL111 CLCD
4412 M:      Eric Anholt <eric@anholt.net>
4413 T:      git git://anongit.freedesktop.org/drm/drm-misc
4414 S:      Supported
4415 F:      drivers/gpu/drm/pl111/
4416
4417 DRM DRIVER FOR AST SERVER GRAPHICS CHIPS
4418 M:      Dave Airlie <airlied@redhat.com>
4419 S:      Odd Fixes
4420 F:      drivers/gpu/drm/ast/
4421
4422 DRM DRIVER FOR BOCHS VIRTUAL GPU
4423 M:      Gerd Hoffmann <kraxel@redhat.com>
4424 L:      virtualization@lists.linux-foundation.org
4425 T:      git git://anongit.freedesktop.org/drm/drm-misc
4426 S:      Maintained
4427 F:      drivers/gpu/drm/bochs/
4428
4429 DRM DRIVER FOR FARADAY TVE200 TV ENCODER
4430 M:      Linus Walleij <linus.walleij@linaro.org>
4431 T:      git git://anongit.freedesktop.org/drm/drm-misc
4432 S:      Maintained
4433 F:      drivers/gpu/drm/tve200/
4434
4435 DRM DRIVER FOR INTEL I810 VIDEO CARDS
4436 S:      Orphan / Obsolete
4437 F:      drivers/gpu/drm/i810/
4438 F:      include/uapi/drm/i810_drm.h
4439
4440 DRM DRIVER FOR MATROX G200/G400 GRAPHICS CARDS
4441 S:      Orphan / Obsolete
4442 F:      drivers/gpu/drm/mga/
4443 F:      include/uapi/drm/mga_drm.h
4444
4445 DRM DRIVER FOR MGA G200 SERVER GRAPHICS CHIPS
4446 M:      Dave Airlie <airlied@redhat.com>
4447 S:      Odd Fixes
4448 F:      drivers/gpu/drm/mgag200/
4449
4450 DRM DRIVER FOR MI0283QT
4451 M:      Noralf Trønnes <noralf@tronnes.org>
4452 S:      Maintained
4453 F:      drivers/gpu/drm/tinydrm/mi0283qt.c
4454 F:      Documentation/devicetree/bindings/display/multi-inno,mi0283qt.txt
4455
4456 DRM DRIVER FOR MSM ADRENO GPU
4457 M:      Rob Clark <robdclark@gmail.com>
4458 L:      linux-arm-msm@vger.kernel.org
4459 L:      dri-devel@lists.freedesktop.org
4460 L:      freedreno@lists.freedesktop.org
4461 T:      git git://people.freedesktop.org/~robclark/linux
4462 S:      Maintained
4463 F:      drivers/gpu/drm/msm/
4464 F:      include/uapi/drm/msm_drm.h
4465 F:      Documentation/devicetree/bindings/display/msm/
4466
4467 DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS
4468 M:      Ben Skeggs <bskeggs@redhat.com>
4469 L:      dri-devel@lists.freedesktop.org
4470 L:      nouveau@lists.freedesktop.org
4471 T:      git git://github.com/skeggsb/linux
4472 S:      Supported
4473 F:      drivers/gpu/drm/nouveau/
4474 F:      include/uapi/drm/nouveau_drm.h
4475
4476 DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS
4477 M:      Noralf Trønnes <noralf@tronnes.org>
4478 S:      Maintained
4479 F:      drivers/gpu/drm/tinydrm/repaper.c
4480 F:      Documentation/devicetree/bindings/display/repaper.txt
4481
4482 DRM DRIVER FOR QEMU'S CIRRUS DEVICE
4483 M:      Dave Airlie <airlied@redhat.com>
4484 M:      Gerd Hoffmann <kraxel@redhat.com>
4485 L:      virtualization@lists.linux-foundation.org
4486 T:      git git://anongit.freedesktop.org/drm/drm-misc
4487 S:      Obsolete
4488 W:      https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
4489 F:      drivers/gpu/drm/cirrus/
4490
4491 DRM DRIVER FOR QXL VIRTUAL GPU
4492 M:      Dave Airlie <airlied@redhat.com>
4493 M:      Gerd Hoffmann <kraxel@redhat.com>
4494 L:      virtualization@lists.linux-foundation.org
4495 T:      git git://anongit.freedesktop.org/drm/drm-misc
4496 S:      Maintained
4497 F:      drivers/gpu/drm/qxl/
4498 F:      include/uapi/drm/qxl_drm.h
4499
4500 DRM DRIVER FOR RAGE 128 VIDEO CARDS
4501 S:      Orphan / Obsolete
4502 F:      drivers/gpu/drm/r128/
4503 F:      include/uapi/drm/r128_drm.h
4504
4505 DRM DRIVER FOR SAVAGE VIDEO CARDS
4506 S:      Orphan / Obsolete
4507 F:      drivers/gpu/drm/savage/
4508 F:      include/uapi/drm/savage_drm.h
4509
4510 DRM DRIVER FOR SIS VIDEO CARDS
4511 S:      Orphan / Obsolete
4512 F:      drivers/gpu/drm/sis/
4513 F:      include/uapi/drm/sis_drm.h
4514
4515 DRM DRIVER FOR SITRONIX ST7586 PANELS
4516 M:      David Lechner <david@lechnology.com>
4517 S:      Maintained
4518 F:      drivers/gpu/drm/tinydrm/st7586.c
4519 F:      Documentation/devicetree/bindings/display/st7586.txt
4520
4521 DRM DRIVER FOR TDFX VIDEO CARDS
4522 S:      Orphan / Obsolete
4523 F:      drivers/gpu/drm/tdfx/
4524
4525 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
4526 M:      Dave Airlie <airlied@redhat.com>
4527 S:      Odd Fixes
4528 F:      drivers/gpu/drm/udl/
4529
4530 DRM DRIVER FOR VMWARE VIRTUAL GPU
4531 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
4532 M:      Sinclair Yeh <syeh@vmware.com>
4533 M:      Thomas Hellstrom <thellstrom@vmware.com>
4534 L:      dri-devel@lists.freedesktop.org
4535 T:      git git://people.freedesktop.org/~syeh/repos_linux
4536 T:      git git://people.freedesktop.org/~thomash/linux
4537 S:      Supported
4538 F:      drivers/gpu/drm/vmwgfx/
4539 F:      include/uapi/drm/vmwgfx_drm.h
4540
4541 DRM DRIVERS
4542 M:      David Airlie <airlied@linux.ie>
4543 L:      dri-devel@lists.freedesktop.org
4544 T:      git git://people.freedesktop.org/~airlied/linux
4545 B:      https://bugs.freedesktop.org/
4546 C:      irc://chat.freenode.net/dri-devel
4547 S:      Maintained
4548 F:      drivers/gpu/drm/
4549 F:      drivers/gpu/vga/
4550 F:      Documentation/devicetree/bindings/display/
4551 F:      Documentation/devicetree/bindings/gpu/
4552 F:      Documentation/devicetree/bindings/video/
4553 F:      Documentation/gpu/
4554 F:      include/drm/
4555 F:      include/uapi/drm/
4556 F:      include/linux/vga*
4557
4558 DRM DRIVERS AND MISC GPU PATCHES
4559 M:      Daniel Vetter <daniel.vetter@intel.com>
4560 M:      Jani Nikula <jani.nikula@linux.intel.com>
4561 M:      Sean Paul <seanpaul@chromium.org>
4562 W:      https://01.org/linuxgraphics/gfx-docs/maintainer-tools/drm-misc.html
4563 S:      Maintained
4564 T:      git git://anongit.freedesktop.org/drm/drm-misc
4565 F:      Documentation/gpu/
4566 F:      drivers/gpu/vga/
4567 F:      drivers/gpu/drm/*
4568 F:      include/drm/drm*
4569 F:      include/uapi/drm/drm*
4570 F:      include/linux/vga*
4571
4572 DRM DRIVERS FOR ALLWINNER A10
4573 M:      Maxime Ripard  <maxime.ripard@free-electrons.com>
4574 L:      dri-devel@lists.freedesktop.org
4575 S:      Supported
4576 F:      drivers/gpu/drm/sun4i/
4577 F:      Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt
4578 T:      git git://anongit.freedesktop.org/drm/drm-misc
4579
4580 DRM DRIVERS FOR AMLOGIC SOCS
4581 M:      Neil Armstrong <narmstrong@baylibre.com>
4582 L:      dri-devel@lists.freedesktop.org
4583 L:      linux-amlogic@lists.infradead.org
4584 W:      http://linux-meson.com/
4585 S:      Supported
4586 F:      drivers/gpu/drm/meson/
4587 F:      Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt
4588 F:      Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
4589 F:      Documentation/gpu/meson.rst
4590 T:      git git://anongit.freedesktop.org/drm/drm-misc
4591
4592 DRM DRIVERS FOR ATMEL HLCDC
4593 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
4594 L:      dri-devel@lists.freedesktop.org
4595 S:      Supported
4596 F:      drivers/gpu/drm/atmel-hlcdc/
4597 F:      Documentation/devicetree/bindings/drm/atmel/
4598 T:      git git://anongit.freedesktop.org/drm/drm-misc
4599
4600 DRM DRIVERS FOR BRIDGE CHIPS
4601 M:      Archit Taneja <architt@codeaurora.org>
4602 M:      Andrzej Hajda <a.hajda@samsung.com>
4603 R:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
4604 S:      Maintained
4605 T:      git git://anongit.freedesktop.org/drm/drm-misc
4606 F:      drivers/gpu/drm/bridge/
4607
4608 DRM DRIVERS FOR EXYNOS
4609 M:      Inki Dae <inki.dae@samsung.com>
4610 M:      Joonyoung Shim <jy0922.shim@samsung.com>
4611 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
4612 M:      Kyungmin Park <kyungmin.park@samsung.com>
4613 L:      dri-devel@lists.freedesktop.org
4614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
4615 S:      Supported
4616 F:      drivers/gpu/drm/exynos/
4617 F:      include/uapi/drm/exynos_drm.h
4618 F:      Documentation/devicetree/bindings/display/exynos/
4619
4620 DRM DRIVERS FOR FREESCALE DCU
4621 M:      Stefan Agner <stefan@agner.ch>
4622 M:      Alison Wang <alison.wang@freescale.com>
4623 L:      dri-devel@lists.freedesktop.org
4624 S:      Supported
4625 F:      drivers/gpu/drm/fsl-dcu/
4626 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
4627 F:      Documentation/devicetree/bindings/display/fsl,tcon.txt
4628 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
4629
4630 DRM DRIVERS FOR FREESCALE IMX
4631 M:      Philipp Zabel <p.zabel@pengutronix.de>
4632 L:      dri-devel@lists.freedesktop.org
4633 S:      Maintained
4634 F:      drivers/gpu/drm/imx/
4635 F:      drivers/gpu/ipu-v3/
4636 F:      Documentation/devicetree/bindings/display/imx/
4637
4638 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
4639 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
4640 L:      dri-devel@lists.freedesktop.org
4641 T:      git git://github.com/patjak/drm-gma500
4642 S:      Maintained
4643 F:      drivers/gpu/drm/gma500/
4644
4645 DRM DRIVERS FOR HISILICON
4646 M:      Xinliang Liu <z.liuxinliang@hisilicon.com>
4647 M:      Rongrong Zou <zourongrong@gmail.com>
4648 R:      Xinwei Kong <kong.kongxinwei@hisilicon.com>
4649 R:      Chen Feng <puck.chen@hisilicon.com>
4650 L:      dri-devel@lists.freedesktop.org
4651 T:      git git://github.com/xin3liang/linux.git
4652 S:      Maintained
4653 F:      drivers/gpu/drm/hisilicon/
4654 F:      Documentation/devicetree/bindings/display/hisilicon/
4655
4656 DRM DRIVERS FOR MEDIATEK
4657 M:      CK Hu <ck.hu@mediatek.com>
4658 M:      Philipp Zabel <p.zabel@pengutronix.de>
4659 L:      dri-devel@lists.freedesktop.org
4660 S:      Supported
4661 F:      drivers/gpu/drm/mediatek/
4662 F:      Documentation/devicetree/bindings/display/mediatek/
4663
4664 DRM DRIVERS FOR NVIDIA TEGRA
4665 M:      Thierry Reding <thierry.reding@gmail.com>
4666 L:      dri-devel@lists.freedesktop.org
4667 L:      linux-tegra@vger.kernel.org
4668 T:      git git://anongit.freedesktop.org/tegra/linux.git
4669 S:      Supported
4670 F:      drivers/gpu/drm/tegra/
4671 F:      drivers/gpu/host1x/
4672 F:      include/linux/host1x.h
4673 F:      include/uapi/drm/tegra_drm.h
4674 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
4675
4676 DRM DRIVERS FOR RENESAS
4677 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
4678 L:      dri-devel@lists.freedesktop.org
4679 L:      linux-renesas-soc@vger.kernel.org
4680 T:      git git://linuxtv.org/pinchartl/fbdev
4681 S:      Supported
4682 F:      drivers/gpu/drm/rcar-du/
4683 F:      drivers/gpu/drm/shmobile/
4684 F:      include/linux/platform_data/shmob_drm.h
4685 F:      Documentation/devicetree/bindings/display/bridge/renesas,dw-hdmi.txt
4686 F:      Documentation/devicetree/bindings/display/renesas,du.txt
4687
4688 DRM DRIVERS FOR ROCKCHIP
4689 M:      Mark Yao <mark.yao@rock-chips.com>
4690 L:      dri-devel@lists.freedesktop.org
4691 S:      Maintained
4692 F:      drivers/gpu/drm/rockchip/
4693 F:      Documentation/devicetree/bindings/display/rockchip/
4694 T:      git git://anongit.freedesktop.org/drm/drm-misc
4695
4696 DRM DRIVERS FOR STI
4697 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4698 M:      Vincent Abriou <vincent.abriou@st.com>
4699 L:      dri-devel@lists.freedesktop.org
4700 T:      git git://anongit.freedesktop.org/drm/drm-misc
4701 S:      Maintained
4702 F:      drivers/gpu/drm/sti
4703 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
4704
4705 DRM DRIVERS FOR STM
4706 M:      Yannick Fertre <yannick.fertre@st.com>
4707 M:      Philippe Cornu <philippe.cornu@st.com>
4708 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
4709 M:      Vincent Abriou <vincent.abriou@st.com>
4710 L:      dri-devel@lists.freedesktop.org
4711 T:      git git://anongit.freedesktop.org/drm/drm-misc
4712 S:      Maintained
4713 F:      drivers/gpu/drm/stm
4714 F:      Documentation/devicetree/bindings/display/st,stm32-ltdc.txt
4715
4716 DRM DRIVERS FOR TI LCDC
4717 M:      Jyri Sarha <jsarha@ti.com>
4718 R:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4719 L:      dri-devel@lists.freedesktop.org
4720 S:      Maintained
4721 F:      drivers/gpu/drm/tilcdc/
4722 F:      Documentation/devicetree/bindings/display/tilcdc/
4723
4724 DRM DRIVERS FOR TI OMAP
4725 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4726 L:      dri-devel@lists.freedesktop.org
4727 S:      Maintained
4728 F:      drivers/gpu/drm/omapdrm/
4729 F:      Documentation/devicetree/bindings/display/ti/
4730
4731 DRM DRIVERS FOR VC4
4732 M:      Eric Anholt <eric@anholt.net>
4733 T:      git git://github.com/anholt/linux
4734 S:      Supported
4735 F:      drivers/gpu/drm/vc4/
4736 F:      include/uapi/drm/vc4_drm.h
4737 F:      Documentation/devicetree/bindings/display/brcm,bcm-vc4.txt
4738 T:      git git://anongit.freedesktop.org/drm/drm-misc
4739
4740 DRM DRIVERS FOR VIVANTE GPU IP
4741 M:      Lucas Stach <l.stach@pengutronix.de>
4742 R:      Russell King <linux+etnaviv@armlinux.org.uk>
4743 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
4744 L:      etnaviv@lists.freedesktop.org
4745 L:      dri-devel@lists.freedesktop.org
4746 S:      Maintained
4747 F:      drivers/gpu/drm/etnaviv/
4748 F:      include/uapi/drm/etnaviv_drm.h
4749 F:      Documentation/devicetree/bindings/display/etnaviv/
4750
4751 DRM DRIVERS FOR ZTE ZX
4752 M:      Shawn Guo <shawnguo@kernel.org>
4753 L:      dri-devel@lists.freedesktop.org
4754 S:      Maintained
4755 F:      drivers/gpu/drm/zte/
4756 F:      Documentation/devicetree/bindings/display/zte,vou.txt
4757 T:      git git://anongit.freedesktop.org/drm/drm-misc
4758
4759 DRM PANEL DRIVERS
4760 M:      Thierry Reding <thierry.reding@gmail.com>
4761 L:      dri-devel@lists.freedesktop.org
4762 T:      git git://anongit.freedesktop.org/drm/drm-misc
4763 S:      Maintained
4764 F:      drivers/gpu/drm/drm_panel.c
4765 F:      drivers/gpu/drm/panel/
4766 F:      include/drm/drm_panel.h
4767 F:      Documentation/devicetree/bindings/display/panel/
4768
4769 DRM TINYDRM DRIVERS
4770 M:      Noralf Trønnes <noralf@tronnes.org>
4771 W:      https://github.com/notro/tinydrm/wiki/Development
4772 T:      git git://anongit.freedesktop.org/drm/drm-misc
4773 S:      Maintained
4774 F:      drivers/gpu/drm/tinydrm/
4775 F:      include/drm/tinydrm/
4776
4777 DSBR100 USB FM RADIO DRIVER
4778 M:      Alexey Klimov <klimov.linux@gmail.com>
4779 L:      linux-media@vger.kernel.org
4780 T:      git git://linuxtv.org/media_tree.git
4781 S:      Maintained
4782 F:      drivers/media/radio/dsbr100.c
4783
4784 DSCC4 DRIVER
4785 M:      Francois Romieu <romieu@fr.zoreil.com>
4786 L:      netdev@vger.kernel.org
4787 S:      Maintained
4788 F:      drivers/net/wan/dscc4.c
4789
4790 DT3155 MEDIA DRIVER
4791 M:      Hans Verkuil <hverkuil@xs4all.nl>
4792 L:      linux-media@vger.kernel.org
4793 T:      git git://linuxtv.org/media_tree.git
4794 W:      https://linuxtv.org
4795 S:      Odd Fixes
4796 F:      drivers/media/pci/dt3155/
4797
4798 DVB_USB_AF9015 MEDIA DRIVER
4799 M:      Antti Palosaari <crope@iki.fi>
4800 L:      linux-media@vger.kernel.org
4801 W:      https://linuxtv.org
4802 W:      http://palosaari.fi/linux/
4803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4804 T:      git git://linuxtv.org/anttip/media_tree.git
4805 S:      Maintained
4806 F:      drivers/media/usb/dvb-usb-v2/af9015*
4807
4808 DVB_USB_AF9035 MEDIA DRIVER
4809 M:      Antti Palosaari <crope@iki.fi>
4810 L:      linux-media@vger.kernel.org
4811 W:      https://linuxtv.org
4812 W:      http://palosaari.fi/linux/
4813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4814 T:      git git://linuxtv.org/anttip/media_tree.git
4815 S:      Maintained
4816 F:      drivers/media/usb/dvb-usb-v2/af9035*
4817
4818 DVB_USB_ANYSEE MEDIA DRIVER
4819 M:      Antti Palosaari <crope@iki.fi>
4820 L:      linux-media@vger.kernel.org
4821 W:      https://linuxtv.org
4822 W:      http://palosaari.fi/linux/
4823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4824 T:      git git://linuxtv.org/anttip/media_tree.git
4825 S:      Maintained
4826 F:      drivers/media/usb/dvb-usb-v2/anysee*
4827
4828 DVB_USB_AU6610 MEDIA DRIVER
4829 M:      Antti Palosaari <crope@iki.fi>
4830 L:      linux-media@vger.kernel.org
4831 W:      https://linuxtv.org
4832 W:      http://palosaari.fi/linux/
4833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4834 T:      git git://linuxtv.org/anttip/media_tree.git
4835 S:      Maintained
4836 F:      drivers/media/usb/dvb-usb-v2/au6610*
4837
4838 DVB_USB_CE6230 MEDIA DRIVER
4839 M:      Antti Palosaari <crope@iki.fi>
4840 L:      linux-media@vger.kernel.org
4841 W:      https://linuxtv.org
4842 W:      http://palosaari.fi/linux/
4843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4844 T:      git git://linuxtv.org/anttip/media_tree.git
4845 S:      Maintained
4846 F:      drivers/media/usb/dvb-usb-v2/ce6230*
4847
4848 DVB_USB_CXUSB MEDIA DRIVER
4849 M:      Michael Krufky <mkrufky@linuxtv.org>
4850 L:      linux-media@vger.kernel.org
4851 W:      https://linuxtv.org
4852 W:      http://github.com/mkrufky
4853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4854 T:      git git://linuxtv.org/media_tree.git
4855 S:      Maintained
4856 F:      drivers/media/usb/dvb-usb/cxusb*
4857
4858 DVB_USB_EC168 MEDIA DRIVER
4859 M:      Antti Palosaari <crope@iki.fi>
4860 L:      linux-media@vger.kernel.org
4861 W:      https://linuxtv.org
4862 W:      http://palosaari.fi/linux/
4863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4864 T:      git git://linuxtv.org/anttip/media_tree.git
4865 S:      Maintained
4866 F:      drivers/media/usb/dvb-usb-v2/ec168*
4867
4868 DVB_USB_GL861 MEDIA DRIVER
4869 M:      Antti Palosaari <crope@iki.fi>
4870 L:      linux-media@vger.kernel.org
4871 W:      https://linuxtv.org
4872 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4873 T:      git git://linuxtv.org/anttip/media_tree.git
4874 S:      Maintained
4875 F:      drivers/media/usb/dvb-usb-v2/gl861*
4876
4877 DVB_USB_MXL111SF MEDIA DRIVER
4878 M:      Michael Krufky <mkrufky@linuxtv.org>
4879 L:      linux-media@vger.kernel.org
4880 W:      https://linuxtv.org
4881 W:      http://github.com/mkrufky
4882 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4883 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4884 S:      Maintained
4885 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4886
4887 DVB_USB_RTL28XXU MEDIA DRIVER
4888 M:      Antti Palosaari <crope@iki.fi>
4889 L:      linux-media@vger.kernel.org
4890 W:      https://linuxtv.org
4891 W:      http://palosaari.fi/linux/
4892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4893 T:      git git://linuxtv.org/anttip/media_tree.git
4894 S:      Maintained
4895 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4896
4897 DVB_USB_V2 MEDIA DRIVER
4898 M:      Antti Palosaari <crope@iki.fi>
4899 L:      linux-media@vger.kernel.org
4900 W:      https://linuxtv.org
4901 W:      http://palosaari.fi/linux/
4902 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4903 T:      git git://linuxtv.org/anttip/media_tree.git
4904 S:      Maintained
4905 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4906 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4907
4908 DYNAMIC DEBUG
4909 M:      Jason Baron <jbaron@akamai.com>
4910 S:      Maintained
4911 F:      lib/dynamic_debug.c
4912 F:      include/linux/dynamic_debug.h
4913
4914 DZ DECSTATION DZ11 SERIAL DRIVER
4915 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4916 S:      Maintained
4917 F:      drivers/tty/serial/dz.*
4918
4919 E3X0 POWER BUTTON DRIVER
4920 M:      Moritz Fischer <moritz.fischer@ettus.com>
4921 L:      usrp-users@lists.ettus.com
4922 W:      http://www.ettus.com
4923 S:      Supported
4924 F:      drivers/input/misc/e3x0-button.c
4925 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4926
4927 E4000 MEDIA DRIVER
4928 M:      Antti Palosaari <crope@iki.fi>
4929 L:      linux-media@vger.kernel.org
4930 W:      https://linuxtv.org
4931 W:      http://palosaari.fi/linux/
4932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4933 T:      git git://linuxtv.org/anttip/media_tree.git
4934 S:      Maintained
4935 F:      drivers/media/tuners/e4000*
4936
4937 EATA ISA/EISA/PCI SCSI DRIVER
4938 M:      Dario Ballabio <ballabio_dario@emc.com>
4939 L:      linux-scsi@vger.kernel.org
4940 S:      Maintained
4941 F:      drivers/scsi/eata.c
4942
4943 EC100 MEDIA DRIVER
4944 M:      Antti Palosaari <crope@iki.fi>
4945 L:      linux-media@vger.kernel.org
4946 W:      https://linuxtv.org
4947 W:      http://palosaari.fi/linux/
4948 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4949 T:      git git://linuxtv.org/anttip/media_tree.git
4950 S:      Maintained
4951 F:      drivers/media/dvb-frontends/ec100*
4952
4953 ECRYPT FILE SYSTEM
4954 M:      Tyler Hicks <tyhicks@canonical.com>
4955 L:      ecryptfs@vger.kernel.org
4956 W:      http://ecryptfs.org
4957 W:      https://launchpad.net/ecryptfs
4958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4959 S:      Supported
4960 F:      Documentation/filesystems/ecryptfs.txt
4961 F:      fs/ecryptfs/
4962
4963 EDAC-AMD64
4964 M:      Borislav Petkov <bp@alien8.de>
4965 L:      linux-edac@vger.kernel.org
4966 S:      Maintained
4967 F:      drivers/edac/amd64_edac*
4968
4969 EDAC-CALXEDA
4970 M:      Robert Richter <rric@kernel.org>
4971 L:      linux-edac@vger.kernel.org
4972 S:      Maintained
4973 F:      drivers/edac/highbank*
4974
4975 EDAC-CAVIUM OCTEON
4976 M:      Ralf Baechle <ralf@linux-mips.org>
4977 M:      David Daney <david.daney@cavium.com>
4978 L:      linux-edac@vger.kernel.org
4979 L:      linux-mips@linux-mips.org
4980 S:      Supported
4981 F:      drivers/edac/octeon_edac*
4982
4983 EDAC-CAVIUM THUNDERX
4984 M:      David Daney <david.daney@cavium.com>
4985 M:      Jan Glauber <jglauber@cavium.com>
4986 L:      linux-edac@vger.kernel.org
4987 S:      Supported
4988 F:      drivers/edac/thunderx_edac*
4989
4990 EDAC-CORE
4991 M:      Borislav Petkov <bp@alien8.de>
4992 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
4993 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
4994 L:      linux-edac@vger.kernel.org
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4997 S:      Supported
4998 F:      Documentation/admin-guide/ras.rst
4999 F:      Documentation/driver-api/edac.rst
5000 F:      drivers/edac/
5001 F:      include/linux/edac.h
5002
5003 EDAC-E752X
5004 M:      Mark Gross <mark.gross@intel.com>
5005 L:      linux-edac@vger.kernel.org
5006 S:      Maintained
5007 F:      drivers/edac/e752x_edac.c
5008
5009 EDAC-E7XXX
5010 L:      linux-edac@vger.kernel.org
5011 S:      Maintained
5012 F:      drivers/edac/e7xxx_edac.c
5013
5014 EDAC-FSL_DDR
5015 M:      York Sun <york.sun@nxp.com>
5016 L:      linux-edac@vger.kernel.org
5017 S:      Maintained
5018 F:      drivers/edac/fsl_ddr_edac.*
5019
5020 EDAC-GHES
5021 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5022 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5023 L:      linux-edac@vger.kernel.org
5024 S:      Maintained
5025 F:      drivers/edac/ghes_edac.c
5026
5027 EDAC-I3000
5028 L:      linux-edac@vger.kernel.org
5029 S:      Orphan
5030 F:      drivers/edac/i3000_edac.c
5031
5032 EDAC-I5000
5033 L:      linux-edac@vger.kernel.org
5034 S:      Maintained
5035 F:      drivers/edac/i5000_edac.c
5036
5037 EDAC-I5400
5038 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5039 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5040 L:      linux-edac@vger.kernel.org
5041 S:      Maintained
5042 F:      drivers/edac/i5400_edac.c
5043
5044 EDAC-I7300
5045 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5046 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5047 L:      linux-edac@vger.kernel.org
5048 S:      Maintained
5049 F:      drivers/edac/i7300_edac.c
5050
5051 EDAC-I7CORE
5052 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5053 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5054 L:      linux-edac@vger.kernel.org
5055 S:      Maintained
5056 F:      drivers/edac/i7core_edac.c
5057
5058 EDAC-I82443BXGX
5059 M:      Tim Small <tim@buttersideup.com>
5060 L:      linux-edac@vger.kernel.org
5061 S:      Maintained
5062 F:      drivers/edac/i82443bxgx_edac.c
5063
5064 EDAC-I82975X
5065 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
5066 M:      "Arvind R." <arvino55@gmail.com>
5067 L:      linux-edac@vger.kernel.org
5068 S:      Maintained
5069 F:      drivers/edac/i82975x_edac.c
5070
5071 EDAC-IE31200
5072 M:      Jason Baron <jbaron@akamai.com>
5073 L:      linux-edac@vger.kernel.org
5074 S:      Maintained
5075 F:      drivers/edac/ie31200_edac.c
5076
5077 EDAC-MPC85XX
5078 M:      Johannes Thumshirn <morbidrsa@gmail.com>
5079 L:      linux-edac@vger.kernel.org
5080 S:      Maintained
5081 F:      drivers/edac/mpc85xx_edac.[ch]
5082
5083 EDAC-PASEMI
5084 M:      Egor Martovetsky <egor@pasemi.com>
5085 L:      linux-edac@vger.kernel.org
5086 S:      Maintained
5087 F:      drivers/edac/pasemi_edac.c
5088
5089 EDAC-PND2
5090 M:      Tony Luck <tony.luck@intel.com>
5091 L:      linux-edac@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/edac/pnd2_edac.[ch]
5094
5095 EDAC-R82600
5096 M:      Tim Small <tim@buttersideup.com>
5097 L:      linux-edac@vger.kernel.org
5098 S:      Maintained
5099 F:      drivers/edac/r82600_edac.c
5100
5101 EDAC-SBRIDGE
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/sb_edac.c
5107
5108 EDAC-SKYLAKE
5109 M:      Tony Luck <tony.luck@intel.com>
5110 L:      linux-edac@vger.kernel.org
5111 S:      Maintained
5112 F:      drivers/edac/skx_edac.c
5113
5114 EDIROL UA-101/UA-1000 DRIVER
5115 M:      Clemens Ladisch <clemens@ladisch.de>
5116 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5117 T:      git git://git.alsa-project.org/alsa-kernel.git
5118 S:      Maintained
5119 F:      sound/usb/misc/ua101.c
5120
5121 EFI TEST DRIVER
5122 L:      linux-efi@vger.kernel.org
5123 M:      Ivan Hu <ivan.hu@canonical.com>
5124 M:      Matt Fleming <matt@codeblueprint.co.uk>
5125 S:      Maintained
5126 F:      drivers/firmware/efi/test/
5127
5128 EFI VARIABLE FILESYSTEM
5129 M:      Matthew Garrett <matthew.garrett@nebula.com>
5130 M:      Jeremy Kerr <jk@ozlabs.org>
5131 M:      Matt Fleming <matt@codeblueprint.co.uk>
5132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
5133 L:      linux-efi@vger.kernel.org
5134 S:      Maintained
5135 F:      fs/efivarfs/
5136
5137 EFIFB FRAMEBUFFER DRIVER
5138 L:      linux-fbdev@vger.kernel.org
5139 M:      Peter Jones <pjones@redhat.com>
5140 S:      Maintained
5141 F:      drivers/video/fbdev/efifb.c
5142
5143 EFS FILESYSTEM
5144 W:      http://aeschi.ch.eu.org/efs/
5145 S:      Orphan
5146 F:      fs/efs/
5147
5148 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
5149 M:      Douglas Miller <dougmill@linux.vnet.ibm.com>
5150 L:      netdev@vger.kernel.org
5151 S:      Maintained
5152 F:      drivers/net/ethernet/ibm/ehea/
5153
5154 EM28XX VIDEO4LINUX DRIVER
5155 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
5156 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
5157 L:      linux-media@vger.kernel.org
5158 W:      https://linuxtv.org
5159 T:      git git://linuxtv.org/media_tree.git
5160 S:      Maintained
5161 F:      drivers/media/usb/em28xx/
5162 F:      Documentation/media/v4l-drivers/em28xx*
5163
5164 EMBEDDED LINUX
5165 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
5166 M:      Matt Mackall <mpm@selenic.com>
5167 M:      David Woodhouse <dwmw2@infradead.org>
5168 L:      linux-embedded@vger.kernel.org
5169 S:      Maintained
5170
5171 Emulex 10Gbps iSCSI - OneConnect DRIVER
5172 M:      Subbu Seetharaman <subbu.seetharaman@broadcom.com>
5173 M:      Ketan Mukadam <ketan.mukadam@broadcom.com>
5174 M:      Jitendra Bhivare <jitendra.bhivare@broadcom.com>
5175 L:      linux-scsi@vger.kernel.org
5176 W:      http://www.broadcom.com
5177 S:      Supported
5178 F:      drivers/scsi/be2iscsi/
5179
5180 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER (be2net)
5181 M:      Sathya Perla <sathya.perla@broadcom.com>
5182 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
5183 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
5184 M:      Somnath Kotur <somnath.kotur@broadcom.com>
5185 L:      netdev@vger.kernel.org
5186 W:      http://www.emulex.com
5187 S:      Supported
5188 F:      drivers/net/ethernet/emulex/benet/
5189
5190 EMULEX ONECONNECT ROCE DRIVER
5191 M:      Selvin Xavier <selvin.xavier@broadcom.com>
5192 M:      Devesh Sharma <devesh.sharma@broadcom.com>
5193 L:      linux-rdma@vger.kernel.org
5194 W:      http://www.broadcom.com
5195 S:      Odd Fixes
5196 F:      drivers/infiniband/hw/ocrdma/
5197 F:      include/uapi/rdma/ocrdma-abi.h
5198
5199 EMULEX/BROADCOM LPFC FC/FCOE SCSI DRIVER
5200 M:      James Smart <james.smart@broadcom.com>
5201 M:      Dick Kennedy <dick.kennedy@broadcom.com>
5202 L:      linux-scsi@vger.kernel.org
5203 W:      http://www.broadcom.com
5204 S:      Supported
5205 F:      drivers/scsi/lpfc/
5206
5207 ENE CB710 FLASH CARD READER DRIVER
5208 M:      Michał Mirosław <mirq-linux@rere.qmqm.pl>
5209 S:      Maintained
5210 F:      drivers/misc/cb710/
5211 F:      drivers/mmc/host/cb710-mmc.*
5212 F:      include/linux/cb710.h
5213
5214 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
5215 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5216 S:      Maintained
5217 F:      drivers/media/rc/ene_ir.*
5218
5219 EPSON S1D13XXX FRAMEBUFFER DRIVER
5220 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
5221 S:      Maintained
5222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
5223 F:      drivers/video/fbdev/s1d13xxxfb.c
5224 F:      include/video/s1d13xxxfb.h
5225
5226 ERRSEQ ERROR TRACKING INFRASTRUCTURE
5227 M:      Jeff Layton <jlayton@kernel.org>
5228 S:      Maintained
5229 F:      lib/errseq.c
5230 F:      include/linux/errseq.h
5231
5232 ET131X NETWORK DRIVER
5233 M:      Mark Einon <mark.einon@gmail.com>
5234 S:      Odd Fixes
5235 F:      drivers/net/ethernet/agere/
5236
5237 ETHERNET BRIDGE
5238 M:      Stephen Hemminger <stephen@networkplumber.org>
5239 L:      bridge@lists.linux-foundation.org (moderated for non-subscribers)
5240 L:      netdev@vger.kernel.org
5241 W:      http://www.linuxfoundation.org/en/Net:Bridge
5242 S:      Maintained
5243 F:      include/linux/netfilter_bridge/
5244 F:      net/bridge/
5245
5246 ETHERNET PHY LIBRARY
5247 M:      Andrew Lunn <andrew@lunn.ch>
5248 M:      Florian Fainelli <f.fainelli@gmail.com>
5249 L:      netdev@vger.kernel.org
5250 S:      Maintained
5251 F:      Documentation/ABI/testing/sysfs-bus-mdio
5252 F:      Documentation/devicetree/bindings/net/mdio*
5253 F:      Documentation/networking/phy.txt
5254 F:      drivers/net/phy/
5255 F:      drivers/of/of_mdio.c
5256 F:      drivers/of/of_net.c
5257 F:      include/linux/*mdio*.h
5258 F:      include/linux/of_net.h
5259 F:      include/linux/phy.h
5260 F:      include/linux/phy_fixed.h
5261 F:      include/linux/platform_data/mdio-gpio.h
5262 F:      include/linux/platform_data/mdio-bcm-unimac.h
5263 F:      include/trace/events/mdio.h
5264 F:      include/uapi/linux/mdio.h
5265 F:      include/uapi/linux/mii.h
5266
5267 EXT2 FILE SYSTEM
5268 M:      Jan Kara <jack@suse.com>
5269 L:      linux-ext4@vger.kernel.org
5270 S:      Maintained
5271 F:      Documentation/filesystems/ext2.txt
5272 F:      fs/ext2/
5273 F:      include/linux/ext2*
5274
5275 EXT4 FILE SYSTEM
5276 M:      "Theodore Ts'o" <tytso@mit.edu>
5277 M:      Andreas Dilger <adilger.kernel@dilger.ca>
5278 L:      linux-ext4@vger.kernel.org
5279 W:      http://ext4.wiki.kernel.org
5280 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
5281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
5282 S:      Maintained
5283 F:      Documentation/filesystems/ext4.txt
5284 F:      fs/ext4/
5285
5286 Extended Verification Module (EVM)
5287 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5288 L:      linux-integrity@vger.kernel.org
5289 S:      Supported
5290 F:      security/integrity/evm/
5291
5292 EXTENSIBLE FIRMWARE INTERFACE (EFI)
5293 M:      Matt Fleming <matt@codeblueprint.co.uk>
5294 M:      Ard Biesheuvel <ard.biesheuvel@linaro.org>
5295 L:      linux-efi@vger.kernel.org
5296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git
5297 S:      Maintained
5298 F:      Documentation/efi-stub.txt
5299 F:      arch/*/kernel/efi.c
5300 F:      arch/x86/boot/compressed/eboot.[ch]
5301 F:      arch/*/include/asm/efi.h
5302 F:      arch/x86/platform/efi/
5303 F:      drivers/firmware/efi/
5304 F:      include/linux/efi*.h
5305 F:      arch/arm/boot/compressed/efi-header.S
5306 F:      arch/arm64/kernel/efi-entry.S
5307
5308 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
5309 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
5310 M:      Chanwoo Choi <cw00.choi@samsung.com>
5311 L:      linux-kernel@vger.kernel.org
5312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
5313 S:      Maintained
5314 F:      drivers/extcon/
5315 F:      include/linux/extcon/
5316 F:      include/linux/extcon.h
5317 F:      Documentation/extcon/
5318 F:      Documentation/devicetree/bindings/extcon/
5319
5320 EXYNOS DP DRIVER
5321 M:      Jingoo Han <jingoohan1@gmail.com>
5322 L:      dri-devel@lists.freedesktop.org
5323 S:      Maintained
5324 F:      drivers/gpu/drm/exynos/exynos_dp*
5325
5326 EXYNOS SYSMMU (IOMMU) driver
5327 M:      Marek Szyprowski <m.szyprowski@samsung.com>
5328 L:      iommu@lists.linux-foundation.org
5329 S:      Maintained
5330 F:      drivers/iommu/exynos-iommu.c
5331
5332 EZchip NPS platform support
5333 M:      Elad Kanfi <eladkan@mellanox.com>
5334 M:      Vineet Gupta <vgupta@synopsys.com>
5335 S:      Supported
5336 F:      arch/arc/plat-eznps
5337 F:      arch/arc/boot/dts/eznps.dts
5338
5339 F2FS FILE SYSTEM
5340 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5341 M:      Chao Yu <yuchao0@huawei.com>
5342 L:      linux-f2fs-devel@lists.sourceforge.net
5343 W:      https://f2fs.wiki.kernel.org/
5344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
5345 S:      Maintained
5346 F:      Documentation/filesystems/f2fs.txt
5347 F:      Documentation/ABI/testing/sysfs-fs-f2fs
5348 F:      fs/f2fs/
5349 F:      include/linux/f2fs_fs.h
5350 F:      include/trace/events/f2fs.h
5351
5352 F71805F HARDWARE MONITORING DRIVER
5353 M:      Jean Delvare <jdelvare@suse.com>
5354 L:      linux-hwmon@vger.kernel.org
5355 S:      Maintained
5356 F:      Documentation/hwmon/f71805f
5357 F:      drivers/hwmon/f71805f.c
5358
5359 FANOTIFY
5360 M:      Jan Kara <jack@suse.cz>
5361 R:      Amir Goldstein <amir73il@gmail.com>
5362 L:      linux-fsdevel@vger.kernel.org
5363 S:      Maintained
5364 F:      fs/notify/fanotify/
5365 F:      include/linux/fanotify.h
5366 F:      include/uapi/linux/fanotify.h
5367
5368 FARSYNC SYNCHRONOUS DRIVER
5369 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
5370 W:      http://www.farsite.co.uk/
5371 S:      Supported
5372 F:      drivers/net/wan/farsync.*
5373
5374 FAULT INJECTION SUPPORT
5375 M:      Akinobu Mita <akinobu.mita@gmail.com>
5376 S:      Supported
5377 F:      Documentation/fault-injection/
5378 F:      lib/fault-inject.c
5379
5380 FBTFT Framebuffer drivers
5381 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5382 S:      Maintained
5383 F:      drivers/staging/fbtft/
5384
5385 FC0011 TUNER DRIVER
5386 M:      Michael Buesch <m@bues.ch>
5387 L:      linux-media@vger.kernel.org
5388 S:      Maintained
5389 F:      drivers/media/tuners/fc0011.h
5390 F:      drivers/media/tuners/fc0011.c
5391
5392 FC2580 MEDIA DRIVER
5393 M:      Antti Palosaari <crope@iki.fi>
5394 L:      linux-media@vger.kernel.org
5395 W:      https://linuxtv.org
5396 W:      http://palosaari.fi/linux/
5397 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5398 T:      git git://linuxtv.org/anttip/media_tree.git
5399 S:      Maintained
5400 F:      drivers/media/tuners/fc2580*
5401
5402 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
5403 M:      Johannes Thumshirn <jth@kernel.org>
5404 L:      fcoe-devel@open-fcoe.org
5405 W:      www.Open-FCoE.org
5406 S:      Supported
5407 F:      drivers/scsi/libfc/
5408 F:      drivers/scsi/fcoe/
5409 F:      include/scsi/fc/
5410 F:      include/scsi/libfc.h
5411 F:      include/scsi/libfcoe.h
5412 F:      include/uapi/scsi/fc/
5413
5414 FILE LOCKING (flock() and fcntl()/lockf())
5415 M:      Jeff Layton <jlayton@kernel.org>
5416 M:      "J. Bruce Fields" <bfields@fieldses.org>
5417 L:      linux-fsdevel@vger.kernel.org
5418 S:      Maintained
5419 F:      include/linux/fcntl.h
5420 F:      include/uapi/linux/fcntl.h
5421 F:      fs/fcntl.c
5422 F:      fs/locks.c
5423
5424 FILESYSTEMS (VFS and infrastructure)
5425 M:      Alexander Viro <viro@zeniv.linux.org.uk>
5426 L:      linux-fsdevel@vger.kernel.org
5427 S:      Maintained
5428 F:      fs/*
5429 F:      include/linux/fs.h
5430 F:      include/uapi/linux/fs.h
5431
5432 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5433 M:      Riku Voipio <riku.voipio@iki.fi>
5434 L:      linux-hwmon@vger.kernel.org
5435 S:      Maintained
5436 F:      drivers/hwmon/f75375s.c
5437 F:      include/linux/f75375s.h
5438
5439 FIREWIRE AUDIO DRIVERS
5440 M:      Clemens Ladisch <clemens@ladisch.de>
5441 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5442 T:      git git://git.alsa-project.org/alsa-kernel.git
5443 S:      Maintained
5444 F:      sound/firewire/
5445
5446 FIREWIRE MEDIA DRIVERS (firedtv)
5447 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5448 L:      linux-media@vger.kernel.org
5449 L:      linux1394-devel@lists.sourceforge.net
5450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5451 S:      Maintained
5452 F:      drivers/media/firewire/
5453
5454 FIREWIRE SBP-2 TARGET
5455 M:      Chris Boot <bootc@bootc.net>
5456 L:      linux-scsi@vger.kernel.org
5457 L:      target-devel@vger.kernel.org
5458 L:      linux1394-devel@lists.sourceforge.net
5459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
5460 S:      Maintained
5461 F:      drivers/target/sbp/
5462
5463 FIREWIRE SUBSYSTEM
5464 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
5465 L:      linux1394-devel@lists.sourceforge.net
5466 W:      http://ieee1394.wiki.kernel.org/
5467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
5468 S:      Maintained
5469 F:      drivers/firewire/
5470 F:      include/linux/firewire.h
5471 F:      include/uapi/linux/firewire*.h
5472 F:      tools/firewire/
5473
5474 FIRMWARE LOADER (request_firmware)
5475 M:      Luis R. Rodriguez <mcgrof@kernel.org>
5476 L:      linux-kernel@vger.kernel.org
5477 S:      Maintained
5478 F:      Documentation/firmware_class/
5479 F:      drivers/base/firmware*.c
5480 F:      include/linux/firmware.h
5481
5482 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
5483 M:      Joshua Morris <josh.h.morris@us.ibm.com>
5484 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
5485 S:      Maintained
5486 F:      drivers/block/rsxx/
5487
5488 FLOPPY DRIVER
5489 M:      Jiri Kosina <jikos@kernel.org>
5490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
5491 S:      Odd fixes
5492 F:      drivers/block/floppy.c
5493
5494 FMC SUBSYSTEM
5495 M:      Alessandro Rubini <rubini@gnudd.com>
5496 W:      http://www.ohwr.org/projects/fmc-bus
5497 S:      Supported
5498 F:      drivers/fmc/
5499 F:      include/linux/fmc*.h
5500 F:      include/linux/ipmi-fru.h
5501 K:      fmc_d.*register
5502
5503 FPGA MANAGER FRAMEWORK
5504 M:      Alan Tull <atull@kernel.org>
5505 M:      Moritz Fischer <mdf@kernel.org>
5506 L:      linux-fpga@vger.kernel.org
5507 S:      Maintained
5508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git
5509 Q:      http://patchwork.kernel.org/project/linux-fpga/list/
5510 F:      Documentation/fpga/
5511 F:      Documentation/devicetree/bindings/fpga/
5512 F:      drivers/fpga/
5513 F:      include/linux/fpga/
5514 W:      http://www.rocketboards.org
5515
5516 FPU EMULATOR
5517 M:      Bill Metzenthen <billm@melbpc.org.au>
5518 W:      http://floatingpoint.sourceforge.net/emulator/index.html
5519 S:      Maintained
5520 F:      arch/x86/math-emu/
5521
5522 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
5523 L:      netdev@vger.kernel.org
5524 S:      Orphan
5525 F:      drivers/net/wan/dlci.c
5526 F:      drivers/net/wan/sdla.c
5527
5528 FRAMEBUFFER LAYER
5529 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5530 L:      dri-devel@lists.freedesktop.org
5531 L:      linux-fbdev@vger.kernel.org
5532 T:      git git://github.com/bzolnier/linux.git
5533 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
5534 S:      Maintained
5535 F:      Documentation/fb/
5536 F:      drivers/video/
5537 F:      include/video/
5538 F:      include/linux/fb.h
5539 F:      include/uapi/video/
5540 F:      include/uapi/linux/fb.h
5541
5542 FREESCALE CAAM (Cryptographic Acceleration and Assurance Module) DRIVER
5543 M:      Horia Geantă <horia.geanta@nxp.com>
5544 M:      Aymen Sghaier <aymen.sghaier@nxp.com>
5545 L:      linux-crypto@vger.kernel.org
5546 S:      Maintained
5547 F:      drivers/crypto/caam/
5548 F:      Documentation/devicetree/bindings/crypto/fsl-sec4.txt
5549
5550 FREESCALE DIU FRAMEBUFFER DRIVER
5551 M:      Timur Tabi <timur@tabi.org>
5552 L:      linux-fbdev@vger.kernel.org
5553 S:      Maintained
5554 F:      drivers/video/fbdev/fsl-diu-fb.*
5555
5556 FREESCALE DMA DRIVER
5557 M:      Li Yang <leoyang.li@nxp.com>
5558 M:      Zhang Wei <zw@zh-kernel.org>
5559 L:      linuxppc-dev@lists.ozlabs.org
5560 S:      Maintained
5561 F:      drivers/dma/fsldma.*
5562
5563 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
5564 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
5565 L:      netdev@vger.kernel.org
5566 S:      Maintained
5567 F:      drivers/net/ethernet/freescale/gianfar*
5568 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
5569 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
5570
5571 FREESCALE GPMI NAND DRIVER
5572 M:      Han Xu <han.xu@nxp.com>
5573 L:      linux-mtd@lists.infradead.org
5574 S:      Maintained
5575 F:      drivers/mtd/nand/gpmi-nand/*
5576
5577 FREESCALE I2C CPM DRIVER
5578 M:      Jochen Friedrich <jochen@scram.de>
5579 L:      linuxppc-dev@lists.ozlabs.org
5580 L:      linux-i2c@vger.kernel.org
5581 S:      Maintained
5582 F:      drivers/i2c/busses/i2c-cpm.c
5583
5584 FREESCALE IMX / MXC FEC DRIVER
5585 M:      Fugang Duan <fugang.duan@nxp.com>
5586 L:      netdev@vger.kernel.org
5587 S:      Maintained
5588 F:      drivers/net/ethernet/freescale/fec_main.c
5589 F:      drivers/net/ethernet/freescale/fec_ptp.c
5590 F:      drivers/net/ethernet/freescale/fec.h
5591 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
5592
5593 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
5594 M:      Sascha Hauer <kernel@pengutronix.de>
5595 L:      linux-fbdev@vger.kernel.org
5596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5597 S:      Maintained
5598 F:      include/linux/platform_data/video-imxfb.h
5599 F:      drivers/video/fbdev/imxfb.c
5600
5601 FREESCALE QORIQ DPAA ETHERNET DRIVER
5602 M:      Madalin Bucur <madalin.bucur@nxp.com>
5603 L:      netdev@vger.kernel.org
5604 S:      Maintained
5605 F:      drivers/net/ethernet/freescale/dpaa
5606
5607 FREESCALE QORIQ DPAA FMAN DRIVER
5608 M:      Madalin Bucur <madalin.bucur@nxp.com>
5609 L:      netdev@vger.kernel.org
5610 S:      Maintained
5611 F:      drivers/net/ethernet/freescale/fman
5612 F:      Documentation/devicetree/bindings/powerpc/fsl/fman.txt
5613
5614 FREESCALE QUAD SPI DRIVER
5615 M:      Han Xu <han.xu@nxp.com>
5616 L:      linux-mtd@lists.infradead.org
5617 S:      Maintained
5618 F:      drivers/mtd/spi-nor/fsl-quadspi.c
5619
5620 FREESCALE QUICC ENGINE LIBRARY
5621 M:      Qiang Zhao <qiang.zhao@nxp.com>
5622 L:      linuxppc-dev@lists.ozlabs.org
5623 S:      Maintained
5624 F:      drivers/soc/fsl/qe/
5625 F:      include/soc/fsl/*qe*.h
5626 F:      include/soc/fsl/*ucc*.h
5627
5628 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
5629 M:      Li Yang <leoyang.li@nxp.com>
5630 L:      netdev@vger.kernel.org
5631 L:      linuxppc-dev@lists.ozlabs.org
5632 S:      Maintained
5633 F:      drivers/net/ethernet/freescale/ucc_geth*
5634
5635 FREESCALE QUICC ENGINE UCC HDLC DRIVER
5636 M:      Zhao Qiang <qiang.zhao@nxp.com>
5637 L:      netdev@vger.kernel.org
5638 L:      linuxppc-dev@lists.ozlabs.org
5639 S:      Maintained
5640 F:      drivers/net/wan/fsl_ucc_hdlc*
5641
5642 FREESCALE QUICC ENGINE UCC UART DRIVER
5643 M:      Timur Tabi <timur@tabi.org>
5644 L:      linuxppc-dev@lists.ozlabs.org
5645 S:      Maintained
5646 F:      drivers/tty/serial/ucc_uart.c
5647
5648 FREESCALE SOC DRIVERS
5649 M:      Li Yang <leoyang.li@nxp.com>
5650 L:      linuxppc-dev@lists.ozlabs.org
5651 L:      linux-arm-kernel@lists.infradead.org
5652 S:      Maintained
5653 F:      Documentation/devicetree/bindings/soc/fsl/
5654 F:      drivers/soc/fsl/
5655 F:      include/linux/fsl/
5656
5657 FREESCALE SOC FS_ENET DRIVER
5658 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
5659 M:      Vitaly Bordug <vbordug@ru.mvista.com>
5660 L:      linuxppc-dev@lists.ozlabs.org
5661 L:      netdev@vger.kernel.org
5662 S:      Maintained
5663 F:      drivers/net/ethernet/freescale/fs_enet/
5664 F:      include/linux/fs_enet_pd.h
5665
5666 FREESCALE SOC SOUND DRIVERS
5667 M:      Timur Tabi <timur@tabi.org>
5668 M:      Nicolin Chen <nicoleotsuka@gmail.com>
5669 M:      Xiubo Li <Xiubo.Lee@gmail.com>
5670 R:      Fabio Estevam <fabio.estevam@nxp.com>
5671 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5672 L:      linuxppc-dev@lists.ozlabs.org
5673 S:      Maintained
5674 F:      sound/soc/fsl/fsl*
5675 F:      sound/soc/fsl/imx*
5676 F:      sound/soc/fsl/mpc8610_hpcd.c
5677
5678 FREESCALE USB PERIPHERAL DRIVERS
5679 M:      Li Yang <leoyang.li@nxp.com>
5680 L:      linux-usb@vger.kernel.org
5681 L:      linuxppc-dev@lists.ozlabs.org
5682 S:      Maintained
5683 F:      drivers/usb/gadget/udc/fsl*
5684
5685 FREEVXFS FILESYSTEM
5686 M:      Christoph Hellwig <hch@infradead.org>
5687 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
5688 S:      Maintained
5689 F:      fs/freevxfs/
5690
5691 FREEZER
5692 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5693 M:      Pavel Machek <pavel@ucw.cz>
5694 L:      linux-pm@vger.kernel.org
5695 S:      Supported
5696 F:      Documentation/power/freezing-of-tasks.txt
5697 F:      include/linux/freezer.h
5698 F:      kernel/freezer.c
5699
5700 FRONTSWAP API
5701 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
5702 L:      linux-kernel@vger.kernel.org
5703 S:      Maintained
5704 F:      mm/frontswap.c
5705 F:      include/linux/frontswap.h
5706
5707 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
5708 M:      David Howells <dhowells@redhat.com>
5709 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
5710 S:      Supported
5711 F:      Documentation/filesystems/caching/
5712 F:      fs/fscache/
5713 F:      include/linux/fscache*.h
5714
5715 FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT
5716 M:      Theodore Y. Ts'o <tytso@mit.edu>
5717 M:      Jaegeuk Kim <jaegeuk@kernel.org>
5718 L:      linux-fscrypt@vger.kernel.org
5719 Q:      https://patchwork.kernel.org/project/linux-fscrypt/list/
5720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git
5721 S:      Supported
5722 F:      fs/crypto/
5723 F:      include/linux/fscrypt*.h
5724 F:      Documentation/filesystems/fscrypt.rst
5725
5726 FUJITSU FR-V (FRV) PORT
5727 S:      Orphan
5728 F:      arch/frv/
5729
5730 FUJITSU LAPTOP EXTRAS
5731 M:      Jonathan Woithe <jwoithe@just42.net>
5732 L:      platform-driver-x86@vger.kernel.org
5733 S:      Maintained
5734 F:      drivers/platform/x86/fujitsu-laptop.c
5735
5736 FUJITSU M-5MO LS CAMERA ISP DRIVER
5737 M:      Kyungmin Park <kyungmin.park@samsung.com>
5738 M:      Heungjun Kim <riverful.kim@samsung.com>
5739 L:      linux-media@vger.kernel.org
5740 S:      Maintained
5741 F:      drivers/media/i2c/m5mols/
5742 F:      include/media/i2c/m5mols.h
5743
5744 FUJITSU TABLET EXTRAS
5745 M:      Robert Gerlach <khnz@gmx.de>
5746 L:      platform-driver-x86@vger.kernel.org
5747 S:      Maintained
5748 F:      drivers/platform/x86/fujitsu-tablet.c
5749
5750 FUSE: FILESYSTEM IN USERSPACE
5751 M:      Miklos Szeredi <miklos@szeredi.hu>
5752 L:      linux-fsdevel@vger.kernel.org
5753 W:      http://fuse.sourceforge.net/
5754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
5755 S:      Maintained
5756 F:      fs/fuse/
5757 F:      include/uapi/linux/fuse.h
5758 F:      Documentation/filesystems/fuse.txt
5759
5760 FUTEX SUBSYSTEM
5761 M:      Thomas Gleixner <tglx@linutronix.de>
5762 M:      Ingo Molnar <mingo@redhat.com>
5763 R:      Peter Zijlstra <peterz@infradead.org>
5764 R:      Darren Hart <dvhart@infradead.org>
5765 L:      linux-kernel@vger.kernel.org
5766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
5767 S:      Maintained
5768 F:      kernel/futex.c
5769 F:      kernel/futex_compat.c
5770 F:      include/asm-generic/futex.h
5771 F:      include/linux/futex.h
5772 F:      include/uapi/linux/futex.h
5773 F:      tools/testing/selftests/futex/
5774 F:      tools/perf/bench/futex*
5775 F:      Documentation/*futex*
5776
5777 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
5778 M:      Rik Faith <faith@cs.unc.edu>
5779 L:      linux-scsi@vger.kernel.org
5780 S:      Odd Fixes (e.g., new signatures)
5781 F:      drivers/scsi/fdomain.*
5782
5783 GCC PLUGINS
5784 M:      Kees Cook <keescook@chromium.org>
5785 R:      Emese Revfy <re.emese@gmail.com>
5786 L:      kernel-hardening@lists.openwall.com
5787 S:      Maintained
5788 F:      scripts/gcc-plugins/
5789 F:      scripts/gcc-plugin.sh
5790 F:      scripts/Makefile.gcc-plugins
5791 F:      Documentation/gcc-plugins.txt
5792
5793 GCOV BASED KERNEL PROFILING
5794 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
5795 S:      Maintained
5796 F:      kernel/gcov/
5797 F:      Documentation/dev-tools/gcov.rst
5798
5799 GDB KERNEL DEBUGGING HELPER SCRIPTS
5800 M:      Jan Kiszka <jan.kiszka@siemens.com>
5801 M:      Kieran Bingham <kieran@bingham.xyz>
5802 S:      Supported
5803 F:      scripts/gdb/
5804
5805 GDT SCSI DISK ARRAY CONTROLLER DRIVER
5806 M:      Achim Leubner <achim_leubner@adaptec.com>
5807 L:      linux-scsi@vger.kernel.org
5808 W:      http://www.icp-vortex.com/
5809 S:      Supported
5810 F:      drivers/scsi/gdt*
5811
5812 GEMTEK FM RADIO RECEIVER DRIVER
5813 M:      Hans Verkuil <hverkuil@xs4all.nl>
5814 L:      linux-media@vger.kernel.org
5815 T:      git git://linuxtv.org/media_tree.git
5816 W:      https://linuxtv.org
5817 S:      Maintained
5818 F:      drivers/media/radio/radio-gemtek*
5819
5820 GENERIC GPIO I2C DRIVER
5821 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
5822 S:      Supported
5823 F:      drivers/i2c/busses/i2c-gpio.c
5824 F:      include/linux/i2c-gpio.h
5825
5826 GENERIC GPIO I2C MULTIPLEXER DRIVER
5827 M:      Peter Korsgaard <peter.korsgaard@barco.com>
5828 L:      linux-i2c@vger.kernel.org
5829 S:      Supported
5830 F:      drivers/i2c/muxes/i2c-mux-gpio.c
5831 F:      include/linux/i2c-mux-gpio.h
5832 F:      Documentation/i2c/muxes/i2c-mux-gpio
5833
5834 GENERIC HDLC (WAN) DRIVERS
5835 M:      Krzysztof Halasa <khc@pm.waw.pl>
5836 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
5837 S:      Maintained
5838 F:      drivers/net/wan/c101.c
5839 F:      drivers/net/wan/hd6457*
5840 F:      drivers/net/wan/hdlc*
5841 F:      drivers/net/wan/n2.c
5842 F:      drivers/net/wan/pc300too.c
5843 F:      drivers/net/wan/pci200syn.c
5844 F:      drivers/net/wan/wanxl*
5845
5846 GENERIC INCLUDE/ASM HEADER FILES
5847 M:      Arnd Bergmann <arnd@arndb.de>
5848 L:      linux-arch@vger.kernel.org
5849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
5850 S:      Maintained
5851 F:      include/asm-generic/
5852 F:      include/uapi/asm-generic/
5853
5854 GENERIC PHY FRAMEWORK
5855 M:      Kishon Vijay Abraham I <kishon@ti.com>
5856 L:      linux-kernel@vger.kernel.org
5857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
5858 S:      Supported
5859 F:      drivers/phy/
5860 F:      include/linux/phy/
5861
5862 GENERIC PM DOMAINS
5863 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5864 M:      Kevin Hilman <khilman@kernel.org>
5865 M:      Ulf Hansson <ulf.hansson@linaro.org>
5866 L:      linux-pm@vger.kernel.org
5867 S:      Supported
5868 F:      drivers/base/power/domain*.c
5869 F:      include/linux/pm_domain.h
5870 F:      Documentation/devicetree/bindings/power/power_domain.txt
5871
5872 GENERIC UIO DRIVER FOR PCI DEVICES
5873 M:      "Michael S. Tsirkin" <mst@redhat.com>
5874 L:      kvm@vger.kernel.org
5875 S:      Supported
5876 F:      drivers/uio/uio_pci_generic.c
5877
5878 GENWQE (IBM Generic Workqueue Card)
5879 M:      Frank Haverkamp <haver@linux.vnet.ibm.com>
5880 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
5881 S:      Supported
5882 F:      drivers/misc/genwqe/
5883
5884 GET_MAINTAINER SCRIPT
5885 M:      Joe Perches <joe@perches.com>
5886 S:      Maintained
5887 F:      scripts/get_maintainer.pl
5888
5889 GFS2 FILE SYSTEM
5890 M:      Steven Whitehouse <swhiteho@redhat.com>
5891 M:      Bob Peterson <rpeterso@redhat.com>
5892 L:      cluster-devel@redhat.com
5893 W:      http://sources.redhat.com/cluster/
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
5895 S:      Supported
5896 F:      Documentation/filesystems/gfs2*.txt
5897 F:      fs/gfs2/
5898 F:      include/uapi/linux/gfs2_ondisk.h
5899
5900 GIGASET ISDN DRIVERS
5901 M:      Paul Bolle <pebolle@tiscali.nl>
5902 L:      gigaset307x-common@lists.sourceforge.net
5903 W:      http://gigaset307x.sourceforge.net/
5904 S:      Odd Fixes
5905 F:      Documentation/isdn/README.gigaset
5906 F:      drivers/isdn/gigaset/
5907 F:      include/uapi/linux/gigaset_dev.h
5908
5909 GO7007 MPEG CODEC
5910 M:      Hans Verkuil <hans.verkuil@cisco.com>
5911 L:      linux-media@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/media/usb/go7007/
5914
5915 GOODIX TOUCHSCREEN
5916 M:      Bastien Nocera <hadess@hadess.net>
5917 L:      linux-input@vger.kernel.org
5918 S:      Maintained
5919 F:      drivers/input/touchscreen/goodix.c
5920
5921 GPIO ACPI SUPPORT
5922 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5923 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
5924 L:      linux-gpio@vger.kernel.org
5925 L:      linux-acpi@vger.kernel.org
5926 S:      Maintained
5927 F:      Documentation/acpi/gpio-properties.txt
5928 F:      drivers/gpio/gpiolib-acpi.c
5929
5930 GPIO IR Transmitter
5931 M:      Sean Young <sean@mess.org>
5932 L:      linux-media@vger.kernel.org
5933 S:      Maintained
5934 F:      drivers/media/rc/gpio-ir-tx.c
5935
5936 GPIO MOCKUP DRIVER
5937 M:      Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
5938 L:      linux-gpio@vger.kernel.org
5939 S:      Maintained
5940 F:      drivers/gpio/gpio-mockup.c
5941 F:      tools/testing/selftests/gpio/
5942
5943 GPIO SUBSYSTEM
5944 M:      Linus Walleij <linus.walleij@linaro.org>
5945 L:      linux-gpio@vger.kernel.org
5946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
5947 S:      Maintained
5948 F:      Documentation/devicetree/bindings/gpio/
5949 F:      Documentation/gpio/
5950 F:      Documentation/ABI/testing/gpio-cdev
5951 F:      Documentation/ABI/obsolete/sysfs-gpio
5952 F:      drivers/gpio/
5953 F:      include/linux/gpio/
5954 F:      include/linux/gpio.h
5955 F:      include/asm-generic/gpio.h
5956 F:      include/uapi/linux/gpio.h
5957 F:      tools/gpio/
5958
5959 GRE DEMULTIPLEXER DRIVER
5960 M:      Dmitry Kozlov <xeb@mail.ru>
5961 L:      netdev@vger.kernel.org
5962 S:      Maintained
5963 F:      net/ipv4/gre_demux.c
5964 F:      net/ipv4/gre_offload.c
5965 F:      include/net/gre.h
5966
5967 GRETH 10/100/1G Ethernet MAC device driver
5968 M:      Andreas Larsson <andreas@gaisler.com>
5969 L:      netdev@vger.kernel.org
5970 S:      Maintained
5971 F:      drivers/net/ethernet/aeroflex/
5972
5973 GREYBUS AUDIO PROTOCOLS DRIVERS
5974 M:      Vaibhav Agarwal <vaibhav.sr@gmail.com>
5975 M:      Mark Greer <mgreer@animalcreek.com>
5976 S:      Maintained
5977 F:      drivers/staging/greybus/audio_apbridgea.c
5978 F:      drivers/staging/greybus/audio_apbridgea.h
5979 F:      drivers/staging/greybus/audio_codec.c
5980 F:      drivers/staging/greybus/audio_codec.h
5981 F:      drivers/staging/greybus/audio_gb.c
5982 F:      drivers/staging/greybus/audio_manager.c
5983 F:      drivers/staging/greybus/audio_manager.h
5984 F:      drivers/staging/greybus/audio_manager_module.c
5985 F:      drivers/staging/greybus/audio_manager_private.h
5986 F:      drivers/staging/greybus/audio_manager_sysfs.c
5987 F:      drivers/staging/greybus/audio_module.c
5988 F:      drivers/staging/greybus/audio_topology.c
5989
5990 GREYBUS FW/HID/SPI PROTOCOLS DRIVERS
5991 M:      Viresh Kumar <vireshk@kernel.org>
5992 S:      Maintained
5993 F:      drivers/staging/greybus/authentication.c
5994 F:      drivers/staging/greybus/bootrom.c
5995 F:      drivers/staging/greybus/firmware.h
5996 F:      drivers/staging/greybus/fw-core.c
5997 F:      drivers/staging/greybus/fw-download.c
5998 F:      drivers/staging/greybus/fw-managament.c
5999 F:      drivers/staging/greybus/greybus_authentication.h
6000 F:      drivers/staging/greybus/greybus_firmware.h
6001 F:      drivers/staging/greybus/hid.c
6002 F:      drivers/staging/greybus/i2c.c
6003 F:      drivers/staging/greybus/spi.c
6004 F:      drivers/staging/greybus/spilib.c
6005 F:      drivers/staging/greybus/spilib.h
6006
6007 GREYBUS LOOPBACK/TIME PROTOCOLS DRIVERS
6008 M:      Bryan O'Donoghue <pure.logic@nexus-software.ie>
6009 S:      Maintained
6010 F:      drivers/staging/greybus/loopback.c
6011 F:      drivers/staging/greybus/timesync.c
6012 F:      drivers/staging/greybus/timesync_platform.c
6013
6014 GREYBUS PLATFORM DRIVERS
6015 M:      Vaibhav Hiremath <hvaibhav.linux@gmail.com>
6016 S:      Maintained
6017 F:      drivers/staging/greybus/arche-platform.c
6018 F:      drivers/staging/greybus/arche-apb-ctrl.c
6019 F:      drivers/staging/greybus/arche_platform.h
6020
6021 GREYBUS SDIO/GPIO/SPI PROTOCOLS DRIVERS
6022 M:      Rui Miguel Silva <rmfrfs@gmail.com>
6023 S:      Maintained
6024 F:      drivers/staging/greybus/sdio.c
6025 F:      drivers/staging/greybus/light.c
6026 F:      drivers/staging/greybus/gpio.c
6027 F:      drivers/staging/greybus/power_supply.c
6028 F:      drivers/staging/greybus/spi.c
6029 F:      drivers/staging/greybus/spilib.c
6030
6031 GREYBUS SUBSYSTEM
6032 M:      Johan Hovold <johan@kernel.org>
6033 M:      Alex Elder <elder@kernel.org>
6034 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6035 S:      Maintained
6036 F:      drivers/staging/greybus/
6037 L:      greybus-dev@lists.linaro.org (moderated for non-subscribers)
6038
6039 GREYBUS UART PROTOCOLS DRIVERS
6040 M:      David Lin <dtwlin@gmail.com>
6041 S:      Maintained
6042 F:      drivers/staging/greybus/uart.c
6043 F:      drivers/staging/greybus/log.c
6044
6045 GS1662 VIDEO SERIALIZER
6046 M:      Charles-Antoine Couret <charles-antoine.couret@nexvision.fr>
6047 L:      linux-media@vger.kernel.org
6048 T:      git git://linuxtv.org/media_tree.git
6049 S:      Maintained
6050 F:      drivers/media/spi/gs1662.c
6051
6052 GSPCA FINEPIX SUBDRIVER
6053 M:      Frank Zago <frank@zago.net>
6054 L:      linux-media@vger.kernel.org
6055 T:      git git://linuxtv.org/media_tree.git
6056 S:      Maintained
6057 F:      drivers/media/usb/gspca/finepix.c
6058
6059 GSPCA GL860 SUBDRIVER
6060 M:      Olivier Lorin <o.lorin@laposte.net>
6061 L:      linux-media@vger.kernel.org
6062 T:      git git://linuxtv.org/media_tree.git
6063 S:      Maintained
6064 F:      drivers/media/usb/gspca/gl860/
6065
6066 GSPCA M5602 SUBDRIVER
6067 M:      Erik Andren <erik.andren@gmail.com>
6068 L:      linux-media@vger.kernel.org
6069 T:      git git://linuxtv.org/media_tree.git
6070 S:      Maintained
6071 F:      drivers/media/usb/gspca/m5602/
6072
6073 GSPCA PAC207 SONIXB SUBDRIVER
6074 M:      Hans Verkuil <hverkuil@xs4all.nl>
6075 L:      linux-media@vger.kernel.org
6076 T:      git git://linuxtv.org/media_tree.git
6077 S:      Odd Fixes
6078 F:      drivers/media/usb/gspca/pac207.c
6079
6080 GSPCA SN9C20X SUBDRIVER
6081 M:      Brian Johnson <brijohn@gmail.com>
6082 L:      linux-media@vger.kernel.org
6083 T:      git git://linuxtv.org/media_tree.git
6084 S:      Maintained
6085 F:      drivers/media/usb/gspca/sn9c20x.c
6086
6087 GSPCA T613 SUBDRIVER
6088 M:      Leandro Costantino <lcostantino@gmail.com>
6089 L:      linux-media@vger.kernel.org
6090 T:      git git://linuxtv.org/media_tree.git
6091 S:      Maintained
6092 F:      drivers/media/usb/gspca/t613.c
6093
6094 GSPCA USB WEBCAM DRIVER
6095 M:      Hans Verkuil <hverkuil@xs4all.nl>
6096 L:      linux-media@vger.kernel.org
6097 T:      git git://linuxtv.org/media_tree.git
6098 S:      Odd Fixes
6099 F:      drivers/media/usb/gspca/
6100
6101 GTP (GPRS Tunneling Protocol)
6102 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6103 M:      Harald Welte <laforge@gnumonks.org>
6104 L:      osmocom-net-gprs@lists.osmocom.org
6105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/gtp.git
6106 S:      Maintained
6107 F:      drivers/net/gtp.c
6108
6109 GUID PARTITION TABLE (GPT)
6110 M:      Davidlohr Bueso <dave@stgolabs.net>
6111 L:      linux-efi@vger.kernel.org
6112 S:      Maintained
6113 F:      block/partitions/efi.*
6114
6115 H8/300 ARCHITECTURE
6116 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6117 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
6118 W:      http://uclinux-h8.sourceforge.jp
6119 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
6120 S:      Maintained
6121 F:      arch/h8300/
6122 F:      drivers/clocksource/h8300_*.c
6123 F:      drivers/clk/h8300/
6124 F:      drivers/irqchip/irq-renesas-h8*.c
6125
6126 HACKRF MEDIA DRIVER
6127 M:      Antti Palosaari <crope@iki.fi>
6128 L:      linux-media@vger.kernel.org
6129 W:      https://linuxtv.org
6130 W:      http://palosaari.fi/linux/
6131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6132 T:      git git://linuxtv.org/anttip/media_tree.git
6133 S:      Maintained
6134 F:      drivers/media/usb/hackrf/
6135
6136 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
6137 M:      Frank Seidel <frank@f-seidel.de>
6138 L:      platform-driver-x86@vger.kernel.org
6139 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
6140 S:      Maintained
6141 F:      drivers/platform/x86/hdaps.c
6142
6143 HARDWARE MONITORING
6144 M:      Jean Delvare <jdelvare@suse.com>
6145 M:      Guenter Roeck <linux@roeck-us.net>
6146 L:      linux-hwmon@vger.kernel.org
6147 W:      http://hwmon.wiki.kernel.org/
6148 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
6149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6150 S:      Maintained
6151 F:      Documentation/hwmon/
6152 F:      drivers/hwmon/
6153 F:      include/linux/hwmon*.h
6154
6155 HARDWARE RANDOM NUMBER GENERATOR CORE
6156 M:      Matt Mackall <mpm@selenic.com>
6157 M:      Herbert Xu <herbert@gondor.apana.org.au>
6158 L:      linux-crypto@vger.kernel.org
6159 S:      Odd fixes
6160 F:      Documentation/devicetree/bindings/rng/
6161 F:      Documentation/hw_random.txt
6162 F:      drivers/char/hw_random/
6163 F:      include/linux/hw_random.h
6164
6165 HARDWARE SPINLOCK CORE
6166 M:      Ohad Ben-Cohen <ohad@wizery.com>
6167 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
6168 L:      linux-remoteproc@vger.kernel.org
6169 S:      Maintained
6170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
6171 F:      Documentation/devicetree/bindings/hwlock/
6172 F:      Documentation/hwspinlock.txt
6173 F:      drivers/hwspinlock/
6174 F:      include/linux/hwspinlock.h
6175
6176 HARMONY SOUND DRIVER
6177 L:      linux-parisc@vger.kernel.org
6178 S:      Maintained
6179 F:      sound/parisc/harmony.*
6180
6181 HDPVR USB VIDEO ENCODER DRIVER
6182 M:      Hans Verkuil <hverkuil@xs4all.nl>
6183 L:      linux-media@vger.kernel.org
6184 T:      git git://linuxtv.org/media_tree.git
6185 W:      https://linuxtv.org
6186 S:      Odd Fixes
6187 F:      drivers/media/usb/hdpvr/
6188
6189 HEWLETT PACKARD ENTERPRISE ILO NMI WATCHDOG DRIVER
6190 M:      Jimmy Vance <jimmy.vance@hpe.com>
6191 S:      Supported
6192 F:      Documentation/watchdog/hpwdt.txt
6193 F:      drivers/watchdog/hpwdt.c
6194
6195 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
6196 M:      Don Brace <don.brace@microsemi.com>
6197 L:      esc.storagedev@microsemi.com
6198 L:      linux-scsi@vger.kernel.org
6199 S:      Supported
6200 F:      Documentation/scsi/hpsa.txt
6201 F:      drivers/scsi/hpsa*.[ch]
6202 F:      include/linux/cciss*.h
6203 F:      include/uapi/linux/cciss*.h
6204
6205 HFI1 DRIVER
6206 M:      Mike Marciniszyn <mike.marciniszyn@intel.com>
6207 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
6208 L:      linux-rdma@vger.kernel.org
6209 S:      Supported
6210 F:      drivers/infiniband/hw/hfi1
6211
6212 HFS FILESYSTEM
6213 L:      linux-fsdevel@vger.kernel.org
6214 S:      Orphan
6215 F:      Documentation/filesystems/hfs.txt
6216 F:      fs/hfs/
6217
6218 HFSPLUS FILESYSTEM
6219 L:      linux-fsdevel@vger.kernel.org
6220 S:      Orphan
6221 F:      Documentation/filesystems/hfsplus.txt
6222 F:      fs/hfsplus/
6223
6224 HGA FRAMEBUFFER DRIVER
6225 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
6226 L:      linux-nvidia@lists.surfsouth.com
6227 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
6228 S:      Maintained
6229 F:      drivers/video/fbdev/hgafb.c
6230
6231 HIBERNATION (aka Software Suspend, aka swsusp)
6232 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
6233 M:      Pavel Machek <pavel@ucw.cz>
6234 L:      linux-pm@vger.kernel.org
6235 B:      https://bugzilla.kernel.org
6236 S:      Supported
6237 F:      arch/x86/power/
6238 F:      drivers/base/power/
6239 F:      kernel/power/
6240 F:      include/linux/suspend.h
6241 F:      include/linux/freezer.h
6242 F:      include/linux/pm.h
6243 F:      arch/*/include/asm/suspend*.h
6244
6245 HID CORE LAYER
6246 M:      Jiri Kosina <jikos@kernel.org>
6247 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
6248 L:      linux-input@vger.kernel.org
6249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6250 S:      Maintained
6251 F:      drivers/hid/
6252 F:      include/linux/hid*
6253 F:      include/uapi/linux/hid*
6254
6255 HID SENSOR HUB DRIVERS
6256 M:      Jiri Kosina <jikos@kernel.org>
6257 M:      Jonathan Cameron <jic23@kernel.org>
6258 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
6259 L:      linux-input@vger.kernel.org
6260 L:      linux-iio@vger.kernel.org
6261 S:      Maintained
6262 F:      Documentation/hid/hid-sensor*
6263 F:      drivers/hid/hid-sensor-*
6264 F:      drivers/iio/*/hid-*
6265 F:      include/linux/hid-sensor-*
6266
6267 HIGH-RESOLUTION TIMERS, CLOCKEVENTS
6268 M:      Thomas Gleixner <tglx@linutronix.de>
6269 L:      linux-kernel@vger.kernel.org
6270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6271 S:      Maintained
6272 F:      Documentation/timers/
6273 F:      kernel/time/hrtimer.c
6274 F:      kernel/time/clockevents.c
6275 F:      kernel/time/timer_*.c
6276 F:      include/linux/clockchips.h
6277 F:      include/linux/hrtimer.h
6278
6279 HIGH-SPEED SCC DRIVER FOR AX.25
6280 L:      linux-hams@vger.kernel.org
6281 S:      Orphan
6282 F:      drivers/net/hamradio/dmascc.c
6283 F:      drivers/net/hamradio/scc.c
6284
6285 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
6286 M:      HighPoint Linux Team <linux@highpoint-tech.com>
6287 W:      http://www.highpoint-tech.com
6288 S:      Supported
6289 F:      Documentation/scsi/hptiop.txt
6290 F:      drivers/scsi/hptiop.c
6291
6292 HIPPI
6293 M:      Jes Sorensen <jes@trained-monkey.org>
6294 L:      linux-hippi@sunsite.dk
6295 S:      Maintained
6296 F:      include/linux/hippidevice.h
6297 F:      include/uapi/linux/if_hippi.h
6298 F:      net/802/hippi.c
6299 F:      drivers/net/hippi/
6300
6301 HISILICON NETWORK SUBSYSTEM 3 DRIVER (HNS3)
6302 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6303 M:      Salil Mehta <salil.mehta@huawei.com>
6304 L:      netdev@vger.kernel.org
6305 W:      http://www.hisilicon.com
6306 S:      Maintained
6307 F:      drivers/net/ethernet/hisilicon/hns3/
6308
6309 HISILICON NETWORK SUBSYSTEM DRIVER
6310 M:      Yisen Zhuang <yisen.zhuang@huawei.com>
6311 M:      Salil Mehta <salil.mehta@huawei.com>
6312 L:      netdev@vger.kernel.org
6313 W:      http://www.hisilicon.com
6314 S:      Maintained
6315 F:      drivers/net/ethernet/hisilicon/
6316 F:      Documentation/devicetree/bindings/net/hisilicon*.txt
6317
6318 HISILICON PMU DRIVER
6319 M:      Shaokun Zhang <zhangshaokun@hisilicon.com>
6320 W:      http://www.hisilicon.com
6321 S:      Supported
6322 F:      drivers/perf/hisilicon
6323 F:      Documentation/perf/hisi-pmu.txt
6324
6325 HISILICON ROCE DRIVER
6326 M:      Lijun Ou <oulijun@huawei.com>
6327 M:      Wei Hu(Xavier) <xavier.huwei@huawei.com>
6328 L:      linux-rdma@vger.kernel.org
6329 S:      Maintained
6330 F:      drivers/infiniband/hw/hns/
6331 F:      Documentation/devicetree/bindings/infiniband/hisilicon-hns-roce.txt
6332
6333 HISILICON SAS Controller
6334 M:      John Garry <john.garry@huawei.com>
6335 W:      http://www.hisilicon.com
6336 S:      Supported
6337 F:      drivers/scsi/hisi_sas/
6338 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
6339
6340 HMM - Heterogeneous Memory Management
6341 M:      Jérôme Glisse <jglisse@redhat.com>
6342 L:      linux-mm@kvack.org
6343 S:      Maintained
6344 F:      mm/hmm*
6345 F:      include/linux/hmm*
6346
6347 HOST AP DRIVER
6348 M:      Jouni Malinen <j@w1.fi>
6349 L:      linux-wireless@vger.kernel.org
6350 W:      http://w1.fi/hostap-driver.html
6351 S:      Obsolete
6352 F:      drivers/net/wireless/intersil/hostap/
6353
6354 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
6355 L:      platform-driver-x86@vger.kernel.org
6356 S:      Orphan
6357 F:      drivers/platform/x86/tc1100-wmi.c
6358
6359 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
6360 M:      Jaroslav Kysela <perex@perex.cz>
6361 S:      Maintained
6362 F:      drivers/net/ethernet/hp/hp100.*
6363
6364 HPET:   High Precision Event Timers driver
6365 M:      Clemens Ladisch <clemens@ladisch.de>
6366 S:      Maintained
6367 F:      Documentation/timers/hpet.txt
6368 F:      drivers/char/hpet.c
6369 F:      include/linux/hpet.h
6370 F:      include/uapi/linux/hpet.h
6371
6372 HPET:   x86
6373 S:      Orphan
6374 F:      arch/x86/kernel/hpet.c
6375 F:      arch/x86/include/asm/hpet.h
6376
6377 HPFS FILESYSTEM
6378 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6379 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
6380 S:      Maintained
6381 F:      fs/hpfs/
6382
6383 HSI SUBSYSTEM
6384 M:      Sebastian Reichel <sre@kernel.org>
6385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
6386 S:      Maintained
6387 F:      Documentation/ABI/testing/sysfs-bus-hsi
6388 F:      Documentation/driver-api/hsi.rst
6389 F:      drivers/hsi/
6390 F:      include/linux/hsi/
6391 F:      include/uapi/linux/hsi/
6392
6393 HSO 3G MODEM DRIVER
6394 L:      linux-usb@vger.kernel.org
6395 S:      Orphan
6396 F:      drivers/net/usb/hso.c
6397
6398 HSR NETWORK PROTOCOL
6399 M:      Arvid Brodin <arvid.brodin@alten.se>
6400 L:      netdev@vger.kernel.org
6401 S:      Maintained
6402 F:      net/hsr/
6403
6404 HT16K33 LED CONTROLLER DRIVER
6405 M:      Robin van der Gracht <robin@protonic.nl>
6406 S:      Maintained
6407 F:      drivers/auxdisplay/ht16k33.c
6408 F:      Documentation/devicetree/bindings/display/ht16k33.txt
6409
6410 HTCPEN TOUCHSCREEN DRIVER
6411 M:      Pau Oliva Fora <pof@eslack.org>
6412 L:      linux-input@vger.kernel.org
6413 S:      Maintained
6414 F:      drivers/input/touchscreen/htcpen.c
6415
6416 HUAWEI ETHERNET DRIVER
6417 M:      Aviad Krawczyk <aviad.krawczyk@huawei.com>
6418 L:      netdev@vger.kernel.org
6419 S:      Supported
6420 F:      Documentation/networking/hinic.txt
6421 F:      drivers/net/ethernet/huawei/hinic/
6422
6423 HUGETLB FILESYSTEM
6424 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
6425 S:      Maintained
6426 F:      fs/hugetlbfs/
6427
6428 HVA ST MEDIA DRIVER
6429 M:      Jean-Christophe Trotin <jean-christophe.trotin@st.com>
6430 L:      linux-media@vger.kernel.org
6431 T:      git git://linuxtv.org/media_tree.git
6432 W:      https://linuxtv.org
6433 S:      Supported
6434 F:      drivers/media/platform/sti/hva
6435
6436 HWPOISON MEMORY FAILURE HANDLING
6437 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
6438 L:      linux-mm@kvack.org
6439 S:      Maintained
6440 F:      mm/memory-failure.c
6441 F:      mm/hwpoison-inject.c
6442
6443 Hyper-V CORE AND DRIVERS
6444 M:      "K. Y. Srinivasan" <kys@microsoft.com>
6445 M:      Haiyang Zhang <haiyangz@microsoft.com>
6446 M:      Stephen Hemminger <sthemmin@microsoft.com>
6447 L:      devel@linuxdriverproject.org
6448 S:      Maintained
6449 F:      Documentation/networking/netvsc.txt
6450 F:      arch/x86/include/asm/mshyperv.h
6451 F:      arch/x86/include/asm/trace/hyperv.h
6452 F:      arch/x86/include/uapi/asm/hyperv.h
6453 F:      arch/x86/kernel/cpu/mshyperv.c
6454 F:      arch/x86/hyperv
6455 F:      drivers/hid/hid-hyperv.c
6456 F:      drivers/hv/
6457 F:      drivers/input/serio/hyperv-keyboard.c
6458 F:      drivers/pci/host/pci-hyperv.c
6459 F:      drivers/net/hyperv/
6460 F:      drivers/scsi/storvsc_drv.c
6461 F:      drivers/uio/uio_hv_generic.c
6462 F:      drivers/video/fbdev/hyperv_fb.c
6463 F:      net/vmw_vsock/hyperv_transport.c
6464 F:      include/linux/hyperv.h
6465 F:      include/uapi/linux/hyperv.h
6466 F:      tools/hv/
6467 F:      Documentation/ABI/stable/sysfs-bus-vmbus
6468
6469 HYPERVISOR VIRTUAL CONSOLE DRIVER
6470 L:      linuxppc-dev@lists.ozlabs.org
6471 S:      Odd Fixes
6472 F:      drivers/tty/hvc/
6473
6474 I2C ACPI SUPPORT
6475 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
6476 L:      linux-i2c@vger.kernel.org
6477 L:      linux-acpi@vger.kernel.org
6478 S:      Maintained
6479 F:      drivers/i2c/i2c-core-acpi.c
6480
6481 I2C MUXES
6482 M:      Peter Rosin <peda@axentia.se>
6483 L:      linux-i2c@vger.kernel.org
6484 S:      Maintained
6485 F:      Documentation/i2c/i2c-topology
6486 F:      Documentation/i2c/muxes/
6487 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
6488 F:      Documentation/devicetree/bindings/i2c/i2c-arb*
6489 F:      Documentation/devicetree/bindings/i2c/i2c-gate*
6490 F:      drivers/i2c/i2c-mux.c
6491 F:      drivers/i2c/muxes/
6492 F:      include/linux/i2c-mux.h
6493
6494 I2C OVER PARALLEL PORT
6495 M:      Jean Delvare <jdelvare@suse.com>
6496 L:      linux-i2c@vger.kernel.org
6497 S:      Maintained
6498 F:      Documentation/i2c/busses/i2c-parport
6499 F:      Documentation/i2c/busses/i2c-parport-light
6500 F:      drivers/i2c/busses/i2c-parport.c
6501 F:      drivers/i2c/busses/i2c-parport-light.c
6502
6503 I2C SUBSYSTEM
6504 M:      Wolfram Sang <wsa@the-dreams.de>
6505 L:      linux-i2c@vger.kernel.org
6506 W:      https://i2c.wiki.kernel.org/
6507 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
6508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
6509 S:      Maintained
6510 F:      Documentation/devicetree/bindings/i2c/
6511 F:      Documentation/i2c/
6512 F:      drivers/i2c/
6513 F:      drivers/i2c/*/
6514 F:      include/linux/i2c.h
6515 F:      include/linux/i2c-*.h
6516 F:      include/uapi/linux/i2c.h
6517 F:      include/uapi/linux/i2c-*.h
6518
6519 I2C-TAOS-EVM DRIVER
6520 M:      Jean Delvare <jdelvare@suse.com>
6521 L:      linux-i2c@vger.kernel.org
6522 S:      Maintained
6523 F:      Documentation/i2c/busses/i2c-taos-evm
6524 F:      drivers/i2c/busses/i2c-taos-evm.c
6525
6526 I2C-TINY-USB DRIVER
6527 M:      Till Harbaum <till@harbaum.org>
6528 L:      linux-i2c@vger.kernel.org
6529 W:      http://www.harbaum.org/till/i2c_tiny_usb
6530 S:      Maintained
6531 F:      drivers/i2c/busses/i2c-tiny-usb.c
6532
6533 I2C/SMBUS CONTROLLER DRIVERS FOR PC
6534 M:      Jean Delvare <jdelvare@suse.com>
6535 L:      linux-i2c@vger.kernel.org
6536 S:      Maintained
6537 F:      Documentation/i2c/busses/i2c-ali1535
6538 F:      Documentation/i2c/busses/i2c-ali1563
6539 F:      Documentation/i2c/busses/i2c-ali15x3
6540 F:      Documentation/i2c/busses/i2c-amd756
6541 F:      Documentation/i2c/busses/i2c-amd8111
6542 F:      Documentation/i2c/busses/i2c-i801
6543 F:      Documentation/i2c/busses/i2c-nforce2
6544 F:      Documentation/i2c/busses/i2c-piix4
6545 F:      Documentation/i2c/busses/i2c-sis5595
6546 F:      Documentation/i2c/busses/i2c-sis630
6547 F:      Documentation/i2c/busses/i2c-sis96x
6548 F:      Documentation/i2c/busses/i2c-via
6549 F:      Documentation/i2c/busses/i2c-viapro
6550 F:      drivers/i2c/busses/i2c-ali1535.c
6551 F:      drivers/i2c/busses/i2c-ali1563.c
6552 F:      drivers/i2c/busses/i2c-ali15x3.c
6553 F:      drivers/i2c/busses/i2c-amd756.c
6554 F:      drivers/i2c/busses/i2c-amd756-s4882.c
6555 F:      drivers/i2c/busses/i2c-amd8111.c
6556 F:      drivers/i2c/busses/i2c-i801.c
6557 F:      drivers/i2c/busses/i2c-isch.c
6558 F:      drivers/i2c/busses/i2c-nforce2.c
6559 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
6560 F:      drivers/i2c/busses/i2c-piix4.c
6561 F:      drivers/i2c/busses/i2c-sis5595.c
6562 F:      drivers/i2c/busses/i2c-sis630.c
6563 F:      drivers/i2c/busses/i2c-sis96x.c
6564 F:      drivers/i2c/busses/i2c-via.c
6565 F:      drivers/i2c/busses/i2c-viapro.c
6566
6567 I2C/SMBUS INTEL CHT WHISKEY COVE PMIC DRIVER
6568 M:      Hans de Goede <hdegoede@redhat.com>
6569 L:      linux-i2c@vger.kernel.org
6570 S:      Maintained
6571 F:      drivers/i2c/busses/i2c-cht-wc.c
6572
6573 I2C/SMBUS ISMT DRIVER
6574 M:      Seth Heasley <seth.heasley@intel.com>
6575 M:      Neil Horman <nhorman@tuxdriver.com>
6576 L:      linux-i2c@vger.kernel.org
6577 F:      drivers/i2c/busses/i2c-ismt.c
6578 F:      Documentation/i2c/busses/i2c-ismt
6579
6580 I2C/SMBUS STUB DRIVER
6581 M:      Jean Delvare <jdelvare@suse.com>
6582 L:      linux-i2c@vger.kernel.org
6583 S:      Maintained
6584 F:      drivers/i2c/i2c-stub.c
6585
6586 i386 BOOT CODE
6587 M:      "H. Peter Anvin" <hpa@zytor.com>
6588 S:      Maintained
6589 F:      arch/x86/boot/
6590
6591 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
6592 M:      "H. Peter Anvin" <hpa@zytor.com>
6593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
6594 S:      Maintained
6595
6596 IA64 (Itanium) PLATFORM
6597 M:      Tony Luck <tony.luck@intel.com>
6598 M:      Fenghua Yu <fenghua.yu@intel.com>
6599 L:      linux-ia64@vger.kernel.org
6600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
6601 S:      Maintained
6602 F:      arch/ia64/
6603
6604 IBM Power 842 compression accelerator
6605 M:      Haren Myneni <haren@us.ibm.com>
6606 S:      Supported
6607 F:      drivers/crypto/nx/Makefile
6608 F:      drivers/crypto/nx/Kconfig
6609 F:      drivers/crypto/nx/nx-842*
6610 F:      include/linux/sw842.h
6611 F:      crypto/842.c
6612 F:      lib/842/
6613
6614 IBM Power in-Nest Crypto Acceleration
6615 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6616 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6617 L:      linux-crypto@vger.kernel.org
6618 S:      Supported
6619 F:      drivers/crypto/nx/Makefile
6620 F:      drivers/crypto/nx/Kconfig
6621 F:      drivers/crypto/nx/nx-aes*
6622 F:      drivers/crypto/nx/nx-sha*
6623 F:      drivers/crypto/nx/nx.*
6624 F:      drivers/crypto/nx/nx_csbcpb.h
6625 F:      drivers/crypto/nx/nx_debugfs.h
6626
6627 IBM Power Linux RAID adapter
6628 M:      Brian King <brking@us.ibm.com>
6629 S:      Supported
6630 F:      drivers/scsi/ipr.*
6631
6632 IBM Power SRIOV Virtual NIC Device Driver
6633 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6634 M:      John Allen <jallen@linux.vnet.ibm.com>
6635 L:      netdev@vger.kernel.org
6636 S:      Supported
6637 F:      drivers/net/ethernet/ibm/ibmvnic.*
6638
6639 IBM Power Virtual Accelerator Switchboard
6640 M:      Sukadev Bhattiprolu
6641 L:      linuxppc-dev@lists.ozlabs.org
6642 S:      Supported
6643 F:      arch/powerpc/platforms/powernv/vas*
6644 F:      arch/powerpc/platforms/powernv/copy-paste.h
6645 F:      arch/powerpc/include/asm/vas.h
6646 F:      arch/powerpc/include/uapi/asm/vas.h
6647
6648 IBM Power Virtual Ethernet Device Driver
6649 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
6650 L:      netdev@vger.kernel.org
6651 S:      Supported
6652 F:      drivers/net/ethernet/ibm/ibmveth.*
6653
6654 IBM Power Virtual FC Device Drivers
6655 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6656 L:      linux-scsi@vger.kernel.org
6657 S:      Supported
6658 F:      drivers/scsi/ibmvscsi/ibmvfc*
6659
6660 IBM Power Virtual SCSI Device Drivers
6661 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
6662 L:      linux-scsi@vger.kernel.org
6663 S:      Supported
6664 F:      drivers/scsi/ibmvscsi/ibmvscsi*
6665 F:      include/scsi/viosrp.h
6666
6667 IBM Power Virtual SCSI Device Target Driver
6668 M:      Bryant G. Ly <bryantly@linux.vnet.ibm.com>
6669 M:      Michael Cyr <mikecyr@linux.vnet.ibm.com>
6670 L:      linux-scsi@vger.kernel.org
6671 L:      target-devel@vger.kernel.org
6672 S:      Supported
6673 F:      drivers/scsi/ibmvscsi_tgt/
6674
6675 IBM Power VMX Cryptographic instructions
6676 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
6677 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
6678 L:      linux-crypto@vger.kernel.org
6679 S:      Supported
6680 F:      drivers/crypto/vmx/Makefile
6681 F:      drivers/crypto/vmx/Kconfig
6682 F:      drivers/crypto/vmx/vmx.c
6683 F:      drivers/crypto/vmx/aes*
6684 F:      drivers/crypto/vmx/ghash*
6685 F:      drivers/crypto/vmx/ppc-xlate.pl
6686
6687 IBM ServeRAID RAID DRIVER
6688 S:      Orphan
6689 F:      drivers/scsi/ips.*
6690
6691 ICH LPC AND GPIO DRIVER
6692 M:      Peter Tyser <ptyser@xes-inc.com>
6693 S:      Maintained
6694 F:      drivers/mfd/lpc_ich.c
6695 F:      drivers/gpio/gpio-ich.c
6696
6697 IDE SUBSYSTEM
6698 M:      "David S. Miller" <davem@davemloft.net>
6699 L:      linux-ide@vger.kernel.org
6700 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
6701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
6702 S:      Maintained
6703 F:      Documentation/ide/
6704 F:      drivers/ide/
6705 F:      include/linux/ide.h
6706
6707 IDE/ATAPI DRIVERS
6708 M:      Borislav Petkov <bp@alien8.de>
6709 L:      linux-ide@vger.kernel.org
6710 S:      Maintained
6711 F:      Documentation/cdrom/ide-cd
6712 F:      drivers/ide/ide-cd*
6713
6714 IDEAPAD LAPTOP EXTRAS DRIVER
6715 M:      Ike Panhc <ike.pan@canonical.com>
6716 L:      platform-driver-x86@vger.kernel.org
6717 W:      http://launchpad.net/ideapad-laptop
6718 S:      Maintained
6719 F:      drivers/platform/x86/ideapad-laptop.c
6720
6721 IDEAPAD LAPTOP SLIDEBAR DRIVER
6722 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
6723 L:      linux-input@vger.kernel.org
6724 W:      https://github.com/o2genum/ideapad-slidebar
6725 S:      Maintained
6726 F:      drivers/input/misc/ideapad_slidebar.c
6727
6728 IDT VersaClock 5 CLOCK DRIVER
6729 M:      Marek Vasut <marek.vasut@gmail.com>
6730 S:      Maintained
6731 F:      drivers/clk/clk-versaclock5.c
6732
6733 IEEE 802.15.4 SUBSYSTEM
6734 M:      Alexander Aring <alex.aring@gmail.com>
6735 M:      Stefan Schmidt <stefan@osg.samsung.com>
6736 L:      linux-wpan@vger.kernel.org
6737 W:      http://wpan.cakelab.org/
6738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git
6739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git
6740 S:      Maintained
6741 F:      net/ieee802154/
6742 F:      net/mac802154/
6743 F:      drivers/net/ieee802154/
6744 F:      include/linux/nl802154.h
6745 F:      include/linux/ieee802154.h
6746 F:      include/net/nl802154.h
6747 F:      include/net/mac802154.h
6748 F:      include/net/af_ieee802154.h
6749 F:      include/net/cfg802154.h
6750 F:      include/net/ieee802154_netdev.h
6751 F:      Documentation/networking/ieee802154.txt
6752
6753 IFE PROTOCOL
6754 M:      Yotam Gigi <yotam.gi@gmail.com>
6755 M:      Jamal Hadi Salim <jhs@mojatatu.com>
6756 F:      net/ife
6757 F:      include/net/ife.h
6758 F:      include/uapi/linux/ife.h
6759
6760 IGORPLUG-USB IR RECEIVER
6761 M:      Sean Young <sean@mess.org>
6762 L:      linux-media@vger.kernel.org
6763 S:      Maintained
6764 F:      drivers/media/rc/igorplugusb.c
6765
6766 IGUANAWORKS USB IR TRANSCEIVER
6767 M:      Sean Young <sean@mess.org>
6768 L:      linux-media@vger.kernel.org
6769 S:      Maintained
6770 F:      drivers/media/rc/iguanair.c
6771
6772 IIO DIGITAL POTENTIOMETER DAC
6773 M:      Peter Rosin <peda@axentia.se>
6774 L:      linux-iio@vger.kernel.org
6775 S:      Maintained
6776 F:      Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6777 F:      Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6778 F:      drivers/iio/dac/dpot-dac.c
6779
6780 IIO ENVELOPE DETECTOR
6781 M:      Peter Rosin <peda@axentia.se>
6782 L:      linux-iio@vger.kernel.org
6783 S:      Maintained
6784 F:      Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6785 F:      Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6786 F:      drivers/iio/adc/envelope-detector.c
6787
6788 IIO MULTIPLEXER
6789 M:      Peter Rosin <peda@axentia.se>
6790 L:      linux-iio@vger.kernel.org
6791 S:      Maintained
6792 F:      Documentation/devicetree/bindings/iio/multiplexer/iio-mux.txt
6793 F:      drivers/iio/multiplexer/iio-mux.c
6794
6795 IIO SUBSYSTEM AND DRIVERS
6796 M:      Jonathan Cameron <jic23@kernel.org>
6797 R:      Hartmut Knaack <knaack.h@gmx.de>
6798 R:      Lars-Peter Clausen <lars@metafoo.de>
6799 R:      Peter Meerwald-Stadler <pmeerw@pmeerw.net>
6800 L:      linux-iio@vger.kernel.org
6801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
6802 S:      Maintained
6803 F:      Documentation/devicetree/bindings/iio/
6804 F:      drivers/iio/
6805 F:      drivers/staging/iio/
6806 F:      include/linux/iio/
6807 F:      tools/iio/
6808
6809 IKANOS/ADI EAGLE ADSL USB DRIVER
6810 M:      Matthieu Castet <castet.matthieu@free.fr>
6811 M:      Stanislaw Gruszka <stf_xl@wp.pl>
6812 S:      Maintained
6813 F:      drivers/usb/atm/ueagle-atm.c
6814
6815 IMGTEC ASCII LCD DRIVER
6816 M:      Paul Burton <paul.burton@mips.com>
6817 S:      Maintained
6818 F:      Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
6819 F:      drivers/auxdisplay/img-ascii-lcd.c
6820
6821 IMGTEC IR DECODER DRIVER
6822 M:      James Hogan <jhogan@kernel.org>
6823 S:      Maintained
6824 F:      drivers/media/rc/img-ir/
6825
6826 IMS TWINTURBO FRAMEBUFFER DRIVER
6827 L:      linux-fbdev@vger.kernel.org
6828 S:      Orphan
6829 F:      drivers/video/fbdev/imsttfb.c
6830
6831 INA209 HARDWARE MONITOR DRIVER
6832 M:      Guenter Roeck <linux@roeck-us.net>
6833 L:      linux-hwmon@vger.kernel.org
6834 S:      Maintained
6835 F:      Documentation/hwmon/ina209
6836 F:      Documentation/devicetree/bindings/i2c/ina209.txt
6837 F:      drivers/hwmon/ina209.c
6838
6839 INA2XX HARDWARE MONITOR DRIVER
6840 M:      Guenter Roeck <linux@roeck-us.net>
6841 L:      linux-hwmon@vger.kernel.org
6842 S:      Maintained
6843 F:      Documentation/hwmon/ina2xx
6844 F:      drivers/hwmon/ina2xx.c
6845 F:      include/linux/platform_data/ina2xx.h
6846
6847 INDUSTRY PACK SUBSYSTEM (IPACK)
6848 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
6849 M:      Jens Taprogge <jens.taprogge@taprogge.org>
6850 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6851 L:      industrypack-devel@lists.sourceforge.net
6852 W:      http://industrypack.sourceforge.net
6853 S:      Maintained
6854 F:      drivers/ipack/
6855
6856 INFINIBAND SUBSYSTEM
6857 M:      Doug Ledford <dledford@redhat.com>
6858 M:      Jason Gunthorpe <jgg@mellanox.com>
6859 L:      linux-rdma@vger.kernel.org
6860 W:      http://www.openfabrics.org/
6861 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
6863 S:      Supported
6864 F:      Documentation/devicetree/bindings/infiniband/
6865 F:      Documentation/infiniband/
6866 F:      drivers/infiniband/
6867 F:      include/uapi/linux/if_infiniband.h
6868 F:      include/uapi/rdma/
6869 F:      include/rdma/
6870
6871 INGENIC JZ4780 DMA Driver
6872 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
6873 S:      Maintained
6874 F:      drivers/dma/dma-jz4780.c
6875
6876 INGENIC JZ4780 NAND DRIVER
6877 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
6878 L:      linux-mtd@lists.infradead.org
6879 S:      Maintained
6880 F:      drivers/mtd/nand/jz4780_*
6881
6882 INOTIFY
6883 M:      Jan Kara <jack@suse.cz>
6884 R:      Amir Goldstein <amir73il@gmail.com>
6885 L:      linux-fsdevel@vger.kernel.org
6886 S:      Maintained
6887 F:      Documentation/filesystems/inotify.txt
6888 F:      fs/notify/inotify/
6889 F:      include/linux/inotify.h
6890 F:      include/uapi/linux/inotify.h
6891
6892 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
6893 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
6894 L:      linux-input@vger.kernel.org
6895 Q:      http://patchwork.kernel.org/project/linux-input/list/
6896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
6897 S:      Maintained
6898 F:      drivers/input/
6899 F:      include/linux/input.h
6900 F:      include/uapi/linux/input.h
6901 F:      include/uapi/linux/input-event-codes.h
6902 F:      include/linux/input/
6903 F:      Documentation/devicetree/bindings/input/
6904 F:      Documentation/input/
6905
6906 INPUT MULTITOUCH (MT) PROTOCOL
6907 M:      Henrik Rydberg <rydberg@bitmath.org>
6908 L:      linux-input@vger.kernel.org
6909 S:      Odd fixes
6910 F:      Documentation/input/multi-touch-protocol.rst
6911 F:      drivers/input/input-mt.c
6912 K:      \b(ABS|SYN)_MT_
6913
6914 INSIDE SECURE CRYPTO DRIVER
6915 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
6916 F:      drivers/crypto/inside-secure/
6917 S:      Maintained
6918 L:      linux-crypto@vger.kernel.org
6919
6920 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
6921 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6922 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
6923 L:      linux-integrity@vger.kernel.org
6924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
6925 S:      Supported
6926 F:      security/integrity/ima/
6927
6928 INTEL 810/815 FRAMEBUFFER DRIVER
6929 M:      Antonino Daplas <adaplas@gmail.com>
6930 L:      linux-fbdev@vger.kernel.org
6931 S:      Maintained
6932 F:      drivers/video/fbdev/i810/
6933
6934 INTEL ASoC BDW/HSW DRIVERS
6935 M:      Jie Yang <yang.jie@linux.intel.com>
6936 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6937 S:      Supported
6938 F:      sound/soc/intel/common/sst-dsp*
6939 F:      sound/soc/intel/common/sst-firmware.c
6940 F:      sound/soc/intel/boards/broadwell.c
6941 F:      sound/soc/intel/haswell/
6942
6943 INTEL C600 SERIES SAS CONTROLLER DRIVER
6944 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
6945 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
6946 L:      linux-scsi@vger.kernel.org
6947 T:      git git://git.code.sf.net/p/intel-sas/isci
6948 S:      Supported
6949 F:      drivers/scsi/isci/
6950
6951 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
6952 M:      Jani Nikula <jani.nikula@linux.intel.com>
6953 M:      Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
6954 M:      Rodrigo Vivi <rodrigo.vivi@intel.com>
6955 L:      intel-gfx@lists.freedesktop.org
6956 W:      https://01.org/linuxgraphics/
6957 B:      https://01.org/linuxgraphics/documentation/how-report-bugs
6958 C:      irc://chat.freenode.net/intel-gfx
6959 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
6960 T:      git git://anongit.freedesktop.org/drm-intel
6961 S:      Supported
6962 F:      drivers/gpu/drm/i915/
6963 F:      include/drm/i915*
6964 F:      include/uapi/drm/i915_drm.h
6965 F:      Documentation/gpu/i915.rst
6966
6967 INTEL ETHERNET DRIVERS
6968 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
6969 L:      intel-wired-lan@lists.osuosl.org (moderated for non-subscribers)
6970 W:      http://www.intel.com/support/feedback.htm
6971 W:      http://e1000.sourceforge.net/
6972 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
6973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
6974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
6975 S:      Supported
6976 F:      Documentation/networking/e100.txt
6977 F:      Documentation/networking/e1000.txt
6978 F:      Documentation/networking/e1000e.txt
6979 F:      Documentation/networking/igb.txt
6980 F:      Documentation/networking/igbvf.txt
6981 F:      Documentation/networking/ixgb.txt
6982 F:      Documentation/networking/ixgbe.txt
6983 F:      Documentation/networking/ixgbevf.txt
6984 F:      Documentation/networking/i40e.txt
6985 F:      Documentation/networking/i40evf.txt
6986 F:      drivers/net/ethernet/intel/
6987 F:      drivers/net/ethernet/intel/*/
6988 F:      include/linux/avf/virtchnl.h
6989
6990 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
6991 M:      Maik Broemme <mbroemme@libmpq.org>
6992 L:      linux-fbdev@vger.kernel.org
6993 S:      Maintained
6994 F:      Documentation/fb/intelfb.txt
6995 F:      drivers/video/fbdev/intelfb/
6996
6997 INTEL GVT-g DRIVERS (Intel GPU Virtualization)
6998 M:      Zhenyu Wang <zhenyuw@linux.intel.com>
6999 M:      Zhi Wang <zhi.a.wang@intel.com>
7000 L:      intel-gvt-dev@lists.freedesktop.org
7001 L:      intel-gfx@lists.freedesktop.org
7002 W:      https://01.org/igvt-g
7003 T:      git https://github.com/01org/gvt-linux.git
7004 S:      Supported
7005 F:      drivers/gpu/drm/i915/gvt/
7006
7007 INTEL HID EVENT DRIVER
7008 M:      Alex Hung <alex.hung@canonical.com>
7009 L:      platform-driver-x86@vger.kernel.org
7010 S:      Maintained
7011 F:      drivers/platform/x86/intel-hid.c
7012
7013 INTEL I/OAT DMA DRIVER
7014 M:      Dave Jiang <dave.jiang@intel.com>
7015 R:      Dan Williams <dan.j.williams@intel.com>
7016 L:      dmaengine@vger.kernel.org
7017 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
7018 S:      Supported
7019 F:      drivers/dma/ioat*
7020
7021 INTEL IDLE DRIVER
7022 M:      Jacob Pan <jacob.jun.pan@linux.intel.com>
7023 M:      Len Brown <lenb@kernel.org>
7024 L:      linux-pm@vger.kernel.org
7025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
7026 B:      https://bugzilla.kernel.org
7027 S:      Supported
7028 F:      drivers/idle/intel_idle.c
7029
7030 INTEL INTEGRATED SENSOR HUB DRIVER
7031 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7032 M:      Jiri Kosina <jikos@kernel.org>
7033 L:      linux-input@vger.kernel.org
7034 S:      Maintained
7035 F:      drivers/hid/intel-ish-hid/
7036
7037 INTEL IOMMU (VT-d)
7038 M:      David Woodhouse <dwmw2@infradead.org>
7039 L:      iommu@lists.linux-foundation.org
7040 T:      git git://git.infradead.org/iommu-2.6.git
7041 S:      Supported
7042 F:      drivers/iommu/intel-iommu.c
7043 F:      include/linux/intel-iommu.h
7044
7045 INTEL IOP-ADMA DMA DRIVER
7046 R:      Dan Williams <dan.j.williams@intel.com>
7047 S:      Odd fixes
7048 F:      drivers/dma/iop-adma.c
7049
7050 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
7051 M:      Krzysztof Halasa <khalasa@piap.pl>
7052 S:      Maintained
7053 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
7054 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
7055 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
7056 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
7057 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
7058 F:      drivers/net/wan/ixp4xx_hss.c
7059
7060 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
7061 M:      Deepak Saxena <dsaxena@plexity.net>
7062 S:      Maintained
7063 F:      drivers/char/hw_random/ixp4xx-rng.c
7064
7065 INTEL MANAGEMENT ENGINE (mei)
7066 M:      Tomas Winkler <tomas.winkler@intel.com>
7067 L:      linux-kernel@vger.kernel.org
7068 S:      Supported
7069 F:      include/uapi/linux/mei.h
7070 F:      include/linux/mei_cl_bus.h
7071 F:      drivers/misc/mei/*
7072 F:      drivers/watchdog/mei_wdt.c
7073 F:      Documentation/misc-devices/mei/*
7074 F:      samples/mei/*
7075
7076 INTEL MENLOW THERMAL DRIVER
7077 M:      Sujith Thomas <sujith.thomas@intel.com>
7078 L:      platform-driver-x86@vger.kernel.org
7079 W:      https://01.org/linux-acpi
7080 S:      Supported
7081 F:      drivers/platform/x86/intel_menlow.c
7082
7083 INTEL MERRIFIELD GPIO DRIVER
7084 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7085 L:      linux-gpio@vger.kernel.org
7086 S:      Maintained
7087 F:      drivers/gpio/gpio-merrifield.c
7088
7089 INTEL MIC DRIVERS (mic)
7090 M:      Sudeep Dutt <sudeep.dutt@intel.com>
7091 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
7092 S:      Supported
7093 W:      https://github.com/sudeepdutt/mic
7094 W:      http://software.intel.com/en-us/mic-developer
7095 F:      include/linux/mic_bus.h
7096 F:      include/linux/scif.h
7097 F:      include/uapi/linux/mic_common.h
7098 F:      include/uapi/linux/mic_ioctl.h
7099 F:      include/uapi/linux/scif_ioctl.h
7100 F:      drivers/misc/mic/
7101 F:      drivers/dma/mic_x100_dma.c
7102 F:      drivers/dma/mic_x100_dma.h
7103 F:      Documentation/mic/
7104
7105 INTEL PMC CORE DRIVER
7106 M:      Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
7107 M:      Vishwanath Somayaji <vishwanath.somayaji@intel.com>
7108 L:      platform-driver-x86@vger.kernel.org
7109 S:      Maintained
7110 F:      arch/x86/include/asm/pmc_core.h
7111 F:      drivers/platform/x86/intel_pmc_core*
7112
7113 INTEL PMC/P-Unit IPC DRIVER
7114 M:      Zha Qipeng<qipeng.zha@intel.com>
7115 L:      platform-driver-x86@vger.kernel.org
7116 S:      Maintained
7117 F:      drivers/platform/x86/intel_pmc_ipc.c
7118 F:      drivers/platform/x86/intel_punit_ipc.c
7119 F:      arch/x86/include/asm/intel_pmc_ipc.h
7120 F:      arch/x86/include/asm/intel_punit_ipc.h
7121
7122 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
7123 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
7124 L:      linux-wireless@vger.kernel.org
7125 S:      Maintained
7126 F:      Documentation/networking/README.ipw2100
7127 F:      Documentation/networking/README.ipw2200
7128 F:      drivers/net/wireless/intel/ipw2x00/
7129
7130 INTEL PSTATE DRIVER
7131 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
7132 M:      Len Brown <lenb@kernel.org>
7133 L:      linux-pm@vger.kernel.org
7134 S:      Supported
7135 F:      drivers/cpufreq/intel_pstate.c
7136
7137 INTEL RDMA RNIC DRIVER
7138 M:      Faisal Latif <faisal.latif@intel.com>
7139 M:      Shiraz Saleem <shiraz.saleem@intel.com>
7140 L:      linux-rdma@vger.kernel.org
7141 S:      Supported
7142 F:      drivers/infiniband/hw/i40iw/
7143
7144 INTEL TELEMETRY DRIVER
7145 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
7146 L:      platform-driver-x86@vger.kernel.org
7147 S:      Maintained
7148 F:      arch/x86/include/asm/intel_telemetry.h
7149 F:      drivers/platform/x86/intel_telemetry*
7150
7151 INTEL VIRTUAL BUTTON DRIVER
7152 M:      AceLan Kao <acelan.kao@canonical.com>
7153 L:      platform-driver-x86@vger.kernel.org
7154 S:      Maintained
7155 F:      drivers/platform/x86/intel-vbtn.c
7156
7157 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
7158 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7159 L:      linux-wireless@vger.kernel.org
7160 S:      Supported
7161 F:      drivers/net/wireless/intel/iwlegacy/
7162
7163 INTEL WIRELESS WIFI LINK (iwlwifi)
7164 M:      Johannes Berg <johannes.berg@intel.com>
7165 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
7166 M:      Luca Coelho <luciano.coelho@intel.com>
7167 M:      Intel Linux Wireless <linuxwifi@intel.com>
7168 L:      linux-wireless@vger.kernel.org
7169 W:      http://intellinuxwireless.org
7170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
7171 S:      Supported
7172 F:      drivers/net/wireless/intel/iwlwifi/
7173
7174 INTEL WIRELESS WIMAX CONNECTION 2400
7175 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
7176 M:      linux-wimax@intel.com
7177 L:      wimax@linuxwimax.org (subscribers-only)
7178 S:      Supported
7179 W:      http://linuxwimax.org
7180 F:      Documentation/wimax/README.i2400m
7181 F:      drivers/net/wimax/i2400m/
7182 F:      include/uapi/linux/wimax/i2400m.h
7183
7184 INTEL(R) TRACE HUB
7185 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
7186 S:      Supported
7187 F:      Documentation/trace/intel_th.txt
7188 F:      drivers/hwtracing/intel_th/
7189
7190 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
7191 M:      Ning Sun <ning.sun@intel.com>
7192 L:      tboot-devel@lists.sourceforge.net
7193 W:      http://tboot.sourceforge.net
7194 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
7195 S:      Supported
7196 F:      Documentation/intel_txt.txt
7197 F:      include/linux/tboot.h
7198 F:      arch/x86/kernel/tboot.c
7199
7200 INTEL-MID GPIO DRIVER
7201 M:      David Cohen <david.a.cohen@linux.intel.com>
7202 L:      linux-gpio@vger.kernel.org
7203 S:      Maintained
7204 F:      drivers/gpio/gpio-intel-mid.c
7205
7206 INVENSENSE MPU-3050 GYROSCOPE DRIVER
7207 M:      Linus Walleij <linus.walleij@linaro.org>
7208 L:      linux-iio@vger.kernel.org
7209 S:      Maintained
7210 F:      drivers/iio/gyro/mpu3050*
7211 F:      Documentation/devicetree/bindings/iio/gyroscope/inv,mpu3050.txt
7212
7213 IOC3 ETHERNET DRIVER
7214 M:      Ralf Baechle <ralf@linux-mips.org>
7215 L:      linux-mips@linux-mips.org
7216 S:      Maintained
7217 F:      drivers/net/ethernet/sgi/ioc3-eth.c
7218
7219 IOC3 SERIAL DRIVER
7220 M:      Pat Gefre <pfg@sgi.com>
7221 L:      linux-serial@vger.kernel.org
7222 S:      Maintained
7223 F:      drivers/tty/serial/ioc3_serial.c
7224
7225 IOMMU DRIVERS
7226 M:      Joerg Roedel <joro@8bytes.org>
7227 L:      iommu@lists.linux-foundation.org
7228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
7229 S:      Maintained
7230 F:      Documentation/devicetree/bindings/iommu/
7231 F:      drivers/iommu/
7232 F:      include/linux/iommu.h
7233 F:      include/linux/iova.h
7234
7235 IP MASQUERADING
7236 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
7237 S:      Maintained
7238 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
7239
7240 IPMI SUBSYSTEM
7241 M:      Corey Minyard <minyard@acm.org>
7242 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
7243 W:      http://openipmi.sourceforge.net/
7244 S:      Supported
7245 F:      Documentation/IPMI.txt
7246 F:      drivers/char/ipmi/
7247 F:      include/linux/ipmi*
7248 F:      include/uapi/linux/ipmi*
7249
7250 IPS SCSI RAID DRIVER
7251 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
7252 L:      linux-scsi@vger.kernel.org
7253 W:      http://www.adaptec.com/
7254 S:      Maintained
7255 F:      drivers/scsi/ips*
7256
7257 IPVS
7258 M:      Wensong Zhang <wensong@linux-vs.org>
7259 M:      Simon Horman <horms@verge.net.au>
7260 M:      Julian Anastasov <ja@ssi.bg>
7261 L:      netdev@vger.kernel.org
7262 L:      lvs-devel@vger.kernel.org
7263 S:      Maintained
7264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
7265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
7266 F:      Documentation/networking/ipvs-sysctl.txt
7267 F:      include/net/ip_vs.h
7268 F:      include/uapi/linux/ip_vs.h
7269 F:      net/netfilter/ipvs/
7270
7271 IPWIRELESS DRIVER
7272 M:      Jiri Kosina <jikos@kernel.org>
7273 M:      David Sterba <dsterba@suse.com>
7274 S:      Odd Fixes
7275 F:      drivers/tty/ipwireless/
7276
7277 IPX NETWORK LAYER
7278 L:      netdev@vger.kernel.org
7279 S:      Odd fixes
7280 F:      include/net/ipx.h
7281 F:      include/uapi/linux/ipx.h
7282 F:      net/ipx/
7283
7284 IRDA SUBSYSTEM
7285 M:      Samuel Ortiz <samuel@sortiz.org>
7286 L:      irda-users@lists.sourceforge.net (subscribers-only)
7287 L:      netdev@vger.kernel.org
7288 W:      http://irda.sourceforge.net/
7289 S:      Maintained
7290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
7291 F:      Documentation/networking/irda.txt
7292 F:      drivers/staging/irda/
7293
7294 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
7295 M:      Marc Zyngier <marc.zyngier@arm.com>
7296 S:      Maintained
7297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7298 F:      Documentation/IRQ-domain.txt
7299 F:      include/linux/irqdomain.h
7300 F:      kernel/irq/irqdomain.c
7301 F:      kernel/irq/msi.c
7302
7303 IRQ SUBSYSTEM
7304 M:      Thomas Gleixner <tglx@linutronix.de>
7305 L:      linux-kernel@vger.kernel.org
7306 S:      Maintained
7307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7308 F:      kernel/irq/
7309
7310 IRQCHIP DRIVERS
7311 M:      Thomas Gleixner <tglx@linutronix.de>
7312 M:      Jason Cooper <jason@lakedaemon.net>
7313 M:      Marc Zyngier <marc.zyngier@arm.com>
7314 L:      linux-kernel@vger.kernel.org
7315 S:      Maintained
7316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
7317 F:      Documentation/devicetree/bindings/interrupt-controller/
7318 F:      drivers/irqchip/
7319
7320 ISA
7321 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
7322 S:      Maintained
7323 F:      Documentation/isa.txt
7324 F:      drivers/base/isa.c
7325 F:      include/linux/isa.h
7326
7327 ISA RADIO MODULE
7328 M:      Hans Verkuil <hverkuil@xs4all.nl>
7329 L:      linux-media@vger.kernel.org
7330 T:      git git://linuxtv.org/media_tree.git
7331 W:      https://linuxtv.org
7332 S:      Maintained
7333 F:      drivers/media/radio/radio-isa*
7334
7335 ISAPNP
7336 M:      Jaroslav Kysela <perex@perex.cz>
7337 S:      Maintained
7338 F:      Documentation/isapnp.txt
7339 F:      drivers/pnp/isapnp/
7340 F:      include/linux/isapnp.h
7341
7342 ISCSI
7343 M:      Lee Duncan <lduncan@suse.com>
7344 M:      Chris Leech <cleech@redhat.com>
7345 L:      open-iscsi@googlegroups.com
7346 W:      www.open-iscsi.com
7347 S:      Maintained
7348 F:      drivers/scsi/*iscsi*
7349 F:      include/scsi/*iscsi*
7350
7351 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
7352 M:      Peter Jones <pjones@redhat.com>
7353 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
7354 S:      Maintained
7355 F:      drivers/firmware/iscsi_ibft*
7356
7357 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
7358 M:      Or Gerlitz <ogerlitz@mellanox.com>
7359 M:      Sagi Grimberg <sagi@grimberg.me>
7360 M:      Roi Dayan <roid@mellanox.com>
7361 L:      linux-rdma@vger.kernel.org
7362 S:      Supported
7363 W:      http://www.openfabrics.org
7364 W:      www.open-iscsi.org
7365 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7366 F:      drivers/infiniband/ulp/iser/
7367
7368 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
7369 M:      Sagi Grimberg <sagi@grimberg.me>
7370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
7371 L:      linux-rdma@vger.kernel.org
7372 L:      target-devel@vger.kernel.org
7373 S:      Supported
7374 W:      http://www.linux-iscsi.org
7375 F:      drivers/infiniband/ulp/isert
7376
7377 ISDN SUBSYSTEM
7378 M:      Karsten Keil <isdn@linux-pingi.de>
7379 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7380 L:      netdev@vger.kernel.org
7381 W:      http://www.isdn4linux.de
7382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
7383 S:      Maintained
7384 F:      Documentation/isdn/
7385 F:      drivers/isdn/
7386 F:      include/linux/isdn.h
7387 F:      include/linux/isdn/
7388 F:      include/uapi/linux/isdn.h
7389 F:      include/uapi/linux/isdn/
7390
7391 ISDN SUBSYSTEM (Eicon active card driver)
7392 M:      Armin Schindler <mac@melware.de>
7393 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
7394 W:      http://www.melware.de
7395 S:      Maintained
7396 F:      drivers/isdn/hardware/eicon/
7397
7398 IT87 HARDWARE MONITORING DRIVER
7399 M:      Jean Delvare <jdelvare@suse.com>
7400 L:      linux-hwmon@vger.kernel.org
7401 S:      Maintained
7402 F:      Documentation/hwmon/it87
7403 F:      drivers/hwmon/it87.c
7404
7405 IT913X MEDIA DRIVER
7406 M:      Antti Palosaari <crope@iki.fi>
7407 L:      linux-media@vger.kernel.org
7408 W:      https://linuxtv.org
7409 W:      http://palosaari.fi/linux/
7410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7411 T:      git git://linuxtv.org/anttip/media_tree.git
7412 S:      Maintained
7413 F:      drivers/media/tuners/it913x*
7414
7415 IVTV VIDEO4LINUX DRIVER
7416 M:      Andy Walls <awalls@md.metrocast.net>
7417 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
7418 L:      linux-media@vger.kernel.org
7419 T:      git git://linuxtv.org/media_tree.git
7420 W:      http://www.ivtvdriver.org
7421 S:      Maintained
7422 F:      Documentation/media/v4l-drivers/ivtv*
7423 F:      drivers/media/pci/ivtv/
7424 F:      include/uapi/linux/ivtv*
7425
7426 IX2505V MEDIA DRIVER
7427 M:      Malcolm Priestley <tvboxspy@gmail.com>
7428 L:      linux-media@vger.kernel.org
7429 W:      https://linuxtv.org
7430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7431 S:      Maintained
7432 F:      drivers/media/dvb-frontends/ix2505v*
7433
7434 JC42.4 TEMPERATURE SENSOR DRIVER
7435 M:      Guenter Roeck <linux@roeck-us.net>
7436 L:      linux-hwmon@vger.kernel.org
7437 S:      Maintained
7438 F:      drivers/hwmon/jc42.c
7439 F:      Documentation/hwmon/jc42
7440
7441 JFS FILESYSTEM
7442 M:      Dave Kleikamp <shaggy@kernel.org>
7443 L:      jfs-discussion@lists.sourceforge.net
7444 W:      http://jfs.sourceforge.net/
7445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
7446 S:      Maintained
7447 F:      Documentation/filesystems/jfs.txt
7448 F:      fs/jfs/
7449
7450 JME NETWORK DRIVER
7451 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
7452 L:      netdev@vger.kernel.org
7453 S:      Maintained
7454 F:      drivers/net/ethernet/jme.*
7455
7456 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
7457 M:      David Woodhouse <dwmw2@infradead.org>
7458 L:      linux-mtd@lists.infradead.org
7459 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
7460 S:      Maintained
7461 F:      fs/jffs2/
7462 F:      include/uapi/linux/jffs2.h
7463
7464 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
7465 M:      "Theodore Ts'o" <tytso@mit.edu>
7466 M:      Jan Kara <jack@suse.com>
7467 L:      linux-ext4@vger.kernel.org
7468 S:      Maintained
7469 F:      fs/jbd2/
7470 F:      include/linux/jbd2.h
7471
7472 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
7473 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
7474 L:      linux-media@vger.kernel.org
7475 S:      Maintained
7476 F:      drivers/media/platform/rcar_jpu.c
7477
7478 JSM Neo PCI based serial card
7479 M:      Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
7480 L:      linux-serial@vger.kernel.org
7481 S:      Maintained
7482 F:      drivers/tty/serial/jsm/
7483
7484 K10TEMP HARDWARE MONITORING DRIVER
7485 M:      Clemens Ladisch <clemens@ladisch.de>
7486 L:      linux-hwmon@vger.kernel.org
7487 S:      Maintained
7488 F:      Documentation/hwmon/k10temp
7489 F:      drivers/hwmon/k10temp.c
7490
7491 K8TEMP HARDWARE MONITORING DRIVER
7492 M:      Rudolf Marek <r.marek@assembler.cz>
7493 L:      linux-hwmon@vger.kernel.org
7494 S:      Maintained
7495 F:      Documentation/hwmon/k8temp
7496 F:      drivers/hwmon/k8temp.c
7497
7498 KASAN
7499 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
7500 R:      Alexander Potapenko <glider@google.com>
7501 R:      Dmitry Vyukov <dvyukov@google.com>
7502 L:      kasan-dev@googlegroups.com
7503 S:      Maintained
7504 F:      arch/*/include/asm/kasan.h
7505 F:      arch/*/mm/kasan_init*
7506 F:      Documentation/dev-tools/kasan.rst
7507 F:      include/linux/kasan*.h
7508 F:      lib/test_kasan.c
7509 F:      mm/kasan/
7510 F:      scripts/Makefile.kasan
7511
7512 KCONFIG
7513 L:      linux-kbuild@vger.kernel.org
7514 S:      Orphan
7515 F:      Documentation/kbuild/kconfig-language.txt
7516 F:      scripts/kconfig/
7517
7518 KDUMP
7519 M:      Dave Young <dyoung@redhat.com>
7520 M:      Baoquan He <bhe@redhat.com>
7521 R:      Vivek Goyal <vgoyal@redhat.com>
7522 L:      kexec@lists.infradead.org
7523 W:      http://lse.sourceforge.net/kdump/
7524 S:      Maintained
7525 F:      Documentation/kdump/
7526
7527 KEENE FM RADIO TRANSMITTER DRIVER
7528 M:      Hans Verkuil <hverkuil@xs4all.nl>
7529 L:      linux-media@vger.kernel.org
7530 T:      git git://linuxtv.org/media_tree.git
7531 W:      https://linuxtv.org
7532 S:      Maintained
7533 F:      drivers/media/radio/radio-keene*
7534
7535 KERNEL AUTOMOUNTER v4 (AUTOFS4)
7536 M:      Ian Kent <raven@themaw.net>
7537 L:      autofs@vger.kernel.org
7538 S:      Maintained
7539 F:      fs/autofs4/
7540
7541 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
7542 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
7543 M:      Michal Marek <michal.lkml@markovi.net>
7544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
7545 L:      linux-kbuild@vger.kernel.org
7546 S:      Maintained
7547 F:      Documentation/kbuild/
7548 F:      Makefile
7549 F:      scripts/Makefile.*
7550 F:      scripts/basic/
7551 F:      scripts/mk*
7552 F:      scripts/package/
7553
7554 KERNEL JANITORS
7555 L:      kernel-janitors@vger.kernel.org
7556 W:      http://kernelnewbies.org/KernelJanitors
7557 S:      Odd Fixes
7558
7559 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
7560 M:      "J. Bruce Fields" <bfields@fieldses.org>
7561 M:      Jeff Layton <jlayton@kernel.org>
7562 L:      linux-nfs@vger.kernel.org
7563 W:      http://nfs.sourceforge.net/
7564 T:      git git://linux-nfs.org/~bfields/linux.git
7565 S:      Supported
7566 F:      fs/nfsd/
7567 F:      include/uapi/linux/nfsd/
7568 F:      fs/lockd/
7569 F:      fs/nfs_common/
7570 F:      net/sunrpc/
7571 F:      include/linux/lockd/
7572 F:      include/linux/sunrpc/
7573 F:      include/uapi/linux/sunrpc/
7574
7575 KERNEL SELFTEST FRAMEWORK
7576 M:      Shuah Khan <shuahkh@osg.samsung.com>
7577 M:      Shuah Khan <shuah@kernel.org>
7578 L:      linux-kselftest@vger.kernel.org
7579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
7580 S:      Maintained
7581 F:      tools/testing/selftests/
7582 F:      Documentation/dev-tools/kselftest*
7583
7584 KERNEL USERMODE HELPER
7585 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
7586 L:      linux-kernel@vger.kernel.org
7587 S:      Maintained
7588 F:      kernel/umh.c
7589 F:      include/linux/umh.h
7590
7591 KERNEL VIRTUAL MACHINE (KVM)
7592 M:      Paolo Bonzini <pbonzini@redhat.com>
7593 M:      Radim Krčmář <rkrcmar@redhat.com>
7594 L:      kvm@vger.kernel.org
7595 W:      http://www.linux-kvm.org
7596 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7597 S:      Supported
7598 F:      Documentation/virtual/kvm/
7599 F:      include/trace/events/kvm.h
7600 F:      include/uapi/asm-generic/kvm*
7601 F:      include/uapi/linux/kvm*
7602 F:      include/asm-generic/kvm*
7603 F:      include/linux/kvm*
7604 F:      include/kvm/iodev.h
7605 F:      virt/kvm/*
7606 F:      tools/kvm/
7607
7608 KERNEL VIRTUAL MACHINE FOR AMD-V (KVM/amd)
7609 M:      Joerg Roedel <joro@8bytes.org>
7610 L:      kvm@vger.kernel.org
7611 W:      http://www.linux-kvm.org/
7612 S:      Maintained
7613 F:      arch/x86/include/asm/svm.h
7614 F:      arch/x86/kvm/svm.c
7615
7616 KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
7617 M:      Christoffer Dall <christoffer.dall@linaro.org>
7618 M:      Marc Zyngier <marc.zyngier@arm.com>
7619 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7620 L:      kvmarm@lists.cs.columbia.edu
7621 W:      http://systems.cs.columbia.edu/projects/kvm-arm
7622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
7623 S:      Supported
7624 F:      arch/arm/include/uapi/asm/kvm*
7625 F:      arch/arm/include/asm/kvm*
7626 F:      arch/arm/kvm/
7627 F:      virt/kvm/arm/
7628 F:      include/kvm/arm_*
7629
7630 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
7631 M:      Christoffer Dall <christoffer.dall@linaro.org>
7632 M:      Marc Zyngier <marc.zyngier@arm.com>
7633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7634 L:      kvmarm@lists.cs.columbia.edu
7635 S:      Maintained
7636 F:      arch/arm64/include/uapi/asm/kvm*
7637 F:      arch/arm64/include/asm/kvm*
7638 F:      arch/arm64/kvm/
7639
7640 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
7641 M:      James Hogan <jhogan@kernel.org>
7642 L:      linux-mips@linux-mips.org
7643 S:      Supported
7644 F:      arch/mips/include/uapi/asm/kvm*
7645 F:      arch/mips/include/asm/kvm*
7646 F:      arch/mips/kvm/
7647
7648 KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc)
7649 M:      Paul Mackerras <paulus@ozlabs.org>
7650 L:      kvm-ppc@vger.kernel.org
7651 W:      http://www.linux-kvm.org/
7652 T:      git git://github.com/agraf/linux-2.6.git
7653 S:      Supported
7654 F:      arch/powerpc/include/uapi/asm/kvm*
7655 F:      arch/powerpc/include/asm/kvm*
7656 F:      arch/powerpc/kvm/
7657 F:      arch/powerpc/kernel/kvm*
7658
7659 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
7660 M:      Christian Borntraeger <borntraeger@de.ibm.com>
7661 M:      Cornelia Huck <cohuck@redhat.com>
7662 L:      linux-s390@vger.kernel.org
7663 W:      http://www.ibm.com/developerworks/linux/linux390/
7664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
7665 S:      Supported
7666 F:      arch/s390/include/uapi/asm/kvm*
7667 F:      arch/s390/include/asm/gmap.h
7668 F:      arch/s390/include/asm/kvm*
7669 F:      arch/s390/kvm/
7670 F:      arch/s390/mm/gmap.c
7671
7672 KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86)
7673 M:      Paolo Bonzini <pbonzini@redhat.com>
7674 M:      Radim Krčmář <rkrcmar@redhat.com>
7675 L:      kvm@vger.kernel.org
7676 W:      http://www.linux-kvm.org
7677 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
7678 S:      Supported
7679 F:      arch/x86/kvm/
7680 F:      arch/x86/include/uapi/asm/kvm*
7681 F:      arch/x86/include/asm/kvm*
7682 F:      arch/x86/include/asm/pvclock-abi.h
7683 F:      arch/x86/kernel/kvm.c
7684 F:      arch/x86/kernel/kvmclock.c
7685
7686 KERNFS
7687 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7688 M:      Tejun Heo <tj@kernel.org>
7689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7690 S:      Supported
7691 F:      include/linux/kernfs.h
7692 F:      fs/kernfs/
7693
7694 KEXEC
7695 M:      Eric Biederman <ebiederm@xmission.com>
7696 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
7697 L:      kexec@lists.infradead.org
7698 S:      Maintained
7699 F:      include/linux/kexec.h
7700 F:      include/uapi/linux/kexec.h
7701 F:      kernel/kexec*
7702
7703 KEYS-ENCRYPTED
7704 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7705 L:      linux-integrity@vger.kernel.org
7706 L:      keyrings@vger.kernel.org
7707 S:      Supported
7708 F:      Documentation/security/keys/trusted-encrypted.rst
7709 F:      include/keys/encrypted-type.h
7710 F:      security/keys/encrypted-keys/
7711
7712 KEYS-TRUSTED
7713 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
7714 L:      linux-integrity@vger.kernel.org
7715 L:      keyrings@vger.kernel.org
7716 S:      Supported
7717 F:      Documentation/security/keys/trusted-encrypted.rst
7718 F:      include/keys/trusted-type.h
7719 F:      security/keys/trusted.c
7720 F:      security/keys/trusted.h
7721
7722 KEYS/KEYRINGS:
7723 M:      David Howells <dhowells@redhat.com>
7724 L:      keyrings@vger.kernel.org
7725 S:      Maintained
7726 F:      Documentation/security/keys/core.rst
7727 F:      include/linux/key.h
7728 F:      include/linux/key-type.h
7729 F:      include/linux/keyctl.h
7730 F:      include/uapi/linux/keyctl.h
7731 F:      include/keys/
7732 F:      security/keys/
7733
7734 KGDB / KDB /debug_core
7735 M:      Jason Wessel <jason.wessel@windriver.com>
7736 W:      http://kgdb.wiki.kernel.org/
7737 L:      kgdb-bugreport@lists.sourceforge.net
7738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
7739 S:      Maintained
7740 F:      Documentation/dev-tools/kgdb.rst
7741 F:      drivers/misc/kgdbts.c
7742 F:      drivers/tty/serial/kgdboc.c
7743 F:      include/linux/kdb.h
7744 F:      include/linux/kgdb.h
7745 F:      kernel/debug/
7746
7747 KMEMLEAK
7748 M:      Catalin Marinas <catalin.marinas@arm.com>
7749 S:      Maintained
7750 F:      Documentation/dev-tools/kmemleak.rst
7751 F:      include/linux/kmemleak.h
7752 F:      mm/kmemleak.c
7753 F:      mm/kmemleak-test.c
7754
7755 KMOD KERNEL MODULE LOADER - USERMODE HELPER
7756 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
7757 L:      linux-kernel@vger.kernel.org
7758 S:      Maintained
7759 F:      kernel/kmod.c
7760 F:      include/linux/kmod.h
7761 F:      lib/test_kmod.c
7762 F:      tools/testing/selftests/kmod/
7763
7764 KPROBES
7765 M:      Ananth N Mavinakayanahalli <ananth@linux.vnet.ibm.com>
7766 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
7767 M:      "David S. Miller" <davem@davemloft.net>
7768 M:      Masami Hiramatsu <mhiramat@kernel.org>
7769 S:      Maintained
7770 F:      Documentation/kprobes.txt
7771 F:      include/linux/kprobes.h
7772 F:      include/asm-generic/kprobes.h
7773 F:      kernel/kprobes.c
7774
7775 KS0108 LCD CONTROLLER DRIVER
7776 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
7777 W:      http://miguelojeda.es/auxdisplay.htm
7778 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
7779 S:      Maintained
7780 F:      Documentation/auxdisplay/ks0108
7781 F:      drivers/auxdisplay/ks0108.c
7782 F:      include/linux/ks0108.h
7783
7784 L3MDEV
7785 M:      David Ahern <dsa@cumulusnetworks.com>
7786 L:      netdev@vger.kernel.org
7787 S:      Maintained
7788 F:      net/l3mdev
7789 F:      include/net/l3mdev.h
7790
7791 LANTIQ MIPS ARCHITECTURE
7792 M:      John Crispin <john@phrozen.org>
7793 L:      linux-mips@linux-mips.org
7794 S:      Maintained
7795 F:      arch/mips/lantiq
7796 F:      drivers/soc/lantiq
7797
7798 LAPB module
7799 L:      linux-x25@vger.kernel.org
7800 S:      Orphan
7801 F:      Documentation/networking/lapb-module.txt
7802 F:      include/*/lapb.h
7803 F:      net/lapb/
7804
7805 LASI 53c700 driver for PARISC
7806 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7807 L:      linux-scsi@vger.kernel.org
7808 S:      Maintained
7809 F:      Documentation/scsi/53c700.txt
7810 F:      drivers/scsi/53c700*
7811
7812 LEAKING_ADDRESSES
7813 M:      Tobin C. Harding <me@tobin.cc>
7814 S:      Maintained
7815 F:      scripts/leaking_addresses.pl
7816
7817 LED SUBSYSTEM
7818 M:      Richard Purdie <rpurdie@rpsys.net>
7819 M:      Jacek Anaszewski <jacek.anaszewski@gmail.com>
7820 M:      Pavel Machek <pavel@ucw.cz>
7821 L:      linux-leds@vger.kernel.org
7822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
7823 S:      Maintained
7824 F:      Documentation/devicetree/bindings/leds/
7825 F:      drivers/leds/
7826 F:      include/linux/leds.h
7827
7828 LEGACY EEPROM DRIVER
7829 M:      Jean Delvare <jdelvare@suse.com>
7830 S:      Maintained
7831 F:      Documentation/misc-devices/eeprom
7832 F:      drivers/misc/eeprom/eeprom.c
7833
7834 LEGO USB Tower driver
7835 M:      Juergen Stuber <starblue@users.sourceforge.net>
7836 L:      legousb-devel@lists.sourceforge.net
7837 W:      http://legousb.sourceforge.net/
7838 S:      Maintained
7839 F:      drivers/usb/misc/legousbtower.c
7840
7841 LG2160 MEDIA DRIVER
7842 M:      Michael Krufky <mkrufky@linuxtv.org>
7843 L:      linux-media@vger.kernel.org
7844 W:      https://linuxtv.org
7845 W:      http://github.com/mkrufky
7846 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7847 T:      git git://linuxtv.org/mkrufky/tuners.git
7848 S:      Maintained
7849 F:      drivers/media/dvb-frontends/lg2160.*
7850
7851 LGDT3305 MEDIA DRIVER
7852 M:      Michael Krufky <mkrufky@linuxtv.org>
7853 L:      linux-media@vger.kernel.org
7854 W:      https://linuxtv.org
7855 W:      http://github.com/mkrufky
7856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7857 T:      git git://linuxtv.org/mkrufky/tuners.git
7858 S:      Maintained
7859 F:      drivers/media/dvb-frontends/lgdt3305.*
7860
7861 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
7862 M:      Viresh Kumar <vireshk@kernel.org>
7863 L:      linux-ide@vger.kernel.org
7864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7865 S:      Maintained
7866 F:      include/linux/pata_arasan_cf_data.h
7867 F:      drivers/ata/pata_arasan_cf.c
7868
7869 LIBATA PATA DRIVERS
7870 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
7871 M:      Tejun Heo <tj@kernel.org>
7872 L:      linux-ide@vger.kernel.org
7873 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7874 S:      Maintained
7875 F:      drivers/ata/pata_*.c
7876 F:      drivers/ata/ata_generic.c
7877
7878 LIBATA PATA FARADAY FTIDE010 AND GEMINI SATA BRIDGE DRIVERS
7879 M:      Linus Walleij <linus.walleij@linaro.org>
7880 L:      linux-ide@vger.kernel.org
7881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7882 S:      Maintained
7883 F:      drivers/ata/pata_ftide010.c
7884 F:      drivers/ata/sata_gemini.c
7885 F:      drivers/ata/sata_gemini.h
7886
7887 LIBATA SATA AHCI PLATFORM devices support
7888 M:      Hans de Goede <hdegoede@redhat.com>
7889 M:      Tejun Heo <tj@kernel.org>
7890 L:      linux-ide@vger.kernel.org
7891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7892 S:      Maintained
7893 F:      drivers/ata/ahci_platform.c
7894 F:      drivers/ata/libahci_platform.c
7895 F:      include/linux/ahci_platform.h
7896
7897 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
7898 M:      Mikael Pettersson <mikpelinux@gmail.com>
7899 L:      linux-ide@vger.kernel.org
7900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7901 S:      Maintained
7902 F:      drivers/ata/sata_promise.*
7903
7904 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
7905 M:      Tejun Heo <tj@kernel.org>
7906 L:      linux-ide@vger.kernel.org
7907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7908 S:      Maintained
7909 F:      drivers/ata/
7910 F:      include/linux/ata.h
7911 F:      include/linux/libata.h
7912 F:      Documentation/devicetree/bindings/ata/
7913
7914 LIBLOCKDEP
7915 M:      Sasha Levin <alexander.levin@verizon.com>
7916 S:      Maintained
7917 F:      tools/lib/lockdep/
7918
7919 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
7920 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7921 L:      linux-nvdimm@lists.01.org
7922 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7923 S:      Supported
7924 F:      drivers/nvdimm/blk.c
7925 F:      drivers/nvdimm/region_devs.c
7926
7927 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
7928 M:      Vishal Verma <vishal.l.verma@intel.com>
7929 L:      linux-nvdimm@lists.01.org
7930 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7931 S:      Supported
7932 F:      drivers/nvdimm/btt*
7933
7934 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
7935 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
7936 L:      linux-nvdimm@lists.01.org
7937 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7938 S:      Supported
7939 F:      drivers/nvdimm/pmem*
7940
7941 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
7942 M:      Dan Williams <dan.j.williams@intel.com>
7943 L:      linux-nvdimm@lists.01.org
7944 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
7945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
7946 S:      Supported
7947 F:      drivers/nvdimm/*
7948 F:      drivers/acpi/nfit/*
7949 F:      include/linux/nd.h
7950 F:      include/linux/libnvdimm.h
7951 F:      include/uapi/linux/ndctl.h
7952
7953 LIGHTNVM PLATFORM SUPPORT
7954 M:      Matias Bjorling <mb@lightnvm.io>
7955 W:      http://github/OpenChannelSSD
7956 L:      linux-block@vger.kernel.org
7957 S:      Maintained
7958 F:      drivers/lightnvm/
7959 F:      include/linux/lightnvm.h
7960 F:      include/uapi/linux/lightnvm.h
7961
7962 LINUX FOR POWER MACINTOSH
7963 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7964 W:      http://www.penguinppc.org/
7965 L:      linuxppc-dev@lists.ozlabs.org
7966 S:      Maintained
7967 F:      arch/powerpc/platforms/powermac/
7968 F:      drivers/macintosh/
7969
7970 LINUX FOR POWERPC (32-BIT AND 64-BIT)
7971 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7972 M:      Paul Mackerras <paulus@samba.org>
7973 M:      Michael Ellerman <mpe@ellerman.id.au>
7974 W:      https://github.com/linuxppc/linux/wiki
7975 L:      linuxppc-dev@lists.ozlabs.org
7976 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
7977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
7978 S:      Supported
7979 F:      Documentation/ABI/stable/sysfs-firmware-opal-*
7980 F:      Documentation/devicetree/bindings/powerpc/
7981 F:      Documentation/devicetree/bindings/rtc/rtc-opal.txt
7982 F:      Documentation/devicetree/bindings/i2c/i2c-opal.txt
7983 F:      Documentation/powerpc/
7984 F:      arch/powerpc/
7985 F:      drivers/char/tpm/tpm_ibmvtpm*
7986 F:      drivers/crypto/nx/
7987 F:      drivers/crypto/vmx/
7988 F:      drivers/i2c/busses/i2c-opal.c
7989 F:      drivers/net/ethernet/ibm/ibmveth.*
7990 F:      drivers/net/ethernet/ibm/ibmvnic.*
7991 F:      drivers/pci/hotplug/pnv_php.c
7992 F:      drivers/pci/hotplug/rpa*
7993 F:      drivers/rtc/rtc-opal.c
7994 F:      drivers/scsi/ibmvscsi/
7995 F:      drivers/tty/hvc/hvc_opal.c
7996 F:      drivers/watchdog/wdrtas.c
7997 F:      tools/testing/selftests/powerpc
7998 N:      /pmac
7999 N:      powermac
8000 N:      powernv
8001 N:      [^a-z0-9]ps3
8002 N:      pseries
8003
8004 LINUX FOR POWERPC EMBEDDED MPC5XXX
8005 M:      Anatolij Gustschin <agust@denx.de>
8006 L:      linuxppc-dev@lists.ozlabs.org
8007 T:      git git://git.denx.de/linux-denx-agust.git
8008 S:      Maintained
8009 F:      arch/powerpc/platforms/512x/
8010 F:      arch/powerpc/platforms/52xx/
8011
8012 LINUX FOR POWERPC EMBEDDED PPC4XX
8013 M:      Alistair Popple <alistair@popple.id.au>
8014 M:      Matt Porter <mporter@kernel.crashing.org>
8015 W:      http://www.penguinppc.org/
8016 L:      linuxppc-dev@lists.ozlabs.org
8017 S:      Maintained
8018 F:      arch/powerpc/platforms/40x/
8019 F:      arch/powerpc/platforms/44x/
8020
8021 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8022 M:      Scott Wood <oss@buserror.net>
8023 M:      Kumar Gala <galak@kernel.crashing.org>
8024 W:      http://www.penguinppc.org/
8025 L:      linuxppc-dev@lists.ozlabs.org
8026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
8027 S:      Maintained
8028 F:      arch/powerpc/platforms/83xx/
8029 F:      arch/powerpc/platforms/85xx/
8030 F:      Documentation/devicetree/bindings/powerpc/fsl/
8031
8032 LINUX FOR POWERPC EMBEDDED PPC8XX
8033 M:      Vitaly Bordug <vitb@kernel.crashing.org>
8034 W:      http://www.penguinppc.org/
8035 L:      linuxppc-dev@lists.ozlabs.org
8036 S:      Maintained
8037 F:      arch/powerpc/platforms/8xx/
8038
8039 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8040 L:      linuxppc-dev@lists.ozlabs.org
8041 S:      Orphan
8042 F:      arch/powerpc/*/*virtex*
8043 F:      arch/powerpc/*/*/*virtex*
8044
8045 LINUX FOR POWERPC PA SEMI PWRFICIENT
8046 L:      linuxppc-dev@lists.ozlabs.org
8047 S:      Orphan
8048 F:      arch/powerpc/platforms/pasemi/
8049 F:      drivers/*/*pasemi*
8050 F:      drivers/*/*/*pasemi*
8051
8052 LINUX KERNEL DUMP TEST MODULE (LKDTM)
8053 M:      Kees Cook <keescook@chromium.org>
8054 S:      Maintained
8055 F:      drivers/misc/lkdtm*
8056
8057 LINUX SECURITY MODULE (LSM) FRAMEWORK
8058 M:      Chris Wright <chrisw@sous-sol.org>
8059 L:      linux-security-module@vger.kernel.org
8060 S:      Supported
8061
8062 LIS3LV02D ACCELEROMETER DRIVER
8063 M:      Eric Piel <eric.piel@tremplin-utc.net>
8064 S:      Maintained
8065 F:      Documentation/misc-devices/lis3lv02d
8066 F:      drivers/misc/lis3lv02d/
8067 F:      drivers/platform/x86/hp_accel.c
8068
8069 LIVE PATCHING
8070 M:      Josh Poimboeuf <jpoimboe@redhat.com>
8071 M:      Jessica Yu <jeyu@kernel.org>
8072 M:      Jiri Kosina <jikos@kernel.org>
8073 M:      Miroslav Benes <mbenes@suse.cz>
8074 R:      Petr Mladek <pmladek@suse.com>
8075 S:      Maintained
8076 F:      kernel/livepatch/
8077 F:      include/linux/livepatch.h
8078 F:      arch/x86/include/asm/livepatch.h
8079 F:      arch/x86/kernel/livepatch.c
8080 F:      Documentation/livepatch/
8081 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
8082 F:      samples/livepatch/
8083 L:      live-patching@vger.kernel.org
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
8085
8086 LLC (802.2)
8087 L:      netdev@vger.kernel.org
8088 S:      Odd fixes
8089 F:      include/linux/llc.h
8090 F:      include/uapi/linux/llc.h
8091 F:      include/net/llc*
8092 F:      net/llc/
8093
8094 LM73 HARDWARE MONITOR DRIVER
8095 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
8096 L:      linux-hwmon@vger.kernel.org
8097 S:      Maintained
8098 F:      drivers/hwmon/lm73.c
8099
8100 LM78 HARDWARE MONITOR DRIVER
8101 M:      Jean Delvare <jdelvare@suse.com>
8102 L:      linux-hwmon@vger.kernel.org
8103 S:      Maintained
8104 F:      Documentation/hwmon/lm78
8105 F:      drivers/hwmon/lm78.c
8106
8107 LM83 HARDWARE MONITOR DRIVER
8108 M:      Jean Delvare <jdelvare@suse.com>
8109 L:      linux-hwmon@vger.kernel.org
8110 S:      Maintained
8111 F:      Documentation/hwmon/lm83
8112 F:      drivers/hwmon/lm83.c
8113
8114 LM90 HARDWARE MONITOR DRIVER
8115 M:      Jean Delvare <jdelvare@suse.com>
8116 L:      linux-hwmon@vger.kernel.org
8117 S:      Maintained
8118 F:      Documentation/hwmon/lm90
8119 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
8120 F:      drivers/hwmon/lm90.c
8121 F:      include/dt-bindings/thermal/lm90.h
8122
8123 LM95234 HARDWARE MONITOR DRIVER
8124 M:      Guenter Roeck <linux@roeck-us.net>
8125 L:      linux-hwmon@vger.kernel.org
8126 S:      Maintained
8127 F:      Documentation/hwmon/lm95234
8128 F:      drivers/hwmon/lm95234.c
8129
8130 LME2510 MEDIA DRIVER
8131 M:      Malcolm Priestley <tvboxspy@gmail.com>
8132 L:      linux-media@vger.kernel.org
8133 W:      https://linuxtv.org
8134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8135 S:      Maintained
8136 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
8137
8138 LOADPIN SECURITY MODULE
8139 M:      Kees Cook <keescook@chromium.org>
8140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git lsm/loadpin
8141 S:      Supported
8142 F:      security/loadpin/
8143 F:      Documentation/admin-guide/LSM/LoadPin.rst
8144
8145 LOCKING PRIMITIVES
8146 M:      Peter Zijlstra <peterz@infradead.org>
8147 M:      Ingo Molnar <mingo@redhat.com>
8148 L:      linux-kernel@vger.kernel.org
8149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
8150 S:      Maintained
8151 F:      Documentation/locking/
8152 F:      include/linux/lockdep.h
8153 F:      include/linux/spinlock*.h
8154 F:      arch/*/include/asm/spinlock*.h
8155 F:      include/linux/rwlock*.h
8156 F:      include/linux/mutex*.h
8157 F:      arch/*/include/asm/mutex*.h
8158 F:      include/linux/rwsem*.h
8159 F:      arch/*/include/asm/rwsem.h
8160 F:      include/linux/seqlock.h
8161 F:      lib/locking*.[ch]
8162 F:      kernel/locking/
8163
8164 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8165 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
8166 L:      linux-ntfs-dev@lists.sourceforge.net
8167 W:      http://www.linux-ntfs.org/content/view/19/37/
8168 S:      Maintained
8169 F:      Documentation/ldm.txt
8170 F:      block/partitions/ldm.*
8171
8172 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8173 M:      Sathya Prakash <sathya.prakash@broadcom.com>
8174 M:      Chaitra P B <chaitra.basappa@broadcom.com>
8175 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
8176 L:      MPT-FusionLinux.pdl@broadcom.com
8177 L:      linux-scsi@vger.kernel.org
8178 W:      http://www.avagotech.com/support/
8179 S:      Supported
8180 F:      drivers/message/fusion/
8181 F:      drivers/scsi/mpt2sas/
8182 F:      drivers/scsi/mpt3sas/
8183
8184 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8185 M:      Matthew Wilcox <matthew@wil.cx>
8186 L:      linux-scsi@vger.kernel.org
8187 S:      Maintained
8188 F:      drivers/scsi/sym53c8xx_2/
8189
8190 LTC4261 HARDWARE MONITOR DRIVER
8191 M:      Guenter Roeck <linux@roeck-us.net>
8192 L:      linux-hwmon@vger.kernel.org
8193 S:      Maintained
8194 F:      Documentation/hwmon/ltc4261
8195 F:      drivers/hwmon/ltc4261.c
8196
8197 LTC4306 I2C MULTIPLEXER DRIVER
8198 M:      Michael Hennerich <michael.hennerich@analog.com>
8199 W:      http://ez.analog.com/community/linux-device-drivers
8200 L:      linux-i2c@vger.kernel.org
8201 S:      Supported
8202 F:      drivers/i2c/muxes/i2c-mux-ltc4306.c
8203 F:      Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
8204
8205 LTP (Linux Test Project)
8206 M:      Mike Frysinger <vapier@gentoo.org>
8207 M:      Cyril Hrubis <chrubis@suse.cz>
8208 M:      Wanlong Gao <wanlong.gao@gmail.com>
8209 M:      Jan Stancek <jstancek@redhat.com>
8210 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
8211 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
8212 L:      ltp@lists.linux.it (subscribers-only)
8213 W:      http://linux-test-project.github.io/
8214 T:      git git://github.com/linux-test-project/ltp.git
8215 S:      Maintained
8216
8217 M32R ARCHITECTURE
8218 W:      http://www.linux-m32r.org/
8219 S:      Orphan
8220 F:      arch/m32r/
8221
8222 M68K ARCHITECTURE
8223 M:      Geert Uytterhoeven <geert@linux-m68k.org>
8224 L:      linux-m68k@lists.linux-m68k.org
8225 W:      http://www.linux-m68k.org/
8226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
8227 S:      Maintained
8228 F:      arch/m68k/
8229 F:      drivers/zorro/
8230
8231 M68K ON APPLE MACINTOSH
8232 M:      Joshua Thompson <funaho@jurai.org>
8233 W:      http://www.mac.linux-m68k.org/
8234 L:      linux-m68k@lists.linux-m68k.org
8235 S:      Maintained
8236 F:      arch/m68k/mac/
8237
8238 M68K ON HP9000/300
8239 M:      Philip Blundell <philb@gnu.org>
8240 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
8241 S:      Maintained
8242 F:      arch/m68k/hp300/
8243
8244 M88DS3103 MEDIA DRIVER
8245 M:      Antti Palosaari <crope@iki.fi>
8246 L:      linux-media@vger.kernel.org
8247 W:      https://linuxtv.org
8248 W:      http://palosaari.fi/linux/
8249 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8250 T:      git git://linuxtv.org/anttip/media_tree.git
8251 S:      Maintained
8252 F:      drivers/media/dvb-frontends/m88ds3103*
8253
8254 M88RS2000 MEDIA DRIVER
8255 M:      Malcolm Priestley <tvboxspy@gmail.com>
8256 L:      linux-media@vger.kernel.org
8257 W:      https://linuxtv.org
8258 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8259 S:      Maintained
8260 F:      drivers/media/dvb-frontends/m88rs2000*
8261
8262 MA901 MASTERKIT USB FM RADIO DRIVER
8263 M:      Alexey Klimov <klimov.linux@gmail.com>
8264 L:      linux-media@vger.kernel.org
8265 T:      git git://linuxtv.org/media_tree.git
8266 S:      Maintained
8267 F:      drivers/media/radio/radio-ma901.c
8268
8269 MAC80211
8270 M:      Johannes Berg <johannes@sipsolutions.net>
8271 L:      linux-wireless@vger.kernel.org
8272 W:      http://wireless.kernel.org/
8273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8275 S:      Maintained
8276 F:      Documentation/networking/mac80211-injection.txt
8277 F:      include/net/mac80211.h
8278 F:      net/mac80211/
8279 F:      drivers/net/wireless/mac80211_hwsim.[ch]
8280 F:      Documentation/networking/mac80211_hwsim/README
8281
8282 MAILBOX API
8283 M:      Jassi Brar <jassisinghbrar@gmail.com>
8284 L:      linux-kernel@vger.kernel.org
8285 S:      Maintained
8286 F:      drivers/mailbox/
8287 F:      include/linux/mailbox_client.h
8288 F:      include/linux/mailbox_controller.h
8289
8290 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8291 M:      Michael Kerrisk <mtk.manpages@gmail.com>
8292 W:      http://www.kernel.org/doc/man-pages
8293 L:      linux-man@vger.kernel.org
8294 S:      Maintained
8295
8296 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
8297 M:      Rahul Bedarkar <rahulbedarkar89@gmail.com>
8298 L:      linux-mips@linux-mips.org
8299 S:      Maintained
8300 F:      arch/mips/boot/dts/img/pistachio_marduk.dts
8301
8302 MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER
8303 M:      Andrew Lunn <andrew@lunn.ch>
8304 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8305 L:      netdev@vger.kernel.org
8306 S:      Maintained
8307 F:      drivers/net/dsa/mv88e6xxx/
8308 F:      Documentation/devicetree/bindings/net/dsa/marvell.txt
8309
8310 MARVELL ARMADA DRM SUPPORT
8311 M:      Russell King <linux@armlinux.org.uk>
8312 S:      Maintained
8313 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel
8314 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-fixes
8315 F:      drivers/gpu/drm/armada/
8316 F:      include/uapi/drm/armada_drm.h
8317 F:      Documentation/devicetree/bindings/display/armada/
8318
8319 MARVELL CRYPTO DRIVER
8320 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8321 M:      Arnaud Ebalard <arno@natisbad.org>
8322 F:      drivers/crypto/marvell/
8323 S:      Maintained
8324 L:      linux-crypto@vger.kernel.org
8325
8326 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
8327 M:      Mirko Lindner <mlindner@marvell.com>
8328 M:      Stephen Hemminger <stephen@networkplumber.org>
8329 L:      netdev@vger.kernel.org
8330 S:      Maintained
8331 F:      drivers/net/ethernet/marvell/sk*
8332
8333 MARVELL LIBERTAS WIRELESS DRIVER
8334 L:      libertas-dev@lists.infradead.org
8335 S:      Orphan
8336 F:      drivers/net/wireless/marvell/libertas/
8337
8338 MARVELL MACCHIATOBIN SUPPORT
8339 M:      Russell King <rmk@armlinux.org.uk>
8340 L:      linux-arm-kernel@lists.infradead.org
8341 S:      Maintained
8342 F:      arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts
8343
8344 MARVELL MV643XX ETHERNET DRIVER
8345 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
8346 L:      netdev@vger.kernel.org
8347 S:      Maintained
8348 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
8349 F:      include/linux/mv643xx.h
8350
8351 MARVELL MV88X3310 PHY DRIVER
8352 M:      Russell King <rmk@armlinux.org.uk>
8353 L:      netdev@vger.kernel.org
8354 S:      Maintained
8355 F:      drivers/net/phy/marvell10g.c
8356
8357 MARVELL MVNETA ETHERNET DRIVER
8358 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8359 L:      netdev@vger.kernel.org
8360 S:      Maintained
8361 F:      drivers/net/ethernet/marvell/mvneta.*
8362
8363 MARVELL MWIFIEX WIRELESS DRIVER
8364 M:      Amitkumar Karwar <amitkarwar@gmail.com>
8365 M:      Nishant Sarmukadam <nishants@marvell.com>
8366 M:      Ganapathi Bhat <gbhat@marvell.com>
8367 M:      Xinming Hu <huxm@marvell.com>
8368 L:      linux-wireless@vger.kernel.org
8369 S:      Maintained
8370 F:      drivers/net/wireless/marvell/mwifiex/
8371
8372 MARVELL MWL8K WIRELESS DRIVER
8373 M:      Lennert Buytenhek <buytenh@wantstofly.org>
8374 L:      linux-wireless@vger.kernel.org
8375 S:      Odd Fixes
8376 F:      drivers/net/wireless/marvell/mwl8k.c
8377
8378 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
8379 M:      Nicolas Pitre <nico@fluxnic.net>
8380 S:      Odd Fixes
8381 F:      drivers/mmc/host/mvsdio.*
8382
8383 MARVELL XENON MMC/SD/SDIO HOST CONTROLLER DRIVER
8384 M:      Hu Ziji <huziji@marvell.com>
8385 L:      linux-mmc@vger.kernel.org
8386 S:      Supported
8387 F:      drivers/mmc/host/sdhci-xenon*
8388 F:      Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.txt
8389
8390 MATROX FRAMEBUFFER DRIVER
8391 L:      linux-fbdev@vger.kernel.org
8392 S:      Orphan
8393 F:      drivers/video/fbdev/matrox/matroxfb_*
8394 F:      include/uapi/linux/matroxfb.h
8395
8396 MAX16065 HARDWARE MONITOR DRIVER
8397 M:      Guenter Roeck <linux@roeck-us.net>
8398 L:      linux-hwmon@vger.kernel.org
8399 S:      Maintained
8400 F:      Documentation/hwmon/max16065
8401 F:      drivers/hwmon/max16065.c
8402
8403 MAX20751 HARDWARE MONITOR DRIVER
8404 M:      Guenter Roeck <linux@roeck-us.net>
8405 L:      linux-hwmon@vger.kernel.org
8406 S:      Maintained
8407 F:      Documentation/hwmon/max20751
8408 F:      drivers/hwmon/max20751.c
8409
8410 MAX2175 SDR TUNER DRIVER
8411 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8412 L:      linux-media@vger.kernel.org
8413 T:      git git://linuxtv.org/media_tree.git
8414 S:      Maintained
8415 F:      Documentation/devicetree/bindings/media/i2c/max2175.txt
8416 F:      Documentation/media/v4l-drivers/max2175.rst
8417 F:      drivers/media/i2c/max2175*
8418 F:      include/uapi/linux/max2175.h
8419
8420 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8421 L:      linux-hwmon@vger.kernel.org
8422 S:      Orphan
8423 F:      Documentation/hwmon/max6650
8424 F:      drivers/hwmon/max6650.c
8425
8426 MAX6697 HARDWARE MONITOR DRIVER
8427 M:      Guenter Roeck <linux@roeck-us.net>
8428 L:      linux-hwmon@vger.kernel.org
8429 S:      Maintained
8430 F:      Documentation/hwmon/max6697
8431 F:      Documentation/devicetree/bindings/i2c/max6697.txt
8432 F:      drivers/hwmon/max6697.c
8433 F:      include/linux/platform_data/max6697.h
8434
8435 MAX9860 MONO AUDIO VOICE CODEC DRIVER
8436 M:      Peter Rosin <peda@axentia.se>
8437 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8438 S:      Maintained
8439 F:      Documentation/devicetree/bindings/sound/max9860.txt
8440 F:      sound/soc/codecs/max9860.*
8441
8442 MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
8443 M:      Javier Martinez Canillas <javier@dowhile0.org>
8444 L:      linux-kernel@vger.kernel.org
8445 S:      Supported
8446 F:      drivers/regulator/max77802-regulator.c
8447 F:      Documentation/devicetree/bindings/*/*max77802.txt
8448 F:      include/dt-bindings/*/*max77802.h
8449
8450 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
8451 M:      Krzysztof Kozlowski <krzk@kernel.org>
8452 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8453 L:      linux-pm@vger.kernel.org
8454 S:      Supported
8455 F:      drivers/power/supply/max14577_charger.c
8456 F:      drivers/power/supply/max77693_charger.c
8457
8458 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
8459 M:      Chanwoo Choi <cw00.choi@samsung.com>
8460 M:      Krzysztof Kozlowski <krzk@kernel.org>
8461 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
8462 L:      linux-kernel@vger.kernel.org
8463 S:      Supported
8464 F:      drivers/*/max14577*.c
8465 F:      drivers/*/max77686*.c
8466 F:      drivers/*/max77693*.c
8467 F:      drivers/extcon/extcon-max14577.c
8468 F:      drivers/extcon/extcon-max77693.c
8469 F:      drivers/rtc/rtc-max77686.c
8470 F:      drivers/clk/clk-max77686.c
8471 F:      Documentation/devicetree/bindings/mfd/max14577.txt
8472 F:      Documentation/devicetree/bindings/*/max77686.txt
8473 F:      Documentation/devicetree/bindings/mfd/max77693.txt
8474 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
8475 F:      include/linux/mfd/max14577*.h
8476 F:      include/linux/mfd/max77686*.h
8477 F:      include/linux/mfd/max77693*.h
8478
8479 MAXIRADIO FM RADIO RECEIVER DRIVER
8480 M:      Hans Verkuil <hverkuil@xs4all.nl>
8481 L:      linux-media@vger.kernel.org
8482 T:      git git://linuxtv.org/media_tree.git
8483 W:      https://linuxtv.org
8484 S:      Maintained
8485 F:      drivers/media/radio/radio-maxiradio*
8486
8487 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
8488 M:      Peter Rosin <peda@axentia.se>
8489 L:      linux-iio@vger.kernel.org
8490 S:      Maintained
8491 F:      Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
8492 F:      drivers/iio/potentiometer/mcp4531.c
8493
8494 MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
8495 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
8496 L:      linux-iio@vger.kernel.org
8497 S:      Maintained
8498 F:      drivers/iio/dac/cio-dac.c
8499
8500 MEDIA DRIVERS FOR ASCOT2E
8501 M:      Sergey Kozlov <serjk@netup.ru>
8502 M:      Abylay Ospan <aospan@netup.ru>
8503 L:      linux-media@vger.kernel.org
8504 W:      https://linuxtv.org
8505 W:      http://netup.tv/
8506 T:      git git://linuxtv.org/media_tree.git
8507 S:      Supported
8508 F:      drivers/media/dvb-frontends/ascot2e*
8509
8510 MEDIA DRIVERS FOR CXD2841ER
8511 M:      Sergey Kozlov <serjk@netup.ru>
8512 M:      Abylay Ospan <aospan@netup.ru>
8513 L:      linux-media@vger.kernel.org
8514 W:      https://linuxtv.org
8515 W:      http://netup.tv/
8516 T:      git git://linuxtv.org/media_tree.git
8517 S:      Supported
8518 F:      drivers/media/dvb-frontends/cxd2841er*
8519
8520 MEDIA DRIVERS FOR DIGITAL DEVICES PCIE DEVICES
8521 M:      Daniel Scheller <d.scheller.oss@gmail.com>
8522 L:      linux-media@vger.kernel.org
8523 W:      https://linuxtv.org
8524 T:      git git://linuxtv.org/media_tree.git
8525 S:      Maintained
8526 F:      drivers/media/pci/ddbridge/*
8527
8528 MEDIA DRIVERS FOR FREESCALE IMX
8529 M:      Steve Longerbeam <slongerbeam@gmail.com>
8530 M:      Philipp Zabel <p.zabel@pengutronix.de>
8531 L:      linux-media@vger.kernel.org
8532 T:      git git://linuxtv.org/media_tree.git
8533 S:      Maintained
8534 F:      Documentation/devicetree/bindings/media/imx.txt
8535 F:      Documentation/media/v4l-drivers/imx.rst
8536 F:      drivers/staging/media/imx/
8537 F:      include/linux/imx-media.h
8538 F:      include/media/imx.h
8539
8540 MEDIA DRIVERS FOR HELENE
8541 M:      Abylay Ospan <aospan@netup.ru>
8542 L:      linux-media@vger.kernel.org
8543 W:      https://linuxtv.org
8544 W:      http://netup.tv/
8545 T:      git git://linuxtv.org/media_tree.git
8546 S:      Supported
8547 F:      drivers/media/dvb-frontends/helene*
8548
8549 MEDIA DRIVERS FOR HORUS3A
8550 M:      Sergey Kozlov <serjk@netup.ru>
8551 M:      Abylay Ospan <aospan@netup.ru>
8552 L:      linux-media@vger.kernel.org
8553 W:      https://linuxtv.org
8554 W:      http://netup.tv/
8555 T:      git git://linuxtv.org/media_tree.git
8556 S:      Supported
8557 F:      drivers/media/dvb-frontends/horus3a*
8558
8559 MEDIA DRIVERS FOR LNBH25
8560 M:      Sergey Kozlov <serjk@netup.ru>
8561 M:      Abylay Ospan <aospan@netup.ru>
8562 L:      linux-media@vger.kernel.org
8563 W:      https://linuxtv.org
8564 W:      http://netup.tv/
8565 T:      git git://linuxtv.org/media_tree.git
8566 S:      Supported
8567 F:      drivers/media/dvb-frontends/lnbh25*
8568
8569 MEDIA DRIVERS FOR MXL5XX TUNER DEMODULATORS
8570 M:      Daniel Scheller <d.scheller.oss@gmail.com>
8571 L:      linux-media@vger.kernel.org
8572 W:      https://linuxtv.org
8573 T:      git git://linuxtv.org/media_tree.git
8574 S:      Maintained
8575 F:      drivers/media/dvb-frontends/mxl5xx*
8576
8577 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
8578 M:      Sergey Kozlov <serjk@netup.ru>
8579 M:      Abylay Ospan <aospan@netup.ru>
8580 L:      linux-media@vger.kernel.org
8581 W:      https://linuxtv.org
8582 W:      http://netup.tv/
8583 T:      git git://linuxtv.org/media_tree.git
8584 S:      Supported
8585 F:      drivers/media/pci/netup_unidvb/*
8586
8587 MEDIA DRIVERS FOR RENESAS - DRIF
8588 M:      Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
8589 L:      linux-media@vger.kernel.org
8590 L:      linux-renesas-soc@vger.kernel.org
8591 T:      git git://linuxtv.org/media_tree.git
8592 S:      Supported
8593 F:      Documentation/devicetree/bindings/media/renesas,drif.txt
8594 F:      drivers/media/platform/rcar_drif.c
8595
8596 MEDIA DRIVERS FOR RENESAS - FCP
8597 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8598 L:      linux-media@vger.kernel.org
8599 L:      linux-renesas-soc@vger.kernel.org
8600 T:      git git://linuxtv.org/media_tree.git
8601 S:      Supported
8602 F:      Documentation/devicetree/bindings/media/renesas,fcp.txt
8603 F:      drivers/media/platform/rcar-fcp.c
8604 F:      include/media/rcar-fcp.h
8605
8606 MEDIA DRIVERS FOR RENESAS - FDP1
8607 M:      Kieran Bingham <kieran@bingham.xyz>
8608 L:      linux-media@vger.kernel.org
8609 L:      linux-renesas-soc@vger.kernel.org
8610 T:      git git://linuxtv.org/media_tree.git
8611 S:      Supported
8612 F:      Documentation/devicetree/bindings/media/renesas,fdp1.txt
8613 F:      drivers/media/platform/rcar_fdp1.c
8614
8615 MEDIA DRIVERS FOR RENESAS - VIN
8616 M:      Niklas Söderlund <niklas.soderlund@ragnatech.se>
8617 L:      linux-media@vger.kernel.org
8618 L:      linux-renesas-soc@vger.kernel.org
8619 T:      git git://linuxtv.org/media_tree.git
8620 S:      Supported
8621 F:      Documentation/devicetree/bindings/media/rcar_vin.txt
8622 F:      drivers/media/platform/rcar-vin/
8623
8624 MEDIA DRIVERS FOR RENESAS - VSP1
8625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8626 L:      linux-media@vger.kernel.org
8627 L:      linux-renesas-soc@vger.kernel.org
8628 T:      git git://linuxtv.org/media_tree.git
8629 S:      Supported
8630 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
8631 F:      drivers/media/platform/vsp1/
8632
8633 MEDIA DRIVERS FOR ST STV0910 DEMODULATOR ICs
8634 M:      Daniel Scheller <d.scheller.oss@gmail.com>
8635 L:      linux-media@vger.kernel.org
8636 W:      https://linuxtv.org
8637 T:      git git://linuxtv.org/media_tree.git
8638 S:      Maintained
8639 F:      drivers/media/dvb-frontends/stv0910*
8640
8641 MEDIA DRIVERS FOR ST STV6111 TUNER ICs
8642 M:      Daniel Scheller <d.scheller.oss@gmail.com>
8643 L:      linux-media@vger.kernel.org
8644 W:      https://linuxtv.org
8645 T:      git git://linuxtv.org/media_tree.git
8646 S:      Maintained
8647 F:      drivers/media/dvb-frontends/stv6111*
8648
8649 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8650 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
8651 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
8652 P:      LinuxTV.org Project
8653 L:      linux-media@vger.kernel.org
8654 W:      https://linuxtv.org
8655 Q:      http://patchwork.kernel.org/project/linux-media/list/
8656 T:      git git://linuxtv.org/media_tree.git
8657 S:      Maintained
8658 F:      Documentation/devicetree/bindings/media/
8659 F:      Documentation/media/
8660 F:      drivers/media/
8661 F:      drivers/staging/media/
8662 F:      include/linux/platform_data/media/
8663 F:      include/media/
8664 F:      include/uapi/linux/dvb/
8665 F:      include/uapi/linux/videodev2.h
8666 F:      include/uapi/linux/media.h
8667 F:      include/uapi/linux/v4l2-*
8668 F:      include/uapi/linux/meye.h
8669 F:      include/uapi/linux/ivtv*
8670 F:      include/uapi/linux/uvcvideo.h
8671
8672 MEDIATEK CIR DRIVER
8673 M:      Sean Wang <sean.wang@mediatek.com>
8674 S:      Maintained
8675 F:      drivers/media/rc/mtk-cir.c
8676
8677 MEDIATEK PMIC LED DRIVER
8678 M:      Sean Wang <sean.wang@mediatek.com>
8679 S:      Maintained
8680 F:      drivers/leds/leds-mt6323.c
8681 F:      Documentation/devicetree/bindings/leds/leds-mt6323.txt
8682
8683 MEDIATEK ETHERNET DRIVER
8684 M:      Felix Fietkau <nbd@openwrt.org>
8685 M:      John Crispin <john@phrozen.org>
8686 M:      Sean Wang <sean.wang@mediatek.com>
8687 M:      Nelson Chang <nelson.chang@mediatek.com>
8688 L:      netdev@vger.kernel.org
8689 S:      Maintained
8690 F:      drivers/net/ethernet/mediatek/
8691
8692 MEDIATEK JPEG DRIVER
8693 M:      Rick Chang <rick.chang@mediatek.com>
8694 M:      Bin Liu <bin.liu@mediatek.com>
8695 S:      Supported
8696 F:      drivers/media/platform/mtk-jpeg/
8697 F:      Documentation/devicetree/bindings/media/mediatek-jpeg-decoder.txt
8698
8699 MEDIATEK MDP DRIVER
8700 M:      Minghsiu Tsai <minghsiu.tsai@mediatek.com>
8701 M:      Houlong Wei <houlong.wei@mediatek.com>
8702 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8703 S:      Supported
8704 F:      drivers/media/platform/mtk-mdp/
8705 F:      drivers/media/platform/mtk-vpu/
8706 F:      Documentation/devicetree/bindings/media/mediatek-mdp.txt
8707
8708 MEDIATEK MEDIA DRIVER
8709 M:      Tiffany Lin <tiffany.lin@mediatek.com>
8710 M:      Andrew-CT Chen <andrew-ct.chen@mediatek.com>
8711 S:      Supported
8712 F:      drivers/media/platform/mtk-vcodec/
8713 F:      drivers/media/platform/mtk-vpu/
8714 F:      Documentation/devicetree/bindings/media/mediatek-vcodec.txt
8715 F:      Documentation/devicetree/bindings/media/mediatek-vpu.txt
8716
8717 MEDIATEK MT7601U WIRELESS LAN DRIVER
8718 M:      Jakub Kicinski <kubakici@wp.pl>
8719 L:      linux-wireless@vger.kernel.org
8720 S:      Maintained
8721 F:      drivers/net/wireless/mediatek/mt7601u/
8722
8723 MEDIATEK RANDOM NUMBER GENERATOR SUPPORT
8724 M:      Sean Wang <sean.wang@mediatek.com>
8725 S:      Maintained
8726 F:      drivers/char/hw_random/mtk-rng.c
8727
8728 MEDIATEK USB3 DRD IP DRIVER
8729 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
8730 L:      linux-usb@vger.kernel.org (moderated for non-subscribers)
8731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8732 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
8733 S:      Maintained
8734 F:      drivers/usb/mtu3/
8735
8736 MEGACHIPS STDPXXXX-GE-B850V3-FW LVDS/DP++ BRIDGES
8737 M:      Peter Senna Tschudin <peter.senna@collabora.com>
8738 M:      Martin Donnelly <martin.donnelly@ge.com>
8739 M:      Martyn Welch <martyn.welch@collabora.co.uk>
8740 S:      Maintained
8741 F:      drivers/gpu/drm/bridge/megachips-stdpxxxx-ge-b850v3-fw.c
8742 F:      Documentation/devicetree/bindings/video/bridge/megachips-stdpxxxx-ge-b850v3-fw.txt
8743
8744 MEGARAID SCSI/SAS DRIVERS
8745 M:      Kashyap Desai <kashyap.desai@broadcom.com>
8746 M:      Sumit Saxena <sumit.saxena@broadcom.com>
8747 M:      Shivasharan S <shivasharan.srikanteshwara@broadcom.com>
8748 L:      megaraidlinux.pdl@broadcom.com
8749 L:      linux-scsi@vger.kernel.org
8750 W:      http://www.avagotech.com/support/
8751 S:      Maintained
8752 F:      Documentation/scsi/megaraid.txt
8753 F:      drivers/scsi/megaraid.*
8754 F:      drivers/scsi/megaraid/
8755
8756 MELEXIS MLX90614 DRIVER
8757 M:      Crt Mori <cmo@melexis.com>
8758 L:      linux-iio@vger.kernel.org
8759 W:      http://www.melexis.com
8760 S:      Supported
8761 F:      drivers/iio/temperature/mlx90614.c
8762
8763 MELFAS MIP4 TOUCHSCREEN DRIVER
8764 M:      Sangwon Jee <jeesw@melfas.com>
8765 W:      http://www.melfas.com
8766 S:      Supported
8767 F:      drivers/input/touchscreen/melfas_mip4.c
8768 F:      Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
8769
8770 MELLANOX ETHERNET DRIVER (mlx4_en)
8771 M:      Tariq Toukan <tariqt@mellanox.com>
8772 L:      netdev@vger.kernel.org
8773 S:      Supported
8774 W:      http://www.mellanox.com
8775 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8776 F:      drivers/net/ethernet/mellanox/mlx4/en_*
8777
8778 MELLANOX ETHERNET DRIVER (mlx5e)
8779 M:      Saeed Mahameed <saeedm@mellanox.com>
8780 L:      netdev@vger.kernel.org
8781 S:      Supported
8782 W:      http://www.mellanox.com
8783 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8784 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
8785
8786 MELLANOX ETHERNET INNOVA DRIVER
8787 M:      Ilan Tayari <ilant@mellanox.com>
8788 R:      Boris Pismenny <borisp@mellanox.com>
8789 L:      netdev@vger.kernel.org
8790 S:      Supported
8791 W:      http://www.mellanox.com
8792 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8793 F:      drivers/net/ethernet/mellanox/mlx5/core/fpga/*
8794 F:      include/linux/mlx5/mlx5_ifc_fpga.h
8795
8796 MELLANOX ETHERNET INNOVA IPSEC DRIVER
8797 M:      Ilan Tayari <ilant@mellanox.com>
8798 R:      Boris Pismenny <borisp@mellanox.com>
8799 L:      netdev@vger.kernel.org
8800 S:      Supported
8801 W:      http://www.mellanox.com
8802 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8803 F:      drivers/net/ethernet/mellanox/mlx5/core/en_ipsec/*
8804 F:      drivers/net/ethernet/mellanox/mlx5/core/ipsec*
8805
8806 MELLANOX ETHERNET SWITCH DRIVERS
8807 M:      Jiri Pirko <jiri@mellanox.com>
8808 M:      Ido Schimmel <idosch@mellanox.com>
8809 L:      netdev@vger.kernel.org
8810 S:      Supported
8811 W:      http://www.mellanox.com
8812 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8813 F:      drivers/net/ethernet/mellanox/mlxsw/
8814
8815 MELLANOX FIRMWARE FLASH LIBRARY (mlxfw)
8816 M:      mlxsw@mellanox.com
8817 L:      netdev@vger.kernel.org
8818 S:      Supported
8819 W:      http://www.mellanox.com
8820 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8821 F:      drivers/net/ethernet/mellanox/mlxfw/
8822
8823 MELLANOX MLX CPLD HOTPLUG DRIVER
8824 M:      Vadim Pasternak <vadimp@mellanox.com>
8825 L:      platform-driver-x86@vger.kernel.org
8826 S:      Supported
8827 F:      drivers/platform/x86/mlxcpld-hotplug.c
8828 F:      include/linux/platform_data/mlxcpld-hotplug.h
8829
8830 MELLANOX MLX4 core VPI driver
8831 M:      Tariq Toukan <tariqt@mellanox.com>
8832 L:      netdev@vger.kernel.org
8833 L:      linux-rdma@vger.kernel.org
8834 W:      http://www.mellanox.com
8835 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8836 S:      Supported
8837 F:      drivers/net/ethernet/mellanox/mlx4/
8838 F:      include/linux/mlx4/
8839
8840 MELLANOX MLX4 IB driver
8841 M:      Yishai Hadas <yishaih@mellanox.com>
8842 L:      linux-rdma@vger.kernel.org
8843 W:      http://www.mellanox.com
8844 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8845 S:      Supported
8846 F:      drivers/infiniband/hw/mlx4/
8847 F:      include/linux/mlx4/
8848 F:      include/uapi/rdma/mlx4-abi.h
8849
8850 MELLANOX MLX5 core VPI driver
8851 M:      Saeed Mahameed <saeedm@mellanox.com>
8852 M:      Matan Barak <matanb@mellanox.com>
8853 M:      Leon Romanovsky <leonro@mellanox.com>
8854 L:      netdev@vger.kernel.org
8855 L:      linux-rdma@vger.kernel.org
8856 W:      http://www.mellanox.com
8857 Q:      http://patchwork.ozlabs.org/project/netdev/list/
8858 S:      Supported
8859 F:      drivers/net/ethernet/mellanox/mlx5/core/
8860 F:      include/linux/mlx5/
8861
8862 MELLANOX MLX5 IB driver
8863 M:      Matan Barak <matanb@mellanox.com>
8864 M:      Leon Romanovsky <leonro@mellanox.com>
8865 L:      linux-rdma@vger.kernel.org
8866 W:      http://www.mellanox.com
8867 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8868 S:      Supported
8869 F:      drivers/infiniband/hw/mlx5/
8870 F:      include/linux/mlx5/
8871 F:      include/uapi/rdma/mlx5-abi.h
8872
8873 MELLANOX MLXCPLD I2C AND MUX DRIVER
8874 M:      Vadim Pasternak <vadimp@mellanox.com>
8875 M:      Michael Shych <michaelsh@mellanox.com>
8876 L:      linux-i2c@vger.kernel.org
8877 S:      Supported
8878 F:      drivers/i2c/busses/i2c-mlxcpld.c
8879 F:      drivers/i2c/muxes/i2c-mux-mlxcpld.c
8880 F:      Documentation/i2c/busses/i2c-mlxcpld
8881
8882 MELLANOX MLXCPLD LED DRIVER
8883 M:      Vadim Pasternak <vadimp@mellanox.com>
8884 L:      linux-leds@vger.kernel.org
8885 S:      Supported
8886 F:      drivers/leds/leds-mlxcpld.c
8887 F:      Documentation/leds/leds-mlxcpld.txt
8888
8889 MELLANOX PLATFORM DRIVER
8890 M:      Vadim Pasternak <vadimp@mellanox.com>
8891 L:      platform-driver-x86@vger.kernel.org
8892 S:      Supported
8893 F:      drivers/platform/x86/mlx-platform.c
8894
8895 MEMBARRIER SUPPORT
8896 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8897 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8898 L:      linux-kernel@vger.kernel.org
8899 S:      Supported
8900 F:      kernel/sched/membarrier.c
8901 F:      include/uapi/linux/membarrier.h
8902
8903 MEMORY MANAGEMENT
8904 L:      linux-mm@kvack.org
8905 W:      http://www.linux-mm.org
8906 S:      Maintained
8907 F:      include/linux/mm.h
8908 F:      include/linux/gfp.h
8909 F:      include/linux/mmzone.h
8910 F:      include/linux/memory_hotplug.h
8911 F:      include/linux/vmalloc.h
8912 F:      mm/
8913
8914 MEMORY TECHNOLOGY DEVICES (MTD)
8915 M:      David Woodhouse <dwmw2@infradead.org>
8916 M:      Brian Norris <computersforpeace@gmail.com>
8917 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
8918 M:      Marek Vasut <marek.vasut@gmail.com>
8919 M:      Richard Weinberger <richard@nod.at>
8920 M:      Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
8921 L:      linux-mtd@lists.infradead.org
8922 W:      http://www.linux-mtd.infradead.org/
8923 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
8924 T:      git git://git.infradead.org/linux-mtd.git master
8925 T:      git git://git.infradead.org/l2-mtd.git master
8926 S:      Maintained
8927 F:      Documentation/devicetree/bindings/mtd/
8928 F:      drivers/mtd/
8929 F:      include/linux/mtd/
8930 F:      include/uapi/mtd/
8931
8932 MEN A21 WATCHDOG DRIVER
8933 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8934 L:      linux-watchdog@vger.kernel.org
8935 S:      Maintained
8936 F:      drivers/watchdog/mena21_wdt.c
8937
8938 MEN CHAMELEON BUS (mcb)
8939 M:      Johannes Thumshirn <morbidrsa@gmail.com>
8940 S:      Maintained
8941 F:      drivers/mcb/
8942 F:      include/linux/mcb.h
8943 F:      Documentation/men-chameleon-bus.txt
8944
8945 MEN F21BMC (Board Management Controller)
8946 M:      Andreas Werner <andreas.werner@men.de>
8947 S:      Supported
8948 F:      drivers/mfd/menf21bmc.c
8949 F:      drivers/watchdog/menf21bmc_wdt.c
8950 F:      drivers/leds/leds-menf21bmc.c
8951 F:      drivers/hwmon/menf21bmc_hwmon.c
8952 F:      Documentation/hwmon/menf21bmc
8953
8954 MESON AO CEC DRIVER FOR AMLOGIC SOCS
8955 M:      Neil Armstrong <narmstrong@baylibre.com>
8956 L:      linux-media@lists.freedesktop.org
8957 L:      linux-amlogic@lists.infradead.org
8958 W:      http://linux-meson.com/
8959 S:      Supported
8960 F:      drivers/media/platform/meson/ao-cec.c
8961 F:      Documentation/devicetree/bindings/media/meson-ao-cec.txt
8962 T:      git git://linuxtv.org/media_tree.git
8963
8964 METAG ARCHITECTURE
8965 M:      James Hogan <jhogan@kernel.org>
8966 L:      linux-metag@vger.kernel.org
8967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
8968 S:      Odd Fixes
8969 F:      arch/metag/
8970 F:      Documentation/metag/
8971 F:      Documentation/devicetree/bindings/metag/
8972 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
8973 F:      drivers/clocksource/metag_generic.c
8974 F:      drivers/irqchip/irq-metag.c
8975 F:      drivers/irqchip/irq-metag-ext.c
8976 F:      drivers/tty/metag_da.c
8977
8978 MICROBLAZE ARCHITECTURE
8979 M:      Michal Simek <monstr@monstr.eu>
8980 W:      http://www.monstr.eu/fdt/
8981 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
8982 S:      Supported
8983 F:      arch/microblaze/
8984
8985 MICROCHIP / ATMEL AT91 SERIAL DRIVER
8986 M:      Richard Genoud <richard.genoud@gmail.com>
8987 S:      Maintained
8988 F:      drivers/tty/serial/atmel_serial.c
8989 F:      drivers/tty/serial/atmel_serial.h
8990
8991 MICROCHIP / ATMEL DMA DRIVER
8992 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
8993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8994 L:      dmaengine@vger.kernel.org
8995 S:      Supported
8996 F:      drivers/dma/at_hdmac.c
8997 F:      drivers/dma/at_hdmac_regs.h
8998 F:      include/linux/platform_data/dma-atmel.h
8999
9000 MICROCHIP / ATMEL ECC DRIVER
9001 M:      Tudor Ambarus <tudor.ambarus@microchip.com>
9002 L:      linux-crypto@vger.kernel.org
9003 S:      Maintained
9004 F:      drivers/crypto/atmel-ecc.*
9005
9006 MICROCHIP / ATMEL ISC DRIVER
9007 M:      Songjun Wu <songjun.wu@microchip.com>
9008 L:      linux-media@vger.kernel.org
9009 S:      Supported
9010 F:      drivers/media/platform/atmel/atmel-isc.c
9011 F:      drivers/media/platform/atmel/atmel-isc-regs.h
9012 F:      devicetree/bindings/media/atmel-isc.txt
9013
9014 MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER
9015 M:      Woojung Huh <Woojung.Huh@microchip.com>
9016 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
9017 L:      netdev@vger.kernel.org
9018 S:      Maintained
9019 F:      net/dsa/tag_ksz.c
9020 F:      drivers/net/dsa/microchip/*
9021 F:      include/linux/platform_data/microchip-ksz.h
9022 F:      Documentation/devicetree/bindings/net/dsa/ksz.txt
9023
9024 MICROCHIP USB251XB DRIVER
9025 M:      Richard Leitner <richard.leitner@skidata.com>
9026 L:      linux-usb@vger.kernel.org
9027 S:      Maintained
9028 F:      drivers/usb/misc/usb251xb.c
9029 F:      Documentation/devicetree/bindings/usb/usb251xb.txt
9030
9031 MICROSEMI SMART ARRAY SMARTPQI DRIVER (smartpqi)
9032 M:      Don Brace <don.brace@microsemi.com>
9033 L:      esc.storagedev@microsemi.com
9034 L:      linux-scsi@vger.kernel.org
9035 S:      Supported
9036 F:      drivers/scsi/smartpqi/smartpqi*.[ch]
9037 F:      drivers/scsi/smartpqi/Kconfig
9038 F:      drivers/scsi/smartpqi/Makefile
9039 F:      include/linux/cciss*.h
9040 F:      include/uapi/linux/cciss*.h
9041 F:      Documentation/scsi/smartpqi.txt
9042
9043 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
9044 M:      Chen Yu <yu.c.chen@intel.com>
9045 L:      platform-driver-x86@vger.kernel.org
9046 S:      Supported
9047 F:      drivers/platform/x86/surfacepro3_button.c
9048
9049 MICROTEK X6 SCANNER
9050 M:      Oliver Neukum <oliver@neukum.org>
9051 S:      Maintained
9052 F:      drivers/usb/image/microtek.*
9053
9054 MIPS
9055 M:      Ralf Baechle <ralf@linux-mips.org>
9056 L:      linux-mips@linux-mips.org
9057 W:      http://www.linux-mips.org/
9058 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
9059 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9060 S:      Supported
9061 F:      Documentation/devicetree/bindings/mips/
9062 F:      Documentation/mips/
9063 F:      arch/mips/
9064
9065 MIPS BOSTON DEVELOPMENT BOARD
9066 M:      Paul Burton <paul.burton@mips.com>
9067 L:      linux-mips@linux-mips.org
9068 S:      Maintained
9069 F:      Documentation/devicetree/bindings/clock/img,boston-clock.txt
9070 F:      arch/mips/boot/dts/img/boston.dts
9071 F:      arch/mips/configs/generic/board-boston.config
9072 F:      drivers/clk/imgtec/clk-boston.c
9073 F:      include/dt-bindings/clock/boston-clock.h
9074
9075 MIPS GENERIC PLATFORM
9076 M:      Paul Burton <paul.burton@mips.com>
9077 L:      linux-mips@linux-mips.org
9078 S:      Supported
9079 F:      arch/mips/generic/
9080 F:      arch/mips/tools/generic-board-config.sh
9081
9082 MIPS/LOONGSON1 ARCHITECTURE
9083 M:      Keguang Zhang <keguang.zhang@gmail.com>
9084 L:      linux-mips@linux-mips.org
9085 S:      Maintained
9086 F:      arch/mips/loongson32/
9087 F:      arch/mips/include/asm/mach-loongson32/
9088 F:      drivers/*/*loongson1*
9089 F:      drivers/*/*/*loongson1*
9090
9091 MIPS RINT INSTRUCTION EMULATION
9092 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
9093 L:      linux-mips@linux-mips.org
9094 S:      Supported
9095 F:      arch/mips/math-emu/sp_rint.c
9096 F:      arch/mips/math-emu/dp_rint.c
9097
9098 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
9099 M:      Hans Verkuil <hverkuil@xs4all.nl>
9100 L:      linux-media@vger.kernel.org
9101 T:      git git://linuxtv.org/media_tree.git
9102 W:      https://linuxtv.org
9103 S:      Odd Fixes
9104 F:      drivers/media/radio/radio-miropcm20*
9105
9106 MMP SUPPORT
9107 M:      Eric Miao <eric.y.miao@gmail.com>
9108 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9110 T:      git git://github.com/hzhuang1/linux.git
9111 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9112 S:      Maintained
9113 F:      arch/arm/boot/dts/mmp*
9114 F:      arch/arm/mach-mmp/
9115
9116 MN88472 MEDIA DRIVER
9117 M:      Antti Palosaari <crope@iki.fi>
9118 L:      linux-media@vger.kernel.org
9119 W:      https://linuxtv.org
9120 W:      http://palosaari.fi/linux/
9121 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9122 S:      Maintained
9123 F:      drivers/media/dvb-frontends/mn88472*
9124
9125 MN88473 MEDIA DRIVER
9126 M:      Antti Palosaari <crope@iki.fi>
9127 L:      linux-media@vger.kernel.org
9128 W:      https://linuxtv.org
9129 W:      http://palosaari.fi/linux/
9130 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9131 S:      Maintained
9132 F:      drivers/media/dvb-frontends/mn88473*
9133
9134 MODULE SUPPORT
9135 M:      Jessica Yu <jeyu@kernel.org>
9136 M:      Rusty Russell <rusty@rustcorp.com.au>
9137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git modules-next
9138 S:      Maintained
9139 F:      include/linux/module.h
9140 F:      kernel/module.c
9141
9142 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
9143 W:      http://popies.net/meye/
9144 S:      Orphan
9145 F:      Documentation/media/v4l-drivers/meye*
9146 F:      drivers/media/pci/meye/
9147 F:      include/uapi/linux/meye.h
9148
9149 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
9150 M:      Jiri Slaby <jirislaby@gmail.com>
9151 S:      Maintained
9152 F:      Documentation/serial/moxa-smartio
9153 F:      drivers/tty/mxser.*
9154
9155 MR800 AVERMEDIA USB FM RADIO DRIVER
9156 M:      Alexey Klimov <klimov.linux@gmail.com>
9157 L:      linux-media@vger.kernel.org
9158 T:      git git://linuxtv.org/media_tree.git
9159 S:      Maintained
9160 F:      drivers/media/radio/radio-mr800.c
9161
9162 MRF24J40 IEEE 802.15.4 RADIO DRIVER
9163 M:      Alan Ott <alan@signal11.us>
9164 L:      linux-wpan@vger.kernel.org
9165 S:      Maintained
9166 F:      drivers/net/ieee802154/mrf24j40.c
9167 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
9168
9169 MSI LAPTOP SUPPORT
9170 M:      "Lee, Chun-Yi" <jlee@suse.com>
9171 L:      platform-driver-x86@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/platform/x86/msi-laptop.c
9174
9175 MSI WMI SUPPORT
9176 L:      platform-driver-x86@vger.kernel.org
9177 S:      Orphan
9178 F:      drivers/platform/x86/msi-wmi.c
9179
9180 MSI001 MEDIA DRIVER
9181 M:      Antti Palosaari <crope@iki.fi>
9182 L:      linux-media@vger.kernel.org
9183 W:      https://linuxtv.org
9184 W:      http://palosaari.fi/linux/
9185 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9186 T:      git git://linuxtv.org/anttip/media_tree.git
9187 S:      Maintained
9188 F:      drivers/media/tuners/msi001*
9189
9190 MSI2500 MEDIA DRIVER
9191 M:      Antti Palosaari <crope@iki.fi>
9192 L:      linux-media@vger.kernel.org
9193 W:      https://linuxtv.org
9194 W:      http://palosaari.fi/linux/
9195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9196 T:      git git://linuxtv.org/anttip/media_tree.git
9197 S:      Maintained
9198 F:      drivers/media/usb/msi2500/
9199
9200 MSYSTEMS DISKONCHIP G3 MTD DRIVER
9201 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9202 L:      linux-mtd@lists.infradead.org
9203 S:      Maintained
9204 F:      drivers/mtd/devices/docg3*
9205
9206 MT9M032 APTINA SENSOR DRIVER
9207 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9208 L:      linux-media@vger.kernel.org
9209 T:      git git://linuxtv.org/media_tree.git
9210 S:      Maintained
9211 F:      drivers/media/i2c/mt9m032.c
9212 F:      include/media/i2c/mt9m032.h
9213
9214 MT9P031 APTINA CAMERA SENSOR
9215 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9216 L:      linux-media@vger.kernel.org
9217 T:      git git://linuxtv.org/media_tree.git
9218 S:      Maintained
9219 F:      drivers/media/i2c/mt9p031.c
9220 F:      include/media/i2c/mt9p031.h
9221
9222 MT9T001 APTINA CAMERA SENSOR
9223 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9224 L:      linux-media@vger.kernel.org
9225 T:      git git://linuxtv.org/media_tree.git
9226 S:      Maintained
9227 F:      drivers/media/i2c/mt9t001.c
9228 F:      include/media/i2c/mt9t001.h
9229
9230 MT9V032 APTINA CAMERA SENSOR
9231 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9232 L:      linux-media@vger.kernel.org
9233 T:      git git://linuxtv.org/media_tree.git
9234 S:      Maintained
9235 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9236 F:      drivers/media/i2c/mt9v032.c
9237 F:      include/media/i2c/mt9v032.h
9238
9239 MULTIFUNCTION DEVICES (MFD)
9240 M:      Lee Jones <lee.jones@linaro.org>
9241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9242 S:      Supported
9243 F:      Documentation/devicetree/bindings/mfd/
9244 F:      drivers/mfd/
9245 F:      include/linux/mfd/
9246 F:      include/dt-bindings/mfd/
9247
9248 MULTIMEDIA CARD (MMC) ETC. OVER SPI
9249 S:      Orphan
9250 F:      drivers/mmc/host/mmc_spi.c
9251 F:      include/linux/spi/mmc_spi.h
9252
9253 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
9254 M:      Ulf Hansson <ulf.hansson@linaro.org>
9255 L:      linux-mmc@vger.kernel.org
9256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
9257 S:      Maintained
9258 F:      Documentation/devicetree/bindings/mmc/
9259 F:      drivers/mmc/
9260 F:      include/linux/mmc/
9261 F:      include/uapi/linux/mmc/
9262
9263 MULTIPLEXER SUBSYSTEM
9264 M:      Peter Rosin <peda@axentia.se>
9265 S:      Maintained
9266 F:      Documentation/ABI/testing/mux/sysfs-class-mux*
9267 F:      Documentation/devicetree/bindings/mux/
9268 F:      include/linux/dt-bindings/mux/
9269 F:      include/linux/mux/
9270 F:      drivers/mux/
9271
9272 MULTITECH MULTIPORT CARD (ISICOM)
9273 S:      Orphan
9274 F:      drivers/tty/isicom.c
9275 F:      include/linux/isicom.h
9276
9277 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
9278 M:      Bin Liu <b-liu@ti.com>
9279 L:      linux-usb@vger.kernel.org
9280 S:      Maintained
9281 F:      drivers/usb/musb/
9282
9283 MXL5007T MEDIA DRIVER
9284 M:      Michael Krufky <mkrufky@linuxtv.org>
9285 L:      linux-media@vger.kernel.org
9286 W:      https://linuxtv.org
9287 W:      http://github.com/mkrufky
9288 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9289 T:      git git://linuxtv.org/mkrufky/tuners.git
9290 S:      Maintained
9291 F:      drivers/media/tuners/mxl5007t.*
9292
9293 MXSFB DRM DRIVER
9294 M:      Marek Vasut <marex@denx.de>
9295 S:      Supported
9296 F:      drivers/gpu/drm/mxsfb/
9297 F:      Documentation/devicetree/bindings/display/mxsfb-drm.txt
9298
9299 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
9300 M:      Hyong-Youb Kim <hykim@myri.com>
9301 L:      netdev@vger.kernel.org
9302 W:      https://www.myricom.com/support/downloads/myri10ge.html
9303 S:      Supported
9304 F:      drivers/net/ethernet/myricom/myri10ge/
9305
9306 NAND FLASH SUBSYSTEM
9307 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
9308 R:      Richard Weinberger <richard@nod.at>
9309 L:      linux-mtd@lists.infradead.org
9310 W:      http://www.linux-mtd.infradead.org/
9311 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
9312 T:      git git://git.infradead.org/linux-mtd.git nand/fixes
9313 T:      git git://git.infradead.org/l2-mtd.git nand/next
9314 S:      Maintained
9315 F:      drivers/mtd/nand/
9316 F:      include/linux/mtd/*nand*.h
9317
9318 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
9319 M:      Daniel Mack <zonque@gmail.com>
9320 S:      Maintained
9321 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9322 W:      http://www.native-instruments.com
9323 F:      sound/usb/caiaq/
9324
9325 NATSEMI ETHERNET DRIVER (DP8381x)
9326 S:      Orphan
9327 F:      drivers/net/ethernet/natsemi/natsemi.c
9328
9329 NCP FILESYSTEM
9330 M:      Petr Vandrovec <petr@vandrovec.name>
9331 S:      Odd Fixes
9332 F:      fs/ncpfs/
9333
9334 NCR 5380 SCSI DRIVERS
9335 M:      Finn Thain <fthain@telegraphics.com.au>
9336 M:      Michael Schmitz <schmitzmic@gmail.com>
9337 L:      linux-scsi@vger.kernel.org
9338 S:      Maintained
9339 F:      Documentation/scsi/g_NCR5380.txt
9340 F:      drivers/scsi/NCR5380.*
9341 F:      drivers/scsi/arm/cumana_1.c
9342 F:      drivers/scsi/arm/oak.c
9343 F:      drivers/scsi/atari_scsi.*
9344 F:      drivers/scsi/dmx3191d.c
9345 F:      drivers/scsi/g_NCR5380.*
9346 F:      drivers/scsi/mac_scsi.*
9347 F:      drivers/scsi/sun3_scsi.*
9348 F:      drivers/scsi/sun3_scsi_vme.c
9349
9350 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
9351 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
9352 L:      linux-scsi@vger.kernel.org
9353 S:      Maintained
9354 F:      drivers/scsi/NCR_D700.*
9355
9356 NCT6775 HARDWARE MONITOR DRIVER
9357 M:      Guenter Roeck <linux@roeck-us.net>
9358 L:      linux-hwmon@vger.kernel.org
9359 S:      Maintained
9360 F:      Documentation/hwmon/nct6775
9361 F:      drivers/hwmon/nct6775.c
9362
9363 NETEFFECT IWARP RNIC DRIVER (IW_NES)
9364 M:      Faisal Latif <faisal.latif@intel.com>
9365 L:      linux-rdma@vger.kernel.org
9366 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
9367 S:      Supported
9368 F:      drivers/infiniband/hw/nes/
9369 F:      include/uapi/rdma/nes-abi.h
9370
9371 NETEM NETWORK EMULATOR
9372 M:      Stephen Hemminger <stephen@networkplumber.org>
9373 L:      netem@lists.linux-foundation.org (moderated for non-subscribers)
9374 S:      Maintained
9375 F:      net/sched/sch_netem.c
9376
9377 NETERION 10GbE DRIVERS (s2io/vxge)
9378 M:      Jon Mason <jdmason@kudzu.us>
9379 L:      netdev@vger.kernel.org
9380 S:      Supported
9381 F:      Documentation/networking/s2io.txt
9382 F:      Documentation/networking/vxge.txt
9383 F:      drivers/net/ethernet/neterion/
9384
9385 NETFILTER
9386 M:      Pablo Neira Ayuso <pablo@netfilter.org>
9387 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
9388 M:      Florian Westphal <fw@strlen.de>
9389 L:      netfilter-devel@vger.kernel.org
9390 L:      coreteam@netfilter.org
9391 W:      http://www.netfilter.org/
9392 W:      http://www.iptables.org/
9393 W:      http://www.nftables.org/
9394 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
9395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
9396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
9397 S:      Maintained
9398 F:      include/linux/netfilter*
9399 F:      include/linux/netfilter/
9400 F:      include/net/netfilter/
9401 F:      include/uapi/linux/netfilter*
9402 F:      include/uapi/linux/netfilter/
9403 F:      net/*/netfilter.c
9404 F:      net/*/netfilter/
9405 F:      net/netfilter/
9406 F:      net/bridge/br_netfilter*.c
9407
9408 NETROM NETWORK LAYER
9409 M:      Ralf Baechle <ralf@linux-mips.org>
9410 L:      linux-hams@vger.kernel.org
9411 W:      http://www.linux-ax25.org/
9412 S:      Maintained
9413 F:      include/net/netrom.h
9414 F:      include/uapi/linux/netrom.h
9415 F:      net/netrom/
9416
9417 NETRONOME ETHERNET DRIVERS
9418 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
9419 L:      oss-drivers@netronome.com
9420 S:      Maintained
9421 F:      drivers/net/ethernet/netronome/
9422
9423 NETWORK BLOCK DEVICE (NBD)
9424 M:      Josef Bacik <jbacik@fb.com>
9425 S:      Maintained
9426 L:      linux-block@vger.kernel.org
9427 L:      nbd@other.debian.org
9428 F:      Documentation/blockdev/nbd.txt
9429 F:      drivers/block/nbd.c
9430 F:      include/uapi/linux/nbd.h
9431
9432 NETWORK DROP MONITOR
9433 M:      Neil Horman <nhorman@tuxdriver.com>
9434 L:      netdev@vger.kernel.org
9435 S:      Maintained
9436 W:      https://fedorahosted.org/dropwatch/
9437 F:      net/core/drop_monitor.c
9438
9439 NETWORKING DRIVERS
9440 L:      netdev@vger.kernel.org
9441 W:      http://www.linuxfoundation.org/en/Net
9442 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9445 S:      Odd Fixes
9446 F:      Documentation/devicetree/bindings/net/
9447 F:      drivers/net/
9448 F:      include/linux/if_*
9449 F:      include/linux/netdevice.h
9450 F:      include/linux/etherdevice.h
9451 F:      include/linux/fcdevice.h
9452 F:      include/linux/fddidevice.h
9453 F:      include/linux/hippidevice.h
9454 F:      include/linux/inetdevice.h
9455 F:      include/uapi/linux/if_*
9456 F:      include/uapi/linux/netdevice.h
9457
9458 NETWORKING DRIVERS (WIRELESS)
9459 M:      Kalle Valo <kvalo@codeaurora.org>
9460 L:      linux-wireless@vger.kernel.org
9461 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
9463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
9464 S:      Maintained
9465 F:      Documentation/devicetree/bindings/net/wireless/
9466 F:      drivers/net/wireless/
9467
9468 NETWORKING [DSA]
9469 M:      Andrew Lunn <andrew@lunn.ch>
9470 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9471 M:      Florian Fainelli <f.fainelli@gmail.com>
9472 S:      Maintained
9473 F:      net/dsa/
9474 F:      include/net/dsa.h
9475 F:      include/linux/dsa/
9476 F:      drivers/net/dsa/
9477
9478 NETWORKING [GENERAL]
9479 M:      "David S. Miller" <davem@davemloft.net>
9480 L:      netdev@vger.kernel.org
9481 W:      http://www.linuxfoundation.org/en/Net
9482 Q:      http://patchwork.ozlabs.org/project/netdev/list/
9483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
9485 B:      mailto:netdev@vger.kernel.org
9486 S:      Maintained
9487 F:      net/
9488 F:      include/net/
9489 F:      include/linux/in.h
9490 F:      include/linux/net.h
9491 F:      include/linux/netdevice.h
9492 F:      include/uapi/linux/in.h
9493 F:      include/uapi/linux/net.h
9494 F:      include/uapi/linux/netdevice.h
9495 F:      include/uapi/linux/net_namespace.h
9496 F:      tools/testing/selftests/net/
9497 F:      lib/net_utils.c
9498 F:      lib/random32.c
9499
9500 NETWORKING [IPSEC]
9501 M:      Steffen Klassert <steffen.klassert@secunet.com>
9502 M:      Herbert Xu <herbert@gondor.apana.org.au>
9503 M:      "David S. Miller" <davem@davemloft.net>
9504 L:      netdev@vger.kernel.org
9505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
9506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
9507 S:      Maintained
9508 F:      net/core/flow.c
9509 F:      net/xfrm/
9510 F:      net/key/
9511 F:      net/ipv4/xfrm*
9512 F:      net/ipv4/esp4*
9513 F:      net/ipv4/ah4.c
9514 F:      net/ipv4/ipcomp.c
9515 F:      net/ipv4/ip_vti.c
9516 F:      net/ipv6/xfrm*
9517 F:      net/ipv6/esp6*
9518 F:      net/ipv6/ah6.c
9519 F:      net/ipv6/ipcomp6.c
9520 F:      net/ipv6/ip6_vti.c
9521 F:      include/uapi/linux/xfrm.h
9522 F:      include/net/xfrm.h
9523
9524 NETWORKING [IPv4/IPv6]
9525 M:      "David S. Miller" <davem@davemloft.net>
9526 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
9527 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
9528 L:      netdev@vger.kernel.org
9529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
9530 S:      Maintained
9531 F:      net/ipv4/
9532 F:      net/ipv6/
9533 F:      include/net/ip*
9534 F:      arch/x86/net/*
9535
9536 NETWORKING [LABELED] (NetLabel, Labeled IPsec, SECMARK)
9537 M:      Paul Moore <paul@paul-moore.com>
9538 W:      https://github.com/netlabel
9539 L:      netdev@vger.kernel.org
9540 L:      linux-security-module@vger.kernel.org
9541 S:      Maintained
9542 F:      Documentation/netlabel/
9543 F:      include/net/calipso.h
9544 F:      include/net/cipso_ipv4.h
9545 F:      include/net/netlabel.h
9546 F:      include/uapi/linux/netfilter/xt_SECMARK.h
9547 F:      include/uapi/linux/netfilter/xt_CONNSECMARK.h
9548 F:      net/netlabel/
9549 F:      net/ipv4/cipso_ipv4.c
9550 F:      net/ipv6/calipso.c
9551 F:      net/netfilter/xt_CONNSECMARK.c
9552 F:      net/netfilter/xt_SECMARK.c
9553
9554 NETWORKING [TLS]
9555 M:      Ilya Lesokhin <ilyal@mellanox.com>
9556 M:      Aviad Yehezkel <aviadye@mellanox.com>
9557 M:      Dave Watson <davejwatson@fb.com>
9558 L:      netdev@vger.kernel.org
9559 S:      Maintained
9560 F:      net/tls/*
9561 F:      include/uapi/linux/tls.h
9562 F:      include/net/tls.h
9563
9564 NETWORKING [WIRELESS]
9565 L:      linux-wireless@vger.kernel.org
9566 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
9567
9568 NETXEN (1/10) GbE SUPPORT
9569 M:      Manish Chopra <manish.chopra@cavium.com>
9570 M:      Rahul Verma <rahul.verma@cavium.com>
9571 M:      Dept-GELinuxNICDev@cavium.com
9572 L:      netdev@vger.kernel.org
9573 S:      Supported
9574 F:      drivers/net/ethernet/qlogic/netxen/
9575
9576 NFC SUBSYSTEM
9577 M:      Samuel Ortiz <sameo@linux.intel.com>
9578 L:      linux-wireless@vger.kernel.org
9579 L:      linux-nfc@lists.01.org (subscribers-only)
9580 S:      Supported
9581 F:      net/nfc/
9582 F:      include/net/nfc/
9583 F:      include/uapi/linux/nfc.h
9584 F:      drivers/nfc/
9585 F:      include/linux/platform_data/nfcmrvl.h
9586 F:      include/linux/platform_data/nxp-nci.h
9587 F:      Documentation/devicetree/bindings/net/nfc/
9588
9589 NFS, SUNRPC, AND LOCKD CLIENTS
9590 M:      Trond Myklebust <trond.myklebust@primarydata.com>
9591 M:      Anna Schumaker <anna.schumaker@netapp.com>
9592 L:      linux-nfs@vger.kernel.org
9593 W:      http://client.linux-nfs.org
9594 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
9595 S:      Maintained
9596 F:      fs/lockd/
9597 F:      fs/nfs/
9598 F:      fs/nfs_common/
9599 F:      net/sunrpc/
9600 F:      include/linux/lockd/
9601 F:      include/linux/nfs*
9602 F:      include/linux/sunrpc/
9603 F:      include/uapi/linux/nfs*
9604 F:      include/uapi/linux/sunrpc/
9605
9606 NILFS2 FILESYSTEM
9607 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
9608 L:      linux-nilfs@vger.kernel.org
9609 W:      http://nilfs.sourceforge.net/
9610 W:      http://nilfs.osdn.jp/
9611 T:      git git://github.com/konis/nilfs2.git
9612 S:      Supported
9613 F:      Documentation/filesystems/nilfs2.txt
9614 F:      fs/nilfs2/
9615 F:      include/trace/events/nilfs2.h
9616 F:      include/uapi/linux/nilfs2_api.h
9617 F:      include/uapi/linux/nilfs2_ondisk.h
9618
9619 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
9620 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9621 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9622 S:      Maintained
9623 F:      Documentation/scsi/NinjaSCSI.txt
9624 F:      drivers/scsi/pcmcia/nsp_*
9625
9626 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
9627 M:      GOTO Masanori <gotom@debian.or.jp>
9628 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
9629 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
9630 S:      Maintained
9631 F:      Documentation/scsi/NinjaSCSI.txt
9632 F:      drivers/scsi/nsp32*
9633
9634 NIOS2 ARCHITECTURE
9635 M:      Ley Foon Tan <lftan@altera.com>
9636 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
9637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
9638 S:      Maintained
9639 F:      arch/nios2/
9640
9641 NOHZ, DYNTICKS SUPPORT
9642 M:      Frederic Weisbecker <fweisbec@gmail.com>
9643 M:      Thomas Gleixner <tglx@linutronix.de>
9644 M:      Ingo Molnar <mingo@kernel.org>
9645 L:      linux-kernel@vger.kernel.org
9646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/nohz
9647 S:      Maintained
9648 F:      kernel/time/tick*.*
9649 F:      include/linux/tick.h
9650 F:      include/linux/sched/nohz.h
9651
9652 NOKIA N900 CAMERA SUPPORT (ET8EK8 SENSOR, AD5820 FOCUS)
9653 M:      Pavel Machek <pavel@ucw.cz>
9654 M:      Sakari Ailus <sakari.ailus@iki.fi>
9655 L:      linux-media@vger.kernel.org
9656 S:      Maintained
9657 F:      drivers/media/i2c/et8ek8
9658 F:      drivers/media/i2c/ad5820.c
9659
9660 NOKIA N900 POWER SUPPLY DRIVERS
9661 R:      Pali Rohár <pali.rohar@gmail.com>
9662 F:      include/linux/power/bq2415x_charger.h
9663 F:      include/linux/power/bq27xxx_battery.h
9664 F:      include/linux/power/isp1704_charger.h
9665 F:      drivers/power/supply/bq2415x_charger.c
9666 F:      drivers/power/supply/bq27xxx_battery.c
9667 F:      drivers/power/supply/bq27xxx_battery_i2c.c
9668 F:      drivers/power/supply/isp1704_charger.c
9669 F:      drivers/power/supply/rx51_battery.c
9670
9671 NTB AMD DRIVER
9672 M:      Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
9673 L:      linux-ntb@googlegroups.com
9674 S:      Supported
9675 F:      drivers/ntb/hw/amd/
9676
9677 NTB DRIVER CORE
9678 M:      Jon Mason <jdmason@kudzu.us>
9679 M:      Dave Jiang <dave.jiang@intel.com>
9680 M:      Allen Hubbe <Allen.Hubbe@emc.com>
9681 L:      linux-ntb@googlegroups.com
9682 S:      Supported
9683 W:      https://github.com/jonmason/ntb/wiki
9684 T:      git git://github.com/jonmason/ntb.git
9685 F:      drivers/ntb/
9686 F:      drivers/net/ntb_netdev.c
9687 F:      include/linux/ntb.h
9688 F:      include/linux/ntb_transport.h
9689 F:      tools/testing/selftests/ntb/
9690
9691 NTB IDT DRIVER
9692 M:      Serge Semin <fancer.lancer@gmail.com>
9693 L:      linux-ntb@googlegroups.com
9694 S:      Supported
9695 F:      drivers/ntb/hw/idt/
9696
9697 NTB INTEL DRIVER
9698 M:      Jon Mason <jdmason@kudzu.us>
9699 M:      Dave Jiang <dave.jiang@intel.com>
9700 L:      linux-ntb@googlegroups.com
9701 S:      Supported
9702 W:      https://github.com/jonmason/ntb/wiki
9703 T:      git git://github.com/jonmason/ntb.git
9704 F:      drivers/ntb/hw/intel/
9705
9706 NTFS FILESYSTEM
9707 M:      Anton Altaparmakov <anton@tuxera.com>
9708 L:      linux-ntfs-dev@lists.sourceforge.net
9709 W:      http://www.tuxera.com/
9710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
9711 S:      Supported
9712 F:      Documentation/filesystems/ntfs.txt
9713 F:      fs/ntfs/
9714
9715 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
9716 M:      Antonino Daplas <adaplas@gmail.com>
9717 L:      linux-fbdev@vger.kernel.org
9718 S:      Maintained
9719 F:      drivers/video/fbdev/riva/
9720 F:      drivers/video/fbdev/nvidia/
9721
9722 NVM EXPRESS DRIVER
9723 M:      Keith Busch <keith.busch@intel.com>
9724 M:      Jens Axboe <axboe@fb.com>
9725 M:      Christoph Hellwig <hch@lst.de>
9726 M:      Sagi Grimberg <sagi@grimberg.me>
9727 L:      linux-nvme@lists.infradead.org
9728 T:      git://git.infradead.org/nvme.git
9729 W:      http://git.infradead.org/nvme.git
9730 S:      Supported
9731 F:      drivers/nvme/host/
9732 F:      include/linux/nvme.h
9733 F:      include/uapi/linux/nvme_ioctl.h
9734
9735 NVM EXPRESS FC TRANSPORT DRIVERS
9736 M:      James Smart <james.smart@broadcom.com>
9737 L:      linux-nvme@lists.infradead.org
9738 S:      Supported
9739 F:      include/linux/nvme-fc.h
9740 F:      include/linux/nvme-fc-driver.h
9741 F:      drivers/nvme/host/fc.c
9742 F:      drivers/nvme/target/fc.c
9743 F:      drivers/nvme/target/fcloop.c
9744
9745 NVM EXPRESS TARGET DRIVER
9746 M:      Christoph Hellwig <hch@lst.de>
9747 M:      Sagi Grimberg <sagi@grimberg.me>
9748 L:      linux-nvme@lists.infradead.org
9749 T:      git://git.infradead.org/nvme.git
9750 W:      http://git.infradead.org/nvme.git
9751 S:      Supported
9752 F:      drivers/nvme/target/
9753
9754 NVMEM FRAMEWORK
9755 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
9756 S:      Maintained
9757 F:      drivers/nvmem/
9758 F:      Documentation/devicetree/bindings/nvmem/
9759 F:      Documentation/ABI/stable/sysfs-bus-nvmem
9760 F:      include/linux/nvmem-consumer.h
9761 F:      include/linux/nvmem-provider.h
9762
9763 NXP TDA998X DRM DRIVER
9764 M:      Russell King <linux@armlinux.org.uk>
9765 S:      Supported
9766 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
9767 T:      git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes
9768 F:      drivers/gpu/drm/i2c/tda998x_drv.c
9769 F:      include/drm/i2c/tda998x.h
9770
9771 NXP TFA9879 DRIVER
9772 M:      Peter Rosin <peda@axentia.se>
9773 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9774 S:      Maintained
9775 F:      sound/soc/codecs/tfa9879*
9776
9777 NXP-NCI NFC DRIVER
9778 M:      Clément Perrochaud <clement.perrochaud@effinnov.com>
9779 R:      Charles Gorand <charles.gorand@effinnov.com>
9780 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9781 S:      Supported
9782 F:      drivers/nfc/nxp-nci
9783
9784 OBJTOOL
9785 M:      Josh Poimboeuf <jpoimboe@redhat.com>
9786 S:      Supported
9787 F:      tools/objtool/
9788
9789 OMAP AUDIO SUPPORT
9790 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9791 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
9792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9793 L:      linux-omap@vger.kernel.org
9794 S:      Maintained
9795 F:      sound/soc/omap/
9796
9797 OMAP CLOCK FRAMEWORK SUPPORT
9798 M:      Paul Walmsley <paul@pwsan.com>
9799 L:      linux-omap@vger.kernel.org
9800 S:      Maintained
9801 F:      arch/arm/*omap*/*clock*
9802
9803 OMAP DEVICE TREE SUPPORT
9804 M:      Benoît Cousson <bcousson@baylibre.com>
9805 M:      Tony Lindgren <tony@atomide.com>
9806 L:      linux-omap@vger.kernel.org
9807 L:      devicetree@vger.kernel.org
9808 S:      Maintained
9809 F:      arch/arm/boot/dts/*omap*
9810 F:      arch/arm/boot/dts/*am3*
9811 F:      arch/arm/boot/dts/*am4*
9812 F:      arch/arm/boot/dts/*am5*
9813 F:      arch/arm/boot/dts/*dra7*
9814
9815 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
9816 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9817 L:      linux-omap@vger.kernel.org
9818 L:      linux-fbdev@vger.kernel.org
9819 S:      Maintained
9820 F:      drivers/video/fbdev/omap2/
9821 F:      Documentation/arm/OMAP/DSS
9822
9823 OMAP FRAMEBUFFER SUPPORT
9824 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
9825 L:      linux-fbdev@vger.kernel.org
9826 L:      linux-omap@vger.kernel.org
9827 S:      Maintained
9828 F:      drivers/video/fbdev/omap/
9829
9830 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
9831 M:      Roger Quadros <rogerq@ti.com>
9832 M:      Tony Lindgren <tony@atomide.com>
9833 L:      linux-omap@vger.kernel.org
9834 S:      Maintained
9835 F:      drivers/memory/omap-gpmc.c
9836 F:      arch/arm/mach-omap2/*gpmc*
9837
9838 OMAP GPIO DRIVER
9839 M:      Grygorii Strashko <grygorii.strashko@ti.com>
9840 M:      Santosh Shilimkar <ssantosh@kernel.org>
9841 M:      Kevin Hilman <khilman@kernel.org>
9842 L:      linux-omap@vger.kernel.org
9843 S:      Maintained
9844 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
9845 F:      drivers/gpio/gpio-omap.c
9846
9847 OMAP HARDWARE SPINLOCK SUPPORT
9848 M:      Ohad Ben-Cohen <ohad@wizery.com>
9849 L:      linux-omap@vger.kernel.org
9850 S:      Maintained
9851 F:      drivers/hwspinlock/omap_hwspinlock.c
9852
9853 OMAP HS MMC SUPPORT
9854 L:      linux-mmc@vger.kernel.org
9855 L:      linux-omap@vger.kernel.org
9856 S:      Orphan
9857 F:      drivers/mmc/host/omap_hsmmc.c
9858
9859 OMAP HWMOD DATA
9860 M:      Paul Walmsley <paul@pwsan.com>
9861 L:      linux-omap@vger.kernel.org
9862 S:      Maintained
9863 F:      arch/arm/mach-omap2/omap_hwmod*data*
9864
9865 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
9866 M:      Benoît Cousson <bcousson@baylibre.com>
9867 L:      linux-omap@vger.kernel.org
9868 S:      Maintained
9869 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
9870
9871 OMAP HWMOD SUPPORT
9872 M:      Benoît Cousson <bcousson@baylibre.com>
9873 M:      Paul Walmsley <paul@pwsan.com>
9874 L:      linux-omap@vger.kernel.org
9875 S:      Maintained
9876 F:      arch/arm/mach-omap2/omap_hwmod.*
9877
9878 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
9879 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9880 L:      linux-media@vger.kernel.org
9881 S:      Maintained
9882 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
9883 F:      drivers/media/platform/omap3isp/
9884 F:      drivers/staging/media/omap4iss/
9885
9886 OMAP MMC SUPPORT
9887 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
9888 L:      linux-omap@vger.kernel.org
9889 S:      Maintained
9890 F:      drivers/mmc/host/omap.c
9891
9892 OMAP POWER MANAGEMENT SUPPORT
9893 M:      Kevin Hilman <khilman@kernel.org>
9894 L:      linux-omap@vger.kernel.org
9895 S:      Maintained
9896 F:      arch/arm/*omap*/*pm*
9897 F:      drivers/cpufreq/omap-cpufreq.c
9898
9899 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
9900 M:      Rajendra Nayak <rnayak@codeaurora.org>
9901 M:      Paul Walmsley <paul@pwsan.com>
9902 L:      linux-omap@vger.kernel.org
9903 S:      Maintained
9904 F:      arch/arm/mach-omap2/prm*
9905
9906 OMAP RANDOM NUMBER GENERATOR SUPPORT
9907 M:      Deepak Saxena <dsaxena@plexity.net>
9908 S:      Maintained
9909 F:      drivers/char/hw_random/omap-rng.c
9910
9911 OMAP USB SUPPORT
9912 L:      linux-usb@vger.kernel.org
9913 L:      linux-omap@vger.kernel.org
9914 S:      Orphan
9915 F:      drivers/usb/*/*omap*
9916 F:      arch/arm/*omap*/usb*
9917
9918 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
9919 M:      Mark Jackson <mpfj@newflow.co.uk>
9920 L:      linux-omap@vger.kernel.org
9921 S:      Maintained
9922 F:      arch/arm/boot/dts/am335x-nano.dts
9923
9924 OMAP1 SUPPORT
9925 M:      Aaro Koskinen <aaro.koskinen@iki.fi>
9926 M:      Tony Lindgren <tony@atomide.com>
9927 L:      linux-omap@vger.kernel.org
9928 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9930 S:      Maintained
9931 F:      arch/arm/mach-omap1/
9932 F:      arch/arm/plat-omap/
9933 F:      arch/arm/configs/omap1_defconfig
9934 F:      drivers/i2c/busses/i2c-omap.c
9935 F:      include/linux/i2c-omap.h
9936
9937 OMAP2+ SUPPORT
9938 M:      Tony Lindgren <tony@atomide.com>
9939 L:      linux-omap@vger.kernel.org
9940 W:      http://www.muru.com/linux/omap/
9941 W:      http://linux.omap.com/
9942 Q:      http://patchwork.kernel.org/project/linux-omap/list/
9943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
9944 S:      Maintained
9945 F:      arch/arm/mach-omap2/
9946 F:      arch/arm/plat-omap/
9947 F:      arch/arm/configs/omap2plus_defconfig
9948 F:      drivers/i2c/busses/i2c-omap.c
9949 F:      drivers/irqchip/irq-omap-intc.c
9950 F:      drivers/mfd/*omap*.c
9951 F:      drivers/mfd/menelaus.c
9952 F:      drivers/mfd/palmas.c
9953 F:      drivers/mfd/tps65217.c
9954 F:      drivers/mfd/tps65218.c
9955 F:      drivers/mfd/tps65910.c
9956 F:      drivers/mfd/twl-core.[ch]
9957 F:      drivers/mfd/twl4030*.c
9958 F:      drivers/mfd/twl6030*.c
9959 F:      drivers/mfd/twl6040*.c
9960 F:      drivers/regulator/palmas-regulator*.c
9961 F:      drivers/regulator/pbias-regulator.c
9962 F:      drivers/regulator/tps65217-regulator.c
9963 F:      drivers/regulator/tps65218-regulator.c
9964 F:      drivers/regulator/tps65910-regulator.c
9965 F:      drivers/regulator/twl-regulator.c
9966 F:      drivers/regulator/twl6030-regulator.c
9967 F:      include/linux/i2c-omap.h
9968
9969 ONION OMEGA2+ BOARD
9970 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
9971 L:      linux-mips@linux-mips.org
9972 S:      Maintained
9973 F:      arch/mips/boot/dts/ralink/omega2p.dts
9974
9975 OMFS FILESYSTEM
9976 M:      Bob Copeland <me@bobcopeland.com>
9977 L:      linux-karma-devel@lists.sourceforge.net
9978 S:      Maintained
9979 F:      Documentation/filesystems/omfs.txt
9980 F:      fs/omfs/
9981
9982 OMNIKEY CARDMAN 4000 DRIVER
9983 M:      Harald Welte <laforge@gnumonks.org>
9984 S:      Maintained
9985 F:      drivers/char/pcmcia/cm4000_cs.c
9986 F:      include/linux/cm4000_cs.h
9987 F:      include/uapi/linux/cm4000_cs.h
9988
9989 OMNIKEY CARDMAN 4040 DRIVER
9990 M:      Harald Welte <laforge@gnumonks.org>
9991 S:      Maintained
9992 F:      drivers/char/pcmcia/cm4040_cs.*
9993
9994 OMNIVISION OV13858 SENSOR DRIVER
9995 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
9996 L:      linux-media@vger.kernel.org
9997 T:      git git://linuxtv.org/media_tree.git
9998 S:      Maintained
9999 F:      drivers/media/i2c/ov13858.c
10000
10001 OMNIVISION OV5640 SENSOR DRIVER
10002 M:      Steve Longerbeam <slongerbeam@gmail.com>
10003 L:      linux-media@vger.kernel.org
10004 T:      git git://linuxtv.org/media_tree.git
10005 S:      Maintained
10006 F:      drivers/media/i2c/ov5640.c
10007
10008 OMNIVISION OV5647 SENSOR DRIVER
10009 M:      Luis Oliveira <lolivei@synopsys.com>
10010 L:      linux-media@vger.kernel.org
10011 T:      git git://linuxtv.org/media_tree.git
10012 S:      Maintained
10013 F:      drivers/media/i2c/ov5647.c
10014
10015 OMNIVISION OV7670 SENSOR DRIVER
10016 M:      Jonathan Corbet <corbet@lwn.net>
10017 L:      linux-media@vger.kernel.org
10018 T:      git git://linuxtv.org/media_tree.git
10019 S:      Maintained
10020 F:      drivers/media/i2c/ov7670.c
10021 F:      Documentation/devicetree/bindings/media/i2c/ov7670.txt
10022
10023 ONENAND FLASH DRIVER
10024 M:      Kyungmin Park <kyungmin.park@samsung.com>
10025 L:      linux-mtd@lists.infradead.org
10026 S:      Maintained
10027 F:      drivers/mtd/onenand/
10028 F:      include/linux/mtd/onenand*.h
10029
10030 ONSTREAM SCSI TAPE DRIVER
10031 M:      Willem Riede <osst@riede.org>
10032 L:      osst-users@lists.sourceforge.net
10033 L:      linux-scsi@vger.kernel.org
10034 S:      Maintained
10035 F:      Documentation/scsi/osst.txt
10036 F:      drivers/scsi/osst.*
10037 F:      drivers/scsi/osst_*.h
10038 F:      drivers/scsi/st.h
10039
10040 OP-TEE DRIVER
10041 M:      Jens Wiklander <jens.wiklander@linaro.org>
10042 S:      Maintained
10043 F:      drivers/tee/optee/
10044
10045 OPA-VNIC DRIVER
10046 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
10047 M:      Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
10048 L:      linux-rdma@vger.kernel.org
10049 S:      Supported
10050 F:      drivers/infiniband/ulp/opa_vnic
10051
10052 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
10053 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
10054 L:      devicetree@vger.kernel.org
10055 S:      Maintained
10056 F:      Documentation/devicetree/dynamic-resolution-notes.txt
10057 F:      Documentation/devicetree/overlay-notes.txt
10058 F:      drivers/of/overlay.c
10059 F:      drivers/of/resolver.c
10060
10061 OPEN FIRMWARE AND FLATTENED DEVICE TREE
10062 M:      Rob Herring <robh+dt@kernel.org>
10063 M:      Frank Rowand <frowand.list@gmail.com>
10064 L:      devicetree@vger.kernel.org
10065 W:      http://www.devicetree.org/
10066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10067 S:      Maintained
10068 F:      drivers/of/
10069 F:      include/linux/of*.h
10070 F:      scripts/dtc/
10071 F:      Documentation/ABI/testing/sysfs-firmware-ofw
10072
10073 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
10074 M:      Rob Herring <robh+dt@kernel.org>
10075 M:      Mark Rutland <mark.rutland@arm.com>
10076 L:      devicetree@vger.kernel.org
10077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
10078 Q:      http://patchwork.ozlabs.org/project/devicetree-bindings/list/
10079 S:      Maintained
10080 F:      Documentation/devicetree/
10081 F:      arch/*/boot/dts/
10082 F:      include/dt-bindings/
10083
10084 OPENCORES I2C BUS DRIVER
10085 M:      Peter Korsgaard <jacmet@sunsite.dk>
10086 L:      linux-i2c@vger.kernel.org
10087 S:      Maintained
10088 F:      Documentation/i2c/busses/i2c-ocores
10089 F:      drivers/i2c/busses/i2c-ocores.c
10090
10091 OPENRISC ARCHITECTURE
10092 M:      Jonas Bonn <jonas@southpole.se>
10093 M:      Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
10094 M:      Stafford Horne <shorne@gmail.com>
10095 T:      git git://github.com/openrisc/linux.git
10096 L:      openrisc@lists.librecores.org
10097 W:      http://openrisc.io
10098 S:      Maintained
10099 F:      Documentation/devicetree/bindings/openrisc/
10100 F:      Documentation/openrisc/
10101 F:      arch/openrisc/
10102 F:      drivers/irqchip/irq-ompic.c
10103 F:      drivers/irqchip/irq-or1k-*
10104
10105 OPENVSWITCH
10106 M:      Pravin Shelar <pshelar@nicira.com>
10107 L:      netdev@vger.kernel.org
10108 L:      dev@openvswitch.org
10109 W:      http://openvswitch.org
10110 S:      Maintained
10111 F:      net/openvswitch/
10112 F:      include/uapi/linux/openvswitch.h
10113
10114 OPERATING PERFORMANCE POINTS (OPP)
10115 M:      Viresh Kumar <vireshk@kernel.org>
10116 M:      Nishanth Menon <nm@ti.com>
10117 M:      Stephen Boyd <sboyd@codeaurora.org>
10118 L:      linux-pm@vger.kernel.org
10119 S:      Maintained
10120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
10121 F:      drivers/opp/
10122 F:      include/linux/pm_opp.h
10123 F:      Documentation/power/opp.txt
10124 F:      Documentation/devicetree/bindings/opp/
10125
10126 OPL4 DRIVER
10127 M:      Clemens Ladisch <clemens@ladisch.de>
10128 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10129 T:      git git://git.alsa-project.org/alsa-kernel.git
10130 S:      Maintained
10131 F:      sound/drivers/opl4/
10132
10133 OPROFILE
10134 M:      Robert Richter <rric@kernel.org>
10135 L:      oprofile-list@lists.sf.net
10136 S:      Maintained
10137 F:      arch/*/include/asm/oprofile*.h
10138 F:      arch/*/oprofile/
10139 F:      drivers/oprofile/
10140 F:      include/linux/oprofile.h
10141
10142 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
10143 M:      Mark Fasheh <mfasheh@versity.com>
10144 M:      Joel Becker <jlbec@evilplan.org>
10145 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
10146 W:      http://ocfs2.wiki.kernel.org
10147 S:      Supported
10148 F:      Documentation/filesystems/ocfs2.txt
10149 F:      Documentation/filesystems/dlmfs.txt
10150 F:      fs/ocfs2/
10151
10152 ORANGEFS FILESYSTEM
10153 M:      Mike Marshall <hubcap@omnibond.com>
10154 L:      pvfs2-developers@beowulf-underground.org (subscribers-only)
10155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
10156 S:      Supported
10157 F:      fs/orangefs/
10158 F:      Documentation/filesystems/orangefs.txt
10159
10160 ORINOCO DRIVER
10161 L:      linux-wireless@vger.kernel.org
10162 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
10163 W:      http://www.nongnu.org/orinoco/
10164 S:      Orphan
10165 F:      drivers/net/wireless/intersil/orinoco/
10166
10167 OSD LIBRARY and FILESYSTEM
10168 M:      Boaz Harrosh <ooo@electrozaur.com>
10169 S:      Maintained
10170 F:      drivers/scsi/osd/
10171 F:      include/scsi/osd_*
10172 F:      fs/exofs/
10173
10174 OV2659 OMNIVISION SENSOR DRIVER
10175 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10176 L:      linux-media@vger.kernel.org
10177 W:      https://linuxtv.org
10178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10179 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10180 S:      Maintained
10181 F:      drivers/media/i2c/ov2659.c
10182 F:      include/media/i2c/ov2659.h
10183
10184 OVERLAY FILESYSTEM
10185 M:      Miklos Szeredi <miklos@szeredi.hu>
10186 L:      linux-unionfs@vger.kernel.org
10187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
10188 S:      Supported
10189 F:      fs/overlayfs/
10190 F:      Documentation/filesystems/overlayfs.txt
10191
10192 P54 WIRELESS DRIVER
10193 M:      Christian Lamparter <chunkeey@googlemail.com>
10194 L:      linux-wireless@vger.kernel.org
10195 W:      http://wireless.kernel.org/en/users/Drivers/p54
10196 S:      Maintained
10197 F:      drivers/net/wireless/intersil/p54/
10198
10199 PA SEMI ETHERNET DRIVER
10200 L:      netdev@vger.kernel.org
10201 S:      Orphan
10202 F:      drivers/net/ethernet/pasemi/*
10203
10204 PA SEMI SMBUS DRIVER
10205 L:      linux-i2c@vger.kernel.org
10206 S:      Orphan
10207 F:      drivers/i2c/busses/i2c-pasemi.c
10208
10209 PADATA PARALLEL EXECUTION MECHANISM
10210 M:      Steffen Klassert <steffen.klassert@secunet.com>
10211 L:      linux-crypto@vger.kernel.org
10212 S:      Maintained
10213 F:      kernel/padata.c
10214 F:      include/linux/padata.h
10215 F:      Documentation/padata.txt
10216
10217 PANASONIC LAPTOP ACPI EXTRAS DRIVER
10218 M:      Harald Welte <laforge@gnumonks.org>
10219 L:      platform-driver-x86@vger.kernel.org
10220 S:      Maintained
10221 F:      drivers/platform/x86/panasonic-laptop.c
10222
10223 PANASONIC MN10300/AM33/AM34 PORT
10224 M:      David Howells <dhowells@redhat.com>
10225 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
10226 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
10227 S:      Maintained
10228 F:      Documentation/mn10300/
10229 F:      arch/mn10300/
10230
10231 PARALLEL LCD/KEYPAD PANEL DRIVER
10232 M:      Willy Tarreau <willy@haproxy.com>
10233 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
10234 S:      Odd Fixes
10235 F:      Documentation/misc-devices/lcd-panel-cgram.txt
10236 F:      drivers/misc/panel.c
10237
10238 PARALLEL PORT SUBSYSTEM
10239 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10240 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
10241 L:      linux-parport@lists.infradead.org (subscribers-only)
10242 S:      Maintained
10243 F:      drivers/parport/
10244 F:      include/linux/parport*.h
10245 F:      drivers/char/ppdev.c
10246 F:      include/uapi/linux/ppdev.h
10247 F:      Documentation/parport*.txt
10248
10249 PARAVIRT_OPS INTERFACE
10250 M:      Juergen Gross <jgross@suse.com>
10251 M:      Alok Kataria <akataria@vmware.com>
10252 M:      Rusty Russell <rusty@rustcorp.com.au>
10253 L:      virtualization@lists.linux-foundation.org
10254 S:      Supported
10255 F:      Documentation/virtual/paravirt_ops.txt
10256 F:      arch/*/kernel/paravirt*
10257 F:      arch/*/include/asm/paravirt*.h
10258 F:      include/linux/hypervisor.h
10259
10260 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
10261 M:      Tim Waugh <tim@cyberelk.net>
10262 L:      linux-parport@lists.infradead.org (subscribers-only)
10263 S:      Maintained
10264 F:      Documentation/blockdev/paride.txt
10265 F:      drivers/block/paride/
10266
10267 PARISC ARCHITECTURE
10268 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
10269 M:      Helge Deller <deller@gmx.de>
10270 L:      linux-parisc@vger.kernel.org
10271 W:      http://www.parisc-linux.org/
10272 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
10273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
10274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
10275 S:      Maintained
10276 F:      arch/parisc/
10277 F:      Documentation/parisc/
10278 F:      drivers/parisc/
10279 F:      drivers/char/agp/parisc-agp.c
10280 F:      drivers/input/serio/gscps2.c
10281 F:      drivers/parport/parport_gsc.*
10282 F:      drivers/tty/serial/8250/8250_gsc.c
10283 F:      drivers/video/fbdev/sti*
10284 F:      drivers/video/console/sti*
10285 F:      drivers/video/logo/logo_parisc*
10286
10287 PARMAN
10288 M:      Jiri Pirko <jiri@mellanox.com>
10289 L:      netdev@vger.kernel.org
10290 S:      Supported
10291 F:      lib/parman.c
10292 F:      lib/test_parman.c
10293 F:      include/linux/parman.h
10294
10295 PC87360 HARDWARE MONITORING DRIVER
10296 M:      Jim Cromie <jim.cromie@gmail.com>
10297 L:      linux-hwmon@vger.kernel.org
10298 S:      Maintained
10299 F:      Documentation/hwmon/pc87360
10300 F:      drivers/hwmon/pc87360.c
10301
10302 PC8736x GPIO DRIVER
10303 M:      Jim Cromie <jim.cromie@gmail.com>
10304 S:      Maintained
10305 F:      drivers/char/pc8736x_gpio.c
10306
10307 PC87427 HARDWARE MONITORING DRIVER
10308 M:      Jean Delvare <jdelvare@suse.com>
10309 L:      linux-hwmon@vger.kernel.org
10310 S:      Maintained
10311 F:      Documentation/hwmon/pc87427
10312 F:      drivers/hwmon/pc87427.c
10313
10314 PCA9532 LED DRIVER
10315 M:      Riku Voipio <riku.voipio@iki.fi>
10316 S:      Maintained
10317 F:      drivers/leds/leds-pca9532.c
10318 F:      include/linux/leds-pca9532.h
10319
10320 PCA9541 I2C BUS MASTER SELECTOR DRIVER
10321 M:      Guenter Roeck <linux@roeck-us.net>
10322 L:      linux-i2c@vger.kernel.org
10323 S:      Maintained
10324 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
10325
10326 PCDP - PRIMARY CONSOLE AND DEBUG PORT
10327 M:      Khalid Aziz <khalid@gonehiking.org>
10328 S:      Maintained
10329 F:      drivers/firmware/pcdp.*
10330
10331 PCI DRIVER FOR AARDVARK (Marvell Armada 3700)
10332 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10333 L:      linux-pci@vger.kernel.org
10334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10335 S:      Maintained
10336 F:      Documentation/devicetree/bindings/pci/aardvark-pci.txt
10337 F:      drivers/pci/host/pci-aardvark.c
10338
10339 PCI DRIVER FOR ALTERA PCIE IP
10340 M:      Ley Foon Tan <lftan@altera.com>
10341 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
10342 L:      linux-pci@vger.kernel.org
10343 S:      Supported
10344 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
10345 F:      drivers/pci/host/pcie-altera.c
10346
10347 PCI DRIVER FOR APPLIEDMICRO XGENE
10348 M:      Tanmay Inamdar <tinamdar@apm.com>
10349 L:      linux-pci@vger.kernel.org
10350 L:      linux-arm-kernel@lists.infradead.org
10351 S:      Maintained
10352 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
10353 F:      drivers/pci/host/pci-xgene.c
10354
10355 PCI DRIVER FOR ARM VERSATILE PLATFORM
10356 M:      Rob Herring <robh@kernel.org>
10357 L:      linux-pci@vger.kernel.org
10358 L:      linux-arm-kernel@lists.infradead.org
10359 S:      Maintained
10360 F:      Documentation/devicetree/bindings/pci/versatile.txt
10361 F:      drivers/pci/host/pci-versatile.c
10362
10363 PCI DRIVER FOR ARMADA 8K
10364 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10365 L:      linux-pci@vger.kernel.org
10366 L:      linux-arm-kernel@lists.infradead.org
10367 S:      Maintained
10368 F:      Documentation/devicetree/bindings/pci/pci-armada8k.txt
10369 F:      drivers/pci/dwc/pcie-armada8k.c
10370
10371 PCI DRIVER FOR FREESCALE LAYERSCAPE
10372 M:      Minghuan Lian <minghuan.Lian@freescale.com>
10373 M:      Mingkai Hu <mingkai.hu@freescale.com>
10374 M:      Roy Zang <tie-fei.zang@freescale.com>
10375 L:      linuxppc-dev@lists.ozlabs.org
10376 L:      linux-pci@vger.kernel.org
10377 L:      linux-arm-kernel@lists.infradead.org
10378 S:      Maintained
10379 F:      drivers/pci/dwc/*layerscape*
10380
10381 PCI DRIVER FOR GENERIC OF HOSTS
10382 M:      Will Deacon <will.deacon@arm.com>
10383 L:      linux-pci@vger.kernel.org
10384 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10385 S:      Maintained
10386 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
10387 F:      drivers/pci/host/pci-host-common.c
10388 F:      drivers/pci/host/pci-host-generic.c
10389
10390 PCI DRIVER FOR IMX6
10391 M:      Richard Zhu <hongxing.zhu@nxp.com>
10392 M:      Lucas Stach <l.stach@pengutronix.de>
10393 L:      linux-pci@vger.kernel.org
10394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10395 S:      Maintained
10396 F:      Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
10397 F:      drivers/pci/dwc/*imx6*
10398
10399 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
10400 M:      Keith Busch <keith.busch@intel.com>
10401 M:      Jonathan Derrick <jonathan.derrick@intel.com>
10402 L:      linux-pci@vger.kernel.org
10403 S:      Supported
10404 F:      drivers/pci/host/vmd.c
10405
10406 PCI DRIVER FOR MICROSEMI SWITCHTEC
10407 M:      Kurt Schwemmer <kurt.schwemmer@microsemi.com>
10408 M:      Logan Gunthorpe <logang@deltatee.com>
10409 L:      linux-pci@vger.kernel.org
10410 S:      Maintained
10411 F:      Documentation/switchtec.txt
10412 F:      Documentation/ABI/testing/sysfs-class-switchtec
10413 F:      drivers/pci/switch/switchtec*
10414 F:      include/uapi/linux/switchtec_ioctl.h
10415
10416 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
10417 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10418 M:      Jason Cooper <jason@lakedaemon.net>
10419 L:      linux-pci@vger.kernel.org
10420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10421 S:      Maintained
10422 F:      drivers/pci/host/*mvebu*
10423
10424 PCI DRIVER FOR NVIDIA TEGRA
10425 M:      Thierry Reding <thierry.reding@gmail.com>
10426 L:      linux-tegra@vger.kernel.org
10427 L:      linux-pci@vger.kernel.org
10428 S:      Supported
10429 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
10430 F:      drivers/pci/host/pci-tegra.c
10431
10432 PCI DRIVER FOR RENESAS R-CAR
10433 M:      Simon Horman <horms@verge.net.au>
10434 L:      linux-pci@vger.kernel.org
10435 L:      linux-renesas-soc@vger.kernel.org
10436 S:      Maintained
10437 F:      drivers/pci/host/*rcar*
10438
10439 PCI DRIVER FOR SAMSUNG EXYNOS
10440 M:      Jingoo Han <jingoohan1@gmail.com>
10441 L:      linux-pci@vger.kernel.org
10442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10443 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10444 S:      Maintained
10445 F:      drivers/pci/dwc/pci-exynos.c
10446
10447 PCI DRIVER FOR SYNOPSYS DESIGNWARE
10448 M:      Jingoo Han <jingoohan1@gmail.com>
10449 M:      Joao Pinto <Joao.Pinto@synopsys.com>
10450 L:      linux-pci@vger.kernel.org
10451 S:      Maintained
10452 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
10453 F:      drivers/pci/dwc/*designware*
10454
10455 PCI DRIVER FOR TI DRA7XX
10456 M:      Kishon Vijay Abraham I <kishon@ti.com>
10457 L:      linux-omap@vger.kernel.org
10458 L:      linux-pci@vger.kernel.org
10459 S:      Supported
10460 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
10461 F:      drivers/pci/dwc/pci-dra7xx.c
10462
10463 PCI DRIVER FOR TI KEYSTONE
10464 M:      Murali Karicheri <m-karicheri2@ti.com>
10465 L:      linux-pci@vger.kernel.org
10466 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10467 S:      Maintained
10468 F:      drivers/pci/dwc/*keystone*
10469
10470 PCI ENDPOINT SUBSYSTEM
10471 M:      Kishon Vijay Abraham I <kishon@ti.com>
10472 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10473 L:      linux-pci@vger.kernel.org
10474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git
10475 S:      Supported
10476 F:      drivers/pci/endpoint/
10477 F:      drivers/misc/pci_endpoint_test.c
10478 F:      tools/pci/
10479
10480 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
10481 M:      Russell Currey <ruscur@russell.cc>
10482 L:      linuxppc-dev@lists.ozlabs.org
10483 S:      Supported
10484 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
10485 F:      arch/powerpc/kernel/eeh*.c
10486 F:      arch/powerpc/platforms/*/eeh*.c
10487 F:      arch/powerpc/include/*/eeh*.h
10488
10489 PCI ERROR RECOVERY
10490 M:      Linas Vepstas <linasvepstas@gmail.com>
10491 L:      linux-pci@vger.kernel.org
10492 S:      Supported
10493 F:      Documentation/PCI/pci-error-recovery.txt
10494
10495 PCI MSI DRIVER FOR ALTERA MSI IP
10496 M:      Ley Foon Tan <lftan@altera.com>
10497 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
10498 L:      linux-pci@vger.kernel.org
10499 S:      Supported
10500 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
10501 F:      drivers/pci/host/pcie-altera-msi.c
10502
10503 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
10504 M:      Duc Dang <dhdang@apm.com>
10505 L:      linux-pci@vger.kernel.org
10506 L:      linux-arm-kernel@lists.infradead.org
10507 S:      Maintained
10508 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
10509 F:      drivers/pci/host/pci-xgene-msi.c
10510
10511 PCI SUBSYSTEM
10512 M:      Bjorn Helgaas <bhelgaas@google.com>
10513 L:      linux-pci@vger.kernel.org
10514 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
10515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
10516 S:      Supported
10517 F:      Documentation/devicetree/bindings/pci/
10518 F:      Documentation/PCI/
10519 F:      drivers/pci/
10520 F:      include/linux/pci*
10521 F:      arch/x86/pci/
10522 F:      arch/x86/kernel/quirks.c
10523
10524 PCI NATIVE HOST BRIDGE AND ENDPOINT DRIVERS
10525 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10526 L:      linux-pci@vger.kernel.org
10527 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
10528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lpieralisi/pci.git/
10529 S:      Supported
10530 F:      drivers/pci/host/
10531 F:      drivers/pci/dwc/
10532
10533 PCIE DRIVER FOR AXIS ARTPEC
10534 M:      Niklas Cassel <niklas.cassel@axis.com>
10535 M:      Jesper Nilsson <jesper.nilsson@axis.com>
10536 L:      linux-arm-kernel@axis.com
10537 L:      linux-pci@vger.kernel.org
10538 S:      Maintained
10539 F:      Documentation/devicetree/bindings/pci/axis,artpec*
10540 F:      drivers/pci/dwc/*artpec*
10541
10542 PCIE DRIVER FOR CAVIUM THUNDERX
10543 M:      David Daney <david.daney@cavium.com>
10544 L:      linux-pci@vger.kernel.org
10545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10546 S:      Supported
10547 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
10548 F:      drivers/pci/host/pci-thunder-*
10549
10550 PCIE DRIVER FOR HISILICON
10551 M:      Zhou Wang <wangzhou1@hisilicon.com>
10552 L:      linux-pci@vger.kernel.org
10553 S:      Maintained
10554 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
10555 F:      drivers/pci/dwc/pcie-hisi.c
10556
10557 PCIE DRIVER FOR HISILICON KIRIN
10558 M:      Xiaowei Song <songxiaowei@hisilicon.com>
10559 M:      Binghui Wang <wangbinghui@hisilicon.com>
10560 L:      linux-pci@vger.kernel.org
10561 S:      Maintained
10562 F:      Documentation/devicetree/bindings/pci/pcie-kirin.txt
10563 F:      drivers/pci/dwc/pcie-kirin.c
10564
10565 PCIE DRIVER FOR HISILICON STB
10566 M:      Jianguo Sun <sunjianguo1@huawei.com>
10567 M:      Shawn Guo <shawn.guo@linaro.org>
10568 L:      linux-pci@vger.kernel.org
10569 S:      Maintained
10570 F:      Documentation/devicetree/bindings/pci/hisilicon-histb-pcie.txt
10571 F:      drivers/pci/dwc/pcie-histb.c
10572
10573 PCIE DRIVER FOR MEDIATEK
10574 M:      Ryder Lee <ryder.lee@mediatek.com>
10575 L:      linux-pci@vger.kernel.org
10576 L:      linux-mediatek@lists.infradead.org
10577 S:      Supported
10578 F:      Documentation/devicetree/bindings/pci/mediatek*
10579 F:      drivers/pci/host/*mediatek*
10580
10581 PCIE DRIVER FOR QUALCOMM MSM
10582 M:      Stanimir Varbanov <svarbanov@mm-sol.com>
10583 L:      linux-pci@vger.kernel.org
10584 L:      linux-arm-msm@vger.kernel.org
10585 S:      Maintained
10586 F:      drivers/pci/dwc/*qcom*
10587
10588 PCIE DRIVER FOR ROCKCHIP
10589 M:      Shawn Lin <shawn.lin@rock-chips.com>
10590 L:      linux-pci@vger.kernel.org
10591 L:      linux-rockchip@lists.infradead.org
10592 S:      Maintained
10593 F:      Documentation/devicetree/bindings/pci/rockchip-pcie.txt
10594 F:      drivers/pci/host/pcie-rockchip.c
10595
10596 PCI DRIVER FOR V3 SEMICONDUCTOR V360EPC
10597 M:      Linus Walleij <linus.walleij@linaro.org>
10598 L:      linux-pci@vger.kernel.org
10599 S:      Maintained
10600 F:      Documentation/devicetree/bindings/pci/v3-v360epc-pci.txt
10601 F:      drivers/pci/host/pci-v3-semi.c
10602
10603 PCIE DRIVER FOR ST SPEAR13XX
10604 M:      Pratyush Anand <pratyush.anand@gmail.com>
10605 L:      linux-pci@vger.kernel.org
10606 S:      Maintained
10607 F:      drivers/pci/dwc/*spear*
10608
10609 PCMCIA SUBSYSTEM
10610 P:      Linux PCMCIA Team
10611 L:      linux-pcmcia@lists.infradead.org
10612 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
10613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
10614 S:      Maintained
10615 F:      Documentation/pcmcia/
10616 F:      tools/pcmcia/
10617 F:      drivers/pcmcia/
10618 F:      include/pcmcia/
10619
10620 PCNET32 NETWORK DRIVER
10621 M:      Don Fry <pcnet32@frontier.com>
10622 L:      netdev@vger.kernel.org
10623 S:      Maintained
10624 F:      drivers/net/ethernet/amd/pcnet32.c
10625
10626 PCRYPT PARALLEL CRYPTO ENGINE
10627 M:      Steffen Klassert <steffen.klassert@secunet.com>
10628 L:      linux-crypto@vger.kernel.org
10629 S:      Maintained
10630 F:      crypto/pcrypt.c
10631 F:      include/crypto/pcrypt.h
10632
10633 PER-CPU MEMORY ALLOCATOR
10634 M:      Tejun Heo <tj@kernel.org>
10635 M:      Christoph Lameter <cl@linux.com>
10636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
10637 S:      Maintained
10638 F:      include/linux/percpu*.h
10639 F:      mm/percpu*.c
10640 F:      arch/*/include/asm/percpu.h
10641
10642 PER-TASK DELAY ACCOUNTING
10643 M:      Balbir Singh <bsingharora@gmail.com>
10644 S:      Maintained
10645 F:      include/linux/delayacct.h
10646 F:      kernel/delayacct.c
10647
10648 PERFORMANCE EVENTS SUBSYSTEM
10649 M:      Peter Zijlstra <peterz@infradead.org>
10650 M:      Ingo Molnar <mingo@redhat.com>
10651 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
10652 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
10653 R:      Jiri Olsa <jolsa@redhat.com>
10654 R:      Namhyung Kim <namhyung@kernel.org>
10655 L:      linux-kernel@vger.kernel.org
10656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10657 S:      Supported
10658 F:      kernel/events/*
10659 F:      include/linux/perf_event.h
10660 F:      include/uapi/linux/perf_event.h
10661 F:      arch/*/kernel/perf_event*.c
10662 F:      arch/*/kernel/*/perf_event*.c
10663 F:      arch/*/kernel/*/*/perf_event*.c
10664 F:      arch/*/include/asm/perf_event.h
10665 F:      arch/*/kernel/perf_callchain.c
10666 F:      arch/*/events/*
10667 F:      tools/perf/
10668
10669 PERSONALITY HANDLING
10670 M:      Christoph Hellwig <hch@infradead.org>
10671 L:      linux-abi-devel@lists.sourceforge.net
10672 S:      Maintained
10673 F:      include/linux/personality.h
10674 F:      include/uapi/linux/personality.h
10675
10676 PHONET PROTOCOL
10677 M:      Remi Denis-Courmont <courmisch@gmail.com>
10678 S:      Supported
10679 F:      Documentation/networking/phonet.txt
10680 F:      include/linux/phonet.h
10681 F:      include/net/phonet/
10682 F:      include/uapi/linux/phonet.h
10683 F:      net/phonet/
10684
10685 PHRAM MTD DRIVER
10686 M:      Joern Engel <joern@lazybastard.org>
10687 L:      linux-mtd@lists.infradead.org
10688 S:      Maintained
10689 F:      drivers/mtd/devices/phram.c
10690
10691 PICOLCD HID DRIVER
10692 M:      Bruno Prémont <bonbons@linux-vserver.org>
10693 L:      linux-input@vger.kernel.org
10694 S:      Maintained
10695 F:      drivers/hid/hid-picolcd*
10696
10697 PICOXCELL SUPPORT
10698 M:      Jamie Iles <jamie@jamieiles.com>
10699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10700 T:      git git://github.com/jamieiles/linux-2.6-ji.git
10701 S:      Supported
10702 F:      arch/arm/boot/dts/picoxcell*
10703 F:      arch/arm/mach-picoxcell/
10704 F:      drivers/crypto/picoxcell*
10705
10706 PIN CONTROL SUBSYSTEM
10707 M:      Linus Walleij <linus.walleij@linaro.org>
10708 L:      linux-gpio@vger.kernel.org
10709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
10710 S:      Maintained
10711 F:      Documentation/devicetree/bindings/pinctrl/
10712 F:      Documentation/driver-api/pinctl.rst
10713 F:      drivers/pinctrl/
10714 F:      include/linux/pinctrl/
10715
10716 PIN CONTROLLER - ATMEL AT91
10717 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
10718 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10719 S:      Maintained
10720 F:      drivers/pinctrl/pinctrl-at91.*
10721
10722 PIN CONTROLLER - ATMEL AT91 PIO4
10723 M:      Ludovic Desroches <ludovic.desroches@microchip.com>
10724 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10725 L:      linux-gpio@vger.kernel.org
10726 S:      Supported
10727 F:      drivers/pinctrl/pinctrl-at91-pio4.*
10728
10729 PIN CONTROLLER - INTEL
10730 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
10731 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10732 S:      Maintained
10733 F:      drivers/pinctrl/intel/
10734
10735 PIN CONTROLLER - QUALCOMM
10736 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
10737 S:      Maintained
10738 L:      linux-arm-msm@vger.kernel.org
10739 F:      Documentation/devicetree/bindings/pinctrl/qcom,*.txt
10740 F:      drivers/pinctrl/qcom/
10741
10742 PIN CONTROLLER - RENESAS
10743 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10744 M:      Geert Uytterhoeven <geert+renesas@glider.be>
10745 L:      linux-renesas-soc@vger.kernel.org
10746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git sh-pfc
10747 S:      Maintained
10748 F:      drivers/pinctrl/sh-pfc/
10749
10750 PIN CONTROLLER - SAMSUNG
10751 M:      Tomasz Figa <tomasz.figa@gmail.com>
10752 M:      Krzysztof Kozlowski <krzk@kernel.org>
10753 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
10754 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10755 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
10756 Q:      https://patchwork.kernel.org/project/linux-samsung-soc/list/
10757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
10758 S:      Maintained
10759 F:      drivers/pinctrl/samsung/
10760 F:      include/dt-bindings/pinctrl/samsung.h
10761 F:      Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
10762
10763 PIN CONTROLLER - SINGLE
10764 M:      Tony Lindgren <tony@atomide.com>
10765 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
10766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10767 L:      linux-omap@vger.kernel.org
10768 S:      Maintained
10769 F:      drivers/pinctrl/pinctrl-single.c
10770
10771 PIN CONTROLLER - ST SPEAR
10772 M:      Viresh Kumar <vireshk@kernel.org>
10773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10774 W:      http://www.st.com/spear
10775 S:      Maintained
10776 F:      drivers/pinctrl/spear/
10777
10778 PISTACHIO SOC SUPPORT
10779 M:      James Hartley <james.hartley@sondrel.com>
10780 L:      linux-mips@linux-mips.org
10781 S:      Odd Fixes
10782 F:      arch/mips/pistachio/
10783 F:      arch/mips/include/asm/mach-pistachio/
10784 F:      arch/mips/boot/dts/img/pistachio*
10785 F:      arch/mips/configs/pistachio*_defconfig
10786
10787 PKTCDVD DRIVER
10788 S:      Orphan
10789 M:      linux-block@vger.kernel.org
10790 F:      drivers/block/pktcdvd.c
10791 F:      include/linux/pktcdvd.h
10792 F:      include/uapi/linux/pktcdvd.h
10793
10794 PKUNITY SOC DRIVERS
10795 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10796 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10797 S:      Maintained
10798 T:      git git://github.com/gxt/linux.git
10799 F:      drivers/input/serio/i8042-unicore32io.h
10800 F:      drivers/i2c/busses/i2c-puv3.c
10801 F:      drivers/video/fbdev/fb-puv3.c
10802 F:      drivers/rtc/rtc-puv3.c
10803
10804 PMBUS HARDWARE MONITORING DRIVERS
10805 M:      Guenter Roeck <linux@roeck-us.net>
10806 L:      linux-hwmon@vger.kernel.org
10807 W:      http://hwmon.wiki.kernel.org/
10808 W:      http://www.roeck-us.net/linux/drivers/
10809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
10810 S:      Maintained
10811 F:      Documentation/hwmon/pmbus
10812 F:      drivers/hwmon/pmbus/
10813 F:      include/linux/pmbus.h
10814
10815 PMC SIERRA MaxRAID DRIVER
10816 L:      linux-scsi@vger.kernel.org
10817 W:      http://www.pmc-sierra.com/
10818 S:      Orphan
10819 F:      drivers/scsi/pmcraid.*
10820
10821 PMC SIERRA PM8001 DRIVER
10822 M:      Jack Wang <jinpu.wang@profitbricks.com>
10823 M:      lindar_liu@usish.com
10824 L:      linux-scsi@vger.kernel.org
10825 S:      Supported
10826 F:      drivers/scsi/pm8001/
10827
10828 PNP SUPPORT
10829 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
10830 S:      Maintained
10831 F:      drivers/pnp/
10832
10833 POSIX CLOCKS and TIMERS
10834 M:      Thomas Gleixner <tglx@linutronix.de>
10835 L:      linux-kernel@vger.kernel.org
10836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
10837 S:      Maintained
10838 F:      fs/timerfd.c
10839 F:      include/linux/timer*
10840 F:      kernel/time/*timer*
10841
10842 POWER MANAGEMENT CORE
10843 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10844 L:      linux-pm@vger.kernel.org
10845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
10846 B:      https://bugzilla.kernel.org
10847 S:      Supported
10848 F:      drivers/base/power/
10849 F:      include/linux/pm.h
10850 F:      include/linux/pm_*
10851 F:      include/linux/powercap.h
10852 F:      drivers/powercap/
10853
10854 POWER STATE COORDINATION INTERFACE (PSCI)
10855 M:      Mark Rutland <mark.rutland@arm.com>
10856 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
10857 L:      linux-arm-kernel@lists.infradead.org
10858 S:      Maintained
10859 F:      drivers/firmware/psci*.c
10860 F:      include/linux/psci.h
10861 F:      include/uapi/linux/psci.h
10862
10863 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
10864 M:      Sebastian Reichel <sre@kernel.org>
10865 L:      linux-pm@vger.kernel.org
10866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
10867 S:      Maintained
10868 F:      Documentation/devicetree/bindings/power/supply/
10869 F:      include/linux/power_supply.h
10870 F:      drivers/power/supply/
10871
10872 POWERNV OPERATOR PANEL LCD DISPLAY DRIVER
10873 M:      Suraj Jitindar Singh <sjitindarsingh@gmail.com>
10874 L:      linuxppc-dev@lists.ozlabs.org
10875 S:      Maintained
10876 F:      drivers/char/powernv-op-panel.c
10877
10878 PPP OVER ATM (RFC 2364)
10879 M:      Mitchell Blank Jr <mitch@sfgoth.com>
10880 S:      Maintained
10881 F:      net/atm/pppoatm.c
10882 F:      include/uapi/linux/atmppp.h
10883
10884 PPP OVER ETHERNET
10885 M:      Michal Ostrowski <mostrows@earthlink.net>
10886 S:      Maintained
10887 F:      drivers/net/ppp/pppoe.c
10888 F:      drivers/net/ppp/pppox.c
10889
10890 PPP OVER L2TP
10891 M:      James Chapman <jchapman@katalix.com>
10892 S:      Maintained
10893 F:      net/l2tp/l2tp_ppp.c
10894 F:      include/linux/if_pppol2tp.h
10895 F:      include/uapi/linux/if_pppol2tp.h
10896
10897 PPP PROTOCOL DRIVERS AND COMPRESSORS
10898 M:      Paul Mackerras <paulus@samba.org>
10899 L:      linux-ppp@vger.kernel.org
10900 S:      Maintained
10901 F:      drivers/net/ppp/ppp_*
10902
10903 PPS SUPPORT
10904 M:      Rodolfo Giometti <giometti@enneenne.com>
10905 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
10906 L:      linuxpps@ml.enneenne.com (subscribers-only)
10907 S:      Maintained
10908 F:      Documentation/pps/
10909 F:      Documentation/devicetree/bindings/pps/pps-gpio.txt
10910 F:      Documentation/ABI/testing/sysfs-pps
10911 F:      drivers/pps/
10912 F:      include/linux/pps*.h
10913 F:      include/uapi/linux/pps.h
10914
10915 PPTP DRIVER
10916 M:      Dmitry Kozlov <xeb@mail.ru>
10917 L:      netdev@vger.kernel.org
10918 S:      Maintained
10919 F:      drivers/net/ppp/pptp.c
10920 W:      http://sourceforge.net/projects/accel-pptp
10921
10922 PREEMPTIBLE KERNEL
10923 M:      Robert Love <rml@tech9.net>
10924 L:      kpreempt-tech@lists.sourceforge.net
10925 W:      https://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
10926 S:      Supported
10927 F:      Documentation/preempt-locking.txt
10928 F:      include/linux/preempt.h
10929
10930 PRINTK
10931 M:      Petr Mladek <pmladek@suse.com>
10932 M:      Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
10933 R:      Steven Rostedt <rostedt@goodmis.org>
10934 S:      Maintained
10935 F:      kernel/printk/
10936 F:      include/linux/printk.h
10937
10938 PRISM54 WIRELESS DRIVER
10939 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
10940 L:      linux-wireless@vger.kernel.org
10941 W:      http://wireless.kernel.org/en/users/Drivers/p54
10942 S:      Obsolete
10943 F:      drivers/net/wireless/intersil/prism54/
10944
10945 PROC SYSCTL
10946 M:      "Luis R. Rodriguez" <mcgrof@kernel.org>
10947 M:      Kees Cook <keescook@chromium.org>
10948 L:      linux-kernel@vger.kernel.org
10949 L:      linux-fsdevel@vger.kernel.org
10950 S:      Maintained
10951 F:      fs/proc/proc_sysctl.c
10952 F:      include/linux/sysctl.h
10953 F:      kernel/sysctl.c
10954 F:      tools/testing/selftests/sysctl/
10955
10956 PS3 NETWORK SUPPORT
10957 M:      Geoff Levand <geoff@infradead.org>
10958 L:      netdev@vger.kernel.org
10959 L:      linuxppc-dev@lists.ozlabs.org
10960 S:      Maintained
10961 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
10962
10963 PS3 PLATFORM SUPPORT
10964 M:      Geoff Levand <geoff@infradead.org>
10965 L:      linuxppc-dev@lists.ozlabs.org
10966 S:      Maintained
10967 F:      arch/powerpc/boot/ps3*
10968 F:      arch/powerpc/include/asm/lv1call.h
10969 F:      arch/powerpc/include/asm/ps3*.h
10970 F:      arch/powerpc/platforms/ps3/
10971 F:      drivers/*/ps3*
10972 F:      drivers/ps3/
10973 F:      drivers/rtc/rtc-ps3.c
10974 F:      drivers/usb/host/*ps3.c
10975 F:      sound/ppc/snd_ps3*
10976
10977 PS3VRAM DRIVER
10978 M:      Jim Paris <jim@jtan.com>
10979 M:      Geoff Levand <geoff@infradead.org>
10980 L:      linuxppc-dev@lists.ozlabs.org
10981 S:      Maintained
10982 F:      drivers/block/ps3vram.c
10983
10984 PSAMPLE PACKET SAMPLING SUPPORT:
10985 M:      Yotam Gigi <yotam.gi@gmail.com>
10986 S:      Maintained
10987 F:      net/psample
10988 F:      include/net/psample.h
10989 F:      include/uapi/linux/psample.h
10990
10991 PSTORE FILESYSTEM
10992 M:      Kees Cook <keescook@chromium.org>
10993 M:      Anton Vorontsov <anton@enomsg.org>
10994 M:      Colin Cross <ccross@android.com>
10995 M:      Tony Luck <tony.luck@intel.com>
10996 S:      Maintained
10997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore
10998 F:      fs/pstore/
10999 F:      include/linux/pstore*
11000 F:      drivers/firmware/efi/efi-pstore.c
11001 F:      drivers/acpi/apei/erst.c
11002 F:      Documentation/admin-guide/ramoops.rst
11003 F:      Documentation/devicetree/bindings/reserved-memory/ramoops.txt
11004 K:      \b(pstore|ramoops)
11005
11006 PTP HARDWARE CLOCK SUPPORT
11007 M:      Richard Cochran <richardcochran@gmail.com>
11008 L:      netdev@vger.kernel.org
11009 S:      Maintained
11010 W:      http://linuxptp.sourceforge.net/
11011 F:      Documentation/ABI/testing/sysfs-ptp
11012 F:      Documentation/ptp/*
11013 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
11014 F:      drivers/net/phy/dp83640*
11015 F:      drivers/ptp/*
11016 F:      include/linux/ptp_cl*
11017
11018 PTRACE SUPPORT
11019 M:      Oleg Nesterov <oleg@redhat.com>
11020 S:      Maintained
11021 F:      include/asm-generic/syscall.h
11022 F:      include/linux/ptrace.h
11023 F:      include/linux/regset.h
11024 F:      include/linux/tracehook.h
11025 F:      include/uapi/linux/ptrace.h
11026 F:      include/uapi/linux/ptrace.h
11027 F:      include/asm-generic/ptrace.h
11028 F:      kernel/ptrace.c
11029 F:      arch/*/ptrace*.c
11030 F:      arch/*/*/ptrace*.c
11031 F:      arch/*/include/asm/ptrace*.h
11032
11033 PULSE8-CEC DRIVER
11034 M:      Hans Verkuil <hverkuil@xs4all.nl>
11035 L:      linux-media@vger.kernel.org
11036 T:      git git://linuxtv.org/media_tree.git
11037 S:      Maintained
11038 F:      drivers/media/usb/pulse8-cec/*
11039 F:      Documentation/media/cec-drivers/pulse8-cec.rst
11040
11041 PVRUSB2 VIDEO4LINUX DRIVER
11042 M:      Mike Isely <isely@pobox.com>
11043 L:      pvrusb2@isely.net       (subscribers-only)
11044 L:      linux-media@vger.kernel.org
11045 W:      http://www.isely.net/pvrusb2/
11046 T:      git git://linuxtv.org/media_tree.git
11047 S:      Maintained
11048 F:      Documentation/media/v4l-drivers/pvrusb2*
11049 F:      drivers/media/usb/pvrusb2/
11050
11051 PWC WEBCAM DRIVER
11052 M:      Hans Verkuil <hverkuil@xs4all.nl>
11053 L:      linux-media@vger.kernel.org
11054 T:      git git://linuxtv.org/media_tree.git
11055 S:      Odd Fixes
11056 F:      drivers/media/usb/pwc/*
11057
11058 PWM FAN DRIVER
11059 M:      Kamil Debski <kamil@wypas.org>
11060 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11061 L:      linux-hwmon@vger.kernel.org
11062 S:      Supported
11063 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
11064 F:      Documentation/hwmon/pwm-fan
11065 F:      drivers/hwmon/pwm-fan.c
11066
11067 PWM IR Transmitter
11068 M:      Sean Young <sean@mess.org>
11069 L:      linux-media@vger.kernel.org
11070 S:      Maintained
11071 F:      drivers/media/rc/pwm-ir-tx.c
11072
11073 PWM SUBSYSTEM
11074 M:      Thierry Reding <thierry.reding@gmail.com>
11075 L:      linux-pwm@vger.kernel.org
11076 S:      Maintained
11077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
11078 F:      Documentation/pwm.txt
11079 F:      Documentation/devicetree/bindings/pwm/
11080 F:      include/linux/pwm.h
11081 F:      drivers/pwm/
11082 F:      drivers/video/backlight/pwm_bl.c
11083 F:      include/linux/pwm_backlight.h
11084 F:      drivers/gpio/gpio-mvebu.c
11085 F:      Documentation/devicetree/bindings/gpio/gpio-mvebu.txt
11086
11087 PXA GPIO DRIVER
11088 M:      Robert Jarzmik <robert.jarzmik@free.fr>
11089 L:      linux-gpio@vger.kernel.org
11090 S:      Maintained
11091 F:      drivers/gpio/gpio-pxa.c
11092
11093 PXA MMCI DRIVER
11094 S:      Orphan
11095
11096 PXA RTC DRIVER
11097 M:      Robert Jarzmik <robert.jarzmik@free.fr>
11098 L:      linux-rtc@vger.kernel.org
11099 S:      Maintained
11100
11101 PXA2xx/PXA3xx SUPPORT
11102 M:      Daniel Mack <daniel@zonque.org>
11103 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
11104 M:      Robert Jarzmik <robert.jarzmik@free.fr>
11105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11106 T:      git git://github.com/hzhuang1/linux.git
11107 T:      git git://github.com/rjarzmik/linux.git
11108 S:      Maintained
11109 F:      arch/arm/boot/dts/pxa*
11110 F:      arch/arm/mach-pxa/
11111 F:      drivers/dma/pxa*
11112 F:      drivers/pcmcia/pxa2xx*
11113 F:      drivers/pinctrl/pxa/
11114 F:      drivers/spi/spi-pxa2xx*
11115 F:      drivers/usb/gadget/udc/pxa2*
11116 F:      include/sound/pxa2xx-lib.h
11117 F:      sound/arm/pxa*
11118 F:      sound/soc/pxa/
11119
11120 PXA3xx NAND FLASH DRIVER
11121 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
11122 L:      linux-mtd@lists.infradead.org
11123 S:      Maintained
11124 F:      drivers/mtd/nand/pxa3xx_nand.c
11125
11126 QAT DRIVER
11127 M:      Giovanni Cabiddu <giovanni.cabiddu@intel.com>
11128 L:      qat-linux@intel.com
11129 S:      Supported
11130 F:      drivers/crypto/qat/
11131
11132 QCOM AUDIO (ASoC) DRIVERS
11133 M:      Patrick Lai <plai@codeaurora.org>
11134 M:      Banajit Goswami <bgoswami@codeaurora.org>
11135 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11136 S:      Supported
11137 F:      sound/soc/qcom/
11138
11139 QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT
11140 M:      Gabriel Somlo <somlo@cmu.edu>
11141 M:      "Michael S. Tsirkin" <mst@redhat.com>
11142 L:      qemu-devel@nongnu.org
11143 S:      Maintained
11144 F:      drivers/firmware/qemu_fw_cfg.c
11145
11146 QIB DRIVER
11147 M:      Mike Marciniszyn <infinipath@intel.com>
11148 L:      linux-rdma@vger.kernel.org
11149 S:      Supported
11150 F:      drivers/infiniband/hw/qib/
11151
11152 QLOGIC QL41xxx FCOE DRIVER
11153 M:      QLogic-Storage-Upstream@cavium.com
11154 L:      linux-scsi@vger.kernel.org
11155 S:      Supported
11156 F:      drivers/scsi/qedf/
11157
11158 QLOGIC QL41xxx ISCSI DRIVER
11159 M:      QLogic-Storage-Upstream@cavium.com
11160 L:      linux-scsi@vger.kernel.org
11161 S:      Supported
11162 F:      drivers/scsi/qedi/
11163
11164 QLOGIC QL4xxx ETHERNET DRIVER
11165 M:      Ariel Elior <Ariel.Elior@cavium.com>
11166 M:      everest-linux-l2@cavium.com
11167 L:      netdev@vger.kernel.org
11168 S:      Supported
11169 F:      drivers/net/ethernet/qlogic/qed/
11170 F:      include/linux/qed/
11171 F:      drivers/net/ethernet/qlogic/qede/
11172
11173 QLOGIC QL4xxx RDMA DRIVER
11174 M:      Ram Amrani <Ram.Amrani@cavium.com>
11175 M:      Michal Kalderon <Michal.Kalderon@cavium.com>
11176 M:      Ariel Elior <Ariel.Elior@cavium.com>
11177 L:      linux-rdma@vger.kernel.org
11178 S:      Supported
11179 F:      drivers/infiniband/hw/qedr/
11180 F:      include/uapi/rdma/qedr-abi.h
11181
11182 QLOGIC QLA1280 SCSI DRIVER
11183 M:      Michael Reed <mdr@sgi.com>
11184 L:      linux-scsi@vger.kernel.org
11185 S:      Maintained
11186 F:      drivers/scsi/qla1280.[ch]
11187
11188 QLOGIC QLA2XXX FC-SCSI DRIVER
11189 M:      qla2xxx-upstream@qlogic.com
11190 L:      linux-scsi@vger.kernel.org
11191 S:      Supported
11192 F:      Documentation/scsi/LICENSE.qla2xxx
11193 F:      drivers/scsi/qla2xxx/
11194
11195 QLOGIC QLA3XXX NETWORK DRIVER
11196 M:      Dept-GELinuxNICDev@cavium.com
11197 L:      netdev@vger.kernel.org
11198 S:      Supported
11199 F:      Documentation/networking/LICENSE.qla3xxx
11200 F:      drivers/net/ethernet/qlogic/qla3xxx.*
11201
11202 QLOGIC QLA4XXX iSCSI DRIVER
11203 M:      QLogic-Storage-Upstream@qlogic.com
11204 L:      linux-scsi@vger.kernel.org
11205 S:      Supported
11206 F:      Documentation/scsi/LICENSE.qla4xxx
11207 F:      drivers/scsi/qla4xxx/
11208
11209 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
11210 M:      Harish Patil <harish.patil@cavium.com>
11211 M:      Manish Chopra <manish.chopra@cavium.com>
11212 M:      Dept-GELinuxNICDev@cavium.com
11213 L:      netdev@vger.kernel.org
11214 S:      Supported
11215 F:      drivers/net/ethernet/qlogic/qlcnic/
11216
11217 QLOGIC QLGE 10Gb ETHERNET DRIVER
11218 M:      Harish Patil <harish.patil@cavium.com>
11219 M:      Manish Chopra <manish.chopra@cavium.com>
11220 M:      Dept-GELinuxNICDev@cavium.com
11221 L:      netdev@vger.kernel.org
11222 S:      Supported
11223 F:      drivers/net/ethernet/qlogic/qlge/
11224
11225 QNX4 FILESYSTEM
11226 M:      Anders Larsen <al@alarsen.net>
11227 W:      http://www.alarsen.net/linux/qnx4fs/
11228 S:      Maintained
11229 F:      fs/qnx4/
11230 F:      include/uapi/linux/qnx4_fs.h
11231 F:      include/uapi/linux/qnxtypes.h
11232
11233 QORIQ DPAA2 FSL-MC BUS DRIVER
11234 M:      Stuart Yoder <stuyoder@gmail.com>
11235 M:      Laurentiu Tudor <laurentiu.tudor@nxp.com>
11236 L:      linux-kernel@vger.kernel.org
11237 S:      Maintained
11238 F:      drivers/staging/fsl-mc/
11239 F:      Documentation/devicetree/bindings/misc/fsl,qoriq-mc.txt
11240
11241 QT1010 MEDIA DRIVER
11242 M:      Antti Palosaari <crope@iki.fi>
11243 L:      linux-media@vger.kernel.org
11244 W:      https://linuxtv.org
11245 W:      http://palosaari.fi/linux/
11246 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11247 T:      git git://linuxtv.org/anttip/media_tree.git
11248 S:      Maintained
11249 F:      drivers/media/tuners/qt1010*
11250
11251 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
11252 M:      Kalle Valo <kvalo@qca.qualcomm.com>
11253 L:      ath10k@lists.infradead.org
11254 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
11255 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
11256 S:      Supported
11257 F:      drivers/net/wireless/ath/ath10k/
11258
11259 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
11260 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
11261 L:      linux-wireless@vger.kernel.org
11262 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
11263 S:      Supported
11264 F:      drivers/net/wireless/ath/ath9k/
11265
11266 QUALCOMM CAMERA SUBSYSTEM DRIVER
11267 M:      Todor Tomov <todor.tomov@linaro.org>
11268 L:      linux-media@vger.kernel.org
11269 S:      Maintained
11270 F:      Documentation/devicetree/bindings/media/qcom,camss.txt
11271 F:      Documentation/media/v4l-drivers/qcom_camss.rst
11272 F:      drivers/media/platform/qcom/camss-8x16/
11273
11274 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11275 M:      Timur Tabi <timur@codeaurora.org>
11276 L:      netdev@vger.kernel.org
11277 S:      Supported
11278 F:      drivers/net/ethernet/qualcomm/emac/
11279
11280 QUALCOMM HEXAGON ARCHITECTURE
11281 M:      Richard Kuo <rkuo@codeaurora.org>
11282 L:      linux-hexagon@vger.kernel.org
11283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
11284 S:      Supported
11285 F:      arch/hexagon/
11286
11287 QUALCOMM IOMMU
11288 M:      Rob Clark <robdclark@gmail.com>
11289 L:      iommu@lists.linux-foundation.org
11290 L:      linux-arm-msm@vger.kernel.org
11291 S:      Maintained
11292 F:      drivers/iommu/qcom_iommu.c
11293
11294 QUALCOMM VENUS VIDEO ACCELERATOR DRIVER
11295 M:      Stanimir Varbanov <stanimir.varbanov@linaro.org>
11296 L:      linux-media@vger.kernel.org
11297 L:      linux-arm-msm@vger.kernel.org
11298 T:      git git://linuxtv.org/media_tree.git
11299 S:      Maintained
11300 F:      drivers/media/platform/qcom/venus/
11301
11302 QUALCOMM WCN36XX WIRELESS DRIVER
11303 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
11304 L:      wcn36xx@lists.infradead.org
11305 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
11306 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
11307 S:      Supported
11308 F:      drivers/net/wireless/ath/wcn36xx/
11309
11310 QUANTENNA QTNFMAC WIRELESS DRIVER
11311 M:      Igor Mitsyanko <imitsyanko@quantenna.com>
11312 M:      Avinash Patil <avinashp@quantenna.com>
11313 M:      Sergey Matyukevich <smatyukevich@quantenna.com>
11314 L:      linux-wireless@vger.kernel.org
11315 S:      Maintained
11316 F:      drivers/net/wireless/quantenna
11317
11318 RADEON and AMDGPU DRM DRIVERS
11319 M:      Alex Deucher <alexander.deucher@amd.com>
11320 M:      Christian König <christian.koenig@amd.com>
11321 L:      amd-gfx@lists.freedesktop.org
11322 T:      git git://people.freedesktop.org/~agd5f/linux
11323 S:      Supported
11324 F:      drivers/gpu/drm/radeon/
11325 F:      include/uapi/drm/radeon_drm.h
11326 F:      drivers/gpu/drm/amd/
11327 F:      include/uapi/drm/amdgpu_drm.h
11328
11329 RADEON FRAMEBUFFER DISPLAY DRIVER
11330 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
11331 L:      linux-fbdev@vger.kernel.org
11332 S:      Maintained
11333 F:      drivers/video/fbdev/aty/radeon*
11334 F:      include/uapi/linux/radeonfb.h
11335
11336 RADIOSHARK RADIO DRIVER
11337 M:      Hans Verkuil <hverkuil@xs4all.nl>
11338 L:      linux-media@vger.kernel.org
11339 T:      git git://linuxtv.org/media_tree.git
11340 S:      Maintained
11341 F:      drivers/media/radio/radio-shark.c
11342
11343 RADIOSHARK2 RADIO DRIVER
11344 M:      Hans Verkuil <hverkuil@xs4all.nl>
11345 L:      linux-media@vger.kernel.org
11346 T:      git git://linuxtv.org/media_tree.git
11347 S:      Maintained
11348 F:      drivers/media/radio/radio-shark2.c
11349 F:      drivers/media/radio/radio-tea5777.c
11350
11351 RADOS BLOCK DEVICE (RBD)
11352 M:      Ilya Dryomov <idryomov@gmail.com>
11353 M:      Sage Weil <sage@redhat.com>
11354 M:      Alex Elder <elder@kernel.org>
11355 L:      ceph-devel@vger.kernel.org
11356 W:      http://ceph.com/
11357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
11358 T:      git git://github.com/ceph/ceph-client.git
11359 S:      Supported
11360 F:      Documentation/ABI/testing/sysfs-bus-rbd
11361 F:      drivers/block/rbd.c
11362 F:      drivers/block/rbd_types.h
11363
11364 RAGE128 FRAMEBUFFER DISPLAY DRIVER
11365 M:      Paul Mackerras <paulus@samba.org>
11366 L:      linux-fbdev@vger.kernel.org
11367 S:      Maintained
11368 F:      drivers/video/fbdev/aty/aty128fb.c
11369
11370 RAINSHADOW-CEC DRIVER
11371 M:      Hans Verkuil <hverkuil@xs4all.nl>
11372 L:      linux-media@vger.kernel.org
11373 T:      git git://linuxtv.org/media_tree.git
11374 S:      Maintained
11375 F:      drivers/media/usb/rainshadow-cec/*
11376
11377 RALINK MIPS ARCHITECTURE
11378 M:      John Crispin <john@phrozen.org>
11379 L:      linux-mips@linux-mips.org
11380 S:      Maintained
11381 F:      arch/mips/ralink
11382
11383 RALINK RT2X00 WIRELESS LAN DRIVER
11384 P:      rt2x00 project
11385 M:      Stanislaw Gruszka <sgruszka@redhat.com>
11386 M:      Helmut Schaa <helmut.schaa@googlemail.com>
11387 L:      linux-wireless@vger.kernel.org
11388 S:      Maintained
11389 F:      drivers/net/wireless/ralink/rt2x00/
11390
11391 RAMDISK RAM BLOCK DEVICE DRIVER
11392 M:      Jens Axboe <axboe@kernel.dk>
11393 S:      Maintained
11394 F:      Documentation/blockdev/ramdisk.txt
11395 F:      drivers/block/brd.c
11396
11397 RANDOM NUMBER DRIVER
11398 M:      "Theodore Ts'o" <tytso@mit.edu>
11399 S:      Maintained
11400 F:      drivers/char/random.c
11401
11402 RAPIDIO SUBSYSTEM
11403 M:      Matt Porter <mporter@kernel.crashing.org>
11404 M:      Alexandre Bounine <alexandre.bounine@idt.com>
11405 S:      Maintained
11406 F:      drivers/rapidio/
11407
11408 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
11409 L:      linux-wireless@vger.kernel.org
11410 S:      Orphan
11411 F:      drivers/net/wireless/ray*
11412
11413 RCUTORTURE MODULE
11414 M:      Josh Triplett <josh@joshtriplett.org>
11415 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11416 L:      linux-kernel@vger.kernel.org
11417 S:      Supported
11418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11419 F:      Documentation/RCU/torture.txt
11420 F:      kernel/rcu/rcutorture.c
11421
11422 RCUTORTURE TEST FRAMEWORK
11423 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11424 M:      Josh Triplett <josh@joshtriplett.org>
11425 R:      Steven Rostedt <rostedt@goodmis.org>
11426 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11427 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11428 L:      linux-kernel@vger.kernel.org
11429 S:      Supported
11430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11431 F:      tools/testing/selftests/rcutorture
11432
11433 RDC R-321X SoC
11434 M:      Florian Fainelli <florian@openwrt.org>
11435 S:      Maintained
11436
11437 RDC R6040 FAST ETHERNET DRIVER
11438 M:      Florian Fainelli <f.fainelli@gmail.com>
11439 L:      netdev@vger.kernel.org
11440 S:      Maintained
11441 F:      drivers/net/ethernet/rdc/r6040.c
11442
11443 RDMAVT - RDMA verbs software
11444 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
11445 L:      linux-rdma@vger.kernel.org
11446 S:      Supported
11447 F:      drivers/infiniband/sw/rdmavt
11448
11449 RDS - RELIABLE DATAGRAM SOCKETS
11450 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
11451 L:      netdev@vger.kernel.org
11452 L:      linux-rdma@vger.kernel.org
11453 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
11454 W:      https://oss.oracle.com/projects/rds/
11455 S:      Supported
11456 F:      net/rds/
11457 F:      Documentation/networking/rds.txt
11458
11459 RDT - RESOURCE ALLOCATION
11460 M:      Fenghua Yu <fenghua.yu@intel.com>
11461 L:      linux-kernel@vger.kernel.org
11462 S:      Supported
11463 F:      arch/x86/kernel/cpu/intel_rdt*
11464 F:      arch/x86/include/asm/intel_rdt_sched.h
11465 F:      Documentation/x86/intel_rdt*
11466
11467 READ-COPY UPDATE (RCU)
11468 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
11469 M:      Josh Triplett <josh@joshtriplett.org>
11470 R:      Steven Rostedt <rostedt@goodmis.org>
11471 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
11472 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11473 L:      linux-kernel@vger.kernel.org
11474 W:      http://www.rdrop.com/users/paulmck/RCU/
11475 S:      Supported
11476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
11477 F:      Documentation/RCU/
11478 X:      Documentation/RCU/torture.txt
11479 F:      include/linux/rcu*
11480 X:      include/linux/srcu.h
11481 F:      kernel/rcu/
11482 X:      kernel/torture.c
11483
11484 REAL TIME CLOCK (RTC) SUBSYSTEM
11485 M:      Alessandro Zummo <a.zummo@towertech.it>
11486 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
11487 L:      linux-rtc@vger.kernel.org
11488 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
11489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
11490 S:      Maintained
11491 F:      Documentation/devicetree/bindings/rtc/
11492 F:      Documentation/rtc.txt
11493 F:      drivers/rtc/
11494 F:      include/linux/rtc.h
11495 F:      include/uapi/linux/rtc.h
11496 F:      include/linux/rtc/
11497 F:      include/linux/platform_data/rtc-*
11498 F:      tools/testing/selftests/timers/rtctest.c
11499
11500 REALTEK AUDIO CODECS
11501 M:      Bard Liao <bardliao@realtek.com>
11502 M:      Oder Chiou <oder_chiou@realtek.com>
11503 S:      Maintained
11504 F:      sound/soc/codecs/rt*
11505 F:      include/sound/rt*.h
11506
11507 REGISTER MAP ABSTRACTION
11508 M:      Mark Brown <broonie@kernel.org>
11509 L:      linux-kernel@vger.kernel.org
11510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
11511 S:      Supported
11512 F:      Documentation/devicetree/bindings/regmap/
11513 F:      drivers/base/regmap/
11514 F:      include/linux/regmap.h
11515
11516 REISERFS FILE SYSTEM
11517 L:      reiserfs-devel@vger.kernel.org
11518 S:      Supported
11519 F:      fs/reiserfs/
11520
11521 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
11522 M:      Ohad Ben-Cohen <ohad@wizery.com>
11523 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
11524 L:      linux-remoteproc@vger.kernel.org
11525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
11526 S:      Maintained
11527 F:      Documentation/devicetree/bindings/remoteproc/
11528 F:      Documentation/remoteproc.txt
11529 F:      drivers/remoteproc/
11530 F:      include/linux/remoteproc.h
11531
11532 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
11533 M:      Ohad Ben-Cohen <ohad@wizery.com>
11534 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
11535 L:      linux-remoteproc@vger.kernel.org
11536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
11537 S:      Maintained
11538 F:      drivers/rpmsg/
11539 F:      Documentation/rpmsg.txt
11540 F:      include/linux/rpmsg.h
11541 F:      include/linux/rpmsg/
11542
11543 RENESAS CLOCK DRIVERS
11544 M:      Geert Uytterhoeven <geert+renesas@glider.be>
11545 L:      linux-renesas-soc@vger.kernel.org
11546 S:      Supported
11547 F:      drivers/clk/renesas/
11548
11549 RENESAS ETHERNET DRIVERS
11550 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
11551 L:      netdev@vger.kernel.org
11552 L:      linux-renesas-soc@vger.kernel.org
11553 F:      Documentation/devicetree/bindings/net/renesas,*.txt
11554 F:      Documentation/devicetree/bindings/net/sh_eth.txt
11555 F:      drivers/net/ethernet/renesas/
11556 F:      include/linux/sh_eth.h
11557
11558 RENESAS R-CAR GYROADC DRIVER
11559 M:      Marek Vasut <marek.vasut@gmail.com>
11560 L:      linux-iio@vger.kernel.org
11561 S:      Supported
11562 F:      drivers/iio/adc/rcar_gyro_adc.c
11563
11564 RENESAS USB PHY DRIVER
11565 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
11566 L:      linux-renesas-soc@vger.kernel.org
11567 S:      Maintained
11568 F:      drivers/phy/renesas/phy-rcar-gen3-usb*.c
11569
11570 RESET CONTROLLER FRAMEWORK
11571 M:      Philipp Zabel <p.zabel@pengutronix.de>
11572 T:      git git://git.pengutronix.de/git/pza/linux
11573 S:      Maintained
11574 F:      drivers/reset/
11575 F:      Documentation/devicetree/bindings/reset/
11576 F:      include/dt-bindings/reset/
11577 F:      include/linux/reset.h
11578 F:      include/linux/reset-controller.h
11579
11580 RFKILL
11581 M:      Johannes Berg <johannes@sipsolutions.net>
11582 L:      linux-wireless@vger.kernel.org
11583 W:      http://wireless.kernel.org/
11584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
11585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
11586 S:      Maintained
11587 F:      Documentation/rfkill.txt
11588 F:      Documentation/ABI/stable/sysfs-class-rfkill
11589 F:      net/rfkill/
11590
11591 RHASHTABLE
11592 M:      Thomas Graf <tgraf@suug.ch>
11593 M:      Herbert Xu <herbert@gondor.apana.org.au>
11594 L:      netdev@vger.kernel.org
11595 S:      Maintained
11596 F:      lib/rhashtable.c
11597 F:      include/linux/rhashtable.h
11598
11599 RICOH R5C592 MEMORYSTICK DRIVER
11600 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11601 S:      Maintained
11602 F:      drivers/memstick/host/r592.*
11603
11604 RICOH SMARTMEDIA/XD DRIVER
11605 M:      Maxim Levitsky <maximlevitsky@gmail.com>
11606 S:      Maintained
11607 F:      drivers/mtd/nand/r852.c
11608 F:      drivers/mtd/nand/r852.h
11609
11610 RISC-V ARCHITECTURE
11611 M:      Palmer Dabbelt <palmer@sifive.com>
11612 M:      Albert Ou <albert@sifive.com>
11613 L:      patches@groups.riscv.org
11614 T:      git https://github.com/riscv/riscv-linux
11615 S:      Supported
11616 F:      arch/riscv/
11617 K:      riscv
11618 N:      riscv
11619
11620 ROCCAT DRIVERS
11621 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
11622 W:      http://sourceforge.net/projects/roccat/
11623 S:      Maintained
11624 F:      drivers/hid/hid-roccat*
11625 F:      include/linux/hid-roccat*
11626 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
11627
11628 ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER
11629 M:      Jacob chen <jacob2.chen@rock-chips.com>
11630 L:      linux-media@vger.kernel.org
11631 S:      Maintained
11632 F:      drivers/media/platform/rockchip/rga/
11633 F:      Documentation/devicetree/bindings/media/rockchip-rga.txt
11634
11635 ROCKER DRIVER
11636 M:      Jiri Pirko <jiri@resnulli.us>
11637 L:      netdev@vger.kernel.org
11638 S:      Supported
11639 F:      drivers/net/ethernet/rocker/
11640
11641 ROCKETPORT DRIVER
11642 P:      Comtrol Corp.
11643 W:      http://www.comtrol.com
11644 S:      Maintained
11645 F:      Documentation/serial/rocket.txt
11646 F:      drivers/tty/rocket*
11647
11648 ROCKETPORT EXPRESS/INFINITY DRIVER
11649 M:      Kevin Cernekee <cernekee@gmail.com>
11650 L:      linux-serial@vger.kernel.org
11651 S:      Odd Fixes
11652 F:      drivers/tty/serial/rp2.*
11653
11654 ROHM MULTIFUNCTION BD9571MWV-M PMIC DEVICE DRIVERS
11655 M:      Marek Vasut <marek.vasut+renesas@gmail.com>
11656 L:      linux-kernel@vger.kernel.org
11657 L:      linux-renesas-soc@vger.kernel.org
11658 S:      Supported
11659 F:      drivers/mfd/bd9571mwv.c
11660 F:      drivers/regulator/bd9571mwv-regulator.c
11661 F:      drivers/gpio/gpio-bd9571mwv.c
11662 F:      include/linux/mfd/bd9571mwv.h
11663 F:      Documentation/devicetree/bindings/mfd/bd9571mwv.txt
11664
11665 ROSE NETWORK LAYER
11666 M:      Ralf Baechle <ralf@linux-mips.org>
11667 L:      linux-hams@vger.kernel.org
11668 W:      http://www.linux-ax25.org/
11669 S:      Maintained
11670 F:      include/net/rose.h
11671 F:      include/uapi/linux/rose.h
11672 F:      net/rose/
11673
11674 RTL2830 MEDIA DRIVER
11675 M:      Antti Palosaari <crope@iki.fi>
11676 L:      linux-media@vger.kernel.org
11677 W:      https://linuxtv.org
11678 W:      http://palosaari.fi/linux/
11679 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11680 T:      git git://linuxtv.org/anttip/media_tree.git
11681 S:      Maintained
11682 F:      drivers/media/dvb-frontends/rtl2830*
11683
11684 RTL2832 MEDIA DRIVER
11685 M:      Antti Palosaari <crope@iki.fi>
11686 L:      linux-media@vger.kernel.org
11687 W:      https://linuxtv.org
11688 W:      http://palosaari.fi/linux/
11689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11690 T:      git git://linuxtv.org/anttip/media_tree.git
11691 S:      Maintained
11692 F:      drivers/media/dvb-frontends/rtl2832*
11693
11694 RTL2832_SDR MEDIA DRIVER
11695 M:      Antti Palosaari <crope@iki.fi>
11696 L:      linux-media@vger.kernel.org
11697 W:      https://linuxtv.org
11698 W:      http://palosaari.fi/linux/
11699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11700 T:      git git://linuxtv.org/anttip/media_tree.git
11701 S:      Maintained
11702 F:      drivers/media/dvb-frontends/rtl2832_sdr*
11703
11704 RTL8180 WIRELESS DRIVER
11705 L:      linux-wireless@vger.kernel.org
11706 W:      http://wireless.kernel.org/
11707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11708 S:      Orphan
11709 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
11710
11711 RTL8187 WIRELESS DRIVER
11712 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11713 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
11714 M:      Larry Finger <Larry.Finger@lwfinger.net>
11715 L:      linux-wireless@vger.kernel.org
11716 W:      http://wireless.kernel.org/
11717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11718 S:      Maintained
11719 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
11720
11721 RTL8192CE WIRELESS DRIVER
11722 M:      Larry Finger <Larry.Finger@lwfinger.net>
11723 M:      Chaoming Li <chaoming_li@realsil.com.cn>
11724 L:      linux-wireless@vger.kernel.org
11725 W:      http://wireless.kernel.org/
11726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
11727 S:      Maintained
11728 F:      drivers/net/wireless/realtek/rtlwifi/
11729 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
11730
11731 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
11732 M:      Jes Sorensen <Jes.Sorensen@gmail.com>
11733 L:      linux-wireless@vger.kernel.org
11734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8xxxu-devel
11735 S:      Maintained
11736 F:      drivers/net/wireless/realtek/rtl8xxxu/
11737
11738 S3 SAVAGE FRAMEBUFFER DRIVER
11739 M:      Antonino Daplas <adaplas@gmail.com>
11740 L:      linux-fbdev@vger.kernel.org
11741 S:      Maintained
11742 F:      drivers/video/fbdev/savage/
11743
11744 S390
11745 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
11746 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
11747 L:      linux-s390@vger.kernel.org
11748 W:      http://www.ibm.com/developerworks/linux/linux390/
11749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
11750 S:      Supported
11751 F:      arch/s390/
11752 F:      drivers/s390/
11753 F:      Documentation/s390/
11754 F:      Documentation/driver-api/s390-drivers.rst
11755
11756 S390 COMMON I/O LAYER
11757 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11758 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
11759 L:      linux-s390@vger.kernel.org
11760 W:      http://www.ibm.com/developerworks/linux/linux390/
11761 S:      Supported
11762 F:      drivers/s390/cio/
11763
11764 S390 DASD DRIVER
11765 M:      Stefan Haberland <sth@linux.vnet.ibm.com>
11766 M:      Jan Hoeppner <hoeppner@linux.vnet.ibm.com>
11767 L:      linux-s390@vger.kernel.org
11768 W:      http://www.ibm.com/developerworks/linux/linux390/
11769 S:      Supported
11770 F:      drivers/s390/block/dasd*
11771 F:      block/partitions/ibm.c
11772
11773 S390 IOMMU (PCI)
11774 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11775 L:      linux-s390@vger.kernel.org
11776 W:      http://www.ibm.com/developerworks/linux/linux390/
11777 S:      Supported
11778 F:      drivers/iommu/s390-iommu.c
11779
11780 S390 IUCV NETWORK LAYER
11781 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11782 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11783 L:      linux-s390@vger.kernel.org
11784 W:      http://www.ibm.com/developerworks/linux/linux390/
11785 S:      Supported
11786 F:      drivers/s390/net/*iucv*
11787 F:      include/net/iucv/
11788 F:      net/iucv/
11789
11790 S390 NETWORK DRIVERS
11791 M:      Julian Wiedmann <jwi@linux.vnet.ibm.com>
11792 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
11793 L:      linux-s390@vger.kernel.org
11794 W:      http://www.ibm.com/developerworks/linux/linux390/
11795 S:      Supported
11796 F:      drivers/s390/net/
11797
11798 S390 PCI SUBSYSTEM
11799 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
11800 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
11801 L:      linux-s390@vger.kernel.org
11802 W:      http://www.ibm.com/developerworks/linux/linux390/
11803 S:      Supported
11804 F:      arch/s390/pci/
11805 F:      drivers/pci/hotplug/s390_pci_hpc.c
11806
11807 S390 VFIO-CCW DRIVER
11808 M:      Cornelia Huck <cohuck@redhat.com>
11809 M:      Dong Jia Shi <bjsdjshi@linux.vnet.ibm.com>
11810 L:      linux-s390@vger.kernel.org
11811 L:      kvm@vger.kernel.org
11812 S:      Supported
11813 F:      drivers/s390/cio/vfio_ccw*
11814 F:      Documentation/s390/vfio-ccw.txt
11815 F:      include/uapi/linux/vfio_ccw.h
11816
11817 S390 ZCRYPT DRIVER
11818 M:      Harald Freudenberger <freude@de.ibm.com>
11819 L:      linux-s390@vger.kernel.org
11820 W:      http://www.ibm.com/developerworks/linux/linux390/
11821 S:      Supported
11822 F:      drivers/s390/crypto/
11823
11824 S390 ZFCP DRIVER
11825 M:      Steffen Maier <maier@linux.vnet.ibm.com>
11826 M:      Benjamin Block <bblock@linux.vnet.ibm.com>
11827 L:      linux-s390@vger.kernel.org
11828 W:      http://www.ibm.com/developerworks/linux/linux390/
11829 S:      Supported
11830 F:      drivers/s390/scsi/zfcp_*
11831
11832 S3C24XX SD/MMC Driver
11833 M:      Ben Dooks <ben-linux@fluff.org>
11834 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11835 S:      Supported
11836 F:      drivers/mmc/host/s3cmci.*
11837
11838 SAA6588 RDS RECEIVER DRIVER
11839 M:      Hans Verkuil <hverkuil@xs4all.nl>
11840 L:      linux-media@vger.kernel.org
11841 T:      git git://linuxtv.org/media_tree.git
11842 W:      https://linuxtv.org
11843 S:      Odd Fixes
11844 F:      drivers/media/i2c/saa6588*
11845
11846 SAA7134 VIDEO4LINUX DRIVER
11847 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
11848 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
11849 L:      linux-media@vger.kernel.org
11850 W:      https://linuxtv.org
11851 T:      git git://linuxtv.org/media_tree.git
11852 S:      Odd fixes
11853 F:      Documentation/media/v4l-drivers/saa7134*
11854 F:      drivers/media/pci/saa7134/
11855
11856 SAA7146 VIDEO4LINUX-2 DRIVER
11857 M:      Hans Verkuil <hverkuil@xs4all.nl>
11858 L:      linux-media@vger.kernel.org
11859 T:      git git://linuxtv.org/media_tree.git
11860 S:      Maintained
11861 F:      drivers/media/common/saa7146/
11862 F:      drivers/media/pci/saa7146/
11863 F:      include/media/saa7146*
11864
11865 SAMSUNG AUDIO (ASoC) DRIVERS
11866 M:      Krzysztof Kozlowski <krzk@kernel.org>
11867 M:      Sangbeom Kim <sbkim73@samsung.com>
11868 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11869 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11870 S:      Supported
11871 F:      sound/soc/samsung/
11872
11873 SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
11874 M:      Krzysztof Kozlowski <krzk@kernel.org>
11875 L:      linux-crypto@vger.kernel.org
11876 L:      linux-samsung-soc@vger.kernel.org
11877 S:      Maintained
11878 F:      drivers/crypto/exynos-rng.c
11879 F:      Documentation/devicetree/bindings/crypto/samsung,exynos-rng4.txt
11880
11881 SAMSUNG FRAMEBUFFER DRIVER
11882 M:      Jingoo Han <jingoohan1@gmail.com>
11883 L:      linux-fbdev@vger.kernel.org
11884 S:      Maintained
11885 F:      drivers/video/fbdev/s3c-fb.c
11886
11887 SAMSUNG LAPTOP DRIVER
11888 M:      Corentin Chary <corentin.chary@gmail.com>
11889 L:      platform-driver-x86@vger.kernel.org
11890 S:      Maintained
11891 F:      drivers/platform/x86/samsung-laptop.c
11892
11893 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
11894 M:      Sangbeom Kim <sbkim73@samsung.com>
11895 M:      Krzysztof Kozlowski <krzk@kernel.org>
11896 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11897 L:      linux-kernel@vger.kernel.org
11898 L:      linux-samsung-soc@vger.kernel.org
11899 S:      Supported
11900 F:      drivers/mfd/sec*.c
11901 F:      drivers/regulator/s2m*.c
11902 F:      drivers/regulator/s5m*.c
11903 F:      drivers/clk/clk-s2mps11.c
11904 F:      drivers/rtc/rtc-s5m.c
11905 F:      include/linux/mfd/samsung/
11906 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
11907 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
11908 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
11909 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
11910
11911 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
11912 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
11913 L:      linux-media@vger.kernel.org
11914 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11915 S:      Maintained
11916 F:      drivers/media/platform/s3c-camif/
11917 F:      include/media/drv-intf/s3c_camif.h
11918
11919 SAMSUNG S3FWRN5 NFC DRIVER
11920 M:      Robert Baldyga <r.baldyga@samsung.com>
11921 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
11922 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
11923 S:      Supported
11924 F:      drivers/nfc/s3fwrn5
11925
11926 SAMSUNG S5C73M3 CAMERA DRIVER
11927 M:      Kyungmin Park <kyungmin.park@samsung.com>
11928 M:      Andrzej Hajda <a.hajda@samsung.com>
11929 L:      linux-media@vger.kernel.org
11930 S:      Supported
11931 F:      drivers/media/i2c/s5c73m3/*
11932
11933 SAMSUNG S5K5BAF CAMERA DRIVER
11934 M:      Kyungmin Park <kyungmin.park@samsung.com>
11935 M:      Andrzej Hajda <a.hajda@samsung.com>
11936 L:      linux-media@vger.kernel.org
11937 S:      Supported
11938 F:      drivers/media/i2c/s5k5baf.c
11939
11940 SAMSUNG S5P Security SubSystem (SSS) DRIVER
11941 M:      Krzysztof Kozlowski <krzk@kernel.org>
11942 M:      Vladimir Zapolskiy <vz@mleia.com>
11943 L:      linux-crypto@vger.kernel.org
11944 L:      linux-samsung-soc@vger.kernel.org
11945 S:      Maintained
11946 F:      drivers/crypto/s5p-sss.c
11947
11948 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
11949 M:      Kyungmin Park <kyungmin.park@samsung.com>
11950 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11951 L:      linux-media@vger.kernel.org
11952 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
11953 S:      Supported
11954 F:      drivers/media/platform/exynos4-is/
11955
11956 SAMSUNG SOC CLOCK DRIVERS
11957 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11958 M:      Tomasz Figa <tomasz.figa@gmail.com>
11959 M:      Chanwoo Choi <cw00.choi@samsung.com>
11960 S:      Supported
11961 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11962 F:      drivers/clk/samsung/
11963 F:      include/dt-bindings/clock/exynos*.h
11964 F:      Documentation/devicetree/bindings/clock/exynos*.txt
11965
11966 SAMSUNG SPI DRIVERS
11967 M:      Kukjin Kim <kgene@kernel.org>
11968 M:      Krzysztof Kozlowski <krzk@kernel.org>
11969 M:      Andi Shyti <andi.shyti@samsung.com>
11970 L:      linux-spi@vger.kernel.org
11971 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
11972 S:      Maintained
11973 F:      Documentation/devicetree/bindings/spi/spi-samsung.txt
11974 F:      drivers/spi/spi-s3c*
11975 F:      include/linux/platform_data/spi-s3c64xx.h
11976
11977 SAMSUNG SXGBE DRIVERS
11978 M:      Byungho An <bh74.an@samsung.com>
11979 M:      Girish K S <ks.giri@samsung.com>
11980 M:      Vipul Pandya <vipul.pandya@samsung.com>
11981 S:      Supported
11982 L:      netdev@vger.kernel.org
11983 F:      drivers/net/ethernet/samsung/sxgbe/
11984
11985 SAMSUNG THERMAL DRIVER
11986 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
11987 L:      linux-pm@vger.kernel.org
11988 L:      linux-samsung-soc@vger.kernel.org
11989 S:      Supported
11990 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
11991 F:      drivers/thermal/samsung/
11992
11993 SAMSUNG USB2 PHY DRIVER
11994 M:      Kamil Debski <kamil@wypas.org>
11995 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
11996 L:      linux-kernel@vger.kernel.org
11997 S:      Supported
11998 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
11999 F:      Documentation/phy/samsung-usb2.txt
12000 F:      drivers/phy/samsung/phy-exynos4210-usb2.c
12001 F:      drivers/phy/samsung/phy-exynos4x12-usb2.c
12002 F:      drivers/phy/samsung/phy-exynos5250-usb2.c
12003 F:      drivers/phy/samsung/phy-s5pv210-usb2.c
12004 F:      drivers/phy/samsung/phy-samsung-usb2.c
12005 F:      drivers/phy/samsung/phy-samsung-usb2.h
12006
12007 SC1200 WDT DRIVER
12008 M:      Zwane Mwaikambo <zwanem@gmail.com>
12009 S:      Maintained
12010 F:      drivers/watchdog/sc1200wdt.c
12011
12012 SCHEDULER
12013 M:      Ingo Molnar <mingo@redhat.com>
12014 M:      Peter Zijlstra <peterz@infradead.org>
12015 L:      linux-kernel@vger.kernel.org
12016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
12017 S:      Maintained
12018 F:      kernel/sched/
12019 F:      include/linux/sched.h
12020 F:      include/uapi/linux/sched.h
12021 F:      include/linux/wait.h
12022
12023 SCORE ARCHITECTURE
12024 M:      Chen Liqin <liqin.linux@gmail.com>
12025 M:      Lennox Wu <lennox.wu@gmail.com>
12026 W:      http://www.sunplus.com
12027 S:      Supported
12028 F:      arch/score/
12029
12030 SCR24X CHIP CARD INTERFACE DRIVER
12031 M:      Lubomir Rintel <lkundrak@v3.sk>
12032 S:      Supported
12033 F:      drivers/char/pcmcia/scr24x_cs.c
12034
12035 SCSI CDROM DRIVER
12036 M:      Jens Axboe <axboe@kernel.dk>
12037 L:      linux-scsi@vger.kernel.org
12038 W:      http://www.kernel.dk
12039 S:      Maintained
12040 F:      drivers/scsi/sr*
12041
12042 SCSI RDMA PROTOCOL (SRP) INITIATOR
12043 M:      Bart Van Assche <bart.vanassche@sandisk.com>
12044 L:      linux-rdma@vger.kernel.org
12045 S:      Supported
12046 W:      http://www.openfabrics.org
12047 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
12048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
12049 F:      drivers/infiniband/ulp/srp/
12050 F:      include/scsi/srp.h
12051
12052 SCSI SG DRIVER
12053 M:      Doug Gilbert <dgilbert@interlog.com>
12054 L:      linux-scsi@vger.kernel.org
12055 W:      http://sg.danny.cz/sg
12056 S:      Maintained
12057 F:      Documentation/scsi/scsi-generic.txt
12058 F:      drivers/scsi/sg.c
12059 F:      include/scsi/sg.h
12060
12061 SCSI SUBSYSTEM
12062 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
12063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
12064 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
12065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
12066 L:      linux-scsi@vger.kernel.org
12067 S:      Maintained
12068 F:      Documentation/devicetree/bindings/scsi/
12069 F:      drivers/scsi/
12070 F:      include/scsi/
12071
12072 SCSI TAPE DRIVER
12073 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
12074 L:      linux-scsi@vger.kernel.org
12075 S:      Maintained
12076 F:      Documentation/scsi/st.txt
12077 F:      drivers/scsi/st.*
12078 F:      drivers/scsi/st_*.h
12079
12080 SCTP PROTOCOL
12081 M:      Vlad Yasevich <vyasevich@gmail.com>
12082 M:      Neil Horman <nhorman@tuxdriver.com>
12083 L:      linux-sctp@vger.kernel.org
12084 W:      http://lksctp.sourceforge.net
12085 S:      Maintained
12086 F:      Documentation/networking/sctp.txt
12087 F:      include/linux/sctp.h
12088 F:      include/uapi/linux/sctp.h
12089 F:      include/net/sctp/
12090 F:      net/sctp/
12091
12092 SCx200 CPU SUPPORT
12093 M:      Jim Cromie <jim.cromie@gmail.com>
12094 S:      Odd Fixes
12095 F:      Documentation/i2c/busses/scx200_acb
12096 F:      arch/x86/platform/scx200/
12097 F:      drivers/watchdog/scx200_wdt.c
12098 F:      drivers/i2c/busses/scx200*
12099 F:      drivers/mtd/maps/scx200_docflash.c
12100 F:      include/linux/scx200.h
12101
12102 SCx200 GPIO DRIVER
12103 M:      Jim Cromie <jim.cromie@gmail.com>
12104 S:      Maintained
12105 F:      drivers/char/scx200_gpio.c
12106 F:      include/linux/scx200_gpio.h
12107
12108 SCx200 HRT CLOCKSOURCE DRIVER
12109 M:      Jim Cromie <jim.cromie@gmail.com>
12110 S:      Maintained
12111 F:      drivers/clocksource/scx200_hrt.c
12112
12113 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
12114 M:      Sascha Sommer <saschasommer@freenet.de>
12115 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
12116 S:      Maintained
12117 F:      drivers/mmc/host/sdricoh_cs.c
12118
12119 SECURE COMPUTING
12120 M:      Kees Cook <keescook@chromium.org>
12121 R:      Andy Lutomirski <luto@amacapital.net>
12122 R:      Will Drewry <wad@chromium.org>
12123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
12124 S:      Supported
12125 F:      kernel/seccomp.c
12126 F:      include/uapi/linux/seccomp.h
12127 F:      include/linux/seccomp.h
12128 F:      tools/testing/selftests/seccomp/*
12129 F:      tools/testing/selftests/kselftest_harness.h
12130 F:      Documentation/userspace-api/seccomp_filter.rst
12131 K:      \bsecure_computing
12132 K:      \bTIF_SECCOMP\b
12133
12134 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) Broadcom BRCMSTB DRIVER
12135 M:      Al Cooper <alcooperx@gmail.com>
12136 L:      linux-mmc@vger.kernel.org
12137 L:      bcm-kernel-feedback-list@broadcom.com
12138 S:      Maintained
12139 F:      drivers/mmc/host/sdhci-brcmstb*
12140
12141 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
12142 M:      Adrian Hunter <adrian.hunter@intel.com>
12143 L:      linux-mmc@vger.kernel.org
12144 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
12145 S:      Maintained
12146 F:      drivers/mmc/host/sdhci*
12147 F:      include/linux/mmc/sdhci*
12148
12149 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
12150 M:      Ben Dooks <ben-linux@fluff.org>
12151 M:      Jaehoon Chung <jh80.chung@samsung.com>
12152 L:      linux-mmc@vger.kernel.org
12153 S:      Maintained
12154 F:      drivers/mmc/host/sdhci-s3c*
12155
12156 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
12157 M:      Viresh Kumar <vireshk@kernel.org>
12158 L:      linux-mmc@vger.kernel.org
12159 S:      Maintained
12160 F:      drivers/mmc/host/sdhci-spear.c
12161
12162 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) TI OMAP DRIVER
12163 M:      Kishon Vijay Abraham I <kishon@ti.com>
12164 L:      linux-mmc@vger.kernel.org
12165 S:      Maintained
12166 F:      drivers/mmc/host/sdhci-omap.c
12167
12168 SECURE ENCRYPTING DEVICE (SED) OPAL DRIVER
12169 M:      Scott Bauer <scott.bauer@intel.com>
12170 M:      Jonathan Derrick <jonathan.derrick@intel.com>
12171 L:      linux-block@vger.kernel.org
12172 S:      Supported
12173 F:      block/sed*
12174 F:      block/opal_proto.h
12175 F:      include/linux/sed*
12176 F:      include/uapi/linux/sed*
12177
12178 SECURITY CONTACT
12179 M:      Security Officers <security@kernel.org>
12180 S:      Supported
12181
12182 SECURITY SUBSYSTEM
12183 M:      James Morris <james.l.morris@oracle.com>
12184 M:      "Serge E. Hallyn" <serge@hallyn.com>
12185 L:      linux-security-module@vger.kernel.org (suggested Cc:)
12186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
12187 W:      http://kernsec.org/
12188 S:      Supported
12189 F:      security/
12190
12191 SELINUX SECURITY MODULE
12192 M:      Paul Moore <paul@paul-moore.com>
12193 M:      Stephen Smalley <sds@tycho.nsa.gov>
12194 M:      Eric Paris <eparis@parisplace.org>
12195 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
12196 W:      https://selinuxproject.org
12197 W:      https://github.com/SELinuxProject
12198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
12199 S:      Supported
12200 F:      include/linux/selinux*
12201 F:      security/selinux/
12202 F:      scripts/selinux/
12203 F:      Documentation/admin-guide/LSM/SELinux.rst
12204
12205 SENSABLE PHANTOM
12206 M:      Jiri Slaby <jirislaby@gmail.com>
12207 S:      Maintained
12208 F:      drivers/misc/phantom.c
12209 F:      include/uapi/linux/phantom.h
12210
12211 SERIAL DEVICE BUS
12212 M:      Rob Herring <robh@kernel.org>
12213 L:      linux-serial@vger.kernel.org
12214 S:      Maintained
12215 F:      Documentation/devicetree/bindings/serial/slave-device.txt
12216 F:      drivers/tty/serdev/
12217 F:      include/linux/serdev.h
12218
12219 SERIAL DRIVERS
12220 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12221 L:      linux-serial@vger.kernel.org
12222 S:      Maintained
12223 F:      Documentation/devicetree/bindings/serial/
12224 F:      drivers/tty/serial/
12225
12226 SERIAL IR RECEIVER
12227 M:      Sean Young <sean@mess.org>
12228 L:      linux-media@vger.kernel.org
12229 S:      Maintained
12230 F:      drivers/media/rc/serial_ir.c
12231
12232 SFC NETWORK DRIVER
12233 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
12234 M:      Edward Cree <ecree@solarflare.com>
12235 M:      Bert Kenward <bkenward@solarflare.com>
12236 L:      netdev@vger.kernel.org
12237 S:      Supported
12238 F:      drivers/net/ethernet/sfc/
12239
12240 SGI GRU DRIVER
12241 M:      Dimitri Sivanich <sivanich@sgi.com>
12242 S:      Maintained
12243 F:      drivers/misc/sgi-gru/
12244
12245 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
12246 M:      Pat Gefre <pfg@sgi.com>
12247 L:      linux-ia64@vger.kernel.org
12248 S:      Supported
12249 F:      Documentation/ia64/serial.txt
12250 F:      drivers/tty/serial/ioc?_serial.c
12251 F:      include/linux/ioc?.h
12252
12253 SGI XP/XPC/XPNET DRIVER
12254 M:      Cliff Whickman <cpw@sgi.com>
12255 M:      Robin Holt <robinmholt@gmail.com>
12256 S:      Maintained
12257 F:      drivers/misc/sgi-xp/
12258
12259 SHARED MEMORY COMMUNICATIONS (SMC) SOCKETS
12260 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
12261 L:      linux-s390@vger.kernel.org
12262 W:      http://www.ibm.com/developerworks/linux/linux390/
12263 S:      Supported
12264 F:      net/smc/
12265
12266 SH_VEU V4L2 MEM2MEM DRIVER
12267 L:      linux-media@vger.kernel.org
12268 S:      Orphan
12269 F:      drivers/media/platform/sh_veu.c
12270
12271 SH_VOU V4L2 OUTPUT DRIVER
12272 L:      linux-media@vger.kernel.org
12273 S:      Orphan
12274 F:      drivers/media/platform/sh_vou.c
12275 F:      include/media/drv-intf/sh_vou.h
12276
12277 SI2157 MEDIA DRIVER
12278 M:      Antti Palosaari <crope@iki.fi>
12279 L:      linux-media@vger.kernel.org
12280 W:      https://linuxtv.org
12281 W:      http://palosaari.fi/linux/
12282 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12283 T:      git git://linuxtv.org/anttip/media_tree.git
12284 S:      Maintained
12285 F:      drivers/media/tuners/si2157*
12286
12287 SI2168 MEDIA DRIVER
12288 M:      Antti Palosaari <crope@iki.fi>
12289 L:      linux-media@vger.kernel.org
12290 W:      https://linuxtv.org
12291 W:      http://palosaari.fi/linux/
12292 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12293 T:      git git://linuxtv.org/anttip/media_tree.git
12294 S:      Maintained
12295 F:      drivers/media/dvb-frontends/si2168*
12296
12297 SI470X FM RADIO RECEIVER I2C DRIVER
12298 M:      Hans Verkuil <hverkuil@xs4all.nl>
12299 L:      linux-media@vger.kernel.org
12300 T:      git git://linuxtv.org/media_tree.git
12301 W:      https://linuxtv.org
12302 S:      Odd Fixes
12303 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
12304
12305 SI470X FM RADIO RECEIVER USB DRIVER
12306 M:      Hans Verkuil <hverkuil@xs4all.nl>
12307 L:      linux-media@vger.kernel.org
12308 T:      git git://linuxtv.org/media_tree.git
12309 W:      https://linuxtv.org
12310 S:      Maintained
12311 F:      drivers/media/radio/si470x/radio-si470x-common.c
12312 F:      drivers/media/radio/si470x/radio-si470x.h
12313 F:      drivers/media/radio/si470x/radio-si470x-usb.c
12314
12315 SI4713 FM RADIO TRANSMITTER I2C DRIVER
12316 M:      Eduardo Valentin <edubezval@gmail.com>
12317 L:      linux-media@vger.kernel.org
12318 T:      git git://linuxtv.org/media_tree.git
12319 W:      https://linuxtv.org
12320 S:      Odd Fixes
12321 F:      drivers/media/radio/si4713/si4713.?
12322
12323 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
12324 M:      Eduardo Valentin <edubezval@gmail.com>
12325 L:      linux-media@vger.kernel.org
12326 T:      git git://linuxtv.org/media_tree.git
12327 W:      https://linuxtv.org
12328 S:      Odd Fixes
12329 F:      drivers/media/radio/si4713/radio-platform-si4713.c
12330
12331 SI4713 FM RADIO TRANSMITTER USB DRIVER
12332 M:      Hans Verkuil <hverkuil@xs4all.nl>
12333 L:      linux-media@vger.kernel.org
12334 T:      git git://linuxtv.org/media_tree.git
12335 W:      https://linuxtv.org
12336 S:      Maintained
12337 F:      drivers/media/radio/si4713/radio-usb-si4713.c
12338
12339 SIANO DVB DRIVER
12340 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
12341 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
12342 L:      linux-media@vger.kernel.org
12343 W:      https://linuxtv.org
12344 T:      git git://linuxtv.org/media_tree.git
12345 S:      Odd fixes
12346 F:      drivers/media/common/siano/
12347 F:      drivers/media/usb/siano/
12348 F:      drivers/media/usb/siano/
12349 F:      drivers/media/mmc/siano/
12350
12351 SILEAD TOUCHSCREEN DRIVER
12352 M:      Hans de Goede <hdegoede@redhat.com>
12353 L:      linux-input@vger.kernel.org
12354 L:      platform-driver-x86@vger.kernel.org
12355 S:      Maintained
12356 F:      drivers/input/touchscreen/silead.c
12357 F:      drivers/platform/x86/silead_dmi.c
12358
12359 SILICON MOTION SM712 FRAME BUFFER DRIVER
12360 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12361 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12362 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12363 L:      linux-fbdev@vger.kernel.org
12364 S:      Maintained
12365 F:      drivers/video/fbdev/sm712*
12366 F:      Documentation/fb/sm712fb.txt
12367
12368 SIMPLE FIRMWARE INTERFACE (SFI)
12369 M:      Len Brown <lenb@kernel.org>
12370 L:      sfi-devel@simplefirmware.org
12371 W:      http://simplefirmware.org/
12372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
12373 S:      Supported
12374 F:      arch/x86/platform/sfi/
12375 F:      drivers/sfi/
12376 F:      include/linux/sfi*.h
12377
12378 SIMPLEFB FB DRIVER
12379 M:      Hans de Goede <hdegoede@redhat.com>
12380 L:      linux-fbdev@vger.kernel.org
12381 S:      Maintained
12382 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
12383 F:      drivers/video/fbdev/simplefb.c
12384 F:      include/linux/platform_data/simplefb.h
12385
12386 SIMTEC EB110ATX (Chalice CATS)
12387 P:      Ben Dooks
12388 P:      Vincent Sanders <vince@simtec.co.uk>
12389 M:      Simtec Linux Team <linux@simtec.co.uk>
12390 W:      http://www.simtec.co.uk/products/EB110ATX/
12391 S:      Supported
12392
12393 SIMTEC EB2410ITX (BAST)
12394 P:      Ben Dooks
12395 P:      Vincent Sanders <vince@simtec.co.uk>
12396 M:      Simtec Linux Team <linux@simtec.co.uk>
12397 W:      http://www.simtec.co.uk/products/EB2410ITX/
12398 S:      Supported
12399 F:      arch/arm/mach-s3c24xx/mach-bast.c
12400 F:      arch/arm/mach-s3c24xx/bast-ide.c
12401 F:      arch/arm/mach-s3c24xx/bast-irq.c
12402
12403 SIPHASH PRF ROUTINES
12404 M:      Jason A. Donenfeld <Jason@zx2c4.com>
12405 S:      Maintained
12406 F:      lib/siphash.c
12407 F:      lib/test_siphash.c
12408 F:      include/linux/siphash.h
12409
12410 SIS 190 ETHERNET DRIVER
12411 M:      Francois Romieu <romieu@fr.zoreil.com>
12412 L:      netdev@vger.kernel.org
12413 S:      Maintained
12414 F:      drivers/net/ethernet/sis/sis190.c
12415
12416 SIS 900/7016 FAST ETHERNET DRIVER
12417 M:      Daniele Venzano <venza@brownhat.org>
12418 W:      http://www.brownhat.org/sis900.html
12419 L:      netdev@vger.kernel.org
12420 S:      Maintained
12421 F:      drivers/net/ethernet/sis/sis900.*
12422
12423 SIS FRAMEBUFFER DRIVER
12424 M:      Thomas Winischhofer <thomas@winischhofer.net>
12425 W:      http://www.winischhofer.net/linuxsisvga.shtml
12426 S:      Maintained
12427 F:      Documentation/fb/sisfb.txt
12428 F:      drivers/video/fbdev/sis/
12429 F:      include/video/sisfb.h
12430
12431 SIS USB2VGA DRIVER
12432 M:      Thomas Winischhofer <thomas@winischhofer.net>
12433 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
12434 S:      Maintained
12435 F:      drivers/usb/misc/sisusbvga/
12436
12437 SLAB ALLOCATOR
12438 M:      Christoph Lameter <cl@linux.com>
12439 M:      Pekka Enberg <penberg@kernel.org>
12440 M:      David Rientjes <rientjes@google.com>
12441 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
12442 M:      Andrew Morton <akpm@linux-foundation.org>
12443 L:      linux-mm@kvack.org
12444 S:      Maintained
12445 F:      include/linux/sl?b*.h
12446 F:      mm/sl?b*
12447
12448 SLEEPABLE READ-COPY UPDATE (SRCU)
12449 M:      Lai Jiangshan <jiangshanlai@gmail.com>
12450 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
12451 M:      Josh Triplett <josh@joshtriplett.org>
12452 R:      Steven Rostedt <rostedt@goodmis.org>
12453 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12454 L:      linux-kernel@vger.kernel.org
12455 W:      http://www.rdrop.com/users/paulmck/RCU/
12456 S:      Supported
12457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
12458 F:      include/linux/srcu.h
12459 F:      kernel/rcu/srcu.c
12460
12461 SMACK SECURITY MODULE
12462 M:      Casey Schaufler <casey@schaufler-ca.com>
12463 L:      linux-security-module@vger.kernel.org
12464 W:      http://schaufler-ca.com
12465 T:      git git://github.com/cschaufler/smack-next
12466 S:      Maintained
12467 F:      Documentation/admin-guide/LSM/Smack.rst
12468 F:      security/smack/
12469
12470 SMC91x ETHERNET DRIVER
12471 M:      Nicolas Pitre <nico@fluxnic.net>
12472 S:      Odd Fixes
12473 F:      drivers/net/ethernet/smsc/smc91x.*
12474
12475 SMIA AND SMIA++ IMAGE SENSOR DRIVER
12476 M:      Sakari Ailus <sakari.ailus@iki.fi>
12477 L:      linux-media@vger.kernel.org
12478 S:      Maintained
12479 F:      drivers/media/i2c/smiapp/
12480 F:      include/media/i2c/smiapp.h
12481 F:      drivers/media/i2c/smiapp-pll.c
12482 F:      drivers/media/i2c/smiapp-pll.h
12483 F:      include/uapi/linux/smiapp.h
12484 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
12485
12486 SMM665 HARDWARE MONITOR DRIVER
12487 M:      Guenter Roeck <linux@roeck-us.net>
12488 L:      linux-hwmon@vger.kernel.org
12489 S:      Maintained
12490 F:      Documentation/hwmon/smm665
12491 F:      drivers/hwmon/smm665.c
12492
12493 SMSC EMC2103 HARDWARE MONITOR DRIVER
12494 M:      Steve Glendinning <steve.glendinning@shawell.net>
12495 L:      linux-hwmon@vger.kernel.org
12496 S:      Maintained
12497 F:      Documentation/hwmon/emc2103
12498 F:      drivers/hwmon/emc2103.c
12499
12500 SMSC SCH5627 HARDWARE MONITOR DRIVER
12501 M:      Hans de Goede <hdegoede@redhat.com>
12502 L:      linux-hwmon@vger.kernel.org
12503 S:      Supported
12504 F:      Documentation/hwmon/sch5627
12505 F:      drivers/hwmon/sch5627.c
12506
12507 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
12508 M:      Steve Glendinning <steve.glendinning@shawell.net>
12509 L:      linux-fbdev@vger.kernel.org
12510 S:      Maintained
12511 F:      drivers/video/fbdev/smscufx.c
12512
12513 SMSC47B397 HARDWARE MONITOR DRIVER
12514 M:      Jean Delvare <jdelvare@suse.com>
12515 L:      linux-hwmon@vger.kernel.org
12516 S:      Maintained
12517 F:      Documentation/hwmon/smsc47b397
12518 F:      drivers/hwmon/smsc47b397.c
12519
12520 SMSC911x ETHERNET DRIVER
12521 M:      Steve Glendinning <steve.glendinning@shawell.net>
12522 L:      netdev@vger.kernel.org
12523 S:      Maintained
12524 F:      include/linux/smsc911x.h
12525 F:      drivers/net/ethernet/smsc/smsc911x.*
12526
12527 SMSC9420 PCI ETHERNET DRIVER
12528 M:      Steve Glendinning <steve.glendinning@shawell.net>
12529 L:      netdev@vger.kernel.org
12530 S:      Maintained
12531 F:      drivers/net/ethernet/smsc/smsc9420.*
12532
12533 SOC-CAMERA V4L2 SUBSYSTEM
12534 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
12535 L:      linux-media@vger.kernel.org
12536 T:      git git://linuxtv.org/media_tree.git
12537 S:      Maintained
12538 F:      include/media/soc*
12539 F:      drivers/media/i2c/soc_camera/
12540 F:      drivers/media/platform/soc_camera/
12541
12542 SOEKRIS NET48XX LED SUPPORT
12543 M:      Chris Boot <bootc@bootc.net>
12544 S:      Maintained
12545 F:      drivers/leds/leds-net48xx.c
12546
12547 SOFT-ROCE DRIVER (rxe)
12548 M:      Moni Shoua <monis@mellanox.com>
12549 L:      linux-rdma@vger.kernel.org
12550 S:      Supported
12551 W:      https://github.com/SoftRoCE/rxe-dev/wiki/rxe-dev:-Home
12552 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
12553 F:      drivers/infiniband/sw/rxe/
12554 F:      include/uapi/rdma/rdma_user_rxe.h
12555
12556 SOFTLOGIC 6x10 MPEG CODEC
12557 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
12558 M:      Anton Sviridenko <anton@corp.bluecherry.net>
12559 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
12560 M:      Andrey Utkin <andrey_utkin@fastmail.com>
12561 M:      Ismael Luceno <ismael@iodev.co.uk>
12562 L:      linux-media@vger.kernel.org
12563 S:      Supported
12564 F:      drivers/media/pci/solo6x10/
12565
12566 SOFTWARE RAID (Multiple Disks) SUPPORT
12567 M:      Shaohua Li <shli@kernel.org>
12568 L:      linux-raid@vger.kernel.org
12569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
12570 S:      Supported
12571 F:      drivers/md/Makefile
12572 F:      drivers/md/Kconfig
12573 F:      drivers/md/md*
12574 F:      drivers/md/raid*
12575 F:      include/linux/raid/
12576 F:      include/uapi/linux/raid/
12577
12578 SONIC NETWORK DRIVER
12579 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
12580 L:      netdev@vger.kernel.org
12581 S:      Maintained
12582 F:      drivers/net/ethernet/natsemi/sonic.*
12583
12584 SONICS SILICON BACKPLANE DRIVER (SSB)
12585 M:      Michael Buesch <m@bues.ch>
12586 L:      linux-wireless@vger.kernel.org
12587 S:      Maintained
12588 F:      drivers/ssb/
12589 F:      include/linux/ssb/
12590
12591 SONY MEMORYSTICK CARD SUPPORT
12592 M:      Alex Dubov <oakad@yahoo.com>
12593 W:      http://tifmxx.berlios.de/
12594 S:      Maintained
12595 F:      drivers/memstick/host/tifm_ms.c
12596
12597 SONY MEMORYSTICK STANDARD SUPPORT
12598 M:      Maxim Levitsky <maximlevitsky@gmail.com>
12599 S:      Maintained
12600 F:      drivers/memstick/core/ms_block.*
12601
12602 SONY VAIO CONTROL DEVICE DRIVER
12603 M:      Mattia Dongili <malattia@linux.it>
12604 L:      platform-driver-x86@vger.kernel.org
12605 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
12606 S:      Maintained
12607 F:      Documentation/laptops/sony-laptop.txt
12608 F:      drivers/char/sonypi.c
12609 F:      drivers/platform/x86/sony-laptop.c
12610 F:      include/linux/sony-laptop.h
12611
12612 SOUND
12613 M:      Jaroslav Kysela <perex@perex.cz>
12614 M:      Takashi Iwai <tiwai@suse.com>
12615 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12616 W:      http://www.alsa-project.org/
12617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12618 T:      git git://git.alsa-project.org/alsa-kernel.git
12619 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
12620 S:      Maintained
12621 F:      Documentation/sound/
12622 F:      include/sound/
12623 F:      include/uapi/sound/
12624 F:      sound/
12625
12626 SOUND - COMPRESSED AUDIO
12627 M:      Vinod Koul <vinod.koul@intel.com>
12628 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
12630 S:      Supported
12631 F:      Documentation/sound/alsa/compress_offload.txt
12632 F:      include/sound/compress_driver.h
12633 F:      include/uapi/sound/compress_*
12634 F:      sound/core/compress_offload.c
12635 F:      sound/soc/soc-compress.c
12636
12637 SOUND - DMAENGINE HELPERS
12638 M:      Lars-Peter Clausen <lars@metafoo.de>
12639 S:      Supported
12640 F:      include/sound/dmaengine_pcm.h
12641 F:      sound/core/pcm_dmaengine.c
12642 F:      sound/soc/soc-generic-dmaengine-pcm.c
12643
12644 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
12645 M:      Liam Girdwood <lgirdwood@gmail.com>
12646 M:      Mark Brown <broonie@kernel.org>
12647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
12648 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
12649 W:      http://alsa-project.org/main/index.php/ASoC
12650 S:      Supported
12651 F:      Documentation/devicetree/bindings/sound/
12652 F:      Documentation/sound/alsa/soc/
12653 F:      sound/soc/
12654 F:      include/sound/soc*
12655
12656 SP2 MEDIA DRIVER
12657 M:      Olli Salonen <olli.salonen@iki.fi>
12658 L:      linux-media@vger.kernel.org
12659 W:      https://linuxtv.org
12660 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
12661 S:      Maintained
12662 F:      drivers/media/dvb-frontends/sp2*
12663
12664 SPARC + UltraSPARC (sparc/sparc64)
12665 M:      "David S. Miller" <davem@davemloft.net>
12666 L:      sparclinux@vger.kernel.org
12667 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
12668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12670 S:      Maintained
12671 F:      arch/sparc/
12672 F:      drivers/sbus/
12673
12674 SPARC SERIAL DRIVERS
12675 M:      "David S. Miller" <davem@davemloft.net>
12676 L:      sparclinux@vger.kernel.org
12677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
12678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
12679 S:      Maintained
12680 F:      include/linux/sunserialcore.h
12681 F:      drivers/tty/serial/suncore.c
12682 F:      drivers/tty/serial/sunhv.c
12683 F:      drivers/tty/serial/sunsab.c
12684 F:      drivers/tty/serial/sunsab.h
12685 F:      drivers/tty/serial/sunsu.c
12686 F:      drivers/tty/serial/sunzilog.c
12687 F:      drivers/tty/serial/sunzilog.h
12688 F:      drivers/tty/vcc.c
12689
12690 SPARSE CHECKER
12691 M:      "Christopher Li" <sparse@chrisli.org>
12692 L:      linux-sparse@vger.kernel.org
12693 W:      https://sparse.wiki.kernel.org/
12694 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
12695 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
12696 S:      Maintained
12697 F:      include/linux/compiler.h
12698
12699 SPEAR CLOCK FRAMEWORK SUPPORT
12700 M:      Viresh Kumar <vireshk@kernel.org>
12701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12702 W:      http://www.st.com/spear
12703 S:      Maintained
12704 F:      drivers/clk/spear/
12705
12706 SPEAR PLATFORM SUPPORT
12707 M:      Viresh Kumar <vireshk@kernel.org>
12708 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
12709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
12710 W:      http://www.st.com/spear
12711 S:      Maintained
12712 F:      arch/arm/boot/dts/spear*
12713 F:      arch/arm/mach-spear/
12714
12715 SPI NOR SUBSYSTEM
12716 M:      Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
12717 M:      Marek Vasut <marek.vasut@gmail.com>
12718 L:      linux-mtd@lists.infradead.org
12719 W:      http://www.linux-mtd.infradead.org/
12720 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
12721 T:      git git://git.infradead.org/linux-mtd.git spi-nor/fixes
12722 T:      git git://git.infradead.org/l2-mtd.git spi-nor/next
12723 S:      Maintained
12724 F:      drivers/mtd/spi-nor/
12725 F:      include/linux/mtd/spi-nor.h
12726
12727 SPI SUBSYSTEM
12728 M:      Mark Brown <broonie@kernel.org>
12729 L:      linux-spi@vger.kernel.org
12730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
12731 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
12732 S:      Maintained
12733 F:      Documentation/devicetree/bindings/spi/
12734 F:      Documentation/spi/
12735 F:      drivers/spi/
12736 F:      include/linux/spi/
12737 F:      include/uapi/linux/spi/
12738 F:      tools/spi/
12739
12740 SPIDERNET NETWORK DRIVER for CELL
12741 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
12742 L:      netdev@vger.kernel.org
12743 S:      Supported
12744 F:      Documentation/networking/spider_net.txt
12745 F:      drivers/net/ethernet/toshiba/spider_net*
12746
12747 SPMI SUBSYSTEM
12748 R:      Stephen Boyd <sboyd@codeaurora.org>
12749 L:      linux-arm-msm@vger.kernel.org
12750 F:      Documentation/devicetree/bindings/spmi/
12751 F:      drivers/spmi/
12752 F:      include/dt-bindings/spmi/spmi.h
12753 F:      include/linux/spmi.h
12754 F:      include/trace/events/spmi.h
12755
12756 SPU FILE SYSTEM
12757 M:      Jeremy Kerr <jk@ozlabs.org>
12758 L:      linuxppc-dev@lists.ozlabs.org
12759 W:      http://www.ibm.com/developerworks/power/cell/
12760 S:      Supported
12761 F:      Documentation/filesystems/spufs.txt
12762 F:      arch/powerpc/platforms/cell/spufs/
12763
12764 SQUASHFS FILE SYSTEM
12765 M:      Phillip Lougher <phillip@squashfs.org.uk>
12766 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
12767 W:      http://squashfs.org.uk
12768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
12769 S:      Maintained
12770 F:      Documentation/filesystems/squashfs.txt
12771 F:      fs/squashfs/
12772
12773 SRM (Alpha) environment access
12774 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
12775 S:      Maintained
12776 F:      arch/alpha/kernel/srm_env.c
12777
12778 STABLE BRANCH
12779 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12780 L:      stable@vger.kernel.org
12781 S:      Supported
12782 F:      Documentation/process/stable-kernel-rules.rst
12783
12784 STAGING - ATOMISP DRIVER
12785 M:      Alan Cox <alan@linux.intel.com>
12786 M:      Sakari Ailus <sakari.ailus@linux.intel.com>
12787 L:      linux-media@vger.kernel.org
12788 S:      Maintained
12789 F:      drivers/staging/media/atomisp/
12790
12791 STAGING - COMEDI
12792 M:      Ian Abbott <abbotti@mev.co.uk>
12793 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
12794 S:      Odd Fixes
12795 F:      drivers/staging/comedi/
12796
12797 STAGING - FLARION FT1000 DRIVERS
12798 M:      Marek Belisko <marek.belisko@gmail.com>
12799 S:      Odd Fixes
12800 F:      drivers/staging/ft1000/
12801
12802 STAGING - INDUSTRIAL IO
12803 M:      Jonathan Cameron <jic23@kernel.org>
12804 L:      linux-iio@vger.kernel.org
12805 S:      Odd Fixes
12806 F:      Documentation/devicetree/bindings/staging/iio/
12807 F:      drivers/staging/iio/
12808
12809 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
12810 M:      Jarod Wilson <jarod@wilsonet.com>
12811 W:      http://www.lirc.org/
12812 S:      Odd Fixes
12813 F:      drivers/staging/media/lirc/
12814
12815 STAGING - LUSTRE PARALLEL FILESYSTEM
12816 M:      Oleg Drokin <oleg.drokin@intel.com>
12817 M:      Andreas Dilger <andreas.dilger@intel.com>
12818 M:      James Simmons <jsimmons@infradead.org>
12819 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
12820 W:      http://wiki.lustre.org/
12821 S:      Maintained
12822 F:      drivers/staging/lustre
12823
12824 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
12825 M:      Marc Dietrich <marvin24@gmx.de>
12826 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
12827 L:      linux-tegra@vger.kernel.org
12828 S:      Maintained
12829 F:      drivers/staging/nvec/
12830
12831 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
12832 M:      Jens Frederich <jfrederich@gmail.com>
12833 M:      Daniel Drake <dsd@laptop.org>
12834 M:      Jon Nettleton <jon.nettleton@gmail.com>
12835 W:      http://wiki.laptop.org/go/DCON
12836 S:      Maintained
12837 F:      drivers/staging/olpc_dcon/
12838
12839 STAGING - REALTEK RTL8712U DRIVERS
12840 M:      Larry Finger <Larry.Finger@lwfinger.net>
12841 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
12842 S:      Odd Fixes
12843 F:      drivers/staging/rtl8712/
12844
12845 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
12846 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
12847 M:      Teddy Wang <teddy.wang@siliconmotion.com>
12848 M:      Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
12849 L:      linux-fbdev@vger.kernel.org
12850 S:      Maintained
12851 F:      drivers/staging/sm750fb/
12852
12853 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
12854 M:      William Hubbs <w.d.hubbs@gmail.com>
12855 M:      Chris Brannon <chris@the-brannons.com>
12856 M:      Kirk Reiser <kirk@reisers.ca>
12857 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
12858 L:      speakup@linux-speakup.org
12859 W:      http://www.linux-speakup.org/
12860 S:      Odd Fixes
12861 F:      drivers/staging/speakup/
12862
12863 STAGING - VIA VT665X DRIVERS
12864 M:      Forest Bond <forest@alittletooquiet.net>
12865 S:      Odd Fixes
12866 F:      drivers/staging/vt665?/
12867
12868 STAGING - WILC1000 WIFI DRIVER
12869 M:      Aditya Shankar <aditya.shankar@microchip.com>
12870 M:      Ganesh Krishna <ganesh.krishna@microchip.com>
12871 L:      linux-wireless@vger.kernel.org
12872 S:      Supported
12873 F:      drivers/staging/wilc1000/
12874
12875 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
12876 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
12877 S:      Odd Fixes
12878 F:      drivers/staging/xgifb/
12879
12880 STAGING SUBSYSTEM
12881 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
12883 L:      devel@driverdev.osuosl.org
12884 S:      Supported
12885 F:      drivers/staging/
12886
12887 STARFIRE/DURALAN NETWORK DRIVER
12888 M:      Ion Badulescu <ionut@badula.org>
12889 S:      Odd Fixes
12890 F:      drivers/net/ethernet/adaptec/starfire*
12891
12892 STEC S1220 SKD DRIVER
12893 M:      Bart Van Assche <bart.vanassche@wdc.com>
12894 L:      linux-block@vger.kernel.org
12895 S:      Maintained
12896 F:      drivers/block/skd*[ch]
12897
12898 STI CEC DRIVER
12899 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
12900 S:      Maintained
12901 F:      drivers/staging/media/st-cec/
12902 F:      Documentation/devicetree/bindings/media/stih-cec.txt
12903
12904 STK1160 USB VIDEO CAPTURE DRIVER
12905 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
12906 L:      linux-media@vger.kernel.org
12907 T:      git git://linuxtv.org/media_tree.git
12908 S:      Maintained
12909 F:      drivers/media/usb/stk1160/
12910
12911 STMMAC ETHERNET DRIVER
12912 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
12913 M:      Alexandre Torgue <alexandre.torgue@st.com>
12914 L:      netdev@vger.kernel.org
12915 W:      http://www.stlinux.com
12916 S:      Supported
12917 F:      drivers/net/ethernet/stmicro/stmmac/
12918
12919 SUN3/3X
12920 M:      Sam Creasey <sammy@sammy.net>
12921 W:      http://sammy.net/sun3/
12922 S:      Maintained
12923 F:      arch/m68k/kernel/*sun3*
12924 F:      arch/m68k/sun3*/
12925 F:      arch/m68k/include/asm/sun3*
12926 F:      drivers/net/ethernet/i825xx/sun3*
12927
12928 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
12929 M:      Hans de Goede <hdegoede@redhat.com>
12930 L:      linux-input@vger.kernel.org
12931 S:      Maintained
12932 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
12933 F:      drivers/input/keyboard/sun4i-lradc-keys.c
12934
12935 SUNDANCE NETWORK DRIVER
12936 M:      Denis Kirjanov <kda@linux-powerpc.org>
12937 L:      netdev@vger.kernel.org
12938 S:      Maintained
12939 F:      drivers/net/ethernet/dlink/sundance.c
12940
12941 SUPERH
12942 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
12943 M:      Rich Felker <dalias@libc.org>
12944 L:      linux-sh@vger.kernel.org
12945 Q:      http://patchwork.kernel.org/project/linux-sh/list/
12946 S:      Maintained
12947 F:      Documentation/sh/
12948 F:      arch/sh/
12949 F:      drivers/sh/
12950
12951 SUSPEND TO RAM
12952 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
12953 M:      Len Brown <len.brown@intel.com>
12954 M:      Pavel Machek <pavel@ucw.cz>
12955 L:      linux-pm@vger.kernel.org
12956 B:      https://bugzilla.kernel.org
12957 S:      Supported
12958 F:      Documentation/power/
12959 F:      arch/x86/kernel/acpi/
12960 F:      drivers/base/power/
12961 F:      kernel/power/
12962 F:      include/linux/suspend.h
12963 F:      include/linux/freezer.h
12964 F:      include/linux/pm.h
12965
12966 SVGA HANDLING
12967 M:      Martin Mares <mj@ucw.cz>
12968 L:      linux-video@atrey.karlin.mff.cuni.cz
12969 S:      Maintained
12970 F:      Documentation/svga.txt
12971 F:      arch/x86/boot/video*
12972
12973 SWIOTLB SUBSYSTEM
12974 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12975 L:      linux-kernel@vger.kernel.org
12976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
12977 S:      Supported
12978 F:      lib/swiotlb.c
12979 F:      arch/*/kernel/pci-swiotlb.c
12980 F:      include/linux/swiotlb.h
12981
12982 SWITCHDEV
12983 M:      Jiri Pirko <jiri@resnulli.us>
12984 M:      Ivan Vecera <ivecera@redhat.com>
12985 L:      netdev@vger.kernel.org
12986 S:      Supported
12987 F:      net/switchdev/
12988 F:      include/net/switchdev.h
12989
12990 SYNC FILE FRAMEWORK
12991 M:      Sumit Semwal <sumit.semwal@linaro.org>
12992 R:      Gustavo Padovan <gustavo@padovan.org>
12993 S:      Maintained
12994 L:      linux-media@vger.kernel.org
12995 L:      dri-devel@lists.freedesktop.org
12996 F:      drivers/dma-buf/sync_*
12997 F:      drivers/dma-buf/dma-fence*
12998 F:      drivers/dma-buf/sw_sync.c
12999 F:      include/linux/sync_file.h
13000 F:      include/uapi/linux/sync_file.h
13001 F:      Documentation/sync_file.txt
13002 T:      git git://anongit.freedesktop.org/drm/drm-misc
13003
13004 SYNOPSYS ARC ARCHITECTURE
13005 M:      Vineet Gupta <vgupta@synopsys.com>
13006 L:      linux-snps-arc@lists.infradead.org
13007 S:      Supported
13008 F:      arch/arc/
13009 F:      Documentation/devicetree/bindings/arc/*
13010 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
13011 F:      drivers/clocksource/arc_timer.c
13012 F:      drivers/tty/serial/arc_uart.c
13013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
13014
13015 SYNOPSYS ARC HSDK SDP pll clock driver
13016 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13017 S:      Supported
13018 F:      drivers/clk/clk-hsdk-pll.c
13019 F:      Documentation/devicetree/bindings/clock/snps,hsdk-pll-clock.txt
13020
13021 SYNOPSYS ARC SDP clock driver
13022 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13023 S:      Supported
13024 F:      drivers/clk/axs10x/*
13025 F:      Documentation/devicetree/bindings/clock/snps,pll-clock.txt
13026
13027 SYNOPSYS ARC SDP platform support
13028 M:      Alexey Brodkin <abrodkin@synopsys.com>
13029 S:      Supported
13030 F:      arch/arc/plat-axs10x
13031 F:      arch/arc/boot/dts/ax*
13032 F:      Documentation/devicetree/bindings/arc/axs10*
13033
13034 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
13035 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13036 S:      Supported
13037 F:      drivers/reset/reset-axs10x.c
13038 F:      Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
13039
13040 SYNOPSYS DESIGNWARE APB GPIO DRIVER
13041 M:      Hoan Tran <hotran@apm.com>
13042 L:      linux-gpio@vger.kernel.org
13043 S:      Maintained
13044 F:      drivers/gpio/gpio-dwapb.c
13045 F:      Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
13046
13047 SYNOPSYS DESIGNWARE DMAC DRIVER
13048 M:      Viresh Kumar <vireshk@kernel.org>
13049 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13050 S:      Maintained
13051 F:      include/linux/dma/dw.h
13052 F:      include/linux/platform_data/dma-dw.h
13053 F:      drivers/dma/dw/
13054
13055 SYNOPSYS DESIGNWARE ENTERPRISE ETHERNET DRIVER
13056 M:      Jie Deng <jiedeng@synopsys.com>
13057 L:      netdev@vger.kernel.org
13058 S:      Supported
13059 F:      drivers/net/ethernet/synopsys/
13060
13061 SYNOPSYS DESIGNWARE I2C DRIVER
13062 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
13063 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
13064 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
13065 L:      linux-i2c@vger.kernel.org
13066 S:      Maintained
13067 F:      drivers/i2c/busses/i2c-designware-*
13068 F:      include/linux/platform_data/i2c-designware.h
13069
13070 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
13071 M:      Jaehoon Chung <jh80.chung@samsung.com>
13072 L:      linux-mmc@vger.kernel.org
13073 S:      Maintained
13074 F:      drivers/mmc/host/dw_mmc*
13075
13076 SYNOPSYS HSDK RESET CONTROLLER DRIVER
13077 M:      Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
13078 S:      Supported
13079 F:      drivers/reset/reset-hsdk.c
13080 F:      include/dt-bindings/reset/snps,hsdk-reset.h
13081 F:      Documentation/devicetree/bindings/reset/snps,hsdk-reset.txt
13082
13083 SYSTEM CONFIGURATION (SYSCON)
13084 M:      Lee Jones <lee.jones@linaro.org>
13085 M:      Arnd Bergmann <arnd@arndb.de>
13086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
13087 S:      Supported
13088 F:      drivers/mfd/syscon.c
13089
13090 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
13091 M:      Sudeep Holla <sudeep.holla@arm.com>
13092 L:      linux-arm-kernel@lists.infradead.org
13093 S:      Maintained
13094 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
13095 F:      drivers/clk/clk-scpi.c
13096 F:      drivers/cpufreq/scpi-cpufreq.c
13097 F:      drivers/firmware/arm_scpi.c
13098 F:      include/linux/scpi_protocol.h
13099
13100 SYSTEM RESET/SHUTDOWN DRIVERS
13101 M:      Sebastian Reichel <sre@kernel.org>
13102 L:      linux-pm@vger.kernel.org
13103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git
13104 S:      Maintained
13105 F:      Documentation/devicetree/bindings/power/reset/
13106 F:      drivers/power/reset/
13107
13108 SYSTEM TRACE MODULE CLASS
13109 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
13110 S:      Maintained
13111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm.git
13112 F:      Documentation/trace/stm.txt
13113 F:      drivers/hwtracing/stm/
13114 F:      include/linux/stm.h
13115 F:      include/uapi/linux/stm.h
13116
13117 SYSV FILESYSTEM
13118 M:      Christoph Hellwig <hch@infradead.org>
13119 S:      Maintained
13120 F:      Documentation/filesystems/sysv-fs.txt
13121 F:      fs/sysv/
13122 F:      include/linux/sysv_fs.h
13123
13124 TARGET SUBSYSTEM
13125 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
13126 L:      linux-scsi@vger.kernel.org
13127 L:      target-devel@vger.kernel.org
13128 W:      http://www.linux-iscsi.org
13129 W:      http://groups.google.com/group/linux-iscsi-target-dev
13130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
13131 S:      Supported
13132 F:      drivers/target/
13133 F:      include/target/
13134 F:      Documentation/target/
13135
13136 TASKSTATS STATISTICS INTERFACE
13137 M:      Balbir Singh <bsingharora@gmail.com>
13138 S:      Maintained
13139 F:      Documentation/accounting/taskstats*
13140 F:      include/linux/taskstats*
13141 F:      kernel/taskstats.c
13142
13143 TC subsystem
13144 M:      Jamal Hadi Salim <jhs@mojatatu.com>
13145 M:      Cong Wang <xiyou.wangcong@gmail.com>
13146 M:      Jiri Pirko <jiri@resnulli.us>
13147 L:      netdev@vger.kernel.org
13148 S:      Maintained
13149 F:      include/net/pkt_cls.h
13150 F:      include/net/pkt_sched.h
13151 F:      include/net/tc_act/
13152 F:      include/uapi/linux/pkt_cls.h
13153 F:      include/uapi/linux/pkt_sched.h
13154 F:      include/uapi/linux/tc_act/
13155 F:      include/uapi/linux/tc_ematch/
13156 F:      net/sched/
13157
13158 TCP LOW PRIORITY MODULE
13159 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
13160 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
13161 W:      http://tcp-lp-mod.sourceforge.net/
13162 S:      Maintained
13163 F:      net/ipv4/tcp_lp.c
13164
13165 TDA10071 MEDIA DRIVER
13166 M:      Antti Palosaari <crope@iki.fi>
13167 L:      linux-media@vger.kernel.org
13168 W:      https://linuxtv.org
13169 W:      http://palosaari.fi/linux/
13170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13171 T:      git git://linuxtv.org/anttip/media_tree.git
13172 S:      Maintained
13173 F:      drivers/media/dvb-frontends/tda10071*
13174
13175 TDA18212 MEDIA DRIVER
13176 M:      Antti Palosaari <crope@iki.fi>
13177 L:      linux-media@vger.kernel.org
13178 W:      https://linuxtv.org
13179 W:      http://palosaari.fi/linux/
13180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13181 T:      git git://linuxtv.org/anttip/media_tree.git
13182 S:      Maintained
13183 F:      drivers/media/tuners/tda18212*
13184
13185 TDA18218 MEDIA DRIVER
13186 M:      Antti Palosaari <crope@iki.fi>
13187 L:      linux-media@vger.kernel.org
13188 W:      https://linuxtv.org
13189 W:      http://palosaari.fi/linux/
13190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13191 T:      git git://linuxtv.org/anttip/media_tree.git
13192 S:      Maintained
13193 F:      drivers/media/tuners/tda18218*
13194
13195 TDA18271 MEDIA DRIVER
13196 M:      Michael Krufky <mkrufky@linuxtv.org>
13197 L:      linux-media@vger.kernel.org
13198 W:      https://linuxtv.org
13199 W:      http://github.com/mkrufky
13200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13201 T:      git git://linuxtv.org/mkrufky/tuners.git
13202 S:      Maintained
13203 F:      drivers/media/tuners/tda18271*
13204
13205 TDA827x MEDIA DRIVER
13206 M:      Michael Krufky <mkrufky@linuxtv.org>
13207 L:      linux-media@vger.kernel.org
13208 W:      https://linuxtv.org
13209 W:      http://github.com/mkrufky
13210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13211 T:      git git://linuxtv.org/mkrufky/tuners.git
13212 S:      Maintained
13213 F:      drivers/media/tuners/tda8290.*
13214
13215 TDA8290 MEDIA DRIVER
13216 M:      Michael Krufky <mkrufky@linuxtv.org>
13217 L:      linux-media@vger.kernel.org
13218 W:      https://linuxtv.org
13219 W:      http://github.com/mkrufky
13220 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13221 T:      git git://linuxtv.org/mkrufky/tuners.git
13222 S:      Maintained
13223 F:      drivers/media/tuners/tda8290.*
13224
13225 TDA9840 MEDIA DRIVER
13226 M:      Hans Verkuil <hverkuil@xs4all.nl>
13227 L:      linux-media@vger.kernel.org
13228 T:      git git://linuxtv.org/media_tree.git
13229 W:      https://linuxtv.org
13230 S:      Maintained
13231 F:      drivers/media/i2c/tda9840*
13232
13233 TEA5761 TUNER DRIVER
13234 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13235 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13236 L:      linux-media@vger.kernel.org
13237 W:      https://linuxtv.org
13238 T:      git git://linuxtv.org/media_tree.git
13239 S:      Odd fixes
13240 F:      drivers/media/tuners/tea5761.*
13241
13242 TEA5767 TUNER DRIVER
13243 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13244 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13245 L:      linux-media@vger.kernel.org
13246 W:      https://linuxtv.org
13247 T:      git git://linuxtv.org/media_tree.git
13248 S:      Maintained
13249 F:      drivers/media/tuners/tea5767.*
13250
13251 TEA6415C MEDIA DRIVER
13252 M:      Hans Verkuil <hverkuil@xs4all.nl>
13253 L:      linux-media@vger.kernel.org
13254 T:      git git://linuxtv.org/media_tree.git
13255 W:      https://linuxtv.org
13256 S:      Maintained
13257 F:      drivers/media/i2c/tea6415c*
13258
13259 TEA6420 MEDIA DRIVER
13260 M:      Hans Verkuil <hverkuil@xs4all.nl>
13261 L:      linux-media@vger.kernel.org
13262 T:      git git://linuxtv.org/media_tree.git
13263 W:      https://linuxtv.org
13264 S:      Maintained
13265 F:      drivers/media/i2c/tea6420*
13266
13267 TEAM DRIVER
13268 M:      Jiri Pirko <jiri@resnulli.us>
13269 L:      netdev@vger.kernel.org
13270 S:      Supported
13271 F:      drivers/net/team/
13272 F:      include/linux/if_team.h
13273 F:      include/uapi/linux/if_team.h
13274
13275 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
13276 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
13277 S:      Maintained
13278 F:      arch/x86/platform/ts5500/
13279
13280 TECHNOTREND USB IR RECEIVER
13281 M:      Sean Young <sean@mess.org>
13282 L:      linux-media@vger.kernel.org
13283 S:      Maintained
13284 F:      drivers/media/rc/ttusbir.c
13285
13286 TEE SUBSYSTEM
13287 M:      Jens Wiklander <jens.wiklander@linaro.org>
13288 S:      Maintained
13289 F:      include/linux/tee_drv.h
13290 F:      include/uapi/linux/tee.h
13291 F:      drivers/tee/
13292 F:      Documentation/tee.txt
13293
13294 TEGRA ARCHITECTURE SUPPORT
13295 M:      Thierry Reding <thierry.reding@gmail.com>
13296 M:      Jonathan Hunter <jonathanh@nvidia.com>
13297 L:      linux-tegra@vger.kernel.org
13298 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
13299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
13300 S:      Supported
13301 N:      [^a-z]tegra
13302
13303 TEGRA CLOCK DRIVER
13304 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
13305 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
13306 S:      Supported
13307 F:      drivers/clk/tegra/
13308
13309 TEGRA DMA DRIVERS
13310 M:      Laxman Dewangan <ldewangan@nvidia.com>
13311 M:      Jon Hunter <jonathanh@nvidia.com>
13312 S:      Supported
13313 F:      drivers/dma/tegra*
13314
13315 TEGRA I2C DRIVER
13316 M:      Laxman Dewangan <ldewangan@nvidia.com>
13317 S:      Supported
13318 F:      drivers/i2c/busses/i2c-tegra.c
13319
13320 TEGRA IOMMU DRIVERS
13321 M:      Hiroshi Doyu <hdoyu@nvidia.com>
13322 S:      Supported
13323 F:      drivers/iommu/tegra*
13324
13325 TEGRA KBC DRIVER
13326 M:      Rakesh Iyer <riyer@nvidia.com>
13327 M:      Laxman Dewangan <ldewangan@nvidia.com>
13328 S:      Supported
13329 F:      drivers/input/keyboard/tegra-kbc.c
13330
13331 TEGRA PWM DRIVER
13332 M:      Thierry Reding <thierry.reding@gmail.com>
13333 S:      Supported
13334 F:      drivers/pwm/pwm-tegra.c
13335
13336 TEGRA SERIAL DRIVER
13337 M:      Laxman Dewangan <ldewangan@nvidia.com>
13338 S:      Supported
13339 F:      drivers/tty/serial/serial-tegra.c
13340
13341 TEGRA SPI DRIVER
13342 M:      Laxman Dewangan <ldewangan@nvidia.com>
13343 S:      Supported
13344 F:      drivers/spi/spi-tegra*
13345
13346 TEHUTI ETHERNET DRIVER
13347 M:      Andy Gospodarek <andy@greyhouse.net>
13348 L:      netdev@vger.kernel.org
13349 S:      Supported
13350 F:      drivers/net/ethernet/tehuti/*
13351
13352 Telecom Clock Driver for MCPL0010
13353 M:      Mark Gross <mark.gross@intel.com>
13354 S:      Supported
13355 F:      drivers/char/tlclk.c
13356
13357 TENSILICA XTENSA PORT (xtensa)
13358 M:      Chris Zankel <chris@zankel.net>
13359 M:      Max Filippov <jcmvbkbc@gmail.com>
13360 L:      linux-xtensa@linux-xtensa.org
13361 T:      git git://github.com/czankel/xtensa-linux.git
13362 S:      Maintained
13363 F:      arch/xtensa/
13364 F:      drivers/irqchip/irq-xtensa-*
13365
13366 Texas Instruments' System Control Interface (TISCI) Protocol Driver
13367 M:      Nishanth Menon <nm@ti.com>
13368 M:      Tero Kristo <t-kristo@ti.com>
13369 M:      Santosh Shilimkar <ssantosh@kernel.org>
13370 L:      linux-arm-kernel@lists.infradead.org
13371 S:      Maintained
13372 F:      Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
13373 F:      drivers/firmware/ti_sci*
13374 F:      include/linux/soc/ti/ti_sci_protocol.h
13375 F:      Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt
13376 F:      include/dt-bindings/genpd/k2g.h
13377 F:      drivers/soc/ti/ti_sci_pm_domains.c
13378 F:      Documentation/devicetree/bindings/reset/ti,sci-reset.txt
13379 F:      Documentation/devicetree/bindings/clock/ti,sci-clk.txt
13380 F:      drivers/clk/keystone/sci-clk.c
13381 F:      drivers/reset/reset-ti-sci.c
13382
13383 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
13384 M:      Hans Verkuil <hverkuil@xs4all.nl>
13385 L:      linux-media@vger.kernel.org
13386 T:      git git://linuxtv.org/media_tree.git
13387 W:      https://linuxtv.org
13388 S:      Maintained
13389 F:      drivers/media/radio/radio-raremono.c
13390
13391 THERMAL
13392 M:      Zhang Rui <rui.zhang@intel.com>
13393 M:      Eduardo Valentin <edubezval@gmail.com>
13394 L:      linux-pm@vger.kernel.org
13395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
13396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
13397 Q:      https://patchwork.kernel.org/project/linux-pm/list/
13398 S:      Supported
13399 F:      drivers/thermal/
13400 F:      include/linux/thermal.h
13401 F:      include/uapi/linux/thermal.h
13402 F:      include/linux/cpu_cooling.h
13403 F:      Documentation/devicetree/bindings/thermal/
13404
13405 THERMAL/CPU_COOLING
13406 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
13407 M:      Viresh Kumar <viresh.kumar@linaro.org>
13408 M:      Javi Merino <javi.merino@kernel.org>
13409 L:      linux-pm@vger.kernel.org
13410 S:      Supported
13411 F:      Documentation/thermal/cpu-cooling-api.txt
13412 F:      drivers/thermal/cpu_cooling.c
13413 F:      include/linux/cpu_cooling.h
13414
13415 THINKPAD ACPI EXTRAS DRIVER
13416 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
13417 L:      ibm-acpi-devel@lists.sourceforge.net
13418 L:      platform-driver-x86@vger.kernel.org
13419 W:      http://ibm-acpi.sourceforge.net
13420 W:      http://thinkwiki.org/wiki/Ibm-acpi
13421 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
13422 S:      Maintained
13423 F:      drivers/platform/x86/thinkpad_acpi.c
13424
13425 THUNDERBOLT DRIVER
13426 M:      Andreas Noever <andreas.noever@gmail.com>
13427 M:      Michael Jamet <michael.jamet@intel.com>
13428 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
13429 M:      Yehezkel Bernat <yehezkel.bernat@intel.com>
13430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git
13431 S:      Maintained
13432 F:      drivers/thunderbolt/
13433 F:      include/linux/thunderbolt.h
13434
13435 THUNDERBOLT NETWORK DRIVER
13436 M:      Michael Jamet <michael.jamet@intel.com>
13437 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
13438 M:      Yehezkel Bernat <yehezkel.bernat@intel.com>
13439 L:      netdev@vger.kernel.org
13440 S:      Maintained
13441 F:      drivers/net/thunderbolt.c
13442
13443 THUNDERX GPIO DRIVER
13444 M:      David Daney <david.daney@cavium.com>
13445 S:      Maintained
13446 F:      drivers/gpio/gpio-thunderx.c
13447
13448 TI AM437X VPFE DRIVER
13449 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13450 L:      linux-media@vger.kernel.org
13451 W:      https://linuxtv.org
13452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13453 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13454 S:      Maintained
13455 F:      drivers/media/platform/am437x/
13456
13457 TI BANDGAP AND THERMAL DRIVER
13458 M:      Eduardo Valentin <edubezval@gmail.com>
13459 M:      Keerthy <j-keerthy@ti.com>
13460 L:      linux-pm@vger.kernel.org
13461 L:      linux-omap@vger.kernel.org
13462 S:      Maintained
13463 F:      drivers/thermal/ti-soc-thermal/
13464
13465 TI BQ27XXX POWER SUPPLY DRIVER
13466 R:      Andrew F. Davis <afd@ti.com>
13467 F:      include/linux/power/bq27xxx_battery.h
13468 F:      drivers/power/supply/bq27xxx_battery.c
13469 F:      drivers/power/supply/bq27xxx_battery_i2c.c
13470
13471 TI CDCE706 CLOCK DRIVER
13472 M:      Max Filippov <jcmvbkbc@gmail.com>
13473 S:      Maintained
13474 F:      drivers/clk/clk-cdce706.c
13475
13476 TI CLOCK DRIVER
13477 M:      Tero Kristo <t-kristo@ti.com>
13478 L:      linux-omap@vger.kernel.org
13479 S:      Maintained
13480 F:      drivers/clk/ti/
13481 F:      include/linux/clk/ti.h
13482
13483 TI DAVINCI MACHINE SUPPORT
13484 M:      Sekhar Nori <nsekhar@ti.com>
13485 M:      Kevin Hilman <khilman@kernel.org>
13486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git
13488 S:      Supported
13489 F:      arch/arm/mach-davinci/
13490 F:      drivers/i2c/busses/i2c-davinci.c
13491 F:      arch/arm/boot/dts/da850*
13492
13493 TI DAVINCI SERIES GPIO DRIVER
13494 M:      Keerthy <j-keerthy@ti.com>
13495 L:      linux-gpio@vger.kernel.org
13496 S:      Maintained
13497 F:      Documentation/devicetree/bindings/gpio/gpio-davinci.txt
13498 F:      drivers/gpio/gpio-davinci.c
13499
13500 TI DAVINCI SERIES MEDIA DRIVER
13501 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
13502 L:      linux-media@vger.kernel.org
13503 W:      https://linuxtv.org
13504 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13505 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
13506 S:      Maintained
13507 F:      drivers/media/platform/davinci/
13508 F:      include/media/davinci/
13509
13510 TI ETHERNET SWITCH DRIVER (CPSW)
13511 R:      Grygorii Strashko <grygorii.strashko@ti.com>
13512 L:      linux-omap@vger.kernel.org
13513 L:      netdev@vger.kernel.org
13514 S:      Maintained
13515 F:      drivers/net/ethernet/ti/cpsw*
13516 F:      drivers/net/ethernet/ti/davinci*
13517
13518 TI FLASH MEDIA INTERFACE DRIVER
13519 M:      Alex Dubov <oakad@yahoo.com>
13520 S:      Maintained
13521 F:      drivers/misc/tifm*
13522 F:      drivers/mmc/host/tifm_sd.c
13523 F:      include/linux/tifm.h
13524
13525 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
13526 M:      Santosh Shilimkar <ssantosh@kernel.org>
13527 L:      linux-kernel@vger.kernel.org
13528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
13529 S:      Maintained
13530 F:      drivers/soc/ti/*
13531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
13532
13533 TI LM49xxx FAMILY ASoC CODEC DRIVERS
13534 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
13535 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
13536 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13537 S:      Maintained
13538 F:      sound/soc/codecs/lm49453*
13539 F:      sound/soc/codecs/isabelle*
13540
13541 TI LP855x BACKLIGHT DRIVER
13542 M:      Milo Kim <milo.kim@ti.com>
13543 S:      Maintained
13544 F:      Documentation/backlight/lp855x-driver.txt
13545 F:      drivers/video/backlight/lp855x_bl.c
13546 F:      include/linux/platform_data/lp855x.h
13547
13548 TI LP8727 CHARGER DRIVER
13549 M:      Milo Kim <milo.kim@ti.com>
13550 S:      Maintained
13551 F:      drivers/power/supply/lp8727_charger.c
13552 F:      include/linux/platform_data/lp8727.h
13553
13554 TI LP8788 MFD DRIVER
13555 M:      Milo Kim <milo.kim@ti.com>
13556 S:      Maintained
13557 F:      drivers/iio/adc/lp8788_adc.c
13558 F:      drivers/leds/leds-lp8788.c
13559 F:      drivers/mfd/lp8788*.c
13560 F:      drivers/power/supply/lp8788-charger.c
13561 F:      drivers/regulator/lp8788-*.c
13562 F:      include/linux/mfd/lp8788*.h
13563
13564 TI NETCP ETHERNET DRIVER
13565 M:      Wingman Kwok <w-kwok2@ti.com>
13566 M:      Murali Karicheri <m-karicheri2@ti.com>
13567 L:      netdev@vger.kernel.org
13568 S:      Maintained
13569 F:      drivers/net/ethernet/ti/netcp*
13570
13571 TI TAS571X FAMILY ASoC CODEC DRIVER
13572 M:      Kevin Cernekee <cernekee@chromium.org>
13573 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13574 S:      Odd Fixes
13575 F:      sound/soc/codecs/tas571x*
13576
13577 TI TRF7970A NFC DRIVER
13578 M:      Mark Greer <mgreer@animalcreek.com>
13579 L:      linux-wireless@vger.kernel.org
13580 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
13581 S:      Supported
13582 F:      drivers/nfc/trf7970a.c
13583 F:      Documentation/devicetree/bindings/net/nfc/trf7970a.txt
13584
13585 TI TWL4030 SERIES SOC CODEC DRIVER
13586 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
13587 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
13588 S:      Maintained
13589 F:      sound/soc/codecs/twl4030*
13590
13591 TI VPE/CAL DRIVERS
13592 M:      Benoit Parrot <bparrot@ti.com>
13593 L:      linux-media@vger.kernel.org
13594 W:      http://linuxtv.org/
13595 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13596 S:      Maintained
13597 F:      drivers/media/platform/ti-vpe/
13598
13599 TI WILINK WIRELESS DRIVERS
13600 L:      linux-wireless@vger.kernel.org
13601 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
13602 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
13603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
13604 S:      Orphan
13605 F:      drivers/net/wireless/ti/
13606 F:      include/linux/wl12xx.h
13607
13608 TILE ARCHITECTURE
13609 M:      Chris Metcalf <cmetcalf@mellanox.com>
13610 W:      http://www.mellanox.com/repository/solutions/tile-scm/
13611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
13612 S:      Supported
13613 F:      arch/tile/
13614 F:      drivers/char/tile-srom.c
13615 F:      drivers/edac/tile_edac.c
13616 F:      drivers/net/ethernet/tile/
13617 F:      drivers/rtc/rtc-tile.c
13618 F:      drivers/tty/hvc/hvc_tile.c
13619 F:      drivers/tty/serial/tilegx.c
13620 F:      drivers/usb/host/*-tilegx.c
13621 F:      include/linux/usb/tilegx.h
13622
13623 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
13624 M:      John Stultz <john.stultz@linaro.org>
13625 M:      Thomas Gleixner <tglx@linutronix.de>
13626 R:      Stephen Boyd <sboyd@codeaurora.org>
13627 L:      linux-kernel@vger.kernel.org
13628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
13629 S:      Supported
13630 F:      include/linux/clocksource.h
13631 F:      include/linux/time.h
13632 F:      include/linux/timex.h
13633 F:      include/uapi/linux/time.h
13634 F:      include/uapi/linux/timex.h
13635 F:      kernel/time/clocksource.c
13636 F:      kernel/time/time*.c
13637 F:      kernel/time/alarmtimer.c
13638 F:      kernel/time/ntp.c
13639 F:      tools/testing/selftests/timers/
13640
13641 TIPC NETWORK LAYER
13642 M:      Jon Maloy <jon.maloy@ericsson.com>
13643 M:      Ying Xue <ying.xue@windriver.com>
13644 L:      netdev@vger.kernel.org (core kernel code)
13645 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
13646 W:      http://tipc.sourceforge.net/
13647 S:      Maintained
13648 F:      include/uapi/linux/tipc*.h
13649 F:      net/tipc/
13650
13651 TLAN NETWORK DRIVER
13652 M:      Samuel Chessman <chessman@tux.org>
13653 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
13654 W:      http://sourceforge.net/projects/tlan/
13655 S:      Maintained
13656 F:      Documentation/networking/tlan.txt
13657 F:      drivers/net/ethernet/ti/tlan.*
13658
13659 TM6000 VIDEO4LINUX DRIVER
13660 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
13661 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
13662 L:      linux-media@vger.kernel.org
13663 W:      https://linuxtv.org
13664 T:      git git://linuxtv.org/media_tree.git
13665 S:      Odd fixes
13666 F:      drivers/media/usb/tm6000/
13667 F:      Documentation/media/v4l-drivers/tm6000*
13668
13669 TMIO/SDHI MMC DRIVER
13670 M:      Wolfram Sang <wsa+renesas@sang-engineering.com>
13671 L:      linux-mmc@vger.kernel.org
13672 S:      Supported
13673 F:      drivers/mmc/host/tmio_mmc*
13674 F:      drivers/mmc/host/renesas_sdhi*
13675 F:      include/linux/mfd/tmio.h
13676
13677 TMP401 HARDWARE MONITOR DRIVER
13678 M:      Guenter Roeck <linux@roeck-us.net>
13679 L:      linux-hwmon@vger.kernel.org
13680 S:      Maintained
13681 F:      Documentation/hwmon/tmp401
13682 F:      drivers/hwmon/tmp401.c
13683
13684 TMPFS (SHMEM FILESYSTEM)
13685 M:      Hugh Dickins <hughd@google.com>
13686 L:      linux-mm@kvack.org
13687 S:      Maintained
13688 F:      include/linux/shmem_fs.h
13689 F:      mm/shmem.c
13690
13691 TOMOYO SECURITY MODULE
13692 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
13693 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
13694 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
13695 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
13696 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
13697 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
13698 W:      http://tomoyo.sourceforge.jp/
13699 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
13700 S:      Maintained
13701 F:      security/tomoyo/
13702
13703 TOPSTAR LAPTOP EXTRAS DRIVER
13704 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
13705 L:      platform-driver-x86@vger.kernel.org
13706 S:      Maintained
13707 F:      drivers/platform/x86/topstar-laptop.c
13708
13709 TOSHIBA ACPI EXTRAS DRIVER
13710 M:      Azael Avalos <coproscefalo@gmail.com>
13711 L:      platform-driver-x86@vger.kernel.org
13712 S:      Maintained
13713 F:      drivers/platform/x86/toshiba_acpi.c
13714
13715 TOSHIBA BLUETOOTH DRIVER
13716 M:      Azael Avalos <coproscefalo@gmail.com>
13717 L:      platform-driver-x86@vger.kernel.org
13718 S:      Maintained
13719 F:      drivers/platform/x86/toshiba_bluetooth.c
13720
13721 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
13722 M:      Azael Avalos <coproscefalo@gmail.com>
13723 L:      platform-driver-x86@vger.kernel.org
13724 S:      Maintained
13725 F:      drivers/platform/x86/toshiba_haps.c
13726
13727 TOSHIBA SMM DRIVER
13728 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
13729 W:      http://www.buzzard.org.uk/toshiba/
13730 S:      Maintained
13731 F:      drivers/char/toshiba.c
13732 F:      include/linux/toshiba.h
13733 F:      include/uapi/linux/toshiba.h
13734
13735 TOSHIBA TC358743 DRIVER
13736 M:      Mats Randgaard <matrandg@cisco.com>
13737 L:      linux-media@vger.kernel.org
13738 S:      Maintained
13739 F:      drivers/media/i2c/tc358743*
13740 F:      include/media/i2c/tc358743.h
13741
13742 TOSHIBA WMI HOTKEYS DRIVER
13743 M:      Azael Avalos <coproscefalo@gmail.com>
13744 L:      platform-driver-x86@vger.kernel.org
13745 S:      Maintained
13746 F:      drivers/platform/x86/toshiba-wmi.c
13747
13748 TPM DEVICE DRIVER
13749 M:      Peter Huewe <peterhuewe@gmx.de>
13750 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
13751 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
13752 L:      linux-integrity@vger.kernel.org
13753 Q:      https://patchwork.kernel.org/project/linux-integrity/list/
13754 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
13755 S:      Maintained
13756 F:      drivers/char/tpm/
13757
13758 TRACING
13759 M:      Steven Rostedt <rostedt@goodmis.org>
13760 M:      Ingo Molnar <mingo@redhat.com>
13761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
13762 S:      Maintained
13763 F:      Documentation/trace/ftrace.txt
13764 F:      arch/*/*/*/ftrace.h
13765 F:      arch/*/kernel/ftrace.c
13766 F:      include/*/ftrace.h
13767 F:      include/linux/trace*.h
13768 F:      include/trace/
13769 F:      kernel/trace/
13770 F:      tools/testing/selftests/ftrace/
13771
13772 TRACING MMIO ACCESSES (MMIOTRACE)
13773 M:      Steven Rostedt <rostedt@goodmis.org>
13774 M:      Ingo Molnar <mingo@kernel.org>
13775 R:      Karol Herbst <karolherbst@gmail.com>
13776 R:      Pekka Paalanen <ppaalanen@gmail.com>
13777 S:      Maintained
13778 L:      linux-kernel@vger.kernel.org
13779 L:      nouveau@lists.freedesktop.org
13780 F:      kernel/trace/trace_mmiotrace.c
13781 F:      include/linux/mmiotrace.h
13782 F:      arch/x86/mm/kmmio.c
13783 F:      arch/x86/mm/mmio-mod.c
13784 F:      arch/x86/mm/testmmiotrace.c
13785
13786 TRIVIAL PATCHES
13787 M:      Jiri Kosina <trivial@kernel.org>
13788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
13789 S:      Maintained
13790 K:      ^Subject:.*(?i)trivial
13791
13792 TTY LAYER
13793 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
13794 M:      Jiri Slaby <jslaby@suse.com>
13795 S:      Supported
13796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
13797 F:      Documentation/serial/
13798 F:      drivers/tty/
13799 F:      drivers/tty/serial/serial_core.c
13800 F:      include/linux/serial_core.h
13801 F:      include/linux/serial.h
13802 F:      include/linux/tty.h
13803 F:      include/uapi/linux/serial_core.h
13804 F:      include/uapi/linux/serial.h
13805 F:      include/uapi/linux/tty.h
13806
13807 TUA9001 MEDIA DRIVER
13808 M:      Antti Palosaari <crope@iki.fi>
13809 L:      linux-media@vger.kernel.org
13810 W:      https://linuxtv.org
13811 W:      http://palosaari.fi/linux/
13812 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
13813 T:      git git://linuxtv.org/anttip/media_tree.git
13814 S:      Maintained
13815 F:      drivers/media/tuners/tua9001*
13816
13817 TULIP NETWORK DRIVERS
13818 L:      netdev@vger.kernel.org
13819 L:      linux-parisc@vger.kernel.org
13820 S:      Orphan
13821 F:      drivers/net/ethernet/dec/tulip/
13822
13823 TUN/TAP driver
13824 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
13825 W:      http://vtun.sourceforge.net/tun
13826 S:      Maintained
13827 F:      Documentation/networking/tuntap.txt
13828 F:      arch/um/os-Linux/drivers/
13829
13830 TURBOCHANNEL SUBSYSTEM
13831 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
13832 M:      Ralf Baechle <ralf@linux-mips.org>
13833 L:      linux-mips@linux-mips.org
13834 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
13835 S:      Maintained
13836 F:      drivers/tc/
13837 F:      include/linux/tc.h
13838
13839 TW5864 VIDEO4LINUX DRIVER
13840 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
13841 M:      Anton Sviridenko <anton@corp.bluecherry.net>
13842 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
13843 M:      Andrey Utkin <andrey_utkin@fastmail.com>
13844 L:      linux-media@vger.kernel.org
13845 S:      Supported
13846 F:      drivers/media/pci/tw5864/
13847
13848 TW68 VIDEO4LINUX DRIVER
13849 M:      Hans Verkuil <hverkuil@xs4all.nl>
13850 L:      linux-media@vger.kernel.org
13851 T:      git git://linuxtv.org/media_tree.git
13852 W:      https://linuxtv.org
13853 S:      Odd Fixes
13854 F:      drivers/media/pci/tw68/
13855
13856 TW686X VIDEO4LINUX DRIVER
13857 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
13858 L:      linux-media@vger.kernel.org
13859 T:      git git://linuxtv.org/media_tree.git
13860 W:      http://linuxtv.org
13861 S:      Maintained
13862 F:      drivers/media/pci/tw686x/
13863
13864 UBI FILE SYSTEM (UBIFS)
13865 M:      Richard Weinberger <richard@nod.at>
13866 M:      Artem Bityutskiy <dedekind1@gmail.com>
13867 M:      Adrian Hunter <adrian.hunter@intel.com>
13868 L:      linux-mtd@lists.infradead.org
13869 T:      git git://git.infradead.org/ubifs-2.6.git
13870 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
13871 S:      Supported
13872 F:      Documentation/filesystems/ubifs.txt
13873 F:      fs/ubifs/
13874
13875 UCLINUX (M68KNOMMU AND COLDFIRE)
13876 M:      Greg Ungerer <gerg@linux-m68k.org>
13877 W:      http://www.linux-m68k.org/
13878 W:      http://www.uclinux.org/
13879 L:      linux-m68k@lists.linux-m68k.org
13880 L:      uclinux-dev@uclinux.org  (subscribers-only)
13881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
13882 S:      Maintained
13883 F:      arch/m68k/coldfire/
13884 F:      arch/m68k/68*/
13885 F:      arch/m68k/*/*_no.*
13886 F:      arch/m68k/include/asm/*_no.*
13887
13888 UDF FILESYSTEM
13889 M:      Jan Kara <jack@suse.com>
13890 S:      Maintained
13891 F:      Documentation/filesystems/udf.txt
13892 F:      fs/udf/
13893
13894 UDRAW TABLET
13895 M:      Bastien Nocera <hadess@hadess.net>
13896 L:      linux-input@vger.kernel.org
13897 S:      Maintained
13898 F:      drivers/hid/hid-udraw-ps3.c
13899
13900 UFS FILESYSTEM
13901 M:      Evgeniy Dushistov <dushistov@mail.ru>
13902 S:      Maintained
13903 F:      Documentation/filesystems/ufs.txt
13904 F:      fs/ufs/
13905
13906 UHID USERSPACE HID IO DRIVER:
13907 M:      David Herrmann <dh.herrmann@googlemail.com>
13908 L:      linux-input@vger.kernel.org
13909 S:      Maintained
13910 F:      drivers/hid/uhid.c
13911 F:      include/uapi/linux/uhid.h
13912
13913 ULPI BUS
13914 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
13915 L:      linux-usb@vger.kernel.org
13916 S:      Maintained
13917 F:      drivers/usb/common/ulpi.c
13918 F:      include/linux/ulpi/
13919
13920 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
13921 L:      linux-usb@vger.kernel.org
13922 S:      Orphan
13923 F:      drivers/uwb/
13924 F:      include/linux/uwb.h
13925 F:      include/linux/uwb/
13926
13927 UNICORE32 ARCHITECTURE:
13928 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
13929 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
13930 S:      Maintained
13931 T:      git git://github.com/gxt/linux.git
13932 F:      arch/unicore32/
13933
13934 UNIFDEF
13935 M:      Tony Finch <dot@dotat.at>
13936 W:      http://dotat.at/prog/unifdef
13937 S:      Maintained
13938 F:      scripts/unifdef.c
13939
13940 UNIFORM CDROM DRIVER
13941 M:      Jens Axboe <axboe@kernel.dk>
13942 W:      http://www.kernel.dk
13943 S:      Maintained
13944 F:      Documentation/cdrom/
13945 F:      drivers/cdrom/cdrom.c
13946 F:      include/linux/cdrom.h
13947 F:      include/uapi/linux/cdrom.h
13948
13949 UNISYS S-PAR DRIVERS
13950 M:      David Kershner <david.kershner@unisys.com>
13951 L:      sparmaintainer@unisys.com (Unisys internal)
13952 S:      Supported
13953 F:      drivers/staging/unisys/
13954
13955 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
13956 M:      Vinayak Holikatti <vinholikatti@gmail.com>
13957 L:      linux-scsi@vger.kernel.org
13958 S:      Supported
13959 F:      Documentation/scsi/ufs.txt
13960 F:      drivers/scsi/ufs/
13961
13962 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
13963 M:      Joao Pinto <jpinto@synopsys.com>
13964 L:      linux-scsi@vger.kernel.org
13965 S:      Supported
13966 F:      drivers/scsi/ufs/*dwc*
13967
13968 UNSORTED BLOCK IMAGES (UBI)
13969 M:      Artem Bityutskiy <dedekind1@gmail.com>
13970 M:      Richard Weinberger <richard@nod.at>
13971 W:      http://www.linux-mtd.infradead.org/
13972 L:      linux-mtd@lists.infradead.org
13973 T:      git git://git.infradead.org/ubifs-2.6.git
13974 S:      Supported
13975 F:      drivers/mtd/ubi/
13976 F:      include/linux/mtd/ubi.h
13977 F:      include/uapi/mtd/ubi-user.h
13978
13979 USB "USBNET" DRIVER FRAMEWORK
13980 M:      Oliver Neukum <oneukum@suse.com>
13981 L:      netdev@vger.kernel.org
13982 W:      http://www.linux-usb.org/usbnet
13983 S:      Maintained
13984 F:      drivers/net/usb/usbnet.c
13985 F:      include/linux/usb/usbnet.h
13986
13987 USB ACM DRIVER
13988 M:      Oliver Neukum <oneukum@suse.com>
13989 L:      linux-usb@vger.kernel.org
13990 S:      Maintained
13991 F:      Documentation/usb/acm.txt
13992 F:      drivers/usb/class/cdc-acm.*
13993
13994 USB AR5523 WIRELESS DRIVER
13995 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
13996 L:      linux-wireless@vger.kernel.org
13997 S:      Maintained
13998 F:      drivers/net/wireless/ath/ar5523/
13999
14000 USB ATTACHED SCSI
14001 M:      Oliver Neukum <oneukum@suse.com>
14002 L:      linux-usb@vger.kernel.org
14003 L:      linux-scsi@vger.kernel.org
14004 S:      Maintained
14005 F:      drivers/usb/storage/uas.c
14006
14007 USB CDC ETHERNET DRIVER
14008 M:      Oliver Neukum <oliver@neukum.org>
14009 L:      linux-usb@vger.kernel.org
14010 S:      Maintained
14011 F:      drivers/net/usb/cdc_*.c
14012 F:      include/uapi/linux/usb/cdc.h
14013
14014 USB CHAOSKEY DRIVER
14015 M:      Keith Packard <keithp@keithp.com>
14016 L:      linux-usb@vger.kernel.org
14017 S:      Maintained
14018 F:      drivers/usb/misc/chaoskey.c
14019
14020 USB CYPRESS C67X00 DRIVER
14021 M:      Peter Korsgaard <jacmet@sunsite.dk>
14022 L:      linux-usb@vger.kernel.org
14023 S:      Maintained
14024 F:      drivers/usb/c67x00/
14025
14026 USB DAVICOM DM9601 DRIVER
14027 M:      Peter Korsgaard <jacmet@sunsite.dk>
14028 L:      netdev@vger.kernel.org
14029 W:      http://www.linux-usb.org/usbnet
14030 S:      Maintained
14031 F:      drivers/net/usb/dm9601.c
14032
14033 USB DIAMOND RIO500 DRIVER
14034 M:      Cesar Miquel <miquel@df.uba.ar>
14035 L:      rio500-users@lists.sourceforge.net
14036 W:      http://rio500.sourceforge.net
14037 S:      Maintained
14038 F:      drivers/usb/misc/rio500*
14039
14040 USB EHCI DRIVER
14041 M:      Alan Stern <stern@rowland.harvard.edu>
14042 L:      linux-usb@vger.kernel.org
14043 S:      Maintained
14044 F:      Documentation/usb/ehci.txt
14045 F:      drivers/usb/host/ehci*
14046
14047 USB GADGET/PERIPHERAL SUBSYSTEM
14048 M:      Felipe Balbi <balbi@kernel.org>
14049 L:      linux-usb@vger.kernel.org
14050 W:      http://www.linux-usb.org/gadget
14051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14052 S:      Maintained
14053 F:      drivers/usb/gadget/
14054 F:      include/linux/usb/gadget*
14055
14056 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
14057 M:      Jiri Kosina <jikos@kernel.org>
14058 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
14059 L:      linux-usb@vger.kernel.org
14060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
14061 S:      Maintained
14062 F:      Documentation/hid/hiddev.txt
14063 F:      drivers/hid/usbhid/
14064
14065 USB ISP116X DRIVER
14066 M:      Olav Kongas <ok@artecdesign.ee>
14067 L:      linux-usb@vger.kernel.org
14068 S:      Maintained
14069 F:      drivers/usb/host/isp116x*
14070 F:      include/linux/usb/isp116x.h
14071
14072 USB LAN78XX ETHERNET DRIVER
14073 M:      Woojung Huh <woojung.huh@microchip.com>
14074 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14075 L:      netdev@vger.kernel.org
14076 S:      Maintained
14077 F:      drivers/net/usb/lan78xx.*
14078
14079 USB MASS STORAGE DRIVER
14080 M:      Alan Stern <stern@rowland.harvard.edu>
14081 L:      linux-usb@vger.kernel.org
14082 L:      usb-storage@lists.one-eyed-alien.net
14083 S:      Maintained
14084 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
14085 F:      drivers/usb/storage/
14086
14087 USB MIDI DRIVER
14088 M:      Clemens Ladisch <clemens@ladisch.de>
14089 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
14090 T:      git git://git.alsa-project.org/alsa-kernel.git
14091 S:      Maintained
14092 F:      sound/usb/midi.*
14093
14094 USB NETWORKING DRIVERS
14095 L:      linux-usb@vger.kernel.org
14096 S:      Odd Fixes
14097 F:      drivers/net/usb/
14098
14099 USB OHCI DRIVER
14100 M:      Alan Stern <stern@rowland.harvard.edu>
14101 L:      linux-usb@vger.kernel.org
14102 S:      Maintained
14103 F:      Documentation/usb/ohci.txt
14104 F:      drivers/usb/host/ohci*
14105
14106 USB OTG FSM (Finite State Machine)
14107 M:      Peter Chen <Peter.Chen@nxp.com>
14108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
14109 L:      linux-usb@vger.kernel.org
14110 S:      Maintained
14111 F:      drivers/usb/common/usb-otg-fsm.c
14112
14113 USB OVER IP DRIVER
14114 M:      Valentina Manea <valentina.manea.m@gmail.com>
14115 M:      Shuah Khan <shuahkh@osg.samsung.com>
14116 M:      Shuah Khan <shuah@kernel.org>
14117 L:      linux-usb@vger.kernel.org
14118 S:      Maintained
14119 F:      Documentation/usb/usbip_protocol.txt
14120 F:      drivers/usb/usbip/
14121 F:      tools/usb/usbip/
14122
14123 USB PEGASUS DRIVER
14124 M:      Petko Manolov <petkan@nucleusys.com>
14125 L:      linux-usb@vger.kernel.org
14126 L:      netdev@vger.kernel.org
14127 T:      git git://github.com/petkan/pegasus.git
14128 W:      https://github.com/petkan/pegasus
14129 S:      Maintained
14130 F:      drivers/net/usb/pegasus.*
14131
14132 USB PHY LAYER
14133 M:      Felipe Balbi <balbi@kernel.org>
14134 L:      linux-usb@vger.kernel.org
14135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
14136 S:      Maintained
14137 F:      drivers/usb/phy/
14138
14139 USB PRINTER DRIVER (usblp)
14140 M:      Pete Zaitcev <zaitcev@redhat.com>
14141 L:      linux-usb@vger.kernel.org
14142 S:      Supported
14143 F:      drivers/usb/class/usblp.c
14144
14145 USB QMI WWAN NETWORK DRIVER
14146 M:      Bjørn Mork <bjorn@mork.no>
14147 L:      netdev@vger.kernel.org
14148 S:      Maintained
14149 F:      Documentation/ABI/testing/sysfs-class-net-qmi
14150 F:      drivers/net/usb/qmi_wwan.c
14151
14152 USB RTL8150 DRIVER
14153 M:      Petko Manolov <petkan@nucleusys.com>
14154 L:      linux-usb@vger.kernel.org
14155 L:      netdev@vger.kernel.org
14156 T:      git git://github.com/petkan/rtl8150.git
14157 W:      https://github.com/petkan/rtl8150
14158 S:      Maintained
14159 F:      drivers/net/usb/rtl8150.c
14160
14161 USB SERIAL SUBSYSTEM
14162 M:      Johan Hovold <johan@kernel.org>
14163 L:      linux-usb@vger.kernel.org
14164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git
14165 S:      Maintained
14166 F:      Documentation/usb/usb-serial.txt
14167 F:      drivers/usb/serial/
14168 F:      include/linux/usb/serial.h
14169
14170 USB SMSC75XX ETHERNET DRIVER
14171 M:      Steve Glendinning <steve.glendinning@shawell.net>
14172 L:      netdev@vger.kernel.org
14173 S:      Maintained
14174 F:      drivers/net/usb/smsc75xx.*
14175
14176 USB SMSC95XX ETHERNET DRIVER
14177 M:      Steve Glendinning <steve.glendinning@shawell.net>
14178 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
14179 L:      netdev@vger.kernel.org
14180 S:      Maintained
14181 F:      drivers/net/usb/smsc95xx.*
14182
14183 USB SUBSYSTEM
14184 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14185 L:      linux-usb@vger.kernel.org
14186 W:      http://www.linux-usb.org
14187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
14188 S:      Supported
14189 F:      Documentation/devicetree/bindings/usb/
14190 F:      Documentation/usb/
14191 F:      drivers/usb/
14192 F:      include/linux/usb.h
14193 F:      include/linux/usb/
14194
14195 USB TYPEC SUBSYSTEM
14196 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
14197 L:      linux-usb@vger.kernel.org
14198 S:      Maintained
14199 F:      Documentation/ABI/testing/sysfs-class-typec
14200 F:      Documentation/usb/typec.rst
14201 F:      drivers/usb/typec/
14202 F:      include/linux/usb/typec.h
14203
14204 USB UHCI DRIVER
14205 M:      Alan Stern <stern@rowland.harvard.edu>
14206 L:      linux-usb@vger.kernel.org
14207 S:      Maintained
14208 F:      drivers/usb/host/uhci*
14209
14210 USB VIDEO CLASS
14211 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14212 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
14213 L:      linux-media@vger.kernel.org
14214 T:      git git://linuxtv.org/media_tree.git
14215 W:      http://www.ideasonboard.org/uvc/
14216 S:      Maintained
14217 F:      drivers/media/usb/uvc/
14218 F:      include/uapi/linux/uvcvideo.h
14219
14220 USB VISION DRIVER
14221 M:      Hans Verkuil <hverkuil@xs4all.nl>
14222 L:      linux-media@vger.kernel.org
14223 T:      git git://linuxtv.org/media_tree.git
14224 W:      https://linuxtv.org
14225 S:      Odd Fixes
14226 F:      drivers/media/usb/usbvision/
14227
14228 USB WEBCAM GADGET
14229 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14230 L:      linux-usb@vger.kernel.org
14231 S:      Maintained
14232 F:      drivers/usb/gadget/function/*uvc*
14233 F:      drivers/usb/gadget/legacy/webcam.c
14234
14235 USB WIRELESS RNDIS DRIVER (rndis_wlan)
14236 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
14237 L:      linux-wireless@vger.kernel.org
14238 S:      Maintained
14239 F:      drivers/net/wireless/rndis_wlan.c
14240
14241 USB XHCI DRIVER
14242 M:      Mathias Nyman <mathias.nyman@intel.com>
14243 L:      linux-usb@vger.kernel.org
14244 S:      Supported
14245 F:      drivers/usb/host/xhci*
14246 F:      drivers/usb/host/pci-quirks*
14247
14248 USB ZD1201 DRIVER
14249 L:      linux-wireless@vger.kernel.org
14250 W:      http://linux-lc100020.sourceforge.net
14251 S:      Orphan
14252 F:      drivers/net/wireless/zydas/zd1201.*
14253
14254 USB ZR364XX DRIVER
14255 M:      Antoine Jacquet <royale@zerezo.com>
14256 L:      linux-usb@vger.kernel.org
14257 L:      linux-media@vger.kernel.org
14258 T:      git git://linuxtv.org/media_tree.git
14259 W:      http://royale.zerezo.com/zr364xx/
14260 S:      Maintained
14261 F:      Documentation/media/v4l-drivers/zr364xx*
14262 F:      drivers/media/usb/zr364xx/
14263
14264 USER-MODE LINUX (UML)
14265 M:      Jeff Dike <jdike@addtoit.com>
14266 M:      Richard Weinberger <richard@nod.at>
14267 L:      user-mode-linux-devel@lists.sourceforge.net
14268 L:      user-mode-linux-user@lists.sourceforge.net
14269 W:      http://user-mode-linux.sourceforge.net
14270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
14271 S:      Maintained
14272 F:      Documentation/virtual/uml/
14273 F:      arch/um/
14274 F:      arch/x86/um/
14275 F:      fs/hostfs/
14276 F:      fs/hppfs/
14277
14278 USERSPACE I/O (UIO)
14279 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14280 S:      Maintained
14281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14282 F:      Documentation/driver-api/uio-howto.rst
14283 F:      drivers/uio/
14284 F:      include/linux/uio*.h
14285
14286 UTIL-LINUX PACKAGE
14287 M:      Karel Zak <kzak@redhat.com>
14288 L:      util-linux@vger.kernel.org
14289 W:      http://en.wikipedia.org/wiki/Util-linux
14290 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
14291 S:      Maintained
14292
14293 UUID HELPERS
14294 M:      Christoph Hellwig <hch@lst.de>
14295 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14296 L:      linux-kernel@vger.kernel.org
14297 T:      git git://git.infradead.org/users/hch/uuid.git
14298 F:      lib/uuid.c
14299 F:      lib/test_uuid.c
14300 F:      include/linux/uuid.h
14301 F:      include/uapi/linux/uuid.h
14302 S:      Maintained
14303
14304 UVESAFB DRIVER
14305 M:      Michal Januszewski <spock@gentoo.org>
14306 L:      linux-fbdev@vger.kernel.org
14307 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
14308 S:      Maintained
14309 F:      Documentation/fb/uvesafb.txt
14310 F:      drivers/video/fbdev/uvesafb.*
14311
14312 VF610 NAND DRIVER
14313 M:      Stefan Agner <stefan@agner.ch>
14314 L:      linux-mtd@lists.infradead.org
14315 S:      Supported
14316 F:      drivers/mtd/nand/vf610_nfc.c
14317
14318 VFAT/FAT/MSDOS FILESYSTEM
14319 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
14320 S:      Maintained
14321 F:      Documentation/filesystems/vfat.txt
14322 F:      fs/fat/
14323
14324 VFIO DRIVER
14325 M:      Alex Williamson <alex.williamson@redhat.com>
14326 L:      kvm@vger.kernel.org
14327 T:      git git://github.com/awilliam/linux-vfio.git
14328 S:      Maintained
14329 F:      Documentation/vfio.txt
14330 F:      drivers/vfio/
14331 F:      include/linux/vfio.h
14332 F:      include/uapi/linux/vfio.h
14333
14334 VFIO MEDIATED DEVICE DRIVERS
14335 M:      Kirti Wankhede <kwankhede@nvidia.com>
14336 L:      kvm@vger.kernel.org
14337 S:      Maintained
14338 F:      Documentation/vfio-mediated-device.txt
14339 F:      drivers/vfio/mdev/
14340 F:      include/linux/mdev.h
14341 F:      samples/vfio-mdev/
14342
14343 VFIO PLATFORM DRIVER
14344 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
14345 L:      kvm@vger.kernel.org
14346 S:      Maintained
14347 F:      drivers/vfio/platform/
14348
14349 VGA_SWITCHEROO
14350 R:      Lukas Wunner <lukas@wunner.de>
14351 S:      Maintained
14352 F:      Documentation/gpu/vga-switcheroo.rst
14353 F:      drivers/gpu/vga/vga_switcheroo.c
14354 F:      include/linux/vga_switcheroo.h
14355 T:      git git://anongit.freedesktop.org/drm/drm-misc
14356
14357 VIA RHINE NETWORK DRIVER
14358 S:      Orphan
14359 F:      drivers/net/ethernet/via/via-rhine.c
14360
14361 VIA SD/MMC CARD CONTROLLER DRIVER
14362 M:      Bruce Chang <brucechang@via.com.tw>
14363 M:      Harald Welte <HaraldWelte@viatech.com>
14364 S:      Maintained
14365 F:      drivers/mmc/host/via-sdmmc.c
14366
14367 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
14368 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
14369 L:      linux-fbdev@vger.kernel.org
14370 S:      Maintained
14371 F:      include/linux/via-core.h
14372 F:      include/linux/via-gpio.h
14373 F:      include/linux/via_i2c.h
14374 F:      drivers/video/fbdev/via/
14375
14376 VIA VELOCITY NETWORK DRIVER
14377 M:      Francois Romieu <romieu@fr.zoreil.com>
14378 L:      netdev@vger.kernel.org
14379 S:      Maintained
14380 F:      drivers/net/ethernet/via/via-velocity.*
14381
14382 VIDEO MULTIPLEXER DRIVER
14383 M:      Philipp Zabel <p.zabel@pengutronix.de>
14384 L:      linux-media@vger.kernel.org
14385 S:      Maintained
14386 F:      drivers/media/platform/video-mux.c
14387
14388 VIDEOBUF2 FRAMEWORK
14389 M:      Pawel Osciak <pawel@osciak.com>
14390 M:      Marek Szyprowski <m.szyprowski@samsung.com>
14391 M:      Kyungmin Park <kyungmin.park@samsung.com>
14392 L:      linux-media@vger.kernel.org
14393 S:      Maintained
14394 F:      drivers/media/v4l2-core/videobuf2-*
14395 F:      include/media/videobuf2-*
14396
14397 VIMC VIRTUAL MEDIA CONTROLLER DRIVER
14398 M:      Helen Koike <helen.koike@collabora.com>
14399 L:      linux-media@vger.kernel.org
14400 T:      git git://linuxtv.org/media_tree.git
14401 W:      https://linuxtv.org
14402 S:      Maintained
14403 F:      drivers/media/platform/vimc/*
14404
14405 VIRT LIB
14406 M:      Alex Williamson <alex.williamson@redhat.com>
14407 M:      Paolo Bonzini <pbonzini@redhat.com>
14408 L:      kvm@vger.kernel.org
14409 S:      Supported
14410 F:      virt/lib/
14411
14412 VIRTIO AND VHOST VSOCK DRIVER
14413 M:      Stefan Hajnoczi <stefanha@redhat.com>
14414 L:      kvm@vger.kernel.org
14415 L:      virtualization@lists.linux-foundation.org
14416 L:      netdev@vger.kernel.org
14417 S:      Maintained
14418 F:      include/linux/virtio_vsock.h
14419 F:      include/uapi/linux/virtio_vsock.h
14420 F:      include/uapi/linux/vsockmon.h
14421 F:      include/uapi/linux/vm_sockets_diag.h
14422 F:      net/vmw_vsock/diag.c
14423 F:      net/vmw_vsock/af_vsock_tap.c
14424 F:      net/vmw_vsock/virtio_transport_common.c
14425 F:      net/vmw_vsock/virtio_transport.c
14426 F:      drivers/net/vsockmon.c
14427 F:      drivers/vhost/vsock.c
14428 F:      drivers/vhost/vsock.h
14429 F:      tools/testing/vsock/
14430
14431 VIRTIO CONSOLE DRIVER
14432 M:      Amit Shah <amit@kernel.org>
14433 L:      virtualization@lists.linux-foundation.org
14434 S:      Maintained
14435 F:      drivers/char/virtio_console.c
14436 F:      include/linux/virtio_console.h
14437 F:      include/uapi/linux/virtio_console.h
14438
14439 VIRTIO CORE, NET AND BLOCK DRIVERS
14440 M:      "Michael S. Tsirkin" <mst@redhat.com>
14441 M:      Jason Wang <jasowang@redhat.com>
14442 L:      virtualization@lists.linux-foundation.org
14443 S:      Maintained
14444 F:      Documentation/devicetree/bindings/virtio/
14445 F:      drivers/virtio/
14446 F:      tools/virtio/
14447 F:      drivers/net/virtio_net.c
14448 F:      drivers/block/virtio_blk.c
14449 F:      include/linux/virtio*.h
14450 F:      include/uapi/linux/virtio_*.h
14451 F:      drivers/crypto/virtio/
14452 F:      mm/balloon_compaction.c
14453
14454 VIRTIO CRYPTO DRIVER
14455 M:      Gonglei <arei.gonglei@huawei.com>
14456 L:      virtualization@lists.linux-foundation.org
14457 L:      linux-crypto@vger.kernel.org
14458 S:      Maintained
14459 F:      drivers/crypto/virtio/
14460 F:      include/uapi/linux/virtio_crypto.h
14461
14462 VIRTIO DRIVERS FOR S390
14463 M:      Cornelia Huck <cohuck@redhat.com>
14464 M:      Halil Pasic <pasic@linux.vnet.ibm.com>
14465 L:      linux-s390@vger.kernel.org
14466 L:      virtualization@lists.linux-foundation.org
14467 L:      kvm@vger.kernel.org
14468 S:      Supported
14469 F:      drivers/s390/virtio/
14470 F:      arch/s390/include/uapi/asm/virtio-ccw.h
14471
14472 VIRTIO GPU DRIVER
14473 M:      David Airlie <airlied@linux.ie>
14474 M:      Gerd Hoffmann <kraxel@redhat.com>
14475 L:      dri-devel@lists.freedesktop.org
14476 L:      virtualization@lists.linux-foundation.org
14477 T:      git git://anongit.freedesktop.org/drm/drm-misc
14478 S:      Maintained
14479 F:      drivers/gpu/drm/virtio/
14480 F:      include/uapi/linux/virtio_gpu.h
14481
14482 VIRTIO HOST (VHOST)
14483 M:      "Michael S. Tsirkin" <mst@redhat.com>
14484 M:      Jason Wang <jasowang@redhat.com>
14485 L:      kvm@vger.kernel.org
14486 L:      virtualization@lists.linux-foundation.org
14487 L:      netdev@vger.kernel.org
14488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
14489 S:      Maintained
14490 F:      drivers/vhost/
14491 F:      include/uapi/linux/vhost.h
14492
14493 VIRTIO INPUT DRIVER
14494 M:      Gerd Hoffmann <kraxel@redhat.com>
14495 S:      Maintained
14496 F:      drivers/virtio/virtio_input.c
14497 F:      include/uapi/linux/virtio_input.h
14498
14499 VIRTUAL SERIO DEVICE DRIVER
14500 M:      Stephen Chandler Paul <thatslyude@gmail.com>
14501 S:      Maintained
14502 F:      drivers/input/serio/userio.c
14503 F:      include/uapi/linux/userio.h
14504
14505 VIVID VIRTUAL VIDEO DRIVER
14506 M:      Hans Verkuil <hverkuil@xs4all.nl>
14507 L:      linux-media@vger.kernel.org
14508 T:      git git://linuxtv.org/media_tree.git
14509 W:      https://linuxtv.org
14510 S:      Maintained
14511 F:      drivers/media/platform/vivid/*
14512
14513 VLYNQ BUS
14514 M:      Florian Fainelli <f.fainelli@gmail.com>
14515 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
14516 S:      Maintained
14517 F:      drivers/vlynq/vlynq.c
14518 F:      include/linux/vlynq.h
14519
14520 VME SUBSYSTEM
14521 M:      Martyn Welch <martyn@welchs.me.uk>
14522 M:      Manohar Vanga <manohar.vanga@gmail.com>
14523 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
14524 L:      devel@driverdev.osuosl.org
14525 S:      Maintained
14526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
14527 F:      Documentation/driver-api/vme.rst
14528 F:      drivers/staging/vme/
14529 F:      drivers/vme/
14530 F:      include/linux/vme*
14531
14532 VMWARE BALLOON DRIVER
14533 M:      Xavier Deguillard <xdeguillard@vmware.com>
14534 M:      Philip Moltmann <moltmann@vmware.com>
14535 M:      "VMware, Inc." <pv-drivers@vmware.com>
14536 L:      linux-kernel@vger.kernel.org
14537 S:      Maintained
14538 F:      drivers/misc/vmw_balloon.c
14539
14540 VMWARE HYPERVISOR INTERFACE
14541 M:      Alok Kataria <akataria@vmware.com>
14542 L:      virtualization@lists.linux-foundation.org
14543 S:      Supported
14544 F:      arch/x86/kernel/cpu/vmware.c
14545
14546 VMWARE PVRDMA DRIVER
14547 M:      Adit Ranadive <aditr@vmware.com>
14548 M:      VMware PV-Drivers <pv-drivers@vmware.com>
14549 L:      linux-rdma@vger.kernel.org
14550 S:      Maintained
14551 F:      drivers/infiniband/hw/vmw_pvrdma/
14552
14553 VMware PVSCSI driver
14554 M:      Jim Gill <jgill@vmware.com>
14555 M:      VMware PV-Drivers <pv-drivers@vmware.com>
14556 L:      linux-scsi@vger.kernel.org
14557 S:      Maintained
14558 F:      drivers/scsi/vmw_pvscsi.c
14559 F:      drivers/scsi/vmw_pvscsi.h
14560
14561 VMWARE VMMOUSE SUBDRIVER
14562 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
14563 M:      "VMware, Inc." <pv-drivers@vmware.com>
14564 L:      linux-input@vger.kernel.org
14565 S:      Maintained
14566 F:      drivers/input/mouse/vmmouse.c
14567 F:      drivers/input/mouse/vmmouse.h
14568
14569 VMWARE VMXNET3 ETHERNET DRIVER
14570 M:      Shrikrishna Khare <skhare@vmware.com>
14571 M:      "VMware, Inc." <pv-drivers@vmware.com>
14572 L:      netdev@vger.kernel.org
14573 S:      Maintained
14574 F:      drivers/net/vmxnet3/
14575
14576 VOCORE VOCORE2 BOARD
14577 M:      Harvey Hunt <harveyhuntnexus@gmail.com>
14578 L:      linux-mips@linux-mips.org
14579 S:      Maintained
14580 F:      arch/mips/boot/dts/ralink/vocore2.dts
14581
14582 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
14583 M:      Liam Girdwood <lgirdwood@gmail.com>
14584 M:      Mark Brown <broonie@kernel.org>
14585 L:      linux-kernel@vger.kernel.org
14586 W:      http://www.slimlogic.co.uk/?p=48
14587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
14588 S:      Supported
14589 F:      Documentation/devicetree/bindings/regulator/
14590 F:      drivers/regulator/
14591 F:      include/dt-bindings/regulator/
14592 F:      include/linux/regulator/
14593
14594 VRF
14595 M:      David Ahern <dsa@cumulusnetworks.com>
14596 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
14597 L:      netdev@vger.kernel.org
14598 S:      Maintained
14599 F:      drivers/net/vrf.c
14600 F:      Documentation/networking/vrf.txt
14601
14602 VT1211 HARDWARE MONITOR DRIVER
14603 M:      Juerg Haefliger <juergh@gmail.com>
14604 L:      linux-hwmon@vger.kernel.org
14605 S:      Maintained
14606 F:      Documentation/hwmon/vt1211
14607 F:      drivers/hwmon/vt1211.c
14608
14609 VT8231 HARDWARE MONITOR DRIVER
14610 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
14611 L:      linux-hwmon@vger.kernel.org
14612 S:      Maintained
14613 F:      drivers/hwmon/vt8231.c
14614
14615 VUB300 USB to SDIO/SD/MMC bridge chip
14616 M:      Tony Olech <tony.olech@elandigitalsystems.com>
14617 L:      linux-mmc@vger.kernel.org
14618 L:      linux-usb@vger.kernel.org
14619 S:      Supported
14620 F:      drivers/mmc/host/vub300.c
14621
14622 W1 DALLAS'S 1-WIRE BUS
14623 M:      Evgeniy Polyakov <zbr@ioremap.net>
14624 S:      Maintained
14625 F:      Documentation/w1/
14626 F:      drivers/w1/
14627 F:      include/linux/w1.h
14628
14629 W83791D HARDWARE MONITORING DRIVER
14630 M:      Marc Hulsman <m.hulsman@tudelft.nl>
14631 L:      linux-hwmon@vger.kernel.org
14632 S:      Maintained
14633 F:      Documentation/hwmon/w83791d
14634 F:      drivers/hwmon/w83791d.c
14635
14636 W83793 HARDWARE MONITORING DRIVER
14637 M:      Rudolf Marek <r.marek@assembler.cz>
14638 L:      linux-hwmon@vger.kernel.org
14639 S:      Maintained
14640 F:      Documentation/hwmon/w83793
14641 F:      drivers/hwmon/w83793.c
14642
14643 W83795 HARDWARE MONITORING DRIVER
14644 M:      Jean Delvare <jdelvare@suse.com>
14645 L:      linux-hwmon@vger.kernel.org
14646 S:      Maintained
14647 F:      drivers/hwmon/w83795.c
14648
14649 W83L51xD SD/MMC CARD INTERFACE DRIVER
14650 M:      Pierre Ossman <pierre@ossman.eu>
14651 S:      Maintained
14652 F:      drivers/mmc/host/wbsd.*
14653
14654 WACOM PROTOCOL 4 SERIAL TABLETS
14655 M:      Julian Squires <julian@cipht.net>
14656 M:      Hans de Goede <hdegoede@redhat.com>
14657 L:      linux-input@vger.kernel.org
14658 S:      Maintained
14659 F:      drivers/input/tablet/wacom_serial4.c
14660
14661 WATCHDOG DEVICE DRIVERS
14662 M:      Wim Van Sebroeck <wim@iguana.be>
14663 R:      Guenter Roeck <linux@roeck-us.net>
14664 L:      linux-watchdog@vger.kernel.org
14665 W:      http://www.linux-watchdog.org/
14666 T:      git git://www.linux-watchdog.org/linux-watchdog.git
14667 S:      Maintained
14668 F:      Documentation/devicetree/bindings/watchdog/
14669 F:      Documentation/watchdog/
14670 F:      drivers/watchdog/
14671 F:      include/linux/watchdog.h
14672 F:      include/uapi/linux/watchdog.h
14673
14674 WHISKEYCOVE PMIC GPIO DRIVER
14675 M:      Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
14676 L:      linux-gpio@vger.kernel.org
14677 S:      Maintained
14678 F:      drivers/gpio/gpio-wcove.c
14679
14680 WIIMOTE HID DRIVER
14681 M:      David Herrmann <dh.herrmann@googlemail.com>
14682 L:      linux-input@vger.kernel.org
14683 S:      Maintained
14684 F:      drivers/hid/hid-wiimote*
14685
14686 WILOCITY WIL6210 WIRELESS DRIVER
14687 M:      Maya Erez <qca_merez@qca.qualcomm.com>
14688 L:      linux-wireless@vger.kernel.org
14689 L:      wil6210@qca.qualcomm.com
14690 S:      Supported
14691 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
14692 F:      drivers/net/wireless/ath/wil6210/
14693
14694 WIMAX STACK
14695 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
14696 M:      linux-wimax@intel.com
14697 L:      wimax@linuxwimax.org (subscribers-only)
14698 S:      Supported
14699 W:      http://linuxwimax.org
14700 F:      Documentation/wimax/README.wimax
14701 F:      include/linux/wimax/debug.h
14702 F:      include/net/wimax.h
14703 F:      include/uapi/linux/wimax.h
14704 F:      net/wimax/
14705
14706 WINBOND CIR DRIVER
14707 M:      David Härdeman <david@hardeman.nu>
14708 S:      Maintained
14709 F:      drivers/media/rc/winbond-cir.c
14710
14711 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
14712 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
14713 L:      linux-watchdog@vger.kernel.org
14714 S:      Maintained
14715 F:      drivers/watchdog/ebc-c384_wdt.c
14716
14717 WINSYSTEMS WS16C48 GPIO DRIVER
14718 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
14719 L:      linux-gpio@vger.kernel.org
14720 S:      Maintained
14721 F:      drivers/gpio/gpio-ws16c48.c
14722
14723 WISTRON LAPTOP BUTTON DRIVER
14724 M:      Miloslav Trmac <mitr@volny.cz>
14725 S:      Maintained
14726 F:      drivers/input/misc/wistron_btns.c
14727
14728 WL3501 WIRELESS PCMCIA CARD DRIVER
14729 L:      linux-wireless@vger.kernel.org
14730 S:      Odd fixes
14731 F:      drivers/net/wireless/wl3501*
14732
14733 WOLFSON MICROELECTRONICS DRIVERS
14734 L:      patches@opensource.cirrus.com
14735 T:      git https://github.com/CirrusLogic/linux-drivers.git
14736 W:      https://github.com/CirrusLogic/linux-drivers/wiki
14737 S:      Supported
14738 F:      Documentation/hwmon/wm83??
14739 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
14740 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
14741 F:      Documentation/devicetree/bindings/mfd/arizona.txt
14742 F:      Documentation/devicetree/bindings/mfd/wm831x.txt
14743 F:      Documentation/devicetree/bindings/sound/wlf,arizona.txt
14744 F:      arch/arm/mach-s3c64xx/mach-crag6410*
14745 F:      drivers/clk/clk-wm83*.c
14746 F:      drivers/extcon/extcon-arizona.c
14747 F:      drivers/leds/leds-wm83*.c
14748 F:      drivers/gpio/gpio-*wm*.c
14749 F:      drivers/gpio/gpio-arizona.c
14750 F:      drivers/hwmon/wm83??-hwmon.c
14751 F:      drivers/input/misc/wm831x-on.c
14752 F:      drivers/input/touchscreen/wm831x-ts.c
14753 F:      drivers/input/touchscreen/wm97*.c
14754 F:      drivers/mfd/arizona*
14755 F:      drivers/mfd/wm*.c
14756 F:      drivers/mfd/cs47l24*
14757 F:      drivers/power/supply/wm83*.c
14758 F:      drivers/rtc/rtc-wm83*.c
14759 F:      drivers/regulator/wm8*.c
14760 F:      drivers/regulator/arizona*
14761 F:      drivers/video/backlight/wm83*_bl.c
14762 F:      drivers/watchdog/wm83*_wdt.c
14763 F:      include/linux/mfd/arizona/
14764 F:      include/linux/mfd/wm831x/
14765 F:      include/linux/mfd/wm8350/
14766 F:      include/linux/mfd/wm8400*
14767 F:      include/linux/regulator/arizona*
14768 F:      include/linux/wm97xx.h
14769 F:      include/sound/wm????.h
14770 F:      sound/soc/codecs/arizona.?
14771 F:      sound/soc/codecs/wm*
14772 F:      sound/soc/codecs/cs47l24*
14773
14774 WORKQUEUE
14775 M:      Tejun Heo <tj@kernel.org>
14776 R:      Lai Jiangshan <jiangshanlai@gmail.com>
14777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
14778 S:      Maintained
14779 F:      include/linux/workqueue.h
14780 F:      kernel/workqueue.c
14781 F:      Documentation/core-api/workqueue.rst
14782
14783 X-POWERS MULTIFUNCTION PMIC DEVICE DRIVERS
14784 M:      Chen-Yu Tsai <wens@csie.org>
14785 L:      linux-kernel@vger.kernel.org
14786 S:      Maintained
14787 N:      axp[128]
14788
14789 X.25 NETWORK LAYER
14790 M:      Andrew Hendry <andrew.hendry@gmail.com>
14791 L:      linux-x25@vger.kernel.org
14792 S:      Odd Fixes
14793 F:      Documentation/networking/x25*
14794 F:      include/net/x25*
14795 F:      net/x25/
14796
14797 X86 ARCHITECTURE (32-BIT AND 64-BIT)
14798 M:      Thomas Gleixner <tglx@linutronix.de>
14799 M:      Ingo Molnar <mingo@redhat.com>
14800 M:      "H. Peter Anvin" <hpa@zytor.com>
14801 M:      x86@kernel.org
14802 L:      linux-kernel@vger.kernel.org
14803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
14804 S:      Maintained
14805 F:      Documentation/x86/
14806 F:      arch/x86/
14807
14808 X86 MCE INFRASTRUCTURE
14809 M:      Tony Luck <tony.luck@intel.com>
14810 M:      Borislav Petkov <bp@alien8.de>
14811 L:      linux-edac@vger.kernel.org
14812 S:      Maintained
14813 F:      arch/x86/kernel/cpu/mcheck/*
14814
14815 X86 MICROCODE UPDATE SUPPORT
14816 M:      Borislav Petkov <bp@alien8.de>
14817 S:      Maintained
14818 F:      arch/x86/kernel/cpu/microcode/*
14819
14820 X86 PLATFORM DRIVERS
14821 M:      Darren Hart <dvhart@infradead.org>
14822 M:      Andy Shevchenko <andy@infradead.org>
14823 L:      platform-driver-x86@vger.kernel.org
14824 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
14825 S:      Maintained
14826 F:      drivers/platform/x86/
14827 F:      drivers/platform/olpc/
14828
14829 X86 VDSO
14830 M:      Andy Lutomirski <luto@amacapital.net>
14831 L:      linux-kernel@vger.kernel.org
14832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
14833 S:      Maintained
14834 F:      arch/x86/entry/vdso/
14835
14836 XC2028/3028 TUNER DRIVER
14837 M:      Mauro Carvalho Chehab <mchehab@s-opensource.com>
14838 M:      Mauro Carvalho Chehab <mchehab@kernel.org>
14839 L:      linux-media@vger.kernel.org
14840 W:      https://linuxtv.org
14841 T:      git git://linuxtv.org/media_tree.git
14842 S:      Maintained
14843 F:      drivers/media/tuners/tuner-xc2028.*
14844
14845 XEN BLOCK SUBSYSTEM
14846 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14847 M:      Roger Pau Monné <roger.pau@citrix.com>
14848 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14849 S:      Supported
14850 F:      drivers/block/xen-blkback/*
14851 F:      drivers/block/xen*
14852
14853 XEN HYPERVISOR ARM
14854 M:      Stefano Stabellini <sstabellini@kernel.org>
14855 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14856 S:      Maintained
14857 F:      arch/arm/xen/
14858 F:      arch/arm/include/asm/xen/
14859
14860 XEN HYPERVISOR ARM64
14861 M:      Stefano Stabellini <sstabellini@kernel.org>
14862 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14863 S:      Maintained
14864 F:      arch/arm64/xen/
14865 F:      arch/arm64/include/asm/xen/
14866
14867 XEN HYPERVISOR INTERFACE
14868 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
14869 M:      Juergen Gross <jgross@suse.com>
14870 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
14872 S:      Supported
14873 F:      arch/x86/xen/
14874 F:      drivers/*/xen-*front.c
14875 F:      drivers/xen/
14876 F:      arch/x86/include/asm/xen/
14877 F:      arch/x86/include/asm/pvclock-abi.h
14878 F:      include/xen/
14879 F:      include/uapi/xen/
14880 F:      Documentation/ABI/stable/sysfs-hypervisor-xen
14881 F:      Documentation/ABI/testing/sysfs-hypervisor-xen
14882
14883 XEN NETWORK BACKEND DRIVER
14884 M:      Wei Liu <wei.liu2@citrix.com>
14885 M:      Paul Durrant <paul.durrant@citrix.com>
14886 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14887 L:      netdev@vger.kernel.org
14888 S:      Supported
14889 F:      drivers/net/xen-netback/*
14890
14891 XEN PCI SUBSYSTEM
14892 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14893 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14894 S:      Supported
14895 F:      arch/x86/pci/*xen*
14896 F:      drivers/pci/*xen*
14897
14898 XEN PVSCSI DRIVERS
14899 M:      Juergen Gross <jgross@suse.com>
14900 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14901 L:      linux-scsi@vger.kernel.org
14902 S:      Supported
14903 F:      drivers/scsi/xen-scsifront.c
14904 F:      drivers/xen/xen-scsiback.c
14905 F:      include/xen/interface/io/vscsiif.h
14906
14907 XEN SWIOTLB SUBSYSTEM
14908 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
14909 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
14910 S:      Supported
14911 F:      arch/x86/xen/*swiotlb*
14912 F:      drivers/xen/*swiotlb*
14913
14914 XFS FILESYSTEM
14915 M:      Darrick J. Wong <darrick.wong@oracle.com>
14916 M:      linux-xfs@vger.kernel.org
14917 L:      linux-xfs@vger.kernel.org
14918 W:      http://xfs.org/
14919 T:      git git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git
14920 S:      Supported
14921 F:      Documentation/filesystems/xfs.txt
14922 F:      fs/xfs/
14923
14924 XILINX AXI ETHERNET DRIVER
14925 M:      Anirudha Sarangi <anirudh@xilinx.com>
14926 M:      John Linn <John.Linn@xilinx.com>
14927 S:      Maintained
14928 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
14929
14930 XILINX UARTLITE SERIAL DRIVER
14931 M:      Peter Korsgaard <jacmet@sunsite.dk>
14932 L:      linux-serial@vger.kernel.org
14933 S:      Maintained
14934 F:      drivers/tty/serial/uartlite.c
14935
14936 XILINX VIDEO IP CORES
14937 M:      Hyun Kwon <hyun.kwon@xilinx.com>
14938 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
14939 L:      linux-media@vger.kernel.org
14940 T:      git git://linuxtv.org/media_tree.git
14941 S:      Supported
14942 F:      Documentation/devicetree/bindings/media/xilinx/
14943 F:      drivers/media/platform/xilinx/
14944 F:      include/uapi/linux/xilinx-v4l2-controls.h
14945
14946 XILLYBUS DRIVER
14947 M:      Eli Billauer <eli.billauer@gmail.com>
14948 L:      linux-kernel@vger.kernel.org
14949 S:      Supported
14950 F:      drivers/char/xillybus/
14951
14952 XRA1403 GPIO EXPANDER
14953 M:      Nandor Han <nandor.han@ge.com>
14954 M:      Semi Malinen <semi.malinen@ge.com>
14955 L:      linux-gpio@vger.kernel.org
14956 S:      Maintained
14957 F:      drivers/gpio/gpio-xra1403.c
14958 F:      Documentation/devicetree/bindings/gpio/gpio-xra1403.txt
14959
14960 XTENSA XTFPGA PLATFORM SUPPORT
14961 M:      Max Filippov <jcmvbkbc@gmail.com>
14962 L:      linux-xtensa@linux-xtensa.org
14963 S:      Maintained
14964 F:      drivers/spi/spi-xtensa-xtfpga.c
14965 F:      sound/soc/xtensa/xtfpga-i2s.c
14966
14967 YAM DRIVER FOR AX.25
14968 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
14969 L:      linux-hams@vger.kernel.org
14970 S:      Maintained
14971 F:      drivers/net/hamradio/yam*
14972 F:      include/linux/yam.h
14973
14974 YAMA SECURITY MODULE
14975 M:      Kees Cook <keescook@chromium.org>
14976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
14977 S:      Supported
14978 F:      security/yama/
14979 F:      Documentation/admin-guide/LSM/Yama.rst
14980
14981 YEALINK PHONE DRIVER
14982 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
14983 L:      usbb2k-api-dev@nongnu.org
14984 S:      Maintained
14985 F:      Documentation/input/yealink.rst
14986 F:      drivers/input/misc/yealink.*
14987
14988 Z8530 DRIVER FOR AX.25
14989 M:      Joerg Reuter <jreuter@yaina.de>
14990 W:      http://yaina.de/jreuter/
14991 W:      http://www.qsl.net/dl1bke/
14992 L:      linux-hams@vger.kernel.org
14993 S:      Maintained
14994 F:      Documentation/networking/z8530drv.txt
14995 F:      drivers/net/hamradio/*scc.c
14996 F:      drivers/net/hamradio/z8530.h
14997
14998 ZBUD COMPRESSED PAGE ALLOCATOR
14999 M:      Seth Jennings <sjenning@redhat.com>
15000 M:      Dan Streetman <ddstreet@ieee.org>
15001 L:      linux-mm@kvack.org
15002 S:      Maintained
15003 F:      mm/zbud.c
15004 F:      include/linux/zbud.h
15005
15006 ZD1211RW WIRELESS DRIVER
15007 M:      Daniel Drake <dsd@gentoo.org>
15008 M:      Ulrich Kunitz <kune@deine-taler.de>
15009 W:      http://zd1211.ath.cx/wiki/DriverRewrite
15010 L:      linux-wireless@vger.kernel.org
15011 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
15012 S:      Maintained
15013 F:      drivers/net/wireless/zydas/zd1211rw/
15014
15015 ZD1301 MEDIA DRIVER
15016 M:      Antti Palosaari <crope@iki.fi>
15017 L:      linux-media@vger.kernel.org
15018 W:      https://linuxtv.org/
15019 W:      http://palosaari.fi/linux/
15020 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
15021 S:      Maintained
15022 F:      drivers/media/usb/dvb-usb-v2/zd1301*
15023
15024 ZD1301_DEMOD MEDIA DRIVER
15025 M:      Antti Palosaari <crope@iki.fi>
15026 L:      linux-media@vger.kernel.org
15027 W:      https://linuxtv.org/
15028 W:      http://palosaari.fi/linux/
15029 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
15030 S:      Maintained
15031 F:      drivers/media/dvb-frontends/zd1301_demod*
15032
15033 ZPOOL COMPRESSED PAGE STORAGE API
15034 M:      Dan Streetman <ddstreet@ieee.org>
15035 L:      linux-mm@kvack.org
15036 S:      Maintained
15037 F:      mm/zpool.c
15038 F:      include/linux/zpool.h
15039
15040 ZR36067 VIDEO FOR LINUX DRIVER
15041 L:      mjpeg-users@lists.sourceforge.net
15042 L:      linux-media@vger.kernel.org
15043 W:      http://mjpeg.sourceforge.net/driver-zoran/
15044 T:      hg https://linuxtv.org/hg/v4l-dvb
15045 S:      Odd Fixes
15046 F:      drivers/media/pci/zoran/
15047
15048 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
15049 M:      Minchan Kim <minchan@kernel.org>
15050 M:      Nitin Gupta <ngupta@vflare.org>
15051 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
15052 L:      linux-kernel@vger.kernel.org
15053 S:      Maintained
15054 F:      drivers/block/zram/
15055 F:      Documentation/blockdev/zram.txt
15056
15057 ZS DECSTATION Z85C30 SERIAL DRIVER
15058 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
15059 S:      Maintained
15060 F:      drivers/tty/serial/zs.*
15061
15062 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
15063 M:      Minchan Kim <minchan@kernel.org>
15064 M:      Nitin Gupta <ngupta@vflare.org>
15065 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
15066 L:      linux-mm@kvack.org
15067 S:      Maintained
15068 F:      mm/zsmalloc.c
15069 F:      include/linux/zsmalloc.h
15070 F:      Documentation/vm/zsmalloc.txt
15071
15072 ZSWAP COMPRESSED SWAP CACHING
15073 M:      Seth Jennings <sjenning@redhat.com>
15074 M:      Dan Streetman <ddstreet@ieee.org>
15075 L:      linux-mm@kvack.org
15076 S:      Maintained
15077 F:      mm/zswap.c
15078
15079 THE REST
15080 M:      Linus Torvalds <torvalds@linux-foundation.org>
15081 L:      linux-kernel@vger.kernel.org
15082 Q:      http://patchwork.kernel.org/project/LKML/list/
15083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
15084 S:      Buried alive in reporters
15085 F:      *
15086 F:      */